@superfluid-finance/ethereum-contracts 1.2.3-dev.c35a287.0 → 1.2.3-dev.cd892eb.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 (115) 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 +9 -9
  5. package/build/contracts/AgreementLibrary.json +4 -4
  6. package/build/contracts/BaseRelayRecipient.json +1 -1
  7. package/build/contracts/BatchLiquidator.json +165 -165
  8. package/build/contracts/BatchOperation.json +1 -1
  9. package/build/contracts/CFAv1Library.json +4 -4
  10. package/build/contracts/CallUtils.json +1 -1
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +4 -4
  12. package/build/contracts/ConstantFlowAgreementV1.json +5 -5
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +1 -1
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +2 -2
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC1820RegistryCompiled.json +1 -1
  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 +1 -1
  25. package/build/contracts/ERC777Helper.json +1 -1
  26. package/build/contracts/ERC777RecipientDrainingGas.json +4 -4
  27. package/build/contracts/ERC777RecipientReverting.json +4 -4
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/ExclusiveInflowTestApp.json +4 -4
  30. package/build/contracts/FixedSizeData.json +1 -1
  31. package/build/contracts/FlowExchangeTestApp.json +4 -4
  32. package/build/contracts/FlowOperatorDefinitions.json +1 -1
  33. package/build/contracts/FullUpgradableSuperTokenProxy.json +4 -4
  34. package/build/contracts/IAccessControl.json +1 -1
  35. package/build/contracts/IAccessControlEnumerable.json +1 -1
  36. package/build/contracts/IConstantFlowAgreementV1.json +1 -1
  37. package/build/contracts/IDAv1Library.json +4 -4
  38. package/build/contracts/IERC165.json +1 -1
  39. package/build/contracts/IERC1820Implementer.json +1 -1
  40. package/build/contracts/IERC1820Registry.json +1 -1
  41. package/build/contracts/IERC20.json +1 -1
  42. package/build/contracts/IERC20Metadata.json +1 -1
  43. package/build/contracts/IERC777.json +1 -1
  44. package/build/contracts/IERC777Recipient.json +1 -1
  45. package/build/contracts/IERC777Sender.json +1 -1
  46. package/build/contracts/IInstantDistributionAgreementV1.json +1 -1
  47. package/build/contracts/IMaticBridgedNativeSuperToken.json +2 -2
  48. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +2 -2
  49. package/build/contracts/IMultiSigWallet.json +1 -1
  50. package/build/contracts/IPureSuperToken.json +2 -2
  51. package/build/contracts/IPureSuperTokenCustom.json +2 -2
  52. package/build/contracts/IRelayRecipient.json +1 -1
  53. package/build/contracts/IResolver.json +1 -1
  54. package/build/contracts/ISETH.json +2 -2
  55. package/build/contracts/ISETHCustom.json +2 -2
  56. package/build/contracts/ISuperAgreement.json +1 -1
  57. package/build/contracts/ISuperApp.json +2 -2
  58. package/build/contracts/ISuperToken.json +2 -2
  59. package/build/contracts/ISuperTokenFactory.json +2 -2
  60. package/build/contracts/ISuperfluid.json +425 -418
  61. package/build/contracts/ISuperfluidGovernance.json +2 -2
  62. package/build/contracts/ISuperfluidToken.json +1 -1
  63. package/build/contracts/ITOGAv1.json +1208 -1208
  64. package/build/contracts/ITOGAv2.json +1208 -1208
  65. package/build/contracts/Initializable.json +1 -1
  66. package/build/contracts/InstantDistributionAgreementV1.json +5 -5
  67. package/build/contracts/Int96SafeMath.json +1 -1
  68. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +191 -191
  69. package/build/contracts/NonClosableOutflowTestApp.json +4 -4
  70. package/build/contracts/Ownable.json +1 -1
  71. package/build/contracts/Pausable.json +1 -1
  72. package/build/contracts/Proxy.json +1 -1
  73. package/build/contracts/PureSuperToken.json +88 -88
  74. package/build/contracts/Resolver.json +90 -90
  75. package/build/contracts/SETHProxy.json +196 -196
  76. package/build/contracts/SafeCast.json +1 -1
  77. package/build/contracts/SafeERC20.json +1 -1
  78. package/build/contracts/SafeMath.json +1 -1
  79. package/build/contracts/SelfDeletingFlowTestApp.json +4 -4
  80. package/build/contracts/SlotsBitmapLibrary.json +1 -1
  81. package/build/contracts/Strings.json +1 -1
  82. package/build/contracts/SuperAppBase.json +2 -2
  83. package/build/contracts/SuperAppDefinitions.json +1 -1
  84. package/build/contracts/SuperToken.json +46 -46
  85. package/build/contracts/SuperTokenFactory.json +35 -35
  86. package/build/contracts/SuperTokenFactoryBase.json +33 -33
  87. package/build/contracts/SuperTokenFactoryHelper.json +35 -35
  88. package/build/contracts/SuperUpgrader.json +422 -422
  89. package/build/contracts/Superfluid.json +5488 -5454
  90. package/build/contracts/SuperfluidFrameworkDeployer.json +472 -472
  91. package/build/contracts/SuperfluidGovernanceBase.json +9 -9
  92. package/build/contracts/SuperfluidGovernanceConfigs.json +1 -1
  93. package/build/contracts/SuperfluidGovernanceII.json +17 -17
  94. package/build/contracts/SuperfluidGovernanceIIProxy.json +17 -17
  95. package/build/contracts/SuperfluidLoader.json +144 -144
  96. package/build/contracts/SuperfluidToken.json +1217 -1217
  97. package/build/contracts/TOGA.json +1218 -1218
  98. package/build/contracts/TestGovernance.json +171 -171
  99. package/build/contracts/TestToken.json +94 -94
  100. package/build/contracts/TokenCustodian.json +214 -214
  101. package/build/contracts/TokenInfo.json +1 -1
  102. package/build/contracts/UInt128SafeMath.json +1 -1
  103. package/build/contracts/UUPSProxiable.json +132 -132
  104. package/build/contracts/UUPSProxy.json +81 -81
  105. package/build/contracts/UUPSUtils.json +37 -37
  106. package/build/contracts-sizes.txt +7 -7
  107. package/contracts/interfaces/superfluid/ISuperfluid.sol +14 -6
  108. package/contracts/superfluid/Superfluid.sol +12 -10
  109. package/package.json +2 -2
  110. package/scripts/{deploy-unlisted-native-super-token.js → deploy-unlisted-pure-super-token.js} +4 -4
  111. package/scripts/gov-transfer-framework-ownership.js +3 -3
  112. package/scripts/libs/getConfig.js +3 -3
  113. package/utils/README.md +19 -1
  114. package/utils/stream-closer.html +212 -0
  115. package/utils/supertoken-deployer.html +1 -1
@@ -290,9 +290,9 @@
290
290
  "type": "function"
291
291
  }
292
292
  ],
293
- "metadata": "{\"compiler\":{\"version\":\"0.8.13+commit.abaa5c0e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract IConstantFlowAgreementV1\",\"name\":\"cfa\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluid\",\"name\":\"superfluid\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"afterAgreementCreated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"agreementData\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"ctx\",\"type\":\"bytes\"}],\"name\":\"afterAgreementTerminated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"newCtx\",\"type\":\"bytes\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"afterAgreementUpdated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"beforeAgreementCreated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"beforeAgreementTerminated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"beforeAgreementUpdated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"},{\"internalType\":\"int96\",\"name\":\"flowRate\",\"type\":\"int96\"}],\"name\":\"setupOutflow\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"This is CFA SuperApp that refuses to close its outflow by its receiver. This test the logic that the app re-opens the same stream in the termination callback. In reality, the app would have to fund the app with enough tokens to not to be jailed due to low balance.\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/mocks/CFAAppMocks.sol\":\"NonClosableOutflowTestApp\"},\"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/apps/SuperAppBase.sol\":{\"keccak256\":\"0x54003e523c7ed6d3e8b5aa3f7c80617d8ee1155554f31a1bf6e3fc3eeb634fd4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://fb28386a17c82af817ef65fbdf7b2210bd33eab9b3f93a1956155a13eeb22de8\",\"dweb:/ipfs/QmSWp559q5UEKryeqUyyheAPvrLB6NaAjZbbRHMqY8cXkA\"]},\"project:/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol\":{\"keccak256\":\"0xb96bb6cb0fe88ddf5b890b6826f7f7585cf6e94223c76d8e2fb269779afe4445\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://b864597ae952222f0f43c66943492966013021c4171d5ef4f7357c047dfd737c\",\"dweb:/ipfs/Qmcr7xicfmPDD343B34ETP3XrdU9Vi1z3zxJSgqLipfQmY\"]},\"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\":\"0xc1007d1082050b532947d27973bf996da2b0df9bdf6ed4d4fcaaa3ff2354262c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://2d22da1d2140b1ed3964ddc62d3a38e9a24a8814c18ffe496f0fbce5afef5ea0\",\"dweb:/ipfs/QmYxVnaU87HSaQktkqCZZBFj3MgphgFsZMrMLXLeZLzrvR\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0x2166f766b7f61f9bb1376b0948efa0d0c0046b93dc301e51ce495203b145189b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://929630e6a15f523b142b2897783b2f7a54532ac5ae578bd17a0b7f25a6ca2bd8\",\"dweb:/ipfs/QmTu9ffH9qbQncJGEc24bmnoCGjifQ7BG47AYR8AzMLfXR\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x9189eaba9e856cc4932ea29eeaf4e89a09448dde13860591691ec122856fdc75\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7d5991b906bba706373f5bfe3c2c8789a7a45360a41eee50574272b393c4ab70\",\"dweb:/ipfs/QmVCXVnYA13vMNxa7rGzNB129sUXiGE1asuHdnEMEPVZsp\"]},\"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/mocks/CFAAppMocks.sol\":{\"keccak256\":\"0x4ee2b6a48a285b68089ffbfd755c0ded447bf14fedf03bdee7c33690a424a372\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://adf9648131a597539cf8fb2dacbccafdac821f11ac11ac77a6c7788e407494a1\",\"dweb:/ipfs/Qmc3N28UXqXdb6rgjnVrF3N5b5BWAtjkpCH7pKVXSVuzWb\"]}},\"version\":1}",
294
- "bytecode": "0x608060405234801561001057600080fd5b50604051610c48380380610c4883398101604081905261002f91610108565b6001600160a01b03821661004557610045610142565b6001600160a01b03811661005b5761005b610142565b600080546001600160a01b038085166001600160a01b0319928316179092556001805492841692909116821790556040516315a722b960e31b8152641f00000001919063ad3915c8906100b690849060040190815260200190565b600060405180830381600087803b1580156100d057600080fd5b505af11580156100e4573d6000803e3d6000fd5b50505050505050610158565b6001600160a01b038116811461010557600080fd5b50565b6000806040838503121561011b57600080fd5b8251610126816100f0565b6020840151909250610137816100f0565b809150509250929050565b634e487b7160e01b600052600160045260246000fd5b610ae1806101676000396000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c80635f9e7d771161005b5780635f9e7d77146100d1578063884d1f40146100e4578063b9e1323d146100f7578063d86ed3e51461010c57600080fd5b8063230dbd291461008257806330d9c915146100ab57806353c11f99146100be575b600080fd5b61009561009036600461060e565b61011f565b6040516100a29190610731565b60405180910390f35b6100956100b936600461074b565b610186565b6100956100cc36600461060e565b6101e9565b6100956100df36600461074b565b610380565b6100956100f236600461074b565b6103e7565b61010a6101053660046107ea565b61044a565b005b61009561011a36600461060e565b61054b565b60405162461bcd60e51b815260206004820152602e60248201527f556e737570706f727465642063616c6c6261636b202d2041667465722041677260448201526d19595b595b9d08155c19185d195960921b60648201526060906084015b60405180910390fd5b60405162461bcd60e51b815260206004820152602f60248201527f556e737570706f727465642063616c6c6261636b202d204265666f726520416760448201526e1c99595b595b9d0810dc99585d1959608a1b606482015260609060840161017d565b60606000806101fa888a018a61083c565b90925090506001600160a01b038216301461021757610217610875565b6002546001600160a01b0382811691161461023457610234610875565b600160009054906101000a90046001600160a01b03166001600160a01b0316634329d29360008054906101000a90046001600160a01b03166362fc305e60e01b8f85600260149054906101000a9004600b0b600067ffffffffffffffff8111156102a0576102a061088b565b6040519080825280601f01601f1916602001820160405280156102ca576020820181803683370190505b506040516024016102de94939291906108a1565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199485161790525160e085901b909216825261032892918a908a906004016108e1565b6000604051808303816000875af1158015610347573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261036f91908101906109d4565b509c9b505050505050505050505050565b60405162461bcd60e51b815260206004820152603360248201527f556e737570706f727465642063616c6c6261636b202d20204265666f7265204160448201527219dc99595b595b9d0815195c9b5a5b985d1959606a1b606482015260609060840161017d565b60405162461bcd60e51b815260206004820152602f60248201527f556e737570706f727465642063616c6c6261636b202d204265666f726520416760448201526e1c99595b595b9d081d5c19185d1959608a1b606482015260609060840161017d565b6001600160a01b03828116600160a01b6bffffffffffffffffffffffff841602176002556001546000805460408051928352602083019052918316926339255d5b92169063317e182f60e11b906104aa90889088908890604481016108a1565b60408051601f19818403018152918152602080830180516001600160e01b03166001600160e01b03199586161790528151600081529081019182905260e086901b90931690526104fe929160248101610a38565b6000604051808303816000875af115801561051d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526105459190810190610a6e565b50505050565b60405162461bcd60e51b815260206004820152602e60248201527f556e737570706f727465642063616c6c6261636b202d2041667465722041677260448201526d19595b595b9d0810dc99585d195960921b606482015260609060840161017d565b6001600160a01b03811681146105c257600080fd5b50565b60008083601f8401126105d757600080fd5b50813567ffffffffffffffff8111156105ef57600080fd5b60208301915083602082850101111561060757600080fd5b9250929050565b600080600080600080600080600060c08a8c03121561062c57600080fd5b8935610637816105ad565b985060208a0135610647816105ad565b975060408a0135965060608a013567ffffffffffffffff8082111561066b57600080fd5b6106778d838e016105c5565b909850965060808c013591508082111561069057600080fd5b61069c8d838e016105c5565b909650945060a08c01359150808211156106b557600080fd5b506106c28c828d016105c5565b915080935050809150509295985092959850929598565b60005b838110156106f45781810151838201526020016106dc565b838111156105455750506000910152565b6000815180845261071d8160208601602086016106d9565b601f01601f19169290920160200192915050565b6020815260006107446020830184610705565b9392505050565b600080600080600080600060a0888a03121561076657600080fd5b8735610771816105ad565b96506020880135610781816105ad565b955060408801359450606088013567ffffffffffffffff808211156107a557600080fd5b6107b18b838c016105c5565b909650945060808a01359150808211156107ca57600080fd5b506107d78a828b016105c5565b989b979a50959850939692959293505050565b6000806000606084860312156107ff57600080fd5b833561080a816105ad565b9250602084013561081a816105ad565b91506040840135600b81900b811461083157600080fd5b809150509250925092565b6000806040838503121561084f57600080fd5b823561085a816105ad565b9150602083013561086a816105ad565b809150509250929050565b634e487b7160e01b600052600160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160a01b03858116825284166020820152600b83900b60408201526080606082018190526000906108d790830184610705565b9695505050505050565b6001600160a01b038516815260806020820181905260009061090590830186610705565b8281038060408501526002825261060f60f31b602083015260408101606085015250836040820152838560608301376000606085830101526060601f19601f86011682010191505095945050505050565b600082601f83011261096757600080fd5b815167ffffffffffffffff808211156109825761098261088b565b604051601f8301601f19908116603f011681019082821181831017156109aa576109aa61088b565b816040528381528660208588010111156109c357600080fd5b6108d78460208301602089016106d9565b600080604083850312156109e757600080fd5b825167ffffffffffffffff808211156109ff57600080fd5b610a0b86838701610956565b93506020850151915080821115610a2157600080fd5b50610a2e85828601610956565b9150509250929050565b6001600160a01b0384168152606060208201819052600090610a5c90830185610705565b82810360408401526108d78185610705565b600060208284031215610a8057600080fd5b815167ffffffffffffffff811115610a9757600080fd5b610aa384828501610956565b94935050505056fea264697066735822122012abf418d7d5f6a790afad0f75b2f8676a5c5ad8f2a1ec87d974fe68cc30412064736f6c634300080d0033",
295
- "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061007d5760003560e01c80635f9e7d771161005b5780635f9e7d77146100d1578063884d1f40146100e4578063b9e1323d146100f7578063d86ed3e51461010c57600080fd5b8063230dbd291461008257806330d9c915146100ab57806353c11f99146100be575b600080fd5b61009561009036600461060e565b61011f565b6040516100a29190610731565b60405180910390f35b6100956100b936600461074b565b610186565b6100956100cc36600461060e565b6101e9565b6100956100df36600461074b565b610380565b6100956100f236600461074b565b6103e7565b61010a6101053660046107ea565b61044a565b005b61009561011a36600461060e565b61054b565b60405162461bcd60e51b815260206004820152602e60248201527f556e737570706f727465642063616c6c6261636b202d2041667465722041677260448201526d19595b595b9d08155c19185d195960921b60648201526060906084015b60405180910390fd5b60405162461bcd60e51b815260206004820152602f60248201527f556e737570706f727465642063616c6c6261636b202d204265666f726520416760448201526e1c99595b595b9d0810dc99585d1959608a1b606482015260609060840161017d565b60606000806101fa888a018a61083c565b90925090506001600160a01b038216301461021757610217610875565b6002546001600160a01b0382811691161461023457610234610875565b600160009054906101000a90046001600160a01b03166001600160a01b0316634329d29360008054906101000a90046001600160a01b03166362fc305e60e01b8f85600260149054906101000a9004600b0b600067ffffffffffffffff8111156102a0576102a061088b565b6040519080825280601f01601f1916602001820160405280156102ca576020820181803683370190505b506040516024016102de94939291906108a1565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199485161790525160e085901b909216825261032892918a908a906004016108e1565b6000604051808303816000875af1158015610347573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261036f91908101906109d4565b509c9b505050505050505050505050565b60405162461bcd60e51b815260206004820152603360248201527f556e737570706f727465642063616c6c6261636b202d20204265666f7265204160448201527219dc99595b595b9d0815195c9b5a5b985d1959606a1b606482015260609060840161017d565b60405162461bcd60e51b815260206004820152602f60248201527f556e737570706f727465642063616c6c6261636b202d204265666f726520416760448201526e1c99595b595b9d081d5c19185d1959608a1b606482015260609060840161017d565b6001600160a01b03828116600160a01b6bffffffffffffffffffffffff841602176002556001546000805460408051928352602083019052918316926339255d5b92169063317e182f60e11b906104aa90889088908890604481016108a1565b60408051601f19818403018152918152602080830180516001600160e01b03166001600160e01b03199586161790528151600081529081019182905260e086901b90931690526104fe929160248101610a38565b6000604051808303816000875af115801561051d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526105459190810190610a6e565b50505050565b60405162461bcd60e51b815260206004820152602e60248201527f556e737570706f727465642063616c6c6261636b202d2041667465722041677260448201526d19595b595b9d0810dc99585d195960921b606482015260609060840161017d565b6001600160a01b03811681146105c257600080fd5b50565b60008083601f8401126105d757600080fd5b50813567ffffffffffffffff8111156105ef57600080fd5b60208301915083602082850101111561060757600080fd5b9250929050565b600080600080600080600080600060c08a8c03121561062c57600080fd5b8935610637816105ad565b985060208a0135610647816105ad565b975060408a0135965060608a013567ffffffffffffffff8082111561066b57600080fd5b6106778d838e016105c5565b909850965060808c013591508082111561069057600080fd5b61069c8d838e016105c5565b909650945060a08c01359150808211156106b557600080fd5b506106c28c828d016105c5565b915080935050809150509295985092959850929598565b60005b838110156106f45781810151838201526020016106dc565b838111156105455750506000910152565b6000815180845261071d8160208601602086016106d9565b601f01601f19169290920160200192915050565b6020815260006107446020830184610705565b9392505050565b600080600080600080600060a0888a03121561076657600080fd5b8735610771816105ad565b96506020880135610781816105ad565b955060408801359450606088013567ffffffffffffffff808211156107a557600080fd5b6107b18b838c016105c5565b909650945060808a01359150808211156107ca57600080fd5b506107d78a828b016105c5565b989b979a50959850939692959293505050565b6000806000606084860312156107ff57600080fd5b833561080a816105ad565b9250602084013561081a816105ad565b91506040840135600b81900b811461083157600080fd5b809150509250925092565b6000806040838503121561084f57600080fd5b823561085a816105ad565b9150602083013561086a816105ad565b809150509250929050565b634e487b7160e01b600052600160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160a01b03858116825284166020820152600b83900b60408201526080606082018190526000906108d790830184610705565b9695505050505050565b6001600160a01b038516815260806020820181905260009061090590830186610705565b8281038060408501526002825261060f60f31b602083015260408101606085015250836040820152838560608301376000606085830101526060601f19601f86011682010191505095945050505050565b600082601f83011261096757600080fd5b815167ffffffffffffffff808211156109825761098261088b565b604051601f8301601f19908116603f011681019082821181831017156109aa576109aa61088b565b816040528381528660208588010111156109c357600080fd5b6108d78460208301602089016106d9565b600080604083850312156109e757600080fd5b825167ffffffffffffffff808211156109ff57600080fd5b610a0b86838701610956565b93506020850151915080821115610a2157600080fd5b50610a2e85828601610956565b9150509250929050565b6001600160a01b0384168152606060208201819052600090610a5c90830185610705565b82810360408401526108d78185610705565b600060208284031215610a8057600080fd5b815167ffffffffffffffff811115610a9757600080fd5b610aa384828501610956565b94935050505056fea264697066735822122012abf418d7d5f6a790afad0f75b2f8676a5c5ad8f2a1ec87d974fe68cc30412064736f6c634300080d0033",
293
+ "metadata": "{\"compiler\":{\"version\":\"0.8.13+commit.abaa5c0e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract IConstantFlowAgreementV1\",\"name\":\"cfa\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluid\",\"name\":\"superfluid\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"afterAgreementCreated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"agreementData\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"ctx\",\"type\":\"bytes\"}],\"name\":\"afterAgreementTerminated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"newCtx\",\"type\":\"bytes\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"afterAgreementUpdated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"beforeAgreementCreated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"beforeAgreementTerminated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"beforeAgreementUpdated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"},{\"internalType\":\"int96\",\"name\":\"flowRate\",\"type\":\"int96\"}],\"name\":\"setupOutflow\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"This is CFA SuperApp that refuses to close its outflow by its receiver. This test the logic that the app re-opens the same stream in the termination callback. In reality, the app would have to fund the app with enough tokens to not to be jailed due to low balance.\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/mocks/CFAAppMocks.sol\":\"NonClosableOutflowTestApp\"},\"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/apps/SuperAppBase.sol\":{\"keccak256\":\"0x54003e523c7ed6d3e8b5aa3f7c80617d8ee1155554f31a1bf6e3fc3eeb634fd4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://fb28386a17c82af817ef65fbdf7b2210bd33eab9b3f93a1956155a13eeb22de8\",\"dweb:/ipfs/QmSWp559q5UEKryeqUyyheAPvrLB6NaAjZbbRHMqY8cXkA\"]},\"project:/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol\":{\"keccak256\":\"0xb96bb6cb0fe88ddf5b890b6826f7f7585cf6e94223c76d8e2fb269779afe4445\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://b864597ae952222f0f43c66943492966013021c4171d5ef4f7357c047dfd737c\",\"dweb:/ipfs/Qmcr7xicfmPDD343B34ETP3XrdU9Vi1z3zxJSgqLipfQmY\"]},\"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\":\"0x9189eaba9e856cc4932ea29eeaf4e89a09448dde13860591691ec122856fdc75\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7d5991b906bba706373f5bfe3c2c8789a7a45360a41eee50574272b393c4ab70\",\"dweb:/ipfs/QmVCXVnYA13vMNxa7rGzNB129sUXiGE1asuHdnEMEPVZsp\"]},\"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/mocks/CFAAppMocks.sol\":{\"keccak256\":\"0x4ee2b6a48a285b68089ffbfd755c0ded447bf14fedf03bdee7c33690a424a372\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://adf9648131a597539cf8fb2dacbccafdac821f11ac11ac77a6c7788e407494a1\",\"dweb:/ipfs/Qmc3N28UXqXdb6rgjnVrF3N5b5BWAtjkpCH7pKVXSVuzWb\"]}},\"version\":1}",
294
+ "bytecode": "0x608060405234801561001057600080fd5b50604051610c48380380610c4883398101604081905261002f91610108565b6001600160a01b03821661004557610045610142565b6001600160a01b03811661005b5761005b610142565b600080546001600160a01b038085166001600160a01b0319928316179092556001805492841692909116821790556040516315a722b960e31b8152641f00000001919063ad3915c8906100b690849060040190815260200190565b600060405180830381600087803b1580156100d057600080fd5b505af11580156100e4573d6000803e3d6000fd5b50505050505050610158565b6001600160a01b038116811461010557600080fd5b50565b6000806040838503121561011b57600080fd5b8251610126816100f0565b6020840151909250610137816100f0565b809150509250929050565b634e487b7160e01b600052600160045260246000fd5b610ae1806101676000396000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c80635f9e7d771161005b5780635f9e7d77146100d1578063884d1f40146100e4578063b9e1323d146100f7578063d86ed3e51461010c57600080fd5b8063230dbd291461008257806330d9c915146100ab57806353c11f99146100be575b600080fd5b61009561009036600461060e565b61011f565b6040516100a29190610731565b60405180910390f35b6100956100b936600461074b565b610186565b6100956100cc36600461060e565b6101e9565b6100956100df36600461074b565b610380565b6100956100f236600461074b565b6103e7565b61010a6101053660046107ea565b61044a565b005b61009561011a36600461060e565b61054b565b60405162461bcd60e51b815260206004820152602e60248201527f556e737570706f727465642063616c6c6261636b202d2041667465722041677260448201526d19595b595b9d08155c19185d195960921b60648201526060906084015b60405180910390fd5b60405162461bcd60e51b815260206004820152602f60248201527f556e737570706f727465642063616c6c6261636b202d204265666f726520416760448201526e1c99595b595b9d0810dc99585d1959608a1b606482015260609060840161017d565b60606000806101fa888a018a61083c565b90925090506001600160a01b038216301461021757610217610875565b6002546001600160a01b0382811691161461023457610234610875565b600160009054906101000a90046001600160a01b03166001600160a01b0316634329d29360008054906101000a90046001600160a01b03166362fc305e60e01b8f85600260149054906101000a9004600b0b600067ffffffffffffffff8111156102a0576102a061088b565b6040519080825280601f01601f1916602001820160405280156102ca576020820181803683370190505b506040516024016102de94939291906108a1565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199485161790525160e085901b909216825261032892918a908a906004016108e1565b6000604051808303816000875af1158015610347573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261036f91908101906109d4565b509c9b505050505050505050505050565b60405162461bcd60e51b815260206004820152603360248201527f556e737570706f727465642063616c6c6261636b202d20204265666f7265204160448201527219dc99595b595b9d0815195c9b5a5b985d1959606a1b606482015260609060840161017d565b60405162461bcd60e51b815260206004820152602f60248201527f556e737570706f727465642063616c6c6261636b202d204265666f726520416760448201526e1c99595b595b9d081d5c19185d1959608a1b606482015260609060840161017d565b6001600160a01b03828116600160a01b6bffffffffffffffffffffffff841602176002556001546000805460408051928352602083019052918316926339255d5b92169063317e182f60e11b906104aa90889088908890604481016108a1565b60408051601f19818403018152918152602080830180516001600160e01b03166001600160e01b03199586161790528151600081529081019182905260e086901b90931690526104fe929160248101610a38565b6000604051808303816000875af115801561051d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526105459190810190610a6e565b50505050565b60405162461bcd60e51b815260206004820152602e60248201527f556e737570706f727465642063616c6c6261636b202d2041667465722041677260448201526d19595b595b9d0810dc99585d195960921b606482015260609060840161017d565b6001600160a01b03811681146105c257600080fd5b50565b60008083601f8401126105d757600080fd5b50813567ffffffffffffffff8111156105ef57600080fd5b60208301915083602082850101111561060757600080fd5b9250929050565b600080600080600080600080600060c08a8c03121561062c57600080fd5b8935610637816105ad565b985060208a0135610647816105ad565b975060408a0135965060608a013567ffffffffffffffff8082111561066b57600080fd5b6106778d838e016105c5565b909850965060808c013591508082111561069057600080fd5b61069c8d838e016105c5565b909650945060a08c01359150808211156106b557600080fd5b506106c28c828d016105c5565b915080935050809150509295985092959850929598565b60005b838110156106f45781810151838201526020016106dc565b838111156105455750506000910152565b6000815180845261071d8160208601602086016106d9565b601f01601f19169290920160200192915050565b6020815260006107446020830184610705565b9392505050565b600080600080600080600060a0888a03121561076657600080fd5b8735610771816105ad565b96506020880135610781816105ad565b955060408801359450606088013567ffffffffffffffff808211156107a557600080fd5b6107b18b838c016105c5565b909650945060808a01359150808211156107ca57600080fd5b506107d78a828b016105c5565b989b979a50959850939692959293505050565b6000806000606084860312156107ff57600080fd5b833561080a816105ad565b9250602084013561081a816105ad565b91506040840135600b81900b811461083157600080fd5b809150509250925092565b6000806040838503121561084f57600080fd5b823561085a816105ad565b9150602083013561086a816105ad565b809150509250929050565b634e487b7160e01b600052600160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160a01b03858116825284166020820152600b83900b60408201526080606082018190526000906108d790830184610705565b9695505050505050565b6001600160a01b038516815260806020820181905260009061090590830186610705565b8281038060408501526002825261060f60f31b602083015260408101606085015250836040820152838560608301376000606085830101526060601f19601f86011682010191505095945050505050565b600082601f83011261096757600080fd5b815167ffffffffffffffff808211156109825761098261088b565b604051601f8301601f19908116603f011681019082821181831017156109aa576109aa61088b565b816040528381528660208588010111156109c357600080fd5b6108d78460208301602089016106d9565b600080604083850312156109e757600080fd5b825167ffffffffffffffff808211156109ff57600080fd5b610a0b86838701610956565b93506020850151915080821115610a2157600080fd5b50610a2e85828601610956565b9150509250929050565b6001600160a01b0384168152606060208201819052600090610a5c90830185610705565b82810360408401526108d78185610705565b600060208284031215610a8057600080fd5b815167ffffffffffffffff811115610a9757600080fd5b610aa384828501610956565b94935050505056fea26469706673582212203d0dfdb96ebadc8042d24937f07fd5a37275597bc602682f5e0df9190440e08464736f6c634300080d0033",
295
+ "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061007d5760003560e01c80635f9e7d771161005b5780635f9e7d77146100d1578063884d1f40146100e4578063b9e1323d146100f7578063d86ed3e51461010c57600080fd5b8063230dbd291461008257806330d9c915146100ab57806353c11f99146100be575b600080fd5b61009561009036600461060e565b61011f565b6040516100a29190610731565b60405180910390f35b6100956100b936600461074b565b610186565b6100956100cc36600461060e565b6101e9565b6100956100df36600461074b565b610380565b6100956100f236600461074b565b6103e7565b61010a6101053660046107ea565b61044a565b005b61009561011a36600461060e565b61054b565b60405162461bcd60e51b815260206004820152602e60248201527f556e737570706f727465642063616c6c6261636b202d2041667465722041677260448201526d19595b595b9d08155c19185d195960921b60648201526060906084015b60405180910390fd5b60405162461bcd60e51b815260206004820152602f60248201527f556e737570706f727465642063616c6c6261636b202d204265666f726520416760448201526e1c99595b595b9d0810dc99585d1959608a1b606482015260609060840161017d565b60606000806101fa888a018a61083c565b90925090506001600160a01b038216301461021757610217610875565b6002546001600160a01b0382811691161461023457610234610875565b600160009054906101000a90046001600160a01b03166001600160a01b0316634329d29360008054906101000a90046001600160a01b03166362fc305e60e01b8f85600260149054906101000a9004600b0b600067ffffffffffffffff8111156102a0576102a061088b565b6040519080825280601f01601f1916602001820160405280156102ca576020820181803683370190505b506040516024016102de94939291906108a1565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199485161790525160e085901b909216825261032892918a908a906004016108e1565b6000604051808303816000875af1158015610347573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261036f91908101906109d4565b509c9b505050505050505050505050565b60405162461bcd60e51b815260206004820152603360248201527f556e737570706f727465642063616c6c6261636b202d20204265666f7265204160448201527219dc99595b595b9d0815195c9b5a5b985d1959606a1b606482015260609060840161017d565b60405162461bcd60e51b815260206004820152602f60248201527f556e737570706f727465642063616c6c6261636b202d204265666f726520416760448201526e1c99595b595b9d081d5c19185d1959608a1b606482015260609060840161017d565b6001600160a01b03828116600160a01b6bffffffffffffffffffffffff841602176002556001546000805460408051928352602083019052918316926339255d5b92169063317e182f60e11b906104aa90889088908890604481016108a1565b60408051601f19818403018152918152602080830180516001600160e01b03166001600160e01b03199586161790528151600081529081019182905260e086901b90931690526104fe929160248101610a38565b6000604051808303816000875af115801561051d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526105459190810190610a6e565b50505050565b60405162461bcd60e51b815260206004820152602e60248201527f556e737570706f727465642063616c6c6261636b202d2041667465722041677260448201526d19595b595b9d0810dc99585d195960921b606482015260609060840161017d565b6001600160a01b03811681146105c257600080fd5b50565b60008083601f8401126105d757600080fd5b50813567ffffffffffffffff8111156105ef57600080fd5b60208301915083602082850101111561060757600080fd5b9250929050565b600080600080600080600080600060c08a8c03121561062c57600080fd5b8935610637816105ad565b985060208a0135610647816105ad565b975060408a0135965060608a013567ffffffffffffffff8082111561066b57600080fd5b6106778d838e016105c5565b909850965060808c013591508082111561069057600080fd5b61069c8d838e016105c5565b909650945060a08c01359150808211156106b557600080fd5b506106c28c828d016105c5565b915080935050809150509295985092959850929598565b60005b838110156106f45781810151838201526020016106dc565b838111156105455750506000910152565b6000815180845261071d8160208601602086016106d9565b601f01601f19169290920160200192915050565b6020815260006107446020830184610705565b9392505050565b600080600080600080600060a0888a03121561076657600080fd5b8735610771816105ad565b96506020880135610781816105ad565b955060408801359450606088013567ffffffffffffffff808211156107a557600080fd5b6107b18b838c016105c5565b909650945060808a01359150808211156107ca57600080fd5b506107d78a828b016105c5565b989b979a50959850939692959293505050565b6000806000606084860312156107ff57600080fd5b833561080a816105ad565b9250602084013561081a816105ad565b91506040840135600b81900b811461083157600080fd5b809150509250925092565b6000806040838503121561084f57600080fd5b823561085a816105ad565b9150602083013561086a816105ad565b809150509250929050565b634e487b7160e01b600052600160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160a01b03858116825284166020820152600b83900b60408201526080606082018190526000906108d790830184610705565b9695505050505050565b6001600160a01b038516815260806020820181905260009061090590830186610705565b8281038060408501526002825261060f60f31b602083015260408101606085015250836040820152838560608301376000606085830101526060601f19601f86011682010191505095945050505050565b600082601f83011261096757600080fd5b815167ffffffffffffffff808211156109825761098261088b565b604051601f8301601f19908116603f011681019082821181831017156109aa576109aa61088b565b816040528381528660208588010111156109c357600080fd5b6108d78460208301602089016106d9565b600080604083850312156109e757600080fd5b825167ffffffffffffffff808211156109ff57600080fd5b610a0b86838701610956565b93506020850151915080821115610a2157600080fd5b50610a2e85828601610956565b9150509250929050565b6001600160a01b0384168152606060208201819052600090610a5c90830185610705565b82810360408401526108d78185610705565b600060208284031215610a8057600080fd5b815167ffffffffffffffff811115610a9757600080fd5b610aa384828501610956565b94935050505056fea26469706673582212203d0dfdb96ebadc8042d24937f07fd5a37275597bc602682f5e0df9190440e08464736f6c634300080d0033",
296
296
  "immutableReferences": {},
297
297
  "generatedSources": [
298
298
  {
@@ -19788,7 +19788,7 @@
19788
19788
  },
19789
19789
  "networks": {},
19790
19790
  "schemaVersion": "3.4.7",
19791
- "updatedAt": "2022-05-16T08:18:24.856Z",
19791
+ "updatedAt": "2022-05-19T14:37:34.079Z",
19792
19792
  "devdoc": {
19793
19793
  "details": "This is CFA SuperApp that refuses to close its outflow by its receiver. This test the logic that the app re-opens the same stream in the termination callback. In reality, the app would have to fund the app with enough tokens to not to be jailed due to low balance.",
19794
19794
  "kind": "dev",
@@ -1299,7 +1299,7 @@
1299
1299
  },
1300
1300
  "networks": {},
1301
1301
  "schemaVersion": "3.4.7",
1302
- "updatedAt": "2022-05-16T08:18:24.657Z",
1302
+ "updatedAt": "2022-05-19T14:37:33.872Z",
1303
1303
  "devdoc": {
1304
1304
  "details": "Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.",
1305
1305
  "kind": "dev",
@@ -1049,7 +1049,7 @@
1049
1049
  },
1050
1050
  "networks": {},
1051
1051
  "schemaVersion": "3.4.7",
1052
- "updatedAt": "2022-05-16T08:18:24.659Z",
1052
+ "updatedAt": "2022-05-19T14:37:33.874Z",
1053
1053
  "devdoc": {
1054
1054
  "details": "Contract module which allows children to implement an emergency stop mechanism that can be triggered by an authorized account. This module is used through inheritance. It will make available the modifiers `whenNotPaused` and `whenPaused`, which can be applied to the functions of your contract. Note that they will not be pausable by simply including this module, only once the modifiers are put in place.",
1055
1055
  "events": {
@@ -808,7 +808,7 @@
808
808
  },
809
809
  "networks": {},
810
810
  "schemaVersion": "3.4.7",
811
- "updatedAt": "2022-05-16T08:18:24.658Z",
811
+ "updatedAt": "2022-05-19T14:37:33.873Z",
812
812
  "devdoc": {
813
813
  "details": "This abstract contract provides a fallback function that delegates all calls to another contract using the EVM instruction `delegatecall`. We refer to the second contract as the _implementation_ behind the proxy, and it has to be specified by overriding the virtual {_implementation} function. Additionally, delegation to the implementation can be triggered manually through the {_fallback} function, or to a different contract through the {_delegate} function. The success and return data of the delegated call will be returned back to the caller of the proxy.",
814
814
  "kind": "dev",