Compound Governor Bravo
How to deploy a Governor Bravo or Alpha that's compatible with Tally
Event signatures
event ProposalCreated(
uint id,
address proposer,
address[] targets,
uint[] values,
string[] signatures,
bytes[] calldatas,
uint startBlock,
uint endBlock,
string description
);
event VoteCast(
address indexed voter,
uint proposalId,
uint8 support,
uint votes,
string reason
);
event ProposalCanceled(uint id);
event ProposalQueued(uint id, uint eta);
event ProposalExecuted(uint id);Function signatures
State variables
Quorum
Voting Delay
Voting Period
Proposal state lifecycle
Governor Parameter Changes
Last updated
Was this helpful?

