@ercworldio/blockchain-shared 1.0.2-dev.9 → 1.0.3-dev.0-PROJ-1281

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 (76) hide show
  1. package/build/chains/networks_dev.json +65 -17
  2. package/build/chains/networks_prod-bu.json +52 -13
  3. package/build/chains/networks_prod-dz.json +64 -16
  4. package/build/chains/networks_stg-bu.json +54 -14
  5. package/build/chains/networks_stg-dz.json +69 -18
  6. package/build/chains/networks_stg-sh.json +573 -0
  7. package/build/chains/networks_stg-yb.json +573 -0
  8. package/build/chains/stg-sh.json +93 -0
  9. package/build/contracts/Escrow.d.ts +1 -1
  10. package/build/contracts/Escrow.d.ts.map +1 -1
  11. package/build/contracts/Escrow.js +2 -2
  12. package/build/contracts/artifacts/Escrow.json +16 -0
  13. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.d.ts +232 -0
  14. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.d.ts.map +1 -0
  15. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.js +2 -0
  16. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
  17. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
  18. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +2 -0
  19. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -1
  20. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.d.ts +21 -0
  21. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.d.ts.map +1 -0
  22. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.js +2 -0
  23. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +2 -0
  24. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.d.ts.map +1 -0
  25. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.js +2 -0
  26. package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts +5 -3
  27. package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts.map +1 -1
  28. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.d.ts +290 -0
  29. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.d.ts.map +1 -0
  30. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.js +390 -0
  31. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
  32. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
  33. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +3 -1
  34. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +1 -0
  35. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -1
  36. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +2 -1
  37. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts +47 -0
  38. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts.map +1 -0
  39. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js +71 -0
  40. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +2 -0
  41. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.d.ts.map +1 -0
  42. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.js +8 -0
  43. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts +1 -1
  44. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts.map +1 -1
  45. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.js +1 -1
  46. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts +1 -1
  47. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts.map +1 -1
  48. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js +1 -1
  49. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +1 -1
  50. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts.map +1 -1
  51. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +1 -1
  52. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts +1 -1
  53. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts.map +1 -1
  54. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.js +1 -1
  55. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts +1 -1
  56. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts.map +1 -1
  57. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.js +1 -1
  58. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts +1 -1
  59. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts.map +1 -1
  60. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.js +1 -1
  61. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts +13 -1
  62. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts.map +1 -1
  63. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.js +17 -1
  64. package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts +1 -1
  65. package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts.map +1 -1
  66. package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.js +1 -1
  67. package/build/contracts/typechain-types/index.d.ts +4 -0
  68. package/build/contracts/typechain-types/index.d.ts.map +1 -1
  69. package/build/contracts/typechain-types/index.js +5 -1
  70. package/build/interfaces.d.ts +5 -1
  71. package/build/interfaces.d.ts.map +1 -1
  72. package/build/interfaces.js +1 -0
  73. package/build/services/Redis.d.ts +9 -0
  74. package/build/services/Redis.d.ts.map +1 -1
  75. package/build/services/Redis.js +63 -0
  76. package/package.json +1 -1
@@ -0,0 +1,290 @@
1
+ import { type ContractRunner } from "ethers";
2
+ import type { IERC1363, IERC1363Interface } from "../../../../@openzeppelin/contracts/interfaces/IERC1363";
3
+ export declare class IERC1363__factory {
4
+ static readonly abi: readonly [{
5
+ readonly anonymous: false;
6
+ readonly inputs: readonly [{
7
+ readonly indexed: true;
8
+ readonly internalType: "address";
9
+ readonly name: "owner";
10
+ readonly type: "address";
11
+ }, {
12
+ readonly indexed: true;
13
+ readonly internalType: "address";
14
+ readonly name: "spender";
15
+ readonly type: "address";
16
+ }, {
17
+ readonly indexed: false;
18
+ readonly internalType: "uint256";
19
+ readonly name: "value";
20
+ readonly type: "uint256";
21
+ }];
22
+ readonly name: "Approval";
23
+ readonly type: "event";
24
+ }, {
25
+ readonly anonymous: false;
26
+ readonly inputs: readonly [{
27
+ readonly indexed: true;
28
+ readonly internalType: "address";
29
+ readonly name: "from";
30
+ readonly type: "address";
31
+ }, {
32
+ readonly indexed: true;
33
+ readonly internalType: "address";
34
+ readonly name: "to";
35
+ readonly type: "address";
36
+ }, {
37
+ readonly indexed: false;
38
+ readonly internalType: "uint256";
39
+ readonly name: "value";
40
+ readonly type: "uint256";
41
+ }];
42
+ readonly name: "Transfer";
43
+ readonly type: "event";
44
+ }, {
45
+ readonly inputs: readonly [{
46
+ readonly internalType: "address";
47
+ readonly name: "owner";
48
+ readonly type: "address";
49
+ }, {
50
+ readonly internalType: "address";
51
+ readonly name: "spender";
52
+ readonly type: "address";
53
+ }];
54
+ readonly name: "allowance";
55
+ readonly outputs: readonly [{
56
+ readonly internalType: "uint256";
57
+ readonly name: "";
58
+ readonly type: "uint256";
59
+ }];
60
+ readonly stateMutability: "view";
61
+ readonly type: "function";
62
+ }, {
63
+ readonly inputs: readonly [{
64
+ readonly internalType: "address";
65
+ readonly name: "spender";
66
+ readonly type: "address";
67
+ }, {
68
+ readonly internalType: "uint256";
69
+ readonly name: "value";
70
+ readonly type: "uint256";
71
+ }];
72
+ readonly name: "approve";
73
+ readonly outputs: readonly [{
74
+ readonly internalType: "bool";
75
+ readonly name: "";
76
+ readonly type: "bool";
77
+ }];
78
+ readonly stateMutability: "nonpayable";
79
+ readonly type: "function";
80
+ }, {
81
+ readonly inputs: readonly [{
82
+ readonly internalType: "address";
83
+ readonly name: "spender";
84
+ readonly type: "address";
85
+ }, {
86
+ readonly internalType: "uint256";
87
+ readonly name: "value";
88
+ readonly type: "uint256";
89
+ }];
90
+ readonly name: "approveAndCall";
91
+ readonly outputs: readonly [{
92
+ readonly internalType: "bool";
93
+ readonly name: "";
94
+ readonly type: "bool";
95
+ }];
96
+ readonly stateMutability: "nonpayable";
97
+ readonly type: "function";
98
+ }, {
99
+ readonly inputs: readonly [{
100
+ readonly internalType: "address";
101
+ readonly name: "spender";
102
+ readonly type: "address";
103
+ }, {
104
+ readonly internalType: "uint256";
105
+ readonly name: "value";
106
+ readonly type: "uint256";
107
+ }, {
108
+ readonly internalType: "bytes";
109
+ readonly name: "data";
110
+ readonly type: "bytes";
111
+ }];
112
+ readonly name: "approveAndCall";
113
+ readonly outputs: readonly [{
114
+ readonly internalType: "bool";
115
+ readonly name: "";
116
+ readonly type: "bool";
117
+ }];
118
+ readonly stateMutability: "nonpayable";
119
+ readonly type: "function";
120
+ }, {
121
+ readonly inputs: readonly [{
122
+ readonly internalType: "address";
123
+ readonly name: "account";
124
+ readonly type: "address";
125
+ }];
126
+ readonly name: "balanceOf";
127
+ readonly outputs: readonly [{
128
+ readonly internalType: "uint256";
129
+ readonly name: "";
130
+ readonly type: "uint256";
131
+ }];
132
+ readonly stateMutability: "view";
133
+ readonly type: "function";
134
+ }, {
135
+ readonly inputs: readonly [{
136
+ readonly internalType: "bytes4";
137
+ readonly name: "interfaceId";
138
+ readonly type: "bytes4";
139
+ }];
140
+ readonly name: "supportsInterface";
141
+ readonly outputs: readonly [{
142
+ readonly internalType: "bool";
143
+ readonly name: "";
144
+ readonly type: "bool";
145
+ }];
146
+ readonly stateMutability: "view";
147
+ readonly type: "function";
148
+ }, {
149
+ readonly inputs: readonly [];
150
+ readonly name: "totalSupply";
151
+ readonly outputs: readonly [{
152
+ readonly internalType: "uint256";
153
+ readonly name: "";
154
+ readonly type: "uint256";
155
+ }];
156
+ readonly stateMutability: "view";
157
+ readonly type: "function";
158
+ }, {
159
+ readonly inputs: readonly [{
160
+ readonly internalType: "address";
161
+ readonly name: "to";
162
+ readonly type: "address";
163
+ }, {
164
+ readonly internalType: "uint256";
165
+ readonly name: "value";
166
+ readonly type: "uint256";
167
+ }];
168
+ readonly name: "transfer";
169
+ readonly outputs: readonly [{
170
+ readonly internalType: "bool";
171
+ readonly name: "";
172
+ readonly type: "bool";
173
+ }];
174
+ readonly stateMutability: "nonpayable";
175
+ readonly type: "function";
176
+ }, {
177
+ readonly inputs: readonly [{
178
+ readonly internalType: "address";
179
+ readonly name: "to";
180
+ readonly type: "address";
181
+ }, {
182
+ readonly internalType: "uint256";
183
+ readonly name: "value";
184
+ readonly type: "uint256";
185
+ }];
186
+ readonly name: "transferAndCall";
187
+ readonly outputs: readonly [{
188
+ readonly internalType: "bool";
189
+ readonly name: "";
190
+ readonly type: "bool";
191
+ }];
192
+ readonly stateMutability: "nonpayable";
193
+ readonly type: "function";
194
+ }, {
195
+ readonly inputs: readonly [{
196
+ readonly internalType: "address";
197
+ readonly name: "to";
198
+ readonly type: "address";
199
+ }, {
200
+ readonly internalType: "uint256";
201
+ readonly name: "value";
202
+ readonly type: "uint256";
203
+ }, {
204
+ readonly internalType: "bytes";
205
+ readonly name: "data";
206
+ readonly type: "bytes";
207
+ }];
208
+ readonly name: "transferAndCall";
209
+ readonly outputs: readonly [{
210
+ readonly internalType: "bool";
211
+ readonly name: "";
212
+ readonly type: "bool";
213
+ }];
214
+ readonly stateMutability: "nonpayable";
215
+ readonly type: "function";
216
+ }, {
217
+ readonly inputs: readonly [{
218
+ readonly internalType: "address";
219
+ readonly name: "from";
220
+ readonly type: "address";
221
+ }, {
222
+ readonly internalType: "address";
223
+ readonly name: "to";
224
+ readonly type: "address";
225
+ }, {
226
+ readonly internalType: "uint256";
227
+ readonly name: "value";
228
+ readonly type: "uint256";
229
+ }];
230
+ readonly name: "transferFrom";
231
+ readonly outputs: readonly [{
232
+ readonly internalType: "bool";
233
+ readonly name: "";
234
+ readonly type: "bool";
235
+ }];
236
+ readonly stateMutability: "nonpayable";
237
+ readonly type: "function";
238
+ }, {
239
+ readonly inputs: readonly [{
240
+ readonly internalType: "address";
241
+ readonly name: "from";
242
+ readonly type: "address";
243
+ }, {
244
+ readonly internalType: "address";
245
+ readonly name: "to";
246
+ readonly type: "address";
247
+ }, {
248
+ readonly internalType: "uint256";
249
+ readonly name: "value";
250
+ readonly type: "uint256";
251
+ }, {
252
+ readonly internalType: "bytes";
253
+ readonly name: "data";
254
+ readonly type: "bytes";
255
+ }];
256
+ readonly name: "transferFromAndCall";
257
+ readonly outputs: readonly [{
258
+ readonly internalType: "bool";
259
+ readonly name: "";
260
+ readonly type: "bool";
261
+ }];
262
+ readonly stateMutability: "nonpayable";
263
+ readonly type: "function";
264
+ }, {
265
+ readonly inputs: readonly [{
266
+ readonly internalType: "address";
267
+ readonly name: "from";
268
+ readonly type: "address";
269
+ }, {
270
+ readonly internalType: "address";
271
+ readonly name: "to";
272
+ readonly type: "address";
273
+ }, {
274
+ readonly internalType: "uint256";
275
+ readonly name: "value";
276
+ readonly type: "uint256";
277
+ }];
278
+ readonly name: "transferFromAndCall";
279
+ readonly outputs: readonly [{
280
+ readonly internalType: "bool";
281
+ readonly name: "";
282
+ readonly type: "bool";
283
+ }];
284
+ readonly stateMutability: "nonpayable";
285
+ readonly type: "function";
286
+ }];
287
+ static createInterface(): IERC1363Interface;
288
+ static connect(address: string, runner?: ContractRunner | null): IERC1363;
289
+ }
290
+ //# sourceMappingURL=IERC1363__factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IERC1363__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,QAAQ,CAAC;AAClE,OAAO,KAAK,EACV,QAAQ,EACR,iBAAiB,EAClB,MAAM,yDAAyD,CAAC;AAwXjE,qBAAa,iBAAiB;IAC5B,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,iBAAiB;IAG3C,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,cAAc,GAAG,IAAI,GAAG,QAAQ;CAG1E"}
@@ -0,0 +1,390 @@
1
+ "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.IERC1363__factory = void 0;
7
+ const ethers_1 = require("ethers");
8
+ const _abi = [
9
+ {
10
+ anonymous: false,
11
+ inputs: [
12
+ {
13
+ indexed: true,
14
+ internalType: "address",
15
+ name: "owner",
16
+ type: "address",
17
+ },
18
+ {
19
+ indexed: true,
20
+ internalType: "address",
21
+ name: "spender",
22
+ type: "address",
23
+ },
24
+ {
25
+ indexed: false,
26
+ internalType: "uint256",
27
+ name: "value",
28
+ type: "uint256",
29
+ },
30
+ ],
31
+ name: "Approval",
32
+ type: "event",
33
+ },
34
+ {
35
+ anonymous: false,
36
+ inputs: [
37
+ {
38
+ indexed: true,
39
+ internalType: "address",
40
+ name: "from",
41
+ type: "address",
42
+ },
43
+ {
44
+ indexed: true,
45
+ internalType: "address",
46
+ name: "to",
47
+ type: "address",
48
+ },
49
+ {
50
+ indexed: false,
51
+ internalType: "uint256",
52
+ name: "value",
53
+ type: "uint256",
54
+ },
55
+ ],
56
+ name: "Transfer",
57
+ type: "event",
58
+ },
59
+ {
60
+ inputs: [
61
+ {
62
+ internalType: "address",
63
+ name: "owner",
64
+ type: "address",
65
+ },
66
+ {
67
+ internalType: "address",
68
+ name: "spender",
69
+ type: "address",
70
+ },
71
+ ],
72
+ name: "allowance",
73
+ outputs: [
74
+ {
75
+ internalType: "uint256",
76
+ name: "",
77
+ type: "uint256",
78
+ },
79
+ ],
80
+ stateMutability: "view",
81
+ type: "function",
82
+ },
83
+ {
84
+ inputs: [
85
+ {
86
+ internalType: "address",
87
+ name: "spender",
88
+ type: "address",
89
+ },
90
+ {
91
+ internalType: "uint256",
92
+ name: "value",
93
+ type: "uint256",
94
+ },
95
+ ],
96
+ name: "approve",
97
+ outputs: [
98
+ {
99
+ internalType: "bool",
100
+ name: "",
101
+ type: "bool",
102
+ },
103
+ ],
104
+ stateMutability: "nonpayable",
105
+ type: "function",
106
+ },
107
+ {
108
+ inputs: [
109
+ {
110
+ internalType: "address",
111
+ name: "spender",
112
+ type: "address",
113
+ },
114
+ {
115
+ internalType: "uint256",
116
+ name: "value",
117
+ type: "uint256",
118
+ },
119
+ ],
120
+ name: "approveAndCall",
121
+ outputs: [
122
+ {
123
+ internalType: "bool",
124
+ name: "",
125
+ type: "bool",
126
+ },
127
+ ],
128
+ stateMutability: "nonpayable",
129
+ type: "function",
130
+ },
131
+ {
132
+ inputs: [
133
+ {
134
+ internalType: "address",
135
+ name: "spender",
136
+ type: "address",
137
+ },
138
+ {
139
+ internalType: "uint256",
140
+ name: "value",
141
+ type: "uint256",
142
+ },
143
+ {
144
+ internalType: "bytes",
145
+ name: "data",
146
+ type: "bytes",
147
+ },
148
+ ],
149
+ name: "approveAndCall",
150
+ outputs: [
151
+ {
152
+ internalType: "bool",
153
+ name: "",
154
+ type: "bool",
155
+ },
156
+ ],
157
+ stateMutability: "nonpayable",
158
+ type: "function",
159
+ },
160
+ {
161
+ inputs: [
162
+ {
163
+ internalType: "address",
164
+ name: "account",
165
+ type: "address",
166
+ },
167
+ ],
168
+ name: "balanceOf",
169
+ outputs: [
170
+ {
171
+ internalType: "uint256",
172
+ name: "",
173
+ type: "uint256",
174
+ },
175
+ ],
176
+ stateMutability: "view",
177
+ type: "function",
178
+ },
179
+ {
180
+ inputs: [
181
+ {
182
+ internalType: "bytes4",
183
+ name: "interfaceId",
184
+ type: "bytes4",
185
+ },
186
+ ],
187
+ name: "supportsInterface",
188
+ outputs: [
189
+ {
190
+ internalType: "bool",
191
+ name: "",
192
+ type: "bool",
193
+ },
194
+ ],
195
+ stateMutability: "view",
196
+ type: "function",
197
+ },
198
+ {
199
+ inputs: [],
200
+ name: "totalSupply",
201
+ outputs: [
202
+ {
203
+ internalType: "uint256",
204
+ name: "",
205
+ type: "uint256",
206
+ },
207
+ ],
208
+ stateMutability: "view",
209
+ type: "function",
210
+ },
211
+ {
212
+ inputs: [
213
+ {
214
+ internalType: "address",
215
+ name: "to",
216
+ type: "address",
217
+ },
218
+ {
219
+ internalType: "uint256",
220
+ name: "value",
221
+ type: "uint256",
222
+ },
223
+ ],
224
+ name: "transfer",
225
+ outputs: [
226
+ {
227
+ internalType: "bool",
228
+ name: "",
229
+ type: "bool",
230
+ },
231
+ ],
232
+ stateMutability: "nonpayable",
233
+ type: "function",
234
+ },
235
+ {
236
+ inputs: [
237
+ {
238
+ internalType: "address",
239
+ name: "to",
240
+ type: "address",
241
+ },
242
+ {
243
+ internalType: "uint256",
244
+ name: "value",
245
+ type: "uint256",
246
+ },
247
+ ],
248
+ name: "transferAndCall",
249
+ outputs: [
250
+ {
251
+ internalType: "bool",
252
+ name: "",
253
+ type: "bool",
254
+ },
255
+ ],
256
+ stateMutability: "nonpayable",
257
+ type: "function",
258
+ },
259
+ {
260
+ inputs: [
261
+ {
262
+ internalType: "address",
263
+ name: "to",
264
+ type: "address",
265
+ },
266
+ {
267
+ internalType: "uint256",
268
+ name: "value",
269
+ type: "uint256",
270
+ },
271
+ {
272
+ internalType: "bytes",
273
+ name: "data",
274
+ type: "bytes",
275
+ },
276
+ ],
277
+ name: "transferAndCall",
278
+ outputs: [
279
+ {
280
+ internalType: "bool",
281
+ name: "",
282
+ type: "bool",
283
+ },
284
+ ],
285
+ stateMutability: "nonpayable",
286
+ type: "function",
287
+ },
288
+ {
289
+ inputs: [
290
+ {
291
+ internalType: "address",
292
+ name: "from",
293
+ type: "address",
294
+ },
295
+ {
296
+ internalType: "address",
297
+ name: "to",
298
+ type: "address",
299
+ },
300
+ {
301
+ internalType: "uint256",
302
+ name: "value",
303
+ type: "uint256",
304
+ },
305
+ ],
306
+ name: "transferFrom",
307
+ outputs: [
308
+ {
309
+ internalType: "bool",
310
+ name: "",
311
+ type: "bool",
312
+ },
313
+ ],
314
+ stateMutability: "nonpayable",
315
+ type: "function",
316
+ },
317
+ {
318
+ inputs: [
319
+ {
320
+ internalType: "address",
321
+ name: "from",
322
+ type: "address",
323
+ },
324
+ {
325
+ internalType: "address",
326
+ name: "to",
327
+ type: "address",
328
+ },
329
+ {
330
+ internalType: "uint256",
331
+ name: "value",
332
+ type: "uint256",
333
+ },
334
+ {
335
+ internalType: "bytes",
336
+ name: "data",
337
+ type: "bytes",
338
+ },
339
+ ],
340
+ name: "transferFromAndCall",
341
+ outputs: [
342
+ {
343
+ internalType: "bool",
344
+ name: "",
345
+ type: "bool",
346
+ },
347
+ ],
348
+ stateMutability: "nonpayable",
349
+ type: "function",
350
+ },
351
+ {
352
+ inputs: [
353
+ {
354
+ internalType: "address",
355
+ name: "from",
356
+ type: "address",
357
+ },
358
+ {
359
+ internalType: "address",
360
+ name: "to",
361
+ type: "address",
362
+ },
363
+ {
364
+ internalType: "uint256",
365
+ name: "value",
366
+ type: "uint256",
367
+ },
368
+ ],
369
+ name: "transferFromAndCall",
370
+ outputs: [
371
+ {
372
+ internalType: "bool",
373
+ name: "",
374
+ type: "bool",
375
+ },
376
+ ],
377
+ stateMutability: "nonpayable",
378
+ type: "function",
379
+ },
380
+ ];
381
+ class IERC1363__factory {
382
+ static createInterface() {
383
+ return new ethers_1.Interface(_abi);
384
+ }
385
+ static connect(address, runner) {
386
+ return new ethers_1.Contract(address, _abi, runner);
387
+ }
388
+ }
389
+ exports.IERC1363__factory = IERC1363__factory;
390
+ IERC1363__factory.abi = _abi;
@@ -1,3 +1,4 @@
1
1
  export * as draftIerc6093Sol from "./draft-IERC6093.sol";
2
+ export { IERC1363__factory } from "./IERC1363__factory";
2
3
  export { IERC5267__factory } from "./IERC5267__factory";
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,gBAAgB,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,gBAAgB,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
@@ -33,10 +33,12 @@ var __importStar = (this && this.__importStar) || (function () {
33
33
  };
34
34
  })();
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.IERC5267__factory = exports.draftIerc6093Sol = void 0;
36
+ exports.IERC5267__factory = exports.IERC1363__factory = exports.draftIerc6093Sol = void 0;
37
37
  /* Autogenerated file. Do not edit manually. */
38
38
  /* tslint:disable */
39
39
  /* eslint-disable */
40
40
  exports.draftIerc6093Sol = __importStar(require("./draft-IERC6093.sol"));
41
+ var IERC1363__factory_1 = require("./IERC1363__factory");
42
+ Object.defineProperty(exports, "IERC1363__factory", { enumerable: true, get: function () { return IERC1363__factory_1.IERC1363__factory; } });
41
43
  var IERC5267__factory_1 = require("./IERC5267__factory");
42
44
  Object.defineProperty(exports, "IERC5267__factory", { enumerable: true, get: function () { return IERC5267__factory_1.IERC5267__factory; } });