Skip to main content
Schema: crosschain.cosmos Table: fact_governance_votes Type: View

What

Records of all votes on proposals on Axelar, Cosmos, and Osmosis.

Columns

Column NameData TypeDescription
BLOCKCHAINTEXTThe name of the blockchain
BLOCK_IDNUMBERThe block height the block was recorded at.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block began.
TX_IDTEXTA unique key that identifies a transaction. Called “TxHash” on block explorers.
TX_SUCCEEDEDBOOLEANTransaction status is “TRUE” if the transaction was successful, “FALSE” if the transaction failed.
VOTERTEXTAddress of the delegator that voted on the proposal.
PROPOSAL_IDNUMBERNumeric ID that corresponds to the proposal.
VOTE_OPTIONVARIANTHow the delegator voted on the proposal.
VOTE_WEIGHTFLOATVOTE_WEIGHT column
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.
FACT_GOVERNANCE_VOTES_IDTEXTThe unique identifier for each row in the table.