TRANSACTION DETAILS

Exchange:

  • Sender: {{transaction.sender?.vcard.fn}}

    Sender Address: {{transaction.from}}

  • Recipient: {{transaction.recipient?.vcard.fn}}

    Recipient Address: {{transaction.to}}

  • Amount: {{transaction.token.symbol + ' ' + transaction.value}}

Token:

  • Address: {{transaction.token.address}}

  • Name: {{transaction.token.name}}

  • Symbol: {{transaction.token.symbol}}

Transaction:

  • Block: {{transaction.tx.block}}

  • Index: {{transaction.tx.txIndex}}

  • Hash: {{transaction.tx.txHash}}

  • Success: {{transaction.tx.success}}

  • Timestamp: {{transaction.tx.timestamp | date}}