@pendle/core-v2 4.4.2 → 4.4.5
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/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleUSDEL2SY.sol/PendleUSDEL2SY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/{PendleUSDEMantleSY.sol/PendleUSDEMantleSY.json → PendleUSDEL2SY.sol/PendleUSDEL2SY.json} +4 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Tensorplex/PendleStTAOSY.sol/PendleStTAOSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Tensorplex/PendleStTAOSY.sol/PendleStTAOSY.json +1036 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeERC20SY.sol/PendleZtakeERC20SY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeERC20SY.sol/PendleZtakeERC20SY.json +1036 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeUSDESY.sol/PendleZtakeUSDESY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeUSDESY.sol/PendleZtakeUSDESY.json +1086 -0
- package/build/artifacts/contracts/interfaces/Tensorplex/ITensorplexStTAO.sol/ITensorplexStTAO.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Tensorplex/ITensorplexStTAO.sol/ITensorplexStTAO.json +106 -0
- package/contracts/core/StandardizedYield/implementations/Ethena/{PendleUSDEMantleSY.sol → PendleUSDEL2SY.sol} +1 -2
- package/contracts/core/StandardizedYield/implementations/Tensorplex/PendleStTAOSY.sol +106 -0
- package/contracts/core/StandardizedYield/implementations/Zircuit/{PendleZtakeWETHSY.sol → PendleZtakeERC20SY.sol} +16 -16
- package/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeUSDESY.sol +133 -0
- package/contracts/interfaces/Tensorplex/ITensorplexStTAO.sol +16 -0
- package/deployments/1-markets/STTAO-JUNE2024.json +13 -0
- package/deployments/1-markets/ZIRCUIT-USDE-JUNE2024.json +13 -0
- package/deployments/1-offchain-helper.json +2 -1
- package/deployments/10-offchain-helper.json +2 -1
- package/deployments/42161-markets/RSETH-MAY2024.json +13 -0
- package/deployments/42161-markets/USDE-ARBITRUM-AUG2024.json +11 -0
- package/deployments/42161-markets/WEETH-MAY2024.json +13 -0
- package/deployments/42161-offchain-helper.json +2 -1
- package/deployments/5000-core.json +1 -1
- package/deployments/5000-offchain-helper.json +2 -1
- package/deployments/56-offchain-helper.json +2 -1
- package/package.json +1 -1
- package/typechain-types/ITensorplexStTAO.ts +221 -0
- package/typechain-types/PendleStTAOSY.ts +1314 -0
- package/typechain-types/PendleUSDEL2SY.ts +1363 -0
- package/typechain-types/PendleZtakeERC20SY.ts +1336 -0
- package/typechain-types/PendleZtakeUSDESY.ts +1393 -0
- package/typechain-types/factories/ITensorplexStTAO__factory.ts +121 -0
- package/typechain-types/factories/PendleStTAOSY__factory.ts +1088 -0
- package/typechain-types/factories/PendleUSDEL2SY__factory.ts +1110 -0
- package/typechain-types/factories/PendleZtakeERC20SY__factory.ts +1097 -0
- package/typechain-types/factories/PendleZtakeUSDESY__factory.ts +1147 -0
- package/typechain-types/hardhat.d.ts +45 -0
- package/typechain-types/index.ts +10 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleUSDEMantleSY.sol/PendleUSDEMantleSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeWETHSY.sol/PendleZtakeWETHSY.dbg.json +0 -4
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeWETHSY.sol/PendleZtakeWETHSY.json +0 -1025
|
@@ -0,0 +1,1086 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "PendleZtakeUSDESY",
|
|
4
|
+
"sourceName": "contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeUSDESY.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "_zircuitStaking",
|
|
11
|
+
"type": "address"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"internalType": "address",
|
|
15
|
+
"name": "_usde",
|
|
16
|
+
"type": "address"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"stateMutability": "nonpayable",
|
|
20
|
+
"type": "constructor"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"inputs": [
|
|
24
|
+
{
|
|
25
|
+
"internalType": "uint256",
|
|
26
|
+
"name": "actualSharesOut",
|
|
27
|
+
"type": "uint256"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"internalType": "uint256",
|
|
31
|
+
"name": "requiredSharesOut",
|
|
32
|
+
"type": "uint256"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"name": "SYInsufficientSharesOut",
|
|
36
|
+
"type": "error"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"inputs": [
|
|
40
|
+
{
|
|
41
|
+
"internalType": "uint256",
|
|
42
|
+
"name": "actualTokenOut",
|
|
43
|
+
"type": "uint256"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"internalType": "uint256",
|
|
47
|
+
"name": "requiredTokenOut",
|
|
48
|
+
"type": "uint256"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"name": "SYInsufficientTokenOut",
|
|
52
|
+
"type": "error"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"inputs": [
|
|
56
|
+
{
|
|
57
|
+
"internalType": "address",
|
|
58
|
+
"name": "token",
|
|
59
|
+
"type": "address"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"name": "SYInvalidTokenIn",
|
|
63
|
+
"type": "error"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"inputs": [
|
|
67
|
+
{
|
|
68
|
+
"internalType": "address",
|
|
69
|
+
"name": "token",
|
|
70
|
+
"type": "address"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"name": "SYInvalidTokenOut",
|
|
74
|
+
"type": "error"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"inputs": [],
|
|
78
|
+
"name": "SYZeroDeposit",
|
|
79
|
+
"type": "error"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"inputs": [],
|
|
83
|
+
"name": "SYZeroRedeem",
|
|
84
|
+
"type": "error"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"inputs": [
|
|
88
|
+
{
|
|
89
|
+
"internalType": "uint256",
|
|
90
|
+
"name": "totalSupply",
|
|
91
|
+
"type": "uint256"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"internalType": "uint256",
|
|
95
|
+
"name": "supplyCap",
|
|
96
|
+
"type": "uint256"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"name": "SupplyCapExceeded",
|
|
100
|
+
"type": "error"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"anonymous": false,
|
|
104
|
+
"inputs": [
|
|
105
|
+
{
|
|
106
|
+
"indexed": true,
|
|
107
|
+
"internalType": "address",
|
|
108
|
+
"name": "owner",
|
|
109
|
+
"type": "address"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"indexed": true,
|
|
113
|
+
"internalType": "address",
|
|
114
|
+
"name": "spender",
|
|
115
|
+
"type": "address"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"indexed": false,
|
|
119
|
+
"internalType": "uint256",
|
|
120
|
+
"name": "value",
|
|
121
|
+
"type": "uint256"
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"name": "Approval",
|
|
125
|
+
"type": "event"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"anonymous": false,
|
|
129
|
+
"inputs": [
|
|
130
|
+
{
|
|
131
|
+
"indexed": true,
|
|
132
|
+
"internalType": "address",
|
|
133
|
+
"name": "user",
|
|
134
|
+
"type": "address"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"indexed": false,
|
|
138
|
+
"internalType": "address[]",
|
|
139
|
+
"name": "rewardTokens",
|
|
140
|
+
"type": "address[]"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"indexed": false,
|
|
144
|
+
"internalType": "uint256[]",
|
|
145
|
+
"name": "rewardAmounts",
|
|
146
|
+
"type": "uint256[]"
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"name": "ClaimRewards",
|
|
150
|
+
"type": "event"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"anonymous": false,
|
|
154
|
+
"inputs": [
|
|
155
|
+
{
|
|
156
|
+
"indexed": true,
|
|
157
|
+
"internalType": "address",
|
|
158
|
+
"name": "caller",
|
|
159
|
+
"type": "address"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"indexed": true,
|
|
163
|
+
"internalType": "address",
|
|
164
|
+
"name": "receiver",
|
|
165
|
+
"type": "address"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"indexed": true,
|
|
169
|
+
"internalType": "address",
|
|
170
|
+
"name": "tokenIn",
|
|
171
|
+
"type": "address"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"indexed": false,
|
|
175
|
+
"internalType": "uint256",
|
|
176
|
+
"name": "amountDeposited",
|
|
177
|
+
"type": "uint256"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"indexed": false,
|
|
181
|
+
"internalType": "uint256",
|
|
182
|
+
"name": "amountSyOut",
|
|
183
|
+
"type": "uint256"
|
|
184
|
+
}
|
|
185
|
+
],
|
|
186
|
+
"name": "Deposit",
|
|
187
|
+
"type": "event"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"anonymous": false,
|
|
191
|
+
"inputs": [],
|
|
192
|
+
"name": "EIP712DomainChanged",
|
|
193
|
+
"type": "event"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"anonymous": false,
|
|
197
|
+
"inputs": [
|
|
198
|
+
{
|
|
199
|
+
"indexed": false,
|
|
200
|
+
"internalType": "uint8",
|
|
201
|
+
"name": "version",
|
|
202
|
+
"type": "uint8"
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
"name": "Initialized",
|
|
206
|
+
"type": "event"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"anonymous": false,
|
|
210
|
+
"inputs": [
|
|
211
|
+
{
|
|
212
|
+
"indexed": true,
|
|
213
|
+
"internalType": "address",
|
|
214
|
+
"name": "previousOwner",
|
|
215
|
+
"type": "address"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"indexed": true,
|
|
219
|
+
"internalType": "address",
|
|
220
|
+
"name": "newOwner",
|
|
221
|
+
"type": "address"
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"name": "OwnershipTransferred",
|
|
225
|
+
"type": "event"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"anonymous": false,
|
|
229
|
+
"inputs": [
|
|
230
|
+
{
|
|
231
|
+
"indexed": false,
|
|
232
|
+
"internalType": "address",
|
|
233
|
+
"name": "account",
|
|
234
|
+
"type": "address"
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"name": "Paused",
|
|
238
|
+
"type": "event"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"anonymous": false,
|
|
242
|
+
"inputs": [
|
|
243
|
+
{
|
|
244
|
+
"indexed": true,
|
|
245
|
+
"internalType": "address",
|
|
246
|
+
"name": "caller",
|
|
247
|
+
"type": "address"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"indexed": true,
|
|
251
|
+
"internalType": "address",
|
|
252
|
+
"name": "receiver",
|
|
253
|
+
"type": "address"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"indexed": true,
|
|
257
|
+
"internalType": "address",
|
|
258
|
+
"name": "tokenOut",
|
|
259
|
+
"type": "address"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"indexed": false,
|
|
263
|
+
"internalType": "uint256",
|
|
264
|
+
"name": "amountSyToRedeem",
|
|
265
|
+
"type": "uint256"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"indexed": false,
|
|
269
|
+
"internalType": "uint256",
|
|
270
|
+
"name": "amountTokenOut",
|
|
271
|
+
"type": "uint256"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"name": "Redeem",
|
|
275
|
+
"type": "event"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"anonymous": false,
|
|
279
|
+
"inputs": [
|
|
280
|
+
{
|
|
281
|
+
"indexed": false,
|
|
282
|
+
"internalType": "uint256",
|
|
283
|
+
"name": "newSupplyCap",
|
|
284
|
+
"type": "uint256"
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
"name": "SupplyCapUpdated",
|
|
288
|
+
"type": "event"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"anonymous": false,
|
|
292
|
+
"inputs": [
|
|
293
|
+
{
|
|
294
|
+
"indexed": true,
|
|
295
|
+
"internalType": "address",
|
|
296
|
+
"name": "from",
|
|
297
|
+
"type": "address"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"indexed": true,
|
|
301
|
+
"internalType": "address",
|
|
302
|
+
"name": "to",
|
|
303
|
+
"type": "address"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"indexed": false,
|
|
307
|
+
"internalType": "uint256",
|
|
308
|
+
"name": "value",
|
|
309
|
+
"type": "uint256"
|
|
310
|
+
}
|
|
311
|
+
],
|
|
312
|
+
"name": "Transfer",
|
|
313
|
+
"type": "event"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"anonymous": false,
|
|
317
|
+
"inputs": [
|
|
318
|
+
{
|
|
319
|
+
"indexed": false,
|
|
320
|
+
"internalType": "address",
|
|
321
|
+
"name": "account",
|
|
322
|
+
"type": "address"
|
|
323
|
+
}
|
|
324
|
+
],
|
|
325
|
+
"name": "Unpaused",
|
|
326
|
+
"type": "event"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"inputs": [],
|
|
330
|
+
"name": "DOMAIN_SEPARATOR",
|
|
331
|
+
"outputs": [
|
|
332
|
+
{
|
|
333
|
+
"internalType": "bytes32",
|
|
334
|
+
"name": "",
|
|
335
|
+
"type": "bytes32"
|
|
336
|
+
}
|
|
337
|
+
],
|
|
338
|
+
"stateMutability": "view",
|
|
339
|
+
"type": "function"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"inputs": [
|
|
343
|
+
{
|
|
344
|
+
"internalType": "address",
|
|
345
|
+
"name": "",
|
|
346
|
+
"type": "address"
|
|
347
|
+
}
|
|
348
|
+
],
|
|
349
|
+
"name": "accruedRewards",
|
|
350
|
+
"outputs": [
|
|
351
|
+
{
|
|
352
|
+
"internalType": "uint256[]",
|
|
353
|
+
"name": "rewardAmounts",
|
|
354
|
+
"type": "uint256[]"
|
|
355
|
+
}
|
|
356
|
+
],
|
|
357
|
+
"stateMutability": "view",
|
|
358
|
+
"type": "function"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"inputs": [
|
|
362
|
+
{
|
|
363
|
+
"internalType": "address",
|
|
364
|
+
"name": "owner",
|
|
365
|
+
"type": "address"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"internalType": "address",
|
|
369
|
+
"name": "spender",
|
|
370
|
+
"type": "address"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"name": "allowance",
|
|
374
|
+
"outputs": [
|
|
375
|
+
{
|
|
376
|
+
"internalType": "uint256",
|
|
377
|
+
"name": "",
|
|
378
|
+
"type": "uint256"
|
|
379
|
+
}
|
|
380
|
+
],
|
|
381
|
+
"stateMutability": "view",
|
|
382
|
+
"type": "function"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"inputs": [
|
|
386
|
+
{
|
|
387
|
+
"internalType": "address",
|
|
388
|
+
"name": "spender",
|
|
389
|
+
"type": "address"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"internalType": "uint256",
|
|
393
|
+
"name": "amount",
|
|
394
|
+
"type": "uint256"
|
|
395
|
+
}
|
|
396
|
+
],
|
|
397
|
+
"name": "approve",
|
|
398
|
+
"outputs": [
|
|
399
|
+
{
|
|
400
|
+
"internalType": "bool",
|
|
401
|
+
"name": "",
|
|
402
|
+
"type": "bool"
|
|
403
|
+
}
|
|
404
|
+
],
|
|
405
|
+
"stateMutability": "nonpayable",
|
|
406
|
+
"type": "function"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"inputs": [],
|
|
410
|
+
"name": "assetInfo",
|
|
411
|
+
"outputs": [
|
|
412
|
+
{
|
|
413
|
+
"internalType": "enum IStandardizedYield.AssetType",
|
|
414
|
+
"name": "assetType",
|
|
415
|
+
"type": "uint8"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"internalType": "address",
|
|
419
|
+
"name": "assetAddress",
|
|
420
|
+
"type": "address"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"internalType": "uint8",
|
|
424
|
+
"name": "assetDecimals",
|
|
425
|
+
"type": "uint8"
|
|
426
|
+
}
|
|
427
|
+
],
|
|
428
|
+
"stateMutability": "view",
|
|
429
|
+
"type": "function"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"inputs": [
|
|
433
|
+
{
|
|
434
|
+
"internalType": "address",
|
|
435
|
+
"name": "account",
|
|
436
|
+
"type": "address"
|
|
437
|
+
}
|
|
438
|
+
],
|
|
439
|
+
"name": "balanceOf",
|
|
440
|
+
"outputs": [
|
|
441
|
+
{
|
|
442
|
+
"internalType": "uint256",
|
|
443
|
+
"name": "",
|
|
444
|
+
"type": "uint256"
|
|
445
|
+
}
|
|
446
|
+
],
|
|
447
|
+
"stateMutability": "view",
|
|
448
|
+
"type": "function"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"inputs": [],
|
|
452
|
+
"name": "claimOwnership",
|
|
453
|
+
"outputs": [],
|
|
454
|
+
"stateMutability": "nonpayable",
|
|
455
|
+
"type": "function"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"inputs": [
|
|
459
|
+
{
|
|
460
|
+
"internalType": "address",
|
|
461
|
+
"name": "",
|
|
462
|
+
"type": "address"
|
|
463
|
+
}
|
|
464
|
+
],
|
|
465
|
+
"name": "claimRewards",
|
|
466
|
+
"outputs": [
|
|
467
|
+
{
|
|
468
|
+
"internalType": "uint256[]",
|
|
469
|
+
"name": "rewardAmounts",
|
|
470
|
+
"type": "uint256[]"
|
|
471
|
+
}
|
|
472
|
+
],
|
|
473
|
+
"stateMutability": "nonpayable",
|
|
474
|
+
"type": "function"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"inputs": [],
|
|
478
|
+
"name": "decimals",
|
|
479
|
+
"outputs": [
|
|
480
|
+
{
|
|
481
|
+
"internalType": "uint8",
|
|
482
|
+
"name": "",
|
|
483
|
+
"type": "uint8"
|
|
484
|
+
}
|
|
485
|
+
],
|
|
486
|
+
"stateMutability": "view",
|
|
487
|
+
"type": "function"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"inputs": [
|
|
491
|
+
{
|
|
492
|
+
"internalType": "address",
|
|
493
|
+
"name": "receiver",
|
|
494
|
+
"type": "address"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"internalType": "address",
|
|
498
|
+
"name": "tokenIn",
|
|
499
|
+
"type": "address"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"internalType": "uint256",
|
|
503
|
+
"name": "amountTokenToDeposit",
|
|
504
|
+
"type": "uint256"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"internalType": "uint256",
|
|
508
|
+
"name": "minSharesOut",
|
|
509
|
+
"type": "uint256"
|
|
510
|
+
}
|
|
511
|
+
],
|
|
512
|
+
"name": "deposit",
|
|
513
|
+
"outputs": [
|
|
514
|
+
{
|
|
515
|
+
"internalType": "uint256",
|
|
516
|
+
"name": "amountSharesOut",
|
|
517
|
+
"type": "uint256"
|
|
518
|
+
}
|
|
519
|
+
],
|
|
520
|
+
"stateMutability": "payable",
|
|
521
|
+
"type": "function"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"inputs": [],
|
|
525
|
+
"name": "eip712Domain",
|
|
526
|
+
"outputs": [
|
|
527
|
+
{
|
|
528
|
+
"internalType": "bytes1",
|
|
529
|
+
"name": "fields",
|
|
530
|
+
"type": "bytes1"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"internalType": "string",
|
|
534
|
+
"name": "name",
|
|
535
|
+
"type": "string"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"internalType": "string",
|
|
539
|
+
"name": "version",
|
|
540
|
+
"type": "string"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"internalType": "uint256",
|
|
544
|
+
"name": "chainId",
|
|
545
|
+
"type": "uint256"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"internalType": "address",
|
|
549
|
+
"name": "verifyingContract",
|
|
550
|
+
"type": "address"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"internalType": "bytes32",
|
|
554
|
+
"name": "salt",
|
|
555
|
+
"type": "bytes32"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"internalType": "uint256[]",
|
|
559
|
+
"name": "extensions",
|
|
560
|
+
"type": "uint256[]"
|
|
561
|
+
}
|
|
562
|
+
],
|
|
563
|
+
"stateMutability": "view",
|
|
564
|
+
"type": "function"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"inputs": [],
|
|
568
|
+
"name": "exchangeRate",
|
|
569
|
+
"outputs": [
|
|
570
|
+
{
|
|
571
|
+
"internalType": "uint256",
|
|
572
|
+
"name": "",
|
|
573
|
+
"type": "uint256"
|
|
574
|
+
}
|
|
575
|
+
],
|
|
576
|
+
"stateMutability": "view",
|
|
577
|
+
"type": "function"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"inputs": [],
|
|
581
|
+
"name": "getRewardTokens",
|
|
582
|
+
"outputs": [
|
|
583
|
+
{
|
|
584
|
+
"internalType": "address[]",
|
|
585
|
+
"name": "rewardTokens",
|
|
586
|
+
"type": "address[]"
|
|
587
|
+
}
|
|
588
|
+
],
|
|
589
|
+
"stateMutability": "view",
|
|
590
|
+
"type": "function"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"inputs": [],
|
|
594
|
+
"name": "getTokensIn",
|
|
595
|
+
"outputs": [
|
|
596
|
+
{
|
|
597
|
+
"internalType": "address[]",
|
|
598
|
+
"name": "res",
|
|
599
|
+
"type": "address[]"
|
|
600
|
+
}
|
|
601
|
+
],
|
|
602
|
+
"stateMutability": "view",
|
|
603
|
+
"type": "function"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"inputs": [],
|
|
607
|
+
"name": "getTokensOut",
|
|
608
|
+
"outputs": [
|
|
609
|
+
{
|
|
610
|
+
"internalType": "address[]",
|
|
611
|
+
"name": "res",
|
|
612
|
+
"type": "address[]"
|
|
613
|
+
}
|
|
614
|
+
],
|
|
615
|
+
"stateMutability": "view",
|
|
616
|
+
"type": "function"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"inputs": [
|
|
620
|
+
{
|
|
621
|
+
"internalType": "uint256",
|
|
622
|
+
"name": "_initialSupplyCap",
|
|
623
|
+
"type": "uint256"
|
|
624
|
+
}
|
|
625
|
+
],
|
|
626
|
+
"name": "initialize",
|
|
627
|
+
"outputs": [],
|
|
628
|
+
"stateMutability": "nonpayable",
|
|
629
|
+
"type": "function"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"inputs": [
|
|
633
|
+
{
|
|
634
|
+
"internalType": "address",
|
|
635
|
+
"name": "token",
|
|
636
|
+
"type": "address"
|
|
637
|
+
}
|
|
638
|
+
],
|
|
639
|
+
"name": "isValidTokenIn",
|
|
640
|
+
"outputs": [
|
|
641
|
+
{
|
|
642
|
+
"internalType": "bool",
|
|
643
|
+
"name": "",
|
|
644
|
+
"type": "bool"
|
|
645
|
+
}
|
|
646
|
+
],
|
|
647
|
+
"stateMutability": "view",
|
|
648
|
+
"type": "function"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"inputs": [
|
|
652
|
+
{
|
|
653
|
+
"internalType": "address",
|
|
654
|
+
"name": "token",
|
|
655
|
+
"type": "address"
|
|
656
|
+
}
|
|
657
|
+
],
|
|
658
|
+
"name": "isValidTokenOut",
|
|
659
|
+
"outputs": [
|
|
660
|
+
{
|
|
661
|
+
"internalType": "bool",
|
|
662
|
+
"name": "",
|
|
663
|
+
"type": "bool"
|
|
664
|
+
}
|
|
665
|
+
],
|
|
666
|
+
"stateMutability": "view",
|
|
667
|
+
"type": "function"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"inputs": [],
|
|
671
|
+
"name": "name",
|
|
672
|
+
"outputs": [
|
|
673
|
+
{
|
|
674
|
+
"internalType": "string",
|
|
675
|
+
"name": "",
|
|
676
|
+
"type": "string"
|
|
677
|
+
}
|
|
678
|
+
],
|
|
679
|
+
"stateMutability": "view",
|
|
680
|
+
"type": "function"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"inputs": [
|
|
684
|
+
{
|
|
685
|
+
"internalType": "address",
|
|
686
|
+
"name": "owner",
|
|
687
|
+
"type": "address"
|
|
688
|
+
}
|
|
689
|
+
],
|
|
690
|
+
"name": "nonces",
|
|
691
|
+
"outputs": [
|
|
692
|
+
{
|
|
693
|
+
"internalType": "uint256",
|
|
694
|
+
"name": "",
|
|
695
|
+
"type": "uint256"
|
|
696
|
+
}
|
|
697
|
+
],
|
|
698
|
+
"stateMutability": "view",
|
|
699
|
+
"type": "function"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"inputs": [],
|
|
703
|
+
"name": "owner",
|
|
704
|
+
"outputs": [
|
|
705
|
+
{
|
|
706
|
+
"internalType": "address",
|
|
707
|
+
"name": "",
|
|
708
|
+
"type": "address"
|
|
709
|
+
}
|
|
710
|
+
],
|
|
711
|
+
"stateMutability": "view",
|
|
712
|
+
"type": "function"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"inputs": [],
|
|
716
|
+
"name": "pause",
|
|
717
|
+
"outputs": [],
|
|
718
|
+
"stateMutability": "nonpayable",
|
|
719
|
+
"type": "function"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"inputs": [],
|
|
723
|
+
"name": "paused",
|
|
724
|
+
"outputs": [
|
|
725
|
+
{
|
|
726
|
+
"internalType": "bool",
|
|
727
|
+
"name": "",
|
|
728
|
+
"type": "bool"
|
|
729
|
+
}
|
|
730
|
+
],
|
|
731
|
+
"stateMutability": "view",
|
|
732
|
+
"type": "function"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"inputs": [],
|
|
736
|
+
"name": "pendingOwner",
|
|
737
|
+
"outputs": [
|
|
738
|
+
{
|
|
739
|
+
"internalType": "address",
|
|
740
|
+
"name": "",
|
|
741
|
+
"type": "address"
|
|
742
|
+
}
|
|
743
|
+
],
|
|
744
|
+
"stateMutability": "view",
|
|
745
|
+
"type": "function"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"inputs": [
|
|
749
|
+
{
|
|
750
|
+
"internalType": "address",
|
|
751
|
+
"name": "owner",
|
|
752
|
+
"type": "address"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"internalType": "address",
|
|
756
|
+
"name": "spender",
|
|
757
|
+
"type": "address"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"internalType": "uint256",
|
|
761
|
+
"name": "value",
|
|
762
|
+
"type": "uint256"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"internalType": "uint256",
|
|
766
|
+
"name": "deadline",
|
|
767
|
+
"type": "uint256"
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"internalType": "uint8",
|
|
771
|
+
"name": "v",
|
|
772
|
+
"type": "uint8"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"internalType": "bytes32",
|
|
776
|
+
"name": "r",
|
|
777
|
+
"type": "bytes32"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"internalType": "bytes32",
|
|
781
|
+
"name": "s",
|
|
782
|
+
"type": "bytes32"
|
|
783
|
+
}
|
|
784
|
+
],
|
|
785
|
+
"name": "permit",
|
|
786
|
+
"outputs": [],
|
|
787
|
+
"stateMutability": "nonpayable",
|
|
788
|
+
"type": "function"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"inputs": [
|
|
792
|
+
{
|
|
793
|
+
"internalType": "address",
|
|
794
|
+
"name": "tokenIn",
|
|
795
|
+
"type": "address"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"internalType": "uint256",
|
|
799
|
+
"name": "amountTokenToDeposit",
|
|
800
|
+
"type": "uint256"
|
|
801
|
+
}
|
|
802
|
+
],
|
|
803
|
+
"name": "previewDeposit",
|
|
804
|
+
"outputs": [
|
|
805
|
+
{
|
|
806
|
+
"internalType": "uint256",
|
|
807
|
+
"name": "amountSharesOut",
|
|
808
|
+
"type": "uint256"
|
|
809
|
+
}
|
|
810
|
+
],
|
|
811
|
+
"stateMutability": "view",
|
|
812
|
+
"type": "function"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"inputs": [
|
|
816
|
+
{
|
|
817
|
+
"internalType": "address",
|
|
818
|
+
"name": "tokenOut",
|
|
819
|
+
"type": "address"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"internalType": "uint256",
|
|
823
|
+
"name": "amountSharesToRedeem",
|
|
824
|
+
"type": "uint256"
|
|
825
|
+
}
|
|
826
|
+
],
|
|
827
|
+
"name": "previewRedeem",
|
|
828
|
+
"outputs": [
|
|
829
|
+
{
|
|
830
|
+
"internalType": "uint256",
|
|
831
|
+
"name": "amountTokenOut",
|
|
832
|
+
"type": "uint256"
|
|
833
|
+
}
|
|
834
|
+
],
|
|
835
|
+
"stateMutability": "view",
|
|
836
|
+
"type": "function"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"inputs": [
|
|
840
|
+
{
|
|
841
|
+
"internalType": "address",
|
|
842
|
+
"name": "receiver",
|
|
843
|
+
"type": "address"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"internalType": "uint256",
|
|
847
|
+
"name": "amountSharesToRedeem",
|
|
848
|
+
"type": "uint256"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"internalType": "address",
|
|
852
|
+
"name": "tokenOut",
|
|
853
|
+
"type": "address"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"internalType": "uint256",
|
|
857
|
+
"name": "minTokenOut",
|
|
858
|
+
"type": "uint256"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"internalType": "bool",
|
|
862
|
+
"name": "burnFromInternalBalance",
|
|
863
|
+
"type": "bool"
|
|
864
|
+
}
|
|
865
|
+
],
|
|
866
|
+
"name": "redeem",
|
|
867
|
+
"outputs": [
|
|
868
|
+
{
|
|
869
|
+
"internalType": "uint256",
|
|
870
|
+
"name": "amountTokenOut",
|
|
871
|
+
"type": "uint256"
|
|
872
|
+
}
|
|
873
|
+
],
|
|
874
|
+
"stateMutability": "nonpayable",
|
|
875
|
+
"type": "function"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"inputs": [],
|
|
879
|
+
"name": "rewardIndexesCurrent",
|
|
880
|
+
"outputs": [
|
|
881
|
+
{
|
|
882
|
+
"internalType": "uint256[]",
|
|
883
|
+
"name": "indexes",
|
|
884
|
+
"type": "uint256[]"
|
|
885
|
+
}
|
|
886
|
+
],
|
|
887
|
+
"stateMutability": "nonpayable",
|
|
888
|
+
"type": "function"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"inputs": [],
|
|
892
|
+
"name": "rewardIndexesStored",
|
|
893
|
+
"outputs": [
|
|
894
|
+
{
|
|
895
|
+
"internalType": "uint256[]",
|
|
896
|
+
"name": "indexes",
|
|
897
|
+
"type": "uint256[]"
|
|
898
|
+
}
|
|
899
|
+
],
|
|
900
|
+
"stateMutability": "view",
|
|
901
|
+
"type": "function"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"inputs": [],
|
|
905
|
+
"name": "supplyCap",
|
|
906
|
+
"outputs": [
|
|
907
|
+
{
|
|
908
|
+
"internalType": "uint256",
|
|
909
|
+
"name": "",
|
|
910
|
+
"type": "uint256"
|
|
911
|
+
}
|
|
912
|
+
],
|
|
913
|
+
"stateMutability": "view",
|
|
914
|
+
"type": "function"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"inputs": [],
|
|
918
|
+
"name": "symbol",
|
|
919
|
+
"outputs": [
|
|
920
|
+
{
|
|
921
|
+
"internalType": "string",
|
|
922
|
+
"name": "",
|
|
923
|
+
"type": "string"
|
|
924
|
+
}
|
|
925
|
+
],
|
|
926
|
+
"stateMutability": "view",
|
|
927
|
+
"type": "function"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"inputs": [],
|
|
931
|
+
"name": "totalSupply",
|
|
932
|
+
"outputs": [
|
|
933
|
+
{
|
|
934
|
+
"internalType": "uint256",
|
|
935
|
+
"name": "",
|
|
936
|
+
"type": "uint256"
|
|
937
|
+
}
|
|
938
|
+
],
|
|
939
|
+
"stateMutability": "view",
|
|
940
|
+
"type": "function"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"inputs": [
|
|
944
|
+
{
|
|
945
|
+
"internalType": "address",
|
|
946
|
+
"name": "to",
|
|
947
|
+
"type": "address"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"internalType": "uint256",
|
|
951
|
+
"name": "amount",
|
|
952
|
+
"type": "uint256"
|
|
953
|
+
}
|
|
954
|
+
],
|
|
955
|
+
"name": "transfer",
|
|
956
|
+
"outputs": [
|
|
957
|
+
{
|
|
958
|
+
"internalType": "bool",
|
|
959
|
+
"name": "",
|
|
960
|
+
"type": "bool"
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"stateMutability": "nonpayable",
|
|
964
|
+
"type": "function"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"inputs": [
|
|
968
|
+
{
|
|
969
|
+
"internalType": "address",
|
|
970
|
+
"name": "from",
|
|
971
|
+
"type": "address"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"internalType": "address",
|
|
975
|
+
"name": "to",
|
|
976
|
+
"type": "address"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"internalType": "uint256",
|
|
980
|
+
"name": "amount",
|
|
981
|
+
"type": "uint256"
|
|
982
|
+
}
|
|
983
|
+
],
|
|
984
|
+
"name": "transferFrom",
|
|
985
|
+
"outputs": [
|
|
986
|
+
{
|
|
987
|
+
"internalType": "bool",
|
|
988
|
+
"name": "",
|
|
989
|
+
"type": "bool"
|
|
990
|
+
}
|
|
991
|
+
],
|
|
992
|
+
"stateMutability": "nonpayable",
|
|
993
|
+
"type": "function"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"inputs": [
|
|
997
|
+
{
|
|
998
|
+
"internalType": "address",
|
|
999
|
+
"name": "newOwner",
|
|
1000
|
+
"type": "address"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"internalType": "bool",
|
|
1004
|
+
"name": "direct",
|
|
1005
|
+
"type": "bool"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"internalType": "bool",
|
|
1009
|
+
"name": "renounce",
|
|
1010
|
+
"type": "bool"
|
|
1011
|
+
}
|
|
1012
|
+
],
|
|
1013
|
+
"name": "transferOwnership",
|
|
1014
|
+
"outputs": [],
|
|
1015
|
+
"stateMutability": "nonpayable",
|
|
1016
|
+
"type": "function"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"inputs": [],
|
|
1020
|
+
"name": "unpause",
|
|
1021
|
+
"outputs": [],
|
|
1022
|
+
"stateMutability": "nonpayable",
|
|
1023
|
+
"type": "function"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"inputs": [
|
|
1027
|
+
{
|
|
1028
|
+
"internalType": "uint256",
|
|
1029
|
+
"name": "newSupplyCap",
|
|
1030
|
+
"type": "uint256"
|
|
1031
|
+
}
|
|
1032
|
+
],
|
|
1033
|
+
"name": "updateSupplyCap",
|
|
1034
|
+
"outputs": [],
|
|
1035
|
+
"stateMutability": "nonpayable",
|
|
1036
|
+
"type": "function"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"inputs": [],
|
|
1040
|
+
"name": "usde",
|
|
1041
|
+
"outputs": [
|
|
1042
|
+
{
|
|
1043
|
+
"internalType": "address",
|
|
1044
|
+
"name": "",
|
|
1045
|
+
"type": "address"
|
|
1046
|
+
}
|
|
1047
|
+
],
|
|
1048
|
+
"stateMutability": "view",
|
|
1049
|
+
"type": "function"
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"inputs": [],
|
|
1053
|
+
"name": "yieldToken",
|
|
1054
|
+
"outputs": [
|
|
1055
|
+
{
|
|
1056
|
+
"internalType": "address",
|
|
1057
|
+
"name": "",
|
|
1058
|
+
"type": "address"
|
|
1059
|
+
}
|
|
1060
|
+
],
|
|
1061
|
+
"stateMutability": "view",
|
|
1062
|
+
"type": "function"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"inputs": [],
|
|
1066
|
+
"name": "zircuitStaking",
|
|
1067
|
+
"outputs": [
|
|
1068
|
+
{
|
|
1069
|
+
"internalType": "address",
|
|
1070
|
+
"name": "",
|
|
1071
|
+
"type": "address"
|
|
1072
|
+
}
|
|
1073
|
+
],
|
|
1074
|
+
"stateMutability": "view",
|
|
1075
|
+
"type": "function"
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"stateMutability": "payable",
|
|
1079
|
+
"type": "receive"
|
|
1080
|
+
}
|
|
1081
|
+
],
|
|
1082
|
+
"bytecode": "0x6101006040523480156200001257600080fd5b50604051620033b9380380620033b98339810160408190526200003591620001c5565b80806001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000075573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200009b9190620001fd565b60ff16608052610134805460ff191690556001600160a01b031660a052620000c2620000da565b6001600160a01b0391821660c0521660e05262000229565b600154600160a81b900460ff1615620001495760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b600154600160a01b900460ff90811614620001a6576001805460ff60a01b191660ff60a01b17905560405160ff81527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b80516001600160a01b0381168114620001c057600080fd5b919050565b60008060408385031215620001d957600080fd5b620001e483620001a8565b9150620001f460208401620001a8565b90509250929050565b6000602082840312156200021057600080fd5b815160ff811681146200022257600080fd5b9392505050565b60805160a05160c05160e051613109620002b0600039600081816102970152818161078801528181610d0101528181610e3801528181610e5b015281816112c10152818161158701528181611bd80152611c390152600081816105ec015281816112e20152818161155a0152611bab0152600061046a0152600061035b01526131096000f3fe6080604052600436106101da5760003560e01c806306fdde03146101e6578063071bc3c914610211578063078dfbe714610233578063095ea7b3146102555780630fd761e014610285578063128fced1146102c657806318160ddd146102f357806320e8c56514610316578063213cae631461021157806323b872dd14610329578063313ce567146103495780633644e5151461038f5780633ba0b9a9146103a45780633f4ba83a146103bf5780634e71e0c8146103d45780635c975abb146103e957806370a0823114610402578063769f8e5d1461043857806376d5de8514610458578063784367d61461048c5780637ecebe00146104ac5780638456cb59146104cc57806384b0196e146104e15780638da5cb5b146105095780638f770ad01461052957806395d89b4114610540578063a40bee5014610555578063a9059cbb14610579578063b8f82b2614610599578063c4f59f9b146105b9578063c567d287146105da578063cbe52ae31461060e578063d505accf1461062e578063da88ecb41461064e578063dd62ed3e1461066f578063e30c39781461068f578063e5a97f07146106af578063ef5cfb8c146102c6578063f8b2f9911461064e578063fa5a4f061461048c578063fe4b84df146106cf57600080fd5b366101e157005b600080fd5b3480156101f257600080fd5b506101fb6106ef565b6040516102089190612932565b60405180910390f35b34801561021d57600080fd5b50610226610781565b6040516102089190612945565b34801561023f57600080fd5b5061025361024e3660046129bc565b6107b1565b005b34801561026157600080fd5b50610275610270366004612a05565b6108b6565b6040519015158152602001610208565b34801561029157600080fd5b506102b97f000000000000000000000000000000000000000000000000000000000000000081565b6040516102089190612a2f565b3480156102d257600080fd5b506102e66102e1366004612a43565b6108d0565b6040516102089190612a9a565b3480156102ff57600080fd5b506103086108eb565b604051908152602001610208565b610308610324366004612aad565b6108fa565b34801561033557600080fd5b50610275610344366004612aef565b610a43565b34801561035557600080fd5b5061037d7f000000000000000000000000000000000000000000000000000000000000000081565b60405160ff9091168152602001610208565b34801561039b57600080fd5b50610308610ac1565b3480156103b057600080fd5b50670de0b6b3a7640000610308565b3480156103cb57600080fd5b50610253610acb565b3480156103e057600080fd5b50610253610aff565b3480156103f557600080fd5b506101345460ff16610275565b34801561040e57600080fd5b5061030861041d366004612a43565b6001600160a01b031660009081526002602052604090205490565b34801561044457600080fd5b50610308610453366004612b2b565b610baa565b34801561046457600080fd5b506102b97f000000000000000000000000000000000000000000000000000000000000000081565b34801561049857600080fd5b506102756104a7366004612a43565b610cff565b3480156104b857600080fd5b506103086104c7366004612a43565b610d31565b3480156104d857600080fd5b50610253610d4f565b3480156104ed57600080fd5b506104f6610d81565b6040516102089796959493929190612b86565b34801561051557600080fd5b506000546102b9906001600160a01b031681565b34801561053557600080fd5b506103086101995481565b34801561054c57600080fd5b506101fb610e1f565b34801561056157600080fd5b5061056a610e2e565b60405161020893929190612c0c565b34801561058557600080fd5b50610275610594366004612a05565b610ee2565b3480156105a557600080fd5b506103086105b4366004612a05565b610f54565b3480156105c557600080fd5b50604080516000815260208101909152610226565b3480156105e657600080fd5b506102b97f000000000000000000000000000000000000000000000000000000000000000081565b34801561061a57600080fd5b50610308610629366004612a05565b610f8f565b34801561063a57600080fd5b50610253610649366004612c5d565b610fbf565b34801561065a57600080fd5b506040805160008152602081019091526102e6565b34801561067b57600080fd5b5061030861068a366004612cca565b611123565b34801561069b57600080fd5b506001546102b9906001600160a01b031681565b3480156106bb57600080fd5b506102536106ca366004612cfd565b61114e565b3480156106db57600080fd5b506102536106ea366004612cfd565b611184565b6060600580546106fe90612d16565b80601f016020809104026020016040519081016040528092919081815260200182805461072a90612d16565b80156107775780601f1061074c57610100808354040283529160200191610777565b820191906000526020600020905b81548152906001019060200180831161075a57829003601f168201915b5050505050905090565b60606107ac7f000000000000000000000000000000000000000000000000000000000000000061135a565b905090565b6000546001600160a01b031633146107e45760405162461bcd60e51b81526004016107db90612d4a565b60405180910390fd5b8115610895576001600160a01b0383161515806107fe5750805b6108425760405162461bcd60e51b81526020600482015260156024820152744f776e61626c653a207a65726f206164647265737360581b60448201526064016107db565b600080546040516001600160a01b038087169392169160008051602061309483398151915291a3600080546001600160a01b0385166001600160a01b031991821617909155600180549091169055505050565b600180546001600160a01b0319166001600160a01b0385161790555b505050565b6000336108c48185856113b5565b60019150505b92915050565b604080516000808252602082019092526060915b5092915050565b6004546001600160f81b031690565b600454600090600119600160f81b90910460ff160161092b5760405162461bcd60e51b81526004016107db90612d95565b600480546001600160f81b0316600160f91b17905561094984610cff565b61096857836040516315d57ce360e31b81526004016107db9190612a2f565b8260000361098957604051630a907f2f60e41b815260040160405180910390fd5b6109948433856114d9565b61099e8484611540565b9050818110156109c5578082604051635e38f95d60e11b81526004016107db929190612dcc565b6109cf85826115ec565b836001600160a01b0316856001600160a01b0316336001600160a01b03167f5fe47ed6d4225326d3303476197d782ded5a4e9c14f479dc9ec4992af4e85d598685604051610a1e929190612dcc565b60405180910390a4600480546001600160f81b0316600160f81b179055949350505050565b600454600090600119600160f81b90910460ff1601610a745760405162461bcd60e51b81526004016107db90612d95565b600480546001600160f81b0316600160f91b17905533610a9585828561170b565b610aa0858585611785565b6001915050600480546001600160f81b0316600160f81b1790559392505050565b60006107ac6119ad565b6000546001600160a01b03163314610af55760405162461bcd60e51b81526004016107db90612d4a565b610afd6119b7565b565b6001546001600160a01b0316338114610b5a5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e657260448201526064016107db565b600080546040516001600160a01b038085169392169160008051602061309483398151915291a3600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b600454600090600119600160f81b90910460ff1601610bdb5760405162461bcd60e51b81526004016107db90612d95565b600480546001600160f81b0316600160f91b179055610bf984610cff565b610c1857836040516388a5056160e01b81526004016107db9190612a2f565b84600003610c395760405163c3d83b0760e01b815260040160405180910390fd5b8115610c4e57610c493086611a04565b610c58565b610c583386611a04565b610c63868587611b91565b905082811015610c8a5780836040516305ff726560e51b81526004016107db929190612dcc565b836001600160a01b0316866001600160a01b0316336001600160a01b03167faee47cdf925cf525fdae94f9777ee5a06cac37e1c41220d0a8a89ed154f62d1c8885604051610cd9929190612dcc565b60405180910390a4600480546001600160f81b0316600160f81b17905595945050505050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0390811691161490565b6001600160a01b0381166000908152609f60205260408120546108ca565b6000546001600160a01b03163314610d795760405162461bcd60e51b81526004016107db90612d4a565b610afd611c5f565b600060608060008060006060606b546000801b148015610da15750606c54155b610de55760405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b60448201526064016107db565b610ded611c9d565b610df5611cac565b60408051600080825260208201909252600f60f81b9b939a50919850469750309650945092509050565b6060600680546106fe90612d16565b60008060008092507f000000000000000000000000000000000000000000000000000000000000000091507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610eb7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610edb9190612dda565b9050909192565b600454600090600119600160f81b90910460ff1601610f135760405162461bcd60e51b81526004016107db90612d95565b600480546001600160f81b0316600160f91b17905533610f34818585611785565b6001915050600480546001600160f81b0316600160f81b17905592915050565b6000610f5f83610cff565b610f7e57826040516315d57ce360e31b81526004016107db9190612a2f565b610f888383611cbb565b9392505050565b6000610f9a83610cff565b610fb957826040516388a5056160e01b81526004016107db9190612a2f565b81610f88565b8342111561100f5760405162461bcd60e51b815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e6500000060448201526064016107db565b60007f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c988888861103e8c611d06565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e001604051602081830303815290604052805190602001209050600061109982611d2e565b905060006110a982878787611d5b565b9050896001600160a01b0316816001600160a01b03161461110c5760405162461bcd60e51b815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e6174757265000060448201526064016107db565b6111178a8a8a6113b5565b50505050505050505050565b6001600160a01b03918216600090815260036020908152604080832093909416825291909152205490565b6000546001600160a01b031633146111785760405162461bcd60e51b81526004016107db90612d4a565b61118181611d85565b50565b600154600160a81b900460ff16158080156111aa575060018054600160a01b900460ff16105b806111d157506111b930611dc1565b1580156111d1575060018054600160a01b900460ff16145b6112345760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016107db565b6001805460ff60a01b1916600160a01b1790558015611261576001805460ff60a81b1916600160a81b1790555b6112bc604051806040016040528060178152602001765359205a697263756974205374616b696e67205553446560481b8152506040518060400160405280600a81526020016953592d7a732d5553446560b01b815250611dd0565b6113067f00000000000000000000000000000000000000000000000000000000000000007f0000000000000000000000000000000000000000000000000000000000000000611e0b565b61130f82611d85565b8015611356576001805460ff60a81b191681556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050565b60408051600180825281830190925260609160208083019080368337019050509050818160008151811061139057611390612df7565b60200260200101906001600160a01b031690816001600160a01b031681525050919050565b6001600160a01b0383166114175760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016107db565b6001600160a01b0382166114785760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016107db565b6001600160a01b0383811660008181526003602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6001600160a01b038316611525578034146108b15760405162461bcd60e51b815260206004820152600c60248201526b0cae8d040dad2e6dac2e8c6d60a31b60448201526064016107db565b80156108b1576108b16001600160a01b038416833084611ecb565b60405163b3db428b60e01b81526000906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063b3db428b906115b3907f00000000000000000000000000000000000000000000000000000000000000009030908790600401612e0d565b600060405180830381600087803b1580156115cd57600080fd5b505af11580156115e1573d6000803e3d6000fd5b509395945050505050565b6001600160a01b0382166116425760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016107db565b61164e60008383611f23565b61165781611f2b565b600480546000906116729084906001600160f81b0316612e47565b92506101000a8154816001600160f81b0302191690836001600160f81b031602179055508060026000846001600160a01b03166001600160a01b0316815260200190815260200160002060008282546116cb9190612e67565b90915550506040518181526001600160a01b038316906000906000805160206130b48339815191529060200160405180910390a361135660008383611f45565b60006117178484611123565b9050600019811461177f57818110156117725760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016107db565b61177f84848484036113b5565b50505050565b6001600160a01b0383166117e95760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016107db565b6001600160a01b03821661184b5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016107db565b816001600160a01b0316836001600160a01b0316036118a65760405162461bcd60e51b815260206004820152601760248201527622a92199181d103a3930b739b332b9103a379039b2b63360491b60448201526064016107db565b6118b1838383611f23565b6001600160a01b038316600090815260026020526040902054818110156119295760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016107db565b6001600160a01b03808516600090815260026020526040808220858503905591851681529081208054849290611960908490612e67565b92505081905550826001600160a01b0316846001600160a01b03166000805160206130b48339815191528460405161199a91815260200190565b60405180910390a361177f848484611f45565b60006107ac611f96565b6119bf61200a565b610134805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516119fa9190612a2f565b60405180910390a1565b6001600160a01b038216611a645760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016107db565b611a7082600083611f23565b6001600160a01b03821660009081526002602052604090205481811015611ae45760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016107db565b6001600160a01b03831660009081526002602052604090208282039055611b0a82611f2b565b60048054600090611b259084906001600160f81b0316612e7a565b92506101000a8154816001600160f81b0302191690836001600160f81b0316021790555060006001600160a01b0316836001600160a01b03166000805160206130b483398151915284604051611b7d91815260200190565b60405180910390a36108b183600084611f45565b60405163f3fef3a360e01b81526000906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063f3fef3a390611c02907f0000000000000000000000000000000000000000000000000000000000000000908690600401612e9a565b600060405180830381600087803b158015611c1c57600080fd5b505af1158015611c30573d6000803e3d6000fd5b505050506108e47f00000000000000000000000000000000000000000000000000000000000000008584612054565b611c67612118565b610134805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586119ed3390565b6060606d80546106fe90612d16565b6060606e80546106fe90612d16565b60008082611cc76108eb565b611cd19190612e67565b6101995490915080821115611cfd578181604051634b344b1160e01b81526004016107db929190612dcc565b50919392505050565b6001600160a01b0381166000908152609f602052604090208054600181018255905b50919050565b60006108ca611d3b6119ad565b8360405161190160f01b8152600281019290925260228201526042902090565b6000806000611d6c8787878761215f565b91509150611d7981612219565b5090505b949350505050565b6101998190556040518181527f4e44c8be34d12f1b7f56b13b4bbe97e64ca37a91916f86c73412da80c21748e29060200160405180910390a150565b6001600160a01b03163b151590565b600154600160a81b900460ff16611df95760405162461bcd60e51b81526004016107db90612eb3565b611e03828261235e565b6113566123b4565b6001600160a01b038216611e1d575050565b611e2f60026001600160601b03612efe565b604051636eb1769f60e11b81523060048201526001600160a01b0383811660248301526001600160601b03929092169184169063dd62ed3e90604401602060405180830381865afa158015611e88573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611eac9190612f32565b101561135657611ebe828260006123f1565b61135682826000196123f1565b61177f846323b872dd60e01b858585604051602401611eec93929190612e0d565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526124fe565b6108b1612118565b60006001600160f81b03821115611f4157600080fd5b5090565b6001600160a01b03831615611f5957505050565b6000611f636108eb565b6101995490915080821115611f8f578181604051634b344b1160e01b81526004016107db929190612dcc565b5050505050565b60007f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f611fc16125d3565b611fc961262c565b60408051602081019490945283019190915260608201524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b6101345460ff16610afd5760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016107db565b8060000361206157505050565b6001600160a01b038316612104576000826001600160a01b03168260405160006040518083038185875af1925050503d80600081146120bc576040519150601f19603f3d011682016040523d82523d6000602084013e6120c1565b606091505b505090508061177f5760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b60448201526064016107db565b6108b16001600160a01b038416838361265d565b6101345460ff1615610afd5760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016107db565b6000806fa2a8918ca85bafe22016d0b997e4df60600160ff1b0383111561218c5750600090506003612210565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156121e0573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661220957600060019250925050612210565b9150600090505b94509492505050565b600081600481111561222d5761222d612bf6565b036122355750565b600181600481111561224957612249612bf6565b036122915760405162461bcd60e51b815260206004820152601860248201527745434453413a20696e76616c6964207369676e617475726560401b60448201526064016107db565b60028160048111156122a5576122a5612bf6565b036122f25760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016107db565b600381600481111561230657612306612bf6565b036111815760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016107db565b600154600160a81b900460ff166123875760405162461bcd60e51b81526004016107db90612eb3565b612391828261267c565b61135682604051806040016040528060018152602001603160f81b8152506126d8565b600154600160a81b900460ff166123dd5760405162461bcd60e51b81526004016107db90612eb3565b600080546001600160a01b03191633179055565b600080846001600160a01b031663095ea7b360e01b8585604051602401612419929190612e9a565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925290516124579190612f4b565b6000604051808303816000865af19150503d8060008114612494576040519150601f19603f3d011682016040523d82523d6000602084013e612499565b606091505b50915091508180156124c35750805115806124c35750808060200190518101906124c39190612f67565b611f8f5760405162461bcd60e51b815260206004820152600c60248201526b5361666520417070726f766560a01b60448201526064016107db565b6000612553826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661270b9092919063ffffffff16565b90508051600014806125745750808060200190518101906125749190612f67565b6108b15760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016107db565b6000806125de611c9d565b8051909150156125f5578051602090910120919050565b606b5480156126045792915050565b7fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4709250505090565b600080612637611cac565b80519091501561264e578051602090910120919050565b606c5480156126045792915050565b6108b18363a9059cbb60e01b8484604051602401611eec929190612e9a565b600154600160a81b900460ff166126a55760405162461bcd60e51b81526004016107db90612eb3565b60056126b18382612fd4565b5060066126be8282612fd4565b5050600480546001600160f81b0316600160f81b17905550565b600154600160a81b900460ff166127015760405162461bcd60e51b81526004016107db90612eb3565b611356828261271a565b6060611d7d848460008561276b565b600154600160a81b900460ff166127435760405162461bcd60e51b81526004016107db90612eb3565b606d61274f8382612fd4565b50606e61275c8282612fd4565b50506000606b819055606c5550565b6060824710156127cc5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016107db565b600080866001600160a01b031685876040516127e89190612f4b565b60006040518083038185875af1925050503d8060008114612825576040519150601f19603f3d011682016040523d82523d6000602084013e61282a565b606091505b509150915061283b87838387612846565b979650505050505050565b606083156128b35782516000036128ac5761286085611dc1565b6128ac5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016107db565b5081611d7d565b611d7d83838151156128c85781518083602001fd5b8060405162461bcd60e51b81526004016107db9190612932565b60005b838110156128fd5781810151838201526020016128e5565b50506000910152565b6000815180845261291e8160208601602086016128e2565b601f01601f19169290920160200192915050565b602081526000610f886020830184612906565b6020808252825182820181905260009190848201906040850190845b818110156129865783516001600160a01b031683529284019291840191600101612961565b50909695505050505050565b80356001600160a01b03811681146129a957600080fd5b919050565b801515811461118157600080fd5b6000806000606084860312156129d157600080fd5b6129da84612992565b925060208401356129ea816129ae565b915060408401356129fa816129ae565b809150509250925092565b60008060408385031215612a1857600080fd5b612a2183612992565b946020939093013593505050565b6001600160a01b0391909116815260200190565b600060208284031215612a5557600080fd5b610f8882612992565b60008151808452602080850194506020840160005b83811015612a8f57815187529582019590820190600101612a73565b509495945050505050565b602081526000610f886020830184612a5e565b60008060008060808587031215612ac357600080fd5b612acc85612992565b9350612ada60208601612992565b93969395505050506040820135916060013590565b600080600060608486031215612b0457600080fd5b612b0d84612992565b9250612b1b60208501612992565b9150604084013590509250925092565b600080600080600060a08688031215612b4357600080fd5b612b4c86612992565b945060208601359350612b6160408701612992565b9250606086013591506080860135612b78816129ae565b809150509295509295909350565b60ff60f81b8816815260e060208201526000612ba560e0830189612906565b8281036040840152612bb78189612906565b606084018890526001600160a01b038716608085015260a0840186905283810360c08501529050612be88185612a5e565b9a9950505050505050505050565b634e487b7160e01b600052602160045260246000fd5b6060810160028510612c2e57634e487b7160e01b600052602160045260246000fd5b9381526001600160a01b0392909216602083015260ff1660409091015290565b60ff8116811461118157600080fd5b600080600080600080600060e0888a031215612c7857600080fd5b612c8188612992565b9650612c8f60208901612992565b955060408801359450606088013593506080880135612cad81612c4e565b9699959850939692959460a0840135945060c09093013592915050565b60008060408385031215612cdd57600080fd5b612ce683612992565b9150612cf460208401612992565b90509250929050565b600060208284031215612d0f57600080fd5b5035919050565b600181811c90821680612d2a57607f821691505b602082108103611d2857634e487b7160e01b600052602260045260246000fd5b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052604160045260246000fd5b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b918252602082015260400190565b600060208284031215612dec57600080fd5b8151610f8881612c4e565b634e487b7160e01b600052603260045260246000fd5b6001600160a01b039384168152919092166020820152604081019190915260600190565b634e487b7160e01b600052601160045260246000fd5b6001600160f81b038181168382160190808211156108e4576108e4612e31565b808201808211156108ca576108ca612e31565b6001600160f81b038281168282160390808211156108e4576108e4612e31565b6001600160a01b03929092168252602082015260400190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b60006001600160601b0383811680612f2657634e487b7160e01b600052601260045260246000fd5b92169190910492915050565b600060208284031215612f4457600080fd5b5051919050565b60008251612f5d8184602087016128e2565b9190910192915050565b600060208284031215612f7957600080fd5b8151610f88816129ae565b601f8211156108b1576000816000526020600020601f850160051c81016020861015612fad5750805b601f850160051c820191505b81811015612fcc57828155600101612fb9565b505050505050565b81516001600160401b03811115612fed57612fed612d7f565b61300181612ffb8454612d16565b84612f84565b602080601f831160018114613036576000841561301e5750858301515b600019600386901b1c1916600185901b178555612fcc565b600085815260208120601f198616915b8281101561306557888601518255948401946001909101908401613046565b50858210156130835787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fe8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa26469706673582212202d47306cb056a0b6f9f4dbf33411f019ef5c4dec60fb3cd0c4cca7e1be6907d264736f6c63430008170033",
|
|
1083
|
+
"deployedBytecode": "0x6080604052600436106101da5760003560e01c806306fdde03146101e6578063071bc3c914610211578063078dfbe714610233578063095ea7b3146102555780630fd761e014610285578063128fced1146102c657806318160ddd146102f357806320e8c56514610316578063213cae631461021157806323b872dd14610329578063313ce567146103495780633644e5151461038f5780633ba0b9a9146103a45780633f4ba83a146103bf5780634e71e0c8146103d45780635c975abb146103e957806370a0823114610402578063769f8e5d1461043857806376d5de8514610458578063784367d61461048c5780637ecebe00146104ac5780638456cb59146104cc57806384b0196e146104e15780638da5cb5b146105095780638f770ad01461052957806395d89b4114610540578063a40bee5014610555578063a9059cbb14610579578063b8f82b2614610599578063c4f59f9b146105b9578063c567d287146105da578063cbe52ae31461060e578063d505accf1461062e578063da88ecb41461064e578063dd62ed3e1461066f578063e30c39781461068f578063e5a97f07146106af578063ef5cfb8c146102c6578063f8b2f9911461064e578063fa5a4f061461048c578063fe4b84df146106cf57600080fd5b366101e157005b600080fd5b3480156101f257600080fd5b506101fb6106ef565b6040516102089190612932565b60405180910390f35b34801561021d57600080fd5b50610226610781565b6040516102089190612945565b34801561023f57600080fd5b5061025361024e3660046129bc565b6107b1565b005b34801561026157600080fd5b50610275610270366004612a05565b6108b6565b6040519015158152602001610208565b34801561029157600080fd5b506102b97f000000000000000000000000000000000000000000000000000000000000000081565b6040516102089190612a2f565b3480156102d257600080fd5b506102e66102e1366004612a43565b6108d0565b6040516102089190612a9a565b3480156102ff57600080fd5b506103086108eb565b604051908152602001610208565b610308610324366004612aad565b6108fa565b34801561033557600080fd5b50610275610344366004612aef565b610a43565b34801561035557600080fd5b5061037d7f000000000000000000000000000000000000000000000000000000000000000081565b60405160ff9091168152602001610208565b34801561039b57600080fd5b50610308610ac1565b3480156103b057600080fd5b50670de0b6b3a7640000610308565b3480156103cb57600080fd5b50610253610acb565b3480156103e057600080fd5b50610253610aff565b3480156103f557600080fd5b506101345460ff16610275565b34801561040e57600080fd5b5061030861041d366004612a43565b6001600160a01b031660009081526002602052604090205490565b34801561044457600080fd5b50610308610453366004612b2b565b610baa565b34801561046457600080fd5b506102b97f000000000000000000000000000000000000000000000000000000000000000081565b34801561049857600080fd5b506102756104a7366004612a43565b610cff565b3480156104b857600080fd5b506103086104c7366004612a43565b610d31565b3480156104d857600080fd5b50610253610d4f565b3480156104ed57600080fd5b506104f6610d81565b6040516102089796959493929190612b86565b34801561051557600080fd5b506000546102b9906001600160a01b031681565b34801561053557600080fd5b506103086101995481565b34801561054c57600080fd5b506101fb610e1f565b34801561056157600080fd5b5061056a610e2e565b60405161020893929190612c0c565b34801561058557600080fd5b50610275610594366004612a05565b610ee2565b3480156105a557600080fd5b506103086105b4366004612a05565b610f54565b3480156105c557600080fd5b50604080516000815260208101909152610226565b3480156105e657600080fd5b506102b97f000000000000000000000000000000000000000000000000000000000000000081565b34801561061a57600080fd5b50610308610629366004612a05565b610f8f565b34801561063a57600080fd5b50610253610649366004612c5d565b610fbf565b34801561065a57600080fd5b506040805160008152602081019091526102e6565b34801561067b57600080fd5b5061030861068a366004612cca565b611123565b34801561069b57600080fd5b506001546102b9906001600160a01b031681565b3480156106bb57600080fd5b506102536106ca366004612cfd565b61114e565b3480156106db57600080fd5b506102536106ea366004612cfd565b611184565b6060600580546106fe90612d16565b80601f016020809104026020016040519081016040528092919081815260200182805461072a90612d16565b80156107775780601f1061074c57610100808354040283529160200191610777565b820191906000526020600020905b81548152906001019060200180831161075a57829003601f168201915b5050505050905090565b60606107ac7f000000000000000000000000000000000000000000000000000000000000000061135a565b905090565b6000546001600160a01b031633146107e45760405162461bcd60e51b81526004016107db90612d4a565b60405180910390fd5b8115610895576001600160a01b0383161515806107fe5750805b6108425760405162461bcd60e51b81526020600482015260156024820152744f776e61626c653a207a65726f206164647265737360581b60448201526064016107db565b600080546040516001600160a01b038087169392169160008051602061309483398151915291a3600080546001600160a01b0385166001600160a01b031991821617909155600180549091169055505050565b600180546001600160a01b0319166001600160a01b0385161790555b505050565b6000336108c48185856113b5565b60019150505b92915050565b604080516000808252602082019092526060915b5092915050565b6004546001600160f81b031690565b600454600090600119600160f81b90910460ff160161092b5760405162461bcd60e51b81526004016107db90612d95565b600480546001600160f81b0316600160f91b17905561094984610cff565b61096857836040516315d57ce360e31b81526004016107db9190612a2f565b8260000361098957604051630a907f2f60e41b815260040160405180910390fd5b6109948433856114d9565b61099e8484611540565b9050818110156109c5578082604051635e38f95d60e11b81526004016107db929190612dcc565b6109cf85826115ec565b836001600160a01b0316856001600160a01b0316336001600160a01b03167f5fe47ed6d4225326d3303476197d782ded5a4e9c14f479dc9ec4992af4e85d598685604051610a1e929190612dcc565b60405180910390a4600480546001600160f81b0316600160f81b179055949350505050565b600454600090600119600160f81b90910460ff1601610a745760405162461bcd60e51b81526004016107db90612d95565b600480546001600160f81b0316600160f91b17905533610a9585828561170b565b610aa0858585611785565b6001915050600480546001600160f81b0316600160f81b1790559392505050565b60006107ac6119ad565b6000546001600160a01b03163314610af55760405162461bcd60e51b81526004016107db90612d4a565b610afd6119b7565b565b6001546001600160a01b0316338114610b5a5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e657260448201526064016107db565b600080546040516001600160a01b038085169392169160008051602061309483398151915291a3600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b600454600090600119600160f81b90910460ff1601610bdb5760405162461bcd60e51b81526004016107db90612d95565b600480546001600160f81b0316600160f91b179055610bf984610cff565b610c1857836040516388a5056160e01b81526004016107db9190612a2f565b84600003610c395760405163c3d83b0760e01b815260040160405180910390fd5b8115610c4e57610c493086611a04565b610c58565b610c583386611a04565b610c63868587611b91565b905082811015610c8a5780836040516305ff726560e51b81526004016107db929190612dcc565b836001600160a01b0316866001600160a01b0316336001600160a01b03167faee47cdf925cf525fdae94f9777ee5a06cac37e1c41220d0a8a89ed154f62d1c8885604051610cd9929190612dcc565b60405180910390a4600480546001600160f81b0316600160f81b17905595945050505050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0390811691161490565b6001600160a01b0381166000908152609f60205260408120546108ca565b6000546001600160a01b03163314610d795760405162461bcd60e51b81526004016107db90612d4a565b610afd611c5f565b600060608060008060006060606b546000801b148015610da15750606c54155b610de55760405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b60448201526064016107db565b610ded611c9d565b610df5611cac565b60408051600080825260208201909252600f60f81b9b939a50919850469750309650945092509050565b6060600680546106fe90612d16565b60008060008092507f000000000000000000000000000000000000000000000000000000000000000091507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610eb7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610edb9190612dda565b9050909192565b600454600090600119600160f81b90910460ff1601610f135760405162461bcd60e51b81526004016107db90612d95565b600480546001600160f81b0316600160f91b17905533610f34818585611785565b6001915050600480546001600160f81b0316600160f81b17905592915050565b6000610f5f83610cff565b610f7e57826040516315d57ce360e31b81526004016107db9190612a2f565b610f888383611cbb565b9392505050565b6000610f9a83610cff565b610fb957826040516388a5056160e01b81526004016107db9190612a2f565b81610f88565b8342111561100f5760405162461bcd60e51b815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e6500000060448201526064016107db565b60007f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c988888861103e8c611d06565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e001604051602081830303815290604052805190602001209050600061109982611d2e565b905060006110a982878787611d5b565b9050896001600160a01b0316816001600160a01b03161461110c5760405162461bcd60e51b815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e6174757265000060448201526064016107db565b6111178a8a8a6113b5565b50505050505050505050565b6001600160a01b03918216600090815260036020908152604080832093909416825291909152205490565b6000546001600160a01b031633146111785760405162461bcd60e51b81526004016107db90612d4a565b61118181611d85565b50565b600154600160a81b900460ff16158080156111aa575060018054600160a01b900460ff16105b806111d157506111b930611dc1565b1580156111d1575060018054600160a01b900460ff16145b6112345760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016107db565b6001805460ff60a01b1916600160a01b1790558015611261576001805460ff60a81b1916600160a81b1790555b6112bc604051806040016040528060178152602001765359205a697263756974205374616b696e67205553446560481b8152506040518060400160405280600a81526020016953592d7a732d5553446560b01b815250611dd0565b6113067f00000000000000000000000000000000000000000000000000000000000000007f0000000000000000000000000000000000000000000000000000000000000000611e0b565b61130f82611d85565b8015611356576001805460ff60a81b191681556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b5050565b60408051600180825281830190925260609160208083019080368337019050509050818160008151811061139057611390612df7565b60200260200101906001600160a01b031690816001600160a01b031681525050919050565b6001600160a01b0383166114175760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016107db565b6001600160a01b0382166114785760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016107db565b6001600160a01b0383811660008181526003602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6001600160a01b038316611525578034146108b15760405162461bcd60e51b815260206004820152600c60248201526b0cae8d040dad2e6dac2e8c6d60a31b60448201526064016107db565b80156108b1576108b16001600160a01b038416833084611ecb565b60405163b3db428b60e01b81526000906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063b3db428b906115b3907f00000000000000000000000000000000000000000000000000000000000000009030908790600401612e0d565b600060405180830381600087803b1580156115cd57600080fd5b505af11580156115e1573d6000803e3d6000fd5b509395945050505050565b6001600160a01b0382166116425760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016107db565b61164e60008383611f23565b61165781611f2b565b600480546000906116729084906001600160f81b0316612e47565b92506101000a8154816001600160f81b0302191690836001600160f81b031602179055508060026000846001600160a01b03166001600160a01b0316815260200190815260200160002060008282546116cb9190612e67565b90915550506040518181526001600160a01b038316906000906000805160206130b48339815191529060200160405180910390a361135660008383611f45565b60006117178484611123565b9050600019811461177f57818110156117725760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016107db565b61177f84848484036113b5565b50505050565b6001600160a01b0383166117e95760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016107db565b6001600160a01b03821661184b5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016107db565b816001600160a01b0316836001600160a01b0316036118a65760405162461bcd60e51b815260206004820152601760248201527622a92199181d103a3930b739b332b9103a379039b2b63360491b60448201526064016107db565b6118b1838383611f23565b6001600160a01b038316600090815260026020526040902054818110156119295760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016107db565b6001600160a01b03808516600090815260026020526040808220858503905591851681529081208054849290611960908490612e67565b92505081905550826001600160a01b0316846001600160a01b03166000805160206130b48339815191528460405161199a91815260200190565b60405180910390a361177f848484611f45565b60006107ac611f96565b6119bf61200a565b610134805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516119fa9190612a2f565b60405180910390a1565b6001600160a01b038216611a645760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016107db565b611a7082600083611f23565b6001600160a01b03821660009081526002602052604090205481811015611ae45760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016107db565b6001600160a01b03831660009081526002602052604090208282039055611b0a82611f2b565b60048054600090611b259084906001600160f81b0316612e7a565b92506101000a8154816001600160f81b0302191690836001600160f81b0316021790555060006001600160a01b0316836001600160a01b03166000805160206130b483398151915284604051611b7d91815260200190565b60405180910390a36108b183600084611f45565b60405163f3fef3a360e01b81526000906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063f3fef3a390611c02907f0000000000000000000000000000000000000000000000000000000000000000908690600401612e9a565b600060405180830381600087803b158015611c1c57600080fd5b505af1158015611c30573d6000803e3d6000fd5b505050506108e47f00000000000000000000000000000000000000000000000000000000000000008584612054565b611c67612118565b610134805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586119ed3390565b6060606d80546106fe90612d16565b6060606e80546106fe90612d16565b60008082611cc76108eb565b611cd19190612e67565b6101995490915080821115611cfd578181604051634b344b1160e01b81526004016107db929190612dcc565b50919392505050565b6001600160a01b0381166000908152609f602052604090208054600181018255905b50919050565b60006108ca611d3b6119ad565b8360405161190160f01b8152600281019290925260228201526042902090565b6000806000611d6c8787878761215f565b91509150611d7981612219565b5090505b949350505050565b6101998190556040518181527f4e44c8be34d12f1b7f56b13b4bbe97e64ca37a91916f86c73412da80c21748e29060200160405180910390a150565b6001600160a01b03163b151590565b600154600160a81b900460ff16611df95760405162461bcd60e51b81526004016107db90612eb3565b611e03828261235e565b6113566123b4565b6001600160a01b038216611e1d575050565b611e2f60026001600160601b03612efe565b604051636eb1769f60e11b81523060048201526001600160a01b0383811660248301526001600160601b03929092169184169063dd62ed3e90604401602060405180830381865afa158015611e88573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611eac9190612f32565b101561135657611ebe828260006123f1565b61135682826000196123f1565b61177f846323b872dd60e01b858585604051602401611eec93929190612e0d565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526124fe565b6108b1612118565b60006001600160f81b03821115611f4157600080fd5b5090565b6001600160a01b03831615611f5957505050565b6000611f636108eb565b6101995490915080821115611f8f578181604051634b344b1160e01b81526004016107db929190612dcc565b5050505050565b60007f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f611fc16125d3565b611fc961262c565b60408051602081019490945283019190915260608201524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b6101345460ff16610afd5760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016107db565b8060000361206157505050565b6001600160a01b038316612104576000826001600160a01b03168260405160006040518083038185875af1925050503d80600081146120bc576040519150601f19603f3d011682016040523d82523d6000602084013e6120c1565b606091505b505090508061177f5760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b60448201526064016107db565b6108b16001600160a01b038416838361265d565b6101345460ff1615610afd5760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016107db565b6000806fa2a8918ca85bafe22016d0b997e4df60600160ff1b0383111561218c5750600090506003612210565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa1580156121e0573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661220957600060019250925050612210565b9150600090505b94509492505050565b600081600481111561222d5761222d612bf6565b036122355750565b600181600481111561224957612249612bf6565b036122915760405162461bcd60e51b815260206004820152601860248201527745434453413a20696e76616c6964207369676e617475726560401b60448201526064016107db565b60028160048111156122a5576122a5612bf6565b036122f25760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016107db565b600381600481111561230657612306612bf6565b036111815760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016107db565b600154600160a81b900460ff166123875760405162461bcd60e51b81526004016107db90612eb3565b612391828261267c565b61135682604051806040016040528060018152602001603160f81b8152506126d8565b600154600160a81b900460ff166123dd5760405162461bcd60e51b81526004016107db90612eb3565b600080546001600160a01b03191633179055565b600080846001600160a01b031663095ea7b360e01b8585604051602401612419929190612e9a565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925290516124579190612f4b565b6000604051808303816000865af19150503d8060008114612494576040519150601f19603f3d011682016040523d82523d6000602084013e612499565b606091505b50915091508180156124c35750805115806124c35750808060200190518101906124c39190612f67565b611f8f5760405162461bcd60e51b815260206004820152600c60248201526b5361666520417070726f766560a01b60448201526064016107db565b6000612553826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b031661270b9092919063ffffffff16565b90508051600014806125745750808060200190518101906125749190612f67565b6108b15760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016107db565b6000806125de611c9d565b8051909150156125f5578051602090910120919050565b606b5480156126045792915050565b7fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4709250505090565b600080612637611cac565b80519091501561264e578051602090910120919050565b606c5480156126045792915050565b6108b18363a9059cbb60e01b8484604051602401611eec929190612e9a565b600154600160a81b900460ff166126a55760405162461bcd60e51b81526004016107db90612eb3565b60056126b18382612fd4565b5060066126be8282612fd4565b5050600480546001600160f81b0316600160f81b17905550565b600154600160a81b900460ff166127015760405162461bcd60e51b81526004016107db90612eb3565b611356828261271a565b6060611d7d848460008561276b565b600154600160a81b900460ff166127435760405162461bcd60e51b81526004016107db90612eb3565b606d61274f8382612fd4565b50606e61275c8282612fd4565b50506000606b819055606c5550565b6060824710156127cc5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016107db565b600080866001600160a01b031685876040516127e89190612f4b565b60006040518083038185875af1925050503d8060008114612825576040519150601f19603f3d011682016040523d82523d6000602084013e61282a565b606091505b509150915061283b87838387612846565b979650505050505050565b606083156128b35782516000036128ac5761286085611dc1565b6128ac5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016107db565b5081611d7d565b611d7d83838151156128c85781518083602001fd5b8060405162461bcd60e51b81526004016107db9190612932565b60005b838110156128fd5781810151838201526020016128e5565b50506000910152565b6000815180845261291e8160208601602086016128e2565b601f01601f19169290920160200192915050565b602081526000610f886020830184612906565b6020808252825182820181905260009190848201906040850190845b818110156129865783516001600160a01b031683529284019291840191600101612961565b50909695505050505050565b80356001600160a01b03811681146129a957600080fd5b919050565b801515811461118157600080fd5b6000806000606084860312156129d157600080fd5b6129da84612992565b925060208401356129ea816129ae565b915060408401356129fa816129ae565b809150509250925092565b60008060408385031215612a1857600080fd5b612a2183612992565b946020939093013593505050565b6001600160a01b0391909116815260200190565b600060208284031215612a5557600080fd5b610f8882612992565b60008151808452602080850194506020840160005b83811015612a8f57815187529582019590820190600101612a73565b509495945050505050565b602081526000610f886020830184612a5e565b60008060008060808587031215612ac357600080fd5b612acc85612992565b9350612ada60208601612992565b93969395505050506040820135916060013590565b600080600060608486031215612b0457600080fd5b612b0d84612992565b9250612b1b60208501612992565b9150604084013590509250925092565b600080600080600060a08688031215612b4357600080fd5b612b4c86612992565b945060208601359350612b6160408701612992565b9250606086013591506080860135612b78816129ae565b809150509295509295909350565b60ff60f81b8816815260e060208201526000612ba560e0830189612906565b8281036040840152612bb78189612906565b606084018890526001600160a01b038716608085015260a0840186905283810360c08501529050612be88185612a5e565b9a9950505050505050505050565b634e487b7160e01b600052602160045260246000fd5b6060810160028510612c2e57634e487b7160e01b600052602160045260246000fd5b9381526001600160a01b0392909216602083015260ff1660409091015290565b60ff8116811461118157600080fd5b600080600080600080600060e0888a031215612c7857600080fd5b612c8188612992565b9650612c8f60208901612992565b955060408801359450606088013593506080880135612cad81612c4e565b9699959850939692959460a0840135945060c09093013592915050565b60008060408385031215612cdd57600080fd5b612ce683612992565b9150612cf460208401612992565b90509250929050565b600060208284031215612d0f57600080fd5b5035919050565b600181811c90821680612d2a57607f821691505b602082108103611d2857634e487b7160e01b600052602260045260246000fd5b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052604160045260246000fd5b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b918252602082015260400190565b600060208284031215612dec57600080fd5b8151610f8881612c4e565b634e487b7160e01b600052603260045260246000fd5b6001600160a01b039384168152919092166020820152604081019190915260600190565b634e487b7160e01b600052601160045260246000fd5b6001600160f81b038181168382160190808211156108e4576108e4612e31565b808201808211156108ca576108ca612e31565b6001600160f81b038281168282160390808211156108e4576108e4612e31565b6001600160a01b03929092168252602082015260400190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b60006001600160601b0383811680612f2657634e487b7160e01b600052601260045260246000fd5b92169190910492915050565b600060208284031215612f4457600080fd5b5051919050565b60008251612f5d8184602087016128e2565b9190910192915050565b600060208284031215612f7957600080fd5b8151610f88816129ae565b601f8211156108b1576000816000526020600020601f850160051c81016020861015612fad5750805b601f850160051c820191505b81811015612fcc57828155600101612fb9565b505050505050565b81516001600160401b03811115612fed57612fed612d7f565b61300181612ffb8454612d16565b84612f84565b602080601f831160018114613036576000841561301e5750858301515b600019600386901b1c1916600185901b178555612fcc565b600085815260208120601f198616915b8281101561306557888601518255948401946001909101908401613046565b50858210156130835787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fe8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa26469706673582212202d47306cb056a0b6f9f4dbf33411f019ef5c4dec60fb3cd0c4cca7e1be6907d264736f6c63430008170033",
|
|
1084
|
+
"linkReferences": {},
|
|
1085
|
+
"deployedLinkReferences": {}
|
|
1086
|
+
}
|