mucryptoquery 1
    select *
    from ethereum.core.fact_decoded_event_logs
    where block_timestamp >= current_date - 6
    and contract_address = lower('0x397FF1542f962076d0BFE58eA045FfA2d347ACa0')
    and event_name in ('Swap')
    Run a query to Download Data