@superfluid-finance/ethereum-contracts 1.2.3-dev.f94fdbb.0 → 1.3.1-dev.7df8a6a.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. package/build/contracts/AccessControl.json +3 -3
  2. package/build/contracts/AccessControlEnumerable.json +3 -3
  3. package/build/contracts/Address.json +5 -5
  4. package/build/contracts/AgreementBase.json +13 -13
  5. package/build/contracts/AgreementLibrary.json +7 -7
  6. package/build/contracts/BaseRelayRecipient.json +5 -5
  7. package/build/contracts/BatchLiquidator.json +179 -179
  8. package/build/contracts/BatchOperation.json +5 -5
  9. package/build/contracts/CFAv1Library.json +5 -5
  10. package/build/contracts/CallUtils.json +7 -7
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +2107 -1917
  12. package/build/contracts/ConstantFlowAgreementV1.json +8 -8
  13. package/build/contracts/Context.json +3 -3
  14. package/build/contracts/ContextDefinitions.json +5 -5
  15. package/build/contracts/Create2.json +5 -5
  16. package/build/contracts/CustomSuperTokenBase.json +3 -3
  17. package/build/contracts/ERC165.json +3 -3
  18. package/build/contracts/ERC1820Implementer.json +5 -5
  19. package/build/contracts/ERC1820RegistryCompiled.json +7 -7
  20. package/build/contracts/ERC20.json +5 -5
  21. package/build/contracts/ERC20Burnable.json +3 -3
  22. package/build/contracts/ERC20Pausable.json +3 -3
  23. package/build/contracts/ERC20PresetMinterPauser.json +5 -5
  24. package/build/contracts/ERC20WithTokenInfo.json +3 -3
  25. package/build/contracts/ERC777Helper.json +7 -7
  26. package/build/contracts/ERC777RecipientDrainingGas.json +839 -839
  27. package/build/contracts/ERC777RecipientReverting.json +839 -839
  28. package/build/contracts/EnumerableSet.json +5 -5
  29. package/build/contracts/EventsEmitter.json +47 -47
  30. package/build/contracts/ExclusiveInflowTestApp.json +2107 -1917
  31. package/build/contracts/FixedSizeData.json +213 -213
  32. package/build/contracts/FlowExchangeTestApp.json +2107 -1917
  33. package/build/contracts/FlowOperatorDefinitions.json +5 -5
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +226 -312
  35. package/build/contracts/IAccessControl.json +3 -3
  36. package/build/contracts/IAccessControlEnumerable.json +3 -3
  37. package/build/contracts/IConstantFlowAgreementV1.json +451 -444
  38. package/build/contracts/IDAv1Library.json +5 -5
  39. package/build/contracts/IERC165.json +3 -3
  40. package/build/contracts/IERC1820Implementer.json +3 -3
  41. package/build/contracts/IERC1820Registry.json +3 -3
  42. package/build/contracts/IERC20.json +3 -3
  43. package/build/contracts/IERC20Metadata.json +3 -3
  44. package/build/contracts/IERC777.json +3 -3
  45. package/build/contracts/IERC777Recipient.json +3 -3
  46. package/build/contracts/IERC777Sender.json +3 -3
  47. package/build/contracts/IInstantDistributionAgreementV1.json +570 -559
  48. package/build/contracts/IMaticBridgedNativeSuperToken.json +71 -32
  49. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +3 -3
  50. package/build/contracts/IMultiSigWallet.json +3 -3
  51. package/build/contracts/IPureSuperToken.json +71 -32
  52. package/build/contracts/IPureSuperTokenCustom.json +3 -3
  53. package/build/contracts/IRelayRecipient.json +3 -3
  54. package/build/contracts/IResolver.json +3 -3
  55. package/build/contracts/ISETH.json +71 -32
  56. package/build/contracts/ISETHCustom.json +3 -3
  57. package/build/contracts/ISuperAgreement.json +3 -3
  58. package/build/contracts/ISuperApp.json +179 -173
  59. package/build/contracts/ISuperToken.json +522 -483
  60. package/build/contracts/ISuperTokenFactory.json +3 -3
  61. package/build/contracts/ISuperfluid.json +633 -628
  62. package/build/contracts/ISuperfluidGovernance.json +134 -133
  63. package/build/contracts/ISuperfluidToken.json +403 -394
  64. package/build/contracts/ITOGAv1.json +1211 -1211
  65. package/build/contracts/ITOGAv2.json +1211 -1211
  66. package/build/contracts/Initializable.json +3 -3
  67. package/build/contracts/InstantDistributionAgreementV1.json +10 -10
  68. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +194 -194
  69. package/build/contracts/NonClosableOutflowTestApp.json +2107 -1917
  70. package/build/contracts/Ownable.json +3 -3
  71. package/build/contracts/Pausable.json +3 -3
  72. package/build/contracts/Proxy.json +3 -3
  73. package/build/contracts/PureSuperToken.json +91 -91
  74. package/build/contracts/Resolver.json +96 -96
  75. package/build/contracts/SETHProxy.json +199 -199
  76. package/build/contracts/SafeCast.json +5 -5
  77. package/build/contracts/SafeERC20.json +5 -5
  78. package/build/contracts/SafeMath.json +5 -5
  79. package/build/contracts/SelfDeletingFlowTestApp.json +2107 -1917
  80. package/build/contracts/SlotsBitmapLibrary.json +7 -7
  81. package/build/contracts/Strings.json +5 -5
  82. package/build/contracts/SuperAppBase.json +3 -3
  83. package/build/contracts/SuperAppDefinitions.json +5 -5
  84. package/build/contracts/SuperToken.json +2262 -2262
  85. package/build/contracts/SuperTokenFactory.json +582 -582
  86. package/build/contracts/SuperTokenFactoryBase.json +576 -576
  87. package/build/contracts/SuperTokenFactoryHelper.json +578 -578
  88. package/build/contracts/SuperUpgrader.json +687 -687
  89. package/build/contracts/Superfluid.json +6648 -6678
  90. package/build/contracts/SuperfluidFrameworkDeployer.json +526 -526
  91. package/build/contracts/SuperfluidGovernanceBase.json +13 -13
  92. package/build/contracts/SuperfluidGovernanceConfigs.json +5 -5
  93. package/build/contracts/SuperfluidGovernanceII.json +21 -21
  94. package/build/contracts/SuperfluidGovernanceIIProxy.json +20 -20
  95. package/build/contracts/SuperfluidLoader.json +147 -147
  96. package/build/contracts/SuperfluidToken.json +1269 -1269
  97. package/build/contracts/TOGA.json +1221 -1221
  98. package/build/contracts/TestGovernance.json +315 -315
  99. package/build/contracts/TestToken.json +475 -561
  100. package/build/contracts/TokenCustodian.json +220 -220
  101. package/build/contracts/TokenInfo.json +3 -3
  102. package/build/contracts/UUPSProxiable.json +136 -136
  103. package/build/contracts/UUPSProxy.json +87 -87
  104. package/build/contracts/UUPSUtils.json +43 -43
  105. package/build/contracts-sizes.txt +6 -6
  106. package/contracts/agreements/AgreementBase.sol +1 -1
  107. package/contracts/agreements/AgreementLibrary.sol +1 -1
  108. package/contracts/agreements/ConstantFlowAgreementV1.sol +1 -1
  109. package/contracts/agreements/InstantDistributionAgreementV1.sol +1 -1
  110. package/contracts/gov/SuperfluidGovernanceBase.sol +1 -1
  111. package/contracts/gov/SuperfluidGovernanceII.sol +1 -1
  112. package/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol +7 -10
  113. package/contracts/interfaces/agreements/IInstantDistributionAgreementV1.sol +11 -18
  114. package/contracts/interfaces/superfluid/ISuperApp.sol +7 -9
  115. package/contracts/interfaces/superfluid/ISuperToken.sol +36 -44
  116. package/contracts/interfaces/superfluid/ISuperfluid.sol +17 -21
  117. package/contracts/interfaces/superfluid/ISuperfluidGovernance.sol +1 -1
  118. package/contracts/interfaces/superfluid/ISuperfluidToken.sol +13 -14
  119. package/contracts/libs/BaseRelayRecipient.sol +1 -1
  120. package/contracts/libs/CallUtils.sol +1 -1
  121. package/contracts/libs/ERC1820RegistryCompiled.sol +1 -1
  122. package/contracts/libs/ERC777Helper.sol +1 -1
  123. package/contracts/libs/EventsEmitter.sol +2 -2
  124. package/contracts/libs/FixedSizeData.sol +2 -2
  125. package/contracts/libs/SlotsBitmapLibrary.sol +1 -1
  126. package/contracts/mocks/AgreementMock.sol +1 -1
  127. package/contracts/mocks/CFAAppMocks.sol +6 -6
  128. package/contracts/mocks/CFALibraryMock.sol +2 -2
  129. package/contracts/mocks/CallUtilsMock.sol +1 -1
  130. package/contracts/mocks/CallUtilsTester.sol +1 -1
  131. package/contracts/mocks/CustomSuperTokenMock.sol +1 -1
  132. package/contracts/mocks/ERC777SenderRecipientMock.sol +1 -1
  133. package/contracts/mocks/FakeSuperfluidMock.sol +1 -1
  134. package/contracts/mocks/ForwarderMock.sol +1 -1
  135. package/contracts/mocks/IDASuperAppTester.sol +2 -2
  136. package/contracts/mocks/IDAv1LibraryMock.sol +3 -3
  137. package/contracts/mocks/MockSmartWallet.sol +1 -1
  138. package/contracts/mocks/MultiFlowTesterApp.sol +2 -2
  139. package/contracts/mocks/SuperAppMocks.sol +15 -12
  140. package/contracts/mocks/SuperTokenFactoryMock.sol +1 -1
  141. package/contracts/mocks/SuperTokenMock.sol +1 -1
  142. package/contracts/mocks/SuperfluidDestructorMock.sol +1 -1
  143. package/contracts/mocks/SuperfluidGovernanceIIMock.sol +1 -1
  144. package/contracts/mocks/SuperfluidMock.sol +2 -2
  145. package/contracts/mocks/UUPSProxiableMock.sol +1 -1
  146. package/contracts/superfluid/FullUpgradableSuperTokenProxy.sol +2 -2
  147. package/contracts/superfluid/SuperToken.sol +1 -1
  148. package/contracts/superfluid/SuperTokenFactory.sol +1 -1
  149. package/contracts/superfluid/Superfluid.sol +4 -4
  150. package/contracts/superfluid/SuperfluidToken.sol +1 -1
  151. package/contracts/tokens/MaticBridgedNativeSuperToken.sol +1 -1
  152. package/contracts/tokens/PureSuperToken.sol +1 -1
  153. package/contracts/tokens/SETH.sol +1 -1
  154. package/contracts/upgradability/UUPSProxiable.sol +1 -1
  155. package/contracts/upgradability/UUPSProxy.sol +1 -1
  156. package/contracts/upgradability/UUPSUtils.sol +1 -1
  157. package/contracts/utils/BatchLiquidator.sol +1 -1
  158. package/contracts/utils/Resolver.sol +1 -1
  159. package/contracts/utils/SuperUpgrader.sol +6 -6
  160. package/contracts/utils/SuperfluidLoader.sol +1 -1
  161. package/contracts/utils/TOGA.sol +1 -1
  162. package/contracts/utils/TestGovernance.sol +2 -2
  163. package/contracts/utils/TestToken.sol +2 -2
  164. package/contracts/utils/TokenCustodian.sol +1 -1
  165. package/package.json +5 -3
  166. package/scripts/deploy-framework.js +5 -5
  167. package/scripts/deploy-super-token.js +13 -4
  168. package/scripts/gov-create-new-app-registration-key.js +2 -1
  169. package/scripts/gov-create-new-factory-registration.js +1 -1
  170. package/scripts/libs/getConfig.js +21 -3
  171. package/scripts/resolver-list-super-token.js +1 -0
@@ -54,11 +54,11 @@
54
54
  "type": "function"
55
55
  }
56
56
  ],
57
- "metadata": "{\"compiler\":{\"version\":\"0.8.13+commit.abaa5c0e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract IResolver\",\"name\":\"resolver\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"releaseVersion\",\"type\":\"string\"}],\"name\":\"loadFramework\",\"outputs\":[{\"components\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"superfluid\",\"type\":\"address\"},{\"internalType\":\"contract ISuperTokenFactory\",\"name\":\"superTokenFactory\",\"type\":\"address\"},{\"internalType\":\"contract ISuperAgreement\",\"name\":\"agreementCFAv1\",\"type\":\"address\"},{\"internalType\":\"contract ISuperAgreement\",\"name\":\"agreementIDAv1\",\"type\":\"address\"}],\"internalType\":\"struct SuperfluidLoader.Framework\",\"name\":\"result\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"details\":\"A on-chain utility contract for loading framework objects in one view function. NOTE: Q: Why don't we just use https://www.npmjs.com/package/ethereum-multicall? A: Well, no strong reason other than also allowing on-chain one view function loading.\",\"kind\":\"dev\",\"methods\":{\"loadFramework(string)\":{\"details\":\"Load framework objects\",\"params\":{\"releaseVersion\":\"Protocol release version of the deployment\"}}},\"title\":\"Superfluid loader contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/utils/SuperfluidLoader.sol\":\"SuperfluidLoader\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0xbbc8ac883ac3c0078ce5ad3e288fbb3ffcc8a30c3a98c0fda0114d64fc44fca2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87a7a5d2f6f63f84598af02b8c50ca2df2631cb8ba2453e8d95fcb17e4be9824\",\"dweb:/ipfs/QmR76hqtAcRqoFj33tmNjcWTLrgNsAaakYwnKZ8zoJtKei\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0xe4e0b7e3f0265ffaa565d26acd2d45f2633f19127ed625e5a05a9f201a87a667\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1762b5bc15a009b5f092ccf547b81e0827c8705884f18e0623e497658514a7ed\",\"dweb:/ipfs/QmTtmVQYuynan3j2uVjdjjRJS1mr7LPRgxSZNnfqC7oxkz\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x199095781e4221b6015d859558da09977f79199f38d342ab4899c2cecdf8cec1\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://9fd3a5a8b16d8517e2af10e20390a9af5adbfa4e783e3a7dd89eb4588db98385\",\"dweb:/ipfs/QmPDtGR43DeMMVsHjUh7FYzMGsFKPpGriRkaahFpN5T5d3\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x57f4203168992c940eb6b8c7cc75f854cb36a1f9323b3f39ddc5e4fbe819c043\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://888941dfa3e5004f678f215b98a85d1bf54e412317928a78e0a1cff090773d4c\",\"dweb:/ipfs/QmVe838upcAyqpy1d3oQNHJrbRyWCKHL51zWrMKruvLxFG\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0x3cb0b7216007b942f7611d7b3d983c0df9408fdd4fd6b799c33fc9033e0abf8b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://17901a1fd3635f441671e14ece8ecc6806af20c5eb80cca3b7c6e53a51fef7b6\",\"dweb:/ipfs/QmUXXMfU6nmsyEnufyGEwyZ5M7pzpXNTr6vw32e3JjjoZp\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0x2d9b845469a35b66f1166406149ac85e933dbe9156f57e4a4078948e6a6e71a4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://48e5cb11d4b90e42af521e23b33d57e12187c989d8d56be332b1649308168d45\",\"dweb:/ipfs/QmdaTW4HfpFfHjkHiJ3CmZUmCfLJyFCPTnCygwhiNhx3Tu\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0x2166f766b7f61f9bb1376b0948efa0d0c0046b93dc301e51ce495203b145189b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://929630e6a15f523b142b2897783b2f7a54532ac5ae578bd17a0b7f25a6ca2bd8\",\"dweb:/ipfs/QmTu9ffH9qbQncJGEc24bmnoCGjifQ7BG47AYR8AzMLfXR\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x518b869178aafffde40c654a1e24b3b1a2b5e42e5e8f17562556f404db8b9434\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://458ce84666b418fa3a7569c0e109db4d920fb6d1cb67ebc4c497c9c71107d93b\",\"dweb:/ipfs/QmV9nqhRF7MDGkV6UW3WWcqeXov2vmqHuRcvbqaaV8yP6u\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"project:/contracts/interfaces/utils/IResolver.sol\":{\"keccak256\":\"0xac74894c775af067d6caccdde0966c54a5e4ebefb0903bc7334c964359bf2f69\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://393980f96e0a4499a543d86f040339eb06ab4617808a53e33462ff8af8dc974e\",\"dweb:/ipfs/QmZGWZLEBYVp5NyTK5ifDJH9G5rfzQ84Pag7rpF2U1zKH2\"]},\"project:/contracts/utils/SuperfluidLoader.sol\":{\"keccak256\":\"0x64b87e2c2171ca0111c11e901c91b3d31e0dee73ccb4361a7e23b6ae527e35c4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://9c9d3c459332ccafffb893d57129fb0366c0965add6b377db6dcc49b79806652\",\"dweb:/ipfs/QmXceobdjVErv7JqwdFKU3a8B8wdgYQkRgizTuTdEpFZnc\"]}},\"version\":1}",
58
- "bytecode": "0x60a060405234801561001057600080fd5b506040516104f13803806104f183398101604081905261002f91610040565b6001600160a01b0316608052610070565b60006020828403121561005257600080fd5b81516001600160a01b038116811461006957600080fd5b9392505050565b60805161046761008a600039600060b501526104676000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063f490e2f014610030575b600080fd5b61004361003e366004610307565b61008f565b604051610086919081516001600160a01b039081168252602080840151821690830152604080840151821690830152606092830151169181019190915260800190565b60405180910390f35b6040805160808101825260008082526020820181905291810182905260608101919091527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663693ec85e84846040516020016100f5929190610379565b6040516020818303038152906040526040518263ffffffff1660e01b815260040161012091906103a0565b602060405180830381865afa15801561013d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610161919061040d565b6001600160a01b03168082526040805163398d76b760e11b8152905163731aed6e916004808201926020929091908290030181865afa1580156101a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101cc919061040d565b6001600160a01b0390811660208301528151604051635b69006f60e11b81527fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3600482015291169063b6d200de90602401602060405180830381865afa15801561023a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061025e919061040d565b6001600160a01b0390811660408381019190915282519051635b69006f60e11b81527f8aedc3b5d4bf031e11a7e2940f7251c005698405d58e02e1c247fed3b1b3a674600482015291169063b6d200de90602401602060405180830381865afa1580156102cf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f3919061040d565b6001600160a01b0316606082015292915050565b6000806020838503121561031a57600080fd5b823567ffffffffffffffff8082111561033257600080fd5b818501915085601f83011261034657600080fd5b81358181111561035557600080fd5b86602082850101111561036757600080fd5b60209290920196919550909350505050565b6a29bab832b933363ab4b21760a91b81528183600b83013760009101600b01908152919050565b600060208083528351808285015260005b818110156103cd578581018301518582016040015282016103b1565b818111156103df576000604083870101525b50601f01601f1916929092016040019392505050565b6001600160a01b038116811461040a57600080fd5b50565b60006020828403121561041f57600080fd5b815161042a816103f5565b939250505056fea2646970667358221220b42b23fc9e21433646aa6eb2255ceaea58fcb88c76384d42ef4ef2f61317b07164736f6c634300080d0033",
59
- "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061002b5760003560e01c8063f490e2f014610030575b600080fd5b61004361003e366004610307565b61008f565b604051610086919081516001600160a01b039081168252602080840151821690830152604080840151821690830152606092830151169181019190915260800190565b60405180910390f35b6040805160808101825260008082526020820181905291810182905260608101919091527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663693ec85e84846040516020016100f5929190610379565b6040516020818303038152906040526040518263ffffffff1660e01b815260040161012091906103a0565b602060405180830381865afa15801561013d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610161919061040d565b6001600160a01b03168082526040805163398d76b760e11b8152905163731aed6e916004808201926020929091908290030181865afa1580156101a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101cc919061040d565b6001600160a01b0390811660208301528151604051635b69006f60e11b81527fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3600482015291169063b6d200de90602401602060405180830381865afa15801561023a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061025e919061040d565b6001600160a01b0390811660408381019190915282519051635b69006f60e11b81527f8aedc3b5d4bf031e11a7e2940f7251c005698405d58e02e1c247fed3b1b3a674600482015291169063b6d200de90602401602060405180830381865afa1580156102cf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f3919061040d565b6001600160a01b0316606082015292915050565b6000806020838503121561031a57600080fd5b823567ffffffffffffffff8082111561033257600080fd5b818501915085601f83011261034657600080fd5b81358181111561035557600080fd5b86602082850101111561036757600080fd5b60209290920196919550909350505050565b6a29bab832b933363ab4b21760a91b81528183600b83013760009101600b01908152919050565b600060208083528351808285015260005b818110156103cd578581018301518582016040015282016103b1565b818111156103df576000604083870101525b50601f01601f1916929092016040019392505050565b6001600160a01b038116811461040a57600080fd5b50565b60006020828403121561041f57600080fd5b815161042a816103f5565b939250505056fea2646970667358221220b42b23fc9e21433646aa6eb2255ceaea58fcb88c76384d42ef4ef2f61317b07164736f6c634300080d0033",
57
+ "metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract IResolver\",\"name\":\"resolver\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"releaseVersion\",\"type\":\"string\"}],\"name\":\"loadFramework\",\"outputs\":[{\"components\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"superfluid\",\"type\":\"address\"},{\"internalType\":\"contract ISuperTokenFactory\",\"name\":\"superTokenFactory\",\"type\":\"address\"},{\"internalType\":\"contract ISuperAgreement\",\"name\":\"agreementCFAv1\",\"type\":\"address\"},{\"internalType\":\"contract ISuperAgreement\",\"name\":\"agreementIDAv1\",\"type\":\"address\"}],\"internalType\":\"struct SuperfluidLoader.Framework\",\"name\":\"result\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"details\":\"A on-chain utility contract for loading framework objects in one view function. NOTE: Q: Why don't we just use https://www.npmjs.com/package/ethereum-multicall? A: Well, no strong reason other than also allowing on-chain one view function loading.\",\"kind\":\"dev\",\"methods\":{\"loadFramework(string)\":{\"details\":\"Load framework objects\",\"params\":{\"releaseVersion\":\"Protocol release version of the deployment\"}}},\"title\":\"Superfluid loader contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/utils/SuperfluidLoader.sol\":\"SuperfluidLoader\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0xbbc8ac883ac3c0078ce5ad3e288fbb3ffcc8a30c3a98c0fda0114d64fc44fca2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87a7a5d2f6f63f84598af02b8c50ca2df2631cb8ba2453e8d95fcb17e4be9824\",\"dweb:/ipfs/QmR76hqtAcRqoFj33tmNjcWTLrgNsAaakYwnKZ8zoJtKei\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0xe4e0b7e3f0265ffaa565d26acd2d45f2633f19127ed625e5a05a9f201a87a667\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1762b5bc15a009b5f092ccf547b81e0827c8705884f18e0623e497658514a7ed\",\"dweb:/ipfs/QmTtmVQYuynan3j2uVjdjjRJS1mr7LPRgxSZNnfqC7oxkz\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x199095781e4221b6015d859558da09977f79199f38d342ab4899c2cecdf8cec1\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://9fd3a5a8b16d8517e2af10e20390a9af5adbfa4e783e3a7dd89eb4588db98385\",\"dweb:/ipfs/QmPDtGR43DeMMVsHjUh7FYzMGsFKPpGriRkaahFpN5T5d3\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0xf16efd1ba72322e77e0d936b723c0e71eb14c23e11cf69efae8c7caa407012cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://ff4bb321b72dc3332984346e5b66ad131c6132101658fe6707d7a9d043f981ab\",\"dweb:/ipfs/QmXmVD2mZ3LRb7wQZ2VcrpYhtjm21zUe5hPDDDJA1WXbFz\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"project:/contracts/interfaces/utils/IResolver.sol\":{\"keccak256\":\"0xac74894c775af067d6caccdde0966c54a5e4ebefb0903bc7334c964359bf2f69\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://393980f96e0a4499a543d86f040339eb06ab4617808a53e33462ff8af8dc974e\",\"dweb:/ipfs/QmZGWZLEBYVp5NyTK5ifDJH9G5rfzQ84Pag7rpF2U1zKH2\"]},\"project:/contracts/utils/SuperfluidLoader.sol\":{\"keccak256\":\"0x53beb56b6af29efd14c17bb280c6cd72cc31447fe3f6dbe8369b80efb29c9831\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://93724edf5dd1959b46f33cb632e721e14feb2c5d0c8d85495cdffd1df939920c\",\"dweb:/ipfs/QmV2ycgeJyyWRTAZDF93RhXhjdt7sX3ykCGPUEynsCTrFC\"]}},\"version\":1}",
58
+ "bytecode": "0x60a060405234801561001057600080fd5b506040516104f13803806104f183398101604081905261002f91610040565b6001600160a01b0316608052610070565b60006020828403121561005257600080fd5b81516001600160a01b038116811461006957600080fd5b9392505050565b60805161046761008a600039600060b501526104676000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063f490e2f014610030575b600080fd5b61004361003e366004610307565b61008f565b604051610086919081516001600160a01b039081168252602080840151821690830152604080840151821690830152606092830151169181019190915260800190565b60405180910390f35b6040805160808101825260008082526020820181905291810182905260608101919091527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663693ec85e84846040516020016100f5929190610379565b6040516020818303038152906040526040518263ffffffff1660e01b815260040161012091906103a0565b602060405180830381865afa15801561013d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610161919061040d565b6001600160a01b03168082526040805163398d76b760e11b8152905163731aed6e916004808201926020929091908290030181865afa1580156101a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101cc919061040d565b6001600160a01b0390811660208301528151604051635b69006f60e11b81527fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3600482015291169063b6d200de90602401602060405180830381865afa15801561023a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061025e919061040d565b6001600160a01b0390811660408381019190915282519051635b69006f60e11b81527f8aedc3b5d4bf031e11a7e2940f7251c005698405d58e02e1c247fed3b1b3a674600482015291169063b6d200de90602401602060405180830381865afa1580156102cf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f3919061040d565b6001600160a01b0316606082015292915050565b6000806020838503121561031a57600080fd5b823567ffffffffffffffff8082111561033257600080fd5b818501915085601f83011261034657600080fd5b81358181111561035557600080fd5b86602082850101111561036757600080fd5b60209290920196919550909350505050565b6a29bab832b933363ab4b21760a91b81528183600b83013760009101600b01908152919050565b600060208083528351808285015260005b818110156103cd578581018301518582016040015282016103b1565b818111156103df576000604083870101525b50601f01601f1916929092016040019392505050565b6001600160a01b038116811461040a57600080fd5b50565b60006020828403121561041f57600080fd5b815161042a816103f5565b939250505056fea2646970667358221220d3c14ec7f7ac011c6c487cfe0424e93b12468c7364285b813864f2d68661508164736f6c634300080e0033",
59
+ "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061002b5760003560e01c8063f490e2f014610030575b600080fd5b61004361003e366004610307565b61008f565b604051610086919081516001600160a01b039081168252602080840151821690830152604080840151821690830152606092830151169181019190915260800190565b60405180910390f35b6040805160808101825260008082526020820181905291810182905260608101919091527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663693ec85e84846040516020016100f5929190610379565b6040516020818303038152906040526040518263ffffffff1660e01b815260040161012091906103a0565b602060405180830381865afa15801561013d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610161919061040d565b6001600160a01b03168082526040805163398d76b760e11b8152905163731aed6e916004808201926020929091908290030181865afa1580156101a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101cc919061040d565b6001600160a01b0390811660208301528151604051635b69006f60e11b81527fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3600482015291169063b6d200de90602401602060405180830381865afa15801561023a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061025e919061040d565b6001600160a01b0390811660408381019190915282519051635b69006f60e11b81527f8aedc3b5d4bf031e11a7e2940f7251c005698405d58e02e1c247fed3b1b3a674600482015291169063b6d200de90602401602060405180830381865afa1580156102cf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f3919061040d565b6001600160a01b0316606082015292915050565b6000806020838503121561031a57600080fd5b823567ffffffffffffffff8082111561033257600080fd5b818501915085601f83011261034657600080fd5b81358181111561035557600080fd5b86602082850101111561036757600080fd5b60209290920196919550909350505050565b6a29bab832b933363ab4b21760a91b81528183600b83013760009101600b01908152919050565b600060208083528351808285015260005b818110156103cd578581018301518582016040015282016103b1565b818111156103df576000604083870101525b50601f01601f1916929092016040019392505050565b6001600160a01b038116811461040a57600080fd5b50565b60006020828403121561041f57600080fd5b815161042a816103f5565b939250505056fea2646970667358221220d3c14ec7f7ac011c6c487cfe0424e93b12468c7364285b813864f2d68661508164736f6c634300080e0033",
60
60
  "immutableReferences": {
61
- "35755": [
61
+ "35774": [
62
62
  {
63
63
  "length": 32,
64
64
  "start": 181
@@ -1365,7 +1365,7 @@
1365
1365
  }
1366
1366
  ]
1367
1367
  },
1368
- "name": "abi_encode_tuple_t_struct$_Framework_$35768_memory_ptr__to_t_struct$_Framework_$35768_memory_ptr__fromStack_reversed",
1368
+ "name": "abi_encode_tuple_t_struct$_Framework_$35787_memory_ptr__to_t_struct$_Framework_$35787_memory_ptr__fromStack_reversed",
1369
1369
  "nodeType": "YulFunctionDefinition",
1370
1370
  "parameters": [
1371
1371
  {
@@ -2893,7 +2893,7 @@
2893
2893
  }
2894
2894
  ]
2895
2895
  },
2896
- "contents": "{\n { }\n function abi_decode_tuple_t_string_calldata_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if iszero(slt(add(_2, 0x1f), dataEnd)) { revert(0, 0) }\n let length := calldataload(_2)\n if gt(length, _1) { revert(0, 0) }\n if gt(add(add(_2, length), 32), dataEnd) { revert(0, 0) }\n value0 := add(_2, 32)\n value1 := length\n }\n function abi_encode_tuple_t_struct$_Framework_$35768_memory_ptr__to_t_struct$_Framework_$35768_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 128)\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(mload(value0), _1))\n mstore(add(headStart, 0x20), and(mload(add(value0, 0x20)), _1))\n mstore(add(headStart, 0x40), and(mload(add(value0, 0x40)), _1))\n mstore(add(headStart, 0x60), and(mload(add(value0, 0x60)), _1))\n }\n function abi_encode_tuple_packed_t_stringliteral_ccf6210afbd487f8aa94c84f25b982d4a329b89ca8db9ab89edc2e3792dd405e_t_string_calldata_ptr__to_t_bytes11_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value1, value0) -> end\n {\n mstore(pos, \"Superfluid.\")\n calldatacopy(add(pos, 11), value0, value1)\n let _1 := add(add(pos, value1), 11)\n mstore(_1, 0)\n end := _1\n }\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n let _1 := 32\n mstore(headStart, _1)\n let length := mload(value0)\n mstore(add(headStart, _1), length)\n let i := 0\n for { } lt(i, length) { i := add(i, _1) }\n {\n mstore(add(add(headStart, i), 64), mload(add(add(value0, i), _1)))\n }\n if gt(i, length)\n {\n mstore(add(add(headStart, length), 64), 0)\n }\n tail := add(add(headStart, and(add(length, 31), not(31))), 64)\n }\n function validator_revert_address(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_address_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function abi_decode_tuple_t_contract$_ISuperTokenFactory_$17850_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_decode_tuple_t_contract$_ISuperAgreement_$17271_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n}",
2896
+ "contents": "{\n { }\n function abi_decode_tuple_t_string_calldata_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if iszero(slt(add(_2, 0x1f), dataEnd)) { revert(0, 0) }\n let length := calldataload(_2)\n if gt(length, _1) { revert(0, 0) }\n if gt(add(add(_2, length), 32), dataEnd) { revert(0, 0) }\n value0 := add(_2, 32)\n value1 := length\n }\n function abi_encode_tuple_t_struct$_Framework_$35787_memory_ptr__to_t_struct$_Framework_$35787_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 128)\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(mload(value0), _1))\n mstore(add(headStart, 0x20), and(mload(add(value0, 0x20)), _1))\n mstore(add(headStart, 0x40), and(mload(add(value0, 0x40)), _1))\n mstore(add(headStart, 0x60), and(mload(add(value0, 0x60)), _1))\n }\n function abi_encode_tuple_packed_t_stringliteral_ccf6210afbd487f8aa94c84f25b982d4a329b89ca8db9ab89edc2e3792dd405e_t_string_calldata_ptr__to_t_bytes11_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value1, value0) -> end\n {\n mstore(pos, \"Superfluid.\")\n calldatacopy(add(pos, 11), value0, value1)\n let _1 := add(add(pos, value1), 11)\n mstore(_1, 0)\n end := _1\n }\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n let _1 := 32\n mstore(headStart, _1)\n let length := mload(value0)\n mstore(add(headStart, _1), length)\n let i := 0\n for { } lt(i, length) { i := add(i, _1) }\n {\n mstore(add(add(headStart, i), 64), mload(add(add(value0, i), _1)))\n }\n if gt(i, length)\n {\n mstore(add(add(headStart, length), 64), 0)\n }\n tail := add(add(headStart, and(add(length, 31), not(31))), 64)\n }\n function validator_revert_address(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_address_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function abi_decode_tuple_t_contract$_ISuperTokenFactory_$17850_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_decode_tuple_t_contract$_ISuperAgreement_$17271_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n}",
2897
2897
  "id": 105,
2898
2898
  "language": "Yul",
2899
2899
  "name": "#utility.yul"
@@ -2901,7 +2901,7 @@
2901
2901
  ],
2902
2902
  "sourceMap": "580:1172:100:-:0;;;845:69;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;887:20:100;;;580:1172;;14:309:105;103:6;156:2;144:9;135:7;131:23;127:32;124:52;;;172:1;169;162:12;124:52;198:16;;-1:-1:-1;;;;;243:31:105;;233:42;;223:70;;289:1;286;279:12;223:70;312:5;14:309;-1:-1:-1;;;14:309:105:o;:::-;580:1172:100;;;;;;;;;;;;",
2903
2903
  "deployedSourceMap": "580:1172:100:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1043:707;;;;;;:::i;:::-;;:::i;:::-;;;;;;874:13:105;;-1:-1:-1;;;;;870:22:105;;;852:41;;953:4;941:17;;;935:24;931:33;;909:20;;;902:63;1025:4;1013:17;;;1007:24;1003:33;;981:20;;;974:63;1097:4;1085:17;;;1079:24;1075:33;1053:20;;;1046:63;;;;801:3;786:19;;611:504;1043:707:100;;;;;;;;;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1249:9:100;-1:-1:-1;;;;;1249:13:100;;1305:14;;1276:44;;;;;;;;;:::i;:::-;;;;;;;;;;;;;1249:81;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;1217:114:100;;;;1368:40;;;-1:-1:-1;;;1368:40:100;;;;:38;;:40;;;;;;;;;;;;;;;1217:114;1368:40;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;1341:67:100;;;:24;;;:67;1442:17;;:130;;-1:-1:-1;;;1442:130:100;;1491:71;1442:130;;;2966:25:105;1442:35:100;;;;;2939:18:105;;1442:130:100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;1418:154:100;;;:21;;;;:154;;;;1606:17;;:137;;-1:-1:-1;;;1606:137:100;;1655:78;1606:137;;;2966:25:105;1606:35:100;;;;;2939:18:105;;1606:137:100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;1582:161:100;:21;;;:161;:6;1043:707;-1:-1:-1;;1043:707:100:o;14:592:105:-;85:6;93;146:2;134:9;125:7;121:23;117:32;114:52;;;162:1;159;152:12;114:52;202:9;189:23;231:18;272:2;264:6;261:14;258:34;;;288:1;285;278:12;258:34;326:6;315:9;311:22;301:32;;371:7;364:4;360:2;356:13;352:27;342:55;;393:1;390;383:12;342:55;433:2;420:16;459:2;451:6;448:14;445:34;;;475:1;472;465:12;445:34;520:7;515:2;506:6;502:2;498:15;494:24;491:37;488:57;;;541:1;538;531:12;488:57;572:2;564:11;;;;;594:6;;-1:-1:-1;14:592:105;;-1:-1:-1;;;;14:592:105:o;1120:417::-;-1:-1:-1;;;1377:3:105;1370:26;1440:6;1432;1427:2;1422:3;1418:12;1405:42;1352:3;1470:16;;1488:2;1466:25;1500:13;;;1466:25;1120:417;-1:-1:-1;1120:417:105:o;1542:597::-;1654:4;1683:2;1712;1701:9;1694:21;1744:6;1738:13;1787:6;1782:2;1771:9;1767:18;1760:34;1812:1;1822:140;1836:6;1833:1;1830:13;1822:140;;;1931:14;;;1927:23;;1921:30;1897:17;;;1916:2;1893:26;1886:66;1851:10;;1822:140;;;1980:6;1977:1;1974:13;1971:91;;;2050:1;2045:2;2036:6;2025:9;2021:22;2017:31;2010:42;1971:91;-1:-1:-1;2123:2:105;2102:15;-1:-1:-1;;2098:29:105;2083:45;;;;2130:2;2079:54;;1542:597;-1:-1:-1;;;1542:597:105:o;2144:131::-;-1:-1:-1;;;;;2219:31:105;;2209:42;;2199:70;;2265:1;2262;2255:12;2199:70;2144:131;:::o;2280:251::-;2350:6;2403:2;2391:9;2382:7;2378:23;2374:32;2371:52;;;2419:1;2416;2409:12;2371:52;2451:9;2445:16;2470:31;2495:5;2470:31;:::i;:::-;2520:5;2280:251;-1:-1:-1;;;2280:251:105:o",
2904
- "source": "// SPDX-License-Identifier: AGPLv3\npragma solidity 0.8.13;\n\nimport { IResolver } from \"../interfaces/utils/IResolver.sol\";\nimport {\n ISuperfluid,\n ISuperTokenFactory,\n ISuperAgreement\n} from \"../interfaces/superfluid/ISuperfluid.sol\";\n\n/**\n * @title Superfluid loader contract\n * @author Superfluid\n * @dev A on-chain utility contract for loading framework objects in one view function.\n *\n * NOTE:\n * Q: Why don't we just use https://www.npmjs.com/package/ethereum-multicall?\n * A: Well, no strong reason other than also allowing on-chain one view function loading.\n */\ncontract SuperfluidLoader {\n\n IResolver private immutable _resolver;\n\n struct Framework {\n ISuperfluid superfluid;\n ISuperTokenFactory superTokenFactory;\n ISuperAgreement agreementCFAv1;\n ISuperAgreement agreementIDAv1;\n }\n\n constructor(IResolver resolver) {\n _resolver = resolver;\n }\n\n /**\n * @dev Load framework objects\n * @param releaseVersion Protocol release version of the deployment\n */\n function loadFramework(string calldata releaseVersion)\n external view\n returns (Framework memory result)\n {\n // load superfluid host contract\n result.superfluid = ISuperfluid(_resolver.get(\n string.concat(\"Superfluid.\", releaseVersion)\n ));\n result.superTokenFactory = result.superfluid.getSuperTokenFactory();\n result.agreementCFAv1 = result.superfluid.getAgreementClass(\n keccak256(\"org.superfluid-finance.agreements.ConstantFlowAgreement.v1\")\n );\n result.agreementIDAv1 = result.superfluid.getAgreementClass(\n keccak256(\"org.superfluid-finance.agreements.InstantDistributionAgreement.v1\")\n );\n }\n}\n",
2904
+ "source": "// SPDX-License-Identifier: AGPLv3\npragma solidity 0.8.14;\n\nimport { IResolver } from \"../interfaces/utils/IResolver.sol\";\nimport {\n ISuperfluid,\n ISuperTokenFactory,\n ISuperAgreement\n} from \"../interfaces/superfluid/ISuperfluid.sol\";\n\n/**\n * @title Superfluid loader contract\n * @author Superfluid\n * @dev A on-chain utility contract for loading framework objects in one view function.\n *\n * NOTE:\n * Q: Why don't we just use https://www.npmjs.com/package/ethereum-multicall?\n * A: Well, no strong reason other than also allowing on-chain one view function loading.\n */\ncontract SuperfluidLoader {\n\n IResolver private immutable _resolver;\n\n struct Framework {\n ISuperfluid superfluid;\n ISuperTokenFactory superTokenFactory;\n ISuperAgreement agreementCFAv1;\n ISuperAgreement agreementIDAv1;\n }\n\n constructor(IResolver resolver) {\n _resolver = resolver;\n }\n\n /**\n * @dev Load framework objects\n * @param releaseVersion Protocol release version of the deployment\n */\n function loadFramework(string calldata releaseVersion)\n external view\n returns (Framework memory result)\n {\n // load superfluid host contract\n result.superfluid = ISuperfluid(_resolver.get(\n string.concat(\"Superfluid.\", releaseVersion)\n ));\n result.superTokenFactory = result.superfluid.getSuperTokenFactory();\n result.agreementCFAv1 = result.superfluid.getAgreementClass(\n keccak256(\"org.superfluid-finance.agreements.ConstantFlowAgreement.v1\")\n );\n result.agreementIDAv1 = result.superfluid.getAgreementClass(\n keccak256(\"org.superfluid-finance.agreements.InstantDistributionAgreement.v1\")\n );\n }\n}\n",
2905
2905
  "sourcePath": "/home/runner/work/protocol-monorepo/protocol-monorepo/packages/ethereum-contracts/contracts/utils/SuperfluidLoader.sol",
2906
2906
  "ast": {
2907
2907
  "absolutePath": "project:/contracts/utils/SuperfluidLoader.sol",
@@ -2919,19 +2919,19 @@
2919
2919
  18324
2920
2920
  ],
2921
2921
  "SuperfluidLoader": [
2922
- 35839
2922
+ 35858
2923
2923
  ]
2924
2924
  },
2925
- "id": 35840,
2925
+ "id": 35859,
2926
2926
  "license": "AGPLv3",
2927
2927
  "nodeType": "SourceUnit",
2928
2928
  "nodes": [
2929
2929
  {
2930
- "id": 35745,
2930
+ "id": 35764,
2931
2931
  "literals": [
2932
2932
  "solidity",
2933
2933
  "0.8",
2934
- ".13"
2934
+ ".14"
2935
2935
  ],
2936
2936
  "nodeType": "PragmaDirective",
2937
2937
  "src": "35:23:100"
@@ -2939,16 +2939,16 @@
2939
2939
  {
2940
2940
  "absolutePath": "project:/contracts/interfaces/utils/IResolver.sol",
2941
2941
  "file": "../interfaces/utils/IResolver.sol",
2942
- "id": 35747,
2942
+ "id": 35766,
2943
2943
  "nameLocation": "-1:-1:-1",
2944
2944
  "nodeType": "ImportDirective",
2945
- "scope": 35840,
2945
+ "scope": 35859,
2946
2946
  "sourceUnit": 18898,
2947
2947
  "src": "60:62:100",
2948
2948
  "symbolAliases": [
2949
2949
  {
2950
2950
  "foreign": {
2951
- "id": 35746,
2951
+ "id": 35765,
2952
2952
  "name": "IResolver",
2953
2953
  "nodeType": "Identifier",
2954
2954
  "overloadedDeclarations": [],
@@ -2964,16 +2964,16 @@
2964
2964
  {
2965
2965
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
2966
2966
  "file": "../interfaces/superfluid/ISuperfluid.sol",
2967
- "id": 35751,
2967
+ "id": 35770,
2968
2968
  "nameLocation": "-1:-1:-1",
2969
2969
  "nodeType": "ImportDirective",
2970
- "scope": 35840,
2970
+ "scope": 35859,
2971
2971
  "sourceUnit": 18325,
2972
2972
  "src": "123:120:100",
2973
2973
  "symbolAliases": [
2974
2974
  {
2975
2975
  "foreign": {
2976
- "id": 35748,
2976
+ "id": 35767,
2977
2977
  "name": "ISuperfluid",
2978
2978
  "nodeType": "Identifier",
2979
2979
  "overloadedDeclarations": [],
@@ -2985,7 +2985,7 @@
2985
2985
  },
2986
2986
  {
2987
2987
  "foreign": {
2988
- "id": 35749,
2988
+ "id": 35768,
2989
2989
  "name": "ISuperTokenFactory",
2990
2990
  "nodeType": "Identifier",
2991
2991
  "overloadedDeclarations": [],
@@ -2997,7 +2997,7 @@
2997
2997
  },
2998
2998
  {
2999
2999
  "foreign": {
3000
- "id": 35750,
3000
+ "id": 35769,
3001
3001
  "name": "ISuperAgreement",
3002
3002
  "nodeType": "Identifier",
3003
3003
  "overloadedDeclarations": [],
@@ -3017,15 +3017,15 @@
3017
3017
  "contractDependencies": [],
3018
3018
  "contractKind": "contract",
3019
3019
  "documentation": {
3020
- "id": 35752,
3020
+ "id": 35771,
3021
3021
  "nodeType": "StructuredDocumentation",
3022
3022
  "src": "245:334:100",
3023
3023
  "text": " @title Superfluid loader contract\n @author Superfluid\n @dev A on-chain utility contract for loading framework objects in one view function.\n NOTE:\n Q: Why don't we just use https://www.npmjs.com/package/ethereum-multicall?\n A: Well, no strong reason other than also allowing on-chain one view function loading."
3024
3024
  },
3025
3025
  "fullyImplemented": true,
3026
- "id": 35839,
3026
+ "id": 35858,
3027
3027
  "linearizedBaseContracts": [
3028
- 35839
3028
+ 35858
3029
3029
  ],
3030
3030
  "name": "SuperfluidLoader",
3031
3031
  "nameLocation": "589:16:100",
@@ -3033,12 +3033,12 @@
3033
3033
  "nodes": [
3034
3034
  {
3035
3035
  "constant": false,
3036
- "id": 35755,
3036
+ "id": 35774,
3037
3037
  "mutability": "immutable",
3038
3038
  "name": "_resolver",
3039
3039
  "nameLocation": "641:9:100",
3040
3040
  "nodeType": "VariableDeclaration",
3041
- "scope": 35839,
3041
+ "scope": 35858,
3042
3042
  "src": "613:37:100",
3043
3043
  "stateVariable": true,
3044
3044
  "storageLocation": "default",
@@ -3047,10 +3047,10 @@
3047
3047
  "typeString": "contract IResolver"
3048
3048
  },
3049
3049
  "typeName": {
3050
- "id": 35754,
3050
+ "id": 35773,
3051
3051
  "nodeType": "UserDefinedTypeName",
3052
3052
  "pathNode": {
3053
- "id": 35753,
3053
+ "id": 35772,
3054
3054
  "name": "IResolver",
3055
3055
  "nodeType": "IdentifierPath",
3056
3056
  "referencedDeclaration": 18897,
@@ -3067,16 +3067,16 @@
3067
3067
  },
3068
3068
  {
3069
3069
  "canonicalName": "SuperfluidLoader.Framework",
3070
- "id": 35768,
3070
+ "id": 35787,
3071
3071
  "members": [
3072
3072
  {
3073
3073
  "constant": false,
3074
- "id": 35758,
3074
+ "id": 35777,
3075
3075
  "mutability": "mutable",
3076
3076
  "name": "superfluid",
3077
3077
  "nameLocation": "696:10:100",
3078
3078
  "nodeType": "VariableDeclaration",
3079
- "scope": 35768,
3079
+ "scope": 35787,
3080
3080
  "src": "684:22:100",
3081
3081
  "stateVariable": false,
3082
3082
  "storageLocation": "default",
@@ -3085,10 +3085,10 @@
3085
3085
  "typeString": "contract ISuperfluid"
3086
3086
  },
3087
3087
  "typeName": {
3088
- "id": 35757,
3088
+ "id": 35776,
3089
3089
  "nodeType": "UserDefinedTypeName",
3090
3090
  "pathNode": {
3091
- "id": 35756,
3091
+ "id": 35775,
3092
3092
  "name": "ISuperfluid",
3093
3093
  "nodeType": "IdentifierPath",
3094
3094
  "referencedDeclaration": 18324,
@@ -3105,12 +3105,12 @@
3105
3105
  },
3106
3106
  {
3107
3107
  "constant": false,
3108
- "id": 35761,
3108
+ "id": 35780,
3109
3109
  "mutability": "mutable",
3110
3110
  "name": "superTokenFactory",
3111
3111
  "nameLocation": "735:17:100",
3112
3112
  "nodeType": "VariableDeclaration",
3113
- "scope": 35768,
3113
+ "scope": 35787,
3114
3114
  "src": "716:36:100",
3115
3115
  "stateVariable": false,
3116
3116
  "storageLocation": "default",
@@ -3119,10 +3119,10 @@
3119
3119
  "typeString": "contract ISuperTokenFactory"
3120
3120
  },
3121
3121
  "typeName": {
3122
- "id": 35760,
3122
+ "id": 35779,
3123
3123
  "nodeType": "UserDefinedTypeName",
3124
3124
  "pathNode": {
3125
- "id": 35759,
3125
+ "id": 35778,
3126
3126
  "name": "ISuperTokenFactory",
3127
3127
  "nodeType": "IdentifierPath",
3128
3128
  "referencedDeclaration": 17850,
@@ -3139,12 +3139,12 @@
3139
3139
  },
3140
3140
  {
3141
3141
  "constant": false,
3142
- "id": 35764,
3142
+ "id": 35783,
3143
3143
  "mutability": "mutable",
3144
3144
  "name": "agreementCFAv1",
3145
3145
  "nameLocation": "778:14:100",
3146
3146
  "nodeType": "VariableDeclaration",
3147
- "scope": 35768,
3147
+ "scope": 35787,
3148
3148
  "src": "762:30:100",
3149
3149
  "stateVariable": false,
3150
3150
  "storageLocation": "default",
@@ -3153,10 +3153,10 @@
3153
3153
  "typeString": "contract ISuperAgreement"
3154
3154
  },
3155
3155
  "typeName": {
3156
- "id": 35763,
3156
+ "id": 35782,
3157
3157
  "nodeType": "UserDefinedTypeName",
3158
3158
  "pathNode": {
3159
- "id": 35762,
3159
+ "id": 35781,
3160
3160
  "name": "ISuperAgreement",
3161
3161
  "nodeType": "IdentifierPath",
3162
3162
  "referencedDeclaration": 17271,
@@ -3173,12 +3173,12 @@
3173
3173
  },
3174
3174
  {
3175
3175
  "constant": false,
3176
- "id": 35767,
3176
+ "id": 35786,
3177
3177
  "mutability": "mutable",
3178
3178
  "name": "agreementIDAv1",
3179
3179
  "nameLocation": "818:14:100",
3180
3180
  "nodeType": "VariableDeclaration",
3181
- "scope": 35768,
3181
+ "scope": 35787,
3182
3182
  "src": "802:30:100",
3183
3183
  "stateVariable": false,
3184
3184
  "storageLocation": "default",
@@ -3187,10 +3187,10 @@
3187
3187
  "typeString": "contract ISuperAgreement"
3188
3188
  },
3189
3189
  "typeName": {
3190
- "id": 35766,
3190
+ "id": 35785,
3191
3191
  "nodeType": "UserDefinedTypeName",
3192
3192
  "pathNode": {
3193
- "id": 35765,
3193
+ "id": 35784,
3194
3194
  "name": "ISuperAgreement",
3195
3195
  "nodeType": "IdentifierPath",
3196
3196
  "referencedDeclaration": 17271,
@@ -3209,29 +3209,29 @@
3209
3209
  "name": "Framework",
3210
3210
  "nameLocation": "664:9:100",
3211
3211
  "nodeType": "StructDefinition",
3212
- "scope": 35839,
3212
+ "scope": 35858,
3213
3213
  "src": "657:182:100",
3214
3214
  "visibility": "public"
3215
3215
  },
3216
3216
  {
3217
3217
  "body": {
3218
- "id": 35778,
3218
+ "id": 35797,
3219
3219
  "nodeType": "Block",
3220
3220
  "src": "877:37:100",
3221
3221
  "statements": [
3222
3222
  {
3223
3223
  "expression": {
3224
- "id": 35776,
3224
+ "id": 35795,
3225
3225
  "isConstant": false,
3226
3226
  "isLValue": false,
3227
3227
  "isPure": false,
3228
3228
  "lValueRequested": false,
3229
3229
  "leftHandSide": {
3230
- "id": 35774,
3230
+ "id": 35793,
3231
3231
  "name": "_resolver",
3232
3232
  "nodeType": "Identifier",
3233
3233
  "overloadedDeclarations": [],
3234
- "referencedDeclaration": 35755,
3234
+ "referencedDeclaration": 35774,
3235
3235
  "src": "887:9:100",
3236
3236
  "typeDescriptions": {
3237
3237
  "typeIdentifier": "t_contract$_IResolver_$18897",
@@ -3241,11 +3241,11 @@
3241
3241
  "nodeType": "Assignment",
3242
3242
  "operator": "=",
3243
3243
  "rightHandSide": {
3244
- "id": 35775,
3244
+ "id": 35794,
3245
3245
  "name": "resolver",
3246
3246
  "nodeType": "Identifier",
3247
3247
  "overloadedDeclarations": [],
3248
- "referencedDeclaration": 35771,
3248
+ "referencedDeclaration": 35790,
3249
3249
  "src": "899:8:100",
3250
3250
  "typeDescriptions": {
3251
3251
  "typeIdentifier": "t_contract$_IResolver_$18897",
@@ -3258,13 +3258,13 @@
3258
3258
  "typeString": "contract IResolver"
3259
3259
  }
3260
3260
  },
3261
- "id": 35777,
3261
+ "id": 35796,
3262
3262
  "nodeType": "ExpressionStatement",
3263
3263
  "src": "887:20:100"
3264
3264
  }
3265
3265
  ]
3266
3266
  },
3267
- "id": 35779,
3267
+ "id": 35798,
3268
3268
  "implemented": true,
3269
3269
  "kind": "constructor",
3270
3270
  "modifiers": [],
@@ -3272,17 +3272,17 @@
3272
3272
  "nameLocation": "-1:-1:-1",
3273
3273
  "nodeType": "FunctionDefinition",
3274
3274
  "parameters": {
3275
- "id": 35772,
3275
+ "id": 35791,
3276
3276
  "nodeType": "ParameterList",
3277
3277
  "parameters": [
3278
3278
  {
3279
3279
  "constant": false,
3280
- "id": 35771,
3280
+ "id": 35790,
3281
3281
  "mutability": "mutable",
3282
3282
  "name": "resolver",
3283
3283
  "nameLocation": "867:8:100",
3284
3284
  "nodeType": "VariableDeclaration",
3285
- "scope": 35779,
3285
+ "scope": 35798,
3286
3286
  "src": "857:18:100",
3287
3287
  "stateVariable": false,
3288
3288
  "storageLocation": "default",
@@ -3291,10 +3291,10 @@
3291
3291
  "typeString": "contract IResolver"
3292
3292
  },
3293
3293
  "typeName": {
3294
- "id": 35770,
3294
+ "id": 35789,
3295
3295
  "nodeType": "UserDefinedTypeName",
3296
3296
  "pathNode": {
3297
- "id": 35769,
3297
+ "id": 35788,
3298
3298
  "name": "IResolver",
3299
3299
  "nodeType": "IdentifierPath",
3300
3300
  "referencedDeclaration": 18897,
@@ -3313,12 +3313,12 @@
3313
3313
  "src": "856:20:100"
3314
3314
  },
3315
3315
  "returnParameters": {
3316
- "id": 35773,
3316
+ "id": 35792,
3317
3317
  "nodeType": "ParameterList",
3318
3318
  "parameters": [],
3319
3319
  "src": "877:0:100"
3320
3320
  },
3321
- "scope": 35839,
3321
+ "scope": 35858,
3322
3322
  "src": "845:69:100",
3323
3323
  "stateMutability": "nonpayable",
3324
3324
  "virtual": false,
@@ -3326,38 +3326,38 @@
3326
3326
  },
3327
3327
  {
3328
3328
  "body": {
3329
- "id": 35837,
3329
+ "id": 35856,
3330
3330
  "nodeType": "Block",
3331
3331
  "src": "1166:584:100",
3332
3332
  "statements": [
3333
3333
  {
3334
3334
  "expression": {
3335
- "id": 35802,
3335
+ "id": 35821,
3336
3336
  "isConstant": false,
3337
3337
  "isLValue": false,
3338
3338
  "isPure": false,
3339
3339
  "lValueRequested": false,
3340
3340
  "leftHandSide": {
3341
3341
  "expression": {
3342
- "id": 35788,
3342
+ "id": 35807,
3343
3343
  "name": "result",
3344
3344
  "nodeType": "Identifier",
3345
3345
  "overloadedDeclarations": [],
3346
- "referencedDeclaration": 35786,
3346
+ "referencedDeclaration": 35805,
3347
3347
  "src": "1217:6:100",
3348
3348
  "typeDescriptions": {
3349
- "typeIdentifier": "t_struct$_Framework_$35768_memory_ptr",
3349
+ "typeIdentifier": "t_struct$_Framework_$35787_memory_ptr",
3350
3350
  "typeString": "struct SuperfluidLoader.Framework memory"
3351
3351
  }
3352
3352
  },
3353
- "id": 35790,
3353
+ "id": 35809,
3354
3354
  "isConstant": false,
3355
3355
  "isLValue": true,
3356
3356
  "isPure": false,
3357
3357
  "lValueRequested": true,
3358
3358
  "memberName": "superfluid",
3359
3359
  "nodeType": "MemberAccess",
3360
- "referencedDeclaration": 35758,
3360
+ "referencedDeclaration": 35777,
3361
3361
  "src": "1217:17:100",
3362
3362
  "typeDescriptions": {
3363
3363
  "typeIdentifier": "t_contract$_ISuperfluid_$18324",
@@ -3374,7 +3374,7 @@
3374
3374
  "arguments": [
3375
3375
  {
3376
3376
  "hexValue": "5375706572666c7569642e",
3377
- "id": 35797,
3377
+ "id": 35816,
3378
3378
  "isConstant": false,
3379
3379
  "isLValue": false,
3380
3380
  "isPure": true,
@@ -3389,11 +3389,11 @@
3389
3389
  "value": "Superfluid."
3390
3390
  },
3391
3391
  {
3392
- "id": 35798,
3392
+ "id": 35817,
3393
3393
  "name": "releaseVersion",
3394
3394
  "nodeType": "Identifier",
3395
3395
  "overloadedDeclarations": [],
3396
- "referencedDeclaration": 35782,
3396
+ "referencedDeclaration": 35801,
3397
3397
  "src": "1305:14:100",
3398
3398
  "typeDescriptions": {
3399
3399
  "typeIdentifier": "t_string_calldata_ptr",
@@ -3413,7 +3413,7 @@
3413
3413
  }
3414
3414
  ],
3415
3415
  "expression": {
3416
- "id": 35795,
3416
+ "id": 35814,
3417
3417
  "isConstant": false,
3418
3418
  "isLValue": false,
3419
3419
  "isPure": true,
@@ -3425,14 +3425,14 @@
3425
3425
  "typeString": "type(string storage pointer)"
3426
3426
  },
3427
3427
  "typeName": {
3428
- "id": 35794,
3428
+ "id": 35813,
3429
3429
  "name": "string",
3430
3430
  "nodeType": "ElementaryTypeName",
3431
3431
  "src": "1276:6:100",
3432
3432
  "typeDescriptions": {}
3433
3433
  }
3434
3434
  },
3435
- "id": 35796,
3435
+ "id": 35815,
3436
3436
  "isConstant": false,
3437
3437
  "isLValue": false,
3438
3438
  "isPure": false,
@@ -3445,7 +3445,7 @@
3445
3445
  "typeString": "function () pure returns (string memory)"
3446
3446
  }
3447
3447
  },
3448
- "id": 35799,
3448
+ "id": 35818,
3449
3449
  "isConstant": false,
3450
3450
  "isLValue": false,
3451
3451
  "isPure": false,
@@ -3469,18 +3469,18 @@
3469
3469
  }
3470
3470
  ],
3471
3471
  "expression": {
3472
- "id": 35792,
3472
+ "id": 35811,
3473
3473
  "name": "_resolver",
3474
3474
  "nodeType": "Identifier",
3475
3475
  "overloadedDeclarations": [],
3476
- "referencedDeclaration": 35755,
3476
+ "referencedDeclaration": 35774,
3477
3477
  "src": "1249:9:100",
3478
3478
  "typeDescriptions": {
3479
3479
  "typeIdentifier": "t_contract$_IResolver_$18897",
3480
3480
  "typeString": "contract IResolver"
3481
3481
  }
3482
3482
  },
3483
- "id": 35793,
3483
+ "id": 35812,
3484
3484
  "isConstant": false,
3485
3485
  "isLValue": false,
3486
3486
  "isPure": false,
@@ -3494,7 +3494,7 @@
3494
3494
  "typeString": "function (string memory) view external returns (address)"
3495
3495
  }
3496
3496
  },
3497
- "id": 35800,
3497
+ "id": 35819,
3498
3498
  "isConstant": false,
3499
3499
  "isLValue": false,
3500
3500
  "isPure": false,
@@ -3517,7 +3517,7 @@
3517
3517
  "typeString": "address"
3518
3518
  }
3519
3519
  ],
3520
- "id": 35791,
3520
+ "id": 35810,
3521
3521
  "name": "ISuperfluid",
3522
3522
  "nodeType": "Identifier",
3523
3523
  "overloadedDeclarations": [],
@@ -3528,7 +3528,7 @@
3528
3528
  "typeString": "type(contract ISuperfluid)"
3529
3529
  }
3530
3530
  },
3531
- "id": 35801,
3531
+ "id": 35820,
3532
3532
  "isConstant": false,
3533
3533
  "isLValue": false,
3534
3534
  "isPure": false,
@@ -3549,38 +3549,38 @@
3549
3549
  "typeString": "contract ISuperfluid"
3550
3550
  }
3551
3551
  },
3552
- "id": 35803,
3552
+ "id": 35822,
3553
3553
  "nodeType": "ExpressionStatement",
3554
3554
  "src": "1217:114:100"
3555
3555
  },
3556
3556
  {
3557
3557
  "expression": {
3558
- "id": 35811,
3558
+ "id": 35830,
3559
3559
  "isConstant": false,
3560
3560
  "isLValue": false,
3561
3561
  "isPure": false,
3562
3562
  "lValueRequested": false,
3563
3563
  "leftHandSide": {
3564
3564
  "expression": {
3565
- "id": 35804,
3565
+ "id": 35823,
3566
3566
  "name": "result",
3567
3567
  "nodeType": "Identifier",
3568
3568
  "overloadedDeclarations": [],
3569
- "referencedDeclaration": 35786,
3569
+ "referencedDeclaration": 35805,
3570
3570
  "src": "1341:6:100",
3571
3571
  "typeDescriptions": {
3572
- "typeIdentifier": "t_struct$_Framework_$35768_memory_ptr",
3572
+ "typeIdentifier": "t_struct$_Framework_$35787_memory_ptr",
3573
3573
  "typeString": "struct SuperfluidLoader.Framework memory"
3574
3574
  }
3575
3575
  },
3576
- "id": 35806,
3576
+ "id": 35825,
3577
3577
  "isConstant": false,
3578
3578
  "isLValue": true,
3579
3579
  "isPure": false,
3580
3580
  "lValueRequested": true,
3581
3581
  "memberName": "superTokenFactory",
3582
3582
  "nodeType": "MemberAccess",
3583
- "referencedDeclaration": 35761,
3583
+ "referencedDeclaration": 35780,
3584
3584
  "src": "1341:24:100",
3585
3585
  "typeDescriptions": {
3586
3586
  "typeIdentifier": "t_contract$_ISuperTokenFactory_$17850",
@@ -3595,32 +3595,32 @@
3595
3595
  "argumentTypes": [],
3596
3596
  "expression": {
3597
3597
  "expression": {
3598
- "id": 35807,
3598
+ "id": 35826,
3599
3599
  "name": "result",
3600
3600
  "nodeType": "Identifier",
3601
3601
  "overloadedDeclarations": [],
3602
- "referencedDeclaration": 35786,
3602
+ "referencedDeclaration": 35805,
3603
3603
  "src": "1368:6:100",
3604
3604
  "typeDescriptions": {
3605
- "typeIdentifier": "t_struct$_Framework_$35768_memory_ptr",
3605
+ "typeIdentifier": "t_struct$_Framework_$35787_memory_ptr",
3606
3606
  "typeString": "struct SuperfluidLoader.Framework memory"
3607
3607
  }
3608
3608
  },
3609
- "id": 35808,
3609
+ "id": 35827,
3610
3610
  "isConstant": false,
3611
3611
  "isLValue": true,
3612
3612
  "isPure": false,
3613
3613
  "lValueRequested": false,
3614
3614
  "memberName": "superfluid",
3615
3615
  "nodeType": "MemberAccess",
3616
- "referencedDeclaration": 35758,
3616
+ "referencedDeclaration": 35777,
3617
3617
  "src": "1368:17:100",
3618
3618
  "typeDescriptions": {
3619
3619
  "typeIdentifier": "t_contract$_ISuperfluid_$18324",
3620
3620
  "typeString": "contract ISuperfluid"
3621
3621
  }
3622
3622
  },
3623
- "id": 35809,
3623
+ "id": 35828,
3624
3624
  "isConstant": false,
3625
3625
  "isLValue": false,
3626
3626
  "isPure": false,
@@ -3634,7 +3634,7 @@
3634
3634
  "typeString": "function () view external returns (contract ISuperTokenFactory)"
3635
3635
  }
3636
3636
  },
3637
- "id": 35810,
3637
+ "id": 35829,
3638
3638
  "isConstant": false,
3639
3639
  "isLValue": false,
3640
3640
  "isPure": false,
@@ -3655,38 +3655,38 @@
3655
3655
  "typeString": "contract ISuperTokenFactory"
3656
3656
  }
3657
3657
  },
3658
- "id": 35812,
3658
+ "id": 35831,
3659
3659
  "nodeType": "ExpressionStatement",
3660
3660
  "src": "1341:67:100"
3661
3661
  },
3662
3662
  {
3663
3663
  "expression": {
3664
- "id": 35823,
3664
+ "id": 35842,
3665
3665
  "isConstant": false,
3666
3666
  "isLValue": false,
3667
3667
  "isPure": false,
3668
3668
  "lValueRequested": false,
3669
3669
  "leftHandSide": {
3670
3670
  "expression": {
3671
- "id": 35813,
3671
+ "id": 35832,
3672
3672
  "name": "result",
3673
3673
  "nodeType": "Identifier",
3674
3674
  "overloadedDeclarations": [],
3675
- "referencedDeclaration": 35786,
3675
+ "referencedDeclaration": 35805,
3676
3676
  "src": "1418:6:100",
3677
3677
  "typeDescriptions": {
3678
- "typeIdentifier": "t_struct$_Framework_$35768_memory_ptr",
3678
+ "typeIdentifier": "t_struct$_Framework_$35787_memory_ptr",
3679
3679
  "typeString": "struct SuperfluidLoader.Framework memory"
3680
3680
  }
3681
3681
  },
3682
- "id": 35815,
3682
+ "id": 35834,
3683
3683
  "isConstant": false,
3684
3684
  "isLValue": true,
3685
3685
  "isPure": false,
3686
3686
  "lValueRequested": true,
3687
3687
  "memberName": "agreementCFAv1",
3688
3688
  "nodeType": "MemberAccess",
3689
- "referencedDeclaration": 35764,
3689
+ "referencedDeclaration": 35783,
3690
3690
  "src": "1418:21:100",
3691
3691
  "typeDescriptions": {
3692
3692
  "typeIdentifier": "t_contract$_ISuperAgreement_$17271",
@@ -3701,7 +3701,7 @@
3701
3701
  "arguments": [
3702
3702
  {
3703
3703
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e61677265656d656e74732e436f6e7374616e74466c6f7741677265656d656e742e7631",
3704
- "id": 35820,
3704
+ "id": 35839,
3705
3705
  "isConstant": false,
3706
3706
  "isLValue": false,
3707
3707
  "isPure": true,
@@ -3723,7 +3723,7 @@
3723
3723
  "typeString": "literal_string \"org.superfluid-finance.agreements.ConstantFlowAgreement.v1\""
3724
3724
  }
3725
3725
  ],
3726
- "id": 35819,
3726
+ "id": 35838,
3727
3727
  "name": "keccak256",
3728
3728
  "nodeType": "Identifier",
3729
3729
  "overloadedDeclarations": [],
@@ -3734,7 +3734,7 @@
3734
3734
  "typeString": "function (bytes memory) pure returns (bytes32)"
3735
3735
  }
3736
3736
  },
3737
- "id": 35821,
3737
+ "id": 35840,
3738
3738
  "isConstant": false,
3739
3739
  "isLValue": false,
3740
3740
  "isPure": true,
@@ -3759,32 +3759,32 @@
3759
3759
  ],
3760
3760
  "expression": {
3761
3761
  "expression": {
3762
- "id": 35816,
3762
+ "id": 35835,
3763
3763
  "name": "result",
3764
3764
  "nodeType": "Identifier",
3765
3765
  "overloadedDeclarations": [],
3766
- "referencedDeclaration": 35786,
3766
+ "referencedDeclaration": 35805,
3767
3767
  "src": "1442:6:100",
3768
3768
  "typeDescriptions": {
3769
- "typeIdentifier": "t_struct$_Framework_$35768_memory_ptr",
3769
+ "typeIdentifier": "t_struct$_Framework_$35787_memory_ptr",
3770
3770
  "typeString": "struct SuperfluidLoader.Framework memory"
3771
3771
  }
3772
3772
  },
3773
- "id": 35817,
3773
+ "id": 35836,
3774
3774
  "isConstant": false,
3775
3775
  "isLValue": true,
3776
3776
  "isPure": false,
3777
3777
  "lValueRequested": false,
3778
3778
  "memberName": "superfluid",
3779
3779
  "nodeType": "MemberAccess",
3780
- "referencedDeclaration": 35758,
3780
+ "referencedDeclaration": 35777,
3781
3781
  "src": "1442:17:100",
3782
3782
  "typeDescriptions": {
3783
3783
  "typeIdentifier": "t_contract$_ISuperfluid_$18324",
3784
3784
  "typeString": "contract ISuperfluid"
3785
3785
  }
3786
3786
  },
3787
- "id": 35818,
3787
+ "id": 35837,
3788
3788
  "isConstant": false,
3789
3789
  "isLValue": false,
3790
3790
  "isPure": false,
@@ -3798,7 +3798,7 @@
3798
3798
  "typeString": "function (bytes32) view external returns (contract ISuperAgreement)"
3799
3799
  }
3800
3800
  },
3801
- "id": 35822,
3801
+ "id": 35841,
3802
3802
  "isConstant": false,
3803
3803
  "isLValue": false,
3804
3804
  "isPure": false,
@@ -3819,38 +3819,38 @@
3819
3819
  "typeString": "contract ISuperAgreement"
3820
3820
  }
3821
3821
  },
3822
- "id": 35824,
3822
+ "id": 35843,
3823
3823
  "nodeType": "ExpressionStatement",
3824
3824
  "src": "1418:154:100"
3825
3825
  },
3826
3826
  {
3827
3827
  "expression": {
3828
- "id": 35835,
3828
+ "id": 35854,
3829
3829
  "isConstant": false,
3830
3830
  "isLValue": false,
3831
3831
  "isPure": false,
3832
3832
  "lValueRequested": false,
3833
3833
  "leftHandSide": {
3834
3834
  "expression": {
3835
- "id": 35825,
3835
+ "id": 35844,
3836
3836
  "name": "result",
3837
3837
  "nodeType": "Identifier",
3838
3838
  "overloadedDeclarations": [],
3839
- "referencedDeclaration": 35786,
3839
+ "referencedDeclaration": 35805,
3840
3840
  "src": "1582:6:100",
3841
3841
  "typeDescriptions": {
3842
- "typeIdentifier": "t_struct$_Framework_$35768_memory_ptr",
3842
+ "typeIdentifier": "t_struct$_Framework_$35787_memory_ptr",
3843
3843
  "typeString": "struct SuperfluidLoader.Framework memory"
3844
3844
  }
3845
3845
  },
3846
- "id": 35827,
3846
+ "id": 35846,
3847
3847
  "isConstant": false,
3848
3848
  "isLValue": true,
3849
3849
  "isPure": false,
3850
3850
  "lValueRequested": true,
3851
3851
  "memberName": "agreementIDAv1",
3852
3852
  "nodeType": "MemberAccess",
3853
- "referencedDeclaration": 35767,
3853
+ "referencedDeclaration": 35786,
3854
3854
  "src": "1582:21:100",
3855
3855
  "typeDescriptions": {
3856
3856
  "typeIdentifier": "t_contract$_ISuperAgreement_$17271",
@@ -3865,7 +3865,7 @@
3865
3865
  "arguments": [
3866
3866
  {
3867
3867
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e61677265656d656e74732e496e7374616e74446973747269627574696f6e41677265656d656e742e7631",
3868
- "id": 35832,
3868
+ "id": 35851,
3869
3869
  "isConstant": false,
3870
3870
  "isLValue": false,
3871
3871
  "isPure": true,
@@ -3887,7 +3887,7 @@
3887
3887
  "typeString": "literal_string \"org.superfluid-finance.agreements.InstantDistributionAgreement.v1\""
3888
3888
  }
3889
3889
  ],
3890
- "id": 35831,
3890
+ "id": 35850,
3891
3891
  "name": "keccak256",
3892
3892
  "nodeType": "Identifier",
3893
3893
  "overloadedDeclarations": [],
@@ -3898,7 +3898,7 @@
3898
3898
  "typeString": "function (bytes memory) pure returns (bytes32)"
3899
3899
  }
3900
3900
  },
3901
- "id": 35833,
3901
+ "id": 35852,
3902
3902
  "isConstant": false,
3903
3903
  "isLValue": false,
3904
3904
  "isPure": true,
@@ -3923,32 +3923,32 @@
3923
3923
  ],
3924
3924
  "expression": {
3925
3925
  "expression": {
3926
- "id": 35828,
3926
+ "id": 35847,
3927
3927
  "name": "result",
3928
3928
  "nodeType": "Identifier",
3929
3929
  "overloadedDeclarations": [],
3930
- "referencedDeclaration": 35786,
3930
+ "referencedDeclaration": 35805,
3931
3931
  "src": "1606:6:100",
3932
3932
  "typeDescriptions": {
3933
- "typeIdentifier": "t_struct$_Framework_$35768_memory_ptr",
3933
+ "typeIdentifier": "t_struct$_Framework_$35787_memory_ptr",
3934
3934
  "typeString": "struct SuperfluidLoader.Framework memory"
3935
3935
  }
3936
3936
  },
3937
- "id": 35829,
3937
+ "id": 35848,
3938
3938
  "isConstant": false,
3939
3939
  "isLValue": true,
3940
3940
  "isPure": false,
3941
3941
  "lValueRequested": false,
3942
3942
  "memberName": "superfluid",
3943
3943
  "nodeType": "MemberAccess",
3944
- "referencedDeclaration": 35758,
3944
+ "referencedDeclaration": 35777,
3945
3945
  "src": "1606:17:100",
3946
3946
  "typeDescriptions": {
3947
3947
  "typeIdentifier": "t_contract$_ISuperfluid_$18324",
3948
3948
  "typeString": "contract ISuperfluid"
3949
3949
  }
3950
3950
  },
3951
- "id": 35830,
3951
+ "id": 35849,
3952
3952
  "isConstant": false,
3953
3953
  "isLValue": false,
3954
3954
  "isPure": false,
@@ -3962,7 +3962,7 @@
3962
3962
  "typeString": "function (bytes32) view external returns (contract ISuperAgreement)"
3963
3963
  }
3964
3964
  },
3965
- "id": 35834,
3965
+ "id": 35853,
3966
3966
  "isConstant": false,
3967
3967
  "isLValue": false,
3968
3968
  "isPure": false,
@@ -3983,20 +3983,20 @@
3983
3983
  "typeString": "contract ISuperAgreement"
3984
3984
  }
3985
3985
  },
3986
- "id": 35836,
3986
+ "id": 35855,
3987
3987
  "nodeType": "ExpressionStatement",
3988
3988
  "src": "1582:161:100"
3989
3989
  }
3990
3990
  ]
3991
3991
  },
3992
3992
  "documentation": {
3993
- "id": 35780,
3993
+ "id": 35799,
3994
3994
  "nodeType": "StructuredDocumentation",
3995
3995
  "src": "920:118:100",
3996
3996
  "text": " @dev Load framework objects\n @param releaseVersion Protocol release version of the deployment"
3997
3997
  },
3998
3998
  "functionSelector": "f490e2f0",
3999
- "id": 35838,
3999
+ "id": 35857,
4000
4000
  "implemented": true,
4001
4001
  "kind": "function",
4002
4002
  "modifiers": [],
@@ -4004,17 +4004,17 @@
4004
4004
  "nameLocation": "1052:13:100",
4005
4005
  "nodeType": "FunctionDefinition",
4006
4006
  "parameters": {
4007
- "id": 35783,
4007
+ "id": 35802,
4008
4008
  "nodeType": "ParameterList",
4009
4009
  "parameters": [
4010
4010
  {
4011
4011
  "constant": false,
4012
- "id": 35782,
4012
+ "id": 35801,
4013
4013
  "mutability": "mutable",
4014
4014
  "name": "releaseVersion",
4015
4015
  "nameLocation": "1082:14:100",
4016
4016
  "nodeType": "VariableDeclaration",
4017
- "scope": 35838,
4017
+ "scope": 35857,
4018
4018
  "src": "1066:30:100",
4019
4019
  "stateVariable": false,
4020
4020
  "storageLocation": "calldata",
@@ -4023,7 +4023,7 @@
4023
4023
  "typeString": "string"
4024
4024
  },
4025
4025
  "typeName": {
4026
- "id": 35781,
4026
+ "id": 35800,
4027
4027
  "name": "string",
4028
4028
  "nodeType": "ElementaryTypeName",
4029
4029
  "src": "1066:6:100",
@@ -4038,38 +4038,38 @@
4038
4038
  "src": "1065:32:100"
4039
4039
  },
4040
4040
  "returnParameters": {
4041
- "id": 35787,
4041
+ "id": 35806,
4042
4042
  "nodeType": "ParameterList",
4043
4043
  "parameters": [
4044
4044
  {
4045
4045
  "constant": false,
4046
- "id": 35786,
4046
+ "id": 35805,
4047
4047
  "mutability": "mutable",
4048
4048
  "name": "result",
4049
4049
  "nameLocation": "1154:6:100",
4050
4050
  "nodeType": "VariableDeclaration",
4051
- "scope": 35838,
4051
+ "scope": 35857,
4052
4052
  "src": "1137:23:100",
4053
4053
  "stateVariable": false,
4054
4054
  "storageLocation": "memory",
4055
4055
  "typeDescriptions": {
4056
- "typeIdentifier": "t_struct$_Framework_$35768_memory_ptr",
4056
+ "typeIdentifier": "t_struct$_Framework_$35787_memory_ptr",
4057
4057
  "typeString": "struct SuperfluidLoader.Framework"
4058
4058
  },
4059
4059
  "typeName": {
4060
- "id": 35785,
4060
+ "id": 35804,
4061
4061
  "nodeType": "UserDefinedTypeName",
4062
4062
  "pathNode": {
4063
- "id": 35784,
4063
+ "id": 35803,
4064
4064
  "name": "Framework",
4065
4065
  "nodeType": "IdentifierPath",
4066
- "referencedDeclaration": 35768,
4066
+ "referencedDeclaration": 35787,
4067
4067
  "src": "1137:9:100"
4068
4068
  },
4069
- "referencedDeclaration": 35768,
4069
+ "referencedDeclaration": 35787,
4070
4070
  "src": "1137:9:100",
4071
4071
  "typeDescriptions": {
4072
- "typeIdentifier": "t_struct$_Framework_$35768_storage_ptr",
4072
+ "typeIdentifier": "t_struct$_Framework_$35787_storage_ptr",
4073
4073
  "typeString": "struct SuperfluidLoader.Framework"
4074
4074
  }
4075
4075
  },
@@ -4078,14 +4078,14 @@
4078
4078
  ],
4079
4079
  "src": "1136:25:100"
4080
4080
  },
4081
- "scope": 35839,
4081
+ "scope": 35858,
4082
4082
  "src": "1043:707:100",
4083
4083
  "stateMutability": "view",
4084
4084
  "virtual": false,
4085
4085
  "visibility": "external"
4086
4086
  }
4087
4087
  ],
4088
- "scope": 35840,
4088
+ "scope": 35859,
4089
4089
  "src": "580:1172:100",
4090
4090
  "usedErrors": []
4091
4091
  }
@@ -4094,11 +4094,11 @@
4094
4094
  },
4095
4095
  "compiler": {
4096
4096
  "name": "solc",
4097
- "version": "0.8.13+commit.abaa5c0e.Emscripten.clang"
4097
+ "version": "0.8.14+commit.80d49f37.Emscripten.clang"
4098
4098
  },
4099
4099
  "networks": {},
4100
4100
  "schemaVersion": "3.4.7",
4101
- "updatedAt": "2022-06-03T09:45:14.355Z",
4101
+ "updatedAt": "2022-06-20T11:32:30.108Z",
4102
4102
  "devdoc": {
4103
4103
  "author": "Superfluid",
4104
4104
  "details": "A on-chain utility contract for loading framework objects in one view function. NOTE: Q: Why don't we just use https://www.npmjs.com/package/ethereum-multicall? A: Well, no strong reason other than also allowing on-chain one view function loading.",