Dria

Swan
NFTHardhat
21,000 USDC
View results
Submission Details
Severity: medium
Invalid

Tokens not sent to validators whose scores fall outside the acceptable range is left in the contract

Summary

If a validators score fails to fall between the man and the stdde, their are not paid the validator fees, however this fees are just left sittiing in the contract

It is to the auditors understanding that the protocol intends on claiming this fees via

function withdrawPlatformFees() public onlyOwner {
feeToken.transfer(owner(), feeToken.balanceOf(address(this)));
}

however this would also send the tokens of other incomplete request incentives to the owner and has been covered in another finding

Impact

Tokens woukd be locked in contract

Tools Used

manual analysis

Recommendations

The tokens should be made available to the address that made the request by increasing their allowance

Updates

Lead Judging Commences

inallhonesty Lead Judge 9 months ago
Submission Judgement Published
Invalidated
Reason: Incorrect statement

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.