1 | 1 | | {-# STDLIB_VERSION 6 #-} |
---|
2 | 2 | | {-# SCRIPT_TYPE ACCOUNT #-} |
---|
3 | 3 | | {-# CONTENT_TYPE DAPP #-} |
---|
4 | 4 | | let SCALE8 = 8 |
---|
5 | 5 | | |
---|
6 | 6 | | let MULT8 = 100000000 |
---|
7 | 7 | | |
---|
8 | 8 | | let SCALE18 = 18 |
---|
9 | 9 | | |
---|
10 | 10 | | let MULT18 = toBigInt(1000000000000000000) |
---|
11 | 11 | | |
---|
12 | 12 | | let POOLWEIGHTMULT = MULT8 |
---|
13 | 13 | | |
---|
14 | 14 | | let GWXvirtualPOOL = "GWXvirtualPOOL" |
---|
15 | 15 | | |
---|
16 | 16 | | let labelPoolsLp = "POOLS_LP" |
---|
17 | 17 | | |
---|
18 | 18 | | let defaultSpread = 2000000 |
---|
19 | 19 | | |
---|
20 | 20 | | let wavesString = "WAVES" |
---|
21 | 21 | | |
---|
22 | 22 | | let decimalsMultPrice = ((100 * 1000) * 1000) |
---|
23 | 23 | | |
---|
24 | 24 | | let SEP = "__" |
---|
25 | 25 | | |
---|
26 | 26 | | let EMPTY = "" |
---|
27 | 27 | | |
---|
28 | 28 | | let PoolActive = 1 |
---|
29 | 29 | | |
---|
30 | 30 | | let PoolPutDisabled = 2 |
---|
31 | 31 | | |
---|
32 | 32 | | let PoolMatcherDisabled = 3 |
---|
33 | 33 | | |
---|
34 | 34 | | let PoolShutdown = 4 |
---|
35 | 35 | | |
---|
36 | 36 | | let idxInternalAssetId = 1 |
---|
37 | 37 | | |
---|
38 | 38 | | let idxResutActions = 2 |
---|
39 | 39 | | |
---|
40 | 40 | | let idxIfAssetIdCalculationPerformed = 3 |
---|
41 | 41 | | |
---|
42 | 42 | | let idxPoolAddress = 1 |
---|
43 | 43 | | |
---|
44 | 44 | | let idxPoolStatus = 2 |
---|
45 | 45 | | |
---|
46 | 46 | | let idxPoolLPAssetId = 3 |
---|
47 | 47 | | |
---|
48 | 48 | | let idxAmtAssetId = 4 |
---|
49 | 49 | | |
---|
50 | 50 | | let idxPriceAssetId = 5 |
---|
51 | 51 | | |
---|
52 | 52 | | let idxAmtAssetDcm = 6 |
---|
53 | 53 | | |
---|
54 | 54 | | let idxPriceAssetDcm = 7 |
---|
55 | 55 | | |
---|
56 | 56 | | let idxIAmtAssetId = 8 |
---|
57 | 57 | | |
---|
58 | 58 | | let idxIPriceAssetId = 9 |
---|
59 | 59 | | |
---|
60 | 60 | | let idxLPAssetDcm = 10 |
---|
61 | 61 | | |
---|
62 | 62 | | let idxPoolType = 11 |
---|
63 | 63 | | |
---|
64 | 64 | | let poolLabelWxEmission = "WX_EMISSION" |
---|
65 | 65 | | |
---|
66 | 66 | | let validPoolLabels = [poolLabelWxEmission] |
---|
67 | 67 | | |
---|
68 | 68 | | func keyAllowedLpScriptHash () = "%s__allowedLpScriptHash" |
---|
69 | 69 | | |
---|
70 | 70 | | |
---|
71 | 71 | | func keyAllowedLpStableScriptHash () = "%s__allowedLpStableScriptHash" |
---|
72 | 72 | | |
---|
73 | 73 | | |
---|
74 | 74 | | func keyAllowedLpStableAddonScriptHash () = "%s__allowedLpStableAddonScriptHash" |
---|
75 | 75 | | |
---|
76 | 76 | | |
---|
77 | 77 | | func swapContract () = "%s__swapContract" |
---|
78 | 78 | | |
---|
79 | 79 | | |
---|
80 | 80 | | func keyFactoryConfig () = "%s__factoryConfig" |
---|
81 | 81 | | |
---|
82 | 82 | | |
---|
83 | 83 | | func keyLpTokensList () = "%s__lpTokensList" |
---|
84 | 84 | | |
---|
85 | 85 | | |
---|
86 | 86 | | func keyPoolScriptHash () = "%s%s__pool__scriptHash" |
---|
87 | 87 | | |
---|
88 | 88 | | |
---|
89 | 89 | | func keyMatcherPub () = "%s%s__matcher__publicKey" |
---|
90 | 90 | | |
---|
91 | 91 | | |
---|
92 | 92 | | func keyLegacyFactoryContract () = "%s__legacyFactoryContract" |
---|
93 | 93 | | |
---|
94 | 94 | | |
---|
95 | 95 | | func keyLegacyPools () = "%s__legacyPools" |
---|
96 | 96 | | |
---|
97 | 97 | | |
---|
98 | 98 | | func keyManagerPublicKey () = "%s__managerPublicKey" |
---|
99 | 99 | | |
---|
100 | 100 | | |
---|
101 | 101 | | func keyPendingManagerPublicKey () = "%s__pendingManagerPublicKey" |
---|
102 | 102 | | |
---|
103 | 103 | | |
---|
104 | 104 | | func keyAdminPubKeys () = "%s__adminPubKeys" |
---|
105 | 105 | | |
---|
106 | 106 | | |
---|
107 | 107 | | func keyAssetsStoreContract () = "%s__assetsStoreContract" |
---|
108 | 108 | | |
---|
109 | 109 | | |
---|
110 | 110 | | func keyVotingEmissionContract () = "%s__votingEmissionContract" |
---|
111 | 111 | | |
---|
112 | 112 | | |
---|
113 | 113 | | func keyPriceAssets () = makeString(["%s", "priceAssets"], SEP) |
---|
114 | 114 | | |
---|
115 | 115 | | |
---|
116 | 116 | | func keyPriceDecimals () = "%s__priceDecimals" |
---|
117 | 117 | | |
---|
118 | 118 | | |
---|
119 | 119 | | func keyAllPoolsShutdown () = "%s__shutdown" |
---|
120 | 120 | | |
---|
121 | 121 | | |
---|
122 | 122 | | func keyNextInternalAssetId () = "%s__nextInternalAssetId" |
---|
123 | 123 | | |
---|
124 | 124 | | |
---|
125 | 125 | | func keyPoolToWeight (poolAddress) = ("%s%s__poolWeight__" + poolAddress) |
---|
126 | 126 | | |
---|
127 | 127 | | |
---|
128 | 128 | | func keyPoolToWeightHistory (poolAddress,num) = ((("%s%s__poolWeight__" + poolAddress) + "__") + toString(num)) |
---|
129 | 129 | | |
---|
130 | 130 | | |
---|
131 | 131 | | func keyMappingsInternal2baseAssetId (internalBaseAsset) = ("%s%s%d__mappings__internal2baseAssetId__" + toString(internalBaseAsset)) |
---|
132 | 132 | | |
---|
133 | 133 | | |
---|
134 | 134 | | func keyMappingsBaseAsset2internalId (baseAssetStr) = ("%s%s%s__mappings__baseAsset2internalId__" + baseAssetStr) |
---|
135 | 135 | | |
---|
136 | 136 | | |
---|
137 | 137 | | func keyPoolConfig (amountAssetInternal,priceAssetInternal) = (((("%d%d%s__" + amountAssetInternal) + "__") + priceAssetInternal) + "__config") |
---|
138 | 138 | | |
---|
139 | 139 | | |
---|
140 | 140 | | func keyPoolOneTokenOperationsDisabled (assetsInternal) = { |
---|
141 | 141 | | let $t037263788 = assetsInternal |
---|
142 | 142 | | let amountAssetInternal = $t037263788._1 |
---|
143 | 143 | | let priceAssetInternal = $t037263788._2 |
---|
144 | 144 | | makeString(["%d%d%s", toString(amountAssetInternal), toString(priceAssetInternal), "oneTokenOperationsDisabled"], SEP) |
---|
145 | 145 | | } |
---|
146 | 146 | | |
---|
147 | 147 | | |
---|
148 | 148 | | func keyAllPoolsOneTokenOperationsDisabled () = makeString(["%s", "oneTokenOperationsDisabled"], SEP) |
---|
149 | 149 | | |
---|
150 | 150 | | |
---|
151 | 151 | | func keyMappingLpAssetToPoolAssets (lpAssetStr) = (("%s%s%s__" + lpAssetStr) + "__mappings__lpAsset2Pool") |
---|
152 | 152 | | |
---|
153 | 153 | | |
---|
154 | 154 | | func keyMappingPoolAssetsToLpasset (internalAmountAssetIdStr,internalPriceAssetIdStr) = (((("%d%d%s%s__" + internalAmountAssetIdStr) + "__") + internalPriceAssetIdStr) + "__mappings__PoolAssets2LpAsset") |
---|
155 | 155 | | |
---|
156 | 156 | | |
---|
157 | 157 | | func keyPoolSpread (poolAddress) = ("%s%s__spread__" + poolAddress) |
---|
158 | 158 | | |
---|
159 | 159 | | |
---|
160 | 160 | | func keyMappingPoolContractAddressToPoolAssets (poolContractAddress) = (("%s%s%s__" + poolContractAddress) + "__mappings__poolContract2PoolAssets") |
---|
161 | 161 | | |
---|
162 | 162 | | |
---|
163 | 163 | | func keyMappingPoolAssetsToPoolContractAddress (internalAmountAssetIdStr,internalPriceAssetIdStr) = (((("%d%d%s%s__" + toString(internalAmountAssetIdStr)) + "__") + toString(internalPriceAssetIdStr)) + "__mappings__poolAssets2PoolContract") |
---|
164 | 164 | | |
---|
165 | 165 | | |
---|
166 | 166 | | func keyMappingPoolContractToLPAsset (poolContractAddress) = (("%s%s%s__" + poolContractAddress) + "__mappings__poolContract2LpAsset") |
---|
167 | 167 | | |
---|
168 | 168 | | |
---|
169 | 169 | | func keyMappingPoolLPAssetToPoolContractAddress (lpAssetStr) = (("%s%s%s__" + lpAssetStr) + "__mappings__lpAsset2PoolContract") |
---|
170 | 170 | | |
---|
171 | 171 | | |
---|
172 | 172 | | func keyWxEmission (amountAssetId,priceAssetId) = ((("%s%s%s__wxEmission__" + amountAssetId) + "__") + priceAssetId) |
---|
173 | 173 | | |
---|
174 | 174 | | |
---|
175 | 175 | | func keyInFee (poolAddress) = ("%s%s__inFee__" + poolAddress) |
---|
176 | 176 | | |
---|
177 | 177 | | |
---|
178 | 178 | | func keyInFeeDefault () = "%s__inFeeDefault" |
---|
179 | 179 | | |
---|
180 | 180 | | |
---|
181 | 181 | | func keyOutFee (poolAddress) = ("%s%s__outFee__" + poolAddress) |
---|
182 | 182 | | |
---|
183 | 183 | | |
---|
184 | 184 | | func keyOutFeeDefault () = "%s__outFeeDefault" |
---|
185 | 185 | | |
---|
186 | 186 | | |
---|
187 | 187 | | func getStringOrFail (key) = valueOrErrorMessage(getString(this, key), ("No data for this.key=" + key)) |
---|
188 | 188 | | |
---|
189 | 189 | | |
---|
190 | 190 | | func getBooleanOrFail (key) = valueOrErrorMessage(getBoolean(this, key), ("No data for this.key=" + key)) |
---|
191 | 191 | | |
---|
192 | 192 | | |
---|
193 | 193 | | func getIntOrFail (key) = valueOrErrorMessage(getInteger(this, key), ("No data for this.key=" + key)) |
---|
194 | 194 | | |
---|
195 | 195 | | |
---|
196 | 196 | | func parseAssetId (input) = if ((input == wavesString)) |
---|
197 | 197 | | then unit |
---|
198 | 198 | | else fromBase58String(input) |
---|
199 | 199 | | |
---|
200 | 200 | | |
---|
201 | 201 | | let IdxFactoryCfgStakingDapp = 1 |
---|
202 | 202 | | |
---|
203 | 203 | | let IdxFactoryCfgBoostingDapp = 2 |
---|
204 | 204 | | |
---|
205 | 205 | | let IdxFactoryCfgIdoDapp = 3 |
---|
206 | 206 | | |
---|
207 | 207 | | let IdxFactoryCfgTeamDapp = 4 |
---|
208 | 208 | | |
---|
209 | 209 | | let IdxFactoryCfgEmissionDapp = 5 |
---|
210 | 210 | | |
---|
211 | 211 | | let IdxFactoryCfgRestDapp = 6 |
---|
212 | 212 | | |
---|
213 | 213 | | let IdxFactoryCfgSlippageDapp = 7 |
---|
214 | 214 | | |
---|
215 | 215 | | let IdxFactoryCfgDaoDapp = 8 |
---|
216 | 216 | | |
---|
217 | 217 | | let IdxFactoryCfgMarketingDapp = 9 |
---|
218 | 218 | | |
---|
219 | 219 | | let IdxFactoryCfgGwxRewardDapp = 10 |
---|
220 | 220 | | |
---|
221 | 221 | | let IdxFactoryCfgBirdsDapp = 11 |
---|
222 | 222 | | |
---|
223 | 223 | | func getBoostingAddressOrFail (factoryCfg) = addressFromStringValue(factoryCfg[IdxFactoryCfgBoostingDapp]) |
---|
224 | 224 | | |
---|
225 | 225 | | |
---|
226 | 226 | | func getEmissionAddressOrFail (factoryCfg) = addressFromStringValue(factoryCfg[IdxFactoryCfgEmissionDapp]) |
---|
227 | 227 | | |
---|
228 | 228 | | |
---|
229 | 229 | | func getStakingAddressOrFail (factoryCfg) = addressFromStringValue(factoryCfg[IdxFactoryCfgStakingDapp]) |
---|
230 | 230 | | |
---|
231 | 231 | | |
---|
232 | 232 | | func getGwxRewardAddressOrFail (factoryCfg) = addressFromStringValue(factoryCfg[IdxFactoryCfgGwxRewardDapp]) |
---|
233 | 233 | | |
---|
234 | 234 | | |
---|
235 | 235 | | func getPriceAssets () = match getString(keyPriceAssets()) { |
---|
236 | 236 | | case s: String => |
---|
237 | 237 | | if ((size(s) == 0)) |
---|
238 | 238 | | then nil |
---|
239 | 239 | | else split(s, SEP) |
---|
240 | 240 | | case _ => |
---|
241 | 241 | | nil |
---|
242 | 242 | | } |
---|
243 | 243 | | |
---|
244 | 244 | | |
---|
245 | 245 | | func managerPublicKeyOrUnit () = match getString(keyManagerPublicKey()) { |
---|
246 | 246 | | case s: String => |
---|
247 | 247 | | fromBase58String(s) |
---|
248 | 248 | | case _: Unit => |
---|
249 | 249 | | unit |
---|
250 | 250 | | case _ => |
---|
251 | 251 | | throw("Match error") |
---|
252 | 252 | | } |
---|
253 | 253 | | |
---|
254 | 254 | | |
---|
255 | 255 | | func pendingManagerPublicKeyOrUnit () = match getString(keyPendingManagerPublicKey()) { |
---|
256 | 256 | | case s: String => |
---|
257 | 257 | | fromBase58String(s) |
---|
258 | 258 | | case _: Unit => |
---|
259 | 259 | | unit |
---|
260 | 260 | | case _ => |
---|
261 | 261 | | throw("Match error") |
---|
262 | 262 | | } |
---|
263 | 263 | | |
---|
264 | 264 | | |
---|
265 | 265 | | let permissionDeniedError = throw("Permission denied") |
---|
266 | 266 | | |
---|
267 | 267 | | let testError = throw("Test error here") |
---|
268 | 268 | | |
---|
269 | 269 | | func mustThis (i) = if ((i.caller == this)) |
---|
270 | 270 | | then true |
---|
271 | 271 | | else permissionDeniedError |
---|
272 | 272 | | |
---|
273 | 273 | | |
---|
274 | 274 | | func mustManager (i) = match managerPublicKeyOrUnit() { |
---|
275 | 275 | | case pk: ByteVector => |
---|
276 | 276 | | if ((i.callerPublicKey == pk)) |
---|
277 | 277 | | then true |
---|
278 | 278 | | else permissionDeniedError |
---|
279 | 279 | | case _: Unit => |
---|
280 | 280 | | mustThis(i) |
---|
281 | 281 | | case _ => |
---|
282 | 282 | | throw("Match error") |
---|
283 | 283 | | } |
---|
284 | 284 | | |
---|
285 | 285 | | |
---|
286 | 286 | | func dataFactoryCfgV3 (stakingAddress,boostingAddress,idoContract,teamContract,emissionContract,restContract,slippageContract,daoContract,marketingContract,gwxRewardsContract,birdsContract) = makeString(["%s%s%s%s%s%s%s%s%s%s%s", stakingAddress, boostingAddress, idoContract, teamContract, emissionContract, restContract, slippageContract, daoContract, marketingContract, gwxRewardsContract, birdsContract], SEP) |
---|
287 | 287 | | |
---|
288 | 288 | | |
---|
289 | 289 | | func dataFactoryCfg (stakingAddress,boostingAddress,idoContract,teamContract,emissionContract,restContract,slippageContract) = makeString(["%s%s%s%s%s%s", stakingAddress, boostingAddress, idoContract, teamContract, emissionContract, restContract, slippageContract], SEP) |
---|
290 | 290 | | |
---|
291 | 291 | | |
---|
292 | 292 | | func dataPoolCfg (poolAddress,poolStatus,lpAssetId,amountAssetStr,priceAssetStr,amountAssetDecimals,priceAssetDecimals,amountAssetInternalId,priceAssetInternalId,lpAssetDecimals,poolType) = makeString(["%s%d%s%s%s%d%d%d%d%d%s", poolAddress, poolStatus, lpAssetId, amountAssetStr, priceAssetStr, toString(amountAssetDecimals), toString(priceAssetDecimals), toString(amountAssetInternalId), toString(priceAssetInternalId), toString(lpAssetDecimals), poolType], SEP) |
---|
293 | 293 | | |
---|
294 | 294 | | |
---|
295 | 295 | | func dataMappingPoolAssets (internalAmountAssetStr,internalPriceAssetStr) = makeString(["%d%d", toString(internalAmountAssetStr), toString(internalPriceAssetStr)], SEP) |
---|
296 | 296 | | |
---|
297 | 297 | | |
---|
298 | 298 | | func getPoolConfig (poolAddress) = { |
---|
299 | 299 | | let poolAssets = split(getStringOrFail(keyMappingPoolContractAddressToPoolAssets(poolAddress)), SEP) |
---|
300 | 300 | | let amountAssetInternal = poolAssets[1] |
---|
301 | 301 | | let priceAssetInternal = poolAssets[2] |
---|
302 | 302 | | split(getStringOrFail(keyPoolConfig(amountAssetInternal, priceAssetInternal)), SEP) |
---|
303 | 303 | | } |
---|
304 | 304 | | |
---|
305 | 305 | | |
---|
306 | 306 | | func getInternalAssetIdOrCreate (assetIdStr,incrementor) = { |
---|
307 | 307 | | let internalAssetId = valueOrElse(getInteger(this, keyMappingsBaseAsset2internalId(assetIdStr)), 0) |
---|
308 | 308 | | let currentIndexOfInternalId = valueOrElse(getInteger(this, keyNextInternalAssetId()), 0) |
---|
309 | 309 | | let result = if ((internalAssetId == 0)) |
---|
310 | 310 | | then { |
---|
311 | 311 | | let newInternalAssetId = (currentIndexOfInternalId + incrementor) |
---|
312 | 312 | | $Tuple3(newInternalAssetId, [IntegerEntry(keyNextInternalAssetId(), newInternalAssetId), IntegerEntry(keyMappingsBaseAsset2internalId(assetIdStr), newInternalAssetId), StringEntry(keyMappingsInternal2baseAssetId(newInternalAssetId), assetIdStr)], true) |
---|
313 | 313 | | } |
---|
314 | 314 | | else $Tuple3(internalAssetId, nil, false) |
---|
315 | 315 | | result |
---|
316 | 316 | | } |
---|
317 | 317 | | |
---|
318 | 318 | | |
---|
319 | 319 | | func mustAdmin (i) = { |
---|
320 | 320 | | let adminPKs = split(valueOrElse(getString(keyAdminPubKeys()), EMPTY), SEP) |
---|
321 | 321 | | if (containsElement(adminPKs, toBase58String(i.callerPublicKey))) |
---|
322 | 322 | | then true |
---|
323 | 323 | | else { |
---|
324 | 324 | | let isManager = mustManager(i) |
---|
325 | 325 | | if ((isManager == isManager)) |
---|
326 | 326 | | then true |
---|
327 | 327 | | else throw("Strict value is not equal to itself.") |
---|
328 | 328 | | } |
---|
329 | 329 | | } |
---|
330 | 330 | | |
---|
331 | 331 | | |
---|
332 | 332 | | func intOrDefaultOrFallback (key,keyDefault,valueFallback) = valueOrElse(getInteger(this, key), valueOrElse(getInteger(this, keyDefault), valueFallback)) |
---|
333 | 333 | | |
---|
334 | 334 | | |
---|
335 | 335 | | func poolExistsInternal (amountAssetId,priceAssetId) = { |
---|
336 | 336 | | let amountAssetInternal = getInteger(keyMappingsBaseAsset2internalId(amountAssetId)) |
---|
337 | 337 | | let priceAssetInternal = getInteger(keyMappingsBaseAsset2internalId(priceAssetId)) |
---|
338 | 338 | | if (if ((amountAssetInternal == unit)) |
---|
339 | 339 | | then true |
---|
340 | 340 | | else (priceAssetInternal == unit)) |
---|
341 | 341 | | then false |
---|
342 | 342 | | else { |
---|
343 | 343 | | let amAs = toString(value(amountAssetInternal)) |
---|
344 | 344 | | let prAs = toString(value(priceAssetInternal)) |
---|
345 | 345 | | let cfg = getString(keyPoolConfig(amAs, prAs)) |
---|
346 | 346 | | let cfgReverse = getString(keyPoolConfig(prAs, amAs)) |
---|
347 | 347 | | let exists = if ((cfg != unit)) |
---|
348 | 348 | | then true |
---|
349 | 349 | | else (cfgReverse != unit) |
---|
350 | 350 | | exists |
---|
351 | 351 | | } |
---|
352 | 352 | | } |
---|
353 | 353 | | |
---|
354 | 354 | | |
---|
355 | 355 | | @Callable(i) |
---|
356 | 356 | | func getSwapContractREADONLY () = $Tuple2(nil, getStringOrFail(swapContract())) |
---|
357 | 357 | | |
---|
358 | 358 | | |
---|
359 | 359 | | |
---|
360 | 360 | | @Callable(i) |
---|
361 | 361 | | func getLpAssetFromPoolAssetsREADONLY (asset1,asset2) = if (if ((asset1 == "8LQW8f7P5d5PZM7GtZEBgaqRPGSzS3DfPuiXrURJ4AJS")) |
---|
362 | 362 | | then (asset2 == "WAVES") |
---|
363 | 363 | | else false) |
---|
364 | 364 | | then $Tuple2(nil, unit) |
---|
365 | 365 | | else { |
---|
366 | 366 | | let assetNum1 = value(getInteger(this, keyMappingsBaseAsset2internalId(asset1))) |
---|
367 | 367 | | let assetNum2 = value(getInteger(this, keyMappingsBaseAsset2internalId(asset2))) |
---|
368 | 368 | | let ee = getString(this, keyMappingPoolAssetsToLpasset(toString(assetNum1), toString(assetNum2))) |
---|
369 | 369 | | let res = if ((ee == unit)) |
---|
370 | 370 | | then unit |
---|
371 | 371 | | else drop(value(ee), 4) |
---|
372 | 372 | | $Tuple2(nil, res) |
---|
373 | 373 | | } |
---|
374 | 374 | | |
---|
375 | 375 | | |
---|
376 | 376 | | |
---|
377 | 377 | | @Callable(i) |
---|
378 | 378 | | func getPoolAddressFromLpAssetREADONLY (lp) = $Tuple2(nil, valueOrElse(getString(this, keyMappingPoolLPAssetToPoolContractAddress(lp)), "")) |
---|
379 | 379 | | |
---|
380 | 380 | | |
---|
381 | 381 | | |
---|
382 | 382 | | @Callable(i) |
---|
383 | 383 | | func constructor (stakingContract,boostingContract,idoContract,teamContract,emissionContract,restContract,slpipageContract,priceDecimals) = { |
---|
384 | 384 | | let checkCaller = mustManager(i) |
---|
385 | 385 | | if ((checkCaller == checkCaller)) |
---|
386 | 386 | | then [StringEntry(keyFactoryConfig(), dataFactoryCfg(stakingContract, boostingContract, idoContract, teamContract, emissionContract, restContract, slpipageContract)), IntegerEntry(keyPriceDecimals(), priceDecimals)] |
---|
387 | 387 | | else throw("Strict value is not equal to itself.") |
---|
388 | 388 | | } |
---|
389 | 389 | | |
---|
390 | 390 | | |
---|
391 | 391 | | |
---|
392 | 392 | | @Callable(i) |
---|
393 | 393 | | func constructorV2 (mathcherPub58Str) = { |
---|
394 | 394 | | let checkCaller = mustManager(i) |
---|
395 | 395 | | if ((checkCaller == checkCaller)) |
---|
396 | 396 | | then { |
---|
397 | 397 | | let mathcerPub = addressFromPublicKey(fromBase58String(mathcherPub58Str)) |
---|
398 | 398 | | if ((mathcerPub == mathcerPub)) |
---|
399 | 399 | | then [StringEntry(keyMatcherPub(), mathcherPub58Str)] |
---|
400 | 400 | | else throw("Strict value is not equal to itself.") |
---|
401 | 401 | | } |
---|
402 | 402 | | else throw("Strict value is not equal to itself.") |
---|
403 | 403 | | } |
---|
404 | 404 | | |
---|
405 | 405 | | |
---|
406 | 406 | | |
---|
407 | 407 | | @Callable(i) |
---|
408 | 408 | | func constructorV3 (daoContract,marketingContract,gwxRewardsContract,birdsContract) = { |
---|
409 | 409 | | let checkCaller = mustManager(i) |
---|
410 | 410 | | if ((checkCaller == checkCaller)) |
---|
411 | 411 | | then { |
---|
412 | 412 | | let factoryCfg = split(getStringOrFail(keyFactoryConfig()), SEP) |
---|
413 | 413 | | [StringEntry(keyFactoryConfig(), dataFactoryCfgV3(factoryCfg[1], factoryCfg[2], factoryCfg[3], factoryCfg[4], factoryCfg[5], factoryCfg[6], factoryCfg[7], daoContract, marketingContract, gwxRewardsContract, birdsContract))] |
---|
414 | 414 | | } |
---|
415 | 415 | | else throw("Strict value is not equal to itself.") |
---|
416 | 416 | | } |
---|
417 | 417 | | |
---|
418 | 418 | | |
---|
419 | 419 | | |
---|
420 | 420 | | @Callable(i) |
---|
421 | 421 | | func constructorV4 (legacyFactoryContract,legacyPools) = { |
---|
422 | 422 | | let checkCaller = mustManager(i) |
---|
423 | 423 | | if ((checkCaller == checkCaller)) |
---|
424 | 424 | | then [StringEntry(keyLegacyFactoryContract(), legacyFactoryContract), StringEntry(keyLegacyPools(), makeString(legacyPools, SEP))] |
---|
425 | 425 | | else throw("Strict value is not equal to itself.") |
---|
426 | 426 | | } |
---|
427 | 427 | | |
---|
428 | 428 | | |
---|
429 | 429 | | |
---|
430 | 430 | | @Callable(i) |
---|
431 | 431 | | func constructorV5 (assetsStoreContract) = { |
---|
432 | 432 | | let checkCaller = mustManager(i) |
---|
433 | 433 | | if ((checkCaller == checkCaller)) |
---|
434 | 434 | | then [StringEntry(keyAssetsStoreContract(), assetsStoreContract)] |
---|
435 | 435 | | else throw("Strict value is not equal to itself.") |
---|
436 | 436 | | } |
---|
437 | 437 | | |
---|
438 | 438 | | |
---|
439 | 439 | | |
---|
440 | 440 | | @Callable(i) |
---|
441 | 441 | | func constructorV6 (votingEmissionContract,priceAssets) = { |
---|
442 | 442 | | let cheks = [mustManager(i), if ((addressFromString(votingEmissionContract) != unit)) |
---|
443 | 443 | | then true |
---|
444 | 444 | | else "invalid voting emission contract address"] |
---|
445 | 445 | | if ((cheks == cheks)) |
---|
446 | 446 | | then [StringEntry(keyVotingEmissionContract(), votingEmissionContract), StringEntry(keyPriceAssets(), makeString(priceAssets, SEP))] |
---|
447 | 447 | | else throw("Strict value is not equal to itself.") |
---|
448 | 448 | | } |
---|
449 | 449 | | |
---|
450 | 450 | | |
---|
451 | 451 | | |
---|
452 | 452 | | @Callable(i) |
---|
453 | 453 | | func setManager (pendingManagerPublicKey) = { |
---|
454 | 454 | | let checkCaller = mustManager(i) |
---|
455 | 455 | | if ((checkCaller == checkCaller)) |
---|
456 | 456 | | then { |
---|
457 | 457 | | let checkManagerPublicKey = fromBase58String(pendingManagerPublicKey) |
---|
458 | 458 | | if ((checkManagerPublicKey == checkManagerPublicKey)) |
---|
459 | 459 | | then [StringEntry(keyPendingManagerPublicKey(), pendingManagerPublicKey)] |
---|
460 | 460 | | else throw("Strict value is not equal to itself.") |
---|
461 | 461 | | } |
---|
462 | 462 | | else throw("Strict value is not equal to itself.") |
---|
463 | 463 | | } |
---|
464 | 464 | | |
---|
465 | 465 | | |
---|
466 | 466 | | |
---|
467 | 467 | | @Callable(i) |
---|
468 | 468 | | func confirmManager () = { |
---|
469 | 469 | | let pm = pendingManagerPublicKeyOrUnit() |
---|
470 | 470 | | let hasPM = if (isDefined(pm)) |
---|
471 | 471 | | then true |
---|
472 | 472 | | else throw("No pending manager") |
---|
473 | 473 | | if ((hasPM == hasPM)) |
---|
474 | 474 | | then { |
---|
475 | 475 | | let checkPM = if ((i.callerPublicKey == value(pm))) |
---|
476 | 476 | | then true |
---|
477 | 477 | | else throw("You are not pending manager") |
---|
478 | 478 | | if ((checkPM == checkPM)) |
---|
479 | 479 | | then [StringEntry(keyManagerPublicKey(), toBase58String(value(pm))), DeleteEntry(keyPendingManagerPublicKey())] |
---|
480 | 480 | | else throw("Strict value is not equal to itself.") |
---|
481 | 481 | | } |
---|
482 | 482 | | else throw("Strict value is not equal to itself.") |
---|
483 | 483 | | } |
---|
484 | 484 | | |
---|
485 | 485 | | |
---|
486 | 486 | | |
---|
487 | 487 | | @Callable(i) |
---|
488 | 488 | | func setAdmins (adminPubKeys) = { |
---|
489 | 489 | | let checkCaller = mustManager(i) |
---|
490 | 490 | | if ((checkCaller == checkCaller)) |
---|
491 | 491 | | then [StringEntry(keyAdminPubKeys(), makeString(adminPubKeys, SEP))] |
---|
492 | 492 | | else throw("Strict value is not equal to itself.") |
---|
493 | 493 | | } |
---|
494 | 494 | | |
---|
495 | 495 | | |
---|
496 | 496 | | |
---|
497 | 497 | | @Callable(i) |
---|
498 | 498 | | func activateNewPool (poolAddress,amountAssetStr,priceAssetStr,lpAssetName,lpAssetDescr,poolWeight,poolType,logo) = { |
---|
499 | 499 | | let checkCaller = mustAdmin(i) |
---|
500 | 500 | | if ((checkCaller == checkCaller)) |
---|
501 | 501 | | then if (isDefined(getString(keyMappingPoolContractAddressToPoolAssets(poolAddress)))) |
---|
502 | 502 | | then throw((("Pool address " + poolAddress) + " already registered.")) |
---|
503 | 503 | | else { |
---|
504 | 504 | | let internalAmountAssetData = getInternalAssetIdOrCreate(amountAssetStr, 1) |
---|
505 | 505 | | let internalAmountAssetId = internalAmountAssetData._1 |
---|
506 | 506 | | let internalPriceAssetData = getInternalAssetIdOrCreate(priceAssetStr, if (internalAmountAssetData._3) |
---|
507 | 507 | | then 2 |
---|
508 | 508 | | else 1) |
---|
509 | 509 | | let internalPriceAssetId = internalPriceAssetData._1 |
---|
510 | 510 | | let poolAccountScriptHash = valueOrErrorMessage(scriptHash(addressFromStringValue(poolAddress)), ("No script has been found on pool account " + poolAddress)) |
---|
511 | 511 | | let ethalonPoolAccountScriptHash = getBinaryValue(keyPoolScriptHash()) |
---|
512 | 512 | | let poolExists = poolExistsInternal(amountAssetStr, priceAssetStr) |
---|
513 | 513 | | if (poolExists) |
---|
514 | 514 | | then throw((((("Pool " + amountAssetStr) + "/") + priceAssetStr) + " has already been activated.")) |
---|
515 | 515 | | else { |
---|
516 | 516 | | let poolConfigValue = value(getString(this, keyPoolConfig(toString(internalAmountAssetId), toString(internalPriceAssetId)))) |
---|
517 | 517 | | let amountAssetsDecimals = if ((amountAssetStr == "WAVES")) |
---|
518 | 518 | | then decimalsMultPrice |
---|
519 | 519 | | else pow(10, 0, value(assetInfo(fromBase58String(amountAssetStr))).decimals, 0, 0, DOWN) |
---|
520 | 520 | | let priceAssetsDecimals = if ((priceAssetStr == "WAVES")) |
---|
521 | 521 | | then decimalsMultPrice |
---|
522 | 522 | | else pow(10, 0, value(assetInfo(fromBase58String(priceAssetStr))).decimals, 0, 0, DOWN) |
---|
523 | 523 | | let lpAssetIssueAction = Issue(lpAssetName, lpAssetDescr, 1, 8, true) |
---|
524 | 524 | | let lpAssetId = calculateAssetId(lpAssetIssueAction) |
---|
525 | 525 | | let lpAssetIdStr = toBase58String(lpAssetId) |
---|
526 | 526 | | let poolActivateInvokeResult = invoke(addressFromStringValue(poolAddress), "activate", [amountAssetStr, priceAssetStr], nil) |
---|
527 | 527 | | if ((poolActivateInvokeResult == poolActivateInvokeResult)) |
---|
528 | 528 | | then if ((poolActivateInvokeResult != "success")) |
---|
529 | 529 | | then throw("Pool initialisation error happened.") |
---|
530 | 530 | | else { |
---|
531 | 531 | | let assetsStoreContract = addressFromStringValue(getStringOrFail(keyAssetsStoreContract())) |
---|
532 | 532 | | let createOrUpdateLpAssetInv = invoke(assetsStoreContract, "createOrUpdate", [lpAssetIdStr, lpAssetName, false], nil) |
---|
533 | 533 | | if ((createOrUpdateLpAssetInv == createOrUpdateLpAssetInv)) |
---|
534 | 534 | | then { |
---|
535 | 535 | | let addPoolsLpLabelInv = invoke(assetsStoreContract, "addLabel", [lpAssetIdStr, labelPoolsLp], nil) |
---|
536 | 536 | | if ((addPoolsLpLabelInv == addPoolsLpLabelInv)) |
---|
537 | 537 | | then { |
---|
538 | 538 | | let setLogoInv = invoke(assetsStoreContract, "setLogo", [lpAssetIdStr, logo], nil) |
---|
539 | 539 | | if ((setLogoInv == setLogoInv)) |
---|
540 | 540 | | then { |
---|
541 | 541 | | let addAssetsLinkInv = invoke(assetsStoreContract, "addAssetsLink", [amountAssetStr, priceAssetStr, lpAssetIdStr], nil) |
---|
542 | 542 | | if ((addAssetsLinkInv == addAssetsLinkInv)) |
---|
543 | 543 | | then { |
---|
544 | 544 | | let increaseAssetPoolsNumberInv = invoke(assetsStoreContract, "increaseAssetPoolsNumber", [amountAssetStr], nil) |
---|
545 | 545 | | if ((increaseAssetPoolsNumberInv == increaseAssetPoolsNumberInv)) |
---|
546 | 546 | | then $Tuple2(((internalAmountAssetData._2 ++ internalPriceAssetData._2) ++ [lpAssetIssueAction, Burn(lpAssetId, 1), StringEntry(keyPoolConfig(toString(internalAmountAssetId), toString(internalPriceAssetId)), dataPoolCfg(poolAddress, toString(PoolActive), lpAssetIdStr, amountAssetStr, priceAssetStr, amountAssetsDecimals, priceAssetsDecimals, internalAmountAssetId, internalPriceAssetId, decimalsMultPrice, poolType)), StringEntry(keyMappingLpAssetToPoolAssets(lpAssetIdStr), dataMappingPoolAssets(internalAmountAssetId, internalPriceAssetId)), StringEntry(keyMappingPoolAssetsToLpasset(toString(internalAmountAssetId), toString(internalPriceAssetId)), ("%s__" + lpAssetIdStr)), StringEntry(keyMappingPoolContractAddressToPoolAssets(poolAddress), dataMappingPoolAssets(internalAmountAssetId, internalPriceAssetId)), StringEntry(keyMappingPoolAssetsToPoolContractAddress(internalAmountAssetId, internalPriceAssetId), poolAddress), StringEntry(keyMappingPoolLPAssetToPoolContractAddress(lpAssetIdStr), poolAddress), StringEntry(keyMappingPoolContractToLPAsset(poolAddress), lpAssetIdStr), IntegerEntry(keyPoolToWeight(poolAddress), poolWeight), IntegerEntry(keyPoolSpread(poolAddress), defaultSpread)]), lpAssetIdStr) |
---|
547 | 547 | | else throw("Strict value is not equal to itself.") |
---|
548 | 548 | | } |
---|
549 | 549 | | else throw("Strict value is not equal to itself.") |
---|
550 | 550 | | } |
---|
551 | 551 | | else throw("Strict value is not equal to itself.") |
---|
552 | 552 | | } |
---|
553 | 553 | | else throw("Strict value is not equal to itself.") |
---|
554 | 554 | | } |
---|
555 | 555 | | else throw("Strict value is not equal to itself.") |
---|
556 | 556 | | } |
---|
557 | 557 | | else throw("Strict value is not equal to itself.") |
---|
558 | 558 | | } |
---|
559 | 559 | | } |
---|
560 | 560 | | else throw("Strict value is not equal to itself.") |
---|
561 | 561 | | } |
---|
562 | 562 | | |
---|
563 | 563 | | |
---|
564 | 564 | | |
---|
565 | 565 | | @Callable(i) |
---|
566 | 566 | | func managePool (poolAddress,newStatus) = { |
---|
567 | 567 | | let checkCaller = mustManager(i) |
---|
568 | 568 | | if ((checkCaller == checkCaller)) |
---|
569 | 569 | | then { |
---|
570 | 570 | | let poolConfig = getPoolConfig(poolAddress) |
---|
571 | 571 | | let poolStatus = poolConfig[idxPoolStatus] |
---|
572 | 572 | | let lpAssetIdStr = poolConfig[idxPoolLPAssetId] |
---|
573 | 573 | | let amountAssetStr = poolConfig[idxAmtAssetId] |
---|
574 | 574 | | let priceAssetStr = poolConfig[idxPriceAssetId] |
---|
575 | 575 | | let amountAssetsDecimals = parseIntValue(poolConfig[idxAmtAssetDcm]) |
---|
576 | 576 | | let priceAssetsDecimals = parseIntValue(poolConfig[idxPriceAssetDcm]) |
---|
577 | 577 | | let internalAmountAssetId = parseIntValue(poolConfig[idxIAmtAssetId]) |
---|
578 | 578 | | let internalPriceAssetId = parseIntValue(poolConfig[idxIPriceAssetId]) |
---|
579 | 579 | | let lpAssetDcm = parseIntValue(poolConfig[idxLPAssetDcm]) |
---|
580 | 580 | | let poolType = poolConfig[idxPoolType] |
---|
581 | 581 | | [StringEntry(keyPoolConfig(toString(internalAmountAssetId), toString(internalPriceAssetId)), dataPoolCfg(poolAddress, toString(newStatus), lpAssetIdStr, amountAssetStr, priceAssetStr, amountAssetsDecimals, priceAssetsDecimals, internalAmountAssetId, internalPriceAssetId, lpAssetDcm, poolType))] |
---|
582 | 582 | | } |
---|
583 | 583 | | else throw("Strict value is not equal to itself.") |
---|
584 | 584 | | } |
---|
585 | 585 | | |
---|
586 | 586 | | |
---|
587 | 587 | | |
---|
588 | 588 | | @Callable(i) |
---|
589 | 589 | | func emit (amountToEmit) = { |
---|
590 | 590 | | let caller = i.caller |
---|
591 | 591 | | let originCaller = i.originCaller |
---|
592 | 592 | | let lpAssetRequested = valueOrErrorMessage(getString(keyMappingPoolContractToLPAsset(toString(caller))), "Invalid LP address called me.") |
---|
593 | 593 | | let lpAsset = fromBase58String(lpAssetRequested) |
---|
594 | 594 | | let legacyPools = split(valueOrElse(getString(keyLegacyPools()), EMPTY), SEP) |
---|
595 | 595 | | let legacyFactoryContract = addressFromStringValue(valueOrErrorMessage(getString(keyLegacyFactoryContract()), "Legacy factory contract does not exists.")) |
---|
596 | 596 | | if ((0 >= amountToEmit)) |
---|
597 | 597 | | then nil |
---|
598 | 598 | | else if (containsElement(legacyPools, toString(caller))) |
---|
599 | 599 | | then $Tuple2(nil, legacyFactoryContract) |
---|
600 | 600 | | else $Tuple2([Reissue(lpAsset, amountToEmit, true), ScriptTransfer(i.caller, amountToEmit, lpAsset)], "success") |
---|
601 | 601 | | } |
---|
602 | 602 | | |
---|
603 | 603 | | |
---|
604 | 604 | | |
---|
605 | 605 | | @Callable(i) |
---|
606 | 606 | | func burn (amountToBurn) = { |
---|
607 | 607 | | let caller = i.caller |
---|
608 | 608 | | let originCaller = i.originCaller |
---|
609 | 609 | | let payment = value(i.payments[0]) |
---|
610 | 610 | | let paymentAmount = value(payment.amount) |
---|
611 | 611 | | let inAmountAssetId = toBase58String(value(payment.assetId)) |
---|
612 | 612 | | let lpAssetRequestedForBurning = valueOrErrorMessage(getString(keyMappingPoolContractToLPAsset(toString(caller))), "Invalid LP address called me.") |
---|
613 | 613 | | if ((inAmountAssetId != lpAssetRequestedForBurning)) |
---|
614 | 614 | | then throw("Invalid asset passed.") |
---|
615 | 615 | | else if ((amountToBurn != paymentAmount)) |
---|
616 | 616 | | then throw("Invalid amount passed.") |
---|
617 | 617 | | else { |
---|
618 | 618 | | let lpAsset = fromBase58String(lpAssetRequestedForBurning) |
---|
619 | 619 | | $Tuple2([Burn(lpAsset, amountToBurn)], "success") |
---|
620 | 620 | | } |
---|
621 | 621 | | } |
---|
622 | 622 | | |
---|
623 | 623 | | |
---|
624 | 624 | | |
---|
625 | 625 | | @Callable(i) |
---|
626 | 626 | | func modifyWeight (lpAssetId,share) = { |
---|
627 | 627 | | let checkCaller = if ((toBase58String(i.caller.bytes) == valueOrElse(getString(this, keyVotingEmissionContract()), ""))) |
---|
628 | 628 | | then true |
---|
629 | 629 | | else mustManager(i) |
---|
630 | 630 | | if ((checkCaller == checkCaller)) |
---|
631 | 631 | | then { |
---|
632 | 632 | | let poolContractAddress = getStringOrFail(keyMappingPoolLPAssetToPoolContractAddress(lpAssetId)) |
---|
633 | 633 | | let poolWeightKey = keyPoolToWeight(poolContractAddress) |
---|
634 | 634 | | let gwxWeightKey = keyPoolToWeight(GWXvirtualPOOL) |
---|
635 | 635 | | let gwxWeight = valueOrElse(getInteger(gwxWeightKey), 0) |
---|
636 | 636 | | let poolWeight = valueOrElse(getInteger(poolWeightKey), 0) |
---|
637 | 637 | | let poolWeightNew = share |
---|
638 | 638 | | let factoryCfg = split(getStringOrFail(keyFactoryConfig()), SEP) |
---|
639 | 639 | | let stakingContract = getStakingAddressOrFail(factoryCfg) |
---|
640 | 640 | | let onModifyWeightInv = invoke(stakingContract, "onModifyWeight", [lpAssetId, poolContractAddress], nil) |
---|
641 | 641 | | if ((onModifyWeightInv == onModifyWeightInv)) |
---|
642 | 642 | | then { |
---|
643 | 643 | | let gwxVirtualPoolActions = if ((gwxWeight == 0)) |
---|
644 | 644 | | then nil |
---|
645 | 645 | | else [IntegerEntry(gwxWeightKey, 0)] |
---|
646 | 646 | | let poolWeightHistoryKey = keyPoolToWeightHistory(poolContractAddress, 0) |
---|
647 | 647 | | let poolWeightHistoryOrUnit = getInteger(poolWeightHistoryKey) |
---|
648 | 648 | | let poolWeightHistoryActions = if ((poolWeightHistoryOrUnit == unit)) |
---|
649 | 649 | | then nil |
---|
650 | 650 | | else [DeleteEntry(poolWeightHistoryKey)] |
---|
651 | 651 | | (([IntegerEntry(poolWeightKey, poolWeightNew)] ++ gwxVirtualPoolActions) ++ poolWeightHistoryActions) |
---|
652 | 652 | | } |
---|
653 | 653 | | else throw("Strict value is not equal to itself.") |
---|
654 | 654 | | } |
---|
655 | 655 | | else throw("Strict value is not equal to itself.") |
---|
656 | 656 | | } |
---|
657 | 657 | | |
---|
658 | 658 | | |
---|
659 | 659 | | |
---|
660 | 660 | | @Callable(i) |
---|
661 | 661 | | func modifyWeights (btcPoolAddress,ethPoolAddress,ethBtcPoolAddress,usdcUsdtPoolAddress) = { |
---|
662 | 662 | | let checkCaller = mustManager(i) |
---|
663 | 663 | | if ((checkCaller == checkCaller)) |
---|
664 | 664 | | then { |
---|
665 | 665 | | let ethBtcWeightNew = ((5 * POOLWEIGHTMULT) / 100) |
---|
666 | 666 | | let usdcUsdtWeightNew = ((5 * POOLWEIGHTMULT) / 100) |
---|
667 | 667 | | let weightDecrement = ((5 * POOLWEIGHTMULT) / 100) |
---|
668 | 668 | | let factoryCfg = split(getStringOrFail(keyFactoryConfig()), SEP) |
---|
669 | 669 | | let stakingDapp = getStakingAddressOrFail(factoryCfg) |
---|
670 | 670 | | let gwxRewardDapp = getGwxRewardAddressOrFail(factoryCfg) |
---|
671 | 671 | | let btcWeightKEY = keyPoolToWeight(btcPoolAddress) |
---|
672 | 672 | | let ethWeightKEY = keyPoolToWeight(ethPoolAddress) |
---|
673 | 673 | | let ethBtcWeightKEY = keyPoolToWeight(ethBtcPoolAddress) |
---|
674 | 674 | | let usdcUsdtWeightKEY = keyPoolToWeight(usdcUsdtPoolAddress) |
---|
675 | 675 | | let btcWeight = getIntOrFail(btcWeightKEY) |
---|
676 | 676 | | let ethWeight = getIntOrFail(ethWeightKEY) |
---|
677 | 677 | | let btcWeightNew = (btcWeight - weightDecrement) |
---|
678 | 678 | | let ethWeightNew = (ethWeight - weightDecrement) |
---|
679 | 679 | | if ((0 >= btcWeightNew)) |
---|
680 | 680 | | then throw(("invalid btcWeightNew: " + toString(btcWeightNew))) |
---|
681 | 681 | | else if ((0 >= ethWeightNew)) |
---|
682 | 682 | | then throw(("invalid ethWeightNew: " + toString(ethWeightNew))) |
---|
683 | 683 | | else { |
---|
684 | 684 | | let btcLpAssetIdStr = getStringOrFail(keyMappingPoolContractToLPAsset(btcPoolAddress)) |
---|
685 | 685 | | let ethLpAssetIdStr = getStringOrFail(keyMappingPoolContractToLPAsset(ethPoolAddress)) |
---|
686 | 686 | | let ethBtcLpAssetIdStr = getStringOrFail(keyMappingPoolContractToLPAsset(ethBtcPoolAddress)) |
---|
687 | 687 | | let usdcUsdtLpAssetIdStr = getStringOrFail(keyMappingPoolContractToLPAsset(usdcUsdtPoolAddress)) |
---|
688 | 688 | | let onModifyWeightBtc = invoke(stakingDapp, "onModifyWeight", [btcLpAssetIdStr, btcPoolAddress], nil) |
---|
689 | 689 | | if ((onModifyWeightBtc == onModifyWeightBtc)) |
---|
690 | 690 | | then { |
---|
691 | 691 | | let onModifyWeightEth = invoke(stakingDapp, "onModifyWeight", [ethLpAssetIdStr, ethPoolAddress], nil) |
---|
692 | 692 | | if ((onModifyWeightEth == onModifyWeightEth)) |
---|
693 | 693 | | then { |
---|
694 | 694 | | let onModifyWeightEthBtc = invoke(stakingDapp, "onModifyWeight", [ethBtcLpAssetIdStr, ethBtcPoolAddress], nil) |
---|
695 | 695 | | if ((onModifyWeightEthBtc == onModifyWeightEthBtc)) |
---|
696 | 696 | | then { |
---|
697 | 697 | | let onModifyWeightUsdcUsdt = invoke(stakingDapp, "onModifyWeight", [usdcUsdtLpAssetIdStr, usdcUsdtPoolAddress], nil) |
---|
698 | 698 | | if ((onModifyWeightUsdcUsdt == onModifyWeightUsdcUsdt)) |
---|
699 | 699 | | then [IntegerEntry(btcWeightKEY, btcWeightNew), IntegerEntry(ethWeightKEY, ethWeightNew), IntegerEntry(ethBtcWeightKEY, ethBtcWeightNew), IntegerEntry(usdcUsdtWeightKEY, usdcUsdtWeightNew), IntegerEntry(keyPoolToWeightHistory(btcPoolAddress, 0), btcWeight), IntegerEntry(keyPoolToWeightHistory(ethPoolAddress, 0), ethWeight), IntegerEntry(keyPoolToWeightHistory(ethBtcPoolAddress, 0), ethBtcWeightNew), IntegerEntry(keyPoolToWeightHistory(usdcUsdtPoolAddress, 0), usdcUsdtWeightNew)] |
---|
700 | 700 | | else throw("Strict value is not equal to itself.") |
---|
701 | 701 | | } |
---|
702 | 702 | | else throw("Strict value is not equal to itself.") |
---|
703 | 703 | | } |
---|
704 | 704 | | else throw("Strict value is not equal to itself.") |
---|
705 | 705 | | } |
---|
706 | 706 | | else throw("Strict value is not equal to itself.") |
---|
707 | 707 | | } |
---|
708 | 708 | | } |
---|
709 | 709 | | else throw("Strict value is not equal to itself.") |
---|
710 | 710 | | } |
---|
711 | 711 | | |
---|
712 | 712 | | |
---|
713 | 713 | | |
---|
714 | 714 | | @Callable(i) |
---|
715 | 715 | | func checkWxEmissionPoolLabel (amountAssetId,priceAssetId) = { |
---|
716 | 716 | | let haveLabel = match getBoolean(keyWxEmission(amountAssetId, priceAssetId)) { |
---|
717 | 717 | | case b: Boolean => |
---|
718 | 718 | | b |
---|
719 | 719 | | case _ => |
---|
720 | 720 | | false |
---|
721 | 721 | | } |
---|
722 | 722 | | $Tuple2(nil, haveLabel) |
---|
723 | 723 | | } |
---|
724 | 724 | | |
---|
725 | 725 | | |
---|
726 | 726 | | |
---|
727 | 727 | | @Callable(i) |
---|
728 | 728 | | func setWxEmissionPoolLabel (amountAssetId,priceAssetId) = { |
---|
729 | 729 | | let checkCaller = mustAdmin(i) |
---|
730 | 730 | | if ((checkCaller == checkCaller)) |
---|
731 | 731 | | then $Tuple2([BooleanEntry(keyWxEmission(amountAssetId, priceAssetId), true)], unit) |
---|
732 | 732 | | else throw("Strict value is not equal to itself.") |
---|
733 | 733 | | } |
---|
734 | 734 | | |
---|
735 | 735 | | |
---|
736 | 736 | | |
---|
737 | 737 | | @Callable(i) |
---|
738 | 738 | | func deleteWxEmissionPoolLabel (amountAssetId,priceAssetId) = { |
---|
739 | 739 | | let checkCaller = if (mustThis(i)) |
---|
740 | 740 | | then true |
---|
741 | 741 | | else mustAdmin(i) |
---|
742 | 742 | | if ((checkCaller == checkCaller)) |
---|
743 | 743 | | then $Tuple2([DeleteEntry(keyWxEmission(amountAssetId, priceAssetId))], unit) |
---|
744 | 744 | | else throw("Strict value is not equal to itself.") |
---|
745 | 745 | | } |
---|
746 | 746 | | |
---|
747 | 747 | | |
---|
748 | 748 | | |
---|
749 | 749 | | @Callable(i) |
---|
750 | 750 | | func onVerificationLoss (assetId) = { |
---|
751 | 751 | | let checkCaller = if ((toBase58String(i.caller.bytes) == valueOrElse(getString(this, keyAssetsStoreContract()), ""))) |
---|
752 | 752 | | then true |
---|
753 | 753 | | else mustManager(i) |
---|
754 | 754 | | if ((checkCaller == checkCaller)) |
---|
755 | 755 | | then { |
---|
756 | 756 | | let priceAssets = getPriceAssets() |
---|
757 | 757 | | let checkPriceAssetsSize = if ((size(priceAssets) > 0)) |
---|
758 | 758 | | then true |
---|
759 | 759 | | else throw("invalid price assets") |
---|
760 | 760 | | if ((checkPriceAssetsSize == checkPriceAssetsSize)) |
---|
761 | 761 | | then { |
---|
762 | 762 | | func cb (acc,priceAsset) = { |
---|
763 | 763 | | let r = invoke(this, "deleteWxEmissionPoolLabel", [assetId, priceAsset], nil) |
---|
764 | 764 | | if ((r == r)) |
---|
765 | 765 | | then unit |
---|
766 | 766 | | else throw("Strict value is not equal to itself.") |
---|
767 | 767 | | } |
---|
768 | 768 | | |
---|
769 | 769 | | let actions = { |
---|
770 | 770 | | let $l = priceAssets |
---|
771 | 771 | | let $s = size($l) |
---|
772 | 772 | | let $acc0 = unit |
---|
773 | 773 | | func $f0_1 ($a,$i) = if (($i >= $s)) |
---|
774 | 774 | | then $a |
---|
775 | 775 | | else cb($a, $l[$i]) |
---|
776 | 776 | | |
---|
777 | 777 | | func $f0_2 ($a,$i) = if (($i >= $s)) |
---|
778 | 778 | | then $a |
---|
779 | 779 | | else throw("List size exceeds 2") |
---|
780 | 780 | | |
---|
781 | 781 | | $f0_2($f0_1($f0_1($acc0, 0), 1), 2) |
---|
782 | 782 | | } |
---|
783 | 783 | | if ((actions == actions)) |
---|
784 | 784 | | then $Tuple2(nil, unit) |
---|
785 | 785 | | else throw("Strict value is not equal to itself.") |
---|
786 | 786 | | } |
---|
787 | 787 | | else throw("Strict value is not equal to itself.") |
---|
788 | 788 | | } |
---|
789 | 789 | | else throw("Strict value is not equal to itself.") |
---|
790 | 790 | | } |
---|
791 | 791 | | |
---|
792 | 792 | | |
---|
793 | 793 | | |
---|
794 | 794 | | @Callable(i) |
---|
795 | 795 | | func isPoolOneTokenOperationsDisabledREADONLY (poolAddress) = { |
---|
796 | 796 | | let poolConfig = getPoolConfig(poolAddress) |
---|
797 | 797 | | let assetsInternal = $Tuple2(parseIntValue(poolConfig[idxIAmtAssetId]), parseIntValue(poolConfig[idxIPriceAssetId])) |
---|
798 | 798 | | let poolOneTokenOperationsDisabled = valueOrElse(getBoolean(keyPoolOneTokenOperationsDisabled(assetsInternal)), false) |
---|
799 | 799 | | let allPoolsOneTokenOperationsDisabled = valueOrElse(getBoolean(keyAllPoolsOneTokenOperationsDisabled()), false) |
---|
800 | 800 | | $Tuple2(nil, if (allPoolsOneTokenOperationsDisabled) |
---|
801 | 801 | | then true |
---|
802 | 802 | | else poolOneTokenOperationsDisabled) |
---|
803 | 803 | | } |
---|
804 | 804 | | |
---|
805 | 805 | | |
---|
806 | 806 | | |
---|
807 | 807 | | @Callable(i) |
---|
808 | 808 | | func getInFeeREADONLY (poolAddress) = { |
---|
809 | 809 | | let fee = intOrDefaultOrFallback(keyInFee(poolAddress), keyInFeeDefault(), 0) |
---|
810 | 810 | | $Tuple2(nil, fee) |
---|
811 | 811 | | } |
---|
812 | 812 | | |
---|
813 | 813 | | |
---|
814 | 814 | | |
---|
815 | 815 | | @Callable(i) |
---|
816 | 816 | | func getOutFeeREADONLY (poolAddress) = { |
---|
817 | 817 | | let fee = intOrDefaultOrFallback(keyOutFee(poolAddress), keyOutFeeDefault(), fraction(10, MULT8, 10000)) |
---|
818 | 818 | | $Tuple2(nil, fee) |
---|
819 | 819 | | } |
---|
820 | 820 | | |
---|
821 | 821 | | |
---|
822 | 822 | | |
---|
823 | 823 | | @Callable(i) |
---|
824 | 824 | | func poolInfoREADONLY (amountAssetIdStr,priceAssetIdStr) = { |
---|
825 | 825 | | let amountAssetInternalIdOption = getInteger(this, keyMappingsBaseAsset2internalId(amountAssetIdStr)) |
---|
826 | 826 | | let priceAssetInternalIdOption = getInteger(this, keyMappingsBaseAsset2internalId(priceAssetIdStr)) |
---|
827 | 827 | | let poolContractAddressOption = getString(this, keyMappingPoolAssetsToPoolContractAddress(value(amountAssetInternalIdOption), value(priceAssetInternalIdOption))) |
---|
828 | 828 | | let lpAssetIdOption = getString(this, keyMappingPoolContractToLPAsset(value(poolContractAddressOption))) |
---|
829 | 829 | | let poolExists = if (if (isDefined(amountAssetInternalIdOption)) |
---|
830 | 830 | | then isDefined(priceAssetInternalIdOption) |
---|
831 | 831 | | else false) |
---|
832 | 832 | | then isDefined(poolContractAddressOption) |
---|
833 | 833 | | else false |
---|
834 | 834 | | let poolInfo = if (poolExists) |
---|
835 | 835 | | then $Tuple2(addressFromStringValue(value(poolContractAddressOption)), parseAssetId(value(lpAssetIdOption))) |
---|
836 | 836 | | else unit |
---|
837 | 837 | | $Tuple2(nil, poolInfo) |
---|
838 | 838 | | } |
---|
839 | 839 | | |
---|
840 | 840 | | |
---|
841 | 841 | | |
---|
842 | 842 | | @Callable(i) |
---|
843 | 843 | | func getPoolStatusREADONLY (poolAddress) = { |
---|
844 | 844 | | let poolAssets = split(getStringOrFail(keyMappingPoolContractAddressToPoolAssets(poolAddress)), SEP) |
---|
845 | 845 | | let amountAssetInternal = poolAssets[1] |
---|
846 | 846 | | let priceAssetInternal = poolAssets[2] |
---|
847 | 847 | | let cfg = split(getStringOrFail(keyPoolConfig(amountAssetInternal, priceAssetInternal)), SEP) |
---|
848 | 848 | | $Tuple2(nil, parseIntValue(cfg[idxPoolStatus])) |
---|
849 | 849 | | } |
---|
850 | 850 | | |
---|
851 | 851 | | |
---|
852 | 852 | | |
---|
853 | 853 | | @Callable(i) |
---|
854 | 854 | | func getPoolConfigREADONLY (poolAddress) = { |
---|
855 | 855 | | let poolAssets = split(getStringOrFail(keyMappingPoolContractAddressToPoolAssets(poolAddress)), SEP) |
---|
856 | 856 | | let amountAssetInternal = poolAssets[1] |
---|
857 | 857 | | let priceAssetInternal = poolAssets[2] |
---|
858 | 858 | | let cfg = split(getStringOrFail(keyPoolConfig(amountAssetInternal, priceAssetInternal)), SEP) |
---|
859 | 859 | | $Tuple2(nil, cfg) |
---|
860 | 860 | | } |
---|
861 | 861 | | |
---|
862 | 862 | | |
---|
863 | 863 | | |
---|
864 | 864 | | @Callable(i) |
---|