ETH Price: $2,559.64 (-7.80%)

Transaction Decoder

Block:
18207762 at Sep-24-2023 07:32:47 PM +UTC
Transaction Fee:
0.001030982904233085 ETH $2.64
Gas Used:
72,489 Gas / 14.222611765 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x691e18Ca...5D7ed0cE4
0.030465574454885732 Eth
Nonce: 20
0.029434591550652647 Eth
Nonce: 21
0.001030982904233085
0x77B8969C...B0c85fC28
(beaverbuild)
15.64212517057682804 Eth15.64213241947682804 Eth0.0000072489

Execution Trace

HIFIPEPE.safeTransferFrom( from=0x691e18Ca5e1BAFFA529A29cA4dA56085D7ed0cE4, to=0x2b7e7b92a20BFB1d4cE652F9c37eEBF354ccC93c, tokenId=4609, data=0x )
  • OperatorFilterRegistry.isOperatorAllowed( registrant=0x77B8969C6C2b11e485A1BA1De9eE2F3B0c85fC28, operator=0x691e18Ca5e1BAFFA529A29cA4dA56085D7ed0cE4 ) => ( True )
  • OperatorFilterRegistry.isOperatorAllowed( registrant=0x77B8969C6C2b11e485A1BA1De9eE2F3B0c85fC28, operator=0x691e18Ca5e1BAFFA529A29cA4dA56085D7ed0cE4 ) => ( True )
    safeTransferFrom[HIFIPEPE (ln:1203)]
    File 1 of 2: HIFIPEPE
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    /**
    ___ ___ ___ _______ ___ _______ _______ _______ _______
    | Y | | _ | | | _ | _ | _ | _ |
    |. 1 |. |. 1___|. | |. 1 |. 1___|. 1 |. 1___|
    |. _ |. |. __) |. | |. ____|. __)_|. ____|. __)_
    |: | |: |: | |: | |: | |: 1 |: | |: 1 |
    |::.|:. |::.|::.| |::.| |::.| |::.. . |::.| |::.. . |
    `--- ---`---`---' `---' `---' `-------`---' `-------'
    */
    // SPDX-License-Identifier: MIT
    pragma solidity ^0.8.0;
    abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
    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