Certain functions lack a value safety check, the values of the arguments should be verified to allow only the ones that comply with the contract's logic.
In the constructor, the contract must ensure that _maxLinkFee
is different from zero
.
Results in logic errors causing the contract to behave unexpectedly or incorrectly.
VS Code
Manual Review
I recommend that you verify the values provided in the arguments. The issue can be ad- dressed by utilizing a require
statement.
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.