function deposit(uint amount) public
Deposit tokens to the governance module in order to participate in voting.
function withdraw(uint amount) public
Withdraw tokens from the governance module.
function proposeWithFeeRecipient(address feeRecipient, address target, bytes memory data) public returns (uint)
Propose a new action to be executed by the governance module.
See TwitterHumanity applicant for a convenient way to propose additions to the Humanity registry.
function voteYes(uint proposalId) public
Vote yes on a proposal. The proposal must be in the open vote period (2 days).
Vote no on a proposal. The proposal must be active (4 days).
Remove a vote on a proposal. The proposal must be active (4 days).
Finalize a proposal.