The code is well presented, and it is a fork from the Merkle Tree implementation from Uniswap. The `README.md` file states that these audited modules receive only the `SGOV` token, a proprietary token, and decimals according to the standard (18 decimals). Because of this, we will not raise issues related to: (a) acceptance of tokens having arbitrary number of decimals; (b) duplicated token names and symbols allowed. A total of four issues were reported. After the fixes, 1 issue was resoved, 1 issues was acknowledged, and 2 issues were unresolved.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 3 | - | - | - | 3 |
Fixed | 1 | - | - | - | 1 |
Total | 4 | 0 | 0 | 0 | 4 |
# | File Name |
---|---|
1 | contracts/interfaces/IMerkleDistributor.sol |
2 | contracts/MerkleDistributor.sol |