PendleOracle
PendleOracle
This oracle fetches the price of a pendle token
Solidity API
PT_ORACLE
Address of the PT oracle
contract IPendlePtOracle PT_ORACLEMARKET
Address of the market
address MARKETTWAP_DURATION
Twap duration for the oracle
uint32 TWAP_DURATIONconstructor
Constructor for the implementation contract.
constructor(address market, address ptOracle, address ptToken, address underlyingToken, address resilientOracle, uint32 twapDuration) publicLast updated

