function castVote(uint proposalId, uint8 support) external
function castVoteWithReason(
function state(uint proposalId) public view returns (ProposalState)
address[] memory targets,
string[] memory signatures,
bytes[] memory calldatas,
string memory description
function execute(uint proposalId) external payable
function queue(uint proposalId) external
function cancel(uint proposalId) external