tx · 9G7bkrJGDtmti49i2AaWuXSX9wZvG6ZWHuXjEeULdcBi

3N6c7v5XkVa4sji4cwu8c89kCYVU9Fr6iWQ:  -0.00900000 Waves

2022.05.31 03:09 [2075105] smart account 3N6c7v5XkVa4sji4cwu8c89kCYVU9Fr6iWQ > SELF 0.00000000 Waves

{ "type": 13, "id": "9G7bkrJGDtmti49i2AaWuXSX9wZvG6ZWHuXjEeULdcBi", "fee": 900000, "feeAssetId": null, "timestamp": 1653955764502, "version": 2, "chainId": 84, "sender": "3N6c7v5XkVa4sji4cwu8c89kCYVU9Fr6iWQ", "senderPublicKey": "BQSYVJZtymxhmTNoudtq2PRRCUsCUhReyK4qRYiKiwDE", "proofs": [ "", "2QkEiNU9VLhhoyRVnN1uAEHNHpSYT9SLME7XtfiMQHN8HsQJZrHJ9p9ADqiKF8EYoiLmQeaoJjJzkHJPzF1gLEu8", "3YNSLwDqGVYEARHSyK51wK7KTJEFVxaEXxJKSnQjns47LpK6929Lq4mGG3DBtGG7xSUKc2ebMbSFBU5v73jAQNCs" ], "script": null, "height": 2075105, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: 6TQuxG73xvV9zH4s58GER2yhSVtqvjRVu9pzMQ6RxVd9 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 
13.65 ms