In the FjordPoints
contract, there is an empty revert()
statement without providing reason strings or custom errors in Solidity. Using reason strings or custom errors in revert()
statements helps in debugging and understanding why a transaction was reverted, thereby improving the overall readability and maintainability of the code.
File: FjordPoints.sol
186: revert();
Aderyn
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.