{% include 'includes/head.html' %}
{% include 'includes/header.html' %} {% if not token %}

This Area is Hidden

{% if request.args.get('token') %}Invalid token.{% endif %}
{% else %}

Stats

In progress: {{ stats.in_progress }}

Completed: {{ stats.completed }}

Pending: {{ stats.pending }}

Total: {{ stats.total }}

WOW -> XMR: {{ stats.wow_to_xmr }}

XMR -> WOW: {{ stats.xmr_to_wow }}

Fees Collected

WOW Fees Collected: {{ earnings['wow_amount'] }} WOW (${{ earnings['wow_worth'] }})

XMR Fees Collected: {{ earnings['xmr_amount'] }} XMR (${{ earnings['xmr_worth'] }})

Balances

{{ xmr_balances[1] | from_atomic_xmr }} XMR ({{ (xmr_balances[0] - xmr_balances[1]) | from_atomic_xmr }} locked)

{{ wow_balances[1] | from_atomic_wow }} WOW ({{ (wow_balances[0] - wow_balances[1]) | from_atomic_wow }} locked)


{% if swaps %} {% for swap in swaps | sort(attribute='date', reverse=True) %} {% if swap.wow_to_xmr %} {% set explorer = swap.send_tx_id | xmr_block_explorer %} {% else %} {% set explorer = swap.send_tx_id | wow_block_explorer %} {% endif %} {% if swap.send_tx_id %} {% else %} {% endif %} {% endfor %}
ID Date Initiated (PST) Status Completed Date (PST) Address Index Receive Status Send Amount Send Tx ID
{{ swap.id }} {{ swap.date | pst }} {% if swap.completed %}COMPLETED{% else %}{% if swap.funds_received %}IN PROGRESS{% else %}WAITING{% endif %}{% endif %} {% if swap.completed_date %}{{ swap.completed_date | pst }}{% else %}none{% endif %} {{ swap.show_details()['receive_unit'] }}-{{ swap.show_details()['swap_address_index'] }} {% if swap.funds_received %}RECEIVED{% else %}NOT RECEIVED{% endif %} {{ swap.show_details()['receive'] }} {{ swap.show_details()['send'] }}{{ swap.send_tx_id | truncate(7) }}none
{% for coin in breakdown %} {% for d in breakdown[coin] | sort %} {% endfor %} {% endfor %}
Coin Date Fees
{{ coin | upper }} {{ d }} {{ breakdown[coin][d] }} {{ coin | upper }}
{% endif %}
{% endif %} {% include 'includes/footer.html' %}
{% include 'includes/scripts.html' %}