tx · Cp5gBreuBM5FsQc7F6DX6knL2VahP3jQ9nfuHBFitBzy
3MqznbvHM2CqEVG6HKpWQmmXrWWHgBmFcAJ: -0.01400000 Waves
2019.07.22 12:46 [597007] smart account 3MqznbvHM2CqEVG6HKpWQmmXrWWHgBmFcAJ > SELF 0.00000000 Waves
{
"type": 13,
"id": "Cp5gBreuBM5FsQc7F6DX6knL2VahP3jQ9nfuHBFitBzy",
"fee": 1400000,
"feeAssetId": null,
"timestamp": 1563788877144,
"version": 1,
"sender": "3MqznbvHM2CqEVG6HKpWQmmXrWWHgBmFcAJ",
"senderPublicKey": "ZraXNPmgMBqgqkQTGzk1eSocVLj4R6wNqkDnCmJLm1G",
"proofs": [
"4g7Lg5fJjyvtM17rNedGuDBF9zS4N9mzAK1Y4NjGqaEN7AcNqFE52PfgffzEZHe3gbLEqHZaqKz3LiyhDtMt979p"
],
"script": "base64:AAIDAAAAAAAAAAAAAAAAAAAAAQAAAANpbnYBAAAAA2ZvbwAAAAEAAAABYQkBAAAACFdyaXRlU2V0AAAAAQkABEwAAAACCQEAAAAJRGF0YUVudHJ5AAAAAgIAAAABYQUAAAABYQkABEwAAAACCQEAAAAJRGF0YUVudHJ5AAAAAgIAAAAGc2VuZGVyCAgFAAAAA2ludgAAAAZjYWxsZXIAAAAFYnl0ZXMFAAAAA25pbAAAAAC9w8U1",
"chainId": 84,
"height": 597007,
"spentComplexity": 0
}
View: original | compacted
Prev: 9e7zwY44gB4AVdRvYcWsEwoTiJiypecgJHwdeuKWsDhh
Next: 7h2WddfVCAK9v62TRdEf8xZ8fYKaRvvhTvbAxNp1ResN
Diff:
Old | New | | Differences |
---|
4 | 4 | | |
---|
5 | 5 | | |
---|
6 | 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")]) |
---|
| 7 | + | func foo (a) = WriteSet([DataEntry("a", a), DataEntry("sender", inv.caller.bytes)]) |
---|
18 | 8 | | |
---|
19 | 9 | | |
---|
Full:
Old | New | | Differences |
---|
1 | 1 | | {-# STDLIB_VERSION 3 #-} |
---|
2 | 2 | | {-# SCRIPT_TYPE ACCOUNT #-} |
---|
3 | 3 | | {-# CONTENT_TYPE DAPP #-} |
---|
4 | 4 | | |
---|
5 | 5 | | |
---|
6 | 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")]) |
---|
| 7 | + | func foo (a) = WriteSet([DataEntry("a", a), DataEntry("sender", inv.caller.bytes)]) |
---|
18 | 8 | | |
---|
19 | 9 | | |
---|