blockscout-rs
blockscout-rs copied to clipboard
Extract method and event ABIs from existing contracts dataset
We have an existing dataset of ABIs available from the verified contracts. We have no active usage of that right now, but we can use it in many ways as part of our sig-provider service. We need to explore such an integration more.
- [x] Update ABIs of the existing contracts as there was a bug in verifier service which caused non-full ABIs to be returned (see #504)
- [x] Extract existing ABIs from the database
- [x] Events - https://github.com/blockscout/blockscout-rs/issues/684