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