diff --git a/README.md b/README.md index 96edb5a..f511519 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ethtoken.py This is a tiny library leveraging web3.py to make an interface for -working with [EIP20](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20-token-standard.md) +working with [EIP20](https://eips.ethereum.org/EIPS/eip-20) tokens on Ethereum. (formerly ERC20) **It is currently in Alpha, with 0 automated tests** diff --git a/ethtoken/main.py b/ethtoken/main.py index 367da22..9e6b7b7 100644 --- a/ethtoken/main.py +++ b/ethtoken/main.py @@ -23,7 +23,7 @@ def eip20_tokenBalanceOf(token, address): def eip20_token(address, w3=None, **kwargs): ''' :param address: `EIP20 - `_ + `_ token contract :type address: ENS name or hex str :param `Web3 `_ w3: