{{ tx.txid }} {{ tx.txid }}
mined {{ tx.blocktime * 1000 | amDateFormat: 'MMMM D, YYYY h:mm:ss A' }}
{{ vin.addr }} {{ vin.addr }}
({{ 'Input unconfirmed' | translate }})
Incoherence in levelDB detected: {{ vin.dbError }}
Double spent attempt detected. From tx: {{ vin.doubleSpentTxID }}, {{ vin.doubleSpentIndex }}
{{ $root.currency.getConvertion(tx.showAdditInfo ? item.value : vin.value) }}
Confirmations:
{{ tx.confirmations }}
scriptSig
{{ scriptSigAsm }}
No Inputs (Newly Generated Coins)
{{ vout.addr }} {{ vout.contractAddress }} {{ vout.addr }}
{{ !tx.showAdditInfo ? $root.currency.getConvertion(vout.value) : $root.currency.getConvertion(item.value) }} (S) (U)
Type
{{ item.scriptPubKey.type }}
scriptPubKey
{{ item.scriptPubKey.asm }}
{{ ev.addressFrom }}
{{ $root.token.convertDecimals(ev.amount, ev.contractInfo.decimals) }} {{ ev.contractInfo.symbol }}
{{ ev.addressTo }}
{{ $root.token.convertDecimals(ev.amount, ev.contractInfo.decimals) }} {{ ev.contractInfo.symbol }}
Contract {{ tx.contractBytecodeType }}
Contract Code
{{ tx.contractBytecode }}
Asm
{{ tx.contractAsm }}
Fee: {{ $root.currency.getConvertion(tx.fees) }} {{ CC.currency.symbol }}
Unconfirmed Transaction!
{{ tx.confirmations }} {{ 'confirmations' | translate }}
{{ $root.currency.getConvertion(tx.valueOut) }}