Skip to main content

Table Details

PropertyValue
Table Namefilecoin.metrics.overview
Table StatusBeta 🌱
Unique Keyactivity_date

Table Columns

Column NameData TypeDescription
chainVARCHAR(16777216)Slug identifying the blockchain this record belongs to (e.g. ethereum, base, avalanche, solana). In per-chain tables this is always the same value; in cross-chain tables it identifies which chain the row came from.
activity_dateTIMESTAMP_NTZ(9)Calendar date (UTC) for which this metric or aggregate is computed. Only includes fully completed days — the current in-progress day is excluded.
symbolVARCHAR(16777216)Ticker symbol of this token or asset. Short alias for token_symbol used in tables that preserve the original blockchain field naming convention.
nameVARCHAR(16777216)Name of this token or asset. Short alias for token_name used in tables that preserve the original blockchain field naming convention.
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 symbol of the project token (same as native token for most chains)
project_token_nameVARCHAR(16777216)The name of the project token (same as native token for most chains)
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_tipsetsNUMBER(38,0)The total number of tipsets produced on the given date.
total_blocksNUMBER(38,0)Total number of blocks produced on this date.
avg_tipset_timeFLOATThe average time between tipsets in seconds.
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_addressesNUMBER(38,0)Number of distinct wallet addresses that initiated at least one successful transaction on this date.
new_addressesNUMBER(38,0)Number of distinct wallet addresses that sent their very first transaction on this date (nonce = 0).
returning_addressesNUMBER(38,0)Number of distinct wallet addresses that sent a transaction on this date but are not new (nonce > 0).
total_transactionsNUMBER(38,0)Total number of transactions processed in this aggregated time period or entity scope.
success_transactionsNUMBER(38,0)Number of transactions that executed successfully (receipt_status = 1) on this date.
failed_transactionsNUMBER(38,0)Number of transactions that reverted or failed (receipt_status = 0) on this date.
transaction_feesFLOATTotal gas fees paid for this transaction in the chain’s native token.
transaction_fees_usdFLOATTotal gas fees paid for this transaction, converted to USD.
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
total_base_fee_burnFLOATTotal base fee burn in FIL (permanently destroyed).
total_overestimation_burnFLOATTotal gas overestimation burn in FIL (permanently destroyed).
total_miner_tipFLOATTotal miner tips paid in FIL.
total_miner_penaltyFLOATTotal miner penalties in FIL (permanently destroyed).
total_fil_burnedFLOATTotal FIL burned (base_fee_burn + overestimation_burn + miner_penalty).
total_gas_usedNUMBER(38,0)Total gas units consumed.
total_base_fee_burn_usdFLOATTotal base fee burn in USD.
total_overestimation_burn_usdFLOATTotal gas overestimation burn in USD.
total_miner_tip_usdFLOATTotal miner tips paid in USD.
total_miner_penalty_usdFLOATTotal miner penalties in USD.
total_fil_burned_usdFLOATTotal FIL burned in USD.
native_transfer_countNUMBER(38,0)The total number of native FIL transfers.
native_transfer_volumeFLOATThe total volume of native FIL transfers in FIL.
native_transfer_volume_usdFLOATThe total volume of native FIL transfers in USD.
fevm_transfer_countNUMBER(38,0)The total number of FEVM (ERC20-like) token transfers.
fevm_transfer_volumeFLOATThe total volume of FEVM token transfers in native token units.
fevm_transfer_volume_usdFLOATThe total volume of FEVM token transfers in USD.
total_miner_rewardsFLOATTotal miner rewards in FIL (block rewards + miner tips), derived from miner balance changes in actor_state_snapshots.
total_miner_rewards_usdFLOATTotal miner rewards in USD.
deals_publishedNUMBER(38,0)The number of storage deal proposals published.
deals_activatedNUMBER(38,0)The number of storage deals activated.
deals_terminatedNUMBER(38,0)The number of storage deals terminated early.
deals_completedNUMBER(38,0)The number of storage deals completed successfully.
total_deal_size_gibFLOATTotal size of published deals in GiB.
sectors_precommittedNUMBER(38,0)The number of sectors pre-committed.
sectors_provecommittedNUMBER(38,0)The number of sectors prove-committed (standard 2-step sealing).
sectors_provecommitted_niNUMBER(38,0)The number of sectors prove-committed non-interactively (1-step sealing, no separate precommit).
sectors_replica_updatedNUMBER(38,0)The number of existing sectors that had their data replaced via Snap Deals (replica_update).
sectors_net_growthNUMBER(38,0)Net new sector growth (provecommitted + provecommitted_ni - precommitted).
avg_sealing_time_secondsFLOATAverage sealing time in seconds (provecommit - precommit, standard 2-step only).
median_sealing_time_secondsFLOATMedian sealing time in seconds (standard 2-step only).
deals_renewedNUMBER(38,0)Number of deal proposals that renew previously stored content (same piece_cid in an earlier deal).
deal_renewal_rateFLOATFraction of deal proposals that are renewals of previously stored content.
deals_renewed_1mNUMBER(38,0)Renewed deals where the previous deal’s duration was under 1 month.
deal_renewal_rate_1mFLOATRenewal rate for deals where the previous deal’s duration was under 1 month.
deals_renewed_3mNUMBER(38,0)Renewed deals where the previous deal’s duration was 1 to 3 months.
deal_renewal_rate_3mFLOATRenewal rate for deals where the previous deal’s duration was 1 to 3 months.
deals_renewed_6mNUMBER(38,0)Renewed deals where the previous deal’s duration was under 6 months.
deal_renewal_rate_6mFLOATRenewal rate for deals where the previous deal’s duration was under 6 months.
deals_renewed_1yNUMBER(38,0)Renewed deals where the previous deal’s duration was 6 months to 1 year.
deal_renewal_rate_1yFLOATRenewal rate for deals where the previous deal’s duration was 6 months to 1 year.
deals_renewed_2yNUMBER(38,0)Renewed deals where the previous deal’s duration was 1 to 2 years.
deal_renewal_rate_2yFLOATRenewal rate for deals where the previous deal’s duration was 1 to 2 years.
deals_renewed_2y_plusNUMBER(38,0)Renewed deals where the previous deal’s duration was over 2 years.
deal_renewal_rate_2y_plusFLOATRenewal rate for deals where the previous deal’s duration was over 2 years.
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