Transaction Hash:
Block:
22655773 at Jun-07-2025 10:44:23 PM +UTC
Transaction Fee:
0.000020227183674368 ETH
$0.09
Gas Used:
46,093 Gas / 0.438834176 Gwei
Emitted Events:
651 |
ShapellaUpgradeNFT.ApprovalForAll( owner=[Sender] 0x1e451ab48ba7f7528ea4bd1a941dbf6a607e4858, operator=0x1E004978...d54003c71, approved=True )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x1e451ab4...a607e4858 |
0.001595380420905933 Eth
Nonce: 26
|
0.001575153237231565 Eth
Nonce: 27
| 0.000020227183674368 | ||
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 13.274544991978507682 Eth | 13.274547296628507682 Eth | 0.00000230465 | |
0x5f04D47D...f4c4EBdB7 |
Execution Trace
ShapellaUpgradeNFT.setApprovalForAll( operator=0x1E0049783F008A0085193E00003D00cd54003c71, approved=True )
setApprovalForAll[ERC721 (ln:255)]
_setApprovalForAll[ERC721 (ln:256)]
ApprovalForAll[ERC721 (ln:464)]
_msgSender[ERC721 (ln:256)]
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