@web3dotorg/evm-slc-core-sdk 0.3.16 → 0.3.17

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 (58) hide show
  1. package/abi/QCoreTreasury.json +654 -0
  2. package/lib.commonjs/contracts/core/QCoreTreasurty.sol/QCoreTreasury.d.ts +369 -0
  3. package/lib.commonjs/contracts/core/QCoreTreasurty.sol/QCoreTreasury.js +2 -0
  4. package/lib.commonjs/contracts/core/QCoreTreasurty.sol/index.d.ts +1 -0
  5. package/lib.commonjs/contracts/core/QCoreTreasurty.sol/index.js +2 -0
  6. package/lib.commonjs/contracts/core/index.d.ts +2 -0
  7. package/lib.commonjs/contracts/core/index.js +2 -0
  8. package/lib.commonjs/contracts/index.d.ts +2 -0
  9. package/lib.commonjs/contracts/mocks/MockERC721.d.ts +226 -0
  10. package/lib.commonjs/contracts/mocks/MockERC721.js +2 -0
  11. package/lib.commonjs/contracts/mocks/Noop.d.ts +26 -0
  12. package/lib.commonjs/contracts/mocks/Noop.js +2 -0
  13. package/lib.commonjs/contracts/mocks/index.d.ts +2 -0
  14. package/lib.commonjs/factories/contracts/core/QCoreTreasurty.sol/QCoreTreasury__factory.d.ts +528 -0
  15. package/lib.commonjs/factories/contracts/core/QCoreTreasurty.sol/QCoreTreasury__factory.js +694 -0
  16. package/lib.commonjs/factories/contracts/core/QCoreTreasurty.sol/index.d.ts +1 -0
  17. package/lib.commonjs/factories/contracts/core/QCoreTreasurty.sol/index.js +8 -0
  18. package/lib.commonjs/factories/contracts/core/index.d.ts +1 -0
  19. package/lib.commonjs/factories/contracts/core/index.js +30 -0
  20. package/lib.commonjs/factories/contracts/governance/ExecutorsRegistry__factory.d.ts +1 -1
  21. package/lib.commonjs/factories/contracts/governance/ExecutorsRegistry__factory.js +1 -1
  22. package/lib.commonjs/factories/contracts/index.d.ts +1 -0
  23. package/lib.commonjs/factories/contracts/index.js +2 -1
  24. package/lib.commonjs/factories/contracts/mocks/MockERC721__factory.d.ts +372 -0
  25. package/lib.commonjs/factories/contracts/mocks/MockERC721__factory.js +498 -0
  26. package/lib.commonjs/factories/contracts/mocks/Noop__factory.d.ts +30 -0
  27. package/lib.commonjs/factories/contracts/mocks/Noop__factory.js +49 -0
  28. package/lib.commonjs/factories/contracts/mocks/index.d.ts +2 -0
  29. package/lib.commonjs/factories/contracts/mocks/index.js +5 -1
  30. package/lib.esm/contracts/core/QCoreTreasurty.sol/QCoreTreasury.d.ts +369 -0
  31. package/lib.esm/contracts/core/QCoreTreasurty.sol/QCoreTreasury.js +1 -0
  32. package/lib.esm/contracts/core/QCoreTreasurty.sol/index.d.ts +1 -0
  33. package/lib.esm/contracts/core/QCoreTreasurty.sol/index.js +1 -0
  34. package/lib.esm/contracts/core/index.d.ts +2 -0
  35. package/lib.esm/contracts/core/index.js +1 -0
  36. package/lib.esm/contracts/index.d.ts +2 -0
  37. package/lib.esm/contracts/mocks/MockERC721.d.ts +226 -0
  38. package/lib.esm/contracts/mocks/MockERC721.js +1 -0
  39. package/lib.esm/contracts/mocks/Noop.d.ts +26 -0
  40. package/lib.esm/contracts/mocks/Noop.js +1 -0
  41. package/lib.esm/contracts/mocks/index.d.ts +2 -0
  42. package/lib.esm/factories/contracts/core/QCoreTreasurty.sol/QCoreTreasury__factory.d.ts +528 -0
  43. package/lib.esm/factories/contracts/core/QCoreTreasurty.sol/QCoreTreasury__factory.js +690 -0
  44. package/lib.esm/factories/contracts/core/QCoreTreasurty.sol/index.d.ts +1 -0
  45. package/lib.esm/factories/contracts/core/QCoreTreasurty.sol/index.js +4 -0
  46. package/lib.esm/factories/contracts/core/index.d.ts +1 -0
  47. package/lib.esm/factories/contracts/core/index.js +4 -0
  48. package/lib.esm/factories/contracts/governance/ExecutorsRegistry__factory.d.ts +1 -1
  49. package/lib.esm/factories/contracts/governance/ExecutorsRegistry__factory.js +1 -1
  50. package/lib.esm/factories/contracts/index.d.ts +1 -0
  51. package/lib.esm/factories/contracts/index.js +1 -0
  52. package/lib.esm/factories/contracts/mocks/MockERC721__factory.d.ts +372 -0
  53. package/lib.esm/factories/contracts/mocks/MockERC721__factory.js +494 -0
  54. package/lib.esm/factories/contracts/mocks/Noop__factory.d.ts +30 -0
  55. package/lib.esm/factories/contracts/mocks/Noop__factory.js +45 -0
  56. package/lib.esm/factories/contracts/mocks/index.d.ts +2 -0
  57. package/lib.esm/factories/contracts/mocks/index.js +2 -0
  58. package/package.json +1 -1
@@ -0,0 +1,494 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Contract, ContractFactory, Interface, } from "ethers";
5
+ const _abi = [
6
+ {
7
+ inputs: [],
8
+ stateMutability: "nonpayable",
9
+ type: "constructor",
10
+ },
11
+ {
12
+ inputs: [
13
+ {
14
+ internalType: "address",
15
+ name: "sender",
16
+ type: "address",
17
+ },
18
+ {
19
+ internalType: "uint256",
20
+ name: "tokenId",
21
+ type: "uint256",
22
+ },
23
+ {
24
+ internalType: "address",
25
+ name: "owner",
26
+ type: "address",
27
+ },
28
+ ],
29
+ name: "ERC721IncorrectOwner",
30
+ type: "error",
31
+ },
32
+ {
33
+ inputs: [
34
+ {
35
+ internalType: "address",
36
+ name: "operator",
37
+ type: "address",
38
+ },
39
+ {
40
+ internalType: "uint256",
41
+ name: "tokenId",
42
+ type: "uint256",
43
+ },
44
+ ],
45
+ name: "ERC721InsufficientApproval",
46
+ type: "error",
47
+ },
48
+ {
49
+ inputs: [
50
+ {
51
+ internalType: "address",
52
+ name: "approver",
53
+ type: "address",
54
+ },
55
+ ],
56
+ name: "ERC721InvalidApprover",
57
+ type: "error",
58
+ },
59
+ {
60
+ inputs: [
61
+ {
62
+ internalType: "address",
63
+ name: "operator",
64
+ type: "address",
65
+ },
66
+ ],
67
+ name: "ERC721InvalidOperator",
68
+ type: "error",
69
+ },
70
+ {
71
+ inputs: [
72
+ {
73
+ internalType: "address",
74
+ name: "owner",
75
+ type: "address",
76
+ },
77
+ ],
78
+ name: "ERC721InvalidOwner",
79
+ type: "error",
80
+ },
81
+ {
82
+ inputs: [
83
+ {
84
+ internalType: "address",
85
+ name: "receiver",
86
+ type: "address",
87
+ },
88
+ ],
89
+ name: "ERC721InvalidReceiver",
90
+ type: "error",
91
+ },
92
+ {
93
+ inputs: [
94
+ {
95
+ internalType: "address",
96
+ name: "sender",
97
+ type: "address",
98
+ },
99
+ ],
100
+ name: "ERC721InvalidSender",
101
+ type: "error",
102
+ },
103
+ {
104
+ inputs: [
105
+ {
106
+ internalType: "uint256",
107
+ name: "tokenId",
108
+ type: "uint256",
109
+ },
110
+ ],
111
+ name: "ERC721NonexistentToken",
112
+ type: "error",
113
+ },
114
+ {
115
+ anonymous: false,
116
+ inputs: [
117
+ {
118
+ indexed: true,
119
+ internalType: "address",
120
+ name: "owner",
121
+ type: "address",
122
+ },
123
+ {
124
+ indexed: true,
125
+ internalType: "address",
126
+ name: "approved",
127
+ type: "address",
128
+ },
129
+ {
130
+ indexed: true,
131
+ internalType: "uint256",
132
+ name: "tokenId",
133
+ type: "uint256",
134
+ },
135
+ ],
136
+ name: "Approval",
137
+ type: "event",
138
+ },
139
+ {
140
+ anonymous: false,
141
+ inputs: [
142
+ {
143
+ indexed: true,
144
+ internalType: "address",
145
+ name: "owner",
146
+ type: "address",
147
+ },
148
+ {
149
+ indexed: true,
150
+ internalType: "address",
151
+ name: "operator",
152
+ type: "address",
153
+ },
154
+ {
155
+ indexed: false,
156
+ internalType: "bool",
157
+ name: "approved",
158
+ type: "bool",
159
+ },
160
+ ],
161
+ name: "ApprovalForAll",
162
+ type: "event",
163
+ },
164
+ {
165
+ anonymous: false,
166
+ inputs: [
167
+ {
168
+ indexed: true,
169
+ internalType: "address",
170
+ name: "from",
171
+ type: "address",
172
+ },
173
+ {
174
+ indexed: true,
175
+ internalType: "address",
176
+ name: "to",
177
+ type: "address",
178
+ },
179
+ {
180
+ indexed: true,
181
+ internalType: "uint256",
182
+ name: "tokenId",
183
+ type: "uint256",
184
+ },
185
+ ],
186
+ name: "Transfer",
187
+ type: "event",
188
+ },
189
+ {
190
+ inputs: [
191
+ {
192
+ internalType: "address",
193
+ name: "to",
194
+ type: "address",
195
+ },
196
+ {
197
+ internalType: "uint256",
198
+ name: "tokenId",
199
+ type: "uint256",
200
+ },
201
+ ],
202
+ name: "approve",
203
+ outputs: [],
204
+ stateMutability: "nonpayable",
205
+ type: "function",
206
+ },
207
+ {
208
+ inputs: [
209
+ {
210
+ internalType: "address",
211
+ name: "owner",
212
+ type: "address",
213
+ },
214
+ ],
215
+ name: "balanceOf",
216
+ outputs: [
217
+ {
218
+ internalType: "uint256",
219
+ name: "",
220
+ type: "uint256",
221
+ },
222
+ ],
223
+ stateMutability: "view",
224
+ type: "function",
225
+ },
226
+ {
227
+ inputs: [
228
+ {
229
+ internalType: "uint256",
230
+ name: "tokenId",
231
+ type: "uint256",
232
+ },
233
+ ],
234
+ name: "getApproved",
235
+ outputs: [
236
+ {
237
+ internalType: "address",
238
+ name: "",
239
+ type: "address",
240
+ },
241
+ ],
242
+ stateMutability: "view",
243
+ type: "function",
244
+ },
245
+ {
246
+ inputs: [
247
+ {
248
+ internalType: "address",
249
+ name: "owner",
250
+ type: "address",
251
+ },
252
+ {
253
+ internalType: "address",
254
+ name: "operator",
255
+ type: "address",
256
+ },
257
+ ],
258
+ name: "isApprovedForAll",
259
+ outputs: [
260
+ {
261
+ internalType: "bool",
262
+ name: "",
263
+ type: "bool",
264
+ },
265
+ ],
266
+ stateMutability: "view",
267
+ type: "function",
268
+ },
269
+ {
270
+ inputs: [
271
+ {
272
+ internalType: "address",
273
+ name: "to_",
274
+ type: "address",
275
+ },
276
+ {
277
+ internalType: "uint256",
278
+ name: "tokenId_",
279
+ type: "uint256",
280
+ },
281
+ ],
282
+ name: "mint",
283
+ outputs: [],
284
+ stateMutability: "nonpayable",
285
+ type: "function",
286
+ },
287
+ {
288
+ inputs: [],
289
+ name: "name",
290
+ outputs: [
291
+ {
292
+ internalType: "string",
293
+ name: "",
294
+ type: "string",
295
+ },
296
+ ],
297
+ stateMutability: "view",
298
+ type: "function",
299
+ },
300
+ {
301
+ inputs: [
302
+ {
303
+ internalType: "uint256",
304
+ name: "tokenId",
305
+ type: "uint256",
306
+ },
307
+ ],
308
+ name: "ownerOf",
309
+ outputs: [
310
+ {
311
+ internalType: "address",
312
+ name: "",
313
+ type: "address",
314
+ },
315
+ ],
316
+ stateMutability: "view",
317
+ type: "function",
318
+ },
319
+ {
320
+ inputs: [
321
+ {
322
+ internalType: "address",
323
+ name: "from",
324
+ type: "address",
325
+ },
326
+ {
327
+ internalType: "address",
328
+ name: "to",
329
+ type: "address",
330
+ },
331
+ {
332
+ internalType: "uint256",
333
+ name: "tokenId",
334
+ type: "uint256",
335
+ },
336
+ ],
337
+ name: "safeTransferFrom",
338
+ outputs: [],
339
+ stateMutability: "nonpayable",
340
+ type: "function",
341
+ },
342
+ {
343
+ inputs: [
344
+ {
345
+ internalType: "address",
346
+ name: "from",
347
+ type: "address",
348
+ },
349
+ {
350
+ internalType: "address",
351
+ name: "to",
352
+ type: "address",
353
+ },
354
+ {
355
+ internalType: "uint256",
356
+ name: "tokenId",
357
+ type: "uint256",
358
+ },
359
+ {
360
+ internalType: "bytes",
361
+ name: "data",
362
+ type: "bytes",
363
+ },
364
+ ],
365
+ name: "safeTransferFrom",
366
+ outputs: [],
367
+ stateMutability: "nonpayable",
368
+ type: "function",
369
+ },
370
+ {
371
+ inputs: [
372
+ {
373
+ internalType: "address",
374
+ name: "operator",
375
+ type: "address",
376
+ },
377
+ {
378
+ internalType: "bool",
379
+ name: "approved",
380
+ type: "bool",
381
+ },
382
+ ],
383
+ name: "setApprovalForAll",
384
+ outputs: [],
385
+ stateMutability: "nonpayable",
386
+ type: "function",
387
+ },
388
+ {
389
+ inputs: [
390
+ {
391
+ internalType: "bytes4",
392
+ name: "interfaceId",
393
+ type: "bytes4",
394
+ },
395
+ ],
396
+ name: "supportsInterface",
397
+ outputs: [
398
+ {
399
+ internalType: "bool",
400
+ name: "",
401
+ type: "bool",
402
+ },
403
+ ],
404
+ stateMutability: "view",
405
+ type: "function",
406
+ },
407
+ {
408
+ inputs: [],
409
+ name: "symbol",
410
+ outputs: [
411
+ {
412
+ internalType: "string",
413
+ name: "",
414
+ type: "string",
415
+ },
416
+ ],
417
+ stateMutability: "view",
418
+ type: "function",
419
+ },
420
+ {
421
+ inputs: [
422
+ {
423
+ internalType: "uint256",
424
+ name: "tokenId",
425
+ type: "uint256",
426
+ },
427
+ ],
428
+ name: "tokenURI",
429
+ outputs: [
430
+ {
431
+ internalType: "string",
432
+ name: "",
433
+ type: "string",
434
+ },
435
+ ],
436
+ stateMutability: "view",
437
+ type: "function",
438
+ },
439
+ {
440
+ inputs: [
441
+ {
442
+ internalType: "address",
443
+ name: "from",
444
+ type: "address",
445
+ },
446
+ {
447
+ internalType: "address",
448
+ name: "to",
449
+ type: "address",
450
+ },
451
+ {
452
+ internalType: "uint256",
453
+ name: "tokenId",
454
+ type: "uint256",
455
+ },
456
+ ],
457
+ name: "transferFrom",
458
+ outputs: [],
459
+ stateMutability: "nonpayable",
460
+ type: "function",
461
+ },
462
+ ];
463
+ const _bytecode = "0x60806040523461032457604080519081016001600160401b038111828210176102315760409081526008825267135bd8dac813919560c21b602083015280519081016001600160401b038111828210176102315760405260048152631353919560e21b602082015281516001600160401b03811161023157600054600181811c9116801561031a575b602082101461021157601f81116102b6575b50602092601f82116001146102525792819293600092610247575b50508160011b916000199060031b1c1916176000555b80516001600160401b03811161023157600154600181811c91168015610227575b602082101461021157601f81116101ac575b50602091601f82116001146101485791819260009261013d575b50508160011b916000199060031b1c1916176001555b604051610bda908161032a8239f35b015190503880610118565b601f198216926001600052806000209160005b8581106101945750836001951061017b575b505050811b0160015561012e565b015160001960f88460031b161c1916905538808061016d565b9192602060018192868501518155019401920161015b565b60016000527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6601f830160051c81019160208410610207575b601f0160051c01905b8181106101fb57506100fe565b600081556001016101ee565b90915081906101e5565b634e487b7160e01b600052602260045260246000fd5b90607f16906100ec565b634e487b7160e01b600052604160045260246000fd5b0151905038806100b5565b601f1982169360008052806000209160005b86811061029e5750836001959610610285575b505050811b016000556100cb565b015160001960f88460031b161c19169055388080610277565b91926020600181928685015181550194019201610264565b600080527f290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563601f830160051c81019160208410610310575b601f0160051c01905b818110610304575061009a565b600081556001016102f7565b90915081906102ee565b90607f1690610088565b600080fdfe608080604052600436101561001357600080fd5b600090813560e01c90816301ffc9a7146107235750806306fdde0314610685578063081812fc14610648578063095ea7b31461056057806323b872dd1461054857806340c10f191461046457806342842e0e1461043a5780636352211e1461040957806370a08231146103b657806395d89b41146102a9578063a22cb46514610207578063b88d4fde14610173578063c87b56dd146101175763e985e9c5146100bb57600080fd5b346101145760403660031901126101145760406100d66107d1565b916100df6107ec565b9260018060a01b031681526005602052209060018060a01b0316600052602052602060ff604060002054166040519015158152f35b80fd5b503461011457602036600319011261011457610134600435610b58565b508060405161014460208261083c565b525061016f60405161015760208261083c565b60008152604051918291602083526020830190610790565b0390f35b50346101145760803660031901126101145761018d6107d1565b6101956107ec565b90606435906001600160401b038211610203573660238301121561020357816004013592846101c385610875565b936101d1604051958661083c565b85855236602487830101116101ff57856101fc96602460209301838801378501015260443591610a11565b80f35b5080fd5b8380fd5b5034610114576040366003190112610114576102216107d1565b602435908115158092036102a5576001600160a01b0316908115610291573383526005602052604083208284526020526040832060ff1981541660ff83161790556040519081527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3160203392a380f35b630b61174360e31b83526004829052602483fd5b8280fd5b50346101145780600319360112610114576040519080600154908160011c916001811680156103ac575b602084108114610398578386529081156103715750600114610314575b61016f846103008186038261083c565b604051918291602083526020830190610790565b600181527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6939250905b80821061035757509091508101602001610300826102f0565b91926001816020925483858801015201910190929161033e565b60ff191660208087019190915292151560051b8501909201925061030091508390506102f0565b634e487b7160e01b83526022600452602483fd5b92607f16926102d3565b5034610114576020366003190112610114576001600160a01b036103d86107d1565b1680156103f5578160409160209352600383522054604051908152f35b6322718ad960e21b82526004829052602482fd5b5034610114576020366003190112610114576020610428600435610b58565b6040516001600160a01b039091168152f35b5034610114576101fc61044c36610802565b906040519261045c60208561083c565b858452610a11565b50346101145760403660031901126101145761047e6107d1565b6001600160a01b0316602435811561053457808352600260205260408320546001600160a01b03168015159290919083610512575b808552600360209081526040808720805460010190558387526002909152852080546001600160a01b0319168217905582600080516020610bae8339815191528680a4506104fe5780f35b6339e3563760e11b81526004819052602490fd5b61051b82610b8f565b82855260036020526040852080546000190190556104b3565b633250574960e11b83526004839052602483fd5b5034610114576101fc61055a36610802565b91610890565b50346101145760403660031901126101145761057a6107d1565b60243561058681610b58565b33151580610635575b8061060a575b6105f75781906001600160a01b0384811691167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258680a4825260046020526040822080546001600160a01b0319166001600160a01b0390921691909117905580f35b63a9fbf51f60e01b845233600452602484fd5b506001600160a01b038116845260056020908152604080862033875290915284205460ff1615610595565b506001600160a01b03811633141561058f565b50346101145760203660031901126101145760209060043561066981610b58565b50815260048252604060018060a01b0391205416604051908152f35b503461011457806003193601126101145760405190808054908160011c91600181168015610719575b6020841081146103985783865290811561037157506001146106da5761016f846103008186038261083c565b80805260208120939250905b8082106106ff57509091508101602001610300826102f0565b9192600181602092548385880101520191019092916106e6565b92607f16926106ae565b9050346101ff5760203660031901126101ff5760043563ffffffff60e01b81168091036102a557602092506380ac58cd60e01b811490811561077f575b811561076e575b5015158152f35b6301ffc9a760e01b14905038610767565b635b5e139f60e01b81149150610760565b919082519283825260005b8481106107bc575050826000602080949584010152601f8019910116010190565b8060208092840101518282860101520161079b565b600435906001600160a01b03821682036107e757565b600080fd5b602435906001600160a01b03821682036107e757565b60609060031901126107e7576004356001600160a01b03811681036107e757906024356001600160a01b03811681036107e7579060443590565b601f909101601f19168101906001600160401b0382119082101761085f57604052565b634e487b7160e01b600052604160045260246000fd5b6001600160401b03811161085f57601f01601f191660200190565b6001600160a01b03909116919082156109fb576000828152600260205260408120546001600160a01b0316938391859033151580610963575b50600080516020610bae8339815191529082610941575b838152600360209081526040808320805460010190558683526002909152812080546001600160a01b0319168517905580a46001600160a01b031680830361092757505050565b6364283d7b60e01b60005260045260245260445260646000fd5b61094a85610b8f565b82815260036020526040812080546000190190556108e0565b9150919250806109ac575b1561097d5790848492386108c9565b83908561099657602491637e27328960e01b8252600452fd5b60449163177e802f60e01b825233600452602452fd5b5033851480156109da575b8061096e5750838152600460205260408120546001600160a01b0316331461096e565b5084815260056020908152604080832033845290915281205460ff166109b7565b633250574960e11b600052600060045260246000fd5b9291610a1e818386610890565b813b610a2b575b50505050565b604051630a85bd0160e11b81523360048201526001600160a01b0394851660248201526044810191909152608060648201529216919060209082908190610a76906084830190610790565b03816000865af18091600091610b15575b5090610ae057503d15610ad9573d610a9e81610875565b90610aac604051928361083c565b81523d6000602083013e5b80519081610ad45782633250574960e11b60005260045260246000fd5b602001fd5b6060610ab7565b6001600160e01b03191663757a42ff60e11b01610b01575038808080610a25565b633250574960e11b60005260045260246000fd5b6020813d602011610b50575b81610b2e6020938361083c565b810103126101ff5751906001600160e01b031982168203610114575038610a87565b3d9150610b21565b6000818152600260205260409020546001600160a01b0316908115610b7b575090565b637e27328960e01b60005260045260246000fd5b600090815260046020526040902080546001600160a01b031916905556feddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa164736f6c634300081e000a";
464
+ const isSuperArgs = (xs) => xs.length > 1;
465
+ export class MockERC721__factory extends ContractFactory {
466
+ constructor(...args) {
467
+ if (isSuperArgs(args)) {
468
+ super(...args);
469
+ }
470
+ else {
471
+ super(_abi, _bytecode, args[0]);
472
+ }
473
+ this.contractName = "MockERC721";
474
+ }
475
+ getDeployTransaction(overrides) {
476
+ return super.getDeployTransaction(overrides || {});
477
+ }
478
+ deploy(overrides) {
479
+ return super.deploy(overrides || {});
480
+ }
481
+ connect(runner) {
482
+ return super.connect(runner);
483
+ }
484
+ static contractName;
485
+ contractName;
486
+ static bytecode = _bytecode;
487
+ static abi = _abi;
488
+ static createInterface() {
489
+ return new Interface(_abi);
490
+ }
491
+ static connect(address, runner) {
492
+ return new Contract(address, _abi, runner);
493
+ }
494
+ }
@@ -0,0 +1,30 @@
1
+ import { ContractFactory, ContractTransactionResponse } from "ethers";
2
+ import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
3
+ import type { NonPayableOverrides } from "../../../common";
4
+ import type { Noop, NoopInterface } from "../../../contracts/mocks/Noop";
5
+ type NoopConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
6
+ export declare class Noop__factory extends ContractFactory {
7
+ constructor(...args: NoopConstructorParams);
8
+ getDeployTransaction(overrides?: NonPayableOverrides & {
9
+ from?: string;
10
+ }): Promise<ContractDeployTransaction>;
11
+ deploy(overrides?: NonPayableOverrides & {
12
+ from?: string;
13
+ }): Promise<Noop & {
14
+ deploymentTransaction(): ContractTransactionResponse;
15
+ }>;
16
+ connect(runner: ContractRunner | null): Noop__factory;
17
+ static readonly contractName: "Noop";
18
+ readonly contractName: "Noop";
19
+ static readonly bytecode = "0x608080604052346013576043908160198239f35b600080fdfe6004361015600c57600080fd5b60003560e01c632f576f2014602057600080fd5b346031576000366003190112603157005b600080fdfea164736f6c634300081e000a";
20
+ static readonly abi: readonly [{
21
+ readonly inputs: readonly [];
22
+ readonly name: "doNothing";
23
+ readonly outputs: readonly [];
24
+ readonly stateMutability: "nonpayable";
25
+ readonly type: "function";
26
+ }];
27
+ static createInterface(): NoopInterface;
28
+ static connect(address: string, runner?: ContractRunner | null): Noop;
29
+ }
30
+ export {};
@@ -0,0 +1,45 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Contract, ContractFactory, Interface, } from "ethers";
5
+ const _abi = [
6
+ {
7
+ inputs: [],
8
+ name: "doNothing",
9
+ outputs: [],
10
+ stateMutability: "nonpayable",
11
+ type: "function",
12
+ },
13
+ ];
14
+ const _bytecode = "0x608080604052346013576043908160198239f35b600080fdfe6004361015600c57600080fd5b60003560e01c632f576f2014602057600080fd5b346031576000366003190112603157005b600080fdfea164736f6c634300081e000a";
15
+ const isSuperArgs = (xs) => xs.length > 1;
16
+ export class Noop__factory extends ContractFactory {
17
+ constructor(...args) {
18
+ if (isSuperArgs(args)) {
19
+ super(...args);
20
+ }
21
+ else {
22
+ super(_abi, _bytecode, args[0]);
23
+ }
24
+ this.contractName = "Noop";
25
+ }
26
+ getDeployTransaction(overrides) {
27
+ return super.getDeployTransaction(overrides || {});
28
+ }
29
+ deploy(overrides) {
30
+ return super.deploy(overrides || {});
31
+ }
32
+ connect(runner) {
33
+ return super.connect(runner);
34
+ }
35
+ static contractName;
36
+ contractName;
37
+ static bytecode = _bytecode;
38
+ static abi = _abi;
39
+ static createInterface() {
40
+ return new Interface(_abi);
41
+ }
42
+ static connect(address, runner) {
43
+ return new Contract(address, _abi, runner);
44
+ }
45
+ }
@@ -1,4 +1,6 @@
1
+ export { MockERC721__factory } from "./MockERC721__factory";
1
2
  export { MockGovernance__factory } from "./MockGovernance__factory";
2
3
  export { MockNeutralsRegistry__factory } from "./MockNeutralsRegistry__factory";
4
+ export { Noop__factory } from "./Noop__factory";
3
5
  export { SimpleContract__factory } from "./SimpleContract__factory";
4
6
  export { WrappedToken__factory } from "./WrappedToken__factory";
@@ -1,7 +1,9 @@
1
1
  /* Autogenerated file. Do not edit manually. */
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
+ export { MockERC721__factory } from "./MockERC721__factory";
4
5
  export { MockGovernance__factory } from "./MockGovernance__factory";
5
6
  export { MockNeutralsRegistry__factory } from "./MockNeutralsRegistry__factory";
7
+ export { Noop__factory } from "./Noop__factory";
6
8
  export { SimpleContract__factory } from "./SimpleContract__factory";
7
9
  export { WrappedToken__factory } from "./WrappedToken__factory";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web3dotorg/evm-slc-core-sdk",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "author": "<TBD>",
5
5
  "repository": {
6
6
  "type": "git",