shreyash-5873Total Power Slashed in the last 12 months
    Updated 2021-07-11
    select
    sum(event_attributes:power) / POW(10, 6) as total_power_slashed
    from terra.transitions
    where event = 'slash'
    and block_timestamp >= current_date() - 365;
    Run a query to Download Data