Aiko Virtual
Verified contract
Active on
Ethereum with 15,821 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Aiko Virtual"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21144345 | 3 days ago | | | 0 | 0.00098859517 | |
| 21113345 | 7 days ago | | | 0 | 0.00023056860 | |
| 21107891 | 8 days ago | | | 0 | 0.00061395899 | |
| 21106169 | 8 days ago | | | 0 | 0.00020734005 | |
| 21100309 | 9 days ago | | | 0 | 0.00022742108 | |
| 21095763 | 9 days ago | | | 0 | 0.00013094576 | |
| 21084863 | 11 days ago | | | 0 | 0.00040789598 | |
| 21084092 | 11 days ago | | | 0 | 0.00073455113 | |
| 21033391 | 18 days ago | | | 0 | 0.00027666600 | |
| 21032170 | 18 days ago | | | 0 | 0.00035120099 |
ABI
ABI objects
Getter at block 21163506
FIRST_ORB_MAX() view returns (uint256)
6
FIRST_ORB_PRICE() view returns (uint256)
50000000000000000
FIRST_SALE_MAX() view returns (uint256)
3333
FREE_MAX() view returns (uint256)
6
MAX_SUPPLY() view returns (uint256)
8888
PUBLIC_MAX() view returns (uint256)
2
PUBLIC_PRICE() view returns (uint256)
100000000000000000
SECOND_ORB_MAX() view returns (uint256)
6
SECOND_ORB_PRICE() view returns (uint256)
75000000000000000
WALLET_MAX() view returns (uint256)
6
allPaused() view returns (bool)
false
baseURI() view returns (string)
ipfs://QmcTsZQSHC3zVK3S5BkkxH7CZ2k5VsX1cTqt4RD8sPR9p7/
devMinted() view returns (uint256)
88
firstRoot() view returns (bytes32)
0xa928bb4c4f7b8945be2dcc54df7a7fb9a9ce9e4fdce702500aa100eab30dd958
firstSaleEndTime() view returns (uint64)
1656198000
firstSaleStartTime() view returns (uint64)
1656169200
freeRoot() view returns (bytes32)
0xf02f37616661e038d0b956af4498054e3f99a15524101f2e1b218a89d5c68f6b
name() view returns (string)
Aiko Virtual
owner() view returns (address)
0xba89826ae052da88962c0fb23bf3840f594d630e
publicSaleEndTime() view returns (uint64)
1656349200
publicSaleStartTime() view returns (uint64)
1656262800
secondRoot() view returns (bytes32)
0xf7fcfdb73d853f7470fffa18b57156d6060700ad5983055a8d08c96ad65c1606
secondSaleEndTime() view returns (uint64)
1656262800
secondSaleStartTime() view returns (uint64)
1656198000
symbol() view returns (string)
AIKO
totalFreeMinted() view returns (uint256)
280
totalSupply() view returns (uint256)
8888
Read-only
accountInfo(address) view returns (uint64 freeMinted, uint64 purchasedFirst, uint64 purchasedSecond, uint64 purchasedPublic)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalMinted(address who) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 amount)
devMintTo(address who, uint256 amount)
emergencyWithdrawETH()
firstCyberOrbAiko(uint64 amountToBuy, uint256 amount, bytes32[] merkleProof) payable
freeAiko(uint64 amountToBuy, uint256 amount, bytes32[] merkleProof)
publicAikoSale(uint64 amountToBuy) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
secondCyberOrbAiko(uint64 amountToBuy, uint256 amount, bytes32[] merkleProof) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setPauseState(bool paused)
setSaleRoots(bytes32 _freeRoot, bytes32 _firstRoot, bytes32 _secondRoot)
setStartAndEndTimes(uint64[3] _startTimes, uint64[3] _endTimes)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 maxSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()