ETH Price: $2,490.34 (-1.08%)

Transaction Decoder

Block:
19829368 at May-09-2024 01:59:59 AM +UTC
Transaction Fee:
0.000191121294853275 ETH $0.48
Gas Used:
46,635 Gas / 4.098237265 Gwei

Emitted Events:

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

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
48.118041216645752353 Eth48.118041263280752353 Eth0.000000046635
0x663c7597...D6732Eada
0.003877697768221069 Eth
Nonce: 139
0.003686576473367794 Eth
Nonce: 140
0.000191121294853275
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