ETH Price: $2,512.22 (-0.68%)

Transaction Decoder

Block:
17447056 at Jun-10-2023 03:17:47 AM +UTC
Transaction Fee:
0.002740756916603825 ETH $6.89
Gas Used:
117,175 Gas / 23.390287319 Gwei

Account State Difference:

  Address   Before After State Difference Code
7.285083913816027375 Eth7.285318263816027375 Eth0.00023435
0x3810e63A...eC1BA58d0
0.115308124605141462 Eth
Nonce: 1098
0.112567367688537637 Eth
Nonce: 1099
0.002740756916603825
0x77B8969C...B0c85fC28

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