morpho-contracts-helper 0.0.6 → 0.0.7
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/contracts/external/morpho/interfaces/IERC2612.sol +10 -0
- package/contracts/external/morpho/interfaces/IVaultV2.sol +106 -0
- package/contracts/external/morpho/interfaces/IVaultV2Factory.sol +15 -0
- package/dist/typechain-types/contracts/external/morpho/interfaces/IERC2612.d.ts +62 -0
- package/dist/typechain-types/contracts/external/morpho/interfaces/IERC2612.d.ts.map +1 -0
- package/dist/typechain-types/contracts/external/morpho/interfaces/IERC2612.js +3 -0
- package/dist/typechain-types/contracts/external/morpho/interfaces/IERC2612.js.map +1 -0
- package/dist/typechain-types/contracts/external/morpho/interfaces/IVaultV2.d.ts +598 -0
- package/dist/typechain-types/contracts/external/morpho/interfaces/IVaultV2.d.ts.map +1 -0
- package/dist/typechain-types/contracts/external/morpho/interfaces/IVaultV2.js +3 -0
- package/dist/typechain-types/contracts/external/morpho/interfaces/IVaultV2.js.map +1 -0
- package/dist/typechain-types/contracts/external/morpho/interfaces/IVaultV2Factory.d.ts +87 -0
- package/dist/typechain-types/contracts/external/morpho/interfaces/IVaultV2Factory.d.ts.map +1 -0
- package/dist/typechain-types/contracts/external/morpho/interfaces/IVaultV2Factory.js +3 -0
- package/dist/typechain-types/contracts/external/morpho/interfaces/IVaultV2Factory.js.map +1 -0
- package/dist/typechain-types/contracts/external/morpho/interfaces/index.d.ts +3 -0
- package/dist/typechain-types/contracts/external/morpho/interfaces/index.d.ts.map +1 -1
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/IERC2612__factory.d.ts +66 -0
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/IERC2612__factory.d.ts.map +1 -0
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/IERC2612__factory.js +96 -0
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/IERC2612__factory.js.map +1 -0
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/IVaultV2Factory__factory.d.ts +91 -0
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/IVaultV2Factory__factory.d.ts.map +1 -0
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/IVaultV2Factory__factory.js +129 -0
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/IVaultV2Factory__factory.js.map +1 -0
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/IVaultV2__factory.d.ts +906 -0
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/IVaultV2__factory.d.ts.map +1 -0
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/IVaultV2__factory.js +1197 -0
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/IVaultV2__factory.js.map +1 -0
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/index.d.ts +3 -0
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/index.d.ts.map +1 -1
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/index.js +7 -1
- package/dist/typechain-types/factories/contracts/external/morpho/interfaces/index.js.map +1 -1
- package/dist/typechain-types/index.d.ts +6 -0
- package/dist/typechain-types/index.d.ts.map +1 -1
- package/dist/typechain-types/index.js +7 -1
- package/dist/typechain-types/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,598 @@
|
|
|
1
|
+
import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, Interface, AddressLike, ContractRunner, ContractMethod, Listener } from "ethers";
|
|
2
|
+
import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedListener, TypedContractMethod } from "../../../../common";
|
|
3
|
+
export interface IVaultV2Interface extends Interface {
|
|
4
|
+
getFunction(nameOrSignature: "DOMAIN_SEPARATOR" | "_totalAssets" | "abdicate" | "abdicated" | "absoluteCap" | "accrueInterest" | "accrueInterestView" | "adapterRegistry" | "adapters" | "adaptersLength" | "addAdapter" | "allocate" | "allocation" | "canReceiveAssets" | "canReceiveShares" | "canSendAssets" | "canSendShares" | "convertToAssets" | "curator" | "deallocate" | "decreaseAbsoluteCap" | "decreaseRelativeCap" | "decreaseTimelock" | "executableAt" | "firstTotalAssets" | "forceDeallocate" | "forceDeallocatePenalty" | "increaseAbsoluteCap" | "increaseRelativeCap" | "increaseTimelock" | "isAdapter" | "isAllocator" | "isSentinel" | "lastUpdate" | "liquidityAdapter" | "liquidityData" | "managementFee" | "managementFeeRecipient" | "maxRate" | "multicall" | "nonces" | "owner" | "performanceFee" | "performanceFeeRecipient" | "permit" | "receiveAssetsGate" | "receiveSharesGate" | "relativeCap" | "removeAdapter" | "revoke" | "sendAssetsGate" | "sendSharesGate" | "setAdapterRegistry" | "setCurator" | "setForceDeallocatePenalty" | "setIsAllocator" | "setIsSentinel" | "setLiquidityAdapterAndData" | "setManagementFee" | "setManagementFeeRecipient" | "setMaxRate" | "setName" | "setOwner" | "setPerformanceFee" | "setPerformanceFeeRecipient" | "setReceiveAssetsGate" | "setReceiveSharesGate" | "setSendAssetsGate" | "setSendSharesGate" | "setSymbol" | "submit" | "timelock" | "virtualShares"): FunctionFragment;
|
|
5
|
+
encodeFunctionData(functionFragment: "DOMAIN_SEPARATOR", values?: undefined): string;
|
|
6
|
+
encodeFunctionData(functionFragment: "_totalAssets", values?: undefined): string;
|
|
7
|
+
encodeFunctionData(functionFragment: "abdicate", values: [BytesLike]): string;
|
|
8
|
+
encodeFunctionData(functionFragment: "abdicated", values: [BytesLike]): string;
|
|
9
|
+
encodeFunctionData(functionFragment: "absoluteCap", values: [BytesLike]): string;
|
|
10
|
+
encodeFunctionData(functionFragment: "accrueInterest", values?: undefined): string;
|
|
11
|
+
encodeFunctionData(functionFragment: "accrueInterestView", values?: undefined): string;
|
|
12
|
+
encodeFunctionData(functionFragment: "adapterRegistry", values?: undefined): string;
|
|
13
|
+
encodeFunctionData(functionFragment: "adapters", values: [BigNumberish]): string;
|
|
14
|
+
encodeFunctionData(functionFragment: "adaptersLength", values?: undefined): string;
|
|
15
|
+
encodeFunctionData(functionFragment: "addAdapter", values: [AddressLike]): string;
|
|
16
|
+
encodeFunctionData(functionFragment: "allocate", values: [AddressLike, BytesLike, BigNumberish]): string;
|
|
17
|
+
encodeFunctionData(functionFragment: "allocation", values: [BytesLike]): string;
|
|
18
|
+
encodeFunctionData(functionFragment: "canReceiveAssets", values: [AddressLike]): string;
|
|
19
|
+
encodeFunctionData(functionFragment: "canReceiveShares", values: [AddressLike]): string;
|
|
20
|
+
encodeFunctionData(functionFragment: "canSendAssets", values: [AddressLike]): string;
|
|
21
|
+
encodeFunctionData(functionFragment: "canSendShares", values: [AddressLike]): string;
|
|
22
|
+
encodeFunctionData(functionFragment: "convertToAssets", values: [BigNumberish]): string;
|
|
23
|
+
encodeFunctionData(functionFragment: "curator", values?: undefined): string;
|
|
24
|
+
encodeFunctionData(functionFragment: "deallocate", values: [AddressLike, BytesLike, BigNumberish]): string;
|
|
25
|
+
encodeFunctionData(functionFragment: "decreaseAbsoluteCap", values: [BytesLike, BigNumberish]): string;
|
|
26
|
+
encodeFunctionData(functionFragment: "decreaseRelativeCap", values: [BytesLike, BigNumberish]): string;
|
|
27
|
+
encodeFunctionData(functionFragment: "decreaseTimelock", values: [BytesLike, BigNumberish]): string;
|
|
28
|
+
encodeFunctionData(functionFragment: "executableAt", values: [BytesLike]): string;
|
|
29
|
+
encodeFunctionData(functionFragment: "firstTotalAssets", values?: undefined): string;
|
|
30
|
+
encodeFunctionData(functionFragment: "forceDeallocate", values: [AddressLike, BytesLike, BigNumberish, AddressLike]): string;
|
|
31
|
+
encodeFunctionData(functionFragment: "forceDeallocatePenalty", values: [AddressLike]): string;
|
|
32
|
+
encodeFunctionData(functionFragment: "increaseAbsoluteCap", values: [BytesLike, BigNumberish]): string;
|
|
33
|
+
encodeFunctionData(functionFragment: "increaseRelativeCap", values: [BytesLike, BigNumberish]): string;
|
|
34
|
+
encodeFunctionData(functionFragment: "increaseTimelock", values: [BytesLike, BigNumberish]): string;
|
|
35
|
+
encodeFunctionData(functionFragment: "isAdapter", values: [AddressLike]): string;
|
|
36
|
+
encodeFunctionData(functionFragment: "isAllocator", values: [AddressLike]): string;
|
|
37
|
+
encodeFunctionData(functionFragment: "isSentinel", values: [AddressLike]): string;
|
|
38
|
+
encodeFunctionData(functionFragment: "lastUpdate", values?: undefined): string;
|
|
39
|
+
encodeFunctionData(functionFragment: "liquidityAdapter", values?: undefined): string;
|
|
40
|
+
encodeFunctionData(functionFragment: "liquidityData", values?: undefined): string;
|
|
41
|
+
encodeFunctionData(functionFragment: "managementFee", values?: undefined): string;
|
|
42
|
+
encodeFunctionData(functionFragment: "managementFeeRecipient", values?: undefined): string;
|
|
43
|
+
encodeFunctionData(functionFragment: "maxRate", values?: undefined): string;
|
|
44
|
+
encodeFunctionData(functionFragment: "multicall", values: [BytesLike[]]): string;
|
|
45
|
+
encodeFunctionData(functionFragment: "nonces", values: [AddressLike]): string;
|
|
46
|
+
encodeFunctionData(functionFragment: "owner", values?: undefined): string;
|
|
47
|
+
encodeFunctionData(functionFragment: "performanceFee", values?: undefined): string;
|
|
48
|
+
encodeFunctionData(functionFragment: "performanceFeeRecipient", values?: undefined): string;
|
|
49
|
+
encodeFunctionData(functionFragment: "permit", values: [
|
|
50
|
+
AddressLike,
|
|
51
|
+
AddressLike,
|
|
52
|
+
BigNumberish,
|
|
53
|
+
BigNumberish,
|
|
54
|
+
BigNumberish,
|
|
55
|
+
BytesLike,
|
|
56
|
+
BytesLike
|
|
57
|
+
]): string;
|
|
58
|
+
encodeFunctionData(functionFragment: "receiveAssetsGate", values?: undefined): string;
|
|
59
|
+
encodeFunctionData(functionFragment: "receiveSharesGate", values?: undefined): string;
|
|
60
|
+
encodeFunctionData(functionFragment: "relativeCap", values: [BytesLike]): string;
|
|
61
|
+
encodeFunctionData(functionFragment: "removeAdapter", values: [AddressLike]): string;
|
|
62
|
+
encodeFunctionData(functionFragment: "revoke", values: [BytesLike]): string;
|
|
63
|
+
encodeFunctionData(functionFragment: "sendAssetsGate", values?: undefined): string;
|
|
64
|
+
encodeFunctionData(functionFragment: "sendSharesGate", values?: undefined): string;
|
|
65
|
+
encodeFunctionData(functionFragment: "setAdapterRegistry", values: [AddressLike]): string;
|
|
66
|
+
encodeFunctionData(functionFragment: "setCurator", values: [AddressLike]): string;
|
|
67
|
+
encodeFunctionData(functionFragment: "setForceDeallocatePenalty", values: [AddressLike, BigNumberish]): string;
|
|
68
|
+
encodeFunctionData(functionFragment: "setIsAllocator", values: [AddressLike, boolean]): string;
|
|
69
|
+
encodeFunctionData(functionFragment: "setIsSentinel", values: [AddressLike, boolean]): string;
|
|
70
|
+
encodeFunctionData(functionFragment: "setLiquidityAdapterAndData", values: [AddressLike, BytesLike]): string;
|
|
71
|
+
encodeFunctionData(functionFragment: "setManagementFee", values: [BigNumberish]): string;
|
|
72
|
+
encodeFunctionData(functionFragment: "setManagementFeeRecipient", values: [AddressLike]): string;
|
|
73
|
+
encodeFunctionData(functionFragment: "setMaxRate", values: [BigNumberish]): string;
|
|
74
|
+
encodeFunctionData(functionFragment: "setName", values: [string]): string;
|
|
75
|
+
encodeFunctionData(functionFragment: "setOwner", values: [AddressLike]): string;
|
|
76
|
+
encodeFunctionData(functionFragment: "setPerformanceFee", values: [BigNumberish]): string;
|
|
77
|
+
encodeFunctionData(functionFragment: "setPerformanceFeeRecipient", values: [AddressLike]): string;
|
|
78
|
+
encodeFunctionData(functionFragment: "setReceiveAssetsGate", values: [AddressLike]): string;
|
|
79
|
+
encodeFunctionData(functionFragment: "setReceiveSharesGate", values: [AddressLike]): string;
|
|
80
|
+
encodeFunctionData(functionFragment: "setSendAssetsGate", values: [AddressLike]): string;
|
|
81
|
+
encodeFunctionData(functionFragment: "setSendSharesGate", values: [AddressLike]): string;
|
|
82
|
+
encodeFunctionData(functionFragment: "setSymbol", values: [string]): string;
|
|
83
|
+
encodeFunctionData(functionFragment: "submit", values: [BytesLike]): string;
|
|
84
|
+
encodeFunctionData(functionFragment: "timelock", values: [BytesLike]): string;
|
|
85
|
+
encodeFunctionData(functionFragment: "virtualShares", values?: undefined): string;
|
|
86
|
+
decodeFunctionResult(functionFragment: "DOMAIN_SEPARATOR", data: BytesLike): Result;
|
|
87
|
+
decodeFunctionResult(functionFragment: "_totalAssets", data: BytesLike): Result;
|
|
88
|
+
decodeFunctionResult(functionFragment: "abdicate", data: BytesLike): Result;
|
|
89
|
+
decodeFunctionResult(functionFragment: "abdicated", data: BytesLike): Result;
|
|
90
|
+
decodeFunctionResult(functionFragment: "absoluteCap", data: BytesLike): Result;
|
|
91
|
+
decodeFunctionResult(functionFragment: "accrueInterest", data: BytesLike): Result;
|
|
92
|
+
decodeFunctionResult(functionFragment: "accrueInterestView", data: BytesLike): Result;
|
|
93
|
+
decodeFunctionResult(functionFragment: "adapterRegistry", data: BytesLike): Result;
|
|
94
|
+
decodeFunctionResult(functionFragment: "adapters", data: BytesLike): Result;
|
|
95
|
+
decodeFunctionResult(functionFragment: "adaptersLength", data: BytesLike): Result;
|
|
96
|
+
decodeFunctionResult(functionFragment: "addAdapter", data: BytesLike): Result;
|
|
97
|
+
decodeFunctionResult(functionFragment: "allocate", data: BytesLike): Result;
|
|
98
|
+
decodeFunctionResult(functionFragment: "allocation", data: BytesLike): Result;
|
|
99
|
+
decodeFunctionResult(functionFragment: "canReceiveAssets", data: BytesLike): Result;
|
|
100
|
+
decodeFunctionResult(functionFragment: "canReceiveShares", data: BytesLike): Result;
|
|
101
|
+
decodeFunctionResult(functionFragment: "canSendAssets", data: BytesLike): Result;
|
|
102
|
+
decodeFunctionResult(functionFragment: "canSendShares", data: BytesLike): Result;
|
|
103
|
+
decodeFunctionResult(functionFragment: "convertToAssets", data: BytesLike): Result;
|
|
104
|
+
decodeFunctionResult(functionFragment: "curator", data: BytesLike): Result;
|
|
105
|
+
decodeFunctionResult(functionFragment: "deallocate", data: BytesLike): Result;
|
|
106
|
+
decodeFunctionResult(functionFragment: "decreaseAbsoluteCap", data: BytesLike): Result;
|
|
107
|
+
decodeFunctionResult(functionFragment: "decreaseRelativeCap", data: BytesLike): Result;
|
|
108
|
+
decodeFunctionResult(functionFragment: "decreaseTimelock", data: BytesLike): Result;
|
|
109
|
+
decodeFunctionResult(functionFragment: "executableAt", data: BytesLike): Result;
|
|
110
|
+
decodeFunctionResult(functionFragment: "firstTotalAssets", data: BytesLike): Result;
|
|
111
|
+
decodeFunctionResult(functionFragment: "forceDeallocate", data: BytesLike): Result;
|
|
112
|
+
decodeFunctionResult(functionFragment: "forceDeallocatePenalty", data: BytesLike): Result;
|
|
113
|
+
decodeFunctionResult(functionFragment: "increaseAbsoluteCap", data: BytesLike): Result;
|
|
114
|
+
decodeFunctionResult(functionFragment: "increaseRelativeCap", data: BytesLike): Result;
|
|
115
|
+
decodeFunctionResult(functionFragment: "increaseTimelock", data: BytesLike): Result;
|
|
116
|
+
decodeFunctionResult(functionFragment: "isAdapter", data: BytesLike): Result;
|
|
117
|
+
decodeFunctionResult(functionFragment: "isAllocator", data: BytesLike): Result;
|
|
118
|
+
decodeFunctionResult(functionFragment: "isSentinel", data: BytesLike): Result;
|
|
119
|
+
decodeFunctionResult(functionFragment: "lastUpdate", data: BytesLike): Result;
|
|
120
|
+
decodeFunctionResult(functionFragment: "liquidityAdapter", data: BytesLike): Result;
|
|
121
|
+
decodeFunctionResult(functionFragment: "liquidityData", data: BytesLike): Result;
|
|
122
|
+
decodeFunctionResult(functionFragment: "managementFee", data: BytesLike): Result;
|
|
123
|
+
decodeFunctionResult(functionFragment: "managementFeeRecipient", data: BytesLike): Result;
|
|
124
|
+
decodeFunctionResult(functionFragment: "maxRate", data: BytesLike): Result;
|
|
125
|
+
decodeFunctionResult(functionFragment: "multicall", data: BytesLike): Result;
|
|
126
|
+
decodeFunctionResult(functionFragment: "nonces", data: BytesLike): Result;
|
|
127
|
+
decodeFunctionResult(functionFragment: "owner", data: BytesLike): Result;
|
|
128
|
+
decodeFunctionResult(functionFragment: "performanceFee", data: BytesLike): Result;
|
|
129
|
+
decodeFunctionResult(functionFragment: "performanceFeeRecipient", data: BytesLike): Result;
|
|
130
|
+
decodeFunctionResult(functionFragment: "permit", data: BytesLike): Result;
|
|
131
|
+
decodeFunctionResult(functionFragment: "receiveAssetsGate", data: BytesLike): Result;
|
|
132
|
+
decodeFunctionResult(functionFragment: "receiveSharesGate", data: BytesLike): Result;
|
|
133
|
+
decodeFunctionResult(functionFragment: "relativeCap", data: BytesLike): Result;
|
|
134
|
+
decodeFunctionResult(functionFragment: "removeAdapter", data: BytesLike): Result;
|
|
135
|
+
decodeFunctionResult(functionFragment: "revoke", data: BytesLike): Result;
|
|
136
|
+
decodeFunctionResult(functionFragment: "sendAssetsGate", data: BytesLike): Result;
|
|
137
|
+
decodeFunctionResult(functionFragment: "sendSharesGate", data: BytesLike): Result;
|
|
138
|
+
decodeFunctionResult(functionFragment: "setAdapterRegistry", data: BytesLike): Result;
|
|
139
|
+
decodeFunctionResult(functionFragment: "setCurator", data: BytesLike): Result;
|
|
140
|
+
decodeFunctionResult(functionFragment: "setForceDeallocatePenalty", data: BytesLike): Result;
|
|
141
|
+
decodeFunctionResult(functionFragment: "setIsAllocator", data: BytesLike): Result;
|
|
142
|
+
decodeFunctionResult(functionFragment: "setIsSentinel", data: BytesLike): Result;
|
|
143
|
+
decodeFunctionResult(functionFragment: "setLiquidityAdapterAndData", data: BytesLike): Result;
|
|
144
|
+
decodeFunctionResult(functionFragment: "setManagementFee", data: BytesLike): Result;
|
|
145
|
+
decodeFunctionResult(functionFragment: "setManagementFeeRecipient", data: BytesLike): Result;
|
|
146
|
+
decodeFunctionResult(functionFragment: "setMaxRate", data: BytesLike): Result;
|
|
147
|
+
decodeFunctionResult(functionFragment: "setName", data: BytesLike): Result;
|
|
148
|
+
decodeFunctionResult(functionFragment: "setOwner", data: BytesLike): Result;
|
|
149
|
+
decodeFunctionResult(functionFragment: "setPerformanceFee", data: BytesLike): Result;
|
|
150
|
+
decodeFunctionResult(functionFragment: "setPerformanceFeeRecipient", data: BytesLike): Result;
|
|
151
|
+
decodeFunctionResult(functionFragment: "setReceiveAssetsGate", data: BytesLike): Result;
|
|
152
|
+
decodeFunctionResult(functionFragment: "setReceiveSharesGate", data: BytesLike): Result;
|
|
153
|
+
decodeFunctionResult(functionFragment: "setSendAssetsGate", data: BytesLike): Result;
|
|
154
|
+
decodeFunctionResult(functionFragment: "setSendSharesGate", data: BytesLike): Result;
|
|
155
|
+
decodeFunctionResult(functionFragment: "setSymbol", data: BytesLike): Result;
|
|
156
|
+
decodeFunctionResult(functionFragment: "submit", data: BytesLike): Result;
|
|
157
|
+
decodeFunctionResult(functionFragment: "timelock", data: BytesLike): Result;
|
|
158
|
+
decodeFunctionResult(functionFragment: "virtualShares", data: BytesLike): Result;
|
|
159
|
+
}
|
|
160
|
+
export interface IVaultV2 extends BaseContract {
|
|
161
|
+
connect(runner?: ContractRunner | null): IVaultV2;
|
|
162
|
+
waitForDeployment(): Promise<this>;
|
|
163
|
+
interface: IVaultV2Interface;
|
|
164
|
+
queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
165
|
+
queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
166
|
+
on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
167
|
+
on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
168
|
+
once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
169
|
+
once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
170
|
+
listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
|
|
171
|
+
listeners(eventName?: string): Promise<Array<Listener>>;
|
|
172
|
+
removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
|
|
173
|
+
DOMAIN_SEPARATOR: TypedContractMethod<[], [string], "view">;
|
|
174
|
+
_totalAssets: TypedContractMethod<[], [bigint], "view">;
|
|
175
|
+
abdicate: TypedContractMethod<[selector: BytesLike], [void], "nonpayable">;
|
|
176
|
+
abdicated: TypedContractMethod<[selector: BytesLike], [boolean], "view">;
|
|
177
|
+
absoluteCap: TypedContractMethod<[id: BytesLike], [bigint], "view">;
|
|
178
|
+
accrueInterest: TypedContractMethod<[], [void], "nonpayable">;
|
|
179
|
+
accrueInterestView: TypedContractMethod<[
|
|
180
|
+
], [
|
|
181
|
+
[
|
|
182
|
+
bigint,
|
|
183
|
+
bigint,
|
|
184
|
+
bigint
|
|
185
|
+
] & {
|
|
186
|
+
newTotalAssets: bigint;
|
|
187
|
+
performanceFeeShares: bigint;
|
|
188
|
+
managementFeeShares: bigint;
|
|
189
|
+
}
|
|
190
|
+
], "view">;
|
|
191
|
+
adapterRegistry: TypedContractMethod<[], [string], "view">;
|
|
192
|
+
adapters: TypedContractMethod<[index: BigNumberish], [string], "view">;
|
|
193
|
+
adaptersLength: TypedContractMethod<[], [bigint], "view">;
|
|
194
|
+
addAdapter: TypedContractMethod<[account: AddressLike], [void], "nonpayable">;
|
|
195
|
+
allocate: TypedContractMethod<[
|
|
196
|
+
adapter: AddressLike,
|
|
197
|
+
data: BytesLike,
|
|
198
|
+
assets: BigNumberish
|
|
199
|
+
], [
|
|
200
|
+
void
|
|
201
|
+
], "nonpayable">;
|
|
202
|
+
allocation: TypedContractMethod<[id: BytesLike], [bigint], "view">;
|
|
203
|
+
canReceiveAssets: TypedContractMethod<[
|
|
204
|
+
account: AddressLike
|
|
205
|
+
], [
|
|
206
|
+
boolean
|
|
207
|
+
], "view">;
|
|
208
|
+
canReceiveShares: TypedContractMethod<[
|
|
209
|
+
account: AddressLike
|
|
210
|
+
], [
|
|
211
|
+
boolean
|
|
212
|
+
], "view">;
|
|
213
|
+
canSendAssets: TypedContractMethod<[account: AddressLike], [boolean], "view">;
|
|
214
|
+
canSendShares: TypedContractMethod<[account: AddressLike], [boolean], "view">;
|
|
215
|
+
convertToAssets: TypedContractMethod<[arg0: BigNumberish], [bigint], "view">;
|
|
216
|
+
curator: TypedContractMethod<[], [string], "view">;
|
|
217
|
+
deallocate: TypedContractMethod<[
|
|
218
|
+
adapter: AddressLike,
|
|
219
|
+
data: BytesLike,
|
|
220
|
+
assets: BigNumberish
|
|
221
|
+
], [
|
|
222
|
+
void
|
|
223
|
+
], "nonpayable">;
|
|
224
|
+
decreaseAbsoluteCap: TypedContractMethod<[
|
|
225
|
+
idData: BytesLike,
|
|
226
|
+
newAbsoluteCap: BigNumberish
|
|
227
|
+
], [
|
|
228
|
+
void
|
|
229
|
+
], "nonpayable">;
|
|
230
|
+
decreaseRelativeCap: TypedContractMethod<[
|
|
231
|
+
idData: BytesLike,
|
|
232
|
+
newRelativeCap: BigNumberish
|
|
233
|
+
], [
|
|
234
|
+
void
|
|
235
|
+
], "nonpayable">;
|
|
236
|
+
decreaseTimelock: TypedContractMethod<[
|
|
237
|
+
selector: BytesLike,
|
|
238
|
+
newDuration: BigNumberish
|
|
239
|
+
], [
|
|
240
|
+
void
|
|
241
|
+
], "nonpayable">;
|
|
242
|
+
executableAt: TypedContractMethod<[data: BytesLike], [bigint], "view">;
|
|
243
|
+
firstTotalAssets: TypedContractMethod<[], [bigint], "view">;
|
|
244
|
+
forceDeallocate: TypedContractMethod<[
|
|
245
|
+
adapter: AddressLike,
|
|
246
|
+
data: BytesLike,
|
|
247
|
+
assets: BigNumberish,
|
|
248
|
+
onBehalf: AddressLike
|
|
249
|
+
], [
|
|
250
|
+
bigint
|
|
251
|
+
], "nonpayable">;
|
|
252
|
+
forceDeallocatePenalty: TypedContractMethod<[
|
|
253
|
+
adapter: AddressLike
|
|
254
|
+
], [
|
|
255
|
+
bigint
|
|
256
|
+
], "view">;
|
|
257
|
+
increaseAbsoluteCap: TypedContractMethod<[
|
|
258
|
+
idData: BytesLike,
|
|
259
|
+
newAbsoluteCap: BigNumberish
|
|
260
|
+
], [
|
|
261
|
+
void
|
|
262
|
+
], "nonpayable">;
|
|
263
|
+
increaseRelativeCap: TypedContractMethod<[
|
|
264
|
+
idData: BytesLike,
|
|
265
|
+
newRelativeCap: BigNumberish
|
|
266
|
+
], [
|
|
267
|
+
void
|
|
268
|
+
], "nonpayable">;
|
|
269
|
+
increaseTimelock: TypedContractMethod<[
|
|
270
|
+
selector: BytesLike,
|
|
271
|
+
newDuration: BigNumberish
|
|
272
|
+
], [
|
|
273
|
+
void
|
|
274
|
+
], "nonpayable">;
|
|
275
|
+
isAdapter: TypedContractMethod<[account: AddressLike], [boolean], "view">;
|
|
276
|
+
isAllocator: TypedContractMethod<[account: AddressLike], [boolean], "view">;
|
|
277
|
+
isSentinel: TypedContractMethod<[account: AddressLike], [boolean], "view">;
|
|
278
|
+
lastUpdate: TypedContractMethod<[], [bigint], "view">;
|
|
279
|
+
liquidityAdapter: TypedContractMethod<[], [string], "view">;
|
|
280
|
+
liquidityData: TypedContractMethod<[], [string], "view">;
|
|
281
|
+
managementFee: TypedContractMethod<[], [bigint], "view">;
|
|
282
|
+
managementFeeRecipient: TypedContractMethod<[], [string], "view">;
|
|
283
|
+
maxRate: TypedContractMethod<[], [bigint], "view">;
|
|
284
|
+
multicall: TypedContractMethod<[data: BytesLike[]], [void], "nonpayable">;
|
|
285
|
+
nonces: TypedContractMethod<[owner: AddressLike], [bigint], "view">;
|
|
286
|
+
owner: TypedContractMethod<[], [string], "view">;
|
|
287
|
+
performanceFee: TypedContractMethod<[], [bigint], "view">;
|
|
288
|
+
performanceFeeRecipient: TypedContractMethod<[], [string], "view">;
|
|
289
|
+
permit: TypedContractMethod<[
|
|
290
|
+
owner: AddressLike,
|
|
291
|
+
spender: AddressLike,
|
|
292
|
+
shares: BigNumberish,
|
|
293
|
+
deadline: BigNumberish,
|
|
294
|
+
v: BigNumberish,
|
|
295
|
+
r: BytesLike,
|
|
296
|
+
s: BytesLike
|
|
297
|
+
], [
|
|
298
|
+
void
|
|
299
|
+
], "nonpayable">;
|
|
300
|
+
receiveAssetsGate: TypedContractMethod<[], [string], "view">;
|
|
301
|
+
receiveSharesGate: TypedContractMethod<[], [string], "view">;
|
|
302
|
+
relativeCap: TypedContractMethod<[id: BytesLike], [bigint], "view">;
|
|
303
|
+
removeAdapter: TypedContractMethod<[
|
|
304
|
+
account: AddressLike
|
|
305
|
+
], [
|
|
306
|
+
void
|
|
307
|
+
], "nonpayable">;
|
|
308
|
+
revoke: TypedContractMethod<[data: BytesLike], [void], "nonpayable">;
|
|
309
|
+
sendAssetsGate: TypedContractMethod<[], [string], "view">;
|
|
310
|
+
sendSharesGate: TypedContractMethod<[], [string], "view">;
|
|
311
|
+
setAdapterRegistry: TypedContractMethod<[
|
|
312
|
+
newAdapterRegistry: AddressLike
|
|
313
|
+
], [
|
|
314
|
+
void
|
|
315
|
+
], "nonpayable">;
|
|
316
|
+
setCurator: TypedContractMethod<[
|
|
317
|
+
newCurator: AddressLike
|
|
318
|
+
], [
|
|
319
|
+
void
|
|
320
|
+
], "nonpayable">;
|
|
321
|
+
setForceDeallocatePenalty: TypedContractMethod<[
|
|
322
|
+
adapter: AddressLike,
|
|
323
|
+
newForceDeallocatePenalty: BigNumberish
|
|
324
|
+
], [
|
|
325
|
+
void
|
|
326
|
+
], "nonpayable">;
|
|
327
|
+
setIsAllocator: TypedContractMethod<[
|
|
328
|
+
account: AddressLike,
|
|
329
|
+
newIsAllocator: boolean
|
|
330
|
+
], [
|
|
331
|
+
void
|
|
332
|
+
], "nonpayable">;
|
|
333
|
+
setIsSentinel: TypedContractMethod<[
|
|
334
|
+
account: AddressLike,
|
|
335
|
+
isSentinel: boolean
|
|
336
|
+
], [
|
|
337
|
+
void
|
|
338
|
+
], "nonpayable">;
|
|
339
|
+
setLiquidityAdapterAndData: TypedContractMethod<[
|
|
340
|
+
newLiquidityAdapter: AddressLike,
|
|
341
|
+
newLiquidityData: BytesLike
|
|
342
|
+
], [
|
|
343
|
+
void
|
|
344
|
+
], "nonpayable">;
|
|
345
|
+
setManagementFee: TypedContractMethod<[
|
|
346
|
+
newManagementFee: BigNumberish
|
|
347
|
+
], [
|
|
348
|
+
void
|
|
349
|
+
], "nonpayable">;
|
|
350
|
+
setManagementFeeRecipient: TypedContractMethod<[
|
|
351
|
+
newManagementFeeRecipient: AddressLike
|
|
352
|
+
], [
|
|
353
|
+
void
|
|
354
|
+
], "nonpayable">;
|
|
355
|
+
setMaxRate: TypedContractMethod<[
|
|
356
|
+
newMaxRate: BigNumberish
|
|
357
|
+
], [
|
|
358
|
+
void
|
|
359
|
+
], "nonpayable">;
|
|
360
|
+
setName: TypedContractMethod<[newName: string], [void], "nonpayable">;
|
|
361
|
+
setOwner: TypedContractMethod<[newOwner: AddressLike], [void], "nonpayable">;
|
|
362
|
+
setPerformanceFee: TypedContractMethod<[
|
|
363
|
+
newPerformanceFee: BigNumberish
|
|
364
|
+
], [
|
|
365
|
+
void
|
|
366
|
+
], "nonpayable">;
|
|
367
|
+
setPerformanceFeeRecipient: TypedContractMethod<[
|
|
368
|
+
newPerformanceFeeRecipient: AddressLike
|
|
369
|
+
], [
|
|
370
|
+
void
|
|
371
|
+
], "nonpayable">;
|
|
372
|
+
setReceiveAssetsGate: TypedContractMethod<[
|
|
373
|
+
newReceiveAssetsGate: AddressLike
|
|
374
|
+
], [
|
|
375
|
+
void
|
|
376
|
+
], "nonpayable">;
|
|
377
|
+
setReceiveSharesGate: TypedContractMethod<[
|
|
378
|
+
newReceiveSharesGate: AddressLike
|
|
379
|
+
], [
|
|
380
|
+
void
|
|
381
|
+
], "nonpayable">;
|
|
382
|
+
setSendAssetsGate: TypedContractMethod<[
|
|
383
|
+
newSendAssetsGate: AddressLike
|
|
384
|
+
], [
|
|
385
|
+
void
|
|
386
|
+
], "nonpayable">;
|
|
387
|
+
setSendSharesGate: TypedContractMethod<[
|
|
388
|
+
newSendSharesGate: AddressLike
|
|
389
|
+
], [
|
|
390
|
+
void
|
|
391
|
+
], "nonpayable">;
|
|
392
|
+
setSymbol: TypedContractMethod<[newSymbol: string], [void], "nonpayable">;
|
|
393
|
+
submit: TypedContractMethod<[data: BytesLike], [void], "nonpayable">;
|
|
394
|
+
timelock: TypedContractMethod<[selector: BytesLike], [bigint], "view">;
|
|
395
|
+
virtualShares: TypedContractMethod<[], [bigint], "view">;
|
|
396
|
+
getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
|
|
397
|
+
getFunction(nameOrSignature: "DOMAIN_SEPARATOR"): TypedContractMethod<[], [string], "view">;
|
|
398
|
+
getFunction(nameOrSignature: "_totalAssets"): TypedContractMethod<[], [bigint], "view">;
|
|
399
|
+
getFunction(nameOrSignature: "abdicate"): TypedContractMethod<[selector: BytesLike], [void], "nonpayable">;
|
|
400
|
+
getFunction(nameOrSignature: "abdicated"): TypedContractMethod<[selector: BytesLike], [boolean], "view">;
|
|
401
|
+
getFunction(nameOrSignature: "absoluteCap"): TypedContractMethod<[id: BytesLike], [bigint], "view">;
|
|
402
|
+
getFunction(nameOrSignature: "accrueInterest"): TypedContractMethod<[], [void], "nonpayable">;
|
|
403
|
+
getFunction(nameOrSignature: "accrueInterestView"): TypedContractMethod<[
|
|
404
|
+
], [
|
|
405
|
+
[
|
|
406
|
+
bigint,
|
|
407
|
+
bigint,
|
|
408
|
+
bigint
|
|
409
|
+
] & {
|
|
410
|
+
newTotalAssets: bigint;
|
|
411
|
+
performanceFeeShares: bigint;
|
|
412
|
+
managementFeeShares: bigint;
|
|
413
|
+
}
|
|
414
|
+
], "view">;
|
|
415
|
+
getFunction(nameOrSignature: "adapterRegistry"): TypedContractMethod<[], [string], "view">;
|
|
416
|
+
getFunction(nameOrSignature: "adapters"): TypedContractMethod<[index: BigNumberish], [string], "view">;
|
|
417
|
+
getFunction(nameOrSignature: "adaptersLength"): TypedContractMethod<[], [bigint], "view">;
|
|
418
|
+
getFunction(nameOrSignature: "addAdapter"): TypedContractMethod<[account: AddressLike], [void], "nonpayable">;
|
|
419
|
+
getFunction(nameOrSignature: "allocate"): TypedContractMethod<[
|
|
420
|
+
adapter: AddressLike,
|
|
421
|
+
data: BytesLike,
|
|
422
|
+
assets: BigNumberish
|
|
423
|
+
], [
|
|
424
|
+
void
|
|
425
|
+
], "nonpayable">;
|
|
426
|
+
getFunction(nameOrSignature: "allocation"): TypedContractMethod<[id: BytesLike], [bigint], "view">;
|
|
427
|
+
getFunction(nameOrSignature: "canReceiveAssets"): TypedContractMethod<[account: AddressLike], [boolean], "view">;
|
|
428
|
+
getFunction(nameOrSignature: "canReceiveShares"): TypedContractMethod<[account: AddressLike], [boolean], "view">;
|
|
429
|
+
getFunction(nameOrSignature: "canSendAssets"): TypedContractMethod<[account: AddressLike], [boolean], "view">;
|
|
430
|
+
getFunction(nameOrSignature: "canSendShares"): TypedContractMethod<[account: AddressLike], [boolean], "view">;
|
|
431
|
+
getFunction(nameOrSignature: "convertToAssets"): TypedContractMethod<[arg0: BigNumberish], [bigint], "view">;
|
|
432
|
+
getFunction(nameOrSignature: "curator"): TypedContractMethod<[], [string], "view">;
|
|
433
|
+
getFunction(nameOrSignature: "deallocate"): TypedContractMethod<[
|
|
434
|
+
adapter: AddressLike,
|
|
435
|
+
data: BytesLike,
|
|
436
|
+
assets: BigNumberish
|
|
437
|
+
], [
|
|
438
|
+
void
|
|
439
|
+
], "nonpayable">;
|
|
440
|
+
getFunction(nameOrSignature: "decreaseAbsoluteCap"): TypedContractMethod<[
|
|
441
|
+
idData: BytesLike,
|
|
442
|
+
newAbsoluteCap: BigNumberish
|
|
443
|
+
], [
|
|
444
|
+
void
|
|
445
|
+
], "nonpayable">;
|
|
446
|
+
getFunction(nameOrSignature: "decreaseRelativeCap"): TypedContractMethod<[
|
|
447
|
+
idData: BytesLike,
|
|
448
|
+
newRelativeCap: BigNumberish
|
|
449
|
+
], [
|
|
450
|
+
void
|
|
451
|
+
], "nonpayable">;
|
|
452
|
+
getFunction(nameOrSignature: "decreaseTimelock"): TypedContractMethod<[
|
|
453
|
+
selector: BytesLike,
|
|
454
|
+
newDuration: BigNumberish
|
|
455
|
+
], [
|
|
456
|
+
void
|
|
457
|
+
], "nonpayable">;
|
|
458
|
+
getFunction(nameOrSignature: "executableAt"): TypedContractMethod<[data: BytesLike], [bigint], "view">;
|
|
459
|
+
getFunction(nameOrSignature: "firstTotalAssets"): TypedContractMethod<[], [bigint], "view">;
|
|
460
|
+
getFunction(nameOrSignature: "forceDeallocate"): TypedContractMethod<[
|
|
461
|
+
adapter: AddressLike,
|
|
462
|
+
data: BytesLike,
|
|
463
|
+
assets: BigNumberish,
|
|
464
|
+
onBehalf: AddressLike
|
|
465
|
+
], [
|
|
466
|
+
bigint
|
|
467
|
+
], "nonpayable">;
|
|
468
|
+
getFunction(nameOrSignature: "forceDeallocatePenalty"): TypedContractMethod<[adapter: AddressLike], [bigint], "view">;
|
|
469
|
+
getFunction(nameOrSignature: "increaseAbsoluteCap"): TypedContractMethod<[
|
|
470
|
+
idData: BytesLike,
|
|
471
|
+
newAbsoluteCap: BigNumberish
|
|
472
|
+
], [
|
|
473
|
+
void
|
|
474
|
+
], "nonpayable">;
|
|
475
|
+
getFunction(nameOrSignature: "increaseRelativeCap"): TypedContractMethod<[
|
|
476
|
+
idData: BytesLike,
|
|
477
|
+
newRelativeCap: BigNumberish
|
|
478
|
+
], [
|
|
479
|
+
void
|
|
480
|
+
], "nonpayable">;
|
|
481
|
+
getFunction(nameOrSignature: "increaseTimelock"): TypedContractMethod<[
|
|
482
|
+
selector: BytesLike,
|
|
483
|
+
newDuration: BigNumberish
|
|
484
|
+
], [
|
|
485
|
+
void
|
|
486
|
+
], "nonpayable">;
|
|
487
|
+
getFunction(nameOrSignature: "isAdapter"): TypedContractMethod<[account: AddressLike], [boolean], "view">;
|
|
488
|
+
getFunction(nameOrSignature: "isAllocator"): TypedContractMethod<[account: AddressLike], [boolean], "view">;
|
|
489
|
+
getFunction(nameOrSignature: "isSentinel"): TypedContractMethod<[account: AddressLike], [boolean], "view">;
|
|
490
|
+
getFunction(nameOrSignature: "lastUpdate"): TypedContractMethod<[], [bigint], "view">;
|
|
491
|
+
getFunction(nameOrSignature: "liquidityAdapter"): TypedContractMethod<[], [string], "view">;
|
|
492
|
+
getFunction(nameOrSignature: "liquidityData"): TypedContractMethod<[], [string], "view">;
|
|
493
|
+
getFunction(nameOrSignature: "managementFee"): TypedContractMethod<[], [bigint], "view">;
|
|
494
|
+
getFunction(nameOrSignature: "managementFeeRecipient"): TypedContractMethod<[], [string], "view">;
|
|
495
|
+
getFunction(nameOrSignature: "maxRate"): TypedContractMethod<[], [bigint], "view">;
|
|
496
|
+
getFunction(nameOrSignature: "multicall"): TypedContractMethod<[data: BytesLike[]], [void], "nonpayable">;
|
|
497
|
+
getFunction(nameOrSignature: "nonces"): TypedContractMethod<[owner: AddressLike], [bigint], "view">;
|
|
498
|
+
getFunction(nameOrSignature: "owner"): TypedContractMethod<[], [string], "view">;
|
|
499
|
+
getFunction(nameOrSignature: "performanceFee"): TypedContractMethod<[], [bigint], "view">;
|
|
500
|
+
getFunction(nameOrSignature: "performanceFeeRecipient"): TypedContractMethod<[], [string], "view">;
|
|
501
|
+
getFunction(nameOrSignature: "permit"): TypedContractMethod<[
|
|
502
|
+
owner: AddressLike,
|
|
503
|
+
spender: AddressLike,
|
|
504
|
+
shares: BigNumberish,
|
|
505
|
+
deadline: BigNumberish,
|
|
506
|
+
v: BigNumberish,
|
|
507
|
+
r: BytesLike,
|
|
508
|
+
s: BytesLike
|
|
509
|
+
], [
|
|
510
|
+
void
|
|
511
|
+
], "nonpayable">;
|
|
512
|
+
getFunction(nameOrSignature: "receiveAssetsGate"): TypedContractMethod<[], [string], "view">;
|
|
513
|
+
getFunction(nameOrSignature: "receiveSharesGate"): TypedContractMethod<[], [string], "view">;
|
|
514
|
+
getFunction(nameOrSignature: "relativeCap"): TypedContractMethod<[id: BytesLike], [bigint], "view">;
|
|
515
|
+
getFunction(nameOrSignature: "removeAdapter"): TypedContractMethod<[account: AddressLike], [void], "nonpayable">;
|
|
516
|
+
getFunction(nameOrSignature: "revoke"): TypedContractMethod<[data: BytesLike], [void], "nonpayable">;
|
|
517
|
+
getFunction(nameOrSignature: "sendAssetsGate"): TypedContractMethod<[], [string], "view">;
|
|
518
|
+
getFunction(nameOrSignature: "sendSharesGate"): TypedContractMethod<[], [string], "view">;
|
|
519
|
+
getFunction(nameOrSignature: "setAdapterRegistry"): TypedContractMethod<[
|
|
520
|
+
newAdapterRegistry: AddressLike
|
|
521
|
+
], [
|
|
522
|
+
void
|
|
523
|
+
], "nonpayable">;
|
|
524
|
+
getFunction(nameOrSignature: "setCurator"): TypedContractMethod<[newCurator: AddressLike], [void], "nonpayable">;
|
|
525
|
+
getFunction(nameOrSignature: "setForceDeallocatePenalty"): TypedContractMethod<[
|
|
526
|
+
adapter: AddressLike,
|
|
527
|
+
newForceDeallocatePenalty: BigNumberish
|
|
528
|
+
], [
|
|
529
|
+
void
|
|
530
|
+
], "nonpayable">;
|
|
531
|
+
getFunction(nameOrSignature: "setIsAllocator"): TypedContractMethod<[
|
|
532
|
+
account: AddressLike,
|
|
533
|
+
newIsAllocator: boolean
|
|
534
|
+
], [
|
|
535
|
+
void
|
|
536
|
+
], "nonpayable">;
|
|
537
|
+
getFunction(nameOrSignature: "setIsSentinel"): TypedContractMethod<[
|
|
538
|
+
account: AddressLike,
|
|
539
|
+
isSentinel: boolean
|
|
540
|
+
], [
|
|
541
|
+
void
|
|
542
|
+
], "nonpayable">;
|
|
543
|
+
getFunction(nameOrSignature: "setLiquidityAdapterAndData"): TypedContractMethod<[
|
|
544
|
+
newLiquidityAdapter: AddressLike,
|
|
545
|
+
newLiquidityData: BytesLike
|
|
546
|
+
], [
|
|
547
|
+
void
|
|
548
|
+
], "nonpayable">;
|
|
549
|
+
getFunction(nameOrSignature: "setManagementFee"): TypedContractMethod<[
|
|
550
|
+
newManagementFee: BigNumberish
|
|
551
|
+
], [
|
|
552
|
+
void
|
|
553
|
+
], "nonpayable">;
|
|
554
|
+
getFunction(nameOrSignature: "setManagementFeeRecipient"): TypedContractMethod<[
|
|
555
|
+
newManagementFeeRecipient: AddressLike
|
|
556
|
+
], [
|
|
557
|
+
void
|
|
558
|
+
], "nonpayable">;
|
|
559
|
+
getFunction(nameOrSignature: "setMaxRate"): TypedContractMethod<[newMaxRate: BigNumberish], [void], "nonpayable">;
|
|
560
|
+
getFunction(nameOrSignature: "setName"): TypedContractMethod<[newName: string], [void], "nonpayable">;
|
|
561
|
+
getFunction(nameOrSignature: "setOwner"): TypedContractMethod<[newOwner: AddressLike], [void], "nonpayable">;
|
|
562
|
+
getFunction(nameOrSignature: "setPerformanceFee"): TypedContractMethod<[
|
|
563
|
+
newPerformanceFee: BigNumberish
|
|
564
|
+
], [
|
|
565
|
+
void
|
|
566
|
+
], "nonpayable">;
|
|
567
|
+
getFunction(nameOrSignature: "setPerformanceFeeRecipient"): TypedContractMethod<[
|
|
568
|
+
newPerformanceFeeRecipient: AddressLike
|
|
569
|
+
], [
|
|
570
|
+
void
|
|
571
|
+
], "nonpayable">;
|
|
572
|
+
getFunction(nameOrSignature: "setReceiveAssetsGate"): TypedContractMethod<[
|
|
573
|
+
newReceiveAssetsGate: AddressLike
|
|
574
|
+
], [
|
|
575
|
+
void
|
|
576
|
+
], "nonpayable">;
|
|
577
|
+
getFunction(nameOrSignature: "setReceiveSharesGate"): TypedContractMethod<[
|
|
578
|
+
newReceiveSharesGate: AddressLike
|
|
579
|
+
], [
|
|
580
|
+
void
|
|
581
|
+
], "nonpayable">;
|
|
582
|
+
getFunction(nameOrSignature: "setSendAssetsGate"): TypedContractMethod<[
|
|
583
|
+
newSendAssetsGate: AddressLike
|
|
584
|
+
], [
|
|
585
|
+
void
|
|
586
|
+
], "nonpayable">;
|
|
587
|
+
getFunction(nameOrSignature: "setSendSharesGate"): TypedContractMethod<[
|
|
588
|
+
newSendSharesGate: AddressLike
|
|
589
|
+
], [
|
|
590
|
+
void
|
|
591
|
+
], "nonpayable">;
|
|
592
|
+
getFunction(nameOrSignature: "setSymbol"): TypedContractMethod<[newSymbol: string], [void], "nonpayable">;
|
|
593
|
+
getFunction(nameOrSignature: "submit"): TypedContractMethod<[data: BytesLike], [void], "nonpayable">;
|
|
594
|
+
getFunction(nameOrSignature: "timelock"): TypedContractMethod<[selector: BytesLike], [bigint], "view">;
|
|
595
|
+
getFunction(nameOrSignature: "virtualShares"): TypedContractMethod<[], [bigint], "view">;
|
|
596
|
+
filters: {};
|
|
597
|
+
}
|
|
598
|
+
//# sourceMappingURL=IVaultV2.d.ts.map
|