Transaction Hash:
Block:
19107949 at Jan-28-2024 10:15:35 PM +UTC
Transaction Fee:
0.001591869365871378 ETH
$4.45
Gas Used:
138,914 Gas / 11.459387577 Gwei
Emitted Events:
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0xc30e9c7a...3a9f25e51 |
0.014318704449020192 Eth
Nonce: 5
|
0.007726835083148814 Eth
Nonce: 6
| 0.006591869365871378 | ||
0xC640Ec20...d6a1F43F6 | 0.145 Eth | 0.15 Eth | 0.005 | ||
0xDccA9827...a27912623
Miner
| (MEV Builder: 0xDcc...623) | 1.063780135901012151 Eth | 1.063780274815012151 Eth | 0.000000138914 |
Execution Trace
ETH 0.005
Anizuki.mint( _quantity=10 )
mint[Anizuki (ln:1833)]
balanceOf[Anizuki (ln:1840)]
totalSupply[Anizuki (ln:1841)]
owner[Anizuki (ln:1843)]
_safeMint[Anizuki (ln:1869)]
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MITpragma solidity ^0.8.13;// File: erc721a/contracts/IERC721A.sol// ERC721A Contracts v4.2.3// Creator: Chiru Labs/*** @dev Interface of ERC721A.*/interface IERC721A {/*** The caller must own the token or be an approved operator.*/error ApprovalCallerNotOwnerNorApproved();/*** The token does not exist.*/error ApprovalQueryForNonexistentToken();/*** Cannot query the balance for the zero address.*/