fallback
MixinFallback
onlyDelegateCall
fallback
Delegate calls to pool extension.
Delegatecall restricted to owner, staticcall accessible by everyone. Restricting delegatecall to owner effectively locks direct calls.
receive
Allows transfers to pool.
Prevents accidental transfer to implementation contract.
_checkDelegateCall
_getApplicationAdapter
Returns the address of the application adapter.
Parameters
Return Values
Last updated