@towns-protocol/generated 0.0.268 → 0.0.277
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/config/deployments.json +1 -0
- package/deployments/omega/base/addresses/appRegistry.json +3 -0
- package/dev/abis/Channels.abi.json +13 -280
- package/dev/abis/Channels.abi.ts +13 -280
- package/dev/abis/DropFacet.abi.json +25 -0
- package/dev/abis/DropFacet.abi.ts +25 -0
- package/dev/abis/EntitlementsManager.abi.json +0 -283
- package/dev/abis/EntitlementsManager.abi.ts +0 -283
- package/dev/abis/ICreateSpace.abi.json +29 -0
- package/dev/abis/ICreateSpace.abi.ts +29 -0
- package/dev/abis/ICreateSpaceBase.abi.json +7 -0
- package/dev/abis/ICreateSpaceBase.abi.ts +7 -0
- package/dev/abis/ISwapFacet.abi.json +10 -0
- package/dev/abis/ISwapFacet.abi.ts +10 -0
- package/dev/abis/ISwapFacetBase.abi.json +5 -0
- package/dev/abis/ISwapFacetBase.abi.ts +5 -0
- package/dev/abis/ISwapRouter.abi.json +5 -0
- package/dev/abis/ISwapRouter.abi.ts +5 -0
- package/dev/abis/ISwapRouterBase.abi.json +5 -0
- package/dev/abis/ISwapRouterBase.abi.ts +5 -0
- package/dev/abis/MembershipFacet.abi.json +0 -117
- package/dev/abis/MembershipFacet.abi.ts +0 -117
- package/dev/abis/PrepayFacet.abi.json +0 -288
- package/dev/abis/PrepayFacet.abi.ts +0 -288
- package/dev/abis/Roles.abi.json +13 -280
- package/dev/abis/Roles.abi.ts +13 -280
- package/dev/typings/Channels.ts +0 -169
- package/dev/typings/DropFacet.ts +25 -0
- package/dev/typings/EntitlementsManager.ts +0 -170
- package/dev/typings/ICreateSpace.ts +48 -8
- package/dev/typings/MembershipFacet.ts +0 -65
- package/dev/typings/PrepayFacet.ts +0 -169
- package/dev/typings/Roles.ts +0 -169
- package/dev/typings/factories/Channels__factory.ts +14 -281
- package/dev/typings/factories/DropFacet__factory.ts +26 -1
- package/dev/typings/factories/EntitlementsManager__factory.ts +1 -284
- package/dev/typings/factories/ICreateSpace__factory.ts +29 -0
- package/dev/typings/factories/ISwapFacet__factory.ts +10 -0
- package/dev/typings/factories/ISwapRouter__factory.ts +5 -0
- package/dev/typings/factories/MembershipFacet__factory.ts +1 -118
- package/dev/typings/factories/MockERC721A__factory.ts +1 -1
- package/dev/typings/factories/PrepayFacet__factory.ts +0 -288
- package/dev/typings/factories/Roles__factory.ts +14 -281
- package/dev/typings/factories/SpaceOwner__factory.ts +1 -1
- package/dev/typings/factories/WalletLink__factory.ts +1 -1
- package/package.json +2 -2
|
@@ -623,6 +623,31 @@
|
|
|
623
623
|
],
|
|
624
624
|
"anonymous": false
|
|
625
625
|
},
|
|
626
|
+
{
|
|
627
|
+
"type": "event",
|
|
628
|
+
"name": "Transfer",
|
|
629
|
+
"inputs": [
|
|
630
|
+
{
|
|
631
|
+
"name": "from",
|
|
632
|
+
"type": "address",
|
|
633
|
+
"indexed": true,
|
|
634
|
+
"internalType": "address"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"name": "to",
|
|
638
|
+
"type": "address",
|
|
639
|
+
"indexed": true,
|
|
640
|
+
"internalType": "address"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"name": "value",
|
|
644
|
+
"type": "uint256",
|
|
645
|
+
"indexed": false,
|
|
646
|
+
"internalType": "uint256"
|
|
647
|
+
}
|
|
648
|
+
],
|
|
649
|
+
"anonymous": false
|
|
650
|
+
},
|
|
626
651
|
{
|
|
627
652
|
"type": "error",
|
|
628
653
|
"name": "DropFacet__AlreadyClaimed",
|
|
@@ -623,6 +623,31 @@ export default [
|
|
|
623
623
|
],
|
|
624
624
|
"anonymous": false
|
|
625
625
|
},
|
|
626
|
+
{
|
|
627
|
+
"type": "event",
|
|
628
|
+
"name": "Transfer",
|
|
629
|
+
"inputs": [
|
|
630
|
+
{
|
|
631
|
+
"name": "from",
|
|
632
|
+
"type": "address",
|
|
633
|
+
"indexed": true,
|
|
634
|
+
"internalType": "address"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"name": "to",
|
|
638
|
+
"type": "address",
|
|
639
|
+
"indexed": true,
|
|
640
|
+
"internalType": "address"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"name": "value",
|
|
644
|
+
"type": "uint256",
|
|
645
|
+
"indexed": false,
|
|
646
|
+
"internalType": "uint256"
|
|
647
|
+
}
|
|
648
|
+
],
|
|
649
|
+
"anonymous": false
|
|
650
|
+
},
|
|
626
651
|
{
|
|
627
652
|
"type": "error",
|
|
628
653
|
"name": "DropFacet__AlreadyClaimed",
|
|
@@ -167,106 +167,6 @@
|
|
|
167
167
|
"outputs": [],
|
|
168
168
|
"stateMutability": "nonpayable"
|
|
169
169
|
},
|
|
170
|
-
{
|
|
171
|
-
"type": "event",
|
|
172
|
-
"name": "Approval",
|
|
173
|
-
"inputs": [
|
|
174
|
-
{
|
|
175
|
-
"name": "owner",
|
|
176
|
-
"type": "address",
|
|
177
|
-
"indexed": true,
|
|
178
|
-
"internalType": "address"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"name": "approved",
|
|
182
|
-
"type": "address",
|
|
183
|
-
"indexed": true,
|
|
184
|
-
"internalType": "address"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"name": "tokenId",
|
|
188
|
-
"type": "uint256",
|
|
189
|
-
"indexed": true,
|
|
190
|
-
"internalType": "uint256"
|
|
191
|
-
}
|
|
192
|
-
],
|
|
193
|
-
"anonymous": false
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"type": "event",
|
|
197
|
-
"name": "ApprovalForAll",
|
|
198
|
-
"inputs": [
|
|
199
|
-
{
|
|
200
|
-
"name": "owner",
|
|
201
|
-
"type": "address",
|
|
202
|
-
"indexed": true,
|
|
203
|
-
"internalType": "address"
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"name": "operator",
|
|
207
|
-
"type": "address",
|
|
208
|
-
"indexed": true,
|
|
209
|
-
"internalType": "address"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"name": "approved",
|
|
213
|
-
"type": "bool",
|
|
214
|
-
"indexed": false,
|
|
215
|
-
"internalType": "bool"
|
|
216
|
-
}
|
|
217
|
-
],
|
|
218
|
-
"anonymous": false
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"type": "event",
|
|
222
|
-
"name": "Banned",
|
|
223
|
-
"inputs": [
|
|
224
|
-
{
|
|
225
|
-
"name": "moderator",
|
|
226
|
-
"type": "address",
|
|
227
|
-
"indexed": true,
|
|
228
|
-
"internalType": "address"
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"name": "tokenId",
|
|
232
|
-
"type": "uint256",
|
|
233
|
-
"indexed": true,
|
|
234
|
-
"internalType": "uint256"
|
|
235
|
-
}
|
|
236
|
-
],
|
|
237
|
-
"anonymous": false
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"type": "event",
|
|
241
|
-
"name": "ConsecutiveTransfer",
|
|
242
|
-
"inputs": [
|
|
243
|
-
{
|
|
244
|
-
"name": "fromTokenId",
|
|
245
|
-
"type": "uint256",
|
|
246
|
-
"indexed": true,
|
|
247
|
-
"internalType": "uint256"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"name": "toTokenId",
|
|
251
|
-
"type": "uint256",
|
|
252
|
-
"indexed": false,
|
|
253
|
-
"internalType": "uint256"
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"name": "from",
|
|
257
|
-
"type": "address",
|
|
258
|
-
"indexed": true,
|
|
259
|
-
"internalType": "address"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"name": "to",
|
|
263
|
-
"type": "address",
|
|
264
|
-
"indexed": true,
|
|
265
|
-
"internalType": "address"
|
|
266
|
-
}
|
|
267
|
-
],
|
|
268
|
-
"anonymous": false
|
|
269
|
-
},
|
|
270
170
|
{
|
|
271
171
|
"type": "event",
|
|
272
172
|
"name": "EntitlementModuleAdded",
|
|
@@ -324,134 +224,6 @@
|
|
|
324
224
|
],
|
|
325
225
|
"anonymous": false
|
|
326
226
|
},
|
|
327
|
-
{
|
|
328
|
-
"type": "event",
|
|
329
|
-
"name": "Paused",
|
|
330
|
-
"inputs": [
|
|
331
|
-
{
|
|
332
|
-
"name": "account",
|
|
333
|
-
"type": "address",
|
|
334
|
-
"indexed": false,
|
|
335
|
-
"internalType": "address"
|
|
336
|
-
}
|
|
337
|
-
],
|
|
338
|
-
"anonymous": false
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"type": "event",
|
|
342
|
-
"name": "Transfer",
|
|
343
|
-
"inputs": [
|
|
344
|
-
{
|
|
345
|
-
"name": "from",
|
|
346
|
-
"type": "address",
|
|
347
|
-
"indexed": true,
|
|
348
|
-
"internalType": "address"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "to",
|
|
352
|
-
"type": "address",
|
|
353
|
-
"indexed": true,
|
|
354
|
-
"internalType": "address"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"name": "tokenId",
|
|
358
|
-
"type": "uint256",
|
|
359
|
-
"indexed": true,
|
|
360
|
-
"internalType": "uint256"
|
|
361
|
-
}
|
|
362
|
-
],
|
|
363
|
-
"anonymous": false
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
"type": "event",
|
|
367
|
-
"name": "Unbanned",
|
|
368
|
-
"inputs": [
|
|
369
|
-
{
|
|
370
|
-
"name": "moderator",
|
|
371
|
-
"type": "address",
|
|
372
|
-
"indexed": true,
|
|
373
|
-
"internalType": "address"
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"name": "tokenId",
|
|
377
|
-
"type": "uint256",
|
|
378
|
-
"indexed": true,
|
|
379
|
-
"internalType": "uint256"
|
|
380
|
-
}
|
|
381
|
-
],
|
|
382
|
-
"anonymous": false
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"type": "event",
|
|
386
|
-
"name": "Unpaused",
|
|
387
|
-
"inputs": [
|
|
388
|
-
{
|
|
389
|
-
"name": "account",
|
|
390
|
-
"type": "address",
|
|
391
|
-
"indexed": false,
|
|
392
|
-
"internalType": "address"
|
|
393
|
-
}
|
|
394
|
-
],
|
|
395
|
-
"anonymous": false
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"type": "error",
|
|
399
|
-
"name": "ApprovalCallerNotOwnerNorApproved",
|
|
400
|
-
"inputs": []
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"type": "error",
|
|
404
|
-
"name": "ApprovalQueryForNonexistentToken",
|
|
405
|
-
"inputs": []
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"type": "error",
|
|
409
|
-
"name": "BalanceQueryForZeroAddress",
|
|
410
|
-
"inputs": []
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"type": "error",
|
|
414
|
-
"name": "Banning__AlreadyBanned",
|
|
415
|
-
"inputs": [
|
|
416
|
-
{
|
|
417
|
-
"name": "tokenId",
|
|
418
|
-
"type": "uint256",
|
|
419
|
-
"internalType": "uint256"
|
|
420
|
-
}
|
|
421
|
-
]
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"type": "error",
|
|
425
|
-
"name": "Banning__CannotBanOwner",
|
|
426
|
-
"inputs": []
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"type": "error",
|
|
430
|
-
"name": "Banning__CannotBanSelf",
|
|
431
|
-
"inputs": []
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"type": "error",
|
|
435
|
-
"name": "Banning__InvalidTokenId",
|
|
436
|
-
"inputs": [
|
|
437
|
-
{
|
|
438
|
-
"name": "tokenId",
|
|
439
|
-
"type": "uint256",
|
|
440
|
-
"internalType": "uint256"
|
|
441
|
-
}
|
|
442
|
-
]
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"type": "error",
|
|
446
|
-
"name": "Banning__NotBanned",
|
|
447
|
-
"inputs": [
|
|
448
|
-
{
|
|
449
|
-
"name": "tokenId",
|
|
450
|
-
"type": "uint256",
|
|
451
|
-
"internalType": "uint256"
|
|
452
|
-
}
|
|
453
|
-
]
|
|
454
|
-
},
|
|
455
227
|
{
|
|
456
228
|
"type": "error",
|
|
457
229
|
"name": "Entitlement__InvalidValue",
|
|
@@ -497,21 +269,6 @@
|
|
|
497
269
|
"name": "EntitlementsService__InvalidEntitlementInterface",
|
|
498
270
|
"inputs": []
|
|
499
271
|
},
|
|
500
|
-
{
|
|
501
|
-
"type": "error",
|
|
502
|
-
"name": "MintERC2309QuantityExceedsLimit",
|
|
503
|
-
"inputs": []
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"type": "error",
|
|
507
|
-
"name": "MintToZeroAddress",
|
|
508
|
-
"inputs": []
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"type": "error",
|
|
512
|
-
"name": "MintZeroQuantity",
|
|
513
|
-
"inputs": []
|
|
514
|
-
},
|
|
515
272
|
{
|
|
516
273
|
"type": "error",
|
|
517
274
|
"name": "Ownable__NotOwner",
|
|
@@ -532,45 +289,5 @@
|
|
|
532
289
|
"type": "error",
|
|
533
290
|
"name": "OwnerQueryForNonexistentToken",
|
|
534
291
|
"inputs": []
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"type": "error",
|
|
538
|
-
"name": "OwnershipNotInitializedForExtraData",
|
|
539
|
-
"inputs": []
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"type": "error",
|
|
543
|
-
"name": "Pausable__NotPaused",
|
|
544
|
-
"inputs": []
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"type": "error",
|
|
548
|
-
"name": "Pausable__Paused",
|
|
549
|
-
"inputs": []
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"type": "error",
|
|
553
|
-
"name": "TransferCallerNotOwnerNorApproved",
|
|
554
|
-
"inputs": []
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"type": "error",
|
|
558
|
-
"name": "TransferFromIncorrectOwner",
|
|
559
|
-
"inputs": []
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"type": "error",
|
|
563
|
-
"name": "TransferToNonERC721ReceiverImplementer",
|
|
564
|
-
"inputs": []
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"type": "error",
|
|
568
|
-
"name": "TransferToZeroAddress",
|
|
569
|
-
"inputs": []
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"type": "error",
|
|
573
|
-
"name": "URIQueryForNonexistentToken",
|
|
574
|
-
"inputs": []
|
|
575
292
|
}
|
|
576
293
|
]
|
|
@@ -167,106 +167,6 @@ export default [
|
|
|
167
167
|
"outputs": [],
|
|
168
168
|
"stateMutability": "nonpayable"
|
|
169
169
|
},
|
|
170
|
-
{
|
|
171
|
-
"type": "event",
|
|
172
|
-
"name": "Approval",
|
|
173
|
-
"inputs": [
|
|
174
|
-
{
|
|
175
|
-
"name": "owner",
|
|
176
|
-
"type": "address",
|
|
177
|
-
"indexed": true,
|
|
178
|
-
"internalType": "address"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"name": "approved",
|
|
182
|
-
"type": "address",
|
|
183
|
-
"indexed": true,
|
|
184
|
-
"internalType": "address"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"name": "tokenId",
|
|
188
|
-
"type": "uint256",
|
|
189
|
-
"indexed": true,
|
|
190
|
-
"internalType": "uint256"
|
|
191
|
-
}
|
|
192
|
-
],
|
|
193
|
-
"anonymous": false
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"type": "event",
|
|
197
|
-
"name": "ApprovalForAll",
|
|
198
|
-
"inputs": [
|
|
199
|
-
{
|
|
200
|
-
"name": "owner",
|
|
201
|
-
"type": "address",
|
|
202
|
-
"indexed": true,
|
|
203
|
-
"internalType": "address"
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"name": "operator",
|
|
207
|
-
"type": "address",
|
|
208
|
-
"indexed": true,
|
|
209
|
-
"internalType": "address"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"name": "approved",
|
|
213
|
-
"type": "bool",
|
|
214
|
-
"indexed": false,
|
|
215
|
-
"internalType": "bool"
|
|
216
|
-
}
|
|
217
|
-
],
|
|
218
|
-
"anonymous": false
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"type": "event",
|
|
222
|
-
"name": "Banned",
|
|
223
|
-
"inputs": [
|
|
224
|
-
{
|
|
225
|
-
"name": "moderator",
|
|
226
|
-
"type": "address",
|
|
227
|
-
"indexed": true,
|
|
228
|
-
"internalType": "address"
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"name": "tokenId",
|
|
232
|
-
"type": "uint256",
|
|
233
|
-
"indexed": true,
|
|
234
|
-
"internalType": "uint256"
|
|
235
|
-
}
|
|
236
|
-
],
|
|
237
|
-
"anonymous": false
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"type": "event",
|
|
241
|
-
"name": "ConsecutiveTransfer",
|
|
242
|
-
"inputs": [
|
|
243
|
-
{
|
|
244
|
-
"name": "fromTokenId",
|
|
245
|
-
"type": "uint256",
|
|
246
|
-
"indexed": true,
|
|
247
|
-
"internalType": "uint256"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"name": "toTokenId",
|
|
251
|
-
"type": "uint256",
|
|
252
|
-
"indexed": false,
|
|
253
|
-
"internalType": "uint256"
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"name": "from",
|
|
257
|
-
"type": "address",
|
|
258
|
-
"indexed": true,
|
|
259
|
-
"internalType": "address"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"name": "to",
|
|
263
|
-
"type": "address",
|
|
264
|
-
"indexed": true,
|
|
265
|
-
"internalType": "address"
|
|
266
|
-
}
|
|
267
|
-
],
|
|
268
|
-
"anonymous": false
|
|
269
|
-
},
|
|
270
170
|
{
|
|
271
171
|
"type": "event",
|
|
272
172
|
"name": "EntitlementModuleAdded",
|
|
@@ -324,134 +224,6 @@ export default [
|
|
|
324
224
|
],
|
|
325
225
|
"anonymous": false
|
|
326
226
|
},
|
|
327
|
-
{
|
|
328
|
-
"type": "event",
|
|
329
|
-
"name": "Paused",
|
|
330
|
-
"inputs": [
|
|
331
|
-
{
|
|
332
|
-
"name": "account",
|
|
333
|
-
"type": "address",
|
|
334
|
-
"indexed": false,
|
|
335
|
-
"internalType": "address"
|
|
336
|
-
}
|
|
337
|
-
],
|
|
338
|
-
"anonymous": false
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"type": "event",
|
|
342
|
-
"name": "Transfer",
|
|
343
|
-
"inputs": [
|
|
344
|
-
{
|
|
345
|
-
"name": "from",
|
|
346
|
-
"type": "address",
|
|
347
|
-
"indexed": true,
|
|
348
|
-
"internalType": "address"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "to",
|
|
352
|
-
"type": "address",
|
|
353
|
-
"indexed": true,
|
|
354
|
-
"internalType": "address"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"name": "tokenId",
|
|
358
|
-
"type": "uint256",
|
|
359
|
-
"indexed": true,
|
|
360
|
-
"internalType": "uint256"
|
|
361
|
-
}
|
|
362
|
-
],
|
|
363
|
-
"anonymous": false
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
"type": "event",
|
|
367
|
-
"name": "Unbanned",
|
|
368
|
-
"inputs": [
|
|
369
|
-
{
|
|
370
|
-
"name": "moderator",
|
|
371
|
-
"type": "address",
|
|
372
|
-
"indexed": true,
|
|
373
|
-
"internalType": "address"
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"name": "tokenId",
|
|
377
|
-
"type": "uint256",
|
|
378
|
-
"indexed": true,
|
|
379
|
-
"internalType": "uint256"
|
|
380
|
-
}
|
|
381
|
-
],
|
|
382
|
-
"anonymous": false
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"type": "event",
|
|
386
|
-
"name": "Unpaused",
|
|
387
|
-
"inputs": [
|
|
388
|
-
{
|
|
389
|
-
"name": "account",
|
|
390
|
-
"type": "address",
|
|
391
|
-
"indexed": false,
|
|
392
|
-
"internalType": "address"
|
|
393
|
-
}
|
|
394
|
-
],
|
|
395
|
-
"anonymous": false
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"type": "error",
|
|
399
|
-
"name": "ApprovalCallerNotOwnerNorApproved",
|
|
400
|
-
"inputs": []
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"type": "error",
|
|
404
|
-
"name": "ApprovalQueryForNonexistentToken",
|
|
405
|
-
"inputs": []
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"type": "error",
|
|
409
|
-
"name": "BalanceQueryForZeroAddress",
|
|
410
|
-
"inputs": []
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"type": "error",
|
|
414
|
-
"name": "Banning__AlreadyBanned",
|
|
415
|
-
"inputs": [
|
|
416
|
-
{
|
|
417
|
-
"name": "tokenId",
|
|
418
|
-
"type": "uint256",
|
|
419
|
-
"internalType": "uint256"
|
|
420
|
-
}
|
|
421
|
-
]
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"type": "error",
|
|
425
|
-
"name": "Banning__CannotBanOwner",
|
|
426
|
-
"inputs": []
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"type": "error",
|
|
430
|
-
"name": "Banning__CannotBanSelf",
|
|
431
|
-
"inputs": []
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"type": "error",
|
|
435
|
-
"name": "Banning__InvalidTokenId",
|
|
436
|
-
"inputs": [
|
|
437
|
-
{
|
|
438
|
-
"name": "tokenId",
|
|
439
|
-
"type": "uint256",
|
|
440
|
-
"internalType": "uint256"
|
|
441
|
-
}
|
|
442
|
-
]
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"type": "error",
|
|
446
|
-
"name": "Banning__NotBanned",
|
|
447
|
-
"inputs": [
|
|
448
|
-
{
|
|
449
|
-
"name": "tokenId",
|
|
450
|
-
"type": "uint256",
|
|
451
|
-
"internalType": "uint256"
|
|
452
|
-
}
|
|
453
|
-
]
|
|
454
|
-
},
|
|
455
227
|
{
|
|
456
228
|
"type": "error",
|
|
457
229
|
"name": "Entitlement__InvalidValue",
|
|
@@ -497,21 +269,6 @@ export default [
|
|
|
497
269
|
"name": "EntitlementsService__InvalidEntitlementInterface",
|
|
498
270
|
"inputs": []
|
|
499
271
|
},
|
|
500
|
-
{
|
|
501
|
-
"type": "error",
|
|
502
|
-
"name": "MintERC2309QuantityExceedsLimit",
|
|
503
|
-
"inputs": []
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"type": "error",
|
|
507
|
-
"name": "MintToZeroAddress",
|
|
508
|
-
"inputs": []
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"type": "error",
|
|
512
|
-
"name": "MintZeroQuantity",
|
|
513
|
-
"inputs": []
|
|
514
|
-
},
|
|
515
272
|
{
|
|
516
273
|
"type": "error",
|
|
517
274
|
"name": "Ownable__NotOwner",
|
|
@@ -532,45 +289,5 @@ export default [
|
|
|
532
289
|
"type": "error",
|
|
533
290
|
"name": "OwnerQueryForNonexistentToken",
|
|
534
291
|
"inputs": []
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"type": "error",
|
|
538
|
-
"name": "OwnershipNotInitializedForExtraData",
|
|
539
|
-
"inputs": []
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"type": "error",
|
|
543
|
-
"name": "Pausable__NotPaused",
|
|
544
|
-
"inputs": []
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"type": "error",
|
|
548
|
-
"name": "Pausable__Paused",
|
|
549
|
-
"inputs": []
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"type": "error",
|
|
553
|
-
"name": "TransferCallerNotOwnerNorApproved",
|
|
554
|
-
"inputs": []
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"type": "error",
|
|
558
|
-
"name": "TransferFromIncorrectOwner",
|
|
559
|
-
"inputs": []
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"type": "error",
|
|
563
|
-
"name": "TransferToNonERC721ReceiverImplementer",
|
|
564
|
-
"inputs": []
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"type": "error",
|
|
568
|
-
"name": "TransferToZeroAddress",
|
|
569
|
-
"inputs": []
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"type": "error",
|
|
573
|
-
"name": "URIQueryForNonexistentToken",
|
|
574
|
-
"inputs": []
|
|
575
292
|
}
|
|
576
293
|
] as const
|
|
@@ -1,4 +1,28 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"type": "function",
|
|
4
|
+
"name": "createSpace",
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"name": "action",
|
|
8
|
+
"type": "uint8",
|
|
9
|
+
"internalType": "enum ICreateSpaceBase.Action"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "data",
|
|
13
|
+
"type": "bytes",
|
|
14
|
+
"internalType": "bytes"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"outputs": [
|
|
18
|
+
{
|
|
19
|
+
"name": "",
|
|
20
|
+
"type": "address",
|
|
21
|
+
"internalType": "address"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"stateMutability": "payable"
|
|
25
|
+
},
|
|
2
26
|
{
|
|
3
27
|
"type": "function",
|
|
4
28
|
"name": "createSpace",
|
|
@@ -701,5 +725,10 @@
|
|
|
701
725
|
"type": "error",
|
|
702
726
|
"name": "Architect__NotContract",
|
|
703
727
|
"inputs": []
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"type": "error",
|
|
731
|
+
"name": "CreateSpaceFacet__InvalidAction",
|
|
732
|
+
"inputs": []
|
|
704
733
|
}
|
|
705
734
|
]
|