The audited repository contains smart contracts and a user-facing web application. Only the smart contracts were a subject to the audit. No documentation was provided to Quantstamp, however, it is clear that the smart contracts aim to implement factory of time-lock smart contracts for locking Ether. The implementation is minimalistic and easy to understand. Quantstamp identified one severe DoS vulnerability in the project.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 1 | - | 1 | - | 2 |
Fixed | - | - | - | - | 0 |
Total | 1 | 0 | 1 | 0 | 2 |
# | File Name |
---|---|
1 | contracts/Lockdrop.sol |
2 | contracts/Lock.sol |
3 | contracts/Migrations.sol |