@superfluid-finance/ethereum-contracts 1.3.2-dev.bf84335.0 → 1.3.2-dev.e55bf9f.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 (122) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +18 -18
  5. package/build/contracts/AgreementLibrary.json +1272 -1183
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +211 -211
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +2282 -2282
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +2472 -2472
  12. package/build/contracts/ConstantFlowAgreementV1.json +12931 -13308
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +599 -599
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +20 -20
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  20. package/build/contracts/ERC20.json +1 -1
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  24. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  25. package/build/contracts/ERC777Helper.json +380 -380
  26. package/build/contracts/ERC777RecipientDrainingGas.json +858 -858
  27. package/build/contracts/ERC777RecipientReverting.json +858 -858
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/EventsEmitter.json +43 -43
  30. package/build/contracts/ExclusiveInflowTestApp.json +2473 -2473
  31. package/build/contracts/FixedSizeData.json +200 -200
  32. package/build/contracts/FlowExchangeTestApp.json +2473 -2473
  33. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +115 -115
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +567 -567
  38. package/build/contracts/IDAv1Library.json +2614 -2614
  39. package/build/contracts/IERC165.json +1 -1
  40. package/build/contracts/IERC1820Implementer.json +1 -1
  41. package/build/contracts/IERC1820Registry.json +1 -1
  42. package/build/contracts/IERC20.json +1 -1
  43. package/build/contracts/IERC20Metadata.json +1 -1
  44. package/build/contracts/IERC20Permit.json +1 -1
  45. package/build/contracts/IERC777.json +1 -1
  46. package/build/contracts/IERC777Recipient.json +1 -1
  47. package/build/contracts/IERC777Sender.json +1 -1
  48. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  49. package/build/contracts/IMaticBridgedNativeSuperToken.json +63 -63
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +63 -63
  51. package/build/contracts/IMultiSigWallet.json +24 -24
  52. package/build/contracts/IPureSuperToken.json +43 -43
  53. package/build/contracts/IPureSuperTokenCustom.json +43 -43
  54. package/build/contracts/IRelayRecipient.json +27 -27
  55. package/build/contracts/IResolver.json +38 -38
  56. package/build/contracts/ISETH.json +48 -48
  57. package/build/contracts/ISETHCustom.json +48 -48
  58. package/build/contracts/ISuperAgreement.json +50 -50
  59. package/build/contracts/ISuperApp.json +192 -192
  60. package/build/contracts/ISuperToken.json +524 -524
  61. package/build/contracts/ISuperTokenFactory.json +161 -161
  62. package/build/contracts/ISuperfluid.json +1145 -1178
  63. package/build/contracts/ISuperfluidGovernance.json +243 -243
  64. package/build/contracts/ISuperfluidToken.json +389 -389
  65. package/build/contracts/ITOGAv1.json +1442 -1442
  66. package/build/contracts/ITOGAv2.json +1442 -1442
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +5820 -5820
  69. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +231 -231
  70. package/build/contracts/NonClosableOutflowTestApp.json +2473 -2473
  71. package/build/contracts/Ownable.json +1 -1
  72. package/build/contracts/Pausable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/PureSuperToken.json +109 -109
  75. package/build/contracts/Resolver.json +98 -98
  76. package/build/contracts/SETHProxy.json +227 -227
  77. package/build/contracts/SafeCast.json +1 -1
  78. package/build/contracts/SafeERC20.json +1 -1
  79. package/build/contracts/SafeMath.json +1 -1
  80. package/build/contracts/SelfDeletingFlowTestApp.json +2472 -2472
  81. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  82. package/build/contracts/StreamRedirector.json +748 -748
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +240 -240
  85. package/build/contracts/SuperAppDefinitions.json +599 -599
  86. package/build/contracts/SuperToken.json +4732 -4732
  87. package/build/contracts/SuperTokenFactory.json +750 -750
  88. package/build/contracts/SuperTokenFactoryBase.json +738 -738
  89. package/build/contracts/SuperTokenFactoryHelper.json +743 -743
  90. package/build/contracts/SuperUpgrader.json +440 -440
  91. package/build/contracts/Superfluid.json +15366 -16050
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
  93. package/build/contracts/SuperfluidGovernanceBase.json +2233 -2233
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  95. package/build/contracts/SuperfluidGovernanceII.json +149 -149
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  97. package/build/contracts/SuperfluidLoader.json +210 -210
  98. package/build/contracts/SuperfluidToken.json +2420 -2420
  99. package/build/contracts/TOGA.json +1461 -1461
  100. package/build/contracts/TestGovernance.json +248 -248
  101. package/build/contracts/TestToken.json +93 -93
  102. package/build/contracts/TokenCustodian.json +214 -214
  103. package/build/contracts/TokenInfo.json +32 -32
  104. package/build/contracts/UUPSProxiable.json +139 -139
  105. package/build/contracts/UUPSProxy.json +81 -81
  106. package/build/contracts/UUPSUtils.json +37 -37
  107. package/build/contracts-sizes.txt +6 -6
  108. package/contracts/agreements/AgreementLibrary.sol +39 -15
  109. package/contracts/agreements/ConstantFlowAgreementV1.sol +65 -53
  110. package/contracts/interfaces/superfluid/ISuperfluid.sol +29 -23
  111. package/contracts/mocks/AgreementMock.sol +2 -2
  112. package/contracts/mocks/CFAAppMocks.sol +1 -1
  113. package/contracts/mocks/MultiFlowTesterApp.sol +13 -12
  114. package/contracts/mocks/SuperTokenMock.sol +2 -2
  115. package/contracts/mocks/SuperfluidMock.sol +9 -9
  116. package/contracts/superfluid/Superfluid.sol +34 -38
  117. package/contracts/superfluid/SuperfluidToken.sol +14 -14
  118. package/package.json +2 -2
  119. package/scripts/deploy-mfa.ts +27 -0
  120. package/scripts/libs/getConfig.js +14 -0
  121. package/utils/README.md +18 -0
  122. package/utils/mfa-tester.html +687 -0
@@ -15,27 +15,27 @@
15
15
  "absolutePath": "project:/contracts/interfaces/superfluid/Definitions.sol",
16
16
  "exportedSymbols": {
17
17
  "BatchOperation": [
18
- 18862
18
+ 18872
19
19
  ],
20
20
  "ContextDefinitions": [
21
- 18741
21
+ 18751
22
22
  ],
23
23
  "FlowOperatorDefinitions": [
24
- 18828
24
+ 18838
25
25
  ],
26
26
  "SuperAppDefinitions": [
27
- 18665
27
+ 18675
28
28
  ],
29
29
  "SuperfluidGovernanceConfigs": [
30
- 18963
30
+ 18973
31
31
  ]
32
32
  },
33
- "id": 18964,
33
+ "id": 18974,
34
34
  "license": "AGPLv3",
35
35
  "nodeType": "SourceUnit",
36
36
  "nodes": [
37
37
  {
38
- "id": 18504,
38
+ "id": 18514,
39
39
  "literals": [
40
40
  "solidity",
41
41
  ">=",
@@ -52,15 +52,15 @@
52
52
  "contractDependencies": [],
53
53
  "contractKind": "library",
54
54
  "documentation": {
55
- "id": 18505,
55
+ "id": 18515,
56
56
  "nodeType": "StructuredDocumentation",
57
57
  "src": "62:69:43",
58
58
  "text": " @title Super app definitions library\n @author Superfluid"
59
59
  },
60
60
  "fullyImplemented": true,
61
- "id": 18665,
61
+ "id": 18675,
62
62
  "linearizedBaseContracts": [
63
- 18665
63
+ 18675
64
64
  ],
65
65
  "name": "SuperAppDefinitions",
66
66
  "nameLocation": "140:19:43",
@@ -68,12 +68,12 @@
68
68
  "nodes": [
69
69
  {
70
70
  "constant": true,
71
- "id": 18508,
71
+ "id": 18518,
72
72
  "mutability": "constant",
73
73
  "name": "APP_LEVEL_MASK",
74
74
  "nameLocation": "615:14:43",
75
75
  "nodeType": "VariableDeclaration",
76
- "scope": 18665,
76
+ "scope": 18675,
77
77
  "src": "589:47:43",
78
78
  "stateVariable": true,
79
79
  "storageLocation": "default",
@@ -82,7 +82,7 @@
82
82
  "typeString": "uint256"
83
83
  },
84
84
  "typeName": {
85
- "id": 18506,
85
+ "id": 18516,
86
86
  "name": "uint256",
87
87
  "nodeType": "ElementaryTypeName",
88
88
  "src": "589:7:43",
@@ -93,7 +93,7 @@
93
93
  },
94
94
  "value": {
95
95
  "hexValue": "30784646",
96
- "id": 18507,
96
+ "id": 18517,
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": 18513,
114
+ "id": 18523,
115
115
  "mutability": "constant",
116
116
  "name": "APP_LEVEL_FINAL",
117
117
  "nameLocation": "760:15:43",
118
118
  "nodeType": "VariableDeclaration",
119
- "scope": 18665,
119
+ "scope": 18675,
120
120
  "src": "734:50:43",
121
121
  "stateVariable": true,
122
122
  "storageLocation": "default",
@@ -125,7 +125,7 @@
125
125
  "typeString": "uint256"
126
126
  },
127
127
  "typeName": {
128
- "id": 18509,
128
+ "id": 18519,
129
129
  "name": "uint256",
130
130
  "nodeType": "ElementaryTypeName",
131
131
  "src": "734:7:43",
@@ -139,14 +139,14 @@
139
139
  "typeIdentifier": "t_rational_1_by_1",
140
140
  "typeString": "int_const 1"
141
141
  },
142
- "id": 18512,
142
+ "id": 18522,
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": 18510,
149
+ "id": 18520,
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": 18511,
167
+ "id": 18521,
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": 18518,
191
+ "id": 18528,
192
192
  "mutability": "constant",
193
193
  "name": "APP_LEVEL_SECOND",
194
194
  "nameLocation": "915:16:43",
195
195
  "nodeType": "VariableDeclaration",
196
- "scope": 18665,
196
+ "scope": 18675,
197
197
  "src": "889:51:43",
198
198
  "stateVariable": true,
199
199
  "storageLocation": "default",
@@ -202,7 +202,7 @@
202
202
  "typeString": "uint256"
203
203
  },
204
204
  "typeName": {
205
- "id": 18514,
205
+ "id": 18524,
206
206
  "name": "uint256",
207
207
  "nodeType": "ElementaryTypeName",
208
208
  "src": "889:7:43",
@@ -216,14 +216,14 @@
216
216
  "typeIdentifier": "t_rational_2_by_1",
217
217
  "typeString": "int_const 2"
218
218
  },
219
- "id": 18517,
219
+ "id": 18527,
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": 18515,
226
+ "id": 18525,
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": 18516,
244
+ "id": 18526,
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": 18532,
268
+ "id": 18542,
269
269
  "nodeType": "Block",
270
270
  "src": "1026:58:43",
271
271
  "statements": [
@@ -277,17 +277,17 @@
277
277
  "typeIdentifier": "t_uint256",
278
278
  "typeString": "uint256"
279
279
  },
280
- "id": 18529,
280
+ "id": 18539,
281
281
  "isConstant": false,
282
282
  "isLValue": false,
283
283
  "isPure": false,
284
284
  "lValueRequested": false,
285
285
  "leftExpression": {
286
- "id": 18527,
286
+ "id": 18537,
287
287
  "name": "configWord",
288
288
  "nodeType": "Identifier",
289
289
  "overloadedDeclarations": [],
290
- "referencedDeclaration": 18520,
290
+ "referencedDeclaration": 18530,
291
291
  "src": "1049:10:43",
292
292
  "typeDescriptions": {
293
293
  "typeIdentifier": "t_uint256",
@@ -297,11 +297,11 @@
297
297
  "nodeType": "BinaryOperation",
298
298
  "operator": "&",
299
299
  "rightExpression": {
300
- "id": 18528,
300
+ "id": 18538,
301
301
  "name": "APP_LEVEL_MASK",
302
302
  "nodeType": "Identifier",
303
303
  "overloadedDeclarations": [],
304
- "referencedDeclaration": 18508,
304
+ "referencedDeclaration": 18518,
305
305
  "src": "1062:14:43",
306
306
  "typeDescriptions": {
307
307
  "typeIdentifier": "t_uint256",
@@ -322,7 +322,7 @@
322
322
  "typeString": "uint256"
323
323
  }
324
324
  ],
325
- "id": 18526,
325
+ "id": 18536,
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": 18525,
337
+ "id": 18535,
338
338
  "name": "uint8",
339
339
  "nodeType": "ElementaryTypeName",
340
340
  "src": "1043:5:43",
341
341
  "typeDescriptions": {}
342
342
  }
343
343
  },
344
- "id": 18530,
344
+ "id": 18540,
345
345
  "isConstant": false,
346
346
  "isLValue": false,
347
347
  "isPure": false,
@@ -356,14 +356,14 @@
356
356
  "typeString": "uint8"
357
357
  }
358
358
  },
359
- "functionReturnParameters": 18524,
360
- "id": 18531,
359
+ "functionReturnParameters": 18534,
360
+ "id": 18541,
361
361
  "nodeType": "Return",
362
362
  "src": "1036:41:43"
363
363
  }
364
364
  ]
365
365
  },
366
- "id": 18533,
366
+ "id": 18543,
367
367
  "implemented": true,
368
368
  "kind": "function",
369
369
  "modifiers": [],
@@ -371,17 +371,17 @@
371
371
  "nameLocation": "956:19:43",
372
372
  "nodeType": "FunctionDefinition",
373
373
  "parameters": {
374
- "id": 18521,
374
+ "id": 18531,
375
375
  "nodeType": "ParameterList",
376
376
  "parameters": [
377
377
  {
378
378
  "constant": false,
379
- "id": 18520,
379
+ "id": 18530,
380
380
  "mutability": "mutable",
381
381
  "name": "configWord",
382
382
  "nameLocation": "984:10:43",
383
383
  "nodeType": "VariableDeclaration",
384
- "scope": 18533,
384
+ "scope": 18543,
385
385
  "src": "976:18:43",
386
386
  "stateVariable": false,
387
387
  "storageLocation": "default",
@@ -390,7 +390,7 @@
390
390
  "typeString": "uint256"
391
391
  },
392
392
  "typeName": {
393
- "id": 18519,
393
+ "id": 18529,
394
394
  "name": "uint256",
395
395
  "nodeType": "ElementaryTypeName",
396
396
  "src": "976:7:43",
@@ -405,17 +405,17 @@
405
405
  "src": "975:20:43"
406
406
  },
407
407
  "returnParameters": {
408
- "id": 18524,
408
+ "id": 18534,
409
409
  "nodeType": "ParameterList",
410
410
  "parameters": [
411
411
  {
412
412
  "constant": false,
413
- "id": 18523,
413
+ "id": 18533,
414
414
  "mutability": "mutable",
415
415
  "name": "",
416
416
  "nameLocation": "-1:-1:-1",
417
417
  "nodeType": "VariableDeclaration",
418
- "scope": 18533,
418
+ "scope": 18543,
419
419
  "src": "1019:5:43",
420
420
  "stateVariable": false,
421
421
  "storageLocation": "default",
@@ -424,7 +424,7 @@
424
424
  "typeString": "uint8"
425
425
  },
426
426
  "typeName": {
427
- "id": 18522,
427
+ "id": 18532,
428
428
  "name": "uint8",
429
429
  "nodeType": "ElementaryTypeName",
430
430
  "src": "1019:5:43",
@@ -438,7 +438,7 @@
438
438
  ],
439
439
  "src": "1018:7:43"
440
440
  },
441
- "scope": 18665,
441
+ "scope": 18675,
442
442
  "src": "947:137:43",
443
443
  "stateMutability": "pure",
444
444
  "virtual": false,
@@ -446,12 +446,12 @@
446
446
  },
447
447
  {
448
448
  "constant": true,
449
- "id": 18538,
449
+ "id": 18548,
450
450
  "mutability": "constant",
451
451
  "name": "APP_JAIL_BIT",
452
452
  "nameLocation": "1116:12:43",
453
453
  "nodeType": "VariableDeclaration",
454
- "scope": 18665,
454
+ "scope": 18675,
455
455
  "src": "1090:48:43",
456
456
  "stateVariable": true,
457
457
  "storageLocation": "default",
@@ -460,7 +460,7 @@
460
460
  "typeString": "uint256"
461
461
  },
462
462
  "typeName": {
463
- "id": 18534,
463
+ "id": 18544,
464
464
  "name": "uint256",
465
465
  "nodeType": "ElementaryTypeName",
466
466
  "src": "1090:7:43",
@@ -474,14 +474,14 @@
474
474
  "typeIdentifier": "t_rational_32768_by_1",
475
475
  "typeString": "int_const 32768"
476
476
  },
477
- "id": 18537,
477
+ "id": 18547,
478
478
  "isConstant": false,
479
479
  "isLValue": false,
480
480
  "isPure": true,
481
481
  "lValueRequested": false,
482
482
  "leftExpression": {
483
483
  "hexValue": "31",
484
- "id": 18535,
484
+ "id": 18545,
485
485
  "isConstant": false,
486
486
  "isLValue": false,
487
487
  "isPure": true,
@@ -499,7 +499,7 @@
499
499
  "operator": "<<",
500
500
  "rightExpression": {
501
501
  "hexValue": "3135",
502
- "id": 18536,
502
+ "id": 18546,
503
503
  "isConstant": false,
504
504
  "isLValue": false,
505
505
  "isPure": true,
@@ -523,7 +523,7 @@
523
523
  },
524
524
  {
525
525
  "body": {
526
- "id": 18553,
526
+ "id": 18563,
527
527
  "nodeType": "Block",
528
528
  "src": "1214:75:43",
529
529
  "statements": [
@@ -533,7 +533,7 @@
533
533
  "typeIdentifier": "t_uint256",
534
534
  "typeString": "uint256"
535
535
  },
536
- "id": 18551,
536
+ "id": 18561,
537
537
  "isConstant": false,
538
538
  "isLValue": false,
539
539
  "isPure": false,
@@ -545,17 +545,17 @@
545
545
  "typeIdentifier": "t_uint256",
546
546
  "typeString": "uint256"
547
547
  },
548
- "id": 18548,
548
+ "id": 18558,
549
549
  "isConstant": false,
550
550
  "isLValue": false,
551
551
  "isPure": false,
552
552
  "lValueRequested": false,
553
553
  "leftExpression": {
554
- "id": 18545,
554
+ "id": 18555,
555
555
  "name": "configWord",
556
556
  "nodeType": "Identifier",
557
557
  "overloadedDeclarations": [],
558
- "referencedDeclaration": 18540,
558
+ "referencedDeclaration": 18550,
559
559
  "src": "1232:10:43",
560
560
  "typeDescriptions": {
561
561
  "typeIdentifier": "t_uint256",
@@ -566,25 +566,25 @@
566
566
  "operator": "&",
567
567
  "rightExpression": {
568
568
  "expression": {
569
- "id": 18546,
569
+ "id": 18556,
570
570
  "name": "SuperAppDefinitions",
571
571
  "nodeType": "Identifier",
572
572
  "overloadedDeclarations": [],
573
- "referencedDeclaration": 18665,
573
+ "referencedDeclaration": 18675,
574
574
  "src": "1245:19:43",
575
575
  "typeDescriptions": {
576
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18665_$",
576
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18675_$",
577
577
  "typeString": "type(library SuperAppDefinitions)"
578
578
  }
579
579
  },
580
- "id": 18547,
580
+ "id": 18557,
581
581
  "isConstant": false,
582
582
  "isLValue": false,
583
583
  "isPure": false,
584
584
  "lValueRequested": false,
585
585
  "memberName": "APP_JAIL_BIT",
586
586
  "nodeType": "MemberAccess",
587
- "referencedDeclaration": 18538,
587
+ "referencedDeclaration": 18548,
588
588
  "src": "1245:32:43",
589
589
  "typeDescriptions": {
590
590
  "typeIdentifier": "t_uint256",
@@ -598,7 +598,7 @@
598
598
  }
599
599
  }
600
600
  ],
601
- "id": 18549,
601
+ "id": 18559,
602
602
  "isConstant": false,
603
603
  "isInlineArray": false,
604
604
  "isLValue": false,
@@ -615,7 +615,7 @@
615
615
  "operator": ">",
616
616
  "rightExpression": {
617
617
  "hexValue": "30",
618
- "id": 18550,
618
+ "id": 18560,
619
619
  "isConstant": false,
620
620
  "isLValue": false,
621
621
  "isPure": true,
@@ -635,14 +635,14 @@
635
635
  "typeString": "bool"
636
636
  }
637
637
  },
638
- "functionReturnParameters": 18544,
639
- "id": 18552,
638
+ "functionReturnParameters": 18554,
639
+ "id": 18562,
640
640
  "nodeType": "Return",
641
641
  "src": "1224:58:43"
642
642
  }
643
643
  ]
644
644
  },
645
- "id": 18554,
645
+ "id": 18564,
646
646
  "implemented": true,
647
647
  "kind": "function",
648
648
  "modifiers": [],
@@ -650,17 +650,17 @@
650
650
  "nameLocation": "1153:11:43",
651
651
  "nodeType": "FunctionDefinition",
652
652
  "parameters": {
653
- "id": 18541,
653
+ "id": 18551,
654
654
  "nodeType": "ParameterList",
655
655
  "parameters": [
656
656
  {
657
657
  "constant": false,
658
- "id": 18540,
658
+ "id": 18550,
659
659
  "mutability": "mutable",
660
660
  "name": "configWord",
661
661
  "nameLocation": "1173:10:43",
662
662
  "nodeType": "VariableDeclaration",
663
- "scope": 18554,
663
+ "scope": 18564,
664
664
  "src": "1165:18:43",
665
665
  "stateVariable": false,
666
666
  "storageLocation": "default",
@@ -669,7 +669,7 @@
669
669
  "typeString": "uint256"
670
670
  },
671
671
  "typeName": {
672
- "id": 18539,
672
+ "id": 18549,
673
673
  "name": "uint256",
674
674
  "nodeType": "ElementaryTypeName",
675
675
  "src": "1165:7:43",
@@ -684,17 +684,17 @@
684
684
  "src": "1164:20:43"
685
685
  },
686
686
  "returnParameters": {
687
- "id": 18544,
687
+ "id": 18554,
688
688
  "nodeType": "ParameterList",
689
689
  "parameters": [
690
690
  {
691
691
  "constant": false,
692
- "id": 18543,
692
+ "id": 18553,
693
693
  "mutability": "mutable",
694
694
  "name": "",
695
695
  "nameLocation": "-1:-1:-1",
696
696
  "nodeType": "VariableDeclaration",
697
- "scope": 18554,
697
+ "scope": 18564,
698
698
  "src": "1208:4:43",
699
699
  "stateVariable": false,
700
700
  "storageLocation": "default",
@@ -703,7 +703,7 @@
703
703
  "typeString": "bool"
704
704
  },
705
705
  "typeName": {
706
- "id": 18542,
706
+ "id": 18552,
707
707
  "name": "bool",
708
708
  "nodeType": "ElementaryTypeName",
709
709
  "src": "1208:4:43",
@@ -717,7 +717,7 @@
717
717
  ],
718
718
  "src": "1207:6:43"
719
719
  },
720
- "scope": 18665,
720
+ "scope": 18675,
721
721
  "src": "1144:145:43",
722
722
  "stateMutability": "pure",
723
723
  "virtual": false,
@@ -725,12 +725,12 @@
725
725
  },
726
726
  {
727
727
  "constant": true,
728
- "id": 18559,
728
+ "id": 18569,
729
729
  "mutability": "constant",
730
730
  "name": "AGREEMENT_CALLBACK_NOOP_BITMASKS",
731
731
  "nameLocation": "1522:32:43",
732
732
  "nodeType": "VariableDeclaration",
733
- "scope": 18665,
733
+ "scope": 18675,
734
734
  "src": "1496:71:43",
735
735
  "stateVariable": true,
736
736
  "storageLocation": "default",
@@ -739,7 +739,7 @@
739
739
  "typeString": "uint256"
740
740
  },
741
741
  "typeName": {
742
- "id": 18555,
742
+ "id": 18565,
743
743
  "name": "uint256",
744
744
  "nodeType": "ElementaryTypeName",
745
745
  "src": "1496:7:43",
@@ -753,14 +753,14 @@
753
753
  "typeIdentifier": "t_rational_1095216660480_by_1",
754
754
  "typeString": "int_const 1095216660480"
755
755
  },
756
- "id": 18558,
756
+ "id": 18568,
757
757
  "isConstant": false,
758
758
  "isLValue": false,
759
759
  "isPure": true,
760
760
  "lValueRequested": false,
761
761
  "leftExpression": {
762
762
  "hexValue": "30784646",
763
- "id": 18556,
763
+ "id": 18566,
764
764
  "isConstant": false,
765
765
  "isLValue": false,
766
766
  "isPure": true,
@@ -778,7 +778,7 @@
778
778
  "operator": "<<",
779
779
  "rightExpression": {
780
780
  "hexValue": "3332",
781
- "id": 18557,
781
+ "id": 18567,
782
782
  "isConstant": false,
783
783
  "isLValue": false,
784
784
  "isPure": true,
@@ -802,12 +802,12 @@
802
802
  },
803
803
  {
804
804
  "constant": true,
805
- "id": 18567,
805
+ "id": 18577,
806
806
  "mutability": "constant",
807
807
  "name": "BEFORE_AGREEMENT_CREATED_NOOP",
808
808
  "nameLocation": "1599:29:43",
809
809
  "nodeType": "VariableDeclaration",
810
- "scope": 18665,
810
+ "scope": 18675,
811
811
  "src": "1573:71:43",
812
812
  "stateVariable": true,
813
813
  "storageLocation": "default",
@@ -816,7 +816,7 @@
816
816
  "typeString": "uint256"
817
817
  },
818
818
  "typeName": {
819
- "id": 18560,
819
+ "id": 18570,
820
820
  "name": "uint256",
821
821
  "nodeType": "ElementaryTypeName",
822
822
  "src": "1573:7:43",
@@ -830,14 +830,14 @@
830
830
  "typeIdentifier": "t_rational_4294967296_by_1",
831
831
  "typeString": "int_const 4294967296"
832
832
  },
833
- "id": 18566,
833
+ "id": 18576,
834
834
  "isConstant": false,
835
835
  "isLValue": false,
836
836
  "isPure": true,
837
837
  "lValueRequested": false,
838
838
  "leftExpression": {
839
839
  "hexValue": "31",
840
- "id": 18561,
840
+ "id": 18571,
841
841
  "isConstant": false,
842
842
  "isLValue": false,
843
843
  "isPure": true,
@@ -860,14 +860,14 @@
860
860
  "typeIdentifier": "t_rational_32_by_1",
861
861
  "typeString": "int_const 32"
862
862
  },
863
- "id": 18564,
863
+ "id": 18574,
864
864
  "isConstant": false,
865
865
  "isLValue": false,
866
866
  "isPure": true,
867
867
  "lValueRequested": false,
868
868
  "leftExpression": {
869
869
  "hexValue": "3332",
870
- "id": 18562,
870
+ "id": 18572,
871
871
  "isConstant": false,
872
872
  "isLValue": false,
873
873
  "isPure": true,
@@ -885,7 +885,7 @@
885
885
  "operator": "+",
886
886
  "rightExpression": {
887
887
  "hexValue": "30",
888
- "id": 18563,
888
+ "id": 18573,
889
889
  "isConstant": false,
890
890
  "isLValue": false,
891
891
  "isPure": true,
@@ -906,7 +906,7 @@
906
906
  }
907
907
  }
908
908
  ],
909
- "id": 18565,
909
+ "id": 18575,
910
910
  "isConstant": false,
911
911
  "isInlineArray": false,
912
912
  "isLValue": false,
@@ -929,12 +929,12 @@
929
929
  },
930
930
  {
931
931
  "constant": true,
932
- "id": 18575,
932
+ "id": 18585,
933
933
  "mutability": "constant",
934
934
  "name": "AFTER_AGREEMENT_CREATED_NOOP",
935
935
  "nameLocation": "1676:28:43",
936
936
  "nodeType": "VariableDeclaration",
937
- "scope": 18665,
937
+ "scope": 18675,
938
938
  "src": "1650:70:43",
939
939
  "stateVariable": true,
940
940
  "storageLocation": "default",
@@ -943,7 +943,7 @@
943
943
  "typeString": "uint256"
944
944
  },
945
945
  "typeName": {
946
- "id": 18568,
946
+ "id": 18578,
947
947
  "name": "uint256",
948
948
  "nodeType": "ElementaryTypeName",
949
949
  "src": "1650:7:43",
@@ -957,14 +957,14 @@
957
957
  "typeIdentifier": "t_rational_8589934592_by_1",
958
958
  "typeString": "int_const 8589934592"
959
959
  },
960
- "id": 18574,
960
+ "id": 18584,
961
961
  "isConstant": false,
962
962
  "isLValue": false,
963
963
  "isPure": true,
964
964
  "lValueRequested": false,
965
965
  "leftExpression": {
966
966
  "hexValue": "31",
967
- "id": 18569,
967
+ "id": 18579,
968
968
  "isConstant": false,
969
969
  "isLValue": false,
970
970
  "isPure": true,
@@ -987,14 +987,14 @@
987
987
  "typeIdentifier": "t_rational_33_by_1",
988
988
  "typeString": "int_const 33"
989
989
  },
990
- "id": 18572,
990
+ "id": 18582,
991
991
  "isConstant": false,
992
992
  "isLValue": false,
993
993
  "isPure": true,
994
994
  "lValueRequested": false,
995
995
  "leftExpression": {
996
996
  "hexValue": "3332",
997
- "id": 18570,
997
+ "id": 18580,
998
998
  "isConstant": false,
999
999
  "isLValue": false,
1000
1000
  "isPure": true,
@@ -1012,7 +1012,7 @@
1012
1012
  "operator": "+",
1013
1013
  "rightExpression": {
1014
1014
  "hexValue": "31",
1015
- "id": 18571,
1015
+ "id": 18581,
1016
1016
  "isConstant": false,
1017
1017
  "isLValue": false,
1018
1018
  "isPure": true,
@@ -1033,7 +1033,7 @@
1033
1033
  }
1034
1034
  }
1035
1035
  ],
1036
- "id": 18573,
1036
+ "id": 18583,
1037
1037
  "isConstant": false,
1038
1038
  "isInlineArray": false,
1039
1039
  "isLValue": false,
@@ -1056,12 +1056,12 @@
1056
1056
  },
1057
1057
  {
1058
1058
  "constant": true,
1059
- "id": 18583,
1059
+ "id": 18593,
1060
1060
  "mutability": "constant",
1061
1061
  "name": "BEFORE_AGREEMENT_UPDATED_NOOP",
1062
1062
  "nameLocation": "1752:29:43",
1063
1063
  "nodeType": "VariableDeclaration",
1064
- "scope": 18665,
1064
+ "scope": 18675,
1065
1065
  "src": "1726:71:43",
1066
1066
  "stateVariable": true,
1067
1067
  "storageLocation": "default",
@@ -1070,7 +1070,7 @@
1070
1070
  "typeString": "uint256"
1071
1071
  },
1072
1072
  "typeName": {
1073
- "id": 18576,
1073
+ "id": 18586,
1074
1074
  "name": "uint256",
1075
1075
  "nodeType": "ElementaryTypeName",
1076
1076
  "src": "1726:7:43",
@@ -1084,14 +1084,14 @@
1084
1084
  "typeIdentifier": "t_rational_17179869184_by_1",
1085
1085
  "typeString": "int_const 17179869184"
1086
1086
  },
1087
- "id": 18582,
1087
+ "id": 18592,
1088
1088
  "isConstant": false,
1089
1089
  "isLValue": false,
1090
1090
  "isPure": true,
1091
1091
  "lValueRequested": false,
1092
1092
  "leftExpression": {
1093
1093
  "hexValue": "31",
1094
- "id": 18577,
1094
+ "id": 18587,
1095
1095
  "isConstant": false,
1096
1096
  "isLValue": false,
1097
1097
  "isPure": true,
@@ -1114,14 +1114,14 @@
1114
1114
  "typeIdentifier": "t_rational_34_by_1",
1115
1115
  "typeString": "int_const 34"
1116
1116
  },
1117
- "id": 18580,
1117
+ "id": 18590,
1118
1118
  "isConstant": false,
1119
1119
  "isLValue": false,
1120
1120
  "isPure": true,
1121
1121
  "lValueRequested": false,
1122
1122
  "leftExpression": {
1123
1123
  "hexValue": "3332",
1124
- "id": 18578,
1124
+ "id": 18588,
1125
1125
  "isConstant": false,
1126
1126
  "isLValue": false,
1127
1127
  "isPure": true,
@@ -1139,7 +1139,7 @@
1139
1139
  "operator": "+",
1140
1140
  "rightExpression": {
1141
1141
  "hexValue": "32",
1142
- "id": 18579,
1142
+ "id": 18589,
1143
1143
  "isConstant": false,
1144
1144
  "isLValue": false,
1145
1145
  "isPure": true,
@@ -1160,7 +1160,7 @@
1160
1160
  }
1161
1161
  }
1162
1162
  ],
1163
- "id": 18581,
1163
+ "id": 18591,
1164
1164
  "isConstant": false,
1165
1165
  "isInlineArray": false,
1166
1166
  "isLValue": false,
@@ -1183,12 +1183,12 @@
1183
1183
  },
1184
1184
  {
1185
1185
  "constant": true,
1186
- "id": 18591,
1186
+ "id": 18601,
1187
1187
  "mutability": "constant",
1188
1188
  "name": "AFTER_AGREEMENT_UPDATED_NOOP",
1189
1189
  "nameLocation": "1829:28:43",
1190
1190
  "nodeType": "VariableDeclaration",
1191
- "scope": 18665,
1191
+ "scope": 18675,
1192
1192
  "src": "1803:70:43",
1193
1193
  "stateVariable": true,
1194
1194
  "storageLocation": "default",
@@ -1197,7 +1197,7 @@
1197
1197
  "typeString": "uint256"
1198
1198
  },
1199
1199
  "typeName": {
1200
- "id": 18584,
1200
+ "id": 18594,
1201
1201
  "name": "uint256",
1202
1202
  "nodeType": "ElementaryTypeName",
1203
1203
  "src": "1803:7:43",
@@ -1211,14 +1211,14 @@
1211
1211
  "typeIdentifier": "t_rational_34359738368_by_1",
1212
1212
  "typeString": "int_const 34359738368"
1213
1213
  },
1214
- "id": 18590,
1214
+ "id": 18600,
1215
1215
  "isConstant": false,
1216
1216
  "isLValue": false,
1217
1217
  "isPure": true,
1218
1218
  "lValueRequested": false,
1219
1219
  "leftExpression": {
1220
1220
  "hexValue": "31",
1221
- "id": 18585,
1221
+ "id": 18595,
1222
1222
  "isConstant": false,
1223
1223
  "isLValue": false,
1224
1224
  "isPure": true,
@@ -1241,14 +1241,14 @@
1241
1241
  "typeIdentifier": "t_rational_35_by_1",
1242
1242
  "typeString": "int_const 35"
1243
1243
  },
1244
- "id": 18588,
1244
+ "id": 18598,
1245
1245
  "isConstant": false,
1246
1246
  "isLValue": false,
1247
1247
  "isPure": true,
1248
1248
  "lValueRequested": false,
1249
1249
  "leftExpression": {
1250
1250
  "hexValue": "3332",
1251
- "id": 18586,
1251
+ "id": 18596,
1252
1252
  "isConstant": false,
1253
1253
  "isLValue": false,
1254
1254
  "isPure": true,
@@ -1266,7 +1266,7 @@
1266
1266
  "operator": "+",
1267
1267
  "rightExpression": {
1268
1268
  "hexValue": "33",
1269
- "id": 18587,
1269
+ "id": 18597,
1270
1270
  "isConstant": false,
1271
1271
  "isLValue": false,
1272
1272
  "isPure": true,
@@ -1287,7 +1287,7 @@
1287
1287
  }
1288
1288
  }
1289
1289
  ],
1290
- "id": 18589,
1290
+ "id": 18599,
1291
1291
  "isConstant": false,
1292
1292
  "isInlineArray": false,
1293
1293
  "isLValue": false,
@@ -1310,12 +1310,12 @@
1310
1310
  },
1311
1311
  {
1312
1312
  "constant": true,
1313
- "id": 18599,
1313
+ "id": 18609,
1314
1314
  "mutability": "constant",
1315
1315
  "name": "BEFORE_AGREEMENT_TERMINATED_NOOP",
1316
1316
  "nameLocation": "1905:32:43",
1317
1317
  "nodeType": "VariableDeclaration",
1318
- "scope": 18665,
1318
+ "scope": 18675,
1319
1319
  "src": "1879:74:43",
1320
1320
  "stateVariable": true,
1321
1321
  "storageLocation": "default",
@@ -1324,7 +1324,7 @@
1324
1324
  "typeString": "uint256"
1325
1325
  },
1326
1326
  "typeName": {
1327
- "id": 18592,
1327
+ "id": 18602,
1328
1328
  "name": "uint256",
1329
1329
  "nodeType": "ElementaryTypeName",
1330
1330
  "src": "1879:7:43",
@@ -1338,14 +1338,14 @@
1338
1338
  "typeIdentifier": "t_rational_68719476736_by_1",
1339
1339
  "typeString": "int_const 68719476736"
1340
1340
  },
1341
- "id": 18598,
1341
+ "id": 18608,
1342
1342
  "isConstant": false,
1343
1343
  "isLValue": false,
1344
1344
  "isPure": true,
1345
1345
  "lValueRequested": false,
1346
1346
  "leftExpression": {
1347
1347
  "hexValue": "31",
1348
- "id": 18593,
1348
+ "id": 18603,
1349
1349
  "isConstant": false,
1350
1350
  "isLValue": false,
1351
1351
  "isPure": true,
@@ -1368,14 +1368,14 @@
1368
1368
  "typeIdentifier": "t_rational_36_by_1",
1369
1369
  "typeString": "int_const 36"
1370
1370
  },
1371
- "id": 18596,
1371
+ "id": 18606,
1372
1372
  "isConstant": false,
1373
1373
  "isLValue": false,
1374
1374
  "isPure": true,
1375
1375
  "lValueRequested": false,
1376
1376
  "leftExpression": {
1377
1377
  "hexValue": "3332",
1378
- "id": 18594,
1378
+ "id": 18604,
1379
1379
  "isConstant": false,
1380
1380
  "isLValue": false,
1381
1381
  "isPure": true,
@@ -1393,7 +1393,7 @@
1393
1393
  "operator": "+",
1394
1394
  "rightExpression": {
1395
1395
  "hexValue": "34",
1396
- "id": 18595,
1396
+ "id": 18605,
1397
1397
  "isConstant": false,
1398
1398
  "isLValue": false,
1399
1399
  "isPure": true,
@@ -1414,7 +1414,7 @@
1414
1414
  }
1415
1415
  }
1416
1416
  ],
1417
- "id": 18597,
1417
+ "id": 18607,
1418
1418
  "isConstant": false,
1419
1419
  "isInlineArray": false,
1420
1420
  "isLValue": false,
@@ -1437,12 +1437,12 @@
1437
1437
  },
1438
1438
  {
1439
1439
  "constant": true,
1440
- "id": 18607,
1440
+ "id": 18617,
1441
1441
  "mutability": "constant",
1442
1442
  "name": "AFTER_AGREEMENT_TERMINATED_NOOP",
1443
1443
  "nameLocation": "1985:31:43",
1444
1444
  "nodeType": "VariableDeclaration",
1445
- "scope": 18665,
1445
+ "scope": 18675,
1446
1446
  "src": "1959:73:43",
1447
1447
  "stateVariable": true,
1448
1448
  "storageLocation": "default",
@@ -1451,7 +1451,7 @@
1451
1451
  "typeString": "uint256"
1452
1452
  },
1453
1453
  "typeName": {
1454
- "id": 18600,
1454
+ "id": 18610,
1455
1455
  "name": "uint256",
1456
1456
  "nodeType": "ElementaryTypeName",
1457
1457
  "src": "1959:7:43",
@@ -1465,14 +1465,14 @@
1465
1465
  "typeIdentifier": "t_rational_137438953472_by_1",
1466
1466
  "typeString": "int_const 137438953472"
1467
1467
  },
1468
- "id": 18606,
1468
+ "id": 18616,
1469
1469
  "isConstant": false,
1470
1470
  "isLValue": false,
1471
1471
  "isPure": true,
1472
1472
  "lValueRequested": false,
1473
1473
  "leftExpression": {
1474
1474
  "hexValue": "31",
1475
- "id": 18601,
1475
+ "id": 18611,
1476
1476
  "isConstant": false,
1477
1477
  "isLValue": false,
1478
1478
  "isPure": true,
@@ -1495,14 +1495,14 @@
1495
1495
  "typeIdentifier": "t_rational_37_by_1",
1496
1496
  "typeString": "int_const 37"
1497
1497
  },
1498
- "id": 18604,
1498
+ "id": 18614,
1499
1499
  "isConstant": false,
1500
1500
  "isLValue": false,
1501
1501
  "isPure": true,
1502
1502
  "lValueRequested": false,
1503
1503
  "leftExpression": {
1504
1504
  "hexValue": "3332",
1505
- "id": 18602,
1505
+ "id": 18612,
1506
1506
  "isConstant": false,
1507
1507
  "isLValue": false,
1508
1508
  "isPure": true,
@@ -1520,7 +1520,7 @@
1520
1520
  "operator": "+",
1521
1521
  "rightExpression": {
1522
1522
  "hexValue": "35",
1523
- "id": 18603,
1523
+ "id": 18613,
1524
1524
  "isConstant": false,
1525
1525
  "isLValue": false,
1526
1526
  "isPure": true,
@@ -1541,7 +1541,7 @@
1541
1541
  }
1542
1542
  }
1543
1543
  ],
1544
- "id": 18605,
1544
+ "id": 18615,
1545
1545
  "isConstant": false,
1546
1546
  "isInlineArray": false,
1547
1547
  "isLValue": false,
@@ -1564,12 +1564,12 @@
1564
1564
  },
1565
1565
  {
1566
1566
  "constant": true,
1567
- "id": 18610,
1567
+ "id": 18620,
1568
1568
  "mutability": "constant",
1569
1569
  "name": "APP_RULE_REGISTRATION_ONLY_IN_CONSTRUCTOR",
1570
1570
  "nameLocation": "2250:41:43",
1571
1571
  "nodeType": "VariableDeclaration",
1572
- "scope": 18665,
1572
+ "scope": 18675,
1573
1573
  "src": "2224:71:43",
1574
1574
  "stateVariable": true,
1575
1575
  "storageLocation": "default",
@@ -1578,7 +1578,7 @@
1578
1578
  "typeString": "uint256"
1579
1579
  },
1580
1580
  "typeName": {
1581
- "id": 18608,
1581
+ "id": 18618,
1582
1582
  "name": "uint256",
1583
1583
  "nodeType": "ElementaryTypeName",
1584
1584
  "src": "2224:7:43",
@@ -1589,7 +1589,7 @@
1589
1589
  },
1590
1590
  "value": {
1591
1591
  "hexValue": "31",
1592
- "id": 18609,
1592
+ "id": 18619,
1593
1593
  "isConstant": false,
1594
1594
  "isLValue": false,
1595
1595
  "isPure": true,
@@ -1607,12 +1607,12 @@
1607
1607
  },
1608
1608
  {
1609
1609
  "constant": true,
1610
- "id": 18613,
1610
+ "id": 18623,
1611
1611
  "mutability": "constant",
1612
1612
  "name": "APP_RULE_NO_REGISTRATION_FOR_EOA",
1613
1613
  "nameLocation": "2327:32:43",
1614
1614
  "nodeType": "VariableDeclaration",
1615
- "scope": 18665,
1615
+ "scope": 18675,
1616
1616
  "src": "2301:62:43",
1617
1617
  "stateVariable": true,
1618
1618
  "storageLocation": "default",
@@ -1621,7 +1621,7 @@
1621
1621
  "typeString": "uint256"
1622
1622
  },
1623
1623
  "typeName": {
1624
- "id": 18611,
1624
+ "id": 18621,
1625
1625
  "name": "uint256",
1626
1626
  "nodeType": "ElementaryTypeName",
1627
1627
  "src": "2301:7:43",
@@ -1632,7 +1632,7 @@
1632
1632
  },
1633
1633
  "value": {
1634
1634
  "hexValue": "32",
1635
- "id": 18612,
1635
+ "id": 18622,
1636
1636
  "isConstant": false,
1637
1637
  "isLValue": false,
1638
1638
  "isPure": true,
@@ -1650,12 +1650,12 @@
1650
1650
  },
1651
1651
  {
1652
1652
  "constant": true,
1653
- "id": 18616,
1653
+ "id": 18626,
1654
1654
  "mutability": "constant",
1655
1655
  "name": "APP_RULE_NO_REVERT_ON_TERMINATION_CALLBACK",
1656
1656
  "nameLocation": "2395:42:43",
1657
1657
  "nodeType": "VariableDeclaration",
1658
- "scope": 18665,
1658
+ "scope": 18675,
1659
1659
  "src": "2369:73:43",
1660
1660
  "stateVariable": true,
1661
1661
  "storageLocation": "default",
@@ -1664,7 +1664,7 @@
1664
1664
  "typeString": "uint256"
1665
1665
  },
1666
1666
  "typeName": {
1667
- "id": 18614,
1667
+ "id": 18624,
1668
1668
  "name": "uint256",
1669
1669
  "nodeType": "ElementaryTypeName",
1670
1670
  "src": "2369:7:43",
@@ -1675,7 +1675,7 @@
1675
1675
  },
1676
1676
  "value": {
1677
1677
  "hexValue": "3130",
1678
- "id": 18615,
1678
+ "id": 18625,
1679
1679
  "isConstant": false,
1680
1680
  "isLValue": false,
1681
1681
  "isPure": true,
@@ -1693,12 +1693,12 @@
1693
1693
  },
1694
1694
  {
1695
1695
  "constant": true,
1696
- "id": 18619,
1696
+ "id": 18629,
1697
1697
  "mutability": "constant",
1698
1698
  "name": "APP_RULE_NO_CRITICAL_SENDER_ACCOUNT",
1699
1699
  "nameLocation": "2474:35:43",
1700
1700
  "nodeType": "VariableDeclaration",
1701
- "scope": 18665,
1701
+ "scope": 18675,
1702
1702
  "src": "2448:66:43",
1703
1703
  "stateVariable": true,
1704
1704
  "storageLocation": "default",
@@ -1707,7 +1707,7 @@
1707
1707
  "typeString": "uint256"
1708
1708
  },
1709
1709
  "typeName": {
1710
- "id": 18617,
1710
+ "id": 18627,
1711
1711
  "name": "uint256",
1712
1712
  "nodeType": "ElementaryTypeName",
1713
1713
  "src": "2448:7:43",
@@ -1718,7 +1718,7 @@
1718
1718
  },
1719
1719
  "value": {
1720
1720
  "hexValue": "3131",
1721
- "id": 18618,
1721
+ "id": 18628,
1722
1722
  "isConstant": false,
1723
1723
  "isLValue": false,
1724
1724
  "isPure": true,
@@ -1736,12 +1736,12 @@
1736
1736
  },
1737
1737
  {
1738
1738
  "constant": true,
1739
- "id": 18622,
1739
+ "id": 18632,
1740
1740
  "mutability": "constant",
1741
1741
  "name": "APP_RULE_NO_CRITICAL_RECEIVER_ACCOUNT",
1742
1742
  "nameLocation": "2546:37:43",
1743
1743
  "nodeType": "VariableDeclaration",
1744
- "scope": 18665,
1744
+ "scope": 18675,
1745
1745
  "src": "2520:68:43",
1746
1746
  "stateVariable": true,
1747
1747
  "storageLocation": "default",
@@ -1750,7 +1750,7 @@
1750
1750
  "typeString": "uint256"
1751
1751
  },
1752
1752
  "typeName": {
1753
- "id": 18620,
1753
+ "id": 18630,
1754
1754
  "name": "uint256",
1755
1755
  "nodeType": "ElementaryTypeName",
1756
1756
  "src": "2520:7:43",
@@ -1761,7 +1761,7 @@
1761
1761
  },
1762
1762
  "value": {
1763
1763
  "hexValue": "3132",
1764
- "id": 18621,
1764
+ "id": 18631,
1765
1765
  "isConstant": false,
1766
1766
  "isLValue": false,
1767
1767
  "isPure": true,
@@ -1779,12 +1779,12 @@
1779
1779
  },
1780
1780
  {
1781
1781
  "constant": true,
1782
- "id": 18625,
1782
+ "id": 18635,
1783
1783
  "mutability": "constant",
1784
1784
  "name": "APP_RULE_CTX_IS_READONLY",
1785
1785
  "nameLocation": "2620:24:43",
1786
1786
  "nodeType": "VariableDeclaration",
1787
- "scope": 18665,
1787
+ "scope": 18675,
1788
1788
  "src": "2594:55:43",
1789
1789
  "stateVariable": true,
1790
1790
  "storageLocation": "default",
@@ -1793,7 +1793,7 @@
1793
1793
  "typeString": "uint256"
1794
1794
  },
1795
1795
  "typeName": {
1796
- "id": 18623,
1796
+ "id": 18633,
1797
1797
  "name": "uint256",
1798
1798
  "nodeType": "ElementaryTypeName",
1799
1799
  "src": "2594:7:43",
@@ -1804,7 +1804,7 @@
1804
1804
  },
1805
1805
  "value": {
1806
1806
  "hexValue": "3230",
1807
- "id": 18624,
1807
+ "id": 18634,
1808
1808
  "isConstant": false,
1809
1809
  "isLValue": false,
1810
1810
  "isPure": true,
@@ -1822,12 +1822,12 @@
1822
1822
  },
1823
1823
  {
1824
1824
  "constant": true,
1825
- "id": 18628,
1825
+ "id": 18638,
1826
1826
  "mutability": "constant",
1827
1827
  "name": "APP_RULE_CTX_IS_NOT_CLEAN",
1828
1828
  "nameLocation": "2681:25:43",
1829
1829
  "nodeType": "VariableDeclaration",
1830
- "scope": 18665,
1830
+ "scope": 18675,
1831
1831
  "src": "2655:56:43",
1832
1832
  "stateVariable": true,
1833
1833
  "storageLocation": "default",
@@ -1836,7 +1836,7 @@
1836
1836
  "typeString": "uint256"
1837
1837
  },
1838
1838
  "typeName": {
1839
- "id": 18626,
1839
+ "id": 18636,
1840
1840
  "name": "uint256",
1841
1841
  "nodeType": "ElementaryTypeName",
1842
1842
  "src": "2655:7:43",
@@ -1847,7 +1847,7 @@
1847
1847
  },
1848
1848
  "value": {
1849
1849
  "hexValue": "3231",
1850
- "id": 18627,
1850
+ "id": 18637,
1851
1851
  "isConstant": false,
1852
1852
  "isLValue": false,
1853
1853
  "isPure": true,
@@ -1865,12 +1865,12 @@
1865
1865
  },
1866
1866
  {
1867
1867
  "constant": true,
1868
- "id": 18631,
1868
+ "id": 18641,
1869
1869
  "mutability": "constant",
1870
1870
  "name": "APP_RULE_CTX_IS_MALFORMATED",
1871
1871
  "nameLocation": "2743:27:43",
1872
1872
  "nodeType": "VariableDeclaration",
1873
- "scope": 18665,
1873
+ "scope": 18675,
1874
1874
  "src": "2717:58:43",
1875
1875
  "stateVariable": true,
1876
1876
  "storageLocation": "default",
@@ -1879,7 +1879,7 @@
1879
1879
  "typeString": "uint256"
1880
1880
  },
1881
1881
  "typeName": {
1882
- "id": 18629,
1882
+ "id": 18639,
1883
1883
  "name": "uint256",
1884
1884
  "nodeType": "ElementaryTypeName",
1885
1885
  "src": "2717:7:43",
@@ -1890,7 +1890,7 @@
1890
1890
  },
1891
1891
  "value": {
1892
1892
  "hexValue": "3232",
1893
- "id": 18630,
1893
+ "id": 18640,
1894
1894
  "isConstant": false,
1895
1895
  "isLValue": false,
1896
1896
  "isPure": true,
@@ -1908,12 +1908,12 @@
1908
1908
  },
1909
1909
  {
1910
1910
  "constant": true,
1911
- "id": 18634,
1911
+ "id": 18644,
1912
1912
  "mutability": "constant",
1913
1913
  "name": "APP_RULE_COMPOSITE_APP_IS_NOT_WHITELISTED",
1914
1914
  "nameLocation": "2807:41:43",
1915
1915
  "nodeType": "VariableDeclaration",
1916
- "scope": 18665,
1916
+ "scope": 18675,
1917
1917
  "src": "2781:72:43",
1918
1918
  "stateVariable": true,
1919
1919
  "storageLocation": "default",
@@ -1922,7 +1922,7 @@
1922
1922
  "typeString": "uint256"
1923
1923
  },
1924
1924
  "typeName": {
1925
- "id": 18632,
1925
+ "id": 18642,
1926
1926
  "name": "uint256",
1927
1927
  "nodeType": "ElementaryTypeName",
1928
1928
  "src": "2781:7:43",
@@ -1933,7 +1933,7 @@
1933
1933
  },
1934
1934
  "value": {
1935
1935
  "hexValue": "3330",
1936
- "id": 18633,
1936
+ "id": 18643,
1937
1937
  "isConstant": false,
1938
1938
  "isLValue": false,
1939
1939
  "isPure": true,
@@ -1951,12 +1951,12 @@
1951
1951
  },
1952
1952
  {
1953
1953
  "constant": true,
1954
- "id": 18637,
1954
+ "id": 18647,
1955
1955
  "mutability": "constant",
1956
1956
  "name": "APP_RULE_COMPOSITE_APP_IS_JAILED",
1957
1957
  "nameLocation": "2885:32:43",
1958
1958
  "nodeType": "VariableDeclaration",
1959
- "scope": 18665,
1959
+ "scope": 18675,
1960
1960
  "src": "2859:63:43",
1961
1961
  "stateVariable": true,
1962
1962
  "storageLocation": "default",
@@ -1965,7 +1965,7 @@
1965
1965
  "typeString": "uint256"
1966
1966
  },
1967
1967
  "typeName": {
1968
- "id": 18635,
1968
+ "id": 18645,
1969
1969
  "name": "uint256",
1970
1970
  "nodeType": "ElementaryTypeName",
1971
1971
  "src": "2859:7:43",
@@ -1976,7 +1976,7 @@
1976
1976
  },
1977
1977
  "value": {
1978
1978
  "hexValue": "3331",
1979
- "id": 18636,
1979
+ "id": 18646,
1980
1980
  "isConstant": false,
1981
1981
  "isLValue": false,
1982
1982
  "isPure": true,
@@ -1994,12 +1994,12 @@
1994
1994
  },
1995
1995
  {
1996
1996
  "constant": true,
1997
- "id": 18640,
1997
+ "id": 18650,
1998
1998
  "mutability": "constant",
1999
1999
  "name": "APP_RULE_MAX_APP_LEVEL_REACHED",
2000
2000
  "nameLocation": "2954:30:43",
2001
2001
  "nodeType": "VariableDeclaration",
2002
- "scope": 18665,
2002
+ "scope": 18675,
2003
2003
  "src": "2928:61:43",
2004
2004
  "stateVariable": true,
2005
2005
  "storageLocation": "default",
@@ -2008,7 +2008,7 @@
2008
2008
  "typeString": "uint256"
2009
2009
  },
2010
2010
  "typeName": {
2011
- "id": 18638,
2011
+ "id": 18648,
2012
2012
  "name": "uint256",
2013
2013
  "nodeType": "ElementaryTypeName",
2014
2014
  "src": "2928:7:43",
@@ -2019,7 +2019,7 @@
2019
2019
  },
2020
2020
  "value": {
2021
2021
  "hexValue": "3430",
2022
- "id": 18639,
2022
+ "id": 18649,
2023
2023
  "isConstant": false,
2024
2024
  "isLValue": false,
2025
2025
  "isPure": true,
@@ -2037,7 +2037,7 @@
2037
2037
  },
2038
2038
  {
2039
2039
  "body": {
2040
- "id": 18663,
2040
+ "id": 18673,
2041
2041
  "nodeType": "Block",
2042
2042
  "src": "3182:120:43",
2043
2043
  "statements": [
@@ -2047,7 +2047,7 @@
2047
2047
  "typeIdentifier": "t_uint256",
2048
2048
  "typeString": "uint256"
2049
2049
  },
2050
- "id": 18661,
2050
+ "id": 18671,
2051
2051
  "isConstant": false,
2052
2052
  "isLValue": false,
2053
2053
  "isPure": false,
@@ -2059,17 +2059,17 @@
2059
2059
  "typeIdentifier": "t_uint256",
2060
2060
  "typeString": "uint256"
2061
2061
  },
2062
- "id": 18655,
2062
+ "id": 18665,
2063
2063
  "isConstant": false,
2064
2064
  "isLValue": false,
2065
2065
  "isPure": false,
2066
2066
  "lValueRequested": false,
2067
2067
  "leftExpression": {
2068
- "id": 18647,
2068
+ "id": 18657,
2069
2069
  "name": "configWord",
2070
2070
  "nodeType": "Identifier",
2071
2071
  "overloadedDeclarations": [],
2072
- "referencedDeclaration": 18642,
2072
+ "referencedDeclaration": 18652,
2073
2073
  "src": "3200:10:43",
2074
2074
  "typeDescriptions": {
2075
2075
  "typeIdentifier": "t_uint256",
@@ -2079,7 +2079,7 @@
2079
2079
  "nodeType": "BinaryOperation",
2080
2080
  "operator": "&",
2081
2081
  "rightExpression": {
2082
- "id": 18654,
2082
+ "id": 18664,
2083
2083
  "isConstant": false,
2084
2084
  "isLValue": false,
2085
2085
  "isPure": true,
@@ -2095,7 +2095,7 @@
2095
2095
  "typeIdentifier": "t_uint256",
2096
2096
  "typeString": "uint256"
2097
2097
  },
2098
- "id": 18652,
2098
+ "id": 18662,
2099
2099
  "isConstant": false,
2100
2100
  "isLValue": false,
2101
2101
  "isPure": true,
@@ -2105,17 +2105,17 @@
2105
2105
  "typeIdentifier": "t_uint256",
2106
2106
  "typeString": "uint256"
2107
2107
  },
2108
- "id": 18650,
2108
+ "id": 18660,
2109
2109
  "isConstant": false,
2110
2110
  "isLValue": false,
2111
2111
  "isPure": true,
2112
2112
  "lValueRequested": false,
2113
2113
  "leftExpression": {
2114
- "id": 18648,
2114
+ "id": 18658,
2115
2115
  "name": "APP_LEVEL_MASK",
2116
2116
  "nodeType": "Identifier",
2117
2117
  "overloadedDeclarations": [],
2118
- "referencedDeclaration": 18508,
2118
+ "referencedDeclaration": 18518,
2119
2119
  "src": "3215:14:43",
2120
2120
  "typeDescriptions": {
2121
2121
  "typeIdentifier": "t_uint256",
@@ -2125,11 +2125,11 @@
2125
2125
  "nodeType": "BinaryOperation",
2126
2126
  "operator": "|",
2127
2127
  "rightExpression": {
2128
- "id": 18649,
2128
+ "id": 18659,
2129
2129
  "name": "APP_JAIL_BIT",
2130
2130
  "nodeType": "Identifier",
2131
2131
  "overloadedDeclarations": [],
2132
- "referencedDeclaration": 18538,
2132
+ "referencedDeclaration": 18548,
2133
2133
  "src": "3232:12:43",
2134
2134
  "typeDescriptions": {
2135
2135
  "typeIdentifier": "t_uint256",
@@ -2145,11 +2145,11 @@
2145
2145
  "nodeType": "BinaryOperation",
2146
2146
  "operator": "|",
2147
2147
  "rightExpression": {
2148
- "id": 18651,
2148
+ "id": 18661,
2149
2149
  "name": "AGREEMENT_CALLBACK_NOOP_BITMASKS",
2150
2150
  "nodeType": "Identifier",
2151
2151
  "overloadedDeclarations": [],
2152
- "referencedDeclaration": 18559,
2152
+ "referencedDeclaration": 18569,
2153
2153
  "src": "3247:32:43",
2154
2154
  "typeDescriptions": {
2155
2155
  "typeIdentifier": "t_uint256",
@@ -2163,7 +2163,7 @@
2163
2163
  }
2164
2164
  }
2165
2165
  ],
2166
- "id": 18653,
2166
+ "id": 18663,
2167
2167
  "isConstant": false,
2168
2168
  "isInlineArray": false,
2169
2169
  "isLValue": false,
@@ -2188,7 +2188,7 @@
2188
2188
  }
2189
2189
  }
2190
2190
  ],
2191
- "id": 18656,
2191
+ "id": 18666,
2192
2192
  "isConstant": false,
2193
2193
  "isInlineArray": false,
2194
2194
  "isLValue": false,
@@ -2207,7 +2207,7 @@
2207
2207
  "arguments": [
2208
2208
  {
2209
2209
  "hexValue": "30",
2210
- "id": 18659,
2210
+ "id": 18669,
2211
2211
  "isConstant": false,
2212
2212
  "isLValue": false,
2213
2213
  "isPure": true,
@@ -2229,7 +2229,7 @@
2229
2229
  "typeString": "int_const 0"
2230
2230
  }
2231
2231
  ],
2232
- "id": 18658,
2232
+ "id": 18668,
2233
2233
  "isConstant": false,
2234
2234
  "isLValue": false,
2235
2235
  "isPure": true,
@@ -2241,14 +2241,14 @@
2241
2241
  "typeString": "type(uint256)"
2242
2242
  },
2243
2243
  "typeName": {
2244
- "id": 18657,
2244
+ "id": 18667,
2245
2245
  "name": "uint256",
2246
2246
  "nodeType": "ElementaryTypeName",
2247
2247
  "src": "3285:7:43",
2248
2248
  "typeDescriptions": {}
2249
2249
  }
2250
2250
  },
2251
- "id": 18660,
2251
+ "id": 18670,
2252
2252
  "isConstant": false,
2253
2253
  "isLValue": false,
2254
2254
  "isPure": true,
@@ -2269,14 +2269,14 @@
2269
2269
  "typeString": "bool"
2270
2270
  }
2271
2271
  },
2272
- "functionReturnParameters": 18646,
2273
- "id": 18662,
2272
+ "functionReturnParameters": 18656,
2273
+ "id": 18672,
2274
2274
  "nodeType": "Return",
2275
2275
  "src": "3192:103:43"
2276
2276
  }
2277
2277
  ]
2278
2278
  },
2279
- "id": 18664,
2279
+ "id": 18674,
2280
2280
  "implemented": true,
2281
2281
  "kind": "function",
2282
2282
  "modifiers": [],
@@ -2284,17 +2284,17 @@
2284
2284
  "nameLocation": "3115:17:43",
2285
2285
  "nodeType": "FunctionDefinition",
2286
2286
  "parameters": {
2287
- "id": 18643,
2287
+ "id": 18653,
2288
2288
  "nodeType": "ParameterList",
2289
2289
  "parameters": [
2290
2290
  {
2291
2291
  "constant": false,
2292
- "id": 18642,
2292
+ "id": 18652,
2293
2293
  "mutability": "mutable",
2294
2294
  "name": "configWord",
2295
2295
  "nameLocation": "3141:10:43",
2296
2296
  "nodeType": "VariableDeclaration",
2297
- "scope": 18664,
2297
+ "scope": 18674,
2298
2298
  "src": "3133:18:43",
2299
2299
  "stateVariable": false,
2300
2300
  "storageLocation": "default",
@@ -2303,7 +2303,7 @@
2303
2303
  "typeString": "uint256"
2304
2304
  },
2305
2305
  "typeName": {
2306
- "id": 18641,
2306
+ "id": 18651,
2307
2307
  "name": "uint256",
2308
2308
  "nodeType": "ElementaryTypeName",
2309
2309
  "src": "3133:7:43",
@@ -2318,17 +2318,17 @@
2318
2318
  "src": "3132:20:43"
2319
2319
  },
2320
2320
  "returnParameters": {
2321
- "id": 18646,
2321
+ "id": 18656,
2322
2322
  "nodeType": "ParameterList",
2323
2323
  "parameters": [
2324
2324
  {
2325
2325
  "constant": false,
2326
- "id": 18645,
2326
+ "id": 18655,
2327
2327
  "mutability": "mutable",
2328
2328
  "name": "",
2329
2329
  "nameLocation": "-1:-1:-1",
2330
2330
  "nodeType": "VariableDeclaration",
2331
- "scope": 18664,
2331
+ "scope": 18674,
2332
2332
  "src": "3176:4:43",
2333
2333
  "stateVariable": false,
2334
2334
  "storageLocation": "default",
@@ -2337,7 +2337,7 @@
2337
2337
  "typeString": "bool"
2338
2338
  },
2339
2339
  "typeName": {
2340
- "id": 18644,
2340
+ "id": 18654,
2341
2341
  "name": "bool",
2342
2342
  "nodeType": "ElementaryTypeName",
2343
2343
  "src": "3176:4:43",
@@ -2351,14 +2351,14 @@
2351
2351
  ],
2352
2352
  "src": "3175:6:43"
2353
2353
  },
2354
- "scope": 18665,
2354
+ "scope": 18675,
2355
2355
  "src": "3106:196:43",
2356
2356
  "stateMutability": "pure",
2357
2357
  "virtual": false,
2358
2358
  "visibility": "internal"
2359
2359
  }
2360
2360
  ],
2361
- "scope": 18964,
2361
+ "scope": 18974,
2362
2362
  "src": "132:3172:43",
2363
2363
  "usedErrors": []
2364
2364
  },
@@ -2369,15 +2369,15 @@
2369
2369
  "contractDependencies": [],
2370
2370
  "contractKind": "library",
2371
2371
  "documentation": {
2372
- "id": 18666,
2372
+ "id": 18676,
2373
2373
  "nodeType": "StructuredDocumentation",
2374
2374
  "src": "3306:67:43",
2375
2375
  "text": " @title Context definitions library\n @author Superfluid"
2376
2376
  },
2377
2377
  "fullyImplemented": true,
2378
- "id": 18741,
2378
+ "id": 18751,
2379
2379
  "linearizedBaseContracts": [
2380
- 18741
2380
+ 18751
2381
2381
  ],
2382
2382
  "name": "ContextDefinitions",
2383
2383
  "nameLocation": "3382:18:43",
@@ -2385,12 +2385,12 @@
2385
2385
  "nodes": [
2386
2386
  {
2387
2387
  "constant": true,
2388
- "id": 18669,
2388
+ "id": 18679,
2389
2389
  "mutability": "constant",
2390
2390
  "name": "CALL_INFO_APP_LEVEL_MASK",
2391
2391
  "nameLocation": "3629:24:43",
2392
2392
  "nodeType": "VariableDeclaration",
2393
- "scope": 18741,
2393
+ "scope": 18751,
2394
2394
  "src": "3603:57:43",
2395
2395
  "stateVariable": true,
2396
2396
  "storageLocation": "default",
@@ -2399,7 +2399,7 @@
2399
2399
  "typeString": "uint256"
2400
2400
  },
2401
2401
  "typeName": {
2402
- "id": 18667,
2402
+ "id": 18677,
2403
2403
  "name": "uint256",
2404
2404
  "nodeType": "ElementaryTypeName",
2405
2405
  "src": "3603:7:43",
@@ -2410,7 +2410,7 @@
2410
2410
  },
2411
2411
  "value": {
2412
2412
  "hexValue": "30784646",
2413
- "id": 18668,
2413
+ "id": 18678,
2414
2414
  "isConstant": false,
2415
2415
  "isLValue": false,
2416
2416
  "isPure": true,
@@ -2428,12 +2428,12 @@
2428
2428
  },
2429
2429
  {
2430
2430
  "constant": true,
2431
- "id": 18672,
2431
+ "id": 18682,
2432
2432
  "mutability": "constant",
2433
2433
  "name": "CALL_INFO_CALL_TYPE_SHIFT",
2434
2434
  "nameLocation": "3710:25:43",
2435
2435
  "nodeType": "VariableDeclaration",
2436
- "scope": 18741,
2436
+ "scope": 18751,
2437
2437
  "src": "3684:56:43",
2438
2438
  "stateVariable": true,
2439
2439
  "storageLocation": "default",
@@ -2442,7 +2442,7 @@
2442
2442
  "typeString": "uint256"
2443
2443
  },
2444
2444
  "typeName": {
2445
- "id": 18670,
2445
+ "id": 18680,
2446
2446
  "name": "uint256",
2447
2447
  "nodeType": "ElementaryTypeName",
2448
2448
  "src": "3684:7:43",
@@ -2453,7 +2453,7 @@
2453
2453
  },
2454
2454
  "value": {
2455
2455
  "hexValue": "3332",
2456
- "id": 18671,
2456
+ "id": 18681,
2457
2457
  "isConstant": false,
2458
2458
  "isLValue": false,
2459
2459
  "isPure": true,
@@ -2471,12 +2471,12 @@
2471
2471
  },
2472
2472
  {
2473
2473
  "constant": true,
2474
- "id": 18677,
2474
+ "id": 18687,
2475
2475
  "mutability": "constant",
2476
2476
  "name": "CALL_INFO_CALL_TYPE_MASK",
2477
2477
  "nameLocation": "3772:24:43",
2478
2478
  "nodeType": "VariableDeclaration",
2479
- "scope": 18741,
2479
+ "scope": 18751,
2480
2480
  "src": "3746:85:43",
2481
2481
  "stateVariable": true,
2482
2482
  "storageLocation": "default",
@@ -2485,7 +2485,7 @@
2485
2485
  "typeString": "uint256"
2486
2486
  },
2487
2487
  "typeName": {
2488
- "id": 18673,
2488
+ "id": 18683,
2489
2489
  "name": "uint256",
2490
2490
  "nodeType": "ElementaryTypeName",
2491
2491
  "src": "3746:7:43",
@@ -2499,14 +2499,14 @@
2499
2499
  "typeIdentifier": "t_uint256",
2500
2500
  "typeString": "uint256"
2501
2501
  },
2502
- "id": 18676,
2502
+ "id": 18686,
2503
2503
  "isConstant": false,
2504
2504
  "isLValue": false,
2505
2505
  "isPure": true,
2506
2506
  "lValueRequested": false,
2507
2507
  "leftExpression": {
2508
2508
  "hexValue": "307846",
2509
- "id": 18674,
2509
+ "id": 18684,
2510
2510
  "isConstant": false,
2511
2511
  "isLValue": false,
2512
2512
  "isPure": true,
@@ -2523,11 +2523,11 @@
2523
2523
  "nodeType": "BinaryOperation",
2524
2524
  "operator": "<<",
2525
2525
  "rightExpression": {
2526
- "id": 18675,
2526
+ "id": 18685,
2527
2527
  "name": "CALL_INFO_CALL_TYPE_SHIFT",
2528
2528
  "nodeType": "Identifier",
2529
2529
  "overloadedDeclarations": [],
2530
- "referencedDeclaration": 18672,
2530
+ "referencedDeclaration": 18682,
2531
2531
  "src": "3806:25:43",
2532
2532
  "typeDescriptions": {
2533
2533
  "typeIdentifier": "t_uint256",
@@ -2544,12 +2544,12 @@
2544
2544
  },
2545
2545
  {
2546
2546
  "constant": true,
2547
- "id": 18680,
2547
+ "id": 18690,
2548
2548
  "mutability": "constant",
2549
2549
  "name": "CALL_INFO_CALL_TYPE_AGREEMENT",
2550
2550
  "nameLocation": "3861:29:43",
2551
2551
  "nodeType": "VariableDeclaration",
2552
- "scope": 18741,
2552
+ "scope": 18751,
2553
2553
  "src": "3837:57:43",
2554
2554
  "stateVariable": true,
2555
2555
  "storageLocation": "default",
@@ -2558,7 +2558,7 @@
2558
2558
  "typeString": "uint8"
2559
2559
  },
2560
2560
  "typeName": {
2561
- "id": 18678,
2561
+ "id": 18688,
2562
2562
  "name": "uint8",
2563
2563
  "nodeType": "ElementaryTypeName",
2564
2564
  "src": "3837:5:43",
@@ -2569,7 +2569,7 @@
2569
2569
  },
2570
2570
  "value": {
2571
2571
  "hexValue": "31",
2572
- "id": 18679,
2572
+ "id": 18689,
2573
2573
  "isConstant": false,
2574
2574
  "isLValue": false,
2575
2575
  "isPure": true,
@@ -2587,12 +2587,12 @@
2587
2587
  },
2588
2588
  {
2589
2589
  "constant": true,
2590
- "id": 18683,
2590
+ "id": 18693,
2591
2591
  "mutability": "constant",
2592
2592
  "name": "CALL_INFO_CALL_TYPE_APP_ACTION",
2593
2593
  "nameLocation": "3924:30:43",
2594
2594
  "nodeType": "VariableDeclaration",
2595
- "scope": 18741,
2595
+ "scope": 18751,
2596
2596
  "src": "3900:58:43",
2597
2597
  "stateVariable": true,
2598
2598
  "storageLocation": "default",
@@ -2601,7 +2601,7 @@
2601
2601
  "typeString": "uint8"
2602
2602
  },
2603
2603
  "typeName": {
2604
- "id": 18681,
2604
+ "id": 18691,
2605
2605
  "name": "uint8",
2606
2606
  "nodeType": "ElementaryTypeName",
2607
2607
  "src": "3900:5:43",
@@ -2612,7 +2612,7 @@
2612
2612
  },
2613
2613
  "value": {
2614
2614
  "hexValue": "32",
2615
- "id": 18682,
2615
+ "id": 18692,
2616
2616
  "isConstant": false,
2617
2617
  "isLValue": false,
2618
2618
  "isPure": true,
@@ -2630,12 +2630,12 @@
2630
2630
  },
2631
2631
  {
2632
2632
  "constant": true,
2633
- "id": 18686,
2633
+ "id": 18696,
2634
2634
  "mutability": "constant",
2635
2635
  "name": "CALL_INFO_CALL_TYPE_APP_CALLBACK",
2636
2636
  "nameLocation": "3988:32:43",
2637
2637
  "nodeType": "VariableDeclaration",
2638
- "scope": 18741,
2638
+ "scope": 18751,
2639
2639
  "src": "3964:60:43",
2640
2640
  "stateVariable": true,
2641
2641
  "storageLocation": "default",
@@ -2644,7 +2644,7 @@
2644
2644
  "typeString": "uint8"
2645
2645
  },
2646
2646
  "typeName": {
2647
- "id": 18684,
2647
+ "id": 18694,
2648
2648
  "name": "uint8",
2649
2649
  "nodeType": "ElementaryTypeName",
2650
2650
  "src": "3964:5:43",
@@ -2655,7 +2655,7 @@
2655
2655
  },
2656
2656
  "value": {
2657
2657
  "hexValue": "33",
2658
- "id": 18685,
2658
+ "id": 18695,
2659
2659
  "isConstant": false,
2660
2660
  "isLValue": false,
2661
2661
  "isPure": true,
@@ -2673,23 +2673,23 @@
2673
2673
  },
2674
2674
  {
2675
2675
  "body": {
2676
- "id": 18716,
2676
+ "id": 18726,
2677
2677
  "nodeType": "Block",
2678
2678
  "src": "4156:172:43",
2679
2679
  "statements": [
2680
2680
  {
2681
2681
  "expression": {
2682
- "id": 18702,
2682
+ "id": 18712,
2683
2683
  "isConstant": false,
2684
2684
  "isLValue": false,
2685
2685
  "isPure": false,
2686
2686
  "lValueRequested": false,
2687
2687
  "leftHandSide": {
2688
- "id": 18695,
2688
+ "id": 18705,
2689
2689
  "name": "appCallbackLevel",
2690
2690
  "nodeType": "Identifier",
2691
2691
  "overloadedDeclarations": [],
2692
- "referencedDeclaration": 18691,
2692
+ "referencedDeclaration": 18701,
2693
2693
  "src": "4166:16:43",
2694
2694
  "typeDescriptions": {
2695
2695
  "typeIdentifier": "t_uint8",
@@ -2705,17 +2705,17 @@
2705
2705
  "typeIdentifier": "t_uint256",
2706
2706
  "typeString": "uint256"
2707
2707
  },
2708
- "id": 18700,
2708
+ "id": 18710,
2709
2709
  "isConstant": false,
2710
2710
  "isLValue": false,
2711
2711
  "isPure": false,
2712
2712
  "lValueRequested": false,
2713
2713
  "leftExpression": {
2714
- "id": 18698,
2714
+ "id": 18708,
2715
2715
  "name": "callInfo",
2716
2716
  "nodeType": "Identifier",
2717
2717
  "overloadedDeclarations": [],
2718
- "referencedDeclaration": 18688,
2718
+ "referencedDeclaration": 18698,
2719
2719
  "src": "4191:8:43",
2720
2720
  "typeDescriptions": {
2721
2721
  "typeIdentifier": "t_uint256",
@@ -2725,11 +2725,11 @@
2725
2725
  "nodeType": "BinaryOperation",
2726
2726
  "operator": "&",
2727
2727
  "rightExpression": {
2728
- "id": 18699,
2728
+ "id": 18709,
2729
2729
  "name": "CALL_INFO_APP_LEVEL_MASK",
2730
2730
  "nodeType": "Identifier",
2731
2731
  "overloadedDeclarations": [],
2732
- "referencedDeclaration": 18669,
2732
+ "referencedDeclaration": 18679,
2733
2733
  "src": "4202:24:43",
2734
2734
  "typeDescriptions": {
2735
2735
  "typeIdentifier": "t_uint256",
@@ -2750,7 +2750,7 @@
2750
2750
  "typeString": "uint256"
2751
2751
  }
2752
2752
  ],
2753
- "id": 18697,
2753
+ "id": 18707,
2754
2754
  "isConstant": false,
2755
2755
  "isLValue": false,
2756
2756
  "isPure": true,
@@ -2762,14 +2762,14 @@
2762
2762
  "typeString": "type(uint8)"
2763
2763
  },
2764
2764
  "typeName": {
2765
- "id": 18696,
2765
+ "id": 18706,
2766
2766
  "name": "uint8",
2767
2767
  "nodeType": "ElementaryTypeName",
2768
2768
  "src": "4185:5:43",
2769
2769
  "typeDescriptions": {}
2770
2770
  }
2771
2771
  },
2772
- "id": 18701,
2772
+ "id": 18711,
2773
2773
  "isConstant": false,
2774
2774
  "isLValue": false,
2775
2775
  "isPure": false,
@@ -2790,23 +2790,23 @@
2790
2790
  "typeString": "uint8"
2791
2791
  }
2792
2792
  },
2793
- "id": 18703,
2793
+ "id": 18713,
2794
2794
  "nodeType": "ExpressionStatement",
2795
2795
  "src": "4166:61:43"
2796
2796
  },
2797
2797
  {
2798
2798
  "expression": {
2799
- "id": 18714,
2799
+ "id": 18724,
2800
2800
  "isConstant": false,
2801
2801
  "isLValue": false,
2802
2802
  "isPure": false,
2803
2803
  "lValueRequested": false,
2804
2804
  "leftHandSide": {
2805
- "id": 18704,
2805
+ "id": 18714,
2806
2806
  "name": "callType",
2807
2807
  "nodeType": "Identifier",
2808
2808
  "overloadedDeclarations": [],
2809
- "referencedDeclaration": 18693,
2809
+ "referencedDeclaration": 18703,
2810
2810
  "src": "4237:8:43",
2811
2811
  "typeDescriptions": {
2812
2812
  "typeIdentifier": "t_uint8",
@@ -2822,7 +2822,7 @@
2822
2822
  "typeIdentifier": "t_uint256",
2823
2823
  "typeString": "uint256"
2824
2824
  },
2825
- "id": 18712,
2825
+ "id": 18722,
2826
2826
  "isConstant": false,
2827
2827
  "isLValue": false,
2828
2828
  "isPure": false,
@@ -2834,17 +2834,17 @@
2834
2834
  "typeIdentifier": "t_uint256",
2835
2835
  "typeString": "uint256"
2836
2836
  },
2837
- "id": 18709,
2837
+ "id": 18719,
2838
2838
  "isConstant": false,
2839
2839
  "isLValue": false,
2840
2840
  "isPure": false,
2841
2841
  "lValueRequested": false,
2842
2842
  "leftExpression": {
2843
- "id": 18707,
2843
+ "id": 18717,
2844
2844
  "name": "callInfo",
2845
2845
  "nodeType": "Identifier",
2846
2846
  "overloadedDeclarations": [],
2847
- "referencedDeclaration": 18688,
2847
+ "referencedDeclaration": 18698,
2848
2848
  "src": "4255:8:43",
2849
2849
  "typeDescriptions": {
2850
2850
  "typeIdentifier": "t_uint256",
@@ -2854,11 +2854,11 @@
2854
2854
  "nodeType": "BinaryOperation",
2855
2855
  "operator": "&",
2856
2856
  "rightExpression": {
2857
- "id": 18708,
2857
+ "id": 18718,
2858
2858
  "name": "CALL_INFO_CALL_TYPE_MASK",
2859
2859
  "nodeType": "Identifier",
2860
2860
  "overloadedDeclarations": [],
2861
- "referencedDeclaration": 18677,
2861
+ "referencedDeclaration": 18687,
2862
2862
  "src": "4266:24:43",
2863
2863
  "typeDescriptions": {
2864
2864
  "typeIdentifier": "t_uint256",
@@ -2872,7 +2872,7 @@
2872
2872
  }
2873
2873
  }
2874
2874
  ],
2875
- "id": 18710,
2875
+ "id": 18720,
2876
2876
  "isConstant": false,
2877
2877
  "isInlineArray": false,
2878
2878
  "isLValue": false,
@@ -2888,11 +2888,11 @@
2888
2888
  "nodeType": "BinaryOperation",
2889
2889
  "operator": ">>",
2890
2890
  "rightExpression": {
2891
- "id": 18711,
2891
+ "id": 18721,
2892
2892
  "name": "CALL_INFO_CALL_TYPE_SHIFT",
2893
2893
  "nodeType": "Identifier",
2894
2894
  "overloadedDeclarations": [],
2895
- "referencedDeclaration": 18672,
2895
+ "referencedDeclaration": 18682,
2896
2896
  "src": "4295:25:43",
2897
2897
  "typeDescriptions": {
2898
2898
  "typeIdentifier": "t_uint256",
@@ -2913,7 +2913,7 @@
2913
2913
  "typeString": "uint256"
2914
2914
  }
2915
2915
  ],
2916
- "id": 18706,
2916
+ "id": 18716,
2917
2917
  "isConstant": false,
2918
2918
  "isLValue": false,
2919
2919
  "isPure": true,
@@ -2925,14 +2925,14 @@
2925
2925
  "typeString": "type(uint8)"
2926
2926
  },
2927
2927
  "typeName": {
2928
- "id": 18705,
2928
+ "id": 18715,
2929
2929
  "name": "uint8",
2930
2930
  "nodeType": "ElementaryTypeName",
2931
2931
  "src": "4248:5:43",
2932
2932
  "typeDescriptions": {}
2933
2933
  }
2934
2934
  },
2935
- "id": 18713,
2935
+ "id": 18723,
2936
2936
  "isConstant": false,
2937
2937
  "isLValue": false,
2938
2938
  "isPure": false,
@@ -2953,13 +2953,13 @@
2953
2953
  "typeString": "uint8"
2954
2954
  }
2955
2955
  },
2956
- "id": 18715,
2956
+ "id": 18725,
2957
2957
  "nodeType": "ExpressionStatement",
2958
2958
  "src": "4237:84:43"
2959
2959
  }
2960
2960
  ]
2961
2961
  },
2962
- "id": 18717,
2962
+ "id": 18727,
2963
2963
  "implemented": true,
2964
2964
  "kind": "function",
2965
2965
  "modifiers": [],
@@ -2967,17 +2967,17 @@
2967
2967
  "nameLocation": "4040:14:43",
2968
2968
  "nodeType": "FunctionDefinition",
2969
2969
  "parameters": {
2970
- "id": 18689,
2970
+ "id": 18699,
2971
2971
  "nodeType": "ParameterList",
2972
2972
  "parameters": [
2973
2973
  {
2974
2974
  "constant": false,
2975
- "id": 18688,
2975
+ "id": 18698,
2976
2976
  "mutability": "mutable",
2977
2977
  "name": "callInfo",
2978
2978
  "nameLocation": "4063:8:43",
2979
2979
  "nodeType": "VariableDeclaration",
2980
- "scope": 18717,
2980
+ "scope": 18727,
2981
2981
  "src": "4055:16:43",
2982
2982
  "stateVariable": false,
2983
2983
  "storageLocation": "default",
@@ -2986,7 +2986,7 @@
2986
2986
  "typeString": "uint256"
2987
2987
  },
2988
2988
  "typeName": {
2989
- "id": 18687,
2989
+ "id": 18697,
2990
2990
  "name": "uint256",
2991
2991
  "nodeType": "ElementaryTypeName",
2992
2992
  "src": "4055:7:43",
@@ -3001,17 +3001,17 @@
3001
3001
  "src": "4054:18:43"
3002
3002
  },
3003
3003
  "returnParameters": {
3004
- "id": 18694,
3004
+ "id": 18704,
3005
3005
  "nodeType": "ParameterList",
3006
3006
  "parameters": [
3007
3007
  {
3008
3008
  "constant": false,
3009
- "id": 18691,
3009
+ "id": 18701,
3010
3010
  "mutability": "mutable",
3011
3011
  "name": "appCallbackLevel",
3012
3012
  "nameLocation": "4118:16:43",
3013
3013
  "nodeType": "VariableDeclaration",
3014
- "scope": 18717,
3014
+ "scope": 18727,
3015
3015
  "src": "4112:22:43",
3016
3016
  "stateVariable": false,
3017
3017
  "storageLocation": "default",
@@ -3020,7 +3020,7 @@
3020
3020
  "typeString": "uint8"
3021
3021
  },
3022
3022
  "typeName": {
3023
- "id": 18690,
3023
+ "id": 18700,
3024
3024
  "name": "uint8",
3025
3025
  "nodeType": "ElementaryTypeName",
3026
3026
  "src": "4112:5:43",
@@ -3033,12 +3033,12 @@
3033
3033
  },
3034
3034
  {
3035
3035
  "constant": false,
3036
- "id": 18693,
3036
+ "id": 18703,
3037
3037
  "mutability": "mutable",
3038
3038
  "name": "callType",
3039
3039
  "nameLocation": "4142:8:43",
3040
3040
  "nodeType": "VariableDeclaration",
3041
- "scope": 18717,
3041
+ "scope": 18727,
3042
3042
  "src": "4136:14:43",
3043
3043
  "stateVariable": false,
3044
3044
  "storageLocation": "default",
@@ -3047,7 +3047,7 @@
3047
3047
  "typeString": "uint8"
3048
3048
  },
3049
3049
  "typeName": {
3050
- "id": 18692,
3050
+ "id": 18702,
3051
3051
  "name": "uint8",
3052
3052
  "nodeType": "ElementaryTypeName",
3053
3053
  "src": "4136:5:43",
@@ -3061,7 +3061,7 @@
3061
3061
  ],
3062
3062
  "src": "4111:40:43"
3063
3063
  },
3064
- "scope": 18741,
3064
+ "scope": 18751,
3065
3065
  "src": "4031:297:43",
3066
3066
  "stateMutability": "pure",
3067
3067
  "virtual": false,
@@ -3069,7 +3069,7 @@
3069
3069
  },
3070
3070
  {
3071
3071
  "body": {
3072
- "id": 18739,
3072
+ "id": 18749,
3073
3073
  "nodeType": "Block",
3074
3074
  "src": "4459:100:43",
3075
3075
  "statements": [
@@ -3079,7 +3079,7 @@
3079
3079
  "typeIdentifier": "t_uint256",
3080
3080
  "typeString": "uint256"
3081
3081
  },
3082
- "id": 18737,
3082
+ "id": 18747,
3083
3083
  "isConstant": false,
3084
3084
  "isLValue": false,
3085
3085
  "isPure": false,
@@ -3087,11 +3087,11 @@
3087
3087
  "leftExpression": {
3088
3088
  "arguments": [
3089
3089
  {
3090
- "id": 18728,
3090
+ "id": 18738,
3091
3091
  "name": "appCallbackLevel",
3092
3092
  "nodeType": "Identifier",
3093
3093
  "overloadedDeclarations": [],
3094
- "referencedDeclaration": 18719,
3094
+ "referencedDeclaration": 18729,
3095
3095
  "src": "4484:16:43",
3096
3096
  "typeDescriptions": {
3097
3097
  "typeIdentifier": "t_uint8",
@@ -3106,7 +3106,7 @@
3106
3106
  "typeString": "uint8"
3107
3107
  }
3108
3108
  ],
3109
- "id": 18727,
3109
+ "id": 18737,
3110
3110
  "isConstant": false,
3111
3111
  "isLValue": false,
3112
3112
  "isPure": true,
@@ -3118,14 +3118,14 @@
3118
3118
  "typeString": "type(uint256)"
3119
3119
  },
3120
3120
  "typeName": {
3121
- "id": 18726,
3121
+ "id": 18736,
3122
3122
  "name": "uint256",
3123
3123
  "nodeType": "ElementaryTypeName",
3124
3124
  "src": "4476:7:43",
3125
3125
  "typeDescriptions": {}
3126
3126
  }
3127
3127
  },
3128
- "id": 18729,
3128
+ "id": 18739,
3129
3129
  "isConstant": false,
3130
3130
  "isLValue": false,
3131
3131
  "isPure": false,
@@ -3149,7 +3149,7 @@
3149
3149
  "typeIdentifier": "t_uint256",
3150
3150
  "typeString": "uint256"
3151
3151
  },
3152
- "id": 18735,
3152
+ "id": 18745,
3153
3153
  "isConstant": false,
3154
3154
  "isLValue": false,
3155
3155
  "isPure": false,
@@ -3157,11 +3157,11 @@
3157
3157
  "leftExpression": {
3158
3158
  "arguments": [
3159
3159
  {
3160
- "id": 18732,
3160
+ "id": 18742,
3161
3161
  "name": "callType",
3162
3162
  "nodeType": "Identifier",
3163
3163
  "overloadedDeclarations": [],
3164
- "referencedDeclaration": 18721,
3164
+ "referencedDeclaration": 18731,
3165
3165
  "src": "4513:8:43",
3166
3166
  "typeDescriptions": {
3167
3167
  "typeIdentifier": "t_uint8",
@@ -3176,7 +3176,7 @@
3176
3176
  "typeString": "uint8"
3177
3177
  }
3178
3178
  ],
3179
- "id": 18731,
3179
+ "id": 18741,
3180
3180
  "isConstant": false,
3181
3181
  "isLValue": false,
3182
3182
  "isPure": true,
@@ -3188,14 +3188,14 @@
3188
3188
  "typeString": "type(uint256)"
3189
3189
  },
3190
3190
  "typeName": {
3191
- "id": 18730,
3191
+ "id": 18740,
3192
3192
  "name": "uint256",
3193
3193
  "nodeType": "ElementaryTypeName",
3194
3194
  "src": "4505:7:43",
3195
3195
  "typeDescriptions": {}
3196
3196
  }
3197
3197
  },
3198
- "id": 18733,
3198
+ "id": 18743,
3199
3199
  "isConstant": false,
3200
3200
  "isLValue": false,
3201
3201
  "isPure": false,
@@ -3213,11 +3213,11 @@
3213
3213
  "nodeType": "BinaryOperation",
3214
3214
  "operator": "<<",
3215
3215
  "rightExpression": {
3216
- "id": 18734,
3216
+ "id": 18744,
3217
3217
  "name": "CALL_INFO_CALL_TYPE_SHIFT",
3218
3218
  "nodeType": "Identifier",
3219
3219
  "overloadedDeclarations": [],
3220
- "referencedDeclaration": 18672,
3220
+ "referencedDeclaration": 18682,
3221
3221
  "src": "4526:25:43",
3222
3222
  "typeDescriptions": {
3223
3223
  "typeIdentifier": "t_uint256",
@@ -3231,7 +3231,7 @@
3231
3231
  }
3232
3232
  }
3233
3233
  ],
3234
- "id": 18736,
3234
+ "id": 18746,
3235
3235
  "isConstant": false,
3236
3236
  "isInlineArray": false,
3237
3237
  "isLValue": false,
@@ -3250,14 +3250,14 @@
3250
3250
  "typeString": "uint256"
3251
3251
  }
3252
3252
  },
3253
- "functionReturnParameters": 18725,
3254
- "id": 18738,
3253
+ "functionReturnParameters": 18735,
3254
+ "id": 18748,
3255
3255
  "nodeType": "Return",
3256
3256
  "src": "4469:83:43"
3257
3257
  }
3258
3258
  ]
3259
3259
  },
3260
- "id": 18740,
3260
+ "id": 18750,
3261
3261
  "implemented": true,
3262
3262
  "kind": "function",
3263
3263
  "modifiers": [],
@@ -3265,17 +3265,17 @@
3265
3265
  "nameLocation": "4343:14:43",
3266
3266
  "nodeType": "FunctionDefinition",
3267
3267
  "parameters": {
3268
- "id": 18722,
3268
+ "id": 18732,
3269
3269
  "nodeType": "ParameterList",
3270
3270
  "parameters": [
3271
3271
  {
3272
3272
  "constant": false,
3273
- "id": 18719,
3273
+ "id": 18729,
3274
3274
  "mutability": "mutable",
3275
3275
  "name": "appCallbackLevel",
3276
3276
  "nameLocation": "4364:16:43",
3277
3277
  "nodeType": "VariableDeclaration",
3278
- "scope": 18740,
3278
+ "scope": 18750,
3279
3279
  "src": "4358:22:43",
3280
3280
  "stateVariable": false,
3281
3281
  "storageLocation": "default",
@@ -3284,7 +3284,7 @@
3284
3284
  "typeString": "uint8"
3285
3285
  },
3286
3286
  "typeName": {
3287
- "id": 18718,
3287
+ "id": 18728,
3288
3288
  "name": "uint8",
3289
3289
  "nodeType": "ElementaryTypeName",
3290
3290
  "src": "4358:5:43",
@@ -3297,12 +3297,12 @@
3297
3297
  },
3298
3298
  {
3299
3299
  "constant": false,
3300
- "id": 18721,
3300
+ "id": 18731,
3301
3301
  "mutability": "mutable",
3302
3302
  "name": "callType",
3303
3303
  "nameLocation": "4388:8:43",
3304
3304
  "nodeType": "VariableDeclaration",
3305
- "scope": 18740,
3305
+ "scope": 18750,
3306
3306
  "src": "4382:14:43",
3307
3307
  "stateVariable": false,
3308
3308
  "storageLocation": "default",
@@ -3311,7 +3311,7 @@
3311
3311
  "typeString": "uint8"
3312
3312
  },
3313
3313
  "typeName": {
3314
- "id": 18720,
3314
+ "id": 18730,
3315
3315
  "name": "uint8",
3316
3316
  "nodeType": "ElementaryTypeName",
3317
3317
  "src": "4382:5:43",
@@ -3326,17 +3326,17 @@
3326
3326
  "src": "4357:40:43"
3327
3327
  },
3328
3328
  "returnParameters": {
3329
- "id": 18725,
3329
+ "id": 18735,
3330
3330
  "nodeType": "ParameterList",
3331
3331
  "parameters": [
3332
3332
  {
3333
3333
  "constant": false,
3334
- "id": 18724,
3334
+ "id": 18734,
3335
3335
  "mutability": "mutable",
3336
3336
  "name": "callInfo",
3337
3337
  "nameLocation": "4445:8:43",
3338
3338
  "nodeType": "VariableDeclaration",
3339
- "scope": 18740,
3339
+ "scope": 18750,
3340
3340
  "src": "4437:16:43",
3341
3341
  "stateVariable": false,
3342
3342
  "storageLocation": "default",
@@ -3345,7 +3345,7 @@
3345
3345
  "typeString": "uint256"
3346
3346
  },
3347
3347
  "typeName": {
3348
- "id": 18723,
3348
+ "id": 18733,
3349
3349
  "name": "uint256",
3350
3350
  "nodeType": "ElementaryTypeName",
3351
3351
  "src": "4437:7:43",
@@ -3359,14 +3359,14 @@
3359
3359
  ],
3360
3360
  "src": "4436:18:43"
3361
3361
  },
3362
- "scope": 18741,
3362
+ "scope": 18751,
3363
3363
  "src": "4334:225:43",
3364
3364
  "stateMutability": "pure",
3365
3365
  "virtual": false,
3366
3366
  "visibility": "internal"
3367
3367
  }
3368
3368
  ],
3369
- "scope": 18964,
3369
+ "scope": 18974,
3370
3370
  "src": "3374:1188:43",
3371
3371
  "usedErrors": []
3372
3372
  },
@@ -3377,15 +3377,15 @@
3377
3377
  "contractDependencies": [],
3378
3378
  "contractKind": "library",
3379
3379
  "documentation": {
3380
- "id": 18742,
3380
+ "id": 18752,
3381
3381
  "nodeType": "StructuredDocumentation",
3382
3382
  "src": "4564:74:43",
3383
3383
  "text": " @title Flow Operator definitions library\n @author Superfluid"
3384
3384
  },
3385
3385
  "fullyImplemented": true,
3386
- "id": 18828,
3386
+ "id": 18838,
3387
3387
  "linearizedBaseContracts": [
3388
- 18828
3388
+ 18838
3389
3389
  ],
3390
3390
  "name": "FlowOperatorDefinitions",
3391
3391
  "nameLocation": "4648:23:43",
@@ -3393,12 +3393,12 @@
3393
3393
  "nodes": [
3394
3394
  {
3395
3395
  "constant": true,
3396
- "id": 18750,
3396
+ "id": 18760,
3397
3397
  "mutability": "constant",
3398
3398
  "name": "AUTHORIZE_FLOW_OPERATOR_CREATE",
3399
3399
  "nameLocation": "4702:30:43",
3400
3400
  "nodeType": "VariableDeclaration",
3401
- "scope": 18828,
3401
+ "scope": 18838,
3402
3402
  "src": "4678:70:43",
3403
3403
  "stateVariable": true,
3404
3404
  "storageLocation": "default",
@@ -3407,7 +3407,7 @@
3407
3407
  "typeString": "uint8"
3408
3408
  },
3409
3409
  "typeName": {
3410
- "id": 18743,
3410
+ "id": 18753,
3411
3411
  "name": "uint8",
3412
3412
  "nodeType": "ElementaryTypeName",
3413
3413
  "src": "4678:5:43",
@@ -3421,7 +3421,7 @@
3421
3421
  "typeIdentifier": "t_uint8",
3422
3422
  "typeString": "uint8"
3423
3423
  },
3424
- "id": 18749,
3424
+ "id": 18759,
3425
3425
  "isConstant": false,
3426
3426
  "isLValue": false,
3427
3427
  "isPure": true,
@@ -3430,7 +3430,7 @@
3430
3430
  "arguments": [
3431
3431
  {
3432
3432
  "hexValue": "31",
3433
- "id": 18746,
3433
+ "id": 18756,
3434
3434
  "isConstant": false,
3435
3435
  "isLValue": false,
3436
3436
  "isPure": true,
@@ -3452,7 +3452,7 @@
3452
3452
  "typeString": "int_const 1"
3453
3453
  }
3454
3454
  ],
3455
- "id": 18745,
3455
+ "id": 18755,
3456
3456
  "isConstant": false,
3457
3457
  "isLValue": false,
3458
3458
  "isPure": true,
@@ -3464,14 +3464,14 @@
3464
3464
  "typeString": "type(uint8)"
3465
3465
  },
3466
3466
  "typeName": {
3467
- "id": 18744,
3467
+ "id": 18754,
3468
3468
  "name": "uint8",
3469
3469
  "nodeType": "ElementaryTypeName",
3470
3470
  "src": "4735:5:43",
3471
3471
  "typeDescriptions": {}
3472
3472
  }
3473
3473
  },
3474
- "id": 18747,
3474
+ "id": 18757,
3475
3475
  "isConstant": false,
3476
3476
  "isLValue": false,
3477
3477
  "isPure": true,
@@ -3490,7 +3490,7 @@
3490
3490
  "operator": "<<",
3491
3491
  "rightExpression": {
3492
3492
  "hexValue": "30",
3493
- "id": 18748,
3493
+ "id": 18758,
3494
3494
  "isConstant": false,
3495
3495
  "isLValue": false,
3496
3496
  "isPure": true,
@@ -3514,12 +3514,12 @@
3514
3514
  },
3515
3515
  {
3516
3516
  "constant": true,
3517
- "id": 18758,
3517
+ "id": 18768,
3518
3518
  "mutability": "constant",
3519
3519
  "name": "AUTHORIZE_FLOW_OPERATOR_UPDATE",
3520
3520
  "nameLocation": "4778:30:43",
3521
3521
  "nodeType": "VariableDeclaration",
3522
- "scope": 18828,
3522
+ "scope": 18838,
3523
3523
  "src": "4754:70:43",
3524
3524
  "stateVariable": true,
3525
3525
  "storageLocation": "default",
@@ -3528,7 +3528,7 @@
3528
3528
  "typeString": "uint8"
3529
3529
  },
3530
3530
  "typeName": {
3531
- "id": 18751,
3531
+ "id": 18761,
3532
3532
  "name": "uint8",
3533
3533
  "nodeType": "ElementaryTypeName",
3534
3534
  "src": "4754:5:43",
@@ -3542,7 +3542,7 @@
3542
3542
  "typeIdentifier": "t_uint8",
3543
3543
  "typeString": "uint8"
3544
3544
  },
3545
- "id": 18757,
3545
+ "id": 18767,
3546
3546
  "isConstant": false,
3547
3547
  "isLValue": false,
3548
3548
  "isPure": true,
@@ -3551,7 +3551,7 @@
3551
3551
  "arguments": [
3552
3552
  {
3553
3553
  "hexValue": "31",
3554
- "id": 18754,
3554
+ "id": 18764,
3555
3555
  "isConstant": false,
3556
3556
  "isLValue": false,
3557
3557
  "isPure": true,
@@ -3573,7 +3573,7 @@
3573
3573
  "typeString": "int_const 1"
3574
3574
  }
3575
3575
  ],
3576
- "id": 18753,
3576
+ "id": 18763,
3577
3577
  "isConstant": false,
3578
3578
  "isLValue": false,
3579
3579
  "isPure": true,
@@ -3585,14 +3585,14 @@
3585
3585
  "typeString": "type(uint8)"
3586
3586
  },
3587
3587
  "typeName": {
3588
- "id": 18752,
3588
+ "id": 18762,
3589
3589
  "name": "uint8",
3590
3590
  "nodeType": "ElementaryTypeName",
3591
3591
  "src": "4811:5:43",
3592
3592
  "typeDescriptions": {}
3593
3593
  }
3594
3594
  },
3595
- "id": 18755,
3595
+ "id": 18765,
3596
3596
  "isConstant": false,
3597
3597
  "isLValue": false,
3598
3598
  "isPure": true,
@@ -3611,7 +3611,7 @@
3611
3611
  "operator": "<<",
3612
3612
  "rightExpression": {
3613
3613
  "hexValue": "31",
3614
- "id": 18756,
3614
+ "id": 18766,
3615
3615
  "isConstant": false,
3616
3616
  "isLValue": false,
3617
3617
  "isPure": true,
@@ -3635,12 +3635,12 @@
3635
3635
  },
3636
3636
  {
3637
3637
  "constant": true,
3638
- "id": 18766,
3638
+ "id": 18776,
3639
3639
  "mutability": "constant",
3640
3640
  "name": "AUTHORIZE_FLOW_OPERATOR_DELETE",
3641
3641
  "nameLocation": "4854:30:43",
3642
3642
  "nodeType": "VariableDeclaration",
3643
- "scope": 18828,
3643
+ "scope": 18838,
3644
3644
  "src": "4830:70:43",
3645
3645
  "stateVariable": true,
3646
3646
  "storageLocation": "default",
@@ -3649,7 +3649,7 @@
3649
3649
  "typeString": "uint8"
3650
3650
  },
3651
3651
  "typeName": {
3652
- "id": 18759,
3652
+ "id": 18769,
3653
3653
  "name": "uint8",
3654
3654
  "nodeType": "ElementaryTypeName",
3655
3655
  "src": "4830:5:43",
@@ -3663,7 +3663,7 @@
3663
3663
  "typeIdentifier": "t_uint8",
3664
3664
  "typeString": "uint8"
3665
3665
  },
3666
- "id": 18765,
3666
+ "id": 18775,
3667
3667
  "isConstant": false,
3668
3668
  "isLValue": false,
3669
3669
  "isPure": true,
@@ -3672,7 +3672,7 @@
3672
3672
  "arguments": [
3673
3673
  {
3674
3674
  "hexValue": "31",
3675
- "id": 18762,
3675
+ "id": 18772,
3676
3676
  "isConstant": false,
3677
3677
  "isLValue": false,
3678
3678
  "isPure": true,
@@ -3694,7 +3694,7 @@
3694
3694
  "typeString": "int_const 1"
3695
3695
  }
3696
3696
  ],
3697
- "id": 18761,
3697
+ "id": 18771,
3698
3698
  "isConstant": false,
3699
3699
  "isLValue": false,
3700
3700
  "isPure": true,
@@ -3706,14 +3706,14 @@
3706
3706
  "typeString": "type(uint8)"
3707
3707
  },
3708
3708
  "typeName": {
3709
- "id": 18760,
3709
+ "id": 18770,
3710
3710
  "name": "uint8",
3711
3711
  "nodeType": "ElementaryTypeName",
3712
3712
  "src": "4887:5:43",
3713
3713
  "typeDescriptions": {}
3714
3714
  }
3715
3715
  },
3716
- "id": 18763,
3716
+ "id": 18773,
3717
3717
  "isConstant": false,
3718
3718
  "isLValue": false,
3719
3719
  "isPure": true,
@@ -3732,7 +3732,7 @@
3732
3732
  "operator": "<<",
3733
3733
  "rightExpression": {
3734
3734
  "hexValue": "32",
3735
- "id": 18764,
3735
+ "id": 18774,
3736
3736
  "isConstant": false,
3737
3737
  "isLValue": false,
3738
3738
  "isPure": true,
@@ -3756,12 +3756,12 @@
3756
3756
  },
3757
3757
  {
3758
3758
  "constant": true,
3759
- "id": 18773,
3759
+ "id": 18783,
3760
3760
  "mutability": "constant",
3761
3761
  "name": "AUTHORIZE_FULL_CONTROL",
3762
3762
  "nameLocation": "4930:22:43",
3763
3763
  "nodeType": "VariableDeclaration",
3764
- "scope": 18828,
3764
+ "scope": 18838,
3765
3765
  "src": "4906:153:43",
3766
3766
  "stateVariable": true,
3767
3767
  "storageLocation": "default",
@@ -3770,7 +3770,7 @@
3770
3770
  "typeString": "uint8"
3771
3771
  },
3772
3772
  "typeName": {
3773
- "id": 18767,
3773
+ "id": 18777,
3774
3774
  "name": "uint8",
3775
3775
  "nodeType": "ElementaryTypeName",
3776
3776
  "src": "4906:5:43",
@@ -3784,7 +3784,7 @@
3784
3784
  "typeIdentifier": "t_uint8",
3785
3785
  "typeString": "uint8"
3786
3786
  },
3787
- "id": 18772,
3787
+ "id": 18782,
3788
3788
  "isConstant": false,
3789
3789
  "isLValue": false,
3790
3790
  "isPure": true,
@@ -3794,17 +3794,17 @@
3794
3794
  "typeIdentifier": "t_uint8",
3795
3795
  "typeString": "uint8"
3796
3796
  },
3797
- "id": 18770,
3797
+ "id": 18780,
3798
3798
  "isConstant": false,
3799
3799
  "isLValue": false,
3800
3800
  "isPure": true,
3801
3801
  "lValueRequested": false,
3802
3802
  "leftExpression": {
3803
- "id": 18768,
3803
+ "id": 18778,
3804
3804
  "name": "AUTHORIZE_FLOW_OPERATOR_CREATE",
3805
3805
  "nodeType": "Identifier",
3806
3806
  "overloadedDeclarations": [],
3807
- "referencedDeclaration": 18750,
3807
+ "referencedDeclaration": 18760,
3808
3808
  "src": "4963:30:43",
3809
3809
  "typeDescriptions": {
3810
3810
  "typeIdentifier": "t_uint8",
@@ -3814,11 +3814,11 @@
3814
3814
  "nodeType": "BinaryOperation",
3815
3815
  "operator": "|",
3816
3816
  "rightExpression": {
3817
- "id": 18769,
3817
+ "id": 18779,
3818
3818
  "name": "AUTHORIZE_FLOW_OPERATOR_UPDATE",
3819
3819
  "nodeType": "Identifier",
3820
3820
  "overloadedDeclarations": [],
3821
- "referencedDeclaration": 18758,
3821
+ "referencedDeclaration": 18768,
3822
3822
  "src": "4996:30:43",
3823
3823
  "typeDescriptions": {
3824
3824
  "typeIdentifier": "t_uint8",
@@ -3834,11 +3834,11 @@
3834
3834
  "nodeType": "BinaryOperation",
3835
3835
  "operator": "|",
3836
3836
  "rightExpression": {
3837
- "id": 18771,
3837
+ "id": 18781,
3838
3838
  "name": "AUTHORIZE_FLOW_OPERATOR_DELETE",
3839
3839
  "nodeType": "Identifier",
3840
3840
  "overloadedDeclarations": [],
3841
- "referencedDeclaration": 18766,
3841
+ "referencedDeclaration": 18776,
3842
3842
  "src": "5029:30:43",
3843
3843
  "typeDescriptions": {
3844
3844
  "typeIdentifier": "t_uint8",
@@ -3855,12 +3855,12 @@
3855
3855
  },
3856
3856
  {
3857
3857
  "constant": true,
3858
- "id": 18783,
3858
+ "id": 18793,
3859
3859
  "mutability": "constant",
3860
3860
  "name": "REVOKE_FLOW_OPERATOR_CREATE",
3861
3861
  "nameLocation": "5089:27:43",
3862
3862
  "nodeType": "VariableDeclaration",
3863
- "scope": 18828,
3863
+ "scope": 18838,
3864
3864
  "src": "5065:70:43",
3865
3865
  "stateVariable": true,
3866
3866
  "storageLocation": "default",
@@ -3869,7 +3869,7 @@
3869
3869
  "typeString": "uint8"
3870
3870
  },
3871
3871
  "typeName": {
3872
- "id": 18774,
3872
+ "id": 18784,
3873
3873
  "name": "uint8",
3874
3874
  "nodeType": "ElementaryTypeName",
3875
3875
  "src": "5065:5:43",
@@ -3879,7 +3879,7 @@
3879
3879
  }
3880
3880
  },
3881
3881
  "value": {
3882
- "id": 18782,
3882
+ "id": 18792,
3883
3883
  "isConstant": false,
3884
3884
  "isLValue": false,
3885
3885
  "isPure": true,
@@ -3895,7 +3895,7 @@
3895
3895
  "typeIdentifier": "t_uint8",
3896
3896
  "typeString": "uint8"
3897
3897
  },
3898
- "id": 18780,
3898
+ "id": 18790,
3899
3899
  "isConstant": false,
3900
3900
  "isLValue": false,
3901
3901
  "isPure": true,
@@ -3904,7 +3904,7 @@
3904
3904
  "arguments": [
3905
3905
  {
3906
3906
  "hexValue": "31",
3907
- "id": 18777,
3907
+ "id": 18787,
3908
3908
  "isConstant": false,
3909
3909
  "isLValue": false,
3910
3910
  "isPure": true,
@@ -3926,7 +3926,7 @@
3926
3926
  "typeString": "int_const 1"
3927
3927
  }
3928
3928
  ],
3929
- "id": 18776,
3929
+ "id": 18786,
3930
3930
  "isConstant": false,
3931
3931
  "isLValue": false,
3932
3932
  "isPure": true,
@@ -3938,14 +3938,14 @@
3938
3938
  "typeString": "type(uint8)"
3939
3939
  },
3940
3940
  "typeName": {
3941
- "id": 18775,
3941
+ "id": 18785,
3942
3942
  "name": "uint8",
3943
3943
  "nodeType": "ElementaryTypeName",
3944
3944
  "src": "5121:5:43",
3945
3945
  "typeDescriptions": {}
3946
3946
  }
3947
3947
  },
3948
- "id": 18778,
3948
+ "id": 18788,
3949
3949
  "isConstant": false,
3950
3950
  "isLValue": false,
3951
3951
  "isPure": true,
@@ -3964,7 +3964,7 @@
3964
3964
  "operator": "<<",
3965
3965
  "rightExpression": {
3966
3966
  "hexValue": "30",
3967
- "id": 18779,
3967
+ "id": 18789,
3968
3968
  "isConstant": false,
3969
3969
  "isLValue": false,
3970
3970
  "isPure": true,
@@ -3985,7 +3985,7 @@
3985
3985
  }
3986
3986
  }
3987
3987
  ],
3988
- "id": 18781,
3988
+ "id": 18791,
3989
3989
  "isConstant": false,
3990
3990
  "isInlineArray": false,
3991
3991
  "isLValue": false,
@@ -4007,12 +4007,12 @@
4007
4007
  },
4008
4008
  {
4009
4009
  "constant": true,
4010
- "id": 18793,
4010
+ "id": 18803,
4011
4011
  "mutability": "constant",
4012
4012
  "name": "REVOKE_FLOW_OPERATOR_UPDATE",
4013
4013
  "nameLocation": "5165:27:43",
4014
4014
  "nodeType": "VariableDeclaration",
4015
- "scope": 18828,
4015
+ "scope": 18838,
4016
4016
  "src": "5141:70:43",
4017
4017
  "stateVariable": true,
4018
4018
  "storageLocation": "default",
@@ -4021,7 +4021,7 @@
4021
4021
  "typeString": "uint8"
4022
4022
  },
4023
4023
  "typeName": {
4024
- "id": 18784,
4024
+ "id": 18794,
4025
4025
  "name": "uint8",
4026
4026
  "nodeType": "ElementaryTypeName",
4027
4027
  "src": "5141:5:43",
@@ -4031,7 +4031,7 @@
4031
4031
  }
4032
4032
  },
4033
4033
  "value": {
4034
- "id": 18792,
4034
+ "id": 18802,
4035
4035
  "isConstant": false,
4036
4036
  "isLValue": false,
4037
4037
  "isPure": true,
@@ -4047,7 +4047,7 @@
4047
4047
  "typeIdentifier": "t_uint8",
4048
4048
  "typeString": "uint8"
4049
4049
  },
4050
- "id": 18790,
4050
+ "id": 18800,
4051
4051
  "isConstant": false,
4052
4052
  "isLValue": false,
4053
4053
  "isPure": true,
@@ -4056,7 +4056,7 @@
4056
4056
  "arguments": [
4057
4057
  {
4058
4058
  "hexValue": "31",
4059
- "id": 18787,
4059
+ "id": 18797,
4060
4060
  "isConstant": false,
4061
4061
  "isLValue": false,
4062
4062
  "isPure": true,
@@ -4078,7 +4078,7 @@
4078
4078
  "typeString": "int_const 1"
4079
4079
  }
4080
4080
  ],
4081
- "id": 18786,
4081
+ "id": 18796,
4082
4082
  "isConstant": false,
4083
4083
  "isLValue": false,
4084
4084
  "isPure": true,
@@ -4090,14 +4090,14 @@
4090
4090
  "typeString": "type(uint8)"
4091
4091
  },
4092
4092
  "typeName": {
4093
- "id": 18785,
4093
+ "id": 18795,
4094
4094
  "name": "uint8",
4095
4095
  "nodeType": "ElementaryTypeName",
4096
4096
  "src": "5197:5:43",
4097
4097
  "typeDescriptions": {}
4098
4098
  }
4099
4099
  },
4100
- "id": 18788,
4100
+ "id": 18798,
4101
4101
  "isConstant": false,
4102
4102
  "isLValue": false,
4103
4103
  "isPure": true,
@@ -4116,7 +4116,7 @@
4116
4116
  "operator": "<<",
4117
4117
  "rightExpression": {
4118
4118
  "hexValue": "31",
4119
- "id": 18789,
4119
+ "id": 18799,
4120
4120
  "isConstant": false,
4121
4121
  "isLValue": false,
4122
4122
  "isPure": true,
@@ -4137,7 +4137,7 @@
4137
4137
  }
4138
4138
  }
4139
4139
  ],
4140
- "id": 18791,
4140
+ "id": 18801,
4141
4141
  "isConstant": false,
4142
4142
  "isInlineArray": false,
4143
4143
  "isLValue": false,
@@ -4159,12 +4159,12 @@
4159
4159
  },
4160
4160
  {
4161
4161
  "constant": true,
4162
- "id": 18803,
4162
+ "id": 18813,
4163
4163
  "mutability": "constant",
4164
4164
  "name": "REVOKE_FLOW_OPERATOR_DELETE",
4165
4165
  "nameLocation": "5241:27:43",
4166
4166
  "nodeType": "VariableDeclaration",
4167
- "scope": 18828,
4167
+ "scope": 18838,
4168
4168
  "src": "5217:70:43",
4169
4169
  "stateVariable": true,
4170
4170
  "storageLocation": "default",
@@ -4173,7 +4173,7 @@
4173
4173
  "typeString": "uint8"
4174
4174
  },
4175
4175
  "typeName": {
4176
- "id": 18794,
4176
+ "id": 18804,
4177
4177
  "name": "uint8",
4178
4178
  "nodeType": "ElementaryTypeName",
4179
4179
  "src": "5217:5:43",
@@ -4183,7 +4183,7 @@
4183
4183
  }
4184
4184
  },
4185
4185
  "value": {
4186
- "id": 18802,
4186
+ "id": 18812,
4187
4187
  "isConstant": false,
4188
4188
  "isLValue": false,
4189
4189
  "isPure": true,
@@ -4199,7 +4199,7 @@
4199
4199
  "typeIdentifier": "t_uint8",
4200
4200
  "typeString": "uint8"
4201
4201
  },
4202
- "id": 18800,
4202
+ "id": 18810,
4203
4203
  "isConstant": false,
4204
4204
  "isLValue": false,
4205
4205
  "isPure": true,
@@ -4208,7 +4208,7 @@
4208
4208
  "arguments": [
4209
4209
  {
4210
4210
  "hexValue": "31",
4211
- "id": 18797,
4211
+ "id": 18807,
4212
4212
  "isConstant": false,
4213
4213
  "isLValue": false,
4214
4214
  "isPure": true,
@@ -4230,7 +4230,7 @@
4230
4230
  "typeString": "int_const 1"
4231
4231
  }
4232
4232
  ],
4233
- "id": 18796,
4233
+ "id": 18806,
4234
4234
  "isConstant": false,
4235
4235
  "isLValue": false,
4236
4236
  "isPure": true,
@@ -4242,14 +4242,14 @@
4242
4242
  "typeString": "type(uint8)"
4243
4243
  },
4244
4244
  "typeName": {
4245
- "id": 18795,
4245
+ "id": 18805,
4246
4246
  "name": "uint8",
4247
4247
  "nodeType": "ElementaryTypeName",
4248
4248
  "src": "5273:5:43",
4249
4249
  "typeDescriptions": {}
4250
4250
  }
4251
4251
  },
4252
- "id": 18798,
4252
+ "id": 18808,
4253
4253
  "isConstant": false,
4254
4254
  "isLValue": false,
4255
4255
  "isPure": true,
@@ -4268,7 +4268,7 @@
4268
4268
  "operator": "<<",
4269
4269
  "rightExpression": {
4270
4270
  "hexValue": "32",
4271
- "id": 18799,
4271
+ "id": 18809,
4272
4272
  "isConstant": false,
4273
4273
  "isLValue": false,
4274
4274
  "isPure": true,
@@ -4289,7 +4289,7 @@
4289
4289
  }
4290
4290
  }
4291
4291
  ],
4292
- "id": 18801,
4292
+ "id": 18811,
4293
4293
  "isConstant": false,
4294
4294
  "isInlineArray": false,
4295
4295
  "isLValue": false,
@@ -4311,7 +4311,7 @@
4311
4311
  },
4312
4312
  {
4313
4313
  "body": {
4314
- "id": 18826,
4314
+ "id": 18836,
4315
4315
  "nodeType": "Block",
4316
4316
  "src": "5370:209:43",
4317
4317
  "statements": [
@@ -4321,7 +4321,7 @@
4321
4321
  "typeIdentifier": "t_uint8",
4322
4322
  "typeString": "uint8"
4323
4323
  },
4324
- "id": 18824,
4324
+ "id": 18834,
4325
4325
  "isConstant": false,
4326
4326
  "isLValue": false,
4327
4327
  "isPure": false,
@@ -4333,17 +4333,17 @@
4333
4333
  "typeIdentifier": "t_uint8",
4334
4334
  "typeString": "uint8"
4335
4335
  },
4336
- "id": 18818,
4336
+ "id": 18828,
4337
4337
  "isConstant": false,
4338
4338
  "isLValue": false,
4339
4339
  "isPure": false,
4340
4340
  "lValueRequested": false,
4341
4341
  "leftExpression": {
4342
- "id": 18810,
4342
+ "id": 18820,
4343
4343
  "name": "permissions",
4344
4344
  "nodeType": "Identifier",
4345
4345
  "overloadedDeclarations": [],
4346
- "referencedDeclaration": 18805,
4346
+ "referencedDeclaration": 18815,
4347
4347
  "src": "5401:11:43",
4348
4348
  "typeDescriptions": {
4349
4349
  "typeIdentifier": "t_uint8",
@@ -4353,7 +4353,7 @@
4353
4353
  "nodeType": "BinaryOperation",
4354
4354
  "operator": "&",
4355
4355
  "rightExpression": {
4356
- "id": 18817,
4356
+ "id": 18827,
4357
4357
  "isConstant": false,
4358
4358
  "isLValue": false,
4359
4359
  "isPure": true,
@@ -4369,7 +4369,7 @@
4369
4369
  "typeIdentifier": "t_uint8",
4370
4370
  "typeString": "uint8"
4371
4371
  },
4372
- "id": 18815,
4372
+ "id": 18825,
4373
4373
  "isConstant": false,
4374
4374
  "isLValue": false,
4375
4375
  "isPure": true,
@@ -4379,17 +4379,17 @@
4379
4379
  "typeIdentifier": "t_uint8",
4380
4380
  "typeString": "uint8"
4381
4381
  },
4382
- "id": 18813,
4382
+ "id": 18823,
4383
4383
  "isConstant": false,
4384
4384
  "isLValue": false,
4385
4385
  "isPure": true,
4386
4386
  "lValueRequested": false,
4387
4387
  "leftExpression": {
4388
- "id": 18811,
4388
+ "id": 18821,
4389
4389
  "name": "AUTHORIZE_FLOW_OPERATOR_CREATE",
4390
4390
  "nodeType": "Identifier",
4391
4391
  "overloadedDeclarations": [],
4392
- "referencedDeclaration": 18750,
4392
+ "referencedDeclaration": 18760,
4393
4393
  "src": "5417:30:43",
4394
4394
  "typeDescriptions": {
4395
4395
  "typeIdentifier": "t_uint8",
@@ -4399,11 +4399,11 @@
4399
4399
  "nodeType": "BinaryOperation",
4400
4400
  "operator": "|",
4401
4401
  "rightExpression": {
4402
- "id": 18812,
4402
+ "id": 18822,
4403
4403
  "name": "AUTHORIZE_FLOW_OPERATOR_UPDATE",
4404
4404
  "nodeType": "Identifier",
4405
4405
  "overloadedDeclarations": [],
4406
- "referencedDeclaration": 18758,
4406
+ "referencedDeclaration": 18768,
4407
4407
  "src": "5466:30:43",
4408
4408
  "typeDescriptions": {
4409
4409
  "typeIdentifier": "t_uint8",
@@ -4419,11 +4419,11 @@
4419
4419
  "nodeType": "BinaryOperation",
4420
4420
  "operator": "|",
4421
4421
  "rightExpression": {
4422
- "id": 18814,
4422
+ "id": 18824,
4423
4423
  "name": "AUTHORIZE_FLOW_OPERATOR_DELETE",
4424
4424
  "nodeType": "Identifier",
4425
4425
  "overloadedDeclarations": [],
4426
- "referencedDeclaration": 18766,
4426
+ "referencedDeclaration": 18776,
4427
4427
  "src": "5515:30:43",
4428
4428
  "typeDescriptions": {
4429
4429
  "typeIdentifier": "t_uint8",
@@ -4437,7 +4437,7 @@
4437
4437
  }
4438
4438
  }
4439
4439
  ],
4440
- "id": 18816,
4440
+ "id": 18826,
4441
4441
  "isConstant": false,
4442
4442
  "isInlineArray": false,
4443
4443
  "isLValue": false,
@@ -4462,7 +4462,7 @@
4462
4462
  }
4463
4463
  }
4464
4464
  ],
4465
- "id": 18819,
4465
+ "id": 18829,
4466
4466
  "isConstant": false,
4467
4467
  "isInlineArray": false,
4468
4468
  "isLValue": false,
@@ -4481,7 +4481,7 @@
4481
4481
  "arguments": [
4482
4482
  {
4483
4483
  "hexValue": "30",
4484
- "id": 18822,
4484
+ "id": 18832,
4485
4485
  "isConstant": false,
4486
4486
  "isLValue": false,
4487
4487
  "isPure": true,
@@ -4503,7 +4503,7 @@
4503
4503
  "typeString": "int_const 0"
4504
4504
  }
4505
4505
  ],
4506
- "id": 18821,
4506
+ "id": 18831,
4507
4507
  "isConstant": false,
4508
4508
  "isLValue": false,
4509
4509
  "isPure": true,
@@ -4515,14 +4515,14 @@
4515
4515
  "typeString": "type(uint8)"
4516
4516
  },
4517
4517
  "typeName": {
4518
- "id": 18820,
4518
+ "id": 18830,
4519
4519
  "name": "uint8",
4520
4520
  "nodeType": "ElementaryTypeName",
4521
4521
  "src": "5564:5:43",
4522
4522
  "typeDescriptions": {}
4523
4523
  }
4524
4524
  },
4525
- "id": 18823,
4525
+ "id": 18833,
4526
4526
  "isConstant": false,
4527
4527
  "isLValue": false,
4528
4528
  "isPure": true,
@@ -4543,14 +4543,14 @@
4543
4543
  "typeString": "bool"
4544
4544
  }
4545
4545
  },
4546
- "functionReturnParameters": 18809,
4547
- "id": 18825,
4546
+ "functionReturnParameters": 18819,
4547
+ "id": 18835,
4548
4548
  "nodeType": "Return",
4549
4549
  "src": "5380:192:43"
4550
4550
  }
4551
4551
  ]
4552
4552
  },
4553
- "id": 18827,
4553
+ "id": 18837,
4554
4554
  "implemented": true,
4555
4555
  "kind": "function",
4556
4556
  "modifiers": [],
@@ -4558,17 +4558,17 @@
4558
4558
  "nameLocation": "5303:18:43",
4559
4559
  "nodeType": "FunctionDefinition",
4560
4560
  "parameters": {
4561
- "id": 18806,
4561
+ "id": 18816,
4562
4562
  "nodeType": "ParameterList",
4563
4563
  "parameters": [
4564
4564
  {
4565
4565
  "constant": false,
4566
- "id": 18805,
4566
+ "id": 18815,
4567
4567
  "mutability": "mutable",
4568
4568
  "name": "permissions",
4569
4569
  "nameLocation": "5328:11:43",
4570
4570
  "nodeType": "VariableDeclaration",
4571
- "scope": 18827,
4571
+ "scope": 18837,
4572
4572
  "src": "5322:17:43",
4573
4573
  "stateVariable": false,
4574
4574
  "storageLocation": "default",
@@ -4577,7 +4577,7 @@
4577
4577
  "typeString": "uint8"
4578
4578
  },
4579
4579
  "typeName": {
4580
- "id": 18804,
4580
+ "id": 18814,
4581
4581
  "name": "uint8",
4582
4582
  "nodeType": "ElementaryTypeName",
4583
4583
  "src": "5322:5:43",
@@ -4592,17 +4592,17 @@
4592
4592
  "src": "5321:19:43"
4593
4593
  },
4594
4594
  "returnParameters": {
4595
- "id": 18809,
4595
+ "id": 18819,
4596
4596
  "nodeType": "ParameterList",
4597
4597
  "parameters": [
4598
4598
  {
4599
4599
  "constant": false,
4600
- "id": 18808,
4600
+ "id": 18818,
4601
4601
  "mutability": "mutable",
4602
4602
  "name": "",
4603
4603
  "nameLocation": "-1:-1:-1",
4604
4604
  "nodeType": "VariableDeclaration",
4605
- "scope": 18827,
4605
+ "scope": 18837,
4606
4606
  "src": "5364:4:43",
4607
4607
  "stateVariable": false,
4608
4608
  "storageLocation": "default",
@@ -4611,7 +4611,7 @@
4611
4611
  "typeString": "bool"
4612
4612
  },
4613
4613
  "typeName": {
4614
- "id": 18807,
4614
+ "id": 18817,
4615
4615
  "name": "bool",
4616
4616
  "nodeType": "ElementaryTypeName",
4617
4617
  "src": "5364:4:43",
@@ -4625,14 +4625,14 @@
4625
4625
  ],
4626
4626
  "src": "5363:6:43"
4627
4627
  },
4628
- "scope": 18828,
4628
+ "scope": 18838,
4629
4629
  "src": "5294:285:43",
4630
4630
  "stateMutability": "pure",
4631
4631
  "virtual": false,
4632
4632
  "visibility": "internal"
4633
4633
  }
4634
4634
  ],
4635
- "scope": 18964,
4635
+ "scope": 18974,
4636
4636
  "src": "4640:942:43",
4637
4637
  "usedErrors": []
4638
4638
  },
@@ -4643,15 +4643,15 @@
4643
4643
  "contractDependencies": [],
4644
4644
  "contractKind": "library",
4645
4645
  "documentation": {
4646
- "id": 18829,
4646
+ "id": 18839,
4647
4647
  "nodeType": "StructuredDocumentation",
4648
4648
  "src": "5584:63:43",
4649
4649
  "text": " @title Batch operation library\n @author Superfluid"
4650
4650
  },
4651
4651
  "fullyImplemented": true,
4652
- "id": 18862,
4652
+ "id": 18872,
4653
4653
  "linearizedBaseContracts": [
4654
- 18862
4654
+ 18872
4655
4655
  ],
4656
4656
  "name": "BatchOperation",
4657
4657
  "nameLocation": "5656:14:43",
@@ -4660,17 +4660,17 @@
4660
4660
  {
4661
4661
  "constant": true,
4662
4662
  "documentation": {
4663
- "id": 18830,
4663
+ "id": 18840,
4664
4664
  "nodeType": "StructuredDocumentation",
4665
4665
  "src": "5677:200:43",
4666
4666
  "text": " @dev ERC20.approve batch operation type\n Call spec:\n ISuperToken(target).operationApprove(\n abi.decode(data, (address spender, uint256 amount))\n )"
4667
4667
  },
4668
- "id": 18833,
4668
+ "id": 18843,
4669
4669
  "mutability": "constant",
4670
4670
  "name": "OPERATION_TYPE_ERC20_APPROVE",
4671
4671
  "nameLocation": "5907:28:43",
4672
4672
  "nodeType": "VariableDeclaration",
4673
- "scope": 18862,
4673
+ "scope": 18872,
4674
4674
  "src": "5882:57:43",
4675
4675
  "stateVariable": true,
4676
4676
  "storageLocation": "default",
@@ -4679,7 +4679,7 @@
4679
4679
  "typeString": "uint32"
4680
4680
  },
4681
4681
  "typeName": {
4682
- "id": 18831,
4682
+ "id": 18841,
4683
4683
  "name": "uint32",
4684
4684
  "nodeType": "ElementaryTypeName",
4685
4685
  "src": "5882:6:43",
@@ -4690,7 +4690,7 @@
4690
4690
  },
4691
4691
  "value": {
4692
4692
  "hexValue": "31",
4693
- "id": 18832,
4693
+ "id": 18842,
4694
4694
  "isConstant": false,
4695
4695
  "isLValue": false,
4696
4696
  "isPure": true,
@@ -4709,17 +4709,17 @@
4709
4709
  {
4710
4710
  "constant": true,
4711
4711
  "documentation": {
4712
- "id": 18834,
4712
+ "id": 18844,
4713
4713
  "nodeType": "StructuredDocumentation",
4714
4714
  "src": "5945:227:43",
4715
4715
  "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 )"
4716
4716
  },
4717
- "id": 18837,
4717
+ "id": 18847,
4718
4718
  "mutability": "constant",
4719
4719
  "name": "OPERATION_TYPE_ERC20_TRANSFER_FROM",
4720
4720
  "nameLocation": "6202:34:43",
4721
4721
  "nodeType": "VariableDeclaration",
4722
- "scope": 18862,
4722
+ "scope": 18872,
4723
4723
  "src": "6177:63:43",
4724
4724
  "stateVariable": true,
4725
4725
  "storageLocation": "default",
@@ -4728,7 +4728,7 @@
4728
4728
  "typeString": "uint32"
4729
4729
  },
4730
4730
  "typeName": {
4731
- "id": 18835,
4731
+ "id": 18845,
4732
4732
  "name": "uint32",
4733
4733
  "nodeType": "ElementaryTypeName",
4734
4734
  "src": "6177:6:43",
@@ -4739,7 +4739,7 @@
4739
4739
  },
4740
4740
  "value": {
4741
4741
  "hexValue": "32",
4742
- "id": 18836,
4742
+ "id": 18846,
4743
4743
  "isConstant": false,
4744
4744
  "isLValue": false,
4745
4745
  "isPure": true,
@@ -4758,17 +4758,17 @@
4758
4758
  {
4759
4759
  "constant": true,
4760
4760
  "documentation": {
4761
- "id": 18838,
4761
+ "id": 18848,
4762
4762
  "nodeType": "StructuredDocumentation",
4763
4763
  "src": "6246:187:43",
4764
4764
  "text": " @dev SuperToken.upgrade batch operation type\n Call spec:\n ISuperToken(target).operationUpgrade(\n abi.decode(data, (uint256 amount)\n )"
4765
4765
  },
4766
- "id": 18843,
4766
+ "id": 18853,
4767
4767
  "mutability": "constant",
4768
4768
  "name": "OPERATION_TYPE_SUPERTOKEN_UPGRADE",
4769
4769
  "nameLocation": "6463:33:43",
4770
4770
  "nodeType": "VariableDeclaration",
4771
- "scope": 18862,
4771
+ "scope": 18872,
4772
4772
  "src": "6438:68:43",
4773
4773
  "stateVariable": true,
4774
4774
  "storageLocation": "default",
@@ -4777,7 +4777,7 @@
4777
4777
  "typeString": "uint32"
4778
4778
  },
4779
4779
  "typeName": {
4780
- "id": 18839,
4780
+ "id": 18849,
4781
4781
  "name": "uint32",
4782
4782
  "nodeType": "ElementaryTypeName",
4783
4783
  "src": "6438:6:43",
@@ -4791,14 +4791,14 @@
4791
4791
  "typeIdentifier": "t_rational_101_by_1",
4792
4792
  "typeString": "int_const 101"
4793
4793
  },
4794
- "id": 18842,
4794
+ "id": 18852,
4795
4795
  "isConstant": false,
4796
4796
  "isLValue": false,
4797
4797
  "isPure": true,
4798
4798
  "lValueRequested": false,
4799
4799
  "leftExpression": {
4800
4800
  "hexValue": "31",
4801
- "id": 18840,
4801
+ "id": 18850,
4802
4802
  "isConstant": false,
4803
4803
  "isLValue": false,
4804
4804
  "isPure": true,
@@ -4816,7 +4816,7 @@
4816
4816
  "operator": "+",
4817
4817
  "rightExpression": {
4818
4818
  "hexValue": "313030",
4819
- "id": 18841,
4819
+ "id": 18851,
4820
4820
  "isConstant": false,
4821
4821
  "isLValue": false,
4822
4822
  "isPure": true,
@@ -4841,17 +4841,17 @@
4841
4841
  {
4842
4842
  "constant": true,
4843
4843
  "documentation": {
4844
- "id": 18844,
4844
+ "id": 18854,
4845
4845
  "nodeType": "StructuredDocumentation",
4846
4846
  "src": "6512:191:43",
4847
4847
  "text": " @dev SuperToken.downgrade batch operation type\n Call spec:\n ISuperToken(target).operationDowngrade(\n abi.decode(data, (uint256 amount)\n )"
4848
4848
  },
4849
- "id": 18849,
4849
+ "id": 18859,
4850
4850
  "mutability": "constant",
4851
4851
  "name": "OPERATION_TYPE_SUPERTOKEN_DOWNGRADE",
4852
4852
  "nameLocation": "6733:35:43",
4853
4853
  "nodeType": "VariableDeclaration",
4854
- "scope": 18862,
4854
+ "scope": 18872,
4855
4855
  "src": "6708:70:43",
4856
4856
  "stateVariable": true,
4857
4857
  "storageLocation": "default",
@@ -4860,7 +4860,7 @@
4860
4860
  "typeString": "uint32"
4861
4861
  },
4862
4862
  "typeName": {
4863
- "id": 18845,
4863
+ "id": 18855,
4864
4864
  "name": "uint32",
4865
4865
  "nodeType": "ElementaryTypeName",
4866
4866
  "src": "6708:6:43",
@@ -4874,14 +4874,14 @@
4874
4874
  "typeIdentifier": "t_rational_102_by_1",
4875
4875
  "typeString": "int_const 102"
4876
4876
  },
4877
- "id": 18848,
4877
+ "id": 18858,
4878
4878
  "isConstant": false,
4879
4879
  "isLValue": false,
4880
4880
  "isPure": true,
4881
4881
  "lValueRequested": false,
4882
4882
  "leftExpression": {
4883
4883
  "hexValue": "32",
4884
- "id": 18846,
4884
+ "id": 18856,
4885
4885
  "isConstant": false,
4886
4886
  "isLValue": false,
4887
4887
  "isPure": true,
@@ -4899,7 +4899,7 @@
4899
4899
  "operator": "+",
4900
4900
  "rightExpression": {
4901
4901
  "hexValue": "313030",
4902
- "id": 18847,
4902
+ "id": 18857,
4903
4903
  "isConstant": false,
4904
4904
  "isLValue": false,
4905
4905
  "isPure": true,
@@ -4924,17 +4924,17 @@
4924
4924
  {
4925
4925
  "constant": true,
4926
4926
  "documentation": {
4927
- "id": 18850,
4927
+ "id": 18860,
4928
4928
  "nodeType": "StructuredDocumentation",
4929
4929
  "src": "6784:223:43",
4930
4930
  "text": " @dev Superfluid.callAgreement batch operation type\n Call spec:\n callAgreement(\n ISuperAgreement(target)),\n abi.decode(data, (bytes calldata, bytes userdata)\n )"
4931
4931
  },
4932
- "id": 18855,
4932
+ "id": 18865,
4933
4933
  "mutability": "constant",
4934
4934
  "name": "OPERATION_TYPE_SUPERFLUID_CALL_AGREEMENT",
4935
4935
  "nameLocation": "7037:40:43",
4936
4936
  "nodeType": "VariableDeclaration",
4937
- "scope": 18862,
4937
+ "scope": 18872,
4938
4938
  "src": "7012:75:43",
4939
4939
  "stateVariable": true,
4940
4940
  "storageLocation": "default",
@@ -4943,7 +4943,7 @@
4943
4943
  "typeString": "uint32"
4944
4944
  },
4945
4945
  "typeName": {
4946
- "id": 18851,
4946
+ "id": 18861,
4947
4947
  "name": "uint32",
4948
4948
  "nodeType": "ElementaryTypeName",
4949
4949
  "src": "7012:6:43",
@@ -4957,14 +4957,14 @@
4957
4957
  "typeIdentifier": "t_rational_201_by_1",
4958
4958
  "typeString": "int_const 201"
4959
4959
  },
4960
- "id": 18854,
4960
+ "id": 18864,
4961
4961
  "isConstant": false,
4962
4962
  "isLValue": false,
4963
4963
  "isPure": true,
4964
4964
  "lValueRequested": false,
4965
4965
  "leftExpression": {
4966
4966
  "hexValue": "31",
4967
- "id": 18852,
4967
+ "id": 18862,
4968
4968
  "isConstant": false,
4969
4969
  "isLValue": false,
4970
4970
  "isPure": true,
@@ -4982,7 +4982,7 @@
4982
4982
  "operator": "+",
4983
4983
  "rightExpression": {
4984
4984
  "hexValue": "323030",
4985
- "id": 18853,
4985
+ "id": 18863,
4986
4986
  "isConstant": false,
4987
4987
  "isLValue": false,
4988
4988
  "isPure": true,
@@ -5007,17 +5007,17 @@
5007
5007
  {
5008
5008
  "constant": true,
5009
5009
  "documentation": {
5010
- "id": 18856,
5010
+ "id": 18866,
5011
5011
  "nodeType": "StructuredDocumentation",
5012
5012
  "src": "7093:172:43",
5013
5013
  "text": " @dev Superfluid.callAppAction batch operation type\n Call spec:\n callAppAction(\n ISuperApp(target)),\n data\n )"
5014
5014
  },
5015
- "id": 18861,
5015
+ "id": 18871,
5016
5016
  "mutability": "constant",
5017
5017
  "name": "OPERATION_TYPE_SUPERFLUID_CALL_APP_ACTION",
5018
5018
  "nameLocation": "7295:41:43",
5019
5019
  "nodeType": "VariableDeclaration",
5020
- "scope": 18862,
5020
+ "scope": 18872,
5021
5021
  "src": "7270:76:43",
5022
5022
  "stateVariable": true,
5023
5023
  "storageLocation": "default",
@@ -5026,7 +5026,7 @@
5026
5026
  "typeString": "uint32"
5027
5027
  },
5028
5028
  "typeName": {
5029
- "id": 18857,
5029
+ "id": 18867,
5030
5030
  "name": "uint32",
5031
5031
  "nodeType": "ElementaryTypeName",
5032
5032
  "src": "7270:6:43",
@@ -5040,14 +5040,14 @@
5040
5040
  "typeIdentifier": "t_rational_202_by_1",
5041
5041
  "typeString": "int_const 202"
5042
5042
  },
5043
- "id": 18860,
5043
+ "id": 18870,
5044
5044
  "isConstant": false,
5045
5045
  "isLValue": false,
5046
5046
  "isPure": true,
5047
5047
  "lValueRequested": false,
5048
5048
  "leftExpression": {
5049
5049
  "hexValue": "32",
5050
- "id": 18858,
5050
+ "id": 18868,
5051
5051
  "isConstant": false,
5052
5052
  "isLValue": false,
5053
5053
  "isPure": true,
@@ -5065,7 +5065,7 @@
5065
5065
  "operator": "+",
5066
5066
  "rightExpression": {
5067
5067
  "hexValue": "323030",
5068
- "id": 18859,
5068
+ "id": 18869,
5069
5069
  "isConstant": false,
5070
5070
  "isLValue": false,
5071
5071
  "isPure": true,
@@ -5088,7 +5088,7 @@
5088
5088
  "visibility": "internal"
5089
5089
  }
5090
5090
  ],
5091
- "scope": 18964,
5091
+ "scope": 18974,
5092
5092
  "src": "5648:1701:43",
5093
5093
  "usedErrors": []
5094
5094
  },
@@ -5099,15 +5099,15 @@
5099
5099
  "contractDependencies": [],
5100
5100
  "contractKind": "library",
5101
5101
  "documentation": {
5102
- "id": 18863,
5102
+ "id": 18873,
5103
5103
  "nodeType": "StructuredDocumentation",
5104
5104
  "src": "7351:77:43",
5105
5105
  "text": " @title Superfluid governance configs library\n @author Superfluid"
5106
5106
  },
5107
5107
  "fullyImplemented": true,
5108
- "id": 18963,
5108
+ "id": 18973,
5109
5109
  "linearizedBaseContracts": [
5110
- 18963
5110
+ 18973
5111
5111
  ],
5112
5112
  "name": "SuperfluidGovernanceConfigs",
5113
5113
  "nameLocation": "7437:27:43",
@@ -5115,12 +5115,12 @@
5115
5115
  "nodes": [
5116
5116
  {
5117
5117
  "constant": true,
5118
- "id": 18868,
5118
+ "id": 18878,
5119
5119
  "mutability": "constant",
5120
5120
  "name": "SUPERFLUID_REWARD_ADDRESS_CONFIG_KEY",
5121
5121
  "nameLocation": "7498:36:43",
5122
5122
  "nodeType": "VariableDeclaration",
5123
- "scope": 18963,
5123
+ "scope": 18973,
5124
5124
  "src": "7472:133:43",
5125
5125
  "stateVariable": true,
5126
5126
  "storageLocation": "default",
@@ -5129,7 +5129,7 @@
5129
5129
  "typeString": "bytes32"
5130
5130
  },
5131
5131
  "typeName": {
5132
- "id": 18864,
5132
+ "id": 18874,
5133
5133
  "name": "bytes32",
5134
5134
  "nodeType": "ElementaryTypeName",
5135
5135
  "src": "7472:7:43",
@@ -5142,7 +5142,7 @@
5142
5142
  "arguments": [
5143
5143
  {
5144
5144
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e7375706572666c7569642e72657761726441646472657373",
5145
- "id": 18866,
5145
+ "id": 18876,
5146
5146
  "isConstant": false,
5147
5147
  "isLValue": false,
5148
5148
  "isPure": true,
@@ -5164,7 +5164,7 @@
5164
5164
  "typeString": "literal_string \"org.superfluid-finance.superfluid.rewardAddress\""
5165
5165
  }
5166
5166
  ],
5167
- "id": 18865,
5167
+ "id": 18875,
5168
5168
  "name": "keccak256",
5169
5169
  "nodeType": "Identifier",
5170
5170
  "overloadedDeclarations": [],
@@ -5175,7 +5175,7 @@
5175
5175
  "typeString": "function (bytes memory) pure returns (bytes32)"
5176
5176
  }
5177
5177
  },
5178
- "id": 18867,
5178
+ "id": 18877,
5179
5179
  "isConstant": false,
5180
5180
  "isLValue": false,
5181
5181
  "isPure": true,
@@ -5194,12 +5194,12 @@
5194
5194
  },
5195
5195
  {
5196
5196
  "constant": true,
5197
- "id": 18873,
5197
+ "id": 18883,
5198
5198
  "mutability": "constant",
5199
5199
  "name": "CFAV1_PPP_CONFIG_KEY",
5200
5200
  "nameLocation": "7637:20:43",
5201
5201
  "nodeType": "VariableDeclaration",
5202
- "scope": 18963,
5202
+ "scope": 18973,
5203
5203
  "src": "7611:145:43",
5204
5204
  "stateVariable": true,
5205
5205
  "storageLocation": "default",
@@ -5208,7 +5208,7 @@
5208
5208
  "typeString": "bytes32"
5209
5209
  },
5210
5210
  "typeName": {
5211
- "id": 18869,
5211
+ "id": 18879,
5212
5212
  "name": "bytes32",
5213
5213
  "nodeType": "ElementaryTypeName",
5214
5214
  "src": "7611:7:43",
@@ -5221,7 +5221,7 @@
5221
5221
  "arguments": [
5222
5222
  {
5223
5223
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e61677265656d656e74732e436f6e7374616e74466c6f7741677265656d656e742e76312e505050436f6e66696775726174696f6e",
5224
- "id": 18871,
5224
+ "id": 18881,
5225
5225
  "isConstant": false,
5226
5226
  "isLValue": false,
5227
5227
  "isPure": true,
@@ -5243,7 +5243,7 @@
5243
5243
  "typeString": "literal_string \"org.superfluid-finance.agreements.ConstantFlowAgreement.v1.PPPConfiguration\""
5244
5244
  }
5245
5245
  ],
5246
- "id": 18870,
5246
+ "id": 18880,
5247
5247
  "name": "keccak256",
5248
5248
  "nodeType": "Identifier",
5249
5249
  "overloadedDeclarations": [],
@@ -5254,7 +5254,7 @@
5254
5254
  "typeString": "function (bytes memory) pure returns (bytes32)"
5255
5255
  }
5256
5256
  },
5257
- "id": 18872,
5257
+ "id": 18882,
5258
5258
  "isConstant": false,
5259
5259
  "isLValue": false,
5260
5260
  "isPure": true,
@@ -5273,12 +5273,12 @@
5273
5273
  },
5274
5274
  {
5275
5275
  "constant": true,
5276
- "id": 18878,
5276
+ "id": 18888,
5277
5277
  "mutability": "constant",
5278
5278
  "name": "SUPERTOKEN_MINIMUM_DEPOSIT_KEY",
5279
5279
  "nameLocation": "7788:30:43",
5280
5280
  "nodeType": "VariableDeclaration",
5281
- "scope": 18963,
5281
+ "scope": 18973,
5282
5282
  "src": "7762:138:43",
5283
5283
  "stateVariable": true,
5284
5284
  "storageLocation": "default",
@@ -5287,7 +5287,7 @@
5287
5287
  "typeString": "bytes32"
5288
5288
  },
5289
5289
  "typeName": {
5290
- "id": 18874,
5290
+ "id": 18884,
5291
5291
  "name": "bytes32",
5292
5292
  "nodeType": "ElementaryTypeName",
5293
5293
  "src": "7762:7:43",
@@ -5300,7 +5300,7 @@
5300
5300
  "arguments": [
5301
5301
  {
5302
5302
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e7375706572666c7569642e7375706572546f6b656e4d696e696d756d4465706f736974",
5303
- "id": 18876,
5303
+ "id": 18886,
5304
5304
  "isConstant": false,
5305
5305
  "isLValue": false,
5306
5306
  "isPure": true,
@@ -5322,7 +5322,7 @@
5322
5322
  "typeString": "literal_string \"org.superfluid-finance.superfluid.superTokenMinimumDeposit\""
5323
5323
  }
5324
5324
  ],
5325
- "id": 18875,
5325
+ "id": 18885,
5326
5326
  "name": "keccak256",
5327
5327
  "nodeType": "Identifier",
5328
5328
  "overloadedDeclarations": [],
@@ -5333,7 +5333,7 @@
5333
5333
  "typeString": "function (bytes memory) pure returns (bytes32)"
5334
5334
  }
5335
5335
  },
5336
- "id": 18877,
5336
+ "id": 18887,
5337
5337
  "isConstant": false,
5338
5338
  "isLValue": false,
5339
5339
  "isPure": true,
@@ -5352,7 +5352,7 @@
5352
5352
  },
5353
5353
  {
5354
5354
  "body": {
5355
- "id": 18893,
5355
+ "id": 18903,
5356
5356
  "nodeType": "Block",
5357
5357
  "src": "7996:135:43",
5358
5358
  "statements": [
@@ -5363,7 +5363,7 @@
5363
5363
  "arguments": [
5364
5364
  {
5365
5365
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e7375706572666c7569642e74727573746564466f72776172646572",
5366
- "id": 18888,
5366
+ "id": 18898,
5367
5367
  "isConstant": false,
5368
5368
  "isLValue": false,
5369
5369
  "isPure": true,
@@ -5378,11 +5378,11 @@
5378
5378
  "value": "org.superfluid-finance.superfluid.trustedForwarder"
5379
5379
  },
5380
5380
  {
5381
- "id": 18889,
5381
+ "id": 18899,
5382
5382
  "name": "forwarder",
5383
5383
  "nodeType": "Identifier",
5384
5384
  "overloadedDeclarations": [],
5385
- "referencedDeclaration": 18880,
5385
+ "referencedDeclaration": 18890,
5386
5386
  "src": "8113:9:43",
5387
5387
  "typeDescriptions": {
5388
5388
  "typeIdentifier": "t_address",
@@ -5402,7 +5402,7 @@
5402
5402
  }
5403
5403
  ],
5404
5404
  "expression": {
5405
- "id": 18886,
5405
+ "id": 18896,
5406
5406
  "name": "abi",
5407
5407
  "nodeType": "Identifier",
5408
5408
  "overloadedDeclarations": [],
@@ -5413,7 +5413,7 @@
5413
5413
  "typeString": "abi"
5414
5414
  }
5415
5415
  },
5416
- "id": 18887,
5416
+ "id": 18897,
5417
5417
  "isConstant": false,
5418
5418
  "isLValue": false,
5419
5419
  "isPure": true,
@@ -5426,7 +5426,7 @@
5426
5426
  "typeString": "function () pure returns (bytes memory)"
5427
5427
  }
5428
5428
  },
5429
- "id": 18890,
5429
+ "id": 18900,
5430
5430
  "isConstant": false,
5431
5431
  "isLValue": false,
5432
5432
  "isPure": false,
@@ -5449,7 +5449,7 @@
5449
5449
  "typeString": "bytes memory"
5450
5450
  }
5451
5451
  ],
5452
- "id": 18885,
5452
+ "id": 18895,
5453
5453
  "name": "keccak256",
5454
5454
  "nodeType": "Identifier",
5455
5455
  "overloadedDeclarations": [],
@@ -5460,7 +5460,7 @@
5460
5460
  "typeString": "function (bytes memory) pure returns (bytes32)"
5461
5461
  }
5462
5462
  },
5463
- "id": 18891,
5463
+ "id": 18901,
5464
5464
  "isConstant": false,
5465
5465
  "isLValue": false,
5466
5466
  "isPure": false,
@@ -5475,14 +5475,14 @@
5475
5475
  "typeString": "bytes32"
5476
5476
  }
5477
5477
  },
5478
- "functionReturnParameters": 18884,
5479
- "id": 18892,
5478
+ "functionReturnParameters": 18894,
5479
+ "id": 18902,
5480
5480
  "nodeType": "Return",
5481
5481
  "src": "8006:118:43"
5482
5482
  }
5483
5483
  ]
5484
5484
  },
5485
- "id": 18894,
5485
+ "id": 18904,
5486
5486
  "implemented": true,
5487
5487
  "kind": "function",
5488
5488
  "modifiers": [],
@@ -5490,17 +5490,17 @@
5490
5490
  "nameLocation": "7916:28:43",
5491
5491
  "nodeType": "FunctionDefinition",
5492
5492
  "parameters": {
5493
- "id": 18881,
5493
+ "id": 18891,
5494
5494
  "nodeType": "ParameterList",
5495
5495
  "parameters": [
5496
5496
  {
5497
5497
  "constant": false,
5498
- "id": 18880,
5498
+ "id": 18890,
5499
5499
  "mutability": "mutable",
5500
5500
  "name": "forwarder",
5501
5501
  "nameLocation": "7953:9:43",
5502
5502
  "nodeType": "VariableDeclaration",
5503
- "scope": 18894,
5503
+ "scope": 18904,
5504
5504
  "src": "7945:17:43",
5505
5505
  "stateVariable": false,
5506
5506
  "storageLocation": "default",
@@ -5509,7 +5509,7 @@
5509
5509
  "typeString": "address"
5510
5510
  },
5511
5511
  "typeName": {
5512
- "id": 18879,
5512
+ "id": 18889,
5513
5513
  "name": "address",
5514
5514
  "nodeType": "ElementaryTypeName",
5515
5515
  "src": "7945:7:43",
@@ -5525,17 +5525,17 @@
5525
5525
  "src": "7944:19:43"
5526
5526
  },
5527
5527
  "returnParameters": {
5528
- "id": 18884,
5528
+ "id": 18894,
5529
5529
  "nodeType": "ParameterList",
5530
5530
  "parameters": [
5531
5531
  {
5532
5532
  "constant": false,
5533
- "id": 18883,
5533
+ "id": 18893,
5534
5534
  "mutability": "mutable",
5535
5535
  "name": "",
5536
5536
  "nameLocation": "-1:-1:-1",
5537
5537
  "nodeType": "VariableDeclaration",
5538
- "scope": 18894,
5538
+ "scope": 18904,
5539
5539
  "src": "7987:7:43",
5540
5540
  "stateVariable": false,
5541
5541
  "storageLocation": "default",
@@ -5544,7 +5544,7 @@
5544
5544
  "typeString": "bytes32"
5545
5545
  },
5546
5546
  "typeName": {
5547
- "id": 18882,
5547
+ "id": 18892,
5548
5548
  "name": "bytes32",
5549
5549
  "nodeType": "ElementaryTypeName",
5550
5550
  "src": "7987:7:43",
@@ -5558,7 +5558,7 @@
5558
5558
  ],
5559
5559
  "src": "7986:9:43"
5560
5560
  },
5561
- "scope": 18963,
5561
+ "scope": 18973,
5562
5562
  "src": "7907:224:43",
5563
5563
  "stateMutability": "pure",
5564
5564
  "virtual": false,
@@ -5566,7 +5566,7 @@
5566
5566
  },
5567
5567
  {
5568
5568
  "body": {
5569
- "id": 18912,
5569
+ "id": 18922,
5570
5570
  "nodeType": "Block",
5571
5571
  "src": "8255:178:43",
5572
5572
  "statements": [
@@ -5577,7 +5577,7 @@
5577
5577
  "arguments": [
5578
5578
  {
5579
5579
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e7375706572666c7569642e61707057686974654c697374696e672e726567697374726174696f6e4b6579",
5580
- "id": 18906,
5580
+ "id": 18916,
5581
5581
  "isConstant": false,
5582
5582
  "isLValue": false,
5583
5583
  "isPure": true,
@@ -5592,11 +5592,11 @@
5592
5592
  "value": "org.superfluid-finance.superfluid.appWhiteListing.registrationKey"
5593
5593
  },
5594
5594
  {
5595
- "id": 18907,
5595
+ "id": 18917,
5596
5596
  "name": "deployer",
5597
5597
  "nodeType": "Identifier",
5598
5598
  "overloadedDeclarations": [],
5599
- "referencedDeclaration": 18896,
5599
+ "referencedDeclaration": 18906,
5600
5600
  "src": "8387:8:43",
5601
5601
  "typeDescriptions": {
5602
5602
  "typeIdentifier": "t_address",
@@ -5604,11 +5604,11 @@
5604
5604
  }
5605
5605
  },
5606
5606
  {
5607
- "id": 18908,
5607
+ "id": 18918,
5608
5608
  "name": "registrationKey",
5609
5609
  "nodeType": "Identifier",
5610
5610
  "overloadedDeclarations": [],
5611
- "referencedDeclaration": 18898,
5611
+ "referencedDeclaration": 18908,
5612
5612
  "src": "8409:15:43",
5613
5613
  "typeDescriptions": {
5614
5614
  "typeIdentifier": "t_string_memory_ptr",
@@ -5632,7 +5632,7 @@
5632
5632
  }
5633
5633
  ],
5634
5634
  "expression": {
5635
- "id": 18904,
5635
+ "id": 18914,
5636
5636
  "name": "abi",
5637
5637
  "nodeType": "Identifier",
5638
5638
  "overloadedDeclarations": [],
@@ -5643,7 +5643,7 @@
5643
5643
  "typeString": "abi"
5644
5644
  }
5645
5645
  },
5646
- "id": 18905,
5646
+ "id": 18915,
5647
5647
  "isConstant": false,
5648
5648
  "isLValue": false,
5649
5649
  "isPure": true,
@@ -5656,7 +5656,7 @@
5656
5656
  "typeString": "function () pure returns (bytes memory)"
5657
5657
  }
5658
5658
  },
5659
- "id": 18909,
5659
+ "id": 18919,
5660
5660
  "isConstant": false,
5661
5661
  "isLValue": false,
5662
5662
  "isPure": false,
@@ -5679,7 +5679,7 @@
5679
5679
  "typeString": "bytes memory"
5680
5680
  }
5681
5681
  ],
5682
- "id": 18903,
5682
+ "id": 18913,
5683
5683
  "name": "keccak256",
5684
5684
  "nodeType": "Identifier",
5685
5685
  "overloadedDeclarations": [],
@@ -5690,7 +5690,7 @@
5690
5690
  "typeString": "function (bytes memory) pure returns (bytes32)"
5691
5691
  }
5692
5692
  },
5693
- "id": 18910,
5693
+ "id": 18920,
5694
5694
  "isConstant": false,
5695
5695
  "isLValue": false,
5696
5696
  "isPure": false,
@@ -5705,14 +5705,14 @@
5705
5705
  "typeString": "bytes32"
5706
5706
  }
5707
5707
  },
5708
- "functionReturnParameters": 18902,
5709
- "id": 18911,
5708
+ "functionReturnParameters": 18912,
5709
+ "id": 18921,
5710
5710
  "nodeType": "Return",
5711
5711
  "src": "8265:161:43"
5712
5712
  }
5713
5713
  ]
5714
5714
  },
5715
- "id": 18913,
5715
+ "id": 18923,
5716
5716
  "implemented": true,
5717
5717
  "kind": "function",
5718
5718
  "modifiers": [],
@@ -5720,17 +5720,17 @@
5720
5720
  "nameLocation": "8146:27:43",
5721
5721
  "nodeType": "FunctionDefinition",
5722
5722
  "parameters": {
5723
- "id": 18899,
5723
+ "id": 18909,
5724
5724
  "nodeType": "ParameterList",
5725
5725
  "parameters": [
5726
5726
  {
5727
5727
  "constant": false,
5728
- "id": 18896,
5728
+ "id": 18906,
5729
5729
  "mutability": "mutable",
5730
5730
  "name": "deployer",
5731
5731
  "nameLocation": "8182:8:43",
5732
5732
  "nodeType": "VariableDeclaration",
5733
- "scope": 18913,
5733
+ "scope": 18923,
5734
5734
  "src": "8174:16:43",
5735
5735
  "stateVariable": false,
5736
5736
  "storageLocation": "default",
@@ -5739,7 +5739,7 @@
5739
5739
  "typeString": "address"
5740
5740
  },
5741
5741
  "typeName": {
5742
- "id": 18895,
5742
+ "id": 18905,
5743
5743
  "name": "address",
5744
5744
  "nodeType": "ElementaryTypeName",
5745
5745
  "src": "8174:7:43",
@@ -5753,12 +5753,12 @@
5753
5753
  },
5754
5754
  {
5755
5755
  "constant": false,
5756
- "id": 18898,
5756
+ "id": 18908,
5757
5757
  "mutability": "mutable",
5758
5758
  "name": "registrationKey",
5759
5759
  "nameLocation": "8206:15:43",
5760
5760
  "nodeType": "VariableDeclaration",
5761
- "scope": 18913,
5761
+ "scope": 18923,
5762
5762
  "src": "8192:29:43",
5763
5763
  "stateVariable": false,
5764
5764
  "storageLocation": "memory",
@@ -5767,7 +5767,7 @@
5767
5767
  "typeString": "string"
5768
5768
  },
5769
5769
  "typeName": {
5770
- "id": 18897,
5770
+ "id": 18907,
5771
5771
  "name": "string",
5772
5772
  "nodeType": "ElementaryTypeName",
5773
5773
  "src": "8192:6:43",
@@ -5782,17 +5782,17 @@
5782
5782
  "src": "8173:49:43"
5783
5783
  },
5784
5784
  "returnParameters": {
5785
- "id": 18902,
5785
+ "id": 18912,
5786
5786
  "nodeType": "ParameterList",
5787
5787
  "parameters": [
5788
5788
  {
5789
5789
  "constant": false,
5790
- "id": 18901,
5790
+ "id": 18911,
5791
5791
  "mutability": "mutable",
5792
5792
  "name": "",
5793
5793
  "nameLocation": "-1:-1:-1",
5794
5794
  "nodeType": "VariableDeclaration",
5795
- "scope": 18913,
5795
+ "scope": 18923,
5796
5796
  "src": "8246:7:43",
5797
5797
  "stateVariable": false,
5798
5798
  "storageLocation": "default",
@@ -5801,7 +5801,7 @@
5801
5801
  "typeString": "bytes32"
5802
5802
  },
5803
5803
  "typeName": {
5804
- "id": 18900,
5804
+ "id": 18910,
5805
5805
  "name": "bytes32",
5806
5806
  "nodeType": "ElementaryTypeName",
5807
5807
  "src": "8246:7:43",
@@ -5815,7 +5815,7 @@
5815
5815
  ],
5816
5816
  "src": "8245:9:43"
5817
5817
  },
5818
- "scope": 18963,
5818
+ "scope": 18973,
5819
5819
  "src": "8137:296:43",
5820
5820
  "stateMutability": "pure",
5821
5821
  "virtual": false,
@@ -5823,7 +5823,7 @@
5823
5823
  },
5824
5824
  {
5825
5825
  "body": {
5826
- "id": 18928,
5826
+ "id": 18938,
5827
5827
  "nodeType": "Block",
5828
5828
  "src": "8520:140:43",
5829
5829
  "statements": [
@@ -5834,7 +5834,7 @@
5834
5834
  "arguments": [
5835
5835
  {
5836
5836
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e7375706572666c7569642e61707057686974654c697374696e672e666163746f7279",
5837
- "id": 18923,
5837
+ "id": 18933,
5838
5838
  "isConstant": false,
5839
5839
  "isLValue": false,
5840
5840
  "isPure": true,
@@ -5849,11 +5849,11 @@
5849
5849
  "value": "org.superfluid-finance.superfluid.appWhiteListing.factory"
5850
5850
  },
5851
5851
  {
5852
- "id": 18924,
5852
+ "id": 18934,
5853
5853
  "name": "factory",
5854
5854
  "nodeType": "Identifier",
5855
5855
  "overloadedDeclarations": [],
5856
- "referencedDeclaration": 18915,
5856
+ "referencedDeclaration": 18925,
5857
5857
  "src": "8644:7:43",
5858
5858
  "typeDescriptions": {
5859
5859
  "typeIdentifier": "t_address",
@@ -5873,7 +5873,7 @@
5873
5873
  }
5874
5874
  ],
5875
5875
  "expression": {
5876
- "id": 18921,
5876
+ "id": 18931,
5877
5877
  "name": "abi",
5878
5878
  "nodeType": "Identifier",
5879
5879
  "overloadedDeclarations": [],
@@ -5884,7 +5884,7 @@
5884
5884
  "typeString": "abi"
5885
5885
  }
5886
5886
  },
5887
- "id": 18922,
5887
+ "id": 18932,
5888
5888
  "isConstant": false,
5889
5889
  "isLValue": false,
5890
5890
  "isPure": true,
@@ -5897,7 +5897,7 @@
5897
5897
  "typeString": "function () pure returns (bytes memory)"
5898
5898
  }
5899
5899
  },
5900
- "id": 18925,
5900
+ "id": 18935,
5901
5901
  "isConstant": false,
5902
5902
  "isLValue": false,
5903
5903
  "isPure": false,
@@ -5920,7 +5920,7 @@
5920
5920
  "typeString": "bytes memory"
5921
5921
  }
5922
5922
  ],
5923
- "id": 18920,
5923
+ "id": 18930,
5924
5924
  "name": "keccak256",
5925
5925
  "nodeType": "Identifier",
5926
5926
  "overloadedDeclarations": [],
@@ -5931,7 +5931,7 @@
5931
5931
  "typeString": "function (bytes memory) pure returns (bytes32)"
5932
5932
  }
5933
5933
  },
5934
- "id": 18926,
5934
+ "id": 18936,
5935
5935
  "isConstant": false,
5936
5936
  "isLValue": false,
5937
5937
  "isPure": false,
@@ -5946,14 +5946,14 @@
5946
5946
  "typeString": "bytes32"
5947
5947
  }
5948
5948
  },
5949
- "functionReturnParameters": 18919,
5950
- "id": 18927,
5949
+ "functionReturnParameters": 18929,
5950
+ "id": 18937,
5951
5951
  "nodeType": "Return",
5952
5952
  "src": "8530:123:43"
5953
5953
  }
5954
5954
  ]
5955
5955
  },
5956
- "id": 18929,
5956
+ "id": 18939,
5957
5957
  "implemented": true,
5958
5958
  "kind": "function",
5959
5959
  "modifiers": [],
@@ -5961,17 +5961,17 @@
5961
5961
  "nameLocation": "8448:22:43",
5962
5962
  "nodeType": "FunctionDefinition",
5963
5963
  "parameters": {
5964
- "id": 18916,
5964
+ "id": 18926,
5965
5965
  "nodeType": "ParameterList",
5966
5966
  "parameters": [
5967
5967
  {
5968
5968
  "constant": false,
5969
- "id": 18915,
5969
+ "id": 18925,
5970
5970
  "mutability": "mutable",
5971
5971
  "name": "factory",
5972
5972
  "nameLocation": "8479:7:43",
5973
5973
  "nodeType": "VariableDeclaration",
5974
- "scope": 18929,
5974
+ "scope": 18939,
5975
5975
  "src": "8471:15:43",
5976
5976
  "stateVariable": false,
5977
5977
  "storageLocation": "default",
@@ -5980,7 +5980,7 @@
5980
5980
  "typeString": "address"
5981
5981
  },
5982
5982
  "typeName": {
5983
- "id": 18914,
5983
+ "id": 18924,
5984
5984
  "name": "address",
5985
5985
  "nodeType": "ElementaryTypeName",
5986
5986
  "src": "8471:7:43",
@@ -5996,17 +5996,17 @@
5996
5996
  "src": "8470:17:43"
5997
5997
  },
5998
5998
  "returnParameters": {
5999
- "id": 18919,
5999
+ "id": 18929,
6000
6000
  "nodeType": "ParameterList",
6001
6001
  "parameters": [
6002
6002
  {
6003
6003
  "constant": false,
6004
- "id": 18918,
6004
+ "id": 18928,
6005
6005
  "mutability": "mutable",
6006
6006
  "name": "",
6007
6007
  "nameLocation": "-1:-1:-1",
6008
6008
  "nodeType": "VariableDeclaration",
6009
- "scope": 18929,
6009
+ "scope": 18939,
6010
6010
  "src": "8511:7:43",
6011
6011
  "stateVariable": false,
6012
6012
  "storageLocation": "default",
@@ -6015,7 +6015,7 @@
6015
6015
  "typeString": "bytes32"
6016
6016
  },
6017
6017
  "typeName": {
6018
- "id": 18917,
6018
+ "id": 18927,
6019
6019
  "name": "bytes32",
6020
6020
  "nodeType": "ElementaryTypeName",
6021
6021
  "src": "8511:7:43",
@@ -6029,7 +6029,7 @@
6029
6029
  ],
6030
6030
  "src": "8510:9:43"
6031
6031
  },
6032
- "scope": 18963,
6032
+ "scope": 18973,
6033
6033
  "src": "8439:221:43",
6034
6034
  "stateMutability": "pure",
6035
6035
  "virtual": false,
@@ -6037,23 +6037,23 @@
6037
6037
  },
6038
6038
  {
6039
6039
  "body": {
6040
- "id": 18961,
6040
+ "id": 18971,
6041
6041
  "nodeType": "Block",
6042
6042
  "src": "8785:129:43",
6043
6043
  "statements": [
6044
6044
  {
6045
6045
  "expression": {
6046
- "id": 18949,
6046
+ "id": 18959,
6047
6047
  "isConstant": false,
6048
6048
  "isLValue": false,
6049
6049
  "isPure": false,
6050
6050
  "lValueRequested": false,
6051
6051
  "leftHandSide": {
6052
- "id": 18938,
6052
+ "id": 18948,
6053
6053
  "name": "liquidationPeriod",
6054
6054
  "nodeType": "Identifier",
6055
6055
  "overloadedDeclarations": [],
6056
- "referencedDeclaration": 18934,
6056
+ "referencedDeclaration": 18944,
6057
6057
  "src": "8795:17:43",
6058
6058
  "typeDescriptions": {
6059
6059
  "typeIdentifier": "t_uint256",
@@ -6067,7 +6067,7 @@
6067
6067
  "typeIdentifier": "t_uint256",
6068
6068
  "typeString": "uint256"
6069
6069
  },
6070
- "id": 18948,
6070
+ "id": 18958,
6071
6071
  "isConstant": false,
6072
6072
  "isLValue": false,
6073
6073
  "isPure": false,
@@ -6079,17 +6079,17 @@
6079
6079
  "typeIdentifier": "t_uint256",
6080
6080
  "typeString": "uint256"
6081
6081
  },
6082
- "id": 18941,
6082
+ "id": 18951,
6083
6083
  "isConstant": false,
6084
6084
  "isLValue": false,
6085
6085
  "isPure": false,
6086
6086
  "lValueRequested": false,
6087
6087
  "leftExpression": {
6088
- "id": 18939,
6088
+ "id": 18949,
6089
6089
  "name": "pppConfig",
6090
6090
  "nodeType": "Identifier",
6091
6091
  "overloadedDeclarations": [],
6092
- "referencedDeclaration": 18931,
6092
+ "referencedDeclaration": 18941,
6093
6093
  "src": "8816:9:43",
6094
6094
  "typeDescriptions": {
6095
6095
  "typeIdentifier": "t_uint256",
@@ -6100,7 +6100,7 @@
6100
6100
  "operator": ">>",
6101
6101
  "rightExpression": {
6102
6102
  "hexValue": "3332",
6103
- "id": 18940,
6103
+ "id": 18950,
6104
6104
  "isConstant": false,
6105
6105
  "isLValue": false,
6106
6106
  "isPure": true,
@@ -6121,7 +6121,7 @@
6121
6121
  }
6122
6122
  }
6123
6123
  ],
6124
- "id": 18942,
6124
+ "id": 18952,
6125
6125
  "isConstant": false,
6126
6126
  "isInlineArray": false,
6127
6127
  "isLValue": false,
@@ -6140,7 +6140,7 @@
6140
6140
  "expression": {
6141
6141
  "arguments": [
6142
6142
  {
6143
- "id": 18945,
6143
+ "id": 18955,
6144
6144
  "isConstant": false,
6145
6145
  "isLValue": false,
6146
6146
  "isPure": true,
@@ -6152,7 +6152,7 @@
6152
6152
  "typeString": "type(uint32)"
6153
6153
  },
6154
6154
  "typeName": {
6155
- "id": 18944,
6155
+ "id": 18954,
6156
6156
  "name": "uint32",
6157
6157
  "nodeType": "ElementaryTypeName",
6158
6158
  "src": "8840:6:43",
@@ -6167,7 +6167,7 @@
6167
6167
  "typeString": "type(uint32)"
6168
6168
  }
6169
6169
  ],
6170
- "id": 18943,
6170
+ "id": 18953,
6171
6171
  "name": "type",
6172
6172
  "nodeType": "Identifier",
6173
6173
  "overloadedDeclarations": [],
@@ -6178,7 +6178,7 @@
6178
6178
  "typeString": "function () pure"
6179
6179
  }
6180
6180
  },
6181
- "id": 18946,
6181
+ "id": 18956,
6182
6182
  "isConstant": false,
6183
6183
  "isLValue": false,
6184
6184
  "isPure": true,
@@ -6193,7 +6193,7 @@
6193
6193
  "typeString": "type(uint32)"
6194
6194
  }
6195
6195
  },
6196
- "id": 18947,
6196
+ "id": 18957,
6197
6197
  "isConstant": false,
6198
6198
  "isLValue": false,
6199
6199
  "isPure": true,
@@ -6218,23 +6218,23 @@
6218
6218
  "typeString": "uint256"
6219
6219
  }
6220
6220
  },
6221
- "id": 18950,
6221
+ "id": 18960,
6222
6222
  "nodeType": "ExpressionStatement",
6223
6223
  "src": "8795:56:43"
6224
6224
  },
6225
6225
  {
6226
6226
  "expression": {
6227
- "id": 18959,
6227
+ "id": 18969,
6228
6228
  "isConstant": false,
6229
6229
  "isLValue": false,
6230
6230
  "isPure": false,
6231
6231
  "lValueRequested": false,
6232
6232
  "leftHandSide": {
6233
- "id": 18951,
6233
+ "id": 18961,
6234
6234
  "name": "patricianPeriod",
6235
6235
  "nodeType": "Identifier",
6236
6236
  "overloadedDeclarations": [],
6237
- "referencedDeclaration": 18936,
6237
+ "referencedDeclaration": 18946,
6238
6238
  "src": "8861:15:43",
6239
6239
  "typeDescriptions": {
6240
6240
  "typeIdentifier": "t_uint256",
@@ -6248,17 +6248,17 @@
6248
6248
  "typeIdentifier": "t_uint256",
6249
6249
  "typeString": "uint256"
6250
6250
  },
6251
- "id": 18958,
6251
+ "id": 18968,
6252
6252
  "isConstant": false,
6253
6253
  "isLValue": false,
6254
6254
  "isPure": false,
6255
6255
  "lValueRequested": false,
6256
6256
  "leftExpression": {
6257
- "id": 18952,
6257
+ "id": 18962,
6258
6258
  "name": "pppConfig",
6259
6259
  "nodeType": "Identifier",
6260
6260
  "overloadedDeclarations": [],
6261
- "referencedDeclaration": 18931,
6261
+ "referencedDeclaration": 18941,
6262
6262
  "src": "8879:9:43",
6263
6263
  "typeDescriptions": {
6264
6264
  "typeIdentifier": "t_uint256",
@@ -6271,7 +6271,7 @@
6271
6271
  "expression": {
6272
6272
  "arguments": [
6273
6273
  {
6274
- "id": 18955,
6274
+ "id": 18965,
6275
6275
  "isConstant": false,
6276
6276
  "isLValue": false,
6277
6277
  "isPure": true,
@@ -6283,7 +6283,7 @@
6283
6283
  "typeString": "type(uint32)"
6284
6284
  },
6285
6285
  "typeName": {
6286
- "id": 18954,
6286
+ "id": 18964,
6287
6287
  "name": "uint32",
6288
6288
  "nodeType": "ElementaryTypeName",
6289
6289
  "src": "8896:6:43",
@@ -6298,7 +6298,7 @@
6298
6298
  "typeString": "type(uint32)"
6299
6299
  }
6300
6300
  ],
6301
- "id": 18953,
6301
+ "id": 18963,
6302
6302
  "name": "type",
6303
6303
  "nodeType": "Identifier",
6304
6304
  "overloadedDeclarations": [],
@@ -6309,7 +6309,7 @@
6309
6309
  "typeString": "function () pure"
6310
6310
  }
6311
6311
  },
6312
- "id": 18956,
6312
+ "id": 18966,
6313
6313
  "isConstant": false,
6314
6314
  "isLValue": false,
6315
6315
  "isPure": true,
@@ -6324,7 +6324,7 @@
6324
6324
  "typeString": "type(uint32)"
6325
6325
  }
6326
6326
  },
6327
- "id": 18957,
6327
+ "id": 18967,
6328
6328
  "isConstant": false,
6329
6329
  "isLValue": false,
6330
6330
  "isPure": true,
@@ -6349,13 +6349,13 @@
6349
6349
  "typeString": "uint256"
6350
6350
  }
6351
6351
  },
6352
- "id": 18960,
6352
+ "id": 18970,
6353
6353
  "nodeType": "ExpressionStatement",
6354
6354
  "src": "8861:46:43"
6355
6355
  }
6356
6356
  ]
6357
6357
  },
6358
- "id": 18962,
6358
+ "id": 18972,
6359
6359
  "implemented": true,
6360
6360
  "kind": "function",
6361
6361
  "modifiers": [],
@@ -6363,17 +6363,17 @@
6363
6363
  "nameLocation": "8675:15:43",
6364
6364
  "nodeType": "FunctionDefinition",
6365
6365
  "parameters": {
6366
- "id": 18932,
6366
+ "id": 18942,
6367
6367
  "nodeType": "ParameterList",
6368
6368
  "parameters": [
6369
6369
  {
6370
6370
  "constant": false,
6371
- "id": 18931,
6371
+ "id": 18941,
6372
6372
  "mutability": "mutable",
6373
6373
  "name": "pppConfig",
6374
6374
  "nameLocation": "8699:9:43",
6375
6375
  "nodeType": "VariableDeclaration",
6376
- "scope": 18962,
6376
+ "scope": 18972,
6377
6377
  "src": "8691:17:43",
6378
6378
  "stateVariable": false,
6379
6379
  "storageLocation": "default",
@@ -6382,7 +6382,7 @@
6382
6382
  "typeString": "uint256"
6383
6383
  },
6384
6384
  "typeName": {
6385
- "id": 18930,
6385
+ "id": 18940,
6386
6386
  "name": "uint256",
6387
6387
  "nodeType": "ElementaryTypeName",
6388
6388
  "src": "8691:7:43",
@@ -6397,17 +6397,17 @@
6397
6397
  "src": "8690:19:43"
6398
6398
  },
6399
6399
  "returnParameters": {
6400
- "id": 18937,
6400
+ "id": 18947,
6401
6401
  "nodeType": "ParameterList",
6402
6402
  "parameters": [
6403
6403
  {
6404
6404
  "constant": false,
6405
- "id": 18934,
6405
+ "id": 18944,
6406
6406
  "mutability": "mutable",
6407
6407
  "name": "liquidationPeriod",
6408
6408
  "nameLocation": "8741:17:43",
6409
6409
  "nodeType": "VariableDeclaration",
6410
- "scope": 18962,
6410
+ "scope": 18972,
6411
6411
  "src": "8733:25:43",
6412
6412
  "stateVariable": false,
6413
6413
  "storageLocation": "default",
@@ -6416,7 +6416,7 @@
6416
6416
  "typeString": "uint256"
6417
6417
  },
6418
6418
  "typeName": {
6419
- "id": 18933,
6419
+ "id": 18943,
6420
6420
  "name": "uint256",
6421
6421
  "nodeType": "ElementaryTypeName",
6422
6422
  "src": "8733:7:43",
@@ -6429,12 +6429,12 @@
6429
6429
  },
6430
6430
  {
6431
6431
  "constant": false,
6432
- "id": 18936,
6432
+ "id": 18946,
6433
6433
  "mutability": "mutable",
6434
6434
  "name": "patricianPeriod",
6435
6435
  "nameLocation": "8768:15:43",
6436
6436
  "nodeType": "VariableDeclaration",
6437
- "scope": 18962,
6437
+ "scope": 18972,
6438
6438
  "src": "8760:23:43",
6439
6439
  "stateVariable": false,
6440
6440
  "storageLocation": "default",
@@ -6443,7 +6443,7 @@
6443
6443
  "typeString": "uint256"
6444
6444
  },
6445
6445
  "typeName": {
6446
- "id": 18935,
6446
+ "id": 18945,
6447
6447
  "name": "uint256",
6448
6448
  "nodeType": "ElementaryTypeName",
6449
6449
  "src": "8760:7:43",
@@ -6457,14 +6457,14 @@
6457
6457
  ],
6458
6458
  "src": "8732:52:43"
6459
6459
  },
6460
- "scope": 18963,
6460
+ "scope": 18973,
6461
6461
  "src": "8666:248:43",
6462
6462
  "stateMutability": "pure",
6463
6463
  "virtual": false,
6464
6464
  "visibility": "internal"
6465
6465
  }
6466
6466
  ],
6467
- "scope": 18964,
6467
+ "scope": 18974,
6468
6468
  "src": "7429:1487:43",
6469
6469
  "usedErrors": []
6470
6470
  }
@@ -6477,7 +6477,7 @@
6477
6477
  },
6478
6478
  "networks": {},
6479
6479
  "schemaVersion": "3.4.8",
6480
- "updatedAt": "2022-08-11T12:58:51.666Z",
6480
+ "updatedAt": "2022-08-24T13:23:34.416Z",
6481
6481
  "devdoc": {
6482
6482
  "author": "Superfluid",
6483
6483
  "kind": "dev",