i_dancurrent-tomato
    Updated 5 days ago
    SELECT
    COUNT(tx_hash) AS Transactions
    , COUNT(from_address) AS Wallets
    , SUM(tx_fee) AS Fees
    FROM ronin.core.fact_transactions
    WHERE block_timestamp >= '2025-01-01'
    Last run: 5 days ago
    TRANSACTIONS
    WALLETS
    FEES
    1
    8710861587108615209413.994626155
    1
    38B
    5s