@latticexyz/world-modules 2.0.0-main-251170e1 → 2.0.0-main-c07fa021
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mud.config.js +1 -1
- package/dist/mud.config.js.map +1 -1
- package/out/ArrayLib.sol/ArrayLib.json +477 -477
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +314 -314
- package/out/CallboundDelegations.sol/CallboundDelegations.json +4012 -4012
- package/out/DelegationControl.sol/DelegationControl.json +22 -22
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +97 -97
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +81 -81
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.json +63 -143
- package/out/ICallBatchSystem.sol/ICallBatchSystem.json +51 -51
- package/out/ICoreSystem.sol/ICoreSystem.json +15 -15
- package/out/IDelegationControl.sol/IDelegationControl.json +93 -93
- package/out/IModule.sol/IModule.json +139 -139
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +58 -58
- package/out/ISystemHook.sol/ISystemHook.json +129 -129
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +37 -37
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +118 -118
- package/out/IWorldErrors.sol/IWorldErrors.json +238 -238
- package/out/IWorldKernel.sol/IWorldCall.json +241 -241
- package/out/IWorldKernel.sol/IWorldKernel.json +241 -241
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +241 -241
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +282 -282
- package/out/KeysInTable.sol/KeysInTable.json +15792 -15792
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1253 -1253
- package/out/KeysInTableModule.sol/KeysInTableModule.json +798 -798
- package/out/KeysWithValue.sol/KeysWithValue.json +5879 -5879
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1335 -1335
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +619 -619
- package/out/Module.sol/Module.json +20 -20
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +467 -467
- package/out/StoreHook.sol/StoreHook.json +31 -31
- package/out/System.sol/System.json +3 -3
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +166 -166
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3149 -3149
- package/out/UniqueEntity.sol/UniqueEntity.json +1976 -1976
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +486 -486
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +114 -114
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +3954 -3954
- package/out/WorldContext.sol/WorldContextConsumer.json +17 -17
- package/out/WorldContext.sol/WorldContextProvider.json +17 -17
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +7 -7
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +7 -7
- package/out/constants.sol/constants.json +116 -116
- package/out/getKeysInTable.sol/getKeysInTable.json +819 -819
- package/out/getKeysWithValue.sol/getKeysWithValue.json +374 -374
- package/out/getTargetTableId.sol/getTargetTableId.json +232 -232
- package/out/getUniqueEntity.sol/getUniqueEntity.json +143 -143
- package/out/hasKey.sol/hasKey.json +189 -189
- package/out/index.sol/index.json +73 -73
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +197 -197
- package/out/interfaces/IERC165.sol/IERC165.json +50 -50
- package/out/interfaces/IWorldKernel.sol/IWorldCall.json +137 -137
- package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +137 -137
- package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +137 -137
- package/out/query.sol/query.json +1791 -1791
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +47 -47
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +47 -47
- package/out/src/IStore.sol/IStore.json +21 -21
- package/out/src/IStore.sol/IStoreData.json +21 -21
- package/out/src/IStore.sol/IStoreRead.json +21 -21
- package/out/src/IStore.sol/IStoreRegistration.json +21 -21
- package/out/src/IStore.sol/IStoreWrite.json +21 -21
- package/out/src/Memory.sol/Memory.json +4 -4
- package/out/src/Schema.sol/SchemaInstance.json +42 -42
- package/out/src/Schema.sol/SchemaLib.json +42 -42
- package/out/src/Slice.sol/SliceInstance.json +4 -4
- package/out/src/Slice.sol/SliceLib.json +4 -4
- package/out/src/StoreCore.sol/StoreCore.json +294 -294
- package/out/src/StoreCore.sol/StoreCoreInternal.json +294 -294
- package/out/src/StoreSwitch.sol/StoreSwitch.json +23 -23
- package/out/src/WorldContext.sol/WorldContextConsumer.json +22 -22
- package/out/src/WorldContext.sol/WorldContextProvider.json +22 -22
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +14 -14
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +14 -14
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +297 -297
- package/package.json +8 -8
- package/src/interfaces/IBaseWorld.sol +1 -3
- package/src/interfaces/IUniqueEntitySystem.sol +2 -3
- package/src/modules/keysintable/KeysInTableModule.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueModule.sol +1 -1
- package/src/modules/std-delegations/StandardDelegationsModule.sol +1 -1
- package/src/modules/uniqueentity/UniqueEntityModule.sol +1 -1
- package/src/modules/uniqueentity/getUniqueEntity.sol +2 -2
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -16
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -197
@@ -108,7 +108,7 @@
|
|
108
108
|
48624
|
109
109
|
],
|
110
110
|
"TightCoder": [
|
111
|
-
|
111
|
+
70796
|
112
112
|
]
|
113
113
|
},
|
114
114
|
"nodeType": "SourceUnit",
|
@@ -135,7 +135,7 @@
|
|
135
135
|
"file": "./TightCoder.sol",
|
136
136
|
"nameLocation": "-1:-1:-1",
|
137
137
|
"scope": 48625,
|
138
|
-
"sourceUnit":
|
138
|
+
"sourceUnit": 70797,
|
139
139
|
"symbolAliases": [
|
140
140
|
{
|
141
141
|
"foreign": {
|
@@ -143,7 +143,7 @@
|
|
143
143
|
"name": "TightCoder",
|
144
144
|
"nodeType": "Identifier",
|
145
145
|
"overloadedDeclarations": [],
|
146
|
-
"referencedDeclaration":
|
146
|
+
"referencedDeclaration": 70796,
|
147
147
|
"src": "116:10:84",
|
148
148
|
"typeDescriptions": {}
|
149
149
|
},
|
@@ -330,10 +330,10 @@
|
|
330
330
|
"name": "TightCoder",
|
331
331
|
"nodeType": "Identifier",
|
332
332
|
"overloadedDeclarations": [],
|
333
|
-
"referencedDeclaration":
|
333
|
+
"referencedDeclaration": 70796,
|
334
334
|
"src": "355:10:84",
|
335
335
|
"typeDescriptions": {
|
336
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
336
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
337
337
|
"typeString": "type(library TightCoder)"
|
338
338
|
}
|
339
339
|
},
|
@@ -345,7 +345,7 @@
|
|
345
345
|
"memberLocation": "366:6:84",
|
346
346
|
"memberName": "encode",
|
347
347
|
"nodeType": "MemberAccess",
|
348
|
-
"referencedDeclaration":
|
348
|
+
"referencedDeclaration": 70746,
|
349
349
|
"src": "355:17:84",
|
350
350
|
"typeDescriptions": {
|
351
351
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -635,10 +635,10 @@
|
|
635
635
|
"name": "TightCoder",
|
636
636
|
"nodeType": "Identifier",
|
637
637
|
"overloadedDeclarations": [],
|
638
|
-
"referencedDeclaration":
|
638
|
+
"referencedDeclaration": 70796,
|
639
639
|
"src": "581:10:84",
|
640
640
|
"typeDescriptions": {
|
641
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
641
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
642
642
|
"typeString": "type(library TightCoder)"
|
643
643
|
}
|
644
644
|
},
|
@@ -650,7 +650,7 @@
|
|
650
650
|
"memberLocation": "592:6:84",
|
651
651
|
"memberName": "encode",
|
652
652
|
"nodeType": "MemberAccess",
|
653
|
-
"referencedDeclaration":
|
653
|
+
"referencedDeclaration": 70746,
|
654
654
|
"src": "581:17:84",
|
655
655
|
"typeDescriptions": {
|
656
656
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -940,10 +940,10 @@
|
|
940
940
|
"name": "TightCoder",
|
941
941
|
"nodeType": "Identifier",
|
942
942
|
"overloadedDeclarations": [],
|
943
|
-
"referencedDeclaration":
|
943
|
+
"referencedDeclaration": 70796,
|
944
944
|
"src": "807:10:84",
|
945
945
|
"typeDescriptions": {
|
946
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
946
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
947
947
|
"typeString": "type(library TightCoder)"
|
948
948
|
}
|
949
949
|
},
|
@@ -955,7 +955,7 @@
|
|
955
955
|
"memberLocation": "818:6:84",
|
956
956
|
"memberName": "encode",
|
957
957
|
"nodeType": "MemberAccess",
|
958
|
-
"referencedDeclaration":
|
958
|
+
"referencedDeclaration": 70746,
|
959
959
|
"src": "807:17:84",
|
960
960
|
"typeDescriptions": {
|
961
961
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -1245,10 +1245,10 @@
|
|
1245
1245
|
"name": "TightCoder",
|
1246
1246
|
"nodeType": "Identifier",
|
1247
1247
|
"overloadedDeclarations": [],
|
1248
|
-
"referencedDeclaration":
|
1248
|
+
"referencedDeclaration": 70796,
|
1249
1249
|
"src": "1033:10:84",
|
1250
1250
|
"typeDescriptions": {
|
1251
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
1251
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
1252
1252
|
"typeString": "type(library TightCoder)"
|
1253
1253
|
}
|
1254
1254
|
},
|
@@ -1260,7 +1260,7 @@
|
|
1260
1260
|
"memberLocation": "1044:6:84",
|
1261
1261
|
"memberName": "encode",
|
1262
1262
|
"nodeType": "MemberAccess",
|
1263
|
-
"referencedDeclaration":
|
1263
|
+
"referencedDeclaration": 70746,
|
1264
1264
|
"src": "1033:17:84",
|
1265
1265
|
"typeDescriptions": {
|
1266
1266
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -1550,10 +1550,10 @@
|
|
1550
1550
|
"name": "TightCoder",
|
1551
1551
|
"nodeType": "Identifier",
|
1552
1552
|
"overloadedDeclarations": [],
|
1553
|
-
"referencedDeclaration":
|
1553
|
+
"referencedDeclaration": 70796,
|
1554
1554
|
"src": "1259:10:84",
|
1555
1555
|
"typeDescriptions": {
|
1556
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
1556
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
1557
1557
|
"typeString": "type(library TightCoder)"
|
1558
1558
|
}
|
1559
1559
|
},
|
@@ -1565,7 +1565,7 @@
|
|
1565
1565
|
"memberLocation": "1270:6:84",
|
1566
1566
|
"memberName": "encode",
|
1567
1567
|
"nodeType": "MemberAccess",
|
1568
|
-
"referencedDeclaration":
|
1568
|
+
"referencedDeclaration": 70746,
|
1569
1569
|
"src": "1259:17:84",
|
1570
1570
|
"typeDescriptions": {
|
1571
1571
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -1855,10 +1855,10 @@
|
|
1855
1855
|
"name": "TightCoder",
|
1856
1856
|
"nodeType": "Identifier",
|
1857
1857
|
"overloadedDeclarations": [],
|
1858
|
-
"referencedDeclaration":
|
1858
|
+
"referencedDeclaration": 70796,
|
1859
1859
|
"src": "1485:10:84",
|
1860
1860
|
"typeDescriptions": {
|
1861
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
1861
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
1862
1862
|
"typeString": "type(library TightCoder)"
|
1863
1863
|
}
|
1864
1864
|
},
|
@@ -1870,7 +1870,7 @@
|
|
1870
1870
|
"memberLocation": "1496:6:84",
|
1871
1871
|
"memberName": "encode",
|
1872
1872
|
"nodeType": "MemberAccess",
|
1873
|
-
"referencedDeclaration":
|
1873
|
+
"referencedDeclaration": 70746,
|
1874
1874
|
"src": "1485:17:84",
|
1875
1875
|
"typeDescriptions": {
|
1876
1876
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -2160,10 +2160,10 @@
|
|
2160
2160
|
"name": "TightCoder",
|
2161
2161
|
"nodeType": "Identifier",
|
2162
2162
|
"overloadedDeclarations": [],
|
2163
|
-
"referencedDeclaration":
|
2163
|
+
"referencedDeclaration": 70796,
|
2164
2164
|
"src": "1711:10:84",
|
2165
2165
|
"typeDescriptions": {
|
2166
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
2166
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
2167
2167
|
"typeString": "type(library TightCoder)"
|
2168
2168
|
}
|
2169
2169
|
},
|
@@ -2175,7 +2175,7 @@
|
|
2175
2175
|
"memberLocation": "1722:6:84",
|
2176
2176
|
"memberName": "encode",
|
2177
2177
|
"nodeType": "MemberAccess",
|
2178
|
-
"referencedDeclaration":
|
2178
|
+
"referencedDeclaration": 70746,
|
2179
2179
|
"src": "1711:17:84",
|
2180
2180
|
"typeDescriptions": {
|
2181
2181
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -2465,10 +2465,10 @@
|
|
2465
2465
|
"name": "TightCoder",
|
2466
2466
|
"nodeType": "Identifier",
|
2467
2467
|
"overloadedDeclarations": [],
|
2468
|
-
"referencedDeclaration":
|
2468
|
+
"referencedDeclaration": 70796,
|
2469
2469
|
"src": "1937:10:84",
|
2470
2470
|
"typeDescriptions": {
|
2471
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
2471
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
2472
2472
|
"typeString": "type(library TightCoder)"
|
2473
2473
|
}
|
2474
2474
|
},
|
@@ -2480,7 +2480,7 @@
|
|
2480
2480
|
"memberLocation": "1948:6:84",
|
2481
2481
|
"memberName": "encode",
|
2482
2482
|
"nodeType": "MemberAccess",
|
2483
|
-
"referencedDeclaration":
|
2483
|
+
"referencedDeclaration": 70746,
|
2484
2484
|
"src": "1937:17:84",
|
2485
2485
|
"typeDescriptions": {
|
2486
2486
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -2770,10 +2770,10 @@
|
|
2770
2770
|
"name": "TightCoder",
|
2771
2771
|
"nodeType": "Identifier",
|
2772
2772
|
"overloadedDeclarations": [],
|
2773
|
-
"referencedDeclaration":
|
2773
|
+
"referencedDeclaration": 70796,
|
2774
2774
|
"src": "2163:10:84",
|
2775
2775
|
"typeDescriptions": {
|
2776
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
2776
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
2777
2777
|
"typeString": "type(library TightCoder)"
|
2778
2778
|
}
|
2779
2779
|
},
|
@@ -2785,7 +2785,7 @@
|
|
2785
2785
|
"memberLocation": "2174:6:84",
|
2786
2786
|
"memberName": "encode",
|
2787
2787
|
"nodeType": "MemberAccess",
|
2788
|
-
"referencedDeclaration":
|
2788
|
+
"referencedDeclaration": 70746,
|
2789
2789
|
"src": "2163:17:84",
|
2790
2790
|
"typeDescriptions": {
|
2791
2791
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -3075,10 +3075,10 @@
|
|
3075
3075
|
"name": "TightCoder",
|
3076
3076
|
"nodeType": "Identifier",
|
3077
3077
|
"overloadedDeclarations": [],
|
3078
|
-
"referencedDeclaration":
|
3078
|
+
"referencedDeclaration": 70796,
|
3079
3079
|
"src": "2389:10:84",
|
3080
3080
|
"typeDescriptions": {
|
3081
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
3081
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
3082
3082
|
"typeString": "type(library TightCoder)"
|
3083
3083
|
}
|
3084
3084
|
},
|
@@ -3090,7 +3090,7 @@
|
|
3090
3090
|
"memberLocation": "2400:6:84",
|
3091
3091
|
"memberName": "encode",
|
3092
3092
|
"nodeType": "MemberAccess",
|
3093
|
-
"referencedDeclaration":
|
3093
|
+
"referencedDeclaration": 70746,
|
3094
3094
|
"src": "2389:17:84",
|
3095
3095
|
"typeDescriptions": {
|
3096
3096
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -3380,10 +3380,10 @@
|
|
3380
3380
|
"name": "TightCoder",
|
3381
3381
|
"nodeType": "Identifier",
|
3382
3382
|
"overloadedDeclarations": [],
|
3383
|
-
"referencedDeclaration":
|
3383
|
+
"referencedDeclaration": 70796,
|
3384
3384
|
"src": "2616:10:84",
|
3385
3385
|
"typeDescriptions": {
|
3386
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
3386
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
3387
3387
|
"typeString": "type(library TightCoder)"
|
3388
3388
|
}
|
3389
3389
|
},
|
@@ -3395,7 +3395,7 @@
|
|
3395
3395
|
"memberLocation": "2627:6:84",
|
3396
3396
|
"memberName": "encode",
|
3397
3397
|
"nodeType": "MemberAccess",
|
3398
|
-
"referencedDeclaration":
|
3398
|
+
"referencedDeclaration": 70746,
|
3399
3399
|
"src": "2616:17:84",
|
3400
3400
|
"typeDescriptions": {
|
3401
3401
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -3685,10 +3685,10 @@
|
|
3685
3685
|
"name": "TightCoder",
|
3686
3686
|
"nodeType": "Identifier",
|
3687
3687
|
"overloadedDeclarations": [],
|
3688
|
-
"referencedDeclaration":
|
3688
|
+
"referencedDeclaration": 70796,
|
3689
3689
|
"src": "2843:10:84",
|
3690
3690
|
"typeDescriptions": {
|
3691
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
3691
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
3692
3692
|
"typeString": "type(library TightCoder)"
|
3693
3693
|
}
|
3694
3694
|
},
|
@@ -3700,7 +3700,7 @@
|
|
3700
3700
|
"memberLocation": "2854:6:84",
|
3701
3701
|
"memberName": "encode",
|
3702
3702
|
"nodeType": "MemberAccess",
|
3703
|
-
"referencedDeclaration":
|
3703
|
+
"referencedDeclaration": 70746,
|
3704
3704
|
"src": "2843:17:84",
|
3705
3705
|
"typeDescriptions": {
|
3706
3706
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -3990,10 +3990,10 @@
|
|
3990
3990
|
"name": "TightCoder",
|
3991
3991
|
"nodeType": "Identifier",
|
3992
3992
|
"overloadedDeclarations": [],
|
3993
|
-
"referencedDeclaration":
|
3993
|
+
"referencedDeclaration": 70796,
|
3994
3994
|
"src": "3071:10:84",
|
3995
3995
|
"typeDescriptions": {
|
3996
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
3996
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
3997
3997
|
"typeString": "type(library TightCoder)"
|
3998
3998
|
}
|
3999
3999
|
},
|
@@ -4005,7 +4005,7 @@
|
|
4005
4005
|
"memberLocation": "3082:6:84",
|
4006
4006
|
"memberName": "encode",
|
4007
4007
|
"nodeType": "MemberAccess",
|
4008
|
-
"referencedDeclaration":
|
4008
|
+
"referencedDeclaration": 70746,
|
4009
4009
|
"src": "3071:17:84",
|
4010
4010
|
"typeDescriptions": {
|
4011
4011
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -4295,10 +4295,10 @@
|
|
4295
4295
|
"name": "TightCoder",
|
4296
4296
|
"nodeType": "Identifier",
|
4297
4297
|
"overloadedDeclarations": [],
|
4298
|
-
"referencedDeclaration":
|
4298
|
+
"referencedDeclaration": 70796,
|
4299
4299
|
"src": "3299:10:84",
|
4300
4300
|
"typeDescriptions": {
|
4301
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
4301
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
4302
4302
|
"typeString": "type(library TightCoder)"
|
4303
4303
|
}
|
4304
4304
|
},
|
@@ -4310,7 +4310,7 @@
|
|
4310
4310
|
"memberLocation": "3310:6:84",
|
4311
4311
|
"memberName": "encode",
|
4312
4312
|
"nodeType": "MemberAccess",
|
4313
|
-
"referencedDeclaration":
|
4313
|
+
"referencedDeclaration": 70746,
|
4314
4314
|
"src": "3299:17:84",
|
4315
4315
|
"typeDescriptions": {
|
4316
4316
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -4600,10 +4600,10 @@
|
|
4600
4600
|
"name": "TightCoder",
|
4601
4601
|
"nodeType": "Identifier",
|
4602
4602
|
"overloadedDeclarations": [],
|
4603
|
-
"referencedDeclaration":
|
4603
|
+
"referencedDeclaration": 70796,
|
4604
4604
|
"src": "3527:10:84",
|
4605
4605
|
"typeDescriptions": {
|
4606
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
4606
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
4607
4607
|
"typeString": "type(library TightCoder)"
|
4608
4608
|
}
|
4609
4609
|
},
|
@@ -4615,7 +4615,7 @@
|
|
4615
4615
|
"memberLocation": "3538:6:84",
|
4616
4616
|
"memberName": "encode",
|
4617
4617
|
"nodeType": "MemberAccess",
|
4618
|
-
"referencedDeclaration":
|
4618
|
+
"referencedDeclaration": 70746,
|
4619
4619
|
"src": "3527:17:84",
|
4620
4620
|
"typeDescriptions": {
|
4621
4621
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -4905,10 +4905,10 @@
|
|
4905
4905
|
"name": "TightCoder",
|
4906
4906
|
"nodeType": "Identifier",
|
4907
4907
|
"overloadedDeclarations": [],
|
4908
|
-
"referencedDeclaration":
|
4908
|
+
"referencedDeclaration": 70796,
|
4909
4909
|
"src": "3755:10:84",
|
4910
4910
|
"typeDescriptions": {
|
4911
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
4911
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
4912
4912
|
"typeString": "type(library TightCoder)"
|
4913
4913
|
}
|
4914
4914
|
},
|
@@ -4920,7 +4920,7 @@
|
|
4920
4920
|
"memberLocation": "3766:6:84",
|
4921
4921
|
"memberName": "encode",
|
4922
4922
|
"nodeType": "MemberAccess",
|
4923
|
-
"referencedDeclaration":
|
4923
|
+
"referencedDeclaration": 70746,
|
4924
4924
|
"src": "3755:17:84",
|
4925
4925
|
"typeDescriptions": {
|
4926
4926
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -5210,10 +5210,10 @@
|
|
5210
5210
|
"name": "TightCoder",
|
5211
5211
|
"nodeType": "Identifier",
|
5212
5212
|
"overloadedDeclarations": [],
|
5213
|
-
"referencedDeclaration":
|
5213
|
+
"referencedDeclaration": 70796,
|
5214
5214
|
"src": "3983:10:84",
|
5215
5215
|
"typeDescriptions": {
|
5216
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
5216
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
5217
5217
|
"typeString": "type(library TightCoder)"
|
5218
5218
|
}
|
5219
5219
|
},
|
@@ -5225,7 +5225,7 @@
|
|
5225
5225
|
"memberLocation": "3994:6:84",
|
5226
5226
|
"memberName": "encode",
|
5227
5227
|
"nodeType": "MemberAccess",
|
5228
|
-
"referencedDeclaration":
|
5228
|
+
"referencedDeclaration": 70746,
|
5229
5229
|
"src": "3983:17:84",
|
5230
5230
|
"typeDescriptions": {
|
5231
5231
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -5515,10 +5515,10 @@
|
|
5515
5515
|
"name": "TightCoder",
|
5516
5516
|
"nodeType": "Identifier",
|
5517
5517
|
"overloadedDeclarations": [],
|
5518
|
-
"referencedDeclaration":
|
5518
|
+
"referencedDeclaration": 70796,
|
5519
5519
|
"src": "4211:10:84",
|
5520
5520
|
"typeDescriptions": {
|
5521
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
5521
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
5522
5522
|
"typeString": "type(library TightCoder)"
|
5523
5523
|
}
|
5524
5524
|
},
|
@@ -5530,7 +5530,7 @@
|
|
5530
5530
|
"memberLocation": "4222:6:84",
|
5531
5531
|
"memberName": "encode",
|
5532
5532
|
"nodeType": "MemberAccess",
|
5533
|
-
"referencedDeclaration":
|
5533
|
+
"referencedDeclaration": 70746,
|
5534
5534
|
"src": "4211:17:84",
|
5535
5535
|
"typeDescriptions": {
|
5536
5536
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -5820,10 +5820,10 @@
|
|
5820
5820
|
"name": "TightCoder",
|
5821
5821
|
"nodeType": "Identifier",
|
5822
5822
|
"overloadedDeclarations": [],
|
5823
|
-
"referencedDeclaration":
|
5823
|
+
"referencedDeclaration": 70796,
|
5824
5824
|
"src": "4439:10:84",
|
5825
5825
|
"typeDescriptions": {
|
5826
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
5826
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
5827
5827
|
"typeString": "type(library TightCoder)"
|
5828
5828
|
}
|
5829
5829
|
},
|
@@ -5835,7 +5835,7 @@
|
|
5835
5835
|
"memberLocation": "4450:6:84",
|
5836
5836
|
"memberName": "encode",
|
5837
5837
|
"nodeType": "MemberAccess",
|
5838
|
-
"referencedDeclaration":
|
5838
|
+
"referencedDeclaration": 70746,
|
5839
5839
|
"src": "4439:17:84",
|
5840
5840
|
"typeDescriptions": {
|
5841
5841
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -6125,10 +6125,10 @@
|
|
6125
6125
|
"name": "TightCoder",
|
6126
6126
|
"nodeType": "Identifier",
|
6127
6127
|
"overloadedDeclarations": [],
|
6128
|
-
"referencedDeclaration":
|
6128
|
+
"referencedDeclaration": 70796,
|
6129
6129
|
"src": "4667:10:84",
|
6130
6130
|
"typeDescriptions": {
|
6131
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
6131
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
6132
6132
|
"typeString": "type(library TightCoder)"
|
6133
6133
|
}
|
6134
6134
|
},
|
@@ -6140,7 +6140,7 @@
|
|
6140
6140
|
"memberLocation": "4678:6:84",
|
6141
6141
|
"memberName": "encode",
|
6142
6142
|
"nodeType": "MemberAccess",
|
6143
|
-
"referencedDeclaration":
|
6143
|
+
"referencedDeclaration": 70746,
|
6144
6144
|
"src": "4667:17:84",
|
6145
6145
|
"typeDescriptions": {
|
6146
6146
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -6430,10 +6430,10 @@
|
|
6430
6430
|
"name": "TightCoder",
|
6431
6431
|
"nodeType": "Identifier",
|
6432
6432
|
"overloadedDeclarations": [],
|
6433
|
-
"referencedDeclaration":
|
6433
|
+
"referencedDeclaration": 70796,
|
6434
6434
|
"src": "4894:10:84",
|
6435
6435
|
"typeDescriptions": {
|
6436
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
6436
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
6437
6437
|
"typeString": "type(library TightCoder)"
|
6438
6438
|
}
|
6439
6439
|
},
|
@@ -6445,7 +6445,7 @@
|
|
6445
6445
|
"memberLocation": "4905:6:84",
|
6446
6446
|
"memberName": "encode",
|
6447
6447
|
"nodeType": "MemberAccess",
|
6448
|
-
"referencedDeclaration":
|
6448
|
+
"referencedDeclaration": 70746,
|
6449
6449
|
"src": "4894:17:84",
|
6450
6450
|
"typeDescriptions": {
|
6451
6451
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -6735,10 +6735,10 @@
|
|
6735
6735
|
"name": "TightCoder",
|
6736
6736
|
"nodeType": "Identifier",
|
6737
6737
|
"overloadedDeclarations": [],
|
6738
|
-
"referencedDeclaration":
|
6738
|
+
"referencedDeclaration": 70796,
|
6739
6739
|
"src": "5121:10:84",
|
6740
6740
|
"typeDescriptions": {
|
6741
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
6741
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
6742
6742
|
"typeString": "type(library TightCoder)"
|
6743
6743
|
}
|
6744
6744
|
},
|
@@ -6750,7 +6750,7 @@
|
|
6750
6750
|
"memberLocation": "5132:6:84",
|
6751
6751
|
"memberName": "encode",
|
6752
6752
|
"nodeType": "MemberAccess",
|
6753
|
-
"referencedDeclaration":
|
6753
|
+
"referencedDeclaration": 70746,
|
6754
6754
|
"src": "5121:17:84",
|
6755
6755
|
"typeDescriptions": {
|
6756
6756
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -7040,10 +7040,10 @@
|
|
7040
7040
|
"name": "TightCoder",
|
7041
7041
|
"nodeType": "Identifier",
|
7042
7042
|
"overloadedDeclarations": [],
|
7043
|
-
"referencedDeclaration":
|
7043
|
+
"referencedDeclaration": 70796,
|
7044
7044
|
"src": "5348:10:84",
|
7045
7045
|
"typeDescriptions": {
|
7046
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
7046
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
7047
7047
|
"typeString": "type(library TightCoder)"
|
7048
7048
|
}
|
7049
7049
|
},
|
@@ -7055,7 +7055,7 @@
|
|
7055
7055
|
"memberLocation": "5359:6:84",
|
7056
7056
|
"memberName": "encode",
|
7057
7057
|
"nodeType": "MemberAccess",
|
7058
|
-
"referencedDeclaration":
|
7058
|
+
"referencedDeclaration": 70746,
|
7059
7059
|
"src": "5348:17:84",
|
7060
7060
|
"typeDescriptions": {
|
7061
7061
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -7345,10 +7345,10 @@
|
|
7345
7345
|
"name": "TightCoder",
|
7346
7346
|
"nodeType": "Identifier",
|
7347
7347
|
"overloadedDeclarations": [],
|
7348
|
-
"referencedDeclaration":
|
7348
|
+
"referencedDeclaration": 70796,
|
7349
7349
|
"src": "5575:10:84",
|
7350
7350
|
"typeDescriptions": {
|
7351
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
7351
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
7352
7352
|
"typeString": "type(library TightCoder)"
|
7353
7353
|
}
|
7354
7354
|
},
|
@@ -7360,7 +7360,7 @@
|
|
7360
7360
|
"memberLocation": "5586:6:84",
|
7361
7361
|
"memberName": "encode",
|
7362
7362
|
"nodeType": "MemberAccess",
|
7363
|
-
"referencedDeclaration":
|
7363
|
+
"referencedDeclaration": 70746,
|
7364
7364
|
"src": "5575:17:84",
|
7365
7365
|
"typeDescriptions": {
|
7366
7366
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -7650,10 +7650,10 @@
|
|
7650
7650
|
"name": "TightCoder",
|
7651
7651
|
"nodeType": "Identifier",
|
7652
7652
|
"overloadedDeclarations": [],
|
7653
|
-
"referencedDeclaration":
|
7653
|
+
"referencedDeclaration": 70796,
|
7654
7654
|
"src": "5802:10:84",
|
7655
7655
|
"typeDescriptions": {
|
7656
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
7656
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
7657
7657
|
"typeString": "type(library TightCoder)"
|
7658
7658
|
}
|
7659
7659
|
},
|
@@ -7665,7 +7665,7 @@
|
|
7665
7665
|
"memberLocation": "5813:6:84",
|
7666
7666
|
"memberName": "encode",
|
7667
7667
|
"nodeType": "MemberAccess",
|
7668
|
-
"referencedDeclaration":
|
7668
|
+
"referencedDeclaration": 70746,
|
7669
7669
|
"src": "5802:17:84",
|
7670
7670
|
"typeDescriptions": {
|
7671
7671
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -7955,10 +7955,10 @@
|
|
7955
7955
|
"name": "TightCoder",
|
7956
7956
|
"nodeType": "Identifier",
|
7957
7957
|
"overloadedDeclarations": [],
|
7958
|
-
"referencedDeclaration":
|
7958
|
+
"referencedDeclaration": 70796,
|
7959
7959
|
"src": "6029:10:84",
|
7960
7960
|
"typeDescriptions": {
|
7961
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
7961
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
7962
7962
|
"typeString": "type(library TightCoder)"
|
7963
7963
|
}
|
7964
7964
|
},
|
@@ -7970,7 +7970,7 @@
|
|
7970
7970
|
"memberLocation": "6040:6:84",
|
7971
7971
|
"memberName": "encode",
|
7972
7972
|
"nodeType": "MemberAccess",
|
7973
|
-
"referencedDeclaration":
|
7973
|
+
"referencedDeclaration": 70746,
|
7974
7974
|
"src": "6029:17:84",
|
7975
7975
|
"typeDescriptions": {
|
7976
7976
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -8260,10 +8260,10 @@
|
|
8260
8260
|
"name": "TightCoder",
|
8261
8261
|
"nodeType": "Identifier",
|
8262
8262
|
"overloadedDeclarations": [],
|
8263
|
-
"referencedDeclaration":
|
8263
|
+
"referencedDeclaration": 70796,
|
8264
8264
|
"src": "6256:10:84",
|
8265
8265
|
"typeDescriptions": {
|
8266
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
8266
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
8267
8267
|
"typeString": "type(library TightCoder)"
|
8268
8268
|
}
|
8269
8269
|
},
|
@@ -8275,7 +8275,7 @@
|
|
8275
8275
|
"memberLocation": "6267:6:84",
|
8276
8276
|
"memberName": "encode",
|
8277
8277
|
"nodeType": "MemberAccess",
|
8278
|
-
"referencedDeclaration":
|
8278
|
+
"referencedDeclaration": 70746,
|
8279
8279
|
"src": "6256:17:84",
|
8280
8280
|
"typeDescriptions": {
|
8281
8281
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -8565,10 +8565,10 @@
|
|
8565
8565
|
"name": "TightCoder",
|
8566
8566
|
"nodeType": "Identifier",
|
8567
8567
|
"overloadedDeclarations": [],
|
8568
|
-
"referencedDeclaration":
|
8568
|
+
"referencedDeclaration": 70796,
|
8569
8569
|
"src": "6483:10:84",
|
8570
8570
|
"typeDescriptions": {
|
8571
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
8571
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
8572
8572
|
"typeString": "type(library TightCoder)"
|
8573
8573
|
}
|
8574
8574
|
},
|
@@ -8580,7 +8580,7 @@
|
|
8580
8580
|
"memberLocation": "6494:6:84",
|
8581
8581
|
"memberName": "encode",
|
8582
8582
|
"nodeType": "MemberAccess",
|
8583
|
-
"referencedDeclaration":
|
8583
|
+
"referencedDeclaration": 70746,
|
8584
8584
|
"src": "6483:17:84",
|
8585
8585
|
"typeDescriptions": {
|
8586
8586
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -8870,10 +8870,10 @@
|
|
8870
8870
|
"name": "TightCoder",
|
8871
8871
|
"nodeType": "Identifier",
|
8872
8872
|
"overloadedDeclarations": [],
|
8873
|
-
"referencedDeclaration":
|
8873
|
+
"referencedDeclaration": 70796,
|
8874
8874
|
"src": "6710:10:84",
|
8875
8875
|
"typeDescriptions": {
|
8876
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
8876
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
8877
8877
|
"typeString": "type(library TightCoder)"
|
8878
8878
|
}
|
8879
8879
|
},
|
@@ -8885,7 +8885,7 @@
|
|
8885
8885
|
"memberLocation": "6721:6:84",
|
8886
8886
|
"memberName": "encode",
|
8887
8887
|
"nodeType": "MemberAccess",
|
8888
|
-
"referencedDeclaration":
|
8888
|
+
"referencedDeclaration": 70746,
|
8889
8889
|
"src": "6710:17:84",
|
8890
8890
|
"typeDescriptions": {
|
8891
8891
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -9175,10 +9175,10 @@
|
|
9175
9175
|
"name": "TightCoder",
|
9176
9176
|
"nodeType": "Identifier",
|
9177
9177
|
"overloadedDeclarations": [],
|
9178
|
-
"referencedDeclaration":
|
9178
|
+
"referencedDeclaration": 70796,
|
9179
9179
|
"src": "6937:10:84",
|
9180
9180
|
"typeDescriptions": {
|
9181
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
9181
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
9182
9182
|
"typeString": "type(library TightCoder)"
|
9183
9183
|
}
|
9184
9184
|
},
|
@@ -9190,7 +9190,7 @@
|
|
9190
9190
|
"memberLocation": "6948:6:84",
|
9191
9191
|
"memberName": "encode",
|
9192
9192
|
"nodeType": "MemberAccess",
|
9193
|
-
"referencedDeclaration":
|
9193
|
+
"referencedDeclaration": 70746,
|
9194
9194
|
"src": "6937:17:84",
|
9195
9195
|
"typeDescriptions": {
|
9196
9196
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -9480,10 +9480,10 @@
|
|
9480
9480
|
"name": "TightCoder",
|
9481
9481
|
"nodeType": "Identifier",
|
9482
9482
|
"overloadedDeclarations": [],
|
9483
|
-
"referencedDeclaration":
|
9483
|
+
"referencedDeclaration": 70796,
|
9484
9484
|
"src": "7164:10:84",
|
9485
9485
|
"typeDescriptions": {
|
9486
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
9486
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
9487
9487
|
"typeString": "type(library TightCoder)"
|
9488
9488
|
}
|
9489
9489
|
},
|
@@ -9495,7 +9495,7 @@
|
|
9495
9495
|
"memberLocation": "7175:6:84",
|
9496
9496
|
"memberName": "encode",
|
9497
9497
|
"nodeType": "MemberAccess",
|
9498
|
-
"referencedDeclaration":
|
9498
|
+
"referencedDeclaration": 70746,
|
9499
9499
|
"src": "7164:17:84",
|
9500
9500
|
"typeDescriptions": {
|
9501
9501
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -9785,10 +9785,10 @@
|
|
9785
9785
|
"name": "TightCoder",
|
9786
9786
|
"nodeType": "Identifier",
|
9787
9787
|
"overloadedDeclarations": [],
|
9788
|
-
"referencedDeclaration":
|
9788
|
+
"referencedDeclaration": 70796,
|
9789
9789
|
"src": "7390:10:84",
|
9790
9790
|
"typeDescriptions": {
|
9791
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
9791
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
9792
9792
|
"typeString": "type(library TightCoder)"
|
9793
9793
|
}
|
9794
9794
|
},
|
@@ -9800,7 +9800,7 @@
|
|
9800
9800
|
"memberLocation": "7401:6:84",
|
9801
9801
|
"memberName": "encode",
|
9802
9802
|
"nodeType": "MemberAccess",
|
9803
|
-
"referencedDeclaration":
|
9803
|
+
"referencedDeclaration": 70746,
|
9804
9804
|
"src": "7390:17:84",
|
9805
9805
|
"typeDescriptions": {
|
9806
9806
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -10090,10 +10090,10 @@
|
|
10090
10090
|
"name": "TightCoder",
|
10091
10091
|
"nodeType": "Identifier",
|
10092
10092
|
"overloadedDeclarations": [],
|
10093
|
-
"referencedDeclaration":
|
10093
|
+
"referencedDeclaration": 70796,
|
10094
10094
|
"src": "7613:10:84",
|
10095
10095
|
"typeDescriptions": {
|
10096
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
10096
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
10097
10097
|
"typeString": "type(library TightCoder)"
|
10098
10098
|
}
|
10099
10099
|
},
|
@@ -10105,7 +10105,7 @@
|
|
10105
10105
|
"memberLocation": "7624:6:84",
|
10106
10106
|
"memberName": "encode",
|
10107
10107
|
"nodeType": "MemberAccess",
|
10108
|
-
"referencedDeclaration":
|
10108
|
+
"referencedDeclaration": 70746,
|
10109
10109
|
"src": "7613:17:84",
|
10110
10110
|
"typeDescriptions": {
|
10111
10111
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -10395,10 +10395,10 @@
|
|
10395
10395
|
"name": "TightCoder",
|
10396
10396
|
"nodeType": "Identifier",
|
10397
10397
|
"overloadedDeclarations": [],
|
10398
|
-
"referencedDeclaration":
|
10398
|
+
"referencedDeclaration": 70796,
|
10399
10399
|
"src": "7838:10:84",
|
10400
10400
|
"typeDescriptions": {
|
10401
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
10401
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
10402
10402
|
"typeString": "type(library TightCoder)"
|
10403
10403
|
}
|
10404
10404
|
},
|
@@ -10410,7 +10410,7 @@
|
|
10410
10410
|
"memberLocation": "7849:6:84",
|
10411
10411
|
"memberName": "encode",
|
10412
10412
|
"nodeType": "MemberAccess",
|
10413
|
-
"referencedDeclaration":
|
10413
|
+
"referencedDeclaration": 70746,
|
10414
10414
|
"src": "7838:17:84",
|
10415
10415
|
"typeDescriptions": {
|
10416
10416
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -10700,10 +10700,10 @@
|
|
10700
10700
|
"name": "TightCoder",
|
10701
10701
|
"nodeType": "Identifier",
|
10702
10702
|
"overloadedDeclarations": [],
|
10703
|
-
"referencedDeclaration":
|
10703
|
+
"referencedDeclaration": 70796,
|
10704
10704
|
"src": "8063:10:84",
|
10705
10705
|
"typeDescriptions": {
|
10706
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
10706
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
10707
10707
|
"typeString": "type(library TightCoder)"
|
10708
10708
|
}
|
10709
10709
|
},
|
@@ -10715,7 +10715,7 @@
|
|
10715
10715
|
"memberLocation": "8074:6:84",
|
10716
10716
|
"memberName": "encode",
|
10717
10717
|
"nodeType": "MemberAccess",
|
10718
|
-
"referencedDeclaration":
|
10718
|
+
"referencedDeclaration": 70746,
|
10719
10719
|
"src": "8063:17:84",
|
10720
10720
|
"typeDescriptions": {
|
10721
10721
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -11005,10 +11005,10 @@
|
|
11005
11005
|
"name": "TightCoder",
|
11006
11006
|
"nodeType": "Identifier",
|
11007
11007
|
"overloadedDeclarations": [],
|
11008
|
-
"referencedDeclaration":
|
11008
|
+
"referencedDeclaration": 70796,
|
11009
11009
|
"src": "8288:10:84",
|
11010
11010
|
"typeDescriptions": {
|
11011
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
11011
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
11012
11012
|
"typeString": "type(library TightCoder)"
|
11013
11013
|
}
|
11014
11014
|
},
|
@@ -11020,7 +11020,7 @@
|
|
11020
11020
|
"memberLocation": "8299:6:84",
|
11021
11021
|
"memberName": "encode",
|
11022
11022
|
"nodeType": "MemberAccess",
|
11023
|
-
"referencedDeclaration":
|
11023
|
+
"referencedDeclaration": 70746,
|
11024
11024
|
"src": "8288:17:84",
|
11025
11025
|
"typeDescriptions": {
|
11026
11026
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -11310,10 +11310,10 @@
|
|
11310
11310
|
"name": "TightCoder",
|
11311
11311
|
"nodeType": "Identifier",
|
11312
11312
|
"overloadedDeclarations": [],
|
11313
|
-
"referencedDeclaration":
|
11313
|
+
"referencedDeclaration": 70796,
|
11314
11314
|
"src": "8513:10:84",
|
11315
11315
|
"typeDescriptions": {
|
11316
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
11316
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
11317
11317
|
"typeString": "type(library TightCoder)"
|
11318
11318
|
}
|
11319
11319
|
},
|
@@ -11325,7 +11325,7 @@
|
|
11325
11325
|
"memberLocation": "8524:6:84",
|
11326
11326
|
"memberName": "encode",
|
11327
11327
|
"nodeType": "MemberAccess",
|
11328
|
-
"referencedDeclaration":
|
11328
|
+
"referencedDeclaration": 70746,
|
11329
11329
|
"src": "8513:17:84",
|
11330
11330
|
"typeDescriptions": {
|
11331
11331
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -11615,10 +11615,10 @@
|
|
11615
11615
|
"name": "TightCoder",
|
11616
11616
|
"nodeType": "Identifier",
|
11617
11617
|
"overloadedDeclarations": [],
|
11618
|
-
"referencedDeclaration":
|
11618
|
+
"referencedDeclaration": 70796,
|
11619
11619
|
"src": "8738:10:84",
|
11620
11620
|
"typeDescriptions": {
|
11621
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
11621
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
11622
11622
|
"typeString": "type(library TightCoder)"
|
11623
11623
|
}
|
11624
11624
|
},
|
@@ -11630,7 +11630,7 @@
|
|
11630
11630
|
"memberLocation": "8749:6:84",
|
11631
11631
|
"memberName": "encode",
|
11632
11632
|
"nodeType": "MemberAccess",
|
11633
|
-
"referencedDeclaration":
|
11633
|
+
"referencedDeclaration": 70746,
|
11634
11634
|
"src": "8738:17:84",
|
11635
11635
|
"typeDescriptions": {
|
11636
11636
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -11920,10 +11920,10 @@
|
|
11920
11920
|
"name": "TightCoder",
|
11921
11921
|
"nodeType": "Identifier",
|
11922
11922
|
"overloadedDeclarations": [],
|
11923
|
-
"referencedDeclaration":
|
11923
|
+
"referencedDeclaration": 70796,
|
11924
11924
|
"src": "8963:10:84",
|
11925
11925
|
"typeDescriptions": {
|
11926
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
11926
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
11927
11927
|
"typeString": "type(library TightCoder)"
|
11928
11928
|
}
|
11929
11929
|
},
|
@@ -11935,7 +11935,7 @@
|
|
11935
11935
|
"memberLocation": "8974:6:84",
|
11936
11936
|
"memberName": "encode",
|
11937
11937
|
"nodeType": "MemberAccess",
|
11938
|
-
"referencedDeclaration":
|
11938
|
+
"referencedDeclaration": 70746,
|
11939
11939
|
"src": "8963:17:84",
|
11940
11940
|
"typeDescriptions": {
|
11941
11941
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -12225,10 +12225,10 @@
|
|
12225
12225
|
"name": "TightCoder",
|
12226
12226
|
"nodeType": "Identifier",
|
12227
12227
|
"overloadedDeclarations": [],
|
12228
|
-
"referencedDeclaration":
|
12228
|
+
"referencedDeclaration": 70796,
|
12229
12229
|
"src": "9188:10:84",
|
12230
12230
|
"typeDescriptions": {
|
12231
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
12231
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
12232
12232
|
"typeString": "type(library TightCoder)"
|
12233
12233
|
}
|
12234
12234
|
},
|
@@ -12240,7 +12240,7 @@
|
|
12240
12240
|
"memberLocation": "9199:6:84",
|
12241
12241
|
"memberName": "encode",
|
12242
12242
|
"nodeType": "MemberAccess",
|
12243
|
-
"referencedDeclaration":
|
12243
|
+
"referencedDeclaration": 70746,
|
12244
12244
|
"src": "9188:17:84",
|
12245
12245
|
"typeDescriptions": {
|
12246
12246
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -12530,10 +12530,10 @@
|
|
12530
12530
|
"name": "TightCoder",
|
12531
12531
|
"nodeType": "Identifier",
|
12532
12532
|
"overloadedDeclarations": [],
|
12533
|
-
"referencedDeclaration":
|
12533
|
+
"referencedDeclaration": 70796,
|
12534
12534
|
"src": "9413:10:84",
|
12535
12535
|
"typeDescriptions": {
|
12536
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
12536
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
12537
12537
|
"typeString": "type(library TightCoder)"
|
12538
12538
|
}
|
12539
12539
|
},
|
@@ -12545,7 +12545,7 @@
|
|
12545
12545
|
"memberLocation": "9424:6:84",
|
12546
12546
|
"memberName": "encode",
|
12547
12547
|
"nodeType": "MemberAccess",
|
12548
|
-
"referencedDeclaration":
|
12548
|
+
"referencedDeclaration": 70746,
|
12549
12549
|
"src": "9413:17:84",
|
12550
12550
|
"typeDescriptions": {
|
12551
12551
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -12835,10 +12835,10 @@
|
|
12835
12835
|
"name": "TightCoder",
|
12836
12836
|
"nodeType": "Identifier",
|
12837
12837
|
"overloadedDeclarations": [],
|
12838
|
-
"referencedDeclaration":
|
12838
|
+
"referencedDeclaration": 70796,
|
12839
12839
|
"src": "9638:10:84",
|
12840
12840
|
"typeDescriptions": {
|
12841
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
12841
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
12842
12842
|
"typeString": "type(library TightCoder)"
|
12843
12843
|
}
|
12844
12844
|
},
|
@@ -12850,7 +12850,7 @@
|
|
12850
12850
|
"memberLocation": "9649:6:84",
|
12851
12851
|
"memberName": "encode",
|
12852
12852
|
"nodeType": "MemberAccess",
|
12853
|
-
"referencedDeclaration":
|
12853
|
+
"referencedDeclaration": 70746,
|
12854
12854
|
"src": "9638:17:84",
|
12855
12855
|
"typeDescriptions": {
|
12856
12856
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -13140,10 +13140,10 @@
|
|
13140
13140
|
"name": "TightCoder",
|
13141
13141
|
"nodeType": "Identifier",
|
13142
13142
|
"overloadedDeclarations": [],
|
13143
|
-
"referencedDeclaration":
|
13143
|
+
"referencedDeclaration": 70796,
|
13144
13144
|
"src": "9864:10:84",
|
13145
13145
|
"typeDescriptions": {
|
13146
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
13146
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
13147
13147
|
"typeString": "type(library TightCoder)"
|
13148
13148
|
}
|
13149
13149
|
},
|
@@ -13155,7 +13155,7 @@
|
|
13155
13155
|
"memberLocation": "9875:6:84",
|
13156
13156
|
"memberName": "encode",
|
13157
13157
|
"nodeType": "MemberAccess",
|
13158
|
-
"referencedDeclaration":
|
13158
|
+
"referencedDeclaration": 70746,
|
13159
13159
|
"src": "9864:17:84",
|
13160
13160
|
"typeDescriptions": {
|
13161
13161
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -13445,10 +13445,10 @@
|
|
13445
13445
|
"name": "TightCoder",
|
13446
13446
|
"nodeType": "Identifier",
|
13447
13447
|
"overloadedDeclarations": [],
|
13448
|
-
"referencedDeclaration":
|
13448
|
+
"referencedDeclaration": 70796,
|
13449
13449
|
"src": "10090:10:84",
|
13450
13450
|
"typeDescriptions": {
|
13451
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
13451
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
13452
13452
|
"typeString": "type(library TightCoder)"
|
13453
13453
|
}
|
13454
13454
|
},
|
@@ -13460,7 +13460,7 @@
|
|
13460
13460
|
"memberLocation": "10101:6:84",
|
13461
13461
|
"memberName": "encode",
|
13462
13462
|
"nodeType": "MemberAccess",
|
13463
|
-
"referencedDeclaration":
|
13463
|
+
"referencedDeclaration": 70746,
|
13464
13464
|
"src": "10090:17:84",
|
13465
13465
|
"typeDescriptions": {
|
13466
13466
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -13750,10 +13750,10 @@
|
|
13750
13750
|
"name": "TightCoder",
|
13751
13751
|
"nodeType": "Identifier",
|
13752
13752
|
"overloadedDeclarations": [],
|
13753
|
-
"referencedDeclaration":
|
13753
|
+
"referencedDeclaration": 70796,
|
13754
13754
|
"src": "10317:10:84",
|
13755
13755
|
"typeDescriptions": {
|
13756
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
13756
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
13757
13757
|
"typeString": "type(library TightCoder)"
|
13758
13758
|
}
|
13759
13759
|
},
|
@@ -13765,7 +13765,7 @@
|
|
13765
13765
|
"memberLocation": "10328:6:84",
|
13766
13766
|
"memberName": "encode",
|
13767
13767
|
"nodeType": "MemberAccess",
|
13768
|
-
"referencedDeclaration":
|
13768
|
+
"referencedDeclaration": 70746,
|
13769
13769
|
"src": "10317:17:84",
|
13770
13770
|
"typeDescriptions": {
|
13771
13771
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -14055,10 +14055,10 @@
|
|
14055
14055
|
"name": "TightCoder",
|
14056
14056
|
"nodeType": "Identifier",
|
14057
14057
|
"overloadedDeclarations": [],
|
14058
|
-
"referencedDeclaration":
|
14058
|
+
"referencedDeclaration": 70796,
|
14059
14059
|
"src": "10544:10:84",
|
14060
14060
|
"typeDescriptions": {
|
14061
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
14061
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
14062
14062
|
"typeString": "type(library TightCoder)"
|
14063
14063
|
}
|
14064
14064
|
},
|
@@ -14070,7 +14070,7 @@
|
|
14070
14070
|
"memberLocation": "10555:6:84",
|
14071
14071
|
"memberName": "encode",
|
14072
14072
|
"nodeType": "MemberAccess",
|
14073
|
-
"referencedDeclaration":
|
14073
|
+
"referencedDeclaration": 70746,
|
14074
14074
|
"src": "10544:17:84",
|
14075
14075
|
"typeDescriptions": {
|
14076
14076
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -14360,10 +14360,10 @@
|
|
14360
14360
|
"name": "TightCoder",
|
14361
14361
|
"nodeType": "Identifier",
|
14362
14362
|
"overloadedDeclarations": [],
|
14363
|
-
"referencedDeclaration":
|
14363
|
+
"referencedDeclaration": 70796,
|
14364
14364
|
"src": "10771:10:84",
|
14365
14365
|
"typeDescriptions": {
|
14366
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
14366
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
14367
14367
|
"typeString": "type(library TightCoder)"
|
14368
14368
|
}
|
14369
14369
|
},
|
@@ -14375,7 +14375,7 @@
|
|
14375
14375
|
"memberLocation": "10782:6:84",
|
14376
14376
|
"memberName": "encode",
|
14377
14377
|
"nodeType": "MemberAccess",
|
14378
|
-
"referencedDeclaration":
|
14378
|
+
"referencedDeclaration": 70746,
|
14379
14379
|
"src": "10771:17:84",
|
14380
14380
|
"typeDescriptions": {
|
14381
14381
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -14665,10 +14665,10 @@
|
|
14665
14665
|
"name": "TightCoder",
|
14666
14666
|
"nodeType": "Identifier",
|
14667
14667
|
"overloadedDeclarations": [],
|
14668
|
-
"referencedDeclaration":
|
14668
|
+
"referencedDeclaration": 70796,
|
14669
14669
|
"src": "10998:10:84",
|
14670
14670
|
"typeDescriptions": {
|
14671
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
14671
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
14672
14672
|
"typeString": "type(library TightCoder)"
|
14673
14673
|
}
|
14674
14674
|
},
|
@@ -14680,7 +14680,7 @@
|
|
14680
14680
|
"memberLocation": "11009:6:84",
|
14681
14681
|
"memberName": "encode",
|
14682
14682
|
"nodeType": "MemberAccess",
|
14683
|
-
"referencedDeclaration":
|
14683
|
+
"referencedDeclaration": 70746,
|
14684
14684
|
"src": "10998:17:84",
|
14685
14685
|
"typeDescriptions": {
|
14686
14686
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -14970,10 +14970,10 @@
|
|
14970
14970
|
"name": "TightCoder",
|
14971
14971
|
"nodeType": "Identifier",
|
14972
14972
|
"overloadedDeclarations": [],
|
14973
|
-
"referencedDeclaration":
|
14973
|
+
"referencedDeclaration": 70796,
|
14974
14974
|
"src": "11225:10:84",
|
14975
14975
|
"typeDescriptions": {
|
14976
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
14976
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
14977
14977
|
"typeString": "type(library TightCoder)"
|
14978
14978
|
}
|
14979
14979
|
},
|
@@ -14985,7 +14985,7 @@
|
|
14985
14985
|
"memberLocation": "11236:6:84",
|
14986
14986
|
"memberName": "encode",
|
14987
14987
|
"nodeType": "MemberAccess",
|
14988
|
-
"referencedDeclaration":
|
14988
|
+
"referencedDeclaration": 70746,
|
14989
14989
|
"src": "11225:17:84",
|
14990
14990
|
"typeDescriptions": {
|
14991
14991
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -15275,10 +15275,10 @@
|
|
15275
15275
|
"name": "TightCoder",
|
15276
15276
|
"nodeType": "Identifier",
|
15277
15277
|
"overloadedDeclarations": [],
|
15278
|
-
"referencedDeclaration":
|
15278
|
+
"referencedDeclaration": 70796,
|
15279
15279
|
"src": "11452:10:84",
|
15280
15280
|
"typeDescriptions": {
|
15281
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
15281
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
15282
15282
|
"typeString": "type(library TightCoder)"
|
15283
15283
|
}
|
15284
15284
|
},
|
@@ -15290,7 +15290,7 @@
|
|
15290
15290
|
"memberLocation": "11463:6:84",
|
15291
15291
|
"memberName": "encode",
|
15292
15292
|
"nodeType": "MemberAccess",
|
15293
|
-
"referencedDeclaration":
|
15293
|
+
"referencedDeclaration": 70746,
|
15294
15294
|
"src": "11452:17:84",
|
15295
15295
|
"typeDescriptions": {
|
15296
15296
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -15580,10 +15580,10 @@
|
|
15580
15580
|
"name": "TightCoder",
|
15581
15581
|
"nodeType": "Identifier",
|
15582
15582
|
"overloadedDeclarations": [],
|
15583
|
-
"referencedDeclaration":
|
15583
|
+
"referencedDeclaration": 70796,
|
15584
15584
|
"src": "11679:10:84",
|
15585
15585
|
"typeDescriptions": {
|
15586
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
15586
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
15587
15587
|
"typeString": "type(library TightCoder)"
|
15588
15588
|
}
|
15589
15589
|
},
|
@@ -15595,7 +15595,7 @@
|
|
15595
15595
|
"memberLocation": "11690:6:84",
|
15596
15596
|
"memberName": "encode",
|
15597
15597
|
"nodeType": "MemberAccess",
|
15598
|
-
"referencedDeclaration":
|
15598
|
+
"referencedDeclaration": 70746,
|
15599
15599
|
"src": "11679:17:84",
|
15600
15600
|
"typeDescriptions": {
|
15601
15601
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -15885,10 +15885,10 @@
|
|
15885
15885
|
"name": "TightCoder",
|
15886
15886
|
"nodeType": "Identifier",
|
15887
15887
|
"overloadedDeclarations": [],
|
15888
|
-
"referencedDeclaration":
|
15888
|
+
"referencedDeclaration": 70796,
|
15889
15889
|
"src": "11906:10:84",
|
15890
15890
|
"typeDescriptions": {
|
15891
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
15891
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
15892
15892
|
"typeString": "type(library TightCoder)"
|
15893
15893
|
}
|
15894
15894
|
},
|
@@ -15900,7 +15900,7 @@
|
|
15900
15900
|
"memberLocation": "11917:6:84",
|
15901
15901
|
"memberName": "encode",
|
15902
15902
|
"nodeType": "MemberAccess",
|
15903
|
-
"referencedDeclaration":
|
15903
|
+
"referencedDeclaration": 70746,
|
15904
15904
|
"src": "11906:17:84",
|
15905
15905
|
"typeDescriptions": {
|
15906
15906
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -16190,10 +16190,10 @@
|
|
16190
16190
|
"name": "TightCoder",
|
16191
16191
|
"nodeType": "Identifier",
|
16192
16192
|
"overloadedDeclarations": [],
|
16193
|
-
"referencedDeclaration":
|
16193
|
+
"referencedDeclaration": 70796,
|
16194
16194
|
"src": "12132:10:84",
|
16195
16195
|
"typeDescriptions": {
|
16196
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
16196
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
16197
16197
|
"typeString": "type(library TightCoder)"
|
16198
16198
|
}
|
16199
16199
|
},
|
@@ -16205,7 +16205,7 @@
|
|
16205
16205
|
"memberLocation": "12143:6:84",
|
16206
16206
|
"memberName": "encode",
|
16207
16207
|
"nodeType": "MemberAccess",
|
16208
|
-
"referencedDeclaration":
|
16208
|
+
"referencedDeclaration": 70746,
|
16209
16209
|
"src": "12132:17:84",
|
16210
16210
|
"typeDescriptions": {
|
16211
16211
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -16495,10 +16495,10 @@
|
|
16495
16495
|
"name": "TightCoder",
|
16496
16496
|
"nodeType": "Identifier",
|
16497
16497
|
"overloadedDeclarations": [],
|
16498
|
-
"referencedDeclaration":
|
16498
|
+
"referencedDeclaration": 70796,
|
16499
16499
|
"src": "12358:10:84",
|
16500
16500
|
"typeDescriptions": {
|
16501
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
16501
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
16502
16502
|
"typeString": "type(library TightCoder)"
|
16503
16503
|
}
|
16504
16504
|
},
|
@@ -16510,7 +16510,7 @@
|
|
16510
16510
|
"memberLocation": "12369:6:84",
|
16511
16511
|
"memberName": "encode",
|
16512
16512
|
"nodeType": "MemberAccess",
|
16513
|
-
"referencedDeclaration":
|
16513
|
+
"referencedDeclaration": 70746,
|
16514
16514
|
"src": "12358:17:84",
|
16515
16515
|
"typeDescriptions": {
|
16516
16516
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -16800,10 +16800,10 @@
|
|
16800
16800
|
"name": "TightCoder",
|
16801
16801
|
"nodeType": "Identifier",
|
16802
16802
|
"overloadedDeclarations": [],
|
16803
|
-
"referencedDeclaration":
|
16803
|
+
"referencedDeclaration": 70796,
|
16804
16804
|
"src": "12584:10:84",
|
16805
16805
|
"typeDescriptions": {
|
16806
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
16806
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
16807
16807
|
"typeString": "type(library TightCoder)"
|
16808
16808
|
}
|
16809
16809
|
},
|
@@ -16815,7 +16815,7 @@
|
|
16815
16815
|
"memberLocation": "12595:6:84",
|
16816
16816
|
"memberName": "encode",
|
16817
16817
|
"nodeType": "MemberAccess",
|
16818
|
-
"referencedDeclaration":
|
16818
|
+
"referencedDeclaration": 70746,
|
16819
16819
|
"src": "12584:17:84",
|
16820
16820
|
"typeDescriptions": {
|
16821
16821
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -17105,10 +17105,10 @@
|
|
17105
17105
|
"name": "TightCoder",
|
17106
17106
|
"nodeType": "Identifier",
|
17107
17107
|
"overloadedDeclarations": [],
|
17108
|
-
"referencedDeclaration":
|
17108
|
+
"referencedDeclaration": 70796,
|
17109
17109
|
"src": "12810:10:84",
|
17110
17110
|
"typeDescriptions": {
|
17111
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
17111
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
17112
17112
|
"typeString": "type(library TightCoder)"
|
17113
17113
|
}
|
17114
17114
|
},
|
@@ -17120,7 +17120,7 @@
|
|
17120
17120
|
"memberLocation": "12821:6:84",
|
17121
17121
|
"memberName": "encode",
|
17122
17122
|
"nodeType": "MemberAccess",
|
17123
|
-
"referencedDeclaration":
|
17123
|
+
"referencedDeclaration": 70746,
|
17124
17124
|
"src": "12810:17:84",
|
17125
17125
|
"typeDescriptions": {
|
17126
17126
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -17410,10 +17410,10 @@
|
|
17410
17410
|
"name": "TightCoder",
|
17411
17411
|
"nodeType": "Identifier",
|
17412
17412
|
"overloadedDeclarations": [],
|
17413
|
-
"referencedDeclaration":
|
17413
|
+
"referencedDeclaration": 70796,
|
17414
17414
|
"src": "13036:10:84",
|
17415
17415
|
"typeDescriptions": {
|
17416
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
17416
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
17417
17417
|
"typeString": "type(library TightCoder)"
|
17418
17418
|
}
|
17419
17419
|
},
|
@@ -17425,7 +17425,7 @@
|
|
17425
17425
|
"memberLocation": "13047:6:84",
|
17426
17426
|
"memberName": "encode",
|
17427
17427
|
"nodeType": "MemberAccess",
|
17428
|
-
"referencedDeclaration":
|
17428
|
+
"referencedDeclaration": 70746,
|
17429
17429
|
"src": "13036:17:84",
|
17430
17430
|
"typeDescriptions": {
|
17431
17431
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -17715,10 +17715,10 @@
|
|
17715
17715
|
"name": "TightCoder",
|
17716
17716
|
"nodeType": "Identifier",
|
17717
17717
|
"overloadedDeclarations": [],
|
17718
|
-
"referencedDeclaration":
|
17718
|
+
"referencedDeclaration": 70796,
|
17719
17719
|
"src": "13262:10:84",
|
17720
17720
|
"typeDescriptions": {
|
17721
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
17721
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
17722
17722
|
"typeString": "type(library TightCoder)"
|
17723
17723
|
}
|
17724
17724
|
},
|
@@ -17730,7 +17730,7 @@
|
|
17730
17730
|
"memberLocation": "13273:6:84",
|
17731
17731
|
"memberName": "encode",
|
17732
17732
|
"nodeType": "MemberAccess",
|
17733
|
-
"referencedDeclaration":
|
17733
|
+
"referencedDeclaration": 70746,
|
17734
17734
|
"src": "13262:17:84",
|
17735
17735
|
"typeDescriptions": {
|
17736
17736
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -18020,10 +18020,10 @@
|
|
18020
18020
|
"name": "TightCoder",
|
18021
18021
|
"nodeType": "Identifier",
|
18022
18022
|
"overloadedDeclarations": [],
|
18023
|
-
"referencedDeclaration":
|
18023
|
+
"referencedDeclaration": 70796,
|
18024
18024
|
"src": "13488:10:84",
|
18025
18025
|
"typeDescriptions": {
|
18026
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
18026
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
18027
18027
|
"typeString": "type(library TightCoder)"
|
18028
18028
|
}
|
18029
18029
|
},
|
@@ -18035,7 +18035,7 @@
|
|
18035
18035
|
"memberLocation": "13499:6:84",
|
18036
18036
|
"memberName": "encode",
|
18037
18037
|
"nodeType": "MemberAccess",
|
18038
|
-
"referencedDeclaration":
|
18038
|
+
"referencedDeclaration": 70746,
|
18039
18039
|
"src": "13488:17:84",
|
18040
18040
|
"typeDescriptions": {
|
18041
18041
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -18325,10 +18325,10 @@
|
|
18325
18325
|
"name": "TightCoder",
|
18326
18326
|
"nodeType": "Identifier",
|
18327
18327
|
"overloadedDeclarations": [],
|
18328
|
-
"referencedDeclaration":
|
18328
|
+
"referencedDeclaration": 70796,
|
18329
18329
|
"src": "13714:10:84",
|
18330
18330
|
"typeDescriptions": {
|
18331
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
18331
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
18332
18332
|
"typeString": "type(library TightCoder)"
|
18333
18333
|
}
|
18334
18334
|
},
|
@@ -18340,7 +18340,7 @@
|
|
18340
18340
|
"memberLocation": "13725:6:84",
|
18341
18341
|
"memberName": "encode",
|
18342
18342
|
"nodeType": "MemberAccess",
|
18343
|
-
"referencedDeclaration":
|
18343
|
+
"referencedDeclaration": 70746,
|
18344
18344
|
"src": "13714:17:84",
|
18345
18345
|
"typeDescriptions": {
|
18346
18346
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -18630,10 +18630,10 @@
|
|
18630
18630
|
"name": "TightCoder",
|
18631
18631
|
"nodeType": "Identifier",
|
18632
18632
|
"overloadedDeclarations": [],
|
18633
|
-
"referencedDeclaration":
|
18633
|
+
"referencedDeclaration": 70796,
|
18634
18634
|
"src": "13940:10:84",
|
18635
18635
|
"typeDescriptions": {
|
18636
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
18636
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
18637
18637
|
"typeString": "type(library TightCoder)"
|
18638
18638
|
}
|
18639
18639
|
},
|
@@ -18645,7 +18645,7 @@
|
|
18645
18645
|
"memberLocation": "13951:6:84",
|
18646
18646
|
"memberName": "encode",
|
18647
18647
|
"nodeType": "MemberAccess",
|
18648
|
-
"referencedDeclaration":
|
18648
|
+
"referencedDeclaration": 70746,
|
18649
18649
|
"src": "13940:17:84",
|
18650
18650
|
"typeDescriptions": {
|
18651
18651
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -18935,10 +18935,10 @@
|
|
18935
18935
|
"name": "TightCoder",
|
18936
18936
|
"nodeType": "Identifier",
|
18937
18937
|
"overloadedDeclarations": [],
|
18938
|
-
"referencedDeclaration":
|
18938
|
+
"referencedDeclaration": 70796,
|
18939
18939
|
"src": "14166:10:84",
|
18940
18940
|
"typeDescriptions": {
|
18941
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
18941
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
18942
18942
|
"typeString": "type(library TightCoder)"
|
18943
18943
|
}
|
18944
18944
|
},
|
@@ -18950,7 +18950,7 @@
|
|
18950
18950
|
"memberLocation": "14177:6:84",
|
18951
18951
|
"memberName": "encode",
|
18952
18952
|
"nodeType": "MemberAccess",
|
18953
|
-
"referencedDeclaration":
|
18953
|
+
"referencedDeclaration": 70746,
|
18954
18954
|
"src": "14166:17:84",
|
18955
18955
|
"typeDescriptions": {
|
18956
18956
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -19240,10 +19240,10 @@
|
|
19240
19240
|
"name": "TightCoder",
|
19241
19241
|
"nodeType": "Identifier",
|
19242
19242
|
"overloadedDeclarations": [],
|
19243
|
-
"referencedDeclaration":
|
19243
|
+
"referencedDeclaration": 70796,
|
19244
19244
|
"src": "14392:10:84",
|
19245
19245
|
"typeDescriptions": {
|
19246
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
19246
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
19247
19247
|
"typeString": "type(library TightCoder)"
|
19248
19248
|
}
|
19249
19249
|
},
|
@@ -19255,7 +19255,7 @@
|
|
19255
19255
|
"memberLocation": "14403:6:84",
|
19256
19256
|
"memberName": "encode",
|
19257
19257
|
"nodeType": "MemberAccess",
|
19258
|
-
"referencedDeclaration":
|
19258
|
+
"referencedDeclaration": 70746,
|
19259
19259
|
"src": "14392:17:84",
|
19260
19260
|
"typeDescriptions": {
|
19261
19261
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -19545,10 +19545,10 @@
|
|
19545
19545
|
"name": "TightCoder",
|
19546
19546
|
"nodeType": "Identifier",
|
19547
19547
|
"overloadedDeclarations": [],
|
19548
|
-
"referencedDeclaration":
|
19548
|
+
"referencedDeclaration": 70796,
|
19549
19549
|
"src": "14617:10:84",
|
19550
19550
|
"typeDescriptions": {
|
19551
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
19551
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
19552
19552
|
"typeString": "type(library TightCoder)"
|
19553
19553
|
}
|
19554
19554
|
},
|
@@ -19560,7 +19560,7 @@
|
|
19560
19560
|
"memberLocation": "14628:6:84",
|
19561
19561
|
"memberName": "encode",
|
19562
19562
|
"nodeType": "MemberAccess",
|
19563
|
-
"referencedDeclaration":
|
19563
|
+
"referencedDeclaration": 70746,
|
19564
19564
|
"src": "14617:17:84",
|
19565
19565
|
"typeDescriptions": {
|
19566
19566
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -19850,10 +19850,10 @@
|
|
19850
19850
|
"name": "TightCoder",
|
19851
19851
|
"nodeType": "Identifier",
|
19852
19852
|
"overloadedDeclarations": [],
|
19853
|
-
"referencedDeclaration":
|
19853
|
+
"referencedDeclaration": 70796,
|
19854
19854
|
"src": "14842:10:84",
|
19855
19855
|
"typeDescriptions": {
|
19856
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
19856
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
19857
19857
|
"typeString": "type(library TightCoder)"
|
19858
19858
|
}
|
19859
19859
|
},
|
@@ -19865,7 +19865,7 @@
|
|
19865
19865
|
"memberLocation": "14853:6:84",
|
19866
19866
|
"memberName": "encode",
|
19867
19867
|
"nodeType": "MemberAccess",
|
19868
|
-
"referencedDeclaration":
|
19868
|
+
"referencedDeclaration": 70746,
|
19869
19869
|
"src": "14842:17:84",
|
19870
19870
|
"typeDescriptions": {
|
19871
19871
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -20155,10 +20155,10 @@
|
|
20155
20155
|
"name": "TightCoder",
|
20156
20156
|
"nodeType": "Identifier",
|
20157
20157
|
"overloadedDeclarations": [],
|
20158
|
-
"referencedDeclaration":
|
20158
|
+
"referencedDeclaration": 70796,
|
20159
20159
|
"src": "15066:10:84",
|
20160
20160
|
"typeDescriptions": {
|
20161
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
20161
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
20162
20162
|
"typeString": "type(library TightCoder)"
|
20163
20163
|
}
|
20164
20164
|
},
|
@@ -20170,7 +20170,7 @@
|
|
20170
20170
|
"memberLocation": "15077:6:84",
|
20171
20171
|
"memberName": "encode",
|
20172
20172
|
"nodeType": "MemberAccess",
|
20173
|
-
"referencedDeclaration":
|
20173
|
+
"referencedDeclaration": 70746,
|
20174
20174
|
"src": "15066:17:84",
|
20175
20175
|
"typeDescriptions": {
|
20176
20176
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -20460,10 +20460,10 @@
|
|
20460
20460
|
"name": "TightCoder",
|
20461
20461
|
"nodeType": "Identifier",
|
20462
20462
|
"overloadedDeclarations": [],
|
20463
|
-
"referencedDeclaration":
|
20463
|
+
"referencedDeclaration": 70796,
|
20464
20464
|
"src": "15290:10:84",
|
20465
20465
|
"typeDescriptions": {
|
20466
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
20466
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
20467
20467
|
"typeString": "type(library TightCoder)"
|
20468
20468
|
}
|
20469
20469
|
},
|
@@ -20475,7 +20475,7 @@
|
|
20475
20475
|
"memberLocation": "15301:6:84",
|
20476
20476
|
"memberName": "encode",
|
20477
20477
|
"nodeType": "MemberAccess",
|
20478
|
-
"referencedDeclaration":
|
20478
|
+
"referencedDeclaration": 70746,
|
20479
20479
|
"src": "15290:17:84",
|
20480
20480
|
"typeDescriptions": {
|
20481
20481
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -20765,10 +20765,10 @@
|
|
20765
20765
|
"name": "TightCoder",
|
20766
20766
|
"nodeType": "Identifier",
|
20767
20767
|
"overloadedDeclarations": [],
|
20768
|
-
"referencedDeclaration":
|
20768
|
+
"referencedDeclaration": 70796,
|
20769
20769
|
"src": "15514:10:84",
|
20770
20770
|
"typeDescriptions": {
|
20771
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
20771
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
20772
20772
|
"typeString": "type(library TightCoder)"
|
20773
20773
|
}
|
20774
20774
|
},
|
@@ -20780,7 +20780,7 @@
|
|
20780
20780
|
"memberLocation": "15525:6:84",
|
20781
20781
|
"memberName": "encode",
|
20782
20782
|
"nodeType": "MemberAccess",
|
20783
|
-
"referencedDeclaration":
|
20783
|
+
"referencedDeclaration": 70746,
|
20784
20784
|
"src": "15514:17:84",
|
20785
20785
|
"typeDescriptions": {
|
20786
20786
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -21070,10 +21070,10 @@
|
|
21070
21070
|
"name": "TightCoder",
|
21071
21071
|
"nodeType": "Identifier",
|
21072
21072
|
"overloadedDeclarations": [],
|
21073
|
-
"referencedDeclaration":
|
21073
|
+
"referencedDeclaration": 70796,
|
21074
21074
|
"src": "15738:10:84",
|
21075
21075
|
"typeDescriptions": {
|
21076
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
21076
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
21077
21077
|
"typeString": "type(library TightCoder)"
|
21078
21078
|
}
|
21079
21079
|
},
|
@@ -21085,7 +21085,7 @@
|
|
21085
21085
|
"memberLocation": "15749:6:84",
|
21086
21086
|
"memberName": "encode",
|
21087
21087
|
"nodeType": "MemberAccess",
|
21088
|
-
"referencedDeclaration":
|
21088
|
+
"referencedDeclaration": 70746,
|
21089
21089
|
"src": "15738:17:84",
|
21090
21090
|
"typeDescriptions": {
|
21091
21091
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -21375,10 +21375,10 @@
|
|
21375
21375
|
"name": "TightCoder",
|
21376
21376
|
"nodeType": "Identifier",
|
21377
21377
|
"overloadedDeclarations": [],
|
21378
|
-
"referencedDeclaration":
|
21378
|
+
"referencedDeclaration": 70796,
|
21379
21379
|
"src": "15962:10:84",
|
21380
21380
|
"typeDescriptions": {
|
21381
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
21381
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
21382
21382
|
"typeString": "type(library TightCoder)"
|
21383
21383
|
}
|
21384
21384
|
},
|
@@ -21390,7 +21390,7 @@
|
|
21390
21390
|
"memberLocation": "15973:6:84",
|
21391
21391
|
"memberName": "encode",
|
21392
21392
|
"nodeType": "MemberAccess",
|
21393
|
-
"referencedDeclaration":
|
21393
|
+
"referencedDeclaration": 70746,
|
21394
21394
|
"src": "15962:17:84",
|
21395
21395
|
"typeDescriptions": {
|
21396
21396
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -21680,10 +21680,10 @@
|
|
21680
21680
|
"name": "TightCoder",
|
21681
21681
|
"nodeType": "Identifier",
|
21682
21682
|
"overloadedDeclarations": [],
|
21683
|
-
"referencedDeclaration":
|
21683
|
+
"referencedDeclaration": 70796,
|
21684
21684
|
"src": "16186:10:84",
|
21685
21685
|
"typeDescriptions": {
|
21686
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
21686
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
21687
21687
|
"typeString": "type(library TightCoder)"
|
21688
21688
|
}
|
21689
21689
|
},
|
@@ -21695,7 +21695,7 @@
|
|
21695
21695
|
"memberLocation": "16197:6:84",
|
21696
21696
|
"memberName": "encode",
|
21697
21697
|
"nodeType": "MemberAccess",
|
21698
|
-
"referencedDeclaration":
|
21698
|
+
"referencedDeclaration": 70746,
|
21699
21699
|
"src": "16186:17:84",
|
21700
21700
|
"typeDescriptions": {
|
21701
21701
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -21985,10 +21985,10 @@
|
|
21985
21985
|
"name": "TightCoder",
|
21986
21986
|
"nodeType": "Identifier",
|
21987
21987
|
"overloadedDeclarations": [],
|
21988
|
-
"referencedDeclaration":
|
21988
|
+
"referencedDeclaration": 70796,
|
21989
21989
|
"src": "16410:10:84",
|
21990
21990
|
"typeDescriptions": {
|
21991
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
21991
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
21992
21992
|
"typeString": "type(library TightCoder)"
|
21993
21993
|
}
|
21994
21994
|
},
|
@@ -22000,7 +22000,7 @@
|
|
22000
22000
|
"memberLocation": "16421:6:84",
|
22001
22001
|
"memberName": "encode",
|
22002
22002
|
"nodeType": "MemberAccess",
|
22003
|
-
"referencedDeclaration":
|
22003
|
+
"referencedDeclaration": 70746,
|
22004
22004
|
"src": "16410:17:84",
|
22005
22005
|
"typeDescriptions": {
|
22006
22006
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -22290,10 +22290,10 @@
|
|
22290
22290
|
"name": "TightCoder",
|
22291
22291
|
"nodeType": "Identifier",
|
22292
22292
|
"overloadedDeclarations": [],
|
22293
|
-
"referencedDeclaration":
|
22293
|
+
"referencedDeclaration": 70796,
|
22294
22294
|
"src": "16634:10:84",
|
22295
22295
|
"typeDescriptions": {
|
22296
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
22296
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
22297
22297
|
"typeString": "type(library TightCoder)"
|
22298
22298
|
}
|
22299
22299
|
},
|
@@ -22305,7 +22305,7 @@
|
|
22305
22305
|
"memberLocation": "16645:6:84",
|
22306
22306
|
"memberName": "encode",
|
22307
22307
|
"nodeType": "MemberAccess",
|
22308
|
-
"referencedDeclaration":
|
22308
|
+
"referencedDeclaration": 70746,
|
22309
22309
|
"src": "16634:17:84",
|
22310
22310
|
"typeDescriptions": {
|
22311
22311
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -22595,10 +22595,10 @@
|
|
22595
22595
|
"name": "TightCoder",
|
22596
22596
|
"nodeType": "Identifier",
|
22597
22597
|
"overloadedDeclarations": [],
|
22598
|
-
"referencedDeclaration":
|
22598
|
+
"referencedDeclaration": 70796,
|
22599
22599
|
"src": "16859:10:84",
|
22600
22600
|
"typeDescriptions": {
|
22601
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
22601
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
22602
22602
|
"typeString": "type(library TightCoder)"
|
22603
22603
|
}
|
22604
22604
|
},
|
@@ -22610,7 +22610,7 @@
|
|
22610
22610
|
"memberLocation": "16870:6:84",
|
22611
22611
|
"memberName": "encode",
|
22612
22612
|
"nodeType": "MemberAccess",
|
22613
|
-
"referencedDeclaration":
|
22613
|
+
"referencedDeclaration": 70746,
|
22614
22614
|
"src": "16859:17:84",
|
22615
22615
|
"typeDescriptions": {
|
22616
22616
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -22900,10 +22900,10 @@
|
|
22900
22900
|
"name": "TightCoder",
|
22901
22901
|
"nodeType": "Identifier",
|
22902
22902
|
"overloadedDeclarations": [],
|
22903
|
-
"referencedDeclaration":
|
22903
|
+
"referencedDeclaration": 70796,
|
22904
22904
|
"src": "17085:10:84",
|
22905
22905
|
"typeDescriptions": {
|
22906
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
22906
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
22907
22907
|
"typeString": "type(library TightCoder)"
|
22908
22908
|
}
|
22909
22909
|
},
|
@@ -22915,7 +22915,7 @@
|
|
22915
22915
|
"memberLocation": "17096:6:84",
|
22916
22916
|
"memberName": "encode",
|
22917
22917
|
"nodeType": "MemberAccess",
|
22918
|
-
"referencedDeclaration":
|
22918
|
+
"referencedDeclaration": 70746,
|
22919
22919
|
"src": "17085:17:84",
|
22920
22920
|
"typeDescriptions": {
|
22921
22921
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -23205,10 +23205,10 @@
|
|
23205
23205
|
"name": "TightCoder",
|
23206
23206
|
"nodeType": "Identifier",
|
23207
23207
|
"overloadedDeclarations": [],
|
23208
|
-
"referencedDeclaration":
|
23208
|
+
"referencedDeclaration": 70796,
|
23209
23209
|
"src": "17311:10:84",
|
23210
23210
|
"typeDescriptions": {
|
23211
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
23211
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
23212
23212
|
"typeString": "type(library TightCoder)"
|
23213
23213
|
}
|
23214
23214
|
},
|
@@ -23220,7 +23220,7 @@
|
|
23220
23220
|
"memberLocation": "17322:6:84",
|
23221
23221
|
"memberName": "encode",
|
23222
23222
|
"nodeType": "MemberAccess",
|
23223
|
-
"referencedDeclaration":
|
23223
|
+
"referencedDeclaration": 70746,
|
23224
23224
|
"src": "17311:17:84",
|
23225
23225
|
"typeDescriptions": {
|
23226
23226
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -23510,10 +23510,10 @@
|
|
23510
23510
|
"name": "TightCoder",
|
23511
23511
|
"nodeType": "Identifier",
|
23512
23512
|
"overloadedDeclarations": [],
|
23513
|
-
"referencedDeclaration":
|
23513
|
+
"referencedDeclaration": 70796,
|
23514
23514
|
"src": "17537:10:84",
|
23515
23515
|
"typeDescriptions": {
|
23516
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
23516
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
23517
23517
|
"typeString": "type(library TightCoder)"
|
23518
23518
|
}
|
23519
23519
|
},
|
@@ -23525,7 +23525,7 @@
|
|
23525
23525
|
"memberLocation": "17548:6:84",
|
23526
23526
|
"memberName": "encode",
|
23527
23527
|
"nodeType": "MemberAccess",
|
23528
|
-
"referencedDeclaration":
|
23528
|
+
"referencedDeclaration": 70746,
|
23529
23529
|
"src": "17537:17:84",
|
23530
23530
|
"typeDescriptions": {
|
23531
23531
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -23815,10 +23815,10 @@
|
|
23815
23815
|
"name": "TightCoder",
|
23816
23816
|
"nodeType": "Identifier",
|
23817
23817
|
"overloadedDeclarations": [],
|
23818
|
-
"referencedDeclaration":
|
23818
|
+
"referencedDeclaration": 70796,
|
23819
23819
|
"src": "17763:10:84",
|
23820
23820
|
"typeDescriptions": {
|
23821
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
23821
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
23822
23822
|
"typeString": "type(library TightCoder)"
|
23823
23823
|
}
|
23824
23824
|
},
|
@@ -23830,7 +23830,7 @@
|
|
23830
23830
|
"memberLocation": "17774:6:84",
|
23831
23831
|
"memberName": "encode",
|
23832
23832
|
"nodeType": "MemberAccess",
|
23833
|
-
"referencedDeclaration":
|
23833
|
+
"referencedDeclaration": 70746,
|
23834
23834
|
"src": "17763:17:84",
|
23835
23835
|
"typeDescriptions": {
|
23836
23836
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -24120,10 +24120,10 @@
|
|
24120
24120
|
"name": "TightCoder",
|
24121
24121
|
"nodeType": "Identifier",
|
24122
24122
|
"overloadedDeclarations": [],
|
24123
|
-
"referencedDeclaration":
|
24123
|
+
"referencedDeclaration": 70796,
|
24124
24124
|
"src": "17989:10:84",
|
24125
24125
|
"typeDescriptions": {
|
24126
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
24126
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
24127
24127
|
"typeString": "type(library TightCoder)"
|
24128
24128
|
}
|
24129
24129
|
},
|
@@ -24135,7 +24135,7 @@
|
|
24135
24135
|
"memberLocation": "18000:6:84",
|
24136
24136
|
"memberName": "encode",
|
24137
24137
|
"nodeType": "MemberAccess",
|
24138
|
-
"referencedDeclaration":
|
24138
|
+
"referencedDeclaration": 70746,
|
24139
24139
|
"src": "17989:17:84",
|
24140
24140
|
"typeDescriptions": {
|
24141
24141
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -24425,10 +24425,10 @@
|
|
24425
24425
|
"name": "TightCoder",
|
24426
24426
|
"nodeType": "Identifier",
|
24427
24427
|
"overloadedDeclarations": [],
|
24428
|
-
"referencedDeclaration":
|
24428
|
+
"referencedDeclaration": 70796,
|
24429
24429
|
"src": "18215:10:84",
|
24430
24430
|
"typeDescriptions": {
|
24431
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
24431
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
24432
24432
|
"typeString": "type(library TightCoder)"
|
24433
24433
|
}
|
24434
24434
|
},
|
@@ -24440,7 +24440,7 @@
|
|
24440
24440
|
"memberLocation": "18226:6:84",
|
24441
24441
|
"memberName": "encode",
|
24442
24442
|
"nodeType": "MemberAccess",
|
24443
|
-
"referencedDeclaration":
|
24443
|
+
"referencedDeclaration": 70746,
|
24444
24444
|
"src": "18215:17:84",
|
24445
24445
|
"typeDescriptions": {
|
24446
24446
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -24730,10 +24730,10 @@
|
|
24730
24730
|
"name": "TightCoder",
|
24731
24731
|
"nodeType": "Identifier",
|
24732
24732
|
"overloadedDeclarations": [],
|
24733
|
-
"referencedDeclaration":
|
24733
|
+
"referencedDeclaration": 70796,
|
24734
24734
|
"src": "18441:10:84",
|
24735
24735
|
"typeDescriptions": {
|
24736
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
24736
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
24737
24737
|
"typeString": "type(library TightCoder)"
|
24738
24738
|
}
|
24739
24739
|
},
|
@@ -24745,7 +24745,7 @@
|
|
24745
24745
|
"memberLocation": "18452:6:84",
|
24746
24746
|
"memberName": "encode",
|
24747
24747
|
"nodeType": "MemberAccess",
|
24748
|
-
"referencedDeclaration":
|
24748
|
+
"referencedDeclaration": 70746,
|
24749
24749
|
"src": "18441:17:84",
|
24750
24750
|
"typeDescriptions": {
|
24751
24751
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -25035,10 +25035,10 @@
|
|
25035
25035
|
"name": "TightCoder",
|
25036
25036
|
"nodeType": "Identifier",
|
25037
25037
|
"overloadedDeclarations": [],
|
25038
|
-
"referencedDeclaration":
|
25038
|
+
"referencedDeclaration": 70796,
|
25039
25039
|
"src": "18667:10:84",
|
25040
25040
|
"typeDescriptions": {
|
25041
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
25041
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
25042
25042
|
"typeString": "type(library TightCoder)"
|
25043
25043
|
}
|
25044
25044
|
},
|
@@ -25050,7 +25050,7 @@
|
|
25050
25050
|
"memberLocation": "18678:6:84",
|
25051
25051
|
"memberName": "encode",
|
25052
25052
|
"nodeType": "MemberAccess",
|
25053
|
-
"referencedDeclaration":
|
25053
|
+
"referencedDeclaration": 70746,
|
25054
25054
|
"src": "18667:17:84",
|
25055
25055
|
"typeDescriptions": {
|
25056
25056
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -25340,10 +25340,10 @@
|
|
25340
25340
|
"name": "TightCoder",
|
25341
25341
|
"nodeType": "Identifier",
|
25342
25342
|
"overloadedDeclarations": [],
|
25343
|
-
"referencedDeclaration":
|
25343
|
+
"referencedDeclaration": 70796,
|
25344
25344
|
"src": "18893:10:84",
|
25345
25345
|
"typeDescriptions": {
|
25346
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
25346
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
25347
25347
|
"typeString": "type(library TightCoder)"
|
25348
25348
|
}
|
25349
25349
|
},
|
@@ -25355,7 +25355,7 @@
|
|
25355
25355
|
"memberLocation": "18904:6:84",
|
25356
25356
|
"memberName": "encode",
|
25357
25357
|
"nodeType": "MemberAccess",
|
25358
|
-
"referencedDeclaration":
|
25358
|
+
"referencedDeclaration": 70746,
|
25359
25359
|
"src": "18893:17:84",
|
25360
25360
|
"typeDescriptions": {
|
25361
25361
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -25645,10 +25645,10 @@
|
|
25645
25645
|
"name": "TightCoder",
|
25646
25646
|
"nodeType": "Identifier",
|
25647
25647
|
"overloadedDeclarations": [],
|
25648
|
-
"referencedDeclaration":
|
25648
|
+
"referencedDeclaration": 70796,
|
25649
25649
|
"src": "19119:10:84",
|
25650
25650
|
"typeDescriptions": {
|
25651
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
25651
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
25652
25652
|
"typeString": "type(library TightCoder)"
|
25653
25653
|
}
|
25654
25654
|
},
|
@@ -25660,7 +25660,7 @@
|
|
25660
25660
|
"memberLocation": "19130:6:84",
|
25661
25661
|
"memberName": "encode",
|
25662
25662
|
"nodeType": "MemberAccess",
|
25663
|
-
"referencedDeclaration":
|
25663
|
+
"referencedDeclaration": 70746,
|
25664
25664
|
"src": "19119:17:84",
|
25665
25665
|
"typeDescriptions": {
|
25666
25666
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -25950,10 +25950,10 @@
|
|
25950
25950
|
"name": "TightCoder",
|
25951
25951
|
"nodeType": "Identifier",
|
25952
25952
|
"overloadedDeclarations": [],
|
25953
|
-
"referencedDeclaration":
|
25953
|
+
"referencedDeclaration": 70796,
|
25954
25954
|
"src": "19345:10:84",
|
25955
25955
|
"typeDescriptions": {
|
25956
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
25956
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
25957
25957
|
"typeString": "type(library TightCoder)"
|
25958
25958
|
}
|
25959
25959
|
},
|
@@ -25965,7 +25965,7 @@
|
|
25965
25965
|
"memberLocation": "19356:6:84",
|
25966
25966
|
"memberName": "encode",
|
25967
25967
|
"nodeType": "MemberAccess",
|
25968
|
-
"referencedDeclaration":
|
25968
|
+
"referencedDeclaration": 70746,
|
25969
25969
|
"src": "19345:17:84",
|
25970
25970
|
"typeDescriptions": {
|
25971
25971
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -26255,10 +26255,10 @@
|
|
26255
26255
|
"name": "TightCoder",
|
26256
26256
|
"nodeType": "Identifier",
|
26257
26257
|
"overloadedDeclarations": [],
|
26258
|
-
"referencedDeclaration":
|
26258
|
+
"referencedDeclaration": 70796,
|
26259
26259
|
"src": "19571:10:84",
|
26260
26260
|
"typeDescriptions": {
|
26261
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
26261
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
26262
26262
|
"typeString": "type(library TightCoder)"
|
26263
26263
|
}
|
26264
26264
|
},
|
@@ -26270,7 +26270,7 @@
|
|
26270
26270
|
"memberLocation": "19582:6:84",
|
26271
26271
|
"memberName": "encode",
|
26272
26272
|
"nodeType": "MemberAccess",
|
26273
|
-
"referencedDeclaration":
|
26273
|
+
"referencedDeclaration": 70746,
|
26274
26274
|
"src": "19571:17:84",
|
26275
26275
|
"typeDescriptions": {
|
26276
26276
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -26560,10 +26560,10 @@
|
|
26560
26560
|
"name": "TightCoder",
|
26561
26561
|
"nodeType": "Identifier",
|
26562
26562
|
"overloadedDeclarations": [],
|
26563
|
-
"referencedDeclaration":
|
26563
|
+
"referencedDeclaration": 70796,
|
26564
26564
|
"src": "19797:10:84",
|
26565
26565
|
"typeDescriptions": {
|
26566
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
26566
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
26567
26567
|
"typeString": "type(library TightCoder)"
|
26568
26568
|
}
|
26569
26569
|
},
|
@@ -26575,7 +26575,7 @@
|
|
26575
26575
|
"memberLocation": "19808:6:84",
|
26576
26576
|
"memberName": "encode",
|
26577
26577
|
"nodeType": "MemberAccess",
|
26578
|
-
"referencedDeclaration":
|
26578
|
+
"referencedDeclaration": 70746,
|
26579
26579
|
"src": "19797:17:84",
|
26580
26580
|
"typeDescriptions": {
|
26581
26581
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -26865,10 +26865,10 @@
|
|
26865
26865
|
"name": "TightCoder",
|
26866
26866
|
"nodeType": "Identifier",
|
26867
26867
|
"overloadedDeclarations": [],
|
26868
|
-
"referencedDeclaration":
|
26868
|
+
"referencedDeclaration": 70796,
|
26869
26869
|
"src": "20023:10:84",
|
26870
26870
|
"typeDescriptions": {
|
26871
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
26871
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
26872
26872
|
"typeString": "type(library TightCoder)"
|
26873
26873
|
}
|
26874
26874
|
},
|
@@ -26880,7 +26880,7 @@
|
|
26880
26880
|
"memberLocation": "20034:6:84",
|
26881
26881
|
"memberName": "encode",
|
26882
26882
|
"nodeType": "MemberAccess",
|
26883
|
-
"referencedDeclaration":
|
26883
|
+
"referencedDeclaration": 70746,
|
26884
26884
|
"src": "20023:17:84",
|
26885
26885
|
"typeDescriptions": {
|
26886
26886
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -27170,10 +27170,10 @@
|
|
27170
27170
|
"name": "TightCoder",
|
27171
27171
|
"nodeType": "Identifier",
|
27172
27172
|
"overloadedDeclarations": [],
|
27173
|
-
"referencedDeclaration":
|
27173
|
+
"referencedDeclaration": 70796,
|
27174
27174
|
"src": "20249:10:84",
|
27175
27175
|
"typeDescriptions": {
|
27176
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
27176
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
27177
27177
|
"typeString": "type(library TightCoder)"
|
27178
27178
|
}
|
27179
27179
|
},
|
@@ -27185,7 +27185,7 @@
|
|
27185
27185
|
"memberLocation": "20260:6:84",
|
27186
27186
|
"memberName": "encode",
|
27187
27187
|
"nodeType": "MemberAccess",
|
27188
|
-
"referencedDeclaration":
|
27188
|
+
"referencedDeclaration": 70746,
|
27189
27189
|
"src": "20249:17:84",
|
27190
27190
|
"typeDescriptions": {
|
27191
27191
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -27475,10 +27475,10 @@
|
|
27475
27475
|
"name": "TightCoder",
|
27476
27476
|
"nodeType": "Identifier",
|
27477
27477
|
"overloadedDeclarations": [],
|
27478
|
-
"referencedDeclaration":
|
27478
|
+
"referencedDeclaration": 70796,
|
27479
27479
|
"src": "20475:10:84",
|
27480
27480
|
"typeDescriptions": {
|
27481
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
27481
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
27482
27482
|
"typeString": "type(library TightCoder)"
|
27483
27483
|
}
|
27484
27484
|
},
|
@@ -27490,7 +27490,7 @@
|
|
27490
27490
|
"memberLocation": "20486:6:84",
|
27491
27491
|
"memberName": "encode",
|
27492
27492
|
"nodeType": "MemberAccess",
|
27493
|
-
"referencedDeclaration":
|
27493
|
+
"referencedDeclaration": 70746,
|
27494
27494
|
"src": "20475:17:84",
|
27495
27495
|
"typeDescriptions": {
|
27496
27496
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -27780,10 +27780,10 @@
|
|
27780
27780
|
"name": "TightCoder",
|
27781
27781
|
"nodeType": "Identifier",
|
27782
27782
|
"overloadedDeclarations": [],
|
27783
|
-
"referencedDeclaration":
|
27783
|
+
"referencedDeclaration": 70796,
|
27784
27784
|
"src": "20701:10:84",
|
27785
27785
|
"typeDescriptions": {
|
27786
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
27786
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
27787
27787
|
"typeString": "type(library TightCoder)"
|
27788
27788
|
}
|
27789
27789
|
},
|
@@ -27795,7 +27795,7 @@
|
|
27795
27795
|
"memberLocation": "20712:6:84",
|
27796
27796
|
"memberName": "encode",
|
27797
27797
|
"nodeType": "MemberAccess",
|
27798
|
-
"referencedDeclaration":
|
27798
|
+
"referencedDeclaration": 70746,
|
27799
27799
|
"src": "20701:17:84",
|
27800
27800
|
"typeDescriptions": {
|
27801
27801
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -28085,10 +28085,10 @@
|
|
28085
28085
|
"name": "TightCoder",
|
28086
28086
|
"nodeType": "Identifier",
|
28087
28087
|
"overloadedDeclarations": [],
|
28088
|
-
"referencedDeclaration":
|
28088
|
+
"referencedDeclaration": 70796,
|
28089
28089
|
"src": "20927:10:84",
|
28090
28090
|
"typeDescriptions": {
|
28091
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
28091
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
28092
28092
|
"typeString": "type(library TightCoder)"
|
28093
28093
|
}
|
28094
28094
|
},
|
@@ -28100,7 +28100,7 @@
|
|
28100
28100
|
"memberLocation": "20938:6:84",
|
28101
28101
|
"memberName": "encode",
|
28102
28102
|
"nodeType": "MemberAccess",
|
28103
|
-
"referencedDeclaration":
|
28103
|
+
"referencedDeclaration": 70746,
|
28104
28104
|
"src": "20927:17:84",
|
28105
28105
|
"typeDescriptions": {
|
28106
28106
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -28390,10 +28390,10 @@
|
|
28390
28390
|
"name": "TightCoder",
|
28391
28391
|
"nodeType": "Identifier",
|
28392
28392
|
"overloadedDeclarations": [],
|
28393
|
-
"referencedDeclaration":
|
28393
|
+
"referencedDeclaration": 70796,
|
28394
28394
|
"src": "21153:10:84",
|
28395
28395
|
"typeDescriptions": {
|
28396
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
28396
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
28397
28397
|
"typeString": "type(library TightCoder)"
|
28398
28398
|
}
|
28399
28399
|
},
|
@@ -28405,7 +28405,7 @@
|
|
28405
28405
|
"memberLocation": "21164:6:84",
|
28406
28406
|
"memberName": "encode",
|
28407
28407
|
"nodeType": "MemberAccess",
|
28408
|
-
"referencedDeclaration":
|
28408
|
+
"referencedDeclaration": 70746,
|
28409
28409
|
"src": "21153:17:84",
|
28410
28410
|
"typeDescriptions": {
|
28411
28411
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -28695,10 +28695,10 @@
|
|
28695
28695
|
"name": "TightCoder",
|
28696
28696
|
"nodeType": "Identifier",
|
28697
28697
|
"overloadedDeclarations": [],
|
28698
|
-
"referencedDeclaration":
|
28698
|
+
"referencedDeclaration": 70796,
|
28699
28699
|
"src": "21379:10:84",
|
28700
28700
|
"typeDescriptions": {
|
28701
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
28701
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
28702
28702
|
"typeString": "type(library TightCoder)"
|
28703
28703
|
}
|
28704
28704
|
},
|
@@ -28710,7 +28710,7 @@
|
|
28710
28710
|
"memberLocation": "21390:6:84",
|
28711
28711
|
"memberName": "encode",
|
28712
28712
|
"nodeType": "MemberAccess",
|
28713
|
-
"referencedDeclaration":
|
28713
|
+
"referencedDeclaration": 70746,
|
28714
28714
|
"src": "21379:17:84",
|
28715
28715
|
"typeDescriptions": {
|
28716
28716
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -29000,10 +29000,10 @@
|
|
29000
29000
|
"name": "TightCoder",
|
29001
29001
|
"nodeType": "Identifier",
|
29002
29002
|
"overloadedDeclarations": [],
|
29003
|
-
"referencedDeclaration":
|
29003
|
+
"referencedDeclaration": 70796,
|
29004
29004
|
"src": "21605:10:84",
|
29005
29005
|
"typeDescriptions": {
|
29006
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
29006
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
29007
29007
|
"typeString": "type(library TightCoder)"
|
29008
29008
|
}
|
29009
29009
|
},
|
@@ -29015,7 +29015,7 @@
|
|
29015
29015
|
"memberLocation": "21616:6:84",
|
29016
29016
|
"memberName": "encode",
|
29017
29017
|
"nodeType": "MemberAccess",
|
29018
|
-
"referencedDeclaration":
|
29018
|
+
"referencedDeclaration": 70746,
|
29019
29019
|
"src": "21605:17:84",
|
29020
29020
|
"typeDescriptions": {
|
29021
29021
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -29305,10 +29305,10 @@
|
|
29305
29305
|
"name": "TightCoder",
|
29306
29306
|
"nodeType": "Identifier",
|
29307
29307
|
"overloadedDeclarations": [],
|
29308
|
-
"referencedDeclaration":
|
29308
|
+
"referencedDeclaration": 70796,
|
29309
29309
|
"src": "21831:10:84",
|
29310
29310
|
"typeDescriptions": {
|
29311
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
29311
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
29312
29312
|
"typeString": "type(library TightCoder)"
|
29313
29313
|
}
|
29314
29314
|
},
|
@@ -29320,7 +29320,7 @@
|
|
29320
29320
|
"memberLocation": "21842:6:84",
|
29321
29321
|
"memberName": "encode",
|
29322
29322
|
"nodeType": "MemberAccess",
|
29323
|
-
"referencedDeclaration":
|
29323
|
+
"referencedDeclaration": 70746,
|
29324
29324
|
"src": "21831:17:84",
|
29325
29325
|
"typeDescriptions": {
|
29326
29326
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -29610,10 +29610,10 @@
|
|
29610
29610
|
"name": "TightCoder",
|
29611
29611
|
"nodeType": "Identifier",
|
29612
29612
|
"overloadedDeclarations": [],
|
29613
|
-
"referencedDeclaration":
|
29613
|
+
"referencedDeclaration": 70796,
|
29614
29614
|
"src": "22054:10:84",
|
29615
29615
|
"typeDescriptions": {
|
29616
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
29616
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
29617
29617
|
"typeString": "type(library TightCoder)"
|
29618
29618
|
}
|
29619
29619
|
},
|
@@ -29625,7 +29625,7 @@
|
|
29625
29625
|
"memberLocation": "22065:6:84",
|
29626
29626
|
"memberName": "encode",
|
29627
29627
|
"nodeType": "MemberAccess",
|
29628
|
-
"referencedDeclaration":
|
29628
|
+
"referencedDeclaration": 70746,
|
29629
29629
|
"src": "22054:17:84",
|
29630
29630
|
"typeDescriptions": {
|
29631
29631
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|
@@ -29915,10 +29915,10 @@
|
|
29915
29915
|
"name": "TightCoder",
|
29916
29916
|
"nodeType": "Identifier",
|
29917
29917
|
"overloadedDeclarations": [],
|
29918
|
-
"referencedDeclaration":
|
29918
|
+
"referencedDeclaration": 70796,
|
29919
29919
|
"src": "22281:10:84",
|
29920
29920
|
"typeDescriptions": {
|
29921
|
-
"typeIdentifier": "t_type$_t_contract$_TightCoder_$
|
29921
|
+
"typeIdentifier": "t_type$_t_contract$_TightCoder_$70796_$",
|
29922
29922
|
"typeString": "type(library TightCoder)"
|
29923
29923
|
}
|
29924
29924
|
},
|
@@ -29930,7 +29930,7 @@
|
|
29930
29930
|
"memberLocation": "22292:6:84",
|
29931
29931
|
"memberName": "encode",
|
29932
29932
|
"nodeType": "MemberAccess",
|
29933
|
-
"referencedDeclaration":
|
29933
|
+
"referencedDeclaration": 70746,
|
29934
29934
|
"src": "22281:17:84",
|
29935
29935
|
"typeDescriptions": {
|
29936
29936
|
"typeIdentifier": "t_function_internal_pure$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_uint256_$_t_uint256_$returns$_t_bytes_memory_ptr_$",
|