UnderwriterVaultProxy
Inherits: Proxy
State Variables
VAULT_TYPE
bytes32 public constant VAULT_TYPE = keccak256("UnderwriterVault");
VAULT_REGISTRY
address internal immutable VAULT_REGISTRY;
Functions
constructor
constructor(
address vaultRegistry,
address base,
address quote,
address oracleAdapter,
string memory name,
string memory symbol,
bool isCall,
bytes memory settings
);
receive
receive() external payable;
_getImplementation
get logic implementation address
function _getImplementation() internal view override returns (address);
Returns
Name | Type | Description |
---|---|---|
<none> | address | implementation address |
getImplementation
get address of implementation contract
function getImplementation() external view returns (address);
Returns
Name | Type | Description |
---|---|---|
<none> | address | implementation address |