Transaction Hash:
Block:
17403610 at Jun-04-2023 12:10:59 AM +UTC
Transaction Fee:
0.001633320131951628 ETH
$4.10
Gas Used:
84,582 Gas / 19.310493154 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x388C818C...7ccB19297
Miner
| (Lido: Execution Layer Rewards Vault) | 140.017781820205961104 Eth | 140.017790278405961104 Eth | 0.0000084582 | |
0xDbD46F90...727321BA8 |
1.592431389627675663 Eth
Nonce: 553
|
1.590798069495724035 Eth
Nonce: 554
| 0.001633320131951628 |
Execution Trace
ETH 0.044
UnchainedMilady.mint( quantity=1 )
1234567891011121314151617181920212223242526// Sources flattened with hardhat v2.12.6 https://hardhat.org// File @openzeppelin/contracts/utils/Context.sol@v4.8.1// SPDX-License-Identifier: MIT// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)pragma solidity ^0.8.0;/*** @dev Provides information about the current execution context, including the* sender of the transaction and its data. While these are generally available* via msg.sender and msg.data, they should not be accessed in such a direct* manner, since when dealing with meta-transactions the account sending and* paying for execution may not be the actual sender (as far as an application* is concerned).** This contract is only required for intermediate, library-like contracts.*/abstract contract Context {function _msgSender() internal view virtual returns (address) {return msg.sender;}function _msgData() internal view virtual returns (bytes calldata) {