Fortress
Search…
Fortress Credit and Lending
FTS Tokenomics
Supplying Assets
Borrowing Assets
FAI Stablecoin (Depreciated)
Interest Rates
Governance
FTS
Delegate
Delegate By Signature
Get Current Votes
Get Prior Votes
Fortress Governance
Quorum Votes
Proposal Threshold
Proposal Max Operations
Voting Delay
Voting Period
Propose
Queue
Execute
Cancel
Get Actions
Get Receipt
State
Cast Vote
Cast Vote By Signature
Timelock
Pause Guardian
Forced Liquidations
Smart Contracts
Guides
Road Map
Protocol Documentation
Getting Started
fTokens
Unitroller
Security
Powered By
GitBook
Quorum Votes
The required minimum number of votes in support of a proposal for it to succeed.
function quorumVotes() public pure returns (uint)
RETURN: The minimum number of votes required for a proposal to succeed.
Solidity
GovernorAlpha gov = GovernorAlpha(0x123...); // contract address
uint quorum = gov.quorumVotes();
Web3 1.2.6
const quorum = await gov.methods.quorumVotes().call();
Previous
Fortress Governance
Next
Proposal Threshold
Last modified
1yr ago
Copy link
Outline
Solidity
Web3 1.2.6