Bored Bits Yacht Club
Verified contract
Active on
Ethereum with 24,863 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BBYC | ERC-721 | 1 | -- | -- | |
BBYC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242248 | 13 hours ago | | | 0 | 0.00083325305 | |
| 21164850 | 11 days ago | | | 0 | 0.00086656731 | |
| 21141151 | 15 days ago | | | 0 | 0.00038951397 | |
| 21134612 | 16 days ago | | | 0 | 0.00076677066 | |
| 21053578 | a month ago | | | 0 | 0.00017722892 | |
| 21045199 | a month ago | | | 0 | 0.00023874024 | |
| 21042439 | a month ago | | | 0 | 0.00023599870 | |
| 21023389 | a month ago | | | 0 | 0.00053296630 | |
| 20998559 | a month ago | | | 0 | 0.00040835472 | |
| 20997728 | a month ago | | | 0 | 0.00022217935 |
ABI
ABI objects
Getter at block 21246073
maxSupply() view returns (uint256)
10000
maxTx() view returns (uint256)
20
merkleRoot() view returns (bytes32)
0xa3981429c1918ef0db9d4ab10af4132cbb7a47f8679f635d8a6982b4c66d1a46
name() view returns (string)
Bored Bits Yacht Club
owner() view returns (address)
0xefffc114d67d1758f2d49c8c589fe96c4ebc6912
price() view returns (uint256)
30000000000000000
symbol() view returns (string)
BBYC
totalSupply() view returns (uint256)
10000
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)
buy(uint256 qty) payable
buy(uint256 qty, bytes32[] proof) payable
buyTo(address to, uint256 qty)
mint(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setMaxSupply(uint256 newSupply)
setMaxTx(uint256 newMax)
setMerkleRoot(bytes32 root)
setPrice(uint256 newPrice)
toggleMint()
togglePresale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()