lagandispenserQ66monthOUT
    Updated 2022-04-19
    SELECT date_trunc('month', block_timestamp) as month, count(distinct to_address) as unique_wallets
    FROM ethereum.dex_swaps WHERE lower(token_address) = lower('0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272') AND direction = 'OUT'
    --AND balance >= 0
    GROUP by month
    Run a query to Download Data