ProposalGovernor
State Variables
_BALLOT_TYPEHASH
bytes32 internal constant _BALLOT_TYPEHASH =
keccak256("Ballot(uint256 proposalId,uint8 support,address voter,uint256 nonce)");_EXTENDED_BALLOT_TYPEHASH
bytes32 internal constant _EXTENDED_BALLOT_TYPEHASH =
keccak256("ExtendedBallot(uint256 proposalId,uint8 support,address voter,uint256 nonce,string reason,bytes params)");SUPER_MAJORITY_PERCENTAGE
uint256 public constant SUPER_MAJORITY_PERCENTAGE = Constants.SUPER_MAJORITY_PERCENTAGE;ProposalGovernorStorageLocation
Functions
_getProposalGovernorStorage
__ProposalGovernor_init
setQuorumPercentage
Name
Type
Description
setProposalThresholdPercentage
Name
Type
Description
setVotingDelay
Name
Type
Description
setVotingPeriod
Name
Type
Description
castVote
Name
Type
Description
Name
Type
Description
castVoteWithReason
Name
Type
Description
Name
Type
Description
castVoteWithReasonAndParams
Name
Type
Description
Name
Type
Description
castVoteBySig
Name
Type
Description
Name
Type
Description
castVoteWithReasonAndParamsBySig
Name
Type
Description
Name
Type
Description
_castVote
_castVote
state
hasVoted
Name
Type
Description
getReceipt
Name
Type
Description
getProposalVotes
Name
Type
Description
votingDelay
Name
Type
Description
votingPeriod
Name
Type
Description
quorumPercentage
Name
Type
Description
proposalThresholdPercentage
Name
Type
Description
getBallotTransactionHash
getBallotStructHash
getExtendedBallotTransactionHash
getExtendedBallotStructHash
coreId
version
clock
CLOCK_MODE
_countVote
_voteSucceeded
Name
Type
Description
supportsInterface
Structs
ProposalGovernorStorage
Last updated
