Auto-generated documentation.
Parse an ABI and print the encoded signatures.
polycli abi decode Contract.abi [flags] --data string input data to be unpacked based on ABI definition
--file string filename to read and analyze
-h, --help help for decodeThe command also inherits flags from parent commands.
--config string config file (default is $HOME/.polygon-cli.yaml)
--pretty-logs output logs in pretty format instead of JSON (default true)
-v, --verbosity string log level (string or int):
0 - silent
100 - panic
200 - fatal
300 - error
400 - warn
500 - info (default)
600 - debug
700 - trace (default "info")- polycli abi - Provides encoding and decoding functionalities with contract signatures and ABI.