organizer
is not assigned as immutable hence it could be altered by any user after the deployment of the ThePredicter.sol
contract. This change of organizer could have a devastating effect on the contract ThePredicter
would no longer be centralized and the user money will be at risk.ThePredicter
contract :-A mutable organizer variable would allow anyone to change the contract's organizer, violating the contract's fundamental properties.
address public organizer
state variable in the ThePredicter.sol
contract to address private immutable organizer
will prevent it from being modified after contract deployment.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.