{% include 'header.html' %} {% from 'style.html' import breadcrumb_line_svg, circular_arrows_svg %}

Watched Outputs

Watch when your outputs involved in a swap get spent on the blockchain.

Last Scanned

{% for ls in last_scanned %} {% endfor %}
Coin
Height
{{ ls[0] }} {{ ls[1] }}
{% for wo in watched_outputs %} {% endfor %}
Bid ID
Chain
Txid
Index
Type
{{ wo[0] }} {{ wo[1] }} {{ wo[2] }} {{ wo[3] }} {{ wo[4] }}
{% include 'footer.html' %}