Basic Bored Ape Club
Verified contract
Active on
Ethereum with 8,259 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 "Basic Bored Ape Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158412 | 6 days ago | | | 0 | 0.0011017301 | |
| 21144870 | 8 days ago | | | 0 | 0.0016780608 | |
| 21101835 | 14 days ago | | | 0 | 0.0011963880 | |
| 21066622 | 19 days ago | | | 0 | 0.00099463316 | |
| 21026493 | 24 days ago | | | 0 | 0.00023876897 | |
| 21026462 | 24 days ago | | | 0 | 0.00026472523 | |
| 20804219 | 2 months ago | | | 0 | 0.00056868152 | |
| 20738273 | 2 months ago | | | 0 | 0.000065726100 | |
| 20699160 | 2 months ago | | | 0 | 0.00014570096 | |
| 20652353 | 2 months ago | | | 0 | 0.000015184412 |
ABI
ABI objects
Getter at block 21199307
MAX_ITEMS() view returns (uint256)
10000
_mintedItems() view returns (uint256)
10000
baseURI() view returns (string)
https://ipfs.io/ipfs/QmTZCpuEWQRv5kiGWxp9B6WinHiZshC97yADwLpLruD8zs/
maxMintAmount() view returns (uint256)
10
name() view returns (string)
Basic Bored Ape Club
owner() view returns (address)
0x599265854e305d66967796b2c85b892c0cddccf9
paused() view returns (bool)
false
presaleCost() view returns (uint256)
50000000000000000
presaleStartTimestamp() view returns (uint256)
1640116800
publicSaleCost() view returns (uint256)
2500000000000000
publicSaleStartTimestamp() view returns (uint256)
1640289600
symbol() view returns (string)
BBAC
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintedCountByPresaledUser(address _user) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleWallets(address) view returns (uint256)
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[])
whitelisted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
giveAwayMint(address to, uint256 amount)
pause(bool _state)
presaleMint() payable
publicSaleMint() payable
removePresaleUser(address _user, uint256 _amount)
removeWhitelistUser(address _user)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxMintAmount(uint256 _maxItemsPerTx)
setPresaleCost(uint256 _newCost)
setPresaleStartTimestamp(uint256 _startTimestamp)
setPublicSaleCost(uint256 _newCost)
setPublicSaleStartTimestamp(uint256 _startTimestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUser(address _user)
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)
PublicSaleMint(address indexed _from, uint256 indexed _tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.