@superfluid-finance/ethereum-contracts 1.7.2-dev.09f3be3.0 → 1.7.2-dev.18c7e95.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.
Files changed (173) hide show
  1. package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
  2. package/build/contracts/AccessControl.json +1 -1
  3. package/build/contracts/AccessControlEnumerable.json +1 -1
  4. package/build/contracts/Address.json +1 -1
  5. package/build/contracts/AgreementBase.json +18 -18
  6. package/build/contracts/AgreementLibrary.json +165 -165
  7. package/build/contracts/BaseRelayRecipient.json +57 -57
  8. package/build/contracts/BatchLiquidator.json +382 -382
  9. package/build/contracts/BatchOperation.json +614 -614
  10. package/build/contracts/CFAv1Forwarder.json +1250 -1250
  11. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2384 -2384
  12. package/build/contracts/CFAv1Library.json +389 -389
  13. package/build/contracts/CallUtils.json +198 -198
  14. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  15. package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
  16. package/build/contracts/ConstantInflowNFT.json +402 -402
  17. package/build/contracts/ConstantOutflowNFT.json +661 -661
  18. package/build/contracts/Context.json +1 -1
  19. package/build/contracts/ContextDefinitions.json +614 -614
  20. package/build/contracts/CustomSuperTokenBase.json +19 -19
  21. package/build/contracts/ERC165.json +1 -1
  22. package/build/contracts/ERC1820Implementer.json +1 -1
  23. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  24. package/build/contracts/ERC20.json +1 -1
  25. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  26. package/build/contracts/ERC777Helper.json +384 -384
  27. package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
  28. package/build/contracts/ERC777RecipientReverting.json +863 -863
  29. package/build/contracts/EnumerableSet.json +1 -1
  30. package/build/contracts/EventsEmitter.json +43 -43
  31. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  32. package/build/contracts/FixedSizeData.json +200 -200
  33. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  34. package/build/contracts/FlowNFTBase.json +1280 -1280
  35. package/build/contracts/FlowOperatorDefinitions.json +614 -614
  36. package/build/contracts/ForwarderBase.json +190 -190
  37. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  38. package/build/contracts/IAccessControl.json +1 -1
  39. package/build/contracts/IAccessControlEnumerable.json +1 -1
  40. package/build/contracts/IConstantFlowAgreementV1.json +677 -677
  41. package/build/contracts/IConstantInflowNFT.json +54 -54
  42. package/build/contracts/IConstantOutflowNFT.json +107 -107
  43. package/build/contracts/IDAv1Forwarder.json +912 -912
  44. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2384 -2384
  45. package/build/contracts/IDAv1Library.json +430 -430
  46. package/build/contracts/IERC165.json +1 -1
  47. package/build/contracts/IERC1820Implementer.json +1 -1
  48. package/build/contracts/IERC1820Registry.json +1 -1
  49. package/build/contracts/IERC20.json +1 -1
  50. package/build/contracts/IERC20Metadata.json +1 -1
  51. package/build/contracts/IERC20Permit.json +1 -1
  52. package/build/contracts/IERC721.json +1 -1
  53. package/build/contracts/IERC721Metadata.json +1 -1
  54. package/build/contracts/IERC777.json +1 -1
  55. package/build/contracts/IERC777Recipient.json +1 -1
  56. package/build/contracts/IERC777Sender.json +1 -1
  57. package/build/contracts/IFlowNFTBase.json +115 -115
  58. package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
  59. package/build/contracts/IMultiSigWallet.json +31 -31
  60. package/build/contracts/IPoolAdminNFT.json +7 -7
  61. package/build/contracts/IPoolMemberNFT.json +7 -7
  62. package/build/contracts/IPureSuperToken.json +62 -62
  63. package/build/contracts/IPureSuperTokenCustom.json +62 -62
  64. package/build/contracts/IRelayRecipient.json +27 -27
  65. package/build/contracts/IResolver.json +38 -38
  66. package/build/contracts/ISETH.json +67 -67
  67. package/build/contracts/ISETHCustom.json +67 -67
  68. package/build/contracts/ISuperAgreement.json +50 -50
  69. package/build/contracts/ISuperApp.json +191 -191
  70. package/build/contracts/ISuperToken.json +695 -695
  71. package/build/contracts/ISuperTokenFactory.json +225 -225
  72. package/build/contracts/ISuperfluid.json +904 -904
  73. package/build/contracts/ISuperfluidGovernance.json +251 -251
  74. package/build/contracts/ISuperfluidToken.json +407 -407
  75. package/build/contracts/ITOGAv1.json +1346 -1346
  76. package/build/contracts/ITOGAv2.json +1346 -1346
  77. package/build/contracts/ITOGAv3.json +1346 -1346
  78. package/build/contracts/Initializable.json +1 -1
  79. package/build/contracts/InstantDistributionAgreementV1.json +594 -594
  80. package/build/contracts/Math.json +1 -1
  81. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  82. package/build/contracts/Ownable.json +1 -1
  83. package/build/contracts/Proxy.json +1 -1
  84. package/build/contracts/ProxyDeployerLibrary.json +2382 -2382
  85. package/build/contracts/PureSuperToken.json +106 -106
  86. package/build/contracts/Resolver.json +98 -98
  87. package/build/contracts/SETHProxy.json +224 -224
  88. package/build/contracts/SafeCast.json +1 -1
  89. package/build/contracts/SafeERC20.json +1 -1
  90. package/build/contracts/SafeGasLibrary.json +51 -51
  91. package/build/contracts/SafeMath.json +1 -1
  92. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  93. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  94. package/build/contracts/StreamRedirector.json +704 -704
  95. package/build/contracts/Strings.json +1 -1
  96. package/build/contracts/SuperAppBase.json +42 -42
  97. package/build/contracts/SuperAppBaseFlow.json +138 -138
  98. package/build/contracts/SuperAppDefinitions.json +614 -614
  99. package/build/contracts/SuperToken.json +2714 -2714
  100. package/build/contracts/SuperTokenDeployerLibrary.json +2383 -2383
  101. package/build/contracts/SuperTokenFactory.json +1347 -1347
  102. package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
  103. package/build/contracts/SuperTokenV1Library.json +1483 -1483
  104. package/build/contracts/SuperUpgrader.json +439 -439
  105. package/build/contracts/Superfluid.json +5196 -5196
  106. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2383 -2383
  107. package/build/contracts/SuperfluidFrameworkDeployer.json +1260 -1260
  108. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2382 -2382
  109. package/build/contracts/SuperfluidGovDeployerLibrary.json +2383 -2383
  110. package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
  111. package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
  112. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  113. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  114. package/build/contracts/SuperfluidHostDeployerLibrary.json +2382 -2382
  115. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2383 -2383
  116. package/build/contracts/SuperfluidLoader.json +207 -207
  117. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2384 -2384
  118. package/build/contracts/SuperfluidLoaderLibrary.json +485 -351
  119. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2387 -2387
  120. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2385 -2385
  121. package/build/contracts/SuperfluidToken.json +1423 -1423
  122. package/build/contracts/TOGA.json +1360 -1360
  123. package/build/contracts/TestGovernance.json +250 -250
  124. package/build/contracts/TestResolver.json +47 -47
  125. package/build/contracts/TestToken.json +102 -102
  126. package/build/contracts/TokenDeployerLibrary.json +2384 -2384
  127. package/build/contracts/TokenInfo.json +32 -32
  128. package/build/contracts/UUPSProxiable.json +139 -139
  129. package/build/contracts/UUPSProxy.json +81 -81
  130. package/build/contracts/UUPSUtils.json +37 -37
  131. package/build/contracts-sizes.txt +15 -15
  132. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
  133. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts.map +1 -1
  134. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
  135. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js.map +1 -1
  136. package/contracts/apps/SuperfluidLoaderLibrary.sol +4 -1
  137. package/package.json +3 -4
  138. package/ops-scripts/.eslintrc.js +0 -15
  139. package/ops-scripts/artifacts/ERC1820Registry.json +0 -5
  140. package/ops-scripts/deploy-aux-contracts.js +0 -99
  141. package/ops-scripts/deploy-deterministically.js +0 -169
  142. package/ops-scripts/deploy-erc1820.js +0 -83
  143. package/ops-scripts/deploy-framework.js +0 -895
  144. package/ops-scripts/deploy-mfa.ts +0 -27
  145. package/ops-scripts/deploy-super-token.js +0 -206
  146. package/ops-scripts/deploy-test-environment.js +0 -98
  147. package/ops-scripts/deploy-test-token.js +0 -86
  148. package/ops-scripts/deploy-unlisted-pure-super-token.js +0 -69
  149. package/ops-scripts/deploy-unlisted-super-token.js +0 -68
  150. package/ops-scripts/gov-create-new-app-registration-key.js +0 -75
  151. package/ops-scripts/gov-create-new-factory-registration.js +0 -49
  152. package/ops-scripts/gov-set-3Ps-config.js +0 -67
  153. package/ops-scripts/gov-set-reward-address.js +0 -60
  154. package/ops-scripts/gov-set-token-min-deposit.js +0 -53
  155. package/ops-scripts/gov-set-trusted-forwarder.js +0 -80
  156. package/ops-scripts/gov-transfer-framework-ownership.js +0 -90
  157. package/ops-scripts/gov-upgrade-governance.js +0 -87
  158. package/ops-scripts/gov-upgrade-super-token-logic.js +0 -193
  159. package/ops-scripts/info-inspect-account.js +0 -118
  160. package/ops-scripts/info-list-apps.js +0 -55
  161. package/ops-scripts/info-print-contract-addresses.js +0 -136
  162. package/ops-scripts/info-scan-deployments.js +0 -63
  163. package/ops-scripts/info-show-protocol.js +0 -400
  164. package/ops-scripts/libs/common.js +0 -436
  165. package/ops-scripts/libs/getConfig.js +0 -289
  166. package/ops-scripts/libs/truffleScriptRunnerFactory.js +0 -97
  167. package/ops-scripts/resolver-list-super-token.js +0 -73
  168. package/ops-scripts/resolver-register-token.js +0 -72
  169. package/ops-scripts/resolver-reset-deployment.js +0 -54
  170. package/ops-scripts/resolver-set-key-value.js +0 -69
  171. package/ops-scripts/resolver-unlist-super-token.js +0 -61
  172. package/ops-scripts/tmp-trigger-token-transfer.js +0 -33
  173. package/ops-scripts/validate-nft-addresses.ts +0 -49
@@ -15,27 +15,27 @@
15
15
  "absolutePath": "project:/contracts/interfaces/superfluid/Definitions.sol",
16
16
  "exportedSymbols": {
17
17
  "BatchOperation": [
18
- 23506
18
+ 23517
19
19
  ],
20
20
  "ContextDefinitions": [
21
- 23373
21
+ 23384
22
22
  ],
23
23
  "FlowOperatorDefinitions": [
24
- 23460
24
+ 23471
25
25
  ],
26
26
  "SuperAppDefinitions": [
27
- 23297
27
+ 23308
28
28
  ],
29
29
  "SuperfluidGovernanceConfigs": [
30
- 23607
30
+ 23618
31
31
  ]
32
32
  },
33
- "id": 23608,
33
+ "id": 23619,
34
34
  "license": "MIT",
35
35
  "nodeType": "SourceUnit",
36
36
  "nodes": [
37
37
  {
38
- "id": 23136,
38
+ "id": 23147,
39
39
  "literals": [
40
40
  "solidity",
41
41
  ">=",
@@ -52,15 +52,15 @@
52
52
  "contractDependencies": [],
53
53
  "contractKind": "library",
54
54
  "documentation": {
55
- "id": 23137,
55
+ "id": 23148,
56
56
  "nodeType": "StructuredDocumentation",
57
57
  "src": "59:69:45",
58
58
  "text": " @title Super app definitions library\n @author Superfluid"
59
59
  },
60
60
  "fullyImplemented": true,
61
- "id": 23297,
61
+ "id": 23308,
62
62
  "linearizedBaseContracts": [
63
- 23297
63
+ 23308
64
64
  ],
65
65
  "name": "SuperAppDefinitions",
66
66
  "nameLocation": "137:19:45",
@@ -68,12 +68,12 @@
68
68
  "nodes": [
69
69
  {
70
70
  "constant": true,
71
- "id": 23140,
71
+ "id": 23151,
72
72
  "mutability": "constant",
73
73
  "name": "APP_LEVEL_MASK",
74
74
  "nameLocation": "612:14:45",
75
75
  "nodeType": "VariableDeclaration",
76
- "scope": 23297,
76
+ "scope": 23308,
77
77
  "src": "586:47:45",
78
78
  "stateVariable": true,
79
79
  "storageLocation": "default",
@@ -82,7 +82,7 @@
82
82
  "typeString": "uint256"
83
83
  },
84
84
  "typeName": {
85
- "id": 23138,
85
+ "id": 23149,
86
86
  "name": "uint256",
87
87
  "nodeType": "ElementaryTypeName",
88
88
  "src": "586:7:45",
@@ -93,7 +93,7 @@
93
93
  },
94
94
  "value": {
95
95
  "hexValue": "30784646",
96
- "id": 23139,
96
+ "id": 23150,
97
97
  "isConstant": false,
98
98
  "isLValue": false,
99
99
  "isPure": true,
@@ -111,12 +111,12 @@
111
111
  },
112
112
  {
113
113
  "constant": true,
114
- "id": 23145,
114
+ "id": 23156,
115
115
  "mutability": "constant",
116
116
  "name": "APP_LEVEL_FINAL",
117
117
  "nameLocation": "757:15:45",
118
118
  "nodeType": "VariableDeclaration",
119
- "scope": 23297,
119
+ "scope": 23308,
120
120
  "src": "731:50:45",
121
121
  "stateVariable": true,
122
122
  "storageLocation": "default",
@@ -125,7 +125,7 @@
125
125
  "typeString": "uint256"
126
126
  },
127
127
  "typeName": {
128
- "id": 23141,
128
+ "id": 23152,
129
129
  "name": "uint256",
130
130
  "nodeType": "ElementaryTypeName",
131
131
  "src": "731:7:45",
@@ -139,14 +139,14 @@
139
139
  "typeIdentifier": "t_rational_1_by_1",
140
140
  "typeString": "int_const 1"
141
141
  },
142
- "id": 23144,
142
+ "id": 23155,
143
143
  "isConstant": false,
144
144
  "isLValue": false,
145
145
  "isPure": true,
146
146
  "lValueRequested": false,
147
147
  "leftExpression": {
148
148
  "hexValue": "31",
149
- "id": 23142,
149
+ "id": 23153,
150
150
  "isConstant": false,
151
151
  "isLValue": false,
152
152
  "isPure": true,
@@ -164,7 +164,7 @@
164
164
  "operator": "<<",
165
165
  "rightExpression": {
166
166
  "hexValue": "30",
167
- "id": 23143,
167
+ "id": 23154,
168
168
  "isConstant": false,
169
169
  "isLValue": false,
170
170
  "isPure": true,
@@ -188,12 +188,12 @@
188
188
  },
189
189
  {
190
190
  "constant": true,
191
- "id": 23150,
191
+ "id": 23161,
192
192
  "mutability": "constant",
193
193
  "name": "APP_LEVEL_SECOND",
194
194
  "nameLocation": "912:16:45",
195
195
  "nodeType": "VariableDeclaration",
196
- "scope": 23297,
196
+ "scope": 23308,
197
197
  "src": "886:51:45",
198
198
  "stateVariable": true,
199
199
  "storageLocation": "default",
@@ -202,7 +202,7 @@
202
202
  "typeString": "uint256"
203
203
  },
204
204
  "typeName": {
205
- "id": 23146,
205
+ "id": 23157,
206
206
  "name": "uint256",
207
207
  "nodeType": "ElementaryTypeName",
208
208
  "src": "886:7:45",
@@ -216,14 +216,14 @@
216
216
  "typeIdentifier": "t_rational_2_by_1",
217
217
  "typeString": "int_const 2"
218
218
  },
219
- "id": 23149,
219
+ "id": 23160,
220
220
  "isConstant": false,
221
221
  "isLValue": false,
222
222
  "isPure": true,
223
223
  "lValueRequested": false,
224
224
  "leftExpression": {
225
225
  "hexValue": "31",
226
- "id": 23147,
226
+ "id": 23158,
227
227
  "isConstant": false,
228
228
  "isLValue": false,
229
229
  "isPure": true,
@@ -241,7 +241,7 @@
241
241
  "operator": "<<",
242
242
  "rightExpression": {
243
243
  "hexValue": "31",
244
- "id": 23148,
244
+ "id": 23159,
245
245
  "isConstant": false,
246
246
  "isLValue": false,
247
247
  "isPure": true,
@@ -265,7 +265,7 @@
265
265
  },
266
266
  {
267
267
  "body": {
268
- "id": 23164,
268
+ "id": 23175,
269
269
  "nodeType": "Block",
270
270
  "src": "1023:58:45",
271
271
  "statements": [
@@ -277,17 +277,17 @@
277
277
  "typeIdentifier": "t_uint256",
278
278
  "typeString": "uint256"
279
279
  },
280
- "id": 23161,
280
+ "id": 23172,
281
281
  "isConstant": false,
282
282
  "isLValue": false,
283
283
  "isPure": false,
284
284
  "lValueRequested": false,
285
285
  "leftExpression": {
286
- "id": 23159,
286
+ "id": 23170,
287
287
  "name": "configWord",
288
288
  "nodeType": "Identifier",
289
289
  "overloadedDeclarations": [],
290
- "referencedDeclaration": 23152,
290
+ "referencedDeclaration": 23163,
291
291
  "src": "1046:10:45",
292
292
  "typeDescriptions": {
293
293
  "typeIdentifier": "t_uint256",
@@ -297,11 +297,11 @@
297
297
  "nodeType": "BinaryOperation",
298
298
  "operator": "&",
299
299
  "rightExpression": {
300
- "id": 23160,
300
+ "id": 23171,
301
301
  "name": "APP_LEVEL_MASK",
302
302
  "nodeType": "Identifier",
303
303
  "overloadedDeclarations": [],
304
- "referencedDeclaration": 23140,
304
+ "referencedDeclaration": 23151,
305
305
  "src": "1059:14:45",
306
306
  "typeDescriptions": {
307
307
  "typeIdentifier": "t_uint256",
@@ -322,7 +322,7 @@
322
322
  "typeString": "uint256"
323
323
  }
324
324
  ],
325
- "id": 23158,
325
+ "id": 23169,
326
326
  "isConstant": false,
327
327
  "isLValue": false,
328
328
  "isPure": true,
@@ -334,14 +334,14 @@
334
334
  "typeString": "type(uint8)"
335
335
  },
336
336
  "typeName": {
337
- "id": 23157,
337
+ "id": 23168,
338
338
  "name": "uint8",
339
339
  "nodeType": "ElementaryTypeName",
340
340
  "src": "1040:5:45",
341
341
  "typeDescriptions": {}
342
342
  }
343
343
  },
344
- "id": 23162,
344
+ "id": 23173,
345
345
  "isConstant": false,
346
346
  "isLValue": false,
347
347
  "isPure": false,
@@ -357,14 +357,14 @@
357
357
  "typeString": "uint8"
358
358
  }
359
359
  },
360
- "functionReturnParameters": 23156,
361
- "id": 23163,
360
+ "functionReturnParameters": 23167,
361
+ "id": 23174,
362
362
  "nodeType": "Return",
363
363
  "src": "1033:41:45"
364
364
  }
365
365
  ]
366
366
  },
367
- "id": 23165,
367
+ "id": 23176,
368
368
  "implemented": true,
369
369
  "kind": "function",
370
370
  "modifiers": [],
@@ -372,17 +372,17 @@
372
372
  "nameLocation": "953:19:45",
373
373
  "nodeType": "FunctionDefinition",
374
374
  "parameters": {
375
- "id": 23153,
375
+ "id": 23164,
376
376
  "nodeType": "ParameterList",
377
377
  "parameters": [
378
378
  {
379
379
  "constant": false,
380
- "id": 23152,
380
+ "id": 23163,
381
381
  "mutability": "mutable",
382
382
  "name": "configWord",
383
383
  "nameLocation": "981:10:45",
384
384
  "nodeType": "VariableDeclaration",
385
- "scope": 23165,
385
+ "scope": 23176,
386
386
  "src": "973:18:45",
387
387
  "stateVariable": false,
388
388
  "storageLocation": "default",
@@ -391,7 +391,7 @@
391
391
  "typeString": "uint256"
392
392
  },
393
393
  "typeName": {
394
- "id": 23151,
394
+ "id": 23162,
395
395
  "name": "uint256",
396
396
  "nodeType": "ElementaryTypeName",
397
397
  "src": "973:7:45",
@@ -406,17 +406,17 @@
406
406
  "src": "972:20:45"
407
407
  },
408
408
  "returnParameters": {
409
- "id": 23156,
409
+ "id": 23167,
410
410
  "nodeType": "ParameterList",
411
411
  "parameters": [
412
412
  {
413
413
  "constant": false,
414
- "id": 23155,
414
+ "id": 23166,
415
415
  "mutability": "mutable",
416
416
  "name": "",
417
417
  "nameLocation": "-1:-1:-1",
418
418
  "nodeType": "VariableDeclaration",
419
- "scope": 23165,
419
+ "scope": 23176,
420
420
  "src": "1016:5:45",
421
421
  "stateVariable": false,
422
422
  "storageLocation": "default",
@@ -425,7 +425,7 @@
425
425
  "typeString": "uint8"
426
426
  },
427
427
  "typeName": {
428
- "id": 23154,
428
+ "id": 23165,
429
429
  "name": "uint8",
430
430
  "nodeType": "ElementaryTypeName",
431
431
  "src": "1016:5:45",
@@ -439,7 +439,7 @@
439
439
  ],
440
440
  "src": "1015:7:45"
441
441
  },
442
- "scope": 23297,
442
+ "scope": 23308,
443
443
  "src": "944:137:45",
444
444
  "stateMutability": "pure",
445
445
  "virtual": false,
@@ -447,12 +447,12 @@
447
447
  },
448
448
  {
449
449
  "constant": true,
450
- "id": 23170,
450
+ "id": 23181,
451
451
  "mutability": "constant",
452
452
  "name": "APP_JAIL_BIT",
453
453
  "nameLocation": "1113:12:45",
454
454
  "nodeType": "VariableDeclaration",
455
- "scope": 23297,
455
+ "scope": 23308,
456
456
  "src": "1087:48:45",
457
457
  "stateVariable": true,
458
458
  "storageLocation": "default",
@@ -461,7 +461,7 @@
461
461
  "typeString": "uint256"
462
462
  },
463
463
  "typeName": {
464
- "id": 23166,
464
+ "id": 23177,
465
465
  "name": "uint256",
466
466
  "nodeType": "ElementaryTypeName",
467
467
  "src": "1087:7:45",
@@ -475,14 +475,14 @@
475
475
  "typeIdentifier": "t_rational_32768_by_1",
476
476
  "typeString": "int_const 32768"
477
477
  },
478
- "id": 23169,
478
+ "id": 23180,
479
479
  "isConstant": false,
480
480
  "isLValue": false,
481
481
  "isPure": true,
482
482
  "lValueRequested": false,
483
483
  "leftExpression": {
484
484
  "hexValue": "31",
485
- "id": 23167,
485
+ "id": 23178,
486
486
  "isConstant": false,
487
487
  "isLValue": false,
488
488
  "isPure": true,
@@ -500,7 +500,7 @@
500
500
  "operator": "<<",
501
501
  "rightExpression": {
502
502
  "hexValue": "3135",
503
- "id": 23168,
503
+ "id": 23179,
504
504
  "isConstant": false,
505
505
  "isLValue": false,
506
506
  "isPure": true,
@@ -524,7 +524,7 @@
524
524
  },
525
525
  {
526
526
  "body": {
527
- "id": 23185,
527
+ "id": 23196,
528
528
  "nodeType": "Block",
529
529
  "src": "1211:75:45",
530
530
  "statements": [
@@ -534,7 +534,7 @@
534
534
  "typeIdentifier": "t_uint256",
535
535
  "typeString": "uint256"
536
536
  },
537
- "id": 23183,
537
+ "id": 23194,
538
538
  "isConstant": false,
539
539
  "isLValue": false,
540
540
  "isPure": false,
@@ -546,17 +546,17 @@
546
546
  "typeIdentifier": "t_uint256",
547
547
  "typeString": "uint256"
548
548
  },
549
- "id": 23180,
549
+ "id": 23191,
550
550
  "isConstant": false,
551
551
  "isLValue": false,
552
552
  "isPure": false,
553
553
  "lValueRequested": false,
554
554
  "leftExpression": {
555
- "id": 23177,
555
+ "id": 23188,
556
556
  "name": "configWord",
557
557
  "nodeType": "Identifier",
558
558
  "overloadedDeclarations": [],
559
- "referencedDeclaration": 23172,
559
+ "referencedDeclaration": 23183,
560
560
  "src": "1229:10:45",
561
561
  "typeDescriptions": {
562
562
  "typeIdentifier": "t_uint256",
@@ -567,18 +567,18 @@
567
567
  "operator": "&",
568
568
  "rightExpression": {
569
569
  "expression": {
570
- "id": 23178,
570
+ "id": 23189,
571
571
  "name": "SuperAppDefinitions",
572
572
  "nodeType": "Identifier",
573
573
  "overloadedDeclarations": [],
574
- "referencedDeclaration": 23297,
574
+ "referencedDeclaration": 23308,
575
575
  "src": "1242:19:45",
576
576
  "typeDescriptions": {
577
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23297_$",
577
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23308_$",
578
578
  "typeString": "type(library SuperAppDefinitions)"
579
579
  }
580
580
  },
581
- "id": 23179,
581
+ "id": 23190,
582
582
  "isConstant": false,
583
583
  "isLValue": false,
584
584
  "isPure": true,
@@ -586,7 +586,7 @@
586
586
  "memberLocation": "1262:12:45",
587
587
  "memberName": "APP_JAIL_BIT",
588
588
  "nodeType": "MemberAccess",
589
- "referencedDeclaration": 23170,
589
+ "referencedDeclaration": 23181,
590
590
  "src": "1242:32:45",
591
591
  "typeDescriptions": {
592
592
  "typeIdentifier": "t_uint256",
@@ -600,7 +600,7 @@
600
600
  }
601
601
  }
602
602
  ],
603
- "id": 23181,
603
+ "id": 23192,
604
604
  "isConstant": false,
605
605
  "isInlineArray": false,
606
606
  "isLValue": false,
@@ -617,7 +617,7 @@
617
617
  "operator": ">",
618
618
  "rightExpression": {
619
619
  "hexValue": "30",
620
- "id": 23182,
620
+ "id": 23193,
621
621
  "isConstant": false,
622
622
  "isLValue": false,
623
623
  "isPure": true,
@@ -637,14 +637,14 @@
637
637
  "typeString": "bool"
638
638
  }
639
639
  },
640
- "functionReturnParameters": 23176,
641
- "id": 23184,
640
+ "functionReturnParameters": 23187,
641
+ "id": 23195,
642
642
  "nodeType": "Return",
643
643
  "src": "1221:58:45"
644
644
  }
645
645
  ]
646
646
  },
647
- "id": 23186,
647
+ "id": 23197,
648
648
  "implemented": true,
649
649
  "kind": "function",
650
650
  "modifiers": [],
@@ -652,17 +652,17 @@
652
652
  "nameLocation": "1150:11:45",
653
653
  "nodeType": "FunctionDefinition",
654
654
  "parameters": {
655
- "id": 23173,
655
+ "id": 23184,
656
656
  "nodeType": "ParameterList",
657
657
  "parameters": [
658
658
  {
659
659
  "constant": false,
660
- "id": 23172,
660
+ "id": 23183,
661
661
  "mutability": "mutable",
662
662
  "name": "configWord",
663
663
  "nameLocation": "1170:10:45",
664
664
  "nodeType": "VariableDeclaration",
665
- "scope": 23186,
665
+ "scope": 23197,
666
666
  "src": "1162:18:45",
667
667
  "stateVariable": false,
668
668
  "storageLocation": "default",
@@ -671,7 +671,7 @@
671
671
  "typeString": "uint256"
672
672
  },
673
673
  "typeName": {
674
- "id": 23171,
674
+ "id": 23182,
675
675
  "name": "uint256",
676
676
  "nodeType": "ElementaryTypeName",
677
677
  "src": "1162:7:45",
@@ -686,17 +686,17 @@
686
686
  "src": "1161:20:45"
687
687
  },
688
688
  "returnParameters": {
689
- "id": 23176,
689
+ "id": 23187,
690
690
  "nodeType": "ParameterList",
691
691
  "parameters": [
692
692
  {
693
693
  "constant": false,
694
- "id": 23175,
694
+ "id": 23186,
695
695
  "mutability": "mutable",
696
696
  "name": "",
697
697
  "nameLocation": "-1:-1:-1",
698
698
  "nodeType": "VariableDeclaration",
699
- "scope": 23186,
699
+ "scope": 23197,
700
700
  "src": "1205:4:45",
701
701
  "stateVariable": false,
702
702
  "storageLocation": "default",
@@ -705,7 +705,7 @@
705
705
  "typeString": "bool"
706
706
  },
707
707
  "typeName": {
708
- "id": 23174,
708
+ "id": 23185,
709
709
  "name": "bool",
710
710
  "nodeType": "ElementaryTypeName",
711
711
  "src": "1205:4:45",
@@ -719,7 +719,7 @@
719
719
  ],
720
720
  "src": "1204:6:45"
721
721
  },
722
- "scope": 23297,
722
+ "scope": 23308,
723
723
  "src": "1141:145:45",
724
724
  "stateMutability": "pure",
725
725
  "virtual": false,
@@ -727,12 +727,12 @@
727
727
  },
728
728
  {
729
729
  "constant": true,
730
- "id": 23191,
730
+ "id": 23202,
731
731
  "mutability": "constant",
732
732
  "name": "AGREEMENT_CALLBACK_NOOP_BITMASKS",
733
733
  "nameLocation": "1519:32:45",
734
734
  "nodeType": "VariableDeclaration",
735
- "scope": 23297,
735
+ "scope": 23308,
736
736
  "src": "1493:71:45",
737
737
  "stateVariable": true,
738
738
  "storageLocation": "default",
@@ -741,7 +741,7 @@
741
741
  "typeString": "uint256"
742
742
  },
743
743
  "typeName": {
744
- "id": 23187,
744
+ "id": 23198,
745
745
  "name": "uint256",
746
746
  "nodeType": "ElementaryTypeName",
747
747
  "src": "1493:7:45",
@@ -755,14 +755,14 @@
755
755
  "typeIdentifier": "t_rational_1095216660480_by_1",
756
756
  "typeString": "int_const 1095216660480"
757
757
  },
758
- "id": 23190,
758
+ "id": 23201,
759
759
  "isConstant": false,
760
760
  "isLValue": false,
761
761
  "isPure": true,
762
762
  "lValueRequested": false,
763
763
  "leftExpression": {
764
764
  "hexValue": "30784646",
765
- "id": 23188,
765
+ "id": 23199,
766
766
  "isConstant": false,
767
767
  "isLValue": false,
768
768
  "isPure": true,
@@ -780,7 +780,7 @@
780
780
  "operator": "<<",
781
781
  "rightExpression": {
782
782
  "hexValue": "3332",
783
- "id": 23189,
783
+ "id": 23200,
784
784
  "isConstant": false,
785
785
  "isLValue": false,
786
786
  "isPure": true,
@@ -804,12 +804,12 @@
804
804
  },
805
805
  {
806
806
  "constant": true,
807
- "id": 23199,
807
+ "id": 23210,
808
808
  "mutability": "constant",
809
809
  "name": "BEFORE_AGREEMENT_CREATED_NOOP",
810
810
  "nameLocation": "1596:29:45",
811
811
  "nodeType": "VariableDeclaration",
812
- "scope": 23297,
812
+ "scope": 23308,
813
813
  "src": "1570:71:45",
814
814
  "stateVariable": true,
815
815
  "storageLocation": "default",
@@ -818,7 +818,7 @@
818
818
  "typeString": "uint256"
819
819
  },
820
820
  "typeName": {
821
- "id": 23192,
821
+ "id": 23203,
822
822
  "name": "uint256",
823
823
  "nodeType": "ElementaryTypeName",
824
824
  "src": "1570:7:45",
@@ -832,14 +832,14 @@
832
832
  "typeIdentifier": "t_rational_4294967296_by_1",
833
833
  "typeString": "int_const 4294967296"
834
834
  },
835
- "id": 23198,
835
+ "id": 23209,
836
836
  "isConstant": false,
837
837
  "isLValue": false,
838
838
  "isPure": true,
839
839
  "lValueRequested": false,
840
840
  "leftExpression": {
841
841
  "hexValue": "31",
842
- "id": 23193,
842
+ "id": 23204,
843
843
  "isConstant": false,
844
844
  "isLValue": false,
845
845
  "isPure": true,
@@ -862,14 +862,14 @@
862
862
  "typeIdentifier": "t_rational_32_by_1",
863
863
  "typeString": "int_const 32"
864
864
  },
865
- "id": 23196,
865
+ "id": 23207,
866
866
  "isConstant": false,
867
867
  "isLValue": false,
868
868
  "isPure": true,
869
869
  "lValueRequested": false,
870
870
  "leftExpression": {
871
871
  "hexValue": "3332",
872
- "id": 23194,
872
+ "id": 23205,
873
873
  "isConstant": false,
874
874
  "isLValue": false,
875
875
  "isPure": true,
@@ -887,7 +887,7 @@
887
887
  "operator": "+",
888
888
  "rightExpression": {
889
889
  "hexValue": "30",
890
- "id": 23195,
890
+ "id": 23206,
891
891
  "isConstant": false,
892
892
  "isLValue": false,
893
893
  "isPure": true,
@@ -908,7 +908,7 @@
908
908
  }
909
909
  }
910
910
  ],
911
- "id": 23197,
911
+ "id": 23208,
912
912
  "isConstant": false,
913
913
  "isInlineArray": false,
914
914
  "isLValue": false,
@@ -931,12 +931,12 @@
931
931
  },
932
932
  {
933
933
  "constant": true,
934
- "id": 23207,
934
+ "id": 23218,
935
935
  "mutability": "constant",
936
936
  "name": "AFTER_AGREEMENT_CREATED_NOOP",
937
937
  "nameLocation": "1673:28:45",
938
938
  "nodeType": "VariableDeclaration",
939
- "scope": 23297,
939
+ "scope": 23308,
940
940
  "src": "1647:70:45",
941
941
  "stateVariable": true,
942
942
  "storageLocation": "default",
@@ -945,7 +945,7 @@
945
945
  "typeString": "uint256"
946
946
  },
947
947
  "typeName": {
948
- "id": 23200,
948
+ "id": 23211,
949
949
  "name": "uint256",
950
950
  "nodeType": "ElementaryTypeName",
951
951
  "src": "1647:7:45",
@@ -959,14 +959,14 @@
959
959
  "typeIdentifier": "t_rational_8589934592_by_1",
960
960
  "typeString": "int_const 8589934592"
961
961
  },
962
- "id": 23206,
962
+ "id": 23217,
963
963
  "isConstant": false,
964
964
  "isLValue": false,
965
965
  "isPure": true,
966
966
  "lValueRequested": false,
967
967
  "leftExpression": {
968
968
  "hexValue": "31",
969
- "id": 23201,
969
+ "id": 23212,
970
970
  "isConstant": false,
971
971
  "isLValue": false,
972
972
  "isPure": true,
@@ -989,14 +989,14 @@
989
989
  "typeIdentifier": "t_rational_33_by_1",
990
990
  "typeString": "int_const 33"
991
991
  },
992
- "id": 23204,
992
+ "id": 23215,
993
993
  "isConstant": false,
994
994
  "isLValue": false,
995
995
  "isPure": true,
996
996
  "lValueRequested": false,
997
997
  "leftExpression": {
998
998
  "hexValue": "3332",
999
- "id": 23202,
999
+ "id": 23213,
1000
1000
  "isConstant": false,
1001
1001
  "isLValue": false,
1002
1002
  "isPure": true,
@@ -1014,7 +1014,7 @@
1014
1014
  "operator": "+",
1015
1015
  "rightExpression": {
1016
1016
  "hexValue": "31",
1017
- "id": 23203,
1017
+ "id": 23214,
1018
1018
  "isConstant": false,
1019
1019
  "isLValue": false,
1020
1020
  "isPure": true,
@@ -1035,7 +1035,7 @@
1035
1035
  }
1036
1036
  }
1037
1037
  ],
1038
- "id": 23205,
1038
+ "id": 23216,
1039
1039
  "isConstant": false,
1040
1040
  "isInlineArray": false,
1041
1041
  "isLValue": false,
@@ -1058,12 +1058,12 @@
1058
1058
  },
1059
1059
  {
1060
1060
  "constant": true,
1061
- "id": 23215,
1061
+ "id": 23226,
1062
1062
  "mutability": "constant",
1063
1063
  "name": "BEFORE_AGREEMENT_UPDATED_NOOP",
1064
1064
  "nameLocation": "1749:29:45",
1065
1065
  "nodeType": "VariableDeclaration",
1066
- "scope": 23297,
1066
+ "scope": 23308,
1067
1067
  "src": "1723:71:45",
1068
1068
  "stateVariable": true,
1069
1069
  "storageLocation": "default",
@@ -1072,7 +1072,7 @@
1072
1072
  "typeString": "uint256"
1073
1073
  },
1074
1074
  "typeName": {
1075
- "id": 23208,
1075
+ "id": 23219,
1076
1076
  "name": "uint256",
1077
1077
  "nodeType": "ElementaryTypeName",
1078
1078
  "src": "1723:7:45",
@@ -1086,14 +1086,14 @@
1086
1086
  "typeIdentifier": "t_rational_17179869184_by_1",
1087
1087
  "typeString": "int_const 17179869184"
1088
1088
  },
1089
- "id": 23214,
1089
+ "id": 23225,
1090
1090
  "isConstant": false,
1091
1091
  "isLValue": false,
1092
1092
  "isPure": true,
1093
1093
  "lValueRequested": false,
1094
1094
  "leftExpression": {
1095
1095
  "hexValue": "31",
1096
- "id": 23209,
1096
+ "id": 23220,
1097
1097
  "isConstant": false,
1098
1098
  "isLValue": false,
1099
1099
  "isPure": true,
@@ -1116,14 +1116,14 @@
1116
1116
  "typeIdentifier": "t_rational_34_by_1",
1117
1117
  "typeString": "int_const 34"
1118
1118
  },
1119
- "id": 23212,
1119
+ "id": 23223,
1120
1120
  "isConstant": false,
1121
1121
  "isLValue": false,
1122
1122
  "isPure": true,
1123
1123
  "lValueRequested": false,
1124
1124
  "leftExpression": {
1125
1125
  "hexValue": "3332",
1126
- "id": 23210,
1126
+ "id": 23221,
1127
1127
  "isConstant": false,
1128
1128
  "isLValue": false,
1129
1129
  "isPure": true,
@@ -1141,7 +1141,7 @@
1141
1141
  "operator": "+",
1142
1142
  "rightExpression": {
1143
1143
  "hexValue": "32",
1144
- "id": 23211,
1144
+ "id": 23222,
1145
1145
  "isConstant": false,
1146
1146
  "isLValue": false,
1147
1147
  "isPure": true,
@@ -1162,7 +1162,7 @@
1162
1162
  }
1163
1163
  }
1164
1164
  ],
1165
- "id": 23213,
1165
+ "id": 23224,
1166
1166
  "isConstant": false,
1167
1167
  "isInlineArray": false,
1168
1168
  "isLValue": false,
@@ -1185,12 +1185,12 @@
1185
1185
  },
1186
1186
  {
1187
1187
  "constant": true,
1188
- "id": 23223,
1188
+ "id": 23234,
1189
1189
  "mutability": "constant",
1190
1190
  "name": "AFTER_AGREEMENT_UPDATED_NOOP",
1191
1191
  "nameLocation": "1826:28:45",
1192
1192
  "nodeType": "VariableDeclaration",
1193
- "scope": 23297,
1193
+ "scope": 23308,
1194
1194
  "src": "1800:70:45",
1195
1195
  "stateVariable": true,
1196
1196
  "storageLocation": "default",
@@ -1199,7 +1199,7 @@
1199
1199
  "typeString": "uint256"
1200
1200
  },
1201
1201
  "typeName": {
1202
- "id": 23216,
1202
+ "id": 23227,
1203
1203
  "name": "uint256",
1204
1204
  "nodeType": "ElementaryTypeName",
1205
1205
  "src": "1800:7:45",
@@ -1213,14 +1213,14 @@
1213
1213
  "typeIdentifier": "t_rational_34359738368_by_1",
1214
1214
  "typeString": "int_const 34359738368"
1215
1215
  },
1216
- "id": 23222,
1216
+ "id": 23233,
1217
1217
  "isConstant": false,
1218
1218
  "isLValue": false,
1219
1219
  "isPure": true,
1220
1220
  "lValueRequested": false,
1221
1221
  "leftExpression": {
1222
1222
  "hexValue": "31",
1223
- "id": 23217,
1223
+ "id": 23228,
1224
1224
  "isConstant": false,
1225
1225
  "isLValue": false,
1226
1226
  "isPure": true,
@@ -1243,14 +1243,14 @@
1243
1243
  "typeIdentifier": "t_rational_35_by_1",
1244
1244
  "typeString": "int_const 35"
1245
1245
  },
1246
- "id": 23220,
1246
+ "id": 23231,
1247
1247
  "isConstant": false,
1248
1248
  "isLValue": false,
1249
1249
  "isPure": true,
1250
1250
  "lValueRequested": false,
1251
1251
  "leftExpression": {
1252
1252
  "hexValue": "3332",
1253
- "id": 23218,
1253
+ "id": 23229,
1254
1254
  "isConstant": false,
1255
1255
  "isLValue": false,
1256
1256
  "isPure": true,
@@ -1268,7 +1268,7 @@
1268
1268
  "operator": "+",
1269
1269
  "rightExpression": {
1270
1270
  "hexValue": "33",
1271
- "id": 23219,
1271
+ "id": 23230,
1272
1272
  "isConstant": false,
1273
1273
  "isLValue": false,
1274
1274
  "isPure": true,
@@ -1289,7 +1289,7 @@
1289
1289
  }
1290
1290
  }
1291
1291
  ],
1292
- "id": 23221,
1292
+ "id": 23232,
1293
1293
  "isConstant": false,
1294
1294
  "isInlineArray": false,
1295
1295
  "isLValue": false,
@@ -1312,12 +1312,12 @@
1312
1312
  },
1313
1313
  {
1314
1314
  "constant": true,
1315
- "id": 23231,
1315
+ "id": 23242,
1316
1316
  "mutability": "constant",
1317
1317
  "name": "BEFORE_AGREEMENT_TERMINATED_NOOP",
1318
1318
  "nameLocation": "1902:32:45",
1319
1319
  "nodeType": "VariableDeclaration",
1320
- "scope": 23297,
1320
+ "scope": 23308,
1321
1321
  "src": "1876:74:45",
1322
1322
  "stateVariable": true,
1323
1323
  "storageLocation": "default",
@@ -1326,7 +1326,7 @@
1326
1326
  "typeString": "uint256"
1327
1327
  },
1328
1328
  "typeName": {
1329
- "id": 23224,
1329
+ "id": 23235,
1330
1330
  "name": "uint256",
1331
1331
  "nodeType": "ElementaryTypeName",
1332
1332
  "src": "1876:7:45",
@@ -1340,14 +1340,14 @@
1340
1340
  "typeIdentifier": "t_rational_68719476736_by_1",
1341
1341
  "typeString": "int_const 68719476736"
1342
1342
  },
1343
- "id": 23230,
1343
+ "id": 23241,
1344
1344
  "isConstant": false,
1345
1345
  "isLValue": false,
1346
1346
  "isPure": true,
1347
1347
  "lValueRequested": false,
1348
1348
  "leftExpression": {
1349
1349
  "hexValue": "31",
1350
- "id": 23225,
1350
+ "id": 23236,
1351
1351
  "isConstant": false,
1352
1352
  "isLValue": false,
1353
1353
  "isPure": true,
@@ -1370,14 +1370,14 @@
1370
1370
  "typeIdentifier": "t_rational_36_by_1",
1371
1371
  "typeString": "int_const 36"
1372
1372
  },
1373
- "id": 23228,
1373
+ "id": 23239,
1374
1374
  "isConstant": false,
1375
1375
  "isLValue": false,
1376
1376
  "isPure": true,
1377
1377
  "lValueRequested": false,
1378
1378
  "leftExpression": {
1379
1379
  "hexValue": "3332",
1380
- "id": 23226,
1380
+ "id": 23237,
1381
1381
  "isConstant": false,
1382
1382
  "isLValue": false,
1383
1383
  "isPure": true,
@@ -1395,7 +1395,7 @@
1395
1395
  "operator": "+",
1396
1396
  "rightExpression": {
1397
1397
  "hexValue": "34",
1398
- "id": 23227,
1398
+ "id": 23238,
1399
1399
  "isConstant": false,
1400
1400
  "isLValue": false,
1401
1401
  "isPure": true,
@@ -1416,7 +1416,7 @@
1416
1416
  }
1417
1417
  }
1418
1418
  ],
1419
- "id": 23229,
1419
+ "id": 23240,
1420
1420
  "isConstant": false,
1421
1421
  "isInlineArray": false,
1422
1422
  "isLValue": false,
@@ -1439,12 +1439,12 @@
1439
1439
  },
1440
1440
  {
1441
1441
  "constant": true,
1442
- "id": 23239,
1442
+ "id": 23250,
1443
1443
  "mutability": "constant",
1444
1444
  "name": "AFTER_AGREEMENT_TERMINATED_NOOP",
1445
1445
  "nameLocation": "1982:31:45",
1446
1446
  "nodeType": "VariableDeclaration",
1447
- "scope": 23297,
1447
+ "scope": 23308,
1448
1448
  "src": "1956:73:45",
1449
1449
  "stateVariable": true,
1450
1450
  "storageLocation": "default",
@@ -1453,7 +1453,7 @@
1453
1453
  "typeString": "uint256"
1454
1454
  },
1455
1455
  "typeName": {
1456
- "id": 23232,
1456
+ "id": 23243,
1457
1457
  "name": "uint256",
1458
1458
  "nodeType": "ElementaryTypeName",
1459
1459
  "src": "1956:7:45",
@@ -1467,14 +1467,14 @@
1467
1467
  "typeIdentifier": "t_rational_137438953472_by_1",
1468
1468
  "typeString": "int_const 137438953472"
1469
1469
  },
1470
- "id": 23238,
1470
+ "id": 23249,
1471
1471
  "isConstant": false,
1472
1472
  "isLValue": false,
1473
1473
  "isPure": true,
1474
1474
  "lValueRequested": false,
1475
1475
  "leftExpression": {
1476
1476
  "hexValue": "31",
1477
- "id": 23233,
1477
+ "id": 23244,
1478
1478
  "isConstant": false,
1479
1479
  "isLValue": false,
1480
1480
  "isPure": true,
@@ -1497,14 +1497,14 @@
1497
1497
  "typeIdentifier": "t_rational_37_by_1",
1498
1498
  "typeString": "int_const 37"
1499
1499
  },
1500
- "id": 23236,
1500
+ "id": 23247,
1501
1501
  "isConstant": false,
1502
1502
  "isLValue": false,
1503
1503
  "isPure": true,
1504
1504
  "lValueRequested": false,
1505
1505
  "leftExpression": {
1506
1506
  "hexValue": "3332",
1507
- "id": 23234,
1507
+ "id": 23245,
1508
1508
  "isConstant": false,
1509
1509
  "isLValue": false,
1510
1510
  "isPure": true,
@@ -1522,7 +1522,7 @@
1522
1522
  "operator": "+",
1523
1523
  "rightExpression": {
1524
1524
  "hexValue": "35",
1525
- "id": 23235,
1525
+ "id": 23246,
1526
1526
  "isConstant": false,
1527
1527
  "isLValue": false,
1528
1528
  "isPure": true,
@@ -1543,7 +1543,7 @@
1543
1543
  }
1544
1544
  }
1545
1545
  ],
1546
- "id": 23237,
1546
+ "id": 23248,
1547
1547
  "isConstant": false,
1548
1548
  "isInlineArray": false,
1549
1549
  "isLValue": false,
@@ -1566,12 +1566,12 @@
1566
1566
  },
1567
1567
  {
1568
1568
  "constant": true,
1569
- "id": 23242,
1569
+ "id": 23253,
1570
1570
  "mutability": "constant",
1571
1571
  "name": "APP_RULE_REGISTRATION_ONLY_IN_CONSTRUCTOR",
1572
1572
  "nameLocation": "2247:41:45",
1573
1573
  "nodeType": "VariableDeclaration",
1574
- "scope": 23297,
1574
+ "scope": 23308,
1575
1575
  "src": "2221:71:45",
1576
1576
  "stateVariable": true,
1577
1577
  "storageLocation": "default",
@@ -1580,7 +1580,7 @@
1580
1580
  "typeString": "uint256"
1581
1581
  },
1582
1582
  "typeName": {
1583
- "id": 23240,
1583
+ "id": 23251,
1584
1584
  "name": "uint256",
1585
1585
  "nodeType": "ElementaryTypeName",
1586
1586
  "src": "2221:7:45",
@@ -1591,7 +1591,7 @@
1591
1591
  },
1592
1592
  "value": {
1593
1593
  "hexValue": "31",
1594
- "id": 23241,
1594
+ "id": 23252,
1595
1595
  "isConstant": false,
1596
1596
  "isLValue": false,
1597
1597
  "isPure": true,
@@ -1609,12 +1609,12 @@
1609
1609
  },
1610
1610
  {
1611
1611
  "constant": true,
1612
- "id": 23245,
1612
+ "id": 23256,
1613
1613
  "mutability": "constant",
1614
1614
  "name": "APP_RULE_NO_REGISTRATION_FOR_EOA",
1615
1615
  "nameLocation": "2324:32:45",
1616
1616
  "nodeType": "VariableDeclaration",
1617
- "scope": 23297,
1617
+ "scope": 23308,
1618
1618
  "src": "2298:62:45",
1619
1619
  "stateVariable": true,
1620
1620
  "storageLocation": "default",
@@ -1623,7 +1623,7 @@
1623
1623
  "typeString": "uint256"
1624
1624
  },
1625
1625
  "typeName": {
1626
- "id": 23243,
1626
+ "id": 23254,
1627
1627
  "name": "uint256",
1628
1628
  "nodeType": "ElementaryTypeName",
1629
1629
  "src": "2298:7:45",
@@ -1634,7 +1634,7 @@
1634
1634
  },
1635
1635
  "value": {
1636
1636
  "hexValue": "32",
1637
- "id": 23244,
1637
+ "id": 23255,
1638
1638
  "isConstant": false,
1639
1639
  "isLValue": false,
1640
1640
  "isPure": true,
@@ -1652,12 +1652,12 @@
1652
1652
  },
1653
1653
  {
1654
1654
  "constant": true,
1655
- "id": 23248,
1655
+ "id": 23259,
1656
1656
  "mutability": "constant",
1657
1657
  "name": "APP_RULE_NO_REVERT_ON_TERMINATION_CALLBACK",
1658
1658
  "nameLocation": "2392:42:45",
1659
1659
  "nodeType": "VariableDeclaration",
1660
- "scope": 23297,
1660
+ "scope": 23308,
1661
1661
  "src": "2366:73:45",
1662
1662
  "stateVariable": true,
1663
1663
  "storageLocation": "default",
@@ -1666,7 +1666,7 @@
1666
1666
  "typeString": "uint256"
1667
1667
  },
1668
1668
  "typeName": {
1669
- "id": 23246,
1669
+ "id": 23257,
1670
1670
  "name": "uint256",
1671
1671
  "nodeType": "ElementaryTypeName",
1672
1672
  "src": "2366:7:45",
@@ -1677,7 +1677,7 @@
1677
1677
  },
1678
1678
  "value": {
1679
1679
  "hexValue": "3130",
1680
- "id": 23247,
1680
+ "id": 23258,
1681
1681
  "isConstant": false,
1682
1682
  "isLValue": false,
1683
1683
  "isPure": true,
@@ -1695,12 +1695,12 @@
1695
1695
  },
1696
1696
  {
1697
1697
  "constant": true,
1698
- "id": 23251,
1698
+ "id": 23262,
1699
1699
  "mutability": "constant",
1700
1700
  "name": "APP_RULE_NO_CRITICAL_SENDER_ACCOUNT",
1701
1701
  "nameLocation": "2471:35:45",
1702
1702
  "nodeType": "VariableDeclaration",
1703
- "scope": 23297,
1703
+ "scope": 23308,
1704
1704
  "src": "2445:66:45",
1705
1705
  "stateVariable": true,
1706
1706
  "storageLocation": "default",
@@ -1709,7 +1709,7 @@
1709
1709
  "typeString": "uint256"
1710
1710
  },
1711
1711
  "typeName": {
1712
- "id": 23249,
1712
+ "id": 23260,
1713
1713
  "name": "uint256",
1714
1714
  "nodeType": "ElementaryTypeName",
1715
1715
  "src": "2445:7:45",
@@ -1720,7 +1720,7 @@
1720
1720
  },
1721
1721
  "value": {
1722
1722
  "hexValue": "3131",
1723
- "id": 23250,
1723
+ "id": 23261,
1724
1724
  "isConstant": false,
1725
1725
  "isLValue": false,
1726
1726
  "isPure": true,
@@ -1738,12 +1738,12 @@
1738
1738
  },
1739
1739
  {
1740
1740
  "constant": true,
1741
- "id": 23254,
1741
+ "id": 23265,
1742
1742
  "mutability": "constant",
1743
1743
  "name": "APP_RULE_NO_CRITICAL_RECEIVER_ACCOUNT",
1744
1744
  "nameLocation": "2543:37:45",
1745
1745
  "nodeType": "VariableDeclaration",
1746
- "scope": 23297,
1746
+ "scope": 23308,
1747
1747
  "src": "2517:68:45",
1748
1748
  "stateVariable": true,
1749
1749
  "storageLocation": "default",
@@ -1752,7 +1752,7 @@
1752
1752
  "typeString": "uint256"
1753
1753
  },
1754
1754
  "typeName": {
1755
- "id": 23252,
1755
+ "id": 23263,
1756
1756
  "name": "uint256",
1757
1757
  "nodeType": "ElementaryTypeName",
1758
1758
  "src": "2517:7:45",
@@ -1763,7 +1763,7 @@
1763
1763
  },
1764
1764
  "value": {
1765
1765
  "hexValue": "3132",
1766
- "id": 23253,
1766
+ "id": 23264,
1767
1767
  "isConstant": false,
1768
1768
  "isLValue": false,
1769
1769
  "isPure": true,
@@ -1781,12 +1781,12 @@
1781
1781
  },
1782
1782
  {
1783
1783
  "constant": true,
1784
- "id": 23257,
1784
+ "id": 23268,
1785
1785
  "mutability": "constant",
1786
1786
  "name": "APP_RULE_CTX_IS_READONLY",
1787
1787
  "nameLocation": "2617:24:45",
1788
1788
  "nodeType": "VariableDeclaration",
1789
- "scope": 23297,
1789
+ "scope": 23308,
1790
1790
  "src": "2591:55:45",
1791
1791
  "stateVariable": true,
1792
1792
  "storageLocation": "default",
@@ -1795,7 +1795,7 @@
1795
1795
  "typeString": "uint256"
1796
1796
  },
1797
1797
  "typeName": {
1798
- "id": 23255,
1798
+ "id": 23266,
1799
1799
  "name": "uint256",
1800
1800
  "nodeType": "ElementaryTypeName",
1801
1801
  "src": "2591:7:45",
@@ -1806,7 +1806,7 @@
1806
1806
  },
1807
1807
  "value": {
1808
1808
  "hexValue": "3230",
1809
- "id": 23256,
1809
+ "id": 23267,
1810
1810
  "isConstant": false,
1811
1811
  "isLValue": false,
1812
1812
  "isPure": true,
@@ -1824,12 +1824,12 @@
1824
1824
  },
1825
1825
  {
1826
1826
  "constant": true,
1827
- "id": 23260,
1827
+ "id": 23271,
1828
1828
  "mutability": "constant",
1829
1829
  "name": "APP_RULE_CTX_IS_NOT_CLEAN",
1830
1830
  "nameLocation": "2678:25:45",
1831
1831
  "nodeType": "VariableDeclaration",
1832
- "scope": 23297,
1832
+ "scope": 23308,
1833
1833
  "src": "2652:56:45",
1834
1834
  "stateVariable": true,
1835
1835
  "storageLocation": "default",
@@ -1838,7 +1838,7 @@
1838
1838
  "typeString": "uint256"
1839
1839
  },
1840
1840
  "typeName": {
1841
- "id": 23258,
1841
+ "id": 23269,
1842
1842
  "name": "uint256",
1843
1843
  "nodeType": "ElementaryTypeName",
1844
1844
  "src": "2652:7:45",
@@ -1849,7 +1849,7 @@
1849
1849
  },
1850
1850
  "value": {
1851
1851
  "hexValue": "3231",
1852
- "id": 23259,
1852
+ "id": 23270,
1853
1853
  "isConstant": false,
1854
1854
  "isLValue": false,
1855
1855
  "isPure": true,
@@ -1867,12 +1867,12 @@
1867
1867
  },
1868
1868
  {
1869
1869
  "constant": true,
1870
- "id": 23263,
1870
+ "id": 23274,
1871
1871
  "mutability": "constant",
1872
1872
  "name": "APP_RULE_CTX_IS_MALFORMATED",
1873
1873
  "nameLocation": "2740:27:45",
1874
1874
  "nodeType": "VariableDeclaration",
1875
- "scope": 23297,
1875
+ "scope": 23308,
1876
1876
  "src": "2714:58:45",
1877
1877
  "stateVariable": true,
1878
1878
  "storageLocation": "default",
@@ -1881,7 +1881,7 @@
1881
1881
  "typeString": "uint256"
1882
1882
  },
1883
1883
  "typeName": {
1884
- "id": 23261,
1884
+ "id": 23272,
1885
1885
  "name": "uint256",
1886
1886
  "nodeType": "ElementaryTypeName",
1887
1887
  "src": "2714:7:45",
@@ -1892,7 +1892,7 @@
1892
1892
  },
1893
1893
  "value": {
1894
1894
  "hexValue": "3232",
1895
- "id": 23262,
1895
+ "id": 23273,
1896
1896
  "isConstant": false,
1897
1897
  "isLValue": false,
1898
1898
  "isPure": true,
@@ -1910,12 +1910,12 @@
1910
1910
  },
1911
1911
  {
1912
1912
  "constant": true,
1913
- "id": 23266,
1913
+ "id": 23277,
1914
1914
  "mutability": "constant",
1915
1915
  "name": "APP_RULE_COMPOSITE_APP_IS_NOT_WHITELISTED",
1916
1916
  "nameLocation": "2804:41:45",
1917
1917
  "nodeType": "VariableDeclaration",
1918
- "scope": 23297,
1918
+ "scope": 23308,
1919
1919
  "src": "2778:72:45",
1920
1920
  "stateVariable": true,
1921
1921
  "storageLocation": "default",
@@ -1924,7 +1924,7 @@
1924
1924
  "typeString": "uint256"
1925
1925
  },
1926
1926
  "typeName": {
1927
- "id": 23264,
1927
+ "id": 23275,
1928
1928
  "name": "uint256",
1929
1929
  "nodeType": "ElementaryTypeName",
1930
1930
  "src": "2778:7:45",
@@ -1935,7 +1935,7 @@
1935
1935
  },
1936
1936
  "value": {
1937
1937
  "hexValue": "3330",
1938
- "id": 23265,
1938
+ "id": 23276,
1939
1939
  "isConstant": false,
1940
1940
  "isLValue": false,
1941
1941
  "isPure": true,
@@ -1953,12 +1953,12 @@
1953
1953
  },
1954
1954
  {
1955
1955
  "constant": true,
1956
- "id": 23269,
1956
+ "id": 23280,
1957
1957
  "mutability": "constant",
1958
1958
  "name": "APP_RULE_COMPOSITE_APP_IS_JAILED",
1959
1959
  "nameLocation": "2882:32:45",
1960
1960
  "nodeType": "VariableDeclaration",
1961
- "scope": 23297,
1961
+ "scope": 23308,
1962
1962
  "src": "2856:63:45",
1963
1963
  "stateVariable": true,
1964
1964
  "storageLocation": "default",
@@ -1967,7 +1967,7 @@
1967
1967
  "typeString": "uint256"
1968
1968
  },
1969
1969
  "typeName": {
1970
- "id": 23267,
1970
+ "id": 23278,
1971
1971
  "name": "uint256",
1972
1972
  "nodeType": "ElementaryTypeName",
1973
1973
  "src": "2856:7:45",
@@ -1978,7 +1978,7 @@
1978
1978
  },
1979
1979
  "value": {
1980
1980
  "hexValue": "3331",
1981
- "id": 23268,
1981
+ "id": 23279,
1982
1982
  "isConstant": false,
1983
1983
  "isLValue": false,
1984
1984
  "isPure": true,
@@ -1996,12 +1996,12 @@
1996
1996
  },
1997
1997
  {
1998
1998
  "constant": true,
1999
- "id": 23272,
1999
+ "id": 23283,
2000
2000
  "mutability": "constant",
2001
2001
  "name": "APP_RULE_MAX_APP_LEVEL_REACHED",
2002
2002
  "nameLocation": "2951:30:45",
2003
2003
  "nodeType": "VariableDeclaration",
2004
- "scope": 23297,
2004
+ "scope": 23308,
2005
2005
  "src": "2925:61:45",
2006
2006
  "stateVariable": true,
2007
2007
  "storageLocation": "default",
@@ -2010,7 +2010,7 @@
2010
2010
  "typeString": "uint256"
2011
2011
  },
2012
2012
  "typeName": {
2013
- "id": 23270,
2013
+ "id": 23281,
2014
2014
  "name": "uint256",
2015
2015
  "nodeType": "ElementaryTypeName",
2016
2016
  "src": "2925:7:45",
@@ -2021,7 +2021,7 @@
2021
2021
  },
2022
2022
  "value": {
2023
2023
  "hexValue": "3430",
2024
- "id": 23271,
2024
+ "id": 23282,
2025
2025
  "isConstant": false,
2026
2026
  "isLValue": false,
2027
2027
  "isPure": true,
@@ -2039,7 +2039,7 @@
2039
2039
  },
2040
2040
  {
2041
2041
  "body": {
2042
- "id": 23295,
2042
+ "id": 23306,
2043
2043
  "nodeType": "Block",
2044
2044
  "src": "3179:120:45",
2045
2045
  "statements": [
@@ -2049,7 +2049,7 @@
2049
2049
  "typeIdentifier": "t_uint256",
2050
2050
  "typeString": "uint256"
2051
2051
  },
2052
- "id": 23293,
2052
+ "id": 23304,
2053
2053
  "isConstant": false,
2054
2054
  "isLValue": false,
2055
2055
  "isPure": false,
@@ -2061,17 +2061,17 @@
2061
2061
  "typeIdentifier": "t_uint256",
2062
2062
  "typeString": "uint256"
2063
2063
  },
2064
- "id": 23287,
2064
+ "id": 23298,
2065
2065
  "isConstant": false,
2066
2066
  "isLValue": false,
2067
2067
  "isPure": false,
2068
2068
  "lValueRequested": false,
2069
2069
  "leftExpression": {
2070
- "id": 23279,
2070
+ "id": 23290,
2071
2071
  "name": "configWord",
2072
2072
  "nodeType": "Identifier",
2073
2073
  "overloadedDeclarations": [],
2074
- "referencedDeclaration": 23274,
2074
+ "referencedDeclaration": 23285,
2075
2075
  "src": "3197:10:45",
2076
2076
  "typeDescriptions": {
2077
2077
  "typeIdentifier": "t_uint256",
@@ -2081,7 +2081,7 @@
2081
2081
  "nodeType": "BinaryOperation",
2082
2082
  "operator": "&",
2083
2083
  "rightExpression": {
2084
- "id": 23286,
2084
+ "id": 23297,
2085
2085
  "isConstant": false,
2086
2086
  "isLValue": false,
2087
2087
  "isPure": true,
@@ -2097,7 +2097,7 @@
2097
2097
  "typeIdentifier": "t_uint256",
2098
2098
  "typeString": "uint256"
2099
2099
  },
2100
- "id": 23284,
2100
+ "id": 23295,
2101
2101
  "isConstant": false,
2102
2102
  "isLValue": false,
2103
2103
  "isPure": true,
@@ -2107,17 +2107,17 @@
2107
2107
  "typeIdentifier": "t_uint256",
2108
2108
  "typeString": "uint256"
2109
2109
  },
2110
- "id": 23282,
2110
+ "id": 23293,
2111
2111
  "isConstant": false,
2112
2112
  "isLValue": false,
2113
2113
  "isPure": true,
2114
2114
  "lValueRequested": false,
2115
2115
  "leftExpression": {
2116
- "id": 23280,
2116
+ "id": 23291,
2117
2117
  "name": "APP_LEVEL_MASK",
2118
2118
  "nodeType": "Identifier",
2119
2119
  "overloadedDeclarations": [],
2120
- "referencedDeclaration": 23140,
2120
+ "referencedDeclaration": 23151,
2121
2121
  "src": "3212:14:45",
2122
2122
  "typeDescriptions": {
2123
2123
  "typeIdentifier": "t_uint256",
@@ -2127,11 +2127,11 @@
2127
2127
  "nodeType": "BinaryOperation",
2128
2128
  "operator": "|",
2129
2129
  "rightExpression": {
2130
- "id": 23281,
2130
+ "id": 23292,
2131
2131
  "name": "APP_JAIL_BIT",
2132
2132
  "nodeType": "Identifier",
2133
2133
  "overloadedDeclarations": [],
2134
- "referencedDeclaration": 23170,
2134
+ "referencedDeclaration": 23181,
2135
2135
  "src": "3229:12:45",
2136
2136
  "typeDescriptions": {
2137
2137
  "typeIdentifier": "t_uint256",
@@ -2147,11 +2147,11 @@
2147
2147
  "nodeType": "BinaryOperation",
2148
2148
  "operator": "|",
2149
2149
  "rightExpression": {
2150
- "id": 23283,
2150
+ "id": 23294,
2151
2151
  "name": "AGREEMENT_CALLBACK_NOOP_BITMASKS",
2152
2152
  "nodeType": "Identifier",
2153
2153
  "overloadedDeclarations": [],
2154
- "referencedDeclaration": 23191,
2154
+ "referencedDeclaration": 23202,
2155
2155
  "src": "3244:32:45",
2156
2156
  "typeDescriptions": {
2157
2157
  "typeIdentifier": "t_uint256",
@@ -2165,7 +2165,7 @@
2165
2165
  }
2166
2166
  }
2167
2167
  ],
2168
- "id": 23285,
2168
+ "id": 23296,
2169
2169
  "isConstant": false,
2170
2170
  "isInlineArray": false,
2171
2171
  "isLValue": false,
@@ -2190,7 +2190,7 @@
2190
2190
  }
2191
2191
  }
2192
2192
  ],
2193
- "id": 23288,
2193
+ "id": 23299,
2194
2194
  "isConstant": false,
2195
2195
  "isInlineArray": false,
2196
2196
  "isLValue": false,
@@ -2209,7 +2209,7 @@
2209
2209
  "arguments": [
2210
2210
  {
2211
2211
  "hexValue": "30",
2212
- "id": 23291,
2212
+ "id": 23302,
2213
2213
  "isConstant": false,
2214
2214
  "isLValue": false,
2215
2215
  "isPure": true,
@@ -2231,7 +2231,7 @@
2231
2231
  "typeString": "int_const 0"
2232
2232
  }
2233
2233
  ],
2234
- "id": 23290,
2234
+ "id": 23301,
2235
2235
  "isConstant": false,
2236
2236
  "isLValue": false,
2237
2237
  "isPure": true,
@@ -2243,14 +2243,14 @@
2243
2243
  "typeString": "type(uint256)"
2244
2244
  },
2245
2245
  "typeName": {
2246
- "id": 23289,
2246
+ "id": 23300,
2247
2247
  "name": "uint256",
2248
2248
  "nodeType": "ElementaryTypeName",
2249
2249
  "src": "3282:7:45",
2250
2250
  "typeDescriptions": {}
2251
2251
  }
2252
2252
  },
2253
- "id": 23292,
2253
+ "id": 23303,
2254
2254
  "isConstant": false,
2255
2255
  "isLValue": false,
2256
2256
  "isPure": true,
@@ -2272,14 +2272,14 @@
2272
2272
  "typeString": "bool"
2273
2273
  }
2274
2274
  },
2275
- "functionReturnParameters": 23278,
2276
- "id": 23294,
2275
+ "functionReturnParameters": 23289,
2276
+ "id": 23305,
2277
2277
  "nodeType": "Return",
2278
2278
  "src": "3189:103:45"
2279
2279
  }
2280
2280
  ]
2281
2281
  },
2282
- "id": 23296,
2282
+ "id": 23307,
2283
2283
  "implemented": true,
2284
2284
  "kind": "function",
2285
2285
  "modifiers": [],
@@ -2287,17 +2287,17 @@
2287
2287
  "nameLocation": "3112:17:45",
2288
2288
  "nodeType": "FunctionDefinition",
2289
2289
  "parameters": {
2290
- "id": 23275,
2290
+ "id": 23286,
2291
2291
  "nodeType": "ParameterList",
2292
2292
  "parameters": [
2293
2293
  {
2294
2294
  "constant": false,
2295
- "id": 23274,
2295
+ "id": 23285,
2296
2296
  "mutability": "mutable",
2297
2297
  "name": "configWord",
2298
2298
  "nameLocation": "3138:10:45",
2299
2299
  "nodeType": "VariableDeclaration",
2300
- "scope": 23296,
2300
+ "scope": 23307,
2301
2301
  "src": "3130:18:45",
2302
2302
  "stateVariable": false,
2303
2303
  "storageLocation": "default",
@@ -2306,7 +2306,7 @@
2306
2306
  "typeString": "uint256"
2307
2307
  },
2308
2308
  "typeName": {
2309
- "id": 23273,
2309
+ "id": 23284,
2310
2310
  "name": "uint256",
2311
2311
  "nodeType": "ElementaryTypeName",
2312
2312
  "src": "3130:7:45",
@@ -2321,17 +2321,17 @@
2321
2321
  "src": "3129:20:45"
2322
2322
  },
2323
2323
  "returnParameters": {
2324
- "id": 23278,
2324
+ "id": 23289,
2325
2325
  "nodeType": "ParameterList",
2326
2326
  "parameters": [
2327
2327
  {
2328
2328
  "constant": false,
2329
- "id": 23277,
2329
+ "id": 23288,
2330
2330
  "mutability": "mutable",
2331
2331
  "name": "",
2332
2332
  "nameLocation": "-1:-1:-1",
2333
2333
  "nodeType": "VariableDeclaration",
2334
- "scope": 23296,
2334
+ "scope": 23307,
2335
2335
  "src": "3173:4:45",
2336
2336
  "stateVariable": false,
2337
2337
  "storageLocation": "default",
@@ -2340,7 +2340,7 @@
2340
2340
  "typeString": "bool"
2341
2341
  },
2342
2342
  "typeName": {
2343
- "id": 23276,
2343
+ "id": 23287,
2344
2344
  "name": "bool",
2345
2345
  "nodeType": "ElementaryTypeName",
2346
2346
  "src": "3173:4:45",
@@ -2354,14 +2354,14 @@
2354
2354
  ],
2355
2355
  "src": "3172:6:45"
2356
2356
  },
2357
- "scope": 23297,
2357
+ "scope": 23308,
2358
2358
  "src": "3103:196:45",
2359
2359
  "stateMutability": "pure",
2360
2360
  "virtual": false,
2361
2361
  "visibility": "internal"
2362
2362
  }
2363
2363
  ],
2364
- "scope": 23608,
2364
+ "scope": 23619,
2365
2365
  "src": "129:3172:45",
2366
2366
  "usedErrors": []
2367
2367
  },
@@ -2372,15 +2372,15 @@
2372
2372
  "contractDependencies": [],
2373
2373
  "contractKind": "library",
2374
2374
  "documentation": {
2375
- "id": 23298,
2375
+ "id": 23309,
2376
2376
  "nodeType": "StructuredDocumentation",
2377
2377
  "src": "3303:67:45",
2378
2378
  "text": " @title Context definitions library\n @author Superfluid"
2379
2379
  },
2380
2380
  "fullyImplemented": true,
2381
- "id": 23373,
2381
+ "id": 23384,
2382
2382
  "linearizedBaseContracts": [
2383
- 23373
2383
+ 23384
2384
2384
  ],
2385
2385
  "name": "ContextDefinitions",
2386
2386
  "nameLocation": "3379:18:45",
@@ -2388,12 +2388,12 @@
2388
2388
  "nodes": [
2389
2389
  {
2390
2390
  "constant": true,
2391
- "id": 23301,
2391
+ "id": 23312,
2392
2392
  "mutability": "constant",
2393
2393
  "name": "CALL_INFO_APP_LEVEL_MASK",
2394
2394
  "nameLocation": "3626:24:45",
2395
2395
  "nodeType": "VariableDeclaration",
2396
- "scope": 23373,
2396
+ "scope": 23384,
2397
2397
  "src": "3600:57:45",
2398
2398
  "stateVariable": true,
2399
2399
  "storageLocation": "default",
@@ -2402,7 +2402,7 @@
2402
2402
  "typeString": "uint256"
2403
2403
  },
2404
2404
  "typeName": {
2405
- "id": 23299,
2405
+ "id": 23310,
2406
2406
  "name": "uint256",
2407
2407
  "nodeType": "ElementaryTypeName",
2408
2408
  "src": "3600:7:45",
@@ -2413,7 +2413,7 @@
2413
2413
  },
2414
2414
  "value": {
2415
2415
  "hexValue": "30784646",
2416
- "id": 23300,
2416
+ "id": 23311,
2417
2417
  "isConstant": false,
2418
2418
  "isLValue": false,
2419
2419
  "isPure": true,
@@ -2431,12 +2431,12 @@
2431
2431
  },
2432
2432
  {
2433
2433
  "constant": true,
2434
- "id": 23304,
2434
+ "id": 23315,
2435
2435
  "mutability": "constant",
2436
2436
  "name": "CALL_INFO_CALL_TYPE_SHIFT",
2437
2437
  "nameLocation": "3707:25:45",
2438
2438
  "nodeType": "VariableDeclaration",
2439
- "scope": 23373,
2439
+ "scope": 23384,
2440
2440
  "src": "3681:56:45",
2441
2441
  "stateVariable": true,
2442
2442
  "storageLocation": "default",
@@ -2445,7 +2445,7 @@
2445
2445
  "typeString": "uint256"
2446
2446
  },
2447
2447
  "typeName": {
2448
- "id": 23302,
2448
+ "id": 23313,
2449
2449
  "name": "uint256",
2450
2450
  "nodeType": "ElementaryTypeName",
2451
2451
  "src": "3681:7:45",
@@ -2456,7 +2456,7 @@
2456
2456
  },
2457
2457
  "value": {
2458
2458
  "hexValue": "3332",
2459
- "id": 23303,
2459
+ "id": 23314,
2460
2460
  "isConstant": false,
2461
2461
  "isLValue": false,
2462
2462
  "isPure": true,
@@ -2474,12 +2474,12 @@
2474
2474
  },
2475
2475
  {
2476
2476
  "constant": true,
2477
- "id": 23309,
2477
+ "id": 23320,
2478
2478
  "mutability": "constant",
2479
2479
  "name": "CALL_INFO_CALL_TYPE_MASK",
2480
2480
  "nameLocation": "3769:24:45",
2481
2481
  "nodeType": "VariableDeclaration",
2482
- "scope": 23373,
2482
+ "scope": 23384,
2483
2483
  "src": "3743:85:45",
2484
2484
  "stateVariable": true,
2485
2485
  "storageLocation": "default",
@@ -2488,7 +2488,7 @@
2488
2488
  "typeString": "uint256"
2489
2489
  },
2490
2490
  "typeName": {
2491
- "id": 23305,
2491
+ "id": 23316,
2492
2492
  "name": "uint256",
2493
2493
  "nodeType": "ElementaryTypeName",
2494
2494
  "src": "3743:7:45",
@@ -2502,14 +2502,14 @@
2502
2502
  "typeIdentifier": "t_uint256",
2503
2503
  "typeString": "uint256"
2504
2504
  },
2505
- "id": 23308,
2505
+ "id": 23319,
2506
2506
  "isConstant": false,
2507
2507
  "isLValue": false,
2508
2508
  "isPure": true,
2509
2509
  "lValueRequested": false,
2510
2510
  "leftExpression": {
2511
2511
  "hexValue": "307846",
2512
- "id": 23306,
2512
+ "id": 23317,
2513
2513
  "isConstant": false,
2514
2514
  "isLValue": false,
2515
2515
  "isPure": true,
@@ -2526,11 +2526,11 @@
2526
2526
  "nodeType": "BinaryOperation",
2527
2527
  "operator": "<<",
2528
2528
  "rightExpression": {
2529
- "id": 23307,
2529
+ "id": 23318,
2530
2530
  "name": "CALL_INFO_CALL_TYPE_SHIFT",
2531
2531
  "nodeType": "Identifier",
2532
2532
  "overloadedDeclarations": [],
2533
- "referencedDeclaration": 23304,
2533
+ "referencedDeclaration": 23315,
2534
2534
  "src": "3803:25:45",
2535
2535
  "typeDescriptions": {
2536
2536
  "typeIdentifier": "t_uint256",
@@ -2547,12 +2547,12 @@
2547
2547
  },
2548
2548
  {
2549
2549
  "constant": true,
2550
- "id": 23312,
2550
+ "id": 23323,
2551
2551
  "mutability": "constant",
2552
2552
  "name": "CALL_INFO_CALL_TYPE_AGREEMENT",
2553
2553
  "nameLocation": "3858:29:45",
2554
2554
  "nodeType": "VariableDeclaration",
2555
- "scope": 23373,
2555
+ "scope": 23384,
2556
2556
  "src": "3834:57:45",
2557
2557
  "stateVariable": true,
2558
2558
  "storageLocation": "default",
@@ -2561,7 +2561,7 @@
2561
2561
  "typeString": "uint8"
2562
2562
  },
2563
2563
  "typeName": {
2564
- "id": 23310,
2564
+ "id": 23321,
2565
2565
  "name": "uint8",
2566
2566
  "nodeType": "ElementaryTypeName",
2567
2567
  "src": "3834:5:45",
@@ -2572,7 +2572,7 @@
2572
2572
  },
2573
2573
  "value": {
2574
2574
  "hexValue": "31",
2575
- "id": 23311,
2575
+ "id": 23322,
2576
2576
  "isConstant": false,
2577
2577
  "isLValue": false,
2578
2578
  "isPure": true,
@@ -2590,12 +2590,12 @@
2590
2590
  },
2591
2591
  {
2592
2592
  "constant": true,
2593
- "id": 23315,
2593
+ "id": 23326,
2594
2594
  "mutability": "constant",
2595
2595
  "name": "CALL_INFO_CALL_TYPE_APP_ACTION",
2596
2596
  "nameLocation": "3921:30:45",
2597
2597
  "nodeType": "VariableDeclaration",
2598
- "scope": 23373,
2598
+ "scope": 23384,
2599
2599
  "src": "3897:58:45",
2600
2600
  "stateVariable": true,
2601
2601
  "storageLocation": "default",
@@ -2604,7 +2604,7 @@
2604
2604
  "typeString": "uint8"
2605
2605
  },
2606
2606
  "typeName": {
2607
- "id": 23313,
2607
+ "id": 23324,
2608
2608
  "name": "uint8",
2609
2609
  "nodeType": "ElementaryTypeName",
2610
2610
  "src": "3897:5:45",
@@ -2615,7 +2615,7 @@
2615
2615
  },
2616
2616
  "value": {
2617
2617
  "hexValue": "32",
2618
- "id": 23314,
2618
+ "id": 23325,
2619
2619
  "isConstant": false,
2620
2620
  "isLValue": false,
2621
2621
  "isPure": true,
@@ -2633,12 +2633,12 @@
2633
2633
  },
2634
2634
  {
2635
2635
  "constant": true,
2636
- "id": 23318,
2636
+ "id": 23329,
2637
2637
  "mutability": "constant",
2638
2638
  "name": "CALL_INFO_CALL_TYPE_APP_CALLBACK",
2639
2639
  "nameLocation": "3985:32:45",
2640
2640
  "nodeType": "VariableDeclaration",
2641
- "scope": 23373,
2641
+ "scope": 23384,
2642
2642
  "src": "3961:60:45",
2643
2643
  "stateVariable": true,
2644
2644
  "storageLocation": "default",
@@ -2647,7 +2647,7 @@
2647
2647
  "typeString": "uint8"
2648
2648
  },
2649
2649
  "typeName": {
2650
- "id": 23316,
2650
+ "id": 23327,
2651
2651
  "name": "uint8",
2652
2652
  "nodeType": "ElementaryTypeName",
2653
2653
  "src": "3961:5:45",
@@ -2658,7 +2658,7 @@
2658
2658
  },
2659
2659
  "value": {
2660
2660
  "hexValue": "33",
2661
- "id": 23317,
2661
+ "id": 23328,
2662
2662
  "isConstant": false,
2663
2663
  "isLValue": false,
2664
2664
  "isPure": true,
@@ -2676,23 +2676,23 @@
2676
2676
  },
2677
2677
  {
2678
2678
  "body": {
2679
- "id": 23348,
2679
+ "id": 23359,
2680
2680
  "nodeType": "Block",
2681
2681
  "src": "4153:172:45",
2682
2682
  "statements": [
2683
2683
  {
2684
2684
  "expression": {
2685
- "id": 23334,
2685
+ "id": 23345,
2686
2686
  "isConstant": false,
2687
2687
  "isLValue": false,
2688
2688
  "isPure": false,
2689
2689
  "lValueRequested": false,
2690
2690
  "leftHandSide": {
2691
- "id": 23327,
2691
+ "id": 23338,
2692
2692
  "name": "appCallbackLevel",
2693
2693
  "nodeType": "Identifier",
2694
2694
  "overloadedDeclarations": [],
2695
- "referencedDeclaration": 23323,
2695
+ "referencedDeclaration": 23334,
2696
2696
  "src": "4163:16:45",
2697
2697
  "typeDescriptions": {
2698
2698
  "typeIdentifier": "t_uint8",
@@ -2708,17 +2708,17 @@
2708
2708
  "typeIdentifier": "t_uint256",
2709
2709
  "typeString": "uint256"
2710
2710
  },
2711
- "id": 23332,
2711
+ "id": 23343,
2712
2712
  "isConstant": false,
2713
2713
  "isLValue": false,
2714
2714
  "isPure": false,
2715
2715
  "lValueRequested": false,
2716
2716
  "leftExpression": {
2717
- "id": 23330,
2717
+ "id": 23341,
2718
2718
  "name": "callInfo",
2719
2719
  "nodeType": "Identifier",
2720
2720
  "overloadedDeclarations": [],
2721
- "referencedDeclaration": 23320,
2721
+ "referencedDeclaration": 23331,
2722
2722
  "src": "4188:8:45",
2723
2723
  "typeDescriptions": {
2724
2724
  "typeIdentifier": "t_uint256",
@@ -2728,11 +2728,11 @@
2728
2728
  "nodeType": "BinaryOperation",
2729
2729
  "operator": "&",
2730
2730
  "rightExpression": {
2731
- "id": 23331,
2731
+ "id": 23342,
2732
2732
  "name": "CALL_INFO_APP_LEVEL_MASK",
2733
2733
  "nodeType": "Identifier",
2734
2734
  "overloadedDeclarations": [],
2735
- "referencedDeclaration": 23301,
2735
+ "referencedDeclaration": 23312,
2736
2736
  "src": "4199:24:45",
2737
2737
  "typeDescriptions": {
2738
2738
  "typeIdentifier": "t_uint256",
@@ -2753,7 +2753,7 @@
2753
2753
  "typeString": "uint256"
2754
2754
  }
2755
2755
  ],
2756
- "id": 23329,
2756
+ "id": 23340,
2757
2757
  "isConstant": false,
2758
2758
  "isLValue": false,
2759
2759
  "isPure": true,
@@ -2765,14 +2765,14 @@
2765
2765
  "typeString": "type(uint8)"
2766
2766
  },
2767
2767
  "typeName": {
2768
- "id": 23328,
2768
+ "id": 23339,
2769
2769
  "name": "uint8",
2770
2770
  "nodeType": "ElementaryTypeName",
2771
2771
  "src": "4182:5:45",
2772
2772
  "typeDescriptions": {}
2773
2773
  }
2774
2774
  },
2775
- "id": 23333,
2775
+ "id": 23344,
2776
2776
  "isConstant": false,
2777
2777
  "isLValue": false,
2778
2778
  "isPure": false,
@@ -2794,23 +2794,23 @@
2794
2794
  "typeString": "uint8"
2795
2795
  }
2796
2796
  },
2797
- "id": 23335,
2797
+ "id": 23346,
2798
2798
  "nodeType": "ExpressionStatement",
2799
2799
  "src": "4163:61:45"
2800
2800
  },
2801
2801
  {
2802
2802
  "expression": {
2803
- "id": 23346,
2803
+ "id": 23357,
2804
2804
  "isConstant": false,
2805
2805
  "isLValue": false,
2806
2806
  "isPure": false,
2807
2807
  "lValueRequested": false,
2808
2808
  "leftHandSide": {
2809
- "id": 23336,
2809
+ "id": 23347,
2810
2810
  "name": "callType",
2811
2811
  "nodeType": "Identifier",
2812
2812
  "overloadedDeclarations": [],
2813
- "referencedDeclaration": 23325,
2813
+ "referencedDeclaration": 23336,
2814
2814
  "src": "4234:8:45",
2815
2815
  "typeDescriptions": {
2816
2816
  "typeIdentifier": "t_uint8",
@@ -2826,7 +2826,7 @@
2826
2826
  "typeIdentifier": "t_uint256",
2827
2827
  "typeString": "uint256"
2828
2828
  },
2829
- "id": 23344,
2829
+ "id": 23355,
2830
2830
  "isConstant": false,
2831
2831
  "isLValue": false,
2832
2832
  "isPure": false,
@@ -2838,17 +2838,17 @@
2838
2838
  "typeIdentifier": "t_uint256",
2839
2839
  "typeString": "uint256"
2840
2840
  },
2841
- "id": 23341,
2841
+ "id": 23352,
2842
2842
  "isConstant": false,
2843
2843
  "isLValue": false,
2844
2844
  "isPure": false,
2845
2845
  "lValueRequested": false,
2846
2846
  "leftExpression": {
2847
- "id": 23339,
2847
+ "id": 23350,
2848
2848
  "name": "callInfo",
2849
2849
  "nodeType": "Identifier",
2850
2850
  "overloadedDeclarations": [],
2851
- "referencedDeclaration": 23320,
2851
+ "referencedDeclaration": 23331,
2852
2852
  "src": "4252:8:45",
2853
2853
  "typeDescriptions": {
2854
2854
  "typeIdentifier": "t_uint256",
@@ -2858,11 +2858,11 @@
2858
2858
  "nodeType": "BinaryOperation",
2859
2859
  "operator": "&",
2860
2860
  "rightExpression": {
2861
- "id": 23340,
2861
+ "id": 23351,
2862
2862
  "name": "CALL_INFO_CALL_TYPE_MASK",
2863
2863
  "nodeType": "Identifier",
2864
2864
  "overloadedDeclarations": [],
2865
- "referencedDeclaration": 23309,
2865
+ "referencedDeclaration": 23320,
2866
2866
  "src": "4263:24:45",
2867
2867
  "typeDescriptions": {
2868
2868
  "typeIdentifier": "t_uint256",
@@ -2876,7 +2876,7 @@
2876
2876
  }
2877
2877
  }
2878
2878
  ],
2879
- "id": 23342,
2879
+ "id": 23353,
2880
2880
  "isConstant": false,
2881
2881
  "isInlineArray": false,
2882
2882
  "isLValue": false,
@@ -2892,11 +2892,11 @@
2892
2892
  "nodeType": "BinaryOperation",
2893
2893
  "operator": ">>",
2894
2894
  "rightExpression": {
2895
- "id": 23343,
2895
+ "id": 23354,
2896
2896
  "name": "CALL_INFO_CALL_TYPE_SHIFT",
2897
2897
  "nodeType": "Identifier",
2898
2898
  "overloadedDeclarations": [],
2899
- "referencedDeclaration": 23304,
2899
+ "referencedDeclaration": 23315,
2900
2900
  "src": "4292:25:45",
2901
2901
  "typeDescriptions": {
2902
2902
  "typeIdentifier": "t_uint256",
@@ -2917,7 +2917,7 @@
2917
2917
  "typeString": "uint256"
2918
2918
  }
2919
2919
  ],
2920
- "id": 23338,
2920
+ "id": 23349,
2921
2921
  "isConstant": false,
2922
2922
  "isLValue": false,
2923
2923
  "isPure": true,
@@ -2929,14 +2929,14 @@
2929
2929
  "typeString": "type(uint8)"
2930
2930
  },
2931
2931
  "typeName": {
2932
- "id": 23337,
2932
+ "id": 23348,
2933
2933
  "name": "uint8",
2934
2934
  "nodeType": "ElementaryTypeName",
2935
2935
  "src": "4245:5:45",
2936
2936
  "typeDescriptions": {}
2937
2937
  }
2938
2938
  },
2939
- "id": 23345,
2939
+ "id": 23356,
2940
2940
  "isConstant": false,
2941
2941
  "isLValue": false,
2942
2942
  "isPure": false,
@@ -2958,13 +2958,13 @@
2958
2958
  "typeString": "uint8"
2959
2959
  }
2960
2960
  },
2961
- "id": 23347,
2961
+ "id": 23358,
2962
2962
  "nodeType": "ExpressionStatement",
2963
2963
  "src": "4234:84:45"
2964
2964
  }
2965
2965
  ]
2966
2966
  },
2967
- "id": 23349,
2967
+ "id": 23360,
2968
2968
  "implemented": true,
2969
2969
  "kind": "function",
2970
2970
  "modifiers": [],
@@ -2972,17 +2972,17 @@
2972
2972
  "nameLocation": "4037:14:45",
2973
2973
  "nodeType": "FunctionDefinition",
2974
2974
  "parameters": {
2975
- "id": 23321,
2975
+ "id": 23332,
2976
2976
  "nodeType": "ParameterList",
2977
2977
  "parameters": [
2978
2978
  {
2979
2979
  "constant": false,
2980
- "id": 23320,
2980
+ "id": 23331,
2981
2981
  "mutability": "mutable",
2982
2982
  "name": "callInfo",
2983
2983
  "nameLocation": "4060:8:45",
2984
2984
  "nodeType": "VariableDeclaration",
2985
- "scope": 23349,
2985
+ "scope": 23360,
2986
2986
  "src": "4052:16:45",
2987
2987
  "stateVariable": false,
2988
2988
  "storageLocation": "default",
@@ -2991,7 +2991,7 @@
2991
2991
  "typeString": "uint256"
2992
2992
  },
2993
2993
  "typeName": {
2994
- "id": 23319,
2994
+ "id": 23330,
2995
2995
  "name": "uint256",
2996
2996
  "nodeType": "ElementaryTypeName",
2997
2997
  "src": "4052:7:45",
@@ -3006,17 +3006,17 @@
3006
3006
  "src": "4051:18:45"
3007
3007
  },
3008
3008
  "returnParameters": {
3009
- "id": 23326,
3009
+ "id": 23337,
3010
3010
  "nodeType": "ParameterList",
3011
3011
  "parameters": [
3012
3012
  {
3013
3013
  "constant": false,
3014
- "id": 23323,
3014
+ "id": 23334,
3015
3015
  "mutability": "mutable",
3016
3016
  "name": "appCallbackLevel",
3017
3017
  "nameLocation": "4115:16:45",
3018
3018
  "nodeType": "VariableDeclaration",
3019
- "scope": 23349,
3019
+ "scope": 23360,
3020
3020
  "src": "4109:22:45",
3021
3021
  "stateVariable": false,
3022
3022
  "storageLocation": "default",
@@ -3025,7 +3025,7 @@
3025
3025
  "typeString": "uint8"
3026
3026
  },
3027
3027
  "typeName": {
3028
- "id": 23322,
3028
+ "id": 23333,
3029
3029
  "name": "uint8",
3030
3030
  "nodeType": "ElementaryTypeName",
3031
3031
  "src": "4109:5:45",
@@ -3038,12 +3038,12 @@
3038
3038
  },
3039
3039
  {
3040
3040
  "constant": false,
3041
- "id": 23325,
3041
+ "id": 23336,
3042
3042
  "mutability": "mutable",
3043
3043
  "name": "callType",
3044
3044
  "nameLocation": "4139:8:45",
3045
3045
  "nodeType": "VariableDeclaration",
3046
- "scope": 23349,
3046
+ "scope": 23360,
3047
3047
  "src": "4133:14:45",
3048
3048
  "stateVariable": false,
3049
3049
  "storageLocation": "default",
@@ -3052,7 +3052,7 @@
3052
3052
  "typeString": "uint8"
3053
3053
  },
3054
3054
  "typeName": {
3055
- "id": 23324,
3055
+ "id": 23335,
3056
3056
  "name": "uint8",
3057
3057
  "nodeType": "ElementaryTypeName",
3058
3058
  "src": "4133:5:45",
@@ -3066,7 +3066,7 @@
3066
3066
  ],
3067
3067
  "src": "4108:40:45"
3068
3068
  },
3069
- "scope": 23373,
3069
+ "scope": 23384,
3070
3070
  "src": "4028:297:45",
3071
3071
  "stateMutability": "pure",
3072
3072
  "virtual": false,
@@ -3074,7 +3074,7 @@
3074
3074
  },
3075
3075
  {
3076
3076
  "body": {
3077
- "id": 23371,
3077
+ "id": 23382,
3078
3078
  "nodeType": "Block",
3079
3079
  "src": "4456:100:45",
3080
3080
  "statements": [
@@ -3084,7 +3084,7 @@
3084
3084
  "typeIdentifier": "t_uint256",
3085
3085
  "typeString": "uint256"
3086
3086
  },
3087
- "id": 23369,
3087
+ "id": 23380,
3088
3088
  "isConstant": false,
3089
3089
  "isLValue": false,
3090
3090
  "isPure": false,
@@ -3092,11 +3092,11 @@
3092
3092
  "leftExpression": {
3093
3093
  "arguments": [
3094
3094
  {
3095
- "id": 23360,
3095
+ "id": 23371,
3096
3096
  "name": "appCallbackLevel",
3097
3097
  "nodeType": "Identifier",
3098
3098
  "overloadedDeclarations": [],
3099
- "referencedDeclaration": 23351,
3099
+ "referencedDeclaration": 23362,
3100
3100
  "src": "4481:16:45",
3101
3101
  "typeDescriptions": {
3102
3102
  "typeIdentifier": "t_uint8",
@@ -3111,7 +3111,7 @@
3111
3111
  "typeString": "uint8"
3112
3112
  }
3113
3113
  ],
3114
- "id": 23359,
3114
+ "id": 23370,
3115
3115
  "isConstant": false,
3116
3116
  "isLValue": false,
3117
3117
  "isPure": true,
@@ -3123,14 +3123,14 @@
3123
3123
  "typeString": "type(uint256)"
3124
3124
  },
3125
3125
  "typeName": {
3126
- "id": 23358,
3126
+ "id": 23369,
3127
3127
  "name": "uint256",
3128
3128
  "nodeType": "ElementaryTypeName",
3129
3129
  "src": "4473:7:45",
3130
3130
  "typeDescriptions": {}
3131
3131
  }
3132
3132
  },
3133
- "id": 23361,
3133
+ "id": 23372,
3134
3134
  "isConstant": false,
3135
3135
  "isLValue": false,
3136
3136
  "isPure": false,
@@ -3155,7 +3155,7 @@
3155
3155
  "typeIdentifier": "t_uint256",
3156
3156
  "typeString": "uint256"
3157
3157
  },
3158
- "id": 23367,
3158
+ "id": 23378,
3159
3159
  "isConstant": false,
3160
3160
  "isLValue": false,
3161
3161
  "isPure": false,
@@ -3163,11 +3163,11 @@
3163
3163
  "leftExpression": {
3164
3164
  "arguments": [
3165
3165
  {
3166
- "id": 23364,
3166
+ "id": 23375,
3167
3167
  "name": "callType",
3168
3168
  "nodeType": "Identifier",
3169
3169
  "overloadedDeclarations": [],
3170
- "referencedDeclaration": 23353,
3170
+ "referencedDeclaration": 23364,
3171
3171
  "src": "4510:8:45",
3172
3172
  "typeDescriptions": {
3173
3173
  "typeIdentifier": "t_uint8",
@@ -3182,7 +3182,7 @@
3182
3182
  "typeString": "uint8"
3183
3183
  }
3184
3184
  ],
3185
- "id": 23363,
3185
+ "id": 23374,
3186
3186
  "isConstant": false,
3187
3187
  "isLValue": false,
3188
3188
  "isPure": true,
@@ -3194,14 +3194,14 @@
3194
3194
  "typeString": "type(uint256)"
3195
3195
  },
3196
3196
  "typeName": {
3197
- "id": 23362,
3197
+ "id": 23373,
3198
3198
  "name": "uint256",
3199
3199
  "nodeType": "ElementaryTypeName",
3200
3200
  "src": "4502:7:45",
3201
3201
  "typeDescriptions": {}
3202
3202
  }
3203
3203
  },
3204
- "id": 23365,
3204
+ "id": 23376,
3205
3205
  "isConstant": false,
3206
3206
  "isLValue": false,
3207
3207
  "isPure": false,
@@ -3220,11 +3220,11 @@
3220
3220
  "nodeType": "BinaryOperation",
3221
3221
  "operator": "<<",
3222
3222
  "rightExpression": {
3223
- "id": 23366,
3223
+ "id": 23377,
3224
3224
  "name": "CALL_INFO_CALL_TYPE_SHIFT",
3225
3225
  "nodeType": "Identifier",
3226
3226
  "overloadedDeclarations": [],
3227
- "referencedDeclaration": 23304,
3227
+ "referencedDeclaration": 23315,
3228
3228
  "src": "4523:25:45",
3229
3229
  "typeDescriptions": {
3230
3230
  "typeIdentifier": "t_uint256",
@@ -3238,7 +3238,7 @@
3238
3238
  }
3239
3239
  }
3240
3240
  ],
3241
- "id": 23368,
3241
+ "id": 23379,
3242
3242
  "isConstant": false,
3243
3243
  "isInlineArray": false,
3244
3244
  "isLValue": false,
@@ -3257,14 +3257,14 @@
3257
3257
  "typeString": "uint256"
3258
3258
  }
3259
3259
  },
3260
- "functionReturnParameters": 23357,
3261
- "id": 23370,
3260
+ "functionReturnParameters": 23368,
3261
+ "id": 23381,
3262
3262
  "nodeType": "Return",
3263
3263
  "src": "4466:83:45"
3264
3264
  }
3265
3265
  ]
3266
3266
  },
3267
- "id": 23372,
3267
+ "id": 23383,
3268
3268
  "implemented": true,
3269
3269
  "kind": "function",
3270
3270
  "modifiers": [],
@@ -3272,17 +3272,17 @@
3272
3272
  "nameLocation": "4340:14:45",
3273
3273
  "nodeType": "FunctionDefinition",
3274
3274
  "parameters": {
3275
- "id": 23354,
3275
+ "id": 23365,
3276
3276
  "nodeType": "ParameterList",
3277
3277
  "parameters": [
3278
3278
  {
3279
3279
  "constant": false,
3280
- "id": 23351,
3280
+ "id": 23362,
3281
3281
  "mutability": "mutable",
3282
3282
  "name": "appCallbackLevel",
3283
3283
  "nameLocation": "4361:16:45",
3284
3284
  "nodeType": "VariableDeclaration",
3285
- "scope": 23372,
3285
+ "scope": 23383,
3286
3286
  "src": "4355:22:45",
3287
3287
  "stateVariable": false,
3288
3288
  "storageLocation": "default",
@@ -3291,7 +3291,7 @@
3291
3291
  "typeString": "uint8"
3292
3292
  },
3293
3293
  "typeName": {
3294
- "id": 23350,
3294
+ "id": 23361,
3295
3295
  "name": "uint8",
3296
3296
  "nodeType": "ElementaryTypeName",
3297
3297
  "src": "4355:5:45",
@@ -3304,12 +3304,12 @@
3304
3304
  },
3305
3305
  {
3306
3306
  "constant": false,
3307
- "id": 23353,
3307
+ "id": 23364,
3308
3308
  "mutability": "mutable",
3309
3309
  "name": "callType",
3310
3310
  "nameLocation": "4385:8:45",
3311
3311
  "nodeType": "VariableDeclaration",
3312
- "scope": 23372,
3312
+ "scope": 23383,
3313
3313
  "src": "4379:14:45",
3314
3314
  "stateVariable": false,
3315
3315
  "storageLocation": "default",
@@ -3318,7 +3318,7 @@
3318
3318
  "typeString": "uint8"
3319
3319
  },
3320
3320
  "typeName": {
3321
- "id": 23352,
3321
+ "id": 23363,
3322
3322
  "name": "uint8",
3323
3323
  "nodeType": "ElementaryTypeName",
3324
3324
  "src": "4379:5:45",
@@ -3333,17 +3333,17 @@
3333
3333
  "src": "4354:40:45"
3334
3334
  },
3335
3335
  "returnParameters": {
3336
- "id": 23357,
3336
+ "id": 23368,
3337
3337
  "nodeType": "ParameterList",
3338
3338
  "parameters": [
3339
3339
  {
3340
3340
  "constant": false,
3341
- "id": 23356,
3341
+ "id": 23367,
3342
3342
  "mutability": "mutable",
3343
3343
  "name": "callInfo",
3344
3344
  "nameLocation": "4442:8:45",
3345
3345
  "nodeType": "VariableDeclaration",
3346
- "scope": 23372,
3346
+ "scope": 23383,
3347
3347
  "src": "4434:16:45",
3348
3348
  "stateVariable": false,
3349
3349
  "storageLocation": "default",
@@ -3352,7 +3352,7 @@
3352
3352
  "typeString": "uint256"
3353
3353
  },
3354
3354
  "typeName": {
3355
- "id": 23355,
3355
+ "id": 23366,
3356
3356
  "name": "uint256",
3357
3357
  "nodeType": "ElementaryTypeName",
3358
3358
  "src": "4434:7:45",
@@ -3366,14 +3366,14 @@
3366
3366
  ],
3367
3367
  "src": "4433:18:45"
3368
3368
  },
3369
- "scope": 23373,
3369
+ "scope": 23384,
3370
3370
  "src": "4331:225:45",
3371
3371
  "stateMutability": "pure",
3372
3372
  "virtual": false,
3373
3373
  "visibility": "internal"
3374
3374
  }
3375
3375
  ],
3376
- "scope": 23608,
3376
+ "scope": 23619,
3377
3377
  "src": "3371:1188:45",
3378
3378
  "usedErrors": []
3379
3379
  },
@@ -3384,15 +3384,15 @@
3384
3384
  "contractDependencies": [],
3385
3385
  "contractKind": "library",
3386
3386
  "documentation": {
3387
- "id": 23374,
3387
+ "id": 23385,
3388
3388
  "nodeType": "StructuredDocumentation",
3389
3389
  "src": "4561:74:45",
3390
3390
  "text": " @title Flow Operator definitions library\n @author Superfluid"
3391
3391
  },
3392
3392
  "fullyImplemented": true,
3393
- "id": 23460,
3393
+ "id": 23471,
3394
3394
  "linearizedBaseContracts": [
3395
- 23460
3395
+ 23471
3396
3396
  ],
3397
3397
  "name": "FlowOperatorDefinitions",
3398
3398
  "nameLocation": "4645:23:45",
@@ -3400,12 +3400,12 @@
3400
3400
  "nodes": [
3401
3401
  {
3402
3402
  "constant": true,
3403
- "id": 23382,
3403
+ "id": 23393,
3404
3404
  "mutability": "constant",
3405
3405
  "name": "AUTHORIZE_FLOW_OPERATOR_CREATE",
3406
3406
  "nameLocation": "4699:30:45",
3407
3407
  "nodeType": "VariableDeclaration",
3408
- "scope": 23460,
3408
+ "scope": 23471,
3409
3409
  "src": "4675:70:45",
3410
3410
  "stateVariable": true,
3411
3411
  "storageLocation": "default",
@@ -3414,7 +3414,7 @@
3414
3414
  "typeString": "uint8"
3415
3415
  },
3416
3416
  "typeName": {
3417
- "id": 23375,
3417
+ "id": 23386,
3418
3418
  "name": "uint8",
3419
3419
  "nodeType": "ElementaryTypeName",
3420
3420
  "src": "4675:5:45",
@@ -3428,7 +3428,7 @@
3428
3428
  "typeIdentifier": "t_uint8",
3429
3429
  "typeString": "uint8"
3430
3430
  },
3431
- "id": 23381,
3431
+ "id": 23392,
3432
3432
  "isConstant": false,
3433
3433
  "isLValue": false,
3434
3434
  "isPure": true,
@@ -3437,7 +3437,7 @@
3437
3437
  "arguments": [
3438
3438
  {
3439
3439
  "hexValue": "31",
3440
- "id": 23378,
3440
+ "id": 23389,
3441
3441
  "isConstant": false,
3442
3442
  "isLValue": false,
3443
3443
  "isPure": true,
@@ -3459,7 +3459,7 @@
3459
3459
  "typeString": "int_const 1"
3460
3460
  }
3461
3461
  ],
3462
- "id": 23377,
3462
+ "id": 23388,
3463
3463
  "isConstant": false,
3464
3464
  "isLValue": false,
3465
3465
  "isPure": true,
@@ -3471,14 +3471,14 @@
3471
3471
  "typeString": "type(uint8)"
3472
3472
  },
3473
3473
  "typeName": {
3474
- "id": 23376,
3474
+ "id": 23387,
3475
3475
  "name": "uint8",
3476
3476
  "nodeType": "ElementaryTypeName",
3477
3477
  "src": "4732:5:45",
3478
3478
  "typeDescriptions": {}
3479
3479
  }
3480
3480
  },
3481
- "id": 23379,
3481
+ "id": 23390,
3482
3482
  "isConstant": false,
3483
3483
  "isLValue": false,
3484
3484
  "isPure": true,
@@ -3498,7 +3498,7 @@
3498
3498
  "operator": "<<",
3499
3499
  "rightExpression": {
3500
3500
  "hexValue": "30",
3501
- "id": 23380,
3501
+ "id": 23391,
3502
3502
  "isConstant": false,
3503
3503
  "isLValue": false,
3504
3504
  "isPure": true,
@@ -3522,12 +3522,12 @@
3522
3522
  },
3523
3523
  {
3524
3524
  "constant": true,
3525
- "id": 23390,
3525
+ "id": 23401,
3526
3526
  "mutability": "constant",
3527
3527
  "name": "AUTHORIZE_FLOW_OPERATOR_UPDATE",
3528
3528
  "nameLocation": "4775:30:45",
3529
3529
  "nodeType": "VariableDeclaration",
3530
- "scope": 23460,
3530
+ "scope": 23471,
3531
3531
  "src": "4751:70:45",
3532
3532
  "stateVariable": true,
3533
3533
  "storageLocation": "default",
@@ -3536,7 +3536,7 @@
3536
3536
  "typeString": "uint8"
3537
3537
  },
3538
3538
  "typeName": {
3539
- "id": 23383,
3539
+ "id": 23394,
3540
3540
  "name": "uint8",
3541
3541
  "nodeType": "ElementaryTypeName",
3542
3542
  "src": "4751:5:45",
@@ -3550,7 +3550,7 @@
3550
3550
  "typeIdentifier": "t_uint8",
3551
3551
  "typeString": "uint8"
3552
3552
  },
3553
- "id": 23389,
3553
+ "id": 23400,
3554
3554
  "isConstant": false,
3555
3555
  "isLValue": false,
3556
3556
  "isPure": true,
@@ -3559,7 +3559,7 @@
3559
3559
  "arguments": [
3560
3560
  {
3561
3561
  "hexValue": "31",
3562
- "id": 23386,
3562
+ "id": 23397,
3563
3563
  "isConstant": false,
3564
3564
  "isLValue": false,
3565
3565
  "isPure": true,
@@ -3581,7 +3581,7 @@
3581
3581
  "typeString": "int_const 1"
3582
3582
  }
3583
3583
  ],
3584
- "id": 23385,
3584
+ "id": 23396,
3585
3585
  "isConstant": false,
3586
3586
  "isLValue": false,
3587
3587
  "isPure": true,
@@ -3593,14 +3593,14 @@
3593
3593
  "typeString": "type(uint8)"
3594
3594
  },
3595
3595
  "typeName": {
3596
- "id": 23384,
3596
+ "id": 23395,
3597
3597
  "name": "uint8",
3598
3598
  "nodeType": "ElementaryTypeName",
3599
3599
  "src": "4808:5:45",
3600
3600
  "typeDescriptions": {}
3601
3601
  }
3602
3602
  },
3603
- "id": 23387,
3603
+ "id": 23398,
3604
3604
  "isConstant": false,
3605
3605
  "isLValue": false,
3606
3606
  "isPure": true,
@@ -3620,7 +3620,7 @@
3620
3620
  "operator": "<<",
3621
3621
  "rightExpression": {
3622
3622
  "hexValue": "31",
3623
- "id": 23388,
3623
+ "id": 23399,
3624
3624
  "isConstant": false,
3625
3625
  "isLValue": false,
3626
3626
  "isPure": true,
@@ -3644,12 +3644,12 @@
3644
3644
  },
3645
3645
  {
3646
3646
  "constant": true,
3647
- "id": 23398,
3647
+ "id": 23409,
3648
3648
  "mutability": "constant",
3649
3649
  "name": "AUTHORIZE_FLOW_OPERATOR_DELETE",
3650
3650
  "nameLocation": "4851:30:45",
3651
3651
  "nodeType": "VariableDeclaration",
3652
- "scope": 23460,
3652
+ "scope": 23471,
3653
3653
  "src": "4827:70:45",
3654
3654
  "stateVariable": true,
3655
3655
  "storageLocation": "default",
@@ -3658,7 +3658,7 @@
3658
3658
  "typeString": "uint8"
3659
3659
  },
3660
3660
  "typeName": {
3661
- "id": 23391,
3661
+ "id": 23402,
3662
3662
  "name": "uint8",
3663
3663
  "nodeType": "ElementaryTypeName",
3664
3664
  "src": "4827:5:45",
@@ -3672,7 +3672,7 @@
3672
3672
  "typeIdentifier": "t_uint8",
3673
3673
  "typeString": "uint8"
3674
3674
  },
3675
- "id": 23397,
3675
+ "id": 23408,
3676
3676
  "isConstant": false,
3677
3677
  "isLValue": false,
3678
3678
  "isPure": true,
@@ -3681,7 +3681,7 @@
3681
3681
  "arguments": [
3682
3682
  {
3683
3683
  "hexValue": "31",
3684
- "id": 23394,
3684
+ "id": 23405,
3685
3685
  "isConstant": false,
3686
3686
  "isLValue": false,
3687
3687
  "isPure": true,
@@ -3703,7 +3703,7 @@
3703
3703
  "typeString": "int_const 1"
3704
3704
  }
3705
3705
  ],
3706
- "id": 23393,
3706
+ "id": 23404,
3707
3707
  "isConstant": false,
3708
3708
  "isLValue": false,
3709
3709
  "isPure": true,
@@ -3715,14 +3715,14 @@
3715
3715
  "typeString": "type(uint8)"
3716
3716
  },
3717
3717
  "typeName": {
3718
- "id": 23392,
3718
+ "id": 23403,
3719
3719
  "name": "uint8",
3720
3720
  "nodeType": "ElementaryTypeName",
3721
3721
  "src": "4884:5:45",
3722
3722
  "typeDescriptions": {}
3723
3723
  }
3724
3724
  },
3725
- "id": 23395,
3725
+ "id": 23406,
3726
3726
  "isConstant": false,
3727
3727
  "isLValue": false,
3728
3728
  "isPure": true,
@@ -3742,7 +3742,7 @@
3742
3742
  "operator": "<<",
3743
3743
  "rightExpression": {
3744
3744
  "hexValue": "32",
3745
- "id": 23396,
3745
+ "id": 23407,
3746
3746
  "isConstant": false,
3747
3747
  "isLValue": false,
3748
3748
  "isPure": true,
@@ -3766,12 +3766,12 @@
3766
3766
  },
3767
3767
  {
3768
3768
  "constant": true,
3769
- "id": 23405,
3769
+ "id": 23416,
3770
3770
  "mutability": "constant",
3771
3771
  "name": "AUTHORIZE_FULL_CONTROL",
3772
3772
  "nameLocation": "4927:22:45",
3773
3773
  "nodeType": "VariableDeclaration",
3774
- "scope": 23460,
3774
+ "scope": 23471,
3775
3775
  "src": "4903:153:45",
3776
3776
  "stateVariable": true,
3777
3777
  "storageLocation": "default",
@@ -3780,7 +3780,7 @@
3780
3780
  "typeString": "uint8"
3781
3781
  },
3782
3782
  "typeName": {
3783
- "id": 23399,
3783
+ "id": 23410,
3784
3784
  "name": "uint8",
3785
3785
  "nodeType": "ElementaryTypeName",
3786
3786
  "src": "4903:5:45",
@@ -3794,7 +3794,7 @@
3794
3794
  "typeIdentifier": "t_uint8",
3795
3795
  "typeString": "uint8"
3796
3796
  },
3797
- "id": 23404,
3797
+ "id": 23415,
3798
3798
  "isConstant": false,
3799
3799
  "isLValue": false,
3800
3800
  "isPure": true,
@@ -3804,17 +3804,17 @@
3804
3804
  "typeIdentifier": "t_uint8",
3805
3805
  "typeString": "uint8"
3806
3806
  },
3807
- "id": 23402,
3807
+ "id": 23413,
3808
3808
  "isConstant": false,
3809
3809
  "isLValue": false,
3810
3810
  "isPure": true,
3811
3811
  "lValueRequested": false,
3812
3812
  "leftExpression": {
3813
- "id": 23400,
3813
+ "id": 23411,
3814
3814
  "name": "AUTHORIZE_FLOW_OPERATOR_CREATE",
3815
3815
  "nodeType": "Identifier",
3816
3816
  "overloadedDeclarations": [],
3817
- "referencedDeclaration": 23382,
3817
+ "referencedDeclaration": 23393,
3818
3818
  "src": "4960:30:45",
3819
3819
  "typeDescriptions": {
3820
3820
  "typeIdentifier": "t_uint8",
@@ -3824,11 +3824,11 @@
3824
3824
  "nodeType": "BinaryOperation",
3825
3825
  "operator": "|",
3826
3826
  "rightExpression": {
3827
- "id": 23401,
3827
+ "id": 23412,
3828
3828
  "name": "AUTHORIZE_FLOW_OPERATOR_UPDATE",
3829
3829
  "nodeType": "Identifier",
3830
3830
  "overloadedDeclarations": [],
3831
- "referencedDeclaration": 23390,
3831
+ "referencedDeclaration": 23401,
3832
3832
  "src": "4993:30:45",
3833
3833
  "typeDescriptions": {
3834
3834
  "typeIdentifier": "t_uint8",
@@ -3844,11 +3844,11 @@
3844
3844
  "nodeType": "BinaryOperation",
3845
3845
  "operator": "|",
3846
3846
  "rightExpression": {
3847
- "id": 23403,
3847
+ "id": 23414,
3848
3848
  "name": "AUTHORIZE_FLOW_OPERATOR_DELETE",
3849
3849
  "nodeType": "Identifier",
3850
3850
  "overloadedDeclarations": [],
3851
- "referencedDeclaration": 23398,
3851
+ "referencedDeclaration": 23409,
3852
3852
  "src": "5026:30:45",
3853
3853
  "typeDescriptions": {
3854
3854
  "typeIdentifier": "t_uint8",
@@ -3865,12 +3865,12 @@
3865
3865
  },
3866
3866
  {
3867
3867
  "constant": true,
3868
- "id": 23415,
3868
+ "id": 23426,
3869
3869
  "mutability": "constant",
3870
3870
  "name": "REVOKE_FLOW_OPERATOR_CREATE",
3871
3871
  "nameLocation": "5086:27:45",
3872
3872
  "nodeType": "VariableDeclaration",
3873
- "scope": 23460,
3873
+ "scope": 23471,
3874
3874
  "src": "5062:70:45",
3875
3875
  "stateVariable": true,
3876
3876
  "storageLocation": "default",
@@ -3879,7 +3879,7 @@
3879
3879
  "typeString": "uint8"
3880
3880
  },
3881
3881
  "typeName": {
3882
- "id": 23406,
3882
+ "id": 23417,
3883
3883
  "name": "uint8",
3884
3884
  "nodeType": "ElementaryTypeName",
3885
3885
  "src": "5062:5:45",
@@ -3889,7 +3889,7 @@
3889
3889
  }
3890
3890
  },
3891
3891
  "value": {
3892
- "id": 23414,
3892
+ "id": 23425,
3893
3893
  "isConstant": false,
3894
3894
  "isLValue": false,
3895
3895
  "isPure": true,
@@ -3905,7 +3905,7 @@
3905
3905
  "typeIdentifier": "t_uint8",
3906
3906
  "typeString": "uint8"
3907
3907
  },
3908
- "id": 23412,
3908
+ "id": 23423,
3909
3909
  "isConstant": false,
3910
3910
  "isLValue": false,
3911
3911
  "isPure": true,
@@ -3914,7 +3914,7 @@
3914
3914
  "arguments": [
3915
3915
  {
3916
3916
  "hexValue": "31",
3917
- "id": 23409,
3917
+ "id": 23420,
3918
3918
  "isConstant": false,
3919
3919
  "isLValue": false,
3920
3920
  "isPure": true,
@@ -3936,7 +3936,7 @@
3936
3936
  "typeString": "int_const 1"
3937
3937
  }
3938
3938
  ],
3939
- "id": 23408,
3939
+ "id": 23419,
3940
3940
  "isConstant": false,
3941
3941
  "isLValue": false,
3942
3942
  "isPure": true,
@@ -3948,14 +3948,14 @@
3948
3948
  "typeString": "type(uint8)"
3949
3949
  },
3950
3950
  "typeName": {
3951
- "id": 23407,
3951
+ "id": 23418,
3952
3952
  "name": "uint8",
3953
3953
  "nodeType": "ElementaryTypeName",
3954
3954
  "src": "5118:5:45",
3955
3955
  "typeDescriptions": {}
3956
3956
  }
3957
3957
  },
3958
- "id": 23410,
3958
+ "id": 23421,
3959
3959
  "isConstant": false,
3960
3960
  "isLValue": false,
3961
3961
  "isPure": true,
@@ -3975,7 +3975,7 @@
3975
3975
  "operator": "<<",
3976
3976
  "rightExpression": {
3977
3977
  "hexValue": "30",
3978
- "id": 23411,
3978
+ "id": 23422,
3979
3979
  "isConstant": false,
3980
3980
  "isLValue": false,
3981
3981
  "isPure": true,
@@ -3996,7 +3996,7 @@
3996
3996
  }
3997
3997
  }
3998
3998
  ],
3999
- "id": 23413,
3999
+ "id": 23424,
4000
4000
  "isConstant": false,
4001
4001
  "isInlineArray": false,
4002
4002
  "isLValue": false,
@@ -4018,12 +4018,12 @@
4018
4018
  },
4019
4019
  {
4020
4020
  "constant": true,
4021
- "id": 23425,
4021
+ "id": 23436,
4022
4022
  "mutability": "constant",
4023
4023
  "name": "REVOKE_FLOW_OPERATOR_UPDATE",
4024
4024
  "nameLocation": "5162:27:45",
4025
4025
  "nodeType": "VariableDeclaration",
4026
- "scope": 23460,
4026
+ "scope": 23471,
4027
4027
  "src": "5138:70:45",
4028
4028
  "stateVariable": true,
4029
4029
  "storageLocation": "default",
@@ -4032,7 +4032,7 @@
4032
4032
  "typeString": "uint8"
4033
4033
  },
4034
4034
  "typeName": {
4035
- "id": 23416,
4035
+ "id": 23427,
4036
4036
  "name": "uint8",
4037
4037
  "nodeType": "ElementaryTypeName",
4038
4038
  "src": "5138:5:45",
@@ -4042,7 +4042,7 @@
4042
4042
  }
4043
4043
  },
4044
4044
  "value": {
4045
- "id": 23424,
4045
+ "id": 23435,
4046
4046
  "isConstant": false,
4047
4047
  "isLValue": false,
4048
4048
  "isPure": true,
@@ -4058,7 +4058,7 @@
4058
4058
  "typeIdentifier": "t_uint8",
4059
4059
  "typeString": "uint8"
4060
4060
  },
4061
- "id": 23422,
4061
+ "id": 23433,
4062
4062
  "isConstant": false,
4063
4063
  "isLValue": false,
4064
4064
  "isPure": true,
@@ -4067,7 +4067,7 @@
4067
4067
  "arguments": [
4068
4068
  {
4069
4069
  "hexValue": "31",
4070
- "id": 23419,
4070
+ "id": 23430,
4071
4071
  "isConstant": false,
4072
4072
  "isLValue": false,
4073
4073
  "isPure": true,
@@ -4089,7 +4089,7 @@
4089
4089
  "typeString": "int_const 1"
4090
4090
  }
4091
4091
  ],
4092
- "id": 23418,
4092
+ "id": 23429,
4093
4093
  "isConstant": false,
4094
4094
  "isLValue": false,
4095
4095
  "isPure": true,
@@ -4101,14 +4101,14 @@
4101
4101
  "typeString": "type(uint8)"
4102
4102
  },
4103
4103
  "typeName": {
4104
- "id": 23417,
4104
+ "id": 23428,
4105
4105
  "name": "uint8",
4106
4106
  "nodeType": "ElementaryTypeName",
4107
4107
  "src": "5194:5:45",
4108
4108
  "typeDescriptions": {}
4109
4109
  }
4110
4110
  },
4111
- "id": 23420,
4111
+ "id": 23431,
4112
4112
  "isConstant": false,
4113
4113
  "isLValue": false,
4114
4114
  "isPure": true,
@@ -4128,7 +4128,7 @@
4128
4128
  "operator": "<<",
4129
4129
  "rightExpression": {
4130
4130
  "hexValue": "31",
4131
- "id": 23421,
4131
+ "id": 23432,
4132
4132
  "isConstant": false,
4133
4133
  "isLValue": false,
4134
4134
  "isPure": true,
@@ -4149,7 +4149,7 @@
4149
4149
  }
4150
4150
  }
4151
4151
  ],
4152
- "id": 23423,
4152
+ "id": 23434,
4153
4153
  "isConstant": false,
4154
4154
  "isInlineArray": false,
4155
4155
  "isLValue": false,
@@ -4171,12 +4171,12 @@
4171
4171
  },
4172
4172
  {
4173
4173
  "constant": true,
4174
- "id": 23435,
4174
+ "id": 23446,
4175
4175
  "mutability": "constant",
4176
4176
  "name": "REVOKE_FLOW_OPERATOR_DELETE",
4177
4177
  "nameLocation": "5238:27:45",
4178
4178
  "nodeType": "VariableDeclaration",
4179
- "scope": 23460,
4179
+ "scope": 23471,
4180
4180
  "src": "5214:70:45",
4181
4181
  "stateVariable": true,
4182
4182
  "storageLocation": "default",
@@ -4185,7 +4185,7 @@
4185
4185
  "typeString": "uint8"
4186
4186
  },
4187
4187
  "typeName": {
4188
- "id": 23426,
4188
+ "id": 23437,
4189
4189
  "name": "uint8",
4190
4190
  "nodeType": "ElementaryTypeName",
4191
4191
  "src": "5214:5:45",
@@ -4195,7 +4195,7 @@
4195
4195
  }
4196
4196
  },
4197
4197
  "value": {
4198
- "id": 23434,
4198
+ "id": 23445,
4199
4199
  "isConstant": false,
4200
4200
  "isLValue": false,
4201
4201
  "isPure": true,
@@ -4211,7 +4211,7 @@
4211
4211
  "typeIdentifier": "t_uint8",
4212
4212
  "typeString": "uint8"
4213
4213
  },
4214
- "id": 23432,
4214
+ "id": 23443,
4215
4215
  "isConstant": false,
4216
4216
  "isLValue": false,
4217
4217
  "isPure": true,
@@ -4220,7 +4220,7 @@
4220
4220
  "arguments": [
4221
4221
  {
4222
4222
  "hexValue": "31",
4223
- "id": 23429,
4223
+ "id": 23440,
4224
4224
  "isConstant": false,
4225
4225
  "isLValue": false,
4226
4226
  "isPure": true,
@@ -4242,7 +4242,7 @@
4242
4242
  "typeString": "int_const 1"
4243
4243
  }
4244
4244
  ],
4245
- "id": 23428,
4245
+ "id": 23439,
4246
4246
  "isConstant": false,
4247
4247
  "isLValue": false,
4248
4248
  "isPure": true,
@@ -4254,14 +4254,14 @@
4254
4254
  "typeString": "type(uint8)"
4255
4255
  },
4256
4256
  "typeName": {
4257
- "id": 23427,
4257
+ "id": 23438,
4258
4258
  "name": "uint8",
4259
4259
  "nodeType": "ElementaryTypeName",
4260
4260
  "src": "5270:5:45",
4261
4261
  "typeDescriptions": {}
4262
4262
  }
4263
4263
  },
4264
- "id": 23430,
4264
+ "id": 23441,
4265
4265
  "isConstant": false,
4266
4266
  "isLValue": false,
4267
4267
  "isPure": true,
@@ -4281,7 +4281,7 @@
4281
4281
  "operator": "<<",
4282
4282
  "rightExpression": {
4283
4283
  "hexValue": "32",
4284
- "id": 23431,
4284
+ "id": 23442,
4285
4285
  "isConstant": false,
4286
4286
  "isLValue": false,
4287
4287
  "isPure": true,
@@ -4302,7 +4302,7 @@
4302
4302
  }
4303
4303
  }
4304
4304
  ],
4305
- "id": 23433,
4305
+ "id": 23444,
4306
4306
  "isConstant": false,
4307
4307
  "isInlineArray": false,
4308
4308
  "isLValue": false,
@@ -4324,7 +4324,7 @@
4324
4324
  },
4325
4325
  {
4326
4326
  "body": {
4327
- "id": 23458,
4327
+ "id": 23469,
4328
4328
  "nodeType": "Block",
4329
4329
  "src": "5367:209:45",
4330
4330
  "statements": [
@@ -4334,7 +4334,7 @@
4334
4334
  "typeIdentifier": "t_uint8",
4335
4335
  "typeString": "uint8"
4336
4336
  },
4337
- "id": 23456,
4337
+ "id": 23467,
4338
4338
  "isConstant": false,
4339
4339
  "isLValue": false,
4340
4340
  "isPure": false,
@@ -4346,17 +4346,17 @@
4346
4346
  "typeIdentifier": "t_uint8",
4347
4347
  "typeString": "uint8"
4348
4348
  },
4349
- "id": 23450,
4349
+ "id": 23461,
4350
4350
  "isConstant": false,
4351
4351
  "isLValue": false,
4352
4352
  "isPure": false,
4353
4353
  "lValueRequested": false,
4354
4354
  "leftExpression": {
4355
- "id": 23442,
4355
+ "id": 23453,
4356
4356
  "name": "permissions",
4357
4357
  "nodeType": "Identifier",
4358
4358
  "overloadedDeclarations": [],
4359
- "referencedDeclaration": 23437,
4359
+ "referencedDeclaration": 23448,
4360
4360
  "src": "5398:11:45",
4361
4361
  "typeDescriptions": {
4362
4362
  "typeIdentifier": "t_uint8",
@@ -4366,7 +4366,7 @@
4366
4366
  "nodeType": "BinaryOperation",
4367
4367
  "operator": "&",
4368
4368
  "rightExpression": {
4369
- "id": 23449,
4369
+ "id": 23460,
4370
4370
  "isConstant": false,
4371
4371
  "isLValue": false,
4372
4372
  "isPure": true,
@@ -4382,7 +4382,7 @@
4382
4382
  "typeIdentifier": "t_uint8",
4383
4383
  "typeString": "uint8"
4384
4384
  },
4385
- "id": 23447,
4385
+ "id": 23458,
4386
4386
  "isConstant": false,
4387
4387
  "isLValue": false,
4388
4388
  "isPure": true,
@@ -4392,17 +4392,17 @@
4392
4392
  "typeIdentifier": "t_uint8",
4393
4393
  "typeString": "uint8"
4394
4394
  },
4395
- "id": 23445,
4395
+ "id": 23456,
4396
4396
  "isConstant": false,
4397
4397
  "isLValue": false,
4398
4398
  "isPure": true,
4399
4399
  "lValueRequested": false,
4400
4400
  "leftExpression": {
4401
- "id": 23443,
4401
+ "id": 23454,
4402
4402
  "name": "AUTHORIZE_FLOW_OPERATOR_CREATE",
4403
4403
  "nodeType": "Identifier",
4404
4404
  "overloadedDeclarations": [],
4405
- "referencedDeclaration": 23382,
4405
+ "referencedDeclaration": 23393,
4406
4406
  "src": "5414:30:45",
4407
4407
  "typeDescriptions": {
4408
4408
  "typeIdentifier": "t_uint8",
@@ -4412,11 +4412,11 @@
4412
4412
  "nodeType": "BinaryOperation",
4413
4413
  "operator": "|",
4414
4414
  "rightExpression": {
4415
- "id": 23444,
4415
+ "id": 23455,
4416
4416
  "name": "AUTHORIZE_FLOW_OPERATOR_UPDATE",
4417
4417
  "nodeType": "Identifier",
4418
4418
  "overloadedDeclarations": [],
4419
- "referencedDeclaration": 23390,
4419
+ "referencedDeclaration": 23401,
4420
4420
  "src": "5463:30:45",
4421
4421
  "typeDescriptions": {
4422
4422
  "typeIdentifier": "t_uint8",
@@ -4432,11 +4432,11 @@
4432
4432
  "nodeType": "BinaryOperation",
4433
4433
  "operator": "|",
4434
4434
  "rightExpression": {
4435
- "id": 23446,
4435
+ "id": 23457,
4436
4436
  "name": "AUTHORIZE_FLOW_OPERATOR_DELETE",
4437
4437
  "nodeType": "Identifier",
4438
4438
  "overloadedDeclarations": [],
4439
- "referencedDeclaration": 23398,
4439
+ "referencedDeclaration": 23409,
4440
4440
  "src": "5512:30:45",
4441
4441
  "typeDescriptions": {
4442
4442
  "typeIdentifier": "t_uint8",
@@ -4450,7 +4450,7 @@
4450
4450
  }
4451
4451
  }
4452
4452
  ],
4453
- "id": 23448,
4453
+ "id": 23459,
4454
4454
  "isConstant": false,
4455
4455
  "isInlineArray": false,
4456
4456
  "isLValue": false,
@@ -4475,7 +4475,7 @@
4475
4475
  }
4476
4476
  }
4477
4477
  ],
4478
- "id": 23451,
4478
+ "id": 23462,
4479
4479
  "isConstant": false,
4480
4480
  "isInlineArray": false,
4481
4481
  "isLValue": false,
@@ -4494,7 +4494,7 @@
4494
4494
  "arguments": [
4495
4495
  {
4496
4496
  "hexValue": "30",
4497
- "id": 23454,
4497
+ "id": 23465,
4498
4498
  "isConstant": false,
4499
4499
  "isLValue": false,
4500
4500
  "isPure": true,
@@ -4516,7 +4516,7 @@
4516
4516
  "typeString": "int_const 0"
4517
4517
  }
4518
4518
  ],
4519
- "id": 23453,
4519
+ "id": 23464,
4520
4520
  "isConstant": false,
4521
4521
  "isLValue": false,
4522
4522
  "isPure": true,
@@ -4528,14 +4528,14 @@
4528
4528
  "typeString": "type(uint8)"
4529
4529
  },
4530
4530
  "typeName": {
4531
- "id": 23452,
4531
+ "id": 23463,
4532
4532
  "name": "uint8",
4533
4533
  "nodeType": "ElementaryTypeName",
4534
4534
  "src": "5561:5:45",
4535
4535
  "typeDescriptions": {}
4536
4536
  }
4537
4537
  },
4538
- "id": 23455,
4538
+ "id": 23466,
4539
4539
  "isConstant": false,
4540
4540
  "isLValue": false,
4541
4541
  "isPure": true,
@@ -4557,14 +4557,14 @@
4557
4557
  "typeString": "bool"
4558
4558
  }
4559
4559
  },
4560
- "functionReturnParameters": 23441,
4561
- "id": 23457,
4560
+ "functionReturnParameters": 23452,
4561
+ "id": 23468,
4562
4562
  "nodeType": "Return",
4563
4563
  "src": "5377:192:45"
4564
4564
  }
4565
4565
  ]
4566
4566
  },
4567
- "id": 23459,
4567
+ "id": 23470,
4568
4568
  "implemented": true,
4569
4569
  "kind": "function",
4570
4570
  "modifiers": [],
@@ -4572,17 +4572,17 @@
4572
4572
  "nameLocation": "5300:18:45",
4573
4573
  "nodeType": "FunctionDefinition",
4574
4574
  "parameters": {
4575
- "id": 23438,
4575
+ "id": 23449,
4576
4576
  "nodeType": "ParameterList",
4577
4577
  "parameters": [
4578
4578
  {
4579
4579
  "constant": false,
4580
- "id": 23437,
4580
+ "id": 23448,
4581
4581
  "mutability": "mutable",
4582
4582
  "name": "permissions",
4583
4583
  "nameLocation": "5325:11:45",
4584
4584
  "nodeType": "VariableDeclaration",
4585
- "scope": 23459,
4585
+ "scope": 23470,
4586
4586
  "src": "5319:17:45",
4587
4587
  "stateVariable": false,
4588
4588
  "storageLocation": "default",
@@ -4591,7 +4591,7 @@
4591
4591
  "typeString": "uint8"
4592
4592
  },
4593
4593
  "typeName": {
4594
- "id": 23436,
4594
+ "id": 23447,
4595
4595
  "name": "uint8",
4596
4596
  "nodeType": "ElementaryTypeName",
4597
4597
  "src": "5319:5:45",
@@ -4606,17 +4606,17 @@
4606
4606
  "src": "5318:19:45"
4607
4607
  },
4608
4608
  "returnParameters": {
4609
- "id": 23441,
4609
+ "id": 23452,
4610
4610
  "nodeType": "ParameterList",
4611
4611
  "parameters": [
4612
4612
  {
4613
4613
  "constant": false,
4614
- "id": 23440,
4614
+ "id": 23451,
4615
4615
  "mutability": "mutable",
4616
4616
  "name": "",
4617
4617
  "nameLocation": "-1:-1:-1",
4618
4618
  "nodeType": "VariableDeclaration",
4619
- "scope": 23459,
4619
+ "scope": 23470,
4620
4620
  "src": "5361:4:45",
4621
4621
  "stateVariable": false,
4622
4622
  "storageLocation": "default",
@@ -4625,7 +4625,7 @@
4625
4625
  "typeString": "bool"
4626
4626
  },
4627
4627
  "typeName": {
4628
- "id": 23439,
4628
+ "id": 23450,
4629
4629
  "name": "bool",
4630
4630
  "nodeType": "ElementaryTypeName",
4631
4631
  "src": "5361:4:45",
@@ -4639,14 +4639,14 @@
4639
4639
  ],
4640
4640
  "src": "5360:6:45"
4641
4641
  },
4642
- "scope": 23460,
4642
+ "scope": 23471,
4643
4643
  "src": "5291:285:45",
4644
4644
  "stateMutability": "pure",
4645
4645
  "virtual": false,
4646
4646
  "visibility": "internal"
4647
4647
  }
4648
4648
  ],
4649
- "scope": 23608,
4649
+ "scope": 23619,
4650
4650
  "src": "4637:942:45",
4651
4651
  "usedErrors": []
4652
4652
  },
@@ -4657,15 +4657,15 @@
4657
4657
  "contractDependencies": [],
4658
4658
  "contractKind": "library",
4659
4659
  "documentation": {
4660
- "id": 23461,
4660
+ "id": 23472,
4661
4661
  "nodeType": "StructuredDocumentation",
4662
4662
  "src": "5581:63:45",
4663
4663
  "text": " @title Batch operation library\n @author Superfluid"
4664
4664
  },
4665
4665
  "fullyImplemented": true,
4666
- "id": 23506,
4666
+ "id": 23517,
4667
4667
  "linearizedBaseContracts": [
4668
- 23506
4668
+ 23517
4669
4669
  ],
4670
4670
  "name": "BatchOperation",
4671
4671
  "nameLocation": "5653:14:45",
@@ -4674,17 +4674,17 @@
4674
4674
  {
4675
4675
  "constant": true,
4676
4676
  "documentation": {
4677
- "id": 23462,
4677
+ "id": 23473,
4678
4678
  "nodeType": "StructuredDocumentation",
4679
4679
  "src": "5674:200:45",
4680
4680
  "text": " @dev ERC20.approve batch operation type\n Call spec:\n ISuperToken(target).operationApprove(\n abi.decode(data, (address spender, uint256 amount))\n )"
4681
4681
  },
4682
- "id": 23465,
4682
+ "id": 23476,
4683
4683
  "mutability": "constant",
4684
4684
  "name": "OPERATION_TYPE_ERC20_APPROVE",
4685
4685
  "nameLocation": "5904:28:45",
4686
4686
  "nodeType": "VariableDeclaration",
4687
- "scope": 23506,
4687
+ "scope": 23517,
4688
4688
  "src": "5879:57:45",
4689
4689
  "stateVariable": true,
4690
4690
  "storageLocation": "default",
@@ -4693,7 +4693,7 @@
4693
4693
  "typeString": "uint32"
4694
4694
  },
4695
4695
  "typeName": {
4696
- "id": 23463,
4696
+ "id": 23474,
4697
4697
  "name": "uint32",
4698
4698
  "nodeType": "ElementaryTypeName",
4699
4699
  "src": "5879:6:45",
@@ -4704,7 +4704,7 @@
4704
4704
  },
4705
4705
  "value": {
4706
4706
  "hexValue": "31",
4707
- "id": 23464,
4707
+ "id": 23475,
4708
4708
  "isConstant": false,
4709
4709
  "isLValue": false,
4710
4710
  "isPure": true,
@@ -4723,17 +4723,17 @@
4723
4723
  {
4724
4724
  "constant": true,
4725
4725
  "documentation": {
4726
- "id": 23466,
4726
+ "id": 23477,
4727
4727
  "nodeType": "StructuredDocumentation",
4728
4728
  "src": "5942:227:45",
4729
4729
  "text": " @dev ERC20.transferFrom batch operation type\n Call spec:\n ISuperToken(target).operationTransferFrom(\n abi.decode(data, (address sender, address recipient, uint256 amount)\n )"
4730
4730
  },
4731
- "id": 23469,
4731
+ "id": 23480,
4732
4732
  "mutability": "constant",
4733
4733
  "name": "OPERATION_TYPE_ERC20_TRANSFER_FROM",
4734
4734
  "nameLocation": "6199:34:45",
4735
4735
  "nodeType": "VariableDeclaration",
4736
- "scope": 23506,
4736
+ "scope": 23517,
4737
4737
  "src": "6174:63:45",
4738
4738
  "stateVariable": true,
4739
4739
  "storageLocation": "default",
@@ -4742,7 +4742,7 @@
4742
4742
  "typeString": "uint32"
4743
4743
  },
4744
4744
  "typeName": {
4745
- "id": 23467,
4745
+ "id": 23478,
4746
4746
  "name": "uint32",
4747
4747
  "nodeType": "ElementaryTypeName",
4748
4748
  "src": "6174:6:45",
@@ -4753,7 +4753,7 @@
4753
4753
  },
4754
4754
  "value": {
4755
4755
  "hexValue": "32",
4756
- "id": 23468,
4756
+ "id": 23479,
4757
4757
  "isConstant": false,
4758
4758
  "isLValue": false,
4759
4759
  "isPure": true,
@@ -4772,17 +4772,17 @@
4772
4772
  {
4773
4773
  "constant": true,
4774
4774
  "documentation": {
4775
- "id": 23470,
4775
+ "id": 23481,
4776
4776
  "nodeType": "StructuredDocumentation",
4777
4777
  "src": "6243:212:45",
4778
4778
  "text": " @dev ERC777.send batch operation type\n Call spec:\n ISuperToken(target).operationSend(\n abi.decode(data, (address recipient, uint256 amount, bytes userData)\n )"
4779
4779
  },
4780
- "id": 23473,
4780
+ "id": 23484,
4781
4781
  "mutability": "constant",
4782
4782
  "name": "OPERATION_TYPE_ERC777_SEND",
4783
4783
  "nameLocation": "6485:26:45",
4784
4784
  "nodeType": "VariableDeclaration",
4785
- "scope": 23506,
4785
+ "scope": 23517,
4786
4786
  "src": "6460:55:45",
4787
4787
  "stateVariable": true,
4788
4788
  "storageLocation": "default",
@@ -4791,7 +4791,7 @@
4791
4791
  "typeString": "uint32"
4792
4792
  },
4793
4793
  "typeName": {
4794
- "id": 23471,
4794
+ "id": 23482,
4795
4795
  "name": "uint32",
4796
4796
  "nodeType": "ElementaryTypeName",
4797
4797
  "src": "6460:6:45",
@@ -4802,7 +4802,7 @@
4802
4802
  },
4803
4803
  "value": {
4804
4804
  "hexValue": "33",
4805
- "id": 23472,
4805
+ "id": 23483,
4806
4806
  "isConstant": false,
4807
4807
  "isLValue": false,
4808
4808
  "isPure": true,
@@ -4821,17 +4821,17 @@
4821
4821
  {
4822
4822
  "constant": true,
4823
4823
  "documentation": {
4824
- "id": 23474,
4824
+ "id": 23485,
4825
4825
  "nodeType": "StructuredDocumentation",
4826
4826
  "src": "6521:241:45",
4827
4827
  "text": " @dev ERC20.increaseAllowance batch operation type\n Call spec:\n ISuperToken(target).operationIncreaseAllowance(\n abi.decode(data, (address account, address spender, uint256 addedValue))\n )"
4828
4828
  },
4829
- "id": 23477,
4829
+ "id": 23488,
4830
4830
  "mutability": "constant",
4831
4831
  "name": "OPERATION_TYPE_ERC20_INCREASE_ALLOWANCE",
4832
4832
  "nameLocation": "6792:39:45",
4833
4833
  "nodeType": "VariableDeclaration",
4834
- "scope": 23506,
4834
+ "scope": 23517,
4835
4835
  "src": "6767:68:45",
4836
4836
  "stateVariable": true,
4837
4837
  "storageLocation": "default",
@@ -4840,7 +4840,7 @@
4840
4840
  "typeString": "uint32"
4841
4841
  },
4842
4842
  "typeName": {
4843
- "id": 23475,
4843
+ "id": 23486,
4844
4844
  "name": "uint32",
4845
4845
  "nodeType": "ElementaryTypeName",
4846
4846
  "src": "6767:6:45",
@@ -4851,7 +4851,7 @@
4851
4851
  },
4852
4852
  "value": {
4853
4853
  "hexValue": "34",
4854
- "id": 23476,
4854
+ "id": 23487,
4855
4855
  "isConstant": false,
4856
4856
  "isLValue": false,
4857
4857
  "isPure": true,
@@ -4870,17 +4870,17 @@
4870
4870
  {
4871
4871
  "constant": true,
4872
4872
  "documentation": {
4873
- "id": 23478,
4873
+ "id": 23489,
4874
4874
  "nodeType": "StructuredDocumentation",
4875
4875
  "src": "6841:246:45",
4876
4876
  "text": " @dev ERC20.decreaseAllowance batch operation type\n Call spec:\n ISuperToken(target).operationDecreaseAllowance(\n abi.decode(data, (address account, address spender, uint256 subtractedValue))\n )"
4877
4877
  },
4878
- "id": 23481,
4878
+ "id": 23492,
4879
4879
  "mutability": "constant",
4880
4880
  "name": "OPERATION_TYPE_ERC20_DECREASE_ALLOWANCE",
4881
4881
  "nameLocation": "7117:39:45",
4882
4882
  "nodeType": "VariableDeclaration",
4883
- "scope": 23506,
4883
+ "scope": 23517,
4884
4884
  "src": "7092:68:45",
4885
4885
  "stateVariable": true,
4886
4886
  "storageLocation": "default",
@@ -4889,7 +4889,7 @@
4889
4889
  "typeString": "uint32"
4890
4890
  },
4891
4891
  "typeName": {
4892
- "id": 23479,
4892
+ "id": 23490,
4893
4893
  "name": "uint32",
4894
4894
  "nodeType": "ElementaryTypeName",
4895
4895
  "src": "7092:6:45",
@@ -4900,7 +4900,7 @@
4900
4900
  },
4901
4901
  "value": {
4902
4902
  "hexValue": "35",
4903
- "id": 23480,
4903
+ "id": 23491,
4904
4904
  "isConstant": false,
4905
4905
  "isLValue": false,
4906
4906
  "isPure": true,
@@ -4919,17 +4919,17 @@
4919
4919
  {
4920
4920
  "constant": true,
4921
4921
  "documentation": {
4922
- "id": 23482,
4922
+ "id": 23493,
4923
4923
  "nodeType": "StructuredDocumentation",
4924
4924
  "src": "7166:187:45",
4925
4925
  "text": " @dev SuperToken.upgrade batch operation type\n Call spec:\n ISuperToken(target).operationUpgrade(\n abi.decode(data, (uint256 amount)\n )"
4926
4926
  },
4927
- "id": 23487,
4927
+ "id": 23498,
4928
4928
  "mutability": "constant",
4929
4929
  "name": "OPERATION_TYPE_SUPERTOKEN_UPGRADE",
4930
4930
  "nameLocation": "7383:33:45",
4931
4931
  "nodeType": "VariableDeclaration",
4932
- "scope": 23506,
4932
+ "scope": 23517,
4933
4933
  "src": "7358:68:45",
4934
4934
  "stateVariable": true,
4935
4935
  "storageLocation": "default",
@@ -4938,7 +4938,7 @@
4938
4938
  "typeString": "uint32"
4939
4939
  },
4940
4940
  "typeName": {
4941
- "id": 23483,
4941
+ "id": 23494,
4942
4942
  "name": "uint32",
4943
4943
  "nodeType": "ElementaryTypeName",
4944
4944
  "src": "7358:6:45",
@@ -4952,14 +4952,14 @@
4952
4952
  "typeIdentifier": "t_rational_101_by_1",
4953
4953
  "typeString": "int_const 101"
4954
4954
  },
4955
- "id": 23486,
4955
+ "id": 23497,
4956
4956
  "isConstant": false,
4957
4957
  "isLValue": false,
4958
4958
  "isPure": true,
4959
4959
  "lValueRequested": false,
4960
4960
  "leftExpression": {
4961
4961
  "hexValue": "31",
4962
- "id": 23484,
4962
+ "id": 23495,
4963
4963
  "isConstant": false,
4964
4964
  "isLValue": false,
4965
4965
  "isPure": true,
@@ -4977,7 +4977,7 @@
4977
4977
  "operator": "+",
4978
4978
  "rightExpression": {
4979
4979
  "hexValue": "313030",
4980
- "id": 23485,
4980
+ "id": 23496,
4981
4981
  "isConstant": false,
4982
4982
  "isLValue": false,
4983
4983
  "isPure": true,
@@ -5002,17 +5002,17 @@
5002
5002
  {
5003
5003
  "constant": true,
5004
5004
  "documentation": {
5005
- "id": 23488,
5005
+ "id": 23499,
5006
5006
  "nodeType": "StructuredDocumentation",
5007
5007
  "src": "7432:191:45",
5008
5008
  "text": " @dev SuperToken.downgrade batch operation type\n Call spec:\n ISuperToken(target).operationDowngrade(\n abi.decode(data, (uint256 amount)\n )"
5009
5009
  },
5010
- "id": 23493,
5010
+ "id": 23504,
5011
5011
  "mutability": "constant",
5012
5012
  "name": "OPERATION_TYPE_SUPERTOKEN_DOWNGRADE",
5013
5013
  "nameLocation": "7653:35:45",
5014
5014
  "nodeType": "VariableDeclaration",
5015
- "scope": 23506,
5015
+ "scope": 23517,
5016
5016
  "src": "7628:70:45",
5017
5017
  "stateVariable": true,
5018
5018
  "storageLocation": "default",
@@ -5021,7 +5021,7 @@
5021
5021
  "typeString": "uint32"
5022
5022
  },
5023
5023
  "typeName": {
5024
- "id": 23489,
5024
+ "id": 23500,
5025
5025
  "name": "uint32",
5026
5026
  "nodeType": "ElementaryTypeName",
5027
5027
  "src": "7628:6:45",
@@ -5035,14 +5035,14 @@
5035
5035
  "typeIdentifier": "t_rational_102_by_1",
5036
5036
  "typeString": "int_const 102"
5037
5037
  },
5038
- "id": 23492,
5038
+ "id": 23503,
5039
5039
  "isConstant": false,
5040
5040
  "isLValue": false,
5041
5041
  "isPure": true,
5042
5042
  "lValueRequested": false,
5043
5043
  "leftExpression": {
5044
5044
  "hexValue": "32",
5045
- "id": 23490,
5045
+ "id": 23501,
5046
5046
  "isConstant": false,
5047
5047
  "isLValue": false,
5048
5048
  "isPure": true,
@@ -5060,7 +5060,7 @@
5060
5060
  "operator": "+",
5061
5061
  "rightExpression": {
5062
5062
  "hexValue": "313030",
5063
- "id": 23491,
5063
+ "id": 23502,
5064
5064
  "isConstant": false,
5065
5065
  "isLValue": false,
5066
5066
  "isPure": true,
@@ -5085,17 +5085,17 @@
5085
5085
  {
5086
5086
  "constant": true,
5087
5087
  "documentation": {
5088
- "id": 23494,
5088
+ "id": 23505,
5089
5089
  "nodeType": "StructuredDocumentation",
5090
5090
  "src": "7704:223:45",
5091
5091
  "text": " @dev Superfluid.callAgreement batch operation type\n Call spec:\n callAgreement(\n ISuperAgreement(target)),\n abi.decode(data, (bytes callData, bytes userData)\n )"
5092
5092
  },
5093
- "id": 23499,
5093
+ "id": 23510,
5094
5094
  "mutability": "constant",
5095
5095
  "name": "OPERATION_TYPE_SUPERFLUID_CALL_AGREEMENT",
5096
5096
  "nameLocation": "7957:40:45",
5097
5097
  "nodeType": "VariableDeclaration",
5098
- "scope": 23506,
5098
+ "scope": 23517,
5099
5099
  "src": "7932:75:45",
5100
5100
  "stateVariable": true,
5101
5101
  "storageLocation": "default",
@@ -5104,7 +5104,7 @@
5104
5104
  "typeString": "uint32"
5105
5105
  },
5106
5106
  "typeName": {
5107
- "id": 23495,
5107
+ "id": 23506,
5108
5108
  "name": "uint32",
5109
5109
  "nodeType": "ElementaryTypeName",
5110
5110
  "src": "7932:6:45",
@@ -5118,14 +5118,14 @@
5118
5118
  "typeIdentifier": "t_rational_201_by_1",
5119
5119
  "typeString": "int_const 201"
5120
5120
  },
5121
- "id": 23498,
5121
+ "id": 23509,
5122
5122
  "isConstant": false,
5123
5123
  "isLValue": false,
5124
5124
  "isPure": true,
5125
5125
  "lValueRequested": false,
5126
5126
  "leftExpression": {
5127
5127
  "hexValue": "31",
5128
- "id": 23496,
5128
+ "id": 23507,
5129
5129
  "isConstant": false,
5130
5130
  "isLValue": false,
5131
5131
  "isPure": true,
@@ -5143,7 +5143,7 @@
5143
5143
  "operator": "+",
5144
5144
  "rightExpression": {
5145
5145
  "hexValue": "323030",
5146
- "id": 23497,
5146
+ "id": 23508,
5147
5147
  "isConstant": false,
5148
5148
  "isLValue": false,
5149
5149
  "isPure": true,
@@ -5168,17 +5168,17 @@
5168
5168
  {
5169
5169
  "constant": true,
5170
5170
  "documentation": {
5171
- "id": 23500,
5171
+ "id": 23511,
5172
5172
  "nodeType": "StructuredDocumentation",
5173
5173
  "src": "8013:172:45",
5174
5174
  "text": " @dev Superfluid.callAppAction batch operation type\n Call spec:\n callAppAction(\n ISuperApp(target)),\n data\n )"
5175
5175
  },
5176
- "id": 23505,
5176
+ "id": 23516,
5177
5177
  "mutability": "constant",
5178
5178
  "name": "OPERATION_TYPE_SUPERFLUID_CALL_APP_ACTION",
5179
5179
  "nameLocation": "8215:41:45",
5180
5180
  "nodeType": "VariableDeclaration",
5181
- "scope": 23506,
5181
+ "scope": 23517,
5182
5182
  "src": "8190:76:45",
5183
5183
  "stateVariable": true,
5184
5184
  "storageLocation": "default",
@@ -5187,7 +5187,7 @@
5187
5187
  "typeString": "uint32"
5188
5188
  },
5189
5189
  "typeName": {
5190
- "id": 23501,
5190
+ "id": 23512,
5191
5191
  "name": "uint32",
5192
5192
  "nodeType": "ElementaryTypeName",
5193
5193
  "src": "8190:6:45",
@@ -5201,14 +5201,14 @@
5201
5201
  "typeIdentifier": "t_rational_202_by_1",
5202
5202
  "typeString": "int_const 202"
5203
5203
  },
5204
- "id": 23504,
5204
+ "id": 23515,
5205
5205
  "isConstant": false,
5206
5206
  "isLValue": false,
5207
5207
  "isPure": true,
5208
5208
  "lValueRequested": false,
5209
5209
  "leftExpression": {
5210
5210
  "hexValue": "32",
5211
- "id": 23502,
5211
+ "id": 23513,
5212
5212
  "isConstant": false,
5213
5213
  "isLValue": false,
5214
5214
  "isPure": true,
@@ -5226,7 +5226,7 @@
5226
5226
  "operator": "+",
5227
5227
  "rightExpression": {
5228
5228
  "hexValue": "323030",
5229
- "id": 23503,
5229
+ "id": 23514,
5230
5230
  "isConstant": false,
5231
5231
  "isLValue": false,
5232
5232
  "isPure": true,
@@ -5249,7 +5249,7 @@
5249
5249
  "visibility": "internal"
5250
5250
  }
5251
5251
  ],
5252
- "scope": 23608,
5252
+ "scope": 23619,
5253
5253
  "src": "5645:2624:45",
5254
5254
  "usedErrors": []
5255
5255
  },
@@ -5260,15 +5260,15 @@
5260
5260
  "contractDependencies": [],
5261
5261
  "contractKind": "library",
5262
5262
  "documentation": {
5263
- "id": 23507,
5263
+ "id": 23518,
5264
5264
  "nodeType": "StructuredDocumentation",
5265
5265
  "src": "8271:77:45",
5266
5266
  "text": " @title Superfluid governance configs library\n @author Superfluid"
5267
5267
  },
5268
5268
  "fullyImplemented": true,
5269
- "id": 23607,
5269
+ "id": 23618,
5270
5270
  "linearizedBaseContracts": [
5271
- 23607
5271
+ 23618
5272
5272
  ],
5273
5273
  "name": "SuperfluidGovernanceConfigs",
5274
5274
  "nameLocation": "8357:27:45",
@@ -5276,12 +5276,12 @@
5276
5276
  "nodes": [
5277
5277
  {
5278
5278
  "constant": true,
5279
- "id": 23512,
5279
+ "id": 23523,
5280
5280
  "mutability": "constant",
5281
5281
  "name": "SUPERFLUID_REWARD_ADDRESS_CONFIG_KEY",
5282
5282
  "nameLocation": "8418:36:45",
5283
5283
  "nodeType": "VariableDeclaration",
5284
- "scope": 23607,
5284
+ "scope": 23618,
5285
5285
  "src": "8392:133:45",
5286
5286
  "stateVariable": true,
5287
5287
  "storageLocation": "default",
@@ -5290,7 +5290,7 @@
5290
5290
  "typeString": "bytes32"
5291
5291
  },
5292
5292
  "typeName": {
5293
- "id": 23508,
5293
+ "id": 23519,
5294
5294
  "name": "bytes32",
5295
5295
  "nodeType": "ElementaryTypeName",
5296
5296
  "src": "8392:7:45",
@@ -5303,7 +5303,7 @@
5303
5303
  "arguments": [
5304
5304
  {
5305
5305
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e7375706572666c7569642e72657761726441646472657373",
5306
- "id": 23510,
5306
+ "id": 23521,
5307
5307
  "isConstant": false,
5308
5308
  "isLValue": false,
5309
5309
  "isPure": true,
@@ -5325,7 +5325,7 @@
5325
5325
  "typeString": "literal_string \"org.superfluid-finance.superfluid.rewardAddress\""
5326
5326
  }
5327
5327
  ],
5328
- "id": 23509,
5328
+ "id": 23520,
5329
5329
  "name": "keccak256",
5330
5330
  "nodeType": "Identifier",
5331
5331
  "overloadedDeclarations": [],
@@ -5336,7 +5336,7 @@
5336
5336
  "typeString": "function (bytes memory) pure returns (bytes32)"
5337
5337
  }
5338
5338
  },
5339
- "id": 23511,
5339
+ "id": 23522,
5340
5340
  "isConstant": false,
5341
5341
  "isLValue": false,
5342
5342
  "isPure": true,
@@ -5356,12 +5356,12 @@
5356
5356
  },
5357
5357
  {
5358
5358
  "constant": true,
5359
- "id": 23517,
5359
+ "id": 23528,
5360
5360
  "mutability": "constant",
5361
5361
  "name": "CFAV1_PPP_CONFIG_KEY",
5362
5362
  "nameLocation": "8557:20:45",
5363
5363
  "nodeType": "VariableDeclaration",
5364
- "scope": 23607,
5364
+ "scope": 23618,
5365
5365
  "src": "8531:145:45",
5366
5366
  "stateVariable": true,
5367
5367
  "storageLocation": "default",
@@ -5370,7 +5370,7 @@
5370
5370
  "typeString": "bytes32"
5371
5371
  },
5372
5372
  "typeName": {
5373
- "id": 23513,
5373
+ "id": 23524,
5374
5374
  "name": "bytes32",
5375
5375
  "nodeType": "ElementaryTypeName",
5376
5376
  "src": "8531:7:45",
@@ -5383,7 +5383,7 @@
5383
5383
  "arguments": [
5384
5384
  {
5385
5385
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e61677265656d656e74732e436f6e7374616e74466c6f7741677265656d656e742e76312e505050436f6e66696775726174696f6e",
5386
- "id": 23515,
5386
+ "id": 23526,
5387
5387
  "isConstant": false,
5388
5388
  "isLValue": false,
5389
5389
  "isPure": true,
@@ -5405,7 +5405,7 @@
5405
5405
  "typeString": "literal_string \"org.superfluid-finance.agreements.ConstantFlowAgreement.v1.PPPConfiguration\""
5406
5406
  }
5407
5407
  ],
5408
- "id": 23514,
5408
+ "id": 23525,
5409
5409
  "name": "keccak256",
5410
5410
  "nodeType": "Identifier",
5411
5411
  "overloadedDeclarations": [],
@@ -5416,7 +5416,7 @@
5416
5416
  "typeString": "function (bytes memory) pure returns (bytes32)"
5417
5417
  }
5418
5418
  },
5419
- "id": 23516,
5419
+ "id": 23527,
5420
5420
  "isConstant": false,
5421
5421
  "isLValue": false,
5422
5422
  "isPure": true,
@@ -5436,12 +5436,12 @@
5436
5436
  },
5437
5437
  {
5438
5438
  "constant": true,
5439
- "id": 23522,
5439
+ "id": 23533,
5440
5440
  "mutability": "constant",
5441
5441
  "name": "SUPERTOKEN_MINIMUM_DEPOSIT_KEY",
5442
5442
  "nameLocation": "8708:30:45",
5443
5443
  "nodeType": "VariableDeclaration",
5444
- "scope": 23607,
5444
+ "scope": 23618,
5445
5445
  "src": "8682:138:45",
5446
5446
  "stateVariable": true,
5447
5447
  "storageLocation": "default",
@@ -5450,7 +5450,7 @@
5450
5450
  "typeString": "bytes32"
5451
5451
  },
5452
5452
  "typeName": {
5453
- "id": 23518,
5453
+ "id": 23529,
5454
5454
  "name": "bytes32",
5455
5455
  "nodeType": "ElementaryTypeName",
5456
5456
  "src": "8682:7:45",
@@ -5463,7 +5463,7 @@
5463
5463
  "arguments": [
5464
5464
  {
5465
5465
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e7375706572666c7569642e7375706572546f6b656e4d696e696d756d4465706f736974",
5466
- "id": 23520,
5466
+ "id": 23531,
5467
5467
  "isConstant": false,
5468
5468
  "isLValue": false,
5469
5469
  "isPure": true,
@@ -5485,7 +5485,7 @@
5485
5485
  "typeString": "literal_string \"org.superfluid-finance.superfluid.superTokenMinimumDeposit\""
5486
5486
  }
5487
5487
  ],
5488
- "id": 23519,
5488
+ "id": 23530,
5489
5489
  "name": "keccak256",
5490
5490
  "nodeType": "Identifier",
5491
5491
  "overloadedDeclarations": [],
@@ -5496,7 +5496,7 @@
5496
5496
  "typeString": "function (bytes memory) pure returns (bytes32)"
5497
5497
  }
5498
5498
  },
5499
- "id": 23521,
5499
+ "id": 23532,
5500
5500
  "isConstant": false,
5501
5501
  "isLValue": false,
5502
5502
  "isPure": true,
@@ -5516,7 +5516,7 @@
5516
5516
  },
5517
5517
  {
5518
5518
  "body": {
5519
- "id": 23537,
5519
+ "id": 23548,
5520
5520
  "nodeType": "Block",
5521
5521
  "src": "8916:135:45",
5522
5522
  "statements": [
@@ -5527,7 +5527,7 @@
5527
5527
  "arguments": [
5528
5528
  {
5529
5529
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e7375706572666c7569642e74727573746564466f72776172646572",
5530
- "id": 23532,
5530
+ "id": 23543,
5531
5531
  "isConstant": false,
5532
5532
  "isLValue": false,
5533
5533
  "isPure": true,
@@ -5542,11 +5542,11 @@
5542
5542
  "value": "org.superfluid-finance.superfluid.trustedForwarder"
5543
5543
  },
5544
5544
  {
5545
- "id": 23533,
5545
+ "id": 23544,
5546
5546
  "name": "forwarder",
5547
5547
  "nodeType": "Identifier",
5548
5548
  "overloadedDeclarations": [],
5549
- "referencedDeclaration": 23524,
5549
+ "referencedDeclaration": 23535,
5550
5550
  "src": "9033:9:45",
5551
5551
  "typeDescriptions": {
5552
5552
  "typeIdentifier": "t_address",
@@ -5566,7 +5566,7 @@
5566
5566
  }
5567
5567
  ],
5568
5568
  "expression": {
5569
- "id": 23530,
5569
+ "id": 23541,
5570
5570
  "name": "abi",
5571
5571
  "nodeType": "Identifier",
5572
5572
  "overloadedDeclarations": [],
@@ -5577,7 +5577,7 @@
5577
5577
  "typeString": "abi"
5578
5578
  }
5579
5579
  },
5580
- "id": 23531,
5580
+ "id": 23542,
5581
5581
  "isConstant": false,
5582
5582
  "isLValue": false,
5583
5583
  "isPure": true,
@@ -5591,7 +5591,7 @@
5591
5591
  "typeString": "function () pure returns (bytes memory)"
5592
5592
  }
5593
5593
  },
5594
- "id": 23534,
5594
+ "id": 23545,
5595
5595
  "isConstant": false,
5596
5596
  "isLValue": false,
5597
5597
  "isPure": false,
@@ -5615,7 +5615,7 @@
5615
5615
  "typeString": "bytes memory"
5616
5616
  }
5617
5617
  ],
5618
- "id": 23529,
5618
+ "id": 23540,
5619
5619
  "name": "keccak256",
5620
5620
  "nodeType": "Identifier",
5621
5621
  "overloadedDeclarations": [],
@@ -5626,7 +5626,7 @@
5626
5626
  "typeString": "function (bytes memory) pure returns (bytes32)"
5627
5627
  }
5628
5628
  },
5629
- "id": 23535,
5629
+ "id": 23546,
5630
5630
  "isConstant": false,
5631
5631
  "isLValue": false,
5632
5632
  "isPure": false,
@@ -5642,14 +5642,14 @@
5642
5642
  "typeString": "bytes32"
5643
5643
  }
5644
5644
  },
5645
- "functionReturnParameters": 23528,
5646
- "id": 23536,
5645
+ "functionReturnParameters": 23539,
5646
+ "id": 23547,
5647
5647
  "nodeType": "Return",
5648
5648
  "src": "8926:118:45"
5649
5649
  }
5650
5650
  ]
5651
5651
  },
5652
- "id": 23538,
5652
+ "id": 23549,
5653
5653
  "implemented": true,
5654
5654
  "kind": "function",
5655
5655
  "modifiers": [],
@@ -5657,17 +5657,17 @@
5657
5657
  "nameLocation": "8836:28:45",
5658
5658
  "nodeType": "FunctionDefinition",
5659
5659
  "parameters": {
5660
- "id": 23525,
5660
+ "id": 23536,
5661
5661
  "nodeType": "ParameterList",
5662
5662
  "parameters": [
5663
5663
  {
5664
5664
  "constant": false,
5665
- "id": 23524,
5665
+ "id": 23535,
5666
5666
  "mutability": "mutable",
5667
5667
  "name": "forwarder",
5668
5668
  "nameLocation": "8873:9:45",
5669
5669
  "nodeType": "VariableDeclaration",
5670
- "scope": 23538,
5670
+ "scope": 23549,
5671
5671
  "src": "8865:17:45",
5672
5672
  "stateVariable": false,
5673
5673
  "storageLocation": "default",
@@ -5676,7 +5676,7 @@
5676
5676
  "typeString": "address"
5677
5677
  },
5678
5678
  "typeName": {
5679
- "id": 23523,
5679
+ "id": 23534,
5680
5680
  "name": "address",
5681
5681
  "nodeType": "ElementaryTypeName",
5682
5682
  "src": "8865:7:45",
@@ -5692,17 +5692,17 @@
5692
5692
  "src": "8864:19:45"
5693
5693
  },
5694
5694
  "returnParameters": {
5695
- "id": 23528,
5695
+ "id": 23539,
5696
5696
  "nodeType": "ParameterList",
5697
5697
  "parameters": [
5698
5698
  {
5699
5699
  "constant": false,
5700
- "id": 23527,
5700
+ "id": 23538,
5701
5701
  "mutability": "mutable",
5702
5702
  "name": "",
5703
5703
  "nameLocation": "-1:-1:-1",
5704
5704
  "nodeType": "VariableDeclaration",
5705
- "scope": 23538,
5705
+ "scope": 23549,
5706
5706
  "src": "8907:7:45",
5707
5707
  "stateVariable": false,
5708
5708
  "storageLocation": "default",
@@ -5711,7 +5711,7 @@
5711
5711
  "typeString": "bytes32"
5712
5712
  },
5713
5713
  "typeName": {
5714
- "id": 23526,
5714
+ "id": 23537,
5715
5715
  "name": "bytes32",
5716
5716
  "nodeType": "ElementaryTypeName",
5717
5717
  "src": "8907:7:45",
@@ -5725,7 +5725,7 @@
5725
5725
  ],
5726
5726
  "src": "8906:9:45"
5727
5727
  },
5728
- "scope": 23607,
5728
+ "scope": 23618,
5729
5729
  "src": "8827:224:45",
5730
5730
  "stateMutability": "pure",
5731
5731
  "virtual": false,
@@ -5733,7 +5733,7 @@
5733
5733
  },
5734
5734
  {
5735
5735
  "body": {
5736
- "id": 23556,
5736
+ "id": 23567,
5737
5737
  "nodeType": "Block",
5738
5738
  "src": "9187:178:45",
5739
5739
  "statements": [
@@ -5744,7 +5744,7 @@
5744
5744
  "arguments": [
5745
5745
  {
5746
5746
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e7375706572666c7569642e61707057686974654c697374696e672e726567697374726174696f6e4b6579",
5747
- "id": 23550,
5747
+ "id": 23561,
5748
5748
  "isConstant": false,
5749
5749
  "isLValue": false,
5750
5750
  "isPure": true,
@@ -5759,11 +5759,11 @@
5759
5759
  "value": "org.superfluid-finance.superfluid.appWhiteListing.registrationKey"
5760
5760
  },
5761
5761
  {
5762
- "id": 23551,
5762
+ "id": 23562,
5763
5763
  "name": "deployer",
5764
5764
  "nodeType": "Identifier",
5765
5765
  "overloadedDeclarations": [],
5766
- "referencedDeclaration": 23540,
5766
+ "referencedDeclaration": 23551,
5767
5767
  "src": "9319:8:45",
5768
5768
  "typeDescriptions": {
5769
5769
  "typeIdentifier": "t_address",
@@ -5771,11 +5771,11 @@
5771
5771
  }
5772
5772
  },
5773
5773
  {
5774
- "id": 23552,
5774
+ "id": 23563,
5775
5775
  "name": "registrationKey",
5776
5776
  "nodeType": "Identifier",
5777
5777
  "overloadedDeclarations": [],
5778
- "referencedDeclaration": 23542,
5778
+ "referencedDeclaration": 23553,
5779
5779
  "src": "9341:15:45",
5780
5780
  "typeDescriptions": {
5781
5781
  "typeIdentifier": "t_string_memory_ptr",
@@ -5799,7 +5799,7 @@
5799
5799
  }
5800
5800
  ],
5801
5801
  "expression": {
5802
- "id": 23548,
5802
+ "id": 23559,
5803
5803
  "name": "abi",
5804
5804
  "nodeType": "Identifier",
5805
5805
  "overloadedDeclarations": [],
@@ -5810,7 +5810,7 @@
5810
5810
  "typeString": "abi"
5811
5811
  }
5812
5812
  },
5813
- "id": 23549,
5813
+ "id": 23560,
5814
5814
  "isConstant": false,
5815
5815
  "isLValue": false,
5816
5816
  "isPure": true,
@@ -5824,7 +5824,7 @@
5824
5824
  "typeString": "function () pure returns (bytes memory)"
5825
5825
  }
5826
5826
  },
5827
- "id": 23553,
5827
+ "id": 23564,
5828
5828
  "isConstant": false,
5829
5829
  "isLValue": false,
5830
5830
  "isPure": false,
@@ -5848,7 +5848,7 @@
5848
5848
  "typeString": "bytes memory"
5849
5849
  }
5850
5850
  ],
5851
- "id": 23547,
5851
+ "id": 23558,
5852
5852
  "name": "keccak256",
5853
5853
  "nodeType": "Identifier",
5854
5854
  "overloadedDeclarations": [],
@@ -5859,7 +5859,7 @@
5859
5859
  "typeString": "function (bytes memory) pure returns (bytes32)"
5860
5860
  }
5861
5861
  },
5862
- "id": 23554,
5862
+ "id": 23565,
5863
5863
  "isConstant": false,
5864
5864
  "isLValue": false,
5865
5865
  "isPure": false,
@@ -5875,14 +5875,14 @@
5875
5875
  "typeString": "bytes32"
5876
5876
  }
5877
5877
  },
5878
- "functionReturnParameters": 23546,
5879
- "id": 23555,
5878
+ "functionReturnParameters": 23557,
5879
+ "id": 23566,
5880
5880
  "nodeType": "Return",
5881
5881
  "src": "9197:161:45"
5882
5882
  }
5883
5883
  ]
5884
5884
  },
5885
- "id": 23557,
5885
+ "id": 23568,
5886
5886
  "implemented": true,
5887
5887
  "kind": "function",
5888
5888
  "modifiers": [],
@@ -5890,17 +5890,17 @@
5890
5890
  "nameLocation": "9066:27:45",
5891
5891
  "nodeType": "FunctionDefinition",
5892
5892
  "parameters": {
5893
- "id": 23543,
5893
+ "id": 23554,
5894
5894
  "nodeType": "ParameterList",
5895
5895
  "parameters": [
5896
5896
  {
5897
5897
  "constant": false,
5898
- "id": 23540,
5898
+ "id": 23551,
5899
5899
  "mutability": "mutable",
5900
5900
  "name": "deployer",
5901
5901
  "nameLocation": "9102:8:45",
5902
5902
  "nodeType": "VariableDeclaration",
5903
- "scope": 23557,
5903
+ "scope": 23568,
5904
5904
  "src": "9094:16:45",
5905
5905
  "stateVariable": false,
5906
5906
  "storageLocation": "default",
@@ -5909,7 +5909,7 @@
5909
5909
  "typeString": "address"
5910
5910
  },
5911
5911
  "typeName": {
5912
- "id": 23539,
5912
+ "id": 23550,
5913
5913
  "name": "address",
5914
5914
  "nodeType": "ElementaryTypeName",
5915
5915
  "src": "9094:7:45",
@@ -5923,12 +5923,12 @@
5923
5923
  },
5924
5924
  {
5925
5925
  "constant": false,
5926
- "id": 23542,
5926
+ "id": 23553,
5927
5927
  "mutability": "mutable",
5928
5928
  "name": "registrationKey",
5929
5929
  "nameLocation": "9126:15:45",
5930
5930
  "nodeType": "VariableDeclaration",
5931
- "scope": 23557,
5931
+ "scope": 23568,
5932
5932
  "src": "9112:29:45",
5933
5933
  "stateVariable": false,
5934
5934
  "storageLocation": "memory",
@@ -5937,7 +5937,7 @@
5937
5937
  "typeString": "string"
5938
5938
  },
5939
5939
  "typeName": {
5940
- "id": 23541,
5940
+ "id": 23552,
5941
5941
  "name": "string",
5942
5942
  "nodeType": "ElementaryTypeName",
5943
5943
  "src": "9112:6:45",
@@ -5952,17 +5952,17 @@
5952
5952
  "src": "9093:49:45"
5953
5953
  },
5954
5954
  "returnParameters": {
5955
- "id": 23546,
5955
+ "id": 23557,
5956
5956
  "nodeType": "ParameterList",
5957
5957
  "parameters": [
5958
5958
  {
5959
5959
  "constant": false,
5960
- "id": 23545,
5960
+ "id": 23556,
5961
5961
  "mutability": "mutable",
5962
5962
  "name": "",
5963
5963
  "nameLocation": "-1:-1:-1",
5964
5964
  "nodeType": "VariableDeclaration",
5965
- "scope": 23557,
5965
+ "scope": 23568,
5966
5966
  "src": "9174:7:45",
5967
5967
  "stateVariable": false,
5968
5968
  "storageLocation": "default",
@@ -5971,7 +5971,7 @@
5971
5971
  "typeString": "bytes32"
5972
5972
  },
5973
5973
  "typeName": {
5974
- "id": 23544,
5974
+ "id": 23555,
5975
5975
  "name": "bytes32",
5976
5976
  "nodeType": "ElementaryTypeName",
5977
5977
  "src": "9174:7:45",
@@ -5985,7 +5985,7 @@
5985
5985
  ],
5986
5986
  "src": "9173:9:45"
5987
5987
  },
5988
- "scope": 23607,
5988
+ "scope": 23618,
5989
5989
  "src": "9057:308:45",
5990
5990
  "stateMutability": "pure",
5991
5991
  "virtual": false,
@@ -5993,7 +5993,7 @@
5993
5993
  },
5994
5994
  {
5995
5995
  "body": {
5996
- "id": 23572,
5996
+ "id": 23583,
5997
5997
  "nodeType": "Block",
5998
5998
  "src": "9456:140:45",
5999
5999
  "statements": [
@@ -6004,7 +6004,7 @@
6004
6004
  "arguments": [
6005
6005
  {
6006
6006
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e7375706572666c7569642e61707057686974654c697374696e672e666163746f7279",
6007
- "id": 23567,
6007
+ "id": 23578,
6008
6008
  "isConstant": false,
6009
6009
  "isLValue": false,
6010
6010
  "isPure": true,
@@ -6019,11 +6019,11 @@
6019
6019
  "value": "org.superfluid-finance.superfluid.appWhiteListing.factory"
6020
6020
  },
6021
6021
  {
6022
- "id": 23568,
6022
+ "id": 23579,
6023
6023
  "name": "factory",
6024
6024
  "nodeType": "Identifier",
6025
6025
  "overloadedDeclarations": [],
6026
- "referencedDeclaration": 23559,
6026
+ "referencedDeclaration": 23570,
6027
6027
  "src": "9580:7:45",
6028
6028
  "typeDescriptions": {
6029
6029
  "typeIdentifier": "t_address",
@@ -6043,7 +6043,7 @@
6043
6043
  }
6044
6044
  ],
6045
6045
  "expression": {
6046
- "id": 23565,
6046
+ "id": 23576,
6047
6047
  "name": "abi",
6048
6048
  "nodeType": "Identifier",
6049
6049
  "overloadedDeclarations": [],
@@ -6054,7 +6054,7 @@
6054
6054
  "typeString": "abi"
6055
6055
  }
6056
6056
  },
6057
- "id": 23566,
6057
+ "id": 23577,
6058
6058
  "isConstant": false,
6059
6059
  "isLValue": false,
6060
6060
  "isPure": true,
@@ -6068,7 +6068,7 @@
6068
6068
  "typeString": "function () pure returns (bytes memory)"
6069
6069
  }
6070
6070
  },
6071
- "id": 23569,
6071
+ "id": 23580,
6072
6072
  "isConstant": false,
6073
6073
  "isLValue": false,
6074
6074
  "isPure": false,
@@ -6092,7 +6092,7 @@
6092
6092
  "typeString": "bytes memory"
6093
6093
  }
6094
6094
  ],
6095
- "id": 23564,
6095
+ "id": 23575,
6096
6096
  "name": "keccak256",
6097
6097
  "nodeType": "Identifier",
6098
6098
  "overloadedDeclarations": [],
@@ -6103,7 +6103,7 @@
6103
6103
  "typeString": "function (bytes memory) pure returns (bytes32)"
6104
6104
  }
6105
6105
  },
6106
- "id": 23570,
6106
+ "id": 23581,
6107
6107
  "isConstant": false,
6108
6108
  "isLValue": false,
6109
6109
  "isPure": false,
@@ -6119,14 +6119,14 @@
6119
6119
  "typeString": "bytes32"
6120
6120
  }
6121
6121
  },
6122
- "functionReturnParameters": 23563,
6123
- "id": 23571,
6122
+ "functionReturnParameters": 23574,
6123
+ "id": 23582,
6124
6124
  "nodeType": "Return",
6125
6125
  "src": "9466:123:45"
6126
6126
  }
6127
6127
  ]
6128
6128
  },
6129
- "id": 23573,
6129
+ "id": 23584,
6130
6130
  "implemented": true,
6131
6131
  "kind": "function",
6132
6132
  "modifiers": [],
@@ -6134,17 +6134,17 @@
6134
6134
  "nameLocation": "9380:22:45",
6135
6135
  "nodeType": "FunctionDefinition",
6136
6136
  "parameters": {
6137
- "id": 23560,
6137
+ "id": 23571,
6138
6138
  "nodeType": "ParameterList",
6139
6139
  "parameters": [
6140
6140
  {
6141
6141
  "constant": false,
6142
- "id": 23559,
6142
+ "id": 23570,
6143
6143
  "mutability": "mutable",
6144
6144
  "name": "factory",
6145
6145
  "nameLocation": "9411:7:45",
6146
6146
  "nodeType": "VariableDeclaration",
6147
- "scope": 23573,
6147
+ "scope": 23584,
6148
6148
  "src": "9403:15:45",
6149
6149
  "stateVariable": false,
6150
6150
  "storageLocation": "default",
@@ -6153,7 +6153,7 @@
6153
6153
  "typeString": "address"
6154
6154
  },
6155
6155
  "typeName": {
6156
- "id": 23558,
6156
+ "id": 23569,
6157
6157
  "name": "address",
6158
6158
  "nodeType": "ElementaryTypeName",
6159
6159
  "src": "9403:7:45",
@@ -6169,17 +6169,17 @@
6169
6169
  "src": "9402:17:45"
6170
6170
  },
6171
6171
  "returnParameters": {
6172
- "id": 23563,
6172
+ "id": 23574,
6173
6173
  "nodeType": "ParameterList",
6174
6174
  "parameters": [
6175
6175
  {
6176
6176
  "constant": false,
6177
- "id": 23562,
6177
+ "id": 23573,
6178
6178
  "mutability": "mutable",
6179
6179
  "name": "",
6180
6180
  "nameLocation": "-1:-1:-1",
6181
6181
  "nodeType": "VariableDeclaration",
6182
- "scope": 23573,
6182
+ "scope": 23584,
6183
6183
  "src": "9443:7:45",
6184
6184
  "stateVariable": false,
6185
6185
  "storageLocation": "default",
@@ -6188,7 +6188,7 @@
6188
6188
  "typeString": "bytes32"
6189
6189
  },
6190
6190
  "typeName": {
6191
- "id": 23561,
6191
+ "id": 23572,
6192
6192
  "name": "bytes32",
6193
6193
  "nodeType": "ElementaryTypeName",
6194
6194
  "src": "9443:7:45",
@@ -6202,7 +6202,7 @@
6202
6202
  ],
6203
6203
  "src": "9442:9:45"
6204
6204
  },
6205
- "scope": 23607,
6205
+ "scope": 23618,
6206
6206
  "src": "9371:225:45",
6207
6207
  "stateMutability": "pure",
6208
6208
  "virtual": false,
@@ -6210,23 +6210,23 @@
6210
6210
  },
6211
6211
  {
6212
6212
  "body": {
6213
- "id": 23605,
6213
+ "id": 23616,
6214
6214
  "nodeType": "Block",
6215
6215
  "src": "9733:129:45",
6216
6216
  "statements": [
6217
6217
  {
6218
6218
  "expression": {
6219
- "id": 23593,
6219
+ "id": 23604,
6220
6220
  "isConstant": false,
6221
6221
  "isLValue": false,
6222
6222
  "isPure": false,
6223
6223
  "lValueRequested": false,
6224
6224
  "leftHandSide": {
6225
- "id": 23582,
6225
+ "id": 23593,
6226
6226
  "name": "liquidationPeriod",
6227
6227
  "nodeType": "Identifier",
6228
6228
  "overloadedDeclarations": [],
6229
- "referencedDeclaration": 23578,
6229
+ "referencedDeclaration": 23589,
6230
6230
  "src": "9743:17:45",
6231
6231
  "typeDescriptions": {
6232
6232
  "typeIdentifier": "t_uint256",
@@ -6240,7 +6240,7 @@
6240
6240
  "typeIdentifier": "t_uint256",
6241
6241
  "typeString": "uint256"
6242
6242
  },
6243
- "id": 23592,
6243
+ "id": 23603,
6244
6244
  "isConstant": false,
6245
6245
  "isLValue": false,
6246
6246
  "isPure": false,
@@ -6252,17 +6252,17 @@
6252
6252
  "typeIdentifier": "t_uint256",
6253
6253
  "typeString": "uint256"
6254
6254
  },
6255
- "id": 23585,
6255
+ "id": 23596,
6256
6256
  "isConstant": false,
6257
6257
  "isLValue": false,
6258
6258
  "isPure": false,
6259
6259
  "lValueRequested": false,
6260
6260
  "leftExpression": {
6261
- "id": 23583,
6261
+ "id": 23594,
6262
6262
  "name": "pppConfig",
6263
6263
  "nodeType": "Identifier",
6264
6264
  "overloadedDeclarations": [],
6265
- "referencedDeclaration": 23575,
6265
+ "referencedDeclaration": 23586,
6266
6266
  "src": "9764:9:45",
6267
6267
  "typeDescriptions": {
6268
6268
  "typeIdentifier": "t_uint256",
@@ -6273,7 +6273,7 @@
6273
6273
  "operator": ">>",
6274
6274
  "rightExpression": {
6275
6275
  "hexValue": "3332",
6276
- "id": 23584,
6276
+ "id": 23595,
6277
6277
  "isConstant": false,
6278
6278
  "isLValue": false,
6279
6279
  "isPure": true,
@@ -6294,7 +6294,7 @@
6294
6294
  }
6295
6295
  }
6296
6296
  ],
6297
- "id": 23586,
6297
+ "id": 23597,
6298
6298
  "isConstant": false,
6299
6299
  "isInlineArray": false,
6300
6300
  "isLValue": false,
@@ -6313,7 +6313,7 @@
6313
6313
  "expression": {
6314
6314
  "arguments": [
6315
6315
  {
6316
- "id": 23589,
6316
+ "id": 23600,
6317
6317
  "isConstant": false,
6318
6318
  "isLValue": false,
6319
6319
  "isPure": true,
@@ -6325,7 +6325,7 @@
6325
6325
  "typeString": "type(uint32)"
6326
6326
  },
6327
6327
  "typeName": {
6328
- "id": 23588,
6328
+ "id": 23599,
6329
6329
  "name": "uint32",
6330
6330
  "nodeType": "ElementaryTypeName",
6331
6331
  "src": "9788:6:45",
@@ -6340,7 +6340,7 @@
6340
6340
  "typeString": "type(uint32)"
6341
6341
  }
6342
6342
  ],
6343
- "id": 23587,
6343
+ "id": 23598,
6344
6344
  "name": "type",
6345
6345
  "nodeType": "Identifier",
6346
6346
  "overloadedDeclarations": [],
@@ -6351,7 +6351,7 @@
6351
6351
  "typeString": "function () pure"
6352
6352
  }
6353
6353
  },
6354
- "id": 23590,
6354
+ "id": 23601,
6355
6355
  "isConstant": false,
6356
6356
  "isLValue": false,
6357
6357
  "isPure": true,
@@ -6367,7 +6367,7 @@
6367
6367
  "typeString": "type(uint32)"
6368
6368
  }
6369
6369
  },
6370
- "id": 23591,
6370
+ "id": 23602,
6371
6371
  "isConstant": false,
6372
6372
  "isLValue": false,
6373
6373
  "isPure": true,
@@ -6393,23 +6393,23 @@
6393
6393
  "typeString": "uint256"
6394
6394
  }
6395
6395
  },
6396
- "id": 23594,
6396
+ "id": 23605,
6397
6397
  "nodeType": "ExpressionStatement",
6398
6398
  "src": "9743:56:45"
6399
6399
  },
6400
6400
  {
6401
6401
  "expression": {
6402
- "id": 23603,
6402
+ "id": 23614,
6403
6403
  "isConstant": false,
6404
6404
  "isLValue": false,
6405
6405
  "isPure": false,
6406
6406
  "lValueRequested": false,
6407
6407
  "leftHandSide": {
6408
- "id": 23595,
6408
+ "id": 23606,
6409
6409
  "name": "patricianPeriod",
6410
6410
  "nodeType": "Identifier",
6411
6411
  "overloadedDeclarations": [],
6412
- "referencedDeclaration": 23580,
6412
+ "referencedDeclaration": 23591,
6413
6413
  "src": "9809:15:45",
6414
6414
  "typeDescriptions": {
6415
6415
  "typeIdentifier": "t_uint256",
@@ -6423,17 +6423,17 @@
6423
6423
  "typeIdentifier": "t_uint256",
6424
6424
  "typeString": "uint256"
6425
6425
  },
6426
- "id": 23602,
6426
+ "id": 23613,
6427
6427
  "isConstant": false,
6428
6428
  "isLValue": false,
6429
6429
  "isPure": false,
6430
6430
  "lValueRequested": false,
6431
6431
  "leftExpression": {
6432
- "id": 23596,
6432
+ "id": 23607,
6433
6433
  "name": "pppConfig",
6434
6434
  "nodeType": "Identifier",
6435
6435
  "overloadedDeclarations": [],
6436
- "referencedDeclaration": 23575,
6436
+ "referencedDeclaration": 23586,
6437
6437
  "src": "9827:9:45",
6438
6438
  "typeDescriptions": {
6439
6439
  "typeIdentifier": "t_uint256",
@@ -6446,7 +6446,7 @@
6446
6446
  "expression": {
6447
6447
  "arguments": [
6448
6448
  {
6449
- "id": 23599,
6449
+ "id": 23610,
6450
6450
  "isConstant": false,
6451
6451
  "isLValue": false,
6452
6452
  "isPure": true,
@@ -6458,7 +6458,7 @@
6458
6458
  "typeString": "type(uint32)"
6459
6459
  },
6460
6460
  "typeName": {
6461
- "id": 23598,
6461
+ "id": 23609,
6462
6462
  "name": "uint32",
6463
6463
  "nodeType": "ElementaryTypeName",
6464
6464
  "src": "9844:6:45",
@@ -6473,7 +6473,7 @@
6473
6473
  "typeString": "type(uint32)"
6474
6474
  }
6475
6475
  ],
6476
- "id": 23597,
6476
+ "id": 23608,
6477
6477
  "name": "type",
6478
6478
  "nodeType": "Identifier",
6479
6479
  "overloadedDeclarations": [],
@@ -6484,7 +6484,7 @@
6484
6484
  "typeString": "function () pure"
6485
6485
  }
6486
6486
  },
6487
- "id": 23600,
6487
+ "id": 23611,
6488
6488
  "isConstant": false,
6489
6489
  "isLValue": false,
6490
6490
  "isPure": true,
@@ -6500,7 +6500,7 @@
6500
6500
  "typeString": "type(uint32)"
6501
6501
  }
6502
6502
  },
6503
- "id": 23601,
6503
+ "id": 23612,
6504
6504
  "isConstant": false,
6505
6505
  "isLValue": false,
6506
6506
  "isPure": true,
@@ -6526,13 +6526,13 @@
6526
6526
  "typeString": "uint256"
6527
6527
  }
6528
6528
  },
6529
- "id": 23604,
6529
+ "id": 23615,
6530
6530
  "nodeType": "ExpressionStatement",
6531
6531
  "src": "9809:46:45"
6532
6532
  }
6533
6533
  ]
6534
6534
  },
6535
- "id": 23606,
6535
+ "id": 23617,
6536
6536
  "implemented": true,
6537
6537
  "kind": "function",
6538
6538
  "modifiers": [],
@@ -6540,17 +6540,17 @@
6540
6540
  "nameLocation": "9611:15:45",
6541
6541
  "nodeType": "FunctionDefinition",
6542
6542
  "parameters": {
6543
- "id": 23576,
6543
+ "id": 23587,
6544
6544
  "nodeType": "ParameterList",
6545
6545
  "parameters": [
6546
6546
  {
6547
6547
  "constant": false,
6548
- "id": 23575,
6548
+ "id": 23586,
6549
6549
  "mutability": "mutable",
6550
6550
  "name": "pppConfig",
6551
6551
  "nameLocation": "9635:9:45",
6552
6552
  "nodeType": "VariableDeclaration",
6553
- "scope": 23606,
6553
+ "scope": 23617,
6554
6554
  "src": "9627:17:45",
6555
6555
  "stateVariable": false,
6556
6556
  "storageLocation": "default",
@@ -6559,7 +6559,7 @@
6559
6559
  "typeString": "uint256"
6560
6560
  },
6561
6561
  "typeName": {
6562
- "id": 23574,
6562
+ "id": 23585,
6563
6563
  "name": "uint256",
6564
6564
  "nodeType": "ElementaryTypeName",
6565
6565
  "src": "9627:7:45",
@@ -6574,17 +6574,17 @@
6574
6574
  "src": "9626:19:45"
6575
6575
  },
6576
6576
  "returnParameters": {
6577
- "id": 23581,
6577
+ "id": 23592,
6578
6578
  "nodeType": "ParameterList",
6579
6579
  "parameters": [
6580
6580
  {
6581
6581
  "constant": false,
6582
- "id": 23578,
6582
+ "id": 23589,
6583
6583
  "mutability": "mutable",
6584
6584
  "name": "liquidationPeriod",
6585
6585
  "nameLocation": "9685:17:45",
6586
6586
  "nodeType": "VariableDeclaration",
6587
- "scope": 23606,
6587
+ "scope": 23617,
6588
6588
  "src": "9677:25:45",
6589
6589
  "stateVariable": false,
6590
6590
  "storageLocation": "default",
@@ -6593,7 +6593,7 @@
6593
6593
  "typeString": "uint256"
6594
6594
  },
6595
6595
  "typeName": {
6596
- "id": 23577,
6596
+ "id": 23588,
6597
6597
  "name": "uint256",
6598
6598
  "nodeType": "ElementaryTypeName",
6599
6599
  "src": "9677:7:45",
@@ -6606,12 +6606,12 @@
6606
6606
  },
6607
6607
  {
6608
6608
  "constant": false,
6609
- "id": 23580,
6609
+ "id": 23591,
6610
6610
  "mutability": "mutable",
6611
6611
  "name": "patricianPeriod",
6612
6612
  "nameLocation": "9712:15:45",
6613
6613
  "nodeType": "VariableDeclaration",
6614
- "scope": 23606,
6614
+ "scope": 23617,
6615
6615
  "src": "9704:23:45",
6616
6616
  "stateVariable": false,
6617
6617
  "storageLocation": "default",
@@ -6620,7 +6620,7 @@
6620
6620
  "typeString": "uint256"
6621
6621
  },
6622
6622
  "typeName": {
6623
- "id": 23579,
6623
+ "id": 23590,
6624
6624
  "name": "uint256",
6625
6625
  "nodeType": "ElementaryTypeName",
6626
6626
  "src": "9704:7:45",
@@ -6634,14 +6634,14 @@
6634
6634
  ],
6635
6635
  "src": "9676:52:45"
6636
6636
  },
6637
- "scope": 23607,
6637
+ "scope": 23618,
6638
6638
  "src": "9602:260:45",
6639
6639
  "stateMutability": "pure",
6640
6640
  "virtual": false,
6641
6641
  "visibility": "internal"
6642
6642
  }
6643
6643
  ],
6644
- "scope": 23608,
6644
+ "scope": 23619,
6645
6645
  "src": "8349:1515:45",
6646
6646
  "usedErrors": []
6647
6647
  }
@@ -6654,7 +6654,7 @@
6654
6654
  },
6655
6655
  "networks": {},
6656
6656
  "schemaVersion": "3.4.13",
6657
- "updatedAt": "2023-06-28T11:03:18.823Z",
6657
+ "updatedAt": "2023-07-03T09:59:49.946Z",
6658
6658
  "devdoc": {
6659
6659
  "author": "Superfluid",
6660
6660
  "kind": "dev",