tx · 6adFLMgdeuTjZR71cHpWvzsaTCsFZtos7yoBzmu6TJf1

3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx:  -0.00500000 Waves

2024.11.05 13:35 [3358040] smart account 3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx > SELF 0.00000000 Waves

{ "type": 13, "id": "6adFLMgdeuTjZR71cHpWvzsaTCsFZtos7yoBzmu6TJf1", "fee": 500000, "feeAssetId": null, "timestamp": 1730802938975, "version": 1, "sender": "3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx", "senderPublicKey": "HpeKQu8xawfaxbbTSPNMNqVvWM9xhebUcemDK5REzG2j", "proofs": [ "3Uvy6BGL8g8eb7ahWnGZUkR66PM8kKFEAxACfgQMeZi3MBswB74BinVGDUbVAdHJXAaDs8gf76s7PUw7au5LSx1t", "3KAqiDDGvQwLvPmnyR297Dt34nmLiK29wXWJuoci2fj5y2ggpijUTP5eA6VodpPZynMRferteof7GoM2jUihxUHd" ], "script": null, "chainId": 84, "height": 3358040, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: GtK5Dd9Lf2kk8u5ewyJrxTz9zKtksWpe9GsKJ8QRcL8i Next: 2mfpoxa7qfiFvXgkQRubH2DG3bbSMjvisgVtCqAiE2ms 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 functions1 = "extendMainChain,appendBlock,startAltChain,extendAltChain,join,leave,withdraw"
8-let functions2 = "claimLP"
9-let signed1 = if (sigVerify(tx.bodyBytes, tx.proofs[0], subwarL2_1))
10- then 1
11- else 0
12-let signed2 = if (sigVerify(tx.bodyBytes, tx.proofs[1], subwarL2_2))
13- then 1
14- else 0
15-let isMultiSignValid = ((signed1 + signed2) == 2)
16-match tx {
17- case t: InvokeScriptTransaction =>
18- let bypassCondition = if ((t.dApp == targetDapp1))
19- then (indexOf(functions1, t.function) != unit)
20- else if ((t.dApp == targetDapp2))
21- then (indexOf(functions2, t.function) != unit)
22- else false
23- if (isMultiSignValid)
24- then true
25- else bypassCondition
26- case _ =>
27- isMultiSignValid
28-}
1+# no script

github/deemru/w8io/169f3d6 
13.50 ms