The project contains two contracts in scope, TegroDex is the contract that facilitates the actual order settlements. The seller can create and sign the order to sell any ERC20 tokens. The buyer can create and sign the order to buy tokens using the created sell order. The contract allows partial order settlements. TegroDEXSettlement allows functionality for settling orders in the batch.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 2 | - | - | - | 2 |
Fixed | 6 | 1 | - | - | 7 |
Total | 8 | 1 | 0 | 0 | 9 |
# | File Name |
---|---|
1 | Settler.sol |
2 | TegroDEX.sol |