RSETHMultiChainRateProvider
Verified contract
Active on
Ethereum with 123 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($21.78)
Native
Value
$21.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.006526 | $3,336.91 |
$21.78 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21169082 | 2 hours ago | | | 0.0042949915 | 0.031630814 | |
| 21154744 | 2 days ago | | | 0.0038049439 | 0.013016985 | |
| 21140401 | 4 days ago | | | 0.0043037073 | 0.016789845 | |
| 21118928 | 7 days ago | | | 0.0046228685 | 0.0078302151 | |
| 21104590 | 9 days ago | | | 0.0046065779 | 0.0065369860 | |
| 21090273 | 11 days ago | | | 0.0045328553 | 0.010429149 | |
| 21068774 | 14 days ago | | | 0.0046195881 | 0.018596270 | |
| 21054441 | 16 days ago | | | 0.0045961237 | 0.0078208942 | |
| 21040105 | 18 days ago | | | 0.0043404583 | 0.010531454 | |
| 21018599 | 21 days ago | | | 0.0044469741 | 0.010932996 |
ABI
ABI objects
Getter at block 21169752 estimateTotalFee() view returns (uint256 totalEstimatedFee)
getLatestRate() view returns (uint256)
1029005442534544954
getRate() view returns (uint256)
1029005442534544954
getRateReceivers() view returns (struct MultiChainRateProviderRateReceiver[])
[(158, 0x30ce1444834dbd91e23317179a39d875b16f0dcd), (110, 0x3222d3de5a9a3ab884751828903044cc4adc627e), (243, 0x38dd27b51e2e6868d99b615097c03a3de7fa7aa8), (260, 0x38dd27b51e2e6868d99b615097c03a3de7fa7aa8), (214, 0xc9bcfbb1bf6dd20ba365797c1ac5d39fdbf095da), (184, 0x7781ae9b47fecaceaecc4fca8d0b6187e3ef9ba7), (111, 0x1373a61449c26cc3f48c1b4c547322edaa36eb12), (183, 0x81e5c1483c6869e95a4f5b00b41181561278179f), (274, 0x30ce1444834dbd91e23317179a39d875b16f0dcd), (165, 0x6c2e862e7d03e1c9dda1b30de69b201c7c52e3db), (303, 0x81e5c1483c6869e95a4f5b00b41181561278179f)]
lastUpdated() view returns (uint256)
1731384083
layerZeroEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
owner() view returns (address)
0xcbcdd778aa25476f203814214dd3e9b9c46829a1
rate() view returns (uint256)
1029005442534544954
rateInfo() view returns (string tokenSymbol, address tokenAddress, string baseTokenSymbol, address baseTokenAddress)
(tokenSymbol=rsETH, tokenAddress=0xa1290d69c65a6fe4df752f95823fae25cb99e5a7, baseTokenSymbol=ETH, baseTokenAddress=0x0000000000000000000000000000000000000000)
rsETHPriceOracle() view returns (address)
0x349a73444b1a310bae67ef67973022020d70020d
Read-only
estimateFees(uint16 _dstChainId) view returns (uint256 estimatedFee)
rateReceivers(uint256) view returns (uint16 _chainId, address _contract)
State-modifying
Events addRateReceiver(uint16 _chainId, address _contract)
removeRateReceiver(uint256 _index)
renounceOwnership()
transferOwnership(address newOwner)
updateLayerZeroEndpoint(address _layerZeroEndpoint)
updateRate() payable
LayerZeroEndpointUpdated(address newLayerZeroEndpoint)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RateReceiverAdded(uint16 newChainId, address newContract)
RateReceiverRemoved(uint16 oldChainId, address oldContract)
RateReceiverUpdated(address newRateReceiver)
RateUpdated(uint256 newRate)
constructor(address _rsETHPriceOracle, address _layerZeroEndpoint)
This contract contains no fallback and receive objects.
This contract contains no error objects.