Quantillon Protocol

IReferencePriceSource

Git Source

Functions

peekEurUsdPrice

Reads an independent EUR/USD reference without cached-baseline substitution.

Returns validity, freshness timestamp, and scaled price.

Notes:

  • security: Read-only reference check.

  • validation: Implementations fail closed on stale or invalid rounds.

  • state-changes: None.

  • events: None.

  • errors: Implementations may revert on feed failure.

  • reentrancy: None.

  • access: Public view.

  • oracle: Chainlink EUR/USD.

function peekEurUsdPrice() external view returns (uint256 price, uint256 updatedAt, bool isValid);

Returns

NameTypeDescription
priceuint256EUR/USD price in 18 decimals.
updatedAtuint256Feed timestamp.
isValidboolWhether the independent feed passed its checks.