@pendle/core-v2 4.4.6 → 4.5.0-beta-2
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/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol/PendleERC20WithSupplyCapSY.dbg.json +4 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol/PendleERC20WithSupplyCapSY.json +1073 -0
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Tensorplex/PendleStTAOSY.sol/PendleStTAOSY.dbg.json +1 -1
- package/build/artifacts/contracts/core/StandardizedYield/implementations/Tensorplex/PendleStTAOSY.sol/PendleStTAOSY.json +2 -2
- package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.json +149 -0
- package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.json +134 -72
- package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPRouterHelper.sol/IPRouterHelper.dbg.json +1 -1
- package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +1 -1
- package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +1 -1
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.dbg.json +1 -1
- package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +2 -28
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +2 -2
- package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.json +2 -124
- package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.json +3 -51
- package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.json +2 -50
- package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +4 -0
- package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.json +149 -0
- package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.json +2 -76
- package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.dbg.json +1 -1
- package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.json +2 -92
- package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +4 -0
- package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.json +35 -0
- package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.dbg.json +4 -0
- package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.json +10 -0
- package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.json +2 -2
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +1 -1
- package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.json +2 -2
- package/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol +55 -0
- package/contracts/core/StandardizedYield/implementations/Tensorplex/PendleStTAOSY.sol +1 -1
- package/contracts/interfaces/IPActionStorageStatic.sol +1 -0
- package/contracts/interfaces/IPActionStorageV4.sol +25 -0
- package/contracts/interfaces/IPAllActionV3.sol +2 -2
- package/contracts/interfaces/IPMiniDiamond.sol +1 -0
- package/contracts/limit/LimitRouterBase.sol +48 -25
- package/contracts/router/ActionAddRemoveLiqV3.sol +12 -12
- package/contracts/router/ActionCallbackV3.sol +14 -13
- package/contracts/router/ActionMiscV3.sol +1 -3
- package/contracts/router/ActionStorageV4.sol +64 -0
- package/contracts/router/ActionSwapYTV3.sol +3 -3
- package/contracts/router/PendleRouterV4.sol +23 -0
- package/contracts/router/RouterStorage.sol +19 -0
- package/contracts/router/base/ActionBase.sol +5 -7
- package/contracts/router/base/MarketApproxLib.sol +18 -16
- package/deployments/1-core.json +1 -1
- package/deployments/1-markets/ENA-AUG2024.json +13 -0
- package/deployments/1-markets/EZETH-DEC2024.json +11 -0
- package/deployments/1-markets/SUSDE-JUL2024.json +13 -0
- package/deployments/1-markets/WEETH-DEC2024.json +13 -0
- package/deployments/10-core.json +1 -1
- package/deployments/42161-core.json +1 -1
- package/deployments/5000-core.json +1 -1
- package/deployments/56-core.json +1 -1
- package/deployments/56-markets/EZETH-BSC-SEP2024.json +13 -0
- package/package.json +1 -1
- package/typechain-types/ActionCallbackV3.ts +5 -5
- package/typechain-types/ActionStorageV4.ts +293 -0
- package/typechain-types/IPActionStorageV4.ts +293 -0
- package/typechain-types/IPAllActionV3.ts +208 -109
- package/typechain-types/PendleERC20WithSupplyCapSY.ts +1332 -0
- package/typechain-types/PendleRouterV4.ts +57 -0
- package/typechain-types/factories/ActionAddRemoveLiqV3__factory.ts +1 -123
- package/typechain-types/factories/ActionCallbackV3__factory.ts +2 -50
- package/typechain-types/factories/ActionInfoStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMarketAuxStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMarketCoreStatic__factory.ts +1 -27
- package/typechain-types/factories/ActionMintRedeemStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionMiscV3__factory.ts +1 -49
- package/typechain-types/factories/ActionStorageStatic__factory.ts +1 -1
- package/typechain-types/factories/ActionStorageV4__factory.ts +202 -0
- package/typechain-types/factories/ActionSwapPTV3__factory.ts +1 -75
- package/typechain-types/factories/ActionSwapYTV3__factory.ts +1 -91
- package/typechain-types/factories/ActionVePendleStatic__factory.ts +1 -1
- package/typechain-types/factories/IPActionStorageV4__factory.ts +164 -0
- package/typechain-types/factories/IPAllActionV3__factory.ts +134 -72
- package/typechain-types/factories/PendleERC20WithSupplyCapSY__factory.ts +1157 -0
- package/typechain-types/factories/PendleLimitRouter__factory.ts +1 -1
- package/typechain-types/factories/PendlePoolDeployHelper__factory.ts +1 -1
- package/typechain-types/factories/PendleRouterStatic__factory.ts +1 -1
- package/typechain-types/factories/PendleRouterV4__factory.ts +96 -0
- package/typechain-types/factories/PendleStTAOSY__factory.ts +1 -1
- package/typechain-types/hardhat.d.ts +31 -58
- package/typechain-types/index.ts +8 -14
- package/build/artifacts/contracts/interfaces/IDiamondCut.sol/IDiamondCut.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IDiamondCut.sol/IDiamondCut.json +0 -93
- package/build/artifacts/contracts/interfaces/IDiamondLoupe.sol/IDiamondLoupe.dbg.json +0 -4
- package/build/artifacts/contracts/interfaces/IDiamondLoupe.sol/IDiamondLoupe.json +0 -87
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/PendleRouterHelper.json +0 -1002
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/RouterV2InterfaceForRouterHelper.dbg.json +0 -4
- package/build/artifacts/contracts/router/PendleRouterHelper.sol/RouterV2InterfaceForRouterHelper.json +0 -466
- package/build/artifacts/contracts/router/PendleRouterV3.sol/PendleRouterV3.dbg.json +0 -4
- package/build/artifacts/contracts/router/PendleRouterV3.sol/PendleRouterV3.json +0 -179
- package/contracts/interfaces/IDiamondCut.sol +0 -32
- package/contracts/interfaces/IDiamondLoupe.sol +0 -38
- package/contracts/router/PendleRouterHelper.sol +0 -305
- package/contracts/router/PendleRouterV3.sol +0 -235
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import {
|
|
5
|
+
BaseContract,
|
|
6
|
+
BigNumber,
|
|
7
|
+
BytesLike,
|
|
8
|
+
CallOverrides,
|
|
9
|
+
ContractTransaction,
|
|
10
|
+
Overrides,
|
|
11
|
+
PopulatedTransaction,
|
|
12
|
+
Signer,
|
|
13
|
+
utils,
|
|
14
|
+
} from "ethers";
|
|
15
|
+
import { FunctionFragment, Result, EventFragment } from "@ethersproject/abi";
|
|
16
|
+
import { Listener, Provider } from "@ethersproject/providers";
|
|
17
|
+
import type {
|
|
18
|
+
TypedEventFilter,
|
|
19
|
+
TypedEvent,
|
|
20
|
+
TypedListener,
|
|
21
|
+
OnEvent,
|
|
22
|
+
} from "./common";
|
|
23
|
+
|
|
24
|
+
export declare namespace IPActionStorageV4 {
|
|
25
|
+
export type SelectorsToFacetStruct = {
|
|
26
|
+
facet: string;
|
|
27
|
+
selectors: BytesLike[];
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export type SelectorsToFacetStructOutput = [string, string[]] & {
|
|
31
|
+
facet: string;
|
|
32
|
+
selectors: string[];
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export interface IPActionStorageV4Interface extends utils.Interface {
|
|
37
|
+
contractName: "IPActionStorageV4";
|
|
38
|
+
functions: {
|
|
39
|
+
"claimOwnership()": FunctionFragment;
|
|
40
|
+
"owner()": FunctionFragment;
|
|
41
|
+
"pendingOwner()": FunctionFragment;
|
|
42
|
+
"selectorToFacet(bytes4)": FunctionFragment;
|
|
43
|
+
"setSelectorToFacets((address,bytes4[])[])": FunctionFragment;
|
|
44
|
+
"transferOwnership(address,bool,bool)": FunctionFragment;
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
encodeFunctionData(
|
|
48
|
+
functionFragment: "claimOwnership",
|
|
49
|
+
values?: undefined
|
|
50
|
+
): string;
|
|
51
|
+
encodeFunctionData(functionFragment: "owner", values?: undefined): string;
|
|
52
|
+
encodeFunctionData(
|
|
53
|
+
functionFragment: "pendingOwner",
|
|
54
|
+
values?: undefined
|
|
55
|
+
): string;
|
|
56
|
+
encodeFunctionData(
|
|
57
|
+
functionFragment: "selectorToFacet",
|
|
58
|
+
values: [BytesLike]
|
|
59
|
+
): string;
|
|
60
|
+
encodeFunctionData(
|
|
61
|
+
functionFragment: "setSelectorToFacets",
|
|
62
|
+
values: [IPActionStorageV4.SelectorsToFacetStruct[]]
|
|
63
|
+
): string;
|
|
64
|
+
encodeFunctionData(
|
|
65
|
+
functionFragment: "transferOwnership",
|
|
66
|
+
values: [string, boolean, boolean]
|
|
67
|
+
): string;
|
|
68
|
+
|
|
69
|
+
decodeFunctionResult(
|
|
70
|
+
functionFragment: "claimOwnership",
|
|
71
|
+
data: BytesLike
|
|
72
|
+
): Result;
|
|
73
|
+
decodeFunctionResult(functionFragment: "owner", data: BytesLike): Result;
|
|
74
|
+
decodeFunctionResult(
|
|
75
|
+
functionFragment: "pendingOwner",
|
|
76
|
+
data: BytesLike
|
|
77
|
+
): Result;
|
|
78
|
+
decodeFunctionResult(
|
|
79
|
+
functionFragment: "selectorToFacet",
|
|
80
|
+
data: BytesLike
|
|
81
|
+
): Result;
|
|
82
|
+
decodeFunctionResult(
|
|
83
|
+
functionFragment: "setSelectorToFacets",
|
|
84
|
+
data: BytesLike
|
|
85
|
+
): Result;
|
|
86
|
+
decodeFunctionResult(
|
|
87
|
+
functionFragment: "transferOwnership",
|
|
88
|
+
data: BytesLike
|
|
89
|
+
): Result;
|
|
90
|
+
|
|
91
|
+
events: {
|
|
92
|
+
"OwnershipTransferred(address,address)": EventFragment;
|
|
93
|
+
"SelectorToFacetSet(bytes4,address)": EventFragment;
|
|
94
|
+
};
|
|
95
|
+
|
|
96
|
+
getEvent(nameOrSignatureOrTopic: "OwnershipTransferred"): EventFragment;
|
|
97
|
+
getEvent(nameOrSignatureOrTopic: "SelectorToFacetSet"): EventFragment;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export type OwnershipTransferredEvent = TypedEvent<
|
|
101
|
+
[string, string],
|
|
102
|
+
{ previousOwner: string; newOwner: string }
|
|
103
|
+
>;
|
|
104
|
+
|
|
105
|
+
export type OwnershipTransferredEventFilter =
|
|
106
|
+
TypedEventFilter<OwnershipTransferredEvent>;
|
|
107
|
+
|
|
108
|
+
export type SelectorToFacetSetEvent = TypedEvent<
|
|
109
|
+
[string, string],
|
|
110
|
+
{ selector: string; facet: string }
|
|
111
|
+
>;
|
|
112
|
+
|
|
113
|
+
export type SelectorToFacetSetEventFilter =
|
|
114
|
+
TypedEventFilter<SelectorToFacetSetEvent>;
|
|
115
|
+
|
|
116
|
+
export interface IPActionStorageV4 extends BaseContract {
|
|
117
|
+
contractName: "IPActionStorageV4";
|
|
118
|
+
connect(signerOrProvider: Signer | Provider | string): this;
|
|
119
|
+
attach(addressOrName: string): this;
|
|
120
|
+
deployed(): Promise<this>;
|
|
121
|
+
|
|
122
|
+
interface: IPActionStorageV4Interface;
|
|
123
|
+
|
|
124
|
+
queryFilter<TEvent extends TypedEvent>(
|
|
125
|
+
event: TypedEventFilter<TEvent>,
|
|
126
|
+
fromBlockOrBlockhash?: string | number | undefined,
|
|
127
|
+
toBlock?: string | number | undefined
|
|
128
|
+
): Promise<Array<TEvent>>;
|
|
129
|
+
|
|
130
|
+
listeners<TEvent extends TypedEvent>(
|
|
131
|
+
eventFilter?: TypedEventFilter<TEvent>
|
|
132
|
+
): Array<TypedListener<TEvent>>;
|
|
133
|
+
listeners(eventName?: string): Array<Listener>;
|
|
134
|
+
removeAllListeners<TEvent extends TypedEvent>(
|
|
135
|
+
eventFilter: TypedEventFilter<TEvent>
|
|
136
|
+
): this;
|
|
137
|
+
removeAllListeners(eventName?: string): this;
|
|
138
|
+
off: OnEvent<this>;
|
|
139
|
+
on: OnEvent<this>;
|
|
140
|
+
once: OnEvent<this>;
|
|
141
|
+
removeListener: OnEvent<this>;
|
|
142
|
+
|
|
143
|
+
functions: {
|
|
144
|
+
claimOwnership(
|
|
145
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
146
|
+
): Promise<ContractTransaction>;
|
|
147
|
+
|
|
148
|
+
owner(overrides?: CallOverrides): Promise<[string]>;
|
|
149
|
+
|
|
150
|
+
pendingOwner(overrides?: CallOverrides): Promise<[string]>;
|
|
151
|
+
|
|
152
|
+
selectorToFacet(
|
|
153
|
+
selector: BytesLike,
|
|
154
|
+
overrides?: CallOverrides
|
|
155
|
+
): Promise<[string]>;
|
|
156
|
+
|
|
157
|
+
setSelectorToFacets(
|
|
158
|
+
arr: IPActionStorageV4.SelectorsToFacetStruct[],
|
|
159
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
160
|
+
): Promise<ContractTransaction>;
|
|
161
|
+
|
|
162
|
+
transferOwnership(
|
|
163
|
+
newOwner: string,
|
|
164
|
+
direct: boolean,
|
|
165
|
+
renounce: boolean,
|
|
166
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
167
|
+
): Promise<ContractTransaction>;
|
|
168
|
+
};
|
|
169
|
+
|
|
170
|
+
claimOwnership(
|
|
171
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
172
|
+
): Promise<ContractTransaction>;
|
|
173
|
+
|
|
174
|
+
owner(overrides?: CallOverrides): Promise<string>;
|
|
175
|
+
|
|
176
|
+
pendingOwner(overrides?: CallOverrides): Promise<string>;
|
|
177
|
+
|
|
178
|
+
selectorToFacet(
|
|
179
|
+
selector: BytesLike,
|
|
180
|
+
overrides?: CallOverrides
|
|
181
|
+
): Promise<string>;
|
|
182
|
+
|
|
183
|
+
setSelectorToFacets(
|
|
184
|
+
arr: IPActionStorageV4.SelectorsToFacetStruct[],
|
|
185
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
186
|
+
): Promise<ContractTransaction>;
|
|
187
|
+
|
|
188
|
+
transferOwnership(
|
|
189
|
+
newOwner: string,
|
|
190
|
+
direct: boolean,
|
|
191
|
+
renounce: boolean,
|
|
192
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
193
|
+
): Promise<ContractTransaction>;
|
|
194
|
+
|
|
195
|
+
callStatic: {
|
|
196
|
+
claimOwnership(overrides?: CallOverrides): Promise<void>;
|
|
197
|
+
|
|
198
|
+
owner(overrides?: CallOverrides): Promise<string>;
|
|
199
|
+
|
|
200
|
+
pendingOwner(overrides?: CallOverrides): Promise<string>;
|
|
201
|
+
|
|
202
|
+
selectorToFacet(
|
|
203
|
+
selector: BytesLike,
|
|
204
|
+
overrides?: CallOverrides
|
|
205
|
+
): Promise<string>;
|
|
206
|
+
|
|
207
|
+
setSelectorToFacets(
|
|
208
|
+
arr: IPActionStorageV4.SelectorsToFacetStruct[],
|
|
209
|
+
overrides?: CallOverrides
|
|
210
|
+
): Promise<void>;
|
|
211
|
+
|
|
212
|
+
transferOwnership(
|
|
213
|
+
newOwner: string,
|
|
214
|
+
direct: boolean,
|
|
215
|
+
renounce: boolean,
|
|
216
|
+
overrides?: CallOverrides
|
|
217
|
+
): Promise<void>;
|
|
218
|
+
};
|
|
219
|
+
|
|
220
|
+
filters: {
|
|
221
|
+
"OwnershipTransferred(address,address)"(
|
|
222
|
+
previousOwner?: string | null,
|
|
223
|
+
newOwner?: string | null
|
|
224
|
+
): OwnershipTransferredEventFilter;
|
|
225
|
+
OwnershipTransferred(
|
|
226
|
+
previousOwner?: string | null,
|
|
227
|
+
newOwner?: string | null
|
|
228
|
+
): OwnershipTransferredEventFilter;
|
|
229
|
+
|
|
230
|
+
"SelectorToFacetSet(bytes4,address)"(
|
|
231
|
+
selector?: BytesLike | null,
|
|
232
|
+
facet?: string | null
|
|
233
|
+
): SelectorToFacetSetEventFilter;
|
|
234
|
+
SelectorToFacetSet(
|
|
235
|
+
selector?: BytesLike | null,
|
|
236
|
+
facet?: string | null
|
|
237
|
+
): SelectorToFacetSetEventFilter;
|
|
238
|
+
};
|
|
239
|
+
|
|
240
|
+
estimateGas: {
|
|
241
|
+
claimOwnership(
|
|
242
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
243
|
+
): Promise<BigNumber>;
|
|
244
|
+
|
|
245
|
+
owner(overrides?: CallOverrides): Promise<BigNumber>;
|
|
246
|
+
|
|
247
|
+
pendingOwner(overrides?: CallOverrides): Promise<BigNumber>;
|
|
248
|
+
|
|
249
|
+
selectorToFacet(
|
|
250
|
+
selector: BytesLike,
|
|
251
|
+
overrides?: CallOverrides
|
|
252
|
+
): Promise<BigNumber>;
|
|
253
|
+
|
|
254
|
+
setSelectorToFacets(
|
|
255
|
+
arr: IPActionStorageV4.SelectorsToFacetStruct[],
|
|
256
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
257
|
+
): Promise<BigNumber>;
|
|
258
|
+
|
|
259
|
+
transferOwnership(
|
|
260
|
+
newOwner: string,
|
|
261
|
+
direct: boolean,
|
|
262
|
+
renounce: boolean,
|
|
263
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
264
|
+
): Promise<BigNumber>;
|
|
265
|
+
};
|
|
266
|
+
|
|
267
|
+
populateTransaction: {
|
|
268
|
+
claimOwnership(
|
|
269
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
270
|
+
): Promise<PopulatedTransaction>;
|
|
271
|
+
|
|
272
|
+
owner(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
273
|
+
|
|
274
|
+
pendingOwner(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
275
|
+
|
|
276
|
+
selectorToFacet(
|
|
277
|
+
selector: BytesLike,
|
|
278
|
+
overrides?: CallOverrides
|
|
279
|
+
): Promise<PopulatedTransaction>;
|
|
280
|
+
|
|
281
|
+
setSelectorToFacets(
|
|
282
|
+
arr: IPActionStorageV4.SelectorsToFacetStruct[],
|
|
283
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
284
|
+
): Promise<PopulatedTransaction>;
|
|
285
|
+
|
|
286
|
+
transferOwnership(
|
|
287
|
+
newOwner: string,
|
|
288
|
+
direct: boolean,
|
|
289
|
+
renounce: boolean,
|
|
290
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
291
|
+
): Promise<PopulatedTransaction>;
|
|
292
|
+
};
|
|
293
|
+
}
|