Frax Finance implements BAMM, a Borrow AMM, that wraps Frax swap LP tokens and allows users to borrow the two underlying assets of the pair. "The Frax ecosystem is a self-sufficient DeFi economy utilizing stablecoins as currency.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 2 | - | - | - | 2 |
Fixed | 13 | 2 | - | - | 15 |
Total | 15 | 2 | 0 | 0 | 17 |
# | File Name |
---|---|
1 | src/contracts/BAMM.sol |
2 | src/contracts/factories/BAMMFactory.sol |
3 | src/contracts/libraries/FixedPoint.sol |
4 | src/contracts/libraries/UQ112x112.sol |
5 | src/contracts/interfaces/IRateCalculatorV2.sol |
6 | src/contracts/interfaces/IVariableInterestRateV2.sol |
7 | src/contracts/libraries/BitMath.sol |
8 | src/contracts/FraxswapOracle.sol |
9 | src/contracts/VariableInterestRate.sol |
10 | src/contracts/BAMMERC20.sol |