{% include 'head.html' %} {% include 'navbar.html' %}

Wallet Info

Address: {{ subaddress }}

Balance: {{ balances.1 }} WOW (locked {{ balances.0 }} WOW)

Height ({{ wallet_height }} / {{ daemon_height }})

Transfers

{% for tx in all_transfers | sort(attribute='timestamp', reverse=True) %} {% if tx.type == 'pool' %}{% else %}{% endif %} {% endfor %}
Date Type Tx ID Amount Confirmations Fee
{{ tx.timestamp | datestamp }} {{ tx.type }} {{ tx.txid | truncate(12) }} {{ tx.amount / 100000000000 }} {{ tx.confirmations }} {{ tx.fee / 100000000000 }} WOW
{% include 'footer.html' %} {% include 'scripts.html' %}