HAPE: EXODUS
Verified contract
Active on
Ethereum with 14,986 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 "HAPE: EXODUS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240461 | 4 days ago | | | 0 | 0.00049918399 | |
| 21146824 | 17 days ago | | | 0 | 0.00022656660 | |
| 21143701 | 18 days ago | | | 0 | 0.0010996898 | |
| 21000983 | a month ago | | | 0 | 0.00083293868 | |
| 20860270 | 2 months ago | | | 0 | 0.00013184663 | |
| 20860144 | 2 months ago | | | 0 | 0.00014039129 | |
| 20860144 | 2 months ago | | | 0 | 0.00014089128 | |
| 20860126 | 2 months ago | | | 0 | 0.00014834776 | |
| 20860124 | 2 months ago | | | 0 | 0.00014592524 | |
| 20860106 | 2 months ago | | | 0 | 0.00016409339 |
ABI
ABI objects
Getter at block 21269671
baseURI() view returns (string)
https://metadata-api-dot-exo-public.oa.r.appspot.com/og/
freeMintCount() view returns (uint256)
4400
freeMintSupply() view returns (uint256)
4400
isFreeForWhitelistedOnly() view returns (bool)
false
isSaleOpen() view returns (bool)
true
maxPerTransaction() view returns (uint256)
20
maxPerWallet() view returns (uint256)
100
maxTotalSupply() view returns (uint256)
8192
mintPrice() view returns (uint256)
40000000000000000
name() view returns (string)
HAPE: EXODUS
owner() view returns (address)
0xd0f6d4d29dbcbe35388101817df42c0de476e299
symbol() view returns (string)
XH
totalSupply() view returns (uint256)
8192
Read-only
balanceOf(address owner) view returns (uint256)
freeMintCountForAddress(address _address, bytes32[] _whitelistProof) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintsPerWallet(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freeMint(bytes32[] _whitelistProof)
mint(uint256 _amount, bytes32[] _whitelistProof) payable
privateMint(uint256 _amount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setFreeMintSupply(uint256 _maxValue)
setIsFreeForWhitelistedOnly(bool _state)
setIsSaleOpen(bool _open)
setMaxPerTransaction(uint256 _maxValue)
setMaxPerWallet(uint256 _maxValue)
setMaxTotalSupply(uint256 _maxValue)
setMerkleRoot(bytes32 _merkleRoot)
setMintPrice(uint256 _mintPrice)
setVaultAddress(address _newVaultAddress)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address _vaultAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.