ETH Price: $2,628.19 (+3.86%)

Transaction Decoder

Block:
19708493 at Apr-22-2024 04:15:59 AM +UTC
Transaction Fee:
0.00028579496469192 ETH $0.75
Gas Used:
46,719 Gas / 6.11731768 Gwei

Emitted Events:

756 Anizuki.ApprovalForAll( owner=[Sender] 0x6eb1028dd34dfa9f6fbd52837dd30fb3bbb7f260, operator=0x4feE7B06...c02f0a0Be, approved=True )

Account State Difference:

  Address   Before After State Difference Code
0x6eB1028d...3BBB7F260
0.01546985851814444 Eth
Nonce: 452
0.01518406355345252 Eth
Nonce: 453
0.00028579496469192
(beaverbuild)
16.218131373981276915 Eth16.218131420700276915 Eth0.000000046719
0xC640Ec20...d6a1F43F6

Execution Trace

Anizuki.setApprovalForAll( operator=0x4feE7B061C97C9c496b01DbcE9CDb10c02f0a0Be, 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