{{define "specific"}}{{$cs := .CoinShortcut}}{{$tx := .Tx}}
| Mined Time | {{formatUnixTime $tx.Blocktime}} | |||
| In Block | {{if $tx.Confirmations}}{{$tx.Blockhash}}{{else}}Unconfirmed{{end}} | |||
| In Block Height | {{$tx.Blockheight}} | |||
| Status | {{- if $tx.EthereumSpecific.Status -}} {{- if eq $tx.EthereumSpecific.Status 1 -}}Success | {{- else -}} {{- if eq $tx.EthereumSpecific.Status -1 -}}Pending | {{- else -}}Unknown | {{- end -}} {{- end -}} {{- else -}}Fail | {{- end -}}
| 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}} |