@superfluid-finance/ethereum-contracts 1.7.2-dev.3cd1f8a.0 → 1.7.2-dev.3e0e33e.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/README.md +2 -2
- package/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
- package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
- package/artifacts/contracts/mocks/IDASuperAppTester.sol/IDASuperAppTester.json +2 -2
- package/artifacts/contracts/mocks/MockSmartWallet.sol/MockSmartWallet.json +2 -2
- package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockNotSelfRegistering.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey.json +2 -2
- package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidMock.json +2 -2
- package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester.json +2 -2
- package/artifacts/contracts/superfluid/Superfluid.sol/Superfluid.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeployer.sol/SuperfluidFrameworkDeployer.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/CFAv1ForwarderDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/IDAv1ForwarderDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/ProxyDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperTokenDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidCFAv1DeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidFrameworkDeploymentSteps.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidGovDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidHostDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidIDAv1DeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidLoaderDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidNFTLogicDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidPeripheryDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/TokenDeployerLibrary.json +2 -2
- 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 +165 -165
- package/build/contracts/BaseRelayRecipient.json +57 -57
- package/build/contracts/BatchLiquidator.json +382 -382
- package/build/contracts/BatchOperation.json +614 -614
- package/build/contracts/CFAv1Forwarder.json +1250 -1250
- package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2387 -2387
- package/build/contracts/CFAv1Library.json +389 -389
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
- package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
- package/build/contracts/ConstantInflowNFT.json +402 -402
- package/build/contracts/ConstantOutflowNFT.json +661 -661
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +614 -614
- package/build/contracts/CustomSuperTokenBase.json +19 -19
- 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/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +384 -384
- package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
- package/build/contracts/ERC777RecipientReverting.json +863 -863
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1526 -1526
- package/build/contracts/FlowNFTBase.json +1280 -1280
- package/build/contracts/FlowOperatorDefinitions.json +614 -614
- package/build/contracts/ForwarderBase.json +190 -190
- package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +677 -677
- package/build/contracts/IConstantInflowNFT.json +54 -54
- package/build/contracts/IConstantOutflowNFT.json +107 -107
- package/build/contracts/IDAv1Forwarder.json +912 -912
- package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2387 -2387
- package/build/contracts/IDAv1Library.json +430 -430
- 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/IERC721.json +1 -1
- package/build/contracts/IERC721Metadata.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/IFlowNFTBase.json +115 -115
- package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
- package/build/contracts/IMultiSigWallet.json +31 -31
- package/build/contracts/IPoolAdminNFT.json +7 -7
- package/build/contracts/IPoolMemberNFT.json +7 -7
- package/build/contracts/IPureSuperToken.json +62 -62
- package/build/contracts/IPureSuperTokenCustom.json +62 -62
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +67 -67
- package/build/contracts/ISETHCustom.json +67 -67
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +695 -695
- package/build/contracts/ISuperTokenFactory.json +225 -225
- package/build/contracts/ISuperfluid.json +904 -904
- package/build/contracts/ISuperfluidGovernance.json +251 -251
- package/build/contracts/ISuperfluidToken.json +407 -407
- package/build/contracts/ITOGAv1.json +1346 -1346
- package/build/contracts/ITOGAv2.json +1346 -1346
- package/build/contracts/ITOGAv3.json +1346 -1346
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +594 -594
- package/build/contracts/Math.json +1 -1
- package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/ProxyDeployerLibrary.json +2385 -2385
- package/build/contracts/PureSuperToken.json +106 -106
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +224 -224
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeGasLibrary.json +51 -51
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +704 -704
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +42 -42
- package/build/contracts/SuperAppBaseFlow.json +1580 -1537
- package/build/contracts/SuperAppDefinitions.json +614 -614
- package/build/contracts/SuperToken.json +2714 -2714
- package/build/contracts/SuperTokenDeployerLibrary.json +2386 -2386
- package/build/contracts/SuperTokenFactory.json +1347 -1347
- package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
- package/build/contracts/SuperTokenV1Library.json +5632 -5632
- package/build/contracts/SuperUpgrader.json +439 -439
- package/build/contracts/Superfluid.json +7999 -7996
- package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2386 -2386
- package/build/contracts/SuperfluidFrameworkDeployer.json +1263 -1263
- package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2385 -2385
- package/build/contracts/SuperfluidGovDeployerLibrary.json +2386 -2386
- package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
- package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
- package/build/contracts/SuperfluidGovernanceII.json +155 -155
- package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
- package/build/contracts/SuperfluidHostDeployerLibrary.json +2385 -2385
- package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2386 -2386
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2387 -2387
- package/build/contracts/SuperfluidLoaderLibrary.json +481 -480
- package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2390 -2390
- package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2388 -2388
- package/build/contracts/SuperfluidToken.json +1423 -1423
- package/build/contracts/TOGA.json +1360 -1360
- package/build/contracts/TestGovernance.json +250 -250
- package/build/contracts/TestResolver.json +47 -47
- package/build/contracts/TestToken.json +102 -102
- package/build/contracts/TokenDeployerLibrary.json +2387 -2387
- 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 +15 -15
- package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
- package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
- package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
- package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
- package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
- package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
- package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.js +1 -1
- package/build/typechain/factories/contracts/superfluid/Superfluid__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/superfluid/Superfluid__factory.js +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.js +1 -1
- package/contracts/apps/SuperAppBaseFlow.sol +11 -10
- package/contracts/apps/SuperfluidLoaderLibrary.sol +1 -1
- package/contracts/superfluid/Superfluid.sol +1 -0
- package/package.json +4 -3
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"bytecode": "0x60c060405234801561001057600080fd5b506040516109d83803806109d883398101604081905261002f91610062565b6001600160a01b039182166080521660a052610095565b80516001600160a01b038116811461005d57600080fd5b919050565b6000806040838503121561007557600080fd5b61007e83610046565b915061008c60208401610046565b90509250929050565b60805160a0516108f76100e16000396000818160560152818161012b015281816103c401526103e501526000818160c10152818160ff0152818161036b015261039501526108f76000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c80631054df8c146100515780638dc7d29c146100945780638f95895f146100a9578063f437bc59146100bc575b600080fd5b6100787f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b03909116815260200160405180910390f35b6100a76100a236600461065e565b6100e3565b005b6100a76100b73660046106ed565b61033d565b6100787f000000000000000000000000000000000000000000000000000000000000000081565b6040805160008082526020820190925281906001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081169182916339255d5b917f00000000000000000000000000000000000000000000000000000000000000009182169063b4b333c690610167908c908c908c90604481016107be565b60408051601f19818403018152918152602080830180516001600160e01b031660e09590951b9490941790935280516000815292830190526101af93925090604481016107fc565b60408051601f198184030181529181526020820180516001600160e01b031660e09490941b9390931790925290516101e79250610832565b6000604051808303816000865af19150503d8060008114610224576040519150601f19603f3d011682016040523d82523d6000602084013e610229565b606091505b50915091508161024957805160000361024157600080fd5b805181602001fd5b6040516370a0823160e01b81523060048201526000906001600160a01b038716906370a0823190602401602060405180830381865afa158015610290573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102b4919061084e565b90508015610335576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038716906323b872dd906064016020604051808303816000875af115801561030f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103339190610867565b505b505050505050565b8281811461035e5760405163277c943f60e21b815260040160405180910390fd5b60005b8181101561054d577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03167f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166339255d5b7f00000000000000000000000000000000000000000000000000000000000000007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663b4b333c68c8c8c8981811061042557610425610890565b905060200201602081019061043a91906108a6565b8b8b8a81811061044c5761044c610890565b905060200201602081019061046191906108a6565b60408051600081526020810190915261048093929190604481016107be565b60408051601f19818403018152918152602080830180516001600160e01b031660e09590951b9490941790935280516000815292830190526104c893925090604481016107fc565b60408051601f198184030181529181526020820180516001600160e01b031660e09490941b9390931790925290516105009250610832565b6000604051808303816000865af19150503d806000811461053d576040519150601f19603f3d011682016040523d82523d6000602084013e610542565b606091505b505050600101610361565b506040516370a0823160e01b81523060048201526000906001600160a01b038816906370a0823190602401602060405180830381865afa158015610595573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105b9919061084e565b90508015610333576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038816906323b872dd906064016020604051808303816000875af1158015610614573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106389190610867565b5050505050505050565b80356001600160a01b038116811461065957600080fd5b919050565b60008060006060848603121561067357600080fd5b61067c84610642565b925061068a60208501610642565b915061069860408501610642565b90509250925092565b60008083601f8401126106b357600080fd5b50813567ffffffffffffffff8111156106cb57600080fd5b6020830191508360208260051b85010111156106e657600080fd5b9250929050565b60008060008060006060868803121561070557600080fd5b61070e86610642565b9450602086013567ffffffffffffffff8082111561072b57600080fd5b61073789838a016106a1565b9096509450604088013591508082111561075057600080fd5b5061075d888289016106a1565b969995985093965092949392505050565b60005b83811015610789578181015183820152602001610771565b50506000910152565b600081518084526107aa81602086016020860161076e565b601f01601f19169290920160200192915050565b6001600160a01b0385811682528481166020830152831660408201526080606082018190526000906107f290830184610792565b9695505050505050565b6001600160a01b038416815260606020820181905260009061082090830185610792565b82810360408401526107f28185610792565b6000825161084481846020870161076e565b9190910192915050565b60006020828403121561086057600080fd5b5051919050565b60006020828403121561087957600080fd5b8151801515811461088957600080fd5b9392505050565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156108b857600080fd5b6108898261064256fea26469706673582212200bc467fdf9f84b4e0139155f19e9849551ba0e27d16d58b16cab349549683be264736f6c63430008130033",
|
|
100
100
|
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061004c5760003560e01c80631054df8c146100515780638dc7d29c146100945780638f95895f146100a9578063f437bc59146100bc575b600080fd5b6100787f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b03909116815260200160405180910390f35b6100a76100a236600461065e565b6100e3565b005b6100a76100b73660046106ed565b61033d565b6100787f000000000000000000000000000000000000000000000000000000000000000081565b6040805160008082526020820190925281906001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081169182916339255d5b917f00000000000000000000000000000000000000000000000000000000000000009182169063b4b333c690610167908c908c908c90604481016107be565b60408051601f19818403018152918152602080830180516001600160e01b031660e09590951b9490941790935280516000815292830190526101af93925090604481016107fc565b60408051601f198184030181529181526020820180516001600160e01b031660e09490941b9390931790925290516101e79250610832565b6000604051808303816000865af19150503d8060008114610224576040519150601f19603f3d011682016040523d82523d6000602084013e610229565b606091505b50915091508161024957805160000361024157600080fd5b805181602001fd5b6040516370a0823160e01b81523060048201526000906001600160a01b038716906370a0823190602401602060405180830381865afa158015610290573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102b4919061084e565b90508015610335576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038716906323b872dd906064016020604051808303816000875af115801561030f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103339190610867565b505b505050505050565b8281811461035e5760405163277c943f60e21b815260040160405180910390fd5b60005b8181101561054d577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03167f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166339255d5b7f00000000000000000000000000000000000000000000000000000000000000007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663b4b333c68c8c8c8981811061042557610425610890565b905060200201602081019061043a91906108a6565b8b8b8a81811061044c5761044c610890565b905060200201602081019061046191906108a6565b60408051600081526020810190915261048093929190604481016107be565b60408051601f19818403018152918152602080830180516001600160e01b031660e09590951b9490941790935280516000815292830190526104c893925090604481016107fc565b60408051601f198184030181529181526020820180516001600160e01b031660e09490941b9390931790925290516105009250610832565b6000604051808303816000865af19150503d806000811461053d576040519150601f19603f3d011682016040523d82523d6000602084013e610542565b606091505b505050600101610361565b506040516370a0823160e01b81523060048201526000906001600160a01b038816906370a0823190602401602060405180830381865afa158015610595573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105b9919061084e565b90508015610333576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038816906323b872dd906064016020604051808303816000875af1158015610614573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106389190610867565b5050505050505050565b80356001600160a01b038116811461065957600080fd5b919050565b60008060006060848603121561067357600080fd5b61067c84610642565b925061068a60208501610642565b915061069860408501610642565b90509250925092565b60008083601f8401126106b357600080fd5b50813567ffffffffffffffff8111156106cb57600080fd5b6020830191508360208260051b85010111156106e657600080fd5b9250929050565b60008060008060006060868803121561070557600080fd5b61070e86610642565b9450602086013567ffffffffffffffff8082111561072b57600080fd5b61073789838a016106a1565b9096509450604088013591508082111561075057600080fd5b5061075d888289016106a1565b969995985093965092949392505050565b60005b83811015610789578181015183820152602001610771565b50506000910152565b600081518084526107aa81602086016020860161076e565b601f01601f19169290920160200192915050565b6001600160a01b0385811682528481166020830152831660408201526080606082018190526000906107f290830184610792565b9695505050505050565b6001600160a01b038416815260606020820181905260009061082090830185610792565b82810360408401526107f28185610792565b6000825161084481846020870161076e565b9190910192915050565b60006020828403121561086057600080fd5b5051919050565b60006020828403121561087957600080fd5b8151801515811461088957600080fd5b9392505050565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156108b857600080fd5b6108898261064256fea26469706673582212200bc467fdf9f84b4e0139155f19e9849551ba0e27d16d58b16cab349549683be264736f6c63430008130033",
|
|
101
101
|
"immutableReferences": {
|
|
102
|
-
"
|
|
102
|
+
"47100": [
|
|
103
103
|
{
|
|
104
104
|
"length": 32,
|
|
105
105
|
"start": 193
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"start": 917
|
|
118
118
|
}
|
|
119
119
|
],
|
|
120
|
-
"
|
|
120
|
+
"47102": [
|
|
121
121
|
{
|
|
122
122
|
"length": 32,
|
|
123
123
|
"start": 86
|
|
@@ -2947,7 +2947,7 @@
|
|
|
2947
2947
|
}
|
|
2948
2948
|
]
|
|
2949
2949
|
},
|
|
2950
|
-
"name": "abi_encode_tuple_t_contract$_ISuperToken_$
|
|
2950
|
+
"name": "abi_encode_tuple_t_contract$_ISuperToken_$24397_t_address_t_address_t_bytes_memory_ptr__to_t_address_t_address_t_address_t_bytes_memory_ptr__fromStack_reversed",
|
|
2951
2951
|
"nodeType": "YulFunctionDefinition",
|
|
2952
2952
|
"parameters": [
|
|
2953
2953
|
{
|
|
@@ -3264,7 +3264,7 @@
|
|
|
3264
3264
|
}
|
|
3265
3265
|
]
|
|
3266
3266
|
},
|
|
3267
|
-
"name": "abi_encode_tuple_t_contract$_ISuperAgreement_$
|
|
3267
|
+
"name": "abi_encode_tuple_t_contract$_ISuperAgreement_$23809_t_bytes_memory_ptr_t_bytes_memory_ptr__to_t_address_t_bytes_memory_ptr_t_bytes_memory_ptr__fromStack_reversed",
|
|
3268
3268
|
"nodeType": "YulFunctionDefinition",
|
|
3269
3269
|
"parameters": [
|
|
3270
3270
|
{
|
|
@@ -4362,7 +4362,7 @@
|
|
|
4362
4362
|
}
|
|
4363
4363
|
]
|
|
4364
4364
|
},
|
|
4365
|
-
"contents": "{\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_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_tuple_t_addresst_addresst_address(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { 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 }\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_array$_t_address_$dyn_calldata_ptrt_array$_t_address_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n value0 := abi_decode_address(headStart)\n let offset := calldataload(add(headStart, 32))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_address_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n let offset_1 := calldataload(add(headStart, 64))\n if gt(offset_1, _1) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_array_address_dyn_calldata(add(headStart, offset_1), dataEnd)\n value3 := value3_1\n value4 := value4_1\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_with_cleanup(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 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_with_cleanup(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_$
|
|
4365
|
+
"contents": "{\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_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_tuple_t_addresst_addresst_address(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { 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 }\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_array$_t_address_$dyn_calldata_ptrt_array$_t_address_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n value0 := abi_decode_address(headStart)\n let offset := calldataload(add(headStart, 32))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_address_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n let offset_1 := calldataload(add(headStart, 64))\n if gt(offset_1, _1) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_array_address_dyn_calldata(add(headStart, offset_1), dataEnd)\n value3 := value3_1\n value4 := value4_1\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_with_cleanup(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 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_with_cleanup(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_$24397_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_$23809_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_with_cleanup(add(value0, 0x20), pos, length)\n end := add(pos, length)\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 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}",
|
|
4366
4366
|
"id": 124,
|
|
4367
4367
|
"language": "Yul",
|
|
4368
4368
|
"name": "#utility.yul"
|
|
@@ -4376,30 +4376,30 @@
|
|
|
4376
4376
|
"absolutePath": "project:/contracts/utils/BatchLiquidator.sol",
|
|
4377
4377
|
"exportedSymbols": {
|
|
4378
4378
|
"BatchLiquidator": [
|
|
4379
|
-
|
|
4379
|
+
47328
|
|
4380
4380
|
],
|
|
4381
4381
|
"ERC20": [
|
|
4382
4382
|
1462
|
|
4383
4383
|
],
|
|
4384
4384
|
"IConstantFlowAgreementV1": [
|
|
4385
|
-
|
|
4385
|
+
22732
|
|
4386
4386
|
],
|
|
4387
4387
|
"ISuperAgreement": [
|
|
4388
|
-
|
|
4388
|
+
23809
|
|
4389
4389
|
],
|
|
4390
4390
|
"ISuperToken": [
|
|
4391
|
-
|
|
4391
|
+
24397
|
|
4392
4392
|
],
|
|
4393
4393
|
"ISuperfluid": [
|
|
4394
|
-
|
|
4394
|
+
25051
|
|
4395
4395
|
]
|
|
4396
4396
|
},
|
|
4397
|
-
"id":
|
|
4397
|
+
"id": 47329,
|
|
4398
4398
|
"license": "AGPLv3",
|
|
4399
4399
|
"nodeType": "SourceUnit",
|
|
4400
4400
|
"nodes": [
|
|
4401
4401
|
{
|
|
4402
|
-
"id":
|
|
4402
|
+
"id": 47087,
|
|
4403
4403
|
"literals": [
|
|
4404
4404
|
"solidity",
|
|
4405
4405
|
"0.8",
|
|
@@ -4411,20 +4411,20 @@
|
|
|
4411
4411
|
{
|
|
4412
4412
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
|
|
4413
4413
|
"file": "../interfaces/superfluid/ISuperfluid.sol",
|
|
4414
|
-
"id":
|
|
4414
|
+
"id": 47091,
|
|
4415
4415
|
"nameLocation": "-1:-1:-1",
|
|
4416
4416
|
"nodeType": "ImportDirective",
|
|
4417
|
-
"scope":
|
|
4418
|
-
"sourceUnit":
|
|
4417
|
+
"scope": 47329,
|
|
4418
|
+
"sourceUnit": 25052,
|
|
4419
4419
|
"src": "60:101:111",
|
|
4420
4420
|
"symbolAliases": [
|
|
4421
4421
|
{
|
|
4422
4422
|
"foreign": {
|
|
4423
|
-
"id":
|
|
4423
|
+
"id": 47088,
|
|
4424
4424
|
"name": "ISuperfluid",
|
|
4425
4425
|
"nodeType": "Identifier",
|
|
4426
4426
|
"overloadedDeclarations": [],
|
|
4427
|
-
"referencedDeclaration":
|
|
4427
|
+
"referencedDeclaration": 25051,
|
|
4428
4428
|
"src": "69:11:111",
|
|
4429
4429
|
"typeDescriptions": {}
|
|
4430
4430
|
},
|
|
@@ -4432,11 +4432,11 @@
|
|
|
4432
4432
|
},
|
|
4433
4433
|
{
|
|
4434
4434
|
"foreign": {
|
|
4435
|
-
"id":
|
|
4435
|
+
"id": 47089,
|
|
4436
4436
|
"name": "ISuperAgreement",
|
|
4437
4437
|
"nodeType": "Identifier",
|
|
4438
4438
|
"overloadedDeclarations": [],
|
|
4439
|
-
"referencedDeclaration":
|
|
4439
|
+
"referencedDeclaration": 23809,
|
|
4440
4440
|
"src": "82:15:111",
|
|
4441
4441
|
"typeDescriptions": {}
|
|
4442
4442
|
},
|
|
@@ -4444,11 +4444,11 @@
|
|
|
4444
4444
|
},
|
|
4445
4445
|
{
|
|
4446
4446
|
"foreign": {
|
|
4447
|
-
"id":
|
|
4447
|
+
"id": 47090,
|
|
4448
4448
|
"name": "ISuperToken",
|
|
4449
4449
|
"nodeType": "Identifier",
|
|
4450
4450
|
"overloadedDeclarations": [],
|
|
4451
|
-
"referencedDeclaration":
|
|
4451
|
+
"referencedDeclaration": 24397,
|
|
4452
4452
|
"src": "99:11:111",
|
|
4453
4453
|
"typeDescriptions": {}
|
|
4454
4454
|
},
|
|
@@ -4460,20 +4460,20 @@
|
|
|
4460
4460
|
{
|
|
4461
4461
|
"absolutePath": "project:/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol",
|
|
4462
4462
|
"file": "../interfaces/agreements/IConstantFlowAgreementV1.sol",
|
|
4463
|
-
"id":
|
|
4463
|
+
"id": 47093,
|
|
4464
4464
|
"nameLocation": "-1:-1:-1",
|
|
4465
4465
|
"nodeType": "ImportDirective",
|
|
4466
|
-
"scope":
|
|
4467
|
-
"sourceUnit":
|
|
4466
|
+
"scope": 47329,
|
|
4467
|
+
"sourceUnit": 22733,
|
|
4468
4468
|
"src": "162:97:111",
|
|
4469
4469
|
"symbolAliases": [
|
|
4470
4470
|
{
|
|
4471
4471
|
"foreign": {
|
|
4472
|
-
"id":
|
|
4472
|
+
"id": 47092,
|
|
4473
4473
|
"name": "IConstantFlowAgreementV1",
|
|
4474
4474
|
"nodeType": "Identifier",
|
|
4475
4475
|
"overloadedDeclarations": [],
|
|
4476
|
-
"referencedDeclaration":
|
|
4476
|
+
"referencedDeclaration": 22732,
|
|
4477
4477
|
"src": "171:24:111",
|
|
4478
4478
|
"typeDescriptions": {}
|
|
4479
4479
|
},
|
|
@@ -4485,16 +4485,16 @@
|
|
|
4485
4485
|
{
|
|
4486
4486
|
"absolutePath": "@openzeppelin/contracts/token/ERC20/ERC20.sol",
|
|
4487
4487
|
"file": "@openzeppelin/contracts/token/ERC20/ERC20.sol",
|
|
4488
|
-
"id":
|
|
4488
|
+
"id": 47095,
|
|
4489
4489
|
"nameLocation": "-1:-1:-1",
|
|
4490
4490
|
"nodeType": "ImportDirective",
|
|
4491
|
-
"scope":
|
|
4491
|
+
"scope": 47329,
|
|
4492
4492
|
"sourceUnit": 1463,
|
|
4493
4493
|
"src": "260:70:111",
|
|
4494
4494
|
"symbolAliases": [
|
|
4495
4495
|
{
|
|
4496
4496
|
"foreign": {
|
|
4497
|
-
"id":
|
|
4497
|
+
"id": 47094,
|
|
4498
4498
|
"name": "ERC20",
|
|
4499
4499
|
"nodeType": "Identifier",
|
|
4500
4500
|
"overloadedDeclarations": [],
|
|
@@ -4514,15 +4514,15 @@
|
|
|
4514
4514
|
"contractDependencies": [],
|
|
4515
4515
|
"contractKind": "contract",
|
|
4516
4516
|
"documentation": {
|
|
4517
|
-
"id":
|
|
4517
|
+
"id": 47096,
|
|
4518
4518
|
"nodeType": "StructuredDocumentation",
|
|
4519
4519
|
"src": "332:263:111",
|
|
4520
4520
|
"text": " @title Batch liquidator contract\n @author Superfluid\n @dev This contract allows to delete multiple flows in a single transaction.\n @notice Reduces calldata by having host and cfa hardcoded, this can make a significant difference in tx fees on L2s"
|
|
4521
4521
|
},
|
|
4522
4522
|
"fullyImplemented": true,
|
|
4523
|
-
"id":
|
|
4523
|
+
"id": 47328,
|
|
4524
4524
|
"linearizedBaseContracts": [
|
|
4525
|
-
|
|
4525
|
+
47328
|
|
4526
4526
|
],
|
|
4527
4527
|
"name": "BatchLiquidator",
|
|
4528
4528
|
"nameLocation": "606:15:111",
|
|
@@ -4530,12 +4530,12 @@
|
|
|
4530
4530
|
"nodes": [
|
|
4531
4531
|
{
|
|
4532
4532
|
"errorSelector": "9df250fc",
|
|
4533
|
-
"id":
|
|
4533
|
+
"id": 47098,
|
|
4534
4534
|
"name": "ARRAY_SIZES_DIFFERENT",
|
|
4535
4535
|
"nameLocation": "635:21:111",
|
|
4536
4536
|
"nodeType": "ErrorDefinition",
|
|
4537
4537
|
"parameters": {
|
|
4538
|
-
"id":
|
|
4538
|
+
"id": 47097,
|
|
4539
4539
|
"nodeType": "ParameterList",
|
|
4540
4540
|
"parameters": [],
|
|
4541
4541
|
"src": "656:2:111"
|
|
@@ -4545,12 +4545,12 @@
|
|
|
4545
4545
|
{
|
|
4546
4546
|
"constant": false,
|
|
4547
4547
|
"functionSelector": "f437bc59",
|
|
4548
|
-
"id":
|
|
4548
|
+
"id": 47100,
|
|
4549
4549
|
"mutability": "immutable",
|
|
4550
4550
|
"name": "host",
|
|
4551
4551
|
"nameLocation": "690:4:111",
|
|
4552
4552
|
"nodeType": "VariableDeclaration",
|
|
4553
|
-
"scope":
|
|
4553
|
+
"scope": 47328,
|
|
4554
4554
|
"src": "665:29:111",
|
|
4555
4555
|
"stateVariable": true,
|
|
4556
4556
|
"storageLocation": "default",
|
|
@@ -4559,7 +4559,7 @@
|
|
|
4559
4559
|
"typeString": "address"
|
|
4560
4560
|
},
|
|
4561
4561
|
"typeName": {
|
|
4562
|
-
"id":
|
|
4562
|
+
"id": 47099,
|
|
4563
4563
|
"name": "address",
|
|
4564
4564
|
"nodeType": "ElementaryTypeName",
|
|
4565
4565
|
"src": "665:7:111",
|
|
@@ -4574,12 +4574,12 @@
|
|
|
4574
4574
|
{
|
|
4575
4575
|
"constant": false,
|
|
4576
4576
|
"functionSelector": "1054df8c",
|
|
4577
|
-
"id":
|
|
4577
|
+
"id": 47102,
|
|
4578
4578
|
"mutability": "immutable",
|
|
4579
4579
|
"name": "cfa",
|
|
4580
4580
|
"nameLocation": "725:3:111",
|
|
4581
4581
|
"nodeType": "VariableDeclaration",
|
|
4582
|
-
"scope":
|
|
4582
|
+
"scope": 47328,
|
|
4583
4583
|
"src": "700:28:111",
|
|
4584
4584
|
"stateVariable": true,
|
|
4585
4585
|
"storageLocation": "default",
|
|
@@ -4588,7 +4588,7 @@
|
|
|
4588
4588
|
"typeString": "address"
|
|
4589
4589
|
},
|
|
4590
4590
|
"typeName": {
|
|
4591
|
-
"id":
|
|
4591
|
+
"id": 47101,
|
|
4592
4592
|
"name": "address",
|
|
4593
4593
|
"nodeType": "ElementaryTypeName",
|
|
4594
4594
|
"src": "700:7:111",
|
|
@@ -4602,23 +4602,23 @@
|
|
|
4602
4602
|
},
|
|
4603
4603
|
{
|
|
4604
4604
|
"body": {
|
|
4605
|
-
"id":
|
|
4605
|
+
"id": 47117,
|
|
4606
4606
|
"nodeType": "Block",
|
|
4607
4607
|
"src": "776:49:111",
|
|
4608
4608
|
"statements": [
|
|
4609
4609
|
{
|
|
4610
4610
|
"expression": {
|
|
4611
|
-
"id":
|
|
4611
|
+
"id": 47111,
|
|
4612
4612
|
"isConstant": false,
|
|
4613
4613
|
"isLValue": false,
|
|
4614
4614
|
"isPure": false,
|
|
4615
4615
|
"lValueRequested": false,
|
|
4616
4616
|
"leftHandSide": {
|
|
4617
|
-
"id":
|
|
4617
|
+
"id": 47109,
|
|
4618
4618
|
"name": "host",
|
|
4619
4619
|
"nodeType": "Identifier",
|
|
4620
4620
|
"overloadedDeclarations": [],
|
|
4621
|
-
"referencedDeclaration":
|
|
4621
|
+
"referencedDeclaration": 47100,
|
|
4622
4622
|
"src": "786:4:111",
|
|
4623
4623
|
"typeDescriptions": {
|
|
4624
4624
|
"typeIdentifier": "t_address",
|
|
@@ -4628,11 +4628,11 @@
|
|
|
4628
4628
|
"nodeType": "Assignment",
|
|
4629
4629
|
"operator": "=",
|
|
4630
4630
|
"rightHandSide": {
|
|
4631
|
-
"id":
|
|
4631
|
+
"id": 47110,
|
|
4632
4632
|
"name": "host_",
|
|
4633
4633
|
"nodeType": "Identifier",
|
|
4634
4634
|
"overloadedDeclarations": [],
|
|
4635
|
-
"referencedDeclaration":
|
|
4635
|
+
"referencedDeclaration": 47104,
|
|
4636
4636
|
"src": "793:5:111",
|
|
4637
4637
|
"typeDescriptions": {
|
|
4638
4638
|
"typeIdentifier": "t_address",
|
|
@@ -4645,23 +4645,23 @@
|
|
|
4645
4645
|
"typeString": "address"
|
|
4646
4646
|
}
|
|
4647
4647
|
},
|
|
4648
|
-
"id":
|
|
4648
|
+
"id": 47112,
|
|
4649
4649
|
"nodeType": "ExpressionStatement",
|
|
4650
4650
|
"src": "786:12:111"
|
|
4651
4651
|
},
|
|
4652
4652
|
{
|
|
4653
4653
|
"expression": {
|
|
4654
|
-
"id":
|
|
4654
|
+
"id": 47115,
|
|
4655
4655
|
"isConstant": false,
|
|
4656
4656
|
"isLValue": false,
|
|
4657
4657
|
"isPure": false,
|
|
4658
4658
|
"lValueRequested": false,
|
|
4659
4659
|
"leftHandSide": {
|
|
4660
|
-
"id":
|
|
4660
|
+
"id": 47113,
|
|
4661
4661
|
"name": "cfa",
|
|
4662
4662
|
"nodeType": "Identifier",
|
|
4663
4663
|
"overloadedDeclarations": [],
|
|
4664
|
-
"referencedDeclaration":
|
|
4664
|
+
"referencedDeclaration": 47102,
|
|
4665
4665
|
"src": "808:3:111",
|
|
4666
4666
|
"typeDescriptions": {
|
|
4667
4667
|
"typeIdentifier": "t_address",
|
|
@@ -4671,11 +4671,11 @@
|
|
|
4671
4671
|
"nodeType": "Assignment",
|
|
4672
4672
|
"operator": "=",
|
|
4673
4673
|
"rightHandSide": {
|
|
4674
|
-
"id":
|
|
4674
|
+
"id": 47114,
|
|
4675
4675
|
"name": "cfa_",
|
|
4676
4676
|
"nodeType": "Identifier",
|
|
4677
4677
|
"overloadedDeclarations": [],
|
|
4678
|
-
"referencedDeclaration":
|
|
4678
|
+
"referencedDeclaration": 47106,
|
|
4679
4679
|
"src": "814:4:111",
|
|
4680
4680
|
"typeDescriptions": {
|
|
4681
4681
|
"typeIdentifier": "t_address",
|
|
@@ -4688,13 +4688,13 @@
|
|
|
4688
4688
|
"typeString": "address"
|
|
4689
4689
|
}
|
|
4690
4690
|
},
|
|
4691
|
-
"id":
|
|
4691
|
+
"id": 47116,
|
|
4692
4692
|
"nodeType": "ExpressionStatement",
|
|
4693
4693
|
"src": "808:10:111"
|
|
4694
4694
|
}
|
|
4695
4695
|
]
|
|
4696
4696
|
},
|
|
4697
|
-
"id":
|
|
4697
|
+
"id": 47118,
|
|
4698
4698
|
"implemented": true,
|
|
4699
4699
|
"kind": "constructor",
|
|
4700
4700
|
"modifiers": [],
|
|
@@ -4702,17 +4702,17 @@
|
|
|
4702
4702
|
"nameLocation": "-1:-1:-1",
|
|
4703
4703
|
"nodeType": "FunctionDefinition",
|
|
4704
4704
|
"parameters": {
|
|
4705
|
-
"id":
|
|
4705
|
+
"id": 47107,
|
|
4706
4706
|
"nodeType": "ParameterList",
|
|
4707
4707
|
"parameters": [
|
|
4708
4708
|
{
|
|
4709
4709
|
"constant": false,
|
|
4710
|
-
"id":
|
|
4710
|
+
"id": 47104,
|
|
4711
4711
|
"mutability": "mutable",
|
|
4712
4712
|
"name": "host_",
|
|
4713
4713
|
"nameLocation": "755:5:111",
|
|
4714
4714
|
"nodeType": "VariableDeclaration",
|
|
4715
|
-
"scope":
|
|
4715
|
+
"scope": 47118,
|
|
4716
4716
|
"src": "747:13:111",
|
|
4717
4717
|
"stateVariable": false,
|
|
4718
4718
|
"storageLocation": "default",
|
|
@@ -4721,7 +4721,7 @@
|
|
|
4721
4721
|
"typeString": "address"
|
|
4722
4722
|
},
|
|
4723
4723
|
"typeName": {
|
|
4724
|
-
"id":
|
|
4724
|
+
"id": 47103,
|
|
4725
4725
|
"name": "address",
|
|
4726
4726
|
"nodeType": "ElementaryTypeName",
|
|
4727
4727
|
"src": "747:7:111",
|
|
@@ -4735,12 +4735,12 @@
|
|
|
4735
4735
|
},
|
|
4736
4736
|
{
|
|
4737
4737
|
"constant": false,
|
|
4738
|
-
"id":
|
|
4738
|
+
"id": 47106,
|
|
4739
4739
|
"mutability": "mutable",
|
|
4740
4740
|
"name": "cfa_",
|
|
4741
4741
|
"nameLocation": "770:4:111",
|
|
4742
4742
|
"nodeType": "VariableDeclaration",
|
|
4743
|
-
"scope":
|
|
4743
|
+
"scope": 47118,
|
|
4744
4744
|
"src": "762:12:111",
|
|
4745
4745
|
"stateVariable": false,
|
|
4746
4746
|
"storageLocation": "default",
|
|
@@ -4749,7 +4749,7 @@
|
|
|
4749
4749
|
"typeString": "address"
|
|
4750
4750
|
},
|
|
4751
4751
|
"typeName": {
|
|
4752
|
-
"id":
|
|
4752
|
+
"id": 47105,
|
|
4753
4753
|
"name": "address",
|
|
4754
4754
|
"nodeType": "ElementaryTypeName",
|
|
4755
4755
|
"src": "762:7:111",
|
|
@@ -4765,12 +4765,12 @@
|
|
|
4765
4765
|
"src": "746:29:111"
|
|
4766
4766
|
},
|
|
4767
4767
|
"returnParameters": {
|
|
4768
|
-
"id":
|
|
4768
|
+
"id": 47108,
|
|
4769
4769
|
"nodeType": "ParameterList",
|
|
4770
4770
|
"parameters": [],
|
|
4771
4771
|
"src": "776:0:111"
|
|
4772
4772
|
},
|
|
4773
|
-
"scope":
|
|
4773
|
+
"scope": 47328,
|
|
4774
4774
|
"src": "735:90:111",
|
|
4775
4775
|
"stateMutability": "nonpayable",
|
|
4776
4776
|
"virtual": false,
|
|
@@ -4778,23 +4778,23 @@
|
|
|
4778
4778
|
},
|
|
4779
4779
|
{
|
|
4780
4780
|
"body": {
|
|
4781
|
-
"id":
|
|
4781
|
+
"id": 47229,
|
|
4782
4782
|
"nodeType": "Block",
|
|
4783
4783
|
"src": "1175:1455:111",
|
|
4784
4784
|
"statements": [
|
|
4785
4785
|
{
|
|
4786
4786
|
"assignments": [
|
|
4787
|
-
|
|
4787
|
+
47131
|
|
4788
4788
|
],
|
|
4789
4789
|
"declarations": [
|
|
4790
4790
|
{
|
|
4791
4791
|
"constant": false,
|
|
4792
|
-
"id":
|
|
4792
|
+
"id": 47131,
|
|
4793
4793
|
"mutability": "mutable",
|
|
4794
4794
|
"name": "length",
|
|
4795
4795
|
"nameLocation": "1193:6:111",
|
|
4796
4796
|
"nodeType": "VariableDeclaration",
|
|
4797
|
-
"scope":
|
|
4797
|
+
"scope": 47229,
|
|
4798
4798
|
"src": "1185:14:111",
|
|
4799
4799
|
"stateVariable": false,
|
|
4800
4800
|
"storageLocation": "default",
|
|
@@ -4803,7 +4803,7 @@
|
|
|
4803
4803
|
"typeString": "uint256"
|
|
4804
4804
|
},
|
|
4805
4805
|
"typeName": {
|
|
4806
|
-
"id":
|
|
4806
|
+
"id": 47130,
|
|
4807
4807
|
"name": "uint256",
|
|
4808
4808
|
"nodeType": "ElementaryTypeName",
|
|
4809
4809
|
"src": "1185:7:111",
|
|
@@ -4815,21 +4815,21 @@
|
|
|
4815
4815
|
"visibility": "internal"
|
|
4816
4816
|
}
|
|
4817
4817
|
],
|
|
4818
|
-
"id":
|
|
4818
|
+
"id": 47134,
|
|
4819
4819
|
"initialValue": {
|
|
4820
4820
|
"expression": {
|
|
4821
|
-
"id":
|
|
4821
|
+
"id": 47132,
|
|
4822
4822
|
"name": "senders",
|
|
4823
4823
|
"nodeType": "Identifier",
|
|
4824
4824
|
"overloadedDeclarations": [],
|
|
4825
|
-
"referencedDeclaration":
|
|
4825
|
+
"referencedDeclaration": 47124,
|
|
4826
4826
|
"src": "1202:7:111",
|
|
4827
4827
|
"typeDescriptions": {
|
|
4828
4828
|
"typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
|
|
4829
4829
|
"typeString": "address[] calldata"
|
|
4830
4830
|
}
|
|
4831
4831
|
},
|
|
4832
|
-
"id":
|
|
4832
|
+
"id": 47133,
|
|
4833
4833
|
"isConstant": false,
|
|
4834
4834
|
"isLValue": false,
|
|
4835
4835
|
"isPure": false,
|
|
@@ -4852,17 +4852,17 @@
|
|
|
4852
4852
|
"typeIdentifier": "t_uint256",
|
|
4853
4853
|
"typeString": "uint256"
|
|
4854
4854
|
},
|
|
4855
|
-
"id":
|
|
4855
|
+
"id": 47138,
|
|
4856
4856
|
"isConstant": false,
|
|
4857
4857
|
"isLValue": false,
|
|
4858
4858
|
"isPure": false,
|
|
4859
4859
|
"lValueRequested": false,
|
|
4860
4860
|
"leftExpression": {
|
|
4861
|
-
"id":
|
|
4861
|
+
"id": 47135,
|
|
4862
4862
|
"name": "length",
|
|
4863
4863
|
"nodeType": "Identifier",
|
|
4864
4864
|
"overloadedDeclarations": [],
|
|
4865
|
-
"referencedDeclaration":
|
|
4865
|
+
"referencedDeclaration": 47131,
|
|
4866
4866
|
"src": "1229:6:111",
|
|
4867
4867
|
"typeDescriptions": {
|
|
4868
4868
|
"typeIdentifier": "t_uint256",
|
|
@@ -4873,18 +4873,18 @@
|
|
|
4873
4873
|
"operator": "!=",
|
|
4874
4874
|
"rightExpression": {
|
|
4875
4875
|
"expression": {
|
|
4876
|
-
"id":
|
|
4876
|
+
"id": 47136,
|
|
4877
4877
|
"name": "receivers",
|
|
4878
4878
|
"nodeType": "Identifier",
|
|
4879
4879
|
"overloadedDeclarations": [],
|
|
4880
|
-
"referencedDeclaration":
|
|
4880
|
+
"referencedDeclaration": 47127,
|
|
4881
4881
|
"src": "1239:9:111",
|
|
4882
4882
|
"typeDescriptions": {
|
|
4883
4883
|
"typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
|
|
4884
4884
|
"typeString": "address[] calldata"
|
|
4885
4885
|
}
|
|
4886
4886
|
},
|
|
4887
|
-
"id":
|
|
4887
|
+
"id": 47137,
|
|
4888
4888
|
"isConstant": false,
|
|
4889
4889
|
"isLValue": false,
|
|
4890
4890
|
"isPure": false,
|
|
@@ -4904,7 +4904,7 @@
|
|
|
4904
4904
|
"typeString": "bool"
|
|
4905
4905
|
}
|
|
4906
4906
|
},
|
|
4907
|
-
"id":
|
|
4907
|
+
"id": 47142,
|
|
4908
4908
|
"nodeType": "IfStatement",
|
|
4909
4909
|
"src": "1226:61:111",
|
|
4910
4910
|
"trueBody": {
|
|
@@ -4912,18 +4912,18 @@
|
|
|
4912
4912
|
"arguments": [],
|
|
4913
4913
|
"expression": {
|
|
4914
4914
|
"argumentTypes": [],
|
|
4915
|
-
"id":
|
|
4915
|
+
"id": 47139,
|
|
4916
4916
|
"name": "ARRAY_SIZES_DIFFERENT",
|
|
4917
4917
|
"nodeType": "Identifier",
|
|
4918
4918
|
"overloadedDeclarations": [],
|
|
4919
|
-
"referencedDeclaration":
|
|
4919
|
+
"referencedDeclaration": 47098,
|
|
4920
4920
|
"src": "1264:21:111",
|
|
4921
4921
|
"typeDescriptions": {
|
|
4922
4922
|
"typeIdentifier": "t_function_error_pure$__$returns$__$",
|
|
4923
4923
|
"typeString": "function () pure"
|
|
4924
4924
|
}
|
|
4925
4925
|
},
|
|
4926
|
-
"id":
|
|
4926
|
+
"id": 47140,
|
|
4927
4927
|
"isConstant": false,
|
|
4928
4928
|
"isLValue": false,
|
|
4929
4929
|
"isPure": false,
|
|
@@ -4939,14 +4939,14 @@
|
|
|
4939
4939
|
"typeString": "tuple()"
|
|
4940
4940
|
}
|
|
4941
4941
|
},
|
|
4942
|
-
"id":
|
|
4942
|
+
"id": 47141,
|
|
4943
4943
|
"nodeType": "RevertStatement",
|
|
4944
4944
|
"src": "1257:30:111"
|
|
4945
4945
|
}
|
|
4946
4946
|
},
|
|
4947
4947
|
{
|
|
4948
4948
|
"body": {
|
|
4949
|
-
"id":
|
|
4949
|
+
"id": 47196,
|
|
4950
4950
|
"nodeType": "Block",
|
|
4951
4951
|
"src": "1326:908:111",
|
|
4952
4952
|
"statements": [
|
|
@@ -4959,11 +4959,11 @@
|
|
|
4959
4959
|
"expression": {
|
|
4960
4960
|
"arguments": [
|
|
4961
4961
|
{
|
|
4962
|
-
"id":
|
|
4962
|
+
"id": 47157,
|
|
4963
4963
|
"name": "host",
|
|
4964
4964
|
"nodeType": "Identifier",
|
|
4965
4965
|
"overloadedDeclarations": [],
|
|
4966
|
-
"referencedDeclaration":
|
|
4966
|
+
"referencedDeclaration": 47100,
|
|
4967
4967
|
"src": "1624:4:111",
|
|
4968
4968
|
"typeDescriptions": {
|
|
4969
4969
|
"typeIdentifier": "t_address",
|
|
@@ -4978,18 +4978,18 @@
|
|
|
4978
4978
|
"typeString": "address"
|
|
4979
4979
|
}
|
|
4980
4980
|
],
|
|
4981
|
-
"id":
|
|
4981
|
+
"id": 47156,
|
|
4982
4982
|
"name": "ISuperfluid",
|
|
4983
4983
|
"nodeType": "Identifier",
|
|
4984
4984
|
"overloadedDeclarations": [],
|
|
4985
|
-
"referencedDeclaration":
|
|
4985
|
+
"referencedDeclaration": 25051,
|
|
4986
4986
|
"src": "1612:11:111",
|
|
4987
4987
|
"typeDescriptions": {
|
|
4988
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$
|
|
4988
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25051_$",
|
|
4989
4989
|
"typeString": "type(contract ISuperfluid)"
|
|
4990
4990
|
}
|
|
4991
4991
|
},
|
|
4992
|
-
"id":
|
|
4992
|
+
"id": 47158,
|
|
4993
4993
|
"isConstant": false,
|
|
4994
4994
|
"isLValue": false,
|
|
4995
4995
|
"isPure": false,
|
|
@@ -5001,11 +5001,11 @@
|
|
|
5001
5001
|
"src": "1612:17:111",
|
|
5002
5002
|
"tryCall": false,
|
|
5003
5003
|
"typeDescriptions": {
|
|
5004
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
5004
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
5005
5005
|
"typeString": "contract ISuperfluid"
|
|
5006
5006
|
}
|
|
5007
5007
|
},
|
|
5008
|
-
"id":
|
|
5008
|
+
"id": 47159,
|
|
5009
5009
|
"isConstant": false,
|
|
5010
5010
|
"isLValue": false,
|
|
5011
5011
|
"isPure": false,
|
|
@@ -5013,10 +5013,10 @@
|
|
|
5013
5013
|
"memberLocation": "1630:13:111",
|
|
5014
5014
|
"memberName": "callAgreement",
|
|
5015
5015
|
"nodeType": "MemberAccess",
|
|
5016
|
-
"referencedDeclaration":
|
|
5016
|
+
"referencedDeclaration": 24949,
|
|
5017
5017
|
"src": "1612:31:111",
|
|
5018
5018
|
"typeDescriptions": {
|
|
5019
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
5019
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
5020
5020
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
5021
5021
|
}
|
|
5022
5022
|
},
|
|
@@ -5025,11 +5025,11 @@
|
|
|
5025
5025
|
{
|
|
5026
5026
|
"arguments": [
|
|
5027
5027
|
{
|
|
5028
|
-
"id":
|
|
5028
|
+
"id": 47161,
|
|
5029
5029
|
"name": "cfa",
|
|
5030
5030
|
"nodeType": "Identifier",
|
|
5031
5031
|
"overloadedDeclarations": [],
|
|
5032
|
-
"referencedDeclaration":
|
|
5032
|
+
"referencedDeclaration": 47102,
|
|
5033
5033
|
"src": "1707:3:111",
|
|
5034
5034
|
"typeDescriptions": {
|
|
5035
5035
|
"typeIdentifier": "t_address",
|
|
@@ -5044,18 +5044,18 @@
|
|
|
5044
5044
|
"typeString": "address"
|
|
5045
5045
|
}
|
|
5046
5046
|
],
|
|
5047
|
-
"id":
|
|
5047
|
+
"id": 47160,
|
|
5048
5048
|
"name": "ISuperAgreement",
|
|
5049
5049
|
"nodeType": "Identifier",
|
|
5050
5050
|
"overloadedDeclarations": [],
|
|
5051
|
-
"referencedDeclaration":
|
|
5051
|
+
"referencedDeclaration": 23809,
|
|
5052
5052
|
"src": "1691:15:111",
|
|
5053
5053
|
"typeDescriptions": {
|
|
5054
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperAgreement_$
|
|
5054
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperAgreement_$23809_$",
|
|
5055
5055
|
"typeString": "type(contract ISuperAgreement)"
|
|
5056
5056
|
}
|
|
5057
5057
|
},
|
|
5058
|
-
"id":
|
|
5058
|
+
"id": 47162,
|
|
5059
5059
|
"isConstant": false,
|
|
5060
5060
|
"isLValue": false,
|
|
5061
5061
|
"isPure": false,
|
|
@@ -5067,7 +5067,7 @@
|
|
|
5067
5067
|
"src": "1691:20:111",
|
|
5068
5068
|
"tryCall": false,
|
|
5069
5069
|
"typeDescriptions": {
|
|
5070
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
5070
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$23809",
|
|
5071
5071
|
"typeString": "contract ISuperAgreement"
|
|
5072
5072
|
}
|
|
5073
5073
|
},
|
|
@@ -5077,11 +5077,11 @@
|
|
|
5077
5077
|
"expression": {
|
|
5078
5078
|
"arguments": [
|
|
5079
5079
|
{
|
|
5080
|
-
"id":
|
|
5080
|
+
"id": 47166,
|
|
5081
5081
|
"name": "cfa",
|
|
5082
5082
|
"nodeType": "Identifier",
|
|
5083
5083
|
"overloadedDeclarations": [],
|
|
5084
|
-
"referencedDeclaration":
|
|
5084
|
+
"referencedDeclaration": 47102,
|
|
5085
5085
|
"src": "1806:3:111",
|
|
5086
5086
|
"typeDescriptions": {
|
|
5087
5087
|
"typeIdentifier": "t_address",
|
|
@@ -5096,18 +5096,18 @@
|
|
|
5096
5096
|
"typeString": "address"
|
|
5097
5097
|
}
|
|
5098
5098
|
],
|
|
5099
|
-
"id":
|
|
5099
|
+
"id": 47165,
|
|
5100
5100
|
"name": "IConstantFlowAgreementV1",
|
|
5101
5101
|
"nodeType": "Identifier",
|
|
5102
5102
|
"overloadedDeclarations": [],
|
|
5103
|
-
"referencedDeclaration":
|
|
5103
|
+
"referencedDeclaration": 22732,
|
|
5104
5104
|
"src": "1781:24:111",
|
|
5105
5105
|
"typeDescriptions": {
|
|
5106
|
-
"typeIdentifier": "t_type$_t_contract$_IConstantFlowAgreementV1_$
|
|
5106
|
+
"typeIdentifier": "t_type$_t_contract$_IConstantFlowAgreementV1_$22732_$",
|
|
5107
5107
|
"typeString": "type(contract IConstantFlowAgreementV1)"
|
|
5108
5108
|
}
|
|
5109
5109
|
},
|
|
5110
|
-
"id":
|
|
5110
|
+
"id": 47167,
|
|
5111
5111
|
"isConstant": false,
|
|
5112
5112
|
"isLValue": false,
|
|
5113
5113
|
"isPure": false,
|
|
@@ -5119,11 +5119,11 @@
|
|
|
5119
5119
|
"src": "1781:29:111",
|
|
5120
5120
|
"tryCall": false,
|
|
5121
5121
|
"typeDescriptions": {
|
|
5122
|
-
"typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$
|
|
5122
|
+
"typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$22732",
|
|
5123
5123
|
"typeString": "contract IConstantFlowAgreementV1"
|
|
5124
5124
|
}
|
|
5125
5125
|
},
|
|
5126
|
-
"id":
|
|
5126
|
+
"id": 47168,
|
|
5127
5127
|
"isConstant": false,
|
|
5128
5128
|
"isLValue": false,
|
|
5129
5129
|
"isPure": false,
|
|
@@ -5131,10 +5131,10 @@
|
|
|
5131
5131
|
"memberLocation": "1811:10:111",
|
|
5132
5132
|
"memberName": "deleteFlow",
|
|
5133
5133
|
"nodeType": "MemberAccess",
|
|
5134
|
-
"referencedDeclaration":
|
|
5134
|
+
"referencedDeclaration": 22677,
|
|
5135
5135
|
"src": "1781:40:111",
|
|
5136
5136
|
"typeDescriptions": {
|
|
5137
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
5137
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
5138
5138
|
"typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
|
|
5139
5139
|
}
|
|
5140
5140
|
},
|
|
@@ -5143,11 +5143,11 @@
|
|
|
5143
5143
|
{
|
|
5144
5144
|
"arguments": [
|
|
5145
5145
|
{
|
|
5146
|
-
"id":
|
|
5146
|
+
"id": 47170,
|
|
5147
5147
|
"name": "superToken",
|
|
5148
5148
|
"nodeType": "Identifier",
|
|
5149
5149
|
"overloadedDeclarations": [],
|
|
5150
|
-
"referencedDeclaration":
|
|
5150
|
+
"referencedDeclaration": 47121,
|
|
5151
5151
|
"src": "1897:10:111",
|
|
5152
5152
|
"typeDescriptions": {
|
|
5153
5153
|
"typeIdentifier": "t_address",
|
|
@@ -5162,18 +5162,18 @@
|
|
|
5162
5162
|
"typeString": "address"
|
|
5163
5163
|
}
|
|
5164
5164
|
],
|
|
5165
|
-
"id":
|
|
5165
|
+
"id": 47169,
|
|
5166
5166
|
"name": "ISuperToken",
|
|
5167
5167
|
"nodeType": "Identifier",
|
|
5168
5168
|
"overloadedDeclarations": [],
|
|
5169
|
-
"referencedDeclaration":
|
|
5169
|
+
"referencedDeclaration": 24397,
|
|
5170
5170
|
"src": "1885:11:111",
|
|
5171
5171
|
"typeDescriptions": {
|
|
5172
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$
|
|
5172
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$24397_$",
|
|
5173
5173
|
"typeString": "type(contract ISuperToken)"
|
|
5174
5174
|
}
|
|
5175
5175
|
},
|
|
5176
|
-
"id":
|
|
5176
|
+
"id": 47171,
|
|
5177
5177
|
"isConstant": false,
|
|
5178
5178
|
"isLValue": false,
|
|
5179
5179
|
"isPure": false,
|
|
@@ -5185,30 +5185,30 @@
|
|
|
5185
5185
|
"src": "1885:23:111",
|
|
5186
5186
|
"tryCall": false,
|
|
5187
5187
|
"typeDescriptions": {
|
|
5188
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
5188
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
5189
5189
|
"typeString": "contract ISuperToken"
|
|
5190
5190
|
}
|
|
5191
5191
|
},
|
|
5192
5192
|
{
|
|
5193
5193
|
"baseExpression": {
|
|
5194
|
-
"id":
|
|
5194
|
+
"id": 47172,
|
|
5195
5195
|
"name": "senders",
|
|
5196
5196
|
"nodeType": "Identifier",
|
|
5197
5197
|
"overloadedDeclarations": [],
|
|
5198
|
-
"referencedDeclaration":
|
|
5198
|
+
"referencedDeclaration": 47124,
|
|
5199
5199
|
"src": "1942:7:111",
|
|
5200
5200
|
"typeDescriptions": {
|
|
5201
5201
|
"typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
|
|
5202
5202
|
"typeString": "address[] calldata"
|
|
5203
5203
|
}
|
|
5204
5204
|
},
|
|
5205
|
-
"id":
|
|
5205
|
+
"id": 47174,
|
|
5206
5206
|
"indexExpression": {
|
|
5207
|
-
"id":
|
|
5207
|
+
"id": 47173,
|
|
5208
5208
|
"name": "i",
|
|
5209
5209
|
"nodeType": "Identifier",
|
|
5210
5210
|
"overloadedDeclarations": [],
|
|
5211
|
-
"referencedDeclaration":
|
|
5211
|
+
"referencedDeclaration": 47144,
|
|
5212
5212
|
"src": "1950:1:111",
|
|
5213
5213
|
"typeDescriptions": {
|
|
5214
5214
|
"typeIdentifier": "t_uint256",
|
|
@@ -5228,24 +5228,24 @@
|
|
|
5228
5228
|
},
|
|
5229
5229
|
{
|
|
5230
5230
|
"baseExpression": {
|
|
5231
|
-
"id":
|
|
5231
|
+
"id": 47175,
|
|
5232
5232
|
"name": "receivers",
|
|
5233
5233
|
"nodeType": "Identifier",
|
|
5234
5234
|
"overloadedDeclarations": [],
|
|
5235
|
-
"referencedDeclaration":
|
|
5235
|
+
"referencedDeclaration": 47127,
|
|
5236
5236
|
"src": "1986:9:111",
|
|
5237
5237
|
"typeDescriptions": {
|
|
5238
5238
|
"typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
|
|
5239
5239
|
"typeString": "address[] calldata"
|
|
5240
5240
|
}
|
|
5241
5241
|
},
|
|
5242
|
-
"id":
|
|
5242
|
+
"id": 47177,
|
|
5243
5243
|
"indexExpression": {
|
|
5244
|
-
"id":
|
|
5244
|
+
"id": 47176,
|
|
5245
5245
|
"name": "i",
|
|
5246
5246
|
"nodeType": "Identifier",
|
|
5247
5247
|
"overloadedDeclarations": [],
|
|
5248
|
-
"referencedDeclaration":
|
|
5248
|
+
"referencedDeclaration": 47144,
|
|
5249
5249
|
"src": "1996:1:111",
|
|
5250
5250
|
"typeDescriptions": {
|
|
5251
5251
|
"typeIdentifier": "t_uint256",
|
|
@@ -5267,7 +5267,7 @@
|
|
|
5267
5267
|
"arguments": [
|
|
5268
5268
|
{
|
|
5269
5269
|
"hexValue": "30",
|
|
5270
|
-
"id":
|
|
5270
|
+
"id": 47180,
|
|
5271
5271
|
"isConstant": false,
|
|
5272
5272
|
"isLValue": false,
|
|
5273
5273
|
"isPure": true,
|
|
@@ -5289,7 +5289,7 @@
|
|
|
5289
5289
|
"typeString": "int_const 0"
|
|
5290
5290
|
}
|
|
5291
5291
|
],
|
|
5292
|
-
"id":
|
|
5292
|
+
"id": 47179,
|
|
5293
5293
|
"isConstant": false,
|
|
5294
5294
|
"isLValue": false,
|
|
5295
5295
|
"isPure": true,
|
|
@@ -5301,7 +5301,7 @@
|
|
|
5301
5301
|
"typeString": "function (uint256) pure returns (bytes memory)"
|
|
5302
5302
|
},
|
|
5303
5303
|
"typeName": {
|
|
5304
|
-
"id":
|
|
5304
|
+
"id": 47178,
|
|
5305
5305
|
"name": "bytes",
|
|
5306
5306
|
"nodeType": "ElementaryTypeName",
|
|
5307
5307
|
"src": "2036:5:111",
|
|
@@ -5311,7 +5311,7 @@
|
|
|
5311
5311
|
}
|
|
5312
5312
|
}
|
|
5313
5313
|
},
|
|
5314
|
-
"id":
|
|
5314
|
+
"id": 47181,
|
|
5315
5315
|
"isConstant": false,
|
|
5316
5316
|
"isLValue": false,
|
|
5317
5317
|
"isPure": true,
|
|
@@ -5328,7 +5328,7 @@
|
|
|
5328
5328
|
}
|
|
5329
5329
|
}
|
|
5330
5330
|
],
|
|
5331
|
-
"id":
|
|
5331
|
+
"id": 47182,
|
|
5332
5332
|
"isConstant": false,
|
|
5333
5333
|
"isInlineArray": false,
|
|
5334
5334
|
"isLValue": false,
|
|
@@ -5337,7 +5337,7 @@
|
|
|
5337
5337
|
"nodeType": "TupleExpression",
|
|
5338
5338
|
"src": "1851:223:111",
|
|
5339
5339
|
"typeDescriptions": {
|
|
5340
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperToken_$
|
|
5340
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperToken_$24397_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
|
|
5341
5341
|
"typeString": "tuple(contract ISuperToken,address,address,bytes memory)"
|
|
5342
5342
|
}
|
|
5343
5343
|
}
|
|
@@ -5345,16 +5345,16 @@
|
|
|
5345
5345
|
"expression": {
|
|
5346
5346
|
"argumentTypes": [
|
|
5347
5347
|
{
|
|
5348
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
5348
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
5349
5349
|
"typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
|
|
5350
5350
|
},
|
|
5351
5351
|
{
|
|
5352
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperToken_$
|
|
5352
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperToken_$24397_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
|
|
5353
5353
|
"typeString": "tuple(contract ISuperToken,address,address,bytes memory)"
|
|
5354
5354
|
}
|
|
5355
5355
|
],
|
|
5356
5356
|
"expression": {
|
|
5357
|
-
"id":
|
|
5357
|
+
"id": 47163,
|
|
5358
5358
|
"name": "abi",
|
|
5359
5359
|
"nodeType": "Identifier",
|
|
5360
5360
|
"overloadedDeclarations": [],
|
|
@@ -5365,7 +5365,7 @@
|
|
|
5365
5365
|
"typeString": "abi"
|
|
5366
5366
|
}
|
|
5367
5367
|
},
|
|
5368
|
-
"id":
|
|
5368
|
+
"id": 47164,
|
|
5369
5369
|
"isConstant": false,
|
|
5370
5370
|
"isLValue": false,
|
|
5371
5371
|
"isPure": true,
|
|
@@ -5379,7 +5379,7 @@
|
|
|
5379
5379
|
"typeString": "function () pure returns (bytes memory)"
|
|
5380
5380
|
}
|
|
5381
5381
|
},
|
|
5382
|
-
"id":
|
|
5382
|
+
"id": 47183,
|
|
5383
5383
|
"isConstant": false,
|
|
5384
5384
|
"isLValue": false,
|
|
5385
5385
|
"isPure": false,
|
|
@@ -5399,7 +5399,7 @@
|
|
|
5399
5399
|
"arguments": [
|
|
5400
5400
|
{
|
|
5401
5401
|
"hexValue": "30",
|
|
5402
|
-
"id":
|
|
5402
|
+
"id": 47186,
|
|
5403
5403
|
"isConstant": false,
|
|
5404
5404
|
"isLValue": false,
|
|
5405
5405
|
"isPure": true,
|
|
@@ -5421,7 +5421,7 @@
|
|
|
5421
5421
|
"typeString": "int_const 0"
|
|
5422
5422
|
}
|
|
5423
5423
|
],
|
|
5424
|
-
"id":
|
|
5424
|
+
"id": 47185,
|
|
5425
5425
|
"isConstant": false,
|
|
5426
5426
|
"isLValue": false,
|
|
5427
5427
|
"isPure": true,
|
|
@@ -5433,7 +5433,7 @@
|
|
|
5433
5433
|
"typeString": "function (uint256) pure returns (bytes memory)"
|
|
5434
5434
|
},
|
|
5435
5435
|
"typeName": {
|
|
5436
|
-
"id":
|
|
5436
|
+
"id": 47184,
|
|
5437
5437
|
"name": "bytes",
|
|
5438
5438
|
"nodeType": "ElementaryTypeName",
|
|
5439
5439
|
"src": "2130:5:111",
|
|
@@ -5443,7 +5443,7 @@
|
|
|
5443
5443
|
}
|
|
5444
5444
|
}
|
|
5445
5445
|
},
|
|
5446
|
-
"id":
|
|
5446
|
+
"id": 47187,
|
|
5447
5447
|
"isConstant": false,
|
|
5448
5448
|
"isLValue": false,
|
|
5449
5449
|
"isPure": true,
|
|
@@ -5460,7 +5460,7 @@
|
|
|
5460
5460
|
}
|
|
5461
5461
|
}
|
|
5462
5462
|
],
|
|
5463
|
-
"id":
|
|
5463
|
+
"id": 47188,
|
|
5464
5464
|
"isConstant": false,
|
|
5465
5465
|
"isInlineArray": false,
|
|
5466
5466
|
"isLValue": false,
|
|
@@ -5469,7 +5469,7 @@
|
|
|
5469
5469
|
"nodeType": "TupleExpression",
|
|
5470
5470
|
"src": "1665:495:111",
|
|
5471
5471
|
"typeDescriptions": {
|
|
5472
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperAgreement_$
|
|
5472
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
5473
5473
|
"typeString": "tuple(contract ISuperAgreement,bytes memory,bytes memory)"
|
|
5474
5474
|
}
|
|
5475
5475
|
}
|
|
@@ -5477,16 +5477,16 @@
|
|
|
5477
5477
|
"expression": {
|
|
5478
5478
|
"argumentTypes": [
|
|
5479
5479
|
{
|
|
5480
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
5480
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
5481
5481
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
5482
5482
|
},
|
|
5483
5483
|
{
|
|
5484
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperAgreement_$
|
|
5484
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
5485
5485
|
"typeString": "tuple(contract ISuperAgreement,bytes memory,bytes memory)"
|
|
5486
5486
|
}
|
|
5487
5487
|
],
|
|
5488
5488
|
"expression": {
|
|
5489
|
-
"id":
|
|
5489
|
+
"id": 47154,
|
|
5490
5490
|
"name": "abi",
|
|
5491
5491
|
"nodeType": "Identifier",
|
|
5492
5492
|
"overloadedDeclarations": [],
|
|
@@ -5497,7 +5497,7 @@
|
|
|
5497
5497
|
"typeString": "abi"
|
|
5498
5498
|
}
|
|
5499
5499
|
},
|
|
5500
|
-
"id":
|
|
5500
|
+
"id": 47155,
|
|
5501
5501
|
"isConstant": false,
|
|
5502
5502
|
"isLValue": false,
|
|
5503
5503
|
"isPure": true,
|
|
@@ -5511,7 +5511,7 @@
|
|
|
5511
5511
|
"typeString": "function () pure returns (bytes memory)"
|
|
5512
5512
|
}
|
|
5513
5513
|
},
|
|
5514
|
-
"id":
|
|
5514
|
+
"id": 47189,
|
|
5515
5515
|
"isConstant": false,
|
|
5516
5516
|
"isLValue": false,
|
|
5517
5517
|
"isPure": false,
|
|
@@ -5538,11 +5538,11 @@
|
|
|
5538
5538
|
"expression": {
|
|
5539
5539
|
"arguments": [
|
|
5540
5540
|
{
|
|
5541
|
-
"id":
|
|
5541
|
+
"id": 47151,
|
|
5542
5542
|
"name": "host",
|
|
5543
5543
|
"nodeType": "Identifier",
|
|
5544
5544
|
"overloadedDeclarations": [],
|
|
5545
|
-
"referencedDeclaration":
|
|
5545
|
+
"referencedDeclaration": 47100,
|
|
5546
5546
|
"src": "1548:4:111",
|
|
5547
5547
|
"typeDescriptions": {
|
|
5548
5548
|
"typeIdentifier": "t_address",
|
|
@@ -5557,7 +5557,7 @@
|
|
|
5557
5557
|
"typeString": "address"
|
|
5558
5558
|
}
|
|
5559
5559
|
],
|
|
5560
|
-
"id":
|
|
5560
|
+
"id": 47150,
|
|
5561
5561
|
"isConstant": false,
|
|
5562
5562
|
"isLValue": false,
|
|
5563
5563
|
"isPure": true,
|
|
@@ -5569,14 +5569,14 @@
|
|
|
5569
5569
|
"typeString": "type(address)"
|
|
5570
5570
|
},
|
|
5571
5571
|
"typeName": {
|
|
5572
|
-
"id":
|
|
5572
|
+
"id": 47149,
|
|
5573
5573
|
"name": "address",
|
|
5574
5574
|
"nodeType": "ElementaryTypeName",
|
|
5575
5575
|
"src": "1540:7:111",
|
|
5576
5576
|
"typeDescriptions": {}
|
|
5577
5577
|
}
|
|
5578
5578
|
},
|
|
5579
|
-
"id":
|
|
5579
|
+
"id": 47152,
|
|
5580
5580
|
"isConstant": false,
|
|
5581
5581
|
"isLValue": false,
|
|
5582
5582
|
"isPure": false,
|
|
@@ -5592,7 +5592,7 @@
|
|
|
5592
5592
|
"typeString": "address"
|
|
5593
5593
|
}
|
|
5594
5594
|
},
|
|
5595
|
-
"id":
|
|
5595
|
+
"id": 47153,
|
|
5596
5596
|
"isConstant": false,
|
|
5597
5597
|
"isLValue": false,
|
|
5598
5598
|
"isPure": false,
|
|
@@ -5606,7 +5606,7 @@
|
|
|
5606
5606
|
"typeString": "function (bytes memory) payable returns (bool,bytes memory)"
|
|
5607
5607
|
}
|
|
5608
5608
|
},
|
|
5609
|
-
"id":
|
|
5609
|
+
"id": 47190,
|
|
5610
5610
|
"isConstant": false,
|
|
5611
5611
|
"isLValue": false,
|
|
5612
5612
|
"isPure": false,
|
|
@@ -5622,18 +5622,18 @@
|
|
|
5622
5622
|
"typeString": "tuple(bool,bytes memory)"
|
|
5623
5623
|
}
|
|
5624
5624
|
},
|
|
5625
|
-
"id":
|
|
5625
|
+
"id": 47191,
|
|
5626
5626
|
"nodeType": "ExpressionStatement",
|
|
5627
5627
|
"src": "1540:652:111"
|
|
5628
5628
|
},
|
|
5629
5629
|
{
|
|
5630
|
-
"id":
|
|
5630
|
+
"id": 47195,
|
|
5631
5631
|
"nodeType": "UncheckedBlock",
|
|
5632
5632
|
"src": "2206:18:111",
|
|
5633
5633
|
"statements": [
|
|
5634
5634
|
{
|
|
5635
5635
|
"expression": {
|
|
5636
|
-
"id":
|
|
5636
|
+
"id": 47193,
|
|
5637
5637
|
"isConstant": false,
|
|
5638
5638
|
"isLValue": false,
|
|
5639
5639
|
"isPure": false,
|
|
@@ -5643,11 +5643,11 @@
|
|
|
5643
5643
|
"prefix": false,
|
|
5644
5644
|
"src": "2218:3:111",
|
|
5645
5645
|
"subExpression": {
|
|
5646
|
-
"id":
|
|
5646
|
+
"id": 47192,
|
|
5647
5647
|
"name": "i",
|
|
5648
5648
|
"nodeType": "Identifier",
|
|
5649
5649
|
"overloadedDeclarations": [],
|
|
5650
|
-
"referencedDeclaration":
|
|
5650
|
+
"referencedDeclaration": 47144,
|
|
5651
5651
|
"src": "2218:1:111",
|
|
5652
5652
|
"typeDescriptions": {
|
|
5653
5653
|
"typeIdentifier": "t_uint256",
|
|
@@ -5659,7 +5659,7 @@
|
|
|
5659
5659
|
"typeString": "uint256"
|
|
5660
5660
|
}
|
|
5661
5661
|
},
|
|
5662
|
-
"id":
|
|
5662
|
+
"id": 47194,
|
|
5663
5663
|
"nodeType": "ExpressionStatement",
|
|
5664
5664
|
"src": "2218:3:111"
|
|
5665
5665
|
}
|
|
@@ -5672,17 +5672,17 @@
|
|
|
5672
5672
|
"typeIdentifier": "t_uint256",
|
|
5673
5673
|
"typeString": "uint256"
|
|
5674
5674
|
},
|
|
5675
|
-
"id":
|
|
5675
|
+
"id": 47148,
|
|
5676
5676
|
"isConstant": false,
|
|
5677
5677
|
"isLValue": false,
|
|
5678
5678
|
"isPure": false,
|
|
5679
5679
|
"lValueRequested": false,
|
|
5680
5680
|
"leftExpression": {
|
|
5681
|
-
"id":
|
|
5681
|
+
"id": 47146,
|
|
5682
5682
|
"name": "i",
|
|
5683
5683
|
"nodeType": "Identifier",
|
|
5684
5684
|
"overloadedDeclarations": [],
|
|
5685
|
-
"referencedDeclaration":
|
|
5685
|
+
"referencedDeclaration": 47144,
|
|
5686
5686
|
"src": "1313:1:111",
|
|
5687
5687
|
"typeDescriptions": {
|
|
5688
5688
|
"typeIdentifier": "t_uint256",
|
|
@@ -5692,11 +5692,11 @@
|
|
|
5692
5692
|
"nodeType": "BinaryOperation",
|
|
5693
5693
|
"operator": "<",
|
|
5694
5694
|
"rightExpression": {
|
|
5695
|
-
"id":
|
|
5695
|
+
"id": 47147,
|
|
5696
5696
|
"name": "length",
|
|
5697
5697
|
"nodeType": "Identifier",
|
|
5698
5698
|
"overloadedDeclarations": [],
|
|
5699
|
-
"referencedDeclaration":
|
|
5699
|
+
"referencedDeclaration": 47131,
|
|
5700
5700
|
"src": "1317:6:111",
|
|
5701
5701
|
"typeDescriptions": {
|
|
5702
5702
|
"typeIdentifier": "t_uint256",
|
|
@@ -5709,20 +5709,20 @@
|
|
|
5709
5709
|
"typeString": "bool"
|
|
5710
5710
|
}
|
|
5711
5711
|
},
|
|
5712
|
-
"id":
|
|
5712
|
+
"id": 47197,
|
|
5713
5713
|
"initializationExpression": {
|
|
5714
5714
|
"assignments": [
|
|
5715
|
-
|
|
5715
|
+
47144
|
|
5716
5716
|
],
|
|
5717
5717
|
"declarations": [
|
|
5718
5718
|
{
|
|
5719
5719
|
"constant": false,
|
|
5720
|
-
"id":
|
|
5720
|
+
"id": 47144,
|
|
5721
5721
|
"mutability": "mutable",
|
|
5722
5722
|
"name": "i",
|
|
5723
5723
|
"nameLocation": "1310:1:111",
|
|
5724
5724
|
"nodeType": "VariableDeclaration",
|
|
5725
|
-
"scope":
|
|
5725
|
+
"scope": 47197,
|
|
5726
5726
|
"src": "1302:9:111",
|
|
5727
5727
|
"stateVariable": false,
|
|
5728
5728
|
"storageLocation": "default",
|
|
@@ -5731,7 +5731,7 @@
|
|
|
5731
5731
|
"typeString": "uint256"
|
|
5732
5732
|
},
|
|
5733
5733
|
"typeName": {
|
|
5734
|
-
"id":
|
|
5734
|
+
"id": 47143,
|
|
5735
5735
|
"name": "uint256",
|
|
5736
5736
|
"nodeType": "ElementaryTypeName",
|
|
5737
5737
|
"src": "1302:7:111",
|
|
@@ -5743,7 +5743,7 @@
|
|
|
5743
5743
|
"visibility": "internal"
|
|
5744
5744
|
}
|
|
5745
5745
|
],
|
|
5746
|
-
"id":
|
|
5746
|
+
"id": 47145,
|
|
5747
5747
|
"nodeType": "VariableDeclarationStatement",
|
|
5748
5748
|
"src": "1302:9:111"
|
|
5749
5749
|
},
|
|
@@ -5751,23 +5751,23 @@
|
|
|
5751
5751
|
"src": "1297:937:111"
|
|
5752
5752
|
},
|
|
5753
5753
|
{
|
|
5754
|
-
"id":
|
|
5754
|
+
"id": 47228,
|
|
5755
5755
|
"nodeType": "Block",
|
|
5756
5756
|
"src": "2410:214:111",
|
|
5757
5757
|
"statements": [
|
|
5758
5758
|
{
|
|
5759
5759
|
"assignments": [
|
|
5760
|
-
|
|
5760
|
+
47199
|
|
5761
5761
|
],
|
|
5762
5762
|
"declarations": [
|
|
5763
5763
|
{
|
|
5764
5764
|
"constant": false,
|
|
5765
|
-
"id":
|
|
5765
|
+
"id": 47199,
|
|
5766
5766
|
"mutability": "mutable",
|
|
5767
5767
|
"name": "balance",
|
|
5768
5768
|
"nameLocation": "2432:7:111",
|
|
5769
5769
|
"nodeType": "VariableDeclaration",
|
|
5770
|
-
"scope":
|
|
5770
|
+
"scope": 47228,
|
|
5771
5771
|
"src": "2424:15:111",
|
|
5772
5772
|
"stateVariable": false,
|
|
5773
5773
|
"storageLocation": "default",
|
|
@@ -5776,7 +5776,7 @@
|
|
|
5776
5776
|
"typeString": "uint256"
|
|
5777
5777
|
},
|
|
5778
5778
|
"typeName": {
|
|
5779
|
-
"id":
|
|
5779
|
+
"id": 47198,
|
|
5780
5780
|
"name": "uint256",
|
|
5781
5781
|
"nodeType": "ElementaryTypeName",
|
|
5782
5782
|
"src": "2424:7:111",
|
|
@@ -5788,20 +5788,20 @@
|
|
|
5788
5788
|
"visibility": "internal"
|
|
5789
5789
|
}
|
|
5790
5790
|
],
|
|
5791
|
-
"id":
|
|
5791
|
+
"id": 47209,
|
|
5792
5792
|
"initialValue": {
|
|
5793
5793
|
"arguments": [
|
|
5794
5794
|
{
|
|
5795
5795
|
"arguments": [
|
|
5796
5796
|
{
|
|
5797
|
-
"id":
|
|
5797
|
+
"id": 47206,
|
|
5798
5798
|
"name": "this",
|
|
5799
5799
|
"nodeType": "Identifier",
|
|
5800
5800
|
"overloadedDeclarations": [],
|
|
5801
5801
|
"referencedDeclaration": 4294967268,
|
|
5802
5802
|
"src": "2478:4:111",
|
|
5803
5803
|
"typeDescriptions": {
|
|
5804
|
-
"typeIdentifier": "t_contract$_BatchLiquidator_$
|
|
5804
|
+
"typeIdentifier": "t_contract$_BatchLiquidator_$47328",
|
|
5805
5805
|
"typeString": "contract BatchLiquidator"
|
|
5806
5806
|
}
|
|
5807
5807
|
}
|
|
@@ -5809,11 +5809,11 @@
|
|
|
5809
5809
|
"expression": {
|
|
5810
5810
|
"argumentTypes": [
|
|
5811
5811
|
{
|
|
5812
|
-
"typeIdentifier": "t_contract$_BatchLiquidator_$
|
|
5812
|
+
"typeIdentifier": "t_contract$_BatchLiquidator_$47328",
|
|
5813
5813
|
"typeString": "contract BatchLiquidator"
|
|
5814
5814
|
}
|
|
5815
5815
|
],
|
|
5816
|
-
"id":
|
|
5816
|
+
"id": 47205,
|
|
5817
5817
|
"isConstant": false,
|
|
5818
5818
|
"isLValue": false,
|
|
5819
5819
|
"isPure": true,
|
|
@@ -5825,14 +5825,14 @@
|
|
|
5825
5825
|
"typeString": "type(address)"
|
|
5826
5826
|
},
|
|
5827
5827
|
"typeName": {
|
|
5828
|
-
"id":
|
|
5828
|
+
"id": 47204,
|
|
5829
5829
|
"name": "address",
|
|
5830
5830
|
"nodeType": "ElementaryTypeName",
|
|
5831
5831
|
"src": "2470:7:111",
|
|
5832
5832
|
"typeDescriptions": {}
|
|
5833
5833
|
}
|
|
5834
5834
|
},
|
|
5835
|
-
"id":
|
|
5835
|
+
"id": 47207,
|
|
5836
5836
|
"isConstant": false,
|
|
5837
5837
|
"isLValue": false,
|
|
5838
5838
|
"isPure": false,
|
|
@@ -5859,11 +5859,11 @@
|
|
|
5859
5859
|
"expression": {
|
|
5860
5860
|
"arguments": [
|
|
5861
5861
|
{
|
|
5862
|
-
"id":
|
|
5862
|
+
"id": 47201,
|
|
5863
5863
|
"name": "superToken",
|
|
5864
5864
|
"nodeType": "Identifier",
|
|
5865
5865
|
"overloadedDeclarations": [],
|
|
5866
|
-
"referencedDeclaration":
|
|
5866
|
+
"referencedDeclaration": 47121,
|
|
5867
5867
|
"src": "2448:10:111",
|
|
5868
5868
|
"typeDescriptions": {
|
|
5869
5869
|
"typeIdentifier": "t_address",
|
|
@@ -5878,7 +5878,7 @@
|
|
|
5878
5878
|
"typeString": "address"
|
|
5879
5879
|
}
|
|
5880
5880
|
],
|
|
5881
|
-
"id":
|
|
5881
|
+
"id": 47200,
|
|
5882
5882
|
"name": "ERC20",
|
|
5883
5883
|
"nodeType": "Identifier",
|
|
5884
5884
|
"overloadedDeclarations": [],
|
|
@@ -5889,7 +5889,7 @@
|
|
|
5889
5889
|
"typeString": "type(contract ERC20)"
|
|
5890
5890
|
}
|
|
5891
5891
|
},
|
|
5892
|
-
"id":
|
|
5892
|
+
"id": 47202,
|
|
5893
5893
|
"isConstant": false,
|
|
5894
5894
|
"isLValue": false,
|
|
5895
5895
|
"isPure": false,
|
|
@@ -5905,7 +5905,7 @@
|
|
|
5905
5905
|
"typeString": "contract ERC20"
|
|
5906
5906
|
}
|
|
5907
5907
|
},
|
|
5908
|
-
"id":
|
|
5908
|
+
"id": 47203,
|
|
5909
5909
|
"isConstant": false,
|
|
5910
5910
|
"isLValue": false,
|
|
5911
5911
|
"isPure": false,
|
|
@@ -5920,7 +5920,7 @@
|
|
|
5920
5920
|
"typeString": "function (address) view external returns (uint256)"
|
|
5921
5921
|
}
|
|
5922
5922
|
},
|
|
5923
|
-
"id":
|
|
5923
|
+
"id": 47208,
|
|
5924
5924
|
"isConstant": false,
|
|
5925
5925
|
"isLValue": false,
|
|
5926
5926
|
"isPure": false,
|
|
@@ -5945,17 +5945,17 @@
|
|
|
5945
5945
|
"typeIdentifier": "t_uint256",
|
|
5946
5946
|
"typeString": "uint256"
|
|
5947
5947
|
},
|
|
5948
|
-
"id":
|
|
5948
|
+
"id": 47212,
|
|
5949
5949
|
"isConstant": false,
|
|
5950
5950
|
"isLValue": false,
|
|
5951
5951
|
"isPure": false,
|
|
5952
5952
|
"lValueRequested": false,
|
|
5953
5953
|
"leftExpression": {
|
|
5954
|
-
"id":
|
|
5954
|
+
"id": 47210,
|
|
5955
5955
|
"name": "balance",
|
|
5956
5956
|
"nodeType": "Identifier",
|
|
5957
5957
|
"overloadedDeclarations": [],
|
|
5958
|
-
"referencedDeclaration":
|
|
5958
|
+
"referencedDeclaration": 47199,
|
|
5959
5959
|
"src": "2502:7:111",
|
|
5960
5960
|
"typeDescriptions": {
|
|
5961
5961
|
"typeIdentifier": "t_uint256",
|
|
@@ -5966,7 +5966,7 @@
|
|
|
5966
5966
|
"operator": ">",
|
|
5967
5967
|
"rightExpression": {
|
|
5968
5968
|
"hexValue": "30",
|
|
5969
|
-
"id":
|
|
5969
|
+
"id": 47211,
|
|
5970
5970
|
"isConstant": false,
|
|
5971
5971
|
"isLValue": false,
|
|
5972
5972
|
"isPure": true,
|
|
@@ -5986,11 +5986,11 @@
|
|
|
5986
5986
|
"typeString": "bool"
|
|
5987
5987
|
}
|
|
5988
5988
|
},
|
|
5989
|
-
"id":
|
|
5989
|
+
"id": 47227,
|
|
5990
5990
|
"nodeType": "IfStatement",
|
|
5991
5991
|
"src": "2498:116:111",
|
|
5992
5992
|
"trueBody": {
|
|
5993
|
-
"id":
|
|
5993
|
+
"id": 47226,
|
|
5994
5994
|
"nodeType": "Block",
|
|
5995
5995
|
"src": "2515:99:111",
|
|
5996
5996
|
"statements": [
|
|
@@ -6000,14 +6000,14 @@
|
|
|
6000
6000
|
{
|
|
6001
6001
|
"arguments": [
|
|
6002
6002
|
{
|
|
6003
|
-
"id":
|
|
6003
|
+
"id": 47219,
|
|
6004
6004
|
"name": "this",
|
|
6005
6005
|
"nodeType": "Identifier",
|
|
6006
6006
|
"overloadedDeclarations": [],
|
|
6007
6007
|
"referencedDeclaration": 4294967268,
|
|
6008
6008
|
"src": "2572:4:111",
|
|
6009
6009
|
"typeDescriptions": {
|
|
6010
|
-
"typeIdentifier": "t_contract$_BatchLiquidator_$
|
|
6010
|
+
"typeIdentifier": "t_contract$_BatchLiquidator_$47328",
|
|
6011
6011
|
"typeString": "contract BatchLiquidator"
|
|
6012
6012
|
}
|
|
6013
6013
|
}
|
|
@@ -6015,11 +6015,11 @@
|
|
|
6015
6015
|
"expression": {
|
|
6016
6016
|
"argumentTypes": [
|
|
6017
6017
|
{
|
|
6018
|
-
"typeIdentifier": "t_contract$_BatchLiquidator_$
|
|
6018
|
+
"typeIdentifier": "t_contract$_BatchLiquidator_$47328",
|
|
6019
6019
|
"typeString": "contract BatchLiquidator"
|
|
6020
6020
|
}
|
|
6021
6021
|
],
|
|
6022
|
-
"id":
|
|
6022
|
+
"id": 47218,
|
|
6023
6023
|
"isConstant": false,
|
|
6024
6024
|
"isLValue": false,
|
|
6025
6025
|
"isPure": true,
|
|
@@ -6031,14 +6031,14 @@
|
|
|
6031
6031
|
"typeString": "type(address)"
|
|
6032
6032
|
},
|
|
6033
6033
|
"typeName": {
|
|
6034
|
-
"id":
|
|
6034
|
+
"id": 47217,
|
|
6035
6035
|
"name": "address",
|
|
6036
6036
|
"nodeType": "ElementaryTypeName",
|
|
6037
6037
|
"src": "2564:7:111",
|
|
6038
6038
|
"typeDescriptions": {}
|
|
6039
6039
|
}
|
|
6040
6040
|
},
|
|
6041
|
-
"id":
|
|
6041
|
+
"id": 47220,
|
|
6042
6042
|
"isConstant": false,
|
|
6043
6043
|
"isLValue": false,
|
|
6044
6044
|
"isPure": false,
|
|
@@ -6056,7 +6056,7 @@
|
|
|
6056
6056
|
},
|
|
6057
6057
|
{
|
|
6058
6058
|
"expression": {
|
|
6059
|
-
"id":
|
|
6059
|
+
"id": 47221,
|
|
6060
6060
|
"name": "msg",
|
|
6061
6061
|
"nodeType": "Identifier",
|
|
6062
6062
|
"overloadedDeclarations": [],
|
|
@@ -6067,7 +6067,7 @@
|
|
|
6067
6067
|
"typeString": "msg"
|
|
6068
6068
|
}
|
|
6069
6069
|
},
|
|
6070
|
-
"id":
|
|
6070
|
+
"id": 47222,
|
|
6071
6071
|
"isConstant": false,
|
|
6072
6072
|
"isLValue": false,
|
|
6073
6073
|
"isPure": false,
|
|
@@ -6082,11 +6082,11 @@
|
|
|
6082
6082
|
}
|
|
6083
6083
|
},
|
|
6084
6084
|
{
|
|
6085
|
-
"id":
|
|
6085
|
+
"id": 47223,
|
|
6086
6086
|
"name": "balance",
|
|
6087
6087
|
"nodeType": "Identifier",
|
|
6088
6088
|
"overloadedDeclarations": [],
|
|
6089
|
-
"referencedDeclaration":
|
|
6089
|
+
"referencedDeclaration": 47199,
|
|
6090
6090
|
"src": "2591:7:111",
|
|
6091
6091
|
"typeDescriptions": {
|
|
6092
6092
|
"typeIdentifier": "t_uint256",
|
|
@@ -6112,11 +6112,11 @@
|
|
|
6112
6112
|
"expression": {
|
|
6113
6113
|
"arguments": [
|
|
6114
6114
|
{
|
|
6115
|
-
"id":
|
|
6115
|
+
"id": 47214,
|
|
6116
6116
|
"name": "superToken",
|
|
6117
6117
|
"nodeType": "Identifier",
|
|
6118
6118
|
"overloadedDeclarations": [],
|
|
6119
|
-
"referencedDeclaration":
|
|
6119
|
+
"referencedDeclaration": 47121,
|
|
6120
6120
|
"src": "2539:10:111",
|
|
6121
6121
|
"typeDescriptions": {
|
|
6122
6122
|
"typeIdentifier": "t_address",
|
|
@@ -6131,7 +6131,7 @@
|
|
|
6131
6131
|
"typeString": "address"
|
|
6132
6132
|
}
|
|
6133
6133
|
],
|
|
6134
|
-
"id":
|
|
6134
|
+
"id": 47213,
|
|
6135
6135
|
"name": "ERC20",
|
|
6136
6136
|
"nodeType": "Identifier",
|
|
6137
6137
|
"overloadedDeclarations": [],
|
|
@@ -6142,7 +6142,7 @@
|
|
|
6142
6142
|
"typeString": "type(contract ERC20)"
|
|
6143
6143
|
}
|
|
6144
6144
|
},
|
|
6145
|
-
"id":
|
|
6145
|
+
"id": 47215,
|
|
6146
6146
|
"isConstant": false,
|
|
6147
6147
|
"isLValue": false,
|
|
6148
6148
|
"isPure": false,
|
|
@@ -6158,7 +6158,7 @@
|
|
|
6158
6158
|
"typeString": "contract ERC20"
|
|
6159
6159
|
}
|
|
6160
6160
|
},
|
|
6161
|
-
"id":
|
|
6161
|
+
"id": 47216,
|
|
6162
6162
|
"isConstant": false,
|
|
6163
6163
|
"isLValue": false,
|
|
6164
6164
|
"isPure": false,
|
|
@@ -6173,7 +6173,7 @@
|
|
|
6173
6173
|
"typeString": "function (address,address,uint256) external returns (bool)"
|
|
6174
6174
|
}
|
|
6175
6175
|
},
|
|
6176
|
-
"id":
|
|
6176
|
+
"id": 47224,
|
|
6177
6177
|
"isConstant": false,
|
|
6178
6178
|
"isLValue": false,
|
|
6179
6179
|
"isPure": false,
|
|
@@ -6189,7 +6189,7 @@
|
|
|
6189
6189
|
"typeString": "bool"
|
|
6190
6190
|
}
|
|
6191
6191
|
},
|
|
6192
|
-
"id":
|
|
6192
|
+
"id": 47225,
|
|
6193
6193
|
"nodeType": "ExpressionStatement",
|
|
6194
6194
|
"src": "2533:66:111"
|
|
6195
6195
|
}
|
|
@@ -6201,13 +6201,13 @@
|
|
|
6201
6201
|
]
|
|
6202
6202
|
},
|
|
6203
6203
|
"documentation": {
|
|
6204
|
-
"id":
|
|
6204
|
+
"id": 47119,
|
|
6205
6205
|
"nodeType": "StructuredDocumentation",
|
|
6206
6206
|
"src": "831:209:111",
|
|
6207
6207
|
"text": " @dev Delete flows in batch\n @param superToken - The super token the flows belong to.\n @param senders - List of senders.\n @param receivers - Corresponding list of receivers."
|
|
6208
6208
|
},
|
|
6209
6209
|
"functionSelector": "8f95895f",
|
|
6210
|
-
"id":
|
|
6210
|
+
"id": 47230,
|
|
6211
6211
|
"implemented": true,
|
|
6212
6212
|
"kind": "function",
|
|
6213
6213
|
"modifiers": [],
|
|
@@ -6215,17 +6215,17 @@
|
|
|
6215
6215
|
"nameLocation": "1054:11:111",
|
|
6216
6216
|
"nodeType": "FunctionDefinition",
|
|
6217
6217
|
"parameters": {
|
|
6218
|
-
"id":
|
|
6218
|
+
"id": 47128,
|
|
6219
6219
|
"nodeType": "ParameterList",
|
|
6220
6220
|
"parameters": [
|
|
6221
6221
|
{
|
|
6222
6222
|
"constant": false,
|
|
6223
|
-
"id":
|
|
6223
|
+
"id": 47121,
|
|
6224
6224
|
"mutability": "mutable",
|
|
6225
6225
|
"name": "superToken",
|
|
6226
6226
|
"nameLocation": "1083:10:111",
|
|
6227
6227
|
"nodeType": "VariableDeclaration",
|
|
6228
|
-
"scope":
|
|
6228
|
+
"scope": 47230,
|
|
6229
6229
|
"src": "1075:18:111",
|
|
6230
6230
|
"stateVariable": false,
|
|
6231
6231
|
"storageLocation": "default",
|
|
@@ -6234,7 +6234,7 @@
|
|
|
6234
6234
|
"typeString": "address"
|
|
6235
6235
|
},
|
|
6236
6236
|
"typeName": {
|
|
6237
|
-
"id":
|
|
6237
|
+
"id": 47120,
|
|
6238
6238
|
"name": "address",
|
|
6239
6239
|
"nodeType": "ElementaryTypeName",
|
|
6240
6240
|
"src": "1075:7:111",
|
|
@@ -6248,12 +6248,12 @@
|
|
|
6248
6248
|
},
|
|
6249
6249
|
{
|
|
6250
6250
|
"constant": false,
|
|
6251
|
-
"id":
|
|
6251
|
+
"id": 47124,
|
|
6252
6252
|
"mutability": "mutable",
|
|
6253
6253
|
"name": "senders",
|
|
6254
6254
|
"nameLocation": "1122:7:111",
|
|
6255
6255
|
"nodeType": "VariableDeclaration",
|
|
6256
|
-
"scope":
|
|
6256
|
+
"scope": 47230,
|
|
6257
6257
|
"src": "1103:26:111",
|
|
6258
6258
|
"stateVariable": false,
|
|
6259
6259
|
"storageLocation": "calldata",
|
|
@@ -6263,7 +6263,7 @@
|
|
|
6263
6263
|
},
|
|
6264
6264
|
"typeName": {
|
|
6265
6265
|
"baseType": {
|
|
6266
|
-
"id":
|
|
6266
|
+
"id": 47122,
|
|
6267
6267
|
"name": "address",
|
|
6268
6268
|
"nodeType": "ElementaryTypeName",
|
|
6269
6269
|
"src": "1103:7:111",
|
|
@@ -6273,7 +6273,7 @@
|
|
|
6273
6273
|
"typeString": "address"
|
|
6274
6274
|
}
|
|
6275
6275
|
},
|
|
6276
|
-
"id":
|
|
6276
|
+
"id": 47123,
|
|
6277
6277
|
"nodeType": "ArrayTypeName",
|
|
6278
6278
|
"src": "1103:9:111",
|
|
6279
6279
|
"typeDescriptions": {
|
|
@@ -6285,12 +6285,12 @@
|
|
|
6285
6285
|
},
|
|
6286
6286
|
{
|
|
6287
6287
|
"constant": false,
|
|
6288
|
-
"id":
|
|
6288
|
+
"id": 47127,
|
|
6289
6289
|
"mutability": "mutable",
|
|
6290
6290
|
"name": "receivers",
|
|
6291
6291
|
"nameLocation": "1150:9:111",
|
|
6292
6292
|
"nodeType": "VariableDeclaration",
|
|
6293
|
-
"scope":
|
|
6293
|
+
"scope": 47230,
|
|
6294
6294
|
"src": "1131:28:111",
|
|
6295
6295
|
"stateVariable": false,
|
|
6296
6296
|
"storageLocation": "calldata",
|
|
@@ -6300,7 +6300,7 @@
|
|
|
6300
6300
|
},
|
|
6301
6301
|
"typeName": {
|
|
6302
6302
|
"baseType": {
|
|
6303
|
-
"id":
|
|
6303
|
+
"id": 47125,
|
|
6304
6304
|
"name": "address",
|
|
6305
6305
|
"nodeType": "ElementaryTypeName",
|
|
6306
6306
|
"src": "1131:7:111",
|
|
@@ -6310,7 +6310,7 @@
|
|
|
6310
6310
|
"typeString": "address"
|
|
6311
6311
|
}
|
|
6312
6312
|
},
|
|
6313
|
-
"id":
|
|
6313
|
+
"id": 47126,
|
|
6314
6314
|
"nodeType": "ArrayTypeName",
|
|
6315
6315
|
"src": "1131:9:111",
|
|
6316
6316
|
"typeDescriptions": {
|
|
@@ -6324,12 +6324,12 @@
|
|
|
6324
6324
|
"src": "1065:100:111"
|
|
6325
6325
|
},
|
|
6326
6326
|
"returnParameters": {
|
|
6327
|
-
"id":
|
|
6327
|
+
"id": 47129,
|
|
6328
6328
|
"nodeType": "ParameterList",
|
|
6329
6329
|
"parameters": [],
|
|
6330
6330
|
"src": "1175:0:111"
|
|
6331
6331
|
},
|
|
6332
|
-
"scope":
|
|
6332
|
+
"scope": 47328,
|
|
6333
6333
|
"src": "1045:1585:111",
|
|
6334
6334
|
"stateMutability": "nonpayable",
|
|
6335
6335
|
"virtual": false,
|
|
@@ -6337,24 +6337,24 @@
|
|
|
6337
6337
|
},
|
|
6338
6338
|
{
|
|
6339
6339
|
"body": {
|
|
6340
|
-
"id":
|
|
6340
|
+
"id": 47326,
|
|
6341
6341
|
"nodeType": "Block",
|
|
6342
6342
|
"src": "2768:1298:111",
|
|
6343
6343
|
"statements": [
|
|
6344
6344
|
{
|
|
6345
6345
|
"assignments": [
|
|
6346
|
-
|
|
6347
|
-
|
|
6346
|
+
47240,
|
|
6347
|
+
47242
|
|
6348
6348
|
],
|
|
6349
6349
|
"declarations": [
|
|
6350
6350
|
{
|
|
6351
6351
|
"constant": false,
|
|
6352
|
-
"id":
|
|
6352
|
+
"id": 47240,
|
|
6353
6353
|
"mutability": "mutable",
|
|
6354
6354
|
"name": "success",
|
|
6355
6355
|
"nameLocation": "2814:7:111",
|
|
6356
6356
|
"nodeType": "VariableDeclaration",
|
|
6357
|
-
"scope":
|
|
6357
|
+
"scope": 47326,
|
|
6358
6358
|
"src": "2809:12:111",
|
|
6359
6359
|
"stateVariable": false,
|
|
6360
6360
|
"storageLocation": "default",
|
|
@@ -6363,7 +6363,7 @@
|
|
|
6363
6363
|
"typeString": "bool"
|
|
6364
6364
|
},
|
|
6365
6365
|
"typeName": {
|
|
6366
|
-
"id":
|
|
6366
|
+
"id": 47239,
|
|
6367
6367
|
"name": "bool",
|
|
6368
6368
|
"nodeType": "ElementaryTypeName",
|
|
6369
6369
|
"src": "2809:4:111",
|
|
@@ -6376,12 +6376,12 @@
|
|
|
6376
6376
|
},
|
|
6377
6377
|
{
|
|
6378
6378
|
"constant": false,
|
|
6379
|
-
"id":
|
|
6379
|
+
"id": 47242,
|
|
6380
6380
|
"mutability": "mutable",
|
|
6381
6381
|
"name": "returndata",
|
|
6382
6382
|
"nameLocation": "2836:10:111",
|
|
6383
6383
|
"nodeType": "VariableDeclaration",
|
|
6384
|
-
"scope":
|
|
6384
|
+
"scope": 47326,
|
|
6385
6385
|
"src": "2823:23:111",
|
|
6386
6386
|
"stateVariable": false,
|
|
6387
6387
|
"storageLocation": "memory",
|
|
@@ -6390,7 +6390,7 @@
|
|
|
6390
6390
|
"typeString": "bytes"
|
|
6391
6391
|
},
|
|
6392
6392
|
"typeName": {
|
|
6393
|
-
"id":
|
|
6393
|
+
"id": 47241,
|
|
6394
6394
|
"name": "bytes",
|
|
6395
6395
|
"nodeType": "ElementaryTypeName",
|
|
6396
6396
|
"src": "2823:5:111",
|
|
@@ -6402,7 +6402,7 @@
|
|
|
6402
6402
|
"visibility": "internal"
|
|
6403
6403
|
}
|
|
6404
6404
|
],
|
|
6405
|
-
"id":
|
|
6405
|
+
"id": 47281,
|
|
6406
6406
|
"initialValue": {
|
|
6407
6407
|
"arguments": [
|
|
6408
6408
|
{
|
|
@@ -6411,11 +6411,11 @@
|
|
|
6411
6411
|
"expression": {
|
|
6412
6412
|
"arguments": [
|
|
6413
6413
|
{
|
|
6414
|
-
"id":
|
|
6414
|
+
"id": 47251,
|
|
6415
6415
|
"name": "host",
|
|
6416
6416
|
"nodeType": "Identifier",
|
|
6417
6417
|
"overloadedDeclarations": [],
|
|
6418
|
-
"referencedDeclaration":
|
|
6418
|
+
"referencedDeclaration": 47100,
|
|
6419
6419
|
"src": "2926:4:111",
|
|
6420
6420
|
"typeDescriptions": {
|
|
6421
6421
|
"typeIdentifier": "t_address",
|
|
@@ -6430,18 +6430,18 @@
|
|
|
6430
6430
|
"typeString": "address"
|
|
6431
6431
|
}
|
|
6432
6432
|
],
|
|
6433
|
-
"id":
|
|
6433
|
+
"id": 47250,
|
|
6434
6434
|
"name": "ISuperfluid",
|
|
6435
6435
|
"nodeType": "Identifier",
|
|
6436
6436
|
"overloadedDeclarations": [],
|
|
6437
|
-
"referencedDeclaration":
|
|
6437
|
+
"referencedDeclaration": 25051,
|
|
6438
6438
|
"src": "2914:11:111",
|
|
6439
6439
|
"typeDescriptions": {
|
|
6440
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$
|
|
6440
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25051_$",
|
|
6441
6441
|
"typeString": "type(contract ISuperfluid)"
|
|
6442
6442
|
}
|
|
6443
6443
|
},
|
|
6444
|
-
"id":
|
|
6444
|
+
"id": 47252,
|
|
6445
6445
|
"isConstant": false,
|
|
6446
6446
|
"isLValue": false,
|
|
6447
6447
|
"isPure": false,
|
|
@@ -6453,11 +6453,11 @@
|
|
|
6453
6453
|
"src": "2914:17:111",
|
|
6454
6454
|
"tryCall": false,
|
|
6455
6455
|
"typeDescriptions": {
|
|
6456
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
6456
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
6457
6457
|
"typeString": "contract ISuperfluid"
|
|
6458
6458
|
}
|
|
6459
6459
|
},
|
|
6460
|
-
"id":
|
|
6460
|
+
"id": 47253,
|
|
6461
6461
|
"isConstant": false,
|
|
6462
6462
|
"isLValue": false,
|
|
6463
6463
|
"isPure": false,
|
|
@@ -6465,10 +6465,10 @@
|
|
|
6465
6465
|
"memberLocation": "2932:13:111",
|
|
6466
6466
|
"memberName": "callAgreement",
|
|
6467
6467
|
"nodeType": "MemberAccess",
|
|
6468
|
-
"referencedDeclaration":
|
|
6468
|
+
"referencedDeclaration": 24949,
|
|
6469
6469
|
"src": "2914:31:111",
|
|
6470
6470
|
"typeDescriptions": {
|
|
6471
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
6471
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
6472
6472
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
6473
6473
|
}
|
|
6474
6474
|
},
|
|
@@ -6477,11 +6477,11 @@
|
|
|
6477
6477
|
{
|
|
6478
6478
|
"arguments": [
|
|
6479
6479
|
{
|
|
6480
|
-
"id":
|
|
6480
|
+
"id": 47255,
|
|
6481
6481
|
"name": "cfa",
|
|
6482
6482
|
"nodeType": "Identifier",
|
|
6483
6483
|
"overloadedDeclarations": [],
|
|
6484
|
-
"referencedDeclaration":
|
|
6484
|
+
"referencedDeclaration": 47102,
|
|
6485
6485
|
"src": "3001:3:111",
|
|
6486
6486
|
"typeDescriptions": {
|
|
6487
6487
|
"typeIdentifier": "t_address",
|
|
@@ -6496,18 +6496,18 @@
|
|
|
6496
6496
|
"typeString": "address"
|
|
6497
6497
|
}
|
|
6498
6498
|
],
|
|
6499
|
-
"id":
|
|
6499
|
+
"id": 47254,
|
|
6500
6500
|
"name": "ISuperAgreement",
|
|
6501
6501
|
"nodeType": "Identifier",
|
|
6502
6502
|
"overloadedDeclarations": [],
|
|
6503
|
-
"referencedDeclaration":
|
|
6503
|
+
"referencedDeclaration": 23809,
|
|
6504
6504
|
"src": "2985:15:111",
|
|
6505
6505
|
"typeDescriptions": {
|
|
6506
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperAgreement_$
|
|
6506
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperAgreement_$23809_$",
|
|
6507
6507
|
"typeString": "type(contract ISuperAgreement)"
|
|
6508
6508
|
}
|
|
6509
6509
|
},
|
|
6510
|
-
"id":
|
|
6510
|
+
"id": 47256,
|
|
6511
6511
|
"isConstant": false,
|
|
6512
6512
|
"isLValue": false,
|
|
6513
6513
|
"isPure": false,
|
|
@@ -6519,7 +6519,7 @@
|
|
|
6519
6519
|
"src": "2985:20:111",
|
|
6520
6520
|
"tryCall": false,
|
|
6521
6521
|
"typeDescriptions": {
|
|
6522
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
6522
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$23809",
|
|
6523
6523
|
"typeString": "contract ISuperAgreement"
|
|
6524
6524
|
}
|
|
6525
6525
|
},
|
|
@@ -6529,11 +6529,11 @@
|
|
|
6529
6529
|
"expression": {
|
|
6530
6530
|
"arguments": [
|
|
6531
6531
|
{
|
|
6532
|
-
"id":
|
|
6532
|
+
"id": 47260,
|
|
6533
6533
|
"name": "cfa",
|
|
6534
6534
|
"nodeType": "Identifier",
|
|
6535
6535
|
"overloadedDeclarations": [],
|
|
6536
|
-
"referencedDeclaration":
|
|
6536
|
+
"referencedDeclaration": 47102,
|
|
6537
6537
|
"src": "3092:3:111",
|
|
6538
6538
|
"typeDescriptions": {
|
|
6539
6539
|
"typeIdentifier": "t_address",
|
|
@@ -6548,18 +6548,18 @@
|
|
|
6548
6548
|
"typeString": "address"
|
|
6549
6549
|
}
|
|
6550
6550
|
],
|
|
6551
|
-
"id":
|
|
6551
|
+
"id": 47259,
|
|
6552
6552
|
"name": "IConstantFlowAgreementV1",
|
|
6553
6553
|
"nodeType": "Identifier",
|
|
6554
6554
|
"overloadedDeclarations": [],
|
|
6555
|
-
"referencedDeclaration":
|
|
6555
|
+
"referencedDeclaration": 22732,
|
|
6556
6556
|
"src": "3067:24:111",
|
|
6557
6557
|
"typeDescriptions": {
|
|
6558
|
-
"typeIdentifier": "t_type$_t_contract$_IConstantFlowAgreementV1_$
|
|
6558
|
+
"typeIdentifier": "t_type$_t_contract$_IConstantFlowAgreementV1_$22732_$",
|
|
6559
6559
|
"typeString": "type(contract IConstantFlowAgreementV1)"
|
|
6560
6560
|
}
|
|
6561
6561
|
},
|
|
6562
|
-
"id":
|
|
6562
|
+
"id": 47261,
|
|
6563
6563
|
"isConstant": false,
|
|
6564
6564
|
"isLValue": false,
|
|
6565
6565
|
"isPure": false,
|
|
@@ -6571,11 +6571,11 @@
|
|
|
6571
6571
|
"src": "3067:29:111",
|
|
6572
6572
|
"tryCall": false,
|
|
6573
6573
|
"typeDescriptions": {
|
|
6574
|
-
"typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$
|
|
6574
|
+
"typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$22732",
|
|
6575
6575
|
"typeString": "contract IConstantFlowAgreementV1"
|
|
6576
6576
|
}
|
|
6577
6577
|
},
|
|
6578
|
-
"id":
|
|
6578
|
+
"id": 47262,
|
|
6579
6579
|
"isConstant": false,
|
|
6580
6580
|
"isLValue": false,
|
|
6581
6581
|
"isPure": false,
|
|
@@ -6583,10 +6583,10 @@
|
|
|
6583
6583
|
"memberLocation": "3097:10:111",
|
|
6584
6584
|
"memberName": "deleteFlow",
|
|
6585
6585
|
"nodeType": "MemberAccess",
|
|
6586
|
-
"referencedDeclaration":
|
|
6586
|
+
"referencedDeclaration": 22677,
|
|
6587
6587
|
"src": "3067:40:111",
|
|
6588
6588
|
"typeDescriptions": {
|
|
6589
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
6589
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
6590
6590
|
"typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
|
|
6591
6591
|
}
|
|
6592
6592
|
},
|
|
@@ -6595,11 +6595,11 @@
|
|
|
6595
6595
|
{
|
|
6596
6596
|
"arguments": [
|
|
6597
6597
|
{
|
|
6598
|
-
"id":
|
|
6598
|
+
"id": 47264,
|
|
6599
6599
|
"name": "superToken",
|
|
6600
6600
|
"nodeType": "Identifier",
|
|
6601
6601
|
"overloadedDeclarations": [],
|
|
6602
|
-
"referencedDeclaration":
|
|
6602
|
+
"referencedDeclaration": 47232,
|
|
6603
6603
|
"src": "3175:10:111",
|
|
6604
6604
|
"typeDescriptions": {
|
|
6605
6605
|
"typeIdentifier": "t_address",
|
|
@@ -6614,18 +6614,18 @@
|
|
|
6614
6614
|
"typeString": "address"
|
|
6615
6615
|
}
|
|
6616
6616
|
],
|
|
6617
|
-
"id":
|
|
6617
|
+
"id": 47263,
|
|
6618
6618
|
"name": "ISuperToken",
|
|
6619
6619
|
"nodeType": "Identifier",
|
|
6620
6620
|
"overloadedDeclarations": [],
|
|
6621
|
-
"referencedDeclaration":
|
|
6621
|
+
"referencedDeclaration": 24397,
|
|
6622
6622
|
"src": "3163:11:111",
|
|
6623
6623
|
"typeDescriptions": {
|
|
6624
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$
|
|
6624
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$24397_$",
|
|
6625
6625
|
"typeString": "type(contract ISuperToken)"
|
|
6626
6626
|
}
|
|
6627
6627
|
},
|
|
6628
|
-
"id":
|
|
6628
|
+
"id": 47265,
|
|
6629
6629
|
"isConstant": false,
|
|
6630
6630
|
"isLValue": false,
|
|
6631
6631
|
"isPure": false,
|
|
@@ -6637,16 +6637,16 @@
|
|
|
6637
6637
|
"src": "3163:23:111",
|
|
6638
6638
|
"tryCall": false,
|
|
6639
6639
|
"typeDescriptions": {
|
|
6640
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
6640
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
6641
6641
|
"typeString": "contract ISuperToken"
|
|
6642
6642
|
}
|
|
6643
6643
|
},
|
|
6644
6644
|
{
|
|
6645
|
-
"id":
|
|
6645
|
+
"id": 47266,
|
|
6646
6646
|
"name": "sender",
|
|
6647
6647
|
"nodeType": "Identifier",
|
|
6648
6648
|
"overloadedDeclarations": [],
|
|
6649
|
-
"referencedDeclaration":
|
|
6649
|
+
"referencedDeclaration": 47234,
|
|
6650
6650
|
"src": "3216:6:111",
|
|
6651
6651
|
"typeDescriptions": {
|
|
6652
6652
|
"typeIdentifier": "t_address",
|
|
@@ -6654,11 +6654,11 @@
|
|
|
6654
6654
|
}
|
|
6655
6655
|
},
|
|
6656
6656
|
{
|
|
6657
|
-
"id":
|
|
6657
|
+
"id": 47267,
|
|
6658
6658
|
"name": "receiver",
|
|
6659
6659
|
"nodeType": "Identifier",
|
|
6660
6660
|
"overloadedDeclarations": [],
|
|
6661
|
-
"referencedDeclaration":
|
|
6661
|
+
"referencedDeclaration": 47236,
|
|
6662
6662
|
"src": "3252:8:111",
|
|
6663
6663
|
"typeDescriptions": {
|
|
6664
6664
|
"typeIdentifier": "t_address",
|
|
@@ -6669,7 +6669,7 @@
|
|
|
6669
6669
|
"arguments": [
|
|
6670
6670
|
{
|
|
6671
6671
|
"hexValue": "30",
|
|
6672
|
-
"id":
|
|
6672
|
+
"id": 47270,
|
|
6673
6673
|
"isConstant": false,
|
|
6674
6674
|
"isLValue": false,
|
|
6675
6675
|
"isPure": true,
|
|
@@ -6691,7 +6691,7 @@
|
|
|
6691
6691
|
"typeString": "int_const 0"
|
|
6692
6692
|
}
|
|
6693
6693
|
],
|
|
6694
|
-
"id":
|
|
6694
|
+
"id": 47269,
|
|
6695
6695
|
"isConstant": false,
|
|
6696
6696
|
"isLValue": false,
|
|
6697
6697
|
"isPure": true,
|
|
@@ -6703,7 +6703,7 @@
|
|
|
6703
6703
|
"typeString": "function (uint256) pure returns (bytes memory)"
|
|
6704
6704
|
},
|
|
6705
6705
|
"typeName": {
|
|
6706
|
-
"id":
|
|
6706
|
+
"id": 47268,
|
|
6707
6707
|
"name": "bytes",
|
|
6708
6708
|
"nodeType": "ElementaryTypeName",
|
|
6709
6709
|
"src": "3294:5:111",
|
|
@@ -6713,7 +6713,7 @@
|
|
|
6713
6713
|
}
|
|
6714
6714
|
}
|
|
6715
6715
|
},
|
|
6716
|
-
"id":
|
|
6716
|
+
"id": 47271,
|
|
6717
6717
|
"isConstant": false,
|
|
6718
6718
|
"isLValue": false,
|
|
6719
6719
|
"isPure": true,
|
|
@@ -6730,7 +6730,7 @@
|
|
|
6730
6730
|
}
|
|
6731
6731
|
}
|
|
6732
6732
|
],
|
|
6733
|
-
"id":
|
|
6733
|
+
"id": 47272,
|
|
6734
6734
|
"isConstant": false,
|
|
6735
6735
|
"isInlineArray": false,
|
|
6736
6736
|
"isLValue": false,
|
|
@@ -6739,7 +6739,7 @@
|
|
|
6739
6739
|
"nodeType": "TupleExpression",
|
|
6740
6740
|
"src": "3133:195:111",
|
|
6741
6741
|
"typeDescriptions": {
|
|
6742
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperToken_$
|
|
6742
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperToken_$24397_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
|
|
6743
6743
|
"typeString": "tuple(contract ISuperToken,address,address,bytes memory)"
|
|
6744
6744
|
}
|
|
6745
6745
|
}
|
|
@@ -6747,16 +6747,16 @@
|
|
|
6747
6747
|
"expression": {
|
|
6748
6748
|
"argumentTypes": [
|
|
6749
6749
|
{
|
|
6750
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
6750
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
6751
6751
|
"typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
|
|
6752
6752
|
},
|
|
6753
6753
|
{
|
|
6754
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperToken_$
|
|
6754
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperToken_$24397_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
|
|
6755
6755
|
"typeString": "tuple(contract ISuperToken,address,address,bytes memory)"
|
|
6756
6756
|
}
|
|
6757
6757
|
],
|
|
6758
6758
|
"expression": {
|
|
6759
|
-
"id":
|
|
6759
|
+
"id": 47257,
|
|
6760
6760
|
"name": "abi",
|
|
6761
6761
|
"nodeType": "Identifier",
|
|
6762
6762
|
"overloadedDeclarations": [],
|
|
@@ -6767,7 +6767,7 @@
|
|
|
6767
6767
|
"typeString": "abi"
|
|
6768
6768
|
}
|
|
6769
6769
|
},
|
|
6770
|
-
"id":
|
|
6770
|
+
"id": 47258,
|
|
6771
6771
|
"isConstant": false,
|
|
6772
6772
|
"isLValue": false,
|
|
6773
6773
|
"isPure": true,
|
|
@@ -6781,7 +6781,7 @@
|
|
|
6781
6781
|
"typeString": "function () pure returns (bytes memory)"
|
|
6782
6782
|
}
|
|
6783
6783
|
},
|
|
6784
|
-
"id":
|
|
6784
|
+
"id": 47273,
|
|
6785
6785
|
"isConstant": false,
|
|
6786
6786
|
"isLValue": false,
|
|
6787
6787
|
"isPure": false,
|
|
@@ -6801,7 +6801,7 @@
|
|
|
6801
6801
|
"arguments": [
|
|
6802
6802
|
{
|
|
6803
6803
|
"hexValue": "30",
|
|
6804
|
-
"id":
|
|
6804
|
+
"id": 47276,
|
|
6805
6805
|
"isConstant": false,
|
|
6806
6806
|
"isLValue": false,
|
|
6807
6807
|
"isPure": true,
|
|
@@ -6823,7 +6823,7 @@
|
|
|
6823
6823
|
"typeString": "int_const 0"
|
|
6824
6824
|
}
|
|
6825
6825
|
],
|
|
6826
|
-
"id":
|
|
6826
|
+
"id": 47275,
|
|
6827
6827
|
"isConstant": false,
|
|
6828
6828
|
"isLValue": false,
|
|
6829
6829
|
"isPure": true,
|
|
@@ -6835,7 +6835,7 @@
|
|
|
6835
6835
|
"typeString": "function (uint256) pure returns (bytes memory)"
|
|
6836
6836
|
},
|
|
6837
6837
|
"typeName": {
|
|
6838
|
-
"id":
|
|
6838
|
+
"id": 47274,
|
|
6839
6839
|
"name": "bytes",
|
|
6840
6840
|
"nodeType": "ElementaryTypeName",
|
|
6841
6841
|
"src": "3376:5:111",
|
|
@@ -6845,7 +6845,7 @@
|
|
|
6845
6845
|
}
|
|
6846
6846
|
}
|
|
6847
6847
|
},
|
|
6848
|
-
"id":
|
|
6848
|
+
"id": 47277,
|
|
6849
6849
|
"isConstant": false,
|
|
6850
6850
|
"isLValue": false,
|
|
6851
6851
|
"isPure": true,
|
|
@@ -6862,7 +6862,7 @@
|
|
|
6862
6862
|
}
|
|
6863
6863
|
}
|
|
6864
6864
|
],
|
|
6865
|
-
"id":
|
|
6865
|
+
"id": 47278,
|
|
6866
6866
|
"isConstant": false,
|
|
6867
6867
|
"isInlineArray": false,
|
|
6868
6868
|
"isLValue": false,
|
|
@@ -6871,7 +6871,7 @@
|
|
|
6871
6871
|
"nodeType": "TupleExpression",
|
|
6872
6872
|
"src": "2963:439:111",
|
|
6873
6873
|
"typeDescriptions": {
|
|
6874
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperAgreement_$
|
|
6874
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
6875
6875
|
"typeString": "tuple(contract ISuperAgreement,bytes memory,bytes memory)"
|
|
6876
6876
|
}
|
|
6877
6877
|
}
|
|
@@ -6879,16 +6879,16 @@
|
|
|
6879
6879
|
"expression": {
|
|
6880
6880
|
"argumentTypes": [
|
|
6881
6881
|
{
|
|
6882
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
6882
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
6883
6883
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
6884
6884
|
},
|
|
6885
6885
|
{
|
|
6886
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperAgreement_$
|
|
6886
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
6887
6887
|
"typeString": "tuple(contract ISuperAgreement,bytes memory,bytes memory)"
|
|
6888
6888
|
}
|
|
6889
6889
|
],
|
|
6890
6890
|
"expression": {
|
|
6891
|
-
"id":
|
|
6891
|
+
"id": 47248,
|
|
6892
6892
|
"name": "abi",
|
|
6893
6893
|
"nodeType": "Identifier",
|
|
6894
6894
|
"overloadedDeclarations": [],
|
|
@@ -6899,7 +6899,7 @@
|
|
|
6899
6899
|
"typeString": "abi"
|
|
6900
6900
|
}
|
|
6901
6901
|
},
|
|
6902
|
-
"id":
|
|
6902
|
+
"id": 47249,
|
|
6903
6903
|
"isConstant": false,
|
|
6904
6904
|
"isLValue": false,
|
|
6905
6905
|
"isPure": true,
|
|
@@ -6913,7 +6913,7 @@
|
|
|
6913
6913
|
"typeString": "function () pure returns (bytes memory)"
|
|
6914
6914
|
}
|
|
6915
6915
|
},
|
|
6916
|
-
"id":
|
|
6916
|
+
"id": 47279,
|
|
6917
6917
|
"isConstant": false,
|
|
6918
6918
|
"isLValue": false,
|
|
6919
6919
|
"isPure": false,
|
|
@@ -6940,11 +6940,11 @@
|
|
|
6940
6940
|
"expression": {
|
|
6941
6941
|
"arguments": [
|
|
6942
6942
|
{
|
|
6943
|
-
"id":
|
|
6943
|
+
"id": 47245,
|
|
6944
6944
|
"name": "host",
|
|
6945
6945
|
"nodeType": "Identifier",
|
|
6946
6946
|
"overloadedDeclarations": [],
|
|
6947
|
-
"referencedDeclaration":
|
|
6947
|
+
"referencedDeclaration": 47100,
|
|
6948
6948
|
"src": "2858:4:111",
|
|
6949
6949
|
"typeDescriptions": {
|
|
6950
6950
|
"typeIdentifier": "t_address",
|
|
@@ -6959,7 +6959,7 @@
|
|
|
6959
6959
|
"typeString": "address"
|
|
6960
6960
|
}
|
|
6961
6961
|
],
|
|
6962
|
-
"id":
|
|
6962
|
+
"id": 47244,
|
|
6963
6963
|
"isConstant": false,
|
|
6964
6964
|
"isLValue": false,
|
|
6965
6965
|
"isPure": true,
|
|
@@ -6971,14 +6971,14 @@
|
|
|
6971
6971
|
"typeString": "type(address)"
|
|
6972
6972
|
},
|
|
6973
6973
|
"typeName": {
|
|
6974
|
-
"id":
|
|
6974
|
+
"id": 47243,
|
|
6975
6975
|
"name": "address",
|
|
6976
6976
|
"nodeType": "ElementaryTypeName",
|
|
6977
6977
|
"src": "2850:7:111",
|
|
6978
6978
|
"typeDescriptions": {}
|
|
6979
6979
|
}
|
|
6980
6980
|
},
|
|
6981
|
-
"id":
|
|
6981
|
+
"id": 47246,
|
|
6982
6982
|
"isConstant": false,
|
|
6983
6983
|
"isLValue": false,
|
|
6984
6984
|
"isPure": false,
|
|
@@ -6994,7 +6994,7 @@
|
|
|
6994
6994
|
"typeString": "address"
|
|
6995
6995
|
}
|
|
6996
6996
|
},
|
|
6997
|
-
"id":
|
|
6997
|
+
"id": 47247,
|
|
6998
6998
|
"isConstant": false,
|
|
6999
6999
|
"isLValue": false,
|
|
7000
7000
|
"isPure": false,
|
|
@@ -7008,7 +7008,7 @@
|
|
|
7008
7008
|
"typeString": "function (bytes memory) payable returns (bool,bytes memory)"
|
|
7009
7009
|
}
|
|
7010
7010
|
},
|
|
7011
|
-
"id":
|
|
7011
|
+
"id": 47280,
|
|
7012
7012
|
"isConstant": false,
|
|
7013
7013
|
"isLValue": false,
|
|
7014
7014
|
"isPure": false,
|
|
@@ -7029,7 +7029,7 @@
|
|
|
7029
7029
|
},
|
|
7030
7030
|
{
|
|
7031
7031
|
"condition": {
|
|
7032
|
-
"id":
|
|
7032
|
+
"id": 47283,
|
|
7033
7033
|
"isConstant": false,
|
|
7034
7034
|
"isLValue": false,
|
|
7035
7035
|
"isPure": false,
|
|
@@ -7039,11 +7039,11 @@
|
|
|
7039
7039
|
"prefix": true,
|
|
7040
7040
|
"src": "3440:8:111",
|
|
7041
7041
|
"subExpression": {
|
|
7042
|
-
"id":
|
|
7042
|
+
"id": 47282,
|
|
7043
7043
|
"name": "success",
|
|
7044
7044
|
"nodeType": "Identifier",
|
|
7045
7045
|
"overloadedDeclarations": [],
|
|
7046
|
-
"referencedDeclaration":
|
|
7046
|
+
"referencedDeclaration": 47240,
|
|
7047
7047
|
"src": "3441:7:111",
|
|
7048
7048
|
"typeDescriptions": {
|
|
7049
7049
|
"typeIdentifier": "t_bool",
|
|
@@ -7055,11 +7055,11 @@
|
|
|
7055
7055
|
"typeString": "bool"
|
|
7056
7056
|
}
|
|
7057
7057
|
},
|
|
7058
|
-
"id":
|
|
7058
|
+
"id": 47294,
|
|
7059
7059
|
"nodeType": "IfStatement",
|
|
7060
7060
|
"src": "3436:206:111",
|
|
7061
7061
|
"trueBody": {
|
|
7062
|
-
"id":
|
|
7062
|
+
"id": 47293,
|
|
7063
7063
|
"nodeType": "Block",
|
|
7064
7064
|
"src": "3450:192:111",
|
|
7065
7065
|
"statements": [
|
|
@@ -7069,25 +7069,25 @@
|
|
|
7069
7069
|
"typeIdentifier": "t_uint256",
|
|
7070
7070
|
"typeString": "uint256"
|
|
7071
7071
|
},
|
|
7072
|
-
"id":
|
|
7072
|
+
"id": 47287,
|
|
7073
7073
|
"isConstant": false,
|
|
7074
7074
|
"isLValue": false,
|
|
7075
7075
|
"isPure": false,
|
|
7076
7076
|
"lValueRequested": false,
|
|
7077
7077
|
"leftExpression": {
|
|
7078
7078
|
"expression": {
|
|
7079
|
-
"id":
|
|
7079
|
+
"id": 47284,
|
|
7080
7080
|
"name": "returndata",
|
|
7081
7081
|
"nodeType": "Identifier",
|
|
7082
7082
|
"overloadedDeclarations": [],
|
|
7083
|
-
"referencedDeclaration":
|
|
7083
|
+
"referencedDeclaration": 47242,
|
|
7084
7084
|
"src": "3468:10:111",
|
|
7085
7085
|
"typeDescriptions": {
|
|
7086
7086
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
7087
7087
|
"typeString": "bytes memory"
|
|
7088
7088
|
}
|
|
7089
7089
|
},
|
|
7090
|
-
"id":
|
|
7090
|
+
"id": 47285,
|
|
7091
7091
|
"isConstant": false,
|
|
7092
7092
|
"isLValue": false,
|
|
7093
7093
|
"isPure": false,
|
|
@@ -7105,7 +7105,7 @@
|
|
|
7105
7105
|
"operator": "==",
|
|
7106
7106
|
"rightExpression": {
|
|
7107
7107
|
"hexValue": "30",
|
|
7108
|
-
"id":
|
|
7108
|
+
"id": 47286,
|
|
7109
7109
|
"isConstant": false,
|
|
7110
7110
|
"isLValue": false,
|
|
7111
7111
|
"isPure": true,
|
|
@@ -7125,7 +7125,7 @@
|
|
|
7125
7125
|
"typeString": "bool"
|
|
7126
7126
|
}
|
|
7127
7127
|
},
|
|
7128
|
-
"id":
|
|
7128
|
+
"id": 47291,
|
|
7129
7129
|
"nodeType": "IfStatement",
|
|
7130
7130
|
"src": "3464:36:111",
|
|
7131
7131
|
"trueBody": {
|
|
@@ -7133,7 +7133,7 @@
|
|
|
7133
7133
|
"arguments": [],
|
|
7134
7134
|
"expression": {
|
|
7135
7135
|
"argumentTypes": [],
|
|
7136
|
-
"id":
|
|
7136
|
+
"id": 47288,
|
|
7137
7137
|
"name": "revert",
|
|
7138
7138
|
"nodeType": "Identifier",
|
|
7139
7139
|
"overloadedDeclarations": [
|
|
@@ -7147,7 +7147,7 @@
|
|
|
7147
7147
|
"typeString": "function () pure"
|
|
7148
7148
|
}
|
|
7149
7149
|
},
|
|
7150
|
-
"id":
|
|
7150
|
+
"id": 47289,
|
|
7151
7151
|
"isConstant": false,
|
|
7152
7152
|
"isLValue": false,
|
|
7153
7153
|
"isPure": false,
|
|
@@ -7163,7 +7163,7 @@
|
|
|
7163
7163
|
"typeString": "tuple()"
|
|
7164
7164
|
}
|
|
7165
7165
|
},
|
|
7166
|
-
"id":
|
|
7166
|
+
"id": 47290,
|
|
7167
7167
|
"nodeType": "ExpressionStatement",
|
|
7168
7168
|
"src": "3492:8:111"
|
|
7169
7169
|
}
|
|
@@ -7232,21 +7232,21 @@
|
|
|
7232
7232
|
"evmVersion": "paris",
|
|
7233
7233
|
"externalReferences": [
|
|
7234
7234
|
{
|
|
7235
|
-
"declaration":
|
|
7235
|
+
"declaration": 47242,
|
|
7236
7236
|
"isOffset": false,
|
|
7237
7237
|
"isSlot": false,
|
|
7238
7238
|
"src": "3587:10:111",
|
|
7239
7239
|
"valueSize": 1
|
|
7240
7240
|
},
|
|
7241
7241
|
{
|
|
7242
|
-
"declaration":
|
|
7242
|
+
"declaration": 47242,
|
|
7243
7243
|
"isOffset": false,
|
|
7244
7244
|
"isSlot": false,
|
|
7245
7245
|
"src": "3606:10:111",
|
|
7246
7246
|
"valueSize": 1
|
|
7247
7247
|
}
|
|
7248
7248
|
],
|
|
7249
|
-
"id":
|
|
7249
|
+
"id": 47292,
|
|
7250
7250
|
"nodeType": "InlineAssembly",
|
|
7251
7251
|
"src": "3545:87:111"
|
|
7252
7252
|
}
|
|
@@ -7254,23 +7254,23 @@
|
|
|
7254
7254
|
}
|
|
7255
7255
|
},
|
|
7256
7256
|
{
|
|
7257
|
-
"id":
|
|
7257
|
+
"id": 47325,
|
|
7258
7258
|
"nodeType": "Block",
|
|
7259
7259
|
"src": "3846:214:111",
|
|
7260
7260
|
"statements": [
|
|
7261
7261
|
{
|
|
7262
7262
|
"assignments": [
|
|
7263
|
-
|
|
7263
|
+
47296
|
|
7264
7264
|
],
|
|
7265
7265
|
"declarations": [
|
|
7266
7266
|
{
|
|
7267
7267
|
"constant": false,
|
|
7268
|
-
"id":
|
|
7268
|
+
"id": 47296,
|
|
7269
7269
|
"mutability": "mutable",
|
|
7270
7270
|
"name": "balance",
|
|
7271
7271
|
"nameLocation": "3868:7:111",
|
|
7272
7272
|
"nodeType": "VariableDeclaration",
|
|
7273
|
-
"scope":
|
|
7273
|
+
"scope": 47325,
|
|
7274
7274
|
"src": "3860:15:111",
|
|
7275
7275
|
"stateVariable": false,
|
|
7276
7276
|
"storageLocation": "default",
|
|
@@ -7279,7 +7279,7 @@
|
|
|
7279
7279
|
"typeString": "uint256"
|
|
7280
7280
|
},
|
|
7281
7281
|
"typeName": {
|
|
7282
|
-
"id":
|
|
7282
|
+
"id": 47295,
|
|
7283
7283
|
"name": "uint256",
|
|
7284
7284
|
"nodeType": "ElementaryTypeName",
|
|
7285
7285
|
"src": "3860:7:111",
|
|
@@ -7291,20 +7291,20 @@
|
|
|
7291
7291
|
"visibility": "internal"
|
|
7292
7292
|
}
|
|
7293
7293
|
],
|
|
7294
|
-
"id":
|
|
7294
|
+
"id": 47306,
|
|
7295
7295
|
"initialValue": {
|
|
7296
7296
|
"arguments": [
|
|
7297
7297
|
{
|
|
7298
7298
|
"arguments": [
|
|
7299
7299
|
{
|
|
7300
|
-
"id":
|
|
7300
|
+
"id": 47303,
|
|
7301
7301
|
"name": "this",
|
|
7302
7302
|
"nodeType": "Identifier",
|
|
7303
7303
|
"overloadedDeclarations": [],
|
|
7304
7304
|
"referencedDeclaration": 4294967268,
|
|
7305
7305
|
"src": "3914:4:111",
|
|
7306
7306
|
"typeDescriptions": {
|
|
7307
|
-
"typeIdentifier": "t_contract$_BatchLiquidator_$
|
|
7307
|
+
"typeIdentifier": "t_contract$_BatchLiquidator_$47328",
|
|
7308
7308
|
"typeString": "contract BatchLiquidator"
|
|
7309
7309
|
}
|
|
7310
7310
|
}
|
|
@@ -7312,11 +7312,11 @@
|
|
|
7312
7312
|
"expression": {
|
|
7313
7313
|
"argumentTypes": [
|
|
7314
7314
|
{
|
|
7315
|
-
"typeIdentifier": "t_contract$_BatchLiquidator_$
|
|
7315
|
+
"typeIdentifier": "t_contract$_BatchLiquidator_$47328",
|
|
7316
7316
|
"typeString": "contract BatchLiquidator"
|
|
7317
7317
|
}
|
|
7318
7318
|
],
|
|
7319
|
-
"id":
|
|
7319
|
+
"id": 47302,
|
|
7320
7320
|
"isConstant": false,
|
|
7321
7321
|
"isLValue": false,
|
|
7322
7322
|
"isPure": true,
|
|
@@ -7328,14 +7328,14 @@
|
|
|
7328
7328
|
"typeString": "type(address)"
|
|
7329
7329
|
},
|
|
7330
7330
|
"typeName": {
|
|
7331
|
-
"id":
|
|
7331
|
+
"id": 47301,
|
|
7332
7332
|
"name": "address",
|
|
7333
7333
|
"nodeType": "ElementaryTypeName",
|
|
7334
7334
|
"src": "3906:7:111",
|
|
7335
7335
|
"typeDescriptions": {}
|
|
7336
7336
|
}
|
|
7337
7337
|
},
|
|
7338
|
-
"id":
|
|
7338
|
+
"id": 47304,
|
|
7339
7339
|
"isConstant": false,
|
|
7340
7340
|
"isLValue": false,
|
|
7341
7341
|
"isPure": false,
|
|
@@ -7362,11 +7362,11 @@
|
|
|
7362
7362
|
"expression": {
|
|
7363
7363
|
"arguments": [
|
|
7364
7364
|
{
|
|
7365
|
-
"id":
|
|
7365
|
+
"id": 47298,
|
|
7366
7366
|
"name": "superToken",
|
|
7367
7367
|
"nodeType": "Identifier",
|
|
7368
7368
|
"overloadedDeclarations": [],
|
|
7369
|
-
"referencedDeclaration":
|
|
7369
|
+
"referencedDeclaration": 47232,
|
|
7370
7370
|
"src": "3884:10:111",
|
|
7371
7371
|
"typeDescriptions": {
|
|
7372
7372
|
"typeIdentifier": "t_address",
|
|
@@ -7381,7 +7381,7 @@
|
|
|
7381
7381
|
"typeString": "address"
|
|
7382
7382
|
}
|
|
7383
7383
|
],
|
|
7384
|
-
"id":
|
|
7384
|
+
"id": 47297,
|
|
7385
7385
|
"name": "ERC20",
|
|
7386
7386
|
"nodeType": "Identifier",
|
|
7387
7387
|
"overloadedDeclarations": [],
|
|
@@ -7392,7 +7392,7 @@
|
|
|
7392
7392
|
"typeString": "type(contract ERC20)"
|
|
7393
7393
|
}
|
|
7394
7394
|
},
|
|
7395
|
-
"id":
|
|
7395
|
+
"id": 47299,
|
|
7396
7396
|
"isConstant": false,
|
|
7397
7397
|
"isLValue": false,
|
|
7398
7398
|
"isPure": false,
|
|
@@ -7408,7 +7408,7 @@
|
|
|
7408
7408
|
"typeString": "contract ERC20"
|
|
7409
7409
|
}
|
|
7410
7410
|
},
|
|
7411
|
-
"id":
|
|
7411
|
+
"id": 47300,
|
|
7412
7412
|
"isConstant": false,
|
|
7413
7413
|
"isLValue": false,
|
|
7414
7414
|
"isPure": false,
|
|
@@ -7423,7 +7423,7 @@
|
|
|
7423
7423
|
"typeString": "function (address) view external returns (uint256)"
|
|
7424
7424
|
}
|
|
7425
7425
|
},
|
|
7426
|
-
"id":
|
|
7426
|
+
"id": 47305,
|
|
7427
7427
|
"isConstant": false,
|
|
7428
7428
|
"isLValue": false,
|
|
7429
7429
|
"isPure": false,
|
|
@@ -7448,17 +7448,17 @@
|
|
|
7448
7448
|
"typeIdentifier": "t_uint256",
|
|
7449
7449
|
"typeString": "uint256"
|
|
7450
7450
|
},
|
|
7451
|
-
"id":
|
|
7451
|
+
"id": 47309,
|
|
7452
7452
|
"isConstant": false,
|
|
7453
7453
|
"isLValue": false,
|
|
7454
7454
|
"isPure": false,
|
|
7455
7455
|
"lValueRequested": false,
|
|
7456
7456
|
"leftExpression": {
|
|
7457
|
-
"id":
|
|
7457
|
+
"id": 47307,
|
|
7458
7458
|
"name": "balance",
|
|
7459
7459
|
"nodeType": "Identifier",
|
|
7460
7460
|
"overloadedDeclarations": [],
|
|
7461
|
-
"referencedDeclaration":
|
|
7461
|
+
"referencedDeclaration": 47296,
|
|
7462
7462
|
"src": "3938:7:111",
|
|
7463
7463
|
"typeDescriptions": {
|
|
7464
7464
|
"typeIdentifier": "t_uint256",
|
|
@@ -7469,7 +7469,7 @@
|
|
|
7469
7469
|
"operator": ">",
|
|
7470
7470
|
"rightExpression": {
|
|
7471
7471
|
"hexValue": "30",
|
|
7472
|
-
"id":
|
|
7472
|
+
"id": 47308,
|
|
7473
7473
|
"isConstant": false,
|
|
7474
7474
|
"isLValue": false,
|
|
7475
7475
|
"isPure": true,
|
|
@@ -7489,11 +7489,11 @@
|
|
|
7489
7489
|
"typeString": "bool"
|
|
7490
7490
|
}
|
|
7491
7491
|
},
|
|
7492
|
-
"id":
|
|
7492
|
+
"id": 47324,
|
|
7493
7493
|
"nodeType": "IfStatement",
|
|
7494
7494
|
"src": "3934:116:111",
|
|
7495
7495
|
"trueBody": {
|
|
7496
|
-
"id":
|
|
7496
|
+
"id": 47323,
|
|
7497
7497
|
"nodeType": "Block",
|
|
7498
7498
|
"src": "3951:99:111",
|
|
7499
7499
|
"statements": [
|
|
@@ -7503,14 +7503,14 @@
|
|
|
7503
7503
|
{
|
|
7504
7504
|
"arguments": [
|
|
7505
7505
|
{
|
|
7506
|
-
"id":
|
|
7506
|
+
"id": 47316,
|
|
7507
7507
|
"name": "this",
|
|
7508
7508
|
"nodeType": "Identifier",
|
|
7509
7509
|
"overloadedDeclarations": [],
|
|
7510
7510
|
"referencedDeclaration": 4294967268,
|
|
7511
7511
|
"src": "4008:4:111",
|
|
7512
7512
|
"typeDescriptions": {
|
|
7513
|
-
"typeIdentifier": "t_contract$_BatchLiquidator_$
|
|
7513
|
+
"typeIdentifier": "t_contract$_BatchLiquidator_$47328",
|
|
7514
7514
|
"typeString": "contract BatchLiquidator"
|
|
7515
7515
|
}
|
|
7516
7516
|
}
|
|
@@ -7518,11 +7518,11 @@
|
|
|
7518
7518
|
"expression": {
|
|
7519
7519
|
"argumentTypes": [
|
|
7520
7520
|
{
|
|
7521
|
-
"typeIdentifier": "t_contract$_BatchLiquidator_$
|
|
7521
|
+
"typeIdentifier": "t_contract$_BatchLiquidator_$47328",
|
|
7522
7522
|
"typeString": "contract BatchLiquidator"
|
|
7523
7523
|
}
|
|
7524
7524
|
],
|
|
7525
|
-
"id":
|
|
7525
|
+
"id": 47315,
|
|
7526
7526
|
"isConstant": false,
|
|
7527
7527
|
"isLValue": false,
|
|
7528
7528
|
"isPure": true,
|
|
@@ -7534,14 +7534,14 @@
|
|
|
7534
7534
|
"typeString": "type(address)"
|
|
7535
7535
|
},
|
|
7536
7536
|
"typeName": {
|
|
7537
|
-
"id":
|
|
7537
|
+
"id": 47314,
|
|
7538
7538
|
"name": "address",
|
|
7539
7539
|
"nodeType": "ElementaryTypeName",
|
|
7540
7540
|
"src": "4000:7:111",
|
|
7541
7541
|
"typeDescriptions": {}
|
|
7542
7542
|
}
|
|
7543
7543
|
},
|
|
7544
|
-
"id":
|
|
7544
|
+
"id": 47317,
|
|
7545
7545
|
"isConstant": false,
|
|
7546
7546
|
"isLValue": false,
|
|
7547
7547
|
"isPure": false,
|
|
@@ -7559,7 +7559,7 @@
|
|
|
7559
7559
|
},
|
|
7560
7560
|
{
|
|
7561
7561
|
"expression": {
|
|
7562
|
-
"id":
|
|
7562
|
+
"id": 47318,
|
|
7563
7563
|
"name": "msg",
|
|
7564
7564
|
"nodeType": "Identifier",
|
|
7565
7565
|
"overloadedDeclarations": [],
|
|
@@ -7570,7 +7570,7 @@
|
|
|
7570
7570
|
"typeString": "msg"
|
|
7571
7571
|
}
|
|
7572
7572
|
},
|
|
7573
|
-
"id":
|
|
7573
|
+
"id": 47319,
|
|
7574
7574
|
"isConstant": false,
|
|
7575
7575
|
"isLValue": false,
|
|
7576
7576
|
"isPure": false,
|
|
@@ -7585,11 +7585,11 @@
|
|
|
7585
7585
|
}
|
|
7586
7586
|
},
|
|
7587
7587
|
{
|
|
7588
|
-
"id":
|
|
7588
|
+
"id": 47320,
|
|
7589
7589
|
"name": "balance",
|
|
7590
7590
|
"nodeType": "Identifier",
|
|
7591
7591
|
"overloadedDeclarations": [],
|
|
7592
|
-
"referencedDeclaration":
|
|
7592
|
+
"referencedDeclaration": 47296,
|
|
7593
7593
|
"src": "4027:7:111",
|
|
7594
7594
|
"typeDescriptions": {
|
|
7595
7595
|
"typeIdentifier": "t_uint256",
|
|
@@ -7615,11 +7615,11 @@
|
|
|
7615
7615
|
"expression": {
|
|
7616
7616
|
"arguments": [
|
|
7617
7617
|
{
|
|
7618
|
-
"id":
|
|
7618
|
+
"id": 47311,
|
|
7619
7619
|
"name": "superToken",
|
|
7620
7620
|
"nodeType": "Identifier",
|
|
7621
7621
|
"overloadedDeclarations": [],
|
|
7622
|
-
"referencedDeclaration":
|
|
7622
|
+
"referencedDeclaration": 47232,
|
|
7623
7623
|
"src": "3975:10:111",
|
|
7624
7624
|
"typeDescriptions": {
|
|
7625
7625
|
"typeIdentifier": "t_address",
|
|
@@ -7634,7 +7634,7 @@
|
|
|
7634
7634
|
"typeString": "address"
|
|
7635
7635
|
}
|
|
7636
7636
|
],
|
|
7637
|
-
"id":
|
|
7637
|
+
"id": 47310,
|
|
7638
7638
|
"name": "ERC20",
|
|
7639
7639
|
"nodeType": "Identifier",
|
|
7640
7640
|
"overloadedDeclarations": [],
|
|
@@ -7645,7 +7645,7 @@
|
|
|
7645
7645
|
"typeString": "type(contract ERC20)"
|
|
7646
7646
|
}
|
|
7647
7647
|
},
|
|
7648
|
-
"id":
|
|
7648
|
+
"id": 47312,
|
|
7649
7649
|
"isConstant": false,
|
|
7650
7650
|
"isLValue": false,
|
|
7651
7651
|
"isPure": false,
|
|
@@ -7661,7 +7661,7 @@
|
|
|
7661
7661
|
"typeString": "contract ERC20"
|
|
7662
7662
|
}
|
|
7663
7663
|
},
|
|
7664
|
-
"id":
|
|
7664
|
+
"id": 47313,
|
|
7665
7665
|
"isConstant": false,
|
|
7666
7666
|
"isLValue": false,
|
|
7667
7667
|
"isPure": false,
|
|
@@ -7676,7 +7676,7 @@
|
|
|
7676
7676
|
"typeString": "function (address,address,uint256) external returns (bool)"
|
|
7677
7677
|
}
|
|
7678
7678
|
},
|
|
7679
|
-
"id":
|
|
7679
|
+
"id": 47321,
|
|
7680
7680
|
"isConstant": false,
|
|
7681
7681
|
"isLValue": false,
|
|
7682
7682
|
"isPure": false,
|
|
@@ -7692,7 +7692,7 @@
|
|
|
7692
7692
|
"typeString": "bool"
|
|
7693
7693
|
}
|
|
7694
7694
|
},
|
|
7695
|
-
"id":
|
|
7695
|
+
"id": 47322,
|
|
7696
7696
|
"nodeType": "ExpressionStatement",
|
|
7697
7697
|
"src": "3969:66:111"
|
|
7698
7698
|
}
|
|
@@ -7704,7 +7704,7 @@
|
|
|
7704
7704
|
]
|
|
7705
7705
|
},
|
|
7706
7706
|
"functionSelector": "8dc7d29c",
|
|
7707
|
-
"id":
|
|
7707
|
+
"id": 47327,
|
|
7708
7708
|
"implemented": true,
|
|
7709
7709
|
"kind": "function",
|
|
7710
7710
|
"modifiers": [],
|
|
@@ -7712,17 +7712,17 @@
|
|
|
7712
7712
|
"nameLocation": "2694:10:111",
|
|
7713
7713
|
"nodeType": "FunctionDefinition",
|
|
7714
7714
|
"parameters": {
|
|
7715
|
-
"id":
|
|
7715
|
+
"id": 47237,
|
|
7716
7716
|
"nodeType": "ParameterList",
|
|
7717
7717
|
"parameters": [
|
|
7718
7718
|
{
|
|
7719
7719
|
"constant": false,
|
|
7720
|
-
"id":
|
|
7720
|
+
"id": 47232,
|
|
7721
7721
|
"mutability": "mutable",
|
|
7722
7722
|
"name": "superToken",
|
|
7723
7723
|
"nameLocation": "2713:10:111",
|
|
7724
7724
|
"nodeType": "VariableDeclaration",
|
|
7725
|
-
"scope":
|
|
7725
|
+
"scope": 47327,
|
|
7726
7726
|
"src": "2705:18:111",
|
|
7727
7727
|
"stateVariable": false,
|
|
7728
7728
|
"storageLocation": "default",
|
|
@@ -7731,7 +7731,7 @@
|
|
|
7731
7731
|
"typeString": "address"
|
|
7732
7732
|
},
|
|
7733
7733
|
"typeName": {
|
|
7734
|
-
"id":
|
|
7734
|
+
"id": 47231,
|
|
7735
7735
|
"name": "address",
|
|
7736
7736
|
"nodeType": "ElementaryTypeName",
|
|
7737
7737
|
"src": "2705:7:111",
|
|
@@ -7745,12 +7745,12 @@
|
|
|
7745
7745
|
},
|
|
7746
7746
|
{
|
|
7747
7747
|
"constant": false,
|
|
7748
|
-
"id":
|
|
7748
|
+
"id": 47234,
|
|
7749
7749
|
"mutability": "mutable",
|
|
7750
7750
|
"name": "sender",
|
|
7751
7751
|
"nameLocation": "2733:6:111",
|
|
7752
7752
|
"nodeType": "VariableDeclaration",
|
|
7753
|
-
"scope":
|
|
7753
|
+
"scope": 47327,
|
|
7754
7754
|
"src": "2725:14:111",
|
|
7755
7755
|
"stateVariable": false,
|
|
7756
7756
|
"storageLocation": "default",
|
|
@@ -7759,7 +7759,7 @@
|
|
|
7759
7759
|
"typeString": "address"
|
|
7760
7760
|
},
|
|
7761
7761
|
"typeName": {
|
|
7762
|
-
"id":
|
|
7762
|
+
"id": 47233,
|
|
7763
7763
|
"name": "address",
|
|
7764
7764
|
"nodeType": "ElementaryTypeName",
|
|
7765
7765
|
"src": "2725:7:111",
|
|
@@ -7773,12 +7773,12 @@
|
|
|
7773
7773
|
},
|
|
7774
7774
|
{
|
|
7775
7775
|
"constant": false,
|
|
7776
|
-
"id":
|
|
7776
|
+
"id": 47236,
|
|
7777
7777
|
"mutability": "mutable",
|
|
7778
7778
|
"name": "receiver",
|
|
7779
7779
|
"nameLocation": "2749:8:111",
|
|
7780
7780
|
"nodeType": "VariableDeclaration",
|
|
7781
|
-
"scope":
|
|
7781
|
+
"scope": 47327,
|
|
7782
7782
|
"src": "2741:16:111",
|
|
7783
7783
|
"stateVariable": false,
|
|
7784
7784
|
"storageLocation": "default",
|
|
@@ -7787,7 +7787,7 @@
|
|
|
7787
7787
|
"typeString": "address"
|
|
7788
7788
|
},
|
|
7789
7789
|
"typeName": {
|
|
7790
|
-
"id":
|
|
7790
|
+
"id": 47235,
|
|
7791
7791
|
"name": "address",
|
|
7792
7792
|
"nodeType": "ElementaryTypeName",
|
|
7793
7793
|
"src": "2741:7:111",
|
|
@@ -7803,22 +7803,22 @@
|
|
|
7803
7803
|
"src": "2704:54:111"
|
|
7804
7804
|
},
|
|
7805
7805
|
"returnParameters": {
|
|
7806
|
-
"id":
|
|
7806
|
+
"id": 47238,
|
|
7807
7807
|
"nodeType": "ParameterList",
|
|
7808
7808
|
"parameters": [],
|
|
7809
7809
|
"src": "2768:0:111"
|
|
7810
7810
|
},
|
|
7811
|
-
"scope":
|
|
7811
|
+
"scope": 47328,
|
|
7812
7812
|
"src": "2685:1381:111",
|
|
7813
7813
|
"stateMutability": "nonpayable",
|
|
7814
7814
|
"virtual": false,
|
|
7815
7815
|
"visibility": "external"
|
|
7816
7816
|
}
|
|
7817
7817
|
],
|
|
7818
|
-
"scope":
|
|
7818
|
+
"scope": 47329,
|
|
7819
7819
|
"src": "597:3471:111",
|
|
7820
7820
|
"usedErrors": [
|
|
7821
|
-
|
|
7821
|
+
47098
|
|
7822
7822
|
]
|
|
7823
7823
|
}
|
|
7824
7824
|
],
|
|
@@ -7830,7 +7830,7 @@
|
|
|
7830
7830
|
},
|
|
7831
7831
|
"networks": {},
|
|
7832
7832
|
"schemaVersion": "3.4.13",
|
|
7833
|
-
"updatedAt": "2023-
|
|
7833
|
+
"updatedAt": "2023-08-03T14:52:18.711Z",
|
|
7834
7834
|
"devdoc": {
|
|
7835
7835
|
"author": "Superfluid",
|
|
7836
7836
|
"details": "This contract allows to delete multiple flows in a single transaction.",
|