TokenOps Token Vesting contract provides ERC20 token vesting functionalities. With the contract, admins can create vesting grants and assign them to recipients, manage the vesting process, and revoke grants when necessary. Quantstamp conducted the audit with three auditors working independently (and later syncing on their findings) on a best-effort basis. Overall, the code is well-written, well-documented, and follows best practices. One high severity issue was found, where users' token may get stuck in the contract upon the revocation executed by the admins. The TokenOps team followed the recommendations to fix the identified issues, and provided proper justifications for the remaining issues. All the identified issues are properly addressed in release `v1.0` with commit hash `fb54aae`.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 1 | 1 | - | - | 2 |
Fixed | 2 | - | 1 | - | 3 |
Total | 3 | 1 | 1 | 0 | 5 |
# | File Name |
---|---|
1 | contracts/TokenVesting.sol |