Add immutable for some variables, which can save more gas
take variables as immutable, which means the varaibels store in the contract's code instead of storage space.
Cost more gas
slither
For the unchanged variables, add immutable
ScoreBoard.owner (src/ScoreBoard.sol#21) should be immutable
ThePredicter.entranceFee (src/ThePredicter.sol#21) should be immutable
ThePredicter.organizer (src/ThePredicter.sol#19) should be immutable
ThePredicter.predictionFee (src/ThePredicter.sol#22) should be immutable
ThePredicter.scoreBoard (src/ThePredicter.sol#23) should be immutable
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.