Vote and See Polls

Voting system requires a lot of requests to the chain, therefore it can trigger the node spam protection. If loading time takes more than 1 minute, leave the module, change node and come back.


{{$ctrl.selectedPoll.formData.title}}

Poll Address: {{$ctrl.currentPollAddress}}

 {{$ctrl.getCurrentTypeTag()}} Date of ending: {{$ctrl.selectedPoll.formData.doe | date:"MM/dd/yyyy 'at' h:mma"}}

{{$ctrl.selectedPoll.description}}



There was an error fetching the poll. The poll does not exist, or was not created properly.

Not a valid Address


This is a multiple answer Poll. You can divide your vote into different options.



Voting has a fee of {{($ctrl.votingFee | fmtNemValue)[0]}}.{{($ctrl.votingFee | fmtNemValue)[1]}} XEM per option

You are not on the whitelist

You have successfully Voted on this Poll

You have an unconfirmed Vote on this Poll

This poll has ended




This poll has not finished yet, the results are not definitive.

{{option.text}}
votes: {{option.votes}}
weighted score*: {{($ctrl.selectedPoll.formData.type === 0) ? ((option.weighted*100).toFixed(5) + '%') : (option.weighted)}}
percentage: {{option.percentage.toFixed(2)}}

* Weighted score varies depending on the type of vote:
- For whitelist polls it is the same as the votes
- For POI polls it is the sum of importances of the voters multiplied by 100