Bored Ape Bones Club
Verified contract
Active on
Ethereum with 1,598 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 Bones Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19428855 | 8 months ago | | | 0 | 0.0027648624 | |
| 19261567 | 9 months ago | | | 0 | 0.0012753244 | |
| 18303611 | a year ago | | | 0 | 0.00012784093 | |
| 16780209 | 2 years ago | | | 0 | 0.0015542306 | |
| 16758178 | 2 years ago | | | 0 | 0.0014288920 | |
| 16683500 | 2 years ago | | | 0 | 0.0011505224 | |
| 16610772 | 2 years ago | | | 0 | 0.00078283388 | |
| 16569243 | 2 years ago | | | 0 | 0.00078124508 | |
| 16487306 | 2 years ago | | | 0 | 0.0014726801 | |
| 16323709 | 2 years ago | | | 0 | 0.00054525294 |
ABI
ABI objects
Getter at block 21269148
FCFSsupply() view returns (uint256)
3176
GAMintCounter() view returns (uint256)
3
freeMintCounter() view returns (uint256)
3139
isFreeAvailable() view returns (bool)
true
isNonPublicOpen() view returns (bool)
false
isSaleOpen() view returns (bool)
true
maxGASupply() view returns (uint256)
100
maxSupply() view returns (uint256)
3456
maxWhitelistSupply() view returns (uint256)
400
name() view returns (string)
Bored Ape Bones Club
nonPublicStartDate() view returns (uint256)
1646832872
owner() view returns (address)
0x48d9a3139eb377c8bcd8c51fe9244b11bb7989ff
publicMintPrice() view returns (uint256)
18000000000000000
saleStartDate() view returns (uint256)
1646402400
symbol() view returns (string)
BABC
totalSupply() view returns (uint256)
3456
whitelistMintCounter() view returns (uint256)
134
Read-only
FreeMintedByAddress(address) view returns (uint32)
GAMintedByAddress(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberminted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintGA(bytes32[] proof)
mintWhitelist(bytes32[] proof, uint16 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleMint(uint32 amount) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string uri)
setFCFSSupply(uint256 maxsupp)
setMerkleRootGA(bytes32 root)
setMerkleRootWhitelist(bytes32 root)
setNonPublicStartDate(uint256 date)
setSaleStartDate(uint256 date)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance()
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()