flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
rajs
Untitled Query
Updated 2022-06-22
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
SELECT
*
from
ethereum
.
core
.
fact_transactions
where
from_address
IN
(
SELECT
address
from
flipside_prod_db
.
crosschain
.
address_labels
where
project_name
ilike
'%celsius%'
)
and
block_timestamp
>=
CURRENT_DATE
-
interval
'90 days'
-- order by 2 desc
Results
Run a query to Download Data