tx · 3io7DA9nzgbWubicsgyugADStk4GsW6AZwhm1HgNzWcQ
3MqznbvHM2CqEVG6HKpWQmmXrWWHgBmFcAJ: -0.01400000 Waves
2020.09.23 23:54 [1190441] smart account 3MqznbvHM2CqEVG6HKpWQmmXrWWHgBmFcAJ > SELF 0.00000000 Waves
{
"type": 13,
"id": "3io7DA9nzgbWubicsgyugADStk4GsW6AZwhm1HgNzWcQ",
"fee": 1400000,
"feeAssetId": null,
"timestamp": 1600894489820,
"version": 1,
"sender": "3MqznbvHM2CqEVG6HKpWQmmXrWWHgBmFcAJ",
"senderPublicKey": "ZraXNPmgMBqgqkQTGzk1eSocVLj4R6wNqkDnCmJLm1G",
"proofs": [
"4Nhg7bWj8WqZXBsnnryLJNPiGDXhGPEYoHUncFqMVERAMkpoaVv2nq48KZQmHqfkXMA6mqYJqhtbXCcY1rhjBLZg"
],
"script": null,
"chainId": 84,
"height": 1190441,
"applicationStatus": "succeeded",
"spentComplexity": 0
}
View: original | compacted
Prev: Fb7bsQqSfmgeY8428XK1RpvEFmHfghDamHexQFcHmuXA
Next: CzcrYNEKDhm7fWoJQSjTXBLhojwU4y4Ls3iUyDVEHf9P
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 |
---|