{% include 'header.html' %} {% from 'style.html' import input_arrow_down_svg %}

Bid {% if debug_mode == true %} (Debug: bid_xmr template) {% endif %}

Bid ID: {{ bid_id }}

{% include 'inc_messages.html' %}
{% if data.was_sent == 'True' %} {% else %} {% endif %} {% 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 %}
Options
Details
Swap
{{ data.amt_to }} {{ data.ticker_to }} {{ data.amt_from }} {{ data.ticker_from }}
Swap
{{ data.amt_from }} {{ data.ticker_from }} {{ data.amt_to }} {{ data.ticker_to }}
Bid Rate {{ data.bid_rate }}
You Send {{ data.coin_to }} {{ data.coin_to }}
You Get {{ data.coin_from }} {{ data.coin_from }}
You Send {{ data.coin_from }} {{ data.coin_from }}
You Get {{ data.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 }}

Old states

{% for s in old_states %} {% endfor %}
Set at time
Old states
{{ s[0] | formatts }}
{{ s[1] }}
{% if data.events %}

Events

{% for e in data.events %} {% endfor %}
Time
Events
{{ e.at | formatts }}
{{ e.desc }}
{% else %} {% endif %}
{% if data.show_txns %} {% if data.xmr_b_shared_address or data.xmr_b_shared_viewkey or data.xmr_b_half_privatekey %}

View keys/Shared Address

{% if data.xmr_b_shared_address %} {% endif %} {% if data.xmr_b_shared_viewkey %} {% endif %} {% if data.xmr_b_half_privatekey %} {% endif %} {% if data.xmr_b_half_privatekey_remote %} {% endif %}
Type
Output
Shared Address: {{ data.xmr_b_shared_address }}
Shared View Key: {{ data.xmr_b_shared_viewkey }}
Key Half (WARNING key data!): {{ data.xmr_b_half_privatekey }}
Remote Key Half: {{ data.xmr_b_half_privatekey_remote }}
{% endif %}

Transactions

{% for tx in data.txns %} {% endfor %}
Tx Type
Tx ID
Blocks Deep
{{ tx.type }} {{ tx.txid }} {{ tx.confirms }}

More Information

Setting
Options
View Transaction:
{{ input_arrow_down_svg | safe }}
{% if data.view_tx_hex %} {% endif %} {% if data.lock_transfers %} {% endif %}
TX Hex:
{% endif %} {% if data.chain_a_lock_tx_inputs %}

Chain A Lock TX Inputs

{% for txi in data.chain_a_lock_tx_inputs %} {% endfor %}
TXID
Out
Locked
{{ txi.txid }} {{ txi.vout }} {% if txi.islocked %} true {% else %} false {% endif %}
{% endif %} {% if data.show_bidder_seq_diagram %}

Bidder Sequence Diagram

{% if data.reverse_bid %} {% else %} {% endif %}
{% endif %} {% if data.show_offerer_seq_diagram %}

Offerer Sequence Diagram

{% if data.reverse_bid %} {% else %} {% endif %}
{% endif %} {% if edit_bid %}
{% if data.debug_ui == true %} {% endif %}
Option
Settings
Change Bid State:
{{ input_arrow_down_svg | safe }}
Add Bid Action:
{{ input_arrow_down_svg | safe }}
Debug Option
{{ input_arrow_down_svg | safe }}
Sweep No-Script TX
{% else %}
{% if data.show_bidder_seq_diagram %}
{% else %}
{% endif %} {% if data.show_offerer_seq_diagram %}
{% else %}
{% endif %} {% if data.show_txns %}
{% else %}
{% endif %}
{% endif %} {% if data.can_abandon == true %}
{% endif %} {% if data.was_received == 'True' and not edit_bid and data.can_accept_bid %}
{% endif %}
{% include 'footer.html' %}