@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
@@ -335,7 +335,7 @@
|
|
335
335
|
35684
|
336
336
|
],
|
337
337
|
"IStoreHook": [
|
338
|
-
|
338
|
+
67830
|
339
339
|
],
|
340
340
|
"PackedCounter": [
|
341
341
|
35744
|
@@ -429,7 +429,7 @@
|
|
429
429
|
"file": "./IStoreHook.sol",
|
430
430
|
"nameLocation": "-1:-1:-1",
|
431
431
|
"scope": 41002,
|
432
|
-
"sourceUnit":
|
432
|
+
"sourceUnit": 67831,
|
433
433
|
"symbolAliases": [
|
434
434
|
{
|
435
435
|
"foreign": {
|
@@ -437,7 +437,7 @@
|
|
437
437
|
"name": "IStoreHook",
|
438
438
|
"nodeType": "Identifier",
|
439
439
|
"overloadedDeclarations": [],
|
440
|
-
"referencedDeclaration":
|
440
|
+
"referencedDeclaration": 67830,
|
441
441
|
"src": "165:10:68",
|
442
442
|
"typeDescriptions": {}
|
443
443
|
},
|
@@ -1534,7 +1534,7 @@
|
|
1534
1534
|
"referencedDeclaration": 39790,
|
1535
1535
|
"src": "1948:11:68",
|
1536
1536
|
"typeDescriptions": {
|
1537
|
-
"typeIdentifier": "t_contract$_IStoreHook_$
|
1537
|
+
"typeIdentifier": "t_contract$_IStoreHook_$67830",
|
1538
1538
|
"typeString": "contract IStoreHook"
|
1539
1539
|
}
|
1540
1540
|
},
|
@@ -1558,7 +1558,7 @@
|
|
1558
1558
|
"typeString": "ResourceId"
|
1559
1559
|
},
|
1560
1560
|
{
|
1561
|
-
"typeIdentifier": "t_contract$_IStoreHook_$
|
1561
|
+
"typeIdentifier": "t_contract$_IStoreHook_$67830",
|
1562
1562
|
"typeString": "contract IStoreHook"
|
1563
1563
|
},
|
1564
1564
|
{
|
@@ -1626,7 +1626,7 @@
|
|
1626
1626
|
"referencedDeclaration": 35667,
|
1627
1627
|
"src": "1899:39:68",
|
1628
1628
|
"typeDescriptions": {
|
1629
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$
|
1629
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$67830_$_t_uint8_$returns$__$",
|
1630
1630
|
"typeString": "function (ResourceId,contract IStoreHook,uint8) external"
|
1631
1631
|
}
|
1632
1632
|
},
|
@@ -1683,7 +1683,7 @@
|
|
1683
1683
|
"referencedDeclaration": 39790,
|
1684
1684
|
"src": "1846:11:68",
|
1685
1685
|
"typeDescriptions": {
|
1686
|
-
"typeIdentifier": "t_contract$_IStoreHook_$
|
1686
|
+
"typeIdentifier": "t_contract$_IStoreHook_$67830",
|
1687
1687
|
"typeString": "contract IStoreHook"
|
1688
1688
|
}
|
1689
1689
|
},
|
@@ -1707,7 +1707,7 @@
|
|
1707
1707
|
"typeString": "ResourceId"
|
1708
1708
|
},
|
1709
1709
|
{
|
1710
|
-
"typeIdentifier": "t_contract$_IStoreHook_$
|
1710
|
+
"typeIdentifier": "t_contract$_IStoreHook_$67830",
|
1711
1711
|
"typeString": "contract IStoreHook"
|
1712
1712
|
},
|
1713
1713
|
{
|
@@ -1738,7 +1738,7 @@
|
|
1738
1738
|
"referencedDeclaration": 37639,
|
1739
1739
|
"src": "1809:27:68",
|
1740
1740
|
"typeDescriptions": {
|
1741
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$
|
1741
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$67830_$_t_uint8_$returns$__$",
|
1742
1742
|
"typeString": "function (ResourceId,contract IStoreHook,uint8)"
|
1743
1743
|
}
|
1744
1744
|
},
|
@@ -1825,7 +1825,7 @@
|
|
1825
1825
|
"stateVariable": false,
|
1826
1826
|
"storageLocation": "default",
|
1827
1827
|
"typeDescriptions": {
|
1828
|
-
"typeIdentifier": "t_contract$_IStoreHook_$
|
1828
|
+
"typeIdentifier": "t_contract$_IStoreHook_$67830",
|
1829
1829
|
"typeString": "contract IStoreHook"
|
1830
1830
|
},
|
1831
1831
|
"typeName": {
|
@@ -1838,13 +1838,13 @@
|
|
1838
1838
|
"1653:10:68"
|
1839
1839
|
],
|
1840
1840
|
"nodeType": "IdentifierPath",
|
1841
|
-
"referencedDeclaration":
|
1841
|
+
"referencedDeclaration": 67830,
|
1842
1842
|
"src": "1653:10:68"
|
1843
1843
|
},
|
1844
|
-
"referencedDeclaration":
|
1844
|
+
"referencedDeclaration": 67830,
|
1845
1845
|
"src": "1653:10:68",
|
1846
1846
|
"typeDescriptions": {
|
1847
|
-
"typeIdentifier": "t_contract$_IStoreHook_$
|
1847
|
+
"typeIdentifier": "t_contract$_IStoreHook_$67830",
|
1848
1848
|
"typeString": "contract IStoreHook"
|
1849
1849
|
}
|
1850
1850
|
},
|
@@ -2087,7 +2087,7 @@
|
|
2087
2087
|
"referencedDeclaration": 39833,
|
2088
2088
|
"src": "2297:11:68",
|
2089
2089
|
"typeDescriptions": {
|
2090
|
-
"typeIdentifier": "t_contract$_IStoreHook_$
|
2090
|
+
"typeIdentifier": "t_contract$_IStoreHook_$67830",
|
2091
2091
|
"typeString": "contract IStoreHook"
|
2092
2092
|
}
|
2093
2093
|
}
|
@@ -2099,7 +2099,7 @@
|
|
2099
2099
|
"typeString": "ResourceId"
|
2100
2100
|
},
|
2101
2101
|
{
|
2102
|
-
"typeIdentifier": "t_contract$_IStoreHook_$
|
2102
|
+
"typeIdentifier": "t_contract$_IStoreHook_$67830",
|
2103
2103
|
"typeString": "contract IStoreHook"
|
2104
2104
|
}
|
2105
2105
|
],
|
@@ -2163,7 +2163,7 @@
|
|
2163
2163
|
"referencedDeclaration": 35676,
|
2164
2164
|
"src": "2246:41:68",
|
2165
2165
|
"typeDescriptions": {
|
2166
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$
|
2166
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$67830_$returns$__$",
|
2167
2167
|
"typeString": "function (ResourceId,contract IStoreHook) external"
|
2168
2168
|
}
|
2169
2169
|
},
|
@@ -2220,7 +2220,7 @@
|
|
2220
2220
|
"referencedDeclaration": 39833,
|
2221
2221
|
"src": "2213:11:68",
|
2222
2222
|
"typeDescriptions": {
|
2223
|
-
"typeIdentifier": "t_contract$_IStoreHook_$
|
2223
|
+
"typeIdentifier": "t_contract$_IStoreHook_$67830",
|
2224
2224
|
"typeString": "contract IStoreHook"
|
2225
2225
|
}
|
2226
2226
|
}
|
@@ -2232,7 +2232,7 @@
|
|
2232
2232
|
"typeString": "ResourceId"
|
2233
2233
|
},
|
2234
2234
|
{
|
2235
|
-
"typeIdentifier": "t_contract$_IStoreHook_$
|
2235
|
+
"typeIdentifier": "t_contract$_IStoreHook_$67830",
|
2236
2236
|
"typeString": "contract IStoreHook"
|
2237
2237
|
}
|
2238
2238
|
],
|
@@ -2259,7 +2259,7 @@
|
|
2259
2259
|
"referencedDeclaration": 37661,
|
2260
2260
|
"src": "2174:29:68",
|
2261
2261
|
"typeDescriptions": {
|
2262
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$
|
2262
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$36365_$_t_contract$_IStoreHook_$67830_$returns$__$",
|
2263
2263
|
"typeString": "function (ResourceId,contract IStoreHook)"
|
2264
2264
|
}
|
2265
2265
|
},
|
@@ -2346,7 +2346,7 @@
|
|
2346
2346
|
"stateVariable": false,
|
2347
2347
|
"storageLocation": "default",
|
2348
2348
|
"typeDescriptions": {
|
2349
|
-
"typeIdentifier": "t_contract$_IStoreHook_$
|
2349
|
+
"typeIdentifier": "t_contract$_IStoreHook_$67830",
|
2350
2350
|
"typeString": "contract IStoreHook"
|
2351
2351
|
},
|
2352
2352
|
"typeName": {
|
@@ -2359,13 +2359,13 @@
|
|
2359
2359
|
"2044:10:68"
|
2360
2360
|
],
|
2361
2361
|
"nodeType": "IdentifierPath",
|
2362
|
-
"referencedDeclaration":
|
2362
|
+
"referencedDeclaration": 67830,
|
2363
2363
|
"src": "2044:10:68"
|
2364
2364
|
},
|
2365
|
-
"referencedDeclaration":
|
2365
|
+
"referencedDeclaration": 67830,
|
2366
2366
|
"src": "2044:10:68",
|
2367
2367
|
"typeDescriptions": {
|
2368
|
-
"typeIdentifier": "t_contract$_IStoreHook_$
|
2368
|
+
"typeIdentifier": "t_contract$_IStoreHook_$67830",
|
2369
2369
|
"typeString": "contract IStoreHook"
|
2370
2370
|
}
|
2371
2371
|
},
|
@@ -487,16 +487,16 @@
|
|
487
487
|
48721
|
488
488
|
],
|
489
489
|
"ERC165_INTERFACE_ID": [
|
490
|
-
|
490
|
+
70832
|
491
491
|
],
|
492
492
|
"IWorldContextConsumer": [
|
493
|
-
|
493
|
+
70879
|
494
494
|
],
|
495
495
|
"StoreSwitch": [
|
496
496
|
41001
|
497
497
|
],
|
498
498
|
"WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
|
499
|
-
|
499
|
+
70861
|
500
500
|
],
|
501
501
|
"WorldContextConsumer": [
|
502
502
|
48776
|
@@ -505,7 +505,7 @@
|
|
505
505
|
48925
|
506
506
|
],
|
507
507
|
"revertWithBytes": [
|
508
|
-
|
508
|
+
49373
|
509
509
|
]
|
510
510
|
},
|
511
511
|
"nodeType": "SourceUnit",
|
@@ -558,7 +558,7 @@
|
|
558
558
|
"file": "./revertWithBytes.sol",
|
559
559
|
"nameLocation": "-1:-1:-1",
|
560
560
|
"scope": 48926,
|
561
|
-
"sourceUnit":
|
561
|
+
"sourceUnit": 49374,
|
562
562
|
"symbolAliases": [
|
563
563
|
{
|
564
564
|
"foreign": {
|
@@ -566,7 +566,7 @@
|
|
566
566
|
"name": "revertWithBytes",
|
567
567
|
"nodeType": "Identifier",
|
568
568
|
"overloadedDeclarations": [],
|
569
|
-
"referencedDeclaration":
|
569
|
+
"referencedDeclaration": 49373,
|
570
570
|
"src": "137:15:90",
|
571
571
|
"typeDescriptions": {}
|
572
572
|
},
|
@@ -584,7 +584,7 @@
|
|
584
584
|
"file": "./interfaces/IERC165.sol",
|
585
585
|
"nameLocation": "-1:-1:-1",
|
586
586
|
"scope": 48926,
|
587
|
-
"sourceUnit":
|
587
|
+
"sourceUnit": 70842,
|
588
588
|
"symbolAliases": [
|
589
589
|
{
|
590
590
|
"foreign": {
|
@@ -592,7 +592,7 @@
|
|
592
592
|
"name": "ERC165_INTERFACE_ID",
|
593
593
|
"nodeType": "Identifier",
|
594
594
|
"overloadedDeclarations": [],
|
595
|
-
"referencedDeclaration":
|
595
|
+
"referencedDeclaration": 70832,
|
596
596
|
"src": "194:19:90",
|
597
597
|
"typeDescriptions": {}
|
598
598
|
},
|
@@ -610,7 +610,7 @@
|
|
610
610
|
"file": "./interfaces/IWorldContextConsumer.sol",
|
611
611
|
"nameLocation": "-1:-1:-1",
|
612
612
|
"scope": 48926,
|
613
|
-
"sourceUnit":
|
613
|
+
"sourceUnit": 70880,
|
614
614
|
"symbolAliases": [
|
615
615
|
{
|
616
616
|
"foreign": {
|
@@ -618,7 +618,7 @@
|
|
618
618
|
"name": "IWorldContextConsumer",
|
619
619
|
"nodeType": "Identifier",
|
620
620
|
"overloadedDeclarations": [],
|
621
|
-
"referencedDeclaration":
|
621
|
+
"referencedDeclaration": 70879,
|
622
622
|
"src": "258:21:90",
|
623
623
|
"typeDescriptions": {}
|
624
624
|
},
|
@@ -630,7 +630,7 @@
|
|
630
630
|
"name": "WORLD_CONTEXT_CONSUMER_INTERFACE_ID",
|
631
631
|
"nodeType": "Identifier",
|
632
632
|
"overloadedDeclarations": [],
|
633
|
-
"referencedDeclaration":
|
633
|
+
"referencedDeclaration": 70861,
|
634
634
|
"src": "281:35:90",
|
635
635
|
"typeDescriptions": {}
|
636
636
|
},
|
@@ -997,7 +997,7 @@
|
|
997
997
|
]
|
998
998
|
},
|
999
999
|
"baseFunctions": [
|
1000
|
-
|
1000
|
+
70868
|
1001
1001
|
],
|
1002
1002
|
"functionSelector": "119df25f",
|
1003
1003
|
"implemented": true,
|
@@ -1146,7 +1146,7 @@
|
|
1146
1146
|
]
|
1147
1147
|
},
|
1148
1148
|
"baseFunctions": [
|
1149
|
-
|
1149
|
+
70873
|
1150
1150
|
],
|
1151
1151
|
"functionSelector": "45ec9354",
|
1152
1152
|
"implemented": true,
|
@@ -1266,7 +1266,7 @@
|
|
1266
1266
|
]
|
1267
1267
|
},
|
1268
1268
|
"baseFunctions": [
|
1269
|
-
|
1269
|
+
70878
|
1270
1270
|
],
|
1271
1271
|
"functionSelector": "e1af802c",
|
1272
1272
|
"implemented": true,
|
@@ -1371,7 +1371,7 @@
|
|
1371
1371
|
"name": "WORLD_CONTEXT_CONSUMER_INTERFACE_ID",
|
1372
1372
|
"nodeType": "Identifier",
|
1373
1373
|
"overloadedDeclarations": [],
|
1374
|
-
"referencedDeclaration":
|
1374
|
+
"referencedDeclaration": 70861,
|
1375
1375
|
"src": "1749:35:90",
|
1376
1376
|
"typeDescriptions": {
|
1377
1377
|
"typeIdentifier": "t_bytes4",
|
@@ -1415,7 +1415,7 @@
|
|
1415
1415
|
"name": "ERC165_INTERFACE_ID",
|
1416
1416
|
"nodeType": "Identifier",
|
1417
1417
|
"overloadedDeclarations": [],
|
1418
|
-
"referencedDeclaration":
|
1418
|
+
"referencedDeclaration": 70832,
|
1419
1419
|
"src": "1803:19:90",
|
1420
1420
|
"typeDescriptions": {
|
1421
1421
|
"typeIdentifier": "t_bytes4",
|
@@ -1442,7 +1442,7 @@
|
|
1442
1442
|
]
|
1443
1443
|
},
|
1444
1444
|
"baseFunctions": [
|
1445
|
-
|
1445
|
+
70840
|
1446
1446
|
],
|
1447
1447
|
"functionSelector": "01ffc9a7",
|
1448
1448
|
"implemented": true,
|
@@ -1534,7 +1534,7 @@
|
|
1534
1534
|
"706:21:90"
|
1535
1535
|
],
|
1536
1536
|
"nodeType": "IdentifierPath",
|
1537
|
-
"referencedDeclaration":
|
1537
|
+
"referencedDeclaration": 70879,
|
1538
1538
|
"src": "706:21:90"
|
1539
1539
|
},
|
1540
1540
|
"id": 48723,
|
@@ -1548,8 +1548,8 @@
|
|
1548
1548
|
"fullyImplemented": true,
|
1549
1549
|
"linearizedBaseContracts": [
|
1550
1550
|
48776,
|
1551
|
-
|
1552
|
-
|
1551
|
+
70879,
|
1552
|
+
70841
|
1553
1553
|
],
|
1554
1554
|
"name": "WorldContextConsumer",
|
1555
1555
|
"nameLocation": "682:20:90",
|
@@ -2893,7 +2893,7 @@
|
|
2893
2893
|
"name": "revertWithBytes",
|
2894
2894
|
"nodeType": "Identifier",
|
2895
2895
|
"overloadedDeclarations": [],
|
2896
|
-
"referencedDeclaration":
|
2896
|
+
"referencedDeclaration": 49373,
|
2897
2897
|
"src": "3206:15:90",
|
2898
2898
|
"typeDescriptions": {
|
2899
2899
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
@@ -3343,7 +3343,7 @@
|
|
3343
3343
|
"name": "revertWithBytes",
|
3344
3344
|
"nodeType": "Identifier",
|
3345
3345
|
"overloadedDeclarations": [],
|
3346
|
-
"referencedDeclaration":
|
3346
|
+
"referencedDeclaration": 49373,
|
3347
3347
|
"src": "3625:15:90",
|
3348
3348
|
"typeDescriptions": {
|
3349
3349
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
@@ -364,16 +364,16 @@
|
|
364
364
|
48721
|
365
365
|
],
|
366
366
|
"ERC165_INTERFACE_ID": [
|
367
|
-
|
367
|
+
70832
|
368
368
|
],
|
369
369
|
"IWorldContextConsumer": [
|
370
|
-
|
370
|
+
70879
|
371
371
|
],
|
372
372
|
"StoreSwitch": [
|
373
373
|
41001
|
374
374
|
],
|
375
375
|
"WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
|
376
|
-
|
376
|
+
70861
|
377
377
|
],
|
378
378
|
"WorldContextConsumer": [
|
379
379
|
48776
|
@@ -382,7 +382,7 @@
|
|
382
382
|
48925
|
383
383
|
],
|
384
384
|
"revertWithBytes": [
|
385
|
-
|
385
|
+
49373
|
386
386
|
]
|
387
387
|
},
|
388
388
|
"nodeType": "SourceUnit",
|
@@ -435,7 +435,7 @@
|
|
435
435
|
"file": "./revertWithBytes.sol",
|
436
436
|
"nameLocation": "-1:-1:-1",
|
437
437
|
"scope": 48926,
|
438
|
-
"sourceUnit":
|
438
|
+
"sourceUnit": 49374,
|
439
439
|
"symbolAliases": [
|
440
440
|
{
|
441
441
|
"foreign": {
|
@@ -443,7 +443,7 @@
|
|
443
443
|
"name": "revertWithBytes",
|
444
444
|
"nodeType": "Identifier",
|
445
445
|
"overloadedDeclarations": [],
|
446
|
-
"referencedDeclaration":
|
446
|
+
"referencedDeclaration": 49373,
|
447
447
|
"src": "137:15:90",
|
448
448
|
"typeDescriptions": {}
|
449
449
|
},
|
@@ -461,7 +461,7 @@
|
|
461
461
|
"file": "./interfaces/IERC165.sol",
|
462
462
|
"nameLocation": "-1:-1:-1",
|
463
463
|
"scope": 48926,
|
464
|
-
"sourceUnit":
|
464
|
+
"sourceUnit": 70842,
|
465
465
|
"symbolAliases": [
|
466
466
|
{
|
467
467
|
"foreign": {
|
@@ -469,7 +469,7 @@
|
|
469
469
|
"name": "ERC165_INTERFACE_ID",
|
470
470
|
"nodeType": "Identifier",
|
471
471
|
"overloadedDeclarations": [],
|
472
|
-
"referencedDeclaration":
|
472
|
+
"referencedDeclaration": 70832,
|
473
473
|
"src": "194:19:90",
|
474
474
|
"typeDescriptions": {}
|
475
475
|
},
|
@@ -487,7 +487,7 @@
|
|
487
487
|
"file": "./interfaces/IWorldContextConsumer.sol",
|
488
488
|
"nameLocation": "-1:-1:-1",
|
489
489
|
"scope": 48926,
|
490
|
-
"sourceUnit":
|
490
|
+
"sourceUnit": 70880,
|
491
491
|
"symbolAliases": [
|
492
492
|
{
|
493
493
|
"foreign": {
|
@@ -495,7 +495,7 @@
|
|
495
495
|
"name": "IWorldContextConsumer",
|
496
496
|
"nodeType": "Identifier",
|
497
497
|
"overloadedDeclarations": [],
|
498
|
-
"referencedDeclaration":
|
498
|
+
"referencedDeclaration": 70879,
|
499
499
|
"src": "258:21:90",
|
500
500
|
"typeDescriptions": {}
|
501
501
|
},
|
@@ -507,7 +507,7 @@
|
|
507
507
|
"name": "WORLD_CONTEXT_CONSUMER_INTERFACE_ID",
|
508
508
|
"nodeType": "Identifier",
|
509
509
|
"overloadedDeclarations": [],
|
510
|
-
"referencedDeclaration":
|
510
|
+
"referencedDeclaration": 70861,
|
511
511
|
"src": "281:35:90",
|
512
512
|
"typeDescriptions": {}
|
513
513
|
},
|
@@ -874,7 +874,7 @@
|
|
874
874
|
]
|
875
875
|
},
|
876
876
|
"baseFunctions": [
|
877
|
-
|
877
|
+
70868
|
878
878
|
],
|
879
879
|
"functionSelector": "119df25f",
|
880
880
|
"implemented": true,
|
@@ -1023,7 +1023,7 @@
|
|
1023
1023
|
]
|
1024
1024
|
},
|
1025
1025
|
"baseFunctions": [
|
1026
|
-
|
1026
|
+
70873
|
1027
1027
|
],
|
1028
1028
|
"functionSelector": "45ec9354",
|
1029
1029
|
"implemented": true,
|
@@ -1143,7 +1143,7 @@
|
|
1143
1143
|
]
|
1144
1144
|
},
|
1145
1145
|
"baseFunctions": [
|
1146
|
-
|
1146
|
+
70878
|
1147
1147
|
],
|
1148
1148
|
"functionSelector": "e1af802c",
|
1149
1149
|
"implemented": true,
|
@@ -1248,7 +1248,7 @@
|
|
1248
1248
|
"name": "WORLD_CONTEXT_CONSUMER_INTERFACE_ID",
|
1249
1249
|
"nodeType": "Identifier",
|
1250
1250
|
"overloadedDeclarations": [],
|
1251
|
-
"referencedDeclaration":
|
1251
|
+
"referencedDeclaration": 70861,
|
1252
1252
|
"src": "1749:35:90",
|
1253
1253
|
"typeDescriptions": {
|
1254
1254
|
"typeIdentifier": "t_bytes4",
|
@@ -1292,7 +1292,7 @@
|
|
1292
1292
|
"name": "ERC165_INTERFACE_ID",
|
1293
1293
|
"nodeType": "Identifier",
|
1294
1294
|
"overloadedDeclarations": [],
|
1295
|
-
"referencedDeclaration":
|
1295
|
+
"referencedDeclaration": 70832,
|
1296
1296
|
"src": "1803:19:90",
|
1297
1297
|
"typeDescriptions": {
|
1298
1298
|
"typeIdentifier": "t_bytes4",
|
@@ -1319,7 +1319,7 @@
|
|
1319
1319
|
]
|
1320
1320
|
},
|
1321
1321
|
"baseFunctions": [
|
1322
|
-
|
1322
|
+
70840
|
1323
1323
|
],
|
1324
1324
|
"functionSelector": "01ffc9a7",
|
1325
1325
|
"implemented": true,
|
@@ -1411,7 +1411,7 @@
|
|
1411
1411
|
"706:21:90"
|
1412
1412
|
],
|
1413
1413
|
"nodeType": "IdentifierPath",
|
1414
|
-
"referencedDeclaration":
|
1414
|
+
"referencedDeclaration": 70879,
|
1415
1415
|
"src": "706:21:90"
|
1416
1416
|
},
|
1417
1417
|
"id": 48723,
|
@@ -1425,8 +1425,8 @@
|
|
1425
1425
|
"fullyImplemented": true,
|
1426
1426
|
"linearizedBaseContracts": [
|
1427
1427
|
48776,
|
1428
|
-
|
1429
|
-
|
1428
|
+
70879,
|
1429
|
+
70841
|
1430
1430
|
],
|
1431
1431
|
"name": "WorldContextConsumer",
|
1432
1432
|
"nameLocation": "682:20:90",
|
@@ -2770,7 +2770,7 @@
|
|
2770
2770
|
"name": "revertWithBytes",
|
2771
2771
|
"nodeType": "Identifier",
|
2772
2772
|
"overloadedDeclarations": [],
|
2773
|
-
"referencedDeclaration":
|
2773
|
+
"referencedDeclaration": 49373,
|
2774
2774
|
"src": "3206:15:90",
|
2775
2775
|
"typeDescriptions": {
|
2776
2776
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
@@ -3220,7 +3220,7 @@
|
|
3220
3220
|
"name": "revertWithBytes",
|
3221
3221
|
"nodeType": "Identifier",
|
3222
3222
|
"overloadedDeclarations": [],
|
3223
|
-
"referencedDeclaration":
|
3223
|
+
"referencedDeclaration": 49373,
|
3224
3224
|
"src": "3625:15:90",
|
3225
3225
|
"typeDescriptions": {
|
3226
3226
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
@@ -108,7 +108,7 @@
|
|
108
108
|
34794
|
109
109
|
],
|
110
110
|
"MASK_RESOURCE_NAMESPACE": [
|
111
|
-
|
111
|
+
49393
|
112
112
|
],
|
113
113
|
"NAMESPACE_BITS": [
|
114
114
|
48944
|
@@ -120,13 +120,13 @@
|
|
120
120
|
48949
|
121
121
|
],
|
122
122
|
"RESOURCE_NAMESPACE": [
|
123
|
-
|
123
|
+
49381
|
124
124
|
],
|
125
125
|
"ROOT_NAME": [
|
126
|
-
|
126
|
+
49256
|
127
127
|
],
|
128
128
|
"ROOT_NAMESPACE": [
|
129
|
-
|
129
|
+
49253
|
130
130
|
],
|
131
131
|
"ROOT_NAMESPACE_STRING": [
|
132
132
|
48955
|
@@ -250,7 +250,7 @@
|
|
250
250
|
"file": "./constants.sol",
|
251
251
|
"nameLocation": "-1:-1:-1",
|
252
252
|
"scope": 49208,
|
253
|
-
"sourceUnit":
|
253
|
+
"sourceUnit": 49290,
|
254
254
|
"symbolAliases": [
|
255
255
|
{
|
256
256
|
"foreign": {
|
@@ -258,7 +258,7 @@
|
|
258
258
|
"name": "ROOT_NAMESPACE",
|
259
259
|
"nodeType": "Identifier",
|
260
260
|
"overloadedDeclarations": [],
|
261
|
-
"referencedDeclaration":
|
261
|
+
"referencedDeclaration": 49253,
|
262
262
|
"src": "224:14:91",
|
263
263
|
"typeDescriptions": {}
|
264
264
|
},
|
@@ -270,7 +270,7 @@
|
|
270
270
|
"name": "ROOT_NAME",
|
271
271
|
"nodeType": "Identifier",
|
272
272
|
"overloadedDeclarations": [],
|
273
|
-
"referencedDeclaration":
|
273
|
+
"referencedDeclaration": 49256,
|
274
274
|
"src": "240:9:91",
|
275
275
|
"typeDescriptions": {}
|
276
276
|
},
|
@@ -288,7 +288,7 @@
|
|
288
288
|
"file": "./worldResourceTypes.sol",
|
289
289
|
"nameLocation": "-1:-1:-1",
|
290
290
|
"scope": 49208,
|
291
|
-
"sourceUnit":
|
291
|
+
"sourceUnit": 49406,
|
292
292
|
"symbolAliases": [
|
293
293
|
{
|
294
294
|
"foreign": {
|
@@ -296,7 +296,7 @@
|
|
296
296
|
"name": "RESOURCE_NAMESPACE",
|
297
297
|
"nodeType": "Identifier",
|
298
298
|
"overloadedDeclarations": [],
|
299
|
-
"referencedDeclaration":
|
299
|
+
"referencedDeclaration": 49381,
|
300
300
|
"src": "285:18:91",
|
301
301
|
"typeDescriptions": {}
|
302
302
|
},
|
@@ -308,7 +308,7 @@
|
|
308
308
|
"name": "MASK_RESOURCE_NAMESPACE",
|
309
309
|
"nodeType": "Identifier",
|
310
310
|
"overloadedDeclarations": [],
|
311
|
-
"referencedDeclaration":
|
311
|
+
"referencedDeclaration": 49393,
|
312
312
|
"src": "305:23:91",
|
313
313
|
"typeDescriptions": {}
|
314
314
|
},
|
@@ -1446,7 +1446,7 @@
|
|
1446
1446
|
"name": "RESOURCE_NAMESPACE",
|
1447
1447
|
"nodeType": "Identifier",
|
1448
1448
|
"overloadedDeclarations": [],
|
1449
|
-
"referencedDeclaration":
|
1449
|
+
"referencedDeclaration": 49381,
|
1450
1450
|
"src": "1410:18:91",
|
1451
1451
|
"typeDescriptions": {
|
1452
1452
|
"typeIdentifier": "t_bytes2",
|
@@ -2779,7 +2779,7 @@
|
|
2779
2779
|
"name": "MASK_RESOURCE_NAMESPACE",
|
2780
2780
|
"nodeType": "Identifier",
|
2781
2781
|
"overloadedDeclarations": [],
|
2782
|
-
"referencedDeclaration":
|
2782
|
+
"referencedDeclaration": 49393,
|
2783
2783
|
"src": "2401:23:91",
|
2784
2784
|
"typeDescriptions": {
|
2785
2785
|
"typeIdentifier": "t_bytes32",
|
@@ -3599,7 +3599,7 @@
|
|
3599
3599
|
"name": "ROOT_NAMESPACE",
|
3600
3600
|
"nodeType": "Identifier",
|
3601
3601
|
"overloadedDeclarations": [],
|
3602
|
-
"referencedDeclaration":
|
3602
|
+
"referencedDeclaration": 49253,
|
3603
3603
|
"src": "3094:14:91",
|
3604
3604
|
"typeDescriptions": {
|
3605
3605
|
"typeIdentifier": "t_bytes14",
|
@@ -3694,7 +3694,7 @@
|
|
3694
3694
|
"name": "ROOT_NAME",
|
3695
3695
|
"nodeType": "Identifier",
|
3696
3696
|
"overloadedDeclarations": [],
|
3697
|
-
"referencedDeclaration":
|
3697
|
+
"referencedDeclaration": 49256,
|
3698
3698
|
"src": "3195:9:91",
|
3699
3699
|
"typeDescriptions": {
|
3700
3700
|
"typeIdentifier": "t_bytes16",
|