Board Ape Collective
Verified contract
Active on
Ethereum with 2,234 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 "Board Ape Collective"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20547731 | 3 months ago | | | 0 | 0.000055410481 | |
| 20512069 | 4 months ago | | | 0 | 0.00031490742 | |
| 20503233 | 4 months ago | | | 0 | 0.000046640007 | |
| 20494984 | 4 months ago | | | 0 | 0.000033766035 | |
| 20494984 | 4 months ago | | | 0 | 0.000058914585 | |
| 20197103 | 5 months ago | | | 0 | 0.00017306946 | |
| 20197096 | 5 months ago | | | 0 | 0.00019973835 | |
| 20044083 | 6 months ago | | | 0 | 0.00014994899 | |
| 19772426 | 7 months ago | | | 0 | 0.00017651248 | |
| 19772418 | 7 months ago | | | 0 | 0.00017270200 |
ABI
ABI objects
Getter at block 21294650
getBlockTime() view returns (uint256)
1732899047
getControlCenter() view returns (address)
0x5e0a1fe1dda13a2f965069af511abea89922b386
getPrice() view returns (uint256)
70000000000000000
getProvenanceHash() view returns (string)
fecde16fd59946d87492e511c7a0f6721a3070f474dd7be668adc44ba282e4f9
max_apes() view returns (uint256)
2001
name() view returns (string)
Board Ape Collective
owner() view returns (address)
0x2fc8ddbd23f190e76a99b932754902779b8c85e2
symbol() view returns (string)
BAC
totalSupply() view returns (uint256)
2001
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCallerPrice(uint256 _quantityMint) view returns (uint256)
getSaleTime(address user) view returns (uint256)
getTimeUntilSale(address user) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _count) payable
pairWithControlCenter(address _conCenter)
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)
setMemberPrice(uint256 _newWEIPrice)
setPrice(uint256 _newWEIPrice)
setPublicSaleTime(uint256 _time)
setURIPrefix(string uriPrefix)
setWhitelistSaleTime(uint256 _time)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateControlCenterAddress(address _cca)
withdrawAll() payable
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(string baseURI, string provenanceHash)
This contract contains no fallback and receive objects.
This contract contains no error objects.