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

ISmartPoolFallback

ISmartPoolFallback

fallback

fallback() external

Delegate calls to pool extension.

Delegatecall restricted to owner, staticcall accessible by everyone. Restricting delegatecall to owner effectively locks direct calls.

receive

receive() external payable

Allows transfers to pool.

Prevents accidental transfer to implementation contract.

Last updated