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;
Using wide pragma (^) means the code can be compiled with any compatible version above the specified one. This can lead to inconsistent behavior if different versions are used.
aderyn
slither
manual review
Replace wide version declarations with specific versions and use the most recent version that's being targeted (0.8.13 in this case)
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.