tx · 47zqT2UpwhYHtYoXccgNB1cED8K5V4GUMBczT95s72Tk

3N7eEzkCtBoWaNRe4ZuTPrChbnjBLKDb9Bx:  -0.01000000 Waves

2023.05.27 08:31 [2595935] smart account 3N7eEzkCtBoWaNRe4ZuTPrChbnjBLKDb9Bx > SELF 0.00000000 Waves

{ "type": 13, "id": "47zqT2UpwhYHtYoXccgNB1cED8K5V4GUMBczT95s72Tk", "fee": 1000000, "feeAssetId": null, "timestamp": 1685165514055, "version": 2, "chainId": 84, "sender": "3N7eEzkCtBoWaNRe4ZuTPrChbnjBLKDb9Bx", "senderPublicKey": "2NK7BrUZMvnHzAoHnJfz3FuDBP5zYUNoxshB49AH2kbc", "proofs": [ "3BSPA8Qtjk4JyJtZUX5SgzbqJndvA3XQ1eTBFrWTihHkxLzazTUB5rmUzX7HbDz69GDmzqtPLM7juRRLHKdnDwHb" ], "script": "base64:AAIFAAAAAAAAAAcIAhIDCgEBAAAAAAAAAAEAAAABaQEAAAADZm9vAAAAAQAAAAlpdGVyYXRpb24EAAAADGdldEl0ZXJhdGlvbgkABBoAAAACBQAAAAR0aGlzAgAAAAV2YWx1ZQQAAAAGZ2V0SW50CQAAZQAAAAIKAAAAAAFABQAAAAxnZXRJdGVyYXRpb24DCQAAAQAAAAIFAAAAAUACAAAAA0ludAUAAAABQAkAAAIAAAABAgAAAB1Db3VsZG4ndCBjYXN0IEludHxVbml0IHRvIEludAAAAAAAAAAAAQMJAABmAAAAAgUAAAAGZ2V0SW50AAAAAAAAAAAABAAAAANyZXMJAAP9AAAABAUAAAAEdGhpcwIAAAADZm9vCQAETAAAAAIFAAAACWl0ZXJhdGlvbgUAAAADbmlsBQAAAANuaWwDCQAAAAAAAAIFAAAAA3JlcwUAAAADcmVzCQAETAAAAAIJAQAAAAxJbnRlZ2VyRW50cnkAAAACAgAAAAlpdGVyYXRpb24FAAAABmdldEludAUAAAADbmlsCQAAAgAAAAECAAAAJFN0cmljdCB2YWx1ZSBpcyBub3QgZXF1YWwgdG8gaXRzZWxmLgkAAAIAAAABAgAAACNUaGUgY3ljbGUgaGFzIHBhc3NlZCBhbGwgaXRlcmF0aW9ucwAAAABA8ikB", "height": 2595935, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: DhmVRrXZ89XykmCTsfcXPCLc3VbGbYa5puYXyG5UTbzL Next: 9Qyn377JqXd3dJgo4uZStAxZt75v5oVNZ4og8o2L3JA1 Diff:
OldNewDifferences
55
66 @Callable(i)
77 func foo (iteration) = {
8- let res = reentrantInvoke(this, "foo", [iteration], nil)
9- if ((res == res))
8+ let getIteration = getInteger(this, "value")
9+ let getInt = ({
10+ let @ = getIteration
11+ if ($isInstanceOf(@, "Int"))
12+ then @
13+ else throw("Couldn't cast Int|Unit to Int")
14+ } - 1)
15+ if ((getInt > 0))
1016 then {
11- let getIteration = getInteger(this, "value")
12- let getInt = ({
13- let @ = getIteration
14- if ($isInstanceOf(@, "Int"))
15- then @
16- else throw("Couldn't cast Int|Unit to Int")
17- } - 1)
18- if ((getInt > 0))
17+ let res = reentrantInvoke(this, "foo", [iteration], nil)
18+ if ((res == res))
1919 then [IntegerEntry("iteration", getInt)]
20- else throw("The cycle has passed all iterations")
20+ else throw("Strict value is not equal to itself.")
2121 }
22- else throw("Strict value is not equal to itself.")
22+ else throw("The cycle has passed all iterations")
2323 }
2424
2525
Full:
OldNewDifferences
11 {-# STDLIB_VERSION 5 #-}
22 {-# SCRIPT_TYPE ACCOUNT #-}
33 {-# CONTENT_TYPE DAPP #-}
44
55
66 @Callable(i)
77 func foo (iteration) = {
8- let res = reentrantInvoke(this, "foo", [iteration], nil)
9- if ((res == res))
8+ let getIteration = getInteger(this, "value")
9+ let getInt = ({
10+ let @ = getIteration
11+ if ($isInstanceOf(@, "Int"))
12+ then @
13+ else throw("Couldn't cast Int|Unit to Int")
14+ } - 1)
15+ if ((getInt > 0))
1016 then {
11- let getIteration = getInteger(this, "value")
12- let getInt = ({
13- let @ = getIteration
14- if ($isInstanceOf(@, "Int"))
15- then @
16- else throw("Couldn't cast Int|Unit to Int")
17- } - 1)
18- if ((getInt > 0))
17+ let res = reentrantInvoke(this, "foo", [iteration], nil)
18+ if ((res == res))
1919 then [IntegerEntry("iteration", getInt)]
20- else throw("The cycle has passed all iterations")
20+ else throw("Strict value is not equal to itself.")
2121 }
22- else throw("Strict value is not equal to itself.")
22+ else throw("The cycle has passed all iterations")
2323 }
2424
2525

github/deemru/w8io/169f3d6 
24.24 ms