tx · 6s8WcFQUZRzJiwpUft3rfnSWm4n9xViaf38qWbwTY8KF
3MwL5afsAvUTAfaj2bpfgaNGAs2tCpaZEGw: -1.00000000 Waves
2018.12.04 18:16 [390013] smart account 3MwL5afsAvUTAfaj2bpfgaNGAs2tCpaZEGw > SELF 0.00000000 Waves
{
"type": 13,
"id": "6s8WcFQUZRzJiwpUft3rfnSWm4n9xViaf38qWbwTY8KF",
"fee": 100000000,
"feeAssetId": null,
"timestamp": 1543936693219,
"version": 1,
"sender": "3MwL5afsAvUTAfaj2bpfgaNGAs2tCpaZEGw",
"senderPublicKey": "F5xUkZtTJzQX3HBfL7sF3Qga5btttPpm1MdU8htHtvay",
"proofs": [
"36Xqo16t8CPzeVhFHn1HJwc6MmeL4QEHzYPuJUFroJDvoUD9JYv2i5fscaegARhWiwFS9GhxxcyWnGE6GqByerPX"
],
"script": "base64:AQQAAAALc3RhcnRIZWlnaHQAAAAAAAAF9CUEAAAAByRtYXRjaDAFAAAAAnR4AwkAAAEAAAACBQAAAAckbWF0Y2gwAgAAABNFeGNoYW5nZVRyYW5zYWN0aW9uBAAAAAJ0eAUAAAAHJG1hdGNoMAkAAGYAAAACBQAAAAZoZWlnaHQFAAAAC3N0YXJ0SGVpZ2h0BrMQ/pc=",
"chainId": 84,
"height": 390013,
"spentComplexity": 0
}
View: original | compacted
Prev: EkBxz5Ry4qcFxgPMTqRMbbpCvLdMrWz29ZhEtxh8xbCX
Next: GkhaBneaGuZLxDAjAouEr2qPtUjAqG1gMiGSAWmsF6NU
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 | + | } |
---|