Datafi2023-05-20 09:05 PM
    Updated 2023-06-05
    select
    -- distinct currency
    *
    from evmos.core.fact_transfers
    where block_timestamp >= current_date - interval '7 days'
    and tx_succeeded
    -- limit 10
    Run a query to Download Data