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