Transaction Hash:
Block:
20498512 at Aug-10-2024 01:29:35 PM +UTC
Transaction Fee:
0.000051283080489018 ETH
$0.14
Gas Used:
46,018 Gas / 1.114413501 Gwei
Emitted Events:
265 |
BoneBoy.ApprovalForAll( owner=[Sender] 0x79a521aad00ac75c81659c7e6521fe3a05c47b40, operator=0x1E004978...d54003c71, approved=True )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x79a521Aa...A05C47B40 |
0.000614592391416426 Eth
Nonce: 17
|
0.000563309310927408 Eth
Nonce: 18
| 0.000051283080489018 | ||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 7.633517118582229344 Eth | 7.633517164600229344 Eth | 0.000000046018 | |
0xd58F7d6B...FB701865D |
Execution Trace
BoneBoy.setApprovalForAll( operator=0x1E0049783F008A0085193E00003D00cd54003c71, approved=True )
setApprovalForAll[ERC721A (ln:748)]
_msgSenderERC721A[ERC721A (ln:749)]
ApprovalForAll[ERC721A (ln:750)]
_msgSenderERC721A[ERC721A (ln:750)]
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MIT// File: erc721a/contracts/IERC721A.sol// ERC721A Contracts v4.2.3// Creator: Chiru Labspragma 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.*/