Eman-RazStats of Staking Volume
Updated 2024-10-09
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select event_name as "Event",
MAX(decoded_log:amount/pow(10,18)) as "Max",
avg(decoded_log:amount/pow(10,18)) as "Avg",
median(decoded_log:amount/pow(10,18)) as "Median",
min(decoded_log:amount/pow(10,18)) as "Min",
from blast.core.ez_decoded_event_logs
where decoded_log:service='0x5ff315aa82a8b2b435f866d20ecd46959999bdcd'
and contract_address='0xe1784da2b8f42c31fb729e870a4a8064703555c2'
and block_timestamp::date between '{{Start_Date}}' and '{{End_Date}}'
group by 1
Auto-refreshes every 24 hours
QueryRunArchived: QueryRun has been archived