tx · Dfw2RYn3VhyZcuzZCrjYodDGxdgBaahApBiHRNJ4C5uV

3MsHys6o7GXqow4UQLBzzXmzMSx1uKtY7LA:  -0.01400000 Waves

2019.07.29 11:21 [607121] smart account 3MsHys6o7GXqow4UQLBzzXmzMSx1uKtY7LA > SELF 0.00000000 Waves

{ "type": 13, "id": "Dfw2RYn3VhyZcuzZCrjYodDGxdgBaahApBiHRNJ4C5uV", "fee": 1400000, "feeAssetId": null, "timestamp": 1564388523801, "version": 1, "sender": "3MsHys6o7GXqow4UQLBzzXmzMSx1uKtY7LA", "senderPublicKey": "DjMaMKAQ84XQBXNmeyVPmNcfaKiPtbqKE7n4tdvKGRXK", "proofs": [ "", "2gm49eNQpx8me5QUhycoL7RFB4oiFBGAVUyZx4osig5mQz692RAQcaqvRB7o1uQqyZ9Frc74Zxh2UyPVVhGpTK5w", "4xfhpeDsnPvGXdffDgZqmGFQkCxc3iLz2fN45GP7B8CgjjzgJyNmWD273yg9qz5FehLbBYaJqzx1irFbz7G59J4" ], "script": null, "chainId": 84, "height": 607121, "spentComplexity": 0 } View: original | compacted Prev: BiPQXTKg4SFYmdt1vng6ZE2tUm3ZsU5WmbKXhWJWBGxw 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/3ef1775 
32.67 ms