ETH Price: $2,797.24 (+0.82%)

Transaction Decoder

Block:
22440780 at May-08-2025 07:08:47 PM +UTC
Transaction Fee:
0.000307989452864115 ETH $0.86
Gas Used:
46,635 Gas / 6.604255449 Gwei

Emitted Events:

333 Anizuki.ApprovalForAll( owner=[Sender] 0x69c2a66b4f30aaf3d3fbaa8e2bce930b74a52389, operator=0x1E004978...d54003c71, approved=True )

Account State Difference:

  Address   Before After State Difference Code
0x69C2A66b...B74a52389
0.00148136357014348 Eth
Nonce: 15
0.001173374117279365 Eth
Nonce: 16
0.000307989452864115
(beaverbuild)
7.705664207174567825 Eth7.705668870674567825 Eth0.0000046635
0xC640Ec20...d6a1F43F6

Execution Trace

Anizuki.setApprovalForAll( operator=0x1E0049783F008A0085193E00003D00cd54003c71, approved=True )
setApprovalForAll[ERC721A (ln:842)]
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.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.
*/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX