@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
@@ -221,7 +221,7 @@
221
221
  "type": "function"
222
222
  }
223
223
  ],
224
- "metadata": "{\"compiler\":{\"version\":\"0.8.13+commit.abaa5c0e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperToken[]\",\"name\":\"tokens\",\"type\":\"address[]\"}],\"name\":\"batchUpdateSuperTokenLogic\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"}],\"name\":\"clearConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"}],\"name\":\"getConfigAsAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"}],\"name\":\"getConfigAsUint256\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"agreementClass\",\"type\":\"address\"}],\"name\":\"registerAgreementClass\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"newGov\",\"type\":\"address\"}],\"name\":\"replaceGovernance\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"setConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"setConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"hostNewLogic\",\"type\":\"address\"},{\"internalType\":\"address[]\",\"name\":\"agreementClassNewLogics\",\"type\":\"address[]\"},{\"internalType\":\"address\",\"name\":\"superTokenFactoryNewLogic\",\"type\":\"address\"}],\"name\":\"updateContracts\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{\"batchUpdateSuperTokenLogic(address,address[])\":{\"details\":\"Update supertoken logic contract to the latest that is managed by the super token factory\"},\"clearConfig(address,address,bytes32)\":{\"details\":\"Clear configuration\"},\"getConfigAsAddress(address,address,bytes32)\":{\"details\":\"Get configuration as address value\"},\"getConfigAsUint256(address,address,bytes32)\":{\"details\":\"Get configuration as uint256 value\"},\"registerAgreementClass(address,address)\":{\"details\":\"Register a new agreement class\"},\"replaceGovernance(address,address)\":{\"details\":\"Replace the current governance with a new governance\"},\"setConfig(address,address,bytes32,address)\":{\"details\":\"Set configuration as address value\"},\"setConfig(address,address,bytes32,uint256)\":{\"details\":\"Set configuration as uint256 value\"},\"updateContracts(address,address,address[],address)\":{\"details\":\"Update logics of the contracts NOTE: - Because they might have inter-dependencies, it is good to have one single function to update them all\"}},\"title\":\"Superfluid governance interface\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":\"ISuperfluidGovernance\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@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/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/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]}},\"version\":1}",
224
+ "metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperToken[]\",\"name\":\"tokens\",\"type\":\"address[]\"}],\"name\":\"batchUpdateSuperTokenLogic\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"}],\"name\":\"clearConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"}],\"name\":\"getConfigAsAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"}],\"name\":\"getConfigAsUint256\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"agreementClass\",\"type\":\"address\"}],\"name\":\"registerAgreementClass\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"newGov\",\"type\":\"address\"}],\"name\":\"replaceGovernance\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"setConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"setConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"hostNewLogic\",\"type\":\"address\"},{\"internalType\":\"address[]\",\"name\":\"agreementClassNewLogics\",\"type\":\"address[]\"},{\"internalType\":\"address\",\"name\":\"superTokenFactoryNewLogic\",\"type\":\"address\"}],\"name\":\"updateContracts\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{\"batchUpdateSuperTokenLogic(address,address[])\":{\"details\":\"Update supertoken logic contract to the latest that is managed by the super token factory\"},\"clearConfig(address,address,bytes32)\":{\"details\":\"Clear configuration\"},\"getConfigAsAddress(address,address,bytes32)\":{\"details\":\"Get configuration as address value\"},\"getConfigAsUint256(address,address,bytes32)\":{\"details\":\"Get configuration as uint256 value\"},\"registerAgreementClass(address,address)\":{\"details\":\"Register a new agreement class\"},\"replaceGovernance(address,address)\":{\"details\":\"Replace the current governance with a new governance\"},\"setConfig(address,address,bytes32,address)\":{\"details\":\"Set configuration as address value\"},\"setConfig(address,address,bytes32,uint256)\":{\"details\":\"Set configuration as uint256 value\"},\"updateContracts(address,address,address[],address)\":{\"custom:note\":\" - Because they might have inter-dependencies, it is good to have one single function to update them all\",\"details\":\"Update logics of the contracts\"}},\"title\":\"Superfluid governance interface\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":\"ISuperfluidGovernance\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@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/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/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]}},\"version\":1}",
225
225
  "bytecode": "0x",
226
226
  "deployedBytecode": "0x",
227
227
  "immutableReferences": {},
@@ -229,7 +229,7 @@
229
229
  "deployedGeneratedSources": [],
230
230
  "sourceMap": "",
231
231
  "deployedSourceMap": "",
232
- "source": "// SPDX-License-Identifier: AGPLv3\npragma solidity >= 0.8.0;\n\nimport { ISuperAgreement } from \"./ISuperAgreement.sol\";\nimport { ISuperToken } from \"./ISuperToken.sol\";\nimport { ISuperfluidToken } from \"./ISuperfluidToken.sol\";\nimport { ISuperfluid } from \"./ISuperfluid.sol\";\n\n\n/**\n * @title Superfluid governance interface\n * @author Superfluid\n */\ninterface ISuperfluidGovernance {\n\n /**\n * @dev Replace the current governance with a new governance\n */\n function replaceGovernance(\n ISuperfluid host,\n address newGov) external;\n\n /**\n * @dev Register a new agreement class\n */\n function registerAgreementClass(\n ISuperfluid host,\n address agreementClass) external;\n\n /**\n * @dev Update logics of the contracts\n *\n * NOTE:\n * - Because they might have inter-dependencies, it is good to have one single function to update them all\n */\n function updateContracts(\n ISuperfluid host,\n address hostNewLogic,\n address[] calldata agreementClassNewLogics,\n address superTokenFactoryNewLogic\n ) external;\n\n /**\n * @dev Update supertoken logic contract to the latest that is managed by the super token factory\n */\n function batchUpdateSuperTokenLogic(\n ISuperfluid host,\n ISuperToken[] calldata tokens) external;\n \n /**\n * @dev Set configuration as address value\n */\n function setConfig(\n ISuperfluid host,\n ISuperfluidToken superToken,\n bytes32 key,\n address value\n ) external;\n \n /**\n * @dev Set configuration as uint256 value\n */\n function setConfig(\n ISuperfluid host,\n ISuperfluidToken superToken,\n bytes32 key,\n uint256 value\n ) external;\n\n /**\n * @dev Clear configuration\n */\n function clearConfig(\n ISuperfluid host,\n ISuperfluidToken superToken,\n bytes32 key\n ) external;\n\n /**\n * @dev Get configuration as address value\n */\n function getConfigAsAddress(\n ISuperfluid host,\n ISuperfluidToken superToken,\n bytes32 key) external view returns (address value);\n\n /**\n * @dev Get configuration as uint256 value\n */\n function getConfigAsUint256(\n ISuperfluid host,\n ISuperfluidToken superToken,\n bytes32 key) external view returns (uint256 value);\n\n}\n",
232
+ "source": "// SPDX-License-Identifier: AGPLv3\npragma solidity >= 0.8.0;\n\nimport { ISuperAgreement } from \"./ISuperAgreement.sol\";\nimport { ISuperToken } from \"./ISuperToken.sol\";\nimport { ISuperfluidToken } from \"./ISuperfluidToken.sol\";\nimport { ISuperfluid } from \"./ISuperfluid.sol\";\n\n\n/**\n * @title Superfluid governance interface\n * @author Superfluid\n */\ninterface ISuperfluidGovernance {\n\n /**\n * @dev Replace the current governance with a new governance\n */\n function replaceGovernance(\n ISuperfluid host,\n address newGov) external;\n\n /**\n * @dev Register a new agreement class\n */\n function registerAgreementClass(\n ISuperfluid host,\n address agreementClass) external;\n\n /**\n * @dev Update logics of the contracts\n *\n * @custom:note \n * - Because they might have inter-dependencies, it is good to have one single function to update them all\n */\n function updateContracts(\n ISuperfluid host,\n address hostNewLogic,\n address[] calldata agreementClassNewLogics,\n address superTokenFactoryNewLogic\n ) external;\n\n /**\n * @dev Update supertoken logic contract to the latest that is managed by the super token factory\n */\n function batchUpdateSuperTokenLogic(\n ISuperfluid host,\n ISuperToken[] calldata tokens) external;\n \n /**\n * @dev Set configuration as address value\n */\n function setConfig(\n ISuperfluid host,\n ISuperfluidToken superToken,\n bytes32 key,\n address value\n ) external;\n \n /**\n * @dev Set configuration as uint256 value\n */\n function setConfig(\n ISuperfluid host,\n ISuperfluidToken superToken,\n bytes32 key,\n uint256 value\n ) external;\n\n /**\n * @dev Clear configuration\n */\n function clearConfig(\n ISuperfluid host,\n ISuperfluidToken superToken,\n bytes32 key\n ) external;\n\n /**\n * @dev Get configuration as address value\n */\n function getConfigAsAddress(\n ISuperfluid host,\n ISuperfluidToken superToken,\n bytes32 key) external view returns (address value);\n\n /**\n * @dev Get configuration as uint256 value\n */\n function getConfigAsUint256(\n ISuperfluid host,\n ISuperfluidToken superToken,\n bytes32 key) external view returns (uint256 value);\n\n}\n",
233
233
  "sourcePath": "/home/runner/work/protocol-monorepo/protocol-monorepo/packages/ethereum-contracts/contracts/interfaces/superfluid/ISuperfluidGovernance.sol",
234
234
  "ast": {
235
235
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol",
@@ -582,8 +582,8 @@
582
582
  "documentation": {
583
583
  "id": 18354,
584
584
  "nodeType": "StructuredDocumentation",
585
- "src": "729:185:48",
586
- "text": " @dev Update logics of the contracts\n NOTE:\n - Because they might have inter-dependencies, it is good to have one single function to update them all"
585
+ "src": "729:193:48",
586
+ "text": " @dev Update logics of the contracts\n @custom:note \n - Because they might have inter-dependencies, it is good to have one single function to update them all"
587
587
  },
588
588
  "functionSelector": "427942a4",
589
589
  "id": 18367,
@@ -591,7 +591,7 @@
591
591
  "kind": "function",
592
592
  "modifiers": [],
593
593
  "name": "updateContracts",
594
- "nameLocation": "928:15:48",
594
+ "nameLocation": "936:15:48",
595
595
  "nodeType": "FunctionDefinition",
596
596
  "parameters": {
597
597
  "id": 18365,
@@ -602,10 +602,10 @@
602
602
  "id": 18357,
603
603
  "mutability": "mutable",
604
604
  "name": "host",
605
- "nameLocation": "965:4:48",
605
+ "nameLocation": "973:4:48",
606
606
  "nodeType": "VariableDeclaration",
607
607
  "scope": 18367,
608
- "src": "953:16:48",
608
+ "src": "961:16:48",
609
609
  "stateVariable": false,
610
610
  "storageLocation": "default",
611
611
  "typeDescriptions": {
@@ -620,10 +620,10 @@
620
620
  "name": "ISuperfluid",
621
621
  "nodeType": "IdentifierPath",
622
622
  "referencedDeclaration": 18324,
623
- "src": "953:11:48"
623
+ "src": "961:11:48"
624
624
  },
625
625
  "referencedDeclaration": 18324,
626
- "src": "953:11:48",
626
+ "src": "961:11:48",
627
627
  "typeDescriptions": {
628
628
  "typeIdentifier": "t_contract$_ISuperfluid_$18324",
629
629
  "typeString": "contract ISuperfluid"
@@ -636,10 +636,10 @@
636
636
  "id": 18359,
637
637
  "mutability": "mutable",
638
638
  "name": "hostNewLogic",
639
- "nameLocation": "987:12:48",
639
+ "nameLocation": "995:12:48",
640
640
  "nodeType": "VariableDeclaration",
641
641
  "scope": 18367,
642
- "src": "979:20:48",
642
+ "src": "987:20:48",
643
643
  "stateVariable": false,
644
644
  "storageLocation": "default",
645
645
  "typeDescriptions": {
@@ -650,7 +650,7 @@
650
650
  "id": 18358,
651
651
  "name": "address",
652
652
  "nodeType": "ElementaryTypeName",
653
- "src": "979:7:48",
653
+ "src": "987:7:48",
654
654
  "stateMutability": "nonpayable",
655
655
  "typeDescriptions": {
656
656
  "typeIdentifier": "t_address",
@@ -664,10 +664,10 @@
664
664
  "id": 18362,
665
665
  "mutability": "mutable",
666
666
  "name": "agreementClassNewLogics",
667
- "nameLocation": "1028:23:48",
667
+ "nameLocation": "1036:23:48",
668
668
  "nodeType": "VariableDeclaration",
669
669
  "scope": 18367,
670
- "src": "1009:42:48",
670
+ "src": "1017:42:48",
671
671
  "stateVariable": false,
672
672
  "storageLocation": "calldata",
673
673
  "typeDescriptions": {
@@ -679,7 +679,7 @@
679
679
  "id": 18360,
680
680
  "name": "address",
681
681
  "nodeType": "ElementaryTypeName",
682
- "src": "1009:7:48",
682
+ "src": "1017:7:48",
683
683
  "stateMutability": "nonpayable",
684
684
  "typeDescriptions": {
685
685
  "typeIdentifier": "t_address",
@@ -688,7 +688,7 @@
688
688
  },
689
689
  "id": 18361,
690
690
  "nodeType": "ArrayTypeName",
691
- "src": "1009:9:48",
691
+ "src": "1017:9:48",
692
692
  "typeDescriptions": {
693
693
  "typeIdentifier": "t_array$_t_address_$dyn_storage_ptr",
694
694
  "typeString": "address[]"
@@ -701,10 +701,10 @@
701
701
  "id": 18364,
702
702
  "mutability": "mutable",
703
703
  "name": "superTokenFactoryNewLogic",
704
- "nameLocation": "1069:25:48",
704
+ "nameLocation": "1077:25:48",
705
705
  "nodeType": "VariableDeclaration",
706
706
  "scope": 18367,
707
- "src": "1061:33:48",
707
+ "src": "1069:33:48",
708
708
  "stateVariable": false,
709
709
  "storageLocation": "default",
710
710
  "typeDescriptions": {
@@ -715,7 +715,7 @@
715
715
  "id": 18363,
716
716
  "name": "address",
717
717
  "nodeType": "ElementaryTypeName",
718
- "src": "1061:7:48",
718
+ "src": "1069:7:48",
719
719
  "stateMutability": "nonpayable",
720
720
  "typeDescriptions": {
721
721
  "typeIdentifier": "t_address",
@@ -725,16 +725,16 @@
725
725
  "visibility": "internal"
726
726
  }
727
727
  ],
728
- "src": "943:157:48"
728
+ "src": "951:157:48"
729
729
  },
730
730
  "returnParameters": {
731
731
  "id": 18366,
732
732
  "nodeType": "ParameterList",
733
733
  "parameters": [],
734
- "src": "1109:0:48"
734
+ "src": "1117:0:48"
735
735
  },
736
736
  "scope": 18447,
737
- "src": "919:191:48",
737
+ "src": "927:191:48",
738
738
  "stateMutability": "nonpayable",
739
739
  "virtual": false,
740
740
  "visibility": "external"
@@ -743,7 +743,7 @@
743
743
  "documentation": {
744
744
  "id": 18368,
745
745
  "nodeType": "StructuredDocumentation",
746
- "src": "1116:113:48",
746
+ "src": "1124:113:48",
747
747
  "text": " @dev Update supertoken logic contract to the latest that is managed by the super token factory"
748
748
  },
749
749
  "functionSelector": "42148deb",
@@ -752,7 +752,7 @@
752
752
  "kind": "function",
753
753
  "modifiers": [],
754
754
  "name": "batchUpdateSuperTokenLogic",
755
- "nameLocation": "1243:26:48",
755
+ "nameLocation": "1251:26:48",
756
756
  "nodeType": "FunctionDefinition",
757
757
  "parameters": {
758
758
  "id": 18376,
@@ -763,10 +763,10 @@
763
763
  "id": 18371,
764
764
  "mutability": "mutable",
765
765
  "name": "host",
766
- "nameLocation": "1291:4:48",
766
+ "nameLocation": "1299:4:48",
767
767
  "nodeType": "VariableDeclaration",
768
768
  "scope": 18378,
769
- "src": "1279:16:48",
769
+ "src": "1287:16:48",
770
770
  "stateVariable": false,
771
771
  "storageLocation": "default",
772
772
  "typeDescriptions": {
@@ -781,10 +781,10 @@
781
781
  "name": "ISuperfluid",
782
782
  "nodeType": "IdentifierPath",
783
783
  "referencedDeclaration": 18324,
784
- "src": "1279:11:48"
784
+ "src": "1287:11:48"
785
785
  },
786
786
  "referencedDeclaration": 18324,
787
- "src": "1279:11:48",
787
+ "src": "1287:11:48",
788
788
  "typeDescriptions": {
789
789
  "typeIdentifier": "t_contract$_ISuperfluid_$18324",
790
790
  "typeString": "contract ISuperfluid"
@@ -797,10 +797,10 @@
797
797
  "id": 18375,
798
798
  "mutability": "mutable",
799
799
  "name": "tokens",
800
- "nameLocation": "1328:6:48",
800
+ "nameLocation": "1336:6:48",
801
801
  "nodeType": "VariableDeclaration",
802
802
  "scope": 18378,
803
- "src": "1305:29:48",
803
+ "src": "1313:29:48",
804
804
  "stateVariable": false,
805
805
  "storageLocation": "calldata",
806
806
  "typeDescriptions": {
@@ -816,10 +816,10 @@
816
816
  "name": "ISuperToken",
817
817
  "nodeType": "IdentifierPath",
818
818
  "referencedDeclaration": 17761,
819
- "src": "1305:11:48"
819
+ "src": "1313:11:48"
820
820
  },
821
821
  "referencedDeclaration": 17761,
822
- "src": "1305:11:48",
822
+ "src": "1313:11:48",
823
823
  "typeDescriptions": {
824
824
  "typeIdentifier": "t_contract$_ISuperToken_$17761",
825
825
  "typeString": "contract ISuperToken"
@@ -827,7 +827,7 @@
827
827
  },
828
828
  "id": 18374,
829
829
  "nodeType": "ArrayTypeName",
830
- "src": "1305:13:48",
830
+ "src": "1313:13:48",
831
831
  "typeDescriptions": {
832
832
  "typeIdentifier": "t_array$_t_contract$_ISuperToken_$17761_$dyn_storage_ptr",
833
833
  "typeString": "contract ISuperToken[]"
@@ -836,16 +836,16 @@
836
836
  "visibility": "internal"
837
837
  }
838
838
  ],
839
- "src": "1269:66:48"
839
+ "src": "1277:66:48"
840
840
  },
841
841
  "returnParameters": {
842
842
  "id": 18377,
843
843
  "nodeType": "ParameterList",
844
844
  "parameters": [],
845
- "src": "1344:0:48"
845
+ "src": "1352:0:48"
846
846
  },
847
847
  "scope": 18447,
848
- "src": "1234:111:48",
848
+ "src": "1242:111:48",
849
849
  "stateMutability": "nonpayable",
850
850
  "virtual": false,
851
851
  "visibility": "external"
@@ -854,7 +854,7 @@
854
854
  "documentation": {
855
855
  "id": 18379,
856
856
  "nodeType": "StructuredDocumentation",
857
- "src": "1355:58:48",
857
+ "src": "1363:58:48",
858
858
  "text": " @dev Set configuration as address value"
859
859
  },
860
860
  "functionSelector": "78707cb8",
@@ -863,7 +863,7 @@
863
863
  "kind": "function",
864
864
  "modifiers": [],
865
865
  "name": "setConfig",
866
- "nameLocation": "1427:9:48",
866
+ "nameLocation": "1435:9:48",
867
867
  "nodeType": "FunctionDefinition",
868
868
  "parameters": {
869
869
  "id": 18390,
@@ -874,10 +874,10 @@
874
874
  "id": 18382,
875
875
  "mutability": "mutable",
876
876
  "name": "host",
877
- "nameLocation": "1458:4:48",
877
+ "nameLocation": "1466:4:48",
878
878
  "nodeType": "VariableDeclaration",
879
879
  "scope": 18392,
880
- "src": "1446:16:48",
880
+ "src": "1454:16:48",
881
881
  "stateVariable": false,
882
882
  "storageLocation": "default",
883
883
  "typeDescriptions": {
@@ -892,10 +892,10 @@
892
892
  "name": "ISuperfluid",
893
893
  "nodeType": "IdentifierPath",
894
894
  "referencedDeclaration": 18324,
895
- "src": "1446:11:48"
895
+ "src": "1454:11:48"
896
896
  },
897
897
  "referencedDeclaration": 18324,
898
- "src": "1446:11:48",
898
+ "src": "1454:11:48",
899
899
  "typeDescriptions": {
900
900
  "typeIdentifier": "t_contract$_ISuperfluid_$18324",
901
901
  "typeString": "contract ISuperfluid"
@@ -908,10 +908,10 @@
908
908
  "id": 18385,
909
909
  "mutability": "mutable",
910
910
  "name": "superToken",
911
- "nameLocation": "1489:10:48",
911
+ "nameLocation": "1497:10:48",
912
912
  "nodeType": "VariableDeclaration",
913
913
  "scope": 18392,
914
- "src": "1472:27:48",
914
+ "src": "1480:27:48",
915
915
  "stateVariable": false,
916
916
  "storageLocation": "default",
917
917
  "typeDescriptions": {
@@ -926,10 +926,10 @@
926
926
  "name": "ISuperfluidToken",
927
927
  "nodeType": "IdentifierPath",
928
928
  "referencedDeclaration": 18721,
929
- "src": "1472:16:48"
929
+ "src": "1480:16:48"
930
930
  },
931
931
  "referencedDeclaration": 18721,
932
- "src": "1472:16:48",
932
+ "src": "1480:16:48",
933
933
  "typeDescriptions": {
934
934
  "typeIdentifier": "t_contract$_ISuperfluidToken_$18721",
935
935
  "typeString": "contract ISuperfluidToken"
@@ -942,10 +942,10 @@
942
942
  "id": 18387,
943
943
  "mutability": "mutable",
944
944
  "name": "key",
945
- "nameLocation": "1517:3:48",
945
+ "nameLocation": "1525:3:48",
946
946
  "nodeType": "VariableDeclaration",
947
947
  "scope": 18392,
948
- "src": "1509:11:48",
948
+ "src": "1517:11:48",
949
949
  "stateVariable": false,
950
950
  "storageLocation": "default",
951
951
  "typeDescriptions": {
@@ -956,7 +956,7 @@
956
956
  "id": 18386,
957
957
  "name": "bytes32",
958
958
  "nodeType": "ElementaryTypeName",
959
- "src": "1509:7:48",
959
+ "src": "1517:7:48",
960
960
  "typeDescriptions": {
961
961
  "typeIdentifier": "t_bytes32",
962
962
  "typeString": "bytes32"
@@ -969,10 +969,10 @@
969
969
  "id": 18389,
970
970
  "mutability": "mutable",
971
971
  "name": "value",
972
- "nameLocation": "1538:5:48",
972
+ "nameLocation": "1546:5:48",
973
973
  "nodeType": "VariableDeclaration",
974
974
  "scope": 18392,
975
- "src": "1530:13:48",
975
+ "src": "1538:13:48",
976
976
  "stateVariable": false,
977
977
  "storageLocation": "default",
978
978
  "typeDescriptions": {
@@ -983,7 +983,7 @@
983
983
  "id": 18388,
984
984
  "name": "address",
985
985
  "nodeType": "ElementaryTypeName",
986
- "src": "1530:7:48",
986
+ "src": "1538:7:48",
987
987
  "stateMutability": "nonpayable",
988
988
  "typeDescriptions": {
989
989
  "typeIdentifier": "t_address",
@@ -993,16 +993,16 @@
993
993
  "visibility": "internal"
994
994
  }
995
995
  ],
996
- "src": "1436:113:48"
996
+ "src": "1444:113:48"
997
997
  },
998
998
  "returnParameters": {
999
999
  "id": 18391,
1000
1000
  "nodeType": "ParameterList",
1001
1001
  "parameters": [],
1002
- "src": "1558:0:48"
1002
+ "src": "1566:0:48"
1003
1003
  },
1004
1004
  "scope": 18447,
1005
- "src": "1418:141:48",
1005
+ "src": "1426:141:48",
1006
1006
  "stateMutability": "nonpayable",
1007
1007
  "virtual": false,
1008
1008
  "visibility": "external"
@@ -1011,7 +1011,7 @@
1011
1011
  "documentation": {
1012
1012
  "id": 18393,
1013
1013
  "nodeType": "StructuredDocumentation",
1014
- "src": "1569:58:48",
1014
+ "src": "1577:58:48",
1015
1015
  "text": " @dev Set configuration as uint256 value"
1016
1016
  },
1017
1017
  "functionSelector": "f79a8e63",
@@ -1020,7 +1020,7 @@
1020
1020
  "kind": "function",
1021
1021
  "modifiers": [],
1022
1022
  "name": "setConfig",
1023
- "nameLocation": "1641:9:48",
1023
+ "nameLocation": "1649:9:48",
1024
1024
  "nodeType": "FunctionDefinition",
1025
1025
  "parameters": {
1026
1026
  "id": 18404,
@@ -1031,10 +1031,10 @@
1031
1031
  "id": 18396,
1032
1032
  "mutability": "mutable",
1033
1033
  "name": "host",
1034
- "nameLocation": "1672:4:48",
1034
+ "nameLocation": "1680:4:48",
1035
1035
  "nodeType": "VariableDeclaration",
1036
1036
  "scope": 18406,
1037
- "src": "1660:16:48",
1037
+ "src": "1668:16:48",
1038
1038
  "stateVariable": false,
1039
1039
  "storageLocation": "default",
1040
1040
  "typeDescriptions": {
@@ -1049,10 +1049,10 @@
1049
1049
  "name": "ISuperfluid",
1050
1050
  "nodeType": "IdentifierPath",
1051
1051
  "referencedDeclaration": 18324,
1052
- "src": "1660:11:48"
1052
+ "src": "1668:11:48"
1053
1053
  },
1054
1054
  "referencedDeclaration": 18324,
1055
- "src": "1660:11:48",
1055
+ "src": "1668:11:48",
1056
1056
  "typeDescriptions": {
1057
1057
  "typeIdentifier": "t_contract$_ISuperfluid_$18324",
1058
1058
  "typeString": "contract ISuperfluid"
@@ -1065,10 +1065,10 @@
1065
1065
  "id": 18399,
1066
1066
  "mutability": "mutable",
1067
1067
  "name": "superToken",
1068
- "nameLocation": "1703:10:48",
1068
+ "nameLocation": "1711:10:48",
1069
1069
  "nodeType": "VariableDeclaration",
1070
1070
  "scope": 18406,
1071
- "src": "1686:27:48",
1071
+ "src": "1694:27:48",
1072
1072
  "stateVariable": false,
1073
1073
  "storageLocation": "default",
1074
1074
  "typeDescriptions": {
@@ -1083,10 +1083,10 @@
1083
1083
  "name": "ISuperfluidToken",
1084
1084
  "nodeType": "IdentifierPath",
1085
1085
  "referencedDeclaration": 18721,
1086
- "src": "1686:16:48"
1086
+ "src": "1694:16:48"
1087
1087
  },
1088
1088
  "referencedDeclaration": 18721,
1089
- "src": "1686:16:48",
1089
+ "src": "1694:16:48",
1090
1090
  "typeDescriptions": {
1091
1091
  "typeIdentifier": "t_contract$_ISuperfluidToken_$18721",
1092
1092
  "typeString": "contract ISuperfluidToken"
@@ -1099,10 +1099,10 @@
1099
1099
  "id": 18401,
1100
1100
  "mutability": "mutable",
1101
1101
  "name": "key",
1102
- "nameLocation": "1731:3:48",
1102
+ "nameLocation": "1739:3:48",
1103
1103
  "nodeType": "VariableDeclaration",
1104
1104
  "scope": 18406,
1105
- "src": "1723:11:48",
1105
+ "src": "1731:11:48",
1106
1106
  "stateVariable": false,
1107
1107
  "storageLocation": "default",
1108
1108
  "typeDescriptions": {
@@ -1113,7 +1113,7 @@
1113
1113
  "id": 18400,
1114
1114
  "name": "bytes32",
1115
1115
  "nodeType": "ElementaryTypeName",
1116
- "src": "1723:7:48",
1116
+ "src": "1731:7:48",
1117
1117
  "typeDescriptions": {
1118
1118
  "typeIdentifier": "t_bytes32",
1119
1119
  "typeString": "bytes32"
@@ -1126,10 +1126,10 @@
1126
1126
  "id": 18403,
1127
1127
  "mutability": "mutable",
1128
1128
  "name": "value",
1129
- "nameLocation": "1752:5:48",
1129
+ "nameLocation": "1760:5:48",
1130
1130
  "nodeType": "VariableDeclaration",
1131
1131
  "scope": 18406,
1132
- "src": "1744:13:48",
1132
+ "src": "1752:13:48",
1133
1133
  "stateVariable": false,
1134
1134
  "storageLocation": "default",
1135
1135
  "typeDescriptions": {
@@ -1140,7 +1140,7 @@
1140
1140
  "id": 18402,
1141
1141
  "name": "uint256",
1142
1142
  "nodeType": "ElementaryTypeName",
1143
- "src": "1744:7:48",
1143
+ "src": "1752:7:48",
1144
1144
  "typeDescriptions": {
1145
1145
  "typeIdentifier": "t_uint256",
1146
1146
  "typeString": "uint256"
@@ -1149,16 +1149,16 @@
1149
1149
  "visibility": "internal"
1150
1150
  }
1151
1151
  ],
1152
- "src": "1650:113:48"
1152
+ "src": "1658:113:48"
1153
1153
  },
1154
1154
  "returnParameters": {
1155
1155
  "id": 18405,
1156
1156
  "nodeType": "ParameterList",
1157
1157
  "parameters": [],
1158
- "src": "1772:0:48"
1158
+ "src": "1780:0:48"
1159
1159
  },
1160
1160
  "scope": 18447,
1161
- "src": "1632:141:48",
1161
+ "src": "1640:141:48",
1162
1162
  "stateMutability": "nonpayable",
1163
1163
  "virtual": false,
1164
1164
  "visibility": "external"
@@ -1167,7 +1167,7 @@
1167
1167
  "documentation": {
1168
1168
  "id": 18407,
1169
1169
  "nodeType": "StructuredDocumentation",
1170
- "src": "1779:43:48",
1170
+ "src": "1787:43:48",
1171
1171
  "text": " @dev Clear configuration"
1172
1172
  },
1173
1173
  "functionSelector": "640b6cc9",
@@ -1176,7 +1176,7 @@
1176
1176
  "kind": "function",
1177
1177
  "modifiers": [],
1178
1178
  "name": "clearConfig",
1179
- "nameLocation": "1836:11:48",
1179
+ "nameLocation": "1844:11:48",
1180
1180
  "nodeType": "FunctionDefinition",
1181
1181
  "parameters": {
1182
1182
  "id": 18416,
@@ -1187,10 +1187,10 @@
1187
1187
  "id": 18410,
1188
1188
  "mutability": "mutable",
1189
1189
  "name": "host",
1190
- "nameLocation": "1869:4:48",
1190
+ "nameLocation": "1877:4:48",
1191
1191
  "nodeType": "VariableDeclaration",
1192
1192
  "scope": 18418,
1193
- "src": "1857:16:48",
1193
+ "src": "1865:16:48",
1194
1194
  "stateVariable": false,
1195
1195
  "storageLocation": "default",
1196
1196
  "typeDescriptions": {
@@ -1205,10 +1205,10 @@
1205
1205
  "name": "ISuperfluid",
1206
1206
  "nodeType": "IdentifierPath",
1207
1207
  "referencedDeclaration": 18324,
1208
- "src": "1857:11:48"
1208
+ "src": "1865:11:48"
1209
1209
  },
1210
1210
  "referencedDeclaration": 18324,
1211
- "src": "1857:11:48",
1211
+ "src": "1865:11:48",
1212
1212
  "typeDescriptions": {
1213
1213
  "typeIdentifier": "t_contract$_ISuperfluid_$18324",
1214
1214
  "typeString": "contract ISuperfluid"
@@ -1221,10 +1221,10 @@
1221
1221
  "id": 18413,
1222
1222
  "mutability": "mutable",
1223
1223
  "name": "superToken",
1224
- "nameLocation": "1900:10:48",
1224
+ "nameLocation": "1908:10:48",
1225
1225
  "nodeType": "VariableDeclaration",
1226
1226
  "scope": 18418,
1227
- "src": "1883:27:48",
1227
+ "src": "1891:27:48",
1228
1228
  "stateVariable": false,
1229
1229
  "storageLocation": "default",
1230
1230
  "typeDescriptions": {
@@ -1239,10 +1239,10 @@
1239
1239
  "name": "ISuperfluidToken",
1240
1240
  "nodeType": "IdentifierPath",
1241
1241
  "referencedDeclaration": 18721,
1242
- "src": "1883:16:48"
1242
+ "src": "1891:16:48"
1243
1243
  },
1244
1244
  "referencedDeclaration": 18721,
1245
- "src": "1883:16:48",
1245
+ "src": "1891:16:48",
1246
1246
  "typeDescriptions": {
1247
1247
  "typeIdentifier": "t_contract$_ISuperfluidToken_$18721",
1248
1248
  "typeString": "contract ISuperfluidToken"
@@ -1255,10 +1255,10 @@
1255
1255
  "id": 18415,
1256
1256
  "mutability": "mutable",
1257
1257
  "name": "key",
1258
- "nameLocation": "1928:3:48",
1258
+ "nameLocation": "1936:3:48",
1259
1259
  "nodeType": "VariableDeclaration",
1260
1260
  "scope": 18418,
1261
- "src": "1920:11:48",
1261
+ "src": "1928:11:48",
1262
1262
  "stateVariable": false,
1263
1263
  "storageLocation": "default",
1264
1264
  "typeDescriptions": {
@@ -1269,7 +1269,7 @@
1269
1269
  "id": 18414,
1270
1270
  "name": "bytes32",
1271
1271
  "nodeType": "ElementaryTypeName",
1272
- "src": "1920:7:48",
1272
+ "src": "1928:7:48",
1273
1273
  "typeDescriptions": {
1274
1274
  "typeIdentifier": "t_bytes32",
1275
1275
  "typeString": "bytes32"
@@ -1278,16 +1278,16 @@
1278
1278
  "visibility": "internal"
1279
1279
  }
1280
1280
  ],
1281
- "src": "1847:90:48"
1281
+ "src": "1855:90:48"
1282
1282
  },
1283
1283
  "returnParameters": {
1284
1284
  "id": 18417,
1285
1285
  "nodeType": "ParameterList",
1286
1286
  "parameters": [],
1287
- "src": "1946:0:48"
1287
+ "src": "1954:0:48"
1288
1288
  },
1289
1289
  "scope": 18447,
1290
- "src": "1827:120:48",
1290
+ "src": "1835:120:48",
1291
1291
  "stateMutability": "nonpayable",
1292
1292
  "virtual": false,
1293
1293
  "visibility": "external"
@@ -1296,7 +1296,7 @@
1296
1296
  "documentation": {
1297
1297
  "id": 18419,
1298
1298
  "nodeType": "StructuredDocumentation",
1299
- "src": "1953:58:48",
1299
+ "src": "1961:58:48",
1300
1300
  "text": " @dev Get configuration as address value"
1301
1301
  },
1302
1302
  "functionSelector": "8369a0f1",
@@ -1305,7 +1305,7 @@
1305
1305
  "kind": "function",
1306
1306
  "modifiers": [],
1307
1307
  "name": "getConfigAsAddress",
1308
- "nameLocation": "2025:18:48",
1308
+ "nameLocation": "2033:18:48",
1309
1309
  "nodeType": "FunctionDefinition",
1310
1310
  "parameters": {
1311
1311
  "id": 18428,
@@ -1316,10 +1316,10 @@
1316
1316
  "id": 18422,
1317
1317
  "mutability": "mutable",
1318
1318
  "name": "host",
1319
- "nameLocation": "2065:4:48",
1319
+ "nameLocation": "2073:4:48",
1320
1320
  "nodeType": "VariableDeclaration",
1321
1321
  "scope": 18432,
1322
- "src": "2053:16:48",
1322
+ "src": "2061:16:48",
1323
1323
  "stateVariable": false,
1324
1324
  "storageLocation": "default",
1325
1325
  "typeDescriptions": {
@@ -1334,10 +1334,10 @@
1334
1334
  "name": "ISuperfluid",
1335
1335
  "nodeType": "IdentifierPath",
1336
1336
  "referencedDeclaration": 18324,
1337
- "src": "2053:11:48"
1337
+ "src": "2061:11:48"
1338
1338
  },
1339
1339
  "referencedDeclaration": 18324,
1340
- "src": "2053:11:48",
1340
+ "src": "2061:11:48",
1341
1341
  "typeDescriptions": {
1342
1342
  "typeIdentifier": "t_contract$_ISuperfluid_$18324",
1343
1343
  "typeString": "contract ISuperfluid"
@@ -1350,10 +1350,10 @@
1350
1350
  "id": 18425,
1351
1351
  "mutability": "mutable",
1352
1352
  "name": "superToken",
1353
- "nameLocation": "2096:10:48",
1353
+ "nameLocation": "2104:10:48",
1354
1354
  "nodeType": "VariableDeclaration",
1355
1355
  "scope": 18432,
1356
- "src": "2079:27:48",
1356
+ "src": "2087:27:48",
1357
1357
  "stateVariable": false,
1358
1358
  "storageLocation": "default",
1359
1359
  "typeDescriptions": {
@@ -1368,10 +1368,10 @@
1368
1368
  "name": "ISuperfluidToken",
1369
1369
  "nodeType": "IdentifierPath",
1370
1370
  "referencedDeclaration": 18721,
1371
- "src": "2079:16:48"
1371
+ "src": "2087:16:48"
1372
1372
  },
1373
1373
  "referencedDeclaration": 18721,
1374
- "src": "2079:16:48",
1374
+ "src": "2087:16:48",
1375
1375
  "typeDescriptions": {
1376
1376
  "typeIdentifier": "t_contract$_ISuperfluidToken_$18721",
1377
1377
  "typeString": "contract ISuperfluidToken"
@@ -1384,10 +1384,10 @@
1384
1384
  "id": 18427,
1385
1385
  "mutability": "mutable",
1386
1386
  "name": "key",
1387
- "nameLocation": "2124:3:48",
1387
+ "nameLocation": "2132:3:48",
1388
1388
  "nodeType": "VariableDeclaration",
1389
1389
  "scope": 18432,
1390
- "src": "2116:11:48",
1390
+ "src": "2124:11:48",
1391
1391
  "stateVariable": false,
1392
1392
  "storageLocation": "default",
1393
1393
  "typeDescriptions": {
@@ -1398,7 +1398,7 @@
1398
1398
  "id": 18426,
1399
1399
  "name": "bytes32",
1400
1400
  "nodeType": "ElementaryTypeName",
1401
- "src": "2116:7:48",
1401
+ "src": "2124:7:48",
1402
1402
  "typeDescriptions": {
1403
1403
  "typeIdentifier": "t_bytes32",
1404
1404
  "typeString": "bytes32"
@@ -1407,7 +1407,7 @@
1407
1407
  "visibility": "internal"
1408
1408
  }
1409
1409
  ],
1410
- "src": "2043:85:48"
1410
+ "src": "2051:85:48"
1411
1411
  },
1412
1412
  "returnParameters": {
1413
1413
  "id": 18431,
@@ -1418,10 +1418,10 @@
1418
1418
  "id": 18430,
1419
1419
  "mutability": "mutable",
1420
1420
  "name": "value",
1421
- "nameLocation": "2160:5:48",
1421
+ "nameLocation": "2168:5:48",
1422
1422
  "nodeType": "VariableDeclaration",
1423
1423
  "scope": 18432,
1424
- "src": "2152:13:48",
1424
+ "src": "2160:13:48",
1425
1425
  "stateVariable": false,
1426
1426
  "storageLocation": "default",
1427
1427
  "typeDescriptions": {
@@ -1432,7 +1432,7 @@
1432
1432
  "id": 18429,
1433
1433
  "name": "address",
1434
1434
  "nodeType": "ElementaryTypeName",
1435
- "src": "2152:7:48",
1435
+ "src": "2160:7:48",
1436
1436
  "stateMutability": "nonpayable",
1437
1437
  "typeDescriptions": {
1438
1438
  "typeIdentifier": "t_address",
@@ -1442,10 +1442,10 @@
1442
1442
  "visibility": "internal"
1443
1443
  }
1444
1444
  ],
1445
- "src": "2151:15:48"
1445
+ "src": "2159:15:48"
1446
1446
  },
1447
1447
  "scope": 18447,
1448
- "src": "2016:151:48",
1448
+ "src": "2024:151:48",
1449
1449
  "stateMutability": "view",
1450
1450
  "virtual": false,
1451
1451
  "visibility": "external"
@@ -1454,7 +1454,7 @@
1454
1454
  "documentation": {
1455
1455
  "id": 18433,
1456
1456
  "nodeType": "StructuredDocumentation",
1457
- "src": "2173:58:48",
1457
+ "src": "2181:58:48",
1458
1458
  "text": " @dev Get configuration as uint256 value"
1459
1459
  },
1460
1460
  "functionSelector": "80f70cba",
@@ -1463,7 +1463,7 @@
1463
1463
  "kind": "function",
1464
1464
  "modifiers": [],
1465
1465
  "name": "getConfigAsUint256",
1466
- "nameLocation": "2245:18:48",
1466
+ "nameLocation": "2253:18:48",
1467
1467
  "nodeType": "FunctionDefinition",
1468
1468
  "parameters": {
1469
1469
  "id": 18442,
@@ -1474,10 +1474,10 @@
1474
1474
  "id": 18436,
1475
1475
  "mutability": "mutable",
1476
1476
  "name": "host",
1477
- "nameLocation": "2285:4:48",
1477
+ "nameLocation": "2293:4:48",
1478
1478
  "nodeType": "VariableDeclaration",
1479
1479
  "scope": 18446,
1480
- "src": "2273:16:48",
1480
+ "src": "2281:16:48",
1481
1481
  "stateVariable": false,
1482
1482
  "storageLocation": "default",
1483
1483
  "typeDescriptions": {
@@ -1492,10 +1492,10 @@
1492
1492
  "name": "ISuperfluid",
1493
1493
  "nodeType": "IdentifierPath",
1494
1494
  "referencedDeclaration": 18324,
1495
- "src": "2273:11:48"
1495
+ "src": "2281:11:48"
1496
1496
  },
1497
1497
  "referencedDeclaration": 18324,
1498
- "src": "2273:11:48",
1498
+ "src": "2281:11:48",
1499
1499
  "typeDescriptions": {
1500
1500
  "typeIdentifier": "t_contract$_ISuperfluid_$18324",
1501
1501
  "typeString": "contract ISuperfluid"
@@ -1508,10 +1508,10 @@
1508
1508
  "id": 18439,
1509
1509
  "mutability": "mutable",
1510
1510
  "name": "superToken",
1511
- "nameLocation": "2316:10:48",
1511
+ "nameLocation": "2324:10:48",
1512
1512
  "nodeType": "VariableDeclaration",
1513
1513
  "scope": 18446,
1514
- "src": "2299:27:48",
1514
+ "src": "2307:27:48",
1515
1515
  "stateVariable": false,
1516
1516
  "storageLocation": "default",
1517
1517
  "typeDescriptions": {
@@ -1526,10 +1526,10 @@
1526
1526
  "name": "ISuperfluidToken",
1527
1527
  "nodeType": "IdentifierPath",
1528
1528
  "referencedDeclaration": 18721,
1529
- "src": "2299:16:48"
1529
+ "src": "2307:16:48"
1530
1530
  },
1531
1531
  "referencedDeclaration": 18721,
1532
- "src": "2299:16:48",
1532
+ "src": "2307:16:48",
1533
1533
  "typeDescriptions": {
1534
1534
  "typeIdentifier": "t_contract$_ISuperfluidToken_$18721",
1535
1535
  "typeString": "contract ISuperfluidToken"
@@ -1542,10 +1542,10 @@
1542
1542
  "id": 18441,
1543
1543
  "mutability": "mutable",
1544
1544
  "name": "key",
1545
- "nameLocation": "2344:3:48",
1545
+ "nameLocation": "2352:3:48",
1546
1546
  "nodeType": "VariableDeclaration",
1547
1547
  "scope": 18446,
1548
- "src": "2336:11:48",
1548
+ "src": "2344:11:48",
1549
1549
  "stateVariable": false,
1550
1550
  "storageLocation": "default",
1551
1551
  "typeDescriptions": {
@@ -1556,7 +1556,7 @@
1556
1556
  "id": 18440,
1557
1557
  "name": "bytes32",
1558
1558
  "nodeType": "ElementaryTypeName",
1559
- "src": "2336:7:48",
1559
+ "src": "2344:7:48",
1560
1560
  "typeDescriptions": {
1561
1561
  "typeIdentifier": "t_bytes32",
1562
1562
  "typeString": "bytes32"
@@ -1565,7 +1565,7 @@
1565
1565
  "visibility": "internal"
1566
1566
  }
1567
1567
  ],
1568
- "src": "2263:85:48"
1568
+ "src": "2271:85:48"
1569
1569
  },
1570
1570
  "returnParameters": {
1571
1571
  "id": 18445,
@@ -1576,10 +1576,10 @@
1576
1576
  "id": 18444,
1577
1577
  "mutability": "mutable",
1578
1578
  "name": "value",
1579
- "nameLocation": "2380:5:48",
1579
+ "nameLocation": "2388:5:48",
1580
1580
  "nodeType": "VariableDeclaration",
1581
1581
  "scope": 18446,
1582
- "src": "2372:13:48",
1582
+ "src": "2380:13:48",
1583
1583
  "stateVariable": false,
1584
1584
  "storageLocation": "default",
1585
1585
  "typeDescriptions": {
@@ -1590,7 +1590,7 @@
1590
1590
  "id": 18443,
1591
1591
  "name": "uint256",
1592
1592
  "nodeType": "ElementaryTypeName",
1593
- "src": "2372:7:48",
1593
+ "src": "2380:7:48",
1594
1594
  "typeDescriptions": {
1595
1595
  "typeIdentifier": "t_uint256",
1596
1596
  "typeString": "uint256"
@@ -1599,29 +1599,29 @@
1599
1599
  "visibility": "internal"
1600
1600
  }
1601
1601
  ],
1602
- "src": "2371:15:48"
1602
+ "src": "2379:15:48"
1603
1603
  },
1604
1604
  "scope": 18447,
1605
- "src": "2236:151:48",
1605
+ "src": "2244:151:48",
1606
1606
  "stateMutability": "view",
1607
1607
  "virtual": false,
1608
1608
  "visibility": "external"
1609
1609
  }
1610
1610
  ],
1611
1611
  "scope": 18448,
1612
- "src": "351:2039:48",
1612
+ "src": "351:2047:48",
1613
1613
  "usedErrors": []
1614
1614
  }
1615
1615
  ],
1616
- "src": "35:2356:48"
1616
+ "src": "35:2364:48"
1617
1617
  },
1618
1618
  "compiler": {
1619
1619
  "name": "solc",
1620
- "version": "0.8.13+commit.abaa5c0e.Emscripten.clang"
1620
+ "version": "0.8.14+commit.80d49f37.Emscripten.clang"
1621
1621
  },
1622
1622
  "networks": {},
1623
1623
  "schemaVersion": "3.4.7",
1624
- "updatedAt": "2022-06-03T09:45:13.999Z",
1624
+ "updatedAt": "2022-06-16T09:19:12.171Z",
1625
1625
  "devdoc": {
1626
1626
  "author": "Superfluid",
1627
1627
  "kind": "dev",
@@ -1651,7 +1651,8 @@
1651
1651
  "details": "Set configuration as uint256 value"
1652
1652
  },
1653
1653
  "updateContracts(address,address,address[],address)": {
1654
- "details": "Update logics of the contracts NOTE: - Because they might have inter-dependencies, it is good to have one single function to update them all"
1654
+ "custom:note": " - Because they might have inter-dependencies, it is good to have one single function to update them all",
1655
+ "details": "Update logics of the contracts"
1655
1656
  }
1656
1657
  },
1657
1658
  "title": "Superfluid governance interface",