Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nachomazzara/abitopic
- Owner: nachomazzara
- Created: 2019-01-26T16:25:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T14:56:19.000Z (9 months ago)
- Last Synced: 2024-04-12T22:21:24.628Z (8 months ago)
- Language: TypeScript
- Homepage: https://abitopic.io
- Size: 2.08 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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.