flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Gnosis 1.1
sarath
Gnosis 1.1
Updated 2022-10-16
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
sum
(
xdai_value
)
as
amount
,
count
(
distinct
tx_hash
)
as
transactions
,
count
(
distinct
from_address
)
as
unique_users
from
gnosis
.
core
.
fact_transactions
where
xdai_value
>
0
order
by
amount
desc
Results
Run a query to Download Data