Governor
Code
Address
Events, Read-Only Functions, and State-Changing Functions
Last updated
Last updated
event ProposalCanceled(uint id);event ProposalQueued(uint id, uint eta, uint tid);event ProposalExecuted(uint id, bool succeeded);event ProposalFeeSet(uint oldProposalFee, uint proposalFee);function propose(address target, string memory signature, bytes memory callData, string memory description) public returns (uint)function castVote(uint proposalId, bool support) external