Without the initializer modifier there is a risk that the initialize() function could be called several times, this could disrupt protocol functionality.
Paste this test to PreMarkets.t.sol
manual review.
Implement the initializer modifier in order to make the initialize() function call only when neccesary.
Aside from `Rescuable.sol` being OOS, this is invalid based on codehawks guidelines regarding unprotected initializers. Additionally, this should be called concurrently when deploying a new proxy, but this submissions does not identify that particular issue of an uninitialized owner for proxy contracts
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.