Include support to enumerate verified contracts #138
Labels
New Feature
A new feature, service, or documentation. Major changes that are not backwards compatible.
P3
Low priority issue. Will not impact the release schedule if not complete.
question
Further information is requested
It would be a good addition to add the possibility to enumerate verified contracts, both sorted and paginated. Currently the closest endpoint to do that is
/files/contracts/{chain}
. However this endpoint fetches all contracts, which is of no use without filtering, sorting and pagination.After talking to @svienot, in order to support this feature we would need to add some sort of database that can be queried against.
Some verification specific information to include would be verification date/time and language. On-chain data would include TX creation.
As a reference, a couple of explorers support this feature, e.g.,
The text was updated successfully, but these errors were encountered: