@latticexyz/world-modules 2.0.0-next.10 → 2.0.0-next.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/AccessControl.sol/AccessControl.abi.json +1 -0
- package/out/AccessControl.sol/AccessControl.json +1651 -0
- package/out/ArrayLib.sol/ArrayLib.json +477 -477
- package/out/Balances.sol/Balances.abi.json +1 -0
- package/out/Balances.sol/Balances.json +13002 -0
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +354 -354
- package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
- package/out/DelegationControl.sol/DelegationControl.json +139 -139
- package/out/FunctionSelectors.sol/FunctionSelectors.abi.json +1 -0
- package/out/FunctionSelectors.sol/FunctionSelectors.json +17874 -0
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +18 -18
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
- package/out/IBaseWorld.sol/IBaseWorld.json +85 -85
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
- package/out/IDelegationControl.sol/IDelegationControl.json +11 -11
- package/out/ISystemHook.sol/ISystemHook.json +16 -16
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +25 -25
- package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
- package/out/IWorldKernel.sol/IWorldCall.json +14 -14
- package/out/IWorldKernel.sol/IWorldKernel.json +14 -14
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +14 -14
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +43 -43
- package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
- package/out/KeysInTableModule.sol/KeysInTableModule.json +842 -842
- package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1561 -1561
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +654 -654
- package/out/Module.sol/Module.json +119 -119
- package/out/NamespaceOwner.sol/NamespaceOwner.abi.json +1 -0
- package/out/NamespaceOwner.sol/NamespaceOwner.json +13016 -0
- package/out/ResourceAccess.sol/ResourceAccess.abi.json +1 -0
- package/out/ResourceAccess.sol/ResourceAccess.json +17296 -0
- package/out/ResourceIds.sol/ResourceIds.json +45 -45
- package/out/Schema.sol/SchemaInstance.json +30 -30
- package/out/Schema.sol/SchemaLib.json +30 -30
- package/out/SchemaType.sol/SchemaType.json +729 -729
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +452 -452
- package/out/StoreHook.sol/StoreHook.json +639 -639
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +32 -32
- package/out/SystemHooks.sol/SystemHooks.abi.json +1 -0
- package/out/SystemHooks.sol/SystemHooks.json +32460 -0
- package/out/SystemSwitch.sol/SystemSwitch.abi.json +1 -0
- package/out/SystemSwitch.sol/SystemSwitch.json +2879 -0
- package/out/Systems.sol/Systems.abi.json +1 -0
- package/out/Systems.sol/Systems.json +18508 -0
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +187 -187
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
- package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +486 -486
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +132 -132
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4590 -4590
- package/out/WorldContext.sol/WorldContextConsumer.json +14 -14
- package/out/WorldContext.sol/WorldContextConsumerLib.json +14 -14
- package/out/WorldContext.sol/WorldContextProviderLib.json +14 -14
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +107 -107
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +107 -107
- package/out/constants.sol/constants.json +477 -194
- package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
- package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
- package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
- package/out/getUniqueEntity.sol/getUniqueEntity.json +389 -240
- package/out/hasKey.sol/hasKey.json +215 -215
- package/out/index.sol/index.json +73 -73
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +175 -175
- package/out/query.sol/query.json +1892 -1892
- package/out/revertWithBytes.sol/revertWithBytes.json +52 -52
- package/out/src/Bytes.sol/Bytes.json +3766 -3766
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +1204 -1204
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +1204 -1204
- package/out/src/Hook.sol/HookInstance.abi.json +1 -0
- package/out/src/Hook.sol/HookInstance.json +2823 -0
- package/out/src/Hook.sol/HookLib.abi.json +1 -0
- package/out/src/Hook.sol/HookLib.json +2823 -0
- package/out/src/IStore.sol/IStore.json +73 -73
- package/out/src/ISystemHook.sol/ISystemHook.abi.json +67 -0
- package/out/src/ISystemHook.sol/ISystemHook.abi.json.d.ts +68 -0
- package/out/src/ISystemHook.sol/ISystemHook.json +852 -0
- package/out/src/IWorldErrors.sol/IWorldErrors.abi.json +189 -0
- package/out/src/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +190 -0
- package/out/src/IWorldErrors.sol/IWorldErrors.json +1463 -0
- package/out/src/IWorldKernel.sol/IWorldCall.json +262 -262
- package/out/src/IWorldKernel.sol/IWorldKernel.json +262 -262
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +262 -262
- package/out/src/Memory.sol/Memory.json +242 -242
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +1633 -1633
- package/out/src/PackedCounter.sol/PackedCounterLib.json +1633 -1633
- package/out/src/ResourceId.sol/ResourceIdInstance.json +206 -206
- package/out/src/ResourceId.sol/ResourceIdLib.json +206 -206
- package/out/src/Schema.sol/SchemaInstance.json +1351 -1351
- package/out/src/Schema.sol/SchemaLib.json +1351 -1351
- package/out/src/Slice.sol/SliceInstance.json +802 -802
- package/out/src/Slice.sol/SliceLib.json +802 -802
- package/out/src/StoreCore.sol/StoreCore.json +7412 -7412
- package/out/src/StoreCore.sol/StoreCoreInternal.json +7412 -7412
- package/out/src/StoreSwitch.sol/StoreSwitch.json +4064 -4064
- package/out/src/WorldContext.sol/WorldContextConsumer.json +805 -805
- package/out/src/WorldContext.sol/WorldContextConsumerLib.json +807 -807
- package/out/src/WorldContext.sol/WorldContextProviderLib.json +807 -807
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +813 -813
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +813 -813
- package/out/storeHookTypes.sol/storeHookTypes.json +204 -204
- package/out/storeResourceTypes.sol/storeResourceTypes.json +23 -23
- package/out/systemHookTypes.sol/systemHookTypes.json +270 -0
- package/out/tables/ResourceIds.sol/ResourceIds.json +2922 -2922
- package/out/tables/Tables.sol/Tables.json +12189 -12189
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +6883 -6883
- package/out/types.sol/types.json +71 -71
- package/out/worldResourceTypes.sol/worldResourceTypes.json +92 -92
- package/package.json +8 -8
- package/src/modules/uniqueentity/getUniqueEntity.sol +5 -3
- package/src/utils/SystemSwitch.sol +82 -0
@@ -10,38 +10,38 @@
|
|
10
10
|
},
|
11
11
|
"ast": {
|
12
12
|
"absolutePath": "src/modules/keyswithvalue/getKeysWithValue.sol",
|
13
|
-
"id":
|
13
|
+
"id": 59892,
|
14
14
|
"exportedSymbols": {
|
15
15
|
"IStore": [
|
16
|
-
|
16
|
+
28450
|
17
17
|
],
|
18
18
|
"KeysWithValue": [
|
19
|
-
|
19
|
+
62450
|
20
20
|
],
|
21
21
|
"MODULE_NAMESPACE": [
|
22
|
-
|
22
|
+
59755
|
23
23
|
],
|
24
24
|
"PackedCounter": [
|
25
|
-
|
25
|
+
28512
|
26
26
|
],
|
27
27
|
"ResourceId": [
|
28
|
-
|
28
|
+
29139
|
29
29
|
],
|
30
30
|
"getKeysWithValue": [
|
31
|
-
|
32
|
-
|
31
|
+
59828,
|
32
|
+
59891
|
33
33
|
],
|
34
34
|
"getTargetTableId": [
|
35
|
-
|
35
|
+
59986
|
36
36
|
]
|
37
37
|
},
|
38
38
|
"nodeType": "SourceUnit",
|
39
|
-
"src": "32:1935:
|
39
|
+
"src": "32:1935:134",
|
40
40
|
"nodes": [
|
41
41
|
{
|
42
|
-
"id":
|
42
|
+
"id": 59757,
|
43
43
|
"nodeType": "PragmaDirective",
|
44
|
-
"src": "32:25:
|
44
|
+
"src": "32:25:134",
|
45
45
|
"nodes": [],
|
46
46
|
"literals": [
|
47
47
|
"solidity",
|
@@ -51,24 +51,24 @@
|
|
51
51
|
]
|
52
52
|
},
|
53
53
|
{
|
54
|
-
"id":
|
54
|
+
"id": 59759,
|
55
55
|
"nodeType": "ImportDirective",
|
56
|
-
"src": "59:58:
|
56
|
+
"src": "59:58:134",
|
57
57
|
"nodes": [],
|
58
58
|
"absolutePath": "node_modules/@latticexyz/store/src/IStore.sol",
|
59
59
|
"file": "@latticexyz/store/src/IStore.sol",
|
60
60
|
"nameLocation": "-1:-1:-1",
|
61
|
-
"scope":
|
62
|
-
"sourceUnit":
|
61
|
+
"scope": 59892,
|
62
|
+
"sourceUnit": 28451,
|
63
63
|
"symbolAliases": [
|
64
64
|
{
|
65
65
|
"foreign": {
|
66
|
-
"id":
|
66
|
+
"id": 59758,
|
67
67
|
"name": "IStore",
|
68
68
|
"nodeType": "Identifier",
|
69
69
|
"overloadedDeclarations": [],
|
70
|
-
"referencedDeclaration":
|
71
|
-
"src": "68:6:
|
70
|
+
"referencedDeclaration": 28450,
|
71
|
+
"src": "68:6:134",
|
72
72
|
"typeDescriptions": {}
|
73
73
|
},
|
74
74
|
"nameLocation": "-1:-1:-1"
|
@@ -77,24 +77,24 @@
|
|
77
77
|
"unitAlias": ""
|
78
78
|
},
|
79
79
|
{
|
80
|
-
"id":
|
80
|
+
"id": 59761,
|
81
81
|
"nodeType": "ImportDirective",
|
82
|
-
"src": "118:72:
|
82
|
+
"src": "118:72:134",
|
83
83
|
"nodes": [],
|
84
84
|
"absolutePath": "node_modules/@latticexyz/store/src/PackedCounter.sol",
|
85
85
|
"file": "@latticexyz/store/src/PackedCounter.sol",
|
86
86
|
"nameLocation": "-1:-1:-1",
|
87
|
-
"scope":
|
88
|
-
"sourceUnit":
|
87
|
+
"scope": 59892,
|
88
|
+
"sourceUnit": 29136,
|
89
89
|
"symbolAliases": [
|
90
90
|
{
|
91
91
|
"foreign": {
|
92
|
-
"id":
|
92
|
+
"id": 59760,
|
93
93
|
"name": "PackedCounter",
|
94
94
|
"nodeType": "Identifier",
|
95
95
|
"overloadedDeclarations": [],
|
96
|
-
"referencedDeclaration":
|
97
|
-
"src": "127:13:
|
96
|
+
"referencedDeclaration": 28512,
|
97
|
+
"src": "127:13:134",
|
98
98
|
"typeDescriptions": {}
|
99
99
|
},
|
100
100
|
"nameLocation": "-1:-1:-1"
|
@@ -103,24 +103,24 @@
|
|
103
103
|
"unitAlias": ""
|
104
104
|
},
|
105
105
|
{
|
106
|
-
"id":
|
106
|
+
"id": 59763,
|
107
107
|
"nodeType": "ImportDirective",
|
108
|
-
"src": "191:66:
|
108
|
+
"src": "191:66:134",
|
109
109
|
"nodes": [],
|
110
110
|
"absolutePath": "node_modules/@latticexyz/store/src/ResourceId.sol",
|
111
111
|
"file": "@latticexyz/store/src/ResourceId.sol",
|
112
112
|
"nameLocation": "-1:-1:-1",
|
113
|
-
"scope":
|
114
|
-
"sourceUnit":
|
113
|
+
"scope": 59892,
|
114
|
+
"sourceUnit": 29211,
|
115
115
|
"symbolAliases": [
|
116
116
|
{
|
117
117
|
"foreign": {
|
118
|
-
"id":
|
118
|
+
"id": 59762,
|
119
119
|
"name": "ResourceId",
|
120
120
|
"nodeType": "Identifier",
|
121
121
|
"overloadedDeclarations": [],
|
122
|
-
"referencedDeclaration":
|
123
|
-
"src": "200:10:
|
122
|
+
"referencedDeclaration": 29139,
|
123
|
+
"src": "200:10:134",
|
124
124
|
"typeDescriptions": {}
|
125
125
|
},
|
126
126
|
"nameLocation": "-1:-1:-1"
|
@@ -129,24 +129,24 @@
|
|
129
129
|
"unitAlias": ""
|
130
130
|
},
|
131
131
|
{
|
132
|
-
"id":
|
132
|
+
"id": 59765,
|
133
133
|
"nodeType": "ImportDirective",
|
134
|
-
"src": "259:51:
|
134
|
+
"src": "259:51:134",
|
135
135
|
"nodes": [],
|
136
136
|
"absolutePath": "src/modules/keyswithvalue/constants.sol",
|
137
137
|
"file": "./constants.sol",
|
138
138
|
"nameLocation": "-1:-1:-1",
|
139
|
-
"scope":
|
140
|
-
"sourceUnit":
|
139
|
+
"scope": 59892,
|
140
|
+
"sourceUnit": 59756,
|
141
141
|
"symbolAliases": [
|
142
142
|
{
|
143
143
|
"foreign": {
|
144
|
-
"id":
|
144
|
+
"id": 59764,
|
145
145
|
"name": "MODULE_NAMESPACE",
|
146
146
|
"nodeType": "Identifier",
|
147
147
|
"overloadedDeclarations": [],
|
148
|
-
"referencedDeclaration":
|
149
|
-
"src": "268:16:
|
148
|
+
"referencedDeclaration": 59755,
|
149
|
+
"src": "268:16:134",
|
150
150
|
"typeDescriptions": {}
|
151
151
|
},
|
152
152
|
"nameLocation": "-1:-1:-1"
|
@@ -155,24 +155,24 @@
|
|
155
155
|
"unitAlias": ""
|
156
156
|
},
|
157
157
|
{
|
158
|
-
"id":
|
158
|
+
"id": 59767,
|
159
159
|
"nodeType": "ImportDirective",
|
160
|
-
"src": "311:59:
|
160
|
+
"src": "311:59:134",
|
161
161
|
"nodes": [],
|
162
162
|
"absolutePath": "src/modules/keyswithvalue/tables/KeysWithValue.sol",
|
163
163
|
"file": "./tables/KeysWithValue.sol",
|
164
164
|
"nameLocation": "-1:-1:-1",
|
165
|
-
"scope":
|
166
|
-
"sourceUnit":
|
165
|
+
"scope": 59892,
|
166
|
+
"sourceUnit": 62451,
|
167
167
|
"symbolAliases": [
|
168
168
|
{
|
169
169
|
"foreign": {
|
170
|
-
"id":
|
170
|
+
"id": 59766,
|
171
171
|
"name": "KeysWithValue",
|
172
172
|
"nodeType": "Identifier",
|
173
173
|
"overloadedDeclarations": [],
|
174
|
-
"referencedDeclaration":
|
175
|
-
"src": "320:13:
|
174
|
+
"referencedDeclaration": 62450,
|
175
|
+
"src": "320:13:134",
|
176
176
|
"typeDescriptions": {}
|
177
177
|
},
|
178
178
|
"nameLocation": "-1:-1:-1"
|
@@ -181,24 +181,24 @@
|
|
181
181
|
"unitAlias": ""
|
182
182
|
},
|
183
183
|
{
|
184
|
-
"id":
|
184
|
+
"id": 59769,
|
185
185
|
"nodeType": "ImportDirective",
|
186
|
-
"src": "371:58:
|
186
|
+
"src": "371:58:134",
|
187
187
|
"nodes": [],
|
188
188
|
"absolutePath": "src/modules/keyswithvalue/getTargetTableId.sol",
|
189
189
|
"file": "./getTargetTableId.sol",
|
190
190
|
"nameLocation": "-1:-1:-1",
|
191
|
-
"scope":
|
192
|
-
"sourceUnit":
|
191
|
+
"scope": 59892,
|
192
|
+
"sourceUnit": 59987,
|
193
193
|
"symbolAliases": [
|
194
194
|
{
|
195
195
|
"foreign": {
|
196
|
-
"id":
|
196
|
+
"id": 59768,
|
197
197
|
"name": "getTargetTableId",
|
198
198
|
"nodeType": "Identifier",
|
199
199
|
"overloadedDeclarations": [],
|
200
|
-
"referencedDeclaration":
|
201
|
-
"src": "380:16:
|
200
|
+
"referencedDeclaration": 59986,
|
201
|
+
"src": "380:16:134",
|
202
202
|
"typeDescriptions": {}
|
203
203
|
},
|
204
204
|
"nameLocation": "-1:-1:-1"
|
@@ -207,83 +207,83 @@
|
|
207
207
|
"unitAlias": ""
|
208
208
|
},
|
209
209
|
{
|
210
|
-
"id":
|
210
|
+
"id": 59828,
|
211
211
|
"nodeType": "FunctionDefinition",
|
212
|
-
"src": "675:597:
|
212
|
+
"src": "675:597:134",
|
213
213
|
"nodes": [],
|
214
214
|
"body": {
|
215
|
-
"id":
|
215
|
+
"id": 59827,
|
216
216
|
"nodeType": "Block",
|
217
|
-
"src": "858:414:
|
217
|
+
"src": "858:414:134",
|
218
218
|
"nodes": [],
|
219
219
|
"statements": [
|
220
220
|
{
|
221
221
|
"assignments": [
|
222
|
-
|
222
|
+
59788
|
223
223
|
],
|
224
224
|
"declarations": [
|
225
225
|
{
|
226
226
|
"constant": false,
|
227
|
-
"id":
|
227
|
+
"id": 59788,
|
228
228
|
"mutability": "mutable",
|
229
229
|
"name": "keysWithValueTableId",
|
230
|
-
"nameLocation": "922:20:
|
230
|
+
"nameLocation": "922:20:134",
|
231
231
|
"nodeType": "VariableDeclaration",
|
232
|
-
"scope":
|
233
|
-
"src": "911:31:
|
232
|
+
"scope": 59827,
|
233
|
+
"src": "911:31:134",
|
234
234
|
"stateVariable": false,
|
235
235
|
"storageLocation": "default",
|
236
236
|
"typeDescriptions": {
|
237
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
237
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
238
238
|
"typeString": "ResourceId"
|
239
239
|
},
|
240
240
|
"typeName": {
|
241
|
-
"id":
|
241
|
+
"id": 59787,
|
242
242
|
"nodeType": "UserDefinedTypeName",
|
243
243
|
"pathNode": {
|
244
|
-
"id":
|
244
|
+
"id": 59786,
|
245
245
|
"name": "ResourceId",
|
246
246
|
"nameLocations": [
|
247
|
-
"911:10:
|
247
|
+
"911:10:134"
|
248
248
|
],
|
249
249
|
"nodeType": "IdentifierPath",
|
250
|
-
"referencedDeclaration":
|
251
|
-
"src": "911:10:
|
250
|
+
"referencedDeclaration": 29139,
|
251
|
+
"src": "911:10:134"
|
252
252
|
},
|
253
|
-
"referencedDeclaration":
|
254
|
-
"src": "911:10:
|
253
|
+
"referencedDeclaration": 29139,
|
254
|
+
"src": "911:10:134",
|
255
255
|
"typeDescriptions": {
|
256
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
256
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
257
257
|
"typeString": "ResourceId"
|
258
258
|
}
|
259
259
|
},
|
260
260
|
"visibility": "internal"
|
261
261
|
}
|
262
262
|
],
|
263
|
-
"id":
|
263
|
+
"id": 59793,
|
264
264
|
"initialValue": {
|
265
265
|
"arguments": [
|
266
266
|
{
|
267
|
-
"id":
|
267
|
+
"id": 59790,
|
268
268
|
"name": "MODULE_NAMESPACE",
|
269
269
|
"nodeType": "Identifier",
|
270
270
|
"overloadedDeclarations": [],
|
271
|
-
"referencedDeclaration":
|
272
|
-
"src": "962:16:
|
271
|
+
"referencedDeclaration": 59755,
|
272
|
+
"src": "962:16:134",
|
273
273
|
"typeDescriptions": {
|
274
274
|
"typeIdentifier": "t_bytes7",
|
275
275
|
"typeString": "bytes7"
|
276
276
|
}
|
277
277
|
},
|
278
278
|
{
|
279
|
-
"id":
|
279
|
+
"id": 59791,
|
280
280
|
"name": "tableId",
|
281
281
|
"nodeType": "Identifier",
|
282
282
|
"overloadedDeclarations": [],
|
283
|
-
"referencedDeclaration":
|
284
|
-
"src": "980:7:
|
283
|
+
"referencedDeclaration": 59773,
|
284
|
+
"src": "980:7:134",
|
285
285
|
"typeDescriptions": {
|
286
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
286
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
287
287
|
"typeString": "ResourceId"
|
288
288
|
}
|
289
289
|
}
|
@@ -295,22 +295,22 @@
|
|
295
295
|
"typeString": "bytes7"
|
296
296
|
},
|
297
297
|
{
|
298
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
298
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
299
299
|
"typeString": "ResourceId"
|
300
300
|
}
|
301
301
|
],
|
302
|
-
"id":
|
302
|
+
"id": 59789,
|
303
303
|
"name": "getTargetTableId",
|
304
304
|
"nodeType": "Identifier",
|
305
305
|
"overloadedDeclarations": [],
|
306
|
-
"referencedDeclaration":
|
307
|
-
"src": "945:16:
|
306
|
+
"referencedDeclaration": 59986,
|
307
|
+
"src": "945:16:134",
|
308
308
|
"typeDescriptions": {
|
309
|
-
"typeIdentifier": "t_function_internal_pure$_t_bytes7_$_t_userDefinedValueType$_ResourceId_$
|
309
|
+
"typeIdentifier": "t_function_internal_pure$_t_bytes7_$_t_userDefinedValueType$_ResourceId_$29139_$returns$_t_userDefinedValueType$_ResourceId_$29139_$",
|
310
310
|
"typeString": "function (bytes7,ResourceId) pure returns (ResourceId)"
|
311
311
|
}
|
312
312
|
},
|
313
|
-
"id":
|
313
|
+
"id": 59792,
|
314
314
|
"isConstant": false,
|
315
315
|
"isLValue": false,
|
316
316
|
"isPure": false,
|
@@ -319,30 +319,30 @@
|
|
319
319
|
"nameLocations": [],
|
320
320
|
"names": [],
|
321
321
|
"nodeType": "FunctionCall",
|
322
|
-
"src": "945:43:
|
322
|
+
"src": "945:43:134",
|
323
323
|
"tryCall": false,
|
324
324
|
"typeDescriptions": {
|
325
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
325
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
326
326
|
"typeString": "ResourceId"
|
327
327
|
}
|
328
328
|
},
|
329
329
|
"nodeType": "VariableDeclarationStatement",
|
330
|
-
"src": "911:77:
|
330
|
+
"src": "911:77:134"
|
331
331
|
},
|
332
332
|
{
|
333
333
|
"assignments": [
|
334
|
-
|
334
|
+
59795
|
335
335
|
],
|
336
336
|
"declarations": [
|
337
337
|
{
|
338
338
|
"constant": false,
|
339
|
-
"id":
|
339
|
+
"id": 59795,
|
340
340
|
"mutability": "mutable",
|
341
341
|
"name": "value",
|
342
|
-
"nameLocation": "1045:5:
|
342
|
+
"nameLocation": "1045:5:134",
|
343
343
|
"nodeType": "VariableDeclaration",
|
344
|
-
"scope":
|
345
|
-
"src": "1032:18:
|
344
|
+
"scope": 59827,
|
345
|
+
"src": "1032:18:134",
|
346
346
|
"stateVariable": false,
|
347
347
|
"storageLocation": "memory",
|
348
348
|
"typeDescriptions": {
|
@@ -350,10 +350,10 @@
|
|
350
350
|
"typeString": "bytes"
|
351
351
|
},
|
352
352
|
"typeName": {
|
353
|
-
"id":
|
353
|
+
"id": 59794,
|
354
354
|
"name": "bytes",
|
355
355
|
"nodeType": "ElementaryTypeName",
|
356
|
-
"src": "1032:5:
|
356
|
+
"src": "1032:5:134",
|
357
357
|
"typeDescriptions": {
|
358
358
|
"typeIdentifier": "t_bytes_storage_ptr",
|
359
359
|
"typeString": "bytes"
|
@@ -362,9 +362,9 @@
|
|
362
362
|
"visibility": "internal"
|
363
363
|
}
|
364
364
|
],
|
365
|
-
"id":
|
365
|
+
"id": 59796,
|
366
366
|
"nodeType": "VariableDeclarationStatement",
|
367
|
-
"src": "1032:18:
|
367
|
+
"src": "1032:18:134"
|
368
368
|
},
|
369
369
|
{
|
370
370
|
"condition": {
|
@@ -372,33 +372,33 @@
|
|
372
372
|
"typeIdentifier": "t_uint256",
|
373
373
|
"typeString": "uint256"
|
374
374
|
},
|
375
|
-
"id":
|
375
|
+
"id": 59800,
|
376
376
|
"isConstant": false,
|
377
377
|
"isLValue": false,
|
378
378
|
"isPure": false,
|
379
379
|
"lValueRequested": false,
|
380
380
|
"leftExpression": {
|
381
381
|
"expression": {
|
382
|
-
"id":
|
382
|
+
"id": 59797,
|
383
383
|
"name": "dynamicData",
|
384
384
|
"nodeType": "Identifier",
|
385
385
|
"overloadedDeclarations": [],
|
386
|
-
"referencedDeclaration":
|
387
|
-
"src": "1058:11:
|
386
|
+
"referencedDeclaration": 59780,
|
387
|
+
"src": "1058:11:134",
|
388
388
|
"typeDescriptions": {
|
389
389
|
"typeIdentifier": "t_bytes_memory_ptr",
|
390
390
|
"typeString": "bytes memory"
|
391
391
|
}
|
392
392
|
},
|
393
|
-
"id":
|
393
|
+
"id": 59798,
|
394
394
|
"isConstant": false,
|
395
395
|
"isLValue": false,
|
396
396
|
"isPure": false,
|
397
397
|
"lValueRequested": false,
|
398
|
-
"memberLocation": "1070:6:
|
398
|
+
"memberLocation": "1070:6:134",
|
399
399
|
"memberName": "length",
|
400
400
|
"nodeType": "MemberAccess",
|
401
|
-
"src": "1058:18:
|
401
|
+
"src": "1058:18:134",
|
402
402
|
"typeDescriptions": {
|
403
403
|
"typeIdentifier": "t_uint256",
|
404
404
|
"typeString": "uint256"
|
@@ -408,45 +408,45 @@
|
|
408
408
|
"operator": ">",
|
409
409
|
"rightExpression": {
|
410
410
|
"hexValue": "30",
|
411
|
-
"id":
|
411
|
+
"id": 59799,
|
412
412
|
"isConstant": false,
|
413
413
|
"isLValue": false,
|
414
414
|
"isPure": true,
|
415
415
|
"kind": "number",
|
416
416
|
"lValueRequested": false,
|
417
417
|
"nodeType": "Literal",
|
418
|
-
"src": "1079:1:
|
418
|
+
"src": "1079:1:134",
|
419
419
|
"typeDescriptions": {
|
420
420
|
"typeIdentifier": "t_rational_0_by_1",
|
421
421
|
"typeString": "int_const 0"
|
422
422
|
},
|
423
423
|
"value": "0"
|
424
424
|
},
|
425
|
-
"src": "1058:22:
|
425
|
+
"src": "1058:22:134",
|
426
426
|
"typeDescriptions": {
|
427
427
|
"typeIdentifier": "t_bool",
|
428
428
|
"typeString": "bool"
|
429
429
|
}
|
430
430
|
},
|
431
431
|
"falseBody": {
|
432
|
-
"id":
|
432
|
+
"id": 59815,
|
433
433
|
"nodeType": "Block",
|
434
|
-
"src": "1164:29:
|
434
|
+
"src": "1164:29:134",
|
435
435
|
"statements": [
|
436
436
|
{
|
437
437
|
"expression": {
|
438
|
-
"id":
|
438
|
+
"id": 59813,
|
439
439
|
"isConstant": false,
|
440
440
|
"isLValue": false,
|
441
441
|
"isPure": false,
|
442
442
|
"lValueRequested": false,
|
443
443
|
"leftHandSide": {
|
444
|
-
"id":
|
444
|
+
"id": 59811,
|
445
445
|
"name": "value",
|
446
446
|
"nodeType": "Identifier",
|
447
447
|
"overloadedDeclarations": [],
|
448
|
-
"referencedDeclaration":
|
449
|
-
"src": "1170:5:
|
448
|
+
"referencedDeclaration": 59795,
|
449
|
+
"src": "1170:5:134",
|
450
450
|
"typeDescriptions": {
|
451
451
|
"typeIdentifier": "t_bytes_memory_ptr",
|
452
452
|
"typeString": "bytes memory"
|
@@ -455,51 +455,51 @@
|
|
455
455
|
"nodeType": "Assignment",
|
456
456
|
"operator": "=",
|
457
457
|
"rightHandSide": {
|
458
|
-
"id":
|
458
|
+
"id": 59812,
|
459
459
|
"name": "staticData",
|
460
460
|
"nodeType": "Identifier",
|
461
461
|
"overloadedDeclarations": [],
|
462
|
-
"referencedDeclaration":
|
463
|
-
"src": "1178:10:
|
462
|
+
"referencedDeclaration": 59775,
|
463
|
+
"src": "1178:10:134",
|
464
464
|
"typeDescriptions": {
|
465
465
|
"typeIdentifier": "t_bytes_memory_ptr",
|
466
466
|
"typeString": "bytes memory"
|
467
467
|
}
|
468
468
|
},
|
469
|
-
"src": "1170:18:
|
469
|
+
"src": "1170:18:134",
|
470
470
|
"typeDescriptions": {
|
471
471
|
"typeIdentifier": "t_bytes_memory_ptr",
|
472
472
|
"typeString": "bytes memory"
|
473
473
|
}
|
474
474
|
},
|
475
|
-
"id":
|
475
|
+
"id": 59814,
|
476
476
|
"nodeType": "ExpressionStatement",
|
477
|
-
"src": "1170:18:
|
477
|
+
"src": "1170:18:134"
|
478
478
|
}
|
479
479
|
]
|
480
480
|
},
|
481
|
-
"id":
|
481
|
+
"id": 59816,
|
482
482
|
"nodeType": "IfStatement",
|
483
|
-
"src": "1054:139:
|
483
|
+
"src": "1054:139:134",
|
484
484
|
"trueBody": {
|
485
|
-
"id":
|
485
|
+
"id": 59810,
|
486
486
|
"nodeType": "Block",
|
487
|
-
"src": "1082:76:
|
487
|
+
"src": "1082:76:134",
|
488
488
|
"statements": [
|
489
489
|
{
|
490
490
|
"expression": {
|
491
|
-
"id":
|
491
|
+
"id": 59808,
|
492
492
|
"isConstant": false,
|
493
493
|
"isLValue": false,
|
494
494
|
"isPure": false,
|
495
495
|
"lValueRequested": false,
|
496
496
|
"leftHandSide": {
|
497
|
-
"id":
|
497
|
+
"id": 59801,
|
498
498
|
"name": "value",
|
499
499
|
"nodeType": "Identifier",
|
500
500
|
"overloadedDeclarations": [],
|
501
|
-
"referencedDeclaration":
|
502
|
-
"src": "1088:5:
|
501
|
+
"referencedDeclaration": 59795,
|
502
|
+
"src": "1088:5:134",
|
503
503
|
"typeDescriptions": {
|
504
504
|
"typeIdentifier": "t_bytes_memory_ptr",
|
505
505
|
"typeString": "bytes memory"
|
@@ -510,36 +510,36 @@
|
|
510
510
|
"rightHandSide": {
|
511
511
|
"arguments": [
|
512
512
|
{
|
513
|
-
"id":
|
513
|
+
"id": 59804,
|
514
514
|
"name": "staticData",
|
515
515
|
"nodeType": "Identifier",
|
516
516
|
"overloadedDeclarations": [],
|
517
|
-
"referencedDeclaration":
|
518
|
-
"src": "1113:10:
|
517
|
+
"referencedDeclaration": 59775,
|
518
|
+
"src": "1113:10:134",
|
519
519
|
"typeDescriptions": {
|
520
520
|
"typeIdentifier": "t_bytes_memory_ptr",
|
521
521
|
"typeString": "bytes memory"
|
522
522
|
}
|
523
523
|
},
|
524
524
|
{
|
525
|
-
"id":
|
525
|
+
"id": 59805,
|
526
526
|
"name": "encodedLengths",
|
527
527
|
"nodeType": "Identifier",
|
528
528
|
"overloadedDeclarations": [],
|
529
|
-
"referencedDeclaration":
|
530
|
-
"src": "1125:14:
|
529
|
+
"referencedDeclaration": 59778,
|
530
|
+
"src": "1125:14:134",
|
531
531
|
"typeDescriptions": {
|
532
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
532
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
533
533
|
"typeString": "PackedCounter"
|
534
534
|
}
|
535
535
|
},
|
536
536
|
{
|
537
|
-
"id":
|
537
|
+
"id": 59806,
|
538
538
|
"name": "dynamicData",
|
539
539
|
"nodeType": "Identifier",
|
540
540
|
"overloadedDeclarations": [],
|
541
|
-
"referencedDeclaration":
|
542
|
-
"src": "1141:11:
|
541
|
+
"referencedDeclaration": 59780,
|
542
|
+
"src": "1141:11:134",
|
543
543
|
"typeDescriptions": {
|
544
544
|
"typeIdentifier": "t_bytes_memory_ptr",
|
545
545
|
"typeString": "bytes memory"
|
@@ -553,7 +553,7 @@
|
|
553
553
|
"typeString": "bytes memory"
|
554
554
|
},
|
555
555
|
{
|
556
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
556
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
557
557
|
"typeString": "PackedCounter"
|
558
558
|
},
|
559
559
|
{
|
@@ -562,32 +562,32 @@
|
|
562
562
|
}
|
563
563
|
],
|
564
564
|
"expression": {
|
565
|
-
"id":
|
565
|
+
"id": 59802,
|
566
566
|
"name": "abi",
|
567
567
|
"nodeType": "Identifier",
|
568
568
|
"overloadedDeclarations": [],
|
569
569
|
"referencedDeclaration": -1,
|
570
|
-
"src": "1096:3:
|
570
|
+
"src": "1096:3:134",
|
571
571
|
"typeDescriptions": {
|
572
572
|
"typeIdentifier": "t_magic_abi",
|
573
573
|
"typeString": "abi"
|
574
574
|
}
|
575
575
|
},
|
576
|
-
"id":
|
576
|
+
"id": 59803,
|
577
577
|
"isConstant": false,
|
578
578
|
"isLValue": false,
|
579
579
|
"isPure": true,
|
580
580
|
"lValueRequested": false,
|
581
|
-
"memberLocation": "1100:12:
|
581
|
+
"memberLocation": "1100:12:134",
|
582
582
|
"memberName": "encodePacked",
|
583
583
|
"nodeType": "MemberAccess",
|
584
|
-
"src": "1096:16:
|
584
|
+
"src": "1096:16:134",
|
585
585
|
"typeDescriptions": {
|
586
586
|
"typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$",
|
587
587
|
"typeString": "function () pure returns (bytes memory)"
|
588
588
|
}
|
589
589
|
},
|
590
|
-
"id":
|
590
|
+
"id": 59807,
|
591
591
|
"isConstant": false,
|
592
592
|
"isLValue": false,
|
593
593
|
"isPure": false,
|
@@ -596,40 +596,40 @@
|
|
596
596
|
"nameLocations": [],
|
597
597
|
"names": [],
|
598
598
|
"nodeType": "FunctionCall",
|
599
|
-
"src": "1096:57:
|
599
|
+
"src": "1096:57:134",
|
600
600
|
"tryCall": false,
|
601
601
|
"typeDescriptions": {
|
602
602
|
"typeIdentifier": "t_bytes_memory_ptr",
|
603
603
|
"typeString": "bytes memory"
|
604
604
|
}
|
605
605
|
},
|
606
|
-
"src": "1088:65:
|
606
|
+
"src": "1088:65:134",
|
607
607
|
"typeDescriptions": {
|
608
608
|
"typeIdentifier": "t_bytes_memory_ptr",
|
609
609
|
"typeString": "bytes memory"
|
610
610
|
}
|
611
611
|
},
|
612
|
-
"id":
|
612
|
+
"id": 59809,
|
613
613
|
"nodeType": "ExpressionStatement",
|
614
|
-
"src": "1088:65:
|
614
|
+
"src": "1088:65:134"
|
615
615
|
}
|
616
616
|
]
|
617
617
|
}
|
618
618
|
},
|
619
619
|
{
|
620
620
|
"expression": {
|
621
|
-
"id":
|
621
|
+
"id": 59825,
|
622
622
|
"isConstant": false,
|
623
623
|
"isLValue": false,
|
624
624
|
"isPure": false,
|
625
625
|
"lValueRequested": false,
|
626
626
|
"leftHandSide": {
|
627
|
-
"id":
|
627
|
+
"id": 59817,
|
628
628
|
"name": "keysWithValue",
|
629
629
|
"nodeType": "Identifier",
|
630
630
|
"overloadedDeclarations": [],
|
631
|
-
"referencedDeclaration":
|
632
|
-
"src": "1196:13:
|
631
|
+
"referencedDeclaration": 59784,
|
632
|
+
"src": "1196:13:134",
|
633
633
|
"typeDescriptions": {
|
634
634
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
635
635
|
"typeString": "bytes32[] memory"
|
@@ -640,26 +640,26 @@
|
|
640
640
|
"rightHandSide": {
|
641
641
|
"arguments": [
|
642
642
|
{
|
643
|
-
"id":
|
643
|
+
"id": 59820,
|
644
644
|
"name": "keysWithValueTableId",
|
645
645
|
"nodeType": "Identifier",
|
646
646
|
"overloadedDeclarations": [],
|
647
|
-
"referencedDeclaration":
|
648
|
-
"src": "1230:20:
|
647
|
+
"referencedDeclaration": 59788,
|
648
|
+
"src": "1230:20:134",
|
649
649
|
"typeDescriptions": {
|
650
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
650
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
651
651
|
"typeString": "ResourceId"
|
652
652
|
}
|
653
653
|
},
|
654
654
|
{
|
655
655
|
"arguments": [
|
656
656
|
{
|
657
|
-
"id":
|
657
|
+
"id": 59822,
|
658
658
|
"name": "value",
|
659
659
|
"nodeType": "Identifier",
|
660
660
|
"overloadedDeclarations": [],
|
661
|
-
"referencedDeclaration":
|
662
|
-
"src": "1262:5:
|
661
|
+
"referencedDeclaration": 59795,
|
662
|
+
"src": "1262:5:134",
|
663
663
|
"typeDescriptions": {
|
664
664
|
"typeIdentifier": "t_bytes_memory_ptr",
|
665
665
|
"typeString": "bytes memory"
|
@@ -673,18 +673,18 @@
|
|
673
673
|
"typeString": "bytes memory"
|
674
674
|
}
|
675
675
|
],
|
676
|
-
"id":
|
676
|
+
"id": 59821,
|
677
677
|
"name": "keccak256",
|
678
678
|
"nodeType": "Identifier",
|
679
679
|
"overloadedDeclarations": [],
|
680
680
|
"referencedDeclaration": -8,
|
681
|
-
"src": "1252:9:
|
681
|
+
"src": "1252:9:134",
|
682
682
|
"typeDescriptions": {
|
683
683
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
684
684
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
685
685
|
}
|
686
686
|
},
|
687
|
-
"id":
|
687
|
+
"id": 59823,
|
688
688
|
"isConstant": false,
|
689
689
|
"isLValue": false,
|
690
690
|
"isPure": false,
|
@@ -693,7 +693,7 @@
|
|
693
693
|
"nameLocations": [],
|
694
694
|
"names": [],
|
695
695
|
"nodeType": "FunctionCall",
|
696
|
-
"src": "1252:16:
|
696
|
+
"src": "1252:16:134",
|
697
697
|
"tryCall": false,
|
698
698
|
"typeDescriptions": {
|
699
699
|
"typeIdentifier": "t_bytes32",
|
@@ -704,7 +704,7 @@
|
|
704
704
|
"expression": {
|
705
705
|
"argumentTypes": [
|
706
706
|
{
|
707
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
707
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
708
708
|
"typeString": "ResourceId"
|
709
709
|
},
|
710
710
|
{
|
@@ -713,33 +713,33 @@
|
|
713
713
|
}
|
714
714
|
],
|
715
715
|
"expression": {
|
716
|
-
"id":
|
716
|
+
"id": 59818,
|
717
717
|
"name": "KeysWithValue",
|
718
718
|
"nodeType": "Identifier",
|
719
719
|
"overloadedDeclarations": [],
|
720
|
-
"referencedDeclaration":
|
721
|
-
"src": "1212:13:
|
720
|
+
"referencedDeclaration": 62450,
|
721
|
+
"src": "1212:13:134",
|
722
722
|
"typeDescriptions": {
|
723
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
723
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62450_$",
|
724
724
|
"typeString": "type(library KeysWithValue)"
|
725
725
|
}
|
726
726
|
},
|
727
|
-
"id":
|
727
|
+
"id": 59819,
|
728
728
|
"isConstant": false,
|
729
729
|
"isLValue": false,
|
730
730
|
"isPure": false,
|
731
731
|
"lValueRequested": false,
|
732
|
-
"memberLocation": "1226:3:
|
732
|
+
"memberLocation": "1226:3:134",
|
733
733
|
"memberName": "get",
|
734
734
|
"nodeType": "MemberAccess",
|
735
|
-
"referencedDeclaration":
|
736
|
-
"src": "1212:17:
|
735
|
+
"referencedDeclaration": 60418,
|
736
|
+
"src": "1212:17:134",
|
737
737
|
"typeDescriptions": {
|
738
|
-
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$
|
738
|
+
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$29139_$_t_bytes32_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
739
739
|
"typeString": "function (ResourceId,bytes32) view returns (bytes32[] memory)"
|
740
740
|
}
|
741
741
|
},
|
742
|
-
"id":
|
742
|
+
"id": 59824,
|
743
743
|
"isConstant": false,
|
744
744
|
"isLValue": false,
|
745
745
|
"isPure": false,
|
@@ -748,72 +748,72 @@
|
|
748
748
|
"nameLocations": [],
|
749
749
|
"names": [],
|
750
750
|
"nodeType": "FunctionCall",
|
751
|
-
"src": "1212:57:
|
751
|
+
"src": "1212:57:134",
|
752
752
|
"tryCall": false,
|
753
753
|
"typeDescriptions": {
|
754
754
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
755
755
|
"typeString": "bytes32[] memory"
|
756
756
|
}
|
757
757
|
},
|
758
|
-
"src": "1196:73:
|
758
|
+
"src": "1196:73:134",
|
759
759
|
"typeDescriptions": {
|
760
760
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
761
761
|
"typeString": "bytes32[] memory"
|
762
762
|
}
|
763
763
|
},
|
764
|
-
"id":
|
764
|
+
"id": 59826,
|
765
765
|
"nodeType": "ExpressionStatement",
|
766
|
-
"src": "1196:73:
|
766
|
+
"src": "1196:73:134"
|
767
767
|
}
|
768
768
|
]
|
769
769
|
},
|
770
770
|
"documentation": {
|
771
|
-
"id":
|
771
|
+
"id": 59770,
|
772
772
|
"nodeType": "StructuredDocumentation",
|
773
|
-
"src": "431:243:
|
773
|
+
"src": "431:243:134",
|
774
774
|
"text": " Get a list of keys with the given value.\n Note: this util can only be called within the context of a Store (e.g. from a System or Module).\n For usage outside of a Store, use the overload that takes an explicit store argument."
|
775
775
|
},
|
776
776
|
"implemented": true,
|
777
777
|
"kind": "freeFunction",
|
778
778
|
"modifiers": [],
|
779
779
|
"name": "getKeysWithValue",
|
780
|
-
"nameLocation": "684:16:
|
780
|
+
"nameLocation": "684:16:134",
|
781
781
|
"parameters": {
|
782
|
-
"id":
|
782
|
+
"id": 59781,
|
783
783
|
"nodeType": "ParameterList",
|
784
784
|
"parameters": [
|
785
785
|
{
|
786
786
|
"constant": false,
|
787
|
-
"id":
|
787
|
+
"id": 59773,
|
788
788
|
"mutability": "mutable",
|
789
789
|
"name": "tableId",
|
790
|
-
"nameLocation": "715:7:
|
790
|
+
"nameLocation": "715:7:134",
|
791
791
|
"nodeType": "VariableDeclaration",
|
792
|
-
"scope":
|
793
|
-
"src": "704:18:
|
792
|
+
"scope": 59828,
|
793
|
+
"src": "704:18:134",
|
794
794
|
"stateVariable": false,
|
795
795
|
"storageLocation": "default",
|
796
796
|
"typeDescriptions": {
|
797
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
797
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
798
798
|
"typeString": "ResourceId"
|
799
799
|
},
|
800
800
|
"typeName": {
|
801
|
-
"id":
|
801
|
+
"id": 59772,
|
802
802
|
"nodeType": "UserDefinedTypeName",
|
803
803
|
"pathNode": {
|
804
|
-
"id":
|
804
|
+
"id": 59771,
|
805
805
|
"name": "ResourceId",
|
806
806
|
"nameLocations": [
|
807
|
-
"704:10:
|
807
|
+
"704:10:134"
|
808
808
|
],
|
809
809
|
"nodeType": "IdentifierPath",
|
810
|
-
"referencedDeclaration":
|
811
|
-
"src": "704:10:
|
810
|
+
"referencedDeclaration": 29139,
|
811
|
+
"src": "704:10:134"
|
812
812
|
},
|
813
|
-
"referencedDeclaration":
|
814
|
-
"src": "704:10:
|
813
|
+
"referencedDeclaration": 29139,
|
814
|
+
"src": "704:10:134",
|
815
815
|
"typeDescriptions": {
|
816
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
816
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
817
817
|
"typeString": "ResourceId"
|
818
818
|
}
|
819
819
|
},
|
@@ -821,13 +821,13 @@
|
|
821
821
|
},
|
822
822
|
{
|
823
823
|
"constant": false,
|
824
|
-
"id":
|
824
|
+
"id": 59775,
|
825
825
|
"mutability": "mutable",
|
826
826
|
"name": "staticData",
|
827
|
-
"nameLocation": "739:10:
|
827
|
+
"nameLocation": "739:10:134",
|
828
828
|
"nodeType": "VariableDeclaration",
|
829
|
-
"scope":
|
830
|
-
"src": "726:23:
|
829
|
+
"scope": 59828,
|
830
|
+
"src": "726:23:134",
|
831
831
|
"stateVariable": false,
|
832
832
|
"storageLocation": "memory",
|
833
833
|
"typeDescriptions": {
|
@@ -835,10 +835,10 @@
|
|
835
835
|
"typeString": "bytes"
|
836
836
|
},
|
837
837
|
"typeName": {
|
838
|
-
"id":
|
838
|
+
"id": 59774,
|
839
839
|
"name": "bytes",
|
840
840
|
"nodeType": "ElementaryTypeName",
|
841
|
-
"src": "726:5:
|
841
|
+
"src": "726:5:134",
|
842
842
|
"typeDescriptions": {
|
843
843
|
"typeIdentifier": "t_bytes_storage_ptr",
|
844
844
|
"typeString": "bytes"
|
@@ -848,36 +848,36 @@
|
|
848
848
|
},
|
849
849
|
{
|
850
850
|
"constant": false,
|
851
|
-
"id":
|
851
|
+
"id": 59778,
|
852
852
|
"mutability": "mutable",
|
853
853
|
"name": "encodedLengths",
|
854
|
-
"nameLocation": "767:14:
|
854
|
+
"nameLocation": "767:14:134",
|
855
855
|
"nodeType": "VariableDeclaration",
|
856
|
-
"scope":
|
857
|
-
"src": "753:28:
|
856
|
+
"scope": 59828,
|
857
|
+
"src": "753:28:134",
|
858
858
|
"stateVariable": false,
|
859
859
|
"storageLocation": "default",
|
860
860
|
"typeDescriptions": {
|
861
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
861
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
862
862
|
"typeString": "PackedCounter"
|
863
863
|
},
|
864
864
|
"typeName": {
|
865
|
-
"id":
|
865
|
+
"id": 59777,
|
866
866
|
"nodeType": "UserDefinedTypeName",
|
867
867
|
"pathNode": {
|
868
|
-
"id":
|
868
|
+
"id": 59776,
|
869
869
|
"name": "PackedCounter",
|
870
870
|
"nameLocations": [
|
871
|
-
"753:13:
|
871
|
+
"753:13:134"
|
872
872
|
],
|
873
873
|
"nodeType": "IdentifierPath",
|
874
|
-
"referencedDeclaration":
|
875
|
-
"src": "753:13:
|
874
|
+
"referencedDeclaration": 28512,
|
875
|
+
"src": "753:13:134"
|
876
876
|
},
|
877
|
-
"referencedDeclaration":
|
878
|
-
"src": "753:13:
|
877
|
+
"referencedDeclaration": 28512,
|
878
|
+
"src": "753:13:134",
|
879
879
|
"typeDescriptions": {
|
880
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
880
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
881
881
|
"typeString": "PackedCounter"
|
882
882
|
}
|
883
883
|
},
|
@@ -885,13 +885,13 @@
|
|
885
885
|
},
|
886
886
|
{
|
887
887
|
"constant": false,
|
888
|
-
"id":
|
888
|
+
"id": 59780,
|
889
889
|
"mutability": "mutable",
|
890
890
|
"name": "dynamicData",
|
891
|
-
"nameLocation": "798:11:
|
891
|
+
"nameLocation": "798:11:134",
|
892
892
|
"nodeType": "VariableDeclaration",
|
893
|
-
"scope":
|
894
|
-
"src": "785:24:
|
893
|
+
"scope": 59828,
|
894
|
+
"src": "785:24:134",
|
895
895
|
"stateVariable": false,
|
896
896
|
"storageLocation": "memory",
|
897
897
|
"typeDescriptions": {
|
@@ -899,10 +899,10 @@
|
|
899
899
|
"typeString": "bytes"
|
900
900
|
},
|
901
901
|
"typeName": {
|
902
|
-
"id":
|
902
|
+
"id": 59779,
|
903
903
|
"name": "bytes",
|
904
904
|
"nodeType": "ElementaryTypeName",
|
905
|
-
"src": "785:5:
|
905
|
+
"src": "785:5:134",
|
906
906
|
"typeDescriptions": {
|
907
907
|
"typeIdentifier": "t_bytes_storage_ptr",
|
908
908
|
"typeString": "bytes"
|
@@ -911,21 +911,21 @@
|
|
911
911
|
"visibility": "internal"
|
912
912
|
}
|
913
913
|
],
|
914
|
-
"src": "700:111:
|
914
|
+
"src": "700:111:134"
|
915
915
|
},
|
916
916
|
"returnParameters": {
|
917
|
-
"id":
|
917
|
+
"id": 59785,
|
918
918
|
"nodeType": "ParameterList",
|
919
919
|
"parameters": [
|
920
920
|
{
|
921
921
|
"constant": false,
|
922
|
-
"id":
|
922
|
+
"id": 59784,
|
923
923
|
"mutability": "mutable",
|
924
924
|
"name": "keysWithValue",
|
925
|
-
"nameLocation": "843:13:
|
925
|
+
"nameLocation": "843:13:134",
|
926
926
|
"nodeType": "VariableDeclaration",
|
927
|
-
"scope":
|
928
|
-
"src": "826:30:
|
927
|
+
"scope": 59828,
|
928
|
+
"src": "826:30:134",
|
929
929
|
"stateVariable": false,
|
930
930
|
"storageLocation": "memory",
|
931
931
|
"typeDescriptions": {
|
@@ -934,18 +934,18 @@
|
|
934
934
|
},
|
935
935
|
"typeName": {
|
936
936
|
"baseType": {
|
937
|
-
"id":
|
937
|
+
"id": 59782,
|
938
938
|
"name": "bytes32",
|
939
939
|
"nodeType": "ElementaryTypeName",
|
940
|
-
"src": "826:7:
|
940
|
+
"src": "826:7:134",
|
941
941
|
"typeDescriptions": {
|
942
942
|
"typeIdentifier": "t_bytes32",
|
943
943
|
"typeString": "bytes32"
|
944
944
|
}
|
945
945
|
},
|
946
|
-
"id":
|
946
|
+
"id": 59783,
|
947
947
|
"nodeType": "ArrayTypeName",
|
948
|
-
"src": "826:9:
|
948
|
+
"src": "826:9:134",
|
949
949
|
"typeDescriptions": {
|
950
950
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
|
951
951
|
"typeString": "bytes32[]"
|
@@ -954,91 +954,91 @@
|
|
954
954
|
"visibility": "internal"
|
955
955
|
}
|
956
956
|
],
|
957
|
-
"src": "825:32:
|
957
|
+
"src": "825:32:134"
|
958
958
|
},
|
959
|
-
"scope":
|
959
|
+
"scope": 59892,
|
960
960
|
"stateMutability": "view",
|
961
961
|
"virtual": false,
|
962
962
|
"visibility": "internal"
|
963
963
|
},
|
964
964
|
{
|
965
|
-
"id":
|
965
|
+
"id": 59891,
|
966
966
|
"nodeType": "FunctionDefinition",
|
967
|
-
"src": "1346:620:
|
967
|
+
"src": "1346:620:134",
|
968
968
|
"nodes": [],
|
969
969
|
"body": {
|
970
|
-
"id":
|
970
|
+
"id": 59890,
|
971
971
|
"nodeType": "Block",
|
972
|
-
"src": "1545:421:
|
972
|
+
"src": "1545:421:134",
|
973
973
|
"nodes": [],
|
974
974
|
"statements": [
|
975
975
|
{
|
976
976
|
"assignments": [
|
977
|
-
|
977
|
+
59850
|
978
978
|
],
|
979
979
|
"declarations": [
|
980
980
|
{
|
981
981
|
"constant": false,
|
982
|
-
"id":
|
982
|
+
"id": 59850,
|
983
983
|
"mutability": "mutable",
|
984
984
|
"name": "keysWithValueTableId",
|
985
|
-
"nameLocation": "1609:20:
|
985
|
+
"nameLocation": "1609:20:134",
|
986
986
|
"nodeType": "VariableDeclaration",
|
987
|
-
"scope":
|
988
|
-
"src": "1598:31:
|
987
|
+
"scope": 59890,
|
988
|
+
"src": "1598:31:134",
|
989
989
|
"stateVariable": false,
|
990
990
|
"storageLocation": "default",
|
991
991
|
"typeDescriptions": {
|
992
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
992
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
993
993
|
"typeString": "ResourceId"
|
994
994
|
},
|
995
995
|
"typeName": {
|
996
|
-
"id":
|
996
|
+
"id": 59849,
|
997
997
|
"nodeType": "UserDefinedTypeName",
|
998
998
|
"pathNode": {
|
999
|
-
"id":
|
999
|
+
"id": 59848,
|
1000
1000
|
"name": "ResourceId",
|
1001
1001
|
"nameLocations": [
|
1002
|
-
"1598:10:
|
1002
|
+
"1598:10:134"
|
1003
1003
|
],
|
1004
1004
|
"nodeType": "IdentifierPath",
|
1005
|
-
"referencedDeclaration":
|
1006
|
-
"src": "1598:10:
|
1005
|
+
"referencedDeclaration": 29139,
|
1006
|
+
"src": "1598:10:134"
|
1007
1007
|
},
|
1008
|
-
"referencedDeclaration":
|
1009
|
-
"src": "1598:10:
|
1008
|
+
"referencedDeclaration": 29139,
|
1009
|
+
"src": "1598:10:134",
|
1010
1010
|
"typeDescriptions": {
|
1011
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1011
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1012
1012
|
"typeString": "ResourceId"
|
1013
1013
|
}
|
1014
1014
|
},
|
1015
1015
|
"visibility": "internal"
|
1016
1016
|
}
|
1017
1017
|
],
|
1018
|
-
"id":
|
1018
|
+
"id": 59855,
|
1019
1019
|
"initialValue": {
|
1020
1020
|
"arguments": [
|
1021
1021
|
{
|
1022
|
-
"id":
|
1022
|
+
"id": 59852,
|
1023
1023
|
"name": "MODULE_NAMESPACE",
|
1024
1024
|
"nodeType": "Identifier",
|
1025
1025
|
"overloadedDeclarations": [],
|
1026
|
-
"referencedDeclaration":
|
1027
|
-
"src": "1649:16:
|
1026
|
+
"referencedDeclaration": 59755,
|
1027
|
+
"src": "1649:16:134",
|
1028
1028
|
"typeDescriptions": {
|
1029
1029
|
"typeIdentifier": "t_bytes7",
|
1030
1030
|
"typeString": "bytes7"
|
1031
1031
|
}
|
1032
1032
|
},
|
1033
1033
|
{
|
1034
|
-
"id":
|
1034
|
+
"id": 59853,
|
1035
1035
|
"name": "tableId",
|
1036
1036
|
"nodeType": "Identifier",
|
1037
1037
|
"overloadedDeclarations": [],
|
1038
|
-
"referencedDeclaration":
|
1039
|
-
"src": "1667:7:
|
1038
|
+
"referencedDeclaration": 59835,
|
1039
|
+
"src": "1667:7:134",
|
1040
1040
|
"typeDescriptions": {
|
1041
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1041
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1042
1042
|
"typeString": "ResourceId"
|
1043
1043
|
}
|
1044
1044
|
}
|
@@ -1050,22 +1050,22 @@
|
|
1050
1050
|
"typeString": "bytes7"
|
1051
1051
|
},
|
1052
1052
|
{
|
1053
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1053
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1054
1054
|
"typeString": "ResourceId"
|
1055
1055
|
}
|
1056
1056
|
],
|
1057
|
-
"id":
|
1057
|
+
"id": 59851,
|
1058
1058
|
"name": "getTargetTableId",
|
1059
1059
|
"nodeType": "Identifier",
|
1060
1060
|
"overloadedDeclarations": [],
|
1061
|
-
"referencedDeclaration":
|
1062
|
-
"src": "1632:16:
|
1061
|
+
"referencedDeclaration": 59986,
|
1062
|
+
"src": "1632:16:134",
|
1063
1063
|
"typeDescriptions": {
|
1064
|
-
"typeIdentifier": "t_function_internal_pure$_t_bytes7_$_t_userDefinedValueType$_ResourceId_$
|
1064
|
+
"typeIdentifier": "t_function_internal_pure$_t_bytes7_$_t_userDefinedValueType$_ResourceId_$29139_$returns$_t_userDefinedValueType$_ResourceId_$29139_$",
|
1065
1065
|
"typeString": "function (bytes7,ResourceId) pure returns (ResourceId)"
|
1066
1066
|
}
|
1067
1067
|
},
|
1068
|
-
"id":
|
1068
|
+
"id": 59854,
|
1069
1069
|
"isConstant": false,
|
1070
1070
|
"isLValue": false,
|
1071
1071
|
"isPure": false,
|
@@ -1074,30 +1074,30 @@
|
|
1074
1074
|
"nameLocations": [],
|
1075
1075
|
"names": [],
|
1076
1076
|
"nodeType": "FunctionCall",
|
1077
|
-
"src": "1632:43:
|
1077
|
+
"src": "1632:43:134",
|
1078
1078
|
"tryCall": false,
|
1079
1079
|
"typeDescriptions": {
|
1080
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1080
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1081
1081
|
"typeString": "ResourceId"
|
1082
1082
|
}
|
1083
1083
|
},
|
1084
1084
|
"nodeType": "VariableDeclarationStatement",
|
1085
|
-
"src": "1598:77:
|
1085
|
+
"src": "1598:77:134"
|
1086
1086
|
},
|
1087
1087
|
{
|
1088
1088
|
"assignments": [
|
1089
|
-
|
1089
|
+
59857
|
1090
1090
|
],
|
1091
1091
|
"declarations": [
|
1092
1092
|
{
|
1093
1093
|
"constant": false,
|
1094
|
-
"id":
|
1094
|
+
"id": 59857,
|
1095
1095
|
"mutability": "mutable",
|
1096
1096
|
"name": "value",
|
1097
|
-
"nameLocation": "1732:5:
|
1097
|
+
"nameLocation": "1732:5:134",
|
1098
1098
|
"nodeType": "VariableDeclaration",
|
1099
|
-
"scope":
|
1100
|
-
"src": "1719:18:
|
1099
|
+
"scope": 59890,
|
1100
|
+
"src": "1719:18:134",
|
1101
1101
|
"stateVariable": false,
|
1102
1102
|
"storageLocation": "memory",
|
1103
1103
|
"typeDescriptions": {
|
@@ -1105,10 +1105,10 @@
|
|
1105
1105
|
"typeString": "bytes"
|
1106
1106
|
},
|
1107
1107
|
"typeName": {
|
1108
|
-
"id":
|
1108
|
+
"id": 59856,
|
1109
1109
|
"name": "bytes",
|
1110
1110
|
"nodeType": "ElementaryTypeName",
|
1111
|
-
"src": "1719:5:
|
1111
|
+
"src": "1719:5:134",
|
1112
1112
|
"typeDescriptions": {
|
1113
1113
|
"typeIdentifier": "t_bytes_storage_ptr",
|
1114
1114
|
"typeString": "bytes"
|
@@ -1117,9 +1117,9 @@
|
|
1117
1117
|
"visibility": "internal"
|
1118
1118
|
}
|
1119
1119
|
],
|
1120
|
-
"id":
|
1120
|
+
"id": 59858,
|
1121
1121
|
"nodeType": "VariableDeclarationStatement",
|
1122
|
-
"src": "1719:18:
|
1122
|
+
"src": "1719:18:134"
|
1123
1123
|
},
|
1124
1124
|
{
|
1125
1125
|
"condition": {
|
@@ -1127,33 +1127,33 @@
|
|
1127
1127
|
"typeIdentifier": "t_uint256",
|
1128
1128
|
"typeString": "uint256"
|
1129
1129
|
},
|
1130
|
-
"id":
|
1130
|
+
"id": 59862,
|
1131
1131
|
"isConstant": false,
|
1132
1132
|
"isLValue": false,
|
1133
1133
|
"isPure": false,
|
1134
1134
|
"lValueRequested": false,
|
1135
1135
|
"leftExpression": {
|
1136
1136
|
"expression": {
|
1137
|
-
"id":
|
1137
|
+
"id": 59859,
|
1138
1138
|
"name": "dynamicData",
|
1139
1139
|
"nodeType": "Identifier",
|
1140
1140
|
"overloadedDeclarations": [],
|
1141
|
-
"referencedDeclaration":
|
1142
|
-
"src": "1745:11:
|
1141
|
+
"referencedDeclaration": 59842,
|
1142
|
+
"src": "1745:11:134",
|
1143
1143
|
"typeDescriptions": {
|
1144
1144
|
"typeIdentifier": "t_bytes_memory_ptr",
|
1145
1145
|
"typeString": "bytes memory"
|
1146
1146
|
}
|
1147
1147
|
},
|
1148
|
-
"id":
|
1148
|
+
"id": 59860,
|
1149
1149
|
"isConstant": false,
|
1150
1150
|
"isLValue": false,
|
1151
1151
|
"isPure": false,
|
1152
1152
|
"lValueRequested": false,
|
1153
|
-
"memberLocation": "1757:6:
|
1153
|
+
"memberLocation": "1757:6:134",
|
1154
1154
|
"memberName": "length",
|
1155
1155
|
"nodeType": "MemberAccess",
|
1156
|
-
"src": "1745:18:
|
1156
|
+
"src": "1745:18:134",
|
1157
1157
|
"typeDescriptions": {
|
1158
1158
|
"typeIdentifier": "t_uint256",
|
1159
1159
|
"typeString": "uint256"
|
@@ -1163,45 +1163,45 @@
|
|
1163
1163
|
"operator": ">",
|
1164
1164
|
"rightExpression": {
|
1165
1165
|
"hexValue": "30",
|
1166
|
-
"id":
|
1166
|
+
"id": 59861,
|
1167
1167
|
"isConstant": false,
|
1168
1168
|
"isLValue": false,
|
1169
1169
|
"isPure": true,
|
1170
1170
|
"kind": "number",
|
1171
1171
|
"lValueRequested": false,
|
1172
1172
|
"nodeType": "Literal",
|
1173
|
-
"src": "1766:1:
|
1173
|
+
"src": "1766:1:134",
|
1174
1174
|
"typeDescriptions": {
|
1175
1175
|
"typeIdentifier": "t_rational_0_by_1",
|
1176
1176
|
"typeString": "int_const 0"
|
1177
1177
|
},
|
1178
1178
|
"value": "0"
|
1179
1179
|
},
|
1180
|
-
"src": "1745:22:
|
1180
|
+
"src": "1745:22:134",
|
1181
1181
|
"typeDescriptions": {
|
1182
1182
|
"typeIdentifier": "t_bool",
|
1183
1183
|
"typeString": "bool"
|
1184
1184
|
}
|
1185
1185
|
},
|
1186
1186
|
"falseBody": {
|
1187
|
-
"id":
|
1187
|
+
"id": 59877,
|
1188
1188
|
"nodeType": "Block",
|
1189
|
-
"src": "1851:29:
|
1189
|
+
"src": "1851:29:134",
|
1190
1190
|
"statements": [
|
1191
1191
|
{
|
1192
1192
|
"expression": {
|
1193
|
-
"id":
|
1193
|
+
"id": 59875,
|
1194
1194
|
"isConstant": false,
|
1195
1195
|
"isLValue": false,
|
1196
1196
|
"isPure": false,
|
1197
1197
|
"lValueRequested": false,
|
1198
1198
|
"leftHandSide": {
|
1199
|
-
"id":
|
1199
|
+
"id": 59873,
|
1200
1200
|
"name": "value",
|
1201
1201
|
"nodeType": "Identifier",
|
1202
1202
|
"overloadedDeclarations": [],
|
1203
|
-
"referencedDeclaration":
|
1204
|
-
"src": "1857:5:
|
1203
|
+
"referencedDeclaration": 59857,
|
1204
|
+
"src": "1857:5:134",
|
1205
1205
|
"typeDescriptions": {
|
1206
1206
|
"typeIdentifier": "t_bytes_memory_ptr",
|
1207
1207
|
"typeString": "bytes memory"
|
@@ -1210,51 +1210,51 @@
|
|
1210
1210
|
"nodeType": "Assignment",
|
1211
1211
|
"operator": "=",
|
1212
1212
|
"rightHandSide": {
|
1213
|
-
"id":
|
1213
|
+
"id": 59874,
|
1214
1214
|
"name": "staticData",
|
1215
1215
|
"nodeType": "Identifier",
|
1216
1216
|
"overloadedDeclarations": [],
|
1217
|
-
"referencedDeclaration":
|
1218
|
-
"src": "1865:10:
|
1217
|
+
"referencedDeclaration": 59837,
|
1218
|
+
"src": "1865:10:134",
|
1219
1219
|
"typeDescriptions": {
|
1220
1220
|
"typeIdentifier": "t_bytes_memory_ptr",
|
1221
1221
|
"typeString": "bytes memory"
|
1222
1222
|
}
|
1223
1223
|
},
|
1224
|
-
"src": "1857:18:
|
1224
|
+
"src": "1857:18:134",
|
1225
1225
|
"typeDescriptions": {
|
1226
1226
|
"typeIdentifier": "t_bytes_memory_ptr",
|
1227
1227
|
"typeString": "bytes memory"
|
1228
1228
|
}
|
1229
1229
|
},
|
1230
|
-
"id":
|
1230
|
+
"id": 59876,
|
1231
1231
|
"nodeType": "ExpressionStatement",
|
1232
|
-
"src": "1857:18:
|
1232
|
+
"src": "1857:18:134"
|
1233
1233
|
}
|
1234
1234
|
]
|
1235
1235
|
},
|
1236
|
-
"id":
|
1236
|
+
"id": 59878,
|
1237
1237
|
"nodeType": "IfStatement",
|
1238
|
-
"src": "1741:139:
|
1238
|
+
"src": "1741:139:134",
|
1239
1239
|
"trueBody": {
|
1240
|
-
"id":
|
1240
|
+
"id": 59872,
|
1241
1241
|
"nodeType": "Block",
|
1242
|
-
"src": "1769:76:
|
1242
|
+
"src": "1769:76:134",
|
1243
1243
|
"statements": [
|
1244
1244
|
{
|
1245
1245
|
"expression": {
|
1246
|
-
"id":
|
1246
|
+
"id": 59870,
|
1247
1247
|
"isConstant": false,
|
1248
1248
|
"isLValue": false,
|
1249
1249
|
"isPure": false,
|
1250
1250
|
"lValueRequested": false,
|
1251
1251
|
"leftHandSide": {
|
1252
|
-
"id":
|
1252
|
+
"id": 59863,
|
1253
1253
|
"name": "value",
|
1254
1254
|
"nodeType": "Identifier",
|
1255
1255
|
"overloadedDeclarations": [],
|
1256
|
-
"referencedDeclaration":
|
1257
|
-
"src": "1775:5:
|
1256
|
+
"referencedDeclaration": 59857,
|
1257
|
+
"src": "1775:5:134",
|
1258
1258
|
"typeDescriptions": {
|
1259
1259
|
"typeIdentifier": "t_bytes_memory_ptr",
|
1260
1260
|
"typeString": "bytes memory"
|
@@ -1265,36 +1265,36 @@
|
|
1265
1265
|
"rightHandSide": {
|
1266
1266
|
"arguments": [
|
1267
1267
|
{
|
1268
|
-
"id":
|
1268
|
+
"id": 59866,
|
1269
1269
|
"name": "staticData",
|
1270
1270
|
"nodeType": "Identifier",
|
1271
1271
|
"overloadedDeclarations": [],
|
1272
|
-
"referencedDeclaration":
|
1273
|
-
"src": "1800:10:
|
1272
|
+
"referencedDeclaration": 59837,
|
1273
|
+
"src": "1800:10:134",
|
1274
1274
|
"typeDescriptions": {
|
1275
1275
|
"typeIdentifier": "t_bytes_memory_ptr",
|
1276
1276
|
"typeString": "bytes memory"
|
1277
1277
|
}
|
1278
1278
|
},
|
1279
1279
|
{
|
1280
|
-
"id":
|
1280
|
+
"id": 59867,
|
1281
1281
|
"name": "encodedLengths",
|
1282
1282
|
"nodeType": "Identifier",
|
1283
1283
|
"overloadedDeclarations": [],
|
1284
|
-
"referencedDeclaration":
|
1285
|
-
"src": "1812:14:
|
1284
|
+
"referencedDeclaration": 59840,
|
1285
|
+
"src": "1812:14:134",
|
1286
1286
|
"typeDescriptions": {
|
1287
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
1287
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
1288
1288
|
"typeString": "PackedCounter"
|
1289
1289
|
}
|
1290
1290
|
},
|
1291
1291
|
{
|
1292
|
-
"id":
|
1292
|
+
"id": 59868,
|
1293
1293
|
"name": "dynamicData",
|
1294
1294
|
"nodeType": "Identifier",
|
1295
1295
|
"overloadedDeclarations": [],
|
1296
|
-
"referencedDeclaration":
|
1297
|
-
"src": "1828:11:
|
1296
|
+
"referencedDeclaration": 59842,
|
1297
|
+
"src": "1828:11:134",
|
1298
1298
|
"typeDescriptions": {
|
1299
1299
|
"typeIdentifier": "t_bytes_memory_ptr",
|
1300
1300
|
"typeString": "bytes memory"
|
@@ -1308,7 +1308,7 @@
|
|
1308
1308
|
"typeString": "bytes memory"
|
1309
1309
|
},
|
1310
1310
|
{
|
1311
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
1311
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
1312
1312
|
"typeString": "PackedCounter"
|
1313
1313
|
},
|
1314
1314
|
{
|
@@ -1317,32 +1317,32 @@
|
|
1317
1317
|
}
|
1318
1318
|
],
|
1319
1319
|
"expression": {
|
1320
|
-
"id":
|
1320
|
+
"id": 59864,
|
1321
1321
|
"name": "abi",
|
1322
1322
|
"nodeType": "Identifier",
|
1323
1323
|
"overloadedDeclarations": [],
|
1324
1324
|
"referencedDeclaration": -1,
|
1325
|
-
"src": "1783:3:
|
1325
|
+
"src": "1783:3:134",
|
1326
1326
|
"typeDescriptions": {
|
1327
1327
|
"typeIdentifier": "t_magic_abi",
|
1328
1328
|
"typeString": "abi"
|
1329
1329
|
}
|
1330
1330
|
},
|
1331
|
-
"id":
|
1331
|
+
"id": 59865,
|
1332
1332
|
"isConstant": false,
|
1333
1333
|
"isLValue": false,
|
1334
1334
|
"isPure": true,
|
1335
1335
|
"lValueRequested": false,
|
1336
|
-
"memberLocation": "1787:12:
|
1336
|
+
"memberLocation": "1787:12:134",
|
1337
1337
|
"memberName": "encodePacked",
|
1338
1338
|
"nodeType": "MemberAccess",
|
1339
|
-
"src": "1783:16:
|
1339
|
+
"src": "1783:16:134",
|
1340
1340
|
"typeDescriptions": {
|
1341
1341
|
"typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$",
|
1342
1342
|
"typeString": "function () pure returns (bytes memory)"
|
1343
1343
|
}
|
1344
1344
|
},
|
1345
|
-
"id":
|
1345
|
+
"id": 59869,
|
1346
1346
|
"isConstant": false,
|
1347
1347
|
"isLValue": false,
|
1348
1348
|
"isPure": false,
|
@@ -1351,40 +1351,40 @@
|
|
1351
1351
|
"nameLocations": [],
|
1352
1352
|
"names": [],
|
1353
1353
|
"nodeType": "FunctionCall",
|
1354
|
-
"src": "1783:57:
|
1354
|
+
"src": "1783:57:134",
|
1355
1355
|
"tryCall": false,
|
1356
1356
|
"typeDescriptions": {
|
1357
1357
|
"typeIdentifier": "t_bytes_memory_ptr",
|
1358
1358
|
"typeString": "bytes memory"
|
1359
1359
|
}
|
1360
1360
|
},
|
1361
|
-
"src": "1775:65:
|
1361
|
+
"src": "1775:65:134",
|
1362
1362
|
"typeDescriptions": {
|
1363
1363
|
"typeIdentifier": "t_bytes_memory_ptr",
|
1364
1364
|
"typeString": "bytes memory"
|
1365
1365
|
}
|
1366
1366
|
},
|
1367
|
-
"id":
|
1367
|
+
"id": 59871,
|
1368
1368
|
"nodeType": "ExpressionStatement",
|
1369
|
-
"src": "1775:65:
|
1369
|
+
"src": "1775:65:134"
|
1370
1370
|
}
|
1371
1371
|
]
|
1372
1372
|
}
|
1373
1373
|
},
|
1374
1374
|
{
|
1375
1375
|
"expression": {
|
1376
|
-
"id":
|
1376
|
+
"id": 59888,
|
1377
1377
|
"isConstant": false,
|
1378
1378
|
"isLValue": false,
|
1379
1379
|
"isPure": false,
|
1380
1380
|
"lValueRequested": false,
|
1381
1381
|
"leftHandSide": {
|
1382
|
-
"id":
|
1382
|
+
"id": 59879,
|
1383
1383
|
"name": "keysWithValue",
|
1384
1384
|
"nodeType": "Identifier",
|
1385
1385
|
"overloadedDeclarations": [],
|
1386
|
-
"referencedDeclaration":
|
1387
|
-
"src": "1883:13:
|
1386
|
+
"referencedDeclaration": 59846,
|
1387
|
+
"src": "1883:13:134",
|
1388
1388
|
"typeDescriptions": {
|
1389
1389
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
1390
1390
|
"typeString": "bytes32[] memory"
|
@@ -1395,38 +1395,38 @@
|
|
1395
1395
|
"rightHandSide": {
|
1396
1396
|
"arguments": [
|
1397
1397
|
{
|
1398
|
-
"id":
|
1398
|
+
"id": 59882,
|
1399
1399
|
"name": "store",
|
1400
1400
|
"nodeType": "Identifier",
|
1401
1401
|
"overloadedDeclarations": [],
|
1402
|
-
"referencedDeclaration":
|
1403
|
-
"src": "1917:5:
|
1402
|
+
"referencedDeclaration": 59832,
|
1403
|
+
"src": "1917:5:134",
|
1404
1404
|
"typeDescriptions": {
|
1405
|
-
"typeIdentifier": "t_contract$_IStore_$
|
1405
|
+
"typeIdentifier": "t_contract$_IStore_$28450",
|
1406
1406
|
"typeString": "contract IStore"
|
1407
1407
|
}
|
1408
1408
|
},
|
1409
1409
|
{
|
1410
|
-
"id":
|
1410
|
+
"id": 59883,
|
1411
1411
|
"name": "keysWithValueTableId",
|
1412
1412
|
"nodeType": "Identifier",
|
1413
1413
|
"overloadedDeclarations": [],
|
1414
|
-
"referencedDeclaration":
|
1415
|
-
"src": "1924:20:
|
1414
|
+
"referencedDeclaration": 59850,
|
1415
|
+
"src": "1924:20:134",
|
1416
1416
|
"typeDescriptions": {
|
1417
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1417
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1418
1418
|
"typeString": "ResourceId"
|
1419
1419
|
}
|
1420
1420
|
},
|
1421
1421
|
{
|
1422
1422
|
"arguments": [
|
1423
1423
|
{
|
1424
|
-
"id":
|
1424
|
+
"id": 59885,
|
1425
1425
|
"name": "value",
|
1426
1426
|
"nodeType": "Identifier",
|
1427
1427
|
"overloadedDeclarations": [],
|
1428
|
-
"referencedDeclaration":
|
1429
|
-
"src": "1956:5:
|
1428
|
+
"referencedDeclaration": 59857,
|
1429
|
+
"src": "1956:5:134",
|
1430
1430
|
"typeDescriptions": {
|
1431
1431
|
"typeIdentifier": "t_bytes_memory_ptr",
|
1432
1432
|
"typeString": "bytes memory"
|
@@ -1440,18 +1440,18 @@
|
|
1440
1440
|
"typeString": "bytes memory"
|
1441
1441
|
}
|
1442
1442
|
],
|
1443
|
-
"id":
|
1443
|
+
"id": 59884,
|
1444
1444
|
"name": "keccak256",
|
1445
1445
|
"nodeType": "Identifier",
|
1446
1446
|
"overloadedDeclarations": [],
|
1447
1447
|
"referencedDeclaration": -8,
|
1448
|
-
"src": "1946:9:
|
1448
|
+
"src": "1946:9:134",
|
1449
1449
|
"typeDescriptions": {
|
1450
1450
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
1451
1451
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
1452
1452
|
}
|
1453
1453
|
},
|
1454
|
-
"id":
|
1454
|
+
"id": 59886,
|
1455
1455
|
"isConstant": false,
|
1456
1456
|
"isLValue": false,
|
1457
1457
|
"isPure": false,
|
@@ -1460,7 +1460,7 @@
|
|
1460
1460
|
"nameLocations": [],
|
1461
1461
|
"names": [],
|
1462
1462
|
"nodeType": "FunctionCall",
|
1463
|
-
"src": "1946:16:
|
1463
|
+
"src": "1946:16:134",
|
1464
1464
|
"tryCall": false,
|
1465
1465
|
"typeDescriptions": {
|
1466
1466
|
"typeIdentifier": "t_bytes32",
|
@@ -1471,11 +1471,11 @@
|
|
1471
1471
|
"expression": {
|
1472
1472
|
"argumentTypes": [
|
1473
1473
|
{
|
1474
|
-
"typeIdentifier": "t_contract$_IStore_$
|
1474
|
+
"typeIdentifier": "t_contract$_IStore_$28450",
|
1475
1475
|
"typeString": "contract IStore"
|
1476
1476
|
},
|
1477
1477
|
{
|
1478
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1478
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1479
1479
|
"typeString": "ResourceId"
|
1480
1480
|
},
|
1481
1481
|
{
|
@@ -1484,33 +1484,33 @@
|
|
1484
1484
|
}
|
1485
1485
|
],
|
1486
1486
|
"expression": {
|
1487
|
-
"id":
|
1487
|
+
"id": 59880,
|
1488
1488
|
"name": "KeysWithValue",
|
1489
1489
|
"nodeType": "Identifier",
|
1490
1490
|
"overloadedDeclarations": [],
|
1491
|
-
"referencedDeclaration":
|
1492
|
-
"src": "1899:13:
|
1491
|
+
"referencedDeclaration": 62450,
|
1492
|
+
"src": "1899:13:134",
|
1493
1493
|
"typeDescriptions": {
|
1494
|
-
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$
|
1494
|
+
"typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62450_$",
|
1495
1495
|
"typeString": "type(library KeysWithValue)"
|
1496
1496
|
}
|
1497
1497
|
},
|
1498
|
-
"id":
|
1498
|
+
"id": 59881,
|
1499
1499
|
"isConstant": false,
|
1500
1500
|
"isLValue": false,
|
1501
1501
|
"isPure": false,
|
1502
1502
|
"lValueRequested": false,
|
1503
|
-
"memberLocation": "1913:3:
|
1503
|
+
"memberLocation": "1913:3:134",
|
1504
1504
|
"memberName": "get",
|
1505
1505
|
"nodeType": "MemberAccess",
|
1506
|
-
"referencedDeclaration":
|
1507
|
-
"src": "1899:17:
|
1506
|
+
"referencedDeclaration": 60521,
|
1507
|
+
"src": "1899:17:134",
|
1508
1508
|
"typeDescriptions": {
|
1509
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_IStore_$
|
1509
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_IStore_$28450_$_t_userDefinedValueType$_ResourceId_$29139_$_t_bytes32_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
1510
1510
|
"typeString": "function (contract IStore,ResourceId,bytes32) view returns (bytes32[] memory)"
|
1511
1511
|
}
|
1512
1512
|
},
|
1513
|
-
"id":
|
1513
|
+
"id": 59887,
|
1514
1514
|
"isConstant": false,
|
1515
1515
|
"isLValue": false,
|
1516
1516
|
"isPure": false,
|
@@ -1519,72 +1519,72 @@
|
|
1519
1519
|
"nameLocations": [],
|
1520
1520
|
"names": [],
|
1521
1521
|
"nodeType": "FunctionCall",
|
1522
|
-
"src": "1899:64:
|
1522
|
+
"src": "1899:64:134",
|
1523
1523
|
"tryCall": false,
|
1524
1524
|
"typeDescriptions": {
|
1525
1525
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
1526
1526
|
"typeString": "bytes32[] memory"
|
1527
1527
|
}
|
1528
1528
|
},
|
1529
|
-
"src": "1883:80:
|
1529
|
+
"src": "1883:80:134",
|
1530
1530
|
"typeDescriptions": {
|
1531
1531
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
1532
1532
|
"typeString": "bytes32[] memory"
|
1533
1533
|
}
|
1534
1534
|
},
|
1535
|
-
"id":
|
1535
|
+
"id": 59889,
|
1536
1536
|
"nodeType": "ExpressionStatement",
|
1537
|
-
"src": "1883:80:
|
1537
|
+
"src": "1883:80:134"
|
1538
1538
|
}
|
1539
1539
|
]
|
1540
1540
|
},
|
1541
1541
|
"documentation": {
|
1542
|
-
"id":
|
1542
|
+
"id": 59829,
|
1543
1543
|
"nodeType": "StructuredDocumentation",
|
1544
|
-
"src": "1274:71:
|
1544
|
+
"src": "1274:71:134",
|
1545
1545
|
"text": " Get a list of keys with the given value for the given store."
|
1546
1546
|
},
|
1547
1547
|
"implemented": true,
|
1548
1548
|
"kind": "freeFunction",
|
1549
1549
|
"modifiers": [],
|
1550
1550
|
"name": "getKeysWithValue",
|
1551
|
-
"nameLocation": "1355:16:
|
1551
|
+
"nameLocation": "1355:16:134",
|
1552
1552
|
"parameters": {
|
1553
|
-
"id":
|
1553
|
+
"id": 59843,
|
1554
1554
|
"nodeType": "ParameterList",
|
1555
1555
|
"parameters": [
|
1556
1556
|
{
|
1557
1557
|
"constant": false,
|
1558
|
-
"id":
|
1558
|
+
"id": 59832,
|
1559
1559
|
"mutability": "mutable",
|
1560
1560
|
"name": "store",
|
1561
|
-
"nameLocation": "1382:5:
|
1561
|
+
"nameLocation": "1382:5:134",
|
1562
1562
|
"nodeType": "VariableDeclaration",
|
1563
|
-
"scope":
|
1564
|
-
"src": "1375:12:
|
1563
|
+
"scope": 59891,
|
1564
|
+
"src": "1375:12:134",
|
1565
1565
|
"stateVariable": false,
|
1566
1566
|
"storageLocation": "default",
|
1567
1567
|
"typeDescriptions": {
|
1568
|
-
"typeIdentifier": "t_contract$_IStore_$
|
1568
|
+
"typeIdentifier": "t_contract$_IStore_$28450",
|
1569
1569
|
"typeString": "contract IStore"
|
1570
1570
|
},
|
1571
1571
|
"typeName": {
|
1572
|
-
"id":
|
1572
|
+
"id": 59831,
|
1573
1573
|
"nodeType": "UserDefinedTypeName",
|
1574
1574
|
"pathNode": {
|
1575
|
-
"id":
|
1575
|
+
"id": 59830,
|
1576
1576
|
"name": "IStore",
|
1577
1577
|
"nameLocations": [
|
1578
|
-
"1375:6:
|
1578
|
+
"1375:6:134"
|
1579
1579
|
],
|
1580
1580
|
"nodeType": "IdentifierPath",
|
1581
|
-
"referencedDeclaration":
|
1582
|
-
"src": "1375:6:
|
1581
|
+
"referencedDeclaration": 28450,
|
1582
|
+
"src": "1375:6:134"
|
1583
1583
|
},
|
1584
|
-
"referencedDeclaration":
|
1585
|
-
"src": "1375:6:
|
1584
|
+
"referencedDeclaration": 28450,
|
1585
|
+
"src": "1375:6:134",
|
1586
1586
|
"typeDescriptions": {
|
1587
|
-
"typeIdentifier": "t_contract$_IStore_$
|
1587
|
+
"typeIdentifier": "t_contract$_IStore_$28450",
|
1588
1588
|
"typeString": "contract IStore"
|
1589
1589
|
}
|
1590
1590
|
},
|
@@ -1592,36 +1592,36 @@
|
|
1592
1592
|
},
|
1593
1593
|
{
|
1594
1594
|
"constant": false,
|
1595
|
-
"id":
|
1595
|
+
"id": 59835,
|
1596
1596
|
"mutability": "mutable",
|
1597
1597
|
"name": "tableId",
|
1598
|
-
"nameLocation": "1402:7:
|
1598
|
+
"nameLocation": "1402:7:134",
|
1599
1599
|
"nodeType": "VariableDeclaration",
|
1600
|
-
"scope":
|
1601
|
-
"src": "1391:18:
|
1600
|
+
"scope": 59891,
|
1601
|
+
"src": "1391:18:134",
|
1602
1602
|
"stateVariable": false,
|
1603
1603
|
"storageLocation": "default",
|
1604
1604
|
"typeDescriptions": {
|
1605
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1605
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1606
1606
|
"typeString": "ResourceId"
|
1607
1607
|
},
|
1608
1608
|
"typeName": {
|
1609
|
-
"id":
|
1609
|
+
"id": 59834,
|
1610
1610
|
"nodeType": "UserDefinedTypeName",
|
1611
1611
|
"pathNode": {
|
1612
|
-
"id":
|
1612
|
+
"id": 59833,
|
1613
1613
|
"name": "ResourceId",
|
1614
1614
|
"nameLocations": [
|
1615
|
-
"1391:10:
|
1615
|
+
"1391:10:134"
|
1616
1616
|
],
|
1617
1617
|
"nodeType": "IdentifierPath",
|
1618
|
-
"referencedDeclaration":
|
1619
|
-
"src": "1391:10:
|
1618
|
+
"referencedDeclaration": 29139,
|
1619
|
+
"src": "1391:10:134"
|
1620
1620
|
},
|
1621
|
-
"referencedDeclaration":
|
1622
|
-
"src": "1391:10:
|
1621
|
+
"referencedDeclaration": 29139,
|
1622
|
+
"src": "1391:10:134",
|
1623
1623
|
"typeDescriptions": {
|
1624
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
1624
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$29139",
|
1625
1625
|
"typeString": "ResourceId"
|
1626
1626
|
}
|
1627
1627
|
},
|
@@ -1629,13 +1629,13 @@
|
|
1629
1629
|
},
|
1630
1630
|
{
|
1631
1631
|
"constant": false,
|
1632
|
-
"id":
|
1632
|
+
"id": 59837,
|
1633
1633
|
"mutability": "mutable",
|
1634
1634
|
"name": "staticData",
|
1635
|
-
"nameLocation": "1426:10:
|
1635
|
+
"nameLocation": "1426:10:134",
|
1636
1636
|
"nodeType": "VariableDeclaration",
|
1637
|
-
"scope":
|
1638
|
-
"src": "1413:23:
|
1637
|
+
"scope": 59891,
|
1638
|
+
"src": "1413:23:134",
|
1639
1639
|
"stateVariable": false,
|
1640
1640
|
"storageLocation": "memory",
|
1641
1641
|
"typeDescriptions": {
|
@@ -1643,10 +1643,10 @@
|
|
1643
1643
|
"typeString": "bytes"
|
1644
1644
|
},
|
1645
1645
|
"typeName": {
|
1646
|
-
"id":
|
1646
|
+
"id": 59836,
|
1647
1647
|
"name": "bytes",
|
1648
1648
|
"nodeType": "ElementaryTypeName",
|
1649
|
-
"src": "1413:5:
|
1649
|
+
"src": "1413:5:134",
|
1650
1650
|
"typeDescriptions": {
|
1651
1651
|
"typeIdentifier": "t_bytes_storage_ptr",
|
1652
1652
|
"typeString": "bytes"
|
@@ -1656,36 +1656,36 @@
|
|
1656
1656
|
},
|
1657
1657
|
{
|
1658
1658
|
"constant": false,
|
1659
|
-
"id":
|
1659
|
+
"id": 59840,
|
1660
1660
|
"mutability": "mutable",
|
1661
1661
|
"name": "encodedLengths",
|
1662
|
-
"nameLocation": "1454:14:
|
1662
|
+
"nameLocation": "1454:14:134",
|
1663
1663
|
"nodeType": "VariableDeclaration",
|
1664
|
-
"scope":
|
1665
|
-
"src": "1440:28:
|
1664
|
+
"scope": 59891,
|
1665
|
+
"src": "1440:28:134",
|
1666
1666
|
"stateVariable": false,
|
1667
1667
|
"storageLocation": "default",
|
1668
1668
|
"typeDescriptions": {
|
1669
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
1669
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
1670
1670
|
"typeString": "PackedCounter"
|
1671
1671
|
},
|
1672
1672
|
"typeName": {
|
1673
|
-
"id":
|
1673
|
+
"id": 59839,
|
1674
1674
|
"nodeType": "UserDefinedTypeName",
|
1675
1675
|
"pathNode": {
|
1676
|
-
"id":
|
1676
|
+
"id": 59838,
|
1677
1677
|
"name": "PackedCounter",
|
1678
1678
|
"nameLocations": [
|
1679
|
-
"1440:13:
|
1679
|
+
"1440:13:134"
|
1680
1680
|
],
|
1681
1681
|
"nodeType": "IdentifierPath",
|
1682
|
-
"referencedDeclaration":
|
1683
|
-
"src": "1440:13:
|
1682
|
+
"referencedDeclaration": 28512,
|
1683
|
+
"src": "1440:13:134"
|
1684
1684
|
},
|
1685
|
-
"referencedDeclaration":
|
1686
|
-
"src": "1440:13:
|
1685
|
+
"referencedDeclaration": 28512,
|
1686
|
+
"src": "1440:13:134",
|
1687
1687
|
"typeDescriptions": {
|
1688
|
-
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$
|
1688
|
+
"typeIdentifier": "t_userDefinedValueType$_PackedCounter_$28512",
|
1689
1689
|
"typeString": "PackedCounter"
|
1690
1690
|
}
|
1691
1691
|
},
|
@@ -1693,13 +1693,13 @@
|
|
1693
1693
|
},
|
1694
1694
|
{
|
1695
1695
|
"constant": false,
|
1696
|
-
"id":
|
1696
|
+
"id": 59842,
|
1697
1697
|
"mutability": "mutable",
|
1698
1698
|
"name": "dynamicData",
|
1699
|
-
"nameLocation": "1485:11:
|
1699
|
+
"nameLocation": "1485:11:134",
|
1700
1700
|
"nodeType": "VariableDeclaration",
|
1701
|
-
"scope":
|
1702
|
-
"src": "1472:24:
|
1701
|
+
"scope": 59891,
|
1702
|
+
"src": "1472:24:134",
|
1703
1703
|
"stateVariable": false,
|
1704
1704
|
"storageLocation": "memory",
|
1705
1705
|
"typeDescriptions": {
|
@@ -1707,10 +1707,10 @@
|
|
1707
1707
|
"typeString": "bytes"
|
1708
1708
|
},
|
1709
1709
|
"typeName": {
|
1710
|
-
"id":
|
1710
|
+
"id": 59841,
|
1711
1711
|
"name": "bytes",
|
1712
1712
|
"nodeType": "ElementaryTypeName",
|
1713
|
-
"src": "1472:5:
|
1713
|
+
"src": "1472:5:134",
|
1714
1714
|
"typeDescriptions": {
|
1715
1715
|
"typeIdentifier": "t_bytes_storage_ptr",
|
1716
1716
|
"typeString": "bytes"
|
@@ -1719,21 +1719,21 @@
|
|
1719
1719
|
"visibility": "internal"
|
1720
1720
|
}
|
1721
1721
|
],
|
1722
|
-
"src": "1371:127:
|
1722
|
+
"src": "1371:127:134"
|
1723
1723
|
},
|
1724
1724
|
"returnParameters": {
|
1725
|
-
"id":
|
1725
|
+
"id": 59847,
|
1726
1726
|
"nodeType": "ParameterList",
|
1727
1727
|
"parameters": [
|
1728
1728
|
{
|
1729
1729
|
"constant": false,
|
1730
|
-
"id":
|
1730
|
+
"id": 59846,
|
1731
1731
|
"mutability": "mutable",
|
1732
1732
|
"name": "keysWithValue",
|
1733
|
-
"nameLocation": "1530:13:
|
1733
|
+
"nameLocation": "1530:13:134",
|
1734
1734
|
"nodeType": "VariableDeclaration",
|
1735
|
-
"scope":
|
1736
|
-
"src": "1513:30:
|
1735
|
+
"scope": 59891,
|
1736
|
+
"src": "1513:30:134",
|
1737
1737
|
"stateVariable": false,
|
1738
1738
|
"storageLocation": "memory",
|
1739
1739
|
"typeDescriptions": {
|
@@ -1742,18 +1742,18 @@
|
|
1742
1742
|
},
|
1743
1743
|
"typeName": {
|
1744
1744
|
"baseType": {
|
1745
|
-
"id":
|
1745
|
+
"id": 59844,
|
1746
1746
|
"name": "bytes32",
|
1747
1747
|
"nodeType": "ElementaryTypeName",
|
1748
|
-
"src": "1513:7:
|
1748
|
+
"src": "1513:7:134",
|
1749
1749
|
"typeDescriptions": {
|
1750
1750
|
"typeIdentifier": "t_bytes32",
|
1751
1751
|
"typeString": "bytes32"
|
1752
1752
|
}
|
1753
1753
|
},
|
1754
|
-
"id":
|
1754
|
+
"id": 59845,
|
1755
1755
|
"nodeType": "ArrayTypeName",
|
1756
|
-
"src": "1513:9:
|
1756
|
+
"src": "1513:9:134",
|
1757
1757
|
"typeDescriptions": {
|
1758
1758
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
|
1759
1759
|
"typeString": "bytes32[]"
|
@@ -1762,9 +1762,9 @@
|
|
1762
1762
|
"visibility": "internal"
|
1763
1763
|
}
|
1764
1764
|
],
|
1765
|
-
"src": "1512:32:
|
1765
|
+
"src": "1512:32:134"
|
1766
1766
|
},
|
1767
|
-
"scope":
|
1767
|
+
"scope": 59892,
|
1768
1768
|
"stateMutability": "view",
|
1769
1769
|
"virtual": false,
|
1770
1770
|
"visibility": "internal"
|
@@ -1772,5 +1772,5 @@
|
|
1772
1772
|
],
|
1773
1773
|
"license": "MIT"
|
1774
1774
|
},
|
1775
|
-
"id":
|
1775
|
+
"id": 134
|
1776
1776
|
}
|