dkg 8.0.14__py3-none-any.whl → 8.1.1rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dkg/data/interfaces/KnowledgeCollection.json +39 -117
- dkg/data/interfaces/Paranet.json +590 -150
- dkg/data/interfaces/ParanetIncentivesPoolFactory.json +113 -46
- dkg/data/interfaces/ParanetKnowledgeMinersRegistry.json +105 -128
- dkg/data/interfaces/ParanetsRegistry.json +317 -259
- dkg/modules/asset/asset.py +3 -11
- dkg/modules/asset/async_asset.py +3 -13
- dkg/utils/knowledge_collection_tools.py +4 -1
- {dkg-8.0.14.dist-info → dkg-8.1.1rc1.dist-info}/METADATA +1 -1
- {dkg-8.0.14.dist-info → dkg-8.1.1rc1.dist-info}/RECORD +13 -13
- {dkg-8.0.14.dist-info → dkg-8.1.1rc1.dist-info}/LICENSE +0 -0
- {dkg-8.0.14.dist-info → dkg-8.1.1rc1.dist-info}/NOTICE +0 -0
- {dkg-8.0.14.dist-info → dkg-8.1.1rc1.dist-info}/WHEEL +0 -0
@@ -13,44 +13,61 @@
|
|
13
13
|
{
|
14
14
|
"inputs": [
|
15
15
|
{
|
16
|
+
"internalType": "string",
|
17
|
+
"name": "msg",
|
18
|
+
"type": "string"
|
19
|
+
}
|
20
|
+
],
|
21
|
+
"name": "UnauthorizedAccess",
|
22
|
+
"type": "error"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"inputs": [],
|
26
|
+
"name": "ZeroAddressHub",
|
27
|
+
"type": "error"
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"anonymous": false,
|
31
|
+
"inputs": [
|
32
|
+
{
|
33
|
+
"indexed": true,
|
16
34
|
"internalType": "address",
|
17
|
-
"name": "
|
35
|
+
"name": "paranetKCStorageContract",
|
18
36
|
"type": "address"
|
19
37
|
},
|
20
38
|
{
|
39
|
+
"indexed": true,
|
21
40
|
"internalType": "uint256",
|
22
|
-
"name": "
|
41
|
+
"name": "paranetKCTokenId",
|
23
42
|
"type": "uint256"
|
24
43
|
},
|
25
44
|
{
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"
|
45
|
+
"indexed": true,
|
46
|
+
"internalType": "uint256",
|
47
|
+
"name": "paranetKATokenId",
|
48
|
+
"type": "uint256"
|
29
49
|
},
|
30
50
|
{
|
51
|
+
"indexed": false,
|
52
|
+
"internalType": "address",
|
53
|
+
"name": "storageAddress",
|
54
|
+
"type": "address"
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"indexed": false,
|
31
58
|
"internalType": "address",
|
32
59
|
"name": "poolAddress",
|
33
60
|
"type": "address"
|
34
|
-
}
|
35
|
-
],
|
36
|
-
"name": "ParanetIncentivesPoolAlreadyExists",
|
37
|
-
"type": "error"
|
38
|
-
},
|
39
|
-
{
|
40
|
-
"inputs": [
|
61
|
+
},
|
41
62
|
{
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
63
|
+
"indexed": false,
|
64
|
+
"internalType": "address",
|
65
|
+
"name": "rewardTokenAddress",
|
66
|
+
"type": "address"
|
45
67
|
}
|
46
68
|
],
|
47
|
-
"name": "
|
48
|
-
"type": "
|
49
|
-
},
|
50
|
-
{
|
51
|
-
"inputs": [],
|
52
|
-
"name": "ZeroAddressHub",
|
53
|
-
"type": "error"
|
69
|
+
"name": "ParanetIncentivesPoolDeployed",
|
70
|
+
"type": "event"
|
54
71
|
},
|
55
72
|
{
|
56
73
|
"anonymous": false,
|
@@ -58,9 +75,15 @@
|
|
58
75
|
{
|
59
76
|
"indexed": true,
|
60
77
|
"internalType": "address",
|
61
|
-
"name": "
|
78
|
+
"name": "paranetKCStorageContract",
|
62
79
|
"type": "address"
|
63
80
|
},
|
81
|
+
{
|
82
|
+
"indexed": true,
|
83
|
+
"internalType": "uint256",
|
84
|
+
"name": "paranetKCTokenId",
|
85
|
+
"type": "uint256"
|
86
|
+
},
|
64
87
|
{
|
65
88
|
"indexed": true,
|
66
89
|
"internalType": "uint256",
|
@@ -68,34 +91,33 @@
|
|
68
91
|
"type": "uint256"
|
69
92
|
},
|
70
93
|
{
|
71
|
-
"components": [
|
72
|
-
{
|
73
|
-
"internalType": "string",
|
74
|
-
"name": "poolType",
|
75
|
-
"type": "string"
|
76
|
-
},
|
77
|
-
{
|
78
|
-
"internalType": "address",
|
79
|
-
"name": "addr",
|
80
|
-
"type": "address"
|
81
|
-
}
|
82
|
-
],
|
83
94
|
"indexed": false,
|
84
|
-
"internalType": "
|
85
|
-
"name": "
|
86
|
-
"type": "
|
95
|
+
"internalType": "address",
|
96
|
+
"name": "storageAddress",
|
97
|
+
"type": "address"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"indexed": false,
|
101
|
+
"internalType": "address",
|
102
|
+
"name": "newPoolAddress",
|
103
|
+
"type": "address"
|
87
104
|
}
|
88
105
|
],
|
89
|
-
"name": "
|
106
|
+
"name": "ParanetIncentivesPoolRedeployed",
|
90
107
|
"type": "event"
|
91
108
|
},
|
92
109
|
{
|
93
110
|
"inputs": [
|
94
111
|
{
|
95
112
|
"internalType": "address",
|
96
|
-
"name": "
|
113
|
+
"name": "paranetKCStorageContract",
|
97
114
|
"type": "address"
|
98
115
|
},
|
116
|
+
{
|
117
|
+
"internalType": "uint256",
|
118
|
+
"name": "paranetKCTokenId",
|
119
|
+
"type": "uint256"
|
120
|
+
},
|
99
121
|
{
|
100
122
|
"internalType": "uint256",
|
101
123
|
"name": "paranetKATokenId",
|
@@ -103,7 +125,7 @@
|
|
103
125
|
},
|
104
126
|
{
|
105
127
|
"internalType": "uint256",
|
106
|
-
"name": "
|
128
|
+
"name": "tracToTokenEmissionMultiplier",
|
107
129
|
"type": "uint256"
|
108
130
|
},
|
109
131
|
{
|
@@ -115,16 +137,20 @@
|
|
115
137
|
"internalType": "uint16",
|
116
138
|
"name": "paranetIncentivizationProposalVotersRewardPercentage",
|
117
139
|
"type": "uint16"
|
118
|
-
}
|
119
|
-
|
120
|
-
|
121
|
-
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"internalType": "string",
|
143
|
+
"name": "incentivesPoolName",
|
144
|
+
"type": "string"
|
145
|
+
},
|
122
146
|
{
|
123
147
|
"internalType": "address",
|
124
|
-
"name": "",
|
148
|
+
"name": "rewardTokenAddress",
|
125
149
|
"type": "address"
|
126
150
|
}
|
127
151
|
],
|
152
|
+
"name": "deployIncentivesPool",
|
153
|
+
"outputs": [],
|
128
154
|
"stateMutability": "nonpayable",
|
129
155
|
"type": "function"
|
130
156
|
},
|
@@ -161,6 +187,19 @@
|
|
161
187
|
"stateMutability": "pure",
|
162
188
|
"type": "function"
|
163
189
|
},
|
190
|
+
{
|
191
|
+
"inputs": [],
|
192
|
+
"name": "paranetIncentivesPoolFactoryHelper",
|
193
|
+
"outputs": [
|
194
|
+
{
|
195
|
+
"internalType": "contract ParanetIncentivesPoolFactoryHelper",
|
196
|
+
"name": "",
|
197
|
+
"type": "address"
|
198
|
+
}
|
199
|
+
],
|
200
|
+
"stateMutability": "view",
|
201
|
+
"type": "function"
|
202
|
+
},
|
164
203
|
{
|
165
204
|
"inputs": [],
|
166
205
|
"name": "paranetsRegistry",
|
@@ -174,6 +213,34 @@
|
|
174
213
|
"stateMutability": "view",
|
175
214
|
"type": "function"
|
176
215
|
},
|
216
|
+
{
|
217
|
+
"inputs": [
|
218
|
+
{
|
219
|
+
"internalType": "address",
|
220
|
+
"name": "paranetKCStorageContract",
|
221
|
+
"type": "address"
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"internalType": "uint256",
|
225
|
+
"name": "paranetKCTokenId",
|
226
|
+
"type": "uint256"
|
227
|
+
},
|
228
|
+
{
|
229
|
+
"internalType": "uint256",
|
230
|
+
"name": "paranetKATokenId",
|
231
|
+
"type": "uint256"
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"internalType": "address",
|
235
|
+
"name": "storageAddress",
|
236
|
+
"type": "address"
|
237
|
+
}
|
238
|
+
],
|
239
|
+
"name": "redeployIncentivesPool",
|
240
|
+
"outputs": [],
|
241
|
+
"stateMutability": "nonpayable",
|
242
|
+
"type": "function"
|
243
|
+
},
|
177
244
|
{
|
178
245
|
"inputs": [
|
179
246
|
{
|
@@ -26,29 +26,6 @@
|
|
26
26
|
"name": "ZeroAddressHub",
|
27
27
|
"type": "error"
|
28
28
|
},
|
29
|
-
{
|
30
|
-
"inputs": [
|
31
|
-
{
|
32
|
-
"internalType": "address",
|
33
|
-
"name": "miner",
|
34
|
-
"type": "address"
|
35
|
-
},
|
36
|
-
{
|
37
|
-
"internalType": "bytes32",
|
38
|
-
"name": "paranetId",
|
39
|
-
"type": "bytes32"
|
40
|
-
},
|
41
|
-
{
|
42
|
-
"internalType": "uint256",
|
43
|
-
"name": "addedCumulativeAwardedNeuro",
|
44
|
-
"type": "uint256"
|
45
|
-
}
|
46
|
-
],
|
47
|
-
"name": "addCumulativeAwardedNeuro",
|
48
|
-
"outputs": [],
|
49
|
-
"stateMutability": "nonpayable",
|
50
|
-
"type": "function"
|
51
|
-
},
|
52
29
|
{
|
53
30
|
"inputs": [
|
54
31
|
{
|
@@ -86,11 +63,11 @@
|
|
86
63
|
},
|
87
64
|
{
|
88
65
|
"internalType": "bytes32",
|
89
|
-
"name": "
|
66
|
+
"name": "knowledgeCollectionId",
|
90
67
|
"type": "bytes32"
|
91
68
|
}
|
92
69
|
],
|
93
|
-
"name": "
|
70
|
+
"name": "addSubmittedKnowledgeCollection",
|
94
71
|
"outputs": [],
|
95
72
|
"stateMutability": "nonpayable",
|
96
73
|
"type": "function"
|
@@ -150,17 +127,17 @@
|
|
150
127
|
},
|
151
128
|
{
|
152
129
|
"internalType": "address",
|
153
|
-
"name": "
|
130
|
+
"name": "knowledgeCollectionStorageContract",
|
154
131
|
"type": "address"
|
155
132
|
},
|
156
133
|
{
|
157
134
|
"internalType": "uint256",
|
158
|
-
"name": "
|
135
|
+
"name": "knowledgeCollectionId",
|
159
136
|
"type": "uint256"
|
160
137
|
},
|
161
138
|
{
|
162
139
|
"internalType": "bytes32",
|
163
|
-
"name": "
|
140
|
+
"name": "merkleRoot",
|
164
141
|
"type": "bytes32"
|
165
142
|
},
|
166
143
|
{
|
@@ -169,7 +146,7 @@
|
|
169
146
|
"type": "uint96"
|
170
147
|
}
|
171
148
|
],
|
172
|
-
"name": "
|
149
|
+
"name": "addUpdatingKnowledgeCollectionState",
|
173
150
|
"outputs": [],
|
174
151
|
"stateMutability": "nonpayable",
|
175
152
|
"type": "function"
|
@@ -188,7 +165,7 @@
|
|
188
165
|
},
|
189
166
|
{
|
190
167
|
"internalType": "bytes32",
|
191
|
-
"name": "
|
168
|
+
"name": "knowledgeCollectionStateId",
|
192
169
|
"type": "bytes32"
|
193
170
|
},
|
194
171
|
{
|
@@ -197,7 +174,7 @@
|
|
197
174
|
"type": "uint96"
|
198
175
|
}
|
199
176
|
],
|
200
|
-
"name": "
|
177
|
+
"name": "addUpdatingKnowledgeCollectionUpdateTokenAmount",
|
201
178
|
"outputs": [],
|
202
179
|
"stateMutability": "nonpayable",
|
203
180
|
"type": "function"
|
@@ -208,9 +185,19 @@
|
|
208
185
|
"internalType": "address",
|
209
186
|
"name": "miner",
|
210
187
|
"type": "address"
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"internalType": "bytes32",
|
191
|
+
"name": "paranetId",
|
192
|
+
"type": "bytes32"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"internalType": "uint256",
|
196
|
+
"name": "addedcumulativeAwardedToken",
|
197
|
+
"type": "uint256"
|
211
198
|
}
|
212
199
|
],
|
213
|
-
"name": "
|
200
|
+
"name": "addcumulativeAwardedToken",
|
214
201
|
"outputs": [],
|
215
202
|
"stateMutability": "nonpayable",
|
216
203
|
"type": "function"
|
@@ -223,7 +210,7 @@
|
|
223
210
|
"type": "address"
|
224
211
|
}
|
225
212
|
],
|
226
|
-
"name": "
|
213
|
+
"name": "decrementTotalSubmittedKnowledgeCollectionsCount",
|
227
214
|
"outputs": [],
|
228
215
|
"stateMutability": "nonpayable",
|
229
216
|
"type": "function"
|
@@ -234,22 +221,11 @@
|
|
234
221
|
"internalType": "address",
|
235
222
|
"name": "miner",
|
236
223
|
"type": "address"
|
237
|
-
},
|
238
|
-
{
|
239
|
-
"internalType": "bytes32",
|
240
|
-
"name": "paranetId",
|
241
|
-
"type": "bytes32"
|
242
224
|
}
|
243
225
|
],
|
244
|
-
"name": "
|
245
|
-
"outputs": [
|
246
|
-
|
247
|
-
"internalType": "uint256",
|
248
|
-
"name": "",
|
249
|
-
"type": "uint256"
|
250
|
-
}
|
251
|
-
],
|
252
|
-
"stateMutability": "view",
|
226
|
+
"name": "deleteKnowledgeMiner",
|
227
|
+
"outputs": [],
|
228
|
+
"stateMutability": "nonpayable",
|
253
229
|
"type": "function"
|
254
230
|
},
|
255
231
|
{
|
@@ -300,7 +276,7 @@
|
|
300
276
|
},
|
301
277
|
{
|
302
278
|
"internalType": "uint256",
|
303
|
-
"name": "
|
279
|
+
"name": "totalSubmittedKnowledgeCollectionsCount",
|
304
280
|
"type": "uint256"
|
305
281
|
}
|
306
282
|
],
|
@@ -325,7 +301,7 @@
|
|
325
301
|
"type": "bytes32"
|
326
302
|
}
|
327
303
|
],
|
328
|
-
"name": "
|
304
|
+
"name": "getSubmittedKnowledgeCollections",
|
329
305
|
"outputs": [
|
330
306
|
{
|
331
307
|
"internalType": "bytes32[]",
|
@@ -359,7 +335,7 @@
|
|
359
335
|
"type": "uint256"
|
360
336
|
}
|
361
337
|
],
|
362
|
-
"name": "
|
338
|
+
"name": "getSubmittedKnowledgeCollections",
|
363
339
|
"outputs": [
|
364
340
|
{
|
365
341
|
"internalType": "bytes32[]",
|
@@ -378,7 +354,7 @@
|
|
378
354
|
"type": "address"
|
379
355
|
}
|
380
356
|
],
|
381
|
-
"name": "
|
357
|
+
"name": "getTotalSubmittedKnowledgeCollectionsCount",
|
382
358
|
"outputs": [
|
383
359
|
{
|
384
360
|
"internalType": "uint256",
|
@@ -443,35 +419,25 @@
|
|
443
419
|
"internalType": "bytes32",
|
444
420
|
"name": "paranetId",
|
445
421
|
"type": "bytes32"
|
446
|
-
},
|
447
|
-
{
|
448
|
-
"internalType": "uint256",
|
449
|
-
"name": "start",
|
450
|
-
"type": "uint256"
|
451
|
-
},
|
452
|
-
{
|
453
|
-
"internalType": "uint256",
|
454
|
-
"name": "end",
|
455
|
-
"type": "uint256"
|
456
422
|
}
|
457
423
|
],
|
458
|
-
"name": "
|
424
|
+
"name": "getUpdatingKnowledgeCollectionStates",
|
459
425
|
"outputs": [
|
460
426
|
{
|
461
427
|
"components": [
|
462
428
|
{
|
463
429
|
"internalType": "address",
|
464
|
-
"name": "
|
430
|
+
"name": "knowledgeCollectionStorageContract",
|
465
431
|
"type": "address"
|
466
432
|
},
|
467
433
|
{
|
468
434
|
"internalType": "uint256",
|
469
|
-
"name": "
|
435
|
+
"name": "knowledgeCollectionId",
|
470
436
|
"type": "uint256"
|
471
437
|
},
|
472
438
|
{
|
473
439
|
"internalType": "bytes32",
|
474
|
-
"name": "
|
440
|
+
"name": "merkleRoot",
|
475
441
|
"type": "bytes32"
|
476
442
|
},
|
477
443
|
{
|
@@ -480,7 +446,7 @@
|
|
480
446
|
"type": "uint96"
|
481
447
|
}
|
482
448
|
],
|
483
|
-
"internalType": "struct ParanetLib.
|
449
|
+
"internalType": "struct ParanetLib.UpdatingKnowledgeCollectionState[]",
|
484
450
|
"name": "",
|
485
451
|
"type": "tuple[]"
|
486
452
|
}
|
@@ -499,25 +465,35 @@
|
|
499
465
|
"internalType": "bytes32",
|
500
466
|
"name": "paranetId",
|
501
467
|
"type": "bytes32"
|
468
|
+
},
|
469
|
+
{
|
470
|
+
"internalType": "uint256",
|
471
|
+
"name": "start",
|
472
|
+
"type": "uint256"
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"internalType": "uint256",
|
476
|
+
"name": "end",
|
477
|
+
"type": "uint256"
|
502
478
|
}
|
503
479
|
],
|
504
|
-
"name": "
|
480
|
+
"name": "getUpdatingKnowledgeCollectionStates",
|
505
481
|
"outputs": [
|
506
482
|
{
|
507
483
|
"components": [
|
508
484
|
{
|
509
485
|
"internalType": "address",
|
510
|
-
"name": "
|
486
|
+
"name": "knowledgeCollectionStorageContract",
|
511
487
|
"type": "address"
|
512
488
|
},
|
513
489
|
{
|
514
490
|
"internalType": "uint256",
|
515
|
-
"name": "
|
491
|
+
"name": "knowledgeCollectionId",
|
516
492
|
"type": "uint256"
|
517
493
|
},
|
518
494
|
{
|
519
495
|
"internalType": "bytes32",
|
520
|
-
"name": "
|
496
|
+
"name": "merkleRoot",
|
521
497
|
"type": "bytes32"
|
522
498
|
},
|
523
499
|
{
|
@@ -526,7 +502,7 @@
|
|
526
502
|
"type": "uint96"
|
527
503
|
}
|
528
504
|
],
|
529
|
-
"internalType": "struct ParanetLib.
|
505
|
+
"internalType": "struct ParanetLib.UpdatingKnowledgeCollectionState[]",
|
530
506
|
"name": "",
|
531
507
|
"type": "tuple[]"
|
532
508
|
}
|
@@ -534,6 +510,30 @@
|
|
534
510
|
"stateMutability": "view",
|
535
511
|
"type": "function"
|
536
512
|
},
|
513
|
+
{
|
514
|
+
"inputs": [
|
515
|
+
{
|
516
|
+
"internalType": "address",
|
517
|
+
"name": "miner",
|
518
|
+
"type": "address"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"internalType": "bytes32",
|
522
|
+
"name": "paranetId",
|
523
|
+
"type": "bytes32"
|
524
|
+
}
|
525
|
+
],
|
526
|
+
"name": "getcumulativeAwardedToken",
|
527
|
+
"outputs": [
|
528
|
+
{
|
529
|
+
"internalType": "uint256",
|
530
|
+
"name": "",
|
531
|
+
"type": "uint256"
|
532
|
+
}
|
533
|
+
],
|
534
|
+
"stateMutability": "view",
|
535
|
+
"type": "function"
|
536
|
+
},
|
537
537
|
{
|
538
538
|
"inputs": [],
|
539
539
|
"name": "hub",
|
@@ -555,7 +555,7 @@
|
|
555
555
|
"type": "address"
|
556
556
|
}
|
557
557
|
],
|
558
|
-
"name": "
|
558
|
+
"name": "incrementTotalSubmittedKnowledgeCollectionsCount",
|
559
559
|
"outputs": [],
|
560
560
|
"stateMutability": "nonpayable",
|
561
561
|
"type": "function"
|
@@ -639,57 +639,11 @@
|
|
639
639
|
},
|
640
640
|
{
|
641
641
|
"internalType": "bytes32",
|
642
|
-
"name": "
|
643
|
-
"type": "bytes32"
|
644
|
-
}
|
645
|
-
],
|
646
|
-
"name": "removeSubmittedKnowledgeAsset",
|
647
|
-
"outputs": [],
|
648
|
-
"stateMutability": "nonpayable",
|
649
|
-
"type": "function"
|
650
|
-
},
|
651
|
-
{
|
652
|
-
"inputs": [
|
653
|
-
{
|
654
|
-
"internalType": "address",
|
655
|
-
"name": "miner",
|
656
|
-
"type": "address"
|
657
|
-
},
|
658
|
-
{
|
659
|
-
"internalType": "bytes32",
|
660
|
-
"name": "paranetId",
|
661
|
-
"type": "bytes32"
|
662
|
-
},
|
663
|
-
{
|
664
|
-
"internalType": "bytes32",
|
665
|
-
"name": "knowledgeAssetStateId",
|
666
|
-
"type": "bytes32"
|
667
|
-
}
|
668
|
-
],
|
669
|
-
"name": "removeUpdatingKnowledgeAssetState",
|
670
|
-
"outputs": [],
|
671
|
-
"stateMutability": "nonpayable",
|
672
|
-
"type": "function"
|
673
|
-
},
|
674
|
-
{
|
675
|
-
"inputs": [
|
676
|
-
{
|
677
|
-
"internalType": "address",
|
678
|
-
"name": "miner",
|
679
|
-
"type": "address"
|
680
|
-
},
|
681
|
-
{
|
682
|
-
"internalType": "bytes32",
|
683
|
-
"name": "paranetId",
|
642
|
+
"name": "knowledgeCollectionId",
|
684
643
|
"type": "bytes32"
|
685
|
-
},
|
686
|
-
{
|
687
|
-
"internalType": "uint256",
|
688
|
-
"name": "cumulativeAwardedNeuro",
|
689
|
-
"type": "uint256"
|
690
644
|
}
|
691
645
|
],
|
692
|
-
"name": "
|
646
|
+
"name": "removeSubmittedKnowledgeCollection",
|
693
647
|
"outputs": [],
|
694
648
|
"stateMutability": "nonpayable",
|
695
649
|
"type": "function"
|
@@ -726,11 +680,11 @@
|
|
726
680
|
},
|
727
681
|
{
|
728
682
|
"internalType": "uint256",
|
729
|
-
"name": "
|
683
|
+
"name": "totalSubmittedKnowledgeCollectionsCount",
|
730
684
|
"type": "uint256"
|
731
685
|
}
|
732
686
|
],
|
733
|
-
"name": "
|
687
|
+
"name": "setTotalSubmittedKnowledgeCollectionsCount",
|
734
688
|
"outputs": [],
|
735
689
|
"stateMutability": "nonpayable",
|
736
690
|
"type": "function"
|
@@ -790,7 +744,7 @@
|
|
790
744
|
},
|
791
745
|
{
|
792
746
|
"internalType": "bytes32",
|
793
|
-
"name": "
|
747
|
+
"name": "knowledgeCollectionStateId",
|
794
748
|
"type": "bytes32"
|
795
749
|
},
|
796
750
|
{
|
@@ -799,7 +753,7 @@
|
|
799
753
|
"type": "uint96"
|
800
754
|
}
|
801
755
|
],
|
802
|
-
"name": "
|
756
|
+
"name": "setUpdatingKnowledgeCollectionUpdateTokenAmount",
|
803
757
|
"outputs": [],
|
804
758
|
"stateMutability": "nonpayable",
|
805
759
|
"type": "function"
|
@@ -818,11 +772,11 @@
|
|
818
772
|
},
|
819
773
|
{
|
820
774
|
"internalType": "uint256",
|
821
|
-
"name": "
|
775
|
+
"name": "cumulativeAwardedToken",
|
822
776
|
"type": "uint256"
|
823
777
|
}
|
824
778
|
],
|
825
|
-
"name": "
|
779
|
+
"name": "setcumulativeAwardedToken",
|
826
780
|
"outputs": [],
|
827
781
|
"stateMutability": "nonpayable",
|
828
782
|
"type": "function"
|
@@ -905,7 +859,7 @@
|
|
905
859
|
},
|
906
860
|
{
|
907
861
|
"internalType": "bytes32",
|
908
|
-
"name": "
|
862
|
+
"name": "knowledgeCollectionStateId",
|
909
863
|
"type": "bytes32"
|
910
864
|
},
|
911
865
|
{
|
@@ -914,7 +868,30 @@
|
|
914
868
|
"type": "uint96"
|
915
869
|
}
|
916
870
|
],
|
917
|
-
"name": "
|
871
|
+
"name": "subUpdatingKnowledgeCollectionUpdateTokenAmount",
|
872
|
+
"outputs": [],
|
873
|
+
"stateMutability": "nonpayable",
|
874
|
+
"type": "function"
|
875
|
+
},
|
876
|
+
{
|
877
|
+
"inputs": [
|
878
|
+
{
|
879
|
+
"internalType": "address",
|
880
|
+
"name": "miner",
|
881
|
+
"type": "address"
|
882
|
+
},
|
883
|
+
{
|
884
|
+
"internalType": "bytes32",
|
885
|
+
"name": "paranetId",
|
886
|
+
"type": "bytes32"
|
887
|
+
},
|
888
|
+
{
|
889
|
+
"internalType": "uint256",
|
890
|
+
"name": "subtractedcumulativeAwardedToken",
|
891
|
+
"type": "uint256"
|
892
|
+
}
|
893
|
+
],
|
894
|
+
"name": "subcumulativeAwardedToken",
|
918
895
|
"outputs": [],
|
919
896
|
"stateMutability": "nonpayable",
|
920
897
|
"type": "function"
|