flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Base - Fee/Emission | TKV
Healthy Defi KPIs
Base - Fee/Emission | TKV
Updated 2024-11-24
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
*
from
(
select
'Base'
as
chain
,
date
(
block_timestamp
)
as
datetime
,
'ETH'
as
symbol
,
Null
as
token_contract
,
sum
(
TX_FEE
)
as
fees_token
from
base
.
core
.
fact_transactions
group
by
1
,
2
,
3
)
where
datetime
>=
current_date
(
)
-
30
Results
QueryRunArchived: QueryRun has been archived