ETH Price: $3,422.18 (+3.10%)

Transaction Decoder

Block:
17045438 at Apr-14-2023 12:33:59 PM +UTC
Transaction Fee:
0.00194727000845619 ETH $6.66
Gas Used:
73,611 Gas / 26.45351929 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x5f04D47D...f4c4EBdB7
0xaa4C01d5...Cff58F536
0.0231 Eth
Nonce: 0
0.02115272999154381 Eth
Nonce: 1
0.00194727000845619
(stakefish: Fee Recipient)
1,447.467672731847501152 Eth1,447.467680092947501152 Eth0.0000073611

Execution Trace

ShapellaUpgradeNFT.publicMint( )
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
/**********************************************************************************************************
____| | | ____| | |
__| __| __ \\ _ \\ __| _ \\ | | __ `__ \\ __| \\ \\ / _ \\ | \\ \\ / _ \\ _` |
| | | | | __/ | __/ | | | | | | \\ \\ / ( | | \\ \\ / __/ ( |
_____| \\__| _| |_| \\___| _| \\___| \\__,_| _| _| _| _____| \\_/ \\___/ _| \\_/ \\___| \\__,_|
___ ___ ___ ___ ___ ___ ___ ___
/\\ \\ /\\__\\ /\\ \\ /\\ \\ /\\ \\ /\\__\\ /\\__\\ /\\ \\
/::\\ \\ /:/ / /::\\ \\ /::\\ \\ /::\\ \\ /:/ / /:/ / /::\\ \\
/:/\\ \\ \\ /:/__/ /:/\\:\\ \\ /:/\\:\\ \\ /:/\\:\\ \\ /:/ / /:/ / /:/\\:\\ \\
_\\:\\~\\ \\ \\ /::\\ \\ ___ /::\\~\\:\\ \\ /::\\~\\:\\ \\ /::\\~\\:\\ \\ /:/ / /:/ / /::\\~\\:\\ \\
/\\ \\:\\ \\ \\__\\ /:/\\:\\ /\\__\\ /:/\\:\\ \\:\\__\\ /:/\\:\\ \\:\\__\\ /:/\\:\\ \\:\\__\\ /:/__/ /:/__/ /:/\\:\\ \\:\\__\\
\\:\\ \\:\\ \\/__/ \\/__\\:\\/:/ / \\/__\\:\\/:/ / \\/__\\:\\/:/ / \\:\\~\\:\\ \\/__/ \\:\\ \\ \\:\\ \\ \\/__\\:\\/:/ /
\\:\\ \\:\\__\\ \\::/ / \\::/ / \\::/ / \\:\\ \\:\\__\\ \\:\\ \\ \\:\\ \\ \\::/ /
\\:\\/:/ / /:/ / /:/ / \\/__/ \\:\\ \\/__/ \\:\\ \\ \\:\\ \\ /:/ /
\\::/ / /:/ / /:/ / \\:\\__\\ \\:\\__\\ \\:\\__\\ /:/ /
\\/__/ \\/__/ \\/__/ \\/__/ \\/__/ \\/__/ \\/__/
**********************************************************************************************************/
pragma solidity 0.8.19;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
/**
* @dev Revert with an error when the mint is not active
*/
error MintNotActive();
/**
* @dev Revert with an error mint to recipients count does not match supply
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX