Skip to main content

Nillion

This page presents the available tables for Nillion.

Raw Tables

This table contains block-level events from the Cosmos ecosystem, capturing system events that occur at the block level rather than within individual transactions.

Column NameTypeDescription
block_heightINTEGERUnique identifier for each block in the blockchain
block_timestampTIMESTAMPTimestamp when the block was created in the blockchain
event_indexINTEGERIndex of the event within the message or transaction
event_typeSTRINGType of event occurring on the blockchain
event_attributesJSONJSON object containing event attributes
sourceSTRINGSource of the event data
schema_versionINTEGERVersion of the data schema
ingestion_timestampTIMESTAMPTimestamp when the data was ingested into the database

Parsed Tables

This table tracks IBC (Inter-Blockchain Communication) receive transactions across the Cosmos ecosystem, enabling users to visualize and analyze IBC transfers.

Column NameTypeDescription
keySTRING
block_timestampTIMESTAMPTimestamp when the block was created in the blockchain
block_heightINTEGERUnique identifier for each block in the blockchain
block_sectionSTRING
block_section_indexINTEGER
tx_hashSTRINGUnique transaction hash identifier within the network
tx_indexINTEGERPosition of the transaction within the block
message_indexINTEGERIndex of the message within a transaction
event_indexINTEGERIndex of the event within the message or transaction
action_indexINTEGERIndex of the action within a message
action_subindexINTEGER
senderSTRINGAddress of the account initiating the transaction
receiverSTRINGAddress of the account receiving tokens
token_amountBIGNUMERICQuantity of tokens transferred
token_denomSTRINGDenomination or unit of the token
token_pathSTRINGRoute of token transfer between chains
memoSTRINGOptional note accompanying a transaction
src_channelSTRING
dst_channelSTRING
connectionSTRING
sequenceSTRING
ackSTRING
ingestion_timestampTIMESTAMPTimestamp when the data was ingested into the database