Account
{{ account.account }}{{ account.balance_mrwk }} MRWK
{% if account.exists %}This account exists on the ledger.{% else %}This account has no ledger activity yet.{% endif %}
{{ account.ledger_address }}Proof-backed bounty payments to this account.
Latest accepted work:
{% if latest_submission_url %}
{{ accepted_summary.latest_submission_url | replace("https://github.com/", "") }}
{% else %}
{{ accepted_summary.latest_submission_url }}
{% endif %}
via #{{ accepted_summary.latest_ledger_sequence }}.
No proof-backed bounty payments yet.
{% endif %}Accepted work queued for treasury execution, not proof-backed paid work.
{{ payout.submission_url }}{% else %}-{% endif %}No pending payout proposals for this account.
{% endif %}Proof-backed bounty payments made to this account.
{{ work.submission_url }}{% else %}-{% endif %}No proof-backed accepted work for this account yet.
{% endif %}Credits and debits involving this account.
| # | Type | From | To | Amount | Proof |
|---|---|---|---|---|---|
| {{ entry.sequence }} | {{ entry.type }} | {% if entry.from %}{{ entry.from }}{% else %}-{% endif %} | {% if entry.to %}{{ entry.to }}{% else %}-{% endif %} | {{ entry.amount_mrwk }} MRWK | {% if entry.proof_hash %}proof{% else %}-{% endif %} |
| No ledger entries yet. | |||||