evm-abi-decoder icon indicating copy to clipboard operation
evm-abi-decoder copied to clipboard

how to read the ABI json file that including abi and bytecode sections?

Open formingform opened this issue 1 year ago • 2 comments

formingform avatar Mar 13 '25 02:03 formingform

@formingform , can you please elaborate and add a proper problem description? If you have problems with a specific ABI please provide an example.

rvullriede avatar Mar 13 '25 11:03 rvullriede

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.

formingform avatar Mar 18 '25 02:03 formingform