jackguyNew Year, New LUNA 4
    Updated 2023-01-09
    select
    date_trunc('day', block_timestamp),
    action,
    count(*),
    sum(amount)


    from terra.core.ez_staking
    group by 1,2
    Run a query to Download Data