ProofApes

Verified contract

Active on Ethereum with 535 txns
Deployed by via 0xaa5dca8a at 19243933
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ProofApes"

0x0bb63d752a5281d582cee30dd2ba3d2c5a87a4f4fc6416cdbe1c33e360138324
From
0xfa666ba311f95b94880c24d64b32865f54e88bf028d0425009659eb2ca17aef9
From
0x24792440af203033642ed2d5b8919c6cd21fffd17d85966e3517ac8d22e55e48
0x20c4beadf76e6dfa7ae8e9846cd2b81e311ac650c2b19f7e893e035779dfc632
0xffaf8ff00affe0d512977960dc21c12350df4d3b74125e5596670a75b652c92b
0xa0dff9509764188a2085a3d6cf4e3dd71d7ec53301c4c1e7b4d2f96e3cb327c4
0xb0217e254a185d04e95a2e5f879ce653e9d1c2420d578dd8188471f510e390ee
0x45f5298f20f6d8532e7f743c8bca2ac9d39f68026a0a66a0ecb88bdc969bb3ba
0x3485b118310e0d69891498eba5c7c65b1e3ffd7bca453f3d670bb37587d95496
0xd9dd0506411515b97776f0311950e770bbfef79c818a2a595016032776d88fd7

Functions
Getter at block 21009499
baseURI(view returns (string)
ipfs://bafybeihgts7d6vvftxqpjjzl2ktw5j3dznx6bmqj4uls4b4tk7botspcm4/
extension(view returns (string)
maxPerWallet(view returns (uint256)
50
maxSupply(view returns (uint256)
3000
mintEnabled(view returns (bool)
true
name(view returns (string)
ProofApes
owner(view returns (address)
0x390975fc3c4077b805012290e22ff0dfb259beac
price(view returns (uint256)
2000000000000000
symbol(view returns (string)
PA
totalSupply(view returns (uint256)
3000
Read-only
_walletMints(addressview returns (uint256)
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)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 amountpayable 
renounceOwnership(
reserve(uint256 amountaddress to
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseuri
setMaxPerWallet(uint256 _maxPerWallet
setPrice(uint256 price_
toggleMint(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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
AlreadyMaxMinted(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MaxPerTx(
MintERC2309QuantityExceedsLimit(
MintNotLive(
MintToZeroAddress(
MintZeroQuantity(
NoContracts(
NoneLeft(
NotApprovedOrOwner(
NotEnoughETH(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TokenDoesNotExist(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawalFailed(