TheCryptoids
Verified contract
Active on
Ethereum with 3,310 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 "TheCryptoids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20684818 | 2 months ago | | | 0 | 0.00014319173 | |
| 20590132 | 2 months ago | | | 0 | 0.000024650388 | |
| 20124005 | 4 months ago | | | 0 | 0.000067778781 | |
| 20093881 | 5 months ago | | | 0 | 0.000077820459 | |
| 19732033 | 6 months ago | | | 0 | 0.00054700369 | |
| 19612999 | 7 months ago | | | 0 | 0.00075502766 | |
| 19581201 | 7 months ago | | | 0 | 0.00043723112 | |
| 19341651 | 8 months ago | | | 0 | 0.0033835110 | |
| 19282444 | 8 months ago | | | 0 | 0.0021656760 | |
| 19178551 | 9 months ago | | | 0 | 0.0025300925 |
ABI
ABI objects
Getter at block 21101443
DOMAIN_SEPARATOR() view returns (bytes32)
0x81e70a943998d568868761403bbc79c04143010e6d6cc6bad3f0bea06200bb42
MINTER_TYPEHASH() view returns (bytes32)
0x325fddf9552c17478a75e5d653af030805196a4fc48e1df5a2e5aeff2a7066e0
genesisPhase() view returns (bool)
true
genesisPrice() view returns (uint256)
120000000000000000
genesisSupply() view returns (uint256)
1000
isPresaleActive() view returns (bool)
false
isSaleActive() view returns (bool)
false
maxSupply() view returns (uint256)
8000
name() view returns (string)
TheCryptoids
owner() view returns (address)
0x7edf8b28ec46fecf6cb37af4222fa277dfbb8383
price() view returns (uint256)
100000000000000000
reserved() view returns (uint256)
80
symbol() view returns (string)
TOIDS
totalSupply() view returns (uint256)
1000
Read-only
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airDrop(address _to) returns (uint256)
approve(address to, uint256 tokenId)
freeMint(uint256 num)
genesisPresale(bytes signature, uint256 nonce) payable returns (uint256)
genesisSale(uint256 num) payable
normalPresale(uint256 num, bytes signature, uint256 nonce) payable
normalSale(uint256 num) 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 baseURI)
setFreeMinter(address freeMinter, uint256 num)
setMintPrice(uint256 newPrice)
setWhitelistSigningAddress(address newSigningKey)
setWithdrawer(address withdrawer)
toggleGenesisPhase()
togglePresale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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, string baseURI, address withdrawer, address signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.