Transaction Hash:
Block:
19104039 at Jan-28-2024 09:06:59 AM +UTC
Transaction Fee:
0.001628573662728802 ETH
$6.10
Gas Used:
118,438 Gas / 13.750431979 Gwei
Emitted Events:
134 |
Anizuki.Transfer( from=0x00000000...000000000, to=[Sender] 0x016d8fe705cdb68e66498988e9f920c86077b66d, tokenId=4696 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x016d8fe7...86077b66D |
0.012806959009150222 Eth
Nonce: 11
|
0.01117838534642142 Eth
Nonce: 12
| 0.001628573662728802 | ||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 14.297591928249231603 Eth | 14.297603772049231603 Eth | 0.0000118438 | |
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.*/