| PPLNS Shares |
{$PPLNSSHARES|number_format:"0"|default:"0"} |
| Estimated Shares |
{$BLOCKDETAILS.estshares|number_format|default:"0"} |
| Target Variance |
{if $PPLNSSHARES > 0}{math assign="percentage" equation=(($BLOCKDETAILS.estshares / $PPLNSSHARES) * 100)}{/if}{$percentage|number_format:"2"} % |
| Block Average |
{$BLOCKAVERAGE|number_format:"0"|default:"0"} |
| Average Efficiency |
{if $BLOCKAVERAGE > 0 && $BLOCKDETAILS.estshares > 0}{math assign="percentage2" equation=(($BLOCKDETAILS.estshares / $BLOCKAVERAGE) * 100)}{/if}{$percentage2|number_format:"2"} % |
| Target Rounds |
{$BLOCKAVGCOUNT|number_format:"0"|default:"0"} |
| Seconds This Round |
{$BLOCKDETAILS.round_time|number_format:"0"|default:"0"} |
| Round Variance |
{if $PPLNSSHARES > 0}{math assign="percentage1" equation=(($BLOCKDETAILS.shares / $PPLNSSHARES) * 100)}{/if}{$percentage1|number_format:"2"} % |