@pendle/core-v2 0.6.2 → 0.6.4
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/SuperComposableYield/ISuperComposableYield.sol/ISuperComposableYield.dbg.json +4 -0
- package/build/artifacts/contracts/SuperComposableYield/ISuperComposableYield.sol/ISuperComposableYield.json +495 -0
- package/build/artifacts/contracts/SuperComposableYield/SCYUtils.sol/SCYUtils.dbg.json +4 -0
- package/build/artifacts/contracts/SuperComposableYield/SCYUtils.sol/SCYUtils.json +10 -0
- package/build/artifacts/contracts/SuperComposableYield/implementations/IRewardManager.sol/IRewardManager.dbg.json +4 -0
- package/build/artifacts/contracts/SuperComposableYield/implementations/IRewardManager.sol/IRewardManager.json +77 -0
- package/build/artifacts/contracts/SuperComposableYield/implementations/RewardManager.sol/RewardManager.dbg.json +4 -0
- package/build/artifacts/contracts/SuperComposableYield/implementations/RewardManager.sol/RewardManager.json +90 -0
- package/build/artifacts/contracts/SuperComposableYield/implementations/SCYBase.sol/SCYBase.dbg.json +4 -0
- package/build/artifacts/contracts/SuperComposableYield/implementations/SCYBase.sol/SCYBase.json +556 -0
- package/build/artifacts/contracts/SuperComposableYield/implementations/SCYBaseWithRewards.sol/SCYBaseWithRewards.dbg.json +4 -0
- package/build/artifacts/contracts/SuperComposableYield/implementations/SCYBaseWithRewards.sol/SCYBaseWithRewards.json +641 -0
- package/build/artifacts/contracts/core/PendleBaseToken.sol/PendleBaseToken.dbg.json +4 -0
- package/build/artifacts/contracts/core/PendleBaseToken.sol/PendleBaseToken.json +333 -0
- package/build/artifacts/contracts/core/PendleMarket.sol/PendleMarket.dbg.json +4 -0
- package/build/artifacts/contracts/core/PendleMarket.sol/PendleMarket.json +842 -0
- package/build/artifacts/contracts/core/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +4 -0
- package/build/artifacts/contracts/core/PendleMarketFactory.sol/PendleMarketFactory.json +265 -0
- package/build/artifacts/contracts/core/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +4 -0
- package/build/artifacts/contracts/core/PendlePrincipalToken.sol/PendlePrincipalToken.json +452 -0
- package/build/artifacts/contracts/core/PendleRouter.sol/PendleRouter.dbg.json +4 -0
- package/build/artifacts/contracts/core/PendleRouter.sol/PendleRouter.json +230 -0
- package/build/artifacts/contracts/core/PendleSCYImpl/AaveV3/PendleAaveV3SCY.sol/PendleAaveV3SCY.dbg.json +4 -0
- package/build/artifacts/contracts/core/PendleSCYImpl/AaveV3/PendleAaveV3SCY.sol/PendleAaveV3SCY.json +783 -0
- package/build/artifacts/contracts/core/PendleSCYImpl/AaveV3/WadRayMath.sol/WadRayMath.dbg.json +4 -0
- package/build/artifacts/contracts/core/PendleSCYImpl/AaveV3/WadRayMath.sol/WadRayMath.json +10 -0
- package/build/artifacts/contracts/core/PendleSCYImpl/PendleBenQiErc20SCY.sol/PendleBenQiErc20SCY.dbg.json +4 -0
- package/build/artifacts/contracts/core/PendleSCYImpl/PendleBenQiErc20SCY.sol/PendleBenQiErc20SCY.json +766 -0
- package/build/artifacts/contracts/core/PendleSCYImpl/PendleBtrflySCY.sol/PendleBtrflyScy.dbg.json +4 -0
- package/build/artifacts/contracts/core/PendleSCYImpl/PendleBtrflySCY.sol/PendleBtrflyScy.json +641 -0
- package/build/artifacts/contracts/core/PendleSCYImpl/PendleStETHSCY.sol/PendleStEthSCY.dbg.json +4 -0
- package/build/artifacts/contracts/core/PendleSCYImpl/PendleStETHSCY.sol/PendleStEthSCY.json +623 -0
- package/build/artifacts/contracts/core/PendleSCYImpl/PendleYearnVaultSCY.sol/PendleYearnVaultScy.dbg.json +4 -0
- package/build/artifacts/contracts/core/PendleSCYImpl/PendleYearnVaultSCY.sol/PendleYearnVaultScy.json +623 -0
- package/build/artifacts/contracts/core/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +4 -0
- package/build/artifacts/contracts/core/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +339 -0
- package/build/artifacts/contracts/core/PendleYieldToken.sol/PendleYieldToken.dbg.json +4 -0
- package/build/artifacts/contracts/core/PendleYieldToken.sol/PendleYieldToken.json +808 -0
- package/build/artifacts/contracts/core/RouterStatic.sol/RouterStatic.dbg.json +4 -0
- package/build/artifacts/contracts/core/RouterStatic.sol/RouterStatic.json +862 -0
- package/build/artifacts/contracts/core/actions/ActionCallback.sol/ActionCallback.dbg.json +4 -0
- package/build/artifacts/contracts/core/actions/ActionCallback.sol/ActionCallback.json +58 -0
- package/build/artifacts/contracts/core/actions/ActionCore.sol/ActionCore.dbg.json +4 -0
- package/build/artifacts/contracts/core/actions/ActionCore.sol/ActionCore.json +750 -0
- package/build/artifacts/contracts/core/actions/ActionRedeem.sol/ActionRedeem.dbg.json +4 -0
- package/build/artifacts/contracts/core/actions/ActionRedeem.sol/ActionRedeem.json +55 -0
- package/build/artifacts/contracts/core/actions/ActionYT.sol/ActionYT.dbg.json +4 -0
- package/build/artifacts/contracts/core/actions/ActionYT.sol/ActionYT.json +521 -0
- package/build/artifacts/contracts/core/actions/base/ActionSCYAndPTBase.sol/ActionSCYAndPTBase.dbg.json +4 -0
- package/build/artifacts/contracts/core/actions/base/ActionSCYAndPTBase.sol/ActionSCYAndPTBase.json +10 -0
- package/build/artifacts/contracts/core/actions/base/ActionSCYAndPYBase.sol/ActionSCYAndPYBase.dbg.json +4 -0
- package/build/artifacts/contracts/core/actions/base/ActionSCYAndPYBase.sol/ActionSCYAndPYBase.json +185 -0
- package/build/artifacts/contracts/core/actions/base/ActionSCYAndYTBase.sol/ActionSCYAndYTBase.dbg.json +4 -0
- package/build/artifacts/contracts/core/actions/base/ActionSCYAndYTBase.sol/ActionSCYAndYTBase.json +210 -0
- package/build/artifacts/contracts/core/actions/base/ActionType.sol/ActionType.dbg.json +4 -0
- package/build/artifacts/contracts/core/actions/base/ActionType.sol/ActionType.json +10 -0
- package/build/artifacts/contracts/interfaces/IAToken.sol/IAToken.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IAToken.sol/IAToken.json +213 -0
- package/build/artifacts/contracts/interfaces/IAavePool.sol/IAavePool.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IAavePool.sol/IAavePool.json +87 -0
- package/build/artifacts/contracts/interfaces/IAaveRewardsController.sol/IAaveRewardsController.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IAaveRewardsController.sol/IAaveRewardsController.json +59 -0
- package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.json +44 -0
- package/build/artifacts/contracts/interfaces/IJoePair.sol/IJoePair.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IJoePair.sol/IJoePair.json +662 -0
- package/build/artifacts/contracts/interfaces/IJoeRouter01.sol/IJoeRouter01.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IJoeRouter01.sol/IJoeRouter01.json +760 -0
- package/build/artifacts/contracts/interfaces/IPActionCore.sol/IPActionCore.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionCore.sol/IPActionCore.json +555 -0
- package/build/artifacts/contracts/interfaces/IPActionRedeem.sol/IPActionRedeem.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionRedeem.sol/IPActionRedeem.json +55 -0
- package/build/artifacts/contracts/interfaces/IPActionYT.sol/IPActionYT.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionYT.sol/IPActionYT.json +306 -0
- package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.json +894 -0
- package/build/artifacts/contracts/interfaces/IPBaseToken.sol/IPBaseToken.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPBaseToken.sol/IPBaseToken.json +259 -0
- package/build/artifacts/contracts/interfaces/IPGovernanceManager.sol/IPGovernanceManager.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPGovernanceManager.sol/IPGovernanceManager.json +24 -0
- package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.json +670 -0
- package/build/artifacts/contracts/interfaces/IPMarketAddRemoveCallback.sol/IPMarketAddRemoveCallback.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMarketAddRemoveCallback.sol/IPMarketAddRemoveCallback.json +67 -0
- package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.json +96 -0
- package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.json +34 -0
- package/build/artifacts/contracts/interfaces/IPPermissionsV2Upg.sol/IPermissionsV2Upg.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPPermissionsV2Upg.sol/IPermissionsV2Upg.json +24 -0
- package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.json +334 -0
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.json +820 -0
- package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.json +206 -0
- package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.json +595 -0
- package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.json +258 -0
- package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.json +207 -0
- package/build/artifacts/contracts/interfaces/IREDACTEDStaking.sol/IREDACTEDStaking.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IREDACTEDStaking.sol/IREDACTEDStaking.json +92 -0
- package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.json +252 -0
- package/build/artifacts/contracts/interfaces/IWXBTRFLY.sol/IWXBTRFLY.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IWXBTRFLY.sol/IWXBTRFLY.json +119 -0
- package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.json +62 -0
- package/build/artifacts/contracts/interfaces/IYearnVault.sol/IYearnVault.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IYearnVault.sol/IYearnVault.json +62 -0
- package/build/artifacts/contracts/libraries/JoeLibrary.sol/JoeLibrary.dbg.json +4 -0
- package/build/artifacts/contracts/libraries/JoeLibrary.sol/JoeLibrary.json +10 -0
- package/build/artifacts/contracts/libraries/SCYIndex.sol/SCYIndexLib.dbg.json +4 -0
- package/build/artifacts/contracts/libraries/SCYIndex.sol/SCYIndexLib.json +10 -0
- package/build/artifacts/contracts/libraries/helpers/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +4 -0
- package/build/artifacts/contracts/libraries/helpers/ExpiryUtilsLib.sol/ExpiryUtils.json +10 -0
- package/build/artifacts/contracts/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +4 -0
- package/build/artifacts/contracts/libraries/math/LogExpMath.sol/LogExpMath.json +10 -0
- package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxLib.dbg.json +4 -0
- package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxLib.json +10 -0
- package/build/artifacts/contracts/libraries/math/MarketMathAux.sol/MarketMathAux.dbg.json +4 -0
- package/build/artifacts/contracts/libraries/math/MarketMathAux.sol/MarketMathAux.json +10 -0
- package/build/artifacts/contracts/libraries/math/MarketMathCore.sol/MarketMathCore.dbg.json +4 -0
- package/build/artifacts/contracts/libraries/math/MarketMathCore.sol/MarketMathCore.json +10 -0
- package/build/artifacts/contracts/libraries/math/Math.sol/Math.dbg.json +4 -0
- package/build/artifacts/contracts/libraries/math/Math.sol/Math.json +10 -0
- package/build/artifacts/contracts/periphery/PendleGovernanceManager.sol/PendleGovernanceManager.dbg.json +4 -0
- package/build/artifacts/contracts/periphery/PendleGovernanceManager.sol/PendleGovernanceManager.json +87 -0
- package/build/artifacts/contracts/periphery/PendleJoeSwapHelperUpg.sol/PendleJoeSwapHelperUpg.dbg.json +4 -0
- package/build/artifacts/contracts/periphery/PendleJoeSwapHelperUpg.sol/PendleJoeSwapHelperUpg.json +37 -0
- package/build/artifacts/contracts/periphery/PermissionsV2Upg.sol/PermissionsV2Upg.dbg.json +4 -0
- package/build/artifacts/contracts/periphery/PermissionsV2Upg.sol/PermissionsV2Upg.json +24 -0
- package/contracts/core/RouterStatic.sol +4 -4
- package/deployments/kovan.json +34 -0
- package/package.json +4 -2
- package/typechain-types/RouterStatic.ts +4 -4
- package/typechain-types/factories/RouterStatic__factory.ts +3 -3
|
@@ -0,0 +1,766 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "PendleBenQiErc20SCY",
|
|
4
|
+
"sourceName": "contracts/core/PendleSCYImpl/PendleBenQiErc20SCY.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": "uint8",
|
|
20
|
+
"name": "__scydecimals",
|
|
21
|
+
"type": "uint8"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"internalType": "uint8",
|
|
25
|
+
"name": "__assetDecimals",
|
|
26
|
+
"type": "uint8"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"internalType": "bytes32",
|
|
30
|
+
"name": "__assetId",
|
|
31
|
+
"type": "bytes32"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"internalType": "address",
|
|
35
|
+
"name": "_underlying",
|
|
36
|
+
"type": "address"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"internalType": "address",
|
|
40
|
+
"name": "_qiToken",
|
|
41
|
+
"type": "address"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"internalType": "address",
|
|
45
|
+
"name": "_comptroller",
|
|
46
|
+
"type": "address"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"internalType": "address",
|
|
50
|
+
"name": "_QI",
|
|
51
|
+
"type": "address"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"internalType": "address",
|
|
55
|
+
"name": "_WAVAX",
|
|
56
|
+
"type": "address"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"stateMutability": "nonpayable",
|
|
60
|
+
"type": "constructor"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"anonymous": false,
|
|
64
|
+
"inputs": [
|
|
65
|
+
{
|
|
66
|
+
"indexed": true,
|
|
67
|
+
"internalType": "address",
|
|
68
|
+
"name": "owner",
|
|
69
|
+
"type": "address"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"indexed": true,
|
|
73
|
+
"internalType": "address",
|
|
74
|
+
"name": "spender",
|
|
75
|
+
"type": "address"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"indexed": false,
|
|
79
|
+
"internalType": "uint256",
|
|
80
|
+
"name": "value",
|
|
81
|
+
"type": "uint256"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"name": "Approval",
|
|
85
|
+
"type": "event"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"anonymous": false,
|
|
89
|
+
"inputs": [
|
|
90
|
+
{
|
|
91
|
+
"indexed": true,
|
|
92
|
+
"internalType": "address",
|
|
93
|
+
"name": "user",
|
|
94
|
+
"type": "address"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"indexed": false,
|
|
98
|
+
"internalType": "uint256[]",
|
|
99
|
+
"name": "rewardsOut",
|
|
100
|
+
"type": "uint256[]"
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"name": "RedeemReward",
|
|
104
|
+
"type": "event"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"anonymous": false,
|
|
108
|
+
"inputs": [
|
|
109
|
+
{
|
|
110
|
+
"indexed": true,
|
|
111
|
+
"internalType": "address",
|
|
112
|
+
"name": "from",
|
|
113
|
+
"type": "address"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"indexed": true,
|
|
117
|
+
"internalType": "address",
|
|
118
|
+
"name": "to",
|
|
119
|
+
"type": "address"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"indexed": false,
|
|
123
|
+
"internalType": "uint256",
|
|
124
|
+
"name": "value",
|
|
125
|
+
"type": "uint256"
|
|
126
|
+
}
|
|
127
|
+
],
|
|
128
|
+
"name": "Transfer",
|
|
129
|
+
"type": "event"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"anonymous": false,
|
|
133
|
+
"inputs": [
|
|
134
|
+
{
|
|
135
|
+
"indexed": false,
|
|
136
|
+
"internalType": "uint256",
|
|
137
|
+
"name": "scyIndex",
|
|
138
|
+
"type": "uint256"
|
|
139
|
+
}
|
|
140
|
+
],
|
|
141
|
+
"name": "UpdateScyIndex",
|
|
142
|
+
"type": "event"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"inputs": [],
|
|
146
|
+
"name": "QI",
|
|
147
|
+
"outputs": [
|
|
148
|
+
{
|
|
149
|
+
"internalType": "address",
|
|
150
|
+
"name": "",
|
|
151
|
+
"type": "address"
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"stateMutability": "view",
|
|
155
|
+
"type": "function"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"inputs": [],
|
|
159
|
+
"name": "WAVAX",
|
|
160
|
+
"outputs": [
|
|
161
|
+
{
|
|
162
|
+
"internalType": "address",
|
|
163
|
+
"name": "",
|
|
164
|
+
"type": "address"
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"stateMutability": "view",
|
|
168
|
+
"type": "function"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"inputs": [
|
|
172
|
+
{
|
|
173
|
+
"internalType": "address",
|
|
174
|
+
"name": "owner",
|
|
175
|
+
"type": "address"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"internalType": "address",
|
|
179
|
+
"name": "spender",
|
|
180
|
+
"type": "address"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"name": "allowance",
|
|
184
|
+
"outputs": [
|
|
185
|
+
{
|
|
186
|
+
"internalType": "uint256",
|
|
187
|
+
"name": "",
|
|
188
|
+
"type": "uint256"
|
|
189
|
+
}
|
|
190
|
+
],
|
|
191
|
+
"stateMutability": "view",
|
|
192
|
+
"type": "function"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"inputs": [
|
|
196
|
+
{
|
|
197
|
+
"internalType": "address",
|
|
198
|
+
"name": "spender",
|
|
199
|
+
"type": "address"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"internalType": "uint256",
|
|
203
|
+
"name": "amount",
|
|
204
|
+
"type": "uint256"
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"name": "approve",
|
|
208
|
+
"outputs": [
|
|
209
|
+
{
|
|
210
|
+
"internalType": "bool",
|
|
211
|
+
"name": "",
|
|
212
|
+
"type": "bool"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"stateMutability": "nonpayable",
|
|
216
|
+
"type": "function"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"inputs": [],
|
|
220
|
+
"name": "assetDecimals",
|
|
221
|
+
"outputs": [
|
|
222
|
+
{
|
|
223
|
+
"internalType": "uint8",
|
|
224
|
+
"name": "",
|
|
225
|
+
"type": "uint8"
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"stateMutability": "view",
|
|
229
|
+
"type": "function"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"inputs": [],
|
|
233
|
+
"name": "assetId",
|
|
234
|
+
"outputs": [
|
|
235
|
+
{
|
|
236
|
+
"internalType": "bytes32",
|
|
237
|
+
"name": "",
|
|
238
|
+
"type": "bytes32"
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"stateMutability": "view",
|
|
242
|
+
"type": "function"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"inputs": [
|
|
246
|
+
{
|
|
247
|
+
"internalType": "address",
|
|
248
|
+
"name": "account",
|
|
249
|
+
"type": "address"
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"name": "balanceOf",
|
|
253
|
+
"outputs": [
|
|
254
|
+
{
|
|
255
|
+
"internalType": "uint256",
|
|
256
|
+
"name": "",
|
|
257
|
+
"type": "uint256"
|
|
258
|
+
}
|
|
259
|
+
],
|
|
260
|
+
"stateMutability": "view",
|
|
261
|
+
"type": "function"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"inputs": [],
|
|
265
|
+
"name": "comptroller",
|
|
266
|
+
"outputs": [
|
|
267
|
+
{
|
|
268
|
+
"internalType": "address",
|
|
269
|
+
"name": "",
|
|
270
|
+
"type": "address"
|
|
271
|
+
}
|
|
272
|
+
],
|
|
273
|
+
"stateMutability": "view",
|
|
274
|
+
"type": "function"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"inputs": [],
|
|
278
|
+
"name": "decimals",
|
|
279
|
+
"outputs": [
|
|
280
|
+
{
|
|
281
|
+
"internalType": "uint8",
|
|
282
|
+
"name": "",
|
|
283
|
+
"type": "uint8"
|
|
284
|
+
}
|
|
285
|
+
],
|
|
286
|
+
"stateMutability": "view",
|
|
287
|
+
"type": "function"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"inputs": [
|
|
291
|
+
{
|
|
292
|
+
"internalType": "address",
|
|
293
|
+
"name": "spender",
|
|
294
|
+
"type": "address"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"internalType": "uint256",
|
|
298
|
+
"name": "subtractedValue",
|
|
299
|
+
"type": "uint256"
|
|
300
|
+
}
|
|
301
|
+
],
|
|
302
|
+
"name": "decreaseAllowance",
|
|
303
|
+
"outputs": [
|
|
304
|
+
{
|
|
305
|
+
"internalType": "bool",
|
|
306
|
+
"name": "",
|
|
307
|
+
"type": "bool"
|
|
308
|
+
}
|
|
309
|
+
],
|
|
310
|
+
"stateMutability": "nonpayable",
|
|
311
|
+
"type": "function"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"inputs": [],
|
|
315
|
+
"name": "getBaseTokens",
|
|
316
|
+
"outputs": [
|
|
317
|
+
{
|
|
318
|
+
"internalType": "address[]",
|
|
319
|
+
"name": "res",
|
|
320
|
+
"type": "address[]"
|
|
321
|
+
}
|
|
322
|
+
],
|
|
323
|
+
"stateMutability": "view",
|
|
324
|
+
"type": "function"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"inputs": [
|
|
328
|
+
{
|
|
329
|
+
"internalType": "address",
|
|
330
|
+
"name": "rewardToken",
|
|
331
|
+
"type": "address"
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"name": "getGlobalReward",
|
|
335
|
+
"outputs": [
|
|
336
|
+
{
|
|
337
|
+
"internalType": "uint256",
|
|
338
|
+
"name": "index",
|
|
339
|
+
"type": "uint256"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"internalType": "uint256",
|
|
343
|
+
"name": "lastBalance",
|
|
344
|
+
"type": "uint256"
|
|
345
|
+
}
|
|
346
|
+
],
|
|
347
|
+
"stateMutability": "view",
|
|
348
|
+
"type": "function"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"inputs": [],
|
|
352
|
+
"name": "getRewardTokens",
|
|
353
|
+
"outputs": [
|
|
354
|
+
{
|
|
355
|
+
"internalType": "address[]",
|
|
356
|
+
"name": "res",
|
|
357
|
+
"type": "address[]"
|
|
358
|
+
}
|
|
359
|
+
],
|
|
360
|
+
"stateMutability": "view",
|
|
361
|
+
"type": "function"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"inputs": [
|
|
365
|
+
{
|
|
366
|
+
"internalType": "address",
|
|
367
|
+
"name": "user",
|
|
368
|
+
"type": "address"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"internalType": "address",
|
|
372
|
+
"name": "rewardToken",
|
|
373
|
+
"type": "address"
|
|
374
|
+
}
|
|
375
|
+
],
|
|
376
|
+
"name": "getUserReward",
|
|
377
|
+
"outputs": [
|
|
378
|
+
{
|
|
379
|
+
"internalType": "uint256",
|
|
380
|
+
"name": "lastIndex",
|
|
381
|
+
"type": "uint256"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"internalType": "uint256",
|
|
385
|
+
"name": "accruedReward",
|
|
386
|
+
"type": "uint256"
|
|
387
|
+
}
|
|
388
|
+
],
|
|
389
|
+
"stateMutability": "view",
|
|
390
|
+
"type": "function"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"inputs": [
|
|
394
|
+
{
|
|
395
|
+
"internalType": "address",
|
|
396
|
+
"name": "spender",
|
|
397
|
+
"type": "address"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"internalType": "uint256",
|
|
401
|
+
"name": "addedValue",
|
|
402
|
+
"type": "uint256"
|
|
403
|
+
}
|
|
404
|
+
],
|
|
405
|
+
"name": "increaseAllowance",
|
|
406
|
+
"outputs": [
|
|
407
|
+
{
|
|
408
|
+
"internalType": "bool",
|
|
409
|
+
"name": "",
|
|
410
|
+
"type": "bool"
|
|
411
|
+
}
|
|
412
|
+
],
|
|
413
|
+
"stateMutability": "nonpayable",
|
|
414
|
+
"type": "function"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"inputs": [
|
|
418
|
+
{
|
|
419
|
+
"internalType": "address",
|
|
420
|
+
"name": "token",
|
|
421
|
+
"type": "address"
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"name": "isValidBaseToken",
|
|
425
|
+
"outputs": [
|
|
426
|
+
{
|
|
427
|
+
"internalType": "bool",
|
|
428
|
+
"name": "",
|
|
429
|
+
"type": "bool"
|
|
430
|
+
}
|
|
431
|
+
],
|
|
432
|
+
"stateMutability": "view",
|
|
433
|
+
"type": "function"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"inputs": [],
|
|
437
|
+
"name": "lastRewardUpdateBlock",
|
|
438
|
+
"outputs": [
|
|
439
|
+
{
|
|
440
|
+
"internalType": "uint256",
|
|
441
|
+
"name": "",
|
|
442
|
+
"type": "uint256"
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"stateMutability": "view",
|
|
446
|
+
"type": "function"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"inputs": [
|
|
450
|
+
{
|
|
451
|
+
"internalType": "address",
|
|
452
|
+
"name": "receiver",
|
|
453
|
+
"type": "address"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"internalType": "address",
|
|
457
|
+
"name": "baseTokenIn",
|
|
458
|
+
"type": "address"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"internalType": "uint256",
|
|
462
|
+
"name": "amountBaseToPull",
|
|
463
|
+
"type": "uint256"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"internalType": "uint256",
|
|
467
|
+
"name": "minAmountScyOut",
|
|
468
|
+
"type": "uint256"
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"name": "mint",
|
|
472
|
+
"outputs": [
|
|
473
|
+
{
|
|
474
|
+
"internalType": "uint256",
|
|
475
|
+
"name": "amountScyOut",
|
|
476
|
+
"type": "uint256"
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"stateMutability": "nonpayable",
|
|
480
|
+
"type": "function"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"inputs": [
|
|
484
|
+
{
|
|
485
|
+
"internalType": "address",
|
|
486
|
+
"name": "receiver",
|
|
487
|
+
"type": "address"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"internalType": "address",
|
|
491
|
+
"name": "baseTokenIn",
|
|
492
|
+
"type": "address"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"internalType": "uint256",
|
|
496
|
+
"name": "minAmountScyOut",
|
|
497
|
+
"type": "uint256"
|
|
498
|
+
}
|
|
499
|
+
],
|
|
500
|
+
"name": "mintNoPull",
|
|
501
|
+
"outputs": [
|
|
502
|
+
{
|
|
503
|
+
"internalType": "uint256",
|
|
504
|
+
"name": "",
|
|
505
|
+
"type": "uint256"
|
|
506
|
+
}
|
|
507
|
+
],
|
|
508
|
+
"stateMutability": "nonpayable",
|
|
509
|
+
"type": "function"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"inputs": [],
|
|
513
|
+
"name": "name",
|
|
514
|
+
"outputs": [
|
|
515
|
+
{
|
|
516
|
+
"internalType": "string",
|
|
517
|
+
"name": "",
|
|
518
|
+
"type": "string"
|
|
519
|
+
}
|
|
520
|
+
],
|
|
521
|
+
"stateMutability": "view",
|
|
522
|
+
"type": "function"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"inputs": [],
|
|
526
|
+
"name": "qiToken",
|
|
527
|
+
"outputs": [
|
|
528
|
+
{
|
|
529
|
+
"internalType": "address",
|
|
530
|
+
"name": "",
|
|
531
|
+
"type": "address"
|
|
532
|
+
}
|
|
533
|
+
],
|
|
534
|
+
"stateMutability": "view",
|
|
535
|
+
"type": "function"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"inputs": [
|
|
539
|
+
{
|
|
540
|
+
"internalType": "address",
|
|
541
|
+
"name": "receiver",
|
|
542
|
+
"type": "address"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"internalType": "address",
|
|
546
|
+
"name": "baseTokenOut",
|
|
547
|
+
"type": "address"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"internalType": "uint256",
|
|
551
|
+
"name": "amountScyToPull",
|
|
552
|
+
"type": "uint256"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"internalType": "uint256",
|
|
556
|
+
"name": "minAmountBaseOut",
|
|
557
|
+
"type": "uint256"
|
|
558
|
+
}
|
|
559
|
+
],
|
|
560
|
+
"name": "redeem",
|
|
561
|
+
"outputs": [
|
|
562
|
+
{
|
|
563
|
+
"internalType": "uint256",
|
|
564
|
+
"name": "amountBaseOut",
|
|
565
|
+
"type": "uint256"
|
|
566
|
+
}
|
|
567
|
+
],
|
|
568
|
+
"stateMutability": "nonpayable",
|
|
569
|
+
"type": "function"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"inputs": [
|
|
573
|
+
{
|
|
574
|
+
"internalType": "address",
|
|
575
|
+
"name": "receiver",
|
|
576
|
+
"type": "address"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"internalType": "address",
|
|
580
|
+
"name": "baseTokenOut",
|
|
581
|
+
"type": "address"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"internalType": "uint256",
|
|
585
|
+
"name": "minAmountBaseOut",
|
|
586
|
+
"type": "uint256"
|
|
587
|
+
}
|
|
588
|
+
],
|
|
589
|
+
"name": "redeemNoPull",
|
|
590
|
+
"outputs": [
|
|
591
|
+
{
|
|
592
|
+
"internalType": "uint256",
|
|
593
|
+
"name": "",
|
|
594
|
+
"type": "uint256"
|
|
595
|
+
}
|
|
596
|
+
],
|
|
597
|
+
"stateMutability": "nonpayable",
|
|
598
|
+
"type": "function"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"inputs": [
|
|
602
|
+
{
|
|
603
|
+
"internalType": "address",
|
|
604
|
+
"name": "user",
|
|
605
|
+
"type": "address"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"name": "redeemReward",
|
|
609
|
+
"outputs": [
|
|
610
|
+
{
|
|
611
|
+
"internalType": "uint256[]",
|
|
612
|
+
"name": "outAmounts",
|
|
613
|
+
"type": "uint256[]"
|
|
614
|
+
}
|
|
615
|
+
],
|
|
616
|
+
"stateMutability": "nonpayable",
|
|
617
|
+
"type": "function"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"inputs": [],
|
|
621
|
+
"name": "scyIndexCurrent",
|
|
622
|
+
"outputs": [
|
|
623
|
+
{
|
|
624
|
+
"internalType": "uint256",
|
|
625
|
+
"name": "",
|
|
626
|
+
"type": "uint256"
|
|
627
|
+
}
|
|
628
|
+
],
|
|
629
|
+
"stateMutability": "nonpayable",
|
|
630
|
+
"type": "function"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"inputs": [],
|
|
634
|
+
"name": "scyIndexStored",
|
|
635
|
+
"outputs": [
|
|
636
|
+
{
|
|
637
|
+
"internalType": "uint256",
|
|
638
|
+
"name": "",
|
|
639
|
+
"type": "uint256"
|
|
640
|
+
}
|
|
641
|
+
],
|
|
642
|
+
"stateMutability": "view",
|
|
643
|
+
"type": "function"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"inputs": [],
|
|
647
|
+
"name": "symbol",
|
|
648
|
+
"outputs": [
|
|
649
|
+
{
|
|
650
|
+
"internalType": "string",
|
|
651
|
+
"name": "",
|
|
652
|
+
"type": "string"
|
|
653
|
+
}
|
|
654
|
+
],
|
|
655
|
+
"stateMutability": "view",
|
|
656
|
+
"type": "function"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"inputs": [],
|
|
660
|
+
"name": "totalSupply",
|
|
661
|
+
"outputs": [
|
|
662
|
+
{
|
|
663
|
+
"internalType": "uint256",
|
|
664
|
+
"name": "",
|
|
665
|
+
"type": "uint256"
|
|
666
|
+
}
|
|
667
|
+
],
|
|
668
|
+
"stateMutability": "view",
|
|
669
|
+
"type": "function"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"inputs": [
|
|
673
|
+
{
|
|
674
|
+
"internalType": "address",
|
|
675
|
+
"name": "to",
|
|
676
|
+
"type": "address"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"internalType": "uint256",
|
|
680
|
+
"name": "amount",
|
|
681
|
+
"type": "uint256"
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
"name": "transfer",
|
|
685
|
+
"outputs": [
|
|
686
|
+
{
|
|
687
|
+
"internalType": "bool",
|
|
688
|
+
"name": "",
|
|
689
|
+
"type": "bool"
|
|
690
|
+
}
|
|
691
|
+
],
|
|
692
|
+
"stateMutability": "nonpayable",
|
|
693
|
+
"type": "function"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"inputs": [
|
|
697
|
+
{
|
|
698
|
+
"internalType": "address",
|
|
699
|
+
"name": "from",
|
|
700
|
+
"type": "address"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"internalType": "address",
|
|
704
|
+
"name": "to",
|
|
705
|
+
"type": "address"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"internalType": "uint256",
|
|
709
|
+
"name": "amount",
|
|
710
|
+
"type": "uint256"
|
|
711
|
+
}
|
|
712
|
+
],
|
|
713
|
+
"name": "transferFrom",
|
|
714
|
+
"outputs": [
|
|
715
|
+
{
|
|
716
|
+
"internalType": "bool",
|
|
717
|
+
"name": "",
|
|
718
|
+
"type": "bool"
|
|
719
|
+
}
|
|
720
|
+
],
|
|
721
|
+
"stateMutability": "nonpayable",
|
|
722
|
+
"type": "function"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"inputs": [],
|
|
726
|
+
"name": "underlying",
|
|
727
|
+
"outputs": [
|
|
728
|
+
{
|
|
729
|
+
"internalType": "address",
|
|
730
|
+
"name": "",
|
|
731
|
+
"type": "address"
|
|
732
|
+
}
|
|
733
|
+
],
|
|
734
|
+
"stateMutability": "view",
|
|
735
|
+
"type": "function"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"inputs": [],
|
|
739
|
+
"name": "updateGlobalReward",
|
|
740
|
+
"outputs": [],
|
|
741
|
+
"stateMutability": "nonpayable",
|
|
742
|
+
"type": "function"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"inputs": [
|
|
746
|
+
{
|
|
747
|
+
"internalType": "address",
|
|
748
|
+
"name": "user",
|
|
749
|
+
"type": "address"
|
|
750
|
+
}
|
|
751
|
+
],
|
|
752
|
+
"name": "updateUserReward",
|
|
753
|
+
"outputs": [],
|
|
754
|
+
"stateMutability": "nonpayable",
|
|
755
|
+
"type": "function"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"stateMutability": "payable",
|
|
759
|
+
"type": "receive"
|
|
760
|
+
}
|
|
761
|
+
],
|
|
762
|
+
"bytecode": "0x6101806040523480156200001257600080fd5b50604051620032853803806200328583398101604081905262000035916200068c565b898989898984848484848484816003908051906020019062000059929190620004e1565b5080516200006f906004906020840190620004e1565b505060016005555060ff928316608052911660a05260c05250505050506001600160a01b03861615801592509050620000b057506001600160a01b03821615155b8015620000c557506001600160a01b03811615155b8015620000da57506001600160a01b03831615155b6200011b5760405162461bcd60e51b815260206004820152600c60248201526b7a65726f206164647265737360a01b60448201526064015b60405180910390fd5b6001600160a01b0384811661016081905283821661010052828216610120528482166101405290861660e0819052620001639160001962000173602090811b62000dbc17901c565b5050505050505050505062000879565b604051636eb1769f60e11b81523060048201526001600160a01b038381166024830152600091839186169063dd62ed3e9060440160206040518083038186803b158015620001c057600080fd5b505afa158015620001d5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620001fb919062000784565b6200020791906200079e565b604080516001600160a01b038616602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b0390811663095ea7b360e01b1790915291925062000263918691906200026916565b50505050565b6000620002c5826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166200034c60201b62000ea8179092919060201c565b805190915015620003475780806020019051810190620002e69190620007c5565b620003475760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b606482015260840162000112565b505050565b60606200035d848460008562000367565b90505b9392505050565b606082471015620003ca5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b606482015260840162000112565b6001600160a01b0385163b620004235760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640162000112565b600080866001600160a01b03168587604051620004419190620007e9565b60006040518083038185875af1925050503d806000811462000480576040519150601f19603f3d011682016040523d82523d6000602084013e62000485565b606091505b50909250905062000498828286620004a3565b979650505050505050565b60608315620004b457508162000360565b825115620004c55782518084602001fd5b8160405162461bcd60e51b815260040162000112919062000807565b828054620004ef906200083c565b90600052602060002090601f0160209004810192826200051357600085556200055e565b82601f106200052e57805160ff19168380011785556200055e565b828001600101855582156200055e579182015b828111156200055e57825182559160200191906001019062000541565b506200056c92915062000570565b5090565b5b808211156200056c576000815560010162000571565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620005ba578181015183820152602001620005a0565b83811115620002635750506000910152565b600082601f830112620005de57600080fd5b81516001600160401b0380821115620005fb57620005fb62000587565b604051601f8301601f19908116603f0116810190828211818310171562000626576200062662000587565b816040528381528660208588010111156200064057600080fd5b620006538460208301602089016200059d565b9695505050505050565b805160ff811681146200066f57600080fd5b919050565b80516001600160a01b03811681146200066f57600080fd5b6000806000806000806000806000806101408b8d031215620006ad57600080fd5b8a516001600160401b0380821115620006c557600080fd5b620006d38e838f01620005cc565b9b5060208d0151915080821115620006ea57600080fd5b50620006f98d828e01620005cc565b9950506200070a60408c016200065d565b97506200071a60608c016200065d565b965060808b015195506200073160a08c0162000674565b94506200074160c08c0162000674565b93506200075160e08c0162000674565b9250620007626101008c0162000674565b9150620007736101208c0162000674565b90509295989b9194979a5092959850565b6000602082840312156200079757600080fd5b5051919050565b60008219821115620007c057634e487b7160e01b600052601160045260246000fd5b500190565b600060208284031215620007d857600080fd5b815180151581146200036057600080fd5b60008251620007fd8184602087016200059d565b9190910192915050565b6020815260008251806020840152620008288160408501602087016200059d565b601f01601f19169190910160400192915050565b600181811c908216806200085157607f821691505b602082108114156200087357634e487b7160e01b600052602260045260246000fd5b50919050565b60805160a05160c05160e051610100516101205161014051610160516129286200095d600039600081816102ce01528181610a8601528181610c8401528181610cec01528181611a4001528181611a9801528181611b6101528181611d6001528181611db801528181611ea8015261203d0152600081816103d801528181612094015261211c0152600081816104800152610bda0152600081816103a40152610b8601526000818161042c01528181610ada01528181610c4901528181611b8a0152611e7f01526000610298015260006105d80152600061023701526129286000f3fe6080604052600436106101825760003560e01c806306fdde031461018e578063095ea7b3146101b957806318160ddd146101e957806323b872dd14610208578063313ce56714610228578063395093511461026957806344de240a14610289578063462e4cda146102bc5780634be47418146102fd5780635ab764ed1461031d5780635f22f53f146103925780635fe3b567146103c657806369889d3a146103fa5780636f307dc31461041a57806370a082311461044e57806373b295c21461046e5780637695caa2146104a25780638e37b269146104b957806395d89b41146104cf578063a457c2d7146104e4578063a9059cbb14610504578063b286de7614610524578063b3f1c93d14610551578063ba50154d14610571578063bed64c2f14610587578063c1129b1b146105a9578063c2d41601146105c9578063c4f59f9b146105fc578063c6d6916c14610611578063c9c0c08214610631578063dd62ed3e14610651578063f048181414610671578063f65d6fc8146106c457600080fd5b3661018957005b600080fd5b34801561019a57600080fd5b506101a36106d9565b6040516101b09190612487565b60405180910390f35b3480156101c557600080fd5b506101d96101d43660046124d6565b61076b565b60405190151581526020016101b0565b3480156101f557600080fd5b506002545b6040519081526020016101b0565b34801561021457600080fd5b506101d9610223366004612500565b610785565b34801561023457600080fd5b507f00000000000000000000000000000000000000000000000000000000000000005b60405160ff90911681526020016101b0565b34801561027557600080fd5b506101d96102843660046124d6565b6107ab565b34801561029557600080fd5b507f00000000000000000000000000000000000000000000000000000000000000006101fa565b3480156102c857600080fd5b506102f07f000000000000000000000000000000000000000000000000000000000000000081565b6040516101b0919061253c565b34801561030957600080fd5b506101fa610318366004612550565b6107ea565b34801561032957600080fd5b5061037d610338366004612592565b6001600160a01b039182166000908152600960209081526040808320939094168252918252829020825180840190935280548084526001909101549290910182905291565b604080519283526020830191909152016101b0565b34801561039e57600080fd5b506102f07f000000000000000000000000000000000000000000000000000000000000000081565b3480156103d257600080fd5b506102f07f000000000000000000000000000000000000000000000000000000000000000081565b34801561040657600080fd5b506101fa610415366004612500565b610842565b34801561042657600080fd5b506102f07f000000000000000000000000000000000000000000000000000000000000000081565b34801561045a57600080fd5b506101fa6104693660046125c5565b610884565b34801561047a57600080fd5b506102f07f000000000000000000000000000000000000000000000000000000000000000081565b3480156104ae57600080fd5b506104b761089f565b005b3480156104c557600080fd5b506101fa600a5481565b3480156104db57600080fd5b506101a36108d6565b3480156104f057600080fd5b506101d96104ff3660046124d6565b6108e5565b34801561051057600080fd5b506101d961051f3660046124d6565b610982565b34801561053057600080fd5b5061054461053f3660046125c5565b610990565b6040516101b091906125e0565b34801561055d57600080fd5b506101fa61056c366004612550565b610a1a565b34801561057d57600080fd5b506101fa60075481565b34801561059357600080fd5b5061059c610a64565b6040516101b09190612668565b3480156105b557600080fd5b506101fa6105c4366004612500565b610b2f565b3480156105d557600080fd5b507f0000000000000000000000000000000000000000000000000000000000000000610257565b34801561060857600080fd5b5061059c610b64565b34801561061d57600080fd5b506104b761062c3660046125c5565b610c0c565b34801561063d57600080fd5b506101d961064c3660046125c5565b610c45565b34801561065d57600080fd5b506101fa61066c366004612592565b610cbd565b34801561067d57600080fd5b5061037d61068c3660046125c5565b6001600160a01b0316600090815260086020908152604091829020825180840190935280548084526001909101549290910182905291565b3480156106d057600080fd5b506101fa610ce8565b6060600380546106e89061267b565b80601f01602080910402602001604051908101604052809291908181526020018280546107149061267b565b80156107615780601f1061073657610100808354040283529160200191610761565b820191906000526020600020905b81548152906001019060200180831161074457829003601f168201915b5050505050905090565b600033610779818585610ebf565b60019150505b92915050565b600033610793858285610fe3565b61079e858585611057565b60019150505b9392505050565b3360008181526001602090815260408083206001600160a01b038716845290915281205490919061077990829086906107e59087906126cc565b610ebf565b6000600260055414156108185760405162461bcd60e51b815260040161080f906126e4565b60405180910390fd5b6002600555610828333085610785565b5061083485858461121e565b600160055595945050505050565b6000600260055414156108675760405162461bcd60e51b815260040161080f906126e4565b60026005556108778484846112ad565b6001600555949350505050565b6001600160a01b031660009081526020819052604090205490565b600260055414156108c25760405162461bcd60e51b815260040161080f906126e4565b60026005556108cf611317565b6001600555565b6060600480546106e89061267b565b3360008181526001602090815260408083206001600160a01b03871684529091528120549091908381101561096a5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161080f565b6109778286868403610ebf565b506001949350505050565b600033610779818585611057565b6060600260055414156109b55760405162461bcd60e51b815260040161080f906126e4565b60026005556109c382611490565b6109cd82836114a4565b9050816001600160a01b03167f3a77fed7c9a4917745bde0b97b576d95b02425a5222ff309ebb6e1d34c18a10f82604051610a0891906125e0565b60405180910390a26001600555919050565b600060026005541415610a3f5760405162461bcd60e51b815260040161080f906126e4565b6002600555610a596001600160a01b038516333086611681565b6108348585846112ad565b60408051600280825260608083018452926020830190803683370190505090507f000000000000000000000000000000000000000000000000000000000000000081600081518110610ab857610ab8612731565b60200260200101906001600160a01b031690816001600160a01b0316815250507f000000000000000000000000000000000000000000000000000000000000000081600181518110610b0c57610b0c612731565b60200260200101906001600160a01b031690816001600160a01b03168152505090565b600060026005541415610b545760405162461bcd60e51b815260040161080f906126e4565b600260055561087784848461121e565b60408051600280825260608083018452926020830190803683370190505090507f000000000000000000000000000000000000000000000000000000000000000081600081518110610bb857610bb8612731565b60200260200101906001600160a01b031690816001600160a01b0316815250507f000000000000000000000000000000000000000000000000000000000000000081600181518110610b0c57610b0c612731565b60026005541415610c2f5760405162461bcd60e51b815260040161080f906126e4565b6002600555610c3d81611490565b506001600555565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316826001600160a01b0316148061077f57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316826001600160a01b03161492915050565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663bd6d894d6040518163ffffffff1660e01b8152600401602060405180830381600087803b158015610d4557600080fd5b505af1158015610d59573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d7d9190612747565b600a8190556040519081527fbccccf411823b290c704d60c85a456e04528fff86811afd664d6ebf56347f5859060200160405180910390a150600a5490565b604051636eb1769f60e11b81523060048201526001600160a01b038381166024830152600091839186169063dd62ed3e9060440160206040518083038186803b158015610e0857600080fd5b505afa158015610e1c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e409190612747565b610e4a91906126cc565b9050610ea28463095ea7b360e01b8584604051602401610e6b929190612760565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526116b9565b50505050565b6060610eb7848460008561178b565b949350505050565b6001600160a01b038316610f215760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161080f565b6001600160a01b038216610f825760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161080f565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6000610fef8484610cbd565b90506000198114610ea2578181101561104a5760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161080f565b610ea28484848403610ebf565b6001600160a01b0383166110bb5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161080f565b6001600160a01b03821661111d5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161080f565b6111288383836118bc565b6001600160a01b038316600090815260208190526040902054818110156111a05760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161080f565b6001600160a01b038085166000908152602081905260408082208585039055918516815290812080548492906111d79084906126cc565b92505081905550826001600160a01b0316846001600160a01b03166000805160206128d38339815191528460405161121191815260200190565b60405180910390a3610ea2565b600061122983610c45565b6112455760405162461bcd60e51b815260040161080f90612779565b600061125030610884565b905061125c30826118f4565b6112668482611a3c565b9150828210156112885760405162461bcd60e51b815260040161080f906127a5565b61129c6001600160a01b0385168684611bae565b6112a584611bcd565b509392505050565b60006112b883610c45565b6112d45760405162461bcd60e51b815260040161080f90612779565b60006112df84611c7e565b90506112eb8482611d5c565b91508282101561130d5760405162461bcd60e51b815260040161080f906127a5565b6112a58583611ecc565b61131f611fa6565b61132557565b61132d611fc2565b600061133761219b565b90506000611343610b64565b905061134e816121ab565b60005b815181101561148b57600082828151811061136e5761136e612731565b602002602001015190506000816001600160a01b03166370a08231306040518263ffffffff1660e01b81526004016113a6919061253c565b60206040518083038186803b1580156113be57600080fd5b505afa1580156113d2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113f69190612747565b9050841561145e576001600160a01b03821660009081526008602052604090206001015461143090869061142a90846127cf565b9061224e565b6001600160a01b038316600090815260086020526040812080549091906114589084906126cc565b90915550505b6001600160a01b03909116600090815260086020526040902060010155611484816127e6565b9050611351565b505050565b611498611317565b6114a18161227d565b50565b606060006114b0610b64565b905080516001600160401b038111156114cb576114cb61271b565b6040519080825280602002602001820160405280156114f4578160200160208202803683370190505b50915060005b815181101561167957600082828151811061151757611517612731565b6020026020010151905060096000876001600160a01b03166001600160a01b031681526020019081526020016000206000826001600160a01b03166001600160a01b031681526020019081526020016000206001015484838151811061157f5761157f612731565b6020908102919091018101919091526001600160a01b03808816600090815260098352604080822092851682529190925281206001015583518490839081106115ca576115ca612731565b602002602001015160086000836001600160a01b03166001600160a01b03168152602001908152602001600020600101600082825461160991906127cf565b9250508190555083828151811061162257611622612731565b6020026020010151600014611668576116688585848151811061164757611647612731565b6020026020010151836001600160a01b0316611bae9092919063ffffffff16565b50611672816127e6565b90506114fa565b505092915050565b6040516001600160a01b0380851660248301528316604482015260648101829052610ea29085906323b872dd60e01b90608401610e6b565b600061170e826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610ea89092919063ffffffff16565b80519091501561148b578080602001905181019061172c9190612801565b61148b5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b606482015260840161080f565b6060824710156117ec5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b606482015260840161080f565b6001600160a01b0385163b6118435760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161080f565b600080866001600160a01b0316858760405161185f9190612823565b60006040518083038185875af1925050503d806000811461189c576040519150601f19603f3d011682016040523d82523d6000602084013e6118a1565b606091505b50915091506118b18282866123f9565b979650505050505050565b6118c4611317565b6001600160a01b038316156118dc576118dc8361227d565b6001600160a01b0382161561148b5761148b8261227d565b6001600160a01b0382166119545760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161080f565b611960826000836118bc565b6001600160a01b038216600090815260208190526040902054818110156119d45760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161080f565b6001600160a01b0383166000908152602081905260408120838303905560028054849290611a039084906127cf565b90915550506040518281526000906001600160a01b038516906000805160206128d38339815191529060200160405180910390a3505050565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b03161415611a7f57508061077f565b60405163db006a7560e01b8152600481018390526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063db006a7590602401602060405180830381600087803b158015611ae457600080fd5b505af1158015611af8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b1c9190612747565b90508015611b5c5760405162461bcd60e51b815260206004820152600d60248201526c1c995919595b4819985a5b1959609a1b604482015260640161080f565b611b857f0000000000000000000000000000000000000000000000000000000000000000611bcd565b610eb77f0000000000000000000000000000000000000000000000000000000000000000611c7e565b61148b8363a9059cbb60e01b8484604051602401610e6b929190612760565b6001600160a01b038116301415611be657611be661283f565b6040516370a0823160e01b81526001600160a01b038216906370a0823190611c1290309060040161253c565b60206040518083038186803b158015611c2a57600080fd5b505afa158015611c3e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c629190612747565b6001600160a01b03909116600090815260066020526040902055565b60006001600160a01b038216301415611c9957611c9961283f565b6040516370a0823160e01b81526000906001600160a01b038416906370a0823190611cc890309060040161253c565b60206040518083038186803b158015611ce057600080fd5b505afa158015611cf4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d189190612747565b6001600160a01b038416600090815260066020526040902054909150611d3e90826127cf565b6001600160a01b039093166000908152600660205260409020555090565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b03161415611d9f57508061077f565b60405163140e25ad60e31b8152600481018390526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063a0712d6890602401602060405180830381600087803b158015611e0457600080fd5b505af1158015611e18573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e3c9190612747565b90508015611e7a5760405162461bcd60e51b815260206004820152600b60248201526a1b5a5b9d0819985a5b195960aa1b604482015260640161080f565b611ea37f0000000000000000000000000000000000000000000000000000000000000000611bcd565b610eb77f0000000000000000000000000000000000000000000000000000000000000000611c7e565b6001600160a01b038216611f225760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640161080f565b611f2e600083836118bc565b8060026000828254611f4091906126cc565b90915550506001600160a01b03821660009081526020819052604081208054839290611f6d9084906126cc565b90915550506040518181526001600160a01b038316906000906000805160206128d38339815191529060200160405180910390a35b5050565b6000436007541415611fb85750600090565b5043600755600190565b604080516001808252818301909252600091602080830190803683375050604080516001808252818301909252929350600092915060208083019080368337019050509050308260008151811061201b5761201b612731565b60200260200101906001600160a01b031690816001600160a01b0316815250507f00000000000000000000000000000000000000000000000000000000000000008160008151811061206f5761206f612731565b6001600160a01b039283166020918202929092010152604051638805714b60e01b81527f000000000000000000000000000000000000000000000000000000000000000090911690638805714b906120d590600090869086908390600190600401612855565b600060405180830381600087803b1580156120ef57600080fd5b505af1158015612103573d6000803e3d6000fd5b5050604051638805714b60e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169250638805714b915061215d90600190869086906000908490600401612855565b600060405180830381600087803b15801561217757600080fd5b505af115801561218b573d6000803e3d6000fd5b5050505047600014611fa2575050565b60006121a660025490565b905090565b60005b8151811015611fa257600860008383815181106121cd576121cd612731565b60200260200101516001600160a01b03166001600160a01b03168152602001908152602001600020600001546000141561223e5760016008600084848151811061221957612219612731565b6020908102919091018101516001600160a01b03168252810191909152604001600020555b612247816127e6565b90506121ae565b600080612263670de0b6b3a76400008561289d565b9050828181612274576122746128bc565b04949350505050565b6000612287610b64565b9050600061229483612432565b905060005b8251811015610ea25760008382815181106122b6576122b6612731565b6020908102919091018101516001600160a01b038088166000908152600984526040808220928416825291845281812054600890945220549092508114156122ff5750506123e9565b8061233b57506001600160a01b0390811660008181526008602090815260408083205494891683526009825280832093835292905220556123e9565b6001600160a01b03821660009081526008602052604081205461235f9083906127cf565b9050600061236d868361243d565b6001600160a01b03808a1660009081526009602090815260408083209389168352929052908120600101805492935083929091906123ac9084906126cc565b9091555050506001600160a01b03928316600081815260086020908152604080832054968b16835260098252808320938352929052209290925550505b6123f2816127e6565b9050612299565b606083156124085750816107a4565b8251156124185782518084602001fd5b8160405162461bcd60e51b815260040161080f9190612487565b600061077f82610884565b60008061244a838561289d565b9050670de0b6b3a764000081612274565b60005b8381101561247657818101518382015260200161245e565b83811115610ea25750506000910152565b60208152600082518060208401526124a681604085016020870161245b565b601f01601f19169190910160400192915050565b80356001600160a01b03811681146124d157600080fd5b919050565b600080604083850312156124e957600080fd5b6124f2836124ba565b946020939093013593505050565b60008060006060848603121561251557600080fd5b61251e846124ba565b925061252c602085016124ba565b9150604084013590509250925092565b6001600160a01b0391909116815260200190565b6000806000806080858703121561256657600080fd5b61256f856124ba565b935061257d602086016124ba565b93969395505050506040820135916060013590565b600080604083850312156125a557600080fd5b6125ae836124ba565b91506125bc602084016124ba565b90509250929050565b6000602082840312156125d757600080fd5b6107a4826124ba565b6020808252825182820181905260009190848201906040850190845b81811015612618578351835292840192918401916001016125fc565b50909695505050505050565b600081518084526020808501945080840160005b8381101561265d5781516001600160a01b031687529582019590820190600101612638565b509495945050505050565b6020815260006107a46020830184612624565b600181811c9082168061268f57607f821691505b602082108114156126b057634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b600082198211156126df576126df6126b6565b500190565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b60006020828403121561275957600080fd5b5051919050565b6001600160a01b03929092168252602082015260400190565b60208082526012908201527134b73b30b634b2103130b9b2903a37b5b2b760711b604082015260600190565b60208082526010908201526f1a5b9cdd59999a58da595b9d081bdd5d60821b604082015260600190565b6000828210156127e1576127e16126b6565b500390565b60006000198214156127fa576127fa6126b6565b5060010190565b60006020828403121561281357600080fd5b815180151581146107a457600080fd5b6000825161283581846020870161245b565b9190910192915050565b634e487b7160e01b600052600160045260246000fd5b60ff8616815260a06020820152600061287160a0830187612624565b82810360408401526128838187612624565b941515606084015250509015156080909101529392505050565b60008160001904831182151516156128b7576128b76126b6565b500290565b634e487b7160e01b600052601260045260246000fdfeddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa2646970667358221220938cdc2681574b201367cb53ca7f8739663be6b75ed6b5dd70fcce26b4e8403864736f6c63430008090033",
|
|
763
|
+
"deployedBytecode": "0x6080604052600436106101825760003560e01c806306fdde031461018e578063095ea7b3146101b957806318160ddd146101e957806323b872dd14610208578063313ce56714610228578063395093511461026957806344de240a14610289578063462e4cda146102bc5780634be47418146102fd5780635ab764ed1461031d5780635f22f53f146103925780635fe3b567146103c657806369889d3a146103fa5780636f307dc31461041a57806370a082311461044e57806373b295c21461046e5780637695caa2146104a25780638e37b269146104b957806395d89b41146104cf578063a457c2d7146104e4578063a9059cbb14610504578063b286de7614610524578063b3f1c93d14610551578063ba50154d14610571578063bed64c2f14610587578063c1129b1b146105a9578063c2d41601146105c9578063c4f59f9b146105fc578063c6d6916c14610611578063c9c0c08214610631578063dd62ed3e14610651578063f048181414610671578063f65d6fc8146106c457600080fd5b3661018957005b600080fd5b34801561019a57600080fd5b506101a36106d9565b6040516101b09190612487565b60405180910390f35b3480156101c557600080fd5b506101d96101d43660046124d6565b61076b565b60405190151581526020016101b0565b3480156101f557600080fd5b506002545b6040519081526020016101b0565b34801561021457600080fd5b506101d9610223366004612500565b610785565b34801561023457600080fd5b507f00000000000000000000000000000000000000000000000000000000000000005b60405160ff90911681526020016101b0565b34801561027557600080fd5b506101d96102843660046124d6565b6107ab565b34801561029557600080fd5b507f00000000000000000000000000000000000000000000000000000000000000006101fa565b3480156102c857600080fd5b506102f07f000000000000000000000000000000000000000000000000000000000000000081565b6040516101b0919061253c565b34801561030957600080fd5b506101fa610318366004612550565b6107ea565b34801561032957600080fd5b5061037d610338366004612592565b6001600160a01b039182166000908152600960209081526040808320939094168252918252829020825180840190935280548084526001909101549290910182905291565b604080519283526020830191909152016101b0565b34801561039e57600080fd5b506102f07f000000000000000000000000000000000000000000000000000000000000000081565b3480156103d257600080fd5b506102f07f000000000000000000000000000000000000000000000000000000000000000081565b34801561040657600080fd5b506101fa610415366004612500565b610842565b34801561042657600080fd5b506102f07f000000000000000000000000000000000000000000000000000000000000000081565b34801561045a57600080fd5b506101fa6104693660046125c5565b610884565b34801561047a57600080fd5b506102f07f000000000000000000000000000000000000000000000000000000000000000081565b3480156104ae57600080fd5b506104b761089f565b005b3480156104c557600080fd5b506101fa600a5481565b3480156104db57600080fd5b506101a36108d6565b3480156104f057600080fd5b506101d96104ff3660046124d6565b6108e5565b34801561051057600080fd5b506101d961051f3660046124d6565b610982565b34801561053057600080fd5b5061054461053f3660046125c5565b610990565b6040516101b091906125e0565b34801561055d57600080fd5b506101fa61056c366004612550565b610a1a565b34801561057d57600080fd5b506101fa60075481565b34801561059357600080fd5b5061059c610a64565b6040516101b09190612668565b3480156105b557600080fd5b506101fa6105c4366004612500565b610b2f565b3480156105d557600080fd5b507f0000000000000000000000000000000000000000000000000000000000000000610257565b34801561060857600080fd5b5061059c610b64565b34801561061d57600080fd5b506104b761062c3660046125c5565b610c0c565b34801561063d57600080fd5b506101d961064c3660046125c5565b610c45565b34801561065d57600080fd5b506101fa61066c366004612592565b610cbd565b34801561067d57600080fd5b5061037d61068c3660046125c5565b6001600160a01b0316600090815260086020908152604091829020825180840190935280548084526001909101549290910182905291565b3480156106d057600080fd5b506101fa610ce8565b6060600380546106e89061267b565b80601f01602080910402602001604051908101604052809291908181526020018280546107149061267b565b80156107615780601f1061073657610100808354040283529160200191610761565b820191906000526020600020905b81548152906001019060200180831161074457829003601f168201915b5050505050905090565b600033610779818585610ebf565b60019150505b92915050565b600033610793858285610fe3565b61079e858585611057565b60019150505b9392505050565b3360008181526001602090815260408083206001600160a01b038716845290915281205490919061077990829086906107e59087906126cc565b610ebf565b6000600260055414156108185760405162461bcd60e51b815260040161080f906126e4565b60405180910390fd5b6002600555610828333085610785565b5061083485858461121e565b600160055595945050505050565b6000600260055414156108675760405162461bcd60e51b815260040161080f906126e4565b60026005556108778484846112ad565b6001600555949350505050565b6001600160a01b031660009081526020819052604090205490565b600260055414156108c25760405162461bcd60e51b815260040161080f906126e4565b60026005556108cf611317565b6001600555565b6060600480546106e89061267b565b3360008181526001602090815260408083206001600160a01b03871684529091528120549091908381101561096a5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161080f565b6109778286868403610ebf565b506001949350505050565b600033610779818585611057565b6060600260055414156109b55760405162461bcd60e51b815260040161080f906126e4565b60026005556109c382611490565b6109cd82836114a4565b9050816001600160a01b03167f3a77fed7c9a4917745bde0b97b576d95b02425a5222ff309ebb6e1d34c18a10f82604051610a0891906125e0565b60405180910390a26001600555919050565b600060026005541415610a3f5760405162461bcd60e51b815260040161080f906126e4565b6002600555610a596001600160a01b038516333086611681565b6108348585846112ad565b60408051600280825260608083018452926020830190803683370190505090507f000000000000000000000000000000000000000000000000000000000000000081600081518110610ab857610ab8612731565b60200260200101906001600160a01b031690816001600160a01b0316815250507f000000000000000000000000000000000000000000000000000000000000000081600181518110610b0c57610b0c612731565b60200260200101906001600160a01b031690816001600160a01b03168152505090565b600060026005541415610b545760405162461bcd60e51b815260040161080f906126e4565b600260055561087784848461121e565b60408051600280825260608083018452926020830190803683370190505090507f000000000000000000000000000000000000000000000000000000000000000081600081518110610bb857610bb8612731565b60200260200101906001600160a01b031690816001600160a01b0316815250507f000000000000000000000000000000000000000000000000000000000000000081600181518110610b0c57610b0c612731565b60026005541415610c2f5760405162461bcd60e51b815260040161080f906126e4565b6002600555610c3d81611490565b506001600555565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316826001600160a01b0316148061077f57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316826001600160a01b03161492915050565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663bd6d894d6040518163ffffffff1660e01b8152600401602060405180830381600087803b158015610d4557600080fd5b505af1158015610d59573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d7d9190612747565b600a8190556040519081527fbccccf411823b290c704d60c85a456e04528fff86811afd664d6ebf56347f5859060200160405180910390a150600a5490565b604051636eb1769f60e11b81523060048201526001600160a01b038381166024830152600091839186169063dd62ed3e9060440160206040518083038186803b158015610e0857600080fd5b505afa158015610e1c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e409190612747565b610e4a91906126cc565b9050610ea28463095ea7b360e01b8584604051602401610e6b929190612760565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526116b9565b50505050565b6060610eb7848460008561178b565b949350505050565b6001600160a01b038316610f215760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161080f565b6001600160a01b038216610f825760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161080f565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6000610fef8484610cbd565b90506000198114610ea2578181101561104a5760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161080f565b610ea28484848403610ebf565b6001600160a01b0383166110bb5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161080f565b6001600160a01b03821661111d5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161080f565b6111288383836118bc565b6001600160a01b038316600090815260208190526040902054818110156111a05760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161080f565b6001600160a01b038085166000908152602081905260408082208585039055918516815290812080548492906111d79084906126cc565b92505081905550826001600160a01b0316846001600160a01b03166000805160206128d38339815191528460405161121191815260200190565b60405180910390a3610ea2565b600061122983610c45565b6112455760405162461bcd60e51b815260040161080f90612779565b600061125030610884565b905061125c30826118f4565b6112668482611a3c565b9150828210156112885760405162461bcd60e51b815260040161080f906127a5565b61129c6001600160a01b0385168684611bae565b6112a584611bcd565b509392505050565b60006112b883610c45565b6112d45760405162461bcd60e51b815260040161080f90612779565b60006112df84611c7e565b90506112eb8482611d5c565b91508282101561130d5760405162461bcd60e51b815260040161080f906127a5565b6112a58583611ecc565b61131f611fa6565b61132557565b61132d611fc2565b600061133761219b565b90506000611343610b64565b905061134e816121ab565b60005b815181101561148b57600082828151811061136e5761136e612731565b602002602001015190506000816001600160a01b03166370a08231306040518263ffffffff1660e01b81526004016113a6919061253c565b60206040518083038186803b1580156113be57600080fd5b505afa1580156113d2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113f69190612747565b9050841561145e576001600160a01b03821660009081526008602052604090206001015461143090869061142a90846127cf565b9061224e565b6001600160a01b038316600090815260086020526040812080549091906114589084906126cc565b90915550505b6001600160a01b03909116600090815260086020526040902060010155611484816127e6565b9050611351565b505050565b611498611317565b6114a18161227d565b50565b606060006114b0610b64565b905080516001600160401b038111156114cb576114cb61271b565b6040519080825280602002602001820160405280156114f4578160200160208202803683370190505b50915060005b815181101561167957600082828151811061151757611517612731565b6020026020010151905060096000876001600160a01b03166001600160a01b031681526020019081526020016000206000826001600160a01b03166001600160a01b031681526020019081526020016000206001015484838151811061157f5761157f612731565b6020908102919091018101919091526001600160a01b03808816600090815260098352604080822092851682529190925281206001015583518490839081106115ca576115ca612731565b602002602001015160086000836001600160a01b03166001600160a01b03168152602001908152602001600020600101600082825461160991906127cf565b9250508190555083828151811061162257611622612731565b6020026020010151600014611668576116688585848151811061164757611647612731565b6020026020010151836001600160a01b0316611bae9092919063ffffffff16565b50611672816127e6565b90506114fa565b505092915050565b6040516001600160a01b0380851660248301528316604482015260648101829052610ea29085906323b872dd60e01b90608401610e6b565b600061170e826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610ea89092919063ffffffff16565b80519091501561148b578080602001905181019061172c9190612801565b61148b5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b606482015260840161080f565b6060824710156117ec5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b606482015260840161080f565b6001600160a01b0385163b6118435760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161080f565b600080866001600160a01b0316858760405161185f9190612823565b60006040518083038185875af1925050503d806000811461189c576040519150601f19603f3d011682016040523d82523d6000602084013e6118a1565b606091505b50915091506118b18282866123f9565b979650505050505050565b6118c4611317565b6001600160a01b038316156118dc576118dc8361227d565b6001600160a01b0382161561148b5761148b8261227d565b6001600160a01b0382166119545760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161080f565b611960826000836118bc565b6001600160a01b038216600090815260208190526040902054818110156119d45760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161080f565b6001600160a01b0383166000908152602081905260408120838303905560028054849290611a039084906127cf565b90915550506040518281526000906001600160a01b038516906000805160206128d38339815191529060200160405180910390a3505050565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b03161415611a7f57508061077f565b60405163db006a7560e01b8152600481018390526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063db006a7590602401602060405180830381600087803b158015611ae457600080fd5b505af1158015611af8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b1c9190612747565b90508015611b5c5760405162461bcd60e51b815260206004820152600d60248201526c1c995919595b4819985a5b1959609a1b604482015260640161080f565b611b857f0000000000000000000000000000000000000000000000000000000000000000611bcd565b610eb77f0000000000000000000000000000000000000000000000000000000000000000611c7e565b61148b8363a9059cbb60e01b8484604051602401610e6b929190612760565b6001600160a01b038116301415611be657611be661283f565b6040516370a0823160e01b81526001600160a01b038216906370a0823190611c1290309060040161253c565b60206040518083038186803b158015611c2a57600080fd5b505afa158015611c3e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c629190612747565b6001600160a01b03909116600090815260066020526040902055565b60006001600160a01b038216301415611c9957611c9961283f565b6040516370a0823160e01b81526000906001600160a01b038416906370a0823190611cc890309060040161253c565b60206040518083038186803b158015611ce057600080fd5b505afa158015611cf4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d189190612747565b6001600160a01b038416600090815260066020526040902054909150611d3e90826127cf565b6001600160a01b039093166000908152600660205260409020555090565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b03161415611d9f57508061077f565b60405163140e25ad60e31b8152600481018390526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063a0712d6890602401602060405180830381600087803b158015611e0457600080fd5b505af1158015611e18573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e3c9190612747565b90508015611e7a5760405162461bcd60e51b815260206004820152600b60248201526a1b5a5b9d0819985a5b195960aa1b604482015260640161080f565b611ea37f0000000000000000000000000000000000000000000000000000000000000000611bcd565b610eb77f0000000000000000000000000000000000000000000000000000000000000000611c7e565b6001600160a01b038216611f225760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640161080f565b611f2e600083836118bc565b8060026000828254611f4091906126cc565b90915550506001600160a01b03821660009081526020819052604081208054839290611f6d9084906126cc565b90915550506040518181526001600160a01b038316906000906000805160206128d38339815191529060200160405180910390a35b5050565b6000436007541415611fb85750600090565b5043600755600190565b604080516001808252818301909252600091602080830190803683375050604080516001808252818301909252929350600092915060208083019080368337019050509050308260008151811061201b5761201b612731565b60200260200101906001600160a01b031690816001600160a01b0316815250507f00000000000000000000000000000000000000000000000000000000000000008160008151811061206f5761206f612731565b6001600160a01b039283166020918202929092010152604051638805714b60e01b81527f000000000000000000000000000000000000000000000000000000000000000090911690638805714b906120d590600090869086908390600190600401612855565b600060405180830381600087803b1580156120ef57600080fd5b505af1158015612103573d6000803e3d6000fd5b5050604051638805714b60e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169250638805714b915061215d90600190869086906000908490600401612855565b600060405180830381600087803b15801561217757600080fd5b505af115801561218b573d6000803e3d6000fd5b5050505047600014611fa2575050565b60006121a660025490565b905090565b60005b8151811015611fa257600860008383815181106121cd576121cd612731565b60200260200101516001600160a01b03166001600160a01b03168152602001908152602001600020600001546000141561223e5760016008600084848151811061221957612219612731565b6020908102919091018101516001600160a01b03168252810191909152604001600020555b612247816127e6565b90506121ae565b600080612263670de0b6b3a76400008561289d565b9050828181612274576122746128bc565b04949350505050565b6000612287610b64565b9050600061229483612432565b905060005b8251811015610ea25760008382815181106122b6576122b6612731565b6020908102919091018101516001600160a01b038088166000908152600984526040808220928416825291845281812054600890945220549092508114156122ff5750506123e9565b8061233b57506001600160a01b0390811660008181526008602090815260408083205494891683526009825280832093835292905220556123e9565b6001600160a01b03821660009081526008602052604081205461235f9083906127cf565b9050600061236d868361243d565b6001600160a01b03808a1660009081526009602090815260408083209389168352929052908120600101805492935083929091906123ac9084906126cc565b9091555050506001600160a01b03928316600081815260086020908152604080832054968b16835260098252808320938352929052209290925550505b6123f2816127e6565b9050612299565b606083156124085750816107a4565b8251156124185782518084602001fd5b8160405162461bcd60e51b815260040161080f9190612487565b600061077f82610884565b60008061244a838561289d565b9050670de0b6b3a764000081612274565b60005b8381101561247657818101518382015260200161245e565b83811115610ea25750506000910152565b60208152600082518060208401526124a681604085016020870161245b565b601f01601f19169190910160400192915050565b80356001600160a01b03811681146124d157600080fd5b919050565b600080604083850312156124e957600080fd5b6124f2836124ba565b946020939093013593505050565b60008060006060848603121561251557600080fd5b61251e846124ba565b925061252c602085016124ba565b9150604084013590509250925092565b6001600160a01b0391909116815260200190565b6000806000806080858703121561256657600080fd5b61256f856124ba565b935061257d602086016124ba565b93969395505050506040820135916060013590565b600080604083850312156125a557600080fd5b6125ae836124ba565b91506125bc602084016124ba565b90509250929050565b6000602082840312156125d757600080fd5b6107a4826124ba565b6020808252825182820181905260009190848201906040850190845b81811015612618578351835292840192918401916001016125fc565b50909695505050505050565b600081518084526020808501945080840160005b8381101561265d5781516001600160a01b031687529582019590820190600101612638565b509495945050505050565b6020815260006107a46020830184612624565b600181811c9082168061268f57607f821691505b602082108114156126b057634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b600082198211156126df576126df6126b6565b500190565b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b60006020828403121561275957600080fd5b5051919050565b6001600160a01b03929092168252602082015260400190565b60208082526012908201527134b73b30b634b2103130b9b2903a37b5b2b760711b604082015260600190565b60208082526010908201526f1a5b9cdd59999a58da595b9d081bdd5d60821b604082015260600190565b6000828210156127e1576127e16126b6565b500390565b60006000198214156127fa576127fa6126b6565b5060010190565b60006020828403121561281357600080fd5b815180151581146107a457600080fd5b6000825161283581846020870161245b565b9190910192915050565b634e487b7160e01b600052600160045260246000fd5b60ff8616815260a06020820152600061287160a0830187612624565b82810360408401526128838187612624565b941515606084015250509015156080909101529392505050565b60008160001904831182151516156128b7576128b76126b6565b500290565b634e487b7160e01b600052601260045260246000fdfeddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa2646970667358221220938cdc2681574b201367cb53ca7f8739663be6b75ed6b5dd70fcce26b4e8403864736f6c63430008090033",
|
|
764
|
+
"linkReferences": {},
|
|
765
|
+
"deployedLinkReferences": {}
|
|
766
|
+
}
|