Crypto Bear Watch Club
Verified contract
Active on
Ethereum with 6,655 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 "Crypto Bear Watch Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20891840 | a month ago | | | 0 | 0.00018830832 | |
| 20888255 | a month ago | | | 0 | 0.00016690492 | |
| 20808414 | 2 months ago | | | 0 | 0.00041776499 | |
| 20785971 | 2 months ago | | | 0 | 0.0010362483 | |
| 20504328 | 3 months ago | | | 0 | 0.000067728511 | |
| 20474425 | 3 months ago | | | 0 | 0.000028676264 | |
| 20474425 | 3 months ago | | | 0 | 0.000026502090 | |
| 20474424 | 3 months ago | | | 0 | 0.000026461296 | |
| 20348353 | 4 months ago | | | 0 | 0.00014523811 | |
| 20315932 | 4 months ago | | | 0 | 0.00024165165 |
ABI
ABI objects
Getter at block 21168407
MAX_CBWC() view returns (uint256)
10000
PRESALE_PRICE() view returns (uint256)
500000000000000000
PRICE_DEDUCTION_PERCENTAGE() view returns (uint256)
100000000000000000
STARTING_PRICE() view returns (uint256)
2000000000000000000
auctionStartAt() view returns (uint256)
1645555156
dutchAuction() view returns (uint256 price)
500000000000000000
merkleRoot() view returns (bytes32)
0xecf8e341b06f3b5edae42f2f87850d3009645aeaaa76f958a46b8ff9dbb14064
name() view returns (string)
Crypto Bear Watch Club
owner() view returns (address)
0x64777d628c1f01c01684eb23655a09afae0a5afe
saleStatus() view returns (uint8)
0
symbol() view returns (string)
CBWC
totalSupply() view returns (uint256)
3010
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
lastMintBlock(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
preSaleMintCount(address) view returns (uint256)
privateSaleMintCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
auctionMint(uint256 _count) payable
presaleMint(bytes32[] _proof, uint256 _allowedCount, uint256 _count) payable
privateSaleMint(uint256 _count)
privateSaleWhiteList(address[] _whitelistAddresses, uint256[] _allowedCount)
renounceOwnership()
reserveBears(uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setSaleStatus(uint8 _status)
startAuction()
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)
Minted(uint256 totalMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.