Description
token.transferFrom(asset.seller, address(this), buyerFee);
could fail silently and since the result was not checked token.transfer(asset.buyer, buyerFee - driaFee);
and token.transfer(owner(), driaFee);
would be carried out without the protocol recieving from the asset.seller
Impact: Funds loss by the protocol
Recommended mitigation: **transfer
**and transferFrom
result should always be checked
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.