{% extends "base.html" %} {% block title %} - Sweep Transaction Lookup{% endblock %} {% block content %}
Not enough miner results found.
{% else %}
Transaction Id: {{ txid }} {% set minerAddress = miner.Address.ToBase58() %}Miner Payout Address: {{ minerAddress }} Likely: {% if likely_miner %}Yes{% else %}Not likely{% endif %} |
||||||||||||||
Total Inputs {{ result.Inputs|length }} |
Decoys per Input {{ result.Inputs[0].Input.KeyOffsets|length }} |
Unknown Inputs {{ no_miner_count }} ({{no_miner_ratio|round(3) }}%) |
Other Miner Inputs {{ other_miner_count }} ({{other_miner_ratio|round(3) }}%) |
Top Miner Inputs {{ miner_count }} ({{miner_ratio|round(3) }}%) |
Coinbase Inputs Amount {{ monero_to_xmr(miner.CoinbaseAmount) }} XMR |
Coinbase / Sweep Inputs {{ miner.CoinbaseCount }} / {{ miner.SweepCount }} |
||||||||
Miner inputs time scale (from {{ utc_date(bottom_timestamp) }} to {{ utc_date(top_timestamp) }}){{ miner_coinbase_chart }}
{{ miner_sweep_chart }}
| ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Other Miner inputs time scale (from {{ utc_date(bottom_timestamp) }} to {{ utc_date(top_timestamp) }}){{ other_miner_coinbase_chart }}
{{ other_miner_sweep_chart }}
| ||||||||||||||
Unknown inputs time scale (from {{ utc_date(bottom_timestamp) }} to {{ utc_date(top_timestamp) }}){{ no_miner_chart }}
| ||||||||||||||
Input Index | Input Key Image | Decoy Owner | Source Transaction | Global Output Index | Source Type | Source Value | ||||||||
{% else %} | ||||||||||||||
{{ index }} | {{ input.Input.KeyImage|shorten(10) }} | {% endif %}- | {% set out = result.Outs[totalInputCount] %}{{ out.TransactionId|shorten(10) }} | {{ input.Input.KeyOffsets[oindex] }} | - | - | ||||||||
{% else %} | ||||||||||||||
{{ index }} | {{ input.Input.KeyImage|shorten(10) }} | {% endif %}{{ o.Address.ToBase58()|shorten(10) }} | {% if not is_nil(o.Coinbase) %}{{ o.Coinbase.Id|shorten(10) }} #{{ o.Coinbase.Index }} | {{ o.GlobalOutputIndex }} | Coinbase | {{ monero_to_xmr(o.Coinbase.Value) }} XMR | {% elseif not is_nil(o.Sweep) %}{{ o.Sweep.Id|shorten(10) }} {% for oindex, goi in o.Sweep.GlobalOutputIndices %} {% if goi == o.GlobalOutputIndex %} #{{ oindex }}/{{ o.Sweep.GlobalOutputIndices|length }} {% endif %} {% endfor %} | {{ o.GlobalOutputIndex }} | Previous Sweep | (?) {{ monero_to_xmr(o.Sweep.Value) }} XMR | {% else %}Unknown | {{ o.GlobalOutputIndex }} | - | - | {% endif %}