rajsUntitled Query
    Updated 2022-06-22
    SELECT
    *
    from ethereum.core.fact_transactions
    where from_address IN
    (
    SELECT
    address
    from flipside_prod_db.crosschain.address_labels
    where project_name ilike '%celsius%'
    )
    and block_timestamp >= CURRENT_DATE - interval '90 days'
    -- order by 2 desc
    Run a query to Download Data