lagandispenserQ66dayIN
Updated 2022-04-19
9
1
2
3
4
›
⌄
SELECT date_trunc('day', block_timestamp) as day, count(distinct to_address) as unique_wallets
FROM ethereum.dex_swaps WHERE lower(token_address) = lower('0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272') AND direction = 'IN'
--AND balance >= 0
GROUP by day
Run a query to Download Data