Description: Consider using a specific version of Solidity in your contracts instead of a wide version. For example, instead of pragma solidity ^0.8.0;, use pragma solidity 0.8.0; in file ContestManager.sol
and Pot.sol
Impact: It will cost so much of much gas.
Recommended Mitigation: Try to provide the specific version of solidity in the contract so that il'll save the gas.
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.