@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
@@ -1608,21 +1608,21 @@
1608
1608
  "absolutePath": "project:/contracts/interfaces/tokens/IPureSuperToken.sol",
1609
1609
  "exportedSymbols": {
1610
1610
  "IPureSuperToken": [
1611
- 20520
1611
+ 20642
1612
1612
  ],
1613
1613
  "IPureSuperTokenCustom": [
1614
- 20514
1614
+ 20636
1615
1615
  ],
1616
1616
  "ISuperToken": [
1617
- 19492
1617
+ 19614
1618
1618
  ]
1619
1619
  },
1620
- "id": 20521,
1620
+ "id": 20643,
1621
1621
  "license": "AGPLv3",
1622
1622
  "nodeType": "SourceUnit",
1623
1623
  "nodes": [
1624
1624
  {
1625
- "id": 20501,
1625
+ "id": 20623,
1626
1626
  "literals": [
1627
1627
  "solidity",
1628
1628
  ">=",
@@ -1635,20 +1635,20 @@
1635
1635
  {
1636
1636
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
1637
1637
  "file": "../superfluid/ISuperToken.sol",
1638
- "id": 20503,
1638
+ "id": 20625,
1639
1639
  "nameLocation": "-1:-1:-1",
1640
1640
  "nodeType": "ImportDirective",
1641
- "scope": 20521,
1642
- "sourceUnit": 19493,
1641
+ "scope": 20643,
1642
+ "sourceUnit": 19615,
1643
1643
  "src": "62:60:53",
1644
1644
  "symbolAliases": [
1645
1645
  {
1646
1646
  "foreign": {
1647
- "id": 20502,
1647
+ "id": 20624,
1648
1648
  "name": "ISuperToken",
1649
1649
  "nodeType": "Identifier",
1650
1650
  "overloadedDeclarations": [],
1651
- "referencedDeclaration": 19492,
1651
+ "referencedDeclaration": 19614,
1652
1652
  "src": "71:11:53",
1653
1653
  "typeDescriptions": {}
1654
1654
  },
@@ -1664,15 +1664,15 @@
1664
1664
  "contractDependencies": [],
1665
1665
  "contractKind": "interface",
1666
1666
  "documentation": {
1667
- "id": 20504,
1667
+ "id": 20626,
1668
1668
  "nodeType": "StructuredDocumentation",
1669
1669
  "src": "124:73:53",
1670
1670
  "text": " @title Pure Super Token custom interface\n @author Superfluid"
1671
1671
  },
1672
1672
  "fullyImplemented": false,
1673
- "id": 20514,
1673
+ "id": 20636,
1674
1674
  "linearizedBaseContracts": [
1675
- 20514
1675
+ 20636
1676
1676
  ],
1677
1677
  "name": "IPureSuperTokenCustom",
1678
1678
  "nameLocation": "208:21:53",
@@ -1680,7 +1680,7 @@
1680
1680
  "nodes": [
1681
1681
  {
1682
1682
  "functionSelector": "b119490e",
1683
- "id": 20513,
1683
+ "id": 20635,
1684
1684
  "implemented": false,
1685
1685
  "kind": "function",
1686
1686
  "modifiers": [],
@@ -1688,17 +1688,17 @@
1688
1688
  "nameLocation": "245:10:53",
1689
1689
  "nodeType": "FunctionDefinition",
1690
1690
  "parameters": {
1691
- "id": 20511,
1691
+ "id": 20633,
1692
1692
  "nodeType": "ParameterList",
1693
1693
  "parameters": [
1694
1694
  {
1695
1695
  "constant": false,
1696
- "id": 20506,
1696
+ "id": 20628,
1697
1697
  "mutability": "mutable",
1698
1698
  "name": "name",
1699
1699
  "nameLocation": "272:4:53",
1700
1700
  "nodeType": "VariableDeclaration",
1701
- "scope": 20513,
1701
+ "scope": 20635,
1702
1702
  "src": "256:20:53",
1703
1703
  "stateVariable": false,
1704
1704
  "storageLocation": "calldata",
@@ -1707,7 +1707,7 @@
1707
1707
  "typeString": "string"
1708
1708
  },
1709
1709
  "typeName": {
1710
- "id": 20505,
1710
+ "id": 20627,
1711
1711
  "name": "string",
1712
1712
  "nodeType": "ElementaryTypeName",
1713
1713
  "src": "256:6:53",
@@ -1720,12 +1720,12 @@
1720
1720
  },
1721
1721
  {
1722
1722
  "constant": false,
1723
- "id": 20508,
1723
+ "id": 20630,
1724
1724
  "mutability": "mutable",
1725
1725
  "name": "symbol",
1726
1726
  "nameLocation": "294:6:53",
1727
1727
  "nodeType": "VariableDeclaration",
1728
- "scope": 20513,
1728
+ "scope": 20635,
1729
1729
  "src": "278:22:53",
1730
1730
  "stateVariable": false,
1731
1731
  "storageLocation": "calldata",
@@ -1734,7 +1734,7 @@
1734
1734
  "typeString": "string"
1735
1735
  },
1736
1736
  "typeName": {
1737
- "id": 20507,
1737
+ "id": 20629,
1738
1738
  "name": "string",
1739
1739
  "nodeType": "ElementaryTypeName",
1740
1740
  "src": "278:6:53",
@@ -1747,12 +1747,12 @@
1747
1747
  },
1748
1748
  {
1749
1749
  "constant": false,
1750
- "id": 20510,
1750
+ "id": 20632,
1751
1751
  "mutability": "mutable",
1752
1752
  "name": "initialSupply",
1753
1753
  "nameLocation": "310:13:53",
1754
1754
  "nodeType": "VariableDeclaration",
1755
- "scope": 20513,
1755
+ "scope": 20635,
1756
1756
  "src": "302:21:53",
1757
1757
  "stateVariable": false,
1758
1758
  "storageLocation": "default",
@@ -1761,7 +1761,7 @@
1761
1761
  "typeString": "uint256"
1762
1762
  },
1763
1763
  "typeName": {
1764
- "id": 20509,
1764
+ "id": 20631,
1765
1765
  "name": "uint256",
1766
1766
  "nodeType": "ElementaryTypeName",
1767
1767
  "src": "302:7:53",
@@ -1776,19 +1776,19 @@
1776
1776
  "src": "255:69:53"
1777
1777
  },
1778
1778
  "returnParameters": {
1779
- "id": 20512,
1779
+ "id": 20634,
1780
1780
  "nodeType": "ParameterList",
1781
1781
  "parameters": [],
1782
1782
  "src": "333:0:53"
1783
1783
  },
1784
- "scope": 20514,
1784
+ "scope": 20636,
1785
1785
  "src": "236:98:53",
1786
1786
  "stateMutability": "nonpayable",
1787
1787
  "virtual": false,
1788
1788
  "visibility": "external"
1789
1789
  }
1790
1790
  ],
1791
- "scope": 20521,
1791
+ "scope": 20643,
1792
1792
  "src": "198:138:53",
1793
1793
  "usedErrors": []
1794
1794
  },
@@ -1797,25 +1797,25 @@
1797
1797
  "baseContracts": [
1798
1798
  {
1799
1799
  "baseName": {
1800
- "id": 20516,
1800
+ "id": 20638,
1801
1801
  "name": "IPureSuperTokenCustom",
1802
1802
  "nodeType": "IdentifierPath",
1803
- "referencedDeclaration": 20514,
1803
+ "referencedDeclaration": 20636,
1804
1804
  "src": "434:21:53"
1805
1805
  },
1806
- "id": 20517,
1806
+ "id": 20639,
1807
1807
  "nodeType": "InheritanceSpecifier",
1808
1808
  "src": "434:21:53"
1809
1809
  },
1810
1810
  {
1811
1811
  "baseName": {
1812
- "id": 20518,
1812
+ "id": 20640,
1813
1813
  "name": "ISuperToken",
1814
1814
  "nodeType": "IdentifierPath",
1815
- "referencedDeclaration": 19492,
1815
+ "referencedDeclaration": 19614,
1816
1816
  "src": "457:11:53"
1817
1817
  },
1818
- "id": 20519,
1818
+ "id": 20641,
1819
1819
  "nodeType": "InheritanceSpecifier",
1820
1820
  "src": "457:11:53"
1821
1821
  }
@@ -1824,27 +1824,27 @@
1824
1824
  "contractDependencies": [],
1825
1825
  "contractKind": "interface",
1826
1826
  "documentation": {
1827
- "id": 20515,
1827
+ "id": 20637,
1828
1828
  "nodeType": "StructuredDocumentation",
1829
1829
  "src": "338:66:53",
1830
1830
  "text": " @title Pure Super Token interface\n @author Superfluid"
1831
1831
  },
1832
1832
  "fullyImplemented": false,
1833
- "id": 20520,
1833
+ "id": 20642,
1834
1834
  "linearizedBaseContracts": [
1835
- 20520,
1836
- 19492,
1835
+ 20642,
1836
+ 19614,
1837
1837
  2352,
1838
1838
  1630,
1839
- 20567,
1840
- 20450,
1841
- 20514
1839
+ 20689,
1840
+ 20572,
1841
+ 20636
1842
1842
  ],
1843
1843
  "name": "IPureSuperToken",
1844
1844
  "nameLocation": "415:15:53",
1845
1845
  "nodeType": "ContractDefinition",
1846
1846
  "nodes": [],
1847
- "scope": 20521,
1847
+ "scope": 20643,
1848
1848
  "src": "405:66:53",
1849
1849
  "usedErrors": []
1850
1850
  }
@@ -1857,7 +1857,7 @@
1857
1857
  },
1858
1858
  "networks": {},
1859
1859
  "schemaVersion": "3.4.8",
1860
- "updatedAt": "2022-08-29T16:08:02.422Z",
1860
+ "updatedAt": "2022-08-30T13:03:13.367Z",
1861
1861
  "devdoc": {
1862
1862
  "author": "Superfluid",
1863
1863
  "kind": "dev",
@@ -39,21 +39,21 @@
39
39
  "absolutePath": "project:/contracts/interfaces/tokens/IPureSuperToken.sol",
40
40
  "exportedSymbols": {
41
41
  "IPureSuperToken": [
42
- 20520
42
+ 20642
43
43
  ],
44
44
  "IPureSuperTokenCustom": [
45
- 20514
45
+ 20636
46
46
  ],
47
47
  "ISuperToken": [
48
- 19492
48
+ 19614
49
49
  ]
50
50
  },
51
- "id": 20521,
51
+ "id": 20643,
52
52
  "license": "AGPLv3",
53
53
  "nodeType": "SourceUnit",
54
54
  "nodes": [
55
55
  {
56
- "id": 20501,
56
+ "id": 20623,
57
57
  "literals": [
58
58
  "solidity",
59
59
  ">=",
@@ -66,20 +66,20 @@
66
66
  {
67
67
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
68
68
  "file": "../superfluid/ISuperToken.sol",
69
- "id": 20503,
69
+ "id": 20625,
70
70
  "nameLocation": "-1:-1:-1",
71
71
  "nodeType": "ImportDirective",
72
- "scope": 20521,
73
- "sourceUnit": 19493,
72
+ "scope": 20643,
73
+ "sourceUnit": 19615,
74
74
  "src": "62:60:53",
75
75
  "symbolAliases": [
76
76
  {
77
77
  "foreign": {
78
- "id": 20502,
78
+ "id": 20624,
79
79
  "name": "ISuperToken",
80
80
  "nodeType": "Identifier",
81
81
  "overloadedDeclarations": [],
82
- "referencedDeclaration": 19492,
82
+ "referencedDeclaration": 19614,
83
83
  "src": "71:11:53",
84
84
  "typeDescriptions": {}
85
85
  },
@@ -95,15 +95,15 @@
95
95
  "contractDependencies": [],
96
96
  "contractKind": "interface",
97
97
  "documentation": {
98
- "id": 20504,
98
+ "id": 20626,
99
99
  "nodeType": "StructuredDocumentation",
100
100
  "src": "124:73:53",
101
101
  "text": " @title Pure Super Token custom interface\n @author Superfluid"
102
102
  },
103
103
  "fullyImplemented": false,
104
- "id": 20514,
104
+ "id": 20636,
105
105
  "linearizedBaseContracts": [
106
- 20514
106
+ 20636
107
107
  ],
108
108
  "name": "IPureSuperTokenCustom",
109
109
  "nameLocation": "208:21:53",
@@ -111,7 +111,7 @@
111
111
  "nodes": [
112
112
  {
113
113
  "functionSelector": "b119490e",
114
- "id": 20513,
114
+ "id": 20635,
115
115
  "implemented": false,
116
116
  "kind": "function",
117
117
  "modifiers": [],
@@ -119,17 +119,17 @@
119
119
  "nameLocation": "245:10:53",
120
120
  "nodeType": "FunctionDefinition",
121
121
  "parameters": {
122
- "id": 20511,
122
+ "id": 20633,
123
123
  "nodeType": "ParameterList",
124
124
  "parameters": [
125
125
  {
126
126
  "constant": false,
127
- "id": 20506,
127
+ "id": 20628,
128
128
  "mutability": "mutable",
129
129
  "name": "name",
130
130
  "nameLocation": "272:4:53",
131
131
  "nodeType": "VariableDeclaration",
132
- "scope": 20513,
132
+ "scope": 20635,
133
133
  "src": "256:20:53",
134
134
  "stateVariable": false,
135
135
  "storageLocation": "calldata",
@@ -138,7 +138,7 @@
138
138
  "typeString": "string"
139
139
  },
140
140
  "typeName": {
141
- "id": 20505,
141
+ "id": 20627,
142
142
  "name": "string",
143
143
  "nodeType": "ElementaryTypeName",
144
144
  "src": "256:6:53",
@@ -151,12 +151,12 @@
151
151
  },
152
152
  {
153
153
  "constant": false,
154
- "id": 20508,
154
+ "id": 20630,
155
155
  "mutability": "mutable",
156
156
  "name": "symbol",
157
157
  "nameLocation": "294:6:53",
158
158
  "nodeType": "VariableDeclaration",
159
- "scope": 20513,
159
+ "scope": 20635,
160
160
  "src": "278:22:53",
161
161
  "stateVariable": false,
162
162
  "storageLocation": "calldata",
@@ -165,7 +165,7 @@
165
165
  "typeString": "string"
166
166
  },
167
167
  "typeName": {
168
- "id": 20507,
168
+ "id": 20629,
169
169
  "name": "string",
170
170
  "nodeType": "ElementaryTypeName",
171
171
  "src": "278:6:53",
@@ -178,12 +178,12 @@
178
178
  },
179
179
  {
180
180
  "constant": false,
181
- "id": 20510,
181
+ "id": 20632,
182
182
  "mutability": "mutable",
183
183
  "name": "initialSupply",
184
184
  "nameLocation": "310:13:53",
185
185
  "nodeType": "VariableDeclaration",
186
- "scope": 20513,
186
+ "scope": 20635,
187
187
  "src": "302:21:53",
188
188
  "stateVariable": false,
189
189
  "storageLocation": "default",
@@ -192,7 +192,7 @@
192
192
  "typeString": "uint256"
193
193
  },
194
194
  "typeName": {
195
- "id": 20509,
195
+ "id": 20631,
196
196
  "name": "uint256",
197
197
  "nodeType": "ElementaryTypeName",
198
198
  "src": "302:7:53",
@@ -207,19 +207,19 @@
207
207
  "src": "255:69:53"
208
208
  },
209
209
  "returnParameters": {
210
- "id": 20512,
210
+ "id": 20634,
211
211
  "nodeType": "ParameterList",
212
212
  "parameters": [],
213
213
  "src": "333:0:53"
214
214
  },
215
- "scope": 20514,
215
+ "scope": 20636,
216
216
  "src": "236:98:53",
217
217
  "stateMutability": "nonpayable",
218
218
  "virtual": false,
219
219
  "visibility": "external"
220
220
  }
221
221
  ],
222
- "scope": 20521,
222
+ "scope": 20643,
223
223
  "src": "198:138:53",
224
224
  "usedErrors": []
225
225
  },
@@ -228,25 +228,25 @@
228
228
  "baseContracts": [
229
229
  {
230
230
  "baseName": {
231
- "id": 20516,
231
+ "id": 20638,
232
232
  "name": "IPureSuperTokenCustom",
233
233
  "nodeType": "IdentifierPath",
234
- "referencedDeclaration": 20514,
234
+ "referencedDeclaration": 20636,
235
235
  "src": "434:21:53"
236
236
  },
237
- "id": 20517,
237
+ "id": 20639,
238
238
  "nodeType": "InheritanceSpecifier",
239
239
  "src": "434:21:53"
240
240
  },
241
241
  {
242
242
  "baseName": {
243
- "id": 20518,
243
+ "id": 20640,
244
244
  "name": "ISuperToken",
245
245
  "nodeType": "IdentifierPath",
246
- "referencedDeclaration": 19492,
246
+ "referencedDeclaration": 19614,
247
247
  "src": "457:11:53"
248
248
  },
249
- "id": 20519,
249
+ "id": 20641,
250
250
  "nodeType": "InheritanceSpecifier",
251
251
  "src": "457:11:53"
252
252
  }
@@ -255,27 +255,27 @@
255
255
  "contractDependencies": [],
256
256
  "contractKind": "interface",
257
257
  "documentation": {
258
- "id": 20515,
258
+ "id": 20637,
259
259
  "nodeType": "StructuredDocumentation",
260
260
  "src": "338:66:53",
261
261
  "text": " @title Pure Super Token interface\n @author Superfluid"
262
262
  },
263
263
  "fullyImplemented": false,
264
- "id": 20520,
264
+ "id": 20642,
265
265
  "linearizedBaseContracts": [
266
- 20520,
267
- 19492,
266
+ 20642,
267
+ 19614,
268
268
  2352,
269
269
  1630,
270
- 20567,
271
- 20450,
272
- 20514
270
+ 20689,
271
+ 20572,
272
+ 20636
273
273
  ],
274
274
  "name": "IPureSuperToken",
275
275
  "nameLocation": "415:15:53",
276
276
  "nodeType": "ContractDefinition",
277
277
  "nodes": [],
278
- "scope": 20521,
278
+ "scope": 20643,
279
279
  "src": "405:66:53",
280
280
  "usedErrors": []
281
281
  }
@@ -288,7 +288,7 @@
288
288
  },
289
289
  "networks": {},
290
290
  "schemaVersion": "3.4.8",
291
- "updatedAt": "2022-08-29T16:08:02.423Z",
291
+ "updatedAt": "2022-08-30T13:03:13.368Z",
292
292
  "devdoc": {
293
293
  "author": "Superfluid",
294
294
  "kind": "dev",