Flipside Teamunlockables velos
    Updated 9 hours ago
    select
    date_trunc('month',UNLOCK_TIMESTAMP) as Month,
    sum(OLAS_AMOUNT) as "Volume unlockable",
    sum("Volume unlockable") over (order by Month) as "Cumulative volume unlockable"

    from crosschain.olas.ez_olas_locking
    where EVENT_NAME = 'Deposit'
    group by 1
    order by 1 desc
    Last run: about 9 hours agoAuto-refreshes every 12 hours
    MONTH
    Volume unlockable
    Cumulative volume unlockable
    1
    2028-12-01 00:00:00.00011433.836539251266060920.682182
    2
    2028-11-01 00:00:00.000551266049486.845643
    3
    2028-09-01 00:00:00.00010500266048935.845643
    4
    2028-08-01 00:00:00.00020000266038435.845643
    5
    2028-05-01 00:00:00.0000266018435.845643
    6
    2028-04-01 00:00:00.0001036548266018435.845643
    7
    2028-03-01 00:00:00.000357.63264981887.845643
    8
    2028-02-01 00:00:00.00010264981530.215643
    9
    2028-01-01 00:00:00.000420264981520.215643
    10
    2027-11-01 00:00:00.0001032.5264981100.215643
    11
    2027-08-01 00:00:00.000420.69264980067.715643
    12
    2027-07-01 00:00:00.0007324.640794727264979647.025643
    13
    2026-11-01 00:00:00.000249995264972322.384848
    14
    2026-07-01 00:00:00.000102279489264722327.384848
    15
    2026-05-01 00:00:00.000500162442838.384848
    16
    2026-01-01 00:00:00.000337492162442338.384848
    17
    2025-12-01 00:00:00.000692.302049925162104846.384848
    18
    2025-10-01 00:00:00.0003333262162104154.082798
    19
    2025-09-01 00:00:00.000510158770892.082798
    20
    2025-07-01 00:00:00.00029999970.8158770382.082798
    42
    2KB
    1s