@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,22 +10,22 @@
|
|
10
10
|
},
|
11
11
|
"ast": {
|
12
12
|
"absolutePath": "node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol",
|
13
|
-
"id":
|
13
|
+
"id": 27005,
|
14
14
|
"exportedSymbols": {
|
15
15
|
"SchemaType": [
|
16
|
-
|
16
|
+
26963
|
17
17
|
],
|
18
18
|
"getStaticByteLength": [
|
19
|
-
|
19
|
+
27004
|
20
20
|
]
|
21
21
|
},
|
22
22
|
"nodeType": "SourceUnit",
|
23
|
-
"src": "32:3684:
|
23
|
+
"src": "32:3684:54",
|
24
24
|
"nodes": [
|
25
25
|
{
|
26
|
-
"id":
|
26
|
+
"id": 26760,
|
27
27
|
"nodeType": "PragmaDirective",
|
28
|
-
"src": "32:25:
|
28
|
+
"src": "32:25:54",
|
29
29
|
"nodes": [],
|
30
30
|
"literals": [
|
31
31
|
"solidity",
|
@@ -35,1468 +35,1468 @@
|
|
35
35
|
]
|
36
36
|
},
|
37
37
|
{
|
38
|
-
"id":
|
38
|
+
"id": 26764,
|
39
39
|
"nodeType": "UsingForDirective",
|
40
|
-
"src": "59:52:
|
40
|
+
"src": "59:52:54",
|
41
41
|
"nodes": [],
|
42
42
|
"functionList": [
|
43
43
|
{
|
44
44
|
"function": {
|
45
|
-
"id":
|
45
|
+
"id": 26761,
|
46
46
|
"name": "getStaticByteLength",
|
47
47
|
"nameLocations": [
|
48
|
-
"67:19:
|
48
|
+
"67:19:54"
|
49
49
|
],
|
50
50
|
"nodeType": "IdentifierPath",
|
51
|
-
"referencedDeclaration":
|
52
|
-
"src": "67:19:
|
51
|
+
"referencedDeclaration": 27004,
|
52
|
+
"src": "67:19:54"
|
53
53
|
}
|
54
54
|
}
|
55
55
|
],
|
56
56
|
"global": true,
|
57
57
|
"typeName": {
|
58
|
-
"id":
|
58
|
+
"id": 26763,
|
59
59
|
"nodeType": "UserDefinedTypeName",
|
60
60
|
"pathNode": {
|
61
|
-
"id":
|
61
|
+
"id": 26762,
|
62
62
|
"name": "SchemaType",
|
63
63
|
"nameLocations": [
|
64
|
-
"93:10:
|
64
|
+
"93:10:54"
|
65
65
|
],
|
66
66
|
"nodeType": "IdentifierPath",
|
67
|
-
"referencedDeclaration":
|
68
|
-
"src": "93:10:
|
67
|
+
"referencedDeclaration": 26963,
|
68
|
+
"src": "93:10:54"
|
69
69
|
},
|
70
|
-
"referencedDeclaration":
|
71
|
-
"src": "93:10:
|
70
|
+
"referencedDeclaration": 26963,
|
71
|
+
"src": "93:10:54",
|
72
72
|
"typeDescriptions": {
|
73
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
73
|
+
"typeIdentifier": "t_enum$_SchemaType_$26963",
|
74
74
|
"typeString": "enum SchemaType"
|
75
75
|
}
|
76
76
|
}
|
77
77
|
},
|
78
78
|
{
|
79
|
-
"id":
|
79
|
+
"id": 26963,
|
80
80
|
"nodeType": "EnumDefinition",
|
81
|
-
"src": "407:2641:
|
81
|
+
"src": "407:2641:54",
|
82
82
|
"nodes": [],
|
83
83
|
"canonicalName": "SchemaType",
|
84
84
|
"members": [
|
85
85
|
{
|
86
|
-
"id":
|
86
|
+
"id": 26765,
|
87
87
|
"name": "UINT8",
|
88
|
-
"nameLocation": "427:5:
|
88
|
+
"nameLocation": "427:5:54",
|
89
89
|
"nodeType": "EnumValue",
|
90
|
-
"src": "427:5:
|
90
|
+
"src": "427:5:54"
|
91
91
|
},
|
92
92
|
{
|
93
|
-
"id":
|
93
|
+
"id": 26766,
|
94
94
|
"name": "UINT16",
|
95
|
-
"nameLocation": "436:6:
|
95
|
+
"nameLocation": "436:6:54",
|
96
96
|
"nodeType": "EnumValue",
|
97
|
-
"src": "436:6:
|
97
|
+
"src": "436:6:54"
|
98
98
|
},
|
99
99
|
{
|
100
|
-
"id":
|
100
|
+
"id": 26767,
|
101
101
|
"name": "UINT24",
|
102
|
-
"nameLocation": "446:6:
|
102
|
+
"nameLocation": "446:6:54",
|
103
103
|
"nodeType": "EnumValue",
|
104
|
-
"src": "446:6:
|
104
|
+
"src": "446:6:54"
|
105
105
|
},
|
106
106
|
{
|
107
|
-
"id":
|
107
|
+
"id": 26768,
|
108
108
|
"name": "UINT32",
|
109
|
-
"nameLocation": "456:6:
|
109
|
+
"nameLocation": "456:6:54",
|
110
110
|
"nodeType": "EnumValue",
|
111
|
-
"src": "456:6:
|
111
|
+
"src": "456:6:54"
|
112
112
|
},
|
113
113
|
{
|
114
|
-
"id":
|
114
|
+
"id": 26769,
|
115
115
|
"name": "UINT40",
|
116
|
-
"nameLocation": "466:6:
|
116
|
+
"nameLocation": "466:6:54",
|
117
117
|
"nodeType": "EnumValue",
|
118
|
-
"src": "466:6:
|
118
|
+
"src": "466:6:54"
|
119
119
|
},
|
120
120
|
{
|
121
|
-
"id":
|
121
|
+
"id": 26770,
|
122
122
|
"name": "UINT48",
|
123
|
-
"nameLocation": "476:6:
|
123
|
+
"nameLocation": "476:6:54",
|
124
124
|
"nodeType": "EnumValue",
|
125
|
-
"src": "476:6:
|
125
|
+
"src": "476:6:54"
|
126
126
|
},
|
127
127
|
{
|
128
|
-
"id":
|
128
|
+
"id": 26771,
|
129
129
|
"name": "UINT56",
|
130
|
-
"nameLocation": "486:6:
|
130
|
+
"nameLocation": "486:6:54",
|
131
131
|
"nodeType": "EnumValue",
|
132
|
-
"src": "486:6:
|
132
|
+
"src": "486:6:54"
|
133
133
|
},
|
134
134
|
{
|
135
|
-
"id":
|
135
|
+
"id": 26772,
|
136
136
|
"name": "UINT64",
|
137
|
-
"nameLocation": "496:6:
|
137
|
+
"nameLocation": "496:6:54",
|
138
138
|
"nodeType": "EnumValue",
|
139
|
-
"src": "496:6:
|
139
|
+
"src": "496:6:54"
|
140
140
|
},
|
141
141
|
{
|
142
|
-
"id":
|
142
|
+
"id": 26773,
|
143
143
|
"name": "UINT72",
|
144
|
-
"nameLocation": "506:6:
|
144
|
+
"nameLocation": "506:6:54",
|
145
145
|
"nodeType": "EnumValue",
|
146
|
-
"src": "506:6:
|
146
|
+
"src": "506:6:54"
|
147
147
|
},
|
148
148
|
{
|
149
|
-
"id":
|
149
|
+
"id": 26774,
|
150
150
|
"name": "UINT80",
|
151
|
-
"nameLocation": "516:6:
|
151
|
+
"nameLocation": "516:6:54",
|
152
152
|
"nodeType": "EnumValue",
|
153
|
-
"src": "516:6:
|
153
|
+
"src": "516:6:54"
|
154
154
|
},
|
155
155
|
{
|
156
|
-
"id":
|
156
|
+
"id": 26775,
|
157
157
|
"name": "UINT88",
|
158
|
-
"nameLocation": "526:6:
|
158
|
+
"nameLocation": "526:6:54",
|
159
159
|
"nodeType": "EnumValue",
|
160
|
-
"src": "526:6:
|
160
|
+
"src": "526:6:54"
|
161
161
|
},
|
162
162
|
{
|
163
|
-
"id":
|
163
|
+
"id": 26776,
|
164
164
|
"name": "UINT96",
|
165
|
-
"nameLocation": "536:6:
|
165
|
+
"nameLocation": "536:6:54",
|
166
166
|
"nodeType": "EnumValue",
|
167
|
-
"src": "536:6:
|
167
|
+
"src": "536:6:54"
|
168
168
|
},
|
169
169
|
{
|
170
|
-
"id":
|
170
|
+
"id": 26777,
|
171
171
|
"name": "UINT104",
|
172
|
-
"nameLocation": "546:7:
|
172
|
+
"nameLocation": "546:7:54",
|
173
173
|
"nodeType": "EnumValue",
|
174
|
-
"src": "546:7:
|
174
|
+
"src": "546:7:54"
|
175
175
|
},
|
176
176
|
{
|
177
|
-
"id":
|
177
|
+
"id": 26778,
|
178
178
|
"name": "UINT112",
|
179
|
-
"nameLocation": "557:7:
|
179
|
+
"nameLocation": "557:7:54",
|
180
180
|
"nodeType": "EnumValue",
|
181
|
-
"src": "557:7:
|
181
|
+
"src": "557:7:54"
|
182
182
|
},
|
183
183
|
{
|
184
|
-
"id":
|
184
|
+
"id": 26779,
|
185
185
|
"name": "UINT120",
|
186
|
-
"nameLocation": "568:7:
|
186
|
+
"nameLocation": "568:7:54",
|
187
187
|
"nodeType": "EnumValue",
|
188
|
-
"src": "568:7:
|
188
|
+
"src": "568:7:54"
|
189
189
|
},
|
190
190
|
{
|
191
|
-
"id":
|
191
|
+
"id": 26780,
|
192
192
|
"name": "UINT128",
|
193
|
-
"nameLocation": "579:7:
|
193
|
+
"nameLocation": "579:7:54",
|
194
194
|
"nodeType": "EnumValue",
|
195
|
-
"src": "579:7:
|
195
|
+
"src": "579:7:54"
|
196
196
|
},
|
197
197
|
{
|
198
|
-
"id":
|
198
|
+
"id": 26781,
|
199
199
|
"name": "UINT136",
|
200
|
-
"nameLocation": "590:7:
|
200
|
+
"nameLocation": "590:7:54",
|
201
201
|
"nodeType": "EnumValue",
|
202
|
-
"src": "590:7:
|
202
|
+
"src": "590:7:54"
|
203
203
|
},
|
204
204
|
{
|
205
|
-
"id":
|
205
|
+
"id": 26782,
|
206
206
|
"name": "UINT144",
|
207
|
-
"nameLocation": "601:7:
|
207
|
+
"nameLocation": "601:7:54",
|
208
208
|
"nodeType": "EnumValue",
|
209
|
-
"src": "601:7:
|
209
|
+
"src": "601:7:54"
|
210
210
|
},
|
211
211
|
{
|
212
|
-
"id":
|
212
|
+
"id": 26783,
|
213
213
|
"name": "UINT152",
|
214
|
-
"nameLocation": "612:7:
|
214
|
+
"nameLocation": "612:7:54",
|
215
215
|
"nodeType": "EnumValue",
|
216
|
-
"src": "612:7:
|
216
|
+
"src": "612:7:54"
|
217
217
|
},
|
218
218
|
{
|
219
|
-
"id":
|
219
|
+
"id": 26784,
|
220
220
|
"name": "UINT160",
|
221
|
-
"nameLocation": "623:7:
|
221
|
+
"nameLocation": "623:7:54",
|
222
222
|
"nodeType": "EnumValue",
|
223
|
-
"src": "623:7:
|
223
|
+
"src": "623:7:54"
|
224
224
|
},
|
225
225
|
{
|
226
|
-
"id":
|
226
|
+
"id": 26785,
|
227
227
|
"name": "UINT168",
|
228
|
-
"nameLocation": "634:7:
|
228
|
+
"nameLocation": "634:7:54",
|
229
229
|
"nodeType": "EnumValue",
|
230
|
-
"src": "634:7:
|
230
|
+
"src": "634:7:54"
|
231
231
|
},
|
232
232
|
{
|
233
|
-
"id":
|
233
|
+
"id": 26786,
|
234
234
|
"name": "UINT176",
|
235
|
-
"nameLocation": "645:7:
|
235
|
+
"nameLocation": "645:7:54",
|
236
236
|
"nodeType": "EnumValue",
|
237
|
-
"src": "645:7:
|
237
|
+
"src": "645:7:54"
|
238
238
|
},
|
239
239
|
{
|
240
|
-
"id":
|
240
|
+
"id": 26787,
|
241
241
|
"name": "UINT184",
|
242
|
-
"nameLocation": "656:7:
|
242
|
+
"nameLocation": "656:7:54",
|
243
243
|
"nodeType": "EnumValue",
|
244
|
-
"src": "656:7:
|
244
|
+
"src": "656:7:54"
|
245
245
|
},
|
246
246
|
{
|
247
|
-
"id":
|
247
|
+
"id": 26788,
|
248
248
|
"name": "UINT192",
|
249
|
-
"nameLocation": "667:7:
|
249
|
+
"nameLocation": "667:7:54",
|
250
250
|
"nodeType": "EnumValue",
|
251
|
-
"src": "667:7:
|
251
|
+
"src": "667:7:54"
|
252
252
|
},
|
253
253
|
{
|
254
|
-
"id":
|
254
|
+
"id": 26789,
|
255
255
|
"name": "UINT200",
|
256
|
-
"nameLocation": "678:7:
|
256
|
+
"nameLocation": "678:7:54",
|
257
257
|
"nodeType": "EnumValue",
|
258
|
-
"src": "678:7:
|
258
|
+
"src": "678:7:54"
|
259
259
|
},
|
260
260
|
{
|
261
|
-
"id":
|
261
|
+
"id": 26790,
|
262
262
|
"name": "UINT208",
|
263
|
-
"nameLocation": "689:7:
|
263
|
+
"nameLocation": "689:7:54",
|
264
264
|
"nodeType": "EnumValue",
|
265
|
-
"src": "689:7:
|
265
|
+
"src": "689:7:54"
|
266
266
|
},
|
267
267
|
{
|
268
|
-
"id":
|
268
|
+
"id": 26791,
|
269
269
|
"name": "UINT216",
|
270
|
-
"nameLocation": "700:7:
|
270
|
+
"nameLocation": "700:7:54",
|
271
271
|
"nodeType": "EnumValue",
|
272
|
-
"src": "700:7:
|
272
|
+
"src": "700:7:54"
|
273
273
|
},
|
274
274
|
{
|
275
|
-
"id":
|
275
|
+
"id": 26792,
|
276
276
|
"name": "UINT224",
|
277
|
-
"nameLocation": "711:7:
|
277
|
+
"nameLocation": "711:7:54",
|
278
278
|
"nodeType": "EnumValue",
|
279
|
-
"src": "711:7:
|
279
|
+
"src": "711:7:54"
|
280
280
|
},
|
281
281
|
{
|
282
|
-
"id":
|
282
|
+
"id": 26793,
|
283
283
|
"name": "UINT232",
|
284
|
-
"nameLocation": "722:7:
|
284
|
+
"nameLocation": "722:7:54",
|
285
285
|
"nodeType": "EnumValue",
|
286
|
-
"src": "722:7:
|
286
|
+
"src": "722:7:54"
|
287
287
|
},
|
288
288
|
{
|
289
|
-
"id":
|
289
|
+
"id": 26794,
|
290
290
|
"name": "UINT240",
|
291
|
-
"nameLocation": "733:7:
|
291
|
+
"nameLocation": "733:7:54",
|
292
292
|
"nodeType": "EnumValue",
|
293
|
-
"src": "733:7:
|
293
|
+
"src": "733:7:54"
|
294
294
|
},
|
295
295
|
{
|
296
|
-
"id":
|
296
|
+
"id": 26795,
|
297
297
|
"name": "UINT248",
|
298
|
-
"nameLocation": "744:7:
|
298
|
+
"nameLocation": "744:7:54",
|
299
299
|
"nodeType": "EnumValue",
|
300
|
-
"src": "744:7:
|
300
|
+
"src": "744:7:54"
|
301
301
|
},
|
302
302
|
{
|
303
|
-
"id":
|
303
|
+
"id": 26796,
|
304
304
|
"name": "UINT256",
|
305
|
-
"nameLocation": "755:7:
|
305
|
+
"nameLocation": "755:7:54",
|
306
306
|
"nodeType": "EnumValue",
|
307
|
-
"src": "755:7:
|
307
|
+
"src": "755:7:54"
|
308
308
|
},
|
309
309
|
{
|
310
|
-
"id":
|
310
|
+
"id": 26797,
|
311
311
|
"name": "INT8",
|
312
|
-
"nameLocation": "766:4:
|
312
|
+
"nameLocation": "766:4:54",
|
313
313
|
"nodeType": "EnumValue",
|
314
|
-
"src": "766:4:
|
314
|
+
"src": "766:4:54"
|
315
315
|
},
|
316
316
|
{
|
317
|
-
"id":
|
317
|
+
"id": 26798,
|
318
318
|
"name": "INT16",
|
319
|
-
"nameLocation": "774:5:
|
319
|
+
"nameLocation": "774:5:54",
|
320
320
|
"nodeType": "EnumValue",
|
321
|
-
"src": "774:5:
|
321
|
+
"src": "774:5:54"
|
322
322
|
},
|
323
323
|
{
|
324
|
-
"id":
|
324
|
+
"id": 26799,
|
325
325
|
"name": "INT24",
|
326
|
-
"nameLocation": "783:5:
|
326
|
+
"nameLocation": "783:5:54",
|
327
327
|
"nodeType": "EnumValue",
|
328
|
-
"src": "783:5:
|
328
|
+
"src": "783:5:54"
|
329
329
|
},
|
330
330
|
{
|
331
|
-
"id":
|
331
|
+
"id": 26800,
|
332
332
|
"name": "INT32",
|
333
|
-
"nameLocation": "792:5:
|
333
|
+
"nameLocation": "792:5:54",
|
334
334
|
"nodeType": "EnumValue",
|
335
|
-
"src": "792:5:
|
335
|
+
"src": "792:5:54"
|
336
336
|
},
|
337
337
|
{
|
338
|
-
"id":
|
338
|
+
"id": 26801,
|
339
339
|
"name": "INT40",
|
340
|
-
"nameLocation": "801:5:
|
340
|
+
"nameLocation": "801:5:54",
|
341
341
|
"nodeType": "EnumValue",
|
342
|
-
"src": "801:5:
|
342
|
+
"src": "801:5:54"
|
343
343
|
},
|
344
344
|
{
|
345
|
-
"id":
|
345
|
+
"id": 26802,
|
346
346
|
"name": "INT48",
|
347
|
-
"nameLocation": "810:5:
|
347
|
+
"nameLocation": "810:5:54",
|
348
348
|
"nodeType": "EnumValue",
|
349
|
-
"src": "810:5:
|
349
|
+
"src": "810:5:54"
|
350
350
|
},
|
351
351
|
{
|
352
|
-
"id":
|
352
|
+
"id": 26803,
|
353
353
|
"name": "INT56",
|
354
|
-
"nameLocation": "819:5:
|
354
|
+
"nameLocation": "819:5:54",
|
355
355
|
"nodeType": "EnumValue",
|
356
|
-
"src": "819:5:
|
356
|
+
"src": "819:5:54"
|
357
357
|
},
|
358
358
|
{
|
359
|
-
"id":
|
359
|
+
"id": 26804,
|
360
360
|
"name": "INT64",
|
361
|
-
"nameLocation": "828:5:
|
361
|
+
"nameLocation": "828:5:54",
|
362
362
|
"nodeType": "EnumValue",
|
363
|
-
"src": "828:5:
|
363
|
+
"src": "828:5:54"
|
364
364
|
},
|
365
365
|
{
|
366
|
-
"id":
|
366
|
+
"id": 26805,
|
367
367
|
"name": "INT72",
|
368
|
-
"nameLocation": "837:5:
|
368
|
+
"nameLocation": "837:5:54",
|
369
369
|
"nodeType": "EnumValue",
|
370
|
-
"src": "837:5:
|
370
|
+
"src": "837:5:54"
|
371
371
|
},
|
372
372
|
{
|
373
|
-
"id":
|
373
|
+
"id": 26806,
|
374
374
|
"name": "INT80",
|
375
|
-
"nameLocation": "846:5:
|
375
|
+
"nameLocation": "846:5:54",
|
376
376
|
"nodeType": "EnumValue",
|
377
|
-
"src": "846:5:
|
377
|
+
"src": "846:5:54"
|
378
378
|
},
|
379
379
|
{
|
380
|
-
"id":
|
380
|
+
"id": 26807,
|
381
381
|
"name": "INT88",
|
382
|
-
"nameLocation": "855:5:
|
382
|
+
"nameLocation": "855:5:54",
|
383
383
|
"nodeType": "EnumValue",
|
384
|
-
"src": "855:5:
|
384
|
+
"src": "855:5:54"
|
385
385
|
},
|
386
386
|
{
|
387
|
-
"id":
|
387
|
+
"id": 26808,
|
388
388
|
"name": "INT96",
|
389
|
-
"nameLocation": "864:5:
|
389
|
+
"nameLocation": "864:5:54",
|
390
390
|
"nodeType": "EnumValue",
|
391
|
-
"src": "864:5:
|
391
|
+
"src": "864:5:54"
|
392
392
|
},
|
393
393
|
{
|
394
|
-
"id":
|
394
|
+
"id": 26809,
|
395
395
|
"name": "INT104",
|
396
|
-
"nameLocation": "873:6:
|
396
|
+
"nameLocation": "873:6:54",
|
397
397
|
"nodeType": "EnumValue",
|
398
|
-
"src": "873:6:
|
398
|
+
"src": "873:6:54"
|
399
399
|
},
|
400
400
|
{
|
401
|
-
"id":
|
401
|
+
"id": 26810,
|
402
402
|
"name": "INT112",
|
403
|
-
"nameLocation": "883:6:
|
403
|
+
"nameLocation": "883:6:54",
|
404
404
|
"nodeType": "EnumValue",
|
405
|
-
"src": "883:6:
|
405
|
+
"src": "883:6:54"
|
406
406
|
},
|
407
407
|
{
|
408
|
-
"id":
|
408
|
+
"id": 26811,
|
409
409
|
"name": "INT120",
|
410
|
-
"nameLocation": "893:6:
|
410
|
+
"nameLocation": "893:6:54",
|
411
411
|
"nodeType": "EnumValue",
|
412
|
-
"src": "893:6:
|
412
|
+
"src": "893:6:54"
|
413
413
|
},
|
414
414
|
{
|
415
|
-
"id":
|
415
|
+
"id": 26812,
|
416
416
|
"name": "INT128",
|
417
|
-
"nameLocation": "903:6:
|
417
|
+
"nameLocation": "903:6:54",
|
418
418
|
"nodeType": "EnumValue",
|
419
|
-
"src": "903:6:
|
419
|
+
"src": "903:6:54"
|
420
420
|
},
|
421
421
|
{
|
422
|
-
"id":
|
422
|
+
"id": 26813,
|
423
423
|
"name": "INT136",
|
424
|
-
"nameLocation": "913:6:
|
424
|
+
"nameLocation": "913:6:54",
|
425
425
|
"nodeType": "EnumValue",
|
426
|
-
"src": "913:6:
|
426
|
+
"src": "913:6:54"
|
427
427
|
},
|
428
428
|
{
|
429
|
-
"id":
|
429
|
+
"id": 26814,
|
430
430
|
"name": "INT144",
|
431
|
-
"nameLocation": "923:6:
|
431
|
+
"nameLocation": "923:6:54",
|
432
432
|
"nodeType": "EnumValue",
|
433
|
-
"src": "923:6:
|
433
|
+
"src": "923:6:54"
|
434
434
|
},
|
435
435
|
{
|
436
|
-
"id":
|
436
|
+
"id": 26815,
|
437
437
|
"name": "INT152",
|
438
|
-
"nameLocation": "933:6:
|
438
|
+
"nameLocation": "933:6:54",
|
439
439
|
"nodeType": "EnumValue",
|
440
|
-
"src": "933:6:
|
440
|
+
"src": "933:6:54"
|
441
441
|
},
|
442
442
|
{
|
443
|
-
"id":
|
443
|
+
"id": 26816,
|
444
444
|
"name": "INT160",
|
445
|
-
"nameLocation": "943:6:
|
445
|
+
"nameLocation": "943:6:54",
|
446
446
|
"nodeType": "EnumValue",
|
447
|
-
"src": "943:6:
|
447
|
+
"src": "943:6:54"
|
448
448
|
},
|
449
449
|
{
|
450
|
-
"id":
|
450
|
+
"id": 26817,
|
451
451
|
"name": "INT168",
|
452
|
-
"nameLocation": "953:6:
|
452
|
+
"nameLocation": "953:6:54",
|
453
453
|
"nodeType": "EnumValue",
|
454
|
-
"src": "953:6:
|
454
|
+
"src": "953:6:54"
|
455
455
|
},
|
456
456
|
{
|
457
|
-
"id":
|
457
|
+
"id": 26818,
|
458
458
|
"name": "INT176",
|
459
|
-
"nameLocation": "963:6:
|
459
|
+
"nameLocation": "963:6:54",
|
460
460
|
"nodeType": "EnumValue",
|
461
|
-
"src": "963:6:
|
461
|
+
"src": "963:6:54"
|
462
462
|
},
|
463
463
|
{
|
464
|
-
"id":
|
464
|
+
"id": 26819,
|
465
465
|
"name": "INT184",
|
466
|
-
"nameLocation": "973:6:
|
466
|
+
"nameLocation": "973:6:54",
|
467
467
|
"nodeType": "EnumValue",
|
468
|
-
"src": "973:6:
|
468
|
+
"src": "973:6:54"
|
469
469
|
},
|
470
470
|
{
|
471
|
-
"id":
|
471
|
+
"id": 26820,
|
472
472
|
"name": "INT192",
|
473
|
-
"nameLocation": "983:6:
|
473
|
+
"nameLocation": "983:6:54",
|
474
474
|
"nodeType": "EnumValue",
|
475
|
-
"src": "983:6:
|
475
|
+
"src": "983:6:54"
|
476
476
|
},
|
477
477
|
{
|
478
|
-
"id":
|
478
|
+
"id": 26821,
|
479
479
|
"name": "INT200",
|
480
|
-
"nameLocation": "993:6:
|
480
|
+
"nameLocation": "993:6:54",
|
481
481
|
"nodeType": "EnumValue",
|
482
|
-
"src": "993:6:
|
482
|
+
"src": "993:6:54"
|
483
483
|
},
|
484
484
|
{
|
485
|
-
"id":
|
485
|
+
"id": 26822,
|
486
486
|
"name": "INT208",
|
487
|
-
"nameLocation": "1003:6:
|
487
|
+
"nameLocation": "1003:6:54",
|
488
488
|
"nodeType": "EnumValue",
|
489
|
-
"src": "1003:6:
|
489
|
+
"src": "1003:6:54"
|
490
490
|
},
|
491
491
|
{
|
492
|
-
"id":
|
492
|
+
"id": 26823,
|
493
493
|
"name": "INT216",
|
494
|
-
"nameLocation": "1013:6:
|
494
|
+
"nameLocation": "1013:6:54",
|
495
495
|
"nodeType": "EnumValue",
|
496
|
-
"src": "1013:6:
|
496
|
+
"src": "1013:6:54"
|
497
497
|
},
|
498
498
|
{
|
499
|
-
"id":
|
499
|
+
"id": 26824,
|
500
500
|
"name": "INT224",
|
501
|
-
"nameLocation": "1023:6:
|
501
|
+
"nameLocation": "1023:6:54",
|
502
502
|
"nodeType": "EnumValue",
|
503
|
-
"src": "1023:6:
|
503
|
+
"src": "1023:6:54"
|
504
504
|
},
|
505
505
|
{
|
506
|
-
"id":
|
506
|
+
"id": 26825,
|
507
507
|
"name": "INT232",
|
508
|
-
"nameLocation": "1033:6:
|
508
|
+
"nameLocation": "1033:6:54",
|
509
509
|
"nodeType": "EnumValue",
|
510
|
-
"src": "1033:6:
|
510
|
+
"src": "1033:6:54"
|
511
511
|
},
|
512
512
|
{
|
513
|
-
"id":
|
513
|
+
"id": 26826,
|
514
514
|
"name": "INT240",
|
515
|
-
"nameLocation": "1043:6:
|
515
|
+
"nameLocation": "1043:6:54",
|
516
516
|
"nodeType": "EnumValue",
|
517
|
-
"src": "1043:6:
|
517
|
+
"src": "1043:6:54"
|
518
518
|
},
|
519
519
|
{
|
520
|
-
"id":
|
520
|
+
"id": 26827,
|
521
521
|
"name": "INT248",
|
522
|
-
"nameLocation": "1053:6:
|
522
|
+
"nameLocation": "1053:6:54",
|
523
523
|
"nodeType": "EnumValue",
|
524
|
-
"src": "1053:6:
|
524
|
+
"src": "1053:6:54"
|
525
525
|
},
|
526
526
|
{
|
527
|
-
"id":
|
527
|
+
"id": 26828,
|
528
528
|
"name": "INT256",
|
529
|
-
"nameLocation": "1063:6:
|
529
|
+
"nameLocation": "1063:6:54",
|
530
530
|
"nodeType": "EnumValue",
|
531
|
-
"src": "1063:6:
|
531
|
+
"src": "1063:6:54"
|
532
532
|
},
|
533
533
|
{
|
534
|
-
"id":
|
534
|
+
"id": 26829,
|
535
535
|
"name": "BYTES1",
|
536
|
-
"nameLocation": "1073:6:
|
536
|
+
"nameLocation": "1073:6:54",
|
537
537
|
"nodeType": "EnumValue",
|
538
|
-
"src": "1073:6:
|
538
|
+
"src": "1073:6:54"
|
539
539
|
},
|
540
540
|
{
|
541
|
-
"id":
|
541
|
+
"id": 26830,
|
542
542
|
"name": "BYTES2",
|
543
|
-
"nameLocation": "1083:6:
|
543
|
+
"nameLocation": "1083:6:54",
|
544
544
|
"nodeType": "EnumValue",
|
545
|
-
"src": "1083:6:
|
545
|
+
"src": "1083:6:54"
|
546
546
|
},
|
547
547
|
{
|
548
|
-
"id":
|
548
|
+
"id": 26831,
|
549
549
|
"name": "BYTES3",
|
550
|
-
"nameLocation": "1093:6:
|
550
|
+
"nameLocation": "1093:6:54",
|
551
551
|
"nodeType": "EnumValue",
|
552
|
-
"src": "1093:6:
|
552
|
+
"src": "1093:6:54"
|
553
553
|
},
|
554
554
|
{
|
555
|
-
"id":
|
555
|
+
"id": 26832,
|
556
556
|
"name": "BYTES4",
|
557
|
-
"nameLocation": "1103:6:
|
557
|
+
"nameLocation": "1103:6:54",
|
558
558
|
"nodeType": "EnumValue",
|
559
|
-
"src": "1103:6:
|
559
|
+
"src": "1103:6:54"
|
560
560
|
},
|
561
561
|
{
|
562
|
-
"id":
|
562
|
+
"id": 26833,
|
563
563
|
"name": "BYTES5",
|
564
|
-
"nameLocation": "1113:6:
|
564
|
+
"nameLocation": "1113:6:54",
|
565
565
|
"nodeType": "EnumValue",
|
566
|
-
"src": "1113:6:
|
566
|
+
"src": "1113:6:54"
|
567
567
|
},
|
568
568
|
{
|
569
|
-
"id":
|
569
|
+
"id": 26834,
|
570
570
|
"name": "BYTES6",
|
571
|
-
"nameLocation": "1123:6:
|
571
|
+
"nameLocation": "1123:6:54",
|
572
572
|
"nodeType": "EnumValue",
|
573
|
-
"src": "1123:6:
|
573
|
+
"src": "1123:6:54"
|
574
574
|
},
|
575
575
|
{
|
576
|
-
"id":
|
576
|
+
"id": 26835,
|
577
577
|
"name": "BYTES7",
|
578
|
-
"nameLocation": "1133:6:
|
578
|
+
"nameLocation": "1133:6:54",
|
579
579
|
"nodeType": "EnumValue",
|
580
|
-
"src": "1133:6:
|
580
|
+
"src": "1133:6:54"
|
581
581
|
},
|
582
582
|
{
|
583
|
-
"id":
|
583
|
+
"id": 26836,
|
584
584
|
"name": "BYTES8",
|
585
|
-
"nameLocation": "1143:6:
|
585
|
+
"nameLocation": "1143:6:54",
|
586
586
|
"nodeType": "EnumValue",
|
587
|
-
"src": "1143:6:
|
587
|
+
"src": "1143:6:54"
|
588
588
|
},
|
589
589
|
{
|
590
|
-
"id":
|
590
|
+
"id": 26837,
|
591
591
|
"name": "BYTES9",
|
592
|
-
"nameLocation": "1153:6:
|
592
|
+
"nameLocation": "1153:6:54",
|
593
593
|
"nodeType": "EnumValue",
|
594
|
-
"src": "1153:6:
|
594
|
+
"src": "1153:6:54"
|
595
595
|
},
|
596
596
|
{
|
597
|
-
"id":
|
597
|
+
"id": 26838,
|
598
598
|
"name": "BYTES10",
|
599
|
-
"nameLocation": "1163:7:
|
599
|
+
"nameLocation": "1163:7:54",
|
600
600
|
"nodeType": "EnumValue",
|
601
|
-
"src": "1163:7:
|
601
|
+
"src": "1163:7:54"
|
602
602
|
},
|
603
603
|
{
|
604
|
-
"id":
|
604
|
+
"id": 26839,
|
605
605
|
"name": "BYTES11",
|
606
|
-
"nameLocation": "1174:7:
|
606
|
+
"nameLocation": "1174:7:54",
|
607
607
|
"nodeType": "EnumValue",
|
608
|
-
"src": "1174:7:
|
608
|
+
"src": "1174:7:54"
|
609
609
|
},
|
610
610
|
{
|
611
|
-
"id":
|
611
|
+
"id": 26840,
|
612
612
|
"name": "BYTES12",
|
613
|
-
"nameLocation": "1185:7:
|
613
|
+
"nameLocation": "1185:7:54",
|
614
614
|
"nodeType": "EnumValue",
|
615
|
-
"src": "1185:7:
|
615
|
+
"src": "1185:7:54"
|
616
616
|
},
|
617
617
|
{
|
618
|
-
"id":
|
618
|
+
"id": 26841,
|
619
619
|
"name": "BYTES13",
|
620
|
-
"nameLocation": "1196:7:
|
620
|
+
"nameLocation": "1196:7:54",
|
621
621
|
"nodeType": "EnumValue",
|
622
|
-
"src": "1196:7:
|
622
|
+
"src": "1196:7:54"
|
623
623
|
},
|
624
624
|
{
|
625
|
-
"id":
|
625
|
+
"id": 26842,
|
626
626
|
"name": "BYTES14",
|
627
|
-
"nameLocation": "1207:7:
|
627
|
+
"nameLocation": "1207:7:54",
|
628
628
|
"nodeType": "EnumValue",
|
629
|
-
"src": "1207:7:
|
629
|
+
"src": "1207:7:54"
|
630
630
|
},
|
631
631
|
{
|
632
|
-
"id":
|
632
|
+
"id": 26843,
|
633
633
|
"name": "BYTES15",
|
634
|
-
"nameLocation": "1218:7:
|
634
|
+
"nameLocation": "1218:7:54",
|
635
635
|
"nodeType": "EnumValue",
|
636
|
-
"src": "1218:7:
|
636
|
+
"src": "1218:7:54"
|
637
637
|
},
|
638
638
|
{
|
639
|
-
"id":
|
639
|
+
"id": 26844,
|
640
640
|
"name": "BYTES16",
|
641
|
-
"nameLocation": "1229:7:
|
641
|
+
"nameLocation": "1229:7:54",
|
642
642
|
"nodeType": "EnumValue",
|
643
|
-
"src": "1229:7:
|
643
|
+
"src": "1229:7:54"
|
644
644
|
},
|
645
645
|
{
|
646
|
-
"id":
|
646
|
+
"id": 26845,
|
647
647
|
"name": "BYTES17",
|
648
|
-
"nameLocation": "1240:7:
|
648
|
+
"nameLocation": "1240:7:54",
|
649
649
|
"nodeType": "EnumValue",
|
650
|
-
"src": "1240:7:
|
650
|
+
"src": "1240:7:54"
|
651
651
|
},
|
652
652
|
{
|
653
|
-
"id":
|
653
|
+
"id": 26846,
|
654
654
|
"name": "BYTES18",
|
655
|
-
"nameLocation": "1251:7:
|
655
|
+
"nameLocation": "1251:7:54",
|
656
656
|
"nodeType": "EnumValue",
|
657
|
-
"src": "1251:7:
|
657
|
+
"src": "1251:7:54"
|
658
658
|
},
|
659
659
|
{
|
660
|
-
"id":
|
660
|
+
"id": 26847,
|
661
661
|
"name": "BYTES19",
|
662
|
-
"nameLocation": "1262:7:
|
662
|
+
"nameLocation": "1262:7:54",
|
663
663
|
"nodeType": "EnumValue",
|
664
|
-
"src": "1262:7:
|
664
|
+
"src": "1262:7:54"
|
665
665
|
},
|
666
666
|
{
|
667
|
-
"id":
|
667
|
+
"id": 26848,
|
668
668
|
"name": "BYTES20",
|
669
|
-
"nameLocation": "1273:7:
|
669
|
+
"nameLocation": "1273:7:54",
|
670
670
|
"nodeType": "EnumValue",
|
671
|
-
"src": "1273:7:
|
671
|
+
"src": "1273:7:54"
|
672
672
|
},
|
673
673
|
{
|
674
|
-
"id":
|
674
|
+
"id": 26849,
|
675
675
|
"name": "BYTES21",
|
676
|
-
"nameLocation": "1284:7:
|
676
|
+
"nameLocation": "1284:7:54",
|
677
677
|
"nodeType": "EnumValue",
|
678
|
-
"src": "1284:7:
|
678
|
+
"src": "1284:7:54"
|
679
679
|
},
|
680
680
|
{
|
681
|
-
"id":
|
681
|
+
"id": 26850,
|
682
682
|
"name": "BYTES22",
|
683
|
-
"nameLocation": "1295:7:
|
683
|
+
"nameLocation": "1295:7:54",
|
684
684
|
"nodeType": "EnumValue",
|
685
|
-
"src": "1295:7:
|
685
|
+
"src": "1295:7:54"
|
686
686
|
},
|
687
687
|
{
|
688
|
-
"id":
|
688
|
+
"id": 26851,
|
689
689
|
"name": "BYTES23",
|
690
|
-
"nameLocation": "1306:7:
|
690
|
+
"nameLocation": "1306:7:54",
|
691
691
|
"nodeType": "EnumValue",
|
692
|
-
"src": "1306:7:
|
692
|
+
"src": "1306:7:54"
|
693
693
|
},
|
694
694
|
{
|
695
|
-
"id":
|
695
|
+
"id": 26852,
|
696
696
|
"name": "BYTES24",
|
697
|
-
"nameLocation": "1317:7:
|
697
|
+
"nameLocation": "1317:7:54",
|
698
698
|
"nodeType": "EnumValue",
|
699
|
-
"src": "1317:7:
|
699
|
+
"src": "1317:7:54"
|
700
700
|
},
|
701
701
|
{
|
702
|
-
"id":
|
702
|
+
"id": 26853,
|
703
703
|
"name": "BYTES25",
|
704
|
-
"nameLocation": "1328:7:
|
704
|
+
"nameLocation": "1328:7:54",
|
705
705
|
"nodeType": "EnumValue",
|
706
|
-
"src": "1328:7:
|
706
|
+
"src": "1328:7:54"
|
707
707
|
},
|
708
708
|
{
|
709
|
-
"id":
|
709
|
+
"id": 26854,
|
710
710
|
"name": "BYTES26",
|
711
|
-
"nameLocation": "1339:7:
|
711
|
+
"nameLocation": "1339:7:54",
|
712
712
|
"nodeType": "EnumValue",
|
713
|
-
"src": "1339:7:
|
713
|
+
"src": "1339:7:54"
|
714
714
|
},
|
715
715
|
{
|
716
|
-
"id":
|
716
|
+
"id": 26855,
|
717
717
|
"name": "BYTES27",
|
718
|
-
"nameLocation": "1350:7:
|
718
|
+
"nameLocation": "1350:7:54",
|
719
719
|
"nodeType": "EnumValue",
|
720
|
-
"src": "1350:7:
|
720
|
+
"src": "1350:7:54"
|
721
721
|
},
|
722
722
|
{
|
723
|
-
"id":
|
723
|
+
"id": 26856,
|
724
724
|
"name": "BYTES28",
|
725
|
-
"nameLocation": "1361:7:
|
725
|
+
"nameLocation": "1361:7:54",
|
726
726
|
"nodeType": "EnumValue",
|
727
|
-
"src": "1361:7:
|
727
|
+
"src": "1361:7:54"
|
728
728
|
},
|
729
729
|
{
|
730
|
-
"id":
|
730
|
+
"id": 26857,
|
731
731
|
"name": "BYTES29",
|
732
|
-
"nameLocation": "1372:7:
|
732
|
+
"nameLocation": "1372:7:54",
|
733
733
|
"nodeType": "EnumValue",
|
734
|
-
"src": "1372:7:
|
734
|
+
"src": "1372:7:54"
|
735
735
|
},
|
736
736
|
{
|
737
|
-
"id":
|
737
|
+
"id": 26858,
|
738
738
|
"name": "BYTES30",
|
739
|
-
"nameLocation": "1383:7:
|
739
|
+
"nameLocation": "1383:7:54",
|
740
740
|
"nodeType": "EnumValue",
|
741
|
-
"src": "1383:7:
|
741
|
+
"src": "1383:7:54"
|
742
742
|
},
|
743
743
|
{
|
744
|
-
"id":
|
744
|
+
"id": 26859,
|
745
745
|
"name": "BYTES31",
|
746
|
-
"nameLocation": "1394:7:
|
746
|
+
"nameLocation": "1394:7:54",
|
747
747
|
"nodeType": "EnumValue",
|
748
|
-
"src": "1394:7:
|
748
|
+
"src": "1394:7:54"
|
749
749
|
},
|
750
750
|
{
|
751
|
-
"id":
|
751
|
+
"id": 26860,
|
752
752
|
"name": "BYTES32",
|
753
|
-
"nameLocation": "1405:7:
|
753
|
+
"nameLocation": "1405:7:54",
|
754
754
|
"nodeType": "EnumValue",
|
755
|
-
"src": "1405:7:
|
755
|
+
"src": "1405:7:54"
|
756
756
|
},
|
757
757
|
{
|
758
|
-
"id":
|
758
|
+
"id": 26861,
|
759
759
|
"name": "BOOL",
|
760
|
-
"nameLocation": "1416:4:
|
760
|
+
"nameLocation": "1416:4:54",
|
761
761
|
"nodeType": "EnumValue",
|
762
|
-
"src": "1416:4:
|
762
|
+
"src": "1416:4:54"
|
763
763
|
},
|
764
764
|
{
|
765
|
-
"id":
|
765
|
+
"id": 26862,
|
766
766
|
"name": "ADDRESS",
|
767
|
-
"nameLocation": "1424:7:
|
767
|
+
"nameLocation": "1424:7:54",
|
768
768
|
"nodeType": "EnumValue",
|
769
|
-
"src": "1424:7:
|
769
|
+
"src": "1424:7:54"
|
770
770
|
},
|
771
771
|
{
|
772
|
-
"id":
|
772
|
+
"id": 26863,
|
773
773
|
"name": "UINT8_ARRAY",
|
774
|
-
"nameLocation": "1435:11:
|
774
|
+
"nameLocation": "1435:11:54",
|
775
775
|
"nodeType": "EnumValue",
|
776
|
-
"src": "1435:11:
|
776
|
+
"src": "1435:11:54"
|
777
777
|
},
|
778
778
|
{
|
779
|
-
"id":
|
779
|
+
"id": 26864,
|
780
780
|
"name": "UINT16_ARRAY",
|
781
|
-
"nameLocation": "1450:12:
|
781
|
+
"nameLocation": "1450:12:54",
|
782
782
|
"nodeType": "EnumValue",
|
783
|
-
"src": "1450:12:
|
783
|
+
"src": "1450:12:54"
|
784
784
|
},
|
785
785
|
{
|
786
|
-
"id":
|
786
|
+
"id": 26865,
|
787
787
|
"name": "UINT24_ARRAY",
|
788
|
-
"nameLocation": "1466:12:
|
788
|
+
"nameLocation": "1466:12:54",
|
789
789
|
"nodeType": "EnumValue",
|
790
|
-
"src": "1466:12:
|
790
|
+
"src": "1466:12:54"
|
791
791
|
},
|
792
792
|
{
|
793
|
-
"id":
|
793
|
+
"id": 26866,
|
794
794
|
"name": "UINT32_ARRAY",
|
795
|
-
"nameLocation": "1482:12:
|
795
|
+
"nameLocation": "1482:12:54",
|
796
796
|
"nodeType": "EnumValue",
|
797
|
-
"src": "1482:12:
|
797
|
+
"src": "1482:12:54"
|
798
798
|
},
|
799
799
|
{
|
800
|
-
"id":
|
800
|
+
"id": 26867,
|
801
801
|
"name": "UINT40_ARRAY",
|
802
|
-
"nameLocation": "1498:12:
|
802
|
+
"nameLocation": "1498:12:54",
|
803
803
|
"nodeType": "EnumValue",
|
804
|
-
"src": "1498:12:
|
804
|
+
"src": "1498:12:54"
|
805
805
|
},
|
806
806
|
{
|
807
|
-
"id":
|
807
|
+
"id": 26868,
|
808
808
|
"name": "UINT48_ARRAY",
|
809
|
-
"nameLocation": "1514:12:
|
809
|
+
"nameLocation": "1514:12:54",
|
810
810
|
"nodeType": "EnumValue",
|
811
|
-
"src": "1514:12:
|
811
|
+
"src": "1514:12:54"
|
812
812
|
},
|
813
813
|
{
|
814
|
-
"id":
|
814
|
+
"id": 26869,
|
815
815
|
"name": "UINT56_ARRAY",
|
816
|
-
"nameLocation": "1530:12:
|
816
|
+
"nameLocation": "1530:12:54",
|
817
817
|
"nodeType": "EnumValue",
|
818
|
-
"src": "1530:12:
|
818
|
+
"src": "1530:12:54"
|
819
819
|
},
|
820
820
|
{
|
821
|
-
"id":
|
821
|
+
"id": 26870,
|
822
822
|
"name": "UINT64_ARRAY",
|
823
|
-
"nameLocation": "1546:12:
|
823
|
+
"nameLocation": "1546:12:54",
|
824
824
|
"nodeType": "EnumValue",
|
825
|
-
"src": "1546:12:
|
825
|
+
"src": "1546:12:54"
|
826
826
|
},
|
827
827
|
{
|
828
|
-
"id":
|
828
|
+
"id": 26871,
|
829
829
|
"name": "UINT72_ARRAY",
|
830
|
-
"nameLocation": "1562:12:
|
830
|
+
"nameLocation": "1562:12:54",
|
831
831
|
"nodeType": "EnumValue",
|
832
|
-
"src": "1562:12:
|
832
|
+
"src": "1562:12:54"
|
833
833
|
},
|
834
834
|
{
|
835
|
-
"id":
|
835
|
+
"id": 26872,
|
836
836
|
"name": "UINT80_ARRAY",
|
837
|
-
"nameLocation": "1578:12:
|
837
|
+
"nameLocation": "1578:12:54",
|
838
838
|
"nodeType": "EnumValue",
|
839
|
-
"src": "1578:12:
|
839
|
+
"src": "1578:12:54"
|
840
840
|
},
|
841
841
|
{
|
842
|
-
"id":
|
842
|
+
"id": 26873,
|
843
843
|
"name": "UINT88_ARRAY",
|
844
|
-
"nameLocation": "1594:12:
|
844
|
+
"nameLocation": "1594:12:54",
|
845
845
|
"nodeType": "EnumValue",
|
846
|
-
"src": "1594:12:
|
846
|
+
"src": "1594:12:54"
|
847
847
|
},
|
848
848
|
{
|
849
|
-
"id":
|
849
|
+
"id": 26874,
|
850
850
|
"name": "UINT96_ARRAY",
|
851
|
-
"nameLocation": "1610:12:
|
851
|
+
"nameLocation": "1610:12:54",
|
852
852
|
"nodeType": "EnumValue",
|
853
|
-
"src": "1610:12:
|
853
|
+
"src": "1610:12:54"
|
854
854
|
},
|
855
855
|
{
|
856
|
-
"id":
|
856
|
+
"id": 26875,
|
857
857
|
"name": "UINT104_ARRAY",
|
858
|
-
"nameLocation": "1626:13:
|
858
|
+
"nameLocation": "1626:13:54",
|
859
859
|
"nodeType": "EnumValue",
|
860
|
-
"src": "1626:13:
|
860
|
+
"src": "1626:13:54"
|
861
861
|
},
|
862
862
|
{
|
863
|
-
"id":
|
863
|
+
"id": 26876,
|
864
864
|
"name": "UINT112_ARRAY",
|
865
|
-
"nameLocation": "1643:13:
|
865
|
+
"nameLocation": "1643:13:54",
|
866
866
|
"nodeType": "EnumValue",
|
867
|
-
"src": "1643:13:
|
867
|
+
"src": "1643:13:54"
|
868
868
|
},
|
869
869
|
{
|
870
|
-
"id":
|
870
|
+
"id": 26877,
|
871
871
|
"name": "UINT120_ARRAY",
|
872
|
-
"nameLocation": "1660:13:
|
872
|
+
"nameLocation": "1660:13:54",
|
873
873
|
"nodeType": "EnumValue",
|
874
|
-
"src": "1660:13:
|
874
|
+
"src": "1660:13:54"
|
875
875
|
},
|
876
876
|
{
|
877
|
-
"id":
|
877
|
+
"id": 26878,
|
878
878
|
"name": "UINT128_ARRAY",
|
879
|
-
"nameLocation": "1677:13:
|
879
|
+
"nameLocation": "1677:13:54",
|
880
880
|
"nodeType": "EnumValue",
|
881
|
-
"src": "1677:13:
|
881
|
+
"src": "1677:13:54"
|
882
882
|
},
|
883
883
|
{
|
884
|
-
"id":
|
884
|
+
"id": 26879,
|
885
885
|
"name": "UINT136_ARRAY",
|
886
|
-
"nameLocation": "1694:13:
|
886
|
+
"nameLocation": "1694:13:54",
|
887
887
|
"nodeType": "EnumValue",
|
888
|
-
"src": "1694:13:
|
888
|
+
"src": "1694:13:54"
|
889
889
|
},
|
890
890
|
{
|
891
|
-
"id":
|
891
|
+
"id": 26880,
|
892
892
|
"name": "UINT144_ARRAY",
|
893
|
-
"nameLocation": "1711:13:
|
893
|
+
"nameLocation": "1711:13:54",
|
894
894
|
"nodeType": "EnumValue",
|
895
|
-
"src": "1711:13:
|
895
|
+
"src": "1711:13:54"
|
896
896
|
},
|
897
897
|
{
|
898
|
-
"id":
|
898
|
+
"id": 26881,
|
899
899
|
"name": "UINT152_ARRAY",
|
900
|
-
"nameLocation": "1728:13:
|
900
|
+
"nameLocation": "1728:13:54",
|
901
901
|
"nodeType": "EnumValue",
|
902
|
-
"src": "1728:13:
|
902
|
+
"src": "1728:13:54"
|
903
903
|
},
|
904
904
|
{
|
905
|
-
"id":
|
905
|
+
"id": 26882,
|
906
906
|
"name": "UINT160_ARRAY",
|
907
|
-
"nameLocation": "1745:13:
|
907
|
+
"nameLocation": "1745:13:54",
|
908
908
|
"nodeType": "EnumValue",
|
909
|
-
"src": "1745:13:
|
909
|
+
"src": "1745:13:54"
|
910
910
|
},
|
911
911
|
{
|
912
|
-
"id":
|
912
|
+
"id": 26883,
|
913
913
|
"name": "UINT168_ARRAY",
|
914
|
-
"nameLocation": "1762:13:
|
914
|
+
"nameLocation": "1762:13:54",
|
915
915
|
"nodeType": "EnumValue",
|
916
|
-
"src": "1762:13:
|
916
|
+
"src": "1762:13:54"
|
917
917
|
},
|
918
918
|
{
|
919
|
-
"id":
|
919
|
+
"id": 26884,
|
920
920
|
"name": "UINT176_ARRAY",
|
921
|
-
"nameLocation": "1779:13:
|
921
|
+
"nameLocation": "1779:13:54",
|
922
922
|
"nodeType": "EnumValue",
|
923
|
-
"src": "1779:13:
|
923
|
+
"src": "1779:13:54"
|
924
924
|
},
|
925
925
|
{
|
926
|
-
"id":
|
926
|
+
"id": 26885,
|
927
927
|
"name": "UINT184_ARRAY",
|
928
|
-
"nameLocation": "1796:13:
|
928
|
+
"nameLocation": "1796:13:54",
|
929
929
|
"nodeType": "EnumValue",
|
930
|
-
"src": "1796:13:
|
930
|
+
"src": "1796:13:54"
|
931
931
|
},
|
932
932
|
{
|
933
|
-
"id":
|
933
|
+
"id": 26886,
|
934
934
|
"name": "UINT192_ARRAY",
|
935
|
-
"nameLocation": "1813:13:
|
935
|
+
"nameLocation": "1813:13:54",
|
936
936
|
"nodeType": "EnumValue",
|
937
|
-
"src": "1813:13:
|
937
|
+
"src": "1813:13:54"
|
938
938
|
},
|
939
939
|
{
|
940
|
-
"id":
|
940
|
+
"id": 26887,
|
941
941
|
"name": "UINT200_ARRAY",
|
942
|
-
"nameLocation": "1830:13:
|
942
|
+
"nameLocation": "1830:13:54",
|
943
943
|
"nodeType": "EnumValue",
|
944
|
-
"src": "1830:13:
|
944
|
+
"src": "1830:13:54"
|
945
945
|
},
|
946
946
|
{
|
947
|
-
"id":
|
947
|
+
"id": 26888,
|
948
948
|
"name": "UINT208_ARRAY",
|
949
|
-
"nameLocation": "1847:13:
|
949
|
+
"nameLocation": "1847:13:54",
|
950
950
|
"nodeType": "EnumValue",
|
951
|
-
"src": "1847:13:
|
951
|
+
"src": "1847:13:54"
|
952
952
|
},
|
953
953
|
{
|
954
|
-
"id":
|
954
|
+
"id": 26889,
|
955
955
|
"name": "UINT216_ARRAY",
|
956
|
-
"nameLocation": "1864:13:
|
956
|
+
"nameLocation": "1864:13:54",
|
957
957
|
"nodeType": "EnumValue",
|
958
|
-
"src": "1864:13:
|
958
|
+
"src": "1864:13:54"
|
959
959
|
},
|
960
960
|
{
|
961
|
-
"id":
|
961
|
+
"id": 26890,
|
962
962
|
"name": "UINT224_ARRAY",
|
963
|
-
"nameLocation": "1881:13:
|
963
|
+
"nameLocation": "1881:13:54",
|
964
964
|
"nodeType": "EnumValue",
|
965
|
-
"src": "1881:13:
|
965
|
+
"src": "1881:13:54"
|
966
966
|
},
|
967
967
|
{
|
968
|
-
"id":
|
968
|
+
"id": 26891,
|
969
969
|
"name": "UINT232_ARRAY",
|
970
|
-
"nameLocation": "1898:13:
|
970
|
+
"nameLocation": "1898:13:54",
|
971
971
|
"nodeType": "EnumValue",
|
972
|
-
"src": "1898:13:
|
972
|
+
"src": "1898:13:54"
|
973
973
|
},
|
974
974
|
{
|
975
|
-
"id":
|
975
|
+
"id": 26892,
|
976
976
|
"name": "UINT240_ARRAY",
|
977
|
-
"nameLocation": "1915:13:
|
977
|
+
"nameLocation": "1915:13:54",
|
978
978
|
"nodeType": "EnumValue",
|
979
|
-
"src": "1915:13:
|
979
|
+
"src": "1915:13:54"
|
980
980
|
},
|
981
981
|
{
|
982
|
-
"id":
|
982
|
+
"id": 26893,
|
983
983
|
"name": "UINT248_ARRAY",
|
984
|
-
"nameLocation": "1932:13:
|
984
|
+
"nameLocation": "1932:13:54",
|
985
985
|
"nodeType": "EnumValue",
|
986
|
-
"src": "1932:13:
|
986
|
+
"src": "1932:13:54"
|
987
987
|
},
|
988
988
|
{
|
989
|
-
"id":
|
989
|
+
"id": 26894,
|
990
990
|
"name": "UINT256_ARRAY",
|
991
|
-
"nameLocation": "1949:13:
|
991
|
+
"nameLocation": "1949:13:54",
|
992
992
|
"nodeType": "EnumValue",
|
993
|
-
"src": "1949:13:
|
993
|
+
"src": "1949:13:54"
|
994
994
|
},
|
995
995
|
{
|
996
|
-
"id":
|
996
|
+
"id": 26895,
|
997
997
|
"name": "INT8_ARRAY",
|
998
|
-
"nameLocation": "1966:10:
|
998
|
+
"nameLocation": "1966:10:54",
|
999
999
|
"nodeType": "EnumValue",
|
1000
|
-
"src": "1966:10:
|
1000
|
+
"src": "1966:10:54"
|
1001
1001
|
},
|
1002
1002
|
{
|
1003
|
-
"id":
|
1003
|
+
"id": 26896,
|
1004
1004
|
"name": "INT16_ARRAY",
|
1005
|
-
"nameLocation": "1980:11:
|
1005
|
+
"nameLocation": "1980:11:54",
|
1006
1006
|
"nodeType": "EnumValue",
|
1007
|
-
"src": "1980:11:
|
1007
|
+
"src": "1980:11:54"
|
1008
1008
|
},
|
1009
1009
|
{
|
1010
|
-
"id":
|
1010
|
+
"id": 26897,
|
1011
1011
|
"name": "INT24_ARRAY",
|
1012
|
-
"nameLocation": "1995:11:
|
1012
|
+
"nameLocation": "1995:11:54",
|
1013
1013
|
"nodeType": "EnumValue",
|
1014
|
-
"src": "1995:11:
|
1014
|
+
"src": "1995:11:54"
|
1015
1015
|
},
|
1016
1016
|
{
|
1017
|
-
"id":
|
1017
|
+
"id": 26898,
|
1018
1018
|
"name": "INT32_ARRAY",
|
1019
|
-
"nameLocation": "2010:11:
|
1019
|
+
"nameLocation": "2010:11:54",
|
1020
1020
|
"nodeType": "EnumValue",
|
1021
|
-
"src": "2010:11:
|
1021
|
+
"src": "2010:11:54"
|
1022
1022
|
},
|
1023
1023
|
{
|
1024
|
-
"id":
|
1024
|
+
"id": 26899,
|
1025
1025
|
"name": "INT40_ARRAY",
|
1026
|
-
"nameLocation": "2025:11:
|
1026
|
+
"nameLocation": "2025:11:54",
|
1027
1027
|
"nodeType": "EnumValue",
|
1028
|
-
"src": "2025:11:
|
1028
|
+
"src": "2025:11:54"
|
1029
1029
|
},
|
1030
1030
|
{
|
1031
|
-
"id":
|
1031
|
+
"id": 26900,
|
1032
1032
|
"name": "INT48_ARRAY",
|
1033
|
-
"nameLocation": "2040:11:
|
1033
|
+
"nameLocation": "2040:11:54",
|
1034
1034
|
"nodeType": "EnumValue",
|
1035
|
-
"src": "2040:11:
|
1035
|
+
"src": "2040:11:54"
|
1036
1036
|
},
|
1037
1037
|
{
|
1038
|
-
"id":
|
1038
|
+
"id": 26901,
|
1039
1039
|
"name": "INT56_ARRAY",
|
1040
|
-
"nameLocation": "2055:11:
|
1040
|
+
"nameLocation": "2055:11:54",
|
1041
1041
|
"nodeType": "EnumValue",
|
1042
|
-
"src": "2055:11:
|
1042
|
+
"src": "2055:11:54"
|
1043
1043
|
},
|
1044
1044
|
{
|
1045
|
-
"id":
|
1045
|
+
"id": 26902,
|
1046
1046
|
"name": "INT64_ARRAY",
|
1047
|
-
"nameLocation": "2070:11:
|
1047
|
+
"nameLocation": "2070:11:54",
|
1048
1048
|
"nodeType": "EnumValue",
|
1049
|
-
"src": "2070:11:
|
1049
|
+
"src": "2070:11:54"
|
1050
1050
|
},
|
1051
1051
|
{
|
1052
|
-
"id":
|
1052
|
+
"id": 26903,
|
1053
1053
|
"name": "INT72_ARRAY",
|
1054
|
-
"nameLocation": "2085:11:
|
1054
|
+
"nameLocation": "2085:11:54",
|
1055
1055
|
"nodeType": "EnumValue",
|
1056
|
-
"src": "2085:11:
|
1056
|
+
"src": "2085:11:54"
|
1057
1057
|
},
|
1058
1058
|
{
|
1059
|
-
"id":
|
1059
|
+
"id": 26904,
|
1060
1060
|
"name": "INT80_ARRAY",
|
1061
|
-
"nameLocation": "2100:11:
|
1061
|
+
"nameLocation": "2100:11:54",
|
1062
1062
|
"nodeType": "EnumValue",
|
1063
|
-
"src": "2100:11:
|
1063
|
+
"src": "2100:11:54"
|
1064
1064
|
},
|
1065
1065
|
{
|
1066
|
-
"id":
|
1066
|
+
"id": 26905,
|
1067
1067
|
"name": "INT88_ARRAY",
|
1068
|
-
"nameLocation": "2115:11:
|
1068
|
+
"nameLocation": "2115:11:54",
|
1069
1069
|
"nodeType": "EnumValue",
|
1070
|
-
"src": "2115:11:
|
1070
|
+
"src": "2115:11:54"
|
1071
1071
|
},
|
1072
1072
|
{
|
1073
|
-
"id":
|
1073
|
+
"id": 26906,
|
1074
1074
|
"name": "INT96_ARRAY",
|
1075
|
-
"nameLocation": "2130:11:
|
1075
|
+
"nameLocation": "2130:11:54",
|
1076
1076
|
"nodeType": "EnumValue",
|
1077
|
-
"src": "2130:11:
|
1077
|
+
"src": "2130:11:54"
|
1078
1078
|
},
|
1079
1079
|
{
|
1080
|
-
"id":
|
1080
|
+
"id": 26907,
|
1081
1081
|
"name": "INT104_ARRAY",
|
1082
|
-
"nameLocation": "2145:12:
|
1082
|
+
"nameLocation": "2145:12:54",
|
1083
1083
|
"nodeType": "EnumValue",
|
1084
|
-
"src": "2145:12:
|
1084
|
+
"src": "2145:12:54"
|
1085
1085
|
},
|
1086
1086
|
{
|
1087
|
-
"id":
|
1087
|
+
"id": 26908,
|
1088
1088
|
"name": "INT112_ARRAY",
|
1089
|
-
"nameLocation": "2161:12:
|
1089
|
+
"nameLocation": "2161:12:54",
|
1090
1090
|
"nodeType": "EnumValue",
|
1091
|
-
"src": "2161:12:
|
1091
|
+
"src": "2161:12:54"
|
1092
1092
|
},
|
1093
1093
|
{
|
1094
|
-
"id":
|
1094
|
+
"id": 26909,
|
1095
1095
|
"name": "INT120_ARRAY",
|
1096
|
-
"nameLocation": "2177:12:
|
1096
|
+
"nameLocation": "2177:12:54",
|
1097
1097
|
"nodeType": "EnumValue",
|
1098
|
-
"src": "2177:12:
|
1098
|
+
"src": "2177:12:54"
|
1099
1099
|
},
|
1100
1100
|
{
|
1101
|
-
"id":
|
1101
|
+
"id": 26910,
|
1102
1102
|
"name": "INT128_ARRAY",
|
1103
|
-
"nameLocation": "2193:12:
|
1103
|
+
"nameLocation": "2193:12:54",
|
1104
1104
|
"nodeType": "EnumValue",
|
1105
|
-
"src": "2193:12:
|
1105
|
+
"src": "2193:12:54"
|
1106
1106
|
},
|
1107
1107
|
{
|
1108
|
-
"id":
|
1108
|
+
"id": 26911,
|
1109
1109
|
"name": "INT136_ARRAY",
|
1110
|
-
"nameLocation": "2209:12:
|
1110
|
+
"nameLocation": "2209:12:54",
|
1111
1111
|
"nodeType": "EnumValue",
|
1112
|
-
"src": "2209:12:
|
1112
|
+
"src": "2209:12:54"
|
1113
1113
|
},
|
1114
1114
|
{
|
1115
|
-
"id":
|
1115
|
+
"id": 26912,
|
1116
1116
|
"name": "INT144_ARRAY",
|
1117
|
-
"nameLocation": "2225:12:
|
1117
|
+
"nameLocation": "2225:12:54",
|
1118
1118
|
"nodeType": "EnumValue",
|
1119
|
-
"src": "2225:12:
|
1119
|
+
"src": "2225:12:54"
|
1120
1120
|
},
|
1121
1121
|
{
|
1122
|
-
"id":
|
1122
|
+
"id": 26913,
|
1123
1123
|
"name": "INT152_ARRAY",
|
1124
|
-
"nameLocation": "2241:12:
|
1124
|
+
"nameLocation": "2241:12:54",
|
1125
1125
|
"nodeType": "EnumValue",
|
1126
|
-
"src": "2241:12:
|
1126
|
+
"src": "2241:12:54"
|
1127
1127
|
},
|
1128
1128
|
{
|
1129
|
-
"id":
|
1129
|
+
"id": 26914,
|
1130
1130
|
"name": "INT160_ARRAY",
|
1131
|
-
"nameLocation": "2257:12:
|
1131
|
+
"nameLocation": "2257:12:54",
|
1132
1132
|
"nodeType": "EnumValue",
|
1133
|
-
"src": "2257:12:
|
1133
|
+
"src": "2257:12:54"
|
1134
1134
|
},
|
1135
1135
|
{
|
1136
|
-
"id":
|
1136
|
+
"id": 26915,
|
1137
1137
|
"name": "INT168_ARRAY",
|
1138
|
-
"nameLocation": "2273:12:
|
1138
|
+
"nameLocation": "2273:12:54",
|
1139
1139
|
"nodeType": "EnumValue",
|
1140
|
-
"src": "2273:12:
|
1140
|
+
"src": "2273:12:54"
|
1141
1141
|
},
|
1142
1142
|
{
|
1143
|
-
"id":
|
1143
|
+
"id": 26916,
|
1144
1144
|
"name": "INT176_ARRAY",
|
1145
|
-
"nameLocation": "2289:12:
|
1145
|
+
"nameLocation": "2289:12:54",
|
1146
1146
|
"nodeType": "EnumValue",
|
1147
|
-
"src": "2289:12:
|
1147
|
+
"src": "2289:12:54"
|
1148
1148
|
},
|
1149
1149
|
{
|
1150
|
-
"id":
|
1150
|
+
"id": 26917,
|
1151
1151
|
"name": "INT184_ARRAY",
|
1152
|
-
"nameLocation": "2305:12:
|
1152
|
+
"nameLocation": "2305:12:54",
|
1153
1153
|
"nodeType": "EnumValue",
|
1154
|
-
"src": "2305:12:
|
1154
|
+
"src": "2305:12:54"
|
1155
1155
|
},
|
1156
1156
|
{
|
1157
|
-
"id":
|
1157
|
+
"id": 26918,
|
1158
1158
|
"name": "INT192_ARRAY",
|
1159
|
-
"nameLocation": "2321:12:
|
1159
|
+
"nameLocation": "2321:12:54",
|
1160
1160
|
"nodeType": "EnumValue",
|
1161
|
-
"src": "2321:12:
|
1161
|
+
"src": "2321:12:54"
|
1162
1162
|
},
|
1163
1163
|
{
|
1164
|
-
"id":
|
1164
|
+
"id": 26919,
|
1165
1165
|
"name": "INT200_ARRAY",
|
1166
|
-
"nameLocation": "2337:12:
|
1166
|
+
"nameLocation": "2337:12:54",
|
1167
1167
|
"nodeType": "EnumValue",
|
1168
|
-
"src": "2337:12:
|
1168
|
+
"src": "2337:12:54"
|
1169
1169
|
},
|
1170
1170
|
{
|
1171
|
-
"id":
|
1171
|
+
"id": 26920,
|
1172
1172
|
"name": "INT208_ARRAY",
|
1173
|
-
"nameLocation": "2353:12:
|
1173
|
+
"nameLocation": "2353:12:54",
|
1174
1174
|
"nodeType": "EnumValue",
|
1175
|
-
"src": "2353:12:
|
1175
|
+
"src": "2353:12:54"
|
1176
1176
|
},
|
1177
1177
|
{
|
1178
|
-
"id":
|
1178
|
+
"id": 26921,
|
1179
1179
|
"name": "INT216_ARRAY",
|
1180
|
-
"nameLocation": "2369:12:
|
1180
|
+
"nameLocation": "2369:12:54",
|
1181
1181
|
"nodeType": "EnumValue",
|
1182
|
-
"src": "2369:12:
|
1182
|
+
"src": "2369:12:54"
|
1183
1183
|
},
|
1184
1184
|
{
|
1185
|
-
"id":
|
1185
|
+
"id": 26922,
|
1186
1186
|
"name": "INT224_ARRAY",
|
1187
|
-
"nameLocation": "2385:12:
|
1187
|
+
"nameLocation": "2385:12:54",
|
1188
1188
|
"nodeType": "EnumValue",
|
1189
|
-
"src": "2385:12:
|
1189
|
+
"src": "2385:12:54"
|
1190
1190
|
},
|
1191
1191
|
{
|
1192
|
-
"id":
|
1192
|
+
"id": 26923,
|
1193
1193
|
"name": "INT232_ARRAY",
|
1194
|
-
"nameLocation": "2401:12:
|
1194
|
+
"nameLocation": "2401:12:54",
|
1195
1195
|
"nodeType": "EnumValue",
|
1196
|
-
"src": "2401:12:
|
1196
|
+
"src": "2401:12:54"
|
1197
1197
|
},
|
1198
1198
|
{
|
1199
|
-
"id":
|
1199
|
+
"id": 26924,
|
1200
1200
|
"name": "INT240_ARRAY",
|
1201
|
-
"nameLocation": "2417:12:
|
1201
|
+
"nameLocation": "2417:12:54",
|
1202
1202
|
"nodeType": "EnumValue",
|
1203
|
-
"src": "2417:12:
|
1203
|
+
"src": "2417:12:54"
|
1204
1204
|
},
|
1205
1205
|
{
|
1206
|
-
"id":
|
1206
|
+
"id": 26925,
|
1207
1207
|
"name": "INT248_ARRAY",
|
1208
|
-
"nameLocation": "2433:12:
|
1208
|
+
"nameLocation": "2433:12:54",
|
1209
1209
|
"nodeType": "EnumValue",
|
1210
|
-
"src": "2433:12:
|
1210
|
+
"src": "2433:12:54"
|
1211
1211
|
},
|
1212
1212
|
{
|
1213
|
-
"id":
|
1213
|
+
"id": 26926,
|
1214
1214
|
"name": "INT256_ARRAY",
|
1215
|
-
"nameLocation": "2449:12:
|
1215
|
+
"nameLocation": "2449:12:54",
|
1216
1216
|
"nodeType": "EnumValue",
|
1217
|
-
"src": "2449:12:
|
1217
|
+
"src": "2449:12:54"
|
1218
1218
|
},
|
1219
1219
|
{
|
1220
|
-
"id":
|
1220
|
+
"id": 26927,
|
1221
1221
|
"name": "BYTES1_ARRAY",
|
1222
|
-
"nameLocation": "2465:12:
|
1222
|
+
"nameLocation": "2465:12:54",
|
1223
1223
|
"nodeType": "EnumValue",
|
1224
|
-
"src": "2465:12:
|
1224
|
+
"src": "2465:12:54"
|
1225
1225
|
},
|
1226
1226
|
{
|
1227
|
-
"id":
|
1227
|
+
"id": 26928,
|
1228
1228
|
"name": "BYTES2_ARRAY",
|
1229
|
-
"nameLocation": "2481:12:
|
1229
|
+
"nameLocation": "2481:12:54",
|
1230
1230
|
"nodeType": "EnumValue",
|
1231
|
-
"src": "2481:12:
|
1231
|
+
"src": "2481:12:54"
|
1232
1232
|
},
|
1233
1233
|
{
|
1234
|
-
"id":
|
1234
|
+
"id": 26929,
|
1235
1235
|
"name": "BYTES3_ARRAY",
|
1236
|
-
"nameLocation": "2497:12:
|
1236
|
+
"nameLocation": "2497:12:54",
|
1237
1237
|
"nodeType": "EnumValue",
|
1238
|
-
"src": "2497:12:
|
1238
|
+
"src": "2497:12:54"
|
1239
1239
|
},
|
1240
1240
|
{
|
1241
|
-
"id":
|
1241
|
+
"id": 26930,
|
1242
1242
|
"name": "BYTES4_ARRAY",
|
1243
|
-
"nameLocation": "2513:12:
|
1243
|
+
"nameLocation": "2513:12:54",
|
1244
1244
|
"nodeType": "EnumValue",
|
1245
|
-
"src": "2513:12:
|
1245
|
+
"src": "2513:12:54"
|
1246
1246
|
},
|
1247
1247
|
{
|
1248
|
-
"id":
|
1248
|
+
"id": 26931,
|
1249
1249
|
"name": "BYTES5_ARRAY",
|
1250
|
-
"nameLocation": "2529:12:
|
1250
|
+
"nameLocation": "2529:12:54",
|
1251
1251
|
"nodeType": "EnumValue",
|
1252
|
-
"src": "2529:12:
|
1252
|
+
"src": "2529:12:54"
|
1253
1253
|
},
|
1254
1254
|
{
|
1255
|
-
"id":
|
1255
|
+
"id": 26932,
|
1256
1256
|
"name": "BYTES6_ARRAY",
|
1257
|
-
"nameLocation": "2545:12:
|
1257
|
+
"nameLocation": "2545:12:54",
|
1258
1258
|
"nodeType": "EnumValue",
|
1259
|
-
"src": "2545:12:
|
1259
|
+
"src": "2545:12:54"
|
1260
1260
|
},
|
1261
1261
|
{
|
1262
|
-
"id":
|
1262
|
+
"id": 26933,
|
1263
1263
|
"name": "BYTES7_ARRAY",
|
1264
|
-
"nameLocation": "2561:12:
|
1264
|
+
"nameLocation": "2561:12:54",
|
1265
1265
|
"nodeType": "EnumValue",
|
1266
|
-
"src": "2561:12:
|
1266
|
+
"src": "2561:12:54"
|
1267
1267
|
},
|
1268
1268
|
{
|
1269
|
-
"id":
|
1269
|
+
"id": 26934,
|
1270
1270
|
"name": "BYTES8_ARRAY",
|
1271
|
-
"nameLocation": "2577:12:
|
1271
|
+
"nameLocation": "2577:12:54",
|
1272
1272
|
"nodeType": "EnumValue",
|
1273
|
-
"src": "2577:12:
|
1273
|
+
"src": "2577:12:54"
|
1274
1274
|
},
|
1275
1275
|
{
|
1276
|
-
"id":
|
1276
|
+
"id": 26935,
|
1277
1277
|
"name": "BYTES9_ARRAY",
|
1278
|
-
"nameLocation": "2593:12:
|
1278
|
+
"nameLocation": "2593:12:54",
|
1279
1279
|
"nodeType": "EnumValue",
|
1280
|
-
"src": "2593:12:
|
1280
|
+
"src": "2593:12:54"
|
1281
1281
|
},
|
1282
1282
|
{
|
1283
|
-
"id":
|
1283
|
+
"id": 26936,
|
1284
1284
|
"name": "BYTES10_ARRAY",
|
1285
|
-
"nameLocation": "2609:13:
|
1285
|
+
"nameLocation": "2609:13:54",
|
1286
1286
|
"nodeType": "EnumValue",
|
1287
|
-
"src": "2609:13:
|
1287
|
+
"src": "2609:13:54"
|
1288
1288
|
},
|
1289
1289
|
{
|
1290
|
-
"id":
|
1290
|
+
"id": 26937,
|
1291
1291
|
"name": "BYTES11_ARRAY",
|
1292
|
-
"nameLocation": "2626:13:
|
1292
|
+
"nameLocation": "2626:13:54",
|
1293
1293
|
"nodeType": "EnumValue",
|
1294
|
-
"src": "2626:13:
|
1294
|
+
"src": "2626:13:54"
|
1295
1295
|
},
|
1296
1296
|
{
|
1297
|
-
"id":
|
1297
|
+
"id": 26938,
|
1298
1298
|
"name": "BYTES12_ARRAY",
|
1299
|
-
"nameLocation": "2643:13:
|
1299
|
+
"nameLocation": "2643:13:54",
|
1300
1300
|
"nodeType": "EnumValue",
|
1301
|
-
"src": "2643:13:
|
1301
|
+
"src": "2643:13:54"
|
1302
1302
|
},
|
1303
1303
|
{
|
1304
|
-
"id":
|
1304
|
+
"id": 26939,
|
1305
1305
|
"name": "BYTES13_ARRAY",
|
1306
|
-
"nameLocation": "2660:13:
|
1306
|
+
"nameLocation": "2660:13:54",
|
1307
1307
|
"nodeType": "EnumValue",
|
1308
|
-
"src": "2660:13:
|
1308
|
+
"src": "2660:13:54"
|
1309
1309
|
},
|
1310
1310
|
{
|
1311
|
-
"id":
|
1311
|
+
"id": 26940,
|
1312
1312
|
"name": "BYTES14_ARRAY",
|
1313
|
-
"nameLocation": "2677:13:
|
1313
|
+
"nameLocation": "2677:13:54",
|
1314
1314
|
"nodeType": "EnumValue",
|
1315
|
-
"src": "2677:13:
|
1315
|
+
"src": "2677:13:54"
|
1316
1316
|
},
|
1317
1317
|
{
|
1318
|
-
"id":
|
1318
|
+
"id": 26941,
|
1319
1319
|
"name": "BYTES15_ARRAY",
|
1320
|
-
"nameLocation": "2694:13:
|
1320
|
+
"nameLocation": "2694:13:54",
|
1321
1321
|
"nodeType": "EnumValue",
|
1322
|
-
"src": "2694:13:
|
1322
|
+
"src": "2694:13:54"
|
1323
1323
|
},
|
1324
1324
|
{
|
1325
|
-
"id":
|
1325
|
+
"id": 26942,
|
1326
1326
|
"name": "BYTES16_ARRAY",
|
1327
|
-
"nameLocation": "2711:13:
|
1327
|
+
"nameLocation": "2711:13:54",
|
1328
1328
|
"nodeType": "EnumValue",
|
1329
|
-
"src": "2711:13:
|
1329
|
+
"src": "2711:13:54"
|
1330
1330
|
},
|
1331
1331
|
{
|
1332
|
-
"id":
|
1332
|
+
"id": 26943,
|
1333
1333
|
"name": "BYTES17_ARRAY",
|
1334
|
-
"nameLocation": "2728:13:
|
1334
|
+
"nameLocation": "2728:13:54",
|
1335
1335
|
"nodeType": "EnumValue",
|
1336
|
-
"src": "2728:13:
|
1336
|
+
"src": "2728:13:54"
|
1337
1337
|
},
|
1338
1338
|
{
|
1339
|
-
"id":
|
1339
|
+
"id": 26944,
|
1340
1340
|
"name": "BYTES18_ARRAY",
|
1341
|
-
"nameLocation": "2745:13:
|
1341
|
+
"nameLocation": "2745:13:54",
|
1342
1342
|
"nodeType": "EnumValue",
|
1343
|
-
"src": "2745:13:
|
1343
|
+
"src": "2745:13:54"
|
1344
1344
|
},
|
1345
1345
|
{
|
1346
|
-
"id":
|
1346
|
+
"id": 26945,
|
1347
1347
|
"name": "BYTES19_ARRAY",
|
1348
|
-
"nameLocation": "2762:13:
|
1348
|
+
"nameLocation": "2762:13:54",
|
1349
1349
|
"nodeType": "EnumValue",
|
1350
|
-
"src": "2762:13:
|
1350
|
+
"src": "2762:13:54"
|
1351
1351
|
},
|
1352
1352
|
{
|
1353
|
-
"id":
|
1353
|
+
"id": 26946,
|
1354
1354
|
"name": "BYTES20_ARRAY",
|
1355
|
-
"nameLocation": "2779:13:
|
1355
|
+
"nameLocation": "2779:13:54",
|
1356
1356
|
"nodeType": "EnumValue",
|
1357
|
-
"src": "2779:13:
|
1357
|
+
"src": "2779:13:54"
|
1358
1358
|
},
|
1359
1359
|
{
|
1360
|
-
"id":
|
1360
|
+
"id": 26947,
|
1361
1361
|
"name": "BYTES21_ARRAY",
|
1362
|
-
"nameLocation": "2796:13:
|
1362
|
+
"nameLocation": "2796:13:54",
|
1363
1363
|
"nodeType": "EnumValue",
|
1364
|
-
"src": "2796:13:
|
1364
|
+
"src": "2796:13:54"
|
1365
1365
|
},
|
1366
1366
|
{
|
1367
|
-
"id":
|
1367
|
+
"id": 26948,
|
1368
1368
|
"name": "BYTES22_ARRAY",
|
1369
|
-
"nameLocation": "2813:13:
|
1369
|
+
"nameLocation": "2813:13:54",
|
1370
1370
|
"nodeType": "EnumValue",
|
1371
|
-
"src": "2813:13:
|
1371
|
+
"src": "2813:13:54"
|
1372
1372
|
},
|
1373
1373
|
{
|
1374
|
-
"id":
|
1374
|
+
"id": 26949,
|
1375
1375
|
"name": "BYTES23_ARRAY",
|
1376
|
-
"nameLocation": "2830:13:
|
1376
|
+
"nameLocation": "2830:13:54",
|
1377
1377
|
"nodeType": "EnumValue",
|
1378
|
-
"src": "2830:13:
|
1378
|
+
"src": "2830:13:54"
|
1379
1379
|
},
|
1380
1380
|
{
|
1381
|
-
"id":
|
1381
|
+
"id": 26950,
|
1382
1382
|
"name": "BYTES24_ARRAY",
|
1383
|
-
"nameLocation": "2847:13:
|
1383
|
+
"nameLocation": "2847:13:54",
|
1384
1384
|
"nodeType": "EnumValue",
|
1385
|
-
"src": "2847:13:
|
1385
|
+
"src": "2847:13:54"
|
1386
1386
|
},
|
1387
1387
|
{
|
1388
|
-
"id":
|
1388
|
+
"id": 26951,
|
1389
1389
|
"name": "BYTES25_ARRAY",
|
1390
|
-
"nameLocation": "2864:13:
|
1390
|
+
"nameLocation": "2864:13:54",
|
1391
1391
|
"nodeType": "EnumValue",
|
1392
|
-
"src": "2864:13:
|
1392
|
+
"src": "2864:13:54"
|
1393
1393
|
},
|
1394
1394
|
{
|
1395
|
-
"id":
|
1395
|
+
"id": 26952,
|
1396
1396
|
"name": "BYTES26_ARRAY",
|
1397
|
-
"nameLocation": "2881:13:
|
1397
|
+
"nameLocation": "2881:13:54",
|
1398
1398
|
"nodeType": "EnumValue",
|
1399
|
-
"src": "2881:13:
|
1399
|
+
"src": "2881:13:54"
|
1400
1400
|
},
|
1401
1401
|
{
|
1402
|
-
"id":
|
1402
|
+
"id": 26953,
|
1403
1403
|
"name": "BYTES27_ARRAY",
|
1404
|
-
"nameLocation": "2898:13:
|
1404
|
+
"nameLocation": "2898:13:54",
|
1405
1405
|
"nodeType": "EnumValue",
|
1406
|
-
"src": "2898:13:
|
1406
|
+
"src": "2898:13:54"
|
1407
1407
|
},
|
1408
1408
|
{
|
1409
|
-
"id":
|
1409
|
+
"id": 26954,
|
1410
1410
|
"name": "BYTES28_ARRAY",
|
1411
|
-
"nameLocation": "2915:13:
|
1411
|
+
"nameLocation": "2915:13:54",
|
1412
1412
|
"nodeType": "EnumValue",
|
1413
|
-
"src": "2915:13:
|
1413
|
+
"src": "2915:13:54"
|
1414
1414
|
},
|
1415
1415
|
{
|
1416
|
-
"id":
|
1416
|
+
"id": 26955,
|
1417
1417
|
"name": "BYTES29_ARRAY",
|
1418
|
-
"nameLocation": "2932:13:
|
1418
|
+
"nameLocation": "2932:13:54",
|
1419
1419
|
"nodeType": "EnumValue",
|
1420
|
-
"src": "2932:13:
|
1420
|
+
"src": "2932:13:54"
|
1421
1421
|
},
|
1422
1422
|
{
|
1423
|
-
"id":
|
1423
|
+
"id": 26956,
|
1424
1424
|
"name": "BYTES30_ARRAY",
|
1425
|
-
"nameLocation": "2949:13:
|
1425
|
+
"nameLocation": "2949:13:54",
|
1426
1426
|
"nodeType": "EnumValue",
|
1427
|
-
"src": "2949:13:
|
1427
|
+
"src": "2949:13:54"
|
1428
1428
|
},
|
1429
1429
|
{
|
1430
|
-
"id":
|
1430
|
+
"id": 26957,
|
1431
1431
|
"name": "BYTES31_ARRAY",
|
1432
|
-
"nameLocation": "2966:13:
|
1432
|
+
"nameLocation": "2966:13:54",
|
1433
1433
|
"nodeType": "EnumValue",
|
1434
|
-
"src": "2966:13:
|
1434
|
+
"src": "2966:13:54"
|
1435
1435
|
},
|
1436
1436
|
{
|
1437
|
-
"id":
|
1437
|
+
"id": 26958,
|
1438
1438
|
"name": "BYTES32_ARRAY",
|
1439
|
-
"nameLocation": "2983:13:
|
1439
|
+
"nameLocation": "2983:13:54",
|
1440
1440
|
"nodeType": "EnumValue",
|
1441
|
-
"src": "2983:13:
|
1441
|
+
"src": "2983:13:54"
|
1442
1442
|
},
|
1443
1443
|
{
|
1444
|
-
"id":
|
1444
|
+
"id": 26959,
|
1445
1445
|
"name": "BOOL_ARRAY",
|
1446
|
-
"nameLocation": "3000:10:
|
1446
|
+
"nameLocation": "3000:10:54",
|
1447
1447
|
"nodeType": "EnumValue",
|
1448
|
-
"src": "3000:10:
|
1448
|
+
"src": "3000:10:54"
|
1449
1449
|
},
|
1450
1450
|
{
|
1451
|
-
"id":
|
1451
|
+
"id": 26960,
|
1452
1452
|
"name": "ADDRESS_ARRAY",
|
1453
|
-
"nameLocation": "3014:13:
|
1453
|
+
"nameLocation": "3014:13:54",
|
1454
1454
|
"nodeType": "EnumValue",
|
1455
|
-
"src": "3014:13:
|
1455
|
+
"src": "3014:13:54"
|
1456
1456
|
},
|
1457
1457
|
{
|
1458
|
-
"id":
|
1458
|
+
"id": 26961,
|
1459
1459
|
"name": "BYTES",
|
1460
|
-
"nameLocation": "3031:5:
|
1460
|
+
"nameLocation": "3031:5:54",
|
1461
1461
|
"nodeType": "EnumValue",
|
1462
|
-
"src": "3031:5:
|
1462
|
+
"src": "3031:5:54"
|
1463
1463
|
},
|
1464
1464
|
{
|
1465
|
-
"id":
|
1465
|
+
"id": 26962,
|
1466
1466
|
"name": "STRING",
|
1467
|
-
"nameLocation": "3040:6:
|
1467
|
+
"nameLocation": "3040:6:54",
|
1468
1468
|
"nodeType": "EnumValue",
|
1469
|
-
"src": "3040:6:
|
1469
|
+
"src": "3040:6:54"
|
1470
1470
|
}
|
1471
1471
|
],
|
1472
1472
|
"name": "SchemaType",
|
1473
|
-
"nameLocation": "412:10:
|
1473
|
+
"nameLocation": "412:10:54"
|
1474
1474
|
},
|
1475
1475
|
{
|
1476
|
-
"id":
|
1476
|
+
"id": 27004,
|
1477
1477
|
"nodeType": "FunctionDefinition",
|
1478
|
-
"src": "3195:520:
|
1478
|
+
"src": "3195:520:54",
|
1479
1479
|
"nodes": [],
|
1480
1480
|
"body": {
|
1481
|
-
"id":
|
1481
|
+
"id": 27003,
|
1482
1482
|
"nodeType": "Block",
|
1483
|
-
"src": "3270:445:
|
1483
|
+
"src": "3270:445:54",
|
1484
1484
|
"nodes": [],
|
1485
1485
|
"statements": [
|
1486
1486
|
{
|
1487
1487
|
"assignments": [
|
1488
|
-
|
1488
|
+
26973
|
1489
1489
|
],
|
1490
1490
|
"declarations": [
|
1491
1491
|
{
|
1492
1492
|
"constant": false,
|
1493
|
-
"id":
|
1493
|
+
"id": 26973,
|
1494
1494
|
"mutability": "mutable",
|
1495
1495
|
"name": "index",
|
1496
|
-
"nameLocation": "3282:5:
|
1496
|
+
"nameLocation": "3282:5:54",
|
1497
1497
|
"nodeType": "VariableDeclaration",
|
1498
|
-
"scope":
|
1499
|
-
"src": "3274:13:
|
1498
|
+
"scope": 27003,
|
1499
|
+
"src": "3274:13:54",
|
1500
1500
|
"stateVariable": false,
|
1501
1501
|
"storageLocation": "default",
|
1502
1502
|
"typeDescriptions": {
|
@@ -1504,10 +1504,10 @@
|
|
1504
1504
|
"typeString": "uint256"
|
1505
1505
|
},
|
1506
1506
|
"typeName": {
|
1507
|
-
"id":
|
1507
|
+
"id": 26972,
|
1508
1508
|
"name": "uint256",
|
1509
1509
|
"nodeType": "ElementaryTypeName",
|
1510
|
-
"src": "3274:7:
|
1510
|
+
"src": "3274:7:54",
|
1511
1511
|
"typeDescriptions": {
|
1512
1512
|
"typeIdentifier": "t_uint256",
|
1513
1513
|
"typeString": "uint256"
|
@@ -1516,18 +1516,18 @@
|
|
1516
1516
|
"visibility": "internal"
|
1517
1517
|
}
|
1518
1518
|
],
|
1519
|
-
"id":
|
1519
|
+
"id": 26978,
|
1520
1520
|
"initialValue": {
|
1521
1521
|
"arguments": [
|
1522
1522
|
{
|
1523
|
-
"id":
|
1523
|
+
"id": 26976,
|
1524
1524
|
"name": "schemaType",
|
1525
1525
|
"nodeType": "Identifier",
|
1526
1526
|
"overloadedDeclarations": [],
|
1527
|
-
"referencedDeclaration":
|
1528
|
-
"src": "3296:10:
|
1527
|
+
"referencedDeclaration": 26967,
|
1528
|
+
"src": "3296:10:54",
|
1529
1529
|
"typeDescriptions": {
|
1530
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
1530
|
+
"typeIdentifier": "t_enum$_SchemaType_$26963",
|
1531
1531
|
"typeString": "enum SchemaType"
|
1532
1532
|
}
|
1533
1533
|
}
|
@@ -1535,30 +1535,30 @@
|
|
1535
1535
|
"expression": {
|
1536
1536
|
"argumentTypes": [
|
1537
1537
|
{
|
1538
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
1538
|
+
"typeIdentifier": "t_enum$_SchemaType_$26963",
|
1539
1539
|
"typeString": "enum SchemaType"
|
1540
1540
|
}
|
1541
1541
|
],
|
1542
|
-
"id":
|
1542
|
+
"id": 26975,
|
1543
1543
|
"isConstant": false,
|
1544
1544
|
"isLValue": false,
|
1545
1545
|
"isPure": true,
|
1546
1546
|
"lValueRequested": false,
|
1547
1547
|
"nodeType": "ElementaryTypeNameExpression",
|
1548
|
-
"src": "3290:5:
|
1548
|
+
"src": "3290:5:54",
|
1549
1549
|
"typeDescriptions": {
|
1550
1550
|
"typeIdentifier": "t_type$_t_uint8_$",
|
1551
1551
|
"typeString": "type(uint8)"
|
1552
1552
|
},
|
1553
1553
|
"typeName": {
|
1554
|
-
"id":
|
1554
|
+
"id": 26974,
|
1555
1555
|
"name": "uint8",
|
1556
1556
|
"nodeType": "ElementaryTypeName",
|
1557
|
-
"src": "3290:5:
|
1557
|
+
"src": "3290:5:54",
|
1558
1558
|
"typeDescriptions": {}
|
1559
1559
|
}
|
1560
1560
|
},
|
1561
|
-
"id":
|
1561
|
+
"id": 26977,
|
1562
1562
|
"isConstant": false,
|
1563
1563
|
"isLValue": false,
|
1564
1564
|
"isPure": false,
|
@@ -1567,7 +1567,7 @@
|
|
1567
1567
|
"nameLocations": [],
|
1568
1568
|
"names": [],
|
1569
1569
|
"nodeType": "FunctionCall",
|
1570
|
-
"src": "3290:17:
|
1570
|
+
"src": "3290:17:54",
|
1571
1571
|
"tryCall": false,
|
1572
1572
|
"typeDescriptions": {
|
1573
1573
|
"typeIdentifier": "t_uint8",
|
@@ -1575,7 +1575,7 @@
|
|
1575
1575
|
}
|
1576
1576
|
},
|
1577
1577
|
"nodeType": "VariableDeclarationStatement",
|
1578
|
-
"src": "3274:33:
|
1578
|
+
"src": "3274:33:54"
|
1579
1579
|
},
|
1580
1580
|
{
|
1581
1581
|
"condition": {
|
@@ -1583,18 +1583,18 @@
|
|
1583
1583
|
"typeIdentifier": "t_uint256",
|
1584
1584
|
"typeString": "uint256"
|
1585
1585
|
},
|
1586
|
-
"id":
|
1586
|
+
"id": 26981,
|
1587
1587
|
"isConstant": false,
|
1588
1588
|
"isLValue": false,
|
1589
1589
|
"isPure": false,
|
1590
1590
|
"lValueRequested": false,
|
1591
1591
|
"leftExpression": {
|
1592
|
-
"id":
|
1592
|
+
"id": 26979,
|
1593
1593
|
"name": "index",
|
1594
1594
|
"nodeType": "Identifier",
|
1595
1595
|
"overloadedDeclarations": [],
|
1596
|
-
"referencedDeclaration":
|
1597
|
-
"src": "3316:5:
|
1596
|
+
"referencedDeclaration": 26973,
|
1597
|
+
"src": "3316:5:54",
|
1598
1598
|
"typeDescriptions": {
|
1599
1599
|
"typeIdentifier": "t_uint256",
|
1600
1600
|
"typeString": "uint256"
|
@@ -1604,21 +1604,21 @@
|
|
1604
1604
|
"operator": "<",
|
1605
1605
|
"rightExpression": {
|
1606
1606
|
"hexValue": "3937",
|
1607
|
-
"id":
|
1607
|
+
"id": 26980,
|
1608
1608
|
"isConstant": false,
|
1609
1609
|
"isLValue": false,
|
1610
1610
|
"isPure": true,
|
1611
1611
|
"kind": "number",
|
1612
1612
|
"lValueRequested": false,
|
1613
1613
|
"nodeType": "Literal",
|
1614
|
-
"src": "3324:2:
|
1614
|
+
"src": "3324:2:54",
|
1615
1615
|
"typeDescriptions": {
|
1616
1616
|
"typeIdentifier": "t_rational_97_by_1",
|
1617
1617
|
"typeString": "int_const 97"
|
1618
1618
|
},
|
1619
1619
|
"value": "97"
|
1620
1620
|
},
|
1621
|
-
"src": "3316:10:
|
1621
|
+
"src": "3316:10:54",
|
1622
1622
|
"typeDescriptions": {
|
1623
1623
|
"typeIdentifier": "t_bool",
|
1624
1624
|
"typeString": "bool"
|
@@ -1627,23 +1627,23 @@
|
|
1627
1627
|
"falseBody": {
|
1628
1628
|
"condition": {
|
1629
1629
|
"commonType": {
|
1630
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
1630
|
+
"typeIdentifier": "t_enum$_SchemaType_$26963",
|
1631
1631
|
"typeString": "enum SchemaType"
|
1632
1632
|
},
|
1633
|
-
"id":
|
1633
|
+
"id": 26994,
|
1634
1634
|
"isConstant": false,
|
1635
1635
|
"isLValue": false,
|
1636
1636
|
"isPure": false,
|
1637
1637
|
"lValueRequested": false,
|
1638
1638
|
"leftExpression": {
|
1639
|
-
"id":
|
1639
|
+
"id": 26991,
|
1640
1640
|
"name": "schemaType",
|
1641
1641
|
"nodeType": "Identifier",
|
1642
1642
|
"overloadedDeclarations": [],
|
1643
|
-
"referencedDeclaration":
|
1644
|
-
"src": "3596:10:
|
1643
|
+
"referencedDeclaration": 26967,
|
1644
|
+
"src": "3596:10:54",
|
1645
1645
|
"typeDescriptions": {
|
1646
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
1646
|
+
"typeIdentifier": "t_enum$_SchemaType_$26963",
|
1647
1647
|
"typeString": "enum SchemaType"
|
1648
1648
|
}
|
1649
1649
|
},
|
@@ -1651,112 +1651,112 @@
|
|
1651
1651
|
"operator": "==",
|
1652
1652
|
"rightExpression": {
|
1653
1653
|
"expression": {
|
1654
|
-
"id":
|
1654
|
+
"id": 26992,
|
1655
1655
|
"name": "SchemaType",
|
1656
1656
|
"nodeType": "Identifier",
|
1657
1657
|
"overloadedDeclarations": [],
|
1658
|
-
"referencedDeclaration":
|
1659
|
-
"src": "3610:10:
|
1658
|
+
"referencedDeclaration": 26963,
|
1659
|
+
"src": "3610:10:54",
|
1660
1660
|
"typeDescriptions": {
|
1661
|
-
"typeIdentifier": "t_type$_t_enum$_SchemaType_$
|
1661
|
+
"typeIdentifier": "t_type$_t_enum$_SchemaType_$26963_$",
|
1662
1662
|
"typeString": "type(enum SchemaType)"
|
1663
1663
|
}
|
1664
1664
|
},
|
1665
|
-
"id":
|
1665
|
+
"id": 26993,
|
1666
1666
|
"isConstant": false,
|
1667
1667
|
"isLValue": false,
|
1668
1668
|
"isPure": true,
|
1669
1669
|
"lValueRequested": false,
|
1670
|
-
"memberLocation": "3621:7:
|
1670
|
+
"memberLocation": "3621:7:54",
|
1671
1671
|
"memberName": "ADDRESS",
|
1672
1672
|
"nodeType": "MemberAccess",
|
1673
|
-
"referencedDeclaration":
|
1674
|
-
"src": "3610:18:
|
1673
|
+
"referencedDeclaration": 26862,
|
1674
|
+
"src": "3610:18:54",
|
1675
1675
|
"typeDescriptions": {
|
1676
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
1676
|
+
"typeIdentifier": "t_enum$_SchemaType_$26963",
|
1677
1677
|
"typeString": "enum SchemaType"
|
1678
1678
|
}
|
1679
1679
|
},
|
1680
|
-
"src": "3596:32:
|
1680
|
+
"src": "3596:32:54",
|
1681
1681
|
"typeDescriptions": {
|
1682
1682
|
"typeIdentifier": "t_bool",
|
1683
1683
|
"typeString": "bool"
|
1684
1684
|
}
|
1685
1685
|
},
|
1686
1686
|
"falseBody": {
|
1687
|
-
"id":
|
1687
|
+
"id": 27000,
|
1688
1688
|
"nodeType": "Block",
|
1689
|
-
"src": "3656:57:
|
1689
|
+
"src": "3656:57:54",
|
1690
1690
|
"statements": [
|
1691
1691
|
{
|
1692
1692
|
"expression": {
|
1693
1693
|
"hexValue": "30",
|
1694
|
-
"id":
|
1694
|
+
"id": 26998,
|
1695
1695
|
"isConstant": false,
|
1696
1696
|
"isLValue": false,
|
1697
1697
|
"isPure": true,
|
1698
1698
|
"kind": "number",
|
1699
1699
|
"lValueRequested": false,
|
1700
1700
|
"nodeType": "Literal",
|
1701
|
-
"src": "3707:1:
|
1701
|
+
"src": "3707:1:54",
|
1702
1702
|
"typeDescriptions": {
|
1703
1703
|
"typeIdentifier": "t_rational_0_by_1",
|
1704
1704
|
"typeString": "int_const 0"
|
1705
1705
|
},
|
1706
1706
|
"value": "0"
|
1707
1707
|
},
|
1708
|
-
"functionReturnParameters":
|
1709
|
-
"id":
|
1708
|
+
"functionReturnParameters": 26971,
|
1709
|
+
"id": 26999,
|
1710
1710
|
"nodeType": "Return",
|
1711
|
-
"src": "3700:8:
|
1711
|
+
"src": "3700:8:54"
|
1712
1712
|
}
|
1713
1713
|
]
|
1714
1714
|
},
|
1715
|
-
"id":
|
1715
|
+
"id": 27001,
|
1716
1716
|
"nodeType": "IfStatement",
|
1717
|
-
"src": "3592:121:
|
1717
|
+
"src": "3592:121:54",
|
1718
1718
|
"trueBody": {
|
1719
|
-
"id":
|
1719
|
+
"id": 26997,
|
1720
1720
|
"nodeType": "Block",
|
1721
|
-
"src": "3630:20:
|
1721
|
+
"src": "3630:20:54",
|
1722
1722
|
"statements": [
|
1723
1723
|
{
|
1724
1724
|
"expression": {
|
1725
1725
|
"hexValue": "3230",
|
1726
|
-
"id":
|
1726
|
+
"id": 26995,
|
1727
1727
|
"isConstant": false,
|
1728
1728
|
"isLValue": false,
|
1729
1729
|
"isPure": true,
|
1730
1730
|
"kind": "number",
|
1731
1731
|
"lValueRequested": false,
|
1732
1732
|
"nodeType": "Literal",
|
1733
|
-
"src": "3643:2:
|
1733
|
+
"src": "3643:2:54",
|
1734
1734
|
"typeDescriptions": {
|
1735
1735
|
"typeIdentifier": "t_rational_20_by_1",
|
1736
1736
|
"typeString": "int_const 20"
|
1737
1737
|
},
|
1738
1738
|
"value": "20"
|
1739
1739
|
},
|
1740
|
-
"functionReturnParameters":
|
1741
|
-
"id":
|
1740
|
+
"functionReturnParameters": 26971,
|
1741
|
+
"id": 26996,
|
1742
1742
|
"nodeType": "Return",
|
1743
|
-
"src": "3636:9:
|
1743
|
+
"src": "3636:9:54"
|
1744
1744
|
}
|
1745
1745
|
]
|
1746
1746
|
}
|
1747
1747
|
},
|
1748
|
-
"id":
|
1748
|
+
"id": 27002,
|
1749
1749
|
"nodeType": "IfStatement",
|
1750
|
-
"src": "3312:401:
|
1750
|
+
"src": "3312:401:54",
|
1751
1751
|
"trueBody": {
|
1752
|
-
"id":
|
1752
|
+
"id": 26990,
|
1753
1753
|
"nodeType": "Block",
|
1754
|
-
"src": "3328:258:
|
1754
|
+
"src": "3328:258:54",
|
1755
1755
|
"statements": [
|
1756
1756
|
{
|
1757
|
-
"id":
|
1757
|
+
"id": 26989,
|
1758
1758
|
"nodeType": "UncheckedBlock",
|
1759
|
-
"src": "3534:48:
|
1759
|
+
"src": "3534:48:54",
|
1760
1760
|
"statements": [
|
1761
1761
|
{
|
1762
1762
|
"expression": {
|
@@ -1764,7 +1764,7 @@
|
|
1764
1764
|
"typeIdentifier": "t_uint256",
|
1765
1765
|
"typeString": "uint256"
|
1766
1766
|
},
|
1767
|
-
"id":
|
1767
|
+
"id": 26987,
|
1768
1768
|
"isConstant": false,
|
1769
1769
|
"isLValue": false,
|
1770
1770
|
"isPure": false,
|
@@ -1776,18 +1776,18 @@
|
|
1776
1776
|
"typeIdentifier": "t_uint256",
|
1777
1777
|
"typeString": "uint256"
|
1778
1778
|
},
|
1779
|
-
"id":
|
1779
|
+
"id": 26984,
|
1780
1780
|
"isConstant": false,
|
1781
1781
|
"isLValue": false,
|
1782
1782
|
"isPure": false,
|
1783
1783
|
"lValueRequested": false,
|
1784
1784
|
"leftExpression": {
|
1785
|
-
"id":
|
1785
|
+
"id": 26982,
|
1786
1786
|
"name": "index",
|
1787
1787
|
"nodeType": "Identifier",
|
1788
1788
|
"overloadedDeclarations": [],
|
1789
|
-
"referencedDeclaration":
|
1790
|
-
"src": "3560:5:
|
1789
|
+
"referencedDeclaration": 26973,
|
1790
|
+
"src": "3560:5:54",
|
1791
1791
|
"typeDescriptions": {
|
1792
1792
|
"typeIdentifier": "t_uint256",
|
1793
1793
|
"typeString": "uint256"
|
@@ -1797,35 +1797,35 @@
|
|
1797
1797
|
"operator": "&",
|
1798
1798
|
"rightExpression": {
|
1799
1799
|
"hexValue": "3331",
|
1800
|
-
"id":
|
1800
|
+
"id": 26983,
|
1801
1801
|
"isConstant": false,
|
1802
1802
|
"isLValue": false,
|
1803
1803
|
"isPure": true,
|
1804
1804
|
"kind": "number",
|
1805
1805
|
"lValueRequested": false,
|
1806
1806
|
"nodeType": "Literal",
|
1807
|
-
"src": "3568:2:
|
1807
|
+
"src": "3568:2:54",
|
1808
1808
|
"typeDescriptions": {
|
1809
1809
|
"typeIdentifier": "t_rational_31_by_1",
|
1810
1810
|
"typeString": "int_const 31"
|
1811
1811
|
},
|
1812
1812
|
"value": "31"
|
1813
1813
|
},
|
1814
|
-
"src": "3560:10:
|
1814
|
+
"src": "3560:10:54",
|
1815
1815
|
"typeDescriptions": {
|
1816
1816
|
"typeIdentifier": "t_uint256",
|
1817
1817
|
"typeString": "uint256"
|
1818
1818
|
}
|
1819
1819
|
}
|
1820
1820
|
],
|
1821
|
-
"id":
|
1821
|
+
"id": 26985,
|
1822
1822
|
"isConstant": false,
|
1823
1823
|
"isInlineArray": false,
|
1824
1824
|
"isLValue": false,
|
1825
1825
|
"isPure": false,
|
1826
1826
|
"lValueRequested": false,
|
1827
1827
|
"nodeType": "TupleExpression",
|
1828
|
-
"src": "3559:12:
|
1828
|
+
"src": "3559:12:54",
|
1829
1829
|
"typeDescriptions": {
|
1830
1830
|
"typeIdentifier": "t_uint256",
|
1831
1831
|
"typeString": "uint256"
|
@@ -1835,30 +1835,30 @@
|
|
1835
1835
|
"operator": "+",
|
1836
1836
|
"rightExpression": {
|
1837
1837
|
"hexValue": "31",
|
1838
|
-
"id":
|
1838
|
+
"id": 26986,
|
1839
1839
|
"isConstant": false,
|
1840
1840
|
"isLValue": false,
|
1841
1841
|
"isPure": true,
|
1842
1842
|
"kind": "number",
|
1843
1843
|
"lValueRequested": false,
|
1844
1844
|
"nodeType": "Literal",
|
1845
|
-
"src": "3574:1:
|
1845
|
+
"src": "3574:1:54",
|
1846
1846
|
"typeDescriptions": {
|
1847
1847
|
"typeIdentifier": "t_rational_1_by_1",
|
1848
1848
|
"typeString": "int_const 1"
|
1849
1849
|
},
|
1850
1850
|
"value": "1"
|
1851
1851
|
},
|
1852
|
-
"src": "3559:16:
|
1852
|
+
"src": "3559:16:54",
|
1853
1853
|
"typeDescriptions": {
|
1854
1854
|
"typeIdentifier": "t_uint256",
|
1855
1855
|
"typeString": "uint256"
|
1856
1856
|
}
|
1857
1857
|
},
|
1858
|
-
"functionReturnParameters":
|
1859
|
-
"id":
|
1858
|
+
"functionReturnParameters": 26971,
|
1859
|
+
"id": 26988,
|
1860
1860
|
"nodeType": "Return",
|
1861
|
-
"src": "3552:23:
|
1861
|
+
"src": "3552:23:54"
|
1862
1862
|
}
|
1863
1863
|
]
|
1864
1864
|
}
|
@@ -1868,73 +1868,73 @@
|
|
1868
1868
|
]
|
1869
1869
|
},
|
1870
1870
|
"documentation": {
|
1871
|
-
"id":
|
1871
|
+
"id": 26964,
|
1872
1872
|
"nodeType": "StructuredDocumentation",
|
1873
|
-
"src": "3050:144:
|
1873
|
+
"src": "3050:144:54",
|
1874
1874
|
"text": " Get the length of the data for the given schema type\n (Because Solidity doesn't support constant arrays, we need to use a function)"
|
1875
1875
|
},
|
1876
1876
|
"implemented": true,
|
1877
1877
|
"kind": "freeFunction",
|
1878
1878
|
"modifiers": [],
|
1879
1879
|
"name": "getStaticByteLength",
|
1880
|
-
"nameLocation": "3204:19:
|
1880
|
+
"nameLocation": "3204:19:54",
|
1881
1881
|
"parameters": {
|
1882
|
-
"id":
|
1882
|
+
"id": 26968,
|
1883
1883
|
"nodeType": "ParameterList",
|
1884
1884
|
"parameters": [
|
1885
1885
|
{
|
1886
1886
|
"constant": false,
|
1887
|
-
"id":
|
1887
|
+
"id": 26967,
|
1888
1888
|
"mutability": "mutable",
|
1889
1889
|
"name": "schemaType",
|
1890
|
-
"nameLocation": "3235:10:
|
1890
|
+
"nameLocation": "3235:10:54",
|
1891
1891
|
"nodeType": "VariableDeclaration",
|
1892
|
-
"scope":
|
1893
|
-
"src": "3224:21:
|
1892
|
+
"scope": 27004,
|
1893
|
+
"src": "3224:21:54",
|
1894
1894
|
"stateVariable": false,
|
1895
1895
|
"storageLocation": "default",
|
1896
1896
|
"typeDescriptions": {
|
1897
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
1897
|
+
"typeIdentifier": "t_enum$_SchemaType_$26963",
|
1898
1898
|
"typeString": "enum SchemaType"
|
1899
1899
|
},
|
1900
1900
|
"typeName": {
|
1901
|
-
"id":
|
1901
|
+
"id": 26966,
|
1902
1902
|
"nodeType": "UserDefinedTypeName",
|
1903
1903
|
"pathNode": {
|
1904
|
-
"id":
|
1904
|
+
"id": 26965,
|
1905
1905
|
"name": "SchemaType",
|
1906
1906
|
"nameLocations": [
|
1907
|
-
"3224:10:
|
1907
|
+
"3224:10:54"
|
1908
1908
|
],
|
1909
1909
|
"nodeType": "IdentifierPath",
|
1910
|
-
"referencedDeclaration":
|
1911
|
-
"src": "3224:10:
|
1910
|
+
"referencedDeclaration": 26963,
|
1911
|
+
"src": "3224:10:54"
|
1912
1912
|
},
|
1913
|
-
"referencedDeclaration":
|
1914
|
-
"src": "3224:10:
|
1913
|
+
"referencedDeclaration": 26963,
|
1914
|
+
"src": "3224:10:54",
|
1915
1915
|
"typeDescriptions": {
|
1916
|
-
"typeIdentifier": "t_enum$_SchemaType_$
|
1916
|
+
"typeIdentifier": "t_enum$_SchemaType_$26963",
|
1917
1917
|
"typeString": "enum SchemaType"
|
1918
1918
|
}
|
1919
1919
|
},
|
1920
1920
|
"visibility": "internal"
|
1921
1921
|
}
|
1922
1922
|
],
|
1923
|
-
"src": "3223:23:
|
1923
|
+
"src": "3223:23:54"
|
1924
1924
|
},
|
1925
1925
|
"returnParameters": {
|
1926
|
-
"id":
|
1926
|
+
"id": 26971,
|
1927
1927
|
"nodeType": "ParameterList",
|
1928
1928
|
"parameters": [
|
1929
1929
|
{
|
1930
1930
|
"constant": false,
|
1931
|
-
"id":
|
1931
|
+
"id": 26970,
|
1932
1932
|
"mutability": "mutable",
|
1933
1933
|
"name": "",
|
1934
1934
|
"nameLocation": "-1:-1:-1",
|
1935
1935
|
"nodeType": "VariableDeclaration",
|
1936
|
-
"scope":
|
1937
|
-
"src": "3261:7:
|
1936
|
+
"scope": 27004,
|
1937
|
+
"src": "3261:7:54",
|
1938
1938
|
"stateVariable": false,
|
1939
1939
|
"storageLocation": "default",
|
1940
1940
|
"typeDescriptions": {
|
@@ -1942,10 +1942,10 @@
|
|
1942
1942
|
"typeString": "uint256"
|
1943
1943
|
},
|
1944
1944
|
"typeName": {
|
1945
|
-
"id":
|
1945
|
+
"id": 26969,
|
1946
1946
|
"name": "uint256",
|
1947
1947
|
"nodeType": "ElementaryTypeName",
|
1948
|
-
"src": "3261:7:
|
1948
|
+
"src": "3261:7:54",
|
1949
1949
|
"typeDescriptions": {
|
1950
1950
|
"typeIdentifier": "t_uint256",
|
1951
1951
|
"typeString": "uint256"
|
@@ -1954,9 +1954,9 @@
|
|
1954
1954
|
"visibility": "internal"
|
1955
1955
|
}
|
1956
1956
|
],
|
1957
|
-
"src": "3260:9:
|
1957
|
+
"src": "3260:9:54"
|
1958
1958
|
},
|
1959
|
-
"scope":
|
1959
|
+
"scope": 27005,
|
1960
1960
|
"stateMutability": "pure",
|
1961
1961
|
"virtual": false,
|
1962
1962
|
"visibility": "internal"
|
@@ -1964,5 +1964,5 @@
|
|
1964
1964
|
],
|
1965
1965
|
"license": "MIT"
|
1966
1966
|
},
|
1967
|
-
"id":
|
1967
|
+
"id": 54
|
1968
1968
|
}
|