@latticexyz/world-modules 2.0.0-main-c714e5d1 → 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
@@ -530,7 +530,7 @@
|
|
530
530
|
23378
|
531
531
|
],
|
532
532
|
"StoreSwitch": [
|
533
|
-
|
533
|
+
33808
|
534
534
|
],
|
535
535
|
"WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
|
536
536
|
23356
|
@@ -545,7 +545,7 @@
|
|
545
545
|
23813
|
546
546
|
],
|
547
547
|
"revertWithBytes": [
|
548
|
-
|
548
|
+
26707
|
549
549
|
]
|
550
550
|
},
|
551
551
|
"nodeType": "SourceUnit",
|
@@ -572,7 +572,7 @@
|
|
572
572
|
"file": "@latticexyz/store/src/StoreSwitch.sol",
|
573
573
|
"nameLocation": "-1:-1:-1",
|
574
574
|
"scope": 23814,
|
575
|
-
"sourceUnit":
|
575
|
+
"sourceUnit": 33809,
|
576
576
|
"symbolAliases": [
|
577
577
|
{
|
578
578
|
"foreign": {
|
@@ -580,7 +580,7 @@
|
|
580
580
|
"name": "StoreSwitch",
|
581
581
|
"nodeType": "Identifier",
|
582
582
|
"overloadedDeclarations": [],
|
583
|
-
"referencedDeclaration":
|
583
|
+
"referencedDeclaration": 33808,
|
584
584
|
"src": "68:11:40",
|
585
585
|
"typeDescriptions": {}
|
586
586
|
},
|
@@ -598,7 +598,7 @@
|
|
598
598
|
"file": "./revertWithBytes.sol",
|
599
599
|
"nameLocation": "-1:-1:-1",
|
600
600
|
"scope": 23814,
|
601
|
-
"sourceUnit":
|
601
|
+
"sourceUnit": 26708,
|
602
602
|
"symbolAliases": [
|
603
603
|
{
|
604
604
|
"foreign": {
|
@@ -606,7 +606,7 @@
|
|
606
606
|
"name": "revertWithBytes",
|
607
607
|
"nodeType": "Identifier",
|
608
608
|
"overloadedDeclarations": [],
|
609
|
-
"referencedDeclaration":
|
609
|
+
"referencedDeclaration": 26707,
|
610
610
|
"src": "137:15:40",
|
611
611
|
"typeDescriptions": {}
|
612
612
|
},
|
@@ -1036,10 +1036,10 @@
|
|
1036
1036
|
"name": "StoreSwitch",
|
1037
1037
|
"nodeType": "Identifier",
|
1038
1038
|
"overloadedDeclarations": [],
|
1039
|
-
"referencedDeclaration":
|
1039
|
+
"referencedDeclaration": 33808,
|
1040
1040
|
"src": "1986:11:40",
|
1041
1041
|
"typeDescriptions": {
|
1042
|
-
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$
|
1042
|
+
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$33808_$",
|
1043
1043
|
"typeString": "type(library StoreSwitch)"
|
1044
1044
|
}
|
1045
1045
|
},
|
@@ -1051,7 +1051,7 @@
|
|
1051
1051
|
"memberLocation": "1998:15:40",
|
1052
1052
|
"memberName": "getStoreAddress",
|
1053
1053
|
"nodeType": "MemberAccess",
|
1054
|
-
"referencedDeclaration":
|
1054
|
+
"referencedDeclaration": 32552,
|
1055
1055
|
"src": "1986:27:40",
|
1056
1056
|
"typeDescriptions": {
|
1057
1057
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
@@ -1898,10 +1898,10 @@
|
|
1898
1898
|
"name": "StoreSwitch",
|
1899
1899
|
"nodeType": "Identifier",
|
1900
1900
|
"overloadedDeclarations": [],
|
1901
|
-
"referencedDeclaration":
|
1901
|
+
"referencedDeclaration": 33808,
|
1902
1902
|
"src": "3894:11:40",
|
1903
1903
|
"typeDescriptions": {
|
1904
|
-
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$
|
1904
|
+
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$33808_$",
|
1905
1905
|
"typeString": "type(library StoreSwitch)"
|
1906
1906
|
}
|
1907
1907
|
},
|
@@ -1913,7 +1913,7 @@
|
|
1913
1913
|
"memberLocation": "3906:15:40",
|
1914
1914
|
"memberName": "getStoreAddress",
|
1915
1915
|
"nodeType": "MemberAccess",
|
1916
|
-
"referencedDeclaration":
|
1916
|
+
"referencedDeclaration": 32552,
|
1917
1917
|
"src": "3894:27:40",
|
1918
1918
|
"typeDescriptions": {
|
1919
1919
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
@@ -3370,7 +3370,7 @@
|
|
3370
3370
|
"name": "revertWithBytes",
|
3371
3371
|
"nodeType": "Identifier",
|
3372
3372
|
"overloadedDeclarations": [],
|
3373
|
-
"referencedDeclaration":
|
3373
|
+
"referencedDeclaration": 26707,
|
3374
3374
|
"src": "7262:15:40",
|
3375
3375
|
"typeDescriptions": {
|
3376
3376
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
@@ -3826,7 +3826,7 @@
|
|
3826
3826
|
"name": "revertWithBytes",
|
3827
3827
|
"nodeType": "Identifier",
|
3828
3828
|
"overloadedDeclarations": [],
|
3829
|
-
"referencedDeclaration":
|
3829
|
+
"referencedDeclaration": 26707,
|
3830
3830
|
"src": "8140:15:40",
|
3831
3831
|
"typeDescriptions": {
|
3832
3832
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
@@ -370,7 +370,7 @@
|
|
370
370
|
23378
|
371
371
|
],
|
372
372
|
"StoreSwitch": [
|
373
|
-
|
373
|
+
33808
|
374
374
|
],
|
375
375
|
"WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
|
376
376
|
23356
|
@@ -385,7 +385,7 @@
|
|
385
385
|
23813
|
386
386
|
],
|
387
387
|
"revertWithBytes": [
|
388
|
-
|
388
|
+
26707
|
389
389
|
]
|
390
390
|
},
|
391
391
|
"nodeType": "SourceUnit",
|
@@ -412,7 +412,7 @@
|
|
412
412
|
"file": "@latticexyz/store/src/StoreSwitch.sol",
|
413
413
|
"nameLocation": "-1:-1:-1",
|
414
414
|
"scope": 23814,
|
415
|
-
"sourceUnit":
|
415
|
+
"sourceUnit": 33809,
|
416
416
|
"symbolAliases": [
|
417
417
|
{
|
418
418
|
"foreign": {
|
@@ -420,7 +420,7 @@
|
|
420
420
|
"name": "StoreSwitch",
|
421
421
|
"nodeType": "Identifier",
|
422
422
|
"overloadedDeclarations": [],
|
423
|
-
"referencedDeclaration":
|
423
|
+
"referencedDeclaration": 33808,
|
424
424
|
"src": "68:11:40",
|
425
425
|
"typeDescriptions": {}
|
426
426
|
},
|
@@ -438,7 +438,7 @@
|
|
438
438
|
"file": "./revertWithBytes.sol",
|
439
439
|
"nameLocation": "-1:-1:-1",
|
440
440
|
"scope": 23814,
|
441
|
-
"sourceUnit":
|
441
|
+
"sourceUnit": 26708,
|
442
442
|
"symbolAliases": [
|
443
443
|
{
|
444
444
|
"foreign": {
|
@@ -446,7 +446,7 @@
|
|
446
446
|
"name": "revertWithBytes",
|
447
447
|
"nodeType": "Identifier",
|
448
448
|
"overloadedDeclarations": [],
|
449
|
-
"referencedDeclaration":
|
449
|
+
"referencedDeclaration": 26707,
|
450
450
|
"src": "137:15:40",
|
451
451
|
"typeDescriptions": {}
|
452
452
|
},
|
@@ -876,10 +876,10 @@
|
|
876
876
|
"name": "StoreSwitch",
|
877
877
|
"nodeType": "Identifier",
|
878
878
|
"overloadedDeclarations": [],
|
879
|
-
"referencedDeclaration":
|
879
|
+
"referencedDeclaration": 33808,
|
880
880
|
"src": "1986:11:40",
|
881
881
|
"typeDescriptions": {
|
882
|
-
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$
|
882
|
+
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$33808_$",
|
883
883
|
"typeString": "type(library StoreSwitch)"
|
884
884
|
}
|
885
885
|
},
|
@@ -891,7 +891,7 @@
|
|
891
891
|
"memberLocation": "1998:15:40",
|
892
892
|
"memberName": "getStoreAddress",
|
893
893
|
"nodeType": "MemberAccess",
|
894
|
-
"referencedDeclaration":
|
894
|
+
"referencedDeclaration": 32552,
|
895
895
|
"src": "1986:27:40",
|
896
896
|
"typeDescriptions": {
|
897
897
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
@@ -1738,10 +1738,10 @@
|
|
1738
1738
|
"name": "StoreSwitch",
|
1739
1739
|
"nodeType": "Identifier",
|
1740
1740
|
"overloadedDeclarations": [],
|
1741
|
-
"referencedDeclaration":
|
1741
|
+
"referencedDeclaration": 33808,
|
1742
1742
|
"src": "3894:11:40",
|
1743
1743
|
"typeDescriptions": {
|
1744
|
-
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$
|
1744
|
+
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$33808_$",
|
1745
1745
|
"typeString": "type(library StoreSwitch)"
|
1746
1746
|
}
|
1747
1747
|
},
|
@@ -1753,7 +1753,7 @@
|
|
1753
1753
|
"memberLocation": "3906:15:40",
|
1754
1754
|
"memberName": "getStoreAddress",
|
1755
1755
|
"nodeType": "MemberAccess",
|
1756
|
-
"referencedDeclaration":
|
1756
|
+
"referencedDeclaration": 32552,
|
1757
1757
|
"src": "3894:27:40",
|
1758
1758
|
"typeDescriptions": {
|
1759
1759
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
@@ -3210,7 +3210,7 @@
|
|
3210
3210
|
"name": "revertWithBytes",
|
3211
3211
|
"nodeType": "Identifier",
|
3212
3212
|
"overloadedDeclarations": [],
|
3213
|
-
"referencedDeclaration":
|
3213
|
+
"referencedDeclaration": 26707,
|
3214
3214
|
"src": "7262:15:40",
|
3215
3215
|
"typeDescriptions": {
|
3216
3216
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
@@ -3666,7 +3666,7 @@
|
|
3666
3666
|
"name": "revertWithBytes",
|
3667
3667
|
"nodeType": "Identifier",
|
3668
3668
|
"overloadedDeclarations": [],
|
3669
|
-
"referencedDeclaration":
|
3669
|
+
"referencedDeclaration": 26707,
|
3670
3670
|
"src": "8140:15:40",
|
3671
3671
|
"typeDescriptions": {
|
3672
3672
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
@@ -370,7 +370,7 @@
|
|
370
370
|
23378
|
371
371
|
],
|
372
372
|
"StoreSwitch": [
|
373
|
-
|
373
|
+
33808
|
374
374
|
],
|
375
375
|
"WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
|
376
376
|
23356
|
@@ -385,7 +385,7 @@
|
|
385
385
|
23813
|
386
386
|
],
|
387
387
|
"revertWithBytes": [
|
388
|
-
|
388
|
+
26707
|
389
389
|
]
|
390
390
|
},
|
391
391
|
"nodeType": "SourceUnit",
|
@@ -412,7 +412,7 @@
|
|
412
412
|
"file": "@latticexyz/store/src/StoreSwitch.sol",
|
413
413
|
"nameLocation": "-1:-1:-1",
|
414
414
|
"scope": 23814,
|
415
|
-
"sourceUnit":
|
415
|
+
"sourceUnit": 33809,
|
416
416
|
"symbolAliases": [
|
417
417
|
{
|
418
418
|
"foreign": {
|
@@ -420,7 +420,7 @@
|
|
420
420
|
"name": "StoreSwitch",
|
421
421
|
"nodeType": "Identifier",
|
422
422
|
"overloadedDeclarations": [],
|
423
|
-
"referencedDeclaration":
|
423
|
+
"referencedDeclaration": 33808,
|
424
424
|
"src": "68:11:40",
|
425
425
|
"typeDescriptions": {}
|
426
426
|
},
|
@@ -438,7 +438,7 @@
|
|
438
438
|
"file": "./revertWithBytes.sol",
|
439
439
|
"nameLocation": "-1:-1:-1",
|
440
440
|
"scope": 23814,
|
441
|
-
"sourceUnit":
|
441
|
+
"sourceUnit": 26708,
|
442
442
|
"symbolAliases": [
|
443
443
|
{
|
444
444
|
"foreign": {
|
@@ -446,7 +446,7 @@
|
|
446
446
|
"name": "revertWithBytes",
|
447
447
|
"nodeType": "Identifier",
|
448
448
|
"overloadedDeclarations": [],
|
449
|
-
"referencedDeclaration":
|
449
|
+
"referencedDeclaration": 26707,
|
450
450
|
"src": "137:15:40",
|
451
451
|
"typeDescriptions": {}
|
452
452
|
},
|
@@ -876,10 +876,10 @@
|
|
876
876
|
"name": "StoreSwitch",
|
877
877
|
"nodeType": "Identifier",
|
878
878
|
"overloadedDeclarations": [],
|
879
|
-
"referencedDeclaration":
|
879
|
+
"referencedDeclaration": 33808,
|
880
880
|
"src": "1986:11:40",
|
881
881
|
"typeDescriptions": {
|
882
|
-
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$
|
882
|
+
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$33808_$",
|
883
883
|
"typeString": "type(library StoreSwitch)"
|
884
884
|
}
|
885
885
|
},
|
@@ -891,7 +891,7 @@
|
|
891
891
|
"memberLocation": "1998:15:40",
|
892
892
|
"memberName": "getStoreAddress",
|
893
893
|
"nodeType": "MemberAccess",
|
894
|
-
"referencedDeclaration":
|
894
|
+
"referencedDeclaration": 32552,
|
895
895
|
"src": "1986:27:40",
|
896
896
|
"typeDescriptions": {
|
897
897
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
@@ -1738,10 +1738,10 @@
|
|
1738
1738
|
"name": "StoreSwitch",
|
1739
1739
|
"nodeType": "Identifier",
|
1740
1740
|
"overloadedDeclarations": [],
|
1741
|
-
"referencedDeclaration":
|
1741
|
+
"referencedDeclaration": 33808,
|
1742
1742
|
"src": "3894:11:40",
|
1743
1743
|
"typeDescriptions": {
|
1744
|
-
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$
|
1744
|
+
"typeIdentifier": "t_type$_t_contract$_StoreSwitch_$33808_$",
|
1745
1745
|
"typeString": "type(library StoreSwitch)"
|
1746
1746
|
}
|
1747
1747
|
},
|
@@ -1753,7 +1753,7 @@
|
|
1753
1753
|
"memberLocation": "3906:15:40",
|
1754
1754
|
"memberName": "getStoreAddress",
|
1755
1755
|
"nodeType": "MemberAccess",
|
1756
|
-
"referencedDeclaration":
|
1756
|
+
"referencedDeclaration": 32552,
|
1757
1757
|
"src": "3894:27:40",
|
1758
1758
|
"typeDescriptions": {
|
1759
1759
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
@@ -3210,7 +3210,7 @@
|
|
3210
3210
|
"name": "revertWithBytes",
|
3211
3211
|
"nodeType": "Identifier",
|
3212
3212
|
"overloadedDeclarations": [],
|
3213
|
-
"referencedDeclaration":
|
3213
|
+
"referencedDeclaration": 26707,
|
3214
3214
|
"src": "7262:15:40",
|
3215
3215
|
"typeDescriptions": {
|
3216
3216
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|
@@ -3666,7 +3666,7 @@
|
|
3666
3666
|
"name": "revertWithBytes",
|
3667
3667
|
"nodeType": "Identifier",
|
3668
3668
|
"overloadedDeclarations": [],
|
3669
|
-
"referencedDeclaration":
|
3669
|
+
"referencedDeclaration": 26707,
|
3670
3670
|
"src": "8140:15:40",
|
3671
3671
|
"typeDescriptions": {
|
3672
3672
|
"typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
|