flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
advisory-tan
monadmetrics-JFe1_R
advisory-tan
Updated 2025-02-22
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
WITH
total_unique_wallets
AS
(
SELECT
COUNT
(
DISTINCT
from_address
)
AS
total_unique_users
FROM
MONAD
.
testnet
.
fact_transactions
WHERE
block_timestamp
>=
'2025-02-19 15:00:00.000'
-- شروع تستنت
)
SELECT
total_unique_users
FROM
total_unique_wallets
;
Results
Last run: about 1 month ago
TOTAL_UNIQUE_USERS
1
791971
1
1
10B
2s