Oracle

Functions

getLatestPrice

Get the latest price for a token

function getLatestPrice(
    address _token
) public view returns (int256 _answer,int _decimals)

Parameters:

Returns:

getTWAPQuoteNft

Get a price quote for the NFT for the selected Token

function getTWAPQuoteNft(
    uint256 _tokenId,
    address _quoteToken
) external view returns(
            uint256 _quoteAmount,
            uint256 _gasEstimate
        )

Parameters:

Returns:

Last updated