Transaction Hash:
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:
258 |
HIFIPEPE.Transfer( from=[Sender] 0x691e18ca5e1baffa529a29ca4da56085d7ed0ce4, to=0x2b7e7b92...354ccC93c, tokenId=4609 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x691e18Ca...5D7ed0cE4 |
0.030465574454885732 Eth
Nonce: 20
|
0.029434591550652647 Eth
Nonce: 21
| 0.001030982904233085 | ||
0x77B8969C...B0c85fC28 | |||||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 15.64212517057682804 Eth | 15.64213241947682804 Eth | 0.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)]
safeTransferFrom[HIFIPEPE (ln:1204)]
File 1 of 2: HIFIPEPE
File 2 of 2: OperatorFilterRegistry
12345678910111213141516/**___ ___ ___ _______ ___ _______ _______ _______ _______| Y | | _ | | | _ | _ | _ | _ ||. 1 |. |. 1___|. | |. 1 |. 1___|. 1 |. 1___||. _ |. |. __) |. | |. ____|. __)_|. ____|. __)_|: | |: |: | |: | |: | |: 1 |: | |: 1 ||::.|:. |::.|::.| |::.| |::.| |::.. . |::.| |::.. . |`--- ---`---`---' `---' `---' `-------`---' `-------'*/// SPDX-License-Identifier: MITpragma solidity ^0.8.0;abstract contract Context {function _msgSender() internal view virtual returns (address) {
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.*/