mmdrezaNumber of Smart contract deployed in last Month
    Updated 2022-08-03
    select count(tx_hash) as contracts
    from near.core.fact_actions_events
    where action_name like 'DeployContract'
    and block_timestamp >= CURRENT_DATE-30
    Run a query to Download Data