
About ETH ABI
The official repository of the Ethereum foundation’s toolset: Python-based encoding and decoding utils for ABIs.Developers can encode Python values into binary values, usable in ABIs, while the reverse is also true. This makes use of default ‘encode’ and ‘decode functions to provide ABIs for each of the use cases, and more.