tx · 5BqxFhHq8TDm6KF9i52w5iNEphnj57tPgXusfEhgJGwG
3N9oerPHhj4SHZky18cB6a47hX97kJXhdCk: -1.00000000 Waves
2018.12.04 18:16 [390013] smart account 3N9oerPHhj4SHZky18cB6a47hX97kJXhdCk > SELF 0.00000000 Waves
{
"type": 13,
"id": "5BqxFhHq8TDm6KF9i52w5iNEphnj57tPgXusfEhgJGwG",
"fee": 100000000,
"feeAssetId": null,
"timestamp": 1543936693331,
"version": 1,
"sender": "3N9oerPHhj4SHZky18cB6a47hX97kJXhdCk",
"senderPublicKey": "61HMjwtUvJyZob3UgwK8kXWN6fvhm61aE42jgEgAV6dt",
"proofs": [
"5rxbfXEhYLqD7LskXUodUP4T2sSycbHp3Y1HEmASQAJvyS7ZPZjURnEEs2JRuJ75B79Mib9j4XEmL1c8RS4k2bFQ"
],
"script": "base64:AQQAAAALc3RhcnRIZWlnaHQAAAAAAAAF9CUEAAAAByRtYXRjaDAFAAAAAnR4AwkAAAEAAAACBQAAAAckbWF0Y2gwAgAAABNFeGNoYW5nZVRyYW5zYWN0aW9uBAAAAAJ0eAUAAAAHJG1hdGNoMAkAAGYAAAACBQAAAAZoZWlnaHQFAAAAC3N0YXJ0SGVpZ2h0BrMQ/pc=",
"chainId": 84,
"height": 390013,
"spentComplexity": 0
}
View: original | compacted
Prev: CnVFSq7u2QRC1yaHrfgdQUPt5V63aB6xfCxDnRdPhiZD
Next: 2oa1u4Nt88QDfg4QActrMXkP8u671VYNJhpctcKL2yJk
Full:
Old | New | | Differences |
---|
1 | 1 | | {-# STDLIB_VERSION 1 #-} |
---|
2 | 2 | | {-# 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 | + | } |
---|