LogarithmOracle
State Variables
LogarithmOracleStorageLocation
bytes32 private constant LogarithmOracleStorageLocation =
0x2c93e30cf348944d3203d68cfbfc99aa913023170c5de2049def7c26b25c6400;Functions
_getLogarithmOracleStorage
function _getLogarithmOracleStorage() private pure returns (LogarithmOracleStorage storage $)initialize
function initialize(address owner_) external initializersetPriceFeeds
function setPriceFeeds(address[] calldata assets, address[] calldata feeds) external onlyOwnersetAssetDecimals
setHeartbeats
getPriceFeed
getAssetPrice
convertTokenAmount
assetDecimals
_setAssetDecimal
Events
PriceFeedUpdated
HeartBeatUpdated
AssetDecimalInitiated
Structs
LogarithmOracleStorage
Last updated