Skip to main content

IViewEthUsdOracle

IViewEthUsdOracle​

ethUsdPrice​

function ethUsdPrice() external view returns (uint256)

Returns ETH price in USD.

Return Values​

NameTypeDescription
[0]uint256Price in USD with 6 decimal digits.

tokUsdPrice​

function tokUsdPrice(string symbol) external view returns (uint256)

Returns token price in USD.

Parameters​

NameTypeDescription
symbolstring

Return Values​

NameTypeDescription
[0]uint256Price in USD with 6 decimal digits.

tokEthPrice​

function tokEthPrice(string symbol) external view returns (uint256)

Returns the asset price in ETH.

Parameters​

NameTypeDescription
symbolstring

Return Values​

NameTypeDescription
[0]uint256Price in ETH with 8 decimal digits.