@latticexyz/world-modules 2.0.0-main-071aadb9 → 2.0.0-main-7987c94d
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/ArrayLib.sol/ArrayLib.json +255 -255
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +215 -215
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2599 -2599
- package/out/DecodeSlice.sol/DecodeSlice.json +3250 -3250
- package/out/DelegationControl.sol/DelegationControl.json +94 -94
- package/out/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/FieldLayout.sol/FieldLayoutInstance.json +47 -47
- package/out/FieldLayout.sol/FieldLayoutLib.json +47 -47
- package/out/Hook.sol/HookInstance.json +13 -13
- package/out/Hook.sol/HookLib.json +13 -13
- package/out/Hooks.sol/Hooks.json +3393 -3393
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +58 -58
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +54 -54
- package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +52 -52
- package/out/ICoreSystem.sol/ICoreSystem.json +7 -7
- package/out/IDelegationControl.sol/IDelegationControl.json +62 -62
- package/out/IModule.sol/IModule.json +78 -78
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +28 -28
- package/out/ISystemHook.sol/ISystemHook.json +86 -86
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +71 -71
- package/out/IWorldErrors.sol/IWorldErrors.json +152 -152
- package/out/IWorldKernel.sol/IWorldCall.json +154 -154
- package/out/IWorldKernel.sol/IWorldKernel.json +154 -154
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +154 -154
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +190 -190
- package/out/KeysInTable.sol/KeysInTable.json +10672 -10672
- package/out/KeysInTableHook.sol/KeysInTableHook.json +867 -867
- package/out/KeysInTableModule.sol/KeysInTableModule.json +538 -538
- package/out/KeysWithValue.sol/KeysWithValue.json +3832 -3832
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +993 -993
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +426 -426
- package/out/Memory.sol/Memory.json +4 -4
- package/out/Module.sol/Module.json +84 -84
- package/out/ResourceIds.sol/ResourceIds.json +1363 -1363
- package/out/Schema.sol/SchemaInstance.json +72 -72
- package/out/Schema.sol/SchemaLib.json +72 -72
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/Slice.sol/SliceInstance.json +4 -4
- package/out/Slice.sol/SliceLib.json +4 -4
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +303 -303
- package/out/Storage.sol/Storage.json +7 -7
- package/out/StoreCore.sol/StoreCore.json +708 -737
- package/out/StoreCore.sol/StoreCoreInternal.json +710 -739
- package/out/StoreHook.sol/StoreHook.json +368 -368
- package/out/StoreHooks.sol/StoreHooks.json +3232 -3232
- package/out/StoreSwitch.sol/StoreSwitch.json +1885 -1885
- package/out/System.sol/System.json +31 -31
- package/out/Tables.sol/Tables.json +5585 -5585
- package/out/TightCoder.sol/TightCoder.json +124 -124
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +119 -119
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1990 -1990
- package/out/UniqueEntity.sol/UniqueEntity.json +1406 -1406
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +327 -327
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +93 -93
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2727 -2727
- package/out/WorldContext.sol/WorldContextConsumer.json +1380 -988
- package/out/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1381 -989
- package/out/WorldContext.sol/WorldContextProviderLib.json +3910 -0
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
- package/out/constants.sol/LayoutOffsets.json +79 -79
- package/out/constants.sol/constants.json +115 -115
- package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
- package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
- package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
- package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
- package/out/hasKey.sol/hasKey.json +130 -130
- package/out/index.sol/index.json +53 -53
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +131 -131
- package/out/leftMask.sol/leftMask.json +31 -31
- package/out/query.sol/query.json +1154 -1154
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1338 -1338
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +698 -698
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +698 -698
- package/out/src/IStore.sol/IStore.json +53 -53
- package/out/src/IWorldKernel.sol/IWorldCall.json +153 -153
- package/out/src/IWorldKernel.sol/IWorldKernel.json +153 -153
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +153 -153
- package/out/src/Memory.sol/Memory.json +91 -91
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
- package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
- package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
- package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
- package/out/src/Schema.sol/SchemaInstance.json +790 -790
- package/out/src/Schema.sol/SchemaLib.json +790 -790
- package/out/src/Slice.sol/SliceInstance.json +430 -430
- package/out/src/Slice.sol/SliceLib.json +430 -430
- package/out/src/StoreCore.sol/StoreCore.json +4695 -4724
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4697 -4726
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2487 -2487
- package/out/src/WorldContext.sol/WorldContextConsumer.json +1291 -899
- package/out/src/WorldContext.sol/WorldContextConsumerLib.abi.json +1 -0
- package/out/src/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1292 -900
- package/out/src/WorldContext.sol/WorldContextProviderLib.abi.json +1 -0
- package/out/src/WorldContext.sol/WorldContextProviderLib.json +3910 -0
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +1751 -1751
- package/out/tables/Tables.sol/Tables.json +7292 -7292
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/types.sol/types.json +41 -41
- package/out/version.sol/version.json +7 -7
- package/out/world/src/IERC165.sol/IERC165.json +28 -28
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
- /package/out/WorldContext.sol/{WorldContextProvider.abi.json → WorldContextConsumerLib.abi.json} +0 -0
- /package/out/{src/WorldContext.sol/WorldContextProvider.abi.json → WorldContext.sol/WorldContextProviderLib.abi.json} +0 -0
@@ -115,16 +115,16 @@
|
|
115
115
|
"id": 3447,
|
116
116
|
"exportedSymbols": {
|
117
117
|
"BYTE_TO_BITS": [
|
118
|
-
|
118
|
+
18227
|
119
119
|
],
|
120
120
|
"LayoutOffsets": [
|
121
|
-
|
121
|
+
18274
|
122
122
|
],
|
123
123
|
"MAX_DYNAMIC_FIELDS": [
|
124
|
-
|
124
|
+
18239
|
125
125
|
],
|
126
126
|
"MAX_TOTAL_FIELDS": [
|
127
|
-
|
127
|
+
18231
|
128
128
|
],
|
129
129
|
"Schema": [
|
130
130
|
2978
|
@@ -136,10 +136,10 @@
|
|
136
136
|
3133
|
137
137
|
],
|
138
138
|
"SchemaType": [
|
139
|
-
|
139
|
+
24626
|
140
140
|
],
|
141
141
|
"WORD_LAST_INDEX": [
|
142
|
-
|
142
|
+
18223
|
143
143
|
]
|
144
144
|
},
|
145
145
|
"nodeType": "SourceUnit",
|
@@ -166,7 +166,7 @@
|
|
166
166
|
"file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
|
167
167
|
"nameLocation": "-1:-1:-1",
|
168
168
|
"scope": 3447,
|
169
|
-
"sourceUnit":
|
169
|
+
"sourceUnit": 24668,
|
170
170
|
"symbolAliases": [
|
171
171
|
{
|
172
172
|
"foreign": {
|
@@ -174,7 +174,7 @@
|
|
174
174
|
"name": "SchemaType",
|
175
175
|
"nodeType": "Identifier",
|
176
176
|
"overloadedDeclarations": [],
|
177
|
-
"referencedDeclaration":
|
177
|
+
"referencedDeclaration": 24626,
|
178
178
|
"src": "68:10:15",
|
179
179
|
"typeDescriptions": {}
|
180
180
|
},
|
@@ -192,7 +192,7 @@
|
|
192
192
|
"file": "./constants.sol",
|
193
193
|
"nameLocation": "-1:-1:-1",
|
194
194
|
"scope": 3447,
|
195
|
-
"sourceUnit":
|
195
|
+
"sourceUnit": 18275,
|
196
196
|
"symbolAliases": [
|
197
197
|
{
|
198
198
|
"foreign": {
|
@@ -200,7 +200,7 @@
|
|
200
200
|
"name": "WORD_LAST_INDEX",
|
201
201
|
"nodeType": "Identifier",
|
202
202
|
"overloadedDeclarations": [],
|
203
|
-
"referencedDeclaration":
|
203
|
+
"referencedDeclaration": 18223,
|
204
204
|
"src": "151:15:15",
|
205
205
|
"typeDescriptions": {}
|
206
206
|
},
|
@@ -212,7 +212,7 @@
|
|
212
212
|
"name": "BYTE_TO_BITS",
|
213
213
|
"nodeType": "Identifier",
|
214
214
|
"overloadedDeclarations": [],
|
215
|
-
"referencedDeclaration":
|
215
|
+
"referencedDeclaration": 18227,
|
216
216
|
"src": "168:12:15",
|
217
217
|
"typeDescriptions": {}
|
218
218
|
},
|
@@ -224,7 +224,7 @@
|
|
224
224
|
"name": "MAX_TOTAL_FIELDS",
|
225
225
|
"nodeType": "Identifier",
|
226
226
|
"overloadedDeclarations": [],
|
227
|
-
"referencedDeclaration":
|
227
|
+
"referencedDeclaration": 18231,
|
228
228
|
"src": "182:16:15",
|
229
229
|
"typeDescriptions": {}
|
230
230
|
},
|
@@ -236,7 +236,7 @@
|
|
236
236
|
"name": "MAX_DYNAMIC_FIELDS",
|
237
237
|
"nodeType": "Identifier",
|
238
238
|
"overloadedDeclarations": [],
|
239
|
-
"referencedDeclaration":
|
239
|
+
"referencedDeclaration": 18239,
|
240
240
|
"src": "200:18:15",
|
241
241
|
"typeDescriptions": {}
|
242
242
|
},
|
@@ -248,7 +248,7 @@
|
|
248
248
|
"name": "LayoutOffsets",
|
249
249
|
"nodeType": "Identifier",
|
250
250
|
"overloadedDeclarations": [],
|
251
|
-
"referencedDeclaration":
|
251
|
+
"referencedDeclaration": 18274,
|
252
252
|
"src": "220:13:15",
|
253
253
|
"typeDescriptions": {}
|
254
254
|
},
|
@@ -419,7 +419,7 @@
|
|
419
419
|
"referencedDeclaration": 2996,
|
420
420
|
"src": "1333:7:15",
|
421
421
|
"typeDescriptions": {
|
422
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
422
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
|
423
423
|
"typeString": "enum SchemaType[] memory"
|
424
424
|
}
|
425
425
|
},
|
@@ -444,7 +444,7 @@
|
|
444
444
|
"name": "MAX_TOTAL_FIELDS",
|
445
445
|
"nodeType": "Identifier",
|
446
446
|
"overloadedDeclarations": [],
|
447
|
-
"referencedDeclaration":
|
447
|
+
"referencedDeclaration": 18231,
|
448
448
|
"src": "1350:16:15",
|
449
449
|
"typeDescriptions": {
|
450
450
|
"typeIdentifier": "t_uint256",
|
@@ -472,7 +472,7 @@
|
|
472
472
|
"referencedDeclaration": 2996,
|
473
473
|
"src": "1399:7:15",
|
474
474
|
"typeDescriptions": {
|
475
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
475
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
|
476
476
|
"typeString": "enum SchemaType[] memory"
|
477
477
|
}
|
478
478
|
},
|
@@ -694,7 +694,7 @@
|
|
694
694
|
"referencedDeclaration": 2996,
|
695
695
|
"src": "1698:7:15",
|
696
696
|
"typeDescriptions": {
|
697
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
697
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
|
698
698
|
"typeString": "enum SchemaType[] memory"
|
699
699
|
}
|
700
700
|
},
|
@@ -718,7 +718,7 @@
|
|
718
718
|
"nodeType": "IndexAccess",
|
719
719
|
"src": "1698:10:15",
|
720
720
|
"typeDescriptions": {
|
721
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
721
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
722
722
|
"typeString": "enum SchemaType"
|
723
723
|
}
|
724
724
|
},
|
@@ -730,10 +730,10 @@
|
|
730
730
|
"memberLocation": "1709:19:15",
|
731
731
|
"memberName": "getStaticByteLength",
|
732
732
|
"nodeType": "MemberAccess",
|
733
|
-
"referencedDeclaration":
|
733
|
+
"referencedDeclaration": 24667,
|
734
734
|
"src": "1698:30:15",
|
735
735
|
"typeDescriptions": {
|
736
|
-
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$
|
736
|
+
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24626_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24626_$",
|
737
737
|
"typeString": "function (enum SchemaType) pure returns (uint256)"
|
738
738
|
}
|
739
739
|
},
|
@@ -1037,7 +1037,7 @@
|
|
1037
1037
|
"referencedDeclaration": 2996,
|
1038
1038
|
"src": "2492:7:15",
|
1039
1039
|
"typeDescriptions": {
|
1040
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
1040
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
|
1041
1041
|
"typeString": "enum SchemaType[] memory"
|
1042
1042
|
}
|
1043
1043
|
},
|
@@ -1061,7 +1061,7 @@
|
|
1061
1061
|
"nodeType": "IndexAccess",
|
1062
1062
|
"src": "2492:10:15",
|
1063
1063
|
"typeDescriptions": {
|
1064
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
1064
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
1065
1065
|
"typeString": "enum SchemaType"
|
1066
1066
|
}
|
1067
1067
|
}
|
@@ -1069,7 +1069,7 @@
|
|
1069
1069
|
"expression": {
|
1070
1070
|
"argumentTypes": [
|
1071
1071
|
{
|
1072
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
1072
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
1073
1073
|
"typeString": "enum SchemaType"
|
1074
1074
|
}
|
1075
1075
|
],
|
@@ -1149,7 +1149,7 @@
|
|
1149
1149
|
"name": "WORD_LAST_INDEX",
|
1150
1150
|
"nodeType": "Identifier",
|
1151
1151
|
"overloadedDeclarations": [],
|
1152
|
-
"referencedDeclaration":
|
1152
|
+
"referencedDeclaration": 18223,
|
1153
1153
|
"src": "2509:15:15",
|
1154
1154
|
"typeDescriptions": {
|
1155
1155
|
"typeIdentifier": "t_uint256",
|
@@ -1221,7 +1221,7 @@
|
|
1221
1221
|
"name": "BYTE_TO_BITS",
|
1222
1222
|
"nodeType": "Identifier",
|
1223
1223
|
"overloadedDeclarations": [],
|
1224
|
-
"referencedDeclaration":
|
1224
|
+
"referencedDeclaration": 18227,
|
1225
1225
|
"src": "2536:12:15",
|
1226
1226
|
"typeDescriptions": {
|
1227
1227
|
"typeIdentifier": "t_uint256",
|
@@ -1333,7 +1333,7 @@
|
|
1333
1333
|
"referencedDeclaration": 2996,
|
1334
1334
|
"src": "1645:7:15",
|
1335
1335
|
"typeDescriptions": {
|
1336
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
1336
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
|
1337
1337
|
"typeString": "enum SchemaType[] memory"
|
1338
1338
|
}
|
1339
1339
|
},
|
@@ -1444,7 +1444,7 @@
|
|
1444
1444
|
"name": "MAX_DYNAMIC_FIELDS",
|
1445
1445
|
"nodeType": "Identifier",
|
1446
1446
|
"overloadedDeclarations": [],
|
1447
|
-
"referencedDeclaration":
|
1447
|
+
"referencedDeclaration": 18239,
|
1448
1448
|
"src": "2637:18:15",
|
1449
1449
|
"typeDescriptions": {
|
1450
1450
|
"typeIdentifier": "t_uint256",
|
@@ -1597,7 +1597,7 @@
|
|
1597
1597
|
"referencedDeclaration": 2996,
|
1598
1598
|
"src": "2802:7:15",
|
1599
1599
|
"typeDescriptions": {
|
1600
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
1600
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
|
1601
1601
|
"typeString": "enum SchemaType[] memory"
|
1602
1602
|
}
|
1603
1603
|
},
|
@@ -1698,10 +1698,10 @@
|
|
1698
1698
|
"name": "LayoutOffsets",
|
1699
1699
|
"nodeType": "Identifier",
|
1700
1700
|
"overloadedDeclarations": [],
|
1701
|
-
"referencedDeclaration":
|
1701
|
+
"referencedDeclaration": 18274,
|
1702
1702
|
"src": "3105:13:15",
|
1703
1703
|
"typeDescriptions": {
|
1704
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
1704
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
1705
1705
|
"typeString": "type(library LayoutOffsets)"
|
1706
1706
|
}
|
1707
1707
|
},
|
@@ -1713,7 +1713,7 @@
|
|
1713
1713
|
"memberLocation": "3119:12:15",
|
1714
1714
|
"memberName": "TOTAL_LENGTH",
|
1715
1715
|
"nodeType": "MemberAccess",
|
1716
|
-
"referencedDeclaration":
|
1716
|
+
"referencedDeclaration": 18249,
|
1717
1717
|
"src": "3105:26:15",
|
1718
1718
|
"typeDescriptions": {
|
1719
1719
|
"typeIdentifier": "t_uint256",
|
@@ -1787,10 +1787,10 @@
|
|
1787
1787
|
"name": "LayoutOffsets",
|
1788
1788
|
"nodeType": "Identifier",
|
1789
1789
|
"overloadedDeclarations": [],
|
1790
|
-
"referencedDeclaration":
|
1790
|
+
"referencedDeclaration": 18274,
|
1791
1791
|
"src": "3163:13:15",
|
1792
1792
|
"typeDescriptions": {
|
1793
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
1793
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
1794
1794
|
"typeString": "type(library LayoutOffsets)"
|
1795
1795
|
}
|
1796
1796
|
},
|
@@ -1802,7 +1802,7 @@
|
|
1802
1802
|
"memberLocation": "3177:17:15",
|
1803
1803
|
"memberName": "NUM_STATIC_FIELDS",
|
1804
1804
|
"nodeType": "MemberAccess",
|
1805
|
-
"referencedDeclaration":
|
1805
|
+
"referencedDeclaration": 18260,
|
1806
1806
|
"src": "3163:31:15",
|
1807
1807
|
"typeDescriptions": {
|
1808
1808
|
"typeIdentifier": "t_uint256",
|
@@ -1876,10 +1876,10 @@
|
|
1876
1876
|
"name": "LayoutOffsets",
|
1877
1877
|
"nodeType": "Identifier",
|
1878
1878
|
"overloadedDeclarations": [],
|
1879
|
-
"referencedDeclaration":
|
1879
|
+
"referencedDeclaration": 18274,
|
1880
1880
|
"src": "3227:13:15",
|
1881
1881
|
"typeDescriptions": {
|
1882
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
1882
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
1883
1883
|
"typeString": "type(library LayoutOffsets)"
|
1884
1884
|
}
|
1885
1885
|
},
|
@@ -1891,7 +1891,7 @@
|
|
1891
1891
|
"memberLocation": "3241:18:15",
|
1892
1892
|
"memberName": "NUM_DYNAMIC_FIELDS",
|
1893
1893
|
"nodeType": "MemberAccess",
|
1894
|
-
"referencedDeclaration":
|
1894
|
+
"referencedDeclaration": 18273,
|
1895
1895
|
"src": "3227:32:15",
|
1896
1896
|
"typeDescriptions": {
|
1897
1897
|
"typeIdentifier": "t_uint256",
|
@@ -2058,7 +2058,7 @@
|
|
2058
2058
|
"stateVariable": false,
|
2059
2059
|
"storageLocation": "memory",
|
2060
2060
|
"typeDescriptions": {
|
2061
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
2061
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
|
2062
2062
|
"typeString": "enum SchemaType[]"
|
2063
2063
|
},
|
2064
2064
|
"typeName": {
|
@@ -2072,13 +2072,13 @@
|
|
2072
2072
|
"1263:10:15"
|
2073
2073
|
],
|
2074
2074
|
"nodeType": "IdentifierPath",
|
2075
|
-
"referencedDeclaration":
|
2075
|
+
"referencedDeclaration": 24626,
|
2076
2076
|
"src": "1263:10:15"
|
2077
2077
|
},
|
2078
|
-
"referencedDeclaration":
|
2078
|
+
"referencedDeclaration": 24626,
|
2079
2079
|
"src": "1263:10:15",
|
2080
2080
|
"typeDescriptions": {
|
2081
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2081
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
2082
2082
|
"typeString": "enum SchemaType"
|
2083
2083
|
}
|
2084
2084
|
},
|
@@ -2086,7 +2086,7 @@
|
|
2086
2086
|
"nodeType": "ArrayTypeName",
|
2087
2087
|
"src": "1263:12:15",
|
2088
2088
|
"typeDescriptions": {
|
2089
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
2089
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_storage_ptr",
|
2090
2090
|
"typeString": "enum SchemaType[]"
|
2091
2091
|
}
|
2092
2092
|
},
|
@@ -2313,10 +2313,10 @@
|
|
2313
2313
|
"name": "LayoutOffsets",
|
2314
2314
|
"nodeType": "Identifier",
|
2315
2315
|
"overloadedDeclarations": [],
|
2316
|
-
"referencedDeclaration":
|
2316
|
+
"referencedDeclaration": 18274,
|
2317
2317
|
"src": "3688:13:15",
|
2318
2318
|
"typeDescriptions": {
|
2319
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
2319
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
2320
2320
|
"typeString": "type(library LayoutOffsets)"
|
2321
2321
|
}
|
2322
2322
|
},
|
@@ -2328,7 +2328,7 @@
|
|
2328
2328
|
"memberLocation": "3702:12:15",
|
2329
2329
|
"memberName": "TOTAL_LENGTH",
|
2330
2330
|
"nodeType": "MemberAccess",
|
2331
|
-
"referencedDeclaration":
|
2331
|
+
"referencedDeclaration": 18249,
|
2332
2332
|
"src": "3688:26:15",
|
2333
2333
|
"typeDescriptions": {
|
2334
2334
|
"typeIdentifier": "t_uint256",
|
@@ -2606,7 +2606,7 @@
|
|
2606
2606
|
"name": "WORD_LAST_INDEX",
|
2607
2607
|
"nodeType": "Identifier",
|
2608
2608
|
"overloadedDeclarations": [],
|
2609
|
-
"referencedDeclaration":
|
2609
|
+
"referencedDeclaration": 18223,
|
2610
2610
|
"src": "4108:15:15",
|
2611
2611
|
"typeDescriptions": {
|
2612
2612
|
"typeIdentifier": "t_uint256",
|
@@ -2770,10 +2770,10 @@
|
|
2770
2770
|
"name": "SchemaType",
|
2771
2771
|
"nodeType": "Identifier",
|
2772
2772
|
"overloadedDeclarations": [],
|
2773
|
-
"referencedDeclaration":
|
2773
|
+
"referencedDeclaration": 24626,
|
2774
2774
|
"src": "4061:10:15",
|
2775
2775
|
"typeDescriptions": {
|
2776
|
-
"typeIdentifier": "t_type$_t_enum$_SchemaType_$
|
2776
|
+
"typeIdentifier": "t_type$_t_enum$_SchemaType_$24626_$",
|
2777
2777
|
"typeString": "type(enum SchemaType)"
|
2778
2778
|
}
|
2779
2779
|
},
|
@@ -2789,7 +2789,7 @@
|
|
2789
2789
|
"src": "4061:82:15",
|
2790
2790
|
"tryCall": false,
|
2791
2791
|
"typeDescriptions": {
|
2792
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2792
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
2793
2793
|
"typeString": "enum SchemaType"
|
2794
2794
|
}
|
2795
2795
|
},
|
@@ -2900,7 +2900,7 @@
|
|
2900
2900
|
"stateVariable": false,
|
2901
2901
|
"storageLocation": "default",
|
2902
2902
|
"typeDescriptions": {
|
2903
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2903
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
2904
2904
|
"typeString": "enum SchemaType"
|
2905
2905
|
},
|
2906
2906
|
"typeName": {
|
@@ -2913,13 +2913,13 @@
|
|
2913
2913
|
"4018:10:15"
|
2914
2914
|
],
|
2915
2915
|
"nodeType": "IdentifierPath",
|
2916
|
-
"referencedDeclaration":
|
2916
|
+
"referencedDeclaration": 24626,
|
2917
2917
|
"src": "4018:10:15"
|
2918
2918
|
},
|
2919
|
-
"referencedDeclaration":
|
2919
|
+
"referencedDeclaration": 24626,
|
2920
2920
|
"src": "4018:10:15",
|
2921
2921
|
"typeDescriptions": {
|
2922
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2922
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
2923
2923
|
"typeString": "enum SchemaType"
|
2924
2924
|
}
|
2925
2925
|
},
|
@@ -3057,10 +3057,10 @@
|
|
3057
3057
|
"name": "LayoutOffsets",
|
3058
3058
|
"nodeType": "Identifier",
|
3059
3059
|
"overloadedDeclarations": [],
|
3060
|
-
"referencedDeclaration":
|
3060
|
+
"referencedDeclaration": 18274,
|
3061
3061
|
"src": "4448:13:15",
|
3062
3062
|
"typeDescriptions": {
|
3063
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3063
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
3064
3064
|
"typeString": "type(library LayoutOffsets)"
|
3065
3065
|
}
|
3066
3066
|
},
|
@@ -3072,7 +3072,7 @@
|
|
3072
3072
|
"memberLocation": "4462:17:15",
|
3073
3073
|
"memberName": "NUM_STATIC_FIELDS",
|
3074
3074
|
"nodeType": "MemberAccess",
|
3075
|
-
"referencedDeclaration":
|
3075
|
+
"referencedDeclaration": 18260,
|
3076
3076
|
"src": "4448:31:15",
|
3077
3077
|
"typeDescriptions": {
|
3078
3078
|
"typeIdentifier": "t_uint256",
|
@@ -3353,10 +3353,10 @@
|
|
3353
3353
|
"name": "LayoutOffsets",
|
3354
3354
|
"nodeType": "Identifier",
|
3355
3355
|
"overloadedDeclarations": [],
|
3356
|
-
"referencedDeclaration":
|
3356
|
+
"referencedDeclaration": 18274,
|
3357
3357
|
"src": "4781:13:15",
|
3358
3358
|
"typeDescriptions": {
|
3359
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3359
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
3360
3360
|
"typeString": "type(library LayoutOffsets)"
|
3361
3361
|
}
|
3362
3362
|
},
|
@@ -3368,7 +3368,7 @@
|
|
3368
3368
|
"memberLocation": "4795:18:15",
|
3369
3369
|
"memberName": "NUM_DYNAMIC_FIELDS",
|
3370
3370
|
"nodeType": "MemberAccess",
|
3371
|
-
"referencedDeclaration":
|
3371
|
+
"referencedDeclaration": 18273,
|
3372
3372
|
"src": "4781:32:15",
|
3373
3373
|
"typeDescriptions": {
|
3374
3374
|
"typeIdentifier": "t_uint256",
|
@@ -3664,10 +3664,10 @@
|
|
3664
3664
|
"name": "LayoutOffsets",
|
3665
3665
|
"nodeType": "Identifier",
|
3666
3666
|
"overloadedDeclarations": [],
|
3667
|
-
"referencedDeclaration":
|
3667
|
+
"referencedDeclaration": 18274,
|
3668
3668
|
"src": "5116:13:15",
|
3669
3669
|
"typeDescriptions": {
|
3670
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3670
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
3671
3671
|
"typeString": "type(library LayoutOffsets)"
|
3672
3672
|
}
|
3673
3673
|
},
|
@@ -3679,7 +3679,7 @@
|
|
3679
3679
|
"memberLocation": "5130:17:15",
|
3680
3680
|
"memberName": "NUM_STATIC_FIELDS",
|
3681
3681
|
"nodeType": "MemberAccess",
|
3682
|
-
"referencedDeclaration":
|
3682
|
+
"referencedDeclaration": 18260,
|
3683
3683
|
"src": "5116:31:15",
|
3684
3684
|
"typeDescriptions": {
|
3685
3685
|
"typeIdentifier": "t_uint256",
|
@@ -3849,10 +3849,10 @@
|
|
3849
3849
|
"name": "LayoutOffsets",
|
3850
3850
|
"nodeType": "Identifier",
|
3851
3851
|
"overloadedDeclarations": [],
|
3852
|
-
"referencedDeclaration":
|
3852
|
+
"referencedDeclaration": 18274,
|
3853
3853
|
"src": "5193:13:15",
|
3854
3854
|
"typeDescriptions": {
|
3855
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3855
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
3856
3856
|
"typeString": "type(library LayoutOffsets)"
|
3857
3857
|
}
|
3858
3858
|
},
|
@@ -3864,7 +3864,7 @@
|
|
3864
3864
|
"memberLocation": "5207:18:15",
|
3865
3865
|
"memberName": "NUM_DYNAMIC_FIELDS",
|
3866
3866
|
"nodeType": "MemberAccess",
|
3867
|
-
"referencedDeclaration":
|
3867
|
+
"referencedDeclaration": 18273,
|
3868
3868
|
"src": "5193:32:15",
|
3869
3869
|
"typeDescriptions": {
|
3870
3870
|
"typeIdentifier": "t_uint256",
|
@@ -4581,7 +4581,7 @@
|
|
4581
4581
|
"name": "MAX_DYNAMIC_FIELDS",
|
4582
4582
|
"nodeType": "Identifier",
|
4583
4583
|
"overloadedDeclarations": [],
|
4584
|
-
"referencedDeclaration":
|
4584
|
+
"referencedDeclaration": 18239,
|
4585
4585
|
"src": "6017:18:15",
|
4586
4586
|
"typeDescriptions": {
|
4587
4587
|
"typeIdentifier": "t_uint256",
|
@@ -4861,7 +4861,7 @@
|
|
4861
4861
|
"name": "MAX_TOTAL_FIELDS",
|
4862
4862
|
"nodeType": "Identifier",
|
4863
4863
|
"overloadedDeclarations": [],
|
4864
|
-
"referencedDeclaration":
|
4864
|
+
"referencedDeclaration": 18231,
|
4865
4865
|
"src": "6314:16:15",
|
4866
4866
|
"typeDescriptions": {
|
4867
4867
|
"typeIdentifier": "t_uint256",
|
@@ -5088,7 +5088,7 @@
|
|
5088
5088
|
"referencedDeclaration": 3191,
|
5089
5089
|
"src": "6562:14:15",
|
5090
5090
|
"typeDescriptions": {
|
5091
|
-
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2978_$_t_uint256_$returns$_t_enum$_SchemaType_$
|
5091
|
+
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2978_$_t_uint256_$returns$_t_enum$_SchemaType_$24626_$attached_to$_t_userDefinedValueType$_Schema_$2978_$",
|
5092
5092
|
"typeString": "function (Schema,uint256) pure returns (enum SchemaType)"
|
5093
5093
|
}
|
5094
5094
|
},
|
@@ -5104,7 +5104,7 @@
|
|
5104
5104
|
"src": "6562:17:15",
|
5105
5105
|
"tryCall": false,
|
5106
5106
|
"typeDescriptions": {
|
5107
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
5107
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
5108
5108
|
"typeString": "enum SchemaType"
|
5109
5109
|
}
|
5110
5110
|
},
|
@@ -5116,10 +5116,10 @@
|
|
5116
5116
|
"memberLocation": "6580:19:15",
|
5117
5117
|
"memberName": "getStaticByteLength",
|
5118
5118
|
"nodeType": "MemberAccess",
|
5119
|
-
"referencedDeclaration":
|
5119
|
+
"referencedDeclaration": 24667,
|
5120
5120
|
"src": "6562:37:15",
|
5121
5121
|
"typeDescriptions": {
|
5122
|
-
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$
|
5122
|
+
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24626_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24626_$",
|
5123
5123
|
"typeString": "function (enum SchemaType) pure returns (uint256)"
|
5124
5124
|
}
|
5125
5125
|
},
|