Description: The SpookySwap
contract uses the transfer
in the withdrawFees
function to send funds to the owner. The transfer
function is not recommended to use because it has a limited gas stipend. If the user has a fallback function that consumes more than the gas stipend, the user will not receive the funds.
Line of code: TrickOrTreat.sol#L148
The owner may not receive the funds.
Manual code analysis
Consider using the send
or call
function to send funds to the owner.
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.