tx · 3ZPEndV7MFnAUVYnVSC1gHcotoZFWV6MwcpDhQAMYU6x

3PQsCdoQfP5tGZFy7ntmD1quyaZ5UNJ5itC:  -0.01400000 Waves

2021.07.29 23:45 [2700227] smart account 3PQsCdoQfP5tGZFy7ntmD1quyaZ5UNJ5itC > SELF 0.00000000 Waves

{ "type": 13, "id": "3ZPEndV7MFnAUVYnVSC1gHcotoZFWV6MwcpDhQAMYU6x", "fee": 1400000, "feeAssetId": null, "timestamp": 1627590543667, "version": 1, "sender": "3PQsCdoQfP5tGZFy7ntmD1quyaZ5UNJ5itC", "senderPublicKey": "7iNw2QFavZejsEszVrMx9fHSDTmfG2KPuAX84TzuCaa", "proofs": [ "3jjGKxY1nqYwSssJCU7mwTrSruFXg72qnjD7YeWzHpPY7kzRfRwpPz73QjeQBNz5UFseKbJxbvnmhWdihFiJCQsQ" ], "script": "base64:AwQAAAAHJG1hdGNoMAUAAAACdHgDCQAAAQAAAAIFAAAAByRtYXRjaDACAAAAE1RyYW5zZmVyVHJhbnNhY3Rpb24EAAAAAXQFAAAAByRtYXRjaDAGB0tYECM=", "chainId": 87, "height": 2700227, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: none Next: none Full:
OldNewDifferences
1-# no script
1+{-# STDLIB_VERSION 3 #-}
2+{-# CONTENT_TYPE EXPRESSION #-}
3+match tx {
4+ case t: TransferTransaction =>
5+ true
6+ case _ =>
7+ false
8+}

github/deemru/w8io/6500d08 
31.56 ms