The usage of Floating pragma
Contracts should use strict versions of Solidity, Locking the version will ensure the contract won't be deployed with different version of solidity from the one that it
was tested with. incorrect version could lead to unintended results.
the contract being deployed with a different version from the rest of the contracts which might result in errors and unintended results
Manual Review
Locking up the pragma version
pragma solidity ^0.8.17
pragma solidity 0.8.17
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.