tx · 88rbTba1Guv36w72ya7MGGfAuQoseFCFS3kmVY1ZQu7E

3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx:  -0.00500000 Waves

2024.11.03 15:10 [3355298] smart account 3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx > SELF 0.00000000 Waves

{ "type": 13, "id": "88rbTba1Guv36w72ya7MGGfAuQoseFCFS3kmVY1ZQu7E", "fee": 500000, "feeAssetId": null, "timestamp": 1730635854377, "version": 1, "sender": "3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx", "senderPublicKey": "HpeKQu8xawfaxbbTSPNMNqVvWM9xhebUcemDK5REzG2j", "proofs": [ "3dtjQhoGa9htNKdkgZdJHJT4KQSbJC2HEShPY3CDNnhuSZs2fxXNYXNwfs5cVZn3fzTgZxRrepFhhij7xBPD2tvo", "5hyG2UimMvHZzgq9dKye5SUW7xZH2Ld1PsoiFGBFfHSjCtCrQh5EJ86H3Rg4mt4TDVwxjkrrRmhuZiT8WSw1qW9k" ], "script": null, "chainId": 84, "height": 3355298, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: 7e3sqZjbczdDbEPm3dstXH6m7epHs9EVCbzfGRQUQxqr Next: 6EyhoFFQJGNtfuvu9Nmv4CSDKooesV691mLUdZojQotr Full:
OldNewDifferences
1-{-# STDLIB_VERSION 6 #-}
2-{-# CONTENT_TYPE EXPRESSION #-}
3-let subwarL2_1 = base58'HpeKQu8xawfaxbbTSPNMNqVvWM9xhebUcemDK5REzG2j'
4-let subwarL2_2 = base58'BEVjN4AXKQ2Yw7KS1wiL5DMGg5V9cDniNH7dK2v5d7Ek'
5-let targetDapp = value(addressFromString("3Msx4Aq69zWUKy4d1wyKnQ4ofzEDAfv5Ngf"))
6-let bypassFunctions = ["extendMainChain", "appendBlock", "startAltChain", "extendAltChain"]
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 isBypassFunction = (indexOf(bypassFunctions, t.function) != -1)
17- let isTargetDapp = (t.dApp == targetDapp)
18- if (isMultiSignValid)
19- then true
20- else if (isTargetDapp)
21- then isBypassFunction
22- else false
23- case _ =>
24- isMultiSignValid
25-}
1+# no script

github/deemru/w8io/026f985 
26.02 ms