{"id":23278784,"url":"https://github.com/tynik/ethereum-smart-contracts-analyzer","last_synced_at":"2026-02-17T22:31:26.867Z","repository":{"id":37210593,"uuid":"494814028","full_name":"Tynik/ethereum-smart-contracts-analyzer","owner":"Tynik","description":"Aggregated statistic by verified Ethereum smart contracts from mainnet","archived":false,"fork":false,"pushed_at":"2022-12-19T01:56:18.000Z","size":175,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-21T11:51:14.231Z","etag":null,"topics":["blockchain","ethereum","security","smart-contracts","solidity","statistics","swc"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tynik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-21T14:58:30.000Z","updated_at":"2022-06-30T18:01:12.000Z","dependencies_parsed_at":"2022-07-09T19:00:21.787Z","dependency_job_id":null,"html_url":"https://github.com/Tynik/ethereum-smart-contracts-analyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tynik/ethereum-smart-contracts-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynik%2Fethereum-smart-contracts-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynik%2Fethereum-smart-contracts-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynik%2Fethereum-smart-contracts-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynik%2Fethereum-smart-contracts-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tynik","download_url":"https://codeload.github.com/Tynik/ethereum-smart-contracts-analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynik%2Fethereum-smart-contracts-analyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29560727,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T21:50:49.831Z","status":"ssl_error","status_checked_at":"2026-02-17T21:46:15.313Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","ethereum","security","smart-contracts","solidity","statistics","swc"],"created_at":"2024-12-19T22:34:45.437Z","updated_at":"2026-02-17T22:31:26.849Z","avatar_url":"https://github.com/Tynik.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ethereum-smart-contracts-analyzer\n\n*Some aggregated statistic by verified Ethereum smart contracts from mainnet.*\n\nAs the source of smart contracts is used **[smart-contract-sanctuary-ethereum](https://github.com/tintinweb/smart-contract-sanctuary-ethereum)** project developed by **[tintin](https://github.com/tintinweb)** 👏\n\n## 💡 Ethereum smart contracts aggregated info from mainnet\n\nThat information is automatically updated every day at 3 PM or when commit is pushed.\n\n**Details:**\n\n1. `number` - The total number of verified contracts.\n2. `versions` - TODO\n3. `tokenContracts` - Usages of contracts to create non-/fungible tokens.\n4. `securityContracts` - Usages of contracts to cover common security practices. \n5. `accessContracts` - Usages of contracts to control the access.\n6. `mostVulnerable` - The most vulnerable contracts.\n\n**Aggregated info from mainnet:**\n\n```json\n{\n  \"number\": 217516,\n  \"time\": \"4555 secs.\",\n  \"versions\": {},\n  \"tokenContracts\": {\n    \"ERC20\": {\n      \"number\": 36142,\n      \"percent\": \"16.62 %\"\n    },\n    \"ERC721\": {\n      \"number\": 20782,\n      \"percent\": \"9.55 %\"\n    },\n    \"ERC721A\": {\n      \"number\": 12052,\n      \"percent\": \"5.54 %\"\n    },\n    \"ERC1155\": {\n      \"number\": 2596,\n      \"percent\": \"1.19 %\"\n    },\n    \"ERC777\": {\n      \"number\": 87,\n      \"percent\": \"0.04 %\"\n    }\n  },\n  \"securityContracts\": {\n    \"ReentrancyGuard\": {\n      \"number\": 18004,\n      \"percent\": \"8.28 %\"\n    },\n    \"Pausable\": {\n      \"number\": 10532,\n      \"percent\": \"4.84 %\"\n    },\n    \"PullPayment\": {\n      \"number\": 119,\n      \"percent\": \"0.06 %\"\n    }\n  },\n  \"accessContracts\": {\n    \"Ownable\": {\n      \"number\": 98020,\n      \"percent\": \"45.06 %\"\n    },\n    \"AccessControl\": {\n      \"number\": 5707,\n      \"percent\": \"2.62 %\"\n    }\n  },\n  \"mostVulnerable\": [\n    {\n      \"address\": \"0x92D6C1e31e14520e676a687F0a93788B716BEff5\",\n      \"name\": \"DydxToken\",\n      \"countIssues\": 175,\n      \"balance\": \"0 ETH\"\n    },\n    {\n      \"address\": \"0x32296969Ef14EB0c6d29669C550D4a0449130230\",\n      \"name\": \"MetaStablePool\",\n      \"countIssues\": 119,\n      \"balance\": \"0 ETH\"\n    },\n    {\n      \"address\": \"0x1e19cf2d73a72ef1332c882f20534b6519be0276\",\n      \"name\": \"MetaStablePool\",\n      \"countIssues\": 114,\n      \"balance\": \"0 ETH\"\n    },\n    {\n      \"address\": \"0x0abdace70d3790235af448c88547603b945604ea\",\n      \"name\": \"District0xNetworkToken\",\n      \"countIssues\": 88,\n      \"balance\": \"0 ETH\"\n    },\n    {\n      \"address\": \"0x00000000006c3852cbef3e08e8df289169ede581\",\n      \"name\": \"Seaport\",\n      \"countIssues\": 49,\n      \"balance\": \"0.000000000000000001 ETH\"\n    },\n    {\n      \"address\": \"0x000000000000d0151e748d25b766e77efe2a6c83\",\n      \"name\": \"XDEX\",\n      \"countIssues\": 5,\n      \"balance\": \"0 ETH\"\n    },\n    {\n      \"address\": \"0x00000000000045166c45af0fc6e4cf31d9e14b9a\",\n      \"name\": \"BID\",\n      \"countIssues\": 1,\n      \"balance\": \"0 ETH\"\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftynik%2Fethereum-smart-contracts-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftynik%2Fethereum-smart-contracts-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftynik%2Fethereum-smart-contracts-analyzer/lists"}