@eluvio/elv-client-js 4.0.10 → 4.0.12
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.
- package/dist/.keep +0 -0
- package/dist/ElvClient-min.js +10 -10
- package/dist/ElvClient-node-min.js +3 -3
- package/dist/ElvFrameClient-min.js +10 -10
- package/dist/ElvWalletClient-min.js +9 -9
- package/dist/ElvWalletClient-node-min.js +3 -3
- package/dist/src/AuthorizationClient.js +7 -8
- package/dist/src/client/Files.js +2 -1
- package/package.json +4 -21
- package/src/AuthorizationClient.js +5 -5
- package/src/client/Files.js +1 -1
- package/dist/AccessClient-min.js +0 -54
- package/dist/AccessClient-node-min.js +0 -74
- package/dist/src/AccessClient.js +0 -798
- package/dist/src/LimitedMap.js +0 -120
- package/dist/src/client/Access.js +0 -1
- package/dist/src/client/Management.js +0 -1606
- package/dist/src/contracts/AccessIndexor.js +0 -831
- package/dist/src/contracts/Accessible.js +0 -31
- package/dist/src/contracts/AdmgrAdvertisement.js +0 -695
- package/dist/src/contracts/AdmgrCampaign.js +0 -648
- package/dist/src/contracts/AdmgrCampaignManager.js +0 -493
- package/dist/src/contracts/AdmgrCommercialOffering.js +0 -622
- package/dist/src/contracts/AdmgrCommercialOfferingManager.js +0 -413
- package/dist/src/contracts/AdmgrMarketPlace.js +0 -413
- package/dist/src/contracts/AvailsDelivery.js +0 -535
- package/dist/src/contracts/BaseAccessControlGroup.js +0 -1221
- package/dist/src/contracts/BaseAccessWallet.js +0 -1575
- package/dist/src/contracts/BaseAccessWalletFactory.js +0 -93
- package/dist/src/contracts/BaseContent.js +0 -1104
- package/dist/src/contracts/BaseContentFactory.js +0 -99
- package/dist/src/contracts/BaseContentFactoryExt.js +0 -219
- package/dist/src/contracts/BaseContentSpace.js +0 -1346
- package/dist/src/contracts/BaseContentType.js +0 -353
- package/dist/src/contracts/BaseFactory.js +0 -107
- package/dist/src/contracts/BaseGroupFactory.js +0 -93
- package/dist/src/contracts/BaseLibrary.js +0 -1035
- package/dist/src/contracts/BaseLibraryFactory.js +0 -96
- package/dist/src/contracts/Certifyer.js +0 -87
- package/dist/src/contracts/Container.js +0 -543
- package/dist/src/contracts/Content.js +0 -432
- package/dist/src/contracts/Editable.js +0 -295
- package/dist/src/contracts/FactorySpace.js +0 -57
- package/dist/src/contracts/KmsSpace.js +0 -52
- package/dist/src/contracts/LvProvider.js +0 -512
- package/dist/src/contracts/LvRecordableStream.js +0 -1026
- package/dist/src/contracts/LvRecording.js +0 -627
- package/dist/src/contracts/LvStreamRightsHolder.js +0 -551
- package/dist/src/contracts/MetaObject.js +0 -110
- package/dist/src/contracts/Node.js +0 -167
- package/dist/src/contracts/NodeSpace.js +0 -18
- package/dist/src/contracts/NodeSpaceImpl.js +0 -273
- package/dist/src/contracts/Ownable.js +0 -87
- package/dist/src/contracts/PaymentService.js +0 -616
- package/dist/src/contracts/Precompile.js +0 -15
- package/dist/src/contracts/SampleContentAdMarketplace.js +0 -564
- package/dist/src/contracts/SampleContentAdvertising.js +0 -444
- package/dist/src/contracts/SampleContentHelloWorld.js +0 -459
- package/dist/src/contracts/SampleContentLicensing.js +0 -618
- package/dist/src/contracts/SampleContentSigned.js +0 -447
- package/dist/src/contracts/SampleInstance.js +0 -438
- package/dist/src/contracts/SampleInstanceFactory.js +0 -451
- package/dist/src/contracts/Transactable.js +0 -82
- package/dist/src/contracts/UserSpace.js +0 -18
- package/dist/src/contracts/UserSpaceImpl.js +0 -43
- package/dist/src/contracts/Utils.js +0 -18
- package/dist/src/contracts/Verifier.js +0 -53
- package/dist/src/contracts/strings.js +0 -4
- package/dist/src/contracts/v2/BaseContentFactoryExt.js +0 -219
- package/dist/src/contracts/v2/FactorySpace.js +0 -57
- package/dist/src/contracts/v2/KmsSpace.js +0 -52
- package/dist/src/contracts/v2/NodeSpaceImpl.js +0 -273
- package/dist/src/contracts/v2/UserSpaceImpl.js +0 -43
- package/dist/src/marketplaceClient/ClientMethods.js +0 -1918
- package/dist/src/marketplaceClient/Configuration.js +0 -29
- package/dist/src/marketplaceClient/Utils.js +0 -304
- package/dist/src/marketplaceClient/index.js +0 -1553
- package/testScripts/CreateMezMonolithic.js +0 -779
|
@@ -1,622 +0,0 @@
|
|
|
1
|
-
var contract = {
|
|
2
|
-
"abi": [{
|
|
3
|
-
"constant": true,
|
|
4
|
-
"inputs": [],
|
|
5
|
-
"name": "creator",
|
|
6
|
-
"outputs": [{
|
|
7
|
-
"name": "",
|
|
8
|
-
"type": "address"
|
|
9
|
-
}],
|
|
10
|
-
"payable": false,
|
|
11
|
-
"stateMutability": "view",
|
|
12
|
-
"type": "function"
|
|
13
|
-
}, {
|
|
14
|
-
"constant": true,
|
|
15
|
-
"inputs": [{
|
|
16
|
-
"name": "level",
|
|
17
|
-
"type": "uint8"
|
|
18
|
-
}, {
|
|
19
|
-
"name": "",
|
|
20
|
-
"type": "bytes32[]"
|
|
21
|
-
}, {
|
|
22
|
-
"name": "",
|
|
23
|
-
"type": "address[]"
|
|
24
|
-
}],
|
|
25
|
-
"name": "runAccessInfo",
|
|
26
|
-
"outputs": [{
|
|
27
|
-
"name": "",
|
|
28
|
-
"type": "uint8"
|
|
29
|
-
}, {
|
|
30
|
-
"name": "",
|
|
31
|
-
"type": "uint8"
|
|
32
|
-
}, {
|
|
33
|
-
"name": "",
|
|
34
|
-
"type": "uint8"
|
|
35
|
-
}, {
|
|
36
|
-
"name": "",
|
|
37
|
-
"type": "uint256"
|
|
38
|
-
}],
|
|
39
|
-
"payable": false,
|
|
40
|
-
"stateMutability": "view",
|
|
41
|
-
"type": "function"
|
|
42
|
-
}, {
|
|
43
|
-
"constant": true,
|
|
44
|
-
"inputs": [],
|
|
45
|
-
"name": "validateAvailability",
|
|
46
|
-
"outputs": [],
|
|
47
|
-
"payable": false,
|
|
48
|
-
"stateMutability": "view",
|
|
49
|
-
"type": "function"
|
|
50
|
-
}, {
|
|
51
|
-
"constant": false,
|
|
52
|
-
"inputs": [{
|
|
53
|
-
"name": "",
|
|
54
|
-
"type": "uint256"
|
|
55
|
-
}, {
|
|
56
|
-
"name": "level",
|
|
57
|
-
"type": "uint8"
|
|
58
|
-
}, {
|
|
59
|
-
"name": "",
|
|
60
|
-
"type": "bytes32[]"
|
|
61
|
-
}, {
|
|
62
|
-
"name": "",
|
|
63
|
-
"type": "address[]"
|
|
64
|
-
}],
|
|
65
|
-
"name": "runAccess",
|
|
66
|
-
"outputs": [{
|
|
67
|
-
"name": "",
|
|
68
|
-
"type": "uint256"
|
|
69
|
-
}],
|
|
70
|
-
"payable": true,
|
|
71
|
-
"stateMutability": "payable",
|
|
72
|
-
"type": "function"
|
|
73
|
-
}, {
|
|
74
|
-
"constant": false,
|
|
75
|
-
"inputs": [{
|
|
76
|
-
"name": "",
|
|
77
|
-
"type": "uint256"
|
|
78
|
-
}, {
|
|
79
|
-
"name": "score_pct",
|
|
80
|
-
"type": "uint256"
|
|
81
|
-
}],
|
|
82
|
-
"name": "runFinalize",
|
|
83
|
-
"outputs": [{
|
|
84
|
-
"name": "",
|
|
85
|
-
"type": "uint256"
|
|
86
|
-
}],
|
|
87
|
-
"payable": true,
|
|
88
|
-
"stateMutability": "payable",
|
|
89
|
-
"type": "function"
|
|
90
|
-
}, {
|
|
91
|
-
"constant": false,
|
|
92
|
-
"inputs": [{
|
|
93
|
-
"name": "preset_access_charge",
|
|
94
|
-
"type": "uint256"
|
|
95
|
-
}],
|
|
96
|
-
"name": "setPresetAccessCharge",
|
|
97
|
-
"outputs": [],
|
|
98
|
-
"payable": false,
|
|
99
|
-
"stateMutability": "nonpayable",
|
|
100
|
-
"type": "function"
|
|
101
|
-
}, {
|
|
102
|
-
"constant": true,
|
|
103
|
-
"inputs": [],
|
|
104
|
-
"name": "mandatoryPresetAccessCharge",
|
|
105
|
-
"outputs": [{
|
|
106
|
-
"name": "",
|
|
107
|
-
"type": "bool"
|
|
108
|
-
}],
|
|
109
|
-
"payable": false,
|
|
110
|
-
"stateMutability": "view",
|
|
111
|
-
"type": "function"
|
|
112
|
-
}, {
|
|
113
|
-
"constant": false,
|
|
114
|
-
"inputs": [{
|
|
115
|
-
"name": "proposed_status_code",
|
|
116
|
-
"type": "int256"
|
|
117
|
-
}],
|
|
118
|
-
"name": "runStatusChange",
|
|
119
|
-
"outputs": [{
|
|
120
|
-
"name": "",
|
|
121
|
-
"type": "int256"
|
|
122
|
-
}],
|
|
123
|
-
"payable": true,
|
|
124
|
-
"stateMutability": "payable",
|
|
125
|
-
"type": "function"
|
|
126
|
-
}, {
|
|
127
|
-
"constant": false,
|
|
128
|
-
"inputs": [{
|
|
129
|
-
"name": "campaign_manager",
|
|
130
|
-
"type": "address"
|
|
131
|
-
}],
|
|
132
|
-
"name": "setCampaignManager",
|
|
133
|
-
"outputs": [],
|
|
134
|
-
"payable": false,
|
|
135
|
-
"stateMutability": "nonpayable",
|
|
136
|
-
"type": "function"
|
|
137
|
-
}, {
|
|
138
|
-
"constant": false,
|
|
139
|
-
"inputs": [{
|
|
140
|
-
"name": "mandatory_preset_access_charge",
|
|
141
|
-
"type": "bool"
|
|
142
|
-
}],
|
|
143
|
-
"name": "setMandatoryPresetAccessCharge",
|
|
144
|
-
"outputs": [],
|
|
145
|
-
"payable": false,
|
|
146
|
-
"stateMutability": "nonpayable",
|
|
147
|
-
"type": "function"
|
|
148
|
-
}, {
|
|
149
|
-
"constant": false,
|
|
150
|
-
"inputs": [],
|
|
151
|
-
"name": "kill",
|
|
152
|
-
"outputs": [],
|
|
153
|
-
"payable": false,
|
|
154
|
-
"stateMutability": "nonpayable",
|
|
155
|
-
"type": "function"
|
|
156
|
-
}, {
|
|
157
|
-
"constant": true,
|
|
158
|
-
"inputs": [{
|
|
159
|
-
"name": "",
|
|
160
|
-
"type": "int256"
|
|
161
|
-
}],
|
|
162
|
-
"name": "runDescribeStatus",
|
|
163
|
-
"outputs": [{
|
|
164
|
-
"name": "",
|
|
165
|
-
"type": "bytes32"
|
|
166
|
-
}],
|
|
167
|
-
"payable": false,
|
|
168
|
-
"stateMutability": "pure",
|
|
169
|
-
"type": "function"
|
|
170
|
-
}, {
|
|
171
|
-
"constant": true,
|
|
172
|
-
"inputs": [],
|
|
173
|
-
"name": "commercialOfferingManagerAddress",
|
|
174
|
-
"outputs": [{
|
|
175
|
-
"name": "",
|
|
176
|
-
"type": "address"
|
|
177
|
-
}],
|
|
178
|
-
"payable": false,
|
|
179
|
-
"stateMutability": "view",
|
|
180
|
-
"type": "function"
|
|
181
|
-
}, {
|
|
182
|
-
"constant": true,
|
|
183
|
-
"inputs": [],
|
|
184
|
-
"name": "region",
|
|
185
|
-
"outputs": [{
|
|
186
|
-
"name": "",
|
|
187
|
-
"type": "address"
|
|
188
|
-
}],
|
|
189
|
-
"payable": false,
|
|
190
|
-
"stateMutability": "view",
|
|
191
|
-
"type": "function"
|
|
192
|
-
}, {
|
|
193
|
-
"constant": true,
|
|
194
|
-
"inputs": [],
|
|
195
|
-
"name": "version",
|
|
196
|
-
"outputs": [{
|
|
197
|
-
"name": "",
|
|
198
|
-
"type": "bytes32"
|
|
199
|
-
}],
|
|
200
|
-
"payable": false,
|
|
201
|
-
"stateMutability": "view",
|
|
202
|
-
"type": "function"
|
|
203
|
-
}, {
|
|
204
|
-
"constant": false,
|
|
205
|
-
"inputs": [{
|
|
206
|
-
"name": "commercial_offering_manager_address",
|
|
207
|
-
"type": "address"
|
|
208
|
-
}],
|
|
209
|
-
"name": "setCommercialOfferingManagerAddress",
|
|
210
|
-
"outputs": [],
|
|
211
|
-
"payable": false,
|
|
212
|
-
"stateMutability": "nonpayable",
|
|
213
|
-
"type": "function"
|
|
214
|
-
}, {
|
|
215
|
-
"constant": false,
|
|
216
|
-
"inputs": [{
|
|
217
|
-
"name": "r",
|
|
218
|
-
"type": "address"
|
|
219
|
-
}],
|
|
220
|
-
"name": "setRegion",
|
|
221
|
-
"outputs": [],
|
|
222
|
-
"payable": false,
|
|
223
|
-
"stateMutability": "nonpayable",
|
|
224
|
-
"type": "function"
|
|
225
|
-
}, {
|
|
226
|
-
"constant": false,
|
|
227
|
-
"inputs": [{
|
|
228
|
-
"name": "mandatory_sponsoring",
|
|
229
|
-
"type": "bool"
|
|
230
|
-
}],
|
|
231
|
-
"name": "setMandatorySponsoring",
|
|
232
|
-
"outputs": [],
|
|
233
|
-
"payable": false,
|
|
234
|
-
"stateMutability": "nonpayable",
|
|
235
|
-
"type": "function"
|
|
236
|
-
}, {
|
|
237
|
-
"constant": true,
|
|
238
|
-
"inputs": [],
|
|
239
|
-
"name": "DEFAULT_ACCESS",
|
|
240
|
-
"outputs": [{
|
|
241
|
-
"name": "",
|
|
242
|
-
"type": "uint8"
|
|
243
|
-
}],
|
|
244
|
-
"payable": false,
|
|
245
|
-
"stateMutability": "view",
|
|
246
|
-
"type": "function"
|
|
247
|
-
}, {
|
|
248
|
-
"constant": false,
|
|
249
|
-
"inputs": [{
|
|
250
|
-
"name": "newCreator",
|
|
251
|
-
"type": "address"
|
|
252
|
-
}],
|
|
253
|
-
"name": "transferCreatorship",
|
|
254
|
-
"outputs": [],
|
|
255
|
-
"payable": false,
|
|
256
|
-
"stateMutability": "nonpayable",
|
|
257
|
-
"type": "function"
|
|
258
|
-
}, {
|
|
259
|
-
"constant": false,
|
|
260
|
-
"inputs": [],
|
|
261
|
-
"name": "runCreate",
|
|
262
|
-
"outputs": [{
|
|
263
|
-
"name": "",
|
|
264
|
-
"type": "uint256"
|
|
265
|
-
}],
|
|
266
|
-
"payable": true,
|
|
267
|
-
"stateMutability": "payable",
|
|
268
|
-
"type": "function"
|
|
269
|
-
}, {
|
|
270
|
-
"constant": true,
|
|
271
|
-
"inputs": [],
|
|
272
|
-
"name": "owner",
|
|
273
|
-
"outputs": [{
|
|
274
|
-
"name": "",
|
|
275
|
-
"type": "address"
|
|
276
|
-
}],
|
|
277
|
-
"payable": false,
|
|
278
|
-
"stateMutability": "view",
|
|
279
|
-
"type": "function"
|
|
280
|
-
}, {
|
|
281
|
-
"constant": true,
|
|
282
|
-
"inputs": [{
|
|
283
|
-
"name": "content",
|
|
284
|
-
"type": "address"
|
|
285
|
-
}, {
|
|
286
|
-
"name": "accessor",
|
|
287
|
-
"type": "address"
|
|
288
|
-
}],
|
|
289
|
-
"name": "isAvailable",
|
|
290
|
-
"outputs": [{
|
|
291
|
-
"name": "",
|
|
292
|
-
"type": "uint8"
|
|
293
|
-
}],
|
|
294
|
-
"payable": false,
|
|
295
|
-
"stateMutability": "view",
|
|
296
|
-
"type": "function"
|
|
297
|
-
}, {
|
|
298
|
-
"constant": false,
|
|
299
|
-
"inputs": [],
|
|
300
|
-
"name": "runKill",
|
|
301
|
-
"outputs": [{
|
|
302
|
-
"name": "",
|
|
303
|
-
"type": "uint256"
|
|
304
|
-
}],
|
|
305
|
-
"payable": true,
|
|
306
|
-
"stateMutability": "payable",
|
|
307
|
-
"type": "function"
|
|
308
|
-
}, {
|
|
309
|
-
"constant": false,
|
|
310
|
-
"inputs": [{
|
|
311
|
-
"name": "content",
|
|
312
|
-
"type": "address"
|
|
313
|
-
}, {
|
|
314
|
-
"name": "sd",
|
|
315
|
-
"type": "bool"
|
|
316
|
-
}, {
|
|
317
|
-
"name": "hd",
|
|
318
|
-
"type": "bool"
|
|
319
|
-
}, {
|
|
320
|
-
"name": "start",
|
|
321
|
-
"type": "uint256"
|
|
322
|
-
}, {
|
|
323
|
-
"name": "end",
|
|
324
|
-
"type": "uint256"
|
|
325
|
-
}, {
|
|
326
|
-
"name": "r",
|
|
327
|
-
"type": "address"
|
|
328
|
-
}],
|
|
329
|
-
"name": "setAvailability",
|
|
330
|
-
"outputs": [],
|
|
331
|
-
"payable": false,
|
|
332
|
-
"stateMutability": "nonpayable",
|
|
333
|
-
"type": "function"
|
|
334
|
-
}, {
|
|
335
|
-
"constant": true,
|
|
336
|
-
"inputs": [{
|
|
337
|
-
"name": "",
|
|
338
|
-
"type": "address"
|
|
339
|
-
}],
|
|
340
|
-
"name": "availability",
|
|
341
|
-
"outputs": [{
|
|
342
|
-
"name": "clearedSD",
|
|
343
|
-
"type": "bool"
|
|
344
|
-
}, {
|
|
345
|
-
"name": "clearedHD",
|
|
346
|
-
"type": "bool"
|
|
347
|
-
}, {
|
|
348
|
-
"name": "startDate",
|
|
349
|
-
"type": "uint256"
|
|
350
|
-
}, {
|
|
351
|
-
"name": "endDate",
|
|
352
|
-
"type": "uint256"
|
|
353
|
-
}, {
|
|
354
|
-
"name": "region",
|
|
355
|
-
"type": "address"
|
|
356
|
-
}],
|
|
357
|
-
"payable": false,
|
|
358
|
-
"stateMutability": "view",
|
|
359
|
-
"type": "function"
|
|
360
|
-
}, {
|
|
361
|
-
"constant": true,
|
|
362
|
-
"inputs": [],
|
|
363
|
-
"name": "contentSpace",
|
|
364
|
-
"outputs": [{
|
|
365
|
-
"name": "",
|
|
366
|
-
"type": "address"
|
|
367
|
-
}],
|
|
368
|
-
"payable": false,
|
|
369
|
-
"stateMutability": "view",
|
|
370
|
-
"type": "function"
|
|
371
|
-
}, {
|
|
372
|
-
"constant": true,
|
|
373
|
-
"inputs": [],
|
|
374
|
-
"name": "presetAccessCharge",
|
|
375
|
-
"outputs": [{
|
|
376
|
-
"name": "",
|
|
377
|
-
"type": "uint256"
|
|
378
|
-
}],
|
|
379
|
-
"payable": false,
|
|
380
|
-
"stateMutability": "view",
|
|
381
|
-
"type": "function"
|
|
382
|
-
}, {
|
|
383
|
-
"constant": true,
|
|
384
|
-
"inputs": [],
|
|
385
|
-
"name": "mandatorySponsoring",
|
|
386
|
-
"outputs": [{
|
|
387
|
-
"name": "",
|
|
388
|
-
"type": "bool"
|
|
389
|
-
}],
|
|
390
|
-
"payable": false,
|
|
391
|
-
"stateMutability": "view",
|
|
392
|
-
"type": "function"
|
|
393
|
-
}, {
|
|
394
|
-
"constant": true,
|
|
395
|
-
"inputs": [],
|
|
396
|
-
"name": "DEFAULT_SEE",
|
|
397
|
-
"outputs": [{
|
|
398
|
-
"name": "",
|
|
399
|
-
"type": "uint8"
|
|
400
|
-
}],
|
|
401
|
-
"payable": false,
|
|
402
|
-
"stateMutability": "view",
|
|
403
|
-
"type": "function"
|
|
404
|
-
}, {
|
|
405
|
-
"constant": false,
|
|
406
|
-
"inputs": [{
|
|
407
|
-
"name": "",
|
|
408
|
-
"type": "uint256"
|
|
409
|
-
}, {
|
|
410
|
-
"name": "",
|
|
411
|
-
"type": "bool"
|
|
412
|
-
}],
|
|
413
|
-
"name": "runGrant",
|
|
414
|
-
"outputs": [{
|
|
415
|
-
"name": "",
|
|
416
|
-
"type": "uint256"
|
|
417
|
-
}],
|
|
418
|
-
"payable": true,
|
|
419
|
-
"stateMutability": "payable",
|
|
420
|
-
"type": "function"
|
|
421
|
-
}, {
|
|
422
|
-
"constant": true,
|
|
423
|
-
"inputs": [],
|
|
424
|
-
"name": "DEFAULT_CHARGE",
|
|
425
|
-
"outputs": [{
|
|
426
|
-
"name": "",
|
|
427
|
-
"type": "uint8"
|
|
428
|
-
}],
|
|
429
|
-
"payable": false,
|
|
430
|
-
"stateMutability": "view",
|
|
431
|
-
"type": "function"
|
|
432
|
-
}, {
|
|
433
|
-
"constant": false,
|
|
434
|
-
"inputs": [{
|
|
435
|
-
"name": "newOwner",
|
|
436
|
-
"type": "address"
|
|
437
|
-
}],
|
|
438
|
-
"name": "transferOwnership",
|
|
439
|
-
"outputs": [],
|
|
440
|
-
"payable": false,
|
|
441
|
-
"stateMutability": "nonpayable",
|
|
442
|
-
"type": "function"
|
|
443
|
-
}, {
|
|
444
|
-
"constant": true,
|
|
445
|
-
"inputs": [],
|
|
446
|
-
"name": "campaignManager",
|
|
447
|
-
"outputs": [{
|
|
448
|
-
"name": "",
|
|
449
|
-
"type": "address"
|
|
450
|
-
}],
|
|
451
|
-
"payable": false,
|
|
452
|
-
"stateMutability": "view",
|
|
453
|
-
"type": "function"
|
|
454
|
-
}, {
|
|
455
|
-
"payable": true,
|
|
456
|
-
"stateMutability": "payable",
|
|
457
|
-
"type": "fallback"
|
|
458
|
-
}, {
|
|
459
|
-
"anonymous": false,
|
|
460
|
-
"inputs": [{
|
|
461
|
-
"indexed": false,
|
|
462
|
-
"name": "label",
|
|
463
|
-
"type": "string"
|
|
464
|
-
}],
|
|
465
|
-
"name": "Log",
|
|
466
|
-
"type": "event"
|
|
467
|
-
}, {
|
|
468
|
-
"anonymous": false,
|
|
469
|
-
"inputs": [{
|
|
470
|
-
"indexed": false,
|
|
471
|
-
"name": "label",
|
|
472
|
-
"type": "string"
|
|
473
|
-
}, {
|
|
474
|
-
"indexed": false,
|
|
475
|
-
"name": "b",
|
|
476
|
-
"type": "bool"
|
|
477
|
-
}],
|
|
478
|
-
"name": "LogBool",
|
|
479
|
-
"type": "event"
|
|
480
|
-
}, {
|
|
481
|
-
"anonymous": false,
|
|
482
|
-
"inputs": [{
|
|
483
|
-
"indexed": false,
|
|
484
|
-
"name": "label",
|
|
485
|
-
"type": "string"
|
|
486
|
-
}, {
|
|
487
|
-
"indexed": false,
|
|
488
|
-
"name": "a",
|
|
489
|
-
"type": "address"
|
|
490
|
-
}],
|
|
491
|
-
"name": "LogAddress",
|
|
492
|
-
"type": "event"
|
|
493
|
-
}, {
|
|
494
|
-
"anonymous": false,
|
|
495
|
-
"inputs": [{
|
|
496
|
-
"indexed": false,
|
|
497
|
-
"name": "label",
|
|
498
|
-
"type": "string"
|
|
499
|
-
}, {
|
|
500
|
-
"indexed": false,
|
|
501
|
-
"name": "u",
|
|
502
|
-
"type": "uint256"
|
|
503
|
-
}],
|
|
504
|
-
"name": "LogUint256",
|
|
505
|
-
"type": "event"
|
|
506
|
-
}, {
|
|
507
|
-
"anonymous": false,
|
|
508
|
-
"inputs": [{
|
|
509
|
-
"indexed": false,
|
|
510
|
-
"name": "label",
|
|
511
|
-
"type": "string"
|
|
512
|
-
}, {
|
|
513
|
-
"indexed": false,
|
|
514
|
-
"name": "u",
|
|
515
|
-
"type": "int256"
|
|
516
|
-
}],
|
|
517
|
-
"name": "LogInt256",
|
|
518
|
-
"type": "event"
|
|
519
|
-
}, {
|
|
520
|
-
"anonymous": false,
|
|
521
|
-
"inputs": [{
|
|
522
|
-
"indexed": false,
|
|
523
|
-
"name": "label",
|
|
524
|
-
"type": "string"
|
|
525
|
-
}, {
|
|
526
|
-
"indexed": false,
|
|
527
|
-
"name": "b",
|
|
528
|
-
"type": "bytes32"
|
|
529
|
-
}],
|
|
530
|
-
"name": "LogBytes32",
|
|
531
|
-
"type": "event"
|
|
532
|
-
}, {
|
|
533
|
-
"anonymous": false,
|
|
534
|
-
"inputs": [{
|
|
535
|
-
"indexed": false,
|
|
536
|
-
"name": "label",
|
|
537
|
-
"type": "string"
|
|
538
|
-
}, {
|
|
539
|
-
"indexed": false,
|
|
540
|
-
"name": "payee",
|
|
541
|
-
"type": "address"
|
|
542
|
-
}, {
|
|
543
|
-
"indexed": false,
|
|
544
|
-
"name": "amount",
|
|
545
|
-
"type": "uint256"
|
|
546
|
-
}],
|
|
547
|
-
"name": "LogPayment",
|
|
548
|
-
"type": "event"
|
|
549
|
-
}, {
|
|
550
|
-
"anonymous": false,
|
|
551
|
-
"inputs": [{
|
|
552
|
-
"indexed": false,
|
|
553
|
-
"name": "result",
|
|
554
|
-
"type": "uint256"
|
|
555
|
-
}],
|
|
556
|
-
"name": "RunCreate",
|
|
557
|
-
"type": "event"
|
|
558
|
-
}, {
|
|
559
|
-
"anonymous": false,
|
|
560
|
-
"inputs": [{
|
|
561
|
-
"indexed": false,
|
|
562
|
-
"name": "result",
|
|
563
|
-
"type": "uint256"
|
|
564
|
-
}],
|
|
565
|
-
"name": "RunKill",
|
|
566
|
-
"type": "event"
|
|
567
|
-
}, {
|
|
568
|
-
"anonymous": false,
|
|
569
|
-
"inputs": [{
|
|
570
|
-
"indexed": false,
|
|
571
|
-
"name": "proposedStatusCode",
|
|
572
|
-
"type": "int256"
|
|
573
|
-
}, {
|
|
574
|
-
"indexed": false,
|
|
575
|
-
"name": "returnStatusCode",
|
|
576
|
-
"type": "int256"
|
|
577
|
-
}],
|
|
578
|
-
"name": "RunStatusChange",
|
|
579
|
-
"type": "event"
|
|
580
|
-
}, {
|
|
581
|
-
"anonymous": false,
|
|
582
|
-
"inputs": [{
|
|
583
|
-
"indexed": false,
|
|
584
|
-
"name": "level",
|
|
585
|
-
"type": "uint8"
|
|
586
|
-
}, {
|
|
587
|
-
"indexed": false,
|
|
588
|
-
"name": "calculateAccessCharge",
|
|
589
|
-
"type": "int256"
|
|
590
|
-
}],
|
|
591
|
-
"name": "RunAccessCharge",
|
|
592
|
-
"type": "event"
|
|
593
|
-
}, {
|
|
594
|
-
"anonymous": false,
|
|
595
|
-
"inputs": [{
|
|
596
|
-
"indexed": false,
|
|
597
|
-
"name": "requestID",
|
|
598
|
-
"type": "uint256"
|
|
599
|
-
}, {
|
|
600
|
-
"indexed": false,
|
|
601
|
-
"name": "result",
|
|
602
|
-
"type": "uint256"
|
|
603
|
-
}],
|
|
604
|
-
"name": "RunAccess",
|
|
605
|
-
"type": "event"
|
|
606
|
-
}, {
|
|
607
|
-
"anonymous": false,
|
|
608
|
-
"inputs": [{
|
|
609
|
-
"indexed": false,
|
|
610
|
-
"name": "requestID",
|
|
611
|
-
"type": "uint256"
|
|
612
|
-
}, {
|
|
613
|
-
"indexed": false,
|
|
614
|
-
"name": "result",
|
|
615
|
-
"type": "uint256"
|
|
616
|
-
}],
|
|
617
|
-
"name": "RunFinalize",
|
|
618
|
-
"type": "event"
|
|
619
|
-
}],
|
|
620
|
-
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303830313134313230304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60059450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a7230582089854f65c5e6a68b74282e47a82a4082e263fa17d8e1e891c20df2ddcae6fa330029"
|
|
621
|
-
};
|
|
622
|
-
module.exports = contract;
|