@superfluid-finance/ethereum-contracts 1.2.1-dev.90ccb01.0 → 1.2.2-dev.153bcd3.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 (119) 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 +450 -243
  6. package/build/contracts/BaseRelayRecipient.json +112 -112
  7. package/build/contracts/BatchLiquidator.json +181 -181
  8. package/build/contracts/BatchOperation.json +1138 -1138
  9. package/build/contracts/CFAv1Library.json +2534 -2534
  10. package/build/contracts/CallUtils.json +478 -478
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1524 -1524
  12. package/build/contracts/ConstantFlowAgreementV1.json +22881 -21905
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +1138 -1138
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +31 -31
  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 +36 -36
  24. package/build/contracts/ERC721.json +1 -1
  25. package/build/contracts/ERC777Helper.json +660 -660
  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 +1524 -1524
  30. package/build/contracts/FixedSizeData.json +405 -405
  31. package/build/contracts/FlowExchangeTestApp.json +1525 -1525
  32. package/build/contracts/FlowOperatorDefinitions.json +1138 -1138
  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 +1051 -1153
  37. package/build/contracts/IDAv1Library.json +4183 -4183
  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 +1182 -1182
  50. package/build/contracts/IMaticBridgedNativeSuperToken.json +110 -110
  51. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +110 -110
  52. package/build/contracts/IMultiSigWallet.json +45 -45
  53. package/build/contracts/IPureSuperToken.json +69 -69
  54. package/build/contracts/IPureSuperTokenCustom.json +69 -69
  55. package/build/contracts/IRelayRecipient.json +49 -49
  56. package/build/contracts/IResolver.json +73 -73
  57. package/build/contracts/ISETH.json +79 -79
  58. package/build/contracts/ISETHCustom.json +79 -79
  59. package/build/contracts/ISuperAgreement.json +88 -88
  60. package/build/contracts/ISuperApp.json +351 -351
  61. package/build/contracts/ISuperToken.json +1008 -1008
  62. package/build/contracts/ISuperTokenFactory.json +280 -280
  63. package/build/contracts/ISuperfluid.json +1466 -1466
  64. package/build/contracts/ISuperfluidGovernance.json +404 -404
  65. package/build/contracts/ISuperfluidToken.json +774 -774
  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 +9343 -9343
  70. package/build/contracts/Int96SafeMath.json +504 -504
  71. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  72. package/build/contracts/NonClosableOutflowTestApp.json +1525 -1525
  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 +1524 -1524
  83. package/build/contracts/SlotsBitmapLibrary.json +794 -794
  84. package/build/contracts/Strings.json +1 -1
  85. package/build/contracts/SuperAppBase.json +394 -394
  86. package/build/contracts/SuperAppDefinitions.json +1138 -1138
  87. package/build/contracts/SuperToken.json +2351 -2351
  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 +9812 -10169
  93. package/build/contracts/SuperfluidFrameworkDeployer.json +535 -535
  94. package/build/contracts/SuperfluidGovernanceBase.json +3471 -3789
  95. package/build/contracts/SuperfluidGovernanceConfigs.json +1138 -1138
  96. package/build/contracts/SuperfluidGovernanceII.json +2097 -2347
  97. package/build/contracts/SuperfluidGovernanceIIProxy.json +214 -214
  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 +2195 -2445
  102. package/build/contracts/TestToken.json +94 -94
  103. package/build/contracts/TokenCustodian.json +214 -214
  104. package/build/contracts/TokenInfo.json +58 -58
  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 +3 -4
  110. package/contracts/agreements/AgreementLibrary.sol +1 -0
  111. package/contracts/agreements/ConstantFlowAgreementV1.sol +77 -45
  112. package/contracts/agreements/InstantDistributionAgreementV1.sol +3 -2
  113. package/contracts/gov/SuperfluidGovernanceBase.sol +9 -26
  114. package/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol +3 -9
  115. package/contracts/{agreements → libs}/SlotsBitmapLibrary.sol +1 -3
  116. package/contracts/mocks/SuperfluidMock.sol +2 -2
  117. package/contracts/superfluid/Superfluid.sol +5 -10
  118. package/package.json +5 -4
  119. package/scripts/gov-create-new-app-registration-key.js +26 -3
@@ -73,21 +73,21 @@
73
73
  "absolutePath": "project:/contracts/interfaces/tokens/IMaticBridgedNativeSuperToken.sol",
74
74
  "exportedSymbols": {
75
75
  "IMaticBridgedNativeSuperToken": [
76
- 19711
76
+ 19448
77
77
  ],
78
78
  "IMaticBridgedNativeSuperTokenCustom": [
79
- 19705
79
+ 19442
80
80
  ],
81
81
  "ISuperToken": [
82
- 18702
82
+ 18439
83
83
  ]
84
84
  },
85
- "id": 19712,
85
+ "id": 19449,
86
86
  "license": "AGPLv3",
87
87
  "nodeType": "SourceUnit",
88
88
  "nodes": [
89
89
  {
90
- "id": 19676,
90
+ "id": 19413,
91
91
  "literals": [
92
92
  "solidity",
93
93
  ">=",
@@ -95,26 +95,26 @@
95
95
  ".0"
96
96
  ],
97
97
  "nodeType": "PragmaDirective",
98
- "src": "35:25:56"
98
+ "src": "35:25:55"
99
99
  },
100
100
  {
101
101
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
102
102
  "file": "../superfluid/ISuperToken.sol",
103
- "id": 19678,
103
+ "id": 19415,
104
104
  "nameLocation": "-1:-1:-1",
105
105
  "nodeType": "ImportDirective",
106
- "scope": 19712,
107
- "sourceUnit": 18703,
108
- "src": "62:60:56",
106
+ "scope": 19449,
107
+ "sourceUnit": 18440,
108
+ "src": "62:60:55",
109
109
  "symbolAliases": [
110
110
  {
111
111
  "foreign": {
112
- "id": 19677,
112
+ "id": 19414,
113
113
  "name": "ISuperToken",
114
114
  "nodeType": "Identifier",
115
115
  "overloadedDeclarations": [],
116
- "referencedDeclaration": 18702,
117
- "src": "71:11:56",
116
+ "referencedDeclaration": 18439,
117
+ "src": "71:11:55",
118
118
  "typeDescriptions": {}
119
119
  },
120
120
  "nameLocation": "-1:-1:-1"
@@ -129,48 +129,48 @@
129
129
  "contractDependencies": [],
130
130
  "contractKind": "interface",
131
131
  "documentation": {
132
- "id": 19679,
132
+ "id": 19416,
133
133
  "nodeType": "StructuredDocumentation",
134
- "src": "124:157:56",
134
+ "src": "124:157:55",
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": 19442,
139
139
  "linearizedBaseContracts": [
140
- 19705
140
+ 19442
141
141
  ],
142
142
  "name": "IMaticBridgedNativeSuperTokenCustom",
143
- "nameLocation": "292:35:56",
143
+ "nameLocation": "292:35:55",
144
144
  "nodeType": "ContractDefinition",
145
145
  "nodes": [
146
146
  {
147
147
  "documentation": {
148
- "id": 19680,
148
+ "id": 19417,
149
149
  "nodeType": "StructuredDocumentation",
150
- "src": "334:88:56",
150
+ "src": "334:88:55",
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": 19424,
155
155
  "implemented": false,
156
156
  "kind": "function",
157
157
  "modifiers": [],
158
158
  "name": "deposit",
159
- "nameLocation": "436:7:56",
159
+ "nameLocation": "436:7:55",
160
160
  "nodeType": "FunctionDefinition",
161
161
  "parameters": {
162
- "id": 19685,
162
+ "id": 19422,
163
163
  "nodeType": "ParameterList",
164
164
  "parameters": [
165
165
  {
166
166
  "constant": false,
167
- "id": 19682,
167
+ "id": 19419,
168
168
  "mutability": "mutable",
169
169
  "name": "user",
170
- "nameLocation": "452:4:56",
170
+ "nameLocation": "452:4:55",
171
171
  "nodeType": "VariableDeclaration",
172
- "scope": 19687,
173
- "src": "444:12:56",
172
+ "scope": 19424,
173
+ "src": "444:12:55",
174
174
  "stateVariable": false,
175
175
  "storageLocation": "default",
176
176
  "typeDescriptions": {
@@ -178,10 +178,10 @@
178
178
  "typeString": "address"
179
179
  },
180
180
  "typeName": {
181
- "id": 19681,
181
+ "id": 19418,
182
182
  "name": "address",
183
183
  "nodeType": "ElementaryTypeName",
184
- "src": "444:7:56",
184
+ "src": "444:7:55",
185
185
  "stateMutability": "nonpayable",
186
186
  "typeDescriptions": {
187
187
  "typeIdentifier": "t_address",
@@ -192,13 +192,13 @@
192
192
  },
193
193
  {
194
194
  "constant": false,
195
- "id": 19684,
195
+ "id": 19421,
196
196
  "mutability": "mutable",
197
197
  "name": "depositData",
198
- "nameLocation": "473:11:56",
198
+ "nameLocation": "473:11:55",
199
199
  "nodeType": "VariableDeclaration",
200
- "scope": 19687,
201
- "src": "458:26:56",
200
+ "scope": 19424,
201
+ "src": "458:26:55",
202
202
  "stateVariable": false,
203
203
  "storageLocation": "calldata",
204
204
  "typeDescriptions": {
@@ -206,10 +206,10 @@
206
206
  "typeString": "bytes"
207
207
  },
208
208
  "typeName": {
209
- "id": 19683,
209
+ "id": 19420,
210
210
  "name": "bytes",
211
211
  "nodeType": "ElementaryTypeName",
212
- "src": "458:5:56",
212
+ "src": "458:5:55",
213
213
  "typeDescriptions": {
214
214
  "typeIdentifier": "t_bytes_storage_ptr",
215
215
  "typeString": "bytes"
@@ -218,48 +218,48 @@
218
218
  "visibility": "internal"
219
219
  }
220
220
  ],
221
- "src": "443:42:56"
221
+ "src": "443:42:55"
222
222
  },
223
223
  "returnParameters": {
224
- "id": 19686,
224
+ "id": 19423,
225
225
  "nodeType": "ParameterList",
226
226
  "parameters": [],
227
- "src": "494:0:56"
227
+ "src": "494:0:55"
228
228
  },
229
- "scope": 19705,
230
- "src": "427:68:56",
229
+ "scope": 19442,
230
+ "src": "427:68:55",
231
231
  "stateMutability": "nonpayable",
232
232
  "virtual": false,
233
233
  "visibility": "external"
234
234
  },
235
235
  {
236
236
  "documentation": {
237
- "id": 19688,
237
+ "id": 19425,
238
238
  "nodeType": "StructuredDocumentation",
239
- "src": "501:74:56",
239
+ "src": "501:74:55",
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": 19430,
244
244
  "implemented": false,
245
245
  "kind": "function",
246
246
  "modifiers": [],
247
247
  "name": "withdraw",
248
- "nameLocation": "589:8:56",
248
+ "nameLocation": "589:8:55",
249
249
  "nodeType": "FunctionDefinition",
250
250
  "parameters": {
251
- "id": 19691,
251
+ "id": 19428,
252
252
  "nodeType": "ParameterList",
253
253
  "parameters": [
254
254
  {
255
255
  "constant": false,
256
- "id": 19690,
256
+ "id": 19427,
257
257
  "mutability": "mutable",
258
258
  "name": "amount",
259
- "nameLocation": "606:6:56",
259
+ "nameLocation": "606:6:55",
260
260
  "nodeType": "VariableDeclaration",
261
- "scope": 19693,
262
- "src": "598:14:56",
261
+ "scope": 19430,
262
+ "src": "598:14:55",
263
263
  "stateVariable": false,
264
264
  "storageLocation": "default",
265
265
  "typeDescriptions": {
@@ -267,10 +267,10 @@
267
267
  "typeString": "uint256"
268
268
  },
269
269
  "typeName": {
270
- "id": 19689,
270
+ "id": 19426,
271
271
  "name": "uint256",
272
272
  "nodeType": "ElementaryTypeName",
273
- "src": "598:7:56",
273
+ "src": "598:7:55",
274
274
  "typeDescriptions": {
275
275
  "typeIdentifier": "t_uint256",
276
276
  "typeString": "uint256"
@@ -279,48 +279,48 @@
279
279
  "visibility": "internal"
280
280
  }
281
281
  ],
282
- "src": "597:16:56"
282
+ "src": "597:16:55"
283
283
  },
284
284
  "returnParameters": {
285
- "id": 19692,
285
+ "id": 19429,
286
286
  "nodeType": "ParameterList",
287
287
  "parameters": [],
288
- "src": "622:0:56"
288
+ "src": "622:0:55"
289
289
  },
290
- "scope": 19705,
291
- "src": "580:43:56",
290
+ "scope": 19442,
291
+ "src": "580:43:55",
292
292
  "stateMutability": "nonpayable",
293
293
  "virtual": false,
294
294
  "visibility": "external"
295
295
  },
296
296
  {
297
297
  "documentation": {
298
- "id": 19694,
298
+ "id": 19431,
299
299
  "nodeType": "StructuredDocumentation",
300
- "src": "629:54:56",
300
+ "src": "629:54:55",
301
301
  "text": "@dev governance can change the child chain manager"
302
302
  },
303
303
  "functionSelector": "445a6797",
304
- "id": 19699,
304
+ "id": 19436,
305
305
  "implemented": false,
306
306
  "kind": "function",
307
307
  "modifiers": [],
308
308
  "name": "updateChildChainManager",
309
- "nameLocation": "697:23:56",
309
+ "nameLocation": "697:23:55",
310
310
  "nodeType": "FunctionDefinition",
311
311
  "parameters": {
312
- "id": 19697,
312
+ "id": 19434,
313
313
  "nodeType": "ParameterList",
314
314
  "parameters": [
315
315
  {
316
316
  "constant": false,
317
- "id": 19696,
317
+ "id": 19433,
318
318
  "mutability": "mutable",
319
319
  "name": "newChildChainManager",
320
- "nameLocation": "729:20:56",
320
+ "nameLocation": "729:20:55",
321
321
  "nodeType": "VariableDeclaration",
322
- "scope": 19699,
323
- "src": "721:28:56",
322
+ "scope": 19436,
323
+ "src": "721:28:55",
324
324
  "stateVariable": false,
325
325
  "storageLocation": "default",
326
326
  "typeDescriptions": {
@@ -328,10 +328,10 @@
328
328
  "typeString": "address"
329
329
  },
330
330
  "typeName": {
331
- "id": 19695,
331
+ "id": 19432,
332
332
  "name": "address",
333
333
  "nodeType": "ElementaryTypeName",
334
- "src": "721:7:56",
334
+ "src": "721:7:55",
335
335
  "stateMutability": "nonpayable",
336
336
  "typeDescriptions": {
337
337
  "typeIdentifier": "t_address",
@@ -341,16 +341,16 @@
341
341
  "visibility": "internal"
342
342
  }
343
343
  ],
344
- "src": "720:30:56"
344
+ "src": "720:30:55"
345
345
  },
346
346
  "returnParameters": {
347
- "id": 19698,
347
+ "id": 19435,
348
348
  "nodeType": "ParameterList",
349
349
  "parameters": [],
350
- "src": "759:0:56"
350
+ "src": "759:0:55"
351
351
  },
352
- "scope": 19705,
353
- "src": "688:72:56",
352
+ "scope": 19442,
353
+ "src": "688:72:55",
354
354
  "stateMutability": "nonpayable",
355
355
  "virtual": false,
356
356
  "visibility": "external"
@@ -358,30 +358,30 @@
358
358
  {
359
359
  "anonymous": false,
360
360
  "documentation": {
361
- "id": 19700,
361
+ "id": 19437,
362
362
  "nodeType": "StructuredDocumentation",
363
- "src": "766:53:56",
363
+ "src": "766:53:55",
364
364
  "text": "@dev emitted when the child chain manager changes"
365
365
  },
366
366
  "eventSelector": "88ba5221dde9ab86adbd4dee937ed51febc94c1052c203da3aabe4034a9273f5",
367
- "id": 19704,
367
+ "id": 19441,
368
368
  "name": "ChildChainManagerChanged",
369
- "nameLocation": "830:24:56",
369
+ "nameLocation": "830:24:55",
370
370
  "nodeType": "EventDefinition",
371
371
  "parameters": {
372
- "id": 19703,
372
+ "id": 19440,
373
373
  "nodeType": "ParameterList",
374
374
  "parameters": [
375
375
  {
376
376
  "constant": false,
377
- "id": 19702,
377
+ "id": 19439,
378
378
  "indexed": false,
379
379
  "mutability": "mutable",
380
380
  "name": "newAddress",
381
- "nameLocation": "863:10:56",
381
+ "nameLocation": "863:10:55",
382
382
  "nodeType": "VariableDeclaration",
383
- "scope": 19704,
384
- "src": "855:18:56",
383
+ "scope": 19441,
384
+ "src": "855:18:55",
385
385
  "stateVariable": false,
386
386
  "storageLocation": "default",
387
387
  "typeDescriptions": {
@@ -389,10 +389,10 @@
389
389
  "typeString": "address"
390
390
  },
391
391
  "typeName": {
392
- "id": 19701,
392
+ "id": 19438,
393
393
  "name": "address",
394
394
  "nodeType": "ElementaryTypeName",
395
- "src": "855:7:56",
395
+ "src": "855:7:55",
396
396
  "stateMutability": "nonpayable",
397
397
  "typeDescriptions": {
398
398
  "typeIdentifier": "t_address",
@@ -402,13 +402,13 @@
402
402
  "visibility": "internal"
403
403
  }
404
404
  ],
405
- "src": "854:20:56"
405
+ "src": "854:20:55"
406
406
  },
407
- "src": "824:51:56"
407
+ "src": "824:51:55"
408
408
  }
409
409
  ],
410
- "scope": 19712,
411
- "src": "282:595:56",
410
+ "scope": 19449,
411
+ "src": "282:595:55",
412
412
  "usedErrors": []
413
413
  },
414
414
  {
@@ -416,59 +416,59 @@
416
416
  "baseContracts": [
417
417
  {
418
418
  "baseName": {
419
- "id": 19707,
419
+ "id": 19444,
420
420
  "name": "IMaticBridgedNativeSuperTokenCustom",
421
421
  "nodeType": "IdentifierPath",
422
- "referencedDeclaration": 19705,
423
- "src": "1007:35:56"
422
+ "referencedDeclaration": 19442,
423
+ "src": "1007:35:55"
424
424
  },
425
- "id": 19708,
425
+ "id": 19445,
426
426
  "nodeType": "InheritanceSpecifier",
427
- "src": "1007:35:56"
427
+ "src": "1007:35:55"
428
428
  },
429
429
  {
430
430
  "baseName": {
431
- "id": 19709,
431
+ "id": 19446,
432
432
  "name": "ISuperToken",
433
433
  "nodeType": "IdentifierPath",
434
- "referencedDeclaration": 18702,
435
- "src": "1044:11:56"
434
+ "referencedDeclaration": 18439,
435
+ "src": "1044:11:55"
436
436
  },
437
- "id": 19710,
437
+ "id": 19447,
438
438
  "nodeType": "InheritanceSpecifier",
439
- "src": "1044:11:56"
439
+ "src": "1044:11:55"
440
440
  }
441
441
  ],
442
442
  "canonicalName": "IMaticBridgedNativeSuperToken",
443
443
  "contractDependencies": [],
444
444
  "contractKind": "interface",
445
445
  "documentation": {
446
- "id": 19706,
446
+ "id": 19443,
447
447
  "nodeType": "StructuredDocumentation",
448
- "src": "879:84:56",
448
+ "src": "879:84:55",
449
449
  "text": " @dev Matic Bridged Native SuperToken full interface\n @author Superfluid"
450
450
  },
451
451
  "fullyImplemented": false,
452
- "id": 19711,
452
+ "id": 19448,
453
453
  "linearizedBaseContracts": [
454
- 19711,
455
- 18702,
454
+ 19448,
455
+ 18439,
456
456
  3172,
457
457
  1520,
458
- 19779,
459
- 19662,
460
- 19705
458
+ 19516,
459
+ 19399,
460
+ 19442
461
461
  ],
462
462
  "name": "IMaticBridgedNativeSuperToken",
463
- "nameLocation": "974:29:56",
463
+ "nameLocation": "974:29:55",
464
464
  "nodeType": "ContractDefinition",
465
465
  "nodes": [],
466
- "scope": 19712,
467
- "src": "964:94:56",
466
+ "scope": 19449,
467
+ "src": "964:94:55",
468
468
  "usedErrors": []
469
469
  }
470
470
  ],
471
- "src": "35:1024:56"
471
+ "src": "35:1024:55"
472
472
  },
473
473
  "compiler": {
474
474
  "name": "solc",
@@ -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-05-06T17:19:48.269Z",
480
480
  "devdoc": {
481
481
  "author": "Superfluid",
482
482
  "details": "Functionality specific for Matic Bridged Native Super Tokens",