@latticexyz/world-modules 2.0.0-main-f99e8898 → 2.0.0-main-94d7f1ee
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/out/AccessControl.sol/AccessControl.abi.json +1 -0
- package/out/AccessControl.sol/AccessControl.json +1651 -0
- package/out/ArrayLib.sol/ArrayLib.json +477 -477
- package/out/Balances.sol/Balances.abi.json +1 -0
- package/out/Balances.sol/Balances.json +13002 -0
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +350 -350
- package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
- package/out/DelegationControl.sol/DelegationControl.json +135 -135
- package/out/FunctionSelectors.sol/FunctionSelectors.abi.json +1 -0
- package/out/FunctionSelectors.sol/FunctionSelectors.json +17874 -0
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
- package/out/IBaseWorld.sol/IBaseWorld.json +81 -81
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
- package/out/IDelegationControl.sol/IDelegationControl.json +7 -7
- package/out/ISystemHook.sol/ISystemHook.json +12 -12
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +25 -25
- package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
- package/out/IWorldKernel.sol/IWorldCall.json +10 -10
- package/out/IWorldKernel.sol/IWorldKernel.json +10 -10
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +10 -10
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +39 -39
- package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
- package/out/KeysInTableModule.sol/KeysInTableModule.json +838 -838
- package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1557 -1557
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +650 -650
- package/out/Module.sol/Module.json +119 -119
- package/out/NamespaceOwner.sol/NamespaceOwner.abi.json +1 -0
- package/out/NamespaceOwner.sol/NamespaceOwner.json +13016 -0
- package/out/ResourceAccess.sol/ResourceAccess.abi.json +1 -0
- package/out/ResourceAccess.sol/ResourceAccess.json +17296 -0
- package/out/ResourceIds.sol/ResourceIds.json +45 -45
- package/out/Schema.sol/SchemaInstance.json +30 -30
- package/out/Schema.sol/SchemaLib.json +30 -30
- package/out/SchemaType.sol/SchemaType.json +729 -729
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +448 -448
- package/out/StoreHook.sol/StoreHook.json +639 -639
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +32 -32
- package/out/SystemHooks.sol/SystemHooks.abi.json +1 -0
- package/out/SystemHooks.sol/SystemHooks.json +32460 -0
- package/out/SystemSwitch.sol/SystemSwitch.abi.json +1 -0
- package/out/SystemSwitch.sol/SystemSwitch.json +2879 -0
- package/out/Systems.sol/Systems.abi.json +1 -0
- package/out/Systems.sol/Systems.json +18508 -0
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +183 -183
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
- package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +482 -482
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +128 -128
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4590 -4590
- package/out/WorldContext.sol/WorldContextConsumer.json +14 -14
- package/out/WorldContext.sol/WorldContextConsumerLib.json +14 -14
- package/out/WorldContext.sol/WorldContextProviderLib.json +14 -14
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
- package/out/constants.sol/constants.json +194 -194
- package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
- package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
- package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
- package/out/getUniqueEntity.sol/getUniqueEntity.json +389 -240
- package/out/hasKey.sol/hasKey.json +215 -215
- package/out/index.sol/index.json +73 -73
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +171 -171
- package/out/query.sol/query.json +1892 -1892
- package/out/revertWithBytes.sol/revertWithBytes.json +52 -52
- package/out/src/Bytes.sol/Bytes.json +3766 -3766
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +1204 -1204
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +1204 -1204
- package/out/src/Hook.sol/HookInstance.abi.json +1 -0
- package/out/src/Hook.sol/HookInstance.json +2823 -0
- package/out/src/Hook.sol/HookLib.abi.json +1 -0
- package/out/src/Hook.sol/HookLib.json +2823 -0
- package/out/src/IStore.sol/IStore.json +73 -73
- package/out/src/ISystemHook.sol/ISystemHook.abi.json +67 -0
- package/out/src/ISystemHook.sol/ISystemHook.abi.json.d.ts +68 -0
- package/out/src/ISystemHook.sol/ISystemHook.json +852 -0
- package/out/src/IWorldErrors.sol/IWorldErrors.abi.json +189 -0
- package/out/src/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +190 -0
- package/out/src/IWorldErrors.sol/IWorldErrors.json +1463 -0
- package/out/src/IWorldKernel.sol/IWorldCall.json +258 -258
- package/out/src/IWorldKernel.sol/IWorldKernel.json +258 -258
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +258 -258
- package/out/src/Memory.sol/Memory.json +242 -242
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +1633 -1633
- package/out/src/PackedCounter.sol/PackedCounterLib.json +1633 -1633
- package/out/src/ResourceId.sol/ResourceIdInstance.json +206 -206
- package/out/src/ResourceId.sol/ResourceIdLib.json +206 -206
- package/out/src/Schema.sol/SchemaInstance.json +1351 -1351
- package/out/src/Schema.sol/SchemaLib.json +1351 -1351
- package/out/src/Slice.sol/SliceInstance.json +802 -802
- package/out/src/Slice.sol/SliceLib.json +802 -802
- package/out/src/StoreCore.sol/StoreCore.json +7412 -7412
- package/out/src/StoreCore.sol/StoreCoreInternal.json +7412 -7412
- package/out/src/StoreSwitch.sol/StoreSwitch.json +4064 -4064
- package/out/src/WorldContext.sol/WorldContextConsumer.json +805 -805
- package/out/src/WorldContext.sol/WorldContextConsumerLib.json +807 -807
- package/out/src/WorldContext.sol/WorldContextProviderLib.json +807 -807
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +809 -809
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +809 -809
- package/out/storeHookTypes.sol/storeHookTypes.json +204 -204
- package/out/storeResourceTypes.sol/storeResourceTypes.json +23 -23
- package/out/systemHookTypes.sol/systemHookTypes.json +270 -0
- package/out/tables/ResourceIds.sol/ResourceIds.json +2922 -2922
- package/out/tables/Tables.sol/Tables.json +12189 -12189
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +6883 -6883
- package/out/types.sol/types.json +71 -71
- package/out/worldResourceTypes.sol/worldResourceTypes.json +92 -92
- package/package.json +8 -8
- package/src/modules/uniqueentity/getUniqueEntity.sol +5 -3
- package/src/utils/SystemSwitch.sol +82 -0
@@ -274,34 +274,34 @@
|
|
274
274
|
},
|
275
275
|
"ast": {
|
276
276
|
"absolutePath": "node_modules/@latticexyz/world/src/IWorldKernel.sol",
|
277
|
-
"id":
|
277
|
+
"id": 41901,
|
278
278
|
"exportedSymbols": {
|
279
279
|
"IModule": [
|
280
|
-
|
280
|
+
75688
|
281
281
|
],
|
282
282
|
"IWorldCall": [
|
283
|
-
|
283
|
+
41868
|
284
284
|
],
|
285
285
|
"IWorldErrors": [
|
286
|
-
|
286
|
+
41823
|
287
287
|
],
|
288
288
|
"IWorldKernel": [
|
289
|
-
|
289
|
+
41900
|
290
290
|
],
|
291
291
|
"IWorldModuleInstallation": [
|
292
|
-
|
292
|
+
41842
|
293
293
|
],
|
294
294
|
"ResourceId": [
|
295
|
-
|
295
|
+
29121
|
296
296
|
]
|
297
297
|
},
|
298
298
|
"nodeType": "SourceUnit",
|
299
|
-
"src": "32:3258:
|
299
|
+
"src": "32:3258:97",
|
300
300
|
"nodes": [
|
301
301
|
{
|
302
|
-
"id":
|
302
|
+
"id": 41825,
|
303
303
|
"nodeType": "PragmaDirective",
|
304
|
-
"src": "32:25:
|
304
|
+
"src": "32:25:97",
|
305
305
|
"nodes": [],
|
306
306
|
"literals": [
|
307
307
|
"solidity",
|
@@ -311,24 +311,24 @@
|
|
311
311
|
]
|
312
312
|
},
|
313
313
|
{
|
314
|
-
"id":
|
314
|
+
"id": 41827,
|
315
315
|
"nodeType": "ImportDirective",
|
316
|
-
"src": "59:50:
|
316
|
+
"src": "59:50:97",
|
317
317
|
"nodes": [],
|
318
318
|
"absolutePath": "node_modules/@latticexyz/world/src/IWorldErrors.sol",
|
319
319
|
"file": "./IWorldErrors.sol",
|
320
320
|
"nameLocation": "-1:-1:-1",
|
321
|
-
"scope":
|
322
|
-
"sourceUnit":
|
321
|
+
"scope": 41901,
|
322
|
+
"sourceUnit": 41824,
|
323
323
|
"symbolAliases": [
|
324
324
|
{
|
325
325
|
"foreign": {
|
326
|
-
"id":
|
326
|
+
"id": 41826,
|
327
327
|
"name": "IWorldErrors",
|
328
328
|
"nodeType": "Identifier",
|
329
329
|
"overloadedDeclarations": [],
|
330
|
-
"referencedDeclaration":
|
331
|
-
"src": "68:12:
|
330
|
+
"referencedDeclaration": 41823,
|
331
|
+
"src": "68:12:97",
|
332
332
|
"typeDescriptions": {}
|
333
333
|
},
|
334
334
|
"nameLocation": "-1:-1:-1"
|
@@ -337,24 +337,24 @@
|
|
337
337
|
"unitAlias": ""
|
338
338
|
},
|
339
339
|
{
|
340
|
-
"id":
|
340
|
+
"id": 41829,
|
341
341
|
"nodeType": "ImportDirective",
|
342
|
-
"src": "110:40:
|
342
|
+
"src": "110:40:97",
|
343
343
|
"nodes": [],
|
344
344
|
"absolutePath": "node_modules/@latticexyz/world/src/IModule.sol",
|
345
345
|
"file": "./IModule.sol",
|
346
346
|
"nameLocation": "-1:-1:-1",
|
347
|
-
"scope":
|
348
|
-
"sourceUnit":
|
347
|
+
"scope": 41901,
|
348
|
+
"sourceUnit": 75689,
|
349
349
|
"symbolAliases": [
|
350
350
|
{
|
351
351
|
"foreign": {
|
352
|
-
"id":
|
352
|
+
"id": 41828,
|
353
353
|
"name": "IModule",
|
354
354
|
"nodeType": "Identifier",
|
355
355
|
"overloadedDeclarations": [],
|
356
|
-
"referencedDeclaration":
|
357
|
-
"src": "119:7:
|
356
|
+
"referencedDeclaration": 75688,
|
357
|
+
"src": "119:7:97",
|
358
358
|
"typeDescriptions": {}
|
359
359
|
},
|
360
360
|
"nameLocation": "-1:-1:-1"
|
@@ -363,24 +363,24 @@
|
|
363
363
|
"unitAlias": ""
|
364
364
|
},
|
365
365
|
{
|
366
|
-
"id":
|
366
|
+
"id": 41831,
|
367
367
|
"nodeType": "ImportDirective",
|
368
|
-
"src": "151:51:
|
368
|
+
"src": "151:51:97",
|
369
369
|
"nodes": [],
|
370
370
|
"absolutePath": "node_modules/@latticexyz/world/src/WorldResourceId.sol",
|
371
371
|
"file": "./WorldResourceId.sol",
|
372
372
|
"nameLocation": "-1:-1:-1",
|
373
|
-
"scope":
|
374
|
-
"sourceUnit":
|
373
|
+
"scope": 41901,
|
374
|
+
"sourceUnit": 42493,
|
375
375
|
"symbolAliases": [
|
376
376
|
{
|
377
377
|
"foreign": {
|
378
|
-
"id":
|
378
|
+
"id": 41830,
|
379
379
|
"name": "ResourceId",
|
380
380
|
"nodeType": "Identifier",
|
381
381
|
"overloadedDeclarations": [],
|
382
|
-
"referencedDeclaration":
|
383
|
-
"src": "160:10:
|
382
|
+
"referencedDeclaration": 29121,
|
383
|
+
"src": "160:10:97",
|
384
384
|
"typeDescriptions": {}
|
385
385
|
},
|
386
386
|
"nameLocation": "-1:-1:-1"
|
@@ -389,19 +389,19 @@
|
|
389
389
|
"unitAlias": ""
|
390
390
|
},
|
391
391
|
{
|
392
|
-
"id":
|
392
|
+
"id": 41842,
|
393
393
|
"nodeType": "ContractDefinition",
|
394
|
-
"src": "354:420:
|
394
|
+
"src": "354:420:97",
|
395
395
|
"nodes": [
|
396
396
|
{
|
397
|
-
"id":
|
397
|
+
"id": 41841,
|
398
398
|
"nodeType": "FunctionDefinition",
|
399
|
-
"src": "701:71:
|
399
|
+
"src": "701:71:97",
|
400
400
|
"nodes": [],
|
401
401
|
"documentation": {
|
402
|
-
"id":
|
402
|
+
"id": 41833,
|
403
403
|
"nodeType": "StructuredDocumentation",
|
404
|
-
"src": "393:305:
|
404
|
+
"src": "393:305:97",
|
405
405
|
"text": " @notice Install the given root module in the World.\n @dev Requires the caller to own the root namespace. The module is delegatecalled and installed in the root namespace.\n @param module The module to be installed.\n @param args The arguments provided for the module installation."
|
406
406
|
},
|
407
407
|
"functionSelector": "af068c9e",
|
@@ -409,43 +409,43 @@
|
|
409
409
|
"kind": "function",
|
410
410
|
"modifiers": [],
|
411
411
|
"name": "installRootModule",
|
412
|
-
"nameLocation": "710:17:
|
412
|
+
"nameLocation": "710:17:97",
|
413
413
|
"parameters": {
|
414
|
-
"id":
|
414
|
+
"id": 41839,
|
415
415
|
"nodeType": "ParameterList",
|
416
416
|
"parameters": [
|
417
417
|
{
|
418
418
|
"constant": false,
|
419
|
-
"id":
|
419
|
+
"id": 41836,
|
420
420
|
"mutability": "mutable",
|
421
421
|
"name": "module",
|
422
|
-
"nameLocation": "736:6:
|
422
|
+
"nameLocation": "736:6:97",
|
423
423
|
"nodeType": "VariableDeclaration",
|
424
|
-
"scope":
|
425
|
-
"src": "728:14:
|
424
|
+
"scope": 41841,
|
425
|
+
"src": "728:14:97",
|
426
426
|
"stateVariable": false,
|
427
427
|
"storageLocation": "default",
|
428
428
|
"typeDescriptions": {
|
429
|
-
"typeIdentifier": "t_contract$_IModule_$
|
429
|
+
"typeIdentifier": "t_contract$_IModule_$75688",
|
430
430
|
"typeString": "contract IModule"
|
431
431
|
},
|
432
432
|
"typeName": {
|
433
|
-
"id":
|
433
|
+
"id": 41835,
|
434
434
|
"nodeType": "UserDefinedTypeName",
|
435
435
|
"pathNode": {
|
436
|
-
"id":
|
436
|
+
"id": 41834,
|
437
437
|
"name": "IModule",
|
438
438
|
"nameLocations": [
|
439
|
-
"728:7:
|
439
|
+
"728:7:97"
|
440
440
|
],
|
441
441
|
"nodeType": "IdentifierPath",
|
442
|
-
"referencedDeclaration":
|
443
|
-
"src": "728:7:
|
442
|
+
"referencedDeclaration": 75688,
|
443
|
+
"src": "728:7:97"
|
444
444
|
},
|
445
|
-
"referencedDeclaration":
|
446
|
-
"src": "728:7:
|
445
|
+
"referencedDeclaration": 75688,
|
446
|
+
"src": "728:7:97",
|
447
447
|
"typeDescriptions": {
|
448
|
-
"typeIdentifier": "t_contract$_IModule_$
|
448
|
+
"typeIdentifier": "t_contract$_IModule_$75688",
|
449
449
|
"typeString": "contract IModule"
|
450
450
|
}
|
451
451
|
},
|
@@ -453,13 +453,13 @@
|
|
453
453
|
},
|
454
454
|
{
|
455
455
|
"constant": false,
|
456
|
-
"id":
|
456
|
+
"id": 41838,
|
457
457
|
"mutability": "mutable",
|
458
458
|
"name": "args",
|
459
|
-
"nameLocation": "757:4:
|
459
|
+
"nameLocation": "757:4:97",
|
460
460
|
"nodeType": "VariableDeclaration",
|
461
|
-
"scope":
|
462
|
-
"src": "744:17:
|
461
|
+
"scope": 41841,
|
462
|
+
"src": "744:17:97",
|
463
463
|
"stateVariable": false,
|
464
464
|
"storageLocation": "memory",
|
465
465
|
"typeDescriptions": {
|
@@ -467,10 +467,10 @@
|
|
467
467
|
"typeString": "bytes"
|
468
468
|
},
|
469
469
|
"typeName": {
|
470
|
-
"id":
|
470
|
+
"id": 41837,
|
471
471
|
"name": "bytes",
|
472
472
|
"nodeType": "ElementaryTypeName",
|
473
|
-
"src": "744:5:
|
473
|
+
"src": "744:5:97",
|
474
474
|
"typeDescriptions": {
|
475
475
|
"typeIdentifier": "t_bytes_storage_ptr",
|
476
476
|
"typeString": "bytes"
|
@@ -479,15 +479,15 @@
|
|
479
479
|
"visibility": "internal"
|
480
480
|
}
|
481
481
|
],
|
482
|
-
"src": "727:35:
|
482
|
+
"src": "727:35:97"
|
483
483
|
},
|
484
484
|
"returnParameters": {
|
485
|
-
"id":
|
485
|
+
"id": 41840,
|
486
486
|
"nodeType": "ParameterList",
|
487
487
|
"parameters": [],
|
488
|
-
"src": "771:0:
|
488
|
+
"src": "771:0:97"
|
489
489
|
},
|
490
|
-
"scope":
|
490
|
+
"scope": 41842,
|
491
491
|
"stateMutability": "nonpayable",
|
492
492
|
"virtual": false,
|
493
493
|
"visibility": "external"
|
@@ -499,35 +499,35 @@
|
|
499
499
|
"contractDependencies": [],
|
500
500
|
"contractKind": "interface",
|
501
501
|
"documentation": {
|
502
|
-
"id":
|
502
|
+
"id": 41832,
|
503
503
|
"nodeType": "StructuredDocumentation",
|
504
|
-
"src": "204:149:
|
504
|
+
"src": "204:149:97",
|
505
505
|
"text": " @title World Module Installation Interface\n @dev This interface defines the contract responsible for managing root modules installation."
|
506
506
|
},
|
507
507
|
"fullyImplemented": false,
|
508
508
|
"linearizedBaseContracts": [
|
509
|
-
|
509
|
+
41842
|
510
510
|
],
|
511
511
|
"name": "IWorldModuleInstallation",
|
512
|
-
"nameLocation": "364:24:
|
513
|
-
"scope":
|
512
|
+
"nameLocation": "364:24:97",
|
513
|
+
"scope": 41901,
|
514
514
|
"usedErrors": [],
|
515
515
|
"usedEvents": []
|
516
516
|
},
|
517
517
|
{
|
518
|
-
"id":
|
518
|
+
"id": 41868,
|
519
519
|
"nodeType": "ContractDefinition",
|
520
|
-
"src": "903:1234:
|
520
|
+
"src": "903:1234:97",
|
521
521
|
"nodes": [
|
522
522
|
{
|
523
|
-
"id":
|
523
|
+
"id": 41854,
|
524
524
|
"nodeType": "FunctionDefinition",
|
525
|
-
"src": "1360:98:
|
525
|
+
"src": "1360:98:97",
|
526
526
|
"nodes": [],
|
527
527
|
"documentation": {
|
528
|
-
"id":
|
528
|
+
"id": 41844,
|
529
529
|
"nodeType": "StructuredDocumentation",
|
530
|
-
"src": "928:429:
|
530
|
+
"src": "928:429:97",
|
531
531
|
"text": " @notice Call the system at the given system ID.\n @dev If the system is not public, the caller must have access to the namespace or name (encoded in the system ID).\n @param systemId The ID of the system to be called.\n @param callData The data to pass with the call,\n function selector (4 bytes) followed by the ABI encoded parameters.\n @return The abi encoded return data from the called system."
|
532
532
|
},
|
533
533
|
"functionSelector": "3ae7af08",
|
@@ -535,43 +535,43 @@
|
|
535
535
|
"kind": "function",
|
536
536
|
"modifiers": [],
|
537
537
|
"name": "call",
|
538
|
-
"nameLocation": "1369:4:
|
538
|
+
"nameLocation": "1369:4:97",
|
539
539
|
"parameters": {
|
540
|
-
"id":
|
540
|
+
"id": 41850,
|
541
541
|
"nodeType": "ParameterList",
|
542
542
|
"parameters": [
|
543
543
|
{
|
544
544
|
"constant": false,
|
545
|
-
"id":
|
545
|
+
"id": 41847,
|
546
546
|
"mutability": "mutable",
|
547
547
|
"name": "systemId",
|
548
|
-
"nameLocation": "1385:8:
|
548
|
+
"nameLocation": "1385:8:97",
|
549
549
|
"nodeType": "VariableDeclaration",
|
550
|
-
"scope":
|
551
|
-
"src": "1374:19:
|
550
|
+
"scope": 41854,
|
551
|
+
"src": "1374:19:97",
|
552
552
|
"stateVariable": false,
|
553
553
|
"storageLocation": "default",
|
554
554
|
"typeDescriptions": {
|
555
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
555
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
|
556
556
|
"typeString": "ResourceId"
|
557
557
|
},
|
558
558
|
"typeName": {
|
559
|
-
"id":
|
559
|
+
"id": 41846,
|
560
560
|
"nodeType": "UserDefinedTypeName",
|
561
561
|
"pathNode": {
|
562
|
-
"id":
|
562
|
+
"id": 41845,
|
563
563
|
"name": "ResourceId",
|
564
564
|
"nameLocations": [
|
565
|
-
"1374:10:
|
565
|
+
"1374:10:97"
|
566
566
|
],
|
567
567
|
"nodeType": "IdentifierPath",
|
568
|
-
"referencedDeclaration":
|
569
|
-
"src": "1374:10:
|
568
|
+
"referencedDeclaration": 29121,
|
569
|
+
"src": "1374:10:97"
|
570
570
|
},
|
571
|
-
"referencedDeclaration":
|
572
|
-
"src": "1374:10:
|
571
|
+
"referencedDeclaration": 29121,
|
572
|
+
"src": "1374:10:97",
|
573
573
|
"typeDescriptions": {
|
574
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
574
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
|
575
575
|
"typeString": "ResourceId"
|
576
576
|
}
|
577
577
|
},
|
@@ -579,13 +579,13 @@
|
|
579
579
|
},
|
580
580
|
{
|
581
581
|
"constant": false,
|
582
|
-
"id":
|
582
|
+
"id": 41849,
|
583
583
|
"mutability": "mutable",
|
584
584
|
"name": "callData",
|
585
|
-
"nameLocation": "1408:8:
|
585
|
+
"nameLocation": "1408:8:97",
|
586
586
|
"nodeType": "VariableDeclaration",
|
587
|
-
"scope":
|
588
|
-
"src": "1395:21:
|
587
|
+
"scope": 41854,
|
588
|
+
"src": "1395:21:97",
|
589
589
|
"stateVariable": false,
|
590
590
|
"storageLocation": "memory",
|
591
591
|
"typeDescriptions": {
|
@@ -593,10 +593,10 @@
|
|
593
593
|
"typeString": "bytes"
|
594
594
|
},
|
595
595
|
"typeName": {
|
596
|
-
"id":
|
596
|
+
"id": 41848,
|
597
597
|
"name": "bytes",
|
598
598
|
"nodeType": "ElementaryTypeName",
|
599
|
-
"src": "1395:5:
|
599
|
+
"src": "1395:5:97",
|
600
600
|
"typeDescriptions": {
|
601
601
|
"typeIdentifier": "t_bytes_storage_ptr",
|
602
602
|
"typeString": "bytes"
|
@@ -605,21 +605,21 @@
|
|
605
605
|
"visibility": "internal"
|
606
606
|
}
|
607
607
|
],
|
608
|
-
"src": "1373:44:
|
608
|
+
"src": "1373:44:97"
|
609
609
|
},
|
610
610
|
"returnParameters": {
|
611
|
-
"id":
|
611
|
+
"id": 41853,
|
612
612
|
"nodeType": "ParameterList",
|
613
613
|
"parameters": [
|
614
614
|
{
|
615
615
|
"constant": false,
|
616
|
-
"id":
|
616
|
+
"id": 41852,
|
617
617
|
"mutability": "mutable",
|
618
618
|
"name": "",
|
619
619
|
"nameLocation": "-1:-1:-1",
|
620
620
|
"nodeType": "VariableDeclaration",
|
621
|
-
"scope":
|
622
|
-
"src": "1444:12:
|
621
|
+
"scope": 41854,
|
622
|
+
"src": "1444:12:97",
|
623
623
|
"stateVariable": false,
|
624
624
|
"storageLocation": "memory",
|
625
625
|
"typeDescriptions": {
|
@@ -627,10 +627,10 @@
|
|
627
627
|
"typeString": "bytes"
|
628
628
|
},
|
629
629
|
"typeName": {
|
630
|
-
"id":
|
630
|
+
"id": 41851,
|
631
631
|
"name": "bytes",
|
632
632
|
"nodeType": "ElementaryTypeName",
|
633
|
-
"src": "1444:5:
|
633
|
+
"src": "1444:5:97",
|
634
634
|
"typeDescriptions": {
|
635
635
|
"typeIdentifier": "t_bytes_storage_ptr",
|
636
636
|
"typeString": "bytes"
|
@@ -639,22 +639,22 @@
|
|
639
639
|
"visibility": "internal"
|
640
640
|
}
|
641
641
|
],
|
642
|
-
"src": "1443:14:
|
642
|
+
"src": "1443:14:97"
|
643
643
|
},
|
644
|
-
"scope":
|
644
|
+
"scope": 41868,
|
645
645
|
"stateMutability": "payable",
|
646
646
|
"virtual": false,
|
647
647
|
"visibility": "external"
|
648
648
|
},
|
649
649
|
{
|
650
|
-
"id":
|
650
|
+
"id": 41867,
|
651
651
|
"nodeType": "FunctionDefinition",
|
652
|
-
"src": "1998:137:
|
652
|
+
"src": "1998:137:97",
|
653
653
|
"nodes": [],
|
654
654
|
"documentation": {
|
655
|
-
"id":
|
655
|
+
"id": 41855,
|
656
656
|
"nodeType": "StructuredDocumentation",
|
657
|
-
"src": "1462:533:
|
657
|
+
"src": "1462:533:97",
|
658
658
|
"text": " @notice Call the system at the given system ID on behalf of the given delegator.\n @dev If the system is not public, the delegator must have access to the namespace or name (encoded in the system ID).\n @param delegator The address on whose behalf the call is made.\n @param systemId The ID of the system to be called.\n @param callData The data to pass with the call,\n function selector (4 bytes) followed by the ABI encoded parameters.\n @return The abi encoded return data from the called system."
|
659
659
|
},
|
660
660
|
"functionSelector": "894ecc58",
|
@@ -662,20 +662,20 @@
|
|
662
662
|
"kind": "function",
|
663
663
|
"modifiers": [],
|
664
664
|
"name": "callFrom",
|
665
|
-
"nameLocation": "2007:8:
|
665
|
+
"nameLocation": "2007:8:97",
|
666
666
|
"parameters": {
|
667
|
-
"id":
|
667
|
+
"id": 41863,
|
668
668
|
"nodeType": "ParameterList",
|
669
669
|
"parameters": [
|
670
670
|
{
|
671
671
|
"constant": false,
|
672
|
-
"id":
|
672
|
+
"id": 41857,
|
673
673
|
"mutability": "mutable",
|
674
674
|
"name": "delegator",
|
675
|
-
"nameLocation": "2029:9:
|
675
|
+
"nameLocation": "2029:9:97",
|
676
676
|
"nodeType": "VariableDeclaration",
|
677
|
-
"scope":
|
678
|
-
"src": "2021:17:
|
677
|
+
"scope": 41867,
|
678
|
+
"src": "2021:17:97",
|
679
679
|
"stateVariable": false,
|
680
680
|
"storageLocation": "default",
|
681
681
|
"typeDescriptions": {
|
@@ -683,10 +683,10 @@
|
|
683
683
|
"typeString": "address"
|
684
684
|
},
|
685
685
|
"typeName": {
|
686
|
-
"id":
|
686
|
+
"id": 41856,
|
687
687
|
"name": "address",
|
688
688
|
"nodeType": "ElementaryTypeName",
|
689
|
-
"src": "2021:7:
|
689
|
+
"src": "2021:7:97",
|
690
690
|
"stateMutability": "nonpayable",
|
691
691
|
"typeDescriptions": {
|
692
692
|
"typeIdentifier": "t_address",
|
@@ -697,36 +697,36 @@
|
|
697
697
|
},
|
698
698
|
{
|
699
699
|
"constant": false,
|
700
|
-
"id":
|
700
|
+
"id": 41860,
|
701
701
|
"mutability": "mutable",
|
702
702
|
"name": "systemId",
|
703
|
-
"nameLocation": "2055:8:
|
703
|
+
"nameLocation": "2055:8:97",
|
704
704
|
"nodeType": "VariableDeclaration",
|
705
|
-
"scope":
|
706
|
-
"src": "2044:19:
|
705
|
+
"scope": 41867,
|
706
|
+
"src": "2044:19:97",
|
707
707
|
"stateVariable": false,
|
708
708
|
"storageLocation": "default",
|
709
709
|
"typeDescriptions": {
|
710
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
710
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
|
711
711
|
"typeString": "ResourceId"
|
712
712
|
},
|
713
713
|
"typeName": {
|
714
|
-
"id":
|
714
|
+
"id": 41859,
|
715
715
|
"nodeType": "UserDefinedTypeName",
|
716
716
|
"pathNode": {
|
717
|
-
"id":
|
717
|
+
"id": 41858,
|
718
718
|
"name": "ResourceId",
|
719
719
|
"nameLocations": [
|
720
|
-
"2044:10:
|
720
|
+
"2044:10:97"
|
721
721
|
],
|
722
722
|
"nodeType": "IdentifierPath",
|
723
|
-
"referencedDeclaration":
|
724
|
-
"src": "2044:10:
|
723
|
+
"referencedDeclaration": 29121,
|
724
|
+
"src": "2044:10:97"
|
725
725
|
},
|
726
|
-
"referencedDeclaration":
|
727
|
-
"src": "2044:10:
|
726
|
+
"referencedDeclaration": 29121,
|
727
|
+
"src": "2044:10:97",
|
728
728
|
"typeDescriptions": {
|
729
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
729
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
|
730
730
|
"typeString": "ResourceId"
|
731
731
|
}
|
732
732
|
},
|
@@ -734,13 +734,13 @@
|
|
734
734
|
},
|
735
735
|
{
|
736
736
|
"constant": false,
|
737
|
-
"id":
|
737
|
+
"id": 41862,
|
738
738
|
"mutability": "mutable",
|
739
739
|
"name": "callData",
|
740
|
-
"nameLocation": "2082:8:
|
740
|
+
"nameLocation": "2082:8:97",
|
741
741
|
"nodeType": "VariableDeclaration",
|
742
|
-
"scope":
|
743
|
-
"src": "2069:21:
|
742
|
+
"scope": 41867,
|
743
|
+
"src": "2069:21:97",
|
744
744
|
"stateVariable": false,
|
745
745
|
"storageLocation": "memory",
|
746
746
|
"typeDescriptions": {
|
@@ -748,10 +748,10 @@
|
|
748
748
|
"typeString": "bytes"
|
749
749
|
},
|
750
750
|
"typeName": {
|
751
|
-
"id":
|
751
|
+
"id": 41861,
|
752
752
|
"name": "bytes",
|
753
753
|
"nodeType": "ElementaryTypeName",
|
754
|
-
"src": "2069:5:
|
754
|
+
"src": "2069:5:97",
|
755
755
|
"typeDescriptions": {
|
756
756
|
"typeIdentifier": "t_bytes_storage_ptr",
|
757
757
|
"typeString": "bytes"
|
@@ -760,21 +760,21 @@
|
|
760
760
|
"visibility": "internal"
|
761
761
|
}
|
762
762
|
],
|
763
|
-
"src": "2015:79:
|
763
|
+
"src": "2015:79:97"
|
764
764
|
},
|
765
765
|
"returnParameters": {
|
766
|
-
"id":
|
766
|
+
"id": 41866,
|
767
767
|
"nodeType": "ParameterList",
|
768
768
|
"parameters": [
|
769
769
|
{
|
770
770
|
"constant": false,
|
771
|
-
"id":
|
771
|
+
"id": 41865,
|
772
772
|
"mutability": "mutable",
|
773
773
|
"name": "",
|
774
774
|
"nameLocation": "-1:-1:-1",
|
775
775
|
"nodeType": "VariableDeclaration",
|
776
|
-
"scope":
|
777
|
-
"src": "2121:12:
|
776
|
+
"scope": 41867,
|
777
|
+
"src": "2121:12:97",
|
778
778
|
"stateVariable": false,
|
779
779
|
"storageLocation": "memory",
|
780
780
|
"typeDescriptions": {
|
@@ -782,10 +782,10 @@
|
|
782
782
|
"typeString": "bytes"
|
783
783
|
},
|
784
784
|
"typeName": {
|
785
|
-
"id":
|
785
|
+
"id": 41864,
|
786
786
|
"name": "bytes",
|
787
787
|
"nodeType": "ElementaryTypeName",
|
788
|
-
"src": "2121:5:
|
788
|
+
"src": "2121:5:97",
|
789
789
|
"typeDescriptions": {
|
790
790
|
"typeIdentifier": "t_bytes_storage_ptr",
|
791
791
|
"typeString": "bytes"
|
@@ -794,9 +794,9 @@
|
|
794
794
|
"visibility": "internal"
|
795
795
|
}
|
796
796
|
],
|
797
|
-
"src": "2120:14:
|
797
|
+
"src": "2120:14:97"
|
798
798
|
},
|
799
|
-
"scope":
|
799
|
+
"scope": 41868,
|
800
800
|
"stateMutability": "payable",
|
801
801
|
"virtual": false,
|
802
802
|
"visibility": "external"
|
@@ -808,55 +808,55 @@
|
|
808
808
|
"contractDependencies": [],
|
809
809
|
"contractKind": "interface",
|
810
810
|
"documentation": {
|
811
|
-
"id":
|
811
|
+
"id": 41843,
|
812
812
|
"nodeType": "StructuredDocumentation",
|
813
|
-
"src": "776:126:
|
813
|
+
"src": "776:126:97",
|
814
814
|
"text": " @title World Call Interface\n @dev This interface defines the contract for executing calls on the World's systems."
|
815
815
|
},
|
816
816
|
"fullyImplemented": false,
|
817
817
|
"linearizedBaseContracts": [
|
818
|
-
|
818
|
+
41868
|
819
819
|
],
|
820
820
|
"name": "IWorldCall",
|
821
|
-
"nameLocation": "913:10:
|
822
|
-
"scope":
|
821
|
+
"nameLocation": "913:10:97",
|
822
|
+
"scope": 41901,
|
823
823
|
"usedErrors": [],
|
824
824
|
"usedEvents": []
|
825
825
|
},
|
826
826
|
{
|
827
|
-
"id":
|
827
|
+
"id": 41900,
|
828
828
|
"nodeType": "ContractDefinition",
|
829
|
-
"src": "2440:849:
|
829
|
+
"src": "2440:849:97",
|
830
830
|
"nodes": [
|
831
831
|
{
|
832
|
-
"id":
|
832
|
+
"id": 41880,
|
833
833
|
"nodeType": "EventDefinition",
|
834
|
-
"src": "2658:47:
|
834
|
+
"src": "2658:47:97",
|
835
835
|
"nodes": [],
|
836
836
|
"anonymous": false,
|
837
837
|
"documentation": {
|
838
|
-
"id":
|
838
|
+
"id": 41876,
|
839
839
|
"nodeType": "StructuredDocumentation",
|
840
|
-
"src": "2521:134:
|
840
|
+
"src": "2521:134:97",
|
841
841
|
"text": " @dev Emitted upon successful World initialization.\n @param worldVersion The version of the World being initialized."
|
842
842
|
},
|
843
843
|
"eventSelector": "7f8f36afe3fb61c459c1a54a60b8a477eab02cc58e49f547561a40906239cb82",
|
844
844
|
"name": "HelloWorld",
|
845
|
-
"nameLocation": "2664:10:
|
845
|
+
"nameLocation": "2664:10:97",
|
846
846
|
"parameters": {
|
847
|
-
"id":
|
847
|
+
"id": 41879,
|
848
848
|
"nodeType": "ParameterList",
|
849
849
|
"parameters": [
|
850
850
|
{
|
851
851
|
"constant": false,
|
852
|
-
"id":
|
852
|
+
"id": 41878,
|
853
853
|
"indexed": true,
|
854
854
|
"mutability": "mutable",
|
855
855
|
"name": "worldVersion",
|
856
|
-
"nameLocation": "2691:12:
|
856
|
+
"nameLocation": "2691:12:97",
|
857
857
|
"nodeType": "VariableDeclaration",
|
858
|
-
"scope":
|
859
|
-
"src": "2675:28:
|
858
|
+
"scope": 41880,
|
859
|
+
"src": "2675:28:97",
|
860
860
|
"stateVariable": false,
|
861
861
|
"storageLocation": "default",
|
862
862
|
"typeDescriptions": {
|
@@ -864,10 +864,10 @@
|
|
864
864
|
"typeString": "bytes32"
|
865
865
|
},
|
866
866
|
"typeName": {
|
867
|
-
"id":
|
867
|
+
"id": 41877,
|
868
868
|
"name": "bytes32",
|
869
869
|
"nodeType": "ElementaryTypeName",
|
870
|
-
"src": "2675:7:
|
870
|
+
"src": "2675:7:97",
|
871
871
|
"typeDescriptions": {
|
872
872
|
"typeIdentifier": "t_bytes32",
|
873
873
|
"typeString": "bytes32"
|
@@ -876,18 +876,18 @@
|
|
876
876
|
"visibility": "internal"
|
877
877
|
}
|
878
878
|
],
|
879
|
-
"src": "2674:30:
|
879
|
+
"src": "2674:30:97"
|
880
880
|
}
|
881
881
|
},
|
882
882
|
{
|
883
|
-
"id":
|
883
|
+
"id": 41886,
|
884
884
|
"nodeType": "FunctionDefinition",
|
885
|
-
"src": "2819:56:
|
885
|
+
"src": "2819:56:97",
|
886
886
|
"nodes": [],
|
887
887
|
"documentation": {
|
888
|
-
"id":
|
888
|
+
"id": 41881,
|
889
889
|
"nodeType": "StructuredDocumentation",
|
890
|
-
"src": "2709:107:
|
890
|
+
"src": "2709:107:97",
|
891
891
|
"text": " @notice Retrieve the version of the World.\n @return The version identifier of the World."
|
892
892
|
},
|
893
893
|
"functionSelector": "6951955d",
|
@@ -895,26 +895,26 @@
|
|
895
895
|
"kind": "function",
|
896
896
|
"modifiers": [],
|
897
897
|
"name": "worldVersion",
|
898
|
-
"nameLocation": "2828:12:
|
898
|
+
"nameLocation": "2828:12:97",
|
899
899
|
"parameters": {
|
900
|
-
"id":
|
900
|
+
"id": 41882,
|
901
901
|
"nodeType": "ParameterList",
|
902
902
|
"parameters": [],
|
903
|
-
"src": "2840:2:
|
903
|
+
"src": "2840:2:97"
|
904
904
|
},
|
905
905
|
"returnParameters": {
|
906
|
-
"id":
|
906
|
+
"id": 41885,
|
907
907
|
"nodeType": "ParameterList",
|
908
908
|
"parameters": [
|
909
909
|
{
|
910
910
|
"constant": false,
|
911
|
-
"id":
|
911
|
+
"id": 41884,
|
912
912
|
"mutability": "mutable",
|
913
913
|
"name": "",
|
914
914
|
"nameLocation": "-1:-1:-1",
|
915
915
|
"nodeType": "VariableDeclaration",
|
916
|
-
"scope":
|
917
|
-
"src": "2866:7:
|
916
|
+
"scope": 41886,
|
917
|
+
"src": "2866:7:97",
|
918
918
|
"stateVariable": false,
|
919
919
|
"storageLocation": "default",
|
920
920
|
"typeDescriptions": {
|
@@ -922,10 +922,10 @@
|
|
922
922
|
"typeString": "bytes32"
|
923
923
|
},
|
924
924
|
"typeName": {
|
925
|
-
"id":
|
925
|
+
"id": 41883,
|
926
926
|
"name": "bytes32",
|
927
927
|
"nodeType": "ElementaryTypeName",
|
928
|
-
"src": "2866:7:
|
928
|
+
"src": "2866:7:97",
|
929
929
|
"typeDescriptions": {
|
930
930
|
"typeIdentifier": "t_bytes32",
|
931
931
|
"typeString": "bytes32"
|
@@ -934,22 +934,22 @@
|
|
934
934
|
"visibility": "internal"
|
935
935
|
}
|
936
936
|
],
|
937
|
-
"src": "2865:9:
|
937
|
+
"src": "2865:9:97"
|
938
938
|
},
|
939
|
-
"scope":
|
939
|
+
"scope": 41900,
|
940
940
|
"stateMutability": "view",
|
941
941
|
"virtual": false,
|
942
942
|
"visibility": "external"
|
943
943
|
},
|
944
944
|
{
|
945
|
-
"id":
|
945
|
+
"id": 41892,
|
946
946
|
"nodeType": "FunctionDefinition",
|
947
|
-
"src": "3008:51:
|
947
|
+
"src": "3008:51:97",
|
948
948
|
"nodes": [],
|
949
949
|
"documentation": {
|
950
|
-
"id":
|
950
|
+
"id": 41887,
|
951
951
|
"nodeType": "StructuredDocumentation",
|
952
|
-
"src": "2879:126:
|
952
|
+
"src": "2879:126:97",
|
953
953
|
"text": " @notice Retrieve the immutable original deployer of the World.\n @return The address of the World's creator."
|
954
954
|
},
|
955
955
|
"functionSelector": "02d05d3f",
|
@@ -957,26 +957,26 @@
|
|
957
957
|
"kind": "function",
|
958
958
|
"modifiers": [],
|
959
959
|
"name": "creator",
|
960
|
-
"nameLocation": "3017:7:
|
960
|
+
"nameLocation": "3017:7:97",
|
961
961
|
"parameters": {
|
962
|
-
"id":
|
962
|
+
"id": 41888,
|
963
963
|
"nodeType": "ParameterList",
|
964
964
|
"parameters": [],
|
965
|
-
"src": "3024:2:
|
965
|
+
"src": "3024:2:97"
|
966
966
|
},
|
967
967
|
"returnParameters": {
|
968
|
-
"id":
|
968
|
+
"id": 41891,
|
969
969
|
"nodeType": "ParameterList",
|
970
970
|
"parameters": [
|
971
971
|
{
|
972
972
|
"constant": false,
|
973
|
-
"id":
|
973
|
+
"id": 41890,
|
974
974
|
"mutability": "mutable",
|
975
975
|
"name": "",
|
976
976
|
"nameLocation": "-1:-1:-1",
|
977
977
|
"nodeType": "VariableDeclaration",
|
978
|
-
"scope":
|
979
|
-
"src": "3050:7:
|
978
|
+
"scope": 41892,
|
979
|
+
"src": "3050:7:97",
|
980
980
|
"stateVariable": false,
|
981
981
|
"storageLocation": "default",
|
982
982
|
"typeDescriptions": {
|
@@ -984,10 +984,10 @@
|
|
984
984
|
"typeString": "address"
|
985
985
|
},
|
986
986
|
"typeName": {
|
987
|
-
"id":
|
987
|
+
"id": 41889,
|
988
988
|
"name": "address",
|
989
989
|
"nodeType": "ElementaryTypeName",
|
990
|
-
"src": "3050:7:
|
990
|
+
"src": "3050:7:97",
|
991
991
|
"stateMutability": "nonpayable",
|
992
992
|
"typeDescriptions": {
|
993
993
|
"typeIdentifier": "t_address",
|
@@ -997,22 +997,22 @@
|
|
997
997
|
"visibility": "internal"
|
998
998
|
}
|
999
999
|
],
|
1000
|
-
"src": "3049:9:
|
1000
|
+
"src": "3049:9:97"
|
1001
1001
|
},
|
1002
|
-
"scope":
|
1002
|
+
"scope": 41900,
|
1003
1003
|
"stateMutability": "view",
|
1004
1004
|
"virtual": false,
|
1005
1005
|
"visibility": "external"
|
1006
1006
|
},
|
1007
1007
|
{
|
1008
|
-
"id":
|
1008
|
+
"id": 41899,
|
1009
1009
|
"nodeType": "FunctionDefinition",
|
1010
|
-
"src": "3238:49:
|
1010
|
+
"src": "3238:49:97",
|
1011
1011
|
"nodes": [],
|
1012
1012
|
"documentation": {
|
1013
|
-
"id":
|
1013
|
+
"id": 41893,
|
1014
1014
|
"nodeType": "StructuredDocumentation",
|
1015
|
-
"src": "3063:172:
|
1015
|
+
"src": "3063:172:97",
|
1016
1016
|
"text": " @notice Initializes the World.\n @dev Can only be called once by the creator.\n @param coreModule The CoreModule to be installed during initialization."
|
1017
1017
|
},
|
1018
1018
|
"functionSelector": "c4d66de8",
|
@@ -1020,58 +1020,58 @@
|
|
1020
1020
|
"kind": "function",
|
1021
1021
|
"modifiers": [],
|
1022
1022
|
"name": "initialize",
|
1023
|
-
"nameLocation": "3247:10:
|
1023
|
+
"nameLocation": "3247:10:97",
|
1024
1024
|
"parameters": {
|
1025
|
-
"id":
|
1025
|
+
"id": 41897,
|
1026
1026
|
"nodeType": "ParameterList",
|
1027
1027
|
"parameters": [
|
1028
1028
|
{
|
1029
1029
|
"constant": false,
|
1030
|
-
"id":
|
1030
|
+
"id": 41896,
|
1031
1031
|
"mutability": "mutable",
|
1032
1032
|
"name": "coreModule",
|
1033
|
-
"nameLocation": "3266:10:
|
1033
|
+
"nameLocation": "3266:10:97",
|
1034
1034
|
"nodeType": "VariableDeclaration",
|
1035
|
-
"scope":
|
1036
|
-
"src": "3258:18:
|
1035
|
+
"scope": 41899,
|
1036
|
+
"src": "3258:18:97",
|
1037
1037
|
"stateVariable": false,
|
1038
1038
|
"storageLocation": "default",
|
1039
1039
|
"typeDescriptions": {
|
1040
|
-
"typeIdentifier": "t_contract$_IModule_$
|
1040
|
+
"typeIdentifier": "t_contract$_IModule_$75688",
|
1041
1041
|
"typeString": "contract IModule"
|
1042
1042
|
},
|
1043
1043
|
"typeName": {
|
1044
|
-
"id":
|
1044
|
+
"id": 41895,
|
1045
1045
|
"nodeType": "UserDefinedTypeName",
|
1046
1046
|
"pathNode": {
|
1047
|
-
"id":
|
1047
|
+
"id": 41894,
|
1048
1048
|
"name": "IModule",
|
1049
1049
|
"nameLocations": [
|
1050
|
-
"3258:7:
|
1050
|
+
"3258:7:97"
|
1051
1051
|
],
|
1052
1052
|
"nodeType": "IdentifierPath",
|
1053
|
-
"referencedDeclaration":
|
1054
|
-
"src": "3258:7:
|
1053
|
+
"referencedDeclaration": 75688,
|
1054
|
+
"src": "3258:7:97"
|
1055
1055
|
},
|
1056
|
-
"referencedDeclaration":
|
1057
|
-
"src": "3258:7:
|
1056
|
+
"referencedDeclaration": 75688,
|
1057
|
+
"src": "3258:7:97",
|
1058
1058
|
"typeDescriptions": {
|
1059
|
-
"typeIdentifier": "t_contract$_IModule_$
|
1059
|
+
"typeIdentifier": "t_contract$_IModule_$75688",
|
1060
1060
|
"typeString": "contract IModule"
|
1061
1061
|
}
|
1062
1062
|
},
|
1063
1063
|
"visibility": "internal"
|
1064
1064
|
}
|
1065
1065
|
],
|
1066
|
-
"src": "3257:20:
|
1066
|
+
"src": "3257:20:97"
|
1067
1067
|
},
|
1068
1068
|
"returnParameters": {
|
1069
|
-
"id":
|
1069
|
+
"id": 41898,
|
1070
1070
|
"nodeType": "ParameterList",
|
1071
1071
|
"parameters": [],
|
1072
|
-
"src": "3286:0:
|
1072
|
+
"src": "3286:0:97"
|
1073
1073
|
},
|
1074
|
-
"scope":
|
1074
|
+
"scope": 41900,
|
1075
1075
|
"stateMutability": "nonpayable",
|
1076
1076
|
"virtual": false,
|
1077
1077
|
"visibility": "external"
|
@@ -1081,91 +1081,91 @@
|
|
1081
1081
|
"baseContracts": [
|
1082
1082
|
{
|
1083
1083
|
"baseName": {
|
1084
|
-
"id":
|
1084
|
+
"id": 41870,
|
1085
1085
|
"name": "IWorldModuleInstallation",
|
1086
1086
|
"nameLocations": [
|
1087
|
-
"2466:24:
|
1087
|
+
"2466:24:97"
|
1088
1088
|
],
|
1089
1089
|
"nodeType": "IdentifierPath",
|
1090
|
-
"referencedDeclaration":
|
1091
|
-
"src": "2466:24:
|
1090
|
+
"referencedDeclaration": 41842,
|
1091
|
+
"src": "2466:24:97"
|
1092
1092
|
},
|
1093
|
-
"id":
|
1093
|
+
"id": 41871,
|
1094
1094
|
"nodeType": "InheritanceSpecifier",
|
1095
|
-
"src": "2466:24:
|
1095
|
+
"src": "2466:24:97"
|
1096
1096
|
},
|
1097
1097
|
{
|
1098
1098
|
"baseName": {
|
1099
|
-
"id":
|
1099
|
+
"id": 41872,
|
1100
1100
|
"name": "IWorldCall",
|
1101
1101
|
"nameLocations": [
|
1102
|
-
"2492:10:
|
1102
|
+
"2492:10:97"
|
1103
1103
|
],
|
1104
1104
|
"nodeType": "IdentifierPath",
|
1105
|
-
"referencedDeclaration":
|
1106
|
-
"src": "2492:10:
|
1105
|
+
"referencedDeclaration": 41868,
|
1106
|
+
"src": "2492:10:97"
|
1107
1107
|
},
|
1108
|
-
"id":
|
1108
|
+
"id": 41873,
|
1109
1109
|
"nodeType": "InheritanceSpecifier",
|
1110
|
-
"src": "2492:10:
|
1110
|
+
"src": "2492:10:97"
|
1111
1111
|
},
|
1112
1112
|
{
|
1113
1113
|
"baseName": {
|
1114
|
-
"id":
|
1114
|
+
"id": 41874,
|
1115
1115
|
"name": "IWorldErrors",
|
1116
1116
|
"nameLocations": [
|
1117
|
-
"2504:12:
|
1117
|
+
"2504:12:97"
|
1118
1118
|
],
|
1119
1119
|
"nodeType": "IdentifierPath",
|
1120
|
-
"referencedDeclaration":
|
1121
|
-
"src": "2504:12:
|
1120
|
+
"referencedDeclaration": 41823,
|
1121
|
+
"src": "2504:12:97"
|
1122
1122
|
},
|
1123
|
-
"id":
|
1123
|
+
"id": 41875,
|
1124
1124
|
"nodeType": "InheritanceSpecifier",
|
1125
|
-
"src": "2504:12:
|
1125
|
+
"src": "2504:12:97"
|
1126
1126
|
}
|
1127
1127
|
],
|
1128
1128
|
"canonicalName": "IWorldKernel",
|
1129
1129
|
"contractDependencies": [],
|
1130
1130
|
"contractKind": "interface",
|
1131
1131
|
"documentation": {
|
1132
|
-
"id":
|
1132
|
+
"id": 41869,
|
1133
1133
|
"nodeType": "StructuredDocumentation",
|
1134
|
-
"src": "2139:300:
|
1134
|
+
"src": "2139:300:97",
|
1135
1135
|
"text": " @title World Kernel Interface\n @notice The IWorldKernel interface includes all methods that are part of the World contract's\n internal bytecode. Consumers should use the `IBaseWorld` interface instead, which includes dynamically\n registered functions selectors from the `CoreModule`."
|
1136
1136
|
},
|
1137
1137
|
"fullyImplemented": false,
|
1138
1138
|
"linearizedBaseContracts": [
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1139
|
+
41900,
|
1140
|
+
41823,
|
1141
|
+
41868,
|
1142
|
+
41842
|
1143
1143
|
],
|
1144
1144
|
"name": "IWorldKernel",
|
1145
|
-
"nameLocation": "2450:12:
|
1146
|
-
"scope":
|
1145
|
+
"nameLocation": "2450:12:97",
|
1146
|
+
"scope": 41901,
|
1147
1147
|
"usedErrors": [
|
1148
|
-
|
1149
|
-
|
1150
|
-
|
1151
|
-
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1155
|
-
|
1156
|
-
|
1157
|
-
|
1158
|
-
|
1159
|
-
|
1160
|
-
|
1161
|
-
|
1148
|
+
41737,
|
1149
|
+
41745,
|
1150
|
+
41753,
|
1151
|
+
41760,
|
1152
|
+
41768,
|
1153
|
+
41773,
|
1154
|
+
41778,
|
1155
|
+
41783,
|
1156
|
+
41790,
|
1157
|
+
41793,
|
1158
|
+
41800,
|
1159
|
+
41807,
|
1160
|
+
41817,
|
1161
|
+
41822
|
1162
1162
|
],
|
1163
1163
|
"usedEvents": [
|
1164
|
-
|
1164
|
+
41880
|
1165
1165
|
]
|
1166
1166
|
}
|
1167
1167
|
],
|
1168
1168
|
"license": "MIT"
|
1169
1169
|
},
|
1170
|
-
"id":
|
1170
|
+
"id": 97
|
1171
1171
|
}
|