Transaction Hash:
Block:
16857167 at Mar-18-2023 08:58:23 PM +UTC
Transaction Fee:
0.000491447852277312 ETH
$1.25
Gas Used:
37,506 Gas / 13.103179552 Gwei
Emitted Events:
230 |
Kittiez.ApprovalForAll( owner=[Sender] 0x68f697130e9626d1ccbaabde9a19a2789492071b, operator=0x1E004978...d54003c71, approved=False )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x68F69713...89492071b |
0.001617438976868833 Eth
Nonce: 25
|
0.001125991124591521 Eth
Nonce: 26
| 0.000491447852277312 | ||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 96.26510367663313893 Eth | 96.26510742723313893 Eth | 0.0000037506 | |
0xeEbDaB67...a063A989d |
Execution Trace
Kittiez.setApprovalForAll( operator=0x1E0049783F008A0085193E00003D00cd54003c71, approved=False )

-
OperatorFilterRegistry.isOperatorAllowed( registrant=0xeEbDaB679cdb5F10dcbD6cA7831103Ba063A989d, operator=0x1E0049783F008A0085193E00003D00cd54003c71 ) => ( True )
setApprovalForAll[Kittiez (ln:851)]
setApprovalForAll[Kittiez (ln:859)]
File 1 of 2: Kittiez
File 2 of 2: OperatorFilterRegistry
12345678910111213141516// SPDX-License-Identifier: MIT// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)pragma solidity ^0.8.0;import "../utils/ContextUpgradeable.sol";import "../proxy/utils/Initializable.sol";/*** @dev Contract module which provides a basic access control mechanism, where* there is an account (an owner) that can be granted exclusive access to* specific functions.** By default, the owner account will be the one that deploys the contract. This* can later be changed with {transferOwnership}.** This module is used through inheritance. It will make available the modifier* `onlyOwner`, which can be applied to your functions to restrict their use to* the owner.
File 2 of 2: OperatorFilterRegistry
12345678910111213141516// SPDX-License-Identifier: MIT// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)pragma solidity ^0.8.0;import "../utils/Context.sol";/*** @dev Contract module which provides a basic access control mechanism, where* there is an account (an owner) that can be granted exclusive access to* specific functions.** By default, the owner account will be the one that deploys the contract. This* can later be changed with {transferOwnership}.** This module is used through inheritance. It will make available the modifier* `onlyOwner`, which can be applied to your functions to restrict their use to* the owner.*/