tx · DfUZoutMjfvz4TZDGhssbfckW8zVxvFCNEXUwiyDvRw7

3Mx6ozBRPafp1zBnD6m8QThCnEcJ84h77VN:  -1.00000000 Waves

2018.12.04 18:16 [390013] smart account 3Mx6ozBRPafp1zBnD6m8QThCnEcJ84h77VN > SELF 0.00000000 Waves

{ "type": 13, "id": "DfUZoutMjfvz4TZDGhssbfckW8zVxvFCNEXUwiyDvRw7", "fee": 100000000, "feeAssetId": null, "timestamp": 1543936693325, "version": 1, "sender": "3Mx6ozBRPafp1zBnD6m8QThCnEcJ84h77VN", "senderPublicKey": "4c4nAckNxsuafXcg4abFPJ6wBZB6PD7KVNkD1wbVxnxZ", "proofs": [ "47omz3hM727ASqSMojo7t6yzUKQ5Au1KonzeRes7HtjxUzr43rZLtD3GC8nj85YpgeMqzQdxPXEyqM1sva2anxDS" ], "script": "base64:AQQAAAALc3RhcnRIZWlnaHQAAAAAAAAF9CUEAAAAByRtYXRjaDAFAAAAAnR4AwkAAAEAAAACBQAAAAckbWF0Y2gwAgAAABNFeGNoYW5nZVRyYW5zYWN0aW9uBAAAAAJ0eAUAAAAHJG1hdGNoMAkAAGYAAAACBQAAAAZoZWlnaHQFAAAAC3N0YXJ0SGVpZ2h0BrMQ/pc=", "chainId": 84, "height": 390013, "spentComplexity": 0 } View: original | compacted Prev: 2jckPAis49cHBA4BYeCuKhmSbsZsSo79C1x229PY773K Next: 2tRFdQdpDVAai4MkQUuKZasiz9n7xZ237XU5m6R2a65i Full:
OldNewDifferences
11 {-# STDLIB_VERSION 1 #-}
22 {-# CONTENT_TYPE EXPRESSION #-}
3-if (if (if (if (if (if (if (if (if (true)
4- then true
5- else false)
6- then true
7- else false)
8- then true
9- else false)
10- then true
11- else false)
12- then true
13- else false)
14- then true
15- else false)
16- then true
17- else false)
18- then true
19- else false)
20- then true
21- else if (false)
22- then true
23- else true
3+let startHeight = 390181
4+match tx {
5+ case tx: ExchangeTransaction =>
6+ (height > startHeight)
7+ case _ =>
8+ true
9+}

github/deemru/w8io/026f985 
15.52 ms