encoding multiple dynamic values using abi.encodepacked raises alarms in slither, as well as being highly unrecommended in the solidity docs
could result in hash collisions
--
slither static analyzer
make the function internal instead of public, as well as using abi.encode
instead of abi.encodepacked
for multiple dynamic variables as recommended in the official solidity 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.