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
55
66 @Callable(a)
77 func foo (b,c,d) = {
8- let e = reentrantInvoke(this, "bar", [0], nil)
8+ let e = reentrantInvoke(this, "foo", [c], nil)
99 if ((e == e))
10- then {
11- let f = 95
12- if ((f > c))
13- then $Tuple2(nil, e)
14- else [IntegerEntry("call", c)]
15- }
10+ then if ((d > c))
11+ then $Tuple2(nil, e)
12+ else [IntegerEntry("call", c)]
1613 else throw("Strict value is not equal to itself.")
1714 }
18-
19-
20-
21-@Callable(a)
22-func bar (c) = $Tuple2(nil, (c + 1))
2315
2416
Full:
OldNewDifferences
11 {-# STDLIB_VERSION 6 #-}
22 {-# SCRIPT_TYPE ACCOUNT #-}
33 {-# CONTENT_TYPE DAPP #-}
44
55
66 @Callable(a)
77 func foo (b,c,d) = {
8- let e = reentrantInvoke(this, "bar", [0], nil)
8+ let e = reentrantInvoke(this, "foo", [c], nil)
99 if ((e == e))
10- then {
11- let f = 95
12- if ((f > c))
13- then $Tuple2(nil, e)
14- else [IntegerEntry("call", c)]
15- }
10+ then if ((d > c))
11+ then $Tuple2(nil, e)
12+ else [IntegerEntry("call", c)]
1613 else throw("Strict value is not equal to itself.")
1714 }
18-
19-
20-
21-@Callable(a)
22-func bar (c) = $Tuple2(nil, (c + 1))
2315
2416

github/deemru/w8io/169f3d6 
31.81 ms