Skip to content

IFtsoManagerGenesis#

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

Functions#

getCurrentPriceEpochId#

Defined in IFtsoManagerGenesis (Docs, Source).

function getCurrentPriceEpochId(
) external view returns (
    uint256 _priceEpochId);

Returns current price epoch ID.

Returns Type Description
_priceEpochId uint256 Currently running epoch ID. IDs are consecutive numbers starting from zero.