is AppProxyBase
Source: contracts/apps/AppProxyUpgradeable.solarrow-up-right
fallback
implementation
proxyType
function (IKernel _kernel, bytes32 _appId, bytes _initializePayload) public
Initialize AppProxyUpgradeable (makes it an upgradeable Aragon app).
Modifiers:
Parameters:
_kernel - Reference to organization kernel for the app
_kernel
_appId - Identifier for app
_appId
_initializePayload - Payload for call to be made after setup to initialize
_initializePayload
function`` implementation() public view returns (address)
function``
() public view returns (address)
ERC897, the address the proxy would delegate calls to.
Returns:
address
function`` proxyType() public pure returns (uint256)
() public pure returns (uint256)
ERC897, whether it is a forwarding (1) or an upgradeable (2) proxy.
uint256
Last updated 2 years ago
Was this helpful?