tx · 6JBYF1Bm1hxY7nzqMYsMsRGexRDfHKEMtzJB8sXmv69e

3Mrk5zQ4GSgzAFd7EXbeyj6G3mMqwnXFEzS:  -0.00900000 Waves

2022.05.27 15:36 [2070086] smart account 3Mrk5zQ4GSgzAFd7EXbeyj6G3mMqwnXFEzS > SELF 0.00000000 Waves

{ "type": 13, "id": "6JBYF1Bm1hxY7nzqMYsMsRGexRDfHKEMtzJB8sXmv69e", "fee": 900000, "feeAssetId": null, "timestamp": 1653655023834, "version": 2, "chainId": 84, "sender": "3Mrk5zQ4GSgzAFd7EXbeyj6G3mMqwnXFEzS", "senderPublicKey": "29QspnoPVW5T4MiWD2qrwvE3djgvKeJAhiQ4fa633WVE", "proofs": [ "", "55aVcv4z6q5MF7AukNFPfBB98Th9GdfxKtvLj3UsfnXQqhMVGbASGJ3aRtSUGAWPg1FEhg3SK96F6GmPFjLRtVhv", "29NTXKQcVsaamYBaDWun7AYGaScNf3mCnt2WggvXzgyan7anma4JibDZtiPeKGv6EQ4LcSXDu8KmrPqw8wwWnBRV" ], "script": null, "height": 2070086, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: 6LSyc647WefVp2Ezqw3EY7eJzu9dRjH9QvtSDKSZvVTY 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/3da68e3 
21.12 ms