@pendle/core-v2 4.4.4 → 4.4.6
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
|
@@ -1,1025 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "PendleZtakeWETHSY",
|
|
4
|
-
"sourceName": "contracts/core/StandardizedYield/implementations/Zircuit/PendleZtakeWETHSY.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [
|
|
8
|
-
{
|
|
9
|
-
"internalType": "address",
|
|
10
|
-
"name": "_zircuitStaking",
|
|
11
|
-
"type": "address"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"internalType": "address",
|
|
15
|
-
"name": "_wETH",
|
|
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": "assetInfo",
|
|
382
|
-
"outputs": [
|
|
383
|
-
{
|
|
384
|
-
"internalType": "enum IStandardizedYield.AssetType",
|
|
385
|
-
"name": "assetType",
|
|
386
|
-
"type": "uint8"
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"internalType": "address",
|
|
390
|
-
"name": "assetAddress",
|
|
391
|
-
"type": "address"
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"internalType": "uint8",
|
|
395
|
-
"name": "assetDecimals",
|
|
396
|
-
"type": "uint8"
|
|
397
|
-
}
|
|
398
|
-
],
|
|
399
|
-
"stateMutability": "view",
|
|
400
|
-
"type": "function"
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"inputs": [
|
|
404
|
-
{
|
|
405
|
-
"internalType": "address",
|
|
406
|
-
"name": "account",
|
|
407
|
-
"type": "address"
|
|
408
|
-
}
|
|
409
|
-
],
|
|
410
|
-
"name": "balanceOf",
|
|
411
|
-
"outputs": [
|
|
412
|
-
{
|
|
413
|
-
"internalType": "uint256",
|
|
414
|
-
"name": "",
|
|
415
|
-
"type": "uint256"
|
|
416
|
-
}
|
|
417
|
-
],
|
|
418
|
-
"stateMutability": "view",
|
|
419
|
-
"type": "function"
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"inputs": [],
|
|
423
|
-
"name": "claimOwnership",
|
|
424
|
-
"outputs": [],
|
|
425
|
-
"stateMutability": "nonpayable",
|
|
426
|
-
"type": "function"
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"inputs": [
|
|
430
|
-
{
|
|
431
|
-
"internalType": "address",
|
|
432
|
-
"name": "",
|
|
433
|
-
"type": "address"
|
|
434
|
-
}
|
|
435
|
-
],
|
|
436
|
-
"name": "claimRewards",
|
|
437
|
-
"outputs": [
|
|
438
|
-
{
|
|
439
|
-
"internalType": "uint256[]",
|
|
440
|
-
"name": "rewardAmounts",
|
|
441
|
-
"type": "uint256[]"
|
|
442
|
-
}
|
|
443
|
-
],
|
|
444
|
-
"stateMutability": "nonpayable",
|
|
445
|
-
"type": "function"
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"inputs": [],
|
|
449
|
-
"name": "decimals",
|
|
450
|
-
"outputs": [
|
|
451
|
-
{
|
|
452
|
-
"internalType": "uint8",
|
|
453
|
-
"name": "",
|
|
454
|
-
"type": "uint8"
|
|
455
|
-
}
|
|
456
|
-
],
|
|
457
|
-
"stateMutability": "view",
|
|
458
|
-
"type": "function"
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"inputs": [
|
|
462
|
-
{
|
|
463
|
-
"internalType": "address",
|
|
464
|
-
"name": "receiver",
|
|
465
|
-
"type": "address"
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"internalType": "address",
|
|
469
|
-
"name": "tokenIn",
|
|
470
|
-
"type": "address"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"internalType": "uint256",
|
|
474
|
-
"name": "amountTokenToDeposit",
|
|
475
|
-
"type": "uint256"
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"internalType": "uint256",
|
|
479
|
-
"name": "minSharesOut",
|
|
480
|
-
"type": "uint256"
|
|
481
|
-
}
|
|
482
|
-
],
|
|
483
|
-
"name": "deposit",
|
|
484
|
-
"outputs": [
|
|
485
|
-
{
|
|
486
|
-
"internalType": "uint256",
|
|
487
|
-
"name": "amountSharesOut",
|
|
488
|
-
"type": "uint256"
|
|
489
|
-
}
|
|
490
|
-
],
|
|
491
|
-
"stateMutability": "payable",
|
|
492
|
-
"type": "function"
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"inputs": [],
|
|
496
|
-
"name": "eip712Domain",
|
|
497
|
-
"outputs": [
|
|
498
|
-
{
|
|
499
|
-
"internalType": "bytes1",
|
|
500
|
-
"name": "fields",
|
|
501
|
-
"type": "bytes1"
|
|
502
|
-
},
|
|
503
|
-
{
|
|
504
|
-
"internalType": "string",
|
|
505
|
-
"name": "name",
|
|
506
|
-
"type": "string"
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"internalType": "string",
|
|
510
|
-
"name": "version",
|
|
511
|
-
"type": "string"
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"internalType": "uint256",
|
|
515
|
-
"name": "chainId",
|
|
516
|
-
"type": "uint256"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"internalType": "address",
|
|
520
|
-
"name": "verifyingContract",
|
|
521
|
-
"type": "address"
|
|
522
|
-
},
|
|
523
|
-
{
|
|
524
|
-
"internalType": "bytes32",
|
|
525
|
-
"name": "salt",
|
|
526
|
-
"type": "bytes32"
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"internalType": "uint256[]",
|
|
530
|
-
"name": "extensions",
|
|
531
|
-
"type": "uint256[]"
|
|
532
|
-
}
|
|
533
|
-
],
|
|
534
|
-
"stateMutability": "view",
|
|
535
|
-
"type": "function"
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"inputs": [],
|
|
539
|
-
"name": "exchangeRate",
|
|
540
|
-
"outputs": [
|
|
541
|
-
{
|
|
542
|
-
"internalType": "uint256",
|
|
543
|
-
"name": "",
|
|
544
|
-
"type": "uint256"
|
|
545
|
-
}
|
|
546
|
-
],
|
|
547
|
-
"stateMutability": "view",
|
|
548
|
-
"type": "function"
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"inputs": [],
|
|
552
|
-
"name": "getRewardTokens",
|
|
553
|
-
"outputs": [
|
|
554
|
-
{
|
|
555
|
-
"internalType": "address[]",
|
|
556
|
-
"name": "rewardTokens",
|
|
557
|
-
"type": "address[]"
|
|
558
|
-
}
|
|
559
|
-
],
|
|
560
|
-
"stateMutability": "view",
|
|
561
|
-
"type": "function"
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"inputs": [],
|
|
565
|
-
"name": "getTokensIn",
|
|
566
|
-
"outputs": [
|
|
567
|
-
{
|
|
568
|
-
"internalType": "address[]",
|
|
569
|
-
"name": "res",
|
|
570
|
-
"type": "address[]"
|
|
571
|
-
}
|
|
572
|
-
],
|
|
573
|
-
"stateMutability": "view",
|
|
574
|
-
"type": "function"
|
|
575
|
-
},
|
|
576
|
-
{
|
|
577
|
-
"inputs": [],
|
|
578
|
-
"name": "getTokensOut",
|
|
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": "initialize",
|
|
592
|
-
"outputs": [],
|
|
593
|
-
"stateMutability": "nonpayable",
|
|
594
|
-
"type": "function"
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
"inputs": [
|
|
598
|
-
{
|
|
599
|
-
"internalType": "address",
|
|
600
|
-
"name": "token",
|
|
601
|
-
"type": "address"
|
|
602
|
-
}
|
|
603
|
-
],
|
|
604
|
-
"name": "isValidTokenIn",
|
|
605
|
-
"outputs": [
|
|
606
|
-
{
|
|
607
|
-
"internalType": "bool",
|
|
608
|
-
"name": "",
|
|
609
|
-
"type": "bool"
|
|
610
|
-
}
|
|
611
|
-
],
|
|
612
|
-
"stateMutability": "view",
|
|
613
|
-
"type": "function"
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"inputs": [
|
|
617
|
-
{
|
|
618
|
-
"internalType": "address",
|
|
619
|
-
"name": "token",
|
|
620
|
-
"type": "address"
|
|
621
|
-
}
|
|
622
|
-
],
|
|
623
|
-
"name": "isValidTokenOut",
|
|
624
|
-
"outputs": [
|
|
625
|
-
{
|
|
626
|
-
"internalType": "bool",
|
|
627
|
-
"name": "",
|
|
628
|
-
"type": "bool"
|
|
629
|
-
}
|
|
630
|
-
],
|
|
631
|
-
"stateMutability": "view",
|
|
632
|
-
"type": "function"
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"inputs": [],
|
|
636
|
-
"name": "name",
|
|
637
|
-
"outputs": [
|
|
638
|
-
{
|
|
639
|
-
"internalType": "string",
|
|
640
|
-
"name": "",
|
|
641
|
-
"type": "string"
|
|
642
|
-
}
|
|
643
|
-
],
|
|
644
|
-
"stateMutability": "view",
|
|
645
|
-
"type": "function"
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"inputs": [
|
|
649
|
-
{
|
|
650
|
-
"internalType": "address",
|
|
651
|
-
"name": "owner",
|
|
652
|
-
"type": "address"
|
|
653
|
-
}
|
|
654
|
-
],
|
|
655
|
-
"name": "nonces",
|
|
656
|
-
"outputs": [
|
|
657
|
-
{
|
|
658
|
-
"internalType": "uint256",
|
|
659
|
-
"name": "",
|
|
660
|
-
"type": "uint256"
|
|
661
|
-
}
|
|
662
|
-
],
|
|
663
|
-
"stateMutability": "view",
|
|
664
|
-
"type": "function"
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"inputs": [],
|
|
668
|
-
"name": "owner",
|
|
669
|
-
"outputs": [
|
|
670
|
-
{
|
|
671
|
-
"internalType": "address",
|
|
672
|
-
"name": "",
|
|
673
|
-
"type": "address"
|
|
674
|
-
}
|
|
675
|
-
],
|
|
676
|
-
"stateMutability": "view",
|
|
677
|
-
"type": "function"
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"inputs": [],
|
|
681
|
-
"name": "pause",
|
|
682
|
-
"outputs": [],
|
|
683
|
-
"stateMutability": "nonpayable",
|
|
684
|
-
"type": "function"
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
"inputs": [],
|
|
688
|
-
"name": "paused",
|
|
689
|
-
"outputs": [
|
|
690
|
-
{
|
|
691
|
-
"internalType": "bool",
|
|
692
|
-
"name": "",
|
|
693
|
-
"type": "bool"
|
|
694
|
-
}
|
|
695
|
-
],
|
|
696
|
-
"stateMutability": "view",
|
|
697
|
-
"type": "function"
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"inputs": [],
|
|
701
|
-
"name": "pendingOwner",
|
|
702
|
-
"outputs": [
|
|
703
|
-
{
|
|
704
|
-
"internalType": "address",
|
|
705
|
-
"name": "",
|
|
706
|
-
"type": "address"
|
|
707
|
-
}
|
|
708
|
-
],
|
|
709
|
-
"stateMutability": "view",
|
|
710
|
-
"type": "function"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"inputs": [
|
|
714
|
-
{
|
|
715
|
-
"internalType": "address",
|
|
716
|
-
"name": "owner",
|
|
717
|
-
"type": "address"
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"internalType": "address",
|
|
721
|
-
"name": "spender",
|
|
722
|
-
"type": "address"
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"internalType": "uint256",
|
|
726
|
-
"name": "value",
|
|
727
|
-
"type": "uint256"
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"internalType": "uint256",
|
|
731
|
-
"name": "deadline",
|
|
732
|
-
"type": "uint256"
|
|
733
|
-
},
|
|
734
|
-
{
|
|
735
|
-
"internalType": "uint8",
|
|
736
|
-
"name": "v",
|
|
737
|
-
"type": "uint8"
|
|
738
|
-
},
|
|
739
|
-
{
|
|
740
|
-
"internalType": "bytes32",
|
|
741
|
-
"name": "r",
|
|
742
|
-
"type": "bytes32"
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"internalType": "bytes32",
|
|
746
|
-
"name": "s",
|
|
747
|
-
"type": "bytes32"
|
|
748
|
-
}
|
|
749
|
-
],
|
|
750
|
-
"name": "permit",
|
|
751
|
-
"outputs": [],
|
|
752
|
-
"stateMutability": "nonpayable",
|
|
753
|
-
"type": "function"
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"inputs": [
|
|
757
|
-
{
|
|
758
|
-
"internalType": "address",
|
|
759
|
-
"name": "tokenIn",
|
|
760
|
-
"type": "address"
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"internalType": "uint256",
|
|
764
|
-
"name": "amountTokenToDeposit",
|
|
765
|
-
"type": "uint256"
|
|
766
|
-
}
|
|
767
|
-
],
|
|
768
|
-
"name": "previewDeposit",
|
|
769
|
-
"outputs": [
|
|
770
|
-
{
|
|
771
|
-
"internalType": "uint256",
|
|
772
|
-
"name": "amountSharesOut",
|
|
773
|
-
"type": "uint256"
|
|
774
|
-
}
|
|
775
|
-
],
|
|
776
|
-
"stateMutability": "view",
|
|
777
|
-
"type": "function"
|
|
778
|
-
},
|
|
779
|
-
{
|
|
780
|
-
"inputs": [
|
|
781
|
-
{
|
|
782
|
-
"internalType": "address",
|
|
783
|
-
"name": "tokenOut",
|
|
784
|
-
"type": "address"
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"internalType": "uint256",
|
|
788
|
-
"name": "amountSharesToRedeem",
|
|
789
|
-
"type": "uint256"
|
|
790
|
-
}
|
|
791
|
-
],
|
|
792
|
-
"name": "previewRedeem",
|
|
793
|
-
"outputs": [
|
|
794
|
-
{
|
|
795
|
-
"internalType": "uint256",
|
|
796
|
-
"name": "amountTokenOut",
|
|
797
|
-
"type": "uint256"
|
|
798
|
-
}
|
|
799
|
-
],
|
|
800
|
-
"stateMutability": "view",
|
|
801
|
-
"type": "function"
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
"inputs": [
|
|
805
|
-
{
|
|
806
|
-
"internalType": "address",
|
|
807
|
-
"name": "receiver",
|
|
808
|
-
"type": "address"
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
"internalType": "uint256",
|
|
812
|
-
"name": "amountSharesToRedeem",
|
|
813
|
-
"type": "uint256"
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"internalType": "address",
|
|
817
|
-
"name": "tokenOut",
|
|
818
|
-
"type": "address"
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"internalType": "uint256",
|
|
822
|
-
"name": "minTokenOut",
|
|
823
|
-
"type": "uint256"
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
"internalType": "bool",
|
|
827
|
-
"name": "burnFromInternalBalance",
|
|
828
|
-
"type": "bool"
|
|
829
|
-
}
|
|
830
|
-
],
|
|
831
|
-
"name": "redeem",
|
|
832
|
-
"outputs": [
|
|
833
|
-
{
|
|
834
|
-
"internalType": "uint256",
|
|
835
|
-
"name": "amountTokenOut",
|
|
836
|
-
"type": "uint256"
|
|
837
|
-
}
|
|
838
|
-
],
|
|
839
|
-
"stateMutability": "nonpayable",
|
|
840
|
-
"type": "function"
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"inputs": [],
|
|
844
|
-
"name": "rewardIndexesCurrent",
|
|
845
|
-
"outputs": [
|
|
846
|
-
{
|
|
847
|
-
"internalType": "uint256[]",
|
|
848
|
-
"name": "indexes",
|
|
849
|
-
"type": "uint256[]"
|
|
850
|
-
}
|
|
851
|
-
],
|
|
852
|
-
"stateMutability": "nonpayable",
|
|
853
|
-
"type": "function"
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"inputs": [],
|
|
857
|
-
"name": "rewardIndexesStored",
|
|
858
|
-
"outputs": [
|
|
859
|
-
{
|
|
860
|
-
"internalType": "uint256[]",
|
|
861
|
-
"name": "indexes",
|
|
862
|
-
"type": "uint256[]"
|
|
863
|
-
}
|
|
864
|
-
],
|
|
865
|
-
"stateMutability": "view",
|
|
866
|
-
"type": "function"
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
"inputs": [],
|
|
870
|
-
"name": "symbol",
|
|
871
|
-
"outputs": [
|
|
872
|
-
{
|
|
873
|
-
"internalType": "string",
|
|
874
|
-
"name": "",
|
|
875
|
-
"type": "string"
|
|
876
|
-
}
|
|
877
|
-
],
|
|
878
|
-
"stateMutability": "view",
|
|
879
|
-
"type": "function"
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
"inputs": [],
|
|
883
|
-
"name": "totalSupply",
|
|
884
|
-
"outputs": [
|
|
885
|
-
{
|
|
886
|
-
"internalType": "uint256",
|
|
887
|
-
"name": "",
|
|
888
|
-
"type": "uint256"
|
|
889
|
-
}
|
|
890
|
-
],
|
|
891
|
-
"stateMutability": "view",
|
|
892
|
-
"type": "function"
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
"inputs": [
|
|
896
|
-
{
|
|
897
|
-
"internalType": "address",
|
|
898
|
-
"name": "to",
|
|
899
|
-
"type": "address"
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
"internalType": "uint256",
|
|
903
|
-
"name": "amount",
|
|
904
|
-
"type": "uint256"
|
|
905
|
-
}
|
|
906
|
-
],
|
|
907
|
-
"name": "transfer",
|
|
908
|
-
"outputs": [
|
|
909
|
-
{
|
|
910
|
-
"internalType": "bool",
|
|
911
|
-
"name": "",
|
|
912
|
-
"type": "bool"
|
|
913
|
-
}
|
|
914
|
-
],
|
|
915
|
-
"stateMutability": "nonpayable",
|
|
916
|
-
"type": "function"
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"inputs": [
|
|
920
|
-
{
|
|
921
|
-
"internalType": "address",
|
|
922
|
-
"name": "from",
|
|
923
|
-
"type": "address"
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"internalType": "address",
|
|
927
|
-
"name": "to",
|
|
928
|
-
"type": "address"
|
|
929
|
-
},
|
|
930
|
-
{
|
|
931
|
-
"internalType": "uint256",
|
|
932
|
-
"name": "amount",
|
|
933
|
-
"type": "uint256"
|
|
934
|
-
}
|
|
935
|
-
],
|
|
936
|
-
"name": "transferFrom",
|
|
937
|
-
"outputs": [
|
|
938
|
-
{
|
|
939
|
-
"internalType": "bool",
|
|
940
|
-
"name": "",
|
|
941
|
-
"type": "bool"
|
|
942
|
-
}
|
|
943
|
-
],
|
|
944
|
-
"stateMutability": "nonpayable",
|
|
945
|
-
"type": "function"
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"inputs": [
|
|
949
|
-
{
|
|
950
|
-
"internalType": "address",
|
|
951
|
-
"name": "newOwner",
|
|
952
|
-
"type": "address"
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"internalType": "bool",
|
|
956
|
-
"name": "direct",
|
|
957
|
-
"type": "bool"
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"internalType": "bool",
|
|
961
|
-
"name": "renounce",
|
|
962
|
-
"type": "bool"
|
|
963
|
-
}
|
|
964
|
-
],
|
|
965
|
-
"name": "transferOwnership",
|
|
966
|
-
"outputs": [],
|
|
967
|
-
"stateMutability": "nonpayable",
|
|
968
|
-
"type": "function"
|
|
969
|
-
},
|
|
970
|
-
{
|
|
971
|
-
"inputs": [],
|
|
972
|
-
"name": "unpause",
|
|
973
|
-
"outputs": [],
|
|
974
|
-
"stateMutability": "nonpayable",
|
|
975
|
-
"type": "function"
|
|
976
|
-
},
|
|
977
|
-
{
|
|
978
|
-
"inputs": [],
|
|
979
|
-
"name": "wETH",
|
|
980
|
-
"outputs": [
|
|
981
|
-
{
|
|
982
|
-
"internalType": "address",
|
|
983
|
-
"name": "",
|
|
984
|
-
"type": "address"
|
|
985
|
-
}
|
|
986
|
-
],
|
|
987
|
-
"stateMutability": "view",
|
|
988
|
-
"type": "function"
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
"inputs": [],
|
|
992
|
-
"name": "yieldToken",
|
|
993
|
-
"outputs": [
|
|
994
|
-
{
|
|
995
|
-
"internalType": "address",
|
|
996
|
-
"name": "",
|
|
997
|
-
"type": "address"
|
|
998
|
-
}
|
|
999
|
-
],
|
|
1000
|
-
"stateMutability": "view",
|
|
1001
|
-
"type": "function"
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
"inputs": [],
|
|
1005
|
-
"name": "zircuitStaking",
|
|
1006
|
-
"outputs": [
|
|
1007
|
-
{
|
|
1008
|
-
"internalType": "address",
|
|
1009
|
-
"name": "",
|
|
1010
|
-
"type": "address"
|
|
1011
|
-
}
|
|
1012
|
-
],
|
|
1013
|
-
"stateMutability": "view",
|
|
1014
|
-
"type": "function"
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"stateMutability": "payable",
|
|
1018
|
-
"type": "receive"
|
|
1019
|
-
}
|
|
1020
|
-
],
|
|
1021
|
-
"bytecode": "0x6101006040523480156200001257600080fd5b506040516200313b3803806200313b8339810160408190526200003591620001c5565b80806001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000075573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200009b9190620001fd565b60ff16608052610134805460ff191690556001600160a01b031660a052620000c2620000da565b6001600160a01b0391821660c0521660e05262000229565b600154600160a81b900460ff1615620001495760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b600154600160a01b900460ff90811614620001a6576001805460ff60a01b191660ff60a01b17905560405160ff81527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b80516001600160a01b0381168114620001c057600080fd5b919050565b60008060408385031215620001d957600080fd5b620001e483620001a8565b9150620001f460208401620001a8565b90509250929050565b6000602082840312156200021057600080fd5b815160ff811681146200022257600080fd5b9392505050565b60805160a05160c05160e051612e92620002a96000396000818161051f015281816106970152818161075201528181610cbc01528181610e470152818161144101528181611a710152611ad20152600081816105c201528181610e68015281816114140152611a4401526000610418015260006103090152612e926000f3fe6080604052600436106101c45760003560e01c806306fdde03146101d0578063071bc3c9146101fb578063078dfbe71461021d578063095ea7b31461023f578063128fced11461026f57806318160ddd1461029c57806320e8c565146102c4578063213cae63146101fb57806323b872dd146102d7578063313ce567146102f75780633644e5151461033d5780633ba0b9a9146103525780633f4ba83a1461036d5780634e71e0c8146103825780635c975abb1461039757806370a08231146103b0578063769f8e5d146103e657806376d5de8514610406578063784367d6146104475780637ecebe00146104675780638129fc1c146104875780638456cb591461049c57806384b0196e146104b15780638da5cb5b146104d957806395d89b41146104f9578063a40bee501461050e578063a9059cbb1461054f578063b8f82b261461056f578063c4f59f9b1461058f578063c567d287146105b0578063cbe52ae3146105e4578063d505accf14610604578063da88ecb414610624578063dd62ed3e14610645578063e30c397814610665578063ef5cfb8c1461026f578063f242862114610685578063f8b2f99114610624578063fa5a4f061461044757600080fd5b366101cb57005b600080fd5b3480156101dc57600080fd5b506101e56106b9565b6040516101f291906126fa565b60405180910390f35b34801561020757600080fd5b5061021061074b565b6040516101f2919061270d565b34801561022957600080fd5b5061023d610238366004612784565b61077b565b005b34801561024b57600080fd5b5061025f61025a3660046127cd565b610880565b60405190151581526020016101f2565b34801561027b57600080fd5b5061028f61028a3660046127f7565b61089a565b6040516101f2919061284e565b3480156102a857600080fd5b506004546001600160f81b03165b6040519081526020016101f2565b6102b66102d2366004612861565b6108b5565b3480156102e357600080fd5b5061025f6102f23660046128a3565b6109fe565b34801561030357600080fd5b5061032b7f000000000000000000000000000000000000000000000000000000000000000081565b60405160ff90911681526020016101f2565b34801561034957600080fd5b506102b6610a7c565b34801561035e57600080fd5b50670de0b6b3a76400006102b6565b34801561037957600080fd5b5061023d610a86565b34801561038e57600080fd5b5061023d610aba565b3480156103a357600080fd5b506101345460ff1661025f565b3480156103bc57600080fd5b506102b66103cb3660046127f7565b6001600160a01b031660009081526002602052604090205490565b3480156103f257600080fd5b506102b66104013660046128df565b610b65565b34801561041257600080fd5b5061043a7f000000000000000000000000000000000000000000000000000000000000000081565b6040516101f2919061293a565b34801561045357600080fd5b5061025f6104623660046127f7565b610cba565b34801561047357600080fd5b506102b66104823660046127f7565b610cec565b34801561049357600080fd5b5061023d610d0a565b3480156104a857600080fd5b5061023d610ed6565b3480156104bd57600080fd5b506104c6610f08565b6040516101f2979695949392919061294e565b3480156104e557600080fd5b5060005461043a906001600160a01b031681565b34801561050557600080fd5b506101e5610fa6565b34801561051a57600080fd5b5060007f000000000000000000000000000000000000000000000000000000000000000060126040516101f2939291906129d4565b34801561055b57600080fd5b5061025f61056a3660046127cd565b610fb5565b34801561057b57600080fd5b506102b661058a3660046127cd565b611027565b34801561059b57600080fd5b50604080516000815260208101909152610210565b3480156105bc57600080fd5b5061043a7f000000000000000000000000000000000000000000000000000000000000000081565b3480156105f057600080fd5b506102b66105ff3660046127cd565b61105a565b34801561061057600080fd5b5061023d61061f366004612a16565b611084565b34801561063057600080fd5b5060408051600081526020810190915261028f565b34801561065157600080fd5b506102b6610660366004612a89565b6111e8565b34801561067157600080fd5b5060015461043a906001600160a01b031681565b34801561069157600080fd5b5061043a7f000000000000000000000000000000000000000000000000000000000000000081565b6060600580546106c890612abc565b80601f01602080910402602001604051908101604052809291908181526020018280546106f490612abc565b80156107415780601f1061071657610100808354040283529160200191610741565b820191906000526020600020905b81548152906001019060200180831161072457829003601f168201915b5050505050905090565b60606107767f0000000000000000000000000000000000000000000000000000000000000000611213565b905090565b6000546001600160a01b031633146107ae5760405162461bcd60e51b81526004016107a590612af0565b60405180910390fd5b811561085f576001600160a01b0383161515806107c85750805b61080c5760405162461bcd60e51b81526020600482015260156024820152744f776e61626c653a207a65726f206164647265737360581b60448201526064016107a5565b600080546040516001600160a01b0380871693921691600080516020612e1d83398151915291a3600080546001600160a01b0385166001600160a01b031991821617909155600180549091169055505050565b600180546001600160a01b0319166001600160a01b0385161790555b505050565b60003361088e81858561126e565b60019150505b92915050565b604080516000808252602082019092526060915b5092915050565b600454600090600119600160f81b90910460ff16016108e65760405162461bcd60e51b81526004016107a590612b3b565b600480546001600160f81b0316600160f91b17905561090484610cba565b61092357836040516315d57ce360e31b81526004016107a5919061293a565b8260000361094457604051630a907f2f60e41b815260040160405180910390fd5b61094f843385611393565b61095984846113fa565b905081811015610980578082604051635e38f95d60e11b81526004016107a5929190612b72565b61098a85826114a6565b836001600160a01b0316856001600160a01b0316336001600160a01b03167f5fe47ed6d4225326d3303476197d782ded5a4e9c14f479dc9ec4992af4e85d5986856040516109d9929190612b72565b60405180910390a4600480546001600160f81b0316600160f81b179055949350505050565b600454600090600119600160f81b90910460ff1601610a2f5760405162461bcd60e51b81526004016107a590612b3b565b600480546001600160f81b0316600160f91b17905533610a508582856115be565b610a5b858585611638565b6001915050600480546001600160f81b0316600160f81b1790559392505050565b600061077661185a565b6000546001600160a01b03163314610ab05760405162461bcd60e51b81526004016107a590612af0565b610ab8611864565b565b6001546001600160a01b0316338114610b155760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e657260448201526064016107a5565b600080546040516001600160a01b0380851693921691600080516020612e1d83398151915291a3600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b600454600090600119600160f81b90910460ff1601610b965760405162461bcd60e51b81526004016107a590612b3b565b600480546001600160f81b0316600160f91b179055610bb484610cba565b610bd357836040516388a5056160e01b81526004016107a5919061293a565b84600003610bf45760405163c3d83b0760e01b815260040160405180910390fd5b8115610c0957610c0430866118b1565b610c13565b610c1333866118b1565b610c1e868587611a2a565b905082811015610c455780836040516305ff726560e51b81526004016107a5929190612b72565b836001600160a01b0316866001600160a01b0316336001600160a01b03167faee47cdf925cf525fdae94f9777ee5a06cac37e1c41220d0a8a89ed154f62d1c8885604051610c94929190612b72565b60405180910390a4600480546001600160f81b0316600160f81b17905595945050505050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0390811691161490565b6001600160a01b0381166000908152609f6020526040812054610894565b600154600160a81b900460ff1615808015610d30575060018054600160a01b900460ff16105b80610d575750610d3f30611af8565b158015610d57575060018054600160a01b900460ff16145b610dba5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016107a5565b6001805460ff60a01b1916600160a01b1790558015610de7576001805460ff60a81b1916600160a81b1790555b610e42604051806040016040528060178152602001760a6b240b4d2e4c6ead2e840a6e8c2d6d2dcce40ee8aa89604b1b8152506040518060400160405280600a8152602001690a6b25af4e65aee8aa8960b31b815250611b07565b610e8c7f00000000000000000000000000000000000000000000000000000000000000007f0000000000000000000000000000000000000000000000000000000000000000611b42565b8015610ed3576001805460ff60a81b191681556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50565b6000546001600160a01b03163314610f005760405162461bcd60e51b81526004016107a590612af0565b610ab8611c02565b600060608060008060006060606b546000801b148015610f285750606c54155b610f6c5760405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b60448201526064016107a5565b610f74611c40565b610f7c611c4f565b60408051600080825260208201909252600f60f81b9b939a50919850469750309650945092509050565b6060600680546106c890612abc565b600454600090600119600160f81b90910460ff1601610fe65760405162461bcd60e51b81526004016107a590612b3b565b600480546001600160f81b0316600160f91b17905533611007818585611638565b6001915050600480546001600160f81b0316600160f81b17905592915050565b600061103283610cba565b61105157826040516315d57ce360e31b81526004016107a5919061293a565b815b9392505050565b600061106583610cba565b61105157826040516388a5056160e01b81526004016107a5919061293a565b834211156110d45760405162461bcd60e51b815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e6500000060448201526064016107a5565b60007f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98888886111038c611c5e565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e001604051602081830303815290604052805190602001209050600061115e82611c86565b9050600061116e82878787611cb3565b9050896001600160a01b0316816001600160a01b0316146111d15760405162461bcd60e51b815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e6174757265000060448201526064016107a5565b6111dc8a8a8a61126e565b50505050505050505050565b6001600160a01b03918216600090815260036020908152604080832093909416825291909152205490565b60408051600180825281830190925260609160208083019080368337019050509050818160008151811061124957611249612b80565b60200260200101906001600160a01b031690816001600160a01b031681525050919050565b6001600160a01b0383166112d05760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016107a5565b6001600160a01b0382166113315760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016107a5565b6001600160a01b0383811660008181526003602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b0383166113df5780341461087b5760405162461bcd60e51b815260206004820152600c60248201526b0cae8d040dad2e6dac2e8c6d60a31b60448201526064016107a5565b801561087b5761087b6001600160a01b038416833084611cdd565b60405163b3db428b60e01b81526000906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063b3db428b9061146d907f00000000000000000000000000000000000000000000000000000000000000009030908790600401612b96565b600060405180830381600087803b15801561148757600080fd5b505af115801561149b573d6000803e3d6000fd5b509395945050505050565b6001600160a01b0382166114fc5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016107a5565b61150860008383611d35565b61151181611d3d565b6004805460009061152c9084906001600160f81b0316612bd0565b92506101000a8154816001600160f81b0302191690836001600160f81b031602179055508060026000846001600160a01b03166001600160a01b0316815260200190815260200160002060008282546115859190612bf0565b90915550506040518181526001600160a01b03831690600090600080516020612e3d8339815191529060200160405180910390a35b5050565b60006115ca84846111e8565b9050600019811461163257818110156116255760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016107a5565b611632848484840361126e565b50505050565b6001600160a01b03831661169c5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016107a5565b6001600160a01b0382166116fe5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016107a5565b816001600160a01b0316836001600160a01b0316036117595760405162461bcd60e51b815260206004820152601760248201527622a92199181d103a3930b739b332b9103a379039b2b63360491b60448201526064016107a5565b611764838383611d35565b6001600160a01b038316600090815260026020526040902054818110156117dc5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016107a5565b6001600160a01b03808516600090815260026020526040808220858503905591851681529081208054849290611813908490612bf0565b92505081905550826001600160a01b0316846001600160a01b0316600080516020612e3d8339815191528460405161184d91815260200190565b60405180910390a3611632565b6000610776611d57565b61186c611dcb565b610134805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516118a7919061293a565b60405180910390a1565b6001600160a01b0382166119115760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016107a5565b61191d82600083611d35565b6001600160a01b038216600090815260026020526040902054818110156119915760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016107a5565b6001600160a01b038316600090815260026020526040902082820390556119b782611d3d565b600480546000906119d29084906001600160f81b0316612c03565b92506101000a8154816001600160f81b0302191690836001600160f81b0316021790555060006001600160a01b0316836001600160a01b0316600080516020612e3d8339815191528460405161138691815260200190565b60405163f3fef3a360e01b81526000906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063f3fef3a390611a9b907f0000000000000000000000000000000000000000000000000000000000000000908690600401612c23565b600060405180830381600087803b158015611ab557600080fd5b505af1158015611ac9573d6000803e3d6000fd5b505050506108ae7f00000000000000000000000000000000000000000000000000000000000000008584611e15565b6001600160a01b03163b151590565b600154600160a81b900460ff16611b305760405162461bcd60e51b81526004016107a590612c3c565b611b3a8282611ed9565b6115ba611f2f565b6001600160a01b038216611b54575050565b611b6660026001600160601b03612c87565b604051636eb1769f60e11b81523060048201526001600160a01b0383811660248301526001600160601b03929092169184169063dd62ed3e90604401602060405180830381865afa158015611bbf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611be39190612cbb565b10156115ba57611bf582826000611f6c565b6115ba8282600019611f6c565b611c0a612080565b610134805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25861189a3390565b6060606d80546106c890612abc565b6060606e80546106c890612abc565b6001600160a01b0381166000908152609f602052604090208054600181018255905b50919050565b6000610894611c9361185a565b8360405161190160f01b8152600281019290925260228201526042902090565b6000806000611cc4878787876120c7565b91509150611cd181612181565b5090505b949350505050565b611632846323b872dd60e01b858585604051602401611cfe93929190612b96565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526122c6565b61087b612080565b60006001600160f81b03821115611d5357600080fd5b5090565b60007f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f611d8261239b565b611d8a6123f4565b60408051602081019490945283019190915260608201524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b6101345460ff16610ab85760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016107a5565b80600003611e2257505050565b6001600160a01b038316611ec5576000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114611e7d576040519150601f19603f3d011682016040523d82523d6000602084013e611e82565b606091505b50509050806116325760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b60448201526064016107a5565b61087b6001600160a01b0384168383612425565b600154600160a81b900460ff16611f025760405162461bcd60e51b81526004016107a590612c3c565b611f0c8282612444565b6115ba82604051806040016040528060018152602001603160f81b8152506124a0565b600154600160a81b900460ff16611f585760405162461bcd60e51b81526004016107a590612c3c565b600080546001600160a01b03191633179055565b600080846001600160a01b031663095ea7b360e01b8585604051602401611f94929190612c23565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051611fd29190612cd4565b6000604051808303816000865af19150503d806000811461200f576040519150601f19603f3d011682016040523d82523d6000602084013e612014565b606091505b509150915081801561203e57508051158061203e57508080602001905181019061203e9190612cf0565b6120795760405162461bcd60e51b815260206004820152600c60248201526b5361666520417070726f766560a01b60448201526064016107a5565b5050505050565b6101345460ff1615610ab85760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016107a5565b6000806fa2a8918ca85bafe22016d0b997e4df60600160ff1b038311156120f45750600090506003612178565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015612148573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661217157600060019250925050612178565b9150600090505b94509492505050565b6000816004811115612195576121956129be565b0361219d5750565b60018160048111156121b1576121b16129be565b036121f95760405162461bcd60e51b815260206004820152601860248201527745434453413a20696e76616c6964207369676e617475726560401b60448201526064016107a5565b600281600481111561220d5761220d6129be565b0361225a5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016107a5565b600381600481111561226e5761226e6129be565b03610ed35760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016107a5565b600061231b826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166124d39092919063ffffffff16565b905080516000148061233c57508080602001905181019061233c9190612cf0565b61087b5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016107a5565b6000806123a6611c40565b8051909150156123bd578051602090910120919050565b606b5480156123cc5792915050565b7fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4709250505090565b6000806123ff611c4f565b805190915015612416578051602090910120919050565b606c5480156123cc5792915050565b61087b8363a9059cbb60e01b8484604051602401611cfe929190612c23565b600154600160a81b900460ff1661246d5760405162461bcd60e51b81526004016107a590612c3c565b60056124798382612d5d565b5060066124868282612d5d565b5050600480546001600160f81b0316600160f81b17905550565b600154600160a81b900460ff166124c95760405162461bcd60e51b81526004016107a590612c3c565b6115ba82826124e2565b6060611cd58484600085612533565b600154600160a81b900460ff1661250b5760405162461bcd60e51b81526004016107a590612c3c565b606d6125178382612d5d565b50606e6125248282612d5d565b50506000606b819055606c5550565b6060824710156125945760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016107a5565b600080866001600160a01b031685876040516125b09190612cd4565b60006040518083038185875af1925050503d80600081146125ed576040519150601f19603f3d011682016040523d82523d6000602084013e6125f2565b606091505b50915091506126038783838761260e565b979650505050505050565b6060831561267b5782516000036126745761262885611af8565b6126745760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016107a5565b5081611cd5565b611cd583838151156126905781518083602001fd5b8060405162461bcd60e51b81526004016107a591906126fa565b60005b838110156126c55781810151838201526020016126ad565b50506000910152565b600081518084526126e68160208601602086016126aa565b601f01601f19169290920160200192915050565b60208152600061105360208301846126ce565b6020808252825182820181905260009190848201906040850190845b8181101561274e5783516001600160a01b031683529284019291840191600101612729565b50909695505050505050565b80356001600160a01b038116811461277157600080fd5b919050565b8015158114610ed357600080fd5b60008060006060848603121561279957600080fd5b6127a28461275a565b925060208401356127b281612776565b915060408401356127c281612776565b809150509250925092565b600080604083850312156127e057600080fd5b6127e98361275a565b946020939093013593505050565b60006020828403121561280957600080fd5b6110538261275a565b60008151808452602080850194506020840160005b8381101561284357815187529582019590820190600101612827565b509495945050505050565b6020815260006110536020830184612812565b6000806000806080858703121561287757600080fd5b6128808561275a565b935061288e6020860161275a565b93969395505050506040820135916060013590565b6000806000606084860312156128b857600080fd5b6128c18461275a565b92506128cf6020850161275a565b9150604084013590509250925092565b600080600080600060a086880312156128f757600080fd5b6129008661275a565b9450602086013593506129156040870161275a565b925060608601359150608086013561292c81612776565b809150509295509295909350565b6001600160a01b0391909116815260200190565b60ff60f81b8816815260e06020820152600061296d60e08301896126ce565b828103604084015261297f81896126ce565b606084018890526001600160a01b038716608085015260a0840186905283810360c085015290506129b08185612812565b9a9950505050505050505050565b634e487b7160e01b600052602160045260246000fd5b60608101600285106129f657634e487b7160e01b600052602160045260246000fd5b9381526001600160a01b0392909216602083015260ff1660409091015290565b600080600080600080600060e0888a031215612a3157600080fd5b612a3a8861275a565b9650612a486020890161275a565b95506040880135945060608801359350608088013560ff81168114612a6c57600080fd5b9699959850939692959460a0840135945060c09093013592915050565b60008060408385031215612a9c57600080fd5b612aa58361275a565b9150612ab36020840161275a565b90509250929050565b600181811c90821680612ad057607f821691505b602082108103611c8057634e487b7160e01b600052602260045260246000fd5b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052604160045260246000fd5b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b918252602082015260400190565b634e487b7160e01b600052603260045260246000fd5b6001600160a01b039384168152919092166020820152604081019190915260600190565b634e487b7160e01b600052601160045260246000fd5b6001600160f81b038181168382160190808211156108ae576108ae612bba565b8082018082111561089457610894612bba565b6001600160f81b038281168282160390808211156108ae576108ae612bba565b6001600160a01b03929092168252602082015260400190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b60006001600160601b0383811680612caf57634e487b7160e01b600052601260045260246000fd5b92169190910492915050565b600060208284031215612ccd57600080fd5b5051919050565b60008251612ce68184602087016126aa565b9190910192915050565b600060208284031215612d0257600080fd5b815161105381612776565b601f82111561087b576000816000526020600020601f850160051c81016020861015612d365750805b601f850160051c820191505b81811015612d5557828155600101612d42565b505050505050565b81516001600160401b03811115612d7657612d76612b25565b612d8a81612d848454612abc565b84612d0d565b602080601f831160018114612dbf5760008415612da75750858301515b600019600386901b1c1916600185901b178555612d55565b600085815260208120601f198616915b82811015612dee57888601518255948401946001909101908401612dcf565b5085821015612e0c5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fe8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa2646970667358221220f087ec637598380f763830234d55afde0e58efbf9bc02723b2b24f49f220649b64736f6c63430008170033",
|
|
1022
|
-
"deployedBytecode": "0x6080604052600436106101c45760003560e01c806306fdde03146101d0578063071bc3c9146101fb578063078dfbe71461021d578063095ea7b31461023f578063128fced11461026f57806318160ddd1461029c57806320e8c565146102c4578063213cae63146101fb57806323b872dd146102d7578063313ce567146102f75780633644e5151461033d5780633ba0b9a9146103525780633f4ba83a1461036d5780634e71e0c8146103825780635c975abb1461039757806370a08231146103b0578063769f8e5d146103e657806376d5de8514610406578063784367d6146104475780637ecebe00146104675780638129fc1c146104875780638456cb591461049c57806384b0196e146104b15780638da5cb5b146104d957806395d89b41146104f9578063a40bee501461050e578063a9059cbb1461054f578063b8f82b261461056f578063c4f59f9b1461058f578063c567d287146105b0578063cbe52ae3146105e4578063d505accf14610604578063da88ecb414610624578063dd62ed3e14610645578063e30c397814610665578063ef5cfb8c1461026f578063f242862114610685578063f8b2f99114610624578063fa5a4f061461044757600080fd5b366101cb57005b600080fd5b3480156101dc57600080fd5b506101e56106b9565b6040516101f291906126fa565b60405180910390f35b34801561020757600080fd5b5061021061074b565b6040516101f2919061270d565b34801561022957600080fd5b5061023d610238366004612784565b61077b565b005b34801561024b57600080fd5b5061025f61025a3660046127cd565b610880565b60405190151581526020016101f2565b34801561027b57600080fd5b5061028f61028a3660046127f7565b61089a565b6040516101f2919061284e565b3480156102a857600080fd5b506004546001600160f81b03165b6040519081526020016101f2565b6102b66102d2366004612861565b6108b5565b3480156102e357600080fd5b5061025f6102f23660046128a3565b6109fe565b34801561030357600080fd5b5061032b7f000000000000000000000000000000000000000000000000000000000000000081565b60405160ff90911681526020016101f2565b34801561034957600080fd5b506102b6610a7c565b34801561035e57600080fd5b50670de0b6b3a76400006102b6565b34801561037957600080fd5b5061023d610a86565b34801561038e57600080fd5b5061023d610aba565b3480156103a357600080fd5b506101345460ff1661025f565b3480156103bc57600080fd5b506102b66103cb3660046127f7565b6001600160a01b031660009081526002602052604090205490565b3480156103f257600080fd5b506102b66104013660046128df565b610b65565b34801561041257600080fd5b5061043a7f000000000000000000000000000000000000000000000000000000000000000081565b6040516101f2919061293a565b34801561045357600080fd5b5061025f6104623660046127f7565b610cba565b34801561047357600080fd5b506102b66104823660046127f7565b610cec565b34801561049357600080fd5b5061023d610d0a565b3480156104a857600080fd5b5061023d610ed6565b3480156104bd57600080fd5b506104c6610f08565b6040516101f2979695949392919061294e565b3480156104e557600080fd5b5060005461043a906001600160a01b031681565b34801561050557600080fd5b506101e5610fa6565b34801561051a57600080fd5b5060007f000000000000000000000000000000000000000000000000000000000000000060126040516101f2939291906129d4565b34801561055b57600080fd5b5061025f61056a3660046127cd565b610fb5565b34801561057b57600080fd5b506102b661058a3660046127cd565b611027565b34801561059b57600080fd5b50604080516000815260208101909152610210565b3480156105bc57600080fd5b5061043a7f000000000000000000000000000000000000000000000000000000000000000081565b3480156105f057600080fd5b506102b66105ff3660046127cd565b61105a565b34801561061057600080fd5b5061023d61061f366004612a16565b611084565b34801561063057600080fd5b5060408051600081526020810190915261028f565b34801561065157600080fd5b506102b6610660366004612a89565b6111e8565b34801561067157600080fd5b5060015461043a906001600160a01b031681565b34801561069157600080fd5b5061043a7f000000000000000000000000000000000000000000000000000000000000000081565b6060600580546106c890612abc565b80601f01602080910402602001604051908101604052809291908181526020018280546106f490612abc565b80156107415780601f1061071657610100808354040283529160200191610741565b820191906000526020600020905b81548152906001019060200180831161072457829003601f168201915b5050505050905090565b60606107767f0000000000000000000000000000000000000000000000000000000000000000611213565b905090565b6000546001600160a01b031633146107ae5760405162461bcd60e51b81526004016107a590612af0565b60405180910390fd5b811561085f576001600160a01b0383161515806107c85750805b61080c5760405162461bcd60e51b81526020600482015260156024820152744f776e61626c653a207a65726f206164647265737360581b60448201526064016107a5565b600080546040516001600160a01b0380871693921691600080516020612e1d83398151915291a3600080546001600160a01b0385166001600160a01b031991821617909155600180549091169055505050565b600180546001600160a01b0319166001600160a01b0385161790555b505050565b60003361088e81858561126e565b60019150505b92915050565b604080516000808252602082019092526060915b5092915050565b600454600090600119600160f81b90910460ff16016108e65760405162461bcd60e51b81526004016107a590612b3b565b600480546001600160f81b0316600160f91b17905561090484610cba565b61092357836040516315d57ce360e31b81526004016107a5919061293a565b8260000361094457604051630a907f2f60e41b815260040160405180910390fd5b61094f843385611393565b61095984846113fa565b905081811015610980578082604051635e38f95d60e11b81526004016107a5929190612b72565b61098a85826114a6565b836001600160a01b0316856001600160a01b0316336001600160a01b03167f5fe47ed6d4225326d3303476197d782ded5a4e9c14f479dc9ec4992af4e85d5986856040516109d9929190612b72565b60405180910390a4600480546001600160f81b0316600160f81b179055949350505050565b600454600090600119600160f81b90910460ff1601610a2f5760405162461bcd60e51b81526004016107a590612b3b565b600480546001600160f81b0316600160f91b17905533610a508582856115be565b610a5b858585611638565b6001915050600480546001600160f81b0316600160f81b1790559392505050565b600061077661185a565b6000546001600160a01b03163314610ab05760405162461bcd60e51b81526004016107a590612af0565b610ab8611864565b565b6001546001600160a01b0316338114610b155760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e657260448201526064016107a5565b600080546040516001600160a01b0380851693921691600080516020612e1d83398151915291a3600080546001600160a01b039092166001600160a01b0319928316179055600180549091169055565b600454600090600119600160f81b90910460ff1601610b965760405162461bcd60e51b81526004016107a590612b3b565b600480546001600160f81b0316600160f91b179055610bb484610cba565b610bd357836040516388a5056160e01b81526004016107a5919061293a565b84600003610bf45760405163c3d83b0760e01b815260040160405180910390fd5b8115610c0957610c0430866118b1565b610c13565b610c1333866118b1565b610c1e868587611a2a565b905082811015610c455780836040516305ff726560e51b81526004016107a5929190612b72565b836001600160a01b0316866001600160a01b0316336001600160a01b03167faee47cdf925cf525fdae94f9777ee5a06cac37e1c41220d0a8a89ed154f62d1c8885604051610c94929190612b72565b60405180910390a4600480546001600160f81b0316600160f81b17905595945050505050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0390811691161490565b6001600160a01b0381166000908152609f6020526040812054610894565b600154600160a81b900460ff1615808015610d30575060018054600160a01b900460ff16105b80610d575750610d3f30611af8565b158015610d57575060018054600160a01b900460ff16145b610dba5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016107a5565b6001805460ff60a01b1916600160a01b1790558015610de7576001805460ff60a81b1916600160a81b1790555b610e42604051806040016040528060178152602001760a6b240b4d2e4c6ead2e840a6e8c2d6d2dcce40ee8aa89604b1b8152506040518060400160405280600a8152602001690a6b25af4e65aee8aa8960b31b815250611b07565b610e8c7f00000000000000000000000000000000000000000000000000000000000000007f0000000000000000000000000000000000000000000000000000000000000000611b42565b8015610ed3576001805460ff60a81b191681556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50565b6000546001600160a01b03163314610f005760405162461bcd60e51b81526004016107a590612af0565b610ab8611c02565b600060608060008060006060606b546000801b148015610f285750606c54155b610f6c5760405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b60448201526064016107a5565b610f74611c40565b610f7c611c4f565b60408051600080825260208201909252600f60f81b9b939a50919850469750309650945092509050565b6060600680546106c890612abc565b600454600090600119600160f81b90910460ff1601610fe65760405162461bcd60e51b81526004016107a590612b3b565b600480546001600160f81b0316600160f91b17905533611007818585611638565b6001915050600480546001600160f81b0316600160f81b17905592915050565b600061103283610cba565b61105157826040516315d57ce360e31b81526004016107a5919061293a565b815b9392505050565b600061106583610cba565b61105157826040516388a5056160e01b81526004016107a5919061293a565b834211156110d45760405162461bcd60e51b815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e6500000060448201526064016107a5565b60007f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98888886111038c611c5e565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e001604051602081830303815290604052805190602001209050600061115e82611c86565b9050600061116e82878787611cb3565b9050896001600160a01b0316816001600160a01b0316146111d15760405162461bcd60e51b815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e6174757265000060448201526064016107a5565b6111dc8a8a8a61126e565b50505050505050505050565b6001600160a01b03918216600090815260036020908152604080832093909416825291909152205490565b60408051600180825281830190925260609160208083019080368337019050509050818160008151811061124957611249612b80565b60200260200101906001600160a01b031690816001600160a01b031681525050919050565b6001600160a01b0383166112d05760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016107a5565b6001600160a01b0382166113315760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016107a5565b6001600160a01b0383811660008181526003602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b0383166113df5780341461087b5760405162461bcd60e51b815260206004820152600c60248201526b0cae8d040dad2e6dac2e8c6d60a31b60448201526064016107a5565b801561087b5761087b6001600160a01b038416833084611cdd565b60405163b3db428b60e01b81526000906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063b3db428b9061146d907f00000000000000000000000000000000000000000000000000000000000000009030908790600401612b96565b600060405180830381600087803b15801561148757600080fd5b505af115801561149b573d6000803e3d6000fd5b509395945050505050565b6001600160a01b0382166114fc5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016107a5565b61150860008383611d35565b61151181611d3d565b6004805460009061152c9084906001600160f81b0316612bd0565b92506101000a8154816001600160f81b0302191690836001600160f81b031602179055508060026000846001600160a01b03166001600160a01b0316815260200190815260200160002060008282546115859190612bf0565b90915550506040518181526001600160a01b03831690600090600080516020612e3d8339815191529060200160405180910390a35b5050565b60006115ca84846111e8565b9050600019811461163257818110156116255760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016107a5565b611632848484840361126e565b50505050565b6001600160a01b03831661169c5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016107a5565b6001600160a01b0382166116fe5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016107a5565b816001600160a01b0316836001600160a01b0316036117595760405162461bcd60e51b815260206004820152601760248201527622a92199181d103a3930b739b332b9103a379039b2b63360491b60448201526064016107a5565b611764838383611d35565b6001600160a01b038316600090815260026020526040902054818110156117dc5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016107a5565b6001600160a01b03808516600090815260026020526040808220858503905591851681529081208054849290611813908490612bf0565b92505081905550826001600160a01b0316846001600160a01b0316600080516020612e3d8339815191528460405161184d91815260200190565b60405180910390a3611632565b6000610776611d57565b61186c611dcb565b610134805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516118a7919061293a565b60405180910390a1565b6001600160a01b0382166119115760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016107a5565b61191d82600083611d35565b6001600160a01b038216600090815260026020526040902054818110156119915760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016107a5565b6001600160a01b038316600090815260026020526040902082820390556119b782611d3d565b600480546000906119d29084906001600160f81b0316612c03565b92506101000a8154816001600160f81b0302191690836001600160f81b0316021790555060006001600160a01b0316836001600160a01b0316600080516020612e3d8339815191528460405161138691815260200190565b60405163f3fef3a360e01b81526000906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063f3fef3a390611a9b907f0000000000000000000000000000000000000000000000000000000000000000908690600401612c23565b600060405180830381600087803b158015611ab557600080fd5b505af1158015611ac9573d6000803e3d6000fd5b505050506108ae7f00000000000000000000000000000000000000000000000000000000000000008584611e15565b6001600160a01b03163b151590565b600154600160a81b900460ff16611b305760405162461bcd60e51b81526004016107a590612c3c565b611b3a8282611ed9565b6115ba611f2f565b6001600160a01b038216611b54575050565b611b6660026001600160601b03612c87565b604051636eb1769f60e11b81523060048201526001600160a01b0383811660248301526001600160601b03929092169184169063dd62ed3e90604401602060405180830381865afa158015611bbf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611be39190612cbb565b10156115ba57611bf582826000611f6c565b6115ba8282600019611f6c565b611c0a612080565b610134805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25861189a3390565b6060606d80546106c890612abc565b6060606e80546106c890612abc565b6001600160a01b0381166000908152609f602052604090208054600181018255905b50919050565b6000610894611c9361185a565b8360405161190160f01b8152600281019290925260228201526042902090565b6000806000611cc4878787876120c7565b91509150611cd181612181565b5090505b949350505050565b611632846323b872dd60e01b858585604051602401611cfe93929190612b96565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526122c6565b61087b612080565b60006001600160f81b03821115611d5357600080fd5b5090565b60007f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f611d8261239b565b611d8a6123f4565b60408051602081019490945283019190915260608201524660808201523060a082015260c00160405160208183030381529060405280519060200120905090565b6101345460ff16610ab85760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016107a5565b80600003611e2257505050565b6001600160a01b038316611ec5576000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114611e7d576040519150601f19603f3d011682016040523d82523d6000602084013e611e82565b606091505b50509050806116325760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b60448201526064016107a5565b61087b6001600160a01b0384168383612425565b600154600160a81b900460ff16611f025760405162461bcd60e51b81526004016107a590612c3c565b611f0c8282612444565b6115ba82604051806040016040528060018152602001603160f81b8152506124a0565b600154600160a81b900460ff16611f585760405162461bcd60e51b81526004016107a590612c3c565b600080546001600160a01b03191633179055565b600080846001600160a01b031663095ea7b360e01b8585604051602401611f94929190612c23565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051611fd29190612cd4565b6000604051808303816000865af19150503d806000811461200f576040519150601f19603f3d011682016040523d82523d6000602084013e612014565b606091505b509150915081801561203e57508051158061203e57508080602001905181019061203e9190612cf0565b6120795760405162461bcd60e51b815260206004820152600c60248201526b5361666520417070726f766560a01b60448201526064016107a5565b5050505050565b6101345460ff1615610ab85760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016107a5565b6000806fa2a8918ca85bafe22016d0b997e4df60600160ff1b038311156120f45750600090506003612178565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015612148573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661217157600060019250925050612178565b9150600090505b94509492505050565b6000816004811115612195576121956129be565b0361219d5750565b60018160048111156121b1576121b16129be565b036121f95760405162461bcd60e51b815260206004820152601860248201527745434453413a20696e76616c6964207369676e617475726560401b60448201526064016107a5565b600281600481111561220d5761220d6129be565b0361225a5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016107a5565b600381600481111561226e5761226e6129be565b03610ed35760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016107a5565b600061231b826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166124d39092919063ffffffff16565b905080516000148061233c57508080602001905181019061233c9190612cf0565b61087b5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016107a5565b6000806123a6611c40565b8051909150156123bd578051602090910120919050565b606b5480156123cc5792915050565b7fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4709250505090565b6000806123ff611c4f565b805190915015612416578051602090910120919050565b606c5480156123cc5792915050565b61087b8363a9059cbb60e01b8484604051602401611cfe929190612c23565b600154600160a81b900460ff1661246d5760405162461bcd60e51b81526004016107a590612c3c565b60056124798382612d5d565b5060066124868282612d5d565b5050600480546001600160f81b0316600160f81b17905550565b600154600160a81b900460ff166124c95760405162461bcd60e51b81526004016107a590612c3c565b6115ba82826124e2565b6060611cd58484600085612533565b600154600160a81b900460ff1661250b5760405162461bcd60e51b81526004016107a590612c3c565b606d6125178382612d5d565b50606e6125248282612d5d565b50506000606b819055606c5550565b6060824710156125945760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016107a5565b600080866001600160a01b031685876040516125b09190612cd4565b60006040518083038185875af1925050503d80600081146125ed576040519150601f19603f3d011682016040523d82523d6000602084013e6125f2565b606091505b50915091506126038783838761260e565b979650505050505050565b6060831561267b5782516000036126745761262885611af8565b6126745760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016107a5565b5081611cd5565b611cd583838151156126905781518083602001fd5b8060405162461bcd60e51b81526004016107a591906126fa565b60005b838110156126c55781810151838201526020016126ad565b50506000910152565b600081518084526126e68160208601602086016126aa565b601f01601f19169290920160200192915050565b60208152600061105360208301846126ce565b6020808252825182820181905260009190848201906040850190845b8181101561274e5783516001600160a01b031683529284019291840191600101612729565b50909695505050505050565b80356001600160a01b038116811461277157600080fd5b919050565b8015158114610ed357600080fd5b60008060006060848603121561279957600080fd5b6127a28461275a565b925060208401356127b281612776565b915060408401356127c281612776565b809150509250925092565b600080604083850312156127e057600080fd5b6127e98361275a565b946020939093013593505050565b60006020828403121561280957600080fd5b6110538261275a565b60008151808452602080850194506020840160005b8381101561284357815187529582019590820190600101612827565b509495945050505050565b6020815260006110536020830184612812565b6000806000806080858703121561287757600080fd5b6128808561275a565b935061288e6020860161275a565b93969395505050506040820135916060013590565b6000806000606084860312156128b857600080fd5b6128c18461275a565b92506128cf6020850161275a565b9150604084013590509250925092565b600080600080600060a086880312156128f757600080fd5b6129008661275a565b9450602086013593506129156040870161275a565b925060608601359150608086013561292c81612776565b809150509295509295909350565b6001600160a01b0391909116815260200190565b60ff60f81b8816815260e06020820152600061296d60e08301896126ce565b828103604084015261297f81896126ce565b606084018890526001600160a01b038716608085015260a0840186905283810360c085015290506129b08185612812565b9a9950505050505050505050565b634e487b7160e01b600052602160045260246000fd5b60608101600285106129f657634e487b7160e01b600052602160045260246000fd5b9381526001600160a01b0392909216602083015260ff1660409091015290565b600080600080600080600060e0888a031215612a3157600080fd5b612a3a8861275a565b9650612a486020890161275a565b95506040880135945060608801359350608088013560ff81168114612a6c57600080fd5b9699959850939692959460a0840135945060c09093013592915050565b60008060408385031215612a9c57600080fd5b612aa58361275a565b9150612ab36020840161275a565b90509250929050565b600181811c90821680612ad057607f821691505b602082108103611c8057634e487b7160e01b600052602260045260246000fd5b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052604160045260246000fd5b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b918252602082015260400190565b634e487b7160e01b600052603260045260246000fd5b6001600160a01b039384168152919092166020820152604081019190915260600190565b634e487b7160e01b600052601160045260246000fd5b6001600160f81b038181168382160190808211156108ae576108ae612bba565b8082018082111561089457610894612bba565b6001600160f81b038281168282160390808211156108ae576108ae612bba565b6001600160a01b03929092168252602082015260400190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b60006001600160601b0383811680612caf57634e487b7160e01b600052601260045260246000fd5b92169190910492915050565b600060208284031215612ccd57600080fd5b5051919050565b60008251612ce68184602087016126aa565b9190910192915050565b600060208284031215612d0257600080fd5b815161105381612776565b601f82111561087b576000816000526020600020601f850160051c81016020861015612d365750805b601f850160051c820191505b81811015612d5557828155600101612d42565b505050505050565b81516001600160401b03811115612d7657612d76612b25565b612d8a81612d848454612abc565b84612d0d565b602080601f831160018114612dbf5760008415612da75750858301515b600019600386901b1c1916600185901b178555612d55565b600085815260208120601f198616915b82811015612dee57888601518255948401946001909101908401612dcf565b5085821015612e0c5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fe8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa2646970667358221220f087ec637598380f763830234d55afde0e58efbf9bc02723b2b24f49f220649b64736f6c63430008170033",
|
|
1023
|
-
"linkReferences": {},
|
|
1024
|
-
"deployedLinkReferences": {}
|
|
1025
|
-
}
|