tx · A5k5scZ5xoZw9Z3sCyHqMVpukeeaKQfph2e1rfbCoYgg

3N9nKBdEmefWdyXX5gNEsAWMENwJ1rodPAu:  -0.00900000 Waves

2022.05.26 17:49 [2068784] smart account 3N9nKBdEmefWdyXX5gNEsAWMENwJ1rodPAu > SELF 0.00000000 Waves

{ "type": 13, "id": "A5k5scZ5xoZw9Z3sCyHqMVpukeeaKQfph2e1rfbCoYgg", "fee": 900000, "feeAssetId": null, "timestamp": 1653576593910, "version": 2, "chainId": 84, "sender": "3N9nKBdEmefWdyXX5gNEsAWMENwJ1rodPAu", "senderPublicKey": "HkxzZaygey1vKXbxvt9L1hcdQeN1hawtMJHAna8xwkeJ", "proofs": [ "", "fiUzPLDT4xLkQixik6QEhN3FJwr3EK9DwNZsuXUKFqwbRBhYc8gjTaWBzAGozwLQccJFH4WhQoPaaBpzbAXMB5U", "4aSsYUcgeQ2VXbB79uiWyw6S59ivTDKFMcTiAjekjFoWxsySCdPVmjFpHx7PdweSJZKbiuuKAHNXUdDkHZPJxKoh" ], "script": null, "height": 2068784, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: EAEo9uMx2BvYUqZdTJGj7YA8xvfjU4EPCoiiSEr3twr4 Next: none Full:
OldNewDifferences
1-{-# STDLIB_VERSION 1 #-}
2-{-# CONTENT_TYPE EXPRESSION #-}
3-let alicePubKey = base58'5AzfA9UfpWVYiwFwvdr77k6LWupSTGLb14b24oVdEpMM'
4-let bobPubKey = base58'2KwU4vzdgPmKyf7q354H9kSyX9NZjNiq4qbnH2wi2VDF'
5-let cooperPubKey = base58'GbrUeGaBfmyFJjSQb9Z8uTCej5GzjXfRDVGJGrmgt5cD'
6-let aliceSigned = if (sigVerify(tx.bodyBytes, tx.proofs[0], alicePubKey))
7- then 1
8- else 0
9-let bobSigned = if (sigVerify(tx.bodyBytes, tx.proofs[1], bobPubKey))
10- then 1
11- else 0
12-let cooperSigned = if (sigVerify(tx.bodyBytes, tx.proofs[2], cooperPubKey))
13- then 1
14- else 0
15-(((aliceSigned + bobSigned) + cooperSigned) >= 2)
1+# no script

github/deemru/w8io/169f3d6 
25.29 ms