Transaction Hash:
Block:
16529718 at Jan-31-2023 10:13:35 PM +UTC
Transaction Fee:
0.002037273049714398 ETH
$9.60
Gas Used:
59,613 Gas / 34.174979446 Gwei
Emitted Events:
278 |
DigiDaigakuMaskedVillains.ApprovalForAll( owner=[Sender] 0x815428dd0a945fc7d8bd1edd7c82b2493e6ffc74, operator=0x1E004978...d54003c71, approved=True )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x5F927395...C0F16844F
Miner
| (Manta-builder) | 28.575772875744246045 Eth | 28.575832488744246045 Eth | 0.000059613 | |
0x812F5CF0...de3d3d967 | |||||
0x815428DD...93e6ffC74 |
0.009949626614659213 Eth
Nonce: 74
|
0.007912353564944815 Eth
Nonce: 75
| 0.002037273049714398 |
Execution Trace
DigiDaigakuMaskedVillains.setApprovalForAll( operator=0x1E0049783F008A0085193E00003D00cd54003c71, approved=True )

-
OperatorFilterRegistry.isOperatorAllowed( registrant=0x812F5CF0D10539ef9534929940f3aeEde3d3d967, operator=0x1E0049783F008A0085193E00003D00cd54003c71 ) => ( True )
File 1 of 2: DigiDaigakuMaskedVillains
File 2 of 2: OperatorFilterRegistry
12345678910111213141516// SPDX-License-Identifier: MIT// OpenZeppelin Contracts (last updated v4.6.0) (interfaces/IERC2981.sol)pragma solidity ^0.8.0;import "../utils/introspection/IERC165.sol";/*** @dev Interface for the NFT Royalty Standard.** A standardized way to retrieve royalty payment information for non-fungible tokens (NFTs) to enable universal* support for royalty payments across all NFT marketplaces and ecosystem participants.** _Available since v4.5._*/interface IERC2981 is IERC165 {/*** @dev Returns how much royalty is owed and to whom, based on a sale price that may be denominated in any unit of* exchange. The royalty amount is denominated and should be paid in that same unit of exchange.
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.*/