{% include 'header.html' %}

Bid {{ bid_id }}

{% if refresh %}

Page Refresh: {{ refresh }} second

{% else %}

refresh

{% endif %} {% for m in messages %}

{{ m }}

{% endfor %} {% if data.was_sent == 'True' %} {% else %} {% endif %} {% if data.coin_a_lock_refund_tx_est_final != 'None' %} {% if data.coin_a_lock_refund_swipe_tx_est_final != 'None' %} {% endif %} {% endif %}
Swap{{ data.amt_to }} {{ data.ticker_to }} for {{ data.amt_from }} {{ data.ticker_from }}
Swap{{ data.amt_from }} {{ data.ticker_from }} for {{ data.amt_to }} {{ data.ticker_to }}
Bid Rate{{ data.bid_rate }}
Coin From{{ data.coin_from }}
Coin To{{ data.coin_to }}
Bid State{{ data.bid_state }}
State Description {{ data.state_description }}
Offer{{ data.offer_id }}
Address From{{ data.addr_from }} {{ data.addr_from_label }}
Created At{{ data.created_at }}
Expired At{{ data.expired_at }}
Sent{{ data.was_sent }}
Received{{ data.was_received }}
{{ data.ticker_from }} lock refund tx valid at{{ data.coin_a_lock_refund_tx_est_final | formatts }}
{{ data.ticker_from }} lock refund tx swipeable at{{ data.coin_a_lock_refund_swipe_tx_est_final | formatts }}
{{ data.ticker_from }} chain median time{{ data.coin_a_last_median_time | formatts }}
{% if edit_bid %}

Edit Bid

{% if data.debug_ui == true %} {% endif %}
Change Bid State
Debug Option
Sweep No-Script TX
{% else %} {% if data.was_received == 'True' %}
{% endif %} {% if data.can_abandon == true %} {% endif %} {% if data.show_txns %} {% else %} {% endif %} {% endif %} {% if data.show_txns %} {% if data.xmr_b_shared_address %}

Shared Address: {{ data.xmr_b_shared_address }}

{% endif %} {% if data.xmr_b_half_privatekey %}

Key Half: {{ data.xmr_b_half_privatekey }}

{% endif %}

Transactions

{% for tx in data.txns %} {% endfor %}
Tx TypeTx IDBlocks Deep
{{ tx.type }}{{ tx.txid }}{{ tx.confirms }}
View Transaction
{% if data.view_tx_hex %}

{{ data.view_tx_hex }}

{% endif %} {% if data.lock_transfers %}


{% endif %} {% endif %}
{% if data.chain_a_lock_tx_inputs %}
Chain A Lock TX Inputs:
{% for txi in data.chain_a_lock_tx_inputs %} {% endfor %}
txidvoutlocked
{{ txi.txid }}{{ txi.vout }}{% if txi.islocked %} true {% else %} false {% endif %}
{% endif %}

Old States

{% for s in old_states %} {% endfor %}
StateSet At
{{ s[1] }}{{ s[0] | formatts }}

Events

{% for e in data.events %} {% endfor %}
AtEvent
{{ e.at | formatts }}{{ e.desc }}

home