vendettaUntitled Query
    Updated 2022-09-02
    SELECT
    *
    FROM
    solana.core.fact_swaps
    WHERE
    BLOCK_TIMESTAMP >= CURRENT_DATE - 2
    AND contract_address = LOWER('0x397FF1542f962076d0BFE58eA045FfA2d347ACa0')
    -- this is the USDC-WETH SushiSwap Pool Address
    AND SWAPPER IN ('Swap')
    Run a query to Download Data