ETH Price: $4,276.90 (+0.96%)
Gas: 0.53 Gwei

Transaction Decoder

Block:
17446952 at Jun-10-2023 02:56:35 AM +UTC
Transaction Fee:
0.002042657128774042 ETH $8.74
Gas Used:
117,227 Gas / 17.424800846 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x77B8969C...B0c85fC28
0x841251f4...472cBeF14
0.148390070048076924 Eth
Nonce: 1502
0.146347412919302882 Eth
Nonce: 1503
0.002042657128774042
(Flashbots: Builder)
0.020222654028087827 Eth0.020234376728087827 Eth0.0000117227

Execution Trace

HIFIPEPE.mint( quantity=2 )
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