etherface
etherface copied to clipboard
Ethereum Signature Database
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...
Recently they have deployed Cloudflare script that returns 403 if you are accessing the website from scripts.
Unfortunately there are a lot of collisions - e,g, see ERC-20 transfer:  You might want to use this: https://github.com/ethereum-lists/4bytes/blob/master/ignored.lst to clean that up a little
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...
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...
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...