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