list_function_implementations
Find all contracts that implement a given function signature. Identify overrides, interface implementations, and polymorphic patterns in Solidity codebases.
Instructions
Finds all contracts that implement a specific function signature. Use this when looking for overrides of a virtual function, finding all implementations of an interface method, or understanding polymorphism in the codebase. Returns contracts with their implementation details. Matches by signature string. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| has_more | No | True if there are more results beyond this page | |
| total_count | No | ||
| error_message | No | ||
| implementations | No |