@wildcatfi/wildcat-sdk 1.0.6 → 1.0.8
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/account.d.ts +28 -1
- package/dist/account.d.ts.map +1 -1
- package/dist/account.js +97 -1
- package/dist/account.js.map +1 -1
- package/dist/constants.d.ts +6 -4
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +9 -4
- package/dist/constants.js.map +1 -1
- package/dist/controller.d.ts +2 -1
- package/dist/controller.d.ts.map +1 -1
- package/dist/controller.js +7 -5
- package/dist/controller.js.map +1 -1
- package/dist/factory.d.ts +3 -2
- package/dist/factory.d.ts.map +1 -1
- package/dist/factory.js +12 -4
- package/dist/factory.js.map +1 -1
- package/dist/index.d.ts +10 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +12 -34
- package/dist/index.js.map +1 -1
- package/dist/misc.d.ts +1 -0
- package/dist/misc.d.ts.map +1 -1
- package/dist/mockerc20factory.d.ts +12 -0
- package/dist/mockerc20factory.d.ts.map +1 -0
- package/dist/mockerc20factory.js +28 -0
- package/dist/mockerc20factory.js.map +1 -0
- package/dist/token.d.ts +6 -3
- package/dist/token.d.ts.map +1 -1
- package/dist/token.js +19 -5
- package/dist/token.js.map +1 -1
- package/dist/typechain/IERC20.d.ts +27 -11
- package/dist/typechain/IERC20.d.ts.map +1 -1
- package/dist/typechain/VaultLens.d.ts +156 -25
- package/dist/typechain/VaultLens.d.ts.map +1 -1
- package/dist/typechain/WildcatVaultController.d.ts +27 -27
- package/dist/typechain/WildcatVaultController.d.ts.map +1 -1
- package/dist/typechain/WildcatVaultFactory.d.ts +30 -6
- package/dist/typechain/WildcatVaultFactory.d.ts.map +1 -1
- package/dist/typechain/WildcatVaultToken.d.ts +130 -33
- package/dist/typechain/WildcatVaultToken.d.ts.map +1 -1
- package/dist/typechain/factories/IERC20__factory.d.ts +16 -10
- package/dist/typechain/factories/IERC20__factory.d.ts.map +1 -1
- package/dist/typechain/factories/IERC20__factory.js +17 -10
- package/dist/typechain/factories/IERC20__factory.js.map +1 -1
- package/dist/typechain/factories/VaultLens__factory.d.ts +1215 -80
- package/dist/typechain/factories/VaultLens__factory.d.ts.map +1 -1
- package/dist/typechain/factories/VaultLens__factory.js +1584 -139
- package/dist/typechain/factories/VaultLens__factory.js.map +1 -1
- package/dist/typechain/factories/WildcatVaultController__factory.d.ts +25 -50
- package/dist/typechain/factories/WildcatVaultController__factory.d.ts.map +1 -1
- package/dist/typechain/factories/WildcatVaultController__factory.js +29 -68
- package/dist/typechain/factories/WildcatVaultController__factory.js.map +1 -1
- package/dist/typechain/factories/WildcatVaultFactory__factory.d.ts +50 -21
- package/dist/typechain/factories/WildcatVaultFactory__factory.d.ts.map +1 -1
- package/dist/typechain/factories/WildcatVaultFactory__factory.js +64 -31
- package/dist/typechain/factories/WildcatVaultFactory__factory.js.map +1 -1
- package/dist/typechain/factories/WildcatVaultToken__factory.d.ts +113 -38
- package/dist/typechain/factories/WildcatVaultToken__factory.d.ts.map +1 -1
- package/dist/typechain/factories/WildcatVaultToken__factory.js +138 -48
- package/dist/typechain/factories/WildcatVaultToken__factory.js.map +1 -1
- package/dist/typechain/factories/index.d.ts +2 -2
- package/dist/typechain/factories/index.d.ts.map +1 -1
- package/dist/typechain/factories/index.js +21 -5
- package/dist/typechain/factories/index.js.map +1 -1
- package/dist/typechain/factories/mock/ERC20__factory.d.ts +237 -0
- package/dist/typechain/factories/mock/ERC20__factory.d.ts.map +1 -0
- package/dist/typechain/factories/mock/ERC20__factory.js +317 -0
- package/dist/typechain/factories/mock/ERC20__factory.js.map +1 -0
- package/dist/typechain/factories/mock/MockERC20Factory__factory.d.ts +65 -0
- package/dist/typechain/factories/mock/MockERC20Factory__factory.d.ts.map +1 -0
- package/dist/typechain/factories/mock/MockERC20Factory__factory.js +98 -0
- package/dist/typechain/factories/mock/MockERC20Factory__factory.js.map +1 -0
- package/dist/typechain/factories/mock/MockERC20__factory.d.ts +292 -0
- package/dist/typechain/factories/mock/MockERC20__factory.d.ts.map +1 -0
- package/dist/typechain/factories/mock/MockERC20__factory.js +394 -0
- package/dist/typechain/factories/mock/MockERC20__factory.js.map +1 -0
- package/dist/typechain/factories/mock/index.d.ts +4 -0
- package/dist/typechain/factories/mock/index.d.ts.map +1 -0
- package/dist/typechain/factories/mock/index.js +13 -0
- package/dist/typechain/factories/mock/index.js.map +1 -0
- package/dist/typechain/index.d.ts +3 -1
- package/dist/typechain/index.d.ts.map +1 -1
- package/dist/typechain/mock/ERC20.d.ts +207 -0
- package/dist/typechain/mock/ERC20.d.ts.map +1 -0
- package/dist/typechain/mock/ERC20.js +3 -0
- package/dist/typechain/mock/ERC20.js.map +1 -0
- package/dist/typechain/mock/MockERC20.d.ts +247 -0
- package/dist/typechain/mock/MockERC20.d.ts.map +1 -0
- package/dist/typechain/mock/MockERC20.js +3 -0
- package/dist/typechain/mock/MockERC20.js.map +1 -0
- package/dist/typechain/mock/MockERC20Factory.d.ts +70 -0
- package/dist/typechain/mock/MockERC20Factory.d.ts.map +1 -0
- package/dist/typechain/mock/MockERC20Factory.js +3 -0
- package/dist/typechain/mock/MockERC20Factory.js.map +1 -0
- package/dist/typechain/mock/index.d.ts +4 -0
- package/dist/typechain/mock/index.d.ts.map +1 -0
- package/dist/typechain/mock/index.js +3 -0
- package/dist/typechain/mock/index.js.map +1 -0
- package/dist/vault.d.ts +17 -2
- package/dist/vault.d.ts.map +1 -1
- package/dist/vault.js +46 -4
- package/dist/vault.js.map +1 -1
- package/package.json +3 -2
- package/dist/typechain/factories/DebtTokenBase__factory.d.ts +0 -660
- package/dist/typechain/factories/DebtTokenBase__factory.d.ts.map +0 -1
- package/dist/typechain/factories/DebtTokenBase__factory.js +0 -867
- package/dist/typechain/factories/DebtTokenBase__factory.js.map +0 -1
|
@@ -1,22 +1,20 @@
|
|
|
1
|
-
import { Signer
|
|
2
|
-
import type { Provider
|
|
3
|
-
import type { PromiseOrValue } from "../common";
|
|
1
|
+
import { Signer } from "ethers";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
4
3
|
import type { VaultLens, VaultLensInterface } from "../VaultLens";
|
|
5
|
-
|
|
6
|
-
export declare class VaultLens__factory extends ContractFactory {
|
|
7
|
-
constructor(...args: VaultLensConstructorParams);
|
|
8
|
-
deploy(overrides?: Overrides & {
|
|
9
|
-
from?: PromiseOrValue<string>;
|
|
10
|
-
}): Promise<VaultLens>;
|
|
11
|
-
getDeployTransaction(overrides?: Overrides & {
|
|
12
|
-
from?: PromiseOrValue<string>;
|
|
13
|
-
}): TransactionRequest;
|
|
14
|
-
attach(address: string): VaultLens;
|
|
15
|
-
connect(signer: Signer): VaultLens__factory;
|
|
16
|
-
static readonly bytecode = "0x608060405234801561001057600080fd5b5061231d806100206000396000f3fe608060405234801561001057600080fd5b50600436106100575760003560e01c80631f69565f1461005c57806328b37b221461008c57806356360f71146100bc578063a0ff58f6146100ec578063a32698461461011c575b600080fd5b6100766004803603810190610071919061139d565b61014c565b60405161008391906114ec565b60405180910390f35b6100a660048036038101906100a1919061154c565b610304565b6040516100b391906115d6565b60405180910390f35b6100d660048036038101906100d1919061154c565b61044c565b6040516100e39190611862565b60405180910390f35b61010660048036038101906101019190611884565b610e3a565b6040516101139190611919565b60405180910390f35b61013660048036038101906101319190611999565b6110ca565b6040516101439190611caf565b60405180910390f35b61015461119b565b81816000019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250508173ffffffffffffffffffffffffffffffffffffffff166306fdde036040518163ffffffff1660e01b8152600401600060405180830381865afa1580156101d7573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f820116820180604052508101906102009190611df2565b81602001819052508173ffffffffffffffffffffffffffffffffffffffff166395d89b416040518163ffffffff1660e01b8152600401600060405180830381865afa158015610253573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f8201168201806040525081019061027c9190611df2565b81604001819052508173ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156102cf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f39190611e74565b60ff16816060018181525050919050565b61030c6111d9565b6000808373ffffffffffffffffffffffffffffffffffffffff1663f77c47916040518163ffffffff1660e01b8152600401602060405180830381865afa15801561035a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061037e9190611eb6565b73ffffffffffffffffffffffffffffffffffffffff1663a77a679e856040518263ffffffff1660e01b81526004016103b69190611ef2565b6040805180830381865afa1580156103d2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103f69190611f55565b6fffffffffffffffffffffffffffffffff1691506fffffffffffffffffffffffffffffffff1691506000811183600001901515908115158152505081836020018181525050808360400181815250505050919050565b6104546111fc565b61045d8261014c565b81600001819052506104dc8273ffffffffffffffffffffffffffffffffffffffff166338d52e0f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d79190611eb6565b61014c565b81602001819052508173ffffffffffffffffffffffffffffffffffffffff16637df1f1b96040518163ffffffff1660e01b8152600401602060405180830381865afa15801561052f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105539190611eb6565b816040019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250508173ffffffffffffffffffffffffffffffffffffffff1663f77c47916040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f99190611eb6565b816060019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250508173ffffffffffffffffffffffffffffffffffffffff1663469048406040518163ffffffff1660e01b8152600401602060405180830381865afa15801561067b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061069f9190611eb6565b816080019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250508173ffffffffffffffffffffffffffffffffffffffff1663397f11336040518163ffffffff1660e01b8152600401602060405180830381865afa158015610721573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107459190611fc1565b8160a00181815250508173ffffffffffffffffffffffffffffffffffffffff1663411ef4406040518163ffffffff1660e01b8152600401602060405180830381865afa158015610799573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107bd9190611fc1565b8160c00181815250508173ffffffffffffffffffffffffffffffffffffffff1663a06db7dc6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610811573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108359190611fc1565b8160e00181815250508173ffffffffffffffffffffffffffffffffffffffff166311057cd06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610889573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ad9190611fc1565b816101000181815250508173ffffffffffffffffffffffffffffffffffffffff1663807164826040518163ffffffff1660e01b8152600401602060405180830381865afa158015610902573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109269190611fc1565b816101200181815250506000808373ffffffffffffffffffffffffffffffffffffffff1663f77c47916040518163ffffffff1660e01b8152600401602060405180830381865afa15801561097e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109a29190611eb6565b73ffffffffffffffffffffffffffffffffffffffff1663a77a679e856040518263ffffffff1660e01b81526004016109da9190611ef2565b6040805180830381865afa1580156109f6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a1a9190611f55565b6fffffffffffffffffffffffffffffffff1691506fffffffffffffffffffffffffffffffff1691506000811183610140019015159081151581525050818361016001818152505080836101800181815250508373ffffffffffffffffffffffffffffffffffffffff1663766360176040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ab7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610adb9190611fc1565b836101a001818152505060008473ffffffffffffffffffffffffffffffffffffffff16630c3f6acf6040518163ffffffff1660e01b815260040161010060405180830381865afa158015610b33573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b5791906121ea565b90508473ffffffffffffffffffffffffffffffffffffffff16632ab4d0526040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ba4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bc89190611fc1565b846101c001818152505080602001516cffffffffffffffffffffffffff16846101e00181815250508473ffffffffffffffffffffffffffffffffffffffff166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c3b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c5f9190611fc1565b846102000181815250508473ffffffffffffffffffffffffffffffffffffffff166301e1d1146040518163ffffffff1660e01b8152600401602060405180830381865afa158015610cb4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cd89190611fc1565b846102200181815250508473ffffffffffffffffffffffffffffffffffffffff1663739ccdd36040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d2d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d519190611fc1565b846102400181815250508060c001516dffffffffffffffffffffffffffff16846102600181815250508473ffffffffffffffffffffffffffffffffffffffff16630cd1a5b66040518163ffffffff1660e01b8152600401602060405180830381865afa158015610dc5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610de99190611fc1565b846102800181815250508060400151846102a00190151590811515815250508060a0015163ffffffff16846102c00181815250508060e0015163ffffffff16846102e0018181525050505050919050565b610e42611303565b8273ffffffffffffffffffffffffffffffffffffffff16631da24f3e836040518263ffffffff1660e01b8152600401610e7b9190611ef2565b602060405180830381865afa158015610e98573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ebc9190611fc1565b8160000181815250508273ffffffffffffffffffffffffffffffffffffffff166370a08231836040518263ffffffff1660e01b8152600401610efe9190611ef2565b602060405180830381865afa158015610f1b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f3f9190611fc1565b81602001818152505060008373ffffffffffffffffffffffffffffffffffffffff166338d52e0f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f95573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fb99190611eb6565b90508073ffffffffffffffffffffffffffffffffffffffff166370a08231846040518263ffffffff1660e01b8152600401610ff49190611ef2565b602060405180830381865afa158015611011573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110359190611fc1565b8260400181815250508073ffffffffffffffffffffffffffffffffffffffff1663dd62ed3e84866040518363ffffffff1660e01b8152600401611079929190612218565b602060405180830381865afa158015611096573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110ba9190611fc1565b8260600181815250505092915050565b60608282905067ffffffffffffffff8111156110e9576110e8611cd6565b5b60405190808252806020026020018201604052801561112257816020015b61110f6111fc565b8152602001906001900390816111075790505b50905060005b838390508110156111945761116384848381811061114957611148612241565b5b905060200201602081019061115e919061154c565b61044c565b82828151811061117657611175612241565b5b6020026020010181905250808061118c9061229f565b915050611128565b5092915050565b6040518060800160405280600073ffffffffffffffffffffffffffffffffffffffff1681526020016060815260200160608152602001600081525090565b604051806060016040528060001515815260200160008152602001600081525090565b60405180610300016040528061121061119b565b815260200161121d61119b565b8152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160008152602001600081526020016000815260200160008152602001600081526020016000151581526020016000815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160001515815260200160008152602001600081525090565b6040518060800160405280600081526020016000815260200160008152602001600081525090565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600061136a8261133f565b9050919050565b61137a8161135f565b811461138557600080fd5b50565b60008135905061139781611371565b92915050565b6000602082840312156113b3576113b2611335565b5b60006113c184828501611388565b91505092915050565b6113d38161135f565b82525050565b600081519050919050565b600082825260208201905092915050565b60005b838110156114135780820151818401526020810190506113f8565b60008484015250505050565b6000601f19601f8301169050919050565b600061143b826113d9565b61144581856113e4565b93506114558185602086016113f5565b61145e8161141f565b840191505092915050565b6000819050919050565b61147c81611469565b82525050565b600060808301600083015161149a60008601826113ca565b50602083015184820360208601526114b28282611430565b915050604083015184820360408601526114cc8282611430565b91505060608301516114e16060860182611473565b508091505092915050565b600060208201905081810360008301526115068184611482565b905092915050565b60006115198261135f565b9050919050565b6115298161150e565b811461153457600080fd5b50565b60008135905061154681611520565b92915050565b60006020828403121561156257611561611335565b5b600061157084828501611537565b91505092915050565b60008115159050919050565b61158e81611579565b82525050565b6060820160008201516115aa6000850182611585565b5060208201516115bd6020850182611473565b5060408201516115d06040850182611473565b50505050565b60006060820190506115eb6000830184611594565b92915050565b600060808301600083015161160960008601826113ca565b50602083015184820360208601526116218282611430565b9150506040830151848203604086015261163b8282611430565b91505060608301516116506060860182611473565b508091505092915050565b600061030083016000830151848203600086015261167982826115f1565b9150506020830151848203602086015261169382826115f1565b91505060408301516116a860408601826113ca565b5060608301516116bb60608601826113ca565b5060808301516116ce60808601826113ca565b5060a08301516116e160a0860182611473565b5060c08301516116f460c0860182611473565b5060e083015161170760e0860182611473565b5061010083015161171c610100860182611473565b50610120830151611731610120860182611473565b50610140830151611746610140860182611585565b5061016083015161175b610160860182611473565b50610180830151611770610180860182611473565b506101a08301516117856101a0860182611473565b506101c083015161179a6101c0860182611473565b506101e08301516117af6101e0860182611473565b506102008301516117c4610200860182611473565b506102208301516117d9610220860182611473565b506102408301516117ee610240860182611473565b50610260830151611803610260860182611473565b50610280830151611818610280860182611473565b506102a083015161182d6102a0860182611585565b506102c08301516118426102c0860182611473565b506102e08301516118576102e0860182611473565b508091505092915050565b6000602082019050818103600083015261187c818461165b565b905092915050565b6000806040838503121561189b5761189a611335565b5b60006118a985828601611537565b92505060206118ba85828601611388565b9150509250929050565b6080820160008201516118da6000850182611473565b5060208201516118ed6020850182611473565b5060408201516119006040850182611473565b5060608201516119136060850182611473565b50505050565b600060808201905061192e60008301846118c4565b92915050565b600080fd5b600080fd5b600080fd5b60008083601f84011261195957611958611934565b5b8235905067ffffffffffffffff81111561197657611975611939565b5b6020830191508360208202830111156119925761199161193e565b5b9250929050565b600080602083850312156119b0576119af611335565b5b600083013567ffffffffffffffff8111156119ce576119cd61133a565b5b6119da85828601611943565b92509250509250929050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6000610300830160008301518482036000860152611a3082826115f1565b91505060208301518482036020860152611a4a82826115f1565b9150506040830151611a5f60408601826113ca565b506060830151611a7260608601826113ca565b506080830151611a8560808601826113ca565b5060a0830151611a9860a0860182611473565b5060c0830151611aab60c0860182611473565b5060e0830151611abe60e0860182611473565b50610100830151611ad3610100860182611473565b50610120830151611ae8610120860182611473565b50610140830151611afd610140860182611585565b50610160830151611b12610160860182611473565b50610180830151611b27610180860182611473565b506101a0830151611b3c6101a0860182611473565b506101c0830151611b516101c0860182611473565b506101e0830151611b666101e0860182611473565b50610200830151611b7b610200860182611473565b50610220830151611b90610220860182611473565b50610240830151611ba5610240860182611473565b50610260830151611bba610260860182611473565b50610280830151611bcf610280860182611473565b506102a0830151611be46102a0860182611585565b506102c0830151611bf96102c0860182611473565b506102e0830151611c0e6102e0860182611473565b508091505092915050565b6000611c258383611a12565b905092915050565b6000602082019050919050565b6000611c45826119e6565b611c4f81856119f1565b935083602082028501611c6185611a02565b8060005b85811015611c9d5784840389528151611c7e8582611c19565b9450611c8983611c2d565b925060208a01995050600181019050611c65565b50829750879550505050505092915050565b60006020820190508181036000830152611cc98184611c3a565b905092915050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b611d0e8261141f565b810181811067ffffffffffffffff82111715611d2d57611d2c611cd6565b5b80604052505050565b6000611d4061132b565b9050611d4c8282611d05565b919050565b600067ffffffffffffffff821115611d6c57611d6b611cd6565b5b611d758261141f565b9050602081019050919050565b6000611d95611d9084611d51565b611d36565b905082815260208101848484011115611db157611db0611cd1565b5b611dbc8482856113f5565b509392505050565b600082601f830112611dd957611dd8611934565b5b8151611de9848260208601611d82565b91505092915050565b600060208284031215611e0857611e07611335565b5b600082015167ffffffffffffffff811115611e2657611e2561133a565b5b611e3284828501611dc4565b91505092915050565b600060ff82169050919050565b611e5181611e3b565b8114611e5c57600080fd5b50565b600081519050611e6e81611e48565b92915050565b600060208284031215611e8a57611e89611335565b5b6000611e9884828501611e5f565b91505092915050565b600081519050611eb081611371565b92915050565b600060208284031215611ecc57611ecb611335565b5b6000611eda84828501611ea1565b91505092915050565b611eec8161135f565b82525050565b6000602082019050611f076000830184611ee3565b92915050565b60006fffffffffffffffffffffffffffffffff82169050919050565b611f3281611f0d565b8114611f3d57600080fd5b50565b600081519050611f4f81611f29565b92915050565b60008060408385031215611f6c57611f6b611335565b5b6000611f7a85828601611f40565b9250506020611f8b85828601611f40565b9150509250929050565b611f9e81611469565b8114611fa957600080fd5b50565b600081519050611fbb81611f95565b92915050565b600060208284031215611fd757611fd6611335565b5b6000611fe584828501611fac565b91505092915050565b600080fd5b60006cffffffffffffffffffffffffff82169050919050565b61201581611ff3565b811461202057600080fd5b50565b6000815190506120328161200c565b92915050565b61204181611579565b811461204c57600080fd5b50565b60008151905061205e81612038565b92915050565b600061ffff82169050919050565b61207b81612064565b811461208657600080fd5b50565b60008151905061209881612072565b92915050565b600063ffffffff82169050919050565b6120b78161209e565b81146120c257600080fd5b50565b6000815190506120d4816120ae565b92915050565b60006dffffffffffffffffffffffffffff82169050919050565b6120fd816120da565b811461210857600080fd5b50565b60008151905061211a816120f4565b92915050565b6000610100828403121561213757612136611fee565b5b612142610100611d36565b9050600061215284828501611f40565b600083015250602061216684828501612023565b602083015250604061217a8482850161204f565b604083015250606061218e84828501612089565b60608301525060806121a284828501612089565b60808301525060a06121b6848285016120c5565b60a08301525060c06121ca8482850161210b565b60c08301525060e06121de848285016120c5565b60e08301525092915050565b6000610100828403121561220157612200611335565b5b600061220f84828501612120565b91505092915050565b600060408201905061222d6000830185611ee3565b61223a6020830184611ee3565b9392505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006122aa82611469565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036122dc576122db612270565b5b60018201905091905056fea2646970667358221220fe27ab5f0dadd10a33f750028aaaab49b242d14a23b93d28585d529b4ab4710264736f6c63430008110033";
|
|
4
|
+
export declare class VaultLens__factory {
|
|
17
5
|
static readonly abi: readonly [{
|
|
6
|
+
readonly inputs: readonly [];
|
|
7
|
+
readonly name: "factory";
|
|
8
|
+
readonly outputs: readonly [{
|
|
9
|
+
readonly internalType: "address";
|
|
10
|
+
readonly name: "";
|
|
11
|
+
readonly type: "address";
|
|
12
|
+
}];
|
|
13
|
+
readonly stateMutability: "view";
|
|
14
|
+
readonly type: "function";
|
|
15
|
+
}, {
|
|
18
16
|
readonly inputs: readonly [{
|
|
19
|
-
readonly internalType: "
|
|
17
|
+
readonly internalType: "address";
|
|
20
18
|
readonly name: "vault";
|
|
21
19
|
readonly type: "address";
|
|
22
20
|
}, {
|
|
@@ -51,69 +49,42 @@ export declare class VaultLens__factory extends ContractFactory {
|
|
|
51
49
|
readonly type: "function";
|
|
52
50
|
}, {
|
|
53
51
|
readonly inputs: readonly [{
|
|
54
|
-
readonly internalType: "
|
|
55
|
-
readonly name: "
|
|
52
|
+
readonly internalType: "address";
|
|
53
|
+
readonly name: "account";
|
|
56
54
|
readonly type: "address";
|
|
55
|
+
}, {
|
|
56
|
+
readonly internalType: "address[]";
|
|
57
|
+
readonly name: "vaults";
|
|
58
|
+
readonly type: "address[]";
|
|
57
59
|
}];
|
|
58
|
-
readonly name: "
|
|
60
|
+
readonly name: "getAccountVaultsInfo";
|
|
59
61
|
readonly outputs: readonly [{
|
|
60
62
|
readonly components: readonly [{
|
|
61
|
-
readonly internalType: "bool";
|
|
62
|
-
readonly name: "temporaryLiquidityCoverage";
|
|
63
|
-
readonly type: "bool";
|
|
64
|
-
}, {
|
|
65
63
|
readonly internalType: "uint256";
|
|
66
|
-
readonly name: "
|
|
64
|
+
readonly name: "scaledBalance";
|
|
67
65
|
readonly type: "uint256";
|
|
68
66
|
}, {
|
|
69
67
|
readonly internalType: "uint256";
|
|
70
|
-
readonly name: "
|
|
68
|
+
readonly name: "normalizedBalance";
|
|
71
69
|
readonly type: "uint256";
|
|
72
|
-
}];
|
|
73
|
-
readonly internalType: "struct ControlStatus";
|
|
74
|
-
readonly name: "status";
|
|
75
|
-
readonly type: "tuple";
|
|
76
|
-
}];
|
|
77
|
-
readonly stateMutability: "view";
|
|
78
|
-
readonly type: "function";
|
|
79
|
-
}, {
|
|
80
|
-
readonly inputs: readonly [{
|
|
81
|
-
readonly internalType: "address";
|
|
82
|
-
readonly name: "token";
|
|
83
|
-
readonly type: "address";
|
|
84
|
-
}];
|
|
85
|
-
readonly name: "getTokenInfo";
|
|
86
|
-
readonly outputs: readonly [{
|
|
87
|
-
readonly components: readonly [{
|
|
88
|
-
readonly internalType: "address";
|
|
89
|
-
readonly name: "token";
|
|
90
|
-
readonly type: "address";
|
|
91
|
-
}, {
|
|
92
|
-
readonly internalType: "string";
|
|
93
|
-
readonly name: "name";
|
|
94
|
-
readonly type: "string";
|
|
95
70
|
}, {
|
|
96
|
-
readonly internalType: "
|
|
97
|
-
readonly name: "
|
|
98
|
-
readonly type: "
|
|
71
|
+
readonly internalType: "uint256";
|
|
72
|
+
readonly name: "underlyingBalance";
|
|
73
|
+
readonly type: "uint256";
|
|
99
74
|
}, {
|
|
100
75
|
readonly internalType: "uint256";
|
|
101
|
-
readonly name: "
|
|
76
|
+
readonly name: "underlyingApproval";
|
|
102
77
|
readonly type: "uint256";
|
|
103
78
|
}];
|
|
104
|
-
readonly internalType: "struct
|
|
79
|
+
readonly internalType: "struct AccountVaultInfo[]";
|
|
105
80
|
readonly name: "info";
|
|
106
|
-
readonly type: "tuple";
|
|
81
|
+
readonly type: "tuple[]";
|
|
107
82
|
}];
|
|
108
83
|
readonly stateMutability: "view";
|
|
109
84
|
readonly type: "function";
|
|
110
85
|
}, {
|
|
111
|
-
readonly inputs: readonly [
|
|
112
|
-
|
|
113
|
-
readonly name: "vault";
|
|
114
|
-
readonly type: "address";
|
|
115
|
-
}];
|
|
116
|
-
readonly name: "getVaultData";
|
|
86
|
+
readonly inputs: readonly [];
|
|
87
|
+
readonly name: "getAllVaultsData";
|
|
117
88
|
readonly outputs: readonly [{
|
|
118
89
|
readonly components: readonly [{
|
|
119
90
|
readonly components: readonly [{
|
|
@@ -132,6 +103,10 @@ export declare class VaultLens__factory extends ContractFactory {
|
|
|
132
103
|
readonly internalType: "uint256";
|
|
133
104
|
readonly name: "decimals";
|
|
134
105
|
readonly type: "uint256";
|
|
106
|
+
}, {
|
|
107
|
+
readonly internalType: "bool";
|
|
108
|
+
readonly name: "isMock";
|
|
109
|
+
readonly type: "bool";
|
|
135
110
|
}];
|
|
136
111
|
readonly internalType: "struct TokenMetadata";
|
|
137
112
|
readonly name: "vaultToken";
|
|
@@ -153,6 +128,10 @@ export declare class VaultLens__factory extends ContractFactory {
|
|
|
153
128
|
readonly internalType: "uint256";
|
|
154
129
|
readonly name: "decimals";
|
|
155
130
|
readonly type: "uint256";
|
|
131
|
+
}, {
|
|
132
|
+
readonly internalType: "bool";
|
|
133
|
+
readonly name: "isMock";
|
|
134
|
+
readonly type: "bool";
|
|
156
135
|
}];
|
|
157
136
|
readonly internalType: "struct TokenMetadata";
|
|
158
137
|
readonly name: "underlyingToken";
|
|
@@ -181,10 +160,6 @@ export declare class VaultLens__factory extends ContractFactory {
|
|
|
181
160
|
readonly internalType: "uint256";
|
|
182
161
|
readonly name: "gracePeriod";
|
|
183
162
|
readonly type: "uint256";
|
|
184
|
-
}, {
|
|
185
|
-
readonly internalType: "uint256";
|
|
186
|
-
readonly name: "annualInterestBips";
|
|
187
|
-
readonly type: "uint256";
|
|
188
163
|
}, {
|
|
189
164
|
readonly internalType: "uint256";
|
|
190
165
|
readonly name: "liquidityCoverageRatio";
|
|
@@ -201,21 +176,25 @@ export declare class VaultLens__factory extends ContractFactory {
|
|
|
201
176
|
readonly internalType: "uint256";
|
|
202
177
|
readonly name: "temporaryLiquidityCoverageExpiry";
|
|
203
178
|
readonly type: "uint256";
|
|
179
|
+
}, {
|
|
180
|
+
readonly internalType: "uint256";
|
|
181
|
+
readonly name: "annualInterestBips";
|
|
182
|
+
readonly type: "uint256";
|
|
204
183
|
}, {
|
|
205
184
|
readonly internalType: "uint256";
|
|
206
185
|
readonly name: "borrowableAssets";
|
|
207
186
|
readonly type: "uint256";
|
|
208
187
|
}, {
|
|
209
188
|
readonly internalType: "uint256";
|
|
210
|
-
readonly name: "
|
|
189
|
+
readonly name: "totalSupply";
|
|
211
190
|
readonly type: "uint256";
|
|
212
191
|
}, {
|
|
213
192
|
readonly internalType: "uint256";
|
|
214
|
-
readonly name: "
|
|
193
|
+
readonly name: "maxTotalSupply";
|
|
215
194
|
readonly type: "uint256";
|
|
216
195
|
}, {
|
|
217
196
|
readonly internalType: "uint256";
|
|
218
|
-
readonly name: "
|
|
197
|
+
readonly name: "scaledTotalSupply";
|
|
219
198
|
readonly type: "uint256";
|
|
220
199
|
}, {
|
|
221
200
|
readonly internalType: "uint256";
|
|
@@ -246,19 +225,229 @@ export declare class VaultLens__factory extends ContractFactory {
|
|
|
246
225
|
readonly name: "lastInterestAccruedTimestamp";
|
|
247
226
|
readonly type: "uint256";
|
|
248
227
|
}];
|
|
249
|
-
readonly internalType: "struct VaultData";
|
|
228
|
+
readonly internalType: "struct VaultData[]";
|
|
229
|
+
readonly name: "data";
|
|
230
|
+
readonly type: "tuple[]";
|
|
231
|
+
}];
|
|
232
|
+
readonly stateMutability: "view";
|
|
233
|
+
readonly type: "function";
|
|
234
|
+
}, {
|
|
235
|
+
readonly inputs: readonly [{
|
|
236
|
+
readonly internalType: "address";
|
|
237
|
+
readonly name: "account";
|
|
238
|
+
readonly type: "address";
|
|
239
|
+
}];
|
|
240
|
+
readonly name: "getAllVaultsDataWithAccount";
|
|
241
|
+
readonly outputs: readonly [{
|
|
242
|
+
readonly components: readonly [{
|
|
243
|
+
readonly components: readonly [{
|
|
244
|
+
readonly components: readonly [{
|
|
245
|
+
readonly internalType: "address";
|
|
246
|
+
readonly name: "token";
|
|
247
|
+
readonly type: "address";
|
|
248
|
+
}, {
|
|
249
|
+
readonly internalType: "string";
|
|
250
|
+
readonly name: "name";
|
|
251
|
+
readonly type: "string";
|
|
252
|
+
}, {
|
|
253
|
+
readonly internalType: "string";
|
|
254
|
+
readonly name: "symbol";
|
|
255
|
+
readonly type: "string";
|
|
256
|
+
}, {
|
|
257
|
+
readonly internalType: "uint256";
|
|
258
|
+
readonly name: "decimals";
|
|
259
|
+
readonly type: "uint256";
|
|
260
|
+
}, {
|
|
261
|
+
readonly internalType: "bool";
|
|
262
|
+
readonly name: "isMock";
|
|
263
|
+
readonly type: "bool";
|
|
264
|
+
}];
|
|
265
|
+
readonly internalType: "struct TokenMetadata";
|
|
266
|
+
readonly name: "vaultToken";
|
|
267
|
+
readonly type: "tuple";
|
|
268
|
+
}, {
|
|
269
|
+
readonly components: readonly [{
|
|
270
|
+
readonly internalType: "address";
|
|
271
|
+
readonly name: "token";
|
|
272
|
+
readonly type: "address";
|
|
273
|
+
}, {
|
|
274
|
+
readonly internalType: "string";
|
|
275
|
+
readonly name: "name";
|
|
276
|
+
readonly type: "string";
|
|
277
|
+
}, {
|
|
278
|
+
readonly internalType: "string";
|
|
279
|
+
readonly name: "symbol";
|
|
280
|
+
readonly type: "string";
|
|
281
|
+
}, {
|
|
282
|
+
readonly internalType: "uint256";
|
|
283
|
+
readonly name: "decimals";
|
|
284
|
+
readonly type: "uint256";
|
|
285
|
+
}, {
|
|
286
|
+
readonly internalType: "bool";
|
|
287
|
+
readonly name: "isMock";
|
|
288
|
+
readonly type: "bool";
|
|
289
|
+
}];
|
|
290
|
+
readonly internalType: "struct TokenMetadata";
|
|
291
|
+
readonly name: "underlyingToken";
|
|
292
|
+
readonly type: "tuple";
|
|
293
|
+
}, {
|
|
294
|
+
readonly internalType: "address";
|
|
295
|
+
readonly name: "borrower";
|
|
296
|
+
readonly type: "address";
|
|
297
|
+
}, {
|
|
298
|
+
readonly internalType: "address";
|
|
299
|
+
readonly name: "controller";
|
|
300
|
+
readonly type: "address";
|
|
301
|
+
}, {
|
|
302
|
+
readonly internalType: "address";
|
|
303
|
+
readonly name: "feeRecipient";
|
|
304
|
+
readonly type: "address";
|
|
305
|
+
}, {
|
|
306
|
+
readonly internalType: "uint256";
|
|
307
|
+
readonly name: "interestFeeBips";
|
|
308
|
+
readonly type: "uint256";
|
|
309
|
+
}, {
|
|
310
|
+
readonly internalType: "uint256";
|
|
311
|
+
readonly name: "penaltyFeeBips";
|
|
312
|
+
readonly type: "uint256";
|
|
313
|
+
}, {
|
|
314
|
+
readonly internalType: "uint256";
|
|
315
|
+
readonly name: "gracePeriod";
|
|
316
|
+
readonly type: "uint256";
|
|
317
|
+
}, {
|
|
318
|
+
readonly internalType: "uint256";
|
|
319
|
+
readonly name: "liquidityCoverageRatio";
|
|
320
|
+
readonly type: "uint256";
|
|
321
|
+
}, {
|
|
322
|
+
readonly internalType: "bool";
|
|
323
|
+
readonly name: "temporaryLiquidityCoverage";
|
|
324
|
+
readonly type: "bool";
|
|
325
|
+
}, {
|
|
326
|
+
readonly internalType: "uint256";
|
|
327
|
+
readonly name: "originalLiquidityCoverageRatio";
|
|
328
|
+
readonly type: "uint256";
|
|
329
|
+
}, {
|
|
330
|
+
readonly internalType: "uint256";
|
|
331
|
+
readonly name: "temporaryLiquidityCoverageExpiry";
|
|
332
|
+
readonly type: "uint256";
|
|
333
|
+
}, {
|
|
334
|
+
readonly internalType: "uint256";
|
|
335
|
+
readonly name: "annualInterestBips";
|
|
336
|
+
readonly type: "uint256";
|
|
337
|
+
}, {
|
|
338
|
+
readonly internalType: "uint256";
|
|
339
|
+
readonly name: "borrowableAssets";
|
|
340
|
+
readonly type: "uint256";
|
|
341
|
+
}, {
|
|
342
|
+
readonly internalType: "uint256";
|
|
343
|
+
readonly name: "totalSupply";
|
|
344
|
+
readonly type: "uint256";
|
|
345
|
+
}, {
|
|
346
|
+
readonly internalType: "uint256";
|
|
347
|
+
readonly name: "maxTotalSupply";
|
|
348
|
+
readonly type: "uint256";
|
|
349
|
+
}, {
|
|
350
|
+
readonly internalType: "uint256";
|
|
351
|
+
readonly name: "scaledTotalSupply";
|
|
352
|
+
readonly type: "uint256";
|
|
353
|
+
}, {
|
|
354
|
+
readonly internalType: "uint256";
|
|
355
|
+
readonly name: "totalAssets";
|
|
356
|
+
readonly type: "uint256";
|
|
357
|
+
}, {
|
|
358
|
+
readonly internalType: "uint256";
|
|
359
|
+
readonly name: "coverageLiquidity";
|
|
360
|
+
readonly type: "uint256";
|
|
361
|
+
}, {
|
|
362
|
+
readonly internalType: "uint256";
|
|
363
|
+
readonly name: "scaleFactor";
|
|
364
|
+
readonly type: "uint256";
|
|
365
|
+
}, {
|
|
366
|
+
readonly internalType: "uint256";
|
|
367
|
+
readonly name: "lastAccruedProtocolFees";
|
|
368
|
+
readonly type: "uint256";
|
|
369
|
+
}, {
|
|
370
|
+
readonly internalType: "bool";
|
|
371
|
+
readonly name: "isDelinquent";
|
|
372
|
+
readonly type: "bool";
|
|
373
|
+
}, {
|
|
374
|
+
readonly internalType: "uint256";
|
|
375
|
+
readonly name: "timeDelinquent";
|
|
376
|
+
readonly type: "uint256";
|
|
377
|
+
}, {
|
|
378
|
+
readonly internalType: "uint256";
|
|
379
|
+
readonly name: "lastInterestAccruedTimestamp";
|
|
380
|
+
readonly type: "uint256";
|
|
381
|
+
}];
|
|
382
|
+
readonly internalType: "struct VaultData";
|
|
383
|
+
readonly name: "vault";
|
|
384
|
+
readonly type: "tuple";
|
|
385
|
+
}, {
|
|
386
|
+
readonly components: readonly [{
|
|
387
|
+
readonly internalType: "uint256";
|
|
388
|
+
readonly name: "scaledBalance";
|
|
389
|
+
readonly type: "uint256";
|
|
390
|
+
}, {
|
|
391
|
+
readonly internalType: "uint256";
|
|
392
|
+
readonly name: "normalizedBalance";
|
|
393
|
+
readonly type: "uint256";
|
|
394
|
+
}, {
|
|
395
|
+
readonly internalType: "uint256";
|
|
396
|
+
readonly name: "underlyingBalance";
|
|
397
|
+
readonly type: "uint256";
|
|
398
|
+
}, {
|
|
399
|
+
readonly internalType: "uint256";
|
|
400
|
+
readonly name: "underlyingApproval";
|
|
401
|
+
readonly type: "uint256";
|
|
402
|
+
}];
|
|
403
|
+
readonly internalType: "struct AccountVaultInfo";
|
|
404
|
+
readonly name: "account";
|
|
405
|
+
readonly type: "tuple";
|
|
406
|
+
}];
|
|
407
|
+
readonly internalType: "struct VaultDataWithAccount[]";
|
|
250
408
|
readonly name: "data";
|
|
409
|
+
readonly type: "tuple[]";
|
|
410
|
+
}];
|
|
411
|
+
readonly stateMutability: "view";
|
|
412
|
+
readonly type: "function";
|
|
413
|
+
}, {
|
|
414
|
+
readonly inputs: readonly [{
|
|
415
|
+
readonly internalType: "address";
|
|
416
|
+
readonly name: "vault";
|
|
417
|
+
readonly type: "address";
|
|
418
|
+
}];
|
|
419
|
+
readonly name: "getControlStatus";
|
|
420
|
+
readonly outputs: readonly [{
|
|
421
|
+
readonly components: readonly [{
|
|
422
|
+
readonly internalType: "bool";
|
|
423
|
+
readonly name: "temporaryLiquidityCoverage";
|
|
424
|
+
readonly type: "bool";
|
|
425
|
+
}, {
|
|
426
|
+
readonly internalType: "uint256";
|
|
427
|
+
readonly name: "originalLiquidityCoverageRatio";
|
|
428
|
+
readonly type: "uint256";
|
|
429
|
+
}, {
|
|
430
|
+
readonly internalType: "uint256";
|
|
431
|
+
readonly name: "temporaryLiquidityCoverageExpiry";
|
|
432
|
+
readonly type: "uint256";
|
|
433
|
+
}];
|
|
434
|
+
readonly internalType: "struct ControlStatus";
|
|
435
|
+
readonly name: "status";
|
|
251
436
|
readonly type: "tuple";
|
|
252
437
|
}];
|
|
253
438
|
readonly stateMutability: "view";
|
|
254
439
|
readonly type: "function";
|
|
255
440
|
}, {
|
|
256
441
|
readonly inputs: readonly [{
|
|
257
|
-
readonly internalType: "
|
|
258
|
-
readonly name: "
|
|
259
|
-
readonly type: "
|
|
442
|
+
readonly internalType: "uint256";
|
|
443
|
+
readonly name: "start";
|
|
444
|
+
readonly type: "uint256";
|
|
445
|
+
}, {
|
|
446
|
+
readonly internalType: "uint256";
|
|
447
|
+
readonly name: "length";
|
|
448
|
+
readonly type: "uint256";
|
|
260
449
|
}];
|
|
261
|
-
readonly name: "
|
|
450
|
+
readonly name: "getPaginatedVaultsData";
|
|
262
451
|
readonly outputs: readonly [{
|
|
263
452
|
readonly components: readonly [{
|
|
264
453
|
readonly components: readonly [{
|
|
@@ -277,6 +466,10 @@ export declare class VaultLens__factory extends ContractFactory {
|
|
|
277
466
|
readonly internalType: "uint256";
|
|
278
467
|
readonly name: "decimals";
|
|
279
468
|
readonly type: "uint256";
|
|
469
|
+
}, {
|
|
470
|
+
readonly internalType: "bool";
|
|
471
|
+
readonly name: "isMock";
|
|
472
|
+
readonly type: "bool";
|
|
280
473
|
}];
|
|
281
474
|
readonly internalType: "struct TokenMetadata";
|
|
282
475
|
readonly name: "vaultToken";
|
|
@@ -298,6 +491,10 @@ export declare class VaultLens__factory extends ContractFactory {
|
|
|
298
491
|
readonly internalType: "uint256";
|
|
299
492
|
readonly name: "decimals";
|
|
300
493
|
readonly type: "uint256";
|
|
494
|
+
}, {
|
|
495
|
+
readonly internalType: "bool";
|
|
496
|
+
readonly name: "isMock";
|
|
497
|
+
readonly type: "bool";
|
|
301
498
|
}];
|
|
302
499
|
readonly internalType: "struct TokenMetadata";
|
|
303
500
|
readonly name: "underlyingToken";
|
|
@@ -326,10 +523,6 @@ export declare class VaultLens__factory extends ContractFactory {
|
|
|
326
523
|
readonly internalType: "uint256";
|
|
327
524
|
readonly name: "gracePeriod";
|
|
328
525
|
readonly type: "uint256";
|
|
329
|
-
}, {
|
|
330
|
-
readonly internalType: "uint256";
|
|
331
|
-
readonly name: "annualInterestBips";
|
|
332
|
-
readonly type: "uint256";
|
|
333
526
|
}, {
|
|
334
527
|
readonly internalType: "uint256";
|
|
335
528
|
readonly name: "liquidityCoverageRatio";
|
|
@@ -346,21 +539,25 @@ export declare class VaultLens__factory extends ContractFactory {
|
|
|
346
539
|
readonly internalType: "uint256";
|
|
347
540
|
readonly name: "temporaryLiquidityCoverageExpiry";
|
|
348
541
|
readonly type: "uint256";
|
|
542
|
+
}, {
|
|
543
|
+
readonly internalType: "uint256";
|
|
544
|
+
readonly name: "annualInterestBips";
|
|
545
|
+
readonly type: "uint256";
|
|
349
546
|
}, {
|
|
350
547
|
readonly internalType: "uint256";
|
|
351
548
|
readonly name: "borrowableAssets";
|
|
352
549
|
readonly type: "uint256";
|
|
353
550
|
}, {
|
|
354
551
|
readonly internalType: "uint256";
|
|
355
|
-
readonly name: "
|
|
552
|
+
readonly name: "totalSupply";
|
|
356
553
|
readonly type: "uint256";
|
|
357
554
|
}, {
|
|
358
555
|
readonly internalType: "uint256";
|
|
359
|
-
readonly name: "
|
|
556
|
+
readonly name: "maxTotalSupply";
|
|
360
557
|
readonly type: "uint256";
|
|
361
558
|
}, {
|
|
362
559
|
readonly internalType: "uint256";
|
|
363
|
-
readonly name: "
|
|
560
|
+
readonly name: "scaledTotalSupply";
|
|
364
561
|
readonly type: "uint256";
|
|
365
562
|
}, {
|
|
366
563
|
readonly internalType: "uint256";
|
|
@@ -397,9 +594,947 @@ export declare class VaultLens__factory extends ContractFactory {
|
|
|
397
594
|
}];
|
|
398
595
|
readonly stateMutability: "view";
|
|
399
596
|
readonly type: "function";
|
|
597
|
+
}, {
|
|
598
|
+
readonly inputs: readonly [{
|
|
599
|
+
readonly internalType: "address";
|
|
600
|
+
readonly name: "account";
|
|
601
|
+
readonly type: "address";
|
|
602
|
+
}, {
|
|
603
|
+
readonly internalType: "uint256";
|
|
604
|
+
readonly name: "start";
|
|
605
|
+
readonly type: "uint256";
|
|
606
|
+
}, {
|
|
607
|
+
readonly internalType: "uint256";
|
|
608
|
+
readonly name: "length";
|
|
609
|
+
readonly type: "uint256";
|
|
610
|
+
}];
|
|
611
|
+
readonly name: "getPaginatedVaultsDataWithAccount";
|
|
612
|
+
readonly outputs: readonly [{
|
|
613
|
+
readonly components: readonly [{
|
|
614
|
+
readonly components: readonly [{
|
|
615
|
+
readonly components: readonly [{
|
|
616
|
+
readonly internalType: "address";
|
|
617
|
+
readonly name: "token";
|
|
618
|
+
readonly type: "address";
|
|
619
|
+
}, {
|
|
620
|
+
readonly internalType: "string";
|
|
621
|
+
readonly name: "name";
|
|
622
|
+
readonly type: "string";
|
|
623
|
+
}, {
|
|
624
|
+
readonly internalType: "string";
|
|
625
|
+
readonly name: "symbol";
|
|
626
|
+
readonly type: "string";
|
|
627
|
+
}, {
|
|
628
|
+
readonly internalType: "uint256";
|
|
629
|
+
readonly name: "decimals";
|
|
630
|
+
readonly type: "uint256";
|
|
631
|
+
}, {
|
|
632
|
+
readonly internalType: "bool";
|
|
633
|
+
readonly name: "isMock";
|
|
634
|
+
readonly type: "bool";
|
|
635
|
+
}];
|
|
636
|
+
readonly internalType: "struct TokenMetadata";
|
|
637
|
+
readonly name: "vaultToken";
|
|
638
|
+
readonly type: "tuple";
|
|
639
|
+
}, {
|
|
640
|
+
readonly components: readonly [{
|
|
641
|
+
readonly internalType: "address";
|
|
642
|
+
readonly name: "token";
|
|
643
|
+
readonly type: "address";
|
|
644
|
+
}, {
|
|
645
|
+
readonly internalType: "string";
|
|
646
|
+
readonly name: "name";
|
|
647
|
+
readonly type: "string";
|
|
648
|
+
}, {
|
|
649
|
+
readonly internalType: "string";
|
|
650
|
+
readonly name: "symbol";
|
|
651
|
+
readonly type: "string";
|
|
652
|
+
}, {
|
|
653
|
+
readonly internalType: "uint256";
|
|
654
|
+
readonly name: "decimals";
|
|
655
|
+
readonly type: "uint256";
|
|
656
|
+
}, {
|
|
657
|
+
readonly internalType: "bool";
|
|
658
|
+
readonly name: "isMock";
|
|
659
|
+
readonly type: "bool";
|
|
660
|
+
}];
|
|
661
|
+
readonly internalType: "struct TokenMetadata";
|
|
662
|
+
readonly name: "underlyingToken";
|
|
663
|
+
readonly type: "tuple";
|
|
664
|
+
}, {
|
|
665
|
+
readonly internalType: "address";
|
|
666
|
+
readonly name: "borrower";
|
|
667
|
+
readonly type: "address";
|
|
668
|
+
}, {
|
|
669
|
+
readonly internalType: "address";
|
|
670
|
+
readonly name: "controller";
|
|
671
|
+
readonly type: "address";
|
|
672
|
+
}, {
|
|
673
|
+
readonly internalType: "address";
|
|
674
|
+
readonly name: "feeRecipient";
|
|
675
|
+
readonly type: "address";
|
|
676
|
+
}, {
|
|
677
|
+
readonly internalType: "uint256";
|
|
678
|
+
readonly name: "interestFeeBips";
|
|
679
|
+
readonly type: "uint256";
|
|
680
|
+
}, {
|
|
681
|
+
readonly internalType: "uint256";
|
|
682
|
+
readonly name: "penaltyFeeBips";
|
|
683
|
+
readonly type: "uint256";
|
|
684
|
+
}, {
|
|
685
|
+
readonly internalType: "uint256";
|
|
686
|
+
readonly name: "gracePeriod";
|
|
687
|
+
readonly type: "uint256";
|
|
688
|
+
}, {
|
|
689
|
+
readonly internalType: "uint256";
|
|
690
|
+
readonly name: "liquidityCoverageRatio";
|
|
691
|
+
readonly type: "uint256";
|
|
692
|
+
}, {
|
|
693
|
+
readonly internalType: "bool";
|
|
694
|
+
readonly name: "temporaryLiquidityCoverage";
|
|
695
|
+
readonly type: "bool";
|
|
696
|
+
}, {
|
|
697
|
+
readonly internalType: "uint256";
|
|
698
|
+
readonly name: "originalLiquidityCoverageRatio";
|
|
699
|
+
readonly type: "uint256";
|
|
700
|
+
}, {
|
|
701
|
+
readonly internalType: "uint256";
|
|
702
|
+
readonly name: "temporaryLiquidityCoverageExpiry";
|
|
703
|
+
readonly type: "uint256";
|
|
704
|
+
}, {
|
|
705
|
+
readonly internalType: "uint256";
|
|
706
|
+
readonly name: "annualInterestBips";
|
|
707
|
+
readonly type: "uint256";
|
|
708
|
+
}, {
|
|
709
|
+
readonly internalType: "uint256";
|
|
710
|
+
readonly name: "borrowableAssets";
|
|
711
|
+
readonly type: "uint256";
|
|
712
|
+
}, {
|
|
713
|
+
readonly internalType: "uint256";
|
|
714
|
+
readonly name: "totalSupply";
|
|
715
|
+
readonly type: "uint256";
|
|
716
|
+
}, {
|
|
717
|
+
readonly internalType: "uint256";
|
|
718
|
+
readonly name: "maxTotalSupply";
|
|
719
|
+
readonly type: "uint256";
|
|
720
|
+
}, {
|
|
721
|
+
readonly internalType: "uint256";
|
|
722
|
+
readonly name: "scaledTotalSupply";
|
|
723
|
+
readonly type: "uint256";
|
|
724
|
+
}, {
|
|
725
|
+
readonly internalType: "uint256";
|
|
726
|
+
readonly name: "totalAssets";
|
|
727
|
+
readonly type: "uint256";
|
|
728
|
+
}, {
|
|
729
|
+
readonly internalType: "uint256";
|
|
730
|
+
readonly name: "coverageLiquidity";
|
|
731
|
+
readonly type: "uint256";
|
|
732
|
+
}, {
|
|
733
|
+
readonly internalType: "uint256";
|
|
734
|
+
readonly name: "scaleFactor";
|
|
735
|
+
readonly type: "uint256";
|
|
736
|
+
}, {
|
|
737
|
+
readonly internalType: "uint256";
|
|
738
|
+
readonly name: "lastAccruedProtocolFees";
|
|
739
|
+
readonly type: "uint256";
|
|
740
|
+
}, {
|
|
741
|
+
readonly internalType: "bool";
|
|
742
|
+
readonly name: "isDelinquent";
|
|
743
|
+
readonly type: "bool";
|
|
744
|
+
}, {
|
|
745
|
+
readonly internalType: "uint256";
|
|
746
|
+
readonly name: "timeDelinquent";
|
|
747
|
+
readonly type: "uint256";
|
|
748
|
+
}, {
|
|
749
|
+
readonly internalType: "uint256";
|
|
750
|
+
readonly name: "lastInterestAccruedTimestamp";
|
|
751
|
+
readonly type: "uint256";
|
|
752
|
+
}];
|
|
753
|
+
readonly internalType: "struct VaultData";
|
|
754
|
+
readonly name: "vault";
|
|
755
|
+
readonly type: "tuple";
|
|
756
|
+
}, {
|
|
757
|
+
readonly components: readonly [{
|
|
758
|
+
readonly internalType: "uint256";
|
|
759
|
+
readonly name: "scaledBalance";
|
|
760
|
+
readonly type: "uint256";
|
|
761
|
+
}, {
|
|
762
|
+
readonly internalType: "uint256";
|
|
763
|
+
readonly name: "normalizedBalance";
|
|
764
|
+
readonly type: "uint256";
|
|
765
|
+
}, {
|
|
766
|
+
readonly internalType: "uint256";
|
|
767
|
+
readonly name: "underlyingBalance";
|
|
768
|
+
readonly type: "uint256";
|
|
769
|
+
}, {
|
|
770
|
+
readonly internalType: "uint256";
|
|
771
|
+
readonly name: "underlyingApproval";
|
|
772
|
+
readonly type: "uint256";
|
|
773
|
+
}];
|
|
774
|
+
readonly internalType: "struct AccountVaultInfo";
|
|
775
|
+
readonly name: "account";
|
|
776
|
+
readonly type: "tuple";
|
|
777
|
+
}];
|
|
778
|
+
readonly internalType: "struct VaultDataWithAccount[]";
|
|
779
|
+
readonly name: "data";
|
|
780
|
+
readonly type: "tuple[]";
|
|
781
|
+
}];
|
|
782
|
+
readonly stateMutability: "view";
|
|
783
|
+
readonly type: "function";
|
|
784
|
+
}, {
|
|
785
|
+
readonly inputs: readonly [{
|
|
786
|
+
readonly internalType: "address";
|
|
787
|
+
readonly name: "token";
|
|
788
|
+
readonly type: "address";
|
|
789
|
+
}];
|
|
790
|
+
readonly name: "getTokenInfo";
|
|
791
|
+
readonly outputs: readonly [{
|
|
792
|
+
readonly components: readonly [{
|
|
793
|
+
readonly internalType: "address";
|
|
794
|
+
readonly name: "token";
|
|
795
|
+
readonly type: "address";
|
|
796
|
+
}, {
|
|
797
|
+
readonly internalType: "string";
|
|
798
|
+
readonly name: "name";
|
|
799
|
+
readonly type: "string";
|
|
800
|
+
}, {
|
|
801
|
+
readonly internalType: "string";
|
|
802
|
+
readonly name: "symbol";
|
|
803
|
+
readonly type: "string";
|
|
804
|
+
}, {
|
|
805
|
+
readonly internalType: "uint256";
|
|
806
|
+
readonly name: "decimals";
|
|
807
|
+
readonly type: "uint256";
|
|
808
|
+
}, {
|
|
809
|
+
readonly internalType: "bool";
|
|
810
|
+
readonly name: "isMock";
|
|
811
|
+
readonly type: "bool";
|
|
812
|
+
}];
|
|
813
|
+
readonly internalType: "struct TokenMetadata";
|
|
814
|
+
readonly name: "info";
|
|
815
|
+
readonly type: "tuple";
|
|
816
|
+
}];
|
|
817
|
+
readonly stateMutability: "view";
|
|
818
|
+
readonly type: "function";
|
|
819
|
+
}, {
|
|
820
|
+
readonly inputs: readonly [{
|
|
821
|
+
readonly internalType: "address[]";
|
|
822
|
+
readonly name: "tokens";
|
|
823
|
+
readonly type: "address[]";
|
|
824
|
+
}];
|
|
825
|
+
readonly name: "getTokensInfo";
|
|
826
|
+
readonly outputs: readonly [{
|
|
827
|
+
readonly components: readonly [{
|
|
828
|
+
readonly internalType: "address";
|
|
829
|
+
readonly name: "token";
|
|
830
|
+
readonly type: "address";
|
|
831
|
+
}, {
|
|
832
|
+
readonly internalType: "string";
|
|
833
|
+
readonly name: "name";
|
|
834
|
+
readonly type: "string";
|
|
835
|
+
}, {
|
|
836
|
+
readonly internalType: "string";
|
|
837
|
+
readonly name: "symbol";
|
|
838
|
+
readonly type: "string";
|
|
839
|
+
}, {
|
|
840
|
+
readonly internalType: "uint256";
|
|
841
|
+
readonly name: "decimals";
|
|
842
|
+
readonly type: "uint256";
|
|
843
|
+
}, {
|
|
844
|
+
readonly internalType: "bool";
|
|
845
|
+
readonly name: "isMock";
|
|
846
|
+
readonly type: "bool";
|
|
847
|
+
}];
|
|
848
|
+
readonly internalType: "struct TokenMetadata[]";
|
|
849
|
+
readonly name: "info";
|
|
850
|
+
readonly type: "tuple[]";
|
|
851
|
+
}];
|
|
852
|
+
readonly stateMutability: "view";
|
|
853
|
+
readonly type: "function";
|
|
854
|
+
}, {
|
|
855
|
+
readonly inputs: readonly [{
|
|
856
|
+
readonly internalType: "address";
|
|
857
|
+
readonly name: "vault";
|
|
858
|
+
readonly type: "address";
|
|
859
|
+
}];
|
|
860
|
+
readonly name: "getVaultData";
|
|
861
|
+
readonly outputs: readonly [{
|
|
862
|
+
readonly components: readonly [{
|
|
863
|
+
readonly components: readonly [{
|
|
864
|
+
readonly internalType: "address";
|
|
865
|
+
readonly name: "token";
|
|
866
|
+
readonly type: "address";
|
|
867
|
+
}, {
|
|
868
|
+
readonly internalType: "string";
|
|
869
|
+
readonly name: "name";
|
|
870
|
+
readonly type: "string";
|
|
871
|
+
}, {
|
|
872
|
+
readonly internalType: "string";
|
|
873
|
+
readonly name: "symbol";
|
|
874
|
+
readonly type: "string";
|
|
875
|
+
}, {
|
|
876
|
+
readonly internalType: "uint256";
|
|
877
|
+
readonly name: "decimals";
|
|
878
|
+
readonly type: "uint256";
|
|
879
|
+
}, {
|
|
880
|
+
readonly internalType: "bool";
|
|
881
|
+
readonly name: "isMock";
|
|
882
|
+
readonly type: "bool";
|
|
883
|
+
}];
|
|
884
|
+
readonly internalType: "struct TokenMetadata";
|
|
885
|
+
readonly name: "vaultToken";
|
|
886
|
+
readonly type: "tuple";
|
|
887
|
+
}, {
|
|
888
|
+
readonly components: readonly [{
|
|
889
|
+
readonly internalType: "address";
|
|
890
|
+
readonly name: "token";
|
|
891
|
+
readonly type: "address";
|
|
892
|
+
}, {
|
|
893
|
+
readonly internalType: "string";
|
|
894
|
+
readonly name: "name";
|
|
895
|
+
readonly type: "string";
|
|
896
|
+
}, {
|
|
897
|
+
readonly internalType: "string";
|
|
898
|
+
readonly name: "symbol";
|
|
899
|
+
readonly type: "string";
|
|
900
|
+
}, {
|
|
901
|
+
readonly internalType: "uint256";
|
|
902
|
+
readonly name: "decimals";
|
|
903
|
+
readonly type: "uint256";
|
|
904
|
+
}, {
|
|
905
|
+
readonly internalType: "bool";
|
|
906
|
+
readonly name: "isMock";
|
|
907
|
+
readonly type: "bool";
|
|
908
|
+
}];
|
|
909
|
+
readonly internalType: "struct TokenMetadata";
|
|
910
|
+
readonly name: "underlyingToken";
|
|
911
|
+
readonly type: "tuple";
|
|
912
|
+
}, {
|
|
913
|
+
readonly internalType: "address";
|
|
914
|
+
readonly name: "borrower";
|
|
915
|
+
readonly type: "address";
|
|
916
|
+
}, {
|
|
917
|
+
readonly internalType: "address";
|
|
918
|
+
readonly name: "controller";
|
|
919
|
+
readonly type: "address";
|
|
920
|
+
}, {
|
|
921
|
+
readonly internalType: "address";
|
|
922
|
+
readonly name: "feeRecipient";
|
|
923
|
+
readonly type: "address";
|
|
924
|
+
}, {
|
|
925
|
+
readonly internalType: "uint256";
|
|
926
|
+
readonly name: "interestFeeBips";
|
|
927
|
+
readonly type: "uint256";
|
|
928
|
+
}, {
|
|
929
|
+
readonly internalType: "uint256";
|
|
930
|
+
readonly name: "penaltyFeeBips";
|
|
931
|
+
readonly type: "uint256";
|
|
932
|
+
}, {
|
|
933
|
+
readonly internalType: "uint256";
|
|
934
|
+
readonly name: "gracePeriod";
|
|
935
|
+
readonly type: "uint256";
|
|
936
|
+
}, {
|
|
937
|
+
readonly internalType: "uint256";
|
|
938
|
+
readonly name: "liquidityCoverageRatio";
|
|
939
|
+
readonly type: "uint256";
|
|
940
|
+
}, {
|
|
941
|
+
readonly internalType: "bool";
|
|
942
|
+
readonly name: "temporaryLiquidityCoverage";
|
|
943
|
+
readonly type: "bool";
|
|
944
|
+
}, {
|
|
945
|
+
readonly internalType: "uint256";
|
|
946
|
+
readonly name: "originalLiquidityCoverageRatio";
|
|
947
|
+
readonly type: "uint256";
|
|
948
|
+
}, {
|
|
949
|
+
readonly internalType: "uint256";
|
|
950
|
+
readonly name: "temporaryLiquidityCoverageExpiry";
|
|
951
|
+
readonly type: "uint256";
|
|
952
|
+
}, {
|
|
953
|
+
readonly internalType: "uint256";
|
|
954
|
+
readonly name: "annualInterestBips";
|
|
955
|
+
readonly type: "uint256";
|
|
956
|
+
}, {
|
|
957
|
+
readonly internalType: "uint256";
|
|
958
|
+
readonly name: "borrowableAssets";
|
|
959
|
+
readonly type: "uint256";
|
|
960
|
+
}, {
|
|
961
|
+
readonly internalType: "uint256";
|
|
962
|
+
readonly name: "totalSupply";
|
|
963
|
+
readonly type: "uint256";
|
|
964
|
+
}, {
|
|
965
|
+
readonly internalType: "uint256";
|
|
966
|
+
readonly name: "maxTotalSupply";
|
|
967
|
+
readonly type: "uint256";
|
|
968
|
+
}, {
|
|
969
|
+
readonly internalType: "uint256";
|
|
970
|
+
readonly name: "scaledTotalSupply";
|
|
971
|
+
readonly type: "uint256";
|
|
972
|
+
}, {
|
|
973
|
+
readonly internalType: "uint256";
|
|
974
|
+
readonly name: "totalAssets";
|
|
975
|
+
readonly type: "uint256";
|
|
976
|
+
}, {
|
|
977
|
+
readonly internalType: "uint256";
|
|
978
|
+
readonly name: "coverageLiquidity";
|
|
979
|
+
readonly type: "uint256";
|
|
980
|
+
}, {
|
|
981
|
+
readonly internalType: "uint256";
|
|
982
|
+
readonly name: "scaleFactor";
|
|
983
|
+
readonly type: "uint256";
|
|
984
|
+
}, {
|
|
985
|
+
readonly internalType: "uint256";
|
|
986
|
+
readonly name: "lastAccruedProtocolFees";
|
|
987
|
+
readonly type: "uint256";
|
|
988
|
+
}, {
|
|
989
|
+
readonly internalType: "bool";
|
|
990
|
+
readonly name: "isDelinquent";
|
|
991
|
+
readonly type: "bool";
|
|
992
|
+
}, {
|
|
993
|
+
readonly internalType: "uint256";
|
|
994
|
+
readonly name: "timeDelinquent";
|
|
995
|
+
readonly type: "uint256";
|
|
996
|
+
}, {
|
|
997
|
+
readonly internalType: "uint256";
|
|
998
|
+
readonly name: "lastInterestAccruedTimestamp";
|
|
999
|
+
readonly type: "uint256";
|
|
1000
|
+
}];
|
|
1001
|
+
readonly internalType: "struct VaultData";
|
|
1002
|
+
readonly name: "data";
|
|
1003
|
+
readonly type: "tuple";
|
|
1004
|
+
}];
|
|
1005
|
+
readonly stateMutability: "view";
|
|
1006
|
+
readonly type: "function";
|
|
1007
|
+
}, {
|
|
1008
|
+
readonly inputs: readonly [{
|
|
1009
|
+
readonly internalType: "address";
|
|
1010
|
+
readonly name: "account";
|
|
1011
|
+
readonly type: "address";
|
|
1012
|
+
}, {
|
|
1013
|
+
readonly internalType: "address";
|
|
1014
|
+
readonly name: "vault";
|
|
1015
|
+
readonly type: "address";
|
|
1016
|
+
}];
|
|
1017
|
+
readonly name: "getVaultDataWithAccount";
|
|
1018
|
+
readonly outputs: readonly [{
|
|
1019
|
+
readonly components: readonly [{
|
|
1020
|
+
readonly components: readonly [{
|
|
1021
|
+
readonly components: readonly [{
|
|
1022
|
+
readonly internalType: "address";
|
|
1023
|
+
readonly name: "token";
|
|
1024
|
+
readonly type: "address";
|
|
1025
|
+
}, {
|
|
1026
|
+
readonly internalType: "string";
|
|
1027
|
+
readonly name: "name";
|
|
1028
|
+
readonly type: "string";
|
|
1029
|
+
}, {
|
|
1030
|
+
readonly internalType: "string";
|
|
1031
|
+
readonly name: "symbol";
|
|
1032
|
+
readonly type: "string";
|
|
1033
|
+
}, {
|
|
1034
|
+
readonly internalType: "uint256";
|
|
1035
|
+
readonly name: "decimals";
|
|
1036
|
+
readonly type: "uint256";
|
|
1037
|
+
}, {
|
|
1038
|
+
readonly internalType: "bool";
|
|
1039
|
+
readonly name: "isMock";
|
|
1040
|
+
readonly type: "bool";
|
|
1041
|
+
}];
|
|
1042
|
+
readonly internalType: "struct TokenMetadata";
|
|
1043
|
+
readonly name: "vaultToken";
|
|
1044
|
+
readonly type: "tuple";
|
|
1045
|
+
}, {
|
|
1046
|
+
readonly components: readonly [{
|
|
1047
|
+
readonly internalType: "address";
|
|
1048
|
+
readonly name: "token";
|
|
1049
|
+
readonly type: "address";
|
|
1050
|
+
}, {
|
|
1051
|
+
readonly internalType: "string";
|
|
1052
|
+
readonly name: "name";
|
|
1053
|
+
readonly type: "string";
|
|
1054
|
+
}, {
|
|
1055
|
+
readonly internalType: "string";
|
|
1056
|
+
readonly name: "symbol";
|
|
1057
|
+
readonly type: "string";
|
|
1058
|
+
}, {
|
|
1059
|
+
readonly internalType: "uint256";
|
|
1060
|
+
readonly name: "decimals";
|
|
1061
|
+
readonly type: "uint256";
|
|
1062
|
+
}, {
|
|
1063
|
+
readonly internalType: "bool";
|
|
1064
|
+
readonly name: "isMock";
|
|
1065
|
+
readonly type: "bool";
|
|
1066
|
+
}];
|
|
1067
|
+
readonly internalType: "struct TokenMetadata";
|
|
1068
|
+
readonly name: "underlyingToken";
|
|
1069
|
+
readonly type: "tuple";
|
|
1070
|
+
}, {
|
|
1071
|
+
readonly internalType: "address";
|
|
1072
|
+
readonly name: "borrower";
|
|
1073
|
+
readonly type: "address";
|
|
1074
|
+
}, {
|
|
1075
|
+
readonly internalType: "address";
|
|
1076
|
+
readonly name: "controller";
|
|
1077
|
+
readonly type: "address";
|
|
1078
|
+
}, {
|
|
1079
|
+
readonly internalType: "address";
|
|
1080
|
+
readonly name: "feeRecipient";
|
|
1081
|
+
readonly type: "address";
|
|
1082
|
+
}, {
|
|
1083
|
+
readonly internalType: "uint256";
|
|
1084
|
+
readonly name: "interestFeeBips";
|
|
1085
|
+
readonly type: "uint256";
|
|
1086
|
+
}, {
|
|
1087
|
+
readonly internalType: "uint256";
|
|
1088
|
+
readonly name: "penaltyFeeBips";
|
|
1089
|
+
readonly type: "uint256";
|
|
1090
|
+
}, {
|
|
1091
|
+
readonly internalType: "uint256";
|
|
1092
|
+
readonly name: "gracePeriod";
|
|
1093
|
+
readonly type: "uint256";
|
|
1094
|
+
}, {
|
|
1095
|
+
readonly internalType: "uint256";
|
|
1096
|
+
readonly name: "liquidityCoverageRatio";
|
|
1097
|
+
readonly type: "uint256";
|
|
1098
|
+
}, {
|
|
1099
|
+
readonly internalType: "bool";
|
|
1100
|
+
readonly name: "temporaryLiquidityCoverage";
|
|
1101
|
+
readonly type: "bool";
|
|
1102
|
+
}, {
|
|
1103
|
+
readonly internalType: "uint256";
|
|
1104
|
+
readonly name: "originalLiquidityCoverageRatio";
|
|
1105
|
+
readonly type: "uint256";
|
|
1106
|
+
}, {
|
|
1107
|
+
readonly internalType: "uint256";
|
|
1108
|
+
readonly name: "temporaryLiquidityCoverageExpiry";
|
|
1109
|
+
readonly type: "uint256";
|
|
1110
|
+
}, {
|
|
1111
|
+
readonly internalType: "uint256";
|
|
1112
|
+
readonly name: "annualInterestBips";
|
|
1113
|
+
readonly type: "uint256";
|
|
1114
|
+
}, {
|
|
1115
|
+
readonly internalType: "uint256";
|
|
1116
|
+
readonly name: "borrowableAssets";
|
|
1117
|
+
readonly type: "uint256";
|
|
1118
|
+
}, {
|
|
1119
|
+
readonly internalType: "uint256";
|
|
1120
|
+
readonly name: "totalSupply";
|
|
1121
|
+
readonly type: "uint256";
|
|
1122
|
+
}, {
|
|
1123
|
+
readonly internalType: "uint256";
|
|
1124
|
+
readonly name: "maxTotalSupply";
|
|
1125
|
+
readonly type: "uint256";
|
|
1126
|
+
}, {
|
|
1127
|
+
readonly internalType: "uint256";
|
|
1128
|
+
readonly name: "scaledTotalSupply";
|
|
1129
|
+
readonly type: "uint256";
|
|
1130
|
+
}, {
|
|
1131
|
+
readonly internalType: "uint256";
|
|
1132
|
+
readonly name: "totalAssets";
|
|
1133
|
+
readonly type: "uint256";
|
|
1134
|
+
}, {
|
|
1135
|
+
readonly internalType: "uint256";
|
|
1136
|
+
readonly name: "coverageLiquidity";
|
|
1137
|
+
readonly type: "uint256";
|
|
1138
|
+
}, {
|
|
1139
|
+
readonly internalType: "uint256";
|
|
1140
|
+
readonly name: "scaleFactor";
|
|
1141
|
+
readonly type: "uint256";
|
|
1142
|
+
}, {
|
|
1143
|
+
readonly internalType: "uint256";
|
|
1144
|
+
readonly name: "lastAccruedProtocolFees";
|
|
1145
|
+
readonly type: "uint256";
|
|
1146
|
+
}, {
|
|
1147
|
+
readonly internalType: "bool";
|
|
1148
|
+
readonly name: "isDelinquent";
|
|
1149
|
+
readonly type: "bool";
|
|
1150
|
+
}, {
|
|
1151
|
+
readonly internalType: "uint256";
|
|
1152
|
+
readonly name: "timeDelinquent";
|
|
1153
|
+
readonly type: "uint256";
|
|
1154
|
+
}, {
|
|
1155
|
+
readonly internalType: "uint256";
|
|
1156
|
+
readonly name: "lastInterestAccruedTimestamp";
|
|
1157
|
+
readonly type: "uint256";
|
|
1158
|
+
}];
|
|
1159
|
+
readonly internalType: "struct VaultData";
|
|
1160
|
+
readonly name: "vault";
|
|
1161
|
+
readonly type: "tuple";
|
|
1162
|
+
}, {
|
|
1163
|
+
readonly components: readonly [{
|
|
1164
|
+
readonly internalType: "uint256";
|
|
1165
|
+
readonly name: "scaledBalance";
|
|
1166
|
+
readonly type: "uint256";
|
|
1167
|
+
}, {
|
|
1168
|
+
readonly internalType: "uint256";
|
|
1169
|
+
readonly name: "normalizedBalance";
|
|
1170
|
+
readonly type: "uint256";
|
|
1171
|
+
}, {
|
|
1172
|
+
readonly internalType: "uint256";
|
|
1173
|
+
readonly name: "underlyingBalance";
|
|
1174
|
+
readonly type: "uint256";
|
|
1175
|
+
}, {
|
|
1176
|
+
readonly internalType: "uint256";
|
|
1177
|
+
readonly name: "underlyingApproval";
|
|
1178
|
+
readonly type: "uint256";
|
|
1179
|
+
}];
|
|
1180
|
+
readonly internalType: "struct AccountVaultInfo";
|
|
1181
|
+
readonly name: "account";
|
|
1182
|
+
readonly type: "tuple";
|
|
1183
|
+
}];
|
|
1184
|
+
readonly internalType: "struct VaultDataWithAccount";
|
|
1185
|
+
readonly name: "data";
|
|
1186
|
+
readonly type: "tuple";
|
|
1187
|
+
}];
|
|
1188
|
+
readonly stateMutability: "view";
|
|
1189
|
+
readonly type: "function";
|
|
1190
|
+
}, {
|
|
1191
|
+
readonly inputs: readonly [];
|
|
1192
|
+
readonly name: "getVaultsCount";
|
|
1193
|
+
readonly outputs: readonly [{
|
|
1194
|
+
readonly internalType: "uint256";
|
|
1195
|
+
readonly name: "";
|
|
1196
|
+
readonly type: "uint256";
|
|
1197
|
+
}];
|
|
1198
|
+
readonly stateMutability: "view";
|
|
1199
|
+
readonly type: "function";
|
|
1200
|
+
}, {
|
|
1201
|
+
readonly inputs: readonly [{
|
|
1202
|
+
readonly internalType: "address[]";
|
|
1203
|
+
readonly name: "vaults";
|
|
1204
|
+
readonly type: "address[]";
|
|
1205
|
+
}];
|
|
1206
|
+
readonly name: "getVaultsData";
|
|
1207
|
+
readonly outputs: readonly [{
|
|
1208
|
+
readonly components: readonly [{
|
|
1209
|
+
readonly components: readonly [{
|
|
1210
|
+
readonly internalType: "address";
|
|
1211
|
+
readonly name: "token";
|
|
1212
|
+
readonly type: "address";
|
|
1213
|
+
}, {
|
|
1214
|
+
readonly internalType: "string";
|
|
1215
|
+
readonly name: "name";
|
|
1216
|
+
readonly type: "string";
|
|
1217
|
+
}, {
|
|
1218
|
+
readonly internalType: "string";
|
|
1219
|
+
readonly name: "symbol";
|
|
1220
|
+
readonly type: "string";
|
|
1221
|
+
}, {
|
|
1222
|
+
readonly internalType: "uint256";
|
|
1223
|
+
readonly name: "decimals";
|
|
1224
|
+
readonly type: "uint256";
|
|
1225
|
+
}, {
|
|
1226
|
+
readonly internalType: "bool";
|
|
1227
|
+
readonly name: "isMock";
|
|
1228
|
+
readonly type: "bool";
|
|
1229
|
+
}];
|
|
1230
|
+
readonly internalType: "struct TokenMetadata";
|
|
1231
|
+
readonly name: "vaultToken";
|
|
1232
|
+
readonly type: "tuple";
|
|
1233
|
+
}, {
|
|
1234
|
+
readonly components: readonly [{
|
|
1235
|
+
readonly internalType: "address";
|
|
1236
|
+
readonly name: "token";
|
|
1237
|
+
readonly type: "address";
|
|
1238
|
+
}, {
|
|
1239
|
+
readonly internalType: "string";
|
|
1240
|
+
readonly name: "name";
|
|
1241
|
+
readonly type: "string";
|
|
1242
|
+
}, {
|
|
1243
|
+
readonly internalType: "string";
|
|
1244
|
+
readonly name: "symbol";
|
|
1245
|
+
readonly type: "string";
|
|
1246
|
+
}, {
|
|
1247
|
+
readonly internalType: "uint256";
|
|
1248
|
+
readonly name: "decimals";
|
|
1249
|
+
readonly type: "uint256";
|
|
1250
|
+
}, {
|
|
1251
|
+
readonly internalType: "bool";
|
|
1252
|
+
readonly name: "isMock";
|
|
1253
|
+
readonly type: "bool";
|
|
1254
|
+
}];
|
|
1255
|
+
readonly internalType: "struct TokenMetadata";
|
|
1256
|
+
readonly name: "underlyingToken";
|
|
1257
|
+
readonly type: "tuple";
|
|
1258
|
+
}, {
|
|
1259
|
+
readonly internalType: "address";
|
|
1260
|
+
readonly name: "borrower";
|
|
1261
|
+
readonly type: "address";
|
|
1262
|
+
}, {
|
|
1263
|
+
readonly internalType: "address";
|
|
1264
|
+
readonly name: "controller";
|
|
1265
|
+
readonly type: "address";
|
|
1266
|
+
}, {
|
|
1267
|
+
readonly internalType: "address";
|
|
1268
|
+
readonly name: "feeRecipient";
|
|
1269
|
+
readonly type: "address";
|
|
1270
|
+
}, {
|
|
1271
|
+
readonly internalType: "uint256";
|
|
1272
|
+
readonly name: "interestFeeBips";
|
|
1273
|
+
readonly type: "uint256";
|
|
1274
|
+
}, {
|
|
1275
|
+
readonly internalType: "uint256";
|
|
1276
|
+
readonly name: "penaltyFeeBips";
|
|
1277
|
+
readonly type: "uint256";
|
|
1278
|
+
}, {
|
|
1279
|
+
readonly internalType: "uint256";
|
|
1280
|
+
readonly name: "gracePeriod";
|
|
1281
|
+
readonly type: "uint256";
|
|
1282
|
+
}, {
|
|
1283
|
+
readonly internalType: "uint256";
|
|
1284
|
+
readonly name: "liquidityCoverageRatio";
|
|
1285
|
+
readonly type: "uint256";
|
|
1286
|
+
}, {
|
|
1287
|
+
readonly internalType: "bool";
|
|
1288
|
+
readonly name: "temporaryLiquidityCoverage";
|
|
1289
|
+
readonly type: "bool";
|
|
1290
|
+
}, {
|
|
1291
|
+
readonly internalType: "uint256";
|
|
1292
|
+
readonly name: "originalLiquidityCoverageRatio";
|
|
1293
|
+
readonly type: "uint256";
|
|
1294
|
+
}, {
|
|
1295
|
+
readonly internalType: "uint256";
|
|
1296
|
+
readonly name: "temporaryLiquidityCoverageExpiry";
|
|
1297
|
+
readonly type: "uint256";
|
|
1298
|
+
}, {
|
|
1299
|
+
readonly internalType: "uint256";
|
|
1300
|
+
readonly name: "annualInterestBips";
|
|
1301
|
+
readonly type: "uint256";
|
|
1302
|
+
}, {
|
|
1303
|
+
readonly internalType: "uint256";
|
|
1304
|
+
readonly name: "borrowableAssets";
|
|
1305
|
+
readonly type: "uint256";
|
|
1306
|
+
}, {
|
|
1307
|
+
readonly internalType: "uint256";
|
|
1308
|
+
readonly name: "totalSupply";
|
|
1309
|
+
readonly type: "uint256";
|
|
1310
|
+
}, {
|
|
1311
|
+
readonly internalType: "uint256";
|
|
1312
|
+
readonly name: "maxTotalSupply";
|
|
1313
|
+
readonly type: "uint256";
|
|
1314
|
+
}, {
|
|
1315
|
+
readonly internalType: "uint256";
|
|
1316
|
+
readonly name: "scaledTotalSupply";
|
|
1317
|
+
readonly type: "uint256";
|
|
1318
|
+
}, {
|
|
1319
|
+
readonly internalType: "uint256";
|
|
1320
|
+
readonly name: "totalAssets";
|
|
1321
|
+
readonly type: "uint256";
|
|
1322
|
+
}, {
|
|
1323
|
+
readonly internalType: "uint256";
|
|
1324
|
+
readonly name: "coverageLiquidity";
|
|
1325
|
+
readonly type: "uint256";
|
|
1326
|
+
}, {
|
|
1327
|
+
readonly internalType: "uint256";
|
|
1328
|
+
readonly name: "scaleFactor";
|
|
1329
|
+
readonly type: "uint256";
|
|
1330
|
+
}, {
|
|
1331
|
+
readonly internalType: "uint256";
|
|
1332
|
+
readonly name: "lastAccruedProtocolFees";
|
|
1333
|
+
readonly type: "uint256";
|
|
1334
|
+
}, {
|
|
1335
|
+
readonly internalType: "bool";
|
|
1336
|
+
readonly name: "isDelinquent";
|
|
1337
|
+
readonly type: "bool";
|
|
1338
|
+
}, {
|
|
1339
|
+
readonly internalType: "uint256";
|
|
1340
|
+
readonly name: "timeDelinquent";
|
|
1341
|
+
readonly type: "uint256";
|
|
1342
|
+
}, {
|
|
1343
|
+
readonly internalType: "uint256";
|
|
1344
|
+
readonly name: "lastInterestAccruedTimestamp";
|
|
1345
|
+
readonly type: "uint256";
|
|
1346
|
+
}];
|
|
1347
|
+
readonly internalType: "struct VaultData[]";
|
|
1348
|
+
readonly name: "data";
|
|
1349
|
+
readonly type: "tuple[]";
|
|
1350
|
+
}];
|
|
1351
|
+
readonly stateMutability: "view";
|
|
1352
|
+
readonly type: "function";
|
|
1353
|
+
}, {
|
|
1354
|
+
readonly inputs: readonly [{
|
|
1355
|
+
readonly internalType: "address";
|
|
1356
|
+
readonly name: "account";
|
|
1357
|
+
readonly type: "address";
|
|
1358
|
+
}, {
|
|
1359
|
+
readonly internalType: "address[]";
|
|
1360
|
+
readonly name: "vaults";
|
|
1361
|
+
readonly type: "address[]";
|
|
1362
|
+
}];
|
|
1363
|
+
readonly name: "getVaultsDataWithAccount";
|
|
1364
|
+
readonly outputs: readonly [{
|
|
1365
|
+
readonly components: readonly [{
|
|
1366
|
+
readonly components: readonly [{
|
|
1367
|
+
readonly components: readonly [{
|
|
1368
|
+
readonly internalType: "address";
|
|
1369
|
+
readonly name: "token";
|
|
1370
|
+
readonly type: "address";
|
|
1371
|
+
}, {
|
|
1372
|
+
readonly internalType: "string";
|
|
1373
|
+
readonly name: "name";
|
|
1374
|
+
readonly type: "string";
|
|
1375
|
+
}, {
|
|
1376
|
+
readonly internalType: "string";
|
|
1377
|
+
readonly name: "symbol";
|
|
1378
|
+
readonly type: "string";
|
|
1379
|
+
}, {
|
|
1380
|
+
readonly internalType: "uint256";
|
|
1381
|
+
readonly name: "decimals";
|
|
1382
|
+
readonly type: "uint256";
|
|
1383
|
+
}, {
|
|
1384
|
+
readonly internalType: "bool";
|
|
1385
|
+
readonly name: "isMock";
|
|
1386
|
+
readonly type: "bool";
|
|
1387
|
+
}];
|
|
1388
|
+
readonly internalType: "struct TokenMetadata";
|
|
1389
|
+
readonly name: "vaultToken";
|
|
1390
|
+
readonly type: "tuple";
|
|
1391
|
+
}, {
|
|
1392
|
+
readonly components: readonly [{
|
|
1393
|
+
readonly internalType: "address";
|
|
1394
|
+
readonly name: "token";
|
|
1395
|
+
readonly type: "address";
|
|
1396
|
+
}, {
|
|
1397
|
+
readonly internalType: "string";
|
|
1398
|
+
readonly name: "name";
|
|
1399
|
+
readonly type: "string";
|
|
1400
|
+
}, {
|
|
1401
|
+
readonly internalType: "string";
|
|
1402
|
+
readonly name: "symbol";
|
|
1403
|
+
readonly type: "string";
|
|
1404
|
+
}, {
|
|
1405
|
+
readonly internalType: "uint256";
|
|
1406
|
+
readonly name: "decimals";
|
|
1407
|
+
readonly type: "uint256";
|
|
1408
|
+
}, {
|
|
1409
|
+
readonly internalType: "bool";
|
|
1410
|
+
readonly name: "isMock";
|
|
1411
|
+
readonly type: "bool";
|
|
1412
|
+
}];
|
|
1413
|
+
readonly internalType: "struct TokenMetadata";
|
|
1414
|
+
readonly name: "underlyingToken";
|
|
1415
|
+
readonly type: "tuple";
|
|
1416
|
+
}, {
|
|
1417
|
+
readonly internalType: "address";
|
|
1418
|
+
readonly name: "borrower";
|
|
1419
|
+
readonly type: "address";
|
|
1420
|
+
}, {
|
|
1421
|
+
readonly internalType: "address";
|
|
1422
|
+
readonly name: "controller";
|
|
1423
|
+
readonly type: "address";
|
|
1424
|
+
}, {
|
|
1425
|
+
readonly internalType: "address";
|
|
1426
|
+
readonly name: "feeRecipient";
|
|
1427
|
+
readonly type: "address";
|
|
1428
|
+
}, {
|
|
1429
|
+
readonly internalType: "uint256";
|
|
1430
|
+
readonly name: "interestFeeBips";
|
|
1431
|
+
readonly type: "uint256";
|
|
1432
|
+
}, {
|
|
1433
|
+
readonly internalType: "uint256";
|
|
1434
|
+
readonly name: "penaltyFeeBips";
|
|
1435
|
+
readonly type: "uint256";
|
|
1436
|
+
}, {
|
|
1437
|
+
readonly internalType: "uint256";
|
|
1438
|
+
readonly name: "gracePeriod";
|
|
1439
|
+
readonly type: "uint256";
|
|
1440
|
+
}, {
|
|
1441
|
+
readonly internalType: "uint256";
|
|
1442
|
+
readonly name: "liquidityCoverageRatio";
|
|
1443
|
+
readonly type: "uint256";
|
|
1444
|
+
}, {
|
|
1445
|
+
readonly internalType: "bool";
|
|
1446
|
+
readonly name: "temporaryLiquidityCoverage";
|
|
1447
|
+
readonly type: "bool";
|
|
1448
|
+
}, {
|
|
1449
|
+
readonly internalType: "uint256";
|
|
1450
|
+
readonly name: "originalLiquidityCoverageRatio";
|
|
1451
|
+
readonly type: "uint256";
|
|
1452
|
+
}, {
|
|
1453
|
+
readonly internalType: "uint256";
|
|
1454
|
+
readonly name: "temporaryLiquidityCoverageExpiry";
|
|
1455
|
+
readonly type: "uint256";
|
|
1456
|
+
}, {
|
|
1457
|
+
readonly internalType: "uint256";
|
|
1458
|
+
readonly name: "annualInterestBips";
|
|
1459
|
+
readonly type: "uint256";
|
|
1460
|
+
}, {
|
|
1461
|
+
readonly internalType: "uint256";
|
|
1462
|
+
readonly name: "borrowableAssets";
|
|
1463
|
+
readonly type: "uint256";
|
|
1464
|
+
}, {
|
|
1465
|
+
readonly internalType: "uint256";
|
|
1466
|
+
readonly name: "totalSupply";
|
|
1467
|
+
readonly type: "uint256";
|
|
1468
|
+
}, {
|
|
1469
|
+
readonly internalType: "uint256";
|
|
1470
|
+
readonly name: "maxTotalSupply";
|
|
1471
|
+
readonly type: "uint256";
|
|
1472
|
+
}, {
|
|
1473
|
+
readonly internalType: "uint256";
|
|
1474
|
+
readonly name: "scaledTotalSupply";
|
|
1475
|
+
readonly type: "uint256";
|
|
1476
|
+
}, {
|
|
1477
|
+
readonly internalType: "uint256";
|
|
1478
|
+
readonly name: "totalAssets";
|
|
1479
|
+
readonly type: "uint256";
|
|
1480
|
+
}, {
|
|
1481
|
+
readonly internalType: "uint256";
|
|
1482
|
+
readonly name: "coverageLiquidity";
|
|
1483
|
+
readonly type: "uint256";
|
|
1484
|
+
}, {
|
|
1485
|
+
readonly internalType: "uint256";
|
|
1486
|
+
readonly name: "scaleFactor";
|
|
1487
|
+
readonly type: "uint256";
|
|
1488
|
+
}, {
|
|
1489
|
+
readonly internalType: "uint256";
|
|
1490
|
+
readonly name: "lastAccruedProtocolFees";
|
|
1491
|
+
readonly type: "uint256";
|
|
1492
|
+
}, {
|
|
1493
|
+
readonly internalType: "bool";
|
|
1494
|
+
readonly name: "isDelinquent";
|
|
1495
|
+
readonly type: "bool";
|
|
1496
|
+
}, {
|
|
1497
|
+
readonly internalType: "uint256";
|
|
1498
|
+
readonly name: "timeDelinquent";
|
|
1499
|
+
readonly type: "uint256";
|
|
1500
|
+
}, {
|
|
1501
|
+
readonly internalType: "uint256";
|
|
1502
|
+
readonly name: "lastInterestAccruedTimestamp";
|
|
1503
|
+
readonly type: "uint256";
|
|
1504
|
+
}];
|
|
1505
|
+
readonly internalType: "struct VaultData";
|
|
1506
|
+
readonly name: "vault";
|
|
1507
|
+
readonly type: "tuple";
|
|
1508
|
+
}, {
|
|
1509
|
+
readonly components: readonly [{
|
|
1510
|
+
readonly internalType: "uint256";
|
|
1511
|
+
readonly name: "scaledBalance";
|
|
1512
|
+
readonly type: "uint256";
|
|
1513
|
+
}, {
|
|
1514
|
+
readonly internalType: "uint256";
|
|
1515
|
+
readonly name: "normalizedBalance";
|
|
1516
|
+
readonly type: "uint256";
|
|
1517
|
+
}, {
|
|
1518
|
+
readonly internalType: "uint256";
|
|
1519
|
+
readonly name: "underlyingBalance";
|
|
1520
|
+
readonly type: "uint256";
|
|
1521
|
+
}, {
|
|
1522
|
+
readonly internalType: "uint256";
|
|
1523
|
+
readonly name: "underlyingApproval";
|
|
1524
|
+
readonly type: "uint256";
|
|
1525
|
+
}];
|
|
1526
|
+
readonly internalType: "struct AccountVaultInfo";
|
|
1527
|
+
readonly name: "account";
|
|
1528
|
+
readonly type: "tuple";
|
|
1529
|
+
}];
|
|
1530
|
+
readonly internalType: "struct VaultDataWithAccount[]";
|
|
1531
|
+
readonly name: "data";
|
|
1532
|
+
readonly type: "tuple[]";
|
|
1533
|
+
}];
|
|
1534
|
+
readonly stateMutability: "view";
|
|
1535
|
+
readonly type: "function";
|
|
400
1536
|
}];
|
|
401
1537
|
static createInterface(): VaultLensInterface;
|
|
402
1538
|
static connect(address: string, signerOrProvider: Signer | Provider): VaultLens;
|
|
403
1539
|
}
|
|
404
|
-
export {};
|
|
405
1540
|
//# sourceMappingURL=VaultLens__factory.d.ts.map
|