ETH Price: $2,612.18 (+1.66%)

Transaction Decoder

Block:
20677990 at Sep-04-2024 03:02:59 PM +UTC
Transaction Fee:
0.00026438926421171 ETH $0.69
Gas Used:
24,190 Gas / 10.929692609 Gwei

Emitted Events:

285 BoneBoy.ApprovalForAll( owner=[Sender] 0xce37045558c71f3bd457a5a1d4da79adb0f7c4f4, operator=0x4feE7B06...c02f0a0Be, approved=False )

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
5.196287672917566904 Eth5.196287697107566904 Eth0.00000002419
0xcE370455...dB0F7C4F4
0.003262014575188435 Eth
Nonce: 405
0.002997625310976725 Eth
Nonce: 406
0.00026438926421171
0xd58F7d6B...FB701865D

Execution Trace

BoneBoy.setApprovalForAll( operator=0x4feE7B061C97C9c496b01DbcE9CDb10c02f0a0Be, approved=False )
setApprovalForAll[ERC721A (ln:748)]
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
// File: erc721a/contracts/IERC721A.sol
// ERC721A Contracts v4.2.3
// Creator: Chiru Labs
pragma solidity ^0.8.4;
/**
* @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