Hierarchy

  • IndexerLeaderboardContest

Properties

contestId: number
startTime: BigNumber

NOTE: Start / End times are ignored when period is non-zero. Start time in seconds

endTime: BigNumber

End time in seconds

period: BigNumber

Contest duration in seconds; when set to 0, contest duration is [startTime,endTime]; Otherwise, contest runs indefinitely in the interval [lastUpdated - period, lastUpdated] if active;

lastUpdated: BigNumber

Last updated time in Seconds

totalParticipants: BigNumber
minRequiredAccountValue: BigNumber

Float indicating the min account value required to be eligible for this contest e.g: 250.0

active: boolean

Generated using TypeDoc