flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
compare dep and withdraw
elsina
compare dep and withdraw
Updated 2025-02-07
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
event_name
,
count
(
distinct
origin_from_address
)
as
user_count
,
count
(
distinct
tx_hash
)
as
tx_count
,
count
(
distinct
contract_name
)
as
token_count
from
swell
.
core
.
ez_decoded_event_logs
where
event_name
in
(
'Withdrawal'
,
'Deposit'
)
group
by
1
Results
Last run: about 2 months ago
EVENT_NAME
USER_COUNT
TX_COUNT
TOKEN_COUNT
1
Deposit
912
5374
14
2
Withdrawal
705
4302
1
1
2
51B
3s