abi.encodeWithSignature
or abi.encodeWithSelector
to generate this calldata. However, the first option is not typo-safe and the second option is not type-safe. The result is that both of these methods are error-prone and should be considered unsafe.manual review
Consider replacing all the occurrences of unsafe ABI encodings with abi.encodeCall
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.