getPriceOracle()
on the LendingPoolAddressProvider
contract.function getAssetPrice(address _asset) public view returns(uint256)
_asset
in ETH wei units.function getAssetsPrices(address[] calldata _assets) external view returns(uint256[] memory)
function getSourceOfAsset(address _asset) external view returns(uint256)
_asset
.function getFallbackOracle() external view returns(uint256)