afonsoUntitled Query
    Updated 2023-01-18
    select
    count(distinct tx_id) as new_contracts_count
    from terra.core.ez_messages
    where message_type = '/cosmwasm.wasm.v1.MsgInstantiateContract'
    and year(block_timestamp) >= 2023
    Run a query to Download Data