The smart contracts for RaumFi Core, encompassing its AMM, Factory, and Router functionalities, are crafted in Rust and utilize the Soroban SDK. 1. Factory Contract - Factory Contract That includes the functionality of related to the pair address and pair contract. 2. Route Contractr - Router Contract is the main contract from which all the pair related functions like add , remove and swap on the tokens will be implemented.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 1 | - | - | - | 1 |
Fixed | 2 | - | - | - | 2 |
Total | 3 | 0 | 0 | 0 | 3 |
# | File Name |
---|---|
1 | balance.rs |
2 | allowance.rs |
3 | storage.rs |
4 | math.rs |