You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I work on WhatsABI, which does a lot of the heavy lifting for loading ABIs (default will check etherscan/sourcify, but also do static analysis to find selectors and load those signatures from 4byte databases), and it knows how to resolve proxies too!
All it takes is const result = await whatsabi.autoload(address, { provider }); and it will do all those things.
I just wanted to drop a note in case it might safe you some headache, it's MIT licensed and I'm happy to add more features to better support your use cases. :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there, I work on WhatsABI, which does a lot of the heavy lifting for loading ABIs (default will check etherscan/sourcify, but also do static analysis to find selectors and load those signatures from 4byte databases), and it knows how to resolve proxies too!
All it takes is
const result = await whatsabi.autoload(address, { provider });
and it will do all those things.I just wanted to drop a note in case it might safe you some headache, it's MIT licensed and I'm happy to add more features to better support your use cases. :)
Beta Was this translation helpful? Give feedback.
All reactions