Chilled Camels
Verified contract
Active on
Ethereum with 117 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 "Chilled Camels"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16098613 | 2 years ago | | | 0 | 0.00076804951 | |
| 16098609 | 2 years ago | | | 0 | 0.00043937503 | |
| 16098586 | 2 years ago | | | 0 | 0.00050464495 | |
| 16098584 | 2 years ago | | | 0 | 0.00052704690 | |
| 16098580 | 2 years ago | | | 0 | 0.00052678487 | |
| 16098578 | 2 years ago | | | 0 | 0.00089315187 | |
| 15697253 | 2 years ago | | | 0 | 0.00077118870 | |
| 15308097 | 2 years ago | | | 0 | 0.00097347257 | |
| 14997266 | 2 years ago | | | 0 | 0.0022966714 | |
| 14926217 | 2 years ago | | | 0 | 0.0038717957 |
ABI
ABI objects
Getter at block 21087110
cost() view returns (uint256)
20000000000000000
extension() view returns (string)
.json
hidden_URI() view returns (string)
ipfs://QmYb8xvxG1WrGg576S6zYrkzdExT7AEyjRcHyfXJCwLD7B/hidden.json
maximum_mint() view returns (uint32)
10
maximum_supply() view returns (uint32)
6200
name() view returns (string)
Chilled Camels
owner() view returns (address)
0x8f46d0f10ef9c9b5650cb7021967ccfc43357241
pause() view returns (bool)
true
reveal() view returns (bool)
true
symbol() view returns (string)
CC
totalSupply() view returns (uint256)
70
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownerWalletInfo(address _owner) 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 approve(address to, uint256 tokenId)
mint(uint256 _mintcount) payable
pause_contract(bool _state)
renounceOwnership()
reveal_NFT()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaximumMint(uint32 _newMaxMintAmt)
setNFT_URI(string _NFT_URI)
setNewCost(uint256 _newCost)
sethidden_URI(string _hiddenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 _name, string _symbol, string _initNFT_URI, string _inithidden_URI)
This contract contains no fallback and receive objects.
This contract contains no error objects.