AI Ape Club

Verified contract

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

No balances found for "AI Ape Club"

0xb729dd95056c7fcd25f7ffbb4c8b5ae0bdebd1a36f0f5985251e42c51d2e87ab
0x5230000b82e8d26e495e543394b4a8031db5e6c2946423187b7e92229fdffc2d
0x3ac5d37e9b1ec44fbe24161d1b46a0a65c2544e33ea8fc4fd0db57b5aa4e865e
0xb479819378f96552bf584aea076cbc1bffb4c9c2ef112b727e12c822475d46ac
0x0a7daff36c57596bca6986c96f9dfecfef4cb9420ee4dcfec407ea350a5d8724
0x8f6919b1d7f6f38c6b5468c17c440a0e4e17a520d2b82b14c6faccbcf7c739f9
0x0d0fd676cadf7587d822c488d7d205a4c0ff79840ebaf5d415bfbc596ea16341
0x93ed94fb2665de9253606190335116ecd2a5bd6a76e9ca24ef399c2c4220e393
0xf0904fa2bc5ec6dd87c8ad697e879d8f6f10b3116b44565ecbdfcd2ffb7e0f9a
0xd2bd0f452ec838f7834380d9dcd4ba42c6f9d52ba9ed3a4b9c096aaca50aabde

Functions
Getter at block 21266986
baseURI(view returns (string)
https://ipfs.io/ipfs/Qmcy4dT12UXqd2ukW3dPzcNZLcTEsw45PW9sDTGnopLzVV/
maxFreePerWallet(view returns (uint256)
10
maxPerTx(view returns (uint256)
10
maxPerWallet(view returns (uint256)
80
maxSuply(view returns (uint256)
10000
maxSupply(view returns (uint256)
4000
mintEnabled(view returns (bool)
true
name(view returns (string)
AI Ape Club
owner(view returns (address)
0xa1be439e47cbcff3b9e03aee9bc0771efebf19be
price(view returns (uint256)
4000000000000000
symbol(view returns (string)
AAC
totalFree(view returns (uint256)
3800
totalSupply(view returns (uint256)
3869
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)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 amtpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setMaxFreePerWallet(uint256 _num
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(