vendettamost gas month copy
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
-- forked from bdd45e0c-ca58-4954-9038-fd84b16c1811
SELECT TOP 10 tx_receiver
,sum(gas_used)
FROM flipside_prod_db.mdao_near.transactions
WHERE BLOCK_TIMESTAMP >= DATEADD(day,-30,GETDATE())
and BLOCK_TIMESTAMP <= getdate()
GROUP BY tx_receiver
ORDER BY 2 DESC
Run a query to Download Data