flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Gas as a proxy of activity in 2022
itsxenux
Gas as a proxy of activity in 2022
Updated 2022-06-04
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
sum
(
gas_used
*
gas_price
/
1e18
)
as
eth_gas
,
count
(
tx_id
)
as
txs
,
sum
(
fee_usd
)
as
usd_fee
from
ethereum
.
transactions
where
to_label
=
'sushiswap'
and
date
(
block_timestamp
)
>=
'2022-01-01'
Results
Run a query to Download Data