Event: DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
Description: An event that's emitted when an account changes its delegate.
Event: DelegateVotesChanged(address indexed delegate, uint previousBalance, uint newBalance)
Description: An event that's emitted when a delegate account's vote balance changes.
Event: ProposalCreated(uint id, address proposer, address[] targets, uint[] values, string[] signatures, bytes[] calldatas, uint startBlock, uint endBlock, string description)
Description: An event emitted when a new proposal is created.
Event: VoteCast(address voter, uint proposalId, bool support, uint votes)
Description: An event emitted when a vote has been cast on a proposal.
Event: ProposalCanceled(uint id)
Description: An event emitted when a proposal has been canceled.
Event: ProposalQueued(uint id, uint eta)
Description: An event emitted when a proposal has been queued in the Timelock.
ProposalExecuted(uint id)
Description: An event emitted when a proposal has been executed in the Timelock.
Would you like more info? Visit our Github!