tx · 5FhvdRxv5cCqMPr79pKDSEuZD4h3xzUPDE1nkGFpZNGE

3MvGvir7jfLKY8ypmm7jELQnc7Js8b9PgfB:  -0.02000000 Waves

2019.03.15 15:05 [537246] smart account 3MvGvir7jfLKY8ypmm7jELQnc7Js8b9PgfB > SELF 0.00000000 Waves

{ "type": 13, "id": "5FhvdRxv5cCqMPr79pKDSEuZD4h3xzUPDE1nkGFpZNGE", "fee": 2000000, "feeAssetId": null, "timestamp": 1552651530570, "version": 1, "sender": "3MvGvir7jfLKY8ypmm7jELQnc7Js8b9PgfB", "senderPublicKey": "BjkuQBZbTaVZ4M9uZiSp7UjdTo6jQVmUpE1awoMFuBpU", "proofs": [ "4HBb5wN5ZVHxTaPqr6Qi8qZLkCoZo6yeAj3FPUBubdeV8FghBBzip6sXqQjw9qb9ZkG8LWiKW1x8gP8j4hosXnKQ" ], "script": "base64:AgQAAAAIc21hcnRBY2MIBQAAAAJ0eAAAAAZzZW5kZXIEAAAACWRhdGFUeEZlZQAAAAAAAJiWgAQAAAAJcGF5b3V0RmVlAAAAAAAAB6EgBAAAAAckbWF0Y2gwBQAAAAJ0eAMJAAABAAAAAgUAAAAHJG1hdGNoMAIAAAAPRGF0YVRyYW5zYWN0aW9uBAAAAAF0BQAAAAckbWF0Y2gwBgbWLUtQ", "chainId": 84, "height": 537246, "spentComplexity": 0 } View: original | compacted Prev: 44eo9coveh8eDuZH3H99LVFcWnuZA6mcXxghZp1tweu4 Next: 6A8ryifdNmAbj1dLs1GaC2cPEsAGDxtmJYfXhWCongM3 Full:
OldNewDifferences
1-{-# STDLIB_VERSION 1 #-}
1+{-# STDLIB_VERSION 2 #-}
22 {-# CONTENT_TYPE EXPRESSION #-}
33 let smartAcc = tx.sender
44 let dataTxFee = 10000000
55 let payoutFee = 500000
6-let pos0 = extract(getBoolean(smartAcc, "pos0"))
7-let pos1 = extract(getBoolean(smartAcc, "pos1"))
8-let pos2 = extract(getBoolean(smartAcc, "pos2"))
9-let pos3 = extract(getBoolean(smartAcc, "pos3"))
10-let pos4 = extract(getBoolean(smartAcc, "pos4"))
11-let pos5 = extract(getBoolean(smartAcc, "pos5"))
12-let pos6 = extract(getBoolean(smartAcc, "pos6"))
13-let pos7 = extract(getBoolean(smartAcc, "pos7"))
14-let pos8 = extract(getBoolean(smartAcc, "pos8"))
156 match tx {
167 case t: DataTransaction =>
17- if (if (if (if (if ((pos0 != pos1))
18- then (pos1 != pos2)
19- else false)
20- then true
21- else if ((pos3 != pos4))
22- then (pos4 != pos5)
23- else false)
24- then true
25- else if ((pos6 != pos7))
26- then (pos7 != pos8)
27- else false)
28- then true
29- else if ((pos0 != pos4))
30- then (pos4 != pos8)
31- else false)
32- then true
33- else if ((pos2 != pos4))
34- then (pos4 != pos6)
35- else false
8+ true
369 case _ =>
3710 true
3811 }

github/deemru/w8io/026f985 
22.04 ms