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

ZivoeGovernorV2.sol

Zivoe Governance, Proposal Management

Introduction

This contract is the governance contract.

This contract has the following responsibilities:

  • Proposals are made here.

  • Voting is conducted here.

  • Increase voting power of stakers and vesters.

  • Execute proposals.

  • Interface with TimelockController (external contract) to facilitate execution.

This contract was adopted from the OpenZeppelin Governance Libary.

For further documentation: https://docs.openzeppelin.com/contracts/4.x/api/governance

Last updated