Skip to main content
Schema: osmosis.stats Table: ez_core_metrics_hourly Type: View A convenience table that aggregates block and transaction related metrics using various aggregate functions such as SUM, COUNT, MIN and MAX from the fact_transactions table, on an hourly basis. Stats for the current hour will be updated as new data arrives.

Columns

Column NameData TypeDescription
BLOCK_TIMESTAMP_HOURTIMESTAMP_NTZThe hour of the timestamp of the block.
BLOCK_NUMBER_MINNUMBERThe minimum block id in the hour.
BLOCK_NUMBER_MAXNUMBERThe maximum block id in the hour.
BLOCK_COUNTNUMBERThe number of blocks in the hour.
TRANSACTION_COUNTNUMBERThe number of transactions in the hour.
TRANSACTION_COUNT_SUCCESSNUMBERThe number of successful transactions in the hour.
TRANSACTION_COUNT_FAILEDNUMBERThe number of failed transactions in the hour.
UNIQUE_FROM_COUNTNUMBERThe number of unique tx_from addresses in the hour.
TOTAL_FEES_NATIVEFLOATThe sum of all fees in the hour, in the native fee currency.
TOTAL_FEES_USDFLOATThe sum of all fees in the hour, in USD.
EZ_CORE_METRICS_HOURLY_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.