Transaction Hash:
Block:
16542433 at Feb-02-2023 04:53:35 PM +UTC
Transaction Fee:
0.001988735861851589 ETH
$5.25
Gas Used:
46,727 Gas / 42.560743507 Gwei
Emitted Events:
189 |
CockpunchY00ts.ApprovalForAll( owner=[Sender] 0x994cf01f34c51426bcb12bd30ff7079e280e1140, operator=0x1E004978...d54003c71, approved=True )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x169aF506...D766d79E5 | |||||
0x5F927395...C0F16844F
Miner
| (Manta-builder) | 41.371262353038063919 Eth | 41.371309080038063919 Eth | 0.000046727 | |
0x994Cf01f...E280E1140 |
0.134664862973135296 Eth
Nonce: 1005
|
0.132676127111283707 Eth
Nonce: 1006
| 0.001988735861851589 |
Execution Trace
CockpunchY00ts.setApprovalForAll( operator=0x1E0049783F008A0085193E00003D00cd54003c71, approved=True )
setApprovalForAll[ERC721A (ln:992)]
_msgSender[ERC721A (ln:993)]
_msgSender[ERC721A (ln:995)]
ApprovalForAll[ERC721A (ln:996)]
_msgSender[ERC721A (ln:996)]
1234567891011121314151617181920212223242526// ||// OO Twitter: @Cockpunchy00ts// (\/)// / \// || ||// \ /// |/\|// /| |\// SPDX-License-Identifier: MIT// File: contracts/CockpunchY00ts.sol// File: @openzeppelin/contracts/utils/Strings.sol// OpenZeppelin Contracts v4.4.1 (utils/Strings.sol)pragma solidity ^0.8.0;/*** @dev String operations.*/library Strings {bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";/*** @dev Converts a `uint256` to its ASCII `string` decimal representation.