flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
ethereum balances
theericstone
ethereum balances
Updated 2023-03-24
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
user_address
,
'ETH'
as
currency
,
balance
/
pow
(
10
,
18
)
as
token_balance
from
ethereum
.
core
.
fact_eth_balances
where
date_trunc
(
'day'
,
block_timestamp
)
=
'{{date}}'
and
token_balance
>=
{
{
min_balance
}
}
;
Results