ETH Price: $2,547.08 (+0.57%)

Transaction Decoder

Block:
17475376 at Jun-14-2023 02:58:59 AM +UTC
Transaction Fee:
0.0008556173048832 ETH $2.18
Gas Used:
46,720 Gas / 18.31372656 Gwei

Emitted Events:

67 HIFIPEPE.ApprovalForAll( owner=[Sender] 0x1101a7c2d4ada1da9a419d9e1a5615129f4a511e, operator=0x4c10a462...401120ab1, approved=True )

Account State Difference:

  Address   Before After State Difference Code
0x1101A7C2...29f4A511e
0.003050060345350549 Eth
Nonce: 15
0.002194443040467349 Eth
Nonce: 16
0.0008556173048832
(builder0x69)
1.645321647116324841 Eth1.645484152884038761 Eth0.00016250576771392
0x77B8969C...B0c85fC28

Execution Trace

HIFIPEPE.setApprovalForAll( operator=0x4c10a462CD1e639Da8A062aE8a33a23401120ab1, 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