Transaction Hash:
Block:
19207826 at Feb-11-2024 10:36:23 PM +UTC
Transaction Fee:
0.000813895113760092 ETH
$3.51
Gas Used:
24,723 Gas / 32.920564404 Gwei
Emitted Events:
769 |
Anizuki.ApprovalForAll( owner=[Sender] 0x48c4226e6e4e0ebdd30ce987caa9314d98d8e0cb, operator=0x1E004978...d54003c71, approved=False )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x388C818C...7ccB19297
Miner
| (Lido: Execution Layer Rewards Vault) | 94.008609626038747193 Eth | 94.008609650761747193 Eth | 0.000000024723 | |
0x48c4226e...D98D8E0cB |
0.002547496015252232 Eth
Nonce: 10
|
0.00173360090149214 Eth
Nonce: 11
| 0.000813895113760092 | ||
0xC640Ec20...d6a1F43F6 |
Execution Trace
Anizuki.setApprovalForAll( operator=0x1E0049783F008A0085193E00003D00cd54003c71, approved=False )
setApprovalForAll[ERC721A (ln:842)]
_msgSenderERC721A[ERC721A (ln:847)]
ApprovalForAll[ERC721A (ln:848)]
_msgSenderERC721A[ERC721A (ln:848)]
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MITpragma 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.*/