Baby Ape Club
Verified contract
Active on
Ethereum with 7,948 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 "Baby Ape Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20819601 | 2 months ago | | | 0 | 0.0010420842 | |
| 20814233 | 2 months ago | | | 0 | 0.00068222175 | |
| 20687229 | 2 months ago | | | 0 | 0.00011024995 | |
| 20496651 | 3 months ago | | | 0 | 0.000053246896 | |
| 20395711 | 4 months ago | | | 0 | 0.000046624000 | |
| 20367704 | 4 months ago | | | 0 | 0.00022026977 | |
| 20319354 | 4 months ago | | | 0 | 0.00020249182 | |
| 20273343 | 4 months ago | | | 0 | 0.00025536309 | |
| 20260232 | 4 months ago | | | 0 | 0.00010557320 | |
| 20242754 | 4 months ago | | | 0 | 0.00014164529 |
ABI
ABI objects
Getter at block 21210025
MAX_TOKENS() view returns (uint256)
9999
apesMintedCount() view returns (uint256)
5000
founderAddress() view returns (address)
0x4337e2811d7a8f55574684680517457722c2f49a
name() view returns (string)
Baby Ape Club
owner() view returns (address)
0x07541cefaa8d1c912d0daecd71f3669f85b3d669
presalePrice() view returns (uint256)
70000000000000000
presaleStarted() view returns (bool)
false
publicSalePrice() view returns (uint256)
88000000000000000
publicSaleStarted() view returns (bool)
true
symbol() view returns (string)
BAC
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
checkMeInWL(address addr) view returns (bool)
checkMeInWLVIP(address addr) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getPresaleMintsClaimed(address addr) view returns (uint256)
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)
totalClaimed(address) view returns (uint256)
State-modifying
Events addToVIPWhitelist(address[] addresses)
addToWhitelist(address[] addresses)
approve(address to, uint256 tokenId)
mint(uint256 apesCount) payable
mintPresale() payable
mintPresaleVIP() 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 baseURI)
togglePresaleStarted()
togglePublicSaleStarted()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string baseURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleMint(address mintTo, uint256 apesCount)
PublicSaleMint(address mintTo, uint256 apesCount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.