abi_parser
A simple way to parse your ABIs in Python.
Installation
pip install abi_parser
from abi_parser import ContractABI
abi = ContractABI('<PATH TO ABI JSON'>)
# name
name = abi.name
# functions
functions = abi.functions
# events - todo
# events = abi.events
# get function by name
function = abi.get_function('<function_name>')
# bytecode - todo
# bytecode = abi.bytecode
# get function by signature - todo
# function = abi.get_function_by_signature('<function_signature>')
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
abiparser-1.0.0.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file abiparser-1.0.0.tar.gz.
File metadata
- Download URL: abiparser-1.0.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
314db1b037e3e1ffedb80afbc61e9c121cc8b1fb28369a554a91008e05eeedc2
|
|
| MD5 |
e3536452f9f320d4e6d3244a84c0a352
|
|
| BLAKE2b-256 |
16f923573ae38c08b3342fb732d10b3d03c22ee98d05db1aafeb17bd0528363f
|
File details
Details for the file abiparser-1.0.0-py3-none-any.whl.
File metadata
- Download URL: abiparser-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6396f3cfcb1daccf13daab4dbc7fbad6a9d3d4159ab640b940ee0641fc31f3f
|
|
| MD5 |
94a194e90787787cd3d028f550795406
|
|
| BLAKE2b-256 |
3b6e9dd2b5f55e9f3e75482f898dd09a8bfef4fd22b54bab24da49806e38f237
|