flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Thor - number of users of bridge
KARTOD
Thor - number of users of bridge
Updated 2022-01-14
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
DATE_TRUNC
(
'day'
,
block_timestamp
)
AS
days
,
count
(
from_address
)
as
users
,
burn_asset
AS
assets
,
SUM
(
rune_amount_usd
)
AS
total_rune_amount
from
thorchain
.
UPGRADES
group
by
days
,
burn_asset
Results
Run a query to Download Data