ape-etherscan icon indicating copy to clipboard operation
ape-etherscan copied to clipboard

Etherscan explorer plugin using EVM-based networks for the Ape Framework

Results 16 ape-etherscan issues
Sort by recently updated
recently updated
newest added

### What I did the code assumes sourceid: colonated prefix but that is not the case. ### How I did it ### How to verify it ### Checklist - [...

This was causing me to pull my hair out! It turns out that etherscan's single-file verification has no way to indicate that viaIR was used by the compiler. However, the...

### What I did Added keys for intentionally unlicensed (not to be confused with the "Unlicense" 🙃 ) source code without an error. fixes: # ### How I did it...

depends on https://github.com/ApeWorX/ape/pull/2001 ### What I did fixes: # ### How I did it ### How to verify it ### Checklist - [ ] Passes all linting checks (pre-commit and...

### Environment information - OS: macOS - Python Version: 3.10.13 - `ape` and plugin versions: ```sh $ ape --version 0.7.11.dev9+ga8d1487d $ ape plugins list Installed Plugins alchemy 0.7.1 ens 0.7.0...

category: bug

example: https://etherscan.io/address/0x5777d92f208679db4b9778590fa3cab3ac9e2168#code raises: ```py ERROR (ape): Error with contract ABI: Expecting value: line 1 column 1 (char 0) ERROR (ape): (ContractNotFoundError) Failed to get contract type for address '0x5777d92f208679DB4b9778590Fa3CAB3aC9e2168'. Contract...

### Environment information - OS: linux - Python 3.10.12 ```sh $ ape --version 0.7.0 ``` ```$ ape plugins list Installed Plugins alchemy 0.7.0 arbitrum 0.7.0 ens 0.7.0 etherscan 0.7.0 foundry...

### Overview Etherscan's API has a token index that we can use to speedup queries about different tokens ### Specification Once support for https://github.com/ApeWorX/ape-tokens/issues/33 is added, detect if `ape_tokens` is...

### Overview https://docs.etherscan.io/api-endpoints/logs ### Specification This could make it significantly faster to query lots of history via events ### Dependencies Include links to any open issues that must be resolved...

### Overview One could implement a `ProviderAPI` using Etherscan's Geth/Parity proxy API: https://docs.etherscan.io/api-endpoints/geth-parity-proxy. This is a good opportunity for a contributor to create a `ProviderAPI` implementation without having to make...