Moloch v3 Data Functions
Query
DAOs
findDao
: #L35 (opens in a new tab)listDaos
: #L131 (opens in a new tab)
Members
findMember
: #L38 (opens in a new tab)listMembers
: #L72 (opens in a new tab)listDaosByMember
: #L116 (opens in a new tab)listProposalVotesByMember
: #L161 (opens in a new tab)
Proposals
findProposal
: #L35 (opens in a new tab)listProposals
: #L79 (opens in a new tab)listVotes
: #L126 (opens in a new tab)
Proposal Status
isProposalUnsponsored
: #L9 (opens in a new tab)isProposalCancelled
: #L15 (opens in a new tab)isProposalPassed
: #L18 (opens in a new tab)isProposalActionFailed
: #L21 (opens in a new tab)isProposalInVoting
: #L24 (opens in a new tab)isProposalInGrace
: #L31 (opens in a new tab)isProposalExpired
: #L36 (opens in a new tab)proposalNeedsProcessing
: #L44 (opens in a new tab)isProposalFailed
: #L51 (opens in a new tab)passedQuorum
: #L86 (opens in a new tab)getProposalStatus
: #L94 (opens in a new tab)
Vaults
listTokenBalances
: #L11 (opens in a new tab)
Transactions
findTransaction
: #L22 (opens in a new tab)listTransactions
: #L54 (opens in a new tab)
DAO Database Records
findRecord
: #L30 (opens in a new tab)listRecords
: #L64 (opens in a new tab)
Paging
DEFAULT_RECORDS_PER_PAGE
: #L3 (opens in a new tab)paginateResponse
: #L9 (opens in a new tab)createPaging
: #L14 (opens in a new tab)
Proposal Filters
statusFilter
: #L4 (opens in a new tab)
Data Transformers
transformProposal
: #L19 (opens in a new tab)transformTokenBalances
: #L28 (opens in a new tab)transformMembershipList
: #L43 (opens in a new tab)getDaoAvatarImg
: #L80 (opens in a new tab)addDaoProfileFields
: #L97 (opens in a new tab)addParsedContent
: #L125 (opens in a new tab)