ramishoowUntitled Query
    Updated 2023-01-05
    select date_trunc('week',block_timestamp) as time, count(distinct message_value:contract) as Contracts_Deployed
    --select date_trunc('week',block_timestamp) as time, count(distinct message_value:contract) as Contracts_Deployed
    from terra.core.ez_messages where message_type like '%Contract%' group by 1
    Run a query to Download Data