https://github.com/Cyfrin/2024-08-tadle/blob/main/src/core/TokenManager.sol#L28
Proxied contract can't have a constructor and it's common to move constructor logic to an external initializer function, usually called initialize
This issue could cause problems in the Storage of the contract.
Manual Review.
Use initializer functions for initialization of proxied contracts. All logic regarding initialization should be in the initialize function.
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.