Get ABI by contract address

Is it possible to get an ABI of a contract I don’t own by contract address?

At the moment, Fuel does not have any contract code/ABI registry (the equivalent of Etherscan). However, this is something on our roadmap, so hopefully something that should become available in the future.

4 Likes

Is the idea to make something similar to Etherscan or more of a generalized registry that is UI agnostic?

Might be cool to have something CLI centric?

The idea for our future roadmap is that when you publish a Fuel App, that it will standardize the publication process of the entire app and ensure that everything for ABIs and other key artifacts such as tests, indexers, frontend static files etc. are always available and accessible by developers and users.