Transaction Hash:
Block:
19102371 at Jan-28-2024 03:29:59 AM +UTC
Transaction Fee:
0.000837425098685406 ETH
$3.26
Gas Used:
84,238 Gas / 9.941179737 Gwei
Emitted Events:
255 |
Anizuki.Transfer( from=0x00000000...000000000, to=[Sender] 0x012715ac86c83d2190d2f8d2ff23b55a59c93a0a, tokenId=4649 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x012715AC...a59C93A0A |
3.683602303831710156 Eth
Nonce: 33
|
3.68276487873302475 Eth
Nonce: 34
| 0.000837425098685406 | ||
0x0Aa8EBb6...624c6e667
Miner
| (MEV Builder: 0x0Aa...667) | 6.949940594214061235 Eth | 6.949940678452061235 Eth | 0.000000084238 | |
0xC640Ec20...d6a1F43F6 |
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.*/