SniperTotal Transactions
    Updated 6 days ago
    select
    count(DISTINCT TX_HASH) as "Transactions",
    count(distinct FROM_ADDRESS) as "Active Users",
    sum(tx_fee) as "Fees (SWELL)"
    from
    swell.core.fact_transactions
    where
    TX_SUCCEEDED = 'TRUE'
    -- and block_timestamp :: Date >= '2024-12-01'
    Last run: 6 days ago
    Transactions
    Active Users
    Fees (SWELL)
    1
    6785636162731.801190707
    1
    29B
    2s