Imaginary Ones

Verified contract

Active on Ethereum with 41,933 txns
Deployed by via 0x875c1bdf at 14661280
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#8305)
ERC-721
--
0xa2ec4e086a0b3980c8019bc859f97f3306399407bc70ea05ab494d354dbb0803
0x8351601793fd7c7982498bd4fbc64e31abd7633e65752afa05c2a95a7b1bb3d7
0x75b789754b76d2cd8287c232d66f9c4d3c7ef21874d3c8e84b41e41c4b566e7e
0x9fbd720b3764e8e95635898c87ff83dd18c3d6b8e9575c1cbaf06afed605b6ac
0xe801a2427967b168ff42a597cd8905a0dbd69afa267c0e5ff5b43e23120325fe
0x5902695052797c8ec886ecde3a2ecb9a52deb9958a2481b3fc98a8783d5d3148
0x33e248ade3dcb47e9721e1dd139125e19c91376c47a8ca8362c9e34d556b33f6
0x23b91a0224f21313281e8785fc12caa3480be65c5a2b21b9d24a41a4c8a6e64e
0x9e47d856f09ec9ff4eac3539b3087a28356adab9b0b74cae3bb5c0193d8ccdf1
0xe7a5cd831a288cdd54ef89b21365900f56f0e3ef77a710674e29a7126273c420

Functions
Getter at block 21245622
COMMUNITY_SUPPLY(view returns (uint256)
100
COMMUNITY_WALLET(view returns (address)
0x84eb8d02819bd90c766d23370c8926d857ce1505
FOUNDERS_SUPPLY(view returns (uint256)
100
MAIN_WALLET(view returns (address)
0xff3a0a8b9b38fcfe22e738b4639a6e978bf3b080
MAX_SUPPLY(view returns (uint256)
8888
PRE_SALE_SUPPLY(view returns (uint256)
4230
PUBLIC_SALE_DROP_AMOUNT(view returns (uint256)
100000000000000000
PUBLIC_SALE_DROP_INTERVAL(view returns (uint256)
900
PUBLIC_SALE_MINT_LIMIT(view returns (uint256)
1
baseURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmP1TXVcz8vDYSz5ke2AJoFcdFzmLu3YpCetprvHFYKxXm/
communityAmountMinted(view returns (uint256)
100
floorPrice(view returns (uint256)
200000000000000000
foundersAmountMinted(view returns (uint256)
100
getDAData(view returns (struct IODADTO data)
(200000000000000000, 1732306895)
getRemainingSupply(view returns (uint256)
0
isPreSaleLive(view returns (bool)
false
isPublicSaleLive(view returns (bool)
true
name(view returns (string)
Imaginary Ones
owner(view returns (address)
0x20616cef3ebc8f7200df6182e52101fcaef4c8c7
preSaleAmountMinted(view returns (uint256)
4121
publicSaleAmountMinted(view returns (uint256)
4567
publicSaleStartPrice(view returns (uint256)
600000000000000000
publicSaleStartTime(view returns (uint256)
1651114800
symbol(view returns (string)
IO
totalSupply(view returns (uint256 _value)
8888
Read-only
balanceOf(address ownerview returns (uint256)
foundersClaimed(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicSaleClaimed(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelistClaimed(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
communityMint(uint256 mintQuantity
foundersMint(address founderAddress
preSaleBuy(bytes32[] _merkleproofuint256 allowedMintQuantityuint256 mintQuantitypayable 
publicSaleBuy(bytes signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setMerkleRoot(bytes32 _merkleRoot
setPreSalePrice(uint256 _price
setPublicSaleStartPrice(uint256 _price
setPublicSaleStartTime(uint256 _startTime
setSignerAddress(address _signerAddress
togglePreSaleStatus(
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
Minted(uint256 remainingSupply
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
DirectMintFromBotNotAllowed(
DirectMintFromContractNotAllowed(
ExceedsAllocatedForCommunity(
ExceedsAllocatedForFounders(
ExceedsAllocatedForPreSale(
ExceedsAllocatedForPublicSale(
ExceedsMaxSupply(
ExceedsPreSaleSupply(
FounderClaimed(
InsufficientETHSent(
NotOnWhitelist(
PreSaleInactive(
PublicSaleInactive(
WithdrawalFailed(