Flipside Docs
Search
⌃K

Osmosis Fact Governance Votes

Table Schema

osmosis.core.fact_governance_votes
Field
Type
Description
block_id
integer
Unique sequential number that identifies the current block. Called "height" on block explorers.
block_timestamp
timestamp
The time the block began.
blockchain
string
Cross-chain identifier. In this table, blockchain will always be Osmosis.
chain_id
string
ID of the blockchain to connect to, i.e. Osmosis-1.
tx_id
string
A unique key that identifies a transaction. Called "TxHash" on block explorers.
tx_status
string
"SUCCEEDED" if the transaction went through, "FALSE" if the transaction failed.
voter
string
The wallet address of the user voting on the proposal.
proposal_id
integer
A sequential number that identifies the proposal.
vote_option
string
How the user voted on the proposal.
vote_weight
float
The percentage of a user's voting power put towards this vote.