Tally Votes
Last updated
Last updated
At the end of each epoch, the votes cast in that epoch need to tallied to determine the new desiredEgl
value. This can be called directly by any wallet, or will get called automatically on any vote(...)
or reVote(...)
call if the epoch has ended.
See for details regarding participation requirements
See for details regarding how the desiredEgl
is calculated
tallyVotes()
Validation Rule
Description
block.timestamp > currentEpochStartDate.add(epochLength)
Epoch must have ended before the votes for that epoch can be tallied
VoteThresholdMet
(Conditional)
VoteThresholdFailed
(Conditional)
CreatorRewardsClaimed
(Conditional)
VotesTallied