Proof Of Apes

Verified contract

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

No balances found for "Proof Of Apes"

0x55128707671aaa86f1839d31cc6e1ffacc94fa27b519d8131232ce308bb0be76
0xf8ab8d4955fa78ed91dfe582b958788b0edc2fef5ae23c94fa32dea01ef03e79
0xc8204001e25d90a8db0e89ef237c051dee96955f741a76a016652c9a03a41870
0xa979529e044d6a43133c4b9fde12b5acc369ad68aa53016037cc5baf945a5e48
0x2552f57589a8875352985150bc420eb81b73bc65785d2353a3adfac5cb5afd1d
0x22e0f337fcf384c2769978a55e5d920cca965970dd6adeddc10e08e55728e920
0x70b38755f866783d6899f7d76f3c1b8d0aa08c6cc2ca772cfaf17dfe2a79f9d7
0xa1ee006365fa416ce34147b4fa075e7b84f4cb37dc11eaa6c0bdf1ac2e4fcb5d
0xb61589a5602d84a2ea700b417aeb3396b625c01a67c4c820c0be66666e7da434
0x87f1838c7c0f40e8b0179a48ddc9e743b728b28fc774b4d0261e09e999d78638

Functions
Getter at block 20871912
MAX_SUPPLY(view returns (uint16)
1000
contractURI(pure returns (string)
https://api.proofofapes.com/contract/
name(view returns (string)
Proof Of Apes
owner(view returns (address)
0x5b1647b5b570921ab1c9e7fd268fe0175142ca15
symbol(view returns (string)
POANFT
token(view returns (address)
0x1d2d542e6d9d85a712deb4d1a7d96a16ce00b8ce
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(
recover(address _token
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setToken(address _token
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyMinted(
ExceedMaxSupply(