@aastar/identity 0.16.23 → 0.17.0
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/package.json +2 -2
- package/dist/core/src/abis/BLSAggregator.json +0 -686
- package/dist/core/src/abis/BLSValidator.json +0 -42
- package/dist/core/src/abis/DVTValidator.json +0 -368
- package/dist/core/src/abis/EntryPoint.json +0 -1382
- package/dist/core/src/abis/GToken.json +0 -513
- package/dist/core/src/abis/GTokenStaking.json +0 -949
- package/dist/core/src/abis/MySBT.json +0 -1518
- package/dist/core/src/abis/Paymaster.json +0 -1143
- package/dist/core/src/abis/PaymasterFactory.json +0 -640
- package/dist/core/src/abis/Registry.json +0 -1942
- package/dist/core/src/abis/ReputationSystem.json +0 -699
- package/dist/core/src/abis/SimpleAccount.json +0 -560
- package/dist/core/src/abis/SimpleAccountFactory.json +0 -111
- package/dist/core/src/abis/SuperPaymaster.json +0 -1781
- package/dist/core/src/abis/xPNTsFactory.json +0 -718
- package/dist/core/src/abis/xPNTsToken.json +0 -1280
|
@@ -1,513 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"abi": [
|
|
3
|
-
{
|
|
4
|
-
"type": "constructor",
|
|
5
|
-
"inputs": [
|
|
6
|
-
{
|
|
7
|
-
"name": "cap_",
|
|
8
|
-
"type": "uint256",
|
|
9
|
-
"internalType": "uint256"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"stateMutability": "nonpayable"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"type": "function",
|
|
16
|
-
"name": "allowance",
|
|
17
|
-
"inputs": [
|
|
18
|
-
{
|
|
19
|
-
"name": "owner",
|
|
20
|
-
"type": "address",
|
|
21
|
-
"internalType": "address"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"name": "spender",
|
|
25
|
-
"type": "address",
|
|
26
|
-
"internalType": "address"
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"outputs": [
|
|
30
|
-
{
|
|
31
|
-
"name": "",
|
|
32
|
-
"type": "uint256",
|
|
33
|
-
"internalType": "uint256"
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"stateMutability": "view"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"type": "function",
|
|
40
|
-
"name": "approve",
|
|
41
|
-
"inputs": [
|
|
42
|
-
{
|
|
43
|
-
"name": "spender",
|
|
44
|
-
"type": "address",
|
|
45
|
-
"internalType": "address"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"name": "value",
|
|
49
|
-
"type": "uint256",
|
|
50
|
-
"internalType": "uint256"
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
"outputs": [
|
|
54
|
-
{
|
|
55
|
-
"name": "",
|
|
56
|
-
"type": "bool",
|
|
57
|
-
"internalType": "bool"
|
|
58
|
-
}
|
|
59
|
-
],
|
|
60
|
-
"stateMutability": "nonpayable"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "function",
|
|
64
|
-
"name": "balanceOf",
|
|
65
|
-
"inputs": [
|
|
66
|
-
{
|
|
67
|
-
"name": "account",
|
|
68
|
-
"type": "address",
|
|
69
|
-
"internalType": "address"
|
|
70
|
-
}
|
|
71
|
-
],
|
|
72
|
-
"outputs": [
|
|
73
|
-
{
|
|
74
|
-
"name": "",
|
|
75
|
-
"type": "uint256",
|
|
76
|
-
"internalType": "uint256"
|
|
77
|
-
}
|
|
78
|
-
],
|
|
79
|
-
"stateMutability": "view"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"type": "function",
|
|
83
|
-
"name": "burn",
|
|
84
|
-
"inputs": [
|
|
85
|
-
{
|
|
86
|
-
"name": "value",
|
|
87
|
-
"type": "uint256",
|
|
88
|
-
"internalType": "uint256"
|
|
89
|
-
}
|
|
90
|
-
],
|
|
91
|
-
"outputs": [],
|
|
92
|
-
"stateMutability": "nonpayable"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"type": "function",
|
|
96
|
-
"name": "burnFrom",
|
|
97
|
-
"inputs": [
|
|
98
|
-
{
|
|
99
|
-
"name": "account",
|
|
100
|
-
"type": "address",
|
|
101
|
-
"internalType": "address"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "value",
|
|
105
|
-
"type": "uint256",
|
|
106
|
-
"internalType": "uint256"
|
|
107
|
-
}
|
|
108
|
-
],
|
|
109
|
-
"outputs": [],
|
|
110
|
-
"stateMutability": "nonpayable"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"type": "function",
|
|
114
|
-
"name": "cap",
|
|
115
|
-
"inputs": [],
|
|
116
|
-
"outputs": [
|
|
117
|
-
{
|
|
118
|
-
"name": "",
|
|
119
|
-
"type": "uint256",
|
|
120
|
-
"internalType": "uint256"
|
|
121
|
-
}
|
|
122
|
-
],
|
|
123
|
-
"stateMutability": "view"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"type": "function",
|
|
127
|
-
"name": "decimals",
|
|
128
|
-
"inputs": [],
|
|
129
|
-
"outputs": [
|
|
130
|
-
{
|
|
131
|
-
"name": "",
|
|
132
|
-
"type": "uint8",
|
|
133
|
-
"internalType": "uint8"
|
|
134
|
-
}
|
|
135
|
-
],
|
|
136
|
-
"stateMutability": "view"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"type": "function",
|
|
140
|
-
"name": "mint",
|
|
141
|
-
"inputs": [
|
|
142
|
-
{
|
|
143
|
-
"name": "to",
|
|
144
|
-
"type": "address",
|
|
145
|
-
"internalType": "address"
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"name": "amount",
|
|
149
|
-
"type": "uint256",
|
|
150
|
-
"internalType": "uint256"
|
|
151
|
-
}
|
|
152
|
-
],
|
|
153
|
-
"outputs": [],
|
|
154
|
-
"stateMutability": "nonpayable"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"type": "function",
|
|
158
|
-
"name": "name",
|
|
159
|
-
"inputs": [],
|
|
160
|
-
"outputs": [
|
|
161
|
-
{
|
|
162
|
-
"name": "",
|
|
163
|
-
"type": "string",
|
|
164
|
-
"internalType": "string"
|
|
165
|
-
}
|
|
166
|
-
],
|
|
167
|
-
"stateMutability": "view"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"type": "function",
|
|
171
|
-
"name": "owner",
|
|
172
|
-
"inputs": [],
|
|
173
|
-
"outputs": [
|
|
174
|
-
{
|
|
175
|
-
"name": "",
|
|
176
|
-
"type": "address",
|
|
177
|
-
"internalType": "address"
|
|
178
|
-
}
|
|
179
|
-
],
|
|
180
|
-
"stateMutability": "view"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "function",
|
|
184
|
-
"name": "remainingMintableSupply",
|
|
185
|
-
"inputs": [],
|
|
186
|
-
"outputs": [
|
|
187
|
-
{
|
|
188
|
-
"name": "",
|
|
189
|
-
"type": "uint256",
|
|
190
|
-
"internalType": "uint256"
|
|
191
|
-
}
|
|
192
|
-
],
|
|
193
|
-
"stateMutability": "view"
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"type": "function",
|
|
197
|
-
"name": "renounceOwnership",
|
|
198
|
-
"inputs": [],
|
|
199
|
-
"outputs": [],
|
|
200
|
-
"stateMutability": "nonpayable"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"type": "function",
|
|
204
|
-
"name": "symbol",
|
|
205
|
-
"inputs": [],
|
|
206
|
-
"outputs": [
|
|
207
|
-
{
|
|
208
|
-
"name": "",
|
|
209
|
-
"type": "string",
|
|
210
|
-
"internalType": "string"
|
|
211
|
-
}
|
|
212
|
-
],
|
|
213
|
-
"stateMutability": "view"
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"type": "function",
|
|
217
|
-
"name": "totalSupply",
|
|
218
|
-
"inputs": [],
|
|
219
|
-
"outputs": [
|
|
220
|
-
{
|
|
221
|
-
"name": "",
|
|
222
|
-
"type": "uint256",
|
|
223
|
-
"internalType": "uint256"
|
|
224
|
-
}
|
|
225
|
-
],
|
|
226
|
-
"stateMutability": "view"
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"type": "function",
|
|
230
|
-
"name": "transfer",
|
|
231
|
-
"inputs": [
|
|
232
|
-
{
|
|
233
|
-
"name": "to",
|
|
234
|
-
"type": "address",
|
|
235
|
-
"internalType": "address"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"name": "value",
|
|
239
|
-
"type": "uint256",
|
|
240
|
-
"internalType": "uint256"
|
|
241
|
-
}
|
|
242
|
-
],
|
|
243
|
-
"outputs": [
|
|
244
|
-
{
|
|
245
|
-
"name": "",
|
|
246
|
-
"type": "bool",
|
|
247
|
-
"internalType": "bool"
|
|
248
|
-
}
|
|
249
|
-
],
|
|
250
|
-
"stateMutability": "nonpayable"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"type": "function",
|
|
254
|
-
"name": "transferFrom",
|
|
255
|
-
"inputs": [
|
|
256
|
-
{
|
|
257
|
-
"name": "from",
|
|
258
|
-
"type": "address",
|
|
259
|
-
"internalType": "address"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"name": "to",
|
|
263
|
-
"type": "address",
|
|
264
|
-
"internalType": "address"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"name": "value",
|
|
268
|
-
"type": "uint256",
|
|
269
|
-
"internalType": "uint256"
|
|
270
|
-
}
|
|
271
|
-
],
|
|
272
|
-
"outputs": [
|
|
273
|
-
{
|
|
274
|
-
"name": "",
|
|
275
|
-
"type": "bool",
|
|
276
|
-
"internalType": "bool"
|
|
277
|
-
}
|
|
278
|
-
],
|
|
279
|
-
"stateMutability": "nonpayable"
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"type": "function",
|
|
283
|
-
"name": "transferOwnership",
|
|
284
|
-
"inputs": [
|
|
285
|
-
{
|
|
286
|
-
"name": "newOwner",
|
|
287
|
-
"type": "address",
|
|
288
|
-
"internalType": "address"
|
|
289
|
-
}
|
|
290
|
-
],
|
|
291
|
-
"outputs": [],
|
|
292
|
-
"stateMutability": "nonpayable"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"type": "function",
|
|
296
|
-
"name": "version",
|
|
297
|
-
"inputs": [],
|
|
298
|
-
"outputs": [
|
|
299
|
-
{
|
|
300
|
-
"name": "",
|
|
301
|
-
"type": "string",
|
|
302
|
-
"internalType": "string"
|
|
303
|
-
}
|
|
304
|
-
],
|
|
305
|
-
"stateMutability": "pure"
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"type": "event",
|
|
309
|
-
"name": "Approval",
|
|
310
|
-
"inputs": [
|
|
311
|
-
{
|
|
312
|
-
"name": "owner",
|
|
313
|
-
"type": "address",
|
|
314
|
-
"indexed": true,
|
|
315
|
-
"internalType": "address"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"name": "spender",
|
|
319
|
-
"type": "address",
|
|
320
|
-
"indexed": true,
|
|
321
|
-
"internalType": "address"
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"name": "value",
|
|
325
|
-
"type": "uint256",
|
|
326
|
-
"indexed": false,
|
|
327
|
-
"internalType": "uint256"
|
|
328
|
-
}
|
|
329
|
-
],
|
|
330
|
-
"anonymous": false
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"type": "event",
|
|
334
|
-
"name": "OwnershipTransferred",
|
|
335
|
-
"inputs": [
|
|
336
|
-
{
|
|
337
|
-
"name": "previousOwner",
|
|
338
|
-
"type": "address",
|
|
339
|
-
"indexed": true,
|
|
340
|
-
"internalType": "address"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"name": "newOwner",
|
|
344
|
-
"type": "address",
|
|
345
|
-
"indexed": true,
|
|
346
|
-
"internalType": "address"
|
|
347
|
-
}
|
|
348
|
-
],
|
|
349
|
-
"anonymous": false
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
"type": "event",
|
|
353
|
-
"name": "Transfer",
|
|
354
|
-
"inputs": [
|
|
355
|
-
{
|
|
356
|
-
"name": "from",
|
|
357
|
-
"type": "address",
|
|
358
|
-
"indexed": true,
|
|
359
|
-
"internalType": "address"
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"name": "to",
|
|
363
|
-
"type": "address",
|
|
364
|
-
"indexed": true,
|
|
365
|
-
"internalType": "address"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"name": "value",
|
|
369
|
-
"type": "uint256",
|
|
370
|
-
"indexed": false,
|
|
371
|
-
"internalType": "uint256"
|
|
372
|
-
}
|
|
373
|
-
],
|
|
374
|
-
"anonymous": false
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"type": "error",
|
|
378
|
-
"name": "ERC20ExceededCap",
|
|
379
|
-
"inputs": [
|
|
380
|
-
{
|
|
381
|
-
"name": "increasedSupply",
|
|
382
|
-
"type": "uint256",
|
|
383
|
-
"internalType": "uint256"
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"name": "cap",
|
|
387
|
-
"type": "uint256",
|
|
388
|
-
"internalType": "uint256"
|
|
389
|
-
}
|
|
390
|
-
]
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"type": "error",
|
|
394
|
-
"name": "ERC20InsufficientAllowance",
|
|
395
|
-
"inputs": [
|
|
396
|
-
{
|
|
397
|
-
"name": "spender",
|
|
398
|
-
"type": "address",
|
|
399
|
-
"internalType": "address"
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"name": "allowance",
|
|
403
|
-
"type": "uint256",
|
|
404
|
-
"internalType": "uint256"
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"name": "needed",
|
|
408
|
-
"type": "uint256",
|
|
409
|
-
"internalType": "uint256"
|
|
410
|
-
}
|
|
411
|
-
]
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"type": "error",
|
|
415
|
-
"name": "ERC20InsufficientBalance",
|
|
416
|
-
"inputs": [
|
|
417
|
-
{
|
|
418
|
-
"name": "sender",
|
|
419
|
-
"type": "address",
|
|
420
|
-
"internalType": "address"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"name": "balance",
|
|
424
|
-
"type": "uint256",
|
|
425
|
-
"internalType": "uint256"
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"name": "needed",
|
|
429
|
-
"type": "uint256",
|
|
430
|
-
"internalType": "uint256"
|
|
431
|
-
}
|
|
432
|
-
]
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"type": "error",
|
|
436
|
-
"name": "ERC20InvalidApprover",
|
|
437
|
-
"inputs": [
|
|
438
|
-
{
|
|
439
|
-
"name": "approver",
|
|
440
|
-
"type": "address",
|
|
441
|
-
"internalType": "address"
|
|
442
|
-
}
|
|
443
|
-
]
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"type": "error",
|
|
447
|
-
"name": "ERC20InvalidCap",
|
|
448
|
-
"inputs": [
|
|
449
|
-
{
|
|
450
|
-
"name": "cap",
|
|
451
|
-
"type": "uint256",
|
|
452
|
-
"internalType": "uint256"
|
|
453
|
-
}
|
|
454
|
-
]
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"type": "error",
|
|
458
|
-
"name": "ERC20InvalidReceiver",
|
|
459
|
-
"inputs": [
|
|
460
|
-
{
|
|
461
|
-
"name": "receiver",
|
|
462
|
-
"type": "address",
|
|
463
|
-
"internalType": "address"
|
|
464
|
-
}
|
|
465
|
-
]
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"type": "error",
|
|
469
|
-
"name": "ERC20InvalidSender",
|
|
470
|
-
"inputs": [
|
|
471
|
-
{
|
|
472
|
-
"name": "sender",
|
|
473
|
-
"type": "address",
|
|
474
|
-
"internalType": "address"
|
|
475
|
-
}
|
|
476
|
-
]
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
"type": "error",
|
|
480
|
-
"name": "ERC20InvalidSpender",
|
|
481
|
-
"inputs": [
|
|
482
|
-
{
|
|
483
|
-
"name": "spender",
|
|
484
|
-
"type": "address",
|
|
485
|
-
"internalType": "address"
|
|
486
|
-
}
|
|
487
|
-
]
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"type": "error",
|
|
491
|
-
"name": "OwnableInvalidOwner",
|
|
492
|
-
"inputs": [
|
|
493
|
-
{
|
|
494
|
-
"name": "owner",
|
|
495
|
-
"type": "address",
|
|
496
|
-
"internalType": "address"
|
|
497
|
-
}
|
|
498
|
-
]
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"type": "error",
|
|
502
|
-
"name": "OwnableUnauthorizedAccount",
|
|
503
|
-
"inputs": [
|
|
504
|
-
{
|
|
505
|
-
"name": "account",
|
|
506
|
-
"type": "address",
|
|
507
|
-
"internalType": "address"
|
|
508
|
-
}
|
|
509
|
-
]
|
|
510
|
-
}
|
|
511
|
-
],
|
|
512
|
-
"bytecode": "0x60a0604052346103b057610e016020813803918261001c816103b4565b9384928339810103126103b0575161003460406103b4565b90601082526f23b7bb32b93730b731b2902a37b5b2b760811b602083015261005c60406103b4565b600681526523aa37b5b2b760d11b602082015282519091906001600160401b0381116102c157600354600181811c911680156103a6575b60208210146102a357601f8111610343575b506020601f82116001146102e057819293945f926102d5575b50508160011b915f199060031b1c1916176003555b81516001600160401b0381116102c157600454600181811c911680156102b7575b60208210146102a357601f8111610240575b50602092601f82116001146101df57928192935f926101d4575b50508160011b915f199060031b1c1916176004555b80156101c15760805233156101ae5760058054336001600160a01b03198216811790925560405191906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a3610a2790816103da82396080518181816104b00152818161052e01526105630152f35b631e4fbdf760e01b5f525f60045260245ffd5b63392e1e2760e01b5f525f60045260245ffd5b015190505f80610120565b601f1982169360045f52805f20915f5b8681106102285750836001959610610210575b505050811b01600455610135565b01515f1960f88460031b161c191690555f8080610202565b919260206001819286850151815501940192016101ef565b60045f527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b601f830160051c81019160208410610299575b601f0160051c01905b81811061028e5750610106565b5f8155600101610281565b9091508190610278565b634e487b7160e01b5f52602260045260245ffd5b90607f16906100f4565b634e487b7160e01b5f52604160045260245ffd5b015190505f806100be565b601f1982169060035f52805f20915f5b81811061032b57509583600195969710610313575b505050811b016003556100d3565b01515f1960f88460031b161c191690555f8080610305565b9192602060018192868b0151815501940192016102f0565b60035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b601f830160051c8101916020841061039c575b601f0160051c01905b81811061039157506100a5565b5f8155600101610384565b909150819061037b565b90607f1690610093565b5f80fd5b6040519190601f01601f191682016001600160401b038111838210176102c15760405256fe6080806040526004361015610012575f80fd5b5f3560e01c90816306fdde03146106b157508063095ea7b31461060957806318160ddd146105ec57806323b872dd146105b4578063313ce56714610599578063349f0b9014610551578063355274ea1461051757806340c10f191461043e57806342966c681461042157806354fd4d50146103b757806370a0823114610380578063715018a61461033857806379cc6790146103065780638da5cb5b146102de57806395d89b41146101da578063a9059cbb146101a9578063dd62ed3e146101595763f2fde38b146100e2575f80fd5b34610155576020366003190112610155576100fb610793565b610103610919565b6001600160a01b0316801561014257600580546001600160a01b0319811683179091556001600160a01b03165f5160206109b25f395f51905f525f80a3005b631e4fbdf760e01b5f525f60045260245ffd5b5f80fd5b3461015557604036600319011261015557610172610793565b61017a6107a9565b6001600160a01b039182165f908152600160209081526040808320949093168252928352819020549051908152f35b34610155576040366003190112610155576101cf6101c5610793565b6024359033610882565b602060405160018152f35b34610155575f366003190112610155576040515f6004548060011c906001811680156102d4575b6020831081146102c05782855290811561029c575060011461023e575b61023a8361022e818503826107bf565b60405191829182610769565b0390f35b60045f9081527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b939250905b8082106102825750909150810160200161022e61021e565b91926001816020925483858801015201910190929161026a565b60ff191660208086019190915291151560051b8401909101915061022e905061021e565b634e487b7160e01b5f52602260045260245ffd5b91607f1691610201565b34610155575f366003190112610155576005546040516001600160a01b039091168152602090f35b3461015557604036600319011261015557610336610322610793565b602435906103318233836107e2565b610940565b005b34610155575f36600319011261015557610350610919565b600580546001600160a01b031981169091555f906001600160a01b03165f5160206109b25f395f51905f528280a3005b34610155576020366003190112610155576001600160a01b036103a1610793565b165f525f602052602060405f2054604051908152f35b34610155575f3660031901126101555760408051908101906001600160401b0382118183101761040d5761023a91604052600c81526b23aa37b5b2b716991718971960a11b602082015260405191829182610769565b634e487b7160e01b5f52604160045260245ffd5b346101555760203660031901126101555761033660043533610940565b3461015557604036600319011261015557610457610793565b60243590610463610919565b6001600160a01b031690811561050457600254908082018092116104f05760205f5160206109d25f395f51905f52915f9360025584845283825260408420818154019055604051908152a37f00000000000000000000000000000000000000000000000000000000000000006002548181116104db57005b63279e7e1560e21b5f5260045260245260445ffd5b634e487b7160e01b5f52601160045260245ffd5b63ec442f0560e01b5f525f60045260245ffd5b34610155575f3660031901126101555760206040517f00000000000000000000000000000000000000000000000000000000000000008152f35b34610155575f366003190112610155577f000000000000000000000000000000000000000000000000000000000000000060025481039081116104f057602090604051908152f35b34610155575f36600319011261015557602060405160128152f35b34610155576060366003190112610155576101cf6105d0610793565b6105d86107a9565b604435916105e78333836107e2565b610882565b34610155575f366003190112610155576020600254604051908152f35b3461015557604036600319011261015557610622610793565b60243590331561069e576001600160a01b031690811561068b57335f52600160205260405f20825f526020528060405f20556040519081527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560203392a3602060405160018152f35b634a1406b160e11b5f525f60045260245ffd5b63e602df0560e01b5f525f60045260245ffd5b34610155575f366003190112610155575f6003548060011c9060018116801561075f575b6020831081146102c05782855290811561029c57506001146107015761023a8361022e818503826107bf565b60035f9081527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b939250905b8082106107455750909150810160200161022e61021e565b91926001816020925483858801015201910190929161072d565b91607f16916106d5565b602060409281835280519182918282860152018484015e5f828201840152601f01601f1916010190565b600435906001600160a01b038216820361015557565b602435906001600160a01b038216820361015557565b601f909101601f19168101906001600160401b0382119082101761040d57604052565b6001600160a01b039081165f8181526001602081815260408084209587168452949052929020549392918401610819575b50505050565b82841061085f57801561069e576001600160a01b0382161561068b575f52600160205260405f209060018060a01b03165f5260205260405f20910390555f808080610813565b508290637dc7a0d960e11b5f5260018060a01b031660045260245260445260645ffd5b6001600160a01b0316908115610906576001600160a01b031691821561050457815f525f60205260405f20548181106108ed57815f5160206109d25f395f51905f5292602092855f525f84520360405f2055845f525f825260405f20818154019055604051908152a3565b8263391434e360e21b5f5260045260245260445260645ffd5b634b637e8f60e11b5f525f60045260245ffd5b6005546001600160a01b0316330361092d57565b63118cdaa760e01b5f523360045260245ffd5b9091906001600160a01b0316801561090657805f525f60205260405f2054838110610997576020845f94955f5160206109d25f395f51905f52938587528684520360408620558060025403600255604051908152a3565b915063391434e360e21b5f5260045260245260445260645ffdfe8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa2646970667358221220f69a1c3b1b1062c0c3b4427ba6b9f70f4b0bd5df138bf8aeef13a9b5b4fea3dc64736f6c634300081c0033"
|
|
513
|
-
}
|