theericstoneUntitled Query
    Updated 2022-04-20
    select * FROM
    ethereum_core.fact_event_logs
    where event_name = 'Swap'
    and block_timestamp > current_date - 3;
    Run a query to Download Data