Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

GovernorPreventLateQuorumMockUpgradeable

Inherits: Initializable, GovernorSettingsUpgradeable, GovernorVotesUpgradeable, GovernorCountingSimpleUpgradeable, GovernorPreventLateQuorumUpgradeable

State Variables

_quorum

uint256 private _quorum;

Functions

__GovernorPreventLateQuorumMock_init

function __GovernorPreventLateQuorumMock_init(uint256 quorum_) internal onlyInitializing;

__GovernorPreventLateQuorumMock_init_unchained

function __GovernorPreventLateQuorumMock_init_unchained(uint256 quorum_) internal onlyInitializing;

quorum

function quorum(uint256) public view override returns (uint256);

proposalDeadline

function proposalDeadline(uint256 proposalId)
    public
    view
    override(GovernorUpgradeable, GovernorPreventLateQuorumUpgradeable)
    returns (uint256);

proposalThreshold

function proposalThreshold() public view override(GovernorUpgradeable, GovernorSettingsUpgradeable) returns (uint256);

_tallyUpdated

function _tallyUpdated(uint256 proposalId)
    internal
    override(GovernorUpgradeable, GovernorPreventLateQuorumUpgradeable);