Bored Breakfast Club
Verified contract
Active on
Ethereum with 6,561 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb32c…2692
Balances ($0.00)
No balances found for "Bored Breakfast Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21176012 | 7 days ago | | | 0 | 0.0011790226 | |
| 21175636 | 7 days ago | | | 0 | 0.0012764725 | |
| 21169259 | 8 days ago | | | 0 | 0.0010397988 | |
| 21106573 | 17 days ago | | | 0 | 0.000099499991 | |
| 21102936 | 17 days ago | | | 0 | 0.000091397400 | |
| 21102151 | 18 days ago | | | 0 | 0.00027572388 | |
| 21093096 | 19 days ago | | | 0 | 0.00088720989 | |
| 21031537 | a month ago | | | 0 | 0.00023761771 | |
| 21030688 | a month ago | | | 0 | 0.00046602000 | |
| 21022054 | a month ago | | | 0 | 0.00053410292 |
ABI
ABI objects
Getter at block 21227668
MAX_PER_MINT() view returns (uint256)
10
MAX_TOKENS() view returns (uint256)
10000
PRICE() view returns (uint256)
80000000000000000
PUBLIC() view returns (uint256)
9900
RESERVED() view returns (uint256)
100
_contractURI() view returns (string)
https://boredbreakfastclub.s3.us-west-2.amazonaws.com/contract
_tokenBaseURI() view returns (string)
https://d1ock10oiiqoux.cloudfront.net/metadata/
bbc_address() view returns (address)
0xb32cb344c129b715dc013bb67ccc9b9145b62692
contractURI() view returns (string)
https://boredbreakfastclub.s3.us-west-2.amazonaws.com/contract
isSaleActive() view returns (bool)
false
locked() view returns (bool)
false
name() view returns (string)
Bored Breakfast Club
owner() view returns (address)
0x965c895d216d11c670fb182b7927f08138914d2c
symbol() view returns (string)
BBC
totalReserved() view returns (uint256)
100
totalSupply() view returns (uint256)
5000
Read-only
_usedNonce(string) view returns (bool)
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)
redeem(uint256 quantity, string nonce, bytes signature) payable
redeemReserved(address _receiver, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _uri)
setMaxTokenQty(uint256 _token_qty)
setMintPrice(uint256 _mint_price)
setSaleActive()
setSignerAddress(address _signer)
setTokenBaseURI(string _uri)
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)
Redeemed(address ownerOfToken, uint256 quantity, uint256 totalSupply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address _bbc_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.