ETH Price: $2,553.43 (-3.32%)

Transaction Decoder

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 Code
0x68F69713...89492071b
0.001617438976868833 Eth
Nonce: 25
0.001125991124591521 Eth
Nonce: 26
0.000491447852277312
(beaverbuild)
96.26510367663313893 Eth96.26510742723313893 Eth0.0000037506
0xeEbDaB67...a063A989d

Execution Trace

Kittiez.setApprovalForAll( operator=0x1E0049783F008A0085193E00003D00cd54003c71, approved=False )
  • OperatorFilterRegistry.isOperatorAllowed( registrant=0xeEbDaB679cdb5F10dcbD6cA7831103Ba063A989d, operator=0x1E0049783F008A0085193E00003D00cd54003c71 ) => ( True )
    setApprovalForAll[Kittiez (ln:851)]
    File 1 of 2: Kittiez
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // 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.
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: OperatorFilterRegistry
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // 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.
    */
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX