Skip to main content
Schema: osmosis.gov Table: fact_governance_submit_proposal Type: View Records of all proposal submissions on Osmosis, dating back to the Genesis block.

Columns

Column NameData TypeDescription
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.
PROPOSERTEXTThe address of the validator that submitted the proposal.
PROPOSAL_IDNUMBERNumeric ID that corresponds to the proposal.
PROPOSAL_TYPETEXTThe type of proposal that was submitted.
PROPOSAL_TITLETEXTThe title of the governance proposal that was submitted on-chain.
PROPOSAL_DESCRIPTIONTEXTThe description or body of the governance proposal.
FACT_GOVERNANCE_SUBMIT_PROPOSAL_IDTEXT
INSERTED_TIMESTAMPTIMESTAMP_NTZ
MODIFIED_TIMESTAMPTIMESTAMP_NTZ