AI Ape Club
Verified contract
Active on
Ethereum with 813 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AI Ape Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19403610 | 9 months ago | | | 0 | 0.0024810460 | |
| 16641221 | 2 years ago | | | 0 | 0.0017494105 | |
| 16611034 | 2 years ago | | | 0 | 0.00066612154 | |
| 16610960 | 2 years ago | | | 0 | 0.00093943696 | |
| 16101105 | 2 years ago | | | 0 | 0.00066285696 | |
| 15909093 | 2 years ago | | | 0 | 0.00026688615 | |
| 15534827 | 2 years ago | | | 0 | 0.00057153707 | |
| 15411974 | 2 years ago | | | 0 | 0.00043339501 | |
| 15369298 | 2 years ago | | | 0 | 0.00081728400 | |
| 15363097 | 2 years ago | | | 0 | 0.00024162751 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 amt) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setMaxFreePerWallet(uint256 _num)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()