tx · 5SX2a6whCeTiSWiFwFXefmbT8w4cnU9Rrt5RnGWVAL19
3MzgLbskN82suZgkmqTvzQxDtZfjQfX1DLp: -0.00100000 Waves
2024.11.11 04:11 [3366108] smart account 3MzgLbskN82suZgkmqTvzQxDtZfjQfX1DLp > SELF 0.00000000 Waves
{
"type": 13,
"id": "5SX2a6whCeTiSWiFwFXefmbT8w4cnU9Rrt5RnGWVAL19",
"fee": 100000,
"feeAssetId": null,
"timestamp": 1731287523964,
"version": 1,
"sender": "3MzgLbskN82suZgkmqTvzQxDtZfjQfX1DLp",
"senderPublicKey": "B5p5JF1Hn7k2YwGxQxgFre8bM5pd7N2c6wPdyKdLzzd6",
"proofs": [
"2ZsHCb5ncup81oiNAKD4k9T9RV59QmDGm8a8okhaPtD4wrtZBKTxaD6MjUWoV3cwz3q1f47uFRco32tZMFLdyjrn"
],
"script": "base64:CAIHCAISAwoBCAABAWkBGGNoZWNrQW5kSW5jcmVtZW50Q291bnRlcgEIZnVuY05hbWUECWhvdXJseUtleQkArAICBQhmdW5jTmFtZQIOX2hvdXJseVR4Q291bnQECGRhaWx5S2V5CQCsAgIFCGZ1bmNOYW1lAg1fZGFpbHlUeENvdW50BA1ob3VybHlUeENvdW50BAckbWF0Y2gwCQCaCAIFBHRoaXMFCWhvdXJseUtleQMJAAECBQckbWF0Y2gwAgNJbnQEAWEFByRtYXRjaDAFAWEAAAQMZGFpbHlUeENvdW50BAckbWF0Y2gwCQCaCAIFBHRoaXMFCGRhaWx5S2V5AwkAAQIFByRtYXRjaDACA0ludAQBYQUHJG1hdGNoMAUBYQAABAtob3VybHlMaW1pdAABBApkYWlseUxpbWl0AAIDCQBnAgUNaG91cmx5VHhDb3VudAULaG91cmx5TGltaXQJAAIBAhVIb3VybHkgbGltaXQgZXhjZWVkZWQDCQBnAgUMZGFpbHlUeENvdW50BQpkYWlseUxpbWl0CQACAQIURGFpbHkgbGltaXQgZXhjZWVkZWQEDm5ld0hvdXJseUNvdW50CQBkAgUNaG91cmx5VHhDb3VudAABBA1uZXdEYWlseUNvdW50CQBkAgUMZGFpbHlUeENvdW50AAEEDXVwZGF0ZVJlc3VsdHMJAMwIAgkBDEludGVnZXJFbnRyeQIFCWhvdXJseUtleQUObmV3SG91cmx5Q291bnQJAMwIAgkBDEludGVnZXJFbnRyeQIFCGRhaWx5S2V5BQ1uZXdEYWlseUNvdW50CQDMCAIJAQxCb29sZWFuRW50cnkCAhhjaGVja0FuZEluY3JlbWVudENvdW50ZXIGBQNuaWwEC2NoZWNrSG91cmx5CQCaCAIFBHRoaXMFCWhvdXJseUtleQQKY2hlY2tEYWlseQkAmggCBQR0aGlzBQhkYWlseUtleQQHJG1hdGNoMAULY2hlY2tIb3VybHkDCQABAgUHJG1hdGNoMAIDSW50BAFhBQckbWF0Y2gwBAckbWF0Y2gxBQpjaGVja0RhaWx5AwkAAQIFByRtYXRjaDECA0ludAQBYgUHJG1hdGNoMQMDCQAAAgUBYQUObmV3SG91cmx5Q291bnQJAAACBQFiBQ1uZXdEYWlseUNvdW50BwUNdXBkYXRlUmVzdWx0cwkAAgECEkRhdGEgdXBkYXRlIGZhaWxlZAkAAgECGUZhaWxlZCB0byBnZXQgZGFpbHkgY291bnQJAAIBAhpGYWlsZWQgdG8gZ2V0IGhvdXJseSBjb3VudABJxpIH",
"chainId": 84,
"height": 3366108,
"applicationStatus": "succeeded",
"spentComplexity": 0
}
View: original | compacted
Prev: 614c6F6SrW5Tkjw4qqVtmNtLfzVRnRA4bjW5nC2dqEwM
Next: 2qttdA8FW2zeUWqJu5FiAWrqsYNQuDR4cMy6C5mmdedD
Diff:
Old | New | | Differences |
---|
28 | 28 | | else { |
---|
29 | 29 | | let newHourlyCount = (hourlyTxCount + 1) |
---|
30 | 30 | | let newDailyCount = (dailyTxCount + 1) |
---|
31 | | - | let updateResults = [IntegerEntry(hourlyKey, newHourlyCount), IntegerEntry(dailyKey, newDailyCount), IntegerEntry("status", 1)] |
---|
32 | | - | match getInteger(this, hourlyKey) { |
---|
| 31 | + | let updateResults = [IntegerEntry(hourlyKey, newHourlyCount), IntegerEntry(dailyKey, newDailyCount), BooleanEntry("checkAndIncrementCounter", true)] |
---|
| 32 | + | let checkHourly = getInteger(this, hourlyKey) |
---|
| 33 | + | let checkDaily = getInteger(this, dailyKey) |
---|
| 34 | + | match checkHourly { |
---|
33 | 35 | | case a: Int => |
---|
34 | | - | match getInteger(this, dailyKey) { |
---|
| 36 | + | match checkDaily { |
---|
35 | 37 | | case b: Int => |
---|
36 | 38 | | if (if ((a == newHourlyCount)) |
---|
37 | 39 | | then (b == newDailyCount) |
---|
Full:
Old | New | | Differences |
---|
1 | 1 | | {-# STDLIB_VERSION 8 #-} |
---|
2 | 2 | | {-# SCRIPT_TYPE ACCOUNT #-} |
---|
3 | 3 | | {-# CONTENT_TYPE DAPP #-} |
---|
4 | 4 | | |
---|
5 | 5 | | |
---|
6 | 6 | | @Callable(i) |
---|
7 | 7 | | func checkAndIncrementCounter (funcName) = { |
---|
8 | 8 | | let hourlyKey = (funcName + "_hourlyTxCount") |
---|
9 | 9 | | let dailyKey = (funcName + "_dailyTxCount") |
---|
10 | 10 | | let hourlyTxCount = match getInteger(this, hourlyKey) { |
---|
11 | 11 | | case a: Int => |
---|
12 | 12 | | a |
---|
13 | 13 | | case _ => |
---|
14 | 14 | | 0 |
---|
15 | 15 | | } |
---|
16 | 16 | | let dailyTxCount = match getInteger(this, dailyKey) { |
---|
17 | 17 | | case a: Int => |
---|
18 | 18 | | a |
---|
19 | 19 | | case _ => |
---|
20 | 20 | | 0 |
---|
21 | 21 | | } |
---|
22 | 22 | | let hourlyLimit = 1 |
---|
23 | 23 | | let dailyLimit = 2 |
---|
24 | 24 | | if ((hourlyTxCount >= hourlyLimit)) |
---|
25 | 25 | | then throw("Hourly limit exceeded") |
---|
26 | 26 | | else if ((dailyTxCount >= dailyLimit)) |
---|
27 | 27 | | then throw("Daily limit exceeded") |
---|
28 | 28 | | else { |
---|
29 | 29 | | let newHourlyCount = (hourlyTxCount + 1) |
---|
30 | 30 | | let newDailyCount = (dailyTxCount + 1) |
---|
31 | | - | let updateResults = [IntegerEntry(hourlyKey, newHourlyCount), IntegerEntry(dailyKey, newDailyCount), IntegerEntry("status", 1)] |
---|
32 | | - | match getInteger(this, hourlyKey) { |
---|
| 31 | + | let updateResults = [IntegerEntry(hourlyKey, newHourlyCount), IntegerEntry(dailyKey, newDailyCount), BooleanEntry("checkAndIncrementCounter", true)] |
---|
| 32 | + | let checkHourly = getInteger(this, hourlyKey) |
---|
| 33 | + | let checkDaily = getInteger(this, dailyKey) |
---|
| 34 | + | match checkHourly { |
---|
33 | 35 | | case a: Int => |
---|
34 | | - | match getInteger(this, dailyKey) { |
---|
| 36 | + | match checkDaily { |
---|
35 | 37 | | case b: Int => |
---|
36 | 38 | | if (if ((a == newHourlyCount)) |
---|
37 | 39 | | then (b == newDailyCount) |
---|
38 | 40 | | else false) |
---|
39 | 41 | | then updateResults |
---|
40 | 42 | | else throw("Data update failed") |
---|
41 | 43 | | case _ => |
---|
42 | 44 | | throw("Failed to get daily count") |
---|
43 | 45 | | } |
---|
44 | 46 | | case _ => |
---|
45 | 47 | | throw("Failed to get hourly count") |
---|
46 | 48 | | } |
---|
47 | 49 | | } |
---|
48 | 50 | | } |
---|
49 | 51 | | |
---|
50 | 52 | | |
---|