There is duplication of code in various functions in ProxyFactory.sol
There are various code parts reused in functions in ProxyFactory.sol that can be put in a modifier
Above are example snippets reused in functions but can be turned into modifiers and applied to the functions
above reuse can introduce errors, makes code harder to read and reason, impacts maintainability, readability, cleanliness of code. It is best to ensure reused code parts that enforce certain checks can be in modifier
Manual Analysis
Recommended to create modifiers and apply to functions e.g
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.