View Source: contracts/test/PriceOracleInterface.solarrow-up-right
assetPrices(address asset)
Gets the price of a given asset
function assetPrices(address asset) public view returns(uint256)
Returns
the price scaled by 10**18, or zero if the price is not available
Arguments
Name
Type
Description
asset
address
Asset to get the price of
Last updated 4 years ago
Was this helpful?