tx · D2BnQH8Fyz26x3338kEETcN9x77KHswb6zcgqpFRm8vG

3MyR97cAQ8UdBtfCMNzLkwoWECUvBB4WtAn:  -0.00900000 Waves

2022.05.30 19:26 [2074624] smart account 3MyR97cAQ8UdBtfCMNzLkwoWECUvBB4WtAn > SELF 0.00000000 Waves

{ "type": 13, "id": "D2BnQH8Fyz26x3338kEETcN9x77KHswb6zcgqpFRm8vG", "fee": 900000, "feeAssetId": null, "timestamp": 1653927987775, "version": 2, "chainId": 84, "sender": "3MyR97cAQ8UdBtfCMNzLkwoWECUvBB4WtAn", "senderPublicKey": "GcPzK14wxkLhWKx7M8NQEibKveHSvHch9aFhQSbJCnE5", "proofs": [ "", "3z82eEHRuFpVmeUCe8FdBHaw7fcxEcLGYPQ5H5DLfbsBBEmc1eKcAJkNGUMj7gRMiZDCz2wokgkhRbFxDN4bKQy5", "5tanTxdt3DuR9iwsHX4V9PyypfR3MHTKT2EM1kzZgUBXdxnZLzoZWTXY2iMJy3x5gSzzRQvhiQfTAE32mMRzaHt6" ], "script": null, "height": 2074624, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: 7MTy98yszF8esq6e63ZQPg6p5prr2QWm583tt8uh8NjW 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/873ac7e 
15.52 ms