ChillBlocks
Verified contract
Active on
Ethereum with 4,195 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 "ChillBlocks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20394380 | 4 months ago | | | 0 | 0.000056756187 | |
| 20393317 | 4 months ago | | | 0 | 0.00010570316 | |
| 20383103 | 4 months ago | | | 0 | 0.00013619605 | |
| 20195707 | 5 months ago | | | 0 | 0.000057289095 | |
| 19840591 | 7 months ago | | | 0 | 0.00016157847 | |
| 19822757 | 7 months ago | | | 0 | 0.00019186670 | |
| 19621334 | 8 months ago | | | 0 | 0.0019666031 | |
| 19560929 | 8 months ago | | | 0 | 0.00090145685 | |
| 19552585 | 8 months ago | | | 0 | 0.00094053382 | |
| 19518860 | 8 months ago | | | 0 | 0.00085619495 |
ABI
ABI objects
Getter at block 21278010
COST_FIVE() view returns (uint256)
40000000000000000
COST_ONE() view returns (uint256)
50000000000000000
COST_TEN() view returns (uint256)
30000000000000000
MAX_MINT() view returns (uint256)
10
MAX_PRIVATE_SUPPLY() view returns (uint256)
100
MAX_PUBLIC_SUPPLY() view returns (uint256)
9900
MAX_SUPPLY() view returns (uint256)
10000
contractURI() view returns (string)
ipfs://QmYwbArhxJPNDmZFWhVzFsSUBKYhBNfmPuv29vYeEYvxtG
isActive() view returns (bool)
false
isFreeActive() view returns (bool)
false
isWhitelistActive() view returns (bool)
true
name() view returns (string)
ChillBlocks
owner() view returns (address)
0x0826987f35fca738b388f5d96f503456c478db61
symbol() view returns (string)
CHILL
totalPrivateSupply() view returns (uint256)
1
totalPublicSupply() view returns (uint256)
3120
totalSupply() view returns (uint256)
3121
whitelistCost() view returns (uint256)
0
whitelistMaxMint() view returns (uint256)
1
Read-only
balanceOf(address owner) view returns (uint256)
claimedBy(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCost(uint256 num) pure returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnWhitelist(address addr) view returns (bool)
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)
whitelistClaimedBy(address owner) view returns (uint256)
State-modifying
Events addToWhitelist(address[] addresses)
approve(address to, uint256 tokenId)
freeMint() payable
gift(address to, uint256 num)
mint(uint256 num) payable
removeFromWhitelist(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool val)
setApprovalForAll(address operator, bool approved)
setBaseURI(string val)
setContractURI(string contractURI_)
setFreeActive(bool val)
setWhitelistActive(bool val)
setWhitelistMaxMint(uint256 val)
setWhitelistPrice(uint256 val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 num) payable
withdraw() payable
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(string __baseURI, string __contractURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.