CompoundVotingMachine
CompoundVotingMachine based on Compound's governance with a few differences.
Events
ProposalCreated
Parameter name
Annotation
event ProposalCreated(
uint256 id,
address proposer,
address[] targets,
uint256[] values,
string[] signatures,
bytes[] calldatas,
uint256 startBlock,
uint256 endBlock,
string description
);ProposalSucceeded
Parameter name
Annotation
ProposalBridge
Parameter name
Annotation
VoteCast
Parameter name
Annotation
ProposalCanceled
Parameter name
Annotation
ProposalQueued
Parameter name
Annotation
ProposalExecuted
Parameter name
Annotation
ProposalExecutionResult
Parameter name
Annotation
GuardianSet
Parameter name
Annotation
ParametersSet
Parameter name
Annotation
Index
Annotation
propose
Parameter name
Annotation
execute
Parameter name
Annotation
cancel
Parameter name
Annotation
state
Parameter name
Annotation
Field name
Annotation
castVote
Parameter name
Annotation
getChainId
emitSucceeded
Parameter name
Annotation
Last updated
Was this helpful?