@superfluid-finance/ethereum-contracts 1.3.2-dev.bf84335.0 → 1.3.2-dev.de7575d.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +18 -18
  5. package/build/contracts/AgreementLibrary.json +1272 -1183
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +211 -211
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +2282 -2282
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +2472 -2472
  12. package/build/contracts/ConstantFlowAgreementV1.json +12931 -13308
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +599 -599
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +20 -20
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  20. package/build/contracts/ERC20.json +1 -1
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  24. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  25. package/build/contracts/ERC777Helper.json +380 -380
  26. package/build/contracts/ERC777RecipientDrainingGas.json +858 -858
  27. package/build/contracts/ERC777RecipientReverting.json +858 -858
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/EventsEmitter.json +43 -43
  30. package/build/contracts/ExclusiveInflowTestApp.json +2473 -2473
  31. package/build/contracts/FixedSizeData.json +200 -200
  32. package/build/contracts/FlowExchangeTestApp.json +2473 -2473
  33. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +115 -115
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +567 -567
  38. package/build/contracts/IDAv1Library.json +2614 -2614
  39. package/build/contracts/IERC165.json +1 -1
  40. package/build/contracts/IERC1820Implementer.json +1 -1
  41. package/build/contracts/IERC1820Registry.json +1 -1
  42. package/build/contracts/IERC20.json +1 -1
  43. package/build/contracts/IERC20Metadata.json +1 -1
  44. package/build/contracts/IERC20Permit.json +1 -1
  45. package/build/contracts/IERC777.json +1 -1
  46. package/build/contracts/IERC777Recipient.json +1 -1
  47. package/build/contracts/IERC777Sender.json +1 -1
  48. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  49. package/build/contracts/IMaticBridgedNativeSuperToken.json +63 -63
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +63 -63
  51. package/build/contracts/IMultiSigWallet.json +24 -24
  52. package/build/contracts/IPureSuperToken.json +43 -43
  53. package/build/contracts/IPureSuperTokenCustom.json +43 -43
  54. package/build/contracts/IRelayRecipient.json +27 -27
  55. package/build/contracts/IResolver.json +38 -38
  56. package/build/contracts/ISETH.json +48 -48
  57. package/build/contracts/ISETHCustom.json +48 -48
  58. package/build/contracts/ISuperAgreement.json +50 -50
  59. package/build/contracts/ISuperApp.json +192 -192
  60. package/build/contracts/ISuperToken.json +524 -524
  61. package/build/contracts/ISuperTokenFactory.json +161 -161
  62. package/build/contracts/ISuperfluid.json +1145 -1178
  63. package/build/contracts/ISuperfluidGovernance.json +243 -243
  64. package/build/contracts/ISuperfluidToken.json +389 -389
  65. package/build/contracts/ITOGAv1.json +1442 -1442
  66. package/build/contracts/ITOGAv2.json +1442 -1442
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +5820 -5820
  69. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +231 -231
  70. package/build/contracts/NonClosableOutflowTestApp.json +2473 -2473
  71. package/build/contracts/Ownable.json +1 -1
  72. package/build/contracts/Pausable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/PureSuperToken.json +109 -109
  75. package/build/contracts/Resolver.json +98 -98
  76. package/build/contracts/SETHProxy.json +227 -227
  77. package/build/contracts/SafeCast.json +1 -1
  78. package/build/contracts/SafeERC20.json +1 -1
  79. package/build/contracts/SafeMath.json +1 -1
  80. package/build/contracts/SelfDeletingFlowTestApp.json +2472 -2472
  81. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  82. package/build/contracts/StreamRedirector.json +748 -748
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +240 -240
  85. package/build/contracts/SuperAppDefinitions.json +599 -599
  86. package/build/contracts/SuperToken.json +4732 -4732
  87. package/build/contracts/SuperTokenFactory.json +750 -750
  88. package/build/contracts/SuperTokenFactoryBase.json +738 -738
  89. package/build/contracts/SuperTokenFactoryHelper.json +743 -743
  90. package/build/contracts/SuperUpgrader.json +440 -440
  91. package/build/contracts/Superfluid.json +15366 -16050
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
  93. package/build/contracts/SuperfluidGovernanceBase.json +2233 -2233
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  95. package/build/contracts/SuperfluidGovernanceII.json +149 -149
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  97. package/build/contracts/SuperfluidLoader.json +210 -210
  98. package/build/contracts/SuperfluidToken.json +2420 -2420
  99. package/build/contracts/TOGA.json +1461 -1461
  100. package/build/contracts/TestGovernance.json +248 -248
  101. package/build/contracts/TestToken.json +93 -93
  102. package/build/contracts/TokenCustodian.json +214 -214
  103. package/build/contracts/TokenInfo.json +32 -32
  104. package/build/contracts/UUPSProxiable.json +139 -139
  105. package/build/contracts/UUPSProxy.json +81 -81
  106. package/build/contracts/UUPSUtils.json +37 -37
  107. package/build/contracts-sizes.txt +6 -6
  108. package/contracts/agreements/AgreementLibrary.sol +39 -15
  109. package/contracts/agreements/ConstantFlowAgreementV1.sol +65 -53
  110. package/contracts/interfaces/superfluid/ISuperfluid.sol +29 -23
  111. package/contracts/mocks/AgreementMock.sol +2 -2
  112. package/contracts/mocks/CFAAppMocks.sol +1 -1
  113. package/contracts/mocks/MultiFlowTesterApp.sol +13 -12
  114. package/contracts/mocks/SuperTokenMock.sol +2 -2
  115. package/contracts/mocks/SuperfluidMock.sol +9 -9
  116. package/contracts/superfluid/Superfluid.sol +34 -38
  117. package/contracts/superfluid/SuperfluidToken.sol +14 -14
  118. package/package.json +2 -2
  119. package/scripts/deploy-mfa.ts +27 -0
  120. package/scripts/libs/getConfig.js +14 -0
  121. package/utils/README.md +18 -0
  122. package/utils/mfa-tester.html +687 -0
@@ -54,11 +54,11 @@
54
54
  "type": "function"
55
55
  }
56
56
  ],
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\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0xa90ceaf9d6170243a081524df94319655aea98ff1411d696610f9533cc043019\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://5919f3d615310c66d2f9acac1f5945c26b73e9dc5513f398eb71cf3a711e4d7f\",\"dweb:/ipfs/QmQYf1rDHRbPjRBRLEXyVDjingcELLbEKTT5szXk6kc8zk\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"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": "0x60a060405234801561001057600080fd5b506040516104f13803806104f183398101604081905261002f91610040565b6001600160a01b0316608052610070565b60006020828403121561005257600080fd5b81516001600160a01b038116811461006957600080fd5b9392505050565b60805161046761008a600039600060b501526104676000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063f490e2f014610030575b600080fd5b61004361003e366004610307565b61008f565b604051610086919081516001600160a01b039081168252602080840151821690830152604080840151821690830152606092830151169181019190915260800190565b60405180910390f35b6040805160808101825260008082526020820181905291810182905260608101919091527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663693ec85e84846040516020016100f5929190610379565b6040516020818303038152906040526040518263ffffffff1660e01b815260040161012091906103a0565b602060405180830381865afa15801561013d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610161919061040d565b6001600160a01b03168082526040805163398d76b760e11b8152905163731aed6e916004808201926020929091908290030181865afa1580156101a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101cc919061040d565b6001600160a01b0390811660208301528151604051635b69006f60e11b81527fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3600482015291169063b6d200de90602401602060405180830381865afa15801561023a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061025e919061040d565b6001600160a01b0390811660408381019190915282519051635b69006f60e11b81527f8aedc3b5d4bf031e11a7e2940f7251c005698405d58e02e1c247fed3b1b3a674600482015291169063b6d200de90602401602060405180830381865afa1580156102cf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f3919061040d565b6001600160a01b0316606082015292915050565b6000806020838503121561031a57600080fd5b823567ffffffffffffffff8082111561033257600080fd5b818501915085601f83011261034657600080fd5b81358181111561035557600080fd5b86602082850101111561036757600080fd5b60209290920196919550909350505050565b6a29bab832b933363ab4b21760a91b81528183600b83013760009101600b01908152919050565b600060208083528351808285015260005b818110156103cd578581018301518582016040015282016103b1565b818111156103df576000604083870101525b50601f01601f1916929092016040019392505050565b6001600160a01b038116811461040a57600080fd5b50565b60006020828403121561041f57600080fd5b815161042a816103f5565b939250505056fea264697066735822122028e5a955279a059cfc6205fcb3f6139582a16e0dc57a59ceb083b6f105e44a7a64736f6c634300080e0033",
59
- "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061002b5760003560e01c8063f490e2f014610030575b600080fd5b61004361003e366004610307565b61008f565b604051610086919081516001600160a01b039081168252602080840151821690830152604080840151821690830152606092830151169181019190915260800190565b60405180910390f35b6040805160808101825260008082526020820181905291810182905260608101919091527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663693ec85e84846040516020016100f5929190610379565b6040516020818303038152906040526040518263ffffffff1660e01b815260040161012091906103a0565b602060405180830381865afa15801561013d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610161919061040d565b6001600160a01b03168082526040805163398d76b760e11b8152905163731aed6e916004808201926020929091908290030181865afa1580156101a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101cc919061040d565b6001600160a01b0390811660208301528151604051635b69006f60e11b81527fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3600482015291169063b6d200de90602401602060405180830381865afa15801561023a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061025e919061040d565b6001600160a01b0390811660408381019190915282519051635b69006f60e11b81527f8aedc3b5d4bf031e11a7e2940f7251c005698405d58e02e1c247fed3b1b3a674600482015291169063b6d200de90602401602060405180830381865afa1580156102cf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f3919061040d565b6001600160a01b0316606082015292915050565b6000806020838503121561031a57600080fd5b823567ffffffffffffffff8082111561033257600080fd5b818501915085601f83011261034657600080fd5b81358181111561035557600080fd5b86602082850101111561036757600080fd5b60209290920196919550909350505050565b6a29bab832b933363ab4b21760a91b81528183600b83013760009101600b01908152919050565b600060208083528351808285015260005b818110156103cd578581018301518582016040015282016103b1565b818111156103df576000604083870101525b50601f01601f1916929092016040019392505050565b6001600160a01b038116811461040a57600080fd5b50565b60006020828403121561041f57600080fd5b815161042a816103f5565b939250505056fea264697066735822122028e5a955279a059cfc6205fcb3f6139582a16e0dc57a59ceb083b6f105e44a7a64736f6c634300080e0033",
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\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0x59cba11dfc9510e06db5fd57e9229fcfa0860e99e76626ad0291e7e50a3a62de\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://a64102f968e7f2eaa335e8d7ce47b339c958b0d6f8f4b3379547e9b7faa78cf9\",\"dweb:/ipfs/QmbFSeM6diijjogiTvgbpphLmjxG3u1ifygFkLhezFHRQ5\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"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": "0x60a060405234801561001057600080fd5b506040516104f13803806104f183398101604081905261002f91610040565b6001600160a01b0316608052610070565b60006020828403121561005257600080fd5b81516001600160a01b038116811461006957600080fd5b9392505050565b60805161046761008a600039600060b501526104676000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063f490e2f014610030575b600080fd5b61004361003e366004610307565b61008f565b604051610086919081516001600160a01b039081168252602080840151821690830152604080840151821690830152606092830151169181019190915260800190565b60405180910390f35b6040805160808101825260008082526020820181905291810182905260608101919091527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663693ec85e84846040516020016100f5929190610379565b6040516020818303038152906040526040518263ffffffff1660e01b815260040161012091906103a0565b602060405180830381865afa15801561013d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610161919061040d565b6001600160a01b03168082526040805163398d76b760e11b8152905163731aed6e916004808201926020929091908290030181865afa1580156101a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101cc919061040d565b6001600160a01b0390811660208301528151604051635b69006f60e11b81527fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3600482015291169063b6d200de90602401602060405180830381865afa15801561023a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061025e919061040d565b6001600160a01b0390811660408381019190915282519051635b69006f60e11b81527f8aedc3b5d4bf031e11a7e2940f7251c005698405d58e02e1c247fed3b1b3a674600482015291169063b6d200de90602401602060405180830381865afa1580156102cf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f3919061040d565b6001600160a01b0316606082015292915050565b6000806020838503121561031a57600080fd5b823567ffffffffffffffff8082111561033257600080fd5b818501915085601f83011261034657600080fd5b81358181111561035557600080fd5b86602082850101111561036757600080fd5b60209290920196919550909350505050565b6a29bab832b933363ab4b21760a91b81528183600b83013760009101600b01908152919050565b600060208083528351808285015260005b818110156103cd578581018301518582016040015282016103b1565b818111156103df576000604083870101525b50601f01601f1916929092016040019392505050565b6001600160a01b038116811461040a57600080fd5b50565b60006020828403121561041f57600080fd5b815161042a816103f5565b939250505056fea26469706673582212203429515b262556b359b7722f6228a595694ecbbb5a5cee7a26df3a0886e34c6a64736f6c634300080e0033",
59
+ "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061002b5760003560e01c8063f490e2f014610030575b600080fd5b61004361003e366004610307565b61008f565b604051610086919081516001600160a01b039081168252602080840151821690830152604080840151821690830152606092830151169181019190915260800190565b60405180910390f35b6040805160808101825260008082526020820181905291810182905260608101919091527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663693ec85e84846040516020016100f5929190610379565b6040516020818303038152906040526040518263ffffffff1660e01b815260040161012091906103a0565b602060405180830381865afa15801561013d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610161919061040d565b6001600160a01b03168082526040805163398d76b760e11b8152905163731aed6e916004808201926020929091908290030181865afa1580156101a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101cc919061040d565b6001600160a01b0390811660208301528151604051635b69006f60e11b81527fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3600482015291169063b6d200de90602401602060405180830381865afa15801561023a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061025e919061040d565b6001600160a01b0390811660408381019190915282519051635b69006f60e11b81527f8aedc3b5d4bf031e11a7e2940f7251c005698405d58e02e1c247fed3b1b3a674600482015291169063b6d200de90602401602060405180830381865afa1580156102cf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f3919061040d565b6001600160a01b0316606082015292915050565b6000806020838503121561031a57600080fd5b823567ffffffffffffffff8082111561033257600080fd5b818501915085601f83011261034657600080fd5b81358181111561035557600080fd5b86602082850101111561036757600080fd5b60209290920196919550909350505050565b6a29bab832b933363ab4b21760a91b81528183600b83013760009101600b01908152919050565b600060208083528351808285015260005b818110156103cd578581018301518582016040015282016103b1565b818111156103df576000604083870101525b50601f01601f1916929092016040019392505050565b6001600160a01b038116811461040a57600080fd5b50565b60006020828403121561041f57600080fd5b815161042a816103f5565b939250505056fea26469706673582212203429515b262556b359b7722f6228a595694ecbbb5a5cee7a26df3a0886e34c6a64736f6c634300080e0033",
60
60
  "immutableReferences": {
61
- "38005": [
61
+ "37997": [
62
62
  {
63
63
  "length": 32,
64
64
  "start": 181
@@ -330,7 +330,7 @@
330
330
  }
331
331
  ]
332
332
  },
333
- "name": "abi_decode_tuple_t_contract$_IResolver_$20618_fromMemory",
333
+ "name": "abi_decode_tuple_t_contract$_IResolver_$20626_fromMemory",
334
334
  "nodeType": "YulFunctionDefinition",
335
335
  "parameters": [
336
336
  {
@@ -358,7 +358,7 @@
358
358
  }
359
359
  ]
360
360
  },
361
- "contents": "{\n { }\n function abi_decode_tuple_t_contract$_IResolver_$20618_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n value0 := value\n }\n}",
361
+ "contents": "{\n { }\n function abi_decode_tuple_t_contract$_IResolver_$20626_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n value0 := value\n }\n}",
362
362
  "id": 107,
363
363
  "language": "Yul",
364
364
  "name": "#utility.yul"
@@ -1365,7 +1365,7 @@
1365
1365
  }
1366
1366
  ]
1367
1367
  },
1368
- "name": "abi_encode_tuple_t_struct$_Framework_$38018_memory_ptr__to_t_struct$_Framework_$38018_memory_ptr__fromStack_reversed",
1368
+ "name": "abi_encode_tuple_t_struct$_Framework_$38010_memory_ptr__to_t_struct$_Framework_$38010_memory_ptr__fromStack_reversed",
1369
1369
  "nodeType": "YulFunctionDefinition",
1370
1370
  "parameters": [
1371
1371
  {
@@ -2598,7 +2598,7 @@
2598
2598
  }
2599
2599
  ]
2600
2600
  },
2601
- "name": "abi_decode_tuple_t_contract$_ISuperTokenFactory_$19571_fromMemory",
2601
+ "name": "abi_decode_tuple_t_contract$_ISuperTokenFactory_$19581_fromMemory",
2602
2602
  "nodeType": "YulFunctionDefinition",
2603
2603
  "parameters": [
2604
2604
  {
@@ -2865,7 +2865,7 @@
2865
2865
  }
2866
2866
  ]
2867
2867
  },
2868
- "name": "abi_decode_tuple_t_contract$_ISuperAgreement_$18992_fromMemory",
2868
+ "name": "abi_decode_tuple_t_contract$_ISuperAgreement_$19002_fromMemory",
2869
2869
  "nodeType": "YulFunctionDefinition",
2870
2870
  "parameters": [
2871
2871
  {
@@ -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_$38018_memory_ptr__to_t_struct$_Framework_$38018_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_$19571_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_$18992_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_$38010_memory_ptr__to_t_struct$_Framework_$38010_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_$19581_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_$19002_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": 107,
2898
2898
  "language": "Yul",
2899
2899
  "name": "#utility.yul"
@@ -2907,27 +2907,27 @@
2907
2907
  "absolutePath": "project:/contracts/utils/SuperfluidLoader.sol",
2908
2908
  "exportedSymbols": {
2909
2909
  "IResolver": [
2910
- 20618
2910
+ 20626
2911
2911
  ],
2912
2912
  "ISuperAgreement": [
2913
- 18992
2913
+ 19002
2914
2914
  ],
2915
2915
  "ISuperTokenFactory": [
2916
- 19571
2916
+ 19581
2917
2917
  ],
2918
2918
  "ISuperfluid": [
2919
- 20045
2919
+ 20053
2920
2920
  ],
2921
2921
  "SuperfluidLoader": [
2922
- 38089
2922
+ 38081
2923
2923
  ]
2924
2924
  },
2925
- "id": 38090,
2925
+ "id": 38082,
2926
2926
  "license": "AGPLv3",
2927
2927
  "nodeType": "SourceUnit",
2928
2928
  "nodes": [
2929
2929
  {
2930
- "id": 37995,
2930
+ "id": 37987,
2931
2931
  "literals": [
2932
2932
  "solidity",
2933
2933
  "0.8",
@@ -2939,20 +2939,20 @@
2939
2939
  {
2940
2940
  "absolutePath": "project:/contracts/interfaces/utils/IResolver.sol",
2941
2941
  "file": "../interfaces/utils/IResolver.sol",
2942
- "id": 37997,
2942
+ "id": 37989,
2943
2943
  "nameLocation": "-1:-1:-1",
2944
2944
  "nodeType": "ImportDirective",
2945
- "scope": 38090,
2946
- "sourceUnit": 20619,
2945
+ "scope": 38082,
2946
+ "sourceUnit": 20627,
2947
2947
  "src": "60:62:102",
2948
2948
  "symbolAliases": [
2949
2949
  {
2950
2950
  "foreign": {
2951
- "id": 37996,
2951
+ "id": 37988,
2952
2952
  "name": "IResolver",
2953
2953
  "nodeType": "Identifier",
2954
2954
  "overloadedDeclarations": [],
2955
- "referencedDeclaration": 20618,
2955
+ "referencedDeclaration": 20626,
2956
2956
  "src": "69:9:102",
2957
2957
  "typeDescriptions": {}
2958
2958
  },
@@ -2964,20 +2964,20 @@
2964
2964
  {
2965
2965
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
2966
2966
  "file": "../interfaces/superfluid/ISuperfluid.sol",
2967
- "id": 38001,
2967
+ "id": 37993,
2968
2968
  "nameLocation": "-1:-1:-1",
2969
2969
  "nodeType": "ImportDirective",
2970
- "scope": 38090,
2971
- "sourceUnit": 20046,
2970
+ "scope": 38082,
2971
+ "sourceUnit": 20054,
2972
2972
  "src": "123:120:102",
2973
2973
  "symbolAliases": [
2974
2974
  {
2975
2975
  "foreign": {
2976
- "id": 37998,
2976
+ "id": 37990,
2977
2977
  "name": "ISuperfluid",
2978
2978
  "nodeType": "Identifier",
2979
2979
  "overloadedDeclarations": [],
2980
- "referencedDeclaration": 20045,
2980
+ "referencedDeclaration": 20053,
2981
2981
  "src": "136:11:102",
2982
2982
  "typeDescriptions": {}
2983
2983
  },
@@ -2985,11 +2985,11 @@
2985
2985
  },
2986
2986
  {
2987
2987
  "foreign": {
2988
- "id": 37999,
2988
+ "id": 37991,
2989
2989
  "name": "ISuperTokenFactory",
2990
2990
  "nodeType": "Identifier",
2991
2991
  "overloadedDeclarations": [],
2992
- "referencedDeclaration": 19571,
2992
+ "referencedDeclaration": 19581,
2993
2993
  "src": "153:18:102",
2994
2994
  "typeDescriptions": {}
2995
2995
  },
@@ -2997,11 +2997,11 @@
2997
2997
  },
2998
2998
  {
2999
2999
  "foreign": {
3000
- "id": 38000,
3000
+ "id": 37992,
3001
3001
  "name": "ISuperAgreement",
3002
3002
  "nodeType": "Identifier",
3003
3003
  "overloadedDeclarations": [],
3004
- "referencedDeclaration": 18992,
3004
+ "referencedDeclaration": 19002,
3005
3005
  "src": "177:15:102",
3006
3006
  "typeDescriptions": {}
3007
3007
  },
@@ -3017,15 +3017,15 @@
3017
3017
  "contractDependencies": [],
3018
3018
  "contractKind": "contract",
3019
3019
  "documentation": {
3020
- "id": 38002,
3020
+ "id": 37994,
3021
3021
  "nodeType": "StructuredDocumentation",
3022
3022
  "src": "245:334:102",
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": 38089,
3026
+ "id": 38081,
3027
3027
  "linearizedBaseContracts": [
3028
- 38089
3028
+ 38081
3029
3029
  ],
3030
3030
  "name": "SuperfluidLoader",
3031
3031
  "nameLocation": "589:16:102",
@@ -3033,33 +3033,33 @@
3033
3033
  "nodes": [
3034
3034
  {
3035
3035
  "constant": false,
3036
- "id": 38005,
3036
+ "id": 37997,
3037
3037
  "mutability": "immutable",
3038
3038
  "name": "_resolver",
3039
3039
  "nameLocation": "641:9:102",
3040
3040
  "nodeType": "VariableDeclaration",
3041
- "scope": 38089,
3041
+ "scope": 38081,
3042
3042
  "src": "613:37:102",
3043
3043
  "stateVariable": true,
3044
3044
  "storageLocation": "default",
3045
3045
  "typeDescriptions": {
3046
- "typeIdentifier": "t_contract$_IResolver_$20618",
3046
+ "typeIdentifier": "t_contract$_IResolver_$20626",
3047
3047
  "typeString": "contract IResolver"
3048
3048
  },
3049
3049
  "typeName": {
3050
- "id": 38004,
3050
+ "id": 37996,
3051
3051
  "nodeType": "UserDefinedTypeName",
3052
3052
  "pathNode": {
3053
- "id": 38003,
3053
+ "id": 37995,
3054
3054
  "name": "IResolver",
3055
3055
  "nodeType": "IdentifierPath",
3056
- "referencedDeclaration": 20618,
3056
+ "referencedDeclaration": 20626,
3057
3057
  "src": "613:9:102"
3058
3058
  },
3059
- "referencedDeclaration": 20618,
3059
+ "referencedDeclaration": 20626,
3060
3060
  "src": "613:9:102",
3061
3061
  "typeDescriptions": {
3062
- "typeIdentifier": "t_contract$_IResolver_$20618",
3062
+ "typeIdentifier": "t_contract$_IResolver_$20626",
3063
3063
  "typeString": "contract IResolver"
3064
3064
  }
3065
3065
  },
@@ -3067,37 +3067,37 @@
3067
3067
  },
3068
3068
  {
3069
3069
  "canonicalName": "SuperfluidLoader.Framework",
3070
- "id": 38018,
3070
+ "id": 38010,
3071
3071
  "members": [
3072
3072
  {
3073
3073
  "constant": false,
3074
- "id": 38008,
3074
+ "id": 38000,
3075
3075
  "mutability": "mutable",
3076
3076
  "name": "superfluid",
3077
3077
  "nameLocation": "696:10:102",
3078
3078
  "nodeType": "VariableDeclaration",
3079
- "scope": 38018,
3079
+ "scope": 38010,
3080
3080
  "src": "684:22:102",
3081
3081
  "stateVariable": false,
3082
3082
  "storageLocation": "default",
3083
3083
  "typeDescriptions": {
3084
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
3084
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
3085
3085
  "typeString": "contract ISuperfluid"
3086
3086
  },
3087
3087
  "typeName": {
3088
- "id": 38007,
3088
+ "id": 37999,
3089
3089
  "nodeType": "UserDefinedTypeName",
3090
3090
  "pathNode": {
3091
- "id": 38006,
3091
+ "id": 37998,
3092
3092
  "name": "ISuperfluid",
3093
3093
  "nodeType": "IdentifierPath",
3094
- "referencedDeclaration": 20045,
3094
+ "referencedDeclaration": 20053,
3095
3095
  "src": "684:11:102"
3096
3096
  },
3097
- "referencedDeclaration": 20045,
3097
+ "referencedDeclaration": 20053,
3098
3098
  "src": "684:11:102",
3099
3099
  "typeDescriptions": {
3100
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
3100
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
3101
3101
  "typeString": "contract ISuperfluid"
3102
3102
  }
3103
3103
  },
@@ -3105,33 +3105,33 @@
3105
3105
  },
3106
3106
  {
3107
3107
  "constant": false,
3108
- "id": 38011,
3108
+ "id": 38003,
3109
3109
  "mutability": "mutable",
3110
3110
  "name": "superTokenFactory",
3111
3111
  "nameLocation": "735:17:102",
3112
3112
  "nodeType": "VariableDeclaration",
3113
- "scope": 38018,
3113
+ "scope": 38010,
3114
3114
  "src": "716:36:102",
3115
3115
  "stateVariable": false,
3116
3116
  "storageLocation": "default",
3117
3117
  "typeDescriptions": {
3118
- "typeIdentifier": "t_contract$_ISuperTokenFactory_$19571",
3118
+ "typeIdentifier": "t_contract$_ISuperTokenFactory_$19581",
3119
3119
  "typeString": "contract ISuperTokenFactory"
3120
3120
  },
3121
3121
  "typeName": {
3122
- "id": 38010,
3122
+ "id": 38002,
3123
3123
  "nodeType": "UserDefinedTypeName",
3124
3124
  "pathNode": {
3125
- "id": 38009,
3125
+ "id": 38001,
3126
3126
  "name": "ISuperTokenFactory",
3127
3127
  "nodeType": "IdentifierPath",
3128
- "referencedDeclaration": 19571,
3128
+ "referencedDeclaration": 19581,
3129
3129
  "src": "716:18:102"
3130
3130
  },
3131
- "referencedDeclaration": 19571,
3131
+ "referencedDeclaration": 19581,
3132
3132
  "src": "716:18:102",
3133
3133
  "typeDescriptions": {
3134
- "typeIdentifier": "t_contract$_ISuperTokenFactory_$19571",
3134
+ "typeIdentifier": "t_contract$_ISuperTokenFactory_$19581",
3135
3135
  "typeString": "contract ISuperTokenFactory"
3136
3136
  }
3137
3137
  },
@@ -3139,33 +3139,33 @@
3139
3139
  },
3140
3140
  {
3141
3141
  "constant": false,
3142
- "id": 38014,
3142
+ "id": 38006,
3143
3143
  "mutability": "mutable",
3144
3144
  "name": "agreementCFAv1",
3145
3145
  "nameLocation": "778:14:102",
3146
3146
  "nodeType": "VariableDeclaration",
3147
- "scope": 38018,
3147
+ "scope": 38010,
3148
3148
  "src": "762:30:102",
3149
3149
  "stateVariable": false,
3150
3150
  "storageLocation": "default",
3151
3151
  "typeDescriptions": {
3152
- "typeIdentifier": "t_contract$_ISuperAgreement_$18992",
3152
+ "typeIdentifier": "t_contract$_ISuperAgreement_$19002",
3153
3153
  "typeString": "contract ISuperAgreement"
3154
3154
  },
3155
3155
  "typeName": {
3156
- "id": 38013,
3156
+ "id": 38005,
3157
3157
  "nodeType": "UserDefinedTypeName",
3158
3158
  "pathNode": {
3159
- "id": 38012,
3159
+ "id": 38004,
3160
3160
  "name": "ISuperAgreement",
3161
3161
  "nodeType": "IdentifierPath",
3162
- "referencedDeclaration": 18992,
3162
+ "referencedDeclaration": 19002,
3163
3163
  "src": "762:15:102"
3164
3164
  },
3165
- "referencedDeclaration": 18992,
3165
+ "referencedDeclaration": 19002,
3166
3166
  "src": "762:15:102",
3167
3167
  "typeDescriptions": {
3168
- "typeIdentifier": "t_contract$_ISuperAgreement_$18992",
3168
+ "typeIdentifier": "t_contract$_ISuperAgreement_$19002",
3169
3169
  "typeString": "contract ISuperAgreement"
3170
3170
  }
3171
3171
  },
@@ -3173,33 +3173,33 @@
3173
3173
  },
3174
3174
  {
3175
3175
  "constant": false,
3176
- "id": 38017,
3176
+ "id": 38009,
3177
3177
  "mutability": "mutable",
3178
3178
  "name": "agreementIDAv1",
3179
3179
  "nameLocation": "818:14:102",
3180
3180
  "nodeType": "VariableDeclaration",
3181
- "scope": 38018,
3181
+ "scope": 38010,
3182
3182
  "src": "802:30:102",
3183
3183
  "stateVariable": false,
3184
3184
  "storageLocation": "default",
3185
3185
  "typeDescriptions": {
3186
- "typeIdentifier": "t_contract$_ISuperAgreement_$18992",
3186
+ "typeIdentifier": "t_contract$_ISuperAgreement_$19002",
3187
3187
  "typeString": "contract ISuperAgreement"
3188
3188
  },
3189
3189
  "typeName": {
3190
- "id": 38016,
3190
+ "id": 38008,
3191
3191
  "nodeType": "UserDefinedTypeName",
3192
3192
  "pathNode": {
3193
- "id": 38015,
3193
+ "id": 38007,
3194
3194
  "name": "ISuperAgreement",
3195
3195
  "nodeType": "IdentifierPath",
3196
- "referencedDeclaration": 18992,
3196
+ "referencedDeclaration": 19002,
3197
3197
  "src": "802:15:102"
3198
3198
  },
3199
- "referencedDeclaration": 18992,
3199
+ "referencedDeclaration": 19002,
3200
3200
  "src": "802:15:102",
3201
3201
  "typeDescriptions": {
3202
- "typeIdentifier": "t_contract$_ISuperAgreement_$18992",
3202
+ "typeIdentifier": "t_contract$_ISuperAgreement_$19002",
3203
3203
  "typeString": "contract ISuperAgreement"
3204
3204
  }
3205
3205
  },
@@ -3209,62 +3209,62 @@
3209
3209
  "name": "Framework",
3210
3210
  "nameLocation": "664:9:102",
3211
3211
  "nodeType": "StructDefinition",
3212
- "scope": 38089,
3212
+ "scope": 38081,
3213
3213
  "src": "657:182:102",
3214
3214
  "visibility": "public"
3215
3215
  },
3216
3216
  {
3217
3217
  "body": {
3218
- "id": 38028,
3218
+ "id": 38020,
3219
3219
  "nodeType": "Block",
3220
3220
  "src": "877:37:102",
3221
3221
  "statements": [
3222
3222
  {
3223
3223
  "expression": {
3224
- "id": 38026,
3224
+ "id": 38018,
3225
3225
  "isConstant": false,
3226
3226
  "isLValue": false,
3227
3227
  "isPure": false,
3228
3228
  "lValueRequested": false,
3229
3229
  "leftHandSide": {
3230
- "id": 38024,
3230
+ "id": 38016,
3231
3231
  "name": "_resolver",
3232
3232
  "nodeType": "Identifier",
3233
3233
  "overloadedDeclarations": [],
3234
- "referencedDeclaration": 38005,
3234
+ "referencedDeclaration": 37997,
3235
3235
  "src": "887:9:102",
3236
3236
  "typeDescriptions": {
3237
- "typeIdentifier": "t_contract$_IResolver_$20618",
3237
+ "typeIdentifier": "t_contract$_IResolver_$20626",
3238
3238
  "typeString": "contract IResolver"
3239
3239
  }
3240
3240
  },
3241
3241
  "nodeType": "Assignment",
3242
3242
  "operator": "=",
3243
3243
  "rightHandSide": {
3244
- "id": 38025,
3244
+ "id": 38017,
3245
3245
  "name": "resolver",
3246
3246
  "nodeType": "Identifier",
3247
3247
  "overloadedDeclarations": [],
3248
- "referencedDeclaration": 38021,
3248
+ "referencedDeclaration": 38013,
3249
3249
  "src": "899:8:102",
3250
3250
  "typeDescriptions": {
3251
- "typeIdentifier": "t_contract$_IResolver_$20618",
3251
+ "typeIdentifier": "t_contract$_IResolver_$20626",
3252
3252
  "typeString": "contract IResolver"
3253
3253
  }
3254
3254
  },
3255
3255
  "src": "887:20:102",
3256
3256
  "typeDescriptions": {
3257
- "typeIdentifier": "t_contract$_IResolver_$20618",
3257
+ "typeIdentifier": "t_contract$_IResolver_$20626",
3258
3258
  "typeString": "contract IResolver"
3259
3259
  }
3260
3260
  },
3261
- "id": 38027,
3261
+ "id": 38019,
3262
3262
  "nodeType": "ExpressionStatement",
3263
3263
  "src": "887:20:102"
3264
3264
  }
3265
3265
  ]
3266
3266
  },
3267
- "id": 38029,
3267
+ "id": 38021,
3268
3268
  "implemented": true,
3269
3269
  "kind": "constructor",
3270
3270
  "modifiers": [],
@@ -3272,38 +3272,38 @@
3272
3272
  "nameLocation": "-1:-1:-1",
3273
3273
  "nodeType": "FunctionDefinition",
3274
3274
  "parameters": {
3275
- "id": 38022,
3275
+ "id": 38014,
3276
3276
  "nodeType": "ParameterList",
3277
3277
  "parameters": [
3278
3278
  {
3279
3279
  "constant": false,
3280
- "id": 38021,
3280
+ "id": 38013,
3281
3281
  "mutability": "mutable",
3282
3282
  "name": "resolver",
3283
3283
  "nameLocation": "867:8:102",
3284
3284
  "nodeType": "VariableDeclaration",
3285
- "scope": 38029,
3285
+ "scope": 38021,
3286
3286
  "src": "857:18:102",
3287
3287
  "stateVariable": false,
3288
3288
  "storageLocation": "default",
3289
3289
  "typeDescriptions": {
3290
- "typeIdentifier": "t_contract$_IResolver_$20618",
3290
+ "typeIdentifier": "t_contract$_IResolver_$20626",
3291
3291
  "typeString": "contract IResolver"
3292
3292
  },
3293
3293
  "typeName": {
3294
- "id": 38020,
3294
+ "id": 38012,
3295
3295
  "nodeType": "UserDefinedTypeName",
3296
3296
  "pathNode": {
3297
- "id": 38019,
3297
+ "id": 38011,
3298
3298
  "name": "IResolver",
3299
3299
  "nodeType": "IdentifierPath",
3300
- "referencedDeclaration": 20618,
3300
+ "referencedDeclaration": 20626,
3301
3301
  "src": "857:9:102"
3302
3302
  },
3303
- "referencedDeclaration": 20618,
3303
+ "referencedDeclaration": 20626,
3304
3304
  "src": "857:9:102",
3305
3305
  "typeDescriptions": {
3306
- "typeIdentifier": "t_contract$_IResolver_$20618",
3306
+ "typeIdentifier": "t_contract$_IResolver_$20626",
3307
3307
  "typeString": "contract IResolver"
3308
3308
  }
3309
3309
  },
@@ -3313,12 +3313,12 @@
3313
3313
  "src": "856:20:102"
3314
3314
  },
3315
3315
  "returnParameters": {
3316
- "id": 38023,
3316
+ "id": 38015,
3317
3317
  "nodeType": "ParameterList",
3318
3318
  "parameters": [],
3319
3319
  "src": "877:0:102"
3320
3320
  },
3321
- "scope": 38089,
3321
+ "scope": 38081,
3322
3322
  "src": "845:69:102",
3323
3323
  "stateMutability": "nonpayable",
3324
3324
  "virtual": false,
@@ -3326,41 +3326,41 @@
3326
3326
  },
3327
3327
  {
3328
3328
  "body": {
3329
- "id": 38087,
3329
+ "id": 38079,
3330
3330
  "nodeType": "Block",
3331
3331
  "src": "1166:584:102",
3332
3332
  "statements": [
3333
3333
  {
3334
3334
  "expression": {
3335
- "id": 38052,
3335
+ "id": 38044,
3336
3336
  "isConstant": false,
3337
3337
  "isLValue": false,
3338
3338
  "isPure": false,
3339
3339
  "lValueRequested": false,
3340
3340
  "leftHandSide": {
3341
3341
  "expression": {
3342
- "id": 38038,
3342
+ "id": 38030,
3343
3343
  "name": "result",
3344
3344
  "nodeType": "Identifier",
3345
3345
  "overloadedDeclarations": [],
3346
- "referencedDeclaration": 38036,
3346
+ "referencedDeclaration": 38028,
3347
3347
  "src": "1217:6:102",
3348
3348
  "typeDescriptions": {
3349
- "typeIdentifier": "t_struct$_Framework_$38018_memory_ptr",
3349
+ "typeIdentifier": "t_struct$_Framework_$38010_memory_ptr",
3350
3350
  "typeString": "struct SuperfluidLoader.Framework memory"
3351
3351
  }
3352
3352
  },
3353
- "id": 38040,
3353
+ "id": 38032,
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": 38008,
3360
+ "referencedDeclaration": 38000,
3361
3361
  "src": "1217:17:102",
3362
3362
  "typeDescriptions": {
3363
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
3363
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
3364
3364
  "typeString": "contract ISuperfluid"
3365
3365
  }
3366
3366
  },
@@ -3374,7 +3374,7 @@
3374
3374
  "arguments": [
3375
3375
  {
3376
3376
  "hexValue": "5375706572666c7569642e",
3377
- "id": 38047,
3377
+ "id": 38039,
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": 38048,
3392
+ "id": 38040,
3393
3393
  "name": "releaseVersion",
3394
3394
  "nodeType": "Identifier",
3395
3395
  "overloadedDeclarations": [],
3396
- "referencedDeclaration": 38032,
3396
+ "referencedDeclaration": 38024,
3397
3397
  "src": "1305:14:102",
3398
3398
  "typeDescriptions": {
3399
3399
  "typeIdentifier": "t_string_calldata_ptr",
@@ -3413,7 +3413,7 @@
3413
3413
  }
3414
3414
  ],
3415
3415
  "expression": {
3416
- "id": 38045,
3416
+ "id": 38037,
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": 38044,
3428
+ "id": 38036,
3429
3429
  "name": "string",
3430
3430
  "nodeType": "ElementaryTypeName",
3431
3431
  "src": "1276:6:102",
3432
3432
  "typeDescriptions": {}
3433
3433
  }
3434
3434
  },
3435
- "id": 38046,
3435
+ "id": 38038,
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": 38049,
3448
+ "id": 38041,
3449
3449
  "isConstant": false,
3450
3450
  "isLValue": false,
3451
3451
  "isPure": false,
@@ -3469,32 +3469,32 @@
3469
3469
  }
3470
3470
  ],
3471
3471
  "expression": {
3472
- "id": 38042,
3472
+ "id": 38034,
3473
3473
  "name": "_resolver",
3474
3474
  "nodeType": "Identifier",
3475
3475
  "overloadedDeclarations": [],
3476
- "referencedDeclaration": 38005,
3476
+ "referencedDeclaration": 37997,
3477
3477
  "src": "1249:9:102",
3478
3478
  "typeDescriptions": {
3479
- "typeIdentifier": "t_contract$_IResolver_$20618",
3479
+ "typeIdentifier": "t_contract$_IResolver_$20626",
3480
3480
  "typeString": "contract IResolver"
3481
3481
  }
3482
3482
  },
3483
- "id": 38043,
3483
+ "id": 38035,
3484
3484
  "isConstant": false,
3485
3485
  "isLValue": false,
3486
3486
  "isPure": false,
3487
3487
  "lValueRequested": false,
3488
3488
  "memberName": "get",
3489
3489
  "nodeType": "MemberAccess",
3490
- "referencedDeclaration": 20617,
3490
+ "referencedDeclaration": 20625,
3491
3491
  "src": "1249:13:102",
3492
3492
  "typeDescriptions": {
3493
3493
  "typeIdentifier": "t_function_external_view$_t_string_memory_ptr_$returns$_t_address_$",
3494
3494
  "typeString": "function (string memory) view external returns (address)"
3495
3495
  }
3496
3496
  },
3497
- "id": 38050,
3497
+ "id": 38042,
3498
3498
  "isConstant": false,
3499
3499
  "isLValue": false,
3500
3500
  "isPure": false,
@@ -3517,18 +3517,18 @@
3517
3517
  "typeString": "address"
3518
3518
  }
3519
3519
  ],
3520
- "id": 38041,
3520
+ "id": 38033,
3521
3521
  "name": "ISuperfluid",
3522
3522
  "nodeType": "Identifier",
3523
3523
  "overloadedDeclarations": [],
3524
- "referencedDeclaration": 20045,
3524
+ "referencedDeclaration": 20053,
3525
3525
  "src": "1237:11:102",
3526
3526
  "typeDescriptions": {
3527
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20045_$",
3527
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20053_$",
3528
3528
  "typeString": "type(contract ISuperfluid)"
3529
3529
  }
3530
3530
  },
3531
- "id": 38051,
3531
+ "id": 38043,
3532
3532
  "isConstant": false,
3533
3533
  "isLValue": false,
3534
3534
  "isPure": false,
@@ -3539,51 +3539,51 @@
3539
3539
  "src": "1237:94:102",
3540
3540
  "tryCall": false,
3541
3541
  "typeDescriptions": {
3542
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
3542
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
3543
3543
  "typeString": "contract ISuperfluid"
3544
3544
  }
3545
3545
  },
3546
3546
  "src": "1217:114:102",
3547
3547
  "typeDescriptions": {
3548
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
3548
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
3549
3549
  "typeString": "contract ISuperfluid"
3550
3550
  }
3551
3551
  },
3552
- "id": 38053,
3552
+ "id": 38045,
3553
3553
  "nodeType": "ExpressionStatement",
3554
3554
  "src": "1217:114:102"
3555
3555
  },
3556
3556
  {
3557
3557
  "expression": {
3558
- "id": 38061,
3558
+ "id": 38053,
3559
3559
  "isConstant": false,
3560
3560
  "isLValue": false,
3561
3561
  "isPure": false,
3562
3562
  "lValueRequested": false,
3563
3563
  "leftHandSide": {
3564
3564
  "expression": {
3565
- "id": 38054,
3565
+ "id": 38046,
3566
3566
  "name": "result",
3567
3567
  "nodeType": "Identifier",
3568
3568
  "overloadedDeclarations": [],
3569
- "referencedDeclaration": 38036,
3569
+ "referencedDeclaration": 38028,
3570
3570
  "src": "1341:6:102",
3571
3571
  "typeDescriptions": {
3572
- "typeIdentifier": "t_struct$_Framework_$38018_memory_ptr",
3572
+ "typeIdentifier": "t_struct$_Framework_$38010_memory_ptr",
3573
3573
  "typeString": "struct SuperfluidLoader.Framework memory"
3574
3574
  }
3575
3575
  },
3576
- "id": 38056,
3576
+ "id": 38048,
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": 38011,
3583
+ "referencedDeclaration": 38003,
3584
3584
  "src": "1341:24:102",
3585
3585
  "typeDescriptions": {
3586
- "typeIdentifier": "t_contract$_ISuperTokenFactory_$19571",
3586
+ "typeIdentifier": "t_contract$_ISuperTokenFactory_$19581",
3587
3587
  "typeString": "contract ISuperTokenFactory"
3588
3588
  }
3589
3589
  },
@@ -3595,46 +3595,46 @@
3595
3595
  "argumentTypes": [],
3596
3596
  "expression": {
3597
3597
  "expression": {
3598
- "id": 38057,
3598
+ "id": 38049,
3599
3599
  "name": "result",
3600
3600
  "nodeType": "Identifier",
3601
3601
  "overloadedDeclarations": [],
3602
- "referencedDeclaration": 38036,
3602
+ "referencedDeclaration": 38028,
3603
3603
  "src": "1368:6:102",
3604
3604
  "typeDescriptions": {
3605
- "typeIdentifier": "t_struct$_Framework_$38018_memory_ptr",
3605
+ "typeIdentifier": "t_struct$_Framework_$38010_memory_ptr",
3606
3606
  "typeString": "struct SuperfluidLoader.Framework memory"
3607
3607
  }
3608
3608
  },
3609
- "id": 38058,
3609
+ "id": 38050,
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": 38008,
3616
+ "referencedDeclaration": 38000,
3617
3617
  "src": "1368:17:102",
3618
3618
  "typeDescriptions": {
3619
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
3619
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
3620
3620
  "typeString": "contract ISuperfluid"
3621
3621
  }
3622
3622
  },
3623
- "id": 38059,
3623
+ "id": 38051,
3624
3624
  "isConstant": false,
3625
3625
  "isLValue": false,
3626
3626
  "isPure": false,
3627
3627
  "lValueRequested": false,
3628
3628
  "memberName": "getSuperTokenFactory",
3629
3629
  "nodeType": "MemberAccess",
3630
- "referencedDeclaration": 19717,
3630
+ "referencedDeclaration": 19727,
3631
3631
  "src": "1368:38:102",
3632
3632
  "typeDescriptions": {
3633
- "typeIdentifier": "t_function_external_view$__$returns$_t_contract$_ISuperTokenFactory_$19571_$",
3633
+ "typeIdentifier": "t_function_external_view$__$returns$_t_contract$_ISuperTokenFactory_$19581_$",
3634
3634
  "typeString": "function () view external returns (contract ISuperTokenFactory)"
3635
3635
  }
3636
3636
  },
3637
- "id": 38060,
3637
+ "id": 38052,
3638
3638
  "isConstant": false,
3639
3639
  "isLValue": false,
3640
3640
  "isPure": false,
@@ -3645,51 +3645,51 @@
3645
3645
  "src": "1368:40:102",
3646
3646
  "tryCall": false,
3647
3647
  "typeDescriptions": {
3648
- "typeIdentifier": "t_contract$_ISuperTokenFactory_$19571",
3648
+ "typeIdentifier": "t_contract$_ISuperTokenFactory_$19581",
3649
3649
  "typeString": "contract ISuperTokenFactory"
3650
3650
  }
3651
3651
  },
3652
3652
  "src": "1341:67:102",
3653
3653
  "typeDescriptions": {
3654
- "typeIdentifier": "t_contract$_ISuperTokenFactory_$19571",
3654
+ "typeIdentifier": "t_contract$_ISuperTokenFactory_$19581",
3655
3655
  "typeString": "contract ISuperTokenFactory"
3656
3656
  }
3657
3657
  },
3658
- "id": 38062,
3658
+ "id": 38054,
3659
3659
  "nodeType": "ExpressionStatement",
3660
3660
  "src": "1341:67:102"
3661
3661
  },
3662
3662
  {
3663
3663
  "expression": {
3664
- "id": 38073,
3664
+ "id": 38065,
3665
3665
  "isConstant": false,
3666
3666
  "isLValue": false,
3667
3667
  "isPure": false,
3668
3668
  "lValueRequested": false,
3669
3669
  "leftHandSide": {
3670
3670
  "expression": {
3671
- "id": 38063,
3671
+ "id": 38055,
3672
3672
  "name": "result",
3673
3673
  "nodeType": "Identifier",
3674
3674
  "overloadedDeclarations": [],
3675
- "referencedDeclaration": 38036,
3675
+ "referencedDeclaration": 38028,
3676
3676
  "src": "1418:6:102",
3677
3677
  "typeDescriptions": {
3678
- "typeIdentifier": "t_struct$_Framework_$38018_memory_ptr",
3678
+ "typeIdentifier": "t_struct$_Framework_$38010_memory_ptr",
3679
3679
  "typeString": "struct SuperfluidLoader.Framework memory"
3680
3680
  }
3681
3681
  },
3682
- "id": 38065,
3682
+ "id": 38057,
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": 38014,
3689
+ "referencedDeclaration": 38006,
3690
3690
  "src": "1418:21:102",
3691
3691
  "typeDescriptions": {
3692
- "typeIdentifier": "t_contract$_ISuperAgreement_$18992",
3692
+ "typeIdentifier": "t_contract$_ISuperAgreement_$19002",
3693
3693
  "typeString": "contract ISuperAgreement"
3694
3694
  }
3695
3695
  },
@@ -3701,7 +3701,7 @@
3701
3701
  "arguments": [
3702
3702
  {
3703
3703
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e61677265656d656e74732e436f6e7374616e74466c6f7741677265656d656e742e7631",
3704
- "id": 38070,
3704
+ "id": 38062,
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": 38069,
3726
+ "id": 38061,
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": 38071,
3737
+ "id": 38063,
3738
3738
  "isConstant": false,
3739
3739
  "isLValue": false,
3740
3740
  "isPure": true,
@@ -3759,46 +3759,46 @@
3759
3759
  ],
3760
3760
  "expression": {
3761
3761
  "expression": {
3762
- "id": 38066,
3762
+ "id": 38058,
3763
3763
  "name": "result",
3764
3764
  "nodeType": "Identifier",
3765
3765
  "overloadedDeclarations": [],
3766
- "referencedDeclaration": 38036,
3766
+ "referencedDeclaration": 38028,
3767
3767
  "src": "1442:6:102",
3768
3768
  "typeDescriptions": {
3769
- "typeIdentifier": "t_struct$_Framework_$38018_memory_ptr",
3769
+ "typeIdentifier": "t_struct$_Framework_$38010_memory_ptr",
3770
3770
  "typeString": "struct SuperfluidLoader.Framework memory"
3771
3771
  }
3772
3772
  },
3773
- "id": 38067,
3773
+ "id": 38059,
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": 38008,
3780
+ "referencedDeclaration": 38000,
3781
3781
  "src": "1442:17:102",
3782
3782
  "typeDescriptions": {
3783
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
3783
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
3784
3784
  "typeString": "contract ISuperfluid"
3785
3785
  }
3786
3786
  },
3787
- "id": 38068,
3787
+ "id": 38060,
3788
3788
  "isConstant": false,
3789
3789
  "isLValue": false,
3790
3790
  "isPure": false,
3791
3791
  "lValueRequested": false,
3792
3792
  "memberName": "getAgreementClass",
3793
3793
  "nodeType": "MemberAccess",
3794
- "referencedDeclaration": 19680,
3794
+ "referencedDeclaration": 19690,
3795
3795
  "src": "1442:35:102",
3796
3796
  "typeDescriptions": {
3797
- "typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_contract$_ISuperAgreement_$18992_$",
3797
+ "typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_contract$_ISuperAgreement_$19002_$",
3798
3798
  "typeString": "function (bytes32) view external returns (contract ISuperAgreement)"
3799
3799
  }
3800
3800
  },
3801
- "id": 38072,
3801
+ "id": 38064,
3802
3802
  "isConstant": false,
3803
3803
  "isLValue": false,
3804
3804
  "isPure": false,
@@ -3809,51 +3809,51 @@
3809
3809
  "src": "1442:130:102",
3810
3810
  "tryCall": false,
3811
3811
  "typeDescriptions": {
3812
- "typeIdentifier": "t_contract$_ISuperAgreement_$18992",
3812
+ "typeIdentifier": "t_contract$_ISuperAgreement_$19002",
3813
3813
  "typeString": "contract ISuperAgreement"
3814
3814
  }
3815
3815
  },
3816
3816
  "src": "1418:154:102",
3817
3817
  "typeDescriptions": {
3818
- "typeIdentifier": "t_contract$_ISuperAgreement_$18992",
3818
+ "typeIdentifier": "t_contract$_ISuperAgreement_$19002",
3819
3819
  "typeString": "contract ISuperAgreement"
3820
3820
  }
3821
3821
  },
3822
- "id": 38074,
3822
+ "id": 38066,
3823
3823
  "nodeType": "ExpressionStatement",
3824
3824
  "src": "1418:154:102"
3825
3825
  },
3826
3826
  {
3827
3827
  "expression": {
3828
- "id": 38085,
3828
+ "id": 38077,
3829
3829
  "isConstant": false,
3830
3830
  "isLValue": false,
3831
3831
  "isPure": false,
3832
3832
  "lValueRequested": false,
3833
3833
  "leftHandSide": {
3834
3834
  "expression": {
3835
- "id": 38075,
3835
+ "id": 38067,
3836
3836
  "name": "result",
3837
3837
  "nodeType": "Identifier",
3838
3838
  "overloadedDeclarations": [],
3839
- "referencedDeclaration": 38036,
3839
+ "referencedDeclaration": 38028,
3840
3840
  "src": "1582:6:102",
3841
3841
  "typeDescriptions": {
3842
- "typeIdentifier": "t_struct$_Framework_$38018_memory_ptr",
3842
+ "typeIdentifier": "t_struct$_Framework_$38010_memory_ptr",
3843
3843
  "typeString": "struct SuperfluidLoader.Framework memory"
3844
3844
  }
3845
3845
  },
3846
- "id": 38077,
3846
+ "id": 38069,
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": 38017,
3853
+ "referencedDeclaration": 38009,
3854
3854
  "src": "1582:21:102",
3855
3855
  "typeDescriptions": {
3856
- "typeIdentifier": "t_contract$_ISuperAgreement_$18992",
3856
+ "typeIdentifier": "t_contract$_ISuperAgreement_$19002",
3857
3857
  "typeString": "contract ISuperAgreement"
3858
3858
  }
3859
3859
  },
@@ -3865,7 +3865,7 @@
3865
3865
  "arguments": [
3866
3866
  {
3867
3867
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e61677265656d656e74732e496e7374616e74446973747269627574696f6e41677265656d656e742e7631",
3868
- "id": 38082,
3868
+ "id": 38074,
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": 38081,
3890
+ "id": 38073,
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": 38083,
3901
+ "id": 38075,
3902
3902
  "isConstant": false,
3903
3903
  "isLValue": false,
3904
3904
  "isPure": true,
@@ -3923,46 +3923,46 @@
3923
3923
  ],
3924
3924
  "expression": {
3925
3925
  "expression": {
3926
- "id": 38078,
3926
+ "id": 38070,
3927
3927
  "name": "result",
3928
3928
  "nodeType": "Identifier",
3929
3929
  "overloadedDeclarations": [],
3930
- "referencedDeclaration": 38036,
3930
+ "referencedDeclaration": 38028,
3931
3931
  "src": "1606:6:102",
3932
3932
  "typeDescriptions": {
3933
- "typeIdentifier": "t_struct$_Framework_$38018_memory_ptr",
3933
+ "typeIdentifier": "t_struct$_Framework_$38010_memory_ptr",
3934
3934
  "typeString": "struct SuperfluidLoader.Framework memory"
3935
3935
  }
3936
3936
  },
3937
- "id": 38079,
3937
+ "id": 38071,
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": 38008,
3944
+ "referencedDeclaration": 38000,
3945
3945
  "src": "1606:17:102",
3946
3946
  "typeDescriptions": {
3947
- "typeIdentifier": "t_contract$_ISuperfluid_$20045",
3947
+ "typeIdentifier": "t_contract$_ISuperfluid_$20053",
3948
3948
  "typeString": "contract ISuperfluid"
3949
3949
  }
3950
3950
  },
3951
- "id": 38080,
3951
+ "id": 38072,
3952
3952
  "isConstant": false,
3953
3953
  "isLValue": false,
3954
3954
  "isPure": false,
3955
3955
  "lValueRequested": false,
3956
3956
  "memberName": "getAgreementClass",
3957
3957
  "nodeType": "MemberAccess",
3958
- "referencedDeclaration": 19680,
3958
+ "referencedDeclaration": 19690,
3959
3959
  "src": "1606:35:102",
3960
3960
  "typeDescriptions": {
3961
- "typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_contract$_ISuperAgreement_$18992_$",
3961
+ "typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_contract$_ISuperAgreement_$19002_$",
3962
3962
  "typeString": "function (bytes32) view external returns (contract ISuperAgreement)"
3963
3963
  }
3964
3964
  },
3965
- "id": 38084,
3965
+ "id": 38076,
3966
3966
  "isConstant": false,
3967
3967
  "isLValue": false,
3968
3968
  "isPure": false,
@@ -3973,30 +3973,30 @@
3973
3973
  "src": "1606:137:102",
3974
3974
  "tryCall": false,
3975
3975
  "typeDescriptions": {
3976
- "typeIdentifier": "t_contract$_ISuperAgreement_$18992",
3976
+ "typeIdentifier": "t_contract$_ISuperAgreement_$19002",
3977
3977
  "typeString": "contract ISuperAgreement"
3978
3978
  }
3979
3979
  },
3980
3980
  "src": "1582:161:102",
3981
3981
  "typeDescriptions": {
3982
- "typeIdentifier": "t_contract$_ISuperAgreement_$18992",
3982
+ "typeIdentifier": "t_contract$_ISuperAgreement_$19002",
3983
3983
  "typeString": "contract ISuperAgreement"
3984
3984
  }
3985
3985
  },
3986
- "id": 38086,
3986
+ "id": 38078,
3987
3987
  "nodeType": "ExpressionStatement",
3988
3988
  "src": "1582:161:102"
3989
3989
  }
3990
3990
  ]
3991
3991
  },
3992
3992
  "documentation": {
3993
- "id": 38030,
3993
+ "id": 38022,
3994
3994
  "nodeType": "StructuredDocumentation",
3995
3995
  "src": "920:118:102",
3996
3996
  "text": " @dev Load framework objects\n @param releaseVersion Protocol release version of the deployment"
3997
3997
  },
3998
3998
  "functionSelector": "f490e2f0",
3999
- "id": 38088,
3999
+ "id": 38080,
4000
4000
  "implemented": true,
4001
4001
  "kind": "function",
4002
4002
  "modifiers": [],
@@ -4004,17 +4004,17 @@
4004
4004
  "nameLocation": "1052:13:102",
4005
4005
  "nodeType": "FunctionDefinition",
4006
4006
  "parameters": {
4007
- "id": 38033,
4007
+ "id": 38025,
4008
4008
  "nodeType": "ParameterList",
4009
4009
  "parameters": [
4010
4010
  {
4011
4011
  "constant": false,
4012
- "id": 38032,
4012
+ "id": 38024,
4013
4013
  "mutability": "mutable",
4014
4014
  "name": "releaseVersion",
4015
4015
  "nameLocation": "1082:14:102",
4016
4016
  "nodeType": "VariableDeclaration",
4017
- "scope": 38088,
4017
+ "scope": 38080,
4018
4018
  "src": "1066:30:102",
4019
4019
  "stateVariable": false,
4020
4020
  "storageLocation": "calldata",
@@ -4023,7 +4023,7 @@
4023
4023
  "typeString": "string"
4024
4024
  },
4025
4025
  "typeName": {
4026
- "id": 38031,
4026
+ "id": 38023,
4027
4027
  "name": "string",
4028
4028
  "nodeType": "ElementaryTypeName",
4029
4029
  "src": "1066:6:102",
@@ -4038,38 +4038,38 @@
4038
4038
  "src": "1065:32:102"
4039
4039
  },
4040
4040
  "returnParameters": {
4041
- "id": 38037,
4041
+ "id": 38029,
4042
4042
  "nodeType": "ParameterList",
4043
4043
  "parameters": [
4044
4044
  {
4045
4045
  "constant": false,
4046
- "id": 38036,
4046
+ "id": 38028,
4047
4047
  "mutability": "mutable",
4048
4048
  "name": "result",
4049
4049
  "nameLocation": "1154:6:102",
4050
4050
  "nodeType": "VariableDeclaration",
4051
- "scope": 38088,
4051
+ "scope": 38080,
4052
4052
  "src": "1137:23:102",
4053
4053
  "stateVariable": false,
4054
4054
  "storageLocation": "memory",
4055
4055
  "typeDescriptions": {
4056
- "typeIdentifier": "t_struct$_Framework_$38018_memory_ptr",
4056
+ "typeIdentifier": "t_struct$_Framework_$38010_memory_ptr",
4057
4057
  "typeString": "struct SuperfluidLoader.Framework"
4058
4058
  },
4059
4059
  "typeName": {
4060
- "id": 38035,
4060
+ "id": 38027,
4061
4061
  "nodeType": "UserDefinedTypeName",
4062
4062
  "pathNode": {
4063
- "id": 38034,
4063
+ "id": 38026,
4064
4064
  "name": "Framework",
4065
4065
  "nodeType": "IdentifierPath",
4066
- "referencedDeclaration": 38018,
4066
+ "referencedDeclaration": 38010,
4067
4067
  "src": "1137:9:102"
4068
4068
  },
4069
- "referencedDeclaration": 38018,
4069
+ "referencedDeclaration": 38010,
4070
4070
  "src": "1137:9:102",
4071
4071
  "typeDescriptions": {
4072
- "typeIdentifier": "t_struct$_Framework_$38018_storage_ptr",
4072
+ "typeIdentifier": "t_struct$_Framework_$38010_storage_ptr",
4073
4073
  "typeString": "struct SuperfluidLoader.Framework"
4074
4074
  }
4075
4075
  },
@@ -4078,14 +4078,14 @@
4078
4078
  ],
4079
4079
  "src": "1136:25:102"
4080
4080
  },
4081
- "scope": 38089,
4081
+ "scope": 38081,
4082
4082
  "src": "1043:707:102",
4083
4083
  "stateMutability": "view",
4084
4084
  "virtual": false,
4085
4085
  "visibility": "external"
4086
4086
  }
4087
4087
  ],
4088
- "scope": 38090,
4088
+ "scope": 38082,
4089
4089
  "src": "580:1172:102",
4090
4090
  "usedErrors": []
4091
4091
  }
@@ -4098,7 +4098,7 @@
4098
4098
  },
4099
4099
  "networks": {},
4100
4100
  "schemaVersion": "3.4.8",
4101
- "updatedAt": "2022-08-11T12:58:52.124Z",
4101
+ "updatedAt": "2022-08-25T14:16:53.543Z",
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.",