tx · EQVzMo8CexeaWtmXpuMZW3PE5dUciCik4UuFeQvQsheo

3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx:  -0.00500000 Waves

2024.11.05 01:59 [3357357] smart account 3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx > SELF 0.00000000 Waves

{ "type": 13, "id": "EQVzMo8CexeaWtmXpuMZW3PE5dUciCik4UuFeQvQsheo", "fee": 500000, "feeAssetId": null, "timestamp": 1730761128839, "version": 1, "sender": "3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx", "senderPublicKey": "HpeKQu8xawfaxbbTSPNMNqVvWM9xhebUcemDK5REzG2j", "proofs": [ "3iWr1xFzaRngBwjPwCVgvowgHm8626U23feYK69MzaX5JoVdkgT58jgpMgavzm8gTMPauF8YB3LfbQvDg9EiCKey", "3wCEVpgotbm3QMaudn4tLneUsmr7dnDXyA9nzPHo6N61G4dswrMo5q74HamnFqy3NY2z92XmLreQzLKG3NHA1SWh" ], "script": null, "chainId": 84, "height": 3357357, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: 6EyhoFFQJGNtfuvu9Nmv4CSDKooesV691mLUdZojQotr Next: J2sJbK2X4R6NCZkR37CAFNSagGbvh3BszHU8VrMoMzkP 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 {
18- let bypassFunctions1 = ["extendMainChain", "appendBlock", "startAltChain", "extendAltChain"]
19- (indexOf(bypassFunctions1, t.function) != -1)
20- }
21- else if ((t.dApp == targetDapp2))
22- then (t.function == "claimLP")
23- else false
24- if (isMultiSignValid)
25- then true
26- else bypassCondition
27- case _ =>
28- isMultiSignValid
29-}
1+# no script

github/deemru/w8io/026f985 
12.73 ms