@superfluid-finance/ethereum-contracts 1.2.3-dev.f54cc8b.0 → 1.2.3-dev.f8cb3ec.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 (117) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -2
  3. package/build/contracts/AccessControl.json +1 -1
  4. package/build/contracts/AccessControlEnumerable.json +1 -1
  5. package/build/contracts/Address.json +1 -1
  6. package/build/contracts/AgreementBase.json +9 -9
  7. package/build/contracts/AgreementLibrary.json +4 -4
  8. package/build/contracts/BaseRelayRecipient.json +1 -1
  9. package/build/contracts/BatchLiquidator.json +165 -165
  10. package/build/contracts/BatchOperation.json +1 -1
  11. package/build/contracts/CFAv1Library.json +4 -4
  12. package/build/contracts/CallUtils.json +1 -1
  13. package/build/contracts/ClosingOnUpdateFlowTestApp.json +4 -4
  14. package/build/contracts/ConstantFlowAgreementV1.json +5 -5
  15. package/build/contracts/Context.json +1 -1
  16. package/build/contracts/ContextDefinitions.json +1 -1
  17. package/build/contracts/Create2.json +1 -1
  18. package/build/contracts/CustomSuperTokenBase.json +2 -2
  19. package/build/contracts/ERC165.json +1 -1
  20. package/build/contracts/ERC1820Implementer.json +1 -1
  21. package/build/contracts/ERC1820RegistryCompiled.json +1 -1
  22. package/build/contracts/ERC20.json +1 -1
  23. package/build/contracts/ERC20Burnable.json +1 -1
  24. package/build/contracts/ERC20Pausable.json +1 -1
  25. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  26. package/build/contracts/ERC20WithTokenInfo.json +1 -1
  27. package/build/contracts/ERC777Helper.json +1 -1
  28. package/build/contracts/ERC777RecipientDrainingGas.json +4 -4
  29. package/build/contracts/ERC777RecipientReverting.json +4 -4
  30. package/build/contracts/EnumerableSet.json +1 -1
  31. package/build/contracts/ExclusiveInflowTestApp.json +4 -4
  32. package/build/contracts/FixedSizeData.json +1 -1
  33. package/build/contracts/FlowExchangeTestApp.json +4 -4
  34. package/build/contracts/FlowOperatorDefinitions.json +1 -1
  35. package/build/contracts/FullUpgradableSuperTokenProxy.json +4 -4
  36. package/build/contracts/IAccessControl.json +1 -1
  37. package/build/contracts/IAccessControlEnumerable.json +1 -1
  38. package/build/contracts/IConstantFlowAgreementV1.json +1 -1
  39. package/build/contracts/IDAv1Library.json +4 -4
  40. package/build/contracts/IERC165.json +1 -1
  41. package/build/contracts/IERC1820Implementer.json +1 -1
  42. package/build/contracts/IERC1820Registry.json +1 -1
  43. package/build/contracts/IERC20.json +1 -1
  44. package/build/contracts/IERC20Metadata.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 +1 -1
  49. package/build/contracts/IMaticBridgedNativeSuperToken.json +2 -2
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +2 -2
  51. package/build/contracts/IMultiSigWallet.json +1 -1
  52. package/build/contracts/IPureSuperToken.json +2 -2
  53. package/build/contracts/IPureSuperTokenCustom.json +2 -2
  54. package/build/contracts/IRelayRecipient.json +1 -1
  55. package/build/contracts/IResolver.json +1 -1
  56. package/build/contracts/ISETH.json +2 -2
  57. package/build/contracts/ISETHCustom.json +2 -2
  58. package/build/contracts/ISuperAgreement.json +1 -1
  59. package/build/contracts/ISuperApp.json +2 -2
  60. package/build/contracts/ISuperToken.json +2 -2
  61. package/build/contracts/ISuperTokenFactory.json +2 -2
  62. package/build/contracts/ISuperfluid.json +425 -418
  63. package/build/contracts/ISuperfluidGovernance.json +2 -2
  64. package/build/contracts/ISuperfluidToken.json +1 -1
  65. package/build/contracts/ITOGAv1.json +1208 -1208
  66. package/build/contracts/ITOGAv2.json +1208 -1208
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +5 -5
  69. package/build/contracts/Int96SafeMath.json +1 -1
  70. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +191 -191
  71. package/build/contracts/NonClosableOutflowTestApp.json +4 -4
  72. package/build/contracts/Ownable.json +1 -1
  73. package/build/contracts/Pausable.json +1 -1
  74. package/build/contracts/Proxy.json +1 -1
  75. package/build/contracts/PureSuperToken.json +88 -88
  76. package/build/contracts/Resolver.json +90 -90
  77. package/build/contracts/SETHProxy.json +196 -196
  78. package/build/contracts/SafeCast.json +1 -1
  79. package/build/contracts/SafeERC20.json +1 -1
  80. package/build/contracts/SafeMath.json +1 -1
  81. package/build/contracts/SelfDeletingFlowTestApp.json +4 -4
  82. package/build/contracts/SlotsBitmapLibrary.json +1 -1
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +2 -2
  85. package/build/contracts/SuperAppDefinitions.json +1 -1
  86. package/build/contracts/SuperToken.json +46 -46
  87. package/build/contracts/SuperTokenFactory.json +35 -35
  88. package/build/contracts/SuperTokenFactoryBase.json +33 -33
  89. package/build/contracts/SuperTokenFactoryHelper.json +35 -35
  90. package/build/contracts/SuperUpgrader.json +422 -422
  91. package/build/contracts/Superfluid.json +5488 -5454
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +472 -472
  93. package/build/contracts/SuperfluidGovernanceBase.json +9 -9
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +1 -1
  95. package/build/contracts/SuperfluidGovernanceII.json +17 -17
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +17 -17
  97. package/build/contracts/SuperfluidLoader.json +144 -144
  98. package/build/contracts/SuperfluidToken.json +1217 -1217
  99. package/build/contracts/TOGA.json +1218 -1218
  100. package/build/contracts/TestGovernance.json +171 -171
  101. package/build/contracts/TestToken.json +94 -94
  102. package/build/contracts/TokenCustodian.json +214 -214
  103. package/build/contracts/TokenInfo.json +1 -1
  104. package/build/contracts/UInt128SafeMath.json +1 -1
  105. package/build/contracts/UUPSProxiable.json +132 -132
  106. package/build/contracts/UUPSProxy.json +81 -81
  107. package/build/contracts/UUPSUtils.json +37 -37
  108. package/build/contracts-sizes.txt +7 -7
  109. package/contracts/interfaces/superfluid/ISuperfluid.sol +14 -6
  110. package/contracts/superfluid/Superfluid.sol +12 -10
  111. package/package.json +2 -2
  112. package/scripts/{deploy-unlisted-native-super-token.js → deploy-unlisted-pure-super-token.js} +4 -4
  113. package/scripts/gov-transfer-framework-ownership.js +3 -3
  114. package/scripts/libs/getConfig.js +3 -3
  115. package/utils/README.md +19 -1
  116. package/utils/stream-closer.html +212 -0
  117. package/utils/supertoken-deployer.html +1 -1
@@ -35,9 +35,9 @@
35
35
  "type": "function"
36
36
  }
37
37
  ],
38
- "metadata": "{\"compiler\":{\"version\":\"0.8.13+commit.abaa5c0e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"cfa\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address[]\",\"name\":\"senders\",\"type\":\"address[]\"},{\"internalType\":\"address[]\",\"name\":\"receivers\",\"type\":\"address[]\"}],\"name\":\"deleteFlows\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{\"deleteFlows(address,address,address,address[],address[])\":{\"details\":\"Delete flows in batch\",\"params\":{\"cfa\":\"- The cfa contract address.\",\"host\":\"- The host contract address.\",\"receivers\":\"- Corresponding list of receivers.\",\"senders\":\"- List of senders.\",\"superToken\":\"- The super token the flows belong to.\"}}},\"title\":\"Batch liquidator contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/utils/BatchLiquidator.sol\":\"BatchLiquidator\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/ERC20.sol\":{\"keccak256\":\"0xdadd41acb749920eccf40aeaa8d291adf9751399a7343561bad13e7a8d99be0b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12af4ac016f9fdf3be5d15824f4292272aa11f6b2e0192a0f7320f5ad49bbbf0\",\"dweb:/ipfs/QmRXMpdqCgA3TYuYxBodqs5p9jGbnMW6xa2gvjppvq4TWk\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0xbbc8ac883ac3c0078ce5ad3e288fbb3ffcc8a30c3a98c0fda0114d64fc44fca2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87a7a5d2f6f63f84598af02b8c50ca2df2631cb8ba2453e8d95fcb17e4be9824\",\"dweb:/ipfs/QmR76hqtAcRqoFj33tmNjcWTLrgNsAaakYwnKZ8zoJtKei\"]},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":{\"keccak256\":\"0x8de418a5503946cabe331f35fe242d3201a73f67f77aaeb7110acb1f30423aca\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a376d3dda2cb70536c0a45c208b29b34ac560c4cb4f513a42079f96ba47d2dd\",\"dweb:/ipfs/QmZQg6gn1sUpM8wHzwNvSnihumUCAhxD119MpXeKp8B9s8\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0xe4e0b7e3f0265ffaa565d26acd2d45f2633f19127ed625e5a05a9f201a87a667\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1762b5bc15a009b5f092ccf547b81e0827c8705884f18e0623e497658514a7ed\",\"dweb:/ipfs/QmTtmVQYuynan3j2uVjdjjRJS1mr7LPRgxSZNnfqC7oxkz\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92\",\"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3\"]},\"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/utils/BatchLiquidator.sol\":{\"keccak256\":\"0x9db534527831395acccc48d3c03ce3a878ff39903921e01e1e088040a1f0636d\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://61931a4ecb307f10b060b6365f04a5a65f022ebdce6a6a4006c7fe2e7478f694\",\"dweb:/ipfs/QmSsAyJgZc9kfdJm5Pm8UatEj666JrenxzNAQJbViA3kGG\"]}},\"version\":1}",
39
- "bytecode": "0x608060405234801561001057600080fd5b506105c8806100206000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063feb6bb6914610030575b600080fd5b61004361003e36600461036a565b610045565b005b8281146100915760405162461bcd60e51b815260206004820152601660248201527561727261797320646966666572656e742073697a657360501b604482015260640160405180910390fd5b60005b8381101561020b5760006001600160a01b0389166339255d5b60e01b89635a5999e360e11b8a8a8a888181106100cc576100cc61040c565b90506020020160208101906100e19190610422565b8989898181106100f3576100f361040c565b90506020020160208101906101089190610422565b60408051600081526020810190915261012793929190604481016104a0565b60408051601f19818403018152918152602080830180516001600160e01b03166001600160e01b0319959095169490941790935280516000815292830190526101749291604481016104de565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925290516101b29190610514565b6000604051808303816000865af19150503d80600081146101ef576040519150601f19603f3d011682016040523d82523d6000602084013e6101f4565b606091505b5061020492508391506105309050565b9050610094565b506040516370a0823160e01b81523060048201526000906001600160a01b038716906370a0823190602401602060405180830381865afa158015610253573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102779190610557565b905080156102f8576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038716906323b872dd906064016020604051808303816000875af11580156102d2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f69190610570565b505b5050505050505050565b80356001600160a01b038116811461031957600080fd5b919050565b60008083601f84011261033057600080fd5b50813567ffffffffffffffff81111561034857600080fd5b6020830191508360208260051b850101111561036357600080fd5b9250929050565b600080600080600080600060a0888a03121561038557600080fd5b61038e88610302565b965061039c60208901610302565b95506103aa60408901610302565b9450606088013567ffffffffffffffff808211156103c757600080fd5b6103d38b838c0161031e565b909650945060808a01359150808211156103ec57600080fd5b506103f98a828b0161031e565b989b979a50959850939692959293505050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561043457600080fd5b61043d82610302565b9392505050565b60005b8381101561045f578181015183820152602001610447565b8381111561046e576000848401525b50505050565b6000815180845261048c816020860160208601610444565b601f01601f19169290920160200192915050565b6001600160a01b0385811682528481166020830152831660408201526080606082018190526000906104d490830184610474565b9695505050505050565b6001600160a01b038416815260606020820181905260009061050290830185610474565b82810360408401526104d48185610474565b60008251610526818460208701610444565b9190910192915050565b60006001820161055057634e487b7160e01b600052601160045260246000fd5b5060010190565b60006020828403121561056957600080fd5b5051919050565b60006020828403121561058257600080fd5b8151801515811461043d57600080fdfea264697066735822122066360ac827ca51efc7500448566c0bb6201caffc557751e36ba72f98b60a949b64736f6c634300080d0033",
40
- "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061002b5760003560e01c8063feb6bb6914610030575b600080fd5b61004361003e36600461036a565b610045565b005b8281146100915760405162461bcd60e51b815260206004820152601660248201527561727261797320646966666572656e742073697a657360501b604482015260640160405180910390fd5b60005b8381101561020b5760006001600160a01b0389166339255d5b60e01b89635a5999e360e11b8a8a8a888181106100cc576100cc61040c565b90506020020160208101906100e19190610422565b8989898181106100f3576100f361040c565b90506020020160208101906101089190610422565b60408051600081526020810190915261012793929190604481016104a0565b60408051601f19818403018152918152602080830180516001600160e01b03166001600160e01b0319959095169490941790935280516000815292830190526101749291604481016104de565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925290516101b29190610514565b6000604051808303816000865af19150503d80600081146101ef576040519150601f19603f3d011682016040523d82523d6000602084013e6101f4565b606091505b5061020492508391506105309050565b9050610094565b506040516370a0823160e01b81523060048201526000906001600160a01b038716906370a0823190602401602060405180830381865afa158015610253573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102779190610557565b905080156102f8576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038716906323b872dd906064016020604051808303816000875af11580156102d2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f69190610570565b505b5050505050505050565b80356001600160a01b038116811461031957600080fd5b919050565b60008083601f84011261033057600080fd5b50813567ffffffffffffffff81111561034857600080fd5b6020830191508360208260051b850101111561036357600080fd5b9250929050565b600080600080600080600060a0888a03121561038557600080fd5b61038e88610302565b965061039c60208901610302565b95506103aa60408901610302565b9450606088013567ffffffffffffffff808211156103c757600080fd5b6103d38b838c0161031e565b909650945060808a01359150808211156103ec57600080fd5b506103f98a828b0161031e565b989b979a50959850939692959293505050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561043457600080fd5b61043d82610302565b9392505050565b60005b8381101561045f578181015183820152602001610447565b8381111561046e576000848401525b50505050565b6000815180845261048c816020860160208601610444565b601f01601f19169290920160200192915050565b6001600160a01b0385811682528481166020830152831660408201526080606082018190526000906104d490830184610474565b9695505050505050565b6001600160a01b038416815260606020820181905260009061050290830185610474565b82810360408401526104d48185610474565b60008251610526818460208701610444565b9190910192915050565b60006001820161055057634e487b7160e01b600052601160045260246000fd5b5060010190565b60006020828403121561056957600080fd5b5051919050565b60006020828403121561058257600080fd5b8151801515811461043d57600080fdfea264697066735822122066360ac827ca51efc7500448566c0bb6201caffc557751e36ba72f98b60a949b64736f6c634300080d0033",
38
+ "metadata": "{\"compiler\":{\"version\":\"0.8.13+commit.abaa5c0e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"cfa\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address[]\",\"name\":\"senders\",\"type\":\"address[]\"},{\"internalType\":\"address[]\",\"name\":\"receivers\",\"type\":\"address[]\"}],\"name\":\"deleteFlows\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{\"deleteFlows(address,address,address,address[],address[])\":{\"details\":\"Delete flows in batch\",\"params\":{\"cfa\":\"- The cfa contract address.\",\"host\":\"- The host contract address.\",\"receivers\":\"- Corresponding list of receivers.\",\"senders\":\"- List of senders.\",\"superToken\":\"- The super token the flows belong to.\"}}},\"title\":\"Batch liquidator contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/utils/BatchLiquidator.sol\":\"BatchLiquidator\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/ERC20.sol\":{\"keccak256\":\"0xdadd41acb749920eccf40aeaa8d291adf9751399a7343561bad13e7a8d99be0b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12af4ac016f9fdf3be5d15824f4292272aa11f6b2e0192a0f7320f5ad49bbbf0\",\"dweb:/ipfs/QmRXMpdqCgA3TYuYxBodqs5p9jGbnMW6xa2gvjppvq4TWk\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0xbbc8ac883ac3c0078ce5ad3e288fbb3ffcc8a30c3a98c0fda0114d64fc44fca2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87a7a5d2f6f63f84598af02b8c50ca2df2631cb8ba2453e8d95fcb17e4be9824\",\"dweb:/ipfs/QmR76hqtAcRqoFj33tmNjcWTLrgNsAaakYwnKZ8zoJtKei\"]},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":{\"keccak256\":\"0x8de418a5503946cabe331f35fe242d3201a73f67f77aaeb7110acb1f30423aca\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a376d3dda2cb70536c0a45c208b29b34ac560c4cb4f513a42079f96ba47d2dd\",\"dweb:/ipfs/QmZQg6gn1sUpM8wHzwNvSnihumUCAhxD119MpXeKp8B9s8\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0xe4e0b7e3f0265ffaa565d26acd2d45f2633f19127ed625e5a05a9f201a87a667\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1762b5bc15a009b5f092ccf547b81e0827c8705884f18e0623e497658514a7ed\",\"dweb:/ipfs/QmTtmVQYuynan3j2uVjdjjRJS1mr7LPRgxSZNnfqC7oxkz\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92\",\"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3\"]},\"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/utils/BatchLiquidator.sol\":{\"keccak256\":\"0x9db534527831395acccc48d3c03ce3a878ff39903921e01e1e088040a1f0636d\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://61931a4ecb307f10b060b6365f04a5a65f022ebdce6a6a4006c7fe2e7478f694\",\"dweb:/ipfs/QmSsAyJgZc9kfdJm5Pm8UatEj666JrenxzNAQJbViA3kGG\"]}},\"version\":1}",
39
+ "bytecode": "0x608060405234801561001057600080fd5b506105c8806100206000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063feb6bb6914610030575b600080fd5b61004361003e36600461036a565b610045565b005b8281146100915760405162461bcd60e51b815260206004820152601660248201527561727261797320646966666572656e742073697a657360501b604482015260640160405180910390fd5b60005b8381101561020b5760006001600160a01b0389166339255d5b60e01b89635a5999e360e11b8a8a8a888181106100cc576100cc61040c565b90506020020160208101906100e19190610422565b8989898181106100f3576100f361040c565b90506020020160208101906101089190610422565b60408051600081526020810190915261012793929190604481016104a0565b60408051601f19818403018152918152602080830180516001600160e01b03166001600160e01b0319959095169490941790935280516000815292830190526101749291604481016104de565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925290516101b29190610514565b6000604051808303816000865af19150503d80600081146101ef576040519150601f19603f3d011682016040523d82523d6000602084013e6101f4565b606091505b5061020492508391506105309050565b9050610094565b506040516370a0823160e01b81523060048201526000906001600160a01b038716906370a0823190602401602060405180830381865afa158015610253573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102779190610557565b905080156102f8576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038716906323b872dd906064016020604051808303816000875af11580156102d2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f69190610570565b505b5050505050505050565b80356001600160a01b038116811461031957600080fd5b919050565b60008083601f84011261033057600080fd5b50813567ffffffffffffffff81111561034857600080fd5b6020830191508360208260051b850101111561036357600080fd5b9250929050565b600080600080600080600060a0888a03121561038557600080fd5b61038e88610302565b965061039c60208901610302565b95506103aa60408901610302565b9450606088013567ffffffffffffffff808211156103c757600080fd5b6103d38b838c0161031e565b909650945060808a01359150808211156103ec57600080fd5b506103f98a828b0161031e565b989b979a50959850939692959293505050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561043457600080fd5b61043d82610302565b9392505050565b60005b8381101561045f578181015183820152602001610447565b8381111561046e576000848401525b50505050565b6000815180845261048c816020860160208601610444565b601f01601f19169290920160200192915050565b6001600160a01b0385811682528481166020830152831660408201526080606082018190526000906104d490830184610474565b9695505050505050565b6001600160a01b038416815260606020820181905260009061050290830185610474565b82810360408401526104d48185610474565b60008251610526818460208701610444565b9190910192915050565b60006001820161055057634e487b7160e01b600052601160045260246000fd5b5060010190565b60006020828403121561056957600080fd5b5051919050565b60006020828403121561058257600080fd5b8151801515811461043d57600080fdfea2646970667358221220cee038024e2e08042bdfa6765de9729e07498c2d8a1da1fe5374aa72bc9a440864736f6c634300080d0033",
40
+ "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061002b5760003560e01c8063feb6bb6914610030575b600080fd5b61004361003e36600461036a565b610045565b005b8281146100915760405162461bcd60e51b815260206004820152601660248201527561727261797320646966666572656e742073697a657360501b604482015260640160405180910390fd5b60005b8381101561020b5760006001600160a01b0389166339255d5b60e01b89635a5999e360e11b8a8a8a888181106100cc576100cc61040c565b90506020020160208101906100e19190610422565b8989898181106100f3576100f361040c565b90506020020160208101906101089190610422565b60408051600081526020810190915261012793929190604481016104a0565b60408051601f19818403018152918152602080830180516001600160e01b03166001600160e01b0319959095169490941790935280516000815292830190526101749291604481016104de565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925290516101b29190610514565b6000604051808303816000865af19150503d80600081146101ef576040519150601f19603f3d011682016040523d82523d6000602084013e6101f4565b606091505b5061020492508391506105309050565b9050610094565b506040516370a0823160e01b81523060048201526000906001600160a01b038716906370a0823190602401602060405180830381865afa158015610253573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102779190610557565b905080156102f8576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038716906323b872dd906064016020604051808303816000875af11580156102d2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f69190610570565b505b5050505050505050565b80356001600160a01b038116811461031957600080fd5b919050565b60008083601f84011261033057600080fd5b50813567ffffffffffffffff81111561034857600080fd5b6020830191508360208260051b850101111561036357600080fd5b9250929050565b600080600080600080600060a0888a03121561038557600080fd5b61038e88610302565b965061039c60208901610302565b95506103aa60408901610302565b9450606088013567ffffffffffffffff808211156103c757600080fd5b6103d38b838c0161031e565b909650945060808a01359150808211156103ec57600080fd5b506103f98a828b0161031e565b989b979a50959850939692959293505050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561043457600080fd5b61043d82610302565b9392505050565b60005b8381101561045f578181015183820152602001610447565b8381111561046e576000848401525b50505050565b6000815180845261048c816020860160208601610444565b601f01601f19169290920160200192915050565b6001600160a01b0385811682528481166020830152831660408201526080606082018190526000906104d490830184610474565b9695505050505050565b6001600160a01b038416815260606020820181905260009061050290830185610474565b82810360408401526104d48185610474565b60008251610526818460208701610444565b9190910192915050565b60006001820161055057634e487b7160e01b600052601160045260246000fd5b5060010190565b60006020828403121561056957600080fd5b5051919050565b60006020828403121561058257600080fd5b8151801515811461043d57600080fdfea2646970667358221220cee038024e2e08042bdfa6765de9729e07498c2d8a1da1fe5374aa72bc9a440864736f6c634300080d0033",
41
41
  "immutableReferences": {},
42
42
  "generatedSources": [],
43
43
  "deployedGeneratedSources": [
@@ -4175,7 +4175,7 @@
4175
4175
  "absolutePath": "project:/contracts/utils/BatchLiquidator.sol",
4176
4176
  "exportedSymbols": {
4177
4177
  "BatchLiquidator": [
4178
- 35400
4178
+ 35403
4179
4179
  ],
4180
4180
  "ERC20": [
4181
4181
  1442
@@ -4190,12 +4190,12 @@
4190
4190
  18319
4191
4191
  ]
4192
4192
  },
4193
- "id": 35401,
4193
+ "id": 35404,
4194
4194
  "license": "AGPLv3",
4195
4195
  "nodeType": "SourceUnit",
4196
4196
  "nodes": [
4197
4197
  {
4198
- "id": 35280,
4198
+ "id": 35283,
4199
4199
  "literals": [
4200
4200
  "solidity",
4201
4201
  "0.8",
@@ -4207,16 +4207,16 @@
4207
4207
  {
4208
4208
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
4209
4209
  "file": "../interfaces/superfluid/ISuperfluid.sol",
4210
- "id": 35283,
4210
+ "id": 35286,
4211
4211
  "nameLocation": "-1:-1:-1",
4212
4212
  "nodeType": "ImportDirective",
4213
- "scope": 35401,
4213
+ "scope": 35404,
4214
4214
  "sourceUnit": 18320,
4215
4215
  "src": "60:88:98",
4216
4216
  "symbolAliases": [
4217
4217
  {
4218
4218
  "foreign": {
4219
- "id": 35281,
4219
+ "id": 35284,
4220
4220
  "name": "ISuperfluid",
4221
4221
  "nodeType": "Identifier",
4222
4222
  "overloadedDeclarations": [],
@@ -4228,7 +4228,7 @@
4228
4228
  },
4229
4229
  {
4230
4230
  "foreign": {
4231
- "id": 35282,
4231
+ "id": 35285,
4232
4232
  "name": "ISuperAgreement",
4233
4233
  "nodeType": "Identifier",
4234
4234
  "overloadedDeclarations": [],
@@ -4244,16 +4244,16 @@
4244
4244
  {
4245
4245
  "absolutePath": "project:/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol",
4246
4246
  "file": "../interfaces/agreements/IConstantFlowAgreementV1.sol",
4247
- "id": 35285,
4247
+ "id": 35288,
4248
4248
  "nameLocation": "-1:-1:-1",
4249
4249
  "nodeType": "ImportDirective",
4250
- "scope": 35401,
4250
+ "scope": 35404,
4251
4251
  "sourceUnit": 16379,
4252
4252
  "src": "149:97:98",
4253
4253
  "symbolAliases": [
4254
4254
  {
4255
4255
  "foreign": {
4256
- "id": 35284,
4256
+ "id": 35287,
4257
4257
  "name": "IConstantFlowAgreementV1",
4258
4258
  "nodeType": "Identifier",
4259
4259
  "overloadedDeclarations": [],
@@ -4269,16 +4269,16 @@
4269
4269
  {
4270
4270
  "absolutePath": "@openzeppelin/contracts/token/ERC20/ERC20.sol",
4271
4271
  "file": "@openzeppelin/contracts/token/ERC20/ERC20.sol",
4272
- "id": 35287,
4272
+ "id": 35290,
4273
4273
  "nameLocation": "-1:-1:-1",
4274
4274
  "nodeType": "ImportDirective",
4275
- "scope": 35401,
4275
+ "scope": 35404,
4276
4276
  "sourceUnit": 1443,
4277
4277
  "src": "247:70:98",
4278
4278
  "symbolAliases": [
4279
4279
  {
4280
4280
  "foreign": {
4281
- "id": 35286,
4281
+ "id": 35289,
4282
4282
  "name": "ERC20",
4283
4283
  "nodeType": "Identifier",
4284
4284
  "overloadedDeclarations": [],
@@ -4298,15 +4298,15 @@
4298
4298
  "contractDependencies": [],
4299
4299
  "contractKind": "contract",
4300
4300
  "documentation": {
4301
- "id": 35288,
4301
+ "id": 35291,
4302
4302
  "nodeType": "StructuredDocumentation",
4303
4303
  "src": "319:65:98",
4304
4304
  "text": " @title Batch liquidator contract\n @author Superfluid"
4305
4305
  },
4306
4306
  "fullyImplemented": true,
4307
- "id": 35400,
4307
+ "id": 35403,
4308
4308
  "linearizedBaseContracts": [
4309
- 35400
4309
+ 35403
4310
4310
  ],
4311
4311
  "name": "BatchLiquidator",
4312
4312
  "nameLocation": "394:15:98",
@@ -4314,7 +4314,7 @@
4314
4314
  "nodes": [
4315
4315
  {
4316
4316
  "body": {
4317
- "id": 35398,
4317
+ "id": 35401,
4318
4318
  "nodeType": "Block",
4319
4319
  "src": "899:1281:98",
4320
4320
  "statements": [
@@ -4326,25 +4326,25 @@
4326
4326
  "typeIdentifier": "t_uint256",
4327
4327
  "typeString": "uint256"
4328
4328
  },
4329
- "id": 35309,
4329
+ "id": 35312,
4330
4330
  "isConstant": false,
4331
4331
  "isLValue": false,
4332
4332
  "isPure": false,
4333
4333
  "lValueRequested": false,
4334
4334
  "leftExpression": {
4335
4335
  "expression": {
4336
- "id": 35305,
4336
+ "id": 35308,
4337
4337
  "name": "senders",
4338
4338
  "nodeType": "Identifier",
4339
4339
  "overloadedDeclarations": [],
4340
- "referencedDeclaration": 35298,
4340
+ "referencedDeclaration": 35301,
4341
4341
  "src": "917:7:98",
4342
4342
  "typeDescriptions": {
4343
4343
  "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
4344
4344
  "typeString": "address[] calldata"
4345
4345
  }
4346
4346
  },
4347
- "id": 35306,
4347
+ "id": 35309,
4348
4348
  "isConstant": false,
4349
4349
  "isLValue": false,
4350
4350
  "isPure": false,
@@ -4361,18 +4361,18 @@
4361
4361
  "operator": "==",
4362
4362
  "rightExpression": {
4363
4363
  "expression": {
4364
- "id": 35307,
4364
+ "id": 35310,
4365
4365
  "name": "receivers",
4366
4366
  "nodeType": "Identifier",
4367
4367
  "overloadedDeclarations": [],
4368
- "referencedDeclaration": 35301,
4368
+ "referencedDeclaration": 35304,
4369
4369
  "src": "935:9:98",
4370
4370
  "typeDescriptions": {
4371
4371
  "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
4372
4372
  "typeString": "address[] calldata"
4373
4373
  }
4374
4374
  },
4375
- "id": 35308,
4375
+ "id": 35311,
4376
4376
  "isConstant": false,
4377
4377
  "isLValue": false,
4378
4378
  "isPure": false,
@@ -4393,7 +4393,7 @@
4393
4393
  },
4394
4394
  {
4395
4395
  "hexValue": "61727261797320646966666572656e742073697a6573",
4396
- "id": 35310,
4396
+ "id": 35313,
4397
4397
  "isConstant": false,
4398
4398
  "isLValue": false,
4399
4399
  "isPure": true,
@@ -4419,7 +4419,7 @@
4419
4419
  "typeString": "literal_string \"arrays different sizes\""
4420
4420
  }
4421
4421
  ],
4422
- "id": 35304,
4422
+ "id": 35307,
4423
4423
  "name": "require",
4424
4424
  "nodeType": "Identifier",
4425
4425
  "overloadedDeclarations": [
@@ -4433,7 +4433,7 @@
4433
4433
  "typeString": "function (bool,string memory) pure"
4434
4434
  }
4435
4435
  },
4436
- "id": 35311,
4436
+ "id": 35314,
4437
4437
  "isConstant": false,
4438
4438
  "isLValue": false,
4439
4439
  "isPure": false,
@@ -4448,29 +4448,29 @@
4448
4448
  "typeString": "tuple()"
4449
4449
  }
4450
4450
  },
4451
- "id": 35312,
4451
+ "id": 35315,
4452
4452
  "nodeType": "ExpressionStatement",
4453
4453
  "src": "909:69:98"
4454
4454
  },
4455
4455
  {
4456
4456
  "body": {
4457
- "id": 35365,
4457
+ "id": 35368,
4458
4458
  "nodeType": "Block",
4459
4459
  "src": "1031:754:98",
4460
4460
  "statements": [
4461
4461
  {
4462
4462
  "assignments": [
4463
- 35325
4463
+ 35328
4464
4464
  ],
4465
4465
  "declarations": [
4466
4466
  {
4467
4467
  "constant": false,
4468
- "id": 35325,
4468
+ "id": 35328,
4469
4469
  "mutability": "mutable",
4470
4470
  "name": "success",
4471
4471
  "nameLocation": "1050:7:98",
4472
4472
  "nodeType": "VariableDeclaration",
4473
- "scope": 35365,
4473
+ "scope": 35368,
4474
4474
  "src": "1045:12:98",
4475
4475
  "stateVariable": false,
4476
4476
  "storageLocation": "default",
@@ -4479,7 +4479,7 @@
4479
4479
  "typeString": "bool"
4480
4480
  },
4481
4481
  "typeName": {
4482
- "id": 35324,
4482
+ "id": 35327,
4483
4483
  "name": "bool",
4484
4484
  "nodeType": "ElementaryTypeName",
4485
4485
  "src": "1045:4:98",
@@ -4491,13 +4491,13 @@
4491
4491
  "visibility": "internal"
4492
4492
  }
4493
4493
  ],
4494
- "id": 35326,
4494
+ "id": 35329,
4495
4495
  "nodeType": "VariableDeclarationStatement",
4496
4496
  "src": "1045:12:98"
4497
4497
  },
4498
4498
  {
4499
4499
  "expression": {
4500
- "id": 35363,
4500
+ "id": 35366,
4501
4501
  "isConstant": false,
4502
4502
  "isLValue": false,
4503
4503
  "isPure": false,
@@ -4505,11 +4505,11 @@
4505
4505
  "leftHandSide": {
4506
4506
  "components": [
4507
4507
  {
4508
- "id": 35327,
4508
+ "id": 35330,
4509
4509
  "name": "success",
4510
4510
  "nodeType": "Identifier",
4511
4511
  "overloadedDeclarations": [],
4512
- "referencedDeclaration": 35325,
4512
+ "referencedDeclaration": 35328,
4513
4513
  "src": "1272:7:98",
4514
4514
  "typeDescriptions": {
4515
4515
  "typeIdentifier": "t_bool",
@@ -4518,7 +4518,7 @@
4518
4518
  },
4519
4519
  null
4520
4520
  ],
4521
- "id": 35328,
4521
+ "id": 35331,
4522
4522
  "isConstant": false,
4523
4523
  "isInlineArray": false,
4524
4524
  "isLValue": true,
@@ -4540,7 +4540,7 @@
4540
4540
  {
4541
4541
  "expression": {
4542
4542
  "expression": {
4543
- "id": 35336,
4543
+ "id": 35339,
4544
4544
  "name": "ISuperfluid",
4545
4545
  "nodeType": "Identifier",
4546
4546
  "overloadedDeclarations": [],
@@ -4551,7 +4551,7 @@
4551
4551
  "typeString": "type(contract ISuperfluid)"
4552
4552
  }
4553
4553
  },
4554
- "id": 35337,
4554
+ "id": 35340,
4555
4555
  "isConstant": false,
4556
4556
  "isLValue": false,
4557
4557
  "isPure": true,
@@ -4565,7 +4565,7 @@
4565
4565
  "typeString": "function ISuperfluid.callAgreement(contract ISuperAgreement,bytes calldata,bytes calldata) returns (bytes memory)"
4566
4566
  }
4567
4567
  },
4568
- "id": 35338,
4568
+ "id": 35341,
4569
4569
  "isConstant": false,
4570
4570
  "isLValue": false,
4571
4571
  "isPure": true,
@@ -4579,11 +4579,11 @@
4579
4579
  }
4580
4580
  },
4581
4581
  {
4582
- "id": 35339,
4582
+ "id": 35342,
4583
4583
  "name": "cfa",
4584
4584
  "nodeType": "Identifier",
4585
4585
  "overloadedDeclarations": [],
4586
- "referencedDeclaration": 35293,
4586
+ "referencedDeclaration": 35296,
4587
4587
  "src": "1421:3:98",
4588
4588
  "typeDescriptions": {
4589
4589
  "typeIdentifier": "t_address",
@@ -4595,7 +4595,7 @@
4595
4595
  {
4596
4596
  "expression": {
4597
4597
  "expression": {
4598
- "id": 35342,
4598
+ "id": 35345,
4599
4599
  "name": "IConstantFlowAgreementV1",
4600
4600
  "nodeType": "Identifier",
4601
4601
  "overloadedDeclarations": [],
@@ -4606,7 +4606,7 @@
4606
4606
  "typeString": "type(contract IConstantFlowAgreementV1)"
4607
4607
  }
4608
4608
  },
4609
- "id": 35343,
4609
+ "id": 35346,
4610
4610
  "isConstant": false,
4611
4611
  "isLValue": false,
4612
4612
  "isPure": true,
@@ -4620,7 +4620,7 @@
4620
4620
  "typeString": "function IConstantFlowAgreementV1.deleteFlow(contract ISuperfluidToken,address,address,bytes calldata) returns (bytes memory)"
4621
4621
  }
4622
4622
  },
4623
- "id": 35344,
4623
+ "id": 35347,
4624
4624
  "isConstant": false,
4625
4625
  "isLValue": false,
4626
4626
  "isPure": true,
@@ -4634,11 +4634,11 @@
4634
4634
  }
4635
4635
  },
4636
4636
  {
4637
- "id": 35345,
4637
+ "id": 35348,
4638
4638
  "name": "superToken",
4639
4639
  "nodeType": "Identifier",
4640
4640
  "overloadedDeclarations": [],
4641
- "referencedDeclaration": 35295,
4641
+ "referencedDeclaration": 35298,
4642
4642
  "src": "1564:10:98",
4643
4643
  "typeDescriptions": {
4644
4644
  "typeIdentifier": "t_address",
@@ -4647,24 +4647,24 @@
4647
4647
  },
4648
4648
  {
4649
4649
  "baseExpression": {
4650
- "id": 35346,
4650
+ "id": 35349,
4651
4651
  "name": "senders",
4652
4652
  "nodeType": "Identifier",
4653
4653
  "overloadedDeclarations": [],
4654
- "referencedDeclaration": 35298,
4654
+ "referencedDeclaration": 35301,
4655
4655
  "src": "1600:7:98",
4656
4656
  "typeDescriptions": {
4657
4657
  "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
4658
4658
  "typeString": "address[] calldata"
4659
4659
  }
4660
4660
  },
4661
- "id": 35348,
4661
+ "id": 35351,
4662
4662
  "indexExpression": {
4663
- "id": 35347,
4663
+ "id": 35350,
4664
4664
  "name": "i",
4665
4665
  "nodeType": "Identifier",
4666
4666
  "overloadedDeclarations": [],
4667
- "referencedDeclaration": 35314,
4667
+ "referencedDeclaration": 35317,
4668
4668
  "src": "1608:1:98",
4669
4669
  "typeDescriptions": {
4670
4670
  "typeIdentifier": "t_uint256",
@@ -4684,24 +4684,24 @@
4684
4684
  },
4685
4685
  {
4686
4686
  "baseExpression": {
4687
- "id": 35349,
4687
+ "id": 35352,
4688
4688
  "name": "receivers",
4689
4689
  "nodeType": "Identifier",
4690
4690
  "overloadedDeclarations": [],
4691
- "referencedDeclaration": 35301,
4691
+ "referencedDeclaration": 35304,
4692
4692
  "src": "1636:9:98",
4693
4693
  "typeDescriptions": {
4694
4694
  "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
4695
4695
  "typeString": "address[] calldata"
4696
4696
  }
4697
4697
  },
4698
- "id": 35351,
4698
+ "id": 35354,
4699
4699
  "indexExpression": {
4700
- "id": 35350,
4700
+ "id": 35353,
4701
4701
  "name": "i",
4702
4702
  "nodeType": "Identifier",
4703
4703
  "overloadedDeclarations": [],
4704
- "referencedDeclaration": 35314,
4704
+ "referencedDeclaration": 35317,
4705
4705
  "src": "1646:1:98",
4706
4706
  "typeDescriptions": {
4707
4707
  "typeIdentifier": "t_uint256",
@@ -4723,7 +4723,7 @@
4723
4723
  "arguments": [
4724
4724
  {
4725
4725
  "hexValue": "30",
4726
- "id": 35354,
4726
+ "id": 35357,
4727
4727
  "isConstant": false,
4728
4728
  "isLValue": false,
4729
4729
  "isPure": true,
@@ -4745,7 +4745,7 @@
4745
4745
  "typeString": "int_const 0"
4746
4746
  }
4747
4747
  ],
4748
- "id": 35353,
4748
+ "id": 35356,
4749
4749
  "isConstant": false,
4750
4750
  "isLValue": false,
4751
4751
  "isPure": true,
@@ -4757,7 +4757,7 @@
4757
4757
  "typeString": "function (uint256) pure returns (bytes memory)"
4758
4758
  },
4759
4759
  "typeName": {
4760
- "id": 35352,
4760
+ "id": 35355,
4761
4761
  "name": "bytes",
4762
4762
  "nodeType": "ElementaryTypeName",
4763
4763
  "src": "1678:5:98",
@@ -4767,7 +4767,7 @@
4767
4767
  }
4768
4768
  }
4769
4769
  },
4770
- "id": 35355,
4770
+ "id": 35358,
4771
4771
  "isConstant": false,
4772
4772
  "isLValue": false,
4773
4773
  "isPure": true,
@@ -4807,7 +4807,7 @@
4807
4807
  }
4808
4808
  ],
4809
4809
  "expression": {
4810
- "id": 35340,
4810
+ "id": 35343,
4811
4811
  "name": "abi",
4812
4812
  "nodeType": "Identifier",
4813
4813
  "overloadedDeclarations": [],
@@ -4818,7 +4818,7 @@
4818
4818
  "typeString": "abi"
4819
4819
  }
4820
4820
  },
4821
- "id": 35341,
4821
+ "id": 35344,
4822
4822
  "isConstant": false,
4823
4823
  "isLValue": false,
4824
4824
  "isPure": true,
@@ -4831,7 +4831,7 @@
4831
4831
  "typeString": "function (bytes4) pure returns (bytes memory)"
4832
4832
  }
4833
4833
  },
4834
- "id": 35356,
4834
+ "id": 35359,
4835
4835
  "isConstant": false,
4836
4836
  "isLValue": false,
4837
4837
  "isPure": false,
@@ -4850,7 +4850,7 @@
4850
4850
  "arguments": [
4851
4851
  {
4852
4852
  "hexValue": "30",
4853
- "id": 35359,
4853
+ "id": 35362,
4854
4854
  "isConstant": false,
4855
4855
  "isLValue": false,
4856
4856
  "isPure": true,
@@ -4872,7 +4872,7 @@
4872
4872
  "typeString": "int_const 0"
4873
4873
  }
4874
4874
  ],
4875
- "id": 35358,
4875
+ "id": 35361,
4876
4876
  "isConstant": false,
4877
4877
  "isLValue": false,
4878
4878
  "isPure": true,
@@ -4884,7 +4884,7 @@
4884
4884
  "typeString": "function (uint256) pure returns (bytes memory)"
4885
4885
  },
4886
4886
  "typeName": {
4887
- "id": 35357,
4887
+ "id": 35360,
4888
4888
  "name": "bytes",
4889
4889
  "nodeType": "ElementaryTypeName",
4890
4890
  "src": "1734:5:98",
@@ -4894,7 +4894,7 @@
4894
4894
  }
4895
4895
  }
4896
4896
  },
4897
- "id": 35360,
4897
+ "id": 35363,
4898
4898
  "isConstant": false,
4899
4899
  "isLValue": false,
4900
4900
  "isPure": true,
@@ -4930,7 +4930,7 @@
4930
4930
  }
4931
4931
  ],
4932
4932
  "expression": {
4933
- "id": 35334,
4933
+ "id": 35337,
4934
4934
  "name": "abi",
4935
4935
  "nodeType": "Identifier",
4936
4936
  "overloadedDeclarations": [],
@@ -4941,7 +4941,7 @@
4941
4941
  "typeString": "abi"
4942
4942
  }
4943
4943
  },
4944
- "id": 35335,
4944
+ "id": 35338,
4945
4945
  "isConstant": false,
4946
4946
  "isLValue": false,
4947
4947
  "isPure": true,
@@ -4954,7 +4954,7 @@
4954
4954
  "typeString": "function (bytes4) pure returns (bytes memory)"
4955
4955
  }
4956
4956
  },
4957
- "id": 35361,
4957
+ "id": 35364,
4958
4958
  "isConstant": false,
4959
4959
  "isLValue": false,
4960
4960
  "isPure": false,
@@ -4980,11 +4980,11 @@
4980
4980
  "expression": {
4981
4981
  "arguments": [
4982
4982
  {
4983
- "id": 35331,
4983
+ "id": 35334,
4984
4984
  "name": "host",
4985
4985
  "nodeType": "Identifier",
4986
4986
  "overloadedDeclarations": [],
4987
- "referencedDeclaration": 35291,
4987
+ "referencedDeclaration": 35294,
4988
4988
  "src": "1293:4:98",
4989
4989
  "typeDescriptions": {
4990
4990
  "typeIdentifier": "t_address",
@@ -4999,7 +4999,7 @@
4999
4999
  "typeString": "address"
5000
5000
  }
5001
5001
  ],
5002
- "id": 35330,
5002
+ "id": 35333,
5003
5003
  "isConstant": false,
5004
5004
  "isLValue": false,
5005
5005
  "isPure": true,
@@ -5011,14 +5011,14 @@
5011
5011
  "typeString": "type(address)"
5012
5012
  },
5013
5013
  "typeName": {
5014
- "id": 35329,
5014
+ "id": 35332,
5015
5015
  "name": "address",
5016
5016
  "nodeType": "ElementaryTypeName",
5017
5017
  "src": "1285:7:98",
5018
5018
  "typeDescriptions": {}
5019
5019
  }
5020
5020
  },
5021
- "id": 35332,
5021
+ "id": 35335,
5022
5022
  "isConstant": false,
5023
5023
  "isLValue": false,
5024
5024
  "isPure": false,
@@ -5033,7 +5033,7 @@
5033
5033
  "typeString": "address"
5034
5034
  }
5035
5035
  },
5036
- "id": 35333,
5036
+ "id": 35336,
5037
5037
  "isConstant": false,
5038
5038
  "isLValue": false,
5039
5039
  "isPure": false,
@@ -5046,7 +5046,7 @@
5046
5046
  "typeString": "function (bytes memory) payable returns (bool,bytes memory)"
5047
5047
  }
5048
5048
  },
5049
- "id": 35362,
5049
+ "id": 35365,
5050
5050
  "isConstant": false,
5051
5051
  "isLValue": false,
5052
5052
  "isPure": false,
@@ -5067,7 +5067,7 @@
5067
5067
  "typeString": "tuple()"
5068
5068
  }
5069
5069
  },
5070
- "id": 35364,
5070
+ "id": 35367,
5071
5071
  "nodeType": "ExpressionStatement",
5072
5072
  "src": "1271:503:98"
5073
5073
  }
@@ -5078,17 +5078,17 @@
5078
5078
  "typeIdentifier": "t_uint256",
5079
5079
  "typeString": "uint256"
5080
5080
  },
5081
- "id": 35320,
5081
+ "id": 35323,
5082
5082
  "isConstant": false,
5083
5083
  "isLValue": false,
5084
5084
  "isPure": false,
5085
5085
  "lValueRequested": false,
5086
5086
  "leftExpression": {
5087
- "id": 35317,
5087
+ "id": 35320,
5088
5088
  "name": "i",
5089
5089
  "nodeType": "Identifier",
5090
5090
  "overloadedDeclarations": [],
5091
- "referencedDeclaration": 35314,
5091
+ "referencedDeclaration": 35317,
5092
5092
  "src": "1006:1:98",
5093
5093
  "typeDescriptions": {
5094
5094
  "typeIdentifier": "t_uint256",
@@ -5099,18 +5099,18 @@
5099
5099
  "operator": "<",
5100
5100
  "rightExpression": {
5101
5101
  "expression": {
5102
- "id": 35318,
5102
+ "id": 35321,
5103
5103
  "name": "senders",
5104
5104
  "nodeType": "Identifier",
5105
5105
  "overloadedDeclarations": [],
5106
- "referencedDeclaration": 35298,
5106
+ "referencedDeclaration": 35301,
5107
5107
  "src": "1010:7:98",
5108
5108
  "typeDescriptions": {
5109
5109
  "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
5110
5110
  "typeString": "address[] calldata"
5111
5111
  }
5112
5112
  },
5113
- "id": 35319,
5113
+ "id": 35322,
5114
5114
  "isConstant": false,
5115
5115
  "isLValue": false,
5116
5116
  "isPure": false,
@@ -5129,20 +5129,20 @@
5129
5129
  "typeString": "bool"
5130
5130
  }
5131
5131
  },
5132
- "id": 35366,
5132
+ "id": 35369,
5133
5133
  "initializationExpression": {
5134
5134
  "assignments": [
5135
- 35314
5135
+ 35317
5136
5136
  ],
5137
5137
  "declarations": [
5138
5138
  {
5139
5139
  "constant": false,
5140
- "id": 35314,
5140
+ "id": 35317,
5141
5141
  "mutability": "mutable",
5142
5142
  "name": "i",
5143
5143
  "nameLocation": "999:1:98",
5144
5144
  "nodeType": "VariableDeclaration",
5145
- "scope": 35366,
5145
+ "scope": 35369,
5146
5146
  "src": "994:6:98",
5147
5147
  "stateVariable": false,
5148
5148
  "storageLocation": "default",
@@ -5151,7 +5151,7 @@
5151
5151
  "typeString": "uint256"
5152
5152
  },
5153
5153
  "typeName": {
5154
- "id": 35313,
5154
+ "id": 35316,
5155
5155
  "name": "uint",
5156
5156
  "nodeType": "ElementaryTypeName",
5157
5157
  "src": "994:4:98",
@@ -5163,10 +5163,10 @@
5163
5163
  "visibility": "internal"
5164
5164
  }
5165
5165
  ],
5166
- "id": 35316,
5166
+ "id": 35319,
5167
5167
  "initialValue": {
5168
5168
  "hexValue": "30",
5169
- "id": 35315,
5169
+ "id": 35318,
5170
5170
  "isConstant": false,
5171
5171
  "isLValue": false,
5172
5172
  "isPure": true,
@@ -5185,7 +5185,7 @@
5185
5185
  },
5186
5186
  "loopExpression": {
5187
5187
  "expression": {
5188
- "id": 35322,
5188
+ "id": 35325,
5189
5189
  "isConstant": false,
5190
5190
  "isLValue": false,
5191
5191
  "isPure": false,
@@ -5195,11 +5195,11 @@
5195
5195
  "prefix": true,
5196
5196
  "src": "1026:3:98",
5197
5197
  "subExpression": {
5198
- "id": 35321,
5198
+ "id": 35324,
5199
5199
  "name": "i",
5200
5200
  "nodeType": "Identifier",
5201
5201
  "overloadedDeclarations": [],
5202
- "referencedDeclaration": 35314,
5202
+ "referencedDeclaration": 35317,
5203
5203
  "src": "1028:1:98",
5204
5204
  "typeDescriptions": {
5205
5205
  "typeIdentifier": "t_uint256",
@@ -5211,7 +5211,7 @@
5211
5211
  "typeString": "uint256"
5212
5212
  }
5213
5213
  },
5214
- "id": 35323,
5214
+ "id": 35326,
5215
5215
  "nodeType": "ExpressionStatement",
5216
5216
  "src": "1026:3:98"
5217
5217
  },
@@ -5219,23 +5219,23 @@
5219
5219
  "src": "989:796:98"
5220
5220
  },
5221
5221
  {
5222
- "id": 35397,
5222
+ "id": 35400,
5223
5223
  "nodeType": "Block",
5224
5224
  "src": "1961:213:98",
5225
5225
  "statements": [
5226
5226
  {
5227
5227
  "assignments": [
5228
- 35368
5228
+ 35371
5229
5229
  ],
5230
5230
  "declarations": [
5231
5231
  {
5232
5232
  "constant": false,
5233
- "id": 35368,
5233
+ "id": 35371,
5234
5234
  "mutability": "mutable",
5235
5235
  "name": "balance",
5236
5236
  "nameLocation": "1983:7:98",
5237
5237
  "nodeType": "VariableDeclaration",
5238
- "scope": 35397,
5238
+ "scope": 35400,
5239
5239
  "src": "1975:15:98",
5240
5240
  "stateVariable": false,
5241
5241
  "storageLocation": "default",
@@ -5244,7 +5244,7 @@
5244
5244
  "typeString": "uint256"
5245
5245
  },
5246
5246
  "typeName": {
5247
- "id": 35367,
5247
+ "id": 35370,
5248
5248
  "name": "uint256",
5249
5249
  "nodeType": "ElementaryTypeName",
5250
5250
  "src": "1975:7:98",
@@ -5256,20 +5256,20 @@
5256
5256
  "visibility": "internal"
5257
5257
  }
5258
5258
  ],
5259
- "id": 35378,
5259
+ "id": 35381,
5260
5260
  "initialValue": {
5261
5261
  "arguments": [
5262
5262
  {
5263
5263
  "arguments": [
5264
5264
  {
5265
- "id": 35375,
5265
+ "id": 35378,
5266
5266
  "name": "this",
5267
5267
  "nodeType": "Identifier",
5268
5268
  "overloadedDeclarations": [],
5269
5269
  "referencedDeclaration": 4294967268,
5270
5270
  "src": "2029:4:98",
5271
5271
  "typeDescriptions": {
5272
- "typeIdentifier": "t_contract$_BatchLiquidator_$35400",
5272
+ "typeIdentifier": "t_contract$_BatchLiquidator_$35403",
5273
5273
  "typeString": "contract BatchLiquidator"
5274
5274
  }
5275
5275
  }
@@ -5277,11 +5277,11 @@
5277
5277
  "expression": {
5278
5278
  "argumentTypes": [
5279
5279
  {
5280
- "typeIdentifier": "t_contract$_BatchLiquidator_$35400",
5280
+ "typeIdentifier": "t_contract$_BatchLiquidator_$35403",
5281
5281
  "typeString": "contract BatchLiquidator"
5282
5282
  }
5283
5283
  ],
5284
- "id": 35374,
5284
+ "id": 35377,
5285
5285
  "isConstant": false,
5286
5286
  "isLValue": false,
5287
5287
  "isPure": true,
@@ -5293,14 +5293,14 @@
5293
5293
  "typeString": "type(address)"
5294
5294
  },
5295
5295
  "typeName": {
5296
- "id": 35373,
5296
+ "id": 35376,
5297
5297
  "name": "address",
5298
5298
  "nodeType": "ElementaryTypeName",
5299
5299
  "src": "2021:7:98",
5300
5300
  "typeDescriptions": {}
5301
5301
  }
5302
5302
  },
5303
- "id": 35376,
5303
+ "id": 35379,
5304
5304
  "isConstant": false,
5305
5305
  "isLValue": false,
5306
5306
  "isPure": false,
@@ -5326,11 +5326,11 @@
5326
5326
  "expression": {
5327
5327
  "arguments": [
5328
5328
  {
5329
- "id": 35370,
5329
+ "id": 35373,
5330
5330
  "name": "superToken",
5331
5331
  "nodeType": "Identifier",
5332
5332
  "overloadedDeclarations": [],
5333
- "referencedDeclaration": 35295,
5333
+ "referencedDeclaration": 35298,
5334
5334
  "src": "1999:10:98",
5335
5335
  "typeDescriptions": {
5336
5336
  "typeIdentifier": "t_address",
@@ -5345,7 +5345,7 @@
5345
5345
  "typeString": "address"
5346
5346
  }
5347
5347
  ],
5348
- "id": 35369,
5348
+ "id": 35372,
5349
5349
  "name": "ERC20",
5350
5350
  "nodeType": "Identifier",
5351
5351
  "overloadedDeclarations": [],
@@ -5356,7 +5356,7 @@
5356
5356
  "typeString": "type(contract ERC20)"
5357
5357
  }
5358
5358
  },
5359
- "id": 35371,
5359
+ "id": 35374,
5360
5360
  "isConstant": false,
5361
5361
  "isLValue": false,
5362
5362
  "isPure": false,
@@ -5371,7 +5371,7 @@
5371
5371
  "typeString": "contract ERC20"
5372
5372
  }
5373
5373
  },
5374
- "id": 35372,
5374
+ "id": 35375,
5375
5375
  "isConstant": false,
5376
5376
  "isLValue": false,
5377
5377
  "isPure": false,
@@ -5385,7 +5385,7 @@
5385
5385
  "typeString": "function (address) view external returns (uint256)"
5386
5386
  }
5387
5387
  },
5388
- "id": 35377,
5388
+ "id": 35380,
5389
5389
  "isConstant": false,
5390
5390
  "isLValue": false,
5391
5391
  "isPure": false,
@@ -5409,17 +5409,17 @@
5409
5409
  "typeIdentifier": "t_uint256",
5410
5410
  "typeString": "uint256"
5411
5411
  },
5412
- "id": 35381,
5412
+ "id": 35384,
5413
5413
  "isConstant": false,
5414
5414
  "isLValue": false,
5415
5415
  "isPure": false,
5416
5416
  "lValueRequested": false,
5417
5417
  "leftExpression": {
5418
- "id": 35379,
5418
+ "id": 35382,
5419
5419
  "name": "balance",
5420
5420
  "nodeType": "Identifier",
5421
5421
  "overloadedDeclarations": [],
5422
- "referencedDeclaration": 35368,
5422
+ "referencedDeclaration": 35371,
5423
5423
  "src": "2052:7:98",
5424
5424
  "typeDescriptions": {
5425
5425
  "typeIdentifier": "t_uint256",
@@ -5430,7 +5430,7 @@
5430
5430
  "operator": ">",
5431
5431
  "rightExpression": {
5432
5432
  "hexValue": "30",
5433
- "id": 35380,
5433
+ "id": 35383,
5434
5434
  "isConstant": false,
5435
5435
  "isLValue": false,
5436
5436
  "isPure": true,
@@ -5450,11 +5450,11 @@
5450
5450
  "typeString": "bool"
5451
5451
  }
5452
5452
  },
5453
- "id": 35396,
5453
+ "id": 35399,
5454
5454
  "nodeType": "IfStatement",
5455
5455
  "src": "2049:115:98",
5456
5456
  "trueBody": {
5457
- "id": 35395,
5457
+ "id": 35398,
5458
5458
  "nodeType": "Block",
5459
5459
  "src": "2065:99:98",
5460
5460
  "statements": [
@@ -5464,14 +5464,14 @@
5464
5464
  {
5465
5465
  "arguments": [
5466
5466
  {
5467
- "id": 35388,
5467
+ "id": 35391,
5468
5468
  "name": "this",
5469
5469
  "nodeType": "Identifier",
5470
5470
  "overloadedDeclarations": [],
5471
5471
  "referencedDeclaration": 4294967268,
5472
5472
  "src": "2122:4:98",
5473
5473
  "typeDescriptions": {
5474
- "typeIdentifier": "t_contract$_BatchLiquidator_$35400",
5474
+ "typeIdentifier": "t_contract$_BatchLiquidator_$35403",
5475
5475
  "typeString": "contract BatchLiquidator"
5476
5476
  }
5477
5477
  }
@@ -5479,11 +5479,11 @@
5479
5479
  "expression": {
5480
5480
  "argumentTypes": [
5481
5481
  {
5482
- "typeIdentifier": "t_contract$_BatchLiquidator_$35400",
5482
+ "typeIdentifier": "t_contract$_BatchLiquidator_$35403",
5483
5483
  "typeString": "contract BatchLiquidator"
5484
5484
  }
5485
5485
  ],
5486
- "id": 35387,
5486
+ "id": 35390,
5487
5487
  "isConstant": false,
5488
5488
  "isLValue": false,
5489
5489
  "isPure": true,
@@ -5495,14 +5495,14 @@
5495
5495
  "typeString": "type(address)"
5496
5496
  },
5497
5497
  "typeName": {
5498
- "id": 35386,
5498
+ "id": 35389,
5499
5499
  "name": "address",
5500
5500
  "nodeType": "ElementaryTypeName",
5501
5501
  "src": "2114:7:98",
5502
5502
  "typeDescriptions": {}
5503
5503
  }
5504
5504
  },
5505
- "id": 35389,
5505
+ "id": 35392,
5506
5506
  "isConstant": false,
5507
5507
  "isLValue": false,
5508
5508
  "isPure": false,
@@ -5519,7 +5519,7 @@
5519
5519
  },
5520
5520
  {
5521
5521
  "expression": {
5522
- "id": 35390,
5522
+ "id": 35393,
5523
5523
  "name": "msg",
5524
5524
  "nodeType": "Identifier",
5525
5525
  "overloadedDeclarations": [],
@@ -5530,7 +5530,7 @@
5530
5530
  "typeString": "msg"
5531
5531
  }
5532
5532
  },
5533
- "id": 35391,
5533
+ "id": 35394,
5534
5534
  "isConstant": false,
5535
5535
  "isLValue": false,
5536
5536
  "isPure": false,
@@ -5544,11 +5544,11 @@
5544
5544
  }
5545
5545
  },
5546
5546
  {
5547
- "id": 35392,
5547
+ "id": 35395,
5548
5548
  "name": "balance",
5549
5549
  "nodeType": "Identifier",
5550
5550
  "overloadedDeclarations": [],
5551
- "referencedDeclaration": 35368,
5551
+ "referencedDeclaration": 35371,
5552
5552
  "src": "2141:7:98",
5553
5553
  "typeDescriptions": {
5554
5554
  "typeIdentifier": "t_uint256",
@@ -5574,11 +5574,11 @@
5574
5574
  "expression": {
5575
5575
  "arguments": [
5576
5576
  {
5577
- "id": 35383,
5577
+ "id": 35386,
5578
5578
  "name": "superToken",
5579
5579
  "nodeType": "Identifier",
5580
5580
  "overloadedDeclarations": [],
5581
- "referencedDeclaration": 35295,
5581
+ "referencedDeclaration": 35298,
5582
5582
  "src": "2089:10:98",
5583
5583
  "typeDescriptions": {
5584
5584
  "typeIdentifier": "t_address",
@@ -5593,7 +5593,7 @@
5593
5593
  "typeString": "address"
5594
5594
  }
5595
5595
  ],
5596
- "id": 35382,
5596
+ "id": 35385,
5597
5597
  "name": "ERC20",
5598
5598
  "nodeType": "Identifier",
5599
5599
  "overloadedDeclarations": [],
@@ -5604,7 +5604,7 @@
5604
5604
  "typeString": "type(contract ERC20)"
5605
5605
  }
5606
5606
  },
5607
- "id": 35384,
5607
+ "id": 35387,
5608
5608
  "isConstant": false,
5609
5609
  "isLValue": false,
5610
5610
  "isPure": false,
@@ -5619,7 +5619,7 @@
5619
5619
  "typeString": "contract ERC20"
5620
5620
  }
5621
5621
  },
5622
- "id": 35385,
5622
+ "id": 35388,
5623
5623
  "isConstant": false,
5624
5624
  "isLValue": false,
5625
5625
  "isPure": false,
@@ -5633,7 +5633,7 @@
5633
5633
  "typeString": "function (address,address,uint256) external returns (bool)"
5634
5634
  }
5635
5635
  },
5636
- "id": 35393,
5636
+ "id": 35396,
5637
5637
  "isConstant": false,
5638
5638
  "isLValue": false,
5639
5639
  "isPure": false,
@@ -5648,7 +5648,7 @@
5648
5648
  "typeString": "bool"
5649
5649
  }
5650
5650
  },
5651
- "id": 35394,
5651
+ "id": 35397,
5652
5652
  "nodeType": "ExpressionStatement",
5653
5653
  "src": "2083:66:98"
5654
5654
  }
@@ -5660,13 +5660,13 @@
5660
5660
  ]
5661
5661
  },
5662
5662
  "documentation": {
5663
- "id": 35289,
5663
+ "id": 35292,
5664
5664
  "nodeType": "StructuredDocumentation",
5665
5665
  "src": "417:304:98",
5666
5666
  "text": " @dev Delete flows in batch\n @param host - The host contract address.\n @param cfa - The cfa contract address.\n @param superToken - The super token the flows belong to.\n @param senders - List of senders.\n @param receivers - Corresponding list of receivers."
5667
5667
  },
5668
5668
  "functionSelector": "feb6bb69",
5669
- "id": 35399,
5669
+ "id": 35402,
5670
5670
  "implemented": true,
5671
5671
  "kind": "function",
5672
5672
  "modifiers": [],
@@ -5674,17 +5674,17 @@
5674
5674
  "nameLocation": "735:11:98",
5675
5675
  "nodeType": "FunctionDefinition",
5676
5676
  "parameters": {
5677
- "id": 35302,
5677
+ "id": 35305,
5678
5678
  "nodeType": "ParameterList",
5679
5679
  "parameters": [
5680
5680
  {
5681
5681
  "constant": false,
5682
- "id": 35291,
5682
+ "id": 35294,
5683
5683
  "mutability": "mutable",
5684
5684
  "name": "host",
5685
5685
  "nameLocation": "764:4:98",
5686
5686
  "nodeType": "VariableDeclaration",
5687
- "scope": 35399,
5687
+ "scope": 35402,
5688
5688
  "src": "756:12:98",
5689
5689
  "stateVariable": false,
5690
5690
  "storageLocation": "default",
@@ -5693,7 +5693,7 @@
5693
5693
  "typeString": "address"
5694
5694
  },
5695
5695
  "typeName": {
5696
- "id": 35290,
5696
+ "id": 35293,
5697
5697
  "name": "address",
5698
5698
  "nodeType": "ElementaryTypeName",
5699
5699
  "src": "756:7:98",
@@ -5707,12 +5707,12 @@
5707
5707
  },
5708
5708
  {
5709
5709
  "constant": false,
5710
- "id": 35293,
5710
+ "id": 35296,
5711
5711
  "mutability": "mutable",
5712
5712
  "name": "cfa",
5713
5713
  "nameLocation": "786:3:98",
5714
5714
  "nodeType": "VariableDeclaration",
5715
- "scope": 35399,
5715
+ "scope": 35402,
5716
5716
  "src": "778:11:98",
5717
5717
  "stateVariable": false,
5718
5718
  "storageLocation": "default",
@@ -5721,7 +5721,7 @@
5721
5721
  "typeString": "address"
5722
5722
  },
5723
5723
  "typeName": {
5724
- "id": 35292,
5724
+ "id": 35295,
5725
5725
  "name": "address",
5726
5726
  "nodeType": "ElementaryTypeName",
5727
5727
  "src": "778:7:98",
@@ -5735,12 +5735,12 @@
5735
5735
  },
5736
5736
  {
5737
5737
  "constant": false,
5738
- "id": 35295,
5738
+ "id": 35298,
5739
5739
  "mutability": "mutable",
5740
5740
  "name": "superToken",
5741
5741
  "nameLocation": "807:10:98",
5742
5742
  "nodeType": "VariableDeclaration",
5743
- "scope": 35399,
5743
+ "scope": 35402,
5744
5744
  "src": "799:18:98",
5745
5745
  "stateVariable": false,
5746
5746
  "storageLocation": "default",
@@ -5749,7 +5749,7 @@
5749
5749
  "typeString": "address"
5750
5750
  },
5751
5751
  "typeName": {
5752
- "id": 35294,
5752
+ "id": 35297,
5753
5753
  "name": "address",
5754
5754
  "nodeType": "ElementaryTypeName",
5755
5755
  "src": "799:7:98",
@@ -5763,12 +5763,12 @@
5763
5763
  },
5764
5764
  {
5765
5765
  "constant": false,
5766
- "id": 35298,
5766
+ "id": 35301,
5767
5767
  "mutability": "mutable",
5768
5768
  "name": "senders",
5769
5769
  "nameLocation": "846:7:98",
5770
5770
  "nodeType": "VariableDeclaration",
5771
- "scope": 35399,
5771
+ "scope": 35402,
5772
5772
  "src": "827:26:98",
5773
5773
  "stateVariable": false,
5774
5774
  "storageLocation": "calldata",
@@ -5778,7 +5778,7 @@
5778
5778
  },
5779
5779
  "typeName": {
5780
5780
  "baseType": {
5781
- "id": 35296,
5781
+ "id": 35299,
5782
5782
  "name": "address",
5783
5783
  "nodeType": "ElementaryTypeName",
5784
5784
  "src": "827:7:98",
@@ -5788,7 +5788,7 @@
5788
5788
  "typeString": "address"
5789
5789
  }
5790
5790
  },
5791
- "id": 35297,
5791
+ "id": 35300,
5792
5792
  "nodeType": "ArrayTypeName",
5793
5793
  "src": "827:9:98",
5794
5794
  "typeDescriptions": {
@@ -5800,12 +5800,12 @@
5800
5800
  },
5801
5801
  {
5802
5802
  "constant": false,
5803
- "id": 35301,
5803
+ "id": 35304,
5804
5804
  "mutability": "mutable",
5805
5805
  "name": "receivers",
5806
5806
  "nameLocation": "874:9:98",
5807
5807
  "nodeType": "VariableDeclaration",
5808
- "scope": 35399,
5808
+ "scope": 35402,
5809
5809
  "src": "855:28:98",
5810
5810
  "stateVariable": false,
5811
5811
  "storageLocation": "calldata",
@@ -5815,7 +5815,7 @@
5815
5815
  },
5816
5816
  "typeName": {
5817
5817
  "baseType": {
5818
- "id": 35299,
5818
+ "id": 35302,
5819
5819
  "name": "address",
5820
5820
  "nodeType": "ElementaryTypeName",
5821
5821
  "src": "855:7:98",
@@ -5825,7 +5825,7 @@
5825
5825
  "typeString": "address"
5826
5826
  }
5827
5827
  },
5828
- "id": 35300,
5828
+ "id": 35303,
5829
5829
  "nodeType": "ArrayTypeName",
5830
5830
  "src": "855:9:98",
5831
5831
  "typeDescriptions": {
@@ -5839,19 +5839,19 @@
5839
5839
  "src": "746:143:98"
5840
5840
  },
5841
5841
  "returnParameters": {
5842
- "id": 35303,
5842
+ "id": 35306,
5843
5843
  "nodeType": "ParameterList",
5844
5844
  "parameters": [],
5845
5845
  "src": "899:0:98"
5846
5846
  },
5847
- "scope": 35400,
5847
+ "scope": 35403,
5848
5848
  "src": "726:1454:98",
5849
5849
  "stateMutability": "nonpayable",
5850
5850
  "virtual": false,
5851
5851
  "visibility": "external"
5852
5852
  }
5853
5853
  ],
5854
- "scope": 35401,
5854
+ "scope": 35404,
5855
5855
  "src": "385:1797:98",
5856
5856
  "usedErrors": []
5857
5857
  }
@@ -5864,7 +5864,7 @@
5864
5864
  },
5865
5865
  "networks": {},
5866
5866
  "schemaVersion": "3.4.7",
5867
- "updatedAt": "2022-05-12T16:07:14.238Z",
5867
+ "updatedAt": "2022-05-19T15:01:21.653Z",
5868
5868
  "devdoc": {
5869
5869
  "author": "Superfluid",
5870
5870
  "kind": "dev",