tx · E8X9StLngb4tsYCvpbhF6erEPzYTdWhXWjQhMaHKthqd

3NAdMvWNYXDS7e9NctDGHFcQYjud5HpozX1:  -0.01400000 Waves

2019.07.02 16:58 [567862] smart account 3NAdMvWNYXDS7e9NctDGHFcQYjud5HpozX1 > SELF 0.00000000 Waves

{ "type": 13, "id": "E8X9StLngb4tsYCvpbhF6erEPzYTdWhXWjQhMaHKthqd", "fee": 1400000, "feeAssetId": null, "timestamp": 1562075893534, "version": 1, "sender": "3NAdMvWNYXDS7e9NctDGHFcQYjud5HpozX1", "senderPublicKey": "6L5iegz5hxt7AzgQtd1jhk4J5jMykJs4ZJg93hhwktcQ", "proofs": [ "2puQHAee2dE9YbYg3ohNS6GYncX9K5wEcuEPvicffYTBx5MCr1YjRpPV9e6t1MouDq6dYJaDspWgxseVB6ApEsS1" ], "script": null, "chainId": 84, "height": 567862, "spentComplexity": 0 } View: original | compacted Prev: AfMWKpoQ99PXU8uSTTUHhb75tgecbtahPWVCWV98z4CX Next: Ccb7P2wodAmBLoGjZc7PxvCWzEn8iydEuhERKinMfc1q Full:
OldNewDifferences
1-{-# STDLIB_VERSION 2 #-}
2-{-# CONTENT_TYPE EXPRESSION #-}
3-let startPrice = 100000000
4-match tx {
5- case e: ExchangeTransaction =>
6- if (if ((e.price >= startPrice))
7- then !(isDefined(e.sellOrder.assetPair.priceAsset))
8- else false)
9- then true
10- else !(isDefined(e.buyOrder.assetPair.priceAsset))
11- case b: BurnTransaction =>
12- false
13- case _ =>
14- true
15-}
1+# no script

github/deemru/w8io/c3f4982 
14.85 ms