tx · LMTnr765wkmnJ2A2Xeop3RYFJmBhySxCmeYgTJt2sbV 3N71obtK43EvdxuYsftnexqhdu8YTt1sxfA: -1.00000000 Waves 2019.03.24 13:45 [550327] smart asset 3N71obtK43EvdxuYsftnexqhdu8YTt1sxfA > SELF 0 A001
{ "type": 15, "id": "LMTnr765wkmnJ2A2Xeop3RYFJmBhySxCmeYgTJt2sbV", "fee": 100000000, "feeAssetId": null, "timestamp": 1553424305537, "version": 1, "sender": "3N71obtK43EvdxuYsftnexqhdu8YTt1sxfA", "senderPublicKey": "7zi4V42c417fKnW1ubvGvw3RRsaaQfGCD8w8RHCF43ob", "proofs": [ "54PGtNtySbyDTk62gL9aMbcFguZz1eTUZr84ZFy1PQJ1DxoRpPg2A45L3zWUDMC89tSKUypfV7rGeSouHf9UVa4d" ], "assetId": "6xUri27gR2LR26jXyWSn4FF5YQRNHZt9ouBb9gfQfGsx", "script": "base64:AgQAAAAGc3lzdGVtAgAAACw3emk0VjQyYzQxN2ZLblcxdWJ2R3Z3M1JSc2FhUWZHQ0Q4dzhSSENGNDNvYgQAAAADYWR2AgAAACw3emk0VjQyYzQxN2ZLblcxdWJ2R3Z3M1JSc2FhUWZHQ0Q4dzhSSENGNDNvYgQAAAAEdGVjaAIAAAAsN3ppNFY0MmM0MTdmS25XMXVidkd2dzNSUnNhYVFmR0NEOHc4UkhDRjQzb2IEAAAACnN0YXJ0UHJpY2UAAAAAAAX14QAEAAAACmRlbHRhUHJpY2UAAAAAAAAPQkAEAAAAC3N0YXJ0SGVpZ2h0AAAAAAAACGUkBAAAAAtkZWx0YUhlaWdodAAAAAAAAAAAAwQAAAAJdGltZU9yZGVyCQAAaAAAAAIJAABoAAAAAgAAAAAAAAAABQAAAAAAAAAAPAAAAAAAAAAD6AQAAAAHJG1hdGNoMAUAAAACdHgDCQAAAQAAAAIFAAAAByRtYXRjaDACAAAAE1RyYW5zZmVyVHJhbnNhY3Rpb24EAAAAAWUFAAAAByRtYXRjaDADAwMJAAAAAAAAAgkAAlgAAAABCAUAAAABZQAAAA9zZW5kZXJQdWJsaWNLZXkFAAAABnN5c3RlbQYJAAAAAAAAAgkAAlgAAAABCAUAAAABZQAAAA9zZW5kZXJQdWJsaWNLZXkFAAAAA2FkdgYJAAAAAAAAAgkAAlgAAAABCAUAAAABZQAAAA9zZW5kZXJQdWJsaWNLZXkFAAAABHRlY2gGBwMJAAABAAAAAgUAAAAHJG1hdGNoMAIAAAASUmVpc3N1ZVRyYW5zYWN0aW9uBAAAAAFlBQAAAAckbWF0Y2gwAwkAAAAAAAACCQACWAAAAAEIBQAAAAFlAAAAD3NlbmRlclB1YmxpY0tleQUAAAAGc3lzdGVtBgcDCQAAAQAAAAIFAAAAByRtYXRjaDACAAAAD0J1cm5UcmFuc2FjdGlvbgQAAAABZQUAAAAHJG1hdGNoMAMJAAAAAAAAAgkAAlgAAAABCAUAAAABZQAAAA9zZW5kZXJQdWJsaWNLZXkFAAAABnN5c3RlbQYHAwkAAAEAAAACBQAAAAckbWF0Y2gwAgAAABdNYXNzVHJhbnNmZXJUcmFuc2FjdGlvbgQAAAABZQUAAAAHJG1hdGNoMAMDAwkAAAAAAAACCQACWAAAAAEIBQAAAAFlAAAAD3NlbmRlclB1YmxpY0tleQUAAAAGc3lzdGVtBgkAAAAAAAACCQACWAAAAAEIBQAAAAFlAAAAD3NlbmRlclB1YmxpY0tleQUAAAADYWR2BgkAAAAAAAACCQACWAAAAAEIBQAAAAFlAAAAD3NlbmRlclB1YmxpY0tleQUAAAAEdGVjaAYHAwkAAAEAAAACBQAAAAckbWF0Y2gwAgAAABlTZXRBc3NldFNjcmlwdFRyYW5zYWN0aW9uBAAAAAFlBQAAAAckbWF0Y2gwAwkAAAAAAAACCQACWAAAAAEIBQAAAAFlAAAAD3NlbmRlclB1YmxpY0tleQUAAAAGc3lzdGVtBgcDCQAAAQAAAAIFAAAAByRtYXRjaDACAAAAE0V4Y2hhbmdlVHJhbnNhY3Rpb24EAAAAAWUFAAAAByRtYXRjaDAJAAACAAAAAQkAASwAAAACAgAAABdNaW5pbXVtIG9yZGVyIHByaWNlIGlzIAkAAlgAAAABCAUAAAABZQAAAA9zZW5kZXJQdWJsaWNLZXkJAAACAAAAAQIAAAAWUHJvaGliaXRlZCBieSBjb250cmFjdFrLa8g=", "chainId": 84, "height": 550327, "spentComplexity": 0 } View: original | compacted Prev: 6YhLdHjib5B2Ki679DPu4Q1oyUZAsUDvTA4k6vQdNS7o Next: E8LHhT9Py5TeNd7nFtu5dqUxoP1WAMNAZrox2pjHVWzm Diff:
Old | New | Differences | |
---|---|---|---|
38 | 38 | then true | |
39 | 39 | else false | |
40 | 40 | case e: ExchangeTransaction => | |
41 | - | if ((toBase58String(e.senderPublicKey) == system)) | |
42 | - | then true | |
43 | - | else { | |
44 | - | let minimumPrice = (startPrice + (((height - startHeight) / deltaHeight) * deltaPrice)) | |
45 | - | let orderPrice = (e.price / 100000000) | |
46 | - | let buy = sigVerify(e.buyOrder.bodyBytes, e.buyOrder.proofs[0], e.buyOrder.senderPublicKey) | |
47 | - | if (buy) | |
48 | - | then if ((orderPrice >= startPrice)) | |
49 | - | then if (isDefined(e.buyOrder.assetPair.priceAsset)) | |
50 | - | then false | |
51 | - | else true | |
52 | - | else throw(("Minimum order price is " + toString(startPrice))) | |
53 | - | else if ((orderPrice >= minimumPrice)) | |
54 | - | then if (isDefined(e.sellOrder.assetPair.priceAsset)) | |
55 | - | then false | |
56 | - | else if ((timeOrder >= (e.sellOrder.expiration - e.sellOrder.timestamp))) | |
57 | - | then true | |
58 | - | else throw("TIME SELL") | |
59 | - | else throw(("Minimum order price is " + toString(minimumPrice))) | |
60 | - | } | |
41 | + | throw(("Minimum order price is " + toBase58String(e.senderPublicKey))) | |
61 | 42 | case _ => | |
62 | 43 | throw("Prohibited by contract") | |
63 | 44 | } |
Old | New | Differences | |
---|---|---|---|
1 | 1 | {-# STDLIB_VERSION 2 #-} | |
2 | 2 | {-# CONTENT_TYPE EXPRESSION #-} | |
3 | 3 | let system = "7zi4V42c417fKnW1ubvGvw3RRsaaQfGCD8w8RHCF43ob" | |
4 | 4 | let adv = "7zi4V42c417fKnW1ubvGvw3RRsaaQfGCD8w8RHCF43ob" | |
5 | 5 | let tech = "7zi4V42c417fKnW1ubvGvw3RRsaaQfGCD8w8RHCF43ob" | |
6 | 6 | let startPrice = 100000000 | |
7 | 7 | let deltaPrice = 1000000 | |
8 | 8 | let startHeight = 550180 | |
9 | 9 | let deltaHeight = 3 | |
10 | 10 | let timeOrder = ((5 * 60) * 1000) | |
11 | 11 | match tx { | |
12 | 12 | case e: TransferTransaction => | |
13 | 13 | if (if (if ((toBase58String(e.senderPublicKey) == system)) | |
14 | 14 | then true | |
15 | 15 | else (toBase58String(e.senderPublicKey) == adv)) | |
16 | 16 | then true | |
17 | 17 | else (toBase58String(e.senderPublicKey) == tech)) | |
18 | 18 | then true | |
19 | 19 | else false | |
20 | 20 | case e: ReissueTransaction => | |
21 | 21 | if ((toBase58String(e.senderPublicKey) == system)) | |
22 | 22 | then true | |
23 | 23 | else false | |
24 | 24 | case e: BurnTransaction => | |
25 | 25 | if ((toBase58String(e.senderPublicKey) == system)) | |
26 | 26 | then true | |
27 | 27 | else false | |
28 | 28 | case e: MassTransferTransaction => | |
29 | 29 | if (if (if ((toBase58String(e.senderPublicKey) == system)) | |
30 | 30 | then true | |
31 | 31 | else (toBase58String(e.senderPublicKey) == adv)) | |
32 | 32 | then true | |
33 | 33 | else (toBase58String(e.senderPublicKey) == tech)) | |
34 | 34 | then true | |
35 | 35 | else false | |
36 | 36 | case e: SetAssetScriptTransaction => | |
37 | 37 | if ((toBase58String(e.senderPublicKey) == system)) | |
38 | 38 | then true | |
39 | 39 | else false | |
40 | 40 | case e: ExchangeTransaction => | |
41 | - | if ((toBase58String(e.senderPublicKey) == system)) | |
42 | - | then true | |
43 | - | else { | |
44 | - | let minimumPrice = (startPrice + (((height - startHeight) / deltaHeight) * deltaPrice)) | |
45 | - | let orderPrice = (e.price / 100000000) | |
46 | - | let buy = sigVerify(e.buyOrder.bodyBytes, e.buyOrder.proofs[0], e.buyOrder.senderPublicKey) | |
47 | - | if (buy) | |
48 | - | then if ((orderPrice >= startPrice)) | |
49 | - | then if (isDefined(e.buyOrder.assetPair.priceAsset)) | |
50 | - | then false | |
51 | - | else true | |
52 | - | else throw(("Minimum order price is " + toString(startPrice))) | |
53 | - | else if ((orderPrice >= minimumPrice)) | |
54 | - | then if (isDefined(e.sellOrder.assetPair.priceAsset)) | |
55 | - | then false | |
56 | - | else if ((timeOrder >= (e.sellOrder.expiration - e.sellOrder.timestamp))) | |
57 | - | then true | |
58 | - | else throw("TIME SELL") | |
59 | - | else throw(("Minimum order price is " + toString(minimumPrice))) | |
60 | - | } | |
41 | + | throw(("Minimum order price is " + toBase58String(e.senderPublicKey))) | |
61 | 42 | case _ => | |
62 | 43 | throw("Prohibited by contract") | |
63 | 44 | } |
github/deemru/w8io/169f3d6 46.94 ms ◑