Apocalyptic Apes Juice
Verified contract
Active on
Ethereum with 8,526 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf793…2438
Balances ($0.00)
No balances found for "Apocalyptic Apes Juice"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168597 | 5 days ago | | | 0 | 0.0013066380 | |
| 21168566 | 5 days ago | | | 0 | 0.00078098234 | |
| 21168560 | 5 days ago | | | 0 | 0.0031897740 | |
| 21146725 | 8 days ago | | | 0 | 0.00052144141 | |
| 21080385 | 17 days ago | | | 0 | 0.00048342594 | |
| 21080368 | 17 days ago | | | 0 | 0.00054768820 | |
| 21017304 | a month ago | | | 0 | 0.00028853225 | |
| 20985667 | a month ago | | | 0 | 0.00096458005 | |
| 20832338 | 2 months ago | | | 0 | 0.00062387946 | |
| 20793836 | 2 months ago | | | 0 | 0.00045803713 |
ABI
ABI objects
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 owner) view returns (uint256)
claimed(uint256) view returns (bool)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipAt(uint256 index) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeOwner(address _newowner)
claimJuice() returns (uint256)
rescueTokens(address recipient, address token, uint256 amount)
safeMint(address to, uint256 toMint)
safeMintBatch(address to, uint256[] apes)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApocalypticApes(address _newAddress)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setClaimStart(bool _claimStart)
transferFrom(address from, address to, uint256 tokenId)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ClaimJuice(address indexed summoner, uint256 times)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()