Transaction Hash:
Block:
18645123 at Nov-25-2023 12:25:47 AM +UTC
Transaction Fee:
0.010640175249728574 ETH
$26.72
Gas Used:
83,446 Gas / 127.509709869 Gwei
Emitted Events:
0 |
FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x6dad5f65586d25b0b4c7191fc02af6305f9295ac, tokenId=156 )
|
1 |
FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x6dad5f65586d25b0b4c7191fc02af6305f9295ac, tokenId=157 )
|
2 |
FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x6dad5f65586d25b0b4c7191fc02af6305f9295ac, tokenId=158 )
|
3 |
FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x6dad5f65586d25b0b4c7191fc02af6305f9295ac, tokenId=159 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x6DAd5f65...05f9295ac |
0.51019621265672972 Eth
Nonce: 5
|
0.499556037407001146 Eth
Nonce: 6
| 0.010640175249728574 | ||
0xa11b4923...e3254b732 | |||||
0xbF793785...5EC114A5e
Miner
| (Fee Recipient: 0xbf79...a5e) | 1.541611689999056273 Eth | 1.549964634599056273 Eth | 0.0083529446 |
Execution Trace
FourCZ.CALL( )
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MITpragma solidity 0.8.20;/*** @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();/*** The caller cannot approve to their own address.*/error ApproveToCaller();/*** Cannot query the balance for the zero address.*/error BalanceQueryForZeroAddress();/*** Cannot mint to the zero address.*/error MintToZeroAddress();