{"id":13790817,"url":"https://github.com/EricR/sol-function-profiler","last_synced_at":"2025-05-12T09:33:28.262Z","repository":{"id":142373645,"uuid":"97871040","full_name":"EricR/sol-function-profiler","owner":"EricR","description":"Solidity Contract Function Profiler","archived":false,"fork":false,"pushed_at":"2018-10-14T22:05:38.000Z","size":4,"stargazers_count":80,"open_issues_count":2,"forks_count":28,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-01-28T23:10:28.381Z","etag":null,"topics":["ethereum","solidity"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/EricR.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-07-20T19:26:48.000Z","updated_at":"2024-01-16T14:09:31.000Z","dependencies_parsed_at":"2024-01-06T14:09:37.742Z","dependency_job_id":"7f1747ae-acae-4f21-bfa9-7b6622f3828e","html_url":"https://github.com/EricR/sol-function-profiler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricR%2Fsol-function-profiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricR%2Fsol-function-profiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricR%2Fsol-function-profiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricR%2Fsol-function-profiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EricR","download_url":"https://codeload.github.com/EricR/sol-function-profiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213860523,"owners_count":15648787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ethereum","solidity"],"created_at":"2024-08-03T22:00:51.567Z","updated_at":"2024-08-03T22:03:59.496Z","avatar_url":"https://github.com/EricR.png","language":"JavaScript","funding_links":[],"categories":["Tools","Roadmap"],"sub_categories":["Visualization","Testing tools"],"readme":"# Solidity Function Profiler\n\nA command line tool that generates a human-consumable report listing a contract's functions. This is useful during manual code review to understand what functions are made public, use which modifiers, and so on.\n\nUsage Example:\n\n```\n$ npm install\n...\n$ node index.js ~/contracts/mytoken.sol\n.--------------------------------------------------------------------------------------------------------.\n|                                        ~/contracts/mytoken.sol                                         |\n|--------------------------------------------------------------------------------------------------------|\n|   Contract    |           Function            | Visibility | Constant |  Returns  |     Modifiers      |\n|---------------|-------------------------------|------------|----------|-----------|--------------------|\n| MyToken       | ()                            | public     | false    |           | payable            |\n| MyToken       | initTokenHolder(address,uint) | public     | false    |           | onlyOwner          |\n| MyToken       | balance(address)              | public     | true     | uint      |                    |\n| MyToken       | transferAll(address,address)  | external   | false    |           | onlyTokenHolder    |\n| MyToken       | kill()                        | internal   | false    |           |                    |\n'--------------------------------------------------------------------------------------------------------'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEricR%2Fsol-function-profiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEricR%2Fsol-function-profiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEricR%2Fsol-function-profiler/lists"}