LucksBridge
Verified contract
Active on
Ethereum with 16 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x897b…ade8
Balances ($0.00)
No balances found for "LucksBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15494382 | 2 years ago | | | 0 | 0.0038539500 | |
| 15494359 | 2 years ago | | | 0 | 0.0038539500 | |
| 15494348 | 2 years ago | | | 0 | 0.0015761500 | |
| 15493929 | 2 years ago | | | 0 | 0.0024587000 | |
| 15493908 | 2 years ago | | | 0 | 0.0023238500 | |
| 15493907 | 2 years ago | | | 0 | 0.0023238500 | |
| 15493903 | 2 years ago | | | 0 | 0.0024587000 | |
| 15493901 | 2 years ago | | | 0 | 0.0023238500 | |
| 15493900 | 2 years ago | | | 0 | 0.0023238500 | |
| 15307178 | 2 years ago | | | 0 | 0.00049174000 |
ABI
ABI objects
Getter at block 21321958
EXECUTOR() view returns (address)
0x897be0747988558c507af3fd1e07d55c74efade8
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
owner() view returns (address)
0x5b770f460978c456d69bc46463dfda71feee60ad
useLayerZeroToken() view returns (bool)
false
Read-only
estimateCreateTaskFee(uint16 _dstChainId, struct TaskItem item, struct TaskExt ext, struct lzTxObj _lzTxParams) view returns (uint256 nativeFee, uint256 zroFee)
estimateWithdrawNFTsFee(uint16 _dstChainId, address _user, address nftContract, uint256 depositId, struct lzTxObj _lzTxParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
gasLookup(uint16, uint8) view returns (uint256)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
quoteLayerZeroFee(uint16 _dstChainId, uint8 _functionType, string _note, struct lzTxObj _lzTxParams) view returns (uint256 nativeFee, uint256 zroFee)
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
sendCreateTask(uint16 _dstChainId, address _refundAddress, struct TaskItem item, struct TaskExt ext, struct lzTxObj _lzTxParams) payable
sendWithdrawNFTs(uint16 _dstChainId, address _refundAddress, address _user, address nftContract, uint256 depositId, struct lzTxObj _lzTxParams) payable
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setExecutor(address _executor)
setGasAmount(uint16 _dstChainId, uint8 _functionType, uint256 _gasAmount)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _srcAddress)
setUseLayerZeroToken(bool enable)
transferOwnership(address newOwner)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendMsg(uint8 msgType, uint64 nonce)
SetTrustedRemote(uint16 _srcChainId, bytes _srcAddress)
constructor(address _lzEndpoint, address _executor)
This contract contains no fallback and receive objects.
This contract contains no error objects.