Bored Bits Yacht Club

Verified contract

Active on Ethereum with 24,863 txns
Deployed by via 0x01ce58c5 at 15020235
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#6164)
ERC-721
--
 (#6126)
ERC-721
--
0x6868d3d55d04eceb9ac48817c563e9bf6b6ef8efc3fa1b47cef892cb77459525
0x897d24c9f1a5b712a7b81cdcf9780bb450b6793ece3526a39f1e0d2a976b4c8a
0xa51c0164682e508305945deb40a425773143b6a00a0a274436d64c08951c277a
0xe0ab813b7e2c41adf0f7471d10bbc7a902282bc5ab08fa3b67028d1cdd1f2620
From
0x94b13f2eaaef9fdbf30d0da67055e70779f1ea40ee8e6ca9b3a47c4e4dc03f15
0x0804385686ea2c89d7e16eb569febaf9bf159e771f1de0451ceb23d65bb94721
0x4ccdd3c0fdedd6d726ed95e7fecc6abfd393b730828e043d078d9a71c2d329d0
0x68bbf6c88d0a41de1579696421be14ed743e1f6b598c48f093552679e4a321aa
0x2220007e100ead899d68773126baddaa0791f55dc38b2511a8133e688469b0e1
0x4b8a59501a42eff4d48638b8474f0df0a9d92f2b092bcf8309be68b8366c3576

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
buy(uint256 qtypayable 
buy(uint256 qtybytes32[] proofpayable 
buyTo(address touint256 qty
mint(uint256 qtypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setMaxSupply(uint256 newSupply
setMaxTx(uint256 newMax
setMerkleRoot(bytes32 root
setPrice(uint256 newPrice
toggleMint(
togglePresale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(