sol-function-profiler
Contract analyzer
A tool to analyze and report on the functions of Ethereum smart contracts written in Solidity.
Solidity Contract Function Profiler
80 stars
4 watching
28 forks
Language: JavaScript
last commit: about 6 years ago
Linked from 3 awesome lists
ethereumsolidity
Related projects:
Repository | Description | Stars |
---|---|---|
aniket-engg/sol-profiler | Tool to visualize and review Solidity smart contract methods properties | 30 |
naddison36/sol2uml | A tool for visualizing and analyzing Solidity contracts using Unified Modeling Language (UML) and blockchain explorer APIs. | 1,167 |
tintinweb/solgrep | A tool for finding and analyzing smart contracts in Solidity source code | 143 |
eth-sri/securify2 | An automated security scanner for Ethereum smart contracts | 588 |
raineorshine/solgraph | A tool for visualizing control flow and security vulnerabilities in smart contracts written in Solidity | 1,018 |
aniket-engg/sol-profiler-vscode | An extension for Visual Studio Code to generate and store profiles of smart contract methods in Solidity language. | 15 |
aniket-engg/sol-verifier | Tool to verify Solidity smart contracts on Etherscan | 30 |
eth-sri/securify | A security scanner for Ethereum smart contracts | 218 |
eagr/sol-repl | A tool that provides an interactive environment to experiment with Solidity snippets and execute smart contract code in Ethereum | 4 |
merklejerk/solpp | A preprocessor and flattener for Ethereum's Solidity source files | 112 |
ethereum/solc-js | A JavaScript interface to a compiler for the Solidity programming language used in Ethereum smart contracts. | 1,456 |
chao-peng/sif | A framework to analyze and instrument Solidity smart contracts by parsing their abstract syntax trees (ASTs) and generating modified source code. | 50 |
sri-csl/solidity | An automated verifier for the Solidity programming language used in smart contracts on the Ethereum platform. | 50 |
ethereum/solidity-examples | A collection of reusable Solidity code snippets for common tasks and Ethereum-related utilities | 535 |
nascentxyz/pyrometer | Analyzes security and parameters of Solidity smart contracts using symbolic execution, abstract interpretation, and static analysis | 679 |