We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3f4d6 commit b42ae69Copy full SHA for b42ae69
contracts/governance/extensions/GovernorVotes.sol
@@ -12,6 +12,7 @@ import {SafeCast} from "../../utils/math/SafeCast.sol";
12
* @dev Extension of {Governor} for voting weight extraction from an {ERC20Votes} token, or since v4.5 an {ERC721Votes} token.
13
*/
14
abstract contract GovernorVotes is Governor {
15
+ /// @custom:oz-upgrades-unsafe-allow state-variable-immutable
16
IERC5805 public immutable token;
17
18
constructor(IVotes tokenAddress) {
0 commit comments