@latticexyz/world-modules 2.0.0-main-071aadb9 → 2.0.0-main-88b1a5a1
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
@@ -81,16 +81,16 @@
|
|
81
81
|
"id": 3447,
|
82
82
|
"exportedSymbols": {
|
83
83
|
"BYTE_TO_BITS": [
|
84
|
-
|
84
|
+
18227
|
85
85
|
],
|
86
86
|
"LayoutOffsets": [
|
87
|
-
|
87
|
+
18274
|
88
88
|
],
|
89
89
|
"MAX_DYNAMIC_FIELDS": [
|
90
|
-
|
90
|
+
18239
|
91
91
|
],
|
92
92
|
"MAX_TOTAL_FIELDS": [
|
93
|
-
|
93
|
+
18231
|
94
94
|
],
|
95
95
|
"Schema": [
|
96
96
|
2978
|
@@ -102,10 +102,10 @@
|
|
102
102
|
3133
|
103
103
|
],
|
104
104
|
"SchemaType": [
|
105
|
-
|
105
|
+
24626
|
106
106
|
],
|
107
107
|
"WORD_LAST_INDEX": [
|
108
|
-
|
108
|
+
18223
|
109
109
|
]
|
110
110
|
},
|
111
111
|
"nodeType": "SourceUnit",
|
@@ -132,7 +132,7 @@
|
|
132
132
|
"file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
|
133
133
|
"nameLocation": "-1:-1:-1",
|
134
134
|
"scope": 3447,
|
135
|
-
"sourceUnit":
|
135
|
+
"sourceUnit": 24668,
|
136
136
|
"symbolAliases": [
|
137
137
|
{
|
138
138
|
"foreign": {
|
@@ -140,7 +140,7 @@
|
|
140
140
|
"name": "SchemaType",
|
141
141
|
"nodeType": "Identifier",
|
142
142
|
"overloadedDeclarations": [],
|
143
|
-
"referencedDeclaration":
|
143
|
+
"referencedDeclaration": 24626,
|
144
144
|
"src": "68:10:15",
|
145
145
|
"typeDescriptions": {}
|
146
146
|
},
|
@@ -158,7 +158,7 @@
|
|
158
158
|
"file": "./constants.sol",
|
159
159
|
"nameLocation": "-1:-1:-1",
|
160
160
|
"scope": 3447,
|
161
|
-
"sourceUnit":
|
161
|
+
"sourceUnit": 18275,
|
162
162
|
"symbolAliases": [
|
163
163
|
{
|
164
164
|
"foreign": {
|
@@ -166,7 +166,7 @@
|
|
166
166
|
"name": "WORD_LAST_INDEX",
|
167
167
|
"nodeType": "Identifier",
|
168
168
|
"overloadedDeclarations": [],
|
169
|
-
"referencedDeclaration":
|
169
|
+
"referencedDeclaration": 18223,
|
170
170
|
"src": "151:15:15",
|
171
171
|
"typeDescriptions": {}
|
172
172
|
},
|
@@ -178,7 +178,7 @@
|
|
178
178
|
"name": "BYTE_TO_BITS",
|
179
179
|
"nodeType": "Identifier",
|
180
180
|
"overloadedDeclarations": [],
|
181
|
-
"referencedDeclaration":
|
181
|
+
"referencedDeclaration": 18227,
|
182
182
|
"src": "168:12:15",
|
183
183
|
"typeDescriptions": {}
|
184
184
|
},
|
@@ -190,7 +190,7 @@
|
|
190
190
|
"name": "MAX_TOTAL_FIELDS",
|
191
191
|
"nodeType": "Identifier",
|
192
192
|
"overloadedDeclarations": [],
|
193
|
-
"referencedDeclaration":
|
193
|
+
"referencedDeclaration": 18231,
|
194
194
|
"src": "182:16:15",
|
195
195
|
"typeDescriptions": {}
|
196
196
|
},
|
@@ -202,7 +202,7 @@
|
|
202
202
|
"name": "MAX_DYNAMIC_FIELDS",
|
203
203
|
"nodeType": "Identifier",
|
204
204
|
"overloadedDeclarations": [],
|
205
|
-
"referencedDeclaration":
|
205
|
+
"referencedDeclaration": 18239,
|
206
206
|
"src": "200:18:15",
|
207
207
|
"typeDescriptions": {}
|
208
208
|
},
|
@@ -214,7 +214,7 @@
|
|
214
214
|
"name": "LayoutOffsets",
|
215
215
|
"nodeType": "Identifier",
|
216
216
|
"overloadedDeclarations": [],
|
217
|
-
"referencedDeclaration":
|
217
|
+
"referencedDeclaration": 18274,
|
218
218
|
"src": "220:13:15",
|
219
219
|
"typeDescriptions": {}
|
220
220
|
},
|
@@ -385,7 +385,7 @@
|
|
385
385
|
"referencedDeclaration": 2996,
|
386
386
|
"src": "1333:7:15",
|
387
387
|
"typeDescriptions": {
|
388
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
388
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
|
389
389
|
"typeString": "enum SchemaType[] memory"
|
390
390
|
}
|
391
391
|
},
|
@@ -410,7 +410,7 @@
|
|
410
410
|
"name": "MAX_TOTAL_FIELDS",
|
411
411
|
"nodeType": "Identifier",
|
412
412
|
"overloadedDeclarations": [],
|
413
|
-
"referencedDeclaration":
|
413
|
+
"referencedDeclaration": 18231,
|
414
414
|
"src": "1350:16:15",
|
415
415
|
"typeDescriptions": {
|
416
416
|
"typeIdentifier": "t_uint256",
|
@@ -438,7 +438,7 @@
|
|
438
438
|
"referencedDeclaration": 2996,
|
439
439
|
"src": "1399:7:15",
|
440
440
|
"typeDescriptions": {
|
441
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
441
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
|
442
442
|
"typeString": "enum SchemaType[] memory"
|
443
443
|
}
|
444
444
|
},
|
@@ -660,7 +660,7 @@
|
|
660
660
|
"referencedDeclaration": 2996,
|
661
661
|
"src": "1698:7:15",
|
662
662
|
"typeDescriptions": {
|
663
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
663
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
|
664
664
|
"typeString": "enum SchemaType[] memory"
|
665
665
|
}
|
666
666
|
},
|
@@ -684,7 +684,7 @@
|
|
684
684
|
"nodeType": "IndexAccess",
|
685
685
|
"src": "1698:10:15",
|
686
686
|
"typeDescriptions": {
|
687
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
687
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
688
688
|
"typeString": "enum SchemaType"
|
689
689
|
}
|
690
690
|
},
|
@@ -696,10 +696,10 @@
|
|
696
696
|
"memberLocation": "1709:19:15",
|
697
697
|
"memberName": "getStaticByteLength",
|
698
698
|
"nodeType": "MemberAccess",
|
699
|
-
"referencedDeclaration":
|
699
|
+
"referencedDeclaration": 24667,
|
700
700
|
"src": "1698:30:15",
|
701
701
|
"typeDescriptions": {
|
702
|
-
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$
|
702
|
+
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24626_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24626_$",
|
703
703
|
"typeString": "function (enum SchemaType) pure returns (uint256)"
|
704
704
|
}
|
705
705
|
},
|
@@ -1003,7 +1003,7 @@
|
|
1003
1003
|
"referencedDeclaration": 2996,
|
1004
1004
|
"src": "2492:7:15",
|
1005
1005
|
"typeDescriptions": {
|
1006
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
1006
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
|
1007
1007
|
"typeString": "enum SchemaType[] memory"
|
1008
1008
|
}
|
1009
1009
|
},
|
@@ -1027,7 +1027,7 @@
|
|
1027
1027
|
"nodeType": "IndexAccess",
|
1028
1028
|
"src": "2492:10:15",
|
1029
1029
|
"typeDescriptions": {
|
1030
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
1030
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
1031
1031
|
"typeString": "enum SchemaType"
|
1032
1032
|
}
|
1033
1033
|
}
|
@@ -1035,7 +1035,7 @@
|
|
1035
1035
|
"expression": {
|
1036
1036
|
"argumentTypes": [
|
1037
1037
|
{
|
1038
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
1038
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
1039
1039
|
"typeString": "enum SchemaType"
|
1040
1040
|
}
|
1041
1041
|
],
|
@@ -1115,7 +1115,7 @@
|
|
1115
1115
|
"name": "WORD_LAST_INDEX",
|
1116
1116
|
"nodeType": "Identifier",
|
1117
1117
|
"overloadedDeclarations": [],
|
1118
|
-
"referencedDeclaration":
|
1118
|
+
"referencedDeclaration": 18223,
|
1119
1119
|
"src": "2509:15:15",
|
1120
1120
|
"typeDescriptions": {
|
1121
1121
|
"typeIdentifier": "t_uint256",
|
@@ -1187,7 +1187,7 @@
|
|
1187
1187
|
"name": "BYTE_TO_BITS",
|
1188
1188
|
"nodeType": "Identifier",
|
1189
1189
|
"overloadedDeclarations": [],
|
1190
|
-
"referencedDeclaration":
|
1190
|
+
"referencedDeclaration": 18227,
|
1191
1191
|
"src": "2536:12:15",
|
1192
1192
|
"typeDescriptions": {
|
1193
1193
|
"typeIdentifier": "t_uint256",
|
@@ -1299,7 +1299,7 @@
|
|
1299
1299
|
"referencedDeclaration": 2996,
|
1300
1300
|
"src": "1645:7:15",
|
1301
1301
|
"typeDescriptions": {
|
1302
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
1302
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
|
1303
1303
|
"typeString": "enum SchemaType[] memory"
|
1304
1304
|
}
|
1305
1305
|
},
|
@@ -1410,7 +1410,7 @@
|
|
1410
1410
|
"name": "MAX_DYNAMIC_FIELDS",
|
1411
1411
|
"nodeType": "Identifier",
|
1412
1412
|
"overloadedDeclarations": [],
|
1413
|
-
"referencedDeclaration":
|
1413
|
+
"referencedDeclaration": 18239,
|
1414
1414
|
"src": "2637:18:15",
|
1415
1415
|
"typeDescriptions": {
|
1416
1416
|
"typeIdentifier": "t_uint256",
|
@@ -1563,7 +1563,7 @@
|
|
1563
1563
|
"referencedDeclaration": 2996,
|
1564
1564
|
"src": "2802:7:15",
|
1565
1565
|
"typeDescriptions": {
|
1566
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
1566
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
|
1567
1567
|
"typeString": "enum SchemaType[] memory"
|
1568
1568
|
}
|
1569
1569
|
},
|
@@ -1664,10 +1664,10 @@
|
|
1664
1664
|
"name": "LayoutOffsets",
|
1665
1665
|
"nodeType": "Identifier",
|
1666
1666
|
"overloadedDeclarations": [],
|
1667
|
-
"referencedDeclaration":
|
1667
|
+
"referencedDeclaration": 18274,
|
1668
1668
|
"src": "3105:13:15",
|
1669
1669
|
"typeDescriptions": {
|
1670
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
1670
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
1671
1671
|
"typeString": "type(library LayoutOffsets)"
|
1672
1672
|
}
|
1673
1673
|
},
|
@@ -1679,7 +1679,7 @@
|
|
1679
1679
|
"memberLocation": "3119:12:15",
|
1680
1680
|
"memberName": "TOTAL_LENGTH",
|
1681
1681
|
"nodeType": "MemberAccess",
|
1682
|
-
"referencedDeclaration":
|
1682
|
+
"referencedDeclaration": 18249,
|
1683
1683
|
"src": "3105:26:15",
|
1684
1684
|
"typeDescriptions": {
|
1685
1685
|
"typeIdentifier": "t_uint256",
|
@@ -1753,10 +1753,10 @@
|
|
1753
1753
|
"name": "LayoutOffsets",
|
1754
1754
|
"nodeType": "Identifier",
|
1755
1755
|
"overloadedDeclarations": [],
|
1756
|
-
"referencedDeclaration":
|
1756
|
+
"referencedDeclaration": 18274,
|
1757
1757
|
"src": "3163:13:15",
|
1758
1758
|
"typeDescriptions": {
|
1759
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
1759
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
1760
1760
|
"typeString": "type(library LayoutOffsets)"
|
1761
1761
|
}
|
1762
1762
|
},
|
@@ -1768,7 +1768,7 @@
|
|
1768
1768
|
"memberLocation": "3177:17:15",
|
1769
1769
|
"memberName": "NUM_STATIC_FIELDS",
|
1770
1770
|
"nodeType": "MemberAccess",
|
1771
|
-
"referencedDeclaration":
|
1771
|
+
"referencedDeclaration": 18260,
|
1772
1772
|
"src": "3163:31:15",
|
1773
1773
|
"typeDescriptions": {
|
1774
1774
|
"typeIdentifier": "t_uint256",
|
@@ -1842,10 +1842,10 @@
|
|
1842
1842
|
"name": "LayoutOffsets",
|
1843
1843
|
"nodeType": "Identifier",
|
1844
1844
|
"overloadedDeclarations": [],
|
1845
|
-
"referencedDeclaration":
|
1845
|
+
"referencedDeclaration": 18274,
|
1846
1846
|
"src": "3227:13:15",
|
1847
1847
|
"typeDescriptions": {
|
1848
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
1848
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
1849
1849
|
"typeString": "type(library LayoutOffsets)"
|
1850
1850
|
}
|
1851
1851
|
},
|
@@ -1857,7 +1857,7 @@
|
|
1857
1857
|
"memberLocation": "3241:18:15",
|
1858
1858
|
"memberName": "NUM_DYNAMIC_FIELDS",
|
1859
1859
|
"nodeType": "MemberAccess",
|
1860
|
-
"referencedDeclaration":
|
1860
|
+
"referencedDeclaration": 18273,
|
1861
1861
|
"src": "3227:32:15",
|
1862
1862
|
"typeDescriptions": {
|
1863
1863
|
"typeIdentifier": "t_uint256",
|
@@ -2024,7 +2024,7 @@
|
|
2024
2024
|
"stateVariable": false,
|
2025
2025
|
"storageLocation": "memory",
|
2026
2026
|
"typeDescriptions": {
|
2027
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
2027
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_memory_ptr",
|
2028
2028
|
"typeString": "enum SchemaType[]"
|
2029
2029
|
},
|
2030
2030
|
"typeName": {
|
@@ -2038,13 +2038,13 @@
|
|
2038
2038
|
"1263:10:15"
|
2039
2039
|
],
|
2040
2040
|
"nodeType": "IdentifierPath",
|
2041
|
-
"referencedDeclaration":
|
2041
|
+
"referencedDeclaration": 24626,
|
2042
2042
|
"src": "1263:10:15"
|
2043
2043
|
},
|
2044
|
-
"referencedDeclaration":
|
2044
|
+
"referencedDeclaration": 24626,
|
2045
2045
|
"src": "1263:10:15",
|
2046
2046
|
"typeDescriptions": {
|
2047
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2047
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
2048
2048
|
"typeString": "enum SchemaType"
|
2049
2049
|
}
|
2050
2050
|
},
|
@@ -2052,7 +2052,7 @@
|
|
2052
2052
|
"nodeType": "ArrayTypeName",
|
2053
2053
|
"src": "1263:12:15",
|
2054
2054
|
"typeDescriptions": {
|
2055
|
-
"typeIdentifier": "t_array$_t_enum$_SchemaType_$
|
2055
|
+
"typeIdentifier": "t_array$_t_enum$_SchemaType_$24626_$dyn_storage_ptr",
|
2056
2056
|
"typeString": "enum SchemaType[]"
|
2057
2057
|
}
|
2058
2058
|
},
|
@@ -2279,10 +2279,10 @@
|
|
2279
2279
|
"name": "LayoutOffsets",
|
2280
2280
|
"nodeType": "Identifier",
|
2281
2281
|
"overloadedDeclarations": [],
|
2282
|
-
"referencedDeclaration":
|
2282
|
+
"referencedDeclaration": 18274,
|
2283
2283
|
"src": "3688:13:15",
|
2284
2284
|
"typeDescriptions": {
|
2285
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
2285
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
2286
2286
|
"typeString": "type(library LayoutOffsets)"
|
2287
2287
|
}
|
2288
2288
|
},
|
@@ -2294,7 +2294,7 @@
|
|
2294
2294
|
"memberLocation": "3702:12:15",
|
2295
2295
|
"memberName": "TOTAL_LENGTH",
|
2296
2296
|
"nodeType": "MemberAccess",
|
2297
|
-
"referencedDeclaration":
|
2297
|
+
"referencedDeclaration": 18249,
|
2298
2298
|
"src": "3688:26:15",
|
2299
2299
|
"typeDescriptions": {
|
2300
2300
|
"typeIdentifier": "t_uint256",
|
@@ -2572,7 +2572,7 @@
|
|
2572
2572
|
"name": "WORD_LAST_INDEX",
|
2573
2573
|
"nodeType": "Identifier",
|
2574
2574
|
"overloadedDeclarations": [],
|
2575
|
-
"referencedDeclaration":
|
2575
|
+
"referencedDeclaration": 18223,
|
2576
2576
|
"src": "4108:15:15",
|
2577
2577
|
"typeDescriptions": {
|
2578
2578
|
"typeIdentifier": "t_uint256",
|
@@ -2736,10 +2736,10 @@
|
|
2736
2736
|
"name": "SchemaType",
|
2737
2737
|
"nodeType": "Identifier",
|
2738
2738
|
"overloadedDeclarations": [],
|
2739
|
-
"referencedDeclaration":
|
2739
|
+
"referencedDeclaration": 24626,
|
2740
2740
|
"src": "4061:10:15",
|
2741
2741
|
"typeDescriptions": {
|
2742
|
-
"typeIdentifier": "t_type$_t_enum$_SchemaType_$
|
2742
|
+
"typeIdentifier": "t_type$_t_enum$_SchemaType_$24626_$",
|
2743
2743
|
"typeString": "type(enum SchemaType)"
|
2744
2744
|
}
|
2745
2745
|
},
|
@@ -2755,7 +2755,7 @@
|
|
2755
2755
|
"src": "4061:82:15",
|
2756
2756
|
"tryCall": false,
|
2757
2757
|
"typeDescriptions": {
|
2758
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2758
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
2759
2759
|
"typeString": "enum SchemaType"
|
2760
2760
|
}
|
2761
2761
|
},
|
@@ -2866,7 +2866,7 @@
|
|
2866
2866
|
"stateVariable": false,
|
2867
2867
|
"storageLocation": "default",
|
2868
2868
|
"typeDescriptions": {
|
2869
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2869
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
2870
2870
|
"typeString": "enum SchemaType"
|
2871
2871
|
},
|
2872
2872
|
"typeName": {
|
@@ -2879,13 +2879,13 @@
|
|
2879
2879
|
"4018:10:15"
|
2880
2880
|
],
|
2881
2881
|
"nodeType": "IdentifierPath",
|
2882
|
-
"referencedDeclaration":
|
2882
|
+
"referencedDeclaration": 24626,
|
2883
2883
|
"src": "4018:10:15"
|
2884
2884
|
},
|
2885
|
-
"referencedDeclaration":
|
2885
|
+
"referencedDeclaration": 24626,
|
2886
2886
|
"src": "4018:10:15",
|
2887
2887
|
"typeDescriptions": {
|
2888
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
2888
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
2889
2889
|
"typeString": "enum SchemaType"
|
2890
2890
|
}
|
2891
2891
|
},
|
@@ -3023,10 +3023,10 @@
|
|
3023
3023
|
"name": "LayoutOffsets",
|
3024
3024
|
"nodeType": "Identifier",
|
3025
3025
|
"overloadedDeclarations": [],
|
3026
|
-
"referencedDeclaration":
|
3026
|
+
"referencedDeclaration": 18274,
|
3027
3027
|
"src": "4448:13:15",
|
3028
3028
|
"typeDescriptions": {
|
3029
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3029
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
3030
3030
|
"typeString": "type(library LayoutOffsets)"
|
3031
3031
|
}
|
3032
3032
|
},
|
@@ -3038,7 +3038,7 @@
|
|
3038
3038
|
"memberLocation": "4462:17:15",
|
3039
3039
|
"memberName": "NUM_STATIC_FIELDS",
|
3040
3040
|
"nodeType": "MemberAccess",
|
3041
|
-
"referencedDeclaration":
|
3041
|
+
"referencedDeclaration": 18260,
|
3042
3042
|
"src": "4448:31:15",
|
3043
3043
|
"typeDescriptions": {
|
3044
3044
|
"typeIdentifier": "t_uint256",
|
@@ -3319,10 +3319,10 @@
|
|
3319
3319
|
"name": "LayoutOffsets",
|
3320
3320
|
"nodeType": "Identifier",
|
3321
3321
|
"overloadedDeclarations": [],
|
3322
|
-
"referencedDeclaration":
|
3322
|
+
"referencedDeclaration": 18274,
|
3323
3323
|
"src": "4781:13:15",
|
3324
3324
|
"typeDescriptions": {
|
3325
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3325
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
3326
3326
|
"typeString": "type(library LayoutOffsets)"
|
3327
3327
|
}
|
3328
3328
|
},
|
@@ -3334,7 +3334,7 @@
|
|
3334
3334
|
"memberLocation": "4795:18:15",
|
3335
3335
|
"memberName": "NUM_DYNAMIC_FIELDS",
|
3336
3336
|
"nodeType": "MemberAccess",
|
3337
|
-
"referencedDeclaration":
|
3337
|
+
"referencedDeclaration": 18273,
|
3338
3338
|
"src": "4781:32:15",
|
3339
3339
|
"typeDescriptions": {
|
3340
3340
|
"typeIdentifier": "t_uint256",
|
@@ -3630,10 +3630,10 @@
|
|
3630
3630
|
"name": "LayoutOffsets",
|
3631
3631
|
"nodeType": "Identifier",
|
3632
3632
|
"overloadedDeclarations": [],
|
3633
|
-
"referencedDeclaration":
|
3633
|
+
"referencedDeclaration": 18274,
|
3634
3634
|
"src": "5116:13:15",
|
3635
3635
|
"typeDescriptions": {
|
3636
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3636
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
3637
3637
|
"typeString": "type(library LayoutOffsets)"
|
3638
3638
|
}
|
3639
3639
|
},
|
@@ -3645,7 +3645,7 @@
|
|
3645
3645
|
"memberLocation": "5130:17:15",
|
3646
3646
|
"memberName": "NUM_STATIC_FIELDS",
|
3647
3647
|
"nodeType": "MemberAccess",
|
3648
|
-
"referencedDeclaration":
|
3648
|
+
"referencedDeclaration": 18260,
|
3649
3649
|
"src": "5116:31:15",
|
3650
3650
|
"typeDescriptions": {
|
3651
3651
|
"typeIdentifier": "t_uint256",
|
@@ -3815,10 +3815,10 @@
|
|
3815
3815
|
"name": "LayoutOffsets",
|
3816
3816
|
"nodeType": "Identifier",
|
3817
3817
|
"overloadedDeclarations": [],
|
3818
|
-
"referencedDeclaration":
|
3818
|
+
"referencedDeclaration": 18274,
|
3819
3819
|
"src": "5193:13:15",
|
3820
3820
|
"typeDescriptions": {
|
3821
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3821
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18274_$",
|
3822
3822
|
"typeString": "type(library LayoutOffsets)"
|
3823
3823
|
}
|
3824
3824
|
},
|
@@ -3830,7 +3830,7 @@
|
|
3830
3830
|
"memberLocation": "5207:18:15",
|
3831
3831
|
"memberName": "NUM_DYNAMIC_FIELDS",
|
3832
3832
|
"nodeType": "MemberAccess",
|
3833
|
-
"referencedDeclaration":
|
3833
|
+
"referencedDeclaration": 18273,
|
3834
3834
|
"src": "5193:32:15",
|
3835
3835
|
"typeDescriptions": {
|
3836
3836
|
"typeIdentifier": "t_uint256",
|
@@ -4547,7 +4547,7 @@
|
|
4547
4547
|
"name": "MAX_DYNAMIC_FIELDS",
|
4548
4548
|
"nodeType": "Identifier",
|
4549
4549
|
"overloadedDeclarations": [],
|
4550
|
-
"referencedDeclaration":
|
4550
|
+
"referencedDeclaration": 18239,
|
4551
4551
|
"src": "6017:18:15",
|
4552
4552
|
"typeDescriptions": {
|
4553
4553
|
"typeIdentifier": "t_uint256",
|
@@ -4827,7 +4827,7 @@
|
|
4827
4827
|
"name": "MAX_TOTAL_FIELDS",
|
4828
4828
|
"nodeType": "Identifier",
|
4829
4829
|
"overloadedDeclarations": [],
|
4830
|
-
"referencedDeclaration":
|
4830
|
+
"referencedDeclaration": 18231,
|
4831
4831
|
"src": "6314:16:15",
|
4832
4832
|
"typeDescriptions": {
|
4833
4833
|
"typeIdentifier": "t_uint256",
|
@@ -5054,7 +5054,7 @@
|
|
5054
5054
|
"referencedDeclaration": 3191,
|
5055
5055
|
"src": "6562:14:15",
|
5056
5056
|
"typeDescriptions": {
|
5057
|
-
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2978_$_t_uint256_$returns$_t_enum$_SchemaType_$
|
5057
|
+
"typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2978_$_t_uint256_$returns$_t_enum$_SchemaType_$24626_$attached_to$_t_userDefinedValueType$_Schema_$2978_$",
|
5058
5058
|
"typeString": "function (Schema,uint256) pure returns (enum SchemaType)"
|
5059
5059
|
}
|
5060
5060
|
},
|
@@ -5070,7 +5070,7 @@
|
|
5070
5070
|
"src": "6562:17:15",
|
5071
5071
|
"tryCall": false,
|
5072
5072
|
"typeDescriptions": {
|
5073
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
5073
|
+
"typeIdentifier": "t_enum$_SchemaType_$24626",
|
5074
5074
|
"typeString": "enum SchemaType"
|
5075
5075
|
}
|
5076
5076
|
},
|
@@ -5082,10 +5082,10 @@
|
|
5082
5082
|
"memberLocation": "6580:19:15",
|
5083
5083
|
"memberName": "getStaticByteLength",
|
5084
5084
|
"nodeType": "MemberAccess",
|
5085
|
-
"referencedDeclaration":
|
5085
|
+
"referencedDeclaration": 24667,
|
5086
5086
|
"src": "6562:37:15",
|
5087
5087
|
"typeDescriptions": {
|
5088
|
-
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$
|
5088
|
+
"typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24626_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24626_$",
|
5089
5089
|
"typeString": "function (enum SchemaType) pure returns (uint256)"
|
5090
5090
|
}
|
5091
5091
|
},
|