The Law Offices of NEAR
Question
Visualize the number of new smart contracts deployed over time over a time period of your choosing. What are the top 5 new smart contracts interacted in that period of your choosing?
Smart contracts
Smart contracts are simple programs that live in a blockchain. As any modern application, smart contracts store data and expose methods to interact with them. They are written in human readable languages, then compiled and deployed to the blockchain. Once deployed, any user (including other contracts) can interact with them.
Methodology
I follow below steps:
- find all tx are related to deploy contracts by filtered action_name = 'DeployContract'
- find the total number of new smart contracts deployed since Jun.
- find the number of new smart contracts deployed since Jun per day.
- find 5 smart contracts that users have the most interactions with them.
\
- On average, 130 smart contracts are deployed every day.
- Now we are under average line of deployed count.
- On 3 days the number of smart contracts are deployed has been a sudden increase.
- Total number of smart contracts are deployed since Jun 2022 reached to 8.3K.
5 most popular smart contracts that are deployed since Jun 2022 are shown in this chart.
As you can see, Aurora is most popular and most of the users interact with that.
Zoomland is on second place and client bridge follows it.
More than 95% of total user interaction for top five smart contracts are belongs to Aurora.