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 "OneWayReceiver"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3703506 | a year ago | | | 0 | 0.0000013481419 | |
| 3295553 | a year ago | | | 0 | 0.0000012753840 | |
| 3224122 | a year ago | | | 0 | 8.9685562e-7 |
ABI
ABI objects
Getter at block 22756639
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
isOperator() view returns (bool)
false
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
operator() view returns (address)
0xb9b22504b9071291e938e0e582934a82c4a4670c
owner() view returns (address)
0xb9b22504b9071291e938e0e582934a82c4a4670c
precrime() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
bridgeTokens(address) view returns (uint256 srcChainId, bool isEnabled, address bridgeToken)
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)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events _renounceOperator()
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setPayloadSizeLimit(uint16 _dstChainId, uint256 _size)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
setupBridgeToken(address _originChainToken, address _destChainToken, uint256 _srcChainId, bool _isEnabled)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
TokenBridged(address tokenFrom, address tokenTo, uint256 amount, uint256 chainId)
constructor(address _lzEndpoint)
This contract contains no fallback and receive objects.
This contract contains no error objects.