tx · 5uZTGpLQF6PZxBfnezso1dconXygnmTMmH4pPYAoYKCm

3N7pPFsTtAxWKC1ASrDggoaVSb8qhqcpfuY:  -0.01400000 Waves

2019.10.29 20:41 [741742] smart account 3N7pPFsTtAxWKC1ASrDggoaVSb8qhqcpfuY > SELF 0.00000000 Waves

{ "type": 13, "id": "5uZTGpLQF6PZxBfnezso1dconXygnmTMmH4pPYAoYKCm", "fee": 1400000, "feeAssetId": null, "timestamp": 1572370875986, "version": 1, "sender": "3N7pPFsTtAxWKC1ASrDggoaVSb8qhqcpfuY", "senderPublicKey": "75nDJG8kso7w1tDfR6qQcsRgbr77GRKChCyVRVWFrX6P", "proofs": [ "", "41BJ1P3NAUN8AZ6HvHrE6WEPTFh43ZGzD7PqfN9XCary1Wb4JHNbbn1dQYLPAGBCPykQnm8jwvPxcA8g59mQNpvu", "24SWD5rtrgMc5KxJ8grUwmCRUXGpfjWUHvYNpF7fVA7pvPX927Gyb36e6FLkKJ3Nu7KgtgmQDm6fqY3tsPTdeXsm" ], "script": null, "chainId": 84, "height": 741742, "spentComplexity": 0 } View: original | compacted Prev: BiV2VfmQKWssSd4VGxPLneSgepEVKeQwTgufxHHNtq31 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 
31.78 ms