@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
@@ -81,16 +81,16 @@
|
|
81
81
|
"id": 36907,
|
82
82
|
"exportedSymbols": {
|
83
83
|
"BYTE_TO_BITS": [
|
84
|
-
|
84
|
+
67545
|
85
85
|
],
|
86
86
|
"LayoutOffsets": [
|
87
|
-
|
87
|
+
67585
|
88
88
|
],
|
89
89
|
"MAX_DYNAMIC_FIELDS": [
|
90
|
-
|
90
|
+
67554
|
91
91
|
],
|
92
92
|
"MAX_TOTAL_FIELDS": [
|
93
|
-
|
93
|
+
67548
|
94
94
|
],
|
95
95
|
"Schema": [
|
96
96
|
36441
|
@@ -105,7 +105,7 @@
|
|
105
105
|
33955
|
106
106
|
],
|
107
107
|
"WORD_LAST_INDEX": [
|
108
|
-
|
108
|
+
67542
|
109
109
|
]
|
110
110
|
},
|
111
111
|
"nodeType": "SourceUnit",
|
@@ -158,7 +158,7 @@
|
|
158
158
|
"file": "./constants.sol",
|
159
159
|
"nameLocation": "-1:-1:-1",
|
160
160
|
"scope": 36907,
|
161
|
-
"sourceUnit":
|
161
|
+
"sourceUnit": 67586,
|
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": 67542,
|
170
170
|
"src": "151:15:63",
|
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": 67545,
|
182
182
|
"src": "168:12:63",
|
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": 67548,
|
194
194
|
"src": "182:16:63",
|
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": 67554,
|
206
206
|
"src": "200:18:63",
|
207
207
|
"typeDescriptions": {}
|
208
208
|
},
|
@@ -214,7 +214,7 @@
|
|
214
214
|
"name": "LayoutOffsets",
|
215
215
|
"nodeType": "Identifier",
|
216
216
|
"overloadedDeclarations": [],
|
217
|
-
"referencedDeclaration":
|
217
|
+
"referencedDeclaration": 67585,
|
218
218
|
"src": "220:13:63",
|
219
219
|
"typeDescriptions": {}
|
220
220
|
},
|
@@ -398,7 +398,7 @@
|
|
398
398
|
"name": "MAX_TOTAL_FIELDS",
|
399
399
|
"nodeType": "Identifier",
|
400
400
|
"overloadedDeclarations": [],
|
401
|
-
"referencedDeclaration":
|
401
|
+
"referencedDeclaration": 67548,
|
402
402
|
"src": "881:16:63",
|
403
403
|
"typeDescriptions": {
|
404
404
|
"typeIdentifier": "t_uint256",
|
@@ -1103,7 +1103,7 @@
|
|
1103
1103
|
"name": "WORD_LAST_INDEX",
|
1104
1104
|
"nodeType": "Identifier",
|
1105
1105
|
"overloadedDeclarations": [],
|
1106
|
-
"referencedDeclaration":
|
1106
|
+
"referencedDeclaration": 67542,
|
1107
1107
|
"src": "2040:15:63",
|
1108
1108
|
"typeDescriptions": {
|
1109
1109
|
"typeIdentifier": "t_uint256",
|
@@ -1175,7 +1175,7 @@
|
|
1175
1175
|
"name": "BYTE_TO_BITS",
|
1176
1176
|
"nodeType": "Identifier",
|
1177
1177
|
"overloadedDeclarations": [],
|
1178
|
-
"referencedDeclaration":
|
1178
|
+
"referencedDeclaration": 67545,
|
1179
1179
|
"src": "2067:12:63",
|
1180
1180
|
"typeDescriptions": {
|
1181
1181
|
"typeIdentifier": "t_uint256",
|
@@ -1398,7 +1398,7 @@
|
|
1398
1398
|
"name": "MAX_DYNAMIC_FIELDS",
|
1399
1399
|
"nodeType": "Identifier",
|
1400
1400
|
"overloadedDeclarations": [],
|
1401
|
-
"referencedDeclaration":
|
1401
|
+
"referencedDeclaration": 67554,
|
1402
1402
|
"src": "2168:18:63",
|
1403
1403
|
"typeDescriptions": {
|
1404
1404
|
"typeIdentifier": "t_uint256",
|
@@ -1652,10 +1652,10 @@
|
|
1652
1652
|
"name": "LayoutOffsets",
|
1653
1653
|
"nodeType": "Identifier",
|
1654
1654
|
"overloadedDeclarations": [],
|
1655
|
-
"referencedDeclaration":
|
1655
|
+
"referencedDeclaration": 67585,
|
1656
1656
|
"src": "2636:13:63",
|
1657
1657
|
"typeDescriptions": {
|
1658
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
1658
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
1659
1659
|
"typeString": "type(library LayoutOffsets)"
|
1660
1660
|
}
|
1661
1661
|
},
|
@@ -1667,7 +1667,7 @@
|
|
1667
1667
|
"memberLocation": "2650:12:63",
|
1668
1668
|
"memberName": "TOTAL_LENGTH",
|
1669
1669
|
"nodeType": "MemberAccess",
|
1670
|
-
"referencedDeclaration":
|
1670
|
+
"referencedDeclaration": 67562,
|
1671
1671
|
"src": "2636:26:63",
|
1672
1672
|
"typeDescriptions": {
|
1673
1673
|
"typeIdentifier": "t_uint256",
|
@@ -1741,10 +1741,10 @@
|
|
1741
1741
|
"name": "LayoutOffsets",
|
1742
1742
|
"nodeType": "Identifier",
|
1743
1743
|
"overloadedDeclarations": [],
|
1744
|
-
"referencedDeclaration":
|
1744
|
+
"referencedDeclaration": 67585,
|
1745
1745
|
"src": "2694:13:63",
|
1746
1746
|
"typeDescriptions": {
|
1747
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
1747
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
1748
1748
|
"typeString": "type(library LayoutOffsets)"
|
1749
1749
|
}
|
1750
1750
|
},
|
@@ -1756,7 +1756,7 @@
|
|
1756
1756
|
"memberLocation": "2708:17:63",
|
1757
1757
|
"memberName": "NUM_STATIC_FIELDS",
|
1758
1758
|
"nodeType": "MemberAccess",
|
1759
|
-
"referencedDeclaration":
|
1759
|
+
"referencedDeclaration": 67572,
|
1760
1760
|
"src": "2694:31:63",
|
1761
1761
|
"typeDescriptions": {
|
1762
1762
|
"typeIdentifier": "t_uint256",
|
@@ -1830,10 +1830,10 @@
|
|
1830
1830
|
"name": "LayoutOffsets",
|
1831
1831
|
"nodeType": "Identifier",
|
1832
1832
|
"overloadedDeclarations": [],
|
1833
|
-
"referencedDeclaration":
|
1833
|
+
"referencedDeclaration": 67585,
|
1834
1834
|
"src": "2758:13:63",
|
1835
1835
|
"typeDescriptions": {
|
1836
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
1836
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
1837
1837
|
"typeString": "type(library LayoutOffsets)"
|
1838
1838
|
}
|
1839
1839
|
},
|
@@ -1845,7 +1845,7 @@
|
|
1845
1845
|
"memberLocation": "2772:18:63",
|
1846
1846
|
"memberName": "NUM_DYNAMIC_FIELDS",
|
1847
1847
|
"nodeType": "MemberAccess",
|
1848
|
-
"referencedDeclaration":
|
1848
|
+
"referencedDeclaration": 67584,
|
1849
1849
|
"src": "2758:32:63",
|
1850
1850
|
"typeDescriptions": {
|
1851
1851
|
"typeIdentifier": "t_uint256",
|
@@ -2267,10 +2267,10 @@
|
|
2267
2267
|
"name": "LayoutOffsets",
|
2268
2268
|
"nodeType": "Identifier",
|
2269
2269
|
"overloadedDeclarations": [],
|
2270
|
-
"referencedDeclaration":
|
2270
|
+
"referencedDeclaration": 67585,
|
2271
2271
|
"src": "3101:13:63",
|
2272
2272
|
"typeDescriptions": {
|
2273
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
2273
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
2274
2274
|
"typeString": "type(library LayoutOffsets)"
|
2275
2275
|
}
|
2276
2276
|
},
|
@@ -2282,7 +2282,7 @@
|
|
2282
2282
|
"memberLocation": "3115:12:63",
|
2283
2283
|
"memberName": "TOTAL_LENGTH",
|
2284
2284
|
"nodeType": "MemberAccess",
|
2285
|
-
"referencedDeclaration":
|
2285
|
+
"referencedDeclaration": 67562,
|
2286
2286
|
"src": "3101:26:63",
|
2287
2287
|
"typeDescriptions": {
|
2288
2288
|
"typeIdentifier": "t_uint256",
|
@@ -2560,7 +2560,7 @@
|
|
2560
2560
|
"name": "WORD_LAST_INDEX",
|
2561
2561
|
"nodeType": "Identifier",
|
2562
2562
|
"overloadedDeclarations": [],
|
2563
|
-
"referencedDeclaration":
|
2563
|
+
"referencedDeclaration": 67542,
|
2564
2564
|
"src": "3378:15:63",
|
2565
2565
|
"typeDescriptions": {
|
2566
2566
|
"typeIdentifier": "t_uint256",
|
@@ -3011,10 +3011,10 @@
|
|
3011
3011
|
"name": "LayoutOffsets",
|
3012
3012
|
"nodeType": "Identifier",
|
3013
3013
|
"overloadedDeclarations": [],
|
3014
|
-
"referencedDeclaration":
|
3014
|
+
"referencedDeclaration": 67585,
|
3015
3015
|
"src": "3617:13:63",
|
3016
3016
|
"typeDescriptions": {
|
3017
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3017
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
3018
3018
|
"typeString": "type(library LayoutOffsets)"
|
3019
3019
|
}
|
3020
3020
|
},
|
@@ -3026,7 +3026,7 @@
|
|
3026
3026
|
"memberLocation": "3631:17:63",
|
3027
3027
|
"memberName": "NUM_STATIC_FIELDS",
|
3028
3028
|
"nodeType": "MemberAccess",
|
3029
|
-
"referencedDeclaration":
|
3029
|
+
"referencedDeclaration": 67572,
|
3030
3030
|
"src": "3617:31:63",
|
3031
3031
|
"typeDescriptions": {
|
3032
3032
|
"typeIdentifier": "t_uint256",
|
@@ -3307,10 +3307,10 @@
|
|
3307
3307
|
"name": "LayoutOffsets",
|
3308
3308
|
"nodeType": "Identifier",
|
3309
3309
|
"overloadedDeclarations": [],
|
3310
|
-
"referencedDeclaration":
|
3310
|
+
"referencedDeclaration": 67585,
|
3311
3311
|
"src": "3856:13:63",
|
3312
3312
|
"typeDescriptions": {
|
3313
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3313
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
3314
3314
|
"typeString": "type(library LayoutOffsets)"
|
3315
3315
|
}
|
3316
3316
|
},
|
@@ -3322,7 +3322,7 @@
|
|
3322
3322
|
"memberLocation": "3870:18:63",
|
3323
3323
|
"memberName": "NUM_DYNAMIC_FIELDS",
|
3324
3324
|
"nodeType": "MemberAccess",
|
3325
|
-
"referencedDeclaration":
|
3325
|
+
"referencedDeclaration": 67584,
|
3326
3326
|
"src": "3856:32:63",
|
3327
3327
|
"typeDescriptions": {
|
3328
3328
|
"typeIdentifier": "t_uint256",
|
@@ -3618,10 +3618,10 @@
|
|
3618
3618
|
"name": "LayoutOffsets",
|
3619
3619
|
"nodeType": "Identifier",
|
3620
3620
|
"overloadedDeclarations": [],
|
3621
|
-
"referencedDeclaration":
|
3621
|
+
"referencedDeclaration": 67585,
|
3622
3622
|
"src": "4106:13:63",
|
3623
3623
|
"typeDescriptions": {
|
3624
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3624
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
3625
3625
|
"typeString": "type(library LayoutOffsets)"
|
3626
3626
|
}
|
3627
3627
|
},
|
@@ -3633,7 +3633,7 @@
|
|
3633
3633
|
"memberLocation": "4120:17:63",
|
3634
3634
|
"memberName": "NUM_STATIC_FIELDS",
|
3635
3635
|
"nodeType": "MemberAccess",
|
3636
|
-
"referencedDeclaration":
|
3636
|
+
"referencedDeclaration": 67572,
|
3637
3637
|
"src": "4106:31:63",
|
3638
3638
|
"typeDescriptions": {
|
3639
3639
|
"typeIdentifier": "t_uint256",
|
@@ -3803,10 +3803,10 @@
|
|
3803
3803
|
"name": "LayoutOffsets",
|
3804
3804
|
"nodeType": "Identifier",
|
3805
3805
|
"overloadedDeclarations": [],
|
3806
|
-
"referencedDeclaration":
|
3806
|
+
"referencedDeclaration": 67585,
|
3807
3807
|
"src": "4183:13:63",
|
3808
3808
|
"typeDescriptions": {
|
3809
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3809
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
3810
3810
|
"typeString": "type(library LayoutOffsets)"
|
3811
3811
|
}
|
3812
3812
|
},
|
@@ -3818,7 +3818,7 @@
|
|
3818
3818
|
"memberLocation": "4197:18:63",
|
3819
3819
|
"memberName": "NUM_DYNAMIC_FIELDS",
|
3820
3820
|
"nodeType": "MemberAccess",
|
3821
|
-
"referencedDeclaration":
|
3821
|
+
"referencedDeclaration": 67584,
|
3822
3822
|
"src": "4183:32:63",
|
3823
3823
|
"typeDescriptions": {
|
3824
3824
|
"typeIdentifier": "t_uint256",
|
@@ -4535,7 +4535,7 @@
|
|
4535
4535
|
"name": "MAX_DYNAMIC_FIELDS",
|
4536
4536
|
"nodeType": "Identifier",
|
4537
4537
|
"overloadedDeclarations": [],
|
4538
|
-
"referencedDeclaration":
|
4538
|
+
"referencedDeclaration": 67554,
|
4539
4539
|
"src": "4729:18:63",
|
4540
4540
|
"typeDescriptions": {
|
4541
4541
|
"typeIdentifier": "t_uint256",
|
@@ -4815,7 +4815,7 @@
|
|
4815
4815
|
"name": "MAX_TOTAL_FIELDS",
|
4816
4816
|
"nodeType": "Identifier",
|
4817
4817
|
"overloadedDeclarations": [],
|
4818
|
-
"referencedDeclaration":
|
4818
|
+
"referencedDeclaration": 67548,
|
4819
4819
|
"src": "5026:16:63",
|
4820
4820
|
"typeDescriptions": {
|
4821
4821
|
"typeIdentifier": "t_uint256",
|
@@ -115,16 +115,16 @@
|
|
115
115
|
"id": 36907,
|
116
116
|
"exportedSymbols": {
|
117
117
|
"BYTE_TO_BITS": [
|
118
|
-
|
118
|
+
67545
|
119
119
|
],
|
120
120
|
"LayoutOffsets": [
|
121
|
-
|
121
|
+
67585
|
122
122
|
],
|
123
123
|
"MAX_DYNAMIC_FIELDS": [
|
124
|
-
|
124
|
+
67554
|
125
125
|
],
|
126
126
|
"MAX_TOTAL_FIELDS": [
|
127
|
-
|
127
|
+
67548
|
128
128
|
],
|
129
129
|
"Schema": [
|
130
130
|
36441
|
@@ -139,7 +139,7 @@
|
|
139
139
|
33955
|
140
140
|
],
|
141
141
|
"WORD_LAST_INDEX": [
|
142
|
-
|
142
|
+
67542
|
143
143
|
]
|
144
144
|
},
|
145
145
|
"nodeType": "SourceUnit",
|
@@ -192,7 +192,7 @@
|
|
192
192
|
"file": "./constants.sol",
|
193
193
|
"nameLocation": "-1:-1:-1",
|
194
194
|
"scope": 36907,
|
195
|
-
"sourceUnit":
|
195
|
+
"sourceUnit": 67586,
|
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": 67542,
|
204
204
|
"src": "151:15:63",
|
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": 67545,
|
216
216
|
"src": "168:12:63",
|
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": 67548,
|
228
228
|
"src": "182:16:63",
|
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": 67554,
|
240
240
|
"src": "200:18:63",
|
241
241
|
"typeDescriptions": {}
|
242
242
|
},
|
@@ -248,7 +248,7 @@
|
|
248
248
|
"name": "LayoutOffsets",
|
249
249
|
"nodeType": "Identifier",
|
250
250
|
"overloadedDeclarations": [],
|
251
|
-
"referencedDeclaration":
|
251
|
+
"referencedDeclaration": 67585,
|
252
252
|
"src": "220:13:63",
|
253
253
|
"typeDescriptions": {}
|
254
254
|
},
|
@@ -432,7 +432,7 @@
|
|
432
432
|
"name": "MAX_TOTAL_FIELDS",
|
433
433
|
"nodeType": "Identifier",
|
434
434
|
"overloadedDeclarations": [],
|
435
|
-
"referencedDeclaration":
|
435
|
+
"referencedDeclaration": 67548,
|
436
436
|
"src": "881:16:63",
|
437
437
|
"typeDescriptions": {
|
438
438
|
"typeIdentifier": "t_uint256",
|
@@ -1137,7 +1137,7 @@
|
|
1137
1137
|
"name": "WORD_LAST_INDEX",
|
1138
1138
|
"nodeType": "Identifier",
|
1139
1139
|
"overloadedDeclarations": [],
|
1140
|
-
"referencedDeclaration":
|
1140
|
+
"referencedDeclaration": 67542,
|
1141
1141
|
"src": "2040:15:63",
|
1142
1142
|
"typeDescriptions": {
|
1143
1143
|
"typeIdentifier": "t_uint256",
|
@@ -1209,7 +1209,7 @@
|
|
1209
1209
|
"name": "BYTE_TO_BITS",
|
1210
1210
|
"nodeType": "Identifier",
|
1211
1211
|
"overloadedDeclarations": [],
|
1212
|
-
"referencedDeclaration":
|
1212
|
+
"referencedDeclaration": 67545,
|
1213
1213
|
"src": "2067:12:63",
|
1214
1214
|
"typeDescriptions": {
|
1215
1215
|
"typeIdentifier": "t_uint256",
|
@@ -1432,7 +1432,7 @@
|
|
1432
1432
|
"name": "MAX_DYNAMIC_FIELDS",
|
1433
1433
|
"nodeType": "Identifier",
|
1434
1434
|
"overloadedDeclarations": [],
|
1435
|
-
"referencedDeclaration":
|
1435
|
+
"referencedDeclaration": 67554,
|
1436
1436
|
"src": "2168:18:63",
|
1437
1437
|
"typeDescriptions": {
|
1438
1438
|
"typeIdentifier": "t_uint256",
|
@@ -1686,10 +1686,10 @@
|
|
1686
1686
|
"name": "LayoutOffsets",
|
1687
1687
|
"nodeType": "Identifier",
|
1688
1688
|
"overloadedDeclarations": [],
|
1689
|
-
"referencedDeclaration":
|
1689
|
+
"referencedDeclaration": 67585,
|
1690
1690
|
"src": "2636:13:63",
|
1691
1691
|
"typeDescriptions": {
|
1692
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
1692
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
1693
1693
|
"typeString": "type(library LayoutOffsets)"
|
1694
1694
|
}
|
1695
1695
|
},
|
@@ -1701,7 +1701,7 @@
|
|
1701
1701
|
"memberLocation": "2650:12:63",
|
1702
1702
|
"memberName": "TOTAL_LENGTH",
|
1703
1703
|
"nodeType": "MemberAccess",
|
1704
|
-
"referencedDeclaration":
|
1704
|
+
"referencedDeclaration": 67562,
|
1705
1705
|
"src": "2636:26:63",
|
1706
1706
|
"typeDescriptions": {
|
1707
1707
|
"typeIdentifier": "t_uint256",
|
@@ -1775,10 +1775,10 @@
|
|
1775
1775
|
"name": "LayoutOffsets",
|
1776
1776
|
"nodeType": "Identifier",
|
1777
1777
|
"overloadedDeclarations": [],
|
1778
|
-
"referencedDeclaration":
|
1778
|
+
"referencedDeclaration": 67585,
|
1779
1779
|
"src": "2694:13:63",
|
1780
1780
|
"typeDescriptions": {
|
1781
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
1781
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
1782
1782
|
"typeString": "type(library LayoutOffsets)"
|
1783
1783
|
}
|
1784
1784
|
},
|
@@ -1790,7 +1790,7 @@
|
|
1790
1790
|
"memberLocation": "2708:17:63",
|
1791
1791
|
"memberName": "NUM_STATIC_FIELDS",
|
1792
1792
|
"nodeType": "MemberAccess",
|
1793
|
-
"referencedDeclaration":
|
1793
|
+
"referencedDeclaration": 67572,
|
1794
1794
|
"src": "2694:31:63",
|
1795
1795
|
"typeDescriptions": {
|
1796
1796
|
"typeIdentifier": "t_uint256",
|
@@ -1864,10 +1864,10 @@
|
|
1864
1864
|
"name": "LayoutOffsets",
|
1865
1865
|
"nodeType": "Identifier",
|
1866
1866
|
"overloadedDeclarations": [],
|
1867
|
-
"referencedDeclaration":
|
1867
|
+
"referencedDeclaration": 67585,
|
1868
1868
|
"src": "2758:13:63",
|
1869
1869
|
"typeDescriptions": {
|
1870
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
1870
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
1871
1871
|
"typeString": "type(library LayoutOffsets)"
|
1872
1872
|
}
|
1873
1873
|
},
|
@@ -1879,7 +1879,7 @@
|
|
1879
1879
|
"memberLocation": "2772:18:63",
|
1880
1880
|
"memberName": "NUM_DYNAMIC_FIELDS",
|
1881
1881
|
"nodeType": "MemberAccess",
|
1882
|
-
"referencedDeclaration":
|
1882
|
+
"referencedDeclaration": 67584,
|
1883
1883
|
"src": "2758:32:63",
|
1884
1884
|
"typeDescriptions": {
|
1885
1885
|
"typeIdentifier": "t_uint256",
|
@@ -2301,10 +2301,10 @@
|
|
2301
2301
|
"name": "LayoutOffsets",
|
2302
2302
|
"nodeType": "Identifier",
|
2303
2303
|
"overloadedDeclarations": [],
|
2304
|
-
"referencedDeclaration":
|
2304
|
+
"referencedDeclaration": 67585,
|
2305
2305
|
"src": "3101:13:63",
|
2306
2306
|
"typeDescriptions": {
|
2307
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
2307
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
2308
2308
|
"typeString": "type(library LayoutOffsets)"
|
2309
2309
|
}
|
2310
2310
|
},
|
@@ -2316,7 +2316,7 @@
|
|
2316
2316
|
"memberLocation": "3115:12:63",
|
2317
2317
|
"memberName": "TOTAL_LENGTH",
|
2318
2318
|
"nodeType": "MemberAccess",
|
2319
|
-
"referencedDeclaration":
|
2319
|
+
"referencedDeclaration": 67562,
|
2320
2320
|
"src": "3101:26:63",
|
2321
2321
|
"typeDescriptions": {
|
2322
2322
|
"typeIdentifier": "t_uint256",
|
@@ -2594,7 +2594,7 @@
|
|
2594
2594
|
"name": "WORD_LAST_INDEX",
|
2595
2595
|
"nodeType": "Identifier",
|
2596
2596
|
"overloadedDeclarations": [],
|
2597
|
-
"referencedDeclaration":
|
2597
|
+
"referencedDeclaration": 67542,
|
2598
2598
|
"src": "3378:15:63",
|
2599
2599
|
"typeDescriptions": {
|
2600
2600
|
"typeIdentifier": "t_uint256",
|
@@ -3045,10 +3045,10 @@
|
|
3045
3045
|
"name": "LayoutOffsets",
|
3046
3046
|
"nodeType": "Identifier",
|
3047
3047
|
"overloadedDeclarations": [],
|
3048
|
-
"referencedDeclaration":
|
3048
|
+
"referencedDeclaration": 67585,
|
3049
3049
|
"src": "3617:13:63",
|
3050
3050
|
"typeDescriptions": {
|
3051
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3051
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
3052
3052
|
"typeString": "type(library LayoutOffsets)"
|
3053
3053
|
}
|
3054
3054
|
},
|
@@ -3060,7 +3060,7 @@
|
|
3060
3060
|
"memberLocation": "3631:17:63",
|
3061
3061
|
"memberName": "NUM_STATIC_FIELDS",
|
3062
3062
|
"nodeType": "MemberAccess",
|
3063
|
-
"referencedDeclaration":
|
3063
|
+
"referencedDeclaration": 67572,
|
3064
3064
|
"src": "3617:31:63",
|
3065
3065
|
"typeDescriptions": {
|
3066
3066
|
"typeIdentifier": "t_uint256",
|
@@ -3341,10 +3341,10 @@
|
|
3341
3341
|
"name": "LayoutOffsets",
|
3342
3342
|
"nodeType": "Identifier",
|
3343
3343
|
"overloadedDeclarations": [],
|
3344
|
-
"referencedDeclaration":
|
3344
|
+
"referencedDeclaration": 67585,
|
3345
3345
|
"src": "3856:13:63",
|
3346
3346
|
"typeDescriptions": {
|
3347
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3347
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
3348
3348
|
"typeString": "type(library LayoutOffsets)"
|
3349
3349
|
}
|
3350
3350
|
},
|
@@ -3356,7 +3356,7 @@
|
|
3356
3356
|
"memberLocation": "3870:18:63",
|
3357
3357
|
"memberName": "NUM_DYNAMIC_FIELDS",
|
3358
3358
|
"nodeType": "MemberAccess",
|
3359
|
-
"referencedDeclaration":
|
3359
|
+
"referencedDeclaration": 67584,
|
3360
3360
|
"src": "3856:32:63",
|
3361
3361
|
"typeDescriptions": {
|
3362
3362
|
"typeIdentifier": "t_uint256",
|
@@ -3652,10 +3652,10 @@
|
|
3652
3652
|
"name": "LayoutOffsets",
|
3653
3653
|
"nodeType": "Identifier",
|
3654
3654
|
"overloadedDeclarations": [],
|
3655
|
-
"referencedDeclaration":
|
3655
|
+
"referencedDeclaration": 67585,
|
3656
3656
|
"src": "4106:13:63",
|
3657
3657
|
"typeDescriptions": {
|
3658
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3658
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
3659
3659
|
"typeString": "type(library LayoutOffsets)"
|
3660
3660
|
}
|
3661
3661
|
},
|
@@ -3667,7 +3667,7 @@
|
|
3667
3667
|
"memberLocation": "4120:17:63",
|
3668
3668
|
"memberName": "NUM_STATIC_FIELDS",
|
3669
3669
|
"nodeType": "MemberAccess",
|
3670
|
-
"referencedDeclaration":
|
3670
|
+
"referencedDeclaration": 67572,
|
3671
3671
|
"src": "4106:31:63",
|
3672
3672
|
"typeDescriptions": {
|
3673
3673
|
"typeIdentifier": "t_uint256",
|
@@ -3837,10 +3837,10 @@
|
|
3837
3837
|
"name": "LayoutOffsets",
|
3838
3838
|
"nodeType": "Identifier",
|
3839
3839
|
"overloadedDeclarations": [],
|
3840
|
-
"referencedDeclaration":
|
3840
|
+
"referencedDeclaration": 67585,
|
3841
3841
|
"src": "4183:13:63",
|
3842
3842
|
"typeDescriptions": {
|
3843
|
-
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$
|
3843
|
+
"typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
|
3844
3844
|
"typeString": "type(library LayoutOffsets)"
|
3845
3845
|
}
|
3846
3846
|
},
|
@@ -3852,7 +3852,7 @@
|
|
3852
3852
|
"memberLocation": "4197:18:63",
|
3853
3853
|
"memberName": "NUM_DYNAMIC_FIELDS",
|
3854
3854
|
"nodeType": "MemberAccess",
|
3855
|
-
"referencedDeclaration":
|
3855
|
+
"referencedDeclaration": 67584,
|
3856
3856
|
"src": "4183:32:63",
|
3857
3857
|
"typeDescriptions": {
|
3858
3858
|
"typeIdentifier": "t_uint256",
|
@@ -4569,7 +4569,7 @@
|
|
4569
4569
|
"name": "MAX_DYNAMIC_FIELDS",
|
4570
4570
|
"nodeType": "Identifier",
|
4571
4571
|
"overloadedDeclarations": [],
|
4572
|
-
"referencedDeclaration":
|
4572
|
+
"referencedDeclaration": 67554,
|
4573
4573
|
"src": "4729:18:63",
|
4574
4574
|
"typeDescriptions": {
|
4575
4575
|
"typeIdentifier": "t_uint256",
|
@@ -4849,7 +4849,7 @@
|
|
4849
4849
|
"name": "MAX_TOTAL_FIELDS",
|
4850
4850
|
"nodeType": "Identifier",
|
4851
4851
|
"overloadedDeclarations": [],
|
4852
|
-
"referencedDeclaration":
|
4852
|
+
"referencedDeclaration": 67548,
|
4853
4853
|
"src": "5026:16:63",
|
4854
4854
|
"typeDescriptions": {
|
4855
4855
|
"typeIdentifier": "t_uint256",
|