Jon-Becker / heimdall-rs

Heimdall is an advanced EVM smart contract toolkit specializing in bytecode analysis and extracting information from unverified contracts.
http://heimdall.rs
MIT License
1.18k stars 124 forks source link

[Feature]: Support for multicall / nested calladata decoding #88

Open Jon-Becker opened 1 year ago

Jon-Becker commented 1 year ago

Please check the following

Type a detailed explanation of your feature request here.

Allow multicall decoding as well as decoding calldata within calldata, for things such as uniswap.

Jon-Becker commented 1 year ago

A good first issue for any people looking to contribute!

phyyou commented 9 months ago

👀