Skip to content

Simpler ways to access the ABI? #30

Answered by cromewar
cymatic9 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @cymatic9
What a good question and the answer is no, but with biases.
The actual easier way to access to a contract ABI is importing the interfaces, which have all the function you will need, but without the implementation so their file size is really small. This is what most of developers are used to do as is just a straight forward approach.

However this answer would be incomplete if I do not mention the other ways to get the ABI from a contract.

  1. IF the contract is verified on Etherscan you can access easily to the ABI with their API
  2. Using Jeb in Action, which is a smart contact decompiler making some revers engineer stuff, I actually do not recommend use this as it take a lot to…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cymatic9
Comment options

@PatrickAlphaC
Comment options

Answer selected by cymatic9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants