Key Events
Event | Description |
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate) | |
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) | |
VoteCast(address voter, uint proposalId, bool support, uint votes) | |
ProposalCanceled(uint id) | |
ProposalQueued(uint id, uint eta) | |
ProposalExecuted(uint id) |
Last modified 2yr ago