tx · E5bW4UKQWTEr1CtbDyaEw554hWWBehq7ioEboy6RQjf9

3MxWHb2q79mZZXwoeCYh6RV8DSBxVwRAX7a:  -0.01400000 Waves

2020.06.23 19:41 [1056561] smart account 3MxWHb2q79mZZXwoeCYh6RV8DSBxVwRAX7a > SELF 0.00000000 Waves

{ "type": 13, "id": "E5bW4UKQWTEr1CtbDyaEw554hWWBehq7ioEboy6RQjf9", "fee": 1400000, "feeAssetId": null, "timestamp": 1592930491206, "version": 1, "sender": "3MxWHb2q79mZZXwoeCYh6RV8DSBxVwRAX7a", "senderPublicKey": "EYYvcMdnqjFEebBxNYJbykmeX29ABLceci8fTXE8nnm6", "proofs": [ "", "2hC4RfdnCWQyf76Q2jiJn5VMhMYhmrcQPLw4BD58L5XQyiyx6inZK16UqSpk8Kxu1rinqudnpX3BRv2Mhnv6kFCp", "bnDiAEXMzwABXBG1bSZUrLuNVrUr14n3HhXKpasha1w8aXYwDsBCUSmnPoYn2ruhXxiGQsHxx5xGwZJ3MR7hQjf" ], "script": null, "chainId": 84, "height": 1056561, "spentComplexity": 0 } View: original | compacted Prev: FhbLQLdHfv6Ap6USJwbm5hz9Lo64kXTXodUZb9eDKTpM 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 
20.86 ms