Governor Compatibility Bravo Upgradeable
Last updated
Last updated
Compatibility layer that implements GovernorBravo compatibility on to of {Governor}. This compatibility layer includes a voting system and requires a {IGovernorTimelock} compatible module to be added through inheritance. It does not include token bindings, not does it include any variable upgrade patterns. Available since v4.3.
Name | Type | Description |
---|---|---|
module:voting
A description of the possible support
values for {castVote} and the way these votes are counted, meant to be consumed by UIs to show correct vote options and interpret the results. The string is a URL-encoded sequence of key-value pairs that each describe one aspect, for example support=bravo&quorum=for,abstain
. There are 2 standard keys: support
and quorum
. - support=bravo
refers to the vote options 0 = For, 1 = Against, 2 = Abstain, as in GovernorBravo
. - quorum=bravo
means that only For votes are counted towards quorum. - quorum=for,abstain
means that both For and Abstain votes are counted towards quorum. NOTE: The string can be decoded by the standard https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams[URLSearchParams
] JavaScript class.
Name | Type | Description |
---|---|---|
Cancels a proposal only if sender is the proposer, or proposer delegates dropped below proposal threshold.
See {IGovernor-castVote}.
See {IGovernor-castVoteBySig}.
See {IGovernor-castVoteWithReason}.
See {IGovernor-execute}.
See {IGovernorCompatibilityBravo-execute}.
See {IGovernorCompatibilityBravo-getActions}.
See {IGovernorCompatibilityBravo-getReceipt}.
module:reputation
Voting power of an account
at a specific blockNumber
. Note: this can be implemented in a number of ways, for example by reading the delegated balance from one (or multiple), {ERC20Votes} tokens.
See {IGovernor-hasVoted}.
See {IGovernor-hashProposal}. The proposal id is produced by hashing the RLC encoded targets
array, the values
array, the calldatas
array and the descriptionHash (bytes32 which itself is the keccak256 hash of the description string). This proposal id can be produced from the proposal data which is part of the {ProposalCreated} event. It can even be computed in advance, before the proposal is submitted. Note that the chainId and the governor address are not part of the proposal id computation. Consequently, the same proposal (with same operation and same description) will have the same id if submitted on multiple governors accross multiple networks. This also means that in order to execute the same operation twice (on the same governor) the proposer will have to change the description in order to avoid proposal id conflicts.
See {IGovernor-name}.
See {IGovernor-proposalDeadline}.
See {IGovernor-proposalSnapshot}.
Part of the Governor Bravo's interface: "The number of votes required in order for a voter to become a proposer".
See {IGovernorCompatibilityBravo-proposals}.
See {IGovernor-propose}.
See {IGovernorCompatibilityBravo-propose}.
See {IGovernorCompatibilityBravo-queue}.
module:user-config
Minimum number of cast voted required for a proposal to be successful. Note: The blockNumber
parameter corresponds to the snaphot used for counting vote. This allows to scale the quroum depending on values such as the totalSupply of a token at this block (see {ERC20Votes}).
See {IGovernorCompatibilityBravo-quorumVotes}.
See {IGovernor-state}.
See {IERC165-supportsInterface}.
See {IGovernor-version}.
module:user-config
delay, in number of block, between the proposal is created and the vote starts. This can be increassed to leave time for users to buy voting power, of delegate it, before the voting of a proposal starts.
module:user-config
delay, in number of blocks, between the vote start and vote ends. Note: the {votingDelay} can delay the start of the vote. This must be considered when setting the voting duration compared to the voting delay.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
_0
bytes32
undefined
_0
string
undefined
proposalId
uint256
undefined
proposalId
uint256
undefined
support
uint8
undefined
_0
uint256
undefined
proposalId
uint256
undefined
support
uint8
undefined
v
uint8
undefined
r
bytes32
undefined
s
bytes32
undefined
_0
uint256
undefined
proposalId
uint256
undefined
support
uint8
undefined
reason
string
undefined
_0
uint256
undefined
targets
address[]
undefined
values
uint256[]
undefined
calldatas
bytes[]
undefined
descriptionHash
bytes32
undefined
_0
uint256
undefined
proposalId
uint256
undefined
proposalId
uint256
undefined
targets
address[]
undefined
values
uint256[]
undefined
signatures
string[]
undefined
calldatas
bytes[]
undefined
proposalId
uint256
undefined
voter
address
undefined
_0
IGovernorCompatibilityBravoUpgradeable.Receipt
undefined
account
address
undefined
blockNumber
uint256
undefined
_0
uint256
undefined
proposalId
uint256
undefined
account
address
undefined
_0
bool
undefined
targets
address[]
undefined
values
uint256[]
undefined
calldatas
bytes[]
undefined
descriptionHash
bytes32
undefined
_0
uint256
undefined
_0
string
undefined
proposalId
uint256
undefined
_0
uint256
undefined
proposalId
uint256
undefined
_0
uint256
undefined
proposalId
uint256
undefined
_0
uint256
undefined
_0
uint256
undefined
proposalId
uint256
undefined
id
uint256
undefined
proposer
address
undefined
eta
uint256
undefined
startBlock
uint256
undefined
endBlock
uint256
undefined
forVotes
uint256
undefined
againstVotes
uint256
undefined
abstainVotes
uint256
undefined
canceled
bool
undefined
executed
bool
undefined
targets
address[]
undefined
values
uint256[]
undefined
calldatas
bytes[]
undefined
description
string
undefined
_0
uint256
undefined
targets
address[]
undefined
values
uint256[]
undefined
signatures
string[]
undefined
calldatas
bytes[]
undefined
description
string
undefined
_0
uint256
undefined
targets
address[]
undefined
values
uint256[]
undefined
calldatas
bytes[]
undefined
descriptionHash
bytes32
undefined
proposalId
uint256
undefined
proposalId
uint256
undefined
blockNumber
uint256
undefined
_0
uint256
undefined
_0
uint256
undefined
proposalId
uint256
undefined
_0
enum IGovernorUpgradeable.ProposalState
undefined
interfaceId
bytes4
undefined
_0
bool
undefined
_0
address
undefined
_0
string
undefined
_0
uint256
undefined
_0
uint256
undefined
proposalId
uint256
undefined
proposalId
uint256
undefined
proposer
address
undefined
targets
address[]
undefined
values
uint256[]
undefined
signatures
string[]
undefined
calldatas
bytes[]
undefined
startBlock
uint256
undefined
endBlock
uint256
undefined
description
string
undefined
proposalId
uint256
undefined
proposalId
uint256
undefined
eta
uint256
undefined
voter indexed
address
undefined
proposalId
uint256
undefined
support
uint8
undefined
weight
uint256
undefined
reason
string
undefined