boomer77steth metrics
Updated 2021-10-07
9
1
2
3
4
›
⌄
select date_trunc('day', block_timestamp) as block_day, sum(amount) as volume, avg(amount) as average_staked, count(distinct origin_address) as stakers
from ethereum.udm_events
where symbol = 'stETH' and contract_address = '0xae7ab96520de3a18e5e111b5eaab095312d7fe84' and amount is not null
group by 1
Run a query to Download Data