{% include 'header.html' %} {% from 'style.html' import circular_arrows_svg, input_arrow_down_svg, small_arrow_white_right_svg %} {% from 'macros.html' import breadcrumb %}
BID ID: {{ bid_id }}
|
Options
|
Details
|
|---|---|
| Swap |
{{ data.amt_to }} {{ data.ticker_to }}
{{ small_arrow_white_right_svg | safe }}
{{ data.amt_from }} {{ data.ticker_from }}
|
| Swap |
{{ data.amt_from }} {{ data.ticker_from }}
{{ small_arrow_white_right_svg | safe }}
{{ data.amt_to }} {{ data.ticker_to }}
|
| Bid Rate | {{ data.bid_rate }} |
| You Send |
{{ data.coin_to }}
|
| You Get |
{{ data.coin_from }}
|
| You Send |
{{ data.coin_from }}
|
| You Get |
{{ 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 }} |
| Bid Type | {% if data.was_sent and data.was_received %}Self Bid{% elif data.was_sent %}Sent{% elif data.was_received %}Received{% endif %} |
| Initiate Tx | {{ data.initiate_tx }} |
| Initiate Conf | {{ data.initiate_conf }} |
| Participate Tx | {{ data.participate_tx }} |
| Participate Conf | {{ data.participate_conf }} |
| Initiate Tx Refund | {{ data.initiate_tx_refund }} |
| Participate Tx Refund | {{ data.participate_tx_refund }} |
| Initiate Tx Spend Tx | {{ data.initiate_tx_spend }} |
| Participate Tx Spend Tx | {{ data.participate_tx_spend }} |
|
Set at time
|
Old states
|
|---|---|
|
{{ s[0] | formatts }}
|
{{ s[1] }} |
|
Time
|
Events
|
|---|---|
|
{{ e.at | formatts }}
|
{{ e.desc }} |