Jungle-NFT
Verified contract
Proxy
Active on
Ethereum with 17 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
19 additional
variables
Balances ($0.00)
No balances found for "Jungle-NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16647816 | 2 years ago | | | 0 | 0.0019102141 | |
| 16575197 | 2 years ago | | | 0 | 0.0010976478 | |
| 16569867 | 2 years ago | | | 0 | 0.0019032911 | |
| 16568281 | 2 years ago | | | 0 | 0.0014208091 | |
| 16467742 | 2 years ago | | | 0 | 0.0021981657 | |
| 16396377 | 2 years ago | | | 0 | 0.0021282158 | |
| 16396120 | 2 years ago | | | 0 | 0.0020162043 | |
| 16389999 | 2 years ago | | | 0 | 0.0021304294 | |
| 16389926 | 2 years ago | | | 0 | 0.0015415528 | |
| 16382865 | 2 years ago | | | 0 | 0.0029831050 |
ABI
ABI objects
Getter at block 21171633 proxiableUUID() view returns (bytes32)
ERC712_NAME() view returns (string)
JUNGLE META-TX
ERC712_VERSION() view returns (string)
1
feeController() view returns (address)
0xb106ba524f1295f82257b6032bf8c80578d19cd2
getChainId() view returns (uint256 id)
1
getDomainSeperator() view returns (bytes32)
0xa6b71666aa3918934ad0fcb695f45a94b424b47b632fc783034d4324016270f3
name() view returns (string)
Jungle-NFT
owner() view returns (address)
0xb106ba524f1295f82257b6032bf8c80578d19cd2
paused() view returns (bool)
false
platformMintingFee() view returns (uint256)
0
proxyRegistryAddress() view returns (address)
0xa289d37843f967aeb281f304c2011cd694364e28
royaltyFeeLimit() view returns (uint256)
1000
royaltyFeeRecipient() view returns (address)
0xd41f335f05d1157317224bd0732a457cdbf90cb8
supportsFactoryInterface() pure returns (bool)
true
symbol() view returns (string)
JUNGLE
templateURI() view returns (string)
https://api.jungle.co/api/v1/nft-item/asset/ethereum/0x4660e2026C64358ADDD648755001A620A8914E52/
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
creator(uint256 _id) view returns (address)
exists(uint256 _id) view returns (bool)
getNonce(address user) view returns (uint256 nonce)
hashMetaTransaction(struct NativeMetaTransactionMetaTransaction metaTx) pure returns (bytes32)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
isPermanentURI(uint256 _id) view returns (bool)
maxSupply(uint256 _id) pure returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
sharedProxyAddresses(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
verify(address signer, struct NativeMetaTransactionMetaTransaction metaTx, bytes32 sigR, bytes32 sigS, uint8 sigV) view returns (bool)
State-modifying
Events addSharedProxyAddress(address _address)
batchBurn(address _from, uint256[] _ids, uint256[] _quantities)
batchMint(address _to, uint256[] _ids, uint256[] _quantities, bytes _data)
burn(address _from, uint256 _id, uint256 _quantity)
deleteDefaultRoyalty()
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
initialize(string _name, string _symbol, address _proxyRegistryAddress, string _templateURI, uint256 _platformMintingfee, address _royaltyFeeRecipient, address _defaultFeeController, address _contractOwner)
mint(address _to, uint256 _id, uint256 _quantity, bytes _data)
pause()
removeSharedProxyAddress(address _address)
renounceOwnership()
resetTokenRoyalty(uint256 _tokenId)
safeBatchTransferFrom(address _from, address _to, uint256[] _ids, uint256[] _amounts, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _id, uint256 _amount, bytes _data)
setApprovalForAll(address operator, bool approved)
setCreator(uint256 _id, address _to)
setDefaultRoyalty(uint96 feeNumerator)
setFeeController(address _feeController)
setPermanentURI(uint256 _id, string _uri)
setPlatformMintingFee(uint256 _fee)
setProxyRegistryAddress(address _address)
setRoyaltyFeeLimit(uint256 _royaltyFeeLimit)
setRoyaltyFeeRecipient(address _recipient)
setTemplateURI(string _uri)
setTokenRoyalty(uint256 _tokenId, uint96 _feeNumerator)
setURI(uint256 _id, string _uri)
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
CreatorChanged(uint256 indexed _id, address indexed _creator)
Initialized(uint8 version)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PermanentURI(string _value, uint256 indexed _id)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.