{% include 'header.html' %} {% from 'style.html' import input_arrow_down_svg, circular_arrows_svg, confirm_green_svg, green_cross_close_svg, circular_info_messages_svg %} {% from 'macros.html' import breadcrumb %}
OFFER ID: {{ offer_id }}
|
Options
|
Details
|
|---|---|
| Offer State | {{ data.state }} |
| Swap Type | {{ data.swap_type }}{% if data.reverse == true %} (Transposed){% endif %} |
| {% if data.sent %}You Send{% else %}You Get{% endif %} |
{{ data.coin_from }}
|
| {% if data.sent %}You Get{% else %}You Send{% endif %} |
{{ data.coin_to }}
|
| Amount Offerer Sends | {{ data.amt_from }} {{ data.tla_from }} |
| Amount Bidder Sends | {{ data.amt_to }} {{ data.tla_to }} |
| Minimum Purchase | {{ data.amt_bid_min }} {{ data.tla_from }} |
| Rate | {{ data.rate }} |
| Amount Swapped | {{ data.amt_swapped }} {{ data.tla_from }} |
| Amount Variable | {{ data.amount_negotiable }} |
| Rate Variable | {{ data.rate_negotiable }} |
| Script Lock Type | {{ data.lock_type }} |
| Script Lock Value | {{ data.lock_value }} {{ data.lock_value_hr }} |
| Address To | {{ data.addr_to }} |
| Address To | {{ data.addr_to }} {{ data.addr_to_label }} |
| Address From | {{ data.addr_from }} {{ data.addr_from_label }} |
|
Created At
|
{{ data.created_at | formatts }} |
|
Expired At
|
{{ data.expired_at | formatts }} |
| Sent | {{ data.sent }} |
| Revoked | {{ data.was_revoked }} |
| Auto Accept Type | {% if data.auto_accept_type is none %} Unknown {% elif data.auto_accept_type == 0 %} Bids are accepted manually {% elif data.auto_accept_type == 1 %} Bids are accepted automatically {% elif data.auto_accept_type == 2 %} Bids are accepted automatically from known identities {% else %} Unknown ({{ data.auto_accept_type }}) {% endif %} |
| Chain A offer fee rate | {{ data.a_fee_rate }} |
| Chain A local fee rate | {{ data.a_fee_rate_verify }} (Fee source: {{ data.a_fee_rate_verify_src }}{% if data.a_fee_warn == true %} WARNING {% endif %}) |
|
Bid ID
|
Bid Amount
|
Bid Rate
|
Bid Status
|
Identity From
|
|---|---|---|---|---|
| {{ b[0] }} | {{ b[1] }} | {{ b[3] }} | {{ b[2] }} | {{ b[4] }} |
|
Options
|
Settings
|
|---|---|
| Auto Accept Strategy: |
{{ input_arrow_down_svg | safe }}
|
|
Options
|
Value
|
|---|---|
| Send From Address |
{{ input_arrow_down_svg | safe }}
|
Sending ({{ data.tla_to }})
|
max {{ data.amt_to }} ({{ data.tla_to }})
|
Receiving ({{ data.tla_from }})
|
max {{ data.amt_from }} ({{ data.tla_from }})
(excluding estimated {{ data.amt_from_lock_spend_tx_fee }} {{ data.tla_from }} in tx fees)
{% else %}
(excluding a tx fee)
{% endif %}
|
Sending ({{ data.tla_to }})
|
max {{ data.amt_to }} ({{ data.tla_to }})
(Amount not variable)
|
Receiving ({{ data.tla_from }})
|
max {{ data.amt_from }} ({{ data.tla_from }})
(excluding estimated {{ data.amt_from_lock_spend_tx_fee }} {{ data.tla_from }} in tx fees)
{% else %}
(excluding a tx fee)
{% endif %}
|
| Rate |
{% if data.rate_negotiable == true %}
{% else %}
(Rate is not negotiable)
{% endif %}
|
| Minutes valid | |
| Debug Option: |
{{ input_arrow_down_svg | safe }}
|