Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nachomazzara/abitopic

Get events topic0, function selectors and interact with contracts by the address or ABI
https://github.com/nachomazzara/abitopic

Last synced: 4 days ago
JSON representation

Get events topic0, function selectors and interact with contracts by the address or ABI

Awesome Lists containing this project

README

        

# ABItopic

Get events topic0, function selectors and interact with contracts by the **address** or **ABI**

You only need to copy and paste the contract address or the ABI (in case the code is not validated on http://etherscan.io) to the corresponding input.

Works on Ropsten and Mainnet (default)

### [Try it](https://abitopic.imazzara.com)

Note: This is my first project using react ts so a lot of `any` and bad things was made.