Transaction Hash:
Block:
22425880 at May-06-2025 04:32:59 PM +UTC
Transaction Fee:
0.000043983027635147 ETH
$0.11
Gas Used:
46,591 Gas / 0.944024117 Gwei
Emitted Events:
431 |
UnchainedMilady.ApprovalForAll( owner=[Sender] 0x5bfb50460765f8203d2f7640e01942f2cb8922b0, operator=0x1E004978...d54003c71, approved=True )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x25f23845...DF5398A4d | |||||
0x5BfB5046...2CB8922b0 |
0.006007918479754135 Eth
Nonce: 91
|
0.005963935452118988 Eth
Nonce: 92
| 0.000043983027635147 | ||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 7.06587311052708324 Eth | 7.06587314626238024 Eth | 0.000000035735297 |
Execution Trace
UnchainedMilady.setApprovalForAll( operator=0x1E0049783F008A0085193E00003D00cd54003c71, 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) {