District Deep Dive: Contracts Deployed

    Building on work from The Law Offices of NEAR , provide an updated view of contracts deployed over time on NEAR. What factors do you think might influence the number of contracts deployed?How might NEAR boost the number of developers and deployments within its ecosystem?You can rely on earlier work - yours and that of others - but clearly reference anyone whose work you use.

    what is NEAR protocol?

    NEAR Protocol is a decentralized application (dApp) platform and Ethereum competitor that focuses on developer and user-friendliness. Its native NEAR tokens are used to pay for transaction fees and storage on the Near crypto platform.

    What kind of coin is near protocol?

    NEAR Protocol uses a native token called NEAR, which allows users to pay fees for transactions, run applications and pay for storage. Applications on NEAR must pay storage fees to the NEAR Protocol for any data that they store on the network and for performing computations.

    db_img

    Sources

    Twitter : hadi3_bgh

    Discord : hadiseb#1688

    Methodology

    count(distinct tx_hash) as total_contract
    sum(total_contract) over (order by block_timestamp::date) as cumulative_contracts
    from near.core.fact_actions_events
     where action_name='DeployContract'
    and date >= CURRENT_DATE - 180
    ----------------------------
    count(distinct TX_RECEIVER) as new_contract
    sum(new_contract) over (order by block_timestamp::date) as cumulative_contracts
    from near.core.fact_transactions
      where date >= CURRENT_DATE - 180
    

    Total Contract On Near

    Loading...

    According to the chart:

    • The highest number of total deployed contract was on June 7th with 1323 contracts.
    • The total number of deployed contracts growth noticeably on June 7th,July 19th and July 21st.
    • Regardless of September 28, The lowest number of deployed contracts was 32 on June 12th.
    • The cumulative total contracts grew from 7800 to 9123 contracts on June 6th.

    Total Daily Deployed Contract Over The Last 6 Months

    Loading...
    Loading...

    Total Weekly Deployed Contract

    According to the chart:

    • The highest number of contract which deployed was 2852 on July 18th.
    • The lowest number of deployed contract was 381 on June 20th.
    • The total number of deployed contracts was almost constant from June 13th till June 26th.
    • The cumulative total weekly deployed contracts grew from 7474 to 92031 contracts on June 6th.
    Loading...
    Loading...

    Total Monthly Deployed Contract

    According to the chart:

    • The highest number of contract which deployed was 4838 on July 1st.
    • The lowest number of deployed contract was 1710 on September 1st, 2021.
    • The total number of deployed contracts was almost constant on January, February and March.
    • The cumulative total weekly deployed contracts grew from 6117 to 10.9K contracts on December 2021.
    Loading...
    Loading...

    Top 10 Contracts

    According to these charts:

    • Zoomland.near with 78 contracts was in the first place and consisted of 16.7%.
    • Boobs.zudwa.near was In the second place with 74 contracts.
    • Tayc-games.near with 28 contracts was in the last place with 6%.
    Loading...
    Loading...

    Total Daily New Contract Over The Last 6 Months

    According to these charts:

    • The highest number of new contracts was 707K on May 6th.
    • The total number of new contracts grew significantly on May 4th.
    • Regardless of September 28, The lowest number of contracts was 10.8K on April 10th.
    • The cumulative new contracts grew from 3.5M to 4.2M users on May 6th.
    Loading...
    Loading...

    Most Used Contracts

    According to these charts:

    • Aurora with about 64.3M contracts was in the first place and has 48.7% usage among other contracts.
    • app.nearcrowd.near was in the second place and has the 40.5% usage among other contracts
    • v2.nearapps.near with 3.5M contracts was in the last place, and consisted of 2.65%.
    Loading...
    Loading...

    Conclusion

    • The total number of deployed contract was about 42.2K.
    • The highest number of total deployed contract was on June 7th with 1323 contracts.
    • The lowest number of deployed contracts was 32 on June 12th.
    • Zoomland.near with 78 contracts was in the most popular contract.
    • The highest number of new contracts was 707K on May 6th.
    • The lowest number of contracts was 10.8K on April 10th.
    • Aurora with about 64.3M contracts had the most usage among other contracts.