Euler Price Oracle Audit

Off-Chain (Private)
Audited on 2024/05/20
No active critical issues

Summary

1 partially resolved) Notes & Additional Information 8 (4 resolved) Scope We audited the euler-xyz/euler-price-oracle repository at commit eeb1847. In scope were the following files:  src/... System Overview The audited codebase consists of different oracle integrations that are all meant to adhere to the same IPriceOracle interface. The IPriceOracle interface exposes two functions – getQuote and getQuotes. Both functions accept an inAmount parameter that represents the amount of base...

Issues (3)

Low
Medium
High
Critical
Total
Not fixed
----0
Fixed
21--3
Total21003

Contracts (18)

#File Name
1

src/lib/Governable.sol

2

src/adapter/maker/SDaiOracle.sol

3

src/adapter/maker/IPot.sol

4

src/adapter/pyth/PythOracle.sol

5

src/lib/Errors.sol

6

src/adapter/CrossAdapter.sol

7

src/lib/ScaleUtils.sol

8

src/adapter/redstone/RedstoneCoreOracle.sol

9

src/adapter/uniswap/UniswapV3Oracle.sol

10

src/adapter/chainlink/ChainlinkOracle.sol