@superfluid-finance/ethereum-contracts 1.3.2-dev.8696fa0.0 → 1.3.2-dev.9e41aae.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 (110) 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 +165 -165
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +208 -208
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +389 -389
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  12. package/build/contracts/ConstantFlowAgreementV1.json +932 -932
  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/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 +855 -855
  27. package/build/contracts/ERC777RecipientReverting.json +855 -855
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/EventsEmitter.json +43 -43
  30. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  31. package/build/contracts/FixedSizeData.json +200 -200
  32. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  33. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +112 -112
  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 +430 -430
  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 +62 -62
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
  51. package/build/contracts/IMultiSigWallet.json +24 -24
  52. package/build/contracts/IPureSuperToken.json +42 -42
  53. package/build/contracts/IPureSuperTokenCustom.json +42 -42
  54. package/build/contracts/IRelayRecipient.json +27 -27
  55. package/build/contracts/IResolver.json +38 -38
  56. package/build/contracts/ISETH.json +47 -47
  57. package/build/contracts/ISETHCustom.json +47 -47
  58. package/build/contracts/ISuperAgreement.json +50 -50
  59. package/build/contracts/ISuperApp.json +191 -191
  60. package/build/contracts/ISuperToken.json +523 -523
  61. package/build/contracts/ISuperTokenFactory.json +160 -160
  62. package/build/contracts/ISuperfluid.json +826 -826
  63. package/build/contracts/ISuperfluidGovernance.json +242 -242
  64. package/build/contracts/ISuperfluidToken.json +389 -389
  65. package/build/contracts/ITOGAv1.json +1441 -1441
  66. package/build/contracts/ITOGAv2.json +1441 -1441
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +567 -567
  69. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  70. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  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 +106 -106
  75. package/build/contracts/Resolver.json +98 -98
  76. package/build/contracts/SETHProxy.json +224 -224
  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 +1525 -1525
  81. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  82. package/build/contracts/StreamRedirector.json +704 -704
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +42 -42
  85. package/build/contracts/SuperAppDefinitions.json +599 -599
  86. package/build/contracts/SuperToken.json +2362 -2362
  87. package/build/contracts/SuperTokenFactory.json +747 -747
  88. package/build/contracts/SuperTokenFactoryBase.json +737 -737
  89. package/build/contracts/SuperTokenFactoryHelper.json +740 -740
  90. package/build/contracts/SuperUpgrader.json +437 -437
  91. package/build/contracts/Superfluid.json +4860 -4860
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +690 -690
  93. package/build/contracts/SuperfluidGovernanceBase.json +3933 -2158
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  95. package/build/contracts/SuperfluidGovernanceII.json +7488 -4364
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  97. package/build/contracts/SuperfluidLoader.json +207 -207
  98. package/build/contracts/SuperfluidToken.json +1404 -1404
  99. package/build/contracts/TOGA.json +1458 -1458
  100. package/build/contracts/TestGovernance.json +8293 -5439
  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 +1 -1
  108. package/contracts/gov/SuperfluidGovernanceBase.sol +98 -35
  109. package/package.json +2 -2
  110. package/scripts/gov-create-new-app-registration-key.js +9 -19
@@ -1618,21 +1618,21 @@
1618
1618
  "absolutePath": "project:/contracts/interfaces/tokens/ISETH.sol",
1619
1619
  "exportedSymbols": {
1620
1620
  "ISETH": [
1621
- 20545
1621
+ 20667
1622
1622
  ],
1623
1623
  "ISETHCustom": [
1624
- 20539
1624
+ 20661
1625
1625
  ],
1626
1626
  "ISuperToken": [
1627
- 19492
1627
+ 19614
1628
1628
  ]
1629
1629
  },
1630
- "id": 20546,
1630
+ "id": 20668,
1631
1631
  "license": "AGPLv3",
1632
1632
  "nodeType": "SourceUnit",
1633
1633
  "nodes": [
1634
1634
  {
1635
- "id": 20522,
1635
+ "id": 20644,
1636
1636
  "literals": [
1637
1637
  "solidity",
1638
1638
  ">=",
@@ -1645,20 +1645,20 @@
1645
1645
  {
1646
1646
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
1647
1647
  "file": "../superfluid/ISuperToken.sol",
1648
- "id": 20524,
1648
+ "id": 20646,
1649
1649
  "nameLocation": "-1:-1:-1",
1650
1650
  "nodeType": "ImportDirective",
1651
- "scope": 20546,
1652
- "sourceUnit": 19493,
1651
+ "scope": 20668,
1652
+ "sourceUnit": 19615,
1653
1653
  "src": "62:60:54",
1654
1654
  "symbolAliases": [
1655
1655
  {
1656
1656
  "foreign": {
1657
- "id": 20523,
1657
+ "id": 20645,
1658
1658
  "name": "ISuperToken",
1659
1659
  "nodeType": "Identifier",
1660
1660
  "overloadedDeclarations": [],
1661
- "referencedDeclaration": 19492,
1661
+ "referencedDeclaration": 19614,
1662
1662
  "src": "71:11:54",
1663
1663
  "typeDescriptions": {}
1664
1664
  },
@@ -1674,15 +1674,15 @@
1674
1674
  "contractDependencies": [],
1675
1675
  "contractKind": "interface",
1676
1676
  "documentation": {
1677
- "id": 20525,
1677
+ "id": 20647,
1678
1678
  "nodeType": "StructuredDocumentation",
1679
1679
  "src": "125:79:54",
1680
1680
  "text": " @title Super ETH (SETH) custom token interface\n @author Superfluid"
1681
1681
  },
1682
1682
  "fullyImplemented": false,
1683
- "id": 20539,
1683
+ "id": 20661,
1684
1684
  "linearizedBaseContracts": [
1685
- 20539
1685
+ 20661
1686
1686
  ],
1687
1687
  "name": "ISETHCustom",
1688
1688
  "nameLocation": "215:11:54",
@@ -1690,7 +1690,7 @@
1690
1690
  "nodes": [
1691
1691
  {
1692
1692
  "functionSelector": "cf81464b",
1693
- "id": 20528,
1693
+ "id": 20650,
1694
1694
  "implemented": false,
1695
1695
  "kind": "function",
1696
1696
  "modifiers": [],
@@ -1698,18 +1698,18 @@
1698
1698
  "nameLocation": "268:12:54",
1699
1699
  "nodeType": "FunctionDefinition",
1700
1700
  "parameters": {
1701
- "id": 20526,
1701
+ "id": 20648,
1702
1702
  "nodeType": "ParameterList",
1703
1703
  "parameters": [],
1704
1704
  "src": "280:2:54"
1705
1705
  },
1706
1706
  "returnParameters": {
1707
- "id": 20527,
1707
+ "id": 20649,
1708
1708
  "nodeType": "ParameterList",
1709
1709
  "parameters": [],
1710
1710
  "src": "299:0:54"
1711
1711
  },
1712
- "scope": 20539,
1712
+ "scope": 20661,
1713
1713
  "src": "259:41:54",
1714
1714
  "stateMutability": "payable",
1715
1715
  "virtual": false,
@@ -1717,7 +1717,7 @@
1717
1717
  },
1718
1718
  {
1719
1719
  "functionSelector": "7687d19b",
1720
- "id": 20533,
1720
+ "id": 20655,
1721
1721
  "implemented": false,
1722
1722
  "kind": "function",
1723
1723
  "modifiers": [],
@@ -1725,17 +1725,17 @@
1725
1725
  "nameLocation": "314:14:54",
1726
1726
  "nodeType": "FunctionDefinition",
1727
1727
  "parameters": {
1728
- "id": 20531,
1728
+ "id": 20653,
1729
1729
  "nodeType": "ParameterList",
1730
1730
  "parameters": [
1731
1731
  {
1732
1732
  "constant": false,
1733
- "id": 20530,
1733
+ "id": 20652,
1734
1734
  "mutability": "mutable",
1735
1735
  "name": "to",
1736
1736
  "nameLocation": "337:2:54",
1737
1737
  "nodeType": "VariableDeclaration",
1738
- "scope": 20533,
1738
+ "scope": 20655,
1739
1739
  "src": "329:10:54",
1740
1740
  "stateVariable": false,
1741
1741
  "storageLocation": "default",
@@ -1744,7 +1744,7 @@
1744
1744
  "typeString": "address"
1745
1745
  },
1746
1746
  "typeName": {
1747
- "id": 20529,
1747
+ "id": 20651,
1748
1748
  "name": "address",
1749
1749
  "nodeType": "ElementaryTypeName",
1750
1750
  "src": "329:7:54",
@@ -1760,12 +1760,12 @@
1760
1760
  "src": "328:12:54"
1761
1761
  },
1762
1762
  "returnParameters": {
1763
- "id": 20532,
1763
+ "id": 20654,
1764
1764
  "nodeType": "ParameterList",
1765
1765
  "parameters": [],
1766
1766
  "src": "357:0:54"
1767
1767
  },
1768
- "scope": 20539,
1768
+ "scope": 20661,
1769
1769
  "src": "305:53:54",
1770
1770
  "stateMutability": "payable",
1771
1771
  "virtual": false,
@@ -1773,7 +1773,7 @@
1773
1773
  },
1774
1774
  {
1775
1775
  "functionSelector": "160e8be3",
1776
- "id": 20538,
1776
+ "id": 20660,
1777
1777
  "implemented": false,
1778
1778
  "kind": "function",
1779
1779
  "modifiers": [],
@@ -1781,17 +1781,17 @@
1781
1781
  "nameLocation": "372:14:54",
1782
1782
  "nodeType": "FunctionDefinition",
1783
1783
  "parameters": {
1784
- "id": 20536,
1784
+ "id": 20658,
1785
1785
  "nodeType": "ParameterList",
1786
1786
  "parameters": [
1787
1787
  {
1788
1788
  "constant": false,
1789
- "id": 20535,
1789
+ "id": 20657,
1790
1790
  "mutability": "mutable",
1791
1791
  "name": "wad",
1792
1792
  "nameLocation": "392:3:54",
1793
1793
  "nodeType": "VariableDeclaration",
1794
- "scope": 20538,
1794
+ "scope": 20660,
1795
1795
  "src": "387:8:54",
1796
1796
  "stateVariable": false,
1797
1797
  "storageLocation": "default",
@@ -1800,7 +1800,7 @@
1800
1800
  "typeString": "uint256"
1801
1801
  },
1802
1802
  "typeName": {
1803
- "id": 20534,
1803
+ "id": 20656,
1804
1804
  "name": "uint",
1805
1805
  "nodeType": "ElementaryTypeName",
1806
1806
  "src": "387:4:54",
@@ -1815,19 +1815,19 @@
1815
1815
  "src": "386:10:54"
1816
1816
  },
1817
1817
  "returnParameters": {
1818
- "id": 20537,
1818
+ "id": 20659,
1819
1819
  "nodeType": "ParameterList",
1820
1820
  "parameters": [],
1821
1821
  "src": "405:0:54"
1822
1822
  },
1823
- "scope": 20539,
1823
+ "scope": 20661,
1824
1824
  "src": "363:43:54",
1825
1825
  "stateMutability": "nonpayable",
1826
1826
  "virtual": false,
1827
1827
  "visibility": "external"
1828
1828
  }
1829
1829
  ],
1830
- "scope": 20546,
1830
+ "scope": 20668,
1831
1831
  "src": "205:203:54",
1832
1832
  "usedErrors": []
1833
1833
  },
@@ -1836,25 +1836,25 @@
1836
1836
  "baseContracts": [
1837
1837
  {
1838
1838
  "baseName": {
1839
- "id": 20541,
1839
+ "id": 20663,
1840
1840
  "name": "ISETHCustom",
1841
1841
  "nodeType": "IdentifierPath",
1842
- "referencedDeclaration": 20539,
1842
+ "referencedDeclaration": 20661,
1843
1843
  "src": "546:11:54"
1844
1844
  },
1845
- "id": 20542,
1845
+ "id": 20664,
1846
1846
  "nodeType": "InheritanceSpecifier",
1847
1847
  "src": "546:11:54"
1848
1848
  },
1849
1849
  {
1850
1850
  "baseName": {
1851
- "id": 20543,
1851
+ "id": 20665,
1852
1852
  "name": "ISuperToken",
1853
1853
  "nodeType": "IdentifierPath",
1854
- "referencedDeclaration": 19492,
1854
+ "referencedDeclaration": 19614,
1855
1855
  "src": "559:11:54"
1856
1856
  },
1857
- "id": 20544,
1857
+ "id": 20666,
1858
1858
  "nodeType": "InheritanceSpecifier",
1859
1859
  "src": "559:11:54"
1860
1860
  }
@@ -1863,27 +1863,27 @@
1863
1863
  "contractDependencies": [],
1864
1864
  "contractKind": "interface",
1865
1865
  "documentation": {
1866
- "id": 20540,
1866
+ "id": 20662,
1867
1867
  "nodeType": "StructuredDocumentation",
1868
1868
  "src": "410:71:54",
1869
1869
  "text": " @title Super ETH (SETH) full interface\n @author Superfluid"
1870
1870
  },
1871
1871
  "fullyImplemented": false,
1872
- "id": 20545,
1872
+ "id": 20667,
1873
1873
  "linearizedBaseContracts": [
1874
- 20545,
1875
- 19492,
1874
+ 20667,
1875
+ 19614,
1876
1876
  2352,
1877
1877
  1630,
1878
- 20567,
1879
- 20450,
1880
- 20539
1878
+ 20689,
1879
+ 20572,
1880
+ 20661
1881
1881
  ],
1882
1882
  "name": "ISETH",
1883
1883
  "nameLocation": "537:5:54",
1884
1884
  "nodeType": "ContractDefinition",
1885
1885
  "nodes": [],
1886
- "scope": 20546,
1886
+ "scope": 20668,
1887
1887
  "src": "527:46:54",
1888
1888
  "usedErrors": []
1889
1889
  }
@@ -1896,7 +1896,7 @@
1896
1896
  },
1897
1897
  "networks": {},
1898
1898
  "schemaVersion": "3.4.8",
1899
- "updatedAt": "2022-08-29T16:08:02.423Z",
1899
+ "updatedAt": "2022-08-30T13:03:13.368Z",
1900
1900
  "devdoc": {
1901
1901
  "author": "Superfluid",
1902
1902
  "kind": "dev",
@@ -49,21 +49,21 @@
49
49
  "absolutePath": "project:/contracts/interfaces/tokens/ISETH.sol",
50
50
  "exportedSymbols": {
51
51
  "ISETH": [
52
- 20545
52
+ 20667
53
53
  ],
54
54
  "ISETHCustom": [
55
- 20539
55
+ 20661
56
56
  ],
57
57
  "ISuperToken": [
58
- 19492
58
+ 19614
59
59
  ]
60
60
  },
61
- "id": 20546,
61
+ "id": 20668,
62
62
  "license": "AGPLv3",
63
63
  "nodeType": "SourceUnit",
64
64
  "nodes": [
65
65
  {
66
- "id": 20522,
66
+ "id": 20644,
67
67
  "literals": [
68
68
  "solidity",
69
69
  ">=",
@@ -76,20 +76,20 @@
76
76
  {
77
77
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
78
78
  "file": "../superfluid/ISuperToken.sol",
79
- "id": 20524,
79
+ "id": 20646,
80
80
  "nameLocation": "-1:-1:-1",
81
81
  "nodeType": "ImportDirective",
82
- "scope": 20546,
83
- "sourceUnit": 19493,
82
+ "scope": 20668,
83
+ "sourceUnit": 19615,
84
84
  "src": "62:60:54",
85
85
  "symbolAliases": [
86
86
  {
87
87
  "foreign": {
88
- "id": 20523,
88
+ "id": 20645,
89
89
  "name": "ISuperToken",
90
90
  "nodeType": "Identifier",
91
91
  "overloadedDeclarations": [],
92
- "referencedDeclaration": 19492,
92
+ "referencedDeclaration": 19614,
93
93
  "src": "71:11:54",
94
94
  "typeDescriptions": {}
95
95
  },
@@ -105,15 +105,15 @@
105
105
  "contractDependencies": [],
106
106
  "contractKind": "interface",
107
107
  "documentation": {
108
- "id": 20525,
108
+ "id": 20647,
109
109
  "nodeType": "StructuredDocumentation",
110
110
  "src": "125:79:54",
111
111
  "text": " @title Super ETH (SETH) custom token interface\n @author Superfluid"
112
112
  },
113
113
  "fullyImplemented": false,
114
- "id": 20539,
114
+ "id": 20661,
115
115
  "linearizedBaseContracts": [
116
- 20539
116
+ 20661
117
117
  ],
118
118
  "name": "ISETHCustom",
119
119
  "nameLocation": "215:11:54",
@@ -121,7 +121,7 @@
121
121
  "nodes": [
122
122
  {
123
123
  "functionSelector": "cf81464b",
124
- "id": 20528,
124
+ "id": 20650,
125
125
  "implemented": false,
126
126
  "kind": "function",
127
127
  "modifiers": [],
@@ -129,18 +129,18 @@
129
129
  "nameLocation": "268:12:54",
130
130
  "nodeType": "FunctionDefinition",
131
131
  "parameters": {
132
- "id": 20526,
132
+ "id": 20648,
133
133
  "nodeType": "ParameterList",
134
134
  "parameters": [],
135
135
  "src": "280:2:54"
136
136
  },
137
137
  "returnParameters": {
138
- "id": 20527,
138
+ "id": 20649,
139
139
  "nodeType": "ParameterList",
140
140
  "parameters": [],
141
141
  "src": "299:0:54"
142
142
  },
143
- "scope": 20539,
143
+ "scope": 20661,
144
144
  "src": "259:41:54",
145
145
  "stateMutability": "payable",
146
146
  "virtual": false,
@@ -148,7 +148,7 @@
148
148
  },
149
149
  {
150
150
  "functionSelector": "7687d19b",
151
- "id": 20533,
151
+ "id": 20655,
152
152
  "implemented": false,
153
153
  "kind": "function",
154
154
  "modifiers": [],
@@ -156,17 +156,17 @@
156
156
  "nameLocation": "314:14:54",
157
157
  "nodeType": "FunctionDefinition",
158
158
  "parameters": {
159
- "id": 20531,
159
+ "id": 20653,
160
160
  "nodeType": "ParameterList",
161
161
  "parameters": [
162
162
  {
163
163
  "constant": false,
164
- "id": 20530,
164
+ "id": 20652,
165
165
  "mutability": "mutable",
166
166
  "name": "to",
167
167
  "nameLocation": "337:2:54",
168
168
  "nodeType": "VariableDeclaration",
169
- "scope": 20533,
169
+ "scope": 20655,
170
170
  "src": "329:10:54",
171
171
  "stateVariable": false,
172
172
  "storageLocation": "default",
@@ -175,7 +175,7 @@
175
175
  "typeString": "address"
176
176
  },
177
177
  "typeName": {
178
- "id": 20529,
178
+ "id": 20651,
179
179
  "name": "address",
180
180
  "nodeType": "ElementaryTypeName",
181
181
  "src": "329:7:54",
@@ -191,12 +191,12 @@
191
191
  "src": "328:12:54"
192
192
  },
193
193
  "returnParameters": {
194
- "id": 20532,
194
+ "id": 20654,
195
195
  "nodeType": "ParameterList",
196
196
  "parameters": [],
197
197
  "src": "357:0:54"
198
198
  },
199
- "scope": 20539,
199
+ "scope": 20661,
200
200
  "src": "305:53:54",
201
201
  "stateMutability": "payable",
202
202
  "virtual": false,
@@ -204,7 +204,7 @@
204
204
  },
205
205
  {
206
206
  "functionSelector": "160e8be3",
207
- "id": 20538,
207
+ "id": 20660,
208
208
  "implemented": false,
209
209
  "kind": "function",
210
210
  "modifiers": [],
@@ -212,17 +212,17 @@
212
212
  "nameLocation": "372:14:54",
213
213
  "nodeType": "FunctionDefinition",
214
214
  "parameters": {
215
- "id": 20536,
215
+ "id": 20658,
216
216
  "nodeType": "ParameterList",
217
217
  "parameters": [
218
218
  {
219
219
  "constant": false,
220
- "id": 20535,
220
+ "id": 20657,
221
221
  "mutability": "mutable",
222
222
  "name": "wad",
223
223
  "nameLocation": "392:3:54",
224
224
  "nodeType": "VariableDeclaration",
225
- "scope": 20538,
225
+ "scope": 20660,
226
226
  "src": "387:8:54",
227
227
  "stateVariable": false,
228
228
  "storageLocation": "default",
@@ -231,7 +231,7 @@
231
231
  "typeString": "uint256"
232
232
  },
233
233
  "typeName": {
234
- "id": 20534,
234
+ "id": 20656,
235
235
  "name": "uint",
236
236
  "nodeType": "ElementaryTypeName",
237
237
  "src": "387:4:54",
@@ -246,19 +246,19 @@
246
246
  "src": "386:10:54"
247
247
  },
248
248
  "returnParameters": {
249
- "id": 20537,
249
+ "id": 20659,
250
250
  "nodeType": "ParameterList",
251
251
  "parameters": [],
252
252
  "src": "405:0:54"
253
253
  },
254
- "scope": 20539,
254
+ "scope": 20661,
255
255
  "src": "363:43:54",
256
256
  "stateMutability": "nonpayable",
257
257
  "virtual": false,
258
258
  "visibility": "external"
259
259
  }
260
260
  ],
261
- "scope": 20546,
261
+ "scope": 20668,
262
262
  "src": "205:203:54",
263
263
  "usedErrors": []
264
264
  },
@@ -267,25 +267,25 @@
267
267
  "baseContracts": [
268
268
  {
269
269
  "baseName": {
270
- "id": 20541,
270
+ "id": 20663,
271
271
  "name": "ISETHCustom",
272
272
  "nodeType": "IdentifierPath",
273
- "referencedDeclaration": 20539,
273
+ "referencedDeclaration": 20661,
274
274
  "src": "546:11:54"
275
275
  },
276
- "id": 20542,
276
+ "id": 20664,
277
277
  "nodeType": "InheritanceSpecifier",
278
278
  "src": "546:11:54"
279
279
  },
280
280
  {
281
281
  "baseName": {
282
- "id": 20543,
282
+ "id": 20665,
283
283
  "name": "ISuperToken",
284
284
  "nodeType": "IdentifierPath",
285
- "referencedDeclaration": 19492,
285
+ "referencedDeclaration": 19614,
286
286
  "src": "559:11:54"
287
287
  },
288
- "id": 20544,
288
+ "id": 20666,
289
289
  "nodeType": "InheritanceSpecifier",
290
290
  "src": "559:11:54"
291
291
  }
@@ -294,27 +294,27 @@
294
294
  "contractDependencies": [],
295
295
  "contractKind": "interface",
296
296
  "documentation": {
297
- "id": 20540,
297
+ "id": 20662,
298
298
  "nodeType": "StructuredDocumentation",
299
299
  "src": "410:71:54",
300
300
  "text": " @title Super ETH (SETH) full interface\n @author Superfluid"
301
301
  },
302
302
  "fullyImplemented": false,
303
- "id": 20545,
303
+ "id": 20667,
304
304
  "linearizedBaseContracts": [
305
- 20545,
306
- 19492,
305
+ 20667,
306
+ 19614,
307
307
  2352,
308
308
  1630,
309
- 20567,
310
- 20450,
311
- 20539
309
+ 20689,
310
+ 20572,
311
+ 20661
312
312
  ],
313
313
  "name": "ISETH",
314
314
  "nameLocation": "537:5:54",
315
315
  "nodeType": "ContractDefinition",
316
316
  "nodes": [],
317
- "scope": 20546,
317
+ "scope": 20668,
318
318
  "src": "527:46:54",
319
319
  "usedErrors": []
320
320
  }
@@ -327,7 +327,7 @@
327
327
  },
328
328
  "networks": {},
329
329
  "schemaVersion": "3.4.8",
330
- "updatedAt": "2022-08-29T16:08:02.425Z",
330
+ "updatedAt": "2022-08-30T13:03:13.369Z",
331
331
  "devdoc": {
332
332
  "author": "Superfluid",
333
333
  "kind": "dev",