Transaction Hash:
Block:
18360143 at Oct-16-2023 03:07:11 AM +UTC
Transaction Fee:
0.0003689936023771 ETH
$1.02
Gas Used:
46,675 Gas / 7.905594052 Gwei
Emitted Events:
64 |
UnchainedMilady.ApprovalForAll( owner=[Sender] 0xa42192805df7489e6b99b4fc2e9e4569445e52fb, operator=0x2f18F339...1e1Be4DfB, approved=True )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x25f23845...DF5398A4d | |||||
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 10.75501074023894511 Eth | 10.75501540773894511 Eth | 0.0000046675 | |
0xA4219280...9445e52fb |
0.188505682409124135 Eth
Nonce: 46
|
0.188136688806747035 Eth
Nonce: 47
| 0.0003689936023771 |
Execution Trace
UnchainedMilady.setApprovalForAll( operator=0x2f18F339620a63e43f0839Eeb18D7de1e1Be4DfB, approved=True )
setApprovalForAll[ERC721A (ln:1039)]
_msgSenderERC721A[ERC721A (ln:1040)]
ApprovalForAll[ERC721A (ln:1041)]
_msgSenderERC721A[ERC721A (ln:1041)]
1234567891011121314151617181920212223242526// Sources flattened with hardhat v2.12.6 https://hardhat.org// File @openzeppelin/contracts/utils/Context.sol@v4.8.1// SPDX-License-Identifier: MIT// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)pragma solidity ^0.8.0;/*** @dev Provides information about the current execution context, including the* sender of the transaction and its data. While these are generally available* via msg.sender and msg.data, they should not be accessed in such a direct* manner, since when dealing with meta-transactions the account sending and* paying for execution may not be the actual sender (as far as an application* is concerned).** This contract is only required for intermediate, library-like contracts.*/abstract contract Context {function _msgSender() internal view virtual returns (address) {return msg.sender;}function _msgData() internal view virtual returns (bytes calldata) {