CRYPTIDS
Verified contract
Active on
Ethereum with 1,904 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb71c…e0e5
3 additional
variables
Balances ($0.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.00015 | $3,343.97 |
$0.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21112102 | 8 days ago | | | 0 | 0.00029199247 | |
| 20302086 | 4 months ago | | | 0 | 0.00011898721 | |
| 19305785 | 9 months ago | | | 0 | 0.0014992521 | |
| 19302808 | 9 months ago | | | 0 | 0.00059459898 | |
| 19127222 | 9 months ago | | | 0 | 0.00099292990 | |
| 19099506 | 9 months ago | | | 0 | 0.00038241522 | |
| 19099505 | 9 months ago | | | 0 | 0.00038154873 | |
| 19079819 | 10 months ago | | | 0 | 0.00025492007 | |
| 18836316 | a year ago | | | 0 | 0.0019500400 | |
| 17462747 | a year ago | | | 0 | 0.00038390875 |
ABI
ABI objects
Getter at block 21168434
BountyYield() view returns (address)
0xb71c04c199fda0db814a7ee249ff2911d9f9e0e5
MAX_PER_TXN() view returns (uint256)
10
MAX_PER_WALLET_PRESALE() view returns (uint256)
4
PRE_SALE_PRICE() view returns (uint256)
60000000000000000
SALE_PRICE() view returns (uint256)
0
claimListMerkleRoot() view returns (bytes32)
0x81d3da3f8863f68fd9133c432bb9f83d84a96433bdbec88f76843e037f46b15f
getBaseURI() view returns (string)
ipfs://QmYrBApsvMG6AkrRpFauhgEgLYRvyBPZX7us8ZmtAhcy7D
getLastTokenId() view returns (uint256)
6666
isPreSaleActive() view returns (bool)
true
isPublicSaleActive() view returns (bool)
true
maxCryptids() view returns (uint256)
6666
maxPreSaleCryptids() view returns (uint256)
6666
name() view returns (string)
CRYPTIDS
owner() view returns (address)
0x160888131eecbed439d327d0f85bde34e60cfd43
preSaleMerkleRoot() view returns (bytes32)
0x3b29ee4ad8a580c0bf1b7969def827387c1339ce33e6b9f28ba4675a1f7ec337
royaltyPercentage() view returns (uint256)
5
symbol() view returns (string)
CRYPTIDS
verificationHash() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCounts(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
capSupply(uint256 _supply)
claim(bytes32[] merkleProof)
mint(uint256 numberOfTokens) payable
mintPreSale(uint8 numberOfTokens, bytes32[] merkleProof) payable
ownerMint(uint256 numberOfTokens)
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)
setBountyYield(address _bountyYield)
setClaimListMerkleRoot(bytes32 merkleRoot)
setIsPreSaleActive(bool _isPreSaleActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
setPresaleListMerkleRoot(bytes32 merkleRoot)
setRoyaltyAmount(uint256 _royaltyPercentage)
setVerificationHash(string _verificationHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice(uint256 _price)
withdraw()
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(uint256 _maxCryptids, uint256 _maxPreSaleCryptids)
This contract contains no fallback and receive objects.
This contract contains no error objects.