ETH Price: $2,573.43 (+1.62%)

Transaction Decoder

Block:
19181851 at Feb-08-2024 07:06:47 AM +UTC
Transaction Fee:
0.000901991793972665 ETH $2.32
Gas Used:
26,735 Gas / 33.738238039 Gwei

Emitted Events:

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

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
69.056266025910738574 Eth69.056266052645738574 Eth0.000000026735
0x6eB1028d...3BBB7F260
0.006620003403705943 Eth
Nonce: 351
0.005718011609733278 Eth
Nonce: 352
0.000901991793972665

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