ETH Price: $2,551.52 (-2.53%)

Transaction Decoder

Block:
17447311 at Jun-10-2023 04:09:47 AM +UTC
Transaction Fee:
0.000970056765557216 ETH $2.48
Gas Used:
46,636 Gas / 20.800599656 Gwei

Emitted Events:

337 HIFIPEPE.ApprovalForAll( owner=[Sender] 0xd2f606a98805f431aaa0df7fdc07176250cf27c2, operator=0x1E004978...d54003c71, approved=True )

Account State Difference:

  Address   Before After State Difference Code
0x77B8969C...B0c85fC28
(beaverbuild)
12.777998418659935459 Eth12.778068372659935459 Eth0.000069954
0xD2f606A9...250cF27C2
0.092932336956553454 Eth
Nonce: 255
0.091962280190996238 Eth
Nonce: 256
0.000970056765557216

Execution Trace

HIFIPEPE.setApprovalForAll( operator=0x1E0049783F008A0085193E00003D00cd54003c71, approved=True )
setApprovalForAll[ERC721A (ln:634)]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
___ ___ ___ _______ ___ _______ _______ _______ _______
| Y | | _ | | | _ | _ | _ | _ |
|. 1 |. |. 1___|. | |. 1 |. 1___|. 1 |. 1___|
|. _ |. |. __) |. | |. ____|. __)_|. ____|. __)_
|: | |: |: | |: | |: | |: 1 |: | |: 1 |
|::.|:. |::.|::.| |::.| |::.| |::.. . |::.| |::.. . |
`--- ---`---`---' `---' `---' `-------`---' `-------'
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
}
pragma solidity ^0.8.0;
abstract contract Ownable is Context {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX