{% extends "base.html" %} {% block content %}

Development Fund

Developer donation address/slush fund (mostly reserved for hookers and blow).


Donating Wownero

Donations may be send to: Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP

View-only wallet

e62e40bfd5ca7e3a7f199602a3c97df511780489e1c1861884b00c28abaea406

Balance

Current balance: {{ txs_in['sum']|round(4) }} WOW

50 most recent donations:

{% from 'proposal/macros/transaction.html' import tx_item %}
    {% for tx in txs_in['txs'] %} {{ tx_item(tx) }} {% endfor %}
{% include 'sidebar.html' %}

{% endblock %}