diff --git a/cmd/server.go b/cmd/server.go index 41d35a9d..7c604bfe 100755 --- a/cmd/server.go +++ b/cmd/server.go @@ -121,6 +121,7 @@ func NewRouter() *gin.Engine { router.GET(`tokens/all`, c.GetAllTokens) router.GET(`:chainID/tokens/all`, c.GetTokens) router.GET(`:chainID/tokenlistbalances/:address`, tokensList.GetYearnTokenList) + router.GET(`balances/:address`, tokensList.GetUserBalance) } // Prices API section diff --git a/data/meta/registries/1.json b/data/meta/registries/1.json index 03a63859..fe4802d8 100644 --- a/data/meta/registries/1.json +++ b/data/meta/registries/1.json @@ -889,6 +889,16 @@ "chainID": 1, "blockNumber": 12408781 }, + "0x4c2df8adb2b14e1d5fdbd9d11a2cf7562b67adc9": { + "address": "0x4c2df8adb2b14e1d5fdbd9d11a2cf7562b67adc9", + "registryAddress": "0xaf1f5e1c19cb68b30aad73846effdf78a5863319", + "tokenAddress": "0x9b77bd0a665f05995b68e36fc1053afffaf0d4b5", + "type": "Automated Yearn Vault", + "kind": "Legacy", + "version": "0.4.6", + "chainID": 1, + "blockNumber": 18651316 + }, "0x4c4a6a22bce915c724a66b82128577f1b24831ed": { "address": "0x4c4a6a22bce915c724a66b82128577f1b24831ed", "registryAddress": "0x50c1a2ea0a861a967d9d0ffe2ae4012c2e053804", @@ -2289,6 +2299,16 @@ "chainID": 1, "blockNumber": 12304730 }, + "0xba61baa1d96c2f4e25205b331306507bcaea4677": { + "address": "0xba61baa1d96c2f4e25205b331306507bcaea4677", + "registryAddress": "0xaf1f5e1c19cb68b30aad73846effdf78a5863319", + "tokenAddress": "0x69833361991ed76f9e8dbbcdf9ea1520febfb4a7", + "type": "Automated Yearn Vault", + "kind": "Legacy", + "version": "0.4.6", + "chainID": 1, + "blockNumber": 18640190 + }, "0xbcbb5b54fa51e7b7dc920340043b203447842a6b": { "address": "0xbcbb5b54fa51e7b7dc920340043b203447842a6b", "registryAddress": "0x50c1a2ea0a861a967d9d0ffe2ae4012c2e053804", diff --git a/data/meta/strategies/1.json b/data/meta/strategies/1.json index edc77e65..fb4ffb0a 100644 --- a/data/meta/strategies/1.json +++ b/data/meta/strategies/1.json @@ -1,9 +1,9 @@ { - "lastUpdate": "2023-11-22T11:59:21.703088+01:00", + "lastUpdate": "2023-11-27T12:23:54.789922+01:00", "version": { "major": 0, - "minor": 0, - "patch": 298 + "minor": 1, + "patch": 1 }, "shouldRefresh": false, "strategies": { @@ -154,13 +154,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "24043439611389349568327801", + "lastTotalDebt": "23853266612000602424178113", "lastTotalLoss": "0", - "lastTotalGain": "960153392114561409405573", + "lastTotalGain": "972489379658262233151787", "lastPerformanceFee": "0", - "lastReport": "1700618087", + "lastReport": "1700877299", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "24063531043305716949060644", + "lastEstimatedTotalAssets": "23882510996906280462420121", "isRetired": false, "displayName": "Compound Finance Flashmint Folding", "description": "Supplies and borrows {{token}} on [Compound Finance](https://app.compound.finance) simultaneously to earn COMP. Flashmints are used to mint DAI from [MakerDAO](https://oasis.app) to flashlend and fold the position, boosting the APY. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -394,13 +394,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "1115135257302519136866958", + "lastTotalDebt": "1114927219706299131696196", "lastTotalLoss": "0", "lastTotalGain": "0", "lastPerformanceFee": "0", "lastReport": "1699752839", "lastDebtRatio": "5000", - "lastEstimatedTotalAssets": "1115135257302519136866958", + "lastEstimatedTotalAssets": "1114927219706299131696196", "isRetired": true, "displayName": "Convex Reinvest", "description": "Supplies {{token}} to [Convex Finance](https://www.convexfinance.com/stake) boosted by Convex's veCRV to earn CRV and CVX (and any other available tokens). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -1005,13 +1005,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "282545455662648836483", + "lastTotalDebt": "236781716636737234905", "lastTotalLoss": "0", "lastTotalGain": "2546710602199423060", "lastPerformanceFee": "0", - "lastReport": "1700151371", + "lastReport": "1701015467", "lastDebtRatio": "1600", - "lastEstimatedTotalAssets": "282545455662648836483", + "lastEstimatedTotalAssets": "236781716636737234905", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -1091,7 +1091,7 @@ "lastTotalLoss": "0", "lastTotalGain": "0", "lastPerformanceFee": "0", - "lastReport": "1699131647", + "lastReport": "1700946263", "lastDebtRatio": "10000", "lastEstimatedTotalAssets": "72375920413278691510", "isRetired": false, @@ -1440,7 +1440,7 @@ "lastPerformanceFee": "0", "lastReport": "1688049395", "lastDebtRatio": "152", - "lastEstimatedTotalAssets": "173335056680", + "lastEstimatedTotalAssets": "173437065982", "isRetired": false, "displayName": "Flux Finance Lender Optimizer", "description": "Supplies {{token}} to [Flux Finance](https://fluxfinance.com/lend) to generate interest. Earned interest is deposited back into the strategy.", @@ -1620,7 +1620,7 @@ "lastPerformanceFee": "0", "lastReport": "1698070931", "lastDebtRatio": "5786", - "lastEstimatedTotalAssets": "33863058415617844347951", + "lastEstimatedTotalAssets": "33880129316208248795201", "isRetired": false, "displayName": "Lido Eth 2.0 Staking", "description": "Stakes {{token}} on [Lido.fi](https://stake.lido.fi) to mint stETH which accumulates ETH 2.0 staking rewards. This strategy will buy stETH off the market if it is cheaper than staking.", @@ -1779,7 +1779,7 @@ "lastPerformanceFee": "0", "lastReport": "1671640127", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "1291345770018257368348", + "lastEstimatedTotalAssets": "1290642199032420035415", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -1850,13 +1850,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "1002355949397798137780035", + "lastTotalDebt": "1006901778724857010499735", "lastTotalLoss": "0", - "lastTotalGain": "10758731345792941619588", + "lastTotalGain": "17099491996338436082960", "lastPerformanceFee": "0", - "lastReport": "1700098967", + "lastReport": "1700703851", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "1008696710048343632243407", + "lastEstimatedTotalAssets": "1009918354857947022306828", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -2043,7 +2043,7 @@ "lastPerformanceFee": "0", "lastReport": "1680545087", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "225447769", + "lastEstimatedTotalAssets": "225556361", "isRetired": false, "displayName": "Compound Finance Flashmint Folding", "description": "Supplies and borrows {{token}} on [Compound Finance](https://app.compound.finance) simultaneously to earn COMP. Flashmints are used to mint DAI from [MakerDAO](https://oasis.app) to flashlend and fold the position, boosting the APY. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -2153,7 +2153,7 @@ "lastPerformanceFee": "0", "lastReport": "1699273043", "lastDebtRatio": "4000", - "lastEstimatedTotalAssets": "98122258821765750175509", + "lastEstimatedTotalAssets": "98116089067226629848613", "isRetired": false, "displayName": "Compound Lender Borrower", "description": "Supplies {{token}} on [Compound Finance](https://app.compound.finance/?market=usdc-mainnet) version 3 and borrows USDC which it also deposits to earn COMP. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -2412,11 +2412,11 @@ "keepCVX": null, "lastTotalDebt": "71352422291412248505", "lastTotalLoss": "0", - "lastTotalGain": "7871874071099795409", + "lastTotalGain": "8141316250014966818", "lastPerformanceFee": "0", - "lastReport": "1699085759", + "lastReport": "1700900195", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "71621864470327419914", + "lastEstimatedTotalAssets": "71352422291412248505", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -2677,13 +2677,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "807595061", + "lastTotalDebt": "757757497", "lastTotalLoss": "0", - "lastTotalGain": "1112654", + "lastTotalGain": "1196259", "lastPerformanceFee": "0", - "lastReport": "1698874223", + "lastReport": "1700688239", "lastDebtRatio": "1000", - "lastEstimatedTotalAssets": "807676735", + "lastEstimatedTotalAssets": "757778178", "isRetired": false, "displayName": "Aave Optimizer", "description": "Supplies {{token}} to [AAVE](https://app.aave.com) v3 to generate interest and earn rewards. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -2919,7 +2919,7 @@ "lastPerformanceFee": "0", "lastReport": "1699811147", "lastDebtRatio": "1000", - "lastEstimatedTotalAssets": "2437807072", + "lastEstimatedTotalAssets": "2439129563", "isRetired": true, "displayName": "", "description": "", @@ -2968,9 +2968,9 @@ "keepCVX": null, "lastTotalDebt": "0", "lastTotalLoss": "0", - "lastTotalGain": "8717028266502447265804349", + "lastTotalGain": "8792537213068057094943377", "lastPerformanceFee": "0", - "lastReport": "1700233979", + "lastReport": "1700833607", "lastDebtRatio": "0", "lastEstimatedTotalAssets": "0", "isRetired": true, @@ -3964,7 +3964,7 @@ "lastPerformanceFee": "0", "lastReport": "1699920167", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "1711931593417073475949", + "lastEstimatedTotalAssets": "1716515038341857950427", "isRetired": true, "displayName": "", "description": "", @@ -4474,13 +4474,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "152362608028831679132577", + "lastTotalDebt": "11865321991080378245133", "lastTotalLoss": "0", "lastTotalGain": "7513132655751914384520", "lastPerformanceFee": "0", "lastReport": "1699834691", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "153416757753752790001308", + "lastEstimatedTotalAssets": "12919471716001489113864", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -5081,7 +5081,7 @@ "lastTotalLoss": "0", "lastTotalGain": "9408262832321359873", "lastPerformanceFee": "0", - "lastReport": "1698965615", + "lastReport": "1700780039", "lastDebtRatio": "10000", "lastEstimatedTotalAssets": "9621378900950051681", "isRetired": false, @@ -6000,7 +6000,7 @@ "lastPerformanceFee": "0", "lastReport": "1699252115", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "207176346597198479565665", + "lastEstimatedTotalAssets": "208296222051601707414921", "isRetired": true, "displayName": "", "description": "", @@ -6044,13 +6044,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "1022514475335307928775950", + "lastTotalDebt": "1021272727124262499406208", "lastTotalLoss": "0", "lastTotalGain": "5887347760906380573938", "lastPerformanceFee": "0", "lastReport": "1699539599", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "1023824217217846191736614", + "lastEstimatedTotalAssets": "1022582469006800762366872", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -6283,11 +6283,11 @@ "keepCVX": null, "lastTotalDebt": "102877984036535313331812", "lastTotalLoss": "0", - "lastTotalGain": "1948403152750255570621", + "lastTotalGain": "2518466744358791244654", "lastPerformanceFee": "0", - "lastReport": "1700074619", + "lastReport": "1700681111", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "103448047628143849005845", + "lastEstimatedTotalAssets": "102877984036535313331812", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -6492,7 +6492,7 @@ "lastTotalLoss": "0", "lastTotalGain": "0", "lastPerformanceFee": "0", - "lastReport": "1698837935", + "lastReport": "1700652407", "lastDebtRatio": "10000", "lastEstimatedTotalAssets": "72801894294445009867", "isRetired": false, @@ -6513,13 +6513,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "1372168910258065380879", + "lastTotalDebt": "1243104012342870483251", "lastTotalLoss": "0", - "lastTotalGain": "3791954410859345126", + "lastTotalGain": "4319834351694199413", "lastPerformanceFee": "0", - "lastReport": "1700163875", + "lastReport": "1701015503", "lastDebtRatio": "8400", - "lastEstimatedTotalAssets": "1372696790198900235166", + "lastEstimatedTotalAssets": "1243104012342870483251", "isRetired": false, "displayName": "Convex Reinvest", "description": "Supplies {{token}} to [Convex Finance](https://www.convexfinance.com/stake) boosted by Convex's veCRV to earn CRV and CVX (and any other available tokens). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -6567,11 +6567,11 @@ "keepCVX": null, "lastTotalDebt": "196151170545154194798121", "lastTotalLoss": "0", - "lastTotalGain": "5366379808712886572932", + "lastTotalGain": "5821753935610440638192", "lastPerformanceFee": "0", - "lastReport": "1700171615", + "lastReport": "1700798675", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "196151170545154194798121", + "lastEstimatedTotalAssets": "196510119170762811229480", "isRetired": true, "displayName": "", "description": "", @@ -6678,7 +6678,7 @@ "lastPerformanceFee": "0", "lastReport": "1630876412", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "5870687873787075563", + "lastEstimatedTotalAssets": "4980509562496947291", "isRetired": false, "displayName": "Vesper Finance Reinvest", "description": "Supplies {{token}} to [Vesper Finance](https://vesper.finance) to earn VSP. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -7761,7 +7761,7 @@ "lastPerformanceFee": "0", "lastReport": "1699318607", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "704882436559487333145", + "lastEstimatedTotalAssets": "705277312674781162688", "isRetired": false, "displayName": "Yearn Delegate", "description": "Deposits {{token}} in a newer version [Yearn](https://yearn.fi/#/vaults) Vault. If this strategy is active it is recommended users migrate to the newer vault. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -7782,13 +7782,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "318893877574073687833514", + "lastTotalDebt": "319870304692615192799502", "lastTotalLoss": "0", - "lastTotalGain": "24438121213287251906027", + "lastTotalGain": "24987991549164979962179", "lastPerformanceFee": "0", - "lastReport": "1700312651", + "lastReport": "1700917511", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "319443747909951415889666", + "lastEstimatedTotalAssets": "319870304692615192799502", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -8262,7 +8262,7 @@ "lastPerformanceFee": "0", "lastReport": "1629866495", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "2455546089412259507572", + "lastEstimatedTotalAssets": "2455590725693120208706", "isRetired": true, "displayName": "", "description": "", @@ -8864,7 +8864,7 @@ "lastPerformanceFee": "0", "lastReport": "1635281567", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "225447769", + "lastEstimatedTotalAssets": "225556361", "isRetired": true, "displayName": "", "description": "", @@ -8897,6 +8897,31 @@ "Idle Finance" ] }, + "0x631732ed9de2367cdf8b19fefa4385aace6a369c": { + "address": "0x631732ed9de2367cdf8b19fefa4385aace6a369c", + "vaultAddress": "0x4c2df8adb2b14e1d5fdbd9d11a2cf7562b67adc9", + "name": "StrategyCurveBoostedFactory-mevETHfrxE-f", + "vaultVersion": "0.4.6", + "activation": 18651316, + "chainID": 1, + "doHealthCheck": false, + "isActive": true, + "isInQueue": true, + "keepCRV": null, + "keepCRVPercent": null, + "keepCVX": null, + "lastTotalDebt": "0", + "lastTotalLoss": "0", + "lastTotalGain": "0", + "lastPerformanceFee": "0", + "lastReport": "1700946827", + "lastDebtRatio": "10000", + "lastEstimatedTotalAssets": "0", + "isRetired": false, + "displayName": "", + "description": "", + "protocols": null + }, "0x632486e5ac202270feafdcae53c5ea64a6fbf14f": { "address": "0x632486e5ac202270feafdcae53c5ea64a6fbf14f", "vaultAddress": "0xa9412ffd7e0866755ae0dda3318470a61f62abe8", @@ -9072,7 +9097,7 @@ "lastPerformanceFee": "0", "lastReport": "1699524035", "lastDebtRatio": "50", - "lastEstimatedTotalAssets": "290301282038319657522", + "lastEstimatedTotalAssets": "290351127376720863772", "isRetired": false, "displayName": "Compound Finance Lender Optimizer", "description": "Supplies {{token}} to [Compound Finance](https://app.compound.finance/markets?market=1_ETH_0xA17581A9E3356d9A858b789D68B4d866e593aE94) to generate interest and earn COMP. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -9118,13 +9143,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "148261196636781467971", + "lastTotalDebt": "155045499818562327293", "lastTotalLoss": "0", - "lastTotalGain": "2225552229882753489", + "lastTotalGain": "2930769906458749661", "lastPerformanceFee": "0", - "lastReport": "1699128095", + "lastReport": "1700942651", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "148966414313357464143", + "lastEstimatedTotalAssets": "155045499818562327293", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -9728,6 +9753,31 @@ "description": "", "protocols": null }, + "0x6cbdc5591dab3a15cdeb8e325d67192e04db9573": { + "address": "0x6cbdc5591dab3a15cdeb8e325d67192e04db9573", + "vaultAddress": "0xba61baa1d96c2f4e25205b331306507bcaea4677", + "name": "StrategyCurveBoostedFactory-yPRISMA-f", + "vaultVersion": "0.4.6", + "activation": 18640190, + "chainID": 1, + "doHealthCheck": false, + "isActive": true, + "isInQueue": true, + "keepCRV": null, + "keepCRVPercent": null, + "keepCVX": null, + "lastTotalDebt": "0", + "lastTotalLoss": "0", + "lastTotalGain": "0", + "lastPerformanceFee": "0", + "lastReport": "1700812295", + "lastDebtRatio": "10000", + "lastEstimatedTotalAssets": "0", + "isRetired": false, + "displayName": "", + "description": "", + "protocols": null + }, "0x6cfacef79ca2aae173dc5089b9179a4193dc5784": { "address": "0x6cfacef79ca2aae173dc5089b9179a4193dc5784", "vaultAddress": "0x595a68a8c9d5c230001848b69b1947ee2a607164", @@ -10006,13 +10056,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "10389307726070138896", + "lastTotalDebt": "11900037578261004235", "lastTotalLoss": "0", "lastTotalGain": "0", "lastPerformanceFee": "0", - "lastReport": "1700489915", + "lastReport": "1700931887", "lastDebtRatio": "8169", - "lastEstimatedTotalAssets": "10389307726070138896", + "lastEstimatedTotalAssets": "11900037578261004235", "isRetired": true, "displayName": "", "description": "", @@ -11609,7 +11659,7 @@ "lastPerformanceFee": "0", "lastReport": "1631550184", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "200901891", + "lastEstimatedTotalAssets": "200903206", "isRetired": false, "displayName": "Compound Finance Flashloan Folding", "description": "Supplies and borrows {{token}} on [Compound Finance](https://app.compound.finance) simultaneously to earn COMP. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy. Flashloans are used to obtain additional {{token}} from [dYdX](https://margin.dydx.exchange/markets/overview) to boost the APY.", @@ -11631,13 +11681,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "53644605916052662682932", + "lastTotalDebt": "53707289633965068569177", "lastTotalLoss": "0", - "lastTotalGain": "331966996887376067957", + "lastTotalGain": "640856543354572934730", "lastPerformanceFee": "0", - "lastReport": "1700644619", + "lastReport": "1700750603", "lastDebtRatio": "8000", - "lastEstimatedTotalAssets": "53644605916052662682932", + "lastEstimatedTotalAssets": "53707289633965068569177", "isRetired": false, "displayName": "Convex Frax Reinvest", "description": "Supplies {{token}} to [Convex Finance](https://www.convexfinance.com/stake) boosted by Convex's veCRV and veFXS to earn CRV, CVX, and FXS (and any other available tokens). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -12269,13 +12319,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "92475168258390937636121", + "lastTotalDebt": "192932182135565662761241", "lastTotalLoss": "0", "lastTotalGain": "0", "lastPerformanceFee": "0", - "lastReport": "1700135951", + "lastReport": "1700905475", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "92475168258390937636121", + "lastEstimatedTotalAssets": "192932182135565662761241", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -12302,7 +12352,7 @@ "lastPerformanceFee": "0", "lastReport": "1700316611", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "980706855036093064450895", + "lastEstimatedTotalAssets": "981129144746482874783243", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -12518,11 +12568,11 @@ "keepCVX": null, "lastTotalDebt": "297357658758322734706038", "lastTotalLoss": "0", - "lastTotalGain": "13111009548160993106347", + "lastTotalGain": "14848336789917190848509", "lastPerformanceFee": "0", - "lastReport": "1700052839", + "lastReport": "1700916899", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "299094986000078932448200", + "lastEstimatedTotalAssets": "297357658758322734706038", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -12733,13 +12783,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "1859241454552833224487959", + "lastTotalDebt": "1947084541940529282187830", "lastTotalLoss": "0", - "lastTotalGain": "250132292609780109393441", + "lastTotalGain": "256769036119714796837989", "lastPerformanceFee": "0", - "lastReport": "1700357555", + "lastReport": "1701053279", "lastDebtRatio": "3562", - "lastEstimatedTotalAssets": "1865878198062767911932507", + "lastEstimatedTotalAssets": "1947084541940529282187830", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -12785,13 +12835,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "6592882776955386963264", - "lastTotalLoss": "274", + "lastTotalDebt": "6555534215597572731709", + "lastTotalLoss": "279", "lastTotalGain": "21652936223660707981", "lastPerformanceFee": "0", "lastReport": "1699575059", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "6594464885320157683159", + "lastEstimatedTotalAssets": "6557116323962343451610", "isRetired": false, "displayName": "Yearn Delegate", "description": "Deposits {{token}} in a newer version [Yearn](https://yearn.fi/#/vaults) Vault. If this strategy is active it is recommended users migrate to the newer vault. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -13053,13 +13103,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "1262633521552654837433732", + "lastTotalDebt": "1266609802324395299005602", "lastTotalLoss": "0", - "lastTotalGain": "55550410570538446504541", + "lastTotalGain": "63284134037938629301165", "lastPerformanceFee": "0", - "lastReport": "1700119967", + "lastReport": "1700724779", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "1270367245020055020230356", + "lastEstimatedTotalAssets": "1271073627886786345782109", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -13316,13 +13366,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "1389734593941065902813", + "lastTotalDebt": "1386009172411344013100", "lastTotalLoss": "0", - "lastTotalGain": "103407836750416152183", + "lastTotalGain": "114796051023418775813", "lastPerformanceFee": "0", - "lastReport": "1700379251", + "lastReport": "1700984099", "lastDebtRatio": "7145", - "lastEstimatedTotalAssets": "1401122808214068526443", + "lastEstimatedTotalAssets": "1386009172411344013100", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -13508,7 +13558,7 @@ "lastPerformanceFee": "0", "lastReport": "1627775758", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "10753300546057112758854", + "lastEstimatedTotalAssets": "10587735704887928591569", "isRetired": true, "displayName": "", "description": "", @@ -13555,13 +13605,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "19441997441908", + "lastTotalDebt": "17387599552067", "lastTotalLoss": "0", - "lastTotalGain": "455509528537", + "lastTotalGain": "491484220220", "lastPerformanceFee": "0", - "lastReport": "1700425403", + "lastReport": "1700857475", "lastDebtRatio": "8848", - "lastEstimatedTotalAssets": "19470908494817", + "lastEstimatedTotalAssets": "17394320772677", "isRetired": false, "displayName": "Compound Finance Flashmint Folding", "description": "Supplies and borrows {{token}} on [Compound Finance](https://app.compound.finance) simultaneously to earn COMP. Flashmints are used to mint DAI from [MakerDAO](https://oasis.app) to flashlend and fold the position, boosting the APY. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -13583,13 +13633,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "2109167374854803546395849", - "lastTotalLoss": "80", + "lastTotalDebt": "2108959337258583541225086", + "lastTotalLoss": "81", "lastTotalGain": "3712129947769352083874", "lastPerformanceFee": "0", "lastReport": "1699920767", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "2109167374854803546395850", + "lastEstimatedTotalAssets": "2108959337258583541225088", "isRetired": false, "displayName": "Yearn Delegate", "description": "Deposits {{token}} in a newer version [Yearn](https://yearn.fi/#/vaults) Vault. If this strategy is active it is recommended users migrate to the newer vault. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -13880,7 +13930,7 @@ "lastPerformanceFee": "0", "lastReport": "1671641375", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "1262633521552654837433732", + "lastEstimatedTotalAssets": "1266609802324395299005602", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -13907,7 +13957,7 @@ "lastPerformanceFee": "1000", "lastReport": "1627520493", "lastDebtRatio": "9800", - "lastEstimatedTotalAssets": "398892693246621063186", + "lastEstimatedTotalAssets": "399246684500586012548", "isRetired": false, "displayName": "", "description": "", @@ -14072,6 +14122,31 @@ "description": "", "protocols": null }, + "0x9c2ac19775023bec9dd1f9208cbcd9fc3a19d5f2": { + "address": "0x9c2ac19775023bec9dd1f9208cbcd9fc3a19d5f2", + "vaultAddress": "0xba61baa1d96c2f4e25205b331306507bcaea4677", + "name": "StrategyConvexFactory-yPRISMA-f", + "vaultVersion": "0.4.6", + "activation": 18640190, + "chainID": 1, + "doHealthCheck": false, + "isActive": false, + "isInQueue": true, + "keepCRV": null, + "keepCRVPercent": null, + "keepCVX": null, + "lastTotalDebt": "0", + "lastTotalLoss": "0", + "lastTotalGain": "0", + "lastPerformanceFee": "0", + "lastReport": "1700812295", + "lastDebtRatio": "0", + "lastEstimatedTotalAssets": "0", + "isRetired": true, + "displayName": "", + "description": "", + "protocols": null + }, "0x9cff0533972da48ac05a00a375cc1a65e87da7ec": { "address": "0x9cff0533972da48ac05a00a375cc1a65e87da7ec", "vaultAddress": "0xda816459f1ab5631232fe5e97a05bbbb94970c95", @@ -14191,13 +14266,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "1291345770018257368348", + "lastTotalDebt": "1290642199032420035415", "lastTotalLoss": "0", - "lastTotalGain": "391030394617188759628", + "lastTotalGain": "391847275014982253243", "lastPerformanceFee": "0", - "lastReport": "1700496695", + "lastReport": "1700928707", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "1291345770018257368348", + "lastEstimatedTotalAssets": "1290642199032420035415", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -14220,11 +14295,11 @@ "keepCVX": null, "lastTotalDebt": "797412696693509065551", "lastTotalLoss": "0", - "lastTotalGain": "27526825331978561869", + "lastTotalGain": "29645134978163718496", "lastPerformanceFee": "0", - "lastReport": "1700333111", + "lastReport": "1700937995", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "799531006339694222178", + "lastEstimatedTotalAssets": "797412696693509065551", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -14251,7 +14326,7 @@ "lastPerformanceFee": "1000", "lastReport": "1630989686", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "1262633521552654837433732", + "lastEstimatedTotalAssets": "1266609802324395299005602", "isRetired": true, "displayName": "", "description": "", @@ -14332,7 +14407,7 @@ "lastPerformanceFee": "0", "lastReport": "1699451939", "lastDebtRatio": "4000", - "lastEstimatedTotalAssets": "3101558574", + "lastEstimatedTotalAssets": "3101357834", "isRetired": false, "displayName": "Compound Lender Borrower", "description": "Supplies {{token}} on [Compound Finance](https://app.compound.finance/?market=usdc-mainnet) version 3 and borrows USDC which it also deposits to earn COMP. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -14511,13 +14586,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "242826858899639558877", + "lastTotalDebt": "270361009340366540970", "lastTotalLoss": "0", "lastTotalGain": "9765333157061177069", "lastPerformanceFee": "0", - "lastReport": "1699665347", + "lastReport": "1700779295", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "245720984600290216249", + "lastEstimatedTotalAssets": "273635713523958100700", "isRetired": true, "displayName": "", "description": "", @@ -14864,7 +14939,7 @@ "lastPerformanceFee": "0", "lastReport": "1700412311", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "22430074121658528828776", + "lastEstimatedTotalAssets": "22885508047136183387116", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -15264,13 +15339,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "271343568776199842467667", + "lastTotalDebt": "271285717297007813126828", "lastTotalLoss": "0", "lastTotalGain": "37916195839928842774727", "lastPerformanceFee": "0", "lastReport": "1700179727", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "271433077387863862080198", + "lastEstimatedTotalAssets": "271375225908671832739359", "isRetired": false, "displayName": "Aave Lender Optimizer", "description": "Supplies {{token}} to [AAVE](https://app.aave.com/home) to generate interest and earn stkAAVE tokens. Once unlocked, earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -15396,13 +15471,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "10753300546057112758854", + "lastTotalDebt": "10587369250929259607254", "lastTotalLoss": "0", "lastTotalGain": "66126954484731844385", "lastPerformanceFee": "0", "lastReport": "1700630495", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "10753300546057112758854", + "lastEstimatedTotalAssets": "10587735704887928591569", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -15726,7 +15801,7 @@ "lastPerformanceFee": "0", "lastReport": "1671565859", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "10753300546057112758854", + "lastEstimatedTotalAssets": "10587735704887928591569", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -16296,13 +16371,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "224223911924497910895074", + "lastTotalDebt": "282916035274959350249885", "lastTotalLoss": "0", - "lastTotalGain": "59936478258477021788491", + "lastTotalGain": "60681540736465494580245", "lastPerformanceFee": "0", - "lastReport": "1700098967", + "lastReport": "1700913815", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "224223911924497910895074", + "lastEstimatedTotalAssets": "282916035274959350249885", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -16488,7 +16563,7 @@ "lastPerformanceFee": "0", "lastReport": "1643067993", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "6587", + "lastEstimatedTotalAssets": "6493", "isRetired": false, "displayName": "Maker Delegate", "description": "Stakes {{token}} in [MakerDAO](https://oasis.app/borrow) vault and mints DAI. This newly minted DAI is then deposited into the DAI yVault to generate yield.", @@ -16751,7 +16826,7 @@ "lastTotalLoss": "0", "lastTotalGain": "1214745855759339404899", "lastPerformanceFee": "0", - "lastReport": "1698237347", + "lastReport": "1700829395", "lastDebtRatio": "6000", "lastEstimatedTotalAssets": "31949453159604863901131", "isRetired": false, @@ -16912,7 +16987,7 @@ "lastPerformanceFee": "0", "lastReport": "1629082281", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "1291345770018257368348", + "lastEstimatedTotalAssets": "1290642199032420035415", "isRetired": true, "displayName": "", "description": "", @@ -17013,7 +17088,7 @@ "lastTotalLoss": "0", "lastTotalGain": "231019507081", "lastPerformanceFee": "0", - "lastReport": "1698421067", + "lastReport": "1701013163", "lastDebtRatio": "0", "lastEstimatedTotalAssets": "6696171855", "isRetired": false, @@ -17758,13 +17833,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "11293236028130620191739", + "lastTotalDebt": "11530402922053627631064", "lastTotalLoss": "0", - "lastTotalGain": "561947037465787841780", + "lastTotalGain": "625197375994449788830", "lastPerformanceFee": "0", - "lastReport": "1700346191", + "lastReport": "1700951135", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "11356486366659282138789", + "lastEstimatedTotalAssets": "11530402922053627631064", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -17772,6 +17847,31 @@ "Curve Finance" ] }, + "0xc390155ed6a09e4e8f02b412e24e7e5d3f7276dd": { + "address": "0xc390155ed6a09e4e8f02b412e24e7e5d3f7276dd", + "vaultAddress": "0x4c2df8adb2b14e1d5fdbd9d11a2cf7562b67adc9", + "name": "StrategyConvexFactory-mevETHfrxE-f", + "vaultVersion": "0.4.6", + "activation": 18651316, + "chainID": 1, + "doHealthCheck": false, + "isActive": false, + "isInQueue": true, + "keepCRV": null, + "keepCRVPercent": null, + "keepCVX": null, + "lastTotalDebt": "0", + "lastTotalLoss": "0", + "lastTotalGain": "0", + "lastPerformanceFee": "0", + "lastReport": "1700946827", + "lastDebtRatio": "0", + "lastEstimatedTotalAssets": "0", + "isRetired": true, + "displayName": "", + "description": "", + "protocols": null + }, "0xc45b3312c0de684301a58a1eee558151bbe8f45c": { "address": "0xc45b3312c0de684301a58a1eee558151bbe8f45c", "vaultAddress": "0x25212df29073fffa7a67399acefc2dd75a831a1a", @@ -17871,7 +17971,7 @@ "lastPerformanceFee": "0", "lastReport": "1633059227", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "9850520428", + "lastEstimatedTotalAssets": "9850719447", "isRetired": true, "displayName": "", "description": "", @@ -18297,7 +18397,7 @@ "lastPerformanceFee": "0", "lastReport": "1654966997", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "1181679448774471331432", + "lastEstimatedTotalAssets": "1168667310057542341445", "isRetired": false, "displayName": "Aave Borrow", "description": "Supplies {{token}} to [AAVE](https://app.aave.com/home) to generate interest and earn staked AAVE tokens. Once unlocked, earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy. This strategy also borrows tokens against {{token}}. Borrowed tokens are then deposited into corresponding yVault to generate yield.", @@ -18480,13 +18580,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "48722697289607949451497", + "lastTotalDebt": "50494732061418427816000", "lastTotalLoss": "0", - "lastTotalGain": "9904025144307351812710", + "lastTotalGain": "10539356690390363196665", "lastPerformanceFee": "0", - "lastReport": "1700325275", + "lastReport": "1700857379", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "49070331534979561699555", + "lastEstimatedTotalAssets": "50494732061418427816000", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -18824,13 +18924,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "558677329356786712327", + "lastTotalDebt": "358401461406133852266", "lastTotalLoss": "0", - "lastTotalGain": "6333854675852887746", + "lastTotalGain": "7356187466263921699", "lastPerformanceFee": "0", - "lastReport": "1699900211", + "lastReport": "1700798819", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "559699662147197746280", + "lastEstimatedTotalAssets": "358705351950943050847", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -18913,7 +19013,7 @@ "lastPerformanceFee": "0", "lastReport": "1641434721", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "1492373969", + "lastEstimatedTotalAssets": "1482639175", "isRetired": true, "displayName": "", "description": "", @@ -19538,13 +19638,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "9014836585867", + "lastTotalDebt": "8956870016626", "lastTotalLoss": "0", "lastTotalGain": "67791501635", "lastPerformanceFee": "0", "lastReport": "1699456979", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "9034037172797", + "lastEstimatedTotalAssets": "8981365015383", "isRetired": false, "displayName": "Aave Optimizer", "description": "Supplies {{token}} to [AAVE](https://app.aave.com) v3 to generate interest and earn rewards. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -19697,13 +19797,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "3429555331192117816199357", + "lastTotalDebt": "3370732157678610722987967", "lastTotalLoss": "0", - "lastTotalGain": "2801949861302360005213", + "lastTotalGain": "9668449211862417871769", "lastPerformanceFee": "0", - "lastReport": "1700400743", + "lastReport": "1701053267", "lastDebtRatio": "6438", - "lastEstimatedTotalAssets": "3436421830542677874065913", + "lastEstimatedTotalAssets": "3370732157678610722987967", "isRetired": true, "displayName": "Convex Reinvest", "description": "Supplies {{token}} to [Convex Finance](https://www.convexfinance.com/stake) boosted by Convex's veCRV to earn CRV and CVX (and any other available tokens). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -19972,7 +20072,7 @@ "lastPerformanceFee": "0", "lastReport": "1700640851", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "144215009950871177686", + "lastEstimatedTotalAssets": "144844965626801745287", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -20282,7 +20382,7 @@ "lastPerformanceFee": "0", "lastReport": "1700610863", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "156221364960113662336", + "lastEstimatedTotalAssets": "157964337926678996339", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -20914,13 +21014,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "1256700132628904553185559", + "lastTotalDebt": "1249138367204739062920027", "lastTotalLoss": "0", "lastTotalGain": "7501874959617424351125", "lastPerformanceFee": "0", "lastReport": "1699808903", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "1258349570372962454277961", + "lastEstimatedTotalAssets": "1250787804948796964012429", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -21288,7 +21388,7 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "40961762992123660106353858", + "lastTotalDebt": "40682804403590095265854518", "lastTotalLoss": "0", "lastTotalGain": "1123305542539830424482856", "lastPerformanceFee": "0", @@ -21919,13 +22019,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "23874572766378596092911", + "lastTotalDebt": "23733028410780401994407", "lastTotalLoss": "0", "lastTotalGain": "549883734866382331927", "lastPerformanceFee": "0", "lastReport": "1700354807", "lastDebtRatio": "4164", - "lastEstimatedTotalAssets": "23878443104712657313851", + "lastEstimatedTotalAssets": "23743692439972434999256", "isRetired": true, "displayName": "", "description": "", @@ -22296,7 +22396,7 @@ "lastTotalLoss": "0", "lastTotalGain": "0", "lastPerformanceFee": "0", - "lastReport": "1699131743", + "lastReport": "1700946347", "lastDebtRatio": "10000", "lastEstimatedTotalAssets": "117881730245955109733", "isRetired": false, @@ -22741,13 +22841,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "4145584682753533273274", + "lastTotalDebt": "4143605936859547699585", "lastTotalLoss": "0", - "lastTotalGain": "186050355498303208339", + "lastTotalGain": "192694448938421343529", "lastPerformanceFee": "0", - "lastReport": "1700544707", + "lastReport": "1700976731", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "4145584682753533273274", + "lastEstimatedTotalAssets": "4143605936859547699585", "isRetired": false, "displayName": "Curve Boost", "description": "Supplies {{token}} to [Curve Finance](https://curve.fi) and stakes it in gauge to collect any available tokens and earn enhanced CRV rewards thanks to [Yearn's locked CRV boost](https://docs.yearn.fi/getting-started/guides/how-boost-works). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -22965,7 +23065,7 @@ "lastTotalLoss": "0", "lastTotalGain": "7153248748486638764762", "lastPerformanceFee": "0", - "lastReport": "1699714367", + "lastReport": "1700924003", "lastDebtRatio": "10000", "lastEstimatedTotalAssets": "134039358863099800547332", "isRetired": false, @@ -23153,7 +23253,7 @@ "lastTotalLoss": "0", "lastTotalGain": "874343860688403358625", "lastPerformanceFee": "0", - "lastReport": "1699201535", + "lastReport": "1701015959", "lastDebtRatio": "10000", "lastEstimatedTotalAssets": "20858919720834570673573", "isRetired": false, @@ -23465,13 +23565,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "555310324101013737233", + "lastTotalDebt": "550096298167183240784", "lastTotalLoss": "0", "lastTotalGain": "0", "lastPerformanceFee": "0", "lastReport": "1699798883", "lastDebtRatio": "2855", - "lastEstimatedTotalAssets": "555310324101013737233", + "lastEstimatedTotalAssets": "550096298167183240784", "isRetired": true, "displayName": "Convex Reinvest", "description": "Supplies {{token}} to [Convex Finance](https://www.convexfinance.com/stake) boosted by Convex's veCRV to earn CRV and CVX (and any other available tokens). Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", diff --git a/data/meta/strategies/10.json b/data/meta/strategies/10.json index 29a5a4a6..e6901aee 100644 --- a/data/meta/strategies/10.json +++ b/data/meta/strategies/10.json @@ -1,9 +1,9 @@ { - "lastUpdate": "2023-11-22T11:59:43.714537+01:00", + "lastUpdate": "2023-11-27T12:25:15.086369+01:00", "version": { "major": 0, "minor": 0, - "patch": 68 + "patch": 69 }, "shouldRefresh": false, "strategies": { @@ -20,13 +20,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "793007896470226003905", + "lastTotalDebt": "792967698820840450756", "lastTotalLoss": "0", - "lastTotalGain": "8077118623726136072", + "lastTotalGain": "8565516037854241944", "lastPerformanceFee": "0", - "lastReport": "1700603747", + "lastReport": "1701035639", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "793007896470226003905", + "lastEstimatedTotalAssets": "792967698820840450756", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -51,9 +51,9 @@ "lastTotalLoss": "0", "lastTotalGain": "462749446408468667", "lastPerformanceFee": "0", - "lastReport": "1700582271", + "lastReport": "1701014281", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "206264670", + "lastEstimatedTotalAssets": "206334609", "isRetired": false, "displayName": "Sonne Finance Lender Borrower", "description": "Supplies and borrows {{token}} on [Sonne Finance](https://sonne.finance) simultaneously to earn SONNE. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -74,13 +74,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "1028332938798554114873", + "lastTotalDebt": "295669362838627085390", "lastTotalLoss": "0", - "lastTotalGain": "65267419154993114191", + "lastTotalGain": "67683625192145232393", "lastPerformanceFee": "0", - "lastReport": "1700139855", + "lastReport": "1700922765", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "1028332938798554114873", + "lastEstimatedTotalAssets": "295669362838627085390", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -188,7 +188,7 @@ "lastPerformanceFee": "0", "lastReport": "1699194331", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "218167737", + "lastEstimatedTotalAssets": "218223107", "isRetired": false, "displayName": "Sonne Finance Lender Borrower", "description": "Supplies and borrows {{token}} on [Sonne Finance](https://sonne.finance) simultaneously to earn SONNE. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -265,9 +265,9 @@ "keepCVX": null, "lastTotalDebt": "59823903441979467441455", "lastTotalLoss": "0", - "lastTotalGain": "2620705185847829194162", + "lastTotalGain": "2703404219490066364091", "lastPerformanceFee": "0", - "lastReport": "1700194621", + "lastReport": "1700667849", "lastDebtRatio": "10000", "lastEstimatedTotalAssets": "59823903441979467441455", "isRetired": false, @@ -290,13 +290,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "12407470560361844408734", + "lastTotalDebt": "12072107794854143362878", "lastTotalLoss": "0", - "lastTotalGain": "9443287261390125441604", + "lastTotalGain": "9481437321995094963652", "lastPerformanceFee": "0", - "lastReport": "1700233319", + "lastReport": "1700869515", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "12407470560361844408734", + "lastEstimatedTotalAssets": "12072107794854143362878", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -317,13 +317,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "188862905718", + "lastTotalDebt": "212132639853", "lastTotalLoss": "0", - "lastTotalGain": "41171062269", + "lastTotalGain": "41383312739", "lastPerformanceFee": "0", - "lastReport": "1700413475", + "lastReport": "1700931901", "lastDebtRatio": "3525", - "lastEstimatedTotalAssets": "188979446675", + "lastEstimatedTotalAssets": "212197284225", "isRetired": false, "displayName": "Aave Optimizer", "description": "Supplies {{token}} to [AAVE](https://app.aave.com/home) v3 to generate interest, earn OP tokens, and rewards. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -344,13 +344,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "552258626905223759935855", + "lastTotalDebt": "518960907242160841486578", "lastTotalLoss": "0", - "lastTotalGain": "0", + "lastTotalGain": "876463361659942092165", "lastPerformanceFee": "0", - "lastReport": "1699107851", + "lastReport": "1701060893", "lastDebtRatio": "7000", - "lastEstimatedTotalAssets": "552474131177883757983209", + "lastEstimatedTotalAssets": "518969049815321689716062", "isRetired": false, "displayName": "", "description": "", @@ -396,13 +396,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "1532251943375747", + "lastTotalDebt": "1533147988594975", "lastTotalLoss": "0", - "lastTotalGain": "24548512764407", + "lastTotalGain": "25431355352707", "lastPerformanceFee": "0", - "lastReport": "1700158209", + "lastReport": "1700798803", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "1532251943375747", + "lastEstimatedTotalAssets": "1533147988594975", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -450,13 +450,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "357059451997878798", + "lastTotalDebt": "367889656942753850", "lastTotalLoss": "0", - "lastTotalGain": "53253898465986190", + "lastTotalGain": "55675304497906183", "lastPerformanceFee": "0", - "lastReport": "1700628885", + "lastReport": "1701035631", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "357059451997878798", + "lastEstimatedTotalAssets": "367889656942753850", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -504,13 +504,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "500002821302583", + "lastTotalDebt": "8078411442422144", "lastTotalLoss": "0", - "lastTotalGain": "327193167803062", + "lastTotalGain": "414538636911241", "lastPerformanceFee": "0", - "lastReport": "1700053187", + "lastReport": "1700836465", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "500002821302583", + "lastEstimatedTotalAssets": "8078411442422144", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -535,7 +535,7 @@ "lastTotalLoss": "0", "lastTotalGain": "804169356", "lastPerformanceFee": "0", - "lastReport": "1700567221", + "lastReport": "1700999231", "lastDebtRatio": "0", "lastEstimatedTotalAssets": "0", "isRetired": true, @@ -615,7 +615,7 @@ "lastTotalLoss": "1", "lastTotalGain": "1244476809", "lastPerformanceFee": "0", - "lastReport": "1700567197", + "lastReport": "1700999207", "lastDebtRatio": "0", "lastEstimatedTotalAssets": "1", "isRetired": false, @@ -638,13 +638,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "98520669897141267622", + "lastTotalDebt": "76454598230369134159", "lastTotalLoss": "0", - "lastTotalGain": "257207648802935483", + "lastTotalGain": "321261689195018290", "lastPerformanceFee": "0", - "lastReport": "1700542105", + "lastReport": "1701005831", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "98520669897141267622", + "lastEstimatedTotalAssets": "76454598230369134159", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -692,13 +692,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "13232468074208483697949", + "lastTotalDebt": "13271026575581498604218", "lastTotalLoss": "0", - "lastTotalGain": "257784866680818170448", + "lastTotalGain": "277165850850724968657", "lastPerformanceFee": "0", - "lastReport": "1700542133", + "lastReport": "1701035647", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "13232468074208483697949", + "lastEstimatedTotalAssets": "13271026575581498604218", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -773,13 +773,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "71080466319979998692368", + "lastTotalDebt": "86138116982915395464933", "lastTotalLoss": "0", - "lastTotalGain": "5675243771862888872615", + "lastTotalGain": "5787273573959076290257", "lastPerformanceFee": "0", - "lastReport": "1700053225", + "lastReport": "1700798857", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "71080466319979998692368", + "lastEstimatedTotalAssets": "86138116982915395464933", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -827,13 +827,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "273670667757498176293721", + "lastTotalDebt": "388822255256660676898124", "lastTotalLoss": "0", - "lastTotalGain": "2507814991410152420735", + "lastTotalGain": "2773021288743102067049", "lastPerformanceFee": "0", - "lastReport": "1700542171", + "lastReport": "1700922815", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "273670667757498176293721", + "lastEstimatedTotalAssets": "388822255256660676898124", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -854,13 +854,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "138713062172151582", + "lastTotalDebt": "142794467062579930", "lastTotalLoss": "0", - "lastTotalGain": "4501798365956526", + "lastTotalGain": "4667390344245409", "lastPerformanceFee": "0", - "lastReport": "1700542089", + "lastReport": "1700798793", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "138713062172151582", + "lastEstimatedTotalAssets": "142794467062579930", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -881,13 +881,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "3234023701385653521468", + "lastTotalDebt": "3415059598413543869907", "lastTotalLoss": "0", - "lastTotalGain": "97255768119145783040", + "lastTotalGain": "104102936120889736165", "lastPerformanceFee": "0", - "lastReport": "1700603759", + "lastReport": "1701005847", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "3234023701385653521468", + "lastEstimatedTotalAssets": "3415059598413543869907", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -908,13 +908,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "1317802901735044193547", + "lastTotalDebt": "731702685023516644372", "lastTotalLoss": "0", - "lastTotalGain": "16107581438742308178", + "lastTotalGain": "19643777338808857718", "lastPerformanceFee": "0", - "lastReport": "1700577539", + "lastReport": "1700836483", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "1317802901735044193547", + "lastEstimatedTotalAssets": "731702685023516644372", "isRetired": false, "displayName": "", "description": "", @@ -1013,13 +1013,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "346043528823814793100480", + "lastTotalDebt": "221570161603327365224266", "lastTotalLoss": "0", - "lastTotalGain": "5194924004047906423652", + "lastTotalGain": "6277684128271869804095", "lastPerformanceFee": "0", - "lastReport": "1697196495", + "lastReport": "1700730671", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "347116283267730047364131", + "lastEstimatedTotalAssets": "221626220534239542886731", "isRetired": false, "displayName": "Aave Optimizer", "description": "Supplies {{token}} to [AAVE](https://app.aave.com/home) v3 to generate interest, earn OP tokens, and rewards. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -1040,13 +1040,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "16198171630061325444881", + "lastTotalDebt": "16719602937866204640208", "lastTotalLoss": "0", - "lastTotalGain": "5275068286725801722200", + "lastTotalGain": "5708579016301200584682", "lastPerformanceFee": "0", - "lastReport": "1700012401", + "lastReport": "1700667779", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "16198171630061325444881", + "lastEstimatedTotalAssets": "16719602937866204640208", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -1127,7 +1127,7 @@ "lastPerformanceFee": "0", "lastReport": "1689173611", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "218167737", + "lastEstimatedTotalAssets": "218223107", "isRetired": false, "displayName": "Sonne Finance Lender Borrower", "description": "Supplies and borrows {{token}} on [Sonne Finance](https://sonne.finance) simultaneously to earn SONNE. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -1228,13 +1228,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "9982100027158883", + "lastTotalDebt": "10043276204473677", "lastTotalLoss": "0", - "lastTotalGain": "277043270014195", + "lastTotalGain": "325217215080998", "lastPerformanceFee": "0", - "lastReport": "1700158245", + "lastReport": "1700798839", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "9982100027158883", + "lastEstimatedTotalAssets": "10043276204473677", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -1255,13 +1255,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "2203214817918500435409", + "lastTotalDebt": "2503880440030737935623", "lastTotalLoss": "0", - "lastTotalGain": "7025085279016155968", + "lastTotalGain": "11008417098309474491", "lastPerformanceFee": "0", - "lastReport": "1700542117", + "lastReport": "1701005839", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "2203214817918500435409", + "lastEstimatedTotalAssets": "2503880440030737935623", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -1314,7 +1314,7 @@ "lastPerformanceFee": "0", "lastReport": "1689173611", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "2190058082479204666", + "lastEstimatedTotalAssets": "1931430191344957027", "isRetired": false, "displayName": "Sonne Finance Lender Borrower", "description": "Supplies and borrows {{token}} on [Sonne Finance](https://sonne.finance) simultaneously to earn SONNE. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -1335,13 +1335,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "502525218437555728680077", - "lastTotalLoss": "44756254278700798209", - "lastTotalGain": "1595912640519497498040", + "lastTotalDebt": "502947544563545722486403", + "lastTotalLoss": "44771850342226790394", + "lastTotalGain": "2177543950916030824402", "lastPerformanceFee": "0", - "lastReport": "1700643153", + "lastReport": "1701074741", "lastDebtRatio": "4000", - "lastEstimatedTotalAssets": "502533924900271569041356", + "lastEstimatedTotalAssets": "502958873257860490652402", "isRetired": false, "displayName": "", "description": "", @@ -1360,13 +1360,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "456957276667", + "lastTotalDebt": "563314031499", "lastTotalLoss": "0", - "lastTotalGain": "962774200", + "lastTotalGain": "1447812157", "lastPerformanceFee": "0", - "lastReport": "1700586281", + "lastReport": "1701018293", "lastDebtRatio": "6475", - "lastEstimatedTotalAssets": "457031177751", + "lastEstimatedTotalAssets": "563396710790", "isRetired": false, "displayName": "", "description": "", @@ -1412,13 +1412,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "3917365", + "lastTotalDebt": "3884878", "lastTotalLoss": "0", - "lastTotalGain": "9321", + "lastTotalGain": "9347", "lastPerformanceFee": "0", - "lastReport": "1700236787", + "lastReport": "1700668795", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "3917390", + "lastEstimatedTotalAssets": "3884902", "isRetired": false, "displayName": "Aave Optimizer", "description": "Supplies {{token}} to [AAVE](https://app.aave.com/home) v3 to generate interest, earn OP tokens, and rewards. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -1439,13 +1439,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "138275245528594", + "lastTotalDebt": "127516581132056", "lastTotalLoss": "0", - "lastTotalGain": "1041441095804", + "lastTotalGain": "1053916463111", "lastPerformanceFee": "0", - "lastReport": "1700506313", + "lastReport": "1700667865", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "138275245528594", + "lastEstimatedTotalAssets": "127516581132056", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -1466,13 +1466,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "23730066093565808922", + "lastTotalDebt": "23700626047948170953", "lastTotalLoss": "0", - "lastTotalGain": "6385450314114381", + "lastTotalGain": "52450028467631269", "lastPerformanceFee": "0", - "lastReport": "1699055939", + "lastReport": "1700662907", "lastDebtRatio": "410", - "lastEstimatedTotalAssets": "23701657911040327392", + "lastEstimatedTotalAssets": "23707713322807985154", "isRetired": false, "displayName": "", "description": "", @@ -1495,9 +1495,9 @@ "lastTotalLoss": "0", "lastTotalGain": "1237620524080075489473", "lastPerformanceFee": "0", - "lastReport": "1700647707", + "lastReport": "1701079713", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "209181829", + "lastEstimatedTotalAssets": "209316441", "isRetired": false, "displayName": "Sonne Finance Lender Borrower", "description": "Supplies and borrows {{token}} on [Sonne Finance](https://sonne.finance) simultaneously to earn SONNE. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -1518,13 +1518,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "397382769992276132", + "lastTotalDebt": "400059903797329872", "lastTotalLoss": "0", - "lastTotalGain": "22161193895805569", + "lastTotalGain": "22759066207569357", "lastPerformanceFee": "0", - "lastReport": "1700632567", + "lastReport": "1701005807", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "397382769992276132", + "lastEstimatedTotalAssets": "400059903797329872", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -1626,13 +1626,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "4564112115893", + "lastTotalDebt": "10534555812651", "lastTotalLoss": "0", - "lastTotalGain": "11825028561318", + "lastTotalGain": "17795472258076", "lastPerformanceFee": "0", - "lastReport": "1697835849", + "lastReport": "1700922805", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "4564112115893", + "lastEstimatedTotalAssets": "10534555812651", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -1653,13 +1653,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "445001836470258120", + "lastTotalDebt": "358534159483041571", "lastTotalLoss": "0", - "lastTotalGain": "42679353674236650", + "lastTotalGain": "43019047026278311", "lastPerformanceFee": "0", - "lastReport": "1700506291", + "lastReport": "1700667817", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "445001836470258120", + "lastEstimatedTotalAssets": "358534159483041571", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -1707,13 +1707,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "59425189581306199957", + "lastTotalDebt": "45608533739816359878", "lastTotalLoss": "0", - "lastTotalGain": "889633620226046100", + "lastTotalGain": "900485179684518532", "lastPerformanceFee": "0", - "lastReport": "1700506323", + "lastReport": "1700667873", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "59425189581306199957", + "lastEstimatedTotalAssets": "45608533739816359878", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -1761,13 +1761,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "747573352180050981904212", + "lastTotalDebt": "754111979419967136225611", "lastTotalLoss": "0", - "lastTotalGain": "25904187515569133778818", + "lastTotalGain": "26593730472599211528970", "lastPerformanceFee": "0", - "lastReport": "1700371313", + "lastReport": "1700932351", "lastDebtRatio": "6000", - "lastEstimatedTotalAssets": "747903100226469129158474", + "lastEstimatedTotalAssets": "754259871484334236497879", "isRetired": false, "displayName": "Aave Optimizer", "description": "Supplies {{token}} to [AAVE](https://app.aave.com/home) v3 to generate interest, earn OP tokens, and rewards. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -1788,13 +1788,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "63850320049438401448261", + "lastTotalDebt": "62560857136907039018394", "lastTotalLoss": "0", - "lastTotalGain": "2248873392723328792412", + "lastTotalGain": "2417777602453669724604", "lastPerformanceFee": "0", - "lastReport": "1700098547", + "lastReport": "1700667751", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "63850320049438401448261", + "lastEstimatedTotalAssets": "62560857136907039018394", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -1921,13 +1921,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "22257872480553374779608", + "lastTotalDebt": "19170300257596811944287", "lastTotalLoss": "0", - "lastTotalGain": "6313460700525800603169", + "lastTotalGain": "6349408667183430357366", "lastPerformanceFee": "0", - "lastReport": "1700233319", + "lastReport": "1700869507", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "22257872480553374779608", + "lastEstimatedTotalAssets": "19170300257596811944287", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -2004,9 +2004,9 @@ "keepCVX": null, "lastTotalDebt": "13657466584753755263", "lastTotalLoss": "0", - "lastTotalGain": "1286993137920697352", + "lastTotalGain": "1461275012949405955", "lastPerformanceFee": "0", - "lastReport": "1700158253", + "lastReport": "1700667789", "lastDebtRatio": "10000", "lastEstimatedTotalAssets": "13657466584753755263", "isRetired": false, @@ -2029,13 +2029,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "95338845124425502", + "lastTotalDebt": "175777930214229360", "lastTotalLoss": "0", - "lastTotalGain": "4725164825657209", + "lastTotalGain": "4752608208367861", "lastPerformanceFee": "0", - "lastReport": "1700577511", + "lastReport": "1700699305", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "95338845124425502", + "lastEstimatedTotalAssets": "175777930214229360", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -2110,13 +2110,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "10155232478635", + "lastTotalDebt": "358388562433459", "lastTotalLoss": "0", - "lastTotalGain": "164320902505", + "lastTotalGain": "6427128470461", "lastPerformanceFee": "0", - "lastReport": "1698928857", + "lastReport": "1700758673", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "10155232478635", + "lastEstimatedTotalAssets": "358388562433459", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -2170,7 +2170,7 @@ "lastPerformanceFee": "0", "lastReport": "1689168685", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "209181829", + "lastEstimatedTotalAssets": "209316441", "isRetired": false, "displayName": "Sonne Finance Lender Borrower", "description": "Supplies and borrows {{token}} on [Sonne Finance](https://sonne.finance) simultaneously to earn SONNE. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -2191,13 +2191,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "27059068304801466720744", + "lastTotalDebt": "22322705855256402964795", "lastTotalLoss": "0", - "lastTotalGain": "10752109009812218691130", + "lastTotalGain": "11601551569827210871223", "lastPerformanceFee": "0", - "lastReport": "1700505759", + "lastReport": "1700965655", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "27059068304801466720744", + "lastEstimatedTotalAssets": "22322705855256402964795", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -2220,9 +2220,9 @@ "keepCVX": null, "lastTotalDebt": "322927800613981", "lastTotalLoss": "0", - "lastTotalGain": "30563626226663", + "lastTotalGain": "38646089767063", "lastPerformanceFee": "0", - "lastReport": "1699394991", + "lastReport": "1700798865", "lastDebtRatio": "10000", "lastEstimatedTotalAssets": "322927800613981", "isRetired": false, @@ -2249,9 +2249,9 @@ "lastTotalLoss": "0", "lastTotalGain": "34443106299877163714", "lastPerformanceFee": "0", - "lastReport": "1700582251", + "lastReport": "1701014257", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "210036999", + "lastEstimatedTotalAssets": "210151056", "isRetired": false, "displayName": "Sonne Finance Lender Borrower", "description": "Supplies and borrows {{token}} on [Sonne Finance](https://sonne.finance) simultaneously to earn SONNE. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -2278,7 +2278,7 @@ "lastPerformanceFee": "0", "lastReport": "1689168685", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "206264670", + "lastEstimatedTotalAssets": "206334609", "isRetired": false, "displayName": "Sonne Finance Lender Borrower", "description": "Supplies and borrows {{token}} on [Sonne Finance](https://sonne.finance) simultaneously to earn SONNE. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -2301,11 +2301,11 @@ "keepCVX": null, "lastTotalDebt": "496011483749", "lastTotalLoss": "0", - "lastTotalGain": "453812337", + "lastTotalGain": "767395345", "lastPerformanceFee": "0", - "lastReport": "1700586275", + "lastReport": "1701018285", "lastDebtRatio": "3135", - "lastEstimatedTotalAssets": "496069195446", + "lastEstimatedTotalAssets": "496201195079", "isRetired": false, "displayName": "", "description": "", @@ -2324,13 +2324,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "6502428129024265", + "lastTotalDebt": "6598831974359351", "lastTotalLoss": "0", - "lastTotalGain": "1330886513642917", + "lastTotalGain": "1435317833026962", "lastPerformanceFee": "0", - "lastReport": "1700158217", + "lastReport": "1700798819", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "6502428129024265", + "lastEstimatedTotalAssets": "6598831974359351", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -2351,13 +2351,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "43571405470625177996873", + "lastTotalDebt": "43617024488190124663169", "lastTotalLoss": "0", - "lastTotalGain": "3394150583647627493966", + "lastTotalGain": "3575263580177303091281", "lastPerformanceFee": "0", - "lastReport": "1700098561", + "lastReport": "1700667841", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "43571405470625177996873", + "lastEstimatedTotalAssets": "43617024488190124663169", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -2512,13 +2512,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "27345582348220317936363", + "lastTotalDebt": "28960398698406778795767", "lastTotalLoss": "0", - "lastTotalGain": "14906108602322578647258", + "lastTotalGain": "16191138433367479443717", "lastPerformanceFee": "0", - "lastReport": "1700400207", + "lastReport": "1701055413", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "27345582348220317936363", + "lastEstimatedTotalAssets": "28960398698406778795767", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -2566,13 +2566,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "12972079912859760364588", + "lastTotalDebt": "12975733430889441542743", "lastTotalLoss": "0", - "lastTotalGain": "380191714095022250115", + "lastTotalGain": "388421353664367141995", "lastPerformanceFee": "0", - "lastReport": "1700582241", + "lastReport": "1700908803", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "12972859979349304069185", + "lastEstimatedTotalAssets": "12977668100358482013236", "isRetired": false, "displayName": "Aave Optimizer", "description": "Supplies {{token}} to [AAVE](https://app.aave.com/home) v3 to generate interest, earn OP tokens, and rewards. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -2779,13 +2779,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "66126955357531911", + "lastTotalDebt": "45268774856621752", "lastTotalLoss": "0", - "lastTotalGain": "5298951991052961", + "lastTotalGain": "5381615927058825", "lastPerformanceFee": "0", - "lastReport": "1700505737", + "lastReport": "1700869497", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "66126955357531911", + "lastEstimatedTotalAssets": "45268774856621752", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -2808,9 +2808,9 @@ "keepCVX": null, "lastTotalDebt": "5070026842811385069", "lastTotalLoss": "0", - "lastTotalGain": "6463246132113887017", + "lastTotalGain": "6588801303214975124", "lastPerformanceFee": "0", - "lastReport": "1699848999", + "lastReport": "1700836473", "lastDebtRatio": "10000", "lastEstimatedTotalAssets": "5070026842811385069", "isRetired": false, @@ -2833,13 +2833,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "4829431708749511352533", + "lastTotalDebt": "7035146990002156309609", "lastTotalLoss": "0", - "lastTotalGain": "21722748441252676908", + "lastTotalGain": "35474634628686534001", "lastPerformanceFee": "0", - "lastReport": "1700577547", + "lastReport": "1701005855", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "4829431708749511352533", + "lastEstimatedTotalAssets": "7035146990002156309609", "isRetired": false, "displayName": "", "description": "", @@ -2858,13 +2858,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "5287298359382516", + "lastTotalDebt": "5956005032789935", "lastTotalLoss": "0", - "lastTotalGain": "156302182489417", + "lastTotalGain": "158090261154893", "lastPerformanceFee": "0", - "lastReport": "1700542143", + "lastReport": "1700667807", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "5287298359382516", + "lastEstimatedTotalAssets": "5956005032789935", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -2912,13 +2912,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "46256761114268483", + "lastTotalDebt": "53180333280344391", "lastTotalLoss": "0", - "lastTotalGain": "3322380555815332", + "lastTotalGain": "3512926604907931", "lastPerformanceFee": "0", - "lastReport": "1700053153", + "lastReport": "1701005815", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "46256761114268483", + "lastEstimatedTotalAssets": "53180333280344391", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -2943,7 +2943,7 @@ "lastTotalLoss": "0", "lastTotalGain": "4234602544453471730", "lastPerformanceFee": "0", - "lastReport": "1700602705", + "lastReport": "1701034711", "lastDebtRatio": "0", "lastEstimatedTotalAssets": "4278908295918351090", "isRetired": false, @@ -3020,13 +3020,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "115093996135296373528285", + "lastTotalDebt": "115281937156100659034982", "lastTotalLoss": "0", - "lastTotalGain": "15357332705899573396349", + "lastTotalGain": "16028866188790209162085", "lastPerformanceFee": "0", - "lastReport": "1700053145", + "lastReport": "1700667639", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "115093996135296373528285", + "lastEstimatedTotalAssets": "115281937156100659034982", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -3047,13 +3047,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "1067372244022", + "lastTotalDebt": "873745438202", "lastTotalLoss": "0", - "lastTotalGain": "52166384753", + "lastTotalGain": "52895279899", "lastPerformanceFee": "0", - "lastReport": "1700413475", + "lastReport": "1700931903", "lastDebtRatio": "6865", - "lastEstimatedTotalAssets": "1067755119866", + "lastEstimatedTotalAssets": "874008242029", "isRetired": false, "displayName": "Aave Optimizer", "description": "Supplies {{token}} to [AAVE](https://app.aave.com/home) v3 to generate interest, earn OP tokens, and rewards. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -3101,13 +3101,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "240405386405855877", + "lastTotalDebt": "258661132260907731", "lastTotalLoss": "0", - "lastTotalGain": "130236879463164255", + "lastTotalGain": "136181623154656032", "lastPerformanceFee": "0", - "lastReport": "1700433345", + "lastReport": "1700798811", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "240405386405855877", + "lastEstimatedTotalAssets": "258661132260907731", "isRetired": false, "displayName": "Velodrome Reinvest", "description": "Supplies {{token}} to [Velodrome Finance](https://app.velodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn VELO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", @@ -3288,13 +3288,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "457574497633518089178", + "lastTotalDebt": "504634137974010416262", "lastTotalLoss": "0", - "lastTotalGain": "9672142504664116609", + "lastTotalGain": "9913305513004002959", "lastPerformanceFee": "0", - "lastReport": "1700522109", + "lastReport": "1700913107", "lastDebtRatio": "9590", - "lastEstimatedTotalAssets": "457610939521920984533", + "lastEstimatedTotalAssets": "504680616042554623573", "isRetired": false, "displayName": "Aave Optimizer", "description": "Supplies {{token}} to [AAVE](https://app.aave.com/home) v3 to generate interest, earn OP tokens, and rewards. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", diff --git a/data/meta/strategies/137.json b/data/meta/strategies/137.json index 17859c3a..15ee76cb 100644 --- a/data/meta/strategies/137.json +++ b/data/meta/strategies/137.json @@ -1,9 +1,9 @@ { - "lastUpdate": "2023-11-24T12:50:44.563902+01:00", + "lastUpdate": "2023-11-27T12:23:42.589175+01:00", "version": { "major": 0, "minor": 1, - "patch": 8 + "patch": 10 }, "shouldRefresh": false, "strategies": { @@ -20,13 +20,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "656984400415395516947", + "lastTotalDebt": "525595561064706641995", "lastTotalLoss": "0", "lastTotalGain": "0", "lastPerformanceFee": "500", - "lastReport": "1700336003", - "lastDebtRatio": "2500", - "lastEstimatedTotalAssets": "657028220783943094576", + "lastReport": "1700940843", + "lastDebtRatio": "2000", + "lastEstimatedTotalAssets": "525832235840601749011", "isRetired": true, "displayName": "", "description": "", @@ -95,13 +95,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "656984400415395516949", + "lastTotalDebt": "788413443428035534089", "lastTotalLoss": "0", "lastTotalGain": "0", "lastPerformanceFee": "1000", "lastReport": "1700581296", - "lastDebtRatio": "2500", - "lastEstimatedTotalAssets": "708475445676647760132", + "lastDebtRatio": "3000", + "lastEstimatedTotalAssets": "840077675038997549733", "isRetired": true, "displayName": "", "description": "", @@ -145,13 +145,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "5041279649", + "lastTotalDebt": "9073201044", "lastTotalLoss": "0", "lastTotalGain": "0", "lastPerformanceFee": "1000", "lastReport": "1700758301", - "lastDebtRatio": "5001", - "lastEstimatedTotalAssets": "5121718190", + "lastDebtRatio": "9000", + "lastEstimatedTotalAssets": "9157555194", "isRetired": true, "displayName": "", "description": "", @@ -195,13 +195,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "5040054844", + "lastTotalDebt": "1008133449", "lastTotalLoss": "0", "lastTotalGain": "0", "lastPerformanceFee": "500", "lastReport": "1700758281", - "lastDebtRatio": "4999", - "lastEstimatedTotalAssets": "5044129476", + "lastDebtRatio": "1000", + "lastEstimatedTotalAssets": "1012208081", "isRetired": true, "displayName": "", "description": "", diff --git a/data/meta/strategies/250.json b/data/meta/strategies/250.json index 72ec1f8a..4010bdc7 100644 --- a/data/meta/strategies/250.json +++ b/data/meta/strategies/250.json @@ -1,9 +1,9 @@ { - "lastUpdate": "2023-11-22T11:59:11.55935+01:00", + "lastUpdate": "2023-11-27T12:23:42.530113+01:00", "version": { "major": 0, "minor": 0, - "patch": 18 + "patch": 20 }, "shouldRefresh": false, "strategies": { @@ -209,7 +209,7 @@ "lastPerformanceFee": "0", "lastReport": "1654795596", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "316357", + "lastEstimatedTotalAssets": "316364", "isRetired": false, "displayName": "Curve Yield Seeker", "description": "Supplies {{token}} to [Curve Finance](https://ftm.curve.fi) to earn CRV. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -236,7 +236,7 @@ "lastPerformanceFee": "0", "lastReport": "1684017754", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "93894120", + "lastEstimatedTotalAssets": "95129487", "isRetired": false, "displayName": "Geist Folding", "description": "Supplies and borrows {{token}} on [Geist Finance](https://geist.finance/deposit) simultaneously to earn GEIST. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -531,7 +531,7 @@ "lastPerformanceFee": "1000", "lastReport": "1642793166", "lastDebtRatio": "3000", - "lastEstimatedTotalAssets": "164991584074620721893", + "lastEstimatedTotalAssets": "168119376599950590019", "isRetired": false, "displayName": "", "description": "", @@ -791,7 +791,7 @@ "lastTotalLoss": "1569417", "lastTotalGain": "194316559", "lastPerformanceFee": "0", - "lastReport": "1700500013", + "lastReport": "1701032242", "lastDebtRatio": "0", "lastEstimatedTotalAssets": "24", "isRetired": false, @@ -874,7 +874,7 @@ "lastPerformanceFee": "0", "lastReport": "1653146682", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "12", + "lastEstimatedTotalAssets": "11", "isRetired": false, "displayName": "Scream Folding", "description": "Supplies and borrows {{token}} on [Scream](http://scream.sh) simultaneously to earn SCREAM. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -926,9 +926,9 @@ "lastTotalLoss": "296178196188576579664", "lastTotalGain": "79170459263516205056297", "lastPerformanceFee": "0", - "lastReport": "1700645381", + "lastReport": "1701007863", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "149666097", + "lastEstimatedTotalAssets": "151391013", "isRetired": false, "displayName": "Scream Folding", "description": "Supplies and borrows {{token}} on [Scream v2](http://scream.sh) simultaneously to earn SCREAM. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -1145,7 +1145,7 @@ "lastPerformanceFee": "0", "lastReport": "1688662880", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "133441979803829250502668", + "lastEstimatedTotalAssets": "133464058579113499251127", "isRetired": false, "displayName": "Boo Lender Optimizer", "description": "Stakes {{token}} in [SpookySwap](https://spookyswap.finance/pools) to receive xBOO which is staked to earn tokens. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy. Strategy automatically switches to the most profitable xBOO staking pool.", @@ -1195,7 +1195,7 @@ "lastTotalLoss": "328211325", "lastTotalGain": "54494766822", "lastPerformanceFee": "0", - "lastReport": "1700518388", + "lastReport": "1701007320", "lastDebtRatio": "0", "lastEstimatedTotalAssets": "0", "isRetired": true, @@ -1251,7 +1251,7 @@ "lastPerformanceFee": "0", "lastReport": "1652795932", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "234882991558396832678", + "lastEstimatedTotalAssets": "234882993352716355114", "isRetired": true, "displayName": "Beethoven-X Yield Seeker", "description": "Supplies {{token}} to [Beethoven-X](https://beets.fi) Stable Pools to earn BEETS and trading fees. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -1440,7 +1440,7 @@ "lastPerformanceFee": "0", "lastReport": "1688999373", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "206352", + "lastEstimatedTotalAssets": "206523", "isRetired": false, "displayName": "Lender Optimizer", "description": "Supplies {{token}} to [Iron Bank](https://beta.yearn.fi/#/ironbank) or [Scream](https://scream.sh) whichever has the best yield to generate interest. Earned tokens are harvested, sold for more {{token}}, then deposited back into the strategy.", @@ -1597,9 +1597,9 @@ "lastTotalLoss": "1507170242590090255422", "lastTotalGain": "292608170697630062896449", "lastPerformanceFee": "0", - "lastReport": "1700645341", + "lastReport": "1701006764", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "103121190", + "lastEstimatedTotalAssets": "103130609", "isRetired": false, "displayName": "Scream Folding", "description": "Supplies and borrows {{token}} on [Scream v2](http://scream.sh) simultaneously to earn SCREAM. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -1815,7 +1815,7 @@ "lastPerformanceFee": "0", "lastReport": "1648164655", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "53954", + "lastEstimatedTotalAssets": "48706", "isRetired": false, "displayName": "Solidex Joint Provider", "description": "Supplies {{token}} to a [Solidex Finance](https://solidexfinance.com/#/pools) Stable Pool to earn SOLID and SEX. Earned tokens are harvested, divided between the pair, sold for more {{token}} which is deposited back into the strategy.", @@ -2002,7 +2002,7 @@ "lastPerformanceFee": "0", "lastReport": "1654629889", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "129292571087828", + "lastEstimatedTotalAssets": "127383976587014", "isRetired": false, "displayName": "Scream Folding", "description": "Supplies and borrows {{token}} on [Scream](http://scream.sh) simultaneously to earn SCREAM. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -2164,7 +2164,7 @@ "lastPerformanceFee": "0", "lastReport": "1653336768", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "110533942", + "lastEstimatedTotalAssets": "110533865", "isRetired": false, "displayName": "Scream Folding", "description": "Supplies and borrows {{token}} on [Scream](http://scream.sh) simultaneously to earn SCREAM. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -2462,7 +2462,7 @@ "lastPerformanceFee": "0", "lastReport": "1686759478", "lastDebtRatio": "2100", - "lastEstimatedTotalAssets": "166252168066784257635419", + "lastEstimatedTotalAssets": "166255618475032503762982", "isRetired": false, "displayName": "Curve Yield Seeker", "description": "Supplies {{token}} to [Curve Finance](https://ftm.curve.fi) to earn CRV. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", @@ -2863,7 +2863,7 @@ "lastPerformanceFee": "1000", "lastReport": "1642017021", "lastDebtRatio": "5000", - "lastEstimatedTotalAssets": "189305995811095993998", + "lastEstimatedTotalAssets": "192894885172491032360", "isRetired": false, "displayName": "", "description": "", @@ -2938,7 +2938,7 @@ "lastTotalLoss": "0", "lastTotalGain": "703509", "lastPerformanceFee": "1000", - "lastReport": "1698260842", + "lastReport": "1700852852", "lastDebtRatio": "0", "lastEstimatedTotalAssets": "0", "isRetired": true, @@ -3239,7 +3239,7 @@ "lastPerformanceFee": "0", "lastReport": "1653335330", "lastDebtRatio": "0", - "lastEstimatedTotalAssets": "116444348", + "lastEstimatedTotalAssets": "116442243", "isRetired": false, "displayName": "Scream Folding", "description": "Supplies and borrows {{token}} on [Scream](http://scream.sh) simultaneously to earn SCREAM. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", diff --git a/data/meta/strategies/42161.json b/data/meta/strategies/42161.json index be9ab038..78257b8f 100644 --- a/data/meta/strategies/42161.json +++ b/data/meta/strategies/42161.json @@ -1,9 +1,9 @@ { - "lastUpdate": "2023-11-22T11:59:11.473574+01:00", + "lastUpdate": "2023-11-27T12:23:42.034473+01:00", "version": { "major": 0, "minor": 0, - "patch": 19 + "patch": 21 }, "shouldRefresh": false, "strategies": { diff --git a/data/meta/strategies/8453.json b/data/meta/strategies/8453.json index 0baa6a8a..bb0133c4 100644 --- a/data/meta/strategies/8453.json +++ b/data/meta/strategies/8453.json @@ -1,9 +1,9 @@ { - "lastUpdate": "2023-11-22T11:59:13.99636+01:00", + "lastUpdate": "2023-11-27T12:23:44.264125+01:00", "version": { "major": 0, "minor": 0, - "patch": 16 + "patch": 18 }, "shouldRefresh": false, "strategies": { @@ -209,13 +209,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "1057931454021058735960", + "lastTotalDebt": "896779924973517075", "lastTotalLoss": "0", "lastTotalGain": "8944232702121074033", "lastPerformanceFee": "0", "lastReport": "1700357687", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "1057931454021058735960", + "lastEstimatedTotalAssets": "896779924973517075", "isRetired": true, "displayName": "", "description": "", @@ -290,9 +290,9 @@ "keepCVX": null, "lastTotalDebt": "6335120257164", "lastTotalLoss": "0", - "lastTotalGain": "0", + "lastTotalGain": "145872035655", "lastPerformanceFee": "0", - "lastReport": "1699191617", + "lastReport": "1701038341", "lastDebtRatio": "10000", "lastEstimatedTotalAssets": "6335120257164", "isRetired": false, @@ -529,13 +529,13 @@ "keepCRV": null, "keepCRVPercent": null, "keepCVX": null, - "lastTotalDebt": "1533162598604377", + "lastTotalDebt": "1548475735640124", "lastTotalLoss": "0", - "lastTotalGain": "331820652176191", + "lastTotalGain": "374850105064801", "lastPerformanceFee": "0", - "lastReport": "1700226951", + "lastReport": "1700755435", "lastDebtRatio": "10000", - "lastEstimatedTotalAssets": "1533162598604377", + "lastEstimatedTotalAssets": "1548475735640124", "isRetired": false, "displayName": "Aerodrome Reinvest", "description": "Supplies {{token}} to [Aerodrome Finance](https://aerodrome.finance/liquidity) and stakes it in the gauge to collect any available tokens and earn AERO rewards. Rewards are harvested, sold for more {{token}}, and deposited back into the strategy.", diff --git a/data/meta/tokens/1.json b/data/meta/tokens/1.json index 8a0693a9..6bb7c5f5 100644 --- a/data/meta/tokens/1.json +++ b/data/meta/tokens/1.json @@ -1,8 +1,8 @@ { - "lastUpdate": "2023-11-22T11:59:21.268979+01:00", + "lastUpdate": "2023-11-27T12:23:54.455622+01:00", "version": { "major": 0, - "minor": 2, + "minor": 3, "patch": 0 }, "shouldRefresh": false, @@ -548,6 +548,22 @@ "decimals": 18, "chainID": 1 }, + "0x0e573ce2736dd9637a0b21058352e1667925c7a8": { + "address": "0x0e573ce2736dd9637a0b21058352e1667925c7a8", + "underlyingTokensAddresses": [ + "0x0e573ce2736dd9637a0b21058352e1667925c7a8" + ], + "type": "Yearn Vault", + "name": "USDV", + "symbol": "USDV", + "displayName": "USDV", + "displaySymbol": "USDV", + "description": "", + "category": "yVault", + "icon": "https://assets.smold.app/api/token/1/0x0E573Ce2736Dd9637A0b21058352e1667925C7a8/logo-128.png", + "decimals": 6, + "chainID": 1 + }, "0x0e880118c29f095143dda28e64d95333a9e75a47": { "address": "0x0e880118c29f095143dda28e64d95333a9e75a47", "underlyingTokensAddresses": [ @@ -3466,6 +3482,22 @@ "decimals": 18, "chainID": 1 }, + "0x4c2df8adb2b14e1d5fdbd9d11a2cf7562b67adc9": { + "address": "0x4c2df8adb2b14e1d5fdbd9d11a2cf7562b67adc9", + "underlyingTokensAddresses": [ + "0x9b77bd0a665f05995b68e36fc1053afffaf0d4b5" + ], + "type": "Automated Yearn Vault", + "name": "Curve mevETHfrxE-f Factory yVault", + "symbol": "yvCurve-mevETHfrxE-f-f", + "displayName": "Curve mevETHfrxE-f Factory yVault", + "displaySymbol": "yvCurve-mevETHfrxE-f-f", + "description": "", + "category": "yVault", + "icon": "https://assets.smold.app/api/token/1/0x4c2dF8adB2B14e1d5FDBD9d11A2cf7562b67adC9/logo-128.png", + "decimals": 18, + "chainID": 1 + }, "0x4c4a6a22bce915c724a66b82128577f1b24831ed": { "address": "0x4c4a6a22bce915c724a66b82128577f1b24831ed", "underlyingTokensAddresses": [ @@ -7182,6 +7214,20 @@ "decimals": 18, "chainID": 1 }, + "0x9680d4d049d16230f042065daa6e045905d35454": { + "address": "0x9680d4d049d16230f042065daa6e045905d35454", + "underlyingTokensAddresses": [], + "type": "", + "name": "Litra NFT for Beta Testing Wrapped NFT", + "symbol": "LNBTwnft", + "displayName": "Litra NFT for Beta Testing Wrapped NFT", + "displaySymbol": "LNBTwnft", + "description": "", + "category": "", + "icon": "https://assets.smold.app/api/token/1/0x9680d4D049d16230f042065DAA6e045905D35454/logo-128.png", + "decimals": 18, + "chainID": 1 + }, "0x96e61422b6a9ba0e068b6c5add4ffabc6a4aae27": { "address": "0x96e61422b6a9ba0e068b6c5add4ffabc6a4aae27", "underlyingTokensAddresses": [], @@ -7475,6 +7521,23 @@ "decimals": 18, "chainID": 1 }, + "0x9b77bd0a665f05995b68e36fc1053afffaf0d4b5": { + "address": "0x9b77bd0a665f05995b68e36fc1053afffaf0d4b5", + "underlyingTokensAddresses": [ + "0x5e8422345238f34275888049021821e8e08caa1f", + "0x24ae2da0f361aa4be46b48eb19c91e02c5e4f27e" + ], + "type": "Curve LP", + "name": "Curve.fi Factory Crypto Pool: mevETH/frxETH", + "symbol": "mevETHfrxE-f", + "displayName": "Curve.fi Factory Crypto Pool: mevETH/frxETH", + "displaySymbol": "mevETHfrxE-f", + "description": "", + "category": "Curve", + "icon": "https://assets.smold.app/api/token/1/0x9b77bd0a665F05995b68e36fC1053AFFfAf0d4B5/logo-128.png", + "decimals": 18, + "chainID": 1 + }, "0x9be89d2a4cd102d8fecc6bf9da793be995c22541": { "address": "0x9be89d2a4cd102d8fecc6bf9da793be995c22541", "underlyingTokensAddresses": [], @@ -8704,6 +8767,20 @@ "decimals": 18, "chainID": 1 }, + "0xb53ecf1345cabee6ea1a65100ebb153cebcac40f": { + "address": "0xb53ecf1345cabee6ea1a65100ebb153cebcac40f", + "underlyingTokensAddresses": [], + "type": "", + "name": "Childhoods End", + "symbol": "O", + "displayName": "Childhoods End", + "displaySymbol": "O", + "description": "", + "category": "", + "icon": "https://assets.smold.app/api/token/1/0xb53ecF1345caBeE6eA1a65100Ebb153cEbcac40f/logo-128.png", + "decimals": 18, + "chainID": 1 + }, "0xb5de7250128775a317b3f775a7afcec73571b732": { "address": "0xb5de7250128775a317b3f775a7afcec73571b732", "underlyingTokensAddresses": [ @@ -8784,6 +8861,20 @@ "decimals": 18, "chainID": 1 }, + "0xb8d400f82c100ce5a996e85f46f5cea2b114c989": { + "address": "0xb8d400f82c100ce5a996e85f46f5cea2b114c989", + "underlyingTokensAddresses": [], + "type": "", + "name": "Superdragoncoin", + "symbol": "SDC", + "displayName": "Superdragoncoin", + "displaySymbol": "SDC", + "description": "", + "category": "", + "icon": "https://assets.smold.app/api/token/1/0xB8d400f82C100ce5A996E85f46f5ceA2b114C989/logo-128.png", + "decimals": 18, + "chainID": 1 + }, "0xb9446c4ef5ebe66268da6700d26f96273de3d571": { "address": "0xb9446c4ef5ebe66268da6700d26f96273de3d571", "underlyingTokensAddresses": [ @@ -8890,6 +8981,22 @@ "decimals": 18, "chainID": 1 }, + "0xba61baa1d96c2f4e25205b331306507bcaea4677": { + "address": "0xba61baa1d96c2f4e25205b331306507bcaea4677", + "underlyingTokensAddresses": [ + "0x69833361991ed76f9e8dbbcdf9ea1520febfb4a7" + ], + "type": "Automated Yearn Vault", + "name": "LP Yearn PRISMA Vault", + "symbol": "lp-yPRISMA", + "displayName": "LP Yearn PRISMA Vault", + "displaySymbol": "lp-yPRISMA", + "description": "", + "category": "yVault", + "icon": "https://assets.smold.app/api/token/1/0xbA61BaA1D96c2F4E25205B331306507BcAeA4677/logo-128.png", + "decimals": 18, + "chainID": 1 + }, "0xba6c373992ad8ec1f7520e5878e5540eb36debf1": { "address": "0xba6c373992ad8ec1f7520e5878e5540eb36debf1", "underlyingTokensAddresses": [ @@ -11521,6 +11628,20 @@ "decimals": 18, "chainID": 1 }, + "0xf3b9569f82b18aef890de263b84189bd33ebe452": { + "address": "0xf3b9569f82b18aef890de263b84189bd33ebe452", + "underlyingTokensAddresses": [], + "type": "", + "name": "A Hunters Dream", + "symbol": "CAW", + "displayName": "A Hunters Dream", + "displaySymbol": "CAW", + "description": "", + "category": "", + "icon": "https://assets.smold.app/api/token/1/0xf3b9569F82B18aEf890De263B84189bd33EBe452/logo-128.png", + "decimals": 18, + "chainID": 1 + }, "0xf43211935c781d5ca1a41d2041f397b8a7366c7a": { "address": "0xf43211935c781d5ca1a41d2041f397b8a7366c7a", "underlyingTokensAddresses": [ diff --git a/data/meta/tokens/10.json b/data/meta/tokens/10.json index 319b0dca..6078ec7f 100644 --- a/data/meta/tokens/10.json +++ b/data/meta/tokens/10.json @@ -1,5 +1,5 @@ { - "lastUpdate": "2023-11-22T11:59:43.578015+01:00", + "lastUpdate": "2023-11-27T12:24:25.278105+01:00", "version": { "major": 0, "minor": 0, diff --git a/data/meta/tokens/137.json b/data/meta/tokens/137.json index 77a649f9..7f79d1ca 100644 --- a/data/meta/tokens/137.json +++ b/data/meta/tokens/137.json @@ -1,5 +1,5 @@ { - "lastUpdate": "2023-11-24T12:50:44.432368+01:00", + "lastUpdate": "2023-11-27T12:23:42.172437+01:00", "version": { "major": 0, "minor": 1, diff --git a/data/meta/tokens/250.json b/data/meta/tokens/250.json index 42d0a4f4..86bace9c 100644 --- a/data/meta/tokens/250.json +++ b/data/meta/tokens/250.json @@ -1,5 +1,5 @@ { - "lastUpdate": "2023-11-22T11:59:11.156126+01:00", + "lastUpdate": "2023-11-27T12:23:41.907857+01:00", "version": { "major": 0, "minor": 0, diff --git a/data/meta/tokens/42161.json b/data/meta/tokens/42161.json index 9cf04340..3dd060ea 100644 --- a/data/meta/tokens/42161.json +++ b/data/meta/tokens/42161.json @@ -1,5 +1,5 @@ { - "lastUpdate": "2023-11-22T11:59:11.299649+01:00", + "lastUpdate": "2023-11-27T12:23:41.863157+01:00", "version": { "major": 0, "minor": 0, diff --git a/data/meta/tokens/8453.json b/data/meta/tokens/8453.json index 5c6fc39c..7a868311 100644 --- a/data/meta/tokens/8453.json +++ b/data/meta/tokens/8453.json @@ -1,5 +1,5 @@ { - "lastUpdate": "2023-11-22T11:59:13.956274+01:00", + "lastUpdate": "2023-11-27T12:23:44.182915+01:00", "version": { "major": 0, "minor": 0, diff --git a/data/meta/vaults/1.json b/data/meta/vaults/1.json index 9b6b4547..23bc8aa4 100644 --- a/data/meta/vaults/1.json +++ b/data/meta/vaults/1.json @@ -1,9 +1,9 @@ { - "lastUpdate": "2023-11-22T11:59:10.610555+01:00", + "lastUpdate": "2023-11-27T12:23:42.355105+01:00", "version": { "major": 0, - "minor": 0, - "patch": 1310 + "minor": 1, + "patch": 1 }, "shouldRefresh": false, "vaults": { @@ -185,8 +185,8 @@ "0x11829e810afcca3e28b0c7d9e560a3f3e1294ba3", "0xccb0da3e219de478a0975599d9c362e724a6dff9" ], - "lastPricePerShare": "1198593188398933831", - "lastTotalAssets": "48722697289607949451497", + "lastPricePerShare": "1208604446582387499", + "lastTotalAssets": "50494732061418427816000", "isRetired": false, "isHidden": false, "migration": { @@ -346,8 +346,8 @@ "lastActiveStrategies": [ "0x478085739ea884f38add4d36872acd8333b5d4d6" ], - "lastPricePerShare": "1016277658035550673", - "lastTotalAssets": "196151170545154194798121", + "lastPricePerShare": "1017760096022204505", + "lastTotalAssets": "196606544672051748863381", "isRetired": false, "isHidden": false, "migration": { @@ -1164,8 +1164,8 @@ "0xa991652b995c4fb3c87d165311bd77e139297cce", "0xb458c556ded7b59b12f3fea188b01ad06f30c7f3" ], - "lastPricePerShare": "1074571954602939936", - "lastTotalAssets": "224223911924497910895074", + "lastPricePerShare": "1075823887966970667", + "lastTotalAssets": "284699880811346024523044", "isRetired": false, "isHidden": false, "migration": { @@ -1228,8 +1228,8 @@ "lastActiveStrategies": [ "0x23724d764d8b3d26852ba20d3bc2578093d2b022" ], - "lastPricePerShare": "1394757636544320825", - "lastTotalAssets": "40961762992123660106353858", + "lastPricePerShare": "1398008891928011033", + "lastTotalAssets": "40682804403590095265854518", "isRetired": false, "isHidden": false, "migration": { @@ -1801,7 +1801,7 @@ "0x89234c954cc17994999cbda920e35306dce232c2", "0xe1c43cee52dd10543622e429516194f818efc390" ], - "lastPricePerShare": "1059373260112316345", + "lastPricePerShare": "1059636727981426347", "lastTotalAssets": "119345765153626155166873", "isRetired": false, "isHidden": false, @@ -2119,7 +2119,7 @@ "0xd8f414beb0aeb5784c5e5ebe32ca9fc182682ff8" ], "lastPricePerShare": "1027756", - "lastTotalAssets": "9109457667398", + "lastTotalAssets": "9051491098157", "isRetired": false, "isHidden": false, "migration": { @@ -2370,8 +2370,8 @@ "0xe318fc9eec4c9aec494b3da06e6d97fe07b2c98b", "0xc3715e4a6eb545d8a1d82e7e5b727831c0058be6" ], - "lastPricePerShare": "1055763008611088190", - "lastTotalAssets": "11467643810436200680943", + "lastPricePerShare": "1058341100119124425", + "lastTotalAssets": "11593653260582289578114", "isRetired": false, "isHidden": false, "migration": { @@ -2827,6 +2827,37 @@ "stableBaseAsset": "USD" } }, + "0x4c2df8adb2b14e1d5fdbd9d11a2cf7562b67adc9": { + "address": "0x4c2df8adb2b14e1d5fdbd9d11a2cf7562b67adc9", + "token": "0x9b77bd0a665f05995b68e36fc1053afffaf0d4b5", + "type": "Automated Yearn Vault", + "kind": "Legacy", + "version": "0.4.6", + "activation": 18651316, + "chainID": 1, + "endorsed": true, + "performanceFee": 1000, + "managementFee": 0, + "emergencyShutdown": false, + "lastActiveStrategies": [ + "0xc390155ed6a09e4e8f02b412e24e7e5d3f7276dd", + "0x631732ed9de2367cdf8b19fefa4385aace6a369c" + ], + "lastPricePerShare": "1000000000000000000", + "lastTotalAssets": "5956510710681010", + "isRetired": false, + "isHidden": false, + "migration": { + "available": false, + "target": "0x4c2df8adb2b14e1d5fdbd9d11a2cf7562b67adc9", + "contract": "0x0000000000000000000000000000000000000000" + }, + "classification": { + "isAutomated": false, + "isPool": false, + "stability": "" + } + }, "0x4c4a6a22bce915c724a66b82128577f1b24831ed": { "address": "0x4c4a6a22bce915c724a66b82128577f1b24831ed", "token": "0xfd5db7463a3ab53fd211b4af195c5bccc1a03890", @@ -3265,8 +3296,8 @@ "0x472f4e5533fb8f7fee97dacd3dbae9d83867ab07", "0x0a94d79e811793141a04106fa797fb6d61163102" ], - "lastPricePerShare": "1005596500910004834", - "lastTotalAssets": "1654714365920714217362", + "lastPricePerShare": "1005693340344101739", + "lastTotalAssets": "1479885728979607718157", "isRetired": false, "isHidden": false, "migration": { @@ -3518,7 +3549,7 @@ "0xabec96ac9cdc6863446657431dd32f73445e80b1" ], "lastPricePerShare": "1004768856924639063", - "lastTotalAssets": "10753300546057112758854", + "lastTotalAssets": "10587369250929259607254", "isRetired": false, "isHidden": false, "migration": { @@ -3686,8 +3717,8 @@ "0x1aade40cbdc716749668561391596901e7f42da7", "0xcfe19203647fd98b96b692b3dee0afd4e1fc0edd" ], - "lastPricePerShare": "1005026851584433479", - "lastTotalAssets": "558677329356786712327", + "lastPricePerShare": "1006677646718763138", + "lastTotalAssets": "358401461406133852266", "isRetired": false, "isHidden": false, "migration": { @@ -3719,7 +3750,7 @@ "0x97e8a7f7af2558ef6cb92c31458229422cedcdae" ], "lastPricePerShare": "1112542642330096950", - "lastTotalAssets": "2109167374854803546395851", + "lastTotalAssets": "2108959337258583541225086", "isRetired": false, "isHidden": true, "migration": { @@ -3908,7 +3939,7 @@ "0xb551ce7a7bfb6da863ce8756f766e9af83398a98", "0xae1f339621ecf6d2aebeaa1ddfa6ff16841dd63b" ], - "lastPricePerShare": "1013784418073416470", + "lastPricePerShare": "1014043634030468391", "lastTotalAssets": "70904781061561342334816", "isRetired": false, "isHidden": false, @@ -4137,8 +4168,8 @@ "0xfa5c4a53d49fd936ca2b757f2c64d4007dd87e5b", "0x95bd6cc6d027542b56036094bfc411f8085dfee2" ], - "lastPricePerShare": "1048952697595833695", - "lastTotalAssets": "1957083635880975903509", + "lastPricePerShare": "1051806007512818371", + "lastTotalAssets": "1951219106381251767227", "isRetired": false, "isHidden": false, "migration": { @@ -4200,8 +4231,8 @@ "0x734d102a18a3c0ae16f5ae1df62fc4373e306ad8", "0x8dcf2ff7f2ab5fc16ef51cc04d6f65f2535745a2" ], - "lastPricePerShare": "1217240160530574872", - "lastTotalAssets": "297357658758322734706038", + "lastPricePerShare": "1220337090308114676", + "lastTotalAssets": "299094986000078932448200", "isRetired": false, "isHidden": false, "migration": { @@ -4388,8 +4419,8 @@ "0xda64d669b3fd915f58d4cac799a57aeae0593ae7", "0x9004d433d710194a033c15041bacd134fc9ba50f" ], - "lastPricePerShare": "1046127996563744726", - "lastTotalAssets": "5333948674765743855933324", + "lastPricePerShare": "1047917117346187945", + "lastTotalAssets": "5317816699619140005175797", "isRetired": false, "isHidden": false, "migration": { @@ -4776,7 +4807,7 @@ "0xf6e8c7574636c9ef3f35355da475d7e340a4ed62", "0x8d7686dfca05a555c1e692c6df79dffaf188fd45" ], - "lastPricePerShare": "1073396548070859696", + "lastPricePerShare": "1076270722689174838", "lastTotalAssets": "2228366157779595555561", "isRetired": false, "isHidden": false, @@ -4873,8 +4904,8 @@ "0xf7461f158bbc6337f63747c3a861cfbfc039022a", "0x83cb8461e0f7f27a5921f7b5f9235211eaa30d59" ], - "lastPricePerShare": "1070424130099919939", - "lastTotalAssets": "67134112042456335711472", + "lastPricePerShare": "1075783631593941966", + "lastTotalAssets": "67443001588923532578245", "isRetired": false, "isHidden": false, "migration": { @@ -4906,7 +4937,7 @@ "0x16c9ffbc43778c4ec614693c59abab0585a47d94" ], "lastPricePerShare": "1012125237531251997", - "lastTotalAssets": "445681543574321131241", + "lastTotalAssets": "445107490609489701117", "isRetired": false, "isHidden": false, "migration": { @@ -4938,8 +4969,8 @@ "0xaac7aedfb479b58e34373e863f27e263c65ddf28", "0x9dce9929a4e9b77ebb7b4b7f8151208a3595482f" ], - "lastPricePerShare": "1032687891017479789", - "lastTotalAssets": "797412696693509065551", + "lastPricePerShare": "1033770315964387233", + "lastTotalAssets": "799531006339694222178", "isRetired": false, "isHidden": false, "migration": { @@ -4970,7 +5001,7 @@ "0xa04947059831783c561e59a43b93dcb5bee7cab2" ], "lastPricePerShare": "1050658239818748003", - "lastTotalAssets": "270361009340366540970", + "lastTotalAssets": "270468730169472321667", "isRetired": false, "isHidden": false, "migration": { @@ -5090,8 +5121,8 @@ "0x7f074cd344cd59fa20866796960a5c5a3f97316e", "0x567343912e422782ad0287f254f9e2390af6740a" ], - "lastPricePerShare": "1026436218394384219", - "lastTotalAssets": "319870304692615192799502", + "lastPricePerShare": "1027263438431007249", + "lastTotalAssets": "320420175028492920855654", "isRetired": false, "isHidden": false, "migration": { @@ -5289,8 +5320,8 @@ "0x398c51c68989c5c0c193f17c387acd6a5e8e3a80", "0x9d7cd0041abd91f281e282db3fba7a9db9e4cc8b" ], - "lastPricePerShare": "1074631959549450980", - "lastTotalAssets": "1292132512678538666317", + "lastPricePerShare": "1075233969063384843", + "lastTotalAssets": "1291459079314913896411", "isRetired": false, "isHidden": false, "migration": { @@ -5354,8 +5385,8 @@ "0xd7c355c78ba2716b5d52065c3e0735badf046b8c", "0x1492011cf0523f61d02ac541c3d1958756c8a383" ], - "lastPricePerShare": "1014066421329163287", - "lastTotalAssets": "1006901778724857010499735", + "lastPricePerShare": "1019810095053280809", + "lastTotalAssets": "1013242539375402504963107", "isRetired": false, "isHidden": false, "migration": { @@ -5387,7 +5418,7 @@ "0x86f4efb293391a68dbc26f9d3df0b314f43735ab", "0x34b7bf2825deaeae1f2d43ee374d4eea6881cb05" ], - "lastPricePerShare": "1067868666320937481", + "lastPricePerShare": "1068379314562457864", "lastTotalAssets": "509966995790293026257898", "isRetired": false, "isHidden": false, @@ -5483,7 +5514,7 @@ "0x1149c471e605101b7095344d43be777474f707cf", "0xdbcaa49bbeeedfd63a12908956c6e3a8b07c3fba" ], - "lastPricePerShare": "1065973290149650922", + "lastPricePerShare": "1070717370148039009", "lastTotalAssets": "144949622942477493693", "isRetired": false, "isHidden": false, @@ -5991,7 +6022,7 @@ "0x8b037a44706e67102291f2e0db0935cb2558581d", "0xec55da47c5991d545dfe3a7c2f782925d09db57e" ], - "lastPricePerShare": "1008698194807677326", + "lastPricePerShare": "1008855426414007072", "lastTotalAssets": "129888152181743110683619", "isRetired": false, "isHidden": false, @@ -6249,8 +6280,8 @@ "0x120fa5738751b275aed7f7b46b98beb38679e093", "0x64e4779bff8588ccdca9f290b9bc346a798f5277" ], - "lastPricePerShare": "1047565040330989700", - "lastTotalAssets": "57925608053780884111825", + "lastPricePerShare": "1047637344393350196", + "lastTotalAssets": "57784063698182690013321", "isRetired": false, "isHidden": false, "migration": { @@ -6311,8 +6342,8 @@ "0x97d868b5c2937355bf89c5e5463d52016240fe86", "0x0fd45d4fb70d1ec95264da30934095443dc6af6a" ], - "lastPricePerShare": "1048456", - "lastTotalAssets": "19628700884106", + "lastPricePerShare": "1049469", + "lastTotalAssets": "19454364544391", "isRetired": false, "isHidden": false, "migration": { @@ -6372,8 +6403,8 @@ "0xf4b4464d03c1f3226c23fe58407b558489510dab", "0x9430a2501e5f2cd66741375baabb9576e8fb5f48" ], - "lastPricePerShare": "1056168062594131442", - "lastTotalAssets": "1266609802324395299005602", + "lastPricePerShare": "1061877096026038546", + "lastTotalAssets": "1313962887832625235961067", "isRetired": false, "isHidden": false, "migration": { @@ -6471,8 +6502,8 @@ "0x9e9a2a86eeff52ffd13fc724801a4259b2b1a949", "0x1e93cd1e6766e7fcb459092e160f876dda650415" ], - "lastPricePerShare": "102333862", - "lastTotalAssets": "7577574975", + "lastPricePerShare": "102334765", + "lastTotalAssets": "7626970131", "isRetired": false, "isHidden": false, "migration": { @@ -6536,7 +6567,7 @@ "0x40b24e1aa1582f4def4f74e258906f3bdbff0093" ], "lastPricePerShare": "1004714503538199159", - "lastTotalAssets": "1022514475335307928775950", + "lastTotalAssets": "1021272727124262499406208", "isRetired": false, "isHidden": false, "migration": { @@ -6569,7 +6600,7 @@ "0xf60a966029ccf2758ed103b0da4b35366c29f16d" ], "lastPricePerShare": "1077650441920745324", - "lastTotalAssets": "134039358863099800547332", + "lastTotalAssets": "135706184560050867567594", "isRetired": false, "isHidden": false, "migration": { @@ -6667,8 +6698,8 @@ "0x0472d09b1eecea082245b88c22b2a52e8892b018", "0xf36c83f6bf4cf656172f6dbc1220af6785362f0f" ], - "lastPricePerShare": "1037873840936183589", - "lastTotalAssets": "4146530396553049796223", + "lastPricePerShare": "1038487348015062288", + "lastTotalAssets": "4150250030299665834775", "isRetired": false, "isHidden": false, "migration": { @@ -6761,7 +6792,7 @@ "0xe5b3b12b6c93b725484736628a22dbcd130574d7" ], "lastPricePerShare": "1005191467464960688", - "lastTotalAssets": "1256700132628904553185559", + "lastTotalAssets": "1249138367204739062920027", "isRetired": false, "isHidden": false, "migration": { @@ -6855,8 +6886,8 @@ "0x5cc89e5dd6162a318d394fe14956be428dc87ecf", "0x650994ab0f9ac7fda4d9655f606a3e8ebd402858" ], - "lastPricePerShare": "1020695223499124705", - "lastTotalAssets": "155045499818562327293", + "lastPricePerShare": "1022405964308955001", + "lastTotalAssets": "155750717495138323465", "isRetired": false, "isHidden": false, "migration": { @@ -6889,7 +6920,7 @@ "0xb73fa254f47ce89af8b7fc9919c38d62f12bbb5b" ], "lastPricePerShare": "1001567757713101277", - "lastTotalAssets": "2230270514605038273733918", + "lastTotalAssets": "2230062477008818268563156", "isRetired": false, "isHidden": false, "migration": { @@ -7211,7 +7242,7 @@ "0x8a6bd845e58edaaa7c2285701013d1b0004d98fd" ], "lastPricePerShare": "1000000000000000000", - "lastTotalAssets": "92475168258390937636121", + "lastTotalAssets": "192932182135565662761241", "isRetired": false, "isHidden": false, "migration": { @@ -7243,8 +7274,8 @@ "0xe3e28866fabe0f9e2bc1022df4b76cafcf887121", "0x1a59095dc5d62545b6f40440341b153d92e1fc15" ], - "lastPricePerShare": "1040283615564345189", - "lastTotalAssets": "71352422291412248505", + "lastPricePerShare": "1042165437181000990", + "lastTotalAssets": "71621864470327419914", "isRetired": false, "isHidden": false, "migration": { @@ -7322,6 +7353,37 @@ "stableBaseAsset": "USD" } }, + "0xba61baa1d96c2f4e25205b331306507bcaea4677": { + "address": "0xba61baa1d96c2f4e25205b331306507bcaea4677", + "token": "0x69833361991ed76f9e8dbbcdf9ea1520febfb4a7", + "type": "Automated Yearn Vault", + "kind": "Legacy", + "version": "0.4.6", + "activation": 18640190, + "chainID": 1, + "endorsed": true, + "performanceFee": 1000, + "managementFee": 0, + "emergencyShutdown": false, + "lastActiveStrategies": [ + "0x9c2ac19775023bec9dd1f9208cbcd9fc3a19d5f2", + "0x6cbdc5591dab3a15cdeb8e325d67192e04db9573" + ], + "lastPricePerShare": "1000000000000000000", + "lastTotalAssets": "0", + "isRetired": false, + "isHidden": false, + "migration": { + "available": false, + "target": "0xba61baa1d96c2f4e25205b331306507bcaea4677", + "contract": "0x0000000000000000000000000000000000000000" + }, + "classification": { + "isAutomated": false, + "isPool": false, + "stability": "" + } + }, "0xbcbb5b54fa51e7b7dc920340043b203447842a6b": { "address": "0xbcbb5b54fa51e7b7dc920340043b203447842a6b", "token": "0x3b6831c0077a1e44ed0a21841c3bc4dc11bce833", @@ -8769,8 +8831,8 @@ "0x3280499298ace3fd3cd9c2558e9e8746ace3e52d", "0x01d127d90513ccb6071f83efe15611c4d9890668" ], - "lastPricePerShare": "1076379794974405433", - "lastTotalAssets": "24052576968614879955543959", + "lastPricePerShare": "1077086988797080073", + "lastTotalAssets": "23853266612000602862956641", "isRetired": false, "isHidden": false, "migration": { @@ -8839,7 +8901,7 @@ "0xf06b5c192d1413e7a4db1b2a9640500fdd83f1b2" ], "lastPricePerShare": "1013228104132560108", - "lastTotalAssets": "231021705463113475459", + "lastTotalAssets": "230198914248579901446", "isRetired": false, "isHidden": false, "migration": { @@ -8903,7 +8965,7 @@ "0x9084b5a98e3b4b257affd82ae4a1753f87906dce" ], "lastPricePerShare": "1098425989399406290", - "lastTotalAssets": "6592882776955386963264", + "lastTotalAssets": "6555534215597572731709", "isRetired": false, "isHidden": true, "migration": { @@ -9090,8 +9152,8 @@ "0xf4e8eeb82c74daea13702c74760b36d4f09b6ed1", "0x426de3b5193045b40d594731e3ed763882cfac2d" ], - "lastPricePerShare": "1017347800062376243", - "lastTotalAssets": "102877984036535313331812", + "lastPricePerShare": "1022318140405450089", + "lastTotalAssets": "135766269346531909092711", "isRetired": false, "isHidden": false, "migration": { @@ -9155,7 +9217,7 @@ "0xc771d3fe9699a5aac0e6be661c5eee3ed1f9a285", "0xde2b8a0cba4f6996b526a4bc784532d7aeba4e33" ], - "lastPricePerShare": "1078214705235109960", + "lastPricePerShare": "1082664280055672621", "lastTotalAssets": "157031979711300953396", "isRetired": false, "isHidden": false, @@ -9248,7 +9310,7 @@ "0x566ff03cfdf9bdcda9d7a2d99180ddbd5e3b06d2" ], "lastPricePerShare": "1195060458268387941", - "lastTotalAssets": "704964265764553799071", + "lastTotalAssets": "704731026975209820279", "isRetired": false, "isHidden": true, "migration": { @@ -9312,7 +9374,7 @@ "0xe359def55cf9e310aef759dc0ef7dbfc584f27bf" ], "lastPricePerShare": "1124619863135749188", - "lastTotalAssets": "152362608028831679132577", + "lastTotalAssets": "11865321991080378245133", "isRetired": false, "isHidden": false, "migration": { @@ -9574,7 +9636,7 @@ "0x75c445f9c13b677b4e5488e37a8eb3c70875441e" ], "lastPricePerShare": "1146536340809926676", - "lastTotalAssets": "271343568776199842467667", + "lastTotalAssets": "271285717297007813126828", "isRetired": false, "isHidden": false, "migration": { @@ -9828,7 +9890,7 @@ "0xd9008eae1cd4b25d87ca844bd936609c1433dfa2" ], "lastPricePerShare": "1000000000000000000", - "lastTotalAssets": "12830906889876456374", + "lastTotalAssets": "14929673995901149139", "isRetired": false, "isHidden": false, "migration": { @@ -9991,7 +10053,7 @@ "0xad389b9caa1820ede6703c499c59bc0a503f754e" ], "lastPricePerShare": "1017746042147565603", - "lastTotalAssets": "32510860220952212753931", + "lastTotalAssets": "32475702284750321832869", "isRetired": false, "isHidden": false, "migration": { diff --git a/data/meta/vaults/10.json b/data/meta/vaults/10.json index 0d8c618c..70528f73 100644 --- a/data/meta/vaults/10.json +++ b/data/meta/vaults/10.json @@ -1,9 +1,9 @@ { - "lastUpdate": "2023-11-22T11:59:20.537021+01:00", + "lastUpdate": "2023-11-27T12:23:53.193302+01:00", "version": { "major": 0, "minor": 0, - "patch": 143 + "patch": 145 }, "shouldRefresh": false, "vaults": { @@ -22,8 +22,8 @@ "lastActiveStrategies": [ "0x81ebdc2f60df4d579bc0df8cb86609e885cac5d3" ], - "lastPricePerShare": "1015687918338681317", - "lastTotalAssets": "59447879499677430377", + "lastPricePerShare": "1015854726388098143", + "lastTotalAssets": "45608533739816359878", "isRetired": false, "isHidden": false, "migration": { @@ -53,8 +53,8 @@ "lastActiveStrategies": [ "0x63bdfa16af506f7e3e80176c282b2c004ee257e6" ], - "lastPricePerShare": "1008779890027966555", - "lastTotalAssets": "138298528093192", + "lastPricePerShare": "1008861787555608869", + "lastTotalAssets": "127569407120697", "isRetired": false, "isHidden": false, "migration": { @@ -85,8 +85,8 @@ "lastActiveStrategies": [ "0xcd90278862651eed05ebcd5cb34a87deb2b47867" ], - "lastPricePerShare": "1034982849207380089", - "lastTotalAssets": "66151537789821183", + "lastPricePerShare": "1037294580261268167", + "lastTotalAssets": "45333658413596392", "isRetired": false, "isHidden": false, "migration": { @@ -116,8 +116,8 @@ "lastActiveStrategies": [ "0xd22e21a1b9bdc392229fab7e878a10b5b6273fcb" ], - "lastPricePerShare": "1028791051009981289", - "lastTotalAssets": "5956005032789935", + "lastPricePerShare": "1029625175575119896", + "lastTotalAssets": "5957793111455411", "isRetired": false, "isHidden": false, "migration": { @@ -276,8 +276,8 @@ "lastActiveStrategies": [ "0x6d094c2c5d3478a198f89b7f8ed6910dfb8842ba" ], - "lastPricePerShare": "1044536855344480276", - "lastTotalAssets": "397382769992276132", + "lastPricePerShare": "1046282060678963275", + "lastTotalAssets": "415728769865495045", "isRetired": false, "isHidden": false, "migration": { @@ -340,8 +340,8 @@ "lastActiveStrategies": [ "0x46f419c19efc83665a0dd8fa522b1b16046ae201" ], - "lastPricePerShare": "1013902060257715067", - "lastTotalAssets": "1319040719536612442330", + "lastPricePerShare": "1016974426248669226", + "lastTotalAssets": "731702685023516644372", "isRetired": false, "isHidden": false, "migration": { @@ -370,8 +370,8 @@ "lastActiveStrategies": [ "0xbfd5df2b57cb9532a39931e4ed74b51cfa940bb0" ], - "lastPricePerShare": "1027317275651268065", - "lastTotalAssets": "12977788261367016327837", + "lastPricePerShare": "1027878114044757413", + "lastTotalAssets": "13035469395325164829359", "isRetired": false, "isHidden": false, "migration": { @@ -464,8 +464,8 @@ "lastActiveStrategies": [ "0x41570ef430d5f507e97403f0de61d35d5efa60f4" ], - "lastPricePerShare": "1330395937838355420", - "lastTotalAssets": "138737156797967621", + "lastPricePerShare": "1332586280548557831", + "lastTotalAssets": "142880473632638949", "isRetired": false, "isHidden": false, "migration": { @@ -496,8 +496,8 @@ "lastActiveStrategies": [ "0xd8177cabbb13922206ccfeacab3060c5fe4cb06b" ], - "lastPricePerShare": "1031072026135906375", - "lastTotalAssets": "46406312331328516", + "lastPricePerShare": "1033694108786292891", + "lastTotalAssets": "53259820981017893", "isRetired": false, "isHidden": false, "migration": { @@ -527,8 +527,8 @@ "lastActiveStrategies": [ "0x9932559d1da9e1f00571346d1e4afb240bef6ede" ], - "lastPricePerShare": "1022148399499194267", - "lastTotalAssets": "189309274875247143", + "lastPricePerShare": "1022907087873482277", + "lastTotalAssets": "175777930214229360", "isRetired": false, "isHidden": false, "migration": { @@ -590,8 +590,8 @@ "lastActiveStrategies": [ "0x87a06daae50cee4031a9f0df6a7a5d819da98c6e" ], - "lastPricePerShare": "1028603919758144716", - "lastTotalAssets": "63890728856816099377567", + "lastPricePerShare": "1031074997189783870", + "lastTotalAssets": "62560857136907039018394", "isRetired": false, "isHidden": false, "migration": { @@ -686,8 +686,8 @@ "lastActiveStrategies": [ "0xca9912caa94162191f1103a0239bd5be52534b96" ], - "lastPricePerShare": "1265177144543715107", - "lastTotalAssets": "155349811483727478504", + "lastPricePerShare": "1277895577916947663", + "lastTotalAssets": "155164599341673418457", "isRetired": false, "isHidden": false, "migration": { @@ -814,8 +814,8 @@ "lastActiveStrategies": [ "0x1b929f270346efb14636ce5749c471105e44a0ac" ], - "lastPricePerShare": "1049947862940223669", - "lastTotalAssets": "12407470560361844408734", + "lastPricePerShare": "1052420808514761408", + "lastTotalAssets": "12110257855459112884926", "isRetired": false, "isHidden": false, "migration": { @@ -846,8 +846,8 @@ "lastActiveStrategies": [ "0x4276b479e851f76f95312cce497dc8fe37f1befd" ], - "lastPricePerShare": "1032560480024799994", - "lastTotalAssets": "3398917529169044605751", + "lastPricePerShare": "1034376393023511699", + "lastTotalAssets": "3418167510239422010195", "isRetired": false, "isHidden": false, "migration": { @@ -942,8 +942,8 @@ "0xf8ad69d578bd58c7d3ff643a22355f0bfd5ca12a", "0x64d23f2efed691a86db3603319562e8287bd342f" ], - "lastPricePerShare": "1013024845473400613", - "lastTotalAssets": "481351061663992942279", + "lastPricePerShare": "1013433362727770196", + "lastTotalAssets": "528538361645351983009", "isRetired": false, "isHidden": false, "migration": { @@ -1004,8 +1004,8 @@ "0x877d377b289aea8e0f8ac2470252d226417d9e21", "0x5aa0d7821a23817d77cdbb7e4a0ca106f2583345" ], - "lastPricePerShare": "1025781108307009426", - "lastTotalAssets": "1256323181383079769322540", + "lastPricePerShare": "1026548484400998722", + "lastTotalAssets": "1257377625118950001017599", "isRetired": false, "isHidden": false, "migration": { @@ -1035,8 +1035,8 @@ "lastActiveStrategies": [ "0x57030b62dd04e4a2cccc80e4714778a53ba47a2d" ], - "lastPricePerShare": "1098829534017312610", - "lastTotalAssets": "10043276204473677", + "lastPricePerShare": "1103570877017283552", + "lastTotalAssets": "10091450149540480", "isRetired": false, "isHidden": false, "migration": { @@ -1066,8 +1066,8 @@ "lastActiveStrategies": [ "0x49d4224f3d896a40b678bb17641df47ad3de0ca4" ], - "lastPricePerShare": "1008126568391587806", - "lastTotalAssets": "422252691605882548787126", + "lastPricePerShare": "1010173329618942224", + "lastTotalAssets": "458492772349311271678927", "isRetired": false, "isHidden": false, "migration": { @@ -1129,8 +1129,8 @@ "lastActiveStrategies": [ "0x9723876259a4fe4f2ab5365c4e8d6d969a532999" ], - "lastPricePerShare": "1108800548080045102", - "lastTotalAssets": "13657466584753755263", + "lastPricePerShare": "1121518704789365426", + "lastTotalAssets": "13831748459782463866", "isRetired": false, "isHidden": false, "migration": { @@ -1160,8 +1160,8 @@ "lastActiveStrategies": [ "0x8fd559dfe1d64508290025e2312ca69ef172dfe3" ], - "lastPricePerShare": "1042464399920893763", - "lastTotalAssets": "22257872480553374779608", + "lastPricePerShare": "1043921580310843061", + "lastTotalAssets": "19206248224254441698484", "isRetired": false, "isHidden": false, "migration": { @@ -1256,8 +1256,8 @@ "lastActiveStrategies": [ "0x332ac9e3ead90e13399ac8ea4168ea27ec132fa9" ], - "lastPricePerShare": "1001790461962342067", - "lastTotalAssets": "98520669897141267622", + "lastPricePerShare": "1002428417118575362", + "lastTotalAssets": "76475450641765639623", "isRetired": false, "isHidden": false, "migration": { @@ -1383,8 +1383,8 @@ "lastActiveStrategies": [ "0x3ab17cd58007e18bdbdc429496adc3feda250483" ], - "lastPricePerShare": "1020905009778028165", - "lastTotalAssets": "71139603357223500005711", + "lastPricePerShare": "1022182270376057055", + "lastTotalAssets": "86174243321569886670408", "isRetired": false, "isHidden": false, "migration": { @@ -1415,8 +1415,8 @@ "lastActiveStrategies": [ "0x1e88b832e3e8247c38a088511f0bf243dfa00973" ], - "lastPricePerShare": "1015447254540900716", - "lastTotalAssets": "746087044139459255891058", + "lastPricePerShare": "1016190729753728793", + "lastTotalAssets": "741056101663265157372218", "isRetired": false, "isHidden": false, "migration": { @@ -1445,7 +1445,7 @@ "lastActiveStrategies": [ "0x495838c99a150066a78402cd620910e924c3fd4a" ], - "lastPricePerShare": "1032230696596494941", + "lastPricePerShare": "1033006366132120600", "lastTotalAssets": "37155606368237245548", "isRetired": false, "isHidden": false, @@ -1477,8 +1477,8 @@ "lastActiveStrategies": [ "0x6108591f070ff31809e1da11fd5aea9d3235735f" ], - "lastPricePerShare": "100084719", - "lastTotalAssets": "3917419", + "lastPricePerShare": "100085300", + "lastTotalAssets": "3884904", "isRetired": false, "isHidden": false, "migration": { @@ -1508,8 +1508,8 @@ "lastActiveStrategies": [ "0x57926e9cf3d7920afe774dc1d040cce0cd3ed26a" ], - "lastPricePerShare": "1097957984516956687", - "lastTotalAssets": "2203214817918500435409", + "lastPricePerShare": "1099493014593670858", + "lastTotalAssets": "2504677480771232527091", "isRetired": false, "isHidden": false, "migration": { @@ -1539,8 +1539,8 @@ "lastActiveStrategies": [ "0xe95b08f0aeae413f3b40e19cbae16564c6802509" ], - "lastPricePerShare": "2832680473189110213", - "lastTotalAssets": "245284096288030915", + "lastPricePerShare": "2903227123176851477", + "lastTotalAssets": "261243267621432948", "isRetired": false, "isHidden": false, "migration": { @@ -1602,8 +1602,8 @@ "lastActiveStrategies": [ "0x2a28720b784cc85791c58a47eaed3b569292c71f" ], - "lastPricePerShare": "1149590253806690947", - "lastTotalAssets": "370315258185960593", + "lastPricePerShare": "1156417517084732820", + "lastTotalAssets": "369854495215270144", "isRetired": false, "isHidden": false, "migration": { @@ -1633,8 +1633,8 @@ "lastActiveStrategies": [ "0x4e1a7a01a41d59cd762beb26684b00762ac8e581" ], - "lastPricePerShare": "1124964811499358289", - "lastTotalAssets": "858965014021296115482", + "lastPricePerShare": "1125517836668713254", + "lastTotalAssets": "859195807552629655754", "isRetired": false, "isHidden": false, "migration": { @@ -1664,8 +1664,8 @@ "lastActiveStrategies": [ "0x1a841021ade39b75b0900c17072d3d084449b664" ], - "lastPricePerShare": "1019390838973259312", - "lastTotalAssets": "59823903441979467441455", + "lastPricePerShare": "1020658925511253318", + "lastTotalAssets": "59906602475621704611384", "isRetired": false, "isHidden": false, "migration": { @@ -1696,8 +1696,8 @@ "lastActiveStrategies": [ "0x7f20d98691a91771bec4c9fc6302626b4fc99b77" ], - "lastPricePerShare": "1167114407883885780", - "lastTotalAssets": "446128884913098959", + "lastPricePerShare": "1169144480202580186", + "lastTotalAssets": "358534159483041571", "isRetired": false, "isHidden": false, "migration": { @@ -1758,8 +1758,8 @@ "lastActiveStrategies": [ "0x255fcb7a1fc53c2deb3274bcca5da79d0eabf098" ], - "lastPricePerShare": "1012466115116538316", - "lastTotalAssets": "1533147988594975", + "lastPricePerShare": "1012990798362895050", + "lastTotalAssets": "1534030831183275", "isRetired": false, "isHidden": false, "migration": { @@ -1821,8 +1821,8 @@ "lastActiveStrategies": [ "0x9b724a2896fe8f65f0de64e0e0d0bd63c9962cc2" ], - "lastPricePerShare": "1014840278318357251", - "lastTotalAssets": "10155232478635", + "lastPricePerShare": "1030773253086081419", + "lastTotalAssets": "364651370001415", "isRetired": false, "isHidden": false, "migration": { @@ -1917,8 +1917,8 @@ "lastActiveStrategies": [ "0x405b0e5ed26856f63344747c0a87de549a334d75" ], - "lastPricePerShare": "1025818999471533140", - "lastTotalAssets": "286582978471749685148251", + "lastPricePerShare": "1026621757155246289", + "lastTotalAssets": "388822255256660676898124", "isRetired": false, "isHidden": false, "migration": { @@ -2012,8 +2012,8 @@ "0xe82deb62412db78d00cae77be3d1334e26034cf6", "0xab9cb23b135ae489aea28dbedeb082f10772d0c4" ], - "lastPricePerShare": "1023305", - "lastTotalAssets": "1591469936157", + "lastPricePerShare": "1023872", + "lastTotalAssets": "1372380342195", "isRetired": false, "isHidden": false, "migration": { @@ -2139,8 +2139,8 @@ "lastActiveStrategies": [ "0xace439a7b6f7fdbd3bb0554006f044d21205ab3e" ], - "lastPricePerShare": "3948113950572373252", - "lastTotalAssets": "6598831974359351", + "lastPricePerShare": "4004258696868313353", + "lastTotalAssets": "6703263293743396", "isRetired": false, "isHidden": false, "migration": { @@ -2170,8 +2170,8 @@ "lastActiveStrategies": [ "0x35a18609bbc01c1e75932fab4f239aeab4742199" ], - "lastPricePerShare": "1024000802891433594", - "lastTotalAssets": "13256471091490103899978", + "lastPricePerShare": "1025163982266592861", + "lastTotalAssets": "13275501497679153132628", "isRetired": false, "isHidden": false, "migration": { @@ -2266,8 +2266,8 @@ "lastActiveStrategies": [ "0xd028a40fbe0507678c8a821e038d6eed90b4675b" ], - "lastPricePerShare": "1557088546586094433", - "lastTotalAssets": "5070026842811385069", + "lastPricePerShare": "1591706867458766582", + "lastTotalAssets": "5195582013912473176", "isRetired": false, "isHidden": false, "migration": { @@ -2297,8 +2297,8 @@ "lastActiveStrategies": [ "0xa54acd42dcd92d85c0f518d21c6dd39a41cfa5ad" ], - "lastPricePerShare": "1104236712675189226", - "lastTotalAssets": "322927800613981", + "lastPricePerShare": "1129048462087654264", + "lastTotalAssets": "331010264154381", "isRetired": false, "isHidden": false, "migration": { @@ -2328,8 +2328,8 @@ "lastActiveStrategies": [ "0xe7036cb72f21b1dfe422ad79d54b3d611e2bffa2" ], - "lastPricePerShare": "1109745538884746617", - "lastTotalAssets": "115281937156100659034982", + "lastPricePerShare": "1115521865735314912", + "lastTotalAssets": "118130143543492227434657", "isRetired": false, "isHidden": false, "migration": { @@ -2391,8 +2391,8 @@ "lastActiveStrategies": [ "0xad782af29bfb5908ce7305042933eeb8dfe95f1b" ], - "lastPricePerShare": "1054573640269497210", - "lastTotalAssets": "43617024488190124663169", + "lastPricePerShare": "1058513064078813425", + "lastTotalAssets": "43798137484719800260484", "isRetired": false, "isHidden": false, "migration": { @@ -2455,8 +2455,8 @@ "lastActiveStrategies": [ "0xd13a1c75e5177f4932502aef829493467b1844ab" ], - "lastPricePerShare": "1007163546307965055", - "lastTotalAssets": "4852051592954819695811", + "lastPricePerShare": "1009296038115741998", + "lastTotalAssets": "7036547572348873533053", "isRetired": false, "isHidden": false, "migration": { @@ -2485,8 +2485,8 @@ "lastActiveStrategies": [ "0x79ab263c0dbefd8834f7292864ad6d405ba6793a" ], - "lastPricePerShare": "3919960254218934635", - "lastTotalAssets": "4564112115893", + "lastPricePerShare": "7436434162139209983", + "lastTotalAssets": "10534555812651", "isRetired": false, "isHidden": false, "migration": { @@ -2516,8 +2516,8 @@ "lastActiveStrategies": [ "0xb92e56fea1f265ca6c85a9cd64a0d58800374985" ], - "lastPricePerShare": "2251555813455295841", - "lastTotalAssets": "28508282976285144534203", + "lastPricePerShare": "2299148147723212957", + "lastTotalAssets": "29681135290107183206585", "isRetired": false, "isHidden": false, "migration": { @@ -2578,8 +2578,8 @@ "lastActiveStrategies": [ "0x0f83d307a1df560b13df25d98f308be403ba8ff7" ], - "lastPricePerShare": "1020162704020313586", - "lastTotalAssets": "1028332938798554114873", + "lastPricePerShare": "1022635969870252277", + "lastTotalAssets": "295669362838627085390", "isRetired": false, "isHidden": false, "migration": { @@ -2609,8 +2609,8 @@ "lastActiveStrategies": [ "0x4a3f4dff2cde557babae2a7e1f7bd84092840631" ], - "lastPricePerShare": "1487238244056237636", - "lastTotalAssets": "16719602937866204640208", + "lastPricePerShare": "1521853882936786875", + "lastTotalAssets": "17153113667441603502690", "isRetired": false, "isHidden": false, "migration": { @@ -2640,8 +2640,8 @@ "lastActiveStrategies": [ "0x2c25e16a3bb0a00d2236e1981b4a6371961ffb80" ], - "lastPricePerShare": "1060823194273166929", - "lastTotalAssets": "17842086596468141", + "lastPricePerShare": "1067811392074332708", + "lastTotalAssets": "8138455726575482", "isRetired": false, "isHidden": false, "migration": { @@ -2671,8 +2671,8 @@ "lastActiveStrategies": [ "0x02e0e677fad4a8dc9007a7bed973bf0c70905929" ], - "lastPricePerShare": "1019501311455859184", - "lastTotalAssets": "793117644836723654403", + "lastPricePerShare": "1020076759445418753", + "lastTotalAssets": "794815523092839895629", "isRetired": false, "isHidden": false, "migration": { @@ -2734,8 +2734,8 @@ "lastActiveStrategies": [ "0x9f38e7866e1e8f82ebef9433f0131981d281adec" ], - "lastPricePerShare": "1966851865912775780", - "lastTotalAssets": "27447127697258220069341", + "lastPricePerShare": "2022093089632177460", + "lastTotalAssets": "22452039408398886160523", "isRetired": false, "isHidden": false, "migration": { @@ -2766,8 +2766,8 @@ "0x1d3be43c5621bda29ab24101c54d434b9b3f29c8", "0x5c7660c1967d7315eefe6c1101ec03d4cd04a4ce" ], - "lastPricePerShare": "1026836", - "lastTotalAssets": "654934351805", + "lastPricePerShare": "1027589", + "lastTotalAssets": "870470441473", "isRetired": false, "isHidden": false, "migration": { diff --git a/data/meta/vaults/137.json b/data/meta/vaults/137.json index 752f6387..d4c6a6a4 100644 --- a/data/meta/vaults/137.json +++ b/data/meta/vaults/137.json @@ -1,9 +1,9 @@ { - "lastUpdate": "2023-11-24T12:50:43.423936+01:00", + "lastUpdate": "2023-11-27T12:23:41.105732+01:00", "version": { "major": 0, "minor": 1, - "patch": 9 + "patch": 11 }, "shouldRefresh": false, "vaults": { @@ -20,8 +20,8 @@ "managementFee": 0, "emergencyShutdown": false, "lastActiveStrategies": [], - "lastPricePerShare": "1000033280764243459", - "lastTotalAssets": "657028220783943094576", + "lastPricePerShare": "1000282385656901292", + "lastTotalAssets": "525832235840601749011", "isRetired": false, "isHidden": false, "migration": { @@ -52,8 +52,8 @@ "0x2a42a69f48efffdf2d4fb079af60d98d3e34d49c", "0x6ed737ef2ef74e04005dc9810366de5ad38cf7d6" ], - "lastPricePerShare": "1000000000000000000", - "lastTotalAssets": "2627937601661582067791", + "lastPricePerShare": "1000003264040607220", + "lastTotalAssets": "2627977805323533209979", "isRetired": false, "isHidden": false, "migration": { @@ -80,7 +80,7 @@ "managementFee": 0, "emergencyShutdown": false, "lastActiveStrategies": [], - "lastPricePerShare": "1000019729423519543", + "lastPricePerShare": "1000115511271431628", "lastTotalAssets": "1314156426526262412957", "isRetired": false, "isHidden": false, @@ -140,7 +140,7 @@ "managementFee": 0, "emergencyShutdown": false, "lastActiveStrategies": [], - "lastPricePerShare": "1000020325674957065", + "lastPricePerShare": "1000119544838219059", "lastTotalAssets": "588273988224583438", "isRetired": false, "isHidden": false, @@ -168,8 +168,8 @@ "managementFee": 0, "emergencyShutdown": false, "lastActiveStrategies": [], - "lastPricePerShare": "1002750157253569445", - "lastTotalAssets": "708475445676647760132", + "lastPricePerShare": "1002968760107606058", + "lastTotalAssets": "840077675038997549733", "isRetired": false, "isHidden": false, "migration": { @@ -227,7 +227,7 @@ "0xdb92b89ca415c0dab40dc96e99fc411c08f20780", "0xb1403908f772e4374bb151f7c67e88761a0eb4f1" ], - "lastPricePerShare": "1003041", + "lastPricePerShare": "1003431", "lastTotalAssets": "10081334493", "isRetired": false, "isHidden": false, @@ -255,8 +255,8 @@ "managementFee": 0, "emergencyShutdown": false, "lastActiveStrategies": [], - "lastPricePerShare": "1005001", - "lastTotalAssets": "5121718190", + "lastPricePerShare": "1005467", + "lastTotalAssets": "9157555194", "isRetired": false, "isHidden": false, "migration": { @@ -311,8 +311,8 @@ "managementFee": 0, "emergencyShutdown": false, "lastActiveStrategies": [], - "lastPricePerShare": "1004968", - "lastTotalAssets": "5044129476", + "lastPricePerShare": "1006568", + "lastTotalAssets": "1012208081", "isRetired": false, "isHidden": false, "migration": { diff --git a/data/meta/vaults/250.json b/data/meta/vaults/250.json index 8cf56967..400afeb9 100644 --- a/data/meta/vaults/250.json +++ b/data/meta/vaults/250.json @@ -1,9 +1,9 @@ { - "lastUpdate": "2023-11-22T11:59:09.905497+01:00", + "lastUpdate": "2023-11-27T12:23:40.711374+01:00", "version": { "major": 0, "minor": 0, - "patch": 46 + "patch": 48 }, "shouldRefresh": false, "vaults": { @@ -130,7 +130,7 @@ "0x939dc1c32d89ba771c1eeee8f1a12ba9b766c532" ], "lastPricePerShare": "1962782776185799071", - "lastTotalAssets": "5224466037421556091609177", + "lastTotalAssets": "5188661107703483620588382", "isRetired": false, "isHidden": false, "migration": { @@ -163,7 +163,7 @@ "0xfa01ca21239166701b6760d162257b449ba6d011" ], "lastPricePerShare": "1431492900385784918", - "lastTotalAssets": "127358904645013903558697", + "lastTotalAssets": "127418563904114928406860", "isRetired": false, "isHidden": false, "migration": { @@ -383,7 +383,7 @@ "0xb99d6662127d9a3c68bc949679f364e1739e2ca1" ], "lastPricePerShare": "1045299082354470278", - "lastTotalAssets": "32873563546354686088", + "lastTotalAssets": "33242911113164432424", "isRetired": false, "isHidden": false, "migration": { @@ -791,7 +791,7 @@ "0xa4f10bc80f6c5cf6a34f828cb53c243eb1976da8" ], "lastPricePerShare": "1033965668639920397", - "lastTotalAssets": "239418184262616038842", + "lastTotalAssets": "237432895980437182124", "isRetired": false, "isHidden": false, "migration": { @@ -894,7 +894,7 @@ "0x65f2605d8fe21614b294791faae1d7d0a7579276" ], "lastPricePerShare": "1060959", - "lastTotalAssets": "1875097112514", + "lastTotalAssets": "1875096051555", "isRetired": false, "isHidden": false, "migration": { diff --git a/data/meta/vaults/42161.json b/data/meta/vaults/42161.json index 4cb4b896..a549e2e5 100644 --- a/data/meta/vaults/42161.json +++ b/data/meta/vaults/42161.json @@ -1,9 +1,9 @@ { - "lastUpdate": "2023-11-22T11:59:09.659679+01:00", + "lastUpdate": "2023-11-27T12:23:40.768871+01:00", "version": { "major": 0, "minor": 0, - "patch": 6 + "patch": 7 }, "shouldRefresh": false, "vaults": { @@ -22,8 +22,8 @@ "lastActiveStrategies": [ "0xf1c3047c6310806de1d25535bc50748815066a7b" ], - "lastPricePerShare": "1077135892261069320", - "lastTotalAssets": "2557968696669653037209", + "lastPricePerShare": "1078236289457950540", + "lastTotalAssets": "2786255903568190137420", "isRetired": false, "isHidden": false, "migration": { @@ -85,8 +85,8 @@ "lastActiveStrategies": [ "0xf992fcef771df908f9b09bb2619092f70ab21957" ], - "lastPricePerShare": "1006735079095339393", - "lastTotalAssets": "2124979595337057507005", + "lastPricePerShare": "1006806332417258303", + "lastTotalAssets": "2125749440721502852627", "isRetired": false, "isHidden": false, "migration": { diff --git a/data/meta/vaults/8453.json b/data/meta/vaults/8453.json index 94fc2760..7884bc54 100644 --- a/data/meta/vaults/8453.json +++ b/data/meta/vaults/8453.json @@ -1,9 +1,9 @@ { - "lastUpdate": "2023-11-22T11:59:09.599144+01:00", + "lastUpdate": "2023-11-27T12:23:41.028117+01:00", "version": { "major": 0, "minor": 0, - "patch": 45 + "patch": 47 }, "shouldRefresh": false, "vaults": { @@ -242,8 +242,8 @@ "lastActiveStrategies": [ "0x4161255639d94ee0a1d4c27fe0f863293f6a9798" ], - "lastPricePerShare": "1002634831672984988", - "lastTotalAssets": "1057931454021058735960", + "lastPricePerShare": "1002634831672984989", + "lastTotalAssets": "896779924973517075", "isRetired": false, "isHidden": false, "migration": { @@ -396,8 +396,8 @@ "lastActiveStrategies": [ "0x6c3c4447e1a2c87b47d58cf007706bb1835134da" ], - "lastPricePerShare": "1000000000000000000", - "lastTotalAssets": "6335120257164", + "lastPricePerShare": "1020675729220906090", + "lastTotalAssets": "6480992292819", "isRetired": false, "isHidden": false, "migration": { @@ -427,8 +427,8 @@ "lastActiveStrategies": [ "0xc070f47c1d92167a1a24b4bc7b2749af3410e93f" ], - "lastPricePerShare": "1286239844339428283", - "lastTotalAssets": "1548475735640124", + "lastPricePerShare": "1318318837771454817", + "lastTotalAssets": "1591505188528734", "isRetired": false, "isHidden": false, "migration": { diff --git a/external/tokensList/routes.go b/external/tokensList/routes.go index 7adc1e07..6a2088f2 100644 --- a/external/tokensList/routes.go +++ b/external/tokensList/routes.go @@ -201,3 +201,90 @@ func GetYearnTokenList(c *gin.Context) { c.JSON(http.StatusOK, tokenBalanceMap) } + +// GetUserBalance will, for a given chainID, return the user's balance for all the tokens in the +// tokens list. +func GetUserBalance(c *gin.Context) { + if !common.IsHexAddress(c.Param("address")) { + c.String(http.StatusBadRequest, "invalid address") + return + } + + /********************************************************************************************** + ** The following code will execute the multicall and then map the results to the tokens in the + ** returned tokenBalanceMap map, which is a map of token addresses to TTokenListToken structs. + **********************************************************************************************/ + tokenBalanceMap := make(map[string]TTokenListToken) + + /********************************************************************************************** + ** We first need to load the current chainCoin, which is the native coin of the chain. We then + ** check if the price of the chainCoin is available in the prices map. If the price is + ** available, we add the price to the chainToken struct. Then, we add the chainToken struct to + ** the tokenBalanceMap map using the chainCoin address as the key. + **********************************************************************************************/ + for _, chainID := range env.SUPPORTED_CHAIN_IDS { + /********************************************************************************************** + ** Once we have our list of tokens, we can proceed to fetch the balances of the tokens for the + ** user. We create a slice of calls, which will be used to make a multicall to the blockchain. + ** For each token in the tokensFromListMap map, we add a call to the slice of calls, for the + ** balanceOf function of the ERC20 token. + **********************************************************************************************/ + calls := []ethereum.Call{} + chainCoin := env.CHAINS[chainID].Coin + chainCoinPrice, ok := storage.GetPrice(chainID, chainCoin.Address) + chainToken := TTokenListToken{ + ChainID: int(chainID), + Address: chainCoin.Address.Hex(), + Name: chainCoin.DisplayName, + Symbol: chainCoin.DisplaySymbol, + LogoURI: chainCoin.Icon, + Decimals: int(chainCoin.Decimals), + Balance: bigNumber.NewInt(0), + Price: bigNumber.NewInt(0), + SupportedZaps: []SupportedZap{}, + } + if ok { + chainToken.Price = chainCoinPrice.Price + } + tokenBalanceMap[chainCoin.Address.Hex()] = chainToken + + for _, token := range existingTokenLists[`yearn`] { + if token.ChainID == int(chainID) { + calls = append(calls, getBalance( + token.Address, + addresses.ToMixedcase(token.Address), + addresses.ToMixedcase(c.Param("address")), + )) + } + } + + /********************************************************************************************** + ** And we can finally execute the multicall. + **********************************************************************************************/ + response := multicalls.Perform(chainID, calls, nil) + for _, token := range existingTokenLists[`yearn`] { + if addresses.Equals(token.Address, env.DEFAULT_COIN_ADDRESS) { + continue + } + rawBalance := response[token.Address+`balanceOf`] + if len(rawBalance) == 0 { + continue + } + tokenBalance := helpers.DecodeBigInt(rawBalance) + if tokenBalance.IsZero() { + continue + } + token.Balance = tokenBalance + if tokenPrice, ok := storage.GetPrice( + chainID, + addresses.ToAddress(token.Address), + ); ok { + token.Price = tokenPrice.Price + token.SupportedZaps = getSupportedZaps(chainID, addresses.ToAddress(token.Address)) + tokenBalanceMap[token.Address] = token + } + } + } + + c.JSON(http.StatusOK, tokenBalanceMap) +}