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

Use if-revert instead of require

In Ownable.sol the modifier onlyOwner may be written as following to improve Gas Optimization:

if (msg.sender != owner) {
revert Unauthorized();
}

Support

FAQs

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