flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
near 4
bachi
near 4
Updated 2022-07-27
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
tx_receiver
as
contract
,
round
(
sum
(
gas_used
/
POW
(
10
,
12
)
)
,
2
)
as
total_gas
FROM
near
.
core
.
fact_transactions
where
block_timestamp
>=
dateadd
(
day
,
-
90
,
getdate
(
)
)
GROUP
BY
tx_receiver
ORDER
BY
total_gas
DESC
limit
10
Results
Run a query to Download Data