ETH Price: $3,621.70 (-3.39%)

Transaction Decoder

Block:
19102049 at Jan-28-2024 02:25:23 AM +UTC
Transaction Fee:
0.00056771233128648 ETH $2.06
Gas Used:
46,635 Gas / 12.173524848 Gwei

Emitted Events:

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

Account State Difference:

  Address   Before After State Difference Code
0x31CCaB26...6587786A8
0.000911594112273061 Eth
Nonce: 8
0.000343881780986581 Eth
Nonce: 9
0.00056771233128648
0xC640Ec20...d6a1F43F6
(Flashbots: Builder)
14.89987163005291466 Eth14.89987396180291466 Eth0.00000233175

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