mucryptorandom
    Updated 2023-01-13
    select *
    FROM ethereum.core.dim_labels
    WHERE
    -- event_name = 'Swap'
    address = '0x0a3f6849f78076aefadf113f5bed87720274ddc0'
    -- block_timestamp::DATE BETWEEN '2022-06-01' and '2022-06-30'
    limit 100;
    Run a query to Download Data