-
Hi !!!
I am working in a multiple network scan ... and I am using `etherscan-python` (ETH) and trying to use `python-snowtrace` (AVAX) but there is a conflict ...
I am trying to install it with…
-
-
### Environment information
```bash
$ ape --version
0.8.14
$ ape plugins list
Installed Plugins
etherscan 0.8.3
infura 0.8.1
polygon 0.8.0
solidity 0.8.3
```
-…
-
from etherscan import Etherscan
eth = Etherscan('CU3GAMEJKER5MVUKJ4Z3NVTIK5Y2A75D58')
eth.get_gas_oracle()
Terminal:
ImportError: cannot import name 'Etherscan' from 'etherscan'
I am…
-
create a standard python class that is responsible for the connecting to blockchain explorers such as etherscan for the following features:
- get code at address
- get the creator address of a contr…
-
### Environment information
- `ape` and plugin versions:
```
$ ape --version
0.8.5
$ ape plugins list
alchemy 0.8.0
arbitrum 0.8.0
avalanche 0.8.0
base 0.8.0…
-
With MacOS 12.3, Apple has dropped support for Python 2.
This workflow relies on a library called alfred-workflow from @deanishe. That library breaks under Python 3, breaking the workflow. I've fou…
-
I have just run your crawler trying to get smart contract source code from Etherscan, but received an error message. I noticed that the Etherscan is using Cloudflare for security purposes, making the …
-
### Describe the issue:
I use the slither by python API. If the contract use a mappings, Slither will go wrong. The reason is also "file not found, Searched the following locations: "".
The contract…
-
### Describe the issue:
I downloaed the smart contracts source code and use slither to detect them in python. But the smart contract which have two different SPDX license in its two subcontracts. S…