{% if (sweeps_is_miner is defined) and (sweeps_is_miner) %}
Transaction Id | Age [h:m:s] | {% if (sweeps_is_miner is not defined) or (not sweeps_is_miner) %}Owned by | {% endif %}Decoys per Input | Inputs / Outputs | Self Decoys | Other Decoys | Unknown Decoys | Swept Coinbase Value | |
---|---|---|---|---|---|---|---|---|---|
{{ s.Id|shorten(10) }} | {{ date_diff_short(s.Timestamp) }} | {% if (sweeps_is_miner is not defined) or (not sweeps_is_miner) %}{{ s.Address.ToBase58()|shorten(10) }} | {% endif %}{{ s.InputDecoyCount }} | {{ s.InputCount }} / {{ s.GlobalOutputIndices|length }} | {{ s.MinerCount }} ({{(s.MinerRatio*100)|round(2)}}%) | {{ s.OtherMinersCount }} ({{(s.OtherMinersRatio*100)|round(2)}}%) | {{ s.NoMinerCount }} ({{(s.NoMinerRatio*100)|round(2)}}%) | {% if s.Value == 0 %}- | {% else %}{{ monero_to_xmr(s.Value) }} XMR | {% endif %}