Imaginary Ones

Verified contract

Active on Ethereum with 41,890 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
--
0x4ac82f3e7d537d6ba690bd68342e6019e9f0074a64fd61fc86de287d5ee2bc8b
0x4c70c57d3bc69cc1091eb1f8bbec6f90d206024a32c7f0ab42137d1584033d36
0xc3805004b0fca65943c850c7a542d66f04f802e5e7b12bea86958b8845e109eb
0xa2b6e6238bd62129e2aa347654a5edaf46766fdf71718dd3b82bc1a43c33e1bd
0xf199fadf469fe3e3a667a9b0efe44ea60cbc8b0315a6d419a2d5f6808a7d0901
0x7aeebfd564978d2736fed9bee27f760b7d8c56609b2b29e4b956f3fc682dcbbe
0x4cee553ac2ee1572c3c289742125c10b4256461c134c87c34572de090c77d50d
0xb9081c6bd1805064e72635143a440e45d0c001f01e1122762961558c4d3e1886
0xb65451da9e1f4ae0770d257fa0214f92327a78966e7349becb6a8714d588f0c6
0xdb5a202e7cce9b95da6ee67fa71a3084308e5a046218ee5f39dd5b095efd2743

Functions
Getter at block 21161555
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, 1731293339)
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(