Imaginary Ones
Verified contract
Active on
Ethereum with 41,890 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IO | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160247 | 4 hours ago | | | 0 | 0.00090082116 | |
| 21157692 | 13 hours ago | | | 0 | 0.00058230303 | |
| 21155281 | 21 hours ago | | | 0 | 0.00054505226 | |
| 21150165 | 2 days ago | | | 0 | 0.00076755044 | |
| 21142806 | 3 days ago | | | 0 | 0.00074827405 | |
| 21136507 | 3 days ago | | | 0 | 0.0012216538 | |
| 21135798 | 4 days ago | | | 0 | 0.00066745112 | |
| 21135794 | 4 days ago | | | 0 | 0.00067992508 | |
| 21130470 | 4 days ago | | | 0 | 0.00079157718 | |
| 21129948 | 4 days ago | | | 0 | 0.0010070159 |
ABI
ABI objects
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 owner) view returns (uint256)
foundersClaimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicSaleClaimed(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
communityMint(uint256 mintQuantity)
foundersMint(address founderAddress)
preSaleBuy(bytes32[] _merkleproof, uint256 allowedMintQuantity, uint256 mintQuantity) payable
publicSaleBuy(bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMerkleRoot(bytes32 _merkleRoot)
setPreSalePrice(uint256 _price)
setPublicSaleStartPrice(uint256 _price)
setPublicSaleStartTime(uint256 _startTime)
setSignerAddress(address _signerAddress)
togglePreSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(uint256 remainingSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
DirectMintFromBotNotAllowed()
DirectMintFromContractNotAllowed()
ExceedsAllocatedForCommunity()
ExceedsAllocatedForFounders()
ExceedsAllocatedForPreSale()
ExceedsAllocatedForPublicSale()
ExceedsMaxSupply()
ExceedsPreSaleSupply()
FounderClaimed()
InsufficientETHSent()
NotOnWhitelist()
PreSaleInactive()
PublicSaleInactive()
WithdrawalFailed()