tx · 7XdWt92jCQsGPAXnUbKPwLao47XT4YfuDyXbfW9sHFc7

3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx:  -0.00500000 Waves

2024.11.05 04:19 [3357496] smart account 3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx > SELF 0.00000000 Waves

{ "type": 13, "id": "7XdWt92jCQsGPAXnUbKPwLao47XT4YfuDyXbfW9sHFc7", "fee": 500000, "feeAssetId": null, "timestamp": 1730769552655, "version": 1, "sender": "3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx", "senderPublicKey": "HpeKQu8xawfaxbbTSPNMNqVvWM9xhebUcemDK5REzG2j", "proofs": [ "3jrLFtezq7jVSTETt1MNawuXLstZkpvLkqiwoosTjRgkPJAwGNoxMgx1NbzBmMtaApxSrzcUoUVhyycWWhQbemPD", "5XLutrtSR9EuV3YVXfZYHThHDF7LhYGXFqxZF4bNdjnLYSQpXx1AvxdC1WucbpSjKw5uipFac7VhifDxQfkTP6F" ], "script": null, "chainId": 84, "height": 3357496, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: 7FzVq3JBxUFRRax64u3D2oUZ6rVz5VW9Ts689t2x5h1F Next: GLJ9YGvdJQD767gvR2fHEnpSyoijtGZcPKN4GgYw29WQ Full:
OldNewDifferences
1-{-# STDLIB_VERSION 6 #-}
2-{-# CONTENT_TYPE EXPRESSION #-}
3-let subwarL2_1 = base58'HpeKQu8xawfaxbbTSPNMNqVvWM9xhebUcemDK5REzG2j'
4-let subwarL2_2 = base58'BEVjN4AXKQ2Yw7KS1wiL5DMGg5V9cDniNH7dK2v5d7Ek'
5-let targetDapp1 = value(addressFromString("3Msx4Aq69zWUKy4d1wyKnQ4ofzEDAfv5Ngf"))
6-let targetDapp2 = value(addressFromString("3PJVm7xLPabmYohbnvdgGDYHMwnZxF2x18m"))
7-let signed1 = if (sigVerify(tx.bodyBytes, tx.proofs[0], subwarL2_1))
8- then 1
9- else 0
10-let signed2 = if (sigVerify(tx.bodyBytes, tx.proofs[1], subwarL2_2))
11- then 1
12- else 0
13-let isMultiSignValid = ((signed1 + signed2) == 2)
14-match tx {
15- case t: InvokeScriptTransaction =>
16- let bypassCondition = if ((t.dApp == targetDapp1))
17- then if (if (if ((t.function == "extendMainChain"))
18- then true
19- else (t.function == "appendBlock"))
20- then true
21- else (t.function == "startAltChain"))
22- then true
23- else (t.function == "extendAltChain")
24- else if ((t.dApp == targetDapp2))
25- then (t.function == "claimLP")
26- else false
27- if (isMultiSignValid)
28- then true
29- else bypassCondition
30- case _ =>
31- isMultiSignValid
32-}
1+# no script

github/deemru/w8io/169f3d6 
16.30 ms