flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
What's Going On With Gnosis? 2
jackguy
What's Going On With Gnosis? 2
Updated 2022-10-16
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
date_trunc
(
'week'
,
block_timestamp
)
as
week
,
count
(
DISTINCT
from_address
)
as
users
,
count
(
DISTINCT
tx_hash
)
as
events
FROM
gnosis
.
core
.
fact_transactions
GROUP
BY
1
Results
Run a query to Download Data