_getWinnerShares::BriVault is returning uint256 but the return value is not used in the contract anywhere, wasting gas fee.In the function _getWinnerShares::BriVault ,the return value is not used anywhere this function is being called and is an internal function, so it's a waste of gas fee.
Likelihood: Low
Impact: Low
Remove the return value and the returns(uint256) from the main function signature.
Gas optimizations are invalid according to the CodeHawks documentation.
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.