Skip to main content

Neutron

This page presents the available tables for Neutron.

Raw Tables

This table provides a comprehensive overview of every action and occurrence within the Cosmos blockchain ecosystem. It includes detailed information about each block's transactions, enabling the analysis of the blockchain's behavior and evolution over time.

Column NameTypeDescription
block_heightINTEGERUnique identifier for each block in blockchain sequence
block_timestampTIMESTAMPTimestamp when block was mined or added to blockchain
event_indexINTEGERSequence number within block for individual event occurrence
event_typeSTRINGType of event triggered in blockchain (e.g., transaction, governance)
event_attributesJSONAdditional attributes related to event occurrence
sourceSTRINGBlockchain network or chain that produced the event data
schema_versionINTEGERVersion of schema used to export event data
ingestion_timestampTIMESTAMPTimestamp when data was ingested into the dataset

Parsed Tables

Cosmos Delegatefuscation event monitoring table. This table provides an overview of changes to the state of Cosmos validators and their stakeholders, providing valuable insights into the dynamic workings of the Cosmos network.

Column NameTypeDescription
block_heightINTEGERUnique identifier assigned to each block in the blockchain
block_timestampTIMESTAMPTimestamp (UTC time) when the block was proposed to the network
tx_hashSTRINGUnique reference to a transaction recorded on the blockchain
tx_indexINTEGEROrdinal index of the transaction within a block
message_indexINTEGEROrdinal index of the execution message within a block
action_indexINTEGEROrdinal index of the atomic execution step within a message
senderSTRINGPublic address of the entity initiating a transaction
validatorSTRINGPublic address of the validator handling the transaction
token_amountBIGNUMERICQuantity of tokens transferred or swapped in a transaction
token_denomSTRINGStandardized identifier denoting the token type (e.g., ATOM, USDT)
new_sharesFLOATUpdated shares of a delegator post-delegation change
ingestion_timestampTIMESTAMPTimestamp (UTC time) of when the data is ingested into the database