USER_COUNT | TX_COUNT | |
---|---|---|
1 | 772741 | 21522951142 |
Flipside Teamoverview total
Updated 5 hours ago
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
-- Shout out to Hessish's TurboTap Dashboard!
-- https://flipsidecrypto.xyz/Hessish/turbo-tap-9t6b2f
-- forked from Hessish / tabtrb - tap ovr @ https://flipsidecrypto.xyz/Hessish/q/euEsx-iD5YTw/tabtrb---tap-ovr
select
(select count(signer_) from datascience_public_misc.eclipse_analytics.signer_first_turbotap) as user_count,
(select sum(tx_count) from datascience_public_misc.eclipse_analytics.daily_turbotap) as tx_count
from dual;
Last run: about 5 hours agoAuto-refreshes every 6 hours
1
22B
1s