{merit.Problem().split('\n')[0]} {#if merit.SolutionURL()}View Solution {/if}
{#if merit.SolutionText()} {merit.SolutionText()?.trim()} {/if}
Merit Request Details
  • Number of Merits being requested {merit.Merits.toLocaleString()}
  • Value in Sats at the time the request was made {merit.Sats.toLocaleString()}
  • Approximate value of {merit.Sats.toLocaleString()} sats in CuckLoserBucks ${cuckPrice ? ((merit.Sats / 100000000) * cuckPrice).toFixed(2) : 'Loading'}
Analysis

To make it easier to compare the value of each contribution we normalize the hourly rate to $50 CuckLoserBucks an hour.

At this rate, the contributor is claiming to have worked for {referenceTime} solving this problem.

Reference Time
{referenceTime}
Votes
{#if $votes.size == 0}Waiting for existing {parsedRocket.Name()} Merit holders to vote {/if} {#each $votes as [id, vote], _ (id)} { console.log(vote.Event.rawEvent()); }} class="cursor-pointer {vote.VoteDirection == 'ratify' ? 'bg-lime-600' : 'bg-red-700'} {vote.VoteDirection == 'ratify' ? 'hover:bg-lime-700' : 'hover:bg-red-800'}" >
{unixToRelativeTime(vote.TimeStamp * 1000)}
{/each}
{#if $devmode} console.log(merit.Event.rawEvent())} >print to console{/if}
{#if merit.IncludedInRocketState(parsedRocket)} APPROVED {:else if result == 'blackball'} REJECTED {:else if !result} {/if}