tx · EiVKPKVFmcTfz5zzxvFuXYij1Nnx5TkuhryrS2uZv4BR
3N7eEzkCtBoWaNRe4ZuTPrChbnjBLKDb9Bx: -0.01000000 Waves
2023.05.24 17:15 [2592169] smart account 3N7eEzkCtBoWaNRe4ZuTPrChbnjBLKDb9Bx > SELF 0.00000000 Waves
{
"type": 13,
"id": "EiVKPKVFmcTfz5zzxvFuXYij1Nnx5TkuhryrS2uZv4BR",
"fee": 1000000,
"feeAssetId": null,
"timestamp": 1684937715020,
"version": 2,
"chainId": 84,
"sender": "3N7eEzkCtBoWaNRe4ZuTPrChbnjBLKDb9Bx",
"senderPublicKey": "2NK7BrUZMvnHzAoHnJfz3FuDBP5zYUNoxshB49AH2kbc",
"proofs": [
"5FC2V7YfDcm6Jd1zgbUbLoyvN7ZunkT7kkpDULfq3NAPXzo7CEn4XcDQ7A6Y3VC4E7h8DdS4BwkcEsKkuNUwCXer"
],
"script": "base64:BgIJCAISBQoDCAEBAAEBaQEDZm9vAwVkQXBwMQFhCWl0ZXJhdGlvbgQDcmVzCQD9BwQFBHRoaXMCA2ZvbwkAzAgCBQFhBQNuaWwFA25pbAMJAAACBQNyZXMFA3JlcwMJAGYCBQlpdGVyYXRpb24FAWEJAJQKAgUDbmlsBQNyZXMJAMwIAgkBDEludGVnZXJFbnRyeQICBGNhbGwFAWEFA25pbAkAAgECJFN0cmljdCB2YWx1ZSBpcyBub3QgZXF1YWwgdG8gaXRzZWxmLgD1fiUZ",
"height": 2592169,
"applicationStatus": "succeeded",
"spentComplexity": 0
}
View: original | compacted
Prev: CgvD1Xr11vKjBV3QBvdg53vDeyTWtRUYq2kJXr2k3wri
Next: AJE7pPuY2ckjqotwT813VL3uNfqvuETZKZc5fYoCBn6v
Diff:
Old | New | | Differences |
---|
4 | 4 | | |
---|
5 | 5 | | |
---|
6 | 6 | | @Callable(i) |
---|
7 | | - | func foo (dApp1,a,key1) = { |
---|
8 | | - | let res = reentrantInvoke(this, "bar", [0], nil) |
---|
| 7 | + | func foo (dApp1,a,iteration) = { |
---|
| 8 | + | let res = reentrantInvoke(this, "foo", [a], nil) |
---|
9 | 9 | | if ((res == res)) |
---|
10 | | - | then { |
---|
11 | | - | let iteration = 95 |
---|
12 | | - | if ((iteration > a)) |
---|
13 | | - | then $Tuple2(nil, res) |
---|
14 | | - | else [IntegerEntry("call", a)] |
---|
15 | | - | } |
---|
| 10 | + | then if ((iteration > a)) |
---|
| 11 | + | then $Tuple2(nil, res) |
---|
| 12 | + | else [IntegerEntry("call", a)] |
---|
16 | 13 | | else throw("Strict value is not equal to itself.") |
---|
17 | 14 | | } |
---|
18 | | - | |
---|
19 | | - | |
---|
20 | | - | |
---|
21 | | - | @Callable(i) |
---|
22 | | - | func bar (a) = $Tuple2(nil, (a + 1)) |
---|
23 | 15 | | |
---|
24 | 16 | | |
---|
Full:
Old | New | | Differences |
---|
1 | 1 | | {-# STDLIB_VERSION 6 #-} |
---|
2 | 2 | | {-# SCRIPT_TYPE ACCOUNT #-} |
---|
3 | 3 | | {-# CONTENT_TYPE DAPP #-} |
---|
4 | 4 | | |
---|
5 | 5 | | |
---|
6 | 6 | | @Callable(i) |
---|
7 | | - | func foo (dApp1,a,key1) = { |
---|
8 | | - | let res = reentrantInvoke(this, "bar", [0], nil) |
---|
| 7 | + | func foo (dApp1,a,iteration) = { |
---|
| 8 | + | let res = reentrantInvoke(this, "foo", [a], nil) |
---|
9 | 9 | | if ((res == res)) |
---|
10 | | - | then { |
---|
11 | | - | let iteration = 95 |
---|
12 | | - | if ((iteration > a)) |
---|
13 | | - | then $Tuple2(nil, res) |
---|
14 | | - | else [IntegerEntry("call", a)] |
---|
15 | | - | } |
---|
| 10 | + | then if ((iteration > a)) |
---|
| 11 | + | then $Tuple2(nil, res) |
---|
| 12 | + | else [IntegerEntry("call", a)] |
---|
16 | 13 | | else throw("Strict value is not equal to itself.") |
---|
17 | 14 | | } |
---|
18 | | - | |
---|
19 | | - | |
---|
20 | | - | |
---|
21 | | - | @Callable(i) |
---|
22 | | - | func bar (a) = $Tuple2(nil, (a + 1)) |
---|
23 | 15 | | |
---|
24 | 16 | | |
---|