For the complete documentation index, see llms.txt. This page is also available as Markdown.

BaseRiskSteward

BaseRiskSteward

Abstract base contract for Risk Steward contracts providing common functionality

Solidity API

safeDeltaBps

The safe delta threshold in basis points. Updates within this delta are considered safe and require no timelock. Updates exceeding this delta require timelock.

uint256 safeDeltaBps

renounceOwnership

Disables renounceOwnership function

function renounceOwnership() public pure

❌ Errors

  • Throws RenounceOwnershipNotAllowed


Last updated