For the complete documentation index, see llms.txt. This page is also available as Markdown.

MixinFallback

MixinFallback

PoolImplementationDirectCallNotAllowed

error PoolImplementationDirectCallNotAllowed()

PoolMethodNotAllowed

error PoolMethodNotAllowed()

PoolVersionNotSupported

error PoolVersionNotSupported()

onlyDelegateCall

modifier onlyDelegateCall()

fallback

fallback() external

Delegate calls to pool extension.

Extensions are persistent, while adapters are upgradable by the governance. uses shouldDelegatecall to flag selectors that should prompt a delegatecall.

receive

Allows transfers to pool.

Prevents accidental transfer to implementation contract.

Last updated