2016-05-09 03:44:36 +00:00
|
|
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<H4 style="margin:5px">Tx hash: {{tx_hash}}</H4>
|
|
|
|
<H5 style="margin:5px">Tx public key: {{tx_pub_key}}</H5>
|
|
|
|
|
|
|
|
|
|
|
|
{{#has_payment_id}}
|
2016-09-27 00:41:44 +00:00
|
|
|
<H5 style="margin:5px">Payment id: {{payment_id}}</H5>
|
2016-05-09 03:44:36 +00:00
|
|
|
{{/has_payment_id}}
|
|
|
|
|
|
|
|
{{#has_payment_id8}}
|
2016-09-27 00:41:44 +00:00
|
|
|
<H5 style="margin:5px">Payment id (encrypted): {{payment_id8}}</H5>
|
2016-05-09 03:44:36 +00:00
|
|
|
{{/has_payment_id8}}
|
|
|
|
|
|
|
|
|
|
|
|
<table class="center" style="width: 80%; margin-top:10px">
|
|
|
|
<tr>
|
|
|
|
<td>Block: {{blk_height}}</td>
|
|
|
|
<td>Timestamp [UCT]: {{blk_timestamp}}</td>
|
|
|
|
<td>Age [y:d:h:m:s]: {{delta_time}}</td>
|
|
|
|
<td>Fee: {{tx_fee}}</td>
|
|
|
|
<td>Tx size: {{tx_size}} kB</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
2016-09-18 02:12:40 +00:00
|
|
|
{{^tx_prove}}
|
|
|
|
<h3>Checking which outputs belong to the given address and viewkey</h3>
|
|
|
|
<h5>address: {{xmr_address}}</h5>
|
|
|
|
<h5>viewkey: {{viewkey}}</h5>
|
|
|
|
{{/tx_prove}}
|
|
|
|
{{#tx_prove}}
|
|
|
|
<h3>Prove that you send this tx to the given address</h3>
|
|
|
|
<h5>address: {{xmr_address}}</h5>
|
2016-09-22 05:06:03 +00:00
|
|
|
<h5>Tx private key: {{viewkey}}</h5>
|
2016-09-18 02:12:40 +00:00
|
|
|
{{/tx_prove}}
|
2016-05-09 03:44:36 +00:00
|
|
|
|
|
|
|
<h3>Outputs ({{outputs_no}})</h3>
|
|
|
|
<div class="center">
|
|
|
|
<table class="center" >
|
|
|
|
<tr>
|
2017-01-19 04:22:01 +00:00
|
|
|
<td>output public key</td>
|
2016-05-09 03:44:36 +00:00
|
|
|
<td>amount</td>
|
2016-05-09 07:11:31 +00:00
|
|
|
<td>output match?</td>
|
2016-05-09 03:44:36 +00:00
|
|
|
</tr>
|
|
|
|
{{#outputs}}
|
|
|
|
<tr>
|
|
|
|
<td>{{output_idx}}: {{out_pub_key}}</td>
|
|
|
|
<td>{{amount}}</td>
|
2016-09-17 08:30:12 +00:00
|
|
|
{{#mine_output}}
|
|
|
|
<td>
|
|
|
|
<span style="color: #008009;font-weight: bold">
|
|
|
|
{{mine_output}}
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
{{/mine_output}}
|
|
|
|
{{^mine_output}}
|
2016-09-30 04:45:35 +00:00
|
|
|
<td>{{mine_output}}</td>
|
2016-09-17 08:30:12 +00:00
|
|
|
{{/mine_output}}
|
2016-05-09 03:44:36 +00:00
|
|
|
</tr>
|
|
|
|
{{/outputs}}
|
|
|
|
</table>
|
2016-05-09 04:07:10 +00:00
|
|
|
|
2017-01-18 12:30:15 +00:00
|
|
|
<h3>
|
2017-01-19 02:57:39 +00:00
|
|
|
Sum XMR from matched outputs (i.e., incoming XMR):
|
2017-01-18 12:30:15 +00:00
|
|
|
{{#found_our_outputs}}
|
|
|
|
{{sum_xmr}}
|
|
|
|
{{/found_our_outputs}}
|
|
|
|
{{^found_our_outputs}}
|
|
|
|
0.000000000000
|
|
|
|
{{/found_our_outputs}}
|
|
|
|
</h3>
|
2016-12-20 07:08:33 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2017-01-12 01:56:52 +00:00
|
|
|
{{#show_inputs}}
|
2017-01-20 00:07:42 +00:00
|
|
|
<br/>
|
2017-01-20 00:37:21 +00:00
|
|
|
<label id="show-decoded-inputs" for="toggle-1">Show decoded inputs</label>
|
|
|
|
<input type="checkbox" id="toggle-1">
|
|
|
|
|
|
|
|
<div id="decoded-inputs">
|
2017-01-19 04:22:01 +00:00
|
|
|
<h3>Inputs ({{inputs_no}})</h3>
|
2017-01-12 01:56:52 +00:00
|
|
|
<div class="center">
|
|
|
|
{{#inputs}}
|
|
|
|
<h4>Key image: {{key_image}}, amount {{key_image_amount}}</h4>
|
|
|
|
{{#mixins}}
|
2017-01-17 09:07:14 +00:00
|
|
|
{{#has_mixin_outputs}}
|
|
|
|
{{#mixin_outputs}}
|
2017-01-18 05:19:13 +00:00
|
|
|
<div class="center">
|
|
|
|
<table class="center">
|
|
|
|
<tr>
|
|
|
|
<td style="text-align: center;">
|
2017-01-19 04:22:01 +00:00
|
|
|
Mixin {{mixin_pub_key}} might use your outputs
|
2017-01-18 06:35:12 +00:00
|
|
|
<br/>
|
|
|
|
from tx of public key: <a href="/tx/{{mix_tx_hash}}">{{mix_tx_pub_key}}</a>
|
2017-01-18 05:19:13 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
2017-01-17 09:07:14 +00:00
|
|
|
{{#has_found_outputs}}
|
2017-01-18 05:19:13 +00:00
|
|
|
<tr><td>
|
|
|
|
<div class="center">
|
|
|
|
<table class="center">
|
|
|
|
<tr>
|
|
|
|
<td>output public key</td>
|
|
|
|
<td>amount</td>
|
2017-01-19 04:22:01 +00:00
|
|
|
<td>output match?</td>
|
2017-01-18 05:19:13 +00:00
|
|
|
</tr>
|
|
|
|
{{#found_outputs}}
|
|
|
|
<tr>
|
|
|
|
<td>{{my_public_key}}</td>
|
|
|
|
<td>{{amount}}</td>
|
|
|
|
<td>
|
|
|
|
{{#mine_output}}
|
2017-01-19 04:22:01 +00:00
|
|
|
<span style="color: #008009;font-weight: bold">{{mine_output}}</span>{{#out_in_match}}*{{/out_in_match}}
|
2017-01-18 05:19:13 +00:00
|
|
|
{{/mine_output}}
|
|
|
|
{{^mine_output}}
|
|
|
|
{{mine_output}}
|
|
|
|
{{/mine_output}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
{{/found_outputs}}
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</td></tr>
|
2017-01-17 09:07:14 +00:00
|
|
|
{{/has_found_outputs}}
|
2017-01-18 05:19:13 +00:00
|
|
|
</table>
|
|
|
|
</div>
|
2017-01-17 09:07:14 +00:00
|
|
|
{{/mixin_outputs}}
|
|
|
|
{{/has_mixin_outputs}}
|
2017-01-12 01:56:52 +00:00
|
|
|
{{/mixins}}
|
|
|
|
{{/inputs}}
|
|
|
|
|
|
|
|
</div>
|
2017-01-19 02:57:39 +00:00
|
|
|
<h3>
|
|
|
|
Sum XMR from matched mixin's outputs: {{sum_mixin_xmr}}
|
|
|
|
<br/>
|
2017-01-19 04:22:01 +00:00
|
|
|
<span style="font-size: 16px"> Possible spending is:
|
|
|
|
{{possible_spending}} (tx fee included)
|
|
|
|
</span>
|
2017-01-19 02:57:39 +00:00
|
|
|
<br/>
|
2017-01-19 04:22:01 +00:00
|
|
|
<span style="font-size: 14px">Note: without private spendkey,
|
|
|
|
it is impossible to know whether this is your real spending. <br/>
|
|
|
|
So do not take this number seriously.
|
|
|
|
It is probably totally wrong anyway.</span>
|
2017-01-19 02:57:39 +00:00
|
|
|
</h3>
|
2017-01-20 00:37:21 +00:00
|
|
|
</div>
|
|
|
|
|
2017-01-12 01:56:52 +00:00
|
|
|
{{/show_inputs}}
|
2016-05-09 03:44:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
</div>
|
2017-01-20 00:37:21 +00:00
|
|
|
<br/>
|