@superfluid-finance/ethereum-contracts 1.7.2-dev.c99f6f9.0 → 1.7.2-dev.dae8ea5.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 (209) hide show
  1. package/README.md +2 -2
  2. package/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
  3. package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
  4. package/artifacts/contracts/mocks/IDASuperAppTester.sol/IDASuperAppTester.json +2 -2
  5. package/artifacts/contracts/mocks/MockSmartWallet.sol/MockSmartWallet.json +2 -2
  6. package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
  7. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock.json +2 -2
  8. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock.json +2 -2
  9. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel.json +2 -2
  10. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux.json +2 -2
  11. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockNotSelfRegistering.json +2 -2
  12. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx.json +2 -2
  13. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx.json +2 -2
  14. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp.json +2 -2
  15. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey.json +2 -2
  16. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidMock.json +2 -2
  17. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester.json +2 -2
  18. package/artifacts/contracts/superfluid/Superfluid.sol/Superfluid.json +2 -2
  19. package/artifacts/contracts/utils/SuperfluidFrameworkDeployer.sol/SuperfluidFrameworkDeployer.json +2 -2
  20. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/CFAv1ForwarderDeployerLibrary.json +2 -2
  21. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/IDAv1ForwarderDeployerLibrary.json +2 -2
  22. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/ProxyDeployerLibrary.json +2 -2
  23. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperTokenDeployerLibrary.json +2 -2
  24. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidCFAv1DeployerLibrary.json +2 -2
  25. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidFrameworkDeploymentSteps.json +2 -2
  26. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidGovDeployerLibrary.json +2 -2
  27. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidHostDeployerLibrary.json +2 -2
  28. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidIDAv1DeployerLibrary.json +2 -2
  29. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidLoaderDeployerLibrary.json +2 -2
  30. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidNFTLogicDeployerLibrary.json +2 -2
  31. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidPeripheryDeployerLibrary.json +2 -2
  32. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/TokenDeployerLibrary.json +2 -2
  33. package/build/contracts/AccessControl.json +1 -1
  34. package/build/contracts/AccessControlEnumerable.json +1 -1
  35. package/build/contracts/Address.json +1 -1
  36. package/build/contracts/AgreementBase.json +18 -18
  37. package/build/contracts/AgreementLibrary.json +165 -165
  38. package/build/contracts/BaseRelayRecipient.json +57 -57
  39. package/build/contracts/BatchLiquidator.json +382 -382
  40. package/build/contracts/BatchOperation.json +614 -614
  41. package/build/contracts/CFAv1Forwarder.json +1250 -1250
  42. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2387 -2387
  43. package/build/contracts/CFAv1Library.json +389 -389
  44. package/build/contracts/CallUtils.json +198 -198
  45. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  46. package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
  47. package/build/contracts/ConstantInflowNFT.json +402 -402
  48. package/build/contracts/ConstantOutflowNFT.json +661 -661
  49. package/build/contracts/Context.json +1 -1
  50. package/build/contracts/ContextDefinitions.json +614 -614
  51. package/build/contracts/CustomSuperTokenBase.json +19 -19
  52. package/build/contracts/ERC165.json +1 -1
  53. package/build/contracts/ERC1820Implementer.json +1 -1
  54. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  55. package/build/contracts/ERC20.json +1 -1
  56. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  57. package/build/contracts/ERC777Helper.json +384 -384
  58. package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
  59. package/build/contracts/ERC777RecipientReverting.json +863 -863
  60. package/build/contracts/EnumerableSet.json +1 -1
  61. package/build/contracts/EventsEmitter.json +43 -43
  62. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  63. package/build/contracts/FixedSizeData.json +200 -200
  64. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  65. package/build/contracts/FlowNFTBase.json +1280 -1280
  66. package/build/contracts/FlowOperatorDefinitions.json +614 -614
  67. package/build/contracts/ForwarderBase.json +190 -190
  68. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  69. package/build/contracts/IAccessControl.json +1 -1
  70. package/build/contracts/IAccessControlEnumerable.json +1 -1
  71. package/build/contracts/IConstantFlowAgreementV1.json +677 -677
  72. package/build/contracts/IConstantInflowNFT.json +54 -54
  73. package/build/contracts/IConstantOutflowNFT.json +107 -107
  74. package/build/contracts/IDAv1Forwarder.json +912 -912
  75. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2387 -2387
  76. package/build/contracts/IDAv1Library.json +430 -430
  77. package/build/contracts/IERC165.json +1 -1
  78. package/build/contracts/IERC1820Implementer.json +1 -1
  79. package/build/contracts/IERC1820Registry.json +1 -1
  80. package/build/contracts/IERC20.json +1 -1
  81. package/build/contracts/IERC20Metadata.json +1 -1
  82. package/build/contracts/IERC20Permit.json +1 -1
  83. package/build/contracts/IERC721.json +1 -1
  84. package/build/contracts/IERC721Metadata.json +1 -1
  85. package/build/contracts/IERC777.json +1 -1
  86. package/build/contracts/IERC777Recipient.json +1 -1
  87. package/build/contracts/IERC777Sender.json +1 -1
  88. package/build/contracts/IFlowNFTBase.json +115 -115
  89. package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
  90. package/build/contracts/IMultiSigWallet.json +31 -31
  91. package/build/contracts/IPoolAdminNFT.json +7 -7
  92. package/build/contracts/IPoolMemberNFT.json +7 -7
  93. package/build/contracts/IPureSuperToken.json +62 -62
  94. package/build/contracts/IPureSuperTokenCustom.json +62 -62
  95. package/build/contracts/IRelayRecipient.json +27 -27
  96. package/build/contracts/IResolver.json +38 -38
  97. package/build/contracts/ISETH.json +67 -67
  98. package/build/contracts/ISETHCustom.json +67 -67
  99. package/build/contracts/ISuperAgreement.json +50 -50
  100. package/build/contracts/ISuperApp.json +191 -191
  101. package/build/contracts/ISuperToken.json +695 -695
  102. package/build/contracts/ISuperTokenFactory.json +225 -225
  103. package/build/contracts/ISuperfluid.json +904 -904
  104. package/build/contracts/ISuperfluidGovernance.json +251 -251
  105. package/build/contracts/ISuperfluidToken.json +407 -407
  106. package/build/contracts/ITOGAv1.json +1346 -1346
  107. package/build/contracts/ITOGAv2.json +1346 -1346
  108. package/build/contracts/ITOGAv3.json +1346 -1346
  109. package/build/contracts/Initializable.json +1 -1
  110. package/build/contracts/InstantDistributionAgreementV1.json +594 -594
  111. package/build/contracts/Math.json +1 -1
  112. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  113. package/build/contracts/Ownable.json +1 -1
  114. package/build/contracts/Proxy.json +1 -1
  115. package/build/contracts/ProxyDeployerLibrary.json +2385 -2385
  116. package/build/contracts/PureSuperToken.json +106 -106
  117. package/build/contracts/Resolver.json +98 -98
  118. package/build/contracts/SETHProxy.json +224 -224
  119. package/build/contracts/SafeCast.json +1 -1
  120. package/build/contracts/SafeERC20.json +1 -1
  121. package/build/contracts/SafeGasLibrary.json +51 -51
  122. package/build/contracts/SafeMath.json +1 -1
  123. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  124. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  125. package/build/contracts/StreamRedirector.json +704 -704
  126. package/build/contracts/Strings.json +1 -1
  127. package/build/contracts/SuperAppBase.json +42 -42
  128. package/build/contracts/SuperAppBaseFlow.json +1580 -1537
  129. package/build/contracts/SuperAppDefinitions.json +614 -614
  130. package/build/contracts/SuperToken.json +2714 -2714
  131. package/build/contracts/SuperTokenDeployerLibrary.json +2386 -2386
  132. package/build/contracts/SuperTokenFactory.json +1347 -1347
  133. package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
  134. package/build/contracts/SuperTokenV1Library.json +5632 -5632
  135. package/build/contracts/SuperUpgrader.json +439 -439
  136. package/build/contracts/Superfluid.json +7999 -7996
  137. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2386 -2386
  138. package/build/contracts/SuperfluidFrameworkDeployer.json +1263 -1263
  139. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2385 -2385
  140. package/build/contracts/SuperfluidGovDeployerLibrary.json +2386 -2386
  141. package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
  142. package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
  143. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  144. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  145. package/build/contracts/SuperfluidHostDeployerLibrary.json +2385 -2385
  146. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2386 -2386
  147. package/build/contracts/SuperfluidLoader.json +207 -207
  148. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2387 -2387
  149. package/build/contracts/SuperfluidLoaderLibrary.json +481 -480
  150. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2390 -2390
  151. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2388 -2388
  152. package/build/contracts/SuperfluidToken.json +1423 -1423
  153. package/build/contracts/TOGA.json +1360 -1360
  154. package/build/contracts/TestGovernance.json +250 -250
  155. package/build/contracts/TestResolver.json +47 -47
  156. package/build/contracts/TestToken.json +102 -102
  157. package/build/contracts/TokenDeployerLibrary.json +2387 -2387
  158. package/build/contracts/TokenInfo.json +32 -32
  159. package/build/contracts/UUPSProxiable.json +139 -139
  160. package/build/contracts/UUPSProxy.json +81 -81
  161. package/build/contracts/UUPSUtils.json +37 -37
  162. package/build/contracts-sizes.txt +15 -15
  163. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
  164. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
  165. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
  166. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
  167. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
  168. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
  169. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
  170. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
  171. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
  172. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.d.ts +1 -1
  173. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.js +1 -1
  174. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.d.ts +1 -1
  175. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.js +1 -1
  176. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
  177. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
  178. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
  179. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
  180. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.d.ts +1 -1
  181. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.js +1 -1
  182. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.d.ts +1 -1
  183. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.js +1 -1
  184. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.d.ts +1 -1
  185. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.js +1 -1
  186. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.d.ts +1 -1
  187. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.js +1 -1
  188. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.d.ts +1 -1
  189. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.js +1 -1
  190. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.d.ts +1 -1
  191. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.js +1 -1
  192. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.d.ts +1 -1
  193. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.js +1 -1
  194. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.d.ts +1 -1
  195. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.js +1 -1
  196. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.d.ts +1 -1
  197. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.js +1 -1
  198. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.d.ts +1 -1
  199. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.js +1 -1
  200. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.d.ts +1 -1
  201. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.js +1 -1
  202. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts +1 -1
  203. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js +1 -1
  204. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.d.ts +1 -1
  205. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.js +1 -1
  206. package/contracts/apps/SuperAppBaseFlow.sol +11 -10
  207. package/contracts/apps/SuperfluidLoaderLibrary.sol +1 -1
  208. package/contracts/superfluid/Superfluid.sol +1 -0
  209. package/package.json +4 -3
@@ -1763,27 +1763,27 @@
1763
1763
  "absolutePath": "project:/contracts/tokens/SETH.sol",
1764
1764
  "exportedSymbols": {
1765
1765
  "CustomSuperTokenBase": [
1766
- 23145
1766
+ 23148
1767
1767
  ],
1768
1768
  "ISETHCustom": [
1769
- 25515
1769
+ 25518
1770
1770
  ],
1771
1771
  "ISuperToken": [
1772
- 24394
1772
+ 24397
1773
1773
  ],
1774
1774
  "SETHProxy": [
1775
- 46902
1775
+ 46907
1776
1776
  ],
1777
1777
  "UUPSProxy": [
1778
- 47056
1778
+ 47061
1779
1779
  ]
1780
1780
  },
1781
- "id": 46903,
1781
+ "id": 46908,
1782
1782
  "license": "AGPLv3",
1783
1783
  "nodeType": "SourceUnit",
1784
1784
  "nodes": [
1785
1785
  {
1786
- "id": 46750,
1786
+ "id": 46755,
1787
1787
  "literals": [
1788
1788
  "solidity",
1789
1789
  "0.8",
@@ -1795,20 +1795,20 @@
1795
1795
  {
1796
1796
  "absolutePath": "project:/contracts/interfaces/superfluid/CustomSuperTokenBase.sol",
1797
1797
  "file": "../interfaces/superfluid/CustomSuperTokenBase.sol",
1798
- "id": 46753,
1798
+ "id": 46758,
1799
1799
  "nameLocation": "-1:-1:-1",
1800
1800
  "nodeType": "ImportDirective",
1801
- "scope": 46903,
1802
- "sourceUnit": 23146,
1801
+ "scope": 46908,
1802
+ "sourceUnit": 23149,
1803
1803
  "src": "60:110:107",
1804
1804
  "symbolAliases": [
1805
1805
  {
1806
1806
  "foreign": {
1807
- "id": 46751,
1807
+ "id": 46756,
1808
1808
  "name": "ISuperToken",
1809
1809
  "nodeType": "Identifier",
1810
1810
  "overloadedDeclarations": [],
1811
- "referencedDeclaration": 24394,
1811
+ "referencedDeclaration": 24397,
1812
1812
  "src": "73:11:107",
1813
1813
  "typeDescriptions": {}
1814
1814
  },
@@ -1816,11 +1816,11 @@
1816
1816
  },
1817
1817
  {
1818
1818
  "foreign": {
1819
- "id": 46752,
1819
+ "id": 46757,
1820
1820
  "name": "CustomSuperTokenBase",
1821
1821
  "nodeType": "Identifier",
1822
1822
  "overloadedDeclarations": [],
1823
- "referencedDeclaration": 23145,
1823
+ "referencedDeclaration": 23148,
1824
1824
  "src": "90:20:107",
1825
1825
  "typeDescriptions": {}
1826
1826
  },
@@ -1832,20 +1832,20 @@
1832
1832
  {
1833
1833
  "absolutePath": "project:/contracts/interfaces/tokens/ISETH.sol",
1834
1834
  "file": "../interfaces/tokens/ISETH.sol",
1835
- "id": 46755,
1835
+ "id": 46760,
1836
1836
  "nameLocation": "-1:-1:-1",
1837
1837
  "nodeType": "ImportDirective",
1838
- "scope": 46903,
1839
- "sourceUnit": 25522,
1838
+ "scope": 46908,
1839
+ "sourceUnit": 25525,
1840
1840
  "src": "171:61:107",
1841
1841
  "symbolAliases": [
1842
1842
  {
1843
1843
  "foreign": {
1844
- "id": 46754,
1844
+ "id": 46759,
1845
1845
  "name": "ISETHCustom",
1846
1846
  "nodeType": "Identifier",
1847
1847
  "overloadedDeclarations": [],
1848
- "referencedDeclaration": 25515,
1848
+ "referencedDeclaration": 25518,
1849
1849
  "src": "180:11:107",
1850
1850
  "typeDescriptions": {}
1851
1851
  },
@@ -1857,20 +1857,20 @@
1857
1857
  {
1858
1858
  "absolutePath": "project:/contracts/upgradability/UUPSProxy.sol",
1859
1859
  "file": "../upgradability/UUPSProxy.sol",
1860
- "id": 46757,
1860
+ "id": 46762,
1861
1861
  "nameLocation": "-1:-1:-1",
1862
1862
  "nodeType": "ImportDirective",
1863
- "scope": 46903,
1864
- "sourceUnit": 47057,
1863
+ "scope": 46908,
1864
+ "sourceUnit": 47062,
1865
1865
  "src": "233:59:107",
1866
1866
  "symbolAliases": [
1867
1867
  {
1868
1868
  "foreign": {
1869
- "id": 46756,
1869
+ "id": 46761,
1870
1870
  "name": "UUPSProxy",
1871
1871
  "nodeType": "Identifier",
1872
1872
  "overloadedDeclarations": [],
1873
- "referencedDeclaration": 47056,
1873
+ "referencedDeclaration": 47061,
1874
1874
  "src": "242:9:107",
1875
1875
  "typeDescriptions": {}
1876
1876
  },
@@ -1884,46 +1884,46 @@
1884
1884
  "baseContracts": [
1885
1885
  {
1886
1886
  "baseName": {
1887
- "id": 46759,
1887
+ "id": 46764,
1888
1888
  "name": "ISETHCustom",
1889
1889
  "nameLocations": [
1890
1890
  "457:11:107"
1891
1891
  ],
1892
1892
  "nodeType": "IdentifierPath",
1893
- "referencedDeclaration": 25515,
1893
+ "referencedDeclaration": 25518,
1894
1894
  "src": "457:11:107"
1895
1895
  },
1896
- "id": 46760,
1896
+ "id": 46765,
1897
1897
  "nodeType": "InheritanceSpecifier",
1898
1898
  "src": "457:11:107"
1899
1899
  },
1900
1900
  {
1901
1901
  "baseName": {
1902
- "id": 46761,
1902
+ "id": 46766,
1903
1903
  "name": "CustomSuperTokenBase",
1904
1904
  "nameLocations": [
1905
1905
  "470:20:107"
1906
1906
  ],
1907
1907
  "nodeType": "IdentifierPath",
1908
- "referencedDeclaration": 23145,
1908
+ "referencedDeclaration": 23148,
1909
1909
  "src": "470:20:107"
1910
1910
  },
1911
- "id": 46762,
1911
+ "id": 46767,
1912
1912
  "nodeType": "InheritanceSpecifier",
1913
1913
  "src": "470:20:107"
1914
1914
  },
1915
1915
  {
1916
1916
  "baseName": {
1917
- "id": 46763,
1917
+ "id": 46768,
1918
1918
  "name": "UUPSProxy",
1919
1919
  "nameLocations": [
1920
1920
  "492:9:107"
1921
1921
  ],
1922
1922
  "nodeType": "IdentifierPath",
1923
- "referencedDeclaration": 47056,
1923
+ "referencedDeclaration": 47061,
1924
1924
  "src": "492:9:107"
1925
1925
  },
1926
- "id": 46764,
1926
+ "id": 46769,
1927
1927
  "nodeType": "InheritanceSpecifier",
1928
1928
  "src": "492:9:107"
1929
1929
  }
@@ -1932,19 +1932,19 @@
1932
1932
  "contractDependencies": [],
1933
1933
  "contractKind": "contract",
1934
1934
  "documentation": {
1935
- "id": 46758,
1935
+ "id": 46763,
1936
1936
  "nodeType": "StructuredDocumentation",
1937
1937
  "src": "294:140:107",
1938
1938
  "text": " @dev Super ETH (SETH) custom super token implementation\n @author Superfluid\n It is also called a Native-Asset Super Token."
1939
1939
  },
1940
1940
  "fullyImplemented": true,
1941
- "id": 46902,
1941
+ "id": 46907,
1942
1942
  "linearizedBaseContracts": [
1943
- 46902,
1944
- 47056,
1943
+ 46907,
1944
+ 47061,
1945
1945
  706,
1946
- 23145,
1947
- 25515
1946
+ 23148,
1947
+ 25518
1948
1948
  ],
1949
1949
  "name": "SETHProxy",
1950
1950
  "nameLocation": "444:9:107",
@@ -1953,23 +1953,23 @@
1953
1953
  {
1954
1954
  "anonymous": false,
1955
1955
  "eventSelector": "25ca84076773b0455db53621c459ddc84fe40840e4932a62706a032566f399df",
1956
- "id": 46770,
1956
+ "id": 46775,
1957
1957
  "name": "TokenUpgraded",
1958
1958
  "nameLocation": "514:13:107",
1959
1959
  "nodeType": "EventDefinition",
1960
1960
  "parameters": {
1961
- "id": 46769,
1961
+ "id": 46774,
1962
1962
  "nodeType": "ParameterList",
1963
1963
  "parameters": [
1964
1964
  {
1965
1965
  "constant": false,
1966
- "id": 46766,
1966
+ "id": 46771,
1967
1967
  "indexed": true,
1968
1968
  "mutability": "mutable",
1969
1969
  "name": "account",
1970
1970
  "nameLocation": "544:7:107",
1971
1971
  "nodeType": "VariableDeclaration",
1972
- "scope": 46770,
1972
+ "scope": 46775,
1973
1973
  "src": "528:23:107",
1974
1974
  "stateVariable": false,
1975
1975
  "storageLocation": "default",
@@ -1978,7 +1978,7 @@
1978
1978
  "typeString": "address"
1979
1979
  },
1980
1980
  "typeName": {
1981
- "id": 46765,
1981
+ "id": 46770,
1982
1982
  "name": "address",
1983
1983
  "nodeType": "ElementaryTypeName",
1984
1984
  "src": "528:7:107",
@@ -1992,13 +1992,13 @@
1992
1992
  },
1993
1993
  {
1994
1994
  "constant": false,
1995
- "id": 46768,
1995
+ "id": 46773,
1996
1996
  "indexed": false,
1997
1997
  "mutability": "mutable",
1998
1998
  "name": "amount",
1999
1999
  "nameLocation": "561:6:107",
2000
2000
  "nodeType": "VariableDeclaration",
2001
- "scope": 46770,
2001
+ "scope": 46775,
2002
2002
  "src": "553:14:107",
2003
2003
  "stateVariable": false,
2004
2004
  "storageLocation": "default",
@@ -2007,7 +2007,7 @@
2007
2007
  "typeString": "uint256"
2008
2008
  },
2009
2009
  "typeName": {
2010
- "id": 46767,
2010
+ "id": 46772,
2011
2011
  "name": "uint256",
2012
2012
  "nodeType": "ElementaryTypeName",
2013
2013
  "src": "553:7:107",
@@ -2026,23 +2026,23 @@
2026
2026
  {
2027
2027
  "anonymous": false,
2028
2028
  "eventSelector": "3bc27981aebbb57f9247dc00fde9d6cd91e4b230083fec3238fedbcba1f9ab3d",
2029
- "id": 46776,
2029
+ "id": 46781,
2030
2030
  "name": "TokenDowngraded",
2031
2031
  "nameLocation": "580:15:107",
2032
2032
  "nodeType": "EventDefinition",
2033
2033
  "parameters": {
2034
- "id": 46775,
2034
+ "id": 46780,
2035
2035
  "nodeType": "ParameterList",
2036
2036
  "parameters": [
2037
2037
  {
2038
2038
  "constant": false,
2039
- "id": 46772,
2039
+ "id": 46777,
2040
2040
  "indexed": true,
2041
2041
  "mutability": "mutable",
2042
2042
  "name": "account",
2043
2043
  "nameLocation": "612:7:107",
2044
2044
  "nodeType": "VariableDeclaration",
2045
- "scope": 46776,
2045
+ "scope": 46781,
2046
2046
  "src": "596:23:107",
2047
2047
  "stateVariable": false,
2048
2048
  "storageLocation": "default",
@@ -2051,7 +2051,7 @@
2051
2051
  "typeString": "address"
2052
2052
  },
2053
2053
  "typeName": {
2054
- "id": 46771,
2054
+ "id": 46776,
2055
2055
  "name": "address",
2056
2056
  "nodeType": "ElementaryTypeName",
2057
2057
  "src": "596:7:107",
@@ -2065,13 +2065,13 @@
2065
2065
  },
2066
2066
  {
2067
2067
  "constant": false,
2068
- "id": 46774,
2068
+ "id": 46779,
2069
2069
  "indexed": false,
2070
2070
  "mutability": "mutable",
2071
2071
  "name": "amount",
2072
2072
  "nameLocation": "629:6:107",
2073
2073
  "nodeType": "VariableDeclaration",
2074
- "scope": 46776,
2074
+ "scope": 46781,
2075
2075
  "src": "621:14:107",
2076
2076
  "stateVariable": false,
2077
2077
  "storageLocation": "default",
@@ -2080,7 +2080,7 @@
2080
2080
  "typeString": "uint256"
2081
2081
  },
2082
2082
  "typeName": {
2083
- "id": 46773,
2083
+ "id": 46778,
2084
2084
  "name": "uint256",
2085
2085
  "nodeType": "ElementaryTypeName",
2086
2086
  "src": "621:7:107",
@@ -2101,7 +2101,7 @@
2101
2101
  700
2102
2102
  ],
2103
2103
  "body": {
2104
- "id": 46804,
2104
+ "id": 46809,
2105
2105
  "nodeType": "Block",
2106
2106
  "src": "746:140:107",
2107
2107
  "statements": [
@@ -2110,7 +2110,7 @@
2110
2110
  "arguments": [
2111
2111
  {
2112
2112
  "expression": {
2113
- "id": 46787,
2113
+ "id": 46792,
2114
2114
  "name": "msg",
2115
2115
  "nodeType": "Identifier",
2116
2116
  "overloadedDeclarations": [],
@@ -2121,7 +2121,7 @@
2121
2121
  "typeString": "msg"
2122
2122
  }
2123
2123
  },
2124
- "id": 46788,
2124
+ "id": 46793,
2125
2125
  "isConstant": false,
2126
2126
  "isLValue": false,
2127
2127
  "isPure": false,
@@ -2137,7 +2137,7 @@
2137
2137
  },
2138
2138
  {
2139
2139
  "expression": {
2140
- "id": 46789,
2140
+ "id": 46794,
2141
2141
  "name": "msg",
2142
2142
  "nodeType": "Identifier",
2143
2143
  "overloadedDeclarations": [],
@@ -2148,7 +2148,7 @@
2148
2148
  "typeString": "msg"
2149
2149
  }
2150
2150
  },
2151
- "id": 46790,
2151
+ "id": 46795,
2152
2152
  "isConstant": false,
2153
2153
  "isLValue": false,
2154
2154
  "isPure": false,
@@ -2166,7 +2166,7 @@
2166
2166
  "arguments": [
2167
2167
  {
2168
2168
  "hexValue": "30",
2169
- "id": 46793,
2169
+ "id": 46798,
2170
2170
  "isConstant": false,
2171
2171
  "isLValue": false,
2172
2172
  "isPure": true,
@@ -2188,7 +2188,7 @@
2188
2188
  "typeString": "int_const 0"
2189
2189
  }
2190
2190
  ],
2191
- "id": 46792,
2191
+ "id": 46797,
2192
2192
  "isConstant": false,
2193
2193
  "isLValue": false,
2194
2194
  "isPure": true,
@@ -2200,7 +2200,7 @@
2200
2200
  "typeString": "function (uint256) pure returns (bytes memory)"
2201
2201
  },
2202
2202
  "typeName": {
2203
- "id": 46791,
2203
+ "id": 46796,
2204
2204
  "name": "bytes",
2205
2205
  "nodeType": "ElementaryTypeName",
2206
2206
  "src": "819:5:107",
@@ -2210,7 +2210,7 @@
2210
2210
  }
2211
2211
  }
2212
2212
  },
2213
- "id": 46794,
2213
+ "id": 46799,
2214
2214
  "isConstant": false,
2215
2215
  "isLValue": false,
2216
2216
  "isPure": true,
@@ -2247,14 +2247,14 @@
2247
2247
  {
2248
2248
  "arguments": [
2249
2249
  {
2250
- "id": 46783,
2250
+ "id": 46788,
2251
2251
  "name": "this",
2252
2252
  "nodeType": "Identifier",
2253
2253
  "overloadedDeclarations": [],
2254
2254
  "referencedDeclaration": 4294967268,
2255
2255
  "src": "776:4:107",
2256
2256
  "typeDescriptions": {
2257
- "typeIdentifier": "t_contract$_SETHProxy_$46902",
2257
+ "typeIdentifier": "t_contract$_SETHProxy_$46907",
2258
2258
  "typeString": "contract SETHProxy"
2259
2259
  }
2260
2260
  }
@@ -2262,11 +2262,11 @@
2262
2262
  "expression": {
2263
2263
  "argumentTypes": [
2264
2264
  {
2265
- "typeIdentifier": "t_contract$_SETHProxy_$46902",
2265
+ "typeIdentifier": "t_contract$_SETHProxy_$46907",
2266
2266
  "typeString": "contract SETHProxy"
2267
2267
  }
2268
2268
  ],
2269
- "id": 46782,
2269
+ "id": 46787,
2270
2270
  "isConstant": false,
2271
2271
  "isLValue": false,
2272
2272
  "isPure": true,
@@ -2278,14 +2278,14 @@
2278
2278
  "typeString": "type(address)"
2279
2279
  },
2280
2280
  "typeName": {
2281
- "id": 46781,
2281
+ "id": 46786,
2282
2282
  "name": "address",
2283
2283
  "nodeType": "ElementaryTypeName",
2284
2284
  "src": "768:7:107",
2285
2285
  "typeDescriptions": {}
2286
2286
  }
2287
2287
  },
2288
- "id": 46784,
2288
+ "id": 46789,
2289
2289
  "isConstant": false,
2290
2290
  "isLValue": false,
2291
2291
  "isPure": false,
@@ -2309,18 +2309,18 @@
2309
2309
  "typeString": "address"
2310
2310
  }
2311
2311
  ],
2312
- "id": 46780,
2312
+ "id": 46785,
2313
2313
  "name": "ISuperToken",
2314
2314
  "nodeType": "Identifier",
2315
2315
  "overloadedDeclarations": [],
2316
- "referencedDeclaration": 24394,
2316
+ "referencedDeclaration": 24397,
2317
2317
  "src": "756:11:107",
2318
2318
  "typeDescriptions": {
2319
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$24394_$",
2319
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$24397_$",
2320
2320
  "typeString": "type(contract ISuperToken)"
2321
2321
  }
2322
2322
  },
2323
- "id": 46785,
2323
+ "id": 46790,
2324
2324
  "isConstant": false,
2325
2325
  "isLValue": false,
2326
2326
  "isPure": false,
@@ -2332,11 +2332,11 @@
2332
2332
  "src": "756:26:107",
2333
2333
  "tryCall": false,
2334
2334
  "typeDescriptions": {
2335
- "typeIdentifier": "t_contract$_ISuperToken_$24394",
2335
+ "typeIdentifier": "t_contract$_ISuperToken_$24397",
2336
2336
  "typeString": "contract ISuperToken"
2337
2337
  }
2338
2338
  },
2339
- "id": 46786,
2339
+ "id": 46791,
2340
2340
  "isConstant": false,
2341
2341
  "isLValue": false,
2342
2342
  "isPure": false,
@@ -2344,14 +2344,14 @@
2344
2344
  "memberLocation": "783:8:107",
2345
2345
  "memberName": "selfMint",
2346
2346
  "nodeType": "MemberAccess",
2347
- "referencedDeclaration": 24225,
2347
+ "referencedDeclaration": 24228,
2348
2348
  "src": "756:35:107",
2349
2349
  "typeDescriptions": {
2350
2350
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
2351
2351
  "typeString": "function (address,uint256,bytes memory) external"
2352
2352
  }
2353
2353
  },
2354
- "id": 46795,
2354
+ "id": 46800,
2355
2355
  "isConstant": false,
2356
2356
  "isLValue": false,
2357
2357
  "isPure": false,
@@ -2367,7 +2367,7 @@
2367
2367
  "typeString": "tuple()"
2368
2368
  }
2369
2369
  },
2370
- "id": 46796,
2370
+ "id": 46801,
2371
2371
  "nodeType": "ExpressionStatement",
2372
2372
  "src": "756:72:107"
2373
2373
  },
@@ -2376,7 +2376,7 @@
2376
2376
  "arguments": [
2377
2377
  {
2378
2378
  "expression": {
2379
- "id": 46798,
2379
+ "id": 46803,
2380
2380
  "name": "msg",
2381
2381
  "nodeType": "Identifier",
2382
2382
  "overloadedDeclarations": [],
@@ -2387,7 +2387,7 @@
2387
2387
  "typeString": "msg"
2388
2388
  }
2389
2389
  },
2390
- "id": 46799,
2390
+ "id": 46804,
2391
2391
  "isConstant": false,
2392
2392
  "isLValue": false,
2393
2393
  "isPure": false,
@@ -2403,7 +2403,7 @@
2403
2403
  },
2404
2404
  {
2405
2405
  "expression": {
2406
- "id": 46800,
2406
+ "id": 46805,
2407
2407
  "name": "msg",
2408
2408
  "nodeType": "Identifier",
2409
2409
  "overloadedDeclarations": [],
@@ -2414,7 +2414,7 @@
2414
2414
  "typeString": "msg"
2415
2415
  }
2416
2416
  },
2417
- "id": 46801,
2417
+ "id": 46806,
2418
2418
  "isConstant": false,
2419
2419
  "isLValue": false,
2420
2420
  "isPure": false,
@@ -2440,18 +2440,18 @@
2440
2440
  "typeString": "uint256"
2441
2441
  }
2442
2442
  ],
2443
- "id": 46797,
2443
+ "id": 46802,
2444
2444
  "name": "TokenUpgraded",
2445
2445
  "nodeType": "Identifier",
2446
2446
  "overloadedDeclarations": [],
2447
- "referencedDeclaration": 46770,
2447
+ "referencedDeclaration": 46775,
2448
2448
  "src": "843:13:107",
2449
2449
  "typeDescriptions": {
2450
2450
  "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$",
2451
2451
  "typeString": "function (address,uint256)"
2452
2452
  }
2453
2453
  },
2454
- "id": 46802,
2454
+ "id": 46807,
2455
2455
  "isConstant": false,
2456
2456
  "isLValue": false,
2457
2457
  "isPure": false,
@@ -2467,13 +2467,13 @@
2467
2467
  "typeString": "tuple()"
2468
2468
  }
2469
2469
  },
2470
- "id": 46803,
2470
+ "id": 46808,
2471
2471
  "nodeType": "EmitStatement",
2472
2472
  "src": "838:41:107"
2473
2473
  }
2474
2474
  ]
2475
2475
  },
2476
- "id": 46805,
2476
+ "id": 46810,
2477
2477
  "implemented": true,
2478
2478
  "kind": "receive",
2479
2479
  "modifiers": [],
@@ -2481,24 +2481,24 @@
2481
2481
  "nameLocation": "-1:-1:-1",
2482
2482
  "nodeType": "FunctionDefinition",
2483
2483
  "overrides": {
2484
- "id": 46778,
2484
+ "id": 46783,
2485
2485
  "nodeType": "OverrideSpecifier",
2486
2486
  "overrides": [],
2487
2487
  "src": "737:8:107"
2488
2488
  },
2489
2489
  "parameters": {
2490
- "id": 46777,
2490
+ "id": 46782,
2491
2491
  "nodeType": "ParameterList",
2492
2492
  "parameters": [],
2493
2493
  "src": "717:2:107"
2494
2494
  },
2495
2495
  "returnParameters": {
2496
- "id": 46779,
2496
+ "id": 46784,
2497
2497
  "nodeType": "ParameterList",
2498
2498
  "parameters": [],
2499
2499
  "src": "746:0:107"
2500
2500
  },
2501
- "scope": 46902,
2501
+ "scope": 46907,
2502
2502
  "src": "710:176:107",
2503
2503
  "stateMutability": "payable",
2504
2504
  "virtual": false,
@@ -2506,10 +2506,10 @@
2506
2506
  },
2507
2507
  {
2508
2508
  "baseFunctions": [
2509
- 25504
2509
+ 25507
2510
2510
  ],
2511
2511
  "body": {
2512
- "id": 46833,
2512
+ "id": 46838,
2513
2513
  "nodeType": "Block",
2514
2514
  "src": "942:140:107",
2515
2515
  "statements": [
@@ -2518,7 +2518,7 @@
2518
2518
  "arguments": [
2519
2519
  {
2520
2520
  "expression": {
2521
- "id": 46816,
2521
+ "id": 46821,
2522
2522
  "name": "msg",
2523
2523
  "nodeType": "Identifier",
2524
2524
  "overloadedDeclarations": [],
@@ -2529,7 +2529,7 @@
2529
2529
  "typeString": "msg"
2530
2530
  }
2531
2531
  },
2532
- "id": 46817,
2532
+ "id": 46822,
2533
2533
  "isConstant": false,
2534
2534
  "isLValue": false,
2535
2535
  "isPure": false,
@@ -2545,7 +2545,7 @@
2545
2545
  },
2546
2546
  {
2547
2547
  "expression": {
2548
- "id": 46818,
2548
+ "id": 46823,
2549
2549
  "name": "msg",
2550
2550
  "nodeType": "Identifier",
2551
2551
  "overloadedDeclarations": [],
@@ -2556,7 +2556,7 @@
2556
2556
  "typeString": "msg"
2557
2557
  }
2558
2558
  },
2559
- "id": 46819,
2559
+ "id": 46824,
2560
2560
  "isConstant": false,
2561
2561
  "isLValue": false,
2562
2562
  "isPure": false,
@@ -2574,7 +2574,7 @@
2574
2574
  "arguments": [
2575
2575
  {
2576
2576
  "hexValue": "30",
2577
- "id": 46822,
2577
+ "id": 46827,
2578
2578
  "isConstant": false,
2579
2579
  "isLValue": false,
2580
2580
  "isPure": true,
@@ -2596,7 +2596,7 @@
2596
2596
  "typeString": "int_const 0"
2597
2597
  }
2598
2598
  ],
2599
- "id": 46821,
2599
+ "id": 46826,
2600
2600
  "isConstant": false,
2601
2601
  "isLValue": false,
2602
2602
  "isPure": true,
@@ -2608,7 +2608,7 @@
2608
2608
  "typeString": "function (uint256) pure returns (bytes memory)"
2609
2609
  },
2610
2610
  "typeName": {
2611
- "id": 46820,
2611
+ "id": 46825,
2612
2612
  "name": "bytes",
2613
2613
  "nodeType": "ElementaryTypeName",
2614
2614
  "src": "1015:5:107",
@@ -2618,7 +2618,7 @@
2618
2618
  }
2619
2619
  }
2620
2620
  },
2621
- "id": 46823,
2621
+ "id": 46828,
2622
2622
  "isConstant": false,
2623
2623
  "isLValue": false,
2624
2624
  "isPure": true,
@@ -2655,14 +2655,14 @@
2655
2655
  {
2656
2656
  "arguments": [
2657
2657
  {
2658
- "id": 46812,
2658
+ "id": 46817,
2659
2659
  "name": "this",
2660
2660
  "nodeType": "Identifier",
2661
2661
  "overloadedDeclarations": [],
2662
2662
  "referencedDeclaration": 4294967268,
2663
2663
  "src": "972:4:107",
2664
2664
  "typeDescriptions": {
2665
- "typeIdentifier": "t_contract$_SETHProxy_$46902",
2665
+ "typeIdentifier": "t_contract$_SETHProxy_$46907",
2666
2666
  "typeString": "contract SETHProxy"
2667
2667
  }
2668
2668
  }
@@ -2670,11 +2670,11 @@
2670
2670
  "expression": {
2671
2671
  "argumentTypes": [
2672
2672
  {
2673
- "typeIdentifier": "t_contract$_SETHProxy_$46902",
2673
+ "typeIdentifier": "t_contract$_SETHProxy_$46907",
2674
2674
  "typeString": "contract SETHProxy"
2675
2675
  }
2676
2676
  ],
2677
- "id": 46811,
2677
+ "id": 46816,
2678
2678
  "isConstant": false,
2679
2679
  "isLValue": false,
2680
2680
  "isPure": true,
@@ -2686,14 +2686,14 @@
2686
2686
  "typeString": "type(address)"
2687
2687
  },
2688
2688
  "typeName": {
2689
- "id": 46810,
2689
+ "id": 46815,
2690
2690
  "name": "address",
2691
2691
  "nodeType": "ElementaryTypeName",
2692
2692
  "src": "964:7:107",
2693
2693
  "typeDescriptions": {}
2694
2694
  }
2695
2695
  },
2696
- "id": 46813,
2696
+ "id": 46818,
2697
2697
  "isConstant": false,
2698
2698
  "isLValue": false,
2699
2699
  "isPure": false,
@@ -2717,18 +2717,18 @@
2717
2717
  "typeString": "address"
2718
2718
  }
2719
2719
  ],
2720
- "id": 46809,
2720
+ "id": 46814,
2721
2721
  "name": "ISuperToken",
2722
2722
  "nodeType": "Identifier",
2723
2723
  "overloadedDeclarations": [],
2724
- "referencedDeclaration": 24394,
2724
+ "referencedDeclaration": 24397,
2725
2725
  "src": "952:11:107",
2726
2726
  "typeDescriptions": {
2727
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$24394_$",
2727
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$24397_$",
2728
2728
  "typeString": "type(contract ISuperToken)"
2729
2729
  }
2730
2730
  },
2731
- "id": 46814,
2731
+ "id": 46819,
2732
2732
  "isConstant": false,
2733
2733
  "isLValue": false,
2734
2734
  "isPure": false,
@@ -2740,11 +2740,11 @@
2740
2740
  "src": "952:26:107",
2741
2741
  "tryCall": false,
2742
2742
  "typeDescriptions": {
2743
- "typeIdentifier": "t_contract$_ISuperToken_$24394",
2743
+ "typeIdentifier": "t_contract$_ISuperToken_$24397",
2744
2744
  "typeString": "contract ISuperToken"
2745
2745
  }
2746
2746
  },
2747
- "id": 46815,
2747
+ "id": 46820,
2748
2748
  "isConstant": false,
2749
2749
  "isLValue": false,
2750
2750
  "isPure": false,
@@ -2752,14 +2752,14 @@
2752
2752
  "memberLocation": "979:8:107",
2753
2753
  "memberName": "selfMint",
2754
2754
  "nodeType": "MemberAccess",
2755
- "referencedDeclaration": 24225,
2755
+ "referencedDeclaration": 24228,
2756
2756
  "src": "952:35:107",
2757
2757
  "typeDescriptions": {
2758
2758
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
2759
2759
  "typeString": "function (address,uint256,bytes memory) external"
2760
2760
  }
2761
2761
  },
2762
- "id": 46824,
2762
+ "id": 46829,
2763
2763
  "isConstant": false,
2764
2764
  "isLValue": false,
2765
2765
  "isPure": false,
@@ -2775,7 +2775,7 @@
2775
2775
  "typeString": "tuple()"
2776
2776
  }
2777
2777
  },
2778
- "id": 46825,
2778
+ "id": 46830,
2779
2779
  "nodeType": "ExpressionStatement",
2780
2780
  "src": "952:72:107"
2781
2781
  },
@@ -2784,7 +2784,7 @@
2784
2784
  "arguments": [
2785
2785
  {
2786
2786
  "expression": {
2787
- "id": 46827,
2787
+ "id": 46832,
2788
2788
  "name": "msg",
2789
2789
  "nodeType": "Identifier",
2790
2790
  "overloadedDeclarations": [],
@@ -2795,7 +2795,7 @@
2795
2795
  "typeString": "msg"
2796
2796
  }
2797
2797
  },
2798
- "id": 46828,
2798
+ "id": 46833,
2799
2799
  "isConstant": false,
2800
2800
  "isLValue": false,
2801
2801
  "isPure": false,
@@ -2811,7 +2811,7 @@
2811
2811
  },
2812
2812
  {
2813
2813
  "expression": {
2814
- "id": 46829,
2814
+ "id": 46834,
2815
2815
  "name": "msg",
2816
2816
  "nodeType": "Identifier",
2817
2817
  "overloadedDeclarations": [],
@@ -2822,7 +2822,7 @@
2822
2822
  "typeString": "msg"
2823
2823
  }
2824
2824
  },
2825
- "id": 46830,
2825
+ "id": 46835,
2826
2826
  "isConstant": false,
2827
2827
  "isLValue": false,
2828
2828
  "isPure": false,
@@ -2848,18 +2848,18 @@
2848
2848
  "typeString": "uint256"
2849
2849
  }
2850
2850
  ],
2851
- "id": 46826,
2851
+ "id": 46831,
2852
2852
  "name": "TokenUpgraded",
2853
2853
  "nodeType": "Identifier",
2854
2854
  "overloadedDeclarations": [],
2855
- "referencedDeclaration": 46770,
2855
+ "referencedDeclaration": 46775,
2856
2856
  "src": "1039:13:107",
2857
2857
  "typeDescriptions": {
2858
2858
  "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$",
2859
2859
  "typeString": "function (address,uint256)"
2860
2860
  }
2861
2861
  },
2862
- "id": 46831,
2862
+ "id": 46836,
2863
2863
  "isConstant": false,
2864
2864
  "isLValue": false,
2865
2865
  "isPure": false,
@@ -2875,14 +2875,14 @@
2875
2875
  "typeString": "tuple()"
2876
2876
  }
2877
2877
  },
2878
- "id": 46832,
2878
+ "id": 46837,
2879
2879
  "nodeType": "EmitStatement",
2880
2880
  "src": "1034:41:107"
2881
2881
  }
2882
2882
  ]
2883
2883
  },
2884
2884
  "functionSelector": "cf81464b",
2885
- "id": 46834,
2885
+ "id": 46839,
2886
2886
  "implemented": true,
2887
2887
  "kind": "function",
2888
2888
  "modifiers": [],
@@ -2890,24 +2890,24 @@
2890
2890
  "nameLocation": "901:12:107",
2891
2891
  "nodeType": "FunctionDefinition",
2892
2892
  "overrides": {
2893
- "id": 46807,
2893
+ "id": 46812,
2894
2894
  "nodeType": "OverrideSpecifier",
2895
2895
  "overrides": [],
2896
2896
  "src": "925:8:107"
2897
2897
  },
2898
2898
  "parameters": {
2899
- "id": 46806,
2899
+ "id": 46811,
2900
2900
  "nodeType": "ParameterList",
2901
2901
  "parameters": [],
2902
2902
  "src": "913:2:107"
2903
2903
  },
2904
2904
  "returnParameters": {
2905
- "id": 46808,
2905
+ "id": 46813,
2906
2906
  "nodeType": "ParameterList",
2907
2907
  "parameters": [],
2908
2908
  "src": "942:0:107"
2909
2909
  },
2910
- "scope": 46902,
2910
+ "scope": 46907,
2911
2911
  "src": "892:190:107",
2912
2912
  "stateMutability": "payable",
2913
2913
  "virtual": false,
@@ -2915,10 +2915,10 @@
2915
2915
  },
2916
2916
  {
2917
2917
  "baseFunctions": [
2918
- 25509
2918
+ 25512
2919
2919
  ],
2920
2920
  "body": {
2921
- "id": 46862,
2921
+ "id": 46867,
2922
2922
  "nodeType": "Block",
2923
2923
  "src": "1150:124:107",
2924
2924
  "statements": [
@@ -2926,11 +2926,11 @@
2926
2926
  "expression": {
2927
2927
  "arguments": [
2928
2928
  {
2929
- "id": 46847,
2929
+ "id": 46852,
2930
2930
  "name": "to",
2931
2931
  "nodeType": "Identifier",
2932
2932
  "overloadedDeclarations": [],
2933
- "referencedDeclaration": 46836,
2933
+ "referencedDeclaration": 46841,
2934
2934
  "src": "1196:2:107",
2935
2935
  "typeDescriptions": {
2936
2936
  "typeIdentifier": "t_address",
@@ -2939,7 +2939,7 @@
2939
2939
  },
2940
2940
  {
2941
2941
  "expression": {
2942
- "id": 46848,
2942
+ "id": 46853,
2943
2943
  "name": "msg",
2944
2944
  "nodeType": "Identifier",
2945
2945
  "overloadedDeclarations": [],
@@ -2950,7 +2950,7 @@
2950
2950
  "typeString": "msg"
2951
2951
  }
2952
2952
  },
2953
- "id": 46849,
2953
+ "id": 46854,
2954
2954
  "isConstant": false,
2955
2955
  "isLValue": false,
2956
2956
  "isPure": false,
@@ -2968,7 +2968,7 @@
2968
2968
  "arguments": [
2969
2969
  {
2970
2970
  "hexValue": "30",
2971
- "id": 46852,
2971
+ "id": 46857,
2972
2972
  "isConstant": false,
2973
2973
  "isLValue": false,
2974
2974
  "isPure": true,
@@ -2990,7 +2990,7 @@
2990
2990
  "typeString": "int_const 0"
2991
2991
  }
2992
2992
  ],
2993
- "id": 46851,
2993
+ "id": 46856,
2994
2994
  "isConstant": false,
2995
2995
  "isLValue": false,
2996
2996
  "isPure": true,
@@ -3002,7 +3002,7 @@
3002
3002
  "typeString": "function (uint256) pure returns (bytes memory)"
3003
3003
  },
3004
3004
  "typeName": {
3005
- "id": 46850,
3005
+ "id": 46855,
3006
3006
  "name": "bytes",
3007
3007
  "nodeType": "ElementaryTypeName",
3008
3008
  "src": "1215:5:107",
@@ -3012,7 +3012,7 @@
3012
3012
  }
3013
3013
  }
3014
3014
  },
3015
- "id": 46853,
3015
+ "id": 46858,
3016
3016
  "isConstant": false,
3017
3017
  "isLValue": false,
3018
3018
  "isPure": true,
@@ -3049,14 +3049,14 @@
3049
3049
  {
3050
3050
  "arguments": [
3051
3051
  {
3052
- "id": 46843,
3052
+ "id": 46848,
3053
3053
  "name": "this",
3054
3054
  "nodeType": "Identifier",
3055
3055
  "overloadedDeclarations": [],
3056
3056
  "referencedDeclaration": 4294967268,
3057
3057
  "src": "1180:4:107",
3058
3058
  "typeDescriptions": {
3059
- "typeIdentifier": "t_contract$_SETHProxy_$46902",
3059
+ "typeIdentifier": "t_contract$_SETHProxy_$46907",
3060
3060
  "typeString": "contract SETHProxy"
3061
3061
  }
3062
3062
  }
@@ -3064,11 +3064,11 @@
3064
3064
  "expression": {
3065
3065
  "argumentTypes": [
3066
3066
  {
3067
- "typeIdentifier": "t_contract$_SETHProxy_$46902",
3067
+ "typeIdentifier": "t_contract$_SETHProxy_$46907",
3068
3068
  "typeString": "contract SETHProxy"
3069
3069
  }
3070
3070
  ],
3071
- "id": 46842,
3071
+ "id": 46847,
3072
3072
  "isConstant": false,
3073
3073
  "isLValue": false,
3074
3074
  "isPure": true,
@@ -3080,14 +3080,14 @@
3080
3080
  "typeString": "type(address)"
3081
3081
  },
3082
3082
  "typeName": {
3083
- "id": 46841,
3083
+ "id": 46846,
3084
3084
  "name": "address",
3085
3085
  "nodeType": "ElementaryTypeName",
3086
3086
  "src": "1172:7:107",
3087
3087
  "typeDescriptions": {}
3088
3088
  }
3089
3089
  },
3090
- "id": 46844,
3090
+ "id": 46849,
3091
3091
  "isConstant": false,
3092
3092
  "isLValue": false,
3093
3093
  "isPure": false,
@@ -3111,18 +3111,18 @@
3111
3111
  "typeString": "address"
3112
3112
  }
3113
3113
  ],
3114
- "id": 46840,
3114
+ "id": 46845,
3115
3115
  "name": "ISuperToken",
3116
3116
  "nodeType": "Identifier",
3117
3117
  "overloadedDeclarations": [],
3118
- "referencedDeclaration": 24394,
3118
+ "referencedDeclaration": 24397,
3119
3119
  "src": "1160:11:107",
3120
3120
  "typeDescriptions": {
3121
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$24394_$",
3121
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$24397_$",
3122
3122
  "typeString": "type(contract ISuperToken)"
3123
3123
  }
3124
3124
  },
3125
- "id": 46845,
3125
+ "id": 46850,
3126
3126
  "isConstant": false,
3127
3127
  "isLValue": false,
3128
3128
  "isPure": false,
@@ -3134,11 +3134,11 @@
3134
3134
  "src": "1160:26:107",
3135
3135
  "tryCall": false,
3136
3136
  "typeDescriptions": {
3137
- "typeIdentifier": "t_contract$_ISuperToken_$24394",
3137
+ "typeIdentifier": "t_contract$_ISuperToken_$24397",
3138
3138
  "typeString": "contract ISuperToken"
3139
3139
  }
3140
3140
  },
3141
- "id": 46846,
3141
+ "id": 46851,
3142
3142
  "isConstant": false,
3143
3143
  "isLValue": false,
3144
3144
  "isPure": false,
@@ -3146,14 +3146,14 @@
3146
3146
  "memberLocation": "1187:8:107",
3147
3147
  "memberName": "selfMint",
3148
3148
  "nodeType": "MemberAccess",
3149
- "referencedDeclaration": 24225,
3149
+ "referencedDeclaration": 24228,
3150
3150
  "src": "1160:35:107",
3151
3151
  "typeDescriptions": {
3152
3152
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
3153
3153
  "typeString": "function (address,uint256,bytes memory) external"
3154
3154
  }
3155
3155
  },
3156
- "id": 46854,
3156
+ "id": 46859,
3157
3157
  "isConstant": false,
3158
3158
  "isLValue": false,
3159
3159
  "isPure": false,
@@ -3169,7 +3169,7 @@
3169
3169
  "typeString": "tuple()"
3170
3170
  }
3171
3171
  },
3172
- "id": 46855,
3172
+ "id": 46860,
3173
3173
  "nodeType": "ExpressionStatement",
3174
3174
  "src": "1160:64:107"
3175
3175
  },
@@ -3177,11 +3177,11 @@
3177
3177
  "eventCall": {
3178
3178
  "arguments": [
3179
3179
  {
3180
- "id": 46857,
3180
+ "id": 46862,
3181
3181
  "name": "to",
3182
3182
  "nodeType": "Identifier",
3183
3183
  "overloadedDeclarations": [],
3184
- "referencedDeclaration": 46836,
3184
+ "referencedDeclaration": 46841,
3185
3185
  "src": "1253:2:107",
3186
3186
  "typeDescriptions": {
3187
3187
  "typeIdentifier": "t_address",
@@ -3190,7 +3190,7 @@
3190
3190
  },
3191
3191
  {
3192
3192
  "expression": {
3193
- "id": 46858,
3193
+ "id": 46863,
3194
3194
  "name": "msg",
3195
3195
  "nodeType": "Identifier",
3196
3196
  "overloadedDeclarations": [],
@@ -3201,7 +3201,7 @@
3201
3201
  "typeString": "msg"
3202
3202
  }
3203
3203
  },
3204
- "id": 46859,
3204
+ "id": 46864,
3205
3205
  "isConstant": false,
3206
3206
  "isLValue": false,
3207
3207
  "isPure": false,
@@ -3227,18 +3227,18 @@
3227
3227
  "typeString": "uint256"
3228
3228
  }
3229
3229
  ],
3230
- "id": 46856,
3230
+ "id": 46861,
3231
3231
  "name": "TokenUpgraded",
3232
3232
  "nodeType": "Identifier",
3233
3233
  "overloadedDeclarations": [],
3234
- "referencedDeclaration": 46770,
3234
+ "referencedDeclaration": 46775,
3235
3235
  "src": "1239:13:107",
3236
3236
  "typeDescriptions": {
3237
3237
  "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$",
3238
3238
  "typeString": "function (address,uint256)"
3239
3239
  }
3240
3240
  },
3241
- "id": 46860,
3241
+ "id": 46865,
3242
3242
  "isConstant": false,
3243
3243
  "isLValue": false,
3244
3244
  "isPure": false,
@@ -3254,14 +3254,14 @@
3254
3254
  "typeString": "tuple()"
3255
3255
  }
3256
3256
  },
3257
- "id": 46861,
3257
+ "id": 46866,
3258
3258
  "nodeType": "EmitStatement",
3259
3259
  "src": "1234:33:107"
3260
3260
  }
3261
3261
  ]
3262
3262
  },
3263
3263
  "functionSelector": "7687d19b",
3264
- "id": 46863,
3264
+ "id": 46868,
3265
3265
  "implemented": true,
3266
3266
  "kind": "function",
3267
3267
  "modifiers": [],
@@ -3269,23 +3269,23 @@
3269
3269
  "nameLocation": "1097:14:107",
3270
3270
  "nodeType": "FunctionDefinition",
3271
3271
  "overrides": {
3272
- "id": 46838,
3272
+ "id": 46843,
3273
3273
  "nodeType": "OverrideSpecifier",
3274
3274
  "overrides": [],
3275
3275
  "src": "1133:8:107"
3276
3276
  },
3277
3277
  "parameters": {
3278
- "id": 46837,
3278
+ "id": 46842,
3279
3279
  "nodeType": "ParameterList",
3280
3280
  "parameters": [
3281
3281
  {
3282
3282
  "constant": false,
3283
- "id": 46836,
3283
+ "id": 46841,
3284
3284
  "mutability": "mutable",
3285
3285
  "name": "to",
3286
3286
  "nameLocation": "1120:2:107",
3287
3287
  "nodeType": "VariableDeclaration",
3288
- "scope": 46863,
3288
+ "scope": 46868,
3289
3289
  "src": "1112:10:107",
3290
3290
  "stateVariable": false,
3291
3291
  "storageLocation": "default",
@@ -3294,7 +3294,7 @@
3294
3294
  "typeString": "address"
3295
3295
  },
3296
3296
  "typeName": {
3297
- "id": 46835,
3297
+ "id": 46840,
3298
3298
  "name": "address",
3299
3299
  "nodeType": "ElementaryTypeName",
3300
3300
  "src": "1112:7:107",
@@ -3310,12 +3310,12 @@
3310
3310
  "src": "1111:12:107"
3311
3311
  },
3312
3312
  "returnParameters": {
3313
- "id": 46839,
3313
+ "id": 46844,
3314
3314
  "nodeType": "ParameterList",
3315
3315
  "parameters": [],
3316
3316
  "src": "1150:0:107"
3317
3317
  },
3318
- "scope": 46902,
3318
+ "scope": 46907,
3319
3319
  "src": "1088:186:107",
3320
3320
  "stateMutability": "payable",
3321
3321
  "virtual": false,
@@ -3323,10 +3323,10 @@
3323
3323
  },
3324
3324
  {
3325
3325
  "baseFunctions": [
3326
- 25514
3326
+ 25517
3327
3327
  ],
3328
3328
  "body": {
3329
- "id": 46900,
3329
+ "id": 46905,
3330
3330
  "nodeType": "Block",
3331
3331
  "src": "1332:173:107",
3332
3332
  "statements": [
@@ -3335,7 +3335,7 @@
3335
3335
  "arguments": [
3336
3336
  {
3337
3337
  "expression": {
3338
- "id": 46876,
3338
+ "id": 46881,
3339
3339
  "name": "msg",
3340
3340
  "nodeType": "Identifier",
3341
3341
  "overloadedDeclarations": [],
@@ -3346,7 +3346,7 @@
3346
3346
  "typeString": "msg"
3347
3347
  }
3348
3348
  },
3349
- "id": 46877,
3349
+ "id": 46882,
3350
3350
  "isConstant": false,
3351
3351
  "isLValue": false,
3352
3352
  "isPure": false,
@@ -3361,11 +3361,11 @@
3361
3361
  }
3362
3362
  },
3363
3363
  {
3364
- "id": 46878,
3364
+ "id": 46883,
3365
3365
  "name": "wad",
3366
3366
  "nodeType": "Identifier",
3367
3367
  "overloadedDeclarations": [],
3368
- "referencedDeclaration": 46865,
3368
+ "referencedDeclaration": 46870,
3369
3369
  "src": "1390:3:107",
3370
3370
  "typeDescriptions": {
3371
3371
  "typeIdentifier": "t_uint256",
@@ -3376,7 +3376,7 @@
3376
3376
  "arguments": [
3377
3377
  {
3378
3378
  "hexValue": "30",
3379
- "id": 46881,
3379
+ "id": 46886,
3380
3380
  "isConstant": false,
3381
3381
  "isLValue": false,
3382
3382
  "isPure": true,
@@ -3398,7 +3398,7 @@
3398
3398
  "typeString": "int_const 0"
3399
3399
  }
3400
3400
  ],
3401
- "id": 46880,
3401
+ "id": 46885,
3402
3402
  "isConstant": false,
3403
3403
  "isLValue": false,
3404
3404
  "isPure": true,
@@ -3410,7 +3410,7 @@
3410
3410
  "typeString": "function (uint256) pure returns (bytes memory)"
3411
3411
  },
3412
3412
  "typeName": {
3413
- "id": 46879,
3413
+ "id": 46884,
3414
3414
  "name": "bytes",
3415
3415
  "nodeType": "ElementaryTypeName",
3416
3416
  "src": "1399:5:107",
@@ -3420,7 +3420,7 @@
3420
3420
  }
3421
3421
  }
3422
3422
  },
3423
- "id": 46882,
3423
+ "id": 46887,
3424
3424
  "isConstant": false,
3425
3425
  "isLValue": false,
3426
3426
  "isPure": true,
@@ -3457,14 +3457,14 @@
3457
3457
  {
3458
3458
  "arguments": [
3459
3459
  {
3460
- "id": 46872,
3460
+ "id": 46877,
3461
3461
  "name": "this",
3462
3462
  "nodeType": "Identifier",
3463
3463
  "overloadedDeclarations": [],
3464
3464
  "referencedDeclaration": 4294967268,
3465
3465
  "src": "1362:4:107",
3466
3466
  "typeDescriptions": {
3467
- "typeIdentifier": "t_contract$_SETHProxy_$46902",
3467
+ "typeIdentifier": "t_contract$_SETHProxy_$46907",
3468
3468
  "typeString": "contract SETHProxy"
3469
3469
  }
3470
3470
  }
@@ -3472,11 +3472,11 @@
3472
3472
  "expression": {
3473
3473
  "argumentTypes": [
3474
3474
  {
3475
- "typeIdentifier": "t_contract$_SETHProxy_$46902",
3475
+ "typeIdentifier": "t_contract$_SETHProxy_$46907",
3476
3476
  "typeString": "contract SETHProxy"
3477
3477
  }
3478
3478
  ],
3479
- "id": 46871,
3479
+ "id": 46876,
3480
3480
  "isConstant": false,
3481
3481
  "isLValue": false,
3482
3482
  "isPure": true,
@@ -3488,14 +3488,14 @@
3488
3488
  "typeString": "type(address)"
3489
3489
  },
3490
3490
  "typeName": {
3491
- "id": 46870,
3491
+ "id": 46875,
3492
3492
  "name": "address",
3493
3493
  "nodeType": "ElementaryTypeName",
3494
3494
  "src": "1354:7:107",
3495
3495
  "typeDescriptions": {}
3496
3496
  }
3497
3497
  },
3498
- "id": 46873,
3498
+ "id": 46878,
3499
3499
  "isConstant": false,
3500
3500
  "isLValue": false,
3501
3501
  "isPure": false,
@@ -3519,18 +3519,18 @@
3519
3519
  "typeString": "address"
3520
3520
  }
3521
3521
  ],
3522
- "id": 46869,
3522
+ "id": 46874,
3523
3523
  "name": "ISuperToken",
3524
3524
  "nodeType": "Identifier",
3525
3525
  "overloadedDeclarations": [],
3526
- "referencedDeclaration": 24394,
3526
+ "referencedDeclaration": 24397,
3527
3527
  "src": "1342:11:107",
3528
3528
  "typeDescriptions": {
3529
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$24394_$",
3529
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$24397_$",
3530
3530
  "typeString": "type(contract ISuperToken)"
3531
3531
  }
3532
3532
  },
3533
- "id": 46874,
3533
+ "id": 46879,
3534
3534
  "isConstant": false,
3535
3535
  "isLValue": false,
3536
3536
  "isPure": false,
@@ -3542,11 +3542,11 @@
3542
3542
  "src": "1342:26:107",
3543
3543
  "tryCall": false,
3544
3544
  "typeDescriptions": {
3545
- "typeIdentifier": "t_contract$_ISuperToken_$24394",
3545
+ "typeIdentifier": "t_contract$_ISuperToken_$24397",
3546
3546
  "typeString": "contract ISuperToken"
3547
3547
  }
3548
3548
  },
3549
- "id": 46875,
3549
+ "id": 46880,
3550
3550
  "isConstant": false,
3551
3551
  "isLValue": false,
3552
3552
  "isPure": false,
@@ -3554,14 +3554,14 @@
3554
3554
  "memberLocation": "1369:8:107",
3555
3555
  "memberName": "selfBurn",
3556
3556
  "nodeType": "MemberAccess",
3557
- "referencedDeclaration": 24235,
3557
+ "referencedDeclaration": 24238,
3558
3558
  "src": "1342:35:107",
3559
3559
  "typeDescriptions": {
3560
3560
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
3561
3561
  "typeString": "function (address,uint256,bytes memory) external"
3562
3562
  }
3563
3563
  },
3564
- "id": 46883,
3564
+ "id": 46888,
3565
3565
  "isConstant": false,
3566
3566
  "isLValue": false,
3567
3567
  "isPure": false,
@@ -3577,7 +3577,7 @@
3577
3577
  "typeString": "tuple()"
3578
3578
  }
3579
3579
  },
3580
- "id": 46884,
3580
+ "id": 46889,
3581
3581
  "nodeType": "ExpressionStatement",
3582
3582
  "src": "1342:66:107"
3583
3583
  },
@@ -3585,11 +3585,11 @@
3585
3585
  "expression": {
3586
3586
  "arguments": [
3587
3587
  {
3588
- "id": 46891,
3588
+ "id": 46896,
3589
3589
  "name": "wad",
3590
3590
  "nodeType": "Identifier",
3591
3591
  "overloadedDeclarations": [],
3592
- "referencedDeclaration": 46865,
3592
+ "referencedDeclaration": 46870,
3593
3593
  "src": "1447:3:107",
3594
3594
  "typeDescriptions": {
3595
3595
  "typeIdentifier": "t_uint256",
@@ -3608,7 +3608,7 @@
3608
3608
  "arguments": [
3609
3609
  {
3610
3610
  "expression": {
3611
- "id": 46887,
3611
+ "id": 46892,
3612
3612
  "name": "msg",
3613
3613
  "nodeType": "Identifier",
3614
3614
  "overloadedDeclarations": [],
@@ -3619,7 +3619,7 @@
3619
3619
  "typeString": "msg"
3620
3620
  }
3621
3621
  },
3622
- "id": 46888,
3622
+ "id": 46893,
3623
3623
  "isConstant": false,
3624
3624
  "isLValue": false,
3625
3625
  "isPure": false,
@@ -3641,7 +3641,7 @@
3641
3641
  "typeString": "address"
3642
3642
  }
3643
3643
  ],
3644
- "id": 46886,
3644
+ "id": 46891,
3645
3645
  "isConstant": false,
3646
3646
  "isLValue": false,
3647
3647
  "isPure": true,
@@ -3653,7 +3653,7 @@
3653
3653
  "typeString": "type(address payable)"
3654
3654
  },
3655
3655
  "typeName": {
3656
- "id": 46885,
3656
+ "id": 46890,
3657
3657
  "name": "address",
3658
3658
  "nodeType": "ElementaryTypeName",
3659
3659
  "src": "1418:8:107",
@@ -3661,7 +3661,7 @@
3661
3661
  "typeDescriptions": {}
3662
3662
  }
3663
3663
  },
3664
- "id": 46889,
3664
+ "id": 46894,
3665
3665
  "isConstant": false,
3666
3666
  "isLValue": false,
3667
3667
  "isPure": false,
@@ -3677,7 +3677,7 @@
3677
3677
  "typeString": "address payable"
3678
3678
  }
3679
3679
  },
3680
- "id": 46890,
3680
+ "id": 46895,
3681
3681
  "isConstant": false,
3682
3682
  "isLValue": false,
3683
3683
  "isPure": false,
@@ -3691,7 +3691,7 @@
3691
3691
  "typeString": "function (uint256)"
3692
3692
  }
3693
3693
  },
3694
- "id": 46892,
3694
+ "id": 46897,
3695
3695
  "isConstant": false,
3696
3696
  "isLValue": false,
3697
3697
  "isPure": false,
@@ -3707,7 +3707,7 @@
3707
3707
  "typeString": "tuple()"
3708
3708
  }
3709
3709
  },
3710
- "id": 46893,
3710
+ "id": 46898,
3711
3711
  "nodeType": "ExpressionStatement",
3712
3712
  "src": "1418:33:107"
3713
3713
  },
@@ -3716,7 +3716,7 @@
3716
3716
  "arguments": [
3717
3717
  {
3718
3718
  "expression": {
3719
- "id": 46895,
3719
+ "id": 46900,
3720
3720
  "name": "msg",
3721
3721
  "nodeType": "Identifier",
3722
3722
  "overloadedDeclarations": [],
@@ -3727,7 +3727,7 @@
3727
3727
  "typeString": "msg"
3728
3728
  }
3729
3729
  },
3730
- "id": 46896,
3730
+ "id": 46901,
3731
3731
  "isConstant": false,
3732
3732
  "isLValue": false,
3733
3733
  "isPure": false,
@@ -3742,11 +3742,11 @@
3742
3742
  }
3743
3743
  },
3744
3744
  {
3745
- "id": 46897,
3745
+ "id": 46902,
3746
3746
  "name": "wad",
3747
3747
  "nodeType": "Identifier",
3748
3748
  "overloadedDeclarations": [],
3749
- "referencedDeclaration": 46865,
3749
+ "referencedDeclaration": 46870,
3750
3750
  "src": "1494:3:107",
3751
3751
  "typeDescriptions": {
3752
3752
  "typeIdentifier": "t_uint256",
@@ -3765,18 +3765,18 @@
3765
3765
  "typeString": "uint256"
3766
3766
  }
3767
3767
  ],
3768
- "id": 46894,
3768
+ "id": 46899,
3769
3769
  "name": "TokenDowngraded",
3770
3770
  "nodeType": "Identifier",
3771
3771
  "overloadedDeclarations": [],
3772
- "referencedDeclaration": 46776,
3772
+ "referencedDeclaration": 46781,
3773
3773
  "src": "1466:15:107",
3774
3774
  "typeDescriptions": {
3775
3775
  "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$",
3776
3776
  "typeString": "function (address,uint256)"
3777
3777
  }
3778
3778
  },
3779
- "id": 46898,
3779
+ "id": 46903,
3780
3780
  "isConstant": false,
3781
3781
  "isLValue": false,
3782
3782
  "isPure": false,
@@ -3792,14 +3792,14 @@
3792
3792
  "typeString": "tuple()"
3793
3793
  }
3794
3794
  },
3795
- "id": 46899,
3795
+ "id": 46904,
3796
3796
  "nodeType": "EmitStatement",
3797
3797
  "src": "1461:37:107"
3798
3798
  }
3799
3799
  ]
3800
3800
  },
3801
3801
  "functionSelector": "160e8be3",
3802
- "id": 46901,
3802
+ "id": 46906,
3803
3803
  "implemented": true,
3804
3804
  "kind": "function",
3805
3805
  "modifiers": [],
@@ -3807,23 +3807,23 @@
3807
3807
  "nameLocation": "1289:14:107",
3808
3808
  "nodeType": "FunctionDefinition",
3809
3809
  "overrides": {
3810
- "id": 46867,
3810
+ "id": 46872,
3811
3811
  "nodeType": "OverrideSpecifier",
3812
3812
  "overrides": [],
3813
3813
  "src": "1323:8:107"
3814
3814
  },
3815
3815
  "parameters": {
3816
- "id": 46866,
3816
+ "id": 46871,
3817
3817
  "nodeType": "ParameterList",
3818
3818
  "parameters": [
3819
3819
  {
3820
3820
  "constant": false,
3821
- "id": 46865,
3821
+ "id": 46870,
3822
3822
  "mutability": "mutable",
3823
3823
  "name": "wad",
3824
3824
  "nameLocation": "1309:3:107",
3825
3825
  "nodeType": "VariableDeclaration",
3826
- "scope": 46901,
3826
+ "scope": 46906,
3827
3827
  "src": "1304:8:107",
3828
3828
  "stateVariable": false,
3829
3829
  "storageLocation": "default",
@@ -3832,7 +3832,7 @@
3832
3832
  "typeString": "uint256"
3833
3833
  },
3834
3834
  "typeName": {
3835
- "id": 46864,
3835
+ "id": 46869,
3836
3836
  "name": "uint",
3837
3837
  "nodeType": "ElementaryTypeName",
3838
3838
  "src": "1304:4:107",
@@ -3847,19 +3847,19 @@
3847
3847
  "src": "1303:10:107"
3848
3848
  },
3849
3849
  "returnParameters": {
3850
- "id": 46868,
3850
+ "id": 46873,
3851
3851
  "nodeType": "ParameterList",
3852
3852
  "parameters": [],
3853
3853
  "src": "1332:0:107"
3854
3854
  },
3855
- "scope": 46902,
3855
+ "scope": 46907,
3856
3856
  "src": "1280:225:107",
3857
3857
  "stateMutability": "nonpayable",
3858
3858
  "virtual": false,
3859
3859
  "visibility": "external"
3860
3860
  }
3861
3861
  ],
3862
- "scope": 46903,
3862
+ "scope": 46908,
3863
3863
  "src": "435:1072:107",
3864
3864
  "usedErrors": []
3865
3865
  }
@@ -3872,7 +3872,7 @@
3872
3872
  },
3873
3873
  "networks": {},
3874
3874
  "schemaVersion": "3.4.13",
3875
- "updatedAt": "2023-07-12T09:52:16.573Z",
3875
+ "updatedAt": "2023-08-06T18:11:21.532Z",
3876
3876
  "devdoc": {
3877
3877
  "author": "Superfluid It is also called a Native-Asset Super Token.",
3878
3878
  "details": "Super ETH (SETH) custom super token implementation",