PriceFeed contract

Proxy contract for interact with oracle

This contract is a proxy for requests to oracle for getting actual pair prices.

Yupana PriceFeed proxy uses Harbinger as oracle.

More info about oracle here.

Entrypoints

  • getPrice - asks for a price from Oracle.

  • receivePrice - sends the price from Oracle to the yToken contract.

Admin methods

There are some admin methods for setup proxy described in a separate section.

Last updated