@superfluid-finance/ethereum-contracts 1.4.3-dev.60d67eb.0 → 1.4.3-dev.b1dcd9c.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 (230) 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 +29 -29
  5. package/build/contracts/AgreementLibrary.json +168 -168
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +211 -211
  8. package/build/contracts/BatchOperation.json +1016 -930
  9. package/build/contracts/CFAv1Forwarder.json +1398 -1398
  10. package/build/contracts/CFAv1Library.json +2282 -2282
  11. package/build/contracts/CallUtils.json +198 -198
  12. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1547 -1547
  13. package/build/contracts/ConstantFlowAgreementV1.json +16260 -15167
  14. package/build/contracts/Context.json +1 -1
  15. package/build/contracts/ContextDefinitions.json +1016 -930
  16. package/build/contracts/Create2.json +1 -1
  17. package/build/contracts/CustomSuperTokenBase.json +20 -20
  18. package/build/contracts/ERC165.json +1 -1
  19. package/build/contracts/ERC1820Implementer.json +1 -1
  20. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  21. package/build/contracts/ERC20.json +1 -1
  22. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  23. package/build/contracts/ERC777Helper.json +380 -380
  24. package/build/contracts/ERC777RecipientDrainingGas.json +858 -858
  25. package/build/contracts/ERC777RecipientReverting.json +858 -858
  26. package/build/contracts/EnumerableSet.json +1 -1
  27. package/build/contracts/EventsEmitter.json +43 -43
  28. package/build/contracts/ExclusiveInflowTestApp.json +1547 -1547
  29. package/build/contracts/FixedSizeData.json +200 -200
  30. package/build/contracts/FlowExchangeTestApp.json +1548 -1548
  31. package/build/contracts/FlowOperatorDefinitions.json +1016 -930
  32. package/build/contracts/FullUpgradableSuperTokenProxy.json +119 -119
  33. package/build/contracts/IAccessControl.json +1 -1
  34. package/build/contracts/IAccessControlEnumerable.json +1 -1
  35. package/build/contracts/IConstantFlowAgreementHook.json +107 -107
  36. package/build/contracts/IConstantFlowAgreementV1.json +616 -616
  37. package/build/contracts/IDAv1Library.json +2614 -2614
  38. package/build/contracts/IERC165.json +1 -1
  39. package/build/contracts/IERC1820Implementer.json +1 -1
  40. package/build/contracts/IERC1820Registry.json +1 -1
  41. package/build/contracts/IERC20.json +1 -1
  42. package/build/contracts/IERC20Metadata.json +1 -1
  43. package/build/contracts/IERC20Permit.json +1 -1
  44. package/build/contracts/IERC777.json +1 -1
  45. package/build/contracts/IERC777Recipient.json +1 -1
  46. package/build/contracts/IERC777Sender.json +1 -1
  47. package/build/contracts/IInstantDistributionAgreementV1.json +653 -653
  48. package/build/contracts/IMultiSigWallet.json +24 -24
  49. package/build/contracts/IPureSuperToken.json +48 -48
  50. package/build/contracts/IPureSuperTokenCustom.json +48 -48
  51. package/build/contracts/IRelayRecipient.json +27 -27
  52. package/build/contracts/IResolver.json +38 -38
  53. package/build/contracts/ISETH.json +53 -53
  54. package/build/contracts/ISETHCustom.json +53 -53
  55. package/build/contracts/ISuperAgreement.json +51 -51
  56. package/build/contracts/ISuperApp.json +192 -192
  57. package/build/contracts/ISuperToken.json +545 -545
  58. package/build/contracts/ISuperTokenFactory.json +167 -167
  59. package/build/contracts/ISuperfluid.json +887 -887
  60. package/build/contracts/ISuperfluidGovernance.json +255 -255
  61. package/build/contracts/ISuperfluidToken.json +396 -396
  62. package/build/contracts/ITOGAv1.json +1442 -1442
  63. package/build/contracts/ITOGAv2.json +1442 -1442
  64. package/build/contracts/Initializable.json +1 -1
  65. package/build/contracts/InstantDistributionAgreementV1.json +5898 -5898
  66. package/build/contracts/NonClosableOutflowTestApp.json +1548 -1548
  67. package/build/contracts/Ownable.json +1 -1
  68. package/build/contracts/Proxy.json +1 -1
  69. package/build/contracts/PureSuperToken.json +109 -109
  70. package/build/contracts/Resolver.json +98 -98
  71. package/build/contracts/SETHProxy.json +227 -227
  72. package/build/contracts/SafeCast.json +1 -1
  73. package/build/contracts/SafeERC20.json +1 -1
  74. package/build/contracts/SafeMath.json +1 -1
  75. package/build/contracts/SelfDeletingFlowTestApp.json +1547 -1547
  76. package/build/contracts/SlotsBitmapLibrary.json +460 -460
  77. package/build/contracts/StreamRedirector.json +748 -748
  78. package/build/contracts/Strings.json +1 -1
  79. package/build/contracts/SuperAppBase.json +240 -240
  80. package/build/contracts/SuperAppDefinitions.json +1016 -930
  81. package/build/contracts/SuperToken.json +2481 -2481
  82. package/build/contracts/SuperTokenFactory.json +778 -778
  83. package/build/contracts/SuperTokenFactoryBase.json +765 -765
  84. package/build/contracts/SuperTokenFactoryHelper.json +770 -770
  85. package/build/contracts/SuperUpgrader.json +440 -440
  86. package/build/contracts/Superfluid.json +5100 -5100
  87. package/build/contracts/SuperfluidErrors.json +1029 -932
  88. package/build/contracts/SuperfluidFrameworkDeployer.json +1208 -1208
  89. package/build/contracts/SuperfluidGovernanceBase.json +2460 -2460
  90. package/build/contracts/SuperfluidGovernanceConfigs.json +1016 -930
  91. package/build/contracts/SuperfluidGovernanceII.json +159 -159
  92. package/build/contracts/SuperfluidGovernanceIIProxy.json +138 -138
  93. package/build/contracts/SuperfluidLoader.json +210 -210
  94. package/build/contracts/SuperfluidToken.json +1472 -1472
  95. package/build/contracts/TOGA.json +1460 -1460
  96. package/build/contracts/TestGovernance.json +254 -254
  97. package/build/contracts/TestResolver.json +33 -33
  98. package/build/contracts/TestToken.json +102 -102
  99. package/build/contracts/TokenCustodian.json +214 -214
  100. package/build/contracts/TokenInfo.json +32 -32
  101. package/build/contracts/UUPSProxiable.json +139 -139
  102. package/build/contracts/UUPSProxy.json +81 -81
  103. package/build/contracts/UUPSUtils.json +37 -37
  104. package/build/contracts-sizes.txt +5 -5
  105. package/build/typechain/contracts/agreements/ConstantFlowAgreementV1.d.ts +9 -1
  106. package/build/typechain/contracts/agreements/ConstantFlowAgreementV1.d.ts.map +1 -1
  107. package/build/typechain/factories/contracts/agreements/ConstantFlowAgreementV1__factory.d.ts +1 -1
  108. package/build/typechain/factories/contracts/agreements/ConstantFlowAgreementV1__factory.d.ts.map +1 -1
  109. package/build/typechain/factories/contracts/agreements/ConstantFlowAgreementV1__factory.js +25 -1
  110. package/build/typechain/factories/contracts/agreements/ConstantFlowAgreementV1__factory.js.map +1 -1
  111. package/build/typechain/factories/contracts/agreements/InstantDistributionAgreementV1__factory.d.ts +1 -1
  112. package/build/typechain/factories/contracts/agreements/InstantDistributionAgreementV1__factory.js +1 -1
  113. package/build/typechain/factories/contracts/gov/SuperfluidGovernanceII.sol/SuperfluidGovernanceIIProxy__factory.d.ts +1 -1
  114. package/build/typechain/factories/contracts/gov/SuperfluidGovernanceII.sol/SuperfluidGovernanceIIProxy__factory.js +1 -1
  115. package/build/typechain/factories/contracts/gov/SuperfluidGovernanceII.sol/SuperfluidGovernanceII__factory.d.ts +1 -1
  116. package/build/typechain/factories/contracts/gov/SuperfluidGovernanceII.sol/SuperfluidGovernanceII__factory.js +1 -1
  117. package/build/typechain/factories/contracts/interfaces/superfluid/Definitions.sol/SuperfluidErrors__factory.d.ts +1 -1
  118. package/build/typechain/factories/contracts/interfaces/superfluid/Definitions.sol/SuperfluidErrors__factory.d.ts.map +1 -1
  119. package/build/typechain/factories/contracts/interfaces/superfluid/Definitions.sol/SuperfluidErrors__factory.js +12 -1
  120. package/build/typechain/factories/contracts/interfaces/superfluid/Definitions.sol/SuperfluidErrors__factory.js.map +1 -1
  121. package/build/typechain/factories/contracts/libs/SlotsBitmapLibrary__factory.d.ts +1 -1
  122. package/build/typechain/factories/contracts/libs/SlotsBitmapLibrary__factory.js +1 -1
  123. package/build/typechain/factories/contracts/mocks/AgreementMock__factory.d.ts +1 -1
  124. package/build/typechain/factories/contracts/mocks/AgreementMock__factory.js +1 -1
  125. package/build/typechain/factories/contracts/mocks/CFAAppMocks.sol/ClosingOnUpdateFlowTestApp__factory.d.ts +1 -1
  126. package/build/typechain/factories/contracts/mocks/CFAAppMocks.sol/ClosingOnUpdateFlowTestApp__factory.js +1 -1
  127. package/build/typechain/factories/contracts/mocks/CFAAppMocks.sol/ExclusiveInflowTestApp__factory.d.ts +1 -1
  128. package/build/typechain/factories/contracts/mocks/CFAAppMocks.sol/ExclusiveInflowTestApp__factory.js +1 -1
  129. package/build/typechain/factories/contracts/mocks/CFAAppMocks.sol/FlowExchangeTestApp__factory.d.ts +1 -1
  130. package/build/typechain/factories/contracts/mocks/CFAAppMocks.sol/FlowExchangeTestApp__factory.js +1 -1
  131. package/build/typechain/factories/contracts/mocks/CFAAppMocks.sol/NonClosableOutflowTestApp__factory.d.ts +1 -1
  132. package/build/typechain/factories/contracts/mocks/CFAAppMocks.sol/NonClosableOutflowTestApp__factory.js +1 -1
  133. package/build/typechain/factories/contracts/mocks/CFAAppMocks.sol/SelfDeletingFlowTestApp__factory.d.ts +1 -1
  134. package/build/typechain/factories/contracts/mocks/CFAAppMocks.sol/SelfDeletingFlowTestApp__factory.js +1 -1
  135. package/build/typechain/factories/contracts/mocks/CFAHookMocks.sol/BadCFAHookMock__factory.d.ts +1 -1
  136. package/build/typechain/factories/contracts/mocks/CFAHookMocks.sol/BadCFAHookMock__factory.js +1 -1
  137. package/build/typechain/factories/contracts/mocks/CFAHookMocks.sol/GoodCFAHookMock__factory.d.ts +1 -1
  138. package/build/typechain/factories/contracts/mocks/CFAHookMocks.sol/GoodCFAHookMock__factory.js +1 -1
  139. package/build/typechain/factories/contracts/mocks/CFALibraryMock.sol/CFALibraryMock__factory.d.ts +1 -1
  140. package/build/typechain/factories/contracts/mocks/CFALibraryMock.sol/CFALibraryMock__factory.js +1 -1
  141. package/build/typechain/factories/contracts/mocks/CFALibraryMock.sol/CFALibrarySuperAppMock__factory.d.ts +1 -1
  142. package/build/typechain/factories/contracts/mocks/CFALibraryMock.sol/CFALibrarySuperAppMock__factory.js +1 -1
  143. package/build/typechain/factories/contracts/mocks/CustomSuperTokenMock.sol/CustomSuperTokenProxyMock__factory.d.ts +1 -1
  144. package/build/typechain/factories/contracts/mocks/CustomSuperTokenMock.sol/CustomSuperTokenProxyMock__factory.js +1 -1
  145. package/build/typechain/factories/contracts/mocks/ERC777SenderRecipientMock.sol/ERC777RecipientDrainingGas__factory.d.ts +1 -1
  146. package/build/typechain/factories/contracts/mocks/ERC777SenderRecipientMock.sol/ERC777RecipientDrainingGas__factory.js +1 -1
  147. package/build/typechain/factories/contracts/mocks/ERC777SenderRecipientMock.sol/ERC777RecipientReverting__factory.d.ts +1 -1
  148. package/build/typechain/factories/contracts/mocks/ERC777SenderRecipientMock.sol/ERC777RecipientReverting__factory.js +1 -1
  149. package/build/typechain/factories/contracts/mocks/ERC777SenderRecipientMock.sol/ERC777SenderRecipientMock__factory.d.ts +1 -1
  150. package/build/typechain/factories/contracts/mocks/ERC777SenderRecipientMock.sol/ERC777SenderRecipientMock__factory.js +1 -1
  151. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.d.ts +1 -1
  152. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.js +1 -1
  153. package/build/typechain/factories/contracts/mocks/IDAv1LibraryMock.sol/IDAv1LibraryMock__factory.d.ts +1 -1
  154. package/build/typechain/factories/contracts/mocks/IDAv1LibraryMock.sol/IDAv1LibraryMock__factory.js +1 -1
  155. package/build/typechain/factories/contracts/mocks/IDAv1LibraryMock.sol/IDAv1LibrarySuperAppMock__factory.d.ts +1 -1
  156. package/build/typechain/factories/contracts/mocks/IDAv1LibraryMock.sol/IDAv1LibrarySuperAppMock__factory.js +1 -1
  157. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.d.ts +1 -1
  158. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.js +1 -1
  159. package/build/typechain/factories/contracts/mocks/MultiFlowTesterApp__factory.d.ts +1 -1
  160. package/build/typechain/factories/contracts/mocks/MultiFlowTesterApp__factory.js +1 -1
  161. package/build/typechain/factories/contracts/mocks/StreamRedirector__factory.d.ts +1 -1
  162. package/build/typechain/factories/contracts/mocks/StreamRedirector__factory.js +1 -1
  163. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.d.ts +1 -1
  164. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.js +1 -1
  165. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.d.ts +1 -1
  166. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.js +1 -1
  167. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.d.ts +1 -1
  168. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.js +1 -1
  169. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.d.ts +1 -1
  170. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.js +1 -1
  171. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.d.ts +1 -1
  172. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.js +1 -1
  173. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.d.ts +1 -1
  174. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.js +1 -1
  175. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.d.ts +1 -1
  176. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.js +1 -1
  177. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.d.ts +1 -1
  178. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.js +1 -1
  179. package/build/typechain/factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryMock42__factory.d.ts +1 -1
  180. package/build/typechain/factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryMock42__factory.js +1 -1
  181. package/build/typechain/factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryMockHelper__factory.d.ts +1 -1
  182. package/build/typechain/factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryMockHelper__factory.js +1 -1
  183. package/build/typechain/factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryMock__factory.d.ts +1 -1
  184. package/build/typechain/factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryMock__factory.js +1 -1
  185. package/build/typechain/factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryStorageLayoutTester__factory.d.ts +1 -1
  186. package/build/typechain/factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryStorageLayoutTester__factory.js +1 -1
  187. package/build/typechain/factories/contracts/mocks/SuperTokenMock.sol/SuperTokenMock__factory.d.ts +1 -1
  188. package/build/typechain/factories/contracts/mocks/SuperTokenMock.sol/SuperTokenMock__factory.js +1 -1
  189. package/build/typechain/factories/contracts/mocks/SuperTokenMock.sol/SuperTokenStorageLayoutTester__factory.d.ts +1 -1
  190. package/build/typechain/factories/contracts/mocks/SuperTokenMock.sol/SuperTokenStorageLayoutTester__factory.js +1 -1
  191. package/build/typechain/factories/contracts/mocks/SuperfluidGovernanceIIMock.sol/SuperfluidGovernanceIIUpgradabilityTester__factory.d.ts +1 -1
  192. package/build/typechain/factories/contracts/mocks/SuperfluidGovernanceIIMock.sol/SuperfluidGovernanceIIUpgradabilityTester__factory.js +1 -1
  193. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.d.ts +1 -1
  194. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.js +1 -1
  195. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.d.ts +1 -1
  196. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.js +1 -1
  197. package/build/typechain/factories/contracts/superfluid/FullUpgradableSuperTokenProxy__factory.d.ts +1 -1
  198. package/build/typechain/factories/contracts/superfluid/FullUpgradableSuperTokenProxy__factory.js +1 -1
  199. package/build/typechain/factories/contracts/superfluid/SuperTokenFactory.sol/SuperTokenFactoryHelper__factory.d.ts +1 -1
  200. package/build/typechain/factories/contracts/superfluid/SuperTokenFactory.sol/SuperTokenFactoryHelper__factory.js +1 -1
  201. package/build/typechain/factories/contracts/superfluid/SuperTokenFactory.sol/SuperTokenFactory__factory.d.ts +1 -1
  202. package/build/typechain/factories/contracts/superfluid/SuperTokenFactory.sol/SuperTokenFactory__factory.js +1 -1
  203. package/build/typechain/factories/contracts/superfluid/SuperToken__factory.d.ts +1 -1
  204. package/build/typechain/factories/contracts/superfluid/SuperToken__factory.js +1 -1
  205. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.d.ts +1 -1
  206. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.js +1 -1
  207. package/build/typechain/factories/contracts/tokens/PureSuperToken__factory.d.ts +1 -1
  208. package/build/typechain/factories/contracts/tokens/PureSuperToken__factory.js +1 -1
  209. package/build/typechain/factories/contracts/tokens/SETH.sol/SETHProxy__factory.d.ts +1 -1
  210. package/build/typechain/factories/contracts/tokens/SETH.sol/SETHProxy__factory.js +1 -1
  211. package/build/typechain/factories/contracts/utils/BatchLiquidator__factory.d.ts +1 -1
  212. package/build/typechain/factories/contracts/utils/BatchLiquidator__factory.js +1 -1
  213. package/build/typechain/factories/contracts/utils/CFAv1Forwarder__factory.d.ts +1 -1
  214. package/build/typechain/factories/contracts/utils/CFAv1Forwarder__factory.js +1 -1
  215. package/build/typechain/factories/contracts/utils/SuperUpgrader__factory.d.ts +1 -1
  216. package/build/typechain/factories/contracts/utils/SuperUpgrader__factory.js +1 -1
  217. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts +1 -1
  218. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts.map +1 -1
  219. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js +1 -1
  220. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js.map +1 -1
  221. package/build/typechain/factories/contracts/utils/SuperfluidLoader__factory.d.ts +1 -1
  222. package/build/typechain/factories/contracts/utils/SuperfluidLoader__factory.js +1 -1
  223. package/build/typechain/factories/contracts/utils/TOGA.sol/TOGA__factory.d.ts +1 -1
  224. package/build/typechain/factories/contracts/utils/TOGA.sol/TOGA__factory.js +1 -1
  225. package/build/typechain/factories/contracts/utils/TestGovernance__factory.d.ts +1 -1
  226. package/build/typechain/factories/contracts/utils/TestGovernance__factory.js +1 -1
  227. package/contracts/agreements/ConstantFlowAgreementV1.sol +34 -10
  228. package/contracts/interfaces/superfluid/Definitions.sol +3 -0
  229. package/package.json +2 -2
  230. package/scripts/deploy-framework.js +8 -1
@@ -4247,7 +4247,7 @@
4247
4247
  },
4248
4248
  "networks": {},
4249
4249
  "schemaVersion": "3.4.9",
4250
- "updatedAt": "2022-10-19T11:00:38.387Z",
4250
+ "updatedAt": "2022-10-19T15:48:35.541Z",
4251
4251
  "devdoc": {
4252
4252
  "details": "Contract module that allows children to implement role-based access control mechanisms. This is a lightweight version that doesn't allow enumerating role members except through off-chain means by accessing the contract event logs. Some applications may benefit from on-chain enumerability, for those cases see {AccessControlEnumerable}. Roles are referred to by their `bytes32` identifier. These should be exposed in the external API and be unique. The best way to achieve this is by using `public constant` hash digests: ``` bytes32 public constant MY_ROLE = keccak256(\"MY_ROLE\"); ``` Roles can be used to represent a set of permissions. To restrict access to a function call, use {hasRole}: ``` function foo() public { require(hasRole(MY_ROLE, msg.sender)); ... } ``` Roles can be granted and revoked dynamically via the {grantRole} and {revokeRole} functions. Each role has an associated admin role, and only accounts that have a role's admin role can call {grantRole} and {revokeRole}. By default, the admin role for all roles is `DEFAULT_ADMIN_ROLE`, which means that only accounts with this role will be able to grant or revoke other roles. More complex role relationships can be created by using {_setRoleAdmin}. WARNING: The `DEFAULT_ADMIN_ROLE` is also its own admin: it has permission to grant and revoke this role. Extra precautions should be taken to secure accounts that have been granted it.",
4253
4253
  "kind": "dev",
@@ -1777,7 +1777,7 @@
1777
1777
  },
1778
1778
  "networks": {},
1779
1779
  "schemaVersion": "3.4.9",
1780
- "updatedAt": "2022-10-19T11:00:38.389Z",
1780
+ "updatedAt": "2022-10-19T15:48:35.544Z",
1781
1781
  "devdoc": {
1782
1782
  "details": "Extension of {AccessControl} that allows enumerating the members of each role.",
1783
1783
  "kind": "dev",
@@ -4004,7 +4004,7 @@
4004
4004
  },
4005
4005
  "networks": {},
4006
4006
  "schemaVersion": "3.4.9",
4007
- "updatedAt": "2022-10-19T11:00:38.405Z",
4007
+ "updatedAt": "2022-10-19T15:48:35.564Z",
4008
4008
  "devdoc": {
4009
4009
  "details": "Collection of functions related to the address type",
4010
4010
  "kind": "dev",
@@ -143,7 +143,7 @@
143
143
  "type": "function"
144
144
  }
145
145
  ],
146
- "metadata": "{\"compiler\":{\"version\":\"0.8.16+commit.07a7930e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_code\",\"type\":\"uint256\"}],\"name\":\"ONLY_HOST\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"uuid\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"codeAddress\",\"type\":\"address\"}],\"name\":\"CodeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"agreementType\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"castrate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getCodeAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"codeAddress\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"proxiableUUID\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"time\",\"type\":\"uint256\"}],\"name\":\"realtimeBalanceOf\",\"outputs\":[{\"internalType\":\"int256\",\"name\":\"dynamicBalance\",\"type\":\"int256\"},{\"internalType\":\"uint256\",\"name\":\"deposit\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"owedDeposit\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAddress\",\"type\":\"address\"}],\"name\":\"updateCode\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{\"agreementType()\":{\"details\":\"Get the type of the agreement class\"},\"getCodeAddress()\":{\"details\":\"Get current implementation code address.\"},\"proxiableUUID()\":{\"details\":\"Proxiable UUID marker function, this would help to avoid wrong logic contract to be used for upgrading. NOTE: The semantics of the UUID deviates from the actual UUPS standard, where it is equivalent of _IMPLEMENTATION_SLOT.\"},\"realtimeBalanceOf(address,address,uint256)\":{\"details\":\"Calculate the real-time balance for the account of this agreement class\",\"params\":{\"account\":\"Account the state belongs to\",\"time\":\"Time used for the calculation\"},\"returns\":{\"deposit\":\"Account deposit amount of this agreement\",\"dynamicBalance\":\"Dynamic balance portion of real-time balance of this agreement\",\"owedDeposit\":\"Account owed deposit amount of this agreement\"}}},\"title\":\"Superfluid agreement base boilerplate contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/agreements/AgreementBase.sol\":\"AgreementBase\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x2a21b14ff90012878752f230d3ffd5c3405e5938d06c97a7d89c0a64561d0d66\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3313a8f9bb1f9476857c9050067b31982bf2140b83d84f3bc0cec1f62bbe947f\",\"dweb:/ipfs/Qma17Pk8NRe7aB4UD3jjVxk7nSFaov3eQyv86hcyqkwJRV\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xd6153ce99bcdcce22b124f755e72553295be6abcd63804cfdffceb188b8bef10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://35c47bece3c03caaa07fab37dd2bb3413bfbca20db7bd9895024390e0a469487\",\"dweb:/ipfs/QmPGWT2x3QHcKxqe6gRmAkdakhbaRgx3DLzcakHz5M4eXG\"]},\"project:/contracts/agreements/AgreementBase.sol\":{\"keccak256\":\"0x55226d79da4c2d6597f420b8b1bb3df321475619a487ff9b18272e4f838e0c12\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://28492238836ad93316906ed420d96fe37ae0077068a26464bb7750e564d68129\",\"dweb:/ipfs/QmT4MzY9T3VNtCkGZeJQNzJagMJQ1RpQa2ZjTTYuYatvM9\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x78f553c8b63ca0b8ca892e3461aeb2d176f0b5e574ae0ea616bbb70d33d5e5f2\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://f2e9a8f5df9cf5b8326cefa666abc21c41fd09fd4ea3fd73a55b1346fa1693e8\",\"dweb:/ipfs/QmPNrMzHNpE97SwHwjXhHCttKQQSt2oYUforvPenVuemRJ\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0x9b4fab6dcac1337f78e04d67d8c2b48b1de8bd4bbf14b475840f9dbda7b8f21e\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cc2f3629ad0cb46bd4f595880591ad6c9d75a82d920cb9355e462fbf8022c820\",\"dweb:/ipfs/QmXMovxK4qpWT4yffXxUVjkMNwxEfS6mtn39mLSmjaxEdW\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0xa94f5ad95da2716a21cf6a0c7861ce03ba70c6931cfc8a9bcae741881e489a99\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://2eee2bae93ce8aae1e75aed6153e3d46f2d0c3462f47d9a99713054fff71bc80\",\"dweb:/ipfs/QmVh5HDeJo3p4rUV45RVCBGFpEN2G3gwL7ADT73csPnj5Q\"]},\"project:/contracts/upgradability/UUPSProxiable.sol\":{\"keccak256\":\"0x368ba82f761822466ebc49782b99c9eaa2664e7d4582fde1cb38098ee9926f71\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://02984681098e314734e18fc14ffcdbf9cf2bd079fb5735af75c44b5641f0dcf5\",\"dweb:/ipfs/QmedH2QB6VkyJ8Kw1tQC2E8VDF3u23U2eT5tP6VGY1KwBP\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0x6dd522f9867e769a945cea48a15d63488cdbd19091ed38adc95b43a70129b349\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://ed451eb0ed865b2d2338269134236d59ceafe4685d4b5df68843924620f6b715\",\"dweb:/ipfs/QmVr7hh9mnmfFzoJd4oXmuSfkXL2a4gdAKoRYXMfe3BFaE\"]}},\"version\":1}",
146
+ "metadata": "{\"compiler\":{\"version\":\"0.8.16+commit.07a7930e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_code\",\"type\":\"uint256\"}],\"name\":\"ONLY_HOST\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"uuid\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"codeAddress\",\"type\":\"address\"}],\"name\":\"CodeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"agreementType\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"castrate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getCodeAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"codeAddress\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"proxiableUUID\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"time\",\"type\":\"uint256\"}],\"name\":\"realtimeBalanceOf\",\"outputs\":[{\"internalType\":\"int256\",\"name\":\"dynamicBalance\",\"type\":\"int256\"},{\"internalType\":\"uint256\",\"name\":\"deposit\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"owedDeposit\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAddress\",\"type\":\"address\"}],\"name\":\"updateCode\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{\"agreementType()\":{\"details\":\"Get the type of the agreement class\"},\"getCodeAddress()\":{\"details\":\"Get current implementation code address.\"},\"proxiableUUID()\":{\"details\":\"Proxiable UUID marker function, this would help to avoid wrong logic contract to be used for upgrading. NOTE: The semantics of the UUID deviates from the actual UUPS standard, where it is equivalent of _IMPLEMENTATION_SLOT.\"},\"realtimeBalanceOf(address,address,uint256)\":{\"details\":\"Calculate the real-time balance for the account of this agreement class\",\"params\":{\"account\":\"Account the state belongs to\",\"time\":\"Time used for the calculation\"},\"returns\":{\"deposit\":\"Account deposit amount of this agreement\",\"dynamicBalance\":\"Dynamic balance portion of real-time balance of this agreement\",\"owedDeposit\":\"Account owed deposit amount of this agreement\"}}},\"title\":\"Superfluid agreement base boilerplate contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/agreements/AgreementBase.sol\":\"AgreementBase\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x2a21b14ff90012878752f230d3ffd5c3405e5938d06c97a7d89c0a64561d0d66\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3313a8f9bb1f9476857c9050067b31982bf2140b83d84f3bc0cec1f62bbe947f\",\"dweb:/ipfs/Qma17Pk8NRe7aB4UD3jjVxk7nSFaov3eQyv86hcyqkwJRV\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xd6153ce99bcdcce22b124f755e72553295be6abcd63804cfdffceb188b8bef10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://35c47bece3c03caaa07fab37dd2bb3413bfbca20db7bd9895024390e0a469487\",\"dweb:/ipfs/QmPGWT2x3QHcKxqe6gRmAkdakhbaRgx3DLzcakHz5M4eXG\"]},\"project:/contracts/agreements/AgreementBase.sol\":{\"keccak256\":\"0x55226d79da4c2d6597f420b8b1bb3df321475619a487ff9b18272e4f838e0c12\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://28492238836ad93316906ed420d96fe37ae0077068a26464bb7750e564d68129\",\"dweb:/ipfs/QmT4MzY9T3VNtCkGZeJQNzJagMJQ1RpQa2ZjTTYuYatvM9\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x939816b1d1859f02f4c6a368db204f356386d4c0bbf7ee399606a14059568148\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://5836d699b669ba1086588bfa9da9ecf3bef1faa73450381d269d384d3fcea1b0\",\"dweb:/ipfs/QmbhfB1wUmX2o6Gas3NNFJpcqnabEC5AEkNbu9uqj9dzEk\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0x9b4fab6dcac1337f78e04d67d8c2b48b1de8bd4bbf14b475840f9dbda7b8f21e\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cc2f3629ad0cb46bd4f595880591ad6c9d75a82d920cb9355e462fbf8022c820\",\"dweb:/ipfs/QmXMovxK4qpWT4yffXxUVjkMNwxEfS6mtn39mLSmjaxEdW\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0xa94f5ad95da2716a21cf6a0c7861ce03ba70c6931cfc8a9bcae741881e489a99\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://2eee2bae93ce8aae1e75aed6153e3d46f2d0c3462f47d9a99713054fff71bc80\",\"dweb:/ipfs/QmVh5HDeJo3p4rUV45RVCBGFpEN2G3gwL7ADT73csPnj5Q\"]},\"project:/contracts/upgradability/UUPSProxiable.sol\":{\"keccak256\":\"0x368ba82f761822466ebc49782b99c9eaa2664e7d4582fde1cb38098ee9926f71\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://02984681098e314734e18fc14ffcdbf9cf2bd079fb5735af75c44b5641f0dcf5\",\"dweb:/ipfs/QmedH2QB6VkyJ8Kw1tQC2E8VDF3u23U2eT5tP6VGY1KwBP\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0x6dd522f9867e769a945cea48a15d63488cdbd19091ed38adc95b43a70129b349\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://ed451eb0ed865b2d2338269134236d59ceafe4685d4b5df68843924620f6b715\",\"dweb:/ipfs/QmVr7hh9mnmfFzoJd4oXmuSfkXL2a4gdAKoRYXMfe3BFaE\"]}},\"version\":1}",
147
147
  "bytecode": "0x",
148
148
  "deployedBytecode": "0x",
149
149
  "immutableReferences": {},
@@ -160,13 +160,13 @@
160
160
  5744
161
161
  ],
162
162
  "ISuperAgreement": [
163
- 19280
163
+ 19356
164
164
  ],
165
165
  "SuperfluidErrors": [
166
- 19251
166
+ 19327
167
167
  ],
168
168
  "UUPSProxiable": [
169
- 37630
169
+ 37706
170
170
  ]
171
171
  },
172
172
  "id": 5745,
@@ -190,7 +190,7 @@
190
190
  "nameLocation": "-1:-1:-1",
191
191
  "nodeType": "ImportDirective",
192
192
  "scope": 5745,
193
- "sourceUnit": 37631,
193
+ "sourceUnit": 37707,
194
194
  "src": "60:67:27",
195
195
  "symbolAliases": [
196
196
  {
@@ -199,7 +199,7 @@
199
199
  "name": "UUPSProxiable",
200
200
  "nodeType": "Identifier",
201
201
  "overloadedDeclarations": [],
202
- "referencedDeclaration": 37630,
202
+ "referencedDeclaration": 37706,
203
203
  "src": "69:13:27",
204
204
  "typeDescriptions": {}
205
205
  },
@@ -215,7 +215,7 @@
215
215
  "nameLocation": "-1:-1:-1",
216
216
  "nodeType": "ImportDirective",
217
217
  "scope": 5745,
218
- "sourceUnit": 19281,
218
+ "sourceUnit": 19357,
219
219
  "src": "128:79:27",
220
220
  "symbolAliases": [
221
221
  {
@@ -224,7 +224,7 @@
224
224
  "name": "ISuperAgreement",
225
225
  "nodeType": "Identifier",
226
226
  "overloadedDeclarations": [],
227
- "referencedDeclaration": 19280,
227
+ "referencedDeclaration": 19356,
228
228
  "src": "137:15:27",
229
229
  "typeDescriptions": {}
230
230
  },
@@ -240,7 +240,7 @@
240
240
  "nameLocation": "-1:-1:-1",
241
241
  "nodeType": "ImportDirective",
242
242
  "scope": 5745,
243
- "sourceUnit": 19252,
243
+ "sourceUnit": 19328,
244
244
  "src": "208:76:27",
245
245
  "symbolAliases": [
246
246
  {
@@ -249,7 +249,7 @@
249
249
  "name": "SuperfluidErrors",
250
250
  "nodeType": "Identifier",
251
251
  "overloadedDeclarations": [],
252
- "referencedDeclaration": 19251,
252
+ "referencedDeclaration": 19327,
253
253
  "src": "217:16:27",
254
254
  "typeDescriptions": {}
255
255
  },
@@ -269,7 +269,7 @@
269
269
  "412:13:27"
270
270
  ],
271
271
  "nodeType": "IdentifierPath",
272
- "referencedDeclaration": 37630,
272
+ "referencedDeclaration": 37706,
273
273
  "src": "412:13:27"
274
274
  },
275
275
  "id": 5693,
@@ -284,7 +284,7 @@
284
284
  "431:15:27"
285
285
  ],
286
286
  "nodeType": "IdentifierPath",
287
- "referencedDeclaration": 19280,
287
+ "referencedDeclaration": 19356,
288
288
  "src": "431:15:27"
289
289
  },
290
290
  "id": 5695,
@@ -305,8 +305,8 @@
305
305
  "id": 5744,
306
306
  "linearizedBaseContracts": [
307
307
  5744,
308
- 19280,
309
- 37630,
308
+ 19356,
309
+ 37706,
310
310
  858
311
311
  ],
312
312
  "name": "AgreementBase",
@@ -448,7 +448,7 @@
448
448
  },
449
449
  {
450
450
  "baseFunctions": [
451
- 37570
451
+ 37646
452
452
  ],
453
453
  "body": {
454
454
  "id": 5719,
@@ -486,10 +486,10 @@
486
486
  "name": "ISuperAgreement",
487
487
  "nodeType": "Identifier",
488
488
  "overloadedDeclarations": [],
489
- "referencedDeclaration": 19280,
489
+ "referencedDeclaration": 19356,
490
490
  "src": "658:15:27",
491
491
  "typeDescriptions": {
492
- "typeIdentifier": "t_type$_t_contract$_ISuperAgreement_$19280_$",
492
+ "typeIdentifier": "t_type$_t_contract$_ISuperAgreement_$19356_$",
493
493
  "typeString": "type(contract ISuperAgreement)"
494
494
  }
495
495
  },
@@ -505,7 +505,7 @@
505
505
  "src": "658:21:27",
506
506
  "tryCall": false,
507
507
  "typeDescriptions": {
508
- "typeIdentifier": "t_contract$_ISuperAgreement_$19280",
508
+ "typeIdentifier": "t_contract$_ISuperAgreement_$19356",
509
509
  "typeString": "contract ISuperAgreement"
510
510
  }
511
511
  },
@@ -517,7 +517,7 @@
517
517
  "memberLocation": "680:13:27",
518
518
  "memberName": "agreementType",
519
519
  "nodeType": "MemberAccess",
520
- "referencedDeclaration": 19262,
520
+ "referencedDeclaration": 19338,
521
521
  "src": "658:35:27",
522
522
  "typeDescriptions": {
523
523
  "typeIdentifier": "t_function_external_view$__$returns$_t_bytes32_$",
@@ -609,7 +609,7 @@
609
609
  },
610
610
  {
611
611
  "baseFunctions": [
612
- 37558
612
+ 37634
613
613
  ],
614
614
  "body": {
615
615
  "id": 5742,
@@ -686,10 +686,10 @@
686
686
  "name": "SuperfluidErrors",
687
687
  "nodeType": "Identifier",
688
688
  "overloadedDeclarations": [],
689
- "referencedDeclaration": 19251,
689
+ "referencedDeclaration": 19327,
690
690
  "src": "847:16:27",
691
691
  "typeDescriptions": {
692
- "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19251_$",
692
+ "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19327_$",
693
693
  "typeString": "type(library SuperfluidErrors)"
694
694
  }
695
695
  },
@@ -701,7 +701,7 @@
701
701
  "memberLocation": "864:24:27",
702
702
  "memberName": "AGREEMENT_BASE_ONLY_HOST",
703
703
  "nodeType": "MemberAccess",
704
- "referencedDeclaration": 19250,
704
+ "referencedDeclaration": 19326,
705
705
  "src": "847:41:27",
706
706
  "typeDescriptions": {
707
707
  "typeIdentifier": "t_uint256",
@@ -721,10 +721,10 @@
721
721
  "name": "SuperfluidErrors",
722
722
  "nodeType": "Identifier",
723
723
  "overloadedDeclarations": [],
724
- "referencedDeclaration": 19251,
724
+ "referencedDeclaration": 19327,
725
725
  "src": "820:16:27",
726
726
  "typeDescriptions": {
727
- "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19251_$",
727
+ "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19327_$",
728
728
  "typeString": "type(library SuperfluidErrors)"
729
729
  }
730
730
  },
@@ -736,7 +736,7 @@
736
736
  "memberLocation": "837:9:27",
737
737
  "memberName": "ONLY_HOST",
738
738
  "nodeType": "MemberAccess",
739
- "referencedDeclaration": 19144,
739
+ "referencedDeclaration": 19213,
740
740
  "src": "820:26:27",
741
741
  "typeDescriptions": {
742
742
  "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$__$",
@@ -791,7 +791,7 @@
791
791
  "name": "_updateCodeAddress",
792
792
  "nodeType": "Identifier",
793
793
  "overloadedDeclarations": [],
794
- "referencedDeclaration": 37623,
794
+ "referencedDeclaration": 37699,
795
795
  "src": "906:18:27",
796
796
  "typeDescriptions": {
797
797
  "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
@@ -886,7 +886,7 @@
886
886
  "scope": 5745,
887
887
  "src": "373:573:27",
888
888
  "usedErrors": [
889
- 19144
889
+ 19213
890
890
  ]
891
891
  }
892
892
  ],
@@ -898,7 +898,7 @@
898
898
  },
899
899
  "networks": {},
900
900
  "schemaVersion": "3.4.9",
901
- "updatedAt": "2022-10-19T11:00:38.428Z",
901
+ "updatedAt": "2022-10-19T15:48:35.592Z",
902
902
  "devdoc": {
903
903
  "author": "Superfluid",
904
904
  "kind": "dev",