Skip to main content

IOlympusAuthority

Git Source

OlympusAuthority

Legacy authority contract

Functions

governor

function governor() external view returns (address);

guardian

function guardian() external view returns (address);

policy

function policy() external view returns (address);

vault

function vault() external view returns (address);

Events

GovernorPushed

event GovernorPushed(address indexed from, address indexed to, bool _effectiveImmediately);

GuardianPushed

event GuardianPushed(address indexed from, address indexed to, bool _effectiveImmediately);

PolicyPushed

event PolicyPushed(address indexed from, address indexed to, bool _effectiveImmediately);

VaultPushed

event VaultPushed(address indexed from, address indexed to, bool _effectiveImmediately);

GovernorPulled

event GovernorPulled(address indexed from, address indexed to);

GuardianPulled

event GuardianPulled(address indexed from, address indexed to);

PolicyPulled

event PolicyPulled(address indexed from, address indexed to);

VaultPulled

event VaultPulled(address indexed from, address indexed to);