Skip to main content

Table Details

PropertyValue
Table Namebotanix.metrics.overview
Table StatusProduction-Ready
Unique Keyactivity_date

Table Columns

Column NameData TypeDescription
chainVARCHAR(16777216)The name of the blockchain
activity_dateTIMESTAMP_NTZ(9)The date for which metrics are being calculated. Only includes completed days.
symbolVARCHAR(16777216)The ticker symbol of the native token
nameVARCHAR(16777216)The name of the native token
price_median_usdFLOATThe median price of the native token in USD
market_cap_usdFLOATThe market capitalization of the native token in USD
project_token_symbolVARCHAR(16777216)The ticker symbol of the project token, if different from the native token
project_token_nameVARCHAR(16777216)The name of the project token, if different from the native token
project_token_price_median_usdFLOATThe median price of the project token in USD
project_token_market_cap_usdFLOATThe market capitalization of the project token in USD
project_token_total_volume_usdFLOATThe total trading volume of the project token in USD
total_blocksNUMBER(38,0)The total number of blocks produced
avg_network_utilisationFLOATThe average network utilisation as a percentage of gas used vs gas limit
avg_block_sizeFLOATThe average block size in bytes
avg_block_timeFLOATThe average time between blocks
avg_transactions_per_secondFLOATThe average number of transactions per second, calculated as the average number of transactions per block divided by the average block time (in seconds)
active_contractsNUMBER(38,0)The total number of distinct smart contracts that have been interacted with
new_deployed_contractsNUMBER(38,0)The total number of new smart contracts deployed
distinct_contract_deployersNUMBER(38,0)The number of distinct addresses that have deployed smart contracts
active_addressesNUMBER(38,0)The number of distinct wallet addresses that have initiated successful transactions
new_addressesNUMBER(38,0)The number of distinct wallet addresses that have initiated their first successful transactions, i.e. where nonce = 0
returning_addressesNUMBER(38,0)The number of distinct wallet addresses, that are not new, that have initiated successful transactions, i.e. where nonce > 0
total_transactionsNUMBER(38,0)The total number of transactions, including both successful and failed transactions
success_transactionsNUMBER(38,0)The total number of successful transactions only
failed_transactionsNUMBER(38,0)The total number of failed transactions only
transaction_feesFLOATThe total transaction fees paid (including L1 and L2 fees), expressed in the native token
transaction_fees_usdFLOATThe total transaction fees paid (including L1 and L2 fees) in USD terms
avg_transaction_feesFLOATThe average transaction fees paid (including L1 and L2 fees) expressed in the native token, excluding system transactions (where applicable) and transactions with 0 fees
avg_transaction_fees_usdFLOATThe average transaction fees paid (including L1 and L2 fees) in USD terms, excluding system transactions (where applicable) and transactions with 0 fees
native_token_avg_transfer_feesFLOATThe average cost to transfer the native token, expressed in the native token
native_token_avg_transfer_fees_usdFLOATThe average cost to transfer the native token, in USD terms
active_addresses_7dNUMBER(38,0)Same as active_addresses but over 7-day rolling window
new_addresses_7dNUMBER(38,0)Same as new_addresses but over 7-day rolling window
returning_addresses_7dNUMBER(38,0)Same as returning_addresses but over 7-day rolling window
active_addresses_28dNUMBER(38,0)Same as active_addresses but over 28-day rolling window. 28 days chosen for equal weekday/weekend weighting
new_addresses_28dNUMBER(38,0)Same as new_addresses but over 28-day rolling window. 28 days chosen for equal weekday/weekend weighting
returning_addresses_28dNUMBER(38,0)Same as returning_addresses but over 28-day rolling window. 28 days chosen for equal weekday/weekend weighting