LRTOracle
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 "LRTOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LRTOracle"
ABI
ABI objects
Getter at block 20820728
lrtConfig() view returns (address)
0x0000000000000000000000000000000000000000
pricePercentageLimit() view returns (uint256)
0
rsETHPrice() view returns (uint256)
0
Read-only
assetPriceOracle(address asset) view returns (address priceOracle)
getAssetPrice(address asset) view returns (uint256)
State-modifying
Events initialize(address lrtConfigAddr)
setPricePercentageLimit(uint256 _pricePercentageLimit)
updateLRTConfig(address lrtConfigAddr)
updatePriceOracleFor(address asset, address priceOracle)
updatePriceOracleForValidated(address asset, address priceOracle)
updateRSETHPrice()
AssetPriceOracleUpdate(address indexed asset, address indexed priceOracle)
FeeMinted(address treasury, uint256 rsethAmount)
Initialized(uint8 version)
PricePercentageLimitUpdate(uint256 newLimit)
RsETHPriceUpdate(uint256 newPrice, uint256 oldPrice)
UpdatedLRTConfig(address indexed lrtConfig)
constructor()
This contract contains no fallback and receive objects.
AssetOracleNotSupported()
CallerNotLRTConfigAdmin()
InvalidPriceOracle()
RSETHPriceExceedsLimit()
ValueAlreadyInUse()
ZeroAddressNotAllowed()