Skip to main content

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

NameTypeDescription
interfaceIdbytes4undefined

Returns

NameTypeDescription
_0boolundefined

getStrategyCreatorForVault(address)

Retrieves the creator of a given vault

Solidity

function getStrategyCreatorForVault(address _vault) external view returns (address)

Parameters

NameTypeDescription
_vaultaddressThe address of the vault

Returns

NameTypeDescription
_0addressThe address of the creator

totalVaultCount()

Solidity

function totalVaultCount() external view returns (uint256)

Returns

NameTypeDescription
_0uint256undefined

whitelistRegistry()

Solidity

function whitelistRegistry() external view returns (address)

Returns

NameTypeDescription
_0addressundefined