Bored Bit Kennel Club
Verified contract
Active on
Ethereum with 1,167 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($67.52)
Native
Value
$67.52
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.027 | $2,500.87 |
$67.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21003088 | 12 days ago | | | 0 | 0.00029813611 | |
| 20508391 | 3 months ago | | | 0 | 0.000032365879 | |
| 20484576 | 3 months ago | | | 0 | 0.00048432605 | |
| 20484549 | 3 months ago | | | 0 | 0.00080927122 | |
| 19896315 | 5 months ago | | | 0 | 0.00016176051 | |
| 19686437 | 6 months ago | | | 0 | 0.00076482277 | |
| 19471783 | 7 months ago | | | 0 | 0.00091241776 | |
| 19221896 | 9 months ago | | | 0 | 0.00081041842 | |
| 19057375 | 9 months ago | | | 0 | 0.00043429165 | |
| 19005770 | 10 months ago | | | 0 | 0.0025326526 |
ABI
ABI objects
Getter at block 21090998
baseURI() view returns (string)
ipfs://QmWCq5SmtpjEbEN3VAezMsjvNHuxSNADEYvnJWf7eBq9K3/
freeMints() view returns (uint256)
1000
maxPerTx() view returns (uint256)
50
maxSupply() view returns (uint256)
6000
name() view returns (string)
Bored Bit Kennel Club
owner() view returns (address)
0x43eacf14e67711ec6eca7edb874f6a8cc98f99ad
price() view returns (uint256)
9000000000000000
publicSaleStarted() view returns (bool)
true
symbol() view returns (string)
BBKC
totalSupply() view returns (uint256)
5170
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
mint(uint256 tokens) 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 _newBaseURI)
setFreeMints(uint256 _newFreeMints)
setMaxPerTx(uint256 _newMaxPerTx)
setPrice(uint256 _newPrice)
setmaxSupply(uint256 _newMaxSupply)
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)
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()