solprobe
v1.0.5
Published
Probe Solidity contracts for info.
Readme
Solprobe
A little program that investigates Solidity smart contracts and returns userful information about them.
Installation
npm install solprobe
Usage
- List all functions accessible to privileged roles (detected via the use of function modifiers):
npx solprobe actors PATH/TO/CONTRACTS/DIRECTORY
- List all contracts and their functions (shows function name, visibility, and modifiers):
npx solprobe contracts PATH/TO/CONTRACTS/DIRECTORY
Features/changes to implement
- Add human-readable output format
