@superfluid-finance/ethereum-contracts 1.7.2-dev.09f3be3.0 → 1.7.2-dev.36bfd5f.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
  2. package/build/contracts/AccessControl.json +1 -1
  3. package/build/contracts/AccessControlEnumerable.json +1 -1
  4. package/build/contracts/Address.json +1 -1
  5. package/build/contracts/AgreementBase.json +18 -18
  6. package/build/contracts/AgreementLibrary.json +165 -165
  7. package/build/contracts/BaseRelayRecipient.json +57 -57
  8. package/build/contracts/BatchLiquidator.json +382 -382
  9. package/build/contracts/BatchOperation.json +614 -614
  10. package/build/contracts/CFAv1Forwarder.json +1250 -1250
  11. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2384 -2384
  12. package/build/contracts/CFAv1Library.json +389 -389
  13. package/build/contracts/CallUtils.json +198 -198
  14. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  15. package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
  16. package/build/contracts/ConstantInflowNFT.json +402 -402
  17. package/build/contracts/ConstantOutflowNFT.json +661 -661
  18. package/build/contracts/Context.json +1 -1
  19. package/build/contracts/ContextDefinitions.json +614 -614
  20. package/build/contracts/CustomSuperTokenBase.json +19 -19
  21. package/build/contracts/ERC165.json +1 -1
  22. package/build/contracts/ERC1820Implementer.json +1 -1
  23. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  24. package/build/contracts/ERC20.json +1 -1
  25. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  26. package/build/contracts/ERC777Helper.json +384 -384
  27. package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
  28. package/build/contracts/ERC777RecipientReverting.json +863 -863
  29. package/build/contracts/EnumerableSet.json +1 -1
  30. package/build/contracts/EventsEmitter.json +43 -43
  31. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  32. package/build/contracts/FixedSizeData.json +200 -200
  33. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  34. package/build/contracts/FlowNFTBase.json +1280 -1280
  35. package/build/contracts/FlowOperatorDefinitions.json +614 -614
  36. package/build/contracts/ForwarderBase.json +190 -190
  37. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  38. package/build/contracts/IAccessControl.json +1 -1
  39. package/build/contracts/IAccessControlEnumerable.json +1 -1
  40. package/build/contracts/IConstantFlowAgreementV1.json +677 -677
  41. package/build/contracts/IConstantInflowNFT.json +54 -54
  42. package/build/contracts/IConstantOutflowNFT.json +107 -107
  43. package/build/contracts/IDAv1Forwarder.json +912 -912
  44. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2384 -2384
  45. package/build/contracts/IDAv1Library.json +430 -430
  46. package/build/contracts/IERC165.json +1 -1
  47. package/build/contracts/IERC1820Implementer.json +1 -1
  48. package/build/contracts/IERC1820Registry.json +1 -1
  49. package/build/contracts/IERC20.json +1 -1
  50. package/build/contracts/IERC20Metadata.json +1 -1
  51. package/build/contracts/IERC20Permit.json +1 -1
  52. package/build/contracts/IERC721.json +1 -1
  53. package/build/contracts/IERC721Metadata.json +1 -1
  54. package/build/contracts/IERC777.json +1 -1
  55. package/build/contracts/IERC777Recipient.json +1 -1
  56. package/build/contracts/IERC777Sender.json +1 -1
  57. package/build/contracts/IFlowNFTBase.json +115 -115
  58. package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
  59. package/build/contracts/IMultiSigWallet.json +31 -31
  60. package/build/contracts/IPoolAdminNFT.json +7 -7
  61. package/build/contracts/IPoolMemberNFT.json +7 -7
  62. package/build/contracts/IPureSuperToken.json +62 -62
  63. package/build/contracts/IPureSuperTokenCustom.json +62 -62
  64. package/build/contracts/IRelayRecipient.json +27 -27
  65. package/build/contracts/IResolver.json +38 -38
  66. package/build/contracts/ISETH.json +67 -67
  67. package/build/contracts/ISETHCustom.json +67 -67
  68. package/build/contracts/ISuperAgreement.json +50 -50
  69. package/build/contracts/ISuperApp.json +191 -191
  70. package/build/contracts/ISuperToken.json +695 -695
  71. package/build/contracts/ISuperTokenFactory.json +225 -225
  72. package/build/contracts/ISuperfluid.json +904 -904
  73. package/build/contracts/ISuperfluidGovernance.json +251 -251
  74. package/build/contracts/ISuperfluidToken.json +407 -407
  75. package/build/contracts/ITOGAv1.json +1346 -1346
  76. package/build/contracts/ITOGAv2.json +1346 -1346
  77. package/build/contracts/ITOGAv3.json +1346 -1346
  78. package/build/contracts/Initializable.json +1 -1
  79. package/build/contracts/InstantDistributionAgreementV1.json +594 -594
  80. package/build/contracts/Math.json +1 -1
  81. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  82. package/build/contracts/Ownable.json +1 -1
  83. package/build/contracts/Proxy.json +1 -1
  84. package/build/contracts/ProxyDeployerLibrary.json +2382 -2382
  85. package/build/contracts/PureSuperToken.json +106 -106
  86. package/build/contracts/Resolver.json +98 -98
  87. package/build/contracts/SETHProxy.json +224 -224
  88. package/build/contracts/SafeCast.json +1 -1
  89. package/build/contracts/SafeERC20.json +1 -1
  90. package/build/contracts/SafeGasLibrary.json +51 -51
  91. package/build/contracts/SafeMath.json +1 -1
  92. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  93. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  94. package/build/contracts/StreamRedirector.json +704 -704
  95. package/build/contracts/Strings.json +1 -1
  96. package/build/contracts/SuperAppBase.json +42 -42
  97. package/build/contracts/SuperAppBaseFlow.json +138 -138
  98. package/build/contracts/SuperAppDefinitions.json +614 -614
  99. package/build/contracts/SuperToken.json +2714 -2714
  100. package/build/contracts/SuperTokenDeployerLibrary.json +2383 -2383
  101. package/build/contracts/SuperTokenFactory.json +1347 -1347
  102. package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
  103. package/build/contracts/SuperTokenV1Library.json +1483 -1483
  104. package/build/contracts/SuperUpgrader.json +439 -439
  105. package/build/contracts/Superfluid.json +5196 -5196
  106. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2383 -2383
  107. package/build/contracts/SuperfluidFrameworkDeployer.json +1260 -1260
  108. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2382 -2382
  109. package/build/contracts/SuperfluidGovDeployerLibrary.json +2383 -2383
  110. package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
  111. package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
  112. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  113. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  114. package/build/contracts/SuperfluidHostDeployerLibrary.json +2382 -2382
  115. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2383 -2383
  116. package/build/contracts/SuperfluidLoader.json +207 -207
  117. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2384 -2384
  118. package/build/contracts/SuperfluidLoaderLibrary.json +485 -351
  119. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2387 -2387
  120. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2385 -2385
  121. package/build/contracts/SuperfluidToken.json +1423 -1423
  122. package/build/contracts/TOGA.json +1360 -1360
  123. package/build/contracts/TestGovernance.json +250 -250
  124. package/build/contracts/TestResolver.json +47 -47
  125. package/build/contracts/TestToken.json +102 -102
  126. package/build/contracts/TokenDeployerLibrary.json +2384 -2384
  127. package/build/contracts/TokenInfo.json +32 -32
  128. package/build/contracts/UUPSProxiable.json +139 -139
  129. package/build/contracts/UUPSProxy.json +81 -81
  130. package/build/contracts/UUPSUtils.json +37 -37
  131. package/build/contracts-sizes.txt +15 -15
  132. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
  133. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts.map +1 -1
  134. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
  135. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js.map +1 -1
  136. package/contracts/apps/SuperfluidLoaderLibrary.sol +4 -1
  137. package/package.json +3 -4
  138. package/ops-scripts/.eslintrc.js +0 -15
  139. package/ops-scripts/artifacts/ERC1820Registry.json +0 -5
  140. package/ops-scripts/deploy-aux-contracts.js +0 -99
  141. package/ops-scripts/deploy-deterministically.js +0 -169
  142. package/ops-scripts/deploy-erc1820.js +0 -83
  143. package/ops-scripts/deploy-framework.js +0 -895
  144. package/ops-scripts/deploy-mfa.ts +0 -27
  145. package/ops-scripts/deploy-super-token.js +0 -206
  146. package/ops-scripts/deploy-test-environment.js +0 -98
  147. package/ops-scripts/deploy-test-token.js +0 -86
  148. package/ops-scripts/deploy-unlisted-pure-super-token.js +0 -69
  149. package/ops-scripts/deploy-unlisted-super-token.js +0 -68
  150. package/ops-scripts/gov-create-new-app-registration-key.js +0 -75
  151. package/ops-scripts/gov-create-new-factory-registration.js +0 -49
  152. package/ops-scripts/gov-set-3Ps-config.js +0 -67
  153. package/ops-scripts/gov-set-reward-address.js +0 -60
  154. package/ops-scripts/gov-set-token-min-deposit.js +0 -53
  155. package/ops-scripts/gov-set-trusted-forwarder.js +0 -80
  156. package/ops-scripts/gov-transfer-framework-ownership.js +0 -90
  157. package/ops-scripts/gov-upgrade-governance.js +0 -87
  158. package/ops-scripts/gov-upgrade-super-token-logic.js +0 -193
  159. package/ops-scripts/info-inspect-account.js +0 -118
  160. package/ops-scripts/info-list-apps.js +0 -55
  161. package/ops-scripts/info-print-contract-addresses.js +0 -136
  162. package/ops-scripts/info-scan-deployments.js +0 -63
  163. package/ops-scripts/info-show-protocol.js +0 -400
  164. package/ops-scripts/libs/common.js +0 -436
  165. package/ops-scripts/libs/getConfig.js +0 -289
  166. package/ops-scripts/libs/truffleScriptRunnerFactory.js +0 -97
  167. package/ops-scripts/resolver-list-super-token.js +0 -73
  168. package/ops-scripts/resolver-register-token.js +0 -72
  169. package/ops-scripts/resolver-reset-deployment.js +0 -54
  170. package/ops-scripts/resolver-set-key-value.js +0 -69
  171. package/ops-scripts/resolver-unlist-super-token.js +0 -61
  172. package/ops-scripts/tmp-trigger-token-transfer.js +0 -33
  173. package/ops-scripts/validate-nft-addresses.ts +0 -49
@@ -1295,33 +1295,33 @@
1295
1295
  "absolutePath": "project:/contracts/gov/SuperfluidGovernanceII.sol",
1296
1296
  "exportedSymbols": {
1297
1297
  "ISuperfluid": [
1298
- 25037
1298
+ 25048
1299
1299
  ],
1300
1300
  "Ownable": [
1301
1301
  651
1302
1302
  ],
1303
1303
  "SuperfluidGovernanceBase": [
1304
- 22232
1304
+ 22243
1305
1305
  ],
1306
1306
  "SuperfluidGovernanceII": [
1307
- 22308
1307
+ 22319
1308
1308
  ],
1309
1309
  "SuperfluidGovernanceIIProxy": [
1310
- 22250
1310
+ 22261
1311
1311
  ],
1312
1312
  "UUPSProxiable": [
1313
- 46988
1313
+ 46999
1314
1314
  ],
1315
1315
  "UUPSProxy": [
1316
- 47045
1316
+ 47056
1317
1317
  ]
1318
1318
  },
1319
- "id": 22309,
1319
+ "id": 22320,
1320
1320
  "license": "AGPLv3",
1321
1321
  "nodeType": "SourceUnit",
1322
1322
  "nodes": [
1323
1323
  {
1324
- "id": 22234,
1324
+ "id": 22245,
1325
1325
  "literals": [
1326
1326
  "solidity",
1327
1327
  "0.8",
@@ -1333,20 +1333,20 @@
1333
1333
  {
1334
1334
  "absolutePath": "project:/contracts/upgradability/UUPSProxy.sol",
1335
1335
  "file": "../upgradability/UUPSProxy.sol",
1336
- "id": 22236,
1336
+ "id": 22247,
1337
1337
  "nameLocation": "-1:-1:-1",
1338
1338
  "nodeType": "ImportDirective",
1339
- "scope": 22309,
1340
- "sourceUnit": 47046,
1339
+ "scope": 22320,
1340
+ "sourceUnit": 47057,
1341
1341
  "src": "60:59:41",
1342
1342
  "symbolAliases": [
1343
1343
  {
1344
1344
  "foreign": {
1345
- "id": 22235,
1345
+ "id": 22246,
1346
1346
  "name": "UUPSProxy",
1347
1347
  "nodeType": "Identifier",
1348
1348
  "overloadedDeclarations": [],
1349
- "referencedDeclaration": 47045,
1349
+ "referencedDeclaration": 47056,
1350
1350
  "src": "69:9:41",
1351
1351
  "typeDescriptions": {}
1352
1352
  },
@@ -1358,16 +1358,16 @@
1358
1358
  {
1359
1359
  "absolutePath": "@openzeppelin/contracts/access/Ownable.sol",
1360
1360
  "file": "@openzeppelin/contracts/access/Ownable.sol",
1361
- "id": 22238,
1361
+ "id": 22249,
1362
1362
  "nameLocation": "-1:-1:-1",
1363
1363
  "nodeType": "ImportDirective",
1364
- "scope": 22309,
1364
+ "scope": 22320,
1365
1365
  "sourceUnit": 652,
1366
1366
  "src": "120:69:41",
1367
1367
  "symbolAliases": [
1368
1368
  {
1369
1369
  "foreign": {
1370
- "id": 22237,
1370
+ "id": 22248,
1371
1371
  "name": "Ownable",
1372
1372
  "nodeType": "Identifier",
1373
1373
  "overloadedDeclarations": [],
@@ -1383,20 +1383,20 @@
1383
1383
  {
1384
1384
  "absolutePath": "project:/contracts/upgradability/UUPSProxiable.sol",
1385
1385
  "file": "../upgradability/UUPSProxiable.sol",
1386
- "id": 22240,
1386
+ "id": 22251,
1387
1387
  "nameLocation": "-1:-1:-1",
1388
1388
  "nodeType": "ImportDirective",
1389
- "scope": 22309,
1390
- "sourceUnit": 46989,
1389
+ "scope": 22320,
1390
+ "sourceUnit": 47000,
1391
1391
  "src": "190:67:41",
1392
1392
  "symbolAliases": [
1393
1393
  {
1394
1394
  "foreign": {
1395
- "id": 22239,
1395
+ "id": 22250,
1396
1396
  "name": "UUPSProxiable",
1397
1397
  "nodeType": "Identifier",
1398
1398
  "overloadedDeclarations": [],
1399
- "referencedDeclaration": 46988,
1399
+ "referencedDeclaration": 46999,
1400
1400
  "src": "199:13:41",
1401
1401
  "typeDescriptions": {}
1402
1402
  },
@@ -1408,20 +1408,20 @@
1408
1408
  {
1409
1409
  "absolutePath": "project:/contracts/gov/SuperfluidGovernanceBase.sol",
1410
1410
  "file": "./SuperfluidGovernanceBase.sol",
1411
- "id": 22242,
1411
+ "id": 22253,
1412
1412
  "nameLocation": "-1:-1:-1",
1413
1413
  "nodeType": "ImportDirective",
1414
- "scope": 22309,
1415
- "sourceUnit": 22233,
1414
+ "scope": 22320,
1415
+ "sourceUnit": 22244,
1416
1416
  "src": "258:74:41",
1417
1417
  "symbolAliases": [
1418
1418
  {
1419
1419
  "foreign": {
1420
- "id": 22241,
1420
+ "id": 22252,
1421
1421
  "name": "SuperfluidGovernanceBase",
1422
1422
  "nodeType": "Identifier",
1423
1423
  "overloadedDeclarations": [],
1424
- "referencedDeclaration": 22232,
1424
+ "referencedDeclaration": 22243,
1425
1425
  "src": "267:24:41",
1426
1426
  "typeDescriptions": {}
1427
1427
  },
@@ -1433,20 +1433,20 @@
1433
1433
  {
1434
1434
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
1435
1435
  "file": "../interfaces/superfluid/ISuperfluid.sol",
1436
- "id": 22244,
1436
+ "id": 22255,
1437
1437
  "nameLocation": "-1:-1:-1",
1438
1438
  "nodeType": "ImportDirective",
1439
- "scope": 22309,
1440
- "sourceUnit": 25038,
1439
+ "scope": 22320,
1440
+ "sourceUnit": 25049,
1441
1441
  "src": "333:71:41",
1442
1442
  "symbolAliases": [
1443
1443
  {
1444
1444
  "foreign": {
1445
- "id": 22243,
1445
+ "id": 22254,
1446
1446
  "name": "ISuperfluid",
1447
1447
  "nodeType": "Identifier",
1448
1448
  "overloadedDeclarations": [],
1449
- "referencedDeclaration": 25037,
1449
+ "referencedDeclaration": 25048,
1450
1450
  "src": "342:11:41",
1451
1451
  "typeDescriptions": {}
1452
1452
  },
@@ -1460,7 +1460,7 @@
1460
1460
  "baseContracts": [
1461
1461
  {
1462
1462
  "baseName": {
1463
- "id": 22246,
1463
+ "id": 22257,
1464
1464
  "name": "Ownable",
1465
1465
  "nameLocations": [
1466
1466
  "694:7:41"
@@ -1469,22 +1469,22 @@
1469
1469
  "referencedDeclaration": 651,
1470
1470
  "src": "694:7:41"
1471
1471
  },
1472
- "id": 22247,
1472
+ "id": 22258,
1473
1473
  "nodeType": "InheritanceSpecifier",
1474
1474
  "src": "694:7:41"
1475
1475
  },
1476
1476
  {
1477
1477
  "baseName": {
1478
- "id": 22248,
1478
+ "id": 22259,
1479
1479
  "name": "UUPSProxy",
1480
1480
  "nameLocations": [
1481
1481
  "703:9:41"
1482
1482
  ],
1483
1483
  "nodeType": "IdentifierPath",
1484
- "referencedDeclaration": 47045,
1484
+ "referencedDeclaration": 47056,
1485
1485
  "src": "703:9:41"
1486
1486
  },
1487
- "id": 22249,
1487
+ "id": 22260,
1488
1488
  "nodeType": "InheritanceSpecifier",
1489
1489
  "src": "703:9:41"
1490
1490
  }
@@ -1493,16 +1493,16 @@
1493
1493
  "contractDependencies": [],
1494
1494
  "contractKind": "contract",
1495
1495
  "documentation": {
1496
- "id": 22245,
1496
+ "id": 22256,
1497
1497
  "nodeType": "StructuredDocumentation",
1498
1498
  "src": "406:202:41",
1499
1499
  "text": " @title A proxy for governance which is both ownable and upgradable\n @author Superfluid\n IMPORTANT! Make sure the inheritance order remains in sync with the logic contract (Ownable first)!"
1500
1500
  },
1501
1501
  "fullyImplemented": true,
1502
- "id": 22250,
1502
+ "id": 22261,
1503
1503
  "linearizedBaseContracts": [
1504
- 22250,
1505
- 47045,
1504
+ 22261,
1505
+ 47056,
1506
1506
  706,
1507
1507
  651,
1508
1508
  2580
@@ -1511,7 +1511,7 @@
1511
1511
  "nameLocation": "663:27:41",
1512
1512
  "nodeType": "ContractDefinition",
1513
1513
  "nodes": [],
1514
- "scope": 22309,
1514
+ "scope": 22320,
1515
1515
  "src": "654:62:41",
1516
1516
  "usedErrors": []
1517
1517
  },
@@ -1520,7 +1520,7 @@
1520
1520
  "baseContracts": [
1521
1521
  {
1522
1522
  "baseName": {
1523
- "id": 22251,
1523
+ "id": 22262,
1524
1524
  "name": "Ownable",
1525
1525
  "nameLocations": [
1526
1526
  "757:7:41"
@@ -1529,37 +1529,37 @@
1529
1529
  "referencedDeclaration": 651,
1530
1530
  "src": "757:7:41"
1531
1531
  },
1532
- "id": 22252,
1532
+ "id": 22263,
1533
1533
  "nodeType": "InheritanceSpecifier",
1534
1534
  "src": "757:7:41"
1535
1535
  },
1536
1536
  {
1537
1537
  "baseName": {
1538
- "id": 22253,
1538
+ "id": 22264,
1539
1539
  "name": "UUPSProxiable",
1540
1540
  "nameLocations": [
1541
1541
  "770:13:41"
1542
1542
  ],
1543
1543
  "nodeType": "IdentifierPath",
1544
- "referencedDeclaration": 46988,
1544
+ "referencedDeclaration": 46999,
1545
1545
  "src": "770:13:41"
1546
1546
  },
1547
- "id": 22254,
1547
+ "id": 22265,
1548
1548
  "nodeType": "InheritanceSpecifier",
1549
1549
  "src": "770:13:41"
1550
1550
  },
1551
1551
  {
1552
1552
  "baseName": {
1553
- "id": 22255,
1553
+ "id": 22266,
1554
1554
  "name": "SuperfluidGovernanceBase",
1555
1555
  "nameLocations": [
1556
1556
  "789:24:41"
1557
1557
  ],
1558
1558
  "nodeType": "IdentifierPath",
1559
- "referencedDeclaration": 22232,
1559
+ "referencedDeclaration": 22243,
1560
1560
  "src": "789:24:41"
1561
1561
  },
1562
- "id": 22256,
1562
+ "id": 22267,
1563
1563
  "nodeType": "InheritanceSpecifier",
1564
1564
  "src": "789:24:41"
1565
1565
  }
@@ -1568,12 +1568,12 @@
1568
1568
  "contractDependencies": [],
1569
1569
  "contractKind": "contract",
1570
1570
  "fullyImplemented": true,
1571
- "id": 22308,
1571
+ "id": 22319,
1572
1572
  "linearizedBaseContracts": [
1573
- 22308,
1574
- 22232,
1575
- 25166,
1576
- 46988,
1573
+ 22319,
1574
+ 22243,
1575
+ 25177,
1576
+ 46999,
1577
1577
  875,
1578
1578
  651,
1579
1579
  2580
@@ -1584,12 +1584,12 @@
1584
1584
  "nodes": [
1585
1585
  {
1586
1586
  "errorSelector": "8c809f9b",
1587
- "id": 22258,
1587
+ "id": 22269,
1588
1588
  "name": "SF_GOV_II_ONLY_OWNER",
1589
1589
  "nameLocation": "826:20:41",
1590
1590
  "nodeType": "ErrorDefinition",
1591
1591
  "parameters": {
1592
- "id": 22257,
1592
+ "id": 22268,
1593
1593
  "nodeType": "ParameterList",
1594
1594
  "parameters": [],
1595
1595
  "src": "846:2:41"
@@ -1598,7 +1598,7 @@
1598
1598
  },
1599
1599
  {
1600
1600
  "body": {
1601
- "id": 22270,
1601
+ "id": 22281,
1602
1602
  "nodeType": "Block",
1603
1603
  "src": "897:75:41",
1604
1604
  "statements": [
@@ -1608,7 +1608,7 @@
1608
1608
  "typeIdentifier": "t_address",
1609
1609
  "typeString": "address"
1610
1610
  },
1611
- "id": 22265,
1611
+ "id": 22276,
1612
1612
  "isConstant": false,
1613
1613
  "isLValue": false,
1614
1614
  "isPure": false,
@@ -1617,7 +1617,7 @@
1617
1617
  "arguments": [],
1618
1618
  "expression": {
1619
1619
  "argumentTypes": [],
1620
- "id": 22261,
1620
+ "id": 22272,
1621
1621
  "name": "owner",
1622
1622
  "nodeType": "Identifier",
1623
1623
  "overloadedDeclarations": [],
@@ -1628,7 +1628,7 @@
1628
1628
  "typeString": "function () view returns (address)"
1629
1629
  }
1630
1630
  },
1631
- "id": 22262,
1631
+ "id": 22273,
1632
1632
  "isConstant": false,
1633
1633
  "isLValue": false,
1634
1634
  "isPure": false,
@@ -1650,7 +1650,7 @@
1650
1650
  "arguments": [],
1651
1651
  "expression": {
1652
1652
  "argumentTypes": [],
1653
- "id": 22263,
1653
+ "id": 22274,
1654
1654
  "name": "_msgSender",
1655
1655
  "nodeType": "Identifier",
1656
1656
  "overloadedDeclarations": [],
@@ -1661,7 +1661,7 @@
1661
1661
  "typeString": "function () view returns (address)"
1662
1662
  }
1663
1663
  },
1664
- "id": 22264,
1664
+ "id": 22275,
1665
1665
  "isConstant": false,
1666
1666
  "isLValue": false,
1667
1667
  "isPure": false,
@@ -1683,7 +1683,7 @@
1683
1683
  "typeString": "bool"
1684
1684
  }
1685
1685
  },
1686
- "id": 22269,
1686
+ "id": 22280,
1687
1687
  "nodeType": "IfStatement",
1688
1688
  "src": "907:58:41",
1689
1689
  "trueBody": {
@@ -1691,18 +1691,18 @@
1691
1691
  "arguments": [],
1692
1692
  "expression": {
1693
1693
  "argumentTypes": [],
1694
- "id": 22266,
1694
+ "id": 22277,
1695
1695
  "name": "SF_GOV_II_ONLY_OWNER",
1696
1696
  "nodeType": "Identifier",
1697
1697
  "overloadedDeclarations": [],
1698
- "referencedDeclaration": 22258,
1698
+ "referencedDeclaration": 22269,
1699
1699
  "src": "943:20:41",
1700
1700
  "typeDescriptions": {
1701
1701
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
1702
1702
  "typeString": "function () pure"
1703
1703
  }
1704
1704
  },
1705
- "id": 22267,
1705
+ "id": 22278,
1706
1706
  "isConstant": false,
1707
1707
  "isLValue": false,
1708
1708
  "isPure": false,
@@ -1718,14 +1718,14 @@
1718
1718
  "typeString": "tuple()"
1719
1719
  }
1720
1720
  },
1721
- "id": 22268,
1721
+ "id": 22279,
1722
1722
  "nodeType": "RevertStatement",
1723
1723
  "src": "936:29:41"
1724
1724
  }
1725
1725
  }
1726
1726
  ]
1727
1727
  },
1728
- "id": 22271,
1728
+ "id": 22282,
1729
1729
  "implemented": true,
1730
1730
  "kind": "function",
1731
1731
  "modifiers": [],
@@ -1733,18 +1733,18 @@
1733
1733
  "nameLocation": "863:18:41",
1734
1734
  "nodeType": "FunctionDefinition",
1735
1735
  "parameters": {
1736
- "id": 22259,
1736
+ "id": 22270,
1737
1737
  "nodeType": "ParameterList",
1738
1738
  "parameters": [],
1739
1739
  "src": "881:2:41"
1740
1740
  },
1741
1741
  "returnParameters": {
1742
- "id": 22260,
1742
+ "id": 22271,
1743
1743
  "nodeType": "ParameterList",
1744
1744
  "parameters": [],
1745
1745
  "src": "897:0:41"
1746
1746
  },
1747
- "scope": 22308,
1747
+ "scope": 22319,
1748
1748
  "src": "854:118:41",
1749
1749
  "stateMutability": "view",
1750
1750
  "virtual": false,
@@ -1752,10 +1752,10 @@
1752
1752
  },
1753
1753
  {
1754
1754
  "baseFunctions": [
1755
- 46928
1755
+ 46939
1756
1756
  ],
1757
1757
  "body": {
1758
- "id": 22281,
1758
+ "id": 22292,
1759
1759
  "nodeType": "Block",
1760
1760
  "src": "1223:107:41",
1761
1761
  "statements": [
@@ -1764,7 +1764,7 @@
1764
1764
  "arguments": [
1765
1765
  {
1766
1766
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e636f6e7472616374732e5375706572666c756964476f7665726e616e636549492e696d706c656d656e746174696f6e",
1767
- "id": 22278,
1767
+ "id": 22289,
1768
1768
  "isConstant": false,
1769
1769
  "isLValue": false,
1770
1770
  "isPure": true,
@@ -1786,7 +1786,7 @@
1786
1786
  "typeString": "literal_string \"org.superfluid-finance.contracts.SuperfluidGovernanceII.implementation\""
1787
1787
  }
1788
1788
  ],
1789
- "id": 22277,
1789
+ "id": 22288,
1790
1790
  "name": "keccak256",
1791
1791
  "nodeType": "Identifier",
1792
1792
  "overloadedDeclarations": [],
@@ -1797,7 +1797,7 @@
1797
1797
  "typeString": "function (bytes memory) pure returns (bytes32)"
1798
1798
  }
1799
1799
  },
1800
- "id": 22279,
1800
+ "id": 22290,
1801
1801
  "isConstant": false,
1802
1802
  "isLValue": false,
1803
1803
  "isPure": true,
@@ -1813,15 +1813,15 @@
1813
1813
  "typeString": "bytes32"
1814
1814
  }
1815
1815
  },
1816
- "functionReturnParameters": 22276,
1817
- "id": 22280,
1816
+ "functionReturnParameters": 22287,
1817
+ "id": 22291,
1818
1818
  "nodeType": "Return",
1819
1819
  "src": "1233:90:41"
1820
1820
  }
1821
1821
  ]
1822
1822
  },
1823
1823
  "functionSelector": "52d1902d",
1824
- "id": 22282,
1824
+ "id": 22293,
1825
1825
  "implemented": true,
1826
1826
  "kind": "function",
1827
1827
  "modifiers": [],
@@ -1829,29 +1829,29 @@
1829
1829
  "nameLocation": "1168:13:41",
1830
1830
  "nodeType": "FunctionDefinition",
1831
1831
  "overrides": {
1832
- "id": 22273,
1832
+ "id": 22284,
1833
1833
  "nodeType": "OverrideSpecifier",
1834
1834
  "overrides": [],
1835
1835
  "src": "1196:8:41"
1836
1836
  },
1837
1837
  "parameters": {
1838
- "id": 22272,
1838
+ "id": 22283,
1839
1839
  "nodeType": "ParameterList",
1840
1840
  "parameters": [],
1841
1841
  "src": "1181:2:41"
1842
1842
  },
1843
1843
  "returnParameters": {
1844
- "id": 22276,
1844
+ "id": 22287,
1845
1845
  "nodeType": "ParameterList",
1846
1846
  "parameters": [
1847
1847
  {
1848
1848
  "constant": false,
1849
- "id": 22275,
1849
+ "id": 22286,
1850
1850
  "mutability": "mutable",
1851
1851
  "name": "",
1852
1852
  "nameLocation": "-1:-1:-1",
1853
1853
  "nodeType": "VariableDeclaration",
1854
- "scope": 22282,
1854
+ "scope": 22293,
1855
1855
  "src": "1214:7:41",
1856
1856
  "stateVariable": false,
1857
1857
  "storageLocation": "default",
@@ -1860,7 +1860,7 @@
1860
1860
  "typeString": "bytes32"
1861
1861
  },
1862
1862
  "typeName": {
1863
- "id": 22274,
1863
+ "id": 22285,
1864
1864
  "name": "bytes32",
1865
1865
  "nodeType": "ElementaryTypeName",
1866
1866
  "src": "1214:7:41",
@@ -1874,7 +1874,7 @@
1874
1874
  ],
1875
1875
  "src": "1213:9:41"
1876
1876
  },
1877
- "scope": 22308,
1877
+ "scope": 22319,
1878
1878
  "src": "1159:171:41",
1879
1879
  "stateMutability": "pure",
1880
1880
  "virtual": false,
@@ -1882,10 +1882,10 @@
1882
1882
  },
1883
1883
  {
1884
1884
  "baseFunctions": [
1885
- 46916
1885
+ 46927
1886
1886
  ],
1887
1887
  "body": {
1888
- "id": 22295,
1888
+ "id": 22306,
1889
1889
  "nodeType": "Block",
1890
1890
  "src": "1406:77:41",
1891
1891
  "statements": [
@@ -1894,21 +1894,21 @@
1894
1894
  "arguments": [],
1895
1895
  "expression": {
1896
1896
  "argumentTypes": [],
1897
- "id": 22288,
1897
+ "id": 22299,
1898
1898
  "name": "_requireAuthorised",
1899
1899
  "nodeType": "Identifier",
1900
1900
  "overloadedDeclarations": [
1901
- 22271,
1902
- 22307
1901
+ 22282,
1902
+ 22318
1903
1903
  ],
1904
- "referencedDeclaration": 22271,
1904
+ "referencedDeclaration": 22282,
1905
1905
  "src": "1416:18:41",
1906
1906
  "typeDescriptions": {
1907
1907
  "typeIdentifier": "t_function_internal_view$__$returns$__$",
1908
1908
  "typeString": "function () view"
1909
1909
  }
1910
1910
  },
1911
- "id": 22289,
1911
+ "id": 22300,
1912
1912
  "isConstant": false,
1913
1913
  "isLValue": false,
1914
1914
  "isPure": false,
@@ -1924,7 +1924,7 @@
1924
1924
  "typeString": "tuple()"
1925
1925
  }
1926
1926
  },
1927
- "id": 22290,
1927
+ "id": 22301,
1928
1928
  "nodeType": "ExpressionStatement",
1929
1929
  "src": "1416:20:41"
1930
1930
  },
@@ -1932,11 +1932,11 @@
1932
1932
  "expression": {
1933
1933
  "arguments": [
1934
1934
  {
1935
- "id": 22292,
1935
+ "id": 22303,
1936
1936
  "name": "newAddress",
1937
1937
  "nodeType": "Identifier",
1938
1938
  "overloadedDeclarations": [],
1939
- "referencedDeclaration": 22284,
1939
+ "referencedDeclaration": 22295,
1940
1940
  "src": "1465:10:41",
1941
1941
  "typeDescriptions": {
1942
1942
  "typeIdentifier": "t_address",
@@ -1951,18 +1951,18 @@
1951
1951
  "typeString": "address"
1952
1952
  }
1953
1953
  ],
1954
- "id": 22291,
1954
+ "id": 22302,
1955
1955
  "name": "_updateCodeAddress",
1956
1956
  "nodeType": "Identifier",
1957
1957
  "overloadedDeclarations": [],
1958
- "referencedDeclaration": 46981,
1958
+ "referencedDeclaration": 46992,
1959
1959
  "src": "1446:18:41",
1960
1960
  "typeDescriptions": {
1961
1961
  "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
1962
1962
  "typeString": "function (address)"
1963
1963
  }
1964
1964
  },
1965
- "id": 22293,
1965
+ "id": 22304,
1966
1966
  "isConstant": false,
1967
1967
  "isLValue": false,
1968
1968
  "isPure": false,
@@ -1978,14 +1978,14 @@
1978
1978
  "typeString": "tuple()"
1979
1979
  }
1980
1980
  },
1981
- "id": 22294,
1981
+ "id": 22305,
1982
1982
  "nodeType": "ExpressionStatement",
1983
1983
  "src": "1446:30:41"
1984
1984
  }
1985
1985
  ]
1986
1986
  },
1987
1987
  "functionSelector": "46951954",
1988
- "id": 22296,
1988
+ "id": 22307,
1989
1989
  "implemented": true,
1990
1990
  "kind": "function",
1991
1991
  "modifiers": [],
@@ -1993,23 +1993,23 @@
1993
1993
  "nameLocation": "1345:10:41",
1994
1994
  "nodeType": "FunctionDefinition",
1995
1995
  "overrides": {
1996
- "id": 22286,
1996
+ "id": 22297,
1997
1997
  "nodeType": "OverrideSpecifier",
1998
1998
  "overrides": [],
1999
1999
  "src": "1393:8:41"
2000
2000
  },
2001
2001
  "parameters": {
2002
- "id": 22285,
2002
+ "id": 22296,
2003
2003
  "nodeType": "ParameterList",
2004
2004
  "parameters": [
2005
2005
  {
2006
2006
  "constant": false,
2007
- "id": 22284,
2007
+ "id": 22295,
2008
2008
  "mutability": "mutable",
2009
2009
  "name": "newAddress",
2010
2010
  "nameLocation": "1364:10:41",
2011
2011
  "nodeType": "VariableDeclaration",
2012
- "scope": 22296,
2012
+ "scope": 22307,
2013
2013
  "src": "1356:18:41",
2014
2014
  "stateVariable": false,
2015
2015
  "storageLocation": "default",
@@ -2018,7 +2018,7 @@
2018
2018
  "typeString": "address"
2019
2019
  },
2020
2020
  "typeName": {
2021
- "id": 22283,
2021
+ "id": 22294,
2022
2022
  "name": "address",
2023
2023
  "nodeType": "ElementaryTypeName",
2024
2024
  "src": "1356:7:41",
@@ -2034,12 +2034,12 @@
2034
2034
  "src": "1355:20:41"
2035
2035
  },
2036
2036
  "returnParameters": {
2037
- "id": 22287,
2037
+ "id": 22298,
2038
2038
  "nodeType": "ParameterList",
2039
2039
  "parameters": [],
2040
2040
  "src": "1406:0:41"
2041
2041
  },
2042
- "scope": 22308,
2042
+ "scope": 22319,
2043
2043
  "src": "1336:147:41",
2044
2044
  "stateMutability": "nonpayable",
2045
2045
  "virtual": false,
@@ -2047,10 +2047,10 @@
2047
2047
  },
2048
2048
  {
2049
2049
  "baseFunctions": [
2050
- 22231
2050
+ 22242
2051
2051
  ],
2052
2052
  "body": {
2053
- "id": 22306,
2053
+ "id": 22317,
2054
2054
  "nodeType": "Block",
2055
2055
  "src": "1766:37:41",
2056
2056
  "statements": [
@@ -2059,21 +2059,21 @@
2059
2059
  "arguments": [],
2060
2060
  "expression": {
2061
2061
  "argumentTypes": [],
2062
- "id": 22303,
2062
+ "id": 22314,
2063
2063
  "name": "_requireAuthorised",
2064
2064
  "nodeType": "Identifier",
2065
2065
  "overloadedDeclarations": [
2066
- 22271,
2067
- 22307
2066
+ 22282,
2067
+ 22318
2068
2068
  ],
2069
- "referencedDeclaration": 22271,
2069
+ "referencedDeclaration": 22282,
2070
2070
  "src": "1776:18:41",
2071
2071
  "typeDescriptions": {
2072
2072
  "typeIdentifier": "t_function_internal_view$__$returns$__$",
2073
2073
  "typeString": "function () view"
2074
2074
  }
2075
2075
  },
2076
- "id": 22304,
2076
+ "id": 22315,
2077
2077
  "isConstant": false,
2078
2078
  "isLValue": false,
2079
2079
  "isPure": false,
@@ -2089,13 +2089,13 @@
2089
2089
  "typeString": "tuple()"
2090
2090
  }
2091
2091
  },
2092
- "id": 22305,
2092
+ "id": 22316,
2093
2093
  "nodeType": "ExpressionStatement",
2094
2094
  "src": "1776:20:41"
2095
2095
  }
2096
2096
  ]
2097
2097
  },
2098
- "id": 22307,
2098
+ "id": 22318,
2099
2099
  "implemented": true,
2100
2100
  "kind": "function",
2101
2101
  "modifiers": [],
@@ -2103,47 +2103,47 @@
2103
2103
  "nameLocation": "1690:18:41",
2104
2104
  "nodeType": "FunctionDefinition",
2105
2105
  "overrides": {
2106
- "id": 22301,
2106
+ "id": 22312,
2107
2107
  "nodeType": "OverrideSpecifier",
2108
2108
  "overrides": [],
2109
2109
  "src": "1753:8:41"
2110
2110
  },
2111
2111
  "parameters": {
2112
- "id": 22300,
2112
+ "id": 22311,
2113
2113
  "nodeType": "ParameterList",
2114
2114
  "parameters": [
2115
2115
  {
2116
2116
  "constant": false,
2117
- "id": 22299,
2117
+ "id": 22310,
2118
2118
  "mutability": "mutable",
2119
2119
  "name": "",
2120
2120
  "nameLocation": "-1:-1:-1",
2121
2121
  "nodeType": "VariableDeclaration",
2122
- "scope": 22307,
2122
+ "scope": 22318,
2123
2123
  "src": "1709:11:41",
2124
2124
  "stateVariable": false,
2125
2125
  "storageLocation": "default",
2126
2126
  "typeDescriptions": {
2127
- "typeIdentifier": "t_contract$_ISuperfluid_$25037",
2127
+ "typeIdentifier": "t_contract$_ISuperfluid_$25048",
2128
2128
  "typeString": "contract ISuperfluid"
2129
2129
  },
2130
2130
  "typeName": {
2131
- "id": 22298,
2131
+ "id": 22309,
2132
2132
  "nodeType": "UserDefinedTypeName",
2133
2133
  "pathNode": {
2134
- "id": 22297,
2134
+ "id": 22308,
2135
2135
  "name": "ISuperfluid",
2136
2136
  "nameLocations": [
2137
2137
  "1709:11:41"
2138
2138
  ],
2139
2139
  "nodeType": "IdentifierPath",
2140
- "referencedDeclaration": 25037,
2140
+ "referencedDeclaration": 25048,
2141
2141
  "src": "1709:11:41"
2142
2142
  },
2143
- "referencedDeclaration": 25037,
2143
+ "referencedDeclaration": 25048,
2144
2144
  "src": "1709:11:41",
2145
2145
  "typeDescriptions": {
2146
- "typeIdentifier": "t_contract$_ISuperfluid_$25037",
2146
+ "typeIdentifier": "t_contract$_ISuperfluid_$25048",
2147
2147
  "typeString": "contract ISuperfluid"
2148
2148
  }
2149
2149
  },
@@ -2153,25 +2153,25 @@
2153
2153
  "src": "1708:22:41"
2154
2154
  },
2155
2155
  "returnParameters": {
2156
- "id": 22302,
2156
+ "id": 22313,
2157
2157
  "nodeType": "ParameterList",
2158
2158
  "parameters": [],
2159
2159
  "src": "1766:0:41"
2160
2160
  },
2161
- "scope": 22308,
2161
+ "scope": 22319,
2162
2162
  "src": "1681:122:41",
2163
2163
  "stateMutability": "view",
2164
2164
  "virtual": false,
2165
2165
  "visibility": "internal"
2166
2166
  }
2167
2167
  ],
2168
- "scope": 22309,
2168
+ "scope": 22320,
2169
2169
  "src": "718:1087:41",
2170
2170
  "usedErrors": [
2171
- 22258,
2172
- 25050,
2173
- 25052,
2174
- 25054
2171
+ 22269,
2172
+ 25061,
2173
+ 25063,
2174
+ 25065
2175
2175
  ]
2176
2176
  }
2177
2177
  ],
@@ -2183,7 +2183,7 @@
2183
2183
  },
2184
2184
  "networks": {},
2185
2185
  "schemaVersion": "3.4.13",
2186
- "updatedAt": "2023-06-28T11:03:18.816Z",
2186
+ "updatedAt": "2023-07-07T14:28:48.626Z",
2187
2187
  "devdoc": {
2188
2188
  "author": "Superfluid IMPORTANT! Make sure the inheritance order remains in sync with the logic contract (Ownable first)!",
2189
2189
  "kind": "dev",