tx · Di9svev8n6otQnK4x3fTBx8cPeVCS6ALrmjNASmexwn1

3N3DQFhEz8QzvM2hrNHMsXKqfcZiAnzrvAz:  -0.00100000 Waves

2023.03.13 16:57 [2488346] smart account 3N3DQFhEz8QzvM2hrNHMsXKqfcZiAnzrvAz > SELF 0.00000000 Waves

{ "type": 13, "id": "Di9svev8n6otQnK4x3fTBx8cPeVCS6ALrmjNASmexwn1", "fee": 100000, "feeAssetId": null, "timestamp": 1678715860091, "version": 2, "chainId": 84, "sender": "3N3DQFhEz8QzvM2hrNHMsXKqfcZiAnzrvAz", "senderPublicKey": "9y561KuPQ5dHWzq35YLJ9XAjGXaY135i4hrBiWq98nQa", "proofs": [ "3ZoXQRQHxx2JcWPsNPkscPJrnK4jNoabxLhHEjpmCMgqwuHK3Uc6x6DqjDPZkGYrEKVmenuDHcpX96Pe2ZboKo1W" ], "script": null, "height": 2488346, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: 4cLYuevGuy86zS1LcN3bADgbs1uLkBHEt6r49sYp6MQZ Next: goJicmtVJDqAYgwn5iTUgnACaDftbznSyaCmYUEzMvL Full:
OldNewDifferences
1-{-# STDLIB_VERSION 5 #-}
2-{-# SCRIPT_TYPE ACCOUNT #-}
3-{-# CONTENT_TYPE DAPP #-}
4-let recipient = value(addressFromString("3MxNnYVp81YfYpvdpskfCAS4SdmNYcrtYLE"))
5-
6-let otherActions = value(addressFromString("3MrimhqvGvTQ4wREK4y76JC7Ux4oCKqXgdL"))
7-
8-func isFirstlevel () = match invoke(this, "Firstlevel", nil, nil) {
9- case a: Boolean =>
10- a
11- case _ =>
12- throw("Unsupported result format (Firstlevel)")
13-}
14-
15-
16-func isSecondlevel () = match invoke(this, "Secondlevel", nil, nil) {
17- case a: Boolean =>
18- a
19- case _ =>
20- throw("Unsupported result format (Secondlevel)")
21-}
22-
23-
24-func isThirdlevel () = match invoke(this, "Thirdlevel", nil, nil) {
25- case a: Boolean =>
26- a
27- case _ =>
28- throw("Unsupported result format (Thirdlevel)")
29-}
30-
31-
32-@Callable(i)
33-func Firstlevel () = {
34- let asset = Issue("RTokenRToken11", "This is an ordinary token", 1000000, 2, true, unit, 0)
35- let assetId = calculateAssetId(asset)
36- let lease = Lease(recipient, 1, 1)
37- let id = calculateLeaseId(lease)
38- let a = isSecondlevel()
39- if ((a == a))
40- then {
41- let b = invoke(otherActions, "otherActionsFirstlevel", nil, nil)
42- if ((b == b))
43- then $Tuple2([BinaryEntry("bin1", base58''), BooleanEntry("bool1", true), IntegerEntry("int1", 1), StringEntry("str1", ""), DeleteEntry("str1"), asset, Reissue(assetId, 1, true), Burn(assetId, 1000000), ScriptTransfer(recipient, 1000000, unit), lease, Issue("UberToken11", "The ultimate token. One and only", 1, 0, false), LeaseCancel(id)], true)
44- else throw("Strict value is not equal to itself.")
45- }
46- else throw("Strict value is not equal to itself.")
47- }
48-
49-
50-
51-@Callable(i)
52-func Secondlevel () = {
53- let asset = Issue("RTokenRToken22", "This is an ordinary token", 1000000, 2, true, unit, 0)
54- let assetId = calculateAssetId(asset)
55- let lease = Lease(recipient, 1, 2)
56- let id = calculateLeaseId(lease)
57- let a = isThirdlevel()
58- if ((a == a))
59- then $Tuple2([BinaryEntry("bin2", base58''), BooleanEntry("bool2", true), IntegerEntry("int2", 1), StringEntry("str2", ""), DeleteEntry("str2"), asset, Reissue(assetId, 1, true), Burn(assetId, 1000000), ScriptTransfer(recipient, 2000000, unit), lease, Issue("UberToken22", "The ultimate token. One and only", 1, 0, false), LeaseCancel(id)], true)
60- else throw("Strict value is not equal to itself.")
61- }
62-
63-
64-
65-@Callable(i)
66-func Thirdlevel () = {
67- let asset = Issue("RTokenRToken33", "This is an ordinary token", 1000000, 2, true, unit, 0)
68- let assetId = calculateAssetId(asset)
69- let lease = Lease(recipient, 1, 3)
70- let id = calculateLeaseId(lease)
71- $Tuple2([BinaryEntry("bin3", base58''), BooleanEntry("bool3", true), IntegerEntry("int3", 1), StringEntry("str3", ""), DeleteEntry("str3"), asset, Reissue(assetId, 1, true), Burn(assetId, 1), ScriptTransfer(recipient, 3000000, unit), lease, Issue("UberToken33", "The ultimate token. One and only", 1, 0, false), LeaseCancel(id)], true)
72- }
73-
74-
1+# no script

github/deemru/w8io/873ac7e 
22.86 ms