15,000 USDC
View results
Submission Details
Severity: low

Use Ownable2Step instead of Ownable

Summary

DecentralizedStableCoin.sol uses the Ownable library. But it's better to use the Ownable2Step library.

Vulnerability Details

The ownership of the contract can be mistakenly transferred to an address that cannot handle it. Using Ownable2Step library prevents this from happening.

Impact

Mistaken transfer of ownership

Tools Used

Manual review

Recommendations

Use Ownable2Step.

Support

FAQs

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