@superfluid-finance/ethereum-contracts 1.3.2-dev.bf84335.0 → 1.3.2-dev.e55bf9f.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 (122) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +18 -18
  5. package/build/contracts/AgreementLibrary.json +1272 -1183
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +211 -211
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +2282 -2282
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +2472 -2472
  12. package/build/contracts/ConstantFlowAgreementV1.json +12931 -13308
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +599 -599
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +20 -20
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  20. package/build/contracts/ERC20.json +1 -1
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  24. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  25. package/build/contracts/ERC777Helper.json +380 -380
  26. package/build/contracts/ERC777RecipientDrainingGas.json +858 -858
  27. package/build/contracts/ERC777RecipientReverting.json +858 -858
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/EventsEmitter.json +43 -43
  30. package/build/contracts/ExclusiveInflowTestApp.json +2473 -2473
  31. package/build/contracts/FixedSizeData.json +200 -200
  32. package/build/contracts/FlowExchangeTestApp.json +2473 -2473
  33. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +115 -115
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +567 -567
  38. package/build/contracts/IDAv1Library.json +2614 -2614
  39. package/build/contracts/IERC165.json +1 -1
  40. package/build/contracts/IERC1820Implementer.json +1 -1
  41. package/build/contracts/IERC1820Registry.json +1 -1
  42. package/build/contracts/IERC20.json +1 -1
  43. package/build/contracts/IERC20Metadata.json +1 -1
  44. package/build/contracts/IERC20Permit.json +1 -1
  45. package/build/contracts/IERC777.json +1 -1
  46. package/build/contracts/IERC777Recipient.json +1 -1
  47. package/build/contracts/IERC777Sender.json +1 -1
  48. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  49. package/build/contracts/IMaticBridgedNativeSuperToken.json +63 -63
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +63 -63
  51. package/build/contracts/IMultiSigWallet.json +24 -24
  52. package/build/contracts/IPureSuperToken.json +43 -43
  53. package/build/contracts/IPureSuperTokenCustom.json +43 -43
  54. package/build/contracts/IRelayRecipient.json +27 -27
  55. package/build/contracts/IResolver.json +38 -38
  56. package/build/contracts/ISETH.json +48 -48
  57. package/build/contracts/ISETHCustom.json +48 -48
  58. package/build/contracts/ISuperAgreement.json +50 -50
  59. package/build/contracts/ISuperApp.json +192 -192
  60. package/build/contracts/ISuperToken.json +524 -524
  61. package/build/contracts/ISuperTokenFactory.json +161 -161
  62. package/build/contracts/ISuperfluid.json +1145 -1178
  63. package/build/contracts/ISuperfluidGovernance.json +243 -243
  64. package/build/contracts/ISuperfluidToken.json +389 -389
  65. package/build/contracts/ITOGAv1.json +1442 -1442
  66. package/build/contracts/ITOGAv2.json +1442 -1442
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +5820 -5820
  69. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +231 -231
  70. package/build/contracts/NonClosableOutflowTestApp.json +2473 -2473
  71. package/build/contracts/Ownable.json +1 -1
  72. package/build/contracts/Pausable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/PureSuperToken.json +109 -109
  75. package/build/contracts/Resolver.json +98 -98
  76. package/build/contracts/SETHProxy.json +227 -227
  77. package/build/contracts/SafeCast.json +1 -1
  78. package/build/contracts/SafeERC20.json +1 -1
  79. package/build/contracts/SafeMath.json +1 -1
  80. package/build/contracts/SelfDeletingFlowTestApp.json +2472 -2472
  81. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  82. package/build/contracts/StreamRedirector.json +748 -748
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +240 -240
  85. package/build/contracts/SuperAppDefinitions.json +599 -599
  86. package/build/contracts/SuperToken.json +4732 -4732
  87. package/build/contracts/SuperTokenFactory.json +750 -750
  88. package/build/contracts/SuperTokenFactoryBase.json +738 -738
  89. package/build/contracts/SuperTokenFactoryHelper.json +743 -743
  90. package/build/contracts/SuperUpgrader.json +440 -440
  91. package/build/contracts/Superfluid.json +15366 -16050
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
  93. package/build/contracts/SuperfluidGovernanceBase.json +2233 -2233
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  95. package/build/contracts/SuperfluidGovernanceII.json +149 -149
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  97. package/build/contracts/SuperfluidLoader.json +210 -210
  98. package/build/contracts/SuperfluidToken.json +2420 -2420
  99. package/build/contracts/TOGA.json +1461 -1461
  100. package/build/contracts/TestGovernance.json +248 -248
  101. package/build/contracts/TestToken.json +93 -93
  102. package/build/contracts/TokenCustodian.json +214 -214
  103. package/build/contracts/TokenInfo.json +32 -32
  104. package/build/contracts/UUPSProxiable.json +139 -139
  105. package/build/contracts/UUPSProxy.json +81 -81
  106. package/build/contracts/UUPSUtils.json +37 -37
  107. package/build/contracts-sizes.txt +6 -6
  108. package/contracts/agreements/AgreementLibrary.sol +39 -15
  109. package/contracts/agreements/ConstantFlowAgreementV1.sol +65 -53
  110. package/contracts/interfaces/superfluid/ISuperfluid.sol +29 -23
  111. package/contracts/mocks/AgreementMock.sol +2 -2
  112. package/contracts/mocks/CFAAppMocks.sol +1 -1
  113. package/contracts/mocks/MultiFlowTesterApp.sol +13 -12
  114. package/contracts/mocks/SuperTokenMock.sol +2 -2
  115. package/contracts/mocks/SuperfluidMock.sol +9 -9
  116. package/contracts/superfluid/Superfluid.sol +34 -38
  117. package/contracts/superfluid/SuperfluidToken.sol +14 -14
  118. package/package.json +2 -2
  119. package/scripts/deploy-mfa.ts +27 -0
  120. package/scripts/libs/getConfig.js +14 -0
  121. package/utils/README.md +18 -0
  122. package/utils/mfa-tester.html +687 -0
@@ -221,7 +221,7 @@
221
221
  "type": "function"
222
222
  }
223
223
  ],
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\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"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\":\"0xa90ceaf9d6170243a081524df94319655aea98ff1411d696610f9533cc043019\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://5919f3d615310c66d2f9acac1f5945c26b73e9dc5513f398eb71cf3a711e4d7f\",\"dweb:/ipfs/QmQYf1rDHRbPjRBRLEXyVDjingcELLbEKTT5szXk6kc8zk\"]},\"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}",
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\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"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\":\"0x59cba11dfc9510e06db5fd57e9229fcfa0860e99e76626ad0291e7e50a3a62de\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://a64102f968e7f2eaa335e8d7ce47b339c958b0d6f8f4b3379547e9b7faa78cf9\",\"dweb:/ipfs/QmbFSeM6diijjogiTvgbpphLmjxG3u1ifygFkLhezFHRQ5\"]},\"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": {},
@@ -235,27 +235,27 @@
235
235
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol",
236
236
  "exportedSymbols": {
237
237
  "ISuperAgreement": [
238
- 18992
238
+ 19002
239
239
  ],
240
240
  "ISuperToken": [
241
- 19482
241
+ 19492
242
242
  ],
243
243
  "ISuperfluid": [
244
- 20045
244
+ 20053
245
245
  ],
246
246
  "ISuperfluidGovernance": [
247
- 20168
247
+ 20176
248
248
  ],
249
249
  "ISuperfluidToken": [
250
- 20442
250
+ 20450
251
251
  ]
252
252
  },
253
- "id": 20169,
253
+ "id": 20177,
254
254
  "license": "AGPLv3",
255
255
  "nodeType": "SourceUnit",
256
256
  "nodes": [
257
257
  {
258
- "id": 20047,
258
+ "id": 20055,
259
259
  "literals": [
260
260
  "solidity",
261
261
  ">=",
@@ -268,20 +268,20 @@
268
268
  {
269
269
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperAgreement.sol",
270
270
  "file": "./ISuperAgreement.sol",
271
- "id": 20049,
271
+ "id": 20057,
272
272
  "nameLocation": "-1:-1:-1",
273
273
  "nodeType": "ImportDirective",
274
- "scope": 20169,
275
- "sourceUnit": 18993,
274
+ "scope": 20177,
275
+ "sourceUnit": 19003,
276
276
  "src": "62:56:49",
277
277
  "symbolAliases": [
278
278
  {
279
279
  "foreign": {
280
- "id": 20048,
280
+ "id": 20056,
281
281
  "name": "ISuperAgreement",
282
282
  "nodeType": "Identifier",
283
283
  "overloadedDeclarations": [],
284
- "referencedDeclaration": 18992,
284
+ "referencedDeclaration": 19002,
285
285
  "src": "71:15:49",
286
286
  "typeDescriptions": {}
287
287
  },
@@ -293,20 +293,20 @@
293
293
  {
294
294
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
295
295
  "file": "./ISuperToken.sol",
296
- "id": 20051,
296
+ "id": 20059,
297
297
  "nameLocation": "-1:-1:-1",
298
298
  "nodeType": "ImportDirective",
299
- "scope": 20169,
300
- "sourceUnit": 19483,
299
+ "scope": 20177,
300
+ "sourceUnit": 19493,
301
301
  "src": "119:48:49",
302
302
  "symbolAliases": [
303
303
  {
304
304
  "foreign": {
305
- "id": 20050,
305
+ "id": 20058,
306
306
  "name": "ISuperToken",
307
307
  "nodeType": "Identifier",
308
308
  "overloadedDeclarations": [],
309
- "referencedDeclaration": 19482,
309
+ "referencedDeclaration": 19492,
310
310
  "src": "128:11:49",
311
311
  "typeDescriptions": {}
312
312
  },
@@ -318,20 +318,20 @@
318
318
  {
319
319
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
320
320
  "file": "./ISuperfluidToken.sol",
321
- "id": 20053,
321
+ "id": 20061,
322
322
  "nameLocation": "-1:-1:-1",
323
323
  "nodeType": "ImportDirective",
324
- "scope": 20169,
325
- "sourceUnit": 20443,
324
+ "scope": 20177,
325
+ "sourceUnit": 20451,
326
326
  "src": "168:59:49",
327
327
  "symbolAliases": [
328
328
  {
329
329
  "foreign": {
330
- "id": 20052,
330
+ "id": 20060,
331
331
  "name": "ISuperfluidToken",
332
332
  "nodeType": "Identifier",
333
333
  "overloadedDeclarations": [],
334
- "referencedDeclaration": 20442,
334
+ "referencedDeclaration": 20450,
335
335
  "src": "177:16:49",
336
336
  "typeDescriptions": {}
337
337
  },
@@ -343,20 +343,20 @@
343
343
  {
344
344
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
345
345
  "file": "./ISuperfluid.sol",
346
- "id": 20055,
346
+ "id": 20063,
347
347
  "nameLocation": "-1:-1:-1",
348
348
  "nodeType": "ImportDirective",
349
- "scope": 20169,
350
- "sourceUnit": 20046,
349
+ "scope": 20177,
350
+ "sourceUnit": 20054,
351
351
  "src": "228:48:49",
352
352
  "symbolAliases": [
353
353
  {
354
354
  "foreign": {
355
- "id": 20054,
355
+ "id": 20062,
356
356
  "name": "ISuperfluid",
357
357
  "nodeType": "Identifier",
358
358
  "overloadedDeclarations": [],
359
- "referencedDeclaration": 20045,
359
+ "referencedDeclaration": 20053,
360
360
  "src": "237:11:49",
361
361
  "typeDescriptions": {}
362
362
  },
@@ -372,15 +372,15 @@
372
372
  "contractDependencies": [],
373
373
  "contractKind": "interface",
374
374
  "documentation": {
375
- "id": 20056,
375
+ "id": 20064,
376
376
  "nodeType": "StructuredDocumentation",
377
377
  "src": "279:71:49",
378
378
  "text": " @title Superfluid governance interface\n @author Superfluid"
379
379
  },
380
380
  "fullyImplemented": false,
381
- "id": 20168,
381
+ "id": 20176,
382
382
  "linearizedBaseContracts": [
383
- 20168
383
+ 20176
384
384
  ],
385
385
  "name": "ISuperfluidGovernance",
386
386
  "nameLocation": "361:21:49",
@@ -388,13 +388,13 @@
388
388
  "nodes": [
389
389
  {
390
390
  "documentation": {
391
- "id": 20057,
391
+ "id": 20065,
392
392
  "nodeType": "StructuredDocumentation",
393
393
  "src": "390:76:49",
394
394
  "text": " @dev Replace the current governance with a new governance"
395
395
  },
396
396
  "functionSelector": "44864b25",
397
- "id": 20065,
397
+ "id": 20073,
398
398
  "implemented": false,
399
399
  "kind": "function",
400
400
  "modifiers": [],
@@ -402,38 +402,38 @@
402
402
  "nameLocation": "480:17:49",
403
403
  "nodeType": "FunctionDefinition",
404
404
  "parameters": {
405
- "id": 20063,
405
+ "id": 20071,
406
406
  "nodeType": "ParameterList",
407
407
  "parameters": [
408
408
  {
409
409
  "constant": false,
410
- "id": 20060,
410
+ "id": 20068,
411
411
  "mutability": "mutable",
412
412
  "name": "host",
413
413
  "nameLocation": "519:4:49",
414
414
  "nodeType": "VariableDeclaration",
415
- "scope": 20065,
415
+ "scope": 20073,
416
416
  "src": "507:16:49",
417
417
  "stateVariable": false,
418
418
  "storageLocation": "default",
419
419
  "typeDescriptions": {
420
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
420
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
421
421
  "typeString": "contract ISuperfluid"
422
422
  },
423
423
  "typeName": {
424
- "id": 20059,
424
+ "id": 20067,
425
425
  "nodeType": "UserDefinedTypeName",
426
426
  "pathNode": {
427
- "id": 20058,
427
+ "id": 20066,
428
428
  "name": "ISuperfluid",
429
429
  "nodeType": "IdentifierPath",
430
- "referencedDeclaration": 20045,
430
+ "referencedDeclaration": 20053,
431
431
  "src": "507:11:49"
432
432
  },
433
- "referencedDeclaration": 20045,
433
+ "referencedDeclaration": 20053,
434
434
  "src": "507:11:49",
435
435
  "typeDescriptions": {
436
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
436
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
437
437
  "typeString": "contract ISuperfluid"
438
438
  }
439
439
  },
@@ -441,12 +441,12 @@
441
441
  },
442
442
  {
443
443
  "constant": false,
444
- "id": 20062,
444
+ "id": 20070,
445
445
  "mutability": "mutable",
446
446
  "name": "newGov",
447
447
  "nameLocation": "541:6:49",
448
448
  "nodeType": "VariableDeclaration",
449
- "scope": 20065,
449
+ "scope": 20073,
450
450
  "src": "533:14:49",
451
451
  "stateVariable": false,
452
452
  "storageLocation": "default",
@@ -455,7 +455,7 @@
455
455
  "typeString": "address"
456
456
  },
457
457
  "typeName": {
458
- "id": 20061,
458
+ "id": 20069,
459
459
  "name": "address",
460
460
  "nodeType": "ElementaryTypeName",
461
461
  "src": "533:7:49",
@@ -471,12 +471,12 @@
471
471
  "src": "497:51:49"
472
472
  },
473
473
  "returnParameters": {
474
- "id": 20064,
474
+ "id": 20072,
475
475
  "nodeType": "ParameterList",
476
476
  "parameters": [],
477
477
  "src": "557:0:49"
478
478
  },
479
- "scope": 20168,
479
+ "scope": 20176,
480
480
  "src": "471:87:49",
481
481
  "stateMutability": "nonpayable",
482
482
  "virtual": false,
@@ -484,13 +484,13 @@
484
484
  },
485
485
  {
486
486
  "documentation": {
487
- "id": 20066,
487
+ "id": 20074,
488
488
  "nodeType": "StructuredDocumentation",
489
489
  "src": "564:54:49",
490
490
  "text": " @dev Register a new agreement class"
491
491
  },
492
492
  "functionSelector": "cadf8f85",
493
- "id": 20074,
493
+ "id": 20082,
494
494
  "implemented": false,
495
495
  "kind": "function",
496
496
  "modifiers": [],
@@ -498,38 +498,38 @@
498
498
  "nameLocation": "632:22:49",
499
499
  "nodeType": "FunctionDefinition",
500
500
  "parameters": {
501
- "id": 20072,
501
+ "id": 20080,
502
502
  "nodeType": "ParameterList",
503
503
  "parameters": [
504
504
  {
505
505
  "constant": false,
506
- "id": 20069,
506
+ "id": 20077,
507
507
  "mutability": "mutable",
508
508
  "name": "host",
509
509
  "nameLocation": "676:4:49",
510
510
  "nodeType": "VariableDeclaration",
511
- "scope": 20074,
511
+ "scope": 20082,
512
512
  "src": "664:16:49",
513
513
  "stateVariable": false,
514
514
  "storageLocation": "default",
515
515
  "typeDescriptions": {
516
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
516
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
517
517
  "typeString": "contract ISuperfluid"
518
518
  },
519
519
  "typeName": {
520
- "id": 20068,
520
+ "id": 20076,
521
521
  "nodeType": "UserDefinedTypeName",
522
522
  "pathNode": {
523
- "id": 20067,
523
+ "id": 20075,
524
524
  "name": "ISuperfluid",
525
525
  "nodeType": "IdentifierPath",
526
- "referencedDeclaration": 20045,
526
+ "referencedDeclaration": 20053,
527
527
  "src": "664:11:49"
528
528
  },
529
- "referencedDeclaration": 20045,
529
+ "referencedDeclaration": 20053,
530
530
  "src": "664:11:49",
531
531
  "typeDescriptions": {
532
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
532
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
533
533
  "typeString": "contract ISuperfluid"
534
534
  }
535
535
  },
@@ -537,12 +537,12 @@
537
537
  },
538
538
  {
539
539
  "constant": false,
540
- "id": 20071,
540
+ "id": 20079,
541
541
  "mutability": "mutable",
542
542
  "name": "agreementClass",
543
543
  "nameLocation": "698:14:49",
544
544
  "nodeType": "VariableDeclaration",
545
- "scope": 20074,
545
+ "scope": 20082,
546
546
  "src": "690:22:49",
547
547
  "stateVariable": false,
548
548
  "storageLocation": "default",
@@ -551,7 +551,7 @@
551
551
  "typeString": "address"
552
552
  },
553
553
  "typeName": {
554
- "id": 20070,
554
+ "id": 20078,
555
555
  "name": "address",
556
556
  "nodeType": "ElementaryTypeName",
557
557
  "src": "690:7:49",
@@ -567,12 +567,12 @@
567
567
  "src": "654:59:49"
568
568
  },
569
569
  "returnParameters": {
570
- "id": 20073,
570
+ "id": 20081,
571
571
  "nodeType": "ParameterList",
572
572
  "parameters": [],
573
573
  "src": "722:0:49"
574
574
  },
575
- "scope": 20168,
575
+ "scope": 20176,
576
576
  "src": "623:100:49",
577
577
  "stateMutability": "nonpayable",
578
578
  "virtual": false,
@@ -580,13 +580,13 @@
580
580
  },
581
581
  {
582
582
  "documentation": {
583
- "id": 20075,
583
+ "id": 20083,
584
584
  "nodeType": "StructuredDocumentation",
585
585
  "src": "729:193:49",
586
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
- "id": 20088,
589
+ "id": 20096,
590
590
  "implemented": false,
591
591
  "kind": "function",
592
592
  "modifiers": [],
@@ -594,38 +594,38 @@
594
594
  "nameLocation": "936:15:49",
595
595
  "nodeType": "FunctionDefinition",
596
596
  "parameters": {
597
- "id": 20086,
597
+ "id": 20094,
598
598
  "nodeType": "ParameterList",
599
599
  "parameters": [
600
600
  {
601
601
  "constant": false,
602
- "id": 20078,
602
+ "id": 20086,
603
603
  "mutability": "mutable",
604
604
  "name": "host",
605
605
  "nameLocation": "973:4:49",
606
606
  "nodeType": "VariableDeclaration",
607
- "scope": 20088,
607
+ "scope": 20096,
608
608
  "src": "961:16:49",
609
609
  "stateVariable": false,
610
610
  "storageLocation": "default",
611
611
  "typeDescriptions": {
612
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
612
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
613
613
  "typeString": "contract ISuperfluid"
614
614
  },
615
615
  "typeName": {
616
- "id": 20077,
616
+ "id": 20085,
617
617
  "nodeType": "UserDefinedTypeName",
618
618
  "pathNode": {
619
- "id": 20076,
619
+ "id": 20084,
620
620
  "name": "ISuperfluid",
621
621
  "nodeType": "IdentifierPath",
622
- "referencedDeclaration": 20045,
622
+ "referencedDeclaration": 20053,
623
623
  "src": "961:11:49"
624
624
  },
625
- "referencedDeclaration": 20045,
625
+ "referencedDeclaration": 20053,
626
626
  "src": "961:11:49",
627
627
  "typeDescriptions": {
628
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
628
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
629
629
  "typeString": "contract ISuperfluid"
630
630
  }
631
631
  },
@@ -633,12 +633,12 @@
633
633
  },
634
634
  {
635
635
  "constant": false,
636
- "id": 20080,
636
+ "id": 20088,
637
637
  "mutability": "mutable",
638
638
  "name": "hostNewLogic",
639
639
  "nameLocation": "995:12:49",
640
640
  "nodeType": "VariableDeclaration",
641
- "scope": 20088,
641
+ "scope": 20096,
642
642
  "src": "987:20:49",
643
643
  "stateVariable": false,
644
644
  "storageLocation": "default",
@@ -647,7 +647,7 @@
647
647
  "typeString": "address"
648
648
  },
649
649
  "typeName": {
650
- "id": 20079,
650
+ "id": 20087,
651
651
  "name": "address",
652
652
  "nodeType": "ElementaryTypeName",
653
653
  "src": "987:7:49",
@@ -661,12 +661,12 @@
661
661
  },
662
662
  {
663
663
  "constant": false,
664
- "id": 20083,
664
+ "id": 20091,
665
665
  "mutability": "mutable",
666
666
  "name": "agreementClassNewLogics",
667
667
  "nameLocation": "1036:23:49",
668
668
  "nodeType": "VariableDeclaration",
669
- "scope": 20088,
669
+ "scope": 20096,
670
670
  "src": "1017:42:49",
671
671
  "stateVariable": false,
672
672
  "storageLocation": "calldata",
@@ -676,7 +676,7 @@
676
676
  },
677
677
  "typeName": {
678
678
  "baseType": {
679
- "id": 20081,
679
+ "id": 20089,
680
680
  "name": "address",
681
681
  "nodeType": "ElementaryTypeName",
682
682
  "src": "1017:7:49",
@@ -686,7 +686,7 @@
686
686
  "typeString": "address"
687
687
  }
688
688
  },
689
- "id": 20082,
689
+ "id": 20090,
690
690
  "nodeType": "ArrayTypeName",
691
691
  "src": "1017:9:49",
692
692
  "typeDescriptions": {
@@ -698,12 +698,12 @@
698
698
  },
699
699
  {
700
700
  "constant": false,
701
- "id": 20085,
701
+ "id": 20093,
702
702
  "mutability": "mutable",
703
703
  "name": "superTokenFactoryNewLogic",
704
704
  "nameLocation": "1077:25:49",
705
705
  "nodeType": "VariableDeclaration",
706
- "scope": 20088,
706
+ "scope": 20096,
707
707
  "src": "1069:33:49",
708
708
  "stateVariable": false,
709
709
  "storageLocation": "default",
@@ -712,7 +712,7 @@
712
712
  "typeString": "address"
713
713
  },
714
714
  "typeName": {
715
- "id": 20084,
715
+ "id": 20092,
716
716
  "name": "address",
717
717
  "nodeType": "ElementaryTypeName",
718
718
  "src": "1069:7:49",
@@ -728,12 +728,12 @@
728
728
  "src": "951:157:49"
729
729
  },
730
730
  "returnParameters": {
731
- "id": 20087,
731
+ "id": 20095,
732
732
  "nodeType": "ParameterList",
733
733
  "parameters": [],
734
734
  "src": "1117:0:49"
735
735
  },
736
- "scope": 20168,
736
+ "scope": 20176,
737
737
  "src": "927:191:49",
738
738
  "stateMutability": "nonpayable",
739
739
  "virtual": false,
@@ -741,13 +741,13 @@
741
741
  },
742
742
  {
743
743
  "documentation": {
744
- "id": 20089,
744
+ "id": 20097,
745
745
  "nodeType": "StructuredDocumentation",
746
746
  "src": "1124:113:49",
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",
750
- "id": 20099,
750
+ "id": 20107,
751
751
  "implemented": false,
752
752
  "kind": "function",
753
753
  "modifiers": [],
@@ -755,38 +755,38 @@
755
755
  "nameLocation": "1251:26:49",
756
756
  "nodeType": "FunctionDefinition",
757
757
  "parameters": {
758
- "id": 20097,
758
+ "id": 20105,
759
759
  "nodeType": "ParameterList",
760
760
  "parameters": [
761
761
  {
762
762
  "constant": false,
763
- "id": 20092,
763
+ "id": 20100,
764
764
  "mutability": "mutable",
765
765
  "name": "host",
766
766
  "nameLocation": "1299:4:49",
767
767
  "nodeType": "VariableDeclaration",
768
- "scope": 20099,
768
+ "scope": 20107,
769
769
  "src": "1287:16:49",
770
770
  "stateVariable": false,
771
771
  "storageLocation": "default",
772
772
  "typeDescriptions": {
773
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
773
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
774
774
  "typeString": "contract ISuperfluid"
775
775
  },
776
776
  "typeName": {
777
- "id": 20091,
777
+ "id": 20099,
778
778
  "nodeType": "UserDefinedTypeName",
779
779
  "pathNode": {
780
- "id": 20090,
780
+ "id": 20098,
781
781
  "name": "ISuperfluid",
782
782
  "nodeType": "IdentifierPath",
783
- "referencedDeclaration": 20045,
783
+ "referencedDeclaration": 20053,
784
784
  "src": "1287:11:49"
785
785
  },
786
- "referencedDeclaration": 20045,
786
+ "referencedDeclaration": 20053,
787
787
  "src": "1287:11:49",
788
788
  "typeDescriptions": {
789
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
789
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
790
790
  "typeString": "contract ISuperfluid"
791
791
  }
792
792
  },
@@ -794,42 +794,42 @@
794
794
  },
795
795
  {
796
796
  "constant": false,
797
- "id": 20096,
797
+ "id": 20104,
798
798
  "mutability": "mutable",
799
799
  "name": "tokens",
800
800
  "nameLocation": "1336:6:49",
801
801
  "nodeType": "VariableDeclaration",
802
- "scope": 20099,
802
+ "scope": 20107,
803
803
  "src": "1313:29:49",
804
804
  "stateVariable": false,
805
805
  "storageLocation": "calldata",
806
806
  "typeDescriptions": {
807
- "typeIdentifier": "t_array$_t_contract$_ISuperToken_$19482_$dyn_calldata_ptr",
807
+ "typeIdentifier": "t_array$_t_contract$_ISuperToken_$19492_$dyn_calldata_ptr",
808
808
  "typeString": "contract ISuperToken[]"
809
809
  },
810
810
  "typeName": {
811
811
  "baseType": {
812
- "id": 20094,
812
+ "id": 20102,
813
813
  "nodeType": "UserDefinedTypeName",
814
814
  "pathNode": {
815
- "id": 20093,
815
+ "id": 20101,
816
816
  "name": "ISuperToken",
817
817
  "nodeType": "IdentifierPath",
818
- "referencedDeclaration": 19482,
818
+ "referencedDeclaration": 19492,
819
819
  "src": "1313:11:49"
820
820
  },
821
- "referencedDeclaration": 19482,
821
+ "referencedDeclaration": 19492,
822
822
  "src": "1313:11:49",
823
823
  "typeDescriptions": {
824
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
824
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
825
825
  "typeString": "contract ISuperToken"
826
826
  }
827
827
  },
828
- "id": 20095,
828
+ "id": 20103,
829
829
  "nodeType": "ArrayTypeName",
830
830
  "src": "1313:13:49",
831
831
  "typeDescriptions": {
832
- "typeIdentifier": "t_array$_t_contract$_ISuperToken_$19482_$dyn_storage_ptr",
832
+ "typeIdentifier": "t_array$_t_contract$_ISuperToken_$19492_$dyn_storage_ptr",
833
833
  "typeString": "contract ISuperToken[]"
834
834
  }
835
835
  },
@@ -839,12 +839,12 @@
839
839
  "src": "1277:66:49"
840
840
  },
841
841
  "returnParameters": {
842
- "id": 20098,
842
+ "id": 20106,
843
843
  "nodeType": "ParameterList",
844
844
  "parameters": [],
845
845
  "src": "1352:0:49"
846
846
  },
847
- "scope": 20168,
847
+ "scope": 20176,
848
848
  "src": "1242:111:49",
849
849
  "stateMutability": "nonpayable",
850
850
  "virtual": false,
@@ -852,13 +852,13 @@
852
852
  },
853
853
  {
854
854
  "documentation": {
855
- "id": 20100,
855
+ "id": 20108,
856
856
  "nodeType": "StructuredDocumentation",
857
857
  "src": "1363:58:49",
858
858
  "text": " @dev Set configuration as address value"
859
859
  },
860
860
  "functionSelector": "78707cb8",
861
- "id": 20113,
861
+ "id": 20121,
862
862
  "implemented": false,
863
863
  "kind": "function",
864
864
  "modifiers": [],
@@ -866,38 +866,38 @@
866
866
  "nameLocation": "1435:9:49",
867
867
  "nodeType": "FunctionDefinition",
868
868
  "parameters": {
869
- "id": 20111,
869
+ "id": 20119,
870
870
  "nodeType": "ParameterList",
871
871
  "parameters": [
872
872
  {
873
873
  "constant": false,
874
- "id": 20103,
874
+ "id": 20111,
875
875
  "mutability": "mutable",
876
876
  "name": "host",
877
877
  "nameLocation": "1466:4:49",
878
878
  "nodeType": "VariableDeclaration",
879
- "scope": 20113,
879
+ "scope": 20121,
880
880
  "src": "1454:16:49",
881
881
  "stateVariable": false,
882
882
  "storageLocation": "default",
883
883
  "typeDescriptions": {
884
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
884
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
885
885
  "typeString": "contract ISuperfluid"
886
886
  },
887
887
  "typeName": {
888
- "id": 20102,
888
+ "id": 20110,
889
889
  "nodeType": "UserDefinedTypeName",
890
890
  "pathNode": {
891
- "id": 20101,
891
+ "id": 20109,
892
892
  "name": "ISuperfluid",
893
893
  "nodeType": "IdentifierPath",
894
- "referencedDeclaration": 20045,
894
+ "referencedDeclaration": 20053,
895
895
  "src": "1454:11:49"
896
896
  },
897
- "referencedDeclaration": 20045,
897
+ "referencedDeclaration": 20053,
898
898
  "src": "1454:11:49",
899
899
  "typeDescriptions": {
900
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
900
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
901
901
  "typeString": "contract ISuperfluid"
902
902
  }
903
903
  },
@@ -905,33 +905,33 @@
905
905
  },
906
906
  {
907
907
  "constant": false,
908
- "id": 20106,
908
+ "id": 20114,
909
909
  "mutability": "mutable",
910
910
  "name": "superToken",
911
911
  "nameLocation": "1497:10:49",
912
912
  "nodeType": "VariableDeclaration",
913
- "scope": 20113,
913
+ "scope": 20121,
914
914
  "src": "1480:27:49",
915
915
  "stateVariable": false,
916
916
  "storageLocation": "default",
917
917
  "typeDescriptions": {
918
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20442",
918
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
919
919
  "typeString": "contract ISuperfluidToken"
920
920
  },
921
921
  "typeName": {
922
- "id": 20105,
922
+ "id": 20113,
923
923
  "nodeType": "UserDefinedTypeName",
924
924
  "pathNode": {
925
- "id": 20104,
925
+ "id": 20112,
926
926
  "name": "ISuperfluidToken",
927
927
  "nodeType": "IdentifierPath",
928
- "referencedDeclaration": 20442,
928
+ "referencedDeclaration": 20450,
929
929
  "src": "1480:16:49"
930
930
  },
931
- "referencedDeclaration": 20442,
931
+ "referencedDeclaration": 20450,
932
932
  "src": "1480:16:49",
933
933
  "typeDescriptions": {
934
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20442",
934
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
935
935
  "typeString": "contract ISuperfluidToken"
936
936
  }
937
937
  },
@@ -939,12 +939,12 @@
939
939
  },
940
940
  {
941
941
  "constant": false,
942
- "id": 20108,
942
+ "id": 20116,
943
943
  "mutability": "mutable",
944
944
  "name": "key",
945
945
  "nameLocation": "1525:3:49",
946
946
  "nodeType": "VariableDeclaration",
947
- "scope": 20113,
947
+ "scope": 20121,
948
948
  "src": "1517:11:49",
949
949
  "stateVariable": false,
950
950
  "storageLocation": "default",
@@ -953,7 +953,7 @@
953
953
  "typeString": "bytes32"
954
954
  },
955
955
  "typeName": {
956
- "id": 20107,
956
+ "id": 20115,
957
957
  "name": "bytes32",
958
958
  "nodeType": "ElementaryTypeName",
959
959
  "src": "1517:7:49",
@@ -966,12 +966,12 @@
966
966
  },
967
967
  {
968
968
  "constant": false,
969
- "id": 20110,
969
+ "id": 20118,
970
970
  "mutability": "mutable",
971
971
  "name": "value",
972
972
  "nameLocation": "1546:5:49",
973
973
  "nodeType": "VariableDeclaration",
974
- "scope": 20113,
974
+ "scope": 20121,
975
975
  "src": "1538:13:49",
976
976
  "stateVariable": false,
977
977
  "storageLocation": "default",
@@ -980,7 +980,7 @@
980
980
  "typeString": "address"
981
981
  },
982
982
  "typeName": {
983
- "id": 20109,
983
+ "id": 20117,
984
984
  "name": "address",
985
985
  "nodeType": "ElementaryTypeName",
986
986
  "src": "1538:7:49",
@@ -996,12 +996,12 @@
996
996
  "src": "1444:113:49"
997
997
  },
998
998
  "returnParameters": {
999
- "id": 20112,
999
+ "id": 20120,
1000
1000
  "nodeType": "ParameterList",
1001
1001
  "parameters": [],
1002
1002
  "src": "1566:0:49"
1003
1003
  },
1004
- "scope": 20168,
1004
+ "scope": 20176,
1005
1005
  "src": "1426:141:49",
1006
1006
  "stateMutability": "nonpayable",
1007
1007
  "virtual": false,
@@ -1009,13 +1009,13 @@
1009
1009
  },
1010
1010
  {
1011
1011
  "documentation": {
1012
- "id": 20114,
1012
+ "id": 20122,
1013
1013
  "nodeType": "StructuredDocumentation",
1014
1014
  "src": "1577:58:49",
1015
1015
  "text": " @dev Set configuration as uint256 value"
1016
1016
  },
1017
1017
  "functionSelector": "f79a8e63",
1018
- "id": 20127,
1018
+ "id": 20135,
1019
1019
  "implemented": false,
1020
1020
  "kind": "function",
1021
1021
  "modifiers": [],
@@ -1023,38 +1023,38 @@
1023
1023
  "nameLocation": "1649:9:49",
1024
1024
  "nodeType": "FunctionDefinition",
1025
1025
  "parameters": {
1026
- "id": 20125,
1026
+ "id": 20133,
1027
1027
  "nodeType": "ParameterList",
1028
1028
  "parameters": [
1029
1029
  {
1030
1030
  "constant": false,
1031
- "id": 20117,
1031
+ "id": 20125,
1032
1032
  "mutability": "mutable",
1033
1033
  "name": "host",
1034
1034
  "nameLocation": "1680:4:49",
1035
1035
  "nodeType": "VariableDeclaration",
1036
- "scope": 20127,
1036
+ "scope": 20135,
1037
1037
  "src": "1668:16:49",
1038
1038
  "stateVariable": false,
1039
1039
  "storageLocation": "default",
1040
1040
  "typeDescriptions": {
1041
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
1041
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1042
1042
  "typeString": "contract ISuperfluid"
1043
1043
  },
1044
1044
  "typeName": {
1045
- "id": 20116,
1045
+ "id": 20124,
1046
1046
  "nodeType": "UserDefinedTypeName",
1047
1047
  "pathNode": {
1048
- "id": 20115,
1048
+ "id": 20123,
1049
1049
  "name": "ISuperfluid",
1050
1050
  "nodeType": "IdentifierPath",
1051
- "referencedDeclaration": 20045,
1051
+ "referencedDeclaration": 20053,
1052
1052
  "src": "1668:11:49"
1053
1053
  },
1054
- "referencedDeclaration": 20045,
1054
+ "referencedDeclaration": 20053,
1055
1055
  "src": "1668:11:49",
1056
1056
  "typeDescriptions": {
1057
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
1057
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1058
1058
  "typeString": "contract ISuperfluid"
1059
1059
  }
1060
1060
  },
@@ -1062,33 +1062,33 @@
1062
1062
  },
1063
1063
  {
1064
1064
  "constant": false,
1065
- "id": 20120,
1065
+ "id": 20128,
1066
1066
  "mutability": "mutable",
1067
1067
  "name": "superToken",
1068
1068
  "nameLocation": "1711:10:49",
1069
1069
  "nodeType": "VariableDeclaration",
1070
- "scope": 20127,
1070
+ "scope": 20135,
1071
1071
  "src": "1694:27:49",
1072
1072
  "stateVariable": false,
1073
1073
  "storageLocation": "default",
1074
1074
  "typeDescriptions": {
1075
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20442",
1075
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1076
1076
  "typeString": "contract ISuperfluidToken"
1077
1077
  },
1078
1078
  "typeName": {
1079
- "id": 20119,
1079
+ "id": 20127,
1080
1080
  "nodeType": "UserDefinedTypeName",
1081
1081
  "pathNode": {
1082
- "id": 20118,
1082
+ "id": 20126,
1083
1083
  "name": "ISuperfluidToken",
1084
1084
  "nodeType": "IdentifierPath",
1085
- "referencedDeclaration": 20442,
1085
+ "referencedDeclaration": 20450,
1086
1086
  "src": "1694:16:49"
1087
1087
  },
1088
- "referencedDeclaration": 20442,
1088
+ "referencedDeclaration": 20450,
1089
1089
  "src": "1694:16:49",
1090
1090
  "typeDescriptions": {
1091
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20442",
1091
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1092
1092
  "typeString": "contract ISuperfluidToken"
1093
1093
  }
1094
1094
  },
@@ -1096,12 +1096,12 @@
1096
1096
  },
1097
1097
  {
1098
1098
  "constant": false,
1099
- "id": 20122,
1099
+ "id": 20130,
1100
1100
  "mutability": "mutable",
1101
1101
  "name": "key",
1102
1102
  "nameLocation": "1739:3:49",
1103
1103
  "nodeType": "VariableDeclaration",
1104
- "scope": 20127,
1104
+ "scope": 20135,
1105
1105
  "src": "1731:11:49",
1106
1106
  "stateVariable": false,
1107
1107
  "storageLocation": "default",
@@ -1110,7 +1110,7 @@
1110
1110
  "typeString": "bytes32"
1111
1111
  },
1112
1112
  "typeName": {
1113
- "id": 20121,
1113
+ "id": 20129,
1114
1114
  "name": "bytes32",
1115
1115
  "nodeType": "ElementaryTypeName",
1116
1116
  "src": "1731:7:49",
@@ -1123,12 +1123,12 @@
1123
1123
  },
1124
1124
  {
1125
1125
  "constant": false,
1126
- "id": 20124,
1126
+ "id": 20132,
1127
1127
  "mutability": "mutable",
1128
1128
  "name": "value",
1129
1129
  "nameLocation": "1760:5:49",
1130
1130
  "nodeType": "VariableDeclaration",
1131
- "scope": 20127,
1131
+ "scope": 20135,
1132
1132
  "src": "1752:13:49",
1133
1133
  "stateVariable": false,
1134
1134
  "storageLocation": "default",
@@ -1137,7 +1137,7 @@
1137
1137
  "typeString": "uint256"
1138
1138
  },
1139
1139
  "typeName": {
1140
- "id": 20123,
1140
+ "id": 20131,
1141
1141
  "name": "uint256",
1142
1142
  "nodeType": "ElementaryTypeName",
1143
1143
  "src": "1752:7:49",
@@ -1152,12 +1152,12 @@
1152
1152
  "src": "1658:113:49"
1153
1153
  },
1154
1154
  "returnParameters": {
1155
- "id": 20126,
1155
+ "id": 20134,
1156
1156
  "nodeType": "ParameterList",
1157
1157
  "parameters": [],
1158
1158
  "src": "1780:0:49"
1159
1159
  },
1160
- "scope": 20168,
1160
+ "scope": 20176,
1161
1161
  "src": "1640:141:49",
1162
1162
  "stateMutability": "nonpayable",
1163
1163
  "virtual": false,
@@ -1165,13 +1165,13 @@
1165
1165
  },
1166
1166
  {
1167
1167
  "documentation": {
1168
- "id": 20128,
1168
+ "id": 20136,
1169
1169
  "nodeType": "StructuredDocumentation",
1170
1170
  "src": "1787:43:49",
1171
1171
  "text": " @dev Clear configuration"
1172
1172
  },
1173
1173
  "functionSelector": "640b6cc9",
1174
- "id": 20139,
1174
+ "id": 20147,
1175
1175
  "implemented": false,
1176
1176
  "kind": "function",
1177
1177
  "modifiers": [],
@@ -1179,38 +1179,38 @@
1179
1179
  "nameLocation": "1844:11:49",
1180
1180
  "nodeType": "FunctionDefinition",
1181
1181
  "parameters": {
1182
- "id": 20137,
1182
+ "id": 20145,
1183
1183
  "nodeType": "ParameterList",
1184
1184
  "parameters": [
1185
1185
  {
1186
1186
  "constant": false,
1187
- "id": 20131,
1187
+ "id": 20139,
1188
1188
  "mutability": "mutable",
1189
1189
  "name": "host",
1190
1190
  "nameLocation": "1877:4:49",
1191
1191
  "nodeType": "VariableDeclaration",
1192
- "scope": 20139,
1192
+ "scope": 20147,
1193
1193
  "src": "1865:16:49",
1194
1194
  "stateVariable": false,
1195
1195
  "storageLocation": "default",
1196
1196
  "typeDescriptions": {
1197
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
1197
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1198
1198
  "typeString": "contract ISuperfluid"
1199
1199
  },
1200
1200
  "typeName": {
1201
- "id": 20130,
1201
+ "id": 20138,
1202
1202
  "nodeType": "UserDefinedTypeName",
1203
1203
  "pathNode": {
1204
- "id": 20129,
1204
+ "id": 20137,
1205
1205
  "name": "ISuperfluid",
1206
1206
  "nodeType": "IdentifierPath",
1207
- "referencedDeclaration": 20045,
1207
+ "referencedDeclaration": 20053,
1208
1208
  "src": "1865:11:49"
1209
1209
  },
1210
- "referencedDeclaration": 20045,
1210
+ "referencedDeclaration": 20053,
1211
1211
  "src": "1865:11:49",
1212
1212
  "typeDescriptions": {
1213
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
1213
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1214
1214
  "typeString": "contract ISuperfluid"
1215
1215
  }
1216
1216
  },
@@ -1218,33 +1218,33 @@
1218
1218
  },
1219
1219
  {
1220
1220
  "constant": false,
1221
- "id": 20134,
1221
+ "id": 20142,
1222
1222
  "mutability": "mutable",
1223
1223
  "name": "superToken",
1224
1224
  "nameLocation": "1908:10:49",
1225
1225
  "nodeType": "VariableDeclaration",
1226
- "scope": 20139,
1226
+ "scope": 20147,
1227
1227
  "src": "1891:27:49",
1228
1228
  "stateVariable": false,
1229
1229
  "storageLocation": "default",
1230
1230
  "typeDescriptions": {
1231
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20442",
1231
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1232
1232
  "typeString": "contract ISuperfluidToken"
1233
1233
  },
1234
1234
  "typeName": {
1235
- "id": 20133,
1235
+ "id": 20141,
1236
1236
  "nodeType": "UserDefinedTypeName",
1237
1237
  "pathNode": {
1238
- "id": 20132,
1238
+ "id": 20140,
1239
1239
  "name": "ISuperfluidToken",
1240
1240
  "nodeType": "IdentifierPath",
1241
- "referencedDeclaration": 20442,
1241
+ "referencedDeclaration": 20450,
1242
1242
  "src": "1891:16:49"
1243
1243
  },
1244
- "referencedDeclaration": 20442,
1244
+ "referencedDeclaration": 20450,
1245
1245
  "src": "1891:16:49",
1246
1246
  "typeDescriptions": {
1247
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20442",
1247
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1248
1248
  "typeString": "contract ISuperfluidToken"
1249
1249
  }
1250
1250
  },
@@ -1252,12 +1252,12 @@
1252
1252
  },
1253
1253
  {
1254
1254
  "constant": false,
1255
- "id": 20136,
1255
+ "id": 20144,
1256
1256
  "mutability": "mutable",
1257
1257
  "name": "key",
1258
1258
  "nameLocation": "1936:3:49",
1259
1259
  "nodeType": "VariableDeclaration",
1260
- "scope": 20139,
1260
+ "scope": 20147,
1261
1261
  "src": "1928:11:49",
1262
1262
  "stateVariable": false,
1263
1263
  "storageLocation": "default",
@@ -1266,7 +1266,7 @@
1266
1266
  "typeString": "bytes32"
1267
1267
  },
1268
1268
  "typeName": {
1269
- "id": 20135,
1269
+ "id": 20143,
1270
1270
  "name": "bytes32",
1271
1271
  "nodeType": "ElementaryTypeName",
1272
1272
  "src": "1928:7:49",
@@ -1281,12 +1281,12 @@
1281
1281
  "src": "1855:90:49"
1282
1282
  },
1283
1283
  "returnParameters": {
1284
- "id": 20138,
1284
+ "id": 20146,
1285
1285
  "nodeType": "ParameterList",
1286
1286
  "parameters": [],
1287
1287
  "src": "1954:0:49"
1288
1288
  },
1289
- "scope": 20168,
1289
+ "scope": 20176,
1290
1290
  "src": "1835:120:49",
1291
1291
  "stateMutability": "nonpayable",
1292
1292
  "virtual": false,
@@ -1294,13 +1294,13 @@
1294
1294
  },
1295
1295
  {
1296
1296
  "documentation": {
1297
- "id": 20140,
1297
+ "id": 20148,
1298
1298
  "nodeType": "StructuredDocumentation",
1299
1299
  "src": "1961:58:49",
1300
1300
  "text": " @dev Get configuration as address value"
1301
1301
  },
1302
1302
  "functionSelector": "8369a0f1",
1303
- "id": 20153,
1303
+ "id": 20161,
1304
1304
  "implemented": false,
1305
1305
  "kind": "function",
1306
1306
  "modifiers": [],
@@ -1308,38 +1308,38 @@
1308
1308
  "nameLocation": "2033:18:49",
1309
1309
  "nodeType": "FunctionDefinition",
1310
1310
  "parameters": {
1311
- "id": 20149,
1311
+ "id": 20157,
1312
1312
  "nodeType": "ParameterList",
1313
1313
  "parameters": [
1314
1314
  {
1315
1315
  "constant": false,
1316
- "id": 20143,
1316
+ "id": 20151,
1317
1317
  "mutability": "mutable",
1318
1318
  "name": "host",
1319
1319
  "nameLocation": "2073:4:49",
1320
1320
  "nodeType": "VariableDeclaration",
1321
- "scope": 20153,
1321
+ "scope": 20161,
1322
1322
  "src": "2061:16:49",
1323
1323
  "stateVariable": false,
1324
1324
  "storageLocation": "default",
1325
1325
  "typeDescriptions": {
1326
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
1326
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1327
1327
  "typeString": "contract ISuperfluid"
1328
1328
  },
1329
1329
  "typeName": {
1330
- "id": 20142,
1330
+ "id": 20150,
1331
1331
  "nodeType": "UserDefinedTypeName",
1332
1332
  "pathNode": {
1333
- "id": 20141,
1333
+ "id": 20149,
1334
1334
  "name": "ISuperfluid",
1335
1335
  "nodeType": "IdentifierPath",
1336
- "referencedDeclaration": 20045,
1336
+ "referencedDeclaration": 20053,
1337
1337
  "src": "2061:11:49"
1338
1338
  },
1339
- "referencedDeclaration": 20045,
1339
+ "referencedDeclaration": 20053,
1340
1340
  "src": "2061:11:49",
1341
1341
  "typeDescriptions": {
1342
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
1342
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1343
1343
  "typeString": "contract ISuperfluid"
1344
1344
  }
1345
1345
  },
@@ -1347,33 +1347,33 @@
1347
1347
  },
1348
1348
  {
1349
1349
  "constant": false,
1350
- "id": 20146,
1350
+ "id": 20154,
1351
1351
  "mutability": "mutable",
1352
1352
  "name": "superToken",
1353
1353
  "nameLocation": "2104:10:49",
1354
1354
  "nodeType": "VariableDeclaration",
1355
- "scope": 20153,
1355
+ "scope": 20161,
1356
1356
  "src": "2087:27:49",
1357
1357
  "stateVariable": false,
1358
1358
  "storageLocation": "default",
1359
1359
  "typeDescriptions": {
1360
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20442",
1360
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1361
1361
  "typeString": "contract ISuperfluidToken"
1362
1362
  },
1363
1363
  "typeName": {
1364
- "id": 20145,
1364
+ "id": 20153,
1365
1365
  "nodeType": "UserDefinedTypeName",
1366
1366
  "pathNode": {
1367
- "id": 20144,
1367
+ "id": 20152,
1368
1368
  "name": "ISuperfluidToken",
1369
1369
  "nodeType": "IdentifierPath",
1370
- "referencedDeclaration": 20442,
1370
+ "referencedDeclaration": 20450,
1371
1371
  "src": "2087:16:49"
1372
1372
  },
1373
- "referencedDeclaration": 20442,
1373
+ "referencedDeclaration": 20450,
1374
1374
  "src": "2087:16:49",
1375
1375
  "typeDescriptions": {
1376
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20442",
1376
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1377
1377
  "typeString": "contract ISuperfluidToken"
1378
1378
  }
1379
1379
  },
@@ -1381,12 +1381,12 @@
1381
1381
  },
1382
1382
  {
1383
1383
  "constant": false,
1384
- "id": 20148,
1384
+ "id": 20156,
1385
1385
  "mutability": "mutable",
1386
1386
  "name": "key",
1387
1387
  "nameLocation": "2132:3:49",
1388
1388
  "nodeType": "VariableDeclaration",
1389
- "scope": 20153,
1389
+ "scope": 20161,
1390
1390
  "src": "2124:11:49",
1391
1391
  "stateVariable": false,
1392
1392
  "storageLocation": "default",
@@ -1395,7 +1395,7 @@
1395
1395
  "typeString": "bytes32"
1396
1396
  },
1397
1397
  "typeName": {
1398
- "id": 20147,
1398
+ "id": 20155,
1399
1399
  "name": "bytes32",
1400
1400
  "nodeType": "ElementaryTypeName",
1401
1401
  "src": "2124:7:49",
@@ -1410,17 +1410,17 @@
1410
1410
  "src": "2051:85:49"
1411
1411
  },
1412
1412
  "returnParameters": {
1413
- "id": 20152,
1413
+ "id": 20160,
1414
1414
  "nodeType": "ParameterList",
1415
1415
  "parameters": [
1416
1416
  {
1417
1417
  "constant": false,
1418
- "id": 20151,
1418
+ "id": 20159,
1419
1419
  "mutability": "mutable",
1420
1420
  "name": "value",
1421
1421
  "nameLocation": "2168:5:49",
1422
1422
  "nodeType": "VariableDeclaration",
1423
- "scope": 20153,
1423
+ "scope": 20161,
1424
1424
  "src": "2160:13:49",
1425
1425
  "stateVariable": false,
1426
1426
  "storageLocation": "default",
@@ -1429,7 +1429,7 @@
1429
1429
  "typeString": "address"
1430
1430
  },
1431
1431
  "typeName": {
1432
- "id": 20150,
1432
+ "id": 20158,
1433
1433
  "name": "address",
1434
1434
  "nodeType": "ElementaryTypeName",
1435
1435
  "src": "2160:7:49",
@@ -1444,7 +1444,7 @@
1444
1444
  ],
1445
1445
  "src": "2159:15:49"
1446
1446
  },
1447
- "scope": 20168,
1447
+ "scope": 20176,
1448
1448
  "src": "2024:151:49",
1449
1449
  "stateMutability": "view",
1450
1450
  "virtual": false,
@@ -1452,13 +1452,13 @@
1452
1452
  },
1453
1453
  {
1454
1454
  "documentation": {
1455
- "id": 20154,
1455
+ "id": 20162,
1456
1456
  "nodeType": "StructuredDocumentation",
1457
1457
  "src": "2181:58:49",
1458
1458
  "text": " @dev Get configuration as uint256 value"
1459
1459
  },
1460
1460
  "functionSelector": "80f70cba",
1461
- "id": 20167,
1461
+ "id": 20175,
1462
1462
  "implemented": false,
1463
1463
  "kind": "function",
1464
1464
  "modifiers": [],
@@ -1466,38 +1466,38 @@
1466
1466
  "nameLocation": "2253:18:49",
1467
1467
  "nodeType": "FunctionDefinition",
1468
1468
  "parameters": {
1469
- "id": 20163,
1469
+ "id": 20171,
1470
1470
  "nodeType": "ParameterList",
1471
1471
  "parameters": [
1472
1472
  {
1473
1473
  "constant": false,
1474
- "id": 20157,
1474
+ "id": 20165,
1475
1475
  "mutability": "mutable",
1476
1476
  "name": "host",
1477
1477
  "nameLocation": "2293:4:49",
1478
1478
  "nodeType": "VariableDeclaration",
1479
- "scope": 20167,
1479
+ "scope": 20175,
1480
1480
  "src": "2281:16:49",
1481
1481
  "stateVariable": false,
1482
1482
  "storageLocation": "default",
1483
1483
  "typeDescriptions": {
1484
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
1484
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1485
1485
  "typeString": "contract ISuperfluid"
1486
1486
  },
1487
1487
  "typeName": {
1488
- "id": 20156,
1488
+ "id": 20164,
1489
1489
  "nodeType": "UserDefinedTypeName",
1490
1490
  "pathNode": {
1491
- "id": 20155,
1491
+ "id": 20163,
1492
1492
  "name": "ISuperfluid",
1493
1493
  "nodeType": "IdentifierPath",
1494
- "referencedDeclaration": 20045,
1494
+ "referencedDeclaration": 20053,
1495
1495
  "src": "2281:11:49"
1496
1496
  },
1497
- "referencedDeclaration": 20045,
1497
+ "referencedDeclaration": 20053,
1498
1498
  "src": "2281:11:49",
1499
1499
  "typeDescriptions": {
1500
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
1500
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1501
1501
  "typeString": "contract ISuperfluid"
1502
1502
  }
1503
1503
  },
@@ -1505,33 +1505,33 @@
1505
1505
  },
1506
1506
  {
1507
1507
  "constant": false,
1508
- "id": 20160,
1508
+ "id": 20168,
1509
1509
  "mutability": "mutable",
1510
1510
  "name": "superToken",
1511
1511
  "nameLocation": "2324:10:49",
1512
1512
  "nodeType": "VariableDeclaration",
1513
- "scope": 20167,
1513
+ "scope": 20175,
1514
1514
  "src": "2307:27:49",
1515
1515
  "stateVariable": false,
1516
1516
  "storageLocation": "default",
1517
1517
  "typeDescriptions": {
1518
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20442",
1518
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1519
1519
  "typeString": "contract ISuperfluidToken"
1520
1520
  },
1521
1521
  "typeName": {
1522
- "id": 20159,
1522
+ "id": 20167,
1523
1523
  "nodeType": "UserDefinedTypeName",
1524
1524
  "pathNode": {
1525
- "id": 20158,
1525
+ "id": 20166,
1526
1526
  "name": "ISuperfluidToken",
1527
1527
  "nodeType": "IdentifierPath",
1528
- "referencedDeclaration": 20442,
1528
+ "referencedDeclaration": 20450,
1529
1529
  "src": "2307:16:49"
1530
1530
  },
1531
- "referencedDeclaration": 20442,
1531
+ "referencedDeclaration": 20450,
1532
1532
  "src": "2307:16:49",
1533
1533
  "typeDescriptions": {
1534
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20442",
1534
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1535
1535
  "typeString": "contract ISuperfluidToken"
1536
1536
  }
1537
1537
  },
@@ -1539,12 +1539,12 @@
1539
1539
  },
1540
1540
  {
1541
1541
  "constant": false,
1542
- "id": 20162,
1542
+ "id": 20170,
1543
1543
  "mutability": "mutable",
1544
1544
  "name": "key",
1545
1545
  "nameLocation": "2352:3:49",
1546
1546
  "nodeType": "VariableDeclaration",
1547
- "scope": 20167,
1547
+ "scope": 20175,
1548
1548
  "src": "2344:11:49",
1549
1549
  "stateVariable": false,
1550
1550
  "storageLocation": "default",
@@ -1553,7 +1553,7 @@
1553
1553
  "typeString": "bytes32"
1554
1554
  },
1555
1555
  "typeName": {
1556
- "id": 20161,
1556
+ "id": 20169,
1557
1557
  "name": "bytes32",
1558
1558
  "nodeType": "ElementaryTypeName",
1559
1559
  "src": "2344:7:49",
@@ -1568,17 +1568,17 @@
1568
1568
  "src": "2271:85:49"
1569
1569
  },
1570
1570
  "returnParameters": {
1571
- "id": 20166,
1571
+ "id": 20174,
1572
1572
  "nodeType": "ParameterList",
1573
1573
  "parameters": [
1574
1574
  {
1575
1575
  "constant": false,
1576
- "id": 20165,
1576
+ "id": 20173,
1577
1577
  "mutability": "mutable",
1578
1578
  "name": "value",
1579
1579
  "nameLocation": "2388:5:49",
1580
1580
  "nodeType": "VariableDeclaration",
1581
- "scope": 20167,
1581
+ "scope": 20175,
1582
1582
  "src": "2380:13:49",
1583
1583
  "stateVariable": false,
1584
1584
  "storageLocation": "default",
@@ -1587,7 +1587,7 @@
1587
1587
  "typeString": "uint256"
1588
1588
  },
1589
1589
  "typeName": {
1590
- "id": 20164,
1590
+ "id": 20172,
1591
1591
  "name": "uint256",
1592
1592
  "nodeType": "ElementaryTypeName",
1593
1593
  "src": "2380:7:49",
@@ -1601,14 +1601,14 @@
1601
1601
  ],
1602
1602
  "src": "2379:15:49"
1603
1603
  },
1604
- "scope": 20168,
1604
+ "scope": 20176,
1605
1605
  "src": "2244:151:49",
1606
1606
  "stateMutability": "view",
1607
1607
  "virtual": false,
1608
1608
  "visibility": "external"
1609
1609
  }
1610
1610
  ],
1611
- "scope": 20169,
1611
+ "scope": 20177,
1612
1612
  "src": "351:2047:49",
1613
1613
  "usedErrors": []
1614
1614
  }
@@ -1621,7 +1621,7 @@
1621
1621
  },
1622
1622
  "networks": {},
1623
1623
  "schemaVersion": "3.4.8",
1624
- "updatedAt": "2022-08-11T12:58:51.687Z",
1624
+ "updatedAt": "2022-08-24T13:23:34.438Z",
1625
1625
  "devdoc": {
1626
1626
  "author": "Superfluid",
1627
1627
  "kind": "dev",