@bgd-labs/toolbox 0.0.53 → 0.0.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +301 -1
- package/dist/index.d.ts +301 -1
- package/dist/index.js +396 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +395 -0
- package/dist/index.mjs.map +1 -1
- package/dist/node.d.mts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/node.js +396 -0
- package/dist/node.js.map +1 -1
- package/dist/node.mjs +395 -0
- package/dist/node.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -26075,6 +26075,306 @@ declare const IUmbrellaStakeToken_ABI: readonly [{
|
|
|
26075
26075
|
readonly inputs: readonly [];
|
|
26076
26076
|
}];
|
|
26077
26077
|
|
|
26078
|
+
declare const IDefaultInterestRateStrategyV2_ABI: readonly [{
|
|
26079
|
+
readonly type: "function";
|
|
26080
|
+
readonly name: "ADDRESSES_PROVIDER";
|
|
26081
|
+
readonly inputs: readonly [];
|
|
26082
|
+
readonly outputs: readonly [{
|
|
26083
|
+
readonly name: "";
|
|
26084
|
+
readonly type: "address";
|
|
26085
|
+
readonly internalType: "contract IPoolAddressesProvider";
|
|
26086
|
+
}];
|
|
26087
|
+
readonly stateMutability: "view";
|
|
26088
|
+
}, {
|
|
26089
|
+
readonly type: "function";
|
|
26090
|
+
readonly name: "MAX_BORROW_RATE";
|
|
26091
|
+
readonly inputs: readonly [];
|
|
26092
|
+
readonly outputs: readonly [{
|
|
26093
|
+
readonly name: "";
|
|
26094
|
+
readonly type: "uint256";
|
|
26095
|
+
readonly internalType: "uint256";
|
|
26096
|
+
}];
|
|
26097
|
+
readonly stateMutability: "view";
|
|
26098
|
+
}, {
|
|
26099
|
+
readonly type: "function";
|
|
26100
|
+
readonly name: "MAX_OPTIMAL_POINT";
|
|
26101
|
+
readonly inputs: readonly [];
|
|
26102
|
+
readonly outputs: readonly [{
|
|
26103
|
+
readonly name: "";
|
|
26104
|
+
readonly type: "uint256";
|
|
26105
|
+
readonly internalType: "uint256";
|
|
26106
|
+
}];
|
|
26107
|
+
readonly stateMutability: "view";
|
|
26108
|
+
}, {
|
|
26109
|
+
readonly type: "function";
|
|
26110
|
+
readonly name: "MIN_OPTIMAL_POINT";
|
|
26111
|
+
readonly inputs: readonly [];
|
|
26112
|
+
readonly outputs: readonly [{
|
|
26113
|
+
readonly name: "";
|
|
26114
|
+
readonly type: "uint256";
|
|
26115
|
+
readonly internalType: "uint256";
|
|
26116
|
+
}];
|
|
26117
|
+
readonly stateMutability: "view";
|
|
26118
|
+
}, {
|
|
26119
|
+
readonly type: "function";
|
|
26120
|
+
readonly name: "calculateInterestRates";
|
|
26121
|
+
readonly inputs: readonly [{
|
|
26122
|
+
readonly name: "params";
|
|
26123
|
+
readonly type: "tuple";
|
|
26124
|
+
readonly internalType: "struct DataTypes.CalculateInterestRatesParams";
|
|
26125
|
+
readonly components: readonly [{
|
|
26126
|
+
readonly name: "unbacked";
|
|
26127
|
+
readonly type: "uint256";
|
|
26128
|
+
readonly internalType: "uint256";
|
|
26129
|
+
}, {
|
|
26130
|
+
readonly name: "liquidityAdded";
|
|
26131
|
+
readonly type: "uint256";
|
|
26132
|
+
readonly internalType: "uint256";
|
|
26133
|
+
}, {
|
|
26134
|
+
readonly name: "liquidityTaken";
|
|
26135
|
+
readonly type: "uint256";
|
|
26136
|
+
readonly internalType: "uint256";
|
|
26137
|
+
}, {
|
|
26138
|
+
readonly name: "totalDebt";
|
|
26139
|
+
readonly type: "uint256";
|
|
26140
|
+
readonly internalType: "uint256";
|
|
26141
|
+
}, {
|
|
26142
|
+
readonly name: "reserveFactor";
|
|
26143
|
+
readonly type: "uint256";
|
|
26144
|
+
readonly internalType: "uint256";
|
|
26145
|
+
}, {
|
|
26146
|
+
readonly name: "reserve";
|
|
26147
|
+
readonly type: "address";
|
|
26148
|
+
readonly internalType: "address";
|
|
26149
|
+
}, {
|
|
26150
|
+
readonly name: "usingVirtualBalance";
|
|
26151
|
+
readonly type: "bool";
|
|
26152
|
+
readonly internalType: "bool";
|
|
26153
|
+
}, {
|
|
26154
|
+
readonly name: "virtualUnderlyingBalance";
|
|
26155
|
+
readonly type: "uint256";
|
|
26156
|
+
readonly internalType: "uint256";
|
|
26157
|
+
}];
|
|
26158
|
+
}];
|
|
26159
|
+
readonly outputs: readonly [{
|
|
26160
|
+
readonly name: "";
|
|
26161
|
+
readonly type: "uint256";
|
|
26162
|
+
readonly internalType: "uint256";
|
|
26163
|
+
}, {
|
|
26164
|
+
readonly name: "";
|
|
26165
|
+
readonly type: "uint256";
|
|
26166
|
+
readonly internalType: "uint256";
|
|
26167
|
+
}];
|
|
26168
|
+
readonly stateMutability: "view";
|
|
26169
|
+
}, {
|
|
26170
|
+
readonly type: "function";
|
|
26171
|
+
readonly name: "getBaseVariableBorrowRate";
|
|
26172
|
+
readonly inputs: readonly [{
|
|
26173
|
+
readonly name: "reserve";
|
|
26174
|
+
readonly type: "address";
|
|
26175
|
+
readonly internalType: "address";
|
|
26176
|
+
}];
|
|
26177
|
+
readonly outputs: readonly [{
|
|
26178
|
+
readonly name: "";
|
|
26179
|
+
readonly type: "uint256";
|
|
26180
|
+
readonly internalType: "uint256";
|
|
26181
|
+
}];
|
|
26182
|
+
readonly stateMutability: "view";
|
|
26183
|
+
}, {
|
|
26184
|
+
readonly type: "function";
|
|
26185
|
+
readonly name: "getInterestRateData";
|
|
26186
|
+
readonly inputs: readonly [{
|
|
26187
|
+
readonly name: "reserve";
|
|
26188
|
+
readonly type: "address";
|
|
26189
|
+
readonly internalType: "address";
|
|
26190
|
+
}];
|
|
26191
|
+
readonly outputs: readonly [{
|
|
26192
|
+
readonly name: "";
|
|
26193
|
+
readonly type: "tuple";
|
|
26194
|
+
readonly internalType: "struct IDefaultInterestRateStrategyV2.InterestRateDataRay";
|
|
26195
|
+
readonly components: readonly [{
|
|
26196
|
+
readonly name: "optimalUsageRatio";
|
|
26197
|
+
readonly type: "uint256";
|
|
26198
|
+
readonly internalType: "uint256";
|
|
26199
|
+
}, {
|
|
26200
|
+
readonly name: "baseVariableBorrowRate";
|
|
26201
|
+
readonly type: "uint256";
|
|
26202
|
+
readonly internalType: "uint256";
|
|
26203
|
+
}, {
|
|
26204
|
+
readonly name: "variableRateSlope1";
|
|
26205
|
+
readonly type: "uint256";
|
|
26206
|
+
readonly internalType: "uint256";
|
|
26207
|
+
}, {
|
|
26208
|
+
readonly name: "variableRateSlope2";
|
|
26209
|
+
readonly type: "uint256";
|
|
26210
|
+
readonly internalType: "uint256";
|
|
26211
|
+
}];
|
|
26212
|
+
}];
|
|
26213
|
+
readonly stateMutability: "view";
|
|
26214
|
+
}, {
|
|
26215
|
+
readonly type: "function";
|
|
26216
|
+
readonly name: "getInterestRateDataBps";
|
|
26217
|
+
readonly inputs: readonly [{
|
|
26218
|
+
readonly name: "reserve";
|
|
26219
|
+
readonly type: "address";
|
|
26220
|
+
readonly internalType: "address";
|
|
26221
|
+
}];
|
|
26222
|
+
readonly outputs: readonly [{
|
|
26223
|
+
readonly name: "";
|
|
26224
|
+
readonly type: "tuple";
|
|
26225
|
+
readonly internalType: "struct IDefaultInterestRateStrategyV2.InterestRateData";
|
|
26226
|
+
readonly components: readonly [{
|
|
26227
|
+
readonly name: "optimalUsageRatio";
|
|
26228
|
+
readonly type: "uint16";
|
|
26229
|
+
readonly internalType: "uint16";
|
|
26230
|
+
}, {
|
|
26231
|
+
readonly name: "baseVariableBorrowRate";
|
|
26232
|
+
readonly type: "uint32";
|
|
26233
|
+
readonly internalType: "uint32";
|
|
26234
|
+
}, {
|
|
26235
|
+
readonly name: "variableRateSlope1";
|
|
26236
|
+
readonly type: "uint32";
|
|
26237
|
+
readonly internalType: "uint32";
|
|
26238
|
+
}, {
|
|
26239
|
+
readonly name: "variableRateSlope2";
|
|
26240
|
+
readonly type: "uint32";
|
|
26241
|
+
readonly internalType: "uint32";
|
|
26242
|
+
}];
|
|
26243
|
+
}];
|
|
26244
|
+
readonly stateMutability: "view";
|
|
26245
|
+
}, {
|
|
26246
|
+
readonly type: "function";
|
|
26247
|
+
readonly name: "getMaxVariableBorrowRate";
|
|
26248
|
+
readonly inputs: readonly [{
|
|
26249
|
+
readonly name: "reserve";
|
|
26250
|
+
readonly type: "address";
|
|
26251
|
+
readonly internalType: "address";
|
|
26252
|
+
}];
|
|
26253
|
+
readonly outputs: readonly [{
|
|
26254
|
+
readonly name: "";
|
|
26255
|
+
readonly type: "uint256";
|
|
26256
|
+
readonly internalType: "uint256";
|
|
26257
|
+
}];
|
|
26258
|
+
readonly stateMutability: "view";
|
|
26259
|
+
}, {
|
|
26260
|
+
readonly type: "function";
|
|
26261
|
+
readonly name: "getOptimalUsageRatio";
|
|
26262
|
+
readonly inputs: readonly [{
|
|
26263
|
+
readonly name: "reserve";
|
|
26264
|
+
readonly type: "address";
|
|
26265
|
+
readonly internalType: "address";
|
|
26266
|
+
}];
|
|
26267
|
+
readonly outputs: readonly [{
|
|
26268
|
+
readonly name: "";
|
|
26269
|
+
readonly type: "uint256";
|
|
26270
|
+
readonly internalType: "uint256";
|
|
26271
|
+
}];
|
|
26272
|
+
readonly stateMutability: "view";
|
|
26273
|
+
}, {
|
|
26274
|
+
readonly type: "function";
|
|
26275
|
+
readonly name: "getVariableRateSlope1";
|
|
26276
|
+
readonly inputs: readonly [{
|
|
26277
|
+
readonly name: "reserve";
|
|
26278
|
+
readonly type: "address";
|
|
26279
|
+
readonly internalType: "address";
|
|
26280
|
+
}];
|
|
26281
|
+
readonly outputs: readonly [{
|
|
26282
|
+
readonly name: "";
|
|
26283
|
+
readonly type: "uint256";
|
|
26284
|
+
readonly internalType: "uint256";
|
|
26285
|
+
}];
|
|
26286
|
+
readonly stateMutability: "view";
|
|
26287
|
+
}, {
|
|
26288
|
+
readonly type: "function";
|
|
26289
|
+
readonly name: "getVariableRateSlope2";
|
|
26290
|
+
readonly inputs: readonly [{
|
|
26291
|
+
readonly name: "reserve";
|
|
26292
|
+
readonly type: "address";
|
|
26293
|
+
readonly internalType: "address";
|
|
26294
|
+
}];
|
|
26295
|
+
readonly outputs: readonly [{
|
|
26296
|
+
readonly name: "";
|
|
26297
|
+
readonly type: "uint256";
|
|
26298
|
+
readonly internalType: "uint256";
|
|
26299
|
+
}];
|
|
26300
|
+
readonly stateMutability: "view";
|
|
26301
|
+
}, {
|
|
26302
|
+
readonly type: "function";
|
|
26303
|
+
readonly name: "setInterestRateParams";
|
|
26304
|
+
readonly inputs: readonly [{
|
|
26305
|
+
readonly name: "reserve";
|
|
26306
|
+
readonly type: "address";
|
|
26307
|
+
readonly internalType: "address";
|
|
26308
|
+
}, {
|
|
26309
|
+
readonly name: "rateData";
|
|
26310
|
+
readonly type: "bytes";
|
|
26311
|
+
readonly internalType: "bytes";
|
|
26312
|
+
}];
|
|
26313
|
+
readonly outputs: readonly [];
|
|
26314
|
+
readonly stateMutability: "nonpayable";
|
|
26315
|
+
}, {
|
|
26316
|
+
readonly type: "function";
|
|
26317
|
+
readonly name: "setInterestRateParams";
|
|
26318
|
+
readonly inputs: readonly [{
|
|
26319
|
+
readonly name: "reserve";
|
|
26320
|
+
readonly type: "address";
|
|
26321
|
+
readonly internalType: "address";
|
|
26322
|
+
}, {
|
|
26323
|
+
readonly name: "rateData";
|
|
26324
|
+
readonly type: "tuple";
|
|
26325
|
+
readonly internalType: "struct IDefaultInterestRateStrategyV2.InterestRateData";
|
|
26326
|
+
readonly components: readonly [{
|
|
26327
|
+
readonly name: "optimalUsageRatio";
|
|
26328
|
+
readonly type: "uint16";
|
|
26329
|
+
readonly internalType: "uint16";
|
|
26330
|
+
}, {
|
|
26331
|
+
readonly name: "baseVariableBorrowRate";
|
|
26332
|
+
readonly type: "uint32";
|
|
26333
|
+
readonly internalType: "uint32";
|
|
26334
|
+
}, {
|
|
26335
|
+
readonly name: "variableRateSlope1";
|
|
26336
|
+
readonly type: "uint32";
|
|
26337
|
+
readonly internalType: "uint32";
|
|
26338
|
+
}, {
|
|
26339
|
+
readonly name: "variableRateSlope2";
|
|
26340
|
+
readonly type: "uint32";
|
|
26341
|
+
readonly internalType: "uint32";
|
|
26342
|
+
}];
|
|
26343
|
+
}];
|
|
26344
|
+
readonly outputs: readonly [];
|
|
26345
|
+
readonly stateMutability: "nonpayable";
|
|
26346
|
+
}, {
|
|
26347
|
+
readonly type: "event";
|
|
26348
|
+
readonly name: "RateDataUpdate";
|
|
26349
|
+
readonly inputs: readonly [{
|
|
26350
|
+
readonly name: "reserve";
|
|
26351
|
+
readonly type: "address";
|
|
26352
|
+
readonly indexed: true;
|
|
26353
|
+
readonly internalType: "address";
|
|
26354
|
+
}, {
|
|
26355
|
+
readonly name: "optimalUsageRatio";
|
|
26356
|
+
readonly type: "uint256";
|
|
26357
|
+
readonly indexed: false;
|
|
26358
|
+
readonly internalType: "uint256";
|
|
26359
|
+
}, {
|
|
26360
|
+
readonly name: "baseVariableBorrowRate";
|
|
26361
|
+
readonly type: "uint256";
|
|
26362
|
+
readonly indexed: false;
|
|
26363
|
+
readonly internalType: "uint256";
|
|
26364
|
+
}, {
|
|
26365
|
+
readonly name: "variableRateSlope1";
|
|
26366
|
+
readonly type: "uint256";
|
|
26367
|
+
readonly indexed: false;
|
|
26368
|
+
readonly internalType: "uint256";
|
|
26369
|
+
}, {
|
|
26370
|
+
readonly name: "variableRateSlope2";
|
|
26371
|
+
readonly type: "uint256";
|
|
26372
|
+
readonly indexed: false;
|
|
26373
|
+
readonly internalType: "uint256";
|
|
26374
|
+
}];
|
|
26375
|
+
readonly anonymous: false;
|
|
26376
|
+
}];
|
|
26377
|
+
|
|
26078
26378
|
declare const IAccessControl_ABI: readonly [{
|
|
26079
26379
|
readonly type: "function";
|
|
26080
26380
|
readonly name: "getRoleAdmin";
|
|
@@ -28654,4 +28954,4 @@ declare const Ownable_ABI: readonly [{
|
|
|
28654
28954
|
}];
|
|
28655
28955
|
}];
|
|
28656
28956
|
|
|
28657
|
-
export { AggregatorInterface_ABI, Aip, type AssetInfo, type BlockscoutStyleSourceCode, type BundleParams, ChainId, ChainList, type ContractObject, EVENT_DB, type EtherscanStyleSourceCode, type ExplorerConfig, type GenericIndexerArgs, type GovernanceContract, HALF_RAY, HALF_WAD, HUMAN_READABLE_PAYLOAD_STATE, HUMAN_READABLE_PROPOSAL_STATE, IAToken_ABI, IAaveOracle_ABI, IAaveV3ConfigEngine_ABI, IAccessControl_ABI, IAuthorizedForwarder_ABI, ICollector_ABI, IDualAggregator_ABI, IERC1967_ABI, IERC20Metadata_ABI, IERC20_ABI, IEmissionManager_ABI, IPoolAddressesProvider_ABI, IPoolConfigurator_ABI, IPool_ABI, IReserveInterestRateStrategy_ABI, IRewardsController_ABI, IStataTokenFactory_ABI, IStataTokenV2_ABI, IUmbrellaStakeToken_ABI, IUmbrella_ABI, IWithGuardian_ABI, IWrappedTokenGatewayV3_ABI, IncentivizedERC20_ABI, type IndexerTopicState, type Input, LTV_PRECISION, Ownable_ABI, PausableUpgradeable_ABI, type Payload, PayloadState, type PayloadsControllerContract, type Proposal, ProposalState, ProxyAdmin_ABI, RAY, type ReserveConfiguration, SECONDS_PER_YEAR, SelfdestructCheckState, type SoltypeElement, SoltypeType, type StandardJsonInput, type StateDiff, type StateObject, type SupportedChainIds, type TenderlyLog, type TenderlyLogRaw, type TenderlySimRequest, type TenderlySimulationResponse, type TenderlySimulationResponseObject, type TenderlyStackTrace, type Tenderly_createVnetParamsResponse, type Trace, type TransactionInfo, Umbrella_IRewardsController_ABI, Umbrella_IRewardsDistributor_ABI, VerificationStatus, WAD, WAD_RAY_RATIO, aaveAddressesProvider_IncentivesControllerSlot, addAssetPrice, addAssetSymbol, alchemyNetworkMap, alchemySupportedChainIds, assetIndexesToAsset, assetToBase, bitmapToIndexes, blockscoutExplorers, calculateAvailableBorrowsMarketReferenceCurrency, calculateCompoundedInterest, calculateHealthFactor, calculateHealthFactorFromBalances, calculateLinearInterest, chainlinkFeeds, checkForSelfdestruct, decodeReserveConfiguration, decodeReserveConfigurationV2, decodeUserConfiguration, diffCode, enhanceLogs, enhanceStateDiff, erc1967_AdminSlot, erc1967_ImplementationSlot, etherscanExplorers, fetchImmutablePoolAddresses, fetchMutablePoolAddresses, fetchPoolAddresses, findAsset, flashbotsClientExtension, flashbotsOnFetchRequest, formatNumberString, genericIndexer, getAlchemyRPC, getBits, getClient, getContractDeploymentBlock, getCurrentDebtBalance, getCurrentLiquidityBalance, getExplicitRPC, getExplorer, getGovernance, getHyperRPC, getImplementationSlot, getLogsRecursive, getMarketReferenceCurrencyAndUsdBalance, getMdContractName, getNetworkEnv, getNonFinalizedPayloads, getNonFinalizedProposals, getNormalizedDebt, getNormalizedIncome, getObjectDiff, getPayloadStorageOverrides, getPayloadsController, getPublicRpc, getQuicknodeRpc, getRPCUrl, getReserveConfigurations, getReserveTokens, getSourceCode, getTenderlyRpc, getVerificationStatus, hyperRPCSupportedNetworks, isPayloadFinal, isProposalFinal, makePayloadExecutableOnTestClient, makeProposalExecutableOnTestClient, onMevHandler, parseBlockscoutStyleSourceCode, parseEtherscanStyleSourceCode, parseLogs, prettifyNumber, priceUpdateDecoder, publicRPCs, quicknodeNetworkMap, rayDiv, rayMul, rayToWad, renderMarkdownStateDiffReport, renderTenderlyReport, routescanExplorers, selfDestructStatusToString, setBits, tenderlyExplorerMap, tenderlyNetworkMap, tenderly_createVnet, tenderly_deleteVnet, tenderly_getVnet, tenderly_logsToAbiLogs, tenderly_pingExplorer, tenderly_sim, tenderly_simVnet, toAddressLink, toBinaryString, toTxLink, transformTenderlyStateDiff, validateAip, verificationStatusToString, wadDiv, wadToRay };
|
|
28957
|
+
export { AggregatorInterface_ABI, Aip, type AssetInfo, type BlockscoutStyleSourceCode, type BundleParams, ChainId, ChainList, type ContractObject, EVENT_DB, type EtherscanStyleSourceCode, type ExplorerConfig, type GenericIndexerArgs, type GovernanceContract, HALF_RAY, HALF_WAD, HUMAN_READABLE_PAYLOAD_STATE, HUMAN_READABLE_PROPOSAL_STATE, IAToken_ABI, IAaveOracle_ABI, IAaveV3ConfigEngine_ABI, IAccessControl_ABI, IAuthorizedForwarder_ABI, ICollector_ABI, IDefaultInterestRateStrategyV2_ABI, IDualAggregator_ABI, IERC1967_ABI, IERC20Metadata_ABI, IERC20_ABI, IEmissionManager_ABI, IPoolAddressesProvider_ABI, IPoolConfigurator_ABI, IPool_ABI, IReserveInterestRateStrategy_ABI, IRewardsController_ABI, IStataTokenFactory_ABI, IStataTokenV2_ABI, IUmbrellaStakeToken_ABI, IUmbrella_ABI, IWithGuardian_ABI, IWrappedTokenGatewayV3_ABI, IncentivizedERC20_ABI, type IndexerTopicState, type Input, LTV_PRECISION, Ownable_ABI, PausableUpgradeable_ABI, type Payload, PayloadState, type PayloadsControllerContract, type Proposal, ProposalState, ProxyAdmin_ABI, RAY, type ReserveConfiguration, SECONDS_PER_YEAR, SelfdestructCheckState, type SoltypeElement, SoltypeType, type StandardJsonInput, type StateDiff, type StateObject, type SupportedChainIds, type TenderlyLog, type TenderlyLogRaw, type TenderlySimRequest, type TenderlySimulationResponse, type TenderlySimulationResponseObject, type TenderlyStackTrace, type Tenderly_createVnetParamsResponse, type Trace, type TransactionInfo, Umbrella_IRewardsController_ABI, Umbrella_IRewardsDistributor_ABI, VerificationStatus, WAD, WAD_RAY_RATIO, aaveAddressesProvider_IncentivesControllerSlot, addAssetPrice, addAssetSymbol, alchemyNetworkMap, alchemySupportedChainIds, assetIndexesToAsset, assetToBase, bitmapToIndexes, blockscoutExplorers, calculateAvailableBorrowsMarketReferenceCurrency, calculateCompoundedInterest, calculateHealthFactor, calculateHealthFactorFromBalances, calculateLinearInterest, chainlinkFeeds, checkForSelfdestruct, decodeReserveConfiguration, decodeReserveConfigurationV2, decodeUserConfiguration, diffCode, enhanceLogs, enhanceStateDiff, erc1967_AdminSlot, erc1967_ImplementationSlot, etherscanExplorers, fetchImmutablePoolAddresses, fetchMutablePoolAddresses, fetchPoolAddresses, findAsset, flashbotsClientExtension, flashbotsOnFetchRequest, formatNumberString, genericIndexer, getAlchemyRPC, getBits, getClient, getContractDeploymentBlock, getCurrentDebtBalance, getCurrentLiquidityBalance, getExplicitRPC, getExplorer, getGovernance, getHyperRPC, getImplementationSlot, getLogsRecursive, getMarketReferenceCurrencyAndUsdBalance, getMdContractName, getNetworkEnv, getNonFinalizedPayloads, getNonFinalizedProposals, getNormalizedDebt, getNormalizedIncome, getObjectDiff, getPayloadStorageOverrides, getPayloadsController, getPublicRpc, getQuicknodeRpc, getRPCUrl, getReserveConfigurations, getReserveTokens, getSourceCode, getTenderlyRpc, getVerificationStatus, hyperRPCSupportedNetworks, isPayloadFinal, isProposalFinal, makePayloadExecutableOnTestClient, makeProposalExecutableOnTestClient, onMevHandler, parseBlockscoutStyleSourceCode, parseEtherscanStyleSourceCode, parseLogs, prettifyNumber, priceUpdateDecoder, publicRPCs, quicknodeNetworkMap, rayDiv, rayMul, rayToWad, renderMarkdownStateDiffReport, renderTenderlyReport, routescanExplorers, selfDestructStatusToString, setBits, tenderlyExplorerMap, tenderlyNetworkMap, tenderly_createVnet, tenderly_deleteVnet, tenderly_getVnet, tenderly_logsToAbiLogs, tenderly_pingExplorer, tenderly_sim, tenderly_simVnet, toAddressLink, toBinaryString, toTxLink, transformTenderlyStateDiff, validateAip, verificationStatusToString, wadDiv, wadToRay };
|
package/dist/index.d.ts
CHANGED
|
@@ -26075,6 +26075,306 @@ declare const IUmbrellaStakeToken_ABI: readonly [{
|
|
|
26075
26075
|
readonly inputs: readonly [];
|
|
26076
26076
|
}];
|
|
26077
26077
|
|
|
26078
|
+
declare const IDefaultInterestRateStrategyV2_ABI: readonly [{
|
|
26079
|
+
readonly type: "function";
|
|
26080
|
+
readonly name: "ADDRESSES_PROVIDER";
|
|
26081
|
+
readonly inputs: readonly [];
|
|
26082
|
+
readonly outputs: readonly [{
|
|
26083
|
+
readonly name: "";
|
|
26084
|
+
readonly type: "address";
|
|
26085
|
+
readonly internalType: "contract IPoolAddressesProvider";
|
|
26086
|
+
}];
|
|
26087
|
+
readonly stateMutability: "view";
|
|
26088
|
+
}, {
|
|
26089
|
+
readonly type: "function";
|
|
26090
|
+
readonly name: "MAX_BORROW_RATE";
|
|
26091
|
+
readonly inputs: readonly [];
|
|
26092
|
+
readonly outputs: readonly [{
|
|
26093
|
+
readonly name: "";
|
|
26094
|
+
readonly type: "uint256";
|
|
26095
|
+
readonly internalType: "uint256";
|
|
26096
|
+
}];
|
|
26097
|
+
readonly stateMutability: "view";
|
|
26098
|
+
}, {
|
|
26099
|
+
readonly type: "function";
|
|
26100
|
+
readonly name: "MAX_OPTIMAL_POINT";
|
|
26101
|
+
readonly inputs: readonly [];
|
|
26102
|
+
readonly outputs: readonly [{
|
|
26103
|
+
readonly name: "";
|
|
26104
|
+
readonly type: "uint256";
|
|
26105
|
+
readonly internalType: "uint256";
|
|
26106
|
+
}];
|
|
26107
|
+
readonly stateMutability: "view";
|
|
26108
|
+
}, {
|
|
26109
|
+
readonly type: "function";
|
|
26110
|
+
readonly name: "MIN_OPTIMAL_POINT";
|
|
26111
|
+
readonly inputs: readonly [];
|
|
26112
|
+
readonly outputs: readonly [{
|
|
26113
|
+
readonly name: "";
|
|
26114
|
+
readonly type: "uint256";
|
|
26115
|
+
readonly internalType: "uint256";
|
|
26116
|
+
}];
|
|
26117
|
+
readonly stateMutability: "view";
|
|
26118
|
+
}, {
|
|
26119
|
+
readonly type: "function";
|
|
26120
|
+
readonly name: "calculateInterestRates";
|
|
26121
|
+
readonly inputs: readonly [{
|
|
26122
|
+
readonly name: "params";
|
|
26123
|
+
readonly type: "tuple";
|
|
26124
|
+
readonly internalType: "struct DataTypes.CalculateInterestRatesParams";
|
|
26125
|
+
readonly components: readonly [{
|
|
26126
|
+
readonly name: "unbacked";
|
|
26127
|
+
readonly type: "uint256";
|
|
26128
|
+
readonly internalType: "uint256";
|
|
26129
|
+
}, {
|
|
26130
|
+
readonly name: "liquidityAdded";
|
|
26131
|
+
readonly type: "uint256";
|
|
26132
|
+
readonly internalType: "uint256";
|
|
26133
|
+
}, {
|
|
26134
|
+
readonly name: "liquidityTaken";
|
|
26135
|
+
readonly type: "uint256";
|
|
26136
|
+
readonly internalType: "uint256";
|
|
26137
|
+
}, {
|
|
26138
|
+
readonly name: "totalDebt";
|
|
26139
|
+
readonly type: "uint256";
|
|
26140
|
+
readonly internalType: "uint256";
|
|
26141
|
+
}, {
|
|
26142
|
+
readonly name: "reserveFactor";
|
|
26143
|
+
readonly type: "uint256";
|
|
26144
|
+
readonly internalType: "uint256";
|
|
26145
|
+
}, {
|
|
26146
|
+
readonly name: "reserve";
|
|
26147
|
+
readonly type: "address";
|
|
26148
|
+
readonly internalType: "address";
|
|
26149
|
+
}, {
|
|
26150
|
+
readonly name: "usingVirtualBalance";
|
|
26151
|
+
readonly type: "bool";
|
|
26152
|
+
readonly internalType: "bool";
|
|
26153
|
+
}, {
|
|
26154
|
+
readonly name: "virtualUnderlyingBalance";
|
|
26155
|
+
readonly type: "uint256";
|
|
26156
|
+
readonly internalType: "uint256";
|
|
26157
|
+
}];
|
|
26158
|
+
}];
|
|
26159
|
+
readonly outputs: readonly [{
|
|
26160
|
+
readonly name: "";
|
|
26161
|
+
readonly type: "uint256";
|
|
26162
|
+
readonly internalType: "uint256";
|
|
26163
|
+
}, {
|
|
26164
|
+
readonly name: "";
|
|
26165
|
+
readonly type: "uint256";
|
|
26166
|
+
readonly internalType: "uint256";
|
|
26167
|
+
}];
|
|
26168
|
+
readonly stateMutability: "view";
|
|
26169
|
+
}, {
|
|
26170
|
+
readonly type: "function";
|
|
26171
|
+
readonly name: "getBaseVariableBorrowRate";
|
|
26172
|
+
readonly inputs: readonly [{
|
|
26173
|
+
readonly name: "reserve";
|
|
26174
|
+
readonly type: "address";
|
|
26175
|
+
readonly internalType: "address";
|
|
26176
|
+
}];
|
|
26177
|
+
readonly outputs: readonly [{
|
|
26178
|
+
readonly name: "";
|
|
26179
|
+
readonly type: "uint256";
|
|
26180
|
+
readonly internalType: "uint256";
|
|
26181
|
+
}];
|
|
26182
|
+
readonly stateMutability: "view";
|
|
26183
|
+
}, {
|
|
26184
|
+
readonly type: "function";
|
|
26185
|
+
readonly name: "getInterestRateData";
|
|
26186
|
+
readonly inputs: readonly [{
|
|
26187
|
+
readonly name: "reserve";
|
|
26188
|
+
readonly type: "address";
|
|
26189
|
+
readonly internalType: "address";
|
|
26190
|
+
}];
|
|
26191
|
+
readonly outputs: readonly [{
|
|
26192
|
+
readonly name: "";
|
|
26193
|
+
readonly type: "tuple";
|
|
26194
|
+
readonly internalType: "struct IDefaultInterestRateStrategyV2.InterestRateDataRay";
|
|
26195
|
+
readonly components: readonly [{
|
|
26196
|
+
readonly name: "optimalUsageRatio";
|
|
26197
|
+
readonly type: "uint256";
|
|
26198
|
+
readonly internalType: "uint256";
|
|
26199
|
+
}, {
|
|
26200
|
+
readonly name: "baseVariableBorrowRate";
|
|
26201
|
+
readonly type: "uint256";
|
|
26202
|
+
readonly internalType: "uint256";
|
|
26203
|
+
}, {
|
|
26204
|
+
readonly name: "variableRateSlope1";
|
|
26205
|
+
readonly type: "uint256";
|
|
26206
|
+
readonly internalType: "uint256";
|
|
26207
|
+
}, {
|
|
26208
|
+
readonly name: "variableRateSlope2";
|
|
26209
|
+
readonly type: "uint256";
|
|
26210
|
+
readonly internalType: "uint256";
|
|
26211
|
+
}];
|
|
26212
|
+
}];
|
|
26213
|
+
readonly stateMutability: "view";
|
|
26214
|
+
}, {
|
|
26215
|
+
readonly type: "function";
|
|
26216
|
+
readonly name: "getInterestRateDataBps";
|
|
26217
|
+
readonly inputs: readonly [{
|
|
26218
|
+
readonly name: "reserve";
|
|
26219
|
+
readonly type: "address";
|
|
26220
|
+
readonly internalType: "address";
|
|
26221
|
+
}];
|
|
26222
|
+
readonly outputs: readonly [{
|
|
26223
|
+
readonly name: "";
|
|
26224
|
+
readonly type: "tuple";
|
|
26225
|
+
readonly internalType: "struct IDefaultInterestRateStrategyV2.InterestRateData";
|
|
26226
|
+
readonly components: readonly [{
|
|
26227
|
+
readonly name: "optimalUsageRatio";
|
|
26228
|
+
readonly type: "uint16";
|
|
26229
|
+
readonly internalType: "uint16";
|
|
26230
|
+
}, {
|
|
26231
|
+
readonly name: "baseVariableBorrowRate";
|
|
26232
|
+
readonly type: "uint32";
|
|
26233
|
+
readonly internalType: "uint32";
|
|
26234
|
+
}, {
|
|
26235
|
+
readonly name: "variableRateSlope1";
|
|
26236
|
+
readonly type: "uint32";
|
|
26237
|
+
readonly internalType: "uint32";
|
|
26238
|
+
}, {
|
|
26239
|
+
readonly name: "variableRateSlope2";
|
|
26240
|
+
readonly type: "uint32";
|
|
26241
|
+
readonly internalType: "uint32";
|
|
26242
|
+
}];
|
|
26243
|
+
}];
|
|
26244
|
+
readonly stateMutability: "view";
|
|
26245
|
+
}, {
|
|
26246
|
+
readonly type: "function";
|
|
26247
|
+
readonly name: "getMaxVariableBorrowRate";
|
|
26248
|
+
readonly inputs: readonly [{
|
|
26249
|
+
readonly name: "reserve";
|
|
26250
|
+
readonly type: "address";
|
|
26251
|
+
readonly internalType: "address";
|
|
26252
|
+
}];
|
|
26253
|
+
readonly outputs: readonly [{
|
|
26254
|
+
readonly name: "";
|
|
26255
|
+
readonly type: "uint256";
|
|
26256
|
+
readonly internalType: "uint256";
|
|
26257
|
+
}];
|
|
26258
|
+
readonly stateMutability: "view";
|
|
26259
|
+
}, {
|
|
26260
|
+
readonly type: "function";
|
|
26261
|
+
readonly name: "getOptimalUsageRatio";
|
|
26262
|
+
readonly inputs: readonly [{
|
|
26263
|
+
readonly name: "reserve";
|
|
26264
|
+
readonly type: "address";
|
|
26265
|
+
readonly internalType: "address";
|
|
26266
|
+
}];
|
|
26267
|
+
readonly outputs: readonly [{
|
|
26268
|
+
readonly name: "";
|
|
26269
|
+
readonly type: "uint256";
|
|
26270
|
+
readonly internalType: "uint256";
|
|
26271
|
+
}];
|
|
26272
|
+
readonly stateMutability: "view";
|
|
26273
|
+
}, {
|
|
26274
|
+
readonly type: "function";
|
|
26275
|
+
readonly name: "getVariableRateSlope1";
|
|
26276
|
+
readonly inputs: readonly [{
|
|
26277
|
+
readonly name: "reserve";
|
|
26278
|
+
readonly type: "address";
|
|
26279
|
+
readonly internalType: "address";
|
|
26280
|
+
}];
|
|
26281
|
+
readonly outputs: readonly [{
|
|
26282
|
+
readonly name: "";
|
|
26283
|
+
readonly type: "uint256";
|
|
26284
|
+
readonly internalType: "uint256";
|
|
26285
|
+
}];
|
|
26286
|
+
readonly stateMutability: "view";
|
|
26287
|
+
}, {
|
|
26288
|
+
readonly type: "function";
|
|
26289
|
+
readonly name: "getVariableRateSlope2";
|
|
26290
|
+
readonly inputs: readonly [{
|
|
26291
|
+
readonly name: "reserve";
|
|
26292
|
+
readonly type: "address";
|
|
26293
|
+
readonly internalType: "address";
|
|
26294
|
+
}];
|
|
26295
|
+
readonly outputs: readonly [{
|
|
26296
|
+
readonly name: "";
|
|
26297
|
+
readonly type: "uint256";
|
|
26298
|
+
readonly internalType: "uint256";
|
|
26299
|
+
}];
|
|
26300
|
+
readonly stateMutability: "view";
|
|
26301
|
+
}, {
|
|
26302
|
+
readonly type: "function";
|
|
26303
|
+
readonly name: "setInterestRateParams";
|
|
26304
|
+
readonly inputs: readonly [{
|
|
26305
|
+
readonly name: "reserve";
|
|
26306
|
+
readonly type: "address";
|
|
26307
|
+
readonly internalType: "address";
|
|
26308
|
+
}, {
|
|
26309
|
+
readonly name: "rateData";
|
|
26310
|
+
readonly type: "bytes";
|
|
26311
|
+
readonly internalType: "bytes";
|
|
26312
|
+
}];
|
|
26313
|
+
readonly outputs: readonly [];
|
|
26314
|
+
readonly stateMutability: "nonpayable";
|
|
26315
|
+
}, {
|
|
26316
|
+
readonly type: "function";
|
|
26317
|
+
readonly name: "setInterestRateParams";
|
|
26318
|
+
readonly inputs: readonly [{
|
|
26319
|
+
readonly name: "reserve";
|
|
26320
|
+
readonly type: "address";
|
|
26321
|
+
readonly internalType: "address";
|
|
26322
|
+
}, {
|
|
26323
|
+
readonly name: "rateData";
|
|
26324
|
+
readonly type: "tuple";
|
|
26325
|
+
readonly internalType: "struct IDefaultInterestRateStrategyV2.InterestRateData";
|
|
26326
|
+
readonly components: readonly [{
|
|
26327
|
+
readonly name: "optimalUsageRatio";
|
|
26328
|
+
readonly type: "uint16";
|
|
26329
|
+
readonly internalType: "uint16";
|
|
26330
|
+
}, {
|
|
26331
|
+
readonly name: "baseVariableBorrowRate";
|
|
26332
|
+
readonly type: "uint32";
|
|
26333
|
+
readonly internalType: "uint32";
|
|
26334
|
+
}, {
|
|
26335
|
+
readonly name: "variableRateSlope1";
|
|
26336
|
+
readonly type: "uint32";
|
|
26337
|
+
readonly internalType: "uint32";
|
|
26338
|
+
}, {
|
|
26339
|
+
readonly name: "variableRateSlope2";
|
|
26340
|
+
readonly type: "uint32";
|
|
26341
|
+
readonly internalType: "uint32";
|
|
26342
|
+
}];
|
|
26343
|
+
}];
|
|
26344
|
+
readonly outputs: readonly [];
|
|
26345
|
+
readonly stateMutability: "nonpayable";
|
|
26346
|
+
}, {
|
|
26347
|
+
readonly type: "event";
|
|
26348
|
+
readonly name: "RateDataUpdate";
|
|
26349
|
+
readonly inputs: readonly [{
|
|
26350
|
+
readonly name: "reserve";
|
|
26351
|
+
readonly type: "address";
|
|
26352
|
+
readonly indexed: true;
|
|
26353
|
+
readonly internalType: "address";
|
|
26354
|
+
}, {
|
|
26355
|
+
readonly name: "optimalUsageRatio";
|
|
26356
|
+
readonly type: "uint256";
|
|
26357
|
+
readonly indexed: false;
|
|
26358
|
+
readonly internalType: "uint256";
|
|
26359
|
+
}, {
|
|
26360
|
+
readonly name: "baseVariableBorrowRate";
|
|
26361
|
+
readonly type: "uint256";
|
|
26362
|
+
readonly indexed: false;
|
|
26363
|
+
readonly internalType: "uint256";
|
|
26364
|
+
}, {
|
|
26365
|
+
readonly name: "variableRateSlope1";
|
|
26366
|
+
readonly type: "uint256";
|
|
26367
|
+
readonly indexed: false;
|
|
26368
|
+
readonly internalType: "uint256";
|
|
26369
|
+
}, {
|
|
26370
|
+
readonly name: "variableRateSlope2";
|
|
26371
|
+
readonly type: "uint256";
|
|
26372
|
+
readonly indexed: false;
|
|
26373
|
+
readonly internalType: "uint256";
|
|
26374
|
+
}];
|
|
26375
|
+
readonly anonymous: false;
|
|
26376
|
+
}];
|
|
26377
|
+
|
|
26078
26378
|
declare const IAccessControl_ABI: readonly [{
|
|
26079
26379
|
readonly type: "function";
|
|
26080
26380
|
readonly name: "getRoleAdmin";
|
|
@@ -28654,4 +28954,4 @@ declare const Ownable_ABI: readonly [{
|
|
|
28654
28954
|
}];
|
|
28655
28955
|
}];
|
|
28656
28956
|
|
|
28657
|
-
export { AggregatorInterface_ABI, Aip, type AssetInfo, type BlockscoutStyleSourceCode, type BundleParams, ChainId, ChainList, type ContractObject, EVENT_DB, type EtherscanStyleSourceCode, type ExplorerConfig, type GenericIndexerArgs, type GovernanceContract, HALF_RAY, HALF_WAD, HUMAN_READABLE_PAYLOAD_STATE, HUMAN_READABLE_PROPOSAL_STATE, IAToken_ABI, IAaveOracle_ABI, IAaveV3ConfigEngine_ABI, IAccessControl_ABI, IAuthorizedForwarder_ABI, ICollector_ABI, IDualAggregator_ABI, IERC1967_ABI, IERC20Metadata_ABI, IERC20_ABI, IEmissionManager_ABI, IPoolAddressesProvider_ABI, IPoolConfigurator_ABI, IPool_ABI, IReserveInterestRateStrategy_ABI, IRewardsController_ABI, IStataTokenFactory_ABI, IStataTokenV2_ABI, IUmbrellaStakeToken_ABI, IUmbrella_ABI, IWithGuardian_ABI, IWrappedTokenGatewayV3_ABI, IncentivizedERC20_ABI, type IndexerTopicState, type Input, LTV_PRECISION, Ownable_ABI, PausableUpgradeable_ABI, type Payload, PayloadState, type PayloadsControllerContract, type Proposal, ProposalState, ProxyAdmin_ABI, RAY, type ReserveConfiguration, SECONDS_PER_YEAR, SelfdestructCheckState, type SoltypeElement, SoltypeType, type StandardJsonInput, type StateDiff, type StateObject, type SupportedChainIds, type TenderlyLog, type TenderlyLogRaw, type TenderlySimRequest, type TenderlySimulationResponse, type TenderlySimulationResponseObject, type TenderlyStackTrace, type Tenderly_createVnetParamsResponse, type Trace, type TransactionInfo, Umbrella_IRewardsController_ABI, Umbrella_IRewardsDistributor_ABI, VerificationStatus, WAD, WAD_RAY_RATIO, aaveAddressesProvider_IncentivesControllerSlot, addAssetPrice, addAssetSymbol, alchemyNetworkMap, alchemySupportedChainIds, assetIndexesToAsset, assetToBase, bitmapToIndexes, blockscoutExplorers, calculateAvailableBorrowsMarketReferenceCurrency, calculateCompoundedInterest, calculateHealthFactor, calculateHealthFactorFromBalances, calculateLinearInterest, chainlinkFeeds, checkForSelfdestruct, decodeReserveConfiguration, decodeReserveConfigurationV2, decodeUserConfiguration, diffCode, enhanceLogs, enhanceStateDiff, erc1967_AdminSlot, erc1967_ImplementationSlot, etherscanExplorers, fetchImmutablePoolAddresses, fetchMutablePoolAddresses, fetchPoolAddresses, findAsset, flashbotsClientExtension, flashbotsOnFetchRequest, formatNumberString, genericIndexer, getAlchemyRPC, getBits, getClient, getContractDeploymentBlock, getCurrentDebtBalance, getCurrentLiquidityBalance, getExplicitRPC, getExplorer, getGovernance, getHyperRPC, getImplementationSlot, getLogsRecursive, getMarketReferenceCurrencyAndUsdBalance, getMdContractName, getNetworkEnv, getNonFinalizedPayloads, getNonFinalizedProposals, getNormalizedDebt, getNormalizedIncome, getObjectDiff, getPayloadStorageOverrides, getPayloadsController, getPublicRpc, getQuicknodeRpc, getRPCUrl, getReserveConfigurations, getReserveTokens, getSourceCode, getTenderlyRpc, getVerificationStatus, hyperRPCSupportedNetworks, isPayloadFinal, isProposalFinal, makePayloadExecutableOnTestClient, makeProposalExecutableOnTestClient, onMevHandler, parseBlockscoutStyleSourceCode, parseEtherscanStyleSourceCode, parseLogs, prettifyNumber, priceUpdateDecoder, publicRPCs, quicknodeNetworkMap, rayDiv, rayMul, rayToWad, renderMarkdownStateDiffReport, renderTenderlyReport, routescanExplorers, selfDestructStatusToString, setBits, tenderlyExplorerMap, tenderlyNetworkMap, tenderly_createVnet, tenderly_deleteVnet, tenderly_getVnet, tenderly_logsToAbiLogs, tenderly_pingExplorer, tenderly_sim, tenderly_simVnet, toAddressLink, toBinaryString, toTxLink, transformTenderlyStateDiff, validateAip, verificationStatusToString, wadDiv, wadToRay };
|
|
28957
|
+
export { AggregatorInterface_ABI, Aip, type AssetInfo, type BlockscoutStyleSourceCode, type BundleParams, ChainId, ChainList, type ContractObject, EVENT_DB, type EtherscanStyleSourceCode, type ExplorerConfig, type GenericIndexerArgs, type GovernanceContract, HALF_RAY, HALF_WAD, HUMAN_READABLE_PAYLOAD_STATE, HUMAN_READABLE_PROPOSAL_STATE, IAToken_ABI, IAaveOracle_ABI, IAaveV3ConfigEngine_ABI, IAccessControl_ABI, IAuthorizedForwarder_ABI, ICollector_ABI, IDefaultInterestRateStrategyV2_ABI, IDualAggregator_ABI, IERC1967_ABI, IERC20Metadata_ABI, IERC20_ABI, IEmissionManager_ABI, IPoolAddressesProvider_ABI, IPoolConfigurator_ABI, IPool_ABI, IReserveInterestRateStrategy_ABI, IRewardsController_ABI, IStataTokenFactory_ABI, IStataTokenV2_ABI, IUmbrellaStakeToken_ABI, IUmbrella_ABI, IWithGuardian_ABI, IWrappedTokenGatewayV3_ABI, IncentivizedERC20_ABI, type IndexerTopicState, type Input, LTV_PRECISION, Ownable_ABI, PausableUpgradeable_ABI, type Payload, PayloadState, type PayloadsControllerContract, type Proposal, ProposalState, ProxyAdmin_ABI, RAY, type ReserveConfiguration, SECONDS_PER_YEAR, SelfdestructCheckState, type SoltypeElement, SoltypeType, type StandardJsonInput, type StateDiff, type StateObject, type SupportedChainIds, type TenderlyLog, type TenderlyLogRaw, type TenderlySimRequest, type TenderlySimulationResponse, type TenderlySimulationResponseObject, type TenderlyStackTrace, type Tenderly_createVnetParamsResponse, type Trace, type TransactionInfo, Umbrella_IRewardsController_ABI, Umbrella_IRewardsDistributor_ABI, VerificationStatus, WAD, WAD_RAY_RATIO, aaveAddressesProvider_IncentivesControllerSlot, addAssetPrice, addAssetSymbol, alchemyNetworkMap, alchemySupportedChainIds, assetIndexesToAsset, assetToBase, bitmapToIndexes, blockscoutExplorers, calculateAvailableBorrowsMarketReferenceCurrency, calculateCompoundedInterest, calculateHealthFactor, calculateHealthFactorFromBalances, calculateLinearInterest, chainlinkFeeds, checkForSelfdestruct, decodeReserveConfiguration, decodeReserveConfigurationV2, decodeUserConfiguration, diffCode, enhanceLogs, enhanceStateDiff, erc1967_AdminSlot, erc1967_ImplementationSlot, etherscanExplorers, fetchImmutablePoolAddresses, fetchMutablePoolAddresses, fetchPoolAddresses, findAsset, flashbotsClientExtension, flashbotsOnFetchRequest, formatNumberString, genericIndexer, getAlchemyRPC, getBits, getClient, getContractDeploymentBlock, getCurrentDebtBalance, getCurrentLiquidityBalance, getExplicitRPC, getExplorer, getGovernance, getHyperRPC, getImplementationSlot, getLogsRecursive, getMarketReferenceCurrencyAndUsdBalance, getMdContractName, getNetworkEnv, getNonFinalizedPayloads, getNonFinalizedProposals, getNormalizedDebt, getNormalizedIncome, getObjectDiff, getPayloadStorageOverrides, getPayloadsController, getPublicRpc, getQuicknodeRpc, getRPCUrl, getReserveConfigurations, getReserveTokens, getSourceCode, getTenderlyRpc, getVerificationStatus, hyperRPCSupportedNetworks, isPayloadFinal, isProposalFinal, makePayloadExecutableOnTestClient, makeProposalExecutableOnTestClient, onMevHandler, parseBlockscoutStyleSourceCode, parseEtherscanStyleSourceCode, parseLogs, prettifyNumber, priceUpdateDecoder, publicRPCs, quicknodeNetworkMap, rayDiv, rayMul, rayToWad, renderMarkdownStateDiffReport, renderTenderlyReport, routescanExplorers, selfDestructStatusToString, setBits, tenderlyExplorerMap, tenderlyNetworkMap, tenderly_createVnet, tenderly_deleteVnet, tenderly_getVnet, tenderly_logsToAbiLogs, tenderly_pingExplorer, tenderly_sim, tenderly_simVnet, toAddressLink, toBinaryString, toTxLink, transformTenderlyStateDiff, validateAip, verificationStatusToString, wadDiv, wadToRay };
|