flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Total XDAI stats
Sbhn_NP
Total XDAI stats
Updated 2022-10-16
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
with
main
as
(
select
count
(
distinct
(
origin_from_address
)
)
as
count_sender
,
count
(
distinct
(
tx_hash
)
)
as
tx_count
,
sum
(
amount
)
as
xdai_transferred
from
gnosis
.
core
.
ez_xdai_transfers
where
block_timestamp
>=
'2022-10-01'
)
select
*
from
main
Results
Run a query to Download Data