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:
OldNewDifferences
44
55
66 @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)
99 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)]
1613 else throw("Strict value is not equal to itself.")
1714 }
18-
19-
20-
21-@Callable(i)
22-func bar (a) = $Tuple2(nil, (a + 1))
2315
2416
Full:
OldNewDifferences
11 {-# STDLIB_VERSION 6 #-}
22 {-# SCRIPT_TYPE ACCOUNT #-}
33 {-# CONTENT_TYPE DAPP #-}
44
55
66 @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)
99 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)]
1613 else throw("Strict value is not equal to itself.")
1714 }
18-
19-
20-
21-@Callable(i)
22-func bar (a) = $Tuple2(nil, (a + 1))
2315
2416

github/deemru/w8io/169f3d6 
30.89 ms