Bored Ape Teen Club
Verified contract
Active on
Ethereum with 2,551 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 "Bored Ape Teen Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21020815 | a month ago | | | 0 | 0.00032444810 | |
| 19875482 | 6 months ago | | | 0 | 0.00029608077 | |
| 19731902 | 7 months ago | | | 0 | 0.00042148028 | |
| 19720837 | 7 months ago | | | 0 | 0.00034111000 | |
| 19680833 | 7 months ago | | | 0 | 0.00050090974 | |
| 19575044 | 8 months ago | | | 0 | 0.0010707005 | |
| 19498409 | 8 months ago | | | 0 | 0.00047878926 | |
| 19498409 | 8 months ago | | | 0 | 0.00047713860 | |
| 19363954 | 9 months ago | | | 0 | 0.0042448210 | |
| 19288388 | 9 months ago | | | 0 | 0.0013680609 |
ABI
ABI objects
Getter at block 21285064
cost() view returns (uint256)
90000000000000000
hiddenMetadataUri() view returns (string)
https://ipfs.io/ipfs/QmTwJ3hJDTCHyZsKQcoNZaN9HWwvF1jmiWKRrAqgN8xWHu/hidden.json
maxMintAmountPerTx() view returns (uint256)
5000
maxMintAmountPerTxForHigher() view returns (uint256)
4
maxSupply() view returns (uint256)
10000
name() view returns (string)
Bored Ape Teen Club
owner() view returns (address)
0x349f58cc5861b2c964323e88d2ee37b3a52b3421
paused() view returns (bool)
false
presaleActive() view returns (bool)
false
revealed() view returns (bool)
true
saleActive() view returns (bool)
true
symbol() view returns (string)
BATC
totalSupply() view returns (uint256)
2482
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
checkIfMinted(uint256 id) view returns (address)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isHigherWhitelistMember(uint256 allowance) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
verify(bytes32 _merkleRoot, bytes32 leaf, bytes32[] proof) pure returns (bool)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount, uint256[] ids) payable
mintForAddress(uint256 _mintAmount, address _receiver, uint256[] ids)
mintForSelf(uint256 _mintAmount, uint256[] ids)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setPreSale(bool _sale)
setPublicSale(bool _sale)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32 leaf, bytes32[] proof, uint256 allowance, uint256[] ids) payable
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.
This contract contains no error objects.