Transaction Hash:
Block:
19108389 at Jan-28-2024 11:43:35 PM +UTC
Transaction Fee:
0.000287301400280972 ETH
$0.71
Gas Used:
35,398 Gas / 8.116317314 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x5124fcC2...3F38f1C34
Miner
| (Faith Builder) | 15.673206359721462308 Eth | 15.673206395119462308 Eth | 0.000000035398 | |
0xE5f2b6a5...AC944cD07 |
0.002632927980863806 Eth
Nonce: 11
|
0.002345626580582834 Eth
Nonce: 12
| 0.000287301400280972 |
Execution Trace
Anizuki.mint( _quantity=1 )
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.*/