The Jungle Chronicles
Verified contract
Active on
Ethereum with 873 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 "The Jungle Chronicles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19850238 | 7 months ago | | | 0 | 0.00015402422 | |
| 19761797 | 7 months ago | | | 0 | 0.00024613438 | |
| 19745962 | 7 months ago | | | 0 | 0.00028407766 | |
| 19193503 | 10 months ago | | | 0 | 0.0029289512 | |
| 18661089 | a year ago | | | 0 | 0.0010218949 | |
| 18643444 | a year ago | | | 0 | 0.0017289120 | |
| 18630003 | a year ago | | | 0 | 0.0042077540 | |
| 17970995 | a year ago | | | 0 | 0.0041659115 | |
| 17193453 | 2 years ago | | | 0 | 0.0032581063 | |
| 17023752 | 2 years ago | | | 0 | 0.00087787680 |
ABI
ABI objects
Getter at block 21329425
_baseTokenURI() view returns (string)
https://nft.bueno.art/api/contract/l99W2TZNKMb8-UGeKuXYM/chain/1/metadata/
maxPerTransaction() view returns (uint256)
5
maxPerWallet() view returns (uint256)
5
merkleRoot() view returns (bytes32)
0xc7f44b6d64b70a6f0cb8a331722ed52628159b67ccafbb54bc85532f205bcaca
name() view returns (string)
The Jungle Chronicles
owner() view returns (address)
0x6772e726dff4ad2541c859b0799e8c18c6e2c489
presaleMaxPerTransaction() view returns (uint256)
1
presaleMaxPerWallet() view returns (uint256)
1
presalePrice() view returns (uint256)
0
presaleSupply() view returns (uint256)
222
price() view returns (uint256)
10000000000000000
saleState() view returns (uint8)
1
supply() view returns (uint256)
777
symbol() view returns (string)
JUNGL
totalSupply() view returns (uint256)
777
Read-only
addressMintBalance(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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(uint64[] qtys, address[] recipients)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setPerTransactionMax(uint256 _val)
setPerWalletMax(uint256 _val)
setPresalePerTransactionMax(uint256 _val)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
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 _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidBatchMint()
InvalidPrice()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()