Chameleon Collective
Verified contract
Active on
Ethereum with 8,917 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($399.92)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,935.62 |
$0 | |
USDC | ERC-20 | 400.494797 | $0.998557 |
$399.92 | |
CCNFT | ERC-721 | 1 | -- | -- | |
CCNFT | ERC-721 | 1 | -- | -- | |
CCNFT | ERC-721 | 1 | -- | -- | |
CCNFT | ERC-721 | 1 | -- | -- | |
CCNFT | ERC-721 | 1 | -- | -- | |
CCNFT | ERC-721 | 1 | -- | -- | |
CCNFT | ERC-721 | 1 | -- | -- | |
CCNFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110747 | a month ago | | | 0 | 0.00015798651 | |
| 20924644 | 2 months ago | | | 0 | 0.0026293802 | |
| 20904938 | 2 months ago | | | 0 | 0.00021555613 | |
| 20805161 | 3 months ago | | | 0 | 0.00051779858 | |
| 20803992 | 3 months ago | | | 0 | 0.00025656518 | |
| 20796056 | 3 months ago | | | 0 | 0.00041789553 | |
| 20796056 | 3 months ago | | | 0 | 0.00041864915 | |
| 20796000 | 3 months ago | | | 0 | 0.00050047817 | |
| 20758855 | 3 months ago | | | 0 | 0.000073452901 | |
| 20705830 | 3 months ago | | | 0 | 0.000044692701 |
ABI
ABI objects
Getter at block 21387743
contractURI() view returns (string)
https://chameleoncollective.io/metadata/contract.json
discountMintActive() view returns (bool)
true
discountPrice() view returns (uint256)
40000000000000000
maxPerWallet() view returns (uint256)
100
mintActive() view returns (bool)
true
name() view returns (string)
Chameleon Collective
numberMinted() view returns (uint256)
10000
owner() view returns (address)
0x855bfe65652868920729b9d92d8d6030d01e3bff
price() view returns (uint256)
45000000000000000
reservedTokens() view returns (uint256)
0
symbol() view returns (string)
CCNFT
totalSupply() view returns (uint256)
10000
totalTokens() view returns (uint256)
10000
whitelistActive() view returns (bool)
true
whitelistMax() view returns (uint256)
100
whitelistPrice() view returns (uint256)
45000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
checkForDiscount(address toValidate) view returns (bool)
checkWhitelist(address testAddress) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getBalance(address tokenAddress) view returns (uint256)
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 activateDiscountMint()
activateMint()
activateWhitelist()
addDiscountContract(address newContract)
airDrop(address[] _to)
approve(address to, uint256 tokenId)
deactivateDiscountMint()
deactivateMint()
deactivateWhitelist()
discountMint(uint256 qty) payable
hideTokens()
mint(uint256 qty) payable
onERC721Received(address _operator, address _from, uint256 _tokenId, bytes _data) returns (bytes4)
ownerMint(address _to, uint256 qty)
renounceOwnership()
revealTokens()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setDiscountPrice(uint256 newPrice)
setMaxPerWallet(uint256 maxWallet)
setPrice(uint256 newPrice)
setTotalTokens(uint256 numTokens)
setWhitelistMax(uint256 maxWhitelist)
setWhitelistPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteList(address account)
whiteListMany(address[] accounts)
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()
fallback()
receive()
This contract contains no error objects.