@latticexyz/world-modules 2.0.0-main-85218618 → 2.0.0-main-3086581a

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.
Files changed (112) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +223 -223
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2611 -2611
  4. package/out/DecodeSlice.sol/DecodeSlice.json +3155 -3155
  5. package/out/DelegationControl.sol/DelegationControl.json +104 -104
  6. package/out/EncodeArray.sol/EncodeArray.json +3250 -3250
  7. package/out/FieldLayout.sol/FieldLayoutInstance.json +51 -51
  8. package/out/FieldLayout.sol/FieldLayoutLib.json +51 -51
  9. package/out/Hook.sol/HookInstance.json +16 -16
  10. package/out/Hook.sol/HookLib.json +16 -16
  11. package/out/Hooks.sol/Hooks.json +96 -96
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +61 -61
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
  14. package/out/IBaseWorld.sol/IBaseWorld.json +70 -70
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
  16. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  17. package/out/IDelegationControl.sol/IDelegationControl.json +66 -66
  18. package/out/IModule.sol/IModule.json +78 -78
  19. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +27 -27
  20. package/out/IStore.sol/IStore.json +4 -4
  21. package/out/IStoreData.sol/IStoreData.json +4 -4
  22. package/out/IStoreHook.sol/IStoreHook.json +4 -4
  23. package/out/IStoreRead.sol/IStoreRead.json +4 -4
  24. package/out/IStoreRegistration.sol/IStoreRegistration.json +4 -4
  25. package/out/IStoreWrite.sol/IStoreWrite.json +4 -4
  26. package/out/ISystemHook.sol/ISystemHook.json +90 -90
  27. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  28. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +71 -71
  29. package/out/IWorldErrors.sol/IWorldErrors.json +150 -150
  30. package/out/IWorldKernel.sol/IWorldCall.json +156 -156
  31. package/out/IWorldKernel.sol/IWorldKernel.json +156 -156
  32. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +156 -156
  33. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +201 -201
  34. package/out/KeysInTable.sol/KeysInTable.json +10684 -10684
  35. package/out/KeysInTableHook.sol/KeysInTableHook.json +879 -879
  36. package/out/KeysInTableModule.sol/KeysInTableModule.json +542 -542
  37. package/out/KeysWithValue.sol/KeysWithValue.json +3844 -3844
  38. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1005 -1005
  39. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +431 -431
  40. package/out/Memory.sol/Memory.json +8 -8
  41. package/out/Module.sol/Module.json +93 -93
  42. package/out/ResourceIds.sol/ResourceIds.json +70 -70
  43. package/out/Schema.sol/SchemaInstance.json +76 -76
  44. package/out/Schema.sol/SchemaLib.json +76 -76
  45. package/out/SchemaType.sol/SchemaType.json +276 -276
  46. package/out/Slice.sol/SliceInstance.json +8 -8
  47. package/out/Slice.sol/SliceLib.json +8 -8
  48. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +308 -308
  49. package/out/Storage.sol/Storage.json +11 -11
  50. package/out/StoreCore.sol/StoreCore.json +59 -59
  51. package/out/StoreCore.sol/StoreCoreInternal.json +59 -59
  52. package/out/StoreHook.sol/StoreHook.json +362 -362
  53. package/out/StoreHooks.sol/StoreHooks.json +97 -97
  54. package/out/StoreSwitch.sol/StoreSwitch.json +16 -16
  55. package/out/System.sol/System.json +38 -38
  56. package/out/Tables.sol/Tables.json +98 -98
  57. package/out/TightCoder.sol/TightCoder.json +128 -128
  58. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +127 -127
  59. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +2002 -2002
  60. package/out/UniqueEntity.sol/UniqueEntity.json +1418 -1418
  61. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +332 -332
  62. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +101 -101
  63. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2738 -2738
  64. package/out/WorldContext.sol/WorldContextConsumer.json +382 -382
  65. package/out/WorldContext.sol/WorldContextProvider.json +382 -382
  66. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
  67. package/out/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
  68. package/out/constants.sol/LayoutOffsets.json +164 -140
  69. package/out/constants.sol/constants.json +115 -115
  70. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  71. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  72. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  73. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  74. package/out/hasKey.sol/hasKey.json +130 -130
  75. package/out/index.sol/index.json +53 -53
  76. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +142 -142
  77. package/out/leftMask.sol/leftMask.json +61 -61
  78. package/out/query.sol/query.json +1154 -1154
  79. package/out/revertWithBytes.sol/revertWithBytes.json +51 -51
  80. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  81. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +701 -701
  82. package/out/src/FieldLayout.sol/FieldLayoutLib.json +701 -701
  83. package/out/src/IStore.sol/IStore.json +57 -57
  84. package/out/src/IWorldKernel.sol/IWorldCall.json +157 -157
  85. package/out/src/IWorldKernel.sol/IWorldKernel.json +157 -157
  86. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +157 -157
  87. package/out/src/Memory.sol/Memory.json +93 -93
  88. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  89. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  90. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  91. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  92. package/out/src/Schema.sol/SchemaInstance.json +791 -791
  93. package/out/src/Schema.sol/SchemaLib.json +791 -791
  94. package/out/src/Slice.sol/SliceInstance.json +433 -433
  95. package/out/src/Slice.sol/SliceLib.json +433 -433
  96. package/out/src/StoreCore.sol/StoreCore.json +4471 -4471
  97. package/out/src/StoreCore.sol/StoreCoreInternal.json +4471 -4471
  98. package/out/src/StoreSwitch.sol/StoreSwitch.json +2470 -2470
  99. package/out/src/WorldContext.sol/WorldContextConsumer.json +382 -382
  100. package/out/src/WorldContext.sol/WorldContextProvider.json +382 -382
  101. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
  102. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
  103. package/out/storeHookTypes.sol/storeHookTypes.json +202 -202
  104. package/out/storeResourceTypes.sol/storeResourceTypes.json +21 -21
  105. package/out/tables/ResourceIds.sol/ResourceIds.json +1762 -1762
  106. package/out/tables/Tables.sol/Tables.json +7304 -7304
  107. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3250 -3250
  108. package/out/types.sol/types.json +39 -39
  109. package/out/version.sol/version.json +12 -12
  110. package/out/world/src/IERC165.sol/IERC165.json +28 -28
  111. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  112. package/package.json +8 -8
@@ -33,7 +33,7 @@
33
33
  "linkReferences": {}
34
34
  },
35
35
  "methodIdentifiers": {},
36
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"Slice_OutOfBounds\",\"type\":\"error\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"title\":\"Static functions for Slice\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/src/Slice.sol\":\"SliceLib\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0xa1872adf18790f030ebe59cdc938a4639a1753fe487aeebe14d952d6e032ab31\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a15f9046013ab5628b7d934e2c740cf84ae39cb57de136c284090bf106c31b6\",\"dweb:/ipfs/QmZPrpunYTfgi5gDtqAq12GkdQDmrAGaUG7sVr2jVWe1Ye\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c\",\"dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5c66d7d7498df3e9ded0512506f2aa1a77077e18569975706049f53c2d009f20\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://74783a2ec9c5733261c3b8747c30e91173d0be47bfc75656879235624f57ee2c\",\"dweb:/ipfs/QmaRkUAtpyinafhQ2u6WGXy9N9HTVuAwJUTEbr4sxFSg3g\"]}},\"version\":1}",
36
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"end\",\"type\":\"uint256\"}],\"name\":\"Slice_OutOfBounds\",\"type\":\"error\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"title\":\"Static functions for Slice\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/src/Slice.sol\":\"SliceLib\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0xa1872adf18790f030ebe59cdc938a4639a1753fe487aeebe14d952d6e032ab31\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a15f9046013ab5628b7d934e2c740cf84ae39cb57de136c284090bf106c31b6\",\"dweb:/ipfs/QmZPrpunYTfgi5gDtqAq12GkdQDmrAGaUG7sVr2jVWe1Ye\"]},\"node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x3c06a067ca8de1ea75b986837ef97d5fdce0637ca43d1ef0cf5e63c01f4b9161\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f48e754ba5033db9ae64a04d191bd66cccc432dc30931a7d1327bd7b2b76fd37\",\"dweb:/ipfs/QmQsoEbcy4SMLTjwi5Eonge3mpWpoVieaxif8W4TqafoEz\"]},\"node_modules/@latticexyz/store/src/leftMask.sol\":{\"keccak256\":\"0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401\",\"dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr\"]},\"node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0xd64eae381daba3788cce62cc209a4ae05817bda80a63fc356b1e1c5bd81e7024\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922453b0896758bdbd8dfb68137c1893f9ee7099c0e4d591578a9a1b26f9f6ef\",\"dweb:/ipfs/QmQVGnVvkRcQSphaRZW4GMTbr8rLKuGiJ6JKGh9ZDfsEzx\"]},\"node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0x5c66d7d7498df3e9ded0512506f2aa1a77077e18569975706049f53c2d009f20\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://74783a2ec9c5733261c3b8747c30e91173d0be47bfc75656879235624f57ee2c\",\"dweb:/ipfs/QmaRkUAtpyinafhQ2u6WGXy9N9HTVuAwJUTEbr4sxFSg3g\"]}},\"version\":1}",
37
37
  "metadata": {
38
38
  "compiler": {
39
39
  "version": "0.8.21+commit.d9974bed"
@@ -110,10 +110,10 @@
110
110
  "license": "MIT"
111
111
  },
112
112
  "node_modules/@latticexyz/store/src/leftMask.sol": {
113
- "keccak256": "0x9f5aaf307403002b45a2e4c2f999a21b90df70c7b796cfd66cc3d5431be894be",
113
+ "keccak256": "0xd0360567e4d77c6a8e3d8a5f4bf3653ccde4d268674c50988d55695dc6193f6f",
114
114
  "urls": [
115
- "bzz-raw://0a2ae01c25a86aa4c7652c4a88099888d6445e871a9656790dc251eec6cdb97c",
116
- "dweb:/ipfs/QmVoUETvXqSUK6GfX9z67G2xQh7soGZLAwyUsKKpfPXEk6"
115
+ "bzz-raw://53e6bcb53fcb08ee9426225fdab7c41df91e12cb4f80d92895a6117338627401",
116
+ "dweb:/ipfs/QmeLcaPGeMBpNSTSsPYK3PHpzKuGMjuitCweAWcoXK2mXr"
117
117
  ],
118
118
  "license": "MIT"
119
119
  },
@@ -138,29 +138,29 @@
138
138
  },
139
139
  "ast": {
140
140
  "absolutePath": "node_modules/@latticexyz/store/src/Slice.sol",
141
- "id": 27029,
141
+ "id": 27053,
142
142
  "exportedSymbols": {
143
143
  "DecodeSlice": [
144
- 59919
144
+ 59966
145
145
  ],
146
146
  "Memory": [
147
- 25613
147
+ 25637
148
148
  ],
149
149
  "Slice": [
150
- 26787
150
+ 26811
151
151
  ],
152
152
  "SliceInstance": [
153
- 27028
153
+ 27052
154
154
  ],
155
155
  "SliceLib": [
156
- 26932
156
+ 26956
157
157
  ]
158
158
  },
159
159
  "nodeType": "SourceUnit",
160
160
  "src": "32:3300:69",
161
161
  "nodes": [
162
162
  {
163
- "id": 26781,
163
+ "id": 26805,
164
164
  "nodeType": "PragmaDirective",
165
165
  "src": "32:25:69",
166
166
  "nodes": [],
@@ -172,23 +172,23 @@
172
172
  ]
173
173
  },
174
174
  {
175
- "id": 26783,
175
+ "id": 26807,
176
176
  "nodeType": "ImportDirective",
177
177
  "src": "59:38:69",
178
178
  "nodes": [],
179
179
  "absolutePath": "node_modules/@latticexyz/store/src/Memory.sol",
180
180
  "file": "./Memory.sol",
181
181
  "nameLocation": "-1:-1:-1",
182
- "scope": 27029,
183
- "sourceUnit": 25614,
182
+ "scope": 27053,
183
+ "sourceUnit": 25638,
184
184
  "symbolAliases": [
185
185
  {
186
186
  "foreign": {
187
- "id": 26782,
187
+ "id": 26806,
188
188
  "name": "Memory",
189
189
  "nodeType": "Identifier",
190
190
  "overloadedDeclarations": [],
191
- "referencedDeclaration": 25613,
191
+ "referencedDeclaration": 25637,
192
192
  "src": "68:6:69",
193
193
  "typeDescriptions": {}
194
194
  },
@@ -198,23 +198,23 @@
198
198
  "unitAlias": ""
199
199
  },
200
200
  {
201
- "id": 26785,
201
+ "id": 26809,
202
202
  "nodeType": "ImportDirective",
203
203
  "src": "98:59:69",
204
204
  "nodes": [],
205
205
  "absolutePath": "node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol",
206
206
  "file": "./tightcoder/DecodeSlice.sol",
207
207
  "nameLocation": "-1:-1:-1",
208
- "scope": 27029,
209
- "sourceUnit": 59920,
208
+ "scope": 27053,
209
+ "sourceUnit": 59967,
210
210
  "symbolAliases": [
211
211
  {
212
212
  "foreign": {
213
- "id": 26784,
213
+ "id": 26808,
214
214
  "name": "DecodeSlice",
215
215
  "nodeType": "Identifier",
216
216
  "overloadedDeclarations": [],
217
- "referencedDeclaration": 59919,
217
+ "referencedDeclaration": 59966,
218
218
  "src": "107:11:69",
219
219
  "typeDescriptions": {}
220
220
  },
@@ -224,7 +224,7 @@
224
224
  "unitAlias": ""
225
225
  },
226
226
  {
227
- "id": 26787,
227
+ "id": 26811,
228
228
  "nodeType": "UserDefinedValueTypeDefinition",
229
229
  "src": "374:22:69",
230
230
  "nodes": [],
@@ -232,7 +232,7 @@
232
232
  "name": "Slice",
233
233
  "nameLocation": "379:5:69",
234
234
  "underlyingType": {
235
- "id": 26786,
235
+ "id": 26810,
236
236
  "name": "uint256",
237
237
  "nodeType": "ElementaryTypeName",
238
238
  "src": "388:7:69",
@@ -243,86 +243,86 @@
243
243
  }
244
244
  },
245
245
  {
246
- "id": 26791,
246
+ "id": 26815,
247
247
  "nodeType": "UsingForDirective",
248
248
  "src": "398:37:69",
249
249
  "nodes": [],
250
250
  "global": true,
251
251
  "libraryName": {
252
- "id": 26788,
252
+ "id": 26812,
253
253
  "name": "SliceInstance",
254
254
  "nameLocations": [
255
255
  "404:13:69"
256
256
  ],
257
257
  "nodeType": "IdentifierPath",
258
- "referencedDeclaration": 27028,
258
+ "referencedDeclaration": 27052,
259
259
  "src": "404:13:69"
260
260
  },
261
261
  "typeName": {
262
- "id": 26790,
262
+ "id": 26814,
263
263
  "nodeType": "UserDefinedTypeName",
264
264
  "pathNode": {
265
- "id": 26789,
265
+ "id": 26813,
266
266
  "name": "Slice",
267
267
  "nameLocations": [
268
268
  "422:5:69"
269
269
  ],
270
270
  "nodeType": "IdentifierPath",
271
- "referencedDeclaration": 26787,
271
+ "referencedDeclaration": 26811,
272
272
  "src": "422:5:69"
273
273
  },
274
- "referencedDeclaration": 26787,
274
+ "referencedDeclaration": 26811,
275
275
  "src": "422:5:69",
276
276
  "typeDescriptions": {
277
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
277
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
278
278
  "typeString": "Slice"
279
279
  }
280
280
  }
281
281
  },
282
282
  {
283
- "id": 26795,
283
+ "id": 26819,
284
284
  "nodeType": "UsingForDirective",
285
285
  "src": "436:35:69",
286
286
  "nodes": [],
287
287
  "global": true,
288
288
  "libraryName": {
289
- "id": 26792,
289
+ "id": 26816,
290
290
  "name": "DecodeSlice",
291
291
  "nameLocations": [
292
292
  "442:11:69"
293
293
  ],
294
294
  "nodeType": "IdentifierPath",
295
- "referencedDeclaration": 59919,
295
+ "referencedDeclaration": 59966,
296
296
  "src": "442:11:69"
297
297
  },
298
298
  "typeName": {
299
- "id": 26794,
299
+ "id": 26818,
300
300
  "nodeType": "UserDefinedTypeName",
301
301
  "pathNode": {
302
- "id": 26793,
302
+ "id": 26817,
303
303
  "name": "Slice",
304
304
  "nameLocations": [
305
305
  "458:5:69"
306
306
  ],
307
307
  "nodeType": "IdentifierPath",
308
- "referencedDeclaration": 26787,
308
+ "referencedDeclaration": 26811,
309
309
  "src": "458:5:69"
310
310
  },
311
- "referencedDeclaration": 26787,
311
+ "referencedDeclaration": 26811,
312
312
  "src": "458:5:69",
313
313
  "typeDescriptions": {
314
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
314
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
315
315
  "typeString": "Slice"
316
316
  }
317
317
  }
318
318
  },
319
319
  {
320
- "id": 26932,
320
+ "id": 26956,
321
321
  "nodeType": "ContractDefinition",
322
322
  "src": "518:1618:69",
323
323
  "nodes": [
324
324
  {
325
- "id": 26804,
325
+ "id": 26828,
326
326
  "nodeType": "ErrorDefinition",
327
327
  "src": "539:64:69",
328
328
  "nodes": [],
@@ -330,17 +330,17 @@
330
330
  "name": "Slice_OutOfBounds",
331
331
  "nameLocation": "545:17:69",
332
332
  "parameters": {
333
- "id": 26803,
333
+ "id": 26827,
334
334
  "nodeType": "ParameterList",
335
335
  "parameters": [
336
336
  {
337
337
  "constant": false,
338
- "id": 26798,
338
+ "id": 26822,
339
339
  "mutability": "mutable",
340
340
  "name": "data",
341
341
  "nameLocation": "569:4:69",
342
342
  "nodeType": "VariableDeclaration",
343
- "scope": 26804,
343
+ "scope": 26828,
344
344
  "src": "563:10:69",
345
345
  "stateVariable": false,
346
346
  "storageLocation": "default",
@@ -349,7 +349,7 @@
349
349
  "typeString": "bytes"
350
350
  },
351
351
  "typeName": {
352
- "id": 26797,
352
+ "id": 26821,
353
353
  "name": "bytes",
354
354
  "nodeType": "ElementaryTypeName",
355
355
  "src": "563:5:69",
@@ -362,12 +362,12 @@
362
362
  },
363
363
  {
364
364
  "constant": false,
365
- "id": 26800,
365
+ "id": 26824,
366
366
  "mutability": "mutable",
367
367
  "name": "start",
368
368
  "nameLocation": "583:5:69",
369
369
  "nodeType": "VariableDeclaration",
370
- "scope": 26804,
370
+ "scope": 26828,
371
371
  "src": "575:13:69",
372
372
  "stateVariable": false,
373
373
  "storageLocation": "default",
@@ -376,7 +376,7 @@
376
376
  "typeString": "uint256"
377
377
  },
378
378
  "typeName": {
379
- "id": 26799,
379
+ "id": 26823,
380
380
  "name": "uint256",
381
381
  "nodeType": "ElementaryTypeName",
382
382
  "src": "575:7:69",
@@ -389,12 +389,12 @@
389
389
  },
390
390
  {
391
391
  "constant": false,
392
- "id": 26802,
392
+ "id": 26826,
393
393
  "mutability": "mutable",
394
394
  "name": "end",
395
395
  "nameLocation": "598:3:69",
396
396
  "nodeType": "VariableDeclaration",
397
- "scope": 26804,
397
+ "scope": 26828,
398
398
  "src": "590:11:69",
399
399
  "stateVariable": false,
400
400
  "storageLocation": "default",
@@ -403,7 +403,7 @@
403
403
  "typeString": "uint256"
404
404
  },
405
405
  "typeName": {
406
- "id": 26801,
406
+ "id": 26825,
407
407
  "name": "uint256",
408
408
  "nodeType": "ElementaryTypeName",
409
409
  "src": "590:7:69",
@@ -419,7 +419,7 @@
419
419
  }
420
420
  },
421
421
  {
422
- "id": 26814,
422
+ "id": 26838,
423
423
  "nodeType": "VariableDeclaration",
424
424
  "src": "607:54:69",
425
425
  "nodes": [],
@@ -427,7 +427,7 @@
427
427
  "mutability": "constant",
428
428
  "name": "MASK_LEN",
429
429
  "nameLocation": "624:8:69",
430
- "scope": 26932,
430
+ "scope": 26956,
431
431
  "stateVariable": true,
432
432
  "storageLocation": "default",
433
433
  "typeDescriptions": {
@@ -435,7 +435,7 @@
435
435
  "typeString": "uint256"
436
436
  },
437
437
  "typeName": {
438
- "id": 26805,
438
+ "id": 26829,
439
439
  "name": "uint256",
440
440
  "nodeType": "ElementaryTypeName",
441
441
  "src": "607:7:69",
@@ -450,7 +450,7 @@
450
450
  "expression": {
451
451
  "arguments": [
452
452
  {
453
- "id": 26810,
453
+ "id": 26834,
454
454
  "isConstant": false,
455
455
  "isLValue": false,
456
456
  "isPure": true,
@@ -462,7 +462,7 @@
462
462
  "typeString": "type(uint128)"
463
463
  },
464
464
  "typeName": {
465
- "id": 26809,
465
+ "id": 26833,
466
466
  "name": "uint128",
467
467
  "nodeType": "ElementaryTypeName",
468
468
  "src": "648:7:69",
@@ -477,7 +477,7 @@
477
477
  "typeString": "type(uint128)"
478
478
  }
479
479
  ],
480
- "id": 26808,
480
+ "id": 26832,
481
481
  "name": "type",
482
482
  "nodeType": "Identifier",
483
483
  "overloadedDeclarations": [],
@@ -488,7 +488,7 @@
488
488
  "typeString": "function () pure"
489
489
  }
490
490
  },
491
- "id": 26811,
491
+ "id": 26835,
492
492
  "isConstant": false,
493
493
  "isLValue": false,
494
494
  "isPure": true,
@@ -504,7 +504,7 @@
504
504
  "typeString": "type(uint128)"
505
505
  }
506
506
  },
507
- "id": 26812,
507
+ "id": 26836,
508
508
  "isConstant": false,
509
509
  "isLValue": false,
510
510
  "isPure": true,
@@ -526,7 +526,7 @@
526
526
  "typeString": "uint128"
527
527
  }
528
528
  ],
529
- "id": 26807,
529
+ "id": 26831,
530
530
  "isConstant": false,
531
531
  "isLValue": false,
532
532
  "isPure": true,
@@ -538,14 +538,14 @@
538
538
  "typeString": "type(uint256)"
539
539
  },
540
540
  "typeName": {
541
- "id": 26806,
541
+ "id": 26830,
542
542
  "name": "uint256",
543
543
  "nodeType": "ElementaryTypeName",
544
544
  "src": "635:7:69",
545
545
  "typeDescriptions": {}
546
546
  }
547
547
  },
548
- "id": 26813,
548
+ "id": 26837,
549
549
  "isConstant": false,
550
550
  "isLValue": false,
551
551
  "isPure": true,
@@ -564,7 +564,7 @@
564
564
  "visibility": "internal"
565
565
  },
566
566
  {
567
- "id": 26826,
567
+ "id": 26850,
568
568
  "nodeType": "VariableDeclaration",
569
569
  "src": "665:61:69",
570
570
  "nodes": [],
@@ -572,7 +572,7 @@
572
572
  "mutability": "constant",
573
573
  "name": "MASK_PTR",
574
574
  "nameLocation": "682:8:69",
575
- "scope": 26932,
575
+ "scope": 26956,
576
576
  "stateVariable": true,
577
577
  "storageLocation": "default",
578
578
  "typeDescriptions": {
@@ -580,7 +580,7 @@
580
580
  "typeString": "uint256"
581
581
  },
582
582
  "typeName": {
583
- "id": 26815,
583
+ "id": 26839,
584
584
  "name": "uint256",
585
585
  "nodeType": "ElementaryTypeName",
586
586
  "src": "665:7:69",
@@ -594,7 +594,7 @@
594
594
  "typeIdentifier": "t_uint256",
595
595
  "typeString": "uint256"
596
596
  },
597
- "id": 26825,
597
+ "id": 26849,
598
598
  "isConstant": false,
599
599
  "isLValue": false,
600
600
  "isPure": true,
@@ -605,7 +605,7 @@
605
605
  "expression": {
606
606
  "arguments": [
607
607
  {
608
- "id": 26820,
608
+ "id": 26844,
609
609
  "isConstant": false,
610
610
  "isLValue": false,
611
611
  "isPure": true,
@@ -617,7 +617,7 @@
617
617
  "typeString": "type(uint128)"
618
618
  },
619
619
  "typeName": {
620
- "id": 26819,
620
+ "id": 26843,
621
621
  "name": "uint128",
622
622
  "nodeType": "ElementaryTypeName",
623
623
  "src": "706:7:69",
@@ -632,7 +632,7 @@
632
632
  "typeString": "type(uint128)"
633
633
  }
634
634
  ],
635
- "id": 26818,
635
+ "id": 26842,
636
636
  "name": "type",
637
637
  "nodeType": "Identifier",
638
638
  "overloadedDeclarations": [],
@@ -643,7 +643,7 @@
643
643
  "typeString": "function () pure"
644
644
  }
645
645
  },
646
- "id": 26821,
646
+ "id": 26845,
647
647
  "isConstant": false,
648
648
  "isLValue": false,
649
649
  "isPure": true,
@@ -659,7 +659,7 @@
659
659
  "typeString": "type(uint128)"
660
660
  }
661
661
  },
662
- "id": 26822,
662
+ "id": 26846,
663
663
  "isConstant": false,
664
664
  "isLValue": false,
665
665
  "isPure": true,
@@ -681,7 +681,7 @@
681
681
  "typeString": "uint128"
682
682
  }
683
683
  ],
684
- "id": 26817,
684
+ "id": 26841,
685
685
  "isConstant": false,
686
686
  "isLValue": false,
687
687
  "isPure": true,
@@ -693,14 +693,14 @@
693
693
  "typeString": "type(uint256)"
694
694
  },
695
695
  "typeName": {
696
- "id": 26816,
696
+ "id": 26840,
697
697
  "name": "uint256",
698
698
  "nodeType": "ElementaryTypeName",
699
699
  "src": "693:7:69",
700
700
  "typeDescriptions": {}
701
701
  }
702
702
  },
703
- "id": 26823,
703
+ "id": 26847,
704
704
  "isConstant": false,
705
705
  "isLValue": false,
706
706
  "isPure": true,
@@ -720,7 +720,7 @@
720
720
  "operator": "<<",
721
721
  "rightExpression": {
722
722
  "hexValue": "313238",
723
- "id": 26824,
723
+ "id": 26848,
724
724
  "isConstant": false,
725
725
  "isLValue": false,
726
726
  "isPure": true,
@@ -743,29 +743,29 @@
743
743
  "visibility": "internal"
744
744
  },
745
745
  {
746
- "id": 26854,
746
+ "id": 26878,
747
747
  "nodeType": "FunctionDefinition",
748
748
  "src": "810:329:69",
749
749
  "nodes": [],
750
750
  "body": {
751
- "id": 26853,
751
+ "id": 26877,
752
752
  "nodeType": "Block",
753
753
  "src": "878:261:69",
754
754
  "nodes": [],
755
755
  "statements": [
756
756
  {
757
757
  "assignments": [
758
- 26836
758
+ 26860
759
759
  ],
760
760
  "declarations": [
761
761
  {
762
762
  "constant": false,
763
- "id": 26836,
763
+ "id": 26860,
764
764
  "mutability": "mutable",
765
765
  "name": "_pointer",
766
766
  "nameLocation": "892:8:69",
767
767
  "nodeType": "VariableDeclaration",
768
- "scope": 26853,
768
+ "scope": 26877,
769
769
  "src": "884:16:69",
770
770
  "stateVariable": false,
771
771
  "storageLocation": "default",
@@ -774,7 +774,7 @@
774
774
  "typeString": "uint256"
775
775
  },
776
776
  "typeName": {
777
- "id": 26835,
777
+ "id": 26859,
778
778
  "name": "uint256",
779
779
  "nodeType": "ElementaryTypeName",
780
780
  "src": "884:7:69",
@@ -786,7 +786,7 @@
786
786
  "visibility": "internal"
787
787
  }
788
788
  ],
789
- "id": 26837,
789
+ "id": 26861,
790
790
  "nodeType": "VariableDeclarationStatement",
791
791
  "src": "884:16:69"
792
792
  },
@@ -841,21 +841,21 @@
841
841
  "evmVersion": "paris",
842
842
  "externalReferences": [
843
843
  {
844
- "declaration": 26836,
844
+ "declaration": 26860,
845
845
  "isOffset": false,
846
846
  "isSlot": false,
847
847
  "src": "923:8:69",
848
848
  "valueSize": 1
849
849
  },
850
850
  {
851
- "declaration": 26829,
851
+ "declaration": 26853,
852
852
  "isOffset": false,
853
853
  "isSlot": false,
854
854
  "src": "939:4:69",
855
855
  "valueSize": 1
856
856
  }
857
857
  ],
858
- "id": 26838,
858
+ "id": 26862,
859
859
  "nodeType": "InlineAssembly",
860
860
  "src": "906:80:69"
861
861
  },
@@ -867,7 +867,7 @@
867
867
  "typeIdentifier": "t_uint256",
868
868
  "typeString": "uint256"
869
869
  },
870
- "id": 26850,
870
+ "id": 26874,
871
871
  "isConstant": false,
872
872
  "isLValue": false,
873
873
  "isPure": false,
@@ -879,17 +879,17 @@
879
879
  "typeIdentifier": "t_uint256",
880
880
  "typeString": "uint256"
881
881
  },
882
- "id": 26843,
882
+ "id": 26867,
883
883
  "isConstant": false,
884
884
  "isLValue": false,
885
885
  "isPure": false,
886
886
  "lValueRequested": false,
887
887
  "leftExpression": {
888
- "id": 26841,
888
+ "id": 26865,
889
889
  "name": "_pointer",
890
890
  "nodeType": "Identifier",
891
891
  "overloadedDeclarations": [],
892
- "referencedDeclaration": 26836,
892
+ "referencedDeclaration": 26860,
893
893
  "src": "1090:8:69",
894
894
  "typeDescriptions": {
895
895
  "typeIdentifier": "t_uint256",
@@ -900,7 +900,7 @@
900
900
  "operator": "<<",
901
901
  "rightExpression": {
902
902
  "hexValue": "313238",
903
- "id": 26842,
903
+ "id": 26866,
904
904
  "isConstant": false,
905
905
  "isLValue": false,
906
906
  "isPure": true,
@@ -921,7 +921,7 @@
921
921
  }
922
922
  }
923
923
  ],
924
- "id": 26844,
924
+ "id": 26868,
925
925
  "isConstant": false,
926
926
  "isInlineArray": false,
927
927
  "isLValue": false,
@@ -943,25 +943,25 @@
943
943
  "typeIdentifier": "t_uint256",
944
944
  "typeString": "uint256"
945
945
  },
946
- "id": 26848,
946
+ "id": 26872,
947
947
  "isConstant": false,
948
948
  "isLValue": false,
949
949
  "isPure": false,
950
950
  "lValueRequested": false,
951
951
  "leftExpression": {
952
952
  "expression": {
953
- "id": 26845,
953
+ "id": 26869,
954
954
  "name": "data",
955
955
  "nodeType": "Identifier",
956
956
  "overloadedDeclarations": [],
957
- "referencedDeclaration": 26829,
957
+ "referencedDeclaration": 26853,
958
958
  "src": "1110:4:69",
959
959
  "typeDescriptions": {
960
960
  "typeIdentifier": "t_bytes_memory_ptr",
961
961
  "typeString": "bytes memory"
962
962
  }
963
963
  },
964
- "id": 26846,
964
+ "id": 26870,
965
965
  "isConstant": false,
966
966
  "isLValue": false,
967
967
  "isPure": false,
@@ -978,11 +978,11 @@
978
978
  "nodeType": "BinaryOperation",
979
979
  "operator": "&",
980
980
  "rightExpression": {
981
- "id": 26847,
981
+ "id": 26871,
982
982
  "name": "MASK_LEN",
983
983
  "nodeType": "Identifier",
984
984
  "overloadedDeclarations": [],
985
- "referencedDeclaration": 26814,
985
+ "referencedDeclaration": 26838,
986
986
  "src": "1124:8:69",
987
987
  "typeDescriptions": {
988
988
  "typeIdentifier": "t_uint256",
@@ -996,7 +996,7 @@
996
996
  }
997
997
  }
998
998
  ],
999
- "id": 26849,
999
+ "id": 26873,
1000
1000
  "isConstant": false,
1001
1001
  "isInlineArray": false,
1002
1002
  "isLValue": false,
@@ -1024,18 +1024,18 @@
1024
1024
  }
1025
1025
  ],
1026
1026
  "expression": {
1027
- "id": 26839,
1027
+ "id": 26863,
1028
1028
  "name": "Slice",
1029
1029
  "nodeType": "Identifier",
1030
1030
  "overloadedDeclarations": [],
1031
- "referencedDeclaration": 26787,
1031
+ "referencedDeclaration": 26811,
1032
1032
  "src": "1078:5:69",
1033
1033
  "typeDescriptions": {
1034
- "typeIdentifier": "t_type$_t_userDefinedValueType$_Slice_$26787_$",
1034
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_Slice_$26811_$",
1035
1035
  "typeString": "type(Slice)"
1036
1036
  }
1037
1037
  },
1038
- "id": 26840,
1038
+ "id": 26864,
1039
1039
  "isConstant": false,
1040
1040
  "isLValue": false,
1041
1041
  "isPure": true,
@@ -1045,11 +1045,11 @@
1045
1045
  "nodeType": "MemberAccess",
1046
1046
  "src": "1078:10:69",
1047
1047
  "typeDescriptions": {
1048
- "typeIdentifier": "t_function_wrap_pure$_t_uint256_$returns$_t_userDefinedValueType$_Slice_$26787_$",
1048
+ "typeIdentifier": "t_function_wrap_pure$_t_uint256_$returns$_t_userDefinedValueType$_Slice_$26811_$",
1049
1049
  "typeString": "function (uint256) pure returns (Slice)"
1050
1050
  }
1051
1051
  },
1052
- "id": 26851,
1052
+ "id": 26875,
1053
1053
  "isConstant": false,
1054
1054
  "isLValue": false,
1055
1055
  "isPure": false,
@@ -1061,19 +1061,19 @@
1061
1061
  "src": "1078:56:69",
1062
1062
  "tryCall": false,
1063
1063
  "typeDescriptions": {
1064
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
1064
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
1065
1065
  "typeString": "Slice"
1066
1066
  }
1067
1067
  },
1068
- "functionReturnParameters": 26834,
1069
- "id": 26852,
1068
+ "functionReturnParameters": 26858,
1069
+ "id": 26876,
1070
1070
  "nodeType": "Return",
1071
1071
  "src": "1071:63:69"
1072
1072
  }
1073
1073
  ]
1074
1074
  },
1075
1075
  "documentation": {
1076
- "id": 26827,
1076
+ "id": 26851,
1077
1077
  "nodeType": "StructuredDocumentation",
1078
1078
  "src": "731:76:69",
1079
1079
  "text": " @dev Converts a bytes array to a slice (without copying data)"
@@ -1084,17 +1084,17 @@
1084
1084
  "name": "fromBytes",
1085
1085
  "nameLocation": "819:9:69",
1086
1086
  "parameters": {
1087
- "id": 26830,
1087
+ "id": 26854,
1088
1088
  "nodeType": "ParameterList",
1089
1089
  "parameters": [
1090
1090
  {
1091
1091
  "constant": false,
1092
- "id": 26829,
1092
+ "id": 26853,
1093
1093
  "mutability": "mutable",
1094
1094
  "name": "data",
1095
1095
  "nameLocation": "842:4:69",
1096
1096
  "nodeType": "VariableDeclaration",
1097
- "scope": 26854,
1097
+ "scope": 26878,
1098
1098
  "src": "829:17:69",
1099
1099
  "stateVariable": false,
1100
1100
  "storageLocation": "memory",
@@ -1103,7 +1103,7 @@
1103
1103
  "typeString": "bytes"
1104
1104
  },
1105
1105
  "typeName": {
1106
- "id": 26828,
1106
+ "id": 26852,
1107
1107
  "name": "bytes",
1108
1108
  "nodeType": "ElementaryTypeName",
1109
1109
  "src": "829:5:69",
@@ -1118,41 +1118,41 @@
1118
1118
  "src": "828:19:69"
1119
1119
  },
1120
1120
  "returnParameters": {
1121
- "id": 26834,
1121
+ "id": 26858,
1122
1122
  "nodeType": "ParameterList",
1123
1123
  "parameters": [
1124
1124
  {
1125
1125
  "constant": false,
1126
- "id": 26833,
1126
+ "id": 26857,
1127
1127
  "mutability": "mutable",
1128
1128
  "name": "",
1129
1129
  "nameLocation": "-1:-1:-1",
1130
1130
  "nodeType": "VariableDeclaration",
1131
- "scope": 26854,
1131
+ "scope": 26878,
1132
1132
  "src": "871:5:69",
1133
1133
  "stateVariable": false,
1134
1134
  "storageLocation": "default",
1135
1135
  "typeDescriptions": {
1136
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
1136
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
1137
1137
  "typeString": "Slice"
1138
1138
  },
1139
1139
  "typeName": {
1140
- "id": 26832,
1140
+ "id": 26856,
1141
1141
  "nodeType": "UserDefinedTypeName",
1142
1142
  "pathNode": {
1143
- "id": 26831,
1143
+ "id": 26855,
1144
1144
  "name": "Slice",
1145
1145
  "nameLocations": [
1146
1146
  "871:5:69"
1147
1147
  ],
1148
1148
  "nodeType": "IdentifierPath",
1149
- "referencedDeclaration": 26787,
1149
+ "referencedDeclaration": 26811,
1150
1150
  "src": "871:5:69"
1151
1151
  },
1152
- "referencedDeclaration": 26787,
1152
+ "referencedDeclaration": 26811,
1153
1153
  "src": "871:5:69",
1154
1154
  "typeDescriptions": {
1155
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
1155
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
1156
1156
  "typeString": "Slice"
1157
1157
  }
1158
1158
  },
@@ -1161,18 +1161,18 @@
1161
1161
  ],
1162
1162
  "src": "870:7:69"
1163
1163
  },
1164
- "scope": 26932,
1164
+ "scope": 26956,
1165
1165
  "stateMutability": "pure",
1166
1166
  "virtual": false,
1167
1167
  "visibility": "internal"
1168
1168
  },
1169
1169
  {
1170
- "id": 26873,
1170
+ "id": 26897,
1171
1171
  "nodeType": "FunctionDefinition",
1172
1172
  "src": "1266:140:69",
1173
1173
  "nodes": [],
1174
1174
  "body": {
1175
- "id": 26872,
1175
+ "id": 26896,
1176
1176
  "nodeType": "Block",
1177
1177
  "src": "1351:55:69",
1178
1178
  "nodes": [],
@@ -1181,11 +1181,11 @@
1181
1181
  "expression": {
1182
1182
  "arguments": [
1183
1183
  {
1184
- "id": 26866,
1184
+ "id": 26890,
1185
1185
  "name": "data",
1186
1186
  "nodeType": "Identifier",
1187
1187
  "overloadedDeclarations": [],
1188
- "referencedDeclaration": 26857,
1188
+ "referencedDeclaration": 26881,
1189
1189
  "src": "1376:4:69",
1190
1190
  "typeDescriptions": {
1191
1191
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1193,11 +1193,11 @@
1193
1193
  }
1194
1194
  },
1195
1195
  {
1196
- "id": 26867,
1196
+ "id": 26891,
1197
1197
  "name": "start",
1198
1198
  "nodeType": "Identifier",
1199
1199
  "overloadedDeclarations": [],
1200
- "referencedDeclaration": 26859,
1200
+ "referencedDeclaration": 26883,
1201
1201
  "src": "1382:5:69",
1202
1202
  "typeDescriptions": {
1203
1203
  "typeIdentifier": "t_uint256",
@@ -1206,18 +1206,18 @@
1206
1206
  },
1207
1207
  {
1208
1208
  "expression": {
1209
- "id": 26868,
1209
+ "id": 26892,
1210
1210
  "name": "data",
1211
1211
  "nodeType": "Identifier",
1212
1212
  "overloadedDeclarations": [],
1213
- "referencedDeclaration": 26857,
1213
+ "referencedDeclaration": 26881,
1214
1214
  "src": "1389:4:69",
1215
1215
  "typeDescriptions": {
1216
1216
  "typeIdentifier": "t_bytes_memory_ptr",
1217
1217
  "typeString": "bytes memory"
1218
1218
  }
1219
1219
  },
1220
- "id": 26869,
1220
+ "id": 26893,
1221
1221
  "isConstant": false,
1222
1222
  "isLValue": false,
1223
1223
  "isPure": false,
@@ -1247,21 +1247,21 @@
1247
1247
  "typeString": "uint256"
1248
1248
  }
1249
1249
  ],
1250
- "id": 26865,
1250
+ "id": 26889,
1251
1251
  "name": "getSubslice",
1252
1252
  "nodeType": "Identifier",
1253
1253
  "overloadedDeclarations": [
1254
- 26873,
1255
- 26931
1254
+ 26897,
1255
+ 26955
1256
1256
  ],
1257
- "referencedDeclaration": 26931,
1257
+ "referencedDeclaration": 26955,
1258
1258
  "src": "1364:11:69",
1259
1259
  "typeDescriptions": {
1260
- "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_userDefinedValueType$_Slice_$26787_$",
1260
+ "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_userDefinedValueType$_Slice_$26811_$",
1261
1261
  "typeString": "function (bytes memory,uint256,uint256) pure returns (Slice)"
1262
1262
  }
1263
1263
  },
1264
- "id": 26870,
1264
+ "id": 26894,
1265
1265
  "isConstant": false,
1266
1266
  "isLValue": false,
1267
1267
  "isPure": false,
@@ -1273,19 +1273,19 @@
1273
1273
  "src": "1364:37:69",
1274
1274
  "tryCall": false,
1275
1275
  "typeDescriptions": {
1276
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
1276
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
1277
1277
  "typeString": "Slice"
1278
1278
  }
1279
1279
  },
1280
- "functionReturnParameters": 26864,
1281
- "id": 26871,
1280
+ "functionReturnParameters": 26888,
1281
+ "id": 26895,
1282
1282
  "nodeType": "Return",
1283
1283
  "src": "1357:44:69"
1284
1284
  }
1285
1285
  ]
1286
1286
  },
1287
1287
  "documentation": {
1288
- "id": 26855,
1288
+ "id": 26879,
1289
1289
  "nodeType": "StructuredDocumentation",
1290
1290
  "src": "1143:120:69",
1291
1291
  "text": " @dev Subslice a bytes array using the given start index until the end of the array (without copying data)"
@@ -1296,17 +1296,17 @@
1296
1296
  "name": "getSubslice",
1297
1297
  "nameLocation": "1275:11:69",
1298
1298
  "parameters": {
1299
- "id": 26860,
1299
+ "id": 26884,
1300
1300
  "nodeType": "ParameterList",
1301
1301
  "parameters": [
1302
1302
  {
1303
1303
  "constant": false,
1304
- "id": 26857,
1304
+ "id": 26881,
1305
1305
  "mutability": "mutable",
1306
1306
  "name": "data",
1307
1307
  "nameLocation": "1300:4:69",
1308
1308
  "nodeType": "VariableDeclaration",
1309
- "scope": 26873,
1309
+ "scope": 26897,
1310
1310
  "src": "1287:17:69",
1311
1311
  "stateVariable": false,
1312
1312
  "storageLocation": "memory",
@@ -1315,7 +1315,7 @@
1315
1315
  "typeString": "bytes"
1316
1316
  },
1317
1317
  "typeName": {
1318
- "id": 26856,
1318
+ "id": 26880,
1319
1319
  "name": "bytes",
1320
1320
  "nodeType": "ElementaryTypeName",
1321
1321
  "src": "1287:5:69",
@@ -1328,12 +1328,12 @@
1328
1328
  },
1329
1329
  {
1330
1330
  "constant": false,
1331
- "id": 26859,
1331
+ "id": 26883,
1332
1332
  "mutability": "mutable",
1333
1333
  "name": "start",
1334
1334
  "nameLocation": "1314:5:69",
1335
1335
  "nodeType": "VariableDeclaration",
1336
- "scope": 26873,
1336
+ "scope": 26897,
1337
1337
  "src": "1306:13:69",
1338
1338
  "stateVariable": false,
1339
1339
  "storageLocation": "default",
@@ -1342,7 +1342,7 @@
1342
1342
  "typeString": "uint256"
1343
1343
  },
1344
1344
  "typeName": {
1345
- "id": 26858,
1345
+ "id": 26882,
1346
1346
  "name": "uint256",
1347
1347
  "nodeType": "ElementaryTypeName",
1348
1348
  "src": "1306:7:69",
@@ -1357,41 +1357,41 @@
1357
1357
  "src": "1286:34:69"
1358
1358
  },
1359
1359
  "returnParameters": {
1360
- "id": 26864,
1360
+ "id": 26888,
1361
1361
  "nodeType": "ParameterList",
1362
1362
  "parameters": [
1363
1363
  {
1364
1364
  "constant": false,
1365
- "id": 26863,
1365
+ "id": 26887,
1366
1366
  "mutability": "mutable",
1367
1367
  "name": "",
1368
1368
  "nameLocation": "-1:-1:-1",
1369
1369
  "nodeType": "VariableDeclaration",
1370
- "scope": 26873,
1370
+ "scope": 26897,
1371
1371
  "src": "1344:5:69",
1372
1372
  "stateVariable": false,
1373
1373
  "storageLocation": "default",
1374
1374
  "typeDescriptions": {
1375
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
1375
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
1376
1376
  "typeString": "Slice"
1377
1377
  },
1378
1378
  "typeName": {
1379
- "id": 26862,
1379
+ "id": 26886,
1380
1380
  "nodeType": "UserDefinedTypeName",
1381
1381
  "pathNode": {
1382
- "id": 26861,
1382
+ "id": 26885,
1383
1383
  "name": "Slice",
1384
1384
  "nameLocations": [
1385
1385
  "1344:5:69"
1386
1386
  ],
1387
1387
  "nodeType": "IdentifierPath",
1388
- "referencedDeclaration": 26787,
1388
+ "referencedDeclaration": 26811,
1389
1389
  "src": "1344:5:69"
1390
1390
  },
1391
- "referencedDeclaration": 26787,
1391
+ "referencedDeclaration": 26811,
1392
1392
  "src": "1344:5:69",
1393
1393
  "typeDescriptions": {
1394
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
1394
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
1395
1395
  "typeString": "Slice"
1396
1396
  }
1397
1397
  },
@@ -1400,25 +1400,25 @@
1400
1400
  ],
1401
1401
  "src": "1343:7:69"
1402
1402
  },
1403
- "scope": 26932,
1403
+ "scope": 26956,
1404
1404
  "stateMutability": "pure",
1405
1405
  "virtual": false,
1406
1406
  "visibility": "internal"
1407
1407
  },
1408
1408
  {
1409
- "id": 26931,
1409
+ "id": 26955,
1410
1410
  "nodeType": "FunctionDefinition",
1411
1411
  "src": "1564:570:69",
1412
1412
  "nodes": [],
1413
1413
  "body": {
1414
- "id": 26930,
1414
+ "id": 26954,
1415
1415
  "nodeType": "Block",
1416
1416
  "src": "1662:472:69",
1417
1417
  "nodes": [],
1418
1418
  "statements": [
1419
1419
  {
1420
1420
  "condition": {
1421
- "id": 26895,
1421
+ "id": 26919,
1422
1422
  "isConstant": false,
1423
1423
  "isLValue": false,
1424
1424
  "isPure": false,
@@ -1434,7 +1434,7 @@
1434
1434
  "typeIdentifier": "t_bool",
1435
1435
  "typeString": "bool"
1436
1436
  },
1437
- "id": 26893,
1437
+ "id": 26917,
1438
1438
  "isConstant": false,
1439
1439
  "isLValue": false,
1440
1440
  "isPure": false,
@@ -1444,17 +1444,17 @@
1444
1444
  "typeIdentifier": "t_uint256",
1445
1445
  "typeString": "uint256"
1446
1446
  },
1447
- "id": 26888,
1447
+ "id": 26912,
1448
1448
  "isConstant": false,
1449
1449
  "isLValue": false,
1450
1450
  "isPure": false,
1451
1451
  "lValueRequested": false,
1452
1452
  "leftExpression": {
1453
- "id": 26886,
1453
+ "id": 26910,
1454
1454
  "name": "start",
1455
1455
  "nodeType": "Identifier",
1456
1456
  "overloadedDeclarations": [],
1457
- "referencedDeclaration": 26878,
1457
+ "referencedDeclaration": 26902,
1458
1458
  "src": "1744:5:69",
1459
1459
  "typeDescriptions": {
1460
1460
  "typeIdentifier": "t_uint256",
@@ -1464,11 +1464,11 @@
1464
1464
  "nodeType": "BinaryOperation",
1465
1465
  "operator": "<=",
1466
1466
  "rightExpression": {
1467
- "id": 26887,
1467
+ "id": 26911,
1468
1468
  "name": "end",
1469
1469
  "nodeType": "Identifier",
1470
1470
  "overloadedDeclarations": [],
1471
- "referencedDeclaration": 26880,
1471
+ "referencedDeclaration": 26904,
1472
1472
  "src": "1753:3:69",
1473
1473
  "typeDescriptions": {
1474
1474
  "typeIdentifier": "t_uint256",
@@ -1488,17 +1488,17 @@
1488
1488
  "typeIdentifier": "t_uint256",
1489
1489
  "typeString": "uint256"
1490
1490
  },
1491
- "id": 26892,
1491
+ "id": 26916,
1492
1492
  "isConstant": false,
1493
1493
  "isLValue": false,
1494
1494
  "isPure": false,
1495
1495
  "lValueRequested": false,
1496
1496
  "leftExpression": {
1497
- "id": 26889,
1497
+ "id": 26913,
1498
1498
  "name": "end",
1499
1499
  "nodeType": "Identifier",
1500
1500
  "overloadedDeclarations": [],
1501
- "referencedDeclaration": 26880,
1501
+ "referencedDeclaration": 26904,
1502
1502
  "src": "1760:3:69",
1503
1503
  "typeDescriptions": {
1504
1504
  "typeIdentifier": "t_uint256",
@@ -1509,18 +1509,18 @@
1509
1509
  "operator": "<=",
1510
1510
  "rightExpression": {
1511
1511
  "expression": {
1512
- "id": 26890,
1512
+ "id": 26914,
1513
1513
  "name": "data",
1514
1514
  "nodeType": "Identifier",
1515
1515
  "overloadedDeclarations": [],
1516
- "referencedDeclaration": 26876,
1516
+ "referencedDeclaration": 26900,
1517
1517
  "src": "1767:4:69",
1518
1518
  "typeDescriptions": {
1519
1519
  "typeIdentifier": "t_bytes_memory_ptr",
1520
1520
  "typeString": "bytes memory"
1521
1521
  }
1522
1522
  },
1523
- "id": 26891,
1523
+ "id": 26915,
1524
1524
  "isConstant": false,
1525
1525
  "isLValue": false,
1526
1526
  "isPure": false,
@@ -1547,7 +1547,7 @@
1547
1547
  }
1548
1548
  }
1549
1549
  ],
1550
- "id": 26894,
1550
+ "id": 26918,
1551
1551
  "isConstant": false,
1552
1552
  "isInlineArray": false,
1553
1553
  "isLValue": false,
@@ -1565,18 +1565,18 @@
1565
1565
  "typeString": "bool"
1566
1566
  }
1567
1567
  },
1568
- "id": 26902,
1568
+ "id": 26926,
1569
1569
  "nodeType": "IfStatement",
1570
1570
  "src": "1738:85:69",
1571
1571
  "trueBody": {
1572
1572
  "errorCall": {
1573
1573
  "arguments": [
1574
1574
  {
1575
- "id": 26897,
1575
+ "id": 26921,
1576
1576
  "name": "data",
1577
1577
  "nodeType": "Identifier",
1578
1578
  "overloadedDeclarations": [],
1579
- "referencedDeclaration": 26876,
1579
+ "referencedDeclaration": 26900,
1580
1580
  "src": "1806:4:69",
1581
1581
  "typeDescriptions": {
1582
1582
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1584,11 +1584,11 @@
1584
1584
  }
1585
1585
  },
1586
1586
  {
1587
- "id": 26898,
1587
+ "id": 26922,
1588
1588
  "name": "start",
1589
1589
  "nodeType": "Identifier",
1590
1590
  "overloadedDeclarations": [],
1591
- "referencedDeclaration": 26878,
1591
+ "referencedDeclaration": 26902,
1592
1592
  "src": "1812:5:69",
1593
1593
  "typeDescriptions": {
1594
1594
  "typeIdentifier": "t_uint256",
@@ -1596,11 +1596,11 @@
1596
1596
  }
1597
1597
  },
1598
1598
  {
1599
- "id": 26899,
1599
+ "id": 26923,
1600
1600
  "name": "end",
1601
1601
  "nodeType": "Identifier",
1602
1602
  "overloadedDeclarations": [],
1603
- "referencedDeclaration": 26880,
1603
+ "referencedDeclaration": 26904,
1604
1604
  "src": "1819:3:69",
1605
1605
  "typeDescriptions": {
1606
1606
  "typeIdentifier": "t_uint256",
@@ -1623,18 +1623,18 @@
1623
1623
  "typeString": "uint256"
1624
1624
  }
1625
1625
  ],
1626
- "id": 26896,
1626
+ "id": 26920,
1627
1627
  "name": "Slice_OutOfBounds",
1628
1628
  "nodeType": "Identifier",
1629
1629
  "overloadedDeclarations": [],
1630
- "referencedDeclaration": 26804,
1630
+ "referencedDeclaration": 26828,
1631
1631
  "src": "1788:17:69",
1632
1632
  "typeDescriptions": {
1633
1633
  "typeIdentifier": "t_function_error_pure$_t_bytes_memory_ptr_$_t_uint256_$_t_uint256_$returns$__$",
1634
1634
  "typeString": "function (bytes memory,uint256,uint256) pure"
1635
1635
  }
1636
1636
  },
1637
- "id": 26900,
1637
+ "id": 26924,
1638
1638
  "isConstant": false,
1639
1639
  "isLValue": false,
1640
1640
  "isPure": false,
@@ -1650,24 +1650,24 @@
1650
1650
  "typeString": "tuple()"
1651
1651
  }
1652
1652
  },
1653
- "id": 26901,
1653
+ "id": 26925,
1654
1654
  "nodeType": "RevertStatement",
1655
1655
  "src": "1781:42:69"
1656
1656
  }
1657
1657
  },
1658
1658
  {
1659
1659
  "assignments": [
1660
- 26904
1660
+ 26928
1661
1661
  ],
1662
1662
  "declarations": [
1663
1663
  {
1664
1664
  "constant": false,
1665
- "id": 26904,
1665
+ "id": 26928,
1666
1666
  "mutability": "mutable",
1667
1667
  "name": "_pointer",
1668
1668
  "nameLocation": "1838:8:69",
1669
1669
  "nodeType": "VariableDeclaration",
1670
- "scope": 26930,
1670
+ "scope": 26954,
1671
1671
  "src": "1830:16:69",
1672
1672
  "stateVariable": false,
1673
1673
  "storageLocation": "default",
@@ -1676,7 +1676,7 @@
1676
1676
  "typeString": "uint256"
1677
1677
  },
1678
1678
  "typeName": {
1679
- "id": 26903,
1679
+ "id": 26927,
1680
1680
  "name": "uint256",
1681
1681
  "nodeType": "ElementaryTypeName",
1682
1682
  "src": "1830:7:69",
@@ -1688,7 +1688,7 @@
1688
1688
  "visibility": "internal"
1689
1689
  }
1690
1690
  ],
1691
- "id": 26905,
1691
+ "id": 26929,
1692
1692
  "nodeType": "VariableDeclarationStatement",
1693
1693
  "src": "1830:16:69"
1694
1694
  },
@@ -1743,37 +1743,37 @@
1743
1743
  "evmVersion": "paris",
1744
1744
  "externalReferences": [
1745
1745
  {
1746
- "declaration": 26904,
1746
+ "declaration": 26928,
1747
1747
  "isOffset": false,
1748
1748
  "isSlot": false,
1749
1749
  "src": "1869:8:69",
1750
1750
  "valueSize": 1
1751
1751
  },
1752
1752
  {
1753
- "declaration": 26876,
1753
+ "declaration": 26900,
1754
1754
  "isOffset": false,
1755
1755
  "isSlot": false,
1756
1756
  "src": "1885:4:69",
1757
1757
  "valueSize": 1
1758
1758
  }
1759
1759
  ],
1760
- "id": 26906,
1760
+ "id": 26930,
1761
1761
  "nodeType": "InlineAssembly",
1762
1762
  "src": "1852:80:69"
1763
1763
  },
1764
1764
  {
1765
1765
  "expression": {
1766
- "id": 26909,
1766
+ "id": 26933,
1767
1767
  "isConstant": false,
1768
1768
  "isLValue": false,
1769
1769
  "isPure": false,
1770
1770
  "lValueRequested": false,
1771
1771
  "leftHandSide": {
1772
- "id": 26907,
1772
+ "id": 26931,
1773
1773
  "name": "_pointer",
1774
1774
  "nodeType": "Identifier",
1775
1775
  "overloadedDeclarations": [],
1776
- "referencedDeclaration": 26904,
1776
+ "referencedDeclaration": 26928,
1777
1777
  "src": "1938:8:69",
1778
1778
  "typeDescriptions": {
1779
1779
  "typeIdentifier": "t_uint256",
@@ -1783,11 +1783,11 @@
1783
1783
  "nodeType": "Assignment",
1784
1784
  "operator": "+=",
1785
1785
  "rightHandSide": {
1786
- "id": 26908,
1786
+ "id": 26932,
1787
1787
  "name": "start",
1788
1788
  "nodeType": "Identifier",
1789
1789
  "overloadedDeclarations": [],
1790
- "referencedDeclaration": 26878,
1790
+ "referencedDeclaration": 26902,
1791
1791
  "src": "1950:5:69",
1792
1792
  "typeDescriptions": {
1793
1793
  "typeIdentifier": "t_uint256",
@@ -1800,23 +1800,23 @@
1800
1800
  "typeString": "uint256"
1801
1801
  }
1802
1802
  },
1803
- "id": 26910,
1803
+ "id": 26934,
1804
1804
  "nodeType": "ExpressionStatement",
1805
1805
  "src": "1938:17:69"
1806
1806
  },
1807
1807
  {
1808
1808
  "assignments": [
1809
- 26912
1809
+ 26936
1810
1810
  ],
1811
1811
  "declarations": [
1812
1812
  {
1813
1813
  "constant": false,
1814
- "id": 26912,
1814
+ "id": 26936,
1815
1815
  "mutability": "mutable",
1816
1816
  "name": "_len",
1817
1817
  "nameLocation": "1969:4:69",
1818
1818
  "nodeType": "VariableDeclaration",
1819
- "scope": 26930,
1819
+ "scope": 26954,
1820
1820
  "src": "1961:12:69",
1821
1821
  "stateVariable": false,
1822
1822
  "storageLocation": "default",
@@ -1825,7 +1825,7 @@
1825
1825
  "typeString": "uint256"
1826
1826
  },
1827
1827
  "typeName": {
1828
- "id": 26911,
1828
+ "id": 26935,
1829
1829
  "name": "uint256",
1830
1830
  "nodeType": "ElementaryTypeName",
1831
1831
  "src": "1961:7:69",
@@ -1837,23 +1837,23 @@
1837
1837
  "visibility": "internal"
1838
1838
  }
1839
1839
  ],
1840
- "id": 26916,
1840
+ "id": 26940,
1841
1841
  "initialValue": {
1842
1842
  "commonType": {
1843
1843
  "typeIdentifier": "t_uint256",
1844
1844
  "typeString": "uint256"
1845
1845
  },
1846
- "id": 26915,
1846
+ "id": 26939,
1847
1847
  "isConstant": false,
1848
1848
  "isLValue": false,
1849
1849
  "isPure": false,
1850
1850
  "lValueRequested": false,
1851
1851
  "leftExpression": {
1852
- "id": 26913,
1852
+ "id": 26937,
1853
1853
  "name": "end",
1854
1854
  "nodeType": "Identifier",
1855
1855
  "overloadedDeclarations": [],
1856
- "referencedDeclaration": 26880,
1856
+ "referencedDeclaration": 26904,
1857
1857
  "src": "1976:3:69",
1858
1858
  "typeDescriptions": {
1859
1859
  "typeIdentifier": "t_uint256",
@@ -1863,11 +1863,11 @@
1863
1863
  "nodeType": "BinaryOperation",
1864
1864
  "operator": "-",
1865
1865
  "rightExpression": {
1866
- "id": 26914,
1866
+ "id": 26938,
1867
1867
  "name": "start",
1868
1868
  "nodeType": "Identifier",
1869
1869
  "overloadedDeclarations": [],
1870
- "referencedDeclaration": 26878,
1870
+ "referencedDeclaration": 26902,
1871
1871
  "src": "1982:5:69",
1872
1872
  "typeDescriptions": {
1873
1873
  "typeIdentifier": "t_uint256",
@@ -1891,7 +1891,7 @@
1891
1891
  "typeIdentifier": "t_uint256",
1892
1892
  "typeString": "uint256"
1893
1893
  },
1894
- "id": 26927,
1894
+ "id": 26951,
1895
1895
  "isConstant": false,
1896
1896
  "isLValue": false,
1897
1897
  "isPure": false,
@@ -1903,17 +1903,17 @@
1903
1903
  "typeIdentifier": "t_uint256",
1904
1904
  "typeString": "uint256"
1905
1905
  },
1906
- "id": 26921,
1906
+ "id": 26945,
1907
1907
  "isConstant": false,
1908
1908
  "isLValue": false,
1909
1909
  "isPure": false,
1910
1910
  "lValueRequested": false,
1911
1911
  "leftExpression": {
1912
- "id": 26919,
1912
+ "id": 26943,
1913
1913
  "name": "_pointer",
1914
1914
  "nodeType": "Identifier",
1915
1915
  "overloadedDeclarations": [],
1916
- "referencedDeclaration": 26904,
1916
+ "referencedDeclaration": 26928,
1917
1917
  "src": "2092:8:69",
1918
1918
  "typeDescriptions": {
1919
1919
  "typeIdentifier": "t_uint256",
@@ -1924,7 +1924,7 @@
1924
1924
  "operator": "<<",
1925
1925
  "rightExpression": {
1926
1926
  "hexValue": "313238",
1927
- "id": 26920,
1927
+ "id": 26944,
1928
1928
  "isConstant": false,
1929
1929
  "isLValue": false,
1930
1930
  "isPure": true,
@@ -1945,7 +1945,7 @@
1945
1945
  }
1946
1946
  }
1947
1947
  ],
1948
- "id": 26922,
1948
+ "id": 26946,
1949
1949
  "isConstant": false,
1950
1950
  "isInlineArray": false,
1951
1951
  "isLValue": false,
@@ -1967,17 +1967,17 @@
1967
1967
  "typeIdentifier": "t_uint256",
1968
1968
  "typeString": "uint256"
1969
1969
  },
1970
- "id": 26925,
1970
+ "id": 26949,
1971
1971
  "isConstant": false,
1972
1972
  "isLValue": false,
1973
1973
  "isPure": false,
1974
1974
  "lValueRequested": false,
1975
1975
  "leftExpression": {
1976
- "id": 26923,
1976
+ "id": 26947,
1977
1977
  "name": "_len",
1978
1978
  "nodeType": "Identifier",
1979
1979
  "overloadedDeclarations": [],
1980
- "referencedDeclaration": 26912,
1980
+ "referencedDeclaration": 26936,
1981
1981
  "src": "2112:4:69",
1982
1982
  "typeDescriptions": {
1983
1983
  "typeIdentifier": "t_uint256",
@@ -1987,11 +1987,11 @@
1987
1987
  "nodeType": "BinaryOperation",
1988
1988
  "operator": "&",
1989
1989
  "rightExpression": {
1990
- "id": 26924,
1990
+ "id": 26948,
1991
1991
  "name": "MASK_LEN",
1992
1992
  "nodeType": "Identifier",
1993
1993
  "overloadedDeclarations": [],
1994
- "referencedDeclaration": 26814,
1994
+ "referencedDeclaration": 26838,
1995
1995
  "src": "2119:8:69",
1996
1996
  "typeDescriptions": {
1997
1997
  "typeIdentifier": "t_uint256",
@@ -2005,7 +2005,7 @@
2005
2005
  }
2006
2006
  }
2007
2007
  ],
2008
- "id": 26926,
2008
+ "id": 26950,
2009
2009
  "isConstant": false,
2010
2010
  "isInlineArray": false,
2011
2011
  "isLValue": false,
@@ -2033,18 +2033,18 @@
2033
2033
  }
2034
2034
  ],
2035
2035
  "expression": {
2036
- "id": 26917,
2036
+ "id": 26941,
2037
2037
  "name": "Slice",
2038
2038
  "nodeType": "Identifier",
2039
2039
  "overloadedDeclarations": [],
2040
- "referencedDeclaration": 26787,
2040
+ "referencedDeclaration": 26811,
2041
2041
  "src": "2080:5:69",
2042
2042
  "typeDescriptions": {
2043
- "typeIdentifier": "t_type$_t_userDefinedValueType$_Slice_$26787_$",
2043
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_Slice_$26811_$",
2044
2044
  "typeString": "type(Slice)"
2045
2045
  }
2046
2046
  },
2047
- "id": 26918,
2047
+ "id": 26942,
2048
2048
  "isConstant": false,
2049
2049
  "isLValue": false,
2050
2050
  "isPure": true,
@@ -2054,11 +2054,11 @@
2054
2054
  "nodeType": "MemberAccess",
2055
2055
  "src": "2080:10:69",
2056
2056
  "typeDescriptions": {
2057
- "typeIdentifier": "t_function_wrap_pure$_t_uint256_$returns$_t_userDefinedValueType$_Slice_$26787_$",
2057
+ "typeIdentifier": "t_function_wrap_pure$_t_uint256_$returns$_t_userDefinedValueType$_Slice_$26811_$",
2058
2058
  "typeString": "function (uint256) pure returns (Slice)"
2059
2059
  }
2060
2060
  },
2061
- "id": 26928,
2061
+ "id": 26952,
2062
2062
  "isConstant": false,
2063
2063
  "isLValue": false,
2064
2064
  "isPure": false,
@@ -2070,19 +2070,19 @@
2070
2070
  "src": "2080:49:69",
2071
2071
  "tryCall": false,
2072
2072
  "typeDescriptions": {
2073
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
2073
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
2074
2074
  "typeString": "Slice"
2075
2075
  }
2076
2076
  },
2077
- "functionReturnParameters": 26885,
2078
- "id": 26929,
2077
+ "functionReturnParameters": 26909,
2078
+ "id": 26953,
2079
2079
  "nodeType": "Return",
2080
2080
  "src": "2073:56:69"
2081
2081
  }
2082
2082
  ]
2083
2083
  },
2084
2084
  "documentation": {
2085
- "id": 26874,
2085
+ "id": 26898,
2086
2086
  "nodeType": "StructuredDocumentation",
2087
2087
  "src": "1410:151:69",
2088
2088
  "text": " @dev Subslice a bytes array using the given indexes (without copying data)\n The start index is inclusive, the end index is exclusive"
@@ -2093,17 +2093,17 @@
2093
2093
  "name": "getSubslice",
2094
2094
  "nameLocation": "1573:11:69",
2095
2095
  "parameters": {
2096
- "id": 26881,
2096
+ "id": 26905,
2097
2097
  "nodeType": "ParameterList",
2098
2098
  "parameters": [
2099
2099
  {
2100
2100
  "constant": false,
2101
- "id": 26876,
2101
+ "id": 26900,
2102
2102
  "mutability": "mutable",
2103
2103
  "name": "data",
2104
2104
  "nameLocation": "1598:4:69",
2105
2105
  "nodeType": "VariableDeclaration",
2106
- "scope": 26931,
2106
+ "scope": 26955,
2107
2107
  "src": "1585:17:69",
2108
2108
  "stateVariable": false,
2109
2109
  "storageLocation": "memory",
@@ -2112,7 +2112,7 @@
2112
2112
  "typeString": "bytes"
2113
2113
  },
2114
2114
  "typeName": {
2115
- "id": 26875,
2115
+ "id": 26899,
2116
2116
  "name": "bytes",
2117
2117
  "nodeType": "ElementaryTypeName",
2118
2118
  "src": "1585:5:69",
@@ -2125,12 +2125,12 @@
2125
2125
  },
2126
2126
  {
2127
2127
  "constant": false,
2128
- "id": 26878,
2128
+ "id": 26902,
2129
2129
  "mutability": "mutable",
2130
2130
  "name": "start",
2131
2131
  "nameLocation": "1612:5:69",
2132
2132
  "nodeType": "VariableDeclaration",
2133
- "scope": 26931,
2133
+ "scope": 26955,
2134
2134
  "src": "1604:13:69",
2135
2135
  "stateVariable": false,
2136
2136
  "storageLocation": "default",
@@ -2139,7 +2139,7 @@
2139
2139
  "typeString": "uint256"
2140
2140
  },
2141
2141
  "typeName": {
2142
- "id": 26877,
2142
+ "id": 26901,
2143
2143
  "name": "uint256",
2144
2144
  "nodeType": "ElementaryTypeName",
2145
2145
  "src": "1604:7:69",
@@ -2152,12 +2152,12 @@
2152
2152
  },
2153
2153
  {
2154
2154
  "constant": false,
2155
- "id": 26880,
2155
+ "id": 26904,
2156
2156
  "mutability": "mutable",
2157
2157
  "name": "end",
2158
2158
  "nameLocation": "1627:3:69",
2159
2159
  "nodeType": "VariableDeclaration",
2160
- "scope": 26931,
2160
+ "scope": 26955,
2161
2161
  "src": "1619:11:69",
2162
2162
  "stateVariable": false,
2163
2163
  "storageLocation": "default",
@@ -2166,7 +2166,7 @@
2166
2166
  "typeString": "uint256"
2167
2167
  },
2168
2168
  "typeName": {
2169
- "id": 26879,
2169
+ "id": 26903,
2170
2170
  "name": "uint256",
2171
2171
  "nodeType": "ElementaryTypeName",
2172
2172
  "src": "1619:7:69",
@@ -2181,41 +2181,41 @@
2181
2181
  "src": "1584:47:69"
2182
2182
  },
2183
2183
  "returnParameters": {
2184
- "id": 26885,
2184
+ "id": 26909,
2185
2185
  "nodeType": "ParameterList",
2186
2186
  "parameters": [
2187
2187
  {
2188
2188
  "constant": false,
2189
- "id": 26884,
2189
+ "id": 26908,
2190
2190
  "mutability": "mutable",
2191
2191
  "name": "",
2192
2192
  "nameLocation": "-1:-1:-1",
2193
2193
  "nodeType": "VariableDeclaration",
2194
- "scope": 26931,
2194
+ "scope": 26955,
2195
2195
  "src": "1655:5:69",
2196
2196
  "stateVariable": false,
2197
2197
  "storageLocation": "default",
2198
2198
  "typeDescriptions": {
2199
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
2199
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
2200
2200
  "typeString": "Slice"
2201
2201
  },
2202
2202
  "typeName": {
2203
- "id": 26883,
2203
+ "id": 26907,
2204
2204
  "nodeType": "UserDefinedTypeName",
2205
2205
  "pathNode": {
2206
- "id": 26882,
2206
+ "id": 26906,
2207
2207
  "name": "Slice",
2208
2208
  "nameLocations": [
2209
2209
  "1655:5:69"
2210
2210
  ],
2211
2211
  "nodeType": "IdentifierPath",
2212
- "referencedDeclaration": 26787,
2212
+ "referencedDeclaration": 26811,
2213
2213
  "src": "1655:5:69"
2214
2214
  },
2215
- "referencedDeclaration": 26787,
2215
+ "referencedDeclaration": 26811,
2216
2216
  "src": "1655:5:69",
2217
2217
  "typeDescriptions": {
2218
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
2218
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
2219
2219
  "typeString": "Slice"
2220
2220
  }
2221
2221
  },
@@ -2224,7 +2224,7 @@
2224
2224
  ],
2225
2225
  "src": "1654:7:69"
2226
2226
  },
2227
- "scope": 26932,
2227
+ "scope": 26956,
2228
2228
  "stateMutability": "pure",
2229
2229
  "virtual": false,
2230
2230
  "visibility": "internal"
@@ -2236,35 +2236,35 @@
2236
2236
  "contractDependencies": [],
2237
2237
  "contractKind": "library",
2238
2238
  "documentation": {
2239
- "id": 26796,
2239
+ "id": 26820,
2240
2240
  "nodeType": "StructuredDocumentation",
2241
2241
  "src": "473:44:69",
2242
2242
  "text": " @title Static functions for Slice"
2243
2243
  },
2244
2244
  "fullyImplemented": true,
2245
2245
  "linearizedBaseContracts": [
2246
- 26932
2246
+ 26956
2247
2247
  ],
2248
2248
  "name": "SliceLib",
2249
2249
  "nameLocation": "526:8:69",
2250
- "scope": 27029,
2250
+ "scope": 27053,
2251
2251
  "usedErrors": [
2252
- 26804
2252
+ 26828
2253
2253
  ],
2254
2254
  "usedEvents": []
2255
2255
  },
2256
2256
  {
2257
- "id": 27028,
2257
+ "id": 27052,
2258
2258
  "nodeType": "ContractDefinition",
2259
2259
  "src": "2185:1146:69",
2260
2260
  "nodes": [
2261
2261
  {
2262
- "id": 26950,
2262
+ "id": 26974,
2263
2263
  "nodeType": "FunctionDefinition",
2264
2264
  "src": "2277:104:69",
2265
2265
  "nodes": [],
2266
2266
  "body": {
2267
- "id": 26949,
2267
+ "id": 26973,
2268
2268
  "nodeType": "Block",
2269
2269
  "src": "2338:43:69",
2270
2270
  "nodes": [],
@@ -2275,7 +2275,7 @@
2275
2275
  "typeIdentifier": "t_uint256",
2276
2276
  "typeString": "uint256"
2277
2277
  },
2278
- "id": 26947,
2278
+ "id": 26971,
2279
2279
  "isConstant": false,
2280
2280
  "isLValue": false,
2281
2281
  "isPure": false,
@@ -2283,14 +2283,14 @@
2283
2283
  "leftExpression": {
2284
2284
  "arguments": [
2285
2285
  {
2286
- "id": 26944,
2286
+ "id": 26968,
2287
2287
  "name": "self",
2288
2288
  "nodeType": "Identifier",
2289
2289
  "overloadedDeclarations": [],
2290
- "referencedDeclaration": 26937,
2290
+ "referencedDeclaration": 26961,
2291
2291
  "src": "2364:4:69",
2292
2292
  "typeDescriptions": {
2293
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
2293
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
2294
2294
  "typeString": "Slice"
2295
2295
  }
2296
2296
  }
@@ -2298,23 +2298,23 @@
2298
2298
  "expression": {
2299
2299
  "argumentTypes": [
2300
2300
  {
2301
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
2301
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
2302
2302
  "typeString": "Slice"
2303
2303
  }
2304
2304
  ],
2305
2305
  "expression": {
2306
- "id": 26942,
2306
+ "id": 26966,
2307
2307
  "name": "Slice",
2308
2308
  "nodeType": "Identifier",
2309
2309
  "overloadedDeclarations": [],
2310
- "referencedDeclaration": 26787,
2310
+ "referencedDeclaration": 26811,
2311
2311
  "src": "2351:5:69",
2312
2312
  "typeDescriptions": {
2313
- "typeIdentifier": "t_type$_t_userDefinedValueType$_Slice_$26787_$",
2313
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_Slice_$26811_$",
2314
2314
  "typeString": "type(Slice)"
2315
2315
  }
2316
2316
  },
2317
- "id": 26943,
2317
+ "id": 26967,
2318
2318
  "isConstant": false,
2319
2319
  "isLValue": false,
2320
2320
  "isPure": true,
@@ -2324,11 +2324,11 @@
2324
2324
  "nodeType": "MemberAccess",
2325
2325
  "src": "2351:12:69",
2326
2326
  "typeDescriptions": {
2327
- "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_Slice_$26787_$returns$_t_uint256_$",
2327
+ "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_Slice_$26811_$returns$_t_uint256_$",
2328
2328
  "typeString": "function (Slice) pure returns (uint256)"
2329
2329
  }
2330
2330
  },
2331
- "id": 26945,
2331
+ "id": 26969,
2332
2332
  "isConstant": false,
2333
2333
  "isLValue": false,
2334
2334
  "isPure": false,
@@ -2348,7 +2348,7 @@
2348
2348
  "operator": ">>",
2349
2349
  "rightExpression": {
2350
2350
  "hexValue": "313238",
2351
- "id": 26946,
2351
+ "id": 26970,
2352
2352
  "isConstant": false,
2353
2353
  "isLValue": false,
2354
2354
  "isPure": true,
@@ -2368,15 +2368,15 @@
2368
2368
  "typeString": "uint256"
2369
2369
  }
2370
2370
  },
2371
- "functionReturnParameters": 26941,
2372
- "id": 26948,
2371
+ "functionReturnParameters": 26965,
2372
+ "id": 26972,
2373
2373
  "nodeType": "Return",
2374
2374
  "src": "2344:32:69"
2375
2375
  }
2376
2376
  ]
2377
2377
  },
2378
2378
  "documentation": {
2379
- "id": 26934,
2379
+ "id": 26958,
2380
2380
  "nodeType": "StructuredDocumentation",
2381
2381
  "src": "2211:63:69",
2382
2382
  "text": " @dev Returns the pointer to the start of a slice"
@@ -2387,41 +2387,41 @@
2387
2387
  "name": "pointer",
2388
2388
  "nameLocation": "2286:7:69",
2389
2389
  "parameters": {
2390
- "id": 26938,
2390
+ "id": 26962,
2391
2391
  "nodeType": "ParameterList",
2392
2392
  "parameters": [
2393
2393
  {
2394
2394
  "constant": false,
2395
- "id": 26937,
2395
+ "id": 26961,
2396
2396
  "mutability": "mutable",
2397
2397
  "name": "self",
2398
2398
  "nameLocation": "2300:4:69",
2399
2399
  "nodeType": "VariableDeclaration",
2400
- "scope": 26950,
2400
+ "scope": 26974,
2401
2401
  "src": "2294:10:69",
2402
2402
  "stateVariable": false,
2403
2403
  "storageLocation": "default",
2404
2404
  "typeDescriptions": {
2405
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
2405
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
2406
2406
  "typeString": "Slice"
2407
2407
  },
2408
2408
  "typeName": {
2409
- "id": 26936,
2409
+ "id": 26960,
2410
2410
  "nodeType": "UserDefinedTypeName",
2411
2411
  "pathNode": {
2412
- "id": 26935,
2412
+ "id": 26959,
2413
2413
  "name": "Slice",
2414
2414
  "nameLocations": [
2415
2415
  "2294:5:69"
2416
2416
  ],
2417
2417
  "nodeType": "IdentifierPath",
2418
- "referencedDeclaration": 26787,
2418
+ "referencedDeclaration": 26811,
2419
2419
  "src": "2294:5:69"
2420
2420
  },
2421
- "referencedDeclaration": 26787,
2421
+ "referencedDeclaration": 26811,
2422
2422
  "src": "2294:5:69",
2423
2423
  "typeDescriptions": {
2424
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
2424
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
2425
2425
  "typeString": "Slice"
2426
2426
  }
2427
2427
  },
@@ -2431,17 +2431,17 @@
2431
2431
  "src": "2293:12:69"
2432
2432
  },
2433
2433
  "returnParameters": {
2434
- "id": 26941,
2434
+ "id": 26965,
2435
2435
  "nodeType": "ParameterList",
2436
2436
  "parameters": [
2437
2437
  {
2438
2438
  "constant": false,
2439
- "id": 26940,
2439
+ "id": 26964,
2440
2440
  "mutability": "mutable",
2441
2441
  "name": "",
2442
2442
  "nameLocation": "-1:-1:-1",
2443
2443
  "nodeType": "VariableDeclaration",
2444
- "scope": 26950,
2444
+ "scope": 26974,
2445
2445
  "src": "2329:7:69",
2446
2446
  "stateVariable": false,
2447
2447
  "storageLocation": "default",
@@ -2450,7 +2450,7 @@
2450
2450
  "typeString": "uint256"
2451
2451
  },
2452
2452
  "typeName": {
2453
- "id": 26939,
2453
+ "id": 26963,
2454
2454
  "name": "uint256",
2455
2455
  "nodeType": "ElementaryTypeName",
2456
2456
  "src": "2329:7:69",
@@ -2464,18 +2464,18 @@
2464
2464
  ],
2465
2465
  "src": "2328:9:69"
2466
2466
  },
2467
- "scope": 27028,
2467
+ "scope": 27052,
2468
2468
  "stateMutability": "pure",
2469
2469
  "virtual": false,
2470
2470
  "visibility": "internal"
2471
2471
  },
2472
2472
  {
2473
- "id": 26968,
2473
+ "id": 26992,
2474
2474
  "nodeType": "FunctionDefinition",
2475
2475
  "src": "2441:116:69",
2476
2476
  "nodes": [],
2477
2477
  "body": {
2478
- "id": 26967,
2478
+ "id": 26991,
2479
2479
  "nodeType": "Block",
2480
2480
  "src": "2501:56:69",
2481
2481
  "nodes": [],
@@ -2486,7 +2486,7 @@
2486
2486
  "typeIdentifier": "t_uint256",
2487
2487
  "typeString": "uint256"
2488
2488
  },
2489
- "id": 26965,
2489
+ "id": 26989,
2490
2490
  "isConstant": false,
2491
2491
  "isLValue": false,
2492
2492
  "isPure": false,
@@ -2494,14 +2494,14 @@
2494
2494
  "leftExpression": {
2495
2495
  "arguments": [
2496
2496
  {
2497
- "id": 26961,
2497
+ "id": 26985,
2498
2498
  "name": "self",
2499
2499
  "nodeType": "Identifier",
2500
2500
  "overloadedDeclarations": [],
2501
- "referencedDeclaration": 26954,
2501
+ "referencedDeclaration": 26978,
2502
2502
  "src": "2527:4:69",
2503
2503
  "typeDescriptions": {
2504
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
2504
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
2505
2505
  "typeString": "Slice"
2506
2506
  }
2507
2507
  }
@@ -2509,23 +2509,23 @@
2509
2509
  "expression": {
2510
2510
  "argumentTypes": [
2511
2511
  {
2512
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
2512
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
2513
2513
  "typeString": "Slice"
2514
2514
  }
2515
2515
  ],
2516
2516
  "expression": {
2517
- "id": 26959,
2517
+ "id": 26983,
2518
2518
  "name": "Slice",
2519
2519
  "nodeType": "Identifier",
2520
2520
  "overloadedDeclarations": [],
2521
- "referencedDeclaration": 26787,
2521
+ "referencedDeclaration": 26811,
2522
2522
  "src": "2514:5:69",
2523
2523
  "typeDescriptions": {
2524
- "typeIdentifier": "t_type$_t_userDefinedValueType$_Slice_$26787_$",
2524
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_Slice_$26811_$",
2525
2525
  "typeString": "type(Slice)"
2526
2526
  }
2527
2527
  },
2528
- "id": 26960,
2528
+ "id": 26984,
2529
2529
  "isConstant": false,
2530
2530
  "isLValue": false,
2531
2531
  "isPure": true,
@@ -2535,11 +2535,11 @@
2535
2535
  "nodeType": "MemberAccess",
2536
2536
  "src": "2514:12:69",
2537
2537
  "typeDescriptions": {
2538
- "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_Slice_$26787_$returns$_t_uint256_$",
2538
+ "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_Slice_$26811_$returns$_t_uint256_$",
2539
2539
  "typeString": "function (Slice) pure returns (uint256)"
2540
2540
  }
2541
2541
  },
2542
- "id": 26962,
2542
+ "id": 26986,
2543
2543
  "isConstant": false,
2544
2544
  "isLValue": false,
2545
2545
  "isPure": false,
@@ -2559,18 +2559,18 @@
2559
2559
  "operator": "&",
2560
2560
  "rightExpression": {
2561
2561
  "expression": {
2562
- "id": 26963,
2562
+ "id": 26987,
2563
2563
  "name": "SliceLib",
2564
2564
  "nodeType": "Identifier",
2565
2565
  "overloadedDeclarations": [],
2566
- "referencedDeclaration": 26932,
2566
+ "referencedDeclaration": 26956,
2567
2567
  "src": "2535:8:69",
2568
2568
  "typeDescriptions": {
2569
- "typeIdentifier": "t_type$_t_contract$_SliceLib_$26932_$",
2569
+ "typeIdentifier": "t_type$_t_contract$_SliceLib_$26956_$",
2570
2570
  "typeString": "type(library SliceLib)"
2571
2571
  }
2572
2572
  },
2573
- "id": 26964,
2573
+ "id": 26988,
2574
2574
  "isConstant": false,
2575
2575
  "isLValue": false,
2576
2576
  "isPure": true,
@@ -2578,7 +2578,7 @@
2578
2578
  "memberLocation": "2544:8:69",
2579
2579
  "memberName": "MASK_LEN",
2580
2580
  "nodeType": "MemberAccess",
2581
- "referencedDeclaration": 26814,
2581
+ "referencedDeclaration": 26838,
2582
2582
  "src": "2535:17:69",
2583
2583
  "typeDescriptions": {
2584
2584
  "typeIdentifier": "t_uint256",
@@ -2591,15 +2591,15 @@
2591
2591
  "typeString": "uint256"
2592
2592
  }
2593
2593
  },
2594
- "functionReturnParameters": 26958,
2595
- "id": 26966,
2594
+ "functionReturnParameters": 26982,
2595
+ "id": 26990,
2596
2596
  "nodeType": "Return",
2597
2597
  "src": "2507:45:69"
2598
2598
  }
2599
2599
  ]
2600
2600
  },
2601
2601
  "documentation": {
2602
- "id": 26951,
2602
+ "id": 26975,
2603
2603
  "nodeType": "StructuredDocumentation",
2604
2604
  "src": "2385:53:69",
2605
2605
  "text": " @dev Returns the slice length in bytes"
@@ -2610,41 +2610,41 @@
2610
2610
  "name": "length",
2611
2611
  "nameLocation": "2450:6:69",
2612
2612
  "parameters": {
2613
- "id": 26955,
2613
+ "id": 26979,
2614
2614
  "nodeType": "ParameterList",
2615
2615
  "parameters": [
2616
2616
  {
2617
2617
  "constant": false,
2618
- "id": 26954,
2618
+ "id": 26978,
2619
2619
  "mutability": "mutable",
2620
2620
  "name": "self",
2621
2621
  "nameLocation": "2463:4:69",
2622
2622
  "nodeType": "VariableDeclaration",
2623
- "scope": 26968,
2623
+ "scope": 26992,
2624
2624
  "src": "2457:10:69",
2625
2625
  "stateVariable": false,
2626
2626
  "storageLocation": "default",
2627
2627
  "typeDescriptions": {
2628
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
2628
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
2629
2629
  "typeString": "Slice"
2630
2630
  },
2631
2631
  "typeName": {
2632
- "id": 26953,
2632
+ "id": 26977,
2633
2633
  "nodeType": "UserDefinedTypeName",
2634
2634
  "pathNode": {
2635
- "id": 26952,
2635
+ "id": 26976,
2636
2636
  "name": "Slice",
2637
2637
  "nameLocations": [
2638
2638
  "2457:5:69"
2639
2639
  ],
2640
2640
  "nodeType": "IdentifierPath",
2641
- "referencedDeclaration": 26787,
2641
+ "referencedDeclaration": 26811,
2642
2642
  "src": "2457:5:69"
2643
2643
  },
2644
- "referencedDeclaration": 26787,
2644
+ "referencedDeclaration": 26811,
2645
2645
  "src": "2457:5:69",
2646
2646
  "typeDescriptions": {
2647
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
2647
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
2648
2648
  "typeString": "Slice"
2649
2649
  }
2650
2650
  },
@@ -2654,17 +2654,17 @@
2654
2654
  "src": "2456:12:69"
2655
2655
  },
2656
2656
  "returnParameters": {
2657
- "id": 26958,
2657
+ "id": 26982,
2658
2658
  "nodeType": "ParameterList",
2659
2659
  "parameters": [
2660
2660
  {
2661
2661
  "constant": false,
2662
- "id": 26957,
2662
+ "id": 26981,
2663
2663
  "mutability": "mutable",
2664
2664
  "name": "",
2665
2665
  "nameLocation": "-1:-1:-1",
2666
2666
  "nodeType": "VariableDeclaration",
2667
- "scope": 26968,
2667
+ "scope": 26992,
2668
2668
  "src": "2492:7:69",
2669
2669
  "stateVariable": false,
2670
2670
  "storageLocation": "default",
@@ -2673,7 +2673,7 @@
2673
2673
  "typeString": "uint256"
2674
2674
  },
2675
2675
  "typeName": {
2676
- "id": 26956,
2676
+ "id": 26980,
2677
2677
  "name": "uint256",
2678
2678
  "nodeType": "ElementaryTypeName",
2679
2679
  "src": "2492:7:69",
@@ -2687,35 +2687,35 @@
2687
2687
  ],
2688
2688
  "src": "2491:9:69"
2689
2689
  },
2690
- "scope": 27028,
2690
+ "scope": 27052,
2691
2691
  "stateMutability": "pure",
2692
2692
  "virtual": false,
2693
2693
  "visibility": "internal"
2694
2694
  },
2695
2695
  {
2696
- "id": 27009,
2696
+ "id": 27033,
2697
2697
  "nodeType": "FunctionDefinition",
2698
2698
  "src": "2674:416:69",
2699
2699
  "nodes": [],
2700
2700
  "body": {
2701
- "id": 27008,
2701
+ "id": 27032,
2702
2702
  "nodeType": "Block",
2703
2703
  "src": "2745:345:69",
2704
2704
  "nodes": [],
2705
2705
  "statements": [
2706
2706
  {
2707
2707
  "assignments": [
2708
- 26978
2708
+ 27002
2709
2709
  ],
2710
2710
  "declarations": [
2711
2711
  {
2712
2712
  "constant": false,
2713
- "id": 26978,
2713
+ "id": 27002,
2714
2714
  "mutability": "mutable",
2715
2715
  "name": "fromPointer",
2716
2716
  "nameLocation": "2759:11:69",
2717
2717
  "nodeType": "VariableDeclaration",
2718
- "scope": 27008,
2718
+ "scope": 27032,
2719
2719
  "src": "2751:19:69",
2720
2720
  "stateVariable": false,
2721
2721
  "storageLocation": "default",
@@ -2724,7 +2724,7 @@
2724
2724
  "typeString": "uint256"
2725
2725
  },
2726
2726
  "typeName": {
2727
- "id": 26977,
2727
+ "id": 27001,
2728
2728
  "name": "uint256",
2729
2729
  "nodeType": "ElementaryTypeName",
2730
2730
  "src": "2751:7:69",
@@ -2736,18 +2736,18 @@
2736
2736
  "visibility": "internal"
2737
2737
  }
2738
2738
  ],
2739
- "id": 26982,
2739
+ "id": 27006,
2740
2740
  "initialValue": {
2741
2741
  "arguments": [
2742
2742
  {
2743
- "id": 26980,
2743
+ "id": 27004,
2744
2744
  "name": "self",
2745
2745
  "nodeType": "Identifier",
2746
2746
  "overloadedDeclarations": [],
2747
- "referencedDeclaration": 26972,
2747
+ "referencedDeclaration": 26996,
2748
2748
  "src": "2781:4:69",
2749
2749
  "typeDescriptions": {
2750
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
2750
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
2751
2751
  "typeString": "Slice"
2752
2752
  }
2753
2753
  }
@@ -2755,22 +2755,22 @@
2755
2755
  "expression": {
2756
2756
  "argumentTypes": [
2757
2757
  {
2758
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
2758
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
2759
2759
  "typeString": "Slice"
2760
2760
  }
2761
2761
  ],
2762
- "id": 26979,
2762
+ "id": 27003,
2763
2763
  "name": "pointer",
2764
2764
  "nodeType": "Identifier",
2765
2765
  "overloadedDeclarations": [],
2766
- "referencedDeclaration": 26950,
2766
+ "referencedDeclaration": 26974,
2767
2767
  "src": "2773:7:69",
2768
2768
  "typeDescriptions": {
2769
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Slice_$26787_$returns$_t_uint256_$",
2769
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Slice_$26811_$returns$_t_uint256_$",
2770
2770
  "typeString": "function (Slice) pure returns (uint256)"
2771
2771
  }
2772
2772
  },
2773
- "id": 26981,
2773
+ "id": 27005,
2774
2774
  "isConstant": false,
2775
2775
  "isLValue": false,
2776
2776
  "isPure": false,
@@ -2791,17 +2791,17 @@
2791
2791
  },
2792
2792
  {
2793
2793
  "assignments": [
2794
- 26984
2794
+ 27008
2795
2795
  ],
2796
2796
  "declarations": [
2797
2797
  {
2798
2798
  "constant": false,
2799
- "id": 26984,
2799
+ "id": 27008,
2800
2800
  "mutability": "mutable",
2801
2801
  "name": "_length",
2802
2802
  "nameLocation": "2800:7:69",
2803
2803
  "nodeType": "VariableDeclaration",
2804
- "scope": 27008,
2804
+ "scope": 27032,
2805
2805
  "src": "2792:15:69",
2806
2806
  "stateVariable": false,
2807
2807
  "storageLocation": "default",
@@ -2810,7 +2810,7 @@
2810
2810
  "typeString": "uint256"
2811
2811
  },
2812
2812
  "typeName": {
2813
- "id": 26983,
2813
+ "id": 27007,
2814
2814
  "name": "uint256",
2815
2815
  "nodeType": "ElementaryTypeName",
2816
2816
  "src": "2792:7:69",
@@ -2822,18 +2822,18 @@
2822
2822
  "visibility": "internal"
2823
2823
  }
2824
2824
  ],
2825
- "id": 26988,
2825
+ "id": 27012,
2826
2826
  "initialValue": {
2827
2827
  "arguments": [
2828
2828
  {
2829
- "id": 26986,
2829
+ "id": 27010,
2830
2830
  "name": "self",
2831
2831
  "nodeType": "Identifier",
2832
2832
  "overloadedDeclarations": [],
2833
- "referencedDeclaration": 26972,
2833
+ "referencedDeclaration": 26996,
2834
2834
  "src": "2817:4:69",
2835
2835
  "typeDescriptions": {
2836
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
2836
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
2837
2837
  "typeString": "Slice"
2838
2838
  }
2839
2839
  }
@@ -2841,22 +2841,22 @@
2841
2841
  "expression": {
2842
2842
  "argumentTypes": [
2843
2843
  {
2844
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
2844
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
2845
2845
  "typeString": "Slice"
2846
2846
  }
2847
2847
  ],
2848
- "id": 26985,
2848
+ "id": 27009,
2849
2849
  "name": "length",
2850
2850
  "nodeType": "Identifier",
2851
2851
  "overloadedDeclarations": [],
2852
- "referencedDeclaration": 26968,
2852
+ "referencedDeclaration": 26992,
2853
2853
  "src": "2810:6:69",
2854
2854
  "typeDescriptions": {
2855
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Slice_$26787_$returns$_t_uint256_$",
2855
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Slice_$26811_$returns$_t_uint256_$",
2856
2856
  "typeString": "function (Slice) pure returns (uint256)"
2857
2857
  }
2858
2858
  },
2859
- "id": 26987,
2859
+ "id": 27011,
2860
2860
  "isConstant": false,
2861
2861
  "isLValue": false,
2862
2862
  "isPure": false,
@@ -2877,17 +2877,17 @@
2877
2877
  },
2878
2878
  {
2879
2879
  "expression": {
2880
- "id": 26994,
2880
+ "id": 27018,
2881
2881
  "isConstant": false,
2882
2882
  "isLValue": false,
2883
2883
  "isPure": false,
2884
2884
  "lValueRequested": false,
2885
2885
  "leftHandSide": {
2886
- "id": 26989,
2886
+ "id": 27013,
2887
2887
  "name": "data",
2888
2888
  "nodeType": "Identifier",
2889
2889
  "overloadedDeclarations": [],
2890
- "referencedDeclaration": 26975,
2890
+ "referencedDeclaration": 26999,
2891
2891
  "src": "2889:4:69",
2892
2892
  "typeDescriptions": {
2893
2893
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2899,11 +2899,11 @@
2899
2899
  "rightHandSide": {
2900
2900
  "arguments": [
2901
2901
  {
2902
- "id": 26992,
2902
+ "id": 27016,
2903
2903
  "name": "_length",
2904
2904
  "nodeType": "Identifier",
2905
2905
  "overloadedDeclarations": [],
2906
- "referencedDeclaration": 26984,
2906
+ "referencedDeclaration": 27008,
2907
2907
  "src": "2906:7:69",
2908
2908
  "typeDescriptions": {
2909
2909
  "typeIdentifier": "t_uint256",
@@ -2918,7 +2918,7 @@
2918
2918
  "typeString": "uint256"
2919
2919
  }
2920
2920
  ],
2921
- "id": 26991,
2921
+ "id": 27015,
2922
2922
  "isConstant": false,
2923
2923
  "isLValue": false,
2924
2924
  "isPure": true,
@@ -2930,7 +2930,7 @@
2930
2930
  "typeString": "function (uint256) pure returns (bytes memory)"
2931
2931
  },
2932
2932
  "typeName": {
2933
- "id": 26990,
2933
+ "id": 27014,
2934
2934
  "name": "bytes",
2935
2935
  "nodeType": "ElementaryTypeName",
2936
2936
  "src": "2900:5:69",
@@ -2940,7 +2940,7 @@
2940
2940
  }
2941
2941
  }
2942
2942
  },
2943
- "id": 26993,
2943
+ "id": 27017,
2944
2944
  "isConstant": false,
2945
2945
  "isLValue": false,
2946
2946
  "isPure": false,
@@ -2962,23 +2962,23 @@
2962
2962
  "typeString": "bytes memory"
2963
2963
  }
2964
2964
  },
2965
- "id": 26995,
2965
+ "id": 27019,
2966
2966
  "nodeType": "ExpressionStatement",
2967
2967
  "src": "2889:25:69"
2968
2968
  },
2969
2969
  {
2970
2970
  "assignments": [
2971
- 26997
2971
+ 27021
2972
2972
  ],
2973
2973
  "declarations": [
2974
2974
  {
2975
2975
  "constant": false,
2976
- "id": 26997,
2976
+ "id": 27021,
2977
2977
  "mutability": "mutable",
2978
2978
  "name": "toPointer",
2979
2979
  "nameLocation": "2928:9:69",
2980
2980
  "nodeType": "VariableDeclaration",
2981
- "scope": 27008,
2981
+ "scope": 27032,
2982
2982
  "src": "2920:17:69",
2983
2983
  "stateVariable": false,
2984
2984
  "storageLocation": "default",
@@ -2987,7 +2987,7 @@
2987
2987
  "typeString": "uint256"
2988
2988
  },
2989
2989
  "typeName": {
2990
- "id": 26996,
2990
+ "id": 27020,
2991
2991
  "name": "uint256",
2992
2992
  "nodeType": "ElementaryTypeName",
2993
2993
  "src": "2920:7:69",
@@ -2999,7 +2999,7 @@
2999
2999
  "visibility": "internal"
3000
3000
  }
3001
3001
  ],
3002
- "id": 26998,
3002
+ "id": 27022,
3003
3003
  "nodeType": "VariableDeclarationStatement",
3004
3004
  "src": "2920:17:69"
3005
3005
  },
@@ -3054,21 +3054,21 @@
3054
3054
  "evmVersion": "paris",
3055
3055
  "externalReferences": [
3056
3056
  {
3057
- "declaration": 26975,
3057
+ "declaration": 26999,
3058
3058
  "isOffset": false,
3059
3059
  "isSlot": false,
3060
3060
  "src": "2977:4:69",
3061
3061
  "valueSize": 1
3062
3062
  },
3063
3063
  {
3064
- "declaration": 26997,
3064
+ "declaration": 27021,
3065
3065
  "isOffset": false,
3066
3066
  "isSlot": false,
3067
3067
  "src": "2960:9:69",
3068
3068
  "valueSize": 1
3069
3069
  }
3070
3070
  ],
3071
- "id": 26999,
3071
+ "id": 27023,
3072
3072
  "nodeType": "InlineAssembly",
3073
3073
  "src": "2943:49:69"
3074
3074
  },
@@ -3076,11 +3076,11 @@
3076
3076
  "expression": {
3077
3077
  "arguments": [
3078
3078
  {
3079
- "id": 27003,
3079
+ "id": 27027,
3080
3080
  "name": "fromPointer",
3081
3081
  "nodeType": "Identifier",
3082
3082
  "overloadedDeclarations": [],
3083
- "referencedDeclaration": 26978,
3083
+ "referencedDeclaration": 27002,
3084
3084
  "src": "3053:11:69",
3085
3085
  "typeDescriptions": {
3086
3086
  "typeIdentifier": "t_uint256",
@@ -3088,11 +3088,11 @@
3088
3088
  }
3089
3089
  },
3090
3090
  {
3091
- "id": 27004,
3091
+ "id": 27028,
3092
3092
  "name": "toPointer",
3093
3093
  "nodeType": "Identifier",
3094
3094
  "overloadedDeclarations": [],
3095
- "referencedDeclaration": 26997,
3095
+ "referencedDeclaration": 27021,
3096
3096
  "src": "3066:9:69",
3097
3097
  "typeDescriptions": {
3098
3098
  "typeIdentifier": "t_uint256",
@@ -3100,11 +3100,11 @@
3100
3100
  }
3101
3101
  },
3102
3102
  {
3103
- "id": 27005,
3103
+ "id": 27029,
3104
3104
  "name": "_length",
3105
3105
  "nodeType": "Identifier",
3106
3106
  "overloadedDeclarations": [],
3107
- "referencedDeclaration": 26984,
3107
+ "referencedDeclaration": 27008,
3108
3108
  "src": "3077:7:69",
3109
3109
  "typeDescriptions": {
3110
3110
  "typeIdentifier": "t_uint256",
@@ -3128,18 +3128,18 @@
3128
3128
  }
3129
3129
  ],
3130
3130
  "expression": {
3131
- "id": 27000,
3131
+ "id": 27024,
3132
3132
  "name": "Memory",
3133
3133
  "nodeType": "Identifier",
3134
3134
  "overloadedDeclarations": [],
3135
- "referencedDeclaration": 25613,
3135
+ "referencedDeclaration": 25637,
3136
3136
  "src": "3041:6:69",
3137
3137
  "typeDescriptions": {
3138
- "typeIdentifier": "t_type$_t_contract$_Memory_$25613_$",
3138
+ "typeIdentifier": "t_type$_t_contract$_Memory_$25637_$",
3139
3139
  "typeString": "type(library Memory)"
3140
3140
  }
3141
3141
  },
3142
- "id": 27002,
3142
+ "id": 27026,
3143
3143
  "isConstant": false,
3144
3144
  "isLValue": false,
3145
3145
  "isPure": false,
@@ -3147,14 +3147,14 @@
3147
3147
  "memberLocation": "3048:4:69",
3148
3148
  "memberName": "copy",
3149
3149
  "nodeType": "MemberAccess",
3150
- "referencedDeclaration": 25612,
3150
+ "referencedDeclaration": 25636,
3151
3151
  "src": "3041:11:69",
3152
3152
  "typeDescriptions": {
3153
3153
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_uint256_$returns$__$",
3154
3154
  "typeString": "function (uint256,uint256,uint256) pure"
3155
3155
  }
3156
3156
  },
3157
- "id": 27006,
3157
+ "id": 27030,
3158
3158
  "isConstant": false,
3159
3159
  "isLValue": false,
3160
3160
  "isPure": false,
@@ -3170,14 +3170,14 @@
3170
3170
  "typeString": "tuple()"
3171
3171
  }
3172
3172
  },
3173
- "id": 27007,
3173
+ "id": 27031,
3174
3174
  "nodeType": "ExpressionStatement",
3175
3175
  "src": "3041:44:69"
3176
3176
  }
3177
3177
  ]
3178
3178
  },
3179
3179
  "documentation": {
3180
- "id": 26969,
3180
+ "id": 26993,
3181
3181
  "nodeType": "StructuredDocumentation",
3182
3182
  "src": "2561:110:69",
3183
3183
  "text": " @dev Copies the slice to a new bytes array\n The slice will NOT point to the new bytes array"
@@ -3188,41 +3188,41 @@
3188
3188
  "name": "toBytes",
3189
3189
  "nameLocation": "2683:7:69",
3190
3190
  "parameters": {
3191
- "id": 26973,
3191
+ "id": 26997,
3192
3192
  "nodeType": "ParameterList",
3193
3193
  "parameters": [
3194
3194
  {
3195
3195
  "constant": false,
3196
- "id": 26972,
3196
+ "id": 26996,
3197
3197
  "mutability": "mutable",
3198
3198
  "name": "self",
3199
3199
  "nameLocation": "2697:4:69",
3200
3200
  "nodeType": "VariableDeclaration",
3201
- "scope": 27009,
3201
+ "scope": 27033,
3202
3202
  "src": "2691:10:69",
3203
3203
  "stateVariable": false,
3204
3204
  "storageLocation": "default",
3205
3205
  "typeDescriptions": {
3206
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
3206
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
3207
3207
  "typeString": "Slice"
3208
3208
  },
3209
3209
  "typeName": {
3210
- "id": 26971,
3210
+ "id": 26995,
3211
3211
  "nodeType": "UserDefinedTypeName",
3212
3212
  "pathNode": {
3213
- "id": 26970,
3213
+ "id": 26994,
3214
3214
  "name": "Slice",
3215
3215
  "nameLocations": [
3216
3216
  "2691:5:69"
3217
3217
  ],
3218
3218
  "nodeType": "IdentifierPath",
3219
- "referencedDeclaration": 26787,
3219
+ "referencedDeclaration": 26811,
3220
3220
  "src": "2691:5:69"
3221
3221
  },
3222
- "referencedDeclaration": 26787,
3222
+ "referencedDeclaration": 26811,
3223
3223
  "src": "2691:5:69",
3224
3224
  "typeDescriptions": {
3225
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
3225
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
3226
3226
  "typeString": "Slice"
3227
3227
  }
3228
3228
  },
@@ -3232,17 +3232,17 @@
3232
3232
  "src": "2690:12:69"
3233
3233
  },
3234
3234
  "returnParameters": {
3235
- "id": 26976,
3235
+ "id": 27000,
3236
3236
  "nodeType": "ParameterList",
3237
3237
  "parameters": [
3238
3238
  {
3239
3239
  "constant": false,
3240
- "id": 26975,
3240
+ "id": 26999,
3241
3241
  "mutability": "mutable",
3242
3242
  "name": "data",
3243
3243
  "nameLocation": "2739:4:69",
3244
3244
  "nodeType": "VariableDeclaration",
3245
- "scope": 27009,
3245
+ "scope": 27033,
3246
3246
  "src": "2726:17:69",
3247
3247
  "stateVariable": false,
3248
3248
  "storageLocation": "memory",
@@ -3251,7 +3251,7 @@
3251
3251
  "typeString": "bytes"
3252
3252
  },
3253
3253
  "typeName": {
3254
- "id": 26974,
3254
+ "id": 26998,
3255
3255
  "name": "bytes",
3256
3256
  "nodeType": "ElementaryTypeName",
3257
3257
  "src": "2726:5:69",
@@ -3265,35 +3265,35 @@
3265
3265
  ],
3266
3266
  "src": "2725:19:69"
3267
3267
  },
3268
- "scope": 27028,
3268
+ "scope": 27052,
3269
3269
  "stateMutability": "pure",
3270
3270
  "virtual": false,
3271
3271
  "visibility": "internal"
3272
3272
  },
3273
3273
  {
3274
- "id": 27027,
3274
+ "id": 27051,
3275
3275
  "nodeType": "FunctionDefinition",
3276
3276
  "src": "3094:235:69",
3277
3277
  "nodes": [],
3278
3278
  "body": {
3279
- "id": 27026,
3279
+ "id": 27050,
3280
3280
  "nodeType": "Block",
3281
3281
  "src": "3164:165:69",
3282
3282
  "nodes": [],
3283
3283
  "statements": [
3284
3284
  {
3285
3285
  "assignments": [
3286
- 27018
3286
+ 27042
3287
3287
  ],
3288
3288
  "declarations": [
3289
3289
  {
3290
3290
  "constant": false,
3291
- "id": 27018,
3291
+ "id": 27042,
3292
3292
  "mutability": "mutable",
3293
3293
  "name": "memoryPointer",
3294
3294
  "nameLocation": "3178:13:69",
3295
3295
  "nodeType": "VariableDeclaration",
3296
- "scope": 27026,
3296
+ "scope": 27050,
3297
3297
  "src": "3170:21:69",
3298
3298
  "stateVariable": false,
3299
3299
  "storageLocation": "default",
@@ -3302,7 +3302,7 @@
3302
3302
  "typeString": "uint256"
3303
3303
  },
3304
3304
  "typeName": {
3305
- "id": 27017,
3305
+ "id": 27041,
3306
3306
  "name": "uint256",
3307
3307
  "nodeType": "ElementaryTypeName",
3308
3308
  "src": "3170:7:69",
@@ -3314,24 +3314,24 @@
3314
3314
  "visibility": "internal"
3315
3315
  }
3316
3316
  ],
3317
- "id": 27022,
3317
+ "id": 27046,
3318
3318
  "initialValue": {
3319
3319
  "arguments": [],
3320
3320
  "expression": {
3321
3321
  "argumentTypes": [],
3322
3322
  "expression": {
3323
- "id": 27019,
3323
+ "id": 27043,
3324
3324
  "name": "self",
3325
3325
  "nodeType": "Identifier",
3326
3326
  "overloadedDeclarations": [],
3327
- "referencedDeclaration": 27012,
3327
+ "referencedDeclaration": 27036,
3328
3328
  "src": "3194:4:69",
3329
3329
  "typeDescriptions": {
3330
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
3330
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
3331
3331
  "typeString": "Slice"
3332
3332
  }
3333
3333
  },
3334
- "id": 27020,
3334
+ "id": 27044,
3335
3335
  "isConstant": false,
3336
3336
  "isLValue": false,
3337
3337
  "isPure": false,
@@ -3339,14 +3339,14 @@
3339
3339
  "memberLocation": "3199:7:69",
3340
3340
  "memberName": "pointer",
3341
3341
  "nodeType": "MemberAccess",
3342
- "referencedDeclaration": 26950,
3342
+ "referencedDeclaration": 26974,
3343
3343
  "src": "3194:12:69",
3344
3344
  "typeDescriptions": {
3345
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Slice_$26787_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_Slice_$26787_$",
3345
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Slice_$26811_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_Slice_$26811_$",
3346
3346
  "typeString": "function (Slice) pure returns (uint256)"
3347
3347
  }
3348
3348
  },
3349
- "id": 27021,
3349
+ "id": 27045,
3350
3350
  "isConstant": false,
3351
3351
  "isLValue": false,
3352
3352
  "isPure": false,
@@ -3409,39 +3409,39 @@
3409
3409
  "evmVersion": "paris",
3410
3410
  "externalReferences": [
3411
3411
  {
3412
- "declaration": 27018,
3412
+ "declaration": 27042,
3413
3413
  "isOffset": false,
3414
3414
  "isSlot": false,
3415
3415
  "src": "3286:13:69",
3416
3416
  "valueSize": 1
3417
3417
  },
3418
3418
  {
3419
- "declaration": 27015,
3419
+ "declaration": 27039,
3420
3420
  "isOffset": false,
3421
3421
  "isSlot": false,
3422
3422
  "src": "3270:6:69",
3423
3423
  "valueSize": 1
3424
3424
  }
3425
3425
  ],
3426
- "id": 27023,
3426
+ "id": 27047,
3427
3427
  "nodeType": "InlineAssembly",
3428
3428
  "src": "3253:53:69"
3429
3429
  },
3430
3430
  {
3431
3431
  "expression": {
3432
- "id": 27024,
3432
+ "id": 27048,
3433
3433
  "name": "result",
3434
3434
  "nodeType": "Identifier",
3435
3435
  "overloadedDeclarations": [],
3436
- "referencedDeclaration": 27015,
3436
+ "referencedDeclaration": 27039,
3437
3437
  "src": "3318:6:69",
3438
3438
  "typeDescriptions": {
3439
3439
  "typeIdentifier": "t_bytes32",
3440
3440
  "typeString": "bytes32"
3441
3441
  }
3442
3442
  },
3443
- "functionReturnParameters": 27016,
3444
- "id": 27025,
3443
+ "functionReturnParameters": 27040,
3444
+ "id": 27049,
3445
3445
  "nodeType": "Return",
3446
3446
  "src": "3311:13:69"
3447
3447
  }
@@ -3453,41 +3453,41 @@
3453
3453
  "name": "toBytes32",
3454
3454
  "nameLocation": "3103:9:69",
3455
3455
  "parameters": {
3456
- "id": 27013,
3456
+ "id": 27037,
3457
3457
  "nodeType": "ParameterList",
3458
3458
  "parameters": [
3459
3459
  {
3460
3460
  "constant": false,
3461
- "id": 27012,
3461
+ "id": 27036,
3462
3462
  "mutability": "mutable",
3463
3463
  "name": "self",
3464
3464
  "nameLocation": "3119:4:69",
3465
3465
  "nodeType": "VariableDeclaration",
3466
- "scope": 27027,
3466
+ "scope": 27051,
3467
3467
  "src": "3113:10:69",
3468
3468
  "stateVariable": false,
3469
3469
  "storageLocation": "default",
3470
3470
  "typeDescriptions": {
3471
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
3471
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
3472
3472
  "typeString": "Slice"
3473
3473
  },
3474
3474
  "typeName": {
3475
- "id": 27011,
3475
+ "id": 27035,
3476
3476
  "nodeType": "UserDefinedTypeName",
3477
3477
  "pathNode": {
3478
- "id": 27010,
3478
+ "id": 27034,
3479
3479
  "name": "Slice",
3480
3480
  "nameLocations": [
3481
3481
  "3113:5:69"
3482
3482
  ],
3483
3483
  "nodeType": "IdentifierPath",
3484
- "referencedDeclaration": 26787,
3484
+ "referencedDeclaration": 26811,
3485
3485
  "src": "3113:5:69"
3486
3486
  },
3487
- "referencedDeclaration": 26787,
3487
+ "referencedDeclaration": 26811,
3488
3488
  "src": "3113:5:69",
3489
3489
  "typeDescriptions": {
3490
- "typeIdentifier": "t_userDefinedValueType$_Slice_$26787",
3490
+ "typeIdentifier": "t_userDefinedValueType$_Slice_$26811",
3491
3491
  "typeString": "Slice"
3492
3492
  }
3493
3493
  },
@@ -3497,17 +3497,17 @@
3497
3497
  "src": "3112:12:69"
3498
3498
  },
3499
3499
  "returnParameters": {
3500
- "id": 27016,
3500
+ "id": 27040,
3501
3501
  "nodeType": "ParameterList",
3502
3502
  "parameters": [
3503
3503
  {
3504
3504
  "constant": false,
3505
- "id": 27015,
3505
+ "id": 27039,
3506
3506
  "mutability": "mutable",
3507
3507
  "name": "result",
3508
3508
  "nameLocation": "3156:6:69",
3509
3509
  "nodeType": "VariableDeclaration",
3510
- "scope": 27027,
3510
+ "scope": 27051,
3511
3511
  "src": "3148:14:69",
3512
3512
  "stateVariable": false,
3513
3513
  "storageLocation": "default",
@@ -3516,7 +3516,7 @@
3516
3516
  "typeString": "bytes32"
3517
3517
  },
3518
3518
  "typeName": {
3519
- "id": 27014,
3519
+ "id": 27038,
3520
3520
  "name": "bytes32",
3521
3521
  "nodeType": "ElementaryTypeName",
3522
3522
  "src": "3148:7:69",
@@ -3530,7 +3530,7 @@
3530
3530
  ],
3531
3531
  "src": "3147:16:69"
3532
3532
  },
3533
- "scope": 27028,
3533
+ "scope": 27052,
3534
3534
  "stateMutability": "pure",
3535
3535
  "virtual": false,
3536
3536
  "visibility": "internal"
@@ -3542,18 +3542,18 @@
3542
3542
  "contractDependencies": [],
3543
3543
  "contractKind": "library",
3544
3544
  "documentation": {
3545
- "id": 26933,
3545
+ "id": 26957,
3546
3546
  "nodeType": "StructuredDocumentation",
3547
3547
  "src": "2138:46:69",
3548
3548
  "text": " @title Instance functions for Slice"
3549
3549
  },
3550
3550
  "fullyImplemented": true,
3551
3551
  "linearizedBaseContracts": [
3552
- 27028
3552
+ 27052
3553
3553
  ],
3554
3554
  "name": "SliceInstance",
3555
3555
  "nameLocation": "2193:13:69",
3556
- "scope": 27029,
3556
+ "scope": 27053,
3557
3557
  "usedErrors": [],
3558
3558
  "usedEvents": []
3559
3559
  }