Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($0.00)
No balances found for "EXODUS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20809773 | 2 months ago | | | 0 | 0.00032682757 | |
| 20799965 | 2 months ago | | | 0 | 0.00072364024 | |
| 20741860 | 3 months ago | | | 0 | 0.000098044308 | |
| 20741859 | 3 months ago | | | 0 | 0.00015934263 | |
| 20738409 | 3 months ago | | | 0 | 0.00011459943 | |
| 20730318 | 3 months ago | | | 0 | 0.00014715636 | |
| 20727612 | 3 months ago | | | 0 | 0.00024617193 | |
| 20727339 | 3 months ago | | | 0 | 0.00019133004 | |
| 20726926 | 3 months ago | | | 0 | 0.00011484350 | |
| 20709577 | 3 months ago | | | 0 | 0.000088967583 |
ABI
ABI objects
Getter at block 21312143
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
alMintLimit() view returns (uint256)
4
dandyMerkleRoot() view returns (bytes32)
0x5d3068c3909acc589fe8792a3771c2e086e90bbbd89010a06b79d2f0f63706e4
dandyMintLimit() view returns (uint256)
1
dandyPrice() view returns (uint256)
0
dandySaleStart() view returns (bool)
false
maxSupply() view returns (uint256)
888
merkleRoot() view returns (bytes32)
0x6dbfafeada2082f39922eec54b67e5019e5a5e500ab4d5dc83295d63b903a098
name() view returns (string)
EXODUS
operatorFilteringEnabled() view returns (bool)
false
owner() view returns (address)
0xd1e9d677ce322207e3b5fccd0d6cba9b2f629352
prePrice() view returns (uint256)
10000000000000000
preSaleStart() view returns (bool)
false
pubSaleStart() view returns (bool)
false
publicMintLimit() view returns (uint256)
10
publicPrice() view returns (uint256)
12000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
EX
totalSupply() view returns (uint256)
888
vipMerkleRoot() view returns (bytes32)
0x23f773a4982ffde39dbdc5c2a67879e75c9819d2bc61db18e1e18cf1fc8d0617
vipMintLimit() view returns (uint256)
1
vipMintQuantity() view returns (uint256)
4
vipPrice() view returns (uint256)
35000000000000000
vipSaleStart() view returns (bool)
false
Read-only
alClaimed(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkDandyMerkleProof(bytes32[] _merkleProof) view returns (bool)
checkMerkleProof(bytes32[] _merkleProof) view returns (bool)
checkVipMerkleProof(bytes32[] _merkleProof) view returns (bool)
dandyClaimed(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicClaimed(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tryOwnerOf(uint256 tokenId) view returns (address)
vipClaimed(address) view returns (uint256)
vipClaimedCount(address) view returns (uint256)
walletOfOwner(address _address) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId)
dandyMint(uint256 _quantity, bytes32[] _dandyMerkleProof) payable
ownerMint(address _address, uint256 _quantity)
preMint(uint256 _quantity, bytes32[] _merkleProof) payable
pubMint(uint256 _quantity) payable
renounceOwnership()
reveal(bool bool_)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAlMerkleRoot(bytes32 _merkleRoot)
setAlMintLimit(uint256 _quantity)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setDandyMerkleRoot(bytes32 _dandyMerkleRoot)
setDandyMintLimit(uint256 _quantity)
setDandyPrice(uint256 _price)
setDandySaleStart(bool _state)
setHiddenBaseURI(string uri_)
setMaxSupply(uint256 _quantity)
setMemberAddress(address _member1, address _member2, address _member3, address _member4, address _member5, address _member6, address _member7, address _treasury)
setOperatorFilteringEnabled(bool _state)
setPrePrice(uint256 _price)
setPreSaleStart(bool _state)
setPublicMintLimit(uint256 _quantity)
setPublicPrice(uint256 _price)
setPublicSaleStart(bool _state)
setRoyalty(address _royaltyAddress, uint96 _feeNumerator)
setVipMerkleRoot(bytes32 _vipMerkleRoot)
setVipMintLimit(uint256 _count)
setVipPrice(uint256 _price)
setVipSaleStart(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
vipMint(bytes32[] _vipMerkleProof) payable
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()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)