{% include 'includes/head.html' %}
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 }}
WOW Fees Collected: {{ earnings['wow_amount'] }} WOW (${{ earnings['wow_worth'] }})
XMR Fees Collected: {{ earnings['xmr_amount'] }} XMR (${{ earnings['xmr_worth'] }})
{{ 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)
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'] }} | {% if swap.send_tx_id %}{{ swap.send_tx_id | truncate(7) }} | {% else %}none | {% endif %}
Coin | Date | Fees |
---|---|---|
{{ coin | upper }} | {{ d }} | {{ breakdown[coin][d] }} {{ coin | upper }} |