interface IndexerFoundationTokenIncentivesSnapshot {
    timestamp: BigNumber;
    cumulativeFoundationTokenIncentives: BigNumber;
    foundationTokenOraclePrice: BigNumber;
    foundationTokenProductId: number;
}

Properties

timestamp: BigNumber
cumulativeFoundationTokenIncentives: BigNumber

Total distributed foundation token incentives.

foundationTokenOraclePrice: BigNumber

Foundation token oracle price.

foundationTokenProductId: number

Foundation token product.