Skip to main content
Version: Next

MetricsFactory

Summaryโ€‹

create metrics contract.

Interfaceโ€‹

The MetricsFactory contract inherits from InitializableUsingRegistry. Therefore, it possesses the interfaces that InitializableUsingRegistry possesses.

function metricsCount() public returns (uint256)

function authenticatedPropertiesCount() public returns (uint256)

function isMetrics(address) public returns (bool)

function create(address _property) external returns (address)

function destroy(address _metrics) external

function metricsCountPerProperty(address _property) external view returns (uint256)

function metricsOfProperty(address _property) external view returns (address[] memory)

function hasAssets(address _property) external view returns (bool)