Transaction Hash:
Block:
22665749 at Jun-09-2025 08:12:47 AM +UTC
Transaction Fee:
0.000059899005917186 ETH
$0.22
Gas Used:
46,093 Gas / 1.299525002 Gwei
Emitted Events:
278 |
ShapellaUpgradeNFT.ApprovalForAll( owner=[Sender] 0xa787f980ceee68cb0d68eb134538e29791f95bed, operator=0x1E004978...d54003c71, approved=True )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 5.895037599628130894 Eth | 5.895060646128130894 Eth | 0.0000230465 | |
0x5f04D47D...f4c4EBdB7 | |||||
0xA787f980...791f95bed |
0.003762964149139467 Eth
Nonce: 44
|
0.003703065143222281 Eth
Nonce: 45
| 0.000059899005917186 |
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