Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
TransactionCall -> StateMutation
Delegate business logic calls to a separate implementation contract sharing an identical storage inheritance layout to bypass EVM contract size limits.
Problem it solves
Monolithic DeFi protocols with complex rules exceed the 24KB contract size limit while requiring unified state access.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.