tx · HEKmTsovM76haxHb26fKjzFn3xPSDRcaREXT4Tz5UUTf
3N8XBzcbxt5snTdkqVSobDjtDGbTns27DdY: -0.01400000 Waves
2020.10.06 17:43 [1208835] smart account 3N8XBzcbxt5snTdkqVSobDjtDGbTns27DdY > SELF 0.00000000 Waves
{
"type": 13,
"id": "HEKmTsovM76haxHb26fKjzFn3xPSDRcaREXT4Tz5UUTf",
"fee": 1400000,
"feeAssetId": null,
"timestamp": 1601995443439,
"version": 2,
"chainId": 84,
"sender": "3N8XBzcbxt5snTdkqVSobDjtDGbTns27DdY",
"senderPublicKey": "HhWoKsFPjXVx9nYfPydpV9BwLmuUdJyJ8ydtyVJVxg9Z",
"proofs": [
"2JmXxx3HUzJwEtmyspHypsqqJkjRYn2iZY3CZswqjjAyogf8BYSEPJGatnA3kBaaVKHzQnYK8XLZTMyR38PZZJhE"
],
"script": "base64:AAIDAAAAAAAAAAQIARIAAAAAAAAAAAEAAAABaQEAAAAHZGVwb3NpdAAAAAAEAAAAA3BtdAkBAAAAB2V4dHJhY3QAAAABCAUAAAABaQAAAAdwYXltZW50BAAAAANsYmgIBQAAAAlsYXN0QmxvY2sAAAAGaGVpZ2h0AwkBAAAACWlzRGVmaW5lZAAAAAEIBQAAAANwbXQAAAAHYXNzZXRJZAkAAAIAAAABAgAAACFjYW4gaG9kbCB3YXZlcyBvbmx5IGF0IHRoZSBtb21lbnQEAAAACmN1cnJlbnRLZXkJAAJYAAAAAQgIBQAAAAFpAAAABmNhbGxlcgAAAAVieXRlcwMJAQAAAAEhAAAAAQkBAAAACWlzRGVmaW5lZAAAAAEJAAQdAAAAAgUAAAAEdGhpcwUAAAAKY3VycmVudEtleQkBAAAACFdyaXRlU2V0AAAAAQkABEwAAAACCQEAAAAJRGF0YUVudHJ5AAAAAgUAAAAKY3VycmVudEtleQkAASwAAAACCQABLAAAAAIJAAEsAAAAAgkAAaQAAAABCQAAaAAAAAIJAABpAAAAAggFAAAAA3BtdAAAAAZhbW91bnQAAAAAAAAAAGQAAAAAAAAAAHgCAAAAAV8JAAGkAAAAAQUAAAADbGJoAgAAAAJfMAUAAAADbmlsBAAAAAdvbGREYXRhCQAEtQAAAAIEAAAAByRtYXRjaDAJAAQdAAAAAgUAAAAEdGhpcwUAAAAKY3VycmVudEtleQMJAAABAAAAAgUAAAAHJG1hdGNoMAIAAAAGU3RyaW5nBAAAAANzdHIFAAAAByRtYXRjaDAFAAAAA3N0cgkAAAIAAAABAgAAABFkYXRhIHN0cmluZyBlcnJvcgIAAAABXwQAAAANY3VycmVudEFtb3VudAQAAAAHJG1hdGNoMAkABBoAAAACBQAAAAR0aGlzCQABkQAAAAIFAAAAB29sZERhdGEAAAAAAAAAAAADCQAAAQAAAAIFAAAAByRtYXRjaDACAAAAA0ludAQAAAABYQUAAAAHJG1hdGNoMAUAAAABYQkAAAIAAAABAgAAAA5kYXRhIGludCBlcnJvcgkBAAAACFdyaXRlU2V0AAAAAQkABEwAAAACCQEAAAAJRGF0YUVudHJ5AAAAAgUAAAAKY3VycmVudEtleQkAASwAAAACCQABLAAAAAIJAAEsAAAAAgkAASwAAAACCQABpAAAAAEJAABkAAAAAgUAAAANY3VycmVudEFtb3VudAkAAGgAAAACCQAAaQAAAAIIBQAAAANwbXQAAAAGYW1vdW50AAAAAAAAAABkAAAAAAAAAAB4AgAAAAFfCQABpAAAAAEFAAAAA2xiaAIAAAABXwkAAZEAAAACBQAAAAdvbGREYXRhAAAAAAAAAAADBQAAAANuaWwAAAAAONMywQ==",
"height": 1208835,
"applicationStatus": "succeeded",
"spentComplexity": 0
}
View: original | compacted
Prev: 3zzL9fNZPFsQntJj8Nf6oM35dh46uM15BBVqZs9VoKYB
Next: 7AHSD4a9wtAKPXwSq3rJuBPGHmau2mGAQUKossM2X2N2
Diff:
Old | New | | Differences |
---|
11 | 11 | | then throw("can hodl waves only at the moment") |
---|
12 | 12 | | else { |
---|
13 | 13 | | let currentKey = toBase58String(i.caller.bytes) |
---|
14 | | - | let frostBlock = 10 |
---|
15 | 14 | | if (!(isDefined(getString(this, currentKey)))) |
---|
16 | | - | then WriteSet([DataEntry(currentKey, (((((toString(((pmt.amount / 100) * 120)) + "_") + toString(lbh)) + "_") + toString(frostBlock)) + "_0"))]) |
---|
| 15 | + | then WriteSet([DataEntry(currentKey, (((toString(((pmt.amount / 100) * 120)) + "_") + toString(lbh)) + "_0"))]) |
---|
17 | 16 | | else { |
---|
18 | 17 | | let oldData = split( match getString(this, currentKey) { |
---|
19 | 18 | | case str: String => |
---|
|
27 | 26 | | case _ => |
---|
28 | 27 | | throw("data int error") |
---|
29 | 28 | | } |
---|
30 | | - | WriteSet([DataEntry(currentKey, ((((((toString((currentAmount + ((pmt.amount / 100) * 120))) + "_") + toString(lbh)) + "_") + toString(frostBlock)) + "_") + oldData[3]))]) |
---|
| 29 | + | WriteSet([DataEntry(currentKey, ((((toString((currentAmount + ((pmt.amount / 100) * 120))) + "_") + toString(lbh)) + "_") + oldData[3]))]) |
---|
31 | 30 | | } |
---|
32 | 31 | | } |
---|
33 | 32 | | } |
---|
Full:
Old | New | | Differences |
---|
1 | 1 | | {-# STDLIB_VERSION 3 #-} |
---|
2 | 2 | | {-# SCRIPT_TYPE ACCOUNT #-} |
---|
3 | 3 | | {-# CONTENT_TYPE DAPP #-} |
---|
4 | 4 | | |
---|
5 | 5 | | |
---|
6 | 6 | | @Callable(i) |
---|
7 | 7 | | func deposit () = { |
---|
8 | 8 | | let pmt = extract(i.payment) |
---|
9 | 9 | | let lbh = lastBlock.height |
---|
10 | 10 | | if (isDefined(pmt.assetId)) |
---|
11 | 11 | | then throw("can hodl waves only at the moment") |
---|
12 | 12 | | else { |
---|
13 | 13 | | let currentKey = toBase58String(i.caller.bytes) |
---|
14 | | - | let frostBlock = 10 |
---|
15 | 14 | | if (!(isDefined(getString(this, currentKey)))) |
---|
16 | | - | then WriteSet([DataEntry(currentKey, (((((toString(((pmt.amount / 100) * 120)) + "_") + toString(lbh)) + "_") + toString(frostBlock)) + "_0"))]) |
---|
| 15 | + | then WriteSet([DataEntry(currentKey, (((toString(((pmt.amount / 100) * 120)) + "_") + toString(lbh)) + "_0"))]) |
---|
17 | 16 | | else { |
---|
18 | 17 | | let oldData = split( match getString(this, currentKey) { |
---|
19 | 18 | | case str: String => |
---|
20 | 19 | | str |
---|
21 | 20 | | case _ => |
---|
22 | 21 | | throw("data string error") |
---|
23 | 22 | | }, "_") |
---|
24 | 23 | | let currentAmount = match getInteger(this, oldData[0]) { |
---|
25 | 24 | | case a: Int => |
---|
26 | 25 | | a |
---|
27 | 26 | | case _ => |
---|
28 | 27 | | throw("data int error") |
---|
29 | 28 | | } |
---|
30 | | - | WriteSet([DataEntry(currentKey, ((((((toString((currentAmount + ((pmt.amount / 100) * 120))) + "_") + toString(lbh)) + "_") + toString(frostBlock)) + "_") + oldData[3]))]) |
---|
| 29 | + | WriteSet([DataEntry(currentKey, ((((toString((currentAmount + ((pmt.amount / 100) * 120))) + "_") + toString(lbh)) + "_") + oldData[3]))]) |
---|
31 | 30 | | } |
---|
32 | 31 | | } |
---|
33 | 32 | | } |
---|
34 | 33 | | |
---|
35 | 34 | | |
---|