In the emergencyWithdraw
function have token transfer, however the function has no Reentrant
protection mechanism.
In the emergencyWithdraw
function have token transfer.
This function have tranfer token to treasury raacToken.safeTransfer(treasury, balance);
and SafeERC20.safeTransfer(IERC20(token), treasury, balance);
However, this function has no Reentrant
protection mechanism.
Possible Reentry Attack
Manual
Add nonReentrant
for this fuction
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.