@lukso/lsp8-contracts 0.16.2 → 0.16.3
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/README.md +48 -1
- package/dist/abi.cjs +6432 -0
- package/dist/abi.d.cts +9539 -0
- package/dist/abi.d.mts +9539 -0
- package/dist/abi.d.ts +9539 -0
- package/dist/abi.mjs +6418 -0
- package/package.json +32 -24
- package/artifacts/ILSP8IdentifiableDigitalAsset.json +0 -490
- package/artifacts/LSP8Burnable.json +0 -943
- package/artifacts/LSP8BurnableInitAbstract.json +0 -951
- package/artifacts/LSP8CappedSupply.json +0 -948
- package/artifacts/LSP8CappedSupplyInitAbstract.json +0 -956
- package/artifacts/LSP8Enumerable.json +0 -944
- package/artifacts/LSP8EnumerableInitAbstract.json +0 -952
- package/artifacts/LSP8IdentifiableDigitalAsset.json +0 -925
- package/artifacts/LSP8IdentifiableDigitalAssetInitAbstract.json +0 -933
- package/artifacts/LSP8Mintable.json +0 -995
- package/artifacts/LSP8MintableInit.json +0 -1015
- package/artifacts/LSP8Votes.json +0 -1230
- package/artifacts/LSP8VotesInitAbstract.json +0 -1222
- package/types/index.ts +0 -11842
- /package/dist/{index.cjs → constants.cjs} +0 -0
- /package/dist/{index.d.cts → constants.d.cts} +0 -0
- /package/dist/{index.d.mts → constants.d.mts} +0 -0
- /package/dist/{index.d.ts → constants.d.ts} +0 -0
- /package/dist/{index.mjs → constants.mjs} +0 -0
@@ -1,1015 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_format": "hh-sol-artifact-1",
|
3
|
-
"contractName": "LSP8MintableInit",
|
4
|
-
"sourceName": "contracts/presets/LSP8MintableInit.sol",
|
5
|
-
"abi": [
|
6
|
-
{
|
7
|
-
"inputs": [],
|
8
|
-
"stateMutability": "nonpayable",
|
9
|
-
"type": "constructor"
|
10
|
-
},
|
11
|
-
{
|
12
|
-
"inputs": [],
|
13
|
-
"name": "ERC725Y_DataKeysValuesEmptyArray",
|
14
|
-
"type": "error"
|
15
|
-
},
|
16
|
-
{
|
17
|
-
"inputs": [],
|
18
|
-
"name": "ERC725Y_DataKeysValuesLengthMismatch",
|
19
|
-
"type": "error"
|
20
|
-
},
|
21
|
-
{
|
22
|
-
"inputs": [],
|
23
|
-
"name": "ERC725Y_MsgValueDisallowed",
|
24
|
-
"type": "error"
|
25
|
-
},
|
26
|
-
{
|
27
|
-
"inputs": [
|
28
|
-
{
|
29
|
-
"internalType": "bytes",
|
30
|
-
"name": "storedData",
|
31
|
-
"type": "bytes"
|
32
|
-
}
|
33
|
-
],
|
34
|
-
"name": "InvalidExtensionAddress",
|
35
|
-
"type": "error"
|
36
|
-
},
|
37
|
-
{
|
38
|
-
"inputs": [
|
39
|
-
{
|
40
|
-
"internalType": "bytes",
|
41
|
-
"name": "data",
|
42
|
-
"type": "bytes"
|
43
|
-
}
|
44
|
-
],
|
45
|
-
"name": "InvalidFunctionSelector",
|
46
|
-
"type": "error"
|
47
|
-
},
|
48
|
-
{
|
49
|
-
"inputs": [],
|
50
|
-
"name": "LSP4TokenNameNotEditable",
|
51
|
-
"type": "error"
|
52
|
-
},
|
53
|
-
{
|
54
|
-
"inputs": [],
|
55
|
-
"name": "LSP4TokenSymbolNotEditable",
|
56
|
-
"type": "error"
|
57
|
-
},
|
58
|
-
{
|
59
|
-
"inputs": [],
|
60
|
-
"name": "LSP4TokenTypeNotEditable",
|
61
|
-
"type": "error"
|
62
|
-
},
|
63
|
-
{
|
64
|
-
"inputs": [
|
65
|
-
{
|
66
|
-
"internalType": "uint256",
|
67
|
-
"name": "callIndex",
|
68
|
-
"type": "uint256"
|
69
|
-
}
|
70
|
-
],
|
71
|
-
"name": "LSP8BatchCallFailed",
|
72
|
-
"type": "error"
|
73
|
-
},
|
74
|
-
{
|
75
|
-
"inputs": [],
|
76
|
-
"name": "LSP8CannotSendToAddressZero",
|
77
|
-
"type": "error"
|
78
|
-
},
|
79
|
-
{
|
80
|
-
"inputs": [],
|
81
|
-
"name": "LSP8CannotUseAddressZeroAsOperator",
|
82
|
-
"type": "error"
|
83
|
-
},
|
84
|
-
{
|
85
|
-
"inputs": [],
|
86
|
-
"name": "LSP8InvalidTransferBatch",
|
87
|
-
"type": "error"
|
88
|
-
},
|
89
|
-
{
|
90
|
-
"inputs": [
|
91
|
-
{
|
92
|
-
"internalType": "bytes32",
|
93
|
-
"name": "tokenId",
|
94
|
-
"type": "bytes32"
|
95
|
-
}
|
96
|
-
],
|
97
|
-
"name": "LSP8NonExistentTokenId",
|
98
|
-
"type": "error"
|
99
|
-
},
|
100
|
-
{
|
101
|
-
"inputs": [
|
102
|
-
{
|
103
|
-
"internalType": "address",
|
104
|
-
"name": "operator",
|
105
|
-
"type": "address"
|
106
|
-
},
|
107
|
-
{
|
108
|
-
"internalType": "bytes32",
|
109
|
-
"name": "tokenId",
|
110
|
-
"type": "bytes32"
|
111
|
-
}
|
112
|
-
],
|
113
|
-
"name": "LSP8NonExistingOperator",
|
114
|
-
"type": "error"
|
115
|
-
},
|
116
|
-
{
|
117
|
-
"inputs": [
|
118
|
-
{
|
119
|
-
"internalType": "bytes32",
|
120
|
-
"name": "tokenId",
|
121
|
-
"type": "bytes32"
|
122
|
-
},
|
123
|
-
{
|
124
|
-
"internalType": "address",
|
125
|
-
"name": "caller",
|
126
|
-
"type": "address"
|
127
|
-
}
|
128
|
-
],
|
129
|
-
"name": "LSP8NotTokenOperator",
|
130
|
-
"type": "error"
|
131
|
-
},
|
132
|
-
{
|
133
|
-
"inputs": [
|
134
|
-
{
|
135
|
-
"internalType": "address",
|
136
|
-
"name": "tokenOwner",
|
137
|
-
"type": "address"
|
138
|
-
},
|
139
|
-
{
|
140
|
-
"internalType": "bytes32",
|
141
|
-
"name": "tokenId",
|
142
|
-
"type": "bytes32"
|
143
|
-
},
|
144
|
-
{
|
145
|
-
"internalType": "address",
|
146
|
-
"name": "caller",
|
147
|
-
"type": "address"
|
148
|
-
}
|
149
|
-
],
|
150
|
-
"name": "LSP8NotTokenOwner",
|
151
|
-
"type": "error"
|
152
|
-
},
|
153
|
-
{
|
154
|
-
"inputs": [
|
155
|
-
{
|
156
|
-
"internalType": "address",
|
157
|
-
"name": "tokenReceiver",
|
158
|
-
"type": "address"
|
159
|
-
}
|
160
|
-
],
|
161
|
-
"name": "LSP8NotifyTokenReceiverContractMissingLSP1Interface",
|
162
|
-
"type": "error"
|
163
|
-
},
|
164
|
-
{
|
165
|
-
"inputs": [
|
166
|
-
{
|
167
|
-
"internalType": "address",
|
168
|
-
"name": "tokenReceiver",
|
169
|
-
"type": "address"
|
170
|
-
}
|
171
|
-
],
|
172
|
-
"name": "LSP8NotifyTokenReceiverIsEOA",
|
173
|
-
"type": "error"
|
174
|
-
},
|
175
|
-
{
|
176
|
-
"inputs": [
|
177
|
-
{
|
178
|
-
"internalType": "address",
|
179
|
-
"name": "operator",
|
180
|
-
"type": "address"
|
181
|
-
},
|
182
|
-
{
|
183
|
-
"internalType": "bytes32",
|
184
|
-
"name": "tokenId",
|
185
|
-
"type": "bytes32"
|
186
|
-
}
|
187
|
-
],
|
188
|
-
"name": "LSP8OperatorAlreadyAuthorized",
|
189
|
-
"type": "error"
|
190
|
-
},
|
191
|
-
{
|
192
|
-
"inputs": [
|
193
|
-
{
|
194
|
-
"internalType": "address",
|
195
|
-
"name": "caller",
|
196
|
-
"type": "address"
|
197
|
-
},
|
198
|
-
{
|
199
|
-
"internalType": "address",
|
200
|
-
"name": "tokenOwner",
|
201
|
-
"type": "address"
|
202
|
-
},
|
203
|
-
{
|
204
|
-
"internalType": "bytes32",
|
205
|
-
"name": "tokenId",
|
206
|
-
"type": "bytes32"
|
207
|
-
}
|
208
|
-
],
|
209
|
-
"name": "LSP8RevokeOperatorNotAuthorized",
|
210
|
-
"type": "error"
|
211
|
-
},
|
212
|
-
{
|
213
|
-
"inputs": [],
|
214
|
-
"name": "LSP8TokenContractCannotHoldValue",
|
215
|
-
"type": "error"
|
216
|
-
},
|
217
|
-
{
|
218
|
-
"inputs": [
|
219
|
-
{
|
220
|
-
"internalType": "bytes32",
|
221
|
-
"name": "tokenId",
|
222
|
-
"type": "bytes32"
|
223
|
-
}
|
224
|
-
],
|
225
|
-
"name": "LSP8TokenIdAlreadyMinted",
|
226
|
-
"type": "error"
|
227
|
-
},
|
228
|
-
{
|
229
|
-
"inputs": [],
|
230
|
-
"name": "LSP8TokenIdFormatNotEditable",
|
231
|
-
"type": "error"
|
232
|
-
},
|
233
|
-
{
|
234
|
-
"inputs": [],
|
235
|
-
"name": "LSP8TokenIdsDataEmptyArray",
|
236
|
-
"type": "error"
|
237
|
-
},
|
238
|
-
{
|
239
|
-
"inputs": [],
|
240
|
-
"name": "LSP8TokenIdsDataLengthMismatch",
|
241
|
-
"type": "error"
|
242
|
-
},
|
243
|
-
{
|
244
|
-
"inputs": [],
|
245
|
-
"name": "LSP8TokenOwnerCannotBeOperator",
|
246
|
-
"type": "error"
|
247
|
-
},
|
248
|
-
{
|
249
|
-
"inputs": [
|
250
|
-
{
|
251
|
-
"internalType": "bytes32",
|
252
|
-
"name": "tokenId",
|
253
|
-
"type": "bytes32"
|
254
|
-
},
|
255
|
-
{
|
256
|
-
"internalType": "address",
|
257
|
-
"name": "oldOwner",
|
258
|
-
"type": "address"
|
259
|
-
},
|
260
|
-
{
|
261
|
-
"internalType": "address",
|
262
|
-
"name": "newOwner",
|
263
|
-
"type": "address"
|
264
|
-
}
|
265
|
-
],
|
266
|
-
"name": "LSP8TokenOwnerChanged",
|
267
|
-
"type": "error"
|
268
|
-
},
|
269
|
-
{
|
270
|
-
"inputs": [
|
271
|
-
{
|
272
|
-
"internalType": "bytes4",
|
273
|
-
"name": "functionSelector",
|
274
|
-
"type": "bytes4"
|
275
|
-
}
|
276
|
-
],
|
277
|
-
"name": "NoExtensionFoundForFunctionSelector",
|
278
|
-
"type": "error"
|
279
|
-
},
|
280
|
-
{
|
281
|
-
"inputs": [],
|
282
|
-
"name": "OwnableCannotSetZeroAddressAsOwner",
|
283
|
-
"type": "error"
|
284
|
-
},
|
285
|
-
{
|
286
|
-
"anonymous": false,
|
287
|
-
"inputs": [
|
288
|
-
{
|
289
|
-
"indexed": true,
|
290
|
-
"internalType": "bytes32",
|
291
|
-
"name": "dataKey",
|
292
|
-
"type": "bytes32"
|
293
|
-
},
|
294
|
-
{
|
295
|
-
"indexed": false,
|
296
|
-
"internalType": "bytes",
|
297
|
-
"name": "dataValue",
|
298
|
-
"type": "bytes"
|
299
|
-
}
|
300
|
-
],
|
301
|
-
"name": "DataChanged",
|
302
|
-
"type": "event"
|
303
|
-
},
|
304
|
-
{
|
305
|
-
"anonymous": false,
|
306
|
-
"inputs": [
|
307
|
-
{
|
308
|
-
"indexed": false,
|
309
|
-
"internalType": "uint8",
|
310
|
-
"name": "version",
|
311
|
-
"type": "uint8"
|
312
|
-
}
|
313
|
-
],
|
314
|
-
"name": "Initialized",
|
315
|
-
"type": "event"
|
316
|
-
},
|
317
|
-
{
|
318
|
-
"anonymous": false,
|
319
|
-
"inputs": [
|
320
|
-
{
|
321
|
-
"indexed": true,
|
322
|
-
"internalType": "address",
|
323
|
-
"name": "operator",
|
324
|
-
"type": "address"
|
325
|
-
},
|
326
|
-
{
|
327
|
-
"indexed": true,
|
328
|
-
"internalType": "address",
|
329
|
-
"name": "tokenOwner",
|
330
|
-
"type": "address"
|
331
|
-
},
|
332
|
-
{
|
333
|
-
"indexed": true,
|
334
|
-
"internalType": "bytes32",
|
335
|
-
"name": "tokenId",
|
336
|
-
"type": "bytes32"
|
337
|
-
},
|
338
|
-
{
|
339
|
-
"indexed": false,
|
340
|
-
"internalType": "bytes",
|
341
|
-
"name": "operatorNotificationData",
|
342
|
-
"type": "bytes"
|
343
|
-
}
|
344
|
-
],
|
345
|
-
"name": "OperatorAuthorizationChanged",
|
346
|
-
"type": "event"
|
347
|
-
},
|
348
|
-
{
|
349
|
-
"anonymous": false,
|
350
|
-
"inputs": [
|
351
|
-
{
|
352
|
-
"indexed": true,
|
353
|
-
"internalType": "address",
|
354
|
-
"name": "operator",
|
355
|
-
"type": "address"
|
356
|
-
},
|
357
|
-
{
|
358
|
-
"indexed": true,
|
359
|
-
"internalType": "address",
|
360
|
-
"name": "tokenOwner",
|
361
|
-
"type": "address"
|
362
|
-
},
|
363
|
-
{
|
364
|
-
"indexed": true,
|
365
|
-
"internalType": "bytes32",
|
366
|
-
"name": "tokenId",
|
367
|
-
"type": "bytes32"
|
368
|
-
},
|
369
|
-
{
|
370
|
-
"indexed": false,
|
371
|
-
"internalType": "bool",
|
372
|
-
"name": "notified",
|
373
|
-
"type": "bool"
|
374
|
-
},
|
375
|
-
{
|
376
|
-
"indexed": false,
|
377
|
-
"internalType": "bytes",
|
378
|
-
"name": "operatorNotificationData",
|
379
|
-
"type": "bytes"
|
380
|
-
}
|
381
|
-
],
|
382
|
-
"name": "OperatorRevoked",
|
383
|
-
"type": "event"
|
384
|
-
},
|
385
|
-
{
|
386
|
-
"anonymous": false,
|
387
|
-
"inputs": [
|
388
|
-
{
|
389
|
-
"indexed": true,
|
390
|
-
"internalType": "address",
|
391
|
-
"name": "previousOwner",
|
392
|
-
"type": "address"
|
393
|
-
},
|
394
|
-
{
|
395
|
-
"indexed": true,
|
396
|
-
"internalType": "address",
|
397
|
-
"name": "newOwner",
|
398
|
-
"type": "address"
|
399
|
-
}
|
400
|
-
],
|
401
|
-
"name": "OwnershipTransferred",
|
402
|
-
"type": "event"
|
403
|
-
},
|
404
|
-
{
|
405
|
-
"anonymous": false,
|
406
|
-
"inputs": [
|
407
|
-
{
|
408
|
-
"indexed": true,
|
409
|
-
"internalType": "bytes32",
|
410
|
-
"name": "tokenId",
|
411
|
-
"type": "bytes32"
|
412
|
-
},
|
413
|
-
{
|
414
|
-
"indexed": true,
|
415
|
-
"internalType": "bytes32",
|
416
|
-
"name": "dataKey",
|
417
|
-
"type": "bytes32"
|
418
|
-
},
|
419
|
-
{
|
420
|
-
"indexed": false,
|
421
|
-
"internalType": "bytes",
|
422
|
-
"name": "dataValue",
|
423
|
-
"type": "bytes"
|
424
|
-
}
|
425
|
-
],
|
426
|
-
"name": "TokenIdDataChanged",
|
427
|
-
"type": "event"
|
428
|
-
},
|
429
|
-
{
|
430
|
-
"anonymous": false,
|
431
|
-
"inputs": [
|
432
|
-
{
|
433
|
-
"indexed": false,
|
434
|
-
"internalType": "address",
|
435
|
-
"name": "operator",
|
436
|
-
"type": "address"
|
437
|
-
},
|
438
|
-
{
|
439
|
-
"indexed": true,
|
440
|
-
"internalType": "address",
|
441
|
-
"name": "from",
|
442
|
-
"type": "address"
|
443
|
-
},
|
444
|
-
{
|
445
|
-
"indexed": true,
|
446
|
-
"internalType": "address",
|
447
|
-
"name": "to",
|
448
|
-
"type": "address"
|
449
|
-
},
|
450
|
-
{
|
451
|
-
"indexed": true,
|
452
|
-
"internalType": "bytes32",
|
453
|
-
"name": "tokenId",
|
454
|
-
"type": "bytes32"
|
455
|
-
},
|
456
|
-
{
|
457
|
-
"indexed": false,
|
458
|
-
"internalType": "bool",
|
459
|
-
"name": "force",
|
460
|
-
"type": "bool"
|
461
|
-
},
|
462
|
-
{
|
463
|
-
"indexed": false,
|
464
|
-
"internalType": "bytes",
|
465
|
-
"name": "data",
|
466
|
-
"type": "bytes"
|
467
|
-
}
|
468
|
-
],
|
469
|
-
"name": "Transfer",
|
470
|
-
"type": "event"
|
471
|
-
},
|
472
|
-
{
|
473
|
-
"stateMutability": "payable",
|
474
|
-
"type": "fallback"
|
475
|
-
},
|
476
|
-
{
|
477
|
-
"inputs": [
|
478
|
-
{
|
479
|
-
"internalType": "address",
|
480
|
-
"name": "operator",
|
481
|
-
"type": "address"
|
482
|
-
},
|
483
|
-
{
|
484
|
-
"internalType": "bytes32",
|
485
|
-
"name": "tokenId",
|
486
|
-
"type": "bytes32"
|
487
|
-
},
|
488
|
-
{
|
489
|
-
"internalType": "bytes",
|
490
|
-
"name": "operatorNotificationData",
|
491
|
-
"type": "bytes"
|
492
|
-
}
|
493
|
-
],
|
494
|
-
"name": "authorizeOperator",
|
495
|
-
"outputs": [],
|
496
|
-
"stateMutability": "nonpayable",
|
497
|
-
"type": "function"
|
498
|
-
},
|
499
|
-
{
|
500
|
-
"inputs": [
|
501
|
-
{
|
502
|
-
"internalType": "address",
|
503
|
-
"name": "tokenOwner",
|
504
|
-
"type": "address"
|
505
|
-
}
|
506
|
-
],
|
507
|
-
"name": "balanceOf",
|
508
|
-
"outputs": [
|
509
|
-
{
|
510
|
-
"internalType": "uint256",
|
511
|
-
"name": "",
|
512
|
-
"type": "uint256"
|
513
|
-
}
|
514
|
-
],
|
515
|
-
"stateMutability": "view",
|
516
|
-
"type": "function"
|
517
|
-
},
|
518
|
-
{
|
519
|
-
"inputs": [
|
520
|
-
{
|
521
|
-
"internalType": "bytes[]",
|
522
|
-
"name": "data",
|
523
|
-
"type": "bytes[]"
|
524
|
-
}
|
525
|
-
],
|
526
|
-
"name": "batchCalls",
|
527
|
-
"outputs": [
|
528
|
-
{
|
529
|
-
"internalType": "bytes[]",
|
530
|
-
"name": "results",
|
531
|
-
"type": "bytes[]"
|
532
|
-
}
|
533
|
-
],
|
534
|
-
"stateMutability": "nonpayable",
|
535
|
-
"type": "function"
|
536
|
-
},
|
537
|
-
{
|
538
|
-
"inputs": [
|
539
|
-
{
|
540
|
-
"internalType": "bytes32",
|
541
|
-
"name": "dataKey",
|
542
|
-
"type": "bytes32"
|
543
|
-
}
|
544
|
-
],
|
545
|
-
"name": "getData",
|
546
|
-
"outputs": [
|
547
|
-
{
|
548
|
-
"internalType": "bytes",
|
549
|
-
"name": "dataValue",
|
550
|
-
"type": "bytes"
|
551
|
-
}
|
552
|
-
],
|
553
|
-
"stateMutability": "view",
|
554
|
-
"type": "function"
|
555
|
-
},
|
556
|
-
{
|
557
|
-
"inputs": [
|
558
|
-
{
|
559
|
-
"internalType": "bytes32[]",
|
560
|
-
"name": "dataKeys",
|
561
|
-
"type": "bytes32[]"
|
562
|
-
}
|
563
|
-
],
|
564
|
-
"name": "getDataBatch",
|
565
|
-
"outputs": [
|
566
|
-
{
|
567
|
-
"internalType": "bytes[]",
|
568
|
-
"name": "dataValues",
|
569
|
-
"type": "bytes[]"
|
570
|
-
}
|
571
|
-
],
|
572
|
-
"stateMutability": "view",
|
573
|
-
"type": "function"
|
574
|
-
},
|
575
|
-
{
|
576
|
-
"inputs": [
|
577
|
-
{
|
578
|
-
"internalType": "bytes32[]",
|
579
|
-
"name": "tokenIds",
|
580
|
-
"type": "bytes32[]"
|
581
|
-
},
|
582
|
-
{
|
583
|
-
"internalType": "bytes32[]",
|
584
|
-
"name": "dataKeys",
|
585
|
-
"type": "bytes32[]"
|
586
|
-
}
|
587
|
-
],
|
588
|
-
"name": "getDataBatchForTokenIds",
|
589
|
-
"outputs": [
|
590
|
-
{
|
591
|
-
"internalType": "bytes[]",
|
592
|
-
"name": "dataValues",
|
593
|
-
"type": "bytes[]"
|
594
|
-
}
|
595
|
-
],
|
596
|
-
"stateMutability": "view",
|
597
|
-
"type": "function"
|
598
|
-
},
|
599
|
-
{
|
600
|
-
"inputs": [
|
601
|
-
{
|
602
|
-
"internalType": "bytes32",
|
603
|
-
"name": "tokenId",
|
604
|
-
"type": "bytes32"
|
605
|
-
},
|
606
|
-
{
|
607
|
-
"internalType": "bytes32",
|
608
|
-
"name": "dataKey",
|
609
|
-
"type": "bytes32"
|
610
|
-
}
|
611
|
-
],
|
612
|
-
"name": "getDataForTokenId",
|
613
|
-
"outputs": [
|
614
|
-
{
|
615
|
-
"internalType": "bytes",
|
616
|
-
"name": "dataValue",
|
617
|
-
"type": "bytes"
|
618
|
-
}
|
619
|
-
],
|
620
|
-
"stateMutability": "view",
|
621
|
-
"type": "function"
|
622
|
-
},
|
623
|
-
{
|
624
|
-
"inputs": [
|
625
|
-
{
|
626
|
-
"internalType": "bytes32",
|
627
|
-
"name": "tokenId",
|
628
|
-
"type": "bytes32"
|
629
|
-
}
|
630
|
-
],
|
631
|
-
"name": "getOperatorsOf",
|
632
|
-
"outputs": [
|
633
|
-
{
|
634
|
-
"internalType": "address[]",
|
635
|
-
"name": "",
|
636
|
-
"type": "address[]"
|
637
|
-
}
|
638
|
-
],
|
639
|
-
"stateMutability": "view",
|
640
|
-
"type": "function"
|
641
|
-
},
|
642
|
-
{
|
643
|
-
"inputs": [
|
644
|
-
{
|
645
|
-
"internalType": "string",
|
646
|
-
"name": "name_",
|
647
|
-
"type": "string"
|
648
|
-
},
|
649
|
-
{
|
650
|
-
"internalType": "string",
|
651
|
-
"name": "symbol_",
|
652
|
-
"type": "string"
|
653
|
-
},
|
654
|
-
{
|
655
|
-
"internalType": "address",
|
656
|
-
"name": "newOwner_",
|
657
|
-
"type": "address"
|
658
|
-
},
|
659
|
-
{
|
660
|
-
"internalType": "uint256",
|
661
|
-
"name": "lsp4TokenType_",
|
662
|
-
"type": "uint256"
|
663
|
-
},
|
664
|
-
{
|
665
|
-
"internalType": "uint256",
|
666
|
-
"name": "lsp8TokenIdFormat_",
|
667
|
-
"type": "uint256"
|
668
|
-
}
|
669
|
-
],
|
670
|
-
"name": "initialize",
|
671
|
-
"outputs": [],
|
672
|
-
"stateMutability": "nonpayable",
|
673
|
-
"type": "function"
|
674
|
-
},
|
675
|
-
{
|
676
|
-
"inputs": [
|
677
|
-
{
|
678
|
-
"internalType": "address",
|
679
|
-
"name": "operator",
|
680
|
-
"type": "address"
|
681
|
-
},
|
682
|
-
{
|
683
|
-
"internalType": "bytes32",
|
684
|
-
"name": "tokenId",
|
685
|
-
"type": "bytes32"
|
686
|
-
}
|
687
|
-
],
|
688
|
-
"name": "isOperatorFor",
|
689
|
-
"outputs": [
|
690
|
-
{
|
691
|
-
"internalType": "bool",
|
692
|
-
"name": "",
|
693
|
-
"type": "bool"
|
694
|
-
}
|
695
|
-
],
|
696
|
-
"stateMutability": "view",
|
697
|
-
"type": "function"
|
698
|
-
},
|
699
|
-
{
|
700
|
-
"inputs": [
|
701
|
-
{
|
702
|
-
"internalType": "address",
|
703
|
-
"name": "to",
|
704
|
-
"type": "address"
|
705
|
-
},
|
706
|
-
{
|
707
|
-
"internalType": "bytes32",
|
708
|
-
"name": "tokenId",
|
709
|
-
"type": "bytes32"
|
710
|
-
},
|
711
|
-
{
|
712
|
-
"internalType": "bool",
|
713
|
-
"name": "force",
|
714
|
-
"type": "bool"
|
715
|
-
},
|
716
|
-
{
|
717
|
-
"internalType": "bytes",
|
718
|
-
"name": "data",
|
719
|
-
"type": "bytes"
|
720
|
-
}
|
721
|
-
],
|
722
|
-
"name": "mint",
|
723
|
-
"outputs": [],
|
724
|
-
"stateMutability": "nonpayable",
|
725
|
-
"type": "function"
|
726
|
-
},
|
727
|
-
{
|
728
|
-
"inputs": [],
|
729
|
-
"name": "owner",
|
730
|
-
"outputs": [
|
731
|
-
{
|
732
|
-
"internalType": "address",
|
733
|
-
"name": "",
|
734
|
-
"type": "address"
|
735
|
-
}
|
736
|
-
],
|
737
|
-
"stateMutability": "view",
|
738
|
-
"type": "function"
|
739
|
-
},
|
740
|
-
{
|
741
|
-
"inputs": [],
|
742
|
-
"name": "renounceOwnership",
|
743
|
-
"outputs": [],
|
744
|
-
"stateMutability": "nonpayable",
|
745
|
-
"type": "function"
|
746
|
-
},
|
747
|
-
{
|
748
|
-
"inputs": [
|
749
|
-
{
|
750
|
-
"internalType": "address",
|
751
|
-
"name": "operator",
|
752
|
-
"type": "address"
|
753
|
-
},
|
754
|
-
{
|
755
|
-
"internalType": "bytes32",
|
756
|
-
"name": "tokenId",
|
757
|
-
"type": "bytes32"
|
758
|
-
},
|
759
|
-
{
|
760
|
-
"internalType": "bool",
|
761
|
-
"name": "notify",
|
762
|
-
"type": "bool"
|
763
|
-
},
|
764
|
-
{
|
765
|
-
"internalType": "bytes",
|
766
|
-
"name": "operatorNotificationData",
|
767
|
-
"type": "bytes"
|
768
|
-
}
|
769
|
-
],
|
770
|
-
"name": "revokeOperator",
|
771
|
-
"outputs": [],
|
772
|
-
"stateMutability": "nonpayable",
|
773
|
-
"type": "function"
|
774
|
-
},
|
775
|
-
{
|
776
|
-
"inputs": [
|
777
|
-
{
|
778
|
-
"internalType": "bytes32",
|
779
|
-
"name": "dataKey",
|
780
|
-
"type": "bytes32"
|
781
|
-
},
|
782
|
-
{
|
783
|
-
"internalType": "bytes",
|
784
|
-
"name": "dataValue",
|
785
|
-
"type": "bytes"
|
786
|
-
}
|
787
|
-
],
|
788
|
-
"name": "setData",
|
789
|
-
"outputs": [],
|
790
|
-
"stateMutability": "payable",
|
791
|
-
"type": "function"
|
792
|
-
},
|
793
|
-
{
|
794
|
-
"inputs": [
|
795
|
-
{
|
796
|
-
"internalType": "bytes32[]",
|
797
|
-
"name": "dataKeys",
|
798
|
-
"type": "bytes32[]"
|
799
|
-
},
|
800
|
-
{
|
801
|
-
"internalType": "bytes[]",
|
802
|
-
"name": "dataValues",
|
803
|
-
"type": "bytes[]"
|
804
|
-
}
|
805
|
-
],
|
806
|
-
"name": "setDataBatch",
|
807
|
-
"outputs": [],
|
808
|
-
"stateMutability": "payable",
|
809
|
-
"type": "function"
|
810
|
-
},
|
811
|
-
{
|
812
|
-
"inputs": [
|
813
|
-
{
|
814
|
-
"internalType": "bytes32[]",
|
815
|
-
"name": "tokenIds",
|
816
|
-
"type": "bytes32[]"
|
817
|
-
},
|
818
|
-
{
|
819
|
-
"internalType": "bytes32[]",
|
820
|
-
"name": "dataKeys",
|
821
|
-
"type": "bytes32[]"
|
822
|
-
},
|
823
|
-
{
|
824
|
-
"internalType": "bytes[]",
|
825
|
-
"name": "dataValues",
|
826
|
-
"type": "bytes[]"
|
827
|
-
}
|
828
|
-
],
|
829
|
-
"name": "setDataBatchForTokenIds",
|
830
|
-
"outputs": [],
|
831
|
-
"stateMutability": "nonpayable",
|
832
|
-
"type": "function"
|
833
|
-
},
|
834
|
-
{
|
835
|
-
"inputs": [
|
836
|
-
{
|
837
|
-
"internalType": "bytes32",
|
838
|
-
"name": "tokenId",
|
839
|
-
"type": "bytes32"
|
840
|
-
},
|
841
|
-
{
|
842
|
-
"internalType": "bytes32",
|
843
|
-
"name": "dataKey",
|
844
|
-
"type": "bytes32"
|
845
|
-
},
|
846
|
-
{
|
847
|
-
"internalType": "bytes",
|
848
|
-
"name": "dataValue",
|
849
|
-
"type": "bytes"
|
850
|
-
}
|
851
|
-
],
|
852
|
-
"name": "setDataForTokenId",
|
853
|
-
"outputs": [],
|
854
|
-
"stateMutability": "nonpayable",
|
855
|
-
"type": "function"
|
856
|
-
},
|
857
|
-
{
|
858
|
-
"inputs": [
|
859
|
-
{
|
860
|
-
"internalType": "bytes4",
|
861
|
-
"name": "interfaceId",
|
862
|
-
"type": "bytes4"
|
863
|
-
}
|
864
|
-
],
|
865
|
-
"name": "supportsInterface",
|
866
|
-
"outputs": [
|
867
|
-
{
|
868
|
-
"internalType": "bool",
|
869
|
-
"name": "",
|
870
|
-
"type": "bool"
|
871
|
-
}
|
872
|
-
],
|
873
|
-
"stateMutability": "view",
|
874
|
-
"type": "function"
|
875
|
-
},
|
876
|
-
{
|
877
|
-
"inputs": [
|
878
|
-
{
|
879
|
-
"internalType": "address",
|
880
|
-
"name": "tokenOwner",
|
881
|
-
"type": "address"
|
882
|
-
}
|
883
|
-
],
|
884
|
-
"name": "tokenIdsOf",
|
885
|
-
"outputs": [
|
886
|
-
{
|
887
|
-
"internalType": "bytes32[]",
|
888
|
-
"name": "",
|
889
|
-
"type": "bytes32[]"
|
890
|
-
}
|
891
|
-
],
|
892
|
-
"stateMutability": "view",
|
893
|
-
"type": "function"
|
894
|
-
},
|
895
|
-
{
|
896
|
-
"inputs": [
|
897
|
-
{
|
898
|
-
"internalType": "bytes32",
|
899
|
-
"name": "tokenId",
|
900
|
-
"type": "bytes32"
|
901
|
-
}
|
902
|
-
],
|
903
|
-
"name": "tokenOwnerOf",
|
904
|
-
"outputs": [
|
905
|
-
{
|
906
|
-
"internalType": "address",
|
907
|
-
"name": "",
|
908
|
-
"type": "address"
|
909
|
-
}
|
910
|
-
],
|
911
|
-
"stateMutability": "view",
|
912
|
-
"type": "function"
|
913
|
-
},
|
914
|
-
{
|
915
|
-
"inputs": [],
|
916
|
-
"name": "totalSupply",
|
917
|
-
"outputs": [
|
918
|
-
{
|
919
|
-
"internalType": "uint256",
|
920
|
-
"name": "",
|
921
|
-
"type": "uint256"
|
922
|
-
}
|
923
|
-
],
|
924
|
-
"stateMutability": "view",
|
925
|
-
"type": "function"
|
926
|
-
},
|
927
|
-
{
|
928
|
-
"inputs": [
|
929
|
-
{
|
930
|
-
"internalType": "address",
|
931
|
-
"name": "from",
|
932
|
-
"type": "address"
|
933
|
-
},
|
934
|
-
{
|
935
|
-
"internalType": "address",
|
936
|
-
"name": "to",
|
937
|
-
"type": "address"
|
938
|
-
},
|
939
|
-
{
|
940
|
-
"internalType": "bytes32",
|
941
|
-
"name": "tokenId",
|
942
|
-
"type": "bytes32"
|
943
|
-
},
|
944
|
-
{
|
945
|
-
"internalType": "bool",
|
946
|
-
"name": "force",
|
947
|
-
"type": "bool"
|
948
|
-
},
|
949
|
-
{
|
950
|
-
"internalType": "bytes",
|
951
|
-
"name": "data",
|
952
|
-
"type": "bytes"
|
953
|
-
}
|
954
|
-
],
|
955
|
-
"name": "transfer",
|
956
|
-
"outputs": [],
|
957
|
-
"stateMutability": "nonpayable",
|
958
|
-
"type": "function"
|
959
|
-
},
|
960
|
-
{
|
961
|
-
"inputs": [
|
962
|
-
{
|
963
|
-
"internalType": "address[]",
|
964
|
-
"name": "from",
|
965
|
-
"type": "address[]"
|
966
|
-
},
|
967
|
-
{
|
968
|
-
"internalType": "address[]",
|
969
|
-
"name": "to",
|
970
|
-
"type": "address[]"
|
971
|
-
},
|
972
|
-
{
|
973
|
-
"internalType": "bytes32[]",
|
974
|
-
"name": "tokenId",
|
975
|
-
"type": "bytes32[]"
|
976
|
-
},
|
977
|
-
{
|
978
|
-
"internalType": "bool[]",
|
979
|
-
"name": "force",
|
980
|
-
"type": "bool[]"
|
981
|
-
},
|
982
|
-
{
|
983
|
-
"internalType": "bytes[]",
|
984
|
-
"name": "data",
|
985
|
-
"type": "bytes[]"
|
986
|
-
}
|
987
|
-
],
|
988
|
-
"name": "transferBatch",
|
989
|
-
"outputs": [],
|
990
|
-
"stateMutability": "nonpayable",
|
991
|
-
"type": "function"
|
992
|
-
},
|
993
|
-
{
|
994
|
-
"inputs": [
|
995
|
-
{
|
996
|
-
"internalType": "address",
|
997
|
-
"name": "newOwner",
|
998
|
-
"type": "address"
|
999
|
-
}
|
1000
|
-
],
|
1001
|
-
"name": "transferOwnership",
|
1002
|
-
"outputs": [],
|
1003
|
-
"stateMutability": "nonpayable",
|
1004
|
-
"type": "function"
|
1005
|
-
},
|
1006
|
-
{
|
1007
|
-
"stateMutability": "payable",
|
1008
|
-
"type": "receive"
|
1009
|
-
}
|
1010
|
-
],
|
1011
|
-
"bytecode": "0x60806040523480156200001157600080fd5b506200001c62000022565b620000e3565b600054610100900460ff16156200008f5760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff90811614620000e1576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b61341980620000f36000396000f3fe60806040526004361061019a5760003560e01c806374823132116100e1578063a3b261f21161008a578063d6c1407c11610064578063d6c1407c1461052a578063db8c96631461054a578063dedff9c61461056a578063f2fde38b1461058a5761020e565b8063a3b261f2146104bd578063af255b61146104ea578063be9f0e6f1461050a5761020e565b806386a10ddd116100bb57806386a10ddd1461046c5780638da5cb5b1461048c57806397902421146104aa5761020e565b806374823132146104195780637e87632c146104395780637f23690c146104595761020e565b806349a6078d116101435780636963d4381161011d5780636963d438146103c457806370a08231146103e4578063715018a6146104045761020e565b806349a6078d14610355578063511b69521461038257806354f6127f146103a45761020e565b80631d26fce6116101745780631d26fce6146102d0578063217b2270146102fd5780632a3654a4146103355761020e565b806301ffc9a71461024f57806316e023b31461028457806318160ddd146102b15761020e565b3661020e57346000036101dc5760405163e5099ee360e01b81526004016101d39060208082526004908201526000604082015260600190565b60405180910390fd5b6040517f61f4944200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000366060600482101561023957828260405163e5099ee360e01b81526004016101d3929190612626565b61024383836105aa565b80519350602001915050f35b34801561025b57600080fd5b5061026f61026a366004612655565b6106b9565b60405190151581526020015b60405180910390f35b34801561029057600080fd5b506102a461029f36600461267f565b610706565b60405161027b91906126f1565b3480156102bd57600080fd5b506098545b60405190815260200161027b565b3480156102dc57600080fd5b506102f06102eb3660046127da565b610719565b60405161027b919061283e565b34801561030957600080fd5b5061031d6103183660046128a0565b610801565b6040516001600160a01b03909116815260200161027b565b34801561034157600080fd5b5061026f6103503660046128d5565b61083a565b34801561036157600080fd5b506103756103703660046128a0565b610846565b60405161027b91906128ff565b34801561038e57600080fd5b506103a261039d3660046129d5565b610868565b005b3480156103b057600080fd5b506102a46103bf3660046128a0565b6108c5565b3480156103d057600080fd5b506102f06103df366004612a4e565b6108d0565b3480156103f057600080fd5b506102c26103ff366004612ac3565b610a19565b34801561041057600080fd5b506103a2610a3a565b34801561042557600080fd5b506103a2610434366004612ade565b610a4e565b34801561044557600080fd5b506103a2610454366004612ca8565b610b78565b6103a2610467366004612d6d565b610c80565b34801561047857600080fd5b506103a2610487366004612daa565b610cb5565b34801561049857600080fd5b506033546001600160a01b031661031d565b6103a26104b8366004612e01565b610e40565b3480156104c957600080fd5b506104dd6104d8366004612ac3565b610e71565b60405161027b9190612e5b565b3480156104f657600080fd5b506103a2610505366004612e93565b610e95565b34801561051657600080fd5b506103a2610525366004612efb565b610eaf565b34801561053657600080fd5b506103a2610545366004612f79565b610f8d565b34801561055657600080fd5b506103a2610565366004612e93565b610fa5565b34801561057657600080fd5b506102f0610585366004612fb3565b6110a2565b34801561059657600080fd5b506103a26105a5366004612ac3565b61114d565b606060006105c36000356001600160e01b0319166111dd565b5090506001600160a01b038116610614576040517fbb370b2b0000000000000000000000000000000000000000000000000000000081526001600160e01b03196000351660048201526024016101d3565b600080826001600160a01b031634878733346040516020016106399493929190612fe8565b60408051601f198184030181529082905261065391613018565b60006040518083038185875af1925050503d8060008114610690576040519150601f19603f3d011682016040523d82523d6000602084013e610695565b606091505b509150915081156106aa5792506106b3915050565b80518060208301fd5b92915050565b60006001600160e01b031982167f3a2717060000000000000000000000000000000000000000000000000000000014806106f757506106f782611287565b806106b357506106b3826112c5565b606061071283836112fc565b9392505050565b6060815183511461073d576040516317d38eff60e11b815260040160405180910390fd5b825167ffffffffffffffff81111561075757610757612704565b60405190808252806020026020018201604052801561078a57816020015b60608152602001906001900390816107755790505b50905060005b83518110156107fa576107d58482815181106107ae576107ae613034565b60200260200101518483815181106107c8576107c8613034565b60200260200101516112fc565b8282815181106107e7576107e7613034565b6020908102919091010152600101610790565b5092915050565b6000818152609960205260408120546001600160a01b0316806106b357604051635747cd1b60e11b8152600481018490526024016101d3565b600061071283836113d3565b606061085182611410565b6000828152609b602052604090206106b390611448565b61087233846113d3565b6108b1576040517f1294d2a9000000000000000000000000000000000000000000000000000000008152600481018490523360248201526044016101d3565b6108be8585858585611455565b5050505050565b60606106b38261165d565b60608167ffffffffffffffff8111156108eb576108eb612704565b60405190808252806020026020018201604052801561091e57816020015b60608152602001906001900390816109095790505b50905060005b828110156107fa576000803086868581811061094257610942613034565b9050602002810190610954919061304a565b604051610962929190613098565b600060405180830381855af49150503d806000811461099d576040519150601f19603f3d011682016040523d82523d6000602084013e6109a2565b606091505b5091509150816109f1578051156109bc5780518082602001fd5b6040517f234eb819000000000000000000000000000000000000000000000000000000008152600481018490526024016101d3565b80848481518110610a0457610a04613034565b60209081029190910101525050600101610924565b6001600160a01b0381166000908152609a602052604081206106b3906116ff565b610a42611709565b610a4c6000611763565b565b600054610100900460ff1615808015610a6e5750600054600160ff909116105b80610a885750303b158015610a88575060005460ff166001145b610afa5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a656400000000000000000000000000000000000060648201526084016101d3565b6000805460ff191660011790558015610b1d576000805461ff0019166101001790555b610b2a86868686866117c2565b8015610b70576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050565b8451845181141580610b8b575083518114155b80610b97575082518114155b80610ba3575081518114155b15610bda576040517f93a8311900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b81811015610c7757610c6f878281518110610bfa57610bfa613034565b6020026020010151878381518110610c1457610c14613034565b6020026020010151878481518110610c2e57610c2e613034565b6020026020010151878581518110610c4857610c48613034565b6020026020010151878681518110610c6257610c62613034565b6020026020010151610868565b600101610bdd565b50505050505050565b610c88611709565b3415610ca75760405163f36ba73760e01b815260040160405180910390fd5b610cb1828261183a565b5050565b6000610cc083610801565b90506001600160a01b0381163314610d0357604051632d938f5160e11b81526001600160a01b0382166004820152602481018490523360448201526064016101d3565b6001600160a01b038416610d2a57604051639577b8b360e01b815260040160405180910390fd5b836001600160a01b0316816001600160a01b031603610d5c576040516344fed6b160e11b815260040160405180910390fd5b6000838152609b60205260408120610d74908661189d565b905080610dbf576040517fa7626b680000000000000000000000000000000000000000000000000000000081526001600160a01b0386166004820152602481018590526044016101d3565b83826001600160a01b0316866001600160a01b03167f1b1b58aa2ec0cec2228b2d37124556d41f5a1f7b12f089171f896cc23667121586604051610e0391906126f1565b60405180910390a460003385600186604051602001610e2594939291906130a8565b6040516020818303038152906040529050610b7086826118b2565b610e48611709565b3415610e675760405163f36ba73760e01b815260040160405180910390fd5b610cb182826118dd565b6001600160a01b0381166000908152609a602052604090206060906106b390611448565b610e9d611709565b610ea9848484846119a3565b50505050565b610eb7611709565b81518351141580610eca57508051825114155b15610ee8576040516317d38eff60e11b815260040160405180910390fd5b8251600003610f23576040517f80c9830500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b8351811015610ea957610f85848281518110610f4457610f44613034565b6020026020010151848381518110610f5e57610f5e613034565b6020026020010151848481518110610f7857610f78613034565b6020026020010151611b20565b600101610f26565b610f95611709565b610fa0838383611b20565b505050565b6000610fb084610801565b9050336001600160a01b0382161461101c576001600160a01b038516331461101c576040517f760b5acd0000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0382166024820152604481018590526064016101d3565b6001600160a01b03851661104357604051639577b8b360e01b815260040160405180910390fd5b846001600160a01b0316816001600160a01b031603611075576040516344fed6b160e11b815260040160405180910390fd5b6110828582868686611bb0565b82156108be5760008185600085604051602001610e2594939291906130a8565b6060815167ffffffffffffffff8111156110be576110be612704565b6040519080825280602002602001820160405280156110f157816020015b60608152602001906001900390816110dc5790505b50905060005b82518110156111475761112283828151811061111557611115613034565b602002602001015161165d565b82828151811061113457611134613034565b60209081029190910101526001016110f7565b50919050565b611155611709565b6001600160a01b0381166111d15760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084016101d3565b6111da81611763565b50565b600080806112157fcee78b4094da86011096000000000000000000000000000000000000000000006001600160e01b03198616611c69565b905060006112228261165d565b905080516014141580156112365750805115155b1561126f57806040517f42bfe79f0000000000000000000000000000000000000000000000000000000081526004016101d391906126f1565b611278816130e2565b60601c95600195509350505050565b60006001600160e01b031982167fa918fa6b0000000000000000000000000000000000000000000000000000000014806106b357506106b382611cda565b6000806112d86301ffc9a760e01b6111dd565b5090506001600160a01b0381166112f25750600092915050565b6107128184611d28565b606060976000848460405160200161131e929190918252602082015260400190565b604051602081830303815290604052805190602001208152602001908152602001600020805461134d9061311e565b80601f01602080910402602001604051908101604052809291908181526020018280546113799061311e565b80156113c65780601f1061139b576101008083540402835291602001916113c6565b820191906000526020600020905b8154815290600101906020018083116113a957829003601f168201915b5050505050905092915050565b60006113de82610801565b6001600160a01b0316836001600160a01b0316148061071257506000828152609b602052604090206107129084611dc6565b6000818152609960205260409020546001600160a01b03166111da57604051635747cd1b60e11b8152600481018290526024016101d3565b6060600061071283611de8565b600061146084610801565b9050856001600160a01b0316816001600160a01b0316146114ae57604051632d938f5160e11b81526001600160a01b03808316600483015260248201869052871660448201526064016101d3565b6001600160a01b0385166114d5576040516324ecef4d60e01b815260040160405180910390fd5b60006114e085610801565b9050806001600160a01b0316826001600160a01b031614611547576040517f5a9c31d3000000000000000000000000000000000000000000000000000000008152600481018690526001600160a01b038084166024830152821660448201526064016101d3565b6115518786611e43565b6001600160a01b0387166000908152609a602052604090206115739086611e9b565b506001600160a01b0386166000908152609a602052604090206115969086611ea7565b5060008581526099602052604090819020805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0389811691821790925591518792918a16907fb333c813a7426a7a11e2b190cad52c44119421594b47f6f32ace6d8c7207b2bf9061160a9033908a908a90613152565b60405180910390a46000338888888760405160200161162d959493929190613185565b60405160208183030381529060405290506116488882611eb3565b611653878683611ede565b5050505050505050565b600081815260976020526040902080546060919061167a9061311e565b80601f01602080910402602001604051908101604052809291908181526020018280546116a69061311e565b80156116f35780601f106116c8576101008083540402835291602001916116f3565b820191906000526020600020905b8154815290600101906020018083116116d657829003601f168201915b50505050509050919050565b60006106b3825490565b6033546001600160a01b03163314610a4c5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016101d3565b603380546001600160a01b0383811673ffffffffffffffffffffffffffffffffffffffff19831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff1661182d5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b60648201526084016101d3565b6108be8585858585612018565b7f098a16c9e50e3e99b3e797305c146898d294e5aec55a47e213cb3611ccf17e738201611893576040517f3664800a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610cb182826120d1565b6000610712836001600160a01b038416612231565b610cb1827f8a1c15a8799f71b547e08e2bcb2e85257e81b0a07eee2ce6712549eef1f0097083612280565b8051825114611918576040517f3bcc897900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8151600003611953576040517f97da5f9500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b8251811015610fa05761199b83828151811061197457611974613034565b602002602001015183838151811061198e5761198e613034565b602002602001015161183a565b600101611956565b6001600160a01b0384166119ca576040516324ecef4d60e01b815260040160405180910390fd5b6000838152609960205260409020546001600160a01b031615611a03576040516334c7b51160e01b8152600481018490526024016101d3565b6000838152609960205260409020546001600160a01b031615611a3c576040516334c7b51160e01b8152600481018490526024016101d3565b609860008154611a4b906131d5565b909155506001600160a01b0384166000908152609a60205260409020611a719084611ea7565b50600083815260996020526040808220805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b03881690811790915590518592907fb333c813a7426a7a11e2b190cad52c44119421594b47f6f32ace6d8c7207b2bf90611ae090339088908890613152565b60405180910390a46000336000868685604051602001611b04959493929190613185565b60405160208183030381529060405290506108be858483611ede565b80609760008585604051602001611b41929190918252602082015260400190565b6040516020818303038152906040528051906020012081526020019081526020016000209081611b719190613234565b5081837fa6e4251f855f750545fe414f120db91c76b88def14d120969e5bb2d3f05debbb83604051611ba391906126f1565b60405180910390a3505050565b6000838152609b60205260408120611bc890876122cd565b905080611c13576040517f4aa31a8c0000000000000000000000000000000000000000000000000000000081526001600160a01b0387166004820152602481018590526044016101d3565b83856001600160a01b0316876001600160a01b03167fc78cd419d6136f9f1c1c6aec1d3fae098cffaf8bc86314a8f2685e32fe574e3c8686604051611c599291906132f4565b60405180910390a4505050505050565b604080517fffffffffffffffffffff00000000000000000000000000000000000000000000841660208201526000602a82018190526bffffffffffffffffffffffff198416602c83015291829101604051602081830303815290604052905080611cd29061330f565b949350505050565b60006001600160e01b031982167f629aa6940000000000000000000000000000000000000000000000000000000014806106b357506301ffc9a760e01b6001600160e01b03198316146106b3565b604080516001600160e01b03198316602480830191909152825180830390910181526044909101909152602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166301ffc9a760e01b178152825160009392849283928392918391908a617530fa92503d91506000519050828015611daf575060208210155b8015611dbb5750600081115b979650505050505050565b6001600160a01b03811660009081526001830160205260408120541515610712565b6060816000018054806020026020016040519081016040528092919081815260200182805480156116f357602002820191906000526020600020905b815481526020019060010190808311611e245750505050509050919050565b6000818152609b6020526040812090611e5b826116ff565b90506000805b82811015610b7057611e748460006122e2565b9150611e93828787600060405180602001604052806000815250611bb0565b600101611e61565b600061071283836122ee565b60006107128383612231565b610cb1827fb23eae7e6d1564b295b4c3e3be402d9a2f0776c57bdf365903496f6fa481ab0083612280565b611eef83631aed5a8560e21b611d28565b15611f8957604051631aed5a8560e21b81526001600160a01b03841690636bb56a1490611f42907f0b084a55ebf70fd3c06fd755269dac2212c4d3f0f4d09079780bfa50c1b2984d908590600401613333565b6000604051808303816000875af1158015611f61573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610ea9919081019061334c565b81610fa0576001600160a01b0383163b15611fdb576040517f4349776d0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016101d3565b6040517f031731370000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016101d3565b600054610100900460ff166120835760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b60648201526084016101d3565b61208f858585856123e1565b60408051602081018390526108be917ff675e9361af1c1664c1868cfa3eb97672d6b1a513aa5b81dec34c9ee330e818d91016040516020818303038152906040525b7f2145e1d6d074577dc71ef54c3807742b41b053a9352ae6b491331509acb9750f820161212a576040517f85c169bd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7fd0f59754f88971fe6bc5a6618cc9d5f1e859c58d16b22d1c7b2d3e2b246cd8aa8201612183576040517f76755b3800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7f1fd9e056a24d14c4abc642fcc325992a946906d0dbc57dd70278aaf12842024d82016121dc576040517f4ef6d7fb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008281526097602052604090206121f48282613234565b50817fece574603820d07bc9b91f2a932baadf4628aabcb8afba49776529c14a6104b28260405161222591906126f1565b60405180910390a25050565b6000818152600183016020526040812054612278575081546001818101845560008481526020808220909301849055845484825282860190935260409020919091556106b3565b5060006106b3565b61229a6001600160a01b038416631aed5a8560e21b611d28565b15610fa057604051631aed5a8560e21b81526001600160a01b03841690636bb56a1490611f429085908590600401613333565b6000610712836001600160a01b0384166122ee565b60006107128383612551565b600081815260018301602052604081205480156123d75760006123126001836133ba565b8554909150600090612326906001906133ba565b905081811461238b57600086600001828154811061234657612346613034565b906000526020600020015490508087600001848154811061236957612369613034565b6000918252602080832090910192909255918252600188019052604090208390555b855486908061239c5761239c6133cd565b6001900381819060005260206000200160009055905585600101600086815260200190815260200160002060009055600193505050506106b3565b60009150506106b3565b600054610100900460ff1661244c5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b60648201526084016101d3565b6124558261257b565b6124b77feafec4d89fa9619884b60000a4d96624a38f7ac2d8d9a604ecf07c12c77e480c60001b6040518060400160405280600481526020017fa4d96624000000000000000000000000000000000000000000000000000000008152506121dc565b6124e17fdeba1e292f8ba88238e10ab3c7f88bd4be4fac56cad5194b6ecceaf653468af1856121dc565b61250b7f2f0a68ab07768e01943a599e73362a0e17a63a72e94dd2e384d2c1d4db932756846121dc565b6040805160208101839052610ea9917fe0261fa95db2eb3b5439bd033cda66d56b96f92f243a8228fd87550ed7bdfdb391016040516020818303038152906040526121dc565b600082600001828154811061256857612568613034565b9060005260206000200154905092915050565b600054610100900460ff166125e65760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b60648201526084016101d3565b6001600160a01b0381166111d1576040517f1ad8836c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60208152816020820152818360408301376000818301604090810191909152601f909201601f19160101919050565b60006020828403121561266757600080fd5b81356001600160e01b03198116811461071257600080fd5b6000806040838503121561269257600080fd5b50508035926020909101359150565b60005b838110156126bc5781810151838201526020016126a4565b50506000910152565b600081518084526126dd8160208601602086016126a1565b601f01601f19169290920160200192915050565b60208152600061071260208301846126c5565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff8111828210171561274357612743612704565b604052919050565b600067ffffffffffffffff82111561276557612765612704565b5060051b60200190565b600082601f83011261278057600080fd5b813560206127956127908361274b565b61271a565b82815260059290921b840181019181810190868411156127b457600080fd5b8286015b848110156127cf57803583529183019183016127b8565b509695505050505050565b600080604083850312156127ed57600080fd5b823567ffffffffffffffff8082111561280557600080fd5b6128118683870161276f565b9350602085013591508082111561282757600080fd5b506128348582860161276f565b9150509250929050565b6000602080830181845280855180835260408601915060408160051b870101925083870160005b8281101561289357603f198886030184526128818583516126c5565b94509285019290850190600101612865565b5092979650505050505050565b6000602082840312156128b257600080fd5b5035919050565b80356001600160a01b03811681146128d057600080fd5b919050565b600080604083850312156128e857600080fd5b6128f1836128b9565b946020939093013593505050565b6020808252825182820181905260009190848201906040850190845b818110156129405783516001600160a01b03168352928401929184019160010161291b565b50909695505050505050565b803580151581146128d057600080fd5b600067ffffffffffffffff82111561297657612976612704565b50601f01601f191660200190565b600082601f83011261299557600080fd5b81356129a36127908261295c565b8181528460208386010111156129b857600080fd5b816020850160208301376000918101602001919091529392505050565b600080600080600060a086880312156129ed57600080fd5b6129f6866128b9565b9450612a04602087016128b9565b935060408601359250612a196060870161294c565b9150608086013567ffffffffffffffff811115612a3557600080fd5b612a4188828901612984565b9150509295509295909350565b60008060208385031215612a6157600080fd5b823567ffffffffffffffff80821115612a7957600080fd5b818501915085601f830112612a8d57600080fd5b813581811115612a9c57600080fd5b8660208260051b8501011115612ab157600080fd5b60209290920196919550909350505050565b600060208284031215612ad557600080fd5b610712826128b9565b600080600080600060a08688031215612af657600080fd5b853567ffffffffffffffff80821115612b0e57600080fd5b612b1a89838a01612984565b96506020880135915080821115612b3057600080fd5b50612b3d88828901612984565b945050612b4c604087016128b9565b94979396509394606081013594506080013592915050565b600082601f830112612b7557600080fd5b81356020612b856127908361274b565b82815260059290921b84018101918181019086841115612ba457600080fd5b8286015b848110156127cf57612bb9816128b9565b8352918301918301612ba8565b600082601f830112612bd757600080fd5b81356020612be76127908361274b565b82815260059290921b84018101918181019086841115612c0657600080fd5b8286015b848110156127cf57612c1b8161294c565b8352918301918301612c0a565b600082601f830112612c3957600080fd5b81356020612c496127908361274b565b82815260059290921b84018101918181019086841115612c6857600080fd5b8286015b848110156127cf57803567ffffffffffffffff811115612c8c5760008081fd5b612c9a8986838b0101612984565b845250918301918301612c6c565b600080600080600060a08688031215612cc057600080fd5b853567ffffffffffffffff80821115612cd857600080fd5b612ce489838a01612b64565b96506020880135915080821115612cfa57600080fd5b612d0689838a01612b64565b95506040880135915080821115612d1c57600080fd5b612d2889838a0161276f565b94506060880135915080821115612d3e57600080fd5b612d4a89838a01612bc6565b93506080880135915080821115612d6057600080fd5b50612a4188828901612c28565b60008060408385031215612d8057600080fd5b82359150602083013567ffffffffffffffff811115612d9e57600080fd5b61283485828601612984565b600080600060608486031215612dbf57600080fd5b612dc8846128b9565b925060208401359150604084013567ffffffffffffffff811115612deb57600080fd5b612df786828701612984565b9150509250925092565b60008060408385031215612e1457600080fd5b823567ffffffffffffffff80821115612e2c57600080fd5b612e388683870161276f565b93506020850135915080821115612e4e57600080fd5b5061283485828601612c28565b6020808252825182820181905260009190848201906040850190845b8181101561294057835183529284019291840191600101612e77565b60008060008060808587031215612ea957600080fd5b612eb2856128b9565b935060208501359250612ec76040860161294c565b9150606085013567ffffffffffffffff811115612ee357600080fd5b612eef87828801612984565b91505092959194509250565b600080600060608486031215612f1057600080fd5b833567ffffffffffffffff80821115612f2857600080fd5b612f348783880161276f565b94506020860135915080821115612f4a57600080fd5b612f568783880161276f565b93506040860135915080821115612f6c57600080fd5b50612df786828701612c28565b600080600060608486031215612f8e57600080fd5b8335925060208401359150604084013567ffffffffffffffff811115612deb57600080fd5b600060208284031215612fc557600080fd5b813567ffffffffffffffff811115612fdc57600080fd5b611cd28482850161276f565b8385823760609290921b6bffffffffffffffffffffffff1916919092019081526014810191909152603401919050565b6000825161302a8184602087016126a1565b9190910192915050565b634e487b7160e01b600052603260045260246000fd5b6000808335601e1984360301811261306157600080fd5b83018035915067ffffffffffffffff82111561307c57600080fd5b60200191503681900382131561309157600080fd5b9250929050565b8183823760009101908152919050565b6001600160a01b038516815283602082015282151560408201526080606082015260006130d860808301846126c5565b9695505050505050565b805160208201516bffffffffffffffffffffffff1980821692919060148310156131165780818460140360031b1b83161693505b505050919050565b600181811c9082168061313257607f821691505b60208210810361114757634e487b7160e01b600052602260045260246000fd5b6001600160a01b0384168152821515602082015260606040820152600061317c60608301846126c5565b95945050505050565b60006001600160a01b038088168352808716602084015280861660408401525083606083015260a06080830152611dbb60a08301846126c5565b634e487b7160e01b600052601160045260246000fd5b6000600182016131e7576131e76131bf565b5060010190565b601f821115610fa057600081815260208120601f850160051c810160208610156132155750805b601f850160051c820191505b81811015610b7057828155600101613221565b815167ffffffffffffffff81111561324e5761324e612704565b6132628161325c845461311e565b846131ee565b602080601f831160018114613297576000841561327f5750858301515b600019600386901b1c1916600185901b178555610b70565b600085815260208120601f198616915b828110156132c6578886015182559484019460019091019084016132a7565b50858210156132e45787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b8215158152604060208201526000611cd260408301846126c5565b805160208083015191908110156111475760001960209190910360031b1b16919050565b828152604060208201526000611cd260408301846126c5565b60006020828403121561335e57600080fd5b815167ffffffffffffffff81111561337557600080fd5b8201601f8101841361338657600080fd5b80516133946127908261295c565b8181528560208385010111156133a957600080fd5b61317c8260208301602086016126a1565b818103818111156106b3576106b36131bf565b634e487b7160e01b600052603160045260246000fdfea26469706673582212203c7283fa82d23f1f7a2eae326b8d0399e6b72bb0ef5bfbf9a51fb5f48ff4153064736f6c63430008110033",
|
1012
|
-
"deployedBytecode": "0x60806040526004361061019a5760003560e01c806374823132116100e1578063a3b261f21161008a578063d6c1407c11610064578063d6c1407c1461052a578063db8c96631461054a578063dedff9c61461056a578063f2fde38b1461058a5761020e565b8063a3b261f2146104bd578063af255b61146104ea578063be9f0e6f1461050a5761020e565b806386a10ddd116100bb57806386a10ddd1461046c5780638da5cb5b1461048c57806397902421146104aa5761020e565b806374823132146104195780637e87632c146104395780637f23690c146104595761020e565b806349a6078d116101435780636963d4381161011d5780636963d438146103c457806370a08231146103e4578063715018a6146104045761020e565b806349a6078d14610355578063511b69521461038257806354f6127f146103a45761020e565b80631d26fce6116101745780631d26fce6146102d0578063217b2270146102fd5780632a3654a4146103355761020e565b806301ffc9a71461024f57806316e023b31461028457806318160ddd146102b15761020e565b3661020e57346000036101dc5760405163e5099ee360e01b81526004016101d39060208082526004908201526000604082015260600190565b60405180910390fd5b6040517f61f4944200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000366060600482101561023957828260405163e5099ee360e01b81526004016101d3929190612626565b61024383836105aa565b80519350602001915050f35b34801561025b57600080fd5b5061026f61026a366004612655565b6106b9565b60405190151581526020015b60405180910390f35b34801561029057600080fd5b506102a461029f36600461267f565b610706565b60405161027b91906126f1565b3480156102bd57600080fd5b506098545b60405190815260200161027b565b3480156102dc57600080fd5b506102f06102eb3660046127da565b610719565b60405161027b919061283e565b34801561030957600080fd5b5061031d6103183660046128a0565b610801565b6040516001600160a01b03909116815260200161027b565b34801561034157600080fd5b5061026f6103503660046128d5565b61083a565b34801561036157600080fd5b506103756103703660046128a0565b610846565b60405161027b91906128ff565b34801561038e57600080fd5b506103a261039d3660046129d5565b610868565b005b3480156103b057600080fd5b506102a46103bf3660046128a0565b6108c5565b3480156103d057600080fd5b506102f06103df366004612a4e565b6108d0565b3480156103f057600080fd5b506102c26103ff366004612ac3565b610a19565b34801561041057600080fd5b506103a2610a3a565b34801561042557600080fd5b506103a2610434366004612ade565b610a4e565b34801561044557600080fd5b506103a2610454366004612ca8565b610b78565b6103a2610467366004612d6d565b610c80565b34801561047857600080fd5b506103a2610487366004612daa565b610cb5565b34801561049857600080fd5b506033546001600160a01b031661031d565b6103a26104b8366004612e01565b610e40565b3480156104c957600080fd5b506104dd6104d8366004612ac3565b610e71565b60405161027b9190612e5b565b3480156104f657600080fd5b506103a2610505366004612e93565b610e95565b34801561051657600080fd5b506103a2610525366004612efb565b610eaf565b34801561053657600080fd5b506103a2610545366004612f79565b610f8d565b34801561055657600080fd5b506103a2610565366004612e93565b610fa5565b34801561057657600080fd5b506102f0610585366004612fb3565b6110a2565b34801561059657600080fd5b506103a26105a5366004612ac3565b61114d565b606060006105c36000356001600160e01b0319166111dd565b5090506001600160a01b038116610614576040517fbb370b2b0000000000000000000000000000000000000000000000000000000081526001600160e01b03196000351660048201526024016101d3565b600080826001600160a01b031634878733346040516020016106399493929190612fe8565b60408051601f198184030181529082905261065391613018565b60006040518083038185875af1925050503d8060008114610690576040519150601f19603f3d011682016040523d82523d6000602084013e610695565b606091505b509150915081156106aa5792506106b3915050565b80518060208301fd5b92915050565b60006001600160e01b031982167f3a2717060000000000000000000000000000000000000000000000000000000014806106f757506106f782611287565b806106b357506106b3826112c5565b606061071283836112fc565b9392505050565b6060815183511461073d576040516317d38eff60e11b815260040160405180910390fd5b825167ffffffffffffffff81111561075757610757612704565b60405190808252806020026020018201604052801561078a57816020015b60608152602001906001900390816107755790505b50905060005b83518110156107fa576107d58482815181106107ae576107ae613034565b60200260200101518483815181106107c8576107c8613034565b60200260200101516112fc565b8282815181106107e7576107e7613034565b6020908102919091010152600101610790565b5092915050565b6000818152609960205260408120546001600160a01b0316806106b357604051635747cd1b60e11b8152600481018490526024016101d3565b600061071283836113d3565b606061085182611410565b6000828152609b602052604090206106b390611448565b61087233846113d3565b6108b1576040517f1294d2a9000000000000000000000000000000000000000000000000000000008152600481018490523360248201526044016101d3565b6108be8585858585611455565b5050505050565b60606106b38261165d565b60608167ffffffffffffffff8111156108eb576108eb612704565b60405190808252806020026020018201604052801561091e57816020015b60608152602001906001900390816109095790505b50905060005b828110156107fa576000803086868581811061094257610942613034565b9050602002810190610954919061304a565b604051610962929190613098565b600060405180830381855af49150503d806000811461099d576040519150601f19603f3d011682016040523d82523d6000602084013e6109a2565b606091505b5091509150816109f1578051156109bc5780518082602001fd5b6040517f234eb819000000000000000000000000000000000000000000000000000000008152600481018490526024016101d3565b80848481518110610a0457610a04613034565b60209081029190910101525050600101610924565b6001600160a01b0381166000908152609a602052604081206106b3906116ff565b610a42611709565b610a4c6000611763565b565b600054610100900460ff1615808015610a6e5750600054600160ff909116105b80610a885750303b158015610a88575060005460ff166001145b610afa5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a656400000000000000000000000000000000000060648201526084016101d3565b6000805460ff191660011790558015610b1d576000805461ff0019166101001790555b610b2a86868686866117c2565b8015610b70576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050565b8451845181141580610b8b575083518114155b80610b97575082518114155b80610ba3575081518114155b15610bda576040517f93a8311900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b81811015610c7757610c6f878281518110610bfa57610bfa613034565b6020026020010151878381518110610c1457610c14613034565b6020026020010151878481518110610c2e57610c2e613034565b6020026020010151878581518110610c4857610c48613034565b6020026020010151878681518110610c6257610c62613034565b6020026020010151610868565b600101610bdd565b50505050505050565b610c88611709565b3415610ca75760405163f36ba73760e01b815260040160405180910390fd5b610cb1828261183a565b5050565b6000610cc083610801565b90506001600160a01b0381163314610d0357604051632d938f5160e11b81526001600160a01b0382166004820152602481018490523360448201526064016101d3565b6001600160a01b038416610d2a57604051639577b8b360e01b815260040160405180910390fd5b836001600160a01b0316816001600160a01b031603610d5c576040516344fed6b160e11b815260040160405180910390fd5b6000838152609b60205260408120610d74908661189d565b905080610dbf576040517fa7626b680000000000000000000000000000000000000000000000000000000081526001600160a01b0386166004820152602481018590526044016101d3565b83826001600160a01b0316866001600160a01b03167f1b1b58aa2ec0cec2228b2d37124556d41f5a1f7b12f089171f896cc23667121586604051610e0391906126f1565b60405180910390a460003385600186604051602001610e2594939291906130a8565b6040516020818303038152906040529050610b7086826118b2565b610e48611709565b3415610e675760405163f36ba73760e01b815260040160405180910390fd5b610cb182826118dd565b6001600160a01b0381166000908152609a602052604090206060906106b390611448565b610e9d611709565b610ea9848484846119a3565b50505050565b610eb7611709565b81518351141580610eca57508051825114155b15610ee8576040516317d38eff60e11b815260040160405180910390fd5b8251600003610f23576040517f80c9830500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b8351811015610ea957610f85848281518110610f4457610f44613034565b6020026020010151848381518110610f5e57610f5e613034565b6020026020010151848481518110610f7857610f78613034565b6020026020010151611b20565b600101610f26565b610f95611709565b610fa0838383611b20565b505050565b6000610fb084610801565b9050336001600160a01b0382161461101c576001600160a01b038516331461101c576040517f760b5acd0000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0382166024820152604481018590526064016101d3565b6001600160a01b03851661104357604051639577b8b360e01b815260040160405180910390fd5b846001600160a01b0316816001600160a01b031603611075576040516344fed6b160e11b815260040160405180910390fd5b6110828582868686611bb0565b82156108be5760008185600085604051602001610e2594939291906130a8565b6060815167ffffffffffffffff8111156110be576110be612704565b6040519080825280602002602001820160405280156110f157816020015b60608152602001906001900390816110dc5790505b50905060005b82518110156111475761112283828151811061111557611115613034565b602002602001015161165d565b82828151811061113457611134613034565b60209081029190910101526001016110f7565b50919050565b611155611709565b6001600160a01b0381166111d15760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084016101d3565b6111da81611763565b50565b600080806112157fcee78b4094da86011096000000000000000000000000000000000000000000006001600160e01b03198616611c69565b905060006112228261165d565b905080516014141580156112365750805115155b1561126f57806040517f42bfe79f0000000000000000000000000000000000000000000000000000000081526004016101d391906126f1565b611278816130e2565b60601c95600195509350505050565b60006001600160e01b031982167fa918fa6b0000000000000000000000000000000000000000000000000000000014806106b357506106b382611cda565b6000806112d86301ffc9a760e01b6111dd565b5090506001600160a01b0381166112f25750600092915050565b6107128184611d28565b606060976000848460405160200161131e929190918252602082015260400190565b604051602081830303815290604052805190602001208152602001908152602001600020805461134d9061311e565b80601f01602080910402602001604051908101604052809291908181526020018280546113799061311e565b80156113c65780601f1061139b576101008083540402835291602001916113c6565b820191906000526020600020905b8154815290600101906020018083116113a957829003601f168201915b5050505050905092915050565b60006113de82610801565b6001600160a01b0316836001600160a01b0316148061071257506000828152609b602052604090206107129084611dc6565b6000818152609960205260409020546001600160a01b03166111da57604051635747cd1b60e11b8152600481018290526024016101d3565b6060600061071283611de8565b600061146084610801565b9050856001600160a01b0316816001600160a01b0316146114ae57604051632d938f5160e11b81526001600160a01b03808316600483015260248201869052871660448201526064016101d3565b6001600160a01b0385166114d5576040516324ecef4d60e01b815260040160405180910390fd5b60006114e085610801565b9050806001600160a01b0316826001600160a01b031614611547576040517f5a9c31d3000000000000000000000000000000000000000000000000000000008152600481018690526001600160a01b038084166024830152821660448201526064016101d3565b6115518786611e43565b6001600160a01b0387166000908152609a602052604090206115739086611e9b565b506001600160a01b0386166000908152609a602052604090206115969086611ea7565b5060008581526099602052604090819020805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0389811691821790925591518792918a16907fb333c813a7426a7a11e2b190cad52c44119421594b47f6f32ace6d8c7207b2bf9061160a9033908a908a90613152565b60405180910390a46000338888888760405160200161162d959493929190613185565b60405160208183030381529060405290506116488882611eb3565b611653878683611ede565b5050505050505050565b600081815260976020526040902080546060919061167a9061311e565b80601f01602080910402602001604051908101604052809291908181526020018280546116a69061311e565b80156116f35780601f106116c8576101008083540402835291602001916116f3565b820191906000526020600020905b8154815290600101906020018083116116d657829003601f168201915b50505050509050919050565b60006106b3825490565b6033546001600160a01b03163314610a4c5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016101d3565b603380546001600160a01b0383811673ffffffffffffffffffffffffffffffffffffffff19831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff1661182d5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b60648201526084016101d3565b6108be8585858585612018565b7f098a16c9e50e3e99b3e797305c146898d294e5aec55a47e213cb3611ccf17e738201611893576040517f3664800a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610cb182826120d1565b6000610712836001600160a01b038416612231565b610cb1827f8a1c15a8799f71b547e08e2bcb2e85257e81b0a07eee2ce6712549eef1f0097083612280565b8051825114611918576040517f3bcc897900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8151600003611953576040517f97da5f9500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b8251811015610fa05761199b83828151811061197457611974613034565b602002602001015183838151811061198e5761198e613034565b602002602001015161183a565b600101611956565b6001600160a01b0384166119ca576040516324ecef4d60e01b815260040160405180910390fd5b6000838152609960205260409020546001600160a01b031615611a03576040516334c7b51160e01b8152600481018490526024016101d3565b6000838152609960205260409020546001600160a01b031615611a3c576040516334c7b51160e01b8152600481018490526024016101d3565b609860008154611a4b906131d5565b909155506001600160a01b0384166000908152609a60205260409020611a719084611ea7565b50600083815260996020526040808220805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b03881690811790915590518592907fb333c813a7426a7a11e2b190cad52c44119421594b47f6f32ace6d8c7207b2bf90611ae090339088908890613152565b60405180910390a46000336000868685604051602001611b04959493929190613185565b60405160208183030381529060405290506108be858483611ede565b80609760008585604051602001611b41929190918252602082015260400190565b6040516020818303038152906040528051906020012081526020019081526020016000209081611b719190613234565b5081837fa6e4251f855f750545fe414f120db91c76b88def14d120969e5bb2d3f05debbb83604051611ba391906126f1565b60405180910390a3505050565b6000838152609b60205260408120611bc890876122cd565b905080611c13576040517f4aa31a8c0000000000000000000000000000000000000000000000000000000081526001600160a01b0387166004820152602481018590526044016101d3565b83856001600160a01b0316876001600160a01b03167fc78cd419d6136f9f1c1c6aec1d3fae098cffaf8bc86314a8f2685e32fe574e3c8686604051611c599291906132f4565b60405180910390a4505050505050565b604080517fffffffffffffffffffff00000000000000000000000000000000000000000000841660208201526000602a82018190526bffffffffffffffffffffffff198416602c83015291829101604051602081830303815290604052905080611cd29061330f565b949350505050565b60006001600160e01b031982167f629aa6940000000000000000000000000000000000000000000000000000000014806106b357506301ffc9a760e01b6001600160e01b03198316146106b3565b604080516001600160e01b03198316602480830191909152825180830390910181526044909101909152602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166301ffc9a760e01b178152825160009392849283928392918391908a617530fa92503d91506000519050828015611daf575060208210155b8015611dbb5750600081115b979650505050505050565b6001600160a01b03811660009081526001830160205260408120541515610712565b6060816000018054806020026020016040519081016040528092919081815260200182805480156116f357602002820191906000526020600020905b815481526020019060010190808311611e245750505050509050919050565b6000818152609b6020526040812090611e5b826116ff565b90506000805b82811015610b7057611e748460006122e2565b9150611e93828787600060405180602001604052806000815250611bb0565b600101611e61565b600061071283836122ee565b60006107128383612231565b610cb1827fb23eae7e6d1564b295b4c3e3be402d9a2f0776c57bdf365903496f6fa481ab0083612280565b611eef83631aed5a8560e21b611d28565b15611f8957604051631aed5a8560e21b81526001600160a01b03841690636bb56a1490611f42907f0b084a55ebf70fd3c06fd755269dac2212c4d3f0f4d09079780bfa50c1b2984d908590600401613333565b6000604051808303816000875af1158015611f61573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610ea9919081019061334c565b81610fa0576001600160a01b0383163b15611fdb576040517f4349776d0000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016101d3565b6040517f031731370000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016101d3565b600054610100900460ff166120835760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b60648201526084016101d3565b61208f858585856123e1565b60408051602081018390526108be917ff675e9361af1c1664c1868cfa3eb97672d6b1a513aa5b81dec34c9ee330e818d91016040516020818303038152906040525b7f2145e1d6d074577dc71ef54c3807742b41b053a9352ae6b491331509acb9750f820161212a576040517f85c169bd00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7fd0f59754f88971fe6bc5a6618cc9d5f1e859c58d16b22d1c7b2d3e2b246cd8aa8201612183576040517f76755b3800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7f1fd9e056a24d14c4abc642fcc325992a946906d0dbc57dd70278aaf12842024d82016121dc576040517f4ef6d7fb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008281526097602052604090206121f48282613234565b50817fece574603820d07bc9b91f2a932baadf4628aabcb8afba49776529c14a6104b28260405161222591906126f1565b60405180910390a25050565b6000818152600183016020526040812054612278575081546001818101845560008481526020808220909301849055845484825282860190935260409020919091556106b3565b5060006106b3565b61229a6001600160a01b038416631aed5a8560e21b611d28565b15610fa057604051631aed5a8560e21b81526001600160a01b03841690636bb56a1490611f429085908590600401613333565b6000610712836001600160a01b0384166122ee565b60006107128383612551565b600081815260018301602052604081205480156123d75760006123126001836133ba565b8554909150600090612326906001906133ba565b905081811461238b57600086600001828154811061234657612346613034565b906000526020600020015490508087600001848154811061236957612369613034565b6000918252602080832090910192909255918252600188019052604090208390555b855486908061239c5761239c6133cd565b6001900381819060005260206000200160009055905585600101600086815260200190815260200160002060009055600193505050506106b3565b60009150506106b3565b600054610100900460ff1661244c5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b60648201526084016101d3565b6124558261257b565b6124b77feafec4d89fa9619884b60000a4d96624a38f7ac2d8d9a604ecf07c12c77e480c60001b6040518060400160405280600481526020017fa4d96624000000000000000000000000000000000000000000000000000000008152506121dc565b6124e17fdeba1e292f8ba88238e10ab3c7f88bd4be4fac56cad5194b6ecceaf653468af1856121dc565b61250b7f2f0a68ab07768e01943a599e73362a0e17a63a72e94dd2e384d2c1d4db932756846121dc565b6040805160208101839052610ea9917fe0261fa95db2eb3b5439bd033cda66d56b96f92f243a8228fd87550ed7bdfdb391016040516020818303038152906040526121dc565b600082600001828154811061256857612568613034565b9060005260206000200154905092915050565b600054610100900460ff166125e65760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b60648201526084016101d3565b6001600160a01b0381166111d1576040517f1ad8836c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60208152816020820152818360408301376000818301604090810191909152601f909201601f19160101919050565b60006020828403121561266757600080fd5b81356001600160e01b03198116811461071257600080fd5b6000806040838503121561269257600080fd5b50508035926020909101359150565b60005b838110156126bc5781810151838201526020016126a4565b50506000910152565b600081518084526126dd8160208601602086016126a1565b601f01601f19169290920160200192915050565b60208152600061071260208301846126c5565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff8111828210171561274357612743612704565b604052919050565b600067ffffffffffffffff82111561276557612765612704565b5060051b60200190565b600082601f83011261278057600080fd5b813560206127956127908361274b565b61271a565b82815260059290921b840181019181810190868411156127b457600080fd5b8286015b848110156127cf57803583529183019183016127b8565b509695505050505050565b600080604083850312156127ed57600080fd5b823567ffffffffffffffff8082111561280557600080fd5b6128118683870161276f565b9350602085013591508082111561282757600080fd5b506128348582860161276f565b9150509250929050565b6000602080830181845280855180835260408601915060408160051b870101925083870160005b8281101561289357603f198886030184526128818583516126c5565b94509285019290850190600101612865565b5092979650505050505050565b6000602082840312156128b257600080fd5b5035919050565b80356001600160a01b03811681146128d057600080fd5b919050565b600080604083850312156128e857600080fd5b6128f1836128b9565b946020939093013593505050565b6020808252825182820181905260009190848201906040850190845b818110156129405783516001600160a01b03168352928401929184019160010161291b565b50909695505050505050565b803580151581146128d057600080fd5b600067ffffffffffffffff82111561297657612976612704565b50601f01601f191660200190565b600082601f83011261299557600080fd5b81356129a36127908261295c565b8181528460208386010111156129b857600080fd5b816020850160208301376000918101602001919091529392505050565b600080600080600060a086880312156129ed57600080fd5b6129f6866128b9565b9450612a04602087016128b9565b935060408601359250612a196060870161294c565b9150608086013567ffffffffffffffff811115612a3557600080fd5b612a4188828901612984565b9150509295509295909350565b60008060208385031215612a6157600080fd5b823567ffffffffffffffff80821115612a7957600080fd5b818501915085601f830112612a8d57600080fd5b813581811115612a9c57600080fd5b8660208260051b8501011115612ab157600080fd5b60209290920196919550909350505050565b600060208284031215612ad557600080fd5b610712826128b9565b600080600080600060a08688031215612af657600080fd5b853567ffffffffffffffff80821115612b0e57600080fd5b612b1a89838a01612984565b96506020880135915080821115612b3057600080fd5b50612b3d88828901612984565b945050612b4c604087016128b9565b94979396509394606081013594506080013592915050565b600082601f830112612b7557600080fd5b81356020612b856127908361274b565b82815260059290921b84018101918181019086841115612ba457600080fd5b8286015b848110156127cf57612bb9816128b9565b8352918301918301612ba8565b600082601f830112612bd757600080fd5b81356020612be76127908361274b565b82815260059290921b84018101918181019086841115612c0657600080fd5b8286015b848110156127cf57612c1b8161294c565b8352918301918301612c0a565b600082601f830112612c3957600080fd5b81356020612c496127908361274b565b82815260059290921b84018101918181019086841115612c6857600080fd5b8286015b848110156127cf57803567ffffffffffffffff811115612c8c5760008081fd5b612c9a8986838b0101612984565b845250918301918301612c6c565b600080600080600060a08688031215612cc057600080fd5b853567ffffffffffffffff80821115612cd857600080fd5b612ce489838a01612b64565b96506020880135915080821115612cfa57600080fd5b612d0689838a01612b64565b95506040880135915080821115612d1c57600080fd5b612d2889838a0161276f565b94506060880135915080821115612d3e57600080fd5b612d4a89838a01612bc6565b93506080880135915080821115612d6057600080fd5b50612a4188828901612c28565b60008060408385031215612d8057600080fd5b82359150602083013567ffffffffffffffff811115612d9e57600080fd5b61283485828601612984565b600080600060608486031215612dbf57600080fd5b612dc8846128b9565b925060208401359150604084013567ffffffffffffffff811115612deb57600080fd5b612df786828701612984565b9150509250925092565b60008060408385031215612e1457600080fd5b823567ffffffffffffffff80821115612e2c57600080fd5b612e388683870161276f565b93506020850135915080821115612e4e57600080fd5b5061283485828601612c28565b6020808252825182820181905260009190848201906040850190845b8181101561294057835183529284019291840191600101612e77565b60008060008060808587031215612ea957600080fd5b612eb2856128b9565b935060208501359250612ec76040860161294c565b9150606085013567ffffffffffffffff811115612ee357600080fd5b612eef87828801612984565b91505092959194509250565b600080600060608486031215612f1057600080fd5b833567ffffffffffffffff80821115612f2857600080fd5b612f348783880161276f565b94506020860135915080821115612f4a57600080fd5b612f568783880161276f565b93506040860135915080821115612f6c57600080fd5b50612df786828701612c28565b600080600060608486031215612f8e57600080fd5b8335925060208401359150604084013567ffffffffffffffff811115612deb57600080fd5b600060208284031215612fc557600080fd5b813567ffffffffffffffff811115612fdc57600080fd5b611cd28482850161276f565b8385823760609290921b6bffffffffffffffffffffffff1916919092019081526014810191909152603401919050565b6000825161302a8184602087016126a1565b9190910192915050565b634e487b7160e01b600052603260045260246000fd5b6000808335601e1984360301811261306157600080fd5b83018035915067ffffffffffffffff82111561307c57600080fd5b60200191503681900382131561309157600080fd5b9250929050565b8183823760009101908152919050565b6001600160a01b038516815283602082015282151560408201526080606082015260006130d860808301846126c5565b9695505050505050565b805160208201516bffffffffffffffffffffffff1980821692919060148310156131165780818460140360031b1b83161693505b505050919050565b600181811c9082168061313257607f821691505b60208210810361114757634e487b7160e01b600052602260045260246000fd5b6001600160a01b0384168152821515602082015260606040820152600061317c60608301846126c5565b95945050505050565b60006001600160a01b038088168352808716602084015280861660408401525083606083015260a06080830152611dbb60a08301846126c5565b634e487b7160e01b600052601160045260246000fd5b6000600182016131e7576131e76131bf565b5060010190565b601f821115610fa057600081815260208120601f850160051c810160208610156132155750805b601f850160051c820191505b81811015610b7057828155600101613221565b815167ffffffffffffffff81111561324e5761324e612704565b6132628161325c845461311e565b846131ee565b602080601f831160018114613297576000841561327f5750858301515b600019600386901b1c1916600185901b178555610b70565b600085815260208120601f198616915b828110156132c6578886015182559484019460019091019084016132a7565b50858210156132e45787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b8215158152604060208201526000611cd260408301846126c5565b805160208083015191908110156111475760001960209190910360031b1b16919050565b828152604060208201526000611cd260408301846126c5565b60006020828403121561335e57600080fd5b815167ffffffffffffffff81111561337557600080fd5b8201601f8101841361338657600080fd5b80516133946127908261295c565b8181528560208385010111156133a957600080fd5b61317c8260208301602086016126a1565b818103818111156106b3576106b36131bf565b634e487b7160e01b600052603160045260246000fdfea26469706673582212203c7283fa82d23f1f7a2eae326b8d0399e6b72bb0ef5bfbf9a51fb5f48ff4153064736f6c63430008110033",
|
1013
|
-
"linkReferences": {},
|
1014
|
-
"deployedLinkReferences": {}
|
1015
|
-
}
|