@paulstinchcombe/gasless-nft-tx 0.11.2 → 0.12.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/dist/KAMI-NFTs/KAMI1155CUpgradeable.sol +1069 -0
- package/dist/KAMI-NFTs/KAMI721ACUpgradable.sol +949 -0
- package/dist/KAMI-NFTs/KAMI721CUpgradeable.sol +691 -0
- package/dist/KAMI-NFTs/ProxyAdmin.sol +12 -0
- package/dist/KAMI-NFTs/TransparentUpgradeableProxy.sol +15 -0
- package/dist/KAMI-NFTs/artifacts/contracts/KAMI1155CUpgradeable.sol/KAMI1155CUpgradeable.dbg.json +4 -0
- package/dist/KAMI-NFTs/artifacts/contracts/KAMI1155CUpgradeable.sol/KAMI1155CUpgradeable.json +2207 -0
- package/dist/KAMI-NFTs/artifacts/contracts/KAMI721ACUpgradable.sol/KAMI721ACUpgradable.dbg.json +4 -0
- package/dist/KAMI-NFTs/artifacts/contracts/KAMI721ACUpgradable.sol/KAMI721ACUpgradable.json +2210 -0
- package/dist/KAMI-NFTs/artifacts/contracts/KAMI721CUpgradeable.sol/KAMI721CUpgradeable.dbg.json +4 -0
- package/dist/KAMI-NFTs/artifacts/contracts/KAMI721CUpgradeable.sol/KAMI721CUpgradeable.json +1823 -0
- package/dist/KAMI-NFTs/artifacts/contracts/ProxyAdmin.sol/KAMIProxyAdmin.dbg.json +4 -0
- package/dist/KAMI-NFTs/artifacts/contracts/ProxyAdmin.sol/KAMIProxyAdmin.json +132 -0
- package/dist/KAMI-NFTs/artifacts/contracts/TransparentUpgradeableProxy.sol/KAMITransparentUpgradeableProxy.dbg.json +4 -0
- package/dist/KAMI-NFTs/artifacts/contracts/TransparentUpgradeableProxy.sol/KAMITransparentUpgradeableProxy.json +116 -0
- package/dist/kami-sponsored-operations.d.ts.map +1 -1
- package/dist/kami-sponsored-operations.js +19 -7
- package/dist/kami-sponsored-operations.js.map +1 -1
- package/dist/kami-upgrade-manager.d.ts +65 -0
- package/dist/kami-upgrade-manager.d.ts.map +1 -0
- package/dist/kami-upgrade-manager.js +320 -0
- package/dist/kami-upgrade-manager.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,2207 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "KAMI1155CUpgradeable",
|
|
4
|
+
"sourceName": "contracts/KAMI1155CUpgradeable.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [],
|
|
8
|
+
"stateMutability": "nonpayable",
|
|
9
|
+
"type": "constructor"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"inputs": [],
|
|
13
|
+
"name": "AccessControlBadConfirmation",
|
|
14
|
+
"type": "error"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"inputs": [
|
|
18
|
+
{
|
|
19
|
+
"internalType": "address",
|
|
20
|
+
"name": "account",
|
|
21
|
+
"type": "address"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"internalType": "bytes32",
|
|
25
|
+
"name": "neededRole",
|
|
26
|
+
"type": "bytes32"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"name": "AccessControlUnauthorizedAccount",
|
|
30
|
+
"type": "error"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"inputs": [
|
|
34
|
+
{
|
|
35
|
+
"internalType": "address",
|
|
36
|
+
"name": "target",
|
|
37
|
+
"type": "address"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"name": "AddressEmptyCode",
|
|
41
|
+
"type": "error"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"inputs": [
|
|
45
|
+
{
|
|
46
|
+
"internalType": "address",
|
|
47
|
+
"name": "sender",
|
|
48
|
+
"type": "address"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"internalType": "uint256",
|
|
52
|
+
"name": "balance",
|
|
53
|
+
"type": "uint256"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"internalType": "uint256",
|
|
57
|
+
"name": "needed",
|
|
58
|
+
"type": "uint256"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"internalType": "uint256",
|
|
62
|
+
"name": "tokenId",
|
|
63
|
+
"type": "uint256"
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"name": "ERC1155InsufficientBalance",
|
|
67
|
+
"type": "error"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"inputs": [
|
|
71
|
+
{
|
|
72
|
+
"internalType": "address",
|
|
73
|
+
"name": "approver",
|
|
74
|
+
"type": "address"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"name": "ERC1155InvalidApprover",
|
|
78
|
+
"type": "error"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"inputs": [
|
|
82
|
+
{
|
|
83
|
+
"internalType": "uint256",
|
|
84
|
+
"name": "idsLength",
|
|
85
|
+
"type": "uint256"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"internalType": "uint256",
|
|
89
|
+
"name": "valuesLength",
|
|
90
|
+
"type": "uint256"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"name": "ERC1155InvalidArrayLength",
|
|
94
|
+
"type": "error"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"inputs": [
|
|
98
|
+
{
|
|
99
|
+
"internalType": "address",
|
|
100
|
+
"name": "operator",
|
|
101
|
+
"type": "address"
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"name": "ERC1155InvalidOperator",
|
|
105
|
+
"type": "error"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"inputs": [
|
|
109
|
+
{
|
|
110
|
+
"internalType": "address",
|
|
111
|
+
"name": "receiver",
|
|
112
|
+
"type": "address"
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"name": "ERC1155InvalidReceiver",
|
|
116
|
+
"type": "error"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"inputs": [
|
|
120
|
+
{
|
|
121
|
+
"internalType": "address",
|
|
122
|
+
"name": "sender",
|
|
123
|
+
"type": "address"
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"name": "ERC1155InvalidSender",
|
|
127
|
+
"type": "error"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"inputs": [
|
|
131
|
+
{
|
|
132
|
+
"internalType": "address",
|
|
133
|
+
"name": "operator",
|
|
134
|
+
"type": "address"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"internalType": "address",
|
|
138
|
+
"name": "owner",
|
|
139
|
+
"type": "address"
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"name": "ERC1155MissingApprovalForAll",
|
|
143
|
+
"type": "error"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"inputs": [
|
|
147
|
+
{
|
|
148
|
+
"internalType": "address",
|
|
149
|
+
"name": "implementation",
|
|
150
|
+
"type": "address"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"name": "ERC1967InvalidImplementation",
|
|
154
|
+
"type": "error"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"inputs": [],
|
|
158
|
+
"name": "ERC1967NonPayable",
|
|
159
|
+
"type": "error"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"inputs": [
|
|
163
|
+
{
|
|
164
|
+
"internalType": "uint256",
|
|
165
|
+
"name": "numerator",
|
|
166
|
+
"type": "uint256"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"internalType": "uint256",
|
|
170
|
+
"name": "denominator",
|
|
171
|
+
"type": "uint256"
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"name": "ERC2981InvalidDefaultRoyalty",
|
|
175
|
+
"type": "error"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"inputs": [
|
|
179
|
+
{
|
|
180
|
+
"internalType": "address",
|
|
181
|
+
"name": "receiver",
|
|
182
|
+
"type": "address"
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"name": "ERC2981InvalidDefaultRoyaltyReceiver",
|
|
186
|
+
"type": "error"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"inputs": [
|
|
190
|
+
{
|
|
191
|
+
"internalType": "uint256",
|
|
192
|
+
"name": "tokenId",
|
|
193
|
+
"type": "uint256"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"internalType": "uint256",
|
|
197
|
+
"name": "numerator",
|
|
198
|
+
"type": "uint256"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"internalType": "uint256",
|
|
202
|
+
"name": "denominator",
|
|
203
|
+
"type": "uint256"
|
|
204
|
+
}
|
|
205
|
+
],
|
|
206
|
+
"name": "ERC2981InvalidTokenRoyalty",
|
|
207
|
+
"type": "error"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"inputs": [
|
|
211
|
+
{
|
|
212
|
+
"internalType": "uint256",
|
|
213
|
+
"name": "tokenId",
|
|
214
|
+
"type": "uint256"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"internalType": "address",
|
|
218
|
+
"name": "receiver",
|
|
219
|
+
"type": "address"
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"name": "ERC2981InvalidTokenRoyaltyReceiver",
|
|
223
|
+
"type": "error"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"inputs": [],
|
|
227
|
+
"name": "EnforcedPause",
|
|
228
|
+
"type": "error"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"inputs": [],
|
|
232
|
+
"name": "ExpectedPause",
|
|
233
|
+
"type": "error"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"inputs": [],
|
|
237
|
+
"name": "FailedCall",
|
|
238
|
+
"type": "error"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"inputs": [],
|
|
242
|
+
"name": "InvalidInitialization",
|
|
243
|
+
"type": "error"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"inputs": [],
|
|
247
|
+
"name": "NotInitializing",
|
|
248
|
+
"type": "error"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"inputs": [],
|
|
252
|
+
"name": "RoyaltiesMustSumTo10000",
|
|
253
|
+
"type": "error"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"inputs": [],
|
|
257
|
+
"name": "RoyaltyPercentageTooHigh",
|
|
258
|
+
"type": "error"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"inputs": [
|
|
262
|
+
{
|
|
263
|
+
"internalType": "address",
|
|
264
|
+
"name": "token",
|
|
265
|
+
"type": "address"
|
|
266
|
+
}
|
|
267
|
+
],
|
|
268
|
+
"name": "SafeERC20FailedOperation",
|
|
269
|
+
"type": "error"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"inputs": [],
|
|
273
|
+
"name": "TokenDoesNotExist",
|
|
274
|
+
"type": "error"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"inputs": [],
|
|
278
|
+
"name": "TokenSupplyExceeded",
|
|
279
|
+
"type": "error"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"inputs": [],
|
|
283
|
+
"name": "UUPSUnauthorizedCallContext",
|
|
284
|
+
"type": "error"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"inputs": [
|
|
288
|
+
{
|
|
289
|
+
"internalType": "bytes32",
|
|
290
|
+
"name": "slot",
|
|
291
|
+
"type": "bytes32"
|
|
292
|
+
}
|
|
293
|
+
],
|
|
294
|
+
"name": "UUPSUnsupportedProxiableUUID",
|
|
295
|
+
"type": "error"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"anonymous": false,
|
|
299
|
+
"inputs": [
|
|
300
|
+
{
|
|
301
|
+
"indexed": true,
|
|
302
|
+
"internalType": "address",
|
|
303
|
+
"name": "account",
|
|
304
|
+
"type": "address"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"indexed": true,
|
|
308
|
+
"internalType": "address",
|
|
309
|
+
"name": "operator",
|
|
310
|
+
"type": "address"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"indexed": false,
|
|
314
|
+
"internalType": "bool",
|
|
315
|
+
"name": "approved",
|
|
316
|
+
"type": "bool"
|
|
317
|
+
}
|
|
318
|
+
],
|
|
319
|
+
"name": "ApprovalForAll",
|
|
320
|
+
"type": "event"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"anonymous": false,
|
|
324
|
+
"inputs": [
|
|
325
|
+
{
|
|
326
|
+
"indexed": false,
|
|
327
|
+
"internalType": "uint64",
|
|
328
|
+
"name": "version",
|
|
329
|
+
"type": "uint64"
|
|
330
|
+
}
|
|
331
|
+
],
|
|
332
|
+
"name": "Initialized",
|
|
333
|
+
"type": "event"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"anonymous": false,
|
|
337
|
+
"inputs": [
|
|
338
|
+
{
|
|
339
|
+
"indexed": false,
|
|
340
|
+
"internalType": "address",
|
|
341
|
+
"name": "account",
|
|
342
|
+
"type": "address"
|
|
343
|
+
}
|
|
344
|
+
],
|
|
345
|
+
"name": "Paused",
|
|
346
|
+
"type": "event"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"anonymous": false,
|
|
350
|
+
"inputs": [
|
|
351
|
+
{
|
|
352
|
+
"indexed": false,
|
|
353
|
+
"internalType": "uint256",
|
|
354
|
+
"name": "tokenId",
|
|
355
|
+
"type": "uint256"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"indexed": false,
|
|
359
|
+
"internalType": "address",
|
|
360
|
+
"name": "previousRenter",
|
|
361
|
+
"type": "address"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"indexed": false,
|
|
365
|
+
"internalType": "address",
|
|
366
|
+
"name": "tokenOwner",
|
|
367
|
+
"type": "address"
|
|
368
|
+
}
|
|
369
|
+
],
|
|
370
|
+
"name": "RentalEnded",
|
|
371
|
+
"type": "event"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"anonymous": false,
|
|
375
|
+
"inputs": [
|
|
376
|
+
{
|
|
377
|
+
"indexed": false,
|
|
378
|
+
"internalType": "uint256",
|
|
379
|
+
"name": "tokenId",
|
|
380
|
+
"type": "uint256"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"indexed": false,
|
|
384
|
+
"internalType": "uint256",
|
|
385
|
+
"name": "newEndTime",
|
|
386
|
+
"type": "uint256"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"indexed": false,
|
|
390
|
+
"internalType": "uint256",
|
|
391
|
+
"name": "newRentalPrice",
|
|
392
|
+
"type": "uint256"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"indexed": false,
|
|
396
|
+
"internalType": "uint256",
|
|
397
|
+
"name": "additionalPayment",
|
|
398
|
+
"type": "uint256"
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"name": "RentalExtended",
|
|
402
|
+
"type": "event"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"anonymous": false,
|
|
406
|
+
"inputs": [
|
|
407
|
+
{
|
|
408
|
+
"indexed": true,
|
|
409
|
+
"internalType": "bytes32",
|
|
410
|
+
"name": "role",
|
|
411
|
+
"type": "bytes32"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"indexed": true,
|
|
415
|
+
"internalType": "bytes32",
|
|
416
|
+
"name": "previousAdminRole",
|
|
417
|
+
"type": "bytes32"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"indexed": true,
|
|
421
|
+
"internalType": "bytes32",
|
|
422
|
+
"name": "newAdminRole",
|
|
423
|
+
"type": "bytes32"
|
|
424
|
+
}
|
|
425
|
+
],
|
|
426
|
+
"name": "RoleAdminChanged",
|
|
427
|
+
"type": "event"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"anonymous": false,
|
|
431
|
+
"inputs": [
|
|
432
|
+
{
|
|
433
|
+
"indexed": true,
|
|
434
|
+
"internalType": "bytes32",
|
|
435
|
+
"name": "role",
|
|
436
|
+
"type": "bytes32"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"indexed": true,
|
|
440
|
+
"internalType": "address",
|
|
441
|
+
"name": "account",
|
|
442
|
+
"type": "address"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"indexed": true,
|
|
446
|
+
"internalType": "address",
|
|
447
|
+
"name": "sender",
|
|
448
|
+
"type": "address"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"name": "RoleGranted",
|
|
452
|
+
"type": "event"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"anonymous": false,
|
|
456
|
+
"inputs": [
|
|
457
|
+
{
|
|
458
|
+
"indexed": true,
|
|
459
|
+
"internalType": "bytes32",
|
|
460
|
+
"name": "role",
|
|
461
|
+
"type": "bytes32"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"indexed": true,
|
|
465
|
+
"internalType": "address",
|
|
466
|
+
"name": "account",
|
|
467
|
+
"type": "address"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"indexed": true,
|
|
471
|
+
"internalType": "address",
|
|
472
|
+
"name": "sender",
|
|
473
|
+
"type": "address"
|
|
474
|
+
}
|
|
475
|
+
],
|
|
476
|
+
"name": "RoleRevoked",
|
|
477
|
+
"type": "event"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"anonymous": false,
|
|
481
|
+
"inputs": [
|
|
482
|
+
{
|
|
483
|
+
"indexed": false,
|
|
484
|
+
"internalType": "address",
|
|
485
|
+
"name": "minter",
|
|
486
|
+
"type": "address"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"indexed": false,
|
|
490
|
+
"internalType": "uint256",
|
|
491
|
+
"name": "tokenId",
|
|
492
|
+
"type": "uint256"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"indexed": false,
|
|
496
|
+
"internalType": "uint256",
|
|
497
|
+
"name": "amount",
|
|
498
|
+
"type": "uint256"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"indexed": false,
|
|
502
|
+
"internalType": "uint256",
|
|
503
|
+
"name": "price",
|
|
504
|
+
"type": "uint256"
|
|
505
|
+
}
|
|
506
|
+
],
|
|
507
|
+
"name": "TokenMinted",
|
|
508
|
+
"type": "event"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"anonymous": false,
|
|
512
|
+
"inputs": [
|
|
513
|
+
{
|
|
514
|
+
"indexed": false,
|
|
515
|
+
"internalType": "address",
|
|
516
|
+
"name": "renter",
|
|
517
|
+
"type": "address"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"indexed": false,
|
|
521
|
+
"internalType": "address",
|
|
522
|
+
"name": "tokenOwner",
|
|
523
|
+
"type": "address"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"indexed": false,
|
|
527
|
+
"internalType": "uint256",
|
|
528
|
+
"name": "tokenId",
|
|
529
|
+
"type": "uint256"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"indexed": false,
|
|
533
|
+
"internalType": "uint256",
|
|
534
|
+
"name": "startTime",
|
|
535
|
+
"type": "uint256"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"indexed": false,
|
|
539
|
+
"internalType": "uint256",
|
|
540
|
+
"name": "endTime",
|
|
541
|
+
"type": "uint256"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"indexed": false,
|
|
545
|
+
"internalType": "uint256",
|
|
546
|
+
"name": "rentalPrice",
|
|
547
|
+
"type": "uint256"
|
|
548
|
+
}
|
|
549
|
+
],
|
|
550
|
+
"name": "TokenRented",
|
|
551
|
+
"type": "event"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"anonymous": false,
|
|
555
|
+
"inputs": [
|
|
556
|
+
{
|
|
557
|
+
"indexed": true,
|
|
558
|
+
"internalType": "address",
|
|
559
|
+
"name": "from",
|
|
560
|
+
"type": "address"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"indexed": true,
|
|
564
|
+
"internalType": "address",
|
|
565
|
+
"name": "to",
|
|
566
|
+
"type": "address"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"indexed": true,
|
|
570
|
+
"internalType": "uint256",
|
|
571
|
+
"name": "tokenId",
|
|
572
|
+
"type": "uint256"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"indexed": false,
|
|
576
|
+
"internalType": "uint256",
|
|
577
|
+
"name": "amount",
|
|
578
|
+
"type": "uint256"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"indexed": false,
|
|
582
|
+
"internalType": "uint256",
|
|
583
|
+
"name": "price",
|
|
584
|
+
"type": "uint256"
|
|
585
|
+
}
|
|
586
|
+
],
|
|
587
|
+
"name": "TokenSold",
|
|
588
|
+
"type": "event"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"anonymous": false,
|
|
592
|
+
"inputs": [
|
|
593
|
+
{
|
|
594
|
+
"indexed": true,
|
|
595
|
+
"internalType": "address",
|
|
596
|
+
"name": "operator",
|
|
597
|
+
"type": "address"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"indexed": true,
|
|
601
|
+
"internalType": "address",
|
|
602
|
+
"name": "from",
|
|
603
|
+
"type": "address"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"indexed": true,
|
|
607
|
+
"internalType": "address",
|
|
608
|
+
"name": "to",
|
|
609
|
+
"type": "address"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"indexed": false,
|
|
613
|
+
"internalType": "uint256[]",
|
|
614
|
+
"name": "ids",
|
|
615
|
+
"type": "uint256[]"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"indexed": false,
|
|
619
|
+
"internalType": "uint256[]",
|
|
620
|
+
"name": "values",
|
|
621
|
+
"type": "uint256[]"
|
|
622
|
+
}
|
|
623
|
+
],
|
|
624
|
+
"name": "TransferBatch",
|
|
625
|
+
"type": "event"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"anonymous": false,
|
|
629
|
+
"inputs": [
|
|
630
|
+
{
|
|
631
|
+
"indexed": true,
|
|
632
|
+
"internalType": "address",
|
|
633
|
+
"name": "operator",
|
|
634
|
+
"type": "address"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"indexed": true,
|
|
638
|
+
"internalType": "address",
|
|
639
|
+
"name": "from",
|
|
640
|
+
"type": "address"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"indexed": true,
|
|
644
|
+
"internalType": "address",
|
|
645
|
+
"name": "to",
|
|
646
|
+
"type": "address"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"indexed": false,
|
|
650
|
+
"internalType": "uint256",
|
|
651
|
+
"name": "id",
|
|
652
|
+
"type": "uint256"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"indexed": false,
|
|
656
|
+
"internalType": "uint256",
|
|
657
|
+
"name": "value",
|
|
658
|
+
"type": "uint256"
|
|
659
|
+
}
|
|
660
|
+
],
|
|
661
|
+
"name": "TransferSingle",
|
|
662
|
+
"type": "event"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"anonymous": false,
|
|
666
|
+
"inputs": [
|
|
667
|
+
{
|
|
668
|
+
"indexed": false,
|
|
669
|
+
"internalType": "string",
|
|
670
|
+
"name": "value",
|
|
671
|
+
"type": "string"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"indexed": true,
|
|
675
|
+
"internalType": "uint256",
|
|
676
|
+
"name": "id",
|
|
677
|
+
"type": "uint256"
|
|
678
|
+
}
|
|
679
|
+
],
|
|
680
|
+
"name": "URI",
|
|
681
|
+
"type": "event"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"anonymous": false,
|
|
685
|
+
"inputs": [
|
|
686
|
+
{
|
|
687
|
+
"indexed": false,
|
|
688
|
+
"internalType": "address",
|
|
689
|
+
"name": "account",
|
|
690
|
+
"type": "address"
|
|
691
|
+
}
|
|
692
|
+
],
|
|
693
|
+
"name": "Unpaused",
|
|
694
|
+
"type": "event"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"anonymous": false,
|
|
698
|
+
"inputs": [
|
|
699
|
+
{
|
|
700
|
+
"indexed": true,
|
|
701
|
+
"internalType": "address",
|
|
702
|
+
"name": "implementation",
|
|
703
|
+
"type": "address"
|
|
704
|
+
}
|
|
705
|
+
],
|
|
706
|
+
"name": "Upgraded",
|
|
707
|
+
"type": "event"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"inputs": [],
|
|
711
|
+
"name": "DEFAULT_ADMIN_ROLE",
|
|
712
|
+
"outputs": [
|
|
713
|
+
{
|
|
714
|
+
"internalType": "bytes32",
|
|
715
|
+
"name": "",
|
|
716
|
+
"type": "bytes32"
|
|
717
|
+
}
|
|
718
|
+
],
|
|
719
|
+
"stateMutability": "view",
|
|
720
|
+
"type": "function"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"inputs": [],
|
|
724
|
+
"name": "OWNER_ROLE",
|
|
725
|
+
"outputs": [
|
|
726
|
+
{
|
|
727
|
+
"internalType": "bytes32",
|
|
728
|
+
"name": "",
|
|
729
|
+
"type": "bytes32"
|
|
730
|
+
}
|
|
731
|
+
],
|
|
732
|
+
"stateMutability": "view",
|
|
733
|
+
"type": "function"
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"inputs": [],
|
|
737
|
+
"name": "PLATFORM_ROLE",
|
|
738
|
+
"outputs": [
|
|
739
|
+
{
|
|
740
|
+
"internalType": "bytes32",
|
|
741
|
+
"name": "",
|
|
742
|
+
"type": "bytes32"
|
|
743
|
+
}
|
|
744
|
+
],
|
|
745
|
+
"stateMutability": "view",
|
|
746
|
+
"type": "function"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"inputs": [],
|
|
750
|
+
"name": "RENTER_ROLE",
|
|
751
|
+
"outputs": [
|
|
752
|
+
{
|
|
753
|
+
"internalType": "bytes32",
|
|
754
|
+
"name": "",
|
|
755
|
+
"type": "bytes32"
|
|
756
|
+
}
|
|
757
|
+
],
|
|
758
|
+
"stateMutability": "view",
|
|
759
|
+
"type": "function"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"inputs": [],
|
|
763
|
+
"name": "UPGRADER_ROLE",
|
|
764
|
+
"outputs": [
|
|
765
|
+
{
|
|
766
|
+
"internalType": "bytes32",
|
|
767
|
+
"name": "",
|
|
768
|
+
"type": "bytes32"
|
|
769
|
+
}
|
|
770
|
+
],
|
|
771
|
+
"stateMutability": "view",
|
|
772
|
+
"type": "function"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"inputs": [],
|
|
776
|
+
"name": "UPGRADE_INTERFACE_VERSION",
|
|
777
|
+
"outputs": [
|
|
778
|
+
{
|
|
779
|
+
"internalType": "string",
|
|
780
|
+
"name": "",
|
|
781
|
+
"type": "string"
|
|
782
|
+
}
|
|
783
|
+
],
|
|
784
|
+
"stateMutability": "view",
|
|
785
|
+
"type": "function"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"inputs": [
|
|
789
|
+
{
|
|
790
|
+
"internalType": "uint256",
|
|
791
|
+
"name": "",
|
|
792
|
+
"type": "uint256"
|
|
793
|
+
}
|
|
794
|
+
],
|
|
795
|
+
"name": "_dummyGetApproved",
|
|
796
|
+
"outputs": [
|
|
797
|
+
{
|
|
798
|
+
"internalType": "address",
|
|
799
|
+
"name": "",
|
|
800
|
+
"type": "address"
|
|
801
|
+
}
|
|
802
|
+
],
|
|
803
|
+
"stateMutability": "pure",
|
|
804
|
+
"type": "function"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"inputs": [
|
|
808
|
+
{
|
|
809
|
+
"internalType": "uint256",
|
|
810
|
+
"name": "",
|
|
811
|
+
"type": "uint256"
|
|
812
|
+
}
|
|
813
|
+
],
|
|
814
|
+
"name": "_dummyTokenByIndex",
|
|
815
|
+
"outputs": [
|
|
816
|
+
{
|
|
817
|
+
"internalType": "uint256",
|
|
818
|
+
"name": "",
|
|
819
|
+
"type": "uint256"
|
|
820
|
+
}
|
|
821
|
+
],
|
|
822
|
+
"stateMutability": "pure",
|
|
823
|
+
"type": "function"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"inputs": [],
|
|
827
|
+
"name": "_getTotalSupply",
|
|
828
|
+
"outputs": [
|
|
829
|
+
{
|
|
830
|
+
"internalType": "uint256",
|
|
831
|
+
"name": "",
|
|
832
|
+
"type": "uint256"
|
|
833
|
+
}
|
|
834
|
+
],
|
|
835
|
+
"stateMutability": "view",
|
|
836
|
+
"type": "function"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"inputs": [
|
|
840
|
+
{
|
|
841
|
+
"internalType": "address",
|
|
842
|
+
"name": "account",
|
|
843
|
+
"type": "address"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"internalType": "uint256",
|
|
847
|
+
"name": "id",
|
|
848
|
+
"type": "uint256"
|
|
849
|
+
}
|
|
850
|
+
],
|
|
851
|
+
"name": "balanceOf",
|
|
852
|
+
"outputs": [
|
|
853
|
+
{
|
|
854
|
+
"internalType": "uint256",
|
|
855
|
+
"name": "",
|
|
856
|
+
"type": "uint256"
|
|
857
|
+
}
|
|
858
|
+
],
|
|
859
|
+
"stateMutability": "view",
|
|
860
|
+
"type": "function"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"inputs": [
|
|
864
|
+
{
|
|
865
|
+
"internalType": "address[]",
|
|
866
|
+
"name": "accounts",
|
|
867
|
+
"type": "address[]"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"internalType": "uint256[]",
|
|
871
|
+
"name": "ids",
|
|
872
|
+
"type": "uint256[]"
|
|
873
|
+
}
|
|
874
|
+
],
|
|
875
|
+
"name": "balanceOfBatch",
|
|
876
|
+
"outputs": [
|
|
877
|
+
{
|
|
878
|
+
"internalType": "uint256[]",
|
|
879
|
+
"name": "",
|
|
880
|
+
"type": "uint256[]"
|
|
881
|
+
}
|
|
882
|
+
],
|
|
883
|
+
"stateMutability": "view",
|
|
884
|
+
"type": "function"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"inputs": [
|
|
888
|
+
{
|
|
889
|
+
"internalType": "uint256",
|
|
890
|
+
"name": "tokenId",
|
|
891
|
+
"type": "uint256"
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"name": "burn",
|
|
895
|
+
"outputs": [],
|
|
896
|
+
"stateMutability": "nonpayable",
|
|
897
|
+
"type": "function"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"inputs": [
|
|
901
|
+
{
|
|
902
|
+
"internalType": "uint256",
|
|
903
|
+
"name": "tokenId",
|
|
904
|
+
"type": "uint256"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"internalType": "uint256",
|
|
908
|
+
"name": "amount",
|
|
909
|
+
"type": "uint256"
|
|
910
|
+
}
|
|
911
|
+
],
|
|
912
|
+
"name": "burn",
|
|
913
|
+
"outputs": [],
|
|
914
|
+
"stateMutability": "nonpayable",
|
|
915
|
+
"type": "function"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"inputs": [
|
|
919
|
+
{
|
|
920
|
+
"internalType": "uint256[]",
|
|
921
|
+
"name": "tokenIds",
|
|
922
|
+
"type": "uint256[]"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"internalType": "uint256[]",
|
|
926
|
+
"name": "amounts",
|
|
927
|
+
"type": "uint256[]"
|
|
928
|
+
}
|
|
929
|
+
],
|
|
930
|
+
"name": "burnBatch",
|
|
931
|
+
"outputs": [],
|
|
932
|
+
"stateMutability": "nonpayable",
|
|
933
|
+
"type": "function"
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"inputs": [
|
|
937
|
+
{
|
|
938
|
+
"internalType": "uint256",
|
|
939
|
+
"name": "tokenId",
|
|
940
|
+
"type": "uint256"
|
|
941
|
+
}
|
|
942
|
+
],
|
|
943
|
+
"name": "endRental",
|
|
944
|
+
"outputs": [],
|
|
945
|
+
"stateMutability": "nonpayable",
|
|
946
|
+
"type": "function"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"inputs": [
|
|
950
|
+
{
|
|
951
|
+
"internalType": "uint256",
|
|
952
|
+
"name": "tokenId",
|
|
953
|
+
"type": "uint256"
|
|
954
|
+
}
|
|
955
|
+
],
|
|
956
|
+
"name": "exists",
|
|
957
|
+
"outputs": [
|
|
958
|
+
{
|
|
959
|
+
"internalType": "bool",
|
|
960
|
+
"name": "",
|
|
961
|
+
"type": "bool"
|
|
962
|
+
}
|
|
963
|
+
],
|
|
964
|
+
"stateMutability": "view",
|
|
965
|
+
"type": "function"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"inputs": [
|
|
969
|
+
{
|
|
970
|
+
"internalType": "uint256",
|
|
971
|
+
"name": "tokenId",
|
|
972
|
+
"type": "uint256"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"internalType": "uint256",
|
|
976
|
+
"name": "additionalDuration",
|
|
977
|
+
"type": "uint256"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"internalType": "uint256",
|
|
981
|
+
"name": "additionalPayment",
|
|
982
|
+
"type": "uint256"
|
|
983
|
+
}
|
|
984
|
+
],
|
|
985
|
+
"name": "extendRental",
|
|
986
|
+
"outputs": [],
|
|
987
|
+
"stateMutability": "nonpayable",
|
|
988
|
+
"type": "function"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"inputs": [
|
|
992
|
+
{
|
|
993
|
+
"internalType": "uint256",
|
|
994
|
+
"name": "tokenId",
|
|
995
|
+
"type": "uint256"
|
|
996
|
+
}
|
|
997
|
+
],
|
|
998
|
+
"name": "getMintRoyaltyReceivers",
|
|
999
|
+
"outputs": [
|
|
1000
|
+
{
|
|
1001
|
+
"components": [
|
|
1002
|
+
{
|
|
1003
|
+
"internalType": "address",
|
|
1004
|
+
"name": "receiver",
|
|
1005
|
+
"type": "address"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"internalType": "uint96",
|
|
1009
|
+
"name": "feeNumerator",
|
|
1010
|
+
"type": "uint96"
|
|
1011
|
+
}
|
|
1012
|
+
],
|
|
1013
|
+
"internalType": "struct KamiNFTCore.RoyaltyData[]",
|
|
1014
|
+
"name": "",
|
|
1015
|
+
"type": "tuple[]"
|
|
1016
|
+
}
|
|
1017
|
+
],
|
|
1018
|
+
"stateMutability": "view",
|
|
1019
|
+
"type": "function"
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"inputs": [
|
|
1023
|
+
{
|
|
1024
|
+
"internalType": "uint256",
|
|
1025
|
+
"name": "tokenId",
|
|
1026
|
+
"type": "uint256"
|
|
1027
|
+
}
|
|
1028
|
+
],
|
|
1029
|
+
"name": "getRentalInfo",
|
|
1030
|
+
"outputs": [
|
|
1031
|
+
{
|
|
1032
|
+
"components": [
|
|
1033
|
+
{
|
|
1034
|
+
"internalType": "address",
|
|
1035
|
+
"name": "renter",
|
|
1036
|
+
"type": "address"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"internalType": "uint256",
|
|
1040
|
+
"name": "startTime",
|
|
1041
|
+
"type": "uint256"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"internalType": "uint256",
|
|
1045
|
+
"name": "endTime",
|
|
1046
|
+
"type": "uint256"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"internalType": "uint256",
|
|
1050
|
+
"name": "rentalPrice",
|
|
1051
|
+
"type": "uint256"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"internalType": "bool",
|
|
1055
|
+
"name": "active",
|
|
1056
|
+
"type": "bool"
|
|
1057
|
+
}
|
|
1058
|
+
],
|
|
1059
|
+
"internalType": "struct KamiNFTCore.Rental",
|
|
1060
|
+
"name": "",
|
|
1061
|
+
"type": "tuple"
|
|
1062
|
+
}
|
|
1063
|
+
],
|
|
1064
|
+
"stateMutability": "view",
|
|
1065
|
+
"type": "function"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"inputs": [
|
|
1069
|
+
{
|
|
1070
|
+
"internalType": "bytes32",
|
|
1071
|
+
"name": "role",
|
|
1072
|
+
"type": "bytes32"
|
|
1073
|
+
}
|
|
1074
|
+
],
|
|
1075
|
+
"name": "getRoleAdmin",
|
|
1076
|
+
"outputs": [
|
|
1077
|
+
{
|
|
1078
|
+
"internalType": "bytes32",
|
|
1079
|
+
"name": "",
|
|
1080
|
+
"type": "bytes32"
|
|
1081
|
+
}
|
|
1082
|
+
],
|
|
1083
|
+
"stateMutability": "view",
|
|
1084
|
+
"type": "function"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"inputs": [
|
|
1088
|
+
{
|
|
1089
|
+
"internalType": "uint256",
|
|
1090
|
+
"name": "tokenId",
|
|
1091
|
+
"type": "uint256"
|
|
1092
|
+
}
|
|
1093
|
+
],
|
|
1094
|
+
"name": "getRoyaltyInfo",
|
|
1095
|
+
"outputs": [
|
|
1096
|
+
{
|
|
1097
|
+
"internalType": "address[]",
|
|
1098
|
+
"name": "receivers",
|
|
1099
|
+
"type": "address[]"
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"internalType": "uint256[]",
|
|
1103
|
+
"name": "amounts",
|
|
1104
|
+
"type": "uint256[]"
|
|
1105
|
+
}
|
|
1106
|
+
],
|
|
1107
|
+
"stateMutability": "view",
|
|
1108
|
+
"type": "function"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"inputs": [
|
|
1112
|
+
{
|
|
1113
|
+
"internalType": "uint256",
|
|
1114
|
+
"name": "tokenId",
|
|
1115
|
+
"type": "uint256"
|
|
1116
|
+
}
|
|
1117
|
+
],
|
|
1118
|
+
"name": "getTotalMinted",
|
|
1119
|
+
"outputs": [
|
|
1120
|
+
{
|
|
1121
|
+
"internalType": "uint256",
|
|
1122
|
+
"name": "",
|
|
1123
|
+
"type": "uint256"
|
|
1124
|
+
}
|
|
1125
|
+
],
|
|
1126
|
+
"stateMutability": "view",
|
|
1127
|
+
"type": "function"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"inputs": [
|
|
1131
|
+
{
|
|
1132
|
+
"internalType": "uint256",
|
|
1133
|
+
"name": "tokenId",
|
|
1134
|
+
"type": "uint256"
|
|
1135
|
+
}
|
|
1136
|
+
],
|
|
1137
|
+
"name": "getTransferRoyaltyReceivers",
|
|
1138
|
+
"outputs": [
|
|
1139
|
+
{
|
|
1140
|
+
"components": [
|
|
1141
|
+
{
|
|
1142
|
+
"internalType": "address",
|
|
1143
|
+
"name": "receiver",
|
|
1144
|
+
"type": "address"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"internalType": "uint96",
|
|
1148
|
+
"name": "feeNumerator",
|
|
1149
|
+
"type": "uint96"
|
|
1150
|
+
}
|
|
1151
|
+
],
|
|
1152
|
+
"internalType": "struct KamiNFTCore.RoyaltyData[]",
|
|
1153
|
+
"name": "",
|
|
1154
|
+
"type": "tuple[]"
|
|
1155
|
+
}
|
|
1156
|
+
],
|
|
1157
|
+
"stateMutability": "view",
|
|
1158
|
+
"type": "function"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"inputs": [
|
|
1162
|
+
{
|
|
1163
|
+
"internalType": "bytes32",
|
|
1164
|
+
"name": "role",
|
|
1165
|
+
"type": "bytes32"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"internalType": "address",
|
|
1169
|
+
"name": "account",
|
|
1170
|
+
"type": "address"
|
|
1171
|
+
}
|
|
1172
|
+
],
|
|
1173
|
+
"name": "grantRole",
|
|
1174
|
+
"outputs": [],
|
|
1175
|
+
"stateMutability": "nonpayable",
|
|
1176
|
+
"type": "function"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"inputs": [
|
|
1180
|
+
{
|
|
1181
|
+
"internalType": "address",
|
|
1182
|
+
"name": "user",
|
|
1183
|
+
"type": "address"
|
|
1184
|
+
}
|
|
1185
|
+
],
|
|
1186
|
+
"name": "hasActiveRentals",
|
|
1187
|
+
"outputs": [
|
|
1188
|
+
{
|
|
1189
|
+
"internalType": "bool",
|
|
1190
|
+
"name": "",
|
|
1191
|
+
"type": "bool"
|
|
1192
|
+
}
|
|
1193
|
+
],
|
|
1194
|
+
"stateMutability": "view",
|
|
1195
|
+
"type": "function"
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"inputs": [
|
|
1199
|
+
{
|
|
1200
|
+
"internalType": "bytes32",
|
|
1201
|
+
"name": "role",
|
|
1202
|
+
"type": "bytes32"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"internalType": "address",
|
|
1206
|
+
"name": "account",
|
|
1207
|
+
"type": "address"
|
|
1208
|
+
}
|
|
1209
|
+
],
|
|
1210
|
+
"name": "hasRole",
|
|
1211
|
+
"outputs": [
|
|
1212
|
+
{
|
|
1213
|
+
"internalType": "bool",
|
|
1214
|
+
"name": "",
|
|
1215
|
+
"type": "bool"
|
|
1216
|
+
}
|
|
1217
|
+
],
|
|
1218
|
+
"stateMutability": "view",
|
|
1219
|
+
"type": "function"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"inputs": [
|
|
1223
|
+
{
|
|
1224
|
+
"internalType": "address",
|
|
1225
|
+
"name": "paymentToken_",
|
|
1226
|
+
"type": "address"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"internalType": "string",
|
|
1230
|
+
"name": "baseURI_",
|
|
1231
|
+
"type": "string"
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"internalType": "address",
|
|
1235
|
+
"name": "platformAddress_",
|
|
1236
|
+
"type": "address"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"internalType": "uint96",
|
|
1240
|
+
"name": "platformCommissionPercentage_",
|
|
1241
|
+
"type": "uint96"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"internalType": "address",
|
|
1245
|
+
"name": "adminAddress_",
|
|
1246
|
+
"type": "address"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"internalType": "uint256",
|
|
1250
|
+
"name": "totalSupply_",
|
|
1251
|
+
"type": "uint256"
|
|
1252
|
+
}
|
|
1253
|
+
],
|
|
1254
|
+
"name": "initialize",
|
|
1255
|
+
"outputs": [],
|
|
1256
|
+
"stateMutability": "nonpayable",
|
|
1257
|
+
"type": "function"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"inputs": [
|
|
1261
|
+
{
|
|
1262
|
+
"internalType": "address",
|
|
1263
|
+
"name": "to",
|
|
1264
|
+
"type": "address"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"internalType": "uint256",
|
|
1268
|
+
"name": "tokenId",
|
|
1269
|
+
"type": "uint256"
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"internalType": "uint256",
|
|
1273
|
+
"name": "price",
|
|
1274
|
+
"type": "uint256"
|
|
1275
|
+
}
|
|
1276
|
+
],
|
|
1277
|
+
"name": "initiateTransferWithRoyalty",
|
|
1278
|
+
"outputs": [],
|
|
1279
|
+
"stateMutability": "nonpayable",
|
|
1280
|
+
"type": "function"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"inputs": [
|
|
1284
|
+
{
|
|
1285
|
+
"internalType": "address",
|
|
1286
|
+
"name": "account",
|
|
1287
|
+
"type": "address"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"internalType": "address",
|
|
1291
|
+
"name": "operator",
|
|
1292
|
+
"type": "address"
|
|
1293
|
+
}
|
|
1294
|
+
],
|
|
1295
|
+
"name": "isApprovedForAll",
|
|
1296
|
+
"outputs": [
|
|
1297
|
+
{
|
|
1298
|
+
"internalType": "bool",
|
|
1299
|
+
"name": "",
|
|
1300
|
+
"type": "bool"
|
|
1301
|
+
}
|
|
1302
|
+
],
|
|
1303
|
+
"stateMutability": "view",
|
|
1304
|
+
"type": "function"
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"inputs": [
|
|
1308
|
+
{
|
|
1309
|
+
"internalType": "uint256",
|
|
1310
|
+
"name": "tokenId",
|
|
1311
|
+
"type": "uint256"
|
|
1312
|
+
}
|
|
1313
|
+
],
|
|
1314
|
+
"name": "isRented",
|
|
1315
|
+
"outputs": [
|
|
1316
|
+
{
|
|
1317
|
+
"internalType": "bool",
|
|
1318
|
+
"name": "",
|
|
1319
|
+
"type": "bool"
|
|
1320
|
+
}
|
|
1321
|
+
],
|
|
1322
|
+
"stateMutability": "view",
|
|
1323
|
+
"type": "function"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"inputs": [
|
|
1327
|
+
{
|
|
1328
|
+
"internalType": "address",
|
|
1329
|
+
"name": "",
|
|
1330
|
+
"type": "address"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"internalType": "address",
|
|
1334
|
+
"name": "",
|
|
1335
|
+
"type": "address"
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"internalType": "uint256",
|
|
1339
|
+
"name": "tokenId",
|
|
1340
|
+
"type": "uint256"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"internalType": "uint256",
|
|
1344
|
+
"name": "price",
|
|
1345
|
+
"type": "uint256"
|
|
1346
|
+
}
|
|
1347
|
+
],
|
|
1348
|
+
"name": "isTransferRoyaltyRequired",
|
|
1349
|
+
"outputs": [
|
|
1350
|
+
{
|
|
1351
|
+
"internalType": "bool",
|
|
1352
|
+
"name": "",
|
|
1353
|
+
"type": "bool"
|
|
1354
|
+
}
|
|
1355
|
+
],
|
|
1356
|
+
"stateMutability": "view",
|
|
1357
|
+
"type": "function"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"inputs": [],
|
|
1361
|
+
"name": "maxTotalSupply",
|
|
1362
|
+
"outputs": [
|
|
1363
|
+
{
|
|
1364
|
+
"internalType": "uint256",
|
|
1365
|
+
"name": "",
|
|
1366
|
+
"type": "uint256"
|
|
1367
|
+
}
|
|
1368
|
+
],
|
|
1369
|
+
"stateMutability": "view",
|
|
1370
|
+
"type": "function"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"inputs": [
|
|
1374
|
+
{
|
|
1375
|
+
"internalType": "address",
|
|
1376
|
+
"name": "recipient",
|
|
1377
|
+
"type": "address"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"internalType": "uint256",
|
|
1381
|
+
"name": "tokenPrice",
|
|
1382
|
+
"type": "uint256"
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"internalType": "string",
|
|
1386
|
+
"name": "tokenURI",
|
|
1387
|
+
"type": "string"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"components": [
|
|
1391
|
+
{
|
|
1392
|
+
"internalType": "address",
|
|
1393
|
+
"name": "receiver",
|
|
1394
|
+
"type": "address"
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"internalType": "uint96",
|
|
1398
|
+
"name": "feeNumerator",
|
|
1399
|
+
"type": "uint96"
|
|
1400
|
+
}
|
|
1401
|
+
],
|
|
1402
|
+
"internalType": "struct KamiNFTCore.RoyaltyData[]",
|
|
1403
|
+
"name": "mintRoyalties",
|
|
1404
|
+
"type": "tuple[]"
|
|
1405
|
+
}
|
|
1406
|
+
],
|
|
1407
|
+
"name": "mint",
|
|
1408
|
+
"outputs": [],
|
|
1409
|
+
"stateMutability": "nonpayable",
|
|
1410
|
+
"type": "function"
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"inputs": [
|
|
1414
|
+
{
|
|
1415
|
+
"internalType": "address",
|
|
1416
|
+
"name": "recipient",
|
|
1417
|
+
"type": "address"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"internalType": "uint256",
|
|
1421
|
+
"name": "amount",
|
|
1422
|
+
"type": "uint256"
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"internalType": "uint256",
|
|
1426
|
+
"name": "tokenPrice",
|
|
1427
|
+
"type": "uint256"
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"internalType": "string",
|
|
1431
|
+
"name": "tokenURI",
|
|
1432
|
+
"type": "string"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"components": [
|
|
1436
|
+
{
|
|
1437
|
+
"internalType": "address",
|
|
1438
|
+
"name": "receiver",
|
|
1439
|
+
"type": "address"
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"internalType": "uint96",
|
|
1443
|
+
"name": "feeNumerator",
|
|
1444
|
+
"type": "uint96"
|
|
1445
|
+
}
|
|
1446
|
+
],
|
|
1447
|
+
"internalType": "struct KamiNFTCore.RoyaltyData[]",
|
|
1448
|
+
"name": "mintRoyalties",
|
|
1449
|
+
"type": "tuple[]"
|
|
1450
|
+
}
|
|
1451
|
+
],
|
|
1452
|
+
"name": "mintAmount",
|
|
1453
|
+
"outputs": [],
|
|
1454
|
+
"stateMutability": "nonpayable",
|
|
1455
|
+
"type": "function"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"inputs": [
|
|
1459
|
+
{
|
|
1460
|
+
"internalType": "address[]",
|
|
1461
|
+
"name": "recipients",
|
|
1462
|
+
"type": "address[]"
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"internalType": "uint256[]",
|
|
1466
|
+
"name": "amounts",
|
|
1467
|
+
"type": "uint256[]"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"internalType": "uint256[]",
|
|
1471
|
+
"name": "prices",
|
|
1472
|
+
"type": "uint256[]"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"internalType": "string[]",
|
|
1476
|
+
"name": "uris",
|
|
1477
|
+
"type": "string[]"
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"name": "mintBatch",
|
|
1481
|
+
"outputs": [],
|
|
1482
|
+
"stateMutability": "nonpayable",
|
|
1483
|
+
"type": "function"
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"inputs": [
|
|
1487
|
+
{
|
|
1488
|
+
"internalType": "address",
|
|
1489
|
+
"name": "recipient",
|
|
1490
|
+
"type": "address"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"internalType": "uint256",
|
|
1494
|
+
"name": "amount",
|
|
1495
|
+
"type": "uint256"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"internalType": "uint256",
|
|
1499
|
+
"name": "tokenPrice",
|
|
1500
|
+
"type": "uint256"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"internalType": "string",
|
|
1504
|
+
"name": "tokenURI",
|
|
1505
|
+
"type": "string"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"components": [
|
|
1509
|
+
{
|
|
1510
|
+
"internalType": "address",
|
|
1511
|
+
"name": "receiver",
|
|
1512
|
+
"type": "address"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"internalType": "uint96",
|
|
1516
|
+
"name": "feeNumerator",
|
|
1517
|
+
"type": "uint96"
|
|
1518
|
+
}
|
|
1519
|
+
],
|
|
1520
|
+
"internalType": "struct KamiNFTCore.RoyaltyData[]",
|
|
1521
|
+
"name": "mintRoyalties",
|
|
1522
|
+
"type": "tuple[]"
|
|
1523
|
+
}
|
|
1524
|
+
],
|
|
1525
|
+
"name": "mintFor",
|
|
1526
|
+
"outputs": [],
|
|
1527
|
+
"stateMutability": "nonpayable",
|
|
1528
|
+
"type": "function"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"inputs": [],
|
|
1532
|
+
"name": "pause",
|
|
1533
|
+
"outputs": [],
|
|
1534
|
+
"stateMutability": "nonpayable",
|
|
1535
|
+
"type": "function"
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"inputs": [],
|
|
1539
|
+
"name": "paused",
|
|
1540
|
+
"outputs": [
|
|
1541
|
+
{
|
|
1542
|
+
"internalType": "bool",
|
|
1543
|
+
"name": "",
|
|
1544
|
+
"type": "bool"
|
|
1545
|
+
}
|
|
1546
|
+
],
|
|
1547
|
+
"stateMutability": "view",
|
|
1548
|
+
"type": "function"
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"inputs": [
|
|
1552
|
+
{
|
|
1553
|
+
"internalType": "address",
|
|
1554
|
+
"name": "seller",
|
|
1555
|
+
"type": "address"
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"internalType": "uint256",
|
|
1559
|
+
"name": "tokenId",
|
|
1560
|
+
"type": "uint256"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"internalType": "uint256",
|
|
1564
|
+
"name": "price",
|
|
1565
|
+
"type": "uint256"
|
|
1566
|
+
}
|
|
1567
|
+
],
|
|
1568
|
+
"name": "payTransferRoyalty",
|
|
1569
|
+
"outputs": [],
|
|
1570
|
+
"stateMutability": "nonpayable",
|
|
1571
|
+
"type": "function"
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"inputs": [],
|
|
1575
|
+
"name": "paymentToken",
|
|
1576
|
+
"outputs": [
|
|
1577
|
+
{
|
|
1578
|
+
"internalType": "contract IERC20",
|
|
1579
|
+
"name": "",
|
|
1580
|
+
"type": "address"
|
|
1581
|
+
}
|
|
1582
|
+
],
|
|
1583
|
+
"stateMutability": "view",
|
|
1584
|
+
"type": "function"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"inputs": [],
|
|
1588
|
+
"name": "platformAddress",
|
|
1589
|
+
"outputs": [
|
|
1590
|
+
{
|
|
1591
|
+
"internalType": "address",
|
|
1592
|
+
"name": "",
|
|
1593
|
+
"type": "address"
|
|
1594
|
+
}
|
|
1595
|
+
],
|
|
1596
|
+
"stateMutability": "view",
|
|
1597
|
+
"type": "function"
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"inputs": [],
|
|
1601
|
+
"name": "platformCommission",
|
|
1602
|
+
"outputs": [
|
|
1603
|
+
{
|
|
1604
|
+
"internalType": "uint96",
|
|
1605
|
+
"name": "",
|
|
1606
|
+
"type": "uint96"
|
|
1607
|
+
}
|
|
1608
|
+
],
|
|
1609
|
+
"stateMutability": "view",
|
|
1610
|
+
"type": "function"
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"inputs": [],
|
|
1614
|
+
"name": "proxiableUUID",
|
|
1615
|
+
"outputs": [
|
|
1616
|
+
{
|
|
1617
|
+
"internalType": "bytes32",
|
|
1618
|
+
"name": "",
|
|
1619
|
+
"type": "bytes32"
|
|
1620
|
+
}
|
|
1621
|
+
],
|
|
1622
|
+
"stateMutability": "view",
|
|
1623
|
+
"type": "function"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"inputs": [
|
|
1627
|
+
{
|
|
1628
|
+
"internalType": "bytes32",
|
|
1629
|
+
"name": "role",
|
|
1630
|
+
"type": "bytes32"
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"internalType": "address",
|
|
1634
|
+
"name": "callerConfirmation",
|
|
1635
|
+
"type": "address"
|
|
1636
|
+
}
|
|
1637
|
+
],
|
|
1638
|
+
"name": "renounceRole",
|
|
1639
|
+
"outputs": [],
|
|
1640
|
+
"stateMutability": "nonpayable",
|
|
1641
|
+
"type": "function"
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"inputs": [
|
|
1645
|
+
{
|
|
1646
|
+
"internalType": "uint256",
|
|
1647
|
+
"name": "tokenId",
|
|
1648
|
+
"type": "uint256"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"internalType": "uint256",
|
|
1652
|
+
"name": "duration",
|
|
1653
|
+
"type": "uint256"
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"internalType": "uint256",
|
|
1657
|
+
"name": "rentalPrice",
|
|
1658
|
+
"type": "uint256"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"internalType": "address",
|
|
1662
|
+
"name": "renter",
|
|
1663
|
+
"type": "address"
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"internalType": "address",
|
|
1667
|
+
"name": "tokenOwner",
|
|
1668
|
+
"type": "address"
|
|
1669
|
+
}
|
|
1670
|
+
],
|
|
1671
|
+
"name": "rentToken",
|
|
1672
|
+
"outputs": [],
|
|
1673
|
+
"stateMutability": "nonpayable",
|
|
1674
|
+
"type": "function"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"inputs": [
|
|
1678
|
+
{
|
|
1679
|
+
"internalType": "bytes32",
|
|
1680
|
+
"name": "role",
|
|
1681
|
+
"type": "bytes32"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"internalType": "address",
|
|
1685
|
+
"name": "account",
|
|
1686
|
+
"type": "address"
|
|
1687
|
+
}
|
|
1688
|
+
],
|
|
1689
|
+
"name": "revokeRole",
|
|
1690
|
+
"outputs": [],
|
|
1691
|
+
"stateMutability": "nonpayable",
|
|
1692
|
+
"type": "function"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"inputs": [
|
|
1696
|
+
{
|
|
1697
|
+
"internalType": "uint256",
|
|
1698
|
+
"name": "tokenId",
|
|
1699
|
+
"type": "uint256"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"internalType": "uint256",
|
|
1703
|
+
"name": "",
|
|
1704
|
+
"type": "uint256"
|
|
1705
|
+
}
|
|
1706
|
+
],
|
|
1707
|
+
"name": "royaltyInfo",
|
|
1708
|
+
"outputs": [
|
|
1709
|
+
{
|
|
1710
|
+
"internalType": "address",
|
|
1711
|
+
"name": "receiver",
|
|
1712
|
+
"type": "address"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"internalType": "uint256",
|
|
1716
|
+
"name": "royaltyAmount",
|
|
1717
|
+
"type": "uint256"
|
|
1718
|
+
}
|
|
1719
|
+
],
|
|
1720
|
+
"stateMutability": "view",
|
|
1721
|
+
"type": "function"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"inputs": [],
|
|
1725
|
+
"name": "royaltyPercentage",
|
|
1726
|
+
"outputs": [
|
|
1727
|
+
{
|
|
1728
|
+
"internalType": "uint96",
|
|
1729
|
+
"name": "",
|
|
1730
|
+
"type": "uint96"
|
|
1731
|
+
}
|
|
1732
|
+
],
|
|
1733
|
+
"stateMutability": "view",
|
|
1734
|
+
"type": "function"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"inputs": [
|
|
1738
|
+
{
|
|
1739
|
+
"internalType": "address",
|
|
1740
|
+
"name": "from",
|
|
1741
|
+
"type": "address"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"internalType": "address",
|
|
1745
|
+
"name": "to",
|
|
1746
|
+
"type": "address"
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"internalType": "uint256[]",
|
|
1750
|
+
"name": "ids",
|
|
1751
|
+
"type": "uint256[]"
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"internalType": "uint256[]",
|
|
1755
|
+
"name": "values",
|
|
1756
|
+
"type": "uint256[]"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"internalType": "bytes",
|
|
1760
|
+
"name": "data",
|
|
1761
|
+
"type": "bytes"
|
|
1762
|
+
}
|
|
1763
|
+
],
|
|
1764
|
+
"name": "safeBatchTransferFrom",
|
|
1765
|
+
"outputs": [],
|
|
1766
|
+
"stateMutability": "nonpayable",
|
|
1767
|
+
"type": "function"
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"inputs": [
|
|
1771
|
+
{
|
|
1772
|
+
"internalType": "address",
|
|
1773
|
+
"name": "from",
|
|
1774
|
+
"type": "address"
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"internalType": "address",
|
|
1778
|
+
"name": "to",
|
|
1779
|
+
"type": "address"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"internalType": "uint256",
|
|
1783
|
+
"name": "id",
|
|
1784
|
+
"type": "uint256"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"internalType": "uint256",
|
|
1788
|
+
"name": "value",
|
|
1789
|
+
"type": "uint256"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"internalType": "bytes",
|
|
1793
|
+
"name": "data",
|
|
1794
|
+
"type": "bytes"
|
|
1795
|
+
}
|
|
1796
|
+
],
|
|
1797
|
+
"name": "safeTransferFrom",
|
|
1798
|
+
"outputs": [],
|
|
1799
|
+
"stateMutability": "nonpayable",
|
|
1800
|
+
"type": "function"
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"inputs": [
|
|
1804
|
+
{
|
|
1805
|
+
"internalType": "address",
|
|
1806
|
+
"name": "to",
|
|
1807
|
+
"type": "address"
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"internalType": "uint256",
|
|
1811
|
+
"name": "tokenId",
|
|
1812
|
+
"type": "uint256"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"internalType": "uint256",
|
|
1816
|
+
"name": "amount",
|
|
1817
|
+
"type": "uint256"
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"internalType": "address",
|
|
1821
|
+
"name": "seller",
|
|
1822
|
+
"type": "address"
|
|
1823
|
+
}
|
|
1824
|
+
],
|
|
1825
|
+
"name": "sellToken",
|
|
1826
|
+
"outputs": [],
|
|
1827
|
+
"stateMutability": "nonpayable",
|
|
1828
|
+
"type": "function"
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"inputs": [
|
|
1832
|
+
{
|
|
1833
|
+
"internalType": "address",
|
|
1834
|
+
"name": "operator",
|
|
1835
|
+
"type": "address"
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"internalType": "bool",
|
|
1839
|
+
"name": "approved",
|
|
1840
|
+
"type": "bool"
|
|
1841
|
+
}
|
|
1842
|
+
],
|
|
1843
|
+
"name": "setApprovalForAll",
|
|
1844
|
+
"outputs": [],
|
|
1845
|
+
"stateMutability": "nonpayable",
|
|
1846
|
+
"type": "function"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"inputs": [
|
|
1850
|
+
{
|
|
1851
|
+
"internalType": "string",
|
|
1852
|
+
"name": "newBaseURI",
|
|
1853
|
+
"type": "string"
|
|
1854
|
+
}
|
|
1855
|
+
],
|
|
1856
|
+
"name": "setBaseURI",
|
|
1857
|
+
"outputs": [],
|
|
1858
|
+
"stateMutability": "nonpayable",
|
|
1859
|
+
"type": "function"
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"inputs": [
|
|
1863
|
+
{
|
|
1864
|
+
"components": [
|
|
1865
|
+
{
|
|
1866
|
+
"internalType": "address",
|
|
1867
|
+
"name": "receiver",
|
|
1868
|
+
"type": "address"
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"internalType": "uint96",
|
|
1872
|
+
"name": "feeNumerator",
|
|
1873
|
+
"type": "uint96"
|
|
1874
|
+
}
|
|
1875
|
+
],
|
|
1876
|
+
"internalType": "struct KamiNFTCore.RoyaltyData[]",
|
|
1877
|
+
"name": "royalties",
|
|
1878
|
+
"type": "tuple[]"
|
|
1879
|
+
}
|
|
1880
|
+
],
|
|
1881
|
+
"name": "setMintRoyalties",
|
|
1882
|
+
"outputs": [],
|
|
1883
|
+
"stateMutability": "nonpayable",
|
|
1884
|
+
"type": "function"
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"inputs": [
|
|
1888
|
+
{
|
|
1889
|
+
"internalType": "uint96",
|
|
1890
|
+
"name": "newPlatformCommissionPercentage",
|
|
1891
|
+
"type": "uint96"
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"internalType": "address",
|
|
1895
|
+
"name": "newPlatformAddress",
|
|
1896
|
+
"type": "address"
|
|
1897
|
+
}
|
|
1898
|
+
],
|
|
1899
|
+
"name": "setPlatformCommission",
|
|
1900
|
+
"outputs": [],
|
|
1901
|
+
"stateMutability": "nonpayable",
|
|
1902
|
+
"type": "function"
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
"inputs": [
|
|
1906
|
+
{
|
|
1907
|
+
"internalType": "uint256",
|
|
1908
|
+
"name": "tokenId",
|
|
1909
|
+
"type": "uint256"
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"internalType": "uint256",
|
|
1913
|
+
"name": "newPrice",
|
|
1914
|
+
"type": "uint256"
|
|
1915
|
+
}
|
|
1916
|
+
],
|
|
1917
|
+
"name": "setPrice",
|
|
1918
|
+
"outputs": [],
|
|
1919
|
+
"stateMutability": "nonpayable",
|
|
1920
|
+
"type": "function"
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"inputs": [
|
|
1924
|
+
{
|
|
1925
|
+
"internalType": "uint96",
|
|
1926
|
+
"name": "percentage",
|
|
1927
|
+
"type": "uint96"
|
|
1928
|
+
}
|
|
1929
|
+
],
|
|
1930
|
+
"name": "setRoyaltyPercentage",
|
|
1931
|
+
"outputs": [],
|
|
1932
|
+
"stateMutability": "nonpayable",
|
|
1933
|
+
"type": "function"
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"inputs": [
|
|
1937
|
+
{
|
|
1938
|
+
"internalType": "uint256",
|
|
1939
|
+
"name": "tokenId",
|
|
1940
|
+
"type": "uint256"
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"components": [
|
|
1944
|
+
{
|
|
1945
|
+
"internalType": "address",
|
|
1946
|
+
"name": "receiver",
|
|
1947
|
+
"type": "address"
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"internalType": "uint96",
|
|
1951
|
+
"name": "feeNumerator",
|
|
1952
|
+
"type": "uint96"
|
|
1953
|
+
}
|
|
1954
|
+
],
|
|
1955
|
+
"internalType": "struct KamiNFTCore.RoyaltyData[]",
|
|
1956
|
+
"name": "royalties",
|
|
1957
|
+
"type": "tuple[]"
|
|
1958
|
+
}
|
|
1959
|
+
],
|
|
1960
|
+
"name": "setTokenMintRoyalties",
|
|
1961
|
+
"outputs": [],
|
|
1962
|
+
"stateMutability": "nonpayable",
|
|
1963
|
+
"type": "function"
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"inputs": [
|
|
1967
|
+
{
|
|
1968
|
+
"internalType": "uint256",
|
|
1969
|
+
"name": "tokenId",
|
|
1970
|
+
"type": "uint256"
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"internalType": "uint256",
|
|
1974
|
+
"name": "maxSupply",
|
|
1975
|
+
"type": "uint256"
|
|
1976
|
+
}
|
|
1977
|
+
],
|
|
1978
|
+
"name": "setTokenTotalSupply",
|
|
1979
|
+
"outputs": [],
|
|
1980
|
+
"stateMutability": "nonpayable",
|
|
1981
|
+
"type": "function"
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"inputs": [
|
|
1985
|
+
{
|
|
1986
|
+
"internalType": "uint256",
|
|
1987
|
+
"name": "tokenId",
|
|
1988
|
+
"type": "uint256"
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"components": [
|
|
1992
|
+
{
|
|
1993
|
+
"internalType": "address",
|
|
1994
|
+
"name": "receiver",
|
|
1995
|
+
"type": "address"
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"internalType": "uint96",
|
|
1999
|
+
"name": "feeNumerator",
|
|
2000
|
+
"type": "uint96"
|
|
2001
|
+
}
|
|
2002
|
+
],
|
|
2003
|
+
"internalType": "struct KamiNFTCore.RoyaltyData[]",
|
|
2004
|
+
"name": "royalties",
|
|
2005
|
+
"type": "tuple[]"
|
|
2006
|
+
}
|
|
2007
|
+
],
|
|
2008
|
+
"name": "setTokenTransferRoyalties",
|
|
2009
|
+
"outputs": [],
|
|
2010
|
+
"stateMutability": "nonpayable",
|
|
2011
|
+
"type": "function"
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"inputs": [
|
|
2015
|
+
{
|
|
2016
|
+
"internalType": "uint256",
|
|
2017
|
+
"name": "tokenId",
|
|
2018
|
+
"type": "uint256"
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
"internalType": "string",
|
|
2022
|
+
"name": "newTokenURI",
|
|
2023
|
+
"type": "string"
|
|
2024
|
+
}
|
|
2025
|
+
],
|
|
2026
|
+
"name": "setTokenURI",
|
|
2027
|
+
"outputs": [],
|
|
2028
|
+
"stateMutability": "nonpayable",
|
|
2029
|
+
"type": "function"
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"inputs": [
|
|
2033
|
+
{
|
|
2034
|
+
"internalType": "uint256",
|
|
2035
|
+
"name": "maxSupply",
|
|
2036
|
+
"type": "uint256"
|
|
2037
|
+
}
|
|
2038
|
+
],
|
|
2039
|
+
"name": "setTotalSupply",
|
|
2040
|
+
"outputs": [],
|
|
2041
|
+
"stateMutability": "nonpayable",
|
|
2042
|
+
"type": "function"
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"inputs": [
|
|
2046
|
+
{
|
|
2047
|
+
"components": [
|
|
2048
|
+
{
|
|
2049
|
+
"internalType": "address",
|
|
2050
|
+
"name": "receiver",
|
|
2051
|
+
"type": "address"
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"internalType": "uint96",
|
|
2055
|
+
"name": "feeNumerator",
|
|
2056
|
+
"type": "uint96"
|
|
2057
|
+
}
|
|
2058
|
+
],
|
|
2059
|
+
"internalType": "struct KamiNFTCore.RoyaltyData[]",
|
|
2060
|
+
"name": "royalties",
|
|
2061
|
+
"type": "tuple[]"
|
|
2062
|
+
}
|
|
2063
|
+
],
|
|
2064
|
+
"name": "setTransferRoyalties",
|
|
2065
|
+
"outputs": [],
|
|
2066
|
+
"stateMutability": "nonpayable",
|
|
2067
|
+
"type": "function"
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
"inputs": [
|
|
2071
|
+
{
|
|
2072
|
+
"internalType": "bytes4",
|
|
2073
|
+
"name": "interfaceId",
|
|
2074
|
+
"type": "bytes4"
|
|
2075
|
+
}
|
|
2076
|
+
],
|
|
2077
|
+
"name": "supportsInterface",
|
|
2078
|
+
"outputs": [
|
|
2079
|
+
{
|
|
2080
|
+
"internalType": "bool",
|
|
2081
|
+
"name": "",
|
|
2082
|
+
"type": "bool"
|
|
2083
|
+
}
|
|
2084
|
+
],
|
|
2085
|
+
"stateMutability": "view",
|
|
2086
|
+
"type": "function"
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"inputs": [
|
|
2090
|
+
{
|
|
2091
|
+
"internalType": "uint256",
|
|
2092
|
+
"name": "",
|
|
2093
|
+
"type": "uint256"
|
|
2094
|
+
}
|
|
2095
|
+
],
|
|
2096
|
+
"name": "tokenPrices",
|
|
2097
|
+
"outputs": [
|
|
2098
|
+
{
|
|
2099
|
+
"internalType": "uint256",
|
|
2100
|
+
"name": "",
|
|
2101
|
+
"type": "uint256"
|
|
2102
|
+
}
|
|
2103
|
+
],
|
|
2104
|
+
"stateMutability": "view",
|
|
2105
|
+
"type": "function"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"inputs": [
|
|
2109
|
+
{
|
|
2110
|
+
"internalType": "uint256",
|
|
2111
|
+
"name": "",
|
|
2112
|
+
"type": "uint256"
|
|
2113
|
+
}
|
|
2114
|
+
],
|
|
2115
|
+
"name": "tokenURIs",
|
|
2116
|
+
"outputs": [
|
|
2117
|
+
{
|
|
2118
|
+
"internalType": "string",
|
|
2119
|
+
"name": "",
|
|
2120
|
+
"type": "string"
|
|
2121
|
+
}
|
|
2122
|
+
],
|
|
2123
|
+
"stateMutability": "view",
|
|
2124
|
+
"type": "function"
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"inputs": [],
|
|
2128
|
+
"name": "totalSupply",
|
|
2129
|
+
"outputs": [
|
|
2130
|
+
{
|
|
2131
|
+
"internalType": "uint256",
|
|
2132
|
+
"name": "",
|
|
2133
|
+
"type": "uint256"
|
|
2134
|
+
}
|
|
2135
|
+
],
|
|
2136
|
+
"stateMutability": "view",
|
|
2137
|
+
"type": "function"
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"inputs": [
|
|
2141
|
+
{
|
|
2142
|
+
"internalType": "uint256",
|
|
2143
|
+
"name": "tokenId",
|
|
2144
|
+
"type": "uint256"
|
|
2145
|
+
}
|
|
2146
|
+
],
|
|
2147
|
+
"name": "totalSupply",
|
|
2148
|
+
"outputs": [
|
|
2149
|
+
{
|
|
2150
|
+
"internalType": "uint256",
|
|
2151
|
+
"name": "",
|
|
2152
|
+
"type": "uint256"
|
|
2153
|
+
}
|
|
2154
|
+
],
|
|
2155
|
+
"stateMutability": "view",
|
|
2156
|
+
"type": "function"
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"inputs": [],
|
|
2160
|
+
"name": "unpause",
|
|
2161
|
+
"outputs": [],
|
|
2162
|
+
"stateMutability": "nonpayable",
|
|
2163
|
+
"type": "function"
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"inputs": [
|
|
2167
|
+
{
|
|
2168
|
+
"internalType": "address",
|
|
2169
|
+
"name": "newImplementation",
|
|
2170
|
+
"type": "address"
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"internalType": "bytes",
|
|
2174
|
+
"name": "data",
|
|
2175
|
+
"type": "bytes"
|
|
2176
|
+
}
|
|
2177
|
+
],
|
|
2178
|
+
"name": "upgradeToAndCall",
|
|
2179
|
+
"outputs": [],
|
|
2180
|
+
"stateMutability": "payable",
|
|
2181
|
+
"type": "function"
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"inputs": [
|
|
2185
|
+
{
|
|
2186
|
+
"internalType": "uint256",
|
|
2187
|
+
"name": "tokenId",
|
|
2188
|
+
"type": "uint256"
|
|
2189
|
+
}
|
|
2190
|
+
],
|
|
2191
|
+
"name": "uri",
|
|
2192
|
+
"outputs": [
|
|
2193
|
+
{
|
|
2194
|
+
"internalType": "string",
|
|
2195
|
+
"name": "",
|
|
2196
|
+
"type": "string"
|
|
2197
|
+
}
|
|
2198
|
+
],
|
|
2199
|
+
"stateMutability": "view",
|
|
2200
|
+
"type": "function"
|
|
2201
|
+
}
|
|
2202
|
+
],
|
|
2203
|
+
"bytecode": "0x60a08060405234620000d157306080527ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009081549060ff8260401c16620000c257506001600160401b036002600160401b0319828216016200007c575b6040516172c69081620000d782396080518181816119860152611b2c0152f35b6001600160401b031990911681179091556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a13880806200005c565b63f92ee8a960e01b8152600490fd5b600080fdfe6080604052600436101561001257600080fd5b60003560e01c8062fdd58e1461048657806301ffc9a714610481578063087930ba1461047c5780630a0a3515146104775780630a65a9cf146104725780630daf4c971461046d5780630e89341c1461046857806310c551c514610463578063162094c41461045e57806318160ddd146104595780631eae6ed7146104545780631fc7f7e91461044f578063248a9ca31461044a57806327dc3fbd146104455780632a55205a146104405780632ab4d0521461043b5780632eb2c2d6146104365780632f2ff15d146104315780633013ce291461042c57806336568abe146104275780633f4ba83a1461042257806342966c681461041d578063463dace014610418578063492ae5a3146104135780634e1273f41461040e5780634f1ef286146104095780634f558e791461040457806352d1902d146103ff57806355f804b3146103fa5780635c975abb146103f55780635e27a775146103f0578063602481b6146103eb578063694e91b8146103e65780636c8b703f146103e157806370824c5c146103dc57806372de8072146103d757806381444338146103d257806382e1350a146103cd57806383ca4b6f146103c8578063844cdded146103c35780638456cb59146103be5780638a71bb2d146103b9578063906a8b2e146103b457806391d14854146103af57806397491d6f146103aa5780639f6d68b0146103a5578063a217fddf146103a0578063a22cb4651461039b578063aa15d40f14610396578063ad3cb1cc14610391578063b390c0ab1461038c578063b76c632b14610387578063b97c9f7714610382578063bd85b0391461037d578063c8a9aabc14610378578063ce22958b14610373578063cf9122d41461036e578063d2d43dec14610369578063d547741f14610364578063dbe55e561461035f578063e58378bb1461035a578063e5afe3e614610355578063e5f2e0cc14610350578063e985e9c51461034b578063eabafe5d14610346578063ed26e34e14610341578063f242432a1461033c578063f249fd1614610337578063f72c0d8b14610332578063f7d975771461032d5763f7ea7a3d1461032857600080fd5b6134b3565b61343e565b613415565b613307565b6132ac565b613280565b61324e565b613215565b613135565b613109565b6130e0565b6130aa565b61305b565b612ef9565b612c95565b612b63565b6128e0565b6128b4565b612879565b6127ff565b612738565b6126f2565b6126c1565b61261d565b6125f7565b61258c565b6124b8565b612467565b612403565b6123cd565b612366565b612329565b612226565b612208565b6121ec565b612062565b612028565b611ffc565b611d81565b611ccf565b611cb0565b611c80565b611b84565b611b19565b611afb565b611943565b61187c565b611782565b61172d565b6115f6565b61157f565b611534565b61150b565b6114bc565b6113a6565b611326565b6112fa565b61127e565b611242565b6111ef565b611067565b61103c565b610ee8565b610db4565b610d5a565b610cd5565b6109ff565b610846565b610740565b61050b565b6104ad565b6001600160a01b031690565b6001600160a01b038116036104a857565b600080fd5b346104a85760403660031901126104a85760206104f06004356104cf81610497565b60243560005260008051602061719a8339815191528352604060002061350d565b54604051908152f35b6001600160e01b03198116036104a857565b346104a85760203660031901126104a857602060043561052a816104f9565b6001600160e01b0319811690636cdb3d1360e11b821480156105b1575b80156105a2575b8092811561057b575b5050811561056b575b506040519015158152f35b6105759150614a60565b38610560565b91925063152a902d60e11b90911490811561059a575b50903880610557565b905038610591565b506105ac81614a60565b61054e565b506303a24d0760e21b8214610547565b634e487b7160e01b600052604160045260246000fd5b60a081019081106001600160401b038211176105f257604052565b6105c1565b604081019081106001600160401b038211176105f257604052565b602081019081106001600160401b038211176105f257604052565b601f909101601f19168101906001600160401b038211908210176105f257604052565b6040519061065d826105d7565b565b6001600160401b0381116105f25760051b60200190565b9080601f830112156104a85760209082356106908161065f565b9361069e604051958661062d565b81855260208086019260051b8201019283116104a857602001905b8282106106c7575050505090565b83809183356106d581610497565b8152019101906106b9565b9080601f830112156104a85760209082356106fa8161065f565b93610708604051958661062d565b81855260208086019260051b8201019283116104a857602001905b828210610731575050505090565b81358152908301908301610723565b346104a85760803660031901126104a8576001600160401b036004358181116104a857610771903690600401610676565b906024358181116104a85761078a9036906004016106e0565b916044358281116104a8576107a39036906004016106e0565b606435938385116104a857366023860112156104a85784600401359384116104a8573660248560051b870101116104a85760246107e195019261354b565b005b9181601f840112156104a8578235916001600160401b0383116104a8576020808501948460061b0101116104a857565b9060406003198301126104a85760043591602435906001600160401b0382116104a857610842916004016107e3565b9091565b346104a85761085436610813565b9161085d614afb565b604051634f558e7960e01b8152600481018290526020908181602481305afa90811561097157600091610942575b501561093057600080915b8583106108fd57506127109150036108eb576108b96108b482611ea4565b614c58565b60005b8381106108c557005b6001906108e56108d484611ea4565b6108df838888614bb0565b90614d5b565b016108bc565b604051630569d67b60e21b8152600490fd5b9061092760019161092161091c85610916888c8c614bb0565b01614bc0565b6116c5565b90613a3c565b92019190610896565b60405163677510db60e11b8152600490fd5b610964915060203d60201161096a575b61095c818361062d565b810190614b9b565b3861088b565b503d610952565b613c97565b9181601f840112156104a8578235916001600160401b0383116104a857602083818601950101116104a857565b9060a06003198301126104a8576004356109bc81610497565b9160243591604435916001600160401b03916064358381116104a857826109e591600401610976565b939093926084359182116104a857610842916004016107e3565b346104a857610a0d366109a3565b610a1b969493929596614a8c565b6001600160a01b0392610a3186851615156138a8565b610a3c8815156138f3565b610a478715156139cb565b603a5496610a5488611daf565b5480610ca5575b50610a9d91610a71610a6c8a613a49565b603a55565b610a84610a7c6126df565b8b8b8b614adb565b86610a8e8a611dcf565b55610a9889611ddf565b613b8c565b83610ad5575b50505083610ac36000805160206171fa83398151915295610ad093613c51565b9060405194859485613c64565b0390a1005b610ae28785989498613c51565b93610aee60365461048b565b6040516370a0823160e01b8152602094828b169491868180610b1333600483016121d9565b0381895afa90811561097157610b35918a91600091610c88575b501015613ca3565b856040518096636eb1769f60e11b82528180610b55303360048401613cfa565b03915afa948515610971576000805160206171fa8339815191529b89610ba481610bf097610b9b610ad09e8e9c610bca98610ac39f600092610c5b575b50501015613d14565b30903390614e6a565b6000805160206170fa833981519152548060a01c9260009380610c15575b505050613d6c565b9180610bf8575b5050610be9610be4610be460365461048b565b61048b565b9089614ee6565b935095610aa3565b610c0e91610c0530614b89565b9290918d614d97565b3880610bd1565b610c2e91929450610c269084613c51565b612710900490565b80938115610bc257610c5392610c4b610be4610be460365461048b565b911690614eb1565b388281610bc2565b610c7a9250803d10610c81575b610c72818361062d565b810190613c88565b3880610b92565b503d610c68565b610c9f9150893d8b11610c8157610c72818361062d565b38610b2d565b610cb88a610cb28b611dbf565b54613a3c565b11610cc35738610a5b565b604051631c07ee3d60e01b8152600490fd5b346104a85760203660031901126104a8576020610d08600435610cf781610497565b610cff614a8c565b603a5490614f5f565b6040519015158152f35b60005b838110610d255750506000910152565b8181015183820152602001610d15565b90602091610d4e81518092818552858086019101610d12565b601f01601f1916010190565b346104a85760203660031901126104a857610d8d610d79600435613e05565b604051918291602083526020830190610d35565b0390f35b60609060031901126104a857600435610da981610497565b906024359060443590565b346104a857610dc236610d91565b91610dd4610dcf83614202565b613fd2565b8160005260008051602061719a833981519152602052610df833604060002061350d565b5415610eb1573315610e7557610e7291610e4390610e5190610e246001600160a01b0385161515614ff8565b610e2f86151561503f565b604051928391876020840196429288615095565b03601f19810183528261062d565b519020610e6d610e6082611def565b805460ff19166001179055565b611e1e565b55005b60405162461bcd60e51b81526020600482015260146024820152734f776e65722063616e6e6f74206265207a65726f60601b6044820152606490fd5b60405162461bcd60e51b815260206004820152600f60248201526e2737ba103a37b5b2b71037bbb732b960891b6044820152606490fd5b346104a85760403660031901126104a8576004356001600160401b036024358181116104a857610f1c903690600401610976565b6000929160008051602061705a83398151915284526020946000805160206171da833981519152602052610f5f60ff610f58336040892061350d565b5416614015565b610f6b610dcf82614202565b610f768315156139cb565b84526038602052604084209282116105f257610f9c82610f968554611f1f565b85613b23565b8394601f8311600114610fd0575083948291610fc0949592610fc5575b5050613b79565b905580f35b013590503880610fb9565b90601f19831695610fe685600052602060002090565b9286905b8882106110245750508360019596971061100a575b505050811b01905580f35b0135600019600384901b60f8161c19169055388080610fff565b80600184968294958701358155019501920190610fea565b346104a85760003660031901126104a857602060008051602061725a83398151915254604051908152f35b346104a85761107536610d91565b9091611083610dcf84614202565b6036546001600160a01b0390811693906110a083821615156150c3565b6110ab331515615107565b6110b684151561503f565b60009360005b6103e8811061117b575b5090611107916110d9611145959661514a565b6000805160206170fa833981519152548060a01c9260009380611164575b5083908161115857505050613d6c565b611140611136610c2661113060018060601b0360008051602061709a83398151915254166116c5565b84613c51565b92868433926161a8565b613d6c565b908161114d57005b6107e1923390614e6a565b610c539216338a614e6a565b611174919450610c269084613c51565b92386110f7565b6111858142613d6c565b60405161119d81610e43602082019487338b88615095565b5190206111b36111ac82611def565b5460ff1690565b6111c057506001016110bc565b611145959650611107939291506111d96111e391611def565b805460ff19169055565b600195945090916110c6565b346104a85760803660031901126104a85761120b600435610497565b611216602435610497565b6112216044356152e2565b51151580611237575b6020906040519015158152f35b50606435151561122a565b346104a85760203660031901126104a8576004356000526000805160206171da8339815191526020526020600160406000200154604051908152f35b346104a85760203660031901126104a85761129761405a565b5060a06112a56004356151ad565b608060405191600180851b038151168352602081015160208401526040810151604084015260608101516060840152015115156080820152f35b6001600160a01b039091168152602081019190915260400190565b346104a85760403660031901126104a857611316600435614085565b90610d8d604051928392836112df565b346104a85760003660031901126104a8576020603d54604051908152f35b6001600160401b0381116105f257601f01601f191660200190565b81601f820112156104a85780359061137682611344565b92611384604051948561062d565b828452602083830101116104a857816000926020809301838601378301015290565b346104a85760a03660031901126104a857600480356113c481610497565b6024356113d081610497565b6001600160401b03906044358281116104a8576113f090369086016106e0565b906064358381116104a85761140890369087016106e0565b926084359081116104a857611420903690870161135f565b936001600160a01b0380821690338214158061149f575b611480578316156114685715611451576107e19550615ff3565b604051626a0d4560e21b8152600081880152602490fd5b604051632bfa23e760e11b8152600081890152602490fd5b60405163711bec9160e11b81528061149b8533838d01613cfa565b0390fd5b5060ff6114b4336114af866134d4565b61350d565b541615611437565b346104a85760403660031901126104a8576107e16024356004356114df82610497565b806000526000805160206171da833981519152602052611506600160406000200154614b63565b615511565b346104a85760003660031901126104a8576036546040516001600160a01b039091168152602090f35b346104a85760403660031901126104a85760243561155181610497565b336001600160a01b0382160361156d576107e1906004356155c7565b60405163334bd91960e11b8152600490fd5b346104a85760003660031901126104a857611598614afb565b60008051602061721a833981519152805460ff8116156115e45760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a1005b604051638dfc202b60e01b8152600490fd5b346104a85760203660031901126104a857600435611612614a8c565b60009080825260008051602061719a83398151915260205261164261163a336040852061350d565b541515614117565b61164b8161622a565b611692575b331561167a5761166261167791615e19565b908360405161167081610612565b5233615f0f565b80f35b604051626a0d4560e21b815260048101839052602490fd5b80825260008051602061703a83398151915260205260408220546116c0906001600160a01b03163314614160565b611650565b6001600160601b031690565b60208082019080835283518092528060408094019401926000905b8382106116fb57505050505090565b845180516001600160a01b031687528301516001600160601b03168684015294850194938201936001909101906116ec565b346104a85760203660031901126104a857610d8d61174c6004356155ef565b604051918291826116d1565b60206003198201126104a857600435906001600160401b0382116104a857610842916004016107e3565b346104a85761179036611758565b9060009160008051602061705a833981519152835260206000805160206171da8339815191526020526117cb60ff610f58336040882061350d565b8384915b83831061181257506127109150036108eb576117e9614bca565b825b8181106117f6578380f35b8061180c6118076001938587614bb0565b614c90565b016117eb565b9061182b60019161092161091c85610916888a8c614bb0565b920191906117cf565b90815180825260208080930193019160005b828110611854575050505090565b835185529381019392810192600101611846565b906020611879928181520190611834565b90565b346104a85760403660031901126104a8576001600160401b036004358181116104a8576118ad903690600401610676565b906024359081116104a8576118c69036906004016106e0565b90805182518082036119275750506118de81516141d0565b9160005b8251811015611919578061190860019260051b6020808288010151918601015190613524565b6119128287613882565b52016118e2565b60405180610d8d8682611868565b61149b604051928392635b05999160e01b8452600484016141a7565b6040806003193601126104a857600480359161195e83610497565b6024356001600160401b0381116104a85761197c903690840161135f565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114908115611adf575b50611ad0576000805160206170ba8339815191526000526000805160206171da83398151915260205260ff6119ea338560002061350d565b541615611a915790602084928451938480926352d1902d60e01b825289165afa60009281611a70575b50611a3457505051634c9c8ce360e01b815291829161149b919083016121d9565b84848460008051602061711a8339815191528503611a56576107e18484616261565b51632a87526960e21b815290810184815281906020010390fd5b611a8a91935060203d602011610c8157610c72818361062d565b9138611a13565b825162461bcd60e51b8152602081860152601960248201527821b0b63632b91034b9903737ba1030b7103ab833b930b232b960391b6044820152606490fd5b50505163703e46dd60e11b8152fd5b90508160008051602061711a83398151915254161415386119b2565b346104a85760203660031901126104a8576020610d08600435614202565b346104a85760003660031901126104a8577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003611b7257602060405160008051602061711a8339815191528152f35b60405163703e46dd60e11b8152600490fd5b346104a8576020806003193601126104a8576001600160401b036004358181116104a857611bb690369060040161135f565b91611bbf614afb565b82519182116105f257611bdc82611bd7603954611f1f565b613a6a565b602090601f8311600114611c0f57508190611bff93600092611c04575050613b79565b603955005b015190503880610fb9565b6039600052601f198316939091906000805160206170da833981519152926000905b868210611c685750508360019510611c4f575b505050811b01603955005b015160001960f88460031b161c19169055388080611c44565b80600185968294968601518155019501930190611c31565b346104a85760003660031901126104a857602060ff60008051602061721a83398151915254166040519015158152f35b346104a85760203660031901126104a857610d8d61174c6004356152e2565b346104a857611cdd36611758565b9060009160008051602061705a833981519152835260206000805160206171da833981519152602052611d1860ff610f58336040882061350d565b8384915b838310611d5f57506127109150036108eb57611d36614c11565b825b818110611d43578380f35b80611d59611d546001938587614bb0565b614d10565b01611d38565b90611d7860019161092161091c85610916888a8c614bb0565b92019190611d1c565b346104a85760003660031901126104a85760206000805160206170fa8339815191525460a01c604051908152f35b600052603b602052604060002090565b600052603c602052604060002090565b6000526037602052604060002090565b6000526038602052604060002090565b6000527f6b770677edae0e90cca492948fa872f24dbe9c82ebeb8d39118b033a5e1bd3df602052604060002090565b6000527f6b770677edae0e90cca492948fa872f24dbe9c82ebeb8d39118b033a5e1bd3e0602052604060002090565b60005260008051602061703a833981519152602052604060002090565b60005260008051602061719a833981519152602052604060002090565b60005260008051602061715a833981519152602052604060002090565b60005260008051602061707a833981519152602052604060002090565b6000527f6b770677edae0e90cca492948fa872f24dbe9c82ebeb8d39118b033a5e1bd3e1602052604060002090565b6000527f4a593662ee04d27b6a00ebb31be7fe0c102c2ade82a7c5d764f2df05dc4e2800602052604060002090565b90600182811c92168015611f4f575b6020831014611f3957565b634e487b7160e01b600052602260045260246000fd5b91607f1691611f2e565b90604051918260008254611f6c81611f1f565b90818452602094600191600181169081600014611fda5750600114611f9b575b50505061065d9250038361062d565b600090815285812095935091905b818310611fc257505061065d9350820101388080611f8c565b85548884018501529485019487945091830191611fa9565b9250505061065d94925060ff191682840152151560051b820101388080611f8c565b346104a85760203660031901126104a8576004356000526038602052610d8d610d796040600020611f59565b346104a85760003660031901126104a857602060405160008051602061701a8339815191528152f35b6001600160601b038116036104a857565b346104a85760c03660031901126104a85760043561207f81610497565b6001600160401b03906024358281116104a8576120a090369060040161135f565b906044356120ad81610497565b6064356120b981612051565b608435916120c683610497565b60008051602061727a833981519152549560ff8760401c16159616801590816121d1575b60011490816121c7575b1590816121be575b506121ac5760008051602061727a83398151915280546001600160401b03191660011790556121349486612187575b60a43594614441565b61213a57005b60008051602061727a833981519152805460ff60401b19169055604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2908060208101610ad0565b60008051602061727a833981519152805460ff60401b1916600160401b17905561212b565b60405163f92ee8a960e01b8152600490fd5b905015386120fc565b303b1591506120f4565b8791506120ea565b6001600160a01b03909116815260200190565b346104a85760203660031901126104a857602060405160008152f35b346104a85760003660031901126104a8576020603a54604051908152f35b346104a85760403660031901126104a8576001600160401b036004358181116104a8576122579036906004016106e0565b906024359081116104a8576122709036906004016106e0565b612278614a8c565b81518151036122eb5761228d82511515614662565b60005b82518110156122e057806122b16122a960019385613882565b5115156138f3565b6122da6122c86122c18387613882565b5133613524565b6122d28386613882565b511115614117565b01612290565b506107e19133615773565b60405162461bcd60e51b8152602060048201526016602482015275082e4e4c2f2e640d8cadccee8d040dad2e6dac2e8c6d60531b6044820152606490fd5b346104a857612337366109a3565b612345969493929596614a8c565b6123508715156138f3565b6001600160a01b0392610a3c86851615156138a8565b346104a85760003660031901126104a85761237f614afb565b612387614a8c565b60008051602061721a833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a1005b346104a85760003660031901126104a85760008051602061709a833981519152546040516001600160601b039091168152602090f35b346104a85760203660031901126104a85760405162461bcd60e51b815260206004820152602560248201527f746f6b656e4279496e646578206e6f7420737570706f7274656420696e204552604482015264433131353560d81b6064820152608490fd5b346104a85760403660031901126104a857602060ff6124ac60243561248b81610497565b6004356000526000805160206171da8339815191528452604060002061350d565b54166040519015158152f35b346104a85760203660031901126104a85760043560009080825260008051602061719a8339815191526020526124f1336040842061350d565b5415801590612561575b1561250957611677906146a7565b60405162461bcd60e51b815260206004820152602a60248201527f4d757374206f776e20746f6b656e73206f722062652072656e74657220746f20604482015269195b99081c995b9d185b60b21b6064820152608490fd5b5080825260008051602061703a83398151915260205260408220546001600160a01b031633146124fb565b346104a85760203660031901126104a8576004356125a981612051565b6125b1614afb565b6001600160601b031661271081116125e55760008051602061709a83398151915280546001600160601b0319169091179055005b60405163c2a2a95d60e01b8152600490fd5b346104a85760003660031901126104a857602060405160008152f35b801515036104a857565b346104a85760403660031901126104a85760043561263a81610497565b60243561264681612613565b6001600160a01b0382169182156126a95781612668612679926114af336134d4565b9060ff801983541691151516179055565b60405190151581527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3160203392a3005b60405162ced3e160e81b815260006004820152602490fd5b346104a85760203660031901126104a8576020610d0860043561622a565b604051906126ec82610612565b60008252565b346104a85760003660031901126104a857610d8d604051612712816105f7565b60058152640352e302e360dc1b6020820152604051918291602083526020830190610d35565b346104a85760403660031901126104a857600435602435612757614a8c565b6127628115156138f3565b60009180835260008051602061719a8339815191526020526127938261278b336040872061350d565b541015614117565b61279c8161622a565b6127cc575b33156127b4576116779161166291615e40565b604051626a0d4560e21b815260048101849052602490fd5b80835260008051602061703a83398151915260205260408320546127fa906001600160a01b03163314614160565b6127a1565b346104a8576020806003193601126104a85761281c600435614743565b6040929192519283916040830160408452825180915260206060850193019460005b828110612859578580610d8d87878382036020850152611834565b86516001600160a01b03168552958101958795509381019360010161283e565b346104a85760003660031901126104a85760206040517f3b652633b3026fa70803ad50b58b0ae884cefe3497643f62c67c466f41a6e88d8152f35b346104a85760203660031901126104a857600435600052603b6020526020604060002054604051908152f35b346104a85760603660031901126104a857602435604435600435612902614a8c565b61290e610dcf82614202565b6036546001600160a01b0390811693906129c29061292d3315156157de565b612938831515615827565b612943851515615886565b61296161295c600461295487611e4d565b015460ff1690565b61579c565b612986338261297f61297288611e4d565b546001600160a01b031690565b16146158e4565b61299285303389614e6a565b6000805160206170fa833981519152548060a01c9160009280612b4c575b50829081612b39575b50505084613d6c565b936129ef610c266129e960018060601b0360008051602061709a83398151915254166116c5565b87613c51565b9485612a95575b60008051602061713a83398151915295612a0f91613d6c565b80612a83575b5050612a2e6002612a2584611e4d565b01918254613a3c565b90556003612a3b82611e4d565b01612a47838254613a3c565b9055610ad0612a55826151ad565b9260606040850151940151604051948594859094939260609260808301968352602083015260408201520152565b612a8e913390614eb1565b3880612a15565b612a9e846155ef565b8051612aab575b506129f6565b939094919260005b8551811015612b1c5780612aec610c26612ae661091c6020612ad76001978d613882565b5101516001600160601b031690565b8b613c51565b80612af9575b5001612ab3565b612b1690612b10612b0a848b613882565b5161389b565b88614eb1565b38612af2565b50919490935090919060008051602061713a833981519152612aa5565b612b44921688614eb1565b3881816129b9565b612b5c919350610c269088613c51565b91386129b0565b346104a85760803660031901126104a857600435612b8081610497565b602435906044359060643590612b9582610497565b612b9d614a8c565b6001600160a01b03818116939091908415612c5257612c3e7f9387a595ac4be9038bbb9751abad8baa3dcf219dd9e19abb81552bd521fe354693851694612be5861515614828565b612bf08315156138f3565b612c018361278b836114af8c611e6a565b8288612c0c81611dcf565b5495612c19871515614874565b612c3084888385612c2b60365461048b565b615956565b612c386126df565b936149bb565b612c4d604051928392836141a7565b0390a4005b60405162461bcd60e51b815260206004820152601b60248201527a43616e6e6f742073656c6c20746f207a65726f206164647265737360281b6044820152606490fd5b346104a85760803660031901126104a8576004803590612cb482610497565b602435916001600160401b03916044358381116104a857612cd89036908301610976565b9190936064359081116104a857612cf290369083016107e3565b9290612cfc614a8c565b6001600160a01b0391612d1286841615156138a8565b612d1d8115156139cb565b603a5496612d2a88611daf565b5480612ecb575b5090612d5f91612d43610a6c8a613a49565b612d55612d4e6126df565b8a8a614ab7565b89610a8e8a611dcf565b86612dae575b6000805160206171fa8339815191528686610ad0612d828b613c40565b60405193849384606091949392608082019560018060a01b031682526020820152600160408201520152565b612dbb8792939497613c40565b96612dc760365461048b565b918483166040516370a0823160e01b8152602097888280612dea338583016121d9565b0381865afa92831561097157612e0f8d612e2c958c95600091612eb457501015613ca3565b6040518080958194636eb1769f60e11b8352309033908401613cfa565b03915afa958615610971578a610ba481612e9097610b9b6000805160206171fa8339815191529f612d829c612e6f98610ad09f600092610c5b5750501015613d14565b9180612e97575b5050612e89610be4610be460365461048b565b9087614ee6565b9438612d65565b612ead91612ea430614b89565b9290918b614d97565b3880612e76565b610c9f9150863d8811610c8157610c72818361062d565b612edd612ed78a611dbf565b54613a29565b11612ee85738612d31565b604051631c07ee3d60e01b81528590fd5b346104a85760a03660031901126104a857604435600435606435612f1c81610497565b60843591612f2983610497565b612f31614a8c565b612f3d610dcf82614202565b6001600160a01b039382851691821561301657612f8d610ad0937f91ed440ea126ed5a21dfd1e9ad850a40d87c795aa239d6d1a8967347bee99790978716612f868115156148b6565b141561490d565b612fa5612f9d866114af84611e6a565b541515614963565b612fc1612fb360365461048b565b868433928560243591615c4c565b6020612fcc826151ad565b01516040612fd9836151ad565b015191604051968796879260a09491979695929760c0850198600180881b0380921686521660208501526040840152606083015260808201520152565b60405162461bcd60e51b815260206004820152601d60248201527f52656e7465722063616e6e6f74206265207a65726f20616464726573730000006044820152606490fd5b346104a85760403660031901126104a8576107e160243560043561307e82610497565b806000526000805160206171da8339815191526020526130a5600160406000200154614b63565b6155c7565b346104a85760003660031901126104a8576000805160206170fa833981519152546040516001600160a01b039091168152602090f35b346104a85760003660031901126104a857602060405160008051602061705a8339815191528152f35b346104a85760203660031901126104a85760043560005260376020526020604060002054604051908152f35b346104a85761314336610813565b9161314c614afb565b61315530614b89565b6040519060e01b81526020818193818061317788600483019190602083019252565b03915afa908115610971576000916131f6575b501561093057600080915b8583106131d457506127109150036108eb576131b36108b482611e87565b60005b8381106131bf57005b6001906131ce6108d484611e87565b016131b6565b906131ed60019161092161091c85610916888c8c614bb0565b92019190613195565b61320f915060203d60201161096a5761095c818361062d565b3861318a565b346104a85760403660031901126104a857602060ff6124ac60043561323981610497565b6114af6024359161324983610497565b6134d4565b346104a85760403660031901126104a857613267614afb565b600435600052603b602052602435604060002055600080f35b346104a85760203660031901126104a857600435600052603c6020526020604060002054604051908152f35b346104a85760a03660031901126104a8576004356132c981610497565b602435906132d682610497565b608435916001600160401b0383116104a8576132f96107e193369060040161135f565b9160643591604435916149bb565b346104a85760403660031901126104a85760043561332481612051565b60243561333081610497565b613338614afb565b6000805160206170fa833981519152546001600160a01b0390811692906133629083161515615694565b6133796107d06001600160601b03831611156156e0565b30156133d0576107e1926133c56133ca92613393856143f4565b6000805160206170fa83398151915280546001600160a01b031660a09290921b6001600160a01b031916919091179055565b615539565b50615393565b60405162461bcd60e51b815260206004820152601d60248201527f41636365737320636f6e74726f6c2063616e6e6f74206265207a65726f0000006044820152606490fd5b346104a85760003660031901126104a85760206040516000805160206170ba8339815191528152f35b346104a85760403660031901126104a85760008051602061705a83398151915260009081526000805160206171da83398151915260205260043561349560ff610f583360008051602061717a83398151915261350d565b6134a1610dcf82614202565b81526037602052602435604082205580f35b346104a85760203660031901126104a8576134cc614afb565b600435603d55005b6001600160a01b031660009081527f88be536d5240c274a3b1d3a1be54482fd9caa294f08c62a7cde569f49a3c45016020526040902090565b9060018060a01b0316600052602052604060002090565b6135479160005260008051602061719a833981519152602052604060002061350d565b5490565b949394919091613559614a8c565b613565815115156136ee565b6135728151845114613739565b61357f83518351146137a1565b61358b86845114613805565b60005b83518110156136e5576135b66135af610be46135aa8486613882565b61389b565b15156138a8565b6135c36122a98286613882565b6135d86135d08285613882565b51151561393f565b6135ef6135e682898861398a565b905015156139cb565b603a54906135fc82611daf565b54806136bc575b506000805160206171fa83398151915282613622610a6c600195613a49565b61364c6136326135aa8588613882565b61363c858a613882565b51836136466126df565b92614adb565b6136568387613882565b5161366082611dcf565b5561367961366f848c8b61398a565b90610a9884611ddf565b6136866135aa8487613882565b6136b3613693858a613882565b51610ac36136a1878b613882565b516136ac888d613882565b5190613c51565b0390a10161358e565b6136da6136c884611dbf565b546136d38489613882565b5190613a3c565b11610cc35738613603565b50505050509050565b156136f557565b606460405162461bcd60e51b815260206004820152602060248201527f526563697069656e74732061727261792063616e6e6f7420626520656d7074796044820152fd5b1561374057565b60405162461bcd60e51b815260206004820152603360248201527f526563697069656e747320616e6420616d6f756e747320617272617973206d756044820152720e6e840d0c2ecca40e6c2daca40d8cadccee8d606b1b6064820152608490fd5b156137a857565b60405162461bcd60e51b815260206004820152602f60248201527f416d6f756e747320616e642070726963657320617272617973206d757374206860448201526e0c2ecca40e6c2daca40d8cadccee8d608b1b6064820152608490fd5b1561380c57565b60405162461bcd60e51b815260206004820152603260248201527f416d6f756e747320616e6420746f6b656e5552497320617272617973206d75736044820152710e840d0c2ecca40e6c2daca40d8cadccee8d60731b6064820152608490fd5b634e487b7160e01b600052603260045260246000fd5b80518210156138965760209160051b010190565b61386c565b516001600160a01b031690565b156138af57565b606460405162461bcd60e51b815260206004820152602060248201527f526563697069656e742063616e6e6f74206265207a65726f20616464726573736044820152fd5b156138fa57565b60405162461bcd60e51b815260206004820152601d60248201527f416d6f756e74206d7573742062652067726561746572207468616e20300000006044820152606490fd5b1561394657565b60405162461bcd60e51b815260206004820152601c60248201527b05072696365206d7573742062652067726561746572207468616e20360241b6044820152606490fd5b91908110156138965760051b81013590601e19813603018212156104a85701803591906001600160401b0383116104a85760200182360381136104a8579190565b156139d257565b60405162461bcd60e51b8152602060048201526019602482015278546f6b656e205552492063616e6e6f7420626520656d70747960381b6044820152606490fd5b634e487b7160e01b600052601160045260246000fd5b9060018201809211613a3757565b613a13565b91908201809211613a3757565b6000198114613a375760010190565b60008051602061725a83398151915255565b601f8111613a76575050565b60009060396000526020600020906020601f850160051c83019410613ab6575b601f0160051c01915b828110613aab57505050565b818155600101613a9f565b9092508290613a96565b601f8111613acc575050565b60009060008051602061729a8339815191526000526020600020906020601f850160051c83019410613b19575b601f0160051c01915b828110613b0e57505050565b818155600101613b02565b9092508290613af9565b90601f8111613b3157505050565b6000916000526020600020906020601f850160051c83019410613b6f575b601f0160051c01915b828110613b6457505050565b818155600101613b58565b9092508290613b4f565b8160011b916000199060031b1c19161790565b9092916001600160401b0381116105f257613bb181613bab8454611f1f565b84613b23565b6000601f8211600114613bd8578190613bd4939495600092610fc5575050613b79565b9055565b601f19821694613bed84600052602060002090565b91805b878110613c28575083600195969710613c0e575b505050811b019055565b0135600019600384901b60f8161c19169055388080613c04565b90926020600181928686013581550194019101613bf0565b9081156001838004141715613a3757565b81810292918115918404141715613a3757565b90949392606092608083019660018060a01b03168352602083015260408201520152565b908160209103126104a8575190565b6040513d6000823e3d90fd5b15613caa57565b60405162461bcd60e51b815260206004820152602260248201527f496e73756666696369656e74207061796d656e7420746f6b656e2062616c616e604482015261636560f01b6064820152608490fd5b6001600160a01b0391821681529116602082015260400190565b15613d1b57565b60405162461bcd60e51b8152602060048201526024808201527f496e73756666696369656e74207061796d656e7420746f6b656e20616c6c6f77604482015263616e636560e01b6064820152608490fd5b91908203918211613a3757565b60395460009291613d8982611f1f565b91600190818116908115613ddb5750600114613da457505050565b909192935060396000526020906020600020906000915b858310613dca57505050500190565b805485840152918301918101613dbb565b60ff191683525050811515909102019150565b90613e0160209282815194859201610d12565b0190565b613e0e81614202565b15613f8d57613e24613e1f82611ddf565b611f59565b8051613f8857506000908072184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b8181811015613f7a575b506904ee2d6d415b85acef8160201b905080831015613f6b575b50662386f26fc1000080831015613f5c575b506305f5e10080831015613f4d575b5061271080831015613f3e575b506064821015613f2e575b600a80921015613f24575b600190816021613ec060018701614fd0565b95860101905b613eee575b50505050611879610e4391604051928391613ee860208401613d79565b90613dee565b600019019083906f181899199a1a9b1b9c1cb0b131b232b360811b8282061a835304918215613f1f57919082613ec6565b613ecb565b9160010191613eae565b9190606460029104910191613ea3565b60049193920491019138613e98565b60089193920491019138613e8b565b60109193920491019138613e7c565b60209193920491019138613e6a565b604094500491503880613e50565b905090565b60405162461bcd60e51b815260206004820152601f60248201527f55524920717565727920666f72206e6f6e6578697374656e7420746f6b656e006044820152606490fd5b15613fd957565b60405162461bcd60e51b8152602060048201526014602482015273151bdad95b88191bd95cc81b9bdd08195e1a5cdd60621b6044820152606490fd5b1561401c57565b60405162461bcd60e51b815260206004820152601660248201527521b0b63632b91034b9903737ba1030b71037bbb732b960511b6044820152606490fd5b60405190614067826105d7565b60006080838281528260208201528260408201528260608201520152565b906000918083526037602052604083205490811561411157612710906140cf826140c860018060601b03958660008051602061709a833981519152541690613c51565b04916152e2565b9081511580156140e25750505050508190565b9091929395506138965760206141019201519460208601511690613c51565b92516001600160a01b0316920490565b50508190565b1561411e57565b60405162461bcd60e51b815260206004820152601a602482015279496e73756666696369656e7420746f6b656e2062616c616e636560301b6044820152606490fd5b1561416757565b60405162461bcd60e51b815260206004820152601860248201527721b0b73737ba10313ab937103932b73a32b2103a37b5b2b760411b6044820152606490fd5b908152602081019190915260400190565b6040516141c481610612565b60008152906000368137565b906141da8261065f565b6141e7604051918261062d565b82815280926141f8601f199161065f565b0190602036910137565b600052603c602052604060002054151590565b80519091906001600160401b0381116105f25761423781611bd7603954611f1f565b602080601f83116001146142605750819061425b9394600092611c04575050613b79565b603955565b6039600052601f198316949091906000805160206170da833981519152926000905b8782106142ba5750508360019596106142a1575b505050811b01603955565b015160001960f88460031b161c19169055388080614296565b80600185968294968601518155019501930190614282565b156142d957565b60405162461bcd60e51b815260206004820152601d60248201527f496e76616c6964207061796d656e7420746f6b656e20616464726573730000006044820152606490fd5b1561432557565b60405162461bcd60e51b8152602060048201526018602482015277496e76616c696420706c6174666f726d206164647265737360401b6044820152606490fd5b1561436c57565b60405162461bcd60e51b8152602060048201526015602482015274496e76616c69642061646d696e206164647265737360581b6044820152606490fd5b156143b057565b60405162461bcd60e51b815260206004820152601c60248201527b0a0d8c2e8ccdee4da40c6dedadad2e6e6d2dedc40e8dede40d0d2ced60231b6044820152606490fd5b6000805160206170fa83398151915280546001600160a01b0319166001600160a01b03909216919091179055565b80546001600160a01b0319166001600160a01b03909216919091179055565b92919261444c616308565b614454616308565b61445c616308565b614464616308565b81516001600160401b0381116105f25760008051602061729a83398151915290614497816144928454611f1f565b613ac0565b602080601f83116001146145bc57509361455461455f9461459397946144cf85614559966145999d9c9a6000916145b1575b50613b79565b90555b6144da616308565b6144e2616308565b6144ea616308565b6001600160a01b039081169061451b906145058315156142d2565b614512818a16151561431e565b8a161515614365565b6145326107d06001600160601b03871611156143a9565b603680546001600160a01b0319166001600160a01b0392909216919091179055565b614215565b8261573a565b60008051602061709a83398151915280546001600160601b0319166103e817905561458983615411565b506133ca836154a3565b506154da565b506145a46001603a55565b806145ac5750565b603d55565b9050860151386144c9565b60008051602061729a83398151915260005290601f1983167ff429cb5e2ec84cbb765e76b31964a56ccde03e7a6122d6cc4afb19edc55edeed926000905b82821061464a5750509461459397946001856145999c9b9995614554956145599861455f9b10614631575b5050811b0190556144d2565b87015160001960f88460031b161c191690553880614625565b80600185968294968c015181550195019301906145fa565b1561466957565b60405162461bcd60e51b81526020600482015260166024820152754172726179732063616e6e6f7420626520656d70747960501b6044820152606490fd5b60607fdfd6ab3fc2a0e563c3389917592f1a850824730b5f05f16be9363c4adfc268da916146d7610dcf82614202565b8060005260008051602061703a8339815191528060205261470260ff6004604060002001541661579c565b600082815260209190915260409020600401805460ff191690556001600160a01b0361472d826151ad565b51166040519182526020820152336040820152a1565b9061474d82611dcf565b54801561481457614784610c2661478a9261477e60018060601b0360008051602061709a83398151915254166116c5565b90613c51565b926152e2565b8051156148145761479b81516141d0565b926147a682516141d0565b9160005b815181101561480e57806147df6147c6612b0a60019486613882565b6147d0838a613882565b6001600160a01b039091169052565b6147fd610c266147f761091c6020612ad78689613882565b86613c51565b6148078287613882565b52016147aa565b50505090565b50905061481f6141b8565b906118796141b8565b1561482f57565b60405162461bcd60e51b815260206004820152601d60248201527f53656c6c65722063616e6e6f74206265207a65726f20616464726573730000006044820152606490fd5b1561487b57565b60405162461bcd60e51b8152602060048201526013602482015272151bdad95b881c1c9a58d9481b9bdd081cd95d606a1b6044820152606490fd5b156148bd57565b60405162461bcd60e51b815260206004820152602260248201527f546f6b656e206f776e65722063616e6e6f74206265207a65726f206164647265604482015261737360f01b6064820152608490fd5b1561491457565b60405162461bcd60e51b815260206004820152602160248201527f4f776e65722063616e6e6f742072656e74207468656972206f776e20746f6b656044820152603760f91b6064820152608490fd5b1561496a57565b60405162461bcd60e51b815260206004820152602360248201527f546f6b656e206f776e657220646f6573206e6f7420686176652074686520746f60448201526235b2b760e91b6064820152608490fd5b92939290916001600160a01b03808316903382141580614a48575b614a2c57841615614a1357156149fb5761065d946149f391615e40565b929091615ff3565b604051626a0d4560e21b815260006004820152602490fd5b604051632bfa23e760e11b815260006004820152602490fd5b60405163711bec9160e11b81528061149b863360048401613cfa565b5060ff614a58336114af876134d4565b5416156149d6565b63ffffffff60e01b16637965db0b60e01b8114908115614a7e575090565b6301ffc9a760e01b14919050565b60ff60008051602061721a8339815191525416614aa557565b60405163d93c066560e01b8152600490fd5b9091906001600160a01b03811615614a1357614ad561065d93615e19565b91615e65565b919291906001600160a01b03821615614a135761065d93614ad591615e40565b60008051602061705a83398151915260008190526000805160206171da83398151915260205260ff614b3b3360008051602061717a83398151915261350d565b541615614b455750565b6044906040519063e2517d3f60e01b82523360048301526024820152fd5b806000526000805160206171da83398151915260205260ff614b3b33604060002061350d565b6001600160a01b031690634f558e7990565b908160209103126104a8575161187981612613565b91908110156138965760061b0190565b3561187981612051565b60008051602061723a8339815191528054906000906000815582614bed57505050565b6000526020600020918201915b828110614c0657505050565b818155600101614bfa565b6000805160206171ba8339815191528054906000906000815582614c3457505050565b6000526020600020918201915b828110614c4d57505050565b818155600101614c41565b8054906000906000815582614c6c57505050565b6000526020600020918201915b828110614c8557505050565b818155600101614c79565b60008051602061723a83398151915280549190600160401b8310156105f257600183018082558310156138965761065d92602091600052816000200191614ce18135614cdb81610497565b84614422565b013590614ced82612051565b80546001600160a01b031660a09290921b6001600160a01b031916919091179055565b6000805160206171ba83398151915280549190600160401b8310156105f257600183018082558310156138965761065d92602091600052816000200191614ce18135614cdb81610497565b80549190600160401b8310156105f257600183018082558310156138965761065d92602091600052816000200191614ce18135614cdb81610497565b939290926040519060e01b815260208181938180614dbd8a600483019190602083019252565b03915afa90811561097157600091614e4b575b501561093057600080915b838310614e2957506127109150036108eb57614df96108b484611ea4565b60005b818110614e095750505050565b600190614e23614e1886611ea4565b6108df838688614bb0565b01614dfc565b90614e4260019161092161091c85610916888a8c614bb0565b92019190614ddb565b614e64915060203d60201161096a5761095c818361062d565b38614dd0565b6040516323b872dd60e01b60208201526001600160a01b03928316602482015292909116604483015260648083019390935291815261065d91614eac826105d7565b61614c565b614eac61065d9392614ed860405194859263a9059cbb60e01b6020850152602484016112df565b03601f19810184528361062d565b614ef390939291936155ef565b9060005b8251811015614f5857600190612710614f276001600160601b036020614f1d8589613882565b5101511688613c51565b0480614f35575b5001614ef7565b614f5290838060a01b03614f498488613882565b51511685614eb1565b38614f2e565b5050509050565b60019060015b83811115614f765750505050600090565b6040600082815260008051602061703a8339815191526020522060ff6004820154169081614fb9575b50614fb257614fad90613a49565b614f65565b5050905090565b546001600160a01b03848116911614905038614f9f565b90614fda82611344565b614fe7604051918261062d565b82815280926141f8601f1991611344565b15614fff57565b60405162461bcd60e51b8152602060048201526018602482015277526563697069656e742063616e6e6f74206265207a65726f60401b6044820152606490fd5b1561504657565b60405162461bcd60e51b815260206004820152602160248201527f53616c65207072696365206d7573742062652067726561746572207468616e206044820152600360fc1b6064820152608490fd5b90815260609190911b6001600160601b03191660208201526034810191909152605481019190915260740190565b156150ca57565b60405162461bcd60e51b815260206004820152601560248201527453656c6c65722063616e6e6f74206265207a65726f60581b6044820152606490fd5b1561510e57565b60405162461bcd60e51b815260206004820152601460248201527342757965722063616e6e6f74206265207a65726f60601b6044820152606490fd5b1561515157565b60405162461bcd60e51b815260206004820152602e60248201527f5472616e73666572206e6f7420696e69746961746564206f7220726f79616c7460448201526d1e48185b1c9958591e481c185a5960921b6064820152608490fd5b6151b561405a565b50604051634f558e7960e01b815260048101829052602081602481305afa8015610971576151eb9160009161524e575b50613fd2565b60005260008051602061703a833981519152602052604060002060ff600460405192615216846105d7565b80546001600160a01b031684526001810154602085015260028101546040850152600381015460608501520154161515608082015290565b615267915060203d60201161096a5761095c818361062d565b386151e5565b9081546152798161065f565b9260409361528a604051918261062d565b82815280946020809201926000526020600020906000935b8585106152b157505050505050565b600184819284516152c1816105f7565b8654848060a01b038116825260a01c838201528152019301940193916152a2565b600052602060008051602061715a8339815191526020526040906040600020805461538757506000805160206171ba8339815191528054916153238361065f565b93615331604051958661062d565b83855260208501926000526020600020906000935b8585106153565750505050505090565b60018481928451615366816105f7565b8654848060a01b038116825260a01c83820152815201930194019391615346565b9050611879915061526d565b60008051602061701a8339815191526000908082526000805160206171da8339815191528060205260ff6153ca856040862061350d565b5416614fb2578183526020526153e3836040842061350d565b805460ff1916600117905533926001600160a01b031691600080516020616fda8339815191529080a4600190565b60008080526000805160206171da833981519152602081905260ff615456847fb7db2dd08fcb62d0c9e08c51941cae53c267786a0b75803fb7960902fc8ef97d61350d565b541661549d5781805260205261546f826040832061350d565b805460ff1916600117905533916001600160a01b031690600080516020616fda8339815191528180a4600190565b50905090565b60008051602061705a8339815191526000908082526000805160206171da8339815191528060205260ff6153ca856040862061350d565b6000805160206170ba8339815191526000908082526000805160206171da8339815191528060205260ff6153ca856040862061350d565b6000908082526000805160206171da8339815191528060205260ff6153ca856040862061350d565b60008051602061701a8339815191526000908082526000805160206171da8339815191528060205260ff615570856040862061350d565b541615614fb25781835260205261558a836040842061350d565b805460ff1916905533926001600160a01b0316917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9080a4600190565b6000908082526000805160206171da8339815191528060205260ff615570856040862061350d565b600052602060008051602061707a83398151915260205260409060406000208054615387575060008051602061723a8339815191528054916156308361065f565b9361563e604051958661062d565b83855260208501926000526020600020906000935b8585106156635750505050505090565b60018481928451615673816105f7565b8654848060a01b038116825260a01c83820152815201930194019391615653565b1561569b57565b60405162461bcd60e51b815260206004820152601f60248201527f506c6174666f726d20616464726573732063616e6e6f74206265207a65726f006044820152606490fd5b156156e757565b60405162461bcd60e51b815260206004820152602560248201527f506c6174666f726d20636f6d6d697373696f6e2063616e6e6f74206578636565604482015264642032302560d81b6064820152608490fd5b61065d9190613393906157576001600160a01b0382161515615694565b61576e6107d06001600160601b03851611156156e0565b6143f4565b91906001600160a01b038316156149fb5761065d92600060405161579681610612565b52615f0f565b156157a357565b60405162461bcd60e51b8152602060048201526013602482015272151bdad95b881a5cc81b9bdd081c995b9d1959606a1b6044820152606490fd5b156157e557565b60405162461bcd60e51b815260206004820152601a602482015279546f6b656e206f776e65722063616e6e6f74206265207a65726f60301b6044820152606490fd5b1561582e57565b60405162461bcd60e51b815260206004820152602a60248201527f4164646974696f6e616c206475726174696f6e206d75737420626520677265616044820152690746572207468616e20360b41b6064820152608490fd5b1561588d57565b60405162461bcd60e51b815260206004820152602960248201527f4164646974696f6e616c207061796d656e74206d75737420626520677265617460448201526806572207468616e20360bc1b6064820152608490fd5b156158eb57565b60405162461bcd60e51b815260206004820152601960248201527821b0b63632b91036bab9ba103132903a3432903932b73a32b960391b6044820152606490fd5b9081526001600160601b0319606092831b811660208301529290911b909116603482015260480190565b929390926001600160a01b0361596f8482161515615107565b61597c81841615156150c3565b61598786151561503f565b6000805160206170fa833981519152805460a01c60009080615aee575b506159b188308887614e6a565b6159bb8189613d6c565b9281615ada575b505060008051602061709a833981519152546159f59150610c26906159ef906001600160601b03166116c5565b83613c51565b9081615a51575b91615a10615a3d96959492615a2e94613d6c565b8281615a40575b505050610e4360405193849260208401968761592c565b519020610e6d610e6082611ec1565b55565b615a4992614eb1565b388082615a17565b615a5a866152e2565b8051615a67575b506159fc565b95919793600097939591975b8751811015615ac75780615a9d610c26615a9761091c6020612ad76001978f613882565b8d613c51565b80615aaa575b5001615a73565b615ac190615abb612b0a848d613882565b8a614eb1565b38615aa3565b5093979296919550939190615a10615a61565b615ae692541684614eb1565b3880806159c2565b615afd9150610c269089613c51565b386159a4565b15615b0a57565b60405162461bcd60e51b815260206004820152602660248201527f52656e74616c206475726174696f6e206d75737420626520677265617465722060448201526507468616e20360d41b6064820152608490fd5b15615b6557565b60405162461bcd60e51b815260206004820152602360248201527f52656e74616c207072696365206d75737420626520677265617465722074686160448201526206e20360ec1b6064820152608490fd5b15615bbd57565b60405162461bcd60e51b8152602060048201526017602482015276151bdad95b881a5cc8185b1c9958591e481c995b9d1959604a1b6044820152606490fd5b6004608061065d93615c1760018060a01b0382511685614422565b6020810151600185015560408101516002850155606081015160038501550151151591019060ff801983541691151516179055565b919294615cda90949194615caa8760018060a01b0392615c6f84871615156157de565b615c7a881515615b03565b615c85821515615b5e565b615ca2615c9d615c9960046129548d611e4d565b1590565b615bb6565b309087614e6a565b6000805160206170fa833981519152548060a01c9160009280615e02575b50829081615def575b50505086613d6c565b60008051602061709a83398151915254615d0490610c26906159ef906001600160601b03166116c5565b9081615d72575b92615d3392615d23615d5c969361065d999896613d6c565b9081615d61575b50505042613a3c565b92615d3c610650565b338152934260208601526040850152606084015260016080840152611e4d565b615bfc565b615d6a92614eb1565b388080615d2a565b615d7b866155ef565b8051615d88575b50615d0b565b959197939490969260005b8751811015615ddb5780615db7610c26615a9761091c6020612ad76001978f613882565b80615dc4575b5001615d93565b615dd590615abb612b0a848d613882565b38615dbd565b509397929691955093929190615d33615d82565b615dfa921686614eb1565b388181615cd1565b615e12919350610c26908a613c51565b9138615cc8565b90604051916001835260208301526040820190600182526001606084015260808301604052565b9160405192600184526020840152604083019160018352606084015260808301604052565b939093615e738386836166b7565b615e7b6126df565b5060005b8551811015615ebd5780615e9560019288613882565b51615eb5615ead615ea68489613882565b5192611dbf565b918254613a3c565b905501615e7f565b509093909291906001600160a01b038416615ed9575b50505050565b8051600103615f005790602080615ef795930151910151913361662d565b38808080615ed3565b615f0a933361643f565b615ef7565b929190615f1d828286616797565b615f256126df565b5060005b8151811015614f5857615f3c8183613882565b51615f478285613882565b516001600160a01b03871615908115615fd857615f66615ead84611dbf565b90555b15908180615fd0575b615f98575b5080615f90575b615f8a57600101615f29565b84616ad7565b506000615f7e565b6080615fa6615fad926151ad565b0151151590565b615fb75738615f77565b60405162461bcd60e51b81528061149b60048201616337565b506000615f72565b615fec615fe484611dbf565b918254613d6c565b9055615f69565b949291909261600483838689616864565b61600c6126df565b5060005b82518110156160f7576160238184613882565b519061602f8186613882565b516001600160a01b039290898416159081156160d457616051615ead84611dbf565b90555b1580806160c9575b61609d575b60019381616091575b50616077575b5001616010565b80616086888b61608b94616aeb565b616bc8565b38616070565b9050871615153861606a565b6160ab6080615fa6846151ad565b156160615760405162461bcd60e51b81528061149b60048201616337565b50838816151561605c565b848916156160e3575b50616054565b6160ef615fe484611dbf565b9055386160dd565b50949093929091906001600160a01b038116616115575b5050505050565b845160010361613b576020806161319601519201519233616662565b388080808061610e565b6161479491923361652e565b616131565b906000602091828151910182855af115613c97576000513d61619f57506001600160a01b0381163b155b61617d5750565b604051635274afe760e01b81526001600160a01b039091166004820152602490fd5b60011415616176565b6161b590949391946152e2565b91825115614f585760005b8351811015616222576001906127106161f06001600160601b0360206161e6858a613882565b5101511689613c51565b04806161fe575b50016161c0565b61621c90838060a01b036162128489613882565b5151168686614e6a565b386161f7565b505050509050565b60005260008051602061703a833981519152602052604060002060ff6004820154169081616256575090565b600291500154421090565b90813b156162e75760008051602061711a83398151915280546001600160a01b0319166001600160a01b0384169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a28051156162cc576162c991616699565b50565b5050346162d557565b60405163b398979f60e01b8152600490fd5b604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b60ff60008051602061727a8339815191525460401c161561632557565b604051631afcd79f60e31b8152600490fd5b60809060208152602560208201527f43616e6e6f74207472616e73666572206163746976656c792072656e746564206040820152643a37b5b2b760d91b60608201520190565b908160209103126104a85751611879816104f9565b926163c161187995936163cf9360018060a01b031686526000602087015260a0604087015260a0860190611834565b908482036060860152611834565b916080818403910152610d35565b939061187995936163c1916163cf9460018060a01b03809216885216602087015260a0604087015260a0860190611834565b3d1561643a573d9061642082611344565b9161642e604051938461062d565b82523d6000602084013e565b606090565b9293919093843b616451575050505050565b602091616474604051948593849363bc197c8160e01b9889865260048601616392565b038160006001600160a01b0388165af1600091816164fd575b506164c6578261649b61640f565b80519190826164bf57604051632bfa23e760e11b81528061149b84600483016121d9565b6020915001fd5b6001600160e01b031916036164e05750388080808061610e565b604051632bfa23e760e11b815290819061149b90600483016121d9565b61652091925060203d602011616527575b616518818361062d565b81019061637d565b903861648d565b503d61650e565b939290949194853b616543575b505050505050565b616566602093604051958694859463bc197c8160e01b998a8752600487016163dd565b038160006001600160a01b0388165af1600091816165a8575b5061658d578261649b61640f565b6001600160e01b031916036164e0575038808080808061653b565b6165c291925060203d60201161652757616518818361062d565b903861657f565b909260a0926118799594600180861b0316835260006020840152604083015260608201528160808201520190610d35565b919261187995949160a094600180871b038092168552166020840152604083015260608201528160808201520190610d35565b9293919093843b61663f575050505050565b602091616474604051948593849363f23a6e6160e01b98898652600486016165c9565b939290949194853b61667657505050505050565b616566602093604051958694859463f23a6e6160e01b998a8752600487016165fa565b60008061187993602081519101845af46166b161640f565b91616bfb565b919290926166c6818585616c83565b600091825b855184101561670e576167066001918560051b906166f46020808489010151938b010151611ef0565b6166ff838254613a3c565b9055613a3c565b9301926166cb565b925093909261673561673060008051602061725a833981519152948554613a3c565b613a58565b6001600160a01b03161561674857505050565b9091926000906000915b8351831015616787576001908360051b90616778602080848b0101519388010151611ef0565b82815403905501920191616752565b925093505061065d915403613a58565b9291926167a5848383616d65565b6001600160a01b03161561680c575b6000805b82518210156167ed576001908260051b906167de602080848a0101519387010151611ef0565b828154039055019101906167b8565b91505061065d91925060008051602061725a8339815191525403613a58565b6000805b8251821015616841576168396001918360051b906166f4602080848b0101519388010151611ef0565b910190616810565b61685f91506167309060008051602061725a83398151915254613a3c565b6167b4565b9093929361687485848385616e74565b6001600160a01b03918216156168c9575b161561689057509050565b6000805b82518210156167ed576001908260051b906168ba602080848a0101519387010151611ef0565b82815403905501910190616894565b92600091825b8451841015616900576168f86001918560051b906166f4602080848d010151938a010151611ef0565b9301926168cf565b6169229193506167309095929560008051602061725a83398151915254613a3c565b616885565b1561692e57565b60405162461bcd60e51b815260206004820152601a6024820152795472616e736665722066726f6d207a65726f206164647265737360301b6044820152606490fd5b1561697757565b60405162461bcd60e51b81526020600482015260186024820152775472616e7366657220746f207a65726f206164647265737360401b6044820152606490fd5b156169be57565b60405162461bcd60e51b81526020600482015260186024820152775472616e7366657220746f2073616d65206164647265737360401b6044820152606490fd5b15616a0557565b60405162461bcd60e51b815260206004820152601c60248201527b21b0b73737ba103a3930b739b332b9103932b73a32b2103a37b5b2b760211b6044820152606490fd5b15616a5057565b60405162461bcd60e51b8152602060048201526015602482015274151c985b9cd9995c881b9bdd08185c1c1c9bdd9959605a1b6044820152606490fd5b15616a9457565b60405162461bcd60e51b815260206004820152601b60248201527a151c985b9cd9995c881c9bde585b1d1a595cc81b9bdd081c185a59602a1b6044820152606490fd5b616977906001600160a01b03161515616927565b91610e4390616b4b906001600160a01b0384811690616b2490616b0f831515616927565b8316616b1c811515616970565b8214156169b7565b616b2d8661622a565b616baa575b3303616b8c575b6040519283916020830195878761592c565b519020616b676147846111ac616b6084611e1e565b5493611ec1565b5115159081616b82575b50616b795750565b61065d90616a8d565b9050151538616b71565b616ba560ff616b9e336114af886134d4565b5416616a49565b616b39565b616bc381616bbd610be46129728a611e4d565b146169fe565b616b32565b60005260008051602061703a8339815191526020526004604060002001805460ff8116616bf3575050565b60ff19169055565b90616c225750805115616c1057602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580616c55575b616c33575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b15616c2b565b9091616c7561187993604084526040840190611834565b916020818403910152611834565b919091825182519081810361192757505060005b8351811015616ceb57600581901b84810160209081015191850101516001929184906001600160a01b038216616cd1575b50505001616c97565b616ce1916114af615ead92611e6a565b9055388381616cc8565b50916001815114600014616d38576020908101519101516040516001600160a01b03909316926000923392600080516020616ffa83398151915292918291616d3391836141a7565b0390a4565b600080516020616fba833981519152616d336000939460405191829160018060a01b031696339583616c5e565b929190805182519081810361192757505060005b8151811015616dfe57600581901b82810160209081015191850101516001600160a01b038716616dae575b5050600101616d79565b616dbb876114af84611e6a565b54818110616ddf57876114af6001959493616dd7930393611e6a565b559038616da4565b8761149b84846040519485946303dee4c560e01b865260048601613c64565b5090600092939160018151148414616e47576020908101519101516040516001600160a01b03909316923392600080516020616ffa833981519152928291616d339190836141a7565b6040516001600160a01b03909316923392600080516020616fba833981519152928291616d339183616c5e565b939291805183519081810361192757505060005b8151811015616f3d57600581901b82810160209081015191860101516001600160a01b0392918590898516616ee5575b6001948216616ecb575b50505001616e88565b616edb916114af615ead92611e6a565b9055388481616ec2565b9192939050616ef7896114af84611e6a565b54838110616f1e5791869184600196959403616f168c6114af85611e6a565b559450616eb8565b8961149b84866040519485946303dee4c560e01b865260048601613c64565b508051939493919291600103616f88576020908101519101516040516001600160a01b0393841694909316923392600080516020616ffa833981519152928291616d339190836141a7565b6040516001600160a01b0393841694909316923392600080516020616fba833981519152928291616d339183616c5e56fe4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0dc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62797343f8d6a29aafeb3aaf0910a8973e0081c60c2f6c1f775cd9f76ea348fc1eefbf0e557c8acb6e3deb011ac697e5553b802e419ed4680395101c0ddc5e8723b19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e1aa44fcb526383bd2f7c6231f8c09a41edc5b654966336907d6f785a5b3d28921aa44fcb526383bd2f7c6231f8c09a41edc5b654966336907d6f785a5b3d288f189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3dc16fef70f8d5ddbc01ee3d903d1e69c18a3c7be080eb86a81e0578814ee58d3de1159fbbeca73b2aca5752c42b257ca18171ae3b3d3bbf22c7938e3a961a0cb360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc2ef5a061f2418e35f9142cd79d8ab9d0e6a54382fa16addc47a53c5b4b32fe0a1aa44fcb526383bd2f7c6231f8c09a41edc5b654966336907d6f785a5b3d2893c32d4dc01d07c436ad8a6f9a20eadd61263c71fe16f6b5956005ba3b341f51dd88be536d5240c274a3b1d3a1be54482fd9caa294f08c62a7cde569f49a3c45001aa44fcb526383bd2f7c6231f8c09a41edc5b654966336907d6f785a5b3d289102dd7bc7dec4dceedda775e58dd541e08a116c6c53815c0bd028192f7b62680010546b1a6f5245ff0ffa18c256b9e46859c585cbb473b453fcd4c2dc39ae08dbcd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f033001aa44fcb526383bd2f7c6231f8c09a41edc5b654966336907d6f785a5b3d28904a593662ee04d27b6a00ebb31be7fe0c102c2ade82a7c5d764f2df05dc4e2801f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0088be536d5240c274a3b1d3a1be54482fd9caa294f08c62a7cde569f49a3c4502a164736f6c6343000818000a",
|
|
2204
|
+
"deployedBytecode": "0x6080604052600436101561001257600080fd5b60003560e01c8062fdd58e1461048657806301ffc9a714610481578063087930ba1461047c5780630a0a3515146104775780630a65a9cf146104725780630daf4c971461046d5780630e89341c1461046857806310c551c514610463578063162094c41461045e57806318160ddd146104595780631eae6ed7146104545780631fc7f7e91461044f578063248a9ca31461044a57806327dc3fbd146104455780632a55205a146104405780632ab4d0521461043b5780632eb2c2d6146104365780632f2ff15d146104315780633013ce291461042c57806336568abe146104275780633f4ba83a1461042257806342966c681461041d578063463dace014610418578063492ae5a3146104135780634e1273f41461040e5780634f1ef286146104095780634f558e791461040457806352d1902d146103ff57806355f804b3146103fa5780635c975abb146103f55780635e27a775146103f0578063602481b6146103eb578063694e91b8146103e65780636c8b703f146103e157806370824c5c146103dc57806372de8072146103d757806381444338146103d257806382e1350a146103cd57806383ca4b6f146103c8578063844cdded146103c35780638456cb59146103be5780638a71bb2d146103b9578063906a8b2e146103b457806391d14854146103af57806397491d6f146103aa5780639f6d68b0146103a5578063a217fddf146103a0578063a22cb4651461039b578063aa15d40f14610396578063ad3cb1cc14610391578063b390c0ab1461038c578063b76c632b14610387578063b97c9f7714610382578063bd85b0391461037d578063c8a9aabc14610378578063ce22958b14610373578063cf9122d41461036e578063d2d43dec14610369578063d547741f14610364578063dbe55e561461035f578063e58378bb1461035a578063e5afe3e614610355578063e5f2e0cc14610350578063e985e9c51461034b578063eabafe5d14610346578063ed26e34e14610341578063f242432a1461033c578063f249fd1614610337578063f72c0d8b14610332578063f7d975771461032d5763f7ea7a3d1461032857600080fd5b6134b3565b61343e565b613415565b613307565b6132ac565b613280565b61324e565b613215565b613135565b613109565b6130e0565b6130aa565b61305b565b612ef9565b612c95565b612b63565b6128e0565b6128b4565b612879565b6127ff565b612738565b6126f2565b6126c1565b61261d565b6125f7565b61258c565b6124b8565b612467565b612403565b6123cd565b612366565b612329565b612226565b612208565b6121ec565b612062565b612028565b611ffc565b611d81565b611ccf565b611cb0565b611c80565b611b84565b611b19565b611afb565b611943565b61187c565b611782565b61172d565b6115f6565b61157f565b611534565b61150b565b6114bc565b6113a6565b611326565b6112fa565b61127e565b611242565b6111ef565b611067565b61103c565b610ee8565b610db4565b610d5a565b610cd5565b6109ff565b610846565b610740565b61050b565b6104ad565b6001600160a01b031690565b6001600160a01b038116036104a857565b600080fd5b346104a85760403660031901126104a85760206104f06004356104cf81610497565b60243560005260008051602061719a8339815191528352604060002061350d565b54604051908152f35b6001600160e01b03198116036104a857565b346104a85760203660031901126104a857602060043561052a816104f9565b6001600160e01b0319811690636cdb3d1360e11b821480156105b1575b80156105a2575b8092811561057b575b5050811561056b575b506040519015158152f35b6105759150614a60565b38610560565b91925063152a902d60e11b90911490811561059a575b50903880610557565b905038610591565b506105ac81614a60565b61054e565b506303a24d0760e21b8214610547565b634e487b7160e01b600052604160045260246000fd5b60a081019081106001600160401b038211176105f257604052565b6105c1565b604081019081106001600160401b038211176105f257604052565b602081019081106001600160401b038211176105f257604052565b601f909101601f19168101906001600160401b038211908210176105f257604052565b6040519061065d826105d7565b565b6001600160401b0381116105f25760051b60200190565b9080601f830112156104a85760209082356106908161065f565b9361069e604051958661062d565b81855260208086019260051b8201019283116104a857602001905b8282106106c7575050505090565b83809183356106d581610497565b8152019101906106b9565b9080601f830112156104a85760209082356106fa8161065f565b93610708604051958661062d565b81855260208086019260051b8201019283116104a857602001905b828210610731575050505090565b81358152908301908301610723565b346104a85760803660031901126104a8576001600160401b036004358181116104a857610771903690600401610676565b906024358181116104a85761078a9036906004016106e0565b916044358281116104a8576107a39036906004016106e0565b606435938385116104a857366023860112156104a85784600401359384116104a8573660248560051b870101116104a85760246107e195019261354b565b005b9181601f840112156104a8578235916001600160401b0383116104a8576020808501948460061b0101116104a857565b9060406003198301126104a85760043591602435906001600160401b0382116104a857610842916004016107e3565b9091565b346104a85761085436610813565b9161085d614afb565b604051634f558e7960e01b8152600481018290526020908181602481305afa90811561097157600091610942575b501561093057600080915b8583106108fd57506127109150036108eb576108b96108b482611ea4565b614c58565b60005b8381106108c557005b6001906108e56108d484611ea4565b6108df838888614bb0565b90614d5b565b016108bc565b604051630569d67b60e21b8152600490fd5b9061092760019161092161091c85610916888c8c614bb0565b01614bc0565b6116c5565b90613a3c565b92019190610896565b60405163677510db60e11b8152600490fd5b610964915060203d60201161096a575b61095c818361062d565b810190614b9b565b3861088b565b503d610952565b613c97565b9181601f840112156104a8578235916001600160401b0383116104a857602083818601950101116104a857565b9060a06003198301126104a8576004356109bc81610497565b9160243591604435916001600160401b03916064358381116104a857826109e591600401610976565b939093926084359182116104a857610842916004016107e3565b346104a857610a0d366109a3565b610a1b969493929596614a8c565b6001600160a01b0392610a3186851615156138a8565b610a3c8815156138f3565b610a478715156139cb565b603a5496610a5488611daf565b5480610ca5575b50610a9d91610a71610a6c8a613a49565b603a55565b610a84610a7c6126df565b8b8b8b614adb565b86610a8e8a611dcf565b55610a9889611ddf565b613b8c565b83610ad5575b50505083610ac36000805160206171fa83398151915295610ad093613c51565b9060405194859485613c64565b0390a1005b610ae28785989498613c51565b93610aee60365461048b565b6040516370a0823160e01b8152602094828b169491868180610b1333600483016121d9565b0381895afa90811561097157610b35918a91600091610c88575b501015613ca3565b856040518096636eb1769f60e11b82528180610b55303360048401613cfa565b03915afa948515610971576000805160206171fa8339815191529b89610ba481610bf097610b9b610ad09e8e9c610bca98610ac39f600092610c5b575b50501015613d14565b30903390614e6a565b6000805160206170fa833981519152548060a01c9260009380610c15575b505050613d6c565b9180610bf8575b5050610be9610be4610be460365461048b565b61048b565b9089614ee6565b935095610aa3565b610c0e91610c0530614b89565b9290918d614d97565b3880610bd1565b610c2e91929450610c269084613c51565b612710900490565b80938115610bc257610c5392610c4b610be4610be460365461048b565b911690614eb1565b388281610bc2565b610c7a9250803d10610c81575b610c72818361062d565b810190613c88565b3880610b92565b503d610c68565b610c9f9150893d8b11610c8157610c72818361062d565b38610b2d565b610cb88a610cb28b611dbf565b54613a3c565b11610cc35738610a5b565b604051631c07ee3d60e01b8152600490fd5b346104a85760203660031901126104a8576020610d08600435610cf781610497565b610cff614a8c565b603a5490614f5f565b6040519015158152f35b60005b838110610d255750506000910152565b8181015183820152602001610d15565b90602091610d4e81518092818552858086019101610d12565b601f01601f1916010190565b346104a85760203660031901126104a857610d8d610d79600435613e05565b604051918291602083526020830190610d35565b0390f35b60609060031901126104a857600435610da981610497565b906024359060443590565b346104a857610dc236610d91565b91610dd4610dcf83614202565b613fd2565b8160005260008051602061719a833981519152602052610df833604060002061350d565b5415610eb1573315610e7557610e7291610e4390610e5190610e246001600160a01b0385161515614ff8565b610e2f86151561503f565b604051928391876020840196429288615095565b03601f19810183528261062d565b519020610e6d610e6082611def565b805460ff19166001179055565b611e1e565b55005b60405162461bcd60e51b81526020600482015260146024820152734f776e65722063616e6e6f74206265207a65726f60601b6044820152606490fd5b60405162461bcd60e51b815260206004820152600f60248201526e2737ba103a37b5b2b71037bbb732b960891b6044820152606490fd5b346104a85760403660031901126104a8576004356001600160401b036024358181116104a857610f1c903690600401610976565b6000929160008051602061705a83398151915284526020946000805160206171da833981519152602052610f5f60ff610f58336040892061350d565b5416614015565b610f6b610dcf82614202565b610f768315156139cb565b84526038602052604084209282116105f257610f9c82610f968554611f1f565b85613b23565b8394601f8311600114610fd0575083948291610fc0949592610fc5575b5050613b79565b905580f35b013590503880610fb9565b90601f19831695610fe685600052602060002090565b9286905b8882106110245750508360019596971061100a575b505050811b01905580f35b0135600019600384901b60f8161c19169055388080610fff565b80600184968294958701358155019501920190610fea565b346104a85760003660031901126104a857602060008051602061725a83398151915254604051908152f35b346104a85761107536610d91565b9091611083610dcf84614202565b6036546001600160a01b0390811693906110a083821615156150c3565b6110ab331515615107565b6110b684151561503f565b60009360005b6103e8811061117b575b5090611107916110d9611145959661514a565b6000805160206170fa833981519152548060a01c9260009380611164575b5083908161115857505050613d6c565b611140611136610c2661113060018060601b0360008051602061709a83398151915254166116c5565b84613c51565b92868433926161a8565b613d6c565b908161114d57005b6107e1923390614e6a565b610c539216338a614e6a565b611174919450610c269084613c51565b92386110f7565b6111858142613d6c565b60405161119d81610e43602082019487338b88615095565b5190206111b36111ac82611def565b5460ff1690565b6111c057506001016110bc565b611145959650611107939291506111d96111e391611def565b805460ff19169055565b600195945090916110c6565b346104a85760803660031901126104a85761120b600435610497565b611216602435610497565b6112216044356152e2565b51151580611237575b6020906040519015158152f35b50606435151561122a565b346104a85760203660031901126104a8576004356000526000805160206171da8339815191526020526020600160406000200154604051908152f35b346104a85760203660031901126104a85761129761405a565b5060a06112a56004356151ad565b608060405191600180851b038151168352602081015160208401526040810151604084015260608101516060840152015115156080820152f35b6001600160a01b039091168152602081019190915260400190565b346104a85760403660031901126104a857611316600435614085565b90610d8d604051928392836112df565b346104a85760003660031901126104a8576020603d54604051908152f35b6001600160401b0381116105f257601f01601f191660200190565b81601f820112156104a85780359061137682611344565b92611384604051948561062d565b828452602083830101116104a857816000926020809301838601378301015290565b346104a85760a03660031901126104a857600480356113c481610497565b6024356113d081610497565b6001600160401b03906044358281116104a8576113f090369086016106e0565b906064358381116104a85761140890369087016106e0565b926084359081116104a857611420903690870161135f565b936001600160a01b0380821690338214158061149f575b611480578316156114685715611451576107e19550615ff3565b604051626a0d4560e21b8152600081880152602490fd5b604051632bfa23e760e11b8152600081890152602490fd5b60405163711bec9160e11b81528061149b8533838d01613cfa565b0390fd5b5060ff6114b4336114af866134d4565b61350d565b541615611437565b346104a85760403660031901126104a8576107e16024356004356114df82610497565b806000526000805160206171da833981519152602052611506600160406000200154614b63565b615511565b346104a85760003660031901126104a8576036546040516001600160a01b039091168152602090f35b346104a85760403660031901126104a85760243561155181610497565b336001600160a01b0382160361156d576107e1906004356155c7565b60405163334bd91960e11b8152600490fd5b346104a85760003660031901126104a857611598614afb565b60008051602061721a833981519152805460ff8116156115e45760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a1005b604051638dfc202b60e01b8152600490fd5b346104a85760203660031901126104a857600435611612614a8c565b60009080825260008051602061719a83398151915260205261164261163a336040852061350d565b541515614117565b61164b8161622a565b611692575b331561167a5761166261167791615e19565b908360405161167081610612565b5233615f0f565b80f35b604051626a0d4560e21b815260048101839052602490fd5b80825260008051602061703a83398151915260205260408220546116c0906001600160a01b03163314614160565b611650565b6001600160601b031690565b60208082019080835283518092528060408094019401926000905b8382106116fb57505050505090565b845180516001600160a01b031687528301516001600160601b03168684015294850194938201936001909101906116ec565b346104a85760203660031901126104a857610d8d61174c6004356155ef565b604051918291826116d1565b60206003198201126104a857600435906001600160401b0382116104a857610842916004016107e3565b346104a85761179036611758565b9060009160008051602061705a833981519152835260206000805160206171da8339815191526020526117cb60ff610f58336040882061350d565b8384915b83831061181257506127109150036108eb576117e9614bca565b825b8181106117f6578380f35b8061180c6118076001938587614bb0565b614c90565b016117eb565b9061182b60019161092161091c85610916888a8c614bb0565b920191906117cf565b90815180825260208080930193019160005b828110611854575050505090565b835185529381019392810192600101611846565b906020611879928181520190611834565b90565b346104a85760403660031901126104a8576001600160401b036004358181116104a8576118ad903690600401610676565b906024359081116104a8576118c69036906004016106e0565b90805182518082036119275750506118de81516141d0565b9160005b8251811015611919578061190860019260051b6020808288010151918601015190613524565b6119128287613882565b52016118e2565b60405180610d8d8682611868565b61149b604051928392635b05999160e01b8452600484016141a7565b6040806003193601126104a857600480359161195e83610497565b6024356001600160401b0381116104a85761197c903690840161135f565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114908115611adf575b50611ad0576000805160206170ba8339815191526000526000805160206171da83398151915260205260ff6119ea338560002061350d565b541615611a915790602084928451938480926352d1902d60e01b825289165afa60009281611a70575b50611a3457505051634c9c8ce360e01b815291829161149b919083016121d9565b84848460008051602061711a8339815191528503611a56576107e18484616261565b51632a87526960e21b815290810184815281906020010390fd5b611a8a91935060203d602011610c8157610c72818361062d565b9138611a13565b825162461bcd60e51b8152602081860152601960248201527821b0b63632b91034b9903737ba1030b7103ab833b930b232b960391b6044820152606490fd5b50505163703e46dd60e11b8152fd5b90508160008051602061711a83398151915254161415386119b2565b346104a85760203660031901126104a8576020610d08600435614202565b346104a85760003660031901126104a8577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003611b7257602060405160008051602061711a8339815191528152f35b60405163703e46dd60e11b8152600490fd5b346104a8576020806003193601126104a8576001600160401b036004358181116104a857611bb690369060040161135f565b91611bbf614afb565b82519182116105f257611bdc82611bd7603954611f1f565b613a6a565b602090601f8311600114611c0f57508190611bff93600092611c04575050613b79565b603955005b015190503880610fb9565b6039600052601f198316939091906000805160206170da833981519152926000905b868210611c685750508360019510611c4f575b505050811b01603955005b015160001960f88460031b161c19169055388080611c44565b80600185968294968601518155019501930190611c31565b346104a85760003660031901126104a857602060ff60008051602061721a83398151915254166040519015158152f35b346104a85760203660031901126104a857610d8d61174c6004356152e2565b346104a857611cdd36611758565b9060009160008051602061705a833981519152835260206000805160206171da833981519152602052611d1860ff610f58336040882061350d565b8384915b838310611d5f57506127109150036108eb57611d36614c11565b825b818110611d43578380f35b80611d59611d546001938587614bb0565b614d10565b01611d38565b90611d7860019161092161091c85610916888a8c614bb0565b92019190611d1c565b346104a85760003660031901126104a85760206000805160206170fa8339815191525460a01c604051908152f35b600052603b602052604060002090565b600052603c602052604060002090565b6000526037602052604060002090565b6000526038602052604060002090565b6000527f6b770677edae0e90cca492948fa872f24dbe9c82ebeb8d39118b033a5e1bd3df602052604060002090565b6000527f6b770677edae0e90cca492948fa872f24dbe9c82ebeb8d39118b033a5e1bd3e0602052604060002090565b60005260008051602061703a833981519152602052604060002090565b60005260008051602061719a833981519152602052604060002090565b60005260008051602061715a833981519152602052604060002090565b60005260008051602061707a833981519152602052604060002090565b6000527f6b770677edae0e90cca492948fa872f24dbe9c82ebeb8d39118b033a5e1bd3e1602052604060002090565b6000527f4a593662ee04d27b6a00ebb31be7fe0c102c2ade82a7c5d764f2df05dc4e2800602052604060002090565b90600182811c92168015611f4f575b6020831014611f3957565b634e487b7160e01b600052602260045260246000fd5b91607f1691611f2e565b90604051918260008254611f6c81611f1f565b90818452602094600191600181169081600014611fda5750600114611f9b575b50505061065d9250038361062d565b600090815285812095935091905b818310611fc257505061065d9350820101388080611f8c565b85548884018501529485019487945091830191611fa9565b9250505061065d94925060ff191682840152151560051b820101388080611f8c565b346104a85760203660031901126104a8576004356000526038602052610d8d610d796040600020611f59565b346104a85760003660031901126104a857602060405160008051602061701a8339815191528152f35b6001600160601b038116036104a857565b346104a85760c03660031901126104a85760043561207f81610497565b6001600160401b03906024358281116104a8576120a090369060040161135f565b906044356120ad81610497565b6064356120b981612051565b608435916120c683610497565b60008051602061727a833981519152549560ff8760401c16159616801590816121d1575b60011490816121c7575b1590816121be575b506121ac5760008051602061727a83398151915280546001600160401b03191660011790556121349486612187575b60a43594614441565b61213a57005b60008051602061727a833981519152805460ff60401b19169055604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2908060208101610ad0565b60008051602061727a833981519152805460ff60401b1916600160401b17905561212b565b60405163f92ee8a960e01b8152600490fd5b905015386120fc565b303b1591506120f4565b8791506120ea565b6001600160a01b03909116815260200190565b346104a85760203660031901126104a857602060405160008152f35b346104a85760003660031901126104a8576020603a54604051908152f35b346104a85760403660031901126104a8576001600160401b036004358181116104a8576122579036906004016106e0565b906024359081116104a8576122709036906004016106e0565b612278614a8c565b81518151036122eb5761228d82511515614662565b60005b82518110156122e057806122b16122a960019385613882565b5115156138f3565b6122da6122c86122c18387613882565b5133613524565b6122d28386613882565b511115614117565b01612290565b506107e19133615773565b60405162461bcd60e51b8152602060048201526016602482015275082e4e4c2f2e640d8cadccee8d040dad2e6dac2e8c6d60531b6044820152606490fd5b346104a857612337366109a3565b612345969493929596614a8c565b6123508715156138f3565b6001600160a01b0392610a3c86851615156138a8565b346104a85760003660031901126104a85761237f614afb565b612387614a8c565b60008051602061721a833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a1005b346104a85760003660031901126104a85760008051602061709a833981519152546040516001600160601b039091168152602090f35b346104a85760203660031901126104a85760405162461bcd60e51b815260206004820152602560248201527f746f6b656e4279496e646578206e6f7420737570706f7274656420696e204552604482015264433131353560d81b6064820152608490fd5b346104a85760403660031901126104a857602060ff6124ac60243561248b81610497565b6004356000526000805160206171da8339815191528452604060002061350d565b54166040519015158152f35b346104a85760203660031901126104a85760043560009080825260008051602061719a8339815191526020526124f1336040842061350d565b5415801590612561575b1561250957611677906146a7565b60405162461bcd60e51b815260206004820152602a60248201527f4d757374206f776e20746f6b656e73206f722062652072656e74657220746f20604482015269195b99081c995b9d185b60b21b6064820152608490fd5b5080825260008051602061703a83398151915260205260408220546001600160a01b031633146124fb565b346104a85760203660031901126104a8576004356125a981612051565b6125b1614afb565b6001600160601b031661271081116125e55760008051602061709a83398151915280546001600160601b0319169091179055005b60405163c2a2a95d60e01b8152600490fd5b346104a85760003660031901126104a857602060405160008152f35b801515036104a857565b346104a85760403660031901126104a85760043561263a81610497565b60243561264681612613565b6001600160a01b0382169182156126a95781612668612679926114af336134d4565b9060ff801983541691151516179055565b60405190151581527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3160203392a3005b60405162ced3e160e81b815260006004820152602490fd5b346104a85760203660031901126104a8576020610d0860043561622a565b604051906126ec82610612565b60008252565b346104a85760003660031901126104a857610d8d604051612712816105f7565b60058152640352e302e360dc1b6020820152604051918291602083526020830190610d35565b346104a85760403660031901126104a857600435602435612757614a8c565b6127628115156138f3565b60009180835260008051602061719a8339815191526020526127938261278b336040872061350d565b541015614117565b61279c8161622a565b6127cc575b33156127b4576116779161166291615e40565b604051626a0d4560e21b815260048101849052602490fd5b80835260008051602061703a83398151915260205260408320546127fa906001600160a01b03163314614160565b6127a1565b346104a8576020806003193601126104a85761281c600435614743565b6040929192519283916040830160408452825180915260206060850193019460005b828110612859578580610d8d87878382036020850152611834565b86516001600160a01b03168552958101958795509381019360010161283e565b346104a85760003660031901126104a85760206040517f3b652633b3026fa70803ad50b58b0ae884cefe3497643f62c67c466f41a6e88d8152f35b346104a85760203660031901126104a857600435600052603b6020526020604060002054604051908152f35b346104a85760603660031901126104a857602435604435600435612902614a8c565b61290e610dcf82614202565b6036546001600160a01b0390811693906129c29061292d3315156157de565b612938831515615827565b612943851515615886565b61296161295c600461295487611e4d565b015460ff1690565b61579c565b612986338261297f61297288611e4d565b546001600160a01b031690565b16146158e4565b61299285303389614e6a565b6000805160206170fa833981519152548060a01c9160009280612b4c575b50829081612b39575b50505084613d6c565b936129ef610c266129e960018060601b0360008051602061709a83398151915254166116c5565b87613c51565b9485612a95575b60008051602061713a83398151915295612a0f91613d6c565b80612a83575b5050612a2e6002612a2584611e4d565b01918254613a3c565b90556003612a3b82611e4d565b01612a47838254613a3c565b9055610ad0612a55826151ad565b9260606040850151940151604051948594859094939260609260808301968352602083015260408201520152565b612a8e913390614eb1565b3880612a15565b612a9e846155ef565b8051612aab575b506129f6565b939094919260005b8551811015612b1c5780612aec610c26612ae661091c6020612ad76001978d613882565b5101516001600160601b031690565b8b613c51565b80612af9575b5001612ab3565b612b1690612b10612b0a848b613882565b5161389b565b88614eb1565b38612af2565b50919490935090919060008051602061713a833981519152612aa5565b612b44921688614eb1565b3881816129b9565b612b5c919350610c269088613c51565b91386129b0565b346104a85760803660031901126104a857600435612b8081610497565b602435906044359060643590612b9582610497565b612b9d614a8c565b6001600160a01b03818116939091908415612c5257612c3e7f9387a595ac4be9038bbb9751abad8baa3dcf219dd9e19abb81552bd521fe354693851694612be5861515614828565b612bf08315156138f3565b612c018361278b836114af8c611e6a565b8288612c0c81611dcf565b5495612c19871515614874565b612c3084888385612c2b60365461048b565b615956565b612c386126df565b936149bb565b612c4d604051928392836141a7565b0390a4005b60405162461bcd60e51b815260206004820152601b60248201527a43616e6e6f742073656c6c20746f207a65726f206164647265737360281b6044820152606490fd5b346104a85760803660031901126104a8576004803590612cb482610497565b602435916001600160401b03916044358381116104a857612cd89036908301610976565b9190936064359081116104a857612cf290369083016107e3565b9290612cfc614a8c565b6001600160a01b0391612d1286841615156138a8565b612d1d8115156139cb565b603a5496612d2a88611daf565b5480612ecb575b5090612d5f91612d43610a6c8a613a49565b612d55612d4e6126df565b8a8a614ab7565b89610a8e8a611dcf565b86612dae575b6000805160206171fa8339815191528686610ad0612d828b613c40565b60405193849384606091949392608082019560018060a01b031682526020820152600160408201520152565b612dbb8792939497613c40565b96612dc760365461048b565b918483166040516370a0823160e01b8152602097888280612dea338583016121d9565b0381865afa92831561097157612e0f8d612e2c958c95600091612eb457501015613ca3565b6040518080958194636eb1769f60e11b8352309033908401613cfa565b03915afa958615610971578a610ba481612e9097610b9b6000805160206171fa8339815191529f612d829c612e6f98610ad09f600092610c5b5750501015613d14565b9180612e97575b5050612e89610be4610be460365461048b565b9087614ee6565b9438612d65565b612ead91612ea430614b89565b9290918b614d97565b3880612e76565b610c9f9150863d8811610c8157610c72818361062d565b612edd612ed78a611dbf565b54613a29565b11612ee85738612d31565b604051631c07ee3d60e01b81528590fd5b346104a85760a03660031901126104a857604435600435606435612f1c81610497565b60843591612f2983610497565b612f31614a8c565b612f3d610dcf82614202565b6001600160a01b039382851691821561301657612f8d610ad0937f91ed440ea126ed5a21dfd1e9ad850a40d87c795aa239d6d1a8967347bee99790978716612f868115156148b6565b141561490d565b612fa5612f9d866114af84611e6a565b541515614963565b612fc1612fb360365461048b565b868433928560243591615c4c565b6020612fcc826151ad565b01516040612fd9836151ad565b015191604051968796879260a09491979695929760c0850198600180881b0380921686521660208501526040840152606083015260808201520152565b60405162461bcd60e51b815260206004820152601d60248201527f52656e7465722063616e6e6f74206265207a65726f20616464726573730000006044820152606490fd5b346104a85760403660031901126104a8576107e160243560043561307e82610497565b806000526000805160206171da8339815191526020526130a5600160406000200154614b63565b6155c7565b346104a85760003660031901126104a8576000805160206170fa833981519152546040516001600160a01b039091168152602090f35b346104a85760003660031901126104a857602060405160008051602061705a8339815191528152f35b346104a85760203660031901126104a85760043560005260376020526020604060002054604051908152f35b346104a85761314336610813565b9161314c614afb565b61315530614b89565b6040519060e01b81526020818193818061317788600483019190602083019252565b03915afa908115610971576000916131f6575b501561093057600080915b8583106131d457506127109150036108eb576131b36108b482611e87565b60005b8381106131bf57005b6001906131ce6108d484611e87565b016131b6565b906131ed60019161092161091c85610916888c8c614bb0565b92019190613195565b61320f915060203d60201161096a5761095c818361062d565b3861318a565b346104a85760403660031901126104a857602060ff6124ac60043561323981610497565b6114af6024359161324983610497565b6134d4565b346104a85760403660031901126104a857613267614afb565b600435600052603b602052602435604060002055600080f35b346104a85760203660031901126104a857600435600052603c6020526020604060002054604051908152f35b346104a85760a03660031901126104a8576004356132c981610497565b602435906132d682610497565b608435916001600160401b0383116104a8576132f96107e193369060040161135f565b9160643591604435916149bb565b346104a85760403660031901126104a85760043561332481612051565b60243561333081610497565b613338614afb565b6000805160206170fa833981519152546001600160a01b0390811692906133629083161515615694565b6133796107d06001600160601b03831611156156e0565b30156133d0576107e1926133c56133ca92613393856143f4565b6000805160206170fa83398151915280546001600160a01b031660a09290921b6001600160a01b031916919091179055565b615539565b50615393565b60405162461bcd60e51b815260206004820152601d60248201527f41636365737320636f6e74726f6c2063616e6e6f74206265207a65726f0000006044820152606490fd5b346104a85760003660031901126104a85760206040516000805160206170ba8339815191528152f35b346104a85760403660031901126104a85760008051602061705a83398151915260009081526000805160206171da83398151915260205260043561349560ff610f583360008051602061717a83398151915261350d565b6134a1610dcf82614202565b81526037602052602435604082205580f35b346104a85760203660031901126104a8576134cc614afb565b600435603d55005b6001600160a01b031660009081527f88be536d5240c274a3b1d3a1be54482fd9caa294f08c62a7cde569f49a3c45016020526040902090565b9060018060a01b0316600052602052604060002090565b6135479160005260008051602061719a833981519152602052604060002061350d565b5490565b949394919091613559614a8c565b613565815115156136ee565b6135728151845114613739565b61357f83518351146137a1565b61358b86845114613805565b60005b83518110156136e5576135b66135af610be46135aa8486613882565b61389b565b15156138a8565b6135c36122a98286613882565b6135d86135d08285613882565b51151561393f565b6135ef6135e682898861398a565b905015156139cb565b603a54906135fc82611daf565b54806136bc575b506000805160206171fa83398151915282613622610a6c600195613a49565b61364c6136326135aa8588613882565b61363c858a613882565b51836136466126df565b92614adb565b6136568387613882565b5161366082611dcf565b5561367961366f848c8b61398a565b90610a9884611ddf565b6136866135aa8487613882565b6136b3613693858a613882565b51610ac36136a1878b613882565b516136ac888d613882565b5190613c51565b0390a10161358e565b6136da6136c884611dbf565b546136d38489613882565b5190613a3c565b11610cc35738613603565b50505050509050565b156136f557565b606460405162461bcd60e51b815260206004820152602060248201527f526563697069656e74732061727261792063616e6e6f7420626520656d7074796044820152fd5b1561374057565b60405162461bcd60e51b815260206004820152603360248201527f526563697069656e747320616e6420616d6f756e747320617272617973206d756044820152720e6e840d0c2ecca40e6c2daca40d8cadccee8d606b1b6064820152608490fd5b156137a857565b60405162461bcd60e51b815260206004820152602f60248201527f416d6f756e747320616e642070726963657320617272617973206d757374206860448201526e0c2ecca40e6c2daca40d8cadccee8d608b1b6064820152608490fd5b1561380c57565b60405162461bcd60e51b815260206004820152603260248201527f416d6f756e747320616e6420746f6b656e5552497320617272617973206d75736044820152710e840d0c2ecca40e6c2daca40d8cadccee8d60731b6064820152608490fd5b634e487b7160e01b600052603260045260246000fd5b80518210156138965760209160051b010190565b61386c565b516001600160a01b031690565b156138af57565b606460405162461bcd60e51b815260206004820152602060248201527f526563697069656e742063616e6e6f74206265207a65726f20616464726573736044820152fd5b156138fa57565b60405162461bcd60e51b815260206004820152601d60248201527f416d6f756e74206d7573742062652067726561746572207468616e20300000006044820152606490fd5b1561394657565b60405162461bcd60e51b815260206004820152601c60248201527b05072696365206d7573742062652067726561746572207468616e20360241b6044820152606490fd5b91908110156138965760051b81013590601e19813603018212156104a85701803591906001600160401b0383116104a85760200182360381136104a8579190565b156139d257565b60405162461bcd60e51b8152602060048201526019602482015278546f6b656e205552492063616e6e6f7420626520656d70747960381b6044820152606490fd5b634e487b7160e01b600052601160045260246000fd5b9060018201809211613a3757565b613a13565b91908201809211613a3757565b6000198114613a375760010190565b60008051602061725a83398151915255565b601f8111613a76575050565b60009060396000526020600020906020601f850160051c83019410613ab6575b601f0160051c01915b828110613aab57505050565b818155600101613a9f565b9092508290613a96565b601f8111613acc575050565b60009060008051602061729a8339815191526000526020600020906020601f850160051c83019410613b19575b601f0160051c01915b828110613b0e57505050565b818155600101613b02565b9092508290613af9565b90601f8111613b3157505050565b6000916000526020600020906020601f850160051c83019410613b6f575b601f0160051c01915b828110613b6457505050565b818155600101613b58565b9092508290613b4f565b8160011b916000199060031b1c19161790565b9092916001600160401b0381116105f257613bb181613bab8454611f1f565b84613b23565b6000601f8211600114613bd8578190613bd4939495600092610fc5575050613b79565b9055565b601f19821694613bed84600052602060002090565b91805b878110613c28575083600195969710613c0e575b505050811b019055565b0135600019600384901b60f8161c19169055388080613c04565b90926020600181928686013581550194019101613bf0565b9081156001838004141715613a3757565b81810292918115918404141715613a3757565b90949392606092608083019660018060a01b03168352602083015260408201520152565b908160209103126104a8575190565b6040513d6000823e3d90fd5b15613caa57565b60405162461bcd60e51b815260206004820152602260248201527f496e73756666696369656e74207061796d656e7420746f6b656e2062616c616e604482015261636560f01b6064820152608490fd5b6001600160a01b0391821681529116602082015260400190565b15613d1b57565b60405162461bcd60e51b8152602060048201526024808201527f496e73756666696369656e74207061796d656e7420746f6b656e20616c6c6f77604482015263616e636560e01b6064820152608490fd5b91908203918211613a3757565b60395460009291613d8982611f1f565b91600190818116908115613ddb5750600114613da457505050565b909192935060396000526020906020600020906000915b858310613dca57505050500190565b805485840152918301918101613dbb565b60ff191683525050811515909102019150565b90613e0160209282815194859201610d12565b0190565b613e0e81614202565b15613f8d57613e24613e1f82611ddf565b611f59565b8051613f8857506000908072184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b8181811015613f7a575b506904ee2d6d415b85acef8160201b905080831015613f6b575b50662386f26fc1000080831015613f5c575b506305f5e10080831015613f4d575b5061271080831015613f3e575b506064821015613f2e575b600a80921015613f24575b600190816021613ec060018701614fd0565b95860101905b613eee575b50505050611879610e4391604051928391613ee860208401613d79565b90613dee565b600019019083906f181899199a1a9b1b9c1cb0b131b232b360811b8282061a835304918215613f1f57919082613ec6565b613ecb565b9160010191613eae565b9190606460029104910191613ea3565b60049193920491019138613e98565b60089193920491019138613e8b565b60109193920491019138613e7c565b60209193920491019138613e6a565b604094500491503880613e50565b905090565b60405162461bcd60e51b815260206004820152601f60248201527f55524920717565727920666f72206e6f6e6578697374656e7420746f6b656e006044820152606490fd5b15613fd957565b60405162461bcd60e51b8152602060048201526014602482015273151bdad95b88191bd95cc81b9bdd08195e1a5cdd60621b6044820152606490fd5b1561401c57565b60405162461bcd60e51b815260206004820152601660248201527521b0b63632b91034b9903737ba1030b71037bbb732b960511b6044820152606490fd5b60405190614067826105d7565b60006080838281528260208201528260408201528260608201520152565b906000918083526037602052604083205490811561411157612710906140cf826140c860018060601b03958660008051602061709a833981519152541690613c51565b04916152e2565b9081511580156140e25750505050508190565b9091929395506138965760206141019201519460208601511690613c51565b92516001600160a01b0316920490565b50508190565b1561411e57565b60405162461bcd60e51b815260206004820152601a602482015279496e73756666696369656e7420746f6b656e2062616c616e636560301b6044820152606490fd5b1561416757565b60405162461bcd60e51b815260206004820152601860248201527721b0b73737ba10313ab937103932b73a32b2103a37b5b2b760411b6044820152606490fd5b908152602081019190915260400190565b6040516141c481610612565b60008152906000368137565b906141da8261065f565b6141e7604051918261062d565b82815280926141f8601f199161065f565b0190602036910137565b600052603c602052604060002054151590565b80519091906001600160401b0381116105f25761423781611bd7603954611f1f565b602080601f83116001146142605750819061425b9394600092611c04575050613b79565b603955565b6039600052601f198316949091906000805160206170da833981519152926000905b8782106142ba5750508360019596106142a1575b505050811b01603955565b015160001960f88460031b161c19169055388080614296565b80600185968294968601518155019501930190614282565b156142d957565b60405162461bcd60e51b815260206004820152601d60248201527f496e76616c6964207061796d656e7420746f6b656e20616464726573730000006044820152606490fd5b1561432557565b60405162461bcd60e51b8152602060048201526018602482015277496e76616c696420706c6174666f726d206164647265737360401b6044820152606490fd5b1561436c57565b60405162461bcd60e51b8152602060048201526015602482015274496e76616c69642061646d696e206164647265737360581b6044820152606490fd5b156143b057565b60405162461bcd60e51b815260206004820152601c60248201527b0a0d8c2e8ccdee4da40c6dedadad2e6e6d2dedc40e8dede40d0d2ced60231b6044820152606490fd5b6000805160206170fa83398151915280546001600160a01b0319166001600160a01b03909216919091179055565b80546001600160a01b0319166001600160a01b03909216919091179055565b92919261444c616308565b614454616308565b61445c616308565b614464616308565b81516001600160401b0381116105f25760008051602061729a83398151915290614497816144928454611f1f565b613ac0565b602080601f83116001146145bc57509361455461455f9461459397946144cf85614559966145999d9c9a6000916145b1575b50613b79565b90555b6144da616308565b6144e2616308565b6144ea616308565b6001600160a01b039081169061451b906145058315156142d2565b614512818a16151561431e565b8a161515614365565b6145326107d06001600160601b03871611156143a9565b603680546001600160a01b0319166001600160a01b0392909216919091179055565b614215565b8261573a565b60008051602061709a83398151915280546001600160601b0319166103e817905561458983615411565b506133ca836154a3565b506154da565b506145a46001603a55565b806145ac5750565b603d55565b9050860151386144c9565b60008051602061729a83398151915260005290601f1983167ff429cb5e2ec84cbb765e76b31964a56ccde03e7a6122d6cc4afb19edc55edeed926000905b82821061464a5750509461459397946001856145999c9b9995614554956145599861455f9b10614631575b5050811b0190556144d2565b87015160001960f88460031b161c191690553880614625565b80600185968294968c015181550195019301906145fa565b1561466957565b60405162461bcd60e51b81526020600482015260166024820152754172726179732063616e6e6f7420626520656d70747960501b6044820152606490fd5b60607fdfd6ab3fc2a0e563c3389917592f1a850824730b5f05f16be9363c4adfc268da916146d7610dcf82614202565b8060005260008051602061703a8339815191528060205261470260ff6004604060002001541661579c565b600082815260209190915260409020600401805460ff191690556001600160a01b0361472d826151ad565b51166040519182526020820152336040820152a1565b9061474d82611dcf565b54801561481457614784610c2661478a9261477e60018060601b0360008051602061709a83398151915254166116c5565b90613c51565b926152e2565b8051156148145761479b81516141d0565b926147a682516141d0565b9160005b815181101561480e57806147df6147c6612b0a60019486613882565b6147d0838a613882565b6001600160a01b039091169052565b6147fd610c266147f761091c6020612ad78689613882565b86613c51565b6148078287613882565b52016147aa565b50505090565b50905061481f6141b8565b906118796141b8565b1561482f57565b60405162461bcd60e51b815260206004820152601d60248201527f53656c6c65722063616e6e6f74206265207a65726f20616464726573730000006044820152606490fd5b1561487b57565b60405162461bcd60e51b8152602060048201526013602482015272151bdad95b881c1c9a58d9481b9bdd081cd95d606a1b6044820152606490fd5b156148bd57565b60405162461bcd60e51b815260206004820152602260248201527f546f6b656e206f776e65722063616e6e6f74206265207a65726f206164647265604482015261737360f01b6064820152608490fd5b1561491457565b60405162461bcd60e51b815260206004820152602160248201527f4f776e65722063616e6e6f742072656e74207468656972206f776e20746f6b656044820152603760f91b6064820152608490fd5b1561496a57565b60405162461bcd60e51b815260206004820152602360248201527f546f6b656e206f776e657220646f6573206e6f7420686176652074686520746f60448201526235b2b760e91b6064820152608490fd5b92939290916001600160a01b03808316903382141580614a48575b614a2c57841615614a1357156149fb5761065d946149f391615e40565b929091615ff3565b604051626a0d4560e21b815260006004820152602490fd5b604051632bfa23e760e11b815260006004820152602490fd5b60405163711bec9160e11b81528061149b863360048401613cfa565b5060ff614a58336114af876134d4565b5416156149d6565b63ffffffff60e01b16637965db0b60e01b8114908115614a7e575090565b6301ffc9a760e01b14919050565b60ff60008051602061721a8339815191525416614aa557565b60405163d93c066560e01b8152600490fd5b9091906001600160a01b03811615614a1357614ad561065d93615e19565b91615e65565b919291906001600160a01b03821615614a135761065d93614ad591615e40565b60008051602061705a83398151915260008190526000805160206171da83398151915260205260ff614b3b3360008051602061717a83398151915261350d565b541615614b455750565b6044906040519063e2517d3f60e01b82523360048301526024820152fd5b806000526000805160206171da83398151915260205260ff614b3b33604060002061350d565b6001600160a01b031690634f558e7990565b908160209103126104a8575161187981612613565b91908110156138965760061b0190565b3561187981612051565b60008051602061723a8339815191528054906000906000815582614bed57505050565b6000526020600020918201915b828110614c0657505050565b818155600101614bfa565b6000805160206171ba8339815191528054906000906000815582614c3457505050565b6000526020600020918201915b828110614c4d57505050565b818155600101614c41565b8054906000906000815582614c6c57505050565b6000526020600020918201915b828110614c8557505050565b818155600101614c79565b60008051602061723a83398151915280549190600160401b8310156105f257600183018082558310156138965761065d92602091600052816000200191614ce18135614cdb81610497565b84614422565b013590614ced82612051565b80546001600160a01b031660a09290921b6001600160a01b031916919091179055565b6000805160206171ba83398151915280549190600160401b8310156105f257600183018082558310156138965761065d92602091600052816000200191614ce18135614cdb81610497565b80549190600160401b8310156105f257600183018082558310156138965761065d92602091600052816000200191614ce18135614cdb81610497565b939290926040519060e01b815260208181938180614dbd8a600483019190602083019252565b03915afa90811561097157600091614e4b575b501561093057600080915b838310614e2957506127109150036108eb57614df96108b484611ea4565b60005b818110614e095750505050565b600190614e23614e1886611ea4565b6108df838688614bb0565b01614dfc565b90614e4260019161092161091c85610916888a8c614bb0565b92019190614ddb565b614e64915060203d60201161096a5761095c818361062d565b38614dd0565b6040516323b872dd60e01b60208201526001600160a01b03928316602482015292909116604483015260648083019390935291815261065d91614eac826105d7565b61614c565b614eac61065d9392614ed860405194859263a9059cbb60e01b6020850152602484016112df565b03601f19810184528361062d565b614ef390939291936155ef565b9060005b8251811015614f5857600190612710614f276001600160601b036020614f1d8589613882565b5101511688613c51565b0480614f35575b5001614ef7565b614f5290838060a01b03614f498488613882565b51511685614eb1565b38614f2e565b5050509050565b60019060015b83811115614f765750505050600090565b6040600082815260008051602061703a8339815191526020522060ff6004820154169081614fb9575b50614fb257614fad90613a49565b614f65565b5050905090565b546001600160a01b03848116911614905038614f9f565b90614fda82611344565b614fe7604051918261062d565b82815280926141f8601f1991611344565b15614fff57565b60405162461bcd60e51b8152602060048201526018602482015277526563697069656e742063616e6e6f74206265207a65726f60401b6044820152606490fd5b1561504657565b60405162461bcd60e51b815260206004820152602160248201527f53616c65207072696365206d7573742062652067726561746572207468616e206044820152600360fc1b6064820152608490fd5b90815260609190911b6001600160601b03191660208201526034810191909152605481019190915260740190565b156150ca57565b60405162461bcd60e51b815260206004820152601560248201527453656c6c65722063616e6e6f74206265207a65726f60581b6044820152606490fd5b1561510e57565b60405162461bcd60e51b815260206004820152601460248201527342757965722063616e6e6f74206265207a65726f60601b6044820152606490fd5b1561515157565b60405162461bcd60e51b815260206004820152602e60248201527f5472616e73666572206e6f7420696e69746961746564206f7220726f79616c7460448201526d1e48185b1c9958591e481c185a5960921b6064820152608490fd5b6151b561405a565b50604051634f558e7960e01b815260048101829052602081602481305afa8015610971576151eb9160009161524e575b50613fd2565b60005260008051602061703a833981519152602052604060002060ff600460405192615216846105d7565b80546001600160a01b031684526001810154602085015260028101546040850152600381015460608501520154161515608082015290565b615267915060203d60201161096a5761095c818361062d565b386151e5565b9081546152798161065f565b9260409361528a604051918261062d565b82815280946020809201926000526020600020906000935b8585106152b157505050505050565b600184819284516152c1816105f7565b8654848060a01b038116825260a01c838201528152019301940193916152a2565b600052602060008051602061715a8339815191526020526040906040600020805461538757506000805160206171ba8339815191528054916153238361065f565b93615331604051958661062d565b83855260208501926000526020600020906000935b8585106153565750505050505090565b60018481928451615366816105f7565b8654848060a01b038116825260a01c83820152815201930194019391615346565b9050611879915061526d565b60008051602061701a8339815191526000908082526000805160206171da8339815191528060205260ff6153ca856040862061350d565b5416614fb2578183526020526153e3836040842061350d565b805460ff1916600117905533926001600160a01b031691600080516020616fda8339815191529080a4600190565b60008080526000805160206171da833981519152602081905260ff615456847fb7db2dd08fcb62d0c9e08c51941cae53c267786a0b75803fb7960902fc8ef97d61350d565b541661549d5781805260205261546f826040832061350d565b805460ff1916600117905533916001600160a01b031690600080516020616fda8339815191528180a4600190565b50905090565b60008051602061705a8339815191526000908082526000805160206171da8339815191528060205260ff6153ca856040862061350d565b6000805160206170ba8339815191526000908082526000805160206171da8339815191528060205260ff6153ca856040862061350d565b6000908082526000805160206171da8339815191528060205260ff6153ca856040862061350d565b60008051602061701a8339815191526000908082526000805160206171da8339815191528060205260ff615570856040862061350d565b541615614fb25781835260205261558a836040842061350d565b805460ff1916905533926001600160a01b0316917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9080a4600190565b6000908082526000805160206171da8339815191528060205260ff615570856040862061350d565b600052602060008051602061707a83398151915260205260409060406000208054615387575060008051602061723a8339815191528054916156308361065f565b9361563e604051958661062d565b83855260208501926000526020600020906000935b8585106156635750505050505090565b60018481928451615673816105f7565b8654848060a01b038116825260a01c83820152815201930194019391615653565b1561569b57565b60405162461bcd60e51b815260206004820152601f60248201527f506c6174666f726d20616464726573732063616e6e6f74206265207a65726f006044820152606490fd5b156156e757565b60405162461bcd60e51b815260206004820152602560248201527f506c6174666f726d20636f6d6d697373696f6e2063616e6e6f74206578636565604482015264642032302560d81b6064820152608490fd5b61065d9190613393906157576001600160a01b0382161515615694565b61576e6107d06001600160601b03851611156156e0565b6143f4565b91906001600160a01b038316156149fb5761065d92600060405161579681610612565b52615f0f565b156157a357565b60405162461bcd60e51b8152602060048201526013602482015272151bdad95b881a5cc81b9bdd081c995b9d1959606a1b6044820152606490fd5b156157e557565b60405162461bcd60e51b815260206004820152601a602482015279546f6b656e206f776e65722063616e6e6f74206265207a65726f60301b6044820152606490fd5b1561582e57565b60405162461bcd60e51b815260206004820152602a60248201527f4164646974696f6e616c206475726174696f6e206d75737420626520677265616044820152690746572207468616e20360b41b6064820152608490fd5b1561588d57565b60405162461bcd60e51b815260206004820152602960248201527f4164646974696f6e616c207061796d656e74206d75737420626520677265617460448201526806572207468616e20360bc1b6064820152608490fd5b156158eb57565b60405162461bcd60e51b815260206004820152601960248201527821b0b63632b91036bab9ba103132903a3432903932b73a32b960391b6044820152606490fd5b9081526001600160601b0319606092831b811660208301529290911b909116603482015260480190565b929390926001600160a01b0361596f8482161515615107565b61597c81841615156150c3565b61598786151561503f565b6000805160206170fa833981519152805460a01c60009080615aee575b506159b188308887614e6a565b6159bb8189613d6c565b9281615ada575b505060008051602061709a833981519152546159f59150610c26906159ef906001600160601b03166116c5565b83613c51565b9081615a51575b91615a10615a3d96959492615a2e94613d6c565b8281615a40575b505050610e4360405193849260208401968761592c565b519020610e6d610e6082611ec1565b55565b615a4992614eb1565b388082615a17565b615a5a866152e2565b8051615a67575b506159fc565b95919793600097939591975b8751811015615ac75780615a9d610c26615a9761091c6020612ad76001978f613882565b8d613c51565b80615aaa575b5001615a73565b615ac190615abb612b0a848d613882565b8a614eb1565b38615aa3565b5093979296919550939190615a10615a61565b615ae692541684614eb1565b3880806159c2565b615afd9150610c269089613c51565b386159a4565b15615b0a57565b60405162461bcd60e51b815260206004820152602660248201527f52656e74616c206475726174696f6e206d75737420626520677265617465722060448201526507468616e20360d41b6064820152608490fd5b15615b6557565b60405162461bcd60e51b815260206004820152602360248201527f52656e74616c207072696365206d75737420626520677265617465722074686160448201526206e20360ec1b6064820152608490fd5b15615bbd57565b60405162461bcd60e51b8152602060048201526017602482015276151bdad95b881a5cc8185b1c9958591e481c995b9d1959604a1b6044820152606490fd5b6004608061065d93615c1760018060a01b0382511685614422565b6020810151600185015560408101516002850155606081015160038501550151151591019060ff801983541691151516179055565b919294615cda90949194615caa8760018060a01b0392615c6f84871615156157de565b615c7a881515615b03565b615c85821515615b5e565b615ca2615c9d615c9960046129548d611e4d565b1590565b615bb6565b309087614e6a565b6000805160206170fa833981519152548060a01c9160009280615e02575b50829081615def575b50505086613d6c565b60008051602061709a83398151915254615d0490610c26906159ef906001600160601b03166116c5565b9081615d72575b92615d3392615d23615d5c969361065d999896613d6c565b9081615d61575b50505042613a3c565b92615d3c610650565b338152934260208601526040850152606084015260016080840152611e4d565b615bfc565b615d6a92614eb1565b388080615d2a565b615d7b866155ef565b8051615d88575b50615d0b565b959197939490969260005b8751811015615ddb5780615db7610c26615a9761091c6020612ad76001978f613882565b80615dc4575b5001615d93565b615dd590615abb612b0a848d613882565b38615dbd565b509397929691955093929190615d33615d82565b615dfa921686614eb1565b388181615cd1565b615e12919350610c26908a613c51565b9138615cc8565b90604051916001835260208301526040820190600182526001606084015260808301604052565b9160405192600184526020840152604083019160018352606084015260808301604052565b939093615e738386836166b7565b615e7b6126df565b5060005b8551811015615ebd5780615e9560019288613882565b51615eb5615ead615ea68489613882565b5192611dbf565b918254613a3c565b905501615e7f565b509093909291906001600160a01b038416615ed9575b50505050565b8051600103615f005790602080615ef795930151910151913361662d565b38808080615ed3565b615f0a933361643f565b615ef7565b929190615f1d828286616797565b615f256126df565b5060005b8151811015614f5857615f3c8183613882565b51615f478285613882565b516001600160a01b03871615908115615fd857615f66615ead84611dbf565b90555b15908180615fd0575b615f98575b5080615f90575b615f8a57600101615f29565b84616ad7565b506000615f7e565b6080615fa6615fad926151ad565b0151151590565b615fb75738615f77565b60405162461bcd60e51b81528061149b60048201616337565b506000615f72565b615fec615fe484611dbf565b918254613d6c565b9055615f69565b949291909261600483838689616864565b61600c6126df565b5060005b82518110156160f7576160238184613882565b519061602f8186613882565b516001600160a01b039290898416159081156160d457616051615ead84611dbf565b90555b1580806160c9575b61609d575b60019381616091575b50616077575b5001616010565b80616086888b61608b94616aeb565b616bc8565b38616070565b9050871615153861606a565b6160ab6080615fa6846151ad565b156160615760405162461bcd60e51b81528061149b60048201616337565b50838816151561605c565b848916156160e3575b50616054565b6160ef615fe484611dbf565b9055386160dd565b50949093929091906001600160a01b038116616115575b5050505050565b845160010361613b576020806161319601519201519233616662565b388080808061610e565b6161479491923361652e565b616131565b906000602091828151910182855af115613c97576000513d61619f57506001600160a01b0381163b155b61617d5750565b604051635274afe760e01b81526001600160a01b039091166004820152602490fd5b60011415616176565b6161b590949391946152e2565b91825115614f585760005b8351811015616222576001906127106161f06001600160601b0360206161e6858a613882565b5101511689613c51565b04806161fe575b50016161c0565b61621c90838060a01b036162128489613882565b5151168686614e6a565b386161f7565b505050509050565b60005260008051602061703a833981519152602052604060002060ff6004820154169081616256575090565b600291500154421090565b90813b156162e75760008051602061711a83398151915280546001600160a01b0319166001600160a01b0384169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a28051156162cc576162c991616699565b50565b5050346162d557565b60405163b398979f60e01b8152600490fd5b604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b60ff60008051602061727a8339815191525460401c161561632557565b604051631afcd79f60e31b8152600490fd5b60809060208152602560208201527f43616e6e6f74207472616e73666572206163746976656c792072656e746564206040820152643a37b5b2b760d91b60608201520190565b908160209103126104a85751611879816104f9565b926163c161187995936163cf9360018060a01b031686526000602087015260a0604087015260a0860190611834565b908482036060860152611834565b916080818403910152610d35565b939061187995936163c1916163cf9460018060a01b03809216885216602087015260a0604087015260a0860190611834565b3d1561643a573d9061642082611344565b9161642e604051938461062d565b82523d6000602084013e565b606090565b9293919093843b616451575050505050565b602091616474604051948593849363bc197c8160e01b9889865260048601616392565b038160006001600160a01b0388165af1600091816164fd575b506164c6578261649b61640f565b80519190826164bf57604051632bfa23e760e11b81528061149b84600483016121d9565b6020915001fd5b6001600160e01b031916036164e05750388080808061610e565b604051632bfa23e760e11b815290819061149b90600483016121d9565b61652091925060203d602011616527575b616518818361062d565b81019061637d565b903861648d565b503d61650e565b939290949194853b616543575b505050505050565b616566602093604051958694859463bc197c8160e01b998a8752600487016163dd565b038160006001600160a01b0388165af1600091816165a8575b5061658d578261649b61640f565b6001600160e01b031916036164e0575038808080808061653b565b6165c291925060203d60201161652757616518818361062d565b903861657f565b909260a0926118799594600180861b0316835260006020840152604083015260608201528160808201520190610d35565b919261187995949160a094600180871b038092168552166020840152604083015260608201528160808201520190610d35565b9293919093843b61663f575050505050565b602091616474604051948593849363f23a6e6160e01b98898652600486016165c9565b939290949194853b61667657505050505050565b616566602093604051958694859463f23a6e6160e01b998a8752600487016165fa565b60008061187993602081519101845af46166b161640f565b91616bfb565b919290926166c6818585616c83565b600091825b855184101561670e576167066001918560051b906166f46020808489010151938b010151611ef0565b6166ff838254613a3c565b9055613a3c565b9301926166cb565b925093909261673561673060008051602061725a833981519152948554613a3c565b613a58565b6001600160a01b03161561674857505050565b9091926000906000915b8351831015616787576001908360051b90616778602080848b0101519388010151611ef0565b82815403905501920191616752565b925093505061065d915403613a58565b9291926167a5848383616d65565b6001600160a01b03161561680c575b6000805b82518210156167ed576001908260051b906167de602080848a0101519387010151611ef0565b828154039055019101906167b8565b91505061065d91925060008051602061725a8339815191525403613a58565b6000805b8251821015616841576168396001918360051b906166f4602080848b0101519388010151611ef0565b910190616810565b61685f91506167309060008051602061725a83398151915254613a3c565b6167b4565b9093929361687485848385616e74565b6001600160a01b03918216156168c9575b161561689057509050565b6000805b82518210156167ed576001908260051b906168ba602080848a0101519387010151611ef0565b82815403905501910190616894565b92600091825b8451841015616900576168f86001918560051b906166f4602080848d010151938a010151611ef0565b9301926168cf565b6169229193506167309095929560008051602061725a83398151915254613a3c565b616885565b1561692e57565b60405162461bcd60e51b815260206004820152601a6024820152795472616e736665722066726f6d207a65726f206164647265737360301b6044820152606490fd5b1561697757565b60405162461bcd60e51b81526020600482015260186024820152775472616e7366657220746f207a65726f206164647265737360401b6044820152606490fd5b156169be57565b60405162461bcd60e51b81526020600482015260186024820152775472616e7366657220746f2073616d65206164647265737360401b6044820152606490fd5b15616a0557565b60405162461bcd60e51b815260206004820152601c60248201527b21b0b73737ba103a3930b739b332b9103932b73a32b2103a37b5b2b760211b6044820152606490fd5b15616a5057565b60405162461bcd60e51b8152602060048201526015602482015274151c985b9cd9995c881b9bdd08185c1c1c9bdd9959605a1b6044820152606490fd5b15616a9457565b60405162461bcd60e51b815260206004820152601b60248201527a151c985b9cd9995c881c9bde585b1d1a595cc81b9bdd081c185a59602a1b6044820152606490fd5b616977906001600160a01b03161515616927565b91610e4390616b4b906001600160a01b0384811690616b2490616b0f831515616927565b8316616b1c811515616970565b8214156169b7565b616b2d8661622a565b616baa575b3303616b8c575b6040519283916020830195878761592c565b519020616b676147846111ac616b6084611e1e565b5493611ec1565b5115159081616b82575b50616b795750565b61065d90616a8d565b9050151538616b71565b616ba560ff616b9e336114af886134d4565b5416616a49565b616b39565b616bc381616bbd610be46129728a611e4d565b146169fe565b616b32565b60005260008051602061703a8339815191526020526004604060002001805460ff8116616bf3575050565b60ff19169055565b90616c225750805115616c1057602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580616c55575b616c33575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b15616c2b565b9091616c7561187993604084526040840190611834565b916020818403910152611834565b919091825182519081810361192757505060005b8351811015616ceb57600581901b84810160209081015191850101516001929184906001600160a01b038216616cd1575b50505001616c97565b616ce1916114af615ead92611e6a565b9055388381616cc8565b50916001815114600014616d38576020908101519101516040516001600160a01b03909316926000923392600080516020616ffa83398151915292918291616d3391836141a7565b0390a4565b600080516020616fba833981519152616d336000939460405191829160018060a01b031696339583616c5e565b929190805182519081810361192757505060005b8151811015616dfe57600581901b82810160209081015191850101516001600160a01b038716616dae575b5050600101616d79565b616dbb876114af84611e6a565b54818110616ddf57876114af6001959493616dd7930393611e6a565b559038616da4565b8761149b84846040519485946303dee4c560e01b865260048601613c64565b5090600092939160018151148414616e47576020908101519101516040516001600160a01b03909316923392600080516020616ffa833981519152928291616d339190836141a7565b6040516001600160a01b03909316923392600080516020616fba833981519152928291616d339183616c5e565b939291805183519081810361192757505060005b8151811015616f3d57600581901b82810160209081015191860101516001600160a01b0392918590898516616ee5575b6001948216616ecb575b50505001616e88565b616edb916114af615ead92611e6a565b9055388481616ec2565b9192939050616ef7896114af84611e6a565b54838110616f1e5791869184600196959403616f168c6114af85611e6a565b559450616eb8565b8961149b84866040519485946303dee4c560e01b865260048601613c64565b508051939493919291600103616f88576020908101519101516040516001600160a01b0393841694909316923392600080516020616ffa833981519152928291616d339190836141a7565b6040516001600160a01b0393841694909316923392600080516020616fba833981519152928291616d339183616c5e56fe4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0dc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62797343f8d6a29aafeb3aaf0910a8973e0081c60c2f6c1f775cd9f76ea348fc1eefbf0e557c8acb6e3deb011ac697e5553b802e419ed4680395101c0ddc5e8723b19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e1aa44fcb526383bd2f7c6231f8c09a41edc5b654966336907d6f785a5b3d28921aa44fcb526383bd2f7c6231f8c09a41edc5b654966336907d6f785a5b3d288f189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3dc16fef70f8d5ddbc01ee3d903d1e69c18a3c7be080eb86a81e0578814ee58d3de1159fbbeca73b2aca5752c42b257ca18171ae3b3d3bbf22c7938e3a961a0cb360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc2ef5a061f2418e35f9142cd79d8ab9d0e6a54382fa16addc47a53c5b4b32fe0a1aa44fcb526383bd2f7c6231f8c09a41edc5b654966336907d6f785a5b3d2893c32d4dc01d07c436ad8a6f9a20eadd61263c71fe16f6b5956005ba3b341f51dd88be536d5240c274a3b1d3a1be54482fd9caa294f08c62a7cde569f49a3c45001aa44fcb526383bd2f7c6231f8c09a41edc5b654966336907d6f785a5b3d289102dd7bc7dec4dceedda775e58dd541e08a116c6c53815c0bd028192f7b62680010546b1a6f5245ff0ffa18c256b9e46859c585cbb473b453fcd4c2dc39ae08dbcd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f033001aa44fcb526383bd2f7c6231f8c09a41edc5b654966336907d6f785a5b3d28904a593662ee04d27b6a00ebb31be7fe0c102c2ade82a7c5d764f2df05dc4e2801f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0088be536d5240c274a3b1d3a1be54482fd9caa294f08c62a7cde569f49a3c4502a164736f6c6343000818000a",
|
|
2205
|
+
"linkReferences": {},
|
|
2206
|
+
"deployedLinkReferences": {}
|
|
2207
|
+
}
|