Skip to content

IFtsoRegistryGenesis#

Portion of the IFtsoRegistry interface that is available to contracts deployed at genesis.

Functions#

getFtsos#

Defined in IFtsoRegistryGenesis (Docs, Source).

function getFtsos(
    uint256[] _indices
) external view returns (
    contract IFtsoGenesis[] _ftsos);

Get the addresses of the active FTSOs at the given indices. Reverts if any of the provided indices is non-existing or inactive.

Parameters Type Description
_indices uint256[] Array of FTSO indices to query.
Returns Type Description
_ftsos contract IFtsoGenesis[] The array of FTSO addresses.