tx · 6ny2tSsLfv1GkjgdUhcEqdrQ4fwJ9gjusB1cEFS7f4RP

3MthsuC5EDyehGoKvyzwhZvMENroHPsgaXS:  -0.01400000 Waves

2022.02.08 22:22 [1915065] smart account 3MthsuC5EDyehGoKvyzwhZvMENroHPsgaXS > SELF 0.00000000 Waves

{ "type": 13, "id": "6ny2tSsLfv1GkjgdUhcEqdrQ4fwJ9gjusB1cEFS7f4RP", "fee": 1400000, "feeAssetId": null, "timestamp": 1644348168465, "version": 2, "chainId": 84, "sender": "3MthsuC5EDyehGoKvyzwhZvMENroHPsgaXS", "senderPublicKey": "ALsqwPqiUP3bVbM7grozc1Y5oHVBAGKqACRJ5J8RXceC", "proofs": [ "5PUe8dHHHe3TJGxhoUP34eCuPfzdku6nBbibRbuqJUGVv71xD3RkvpogwWrehNfx7TK5e15fTJQUiRaqPgs9ZvEZ" ], "script": null, "height": 1915065, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: 6ekYVVvWeTh4AM31wBEuaVXjciLKBeC3pC11DVos7GLF Next: none Full:
OldNewDifferences
1-{-# STDLIB_VERSION 5 #-}
2-{-# CONTENT_TYPE EXPRESSION #-}
3-let dAppAddress = Address(base58'3N61Cvq5XcnPk9rxpy2Rnp3bSr4syNGUJph')
4-match tx {
5- case inv: InvokeScriptTransaction =>
6- let a = if ((inv.dApp == dAppAddress))
7- then (inv.function == "test")
8- else false
9- a
10- case _ =>
11- sigVerify(tx.bodyBytes, tx.proofs[0], tx.senderPublicKey)
12-}
1+# no script

github/deemru/w8io/169f3d6 
21.51 ms