ETH Price: $2,567.07 (-6.45%)
Gas: 2.19 Gwei

Transaction Decoder

Block:
17447132 at Jun-10-2023 03:32:59 AM +UTC
Transaction Fee:
0.0023351609481875 ETH $5.99
Gas Used:
117,175 Gas / 19.9288325 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x4F695506...88463E6b7
0.067295748038849599 Eth
Nonce: 514
0.064960587090662099 Eth
Nonce: 515
0.0023351609481875
0x77B8969C...B0c85fC28
(eth-builder)
27.413005036876592798 Eth27.413391714376592798 Eth0.0003866775

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