flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
drone-mostafa
Untitled Query
Updated 2022-06-29
Copy Reference
Fork
9
1
2
3
›
⌄
select
count
(
distinct
ETH_FROM_ADDRESS
)
as
Users
,
sum
(
amount
)
as
"Total ETH deposit"
from
ethereum
.
core
.
ez_eth_transfers
where
ORIGIN_TO_ADDRESS
=
lower
(
'0xae0Ee0A63A2cE6BaeEFFE56e7714FB4EFE48D419'
)
and
ORIGIN_FUNCTION_SIGNATURE
=
'0xb6b55f25'
Results
Run a query to Download Data