The token
and owner
variables are declared as mutable but are set only during deployment.
Mutable token
and owner
waste gas and allow unintended modifications if not properly restricted.
These variables should be immutable
to save gas and enforce immutability.
Increased gas costs and potential security risks if variables are accidentally modified.
Declare token
and owner
as immutable
:
Initialize them in the constructor:
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.