tx · 91hXfRGKtqax9L4N3wt53wBBoBDavvpkxTiednvz2eBr

3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx:  -0.00500000 Waves

2024.11.05 04:33 [3357513] smart account 3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx > SELF 0.00000000 Waves

{ "type": 13, "id": "91hXfRGKtqax9L4N3wt53wBBoBDavvpkxTiednvz2eBr", "fee": 500000, "feeAssetId": null, "timestamp": 1730770405573, "version": 1, "sender": "3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx", "senderPublicKey": "HpeKQu8xawfaxbbTSPNMNqVvWM9xhebUcemDK5REzG2j", "proofs": [ "53iYqyRu75vBoeyVhwMogZAR5n5R46zWu5yy4R1CHwCK7WbisskeMwR84NFVSWw1RvgfoYMWVU41BB1czoq9AEhx", "38EroHQ6uRc1CcrvRhXeWK8RABNCmCbSoC9X6md4UVWEu9tomb3DqfjoddMLLH4oPXVcE7NRFYdMd8UmguGmjjuZ" ], "script": null, "chainId": 84, "height": 3357513, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: GLJ9YGvdJQD767gvR2fHEnpSyoijtGZcPKN4GgYw29WQ Next: GtK5Dd9Lf2kk8u5ewyJrxTz9zKtksWpe9GsKJ8QRcL8i 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"
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 
15.42 ms