Governor
The GovernorAlpha contract is an adapted clone of Compound’s governance model.
MAKING A PROPOSAL
function propose(
address[] memory targets,
uint256[] memory values,
string[] memory signatures,
bytes[] memory calldatas,
string memory description
) public returns (uint256) Name
Type
Description
VOTING A PROPOSAL
Name
Type
Description
QUEUEING A PROPOSAL
Name
Type
Description
EXECUTING A PROPOSAL
Name
Type
Description
Last updated