UltraLightNodeV2Radar
Verified contract
Active on
Ethereum with 201 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdcc1…4068
0x087c…4e2e
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,167.29 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16123288 | 2 years ago | | | 0 | 0.0018649704 | |
| 16123286 | 2 years ago | | | 0 | 0.0017735830 | |
| 16123284 | 2 years ago | | | 0 | 0.0019861725 | |
| 16123282 | 2 years ago | | | 0 | 0.0022155991 | |
| 16123279 | 2 years ago | | | 0 | 0.0020735265 | |
| 16123276 | 2 years ago | | | 0 | 0.0021914281 | |
| 16123274 | 2 years ago | | | 0 | 0.0020831933 | |
| 16123272 | 2 years ago | | | 0 | 0.0018760401 | |
| 16123270 | 2 years ago | | | 0 | 0.0020041669 | |
| 16123268 | 2 years ago | | | 0 | 0.0018953835 |
ABI
ABI objects
Getter at block 21216021
CONFIG_TYPE_INBOUND_BLOCK_CONFIRMATIONS() view returns (uint256)
2
CONFIG_TYPE_INBOUND_PROOF_LIBRARY_VERSION() view returns (uint256)
1
CONFIG_TYPE_ORACLE() view returns (uint256)
6
CONFIG_TYPE_OUTBOUND_BLOCK_CONFIRMATIONS() view returns (uint256)
5
CONFIG_TYPE_OUTBOUND_PROOF_TYPE() view returns (uint256)
4
CONFIG_TYPE_RELAYER() view returns (uint256)
3
dappRadar() view returns (address)
0x962b4d8b1f8940d6a67399dc3a8d7549250888b8
decommissioned() view returns (bool)
false
endpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
layerZeroToken() view returns (address)
0x0000000000000000000000000000000000000000
localChainId() view returns (uint16)
1
nonceContract() view returns (address)
0x087cebbd85a161a50f91b9d7743e8b89fc384e2e
owner() view returns (address)
0x9f403140bc0574d7d36ea472b82daa1bbd4ef327
treasuryContract() view returns (address)
0xdcc1a1a26807c687300a63a72ef111f6fe994068
treasuryZROFees() view returns (uint256)
0
Read-only
accruedNativeFee(address _address) view returns (uint256)
appConfig(address, uint16) view returns (uint16 inboundProofLibraryVersion, uint64 inboundBlockConfirmations, address relayer, uint16 outboundProofType, uint64 outboundBlockConfirmations, address oracle)
chainAddressSizeMap(uint16) view returns (uint256)
defaultAdapterParams(uint16, uint16) view returns (bytes)
defaultAppConfig(uint16) view returns (uint16 inboundProofLibraryVersion, uint64 inboundBlockConfirmations, address relayer, uint16 outboundProofType, uint64 outboundBlockConfirmations, address oracle)
estimateFees(uint16 _dstChainId, address _ua, bytes _payload, bool _payInZRO, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
getAppConfig(uint16 _remoteChainId, address _ua) view returns (struct ILayerZeroUltraLightNodeV2ApplicationConfiguration)
getConfig(uint16 _remoteChainId, address _ua, uint256 _configType) view returns (bytes)
getOutboundNonce(uint16 _chainId, bytes _path) view returns (uint64)
hashLookup(address, uint16, bytes32, bytes32) view returns (uint256)
inboundNonceCap(address) view returns (uint64)
inboundProofLibrary(uint16, uint16) view returns (address)
maxInboundProofLibrary(uint16) view returns (uint16)
nativeFees(address) view returns (uint256)
outboundNonceSet(uint16) view returns (bool)
supportedOutboundProof(uint16, uint16) view returns (bool)
ulnLookup(uint16) view returns (bytes32)
State-modifying
Events addInboundProofLibraryForChain(uint16 _chainId, address _library)
decommission()
enableSupportedOutboundProof(uint16 _chainId, uint16 _proofType)
incrementRadarInboundNonce(uint16 _srcChainId, address _srcRadarAddress, uint256 _gasLimitPerCall, uint256 _steps)
initRadarOutboundNonce(uint16 _dstChainId, address _dstRadarAddress)
renounceOwnership()
send(address _ua, uint64, uint16 _dstChainId, bytes _path, bytes _payload, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setChainAddressSize(uint16 _chainId, uint256 _size)
setConfig(uint16 _remoteChainId, address _ua, uint256 _configType, bytes _config)
setDefaultAdapterParamsForChainId(uint16 _chainId, uint16 _proofType, bytes _adapterParams)
setDefaultConfigForChainId(uint16 _chainId, uint16 _inboundProofLibraryVersion, uint64 _inboundBlockConfirmations, address _relayer, uint16 _outboundProofType, uint64 _outboundBlockConfirmations, address _oracle)
setLayerZeroToken(address _layerZeroToken)
setNonceContractRadar(address _nonceContractRadar)
setRemoteUln(uint16 _remoteChainId, bytes32 _remoteUln)
setTreasury(address _treasury)
transferOwnership(address newOwner)
updateHash(uint16 _srcChainId, bytes32 _lookupHash, uint256 _confirmations, bytes32 _blockData)
validateTransactionProof(uint16 _srcChainId, address _dstAddress, uint256 _gasLimit, bytes32 _lookupHash, bytes32 _blockData, bytes _transactionProof)
withdrawNative(address _to, uint256 _amount)
withdrawZRO(address _to, uint256 _amount)
AddInboundProofLibraryForChain(uint16 indexed chainId, address lib)
AppConfigUpdated(address indexed userApplication, uint256 indexed configType, bytes newConfig)
EnableSupportedOutboundProof(uint16 indexed chainId, uint16 proofType)
HashReceived(uint16 indexed srcChainId, address indexed oracle, bytes32 lookupHash, bytes32 blockData, uint256 confirmations)
InvalidDst(uint16 indexed srcChainId, bytes srcAddress, address indexed dstAddress, uint64 nonce, bytes32 payloadHash)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Packet(bytes payload)
PacketReceived(uint16 indexed srcChainId, bytes srcAddress, address indexed dstAddress, uint64 nonce, bytes32 payloadHash)
RelayerParams(bytes adapterParams, uint16 outboundProofType)
SetChainAddressSize(uint16 indexed chainId, uint256 size)
SetDefaultAdapterParamsForChainId(uint16 indexed chainId, uint16 indexed proofType, bytes adapterParams)
SetDefaultConfigForChainId(uint16 indexed chainId, uint16 inboundProofLib, uint64 inboundBlockConfirm, address relayer, uint16 outboundProofType, uint64 outboundBlockConfirm, address oracle)
SetLayerZeroToken(address indexed tokenAddress)
SetRemoteUln(uint16 indexed chainId, bytes32 uln)
SetTreasury(address indexed treasuryAddress)
WithdrawNative(address indexed msgSender, address indexed to, uint256 amount)
WithdrawZRO(address indexed msgSender, address indexed to, uint256 amount)
constructor(address _endpoint, uint16 _localChainId, address _dappRadar)
This contract contains no fallback and receive objects.
This contract contains no error objects.