Audit H/M report Summary from Allo sherlock
1.protocol use CREATE3 that’s not avaliable in the Zksync Era.
2.two modifer not cover block.timestamp == allocationEndTime.
1 | function _checkOnlyActiveAllocation() internal view { |
When block.timestamp == allocationEndTime none of above modifers revert.
3.Manager vote every recipient to update his state once reacted the threshold
Since we have serval states protocol not check if user have already reacted the threshold.
4._distribute amount not correctly calculated.
5.missing access modifer
6.Can not create a pool by cloning strategies on zkSync network
Can not create pool by cloning strategies on zkSync network because of different behaviors from EVM instructions between zkSync and Ethereum
7.RFPSimpleStrategy milestones can be set multiple times
1 | if (upcomingMilestone != 0) revert MILESTONES_ALREADY_SET(); |
the value of upcomingMilestone not be updated after set milestones lead to manager can set milestones mutiple times.
8.fundPool does not work with fee-on-transfer token
protocol increase amount directly
origin
https://oneclicktoken.xyz/23-10-17.html
contact me for SC private review
Twitter:https://twitter.com/coffiasse
Github:https://github.com/coffiasd
TG:@coffiasd