tx · HQd6RPfmd7ZhxT2gxfxrjMDKus3uVos2SmKDC1hhac6k 3MzKbPH1myjq5CSeXTU8S853r2Lx9xKvh4n: -0.01400000 Waves 2021.05.31 10:23 [1549542] smart account 3MzKbPH1myjq5CSeXTU8S853r2Lx9xKvh4n > SELF 0.00000000 Waves
{ "type": 13, "id": "HQd6RPfmd7ZhxT2gxfxrjMDKus3uVos2SmKDC1hhac6k", "fee": 1400000, "feeAssetId": null, "timestamp": 1622445818933, "version": 1, "sender": "3MzKbPH1myjq5CSeXTU8S853r2Lx9xKvh4n", "senderPublicKey": "3NfviesrmjVT3FaDqqnYb7SAU3AxRcUcDQ1V9t9kv77R", "proofs": [ "3BCqZNiDqNRitF8RGfKSvpLuw3aDwnvbCfYyA8eppUwo6WmXN5X6Cjxj1hwnF9nrC8nRJCAG6bosfHFE8XspzAUM" ], "script": null, "chainId": 84, "height": 1549542, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: 696vYCnMs3ifXN99xmMgFwyphFDtwPSCCi6PhbnCNkFs Next: 4cfekxsTGJndi6ZAEPKgjg9ZTgSnLNnAYrA5z1iB2yxf Full:
Old | New | Differences | |
---|---|---|---|
1 | - | {-# STDLIB_VERSION 4 #-} | |
2 | - | {-# CONTENT_TYPE EXPRESSION #-} | |
3 | - | let User1PubKey = base58'3NfviesrmjVT3FaDqqnYb7SAU3AxRcUcDQ1V9t9kv77R' | |
4 | - | let User2PubKey = base58'Hk2GhyddH9d4Zn5wt1WwuHEmm9vWQRnA5DitDcepm2nr' | |
5 | - | let User3PubKey = base58'GBNQvvDKJjHQ84uDfCRpvHJ8ubai3rP1g9BAuv3KPxKp' | |
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 t: TransferTransaction|MassTransferTransaction => | |
17 | - | (((User1Signed + User2Signed) + User3Signed) >= 3) | |
18 | - | case _ => | |
19 | - | true | |
20 | - | } | |
1 | + | # no script |
github/deemru/w8io/169f3d6 37.65 ms ◑