@flarenetwork/flare-wagmi-periphery-package 2.4.0 → 2.5.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.
Files changed (73) hide show
  1. package/dist/contracts/flare/IAgentVaultsFacet.d.ts +298 -0
  2. package/dist/contracts/flare/IAgentVaultsFacet.d.ts.map +1 -0
  3. package/dist/contracts/flare/IAgentVaultsFacet.js +76 -0
  4. package/dist/contracts/flare/IAgentVaultsFacet.js.map +1 -0
  5. package/dist/contracts/flare/ICustomInstructionsFacet.d.ts +713 -0
  6. package/dist/contracts/flare/ICustomInstructionsFacet.d.ts.map +1 -0
  7. package/dist/contracts/flare/ICustomInstructionsFacet.js +123 -0
  8. package/dist/contracts/flare/ICustomInstructionsFacet.js.map +1 -0
  9. package/dist/contracts/flare/IDiamond.d.ts +72 -0
  10. package/dist/contracts/flare/IDiamond.d.ts.map +1 -0
  11. package/dist/contracts/flare/IDiamond.js +37 -0
  12. package/dist/contracts/flare/IDiamond.js.map +1 -0
  13. package/dist/contracts/flare/IDiamondCut.d.ts +270 -0
  14. package/dist/contracts/flare/IDiamondCut.d.ts.map +1 -0
  15. package/dist/contracts/flare/IDiamondCut.js +65 -0
  16. package/dist/contracts/flare/IDiamondCut.js.map +1 -0
  17. package/dist/contracts/flare/IERC165.d.ts +34 -0
  18. package/dist/contracts/flare/IERC165.d.ts.map +1 -0
  19. package/dist/contracts/flare/IERC165.js +24 -0
  20. package/dist/contracts/flare/IERC165.js.map +1 -0
  21. package/dist/contracts/flare/IERC173.d.ts +193 -0
  22. package/dist/contracts/flare/IERC173.d.ts.map +1 -0
  23. package/dist/contracts/flare/IERC173.js +52 -0
  24. package/dist/contracts/flare/IERC173.js.map +1 -0
  25. package/dist/contracts/flare/IExecutorsFacet.d.ts +136 -0
  26. package/dist/contracts/flare/IExecutorsFacet.d.ts.map +1 -0
  27. package/dist/contracts/flare/IExecutorsFacet.js +45 -0
  28. package/dist/contracts/flare/IExecutorsFacet.js.map +1 -0
  29. package/dist/contracts/flare/IInstructionFeesFacet.d.ts +247 -0
  30. package/dist/contracts/flare/IInstructionFeesFacet.d.ts.map +1 -0
  31. package/dist/contracts/flare/IInstructionFeesFacet.js +69 -0
  32. package/dist/contracts/flare/IInstructionFeesFacet.js.map +1 -0
  33. package/dist/contracts/flare/IInstructionsFacet.d.ts +3463 -0
  34. package/dist/contracts/flare/IInstructionsFacet.d.ts.map +1 -0
  35. package/dist/contracts/flare/IInstructionsFacet.js +342 -0
  36. package/dist/contracts/flare/IInstructionsFacet.js.map +1 -0
  37. package/dist/contracts/flare/IMasterAccountController.d.ts +8693 -0
  38. package/dist/contracts/flare/IMasterAccountController.d.ts.map +1 -0
  39. package/dist/contracts/flare/IMasterAccountController.js +919 -0
  40. package/dist/contracts/flare/IMasterAccountController.js.map +1 -0
  41. package/dist/contracts/flare/IPaymentProofsFacet.d.ts +184 -0
  42. package/dist/contracts/flare/IPaymentProofsFacet.d.ts.map +1 -0
  43. package/dist/contracts/flare/IPaymentProofsFacet.js +52 -0
  44. package/dist/contracts/flare/IPaymentProofsFacet.js.map +1 -0
  45. package/dist/contracts/flare/IPersonalAccount.d.ts +1099 -0
  46. package/dist/contracts/flare/IPersonalAccount.d.ts.map +1 -0
  47. package/dist/contracts/flare/IPersonalAccount.js +204 -0
  48. package/dist/contracts/flare/IPersonalAccount.js.map +1 -0
  49. package/dist/contracts/flare/IPersonalAccountsFacet.d.ts +193 -0
  50. package/dist/contracts/flare/IPersonalAccountsFacet.d.ts.map +1 -0
  51. package/dist/contracts/flare/IPersonalAccountsFacet.js +58 -0
  52. package/dist/contracts/flare/IPersonalAccountsFacet.js.map +1 -0
  53. package/dist/contracts/flare/ISwapFacet.d.ts +763 -0
  54. package/dist/contracts/flare/ISwapFacet.d.ts.map +1 -0
  55. package/dist/contracts/flare/ISwapFacet.js +90 -0
  56. package/dist/contracts/flare/ISwapFacet.js.map +1 -0
  57. package/dist/contracts/flare/ITimelockFacet.d.ts +498 -0
  58. package/dist/contracts/flare/ITimelockFacet.d.ts.map +1 -0
  59. package/dist/contracts/flare/ITimelockFacet.js +81 -0
  60. package/dist/contracts/flare/ITimelockFacet.js.map +1 -0
  61. package/dist/contracts/flare/IVaultsFacet.d.ts +340 -0
  62. package/dist/contracts/flare/IVaultsFacet.d.ts.map +1 -0
  63. package/dist/contracts/flare/IVaultsFacet.js +67 -0
  64. package/dist/contracts/flare/IVaultsFacet.js.map +1 -0
  65. package/dist/contracts/flare/IXrplProviderWalletsFacet.d.ts +148 -0
  66. package/dist/contracts/flare/IXrplProviderWalletsFacet.d.ts.map +1 -0
  67. package/dist/contracts/flare/IXrplProviderWalletsFacet.js +54 -0
  68. package/dist/contracts/flare/IXrplProviderWalletsFacet.js.map +1 -0
  69. package/dist/contracts/flare/index.d.ts +17 -0
  70. package/dist/contracts/flare/index.d.ts.map +1 -1
  71. package/dist/contracts/flare/index.js +17 -0
  72. package/dist/contracts/flare/index.js.map +1 -1
  73. package/package.json +4 -4
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ICustomInstructionsFacet.d.ts","sourceRoot":"","sources":["../../../contracts/flare/ICustomInstructionsFacet.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuF9B,CAAC;AAMX;;GAEG;AACH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAE1C,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAE3C,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAE9C,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAEhD,CAAC"}
@@ -0,0 +1,123 @@
1
+ import { createUseReadContract, createUseSimulateContract, createUseWatchContractEvent, createUseWriteContract } from 'wagmi/codegen';
2
+
3
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4
+ // ICustomInstructionsFacet
5
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
6
+ const iCustomInstructionsFacetAbi = [
7
+ { type: "error", inputs: [], name: "EmptyCustomInstruction" },
8
+ { type: "error", inputs: [], name: "TargetAddressZero" },
9
+ {
10
+ type: "error",
11
+ inputs: [{ name: "target", internalType: "address", type: "address" }],
12
+ name: "TargetNotAContract",
13
+ },
14
+ {
15
+ type: "event",
16
+ anonymous: false,
17
+ inputs: [{ name: "customInstructionHash", internalType: "bytes32", type: "bytes32", indexed: true }],
18
+ name: "CustomInstructionAlreadyRegistered",
19
+ },
20
+ {
21
+ type: "event",
22
+ anonymous: false,
23
+ inputs: [{ name: "customInstructionHash", internalType: "bytes32", type: "bytes32", indexed: true }],
24
+ name: "CustomInstructionRegistered",
25
+ },
26
+ {
27
+ type: "function",
28
+ inputs: [
29
+ {
30
+ name: "_customInstruction",
31
+ internalType: "struct ICustomInstructionsFacet.CustomCall[]",
32
+ type: "tuple[]",
33
+ components: [
34
+ { name: "targetContract", internalType: "address", type: "address" },
35
+ { name: "value", internalType: "uint256", type: "uint256" },
36
+ { name: "data", internalType: "bytes", type: "bytes" },
37
+ ],
38
+ },
39
+ ],
40
+ name: "encodeCustomInstruction",
41
+ outputs: [{ name: "_customInstructionHash", internalType: "bytes32", type: "bytes32" }],
42
+ stateMutability: "pure",
43
+ },
44
+ {
45
+ type: "function",
46
+ inputs: [{ name: "_customInstructionHash", internalType: "bytes32", type: "bytes32" }],
47
+ name: "getCustomInstruction",
48
+ outputs: [
49
+ {
50
+ name: "_customInstruction",
51
+ internalType: "struct ICustomInstructionsFacet.CustomCall[]",
52
+ type: "tuple[]",
53
+ components: [
54
+ { name: "targetContract", internalType: "address", type: "address" },
55
+ { name: "value", internalType: "uint256", type: "uint256" },
56
+ { name: "data", internalType: "bytes", type: "bytes" },
57
+ ],
58
+ },
59
+ ],
60
+ stateMutability: "view",
61
+ },
62
+ {
63
+ type: "function",
64
+ inputs: [
65
+ { name: "_start", internalType: "uint256", type: "uint256" },
66
+ { name: "_end", internalType: "uint256", type: "uint256" },
67
+ ],
68
+ name: "getCustomInstructionHashes",
69
+ outputs: [
70
+ { name: "_customInstructionHashes", internalType: "bytes32[]", type: "bytes32[]" },
71
+ { name: "_totalLength", internalType: "uint256", type: "uint256" },
72
+ ],
73
+ stateMutability: "view",
74
+ },
75
+ {
76
+ type: "function",
77
+ inputs: [
78
+ {
79
+ name: "_customInstruction",
80
+ internalType: "struct ICustomInstructionsFacet.CustomCall[]",
81
+ type: "tuple[]",
82
+ components: [
83
+ { name: "targetContract", internalType: "address", type: "address" },
84
+ { name: "value", internalType: "uint256", type: "uint256" },
85
+ { name: "data", internalType: "bytes", type: "bytes" },
86
+ ],
87
+ },
88
+ ],
89
+ name: "registerCustomInstruction",
90
+ outputs: [{ name: "_customInstructionHash", internalType: "bytes32", type: "bytes32" }],
91
+ stateMutability: "nonpayable",
92
+ },
93
+ ];
94
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
95
+ // React
96
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
97
+ /**
98
+ * Wraps __{@link useReadContract}__ with `abi` set to __{@link iCustomInstructionsFacetAbi}__
99
+ */
100
+ const useReadICustomInstructionsFacet = /*#__PURE__*/ createUseReadContract({
101
+ abi: iCustomInstructionsFacetAbi,
102
+ });
103
+ /**
104
+ * Wraps __{@link useWriteContract}__ with `abi` set to __{@link iCustomInstructionsFacetAbi}__
105
+ */
106
+ const useWriteICustomInstructionsFacet = /*#__PURE__*/ createUseWriteContract({
107
+ abi: iCustomInstructionsFacetAbi,
108
+ });
109
+ /**
110
+ * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link iCustomInstructionsFacetAbi}__
111
+ */
112
+ const useSimulateICustomInstructionsFacet = /*#__PURE__*/ createUseSimulateContract({
113
+ abi: iCustomInstructionsFacetAbi,
114
+ });
115
+ /**
116
+ * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link iCustomInstructionsFacetAbi}__
117
+ */
118
+ const useWatchICustomInstructionsFacetEvent = /*#__PURE__*/ createUseWatchContractEvent({
119
+ abi: iCustomInstructionsFacetAbi,
120
+ });
121
+
122
+ export { iCustomInstructionsFacetAbi, useReadICustomInstructionsFacet, useSimulateICustomInstructionsFacet, useWatchICustomInstructionsFacetEvent, useWriteICustomInstructionsFacet };
123
+ //# sourceMappingURL=ICustomInstructionsFacet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ICustomInstructionsFacet.js","sources":["../../../../../contracts/flare/ICustomInstructionsFacet.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
@@ -0,0 +1,72 @@
1
+ export declare const iDiamondAbi: 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
+ /**
36
+ * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link iDiamondAbi}__
37
+ */
38
+ export declare const useWatchIDiamondEvent: import("wagmi/codegen").CreateUseWatchContractEventReturnType<readonly [{
39
+ readonly type: "event";
40
+ readonly anonymous: false;
41
+ readonly inputs: readonly [{
42
+ readonly name: "_diamondCut";
43
+ readonly internalType: "struct IDiamond.FacetCut[]";
44
+ readonly type: "tuple[]";
45
+ readonly components: readonly [{
46
+ readonly name: "facetAddress";
47
+ readonly internalType: "address";
48
+ readonly type: "address";
49
+ }, {
50
+ readonly name: "action";
51
+ readonly internalType: "enum IDiamond.FacetCutAction";
52
+ readonly type: "uint8";
53
+ }, {
54
+ readonly name: "functionSelectors";
55
+ readonly internalType: "bytes4[]";
56
+ readonly type: "bytes4[]";
57
+ }];
58
+ readonly indexed: false;
59
+ }, {
60
+ readonly name: "_init";
61
+ readonly internalType: "address";
62
+ readonly type: "address";
63
+ readonly indexed: false;
64
+ }, {
65
+ readonly name: "_calldata";
66
+ readonly internalType: "bytes";
67
+ readonly type: "bytes";
68
+ readonly indexed: false;
69
+ }];
70
+ readonly name: "DiamondCut";
71
+ }], undefined, undefined, "abi">;
72
+ //# sourceMappingURL=IDiamond.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDiamond.d.ts","sourceRoot":"","sources":["../../../contracts/flare/IDiamond.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBd,CAAC;AAMX;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAAkE,CAAC"}
@@ -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"}