feyikemiUnlockable
Updated 2024-11-03
9
1
2
3
4
5
6
7
›
⌄
SELECT
DATE_TRUNC('Month', UNLOCK_TIMESTAMP) AS Month,
SUM(OLAS_AMOUNT) AS "TOTAL veOLAS UNLOCK",
SUM("TOTAL veOLAS UNLOCK") OVER (ORDER BY MONTH) AS "CUMULATIVE veOLAS UNLOCK"
FROM crosschain.olas.ez_olas_locking
WHERE EVENT_NAME = 'Deposit'
GROUP BY MONTH
QueryRunArchived: QueryRun has been archived