flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
outgoing transactions over time
msafadoost
outgoing transactions over time
Updated 2022-06-15
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
DATE
(
BLOCK_TIMESTAMP
)
,
COUNT
(
TX_ID
)
FROM
flipside_prod_db
.
ethereum
.
udm_events
WHERE
FROM_ADDRESS
IN
(
SELECT
ADDRESS
FROM
flipside_prod_db
.
crosschain
.
address_labels
WHERE
ADDRESS_NAME
=
'celsius wallet'
GROUP
by
1
)
GROUP
by
1
ORDER
by
1
Results
Run a query to Download Data