tx · 4FPG8kh8J6Q4xj4bhSJo6t8HJsfgTyGSsXY199LX5etf

3MuBUb4jVnoSPVUPjchzxhskEMNzJsn1md3:  -0.01400000 Waves

2019.07.01 13:42 [566209] smart account 3MuBUb4jVnoSPVUPjchzxhskEMNzJsn1md3 > SELF 0.00000000 Waves

{ "type": 13, "id": "4FPG8kh8J6Q4xj4bhSJo6t8HJsfgTyGSsXY199LX5etf", "fee": 1400000, "feeAssetId": null, "timestamp": 1561977801870, "version": 1, "sender": "3MuBUb4jVnoSPVUPjchzxhskEMNzJsn1md3", "senderPublicKey": "DcnCUP3X8cpEqvi5PPp3VWWhLezxrSjQGQGpx1D1y4bp", "proofs": [ "", "4PaV1SNy1TomQsRUvz7ve2XeJx2pY2X1dwHwNWTAG4sD3krgbxkHUSiNCmk6BBm7wDfpWvKz6LnNkrbE8suxWD4n", "5cmTDVLGmza5bhFg1h156exZb3rBxv5wU7fnnt5niMRnBsreRgKmALTEE3yAhTjHieb5TBbRD4LpguruoSgm6QrG" ], "script": null, "chainId": 84, "height": 566209, "spentComplexity": 0 } View: original | compacted Prev: 9m2Qw7Ljmp5K6cT5x6NMQ9J9ntqv4LnqMGTc41QR26pG 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/026f985 
34.81 ms