tx · 3y43YrJPFBpumeuTFpRxvxFpUm5YAsY184G8PWVBAsZX

3MyGBaXHk77CQP1WZkMyMQsDg24ip8UguUy:  -0.01400000 Waves

2019.07.17 11:41 [589616] smart account 3MyGBaXHk77CQP1WZkMyMQsDg24ip8UguUy > SELF 0.00000000 Waves

{ "type": 13, "id": "3y43YrJPFBpumeuTFpRxvxFpUm5YAsY184G8PWVBAsZX", "fee": 1400000, "feeAssetId": null, "timestamp": 1563352917341, "version": 1, "sender": "3MyGBaXHk77CQP1WZkMyMQsDg24ip8UguUy", "senderPublicKey": "7Wa3WpxSRdKRNBG842EGbfwFJ6fxRmuCTmnxcFkDSZPs", "proofs": [ "", "3d65rJaYQt1bb6Yk9qScyQq6RkVphwVmB2LofoeDoMDp6eG4453CRWvW65ciVUqhmwAAAEhUMeSw7vbSYbgii6zP", "5AdATseRJMyBq7bqcM5P8jA5N37iaNDMsYCbE5BHxz9EYRnutdMc2d9UWoCgZrJGGLsSmaNUHWuGsUuWqWGXdqtK" ], "script": null, "chainId": 84, "height": 589616, "spentComplexity": 0 } View: original | compacted Prev: 3rXBGrDiQHTAwbvCBmTpKUm5bBjwecBkPrXN611mYy6m 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 
47.45 ms