The Zokyo Security team conducted an aúdit of the Propchain protocol. The scope of the audit included PlatformToken, PlatformVesting, and EIP3009. A detailed overview of smart contracts can be seen in the Protocol Overview section. The audit's goal was to analyze the security of tokens, gasless transaction, and integration of the anti-snipe system, verify the correctness of vesting and tokens distribution, check smart contracts against the list of common vulnerabilities as well as our internal checklist, and validate that contracts correspond to Solidity best practices in terms of code quality and gas optimization.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 3 | - | - | - | 3 |
Fixed | 11 | 2 | 2 | - | 15 |
Total | 14 | 2 | 2 | 0 | 18 |
# | File Name |
---|---|
1 | EIP3009.sol |
2 | PlatformToken.sol |
3 | PlatformVesting.sol |