In the Contest Details, the Seller
is a company or person that sells the RAACNFT for crvUSD
.
However, the RAACNFT contract has no withdrawal function to transfer the crvUSD
out of the contract to any other address, including the Seller
's wallet. Hence, all payment for all RAACNFT will be stuck.
The mint()
function is as follows:
Since the crvUSD
token transferred to the RAACNFT
contract via token.safeTransferFrom(msg.sender, address(this), _amount);
, the crvUSD
will be transferred to the contract address.
crvUSD
is stuck in the RAACNFT contract, and the Seller
cannot use it in any way.
Manual Review
Consider adding a function to withdraw funds.
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.