ETH Price: $2,680.15 (+7.44%)
Gas: 1.29 Gwei

Transaction Decoder

Block:
17447328 at Jun-10-2023 04:13:11 AM +UTC
Transaction Fee:
0.00084646600120468 ETH $2.27
Gas Used:
46,636 Gas / 18.15048463 Gwei

Emitted Events:

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

Account State Difference:

  Address   Before After State Difference Code
0x41b9b33b...e5F7f56cF
0.164742508815265808 Eth
Nonce: 557
0.163896042814061128 Eth
Nonce: 558
0.00084646600120468
(builder0x69)
1.608188818382586599 Eth1.608216333622586599 Eth0.00002751524
0x77B8969C...B0c85fC28

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