ETH Price: $4,760.08 (+3.71%)

Transaction Decoder

Block:
17045442 at Apr-14-2023 12:34:47 PM +UTC
Transaction Fee:
0.001946656989813447 ETH $9.27
Gas Used:
73,611 Gas / 26.445191477 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x5f04D47D...f4c4EBdB7
0xB5a7d7AB...eD91524C9
0.024903856325239759 Eth
Nonce: 6
0.022957199335426312 Eth
Nonce: 7
0.001946656989813447
(Flashbots: Builder)
1.178010526425875972 Eth1.178017887525875972 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