tx · U5Hw3XrrVYyLgiWeddCYu2NBXpDcU1pf8oWga2Jm4vs

3MtEFgs9JgvadLTPHxmNTLoYdWeb2q6S8NB:  -0.01000000 Waves

2022.03.30 18:44 [1986856] smart account 3MtEFgs9JgvadLTPHxmNTLoYdWeb2q6S8NB > SELF 0.00000000 Waves

{ "type": 13, "id": "U5Hw3XrrVYyLgiWeddCYu2NBXpDcU1pf8oWga2Jm4vs", "fee": 1000000, "feeAssetId": null, "timestamp": 1648655073605, "version": 2, "chainId": 84, "sender": "3MtEFgs9JgvadLTPHxmNTLoYdWeb2q6S8NB", "senderPublicKey": "1TPcHyMLh4VbFSScV3oHKxxgdSwY4XC6TaGyrqhFrhd", "proofs": [ "2cdrMFsmbeHcD5QfEf1rtuY1PBjuAcR9fnpE8wuMVgkPNfSj2438fXtJtr4q2A3dsR34FrwaijGn6qT4ePFqqxRW" ], "script": "base64:AAIFAAAAAAAAAAQIAhIAAAAAAAAAAAEAAAABaQEAAAAEY2FsbAAAAAAJAARMAAAAAgkBAAAADEJvb2xlYW5FbnRyeQAAAAICAAAABGJvb2wGBQAAAANuaWwAAAABAAAAAnR4AQAAAAZ2ZXJpZnkAAAAACQAB9AAAAAMIBQAAAAJ0eAAAAAlib2R5Qnl0ZXMJAAGRAAAAAggFAAAAAnR4AAAABnByb29mcwAAAAAAAAAAAAgFAAAAAnR4AAAAD3NlbmRlclB1YmxpY0tledERAfE=", "height": 1986856, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: 8yJG2Bxoar4FGAbKNMrcBQYB2V5PSsYHWdWbWxgwUSJj Next: 6faeHJ19V7Uhns7mVyb7mg9CBdB5UTvQzkym6vpYzjG6 Full:
OldNewDifferences
11 {-# STDLIB_VERSION 5 #-}
22 {-# SCRIPT_TYPE ACCOUNT #-}
33 {-# CONTENT_TYPE DAPP #-}
4-let dappSource = addressFromStringValue("3F352ucSF71Y9sgiNAsdpvREadC5tyR6TKz")
4+
55
66 @Callable(i)
7-func third () = {
8- let pubKey = base58'7ZCsudxywoBx1gAHUXJV2KFfR3ikbzayGsyJEWhMjUPS'
9- let proof = base58'2qjcHbzspUD8T2ixUuwQiwojoXFRF3cPNGo3dCbXHo2m5vvFhQBHg9d5HTajPEffLYXyCarqTe64eJ7KaN8JFzRq'
10- let source = getBinaryValue(dappSource, "source")
11-[BooleanEntry("result", if (if (if (if (if (if (if (if (if (if (if (if (if (if (if (if (if (if (if (if (if (if (if (if (if (if (if (if (sigVerify(source, proof, pubKey))
12- then sigVerify(source, proof, pubKey)
13- else false)
14- then sigVerify(source, proof, pubKey)
15- else false)
16- then sigVerify(source, proof, pubKey)
17- else false)
18- then sigVerify(source, proof, pubKey)
19- else false)
20- then sigVerify(source, proof, pubKey)
21- else false)
22- then sigVerify(source, proof, pubKey)
23- else false)
24- then sigVerify(source, proof, pubKey)
25- else false)
26- then sigVerify(source, proof, pubKey)
27- else false)
28- then sigVerify(source, proof, pubKey)
29- else false)
30- then sigVerify(source, proof, pubKey)
31- else false)
32- then sigVerify(source, proof, pubKey)
33- else false)
34- then sigVerify(source, proof, pubKey)
35- else false)
36- then sigVerify(source, proof, pubKey)
37- else false)
38- then sigVerify(source, proof, pubKey)
39- else false)
40- then sigVerify(source, proof, pubKey)
41- else false)
42- then sigVerify(source, proof, pubKey)
43- else false)
44- then sigVerify(source, proof, pubKey)
45- else false)
46- then sigVerify(source, proof, pubKey)
47- else false)
48- then sigVerify(source, proof, pubKey)
49- else false)
50- then sigVerify(source, proof, pubKey)
51- else false)
52- then sigVerify(source, proof, pubKey)
53- else false)
54- then sigVerify(source, proof, pubKey)
55- else false)
56- then sigVerify(source, proof, pubKey)
57- else false)
58- then sigVerify(source, proof, pubKey)
59- else false)
60- then sigVerify(source, proof, pubKey)
61- else false)
62- then sigVerify(source, proof, pubKey)
63- else false)
64- then sigVerify(source, proof, pubKey)
65- else false)
66- then sigVerify(source, proof, pubKey)
67- else false)]
68- }
7+func call () = [BooleanEntry("bool", true)]
698
9+
10+@Verifier(tx)
11+func verify () = sigVerify(tx.bodyBytes, tx.proofs[0], tx.senderPublicKey)
7012

github/deemru/w8io/873ac7e 
28.45 ms