Transaction Hash:
Block:
21886247 at Feb-20-2025 08:02:11 AM +UTC
Transaction Fee:
0.00008010800670005 ETH
$0.20
Gas Used:
46,018 Gas / 1.740797225 Gwei
Emitted Events:
541 |
BoneBoy.ApprovalForAll( owner=[Sender] 0x23dfb4c1b418e87cbfc8ee5d3f977ff040092a3b, operator=0x1E004978...d54003c71, approved=True )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x23dfB4c1...040092A3b |
0.02924771621673604 Eth
Nonce: 75
|
0.02916760821003599 Eth
Nonce: 76
| 0.00008010800670005 | ||
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 16.116535264408391742 Eth | 16.116579901868391742 Eth | 0.00004463746 | |
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.*/