Chronicles Of Jungle
Verified contract
Active on
Ethereum with 274 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 "Chronicles Of Jungle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19099999 | a year ago | | | 0 | 0.00051067401 | |
| 19099997 | a year ago | | | 0 | 0.00050673621 | |
| 19099996 | a year ago | | | 0 | 0.00050886104 | |
| 19099995 | a year ago | | | 0 | 0.00068457517 | |
| 15719979 | 2 years ago | | | 0 | 0.0019738344 | |
| 15470733 | 2 years ago | | | 0 | 0.00025549188 | |
| 15357622 | 2 years ago | | | 0 | 0.00032122897 | |
| 15306604 | 2 years ago | | | 0 | 0.00021389893 | |
| 15306604 | 2 years ago | | | 0 | 0.00019763470 | |
| 15300798 | 2 years ago | | | 0 | 0.00061490685 |
ABI
ABI objects
Getter at block 21402803
cost() view returns (uint256)
75000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmYvZCpwzM99LRaQVnzCBWmbAiR9WY8afgobEPhKDCpmfC/hidden.json
isWhitelistEnabled() view returns (bool)
false
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
10000
name() view returns (string)
Chronicles Of Jungle
nftPerAddressLimit() view returns (uint256)
5
owner() view returns (address)
0xb521f6426df8188377f314cbf5ae7410681ccce9
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
COJ
totalSupply() view returns (uint256)
256
uriSuffix() view returns (string)
.json
vipCost() view returns (uint256)
80000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistedAddresses(uint256) view returns (address)
State-modifying
Events airdrop(address[] _users)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost, uint256 _phase)
setIsWhitelistEnabled(bool _state)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUsers(address[] _users)
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 _uriPrefix)
This contract contains no fallback and receive objects.
This contract contains no error objects.