tx · 44LrEK5ULjU17ERxthxJU26jCFBJ9PhZVbjP8uRVzUNq

3Mxbv768Jd7pgdXrGsYubQ3NoTM6guL2JKd:  -0.01400000 Waves

2019.07.02 11:32 [567538] smart account 3Mxbv768Jd7pgdXrGsYubQ3NoTM6guL2JKd > SELF 0.00000000 Waves

{ "type": 13, "id": "44LrEK5ULjU17ERxthxJU26jCFBJ9PhZVbjP8uRVzUNq", "fee": 1400000, "feeAssetId": null, "timestamp": 1562056373733, "version": 1, "sender": "3Mxbv768Jd7pgdXrGsYubQ3NoTM6guL2JKd", "senderPublicKey": "8MNN3SKsT5jJnfs9LCwbapYcuNwjS81xWdcw97VN3b8h", "proofs": [ "", "VVtkb6KinYf4W5hdH8CEXoXnPD1v3pBye5F3Be64SnerTecUjLS6t2PXgne4Di9Uba14uUQ19V4DoBmjDytChLy", "3iMLLN5t47hpMXo56hTGq3CaPPge9Abs8znJtWa9rNfQrrT9vKKJpuLNS6qrv1E4cucsQ55fAr8pL9W7beYwaYEE" ], "script": null, "chainId": 84, "height": 567538, "spentComplexity": 0 } View: original | compacted Prev: EzaVCud2k5HLcdLQ657VD9wccwcWS6ZwBHufLLwYjbnN 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/3ef1775 
27.51 ms