flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Withdrawal Transactions Number
kingharald-eth
Withdrawal Transactions Number
Updated 2022-09-06
Copy Reference
Fork
9
1
2
›
⌄
select
count
(
distinct
(
tx_hash
)
)
as
tx_num
,
count
(
distinct
(
withdrawer
)
)
as
withdrawers_num
from
ethereum
.
maker
.
ez_withdrawals
where
tx_status
=
'SUCCESS'
Results
Run a query to Download Data