evm-abi-decoder
evm-abi-decoder copied to clipboard
how to read the ABI json file that including abi and bytecode sections?
@formingform , can you please elaborate and add a proper problem description? If you have problems with a specific ABI please provide an example.
After my Solidity source file is compiled, the output JSON file contains two parts: the ABI and the BIN. This file cannot be parsed by the evm-abi-decoder. Of course, if I separate the ABI from this JSON file, it can work properly. Therefore, what I mean is whether it is possible to be compatible with and support this kind of JSON file with composite content.
Thanks.