JungleMarketplace
Verified contract
Active on
Ethereum with 905 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7042…b676
0xc5a8…3e1e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x7042…b676 | ERC-1555 | 2.78K | -- | -- | |
0x7042…b676 | ERC-1555 | 819 | -- | -- | |
0x7042…b676 | ERC-1555 | 742 | -- | -- | |
0x7042…b676 | ERC-1555 | 668 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20156318 | 5 months ago | | | 0 | 0.00033629462 | |
| 20156287 | 5 months ago | | | 0 | 0.00031220815 | |
| 18708152 | a year ago | | | 0 | 0.0055499717 | |
| 18551813 | a year ago | | | 0 | 0.0030356921 | |
| 18551808 | a year ago | | | 0 | 0.0027064898 | |
| 18551805 | a year ago | | | 0 | 0.0026507616 | |
| 18551803 | a year ago | | | 0 | 0.0027892176 | |
| 16910876 | 2 years ago | | | 0 | 0.0016675214 | |
| 16899498 | 2 years ago | | | 0 | 0.0025006846 | |
| 16748175 | 2 years ago | | | 0 | 0.0022780749 |
ABI
ABI objects
Getter at block 21181516
jungleToken() view returns (address)
0xc5a848233ff7a2a1a17e329cf7829047d3503e1e
jungleverseItem() view returns (address)
0x7042b77b7f9b791a03ef5002388cc4b09cc2b676
maxPurchaseAmount() view returns (uint256)
1
owner() view returns (address)
0x04745b4574b5044e216a8440eb4ee001aaa3fd9a
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToJunglePrice(uint256) view returns (uint256)
userPurchasedTokenIdAmount(address, uint256) view returns (uint256)
State-modifying
Events createMarketListing(uint256 tokenId, uint256 priceInJungleInteger)
createMarketSale(uint256 tokenId, uint256 amount)
deleteMarketListing(uint256 _tokenId)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
setJungleverseItemContract(address _contract)
setMaxPurchaseAmount(uint256 _maxPurchaseAmount)
transferOwnership(address newOwner)
withdrawAllItems(uint256 _tokenId)
withdrawAllJungle()
withdrawErc20(address erc20Contract, uint256 _amount)
withdrawItems(uint256 _tokenId, uint256 _amount)
withdrawJungle(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address jungleTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.