Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tool/Service for Ethereum Smart Contract Analytics

I am looking for app or online service that could provide detailed analytical information about Ethereum smart contract usage. With transactions count, number of users, etc.

like image 715
Abliamit Avatar asked Jan 26 '23 15:01

Abliamit


1 Answers

There are different ways to get insights about your smart contract activity.

You can check https://etherscan.io/ and find a list of transactions. It can be very helpful if you need to view individual transactions. Etherscan shows a number of transactions and other useful information.

If Etherscan is not enough for you, there are other apps. You can check https://scout.cool/ and https://analyther.com. Analyther works with any smart contract and gives you detailed charts of transactions, events, active users, etc. It makes reports like this: USDC transactions report

like image 124
dimicountzero Avatar answered Feb 26 '23 15:02

dimicountzero