Updated 2025-06-19
    SELECT
    count(DISTINCT tx_hash) as trasactions,
    count(DISTINCT from_address) as active_wallets,
    sum(TX_FEE_PRECISE) as tx_fee_eth
    FROM ink.core.fact_transactions
    where TX_SUCCEEDED



    Last run: about 1 month ago
    TRASACTIONS
    ACTIVE_WALLETS
    TX_FEE_ETH
    1
    5356908240471167.758947231
    1
    32B
    34s