@superfluid-finance/ethereum-contracts 1.2.2-dev.a4c583c.0 → 1.2.2-dev.ec379f7.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 (114) 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 +178 -178
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +257 -257
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1501 -1501
  12. package/build/contracts/ConstantFlowAgreementV1.json +925 -925
  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 +1501 -1501
  30. package/build/contracts/FixedSizeData.json +200 -200
  31. package/build/contracts/FlowExchangeTestApp.json +1502 -1502
  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 +567 -567
  37. package/build/contracts/IDAv1Library.json +398 -398
  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 +1431 -1431
  67. package/build/contracts/ITOGAv2.json +1431 -1431
  68. package/build/contracts/Initializable.json +1 -1
  69. package/build/contracts/InstantDistributionAgreementV1.json +577 -577
  70. package/build/contracts/Int96SafeMath.json +281 -281
  71. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  72. package/build/contracts/NonClosableOutflowTestApp.json +1502 -1502
  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 +1501 -1501
  83. package/build/contracts/SlotsBitmapLibrary.json +441 -441
  84. package/build/contracts/Strings.json +1 -1
  85. package/build/contracts/SuperAppBase.json +42 -42
  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 +9812 -10169
  93. package/build/contracts/SuperfluidFrameworkDeployer.json +490 -490
  94. package/build/contracts/SuperfluidGovernanceBase.json +1769 -2087
  95. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  96. package/build/contracts/SuperfluidGovernanceII.json +2015 -2265
  97. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  98. package/build/contracts/SuperfluidLoader.json +207 -207
  99. package/build/contracts/SuperfluidToken.json +1345 -1345
  100. package/build/contracts/TOGA.json +1448 -1448
  101. package/build/contracts/TestGovernance.json +2192 -2442
  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 +2 -2
  110. package/contracts/gov/SuperfluidGovernanceBase.sol +9 -26
  111. package/contracts/mocks/SuperfluidMock.sol +2 -2
  112. package/contracts/superfluid/Superfluid.sol +5 -10
  113. package/package.json +1 -1
  114. package/scripts/gov-create-new-app-registration-key.js +26 -3
@@ -1618,21 +1618,21 @@
1618
1618
  "absolutePath": "project:/contracts/interfaces/tokens/ISETH.sol",
1619
1619
  "exportedSymbols": {
1620
1620
  "ISETH": [
1621
- 19516
1621
+ 19494
1622
1622
  ],
1623
1623
  "ISETHCustom": [
1624
- 19510
1624
+ 19488
1625
1625
  ],
1626
1626
  "ISuperToken": [
1627
- 18461
1627
+ 18439
1628
1628
  ]
1629
1629
  },
1630
- "id": 19517,
1630
+ "id": 19495,
1631
1631
  "license": "AGPLv3",
1632
1632
  "nodeType": "SourceUnit",
1633
1633
  "nodes": [
1634
1634
  {
1635
- "id": 19493,
1635
+ "id": 19471,
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": 19495,
1648
+ "id": 19473,
1649
1649
  "nameLocation": "-1:-1:-1",
1650
1650
  "nodeType": "ImportDirective",
1651
- "scope": 19517,
1652
- "sourceUnit": 18462,
1651
+ "scope": 19495,
1652
+ "sourceUnit": 18440,
1653
1653
  "src": "62:60:57",
1654
1654
  "symbolAliases": [
1655
1655
  {
1656
1656
  "foreign": {
1657
- "id": 19494,
1657
+ "id": 19472,
1658
1658
  "name": "ISuperToken",
1659
1659
  "nodeType": "Identifier",
1660
1660
  "overloadedDeclarations": [],
1661
- "referencedDeclaration": 18461,
1661
+ "referencedDeclaration": 18439,
1662
1662
  "src": "71:11:57",
1663
1663
  "typeDescriptions": {}
1664
1664
  },
@@ -1674,15 +1674,15 @@
1674
1674
  "contractDependencies": [],
1675
1675
  "contractKind": "interface",
1676
1676
  "documentation": {
1677
- "id": 19496,
1677
+ "id": 19474,
1678
1678
  "nodeType": "StructuredDocumentation",
1679
1679
  "src": "125:79:57",
1680
1680
  "text": " @title Super ETH (SETH) custom token interface\n @author Superfluid"
1681
1681
  },
1682
1682
  "fullyImplemented": false,
1683
- "id": 19510,
1683
+ "id": 19488,
1684
1684
  "linearizedBaseContracts": [
1685
- 19510
1685
+ 19488
1686
1686
  ],
1687
1687
  "name": "ISETHCustom",
1688
1688
  "nameLocation": "215:11:57",
@@ -1690,7 +1690,7 @@
1690
1690
  "nodes": [
1691
1691
  {
1692
1692
  "functionSelector": "cf81464b",
1693
- "id": 19499,
1693
+ "id": 19477,
1694
1694
  "implemented": false,
1695
1695
  "kind": "function",
1696
1696
  "modifiers": [],
@@ -1698,18 +1698,18 @@
1698
1698
  "nameLocation": "268:12:57",
1699
1699
  "nodeType": "FunctionDefinition",
1700
1700
  "parameters": {
1701
- "id": 19497,
1701
+ "id": 19475,
1702
1702
  "nodeType": "ParameterList",
1703
1703
  "parameters": [],
1704
1704
  "src": "280:2:57"
1705
1705
  },
1706
1706
  "returnParameters": {
1707
- "id": 19498,
1707
+ "id": 19476,
1708
1708
  "nodeType": "ParameterList",
1709
1709
  "parameters": [],
1710
1710
  "src": "299:0:57"
1711
1711
  },
1712
- "scope": 19510,
1712
+ "scope": 19488,
1713
1713
  "src": "259:41:57",
1714
1714
  "stateMutability": "payable",
1715
1715
  "virtual": false,
@@ -1717,7 +1717,7 @@
1717
1717
  },
1718
1718
  {
1719
1719
  "functionSelector": "7687d19b",
1720
- "id": 19504,
1720
+ "id": 19482,
1721
1721
  "implemented": false,
1722
1722
  "kind": "function",
1723
1723
  "modifiers": [],
@@ -1725,17 +1725,17 @@
1725
1725
  "nameLocation": "314:14:57",
1726
1726
  "nodeType": "FunctionDefinition",
1727
1727
  "parameters": {
1728
- "id": 19502,
1728
+ "id": 19480,
1729
1729
  "nodeType": "ParameterList",
1730
1730
  "parameters": [
1731
1731
  {
1732
1732
  "constant": false,
1733
- "id": 19501,
1733
+ "id": 19479,
1734
1734
  "mutability": "mutable",
1735
1735
  "name": "to",
1736
1736
  "nameLocation": "337:2:57",
1737
1737
  "nodeType": "VariableDeclaration",
1738
- "scope": 19504,
1738
+ "scope": 19482,
1739
1739
  "src": "329:10:57",
1740
1740
  "stateVariable": false,
1741
1741
  "storageLocation": "default",
@@ -1744,7 +1744,7 @@
1744
1744
  "typeString": "address"
1745
1745
  },
1746
1746
  "typeName": {
1747
- "id": 19500,
1747
+ "id": 19478,
1748
1748
  "name": "address",
1749
1749
  "nodeType": "ElementaryTypeName",
1750
1750
  "src": "329:7:57",
@@ -1760,12 +1760,12 @@
1760
1760
  "src": "328:12:57"
1761
1761
  },
1762
1762
  "returnParameters": {
1763
- "id": 19503,
1763
+ "id": 19481,
1764
1764
  "nodeType": "ParameterList",
1765
1765
  "parameters": [],
1766
1766
  "src": "357:0:57"
1767
1767
  },
1768
- "scope": 19510,
1768
+ "scope": 19488,
1769
1769
  "src": "305:53:57",
1770
1770
  "stateMutability": "payable",
1771
1771
  "virtual": false,
@@ -1773,7 +1773,7 @@
1773
1773
  },
1774
1774
  {
1775
1775
  "functionSelector": "160e8be3",
1776
- "id": 19509,
1776
+ "id": 19487,
1777
1777
  "implemented": false,
1778
1778
  "kind": "function",
1779
1779
  "modifiers": [],
@@ -1781,17 +1781,17 @@
1781
1781
  "nameLocation": "372:14:57",
1782
1782
  "nodeType": "FunctionDefinition",
1783
1783
  "parameters": {
1784
- "id": 19507,
1784
+ "id": 19485,
1785
1785
  "nodeType": "ParameterList",
1786
1786
  "parameters": [
1787
1787
  {
1788
1788
  "constant": false,
1789
- "id": 19506,
1789
+ "id": 19484,
1790
1790
  "mutability": "mutable",
1791
1791
  "name": "wad",
1792
1792
  "nameLocation": "392:3:57",
1793
1793
  "nodeType": "VariableDeclaration",
1794
- "scope": 19509,
1794
+ "scope": 19487,
1795
1795
  "src": "387:8:57",
1796
1796
  "stateVariable": false,
1797
1797
  "storageLocation": "default",
@@ -1800,7 +1800,7 @@
1800
1800
  "typeString": "uint256"
1801
1801
  },
1802
1802
  "typeName": {
1803
- "id": 19505,
1803
+ "id": 19483,
1804
1804
  "name": "uint",
1805
1805
  "nodeType": "ElementaryTypeName",
1806
1806
  "src": "387:4:57",
@@ -1815,19 +1815,19 @@
1815
1815
  "src": "386:10:57"
1816
1816
  },
1817
1817
  "returnParameters": {
1818
- "id": 19508,
1818
+ "id": 19486,
1819
1819
  "nodeType": "ParameterList",
1820
1820
  "parameters": [],
1821
1821
  "src": "405:0:57"
1822
1822
  },
1823
- "scope": 19510,
1823
+ "scope": 19488,
1824
1824
  "src": "363:43:57",
1825
1825
  "stateMutability": "nonpayable",
1826
1826
  "virtual": false,
1827
1827
  "visibility": "external"
1828
1828
  }
1829
1829
  ],
1830
- "scope": 19517,
1830
+ "scope": 19495,
1831
1831
  "src": "205:203:57",
1832
1832
  "usedErrors": []
1833
1833
  },
@@ -1836,25 +1836,25 @@
1836
1836
  "baseContracts": [
1837
1837
  {
1838
1838
  "baseName": {
1839
- "id": 19512,
1839
+ "id": 19490,
1840
1840
  "name": "ISETHCustom",
1841
1841
  "nodeType": "IdentifierPath",
1842
- "referencedDeclaration": 19510,
1842
+ "referencedDeclaration": 19488,
1843
1843
  "src": "546:11:57"
1844
1844
  },
1845
- "id": 19513,
1845
+ "id": 19491,
1846
1846
  "nodeType": "InheritanceSpecifier",
1847
1847
  "src": "546:11:57"
1848
1848
  },
1849
1849
  {
1850
1850
  "baseName": {
1851
- "id": 19514,
1851
+ "id": 19492,
1852
1852
  "name": "ISuperToken",
1853
1853
  "nodeType": "IdentifierPath",
1854
- "referencedDeclaration": 18461,
1854
+ "referencedDeclaration": 18439,
1855
1855
  "src": "559:11:57"
1856
1856
  },
1857
- "id": 19515,
1857
+ "id": 19493,
1858
1858
  "nodeType": "InheritanceSpecifier",
1859
1859
  "src": "559:11:57"
1860
1860
  }
@@ -1863,27 +1863,27 @@
1863
1863
  "contractDependencies": [],
1864
1864
  "contractKind": "interface",
1865
1865
  "documentation": {
1866
- "id": 19511,
1866
+ "id": 19489,
1867
1867
  "nodeType": "StructuredDocumentation",
1868
1868
  "src": "410:71:57",
1869
1869
  "text": " @title Super ETH (SETH) full interface\n @author Superfluid"
1870
1870
  },
1871
1871
  "fullyImplemented": false,
1872
- "id": 19516,
1872
+ "id": 19494,
1873
1873
  "linearizedBaseContracts": [
1874
- 19516,
1875
- 18461,
1874
+ 19494,
1875
+ 18439,
1876
1876
  3172,
1877
1877
  1520,
1878
- 19538,
1879
- 19421,
1880
- 19510
1878
+ 19516,
1879
+ 19399,
1880
+ 19488
1881
1881
  ],
1882
1882
  "name": "ISETH",
1883
1883
  "nameLocation": "537:5:57",
1884
1884
  "nodeType": "ContractDefinition",
1885
1885
  "nodes": [],
1886
- "scope": 19517,
1886
+ "scope": 19495,
1887
1887
  "src": "527:46:57",
1888
1888
  "usedErrors": []
1889
1889
  }
@@ -1896,7 +1896,7 @@
1896
1896
  },
1897
1897
  "networks": {},
1898
1898
  "schemaVersion": "3.4.7",
1899
- "updatedAt": "2022-05-05T13:57:31.276Z",
1899
+ "updatedAt": "2022-05-06T12:43:05.454Z",
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
- 19516
52
+ 19494
53
53
  ],
54
54
  "ISETHCustom": [
55
- 19510
55
+ 19488
56
56
  ],
57
57
  "ISuperToken": [
58
- 18461
58
+ 18439
59
59
  ]
60
60
  },
61
- "id": 19517,
61
+ "id": 19495,
62
62
  "license": "AGPLv3",
63
63
  "nodeType": "SourceUnit",
64
64
  "nodes": [
65
65
  {
66
- "id": 19493,
66
+ "id": 19471,
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": 19495,
79
+ "id": 19473,
80
80
  "nameLocation": "-1:-1:-1",
81
81
  "nodeType": "ImportDirective",
82
- "scope": 19517,
83
- "sourceUnit": 18462,
82
+ "scope": 19495,
83
+ "sourceUnit": 18440,
84
84
  "src": "62:60:57",
85
85
  "symbolAliases": [
86
86
  {
87
87
  "foreign": {
88
- "id": 19494,
88
+ "id": 19472,
89
89
  "name": "ISuperToken",
90
90
  "nodeType": "Identifier",
91
91
  "overloadedDeclarations": [],
92
- "referencedDeclaration": 18461,
92
+ "referencedDeclaration": 18439,
93
93
  "src": "71:11:57",
94
94
  "typeDescriptions": {}
95
95
  },
@@ -105,15 +105,15 @@
105
105
  "contractDependencies": [],
106
106
  "contractKind": "interface",
107
107
  "documentation": {
108
- "id": 19496,
108
+ "id": 19474,
109
109
  "nodeType": "StructuredDocumentation",
110
110
  "src": "125:79:57",
111
111
  "text": " @title Super ETH (SETH) custom token interface\n @author Superfluid"
112
112
  },
113
113
  "fullyImplemented": false,
114
- "id": 19510,
114
+ "id": 19488,
115
115
  "linearizedBaseContracts": [
116
- 19510
116
+ 19488
117
117
  ],
118
118
  "name": "ISETHCustom",
119
119
  "nameLocation": "215:11:57",
@@ -121,7 +121,7 @@
121
121
  "nodes": [
122
122
  {
123
123
  "functionSelector": "cf81464b",
124
- "id": 19499,
124
+ "id": 19477,
125
125
  "implemented": false,
126
126
  "kind": "function",
127
127
  "modifiers": [],
@@ -129,18 +129,18 @@
129
129
  "nameLocation": "268:12:57",
130
130
  "nodeType": "FunctionDefinition",
131
131
  "parameters": {
132
- "id": 19497,
132
+ "id": 19475,
133
133
  "nodeType": "ParameterList",
134
134
  "parameters": [],
135
135
  "src": "280:2:57"
136
136
  },
137
137
  "returnParameters": {
138
- "id": 19498,
138
+ "id": 19476,
139
139
  "nodeType": "ParameterList",
140
140
  "parameters": [],
141
141
  "src": "299:0:57"
142
142
  },
143
- "scope": 19510,
143
+ "scope": 19488,
144
144
  "src": "259:41:57",
145
145
  "stateMutability": "payable",
146
146
  "virtual": false,
@@ -148,7 +148,7 @@
148
148
  },
149
149
  {
150
150
  "functionSelector": "7687d19b",
151
- "id": 19504,
151
+ "id": 19482,
152
152
  "implemented": false,
153
153
  "kind": "function",
154
154
  "modifiers": [],
@@ -156,17 +156,17 @@
156
156
  "nameLocation": "314:14:57",
157
157
  "nodeType": "FunctionDefinition",
158
158
  "parameters": {
159
- "id": 19502,
159
+ "id": 19480,
160
160
  "nodeType": "ParameterList",
161
161
  "parameters": [
162
162
  {
163
163
  "constant": false,
164
- "id": 19501,
164
+ "id": 19479,
165
165
  "mutability": "mutable",
166
166
  "name": "to",
167
167
  "nameLocation": "337:2:57",
168
168
  "nodeType": "VariableDeclaration",
169
- "scope": 19504,
169
+ "scope": 19482,
170
170
  "src": "329:10:57",
171
171
  "stateVariable": false,
172
172
  "storageLocation": "default",
@@ -175,7 +175,7 @@
175
175
  "typeString": "address"
176
176
  },
177
177
  "typeName": {
178
- "id": 19500,
178
+ "id": 19478,
179
179
  "name": "address",
180
180
  "nodeType": "ElementaryTypeName",
181
181
  "src": "329:7:57",
@@ -191,12 +191,12 @@
191
191
  "src": "328:12:57"
192
192
  },
193
193
  "returnParameters": {
194
- "id": 19503,
194
+ "id": 19481,
195
195
  "nodeType": "ParameterList",
196
196
  "parameters": [],
197
197
  "src": "357:0:57"
198
198
  },
199
- "scope": 19510,
199
+ "scope": 19488,
200
200
  "src": "305:53:57",
201
201
  "stateMutability": "payable",
202
202
  "virtual": false,
@@ -204,7 +204,7 @@
204
204
  },
205
205
  {
206
206
  "functionSelector": "160e8be3",
207
- "id": 19509,
207
+ "id": 19487,
208
208
  "implemented": false,
209
209
  "kind": "function",
210
210
  "modifiers": [],
@@ -212,17 +212,17 @@
212
212
  "nameLocation": "372:14:57",
213
213
  "nodeType": "FunctionDefinition",
214
214
  "parameters": {
215
- "id": 19507,
215
+ "id": 19485,
216
216
  "nodeType": "ParameterList",
217
217
  "parameters": [
218
218
  {
219
219
  "constant": false,
220
- "id": 19506,
220
+ "id": 19484,
221
221
  "mutability": "mutable",
222
222
  "name": "wad",
223
223
  "nameLocation": "392:3:57",
224
224
  "nodeType": "VariableDeclaration",
225
- "scope": 19509,
225
+ "scope": 19487,
226
226
  "src": "387:8:57",
227
227
  "stateVariable": false,
228
228
  "storageLocation": "default",
@@ -231,7 +231,7 @@
231
231
  "typeString": "uint256"
232
232
  },
233
233
  "typeName": {
234
- "id": 19505,
234
+ "id": 19483,
235
235
  "name": "uint",
236
236
  "nodeType": "ElementaryTypeName",
237
237
  "src": "387:4:57",
@@ -246,19 +246,19 @@
246
246
  "src": "386:10:57"
247
247
  },
248
248
  "returnParameters": {
249
- "id": 19508,
249
+ "id": 19486,
250
250
  "nodeType": "ParameterList",
251
251
  "parameters": [],
252
252
  "src": "405:0:57"
253
253
  },
254
- "scope": 19510,
254
+ "scope": 19488,
255
255
  "src": "363:43:57",
256
256
  "stateMutability": "nonpayable",
257
257
  "virtual": false,
258
258
  "visibility": "external"
259
259
  }
260
260
  ],
261
- "scope": 19517,
261
+ "scope": 19495,
262
262
  "src": "205:203:57",
263
263
  "usedErrors": []
264
264
  },
@@ -267,25 +267,25 @@
267
267
  "baseContracts": [
268
268
  {
269
269
  "baseName": {
270
- "id": 19512,
270
+ "id": 19490,
271
271
  "name": "ISETHCustom",
272
272
  "nodeType": "IdentifierPath",
273
- "referencedDeclaration": 19510,
273
+ "referencedDeclaration": 19488,
274
274
  "src": "546:11:57"
275
275
  },
276
- "id": 19513,
276
+ "id": 19491,
277
277
  "nodeType": "InheritanceSpecifier",
278
278
  "src": "546:11:57"
279
279
  },
280
280
  {
281
281
  "baseName": {
282
- "id": 19514,
282
+ "id": 19492,
283
283
  "name": "ISuperToken",
284
284
  "nodeType": "IdentifierPath",
285
- "referencedDeclaration": 18461,
285
+ "referencedDeclaration": 18439,
286
286
  "src": "559:11:57"
287
287
  },
288
- "id": 19515,
288
+ "id": 19493,
289
289
  "nodeType": "InheritanceSpecifier",
290
290
  "src": "559:11:57"
291
291
  }
@@ -294,27 +294,27 @@
294
294
  "contractDependencies": [],
295
295
  "contractKind": "interface",
296
296
  "documentation": {
297
- "id": 19511,
297
+ "id": 19489,
298
298
  "nodeType": "StructuredDocumentation",
299
299
  "src": "410:71:57",
300
300
  "text": " @title Super ETH (SETH) full interface\n @author Superfluid"
301
301
  },
302
302
  "fullyImplemented": false,
303
- "id": 19516,
303
+ "id": 19494,
304
304
  "linearizedBaseContracts": [
305
- 19516,
306
- 18461,
305
+ 19494,
306
+ 18439,
307
307
  3172,
308
308
  1520,
309
- 19538,
310
- 19421,
311
- 19510
309
+ 19516,
310
+ 19399,
311
+ 19488
312
312
  ],
313
313
  "name": "ISETH",
314
314
  "nameLocation": "537:5:57",
315
315
  "nodeType": "ContractDefinition",
316
316
  "nodes": [],
317
- "scope": 19517,
317
+ "scope": 19495,
318
318
  "src": "527:46:57",
319
319
  "usedErrors": []
320
320
  }
@@ -327,7 +327,7 @@
327
327
  },
328
328
  "networks": {},
329
329
  "schemaVersion": "3.4.7",
330
- "updatedAt": "2022-05-05T13:57:31.277Z",
330
+ "updatedAt": "2022-05-06T12:43:05.455Z",
331
331
  "devdoc": {
332
332
  "author": "Superfluid",
333
333
  "kind": "dev",