Unhadled decoding error in performUpkeep function.
In the performUpkeep
function, there's an attempt to decode the _performData
parameter using abi.decode(_performData, (bool[]))
. If this decoding fails due to improperly formatted input data, the function will revert without providing a clear error message or allowing for graceful error handling.
The function will revert without providing a clear error.
Manual review
Handle decoding error.
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.