{{define "specific"}}{{$cs := .CoinShortcut}}{{$tx := .Tx}}

Transaction

{{$tx.Txid}}

Summary

{{- if $tx.Confirmations -}} {{end -}} {{- if $tx.Confirmations -}} {{end}} {{- if $tx.EthereumSpecific -}} {{- if $tx.EthereumSpecific.Status -}} {{- if eq $tx.EthereumSpecific.Status 1 -}} {{- else -}} {{- if eq $tx.EthereumSpecific.Status -1 -}} {{- else -}} {{- end -}} {{- end -}} {{- else -}} {{- end -}} {{- else -}} {{- end -}} {{- if $tx.FeesSat -}} {{end -}}
Mined Time {{formatUnixTime $tx.Blocktime}}
In Block {{if $tx.Confirmations}}{{$tx.Blockhash}}{{else}}Unconfirmed{{end}}
In Block Height {{$tx.Blockheight}}
StatusSuccessPendingUnknownFail
Value {{formatAmount $tx.ValueOutSat}} {{$cs}}
Gas Used / Limit {{if $tx.EthereumSpecific.GasUsed}}{{$tx.EthereumSpecific.GasUsed}}{{else}}pending{{end}} / {{$tx.EthereumSpecific.GasLimit}}
Gas Price {{formatAmount $tx.EthereumSpecific.GasPrice}} {{$cs}}
Total Input {{formatAmount $tx.ValueInSat}} {{$cs}}
Total Output {{formatAmount $tx.ValueOutSat}} {{$cs}}
Fees {{formatAmount $tx.FeesSat}} {{$cs}}

Details

{{template "txdetail" .}}
Raw Transaction

    
{{end}}