@superfluid-finance/ethereum-contracts 1.2.3-dev.f94fdbb.0 → 1.3.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 (171) hide show
  1. package/build/contracts/AccessControl.json +3 -3
  2. package/build/contracts/AccessControlEnumerable.json +3 -3
  3. package/build/contracts/Address.json +5 -5
  4. package/build/contracts/AgreementBase.json +13 -13
  5. package/build/contracts/AgreementLibrary.json +7 -7
  6. package/build/contracts/BaseRelayRecipient.json +5 -5
  7. package/build/contracts/BatchLiquidator.json +179 -179
  8. package/build/contracts/BatchOperation.json +5 -5
  9. package/build/contracts/CFAv1Library.json +5 -5
  10. package/build/contracts/CallUtils.json +7 -7
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +2107 -1917
  12. package/build/contracts/ConstantFlowAgreementV1.json +8 -8
  13. package/build/contracts/Context.json +3 -3
  14. package/build/contracts/ContextDefinitions.json +5 -5
  15. package/build/contracts/Create2.json +5 -5
  16. package/build/contracts/CustomSuperTokenBase.json +3 -3
  17. package/build/contracts/ERC165.json +3 -3
  18. package/build/contracts/ERC1820Implementer.json +5 -5
  19. package/build/contracts/ERC1820RegistryCompiled.json +7 -7
  20. package/build/contracts/ERC20.json +5 -5
  21. package/build/contracts/ERC20Burnable.json +3 -3
  22. package/build/contracts/ERC20Pausable.json +3 -3
  23. package/build/contracts/ERC20PresetMinterPauser.json +5 -5
  24. package/build/contracts/ERC20WithTokenInfo.json +3 -3
  25. package/build/contracts/ERC777Helper.json +7 -7
  26. package/build/contracts/ERC777RecipientDrainingGas.json +839 -839
  27. package/build/contracts/ERC777RecipientReverting.json +839 -839
  28. package/build/contracts/EnumerableSet.json +5 -5
  29. package/build/contracts/EventsEmitter.json +47 -47
  30. package/build/contracts/ExclusiveInflowTestApp.json +2107 -1917
  31. package/build/contracts/FixedSizeData.json +213 -213
  32. package/build/contracts/FlowExchangeTestApp.json +2107 -1917
  33. package/build/contracts/FlowOperatorDefinitions.json +5 -5
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +226 -312
  35. package/build/contracts/IAccessControl.json +3 -3
  36. package/build/contracts/IAccessControlEnumerable.json +3 -3
  37. package/build/contracts/IConstantFlowAgreementV1.json +451 -444
  38. package/build/contracts/IDAv1Library.json +5 -5
  39. package/build/contracts/IERC165.json +3 -3
  40. package/build/contracts/IERC1820Implementer.json +3 -3
  41. package/build/contracts/IERC1820Registry.json +3 -3
  42. package/build/contracts/IERC20.json +3 -3
  43. package/build/contracts/IERC20Metadata.json +3 -3
  44. package/build/contracts/IERC777.json +3 -3
  45. package/build/contracts/IERC777Recipient.json +3 -3
  46. package/build/contracts/IERC777Sender.json +3 -3
  47. package/build/contracts/IInstantDistributionAgreementV1.json +570 -559
  48. package/build/contracts/IMaticBridgedNativeSuperToken.json +71 -32
  49. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +3 -3
  50. package/build/contracts/IMultiSigWallet.json +3 -3
  51. package/build/contracts/IPureSuperToken.json +71 -32
  52. package/build/contracts/IPureSuperTokenCustom.json +3 -3
  53. package/build/contracts/IRelayRecipient.json +3 -3
  54. package/build/contracts/IResolver.json +3 -3
  55. package/build/contracts/ISETH.json +71 -32
  56. package/build/contracts/ISETHCustom.json +3 -3
  57. package/build/contracts/ISuperAgreement.json +3 -3
  58. package/build/contracts/ISuperApp.json +179 -173
  59. package/build/contracts/ISuperToken.json +522 -483
  60. package/build/contracts/ISuperTokenFactory.json +3 -3
  61. package/build/contracts/ISuperfluid.json +633 -628
  62. package/build/contracts/ISuperfluidGovernance.json +134 -133
  63. package/build/contracts/ISuperfluidToken.json +403 -394
  64. package/build/contracts/ITOGAv1.json +1211 -1211
  65. package/build/contracts/ITOGAv2.json +1211 -1211
  66. package/build/contracts/Initializable.json +3 -3
  67. package/build/contracts/InstantDistributionAgreementV1.json +10 -10
  68. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +194 -194
  69. package/build/contracts/NonClosableOutflowTestApp.json +2107 -1917
  70. package/build/contracts/Ownable.json +3 -3
  71. package/build/contracts/Pausable.json +3 -3
  72. package/build/contracts/Proxy.json +3 -3
  73. package/build/contracts/PureSuperToken.json +91 -91
  74. package/build/contracts/Resolver.json +96 -96
  75. package/build/contracts/SETHProxy.json +199 -199
  76. package/build/contracts/SafeCast.json +5 -5
  77. package/build/contracts/SafeERC20.json +5 -5
  78. package/build/contracts/SafeMath.json +5 -5
  79. package/build/contracts/SelfDeletingFlowTestApp.json +2107 -1917
  80. package/build/contracts/SlotsBitmapLibrary.json +7 -7
  81. package/build/contracts/Strings.json +5 -5
  82. package/build/contracts/SuperAppBase.json +3 -3
  83. package/build/contracts/SuperAppDefinitions.json +5 -5
  84. package/build/contracts/SuperToken.json +2262 -2262
  85. package/build/contracts/SuperTokenFactory.json +582 -582
  86. package/build/contracts/SuperTokenFactoryBase.json +576 -576
  87. package/build/contracts/SuperTokenFactoryHelper.json +578 -578
  88. package/build/contracts/SuperUpgrader.json +687 -687
  89. package/build/contracts/Superfluid.json +6648 -6678
  90. package/build/contracts/SuperfluidFrameworkDeployer.json +526 -526
  91. package/build/contracts/SuperfluidGovernanceBase.json +13 -13
  92. package/build/contracts/SuperfluidGovernanceConfigs.json +5 -5
  93. package/build/contracts/SuperfluidGovernanceII.json +21 -21
  94. package/build/contracts/SuperfluidGovernanceIIProxy.json +20 -20
  95. package/build/contracts/SuperfluidLoader.json +147 -147
  96. package/build/contracts/SuperfluidToken.json +1269 -1269
  97. package/build/contracts/TOGA.json +1221 -1221
  98. package/build/contracts/TestGovernance.json +315 -315
  99. package/build/contracts/TestToken.json +475 -561
  100. package/build/contracts/TokenCustodian.json +220 -220
  101. package/build/contracts/TokenInfo.json +3 -3
  102. package/build/contracts/UUPSProxiable.json +136 -136
  103. package/build/contracts/UUPSProxy.json +87 -87
  104. package/build/contracts/UUPSUtils.json +43 -43
  105. package/build/contracts-sizes.txt +6 -6
  106. package/contracts/agreements/AgreementBase.sol +1 -1
  107. package/contracts/agreements/AgreementLibrary.sol +1 -1
  108. package/contracts/agreements/ConstantFlowAgreementV1.sol +1 -1
  109. package/contracts/agreements/InstantDistributionAgreementV1.sol +1 -1
  110. package/contracts/gov/SuperfluidGovernanceBase.sol +1 -1
  111. package/contracts/gov/SuperfluidGovernanceII.sol +1 -1
  112. package/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol +7 -10
  113. package/contracts/interfaces/agreements/IInstantDistributionAgreementV1.sol +11 -18
  114. package/contracts/interfaces/superfluid/ISuperApp.sol +7 -9
  115. package/contracts/interfaces/superfluid/ISuperToken.sol +36 -44
  116. package/contracts/interfaces/superfluid/ISuperfluid.sol +17 -21
  117. package/contracts/interfaces/superfluid/ISuperfluidGovernance.sol +1 -1
  118. package/contracts/interfaces/superfluid/ISuperfluidToken.sol +13 -14
  119. package/contracts/libs/BaseRelayRecipient.sol +1 -1
  120. package/contracts/libs/CallUtils.sol +1 -1
  121. package/contracts/libs/ERC1820RegistryCompiled.sol +1 -1
  122. package/contracts/libs/ERC777Helper.sol +1 -1
  123. package/contracts/libs/EventsEmitter.sol +2 -2
  124. package/contracts/libs/FixedSizeData.sol +2 -2
  125. package/contracts/libs/SlotsBitmapLibrary.sol +1 -1
  126. package/contracts/mocks/AgreementMock.sol +1 -1
  127. package/contracts/mocks/CFAAppMocks.sol +6 -6
  128. package/contracts/mocks/CFALibraryMock.sol +2 -2
  129. package/contracts/mocks/CallUtilsMock.sol +1 -1
  130. package/contracts/mocks/CallUtilsTester.sol +1 -1
  131. package/contracts/mocks/CustomSuperTokenMock.sol +1 -1
  132. package/contracts/mocks/ERC777SenderRecipientMock.sol +1 -1
  133. package/contracts/mocks/FakeSuperfluidMock.sol +1 -1
  134. package/contracts/mocks/ForwarderMock.sol +1 -1
  135. package/contracts/mocks/IDASuperAppTester.sol +2 -2
  136. package/contracts/mocks/IDAv1LibraryMock.sol +3 -3
  137. package/contracts/mocks/MockSmartWallet.sol +1 -1
  138. package/contracts/mocks/MultiFlowTesterApp.sol +2 -2
  139. package/contracts/mocks/SuperAppMocks.sol +15 -12
  140. package/contracts/mocks/SuperTokenFactoryMock.sol +1 -1
  141. package/contracts/mocks/SuperTokenMock.sol +1 -1
  142. package/contracts/mocks/SuperfluidDestructorMock.sol +1 -1
  143. package/contracts/mocks/SuperfluidGovernanceIIMock.sol +1 -1
  144. package/contracts/mocks/SuperfluidMock.sol +2 -2
  145. package/contracts/mocks/UUPSProxiableMock.sol +1 -1
  146. package/contracts/superfluid/FullUpgradableSuperTokenProxy.sol +2 -2
  147. package/contracts/superfluid/SuperToken.sol +1 -1
  148. package/contracts/superfluid/SuperTokenFactory.sol +1 -1
  149. package/contracts/superfluid/Superfluid.sol +4 -4
  150. package/contracts/superfluid/SuperfluidToken.sol +1 -1
  151. package/contracts/tokens/MaticBridgedNativeSuperToken.sol +1 -1
  152. package/contracts/tokens/PureSuperToken.sol +1 -1
  153. package/contracts/tokens/SETH.sol +1 -1
  154. package/contracts/upgradability/UUPSProxiable.sol +1 -1
  155. package/contracts/upgradability/UUPSProxy.sol +1 -1
  156. package/contracts/upgradability/UUPSUtils.sol +1 -1
  157. package/contracts/utils/BatchLiquidator.sol +1 -1
  158. package/contracts/utils/Resolver.sol +1 -1
  159. package/contracts/utils/SuperUpgrader.sol +6 -6
  160. package/contracts/utils/SuperfluidLoader.sol +1 -1
  161. package/contracts/utils/TOGA.sol +1 -1
  162. package/contracts/utils/TestGovernance.sol +2 -2
  163. package/contracts/utils/TestToken.sol +2 -2
  164. package/contracts/utils/TokenCustodian.sol +1 -1
  165. package/package.json +5 -3
  166. package/scripts/deploy-framework.js +5 -5
  167. package/scripts/deploy-super-token.js +13 -4
  168. package/scripts/gov-create-new-app-registration-key.js +2 -1
  169. package/scripts/gov-create-new-factory-registration.js +1 -1
  170. package/scripts/libs/getConfig.js +21 -3
  171. package/scripts/resolver-list-super-token.js +1 -0
@@ -46,9 +46,9 @@
46
46
  "type": "function"
47
47
  }
48
48
  ],
49
- "metadata": "{\"compiler\":{\"version\":\"0.8.13+commit.abaa5c0e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"initialSupply\",\"type\":\"uint256\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAddress\",\"type\":\"address\"}],\"name\":\"initializeProxy\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"Superfluid\",\"details\":\"This is a simple implementation where the supply is pre-minted.\",\"kind\":\"dev\",\"methods\":{\"initializeProxy(address)\":{\"details\":\"Proxy initialization function. This should only be called once and it is permission-less.\",\"params\":{\"initialAddress\":\"Initial logic contract code address to be used.\"}}},\"title\":\"Native SuperToken custom super token implementation\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/tokens/PureSuperToken.sol\":\"PureSuperToken\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0x0edeb16b9821ae2b16e9d69c383b38d3ad2fbb3e0c06cf809a0786d96e602551\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://88adc865fb1bd8dab4c58096e1d5887713f62c0405f8d2d17294727a8f43d8f7\",\"dweb:/ipfs/QmUJ27zsjxCatfoTFWho4k4qdhuBTorMqLuJzWqUX4Sdmg\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0xbbc8ac883ac3c0078ce5ad3e288fbb3ffcc8a30c3a98c0fda0114d64fc44fca2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87a7a5d2f6f63f84598af02b8c50ca2df2631cb8ba2453e8d95fcb17e4be9824\",\"dweb:/ipfs/QmR76hqtAcRqoFj33tmNjcWTLrgNsAaakYwnKZ8zoJtKei\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0xe4e0b7e3f0265ffaa565d26acd2d45f2633f19127ed625e5a05a9f201a87a667\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1762b5bc15a009b5f092ccf547b81e0827c8705884f18e0623e497658514a7ed\",\"dweb:/ipfs/QmTtmVQYuynan3j2uVjdjjRJS1mr7LPRgxSZNnfqC7oxkz\"]},\"project:/contracts/interfaces/superfluid/CustomSuperTokenBase.sol\":{\"keccak256\":\"0x0e82d13439dcbcd79034168d1d85a37ab8ac65322b80e9cf938822383e8c092b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://3a8bd45f533aa4e86ffb552a30a2ebc881657d350c076858c624c14419a123eb\",\"dweb:/ipfs/QmQBxtRAC9U4kZQtPwbsUTjMWa3UpKXUFedDYC44uK5HXZ\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x199095781e4221b6015d859558da09977f79199f38d342ab4899c2cecdf8cec1\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://9fd3a5a8b16d8517e2af10e20390a9af5adbfa4e783e3a7dd89eb4588db98385\",\"dweb:/ipfs/QmPDtGR43DeMMVsHjUh7FYzMGsFKPpGriRkaahFpN5T5d3\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x57f4203168992c940eb6b8c7cc75f854cb36a1f9323b3f39ddc5e4fbe819c043\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://888941dfa3e5004f678f215b98a85d1bf54e412317928a78e0a1cff090773d4c\",\"dweb:/ipfs/QmVe838upcAyqpy1d3oQNHJrbRyWCKHL51zWrMKruvLxFG\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0x3cb0b7216007b942f7611d7b3d983c0df9408fdd4fd6b799c33fc9033e0abf8b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://17901a1fd3635f441671e14ece8ecc6806af20c5eb80cca3b7c6e53a51fef7b6\",\"dweb:/ipfs/QmUXXMfU6nmsyEnufyGEwyZ5M7pzpXNTr6vw32e3JjjoZp\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0x2d9b845469a35b66f1166406149ac85e933dbe9156f57e4a4078948e6a6e71a4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://48e5cb11d4b90e42af521e23b33d57e12187c989d8d56be332b1649308168d45\",\"dweb:/ipfs/QmdaTW4HfpFfHjkHiJ3CmZUmCfLJyFCPTnCygwhiNhx3Tu\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0x2166f766b7f61f9bb1376b0948efa0d0c0046b93dc301e51ce495203b145189b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://929630e6a15f523b142b2897783b2f7a54532ac5ae578bd17a0b7f25a6ca2bd8\",\"dweb:/ipfs/QmTu9ffH9qbQncJGEc24bmnoCGjifQ7BG47AYR8AzMLfXR\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x518b869178aafffde40c654a1e24b3b1a2b5e42e5e8f17562556f404db8b9434\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://458ce84666b418fa3a7569c0e109db4d920fb6d1cb67ebc4c497c9c71107d93b\",\"dweb:/ipfs/QmV9nqhRF7MDGkV6UW3WWcqeXov2vmqHuRcvbqaaV8yP6u\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/IPureSuperToken.sol\":{\"keccak256\":\"0xf1d8eff320f3a91451ca755ad92d7b1214a76f2a63ff757d04af6cdae88d300b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c0ab5639b73a46d5d6665a1e5f1e983f2c7803e7a86290e36dfd9edef5102d29\",\"dweb:/ipfs/QmX9UrxABgYx4V7i6oebRRKd4NSXo99UHcwba1sXhUzmNr\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"project:/contracts/tokens/PureSuperToken.sol\":{\"keccak256\":\"0x618f8dd60b79fcc6a1c2e3f98342c3030066d394150c6896d7d7ecec36561796\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://ccc40dcf7a49529c11eb091d99687dc8591ff48d36844cc2cb8e54f1d16ab96d\",\"dweb:/ipfs/QmcE4mEuUU2SAQB9MSSpCZRQBBaBP9KotmecDSgjwEQa8e\"]},\"project:/contracts/upgradability/UUPSProxy.sol\":{\"keccak256\":\"0x1164a0047c0600d162060fc9ea72a5e50779a9ccd28143fa4a984f5a635493cc\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://1205e5b16fd67b2bf99bb917175d0bd1caaa1509d3f4a4f3c8184e8c40c564ef\",\"dweb:/ipfs/Qme96cpfG4LNjdA44H2CZP3zYT73XEtRZMXpBGMTDjtFVf\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0xffec084e77ce3c0b595f0612687242f3d8b7a84cab15e5650c17428ee48d0b5b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://be0183816467872b053562d9a737042ac3a91ea67e3c74e03de5db7226f3e73b\",\"dweb:/ipfs/QmUyi4YXh1T7MExbrLwZ6rAdXTPChF8q27YpZxxniR6CHM\"]}},\"version\":1}",
50
- "bytecode": "0x608060405234801561001057600080fd5b506104c2806100206000396000f3fe60806040526004361061002d5760003560e01c80634a0687ef14610044578063b119490e146100645761003c565b3661003c5761003a610084565b005b61003a610084565b34801561005057600080fd5b5061003a61005f3660046102bc565b610096565b34801561007057600080fd5b5061003a61007f366004610335565b61019c565b61009461008f610269565b610298565b565b6001600160a01b0381166100f15760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b600061011b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101715760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a6564000060448201526064016100e8565b610199817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6040516285fc1360e71b815230906342fe0980906101ca906000906012908a908a908a908a906004016103d2565b600060405180830381600087803b1580156101e457600080fd5b505af11580156101f8573d6000803e3d6000fd5b50506040805160008152602081019182905263c68d428360e01b90915230925063c68d42839150610230903390859060248101610420565b600060405180830381600087803b15801561024a57600080fd5b505af115801561025e573d6000803e3d6000fd5b505050505050505050565b60006102937f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156102b7573d6000f35b3d6000fd5b6000602082840312156102ce57600080fd5b81356001600160a01b03811681146102e557600080fd5b9392505050565b60008083601f8401126102fe57600080fd5b50813567ffffffffffffffff81111561031657600080fd5b60208301915083602082850101111561032e57600080fd5b9250929050565b60008060008060006060868803121561034d57600080fd5b853567ffffffffffffffff8082111561036557600080fd5b61037189838a016102ec565b9097509550602088013591508082111561038a57600080fd5b50610397888289016102ec565b96999598509660400135949350505050565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6001600160a01b038716815260ff8616602082015260806040820181905260009061040090830186886103a9565b82810360608401526104138185876103a9565b9998505050505050505050565b60018060a01b038416815260006020848184015260606040840152835180606085015260005b8181101561046257858101830151858201608001528201610446565b81811115610474576000608083870101525b50601f01601f1916929092016080019594505050505056fea26469706673582212207dd92d67b79c034a4ba6e98c69b9df61387baa453af57f5dee884d0e9fdc2db264736f6c634300080d0033",
51
- "deployedBytecode": "0x60806040526004361061002d5760003560e01c80634a0687ef14610044578063b119490e146100645761003c565b3661003c5761003a610084565b005b61003a610084565b34801561005057600080fd5b5061003a61005f3660046102bc565b610096565b34801561007057600080fd5b5061003a61007f366004610335565b61019c565b61009461008f610269565b610298565b565b6001600160a01b0381166100f15760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b600061011b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101715760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a6564000060448201526064016100e8565b610199817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6040516285fc1360e71b815230906342fe0980906101ca906000906012908a908a908a908a906004016103d2565b600060405180830381600087803b1580156101e457600080fd5b505af11580156101f8573d6000803e3d6000fd5b50506040805160008152602081019182905263c68d428360e01b90915230925063c68d42839150610230903390859060248101610420565b600060405180830381600087803b15801561024a57600080fd5b505af115801561025e573d6000803e3d6000fd5b505050505050505050565b60006102937f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156102b7573d6000f35b3d6000fd5b6000602082840312156102ce57600080fd5b81356001600160a01b03811681146102e557600080fd5b9392505050565b60008083601f8401126102fe57600080fd5b50813567ffffffffffffffff81111561031657600080fd5b60208301915083602082850101111561032e57600080fd5b9250929050565b60008060008060006060868803121561034d57600080fd5b853567ffffffffffffffff8082111561036557600080fd5b61037189838a016102ec565b9097509550602088013591508082111561038a57600080fd5b50610397888289016102ec565b96999598509660400135949350505050565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6001600160a01b038716815260ff8616602082015260806040820181905260009061040090830186886103a9565b82810360608401526104138185876103a9565b9998505050505050505050565b60018060a01b038416815260006020848184015260606040840152835180606085015260005b8181101561046257858101830151858201608001528201610446565b81811115610474576000608083870101525b50601f01601f1916929092016080019594505050505056fea26469706673582212207dd92d67b79c034a4ba6e98c69b9df61387baa453af57f5dee884d0e9fdc2db264736f6c634300080d0033",
49
+ "metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"initialSupply\",\"type\":\"uint256\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAddress\",\"type\":\"address\"}],\"name\":\"initializeProxy\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"Superfluid\",\"details\":\"This is a simple implementation where the supply is pre-minted.\",\"kind\":\"dev\",\"methods\":{\"initializeProxy(address)\":{\"details\":\"Proxy initialization function. This should only be called once and it is permission-less.\",\"params\":{\"initialAddress\":\"Initial logic contract code address to be used.\"}}},\"title\":\"Native SuperToken custom super token implementation\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/tokens/PureSuperToken.sol\":\"PureSuperToken\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0x0edeb16b9821ae2b16e9d69c383b38d3ad2fbb3e0c06cf809a0786d96e602551\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://88adc865fb1bd8dab4c58096e1d5887713f62c0405f8d2d17294727a8f43d8f7\",\"dweb:/ipfs/QmUJ27zsjxCatfoTFWho4k4qdhuBTorMqLuJzWqUX4Sdmg\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0xbbc8ac883ac3c0078ce5ad3e288fbb3ffcc8a30c3a98c0fda0114d64fc44fca2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87a7a5d2f6f63f84598af02b8c50ca2df2631cb8ba2453e8d95fcb17e4be9824\",\"dweb:/ipfs/QmR76hqtAcRqoFj33tmNjcWTLrgNsAaakYwnKZ8zoJtKei\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0xe4e0b7e3f0265ffaa565d26acd2d45f2633f19127ed625e5a05a9f201a87a667\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1762b5bc15a009b5f092ccf547b81e0827c8705884f18e0623e497658514a7ed\",\"dweb:/ipfs/QmTtmVQYuynan3j2uVjdjjRJS1mr7LPRgxSZNnfqC7oxkz\"]},\"project:/contracts/interfaces/superfluid/CustomSuperTokenBase.sol\":{\"keccak256\":\"0x0e82d13439dcbcd79034168d1d85a37ab8ac65322b80e9cf938822383e8c092b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://3a8bd45f533aa4e86ffb552a30a2ebc881657d350c076858c624c14419a123eb\",\"dweb:/ipfs/QmQBxtRAC9U4kZQtPwbsUTjMWa3UpKXUFedDYC44uK5HXZ\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x199095781e4221b6015d859558da09977f79199f38d342ab4899c2cecdf8cec1\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://9fd3a5a8b16d8517e2af10e20390a9af5adbfa4e783e3a7dd89eb4588db98385\",\"dweb:/ipfs/QmPDtGR43DeMMVsHjUh7FYzMGsFKPpGriRkaahFpN5T5d3\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0xf16efd1ba72322e77e0d936b723c0e71eb14c23e11cf69efae8c7caa407012cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://ff4bb321b72dc3332984346e5b66ad131c6132101658fe6707d7a9d043f981ab\",\"dweb:/ipfs/QmXmVD2mZ3LRb7wQZ2VcrpYhtjm21zUe5hPDDDJA1WXbFz\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/IPureSuperToken.sol\":{\"keccak256\":\"0xf1d8eff320f3a91451ca755ad92d7b1214a76f2a63ff757d04af6cdae88d300b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c0ab5639b73a46d5d6665a1e5f1e983f2c7803e7a86290e36dfd9edef5102d29\",\"dweb:/ipfs/QmX9UrxABgYx4V7i6oebRRKd4NSXo99UHcwba1sXhUzmNr\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"project:/contracts/tokens/PureSuperToken.sol\":{\"keccak256\":\"0x35b1a177ac90264815357749a83a5c75b0561f2cc86d4ecfdcb1a7fa46ce61f5\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://e4e419e63adf96cd04bdf707394a21235523149f35f9b4723df5dc796e442581\",\"dweb:/ipfs/QmQHN7kFWVr2MEAnMvwiE5gGhtU9NPLhuLbgWdNKUXpZpo\"]},\"project:/contracts/upgradability/UUPSProxy.sol\":{\"keccak256\":\"0x2c651f24af9c4405c20e0a14907f76f8a0d81ff751c89ebbce48ae7aceab5f58\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://dbf209416f8af6df9949194e682a902c4cbce37520a940c5bd123d5ffb1b7b56\",\"dweb:/ipfs/QmWy7TuYgtpRddTJYCubfzthA7ex7rPrxbLuzcG6bbw7mL\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0xe624225773a60f62c7a0687afb0536ba19a17e4e5605ae71e8af77a0287aca59\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://4294e5eb5b194477bca3b8ca04ca92a6fe72dd6cf8da8f0d942a4a86c41c1c7f\",\"dweb:/ipfs/QmdfPXZxJPaBjKNfC8joTcvEhWammJHzRACB1S18sFYfd7\"]}},\"version\":1}",
50
+ "bytecode": "0x608060405234801561001057600080fd5b506104c2806100206000396000f3fe60806040526004361061002d5760003560e01c80634a0687ef14610044578063b119490e146100645761003c565b3661003c5761003a610084565b005b61003a610084565b34801561005057600080fd5b5061003a61005f3660046102bc565b610096565b34801561007057600080fd5b5061003a61007f366004610335565b61019c565b61009461008f610269565b610298565b565b6001600160a01b0381166100f15760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b600061011b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101715760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a6564000060448201526064016100e8565b610199817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6040516285fc1360e71b815230906342fe0980906101ca906000906012908a908a908a908a906004016103d2565b600060405180830381600087803b1580156101e457600080fd5b505af11580156101f8573d6000803e3d6000fd5b50506040805160008152602081019182905263c68d428360e01b90915230925063c68d42839150610230903390859060248101610420565b600060405180830381600087803b15801561024a57600080fd5b505af115801561025e573d6000803e3d6000fd5b505050505050505050565b60006102937f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156102b7573d6000f35b3d6000fd5b6000602082840312156102ce57600080fd5b81356001600160a01b03811681146102e557600080fd5b9392505050565b60008083601f8401126102fe57600080fd5b50813567ffffffffffffffff81111561031657600080fd5b60208301915083602082850101111561032e57600080fd5b9250929050565b60008060008060006060868803121561034d57600080fd5b853567ffffffffffffffff8082111561036557600080fd5b61037189838a016102ec565b9097509550602088013591508082111561038a57600080fd5b50610397888289016102ec565b96999598509660400135949350505050565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6001600160a01b038716815260ff8616602082015260806040820181905260009061040090830186886103a9565b82810360608401526104138185876103a9565b9998505050505050505050565b60018060a01b038416815260006020848184015260606040840152835180606085015260005b8181101561046257858101830151858201608001528201610446565b81811115610474576000608083870101525b50601f01601f1916929092016080019594505050505056fea26469706673582212208ec2adfc3b8dc72a3cacb5a5d041c1447709fa8addac83acfdb5101a4d66291764736f6c634300080e0033",
51
+ "deployedBytecode": "0x60806040526004361061002d5760003560e01c80634a0687ef14610044578063b119490e146100645761003c565b3661003c5761003a610084565b005b61003a610084565b34801561005057600080fd5b5061003a61005f3660046102bc565b610096565b34801561007057600080fd5b5061003a61007f366004610335565b61019c565b61009461008f610269565b610298565b565b6001600160a01b0381166100f15760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b600061011b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101715760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a6564000060448201526064016100e8565b610199817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6040516285fc1360e71b815230906342fe0980906101ca906000906012908a908a908a908a906004016103d2565b600060405180830381600087803b1580156101e457600080fd5b505af11580156101f8573d6000803e3d6000fd5b50506040805160008152602081019182905263c68d428360e01b90915230925063c68d42839150610230903390859060248101610420565b600060405180830381600087803b15801561024a57600080fd5b505af115801561025e573d6000803e3d6000fd5b505050505050505050565b60006102937f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156102b7573d6000f35b3d6000fd5b6000602082840312156102ce57600080fd5b81356001600160a01b03811681146102e557600080fd5b9392505050565b60008083601f8401126102fe57600080fd5b50813567ffffffffffffffff81111561031657600080fd5b60208301915083602082850101111561032e57600080fd5b9250929050565b60008060008060006060868803121561034d57600080fd5b853567ffffffffffffffff8082111561036557600080fd5b61037189838a016102ec565b9097509550602088013591508082111561038a57600080fd5b50610397888289016102ec565b96999598509660400135949350505050565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6001600160a01b038716815260ff8616602082015260806040820181905260009061040090830186886103a9565b82810360608401526104138185876103a9565b9998505050505050505050565b60018060a01b038416815260006020848184015260606040840152835180606085015260005b8181101561046257858101830151858201608001528201610446565b81811115610474576000608083870101525b50601f01601f1916929092016080019594505050505056fea26469706673582212208ec2adfc3b8dc72a3cacb5a5d041c1447709fa8addac83acfdb5101a4d66291764736f6c634300080e0033",
52
52
  "immutableReferences": {},
53
53
  "generatedSources": [],
54
54
  "deployedGeneratedSources": [
@@ -3092,7 +3092,7 @@
3092
3092
  ],
3093
3093
  "sourceMap": "552:606:91:-:0;;;;;;;;;;;;;;;;;;;",
3094
3094
  "deployedSourceMap": "552:606:91:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;2898:11:5;:9;:11::i;:::-;552:606:91;;2675:11:5;:9;:11::i;897:285:94:-;;;;;;;;;;-1:-1:-1;897:285:94;;;;;:::i;:::-;;:::i;640:516:91:-;;;;;;;;;;-1:-1:-1;640:516:91;;;;;:::i;:::-;;:::i;2322:110:5:-;2397:28;2407:17;:15;:17::i;:::-;2397:9;:28::i;:::-;2322:110::o;897:285:94:-;-1:-1:-1;;;;;973:28:94;;965:64;;;;-1:-1:-1;;;965:64:94;;1654:2:105;965:64:94;;;1636:21:105;1693:2;1673:18;;;1666:30;1732:25;1712:18;;;1705:53;1775:18;;965:64:94;;;;;;;;;1085:1;1047:26;751:20:95;745:27;;618:170;1047:26:94;-1:-1:-1;;;;;1047:40:94;;1039:83;;;;-1:-1:-1;;;1039:83:94;;2006:2:105;1039:83:94;;;1988:21:105;2045:2;2025:18;;;2018:30;2084:32;2064:18;;;2057:60;2134:18;;1039:83:94;1804:354:105;1039:83:94;1132:43;1160:14;988:20:95;964:87;839:228;1132:43:94;897:285;:::o;640:516:91:-;769:294;;-1:-1:-1;;;769:294:91;;789:4;;769:37;;:294;;877:42;;965:2;;1029:4;;;;1047:6;;;;769:294;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;1136:12:91;;;1146:1;1136:12;;;;;;;;;-1:-1:-1;;;1073:76:91;;;1093:4;;-1:-1:-1;1073:35:91;;-1:-1:-1;1073:76:91;;1109:10;;1121:13;;1073:76;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;640:516;;;;;:::o;1238:130:94:-;1305:7;1335:26;751:20:95;745:27;;618:170;1335:26:94;1328:33;;1238:130;:::o;948:895:5:-;1286:14;1283:1;1280;1267:34;1500:1;1497;1481:14;1478:1;1462:14;1455:5;1442:60;1576:16;1573:1;1570;1555:38;1614:6;1681:66;;;;1796:16;1793:1;1786:27;1681:66;1716:16;1713:1;1706:27;14:286:105;73:6;126:2;114:9;105:7;101:23;97:32;94:52;;;142:1;139;132:12;94:52;168:23;;-1:-1:-1;;;;;220:31:105;;210:42;;200:70;;266:1;263;256:12;200:70;289:5;14:286;-1:-1:-1;;;14:286:105:o;305:348::-;357:8;367:6;421:3;414:4;406:6;402:17;398:27;388:55;;439:1;436;429:12;388:55;-1:-1:-1;462:20:105;;505:18;494:30;;491:50;;;537:1;534;527:12;491:50;574:4;566:6;562:17;550:29;;626:3;619:4;610:6;602;598:19;594:30;591:39;588:59;;;643:1;640;633:12;588:59;305:348;;;;;:::o;658:789::-;759:6;767;775;783;791;844:2;832:9;823:7;819:23;815:32;812:52;;;860:1;857;850:12;812:52;900:9;887:23;929:18;970:2;962:6;959:14;956:34;;;986:1;983;976:12;956:34;1025:59;1076:7;1067:6;1056:9;1052:22;1025:59;:::i;:::-;1103:8;;-1:-1:-1;999:85:105;-1:-1:-1;1191:2:105;1176:18;;1163:32;;-1:-1:-1;1207:16:105;;;1204:36;;;1236:1;1233;1226:12;1204:36;;1275:61;1328:7;1317:8;1306:9;1302:24;1275:61;:::i;:::-;658:789;;;;-1:-1:-1;1355:8:105;1437:2;1422:18;1409:32;;658:789;-1:-1:-1;;;;658:789:105:o;2163:267::-;2252:6;2247:3;2240:19;2304:6;2297:5;2290:4;2285:3;2281:14;2268:43;-1:-1:-1;2356:1:105;2331:16;;;2349:4;2327:27;;;2320:38;;;;2412:2;2391:15;;;-1:-1:-1;;2387:29:105;2378:39;;;2374:50;;2163:267::o;2435:640::-;-1:-1:-1;;;;;2730:32:105;;2712:51;;2811:4;2799:17;;2794:2;2779:18;;2772:45;2853:3;2848:2;2833:18;;2826:31;;;-1:-1:-1;;2880:63:105;;2923:19;;2915:6;2907;2880:63;:::i;:::-;2991:9;2983:6;2979:22;2974:2;2963:9;2959:18;2952:50;3019;3062:6;3054;3046;3019:50;:::i;:::-;3011:58;2435:640;-1:-1:-1;;;;;;;;;2435:640:105:o;3212:766::-;3444:1;3440;3435:3;3431:11;3427:19;3419:6;3415:32;3404:9;3397:51;3378:4;3467:2;3505:6;3500:2;3489:9;3485:18;3478:34;3548:2;3543;3532:9;3528:18;3521:30;3580:6;3574:13;3623:6;3618:2;3607:9;3603:18;3596:34;3648:1;3658:141;3672:6;3669:1;3666:13;3658:141;;;3768:14;;;3764:23;;3758:30;3733:17;;;3752:3;3729:27;3722:67;3687:10;;3658:141;;;3817:6;3814:1;3811:13;3808:92;;;3888:1;3882:3;3873:6;3862:9;3858:22;3854:32;3847:43;3808:92;-1:-1:-1;3961:2:105;3940:15;-1:-1:-1;;3936:29:105;3921:45;;;;3968:3;3917:55;;3212:766;-1:-1:-1;;;;;3212:766:105:o",
3095
- "source": "// SPDX-License-Identifier: AGPLv3\npragma solidity 0.8.13;\n\nimport {\n ISuperToken,\n CustomSuperTokenBase\n}\nfrom \"../interfaces/superfluid/CustomSuperTokenBase.sol\";\nimport { IPureSuperTokenCustom } from \"../interfaces/tokens/IPureSuperToken.sol\";\nimport { UUPSProxy } from \"../upgradability/UUPSProxy.sol\";\nimport { IERC20 } from \"@openzeppelin/contracts/token/ERC20/IERC20.sol\";\n\n\n/**\n * @title Native SuperToken custom super token implementation\n * @author Superfluid\n * @dev This is a simple implementation where the supply is pre-minted.\n */\ncontract PureSuperToken is IPureSuperTokenCustom, CustomSuperTokenBase, UUPSProxy {\n function initialize(string calldata name, string calldata symbol, uint256 initialSupply)\n external override\n {\n ISuperToken(address(this)).initialize(\n // NOTE this is the verbose intention\n IERC20(0x0000000000000000000000000000000000000000), // no underlying/wrapped token\n 18, // shouldn't matter if there's no wrapped token\n name,\n symbol\n );\n ISuperToken(address(this)).selfMint(msg.sender, initialSupply, new bytes(0));\n }\n}\n",
3095
+ "source": "// SPDX-License-Identifier: AGPLv3\npragma solidity 0.8.14;\n\nimport {\n ISuperToken,\n CustomSuperTokenBase\n}\nfrom \"../interfaces/superfluid/CustomSuperTokenBase.sol\";\nimport { IPureSuperTokenCustom } from \"../interfaces/tokens/IPureSuperToken.sol\";\nimport { UUPSProxy } from \"../upgradability/UUPSProxy.sol\";\nimport { IERC20 } from \"@openzeppelin/contracts/token/ERC20/IERC20.sol\";\n\n\n/**\n * @title Native SuperToken custom super token implementation\n * @author Superfluid\n * @dev This is a simple implementation where the supply is pre-minted.\n */\ncontract PureSuperToken is IPureSuperTokenCustom, CustomSuperTokenBase, UUPSProxy {\n function initialize(string calldata name, string calldata symbol, uint256 initialSupply)\n external override\n {\n ISuperToken(address(this)).initialize(\n // NOTE this is the verbose intention\n IERC20(0x0000000000000000000000000000000000000000), // no underlying/wrapped token\n 18, // shouldn't matter if there's no wrapped token\n name,\n symbol\n );\n ISuperToken(address(this)).selfMint(msg.sender, initialSupply, new bytes(0));\n }\n}\n",
3096
3096
  "sourcePath": "/home/runner/work/protocol-monorepo/protocol-monorepo/packages/ethereum-contracts/contracts/tokens/PureSuperToken.sol",
3097
3097
  "ast": {
3098
3098
  "absolutePath": "project:/contracts/tokens/PureSuperToken.sol",
@@ -3110,22 +3110,22 @@
3110
3110
  17761
3111
3111
  ],
3112
3112
  "PureSuperToken": [
3113
- 34593
3113
+ 34612
3114
3114
  ],
3115
3115
  "UUPSProxy": [
3116
- 34895
3116
+ 34914
3117
3117
  ]
3118
3118
  },
3119
- "id": 34594,
3119
+ "id": 34613,
3120
3120
  "license": "AGPLv3",
3121
3121
  "nodeType": "SourceUnit",
3122
3122
  "nodes": [
3123
3123
  {
3124
- "id": 34534,
3124
+ "id": 34553,
3125
3125
  "literals": [
3126
3126
  "solidity",
3127
3127
  "0.8",
3128
- ".13"
3128
+ ".14"
3129
3129
  ],
3130
3130
  "nodeType": "PragmaDirective",
3131
3131
  "src": "35:23:91"
@@ -3133,16 +3133,16 @@
3133
3133
  {
3134
3134
  "absolutePath": "project:/contracts/interfaces/superfluid/CustomSuperTokenBase.sol",
3135
3135
  "file": "../interfaces/superfluid/CustomSuperTokenBase.sol",
3136
- "id": 34537,
3136
+ "id": 34556,
3137
3137
  "nameLocation": "-1:-1:-1",
3138
3138
  "nodeType": "ImportDirective",
3139
- "scope": 34594,
3139
+ "scope": 34613,
3140
3140
  "sourceUnit": 16782,
3141
3141
  "src": "60:110:91",
3142
3142
  "symbolAliases": [
3143
3143
  {
3144
3144
  "foreign": {
3145
- "id": 34535,
3145
+ "id": 34554,
3146
3146
  "name": "ISuperToken",
3147
3147
  "nodeType": "Identifier",
3148
3148
  "overloadedDeclarations": [],
@@ -3154,7 +3154,7 @@
3154
3154
  },
3155
3155
  {
3156
3156
  "foreign": {
3157
- "id": 34536,
3157
+ "id": 34555,
3158
3158
  "name": "CustomSuperTokenBase",
3159
3159
  "nodeType": "Identifier",
3160
3160
  "overloadedDeclarations": [],
@@ -3170,16 +3170,16 @@
3170
3170
  {
3171
3171
  "absolutePath": "project:/contracts/interfaces/tokens/IPureSuperToken.sol",
3172
3172
  "file": "../interfaces/tokens/IPureSuperToken.sol",
3173
- "id": 34539,
3173
+ "id": 34558,
3174
3174
  "nameLocation": "-1:-1:-1",
3175
3175
  "nodeType": "ImportDirective",
3176
- "scope": 34594,
3176
+ "scope": 34613,
3177
3177
  "sourceUnit": 18792,
3178
3178
  "src": "171:81:91",
3179
3179
  "symbolAliases": [
3180
3180
  {
3181
3181
  "foreign": {
3182
- "id": 34538,
3182
+ "id": 34557,
3183
3183
  "name": "IPureSuperTokenCustom",
3184
3184
  "nodeType": "Identifier",
3185
3185
  "overloadedDeclarations": [],
@@ -3195,20 +3195,20 @@
3195
3195
  {
3196
3196
  "absolutePath": "project:/contracts/upgradability/UUPSProxy.sol",
3197
3197
  "file": "../upgradability/UUPSProxy.sol",
3198
- "id": 34541,
3198
+ "id": 34560,
3199
3199
  "nameLocation": "-1:-1:-1",
3200
3200
  "nodeType": "ImportDirective",
3201
- "scope": 34594,
3202
- "sourceUnit": 34896,
3201
+ "scope": 34613,
3202
+ "sourceUnit": 34915,
3203
3203
  "src": "253:59:91",
3204
3204
  "symbolAliases": [
3205
3205
  {
3206
3206
  "foreign": {
3207
- "id": 34540,
3207
+ "id": 34559,
3208
3208
  "name": "UUPSProxy",
3209
3209
  "nodeType": "Identifier",
3210
3210
  "overloadedDeclarations": [],
3211
- "referencedDeclaration": 34895,
3211
+ "referencedDeclaration": 34914,
3212
3212
  "src": "262:9:91",
3213
3213
  "typeDescriptions": {}
3214
3214
  },
@@ -3220,16 +3220,16 @@
3220
3220
  {
3221
3221
  "absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
3222
3222
  "file": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
3223
- "id": 34543,
3223
+ "id": 34562,
3224
3224
  "nameLocation": "-1:-1:-1",
3225
3225
  "nodeType": "ImportDirective",
3226
- "scope": 34594,
3226
+ "scope": 34613,
3227
3227
  "sourceUnit": 1521,
3228
3228
  "src": "313:72:91",
3229
3229
  "symbolAliases": [
3230
3230
  {
3231
3231
  "foreign": {
3232
- "id": 34542,
3232
+ "id": 34561,
3233
3233
  "name": "IERC20",
3234
3234
  "nodeType": "Identifier",
3235
3235
  "overloadedDeclarations": [],
@@ -3247,37 +3247,37 @@
3247
3247
  "baseContracts": [
3248
3248
  {
3249
3249
  "baseName": {
3250
- "id": 34545,
3250
+ "id": 34564,
3251
3251
  "name": "IPureSuperTokenCustom",
3252
3252
  "nodeType": "IdentifierPath",
3253
3253
  "referencedDeclaration": 18785,
3254
3254
  "src": "579:21:91"
3255
3255
  },
3256
- "id": 34546,
3256
+ "id": 34565,
3257
3257
  "nodeType": "InheritanceSpecifier",
3258
3258
  "src": "579:21:91"
3259
3259
  },
3260
3260
  {
3261
3261
  "baseName": {
3262
- "id": 34547,
3262
+ "id": 34566,
3263
3263
  "name": "CustomSuperTokenBase",
3264
3264
  "nodeType": "IdentifierPath",
3265
3265
  "referencedDeclaration": 16781,
3266
3266
  "src": "602:20:91"
3267
3267
  },
3268
- "id": 34548,
3268
+ "id": 34567,
3269
3269
  "nodeType": "InheritanceSpecifier",
3270
3270
  "src": "602:20:91"
3271
3271
  },
3272
3272
  {
3273
3273
  "baseName": {
3274
- "id": 34549,
3274
+ "id": 34568,
3275
3275
  "name": "UUPSProxy",
3276
3276
  "nodeType": "IdentifierPath",
3277
- "referencedDeclaration": 34895,
3277
+ "referencedDeclaration": 34914,
3278
3278
  "src": "624:9:91"
3279
3279
  },
3280
- "id": 34550,
3280
+ "id": 34569,
3281
3281
  "nodeType": "InheritanceSpecifier",
3282
3282
  "src": "624:9:91"
3283
3283
  }
@@ -3286,16 +3286,16 @@
3286
3286
  "contractDependencies": [],
3287
3287
  "contractKind": "contract",
3288
3288
  "documentation": {
3289
- "id": 34544,
3289
+ "id": 34563,
3290
3290
  "nodeType": "StructuredDocumentation",
3291
3291
  "src": "388:163:91",
3292
3292
  "text": " @title Native SuperToken custom super token implementation\n @author Superfluid\n @dev This is a simple implementation where the supply is pre-minted."
3293
3293
  },
3294
3294
  "fullyImplemented": true,
3295
- "id": 34593,
3295
+ "id": 34612,
3296
3296
  "linearizedBaseContracts": [
3297
- 34593,
3298
- 34895,
3297
+ 34612,
3298
+ 34914,
3299
3299
  688,
3300
3300
  16781,
3301
3301
  18785
@@ -3309,7 +3309,7 @@
3309
3309
  18784
3310
3310
  ],
3311
3311
  "body": {
3312
- "id": 34591,
3312
+ "id": 34610,
3313
3313
  "nodeType": "Block",
3314
3314
  "src": "759:397:91",
3315
3315
  "statements": [
@@ -3320,7 +3320,7 @@
3320
3320
  "arguments": [
3321
3321
  {
3322
3322
  "hexValue": "307830303030303030303030303030303030303030303030303030303030303030303030303030303030",
3323
- "id": 34568,
3323
+ "id": 34587,
3324
3324
  "isConstant": false,
3325
3325
  "isLValue": false,
3326
3326
  "isPure": true,
@@ -3342,7 +3342,7 @@
3342
3342
  "typeString": "address"
3343
3343
  }
3344
3344
  ],
3345
- "id": 34567,
3345
+ "id": 34586,
3346
3346
  "name": "IERC20",
3347
3347
  "nodeType": "Identifier",
3348
3348
  "overloadedDeclarations": [],
@@ -3353,7 +3353,7 @@
3353
3353
  "typeString": "type(contract IERC20)"
3354
3354
  }
3355
3355
  },
3356
- "id": 34569,
3356
+ "id": 34588,
3357
3357
  "isConstant": false,
3358
3358
  "isLValue": false,
3359
3359
  "isPure": true,
@@ -3370,7 +3370,7 @@
3370
3370
  },
3371
3371
  {
3372
3372
  "hexValue": "3138",
3373
- "id": 34570,
3373
+ "id": 34589,
3374
3374
  "isConstant": false,
3375
3375
  "isLValue": false,
3376
3376
  "isPure": true,
@@ -3385,11 +3385,11 @@
3385
3385
  "value": "18"
3386
3386
  },
3387
3387
  {
3388
- "id": 34571,
3388
+ "id": 34590,
3389
3389
  "name": "name",
3390
3390
  "nodeType": "Identifier",
3391
3391
  "overloadedDeclarations": [],
3392
- "referencedDeclaration": 34552,
3392
+ "referencedDeclaration": 34571,
3393
3393
  "src": "1029:4:91",
3394
3394
  "typeDescriptions": {
3395
3395
  "typeIdentifier": "t_string_calldata_ptr",
@@ -3397,11 +3397,11 @@
3397
3397
  }
3398
3398
  },
3399
3399
  {
3400
- "id": 34572,
3400
+ "id": 34591,
3401
3401
  "name": "symbol",
3402
3402
  "nodeType": "Identifier",
3403
3403
  "overloadedDeclarations": [],
3404
- "referencedDeclaration": 34554,
3404
+ "referencedDeclaration": 34573,
3405
3405
  "src": "1047:6:91",
3406
3406
  "typeDescriptions": {
3407
3407
  "typeIdentifier": "t_string_calldata_ptr",
@@ -3433,14 +3433,14 @@
3433
3433
  {
3434
3434
  "arguments": [
3435
3435
  {
3436
- "id": 34563,
3436
+ "id": 34582,
3437
3437
  "name": "this",
3438
3438
  "nodeType": "Identifier",
3439
3439
  "overloadedDeclarations": [],
3440
3440
  "referencedDeclaration": 4294967268,
3441
3441
  "src": "789:4:91",
3442
3442
  "typeDescriptions": {
3443
- "typeIdentifier": "t_contract$_PureSuperToken_$34593",
3443
+ "typeIdentifier": "t_contract$_PureSuperToken_$34612",
3444
3444
  "typeString": "contract PureSuperToken"
3445
3445
  }
3446
3446
  }
@@ -3448,11 +3448,11 @@
3448
3448
  "expression": {
3449
3449
  "argumentTypes": [
3450
3450
  {
3451
- "typeIdentifier": "t_contract$_PureSuperToken_$34593",
3451
+ "typeIdentifier": "t_contract$_PureSuperToken_$34612",
3452
3452
  "typeString": "contract PureSuperToken"
3453
3453
  }
3454
3454
  ],
3455
- "id": 34562,
3455
+ "id": 34581,
3456
3456
  "isConstant": false,
3457
3457
  "isLValue": false,
3458
3458
  "isPure": true,
@@ -3464,14 +3464,14 @@
3464
3464
  "typeString": "type(address)"
3465
3465
  },
3466
3466
  "typeName": {
3467
- "id": 34561,
3467
+ "id": 34580,
3468
3468
  "name": "address",
3469
3469
  "nodeType": "ElementaryTypeName",
3470
3470
  "src": "781:7:91",
3471
3471
  "typeDescriptions": {}
3472
3472
  }
3473
3473
  },
3474
- "id": 34564,
3474
+ "id": 34583,
3475
3475
  "isConstant": false,
3476
3476
  "isLValue": false,
3477
3477
  "isPure": false,
@@ -3494,7 +3494,7 @@
3494
3494
  "typeString": "address"
3495
3495
  }
3496
3496
  ],
3497
- "id": 34560,
3497
+ "id": 34579,
3498
3498
  "name": "ISuperToken",
3499
3499
  "nodeType": "Identifier",
3500
3500
  "overloadedDeclarations": [],
@@ -3505,7 +3505,7 @@
3505
3505
  "typeString": "type(contract ISuperToken)"
3506
3506
  }
3507
3507
  },
3508
- "id": 34565,
3508
+ "id": 34584,
3509
3509
  "isConstant": false,
3510
3510
  "isLValue": false,
3511
3511
  "isPure": false,
@@ -3520,7 +3520,7 @@
3520
3520
  "typeString": "contract ISuperToken"
3521
3521
  }
3522
3522
  },
3523
- "id": 34566,
3523
+ "id": 34585,
3524
3524
  "isConstant": false,
3525
3525
  "isLValue": false,
3526
3526
  "isPure": false,
@@ -3534,7 +3534,7 @@
3534
3534
  "typeString": "function (contract IERC20,uint8,string memory,string memory) external"
3535
3535
  }
3536
3536
  },
3537
- "id": 34573,
3537
+ "id": 34592,
3538
3538
  "isConstant": false,
3539
3539
  "isLValue": false,
3540
3540
  "isPure": false,
@@ -3549,7 +3549,7 @@
3549
3549
  "typeString": "tuple()"
3550
3550
  }
3551
3551
  },
3552
- "id": 34574,
3552
+ "id": 34593,
3553
3553
  "nodeType": "ExpressionStatement",
3554
3554
  "src": "769:294:91"
3555
3555
  },
@@ -3558,7 +3558,7 @@
3558
3558
  "arguments": [
3559
3559
  {
3560
3560
  "expression": {
3561
- "id": 34582,
3561
+ "id": 34601,
3562
3562
  "name": "msg",
3563
3563
  "nodeType": "Identifier",
3564
3564
  "overloadedDeclarations": [],
@@ -3569,7 +3569,7 @@
3569
3569
  "typeString": "msg"
3570
3570
  }
3571
3571
  },
3572
- "id": 34583,
3572
+ "id": 34602,
3573
3573
  "isConstant": false,
3574
3574
  "isLValue": false,
3575
3575
  "isPure": false,
@@ -3583,11 +3583,11 @@
3583
3583
  }
3584
3584
  },
3585
3585
  {
3586
- "id": 34584,
3586
+ "id": 34603,
3587
3587
  "name": "initialSupply",
3588
3588
  "nodeType": "Identifier",
3589
3589
  "overloadedDeclarations": [],
3590
- "referencedDeclaration": 34556,
3590
+ "referencedDeclaration": 34575,
3591
3591
  "src": "1121:13:91",
3592
3592
  "typeDescriptions": {
3593
3593
  "typeIdentifier": "t_uint256",
@@ -3598,7 +3598,7 @@
3598
3598
  "arguments": [
3599
3599
  {
3600
3600
  "hexValue": "30",
3601
- "id": 34587,
3601
+ "id": 34606,
3602
3602
  "isConstant": false,
3603
3603
  "isLValue": false,
3604
3604
  "isPure": true,
@@ -3620,7 +3620,7 @@
3620
3620
  "typeString": "int_const 0"
3621
3621
  }
3622
3622
  ],
3623
- "id": 34586,
3623
+ "id": 34605,
3624
3624
  "isConstant": false,
3625
3625
  "isLValue": false,
3626
3626
  "isPure": true,
@@ -3632,7 +3632,7 @@
3632
3632
  "typeString": "function (uint256) pure returns (bytes memory)"
3633
3633
  },
3634
3634
  "typeName": {
3635
- "id": 34585,
3635
+ "id": 34604,
3636
3636
  "name": "bytes",
3637
3637
  "nodeType": "ElementaryTypeName",
3638
3638
  "src": "1140:5:91",
@@ -3642,7 +3642,7 @@
3642
3642
  }
3643
3643
  }
3644
3644
  },
3645
- "id": 34588,
3645
+ "id": 34607,
3646
3646
  "isConstant": false,
3647
3647
  "isLValue": false,
3648
3648
  "isPure": true,
@@ -3678,14 +3678,14 @@
3678
3678
  {
3679
3679
  "arguments": [
3680
3680
  {
3681
- "id": 34578,
3681
+ "id": 34597,
3682
3682
  "name": "this",
3683
3683
  "nodeType": "Identifier",
3684
3684
  "overloadedDeclarations": [],
3685
3685
  "referencedDeclaration": 4294967268,
3686
3686
  "src": "1093:4:91",
3687
3687
  "typeDescriptions": {
3688
- "typeIdentifier": "t_contract$_PureSuperToken_$34593",
3688
+ "typeIdentifier": "t_contract$_PureSuperToken_$34612",
3689
3689
  "typeString": "contract PureSuperToken"
3690
3690
  }
3691
3691
  }
@@ -3693,11 +3693,11 @@
3693
3693
  "expression": {
3694
3694
  "argumentTypes": [
3695
3695
  {
3696
- "typeIdentifier": "t_contract$_PureSuperToken_$34593",
3696
+ "typeIdentifier": "t_contract$_PureSuperToken_$34612",
3697
3697
  "typeString": "contract PureSuperToken"
3698
3698
  }
3699
3699
  ],
3700
- "id": 34577,
3700
+ "id": 34596,
3701
3701
  "isConstant": false,
3702
3702
  "isLValue": false,
3703
3703
  "isPure": true,
@@ -3709,14 +3709,14 @@
3709
3709
  "typeString": "type(address)"
3710
3710
  },
3711
3711
  "typeName": {
3712
- "id": 34576,
3712
+ "id": 34595,
3713
3713
  "name": "address",
3714
3714
  "nodeType": "ElementaryTypeName",
3715
3715
  "src": "1085:7:91",
3716
3716
  "typeDescriptions": {}
3717
3717
  }
3718
3718
  },
3719
- "id": 34579,
3719
+ "id": 34598,
3720
3720
  "isConstant": false,
3721
3721
  "isLValue": false,
3722
3722
  "isPure": false,
@@ -3739,7 +3739,7 @@
3739
3739
  "typeString": "address"
3740
3740
  }
3741
3741
  ],
3742
- "id": 34575,
3742
+ "id": 34594,
3743
3743
  "name": "ISuperToken",
3744
3744
  "nodeType": "Identifier",
3745
3745
  "overloadedDeclarations": [],
@@ -3750,7 +3750,7 @@
3750
3750
  "typeString": "type(contract ISuperToken)"
3751
3751
  }
3752
3752
  },
3753
- "id": 34580,
3753
+ "id": 34599,
3754
3754
  "isConstant": false,
3755
3755
  "isLValue": false,
3756
3756
  "isPure": false,
@@ -3765,7 +3765,7 @@
3765
3765
  "typeString": "contract ISuperToken"
3766
3766
  }
3767
3767
  },
3768
- "id": 34581,
3768
+ "id": 34600,
3769
3769
  "isConstant": false,
3770
3770
  "isLValue": false,
3771
3771
  "isPure": false,
@@ -3779,7 +3779,7 @@
3779
3779
  "typeString": "function (address,uint256,bytes memory) external"
3780
3780
  }
3781
3781
  },
3782
- "id": 34589,
3782
+ "id": 34608,
3783
3783
  "isConstant": false,
3784
3784
  "isLValue": false,
3785
3785
  "isPure": false,
@@ -3794,14 +3794,14 @@
3794
3794
  "typeString": "tuple()"
3795
3795
  }
3796
3796
  },
3797
- "id": 34590,
3797
+ "id": 34609,
3798
3798
  "nodeType": "ExpressionStatement",
3799
3799
  "src": "1073:76:91"
3800
3800
  }
3801
3801
  ]
3802
3802
  },
3803
3803
  "functionSelector": "b119490e",
3804
- "id": 34592,
3804
+ "id": 34611,
3805
3805
  "implemented": true,
3806
3806
  "kind": "function",
3807
3807
  "modifiers": [],
@@ -3809,23 +3809,23 @@
3809
3809
  "nameLocation": "649:10:91",
3810
3810
  "nodeType": "FunctionDefinition",
3811
3811
  "overrides": {
3812
- "id": 34558,
3812
+ "id": 34577,
3813
3813
  "nodeType": "OverrideSpecifier",
3814
3814
  "overrides": [],
3815
3815
  "src": "746:8:91"
3816
3816
  },
3817
3817
  "parameters": {
3818
- "id": 34557,
3818
+ "id": 34576,
3819
3819
  "nodeType": "ParameterList",
3820
3820
  "parameters": [
3821
3821
  {
3822
3822
  "constant": false,
3823
- "id": 34552,
3823
+ "id": 34571,
3824
3824
  "mutability": "mutable",
3825
3825
  "name": "name",
3826
3826
  "nameLocation": "676:4:91",
3827
3827
  "nodeType": "VariableDeclaration",
3828
- "scope": 34592,
3828
+ "scope": 34611,
3829
3829
  "src": "660:20:91",
3830
3830
  "stateVariable": false,
3831
3831
  "storageLocation": "calldata",
@@ -3834,7 +3834,7 @@
3834
3834
  "typeString": "string"
3835
3835
  },
3836
3836
  "typeName": {
3837
- "id": 34551,
3837
+ "id": 34570,
3838
3838
  "name": "string",
3839
3839
  "nodeType": "ElementaryTypeName",
3840
3840
  "src": "660:6:91",
@@ -3847,12 +3847,12 @@
3847
3847
  },
3848
3848
  {
3849
3849
  "constant": false,
3850
- "id": 34554,
3850
+ "id": 34573,
3851
3851
  "mutability": "mutable",
3852
3852
  "name": "symbol",
3853
3853
  "nameLocation": "698:6:91",
3854
3854
  "nodeType": "VariableDeclaration",
3855
- "scope": 34592,
3855
+ "scope": 34611,
3856
3856
  "src": "682:22:91",
3857
3857
  "stateVariable": false,
3858
3858
  "storageLocation": "calldata",
@@ -3861,7 +3861,7 @@
3861
3861
  "typeString": "string"
3862
3862
  },
3863
3863
  "typeName": {
3864
- "id": 34553,
3864
+ "id": 34572,
3865
3865
  "name": "string",
3866
3866
  "nodeType": "ElementaryTypeName",
3867
3867
  "src": "682:6:91",
@@ -3874,12 +3874,12 @@
3874
3874
  },
3875
3875
  {
3876
3876
  "constant": false,
3877
- "id": 34556,
3877
+ "id": 34575,
3878
3878
  "mutability": "mutable",
3879
3879
  "name": "initialSupply",
3880
3880
  "nameLocation": "714:13:91",
3881
3881
  "nodeType": "VariableDeclaration",
3882
- "scope": 34592,
3882
+ "scope": 34611,
3883
3883
  "src": "706:21:91",
3884
3884
  "stateVariable": false,
3885
3885
  "storageLocation": "default",
@@ -3888,7 +3888,7 @@
3888
3888
  "typeString": "uint256"
3889
3889
  },
3890
3890
  "typeName": {
3891
- "id": 34555,
3891
+ "id": 34574,
3892
3892
  "name": "uint256",
3893
3893
  "nodeType": "ElementaryTypeName",
3894
3894
  "src": "706:7:91",
@@ -3903,19 +3903,19 @@
3903
3903
  "src": "659:69:91"
3904
3904
  },
3905
3905
  "returnParameters": {
3906
- "id": 34559,
3906
+ "id": 34578,
3907
3907
  "nodeType": "ParameterList",
3908
3908
  "parameters": [],
3909
3909
  "src": "759:0:91"
3910
3910
  },
3911
- "scope": 34593,
3911
+ "scope": 34612,
3912
3912
  "src": "640:516:91",
3913
3913
  "stateMutability": "nonpayable",
3914
3914
  "virtual": false,
3915
3915
  "visibility": "external"
3916
3916
  }
3917
3917
  ],
3918
- "scope": 34594,
3918
+ "scope": 34613,
3919
3919
  "src": "552:606:91",
3920
3920
  "usedErrors": []
3921
3921
  }
@@ -3924,11 +3924,11 @@
3924
3924
  },
3925
3925
  "compiler": {
3926
3926
  "name": "solc",
3927
- "version": "0.8.13+commit.abaa5c0e.Emscripten.clang"
3927
+ "version": "0.8.14+commit.80d49f37.Emscripten.clang"
3928
3928
  },
3929
3929
  "networks": {},
3930
3930
  "schemaVersion": "3.4.7",
3931
- "updatedAt": "2022-06-03T09:45:14.334Z",
3931
+ "updatedAt": "2022-06-16T09:19:12.558Z",
3932
3932
  "devdoc": {
3933
3933
  "author": "Superfluid",
3934
3934
  "details": "This is a simple implementation where the supply is pre-minted.",