Chillin Chameleons
Verified contract
Active on
Ethereum with 6,741 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 "Chillin Chameleons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271246 | 2 days ago | | | 0 | 0.00029954089 | |
| 21235703 | 7 days ago | | | 0 | 0.00053522941 | |
| 21204580 | 11 days ago | | | 0 | 0.00048876496 | |
| 21204577 | 11 days ago | | | 0 | 0.00049477022 | |
| 21204125 | 11 days ago | | | 0 | 0.0010732308 | |
| 21200869 | 11 days ago | | | 0 | 0.0012719957 | |
| 21183059 | 14 days ago | | | 0 | 0.0017337556 | |
| 21166644 | 16 days ago | | | 0 | 0.0019567878 | |
| 20995234 | a month ago | | | 0 | 0.00029031402 | |
| 20782366 | 2 months ago | | | 0 | 0.00019279600 |
ABI
ABI objects
Getter at block 21283110
MAX_TOKENS() view returns (uint256)
10000
PROVENANCE() view returns (string)
baseExtension() view returns (string)
.json
maxTokenPurchase() view returns (uint256)
15
name() view returns (string)
Chillin Chameleons
owner() view returns (address)
0x187c70dd7a7ca2c4f77089a978d096fff927d9bf
presaleActive() view returns (bool)
false
presaleMaxMint() view returns (uint256)
7
revealed() view returns (bool)
true
saleIsActive() view returns (bool)
false
symbol() view returns (string)
CC
tokenPrice() view returns (uint256)
80000000000000000
totalSupply() view returns (uint256)
5005
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnPresaleList(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleAmountAvailable(address addr) view returns (uint256)
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)
State-modifying
Events addToPresaleList(address[] addresses)
approve(address to, uint256 tokenId)
flipPresaleState()
flipSaleState()
mint(uint256 numberOfTokens) payable
mintPresale(uint256 _mintAmount) payable
renounceOwnership()
reserveTokens()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
setPresaleMaxMint(uint256 _presaleMaxMint)
setProvenance(string provenance)
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(string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.