Transaction Hash:
Block:
22665610 at Jun-09-2025 07:44:23 AM +UTC
Transaction Fee:
0.000059189170075839 ETH
$0.22
Gas Used:
46,093 Gas / 1.284124923 Gwei
Emitted Events:
132 |
ShapellaUpgradeNFT.ApprovalForAll( owner=[Sender] 0x709d00ba248df4cc4b528fe4262f93b2fba50eeb, operator=0x1E004978...d54003c71, approved=True )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x5f04D47D...f4c4EBdB7 | |||||
0x709d00ba...2FBA50eEb |
0.006204092971102972 Eth
Nonce: 46
|
0.006144903801027133 Eth
Nonce: 47
| 0.000059189170075839 | ||
0xdadB0d80...24f783711
Miner
| (BuilderNet) | 103.681874689583032827 Eth | 103.681897736083032827 Eth | 0.0000230465 |
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