Key Events
Last updated
Last updated
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
An event thats emitted when an account changes its .
DelegateVotesChanged(address indexed delegate, uint previousBalance, uint newBalance)
An event thats emitted when a delegate account's vote balance changes.
ProposalCreated(uint id, address proposer, address[] targets, uint[] values, string[] signatures, bytes[] calldatas, uint startBlock, uint endBlock, string description)
An event emitted when a new is created.
VoteCast(address voter, uint proposalId, bool support, uint votes)
An event emitted when a on a proposal.
ProposalCanceled(uint id)
An event emitted when a proposal has been .
ProposalQueued(uint id, uint eta)
An event emitted when a proposal has been in the .
ProposalExecuted(uint id)
An event emitted when a proposal has been in the .