Illuminatoons

Verified contract

Proxy

Active on Ethereum with 1,617 txns
Deployed by via 0x85dced23 at 15144699
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots

No balances found for "Illuminatoons"

0x65c42477ee9146b5b986fad0322fa36e505a9858a17b50b7ae7da2190f3007f2
0x5a71de70dc509dda2b25acad07eafb6be0110df3a9966ac39777fa53b3b784cc
0xeb72915e8a92a8263880a1a8204bc41f9cc1afdb8e66725add18a2d160404f1d
0xd15bf33fe2c9f1a810a2e1e09fcae2f94bd99c453121a807a254689aed66fcc0
0xbf773fcb177d5021c682c317b83cd876cbabc98f81f3856fec67a8cca4a14d36
0x81ca19c5306834431cc392266583944c7602023bc0d102a14be2d1bc23f1ee56
0x2bc2d53d8070f71390cd16d56222a41e1a7791aa6c11ac38e8b51a222c0d681e
0xd565441bae140841e79ac80da05a70f44cbec25901432047ac6611f4f785d593
0xb9bc8b31ccfc203a8bbe907226f62a32024f2916d3f6c5a64063314595b54429
0x169dafb538c7e842c6721182bd7cab1399a960be16e40fc26ef4d613bf112387

Functions
Getter at block 20863483
maxAmount(view returns (uint256)
8888
maxPerMint(view returns (uint256)
10
maxPerWallet(view returns (uint256)
10
name(view returns (string)
Illuminatoons
owner(view returns (address)
0xf4a408702a51839872b6d5f51cd2fc8f9456679e
presaleActive(view returns (bool)
false
price(view returns (uint256)
0
saleActive(view returns (bool)
true
symbol(view returns (string)
ILTOON
totalRevenue(view returns (uint256)
1100000000000000
totalSupply(view returns (uint256)
8888
treasury(view returns (address)
0xf4a408702a51839872b6d5f51cd2fc8f9456679e
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint64[] quantitiesaddress[] recipients
initialize(string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint64 quantitypayable 
presaleMint(uint64 quantityuint256 allowedbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(