SocioAnalyticaTotal Users
Updated 2024-10-20
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
-- forked from SocioCrypto / Total Users @ https://flipsidecrypto.xyz/SocioCrypto/q/mNqa9qg8v49f/total-users
-- forked from Addresses Involved @ https://flipsidecrypto.xyz/edit/queries/9fb6454c-7914-4fc9-8706-1a435709c905
-- forked from Users and D/W/MAU @ https://flipsidecrypto.xyz/edit/queries/91a6f4ac-a5db-4a7f-8e9e-b82ee58bc4eb
SELECT
count(DISTINCT user) as Total_users
FROM (
SELECT sender as user
FROM axelar.defi.ez_bridge_satellite
UNION
select sender as user
FROM axelar.defi.ez_bridge_squid
)
QueryRunArchived: QueryRun has been archived