Transaction Hash:
Block:
18645124 at Nov-25-2023 12:25:59 AM +UTC
Transaction Fee:
0.010505049227260104 ETH
$27.73
Gas Used:
83,446 Gas / 125.890386924 Gwei
Emitted Events:
54 |
FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x8b181379de49d1896efca3767f6d54fe767616a9, tokenId=160 )
|
55 |
FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x8b181379de49d1896efca3767f6d54fe767616a9, tokenId=161 )
|
56 |
FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x8b181379de49d1896efca3767f6d54fe767616a9, tokenId=162 )
|
57 |
FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x8b181379de49d1896efca3767f6d54fe767616a9, tokenId=163 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 9.439374056482129026 Eth | 9.447727001082129026 Eth | 0.0083529446 | |
0x8b181379...e767616a9 |
0.361608967880698232 Eth
Nonce: 7
|
0.351103918653438128 Eth
Nonce: 8
| 0.010505049227260104 | ||
0xa11b4923...e3254b732 |
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();