tx · Gx6LfhFHgV6FzZGcu95j6dpinvpQZHQztb5jz232aZyq

3PBuq1m8RTMTwkas7gBujHNfBuTGP3Zq4N3:  -0.01400000 Waves

2021.03.26 23:25 [2519829] smart account 3PBuq1m8RTMTwkas7gBujHNfBuTGP3Zq4N3 > SELF 0.00000000 Waves

{ "type": 13, "id": "Gx6LfhFHgV6FzZGcu95j6dpinvpQZHQztb5jz232aZyq", "fee": 1400000, "feeAssetId": null, "timestamp": 1616790053247, "version": 1, "sender": "3PBuq1m8RTMTwkas7gBujHNfBuTGP3Zq4N3", "senderPublicKey": "3qfV4UBeas5rraUGY6NQiqzBMZUt7YH6ez77pSq5ddj2", "proofs": [ "7TPo2FpEZs2TETFhVYiHFvWFDUJYxNAtevHpJaNTsMYt7iCU99Z745o2eSqu5zR8yK4QmnV2Bn6cMVggSiZp9th", "5DPdqrE24hK5QyEFGAmxxPxDKRQYAFmXs5fa3NVbyx1oFAEA2eSR6fPpTLDhDJmmJvapaLzxCusGqeUWogPaZfCg", "5w1HfavnkoEuTceDEaTm3tGPXhJgFSh6fxfM4Rk1wboGBBMryetgSJ2n65sZRaFRNt8TjWqyBAQnLqDSN1Wvc9P6" ], "script": null, "chainId": 87, "height": 2519829, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: 5DFYRmu7KcYk2JFwp7tMZtoHmmBmpqkhdSUV6QeeLEWt Next: 9zYQV8mM7vPE5PEcTkq9ZH6ivKYzh3tSdLK4KQM6VVc6 Full:
OldNewDifferences
1-{-# STDLIB_VERSION 4 #-}
2-{-# CONTENT_TYPE EXPRESSION #-}
3-let User1PubKey = base58'3qfV4UBeas5rraUGY6NQiqzBMZUt7YH6ez77pSq5ddj2'
4-let User2PubKey = base58'6ZMj7AYdo5gaep1q1fnGJA5trZAcqBXQyvTHHQAZ5P5y'
5-let User3PubKey = base58'Bb6aMZpg2t8yeifShMc5R95NMaiGdgDSAuuQ26HW9bf7'
6-let User1Signed = if (sigVerify(tx.bodyBytes, tx.proofs[0], User1PubKey))
7- then 1
8- else 0
9-let User2Signed = if (sigVerify(tx.bodyBytes, tx.proofs[1], User2PubKey))
10- then 1
11- else 0
12-let User3Signed = if (sigVerify(tx.bodyBytes, tx.proofs[2], User3PubKey))
13- then 1
14- else 0
15-match tx {
16- case _ =>
17- (((User1Signed + User2Signed) + User3Signed) >= 3)
18-}
1+# no script

github/deemru/w8io/3ef1775 
40.08 ms