Silo Finance implements a Curve LP price feed for StableSwap and Crypto pools, a price feed using Curve’s pool prices, and a forwarding price feed that maps assets to another asset. Further, Silo Finance provides an ERC-20 wrapper for Convex staking positions. Last, Silo Finance created a new implementation for the Silo router so that it supports wrapping and unwrapping the wrapped tokens.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 1 | - | - | - | 1 |
Fixed | 11 | 1 | 1 | 2 | 15 |
Total | 12 | 1 | 1 | 2 | 16 |
# | File Name |
---|---|
1 | contracts/priceProviders/curveLPTokens/interfaces/ICurveHackyPool.sol |
2 | contracts/priceProviders/forwarder/ForwarderPriceProvider.sol |
3 | contracts/wrappers/convex/ConvexStakingWrapperSilo.sol |
4 | contracts/wrappers/convex/ConvexSiloWrapper.sol |
5 | contracts/wrappers/convex/ConvexStakingWrapperSiloFactory.sol |
6 | contracts/priceProviders/curveLPTokens/interfaces/ICurveReentrancyCheck.sol |
7 | contracts/priceProviders/curveLPTokens/peggedAssetsPools/CurveReentrancyCheck.sol |
8 | contracts/wrappers/convex/ConvexSiloWrapperFactory.sol |
9 | contracts/SiloRouterV2.sol |