@superfluid-finance/ethereum-contracts 1.2.1-dev.90ccb01.0 → 1.2.2-dev.2bc50bf.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 (112) 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 +167 -167
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +181 -181
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +1596 -1596
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1523 -1523
  12. package/build/contracts/ConstantFlowAgreementV1.json +15906 -15910
  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 +19 -19
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC20.json +1 -1
  20. package/build/contracts/ERC20Burnable.json +1 -1
  21. package/build/contracts/ERC20Pausable.json +1 -1
  22. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  23. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  24. package/build/contracts/ERC721.json +1 -1
  25. package/build/contracts/ERC777Helper.json +380 -380
  26. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  27. package/build/contracts/ERC777RecipientReverting.json +855 -855
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/ExclusiveInflowTestApp.json +1523 -1523
  30. package/build/contracts/FixedSizeData.json +200 -200
  31. package/build/contracts/FlowExchangeTestApp.json +1524 -1524
  32. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  33. package/build/contracts/FullUpgradableSuperTokenProxy.json +113 -113
  34. package/build/contracts/IAccessControl.json +1 -1
  35. package/build/contracts/IAccessControlEnumerable.json +1 -1
  36. package/build/contracts/IConstantFlowAgreementV1.json +964 -1066
  37. package/build/contracts/IDAv1Library.json +2579 -2579
  38. package/build/contracts/IERC165.json +1 -1
  39. package/build/contracts/IERC1820Implementer.json +1 -1
  40. package/build/contracts/IERC1820Registry.json +1 -1
  41. package/build/contracts/IERC20.json +1 -1
  42. package/build/contracts/IERC20Metadata.json +1 -1
  43. package/build/contracts/IERC721.json +1 -1
  44. package/build/contracts/IERC721Metadata.json +1 -1
  45. package/build/contracts/IERC721Receiver.json +1 -1
  46. package/build/contracts/IERC777.json +1 -1
  47. package/build/contracts/IERC777Recipient.json +1 -1
  48. package/build/contracts/IERC777Sender.json +1 -1
  49. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  50. package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
  51. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
  52. package/build/contracts/IMultiSigWallet.json +24 -24
  53. package/build/contracts/IPureSuperToken.json +42 -42
  54. package/build/contracts/IPureSuperTokenCustom.json +42 -42
  55. package/build/contracts/IRelayRecipient.json +27 -27
  56. package/build/contracts/IResolver.json +38 -38
  57. package/build/contracts/ISETH.json +47 -47
  58. package/build/contracts/ISETHCustom.json +47 -47
  59. package/build/contracts/ISuperAgreement.json +50 -50
  60. package/build/contracts/ISuperApp.json +191 -191
  61. package/build/contracts/ISuperToken.json +523 -523
  62. package/build/contracts/ISuperTokenFactory.json +160 -160
  63. package/build/contracts/ISuperfluid.json +829 -829
  64. package/build/contracts/ISuperfluidGovernance.json +242 -242
  65. package/build/contracts/ISuperfluidToken.json +389 -389
  66. package/build/contracts/ITOGAv1.json +1432 -1432
  67. package/build/contracts/ITOGAv2.json +1432 -1432
  68. package/build/contracts/Initializable.json +1 -1
  69. package/build/contracts/InstantDistributionAgreementV1.json +5739 -5739
  70. package/build/contracts/Int96SafeMath.json +281 -281
  71. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  72. package/build/contracts/NonClosableOutflowTestApp.json +1524 -1524
  73. package/build/contracts/Ownable.json +1 -1
  74. package/build/contracts/Pausable.json +1 -1
  75. package/build/contracts/Proxy.json +1 -1
  76. package/build/contracts/PureSuperToken.json +106 -106
  77. package/build/contracts/Resolver.json +98 -98
  78. package/build/contracts/SETHProxy.json +224 -224
  79. package/build/contracts/SafeCast.json +1 -1
  80. package/build/contracts/SafeERC20.json +1 -1
  81. package/build/contracts/SafeMath.json +1 -1
  82. package/build/contracts/SelfDeletingFlowTestApp.json +1523 -1523
  83. package/build/contracts/SlotsBitmapLibrary.json +441 -441
  84. package/build/contracts/Strings.json +1 -1
  85. package/build/contracts/SuperAppBase.json +239 -239
  86. package/build/contracts/SuperAppDefinitions.json +599 -599
  87. package/build/contracts/SuperToken.json +2350 -2350
  88. package/build/contracts/SuperTokenFactory.json +731 -731
  89. package/build/contracts/SuperTokenFactoryBase.json +721 -721
  90. package/build/contracts/SuperTokenFactoryHelper.json +724 -724
  91. package/build/contracts/SuperUpgrader.json +437 -437
  92. package/build/contracts/Superfluid.json +4935 -4935
  93. package/build/contracts/SuperfluidFrameworkDeployer.json +535 -535
  94. package/build/contracts/SuperfluidGovernanceBase.json +2224 -2224
  95. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  96. package/build/contracts/SuperfluidGovernanceII.json +147 -147
  97. package/build/contracts/SuperfluidGovernanceIIProxy.json +128 -128
  98. package/build/contracts/SuperfluidLoader.json +207 -207
  99. package/build/contracts/SuperfluidToken.json +1345 -1345
  100. package/build/contracts/TOGA.json +1451 -1451
  101. package/build/contracts/TestGovernance.json +246 -246
  102. package/build/contracts/TestToken.json +94 -94
  103. package/build/contracts/TokenCustodian.json +214 -214
  104. package/build/contracts/TokenInfo.json +32 -32
  105. package/build/contracts/UInt128SafeMath.json +97 -97
  106. package/build/contracts/UUPSProxiable.json +132 -132
  107. package/build/contracts/UUPSProxy.json +81 -81
  108. package/build/contracts/UUPSUtils.json +37 -37
  109. package/build/contracts-sizes.txt +1 -1
  110. package/contracts/agreements/ConstantFlowAgreementV1.sol +7 -11
  111. package/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol +3 -9
  112. package/package.json +3 -3
@@ -73,21 +73,21 @@
73
73
  "absolutePath": "project:/contracts/interfaces/tokens/IMaticBridgedNativeSuperToken.sol",
74
74
  "exportedSymbols": {
75
75
  "IMaticBridgedNativeSuperToken": [
76
- 19711
76
+ 19692
77
77
  ],
78
78
  "IMaticBridgedNativeSuperTokenCustom": [
79
- 19705
79
+ 19686
80
80
  ],
81
81
  "ISuperToken": [
82
- 18702
82
+ 18683
83
83
  ]
84
84
  },
85
- "id": 19712,
85
+ "id": 19693,
86
86
  "license": "AGPLv3",
87
87
  "nodeType": "SourceUnit",
88
88
  "nodes": [
89
89
  {
90
- "id": 19676,
90
+ "id": 19657,
91
91
  "literals": [
92
92
  "solidity",
93
93
  ">=",
@@ -100,20 +100,20 @@
100
100
  {
101
101
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
102
102
  "file": "../superfluid/ISuperToken.sol",
103
- "id": 19678,
103
+ "id": 19659,
104
104
  "nameLocation": "-1:-1:-1",
105
105
  "nodeType": "ImportDirective",
106
- "scope": 19712,
107
- "sourceUnit": 18703,
106
+ "scope": 19693,
107
+ "sourceUnit": 18684,
108
108
  "src": "62:60:56",
109
109
  "symbolAliases": [
110
110
  {
111
111
  "foreign": {
112
- "id": 19677,
112
+ "id": 19658,
113
113
  "name": "ISuperToken",
114
114
  "nodeType": "Identifier",
115
115
  "overloadedDeclarations": [],
116
- "referencedDeclaration": 18702,
116
+ "referencedDeclaration": 18683,
117
117
  "src": "71:11:56",
118
118
  "typeDescriptions": {}
119
119
  },
@@ -129,15 +129,15 @@
129
129
  "contractDependencies": [],
130
130
  "contractKind": "interface",
131
131
  "documentation": {
132
- "id": 19679,
132
+ "id": 19660,
133
133
  "nodeType": "StructuredDocumentation",
134
134
  "src": "124:157:56",
135
135
  "text": " @title Matic Bridged Native SuperToken Custom interface\n @author Superfluid\n @dev Functionality specific for Matic Bridged Native Super Tokens"
136
136
  },
137
137
  "fullyImplemented": false,
138
- "id": 19705,
138
+ "id": 19686,
139
139
  "linearizedBaseContracts": [
140
- 19705
140
+ 19686
141
141
  ],
142
142
  "name": "IMaticBridgedNativeSuperTokenCustom",
143
143
  "nameLocation": "292:35:56",
@@ -145,13 +145,13 @@
145
145
  "nodes": [
146
146
  {
147
147
  "documentation": {
148
- "id": 19680,
148
+ "id": 19661,
149
149
  "nodeType": "StructuredDocumentation",
150
150
  "src": "334:88:56",
151
151
  "text": "@dev triggers minting of tokens to the given user, called by the child chain manager"
152
152
  },
153
153
  "functionSelector": "cf2c52cb",
154
- "id": 19687,
154
+ "id": 19668,
155
155
  "implemented": false,
156
156
  "kind": "function",
157
157
  "modifiers": [],
@@ -159,17 +159,17 @@
159
159
  "nameLocation": "436:7:56",
160
160
  "nodeType": "FunctionDefinition",
161
161
  "parameters": {
162
- "id": 19685,
162
+ "id": 19666,
163
163
  "nodeType": "ParameterList",
164
164
  "parameters": [
165
165
  {
166
166
  "constant": false,
167
- "id": 19682,
167
+ "id": 19663,
168
168
  "mutability": "mutable",
169
169
  "name": "user",
170
170
  "nameLocation": "452:4:56",
171
171
  "nodeType": "VariableDeclaration",
172
- "scope": 19687,
172
+ "scope": 19668,
173
173
  "src": "444:12:56",
174
174
  "stateVariable": false,
175
175
  "storageLocation": "default",
@@ -178,7 +178,7 @@
178
178
  "typeString": "address"
179
179
  },
180
180
  "typeName": {
181
- "id": 19681,
181
+ "id": 19662,
182
182
  "name": "address",
183
183
  "nodeType": "ElementaryTypeName",
184
184
  "src": "444:7:56",
@@ -192,12 +192,12 @@
192
192
  },
193
193
  {
194
194
  "constant": false,
195
- "id": 19684,
195
+ "id": 19665,
196
196
  "mutability": "mutable",
197
197
  "name": "depositData",
198
198
  "nameLocation": "473:11:56",
199
199
  "nodeType": "VariableDeclaration",
200
- "scope": 19687,
200
+ "scope": 19668,
201
201
  "src": "458:26:56",
202
202
  "stateVariable": false,
203
203
  "storageLocation": "calldata",
@@ -206,7 +206,7 @@
206
206
  "typeString": "bytes"
207
207
  },
208
208
  "typeName": {
209
- "id": 19683,
209
+ "id": 19664,
210
210
  "name": "bytes",
211
211
  "nodeType": "ElementaryTypeName",
212
212
  "src": "458:5:56",
@@ -221,12 +221,12 @@
221
221
  "src": "443:42:56"
222
222
  },
223
223
  "returnParameters": {
224
- "id": 19686,
224
+ "id": 19667,
225
225
  "nodeType": "ParameterList",
226
226
  "parameters": [],
227
227
  "src": "494:0:56"
228
228
  },
229
- "scope": 19705,
229
+ "scope": 19686,
230
230
  "src": "427:68:56",
231
231
  "stateMutability": "nonpayable",
232
232
  "virtual": false,
@@ -234,13 +234,13 @@
234
234
  },
235
235
  {
236
236
  "documentation": {
237
- "id": 19688,
237
+ "id": 19669,
238
238
  "nodeType": "StructuredDocumentation",
239
239
  "src": "501:74:56",
240
240
  "text": "@dev triggers burning of tokens on the child chain and unlocking on L1"
241
241
  },
242
242
  "functionSelector": "2e1a7d4d",
243
- "id": 19693,
243
+ "id": 19674,
244
244
  "implemented": false,
245
245
  "kind": "function",
246
246
  "modifiers": [],
@@ -248,17 +248,17 @@
248
248
  "nameLocation": "589:8:56",
249
249
  "nodeType": "FunctionDefinition",
250
250
  "parameters": {
251
- "id": 19691,
251
+ "id": 19672,
252
252
  "nodeType": "ParameterList",
253
253
  "parameters": [
254
254
  {
255
255
  "constant": false,
256
- "id": 19690,
256
+ "id": 19671,
257
257
  "mutability": "mutable",
258
258
  "name": "amount",
259
259
  "nameLocation": "606:6:56",
260
260
  "nodeType": "VariableDeclaration",
261
- "scope": 19693,
261
+ "scope": 19674,
262
262
  "src": "598:14:56",
263
263
  "stateVariable": false,
264
264
  "storageLocation": "default",
@@ -267,7 +267,7 @@
267
267
  "typeString": "uint256"
268
268
  },
269
269
  "typeName": {
270
- "id": 19689,
270
+ "id": 19670,
271
271
  "name": "uint256",
272
272
  "nodeType": "ElementaryTypeName",
273
273
  "src": "598:7:56",
@@ -282,12 +282,12 @@
282
282
  "src": "597:16:56"
283
283
  },
284
284
  "returnParameters": {
285
- "id": 19692,
285
+ "id": 19673,
286
286
  "nodeType": "ParameterList",
287
287
  "parameters": [],
288
288
  "src": "622:0:56"
289
289
  },
290
- "scope": 19705,
290
+ "scope": 19686,
291
291
  "src": "580:43:56",
292
292
  "stateMutability": "nonpayable",
293
293
  "virtual": false,
@@ -295,13 +295,13 @@
295
295
  },
296
296
  {
297
297
  "documentation": {
298
- "id": 19694,
298
+ "id": 19675,
299
299
  "nodeType": "StructuredDocumentation",
300
300
  "src": "629:54:56",
301
301
  "text": "@dev governance can change the child chain manager"
302
302
  },
303
303
  "functionSelector": "445a6797",
304
- "id": 19699,
304
+ "id": 19680,
305
305
  "implemented": false,
306
306
  "kind": "function",
307
307
  "modifiers": [],
@@ -309,17 +309,17 @@
309
309
  "nameLocation": "697:23:56",
310
310
  "nodeType": "FunctionDefinition",
311
311
  "parameters": {
312
- "id": 19697,
312
+ "id": 19678,
313
313
  "nodeType": "ParameterList",
314
314
  "parameters": [
315
315
  {
316
316
  "constant": false,
317
- "id": 19696,
317
+ "id": 19677,
318
318
  "mutability": "mutable",
319
319
  "name": "newChildChainManager",
320
320
  "nameLocation": "729:20:56",
321
321
  "nodeType": "VariableDeclaration",
322
- "scope": 19699,
322
+ "scope": 19680,
323
323
  "src": "721:28:56",
324
324
  "stateVariable": false,
325
325
  "storageLocation": "default",
@@ -328,7 +328,7 @@
328
328
  "typeString": "address"
329
329
  },
330
330
  "typeName": {
331
- "id": 19695,
331
+ "id": 19676,
332
332
  "name": "address",
333
333
  "nodeType": "ElementaryTypeName",
334
334
  "src": "721:7:56",
@@ -344,12 +344,12 @@
344
344
  "src": "720:30:56"
345
345
  },
346
346
  "returnParameters": {
347
- "id": 19698,
347
+ "id": 19679,
348
348
  "nodeType": "ParameterList",
349
349
  "parameters": [],
350
350
  "src": "759:0:56"
351
351
  },
352
- "scope": 19705,
352
+ "scope": 19686,
353
353
  "src": "688:72:56",
354
354
  "stateMutability": "nonpayable",
355
355
  "virtual": false,
@@ -358,29 +358,29 @@
358
358
  {
359
359
  "anonymous": false,
360
360
  "documentation": {
361
- "id": 19700,
361
+ "id": 19681,
362
362
  "nodeType": "StructuredDocumentation",
363
363
  "src": "766:53:56",
364
364
  "text": "@dev emitted when the child chain manager changes"
365
365
  },
366
366
  "eventSelector": "88ba5221dde9ab86adbd4dee937ed51febc94c1052c203da3aabe4034a9273f5",
367
- "id": 19704,
367
+ "id": 19685,
368
368
  "name": "ChildChainManagerChanged",
369
369
  "nameLocation": "830:24:56",
370
370
  "nodeType": "EventDefinition",
371
371
  "parameters": {
372
- "id": 19703,
372
+ "id": 19684,
373
373
  "nodeType": "ParameterList",
374
374
  "parameters": [
375
375
  {
376
376
  "constant": false,
377
- "id": 19702,
377
+ "id": 19683,
378
378
  "indexed": false,
379
379
  "mutability": "mutable",
380
380
  "name": "newAddress",
381
381
  "nameLocation": "863:10:56",
382
382
  "nodeType": "VariableDeclaration",
383
- "scope": 19704,
383
+ "scope": 19685,
384
384
  "src": "855:18:56",
385
385
  "stateVariable": false,
386
386
  "storageLocation": "default",
@@ -389,7 +389,7 @@
389
389
  "typeString": "address"
390
390
  },
391
391
  "typeName": {
392
- "id": 19701,
392
+ "id": 19682,
393
393
  "name": "address",
394
394
  "nodeType": "ElementaryTypeName",
395
395
  "src": "855:7:56",
@@ -407,7 +407,7 @@
407
407
  "src": "824:51:56"
408
408
  }
409
409
  ],
410
- "scope": 19712,
410
+ "scope": 19693,
411
411
  "src": "282:595:56",
412
412
  "usedErrors": []
413
413
  },
@@ -416,25 +416,25 @@
416
416
  "baseContracts": [
417
417
  {
418
418
  "baseName": {
419
- "id": 19707,
419
+ "id": 19688,
420
420
  "name": "IMaticBridgedNativeSuperTokenCustom",
421
421
  "nodeType": "IdentifierPath",
422
- "referencedDeclaration": 19705,
422
+ "referencedDeclaration": 19686,
423
423
  "src": "1007:35:56"
424
424
  },
425
- "id": 19708,
425
+ "id": 19689,
426
426
  "nodeType": "InheritanceSpecifier",
427
427
  "src": "1007:35:56"
428
428
  },
429
429
  {
430
430
  "baseName": {
431
- "id": 19709,
431
+ "id": 19690,
432
432
  "name": "ISuperToken",
433
433
  "nodeType": "IdentifierPath",
434
- "referencedDeclaration": 18702,
434
+ "referencedDeclaration": 18683,
435
435
  "src": "1044:11:56"
436
436
  },
437
- "id": 19710,
437
+ "id": 19691,
438
438
  "nodeType": "InheritanceSpecifier",
439
439
  "src": "1044:11:56"
440
440
  }
@@ -443,27 +443,27 @@
443
443
  "contractDependencies": [],
444
444
  "contractKind": "interface",
445
445
  "documentation": {
446
- "id": 19706,
446
+ "id": 19687,
447
447
  "nodeType": "StructuredDocumentation",
448
448
  "src": "879:84:56",
449
449
  "text": " @dev Matic Bridged Native SuperToken full interface\n @author Superfluid"
450
450
  },
451
451
  "fullyImplemented": false,
452
- "id": 19711,
452
+ "id": 19692,
453
453
  "linearizedBaseContracts": [
454
- 19711,
455
- 18702,
454
+ 19692,
455
+ 18683,
456
456
  3172,
457
457
  1520,
458
- 19779,
459
- 19662,
460
- 19705
458
+ 19760,
459
+ 19643,
460
+ 19686
461
461
  ],
462
462
  "name": "IMaticBridgedNativeSuperToken",
463
463
  "nameLocation": "974:29:56",
464
464
  "nodeType": "ContractDefinition",
465
465
  "nodes": [],
466
- "scope": 19712,
466
+ "scope": 19693,
467
467
  "src": "964:94:56",
468
468
  "usedErrors": []
469
469
  }
@@ -476,7 +476,7 @@
476
476
  },
477
477
  "networks": {},
478
478
  "schemaVersion": "3.4.7",
479
- "updatedAt": "2022-04-29T12:22:58.684Z",
479
+ "updatedAt": "2022-04-30T08:07:02.211Z",
480
480
  "devdoc": {
481
481
  "author": "Superfluid",
482
482
  "details": "Functionality specific for Matic Bridged Native Super Tokens",
@@ -45,15 +45,15 @@
45
45
  "absolutePath": "project:/contracts/interfaces/utils/IMultiSigWallet.sol",
46
46
  "exportedSymbols": {
47
47
  "IMultiSigWallet": [
48
- 19794
48
+ 19775
49
49
  ]
50
50
  },
51
- "id": 19795,
51
+ "id": 19776,
52
52
  "license": "UNLICENSED",
53
53
  "nodeType": "SourceUnit",
54
54
  "nodes": [
55
55
  {
56
- "id": 19781,
56
+ "id": 19762,
57
57
  "literals": [
58
58
  "solidity",
59
59
  ">=",
@@ -70,15 +70,15 @@
70
70
  "contractDependencies": [],
71
71
  "contractKind": "interface",
72
72
  "documentation": {
73
- "id": 19782,
73
+ "id": 19763,
74
74
  "nodeType": "StructuredDocumentation",
75
75
  "src": "66:65:60",
76
76
  "text": " @title Multisig wallet interface\n @author Superfluid"
77
77
  },
78
78
  "fullyImplemented": false,
79
- "id": 19794,
79
+ "id": 19775,
80
80
  "linearizedBaseContracts": [
81
- 19794
81
+ 19775
82
82
  ],
83
83
  "name": "IMultiSigWallet",
84
84
  "nameLocation": "142:15:60",
@@ -86,7 +86,7 @@
86
86
  "nodes": [
87
87
  {
88
88
  "functionSelector": "c6427474",
89
- "id": 19793,
89
+ "id": 19774,
90
90
  "implemented": false,
91
91
  "kind": "function",
92
92
  "modifiers": [],
@@ -94,17 +94,17 @@
94
94
  "nameLocation": "173:17:60",
95
95
  "nodeType": "FunctionDefinition",
96
96
  "parameters": {
97
- "id": 19789,
97
+ "id": 19770,
98
98
  "nodeType": "ParameterList",
99
99
  "parameters": [
100
100
  {
101
101
  "constant": false,
102
- "id": 19784,
102
+ "id": 19765,
103
103
  "mutability": "mutable",
104
104
  "name": "destination",
105
105
  "nameLocation": "199:11:60",
106
106
  "nodeType": "VariableDeclaration",
107
- "scope": 19793,
107
+ "scope": 19774,
108
108
  "src": "191:19:60",
109
109
  "stateVariable": false,
110
110
  "storageLocation": "default",
@@ -113,7 +113,7 @@
113
113
  "typeString": "address"
114
114
  },
115
115
  "typeName": {
116
- "id": 19783,
116
+ "id": 19764,
117
117
  "name": "address",
118
118
  "nodeType": "ElementaryTypeName",
119
119
  "src": "191:7:60",
@@ -127,12 +127,12 @@
127
127
  },
128
128
  {
129
129
  "constant": false,
130
- "id": 19786,
130
+ "id": 19767,
131
131
  "mutability": "mutable",
132
132
  "name": "value",
133
133
  "nameLocation": "217:5:60",
134
134
  "nodeType": "VariableDeclaration",
135
- "scope": 19793,
135
+ "scope": 19774,
136
136
  "src": "212:10:60",
137
137
  "stateVariable": false,
138
138
  "storageLocation": "default",
@@ -141,7 +141,7 @@
141
141
  "typeString": "uint256"
142
142
  },
143
143
  "typeName": {
144
- "id": 19785,
144
+ "id": 19766,
145
145
  "name": "uint",
146
146
  "nodeType": "ElementaryTypeName",
147
147
  "src": "212:4:60",
@@ -154,12 +154,12 @@
154
154
  },
155
155
  {
156
156
  "constant": false,
157
- "id": 19788,
157
+ "id": 19769,
158
158
  "mutability": "mutable",
159
159
  "name": "data",
160
160
  "nameLocation": "239:4:60",
161
161
  "nodeType": "VariableDeclaration",
162
- "scope": 19793,
162
+ "scope": 19774,
163
163
  "src": "224:19:60",
164
164
  "stateVariable": false,
165
165
  "storageLocation": "calldata",
@@ -168,7 +168,7 @@
168
168
  "typeString": "bytes"
169
169
  },
170
170
  "typeName": {
171
- "id": 19787,
171
+ "id": 19768,
172
172
  "name": "bytes",
173
173
  "nodeType": "ElementaryTypeName",
174
174
  "src": "224:5:60",
@@ -183,17 +183,17 @@
183
183
  "src": "190:54:60"
184
184
  },
185
185
  "returnParameters": {
186
- "id": 19792,
186
+ "id": 19773,
187
187
  "nodeType": "ParameterList",
188
188
  "parameters": [
189
189
  {
190
190
  "constant": false,
191
- "id": 19791,
191
+ "id": 19772,
192
192
  "mutability": "mutable",
193
193
  "name": "transactionId",
194
194
  "nameLocation": "284:13:60",
195
195
  "nodeType": "VariableDeclaration",
196
- "scope": 19793,
196
+ "scope": 19774,
197
197
  "src": "279:18:60",
198
198
  "stateVariable": false,
199
199
  "storageLocation": "default",
@@ -202,7 +202,7 @@
202
202
  "typeString": "uint256"
203
203
  },
204
204
  "typeName": {
205
- "id": 19790,
205
+ "id": 19771,
206
206
  "name": "uint",
207
207
  "nodeType": "ElementaryTypeName",
208
208
  "src": "279:4:60",
@@ -216,14 +216,14 @@
216
216
  ],
217
217
  "src": "278:20:60"
218
218
  },
219
- "scope": 19794,
219
+ "scope": 19775,
220
220
  "src": "164:135:60",
221
221
  "stateMutability": "nonpayable",
222
222
  "virtual": false,
223
223
  "visibility": "external"
224
224
  }
225
225
  ],
226
- "scope": 19795,
226
+ "scope": 19776,
227
227
  "src": "132:169:60",
228
228
  "usedErrors": []
229
229
  }
@@ -236,7 +236,7 @@
236
236
  },
237
237
  "networks": {},
238
238
  "schemaVersion": "3.4.7",
239
- "updatedAt": "2022-04-29T12:22:58.688Z",
239
+ "updatedAt": "2022-04-30T08:07:02.214Z",
240
240
  "devdoc": {
241
241
  "author": "Superfluid",
242
242
  "kind": "dev",