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