Transaction Hash:
Block:
22498527 at May-16-2025 10:14:23 PM +UTC
Transaction Fee:
0.000057929441149238 ETH
$0.25
Gas Used:
46,093 Gas / 1.256794766 Gwei
Emitted Events:
508 |
ShapellaUpgradeNFT.ApprovalForAll( owner=[Sender] 0xadfa9893c1bf4091523ae004d891b5d039cc5a55, operator=0x1E004978...d54003c71, approved=True )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 7.629211830537734782 Eth | 7.629211833295064135 Eth | 0.000000002757329353 | |
0x5f04D47D...f4c4EBdB7 | |||||
0xaDfa9893...039cC5A55 |
0.001671648693908202 Eth
Nonce: 15
|
0.001613719252758964 Eth
Nonce: 16
| 0.000057929441149238 |
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