Transaction Hash:
Block:
16174606 at Dec-13-2022 08:31:35 AM +UTC
Transaction Fee:
0.000385513112742516 ETH
$0.98
Gas Used:
26,763 Gas / 14.404704732 Gwei
Emitted Events:
94 |
CockpunchY00ts.ApprovalForAll( owner=[Sender] 0x601971e2631bd4320097d378f7272d2b0d77e215, operator=0x1E004978...d54003c71, approved=True )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x601971e2...b0D77e215 |
0.004402039714199684 Eth
Nonce: 772
|
0.004016526601457168 Eth
Nonce: 773
| 0.000385513112742516 | ||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 271.758086042512066842 Eth | 271.758126187012066842 Eth | 0.0000401445 |
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.