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 "RBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22283824 | 11 days ago | | | 0.00012439781 | 0.0000030796875 | |
| 21939073 | 19 days ago | | | 0.00015367514 | 0.0000019710000 | |
| 21938863 | 19 days ago | | | 0.00015367514 | 0.0000020941875 | |
| 21938716 | 19 days ago | | | 0.00015367514 | 0.0000022173750 | |
| 21917569 | 19 days ago | | | 0.00013892646 | 0.0000051585406 | |
| 21857923 | 21 days ago | | | 0.00013056021 | 0.0000051585406 | |
| 21856029 | 21 days ago | | | 0.00013190327 | 0.0000051587726 | |
| 21814627 | 22 days ago | | | 0.00013077352 | 0.0000051585406 | |
| 21813718 | 22 days ago | | | 0.00013077352 | 0.0000051585406 | |
| 21707253 | 24 days ago | | | 0.00014419357 | 0.0000042705000 |
ABI
ABI objects
Getter at block 22755767
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
owner() view returns (address)
0xf44e40882f3536edfea032530213c7fcf146b269
precrime() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
assets(uint256) view returns (address)
estimateNativeFee(uint16 dstChainId, address to, uint256 amount, uint256 id) view returns (uint256 nativeFee)
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 addAsset(address _asset)
bridgeTokens(uint16 dstChainId, uint256 amount, uint256 id) payable
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)
setOpen(bool _open)
setPayloadSizeLimit(uint16 _dstChainId, uint256 _size)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
transferOwnership(address newOwner)
BridgingInitiated(uint16 indexed targetChainId, address indexed to, uint256 amount, uint256 id)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
MintMessageReceived(uint16 indexed srcChainId, address indexed to, uint256 amount, uint256 id)
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)
constructor(address _lzEndpoint, address _asset)
This contract contains no fallback and receive objects.
This contract contains no error objects.