Skip to main content
Schema: cosmos.core Table: fact_msg_attributes Type: View Records of all message attributes associated to messages that have occurred on Cosmos from chain version 4 and beyond. (This info may be available in the msgs column in core.fact_transactions, but we are not parsing it out at this time.)

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 went through, “FALSE” if the transaction failed.
MSG_GROUPTEXTValue grouping different messages together to represent a single action. Format will include the numeric msg_group and msg_sub_group with a ”:” seperator. The subgroup will always be 0 except for “Exec” actions. NULL group means messages are related to the header (overall transaction)
MSG_INDEXNUMBERShort for “message index,” the position in which messages occur in a transaction.
MSG_TYPETEXTA string containing information about the type of message occurring.
ATTRIBUTE_INDEXNUMBERThe position in which attributes occur within a message
ATTRIBUTE_KEYTEXTThe key from the key-value pair from the message attribute
ATTRIBUTE_VALUETEXTThe value from the key-value pair from the message attribute
UNIQUE_KEYTEXTThe unique key for the table.
FACT_MSG_ATTRIBUTES_IDTEXTThe unique identifier for each row in the table.
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.