Analyze ABI to encode and decode smart contract functions and outputs.
What is Rust Ethereum ABI?
Rust Ethereum ABI is a CLI toolkit for assembling and disassembling function calls and their results. Developers can check for the predictability of outcomes on smart contract ABIs. As well as reverse engineer the basic ABI from a known contract of the desired output. Rust Ethereum ABI only supports ABIs from the latest solidity compiler versions.