Chill Bears Club
Verified contract
Active on
Ethereum with 297 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 "Chill Bears Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21031653 | 20 days ago | | | 0 | 0.00012118618 | |
| 14676096 | 3 years ago | | | 0 | 0.0013775337 | |
| 14599510 | 3 years ago | | | 0 | 0.00047658248 | |
| 14545935 | 3 years ago | | | 0 | 0.0030991428 | |
| 14544636 | 3 years ago | | | 0 | 0.0020410418 | |
| 14390294 | 3 years ago | | | 0 | 0.00068473264 | |
| 14356263 | 3 years ago | | | 0.0264 | 0.0030276250 | |
| 14313896 | 3 years ago | | | 0.0176 | 0.0024154181 | |
| 14312260 | 3 years ago | | | 0 | 0.0016555540 | |
| 14287972 | 3 years ago | | | 0 | 0.0011288953 |
ABI
ABI objects
Getter at block 21172209
CollectionSize() view returns (uint256)
5555
MAX_PRESALE_TOKENS() view returns (uint256)
10
MaxFreeMint() view returns (uint256)
1000
MaxMintPerTx() view returns (uint256)
20
bStart() view returns (bool)
true
mintprice() view returns (uint256)
8800000000000000
name() view returns (string)
Chill Bears Club
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x5ae9e86e628aaf63e6a901ac1d1fc1ea5ffa56b3
symbol() view returns (string)
ChillBearsClub
totalSupply() view returns (uint256)
1762
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events Claim(uint256 quantity) payable
Mint(uint256 quantity) payable
Reserve(address _to, uint256 quantity)
SetMaxperTxPresales(uint256 _MAX_PRESALE_TOKENS)
SetStart()
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFullTokenSize(uint256 _CollectionSize)
setMaxFreeMint(uint256 _MaxFreeMint)
setMaxMintPerTx(uint256 _MaxMintPerTx)
setOwnersExplicit(uint256 quantity)
setmintprice(uint256 _price)
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.