Transaction Hash:
Block:
17050954 at Apr-15-2023 07:31:11 AM +UTC
Transaction Fee:
0.001589521601064246 ETH
$3.95
Gas Used:
73,559 Gas / 21.608798394 Gwei
Emitted Events:
161 |
ShapellaUpgradeNFT.Transfer( from=0x00000000...000000000, to=[Sender] 0x86fcc91ede73fe7941c66e777ba0dfce8bbc2895, tokenId=178583 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x1f9090aa...8e676c326
Miner
| 9.234834364222438368 Eth | 9.234841720122438368 Eth | 0.0000073559 | ||
0x5f04D47D...f4c4EBdB7 | |||||
0x86FCC91E...E8BBc2895 |
0.017630625127977425 Eth
Nonce: 2
|
0.016041103526913179 Eth
Nonce: 3
| 0.001589521601064246 |
Execution Trace
ShapellaUpgradeNFT.CALL( )
1234567891011121314151617181920212223242526/**********************************************************************************************************____| | | ____| | |__| __| __ \\ _ \\ __| _ \\ | | __ `__ \\ __| \\ \\ / _ \\ | \\ \\ / _ \\ _` || | | | | __/ | __/ | | | | | | \\ \\ / ( | | \\ \\ / __/ ( |_____| \\__| _| |_| \\___| _| \\___| \\__,_| _| _| _| _____| \\_/ \\___/ _| \\_/ \\___| \\__,_|___ ___ ___ ___ ___ ___ ___ ___/\\ \\ /\\__\\ /\\ \\ /\\ \\ /\\ \\ /\\__\\ /\\__\\ /\\ \\/::\\ \\ /:/ / /::\\ \\ /::\\ \\ /::\\ \\ /:/ / /:/ / /::\\ \\/:/\\ \\ \\ /:/__/ /:/\\:\\ \\ /:/\\:\\ \\ /:/\\:\\ \\ /:/ / /:/ / /:/\\:\\ \\_\\:\\~\\ \\ \\ /::\\ \\ ___ /::\\~\\:\\ \\ /::\\~\\:\\ \\ /::\\~\\:\\ \\ /:/ / /:/ / /::\\~\\:\\ \\/\\ \\:\\ \\ \\__\\ /:/\\:\\ /\\__\\ /:/\\:\\ \\:\\__\\ /:/\\:\\ \\:\\__\\ /:/\\:\\ \\:\\__\\ /:/__/ /:/__/ /:/\\:\\ \\:\\__\\\\:\\ \\:\\ \\/__/ \\/__\\:\\/:/ / \\/__\\:\\/:/ / \\/__\\:\\/:/ / \\:\\~\\:\\ \\/__/ \\:\\ \\ \\:\\ \\ \\/__\\:\\/:/ /\\:\\ \\:\\__\\ \\::/ / \\::/ / \\::/ / \\:\\ \\:\\__\\ \\:\\ \\ \\:\\ \\ \\::/ /\\:\\/:/ / /:/ / /:/ / \\/__/ \\:\\ \\/__/ \\:\\ \\ \\:\\ \\ /:/ /\\::/ / /:/ / /:/ / \\:\\__\\ \\:\\__\\ \\:\\__\\ /:/ /\\/__/ \\/__/ \\/__/ \\/__/ \\/__/ \\/__/ \\/__/**********************************************************************************************************/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