fallback
Last updated
Last updated
Delegate calls to pool extension.
Delegatecall restricted to owner, staticcall accessible by everyone. Restricting delegatecall to owner effectively locks direct calls.
Allows transfers to pool.
Prevents accidental transfer to implementation contract.
Returns the address of the application adapter.
selector
bytes4
Hash of the method signature.
[0]
address
Address of the application adapter.