tx · FvbTA5YdLeNNGGAFexQ5trfUTNuBPNx5Z2FDASZ4SrPP 3MqznbvHM2CqEVG6HKpWQmmXrWWHgBmFcAJ: -0.01400000 Waves 2019.08.12 22:39 [628269] smart account 3MqznbvHM2CqEVG6HKpWQmmXrWWHgBmFcAJ > SELF 0.00000000 Waves
{ "type": 13, "id": "FvbTA5YdLeNNGGAFexQ5trfUTNuBPNx5Z2FDASZ4SrPP", "fee": 1400000, "feeAssetId": null, "timestamp": 1565638756099, "version": 1, "sender": "3MqznbvHM2CqEVG6HKpWQmmXrWWHgBmFcAJ", "senderPublicKey": "ZraXNPmgMBqgqkQTGzk1eSocVLj4R6wNqkDnCmJLm1G", "proofs": [ "Q3318SY1esaf3WLjgaPuHDA8Q6Hym5d2aGoApU6AUr4P2wt22aWPxgnzAQxPPECm7wJ5bfv9K1eB8Tgikpazmjw" ], "script": null, "chainId": 84, "height": 628269, "spentComplexity": 0 } View: original | compacted Prev: 94WUAoC2EP9PQ4i1w3GKnApev7iXzw9M83xwei4yYcQz Next: CgGhgKuVkR65frTf5y6UVtPEf2nMHvPdRA9mALZixdMk Full:
Old | New | Differences | |
---|---|---|---|
1 | - | {-# STDLIB_VERSION 3 #-} | |
2 | - | {-# SCRIPT_TYPE ACCOUNT #-} | |
3 | - | {-# CONTENT_TYPE DAPP #-} | |
4 | - | ||
5 | - | ||
6 | - | @Callable(inv) | |
7 | - | func c (x) = WriteSet([DataEntry("c", (x + 1))]) | |
8 | - | ||
9 | - | ||
10 | - | ||
11 | - | @Callable(inv) | |
12 | - | func d (x1,x2,x3,x4) = WriteSet([DataEntry("d1", x1), DataEntry("d2", (x2 + x2)), DataEntry("d3", (x3 + x3)), DataEntry("d4", x4)]) | |
13 | - | ||
14 | - | ||
15 | - | ||
16 | - | @Callable(inv) | |
17 | - | func e () = WriteSet([DataEntry("e", "e")]) | |
18 | - | ||
19 | - | ||
1 | + | # no script |
github/deemru/w8io/026f985 16.27 ms ◑