Transaction Hash:
Block:
20408357 at Jul-28-2024 11:31:47 PM +UTC
Transaction Fee:
0.000037938474496596 ETH
$0.10
Gas Used:
35,346 Gas / 1.073345626 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x28a1EaB4...9e27b10B5
Miner
| (MEV Builder: 0x28a1...0b5) | 0.0439598422843058 Eth | 0.0439633768843058 Eth | 0.0000035346 | |
0x2DA03aFf...C4eDc1C67 |
0.000764482066632086 Eth
Nonce: 2
|
0.00072654359213549 Eth
Nonce: 3
| 0.000037938474496596 |
Execution Trace
Anizuki.mint( _quantity=5 )
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.*/