binhachon$RUNE Upgrades
Updated 2022-06-26
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
select
date_trunc('week', block_timestamp) as time,
burn_asset,
count(distinct from_address) as number_of_users,
count(distinct to_address) as number_of_users_1,
count(*) as frequency,
sum(rune_amount) as rune_amount
from flipside_prod_db.thorchain.upgrades
where time >= getdate() - interval'3 months'
group by 1, 2
Run a query to Download Data