The Standard

The Standard
DeFiHardhat
20,000 USDC
View results
Submission Details
Severity: low
Invalid

Use Ownable2Step instead of Ownable

Summary

Use Ownable2Step instead of Ownable

Vulnerability Details

Ownable2Step and Ownable2StepUpgradeable prevent the contract ownership from mistakenly being transferred to an address that cannot handle it (e.g. due to a typo in the address), by requiring that the recipient of the owner permissions actively accept via a contract call of its own.

File: contracts/LiquidationPoolManager.sol
11: contract LiquidationPoolManager is Ownable {

Github: [11]

Impact

See Vulnerability Details

Tools Used

Manual Review

Recommendations

Use Ownable2Step instead of Ownable

Updates

Lead Judging Commences

hrishibhat Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

informational/invalid

Support

FAQs

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