Ethereal Apes
Verified contract
Active on
Ethereum with 2,413 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 "Ethereal Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105992 | a day ago | | | 0 | 0.00011126940 | |
| 20255694 | 4 months ago | | | 0 | 0.000062414513 | |
| 19895041 | 6 months ago | | | 0 | 0.00014393691 | |
| 19839737 | 6 months ago | | | 0 | 0.00021970209 | |
| 19839734 | 6 months ago | | | 0 | 0.00026851372 | |
| 19814681 | 6 months ago | | | 0 | 0.000077844528 | |
| 19323075 | 8 months ago | | | 0 | 0.0012994900 | |
| 19301561 | 8 months ago | | | 0 | 0.0011102697 | |
| 19282211 | 8 months ago | | | 0 | 0.00073098349 | |
| 19278166 | 8 months ago | | | 0 | 0.00094974193 |
ABI
ABI objects
Getter at block 21116054
MAX_PER_TX() view returns (uint256)
6
MAX_SUPPLY() view returns (uint256)
3333
RESERVES() view returns (uint256)
440
baseURI() view returns (string)
https://ethereal-apes.s3.us-west-2.amazonaws.com/
name() view returns (string)
Ethereal Apes
owner() view returns (address)
0x43ff148a74596aa55879b34dfef9fcc35e4ae58a
priceInWei() view returns (uint256)
80000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
Ethereal Apes
totalSupply() view returns (uint256)
3332
whitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
withdrawalAddress() view returns (address)
0x850536558e6584cadfbc7b9db7551f9bb7c122cd
Read-only
addressToMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getAllowance(string allowance, bytes32[] proof) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(address) view returns (bool)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
burn(uint256 tokenId)
collectReserves()
flipProxyState(address proxyAddress)
publicMint(uint256 count) 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)
setProxyRegistryAddress(address _proxyRegistryAddress)
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
togglePublicSale(uint256 _MAX_SUPPLY)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 count, uint256 allowance, bytes32[] proof) 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(string _baseURI, address _proxyRegistryAddress, address _withdrawalAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.