nitsFF Curators
Updated 2022-04-04
9
1
2
3
4
5
6
›
⌄
SELECT balance_date, count(DISTINCT user_address) as unique_curators
from ethereum.erc20_balances
where lower(contract_address)= lower('0x7E9D8f07A64e363e97A648904a89fb4cd5fB94CD') and balance >= '1000'
and balance_date >= CURRENT_DATE - 210
GROUP by 1
-- limit 10
Run a query to Download Data