Apocalyptic Apes
Verified contract
Active on
Ethereum with 24,895 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Apocalyptic Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272693 | a day ago | | | 0 | 0.00052506217 | |
| 21272690 | a day ago | | | 0 | 0.00050849977 | |
| 21270572 | 2 days ago | | | 0 | 0.00080592014 | |
| 21264821 | 2 days ago | | | 0 | 0.00053821010 | |
| 21258883 | 3 days ago | | | 0 | 0.00053523479 | |
| 21256961 | 4 days ago | | | 0 | 0.00038426178 | |
| 21253564 | 4 days ago | | | 0 | 0.00042869524 | |
| 21252414 | 4 days ago | | | 0 | 0.00030976043 | |
| 21252382 | 4 days ago | | | 0 | 0.00062512891 | |
| 21251353 | 4 days ago | | | 0 | 0.00096384022 |
ABI
ABI objects
Getter at block 21282074
baseURI() view returns (string)
ipfs://QmfAxPEWVzsSjvUPnjPRcKmMkgp5krS7kX53acofvFEpDW/
name() view returns (string)
Apocalyptic Apes
owner() view returns (address)
0x0165dfa0c24594ee8e4b75b1de5d411d6feae33d
price() view returns (uint256)
70000000000000000
rootHash() view returns (bytes32)
0xa7b493ef7d8c34f5daebc10f89eac353c398ff4817e2eb8818675aa5129b3622
saleDetails() view returns (bytes1 phase, uint8 maxBatch, uint8 maxBuy, uint8 freeMints, uint16 totalCount, uint256 totalMinted)
(phase=0x02, maxBatch=10, maxBuy=25, freeMints=0, totalCount=8888, totalMinted=8888)
symbol() view returns (string)
AAPES
totalSupply() view returns (uint256)
8888
treasury() view returns (address)
0x0165dfa0c24594ee8e4b75b1de5d411d6feae33d
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
manualWhitelist(address) view returns (bytes1)
ownerByToken(uint16) view returns (address)
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)
tokenURI(uint256 tokenId) view returns (string)
verify(bytes32[] proof, bytes32 leaf, address user, uint8 authAmnt) view returns (bool)
walletBuys(address) view returns (uint8)
walletInventory(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changePrice(uint256 _newPrice)
changeRootHash(bytes32 _rootHash)
changeTreasury(address _newWallet)
distributeFunds() payable
mintApe()
mintApe(uint8 _batchCount, uint8 authAmnt, bytes32[] proof, bytes32 leaf) payable
renounceOwnership()
safeMint(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setPhase(bytes1 _phase)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelist(address _user, bytes1 _status)
whitelist(address[] _user, bytes1 _status)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintApe(address indexed buyer, uint256 startWith, uint256 batch)
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.
This contract contains no error objects.