ETH ABI

The authorized repository of the Ethereum foundation’s toolkit: Python-based utilities for encoding and decoding ABIs. Developers can convert Python values into binary values for use in ABIs, and the opposite is also possible. This utilizes the standard ‘encode’ and ‘decode’ functions to deliver ABIs for every scenario and beyond.

Loading