Apocalyptic Apes Juice

Verified contract

Active on Ethereum with 8,526 txns
Deployed by via 0x6f7886f5 at 14413053
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Apocalyptic Apes Juice"

0xc643cebe2d9532cfd4b9401540e2b3972d7f3ef2da7e0f20de67fa7080dd4f65
0xa4d9398f8a8aec7aed5720120c949931b6c7404b11767ac50e8f93cdf55e247e
0xa160439bb4ef4d6f9d918a12ee0d7c868e85fe1b96c1794af8adb4cd0efd2c75
0x2613b39969badd962fba36ce6ac1fbece8e3f1f57e79db19da23d606c936844a
0xc9821ecf64cde91911600a625a8bce6c68ab497936d17f43ce7abd2bb3a25aa6
0x8ead1c1ec928bbee2c561a3443d47aedafa881f9c203d3668f60fbda6d5b385a
0x3e3d4017855e6332b39e6e57a50a51f733a6e6b6757b1e114ea5eef04be78770
0xedce4058e2b9b171e350b23f9cc5c68148f4fdc5252f769469023fe3e2ffe1e6
0x162fec55368297bb6a28fcd53a2932d3f2dbe2a00978400f01d8baebc4f5f4f1
0xac5dca1e55ad5173c3c2f997ad25d2092e00931fa5f9921aadda877889c21aed

Functions
Getter at block 21204105
apocalyptic(view returns (address)
0xf793a77e32a0e5c0cd28383e1e04bbc66ee52438
baseURI(view returns (string)
ipfs://QmWwgm6fDMxk7xz8BBXfqmVY1a8PymdJeguF3dQPnNhEWj/
name(view returns (string)
Apocalyptic Apes Juice
owner(view returns (address)
0x4a616be96a7567748753e56a1d714c3093537cf8
startTokenId(view returns (uint256)
1
symbol(view returns (string)
AAJUICE
totalCount(view returns (uint256)
8888
totalMinted(view returns (uint256)
8760
totalSupply(view returns (uint256)
8760
Read-only
balanceOf(address ownerview returns (uint256)
claimed(uint256view returns (bool)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getOwnershipAt(uint256 indexview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
changeOwner(address _newowner
claimJuice(returns (uint256)
rescueTokens(address recipientaddress tokenuint256 amount
safeMint(address touint256 toMint
safeMintBatch(address touint256[] apes
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApocalypticApes(address _newAddress
setApprovalForAll(address operatorbool approved
setBaseURI(string _newURI
setClaimStart(bool _claimStart
transferFrom(address fromaddress touint256 tokenId
withdrawAll(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ClaimJuice(address indexed summoneruint256 times
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(