etherface icon indicating copy to clipboard operation
etherface copied to clipboard

Ethereum Signature Database

Results 15 etherface issues
Sort by recently updated
recently updated
newest added

I noticed the API is being hosted on Hetzner and I wanted to ask if this is being hosted on a single instance or if it's being load balanced. I'm...

Hi, Since 24th of Decemeber 2023 the SSL certificate is expired. See below output of openssl command: `openssl s_client -connect api.etherface.io:443 < /dev/null` ``` CONNECTED(00000003) depth=0 CN = api.etherface.io verify...

I would like to have a way to run a massive lookup of unverified contracts against this database. However, I think that making it against the online version might impact...

I came across type signatures that should not be in the db in my opinion. Solidity computes selectors for events from a the function/event signature. The types used in the...

v2

Recently they have deployed Cloudflare script that returns 403 if you are accessing the website from scripts.

enhancement
help wanted

Unfortunately there are a lot of collisions - e,g, see ERC-20 transfer: ![image](https://user-images.githubusercontent.com/111600/226096985-03211b6c-68cc-4d76-9f02-a5545252896e.png) You might want to use this: https://github.com/ethereum-lists/4bytes/blob/master/ignored.lst to clean that up a little

v2

identical API to etherscan

enhancement
v2

Currently only the PostgreSQL database is dockerized, however for a more seamless developement, contribution and release process all of Etherface should be dockerized. This will have some build time penalties...

enhancement
v2

This will be helpful for ABI and event decoding directly in a database query. For example: ```sql SELECT f.repo_name, f.path, c.content, REGEXP_EXTRACT_ALL(c.content, r'(event\s*?\S*?\s*?\(.*?\))') AS events, REGEXP_EXTRACT_ALL(c.content, r'(function\s+?.+?\(.*?\))') AS functions FROM...

enhancement
v2

Hi @volsa, Thanks for making this project. Would you be open to making the results of an etherface instance available to the public in GCP BigQuery? Happy to discuss the...