LndxBridge
Verified contract
Active on
Ethereum with 620 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x08a1…2539
Balances ($402,790.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LNDX | ERC-20 | 1.148151M | $0.350817 |
$402,790.86 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21190070 | a day ago | | | 0.00029658134 | 0.0034027466 | |
| 21170212 | 4 days ago | | | 0.00028810087 | 0.0070535143 | |
| 21170211 | 4 days ago | | | 0.00028810087 | 0.0067069093 | |
| 21160385 | 5 days ago | | | 0.0003060184 | 0.0034998901 | |
| 21151766 | 7 days ago | | | 0.00031535679 | 0.0020557765 | |
| 21151749 | 7 days ago | | | 0.00031535679 | 0.0024151962 | |
| 21103658 | 13 days ago | | | 0.00035022313 | 0.00092685910 | |
| 21095069 | 14 days ago | | | 0.00035161246 | 0.0014840735 | |
| 21089594 | 15 days ago | | | 0.00035882903 | 0.0013093951 | |
| 21058082 | 20 days ago | | | 0.00037345248 | 0.0015767820 |
ABI
ABI objects
Getter at block 21198405
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
lndx() view returns (address)
0x08a1c30bbb26425c1031ee9e43fa0b9960742539
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
mainChainId() view returns (uint16)
101
owner() view returns (address)
0xf44bc45368fb7f6ffc74c5545326aa0f068b6d4c
precrime() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
estimateFee(uint16 _dstChainId, address _toAddress, uint256 _amount) 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)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events 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
sendToken(uint16 _dstChainId, address _toAddress, uint256 _amount) 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 _remoteChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
transferOwnership(address newOwner)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Received(address token, address to, uint256 amount, uint16 sourceChainId)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
Sent(address token, address to, uint256 amount, uint16 destinationChainId)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
constructor(address _lzEndpoint, address _lndx)
This contract contains no fallback and receive objects.
This contract contains no error objects.