flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
FF holdings
mhm
FF holdings
Updated 2022-04-27
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
balance_date
::
date
as
date
,
balance
,
'FF'
as
token
from
ethereum
.
erc20_balances
where
user_address
=
lower
(
'0x2Fb9F0ef424b24a8D293999298F392a33Fe6A8b5'
)
and
symbol
=
'FF'
and
balance_date
>=
'2022-01-01'
order
by
1
asc
Results
Run a query to Download Data