| ID | Date | TX Type | Status | Payment Address | TX # | Block # | Amount | |
|---|---|---|---|---|---|---|---|---|
| {$TRANSACTIONS[transaction].id} | {$TRANSACTIONS[transaction].timestamp} | {$TRANSACTIONS[transaction].type} | {if $TRANSACTIONS[transaction].type == 'Credit_PPS' OR $TRANSACTIONS[transaction].type == 'Fee_PPS' OR $TRANSACTIONS[transaction].type == 'Donation_PPS' OR $TRANSACTIONS[transaction].type == 'Debit_MP' OR $TRANSACTIONS[transaction].type == 'Debit_AP' OR $TRANSACTIONS[transaction].type == 'TXFee' OR $TRANSACTIONS[transaction].confirmations >= $GLOBAL.confirmations } Confirmed {else if $TRANSACTIONS[transaction].confirmations == -1} Orphaned {else} Unconfirmed {/if} | {$TRANSACTIONS[transaction].coin_address|truncate:20:"...":true:true} | {if ! $GLOBAL.website.transactionexplorer.disabled}{$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true} | {else}{$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true} | {/if}{if $TRANSACTIONS[transaction].height == 0}n/a{else}{$TRANSACTIONS[transaction].height}{/if} | {$TRANSACTIONS[transaction].amount|number_format:"8"} |