@superfluid-finance/ethereum-contracts 1.3.2-dev.bf84335.0 → 1.3.2-dev.de7575d.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/contracts/AccessControl.json +1 -1
- package/build/contracts/AccessControlEnumerable.json +1 -1
- package/build/contracts/Address.json +1 -1
- package/build/contracts/AgreementBase.json +18 -18
- package/build/contracts/AgreementLibrary.json +1272 -1183
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +211 -211
- package/build/contracts/BatchOperation.json +599 -599
- package/build/contracts/CFAv1Library.json +2282 -2282
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +2472 -2472
- package/build/contracts/ConstantFlowAgreementV1.json +12931 -13308
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +599 -599
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +20 -20
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC1820RegistryCompiled.json +22 -22
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +380 -380
- package/build/contracts/ERC777RecipientDrainingGas.json +858 -858
- package/build/contracts/ERC777RecipientReverting.json +858 -858
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +2473 -2473
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +2473 -2473
- package/build/contracts/FlowOperatorDefinitions.json +599 -599
- package/build/contracts/FullUpgradableSuperTokenProxy.json +115 -115
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +567 -567
- package/build/contracts/IDAv1Library.json +2614 -2614
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Metadata.json +1 -1
- package/build/contracts/IERC20Permit.json +1 -1
- package/build/contracts/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
- package/build/contracts/IMaticBridgedNativeSuperToken.json +63 -63
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +63 -63
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +43 -43
- package/build/contracts/IPureSuperTokenCustom.json +43 -43
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +48 -48
- package/build/contracts/ISETHCustom.json +48 -48
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +192 -192
- package/build/contracts/ISuperToken.json +524 -524
- package/build/contracts/ISuperTokenFactory.json +161 -161
- package/build/contracts/ISuperfluid.json +1145 -1178
- package/build/contracts/ISuperfluidGovernance.json +243 -243
- package/build/contracts/ISuperfluidToken.json +389 -389
- package/build/contracts/ITOGAv1.json +1442 -1442
- package/build/contracts/ITOGAv2.json +1442 -1442
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +5820 -5820
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +231 -231
- package/build/contracts/NonClosableOutflowTestApp.json +2473 -2473
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Pausable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/PureSuperToken.json +109 -109
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +227 -227
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +2472 -2472
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +748 -748
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +240 -240
- package/build/contracts/SuperAppDefinitions.json +599 -599
- package/build/contracts/SuperToken.json +4732 -4732
- package/build/contracts/SuperTokenFactory.json +750 -750
- package/build/contracts/SuperTokenFactoryBase.json +738 -738
- package/build/contracts/SuperTokenFactoryHelper.json +743 -743
- package/build/contracts/SuperUpgrader.json +440 -440
- package/build/contracts/Superfluid.json +15366 -16050
- package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
- package/build/contracts/SuperfluidGovernanceBase.json +2233 -2233
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +149 -149
- package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
- package/build/contracts/SuperfluidLoader.json +210 -210
- package/build/contracts/SuperfluidToken.json +2420 -2420
- package/build/contracts/TOGA.json +1461 -1461
- package/build/contracts/TestGovernance.json +248 -248
- package/build/contracts/TestToken.json +93 -93
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UUPSProxiable.json +139 -139
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +6 -6
- package/contracts/agreements/AgreementLibrary.sol +39 -15
- package/contracts/agreements/ConstantFlowAgreementV1.sol +65 -53
- package/contracts/interfaces/superfluid/ISuperfluid.sol +29 -23
- package/contracts/mocks/AgreementMock.sol +2 -2
- package/contracts/mocks/CFAAppMocks.sol +1 -1
- package/contracts/mocks/MultiFlowTesterApp.sol +13 -12
- package/contracts/mocks/SuperTokenMock.sol +2 -2
- package/contracts/mocks/SuperfluidMock.sol +9 -9
- package/contracts/superfluid/Superfluid.sol +34 -38
- package/contracts/superfluid/SuperfluidToken.sol +14 -14
- package/package.json +2 -2
- package/scripts/deploy-mfa.ts +27 -0
- package/scripts/libs/getConfig.js +14 -0
- package/utils/README.md +18 -0
- package/utils/mfa-tester.html +687 -0
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"type": "function"
|
|
36
36
|
}
|
|
37
37
|
],
|
|
38
|
-
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"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\":\"0x24b04b8aacaaf1a4a0719117b29c9c3647b1f479c5ac2a60f5ff1bb6d839c238\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://43e46da9d9f49741ecd876a269e71bc7494058d7a8e9478429998adb5bc3eaa0\",\"dweb:/ipfs/QmUtp4cqzf22C5rJ76AabKADquGWcjsc33yjYXxXC4sDvy\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@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\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92\",\"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3\"]},\"project:/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol\":{\"keccak256\":\"0x5da735cab1cf7114564ec7d81ed35037a56b6f216a60569aef6e65f3aaca5dd8\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://27a2ad0243469f7364d5e5a483493b16e2b57b9b36c24c6de0ea0e2c13465c71\",\"dweb:/ipfs/QmSfHTC7ewk8LA27TrDqojqFjdkkafCoZmWE1V6HEuFqox\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"
|
|
39
|
-
"bytecode": "
|
|
40
|
-
"deployedBytecode": "
|
|
38
|
+
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"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\":\"0x24b04b8aacaaf1a4a0719117b29c9c3647b1f479c5ac2a60f5ff1bb6d839c238\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://43e46da9d9f49741ecd876a269e71bc7494058d7a8e9478429998adb5bc3eaa0\",\"dweb:/ipfs/QmUtp4cqzf22C5rJ76AabKADquGWcjsc33yjYXxXC4sDvy\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@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\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92\",\"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3\"]},\"project:/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol\":{\"keccak256\":\"0x5da735cab1cf7114564ec7d81ed35037a56b6f216a60569aef6e65f3aaca5dd8\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://27a2ad0243469f7364d5e5a483493b16e2b57b9b36c24c6de0ea0e2c13465c71\",\"dweb:/ipfs/QmSfHTC7ewk8LA27TrDqojqFjdkkafCoZmWE1V6HEuFqox\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0x59cba11dfc9510e06db5fd57e9229fcfa0860e99e76626ad0291e7e50a3a62de\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://a64102f968e7f2eaa335e8d7ce47b339c958b0d6f8f4b3379547e9b7faa78cf9\",\"dweb:/ipfs/QmbFSeM6diijjogiTvgbpphLmjxG3u1ifygFkLhezFHRQ5\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"project:/contracts/utils/BatchLiquidator.sol\":{\"keccak256\":\"0x6755092c956c145f778a8faf672a10706d9de8a9bf2fb7f3e9d8b09373989af6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://0d03897dcb11659ebea04526e38af047c5ef5ac72babfa3c339f1de06b4b2cca\",\"dweb:/ipfs/QmdfLLQAidfK4RXtbqkuQy72NdAJe3wM47y42kdS8VtRBh\"]}},\"version\":1}",
|
|
39
|
+
"bytecode": "0x608060405234801561001057600080fd5b506105cb806100206000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063feb6bb6914610030575b600080fd5b61004361003e36600461036d565b610045565b005b8281146100915760405162461bcd60e51b815260206004820152601660248201527561727261797320646966666572656e742073697a657360501b604482015260640160405180910390fd5b60005b8381101561020e576000886001600160a01b0316896001600160a01b03166339255d5b8a8b6001600160a01b031663b4b333c68c8c8c8a8181106100da576100da61040f565b90506020020160208101906100ef9190610425565b8b8b8b8181106101015761010161040f565b90506020020160208101906101169190610425565b60408051600081526020810190915261013593929190604481016104a3565b60408051601f19818403018152918152602080830180516001600160e01b031660e09590951b94909417909352805160008152928301905261017d93925090604481016104e1565b60408051601f198184030181529181526020820180516001600160e01b031660e09490941b9390931790925290516101b59250610517565b6000604051808303816000865af19150503d80600081146101f2576040519150601f19603f3d011682016040523d82523d6000602084013e6101f7565b606091505b5061020792508391506105339050565b9050610094565b506040516370a0823160e01b81523060048201526000906001600160a01b038716906370a0823190602401602060405180830381865afa158015610256573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061027a919061055a565b905080156102fb576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038716906323b872dd906064016020604051808303816000875af11580156102d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f99190610573565b505b5050505050505050565b80356001600160a01b038116811461031c57600080fd5b919050565b60008083601f84011261033357600080fd5b50813567ffffffffffffffff81111561034b57600080fd5b6020830191508360208260051b850101111561036657600080fd5b9250929050565b600080600080600080600060a0888a03121561038857600080fd5b61039188610305565b965061039f60208901610305565b95506103ad60408901610305565b9450606088013567ffffffffffffffff808211156103ca57600080fd5b6103d68b838c01610321565b909650945060808a01359150808211156103ef57600080fd5b506103fc8a828b01610321565b989b979a50959850939692959293505050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561043757600080fd5b61044082610305565b9392505050565b60005b8381101561046257818101518382015260200161044a565b83811115610471576000848401525b50505050565b6000815180845261048f816020860160208601610447565b601f01601f19169290920160200192915050565b6001600160a01b0385811682528481166020830152831660408201526080606082018190526000906104d790830184610477565b9695505050505050565b6001600160a01b038416815260606020820181905260009061050590830185610477565b82810360408401526104d78185610477565b60008251610529818460208701610447565b9190910192915050565b60006001820161055357634e487b7160e01b600052601160045260246000fd5b5060010190565b60006020828403121561056c57600080fd5b5051919050565b60006020828403121561058557600080fd5b8151801515811461044057600080fdfea264697066735822122034bddb9e3a87c5bfe97a917dbbe35c3c8b68116ffca9968c22bca7f5d4cfe93a64736f6c634300080e0033",
|
|
40
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061002b5760003560e01c8063feb6bb6914610030575b600080fd5b61004361003e36600461036d565b610045565b005b8281146100915760405162461bcd60e51b815260206004820152601660248201527561727261797320646966666572656e742073697a657360501b604482015260640160405180910390fd5b60005b8381101561020e576000886001600160a01b0316896001600160a01b03166339255d5b8a8b6001600160a01b031663b4b333c68c8c8c8a8181106100da576100da61040f565b90506020020160208101906100ef9190610425565b8b8b8b8181106101015761010161040f565b90506020020160208101906101169190610425565b60408051600081526020810190915261013593929190604481016104a3565b60408051601f19818403018152918152602080830180516001600160e01b031660e09590951b94909417909352805160008152928301905261017d93925090604481016104e1565b60408051601f198184030181529181526020820180516001600160e01b031660e09490941b9390931790925290516101b59250610517565b6000604051808303816000865af19150503d80600081146101f2576040519150601f19603f3d011682016040523d82523d6000602084013e6101f7565b606091505b5061020792508391506105339050565b9050610094565b506040516370a0823160e01b81523060048201526000906001600160a01b038716906370a0823190602401602060405180830381865afa158015610256573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061027a919061055a565b905080156102fb576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038716906323b872dd906064016020604051808303816000875af11580156102d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f99190610573565b505b5050505050505050565b80356001600160a01b038116811461031c57600080fd5b919050565b60008083601f84011261033357600080fd5b50813567ffffffffffffffff81111561034b57600080fd5b6020830191508360208260051b850101111561036657600080fd5b9250929050565b600080600080600080600060a0888a03121561038857600080fd5b61039188610305565b965061039f60208901610305565b95506103ad60408901610305565b9450606088013567ffffffffffffffff808211156103ca57600080fd5b6103d68b838c01610321565b909650945060808a01359150808211156103ef57600080fd5b506103fc8a828b01610321565b989b979a50959850939692959293505050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561043757600080fd5b61044082610305565b9392505050565b60005b8381101561046257818101518382015260200161044a565b83811115610471576000848401525b50505050565b6000815180845261048f816020860160208601610447565b601f01601f19169290920160200192915050565b6001600160a01b0385811682528481166020830152831660408201526080606082018190526000906104d790830184610477565b9695505050505050565b6001600160a01b038416815260606020820181905260009061050590830185610477565b82810360408401526104d78185610477565b60008251610529818460208701610447565b9190910192915050565b60006001820161055357634e487b7160e01b600052601160045260246000fd5b5060010190565b60006020828403121561056c57600080fd5b5051919050565b60006020828403121561058557600080fd5b8151801515811461044057600080fdfea264697066735822122034bddb9e3a87c5bfe97a917dbbe35c3c8b68116ffca9968c22bca7f5d4cfe93a64736f6c634300080e0033",
|
|
41
41
|
"immutableReferences": {},
|
|
42
42
|
"generatedSources": [],
|
|
43
43
|
"deployedGeneratedSources": [
|
|
@@ -2644,7 +2644,7 @@
|
|
|
2644
2644
|
}
|
|
2645
2645
|
]
|
|
2646
2646
|
},
|
|
2647
|
-
"name": "abi_encode_tuple_t_contract$_ISuperToken_$
|
|
2647
|
+
"name": "abi_encode_tuple_t_contract$_ISuperToken_$19492_t_address_t_address_t_bytes_memory_ptr__to_t_address_t_address_t_address_t_bytes_memory_ptr__fromStack_reversed",
|
|
2648
2648
|
"nodeType": "YulFunctionDefinition",
|
|
2649
2649
|
"parameters": [
|
|
2650
2650
|
{
|
|
@@ -2961,7 +2961,7 @@
|
|
|
2961
2961
|
}
|
|
2962
2962
|
]
|
|
2963
2963
|
},
|
|
2964
|
-
"name": "abi_encode_tuple_t_contract$_ISuperAgreement_$
|
|
2964
|
+
"name": "abi_encode_tuple_t_contract$_ISuperAgreement_$19002_t_bytes_memory_ptr_t_bytes_memory_ptr__to_t_address_t_bytes_memory_ptr_t_bytes_memory_ptr__fromStack_reversed",
|
|
2965
2965
|
"nodeType": "YulFunctionDefinition",
|
|
2966
2966
|
"parameters": [
|
|
2967
2967
|
{
|
|
@@ -4161,7 +4161,7 @@
|
|
|
4161
4161
|
}
|
|
4162
4162
|
]
|
|
4163
4163
|
},
|
|
4164
|
-
"contents": "{\n { }\n function abi_decode_address(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_array_address_dyn_calldata(offset, end) -> arrayPos, length\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n arrayPos := add(offset, 0x20)\n if gt(add(add(offset, shl(5, length)), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_addresst_addresst_addresst_array$_t_address_$dyn_calldata_ptrt_array$_t_address_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5, value6\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n value0 := abi_decode_address(headStart)\n value1 := abi_decode_address(add(headStart, 32))\n value2 := abi_decode_address(add(headStart, 64))\n let offset := calldataload(add(headStart, 96))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_array_address_dyn_calldata(add(headStart, offset), dataEnd)\n value3 := value3_1\n value4 := value4_1\n let offset_1 := calldataload(add(headStart, 128))\n if gt(offset_1, _1) { revert(0, 0) }\n let value5_1, value6_1 := abi_decode_array_address_dyn_calldata(add(headStart, offset_1), dataEnd)\n value5 := value5_1\n value6 := value6_1\n }\n function abi_encode_tuple_t_stringliteral_cceabd61df13abe750744cf2401db57dfde347bfa5f63d331229c25d94123013__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 22)\n mstore(add(headStart, 64), \"arrays different sizes\")\n tail := add(headStart, 96)\n }\n function panic_error_0x32()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_address(headStart)\n }\n function panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function copy_memory_to_memory(src, dst, length)\n {\n let i := 0\n for { } lt(i, length) { i := add(i, 32) }\n {\n mstore(add(dst, i), mload(add(src, i)))\n }\n if gt(i, length) { mstore(add(dst, length), 0) }\n }\n function abi_encode_bytes(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n copy_memory_to_memory(add(value, 0x20), add(pos, 0x20), length)\n end := add(add(pos, and(add(length, 31), not(31))), 0x20)\n }\n function abi_encode_tuple_t_contract$_ISuperToken_$
|
|
4164
|
+
"contents": "{\n { }\n function abi_decode_address(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_array_address_dyn_calldata(offset, end) -> arrayPos, length\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n arrayPos := add(offset, 0x20)\n if gt(add(add(offset, shl(5, length)), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_addresst_addresst_addresst_array$_t_address_$dyn_calldata_ptrt_array$_t_address_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5, value6\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n value0 := abi_decode_address(headStart)\n value1 := abi_decode_address(add(headStart, 32))\n value2 := abi_decode_address(add(headStart, 64))\n let offset := calldataload(add(headStart, 96))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_array_address_dyn_calldata(add(headStart, offset), dataEnd)\n value3 := value3_1\n value4 := value4_1\n let offset_1 := calldataload(add(headStart, 128))\n if gt(offset_1, _1) { revert(0, 0) }\n let value5_1, value6_1 := abi_decode_array_address_dyn_calldata(add(headStart, offset_1), dataEnd)\n value5 := value5_1\n value6 := value6_1\n }\n function abi_encode_tuple_t_stringliteral_cceabd61df13abe750744cf2401db57dfde347bfa5f63d331229c25d94123013__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 22)\n mstore(add(headStart, 64), \"arrays different sizes\")\n tail := add(headStart, 96)\n }\n function panic_error_0x32()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_address(headStart)\n }\n function panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function copy_memory_to_memory(src, dst, length)\n {\n let i := 0\n for { } lt(i, length) { i := add(i, 32) }\n {\n mstore(add(dst, i), mload(add(src, i)))\n }\n if gt(i, length) { mstore(add(dst, length), 0) }\n }\n function abi_encode_bytes(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n copy_memory_to_memory(add(value, 0x20), add(pos, 0x20), length)\n end := add(add(pos, and(add(length, 31), not(31))), 0x20)\n }\n function abi_encode_tuple_t_contract$_ISuperToken_$19492_t_address_t_address_t_bytes_memory_ptr__to_t_address_t_address_t_address_t_bytes_memory_ptr__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), and(value2, _1))\n mstore(add(headStart, 96), 128)\n tail := abi_encode_bytes(value3, add(headStart, 128))\n }\n function abi_encode_tuple_t_contract$_ISuperAgreement_$19002_t_bytes_memory_ptr_t_bytes_memory_ptr__to_t_address_t_bytes_memory_ptr_t_bytes_memory_ptr__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), 96)\n let tail_1 := abi_encode_bytes(value1, add(headStart, 96))\n mstore(add(headStart, 64), sub(tail_1, headStart))\n tail := abi_encode_bytes(value2, tail_1)\n }\n function abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value0) -> end\n {\n let length := mload(value0)\n copy_memory_to_memory(add(value0, 0x20), pos, length)\n end := add(pos, length)\n }\n function increment_t_uint256(value) -> ret\n {\n if eq(value, not(0))\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n ret := add(value, 1)\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_decode_tuple_t_uint256_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := mload(headStart)\n }\n function abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n }\n function abi_decode_tuple_t_bool_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, iszero(iszero(value)))) { revert(0, 0) }\n value0 := value\n }\n}",
|
|
4165
4165
|
"id": 107,
|
|
4166
4166
|
"language": "Yul",
|
|
4167
4167
|
"name": "#utility.yul"
|
|
@@ -4175,30 +4175,30 @@
|
|
|
4175
4175
|
"absolutePath": "project:/contracts/utils/BatchLiquidator.sol",
|
|
4176
4176
|
"exportedSymbols": {
|
|
4177
4177
|
"BatchLiquidator": [
|
|
4178
|
-
|
|
4178
|
+
37229
|
|
4179
4179
|
],
|
|
4180
4180
|
"ERC20": [
|
|
4181
4181
|
1552
|
|
4182
4182
|
],
|
|
4183
4183
|
"IConstantFlowAgreementV1": [
|
|
4184
|
-
|
|
4184
|
+
18114
|
|
4185
4185
|
],
|
|
4186
4186
|
"ISuperAgreement": [
|
|
4187
|
-
|
|
4187
|
+
19002
|
|
4188
4188
|
],
|
|
4189
4189
|
"ISuperToken": [
|
|
4190
|
-
|
|
4190
|
+
19492
|
|
4191
4191
|
],
|
|
4192
4192
|
"ISuperfluid": [
|
|
4193
|
-
|
|
4193
|
+
20053
|
|
4194
4194
|
]
|
|
4195
4195
|
},
|
|
4196
|
-
"id":
|
|
4196
|
+
"id": 37230,
|
|
4197
4197
|
"license": "AGPLv3",
|
|
4198
4198
|
"nodeType": "SourceUnit",
|
|
4199
4199
|
"nodes": [
|
|
4200
4200
|
{
|
|
4201
|
-
"id":
|
|
4201
|
+
"id": 37100,
|
|
4202
4202
|
"literals": [
|
|
4203
4203
|
"solidity",
|
|
4204
4204
|
"0.8",
|
|
@@ -4210,20 +4210,20 @@
|
|
|
4210
4210
|
{
|
|
4211
4211
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
|
|
4212
4212
|
"file": "../interfaces/superfluid/ISuperfluid.sol",
|
|
4213
|
-
"id":
|
|
4213
|
+
"id": 37104,
|
|
4214
4214
|
"nameLocation": "-1:-1:-1",
|
|
4215
4215
|
"nodeType": "ImportDirective",
|
|
4216
|
-
"scope":
|
|
4217
|
-
"sourceUnit":
|
|
4216
|
+
"scope": 37230,
|
|
4217
|
+
"sourceUnit": 20054,
|
|
4218
4218
|
"src": "60:101:98",
|
|
4219
4219
|
"symbolAliases": [
|
|
4220
4220
|
{
|
|
4221
4221
|
"foreign": {
|
|
4222
|
-
"id":
|
|
4222
|
+
"id": 37101,
|
|
4223
4223
|
"name": "ISuperfluid",
|
|
4224
4224
|
"nodeType": "Identifier",
|
|
4225
4225
|
"overloadedDeclarations": [],
|
|
4226
|
-
"referencedDeclaration":
|
|
4226
|
+
"referencedDeclaration": 20053,
|
|
4227
4227
|
"src": "69:11:98",
|
|
4228
4228
|
"typeDescriptions": {}
|
|
4229
4229
|
},
|
|
@@ -4231,11 +4231,11 @@
|
|
|
4231
4231
|
},
|
|
4232
4232
|
{
|
|
4233
4233
|
"foreign": {
|
|
4234
|
-
"id":
|
|
4234
|
+
"id": 37102,
|
|
4235
4235
|
"name": "ISuperAgreement",
|
|
4236
4236
|
"nodeType": "Identifier",
|
|
4237
4237
|
"overloadedDeclarations": [],
|
|
4238
|
-
"referencedDeclaration":
|
|
4238
|
+
"referencedDeclaration": 19002,
|
|
4239
4239
|
"src": "82:15:98",
|
|
4240
4240
|
"typeDescriptions": {}
|
|
4241
4241
|
},
|
|
@@ -4243,11 +4243,11 @@
|
|
|
4243
4243
|
},
|
|
4244
4244
|
{
|
|
4245
4245
|
"foreign": {
|
|
4246
|
-
"id":
|
|
4246
|
+
"id": 37103,
|
|
4247
4247
|
"name": "ISuperToken",
|
|
4248
4248
|
"nodeType": "Identifier",
|
|
4249
4249
|
"overloadedDeclarations": [],
|
|
4250
|
-
"referencedDeclaration":
|
|
4250
|
+
"referencedDeclaration": 19492,
|
|
4251
4251
|
"src": "99:11:98",
|
|
4252
4252
|
"typeDescriptions": {}
|
|
4253
4253
|
},
|
|
@@ -4259,20 +4259,20 @@
|
|
|
4259
4259
|
{
|
|
4260
4260
|
"absolutePath": "project:/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol",
|
|
4261
4261
|
"file": "../interfaces/agreements/IConstantFlowAgreementV1.sol",
|
|
4262
|
-
"id":
|
|
4262
|
+
"id": 37106,
|
|
4263
4263
|
"nameLocation": "-1:-1:-1",
|
|
4264
4264
|
"nodeType": "ImportDirective",
|
|
4265
|
-
"scope":
|
|
4266
|
-
"sourceUnit":
|
|
4265
|
+
"scope": 37230,
|
|
4266
|
+
"sourceUnit": 18115,
|
|
4267
4267
|
"src": "162:97:98",
|
|
4268
4268
|
"symbolAliases": [
|
|
4269
4269
|
{
|
|
4270
4270
|
"foreign": {
|
|
4271
|
-
"id":
|
|
4271
|
+
"id": 37105,
|
|
4272
4272
|
"name": "IConstantFlowAgreementV1",
|
|
4273
4273
|
"nodeType": "Identifier",
|
|
4274
4274
|
"overloadedDeclarations": [],
|
|
4275
|
-
"referencedDeclaration":
|
|
4275
|
+
"referencedDeclaration": 18114,
|
|
4276
4276
|
"src": "171:24:98",
|
|
4277
4277
|
"typeDescriptions": {}
|
|
4278
4278
|
},
|
|
@@ -4284,16 +4284,16 @@
|
|
|
4284
4284
|
{
|
|
4285
4285
|
"absolutePath": "@openzeppelin/contracts/token/ERC20/ERC20.sol",
|
|
4286
4286
|
"file": "@openzeppelin/contracts/token/ERC20/ERC20.sol",
|
|
4287
|
-
"id":
|
|
4287
|
+
"id": 37108,
|
|
4288
4288
|
"nameLocation": "-1:-1:-1",
|
|
4289
4289
|
"nodeType": "ImportDirective",
|
|
4290
|
-
"scope":
|
|
4290
|
+
"scope": 37230,
|
|
4291
4291
|
"sourceUnit": 1553,
|
|
4292
4292
|
"src": "260:70:98",
|
|
4293
4293
|
"symbolAliases": [
|
|
4294
4294
|
{
|
|
4295
4295
|
"foreign": {
|
|
4296
|
-
"id":
|
|
4296
|
+
"id": 37107,
|
|
4297
4297
|
"name": "ERC20",
|
|
4298
4298
|
"nodeType": "Identifier",
|
|
4299
4299
|
"overloadedDeclarations": [],
|
|
@@ -4313,15 +4313,15 @@
|
|
|
4313
4313
|
"contractDependencies": [],
|
|
4314
4314
|
"contractKind": "contract",
|
|
4315
4315
|
"documentation": {
|
|
4316
|
-
"id":
|
|
4316
|
+
"id": 37109,
|
|
4317
4317
|
"nodeType": "StructuredDocumentation",
|
|
4318
4318
|
"src": "332:65:98",
|
|
4319
4319
|
"text": " @title Batch liquidator contract\n @author Superfluid"
|
|
4320
4320
|
},
|
|
4321
4321
|
"fullyImplemented": true,
|
|
4322
|
-
"id":
|
|
4322
|
+
"id": 37229,
|
|
4323
4323
|
"linearizedBaseContracts": [
|
|
4324
|
-
|
|
4324
|
+
37229
|
|
4325
4325
|
],
|
|
4326
4326
|
"name": "BatchLiquidator",
|
|
4327
4327
|
"nameLocation": "407:15:98",
|
|
@@ -4329,7 +4329,7 @@
|
|
|
4329
4329
|
"nodes": [
|
|
4330
4330
|
{
|
|
4331
4331
|
"body": {
|
|
4332
|
-
"id":
|
|
4332
|
+
"id": 37227,
|
|
4333
4333
|
"nodeType": "Block",
|
|
4334
4334
|
"src": "912:1444:98",
|
|
4335
4335
|
"statements": [
|
|
@@ -4341,25 +4341,25 @@
|
|
|
4341
4341
|
"typeIdentifier": "t_uint256",
|
|
4342
4342
|
"typeString": "uint256"
|
|
4343
4343
|
},
|
|
4344
|
-
"id":
|
|
4344
|
+
"id": 37130,
|
|
4345
4345
|
"isConstant": false,
|
|
4346
4346
|
"isLValue": false,
|
|
4347
4347
|
"isPure": false,
|
|
4348
4348
|
"lValueRequested": false,
|
|
4349
4349
|
"leftExpression": {
|
|
4350
4350
|
"expression": {
|
|
4351
|
-
"id":
|
|
4351
|
+
"id": 37126,
|
|
4352
4352
|
"name": "senders",
|
|
4353
4353
|
"nodeType": "Identifier",
|
|
4354
4354
|
"overloadedDeclarations": [],
|
|
4355
|
-
"referencedDeclaration":
|
|
4355
|
+
"referencedDeclaration": 37119,
|
|
4356
4356
|
"src": "930:7:98",
|
|
4357
4357
|
"typeDescriptions": {
|
|
4358
4358
|
"typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
|
|
4359
4359
|
"typeString": "address[] calldata"
|
|
4360
4360
|
}
|
|
4361
4361
|
},
|
|
4362
|
-
"id":
|
|
4362
|
+
"id": 37127,
|
|
4363
4363
|
"isConstant": false,
|
|
4364
4364
|
"isLValue": false,
|
|
4365
4365
|
"isPure": false,
|
|
@@ -4376,18 +4376,18 @@
|
|
|
4376
4376
|
"operator": "==",
|
|
4377
4377
|
"rightExpression": {
|
|
4378
4378
|
"expression": {
|
|
4379
|
-
"id":
|
|
4379
|
+
"id": 37128,
|
|
4380
4380
|
"name": "receivers",
|
|
4381
4381
|
"nodeType": "Identifier",
|
|
4382
4382
|
"overloadedDeclarations": [],
|
|
4383
|
-
"referencedDeclaration":
|
|
4383
|
+
"referencedDeclaration": 37122,
|
|
4384
4384
|
"src": "948:9:98",
|
|
4385
4385
|
"typeDescriptions": {
|
|
4386
4386
|
"typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
|
|
4387
4387
|
"typeString": "address[] calldata"
|
|
4388
4388
|
}
|
|
4389
4389
|
},
|
|
4390
|
-
"id":
|
|
4390
|
+
"id": 37129,
|
|
4391
4391
|
"isConstant": false,
|
|
4392
4392
|
"isLValue": false,
|
|
4393
4393
|
"isPure": false,
|
|
@@ -4408,7 +4408,7 @@
|
|
|
4408
4408
|
},
|
|
4409
4409
|
{
|
|
4410
4410
|
"hexValue": "61727261797320646966666572656e742073697a6573",
|
|
4411
|
-
"id":
|
|
4411
|
+
"id": 37131,
|
|
4412
4412
|
"isConstant": false,
|
|
4413
4413
|
"isLValue": false,
|
|
4414
4414
|
"isPure": true,
|
|
@@ -4434,7 +4434,7 @@
|
|
|
4434
4434
|
"typeString": "literal_string \"arrays different sizes\""
|
|
4435
4435
|
}
|
|
4436
4436
|
],
|
|
4437
|
-
"id":
|
|
4437
|
+
"id": 37125,
|
|
4438
4438
|
"name": "require",
|
|
4439
4439
|
"nodeType": "Identifier",
|
|
4440
4440
|
"overloadedDeclarations": [
|
|
@@ -4448,7 +4448,7 @@
|
|
|
4448
4448
|
"typeString": "function (bool,string memory) pure"
|
|
4449
4449
|
}
|
|
4450
4450
|
},
|
|
4451
|
-
"id":
|
|
4451
|
+
"id": 37132,
|
|
4452
4452
|
"isConstant": false,
|
|
4453
4453
|
"isLValue": false,
|
|
4454
4454
|
"isPure": false,
|
|
@@ -4463,29 +4463,29 @@
|
|
|
4463
4463
|
"typeString": "tuple()"
|
|
4464
4464
|
}
|
|
4465
4465
|
},
|
|
4466
|
-
"id":
|
|
4466
|
+
"id": 37133,
|
|
4467
4467
|
"nodeType": "ExpressionStatement",
|
|
4468
4468
|
"src": "922:69:98"
|
|
4469
4469
|
},
|
|
4470
4470
|
{
|
|
4471
4471
|
"body": {
|
|
4472
|
-
"id":
|
|
4472
|
+
"id": 37194,
|
|
4473
4473
|
"nodeType": "Block",
|
|
4474
4474
|
"src": "1044:917:98",
|
|
4475
4475
|
"statements": [
|
|
4476
4476
|
{
|
|
4477
4477
|
"assignments": [
|
|
4478
|
-
|
|
4478
|
+
37146
|
|
4479
4479
|
],
|
|
4480
4480
|
"declarations": [
|
|
4481
4481
|
{
|
|
4482
4482
|
"constant": false,
|
|
4483
|
-
"id":
|
|
4483
|
+
"id": 37146,
|
|
4484
4484
|
"mutability": "mutable",
|
|
4485
4485
|
"name": "success",
|
|
4486
4486
|
"nameLocation": "1063:7:98",
|
|
4487
4487
|
"nodeType": "VariableDeclaration",
|
|
4488
|
-
"scope":
|
|
4488
|
+
"scope": 37194,
|
|
4489
4489
|
"src": "1058:12:98",
|
|
4490
4490
|
"stateVariable": false,
|
|
4491
4491
|
"storageLocation": "default",
|
|
@@ -4494,7 +4494,7 @@
|
|
|
4494
4494
|
"typeString": "bool"
|
|
4495
4495
|
},
|
|
4496
4496
|
"typeName": {
|
|
4497
|
-
"id":
|
|
4497
|
+
"id": 37145,
|
|
4498
4498
|
"name": "bool",
|
|
4499
4499
|
"nodeType": "ElementaryTypeName",
|
|
4500
4500
|
"src": "1058:4:98",
|
|
@@ -4506,13 +4506,13 @@
|
|
|
4506
4506
|
"visibility": "internal"
|
|
4507
4507
|
}
|
|
4508
4508
|
],
|
|
4509
|
-
"id":
|
|
4509
|
+
"id": 37147,
|
|
4510
4510
|
"nodeType": "VariableDeclarationStatement",
|
|
4511
4511
|
"src": "1058:12:98"
|
|
4512
4512
|
},
|
|
4513
4513
|
{
|
|
4514
4514
|
"expression": {
|
|
4515
|
-
"id":
|
|
4515
|
+
"id": 37192,
|
|
4516
4516
|
"isConstant": false,
|
|
4517
4517
|
"isLValue": false,
|
|
4518
4518
|
"isPure": false,
|
|
@@ -4520,11 +4520,11 @@
|
|
|
4520
4520
|
"leftHandSide": {
|
|
4521
4521
|
"components": [
|
|
4522
4522
|
{
|
|
4523
|
-
"id":
|
|
4523
|
+
"id": 37148,
|
|
4524
4524
|
"name": "success",
|
|
4525
4525
|
"nodeType": "Identifier",
|
|
4526
4526
|
"overloadedDeclarations": [],
|
|
4527
|
-
"referencedDeclaration":
|
|
4527
|
+
"referencedDeclaration": 37146,
|
|
4528
4528
|
"src": "1285:7:98",
|
|
4529
4529
|
"typeDescriptions": {
|
|
4530
4530
|
"typeIdentifier": "t_bool",
|
|
@@ -4533,7 +4533,7 @@
|
|
|
4533
4533
|
},
|
|
4534
4534
|
null
|
|
4535
4535
|
],
|
|
4536
|
-
"id":
|
|
4536
|
+
"id": 37149,
|
|
4537
4537
|
"isConstant": false,
|
|
4538
4538
|
"isInlineArray": false,
|
|
4539
4539
|
"isLValue": true,
|
|
@@ -4556,11 +4556,11 @@
|
|
|
4556
4556
|
"expression": {
|
|
4557
4557
|
"arguments": [
|
|
4558
4558
|
{
|
|
4559
|
-
"id":
|
|
4559
|
+
"id": 37158,
|
|
4560
4560
|
"name": "host",
|
|
4561
4561
|
"nodeType": "Identifier",
|
|
4562
4562
|
"overloadedDeclarations": [],
|
|
4563
|
-
"referencedDeclaration":
|
|
4563
|
+
"referencedDeclaration": 37112,
|
|
4564
4564
|
"src": "1382:4:98",
|
|
4565
4565
|
"typeDescriptions": {
|
|
4566
4566
|
"typeIdentifier": "t_address",
|
|
@@ -4575,18 +4575,18 @@
|
|
|
4575
4575
|
"typeString": "address"
|
|
4576
4576
|
}
|
|
4577
4577
|
],
|
|
4578
|
-
"id":
|
|
4578
|
+
"id": 37157,
|
|
4579
4579
|
"name": "ISuperfluid",
|
|
4580
4580
|
"nodeType": "Identifier",
|
|
4581
4581
|
"overloadedDeclarations": [],
|
|
4582
|
-
"referencedDeclaration":
|
|
4582
|
+
"referencedDeclaration": 20053,
|
|
4583
4583
|
"src": "1370:11:98",
|
|
4584
4584
|
"typeDescriptions": {
|
|
4585
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$
|
|
4585
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20053_$",
|
|
4586
4586
|
"typeString": "type(contract ISuperfluid)"
|
|
4587
4587
|
}
|
|
4588
4588
|
},
|
|
4589
|
-
"id":
|
|
4589
|
+
"id": 37159,
|
|
4590
4590
|
"isConstant": false,
|
|
4591
4591
|
"isLValue": false,
|
|
4592
4592
|
"isPure": false,
|
|
@@ -4597,21 +4597,21 @@
|
|
|
4597
4597
|
"src": "1370:17:98",
|
|
4598
4598
|
"tryCall": false,
|
|
4599
4599
|
"typeDescriptions": {
|
|
4600
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4600
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
4601
4601
|
"typeString": "contract ISuperfluid"
|
|
4602
4602
|
}
|
|
4603
4603
|
},
|
|
4604
|
-
"id":
|
|
4604
|
+
"id": 37160,
|
|
4605
4605
|
"isConstant": false,
|
|
4606
4606
|
"isLValue": false,
|
|
4607
4607
|
"isPure": false,
|
|
4608
4608
|
"lValueRequested": false,
|
|
4609
4609
|
"memberName": "callAgreement",
|
|
4610
4610
|
"nodeType": "MemberAccess",
|
|
4611
|
-
"referencedDeclaration":
|
|
4611
|
+
"referencedDeclaration": 19951,
|
|
4612
4612
|
"src": "1370:31:98",
|
|
4613
4613
|
"typeDescriptions": {
|
|
4614
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
4614
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
4615
4615
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
4616
4616
|
}
|
|
4617
4617
|
},
|
|
@@ -4620,11 +4620,11 @@
|
|
|
4620
4620
|
{
|
|
4621
4621
|
"arguments": [
|
|
4622
4622
|
{
|
|
4623
|
-
"id":
|
|
4623
|
+
"id": 37162,
|
|
4624
4624
|
"name": "cfa",
|
|
4625
4625
|
"nodeType": "Identifier",
|
|
4626
4626
|
"overloadedDeclarations": [],
|
|
4627
|
-
"referencedDeclaration":
|
|
4627
|
+
"referencedDeclaration": 37114,
|
|
4628
4628
|
"src": "1465:3:98",
|
|
4629
4629
|
"typeDescriptions": {
|
|
4630
4630
|
"typeIdentifier": "t_address",
|
|
@@ -4639,18 +4639,18 @@
|
|
|
4639
4639
|
"typeString": "address"
|
|
4640
4640
|
}
|
|
4641
4641
|
],
|
|
4642
|
-
"id":
|
|
4642
|
+
"id": 37161,
|
|
4643
4643
|
"name": "ISuperAgreement",
|
|
4644
4644
|
"nodeType": "Identifier",
|
|
4645
4645
|
"overloadedDeclarations": [],
|
|
4646
|
-
"referencedDeclaration":
|
|
4646
|
+
"referencedDeclaration": 19002,
|
|
4647
4647
|
"src": "1449:15:98",
|
|
4648
4648
|
"typeDescriptions": {
|
|
4649
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperAgreement_$
|
|
4649
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperAgreement_$19002_$",
|
|
4650
4650
|
"typeString": "type(contract ISuperAgreement)"
|
|
4651
4651
|
}
|
|
4652
4652
|
},
|
|
4653
|
-
"id":
|
|
4653
|
+
"id": 37163,
|
|
4654
4654
|
"isConstant": false,
|
|
4655
4655
|
"isLValue": false,
|
|
4656
4656
|
"isPure": false,
|
|
@@ -4661,7 +4661,7 @@
|
|
|
4661
4661
|
"src": "1449:20:98",
|
|
4662
4662
|
"tryCall": false,
|
|
4663
4663
|
"typeDescriptions": {
|
|
4664
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
4664
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$19002",
|
|
4665
4665
|
"typeString": "contract ISuperAgreement"
|
|
4666
4666
|
}
|
|
4667
4667
|
},
|
|
@@ -4671,11 +4671,11 @@
|
|
|
4671
4671
|
"expression": {
|
|
4672
4672
|
"arguments": [
|
|
4673
4673
|
{
|
|
4674
|
-
"id":
|
|
4674
|
+
"id": 37167,
|
|
4675
4675
|
"name": "cfa",
|
|
4676
4676
|
"nodeType": "Identifier",
|
|
4677
4677
|
"overloadedDeclarations": [],
|
|
4678
|
-
"referencedDeclaration":
|
|
4678
|
+
"referencedDeclaration": 37114,
|
|
4679
4679
|
"src": "1564:3:98",
|
|
4680
4680
|
"typeDescriptions": {
|
|
4681
4681
|
"typeIdentifier": "t_address",
|
|
@@ -4690,18 +4690,18 @@
|
|
|
4690
4690
|
"typeString": "address"
|
|
4691
4691
|
}
|
|
4692
4692
|
],
|
|
4693
|
-
"id":
|
|
4693
|
+
"id": 37166,
|
|
4694
4694
|
"name": "IConstantFlowAgreementV1",
|
|
4695
4695
|
"nodeType": "Identifier",
|
|
4696
4696
|
"overloadedDeclarations": [],
|
|
4697
|
-
"referencedDeclaration":
|
|
4697
|
+
"referencedDeclaration": 18114,
|
|
4698
4698
|
"src": "1539:24:98",
|
|
4699
4699
|
"typeDescriptions": {
|
|
4700
|
-
"typeIdentifier": "t_type$_t_contract$_IConstantFlowAgreementV1_$
|
|
4700
|
+
"typeIdentifier": "t_type$_t_contract$_IConstantFlowAgreementV1_$18114_$",
|
|
4701
4701
|
"typeString": "type(contract IConstantFlowAgreementV1)"
|
|
4702
4702
|
}
|
|
4703
4703
|
},
|
|
4704
|
-
"id":
|
|
4704
|
+
"id": 37168,
|
|
4705
4705
|
"isConstant": false,
|
|
4706
4706
|
"isLValue": false,
|
|
4707
4707
|
"isPure": false,
|
|
@@ -4712,21 +4712,21 @@
|
|
|
4712
4712
|
"src": "1539:29:98",
|
|
4713
4713
|
"tryCall": false,
|
|
4714
4714
|
"typeDescriptions": {
|
|
4715
|
-
"typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$
|
|
4715
|
+
"typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
|
|
4716
4716
|
"typeString": "contract IConstantFlowAgreementV1"
|
|
4717
4717
|
}
|
|
4718
4718
|
},
|
|
4719
|
-
"id":
|
|
4719
|
+
"id": 37169,
|
|
4720
4720
|
"isConstant": false,
|
|
4721
4721
|
"isLValue": false,
|
|
4722
4722
|
"isPure": false,
|
|
4723
4723
|
"lValueRequested": false,
|
|
4724
4724
|
"memberName": "deleteFlow",
|
|
4725
4725
|
"nodeType": "MemberAccess",
|
|
4726
|
-
"referencedDeclaration":
|
|
4726
|
+
"referencedDeclaration": 18059,
|
|
4727
4727
|
"src": "1539:40:98",
|
|
4728
4728
|
"typeDescriptions": {
|
|
4729
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
4729
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
4730
4730
|
"typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
|
|
4731
4731
|
}
|
|
4732
4732
|
},
|
|
@@ -4735,11 +4735,11 @@
|
|
|
4735
4735
|
{
|
|
4736
4736
|
"arguments": [
|
|
4737
4737
|
{
|
|
4738
|
-
"id":
|
|
4738
|
+
"id": 37171,
|
|
4739
4739
|
"name": "superToken",
|
|
4740
4740
|
"nodeType": "Identifier",
|
|
4741
4741
|
"overloadedDeclarations": [],
|
|
4742
|
-
"referencedDeclaration":
|
|
4742
|
+
"referencedDeclaration": 37116,
|
|
4743
4743
|
"src": "1655:10:98",
|
|
4744
4744
|
"typeDescriptions": {
|
|
4745
4745
|
"typeIdentifier": "t_address",
|
|
@@ -4754,18 +4754,18 @@
|
|
|
4754
4754
|
"typeString": "address"
|
|
4755
4755
|
}
|
|
4756
4756
|
],
|
|
4757
|
-
"id":
|
|
4757
|
+
"id": 37170,
|
|
4758
4758
|
"name": "ISuperToken",
|
|
4759
4759
|
"nodeType": "Identifier",
|
|
4760
4760
|
"overloadedDeclarations": [],
|
|
4761
|
-
"referencedDeclaration":
|
|
4761
|
+
"referencedDeclaration": 19492,
|
|
4762
4762
|
"src": "1643:11:98",
|
|
4763
4763
|
"typeDescriptions": {
|
|
4764
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$
|
|
4764
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
|
|
4765
4765
|
"typeString": "type(contract ISuperToken)"
|
|
4766
4766
|
}
|
|
4767
4767
|
},
|
|
4768
|
-
"id":
|
|
4768
|
+
"id": 37172,
|
|
4769
4769
|
"isConstant": false,
|
|
4770
4770
|
"isLValue": false,
|
|
4771
4771
|
"isPure": false,
|
|
@@ -4776,30 +4776,30 @@
|
|
|
4776
4776
|
"src": "1643:23:98",
|
|
4777
4777
|
"tryCall": false,
|
|
4778
4778
|
"typeDescriptions": {
|
|
4779
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
4779
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
4780
4780
|
"typeString": "contract ISuperToken"
|
|
4781
4781
|
}
|
|
4782
4782
|
},
|
|
4783
4783
|
{
|
|
4784
4784
|
"baseExpression": {
|
|
4785
|
-
"id":
|
|
4785
|
+
"id": 37173,
|
|
4786
4786
|
"name": "senders",
|
|
4787
4787
|
"nodeType": "Identifier",
|
|
4788
4788
|
"overloadedDeclarations": [],
|
|
4789
|
-
"referencedDeclaration":
|
|
4789
|
+
"referencedDeclaration": 37119,
|
|
4790
4790
|
"src": "1700:7:98",
|
|
4791
4791
|
"typeDescriptions": {
|
|
4792
4792
|
"typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
|
|
4793
4793
|
"typeString": "address[] calldata"
|
|
4794
4794
|
}
|
|
4795
4795
|
},
|
|
4796
|
-
"id":
|
|
4796
|
+
"id": 37175,
|
|
4797
4797
|
"indexExpression": {
|
|
4798
|
-
"id":
|
|
4798
|
+
"id": 37174,
|
|
4799
4799
|
"name": "i",
|
|
4800
4800
|
"nodeType": "Identifier",
|
|
4801
4801
|
"overloadedDeclarations": [],
|
|
4802
|
-
"referencedDeclaration":
|
|
4802
|
+
"referencedDeclaration": 37135,
|
|
4803
4803
|
"src": "1708:1:98",
|
|
4804
4804
|
"typeDescriptions": {
|
|
4805
4805
|
"typeIdentifier": "t_uint256",
|
|
@@ -4819,24 +4819,24 @@
|
|
|
4819
4819
|
},
|
|
4820
4820
|
{
|
|
4821
4821
|
"baseExpression": {
|
|
4822
|
-
"id":
|
|
4822
|
+
"id": 37176,
|
|
4823
4823
|
"name": "receivers",
|
|
4824
4824
|
"nodeType": "Identifier",
|
|
4825
4825
|
"overloadedDeclarations": [],
|
|
4826
|
-
"referencedDeclaration":
|
|
4826
|
+
"referencedDeclaration": 37122,
|
|
4827
4827
|
"src": "1744:9:98",
|
|
4828
4828
|
"typeDescriptions": {
|
|
4829
4829
|
"typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
|
|
4830
4830
|
"typeString": "address[] calldata"
|
|
4831
4831
|
}
|
|
4832
4832
|
},
|
|
4833
|
-
"id":
|
|
4833
|
+
"id": 37178,
|
|
4834
4834
|
"indexExpression": {
|
|
4835
|
-
"id":
|
|
4835
|
+
"id": 37177,
|
|
4836
4836
|
"name": "i",
|
|
4837
4837
|
"nodeType": "Identifier",
|
|
4838
4838
|
"overloadedDeclarations": [],
|
|
4839
|
-
"referencedDeclaration":
|
|
4839
|
+
"referencedDeclaration": 37135,
|
|
4840
4840
|
"src": "1754:1:98",
|
|
4841
4841
|
"typeDescriptions": {
|
|
4842
4842
|
"typeIdentifier": "t_uint256",
|
|
@@ -4858,7 +4858,7 @@
|
|
|
4858
4858
|
"arguments": [
|
|
4859
4859
|
{
|
|
4860
4860
|
"hexValue": "30",
|
|
4861
|
-
"id":
|
|
4861
|
+
"id": 37181,
|
|
4862
4862
|
"isConstant": false,
|
|
4863
4863
|
"isLValue": false,
|
|
4864
4864
|
"isPure": true,
|
|
@@ -4880,7 +4880,7 @@
|
|
|
4880
4880
|
"typeString": "int_const 0"
|
|
4881
4881
|
}
|
|
4882
4882
|
],
|
|
4883
|
-
"id":
|
|
4883
|
+
"id": 37180,
|
|
4884
4884
|
"isConstant": false,
|
|
4885
4885
|
"isLValue": false,
|
|
4886
4886
|
"isPure": true,
|
|
@@ -4892,7 +4892,7 @@
|
|
|
4892
4892
|
"typeString": "function (uint256) pure returns (bytes memory)"
|
|
4893
4893
|
},
|
|
4894
4894
|
"typeName": {
|
|
4895
|
-
"id":
|
|
4895
|
+
"id": 37179,
|
|
4896
4896
|
"name": "bytes",
|
|
4897
4897
|
"nodeType": "ElementaryTypeName",
|
|
4898
4898
|
"src": "1794:5:98",
|
|
@@ -4902,7 +4902,7 @@
|
|
|
4902
4902
|
}
|
|
4903
4903
|
}
|
|
4904
4904
|
},
|
|
4905
|
-
"id":
|
|
4905
|
+
"id": 37182,
|
|
4906
4906
|
"isConstant": false,
|
|
4907
4907
|
"isLValue": false,
|
|
4908
4908
|
"isPure": true,
|
|
@@ -4918,7 +4918,7 @@
|
|
|
4918
4918
|
}
|
|
4919
4919
|
}
|
|
4920
4920
|
],
|
|
4921
|
-
"id":
|
|
4921
|
+
"id": 37183,
|
|
4922
4922
|
"isConstant": false,
|
|
4923
4923
|
"isInlineArray": false,
|
|
4924
4924
|
"isLValue": false,
|
|
@@ -4927,7 +4927,7 @@
|
|
|
4927
4927
|
"nodeType": "TupleExpression",
|
|
4928
4928
|
"src": "1609:223:98",
|
|
4929
4929
|
"typeDescriptions": {
|
|
4930
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperToken_$
|
|
4930
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperToken_$19492_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
|
|
4931
4931
|
"typeString": "tuple(contract ISuperToken,address,address,bytes memory)"
|
|
4932
4932
|
}
|
|
4933
4933
|
}
|
|
@@ -4935,16 +4935,16 @@
|
|
|
4935
4935
|
"expression": {
|
|
4936
4936
|
"argumentTypes": [
|
|
4937
4937
|
{
|
|
4938
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
4938
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
4939
4939
|
"typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
|
|
4940
4940
|
},
|
|
4941
4941
|
{
|
|
4942
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperToken_$
|
|
4942
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperToken_$19492_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
|
|
4943
4943
|
"typeString": "tuple(contract ISuperToken,address,address,bytes memory)"
|
|
4944
4944
|
}
|
|
4945
4945
|
],
|
|
4946
4946
|
"expression": {
|
|
4947
|
-
"id":
|
|
4947
|
+
"id": 37164,
|
|
4948
4948
|
"name": "abi",
|
|
4949
4949
|
"nodeType": "Identifier",
|
|
4950
4950
|
"overloadedDeclarations": [],
|
|
@@ -4955,7 +4955,7 @@
|
|
|
4955
4955
|
"typeString": "abi"
|
|
4956
4956
|
}
|
|
4957
4957
|
},
|
|
4958
|
-
"id":
|
|
4958
|
+
"id": 37165,
|
|
4959
4959
|
"isConstant": false,
|
|
4960
4960
|
"isLValue": false,
|
|
4961
4961
|
"isPure": true,
|
|
@@ -4968,7 +4968,7 @@
|
|
|
4968
4968
|
"typeString": "function () pure returns (bytes memory)"
|
|
4969
4969
|
}
|
|
4970
4970
|
},
|
|
4971
|
-
"id":
|
|
4971
|
+
"id": 37184,
|
|
4972
4972
|
"isConstant": false,
|
|
4973
4973
|
"isLValue": false,
|
|
4974
4974
|
"isPure": false,
|
|
@@ -4987,7 +4987,7 @@
|
|
|
4987
4987
|
"arguments": [
|
|
4988
4988
|
{
|
|
4989
4989
|
"hexValue": "30",
|
|
4990
|
-
"id":
|
|
4990
|
+
"id": 37187,
|
|
4991
4991
|
"isConstant": false,
|
|
4992
4992
|
"isLValue": false,
|
|
4993
4993
|
"isPure": true,
|
|
@@ -5009,7 +5009,7 @@
|
|
|
5009
5009
|
"typeString": "int_const 0"
|
|
5010
5010
|
}
|
|
5011
5011
|
],
|
|
5012
|
-
"id":
|
|
5012
|
+
"id": 37186,
|
|
5013
5013
|
"isConstant": false,
|
|
5014
5014
|
"isLValue": false,
|
|
5015
5015
|
"isPure": true,
|
|
@@ -5021,7 +5021,7 @@
|
|
|
5021
5021
|
"typeString": "function (uint256) pure returns (bytes memory)"
|
|
5022
5022
|
},
|
|
5023
5023
|
"typeName": {
|
|
5024
|
-
"id":
|
|
5024
|
+
"id": 37185,
|
|
5025
5025
|
"name": "bytes",
|
|
5026
5026
|
"nodeType": "ElementaryTypeName",
|
|
5027
5027
|
"src": "1888:5:98",
|
|
@@ -5031,7 +5031,7 @@
|
|
|
5031
5031
|
}
|
|
5032
5032
|
}
|
|
5033
5033
|
},
|
|
5034
|
-
"id":
|
|
5034
|
+
"id": 37188,
|
|
5035
5035
|
"isConstant": false,
|
|
5036
5036
|
"isLValue": false,
|
|
5037
5037
|
"isPure": true,
|
|
@@ -5047,7 +5047,7 @@
|
|
|
5047
5047
|
}
|
|
5048
5048
|
}
|
|
5049
5049
|
],
|
|
5050
|
-
"id":
|
|
5050
|
+
"id": 37189,
|
|
5051
5051
|
"isConstant": false,
|
|
5052
5052
|
"isInlineArray": false,
|
|
5053
5053
|
"isLValue": false,
|
|
@@ -5056,7 +5056,7 @@
|
|
|
5056
5056
|
"nodeType": "TupleExpression",
|
|
5057
5057
|
"src": "1423:495:98",
|
|
5058
5058
|
"typeDescriptions": {
|
|
5059
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperAgreement_$
|
|
5059
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
5060
5060
|
"typeString": "tuple(contract ISuperAgreement,bytes memory,bytes memory)"
|
|
5061
5061
|
}
|
|
5062
5062
|
}
|
|
@@ -5064,16 +5064,16 @@
|
|
|
5064
5064
|
"expression": {
|
|
5065
5065
|
"argumentTypes": [
|
|
5066
5066
|
{
|
|
5067
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
5067
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
5068
5068
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
5069
5069
|
},
|
|
5070
5070
|
{
|
|
5071
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperAgreement_$
|
|
5071
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
5072
5072
|
"typeString": "tuple(contract ISuperAgreement,bytes memory,bytes memory)"
|
|
5073
5073
|
}
|
|
5074
5074
|
],
|
|
5075
5075
|
"expression": {
|
|
5076
|
-
"id":
|
|
5076
|
+
"id": 37155,
|
|
5077
5077
|
"name": "abi",
|
|
5078
5078
|
"nodeType": "Identifier",
|
|
5079
5079
|
"overloadedDeclarations": [],
|
|
@@ -5084,7 +5084,7 @@
|
|
|
5084
5084
|
"typeString": "abi"
|
|
5085
5085
|
}
|
|
5086
5086
|
},
|
|
5087
|
-
"id":
|
|
5087
|
+
"id": 37156,
|
|
5088
5088
|
"isConstant": false,
|
|
5089
5089
|
"isLValue": false,
|
|
5090
5090
|
"isPure": true,
|
|
@@ -5097,7 +5097,7 @@
|
|
|
5097
5097
|
"typeString": "function () pure returns (bytes memory)"
|
|
5098
5098
|
}
|
|
5099
5099
|
},
|
|
5100
|
-
"id":
|
|
5100
|
+
"id": 37190,
|
|
5101
5101
|
"isConstant": false,
|
|
5102
5102
|
"isLValue": false,
|
|
5103
5103
|
"isPure": false,
|
|
@@ -5123,11 +5123,11 @@
|
|
|
5123
5123
|
"expression": {
|
|
5124
5124
|
"arguments": [
|
|
5125
5125
|
{
|
|
5126
|
-
"id":
|
|
5126
|
+
"id": 37152,
|
|
5127
5127
|
"name": "host",
|
|
5128
5128
|
"nodeType": "Identifier",
|
|
5129
5129
|
"overloadedDeclarations": [],
|
|
5130
|
-
"referencedDeclaration":
|
|
5130
|
+
"referencedDeclaration": 37112,
|
|
5131
5131
|
"src": "1306:4:98",
|
|
5132
5132
|
"typeDescriptions": {
|
|
5133
5133
|
"typeIdentifier": "t_address",
|
|
@@ -5142,7 +5142,7 @@
|
|
|
5142
5142
|
"typeString": "address"
|
|
5143
5143
|
}
|
|
5144
5144
|
],
|
|
5145
|
-
"id":
|
|
5145
|
+
"id": 37151,
|
|
5146
5146
|
"isConstant": false,
|
|
5147
5147
|
"isLValue": false,
|
|
5148
5148
|
"isPure": true,
|
|
@@ -5154,14 +5154,14 @@
|
|
|
5154
5154
|
"typeString": "type(address)"
|
|
5155
5155
|
},
|
|
5156
5156
|
"typeName": {
|
|
5157
|
-
"id":
|
|
5157
|
+
"id": 37150,
|
|
5158
5158
|
"name": "address",
|
|
5159
5159
|
"nodeType": "ElementaryTypeName",
|
|
5160
5160
|
"src": "1298:7:98",
|
|
5161
5161
|
"typeDescriptions": {}
|
|
5162
5162
|
}
|
|
5163
5163
|
},
|
|
5164
|
-
"id":
|
|
5164
|
+
"id": 37153,
|
|
5165
5165
|
"isConstant": false,
|
|
5166
5166
|
"isLValue": false,
|
|
5167
5167
|
"isPure": false,
|
|
@@ -5176,7 +5176,7 @@
|
|
|
5176
5176
|
"typeString": "address"
|
|
5177
5177
|
}
|
|
5178
5178
|
},
|
|
5179
|
-
"id":
|
|
5179
|
+
"id": 37154,
|
|
5180
5180
|
"isConstant": false,
|
|
5181
5181
|
"isLValue": false,
|
|
5182
5182
|
"isPure": false,
|
|
@@ -5189,7 +5189,7 @@
|
|
|
5189
5189
|
"typeString": "function (bytes memory) payable returns (bool,bytes memory)"
|
|
5190
5190
|
}
|
|
5191
5191
|
},
|
|
5192
|
-
"id":
|
|
5192
|
+
"id": 37191,
|
|
5193
5193
|
"isConstant": false,
|
|
5194
5194
|
"isLValue": false,
|
|
5195
5195
|
"isPure": false,
|
|
@@ -5210,7 +5210,7 @@
|
|
|
5210
5210
|
"typeString": "tuple()"
|
|
5211
5211
|
}
|
|
5212
5212
|
},
|
|
5213
|
-
"id":
|
|
5213
|
+
"id": 37193,
|
|
5214
5214
|
"nodeType": "ExpressionStatement",
|
|
5215
5215
|
"src": "1284:666:98"
|
|
5216
5216
|
}
|
|
@@ -5221,17 +5221,17 @@
|
|
|
5221
5221
|
"typeIdentifier": "t_uint256",
|
|
5222
5222
|
"typeString": "uint256"
|
|
5223
5223
|
},
|
|
5224
|
-
"id":
|
|
5224
|
+
"id": 37141,
|
|
5225
5225
|
"isConstant": false,
|
|
5226
5226
|
"isLValue": false,
|
|
5227
5227
|
"isPure": false,
|
|
5228
5228
|
"lValueRequested": false,
|
|
5229
5229
|
"leftExpression": {
|
|
5230
|
-
"id":
|
|
5230
|
+
"id": 37138,
|
|
5231
5231
|
"name": "i",
|
|
5232
5232
|
"nodeType": "Identifier",
|
|
5233
5233
|
"overloadedDeclarations": [],
|
|
5234
|
-
"referencedDeclaration":
|
|
5234
|
+
"referencedDeclaration": 37135,
|
|
5235
5235
|
"src": "1019:1:98",
|
|
5236
5236
|
"typeDescriptions": {
|
|
5237
5237
|
"typeIdentifier": "t_uint256",
|
|
@@ -5242,18 +5242,18 @@
|
|
|
5242
5242
|
"operator": "<",
|
|
5243
5243
|
"rightExpression": {
|
|
5244
5244
|
"expression": {
|
|
5245
|
-
"id":
|
|
5245
|
+
"id": 37139,
|
|
5246
5246
|
"name": "senders",
|
|
5247
5247
|
"nodeType": "Identifier",
|
|
5248
5248
|
"overloadedDeclarations": [],
|
|
5249
|
-
"referencedDeclaration":
|
|
5249
|
+
"referencedDeclaration": 37119,
|
|
5250
5250
|
"src": "1023:7:98",
|
|
5251
5251
|
"typeDescriptions": {
|
|
5252
5252
|
"typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
|
|
5253
5253
|
"typeString": "address[] calldata"
|
|
5254
5254
|
}
|
|
5255
5255
|
},
|
|
5256
|
-
"id":
|
|
5256
|
+
"id": 37140,
|
|
5257
5257
|
"isConstant": false,
|
|
5258
5258
|
"isLValue": false,
|
|
5259
5259
|
"isPure": false,
|
|
@@ -5272,20 +5272,20 @@
|
|
|
5272
5272
|
"typeString": "bool"
|
|
5273
5273
|
}
|
|
5274
5274
|
},
|
|
5275
|
-
"id":
|
|
5275
|
+
"id": 37195,
|
|
5276
5276
|
"initializationExpression": {
|
|
5277
5277
|
"assignments": [
|
|
5278
|
-
|
|
5278
|
+
37135
|
|
5279
5279
|
],
|
|
5280
5280
|
"declarations": [
|
|
5281
5281
|
{
|
|
5282
5282
|
"constant": false,
|
|
5283
|
-
"id":
|
|
5283
|
+
"id": 37135,
|
|
5284
5284
|
"mutability": "mutable",
|
|
5285
5285
|
"name": "i",
|
|
5286
5286
|
"nameLocation": "1012:1:98",
|
|
5287
5287
|
"nodeType": "VariableDeclaration",
|
|
5288
|
-
"scope":
|
|
5288
|
+
"scope": 37195,
|
|
5289
5289
|
"src": "1007:6:98",
|
|
5290
5290
|
"stateVariable": false,
|
|
5291
5291
|
"storageLocation": "default",
|
|
@@ -5294,7 +5294,7 @@
|
|
|
5294
5294
|
"typeString": "uint256"
|
|
5295
5295
|
},
|
|
5296
5296
|
"typeName": {
|
|
5297
|
-
"id":
|
|
5297
|
+
"id": 37134,
|
|
5298
5298
|
"name": "uint",
|
|
5299
5299
|
"nodeType": "ElementaryTypeName",
|
|
5300
5300
|
"src": "1007:4:98",
|
|
@@ -5306,10 +5306,10 @@
|
|
|
5306
5306
|
"visibility": "internal"
|
|
5307
5307
|
}
|
|
5308
5308
|
],
|
|
5309
|
-
"id":
|
|
5309
|
+
"id": 37137,
|
|
5310
5310
|
"initialValue": {
|
|
5311
5311
|
"hexValue": "30",
|
|
5312
|
-
"id":
|
|
5312
|
+
"id": 37136,
|
|
5313
5313
|
"isConstant": false,
|
|
5314
5314
|
"isLValue": false,
|
|
5315
5315
|
"isPure": true,
|
|
@@ -5328,7 +5328,7 @@
|
|
|
5328
5328
|
},
|
|
5329
5329
|
"loopExpression": {
|
|
5330
5330
|
"expression": {
|
|
5331
|
-
"id":
|
|
5331
|
+
"id": 37143,
|
|
5332
5332
|
"isConstant": false,
|
|
5333
5333
|
"isLValue": false,
|
|
5334
5334
|
"isPure": false,
|
|
@@ -5338,11 +5338,11 @@
|
|
|
5338
5338
|
"prefix": true,
|
|
5339
5339
|
"src": "1039:3:98",
|
|
5340
5340
|
"subExpression": {
|
|
5341
|
-
"id":
|
|
5341
|
+
"id": 37142,
|
|
5342
5342
|
"name": "i",
|
|
5343
5343
|
"nodeType": "Identifier",
|
|
5344
5344
|
"overloadedDeclarations": [],
|
|
5345
|
-
"referencedDeclaration":
|
|
5345
|
+
"referencedDeclaration": 37135,
|
|
5346
5346
|
"src": "1041:1:98",
|
|
5347
5347
|
"typeDescriptions": {
|
|
5348
5348
|
"typeIdentifier": "t_uint256",
|
|
@@ -5354,7 +5354,7 @@
|
|
|
5354
5354
|
"typeString": "uint256"
|
|
5355
5355
|
}
|
|
5356
5356
|
},
|
|
5357
|
-
"id":
|
|
5357
|
+
"id": 37144,
|
|
5358
5358
|
"nodeType": "ExpressionStatement",
|
|
5359
5359
|
"src": "1039:3:98"
|
|
5360
5360
|
},
|
|
@@ -5362,23 +5362,23 @@
|
|
|
5362
5362
|
"src": "1002:959:98"
|
|
5363
5363
|
},
|
|
5364
5364
|
{
|
|
5365
|
-
"id":
|
|
5365
|
+
"id": 37226,
|
|
5366
5366
|
"nodeType": "Block",
|
|
5367
5367
|
"src": "2137:213:98",
|
|
5368
5368
|
"statements": [
|
|
5369
5369
|
{
|
|
5370
5370
|
"assignments": [
|
|
5371
|
-
|
|
5371
|
+
37197
|
|
5372
5372
|
],
|
|
5373
5373
|
"declarations": [
|
|
5374
5374
|
{
|
|
5375
5375
|
"constant": false,
|
|
5376
|
-
"id":
|
|
5376
|
+
"id": 37197,
|
|
5377
5377
|
"mutability": "mutable",
|
|
5378
5378
|
"name": "balance",
|
|
5379
5379
|
"nameLocation": "2159:7:98",
|
|
5380
5380
|
"nodeType": "VariableDeclaration",
|
|
5381
|
-
"scope":
|
|
5381
|
+
"scope": 37226,
|
|
5382
5382
|
"src": "2151:15:98",
|
|
5383
5383
|
"stateVariable": false,
|
|
5384
5384
|
"storageLocation": "default",
|
|
@@ -5387,7 +5387,7 @@
|
|
|
5387
5387
|
"typeString": "uint256"
|
|
5388
5388
|
},
|
|
5389
5389
|
"typeName": {
|
|
5390
|
-
"id":
|
|
5390
|
+
"id": 37196,
|
|
5391
5391
|
"name": "uint256",
|
|
5392
5392
|
"nodeType": "ElementaryTypeName",
|
|
5393
5393
|
"src": "2151:7:98",
|
|
@@ -5399,20 +5399,20 @@
|
|
|
5399
5399
|
"visibility": "internal"
|
|
5400
5400
|
}
|
|
5401
5401
|
],
|
|
5402
|
-
"id":
|
|
5402
|
+
"id": 37207,
|
|
5403
5403
|
"initialValue": {
|
|
5404
5404
|
"arguments": [
|
|
5405
5405
|
{
|
|
5406
5406
|
"arguments": [
|
|
5407
5407
|
{
|
|
5408
|
-
"id":
|
|
5408
|
+
"id": 37204,
|
|
5409
5409
|
"name": "this",
|
|
5410
5410
|
"nodeType": "Identifier",
|
|
5411
5411
|
"overloadedDeclarations": [],
|
|
5412
5412
|
"referencedDeclaration": 4294967268,
|
|
5413
5413
|
"src": "2205:4:98",
|
|
5414
5414
|
"typeDescriptions": {
|
|
5415
|
-
"typeIdentifier": "t_contract$_BatchLiquidator_$
|
|
5415
|
+
"typeIdentifier": "t_contract$_BatchLiquidator_$37229",
|
|
5416
5416
|
"typeString": "contract BatchLiquidator"
|
|
5417
5417
|
}
|
|
5418
5418
|
}
|
|
@@ -5420,11 +5420,11 @@
|
|
|
5420
5420
|
"expression": {
|
|
5421
5421
|
"argumentTypes": [
|
|
5422
5422
|
{
|
|
5423
|
-
"typeIdentifier": "t_contract$_BatchLiquidator_$
|
|
5423
|
+
"typeIdentifier": "t_contract$_BatchLiquidator_$37229",
|
|
5424
5424
|
"typeString": "contract BatchLiquidator"
|
|
5425
5425
|
}
|
|
5426
5426
|
],
|
|
5427
|
-
"id":
|
|
5427
|
+
"id": 37203,
|
|
5428
5428
|
"isConstant": false,
|
|
5429
5429
|
"isLValue": false,
|
|
5430
5430
|
"isPure": true,
|
|
@@ -5436,14 +5436,14 @@
|
|
|
5436
5436
|
"typeString": "type(address)"
|
|
5437
5437
|
},
|
|
5438
5438
|
"typeName": {
|
|
5439
|
-
"id":
|
|
5439
|
+
"id": 37202,
|
|
5440
5440
|
"name": "address",
|
|
5441
5441
|
"nodeType": "ElementaryTypeName",
|
|
5442
5442
|
"src": "2197:7:98",
|
|
5443
5443
|
"typeDescriptions": {}
|
|
5444
5444
|
}
|
|
5445
5445
|
},
|
|
5446
|
-
"id":
|
|
5446
|
+
"id": 37205,
|
|
5447
5447
|
"isConstant": false,
|
|
5448
5448
|
"isLValue": false,
|
|
5449
5449
|
"isPure": false,
|
|
@@ -5469,11 +5469,11 @@
|
|
|
5469
5469
|
"expression": {
|
|
5470
5470
|
"arguments": [
|
|
5471
5471
|
{
|
|
5472
|
-
"id":
|
|
5472
|
+
"id": 37199,
|
|
5473
5473
|
"name": "superToken",
|
|
5474
5474
|
"nodeType": "Identifier",
|
|
5475
5475
|
"overloadedDeclarations": [],
|
|
5476
|
-
"referencedDeclaration":
|
|
5476
|
+
"referencedDeclaration": 37116,
|
|
5477
5477
|
"src": "2175:10:98",
|
|
5478
5478
|
"typeDescriptions": {
|
|
5479
5479
|
"typeIdentifier": "t_address",
|
|
@@ -5488,7 +5488,7 @@
|
|
|
5488
5488
|
"typeString": "address"
|
|
5489
5489
|
}
|
|
5490
5490
|
],
|
|
5491
|
-
"id":
|
|
5491
|
+
"id": 37198,
|
|
5492
5492
|
"name": "ERC20",
|
|
5493
5493
|
"nodeType": "Identifier",
|
|
5494
5494
|
"overloadedDeclarations": [],
|
|
@@ -5499,7 +5499,7 @@
|
|
|
5499
5499
|
"typeString": "type(contract ERC20)"
|
|
5500
5500
|
}
|
|
5501
5501
|
},
|
|
5502
|
-
"id":
|
|
5502
|
+
"id": 37200,
|
|
5503
5503
|
"isConstant": false,
|
|
5504
5504
|
"isLValue": false,
|
|
5505
5505
|
"isPure": false,
|
|
@@ -5514,7 +5514,7 @@
|
|
|
5514
5514
|
"typeString": "contract ERC20"
|
|
5515
5515
|
}
|
|
5516
5516
|
},
|
|
5517
|
-
"id":
|
|
5517
|
+
"id": 37201,
|
|
5518
5518
|
"isConstant": false,
|
|
5519
5519
|
"isLValue": false,
|
|
5520
5520
|
"isPure": false,
|
|
@@ -5528,7 +5528,7 @@
|
|
|
5528
5528
|
"typeString": "function (address) view external returns (uint256)"
|
|
5529
5529
|
}
|
|
5530
5530
|
},
|
|
5531
|
-
"id":
|
|
5531
|
+
"id": 37206,
|
|
5532
5532
|
"isConstant": false,
|
|
5533
5533
|
"isLValue": false,
|
|
5534
5534
|
"isPure": false,
|
|
@@ -5552,17 +5552,17 @@
|
|
|
5552
5552
|
"typeIdentifier": "t_uint256",
|
|
5553
5553
|
"typeString": "uint256"
|
|
5554
5554
|
},
|
|
5555
|
-
"id":
|
|
5555
|
+
"id": 37210,
|
|
5556
5556
|
"isConstant": false,
|
|
5557
5557
|
"isLValue": false,
|
|
5558
5558
|
"isPure": false,
|
|
5559
5559
|
"lValueRequested": false,
|
|
5560
5560
|
"leftExpression": {
|
|
5561
|
-
"id":
|
|
5561
|
+
"id": 37208,
|
|
5562
5562
|
"name": "balance",
|
|
5563
5563
|
"nodeType": "Identifier",
|
|
5564
5564
|
"overloadedDeclarations": [],
|
|
5565
|
-
"referencedDeclaration":
|
|
5565
|
+
"referencedDeclaration": 37197,
|
|
5566
5566
|
"src": "2228:7:98",
|
|
5567
5567
|
"typeDescriptions": {
|
|
5568
5568
|
"typeIdentifier": "t_uint256",
|
|
@@ -5573,7 +5573,7 @@
|
|
|
5573
5573
|
"operator": ">",
|
|
5574
5574
|
"rightExpression": {
|
|
5575
5575
|
"hexValue": "30",
|
|
5576
|
-
"id":
|
|
5576
|
+
"id": 37209,
|
|
5577
5577
|
"isConstant": false,
|
|
5578
5578
|
"isLValue": false,
|
|
5579
5579
|
"isPure": true,
|
|
@@ -5593,11 +5593,11 @@
|
|
|
5593
5593
|
"typeString": "bool"
|
|
5594
5594
|
}
|
|
5595
5595
|
},
|
|
5596
|
-
"id":
|
|
5596
|
+
"id": 37225,
|
|
5597
5597
|
"nodeType": "IfStatement",
|
|
5598
5598
|
"src": "2225:115:98",
|
|
5599
5599
|
"trueBody": {
|
|
5600
|
-
"id":
|
|
5600
|
+
"id": 37224,
|
|
5601
5601
|
"nodeType": "Block",
|
|
5602
5602
|
"src": "2241:99:98",
|
|
5603
5603
|
"statements": [
|
|
@@ -5607,14 +5607,14 @@
|
|
|
5607
5607
|
{
|
|
5608
5608
|
"arguments": [
|
|
5609
5609
|
{
|
|
5610
|
-
"id":
|
|
5610
|
+
"id": 37217,
|
|
5611
5611
|
"name": "this",
|
|
5612
5612
|
"nodeType": "Identifier",
|
|
5613
5613
|
"overloadedDeclarations": [],
|
|
5614
5614
|
"referencedDeclaration": 4294967268,
|
|
5615
5615
|
"src": "2298:4:98",
|
|
5616
5616
|
"typeDescriptions": {
|
|
5617
|
-
"typeIdentifier": "t_contract$_BatchLiquidator_$
|
|
5617
|
+
"typeIdentifier": "t_contract$_BatchLiquidator_$37229",
|
|
5618
5618
|
"typeString": "contract BatchLiquidator"
|
|
5619
5619
|
}
|
|
5620
5620
|
}
|
|
@@ -5622,11 +5622,11 @@
|
|
|
5622
5622
|
"expression": {
|
|
5623
5623
|
"argumentTypes": [
|
|
5624
5624
|
{
|
|
5625
|
-
"typeIdentifier": "t_contract$_BatchLiquidator_$
|
|
5625
|
+
"typeIdentifier": "t_contract$_BatchLiquidator_$37229",
|
|
5626
5626
|
"typeString": "contract BatchLiquidator"
|
|
5627
5627
|
}
|
|
5628
5628
|
],
|
|
5629
|
-
"id":
|
|
5629
|
+
"id": 37216,
|
|
5630
5630
|
"isConstant": false,
|
|
5631
5631
|
"isLValue": false,
|
|
5632
5632
|
"isPure": true,
|
|
@@ -5638,14 +5638,14 @@
|
|
|
5638
5638
|
"typeString": "type(address)"
|
|
5639
5639
|
},
|
|
5640
5640
|
"typeName": {
|
|
5641
|
-
"id":
|
|
5641
|
+
"id": 37215,
|
|
5642
5642
|
"name": "address",
|
|
5643
5643
|
"nodeType": "ElementaryTypeName",
|
|
5644
5644
|
"src": "2290:7:98",
|
|
5645
5645
|
"typeDescriptions": {}
|
|
5646
5646
|
}
|
|
5647
5647
|
},
|
|
5648
|
-
"id":
|
|
5648
|
+
"id": 37218,
|
|
5649
5649
|
"isConstant": false,
|
|
5650
5650
|
"isLValue": false,
|
|
5651
5651
|
"isPure": false,
|
|
@@ -5662,7 +5662,7 @@
|
|
|
5662
5662
|
},
|
|
5663
5663
|
{
|
|
5664
5664
|
"expression": {
|
|
5665
|
-
"id":
|
|
5665
|
+
"id": 37219,
|
|
5666
5666
|
"name": "msg",
|
|
5667
5667
|
"nodeType": "Identifier",
|
|
5668
5668
|
"overloadedDeclarations": [],
|
|
@@ -5673,7 +5673,7 @@
|
|
|
5673
5673
|
"typeString": "msg"
|
|
5674
5674
|
}
|
|
5675
5675
|
},
|
|
5676
|
-
"id":
|
|
5676
|
+
"id": 37220,
|
|
5677
5677
|
"isConstant": false,
|
|
5678
5678
|
"isLValue": false,
|
|
5679
5679
|
"isPure": false,
|
|
@@ -5687,11 +5687,11 @@
|
|
|
5687
5687
|
}
|
|
5688
5688
|
},
|
|
5689
5689
|
{
|
|
5690
|
-
"id":
|
|
5690
|
+
"id": 37221,
|
|
5691
5691
|
"name": "balance",
|
|
5692
5692
|
"nodeType": "Identifier",
|
|
5693
5693
|
"overloadedDeclarations": [],
|
|
5694
|
-
"referencedDeclaration":
|
|
5694
|
+
"referencedDeclaration": 37197,
|
|
5695
5695
|
"src": "2317:7:98",
|
|
5696
5696
|
"typeDescriptions": {
|
|
5697
5697
|
"typeIdentifier": "t_uint256",
|
|
@@ -5717,11 +5717,11 @@
|
|
|
5717
5717
|
"expression": {
|
|
5718
5718
|
"arguments": [
|
|
5719
5719
|
{
|
|
5720
|
-
"id":
|
|
5720
|
+
"id": 37212,
|
|
5721
5721
|
"name": "superToken",
|
|
5722
5722
|
"nodeType": "Identifier",
|
|
5723
5723
|
"overloadedDeclarations": [],
|
|
5724
|
-
"referencedDeclaration":
|
|
5724
|
+
"referencedDeclaration": 37116,
|
|
5725
5725
|
"src": "2265:10:98",
|
|
5726
5726
|
"typeDescriptions": {
|
|
5727
5727
|
"typeIdentifier": "t_address",
|
|
@@ -5736,7 +5736,7 @@
|
|
|
5736
5736
|
"typeString": "address"
|
|
5737
5737
|
}
|
|
5738
5738
|
],
|
|
5739
|
-
"id":
|
|
5739
|
+
"id": 37211,
|
|
5740
5740
|
"name": "ERC20",
|
|
5741
5741
|
"nodeType": "Identifier",
|
|
5742
5742
|
"overloadedDeclarations": [],
|
|
@@ -5747,7 +5747,7 @@
|
|
|
5747
5747
|
"typeString": "type(contract ERC20)"
|
|
5748
5748
|
}
|
|
5749
5749
|
},
|
|
5750
|
-
"id":
|
|
5750
|
+
"id": 37213,
|
|
5751
5751
|
"isConstant": false,
|
|
5752
5752
|
"isLValue": false,
|
|
5753
5753
|
"isPure": false,
|
|
@@ -5762,7 +5762,7 @@
|
|
|
5762
5762
|
"typeString": "contract ERC20"
|
|
5763
5763
|
}
|
|
5764
5764
|
},
|
|
5765
|
-
"id":
|
|
5765
|
+
"id": 37214,
|
|
5766
5766
|
"isConstant": false,
|
|
5767
5767
|
"isLValue": false,
|
|
5768
5768
|
"isPure": false,
|
|
@@ -5776,7 +5776,7 @@
|
|
|
5776
5776
|
"typeString": "function (address,address,uint256) external returns (bool)"
|
|
5777
5777
|
}
|
|
5778
5778
|
},
|
|
5779
|
-
"id":
|
|
5779
|
+
"id": 37222,
|
|
5780
5780
|
"isConstant": false,
|
|
5781
5781
|
"isLValue": false,
|
|
5782
5782
|
"isPure": false,
|
|
@@ -5791,7 +5791,7 @@
|
|
|
5791
5791
|
"typeString": "bool"
|
|
5792
5792
|
}
|
|
5793
5793
|
},
|
|
5794
|
-
"id":
|
|
5794
|
+
"id": 37223,
|
|
5795
5795
|
"nodeType": "ExpressionStatement",
|
|
5796
5796
|
"src": "2259:66:98"
|
|
5797
5797
|
}
|
|
@@ -5803,13 +5803,13 @@
|
|
|
5803
5803
|
]
|
|
5804
5804
|
},
|
|
5805
5805
|
"documentation": {
|
|
5806
|
-
"id":
|
|
5806
|
+
"id": 37110,
|
|
5807
5807
|
"nodeType": "StructuredDocumentation",
|
|
5808
5808
|
"src": "430:304:98",
|
|
5809
5809
|
"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."
|
|
5810
5810
|
},
|
|
5811
5811
|
"functionSelector": "feb6bb69",
|
|
5812
|
-
"id":
|
|
5812
|
+
"id": 37228,
|
|
5813
5813
|
"implemented": true,
|
|
5814
5814
|
"kind": "function",
|
|
5815
5815
|
"modifiers": [],
|
|
@@ -5817,17 +5817,17 @@
|
|
|
5817
5817
|
"nameLocation": "748:11:98",
|
|
5818
5818
|
"nodeType": "FunctionDefinition",
|
|
5819
5819
|
"parameters": {
|
|
5820
|
-
"id":
|
|
5820
|
+
"id": 37123,
|
|
5821
5821
|
"nodeType": "ParameterList",
|
|
5822
5822
|
"parameters": [
|
|
5823
5823
|
{
|
|
5824
5824
|
"constant": false,
|
|
5825
|
-
"id":
|
|
5825
|
+
"id": 37112,
|
|
5826
5826
|
"mutability": "mutable",
|
|
5827
5827
|
"name": "host",
|
|
5828
5828
|
"nameLocation": "777:4:98",
|
|
5829
5829
|
"nodeType": "VariableDeclaration",
|
|
5830
|
-
"scope":
|
|
5830
|
+
"scope": 37228,
|
|
5831
5831
|
"src": "769:12:98",
|
|
5832
5832
|
"stateVariable": false,
|
|
5833
5833
|
"storageLocation": "default",
|
|
@@ -5836,7 +5836,7 @@
|
|
|
5836
5836
|
"typeString": "address"
|
|
5837
5837
|
},
|
|
5838
5838
|
"typeName": {
|
|
5839
|
-
"id":
|
|
5839
|
+
"id": 37111,
|
|
5840
5840
|
"name": "address",
|
|
5841
5841
|
"nodeType": "ElementaryTypeName",
|
|
5842
5842
|
"src": "769:7:98",
|
|
@@ -5850,12 +5850,12 @@
|
|
|
5850
5850
|
},
|
|
5851
5851
|
{
|
|
5852
5852
|
"constant": false,
|
|
5853
|
-
"id":
|
|
5853
|
+
"id": 37114,
|
|
5854
5854
|
"mutability": "mutable",
|
|
5855
5855
|
"name": "cfa",
|
|
5856
5856
|
"nameLocation": "799:3:98",
|
|
5857
5857
|
"nodeType": "VariableDeclaration",
|
|
5858
|
-
"scope":
|
|
5858
|
+
"scope": 37228,
|
|
5859
5859
|
"src": "791:11:98",
|
|
5860
5860
|
"stateVariable": false,
|
|
5861
5861
|
"storageLocation": "default",
|
|
@@ -5864,7 +5864,7 @@
|
|
|
5864
5864
|
"typeString": "address"
|
|
5865
5865
|
},
|
|
5866
5866
|
"typeName": {
|
|
5867
|
-
"id":
|
|
5867
|
+
"id": 37113,
|
|
5868
5868
|
"name": "address",
|
|
5869
5869
|
"nodeType": "ElementaryTypeName",
|
|
5870
5870
|
"src": "791:7:98",
|
|
@@ -5878,12 +5878,12 @@
|
|
|
5878
5878
|
},
|
|
5879
5879
|
{
|
|
5880
5880
|
"constant": false,
|
|
5881
|
-
"id":
|
|
5881
|
+
"id": 37116,
|
|
5882
5882
|
"mutability": "mutable",
|
|
5883
5883
|
"name": "superToken",
|
|
5884
5884
|
"nameLocation": "820:10:98",
|
|
5885
5885
|
"nodeType": "VariableDeclaration",
|
|
5886
|
-
"scope":
|
|
5886
|
+
"scope": 37228,
|
|
5887
5887
|
"src": "812:18:98",
|
|
5888
5888
|
"stateVariable": false,
|
|
5889
5889
|
"storageLocation": "default",
|
|
@@ -5892,7 +5892,7 @@
|
|
|
5892
5892
|
"typeString": "address"
|
|
5893
5893
|
},
|
|
5894
5894
|
"typeName": {
|
|
5895
|
-
"id":
|
|
5895
|
+
"id": 37115,
|
|
5896
5896
|
"name": "address",
|
|
5897
5897
|
"nodeType": "ElementaryTypeName",
|
|
5898
5898
|
"src": "812:7:98",
|
|
@@ -5906,12 +5906,12 @@
|
|
|
5906
5906
|
},
|
|
5907
5907
|
{
|
|
5908
5908
|
"constant": false,
|
|
5909
|
-
"id":
|
|
5909
|
+
"id": 37119,
|
|
5910
5910
|
"mutability": "mutable",
|
|
5911
5911
|
"name": "senders",
|
|
5912
5912
|
"nameLocation": "859:7:98",
|
|
5913
5913
|
"nodeType": "VariableDeclaration",
|
|
5914
|
-
"scope":
|
|
5914
|
+
"scope": 37228,
|
|
5915
5915
|
"src": "840:26:98",
|
|
5916
5916
|
"stateVariable": false,
|
|
5917
5917
|
"storageLocation": "calldata",
|
|
@@ -5921,7 +5921,7 @@
|
|
|
5921
5921
|
},
|
|
5922
5922
|
"typeName": {
|
|
5923
5923
|
"baseType": {
|
|
5924
|
-
"id":
|
|
5924
|
+
"id": 37117,
|
|
5925
5925
|
"name": "address",
|
|
5926
5926
|
"nodeType": "ElementaryTypeName",
|
|
5927
5927
|
"src": "840:7:98",
|
|
@@ -5931,7 +5931,7 @@
|
|
|
5931
5931
|
"typeString": "address"
|
|
5932
5932
|
}
|
|
5933
5933
|
},
|
|
5934
|
-
"id":
|
|
5934
|
+
"id": 37118,
|
|
5935
5935
|
"nodeType": "ArrayTypeName",
|
|
5936
5936
|
"src": "840:9:98",
|
|
5937
5937
|
"typeDescriptions": {
|
|
@@ -5943,12 +5943,12 @@
|
|
|
5943
5943
|
},
|
|
5944
5944
|
{
|
|
5945
5945
|
"constant": false,
|
|
5946
|
-
"id":
|
|
5946
|
+
"id": 37122,
|
|
5947
5947
|
"mutability": "mutable",
|
|
5948
5948
|
"name": "receivers",
|
|
5949
5949
|
"nameLocation": "887:9:98",
|
|
5950
5950
|
"nodeType": "VariableDeclaration",
|
|
5951
|
-
"scope":
|
|
5951
|
+
"scope": 37228,
|
|
5952
5952
|
"src": "868:28:98",
|
|
5953
5953
|
"stateVariable": false,
|
|
5954
5954
|
"storageLocation": "calldata",
|
|
@@ -5958,7 +5958,7 @@
|
|
|
5958
5958
|
},
|
|
5959
5959
|
"typeName": {
|
|
5960
5960
|
"baseType": {
|
|
5961
|
-
"id":
|
|
5961
|
+
"id": 37120,
|
|
5962
5962
|
"name": "address",
|
|
5963
5963
|
"nodeType": "ElementaryTypeName",
|
|
5964
5964
|
"src": "868:7:98",
|
|
@@ -5968,7 +5968,7 @@
|
|
|
5968
5968
|
"typeString": "address"
|
|
5969
5969
|
}
|
|
5970
5970
|
},
|
|
5971
|
-
"id":
|
|
5971
|
+
"id": 37121,
|
|
5972
5972
|
"nodeType": "ArrayTypeName",
|
|
5973
5973
|
"src": "868:9:98",
|
|
5974
5974
|
"typeDescriptions": {
|
|
@@ -5982,19 +5982,19 @@
|
|
|
5982
5982
|
"src": "759:143:98"
|
|
5983
5983
|
},
|
|
5984
5984
|
"returnParameters": {
|
|
5985
|
-
"id":
|
|
5985
|
+
"id": 37124,
|
|
5986
5986
|
"nodeType": "ParameterList",
|
|
5987
5987
|
"parameters": [],
|
|
5988
5988
|
"src": "912:0:98"
|
|
5989
5989
|
},
|
|
5990
|
-
"scope":
|
|
5990
|
+
"scope": 37229,
|
|
5991
5991
|
"src": "739:1617:98",
|
|
5992
5992
|
"stateMutability": "nonpayable",
|
|
5993
5993
|
"virtual": false,
|
|
5994
5994
|
"visibility": "external"
|
|
5995
5995
|
}
|
|
5996
5996
|
],
|
|
5997
|
-
"scope":
|
|
5997
|
+
"scope": 37230,
|
|
5998
5998
|
"src": "398:1960:98",
|
|
5999
5999
|
"usedErrors": []
|
|
6000
6000
|
}
|
|
@@ -6007,7 +6007,7 @@
|
|
|
6007
6007
|
},
|
|
6008
6008
|
"networks": {},
|
|
6009
6009
|
"schemaVersion": "3.4.8",
|
|
6010
|
-
"updatedAt": "2022-08-
|
|
6010
|
+
"updatedAt": "2022-08-25T14:16:53.519Z",
|
|
6011
6011
|
"devdoc": {
|
|
6012
6012
|
"author": "Superfluid",
|
|
6013
6013
|
"kind": "dev",
|