AssetContractShared
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
15
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
15 additional
variables
Balances ($0.00)
No balances found for "AssetContractShared"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AssetContractShared"
ABI
ABI objects
Getter at block 21171633
ERC712_NAME() view returns (string)
JUNGLE META-TX
ERC712_VERSION() view returns (string)
1
feeController() view returns (address)
0x0000000000000000000000000000000000000000
getChainId() view returns (uint256 id)
1
getDomainSeperator() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
platformMintingFee() view returns (uint256)
0
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
proxyRegistryAddress() view returns (address)
0x0000000000000000000000000000000000000000
royaltyFeeLimit() view returns (uint256)
0
royaltyFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
supportsFactoryInterface() pure returns (bool)
true
symbol() view returns (string)
templateURI() view returns (string)
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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.