IBareVaultRegistry.sol
Used only as a 0.7.6 registry for the UniLiquidityManager.
Methods
doISupportInterface(bytes4)
Solidity
function doISupportInterface(bytes4 interfaceId) external view returns (bool)
Parameters
Name | Type | Description |
---|---|---|
interfaceId | bytes4 | undefined |
Returns
Name | Type | Description |
---|---|---|
_0 | bool | undefined |
getStrategyCreatorForVault(address)
Retrieves the creator of a given vault
Solidity
function getStrategyCreatorForVault(address _vault) external view returns (address)
Parameters
Name | Type | Description |
---|---|---|
_vault | address | The address of the vault |
Returns
Name | Type | Description |
---|---|---|
_0 | address | The address of the creator |
getVaultDetails(address)
Solidity
function getVaultDetails(address _address) external view returns (struct IBareVaultRegistry.VaultData)
Details
Retrieves the details of a given vault by address
Parameters
Name | Type | Description |
---|---|---|
_address | address | The address of the vault |
Returns
Name | Type | Description |
---|---|---|
_0 | IBareVaultRegistry.VaultData | The details of the vault |
totalVaultCount()
Solidity
function totalVaultCount() external view returns (uint256)
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
whitelistRegistry()
Solidity
function whitelistRegistry() external view returns (address)
Returns
Name | Type | Description |
---|---|---|
_0 | address | undefined |