Transaction Hash: {{tx.hash}}
Status: Failed (Error encountered during transaction !) Success
Block: {{tx.blockNumber | number}}
TimeStamp: {{tx.timestamp | timeDuration}} ago ({{tx.datetime | date:'yyyy-MM-dd HH:mm:ss Z' }})
From: {{tx.from}} {{tx.tokenFrom}}
To: {{tx.to}} {{tx.tokenTo}}
Creates: {{tx.creates}}
Value: {{tx.value | number: 8}} {{ settings.symbol }} ({{ tx.valueUSD | currency : "$" : 4 }})
Token Value: {{tx.tokenValue | number: 8}} {{ tx.tokenSymbol }}
Transaction fee: {{tx.txFee | number : 6}} {{ settings.symbol }} ({{ tx.txFeeUSD | currency : "$" : 10 }})
Gas Limit: {{tx.gas | number}}
Gas Used by Transaction: {{tx.gasUsed | number}}
Gas Price: {{tx.gasPriceEther | number:9}} {{ settings.symbol }} ({{tx.gasPriceGwei | number}} Gwei)
Nonce: {{tx.nonce}}
Input Data
{{tx.input}}