Multipartite2022-06-24 Slash events in 2022-05 (Terra depeg)
    Updated 2022-06-24
    SELECT *,
    POWER(10,-8) * asset_e8 AS slash_rune_amount,
    SPLIT(pool_name, '-')[0] AS coin_type
    FROM thorchain.slash_amounts
    WHERE (block_timestamp BETWEEN '2022-05-01' AND '2022-06-01')
    AND (asset = 'THOR.RUNE')
    ORDER BY block_id ASC
    Run a query to Download Data