ETH Price: $2,714.91 (-3.22%)

Transaction Decoder

Block:
18682989 at Nov-30-2023 07:39:11 AM +UTC
Transaction Fee:
0.003438950519302326 ETH $9.34
Gas Used:
114,858 Gas / 29.940888047 Gwei

Emitted Events:

296 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3826 )
297 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3827 )
298 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3828 )
299 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3829 )
300 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3830 )
301 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3831 )
302 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3832 )
303 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3833 )
304 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3834 )
305 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3835 )
306 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3836 )
307 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3837 )
308 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3838 )
309 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3839 )
310 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3840 )
311 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3841 )
312 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3842 )
313 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3843 )
314 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3844 )
315 FourCZ.Transfer( from=0x00000000...000000000, to=[Sender] 0x210028afce3da801d781c4f6d616cf3b30c85fa7, tokenId=3845 )

Account State Difference:

  Address   Before After State Difference Code
2.228055250420204939 Eth2.228066736220204939 Eth0.0000114858
0x210028aF...B30C85Fa7
0.017396076360223863 Eth
Nonce: 1037
0.013957125840921537 Eth
Nonce: 1038
0.003438950519302326
0xa11b4923...e3254b732

Execution Trace

FourCZ.freeMint( )
freeMint[FourCZ (ln:266)]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
pragma 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();
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX