etherscan-python
etherscan-python copied to clipboard
A minimal, yet complete, python API for Etherscan.io.
I would like to know if there is a way of returning all contract adresses from a given wallet address. I.e. to return all tokens and their contracts within a...
[gasPrice] cannot be obtained as a key value when using the *get_internal_txs_by_address* method. Isn't there a way to get [gasPrice] ? By the way, it can be obtained by *get_normal_txs_by_address*...
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...
Ideally the get_erc20_token_transfer_events_by_address_and_contract_paginated would not force the argument for contract address and some code repetition would be removed. But it would move positional arguments so added in new method