etherscan-python
etherscan-python copied to clipboard
start and end block arguments missing from ERC20 paginated results
The paginated options for the ERC20 search are less complete than the API. The start and end block arguments are missing and there is no ability to do a paginated search of ERC20 transactions by address.
Thanks for reporting this issue, we are on it :)
Pull request here (but if the two functions could be consolidated with an optional argument for contract address), it would be better. https://github.com/pcko1/etherscan-python/pull/42