@pendle/core-v2 4.0.6 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/artifacts/contracts/core/StandardizedYield/implementations/AaveV3/PendleAaveV3SY.sol/PendleAaveV3SY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/AaveV3/PendleAaveV3SY.sol/PendleAaveV3SY.json +2 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthSY.sol/PendleWEEthSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthSY.sol/PendleWEEthSY.json +2 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/KelpDAO/PendleRsETHSY.sol/PendleRsETHSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/KelpDAO/PendleRsETHSY.sol/PendleRsETHSY.json +20 -2
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleL2LRTSY.sol/PendleL2LRTSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleL2LRTSY.sol/PendleL2LRTSY.json +1054 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Renzo/PendleEzETHSY.sol/PendleEzETHSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Renzo/PendleEzETHSY.sol/PendleEzETHSY.json +1141 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleRswETHSY.sol/PendleRswETHSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleRswETHSY.sol/PendleRswETHSY.json +1044 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwETH.sol/SwETHSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwETH.sol/SwETHSY.json +2 -2
- package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.json +0 -45
- package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.json +0 -69
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.json +0 -26
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.json +0 -140
- package/build/artifacts/contracts/interfaces/Renzo/IRenzoOracle.sol/IRenzoOracle.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Renzo/IRenzoOracle.sol/IRenzoOracle.json +64 -0
- package/build/artifacts/contracts/interfaces/Renzo/IRenzoRestakeManager.sol/IRenzoRestakeManager.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Renzo/IRenzoRestakeManager.sol/IRenzoRestakeManager.json +102 -0
- package/build/artifacts/contracts/interfaces/Swell/IRswETH.sol/IRswETH.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/Swell/IRswETH.sol/IRswETH.json +44 -0
- package/build/artifacts/contracts/interfaces/Swell/ISwETH.sol/ISwETH.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/{ISwETH.sol → Swell/ISwETH.sol}/ISwETH.json +8 -8
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +30 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +307 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +409 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +1352 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +247 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +202 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +93 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +4 -0
- package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.json +10 -0
- package/build/artifacts/contracts/oracles/PendleRedStoneRateOracle.sol/PendleRedStoneRateOracle.dbg.json +4 -0
- package/build/artifacts/contracts/oracles/PendleRedStoneRateOracle.sol/PendleRedStoneRateOracle.json +66 -0
- package/contracts/core/StandardizedYield/implementations/AaveV3/PendleAaveV3SY.sol +1 -1
- package/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthSY.sol +1 -1
- package/contracts/core/StandardizedYield/implementations/KelpDAO/PendleRsETHSY.sol +18 -9
- package/contracts/core/StandardizedYield/implementations/PendleL2LRTSY.sol +93 -0
- package/contracts/core/StandardizedYield/implementations/Renzo/PendleEzETHSY.sol +139 -0
- package/contracts/core/StandardizedYield/implementations/Swell/PendleRswETHSY.sol +101 -0
- package/contracts/core/StandardizedYield/implementations/Swell/PendleSwETH.sol +1 -1
- package/contracts/interfaces/IPActionMarketCoreStatic.sol +8 -17
- package/contracts/interfaces/IPActionMintRedeemStatic.sol +4 -16
- package/contracts/interfaces/IPActionStorageStatic.sol +0 -4
- package/contracts/interfaces/Renzo/IRenzoOracle.sol +8 -0
- package/contracts/interfaces/Renzo/IRenzoRestakeManager.sol +14 -0
- package/contracts/interfaces/Swell/IRswETH.sol +10 -0
- package/contracts/interfaces/{ISwETH.sol → Swell/ISwETH.sol} +2 -2
- package/contracts/offchain-helpers/router-static/PendleRouterStatic.sol +19 -0
- package/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol +109 -0
- package/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol +182 -0
- package/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol +672 -0
- package/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol +116 -0
- package/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol +64 -0
- package/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol +55 -0
- package/contracts/offchain-helpers/router-static/base/StorageLayout.sol +20 -0
- package/contracts/oracles/PendleRedStoneRateOracle.sol +23 -0
- package/deployments/1-markets/EZETH-JUNE2024.json +11 -0
- package/deployments/1-markets/RSETH-KELP-JUNE2024.json +11 -0
- package/deployments/42161-markets/RSETH-APR2024-ARBITRUM.json +11 -0
- package/deployments/42161-markets/WEETH-APR2024.json +11 -0
- package/deployments/merkle-distribution/2024-01-25.json +9615 -0
- package/package.json +1 -1
- package/typechain-types/IPActionMarketCoreStatic.ts +18 -63
- package/typechain-types/IPActionMintRedeemStatic.ts +10 -102
- package/typechain-types/IPActionStorageStatic.ts +0 -55
- package/typechain-types/IPRouterStatic.ts +28 -220
- package/typechain-types/IRenzoOracle.ts +152 -0
- package/typechain-types/IRenzoRestakeManager.ts +219 -0
- package/typechain-types/IRswETH.ts +138 -0
- package/typechain-types/ISwETH.ts +24 -9
- package/typechain-types/PendleEzETHSY.ts +1471 -0
- package/typechain-types/PendleL2LRTSY.ts +1323 -0
- package/typechain-types/PendleRedStoneRateOracle.ts +113 -0
- package/typechain-types/PendleRsETHSY.ts +21 -0
- package/typechain-types/PendleRswETHSY.ts +1294 -0
- package/typechain-types/factories/ActionInfoStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMarketAuxStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMarketCoreStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMintRedeemStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionStorageStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionVePendleStatic__factory.ts +1 -1
- package/typechain-types/factories/IPActionMarketCoreStatic__factory.ts +0 -45
- package/typechain-types/factories/IPActionMintRedeemStatic__factory.ts +0 -69
- package/typechain-types/factories/IPActionStorageStatic__factory.ts +0 -26
- package/typechain-types/factories/IPRouterStatic__factory.ts +0 -140
- package/typechain-types/factories/IRenzoOracle__factory.ts +76 -0
- package/typechain-types/factories/IRenzoRestakeManager__factory.ts +121 -0
- package/typechain-types/factories/IRswETH__factory.ts +56 -0
- package/typechain-types/factories/ISwETH__factory.ts +7 -7
- package/typechain-types/factories/PendleAaveV3SY__factory.ts +1 -1
- package/typechain-types/factories/PendleEzETHSY__factory.ts +1218 -0
- package/typechain-types/factories/PendleL2LRTSY__factory.ts +1139 -0
- package/typechain-types/factories/PendleRedStoneRateOracle__factory.ts +142 -0
- package/typechain-types/factories/PendleRouterStatic__factory.ts +1 -1
- package/typechain-types/factories/PendleRsETHSY__factory.ts +23 -1
- package/typechain-types/factories/PendleRswETHSY__factory.ts +1117 -0
- package/typechain-types/factories/PendleWEEthSY__factory.ts +1 -1
- package/typechain-types/factories/SwETHSY__factory.ts +1 -1
- package/typechain-types/hardhat.d.ts +135 -0
- package/typechain-types/index.ts +28 -0
- package/build/artifacts/contracts/interfaces/ISwETH.sol/ISwETH.dbg.json +0 -4
|
@@ -0,0 +1,409 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "ActionMarketAuxStatic",
|
|
4
|
+
"sourceName": "contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "int256",
|
|
10
|
+
"name": "exchangeRate",
|
|
11
|
+
"type": "int256"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"name": "MarketExchangeRateBelowOne",
|
|
15
|
+
"type": "error"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"inputs": [],
|
|
19
|
+
"name": "MarketExpired",
|
|
20
|
+
"type": "error"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"inputs": [],
|
|
24
|
+
"name": "MarketProportionMustNotEqualOne",
|
|
25
|
+
"type": "error"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"inputs": [
|
|
29
|
+
{
|
|
30
|
+
"internalType": "int256",
|
|
31
|
+
"name": "proportion",
|
|
32
|
+
"type": "int256"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"internalType": "int256",
|
|
36
|
+
"name": "maxProportion",
|
|
37
|
+
"type": "int256"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"name": "MarketProportionTooHigh",
|
|
41
|
+
"type": "error"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"inputs": [
|
|
45
|
+
{
|
|
46
|
+
"internalType": "int256",
|
|
47
|
+
"name": "rateScalar",
|
|
48
|
+
"type": "int256"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"name": "MarketRateScalarBelowZero",
|
|
52
|
+
"type": "error"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"inputs": [
|
|
56
|
+
{
|
|
57
|
+
"internalType": "int256",
|
|
58
|
+
"name": "totalPt",
|
|
59
|
+
"type": "int256"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"internalType": "int256",
|
|
63
|
+
"name": "totalAsset",
|
|
64
|
+
"type": "int256"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"name": "MarketZeroTotalPtOrTotalAsset",
|
|
68
|
+
"type": "error"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"inputs": [
|
|
72
|
+
{
|
|
73
|
+
"internalType": "address",
|
|
74
|
+
"name": "market",
|
|
75
|
+
"type": "address"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"internalType": "int256",
|
|
79
|
+
"name": "netPtOut",
|
|
80
|
+
"type": "int256"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"name": "calcPriceImpactPY",
|
|
84
|
+
"outputs": [
|
|
85
|
+
{
|
|
86
|
+
"internalType": "uint256",
|
|
87
|
+
"name": "priceImpact",
|
|
88
|
+
"type": "uint256"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"stateMutability": "view",
|
|
92
|
+
"type": "function"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"inputs": [
|
|
96
|
+
{
|
|
97
|
+
"internalType": "address",
|
|
98
|
+
"name": "market",
|
|
99
|
+
"type": "address"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"internalType": "int256",
|
|
103
|
+
"name": "netPtOut",
|
|
104
|
+
"type": "int256"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"name": "calcPriceImpactPt",
|
|
108
|
+
"outputs": [
|
|
109
|
+
{
|
|
110
|
+
"internalType": "uint256",
|
|
111
|
+
"name": "priceImpact",
|
|
112
|
+
"type": "uint256"
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"stateMutability": "view",
|
|
116
|
+
"type": "function"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"inputs": [
|
|
120
|
+
{
|
|
121
|
+
"internalType": "address",
|
|
122
|
+
"name": "market",
|
|
123
|
+
"type": "address"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"internalType": "int256",
|
|
127
|
+
"name": "netPtOut",
|
|
128
|
+
"type": "int256"
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"name": "calcPriceImpactYt",
|
|
132
|
+
"outputs": [
|
|
133
|
+
{
|
|
134
|
+
"internalType": "uint256",
|
|
135
|
+
"name": "priceImpact",
|
|
136
|
+
"type": "uint256"
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"stateMutability": "view",
|
|
140
|
+
"type": "function"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"inputs": [
|
|
144
|
+
{
|
|
145
|
+
"internalType": "address",
|
|
146
|
+
"name": "market",
|
|
147
|
+
"type": "address"
|
|
148
|
+
}
|
|
149
|
+
],
|
|
150
|
+
"name": "getLpToAssetRate",
|
|
151
|
+
"outputs": [
|
|
152
|
+
{
|
|
153
|
+
"internalType": "uint256",
|
|
154
|
+
"name": "",
|
|
155
|
+
"type": "uint256"
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
"stateMutability": "view",
|
|
159
|
+
"type": "function"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"inputs": [
|
|
163
|
+
{
|
|
164
|
+
"internalType": "address",
|
|
165
|
+
"name": "market",
|
|
166
|
+
"type": "address"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"name": "getLpToSyRate",
|
|
170
|
+
"outputs": [
|
|
171
|
+
{
|
|
172
|
+
"internalType": "uint256",
|
|
173
|
+
"name": "",
|
|
174
|
+
"type": "uint256"
|
|
175
|
+
}
|
|
176
|
+
],
|
|
177
|
+
"stateMutability": "view",
|
|
178
|
+
"type": "function"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"inputs": [
|
|
182
|
+
{
|
|
183
|
+
"internalType": "address",
|
|
184
|
+
"name": "market",
|
|
185
|
+
"type": "address"
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"name": "getMarketState",
|
|
189
|
+
"outputs": [
|
|
190
|
+
{
|
|
191
|
+
"internalType": "address",
|
|
192
|
+
"name": "pt",
|
|
193
|
+
"type": "address"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"internalType": "address",
|
|
197
|
+
"name": "yt",
|
|
198
|
+
"type": "address"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"internalType": "address",
|
|
202
|
+
"name": "sy",
|
|
203
|
+
"type": "address"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"internalType": "int256",
|
|
207
|
+
"name": "impliedYield",
|
|
208
|
+
"type": "int256"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"internalType": "uint256",
|
|
212
|
+
"name": "marketExchangeRateExcludeFee",
|
|
213
|
+
"type": "uint256"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"components": [
|
|
217
|
+
{
|
|
218
|
+
"internalType": "int256",
|
|
219
|
+
"name": "totalPt",
|
|
220
|
+
"type": "int256"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"internalType": "int256",
|
|
224
|
+
"name": "totalSy",
|
|
225
|
+
"type": "int256"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"internalType": "int256",
|
|
229
|
+
"name": "totalLp",
|
|
230
|
+
"type": "int256"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"internalType": "address",
|
|
234
|
+
"name": "treasury",
|
|
235
|
+
"type": "address"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"internalType": "int256",
|
|
239
|
+
"name": "scalarRoot",
|
|
240
|
+
"type": "int256"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"internalType": "uint256",
|
|
244
|
+
"name": "expiry",
|
|
245
|
+
"type": "uint256"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"internalType": "uint256",
|
|
249
|
+
"name": "lnFeeRateRoot",
|
|
250
|
+
"type": "uint256"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"internalType": "uint256",
|
|
254
|
+
"name": "reserveFeePercent",
|
|
255
|
+
"type": "uint256"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"internalType": "uint256",
|
|
259
|
+
"name": "lastLnImpliedRate",
|
|
260
|
+
"type": "uint256"
|
|
261
|
+
}
|
|
262
|
+
],
|
|
263
|
+
"internalType": "struct MarketState",
|
|
264
|
+
"name": "state",
|
|
265
|
+
"type": "tuple"
|
|
266
|
+
}
|
|
267
|
+
],
|
|
268
|
+
"stateMutability": "view",
|
|
269
|
+
"type": "function"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"inputs": [
|
|
273
|
+
{
|
|
274
|
+
"internalType": "address",
|
|
275
|
+
"name": "market",
|
|
276
|
+
"type": "address"
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"name": "getPtToAssetRate",
|
|
280
|
+
"outputs": [
|
|
281
|
+
{
|
|
282
|
+
"internalType": "uint256",
|
|
283
|
+
"name": "",
|
|
284
|
+
"type": "uint256"
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
"stateMutability": "view",
|
|
288
|
+
"type": "function"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"inputs": [
|
|
292
|
+
{
|
|
293
|
+
"internalType": "address",
|
|
294
|
+
"name": "market",
|
|
295
|
+
"type": "address"
|
|
296
|
+
}
|
|
297
|
+
],
|
|
298
|
+
"name": "getPtToSyRate",
|
|
299
|
+
"outputs": [
|
|
300
|
+
{
|
|
301
|
+
"internalType": "uint256",
|
|
302
|
+
"name": "",
|
|
303
|
+
"type": "uint256"
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
"stateMutability": "view",
|
|
307
|
+
"type": "function"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"inputs": [
|
|
311
|
+
{
|
|
312
|
+
"internalType": "address",
|
|
313
|
+
"name": "market",
|
|
314
|
+
"type": "address"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"components": [
|
|
318
|
+
{
|
|
319
|
+
"internalType": "int256",
|
|
320
|
+
"name": "totalPt",
|
|
321
|
+
"type": "int256"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"internalType": "int256",
|
|
325
|
+
"name": "totalSy",
|
|
326
|
+
"type": "int256"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"internalType": "int256",
|
|
330
|
+
"name": "totalLp",
|
|
331
|
+
"type": "int256"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"internalType": "address",
|
|
335
|
+
"name": "treasury",
|
|
336
|
+
"type": "address"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"internalType": "int256",
|
|
340
|
+
"name": "scalarRoot",
|
|
341
|
+
"type": "int256"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"internalType": "uint256",
|
|
345
|
+
"name": "expiry",
|
|
346
|
+
"type": "uint256"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"internalType": "uint256",
|
|
350
|
+
"name": "lnFeeRateRoot",
|
|
351
|
+
"type": "uint256"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"internalType": "uint256",
|
|
355
|
+
"name": "reserveFeePercent",
|
|
356
|
+
"type": "uint256"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"internalType": "uint256",
|
|
360
|
+
"name": "lastLnImpliedRate",
|
|
361
|
+
"type": "uint256"
|
|
362
|
+
}
|
|
363
|
+
],
|
|
364
|
+
"internalType": "struct MarketState",
|
|
365
|
+
"name": "state",
|
|
366
|
+
"type": "tuple"
|
|
367
|
+
}
|
|
368
|
+
],
|
|
369
|
+
"name": "getTradeExchangeRateExcludeFee",
|
|
370
|
+
"outputs": [
|
|
371
|
+
{
|
|
372
|
+
"internalType": "uint256",
|
|
373
|
+
"name": "",
|
|
374
|
+
"type": "uint256"
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"stateMutability": "view",
|
|
378
|
+
"type": "function"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"inputs": [
|
|
382
|
+
{
|
|
383
|
+
"internalType": "address",
|
|
384
|
+
"name": "market",
|
|
385
|
+
"type": "address"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"internalType": "int256",
|
|
389
|
+
"name": "netPtOut",
|
|
390
|
+
"type": "int256"
|
|
391
|
+
}
|
|
392
|
+
],
|
|
393
|
+
"name": "getTradeExchangeRateIncludeFee",
|
|
394
|
+
"outputs": [
|
|
395
|
+
{
|
|
396
|
+
"internalType": "uint256",
|
|
397
|
+
"name": "",
|
|
398
|
+
"type": "uint256"
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"stateMutability": "view",
|
|
402
|
+
"type": "function"
|
|
403
|
+
}
|
|
404
|
+
],
|
|
405
|
+
"bytecode": "0x608060405234801561001057600080fd5b50611bcd806100206000396000f3fe608060405234801561001057600080fd5b506004361061008e5760003560e01c80630ac6aa69146100935780630f8cb321146100b95780635dc9bdbe146100cc57806362576930146100df578063955ee4e7146100f2578063a34560c614610105578063bcc454e214610118578063d1b087c91461012b578063e8a89c761461013e578063f2344deb146101f8575b600080fd5b6100a66100a1366004611810565b61020b565b6040519081526020015b60405180910390f35b6100a66100c7366004611810565b6102a6565b6100a66100da366004611873565b6103fb565b6100a66100ed36600461191e565b6104bf565b6100a661010036600461191e565b61054a565b6100a6610113366004611810565b6105be565b6100a661012636600461191e565b6105e8565b6100a6610139366004611810565b610666565b61015161014c36600461191e565b61068f565b604080516001600160a01b03978816815295871660208088019190915294871686820152606080870194909452608080870193909352815160a0808801919091529482015160c0808801919091529082015160e080880191909152938201519096166101008087019190915291810151610120860152928301516101408501529382015161016084015281015161018083015291909101516101a08201526101c0016100b0565b6100a661020636600461191e565b6106ea565b60008061021b846100c78561070b565b9050600061022985856102a6565b9050600061023f670de0b6b3a764000084610724565b90506000610255670de0b6b3a764000084610724565b9050600061026285610753565b9050600061026f85610753565b9050600061027d8386610724565b9050600061028b8386610724565b9050610297828261076b565b9b9a5050505050505050505050565b6000826001600160a01b0316632f13b60c6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156102e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061030a919061193b565b1561031e5750670de0b6b3a76400006103f5565b81600061032a85610795565b9050600061034261033a8761080b565b839042610872565b90506000610363836000015183602001518460000151856040015188610973565b905060008413156103cf576000610387836060015183610a3090919063ffffffff16565b9050670de0b6b3a76400008112156103ba5760405163329e322960e21b8152600481018290526024015b60405180910390fd5b6103c381610a5f565b955050505050506103f5565b6103ee6103e9836060015183610a7290919063ffffffff16565b610a5f565b9450505050505b92915050565b6000826001600160a01b0316632f13b60c6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561043b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061045f919061193b565b156104735750670de0b6b3a76400006103f5565b60006104896104818561080b565b849042610872565b905060006104ab84600001518360200151846000015185604001516000610973565b90506104b681610a5f565b95945050505050565b6000806104cb83610a90565b50509050610543816001600160a01b0316633ba0b9a96040518163ffffffff1660e01b8152600401602060405180830381865afa158015610510573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610534919061195d565b61053d856106ea565b90610724565b9392505050565b60008061055683610795565b905060006105638461080b565b90506000610572838342610872565b9050600061058c610584878686610b04565b855190610a72565b826020015161059b919061198c565b90506105b4846040015182610a3090919063ffffffff16565b9695505050505050565b6000806105ce846100c78561070b565b905060006105dc85856102a6565b90506104b6828261076b565b6000806105f483610a90565b50509050610543816001600160a01b0316633ba0b9a96040518163ffffffff1660e01b8152600401602060405180830381865afa158015610639573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061065d919061195d565b61053d8561054a565b60008061067e610679856100c78661070b565b610753565b905060006105dc61067986866102a6565b600080600080600061069f611798565b60008060006106ad8a610a90565b9250925092508198508097508296506106c58a610795565b93506106d08a610bc7565b95506106dc8a856103fb565b945050505091939550919395565b6000806106f683610795565b905061054383826107068661080b565b610b04565b600080821361071c576000196103f5565b600192915050565b600080610739670de0b6b3a7640000856119b4565b905082818161074a5761074a6119cb565b04949350505050565b60006103f58261053d670de0b6b3a7640000826119e1565b60006105438361053d61077d85610bf8565b61078687610bf8565b61079091906119f4565b610c0e565b61079d611798565b60405163794052f360e01b81526001600160a01b0383169063794052f3906107c9903090600401611a1b565b61012060405180830381865afa1580156107e7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103f59190611a3a565b6040516314ae175360e11b8152600090309063295c2ea690610831908590600401611a1b565b602060405180830381865afa15801561084e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103f5919061195d565b61089d6040518060800160405280600081526020016000815260200160008152602001600081525090565b60a084015182106108c15760405163b2094b5960e01b815260040160405180910390fd5b6000828560a001516108d391906119e1565b90506108df8582610c25565b825260208501516108f1908590610c86565b60208301528451158061090657506020820151155b15610934578451602083015160405163b1c4aefb60e01b8152600481019290925260248201526044016103b1565b61095285600001518661010001518460200151856000015185610cbd565b604083015260c08501516109669082610d3e565b6060830152509392505050565b6000806109808784610d77565b90506000610998610991888a61198c565b8390610a30565b9050670d529ae9e86000008113156109d457604051637e34684f60e11b815260048101829052670d529ae9e860000060248201526044016103b1565b60006109df82610dbe565b9050856109ec8289610a30565b6109f6919061198c565b9350670de0b6b3a7640000841215610a245760405163329e322960e21b8152600481018590526024016103b1565b50505095945050505050565b600080610a45670de0b6b3a764000085611abc565b9050828181610a5657610a566119cb565b05949350505050565b600080821215610a6e57600080fd5b5090565b600080610a7f8385611abc565b9050670de0b6b3a764000081610a56565b6000806000836001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa158015610ad3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610af79190611aec565b9250925092509193909250565b6000428360a0015111610b8e576000610b1c85610a90565b50509050610b8683826001600160a01b0316633ba0b9a96040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b62573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061053d919061195d565b915050610543565b6000428460a00151610ba091906119e1565b90506000610bb385610100015183610d3e565b90506105b4670de0b6b3a764000082610a30565b600080610bd383610795565b90506000610be5826101000151610bf8565b9050610bf081610e11565b949350505050565b60006001600160ff1b03821115610a6e57600080fd5b6000808213610a6e57610c2082611b39565b6103f5565b6000610c3082610bf8565b610c47610c426201518061016d6119b4565b610bf8565b8460800151610c569190611abc565b610c609190611b55565b9050600081136103f557604051630e520c3b60e11b8152600481018290526024016103b1565b60008060008312610c98576001610c9c565b6000195b9050610cb3610c4285610cae86610c0e565b611226565b610bf09082611abc565b600080610cca8684610d3e565b9050670de0b6b3a7640000811215610cf85760405163329e322960e21b8152600481018290526024016103b1565b6000610d0e610d07878a61198c565b8990610a30565b90506000610d1b82610dbe565b9050610d278187610a30565b610d3190846119f4565b9998505050505050505050565b600080610d506201518061016d6119b4565b610d5a84866119b4565b610d649190611b83565b9050610bf0610d7282610bf8565b610e11565b600081831215610db45760405162461bcd60e51b81526020600482015260086024820152676e6567617469766560c01b60448201526064016103b1565b61054382846119f4565b6000670de0b6b3a76400008203610de85760405163a9c8b14d60e01b815260040160405180910390fd5b6000610e06610dff84670de0b6b3a76400006119f4565b8490610a30565b905061054381611245565b6000680238fd42c5cf03ffff198212158015610e36575068070c1cc73b00c800008213155b610e755760405162461bcd60e51b815260206004820152601060248201526f125b9d985b1a5908195e1c1bdb995b9d60821b60448201526064016103b1565b6000821215610ead57610e8a82600003610e11565b6a0c097ce7bc90715b34b9f160241b81610ea657610ea66119cb565b0592915050565b60006806f05b59d3b20000008312610eeb57506806f05b59d3b1ffffff199091019072195e54c5dd42177f53a27172fa9ec63026282760241b610f21565b6803782dace9d90000008312610f1d57506803782dace9d8ffffff19909101906b1425982cf597cd205cef7380610f21565b5060015b6064929092029168056bc75e2d6310000068ad78ebc5ac620000008412610f715768ad78ebc5ac61ffffff199093019268056bc75e2d631000006e01855144814a7ff805980ff008400082020590505b6856bc75e2d6310000008412610fad576856bc75e2d630ffffff199093019268056bc75e2d631000006b02df0ab5a80a22c61ab5a70082020590505b682b5e3af16b188000008412610fe757682b5e3af16b187fffff199093019268056bc75e2d63100000693f1fce3da636ea5cf85082020590505b6815af1d78b58c4000008412611021576815af1d78b58c3fffff199093019268056bc75e2d63100000690127fa27722cc06cc5e282020590505b680ad78ebc5ac6200000841261105a57680ad78ebc5ac61fffff199093019268056bc75e2d6310000068280e60114edb805d0382020590505b68056bc75e2d6310000084126110935768056bc75e2d630fffff199093019268056bc75e2d63100000680ebc5fb4174612111082020590505b6802b5e3af16b188000084126110cc576802b5e3af16b187ffff199093019268056bc75e2d631000006808f00f760a4b2db55d82020590505b68015af1d78b58c4000084126111055768015af1d78b58c3ffff199093019268056bc75e2d631000006806f5f177578893793782020590505b68056bc75e2d631000008481019085906002908280020505918201919050600368056bc75e2d631000008783020505918201919050600468056bc75e2d631000008783020505918201919050600568056bc75e2d631000008783020505918201919050600668056bc75e2d631000008783020505918201919050600768056bc75e2d631000008783020505918201919050600868056bc75e2d631000008783020505918201919050600968056bc75e2d631000008783020505918201919050600a68056bc75e2d631000008783020505918201919050600b68056bc75e2d631000008783020505918201919050600c68056bc75e2d631000008783020505918201919050606468056bc75e2d63100000848402058502059695505050505050565b6000670de0b6b3a764000061123b84846119b4565b6105439190611b83565b60008082136112865760405162461bcd60e51b815260206004820152600d60248201526c6f7574206f6620626f756e647360981b60448201526064016103b1565b670c7d713b49da0000821380156112a45750670f43fc2c04ee000082125b156112c857670de0b6b3a76400006112bb836112d6565b81610ea657610ea66119cb565b6103f5826113f5565b919050565b670de0b6b3a7640000026000806a0c097ce7bc90715b34b9f160241b808401906ec097ce7bc90715b34b9f0fffffffff1985010281611317576113176119cb565b05905060006a0c097ce7bc90715b34b9f160241b82800205905081806a0c097ce7bc90715b34b9f160241b81840205915060038205016a0c097ce7bc90715b34b9f160241b82840205915060058205016a0c097ce7bc90715b34b9f160241b82840205915060078205016a0c097ce7bc90715b34b9f160241b82840205915060098205016a0c097ce7bc90715b34b9f160241b828402059150600b8205016a0c097ce7bc90715b34b9f160241b828402059150600d8205016a0c097ce7bc90715b34b9f160241b828402059150600f82050160020295945050505050565b6000670de0b6b3a76400008212156114365761142d826a0c097ce7bc90715b34b9f160241b81611427576114276119cb565b056113f5565b60000392915050565b6000775803bcc5cb9634ba4cfb2213f784019318ed4dcb6017880f60361b83126114815772195e54c5dd42177f53a27172fa9ec63026282760241b830592506806f05b59d3b2000000015b6f8bcc0026baae9e45e470190267a230cf60191b83126114b8576b1425982cf597cd205cef7380830592506803782dace9d9000000015b606492830292026e01855144814a7ff805980ff00840008312611500576e01855144814a7ff805980ff008400068056bc75e2d63100000840205925068ad78ebc5ac62000000015b6b02df0ab5a80a22c61ab5a700831261153b576b02df0ab5a80a22c61ab5a70068056bc75e2d6310000084020592506856bc75e2d631000000015b693f1fce3da636ea5cf850831261157257693f1fce3da636ea5cf85068056bc75e2d631000008402059250682b5e3af16b18800000015b690127fa27722cc06cc5e283126115a957690127fa27722cc06cc5e268056bc75e2d6310000084020592506815af1d78b58c400000015b68280e60114edb805d0383126115de5768280e60114edb805d0368056bc75e2d631000008402059250680ad78ebc5ac6200000015b680ebc5fb41746121110831261160957680ebc5fb4174612111068056bc75e2d631000009384020592015b6808f00f760a4b2db55d831261163e576808f00f760a4b2db55d68056bc75e2d6310000084020592506802b5e3af16b1880000015b6806f5f17757889379378312611673576806f5f177578893793768056bc75e2d63100000840205925068015af1d78b58c40000015b6806248f33704b28660383126116a7576806248f33704b28660368056bc75e2d63100000840205925067ad78ebc5ac620000015b6805c548670b9510e7ac83126116db576805c548670b9510e7ac68056bc75e2d6310000084020592506756bc75e2d6310000015b600068056bc75e2d63100000840168056bc75e2d631000008086030281611704576117046119cb565b059050600068056bc75e2d63100000828002059050818068056bc75e2d63100000818402059150600382050168056bc75e2d63100000828402059150600582050168056bc75e2d63100000828402059150600782050168056bc75e2d63100000828402059150600982050168056bc75e2d63100000828402059150600b820501600202606485820105979650505050505050565b60405180610120016040528060008152602001600081526020016000815260200160006001600160a01b0316815260200160008152602001600081526020016000815260200160008152602001600081525090565b6001600160a01b038116811461180257600080fd5b50565b80356112d1816117ed565b6000806040838503121561182357600080fd5b823561182e816117ed565b946020939093013593505050565b60405161012081016001600160401b038111828210171561186d57634e487b7160e01b600052604160045260246000fd5b60405290565b60008082840361014081121561188857600080fd5b8335611893816117ed565b9250610120601f1982018113156118a957600080fd5b6118b161183c565b91506020850135825260408501356020830152606085013560408301526118da60808601611805565b606083015260a0850135608083015260c085013560a083015260e085013560c08301526101008086013560e084015281860135818401525050809150509250929050565b60006020828403121561193057600080fd5b8135610543816117ed565b60006020828403121561194d57600080fd5b8151801515811461054357600080fd5b60006020828403121561196f57600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b80820182811260008312801582168215821617156119ac576119ac611976565b505092915050565b80820281158282048414176103f5576103f5611976565b634e487b7160e01b600052601260045260246000fd5b818103818111156103f5576103f5611976565b8181036000831280158383131683831282161715611a1457611a14611976565b5092915050565b6001600160a01b0391909116815260200190565b80516112d1816117ed565b60006101208284031215611a4d57600080fd5b611a5561183c565b825181526020830151602082015260408301516040820152611a7960608401611a2f565b60608201526080830151608082015260a083015160a082015260c083015160c082015260e083015160e08201526101008084015181830152508091505092915050565b80820260008212600160ff1b84141615611ad857611ad8611976565b81810583148215176103f5576103f5611976565b600080600060608486031215611b0157600080fd5b8351611b0c816117ed565b6020850151909350611b1d816117ed565b6040850151909250611b2e816117ed565b809150509250925092565b6000600160ff1b8201611b4e57611b4e611976565b5060000390565b600082611b6457611b646119cb565b600160ff1b821460001984141615611b7e57611b7e611976565b500590565b600082611b9257611b926119cb565b50049056fea2646970667358221220b27ba3b415d029f7058ec9aea1168faa21d4fd04ac1212428e0d728bbae47d1c64736f6c63430008170033",
|
|
406
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061008e5760003560e01c80630ac6aa69146100935780630f8cb321146100b95780635dc9bdbe146100cc57806362576930146100df578063955ee4e7146100f2578063a34560c614610105578063bcc454e214610118578063d1b087c91461012b578063e8a89c761461013e578063f2344deb146101f8575b600080fd5b6100a66100a1366004611810565b61020b565b6040519081526020015b60405180910390f35b6100a66100c7366004611810565b6102a6565b6100a66100da366004611873565b6103fb565b6100a66100ed36600461191e565b6104bf565b6100a661010036600461191e565b61054a565b6100a6610113366004611810565b6105be565b6100a661012636600461191e565b6105e8565b6100a6610139366004611810565b610666565b61015161014c36600461191e565b61068f565b604080516001600160a01b03978816815295871660208088019190915294871686820152606080870194909452608080870193909352815160a0808801919091529482015160c0808801919091529082015160e080880191909152938201519096166101008087019190915291810151610120860152928301516101408501529382015161016084015281015161018083015291909101516101a08201526101c0016100b0565b6100a661020636600461191e565b6106ea565b60008061021b846100c78561070b565b9050600061022985856102a6565b9050600061023f670de0b6b3a764000084610724565b90506000610255670de0b6b3a764000084610724565b9050600061026285610753565b9050600061026f85610753565b9050600061027d8386610724565b9050600061028b8386610724565b9050610297828261076b565b9b9a5050505050505050505050565b6000826001600160a01b0316632f13b60c6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156102e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061030a919061193b565b1561031e5750670de0b6b3a76400006103f5565b81600061032a85610795565b9050600061034261033a8761080b565b839042610872565b90506000610363836000015183602001518460000151856040015188610973565b905060008413156103cf576000610387836060015183610a3090919063ffffffff16565b9050670de0b6b3a76400008112156103ba5760405163329e322960e21b8152600481018290526024015b60405180910390fd5b6103c381610a5f565b955050505050506103f5565b6103ee6103e9836060015183610a7290919063ffffffff16565b610a5f565b9450505050505b92915050565b6000826001600160a01b0316632f13b60c6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561043b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061045f919061193b565b156104735750670de0b6b3a76400006103f5565b60006104896104818561080b565b849042610872565b905060006104ab84600001518360200151846000015185604001516000610973565b90506104b681610a5f565b95945050505050565b6000806104cb83610a90565b50509050610543816001600160a01b0316633ba0b9a96040518163ffffffff1660e01b8152600401602060405180830381865afa158015610510573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610534919061195d565b61053d856106ea565b90610724565b9392505050565b60008061055683610795565b905060006105638461080b565b90506000610572838342610872565b9050600061058c610584878686610b04565b855190610a72565b826020015161059b919061198c565b90506105b4846040015182610a3090919063ffffffff16565b9695505050505050565b6000806105ce846100c78561070b565b905060006105dc85856102a6565b90506104b6828261076b565b6000806105f483610a90565b50509050610543816001600160a01b0316633ba0b9a96040518163ffffffff1660e01b8152600401602060405180830381865afa158015610639573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061065d919061195d565b61053d8561054a565b60008061067e610679856100c78661070b565b610753565b905060006105dc61067986866102a6565b600080600080600061069f611798565b60008060006106ad8a610a90565b9250925092508198508097508296506106c58a610795565b93506106d08a610bc7565b95506106dc8a856103fb565b945050505091939550919395565b6000806106f683610795565b905061054383826107068661080b565b610b04565b600080821361071c576000196103f5565b600192915050565b600080610739670de0b6b3a7640000856119b4565b905082818161074a5761074a6119cb565b04949350505050565b60006103f58261053d670de0b6b3a7640000826119e1565b60006105438361053d61077d85610bf8565b61078687610bf8565b61079091906119f4565b610c0e565b61079d611798565b60405163794052f360e01b81526001600160a01b0383169063794052f3906107c9903090600401611a1b565b61012060405180830381865afa1580156107e7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103f59190611a3a565b6040516314ae175360e11b8152600090309063295c2ea690610831908590600401611a1b565b602060405180830381865afa15801561084e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103f5919061195d565b61089d6040518060800160405280600081526020016000815260200160008152602001600081525090565b60a084015182106108c15760405163b2094b5960e01b815260040160405180910390fd5b6000828560a001516108d391906119e1565b90506108df8582610c25565b825260208501516108f1908590610c86565b60208301528451158061090657506020820151155b15610934578451602083015160405163b1c4aefb60e01b8152600481019290925260248201526044016103b1565b61095285600001518661010001518460200151856000015185610cbd565b604083015260c08501516109669082610d3e565b6060830152509392505050565b6000806109808784610d77565b90506000610998610991888a61198c565b8390610a30565b9050670d529ae9e86000008113156109d457604051637e34684f60e11b815260048101829052670d529ae9e860000060248201526044016103b1565b60006109df82610dbe565b9050856109ec8289610a30565b6109f6919061198c565b9350670de0b6b3a7640000841215610a245760405163329e322960e21b8152600481018590526024016103b1565b50505095945050505050565b600080610a45670de0b6b3a764000085611abc565b9050828181610a5657610a566119cb565b05949350505050565b600080821215610a6e57600080fd5b5090565b600080610a7f8385611abc565b9050670de0b6b3a764000081610a56565b6000806000836001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa158015610ad3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610af79190611aec565b9250925092509193909250565b6000428360a0015111610b8e576000610b1c85610a90565b50509050610b8683826001600160a01b0316633ba0b9a96040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b62573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061053d919061195d565b915050610543565b6000428460a00151610ba091906119e1565b90506000610bb385610100015183610d3e565b90506105b4670de0b6b3a764000082610a30565b600080610bd383610795565b90506000610be5826101000151610bf8565b9050610bf081610e11565b949350505050565b60006001600160ff1b03821115610a6e57600080fd5b6000808213610a6e57610c2082611b39565b6103f5565b6000610c3082610bf8565b610c47610c426201518061016d6119b4565b610bf8565b8460800151610c569190611abc565b610c609190611b55565b9050600081136103f557604051630e520c3b60e11b8152600481018290526024016103b1565b60008060008312610c98576001610c9c565b6000195b9050610cb3610c4285610cae86610c0e565b611226565b610bf09082611abc565b600080610cca8684610d3e565b9050670de0b6b3a7640000811215610cf85760405163329e322960e21b8152600481018290526024016103b1565b6000610d0e610d07878a61198c565b8990610a30565b90506000610d1b82610dbe565b9050610d278187610a30565b610d3190846119f4565b9998505050505050505050565b600080610d506201518061016d6119b4565b610d5a84866119b4565b610d649190611b83565b9050610bf0610d7282610bf8565b610e11565b600081831215610db45760405162461bcd60e51b81526020600482015260086024820152676e6567617469766560c01b60448201526064016103b1565b61054382846119f4565b6000670de0b6b3a76400008203610de85760405163a9c8b14d60e01b815260040160405180910390fd5b6000610e06610dff84670de0b6b3a76400006119f4565b8490610a30565b905061054381611245565b6000680238fd42c5cf03ffff198212158015610e36575068070c1cc73b00c800008213155b610e755760405162461bcd60e51b815260206004820152601060248201526f125b9d985b1a5908195e1c1bdb995b9d60821b60448201526064016103b1565b6000821215610ead57610e8a82600003610e11565b6a0c097ce7bc90715b34b9f160241b81610ea657610ea66119cb565b0592915050565b60006806f05b59d3b20000008312610eeb57506806f05b59d3b1ffffff199091019072195e54c5dd42177f53a27172fa9ec63026282760241b610f21565b6803782dace9d90000008312610f1d57506803782dace9d8ffffff19909101906b1425982cf597cd205cef7380610f21565b5060015b6064929092029168056bc75e2d6310000068ad78ebc5ac620000008412610f715768ad78ebc5ac61ffffff199093019268056bc75e2d631000006e01855144814a7ff805980ff008400082020590505b6856bc75e2d6310000008412610fad576856bc75e2d630ffffff199093019268056bc75e2d631000006b02df0ab5a80a22c61ab5a70082020590505b682b5e3af16b188000008412610fe757682b5e3af16b187fffff199093019268056bc75e2d63100000693f1fce3da636ea5cf85082020590505b6815af1d78b58c4000008412611021576815af1d78b58c3fffff199093019268056bc75e2d63100000690127fa27722cc06cc5e282020590505b680ad78ebc5ac6200000841261105a57680ad78ebc5ac61fffff199093019268056bc75e2d6310000068280e60114edb805d0382020590505b68056bc75e2d6310000084126110935768056bc75e2d630fffff199093019268056bc75e2d63100000680ebc5fb4174612111082020590505b6802b5e3af16b188000084126110cc576802b5e3af16b187ffff199093019268056bc75e2d631000006808f00f760a4b2db55d82020590505b68015af1d78b58c4000084126111055768015af1d78b58c3ffff199093019268056bc75e2d631000006806f5f177578893793782020590505b68056bc75e2d631000008481019085906002908280020505918201919050600368056bc75e2d631000008783020505918201919050600468056bc75e2d631000008783020505918201919050600568056bc75e2d631000008783020505918201919050600668056bc75e2d631000008783020505918201919050600768056bc75e2d631000008783020505918201919050600868056bc75e2d631000008783020505918201919050600968056bc75e2d631000008783020505918201919050600a68056bc75e2d631000008783020505918201919050600b68056bc75e2d631000008783020505918201919050600c68056bc75e2d631000008783020505918201919050606468056bc75e2d63100000848402058502059695505050505050565b6000670de0b6b3a764000061123b84846119b4565b6105439190611b83565b60008082136112865760405162461bcd60e51b815260206004820152600d60248201526c6f7574206f6620626f756e647360981b60448201526064016103b1565b670c7d713b49da0000821380156112a45750670f43fc2c04ee000082125b156112c857670de0b6b3a76400006112bb836112d6565b81610ea657610ea66119cb565b6103f5826113f5565b919050565b670de0b6b3a7640000026000806a0c097ce7bc90715b34b9f160241b808401906ec097ce7bc90715b34b9f0fffffffff1985010281611317576113176119cb565b05905060006a0c097ce7bc90715b34b9f160241b82800205905081806a0c097ce7bc90715b34b9f160241b81840205915060038205016a0c097ce7bc90715b34b9f160241b82840205915060058205016a0c097ce7bc90715b34b9f160241b82840205915060078205016a0c097ce7bc90715b34b9f160241b82840205915060098205016a0c097ce7bc90715b34b9f160241b828402059150600b8205016a0c097ce7bc90715b34b9f160241b828402059150600d8205016a0c097ce7bc90715b34b9f160241b828402059150600f82050160020295945050505050565b6000670de0b6b3a76400008212156114365761142d826a0c097ce7bc90715b34b9f160241b81611427576114276119cb565b056113f5565b60000392915050565b6000775803bcc5cb9634ba4cfb2213f784019318ed4dcb6017880f60361b83126114815772195e54c5dd42177f53a27172fa9ec63026282760241b830592506806f05b59d3b2000000015b6f8bcc0026baae9e45e470190267a230cf60191b83126114b8576b1425982cf597cd205cef7380830592506803782dace9d9000000015b606492830292026e01855144814a7ff805980ff00840008312611500576e01855144814a7ff805980ff008400068056bc75e2d63100000840205925068ad78ebc5ac62000000015b6b02df0ab5a80a22c61ab5a700831261153b576b02df0ab5a80a22c61ab5a70068056bc75e2d6310000084020592506856bc75e2d631000000015b693f1fce3da636ea5cf850831261157257693f1fce3da636ea5cf85068056bc75e2d631000008402059250682b5e3af16b18800000015b690127fa27722cc06cc5e283126115a957690127fa27722cc06cc5e268056bc75e2d6310000084020592506815af1d78b58c400000015b68280e60114edb805d0383126115de5768280e60114edb805d0368056bc75e2d631000008402059250680ad78ebc5ac6200000015b680ebc5fb41746121110831261160957680ebc5fb4174612111068056bc75e2d631000009384020592015b6808f00f760a4b2db55d831261163e576808f00f760a4b2db55d68056bc75e2d6310000084020592506802b5e3af16b1880000015b6806f5f17757889379378312611673576806f5f177578893793768056bc75e2d63100000840205925068015af1d78b58c40000015b6806248f33704b28660383126116a7576806248f33704b28660368056bc75e2d63100000840205925067ad78ebc5ac620000015b6805c548670b9510e7ac83126116db576805c548670b9510e7ac68056bc75e2d6310000084020592506756bc75e2d6310000015b600068056bc75e2d63100000840168056bc75e2d631000008086030281611704576117046119cb565b059050600068056bc75e2d63100000828002059050818068056bc75e2d63100000818402059150600382050168056bc75e2d63100000828402059150600582050168056bc75e2d63100000828402059150600782050168056bc75e2d63100000828402059150600982050168056bc75e2d63100000828402059150600b820501600202606485820105979650505050505050565b60405180610120016040528060008152602001600081526020016000815260200160006001600160a01b0316815260200160008152602001600081526020016000815260200160008152602001600081525090565b6001600160a01b038116811461180257600080fd5b50565b80356112d1816117ed565b6000806040838503121561182357600080fd5b823561182e816117ed565b946020939093013593505050565b60405161012081016001600160401b038111828210171561186d57634e487b7160e01b600052604160045260246000fd5b60405290565b60008082840361014081121561188857600080fd5b8335611893816117ed565b9250610120601f1982018113156118a957600080fd5b6118b161183c565b91506020850135825260408501356020830152606085013560408301526118da60808601611805565b606083015260a0850135608083015260c085013560a083015260e085013560c08301526101008086013560e084015281860135818401525050809150509250929050565b60006020828403121561193057600080fd5b8135610543816117ed565b60006020828403121561194d57600080fd5b8151801515811461054357600080fd5b60006020828403121561196f57600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b80820182811260008312801582168215821617156119ac576119ac611976565b505092915050565b80820281158282048414176103f5576103f5611976565b634e487b7160e01b600052601260045260246000fd5b818103818111156103f5576103f5611976565b8181036000831280158383131683831282161715611a1457611a14611976565b5092915050565b6001600160a01b0391909116815260200190565b80516112d1816117ed565b60006101208284031215611a4d57600080fd5b611a5561183c565b825181526020830151602082015260408301516040820152611a7960608401611a2f565b60608201526080830151608082015260a083015160a082015260c083015160c082015260e083015160e08201526101008084015181830152508091505092915050565b80820260008212600160ff1b84141615611ad857611ad8611976565b81810583148215176103f5576103f5611976565b600080600060608486031215611b0157600080fd5b8351611b0c816117ed565b6020850151909350611b1d816117ed565b6040850151909250611b2e816117ed565b809150509250925092565b6000600160ff1b8201611b4e57611b4e611976565b5060000390565b600082611b6457611b646119cb565b600160ff1b821460001984141615611b7e57611b7e611976565b500590565b600082611b9257611b926119cb565b50049056fea2646970667358221220b27ba3b415d029f7058ec9aea1168faa21d4fd04ac1212428e0d728bbae47d1c64736f6c63430008170033",
|
|
407
|
+
"linkReferences": {},
|
|
408
|
+
"deployedLinkReferences": {}
|
|
409
|
+
}
|