samUntitled Query
    Updated 2022-08-16
    select
    deposit_type,
    block_timestamp,
    unlock_date,
    datediff(day, block_timestamp, unlock_date)
    from optimism.velodrome.ez_velo_locks
    where velo_action = 'deposit'
    limit 100

    Run a query to Download Data