Low Level Calls to Custom Addresses
The contract should avoid making low-level calls to custom addresses, especially if these calls are based on address arguments in functions. Such behavior can lead to unexpected execution of untrusted code. Instead, consider using Solidity's high-level function calls or contract interactions.
This can lead to unexpected execution of untrusted code.
Manual Review
Consider using Solidity's high-level function calls or contract interactions.
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.