Collected sources and patterns will appear here. Add from search or the patterns library.
OverloadedAbiMethods -> OverloadedTypeScriptSignatures
Parse multi-signature contract methods to produce overload-safe TypeScript method definitions.
Problem it solves
Solidity allows polymorphic functions with the same name, which crash or collide in simple JS/TS mappings.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.