lagandispenserQ66yearOUT
    Updated 2022-04-19
    SELECT date_trunc('year', block_timestamp) as year, 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 year
    Run a query to Download Data