Transaction Hash:
Block:
19101882 at Jan-28-2024 01:51:47 AM +UTC
Transaction Fee:
0.001263152736930284 ETH
$3.99
Gas Used:
118,438 Gas / 10.665096818 Gwei
Emitted Events:
123 |
Anizuki.Transfer( from=0x00000000...000000000, to=[Sender] 0x113f927653e591847abc32c1734969e0a5422a07, tokenId=4608 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x0Aa8EBb6...624c6e667
Miner
| (MEV Builder: 0x0Aa...667) | 6.992661748820657364 Eth | 6.992720967820657364 Eth | 0.000059219 | |
0x113F9276...0A5422A07 |
0.002881289646991806 Eth
Nonce: 20
|
0.001618136910061522 Eth
Nonce: 21
| 0.001263152736930284 | ||
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.*/