@latticexyz/world-modules 2.0.0-main-251170e1 → 2.0.0-main-c07fa021
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mud.config.js +1 -1
- package/dist/mud.config.js.map +1 -1
- package/out/ArrayLib.sol/ArrayLib.json +477 -477
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +314 -314
- package/out/CallboundDelegations.sol/CallboundDelegations.json +4012 -4012
- package/out/DelegationControl.sol/DelegationControl.json +22 -22
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +97 -97
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +81 -81
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.json +63 -143
- package/out/ICallBatchSystem.sol/ICallBatchSystem.json +51 -51
- package/out/ICoreSystem.sol/ICoreSystem.json +15 -15
- package/out/IDelegationControl.sol/IDelegationControl.json +93 -93
- package/out/IModule.sol/IModule.json +139 -139
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +58 -58
- package/out/ISystemHook.sol/ISystemHook.json +129 -129
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +37 -37
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +118 -118
- package/out/IWorldErrors.sol/IWorldErrors.json +238 -238
- package/out/IWorldKernel.sol/IWorldCall.json +241 -241
- package/out/IWorldKernel.sol/IWorldKernel.json +241 -241
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +241 -241
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +282 -282
- package/out/KeysInTable.sol/KeysInTable.json +15792 -15792
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1253 -1253
- package/out/KeysInTableModule.sol/KeysInTableModule.json +798 -798
- package/out/KeysWithValue.sol/KeysWithValue.json +5879 -5879
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1335 -1335
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +619 -619
- package/out/Module.sol/Module.json +20 -20
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +467 -467
- package/out/StoreHook.sol/StoreHook.json +31 -31
- package/out/System.sol/System.json +3 -3
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +166 -166
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3149 -3149
- package/out/UniqueEntity.sol/UniqueEntity.json +1976 -1976
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +486 -486
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +114 -114
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +3954 -3954
- package/out/WorldContext.sol/WorldContextConsumer.json +17 -17
- package/out/WorldContext.sol/WorldContextProvider.json +17 -17
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +7 -7
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +7 -7
- package/out/constants.sol/constants.json +116 -116
- package/out/getKeysInTable.sol/getKeysInTable.json +819 -819
- package/out/getKeysWithValue.sol/getKeysWithValue.json +374 -374
- package/out/getTargetTableId.sol/getTargetTableId.json +232 -232
- package/out/getUniqueEntity.sol/getUniqueEntity.json +143 -143
- package/out/hasKey.sol/hasKey.json +189 -189
- package/out/index.sol/index.json +73 -73
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +197 -197
- package/out/interfaces/IERC165.sol/IERC165.json +50 -50
- package/out/interfaces/IWorldKernel.sol/IWorldCall.json +137 -137
- package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +137 -137
- package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +137 -137
- package/out/query.sol/query.json +1791 -1791
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +47 -47
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +47 -47
- package/out/src/IStore.sol/IStore.json +21 -21
- package/out/src/IStore.sol/IStoreData.json +21 -21
- package/out/src/IStore.sol/IStoreRead.json +21 -21
- package/out/src/IStore.sol/IStoreRegistration.json +21 -21
- package/out/src/IStore.sol/IStoreWrite.json +21 -21
- package/out/src/Memory.sol/Memory.json +4 -4
- package/out/src/Schema.sol/SchemaInstance.json +42 -42
- package/out/src/Schema.sol/SchemaLib.json +42 -42
- package/out/src/Slice.sol/SliceInstance.json +4 -4
- package/out/src/Slice.sol/SliceLib.json +4 -4
- package/out/src/StoreCore.sol/StoreCore.json +294 -294
- package/out/src/StoreCore.sol/StoreCoreInternal.json +294 -294
- package/out/src/StoreSwitch.sol/StoreSwitch.json +23 -23
- package/out/src/WorldContext.sol/WorldContextConsumer.json +22 -22
- package/out/src/WorldContext.sol/WorldContextProvider.json +22 -22
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +14 -14
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +14 -14
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +297 -297
- package/package.json +8 -8
- package/src/interfaces/IBaseWorld.sol +1 -3
- package/src/interfaces/IUniqueEntitySystem.sol +2 -3
- package/src/modules/keysintable/KeysInTableModule.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueModule.sol +1 -1
- package/src/modules/std-delegations/StandardDelegationsModule.sol +1 -1
- package/src/modules/uniqueentity/UniqueEntityModule.sol +1 -1
- package/src/modules/uniqueentity/getUniqueEntity.sol +2 -2
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -16
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -197
@@ -234,28 +234,28 @@
|
|
234
234
|
},
|
235
235
|
"ast": {
|
236
236
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/IModule.sol",
|
237
|
-
"id":
|
237
|
+
"id": 33467,
|
238
238
|
"exportedSymbols": {
|
239
239
|
"ERC165_INTERFACE_ID": [
|
240
|
-
|
240
|
+
33412
|
241
241
|
],
|
242
242
|
"IERC165": [
|
243
|
-
|
243
|
+
33421
|
244
244
|
],
|
245
245
|
"IModule": [
|
246
|
-
|
246
|
+
33466
|
247
247
|
],
|
248
248
|
"MODULE_INTERFACE_ID": [
|
249
|
-
|
249
|
+
33441
|
250
250
|
]
|
251
251
|
},
|
252
252
|
"nodeType": "SourceUnit",
|
253
|
-
"src": "32:1188:
|
253
|
+
"src": "32:1188:44",
|
254
254
|
"nodes": [
|
255
255
|
{
|
256
|
-
"id":
|
256
|
+
"id": 33423,
|
257
257
|
"nodeType": "PragmaDirective",
|
258
|
-
"src": "32:25:
|
258
|
+
"src": "32:25:44",
|
259
259
|
"nodes": [],
|
260
260
|
"literals": [
|
261
261
|
"solidity",
|
@@ -265,36 +265,36 @@
|
|
265
265
|
]
|
266
266
|
},
|
267
267
|
{
|
268
|
-
"id":
|
268
|
+
"id": 33426,
|
269
269
|
"nodeType": "ImportDirective",
|
270
|
-
"src": "59:61:
|
270
|
+
"src": "59:61:44",
|
271
271
|
"nodes": [],
|
272
272
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/IERC165.sol",
|
273
273
|
"file": "./IERC165.sol",
|
274
274
|
"nameLocation": "-1:-1:-1",
|
275
|
-
"scope":
|
276
|
-
"sourceUnit":
|
275
|
+
"scope": 33467,
|
276
|
+
"sourceUnit": 33422,
|
277
277
|
"symbolAliases": [
|
278
278
|
{
|
279
279
|
"foreign": {
|
280
|
-
"id":
|
280
|
+
"id": 33424,
|
281
281
|
"name": "IERC165",
|
282
282
|
"nodeType": "Identifier",
|
283
283
|
"overloadedDeclarations": [],
|
284
|
-
"referencedDeclaration":
|
285
|
-
"src": "68:7:
|
284
|
+
"referencedDeclaration": 33421,
|
285
|
+
"src": "68:7:44",
|
286
286
|
"typeDescriptions": {}
|
287
287
|
},
|
288
288
|
"nameLocation": "-1:-1:-1"
|
289
289
|
},
|
290
290
|
{
|
291
291
|
"foreign": {
|
292
|
-
"id":
|
292
|
+
"id": 33425,
|
293
293
|
"name": "ERC165_INTERFACE_ID",
|
294
294
|
"nodeType": "Identifier",
|
295
295
|
"overloadedDeclarations": [],
|
296
|
-
"referencedDeclaration":
|
297
|
-
"src": "77:19:
|
296
|
+
"referencedDeclaration": 33412,
|
297
|
+
"src": "77:19:44",
|
298
298
|
"typeDescriptions": {}
|
299
299
|
},
|
300
300
|
"nameLocation": "-1:-1:-1"
|
@@ -303,15 +303,15 @@
|
|
303
303
|
"unitAlias": ""
|
304
304
|
},
|
305
305
|
{
|
306
|
-
"id":
|
306
|
+
"id": 33441,
|
307
307
|
"nodeType": "VariableDeclaration",
|
308
|
-
"src": "191:148:
|
308
|
+
"src": "191:148:44",
|
309
309
|
"nodes": [],
|
310
310
|
"constant": true,
|
311
311
|
"mutability": "constant",
|
312
312
|
"name": "MODULE_INTERFACE_ID",
|
313
|
-
"nameLocation": "207:19:
|
314
|
-
"scope":
|
313
|
+
"nameLocation": "207:19:44",
|
314
|
+
"scope": 33467,
|
315
315
|
"stateVariable": false,
|
316
316
|
"storageLocation": "default",
|
317
317
|
"typeDescriptions": {
|
@@ -319,10 +319,10 @@
|
|
319
319
|
"typeString": "bytes4"
|
320
320
|
},
|
321
321
|
"typeName": {
|
322
|
-
"id":
|
322
|
+
"id": 33427,
|
323
323
|
"name": "bytes4",
|
324
324
|
"nodeType": "ElementaryTypeName",
|
325
|
-
"src": "191:6:
|
325
|
+
"src": "191:6:44",
|
326
326
|
"typeDescriptions": {
|
327
327
|
"typeIdentifier": "t_bytes4",
|
328
328
|
"typeString": "bytes4"
|
@@ -333,7 +333,7 @@
|
|
333
333
|
"typeIdentifier": "t_bytes4",
|
334
334
|
"typeString": "bytes4"
|
335
335
|
},
|
336
|
-
"id":
|
336
|
+
"id": 33440,
|
337
337
|
"isConstant": false,
|
338
338
|
"isLValue": false,
|
339
339
|
"isPure": true,
|
@@ -343,7 +343,7 @@
|
|
343
343
|
"typeIdentifier": "t_bytes4",
|
344
344
|
"typeString": "bytes4"
|
345
345
|
},
|
346
|
-
"id":
|
346
|
+
"id": 33438,
|
347
347
|
"isConstant": false,
|
348
348
|
"isLValue": false,
|
349
349
|
"isPure": true,
|
@@ -353,7 +353,7 @@
|
|
353
353
|
"typeIdentifier": "t_bytes4",
|
354
354
|
"typeString": "bytes4"
|
355
355
|
},
|
356
|
-
"id":
|
356
|
+
"id": 33434,
|
357
357
|
"isConstant": false,
|
358
358
|
"isLValue": false,
|
359
359
|
"isPure": true,
|
@@ -361,41 +361,41 @@
|
|
361
361
|
"leftExpression": {
|
362
362
|
"expression": {
|
363
363
|
"expression": {
|
364
|
-
"id":
|
364
|
+
"id": 33428,
|
365
365
|
"name": "IModule",
|
366
366
|
"nodeType": "Identifier",
|
367
367
|
"overloadedDeclarations": [],
|
368
|
-
"referencedDeclaration":
|
369
|
-
"src": "229:7:
|
368
|
+
"referencedDeclaration": 33466,
|
369
|
+
"src": "229:7:44",
|
370
370
|
"typeDescriptions": {
|
371
|
-
"typeIdentifier": "t_type$_t_contract$_IModule_$
|
371
|
+
"typeIdentifier": "t_type$_t_contract$_IModule_$33466_$",
|
372
372
|
"typeString": "type(contract IModule)"
|
373
373
|
}
|
374
374
|
},
|
375
|
-
"id":
|
375
|
+
"id": 33429,
|
376
376
|
"isConstant": false,
|
377
377
|
"isLValue": false,
|
378
378
|
"isPure": true,
|
379
379
|
"lValueRequested": false,
|
380
|
-
"memberLocation": "237:7:
|
380
|
+
"memberLocation": "237:7:44",
|
381
381
|
"memberName": "getName",
|
382
382
|
"nodeType": "MemberAccess",
|
383
|
-
"referencedDeclaration":
|
384
|
-
"src": "229:15:
|
383
|
+
"referencedDeclaration": 33453,
|
384
|
+
"src": "229:15:44",
|
385
385
|
"typeDescriptions": {
|
386
386
|
"typeIdentifier": "t_function_declaration_view$__$returns$_t_bytes16_$",
|
387
387
|
"typeString": "function IModule.getName() view returns (bytes16)"
|
388
388
|
}
|
389
389
|
},
|
390
|
-
"id":
|
390
|
+
"id": 33430,
|
391
391
|
"isConstant": false,
|
392
392
|
"isLValue": false,
|
393
393
|
"isPure": true,
|
394
394
|
"lValueRequested": false,
|
395
|
-
"memberLocation": "245:8:
|
395
|
+
"memberLocation": "245:8:44",
|
396
396
|
"memberName": "selector",
|
397
397
|
"nodeType": "MemberAccess",
|
398
|
-
"src": "229:24:
|
398
|
+
"src": "229:24:44",
|
399
399
|
"typeDescriptions": {
|
400
400
|
"typeIdentifier": "t_bytes4",
|
401
401
|
"typeString": "bytes4"
|
@@ -406,47 +406,47 @@
|
|
406
406
|
"rightExpression": {
|
407
407
|
"expression": {
|
408
408
|
"expression": {
|
409
|
-
"id":
|
409
|
+
"id": 33431,
|
410
410
|
"name": "IModule",
|
411
411
|
"nodeType": "Identifier",
|
412
412
|
"overloadedDeclarations": [],
|
413
|
-
"referencedDeclaration":
|
414
|
-
"src": "258:7:
|
413
|
+
"referencedDeclaration": 33466,
|
414
|
+
"src": "258:7:44",
|
415
415
|
"typeDescriptions": {
|
416
|
-
"typeIdentifier": "t_type$_t_contract$_IModule_$
|
416
|
+
"typeIdentifier": "t_type$_t_contract$_IModule_$33466_$",
|
417
417
|
"typeString": "type(contract IModule)"
|
418
418
|
}
|
419
419
|
},
|
420
|
-
"id":
|
420
|
+
"id": 33432,
|
421
421
|
"isConstant": false,
|
422
422
|
"isLValue": false,
|
423
423
|
"isPure": true,
|
424
424
|
"lValueRequested": false,
|
425
|
-
"memberLocation": "266:11:
|
425
|
+
"memberLocation": "266:11:44",
|
426
426
|
"memberName": "installRoot",
|
427
427
|
"nodeType": "MemberAccess",
|
428
|
-
"referencedDeclaration":
|
429
|
-
"src": "258:19:
|
428
|
+
"referencedDeclaration": 33459,
|
429
|
+
"src": "258:19:44",
|
430
430
|
"typeDescriptions": {
|
431
431
|
"typeIdentifier": "t_function_declaration_nonpayable$_t_bytes_memory_ptr_$returns$__$",
|
432
432
|
"typeString": "function IModule.installRoot(bytes memory)"
|
433
433
|
}
|
434
434
|
},
|
435
|
-
"id":
|
435
|
+
"id": 33433,
|
436
436
|
"isConstant": false,
|
437
437
|
"isLValue": false,
|
438
438
|
"isPure": true,
|
439
439
|
"lValueRequested": false,
|
440
|
-
"memberLocation": "278:8:
|
440
|
+
"memberLocation": "278:8:44",
|
441
441
|
"memberName": "selector",
|
442
442
|
"nodeType": "MemberAccess",
|
443
|
-
"src": "258:28:
|
443
|
+
"src": "258:28:44",
|
444
444
|
"typeDescriptions": {
|
445
445
|
"typeIdentifier": "t_bytes4",
|
446
446
|
"typeString": "bytes4"
|
447
447
|
}
|
448
448
|
},
|
449
|
-
"src": "229:57:
|
449
|
+
"src": "229:57:44",
|
450
450
|
"typeDescriptions": {
|
451
451
|
"typeIdentifier": "t_bytes4",
|
452
452
|
"typeString": "bytes4"
|
@@ -457,47 +457,47 @@
|
|
457
457
|
"rightExpression": {
|
458
458
|
"expression": {
|
459
459
|
"expression": {
|
460
|
-
"id":
|
460
|
+
"id": 33435,
|
461
461
|
"name": "IModule",
|
462
462
|
"nodeType": "Identifier",
|
463
463
|
"overloadedDeclarations": [],
|
464
|
-
"referencedDeclaration":
|
465
|
-
"src": "291:7:
|
464
|
+
"referencedDeclaration": 33466,
|
465
|
+
"src": "291:7:44",
|
466
466
|
"typeDescriptions": {
|
467
|
-
"typeIdentifier": "t_type$_t_contract$_IModule_$
|
467
|
+
"typeIdentifier": "t_type$_t_contract$_IModule_$33466_$",
|
468
468
|
"typeString": "type(contract IModule)"
|
469
469
|
}
|
470
470
|
},
|
471
|
-
"id":
|
471
|
+
"id": 33436,
|
472
472
|
"isConstant": false,
|
473
473
|
"isLValue": false,
|
474
474
|
"isPure": true,
|
475
475
|
"lValueRequested": false,
|
476
|
-
"memberLocation": "299:7:
|
476
|
+
"memberLocation": "299:7:44",
|
477
477
|
"memberName": "install",
|
478
478
|
"nodeType": "MemberAccess",
|
479
|
-
"referencedDeclaration":
|
480
|
-
"src": "291:15:
|
479
|
+
"referencedDeclaration": 33465,
|
480
|
+
"src": "291:15:44",
|
481
481
|
"typeDescriptions": {
|
482
482
|
"typeIdentifier": "t_function_declaration_nonpayable$_t_bytes_memory_ptr_$returns$__$",
|
483
483
|
"typeString": "function IModule.install(bytes memory)"
|
484
484
|
}
|
485
485
|
},
|
486
|
-
"id":
|
486
|
+
"id": 33437,
|
487
487
|
"isConstant": false,
|
488
488
|
"isLValue": false,
|
489
489
|
"isPure": true,
|
490
490
|
"lValueRequested": false,
|
491
|
-
"memberLocation": "307:8:
|
491
|
+
"memberLocation": "307:8:44",
|
492
492
|
"memberName": "selector",
|
493
493
|
"nodeType": "MemberAccess",
|
494
|
-
"src": "291:24:
|
494
|
+
"src": "291:24:44",
|
495
495
|
"typeDescriptions": {
|
496
496
|
"typeIdentifier": "t_bytes4",
|
497
497
|
"typeString": "bytes4"
|
498
498
|
}
|
499
499
|
},
|
500
|
-
"src": "229:86:
|
500
|
+
"src": "229:86:44",
|
501
501
|
"typeDescriptions": {
|
502
502
|
"typeIdentifier": "t_bytes4",
|
503
503
|
"typeString": "bytes4"
|
@@ -506,18 +506,18 @@
|
|
506
506
|
"nodeType": "BinaryOperation",
|
507
507
|
"operator": "^",
|
508
508
|
"rightExpression": {
|
509
|
-
"id":
|
509
|
+
"id": 33439,
|
510
510
|
"name": "ERC165_INTERFACE_ID",
|
511
511
|
"nodeType": "Identifier",
|
512
512
|
"overloadedDeclarations": [],
|
513
|
-
"referencedDeclaration":
|
514
|
-
"src": "320:19:
|
513
|
+
"referencedDeclaration": 33412,
|
514
|
+
"src": "320:19:44",
|
515
515
|
"typeDescriptions": {
|
516
516
|
"typeIdentifier": "t_bytes4",
|
517
517
|
"typeString": "bytes4"
|
518
518
|
}
|
519
519
|
},
|
520
|
-
"src": "229:110:
|
520
|
+
"src": "229:110:44",
|
521
521
|
"typeDescriptions": {
|
522
522
|
"typeIdentifier": "t_bytes4",
|
523
523
|
"typeString": "bytes4"
|
@@ -526,49 +526,49 @@
|
|
526
526
|
"visibility": "internal"
|
527
527
|
},
|
528
528
|
{
|
529
|
-
"id":
|
529
|
+
"id": 33466,
|
530
530
|
"nodeType": "ContractDefinition",
|
531
|
-
"src": "342:877:
|
531
|
+
"src": "342:877:44",
|
532
532
|
"nodes": [
|
533
533
|
{
|
534
|
-
"id":
|
534
|
+
"id": 33445,
|
535
535
|
"nodeType": "ErrorDefinition",
|
536
|
-
"src": "375:39:
|
536
|
+
"src": "375:39:44",
|
537
537
|
"nodes": [],
|
538
538
|
"errorSelector": "b6622fc0",
|
539
539
|
"name": "Module_RootInstallNotSupported",
|
540
|
-
"nameLocation": "381:30:
|
540
|
+
"nameLocation": "381:30:44",
|
541
541
|
"parameters": {
|
542
|
-
"id":
|
542
|
+
"id": 33444,
|
543
543
|
"nodeType": "ParameterList",
|
544
544
|
"parameters": [],
|
545
|
-
"src": "411:2:
|
545
|
+
"src": "411:2:44"
|
546
546
|
}
|
547
547
|
},
|
548
548
|
{
|
549
|
-
"id":
|
549
|
+
"id": 33447,
|
550
550
|
"nodeType": "ErrorDefinition",
|
551
|
-
"src": "417:42:
|
551
|
+
"src": "417:42:44",
|
552
552
|
"nodes": [],
|
553
553
|
"errorSelector": "ea8b184c",
|
554
554
|
"name": "Module_NonRootInstallNotSupported",
|
555
|
-
"nameLocation": "423:33:
|
555
|
+
"nameLocation": "423:33:44",
|
556
556
|
"parameters": {
|
557
|
-
"id":
|
557
|
+
"id": 33446,
|
558
558
|
"nodeType": "ParameterList",
|
559
559
|
"parameters": [],
|
560
|
-
"src": "456:2:
|
560
|
+
"src": "456:2:44"
|
561
561
|
}
|
562
562
|
},
|
563
563
|
{
|
564
|
-
"id":
|
564
|
+
"id": 33453,
|
565
565
|
"nodeType": "FunctionDefinition",
|
566
|
-
"src": "517:56:
|
566
|
+
"src": "517:56:44",
|
567
567
|
"nodes": [],
|
568
568
|
"documentation": {
|
569
|
-
"id":
|
569
|
+
"id": 33448,
|
570
570
|
"nodeType": "StructuredDocumentation",
|
571
|
-
"src": "463:51:
|
571
|
+
"src": "463:51:44",
|
572
572
|
"text": " Return the module name as a bytes16."
|
573
573
|
},
|
574
574
|
"functionSelector": "17d7de7c",
|
@@ -576,26 +576,26 @@
|
|
576
576
|
"kind": "function",
|
577
577
|
"modifiers": [],
|
578
578
|
"name": "getName",
|
579
|
-
"nameLocation": "526:7:
|
579
|
+
"nameLocation": "526:7:44",
|
580
580
|
"parameters": {
|
581
|
-
"id":
|
581
|
+
"id": 33449,
|
582
582
|
"nodeType": "ParameterList",
|
583
583
|
"parameters": [],
|
584
|
-
"src": "533:2:
|
584
|
+
"src": "533:2:44"
|
585
585
|
},
|
586
586
|
"returnParameters": {
|
587
|
-
"id":
|
587
|
+
"id": 33452,
|
588
588
|
"nodeType": "ParameterList",
|
589
589
|
"parameters": [
|
590
590
|
{
|
591
591
|
"constant": false,
|
592
|
-
"id":
|
592
|
+
"id": 33451,
|
593
593
|
"mutability": "mutable",
|
594
594
|
"name": "name",
|
595
|
-
"nameLocation": "567:4:
|
595
|
+
"nameLocation": "567:4:44",
|
596
596
|
"nodeType": "VariableDeclaration",
|
597
|
-
"scope":
|
598
|
-
"src": "559:12:
|
597
|
+
"scope": 33453,
|
598
|
+
"src": "559:12:44",
|
599
599
|
"stateVariable": false,
|
600
600
|
"storageLocation": "default",
|
601
601
|
"typeDescriptions": {
|
@@ -603,10 +603,10 @@
|
|
603
603
|
"typeString": "bytes16"
|
604
604
|
},
|
605
605
|
"typeName": {
|
606
|
-
"id":
|
606
|
+
"id": 33450,
|
607
607
|
"name": "bytes16",
|
608
608
|
"nodeType": "ElementaryTypeName",
|
609
|
-
"src": "559:7:
|
609
|
+
"src": "559:7:44",
|
610
610
|
"typeDescriptions": {
|
611
611
|
"typeIdentifier": "t_bytes16",
|
612
612
|
"typeString": "bytes16"
|
@@ -615,22 +615,22 @@
|
|
615
615
|
"visibility": "internal"
|
616
616
|
}
|
617
617
|
],
|
618
|
-
"src": "558:14:
|
618
|
+
"src": "558:14:44"
|
619
619
|
},
|
620
|
-
"scope":
|
620
|
+
"scope": 33466,
|
621
621
|
"stateMutability": "view",
|
622
622
|
"virtual": false,
|
623
623
|
"visibility": "external"
|
624
624
|
},
|
625
625
|
{
|
626
|
-
"id":
|
626
|
+
"id": 33459,
|
627
627
|
"nodeType": "FunctionDefinition",
|
628
|
-
"src": "775:49:
|
628
|
+
"src": "775:49:44",
|
629
629
|
"nodes": [],
|
630
630
|
"documentation": {
|
631
|
-
"id":
|
631
|
+
"id": 33454,
|
632
632
|
"nodeType": "StructuredDocumentation",
|
633
|
-
"src": "577:195:
|
633
|
+
"src": "577:195:44",
|
634
634
|
"text": " This function is called by the World as part of `installRootModule`.\n The module expects to be called via the World contract, and therefore installs itself on the `msg.sender`."
|
635
635
|
},
|
636
636
|
"functionSelector": "7c5b0335",
|
@@ -638,20 +638,20 @@
|
|
638
638
|
"kind": "function",
|
639
639
|
"modifiers": [],
|
640
640
|
"name": "installRoot",
|
641
|
-
"nameLocation": "784:11:
|
641
|
+
"nameLocation": "784:11:44",
|
642
642
|
"parameters": {
|
643
|
-
"id":
|
643
|
+
"id": 33457,
|
644
644
|
"nodeType": "ParameterList",
|
645
645
|
"parameters": [
|
646
646
|
{
|
647
647
|
"constant": false,
|
648
|
-
"id":
|
648
|
+
"id": 33456,
|
649
649
|
"mutability": "mutable",
|
650
650
|
"name": "args",
|
651
|
-
"nameLocation": "809:4:
|
651
|
+
"nameLocation": "809:4:44",
|
652
652
|
"nodeType": "VariableDeclaration",
|
653
|
-
"scope":
|
654
|
-
"src": "796:17:
|
653
|
+
"scope": 33459,
|
654
|
+
"src": "796:17:44",
|
655
655
|
"stateVariable": false,
|
656
656
|
"storageLocation": "memory",
|
657
657
|
"typeDescriptions": {
|
@@ -659,10 +659,10 @@
|
|
659
659
|
"typeString": "bytes"
|
660
660
|
},
|
661
661
|
"typeName": {
|
662
|
-
"id":
|
662
|
+
"id": 33455,
|
663
663
|
"name": "bytes",
|
664
664
|
"nodeType": "ElementaryTypeName",
|
665
|
-
"src": "796:5:
|
665
|
+
"src": "796:5:44",
|
666
666
|
"typeDescriptions": {
|
667
667
|
"typeIdentifier": "t_bytes_storage_ptr",
|
668
668
|
"typeString": "bytes"
|
@@ -671,28 +671,28 @@
|
|
671
671
|
"visibility": "internal"
|
672
672
|
}
|
673
673
|
],
|
674
|
-
"src": "795:19:
|
674
|
+
"src": "795:19:44"
|
675
675
|
},
|
676
676
|
"returnParameters": {
|
677
|
-
"id":
|
677
|
+
"id": 33458,
|
678
678
|
"nodeType": "ParameterList",
|
679
679
|
"parameters": [],
|
680
|
-
"src": "823:0:
|
680
|
+
"src": "823:0:44"
|
681
681
|
},
|
682
|
-
"scope":
|
682
|
+
"scope": 33466,
|
683
683
|
"stateMutability": "nonpayable",
|
684
684
|
"virtual": false,
|
685
685
|
"visibility": "external"
|
686
686
|
},
|
687
687
|
{
|
688
|
-
"id":
|
688
|
+
"id": 33465,
|
689
689
|
"nodeType": "FunctionDefinition",
|
690
|
-
"src": "1172:45:
|
690
|
+
"src": "1172:45:44",
|
691
691
|
"nodes": [],
|
692
692
|
"documentation": {
|
693
|
-
"id":
|
693
|
+
"id": 33460,
|
694
694
|
"nodeType": "StructuredDocumentation",
|
695
|
-
"src": "828:341:
|
695
|
+
"src": "828:341:44",
|
696
696
|
"text": " This function is called by the World as part of `installModule`.\n The module expects to be called via the World contract, and therefore installs itself on the `msg.sender`.\n This function is separate from `installRoot` because the logic might be different (eg. accepting namespace parameters,\n or using `callFrom`)"
|
697
697
|
},
|
698
698
|
"functionSelector": "13861fb5",
|
@@ -700,20 +700,20 @@
|
|
700
700
|
"kind": "function",
|
701
701
|
"modifiers": [],
|
702
702
|
"name": "install",
|
703
|
-
"nameLocation": "1181:7:
|
703
|
+
"nameLocation": "1181:7:44",
|
704
704
|
"parameters": {
|
705
|
-
"id":
|
705
|
+
"id": 33463,
|
706
706
|
"nodeType": "ParameterList",
|
707
707
|
"parameters": [
|
708
708
|
{
|
709
709
|
"constant": false,
|
710
|
-
"id":
|
710
|
+
"id": 33462,
|
711
711
|
"mutability": "mutable",
|
712
712
|
"name": "args",
|
713
|
-
"nameLocation": "1202:4:
|
713
|
+
"nameLocation": "1202:4:44",
|
714
714
|
"nodeType": "VariableDeclaration",
|
715
|
-
"scope":
|
716
|
-
"src": "1189:17:
|
715
|
+
"scope": 33465,
|
716
|
+
"src": "1189:17:44",
|
717
717
|
"stateVariable": false,
|
718
718
|
"storageLocation": "memory",
|
719
719
|
"typeDescriptions": {
|
@@ -721,10 +721,10 @@
|
|
721
721
|
"typeString": "bytes"
|
722
722
|
},
|
723
723
|
"typeName": {
|
724
|
-
"id":
|
724
|
+
"id": 33461,
|
725
725
|
"name": "bytes",
|
726
726
|
"nodeType": "ElementaryTypeName",
|
727
|
-
"src": "1189:5:
|
727
|
+
"src": "1189:5:44",
|
728
728
|
"typeDescriptions": {
|
729
729
|
"typeIdentifier": "t_bytes_storage_ptr",
|
730
730
|
"typeString": "bytes"
|
@@ -733,15 +733,15 @@
|
|
733
733
|
"visibility": "internal"
|
734
734
|
}
|
735
735
|
],
|
736
|
-
"src": "1188:19:
|
736
|
+
"src": "1188:19:44"
|
737
737
|
},
|
738
738
|
"returnParameters": {
|
739
|
-
"id":
|
739
|
+
"id": 33464,
|
740
740
|
"nodeType": "ParameterList",
|
741
741
|
"parameters": [],
|
742
|
-
"src": "1216:0:
|
742
|
+
"src": "1216:0:44"
|
743
743
|
},
|
744
|
-
"scope":
|
744
|
+
"scope": 33466,
|
745
745
|
"stateMutability": "nonpayable",
|
746
746
|
"virtual": false,
|
747
747
|
"visibility": "external"
|
@@ -751,18 +751,18 @@
|
|
751
751
|
"baseContracts": [
|
752
752
|
{
|
753
753
|
"baseName": {
|
754
|
-
"id":
|
754
|
+
"id": 33442,
|
755
755
|
"name": "IERC165",
|
756
756
|
"nameLocations": [
|
757
|
-
"363:7:
|
757
|
+
"363:7:44"
|
758
758
|
],
|
759
759
|
"nodeType": "IdentifierPath",
|
760
|
-
"referencedDeclaration":
|
761
|
-
"src": "363:7:
|
760
|
+
"referencedDeclaration": 33421,
|
761
|
+
"src": "363:7:44"
|
762
762
|
},
|
763
|
-
"id":
|
763
|
+
"id": 33443,
|
764
764
|
"nodeType": "InheritanceSpecifier",
|
765
|
-
"src": "363:7:
|
765
|
+
"src": "363:7:44"
|
766
766
|
}
|
767
767
|
],
|
768
768
|
"canonicalName": "IModule",
|
@@ -770,20 +770,20 @@
|
|
770
770
|
"contractKind": "interface",
|
771
771
|
"fullyImplemented": false,
|
772
772
|
"linearizedBaseContracts": [
|
773
|
-
|
774
|
-
|
773
|
+
33466,
|
774
|
+
33421
|
775
775
|
],
|
776
776
|
"name": "IModule",
|
777
|
-
"nameLocation": "352:7:
|
778
|
-
"scope":
|
777
|
+
"nameLocation": "352:7:44",
|
778
|
+
"scope": 33467,
|
779
779
|
"usedErrors": [
|
780
|
-
|
781
|
-
|
780
|
+
33445,
|
781
|
+
33447
|
782
782
|
],
|
783
783
|
"usedEvents": []
|
784
784
|
}
|
785
785
|
],
|
786
786
|
"license": "MIT"
|
787
787
|
},
|
788
|
-
"id":
|
788
|
+
"id": 44
|
789
789
|
}
|