ethtoken.py icon indicating copy to clipboard operation
ethtoken.py copied to clipboard

Ethereum ERC20 Token Interface, in Python

Results 4 ethtoken.py issues
Sort by recently updated
recently updated
newest added

…at . ## What was wrong? Links to the EIP-20 document in the code and documentation were broken. ## How was it fixed? Corrected links to use the [Preferred Citation...

It would be super cool to facilitate the possibility of fetching token data (i.e. symbol, decimals) for a given list of token addresses and making a single batched `eth_call` in...

## What was wrong? web3

First, thank you for your work on this. I was wondering what is the issue with the newer releases of web3 that stop you to use it. I also depend...