tx · 4W3xU44M8WT9cbbVtAx7EF6fqZ7sSUgT4cyuAhxjYcBN

3MpiAn1HcNgEuRY9DMfyQvhHSAf9fvMFXXz:  -0.00100000 Waves

2022.12.15 10:32 [2361125] smart account 3MpiAn1HcNgEuRY9DMfyQvhHSAf9fvMFXXz > SELF 0.00000000 Waves

{ "type": 13, "id": "4W3xU44M8WT9cbbVtAx7EF6fqZ7sSUgT4cyuAhxjYcBN", "fee": 100000, "feeAssetId": null, "timestamp": 1671089614424, "version": 2, "chainId": 84, "sender": "3MpiAn1HcNgEuRY9DMfyQvhHSAf9fvMFXXz", "senderPublicKey": "JC3FMtszsjDvAMgYdna8fWxfdBWr5TiUYhMtcmJUehyo", "proofs": [ "5goNbWbzVnwwutg1KVBeKAGQgHFtfRDjcCgM1MsrVWSAtguq7Ks5guXb7f1pqUq7dikMFMWwP3VL5eHZVTwfN3Sh" ], "script": "base64:BgIHCAISAwoBCAABAWkBCmhlbGxvV29ybGQBBG5hbWUJAMwIAgkBC1N0cmluZ0VudHJ5AgIGYW5zd2VyCQCsAgICFEhlbGxvIFdvcmxkISBIZWxsbywgBQRuYW1lBQNuaWwAI7p6zA==", "height": 2361125, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: BYdwf4TngRKBbAfEADxxxUGW5d5U34y14dmnk3pc8k8P Next: 6CLrMXe47KtpKCuFESGYS65HxjLdyyDbFDNy6sH57JLZ Full:
OldNewDifferences
1-{-# STDLIB_VERSION 5 #-}
1+{-# STDLIB_VERSION 6 #-}
22 {-# SCRIPT_TYPE ACCOUNT #-}
33 {-# CONTENT_TYPE DAPP #-}
4-let a = 20
5-
6-let b = ["It is certain.", "It is decidedly so.", "Without a doubt.", "Yes - definitely.", "You may rely on it.", "As I see it, yes.", "Most likely.", "Outlook good.", "Yes.", "Signs point to yes.", "Reply hazy, try again.", "Ask again later.", "Better not tell you now.", "Cannot predict now.", "Concentrate and ask again.", "Don't count on it.", "My reply is no.", "My sources say no.", "Outlook not so good.", "Very doubtful."]
7-
8-func c (d,e) = {
9- let f = sha256(toBytes((d + e)))
10- let g = toInt(f)
11-b[(g % a)]
12- }
134
145
15-func h (i) = {
16- let j = getString(this, (i + "_a"))
17- if ($isInstanceOf(j, "String"))
18- then {
19- let k = j
20- k
21- }
22- else i
23- }
24-
25-
26-@Callable(l)
27-func tellme (d) = {
28- let m = toString(l.caller)
29- let n = c(d, h(m))
30-[StringEntry((m + "_q"), d), StringEntry((m + "_a"), n)]
31- }
6+@Callable(a)
7+func helloWorld (b) = [StringEntry("answer", ("Hello World! Hello, " + b))]
328
339

github/deemru/w8io/169f3d6 
37.87 ms