interface IndexerVrtxSupplySnapshot {
    timestamp: BigNumber;
    vrtxOraclePrice: BigNumber;
    cumulativeIncentives: BigNumber;
    cumulativeLba: BigNumber;
    cumulativeEcosystemSupply: BigNumber;
    cumulativeTreasurySupply: BigNumber;
    cumulativeInvestorsSupply: BigNumber;
    cumulativeTeamSupply: BigNumber;
}

Properties

timestamp: BigNumber
vrtxOraclePrice: BigNumber

VRTX token price in primary quote.

cumulativeIncentives: BigNumber

Total VRTX tokens distributed as staking incentives.

cumulativeLba: BigNumber

Total VRTX tokens distributed during the LBA (Liquidity Bootstrapping Auction).

cumulativeEcosystemSupply: BigNumber

Total VRTX tokens allocated to the ecosystem.

cumulativeTreasurySupply: BigNumber

Total VRTX tokens allocated to the treasury.

cumulativeInvestorsSupply: BigNumber

Total VRTX tokens allocated to investors.

cumulativeTeamSupply: BigNumber

Total VRTX tokens allocated to the team.