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

Full label data dump of top EVM chains in JSON/CSV.

Results 14 etherscan-labels issues
Sort by recently updated
recently updated
newest added

Unable to start chrome driver. Issue with dependency undetected-chromdriver. Not sure if exists a fix. https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1491 ``` File "C:\Python310\lib\site-packages\webdriver_manager\core\http.py", line 16, in validate_response raise ValueError(f"There is no such driver by...

bug

would be possible to also add tickers and icons?

The account label contains also tokens, I understood these should be in separate file?. eg, 0x391e86e2c002c70dee155eaceb88f7a3c38f5976 is a token and is in account labels

Hey, would it be to add decimal amounts to the token data?

Problem - Column not used. - By removing it we will have more clarity on actual changes to our labels when scraped, rather than seeing changes due to ETH change...

enhancement
good first issue

Shd scrape both accounts and tokens. Currently only scrapes accounts. stuck by prompt asking to continue Potential soln: Remove prompt to ask for more label scraping so it gets to...

bug

Problem: Existing label ignore list is hardcoded to skip manually reviewed large number labels we deem unnecessary. When new labels are added it requires users to manually add label name...

enhancement
help wanted

` ,#,Contract Address,Token Name,Market Cap,Holders,Website,Address 0,1,0x06a6a7...3C54aBA8,0xUniverse (PLANET),$0.00,10850,https://0xuniverse.com/,0x06a6a7af298129e3a2ab396c9c06f91d3c54aba8 ` ` {"0x06a6a7af298129e3a2ab396c9c06f91d3c54aba8": "0xUniverse (PLANET)"} ` Issue is probably during integration of new format of etherscan csv did not consider the new field....

bug
good first issue

Considering nature of EVM where addresses being accessible/controlled by a private key on one chain is usually indicative of it being controlled on all other chains, it might not make...

question

Currently time is often wasted looping through on cases where there are 0 accounts or tokens. E.g. augmented-finance has 0 tokens but for every scraping run it attempts to check...

enhancement
good first issue