@flarenetwork/flare-wagmi-periphery-package 2.4.0 → 2.6.0
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/contracts/coston2/IInstructionsFacet.d.ts +0 -185
- package/dist/contracts/coston2/IInstructionsFacet.d.ts.map +1 -1
- package/dist/contracts/coston2/IInstructionsFacet.js +0 -21
- package/dist/contracts/coston2/IInstructionsFacet.js.map +1 -1
- package/dist/contracts/coston2/IMasterAccountController.d.ts +10 -990
- package/dist/contracts/coston2/IMasterAccountController.d.ts.map +1 -1
- package/dist/contracts/coston2/IMasterAccountController.js +0 -117
- package/dist/contracts/coston2/IMasterAccountController.js.map +1 -1
- package/dist/contracts/coston2/IPersonalAccount.d.ts +0 -132
- package/dist/contracts/coston2/IPersonalAccount.d.ts.map +1 -1
- package/dist/contracts/coston2/IPersonalAccount.js +0 -34
- package/dist/contracts/coston2/IPersonalAccount.js.map +1 -1
- package/dist/contracts/coston2/IVaultsFacet.d.ts +0 -60
- package/dist/contracts/coston2/IVaultsFacet.d.ts.map +1 -1
- package/dist/contracts/coston2/IVaultsFacet.js +0 -10
- package/dist/contracts/coston2/IVaultsFacet.js.map +1 -1
- package/dist/contracts/coston2/index.d.ts +0 -1
- package/dist/contracts/coston2/index.d.ts.map +1 -1
- package/dist/contracts/coston2/index.js +0 -1
- package/dist/contracts/coston2/index.js.map +1 -1
- package/dist/contracts/flare/IAgentVaultsFacet.d.ts +298 -0
- package/dist/contracts/flare/IAgentVaultsFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IAgentVaultsFacet.js +76 -0
- package/dist/contracts/flare/IAgentVaultsFacet.js.map +1 -0
- package/dist/contracts/flare/IDiamond.d.ts +72 -0
- package/dist/contracts/flare/IDiamond.d.ts.map +1 -0
- package/dist/contracts/flare/IDiamond.js +37 -0
- package/dist/contracts/flare/IDiamond.js.map +1 -0
- package/dist/contracts/flare/IDiamondCut.d.ts +270 -0
- package/dist/contracts/flare/IDiamondCut.d.ts.map +1 -0
- package/dist/contracts/flare/IDiamondCut.js +65 -0
- package/dist/contracts/flare/IDiamondCut.js.map +1 -0
- package/dist/contracts/flare/IERC165.d.ts +34 -0
- package/dist/contracts/flare/IERC165.d.ts.map +1 -0
- package/dist/contracts/flare/IERC165.js +24 -0
- package/dist/contracts/flare/IERC165.js.map +1 -0
- package/dist/contracts/flare/IERC173.d.ts +193 -0
- package/dist/contracts/flare/IERC173.d.ts.map +1 -0
- package/dist/contracts/flare/IERC173.js +52 -0
- package/dist/contracts/flare/IERC173.js.map +1 -0
- package/dist/contracts/flare/IExecutorsFacet.d.ts +136 -0
- package/dist/contracts/flare/IExecutorsFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IExecutorsFacet.js +45 -0
- package/dist/contracts/flare/IExecutorsFacet.js.map +1 -0
- package/dist/contracts/flare/IInstructionFeesFacet.d.ts +247 -0
- package/dist/contracts/flare/IInstructionFeesFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IInstructionFeesFacet.js +69 -0
- package/dist/contracts/flare/IInstructionFeesFacet.js.map +1 -0
- package/dist/contracts/flare/IInstructionsFacet.d.ts +3278 -0
- package/dist/contracts/flare/IInstructionsFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IInstructionsFacet.js +321 -0
- package/dist/contracts/flare/IInstructionsFacet.js.map +1 -0
- package/dist/contracts/flare/IMasterAccountController.d.ts +7713 -0
- package/dist/contracts/flare/IMasterAccountController.d.ts.map +1 -0
- package/dist/contracts/flare/IMasterAccountController.js +802 -0
- package/dist/contracts/flare/IMasterAccountController.js.map +1 -0
- package/dist/contracts/flare/IPaymentProofsFacet.d.ts +184 -0
- package/dist/contracts/flare/IPaymentProofsFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IPaymentProofsFacet.js +52 -0
- package/dist/contracts/flare/IPaymentProofsFacet.js.map +1 -0
- package/dist/contracts/flare/IPersonalAccount.d.ts +967 -0
- package/dist/contracts/flare/IPersonalAccount.d.ts.map +1 -0
- package/dist/contracts/flare/IPersonalAccount.js +170 -0
- package/dist/contracts/flare/IPersonalAccount.js.map +1 -0
- package/dist/contracts/flare/IPersonalAccountsFacet.d.ts +193 -0
- package/dist/contracts/flare/IPersonalAccountsFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IPersonalAccountsFacet.js +58 -0
- package/dist/contracts/flare/IPersonalAccountsFacet.js.map +1 -0
- package/dist/contracts/flare/ISwapFacet.d.ts +763 -0
- package/dist/contracts/flare/ISwapFacet.d.ts.map +1 -0
- package/dist/contracts/flare/ISwapFacet.js +90 -0
- package/dist/contracts/flare/ISwapFacet.js.map +1 -0
- package/dist/contracts/flare/ITimelockFacet.d.ts +498 -0
- package/dist/contracts/flare/ITimelockFacet.d.ts.map +1 -0
- package/dist/contracts/flare/ITimelockFacet.js +81 -0
- package/dist/contracts/flare/ITimelockFacet.js.map +1 -0
- package/dist/contracts/flare/IVaultsFacet.d.ts +280 -0
- package/dist/contracts/flare/IVaultsFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IVaultsFacet.js +57 -0
- package/dist/contracts/flare/IVaultsFacet.js.map +1 -0
- package/dist/contracts/flare/IXrplProviderWalletsFacet.d.ts +148 -0
- package/dist/contracts/flare/IXrplProviderWalletsFacet.d.ts.map +1 -0
- package/dist/contracts/flare/IXrplProviderWalletsFacet.js +54 -0
- package/dist/contracts/flare/IXrplProviderWalletsFacet.js.map +1 -0
- package/dist/contracts/flare/index.d.ts +16 -0
- package/dist/contracts/flare/index.d.ts.map +1 -1
- package/dist/contracts/flare/index.js +16 -0
- package/dist/contracts/flare/index.js.map +1 -1
- package/package.json +4 -4
- package/dist/contracts/coston2/ICustomInstructionsFacet.d.ts +0 -713
- package/dist/contracts/coston2/ICustomInstructionsFacet.d.ts.map +0 -1
- package/dist/contracts/coston2/ICustomInstructionsFacet.js +0 -123
- package/dist/contracts/coston2/ICustomInstructionsFacet.js.map +0 -1
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { createUseWatchContractEvent } from 'wagmi/codegen';
|
|
2
|
+
|
|
3
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
4
|
+
// IDiamond
|
|
5
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
6
|
+
const iDiamondAbi = [
|
|
7
|
+
{
|
|
8
|
+
type: "event",
|
|
9
|
+
anonymous: false,
|
|
10
|
+
inputs: [
|
|
11
|
+
{
|
|
12
|
+
name: "_diamondCut",
|
|
13
|
+
internalType: "struct IDiamond.FacetCut[]",
|
|
14
|
+
type: "tuple[]",
|
|
15
|
+
components: [
|
|
16
|
+
{ name: "facetAddress", internalType: "address", type: "address" },
|
|
17
|
+
{ name: "action", internalType: "enum IDiamond.FacetCutAction", type: "uint8" },
|
|
18
|
+
{ name: "functionSelectors", internalType: "bytes4[]", type: "bytes4[]" },
|
|
19
|
+
],
|
|
20
|
+
indexed: false,
|
|
21
|
+
},
|
|
22
|
+
{ name: "_init", internalType: "address", type: "address", indexed: false },
|
|
23
|
+
{ name: "_calldata", internalType: "bytes", type: "bytes", indexed: false },
|
|
24
|
+
],
|
|
25
|
+
name: "DiamondCut",
|
|
26
|
+
},
|
|
27
|
+
];
|
|
28
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
29
|
+
// React
|
|
30
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
31
|
+
/**
|
|
32
|
+
* Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link iDiamondAbi}__
|
|
33
|
+
*/
|
|
34
|
+
const useWatchIDiamondEvent = /*#__PURE__*/ createUseWatchContractEvent({ abi: iDiamondAbi });
|
|
35
|
+
|
|
36
|
+
export { iDiamondAbi, useWatchIDiamondEvent };
|
|
37
|
+
//# sourceMappingURL=IDiamond.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IDiamond.js","sources":["../../../../../contracts/flare/IDiamond.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEA;AACA;AACA;AAEO,MAAM,WAAW,GAAG;AACvB,IAAA;AACI,QAAA,IAAI,EAAE,OAAO;AACb,QAAA,SAAS,EAAE,KAAK;AAChB,QAAA,MAAM,EAAE;AACJ,YAAA;AACI,gBAAA,IAAI,EAAE,aAAa;AACnB,gBAAA,YAAY,EAAE,4BAA4B;AAC1C,gBAAA,IAAI,EAAE,SAAS;AACf,gBAAA,UAAU,EAAE;oBACR,EAAE,IAAI,EAAE,cAAc,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE;oBAClE,EAAE,IAAI,EAAE,QAAQ,EAAE,YAAY,EAAE,8BAA8B,EAAE,IAAI,EAAE,OAAO,EAAE;oBAC/E,EAAE,IAAI,EAAE,mBAAmB,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,EAAE,UAAU,EAAE;AAC5E,iBAAA;AACD,gBAAA,OAAO,EAAE,KAAK;AACjB,aAAA;AACD,YAAA,EAAE,IAAI,EAAE,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAE;AAC3E,YAAA,EAAE,IAAI,EAAE,WAAW,EAAE,YAAY,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE;AAC9E,SAAA;AACD,QAAA,IAAI,EAAE,YAAY;AACrB,KAAA;;AAGL;AACA;AACA;AAEA;;AAEG;AACI,MAAM,qBAAqB,iBAAiB,2BAA2B,CAAC,EAAE,GAAG,EAAE,WAAW,EAAE;;;;"}
|
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
export declare const iDiamondCutAbi: readonly [{
|
|
2
|
+
readonly type: "event";
|
|
3
|
+
readonly anonymous: false;
|
|
4
|
+
readonly inputs: readonly [{
|
|
5
|
+
readonly name: "_diamondCut";
|
|
6
|
+
readonly internalType: "struct IDiamond.FacetCut[]";
|
|
7
|
+
readonly type: "tuple[]";
|
|
8
|
+
readonly components: readonly [{
|
|
9
|
+
readonly name: "facetAddress";
|
|
10
|
+
readonly internalType: "address";
|
|
11
|
+
readonly type: "address";
|
|
12
|
+
}, {
|
|
13
|
+
readonly name: "action";
|
|
14
|
+
readonly internalType: "enum IDiamond.FacetCutAction";
|
|
15
|
+
readonly type: "uint8";
|
|
16
|
+
}, {
|
|
17
|
+
readonly name: "functionSelectors";
|
|
18
|
+
readonly internalType: "bytes4[]";
|
|
19
|
+
readonly type: "bytes4[]";
|
|
20
|
+
}];
|
|
21
|
+
readonly indexed: false;
|
|
22
|
+
}, {
|
|
23
|
+
readonly name: "_init";
|
|
24
|
+
readonly internalType: "address";
|
|
25
|
+
readonly type: "address";
|
|
26
|
+
readonly indexed: false;
|
|
27
|
+
}, {
|
|
28
|
+
readonly name: "_calldata";
|
|
29
|
+
readonly internalType: "bytes";
|
|
30
|
+
readonly type: "bytes";
|
|
31
|
+
readonly indexed: false;
|
|
32
|
+
}];
|
|
33
|
+
readonly name: "DiamondCut";
|
|
34
|
+
}, {
|
|
35
|
+
readonly type: "function";
|
|
36
|
+
readonly inputs: readonly [{
|
|
37
|
+
readonly name: "_diamondCut";
|
|
38
|
+
readonly internalType: "struct IDiamond.FacetCut[]";
|
|
39
|
+
readonly type: "tuple[]";
|
|
40
|
+
readonly components: readonly [{
|
|
41
|
+
readonly name: "facetAddress";
|
|
42
|
+
readonly internalType: "address";
|
|
43
|
+
readonly type: "address";
|
|
44
|
+
}, {
|
|
45
|
+
readonly name: "action";
|
|
46
|
+
readonly internalType: "enum IDiamond.FacetCutAction";
|
|
47
|
+
readonly type: "uint8";
|
|
48
|
+
}, {
|
|
49
|
+
readonly name: "functionSelectors";
|
|
50
|
+
readonly internalType: "bytes4[]";
|
|
51
|
+
readonly type: "bytes4[]";
|
|
52
|
+
}];
|
|
53
|
+
}, {
|
|
54
|
+
readonly name: "_init";
|
|
55
|
+
readonly internalType: "address";
|
|
56
|
+
readonly type: "address";
|
|
57
|
+
}, {
|
|
58
|
+
readonly name: "_calldata";
|
|
59
|
+
readonly internalType: "bytes";
|
|
60
|
+
readonly type: "bytes";
|
|
61
|
+
}];
|
|
62
|
+
readonly name: "diamondCut";
|
|
63
|
+
readonly outputs: readonly [];
|
|
64
|
+
readonly stateMutability: "nonpayable";
|
|
65
|
+
}];
|
|
66
|
+
/**
|
|
67
|
+
* Wraps __{@link useWriteContract}__ with `abi` set to __{@link iDiamondCutAbi}__
|
|
68
|
+
*/
|
|
69
|
+
export declare const useWriteIDiamondCut: import("wagmi/codegen").CreateUseWriteContractReturnType<readonly [{
|
|
70
|
+
readonly type: "event";
|
|
71
|
+
readonly anonymous: false;
|
|
72
|
+
readonly inputs: readonly [{
|
|
73
|
+
readonly name: "_diamondCut";
|
|
74
|
+
readonly internalType: "struct IDiamond.FacetCut[]";
|
|
75
|
+
readonly type: "tuple[]";
|
|
76
|
+
readonly components: readonly [{
|
|
77
|
+
readonly name: "facetAddress";
|
|
78
|
+
readonly internalType: "address";
|
|
79
|
+
readonly type: "address";
|
|
80
|
+
}, {
|
|
81
|
+
readonly name: "action";
|
|
82
|
+
readonly internalType: "enum IDiamond.FacetCutAction";
|
|
83
|
+
readonly type: "uint8";
|
|
84
|
+
}, {
|
|
85
|
+
readonly name: "functionSelectors";
|
|
86
|
+
readonly internalType: "bytes4[]";
|
|
87
|
+
readonly type: "bytes4[]";
|
|
88
|
+
}];
|
|
89
|
+
readonly indexed: false;
|
|
90
|
+
}, {
|
|
91
|
+
readonly name: "_init";
|
|
92
|
+
readonly internalType: "address";
|
|
93
|
+
readonly type: "address";
|
|
94
|
+
readonly indexed: false;
|
|
95
|
+
}, {
|
|
96
|
+
readonly name: "_calldata";
|
|
97
|
+
readonly internalType: "bytes";
|
|
98
|
+
readonly type: "bytes";
|
|
99
|
+
readonly indexed: false;
|
|
100
|
+
}];
|
|
101
|
+
readonly name: "DiamondCut";
|
|
102
|
+
}, {
|
|
103
|
+
readonly type: "function";
|
|
104
|
+
readonly inputs: readonly [{
|
|
105
|
+
readonly name: "_diamondCut";
|
|
106
|
+
readonly internalType: "struct IDiamond.FacetCut[]";
|
|
107
|
+
readonly type: "tuple[]";
|
|
108
|
+
readonly components: readonly [{
|
|
109
|
+
readonly name: "facetAddress";
|
|
110
|
+
readonly internalType: "address";
|
|
111
|
+
readonly type: "address";
|
|
112
|
+
}, {
|
|
113
|
+
readonly name: "action";
|
|
114
|
+
readonly internalType: "enum IDiamond.FacetCutAction";
|
|
115
|
+
readonly type: "uint8";
|
|
116
|
+
}, {
|
|
117
|
+
readonly name: "functionSelectors";
|
|
118
|
+
readonly internalType: "bytes4[]";
|
|
119
|
+
readonly type: "bytes4[]";
|
|
120
|
+
}];
|
|
121
|
+
}, {
|
|
122
|
+
readonly name: "_init";
|
|
123
|
+
readonly internalType: "address";
|
|
124
|
+
readonly type: "address";
|
|
125
|
+
}, {
|
|
126
|
+
readonly name: "_calldata";
|
|
127
|
+
readonly internalType: "bytes";
|
|
128
|
+
readonly type: "bytes";
|
|
129
|
+
}];
|
|
130
|
+
readonly name: "diamondCut";
|
|
131
|
+
readonly outputs: readonly [];
|
|
132
|
+
readonly stateMutability: "nonpayable";
|
|
133
|
+
}], undefined, undefined>;
|
|
134
|
+
/**
|
|
135
|
+
* Wraps __{@link useSimulateContract}__ with `abi` set to __{@link iDiamondCutAbi}__
|
|
136
|
+
*/
|
|
137
|
+
export declare const useSimulateIDiamondCut: import("wagmi/codegen").CreateUseSimulateContractReturnType<readonly [{
|
|
138
|
+
readonly type: "event";
|
|
139
|
+
readonly anonymous: false;
|
|
140
|
+
readonly inputs: readonly [{
|
|
141
|
+
readonly name: "_diamondCut";
|
|
142
|
+
readonly internalType: "struct IDiamond.FacetCut[]";
|
|
143
|
+
readonly type: "tuple[]";
|
|
144
|
+
readonly components: readonly [{
|
|
145
|
+
readonly name: "facetAddress";
|
|
146
|
+
readonly internalType: "address";
|
|
147
|
+
readonly type: "address";
|
|
148
|
+
}, {
|
|
149
|
+
readonly name: "action";
|
|
150
|
+
readonly internalType: "enum IDiamond.FacetCutAction";
|
|
151
|
+
readonly type: "uint8";
|
|
152
|
+
}, {
|
|
153
|
+
readonly name: "functionSelectors";
|
|
154
|
+
readonly internalType: "bytes4[]";
|
|
155
|
+
readonly type: "bytes4[]";
|
|
156
|
+
}];
|
|
157
|
+
readonly indexed: false;
|
|
158
|
+
}, {
|
|
159
|
+
readonly name: "_init";
|
|
160
|
+
readonly internalType: "address";
|
|
161
|
+
readonly type: "address";
|
|
162
|
+
readonly indexed: false;
|
|
163
|
+
}, {
|
|
164
|
+
readonly name: "_calldata";
|
|
165
|
+
readonly internalType: "bytes";
|
|
166
|
+
readonly type: "bytes";
|
|
167
|
+
readonly indexed: false;
|
|
168
|
+
}];
|
|
169
|
+
readonly name: "DiamondCut";
|
|
170
|
+
}, {
|
|
171
|
+
readonly type: "function";
|
|
172
|
+
readonly inputs: readonly [{
|
|
173
|
+
readonly name: "_diamondCut";
|
|
174
|
+
readonly internalType: "struct IDiamond.FacetCut[]";
|
|
175
|
+
readonly type: "tuple[]";
|
|
176
|
+
readonly components: readonly [{
|
|
177
|
+
readonly name: "facetAddress";
|
|
178
|
+
readonly internalType: "address";
|
|
179
|
+
readonly type: "address";
|
|
180
|
+
}, {
|
|
181
|
+
readonly name: "action";
|
|
182
|
+
readonly internalType: "enum IDiamond.FacetCutAction";
|
|
183
|
+
readonly type: "uint8";
|
|
184
|
+
}, {
|
|
185
|
+
readonly name: "functionSelectors";
|
|
186
|
+
readonly internalType: "bytes4[]";
|
|
187
|
+
readonly type: "bytes4[]";
|
|
188
|
+
}];
|
|
189
|
+
}, {
|
|
190
|
+
readonly name: "_init";
|
|
191
|
+
readonly internalType: "address";
|
|
192
|
+
readonly type: "address";
|
|
193
|
+
}, {
|
|
194
|
+
readonly name: "_calldata";
|
|
195
|
+
readonly internalType: "bytes";
|
|
196
|
+
readonly type: "bytes";
|
|
197
|
+
}];
|
|
198
|
+
readonly name: "diamondCut";
|
|
199
|
+
readonly outputs: readonly [];
|
|
200
|
+
readonly stateMutability: "nonpayable";
|
|
201
|
+
}], undefined, undefined>;
|
|
202
|
+
/**
|
|
203
|
+
* Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link iDiamondCutAbi}__
|
|
204
|
+
*/
|
|
205
|
+
export declare const useWatchIDiamondCutEvent: import("wagmi/codegen").CreateUseWatchContractEventReturnType<readonly [{
|
|
206
|
+
readonly type: "event";
|
|
207
|
+
readonly anonymous: false;
|
|
208
|
+
readonly inputs: readonly [{
|
|
209
|
+
readonly name: "_diamondCut";
|
|
210
|
+
readonly internalType: "struct IDiamond.FacetCut[]";
|
|
211
|
+
readonly type: "tuple[]";
|
|
212
|
+
readonly components: readonly [{
|
|
213
|
+
readonly name: "facetAddress";
|
|
214
|
+
readonly internalType: "address";
|
|
215
|
+
readonly type: "address";
|
|
216
|
+
}, {
|
|
217
|
+
readonly name: "action";
|
|
218
|
+
readonly internalType: "enum IDiamond.FacetCutAction";
|
|
219
|
+
readonly type: "uint8";
|
|
220
|
+
}, {
|
|
221
|
+
readonly name: "functionSelectors";
|
|
222
|
+
readonly internalType: "bytes4[]";
|
|
223
|
+
readonly type: "bytes4[]";
|
|
224
|
+
}];
|
|
225
|
+
readonly indexed: false;
|
|
226
|
+
}, {
|
|
227
|
+
readonly name: "_init";
|
|
228
|
+
readonly internalType: "address";
|
|
229
|
+
readonly type: "address";
|
|
230
|
+
readonly indexed: false;
|
|
231
|
+
}, {
|
|
232
|
+
readonly name: "_calldata";
|
|
233
|
+
readonly internalType: "bytes";
|
|
234
|
+
readonly type: "bytes";
|
|
235
|
+
readonly indexed: false;
|
|
236
|
+
}];
|
|
237
|
+
readonly name: "DiamondCut";
|
|
238
|
+
}, {
|
|
239
|
+
readonly type: "function";
|
|
240
|
+
readonly inputs: readonly [{
|
|
241
|
+
readonly name: "_diamondCut";
|
|
242
|
+
readonly internalType: "struct IDiamond.FacetCut[]";
|
|
243
|
+
readonly type: "tuple[]";
|
|
244
|
+
readonly components: readonly [{
|
|
245
|
+
readonly name: "facetAddress";
|
|
246
|
+
readonly internalType: "address";
|
|
247
|
+
readonly type: "address";
|
|
248
|
+
}, {
|
|
249
|
+
readonly name: "action";
|
|
250
|
+
readonly internalType: "enum IDiamond.FacetCutAction";
|
|
251
|
+
readonly type: "uint8";
|
|
252
|
+
}, {
|
|
253
|
+
readonly name: "functionSelectors";
|
|
254
|
+
readonly internalType: "bytes4[]";
|
|
255
|
+
readonly type: "bytes4[]";
|
|
256
|
+
}];
|
|
257
|
+
}, {
|
|
258
|
+
readonly name: "_init";
|
|
259
|
+
readonly internalType: "address";
|
|
260
|
+
readonly type: "address";
|
|
261
|
+
}, {
|
|
262
|
+
readonly name: "_calldata";
|
|
263
|
+
readonly internalType: "bytes";
|
|
264
|
+
readonly type: "bytes";
|
|
265
|
+
}];
|
|
266
|
+
readonly name: "diamondCut";
|
|
267
|
+
readonly outputs: readonly [];
|
|
268
|
+
readonly stateMutability: "nonpayable";
|
|
269
|
+
}], undefined, undefined, "abi">;
|
|
270
|
+
//# sourceMappingURL=IDiamondCut.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IDiamondCut.d.ts","sourceRoot":"","sources":["../../../contracts/flare/IDiamondCut.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyCjB,CAAC;AAMX;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAgE,CAAC;AAEjG;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAmE,CAAC;AAEvG;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAAqE,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { createUseSimulateContract, createUseWatchContractEvent, createUseWriteContract } from 'wagmi/codegen';
|
|
2
|
+
|
|
3
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
4
|
+
// IDiamondCut
|
|
5
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
6
|
+
const iDiamondCutAbi = [
|
|
7
|
+
{
|
|
8
|
+
type: "event",
|
|
9
|
+
anonymous: false,
|
|
10
|
+
inputs: [
|
|
11
|
+
{
|
|
12
|
+
name: "_diamondCut",
|
|
13
|
+
internalType: "struct IDiamond.FacetCut[]",
|
|
14
|
+
type: "tuple[]",
|
|
15
|
+
components: [
|
|
16
|
+
{ name: "facetAddress", internalType: "address", type: "address" },
|
|
17
|
+
{ name: "action", internalType: "enum IDiamond.FacetCutAction", type: "uint8" },
|
|
18
|
+
{ name: "functionSelectors", internalType: "bytes4[]", type: "bytes4[]" },
|
|
19
|
+
],
|
|
20
|
+
indexed: false,
|
|
21
|
+
},
|
|
22
|
+
{ name: "_init", internalType: "address", type: "address", indexed: false },
|
|
23
|
+
{ name: "_calldata", internalType: "bytes", type: "bytes", indexed: false },
|
|
24
|
+
],
|
|
25
|
+
name: "DiamondCut",
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
type: "function",
|
|
29
|
+
inputs: [
|
|
30
|
+
{
|
|
31
|
+
name: "_diamondCut",
|
|
32
|
+
internalType: "struct IDiamond.FacetCut[]",
|
|
33
|
+
type: "tuple[]",
|
|
34
|
+
components: [
|
|
35
|
+
{ name: "facetAddress", internalType: "address", type: "address" },
|
|
36
|
+
{ name: "action", internalType: "enum IDiamond.FacetCutAction", type: "uint8" },
|
|
37
|
+
{ name: "functionSelectors", internalType: "bytes4[]", type: "bytes4[]" },
|
|
38
|
+
],
|
|
39
|
+
},
|
|
40
|
+
{ name: "_init", internalType: "address", type: "address" },
|
|
41
|
+
{ name: "_calldata", internalType: "bytes", type: "bytes" },
|
|
42
|
+
],
|
|
43
|
+
name: "diamondCut",
|
|
44
|
+
outputs: [],
|
|
45
|
+
stateMutability: "nonpayable",
|
|
46
|
+
},
|
|
47
|
+
];
|
|
48
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
49
|
+
// React
|
|
50
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
51
|
+
/**
|
|
52
|
+
* Wraps __{@link useWriteContract}__ with `abi` set to __{@link iDiamondCutAbi}__
|
|
53
|
+
*/
|
|
54
|
+
const useWriteIDiamondCut = /*#__PURE__*/ createUseWriteContract({ abi: iDiamondCutAbi });
|
|
55
|
+
/**
|
|
56
|
+
* Wraps __{@link useSimulateContract}__ with `abi` set to __{@link iDiamondCutAbi}__
|
|
57
|
+
*/
|
|
58
|
+
const useSimulateIDiamondCut = /*#__PURE__*/ createUseSimulateContract({ abi: iDiamondCutAbi });
|
|
59
|
+
/**
|
|
60
|
+
* Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link iDiamondCutAbi}__
|
|
61
|
+
*/
|
|
62
|
+
const useWatchIDiamondCutEvent = /*#__PURE__*/ createUseWatchContractEvent({ abi: iDiamondCutAbi });
|
|
63
|
+
|
|
64
|
+
export { iDiamondCutAbi, useSimulateIDiamondCut, useWatchIDiamondCutEvent, useWriteIDiamondCut };
|
|
65
|
+
//# sourceMappingURL=IDiamondCut.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IDiamondCut.js","sources":["../../../../../contracts/flare/IDiamondCut.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEA;AACA;AACA;AAEO,MAAM,cAAc,GAAG;AAC1B,IAAA;AACI,QAAA,IAAI,EAAE,OAAO;AACb,QAAA,SAAS,EAAE,KAAK;AAChB,QAAA,MAAM,EAAE;AACJ,YAAA;AACI,gBAAA,IAAI,EAAE,aAAa;AACnB,gBAAA,YAAY,EAAE,4BAA4B;AAC1C,gBAAA,IAAI,EAAE,SAAS;AACf,gBAAA,UAAU,EAAE;oBACR,EAAE,IAAI,EAAE,cAAc,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE;oBAClE,EAAE,IAAI,EAAE,QAAQ,EAAE,YAAY,EAAE,8BAA8B,EAAE,IAAI,EAAE,OAAO,EAAE;oBAC/E,EAAE,IAAI,EAAE,mBAAmB,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,EAAE,UAAU,EAAE;AAC5E,iBAAA;AACD,gBAAA,OAAO,EAAE,KAAK;AACjB,aAAA;AACD,YAAA,EAAE,IAAI,EAAE,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAE;AAC3E,YAAA,EAAE,IAAI,EAAE,WAAW,EAAE,YAAY,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE;AAC9E,SAAA;AACD,QAAA,IAAI,EAAE,YAAY;AACrB,KAAA;AACD,IAAA;AACI,QAAA,IAAI,EAAE,UAAU;AAChB,QAAA,MAAM,EAAE;AACJ,YAAA;AACI,gBAAA,IAAI,EAAE,aAAa;AACnB,gBAAA,YAAY,EAAE,4BAA4B;AAC1C,gBAAA,IAAI,EAAE,SAAS;AACf,gBAAA,UAAU,EAAE;oBACR,EAAE,IAAI,EAAE,cAAc,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE;oBAClE,EAAE,IAAI,EAAE,QAAQ,EAAE,YAAY,EAAE,8BAA8B,EAAE,IAAI,EAAE,OAAO,EAAE;oBAC/E,EAAE,IAAI,EAAE,mBAAmB,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,EAAE,UAAU,EAAE;AAC5E,iBAAA;AACJ,aAAA;YACD,EAAE,IAAI,EAAE,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE;YAC3D,EAAE,IAAI,EAAE,WAAW,EAAE,YAAY,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE;AAC9D,SAAA;AACD,QAAA,IAAI,EAAE,YAAY;AAClB,QAAA,OAAO,EAAE,EAAE;AACX,QAAA,eAAe,EAAE,YAAY;AAChC,KAAA;;AAGL;AACA;AACA;AAEA;;AAEG;AACI,MAAM,mBAAmB,iBAAiB,sBAAsB,CAAC,EAAE,GAAG,EAAE,cAAc,EAAE;AAE/F;;AAEG;AACI,MAAM,sBAAsB,iBAAiB,yBAAyB,CAAC,EAAE,GAAG,EAAE,cAAc,EAAE;AAErG;;AAEG;AACI,MAAM,wBAAwB,iBAAiB,2BAA2B,CAAC,EAAE,GAAG,EAAE,cAAc,EAAE;;;;"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const ierc165Abi: readonly [{
|
|
2
|
+
readonly type: "function";
|
|
3
|
+
readonly inputs: readonly [{
|
|
4
|
+
readonly name: "interfaceId";
|
|
5
|
+
readonly internalType: "bytes4";
|
|
6
|
+
readonly type: "bytes4";
|
|
7
|
+
}];
|
|
8
|
+
readonly name: "supportsInterface";
|
|
9
|
+
readonly outputs: readonly [{
|
|
10
|
+
readonly name: "";
|
|
11
|
+
readonly internalType: "bool";
|
|
12
|
+
readonly type: "bool";
|
|
13
|
+
}];
|
|
14
|
+
readonly stateMutability: "view";
|
|
15
|
+
}];
|
|
16
|
+
/**
|
|
17
|
+
* Wraps __{@link useReadContract}__ with `abi` set to __{@link ierc165Abi}__
|
|
18
|
+
*/
|
|
19
|
+
export declare const useReadIerc165: import("wagmi/codegen").CreateUseReadContractReturnType<readonly [{
|
|
20
|
+
readonly type: "function";
|
|
21
|
+
readonly inputs: readonly [{
|
|
22
|
+
readonly name: "interfaceId";
|
|
23
|
+
readonly internalType: "bytes4";
|
|
24
|
+
readonly type: "bytes4";
|
|
25
|
+
}];
|
|
26
|
+
readonly name: "supportsInterface";
|
|
27
|
+
readonly outputs: readonly [{
|
|
28
|
+
readonly name: "";
|
|
29
|
+
readonly internalType: "bool";
|
|
30
|
+
readonly type: "bool";
|
|
31
|
+
}];
|
|
32
|
+
readonly stateMutability: "view";
|
|
33
|
+
}], undefined, undefined, "abi">;
|
|
34
|
+
//# sourceMappingURL=IERC165.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IERC165.d.ts","sourceRoot":"","sources":["../../../contracts/flare/IERC165.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;EAQb,CAAC;AAMX;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;gCAA2D,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { createUseReadContract } from 'wagmi/codegen';
|
|
2
|
+
|
|
3
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
4
|
+
// IERC165
|
|
5
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
6
|
+
const ierc165Abi = [
|
|
7
|
+
{
|
|
8
|
+
type: "function",
|
|
9
|
+
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
10
|
+
name: "supportsInterface",
|
|
11
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
12
|
+
stateMutability: "view",
|
|
13
|
+
},
|
|
14
|
+
];
|
|
15
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
16
|
+
// React
|
|
17
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
18
|
+
/**
|
|
19
|
+
* Wraps __{@link useReadContract}__ with `abi` set to __{@link ierc165Abi}__
|
|
20
|
+
*/
|
|
21
|
+
const useReadIerc165 = /*#__PURE__*/ createUseReadContract({ abi: ierc165Abi });
|
|
22
|
+
|
|
23
|
+
export { ierc165Abi, useReadIerc165 };
|
|
24
|
+
//# sourceMappingURL=IERC165.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IERC165.js","sources":["../../../../../contracts/flare/IERC165.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEA;AACA;AACA;AAEO,MAAM,UAAU,GAAG;AACtB,IAAA;AACI,QAAA,IAAI,EAAE,UAAU;AAChB,QAAA,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;AACzE,QAAA,IAAI,EAAE,mBAAmB;AACzB,QAAA,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;AAC3D,QAAA,eAAe,EAAE,MAAM;AAC1B,KAAA;;AAGL;AACA;AACA;AAEA;;AAEG;AACI,MAAM,cAAc,iBAAiB,qBAAqB,CAAC,EAAE,GAAG,EAAE,UAAU,EAAE;;;;"}
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
export declare const ierc173Abi: readonly [{
|
|
2
|
+
readonly type: "event";
|
|
3
|
+
readonly anonymous: false;
|
|
4
|
+
readonly inputs: readonly [{
|
|
5
|
+
readonly name: "previousOwner";
|
|
6
|
+
readonly internalType: "address";
|
|
7
|
+
readonly type: "address";
|
|
8
|
+
readonly indexed: true;
|
|
9
|
+
}, {
|
|
10
|
+
readonly name: "newOwner";
|
|
11
|
+
readonly internalType: "address";
|
|
12
|
+
readonly type: "address";
|
|
13
|
+
readonly indexed: true;
|
|
14
|
+
}];
|
|
15
|
+
readonly name: "OwnershipTransferred";
|
|
16
|
+
}, {
|
|
17
|
+
readonly type: "function";
|
|
18
|
+
readonly inputs: readonly [];
|
|
19
|
+
readonly name: "owner";
|
|
20
|
+
readonly outputs: readonly [{
|
|
21
|
+
readonly name: "owner_";
|
|
22
|
+
readonly internalType: "address";
|
|
23
|
+
readonly type: "address";
|
|
24
|
+
}];
|
|
25
|
+
readonly stateMutability: "view";
|
|
26
|
+
}, {
|
|
27
|
+
readonly type: "function";
|
|
28
|
+
readonly inputs: readonly [{
|
|
29
|
+
readonly name: "_newOwner";
|
|
30
|
+
readonly internalType: "address";
|
|
31
|
+
readonly type: "address";
|
|
32
|
+
}];
|
|
33
|
+
readonly name: "transferOwnership";
|
|
34
|
+
readonly outputs: readonly [];
|
|
35
|
+
readonly stateMutability: "nonpayable";
|
|
36
|
+
}];
|
|
37
|
+
/**
|
|
38
|
+
* Wraps __{@link useReadContract}__ with `abi` set to __{@link ierc173Abi}__
|
|
39
|
+
*/
|
|
40
|
+
export declare const useReadIerc173: import("wagmi/codegen").CreateUseReadContractReturnType<readonly [{
|
|
41
|
+
readonly type: "event";
|
|
42
|
+
readonly anonymous: false;
|
|
43
|
+
readonly inputs: readonly [{
|
|
44
|
+
readonly name: "previousOwner";
|
|
45
|
+
readonly internalType: "address";
|
|
46
|
+
readonly type: "address";
|
|
47
|
+
readonly indexed: true;
|
|
48
|
+
}, {
|
|
49
|
+
readonly name: "newOwner";
|
|
50
|
+
readonly internalType: "address";
|
|
51
|
+
readonly type: "address";
|
|
52
|
+
readonly indexed: true;
|
|
53
|
+
}];
|
|
54
|
+
readonly name: "OwnershipTransferred";
|
|
55
|
+
}, {
|
|
56
|
+
readonly type: "function";
|
|
57
|
+
readonly inputs: readonly [];
|
|
58
|
+
readonly name: "owner";
|
|
59
|
+
readonly outputs: readonly [{
|
|
60
|
+
readonly name: "owner_";
|
|
61
|
+
readonly internalType: "address";
|
|
62
|
+
readonly type: "address";
|
|
63
|
+
}];
|
|
64
|
+
readonly stateMutability: "view";
|
|
65
|
+
}, {
|
|
66
|
+
readonly type: "function";
|
|
67
|
+
readonly inputs: readonly [{
|
|
68
|
+
readonly name: "_newOwner";
|
|
69
|
+
readonly internalType: "address";
|
|
70
|
+
readonly type: "address";
|
|
71
|
+
}];
|
|
72
|
+
readonly name: "transferOwnership";
|
|
73
|
+
readonly outputs: readonly [];
|
|
74
|
+
readonly stateMutability: "nonpayable";
|
|
75
|
+
}], undefined, undefined, "abi">;
|
|
76
|
+
/**
|
|
77
|
+
* Wraps __{@link useWriteContract}__ with `abi` set to __{@link ierc173Abi}__
|
|
78
|
+
*/
|
|
79
|
+
export declare const useWriteIerc173: import("wagmi/codegen").CreateUseWriteContractReturnType<readonly [{
|
|
80
|
+
readonly type: "event";
|
|
81
|
+
readonly anonymous: false;
|
|
82
|
+
readonly inputs: readonly [{
|
|
83
|
+
readonly name: "previousOwner";
|
|
84
|
+
readonly internalType: "address";
|
|
85
|
+
readonly type: "address";
|
|
86
|
+
readonly indexed: true;
|
|
87
|
+
}, {
|
|
88
|
+
readonly name: "newOwner";
|
|
89
|
+
readonly internalType: "address";
|
|
90
|
+
readonly type: "address";
|
|
91
|
+
readonly indexed: true;
|
|
92
|
+
}];
|
|
93
|
+
readonly name: "OwnershipTransferred";
|
|
94
|
+
}, {
|
|
95
|
+
readonly type: "function";
|
|
96
|
+
readonly inputs: readonly [];
|
|
97
|
+
readonly name: "owner";
|
|
98
|
+
readonly outputs: readonly [{
|
|
99
|
+
readonly name: "owner_";
|
|
100
|
+
readonly internalType: "address";
|
|
101
|
+
readonly type: "address";
|
|
102
|
+
}];
|
|
103
|
+
readonly stateMutability: "view";
|
|
104
|
+
}, {
|
|
105
|
+
readonly type: "function";
|
|
106
|
+
readonly inputs: readonly [{
|
|
107
|
+
readonly name: "_newOwner";
|
|
108
|
+
readonly internalType: "address";
|
|
109
|
+
readonly type: "address";
|
|
110
|
+
}];
|
|
111
|
+
readonly name: "transferOwnership";
|
|
112
|
+
readonly outputs: readonly [];
|
|
113
|
+
readonly stateMutability: "nonpayable";
|
|
114
|
+
}], undefined, undefined>;
|
|
115
|
+
/**
|
|
116
|
+
* Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ierc173Abi}__
|
|
117
|
+
*/
|
|
118
|
+
export declare const useSimulateIerc173: import("wagmi/codegen").CreateUseSimulateContractReturnType<readonly [{
|
|
119
|
+
readonly type: "event";
|
|
120
|
+
readonly anonymous: false;
|
|
121
|
+
readonly inputs: readonly [{
|
|
122
|
+
readonly name: "previousOwner";
|
|
123
|
+
readonly internalType: "address";
|
|
124
|
+
readonly type: "address";
|
|
125
|
+
readonly indexed: true;
|
|
126
|
+
}, {
|
|
127
|
+
readonly name: "newOwner";
|
|
128
|
+
readonly internalType: "address";
|
|
129
|
+
readonly type: "address";
|
|
130
|
+
readonly indexed: true;
|
|
131
|
+
}];
|
|
132
|
+
readonly name: "OwnershipTransferred";
|
|
133
|
+
}, {
|
|
134
|
+
readonly type: "function";
|
|
135
|
+
readonly inputs: readonly [];
|
|
136
|
+
readonly name: "owner";
|
|
137
|
+
readonly outputs: readonly [{
|
|
138
|
+
readonly name: "owner_";
|
|
139
|
+
readonly internalType: "address";
|
|
140
|
+
readonly type: "address";
|
|
141
|
+
}];
|
|
142
|
+
readonly stateMutability: "view";
|
|
143
|
+
}, {
|
|
144
|
+
readonly type: "function";
|
|
145
|
+
readonly inputs: readonly [{
|
|
146
|
+
readonly name: "_newOwner";
|
|
147
|
+
readonly internalType: "address";
|
|
148
|
+
readonly type: "address";
|
|
149
|
+
}];
|
|
150
|
+
readonly name: "transferOwnership";
|
|
151
|
+
readonly outputs: readonly [];
|
|
152
|
+
readonly stateMutability: "nonpayable";
|
|
153
|
+
}], undefined, undefined>;
|
|
154
|
+
/**
|
|
155
|
+
* Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link ierc173Abi}__
|
|
156
|
+
*/
|
|
157
|
+
export declare const useWatchIerc173Event: import("wagmi/codegen").CreateUseWatchContractEventReturnType<readonly [{
|
|
158
|
+
readonly type: "event";
|
|
159
|
+
readonly anonymous: false;
|
|
160
|
+
readonly inputs: readonly [{
|
|
161
|
+
readonly name: "previousOwner";
|
|
162
|
+
readonly internalType: "address";
|
|
163
|
+
readonly type: "address";
|
|
164
|
+
readonly indexed: true;
|
|
165
|
+
}, {
|
|
166
|
+
readonly name: "newOwner";
|
|
167
|
+
readonly internalType: "address";
|
|
168
|
+
readonly type: "address";
|
|
169
|
+
readonly indexed: true;
|
|
170
|
+
}];
|
|
171
|
+
readonly name: "OwnershipTransferred";
|
|
172
|
+
}, {
|
|
173
|
+
readonly type: "function";
|
|
174
|
+
readonly inputs: readonly [];
|
|
175
|
+
readonly name: "owner";
|
|
176
|
+
readonly outputs: readonly [{
|
|
177
|
+
readonly name: "owner_";
|
|
178
|
+
readonly internalType: "address";
|
|
179
|
+
readonly type: "address";
|
|
180
|
+
}];
|
|
181
|
+
readonly stateMutability: "view";
|
|
182
|
+
}, {
|
|
183
|
+
readonly type: "function";
|
|
184
|
+
readonly inputs: readonly [{
|
|
185
|
+
readonly name: "_newOwner";
|
|
186
|
+
readonly internalType: "address";
|
|
187
|
+
readonly type: "address";
|
|
188
|
+
}];
|
|
189
|
+
readonly name: "transferOwnership";
|
|
190
|
+
readonly outputs: readonly [];
|
|
191
|
+
readonly stateMutability: "nonpayable";
|
|
192
|
+
}], undefined, undefined, "abi">;
|
|
193
|
+
//# sourceMappingURL=IERC173.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IERC173.d.ts","sourceRoot":"","sources":["../../../contracts/flare/IERC173.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwBb,CAAC;AAMX;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAA2D,CAAC;AAEvF;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAA4D,CAAC;AAEzF;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAA+D,CAAC;AAE/F;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAAiE,CAAC"}
|