@superfluid-finance/ethereum-contracts 1.3.2-dev.bf84335.0 → 1.3.2-dev.ccb1898.0
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/build/contracts/AccessControl.json +1 -1
- package/build/contracts/AccessControlEnumerable.json +1 -1
- package/build/contracts/Address.json +1 -1
- package/build/contracts/AgreementBase.json +18 -18
- package/build/contracts/AgreementLibrary.json +1272 -1183
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +211 -211
- package/build/contracts/BatchOperation.json +599 -599
- package/build/contracts/CFAv1Library.json +2282 -2282
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +2472 -2472
- package/build/contracts/ConstantFlowAgreementV1.json +12931 -13308
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +599 -599
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +20 -20
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC1820RegistryCompiled.json +22 -22
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +380 -380
- package/build/contracts/ERC777RecipientDrainingGas.json +858 -858
- package/build/contracts/ERC777RecipientReverting.json +858 -858
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +2473 -2473
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +2473 -2473
- package/build/contracts/FlowOperatorDefinitions.json +599 -599
- package/build/contracts/FullUpgradableSuperTokenProxy.json +115 -115
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +567 -567
- package/build/contracts/IDAv1Library.json +2614 -2614
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Metadata.json +1 -1
- package/build/contracts/IERC20Permit.json +1 -1
- package/build/contracts/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
- package/build/contracts/IMaticBridgedNativeSuperToken.json +63 -63
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +63 -63
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +43 -43
- package/build/contracts/IPureSuperTokenCustom.json +43 -43
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +48 -48
- package/build/contracts/ISETHCustom.json +48 -48
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +192 -192
- package/build/contracts/ISuperToken.json +524 -524
- package/build/contracts/ISuperTokenFactory.json +161 -161
- package/build/contracts/ISuperfluid.json +1145 -1178
- package/build/contracts/ISuperfluidGovernance.json +243 -243
- package/build/contracts/ISuperfluidToken.json +389 -389
- package/build/contracts/ITOGAv1.json +1442 -1442
- package/build/contracts/ITOGAv2.json +1442 -1442
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +5820 -5820
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +231 -231
- package/build/contracts/NonClosableOutflowTestApp.json +2473 -2473
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Pausable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/PureSuperToken.json +109 -109
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +227 -227
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +2472 -2472
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +748 -748
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +240 -240
- package/build/contracts/SuperAppDefinitions.json +599 -599
- package/build/contracts/SuperToken.json +4732 -4732
- package/build/contracts/SuperTokenFactory.json +750 -750
- package/build/contracts/SuperTokenFactoryBase.json +738 -738
- package/build/contracts/SuperTokenFactoryHelper.json +743 -743
- package/build/contracts/SuperUpgrader.json +440 -440
- package/build/contracts/Superfluid.json +15366 -16050
- package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
- package/build/contracts/SuperfluidGovernanceBase.json +2233 -2233
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +149 -149
- package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
- package/build/contracts/SuperfluidLoader.json +210 -210
- package/build/contracts/SuperfluidToken.json +2420 -2420
- package/build/contracts/TOGA.json +1461 -1461
- package/build/contracts/TestGovernance.json +248 -248
- package/build/contracts/TestToken.json +93 -93
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UUPSProxiable.json +139 -139
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +6 -6
- package/contracts/agreements/AgreementLibrary.sol +39 -15
- package/contracts/agreements/ConstantFlowAgreementV1.sol +65 -53
- package/contracts/interfaces/superfluid/ISuperfluid.sol +29 -23
- package/contracts/mocks/AgreementMock.sol +2 -2
- package/contracts/mocks/CFAAppMocks.sol +1 -1
- package/contracts/mocks/MultiFlowTesterApp.sol +13 -12
- package/contracts/mocks/SuperTokenMock.sol +2 -2
- package/contracts/mocks/SuperfluidMock.sol +9 -9
- package/contracts/superfluid/Superfluid.sol +34 -38
- package/contracts/superfluid/SuperfluidToken.sol +14 -14
- package/package.json +2 -2
- package/scripts/deploy-mfa.ts +27 -0
- package/scripts/libs/getConfig.js +14 -0
- package/utils/README.md +18 -0
- package/utils/mfa-tester.html +687 -0
|
@@ -15,15 +15,15 @@
|
|
|
15
15
|
"absolutePath": "project:/contracts/libs/FixedSizeData.sol",
|
|
16
16
|
"exportedSymbols": {
|
|
17
17
|
"FixedSizeData": [
|
|
18
|
-
|
|
18
|
+
21237
|
|
19
19
|
]
|
|
20
20
|
},
|
|
21
|
-
"id":
|
|
21
|
+
"id": 21238,
|
|
22
22
|
"license": "AGPLv3",
|
|
23
23
|
"nodeType": "SourceUnit",
|
|
24
24
|
"nodes": [
|
|
25
25
|
{
|
|
26
|
-
"id":
|
|
26
|
+
"id": 21104,
|
|
27
27
|
"literals": [
|
|
28
28
|
"solidity",
|
|
29
29
|
"0.8",
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"contractDependencies": [],
|
|
40
40
|
"contractKind": "library",
|
|
41
41
|
"documentation": {
|
|
42
|
-
"id":
|
|
42
|
+
"id": 21105,
|
|
43
43
|
"nodeType": "StructuredDocumentation",
|
|
44
44
|
"src": "60:550:64",
|
|
45
45
|
"text": " @title Utilities for fixed size data in storage\n @author Superfluid\n When using solidity dynamic array, first word is used to store the length\n of the array. For use cases that the length doesn't change, it is better\n to use a fixed size data premitive.\n To use this library:\n - The pointer to the storage is `slot`, the user could use `keccak256(abi.encode(...))`\n scheme to create collision-free slot ID for locating the data.\n - To load data, or erase data and get all gas refund, data length is always required."
|
|
46
46
|
},
|
|
47
47
|
"fullyImplemented": true,
|
|
48
|
-
"id":
|
|
48
|
+
"id": 21237,
|
|
49
49
|
"linearizedBaseContracts": [
|
|
50
|
-
|
|
50
|
+
21237
|
|
51
51
|
],
|
|
52
52
|
"name": "FixedSizeData",
|
|
53
53
|
"nameLocation": "619:13:64",
|
|
@@ -55,29 +55,29 @@
|
|
|
55
55
|
"nodes": [
|
|
56
56
|
{
|
|
57
57
|
"body": {
|
|
58
|
-
"id":
|
|
58
|
+
"id": 21134,
|
|
59
59
|
"nodeType": "Block",
|
|
60
60
|
"src": "766:148:64",
|
|
61
61
|
"statements": [
|
|
62
62
|
{
|
|
63
63
|
"body": {
|
|
64
|
-
"id":
|
|
64
|
+
"id": 21132,
|
|
65
65
|
"nodeType": "Block",
|
|
66
66
|
"src": "815:93:64",
|
|
67
67
|
"statements": [
|
|
68
68
|
{
|
|
69
69
|
"assignments": [
|
|
70
|
-
|
|
70
|
+
21126
|
|
71
71
|
],
|
|
72
72
|
"declarations": [
|
|
73
73
|
{
|
|
74
74
|
"constant": false,
|
|
75
|
-
"id":
|
|
75
|
+
"id": 21126,
|
|
76
76
|
"mutability": "mutable",
|
|
77
77
|
"name": "d",
|
|
78
78
|
"nameLocation": "837:1:64",
|
|
79
79
|
"nodeType": "VariableDeclaration",
|
|
80
|
-
"scope":
|
|
80
|
+
"scope": 21132,
|
|
81
81
|
"src": "829:9:64",
|
|
82
82
|
"stateVariable": false,
|
|
83
83
|
"storageLocation": "default",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"typeString": "bytes32"
|
|
87
87
|
},
|
|
88
88
|
"typeName": {
|
|
89
|
-
"id":
|
|
89
|
+
"id": 21125,
|
|
90
90
|
"name": "bytes32",
|
|
91
91
|
"nodeType": "ElementaryTypeName",
|
|
92
92
|
"src": "829:7:64",
|
|
@@ -98,27 +98,27 @@
|
|
|
98
98
|
"visibility": "internal"
|
|
99
99
|
}
|
|
100
100
|
],
|
|
101
|
-
"id":
|
|
101
|
+
"id": 21130,
|
|
102
102
|
"initialValue": {
|
|
103
103
|
"baseExpression": {
|
|
104
|
-
"id":
|
|
104
|
+
"id": 21127,
|
|
105
105
|
"name": "data",
|
|
106
106
|
"nodeType": "Identifier",
|
|
107
107
|
"overloadedDeclarations": [],
|
|
108
|
-
"referencedDeclaration":
|
|
108
|
+
"referencedDeclaration": 21111,
|
|
109
109
|
"src": "841:4:64",
|
|
110
110
|
"typeDescriptions": {
|
|
111
111
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
|
112
112
|
"typeString": "bytes32[] memory"
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
|
-
"id":
|
|
115
|
+
"id": 21129,
|
|
116
116
|
"indexExpression": {
|
|
117
|
-
"id":
|
|
117
|
+
"id": 21128,
|
|
118
118
|
"name": "j",
|
|
119
119
|
"nodeType": "Identifier",
|
|
120
120
|
"overloadedDeclarations": [],
|
|
121
|
-
"referencedDeclaration":
|
|
121
|
+
"referencedDeclaration": 21115,
|
|
122
122
|
"src": "846:1:64",
|
|
123
123
|
"typeDescriptions": {
|
|
124
124
|
"typeIdentifier": "t_uint256",
|
|
@@ -190,28 +190,28 @@
|
|
|
190
190
|
"evmVersion": "london",
|
|
191
191
|
"externalReferences": [
|
|
192
192
|
{
|
|
193
|
-
"declaration":
|
|
193
|
+
"declaration": 21126,
|
|
194
194
|
"isOffset": false,
|
|
195
195
|
"isSlot": false,
|
|
196
196
|
"src": "894:1:64",
|
|
197
197
|
"valueSize": 1
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
|
-
"declaration":
|
|
200
|
+
"declaration": 21115,
|
|
201
201
|
"isOffset": false,
|
|
202
202
|
"isSlot": false,
|
|
203
203
|
"src": "890:1:64",
|
|
204
204
|
"valueSize": 1
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
|
-
"declaration":
|
|
207
|
+
"declaration": 21108,
|
|
208
208
|
"isOffset": false,
|
|
209
209
|
"isSlot": false,
|
|
210
210
|
"src": "884:4:64",
|
|
211
211
|
"valueSize": 1
|
|
212
212
|
}
|
|
213
213
|
],
|
|
214
|
-
"id":
|
|
214
|
+
"id": 21131,
|
|
215
215
|
"nodeType": "InlineAssembly",
|
|
216
216
|
"src": "862:36:64"
|
|
217
217
|
}
|
|
@@ -222,17 +222,17 @@
|
|
|
222
222
|
"typeIdentifier": "t_uint256",
|
|
223
223
|
"typeString": "uint256"
|
|
224
224
|
},
|
|
225
|
-
"id":
|
|
225
|
+
"id": 21121,
|
|
226
226
|
"isConstant": false,
|
|
227
227
|
"isLValue": false,
|
|
228
228
|
"isPure": false,
|
|
229
229
|
"lValueRequested": false,
|
|
230
230
|
"leftExpression": {
|
|
231
|
-
"id":
|
|
231
|
+
"id": 21118,
|
|
232
232
|
"name": "j",
|
|
233
233
|
"nodeType": "Identifier",
|
|
234
234
|
"overloadedDeclarations": [],
|
|
235
|
-
"referencedDeclaration":
|
|
235
|
+
"referencedDeclaration": 21115,
|
|
236
236
|
"src": "793:1:64",
|
|
237
237
|
"typeDescriptions": {
|
|
238
238
|
"typeIdentifier": "t_uint256",
|
|
@@ -243,18 +243,18 @@
|
|
|
243
243
|
"operator": "<",
|
|
244
244
|
"rightExpression": {
|
|
245
245
|
"expression": {
|
|
246
|
-
"id":
|
|
246
|
+
"id": 21119,
|
|
247
247
|
"name": "data",
|
|
248
248
|
"nodeType": "Identifier",
|
|
249
249
|
"overloadedDeclarations": [],
|
|
250
|
-
"referencedDeclaration":
|
|
250
|
+
"referencedDeclaration": 21111,
|
|
251
251
|
"src": "797:4:64",
|
|
252
252
|
"typeDescriptions": {
|
|
253
253
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
|
254
254
|
"typeString": "bytes32[] memory"
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
|
-
"id":
|
|
257
|
+
"id": 21120,
|
|
258
258
|
"isConstant": false,
|
|
259
259
|
"isLValue": false,
|
|
260
260
|
"isPure": false,
|
|
@@ -273,20 +273,20 @@
|
|
|
273
273
|
"typeString": "bool"
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
|
-
"id":
|
|
276
|
+
"id": 21133,
|
|
277
277
|
"initializationExpression": {
|
|
278
278
|
"assignments": [
|
|
279
|
-
|
|
279
|
+
21115
|
|
280
280
|
],
|
|
281
281
|
"declarations": [
|
|
282
282
|
{
|
|
283
283
|
"constant": false,
|
|
284
|
-
"id":
|
|
284
|
+
"id": 21115,
|
|
285
285
|
"mutability": "mutable",
|
|
286
286
|
"name": "j",
|
|
287
287
|
"nameLocation": "786:1:64",
|
|
288
288
|
"nodeType": "VariableDeclaration",
|
|
289
|
-
"scope":
|
|
289
|
+
"scope": 21133,
|
|
290
290
|
"src": "781:6:64",
|
|
291
291
|
"stateVariable": false,
|
|
292
292
|
"storageLocation": "default",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"typeString": "uint256"
|
|
296
296
|
},
|
|
297
297
|
"typeName": {
|
|
298
|
-
"id":
|
|
298
|
+
"id": 21114,
|
|
299
299
|
"name": "uint",
|
|
300
300
|
"nodeType": "ElementaryTypeName",
|
|
301
301
|
"src": "781:4:64",
|
|
@@ -307,10 +307,10 @@
|
|
|
307
307
|
"visibility": "internal"
|
|
308
308
|
}
|
|
309
309
|
],
|
|
310
|
-
"id":
|
|
310
|
+
"id": 21117,
|
|
311
311
|
"initialValue": {
|
|
312
312
|
"hexValue": "30",
|
|
313
|
-
"id":
|
|
313
|
+
"id": 21116,
|
|
314
314
|
"isConstant": false,
|
|
315
315
|
"isLValue": false,
|
|
316
316
|
"isPure": true,
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
},
|
|
330
330
|
"loopExpression": {
|
|
331
331
|
"expression": {
|
|
332
|
-
"id":
|
|
332
|
+
"id": 21123,
|
|
333
333
|
"isConstant": false,
|
|
334
334
|
"isLValue": false,
|
|
335
335
|
"isPure": false,
|
|
@@ -339,11 +339,11 @@
|
|
|
339
339
|
"prefix": true,
|
|
340
340
|
"src": "810:3:64",
|
|
341
341
|
"subExpression": {
|
|
342
|
-
"id":
|
|
342
|
+
"id": 21122,
|
|
343
343
|
"name": "j",
|
|
344
344
|
"nodeType": "Identifier",
|
|
345
345
|
"overloadedDeclarations": [],
|
|
346
|
-
"referencedDeclaration":
|
|
346
|
+
"referencedDeclaration": 21115,
|
|
347
347
|
"src": "812:1:64",
|
|
348
348
|
"typeDescriptions": {
|
|
349
349
|
"typeIdentifier": "t_uint256",
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
"typeString": "uint256"
|
|
356
356
|
}
|
|
357
357
|
},
|
|
358
|
-
"id":
|
|
358
|
+
"id": 21124,
|
|
359
359
|
"nodeType": "ExpressionStatement",
|
|
360
360
|
"src": "810:3:64"
|
|
361
361
|
},
|
|
@@ -365,12 +365,12 @@
|
|
|
365
365
|
]
|
|
366
366
|
},
|
|
367
367
|
"documentation": {
|
|
368
|
-
"id":
|
|
368
|
+
"id": 21106,
|
|
369
369
|
"nodeType": "StructuredDocumentation",
|
|
370
370
|
"src": "640:56:64",
|
|
371
371
|
"text": " @dev Store data to the slot at `slot`"
|
|
372
372
|
},
|
|
373
|
-
"id":
|
|
373
|
+
"id": 21135,
|
|
374
374
|
"implemented": true,
|
|
375
375
|
"kind": "function",
|
|
376
376
|
"modifiers": [],
|
|
@@ -378,17 +378,17 @@
|
|
|
378
378
|
"nameLocation": "710:9:64",
|
|
379
379
|
"nodeType": "FunctionDefinition",
|
|
380
380
|
"parameters": {
|
|
381
|
-
"id":
|
|
381
|
+
"id": 21112,
|
|
382
382
|
"nodeType": "ParameterList",
|
|
383
383
|
"parameters": [
|
|
384
384
|
{
|
|
385
385
|
"constant": false,
|
|
386
|
-
"id":
|
|
386
|
+
"id": 21108,
|
|
387
387
|
"mutability": "mutable",
|
|
388
388
|
"name": "slot",
|
|
389
389
|
"nameLocation": "728:4:64",
|
|
390
390
|
"nodeType": "VariableDeclaration",
|
|
391
|
-
"scope":
|
|
391
|
+
"scope": 21135,
|
|
392
392
|
"src": "720:12:64",
|
|
393
393
|
"stateVariable": false,
|
|
394
394
|
"storageLocation": "default",
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
"typeString": "bytes32"
|
|
398
398
|
},
|
|
399
399
|
"typeName": {
|
|
400
|
-
"id":
|
|
400
|
+
"id": 21107,
|
|
401
401
|
"name": "bytes32",
|
|
402
402
|
"nodeType": "ElementaryTypeName",
|
|
403
403
|
"src": "720:7:64",
|
|
@@ -410,12 +410,12 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"constant": false,
|
|
413
|
-
"id":
|
|
413
|
+
"id": 21111,
|
|
414
414
|
"mutability": "mutable",
|
|
415
415
|
"name": "data",
|
|
416
416
|
"nameLocation": "751:4:64",
|
|
417
417
|
"nodeType": "VariableDeclaration",
|
|
418
|
-
"scope":
|
|
418
|
+
"scope": 21135,
|
|
419
419
|
"src": "734:21:64",
|
|
420
420
|
"stateVariable": false,
|
|
421
421
|
"storageLocation": "memory",
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
},
|
|
426
426
|
"typeName": {
|
|
427
427
|
"baseType": {
|
|
428
|
-
"id":
|
|
428
|
+
"id": 21109,
|
|
429
429
|
"name": "bytes32",
|
|
430
430
|
"nodeType": "ElementaryTypeName",
|
|
431
431
|
"src": "734:7:64",
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"typeString": "bytes32"
|
|
435
435
|
}
|
|
436
436
|
},
|
|
437
|
-
"id":
|
|
437
|
+
"id": 21110,
|
|
438
438
|
"nodeType": "ArrayTypeName",
|
|
439
439
|
"src": "734:9:64",
|
|
440
440
|
"typeDescriptions": {
|
|
@@ -448,12 +448,12 @@
|
|
|
448
448
|
"src": "719:37:64"
|
|
449
449
|
},
|
|
450
450
|
"returnParameters": {
|
|
451
|
-
"id":
|
|
451
|
+
"id": 21113,
|
|
452
452
|
"nodeType": "ParameterList",
|
|
453
453
|
"parameters": [],
|
|
454
454
|
"src": "766:0:64"
|
|
455
455
|
},
|
|
456
|
-
"scope":
|
|
456
|
+
"scope": 21237,
|
|
457
457
|
"src": "701:213:64",
|
|
458
458
|
"stateMutability": "nonpayable",
|
|
459
459
|
"virtual": false,
|
|
@@ -461,29 +461,29 @@
|
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
463
|
"body": {
|
|
464
|
-
"id":
|
|
464
|
+
"id": 21171,
|
|
465
465
|
"nodeType": "Block",
|
|
466
466
|
"src": "997:205:64",
|
|
467
467
|
"statements": [
|
|
468
468
|
{
|
|
469
469
|
"body": {
|
|
470
|
-
"id":
|
|
470
|
+
"id": 21167,
|
|
471
471
|
"nodeType": "Block",
|
|
472
472
|
"src": "1045:129:64",
|
|
473
473
|
"statements": [
|
|
474
474
|
{
|
|
475
475
|
"assignments": [
|
|
476
|
-
|
|
476
|
+
21155
|
|
477
477
|
],
|
|
478
478
|
"declarations": [
|
|
479
479
|
{
|
|
480
480
|
"constant": false,
|
|
481
|
-
"id":
|
|
481
|
+
"id": 21155,
|
|
482
482
|
"mutability": "mutable",
|
|
483
483
|
"name": "d",
|
|
484
484
|
"nameLocation": "1067:1:64",
|
|
485
485
|
"nodeType": "VariableDeclaration",
|
|
486
|
-
"scope":
|
|
486
|
+
"scope": 21167,
|
|
487
487
|
"src": "1059:9:64",
|
|
488
488
|
"stateVariable": false,
|
|
489
489
|
"storageLocation": "default",
|
|
@@ -492,7 +492,7 @@
|
|
|
492
492
|
"typeString": "bytes32"
|
|
493
493
|
},
|
|
494
494
|
"typeName": {
|
|
495
|
-
"id":
|
|
495
|
+
"id": 21154,
|
|
496
496
|
"name": "bytes32",
|
|
497
497
|
"nodeType": "ElementaryTypeName",
|
|
498
498
|
"src": "1059:7:64",
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"visibility": "internal"
|
|
505
505
|
}
|
|
506
506
|
],
|
|
507
|
-
"id":
|
|
507
|
+
"id": 21156,
|
|
508
508
|
"nodeType": "VariableDeclarationStatement",
|
|
509
509
|
"src": "1059:9:64"
|
|
510
510
|
},
|
|
@@ -561,28 +561,28 @@
|
|
|
561
561
|
"evmVersion": "london",
|
|
562
562
|
"externalReferences": [
|
|
563
563
|
{
|
|
564
|
-
"declaration":
|
|
564
|
+
"declaration": 21155,
|
|
565
565
|
"isOffset": false,
|
|
566
566
|
"isSlot": false,
|
|
567
567
|
"src": "1093:1:64",
|
|
568
568
|
"valueSize": 1
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
|
-
"declaration":
|
|
571
|
+
"declaration": 21145,
|
|
572
572
|
"isOffset": false,
|
|
573
573
|
"isSlot": false,
|
|
574
574
|
"src": "1114:1:64",
|
|
575
575
|
"valueSize": 1
|
|
576
576
|
},
|
|
577
577
|
{
|
|
578
|
-
"declaration":
|
|
578
|
+
"declaration": 21137,
|
|
579
579
|
"isOffset": false,
|
|
580
580
|
"isSlot": false,
|
|
581
581
|
"src": "1108:4:64",
|
|
582
582
|
"valueSize": 1
|
|
583
583
|
}
|
|
584
584
|
],
|
|
585
|
-
"id":
|
|
585
|
+
"id": 21157,
|
|
586
586
|
"nodeType": "InlineAssembly",
|
|
587
587
|
"src": "1082:37:64"
|
|
588
588
|
},
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
"typeIdentifier": "t_uint256",
|
|
593
593
|
"typeString": "uint256"
|
|
594
594
|
},
|
|
595
|
-
"id":
|
|
595
|
+
"id": 21163,
|
|
596
596
|
"isConstant": false,
|
|
597
597
|
"isLValue": false,
|
|
598
598
|
"isPure": false,
|
|
@@ -600,11 +600,11 @@
|
|
|
600
600
|
"leftExpression": {
|
|
601
601
|
"arguments": [
|
|
602
602
|
{
|
|
603
|
-
"id":
|
|
603
|
+
"id": 21160,
|
|
604
604
|
"name": "d",
|
|
605
605
|
"nodeType": "Identifier",
|
|
606
606
|
"overloadedDeclarations": [],
|
|
607
|
-
"referencedDeclaration":
|
|
607
|
+
"referencedDeclaration": 21155,
|
|
608
608
|
"src": "1144:1:64",
|
|
609
609
|
"typeDescriptions": {
|
|
610
610
|
"typeIdentifier": "t_bytes32",
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
"typeString": "bytes32"
|
|
620
620
|
}
|
|
621
621
|
],
|
|
622
|
-
"id":
|
|
622
|
+
"id": 21159,
|
|
623
623
|
"isConstant": false,
|
|
624
624
|
"isLValue": false,
|
|
625
625
|
"isPure": true,
|
|
@@ -631,14 +631,14 @@
|
|
|
631
631
|
"typeString": "type(uint256)"
|
|
632
632
|
},
|
|
633
633
|
"typeName": {
|
|
634
|
-
"id":
|
|
634
|
+
"id": 21158,
|
|
635
635
|
"name": "uint256",
|
|
636
636
|
"nodeType": "ElementaryTypeName",
|
|
637
637
|
"src": "1136:7:64",
|
|
638
638
|
"typeDescriptions": {}
|
|
639
639
|
}
|
|
640
640
|
},
|
|
641
|
-
"id":
|
|
641
|
+
"id": 21161,
|
|
642
642
|
"isConstant": false,
|
|
643
643
|
"isLValue": false,
|
|
644
644
|
"isPure": false,
|
|
@@ -657,7 +657,7 @@
|
|
|
657
657
|
"operator": ">",
|
|
658
658
|
"rightExpression": {
|
|
659
659
|
"hexValue": "30",
|
|
660
|
-
"id":
|
|
660
|
+
"id": 21162,
|
|
661
661
|
"isConstant": false,
|
|
662
662
|
"isLValue": false,
|
|
663
663
|
"isPure": true,
|
|
@@ -677,13 +677,13 @@
|
|
|
677
677
|
"typeString": "bool"
|
|
678
678
|
}
|
|
679
679
|
},
|
|
680
|
-
"id":
|
|
680
|
+
"id": 21166,
|
|
681
681
|
"nodeType": "IfStatement",
|
|
682
682
|
"src": "1132:31:64",
|
|
683
683
|
"trueBody": {
|
|
684
684
|
"expression": {
|
|
685
685
|
"hexValue": "74727565",
|
|
686
|
-
"id":
|
|
686
|
+
"id": 21164,
|
|
687
687
|
"isConstant": false,
|
|
688
688
|
"isLValue": false,
|
|
689
689
|
"isPure": true,
|
|
@@ -697,8 +697,8 @@
|
|
|
697
697
|
},
|
|
698
698
|
"value": "true"
|
|
699
699
|
},
|
|
700
|
-
"functionReturnParameters":
|
|
701
|
-
"id":
|
|
700
|
+
"functionReturnParameters": 21143,
|
|
701
|
+
"id": 21165,
|
|
702
702
|
"nodeType": "Return",
|
|
703
703
|
"src": "1152:11:64"
|
|
704
704
|
}
|
|
@@ -710,17 +710,17 @@
|
|
|
710
710
|
"typeIdentifier": "t_uint256",
|
|
711
711
|
"typeString": "uint256"
|
|
712
712
|
},
|
|
713
|
-
"id":
|
|
713
|
+
"id": 21150,
|
|
714
714
|
"isConstant": false,
|
|
715
715
|
"isLValue": false,
|
|
716
716
|
"isPure": false,
|
|
717
717
|
"lValueRequested": false,
|
|
718
718
|
"leftExpression": {
|
|
719
|
-
"id":
|
|
719
|
+
"id": 21148,
|
|
720
720
|
"name": "j",
|
|
721
721
|
"nodeType": "Identifier",
|
|
722
722
|
"overloadedDeclarations": [],
|
|
723
|
-
"referencedDeclaration":
|
|
723
|
+
"referencedDeclaration": 21145,
|
|
724
724
|
"src": "1024:1:64",
|
|
725
725
|
"typeDescriptions": {
|
|
726
726
|
"typeIdentifier": "t_uint256",
|
|
@@ -730,11 +730,11 @@
|
|
|
730
730
|
"nodeType": "BinaryOperation",
|
|
731
731
|
"operator": "<",
|
|
732
732
|
"rightExpression": {
|
|
733
|
-
"id":
|
|
733
|
+
"id": 21149,
|
|
734
734
|
"name": "dataLength",
|
|
735
735
|
"nodeType": "Identifier",
|
|
736
736
|
"overloadedDeclarations": [],
|
|
737
|
-
"referencedDeclaration":
|
|
737
|
+
"referencedDeclaration": 21139,
|
|
738
738
|
"src": "1028:10:64",
|
|
739
739
|
"typeDescriptions": {
|
|
740
740
|
"typeIdentifier": "t_uint256",
|
|
@@ -747,20 +747,20 @@
|
|
|
747
747
|
"typeString": "bool"
|
|
748
748
|
}
|
|
749
749
|
},
|
|
750
|
-
"id":
|
|
750
|
+
"id": 21168,
|
|
751
751
|
"initializationExpression": {
|
|
752
752
|
"assignments": [
|
|
753
|
-
|
|
753
|
+
21145
|
|
754
754
|
],
|
|
755
755
|
"declarations": [
|
|
756
756
|
{
|
|
757
757
|
"constant": false,
|
|
758
|
-
"id":
|
|
758
|
+
"id": 21145,
|
|
759
759
|
"mutability": "mutable",
|
|
760
760
|
"name": "j",
|
|
761
761
|
"nameLocation": "1017:1:64",
|
|
762
762
|
"nodeType": "VariableDeclaration",
|
|
763
|
-
"scope":
|
|
763
|
+
"scope": 21168,
|
|
764
764
|
"src": "1012:6:64",
|
|
765
765
|
"stateVariable": false,
|
|
766
766
|
"storageLocation": "default",
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
"typeString": "uint256"
|
|
770
770
|
},
|
|
771
771
|
"typeName": {
|
|
772
|
-
"id":
|
|
772
|
+
"id": 21144,
|
|
773
773
|
"name": "uint",
|
|
774
774
|
"nodeType": "ElementaryTypeName",
|
|
775
775
|
"src": "1012:4:64",
|
|
@@ -781,10 +781,10 @@
|
|
|
781
781
|
"visibility": "internal"
|
|
782
782
|
}
|
|
783
783
|
],
|
|
784
|
-
"id":
|
|
784
|
+
"id": 21147,
|
|
785
785
|
"initialValue": {
|
|
786
786
|
"hexValue": "30",
|
|
787
|
-
"id":
|
|
787
|
+
"id": 21146,
|
|
788
788
|
"isConstant": false,
|
|
789
789
|
"isLValue": false,
|
|
790
790
|
"isPure": true,
|
|
@@ -803,7 +803,7 @@
|
|
|
803
803
|
},
|
|
804
804
|
"loopExpression": {
|
|
805
805
|
"expression": {
|
|
806
|
-
"id":
|
|
806
|
+
"id": 21152,
|
|
807
807
|
"isConstant": false,
|
|
808
808
|
"isLValue": false,
|
|
809
809
|
"isPure": false,
|
|
@@ -813,11 +813,11 @@
|
|
|
813
813
|
"prefix": true,
|
|
814
814
|
"src": "1040:3:64",
|
|
815
815
|
"subExpression": {
|
|
816
|
-
"id":
|
|
816
|
+
"id": 21151,
|
|
817
817
|
"name": "j",
|
|
818
818
|
"nodeType": "Identifier",
|
|
819
819
|
"overloadedDeclarations": [],
|
|
820
|
-
"referencedDeclaration":
|
|
820
|
+
"referencedDeclaration": 21145,
|
|
821
821
|
"src": "1042:1:64",
|
|
822
822
|
"typeDescriptions": {
|
|
823
823
|
"typeIdentifier": "t_uint256",
|
|
@@ -829,7 +829,7 @@
|
|
|
829
829
|
"typeString": "uint256"
|
|
830
830
|
}
|
|
831
831
|
},
|
|
832
|
-
"id":
|
|
832
|
+
"id": 21153,
|
|
833
833
|
"nodeType": "ExpressionStatement",
|
|
834
834
|
"src": "1040:3:64"
|
|
835
835
|
},
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
{
|
|
840
840
|
"expression": {
|
|
841
841
|
"hexValue": "66616c7365",
|
|
842
|
-
"id":
|
|
842
|
+
"id": 21169,
|
|
843
843
|
"isConstant": false,
|
|
844
844
|
"isLValue": false,
|
|
845
845
|
"isPure": true,
|
|
@@ -853,14 +853,14 @@
|
|
|
853
853
|
},
|
|
854
854
|
"value": "false"
|
|
855
855
|
},
|
|
856
|
-
"functionReturnParameters":
|
|
857
|
-
"id":
|
|
856
|
+
"functionReturnParameters": 21143,
|
|
857
|
+
"id": 21170,
|
|
858
858
|
"nodeType": "Return",
|
|
859
859
|
"src": "1183:12:64"
|
|
860
860
|
}
|
|
861
861
|
]
|
|
862
862
|
},
|
|
863
|
-
"id":
|
|
863
|
+
"id": 21172,
|
|
864
864
|
"implemented": true,
|
|
865
865
|
"kind": "function",
|
|
866
866
|
"modifiers": [],
|
|
@@ -868,17 +868,17 @@
|
|
|
868
868
|
"nameLocation": "929:7:64",
|
|
869
869
|
"nodeType": "FunctionDefinition",
|
|
870
870
|
"parameters": {
|
|
871
|
-
"id":
|
|
871
|
+
"id": 21140,
|
|
872
872
|
"nodeType": "ParameterList",
|
|
873
873
|
"parameters": [
|
|
874
874
|
{
|
|
875
875
|
"constant": false,
|
|
876
|
-
"id":
|
|
876
|
+
"id": 21137,
|
|
877
877
|
"mutability": "mutable",
|
|
878
878
|
"name": "slot",
|
|
879
879
|
"nameLocation": "945:4:64",
|
|
880
880
|
"nodeType": "VariableDeclaration",
|
|
881
|
-
"scope":
|
|
881
|
+
"scope": 21172,
|
|
882
882
|
"src": "937:12:64",
|
|
883
883
|
"stateVariable": false,
|
|
884
884
|
"storageLocation": "default",
|
|
@@ -887,7 +887,7 @@
|
|
|
887
887
|
"typeString": "bytes32"
|
|
888
888
|
},
|
|
889
889
|
"typeName": {
|
|
890
|
-
"id":
|
|
890
|
+
"id": 21136,
|
|
891
891
|
"name": "bytes32",
|
|
892
892
|
"nodeType": "ElementaryTypeName",
|
|
893
893
|
"src": "937:7:64",
|
|
@@ -900,12 +900,12 @@
|
|
|
900
900
|
},
|
|
901
901
|
{
|
|
902
902
|
"constant": false,
|
|
903
|
-
"id":
|
|
903
|
+
"id": 21139,
|
|
904
904
|
"mutability": "mutable",
|
|
905
905
|
"name": "dataLength",
|
|
906
906
|
"nameLocation": "956:10:64",
|
|
907
907
|
"nodeType": "VariableDeclaration",
|
|
908
|
-
"scope":
|
|
908
|
+
"scope": 21172,
|
|
909
909
|
"src": "951:15:64",
|
|
910
910
|
"stateVariable": false,
|
|
911
911
|
"storageLocation": "default",
|
|
@@ -914,7 +914,7 @@
|
|
|
914
914
|
"typeString": "uint256"
|
|
915
915
|
},
|
|
916
916
|
"typeName": {
|
|
917
|
-
"id":
|
|
917
|
+
"id": 21138,
|
|
918
918
|
"name": "uint",
|
|
919
919
|
"nodeType": "ElementaryTypeName",
|
|
920
920
|
"src": "951:4:64",
|
|
@@ -929,17 +929,17 @@
|
|
|
929
929
|
"src": "936:31:64"
|
|
930
930
|
},
|
|
931
931
|
"returnParameters": {
|
|
932
|
-
"id":
|
|
932
|
+
"id": 21143,
|
|
933
933
|
"nodeType": "ParameterList",
|
|
934
934
|
"parameters": [
|
|
935
935
|
{
|
|
936
936
|
"constant": false,
|
|
937
|
-
"id":
|
|
937
|
+
"id": 21142,
|
|
938
938
|
"mutability": "mutable",
|
|
939
939
|
"name": "",
|
|
940
940
|
"nameLocation": "-1:-1:-1",
|
|
941
941
|
"nodeType": "VariableDeclaration",
|
|
942
|
-
"scope":
|
|
942
|
+
"scope": 21172,
|
|
943
943
|
"src": "991:4:64",
|
|
944
944
|
"stateVariable": false,
|
|
945
945
|
"storageLocation": "default",
|
|
@@ -948,7 +948,7 @@
|
|
|
948
948
|
"typeString": "bool"
|
|
949
949
|
},
|
|
950
950
|
"typeName": {
|
|
951
|
-
"id":
|
|
951
|
+
"id": 21141,
|
|
952
952
|
"name": "bool",
|
|
953
953
|
"nodeType": "ElementaryTypeName",
|
|
954
954
|
"src": "991:4:64",
|
|
@@ -962,7 +962,7 @@
|
|
|
962
962
|
],
|
|
963
963
|
"src": "990:6:64"
|
|
964
964
|
},
|
|
965
|
-
"scope":
|
|
965
|
+
"scope": 21237,
|
|
966
966
|
"src": "920:282:64",
|
|
967
967
|
"stateMutability": "view",
|
|
968
968
|
"virtual": false,
|
|
@@ -970,23 +970,23 @@
|
|
|
970
970
|
},
|
|
971
971
|
{
|
|
972
972
|
"body": {
|
|
973
|
-
"id":
|
|
973
|
+
"id": 21213,
|
|
974
974
|
"nodeType": "Block",
|
|
975
975
|
"src": "1386:205:64",
|
|
976
976
|
"statements": [
|
|
977
977
|
{
|
|
978
978
|
"expression": {
|
|
979
|
-
"id":
|
|
979
|
+
"id": 21189,
|
|
980
980
|
"isConstant": false,
|
|
981
981
|
"isLValue": false,
|
|
982
982
|
"isPure": false,
|
|
983
983
|
"lValueRequested": false,
|
|
984
984
|
"leftHandSide": {
|
|
985
|
-
"id":
|
|
985
|
+
"id": 21183,
|
|
986
986
|
"name": "data",
|
|
987
987
|
"nodeType": "Identifier",
|
|
988
988
|
"overloadedDeclarations": [],
|
|
989
|
-
"referencedDeclaration":
|
|
989
|
+
"referencedDeclaration": 21181,
|
|
990
990
|
"src": "1396:4:64",
|
|
991
991
|
"typeDescriptions": {
|
|
992
992
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
|
@@ -998,11 +998,11 @@
|
|
|
998
998
|
"rightHandSide": {
|
|
999
999
|
"arguments": [
|
|
1000
1000
|
{
|
|
1001
|
-
"id":
|
|
1001
|
+
"id": 21187,
|
|
1002
1002
|
"name": "dataLength",
|
|
1003
1003
|
"nodeType": "Identifier",
|
|
1004
1004
|
"overloadedDeclarations": [],
|
|
1005
|
-
"referencedDeclaration":
|
|
1005
|
+
"referencedDeclaration": 21177,
|
|
1006
1006
|
"src": "1417:10:64",
|
|
1007
1007
|
"typeDescriptions": {
|
|
1008
1008
|
"typeIdentifier": "t_uint256",
|
|
@@ -1017,7 +1017,7 @@
|
|
|
1017
1017
|
"typeString": "uint256"
|
|
1018
1018
|
}
|
|
1019
1019
|
],
|
|
1020
|
-
"id":
|
|
1020
|
+
"id": 21186,
|
|
1021
1021
|
"isConstant": false,
|
|
1022
1022
|
"isLValue": false,
|
|
1023
1023
|
"isPure": true,
|
|
@@ -1030,7 +1030,7 @@
|
|
|
1030
1030
|
},
|
|
1031
1031
|
"typeName": {
|
|
1032
1032
|
"baseType": {
|
|
1033
|
-
"id":
|
|
1033
|
+
"id": 21184,
|
|
1034
1034
|
"name": "bytes32",
|
|
1035
1035
|
"nodeType": "ElementaryTypeName",
|
|
1036
1036
|
"src": "1407:7:64",
|
|
@@ -1039,7 +1039,7 @@
|
|
|
1039
1039
|
"typeString": "bytes32"
|
|
1040
1040
|
}
|
|
1041
1041
|
},
|
|
1042
|
-
"id":
|
|
1042
|
+
"id": 21185,
|
|
1043
1043
|
"nodeType": "ArrayTypeName",
|
|
1044
1044
|
"src": "1407:9:64",
|
|
1045
1045
|
"typeDescriptions": {
|
|
@@ -1048,7 +1048,7 @@
|
|
|
1048
1048
|
}
|
|
1049
1049
|
}
|
|
1050
1050
|
},
|
|
1051
|
-
"id":
|
|
1051
|
+
"id": 21188,
|
|
1052
1052
|
"isConstant": false,
|
|
1053
1053
|
"isLValue": false,
|
|
1054
1054
|
"isPure": false,
|
|
@@ -1069,29 +1069,29 @@
|
|
|
1069
1069
|
"typeString": "bytes32[] memory"
|
|
1070
1070
|
}
|
|
1071
1071
|
},
|
|
1072
|
-
"id":
|
|
1072
|
+
"id": 21190,
|
|
1073
1073
|
"nodeType": "ExpressionStatement",
|
|
1074
1074
|
"src": "1396:32:64"
|
|
1075
1075
|
},
|
|
1076
1076
|
{
|
|
1077
1077
|
"body": {
|
|
1078
|
-
"id":
|
|
1078
|
+
"id": 21211,
|
|
1079
1079
|
"nodeType": "Block",
|
|
1080
1080
|
"src": "1476:109:64",
|
|
1081
1081
|
"statements": [
|
|
1082
1082
|
{
|
|
1083
1083
|
"assignments": [
|
|
1084
|
-
|
|
1084
|
+
21202
|
|
1085
1085
|
],
|
|
1086
1086
|
"declarations": [
|
|
1087
1087
|
{
|
|
1088
1088
|
"constant": false,
|
|
1089
|
-
"id":
|
|
1089
|
+
"id": 21202,
|
|
1090
1090
|
"mutability": "mutable",
|
|
1091
1091
|
"name": "d",
|
|
1092
1092
|
"nameLocation": "1498:1:64",
|
|
1093
1093
|
"nodeType": "VariableDeclaration",
|
|
1094
|
-
"scope":
|
|
1094
|
+
"scope": 21211,
|
|
1095
1095
|
"src": "1490:9:64",
|
|
1096
1096
|
"stateVariable": false,
|
|
1097
1097
|
"storageLocation": "default",
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
"typeString": "bytes32"
|
|
1101
1101
|
},
|
|
1102
1102
|
"typeName": {
|
|
1103
|
-
"id":
|
|
1103
|
+
"id": 21201,
|
|
1104
1104
|
"name": "bytes32",
|
|
1105
1105
|
"nodeType": "ElementaryTypeName",
|
|
1106
1106
|
"src": "1490:7:64",
|
|
@@ -1112,7 +1112,7 @@
|
|
|
1112
1112
|
"visibility": "internal"
|
|
1113
1113
|
}
|
|
1114
1114
|
],
|
|
1115
|
-
"id":
|
|
1115
|
+
"id": 21203,
|
|
1116
1116
|
"nodeType": "VariableDeclarationStatement",
|
|
1117
1117
|
"src": "1490:9:64"
|
|
1118
1118
|
},
|
|
@@ -1169,58 +1169,58 @@
|
|
|
1169
1169
|
"evmVersion": "london",
|
|
1170
1170
|
"externalReferences": [
|
|
1171
1171
|
{
|
|
1172
|
-
"declaration":
|
|
1172
|
+
"declaration": 21202,
|
|
1173
1173
|
"isOffset": false,
|
|
1174
1174
|
"isSlot": false,
|
|
1175
1175
|
"src": "1524:1:64",
|
|
1176
1176
|
"valueSize": 1
|
|
1177
1177
|
},
|
|
1178
1178
|
{
|
|
1179
|
-
"declaration":
|
|
1179
|
+
"declaration": 21192,
|
|
1180
1180
|
"isOffset": false,
|
|
1181
1181
|
"isSlot": false,
|
|
1182
1182
|
"src": "1545:1:64",
|
|
1183
1183
|
"valueSize": 1
|
|
1184
1184
|
},
|
|
1185
1185
|
{
|
|
1186
|
-
"declaration":
|
|
1186
|
+
"declaration": 21175,
|
|
1187
1187
|
"isOffset": false,
|
|
1188
1188
|
"isSlot": false,
|
|
1189
1189
|
"src": "1539:4:64",
|
|
1190
1190
|
"valueSize": 1
|
|
1191
1191
|
}
|
|
1192
1192
|
],
|
|
1193
|
-
"id":
|
|
1193
|
+
"id": 21204,
|
|
1194
1194
|
"nodeType": "InlineAssembly",
|
|
1195
1195
|
"src": "1513:37:64"
|
|
1196
1196
|
},
|
|
1197
1197
|
{
|
|
1198
1198
|
"expression": {
|
|
1199
|
-
"id":
|
|
1199
|
+
"id": 21209,
|
|
1200
1200
|
"isConstant": false,
|
|
1201
1201
|
"isLValue": false,
|
|
1202
1202
|
"isPure": false,
|
|
1203
1203
|
"lValueRequested": false,
|
|
1204
1204
|
"leftHandSide": {
|
|
1205
1205
|
"baseExpression": {
|
|
1206
|
-
"id":
|
|
1206
|
+
"id": 21205,
|
|
1207
1207
|
"name": "data",
|
|
1208
1208
|
"nodeType": "Identifier",
|
|
1209
1209
|
"overloadedDeclarations": [],
|
|
1210
|
-
"referencedDeclaration":
|
|
1210
|
+
"referencedDeclaration": 21181,
|
|
1211
1211
|
"src": "1563:4:64",
|
|
1212
1212
|
"typeDescriptions": {
|
|
1213
1213
|
"typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
|
|
1214
1214
|
"typeString": "bytes32[] memory"
|
|
1215
1215
|
}
|
|
1216
1216
|
},
|
|
1217
|
-
"id":
|
|
1217
|
+
"id": 21207,
|
|
1218
1218
|
"indexExpression": {
|
|
1219
|
-
"id":
|
|
1219
|
+
"id": 21206,
|
|
1220
1220
|
"name": "j",
|
|
1221
1221
|
"nodeType": "Identifier",
|
|
1222
1222
|
"overloadedDeclarations": [],
|
|
1223
|
-
"referencedDeclaration":
|
|
1223
|
+
"referencedDeclaration": 21192,
|
|
1224
1224
|
"src": "1568:1:64",
|
|
1225
1225
|
"typeDescriptions": {
|
|
1226
1226
|
"typeIdentifier": "t_uint256",
|
|
@@ -1241,11 +1241,11 @@
|
|
|
1241
1241
|
"nodeType": "Assignment",
|
|
1242
1242
|
"operator": "=",
|
|
1243
1243
|
"rightHandSide": {
|
|
1244
|
-
"id":
|
|
1244
|
+
"id": 21208,
|
|
1245
1245
|
"name": "d",
|
|
1246
1246
|
"nodeType": "Identifier",
|
|
1247
1247
|
"overloadedDeclarations": [],
|
|
1248
|
-
"referencedDeclaration":
|
|
1248
|
+
"referencedDeclaration": 21202,
|
|
1249
1249
|
"src": "1573:1:64",
|
|
1250
1250
|
"typeDescriptions": {
|
|
1251
1251
|
"typeIdentifier": "t_bytes32",
|
|
@@ -1258,7 +1258,7 @@
|
|
|
1258
1258
|
"typeString": "bytes32"
|
|
1259
1259
|
}
|
|
1260
1260
|
},
|
|
1261
|
-
"id":
|
|
1261
|
+
"id": 21210,
|
|
1262
1262
|
"nodeType": "ExpressionStatement",
|
|
1263
1263
|
"src": "1563:11:64"
|
|
1264
1264
|
}
|
|
@@ -1269,17 +1269,17 @@
|
|
|
1269
1269
|
"typeIdentifier": "t_uint256",
|
|
1270
1270
|
"typeString": "uint256"
|
|
1271
1271
|
},
|
|
1272
|
-
"id":
|
|
1272
|
+
"id": 21197,
|
|
1273
1273
|
"isConstant": false,
|
|
1274
1274
|
"isLValue": false,
|
|
1275
1275
|
"isPure": false,
|
|
1276
1276
|
"lValueRequested": false,
|
|
1277
1277
|
"leftExpression": {
|
|
1278
|
-
"id":
|
|
1278
|
+
"id": 21195,
|
|
1279
1279
|
"name": "j",
|
|
1280
1280
|
"nodeType": "Identifier",
|
|
1281
1281
|
"overloadedDeclarations": [],
|
|
1282
|
-
"referencedDeclaration":
|
|
1282
|
+
"referencedDeclaration": 21192,
|
|
1283
1283
|
"src": "1455:1:64",
|
|
1284
1284
|
"typeDescriptions": {
|
|
1285
1285
|
"typeIdentifier": "t_uint256",
|
|
@@ -1289,11 +1289,11 @@
|
|
|
1289
1289
|
"nodeType": "BinaryOperation",
|
|
1290
1290
|
"operator": "<",
|
|
1291
1291
|
"rightExpression": {
|
|
1292
|
-
"id":
|
|
1292
|
+
"id": 21196,
|
|
1293
1293
|
"name": "dataLength",
|
|
1294
1294
|
"nodeType": "Identifier",
|
|
1295
1295
|
"overloadedDeclarations": [],
|
|
1296
|
-
"referencedDeclaration":
|
|
1296
|
+
"referencedDeclaration": 21177,
|
|
1297
1297
|
"src": "1459:10:64",
|
|
1298
1298
|
"typeDescriptions": {
|
|
1299
1299
|
"typeIdentifier": "t_uint256",
|
|
@@ -1306,20 +1306,20 @@
|
|
|
1306
1306
|
"typeString": "bool"
|
|
1307
1307
|
}
|
|
1308
1308
|
},
|
|
1309
|
-
"id":
|
|
1309
|
+
"id": 21212,
|
|
1310
1310
|
"initializationExpression": {
|
|
1311
1311
|
"assignments": [
|
|
1312
|
-
|
|
1312
|
+
21192
|
|
1313
1313
|
],
|
|
1314
1314
|
"declarations": [
|
|
1315
1315
|
{
|
|
1316
1316
|
"constant": false,
|
|
1317
|
-
"id":
|
|
1317
|
+
"id": 21192,
|
|
1318
1318
|
"mutability": "mutable",
|
|
1319
1319
|
"name": "j",
|
|
1320
1320
|
"nameLocation": "1448:1:64",
|
|
1321
1321
|
"nodeType": "VariableDeclaration",
|
|
1322
|
-
"scope":
|
|
1322
|
+
"scope": 21212,
|
|
1323
1323
|
"src": "1443:6:64",
|
|
1324
1324
|
"stateVariable": false,
|
|
1325
1325
|
"storageLocation": "default",
|
|
@@ -1328,7 +1328,7 @@
|
|
|
1328
1328
|
"typeString": "uint256"
|
|
1329
1329
|
},
|
|
1330
1330
|
"typeName": {
|
|
1331
|
-
"id":
|
|
1331
|
+
"id": 21191,
|
|
1332
1332
|
"name": "uint",
|
|
1333
1333
|
"nodeType": "ElementaryTypeName",
|
|
1334
1334
|
"src": "1443:4:64",
|
|
@@ -1340,10 +1340,10 @@
|
|
|
1340
1340
|
"visibility": "internal"
|
|
1341
1341
|
}
|
|
1342
1342
|
],
|
|
1343
|
-
"id":
|
|
1343
|
+
"id": 21194,
|
|
1344
1344
|
"initialValue": {
|
|
1345
1345
|
"hexValue": "30",
|
|
1346
|
-
"id":
|
|
1346
|
+
"id": 21193,
|
|
1347
1347
|
"isConstant": false,
|
|
1348
1348
|
"isLValue": false,
|
|
1349
1349
|
"isPure": true,
|
|
@@ -1362,7 +1362,7 @@
|
|
|
1362
1362
|
},
|
|
1363
1363
|
"loopExpression": {
|
|
1364
1364
|
"expression": {
|
|
1365
|
-
"id":
|
|
1365
|
+
"id": 21199,
|
|
1366
1366
|
"isConstant": false,
|
|
1367
1367
|
"isLValue": false,
|
|
1368
1368
|
"isPure": false,
|
|
@@ -1372,11 +1372,11 @@
|
|
|
1372
1372
|
"prefix": true,
|
|
1373
1373
|
"src": "1471:3:64",
|
|
1374
1374
|
"subExpression": {
|
|
1375
|
-
"id":
|
|
1375
|
+
"id": 21198,
|
|
1376
1376
|
"name": "j",
|
|
1377
1377
|
"nodeType": "Identifier",
|
|
1378
1378
|
"overloadedDeclarations": [],
|
|
1379
|
-
"referencedDeclaration":
|
|
1379
|
+
"referencedDeclaration": 21192,
|
|
1380
1380
|
"src": "1473:1:64",
|
|
1381
1381
|
"typeDescriptions": {
|
|
1382
1382
|
"typeIdentifier": "t_uint256",
|
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
"typeString": "uint256"
|
|
1389
1389
|
}
|
|
1390
1390
|
},
|
|
1391
|
-
"id":
|
|
1391
|
+
"id": 21200,
|
|
1392
1392
|
"nodeType": "ExpressionStatement",
|
|
1393
1393
|
"src": "1471:3:64"
|
|
1394
1394
|
},
|
|
@@ -1398,12 +1398,12 @@
|
|
|
1398
1398
|
]
|
|
1399
1399
|
},
|
|
1400
1400
|
"documentation": {
|
|
1401
|
-
"id":
|
|
1401
|
+
"id": 21173,
|
|
1402
1402
|
"nodeType": "StructuredDocumentation",
|
|
1403
1403
|
"src": "1208:78:64",
|
|
1404
1404
|
"text": " @dev Load data of size `dataLength` from the slot at `slot`"
|
|
1405
1405
|
},
|
|
1406
|
-
"id":
|
|
1406
|
+
"id": 21214,
|
|
1407
1407
|
"implemented": true,
|
|
1408
1408
|
"kind": "function",
|
|
1409
1409
|
"modifiers": [],
|
|
@@ -1411,17 +1411,17 @@
|
|
|
1411
1411
|
"nameLocation": "1300:8:64",
|
|
1412
1412
|
"nodeType": "FunctionDefinition",
|
|
1413
1413
|
"parameters": {
|
|
1414
|
-
"id":
|
|
1414
|
+
"id": 21178,
|
|
1415
1415
|
"nodeType": "ParameterList",
|
|
1416
1416
|
"parameters": [
|
|
1417
1417
|
{
|
|
1418
1418
|
"constant": false,
|
|
1419
|
-
"id":
|
|
1419
|
+
"id": 21175,
|
|
1420
1420
|
"mutability": "mutable",
|
|
1421
1421
|
"name": "slot",
|
|
1422
1422
|
"nameLocation": "1317:4:64",
|
|
1423
1423
|
"nodeType": "VariableDeclaration",
|
|
1424
|
-
"scope":
|
|
1424
|
+
"scope": 21214,
|
|
1425
1425
|
"src": "1309:12:64",
|
|
1426
1426
|
"stateVariable": false,
|
|
1427
1427
|
"storageLocation": "default",
|
|
@@ -1430,7 +1430,7 @@
|
|
|
1430
1430
|
"typeString": "bytes32"
|
|
1431
1431
|
},
|
|
1432
1432
|
"typeName": {
|
|
1433
|
-
"id":
|
|
1433
|
+
"id": 21174,
|
|
1434
1434
|
"name": "bytes32",
|
|
1435
1435
|
"nodeType": "ElementaryTypeName",
|
|
1436
1436
|
"src": "1309:7:64",
|
|
@@ -1443,12 +1443,12 @@
|
|
|
1443
1443
|
},
|
|
1444
1444
|
{
|
|
1445
1445
|
"constant": false,
|
|
1446
|
-
"id":
|
|
1446
|
+
"id": 21177,
|
|
1447
1447
|
"mutability": "mutable",
|
|
1448
1448
|
"name": "dataLength",
|
|
1449
1449
|
"nameLocation": "1328:10:64",
|
|
1450
1450
|
"nodeType": "VariableDeclaration",
|
|
1451
|
-
"scope":
|
|
1451
|
+
"scope": 21214,
|
|
1452
1452
|
"src": "1323:15:64",
|
|
1453
1453
|
"stateVariable": false,
|
|
1454
1454
|
"storageLocation": "default",
|
|
@@ -1457,7 +1457,7 @@
|
|
|
1457
1457
|
"typeString": "uint256"
|
|
1458
1458
|
},
|
|
1459
1459
|
"typeName": {
|
|
1460
|
-
"id":
|
|
1460
|
+
"id": 21176,
|
|
1461
1461
|
"name": "uint",
|
|
1462
1462
|
"nodeType": "ElementaryTypeName",
|
|
1463
1463
|
"src": "1323:4:64",
|
|
@@ -1472,17 +1472,17 @@
|
|
|
1472
1472
|
"src": "1308:31:64"
|
|
1473
1473
|
},
|
|
1474
1474
|
"returnParameters": {
|
|
1475
|
-
"id":
|
|
1475
|
+
"id": 21182,
|
|
1476
1476
|
"nodeType": "ParameterList",
|
|
1477
1477
|
"parameters": [
|
|
1478
1478
|
{
|
|
1479
1479
|
"constant": false,
|
|
1480
|
-
"id":
|
|
1480
|
+
"id": 21181,
|
|
1481
1481
|
"mutability": "mutable",
|
|
1482
1482
|
"name": "data",
|
|
1483
1483
|
"nameLocation": "1380:4:64",
|
|
1484
1484
|
"nodeType": "VariableDeclaration",
|
|
1485
|
-
"scope":
|
|
1485
|
+
"scope": 21214,
|
|
1486
1486
|
"src": "1363:21:64",
|
|
1487
1487
|
"stateVariable": false,
|
|
1488
1488
|
"storageLocation": "memory",
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
},
|
|
1493
1493
|
"typeName": {
|
|
1494
1494
|
"baseType": {
|
|
1495
|
-
"id":
|
|
1495
|
+
"id": 21179,
|
|
1496
1496
|
"name": "bytes32",
|
|
1497
1497
|
"nodeType": "ElementaryTypeName",
|
|
1498
1498
|
"src": "1363:7:64",
|
|
@@ -1501,7 +1501,7 @@
|
|
|
1501
1501
|
"typeString": "bytes32"
|
|
1502
1502
|
}
|
|
1503
1503
|
},
|
|
1504
|
-
"id":
|
|
1504
|
+
"id": 21180,
|
|
1505
1505
|
"nodeType": "ArrayTypeName",
|
|
1506
1506
|
"src": "1363:9:64",
|
|
1507
1507
|
"typeDescriptions": {
|
|
@@ -1514,7 +1514,7 @@
|
|
|
1514
1514
|
],
|
|
1515
1515
|
"src": "1362:23:64"
|
|
1516
1516
|
},
|
|
1517
|
-
"scope":
|
|
1517
|
+
"scope": 21237,
|
|
1518
1518
|
"src": "1291:300:64",
|
|
1519
1519
|
"stateMutability": "view",
|
|
1520
1520
|
"virtual": false,
|
|
@@ -1522,13 +1522,13 @@
|
|
|
1522
1522
|
},
|
|
1523
1523
|
{
|
|
1524
1524
|
"body": {
|
|
1525
|
-
"id":
|
|
1525
|
+
"id": 21235,
|
|
1526
1526
|
"nodeType": "Block",
|
|
1527
1527
|
"src": "1740:114:64",
|
|
1528
1528
|
"statements": [
|
|
1529
1529
|
{
|
|
1530
1530
|
"body": {
|
|
1531
|
-
"id":
|
|
1531
|
+
"id": 21233,
|
|
1532
1532
|
"nodeType": "Block",
|
|
1533
1533
|
"src": "1788:60:64",
|
|
1534
1534
|
"statements": [
|
|
@@ -1585,21 +1585,21 @@
|
|
|
1585
1585
|
"evmVersion": "london",
|
|
1586
1586
|
"externalReferences": [
|
|
1587
1587
|
{
|
|
1588
|
-
"declaration":
|
|
1588
|
+
"declaration": 21223,
|
|
1589
1589
|
"isOffset": false,
|
|
1590
1590
|
"isSlot": false,
|
|
1591
1591
|
"src": "1830:1:64",
|
|
1592
1592
|
"valueSize": 1
|
|
1593
1593
|
},
|
|
1594
1594
|
{
|
|
1595
|
-
"declaration":
|
|
1595
|
+
"declaration": 21217,
|
|
1596
1596
|
"isOffset": false,
|
|
1597
1597
|
"isSlot": false,
|
|
1598
1598
|
"src": "1824:4:64",
|
|
1599
1599
|
"valueSize": 1
|
|
1600
1600
|
}
|
|
1601
1601
|
],
|
|
1602
|
-
"id":
|
|
1602
|
+
"id": 21232,
|
|
1603
1603
|
"nodeType": "InlineAssembly",
|
|
1604
1604
|
"src": "1802:36:64"
|
|
1605
1605
|
}
|
|
@@ -1610,17 +1610,17 @@
|
|
|
1610
1610
|
"typeIdentifier": "t_uint256",
|
|
1611
1611
|
"typeString": "uint256"
|
|
1612
1612
|
},
|
|
1613
|
-
"id":
|
|
1613
|
+
"id": 21228,
|
|
1614
1614
|
"isConstant": false,
|
|
1615
1615
|
"isLValue": false,
|
|
1616
1616
|
"isPure": false,
|
|
1617
1617
|
"lValueRequested": false,
|
|
1618
1618
|
"leftExpression": {
|
|
1619
|
-
"id":
|
|
1619
|
+
"id": 21226,
|
|
1620
1620
|
"name": "j",
|
|
1621
1621
|
"nodeType": "Identifier",
|
|
1622
1622
|
"overloadedDeclarations": [],
|
|
1623
|
-
"referencedDeclaration":
|
|
1623
|
+
"referencedDeclaration": 21223,
|
|
1624
1624
|
"src": "1767:1:64",
|
|
1625
1625
|
"typeDescriptions": {
|
|
1626
1626
|
"typeIdentifier": "t_uint256",
|
|
@@ -1630,11 +1630,11 @@
|
|
|
1630
1630
|
"nodeType": "BinaryOperation",
|
|
1631
1631
|
"operator": "<",
|
|
1632
1632
|
"rightExpression": {
|
|
1633
|
-
"id":
|
|
1633
|
+
"id": 21227,
|
|
1634
1634
|
"name": "dataLength",
|
|
1635
1635
|
"nodeType": "Identifier",
|
|
1636
1636
|
"overloadedDeclarations": [],
|
|
1637
|
-
"referencedDeclaration":
|
|
1637
|
+
"referencedDeclaration": 21219,
|
|
1638
1638
|
"src": "1771:10:64",
|
|
1639
1639
|
"typeDescriptions": {
|
|
1640
1640
|
"typeIdentifier": "t_uint256",
|
|
@@ -1647,20 +1647,20 @@
|
|
|
1647
1647
|
"typeString": "bool"
|
|
1648
1648
|
}
|
|
1649
1649
|
},
|
|
1650
|
-
"id":
|
|
1650
|
+
"id": 21234,
|
|
1651
1651
|
"initializationExpression": {
|
|
1652
1652
|
"assignments": [
|
|
1653
|
-
|
|
1653
|
+
21223
|
|
1654
1654
|
],
|
|
1655
1655
|
"declarations": [
|
|
1656
1656
|
{
|
|
1657
1657
|
"constant": false,
|
|
1658
|
-
"id":
|
|
1658
|
+
"id": 21223,
|
|
1659
1659
|
"mutability": "mutable",
|
|
1660
1660
|
"name": "j",
|
|
1661
1661
|
"nameLocation": "1760:1:64",
|
|
1662
1662
|
"nodeType": "VariableDeclaration",
|
|
1663
|
-
"scope":
|
|
1663
|
+
"scope": 21234,
|
|
1664
1664
|
"src": "1755:6:64",
|
|
1665
1665
|
"stateVariable": false,
|
|
1666
1666
|
"storageLocation": "default",
|
|
@@ -1669,7 +1669,7 @@
|
|
|
1669
1669
|
"typeString": "uint256"
|
|
1670
1670
|
},
|
|
1671
1671
|
"typeName": {
|
|
1672
|
-
"id":
|
|
1672
|
+
"id": 21222,
|
|
1673
1673
|
"name": "uint",
|
|
1674
1674
|
"nodeType": "ElementaryTypeName",
|
|
1675
1675
|
"src": "1755:4:64",
|
|
@@ -1681,10 +1681,10 @@
|
|
|
1681
1681
|
"visibility": "internal"
|
|
1682
1682
|
}
|
|
1683
1683
|
],
|
|
1684
|
-
"id":
|
|
1684
|
+
"id": 21225,
|
|
1685
1685
|
"initialValue": {
|
|
1686
1686
|
"hexValue": "30",
|
|
1687
|
-
"id":
|
|
1687
|
+
"id": 21224,
|
|
1688
1688
|
"isConstant": false,
|
|
1689
1689
|
"isLValue": false,
|
|
1690
1690
|
"isPure": true,
|
|
@@ -1703,7 +1703,7 @@
|
|
|
1703
1703
|
},
|
|
1704
1704
|
"loopExpression": {
|
|
1705
1705
|
"expression": {
|
|
1706
|
-
"id":
|
|
1706
|
+
"id": 21230,
|
|
1707
1707
|
"isConstant": false,
|
|
1708
1708
|
"isLValue": false,
|
|
1709
1709
|
"isPure": false,
|
|
@@ -1713,11 +1713,11 @@
|
|
|
1713
1713
|
"prefix": true,
|
|
1714
1714
|
"src": "1783:3:64",
|
|
1715
1715
|
"subExpression": {
|
|
1716
|
-
"id":
|
|
1716
|
+
"id": 21229,
|
|
1717
1717
|
"name": "j",
|
|
1718
1718
|
"nodeType": "Identifier",
|
|
1719
1719
|
"overloadedDeclarations": [],
|
|
1720
|
-
"referencedDeclaration":
|
|
1720
|
+
"referencedDeclaration": 21223,
|
|
1721
1721
|
"src": "1785:1:64",
|
|
1722
1722
|
"typeDescriptions": {
|
|
1723
1723
|
"typeIdentifier": "t_uint256",
|
|
@@ -1729,7 +1729,7 @@
|
|
|
1729
1729
|
"typeString": "uint256"
|
|
1730
1730
|
}
|
|
1731
1731
|
},
|
|
1732
|
-
"id":
|
|
1732
|
+
"id": 21231,
|
|
1733
1733
|
"nodeType": "ExpressionStatement",
|
|
1734
1734
|
"src": "1783:3:64"
|
|
1735
1735
|
},
|
|
@@ -1739,12 +1739,12 @@
|
|
|
1739
1739
|
]
|
|
1740
1740
|
},
|
|
1741
1741
|
"documentation": {
|
|
1742
|
-
"id":
|
|
1742
|
+
"id": 21215,
|
|
1743
1743
|
"nodeType": "StructuredDocumentation",
|
|
1744
1744
|
"src": "1597:79:64",
|
|
1745
1745
|
"text": " @dev Erase data of size `dataLength` from the slot at `slot`"
|
|
1746
1746
|
},
|
|
1747
|
-
"id":
|
|
1747
|
+
"id": 21236,
|
|
1748
1748
|
"implemented": true,
|
|
1749
1749
|
"kind": "function",
|
|
1750
1750
|
"modifiers": [],
|
|
@@ -1752,17 +1752,17 @@
|
|
|
1752
1752
|
"nameLocation": "1690:9:64",
|
|
1753
1753
|
"nodeType": "FunctionDefinition",
|
|
1754
1754
|
"parameters": {
|
|
1755
|
-
"id":
|
|
1755
|
+
"id": 21220,
|
|
1756
1756
|
"nodeType": "ParameterList",
|
|
1757
1757
|
"parameters": [
|
|
1758
1758
|
{
|
|
1759
1759
|
"constant": false,
|
|
1760
|
-
"id":
|
|
1760
|
+
"id": 21217,
|
|
1761
1761
|
"mutability": "mutable",
|
|
1762
1762
|
"name": "slot",
|
|
1763
1763
|
"nameLocation": "1708:4:64",
|
|
1764
1764
|
"nodeType": "VariableDeclaration",
|
|
1765
|
-
"scope":
|
|
1765
|
+
"scope": 21236,
|
|
1766
1766
|
"src": "1700:12:64",
|
|
1767
1767
|
"stateVariable": false,
|
|
1768
1768
|
"storageLocation": "default",
|
|
@@ -1771,7 +1771,7 @@
|
|
|
1771
1771
|
"typeString": "bytes32"
|
|
1772
1772
|
},
|
|
1773
1773
|
"typeName": {
|
|
1774
|
-
"id":
|
|
1774
|
+
"id": 21216,
|
|
1775
1775
|
"name": "bytes32",
|
|
1776
1776
|
"nodeType": "ElementaryTypeName",
|
|
1777
1777
|
"src": "1700:7:64",
|
|
@@ -1784,12 +1784,12 @@
|
|
|
1784
1784
|
},
|
|
1785
1785
|
{
|
|
1786
1786
|
"constant": false,
|
|
1787
|
-
"id":
|
|
1787
|
+
"id": 21219,
|
|
1788
1788
|
"mutability": "mutable",
|
|
1789
1789
|
"name": "dataLength",
|
|
1790
1790
|
"nameLocation": "1719:10:64",
|
|
1791
1791
|
"nodeType": "VariableDeclaration",
|
|
1792
|
-
"scope":
|
|
1792
|
+
"scope": 21236,
|
|
1793
1793
|
"src": "1714:15:64",
|
|
1794
1794
|
"stateVariable": false,
|
|
1795
1795
|
"storageLocation": "default",
|
|
@@ -1798,7 +1798,7 @@
|
|
|
1798
1798
|
"typeString": "uint256"
|
|
1799
1799
|
},
|
|
1800
1800
|
"typeName": {
|
|
1801
|
-
"id":
|
|
1801
|
+
"id": 21218,
|
|
1802
1802
|
"name": "uint",
|
|
1803
1803
|
"nodeType": "ElementaryTypeName",
|
|
1804
1804
|
"src": "1714:4:64",
|
|
@@ -1813,19 +1813,19 @@
|
|
|
1813
1813
|
"src": "1699:31:64"
|
|
1814
1814
|
},
|
|
1815
1815
|
"returnParameters": {
|
|
1816
|
-
"id":
|
|
1816
|
+
"id": 21221,
|
|
1817
1817
|
"nodeType": "ParameterList",
|
|
1818
1818
|
"parameters": [],
|
|
1819
1819
|
"src": "1740:0:64"
|
|
1820
1820
|
},
|
|
1821
|
-
"scope":
|
|
1821
|
+
"scope": 21237,
|
|
1822
1822
|
"src": "1681:173:64",
|
|
1823
1823
|
"stateMutability": "nonpayable",
|
|
1824
1824
|
"virtual": false,
|
|
1825
1825
|
"visibility": "internal"
|
|
1826
1826
|
}
|
|
1827
1827
|
],
|
|
1828
|
-
"scope":
|
|
1828
|
+
"scope": 21238,
|
|
1829
1829
|
"src": "611:1246:64",
|
|
1830
1830
|
"usedErrors": []
|
|
1831
1831
|
}
|
|
@@ -1838,7 +1838,7 @@
|
|
|
1838
1838
|
},
|
|
1839
1839
|
"networks": {},
|
|
1840
1840
|
"schemaVersion": "3.4.8",
|
|
1841
|
-
"updatedAt": "2022-08-
|
|
1841
|
+
"updatedAt": "2022-08-23T08:53:53.377Z",
|
|
1842
1842
|
"devdoc": {
|
|
1843
1843
|
"author": "Superfluid When using solidity dynamic array, first word is used to store the length of the array. For use cases that the length doesn't change, it is better to use a fixed size data premitive. To use this library: - The pointer to the storage is `slot`, the user could use `keccak256(abi.encode(...))` scheme to create collision-free slot ID for locating the data. - To load data, or erase data and get all gas refund, data length is always required.",
|
|
1844
1844
|
"kind": "dev",
|