LayerZeroHandle
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 48 additional slots
Balances ($0.00)
No balances found for "LayerZeroHandle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LayerZeroHandle"
ABI
ABI objects
Getter at block 22931218
lzEndpoint() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
userApplication() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
bridgeChainIdMapping(uint16) view returns (uint16)
estimateFees(uint16 _dstChainId, bytes _payload, bytes _adapterParam) view returns (uint256 fee)
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)
trustedRemoteLookup(uint16) view returns (bytes)
uaChainIdMapping(uint16) view returns (uint16)
State-modifying
Events forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
initialize(address _userApplication, address _lzEndpoint)
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
sendMessage(uint16 _dstChainId, bytes _payload, address _refundAddress, bytes _adapterParams, uint256 _nativeFee) payable
setChainMapping(uint16 uaChainId, uint16 bridgeChainId)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
setUa(address _userApplication)
transferOwnership(address newOwner)
Initialized(uint8 version)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
ModUserApplication(address oldUserApplication, address newUserApplication)
NewChainMapping(uint16 uaChainId, uint16 bridgeChainId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveLzMessage(uint64 indexed nonce, uint16 srcChainId, address srcAddress, bytes32 messageHash)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
SendLzMessage(uint64 indexed nonce, uint16 dstChainId, address dstAddress, bytes32 messageHash)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.