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

Public functions not called internally

Summary

Those functions should be declared as external instead of public, as they are never called internally by the contract.

Contracts are allowed to override their parents' functions and change the visibility from external to public.

Vulnerability Details

function getTimeout(AggregatorV3Interface /* chainlinkFeed */ ) public pure returns (uint256) {
return TIMEOUT;
}

Support

FAQs

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