20,000 USDC
View results
Submission Details
Severity: gas
Valid

[I-12] Consider disabling `renounceOwnership()`

Summary

If the plan for your project does not include eventually giving up all ownership control, consider overwriting OpenZeppelin's Ownable's renounceOwnership() function in order to disable it.

Vulnerability Details

Instances (3):

File: src/Beedle.sol
9: contract Beedle is Ownable, ERC20, ERC20Permit, ERC20Votes {
File: src/Lender.sol
10: contract Lender is Ownable {
File: src/Staking.sol
11: contract Staking is Ownable {

Impact

Tools Used

Recommendations

Support

FAQs

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