ONFT1155UriMinterProxy
Verified contract
Active on
Ethereum with 6 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 "ONFT1155UriMinterProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19791003 | 7 months ago | | | 0 | 0.00028496970 | |
| 19583633 | 8 months ago | | | 0 | 0.022040783 | |
| 19583620 | 8 months ago | | | 0 | 0.0021017816 | |
| 19583527 | 8 months ago | | | 0 | 0.0062975509 | |
| 19526715 | 8 months ago | | | 0 | 0.85857774 | |
| 19526595 | 8 months ago | | | 0 | 0.0040760672 |
ABI
ABI objects
Getter at block 21386735
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
FUNCTION_TYPE_SEND() view returns (uint16)
1
FUNCTION_TYPE_SEND_BATCH() view returns (uint16)
2
NO_EXTRA_GAS() view returns (uint256)
0
baseGasLimit() view returns (uint256)
100000
erc1155() view returns (address)
0x6e3bc168f6260ff54257ae4b56449efd7afd5934
gasPerToken() view returns (uint256)
50000
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
owner() view returns (address)
0x02f086dbc384d69b3041bc738f0a8af5e49da181
precrime() view returns (address)
0x0000000000000000000000000000000000000000
useCustomAdapterParams() view returns (bool)
false
Read-only
estimateSendBatchFee(uint16 _dstChainId, bytes _toAddress, uint256[] _tokenIds, uint256[] _amounts, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
estimateSendFee(uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, uint256 _amount, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getTrustedRemoteAddress(uint16 _remoteChainId) view returns (bytes)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
minDstGasLookup(uint16, uint16) view returns (uint256)
payloadSizeLimitLookup(uint16) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenUris(uint256) view returns (string)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
handleInvoke(address _from, struct RouterEndpoint, uint256 _ethValue, uint256, uint256[] _tokenIds, uint256[] _tokenQuantities, bytes _data)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
sendBatchFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256[] _tokenIds, uint256[] _amounts, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
sendFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, uint256 _amount, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setBaseGasLimit(uint256 _baseGasLimit)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setGasPerToken(uint256 _gasPerToken)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setPayloadSizeLimit(uint16 _dstChainId, uint256 _size)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTokenUris(uint256[] _tokenIds, string[] _tokenUris)
setTrustedRemote(uint16 _remoteChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
setUseCustomAdapterParams(bool _useCustomAdapterParams)
transferOwnership(address newOwner)
BaseGasLimitSet(uint256 baseGasLimit)
GasPerTokenSet(uint256 gasPerToken)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveBatchFromChain(uint16 indexed _srcChainId, bytes indexed _srcAddress, address indexed _toAddress, uint256[] _tokenIds, uint256[] _amounts)
ReceiveFromChain(uint16 indexed _srcChainId, bytes indexed _srcAddress, address indexed _toAddress, uint256 _tokenId, uint256 _amount)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
SendBatchToChain(uint16 indexed _dstChainId, address indexed _from, bytes indexed _toAddress, uint256[] _tokenIds, uint256[] _amounts)
SendToChain(uint16 indexed _dstChainId, address indexed _from, bytes indexed _toAddress, uint256 _tokenId, uint256 _amount)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
SetUseCustomAdapterParams(bool _useCustomAdapterParams)
TokenUrisSet(uint256[] tokenIds, string[] tokenUris)
constructor(address _lzEndpoint, address _erc1155)
receive()
InvalidCaller()