EVM Contract Function Explorer
This tool analyzes contract bytecode using evmole to extract function information, then fetches function names from OpenChain's signature database. We are using a contract from Sepolia to test the tool. Try the same contract on abi.ninja to see how it looks there. Use heimdall. Go to abi.ninja
We first get the contract info from evmole. Then we fetch the function names from OpenChain's signature database. We then replace the function name in the evmole response with the one from OpenChain. However it still is not a complete ABI since it doesn't have function types.
Detected Functions:
Loading contract functions...
๐ Debug: Raw Responses
Evmole Response:
null
OpenChain Responses:
{}
Built with โค๏ธ using evmole and OpenChain's Signature Database