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...
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | - | - | - | - | 0 |
Fixed | 2 | 1 | - | - | 3 |
Total | 2 | 1 | 0 | 0 | 3 |
# | 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 |