MixinFallback
Last updated
error PoolImplementationDirectCallNotAllowed()error PoolMethodNotAllowed()error PoolVersionNotSupported()modifier onlyDelegateCall()fallback() externalDelegate calls to pool extension.
Extensions are persistent, while adapters are upgradable by the governance. uses shouldDelegatecall to flag selectors that should prompt a delegatecall.
Allows transfers to pool.
Prevents accidental transfer to implementation contract.
Last updated
receive() external payable