When making low-level calls, it's crucial to ensure the existence of the contract at the specified address.
If the contract doesn't exist at the given address, low-level calls will still return success, potentially causing errors in the code execution.
VSCode
Add check to verify that
.code.length > 0 before making low-level call.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.