@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
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
"bytecode": "0x60e06040523480156200001157600080fd5b506040516200217c3803806200217c8339810160408190526200003491620000fd565b6001600160a01b03821660a0819052604051635b69006f60e11b81527fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3600482015283919063b6d200de90602401602060405180830381865afa158015620000a0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620000c691906200013c565b6001600160a01b039081166080529190911660c05250620001639050565b6001600160a01b0381168114620000fa57600080fd5b50565b600080604083850312156200011157600080fd5b82516200011e81620000e4565b60208401519092506200013181620000e4565b809150509250929050565b6000602082840312156200014f57600080fd5b81516200015c81620000e4565b9392505050565b60805160a05160c051611fc6620001b66000396000818161043201528181610634015281816106a6015261099c0152600081816102c901526106f1015260008181610230015261108c0152611fc66000f3fe608060405234801561001057600080fd5b50600436106101a95760003560e01c806350d75d25116100f957806395d89b4111610097578063b88d4fde11610071578063b88d4fde146103f4578063c87b56dd14610407578063e985e9c51461041a578063ef43d2c61461042d57600080fd5b806395d89b41146103d15780639903ad38146103d9578063a22cb465146103e157600080fd5b80636c0360eb116100d35780636c0360eb1461034957806370a082311461035157806389f71d2d146103655780638d47859e1461037857600080fd5b806350d75d25146102fe57806352d1902d146103065780636352211e1461033657600080fd5b80632f3885601161016657806342966c681161014057806342966c681461029e57806346951954146102b157806349f289dc146102c45780634cd88b76146102eb57600080fd5b80632f3885601461026557806340c10f191461027857806342842e0e1461028b57600080fd5b806301ffc9a7146101ae57806306fdde03146101d6578063081812fc146101eb578063095ea7b314610216578063181561011461022b57806323b872dd14610252575b600080fd5b6101c16101bc36600461164e565b610454565b60405190151581526020015b60405180910390f35b6101de6104a6565b6040516101cd919061169c565b6101fe6101f93660046116cf565b610538565b6040516001600160a01b0390911681526020016101cd565b6102296102243660046116fd565b61055f565b005b6101fe7f000000000000000000000000000000000000000000000000000000000000000081565b610229610260366004611729565b6105eb565b6102296102733660046116cf565b61061d565b6102296102863660046116fd565b610629565b610229610299366004611729565b610680565b6102296102ac3660046116cf565b61069b565b6102296102bf36600461176a565b6106ed565b6101fe7f000000000000000000000000000000000000000000000000000000000000000081565b6102296102f9366004611854565b6107a5565b6101fe61088b565b7f9a61ea3469d742a522f41a67608e442d2c27902bed81123f00ba6d3e12e9871e5b6040519081526020016101cd565b6101fe6103443660046116cf565b6108ba565b6101de6108ef565b61032861035f36600461176a565b50600190565b6103286103733660046118b8565b61090b565b61038b6103863660046116cf565b61095e565b6040805182516001600160a01b03908116825260208085015182169083015283830151169181019190915260609182015163ffffffff16918101919091526080016101cd565b6101de610a07565b610229610a16565b6102296103ef366004611903565b610ad8565b610229610402366004611941565b610ae3565b6101de6104153660046116cf565b610b1c565b6101c16104283660046119c1565b610b29565b6101fe7f000000000000000000000000000000000000000000000000000000000000000081565b60006301ffc9a760e01b6001600160e01b03198316148061048557506380ac58cd60e01b6001600160e01b03198316145b806104a05750635b5e139f60e01b6001600160e01b03198316145b92915050565b6060600180546104b5906119ef565b80601f01602080910402602001604051908101604052809291908181526020018280546104e1906119ef565b801561052e5780601f106105035761010080835404028352916020019161052e565b820191906000526020600020905b81548152906001019060200180831161051157829003601f168201915b5050505050905090565b600061054382610b57565b506000908152600360205260409020546001600160a01b031690565b600061056a826108ba565b9050806001600160a01b0316836001600160a01b03160361059e5760405163e4790b2560e01b815260040160405180910390fd5b336001600160a01b038216148015906105be57506105bc8133610b29565b155b156105dc5760405163519a92c160e11b815260040160405180910390fd5b6105e68383610b7d565b505050565b6105f53382610beb565b610612576040516312a8eb0360e11b815260040160405180910390fd5b6105e6838383610c49565b61062681610c62565b50565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146106725760405163740f7abd60e11b815260040160405180910390fd5b61067c8282610c92565b5050565b6105e683838360405180602001604052806000815250610ae3565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146106e45760405163740f7abd60e11b815260040160405180910390fd5b61062681610cce565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663731aed6e6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561074d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107719190611a29565b9050336001600160a01b0382161461079c5760405163ebb7505b60e01b815260040160405180910390fd5b61067c82610d41565b600054610100900460ff16158080156107c55750600054600160ff909116105b806107df5750303b1580156107df575060005460ff166001145b6108045760405162461bcd60e51b81526004016107fb90611a46565b60405180910390fd5b6000805460ff191660011790558015610827576000805461ff0019166101001790555b60016108338482611ae2565b5060026108408382611ae2565b5080156105e6576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a1505050565b60006108b57f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b6000806108c683610f7b565b90506001600160a01b0381166104a05760405163eab95e3b60e01b815260040160405180910390fd5b6040518060600160405280602d8152602001611f64602d913981565b60408051466020808301919091526001600160a01b0380871683850152808616606084015284166080808401919091528351808403909101815260a090920190925280519101206000905b949350505050565b60408051608081018252600080825260208201819052818301819052606082015290516346a3c2cf60e11b8152600481018390526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690638d47859e90602401608060405180830381865afa1580156109e3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104a09190611ba2565b6060600280546104b5906119ef565b600054610100900460ff1615808015610a365750600054600160ff909116105b80610a505750303b158015610a50575060005460ff166001145b610a6c5760405162461bcd60e51b81526004016107fb90611a46565b6000805460ff191660011790558015610a8f576000805461ff0019166101001790555b8015610626576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a150565b61067c338383610f92565b610aed3383610beb565b610b0a576040516312a8eb0360e11b815260040160405180910390fd5b610b1684848484611031565b50505050565b60606104a082600161103c565b6001600160a01b03918216600090815260046020908152604080832093909416825291909152205460ff1690565b610b60816111a8565b6106265760405163eab95e3b60e01b815260040160405180910390fd5b600081815260036020526040902080546001600160a01b0319166001600160a01b0384169081179091558190610bb282610f7b565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600080610bf7836108ba565b9050806001600160a01b0316846001600160a01b03161480610c1e5750610c1e8185610b29565b806109565750836001600160a01b0316610c3784610538565b6001600160a01b031614949350505050565b60405163553a3f6560e11b815260040160405180910390fd5b6040518181527ff8e1a15aba9398e019f0b49df1a4fde98ee17ae345cb5f6b5e2c27f5033e8ce790602001610acd565b60405181906001600160a01b038416906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b6000610cd98261095e565b600083815260036020526040902080546001600160a01b031916905590508160006001600160a01b031682604001516001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b6000610d6b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b031603610dc15760405162461bcd60e51b815260206004820152601d60248201527f5555505350726f786961626c653a206e6f742075706772616461626c6500000060448201526064016107fb565b806001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610dff573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e239190611c30565b7f9a61ea3469d742a522f41a67608e442d2c27902bed81123f00ba6d3e12e9871e14610e9d5760405162461bcd60e51b815260206004820152602360248201527f5555505350726f786961626c653a206e6f7420636f6d70617469626c65206c6f60448201526267696360e81b60648201526084016107fb565b6001600160a01b0381163003610ef55760405162461bcd60e51b815260206004820152601960248201527f5555505350726f786961626c653a2070726f7879206c6f6f700000000000000060448201526064016107fb565b610f1d817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b7fe011bc04c286c344a8fcbb8de77f953da762c3e25d8cdea984147fc4168a5dcc7f9a61ea3469d742a522f41a67608e442d2c27902bed81123f00ba6d3e12e9871e604080519182526001600160a01b038416602083015201610acd565b600080610f878361095e565b604001519392505050565b816001600160a01b0316836001600160a01b031603610fc45760405163d3c7732960e01b815260040160405180910390fd5b6001600160a01b03838116600081815260046020908152604080832094871680845294825291829020805460ff191686151590811790915591519182527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a3505050565b610b16848484610c49565b606060006110498461095e565b805160208201516040808401519051631cd43d1160e31b81526001600160a01b0380851660048301529283166024820152908216604482015292935090916000917f0000000000000000000000000000000000000000000000000000000000000000169063e6a1e88890606401608060405180830381865afa1580156110d3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110f79190611c49565b50509150506040518060600160405280602d8152602001611f64602d913961112c826bffffffffffffffffffffffff166111c5565b8661115357604051806040016040528060048152602001637472756560e01b815250611172565b6040518060400160405280600581526020016466616c736560d81b8152505b61117b89611258565b60405160200161118e9493929190611ca9565b604051602081830303815290604052935050505092915050565b6000806111b483610f7b565b6001600160a01b0316141592915050565b606060006111d2836113d3565b600101905060008167ffffffffffffffff8111156111f2576111f2611787565b6040519080825280601f01601f19166020018201604052801561121c576020820181803683370190505b5090508181016020015b600019016f181899199a1a9b1b9c1cb0b131b232b360811b600a86061a8153600a850494508461122657509392505050565b606060006112658361095e565b905061127f81600001516001600160a01b031660146114ab565b611288466111c5565b82600001516001600160a01b03166395d89b416040518163ffffffff1660e01b8152600401600060405180830381865afa1580156112ca573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526112f29190810190611d31565b61130a84602001516001600160a01b031660146114ab565b61132285604001516001600160a01b031660146114ab565b61139386600001516001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015611367573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061138b9190611da8565b60ff166111c5565b6113a6876060015163ffffffff166111c5565b6040516020016113bc9796959493929190611dcb565b604051602081830303815290604052915050919050565b60008072184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b83106114125772184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b830492506040015b6d04ee2d6d415b85acef8100000000831061143e576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc10000831061145c57662386f26fc10000830492506010015b6305f5e1008310611474576305f5e100830492506008015b612710831061148857612710830492506004015b6064831061149a576064830492506002015b600a83106104a05760010192915050565b606060006114ba836002611f0c565b6114c5906002611f23565b67ffffffffffffffff8111156114dd576114dd611787565b6040519080825280601f01601f191660200182016040528015611507576020820181803683370190505b509050600360fc1b8160008151811061152257611522611f36565b60200101906001600160f81b031916908160001a905350600f60fb1b8160018151811061155157611551611f36565b60200101906001600160f81b031916908160001a9053506000611575846002611f0c565b611580906001611f23565b90505b60018111156115f8576f181899199a1a9b1b9c1cb0b131b232b360811b85600f16601081106115b4576115b4611f36565b1a60f81b8282815181106115ca576115ca611f36565b60200101906001600160f81b031916908160001a90535060049490941c936115f181611f4c565b9050611583565b5083156116475760405162461bcd60e51b815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e7460448201526064016107fb565b9392505050565b60006020828403121561166057600080fd5b81356001600160e01b03198116811461164757600080fd5b60005b8381101561169357818101518382015260200161167b565b50506000910152565b60208152600082518060208401526116bb816040850160208701611678565b601f01601f19169190910160400192915050565b6000602082840312156116e157600080fd5b5035919050565b6001600160a01b038116811461062657600080fd5b6000806040838503121561171057600080fd5b823561171b816116e8565b946020939093013593505050565b60008060006060848603121561173e57600080fd5b8335611749816116e8565b92506020840135611759816116e8565b929592945050506040919091013590565b60006020828403121561177c57600080fd5b8135611647816116e8565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156117c6576117c6611787565b604052919050565b600067ffffffffffffffff8211156117e8576117e8611787565b50601f01601f191660200190565b6000611809611804846117ce565b61179d565b905082815283838301111561181d57600080fd5b828260208301376000602084830101529392505050565b600082601f83011261184557600080fd5b611647838335602085016117f6565b6000806040838503121561186757600080fd5b823567ffffffffffffffff8082111561187f57600080fd5b61188b86838701611834565b935060208501359150808211156118a157600080fd5b506118ae85828601611834565b9150509250929050565b6000806000606084860312156118cd57600080fd5b83356118d8816116e8565b925060208401356118e8816116e8565b915060408401356118f8816116e8565b809150509250925092565b6000806040838503121561191657600080fd5b8235611921816116e8565b91506020830135801515811461193657600080fd5b809150509250929050565b6000806000806080858703121561195757600080fd5b8435611962816116e8565b93506020850135611972816116e8565b925060408501359150606085013567ffffffffffffffff81111561199557600080fd5b8501601f810187136119a657600080fd5b6119b5878235602084016117f6565b91505092959194509250565b600080604083850312156119d457600080fd5b82356119df816116e8565b91506020830135611936816116e8565b600181811c90821680611a0357607f821691505b602082108103611a2357634e487b7160e01b600052602260045260246000fd5b50919050565b600060208284031215611a3b57600080fd5b8151611647816116e8565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b601f8211156105e657600081815260208120601f850160051c81016020861015611abb5750805b601f850160051c820191505b81811015611ada57828155600101611ac7565b505050505050565b815167ffffffffffffffff811115611afc57611afc611787565b611b1081611b0a84546119ef565b84611a94565b602080601f831160018114611b455760008415611b2d5750858301515b600019600386901b1c1916600185901b178555611ada565b600085815260208120601f198616915b82811015611b7457888601518255948401946001909101908401611b55565b5085821015611b925787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b600060808284031215611bb457600080fd5b6040516080810181811067ffffffffffffffff82111715611bd757611bd7611787565b6040528251611be5816116e8565b81526020830151611bf5816116e8565b60208201526040830151611c08816116e8565b6040820152606083015163ffffffff81168114611c2457600080fd5b60608201529392505050565b600060208284031215611c4257600080fd5b5051919050565b60008060008060808587031215611c5f57600080fd5b84519350602085015180600b0b8114611c7757600080fd5b6040860151606090960151949790965092505050565b60008151611c9f818560208601611678565b9290920192915050565b60008551611cbb818460208a01611678565b693f666c6f77526174653d60b01b9083019081528551611ce281600a840160208a01611678565b69266f7574676f696e673d60b01b600a92909101918201528451611d0d816014840160208901611678565b8451910190611d23816014840160208801611678565b016014019695505050505050565b600060208284031215611d4357600080fd5b815167ffffffffffffffff811115611d5a57600080fd5b8201601f81018413611d6b57600080fd5b8051611d79611804826117ce565b818152856020838501011115611d8e57600080fd5b611d9f826020830160208601611678565b95945050505050565b600060208284031215611dba57600080fd5b815160ff8116811461164757600080fd5b6e26746f6b656e5f616464726573733d60881b815260008851611df581600f850160208d01611678565b6926636861696e5f69643d60b01b600f918401918201528851611e1f816019840160208d01611678565b6d26746f6b656e5f73796d626f6c3d60901b601992909101918201528751611e4e816027840160208c01611678565b672673656e6465723d60c01b602792909101918201528651611e7781602f840160208b01611678565b692672656365697665723d60b01b602f9290910191820152611ee8611ee2611eca611ec4611ea8603986018b611c8d565b6f26746f6b656e5f646563696d616c733d60801b815260100190565b88611c8d565b6b2673746172745f646174653d60a01b8152600c0190565b85611c8d565b9a9950505050505050505050565b634e487b7160e01b600052601160045260246000fd5b80820281158282048414176104a0576104a0611ef6565b808201808211156104a0576104a0611ef6565b634e487b7160e01b600052603260045260246000fd5b600081611f5b57611f5b611ef6565b50600019019056fe68747470733a2f2f6e66742e7375706572666c7569642e66696e616e63652f6366612f76322f6765746d657461a26469706673582212204df13fd6724d5852eb9edf4a4d8e525177a1a75d2e76345d37000b8ae4282ffc64736f6c63430008130033",
|
|
678
678
|
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101a95760003560e01c806350d75d25116100f957806395d89b4111610097578063b88d4fde11610071578063b88d4fde146103f4578063c87b56dd14610407578063e985e9c51461041a578063ef43d2c61461042d57600080fd5b806395d89b41146103d15780639903ad38146103d9578063a22cb465146103e157600080fd5b80636c0360eb116100d35780636c0360eb1461034957806370a082311461035157806389f71d2d146103655780638d47859e1461037857600080fd5b806350d75d25146102fe57806352d1902d146103065780636352211e1461033657600080fd5b80632f3885601161016657806342966c681161014057806342966c681461029e57806346951954146102b157806349f289dc146102c45780634cd88b76146102eb57600080fd5b80632f3885601461026557806340c10f191461027857806342842e0e1461028b57600080fd5b806301ffc9a7146101ae57806306fdde03146101d6578063081812fc146101eb578063095ea7b314610216578063181561011461022b57806323b872dd14610252575b600080fd5b6101c16101bc36600461164e565b610454565b60405190151581526020015b60405180910390f35b6101de6104a6565b6040516101cd919061169c565b6101fe6101f93660046116cf565b610538565b6040516001600160a01b0390911681526020016101cd565b6102296102243660046116fd565b61055f565b005b6101fe7f000000000000000000000000000000000000000000000000000000000000000081565b610229610260366004611729565b6105eb565b6102296102733660046116cf565b61061d565b6102296102863660046116fd565b610629565b610229610299366004611729565b610680565b6102296102ac3660046116cf565b61069b565b6102296102bf36600461176a565b6106ed565b6101fe7f000000000000000000000000000000000000000000000000000000000000000081565b6102296102f9366004611854565b6107a5565b6101fe61088b565b7f9a61ea3469d742a522f41a67608e442d2c27902bed81123f00ba6d3e12e9871e5b6040519081526020016101cd565b6101fe6103443660046116cf565b6108ba565b6101de6108ef565b61032861035f36600461176a565b50600190565b6103286103733660046118b8565b61090b565b61038b6103863660046116cf565b61095e565b6040805182516001600160a01b03908116825260208085015182169083015283830151169181019190915260609182015163ffffffff16918101919091526080016101cd565b6101de610a07565b610229610a16565b6102296103ef366004611903565b610ad8565b610229610402366004611941565b610ae3565b6101de6104153660046116cf565b610b1c565b6101c16104283660046119c1565b610b29565b6101fe7f000000000000000000000000000000000000000000000000000000000000000081565b60006301ffc9a760e01b6001600160e01b03198316148061048557506380ac58cd60e01b6001600160e01b03198316145b806104a05750635b5e139f60e01b6001600160e01b03198316145b92915050565b6060600180546104b5906119ef565b80601f01602080910402602001604051908101604052809291908181526020018280546104e1906119ef565b801561052e5780601f106105035761010080835404028352916020019161052e565b820191906000526020600020905b81548152906001019060200180831161051157829003601f168201915b5050505050905090565b600061054382610b57565b506000908152600360205260409020546001600160a01b031690565b600061056a826108ba565b9050806001600160a01b0316836001600160a01b03160361059e5760405163e4790b2560e01b815260040160405180910390fd5b336001600160a01b038216148015906105be57506105bc8133610b29565b155b156105dc5760405163519a92c160e11b815260040160405180910390fd5b6105e68383610b7d565b505050565b6105f53382610beb565b610612576040516312a8eb0360e11b815260040160405180910390fd5b6105e6838383610c49565b61062681610c62565b50565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146106725760405163740f7abd60e11b815260040160405180910390fd5b61067c8282610c92565b5050565b6105e683838360405180602001604052806000815250610ae3565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146106e45760405163740f7abd60e11b815260040160405180910390fd5b61062681610cce565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663731aed6e6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561074d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107719190611a29565b9050336001600160a01b0382161461079c5760405163ebb7505b60e01b815260040160405180910390fd5b61067c82610d41565b600054610100900460ff16158080156107c55750600054600160ff909116105b806107df5750303b1580156107df575060005460ff166001145b6108045760405162461bcd60e51b81526004016107fb90611a46565b60405180910390fd5b6000805460ff191660011790558015610827576000805461ff0019166101001790555b60016108338482611ae2565b5060026108408382611ae2565b5080156105e6576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a1505050565b60006108b57f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b6000806108c683610f7b565b90506001600160a01b0381166104a05760405163eab95e3b60e01b815260040160405180910390fd5b6040518060600160405280602d8152602001611f64602d913981565b60408051466020808301919091526001600160a01b0380871683850152808616606084015284166080808401919091528351808403909101815260a090920190925280519101206000905b949350505050565b60408051608081018252600080825260208201819052818301819052606082015290516346a3c2cf60e11b8152600481018390526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690638d47859e90602401608060405180830381865afa1580156109e3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104a09190611ba2565b6060600280546104b5906119ef565b600054610100900460ff1615808015610a365750600054600160ff909116105b80610a505750303b158015610a50575060005460ff166001145b610a6c5760405162461bcd60e51b81526004016107fb90611a46565b6000805460ff191660011790558015610a8f576000805461ff0019166101001790555b8015610626576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a150565b61067c338383610f92565b610aed3383610beb565b610b0a576040516312a8eb0360e11b815260040160405180910390fd5b610b1684848484611031565b50505050565b60606104a082600161103c565b6001600160a01b03918216600090815260046020908152604080832093909416825291909152205460ff1690565b610b60816111a8565b6106265760405163eab95e3b60e01b815260040160405180910390fd5b600081815260036020526040902080546001600160a01b0319166001600160a01b0384169081179091558190610bb282610f7b565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600080610bf7836108ba565b9050806001600160a01b0316846001600160a01b03161480610c1e5750610c1e8185610b29565b806109565750836001600160a01b0316610c3784610538565b6001600160a01b031614949350505050565b60405163553a3f6560e11b815260040160405180910390fd5b6040518181527ff8e1a15aba9398e019f0b49df1a4fde98ee17ae345cb5f6b5e2c27f5033e8ce790602001610acd565b60405181906001600160a01b038416906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b6000610cd98261095e565b600083815260036020526040902080546001600160a01b031916905590508160006001600160a01b031682604001516001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b6000610d6b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b031603610dc15760405162461bcd60e51b815260206004820152601d60248201527f5555505350726f786961626c653a206e6f742075706772616461626c6500000060448201526064016107fb565b806001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610dff573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e239190611c30565b7f9a61ea3469d742a522f41a67608e442d2c27902bed81123f00ba6d3e12e9871e14610e9d5760405162461bcd60e51b815260206004820152602360248201527f5555505350726f786961626c653a206e6f7420636f6d70617469626c65206c6f60448201526267696360e81b60648201526084016107fb565b6001600160a01b0381163003610ef55760405162461bcd60e51b815260206004820152601960248201527f5555505350726f786961626c653a2070726f7879206c6f6f700000000000000060448201526064016107fb565b610f1d817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b7fe011bc04c286c344a8fcbb8de77f953da762c3e25d8cdea984147fc4168a5dcc7f9a61ea3469d742a522f41a67608e442d2c27902bed81123f00ba6d3e12e9871e604080519182526001600160a01b038416602083015201610acd565b600080610f878361095e565b604001519392505050565b816001600160a01b0316836001600160a01b031603610fc45760405163d3c7732960e01b815260040160405180910390fd5b6001600160a01b03838116600081815260046020908152604080832094871680845294825291829020805460ff191686151590811790915591519182527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a3505050565b610b16848484610c49565b606060006110498461095e565b805160208201516040808401519051631cd43d1160e31b81526001600160a01b0380851660048301529283166024820152908216604482015292935090916000917f0000000000000000000000000000000000000000000000000000000000000000169063e6a1e88890606401608060405180830381865afa1580156110d3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110f79190611c49565b50509150506040518060600160405280602d8152602001611f64602d913961112c826bffffffffffffffffffffffff166111c5565b8661115357604051806040016040528060048152602001637472756560e01b815250611172565b6040518060400160405280600581526020016466616c736560d81b8152505b61117b89611258565b60405160200161118e9493929190611ca9565b604051602081830303815290604052935050505092915050565b6000806111b483610f7b565b6001600160a01b0316141592915050565b606060006111d2836113d3565b600101905060008167ffffffffffffffff8111156111f2576111f2611787565b6040519080825280601f01601f19166020018201604052801561121c576020820181803683370190505b5090508181016020015b600019016f181899199a1a9b1b9c1cb0b131b232b360811b600a86061a8153600a850494508461122657509392505050565b606060006112658361095e565b905061127f81600001516001600160a01b031660146114ab565b611288466111c5565b82600001516001600160a01b03166395d89b416040518163ffffffff1660e01b8152600401600060405180830381865afa1580156112ca573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526112f29190810190611d31565b61130a84602001516001600160a01b031660146114ab565b61132285604001516001600160a01b031660146114ab565b61139386600001516001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015611367573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061138b9190611da8565b60ff166111c5565b6113a6876060015163ffffffff166111c5565b6040516020016113bc9796959493929190611dcb565b604051602081830303815290604052915050919050565b60008072184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b83106114125772184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b830492506040015b6d04ee2d6d415b85acef8100000000831061143e576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc10000831061145c57662386f26fc10000830492506010015b6305f5e1008310611474576305f5e100830492506008015b612710831061148857612710830492506004015b6064831061149a576064830492506002015b600a83106104a05760010192915050565b606060006114ba836002611f0c565b6114c5906002611f23565b67ffffffffffffffff8111156114dd576114dd611787565b6040519080825280601f01601f191660200182016040528015611507576020820181803683370190505b509050600360fc1b8160008151811061152257611522611f36565b60200101906001600160f81b031916908160001a905350600f60fb1b8160018151811061155157611551611f36565b60200101906001600160f81b031916908160001a9053506000611575846002611f0c565b611580906001611f23565b90505b60018111156115f8576f181899199a1a9b1b9c1cb0b131b232b360811b85600f16601081106115b4576115b4611f36565b1a60f81b8282815181106115ca576115ca611f36565b60200101906001600160f81b031916908160001a90535060049490941c936115f181611f4c565b9050611583565b5083156116475760405162461bcd60e51b815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e7460448201526064016107fb565b9392505050565b60006020828403121561166057600080fd5b81356001600160e01b03198116811461164757600080fd5b60005b8381101561169357818101518382015260200161167b565b50506000910152565b60208152600082518060208401526116bb816040850160208701611678565b601f01601f19169190910160400192915050565b6000602082840312156116e157600080fd5b5035919050565b6001600160a01b038116811461062657600080fd5b6000806040838503121561171057600080fd5b823561171b816116e8565b946020939093013593505050565b60008060006060848603121561173e57600080fd5b8335611749816116e8565b92506020840135611759816116e8565b929592945050506040919091013590565b60006020828403121561177c57600080fd5b8135611647816116e8565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156117c6576117c6611787565b604052919050565b600067ffffffffffffffff8211156117e8576117e8611787565b50601f01601f191660200190565b6000611809611804846117ce565b61179d565b905082815283838301111561181d57600080fd5b828260208301376000602084830101529392505050565b600082601f83011261184557600080fd5b611647838335602085016117f6565b6000806040838503121561186757600080fd5b823567ffffffffffffffff8082111561187f57600080fd5b61188b86838701611834565b935060208501359150808211156118a157600080fd5b506118ae85828601611834565b9150509250929050565b6000806000606084860312156118cd57600080fd5b83356118d8816116e8565b925060208401356118e8816116e8565b915060408401356118f8816116e8565b809150509250925092565b6000806040838503121561191657600080fd5b8235611921816116e8565b91506020830135801515811461193657600080fd5b809150509250929050565b6000806000806080858703121561195757600080fd5b8435611962816116e8565b93506020850135611972816116e8565b925060408501359150606085013567ffffffffffffffff81111561199557600080fd5b8501601f810187136119a657600080fd5b6119b5878235602084016117f6565b91505092959194509250565b600080604083850312156119d457600080fd5b82356119df816116e8565b91506020830135611936816116e8565b600181811c90821680611a0357607f821691505b602082108103611a2357634e487b7160e01b600052602260045260246000fd5b50919050565b600060208284031215611a3b57600080fd5b8151611647816116e8565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b601f8211156105e657600081815260208120601f850160051c81016020861015611abb5750805b601f850160051c820191505b81811015611ada57828155600101611ac7565b505050505050565b815167ffffffffffffffff811115611afc57611afc611787565b611b1081611b0a84546119ef565b84611a94565b602080601f831160018114611b455760008415611b2d5750858301515b600019600386901b1c1916600185901b178555611ada565b600085815260208120601f198616915b82811015611b7457888601518255948401946001909101908401611b55565b5085821015611b925787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b600060808284031215611bb457600080fd5b6040516080810181811067ffffffffffffffff82111715611bd757611bd7611787565b6040528251611be5816116e8565b81526020830151611bf5816116e8565b60208201526040830151611c08816116e8565b6040820152606083015163ffffffff81168114611c2457600080fd5b60608201529392505050565b600060208284031215611c4257600080fd5b5051919050565b60008060008060808587031215611c5f57600080fd5b84519350602085015180600b0b8114611c7757600080fd5b6040860151606090960151949790965092505050565b60008151611c9f818560208601611678565b9290920192915050565b60008551611cbb818460208a01611678565b693f666c6f77526174653d60b01b9083019081528551611ce281600a840160208a01611678565b69266f7574676f696e673d60b01b600a92909101918201528451611d0d816014840160208901611678565b8451910190611d23816014840160208801611678565b016014019695505050505050565b600060208284031215611d4357600080fd5b815167ffffffffffffffff811115611d5a57600080fd5b8201601f81018413611d6b57600080fd5b8051611d79611804826117ce565b818152856020838501011115611d8e57600080fd5b611d9f826020830160208601611678565b95945050505050565b600060208284031215611dba57600080fd5b815160ff8116811461164757600080fd5b6e26746f6b656e5f616464726573733d60881b815260008851611df581600f850160208d01611678565b6926636861696e5f69643d60b01b600f918401918201528851611e1f816019840160208d01611678565b6d26746f6b656e5f73796d626f6c3d60901b601992909101918201528751611e4e816027840160208c01611678565b672673656e6465723d60c01b602792909101918201528651611e7781602f840160208b01611678565b692672656365697665723d60b01b602f9290910191820152611ee8611ee2611eca611ec4611ea8603986018b611c8d565b6f26746f6b656e5f646563696d616c733d60801b815260100190565b88611c8d565b6b2673746172745f646174653d60a01b8152600c0190565b85611c8d565b9a9950505050505050505050565b634e487b7160e01b600052601160045260246000fd5b80820281158282048414176104a0576104a0611ef6565b808201808211156104a0576104a0611ef6565b634e487b7160e01b600052603260045260246000fd5b600081611f5b57611f5b611ef6565b50600019019056fe68747470733a2f2f6e66742e7375706572666c7569642e66696e616e63652f6366612f76322f6765746d657461a26469706673582212204df13fd6724d5852eb9edf4a4d8e525177a1a75d2e76345d37000b8ae4282ffc64736f6c63430008130033",
|
|
679
679
|
"immutableReferences": {
|
|
680
|
-
"
|
|
680
|
+
"38707": [
|
|
681
681
|
{
|
|
682
682
|
"length": 32,
|
|
683
683
|
"start": 1074
|
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
"start": 2460
|
|
696
696
|
}
|
|
697
697
|
],
|
|
698
|
-
"
|
|
698
|
+
"39316": [
|
|
699
699
|
{
|
|
700
700
|
"length": 32,
|
|
701
701
|
"start": 560
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
"start": 4236
|
|
706
706
|
}
|
|
707
707
|
],
|
|
708
|
-
"
|
|
708
|
+
"39320": [
|
|
709
709
|
{
|
|
710
710
|
"length": 32,
|
|
711
711
|
"start": 713
|
|
@@ -1102,7 +1102,7 @@
|
|
|
1102
1102
|
}
|
|
1103
1103
|
]
|
|
1104
1104
|
},
|
|
1105
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
1105
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_IConstantOutflowNFT_$23700_fromMemory",
|
|
1106
1106
|
"nodeType": "YulFunctionDefinition",
|
|
1107
1107
|
"parameters": [
|
|
1108
1108
|
{
|
|
@@ -1375,7 +1375,7 @@
|
|
|
1375
1375
|
}
|
|
1376
1376
|
]
|
|
1377
1377
|
},
|
|
1378
|
-
"name": "abi_decode_tuple_t_contract$_ISuperAgreement_$
|
|
1378
|
+
"name": "abi_decode_tuple_t_contract$_ISuperAgreement_$23809_fromMemory",
|
|
1379
1379
|
"nodeType": "YulFunctionDefinition",
|
|
1380
1380
|
"parameters": [
|
|
1381
1381
|
{
|
|
@@ -1403,7 +1403,7 @@
|
|
|
1403
1403
|
}
|
|
1404
1404
|
]
|
|
1405
1405
|
},
|
|
1406
|
-
"contents": "{\n { }\n function validator_revert_contract_ISuperfluid(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
1406
|
+
"contents": "{\n { }\n function validator_revert_contract_ISuperfluid(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_IConstantOutflowNFT_$23700_fromMemory(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := mload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_decode_tuple_t_contract$_ISuperAgreement_$23809_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n }\n}",
|
|
1407
1407
|
"id": 124,
|
|
1408
1408
|
"language": "Yul",
|
|
1409
1409
|
"name": "#utility.yul"
|
|
@@ -3101,7 +3101,7 @@
|
|
|
3101
3101
|
}
|
|
3102
3102
|
]
|
|
3103
3103
|
},
|
|
3104
|
-
"name": "abi_encode_tuple_t_contract$_IConstantFlowAgreementV1_$
|
|
3104
|
+
"name": "abi_encode_tuple_t_contract$_IConstantFlowAgreementV1_$22732__to_t_address__fromStack_reversed",
|
|
3105
3105
|
"nodeType": "YulFunctionDefinition",
|
|
3106
3106
|
"parameters": [
|
|
3107
3107
|
{
|
|
@@ -3736,7 +3736,7 @@
|
|
|
3736
3736
|
}
|
|
3737
3737
|
]
|
|
3738
3738
|
},
|
|
3739
|
-
"name": "abi_encode_tuple_t_contract$_ISuperfluid_$
|
|
3739
|
+
"name": "abi_encode_tuple_t_contract$_ISuperfluid_$25051__to_t_address__fromStack_reversed",
|
|
3740
3740
|
"nodeType": "YulFunctionDefinition",
|
|
3741
3741
|
"parameters": [
|
|
3742
3742
|
{
|
|
@@ -6125,7 +6125,7 @@
|
|
|
6125
6125
|
}
|
|
6126
6126
|
]
|
|
6127
6127
|
},
|
|
6128
|
-
"name": "abi_encode_tuple_t_struct$_FlowNFTData_$
|
|
6128
|
+
"name": "abi_encode_tuple_t_struct$_FlowNFTData_$23717_memory_ptr__to_t_struct$_FlowNFTData_$23717_memory_ptr__fromStack_reversed",
|
|
6129
6129
|
"nodeType": "YulFunctionDefinition",
|
|
6130
6130
|
"parameters": [
|
|
6131
6131
|
{
|
|
@@ -7486,7 +7486,7 @@
|
|
|
7486
7486
|
}
|
|
7487
7487
|
]
|
|
7488
7488
|
},
|
|
7489
|
-
"name": "abi_encode_tuple_t_contract$_IConstantOutflowNFT_$
|
|
7489
|
+
"name": "abi_encode_tuple_t_contract$_IConstantOutflowNFT_$23700__to_t_address__fromStack_reversed",
|
|
7490
7490
|
"nodeType": "YulFunctionDefinition",
|
|
7491
7491
|
"parameters": [
|
|
7492
7492
|
{
|
|
@@ -7971,7 +7971,7 @@
|
|
|
7971
7971
|
}
|
|
7972
7972
|
]
|
|
7973
7973
|
},
|
|
7974
|
-
"name": "abi_decode_tuple_t_contract$_ISuperTokenFactory_$
|
|
7974
|
+
"name": "abi_decode_tuple_t_contract$_ISuperTokenFactory_$24527_fromMemory",
|
|
7975
7975
|
"nodeType": "YulFunctionDefinition",
|
|
7976
7976
|
"parameters": [
|
|
7977
7977
|
{
|
|
@@ -10687,7 +10687,7 @@
|
|
|
10687
10687
|
}
|
|
10688
10688
|
]
|
|
10689
10689
|
},
|
|
10690
|
-
"name": "abi_decode_tuple_t_struct$_FlowNFTData_$
|
|
10690
|
+
"name": "abi_decode_tuple_t_struct$_FlowNFTData_$23717_memory_ptr_fromMemory",
|
|
10691
10691
|
"nodeType": "YulFunctionDefinition",
|
|
10692
10692
|
"parameters": [
|
|
10693
10693
|
{
|
|
@@ -12226,7 +12226,7 @@
|
|
|
12226
12226
|
}
|
|
12227
12227
|
]
|
|
12228
12228
|
},
|
|
12229
|
-
"name": "abi_encode_tuple_t_contract$_ISuperToken_$
|
|
12229
|
+
"name": "abi_encode_tuple_t_contract$_ISuperToken_$24397_t_address_t_address__to_t_address_t_address_t_address__fromStack_reversed",
|
|
12230
12230
|
"nodeType": "YulFunctionDefinition",
|
|
12231
12231
|
"parameters": [
|
|
12232
12232
|
{
|
|
@@ -16255,7 +16255,7 @@
|
|
|
16255
16255
|
}
|
|
16256
16256
|
]
|
|
16257
16257
|
},
|
|
16258
|
-
"contents": "{\n { }\n function abi_decode_tuple_t_bytes4(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n if iszero(eq(value, and(value, shl(224, 0xffffffff)))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, iszero(iszero(value0)))\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_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n let length := mload(value0)\n mstore(add(headStart, 32), length)\n copy_memory_to_memory_with_cleanup(add(value0, 32), add(headStart, 64), length)\n tail := add(add(headStart, and(add(length, 31), not(31))), 64)\n }\n function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := calldataload(headStart)\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 validator_revert_address(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_addresst_uint256(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n value1 := calldataload(add(headStart, 32))\n }\n function abi_encode_tuple_t_contract$_IConstantFlowAgreementV1_$22729__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_decode_tuple_t_addresst_addresst_uint256(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function abi_encode_tuple_t_contract$_ISuperfluid_$25048__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 panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function allocate_memory(size) -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(size, 31), not(31)))\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n function array_allocation_size_string(length) -> size\n {\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n size := add(and(add(length, 31), not(31)), 0x20)\n }\n function abi_decode_available_length_string(src, length, end) -> array\n {\n array := allocate_memory(array_allocation_size_string(length))\n mstore(array, length)\n if gt(add(src, length), end) { revert(0, 0) }\n calldatacopy(add(array, 0x20), src, length)\n mstore(add(add(array, length), 0x20), 0)\n }\n function abi_decode_string(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n array := abi_decode_available_length_string(add(offset, 0x20), calldataload(offset), end)\n }\n function abi_decode_tuple_t_string_memory_ptrt_string_memory_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let offset := calldataload(headStart)\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n value0 := abi_decode_string(add(headStart, offset), dataEnd)\n let offset_1 := calldataload(add(headStart, 32))\n if gt(offset_1, _1) { revert(0, 0) }\n value1 := abi_decode_string(add(headStart, offset_1), dataEnd)\n }\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\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 let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_address(value_2)\n value2 := value_2\n }\n function abi_encode_tuple_t_struct$_FlowNFTData_$23714_memory_ptr__to_t_struct$_FlowNFTData_$23714_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 128)\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(mload(value0), _1))\n mstore(add(headStart, 0x20), and(mload(add(value0, 0x20)), _1))\n mstore(add(headStart, 0x40), and(mload(add(value0, 0x40)), _1))\n mstore(add(headStart, 0x60), and(mload(add(value0, 0x60)), 0xffffffff))\n }\n function abi_decode_tuple_t_addresst_bool(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n if iszero(eq(value_1, iszero(iszero(value_1)))) { revert(0, 0) }\n value1 := value_1\n }\n function abi_decode_tuple_t_addresst_addresst_uint256t_bytes_memory_ptr(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n let offset := calldataload(add(headStart, 96))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let _1 := add(headStart, offset)\n if iszero(slt(add(_1, 0x1f), dataEnd)) { revert(0, 0) }\n value3 := abi_decode_available_length_string(add(_1, 32), calldataload(_1), dataEnd)\n }\n function abi_decode_tuple_t_addresst_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\n }\n function abi_encode_tuple_t_contract$_IConstantOutflowNFT_$23697__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 extract_byte_array_length(data) -> length\n {\n length := shr(1, data)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) { length := and(length, 0x7f) }\n if eq(outOfPlaceEncoding, lt(length, 32))\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n }\n function abi_decode_tuple_t_contract$_ISuperTokenFactory_$24524_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 46)\n mstore(add(headStart, 64), \"Initializable: contract is alrea\")\n mstore(add(headStart, 96), \"dy initialized\")\n tail := add(headStart, 128)\n }\n function array_dataslot_string_storage(ptr) -> data\n {\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n }\n function clean_up_bytearray_end_slots_string_storage(array, len, startIndex)\n {\n if gt(len, 31)\n {\n let _1 := 0\n mstore(_1, array)\n let data := keccak256(_1, 0x20)\n let deleteStart := add(data, shr(5, add(startIndex, 31)))\n if lt(startIndex, 0x20) { deleteStart := data }\n let _2 := add(data, shr(5, add(len, 31)))\n let start := deleteStart\n for { } lt(start, _2) { start := add(start, 1) }\n { sstore(start, _1) }\n }\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used\n {\n used := or(and(data, not(shr(shl(3, len), not(0)))), shl(1, len))\n }\n function copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage(slot, src)\n {\n let newLen := mload(src)\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n clean_up_bytearray_end_slots_string_storage(slot, extract_byte_array_length(sload(slot)), newLen)\n let srcOffset := 0\n let srcOffset_1 := 0x20\n srcOffset := srcOffset_1\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(31))\n let dstPtr := array_dataslot_string_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, srcOffset_1) }\n {\n sstore(dstPtr, mload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, srcOffset_1)\n }\n if lt(loopEnd, newLen)\n {\n let lastValue := mload(add(src, srcOffset))\n sstore(dstPtr, and(lastValue, not(shr(and(shl(3, newLen), 248), not(0)))))\n }\n sstore(slot, add(shl(1, newLen), 1))\n }\n default {\n let value := 0\n if newLen\n {\n value := mload(add(src, srcOffset))\n }\n sstore(slot, extract_used_part_and_set_length_of_short_byte_array(value, newLen))\n }\n }\n function abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xff))\n }\n function abi_decode_tuple_t_struct$_FlowNFTData_$23714_memory_ptr_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let memPtr := mload(64)\n let newFreePtr := add(memPtr, 128)\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n let value := mload(headStart)\n validator_revert_address(value)\n mstore(memPtr, value)\n let value_1 := mload(add(headStart, 32))\n validator_revert_address(value_1)\n mstore(add(memPtr, 32), value_1)\n let value_2 := mload(add(headStart, 64))\n validator_revert_address(value_2)\n mstore(add(memPtr, 64), value_2)\n let value_3 := mload(add(headStart, 96))\n if iszero(eq(value_3, and(value_3, 0xffffffff))) { revert(0, 0) }\n mstore(add(memPtr, 96), value_3)\n value0 := memPtr\n }\n function abi_encode_tuple_t_stringliteral_befd5f2ffca520b9208eba0ffa41bf9e0aed29a8580655fdb778030efa521bea__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 29)\n mstore(add(headStart, 64), \"UUPSProxiable: not upgradable\")\n tail := add(headStart, 96)\n }\n function abi_decode_tuple_t_bytes32_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_stringliteral_0c74ad657035ec53451093745d5caa5909a42dace836130f97873b36755af913__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 35)\n mstore(add(headStart, 64), \"UUPSProxiable: not compatible lo\")\n mstore(add(headStart, 96), \"gic\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_stringliteral_7cebf0bf1547141b7b7f87cc08cf4eb6b11676b9b00928b28fdc7e005edd97c0__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 25)\n mstore(add(headStart, 64), \"UUPSProxiable: proxy loop\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_bytes32_t_address__to_t_bytes32_t_address__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_uint256_t_address_t_address_t_address__to_t_uint256_t_address_t_address_t_address__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n mstore(headStart, value0)\n let _1 := sub(shl(160, 1), 1)\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), and(value2, _1))\n mstore(add(headStart, 96), and(value3, _1))\n }\n function abi_encode_tuple_t_contract$_ISuperToken_$24394_t_address_t_address__to_t_address_t_address_t_address__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), and(value2, _1))\n }\n function abi_decode_tuple_t_uint256t_int96t_uint256t_uint256_fromMemory(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n value0 := mload(headStart)\n let value := mload(add(headStart, 32))\n if iszero(eq(value, signextend(11, value))) { revert(0, 0) }\n value1 := value\n value2 := mload(add(headStart, 64))\n value3 := mload(add(headStart, 96))\n }\n function abi_encode_string(value, pos) -> end\n {\n let length := mload(value)\n copy_memory_to_memory_with_cleanup(add(value, 0x20), pos, length)\n end := add(pos, length)\n }\n function abi_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6be3bffc8e156e10c68478215346cd37bdb43a0a035bcfae06acf193852f2a2c_t_string_memory_ptr_t_stringliteral_ae798cf7ec34ee49f7e0cd1235c8f2569de1d54f520de0a75ccdb5df54ca39ea_t_string_memory_ptr_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value3, value2, value1, value0) -> end\n {\n let length := mload(value0)\n copy_memory_to_memory_with_cleanup(add(value0, 0x20), pos, length)\n let end_1 := add(pos, length)\n mstore(end_1, \"?flowRate=\")\n let length_1 := mload(value1)\n copy_memory_to_memory_with_cleanup(add(value1, 0x20), add(end_1, 10), length_1)\n let _1 := add(end_1, length_1)\n mstore(add(_1, 10), \"&outgoing=\")\n let length_2 := mload(value2)\n copy_memory_to_memory_with_cleanup(add(value2, 0x20), add(_1, 20), length_2)\n let _2 := add(_1, length_2)\n let length_3 := mload(value3)\n copy_memory_to_memory_with_cleanup(add(value3, 0x20), add(_2, 20), length_3)\n end := add(add(_2, length_3), 20)\n }\n function panic_error_0x12()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_string_memory_ptr_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := mload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let _1 := add(headStart, offset)\n if iszero(slt(add(_1, 0x1f), dataEnd)) { revert(0, 0) }\n let _2 := mload(_1)\n let array := allocate_memory(array_allocation_size_string(_2))\n mstore(array, _2)\n if gt(add(add(_1, _2), 32), dataEnd) { revert(0, 0) }\n copy_memory_to_memory_with_cleanup(add(_1, 32), add(array, 32), _2)\n value0 := array\n }\n function abi_decode_tuple_t_uint8_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, and(value, 0xff))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_stringliteral_c1bf(pos) -> end\n {\n mstore(pos, \"&token_decimals=\")\n end := add(pos, 16)\n }\n function abi_encode_stringliteral_75f3(pos) -> end\n {\n mstore(pos, \"&start_date=\")\n end := add(pos, 12)\n }\n function abi_encode_tuple_packed_t_stringliteral_4117b9934a95d0644e7342f637868e6a288c6a26fedd109ed3f49114379289f1_t_string_memory_ptr_t_stringliteral_01847fa300add37827ba70c89a70b3b5606b0b8dafd1b83974841385bae126fd_t_string_memory_ptr_t_stringliteral_377434ce9054b30a89006449a2b4548d3a976c2360bb0db5449287b18659a722_t_string_memory_ptr_t_stringliteral_863ed937574d7da9b7b8e7d15377a1b5b2ba32c83650007709916e177e891d43_t_string_memory_ptr_t_stringliteral_2178213b326e57f78a76acf802eff07532fd4852a28b95162939ee7085ea509a_t_string_memory_ptr_t_stringliteral_c1bf9fbafe1881f2f498b720fa9e1fddaf6b58a207e72dc2e9e7b47336fe3494_t_string_memory_ptr_t_stringliteral_75f3bcb45e0d7da7a39095e1c5e60de0548890ebcacd7072da1d6d7274046b0a_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value6, value5, value4, value3, value2, value1, value0) -> end\n {\n mstore(pos, \"&token_address=\")\n let length := mload(value0)\n copy_memory_to_memory_with_cleanup(add(value0, 0x20), add(pos, 15), length)\n let _1 := add(pos, length)\n mstore(add(_1, 15), \"&chain_id=\")\n let length_1 := mload(value1)\n copy_memory_to_memory_with_cleanup(add(value1, 0x20), add(_1, 25), length_1)\n let _2 := add(_1, length_1)\n mstore(add(_2, 25), \"&token_symbol=\")\n let length_2 := mload(value2)\n copy_memory_to_memory_with_cleanup(add(value2, 0x20), add(_2, 39), length_2)\n let _3 := add(_2, length_2)\n mstore(add(_3, 39), \"&sender=\")\n let length_3 := mload(value3)\n copy_memory_to_memory_with_cleanup(add(value3, 0x20), add(_3, 47), length_3)\n let _4 := add(_3, length_3)\n mstore(add(_4, 47), \"&receiver=\")\n end := abi_encode_string(value6, abi_encode_stringliteral_75f3(abi_encode_string(value5, abi_encode_stringliteral_c1bf(abi_encode_string(value4, add(_4, 57))))))\n }\n function panic_error_0x11()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n function checked_mul_t_uint256(x, y) -> product\n {\n product := mul(x, y)\n if iszero(or(iszero(x), eq(y, div(product, x)))) { panic_error_0x11() }\n }\n function checked_add_t_uint256(x, y) -> sum\n {\n sum := add(x, y)\n if gt(x, sum) { panic_error_0x11() }\n }\n function panic_error_0x32()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function decrement_t_uint256(value) -> ret\n {\n if iszero(value) { panic_error_0x11() }\n ret := add(value, not(0))\n }\n function abi_encode_tuple_t_stringliteral_04fc88320d7c9f639317c75102c103ff0044d3075a5c627e24e76e5bbb2733c2__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"Strings: hex length insufficient\")\n tail := add(headStart, 96)\n }\n}",
|
|
16258
|
+
"contents": "{\n { }\n function abi_decode_tuple_t_bytes4(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n if iszero(eq(value, and(value, shl(224, 0xffffffff)))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, iszero(iszero(value0)))\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_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n let length := mload(value0)\n mstore(add(headStart, 32), length)\n copy_memory_to_memory_with_cleanup(add(value0, 32), add(headStart, 64), length)\n tail := add(add(headStart, and(add(length, 31), not(31))), 64)\n }\n function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := calldataload(headStart)\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 validator_revert_address(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_addresst_uint256(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n value1 := calldataload(add(headStart, 32))\n }\n function abi_encode_tuple_t_contract$_IConstantFlowAgreementV1_$22732__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_decode_tuple_t_addresst_addresst_uint256(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function abi_encode_tuple_t_contract$_ISuperfluid_$25051__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 panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function allocate_memory(size) -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(size, 31), not(31)))\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n function array_allocation_size_string(length) -> size\n {\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n size := add(and(add(length, 31), not(31)), 0x20)\n }\n function abi_decode_available_length_string(src, length, end) -> array\n {\n array := allocate_memory(array_allocation_size_string(length))\n mstore(array, length)\n if gt(add(src, length), end) { revert(0, 0) }\n calldatacopy(add(array, 0x20), src, length)\n mstore(add(add(array, length), 0x20), 0)\n }\n function abi_decode_string(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n array := abi_decode_available_length_string(add(offset, 0x20), calldataload(offset), end)\n }\n function abi_decode_tuple_t_string_memory_ptrt_string_memory_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let offset := calldataload(headStart)\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n value0 := abi_decode_string(add(headStart, offset), dataEnd)\n let offset_1 := calldataload(add(headStart, 32))\n if gt(offset_1, _1) { revert(0, 0) }\n value1 := abi_decode_string(add(headStart, offset_1), dataEnd)\n }\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\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 let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_address(value_2)\n value2 := value_2\n }\n function abi_encode_tuple_t_struct$_FlowNFTData_$23717_memory_ptr__to_t_struct$_FlowNFTData_$23717_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 128)\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(mload(value0), _1))\n mstore(add(headStart, 0x20), and(mload(add(value0, 0x20)), _1))\n mstore(add(headStart, 0x40), and(mload(add(value0, 0x40)), _1))\n mstore(add(headStart, 0x60), and(mload(add(value0, 0x60)), 0xffffffff))\n }\n function abi_decode_tuple_t_addresst_bool(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n if iszero(eq(value_1, iszero(iszero(value_1)))) { revert(0, 0) }\n value1 := value_1\n }\n function abi_decode_tuple_t_addresst_addresst_uint256t_bytes_memory_ptr(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n let offset := calldataload(add(headStart, 96))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let _1 := add(headStart, offset)\n if iszero(slt(add(_1, 0x1f), dataEnd)) { revert(0, 0) }\n value3 := abi_decode_available_length_string(add(_1, 32), calldataload(_1), dataEnd)\n }\n function abi_decode_tuple_t_addresst_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\n }\n function abi_encode_tuple_t_contract$_IConstantOutflowNFT_$23700__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 extract_byte_array_length(data) -> length\n {\n length := shr(1, data)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) { length := and(length, 0x7f) }\n if eq(outOfPlaceEncoding, lt(length, 32))\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n }\n function abi_decode_tuple_t_contract$_ISuperTokenFactory_$24527_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 46)\n mstore(add(headStart, 64), \"Initializable: contract is alrea\")\n mstore(add(headStart, 96), \"dy initialized\")\n tail := add(headStart, 128)\n }\n function array_dataslot_string_storage(ptr) -> data\n {\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n }\n function clean_up_bytearray_end_slots_string_storage(array, len, startIndex)\n {\n if gt(len, 31)\n {\n let _1 := 0\n mstore(_1, array)\n let data := keccak256(_1, 0x20)\n let deleteStart := add(data, shr(5, add(startIndex, 31)))\n if lt(startIndex, 0x20) { deleteStart := data }\n let _2 := add(data, shr(5, add(len, 31)))\n let start := deleteStart\n for { } lt(start, _2) { start := add(start, 1) }\n { sstore(start, _1) }\n }\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used\n {\n used := or(and(data, not(shr(shl(3, len), not(0)))), shl(1, len))\n }\n function copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage(slot, src)\n {\n let newLen := mload(src)\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n clean_up_bytearray_end_slots_string_storage(slot, extract_byte_array_length(sload(slot)), newLen)\n let srcOffset := 0\n let srcOffset_1 := 0x20\n srcOffset := srcOffset_1\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(31))\n let dstPtr := array_dataslot_string_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, srcOffset_1) }\n {\n sstore(dstPtr, mload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, srcOffset_1)\n }\n if lt(loopEnd, newLen)\n {\n let lastValue := mload(add(src, srcOffset))\n sstore(dstPtr, and(lastValue, not(shr(and(shl(3, newLen), 248), not(0)))))\n }\n sstore(slot, add(shl(1, newLen), 1))\n }\n default {\n let value := 0\n if newLen\n {\n value := mload(add(src, srcOffset))\n }\n sstore(slot, extract_used_part_and_set_length_of_short_byte_array(value, newLen))\n }\n }\n function abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xff))\n }\n function abi_decode_tuple_t_struct$_FlowNFTData_$23717_memory_ptr_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let memPtr := mload(64)\n let newFreePtr := add(memPtr, 128)\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n let value := mload(headStart)\n validator_revert_address(value)\n mstore(memPtr, value)\n let value_1 := mload(add(headStart, 32))\n validator_revert_address(value_1)\n mstore(add(memPtr, 32), value_1)\n let value_2 := mload(add(headStart, 64))\n validator_revert_address(value_2)\n mstore(add(memPtr, 64), value_2)\n let value_3 := mload(add(headStart, 96))\n if iszero(eq(value_3, and(value_3, 0xffffffff))) { revert(0, 0) }\n mstore(add(memPtr, 96), value_3)\n value0 := memPtr\n }\n function abi_encode_tuple_t_stringliteral_befd5f2ffca520b9208eba0ffa41bf9e0aed29a8580655fdb778030efa521bea__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 29)\n mstore(add(headStart, 64), \"UUPSProxiable: not upgradable\")\n tail := add(headStart, 96)\n }\n function abi_decode_tuple_t_bytes32_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_stringliteral_0c74ad657035ec53451093745d5caa5909a42dace836130f97873b36755af913__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 35)\n mstore(add(headStart, 64), \"UUPSProxiable: not compatible lo\")\n mstore(add(headStart, 96), \"gic\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_stringliteral_7cebf0bf1547141b7b7f87cc08cf4eb6b11676b9b00928b28fdc7e005edd97c0__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 25)\n mstore(add(headStart, 64), \"UUPSProxiable: proxy loop\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_bytes32_t_address__to_t_bytes32_t_address__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_uint256_t_address_t_address_t_address__to_t_uint256_t_address_t_address_t_address__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n mstore(headStart, value0)\n let _1 := sub(shl(160, 1), 1)\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), and(value2, _1))\n mstore(add(headStart, 96), and(value3, _1))\n }\n function abi_encode_tuple_t_contract$_ISuperToken_$24397_t_address_t_address__to_t_address_t_address_t_address__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), and(value2, _1))\n }\n function abi_decode_tuple_t_uint256t_int96t_uint256t_uint256_fromMemory(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n value0 := mload(headStart)\n let value := mload(add(headStart, 32))\n if iszero(eq(value, signextend(11, value))) { revert(0, 0) }\n value1 := value\n value2 := mload(add(headStart, 64))\n value3 := mload(add(headStart, 96))\n }\n function abi_encode_string(value, pos) -> end\n {\n let length := mload(value)\n copy_memory_to_memory_with_cleanup(add(value, 0x20), pos, length)\n end := add(pos, length)\n }\n function abi_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6be3bffc8e156e10c68478215346cd37bdb43a0a035bcfae06acf193852f2a2c_t_string_memory_ptr_t_stringliteral_ae798cf7ec34ee49f7e0cd1235c8f2569de1d54f520de0a75ccdb5df54ca39ea_t_string_memory_ptr_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value3, value2, value1, value0) -> end\n {\n let length := mload(value0)\n copy_memory_to_memory_with_cleanup(add(value0, 0x20), pos, length)\n let end_1 := add(pos, length)\n mstore(end_1, \"?flowRate=\")\n let length_1 := mload(value1)\n copy_memory_to_memory_with_cleanup(add(value1, 0x20), add(end_1, 10), length_1)\n let _1 := add(end_1, length_1)\n mstore(add(_1, 10), \"&outgoing=\")\n let length_2 := mload(value2)\n copy_memory_to_memory_with_cleanup(add(value2, 0x20), add(_1, 20), length_2)\n let _2 := add(_1, length_2)\n let length_3 := mload(value3)\n copy_memory_to_memory_with_cleanup(add(value3, 0x20), add(_2, 20), length_3)\n end := add(add(_2, length_3), 20)\n }\n function panic_error_0x12()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_string_memory_ptr_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := mload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let _1 := add(headStart, offset)\n if iszero(slt(add(_1, 0x1f), dataEnd)) { revert(0, 0) }\n let _2 := mload(_1)\n let array := allocate_memory(array_allocation_size_string(_2))\n mstore(array, _2)\n if gt(add(add(_1, _2), 32), dataEnd) { revert(0, 0) }\n copy_memory_to_memory_with_cleanup(add(_1, 32), add(array, 32), _2)\n value0 := array\n }\n function abi_decode_tuple_t_uint8_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, and(value, 0xff))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_stringliteral_c1bf(pos) -> end\n {\n mstore(pos, \"&token_decimals=\")\n end := add(pos, 16)\n }\n function abi_encode_stringliteral_75f3(pos) -> end\n {\n mstore(pos, \"&start_date=\")\n end := add(pos, 12)\n }\n function abi_encode_tuple_packed_t_stringliteral_4117b9934a95d0644e7342f637868e6a288c6a26fedd109ed3f49114379289f1_t_string_memory_ptr_t_stringliteral_01847fa300add37827ba70c89a70b3b5606b0b8dafd1b83974841385bae126fd_t_string_memory_ptr_t_stringliteral_377434ce9054b30a89006449a2b4548d3a976c2360bb0db5449287b18659a722_t_string_memory_ptr_t_stringliteral_863ed937574d7da9b7b8e7d15377a1b5b2ba32c83650007709916e177e891d43_t_string_memory_ptr_t_stringliteral_2178213b326e57f78a76acf802eff07532fd4852a28b95162939ee7085ea509a_t_string_memory_ptr_t_stringliteral_c1bf9fbafe1881f2f498b720fa9e1fddaf6b58a207e72dc2e9e7b47336fe3494_t_string_memory_ptr_t_stringliteral_75f3bcb45e0d7da7a39095e1c5e60de0548890ebcacd7072da1d6d7274046b0a_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value6, value5, value4, value3, value2, value1, value0) -> end\n {\n mstore(pos, \"&token_address=\")\n let length := mload(value0)\n copy_memory_to_memory_with_cleanup(add(value0, 0x20), add(pos, 15), length)\n let _1 := add(pos, length)\n mstore(add(_1, 15), \"&chain_id=\")\n let length_1 := mload(value1)\n copy_memory_to_memory_with_cleanup(add(value1, 0x20), add(_1, 25), length_1)\n let _2 := add(_1, length_1)\n mstore(add(_2, 25), \"&token_symbol=\")\n let length_2 := mload(value2)\n copy_memory_to_memory_with_cleanup(add(value2, 0x20), add(_2, 39), length_2)\n let _3 := add(_2, length_2)\n mstore(add(_3, 39), \"&sender=\")\n let length_3 := mload(value3)\n copy_memory_to_memory_with_cleanup(add(value3, 0x20), add(_3, 47), length_3)\n let _4 := add(_3, length_3)\n mstore(add(_4, 47), \"&receiver=\")\n end := abi_encode_string(value6, abi_encode_stringliteral_75f3(abi_encode_string(value5, abi_encode_stringliteral_c1bf(abi_encode_string(value4, add(_4, 57))))))\n }\n function panic_error_0x11()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n function checked_mul_t_uint256(x, y) -> product\n {\n product := mul(x, y)\n if iszero(or(iszero(x), eq(y, div(product, x)))) { panic_error_0x11() }\n }\n function checked_add_t_uint256(x, y) -> sum\n {\n sum := add(x, y)\n if gt(x, sum) { panic_error_0x11() }\n }\n function panic_error_0x32()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function decrement_t_uint256(value) -> ret\n {\n if iszero(value) { panic_error_0x11() }\n ret := add(value, not(0))\n }\n function abi_encode_tuple_t_stringliteral_04fc88320d7c9f639317c75102c103ff0044d3075a5c627e24e76e5bbb2733c2__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"Strings: hex length insufficient\")\n tail := add(headStart, 96)\n }\n}",
|
|
16259
16259
|
"id": 124,
|
|
16260
16260
|
"language": "Yul",
|
|
16261
16261
|
"name": "#utility.yul"
|
|
@@ -16269,39 +16269,39 @@
|
|
|
16269
16269
|
"absolutePath": "project:/contracts/superfluid/ConstantInflowNFT.sol",
|
|
16270
16270
|
"exportedSymbols": {
|
|
16271
16271
|
"ConstantInflowNFT": [
|
|
16272
|
-
|
|
16272
|
+
38898
|
|
16273
16273
|
],
|
|
16274
16274
|
"FlowNFTBase": [
|
|
16275
|
-
|
|
16275
|
+
40123
|
|
16276
16276
|
],
|
|
16277
16277
|
"IConstantFlowAgreementV1": [
|
|
16278
|
-
|
|
16278
|
+
22732
|
|
16279
16279
|
],
|
|
16280
16280
|
"IConstantInflowNFT": [
|
|
16281
|
-
|
|
16281
|
+
23646
|
|
16282
16282
|
],
|
|
16283
16283
|
"IConstantOutflowNFT": [
|
|
16284
|
-
|
|
16284
|
+
23700
|
|
16285
16285
|
],
|
|
16286
16286
|
"IERC721Metadata": [
|
|
16287
16287
|
2025
|
|
16288
16288
|
],
|
|
16289
16289
|
"IFlowNFTBase": [
|
|
16290
|
-
|
|
16290
|
+
23774
|
|
16291
16291
|
],
|
|
16292
16292
|
"ISuperToken": [
|
|
16293
|
-
|
|
16293
|
+
24397
|
|
16294
16294
|
],
|
|
16295
16295
|
"ISuperfluid": [
|
|
16296
|
-
|
|
16296
|
+
25051
|
|
16297
16297
|
]
|
|
16298
16298
|
},
|
|
16299
|
-
"id":
|
|
16299
|
+
"id": 38899,
|
|
16300
16300
|
"license": "AGPLv3",
|
|
16301
16301
|
"nodeType": "SourceUnit",
|
|
16302
16302
|
"nodes": [
|
|
16303
16303
|
{
|
|
16304
|
-
"id":
|
|
16304
|
+
"id": 38684,
|
|
16305
16305
|
"literals": [
|
|
16306
16306
|
"solidity",
|
|
16307
16307
|
"0.8",
|
|
@@ -16313,16 +16313,16 @@
|
|
|
16313
16313
|
{
|
|
16314
16314
|
"absolutePath": "@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol",
|
|
16315
16315
|
"file": "@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol",
|
|
16316
|
-
"id":
|
|
16316
|
+
"id": 38686,
|
|
16317
16317
|
"nameLocation": "-1:-1:-1",
|
|
16318
16318
|
"nodeType": "ImportDirective",
|
|
16319
|
-
"scope":
|
|
16319
|
+
"scope": 38899,
|
|
16320
16320
|
"sourceUnit": 2026,
|
|
16321
16321
|
"src": "60:106:98",
|
|
16322
16322
|
"symbolAliases": [
|
|
16323
16323
|
{
|
|
16324
16324
|
"foreign": {
|
|
16325
|
-
"id":
|
|
16325
|
+
"id": 38685,
|
|
16326
16326
|
"name": "IERC721Metadata",
|
|
16327
16327
|
"nodeType": "Identifier",
|
|
16328
16328
|
"overloadedDeclarations": [],
|
|
@@ -16338,20 +16338,20 @@
|
|
|
16338
16338
|
{
|
|
16339
16339
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
|
|
16340
16340
|
"file": "../interfaces/superfluid/ISuperToken.sol",
|
|
16341
|
-
"id":
|
|
16341
|
+
"id": 38688,
|
|
16342
16342
|
"nameLocation": "-1:-1:-1",
|
|
16343
16343
|
"nodeType": "ImportDirective",
|
|
16344
|
-
"scope":
|
|
16345
|
-
"sourceUnit":
|
|
16344
|
+
"scope": 38899,
|
|
16345
|
+
"sourceUnit": 24398,
|
|
16346
16346
|
"src": "167:71:98",
|
|
16347
16347
|
"symbolAliases": [
|
|
16348
16348
|
{
|
|
16349
16349
|
"foreign": {
|
|
16350
|
-
"id":
|
|
16350
|
+
"id": 38687,
|
|
16351
16351
|
"name": "ISuperToken",
|
|
16352
16352
|
"nodeType": "Identifier",
|
|
16353
16353
|
"overloadedDeclarations": [],
|
|
16354
|
-
"referencedDeclaration":
|
|
16354
|
+
"referencedDeclaration": 24397,
|
|
16355
16355
|
"src": "176:11:98",
|
|
16356
16356
|
"typeDescriptions": {}
|
|
16357
16357
|
},
|
|
@@ -16363,20 +16363,20 @@
|
|
|
16363
16363
|
{
|
|
16364
16364
|
"absolutePath": "project:/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol",
|
|
16365
16365
|
"file": "../interfaces/agreements/IConstantFlowAgreementV1.sol",
|
|
16366
|
-
"id":
|
|
16366
|
+
"id": 38690,
|
|
16367
16367
|
"nameLocation": "-1:-1:-1",
|
|
16368
16368
|
"nodeType": "ImportDirective",
|
|
16369
|
-
"scope":
|
|
16370
|
-
"sourceUnit":
|
|
16369
|
+
"scope": 38899,
|
|
16370
|
+
"sourceUnit": 22733,
|
|
16371
16371
|
"src": "239:101:98",
|
|
16372
16372
|
"symbolAliases": [
|
|
16373
16373
|
{
|
|
16374
16374
|
"foreign": {
|
|
16375
|
-
"id":
|
|
16375
|
+
"id": 38689,
|
|
16376
16376
|
"name": "IConstantFlowAgreementV1",
|
|
16377
16377
|
"nodeType": "Identifier",
|
|
16378
16378
|
"overloadedDeclarations": [],
|
|
16379
|
-
"referencedDeclaration":
|
|
16379
|
+
"referencedDeclaration": 22732,
|
|
16380
16380
|
"src": "252:24:98",
|
|
16381
16381
|
"typeDescriptions": {}
|
|
16382
16382
|
},
|
|
@@ -16388,20 +16388,20 @@
|
|
|
16388
16388
|
{
|
|
16389
16389
|
"absolutePath": "project:/contracts/interfaces/superfluid/IConstantOutflowNFT.sol",
|
|
16390
16390
|
"file": "../interfaces/superfluid/IConstantOutflowNFT.sol",
|
|
16391
|
-
"id":
|
|
16391
|
+
"id": 38692,
|
|
16392
16392
|
"nameLocation": "-1:-1:-1",
|
|
16393
16393
|
"nodeType": "ImportDirective",
|
|
16394
|
-
"scope":
|
|
16395
|
-
"sourceUnit":
|
|
16394
|
+
"scope": 38899,
|
|
16395
|
+
"sourceUnit": 23701,
|
|
16396
16396
|
"src": "341:91:98",
|
|
16397
16397
|
"symbolAliases": [
|
|
16398
16398
|
{
|
|
16399
16399
|
"foreign": {
|
|
16400
|
-
"id":
|
|
16400
|
+
"id": 38691,
|
|
16401
16401
|
"name": "IConstantOutflowNFT",
|
|
16402
16402
|
"nodeType": "Identifier",
|
|
16403
16403
|
"overloadedDeclarations": [],
|
|
16404
|
-
"referencedDeclaration":
|
|
16404
|
+
"referencedDeclaration": 23700,
|
|
16405
16405
|
"src": "354:19:98",
|
|
16406
16406
|
"typeDescriptions": {}
|
|
16407
16407
|
},
|
|
@@ -16413,20 +16413,20 @@
|
|
|
16413
16413
|
{
|
|
16414
16414
|
"absolutePath": "project:/contracts/interfaces/superfluid/IConstantInflowNFT.sol",
|
|
16415
16415
|
"file": "../interfaces/superfluid/IConstantInflowNFT.sol",
|
|
16416
|
-
"id":
|
|
16416
|
+
"id": 38694,
|
|
16417
16417
|
"nameLocation": "-1:-1:-1",
|
|
16418
16418
|
"nodeType": "ImportDirective",
|
|
16419
|
-
"scope":
|
|
16420
|
-
"sourceUnit":
|
|
16419
|
+
"scope": 38899,
|
|
16420
|
+
"sourceUnit": 23647,
|
|
16421
16421
|
"src": "433:89:98",
|
|
16422
16422
|
"symbolAliases": [
|
|
16423
16423
|
{
|
|
16424
16424
|
"foreign": {
|
|
16425
|
-
"id":
|
|
16425
|
+
"id": 38693,
|
|
16426
16426
|
"name": "IConstantInflowNFT",
|
|
16427
16427
|
"nodeType": "Identifier",
|
|
16428
16428
|
"overloadedDeclarations": [],
|
|
16429
|
-
"referencedDeclaration":
|
|
16429
|
+
"referencedDeclaration": 23646,
|
|
16430
16430
|
"src": "446:18:98",
|
|
16431
16431
|
"typeDescriptions": {}
|
|
16432
16432
|
},
|
|
@@ -16438,20 +16438,20 @@
|
|
|
16438
16438
|
{
|
|
16439
16439
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
|
|
16440
16440
|
"file": "../interfaces/superfluid/ISuperfluid.sol",
|
|
16441
|
-
"id":
|
|
16441
|
+
"id": 38696,
|
|
16442
16442
|
"nameLocation": "-1:-1:-1",
|
|
16443
16443
|
"nodeType": "ImportDirective",
|
|
16444
|
-
"scope":
|
|
16445
|
-
"sourceUnit":
|
|
16444
|
+
"scope": 38899,
|
|
16445
|
+
"sourceUnit": 25052,
|
|
16446
16446
|
"src": "523:71:98",
|
|
16447
16447
|
"symbolAliases": [
|
|
16448
16448
|
{
|
|
16449
16449
|
"foreign": {
|
|
16450
|
-
"id":
|
|
16450
|
+
"id": 38695,
|
|
16451
16451
|
"name": "ISuperfluid",
|
|
16452
16452
|
"nodeType": "Identifier",
|
|
16453
16453
|
"overloadedDeclarations": [],
|
|
16454
|
-
"referencedDeclaration":
|
|
16454
|
+
"referencedDeclaration": 25051,
|
|
16455
16455
|
"src": "532:11:98",
|
|
16456
16456
|
"typeDescriptions": {}
|
|
16457
16457
|
},
|
|
@@ -16463,20 +16463,20 @@
|
|
|
16463
16463
|
{
|
|
16464
16464
|
"absolutePath": "project:/contracts/superfluid/FlowNFTBase.sol",
|
|
16465
16465
|
"file": "./FlowNFTBase.sol",
|
|
16466
|
-
"id":
|
|
16466
|
+
"id": 38699,
|
|
16467
16467
|
"nameLocation": "-1:-1:-1",
|
|
16468
16468
|
"nodeType": "ImportDirective",
|
|
16469
|
-
"scope":
|
|
16470
|
-
"sourceUnit":
|
|
16469
|
+
"scope": 38899,
|
|
16470
|
+
"sourceUnit": 40124,
|
|
16471
16471
|
"src": "595:62:98",
|
|
16472
16472
|
"symbolAliases": [
|
|
16473
16473
|
{
|
|
16474
16474
|
"foreign": {
|
|
16475
|
-
"id":
|
|
16475
|
+
"id": 38697,
|
|
16476
16476
|
"name": "FlowNFTBase",
|
|
16477
16477
|
"nodeType": "Identifier",
|
|
16478
16478
|
"overloadedDeclarations": [],
|
|
16479
|
-
"referencedDeclaration":
|
|
16479
|
+
"referencedDeclaration": 40123,
|
|
16480
16480
|
"src": "604:11:98",
|
|
16481
16481
|
"typeDescriptions": {}
|
|
16482
16482
|
},
|
|
@@ -16484,11 +16484,11 @@
|
|
|
16484
16484
|
},
|
|
16485
16485
|
{
|
|
16486
16486
|
"foreign": {
|
|
16487
|
-
"id":
|
|
16487
|
+
"id": 38698,
|
|
16488
16488
|
"name": "IFlowNFTBase",
|
|
16489
16489
|
"nodeType": "Identifier",
|
|
16490
16490
|
"overloadedDeclarations": [],
|
|
16491
|
-
"referencedDeclaration":
|
|
16491
|
+
"referencedDeclaration": 23774,
|
|
16492
16492
|
"src": "617:12:98",
|
|
16493
16493
|
"typeDescriptions": {}
|
|
16494
16494
|
},
|
|
@@ -16502,31 +16502,31 @@
|
|
|
16502
16502
|
"baseContracts": [
|
|
16503
16503
|
{
|
|
16504
16504
|
"baseName": {
|
|
16505
|
-
"id":
|
|
16505
|
+
"id": 38701,
|
|
16506
16506
|
"name": "FlowNFTBase",
|
|
16507
16507
|
"nameLocations": [
|
|
16508
16508
|
"959:11:98"
|
|
16509
16509
|
],
|
|
16510
16510
|
"nodeType": "IdentifierPath",
|
|
16511
|
-
"referencedDeclaration":
|
|
16511
|
+
"referencedDeclaration": 40123,
|
|
16512
16512
|
"src": "959:11:98"
|
|
16513
16513
|
},
|
|
16514
|
-
"id":
|
|
16514
|
+
"id": 38702,
|
|
16515
16515
|
"nodeType": "InheritanceSpecifier",
|
|
16516
16516
|
"src": "959:11:98"
|
|
16517
16517
|
},
|
|
16518
16518
|
{
|
|
16519
16519
|
"baseName": {
|
|
16520
|
-
"id":
|
|
16520
|
+
"id": 38703,
|
|
16521
16521
|
"name": "IConstantInflowNFT",
|
|
16522
16522
|
"nameLocations": [
|
|
16523
16523
|
"972:18:98"
|
|
16524
16524
|
],
|
|
16525
16525
|
"nodeType": "IdentifierPath",
|
|
16526
|
-
"referencedDeclaration":
|
|
16526
|
+
"referencedDeclaration": 23646,
|
|
16527
16527
|
"src": "972:18:98"
|
|
16528
16528
|
},
|
|
16529
|
-
"id":
|
|
16529
|
+
"id": 38704,
|
|
16530
16530
|
"nodeType": "InheritanceSpecifier",
|
|
16531
16531
|
"src": "972:18:98"
|
|
16532
16532
|
}
|
|
@@ -16535,22 +16535,22 @@
|
|
|
16535
16535
|
"contractDependencies": [],
|
|
16536
16536
|
"contractKind": "contract",
|
|
16537
16537
|
"documentation": {
|
|
16538
|
-
"id":
|
|
16538
|
+
"id": 38700,
|
|
16539
16539
|
"nodeType": "StructuredDocumentation",
|
|
16540
16540
|
"src": "659:270:98",
|
|
16541
16541
|
"text": "@title ConstantInflowNFT Contract (CIF NFT)\n @author Superfluid\n @notice The ConstantInflowNFT contract to be minted to the flow sender on flow creation.\n @dev This contract does not hold any storage, but references the ConstantOutflowNFT contract storage."
|
|
16542
16542
|
},
|
|
16543
16543
|
"fullyImplemented": true,
|
|
16544
|
-
"id":
|
|
16544
|
+
"id": 38898,
|
|
16545
16545
|
"linearizedBaseContracts": [
|
|
16546
|
-
|
|
16547
|
-
|
|
16548
|
-
|
|
16549
|
-
|
|
16546
|
+
38898,
|
|
16547
|
+
23646,
|
|
16548
|
+
40123,
|
|
16549
|
+
23774,
|
|
16550
16550
|
2025,
|
|
16551
16551
|
1998,
|
|
16552
16552
|
2850,
|
|
16553
|
-
|
|
16553
|
+
47004,
|
|
16554
16554
|
875
|
|
16555
16555
|
],
|
|
16556
16556
|
"name": "ConstantInflowNFT",
|
|
@@ -16560,36 +16560,36 @@
|
|
|
16560
16560
|
{
|
|
16561
16561
|
"constant": false,
|
|
16562
16562
|
"functionSelector": "ef43d2c6",
|
|
16563
|
-
"id":
|
|
16563
|
+
"id": 38707,
|
|
16564
16564
|
"mutability": "immutable",
|
|
16565
16565
|
"name": "CONSTANT_OUTFLOW_NFT",
|
|
16566
16566
|
"nameLocation": "1034:20:98",
|
|
16567
16567
|
"nodeType": "VariableDeclaration",
|
|
16568
|
-
"scope":
|
|
16568
|
+
"scope": 38898,
|
|
16569
16569
|
"src": "997:57:98",
|
|
16570
16570
|
"stateVariable": true,
|
|
16571
16571
|
"storageLocation": "default",
|
|
16572
16572
|
"typeDescriptions": {
|
|
16573
|
-
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$
|
|
16573
|
+
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$23700",
|
|
16574
16574
|
"typeString": "contract IConstantOutflowNFT"
|
|
16575
16575
|
},
|
|
16576
16576
|
"typeName": {
|
|
16577
|
-
"id":
|
|
16577
|
+
"id": 38706,
|
|
16578
16578
|
"nodeType": "UserDefinedTypeName",
|
|
16579
16579
|
"pathNode": {
|
|
16580
|
-
"id":
|
|
16580
|
+
"id": 38705,
|
|
16581
16581
|
"name": "IConstantOutflowNFT",
|
|
16582
16582
|
"nameLocations": [
|
|
16583
16583
|
"997:19:98"
|
|
16584
16584
|
],
|
|
16585
16585
|
"nodeType": "IdentifierPath",
|
|
16586
|
-
"referencedDeclaration":
|
|
16586
|
+
"referencedDeclaration": 23700,
|
|
16587
16587
|
"src": "997:19:98"
|
|
16588
16588
|
},
|
|
16589
|
-
"referencedDeclaration":
|
|
16589
|
+
"referencedDeclaration": 23700,
|
|
16590
16590
|
"src": "997:19:98",
|
|
16591
16591
|
"typeDescriptions": {
|
|
16592
|
-
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$
|
|
16592
|
+
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$23700",
|
|
16593
16593
|
"typeString": "contract IConstantOutflowNFT"
|
|
16594
16594
|
}
|
|
16595
16595
|
},
|
|
@@ -16597,84 +16597,84 @@
|
|
|
16597
16597
|
},
|
|
16598
16598
|
{
|
|
16599
16599
|
"body": {
|
|
16600
|
-
"id":
|
|
16600
|
+
"id": 38723,
|
|
16601
16601
|
"nodeType": "Block",
|
|
16602
16602
|
"src": "1220:58:98",
|
|
16603
16603
|
"statements": [
|
|
16604
16604
|
{
|
|
16605
16605
|
"expression": {
|
|
16606
|
-
"id":
|
|
16606
|
+
"id": 38721,
|
|
16607
16607
|
"isConstant": false,
|
|
16608
16608
|
"isLValue": false,
|
|
16609
16609
|
"isPure": false,
|
|
16610
16610
|
"lValueRequested": false,
|
|
16611
16611
|
"leftHandSide": {
|
|
16612
|
-
"id":
|
|
16612
|
+
"id": 38719,
|
|
16613
16613
|
"name": "CONSTANT_OUTFLOW_NFT",
|
|
16614
16614
|
"nodeType": "Identifier",
|
|
16615
16615
|
"overloadedDeclarations": [],
|
|
16616
|
-
"referencedDeclaration":
|
|
16616
|
+
"referencedDeclaration": 38707,
|
|
16617
16617
|
"src": "1230:20:98",
|
|
16618
16618
|
"typeDescriptions": {
|
|
16619
|
-
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$
|
|
16619
|
+
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$23700",
|
|
16620
16620
|
"typeString": "contract IConstantOutflowNFT"
|
|
16621
16621
|
}
|
|
16622
16622
|
},
|
|
16623
16623
|
"nodeType": "Assignment",
|
|
16624
16624
|
"operator": "=",
|
|
16625
16625
|
"rightHandSide": {
|
|
16626
|
-
"id":
|
|
16626
|
+
"id": 38720,
|
|
16627
16627
|
"name": "constantOutflowNFT",
|
|
16628
16628
|
"nodeType": "Identifier",
|
|
16629
16629
|
"overloadedDeclarations": [],
|
|
16630
|
-
"referencedDeclaration":
|
|
16630
|
+
"referencedDeclaration": 38713,
|
|
16631
16631
|
"src": "1253:18:98",
|
|
16632
16632
|
"typeDescriptions": {
|
|
16633
|
-
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$
|
|
16633
|
+
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$23700",
|
|
16634
16634
|
"typeString": "contract IConstantOutflowNFT"
|
|
16635
16635
|
}
|
|
16636
16636
|
},
|
|
16637
16637
|
"src": "1230:41:98",
|
|
16638
16638
|
"typeDescriptions": {
|
|
16639
|
-
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$
|
|
16639
|
+
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$23700",
|
|
16640
16640
|
"typeString": "contract IConstantOutflowNFT"
|
|
16641
16641
|
}
|
|
16642
16642
|
},
|
|
16643
|
-
"id":
|
|
16643
|
+
"id": 38722,
|
|
16644
16644
|
"nodeType": "ExpressionStatement",
|
|
16645
16645
|
"src": "1230:41:98"
|
|
16646
16646
|
}
|
|
16647
16647
|
]
|
|
16648
16648
|
},
|
|
16649
|
-
"id":
|
|
16649
|
+
"id": 38724,
|
|
16650
16650
|
"implemented": true,
|
|
16651
16651
|
"kind": "constructor",
|
|
16652
16652
|
"modifiers": [
|
|
16653
16653
|
{
|
|
16654
16654
|
"arguments": [
|
|
16655
16655
|
{
|
|
16656
|
-
"id":
|
|
16656
|
+
"id": 38716,
|
|
16657
16657
|
"name": "host",
|
|
16658
16658
|
"nodeType": "Identifier",
|
|
16659
16659
|
"overloadedDeclarations": [],
|
|
16660
|
-
"referencedDeclaration":
|
|
16660
|
+
"referencedDeclaration": 38710,
|
|
16661
16661
|
"src": "1214:4:98",
|
|
16662
16662
|
"typeDescriptions": {
|
|
16663
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
16663
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
16664
16664
|
"typeString": "contract ISuperfluid"
|
|
16665
16665
|
}
|
|
16666
16666
|
}
|
|
16667
16667
|
],
|
|
16668
|
-
"id":
|
|
16668
|
+
"id": 38717,
|
|
16669
16669
|
"kind": "baseConstructorSpecifier",
|
|
16670
16670
|
"modifierName": {
|
|
16671
|
-
"id":
|
|
16671
|
+
"id": 38715,
|
|
16672
16672
|
"name": "FlowNFTBase",
|
|
16673
16673
|
"nameLocations": [
|
|
16674
16674
|
"1202:11:98"
|
|
16675
16675
|
],
|
|
16676
16676
|
"nodeType": "IdentifierPath",
|
|
16677
|
-
"referencedDeclaration":
|
|
16677
|
+
"referencedDeclaration": 40123,
|
|
16678
16678
|
"src": "1202:11:98"
|
|
16679
16679
|
},
|
|
16680
16680
|
"nodeType": "ModifierInvocation",
|
|
@@ -16685,41 +16685,41 @@
|
|
|
16685
16685
|
"nameLocation": "-1:-1:-1",
|
|
16686
16686
|
"nodeType": "FunctionDefinition",
|
|
16687
16687
|
"parameters": {
|
|
16688
|
-
"id":
|
|
16688
|
+
"id": 38714,
|
|
16689
16689
|
"nodeType": "ParameterList",
|
|
16690
16690
|
"parameters": [
|
|
16691
16691
|
{
|
|
16692
16692
|
"constant": false,
|
|
16693
|
-
"id":
|
|
16693
|
+
"id": 38710,
|
|
16694
16694
|
"mutability": "mutable",
|
|
16695
16695
|
"name": "host",
|
|
16696
16696
|
"nameLocation": "1143:4:98",
|
|
16697
16697
|
"nodeType": "VariableDeclaration",
|
|
16698
|
-
"scope":
|
|
16698
|
+
"scope": 38724,
|
|
16699
16699
|
"src": "1131:16:98",
|
|
16700
16700
|
"stateVariable": false,
|
|
16701
16701
|
"storageLocation": "default",
|
|
16702
16702
|
"typeDescriptions": {
|
|
16703
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
16703
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
16704
16704
|
"typeString": "contract ISuperfluid"
|
|
16705
16705
|
},
|
|
16706
16706
|
"typeName": {
|
|
16707
|
-
"id":
|
|
16707
|
+
"id": 38709,
|
|
16708
16708
|
"nodeType": "UserDefinedTypeName",
|
|
16709
16709
|
"pathNode": {
|
|
16710
|
-
"id":
|
|
16710
|
+
"id": 38708,
|
|
16711
16711
|
"name": "ISuperfluid",
|
|
16712
16712
|
"nameLocations": [
|
|
16713
16713
|
"1131:11:98"
|
|
16714
16714
|
],
|
|
16715
16715
|
"nodeType": "IdentifierPath",
|
|
16716
|
-
"referencedDeclaration":
|
|
16716
|
+
"referencedDeclaration": 25051,
|
|
16717
16717
|
"src": "1131:11:98"
|
|
16718
16718
|
},
|
|
16719
|
-
"referencedDeclaration":
|
|
16719
|
+
"referencedDeclaration": 25051,
|
|
16720
16720
|
"src": "1131:11:98",
|
|
16721
16721
|
"typeDescriptions": {
|
|
16722
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
16722
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
16723
16723
|
"typeString": "contract ISuperfluid"
|
|
16724
16724
|
}
|
|
16725
16725
|
},
|
|
@@ -16727,36 +16727,36 @@
|
|
|
16727
16727
|
},
|
|
16728
16728
|
{
|
|
16729
16729
|
"constant": false,
|
|
16730
|
-
"id":
|
|
16730
|
+
"id": 38713,
|
|
16731
16731
|
"mutability": "mutable",
|
|
16732
16732
|
"name": "constantOutflowNFT",
|
|
16733
16733
|
"nameLocation": "1177:18:98",
|
|
16734
16734
|
"nodeType": "VariableDeclaration",
|
|
16735
|
-
"scope":
|
|
16735
|
+
"scope": 38724,
|
|
16736
16736
|
"src": "1157:38:98",
|
|
16737
16737
|
"stateVariable": false,
|
|
16738
16738
|
"storageLocation": "default",
|
|
16739
16739
|
"typeDescriptions": {
|
|
16740
|
-
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$
|
|
16740
|
+
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$23700",
|
|
16741
16741
|
"typeString": "contract IConstantOutflowNFT"
|
|
16742
16742
|
},
|
|
16743
16743
|
"typeName": {
|
|
16744
|
-
"id":
|
|
16744
|
+
"id": 38712,
|
|
16745
16745
|
"nodeType": "UserDefinedTypeName",
|
|
16746
16746
|
"pathNode": {
|
|
16747
|
-
"id":
|
|
16747
|
+
"id": 38711,
|
|
16748
16748
|
"name": "IConstantOutflowNFT",
|
|
16749
16749
|
"nameLocations": [
|
|
16750
16750
|
"1157:19:98"
|
|
16751
16751
|
],
|
|
16752
16752
|
"nodeType": "IdentifierPath",
|
|
16753
|
-
"referencedDeclaration":
|
|
16753
|
+
"referencedDeclaration": 23700,
|
|
16754
16754
|
"src": "1157:19:98"
|
|
16755
16755
|
},
|
|
16756
|
-
"referencedDeclaration":
|
|
16756
|
+
"referencedDeclaration": 23700,
|
|
16757
16757
|
"src": "1157:19:98",
|
|
16758
16758
|
"typeDescriptions": {
|
|
16759
|
-
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$
|
|
16759
|
+
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$23700",
|
|
16760
16760
|
"typeString": "contract IConstantOutflowNFT"
|
|
16761
16761
|
}
|
|
16762
16762
|
},
|
|
@@ -16766,12 +16766,12 @@
|
|
|
16766
16766
|
"src": "1121:80:98"
|
|
16767
16767
|
},
|
|
16768
16768
|
"returnParameters": {
|
|
16769
|
-
"id":
|
|
16769
|
+
"id": 38718,
|
|
16770
16770
|
"nodeType": "ParameterList",
|
|
16771
16771
|
"parameters": [],
|
|
16772
16772
|
"src": "1220:0:98"
|
|
16773
16773
|
},
|
|
16774
|
-
"scope":
|
|
16774
|
+
"scope": 38898,
|
|
16775
16775
|
"src": "1110:168:98",
|
|
16776
16776
|
"stateMutability": "nonpayable",
|
|
16777
16777
|
"virtual": false,
|
|
@@ -16779,10 +16779,10 @@
|
|
|
16779
16779
|
},
|
|
16780
16780
|
{
|
|
16781
16781
|
"baseFunctions": [
|
|
16782
|
-
|
|
16782
|
+
46944
|
|
16783
16783
|
],
|
|
16784
16784
|
"body": {
|
|
16785
|
-
"id":
|
|
16785
|
+
"id": 38734,
|
|
16786
16786
|
"nodeType": "Block",
|
|
16787
16787
|
"src": "1348:144:98",
|
|
16788
16788
|
"statements": [
|
|
@@ -16791,7 +16791,7 @@
|
|
|
16791
16791
|
"arguments": [
|
|
16792
16792
|
{
|
|
16793
16793
|
"hexValue": "6f72672e7375706572666c7569642d66696e616e63652e636f6e7472616374732e436f6e7374616e74496e666c6f774e46542e696d706c656d656e746174696f6e",
|
|
16794
|
-
"id":
|
|
16794
|
+
"id": 38731,
|
|
16795
16795
|
"isConstant": false,
|
|
16796
16796
|
"isLValue": false,
|
|
16797
16797
|
"isPure": true,
|
|
@@ -16813,7 +16813,7 @@
|
|
|
16813
16813
|
"typeString": "literal_string \"org.superfluid-finance.contracts.ConstantInflowNFT.implementation\""
|
|
16814
16814
|
}
|
|
16815
16815
|
],
|
|
16816
|
-
"id":
|
|
16816
|
+
"id": 38730,
|
|
16817
16817
|
"name": "keccak256",
|
|
16818
16818
|
"nodeType": "Identifier",
|
|
16819
16819
|
"overloadedDeclarations": [],
|
|
@@ -16824,7 +16824,7 @@
|
|
|
16824
16824
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
|
16825
16825
|
}
|
|
16826
16826
|
},
|
|
16827
|
-
"id":
|
|
16827
|
+
"id": 38732,
|
|
16828
16828
|
"isConstant": false,
|
|
16829
16829
|
"isLValue": false,
|
|
16830
16830
|
"isPure": true,
|
|
@@ -16840,15 +16840,15 @@
|
|
|
16840
16840
|
"typeString": "bytes32"
|
|
16841
16841
|
}
|
|
16842
16842
|
},
|
|
16843
|
-
"functionReturnParameters":
|
|
16844
|
-
"id":
|
|
16843
|
+
"functionReturnParameters": 38729,
|
|
16844
|
+
"id": 38733,
|
|
16845
16845
|
"nodeType": "Return",
|
|
16846
16846
|
"src": "1358:127:98"
|
|
16847
16847
|
}
|
|
16848
16848
|
]
|
|
16849
16849
|
},
|
|
16850
16850
|
"functionSelector": "52d1902d",
|
|
16851
|
-
"id":
|
|
16851
|
+
"id": 38735,
|
|
16852
16852
|
"implemented": true,
|
|
16853
16853
|
"kind": "function",
|
|
16854
16854
|
"modifiers": [],
|
|
@@ -16856,29 +16856,29 @@
|
|
|
16856
16856
|
"nameLocation": "1293:13:98",
|
|
16857
16857
|
"nodeType": "FunctionDefinition",
|
|
16858
16858
|
"overrides": {
|
|
16859
|
-
"id":
|
|
16859
|
+
"id": 38726,
|
|
16860
16860
|
"nodeType": "OverrideSpecifier",
|
|
16861
16861
|
"overrides": [],
|
|
16862
16862
|
"src": "1321:8:98"
|
|
16863
16863
|
},
|
|
16864
16864
|
"parameters": {
|
|
16865
|
-
"id":
|
|
16865
|
+
"id": 38725,
|
|
16866
16866
|
"nodeType": "ParameterList",
|
|
16867
16867
|
"parameters": [],
|
|
16868
16868
|
"src": "1306:2:98"
|
|
16869
16869
|
},
|
|
16870
16870
|
"returnParameters": {
|
|
16871
|
-
"id":
|
|
16871
|
+
"id": 38729,
|
|
16872
16872
|
"nodeType": "ParameterList",
|
|
16873
16873
|
"parameters": [
|
|
16874
16874
|
{
|
|
16875
16875
|
"constant": false,
|
|
16876
|
-
"id":
|
|
16876
|
+
"id": 38728,
|
|
16877
16877
|
"mutability": "mutable",
|
|
16878
16878
|
"name": "",
|
|
16879
16879
|
"nameLocation": "-1:-1:-1",
|
|
16880
16880
|
"nodeType": "VariableDeclaration",
|
|
16881
|
-
"scope":
|
|
16881
|
+
"scope": 38735,
|
|
16882
16882
|
"src": "1339:7:98",
|
|
16883
16883
|
"stateVariable": false,
|
|
16884
16884
|
"storageLocation": "default",
|
|
@@ -16887,7 +16887,7 @@
|
|
|
16887
16887
|
"typeString": "bytes32"
|
|
16888
16888
|
},
|
|
16889
16889
|
"typeName": {
|
|
16890
|
-
"id":
|
|
16890
|
+
"id": 38727,
|
|
16891
16891
|
"name": "bytes32",
|
|
16892
16892
|
"nodeType": "ElementaryTypeName",
|
|
16893
16893
|
"src": "1339:7:98",
|
|
@@ -16901,7 +16901,7 @@
|
|
|
16901
16901
|
],
|
|
16902
16902
|
"src": "1338:9:98"
|
|
16903
16903
|
},
|
|
16904
|
-
"scope":
|
|
16904
|
+
"scope": 38898,
|
|
16905
16905
|
"src": "1284:208:98",
|
|
16906
16906
|
"stateMutability": "pure",
|
|
16907
16907
|
"virtual": false,
|
|
@@ -16909,10 +16909,10 @@
|
|
|
16909
16909
|
},
|
|
16910
16910
|
{
|
|
16911
16911
|
"baseFunctions": [
|
|
16912
|
-
|
|
16912
|
+
23639
|
|
16913
16913
|
],
|
|
16914
16914
|
"body": {
|
|
16915
|
-
"id":
|
|
16915
|
+
"id": 38750,
|
|
16916
16916
|
"nodeType": "Block",
|
|
16917
16917
|
"src": "1997:38:98",
|
|
16918
16918
|
"statements": [
|
|
@@ -16920,11 +16920,11 @@
|
|
|
16920
16920
|
"expression": {
|
|
16921
16921
|
"arguments": [
|
|
16922
16922
|
{
|
|
16923
|
-
"id":
|
|
16923
|
+
"id": 38746,
|
|
16924
16924
|
"name": "to",
|
|
16925
16925
|
"nodeType": "Identifier",
|
|
16926
16926
|
"overloadedDeclarations": [],
|
|
16927
|
-
"referencedDeclaration":
|
|
16927
|
+
"referencedDeclaration": 38738,
|
|
16928
16928
|
"src": "2013:2:98",
|
|
16929
16929
|
"typeDescriptions": {
|
|
16930
16930
|
"typeIdentifier": "t_address",
|
|
@@ -16932,11 +16932,11 @@
|
|
|
16932
16932
|
}
|
|
16933
16933
|
},
|
|
16934
16934
|
{
|
|
16935
|
-
"id":
|
|
16935
|
+
"id": 38747,
|
|
16936
16936
|
"name": "newTokenId",
|
|
16937
16937
|
"nodeType": "Identifier",
|
|
16938
16938
|
"overloadedDeclarations": [],
|
|
16939
|
-
"referencedDeclaration":
|
|
16939
|
+
"referencedDeclaration": 38740,
|
|
16940
16940
|
"src": "2017:10:98",
|
|
16941
16941
|
"typeDescriptions": {
|
|
16942
16942
|
"typeIdentifier": "t_uint256",
|
|
@@ -16955,18 +16955,18 @@
|
|
|
16955
16955
|
"typeString": "uint256"
|
|
16956
16956
|
}
|
|
16957
16957
|
],
|
|
16958
|
-
"id":
|
|
16958
|
+
"id": 38745,
|
|
16959
16959
|
"name": "_mint",
|
|
16960
16960
|
"nodeType": "Identifier",
|
|
16961
16961
|
"overloadedDeclarations": [],
|
|
16962
|
-
"referencedDeclaration":
|
|
16962
|
+
"referencedDeclaration": 38851,
|
|
16963
16963
|
"src": "2007:5:98",
|
|
16964
16964
|
"typeDescriptions": {
|
|
16965
16965
|
"typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$",
|
|
16966
16966
|
"typeString": "function (address,uint256)"
|
|
16967
16967
|
}
|
|
16968
16968
|
},
|
|
16969
|
-
"id":
|
|
16969
|
+
"id": 38748,
|
|
16970
16970
|
"isConstant": false,
|
|
16971
16971
|
"isLValue": false,
|
|
16972
16972
|
"isPure": false,
|
|
@@ -16982,34 +16982,34 @@
|
|
|
16982
16982
|
"typeString": "tuple()"
|
|
16983
16983
|
}
|
|
16984
16984
|
},
|
|
16985
|
-
"id":
|
|
16985
|
+
"id": 38749,
|
|
16986
16986
|
"nodeType": "ExpressionStatement",
|
|
16987
16987
|
"src": "2007:21:98"
|
|
16988
16988
|
}
|
|
16989
16989
|
]
|
|
16990
16990
|
},
|
|
16991
16991
|
"documentation": {
|
|
16992
|
-
"id":
|
|
16992
|
+
"id": 38736,
|
|
16993
16993
|
"nodeType": "StructuredDocumentation",
|
|
16994
16994
|
"src": "1498:394:98",
|
|
16995
16995
|
"text": "@notice The mint function emits the \"mint\" `Transfer` event.\n @dev We don't modify storage as this is handled in ConstantOutflowNFT.sol and this function's sole purpose\n is to inform clients that search for events.\n Only callable by ConstantOutflowNFT\n @param to the receiver of the inflow nft and desired flow receiver\n @param newTokenId the new token id"
|
|
16996
16996
|
},
|
|
16997
16997
|
"functionSelector": "40c10f19",
|
|
16998
|
-
"id":
|
|
16998
|
+
"id": 38751,
|
|
16999
16999
|
"implemented": true,
|
|
17000
17000
|
"kind": "function",
|
|
17001
17001
|
"modifiers": [
|
|
17002
17002
|
{
|
|
17003
|
-
"id":
|
|
17003
|
+
"id": 38743,
|
|
17004
17004
|
"kind": "modifierInvocation",
|
|
17005
17005
|
"modifierName": {
|
|
17006
|
-
"id":
|
|
17006
|
+
"id": 38742,
|
|
17007
17007
|
"name": "onlyConstantOutflowNFT",
|
|
17008
17008
|
"nameLocations": [
|
|
17009
17009
|
"1974:22:98"
|
|
17010
17010
|
],
|
|
17011
17011
|
"nodeType": "IdentifierPath",
|
|
17012
|
-
"referencedDeclaration":
|
|
17012
|
+
"referencedDeclaration": 38897,
|
|
17013
17013
|
"src": "1974:22:98"
|
|
17014
17014
|
},
|
|
17015
17015
|
"nodeType": "ModifierInvocation",
|
|
@@ -17020,17 +17020,17 @@
|
|
|
17020
17020
|
"nameLocation": "1906:4:98",
|
|
17021
17021
|
"nodeType": "FunctionDefinition",
|
|
17022
17022
|
"parameters": {
|
|
17023
|
-
"id":
|
|
17023
|
+
"id": 38741,
|
|
17024
17024
|
"nodeType": "ParameterList",
|
|
17025
17025
|
"parameters": [
|
|
17026
17026
|
{
|
|
17027
17027
|
"constant": false,
|
|
17028
|
-
"id":
|
|
17028
|
+
"id": 38738,
|
|
17029
17029
|
"mutability": "mutable",
|
|
17030
17030
|
"name": "to",
|
|
17031
17031
|
"nameLocation": "1928:2:98",
|
|
17032
17032
|
"nodeType": "VariableDeclaration",
|
|
17033
|
-
"scope":
|
|
17033
|
+
"scope": 38751,
|
|
17034
17034
|
"src": "1920:10:98",
|
|
17035
17035
|
"stateVariable": false,
|
|
17036
17036
|
"storageLocation": "default",
|
|
@@ -17039,7 +17039,7 @@
|
|
|
17039
17039
|
"typeString": "address"
|
|
17040
17040
|
},
|
|
17041
17041
|
"typeName": {
|
|
17042
|
-
"id":
|
|
17042
|
+
"id": 38737,
|
|
17043
17043
|
"name": "address",
|
|
17044
17044
|
"nodeType": "ElementaryTypeName",
|
|
17045
17045
|
"src": "1920:7:98",
|
|
@@ -17053,12 +17053,12 @@
|
|
|
17053
17053
|
},
|
|
17054
17054
|
{
|
|
17055
17055
|
"constant": false,
|
|
17056
|
-
"id":
|
|
17056
|
+
"id": 38740,
|
|
17057
17057
|
"mutability": "mutable",
|
|
17058
17058
|
"name": "newTokenId",
|
|
17059
17059
|
"nameLocation": "1948:10:98",
|
|
17060
17060
|
"nodeType": "VariableDeclaration",
|
|
17061
|
-
"scope":
|
|
17061
|
+
"scope": 38751,
|
|
17062
17062
|
"src": "1940:18:98",
|
|
17063
17063
|
"stateVariable": false,
|
|
17064
17064
|
"storageLocation": "default",
|
|
@@ -17067,7 +17067,7 @@
|
|
|
17067
17067
|
"typeString": "uint256"
|
|
17068
17068
|
},
|
|
17069
17069
|
"typeName": {
|
|
17070
|
-
"id":
|
|
17070
|
+
"id": 38739,
|
|
17071
17071
|
"name": "uint256",
|
|
17072
17072
|
"nodeType": "ElementaryTypeName",
|
|
17073
17073
|
"src": "1940:7:98",
|
|
@@ -17082,12 +17082,12 @@
|
|
|
17082
17082
|
"src": "1910:54:98"
|
|
17083
17083
|
},
|
|
17084
17084
|
"returnParameters": {
|
|
17085
|
-
"id":
|
|
17085
|
+
"id": 38744,
|
|
17086
17086
|
"nodeType": "ParameterList",
|
|
17087
17087
|
"parameters": [],
|
|
17088
17088
|
"src": "1997:0:98"
|
|
17089
17089
|
},
|
|
17090
|
-
"scope":
|
|
17090
|
+
"scope": 38898,
|
|
17091
17091
|
"src": "1897:138:98",
|
|
17092
17092
|
"stateMutability": "nonpayable",
|
|
17093
17093
|
"virtual": false,
|
|
@@ -17095,10 +17095,10 @@
|
|
|
17095
17095
|
},
|
|
17096
17096
|
{
|
|
17097
17097
|
"baseFunctions": [
|
|
17098
|
-
|
|
17098
|
+
23645
|
|
17099
17099
|
],
|
|
17100
17100
|
"body": {
|
|
17101
|
-
"id":
|
|
17101
|
+
"id": 38763,
|
|
17102
17102
|
"nodeType": "Block",
|
|
17103
17103
|
"src": "2434:31:98",
|
|
17104
17104
|
"statements": [
|
|
@@ -17106,11 +17106,11 @@
|
|
|
17106
17106
|
"expression": {
|
|
17107
17107
|
"arguments": [
|
|
17108
17108
|
{
|
|
17109
|
-
"id":
|
|
17109
|
+
"id": 38760,
|
|
17110
17110
|
"name": "tokenId",
|
|
17111
17111
|
"nodeType": "Identifier",
|
|
17112
17112
|
"overloadedDeclarations": [],
|
|
17113
|
-
"referencedDeclaration":
|
|
17113
|
+
"referencedDeclaration": 38754,
|
|
17114
17114
|
"src": "2450:7:98",
|
|
17115
17115
|
"typeDescriptions": {
|
|
17116
17116
|
"typeIdentifier": "t_uint256",
|
|
@@ -17125,20 +17125,20 @@
|
|
|
17125
17125
|
"typeString": "uint256"
|
|
17126
17126
|
}
|
|
17127
17127
|
],
|
|
17128
|
-
"id":
|
|
17128
|
+
"id": 38759,
|
|
17129
17129
|
"name": "_burn",
|
|
17130
17130
|
"nodeType": "Identifier",
|
|
17131
17131
|
"overloadedDeclarations": [
|
|
17132
|
-
|
|
17132
|
+
38881
|
|
17133
17133
|
],
|
|
17134
|
-
"referencedDeclaration":
|
|
17134
|
+
"referencedDeclaration": 38881,
|
|
17135
17135
|
"src": "2444:5:98",
|
|
17136
17136
|
"typeDescriptions": {
|
|
17137
17137
|
"typeIdentifier": "t_function_internal_nonpayable$_t_uint256_$returns$__$",
|
|
17138
17138
|
"typeString": "function (uint256)"
|
|
17139
17139
|
}
|
|
17140
17140
|
},
|
|
17141
|
-
"id":
|
|
17141
|
+
"id": 38761,
|
|
17142
17142
|
"isConstant": false,
|
|
17143
17143
|
"isLValue": false,
|
|
17144
17144
|
"isPure": false,
|
|
@@ -17154,34 +17154,34 @@
|
|
|
17154
17154
|
"typeString": "tuple()"
|
|
17155
17155
|
}
|
|
17156
17156
|
},
|
|
17157
|
-
"id":
|
|
17157
|
+
"id": 38762,
|
|
17158
17158
|
"nodeType": "ExpressionStatement",
|
|
17159
17159
|
"src": "2444:14:98"
|
|
17160
17160
|
}
|
|
17161
17161
|
]
|
|
17162
17162
|
},
|
|
17163
17163
|
"documentation": {
|
|
17164
|
-
"id":
|
|
17164
|
+
"id": 38752,
|
|
17165
17165
|
"nodeType": "StructuredDocumentation",
|
|
17166
17166
|
"src": "2041:325:98",
|
|
17167
17167
|
"text": "@notice This burn function emits the \"burn\" `Transfer` event.\n @dev We don't modify storage as this is handled in ConstantOutflowNFT.sol and this function's sole purpose\n is to inform clients that search for events.\n Only callable by ConstantOutflowNFT\n @param tokenId desired token id to burn"
|
|
17168
17168
|
},
|
|
17169
17169
|
"functionSelector": "42966c68",
|
|
17170
|
-
"id":
|
|
17170
|
+
"id": 38764,
|
|
17171
17171
|
"implemented": true,
|
|
17172
17172
|
"kind": "function",
|
|
17173
17173
|
"modifiers": [
|
|
17174
17174
|
{
|
|
17175
|
-
"id":
|
|
17175
|
+
"id": 38757,
|
|
17176
17176
|
"kind": "modifierInvocation",
|
|
17177
17177
|
"modifierName": {
|
|
17178
|
-
"id":
|
|
17178
|
+
"id": 38756,
|
|
17179
17179
|
"name": "onlyConstantOutflowNFT",
|
|
17180
17180
|
"nameLocations": [
|
|
17181
17181
|
"2411:22:98"
|
|
17182
17182
|
],
|
|
17183
17183
|
"nodeType": "IdentifierPath",
|
|
17184
|
-
"referencedDeclaration":
|
|
17184
|
+
"referencedDeclaration": 38897,
|
|
17185
17185
|
"src": "2411:22:98"
|
|
17186
17186
|
},
|
|
17187
17187
|
"nodeType": "ModifierInvocation",
|
|
@@ -17192,17 +17192,17 @@
|
|
|
17192
17192
|
"nameLocation": "2380:4:98",
|
|
17193
17193
|
"nodeType": "FunctionDefinition",
|
|
17194
17194
|
"parameters": {
|
|
17195
|
-
"id":
|
|
17195
|
+
"id": 38755,
|
|
17196
17196
|
"nodeType": "ParameterList",
|
|
17197
17197
|
"parameters": [
|
|
17198
17198
|
{
|
|
17199
17199
|
"constant": false,
|
|
17200
|
-
"id":
|
|
17200
|
+
"id": 38754,
|
|
17201
17201
|
"mutability": "mutable",
|
|
17202
17202
|
"name": "tokenId",
|
|
17203
17203
|
"nameLocation": "2393:7:98",
|
|
17204
17204
|
"nodeType": "VariableDeclaration",
|
|
17205
|
-
"scope":
|
|
17205
|
+
"scope": 38764,
|
|
17206
17206
|
"src": "2385:15:98",
|
|
17207
17207
|
"stateVariable": false,
|
|
17208
17208
|
"storageLocation": "default",
|
|
@@ -17211,7 +17211,7 @@
|
|
|
17211
17211
|
"typeString": "uint256"
|
|
17212
17212
|
},
|
|
17213
17213
|
"typeName": {
|
|
17214
|
-
"id":
|
|
17214
|
+
"id": 38753,
|
|
17215
17215
|
"name": "uint256",
|
|
17216
17216
|
"nodeType": "ElementaryTypeName",
|
|
17217
17217
|
"src": "2385:7:98",
|
|
@@ -17226,12 +17226,12 @@
|
|
|
17226
17226
|
"src": "2384:17:98"
|
|
17227
17227
|
},
|
|
17228
17228
|
"returnParameters": {
|
|
17229
|
-
"id":
|
|
17229
|
+
"id": 38758,
|
|
17230
17230
|
"nodeType": "ParameterList",
|
|
17231
17231
|
"parameters": [],
|
|
17232
17232
|
"src": "2434:0:98"
|
|
17233
17233
|
},
|
|
17234
|
-
"scope":
|
|
17234
|
+
"scope": 38898,
|
|
17235
17235
|
"src": "2371:94:98",
|
|
17236
17236
|
"stateMutability": "nonpayable",
|
|
17237
17237
|
"virtual": false,
|
|
@@ -17239,30 +17239,30 @@
|
|
|
17239
17239
|
},
|
|
17240
17240
|
{
|
|
17241
17241
|
"baseFunctions": [
|
|
17242
|
-
|
|
17243
|
-
|
|
17242
|
+
23749,
|
|
17243
|
+
40075
|
|
17244
17244
|
],
|
|
17245
17245
|
"body": {
|
|
17246
|
-
"id":
|
|
17246
|
+
"id": 38782,
|
|
17247
17247
|
"nodeType": "Block",
|
|
17248
17248
|
"src": "2651:75:98",
|
|
17249
17249
|
"statements": [
|
|
17250
17250
|
{
|
|
17251
17251
|
"expression": {
|
|
17252
|
-
"id":
|
|
17252
|
+
"id": 38780,
|
|
17253
17253
|
"isConstant": false,
|
|
17254
17254
|
"isLValue": false,
|
|
17255
17255
|
"isPure": false,
|
|
17256
17256
|
"lValueRequested": false,
|
|
17257
17257
|
"leftHandSide": {
|
|
17258
|
-
"id":
|
|
17258
|
+
"id": 38775,
|
|
17259
17259
|
"name": "flowData",
|
|
17260
17260
|
"nodeType": "Identifier",
|
|
17261
17261
|
"overloadedDeclarations": [],
|
|
17262
|
-
"referencedDeclaration":
|
|
17262
|
+
"referencedDeclaration": 38773,
|
|
17263
17263
|
"src": "2661:8:98",
|
|
17264
17264
|
"typeDescriptions": {
|
|
17265
|
-
"typeIdentifier": "t_struct$_FlowNFTData_$
|
|
17265
|
+
"typeIdentifier": "t_struct$_FlowNFTData_$23717_memory_ptr",
|
|
17266
17266
|
"typeString": "struct IFlowNFTBase.FlowNFTData memory"
|
|
17267
17267
|
}
|
|
17268
17268
|
},
|
|
@@ -17271,11 +17271,11 @@
|
|
|
17271
17271
|
"rightHandSide": {
|
|
17272
17272
|
"arguments": [
|
|
17273
17273
|
{
|
|
17274
|
-
"id":
|
|
17274
|
+
"id": 38778,
|
|
17275
17275
|
"name": "tokenId",
|
|
17276
17276
|
"nodeType": "Identifier",
|
|
17277
17277
|
"overloadedDeclarations": [],
|
|
17278
|
-
"referencedDeclaration":
|
|
17278
|
+
"referencedDeclaration": 38766,
|
|
17279
17279
|
"src": "2711:7:98",
|
|
17280
17280
|
"typeDescriptions": {
|
|
17281
17281
|
"typeIdentifier": "t_uint256",
|
|
@@ -17291,18 +17291,18 @@
|
|
|
17291
17291
|
}
|
|
17292
17292
|
],
|
|
17293
17293
|
"expression": {
|
|
17294
|
-
"id":
|
|
17294
|
+
"id": 38776,
|
|
17295
17295
|
"name": "CONSTANT_OUTFLOW_NFT",
|
|
17296
17296
|
"nodeType": "Identifier",
|
|
17297
17297
|
"overloadedDeclarations": [],
|
|
17298
|
-
"referencedDeclaration":
|
|
17298
|
+
"referencedDeclaration": 38707,
|
|
17299
17299
|
"src": "2672:20:98",
|
|
17300
17300
|
"typeDescriptions": {
|
|
17301
|
-
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$
|
|
17301
|
+
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$23700",
|
|
17302
17302
|
"typeString": "contract IConstantOutflowNFT"
|
|
17303
17303
|
}
|
|
17304
17304
|
},
|
|
17305
|
-
"id":
|
|
17305
|
+
"id": 38777,
|
|
17306
17306
|
"isConstant": false,
|
|
17307
17307
|
"isLValue": false,
|
|
17308
17308
|
"isPure": false,
|
|
@@ -17310,14 +17310,14 @@
|
|
|
17310
17310
|
"memberLocation": "2693:17:98",
|
|
17311
17311
|
"memberName": "flowDataByTokenId",
|
|
17312
17312
|
"nodeType": "MemberAccess",
|
|
17313
|
-
"referencedDeclaration":
|
|
17313
|
+
"referencedDeclaration": 23749,
|
|
17314
17314
|
"src": "2672:38:98",
|
|
17315
17315
|
"typeDescriptions": {
|
|
17316
|
-
"typeIdentifier": "t_function_external_view$_t_uint256_$returns$_t_struct$_FlowNFTData_$
|
|
17316
|
+
"typeIdentifier": "t_function_external_view$_t_uint256_$returns$_t_struct$_FlowNFTData_$23717_memory_ptr_$",
|
|
17317
17317
|
"typeString": "function (uint256) view external returns (struct IFlowNFTBase.FlowNFTData memory)"
|
|
17318
17318
|
}
|
|
17319
17319
|
},
|
|
17320
|
-
"id":
|
|
17320
|
+
"id": 38779,
|
|
17321
17321
|
"isConstant": false,
|
|
17322
17322
|
"isLValue": false,
|
|
17323
17323
|
"isPure": false,
|
|
@@ -17329,24 +17329,24 @@
|
|
|
17329
17329
|
"src": "2672:47:98",
|
|
17330
17330
|
"tryCall": false,
|
|
17331
17331
|
"typeDescriptions": {
|
|
17332
|
-
"typeIdentifier": "t_struct$_FlowNFTData_$
|
|
17332
|
+
"typeIdentifier": "t_struct$_FlowNFTData_$23717_memory_ptr",
|
|
17333
17333
|
"typeString": "struct IFlowNFTBase.FlowNFTData memory"
|
|
17334
17334
|
}
|
|
17335
17335
|
},
|
|
17336
17336
|
"src": "2661:58:98",
|
|
17337
17337
|
"typeDescriptions": {
|
|
17338
|
-
"typeIdentifier": "t_struct$_FlowNFTData_$
|
|
17338
|
+
"typeIdentifier": "t_struct$_FlowNFTData_$23717_memory_ptr",
|
|
17339
17339
|
"typeString": "struct IFlowNFTBase.FlowNFTData memory"
|
|
17340
17340
|
}
|
|
17341
17341
|
},
|
|
17342
|
-
"id":
|
|
17342
|
+
"id": 38781,
|
|
17343
17343
|
"nodeType": "ExpressionStatement",
|
|
17344
17344
|
"src": "2661:58:98"
|
|
17345
17345
|
}
|
|
17346
17346
|
]
|
|
17347
17347
|
},
|
|
17348
17348
|
"functionSelector": "8d47859e",
|
|
17349
|
-
"id":
|
|
17349
|
+
"id": 38783,
|
|
17350
17350
|
"implemented": true,
|
|
17351
17351
|
"kind": "function",
|
|
17352
17352
|
"modifiers": [],
|
|
@@ -17354,44 +17354,44 @@
|
|
|
17354
17354
|
"nameLocation": "2480:17:98",
|
|
17355
17355
|
"nodeType": "FunctionDefinition",
|
|
17356
17356
|
"overrides": {
|
|
17357
|
-
"id":
|
|
17357
|
+
"id": 38770,
|
|
17358
17358
|
"nodeType": "OverrideSpecifier",
|
|
17359
17359
|
"overrides": [
|
|
17360
17360
|
{
|
|
17361
|
-
"id":
|
|
17361
|
+
"id": 38768,
|
|
17362
17362
|
"name": "FlowNFTBase",
|
|
17363
17363
|
"nameLocations": [
|
|
17364
17364
|
"2574:11:98"
|
|
17365
17365
|
],
|
|
17366
17366
|
"nodeType": "IdentifierPath",
|
|
17367
|
-
"referencedDeclaration":
|
|
17367
|
+
"referencedDeclaration": 40123,
|
|
17368
17368
|
"src": "2574:11:98"
|
|
17369
17369
|
},
|
|
17370
17370
|
{
|
|
17371
|
-
"id":
|
|
17371
|
+
"id": 38769,
|
|
17372
17372
|
"name": "IFlowNFTBase",
|
|
17373
17373
|
"nameLocations": [
|
|
17374
17374
|
"2587:12:98"
|
|
17375
17375
|
],
|
|
17376
17376
|
"nodeType": "IdentifierPath",
|
|
17377
|
-
"referencedDeclaration":
|
|
17377
|
+
"referencedDeclaration": 23774,
|
|
17378
17378
|
"src": "2587:12:98"
|
|
17379
17379
|
}
|
|
17380
17380
|
],
|
|
17381
17381
|
"src": "2565:35:98"
|
|
17382
17382
|
},
|
|
17383
17383
|
"parameters": {
|
|
17384
|
-
"id":
|
|
17384
|
+
"id": 38767,
|
|
17385
17385
|
"nodeType": "ParameterList",
|
|
17386
17386
|
"parameters": [
|
|
17387
17387
|
{
|
|
17388
17388
|
"constant": false,
|
|
17389
|
-
"id":
|
|
17389
|
+
"id": 38766,
|
|
17390
17390
|
"mutability": "mutable",
|
|
17391
17391
|
"name": "tokenId",
|
|
17392
17392
|
"nameLocation": "2515:7:98",
|
|
17393
17393
|
"nodeType": "VariableDeclaration",
|
|
17394
|
-
"scope":
|
|
17394
|
+
"scope": 38783,
|
|
17395
17395
|
"src": "2507:15:98",
|
|
17396
17396
|
"stateVariable": false,
|
|
17397
17397
|
"storageLocation": "default",
|
|
@@ -17400,7 +17400,7 @@
|
|
|
17400
17400
|
"typeString": "uint256"
|
|
17401
17401
|
},
|
|
17402
17402
|
"typeName": {
|
|
17403
|
-
"id":
|
|
17403
|
+
"id": 38765,
|
|
17404
17404
|
"name": "uint256",
|
|
17405
17405
|
"nodeType": "ElementaryTypeName",
|
|
17406
17406
|
"src": "2507:7:98",
|
|
@@ -17415,41 +17415,41 @@
|
|
|
17415
17415
|
"src": "2497:31:98"
|
|
17416
17416
|
},
|
|
17417
17417
|
"returnParameters": {
|
|
17418
|
-
"id":
|
|
17418
|
+
"id": 38774,
|
|
17419
17419
|
"nodeType": "ParameterList",
|
|
17420
17420
|
"parameters": [
|
|
17421
17421
|
{
|
|
17422
17422
|
"constant": false,
|
|
17423
|
-
"id":
|
|
17423
|
+
"id": 38773,
|
|
17424
17424
|
"mutability": "mutable",
|
|
17425
17425
|
"name": "flowData",
|
|
17426
17426
|
"nameLocation": "2637:8:98",
|
|
17427
17427
|
"nodeType": "VariableDeclaration",
|
|
17428
|
-
"scope":
|
|
17428
|
+
"scope": 38783,
|
|
17429
17429
|
"src": "2618:27:98",
|
|
17430
17430
|
"stateVariable": false,
|
|
17431
17431
|
"storageLocation": "memory",
|
|
17432
17432
|
"typeDescriptions": {
|
|
17433
|
-
"typeIdentifier": "t_struct$_FlowNFTData_$
|
|
17433
|
+
"typeIdentifier": "t_struct$_FlowNFTData_$23717_memory_ptr",
|
|
17434
17434
|
"typeString": "struct IFlowNFTBase.FlowNFTData"
|
|
17435
17435
|
},
|
|
17436
17436
|
"typeName": {
|
|
17437
|
-
"id":
|
|
17437
|
+
"id": 38772,
|
|
17438
17438
|
"nodeType": "UserDefinedTypeName",
|
|
17439
17439
|
"pathNode": {
|
|
17440
|
-
"id":
|
|
17440
|
+
"id": 38771,
|
|
17441
17441
|
"name": "FlowNFTData",
|
|
17442
17442
|
"nameLocations": [
|
|
17443
17443
|
"2618:11:98"
|
|
17444
17444
|
],
|
|
17445
17445
|
"nodeType": "IdentifierPath",
|
|
17446
|
-
"referencedDeclaration":
|
|
17446
|
+
"referencedDeclaration": 23717,
|
|
17447
17447
|
"src": "2618:11:98"
|
|
17448
17448
|
},
|
|
17449
|
-
"referencedDeclaration":
|
|
17449
|
+
"referencedDeclaration": 23717,
|
|
17450
17450
|
"src": "2618:11:98",
|
|
17451
17451
|
"typeDescriptions": {
|
|
17452
|
-
"typeIdentifier": "t_struct$_FlowNFTData_$
|
|
17452
|
+
"typeIdentifier": "t_struct$_FlowNFTData_$23717_storage_ptr",
|
|
17453
17453
|
"typeString": "struct IFlowNFTBase.FlowNFTData"
|
|
17454
17454
|
}
|
|
17455
17455
|
},
|
|
@@ -17458,7 +17458,7 @@
|
|
|
17458
17458
|
],
|
|
17459
17459
|
"src": "2617:29:98"
|
|
17460
17460
|
},
|
|
17461
|
-
"scope":
|
|
17461
|
+
"scope": 38898,
|
|
17462
17462
|
"src": "2471:255:98",
|
|
17463
17463
|
"stateMutability": "view",
|
|
17464
17464
|
"virtual": false,
|
|
@@ -17467,10 +17467,10 @@
|
|
|
17467
17467
|
{
|
|
17468
17468
|
"baseFunctions": [
|
|
17469
17469
|
2024,
|
|
17470
|
-
|
|
17470
|
+
39553
|
|
17471
17471
|
],
|
|
17472
17472
|
"body": {
|
|
17473
|
-
"id":
|
|
17473
|
+
"id": 38798,
|
|
17474
17474
|
"nodeType": "Block",
|
|
17475
17475
|
"src": "2894:48:98",
|
|
17476
17476
|
"statements": [
|
|
@@ -17478,11 +17478,11 @@
|
|
|
17478
17478
|
"expression": {
|
|
17479
17479
|
"arguments": [
|
|
17480
17480
|
{
|
|
17481
|
-
"id":
|
|
17481
|
+
"id": 38794,
|
|
17482
17482
|
"name": "tokenId",
|
|
17483
17483
|
"nodeType": "Identifier",
|
|
17484
17484
|
"overloadedDeclarations": [],
|
|
17485
|
-
"referencedDeclaration":
|
|
17485
|
+
"referencedDeclaration": 38785,
|
|
17486
17486
|
"src": "2921:7:98",
|
|
17487
17487
|
"typeDescriptions": {
|
|
17488
17488
|
"typeIdentifier": "t_uint256",
|
|
@@ -17491,7 +17491,7 @@
|
|
|
17491
17491
|
},
|
|
17492
17492
|
{
|
|
17493
17493
|
"hexValue": "74727565",
|
|
17494
|
-
"id":
|
|
17494
|
+
"id": 38795,
|
|
17495
17495
|
"isConstant": false,
|
|
17496
17496
|
"isLValue": false,
|
|
17497
17497
|
"isPure": true,
|
|
@@ -17517,18 +17517,18 @@
|
|
|
17517
17517
|
"typeString": "bool"
|
|
17518
17518
|
}
|
|
17519
17519
|
],
|
|
17520
|
-
"id":
|
|
17520
|
+
"id": 38793,
|
|
17521
17521
|
"name": "_tokenURI",
|
|
17522
17522
|
"nodeType": "Identifier",
|
|
17523
17523
|
"overloadedDeclarations": [],
|
|
17524
|
-
"referencedDeclaration":
|
|
17524
|
+
"referencedDeclaration": 39615,
|
|
17525
17525
|
"src": "2911:9:98",
|
|
17526
17526
|
"typeDescriptions": {
|
|
17527
17527
|
"typeIdentifier": "t_function_internal_view$_t_uint256_$_t_bool_$returns$_t_string_memory_ptr_$",
|
|
17528
17528
|
"typeString": "function (uint256,bool) view returns (string memory)"
|
|
17529
17529
|
}
|
|
17530
17530
|
},
|
|
17531
|
-
"id":
|
|
17531
|
+
"id": 38796,
|
|
17532
17532
|
"isConstant": false,
|
|
17533
17533
|
"isLValue": false,
|
|
17534
17534
|
"isPure": false,
|
|
@@ -17544,15 +17544,15 @@
|
|
|
17544
17544
|
"typeString": "string memory"
|
|
17545
17545
|
}
|
|
17546
17546
|
},
|
|
17547
|
-
"functionReturnParameters":
|
|
17548
|
-
"id":
|
|
17547
|
+
"functionReturnParameters": 38792,
|
|
17548
|
+
"id": 38797,
|
|
17549
17549
|
"nodeType": "Return",
|
|
17550
17550
|
"src": "2904:31:98"
|
|
17551
17551
|
}
|
|
17552
17552
|
]
|
|
17553
17553
|
},
|
|
17554
17554
|
"functionSelector": "c87b56dd",
|
|
17555
|
-
"id":
|
|
17555
|
+
"id": 38799,
|
|
17556
17556
|
"implemented": true,
|
|
17557
17557
|
"kind": "function",
|
|
17558
17558
|
"modifiers": [],
|
|
@@ -17560,21 +17560,21 @@
|
|
|
17560
17560
|
"nameLocation": "2741:8:98",
|
|
17561
17561
|
"nodeType": "FunctionDefinition",
|
|
17562
17562
|
"overrides": {
|
|
17563
|
-
"id":
|
|
17563
|
+
"id": 38789,
|
|
17564
17564
|
"nodeType": "OverrideSpecifier",
|
|
17565
17565
|
"overrides": [
|
|
17566
17566
|
{
|
|
17567
|
-
"id":
|
|
17567
|
+
"id": 38787,
|
|
17568
17568
|
"name": "FlowNFTBase",
|
|
17569
17569
|
"nameLocations": [
|
|
17570
17570
|
"2828:11:98"
|
|
17571
17571
|
],
|
|
17572
17572
|
"nodeType": "IdentifierPath",
|
|
17573
|
-
"referencedDeclaration":
|
|
17573
|
+
"referencedDeclaration": 40123,
|
|
17574
17574
|
"src": "2828:11:98"
|
|
17575
17575
|
},
|
|
17576
17576
|
{
|
|
17577
|
-
"id":
|
|
17577
|
+
"id": 38788,
|
|
17578
17578
|
"name": "IERC721Metadata",
|
|
17579
17579
|
"nameLocations": [
|
|
17580
17580
|
"2841:15:98"
|
|
@@ -17587,17 +17587,17 @@
|
|
|
17587
17587
|
"src": "2819:38:98"
|
|
17588
17588
|
},
|
|
17589
17589
|
"parameters": {
|
|
17590
|
-
"id":
|
|
17590
|
+
"id": 38786,
|
|
17591
17591
|
"nodeType": "ParameterList",
|
|
17592
17592
|
"parameters": [
|
|
17593
17593
|
{
|
|
17594
17594
|
"constant": false,
|
|
17595
|
-
"id":
|
|
17595
|
+
"id": 38785,
|
|
17596
17596
|
"mutability": "mutable",
|
|
17597
17597
|
"name": "tokenId",
|
|
17598
17598
|
"nameLocation": "2767:7:98",
|
|
17599
17599
|
"nodeType": "VariableDeclaration",
|
|
17600
|
-
"scope":
|
|
17600
|
+
"scope": 38799,
|
|
17601
17601
|
"src": "2759:15:98",
|
|
17602
17602
|
"stateVariable": false,
|
|
17603
17603
|
"storageLocation": "default",
|
|
@@ -17606,7 +17606,7 @@
|
|
|
17606
17606
|
"typeString": "uint256"
|
|
17607
17607
|
},
|
|
17608
17608
|
"typeName": {
|
|
17609
|
-
"id":
|
|
17609
|
+
"id": 38784,
|
|
17610
17610
|
"name": "uint256",
|
|
17611
17611
|
"nodeType": "ElementaryTypeName",
|
|
17612
17612
|
"src": "2759:7:98",
|
|
@@ -17621,17 +17621,17 @@
|
|
|
17621
17621
|
"src": "2749:31:98"
|
|
17622
17622
|
},
|
|
17623
17623
|
"returnParameters": {
|
|
17624
|
-
"id":
|
|
17624
|
+
"id": 38792,
|
|
17625
17625
|
"nodeType": "ParameterList",
|
|
17626
17626
|
"parameters": [
|
|
17627
17627
|
{
|
|
17628
17628
|
"constant": false,
|
|
17629
|
-
"id":
|
|
17629
|
+
"id": 38791,
|
|
17630
17630
|
"mutability": "mutable",
|
|
17631
17631
|
"name": "",
|
|
17632
17632
|
"nameLocation": "-1:-1:-1",
|
|
17633
17633
|
"nodeType": "VariableDeclaration",
|
|
17634
|
-
"scope":
|
|
17634
|
+
"scope": 38799,
|
|
17635
17635
|
"src": "2875:13:98",
|
|
17636
17636
|
"stateVariable": false,
|
|
17637
17637
|
"storageLocation": "memory",
|
|
@@ -17640,7 +17640,7 @@
|
|
|
17640
17640
|
"typeString": "string"
|
|
17641
17641
|
},
|
|
17642
17642
|
"typeName": {
|
|
17643
|
-
"id":
|
|
17643
|
+
"id": 38790,
|
|
17644
17644
|
"name": "string",
|
|
17645
17645
|
"nodeType": "ElementaryTypeName",
|
|
17646
17646
|
"src": "2875:6:98",
|
|
@@ -17654,7 +17654,7 @@
|
|
|
17654
17654
|
],
|
|
17655
17655
|
"src": "2874:15:98"
|
|
17656
17656
|
},
|
|
17657
|
-
"scope":
|
|
17657
|
+
"scope": 38898,
|
|
17658
17658
|
"src": "2732:210:98",
|
|
17659
17659
|
"stateMutability": "view",
|
|
17660
17660
|
"virtual": false,
|
|
@@ -17662,65 +17662,65 @@
|
|
|
17662
17662
|
},
|
|
17663
17663
|
{
|
|
17664
17664
|
"baseFunctions": [
|
|
17665
|
-
|
|
17665
|
+
40083
|
|
17666
17666
|
],
|
|
17667
17667
|
"body": {
|
|
17668
|
-
"id":
|
|
17668
|
+
"id": 38818,
|
|
17669
17669
|
"nodeType": "Block",
|
|
17670
17670
|
"src": "3078:111:98",
|
|
17671
17671
|
"statements": [
|
|
17672
17672
|
{
|
|
17673
17673
|
"assignments": [
|
|
17674
|
-
|
|
17674
|
+
38810
|
|
17675
17675
|
],
|
|
17676
17676
|
"declarations": [
|
|
17677
17677
|
{
|
|
17678
17678
|
"constant": false,
|
|
17679
|
-
"id":
|
|
17679
|
+
"id": 38810,
|
|
17680
17680
|
"mutability": "mutable",
|
|
17681
17681
|
"name": "flowData",
|
|
17682
17682
|
"nameLocation": "3107:8:98",
|
|
17683
17683
|
"nodeType": "VariableDeclaration",
|
|
17684
|
-
"scope":
|
|
17684
|
+
"scope": 38818,
|
|
17685
17685
|
"src": "3088:27:98",
|
|
17686
17686
|
"stateVariable": false,
|
|
17687
17687
|
"storageLocation": "memory",
|
|
17688
17688
|
"typeDescriptions": {
|
|
17689
|
-
"typeIdentifier": "t_struct$_FlowNFTData_$
|
|
17689
|
+
"typeIdentifier": "t_struct$_FlowNFTData_$23717_memory_ptr",
|
|
17690
17690
|
"typeString": "struct IFlowNFTBase.FlowNFTData"
|
|
17691
17691
|
},
|
|
17692
17692
|
"typeName": {
|
|
17693
|
-
"id":
|
|
17693
|
+
"id": 38809,
|
|
17694
17694
|
"nodeType": "UserDefinedTypeName",
|
|
17695
17695
|
"pathNode": {
|
|
17696
|
-
"id":
|
|
17696
|
+
"id": 38808,
|
|
17697
17697
|
"name": "FlowNFTData",
|
|
17698
17698
|
"nameLocations": [
|
|
17699
17699
|
"3088:11:98"
|
|
17700
17700
|
],
|
|
17701
17701
|
"nodeType": "IdentifierPath",
|
|
17702
|
-
"referencedDeclaration":
|
|
17702
|
+
"referencedDeclaration": 23717,
|
|
17703
17703
|
"src": "3088:11:98"
|
|
17704
17704
|
},
|
|
17705
|
-
"referencedDeclaration":
|
|
17705
|
+
"referencedDeclaration": 23717,
|
|
17706
17706
|
"src": "3088:11:98",
|
|
17707
17707
|
"typeDescriptions": {
|
|
17708
|
-
"typeIdentifier": "t_struct$_FlowNFTData_$
|
|
17708
|
+
"typeIdentifier": "t_struct$_FlowNFTData_$23717_storage_ptr",
|
|
17709
17709
|
"typeString": "struct IFlowNFTBase.FlowNFTData"
|
|
17710
17710
|
}
|
|
17711
17711
|
},
|
|
17712
17712
|
"visibility": "internal"
|
|
17713
17713
|
}
|
|
17714
17714
|
],
|
|
17715
|
-
"id":
|
|
17715
|
+
"id": 38814,
|
|
17716
17716
|
"initialValue": {
|
|
17717
17717
|
"arguments": [
|
|
17718
17718
|
{
|
|
17719
|
-
"id":
|
|
17719
|
+
"id": 38812,
|
|
17720
17720
|
"name": "tokenId",
|
|
17721
17721
|
"nodeType": "Identifier",
|
|
17722
17722
|
"overloadedDeclarations": [],
|
|
17723
|
-
"referencedDeclaration":
|
|
17723
|
+
"referencedDeclaration": 38802,
|
|
17724
17724
|
"src": "3136:7:98",
|
|
17725
17725
|
"typeDescriptions": {
|
|
17726
17726
|
"typeIdentifier": "t_uint256",
|
|
@@ -17735,20 +17735,20 @@
|
|
|
17735
17735
|
"typeString": "uint256"
|
|
17736
17736
|
}
|
|
17737
17737
|
],
|
|
17738
|
-
"id":
|
|
17738
|
+
"id": 38811,
|
|
17739
17739
|
"name": "flowDataByTokenId",
|
|
17740
17740
|
"nodeType": "Identifier",
|
|
17741
17741
|
"overloadedDeclarations": [
|
|
17742
|
-
|
|
17742
|
+
38783
|
|
17743
17743
|
],
|
|
17744
|
-
"referencedDeclaration":
|
|
17744
|
+
"referencedDeclaration": 38783,
|
|
17745
17745
|
"src": "3118:17:98",
|
|
17746
17746
|
"typeDescriptions": {
|
|
17747
|
-
"typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_struct$_FlowNFTData_$
|
|
17747
|
+
"typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_struct$_FlowNFTData_$23717_memory_ptr_$",
|
|
17748
17748
|
"typeString": "function (uint256) view returns (struct IFlowNFTBase.FlowNFTData memory)"
|
|
17749
17749
|
}
|
|
17750
17750
|
},
|
|
17751
|
-
"id":
|
|
17751
|
+
"id": 38813,
|
|
17752
17752
|
"isConstant": false,
|
|
17753
17753
|
"isLValue": false,
|
|
17754
17754
|
"isPure": false,
|
|
@@ -17760,7 +17760,7 @@
|
|
|
17760
17760
|
"src": "3118:26:98",
|
|
17761
17761
|
"tryCall": false,
|
|
17762
17762
|
"typeDescriptions": {
|
|
17763
|
-
"typeIdentifier": "t_struct$_FlowNFTData_$
|
|
17763
|
+
"typeIdentifier": "t_struct$_FlowNFTData_$23717_memory_ptr",
|
|
17764
17764
|
"typeString": "struct IFlowNFTBase.FlowNFTData memory"
|
|
17765
17765
|
}
|
|
17766
17766
|
},
|
|
@@ -17770,18 +17770,18 @@
|
|
|
17770
17770
|
{
|
|
17771
17771
|
"expression": {
|
|
17772
17772
|
"expression": {
|
|
17773
|
-
"id":
|
|
17773
|
+
"id": 38815,
|
|
17774
17774
|
"name": "flowData",
|
|
17775
17775
|
"nodeType": "Identifier",
|
|
17776
17776
|
"overloadedDeclarations": [],
|
|
17777
|
-
"referencedDeclaration":
|
|
17777
|
+
"referencedDeclaration": 38810,
|
|
17778
17778
|
"src": "3161:8:98",
|
|
17779
17779
|
"typeDescriptions": {
|
|
17780
|
-
"typeIdentifier": "t_struct$_FlowNFTData_$
|
|
17780
|
+
"typeIdentifier": "t_struct$_FlowNFTData_$23717_memory_ptr",
|
|
17781
17781
|
"typeString": "struct IFlowNFTBase.FlowNFTData memory"
|
|
17782
17782
|
}
|
|
17783
17783
|
},
|
|
17784
|
-
"id":
|
|
17784
|
+
"id": 38816,
|
|
17785
17785
|
"isConstant": false,
|
|
17786
17786
|
"isLValue": true,
|
|
17787
17787
|
"isPure": false,
|
|
@@ -17789,27 +17789,27 @@
|
|
|
17789
17789
|
"memberLocation": "3170:12:98",
|
|
17790
17790
|
"memberName": "flowReceiver",
|
|
17791
17791
|
"nodeType": "MemberAccess",
|
|
17792
|
-
"referencedDeclaration":
|
|
17792
|
+
"referencedDeclaration": 23714,
|
|
17793
17793
|
"src": "3161:21:98",
|
|
17794
17794
|
"typeDescriptions": {
|
|
17795
17795
|
"typeIdentifier": "t_address",
|
|
17796
17796
|
"typeString": "address"
|
|
17797
17797
|
}
|
|
17798
17798
|
},
|
|
17799
|
-
"functionReturnParameters":
|
|
17800
|
-
"id":
|
|
17799
|
+
"functionReturnParameters": 38807,
|
|
17800
|
+
"id": 38817,
|
|
17801
17801
|
"nodeType": "Return",
|
|
17802
17802
|
"src": "3154:28:98"
|
|
17803
17803
|
}
|
|
17804
17804
|
]
|
|
17805
17805
|
},
|
|
17806
17806
|
"documentation": {
|
|
17807
|
-
"id":
|
|
17807
|
+
"id": 38800,
|
|
17808
17808
|
"nodeType": "StructuredDocumentation",
|
|
17809
17809
|
"src": "2948:27:98",
|
|
17810
17810
|
"text": "@inheritdoc FlowNFTBase"
|
|
17811
17811
|
},
|
|
17812
|
-
"id":
|
|
17812
|
+
"id": 38819,
|
|
17813
17813
|
"implemented": true,
|
|
17814
17814
|
"kind": "function",
|
|
17815
17815
|
"modifiers": [],
|
|
@@ -17817,23 +17817,23 @@
|
|
|
17817
17817
|
"nameLocation": "2989:8:98",
|
|
17818
17818
|
"nodeType": "FunctionDefinition",
|
|
17819
17819
|
"overrides": {
|
|
17820
|
-
"id":
|
|
17820
|
+
"id": 38804,
|
|
17821
17821
|
"nodeType": "OverrideSpecifier",
|
|
17822
17822
|
"overrides": [],
|
|
17823
17823
|
"src": "3051:8:98"
|
|
17824
17824
|
},
|
|
17825
17825
|
"parameters": {
|
|
17826
|
-
"id":
|
|
17826
|
+
"id": 38803,
|
|
17827
17827
|
"nodeType": "ParameterList",
|
|
17828
17828
|
"parameters": [
|
|
17829
17829
|
{
|
|
17830
17830
|
"constant": false,
|
|
17831
|
-
"id":
|
|
17831
|
+
"id": 38802,
|
|
17832
17832
|
"mutability": "mutable",
|
|
17833
17833
|
"name": "tokenId",
|
|
17834
17834
|
"nameLocation": "3015:7:98",
|
|
17835
17835
|
"nodeType": "VariableDeclaration",
|
|
17836
|
-
"scope":
|
|
17836
|
+
"scope": 38819,
|
|
17837
17837
|
"src": "3007:15:98",
|
|
17838
17838
|
"stateVariable": false,
|
|
17839
17839
|
"storageLocation": "default",
|
|
@@ -17842,7 +17842,7 @@
|
|
|
17842
17842
|
"typeString": "uint256"
|
|
17843
17843
|
},
|
|
17844
17844
|
"typeName": {
|
|
17845
|
-
"id":
|
|
17845
|
+
"id": 38801,
|
|
17846
17846
|
"name": "uint256",
|
|
17847
17847
|
"nodeType": "ElementaryTypeName",
|
|
17848
17848
|
"src": "3007:7:98",
|
|
@@ -17857,17 +17857,17 @@
|
|
|
17857
17857
|
"src": "2997:31:98"
|
|
17858
17858
|
},
|
|
17859
17859
|
"returnParameters": {
|
|
17860
|
-
"id":
|
|
17860
|
+
"id": 38807,
|
|
17861
17861
|
"nodeType": "ParameterList",
|
|
17862
17862
|
"parameters": [
|
|
17863
17863
|
{
|
|
17864
17864
|
"constant": false,
|
|
17865
|
-
"id":
|
|
17865
|
+
"id": 38806,
|
|
17866
17866
|
"mutability": "mutable",
|
|
17867
17867
|
"name": "",
|
|
17868
17868
|
"nameLocation": "-1:-1:-1",
|
|
17869
17869
|
"nodeType": "VariableDeclaration",
|
|
17870
|
-
"scope":
|
|
17870
|
+
"scope": 38819,
|
|
17871
17871
|
"src": "3069:7:98",
|
|
17872
17872
|
"stateVariable": false,
|
|
17873
17873
|
"storageLocation": "default",
|
|
@@ -17876,7 +17876,7 @@
|
|
|
17876
17876
|
"typeString": "address"
|
|
17877
17877
|
},
|
|
17878
17878
|
"typeName": {
|
|
17879
|
-
"id":
|
|
17879
|
+
"id": 38805,
|
|
17880
17880
|
"name": "address",
|
|
17881
17881
|
"nodeType": "ElementaryTypeName",
|
|
17882
17882
|
"src": "3069:7:98",
|
|
@@ -17891,7 +17891,7 @@
|
|
|
17891
17891
|
],
|
|
17892
17892
|
"src": "3068:9:98"
|
|
17893
17893
|
},
|
|
17894
|
-
"scope":
|
|
17894
|
+
"scope": 38898,
|
|
17895
17895
|
"src": "2980:209:98",
|
|
17896
17896
|
"stateMutability": "view",
|
|
17897
17897
|
"virtual": true,
|
|
@@ -17899,10 +17899,10 @@
|
|
|
17899
17899
|
},
|
|
17900
17900
|
{
|
|
17901
17901
|
"baseFunctions": [
|
|
17902
|
-
|
|
17902
|
+
40092
|
|
17903
17903
|
],
|
|
17904
17904
|
"body": {
|
|
17905
|
-
"id":
|
|
17905
|
+
"id": 38833,
|
|
17906
17906
|
"nodeType": "Block",
|
|
17907
17907
|
"src": "3411:57:98",
|
|
17908
17908
|
"statements": [
|
|
@@ -17911,18 +17911,18 @@
|
|
|
17911
17911
|
"arguments": [],
|
|
17912
17912
|
"expression": {
|
|
17913
17913
|
"argumentTypes": [],
|
|
17914
|
-
"id":
|
|
17914
|
+
"id": 38830,
|
|
17915
17915
|
"name": "CFA_NFT_TRANSFER_IS_NOT_ALLOWED",
|
|
17916
17916
|
"nodeType": "Identifier",
|
|
17917
17917
|
"overloadedDeclarations": [],
|
|
17918
|
-
"referencedDeclaration":
|
|
17918
|
+
"referencedDeclaration": 23733,
|
|
17919
17919
|
"src": "3428:31:98",
|
|
17920
17920
|
"typeDescriptions": {
|
|
17921
17921
|
"typeIdentifier": "t_function_error_pure$__$returns$__$",
|
|
17922
17922
|
"typeString": "function () pure"
|
|
17923
17923
|
}
|
|
17924
17924
|
},
|
|
17925
|
-
"id":
|
|
17925
|
+
"id": 38831,
|
|
17926
17926
|
"isConstant": false,
|
|
17927
17927
|
"isLValue": false,
|
|
17928
17928
|
"isPure": false,
|
|
@@ -17938,19 +17938,19 @@
|
|
|
17938
17938
|
"typeString": "tuple()"
|
|
17939
17939
|
}
|
|
17940
17940
|
},
|
|
17941
|
-
"id":
|
|
17941
|
+
"id": 38832,
|
|
17942
17942
|
"nodeType": "RevertStatement",
|
|
17943
17943
|
"src": "3421:40:98"
|
|
17944
17944
|
}
|
|
17945
17945
|
]
|
|
17946
17946
|
},
|
|
17947
17947
|
"documentation": {
|
|
17948
|
-
"id":
|
|
17948
|
+
"id": 38820,
|
|
17949
17949
|
"nodeType": "StructuredDocumentation",
|
|
17950
17950
|
"src": "3195:82:98",
|
|
17951
17951
|
"text": "@notice Transfer is currently not allowed.\n @dev Will revert currently."
|
|
17952
17952
|
},
|
|
17953
|
-
"id":
|
|
17953
|
+
"id": 38834,
|
|
17954
17954
|
"implemented": true,
|
|
17955
17955
|
"kind": "function",
|
|
17956
17956
|
"modifiers": [],
|
|
@@ -17958,23 +17958,23 @@
|
|
|
17958
17958
|
"nameLocation": "3291:9:98",
|
|
17959
17959
|
"nodeType": "FunctionDefinition",
|
|
17960
17960
|
"overrides": {
|
|
17961
|
-
"id":
|
|
17961
|
+
"id": 38828,
|
|
17962
17962
|
"nodeType": "OverrideSpecifier",
|
|
17963
17963
|
"overrides": [],
|
|
17964
17964
|
"src": "3402:8:98"
|
|
17965
17965
|
},
|
|
17966
17966
|
"parameters": {
|
|
17967
|
-
"id":
|
|
17967
|
+
"id": 38827,
|
|
17968
17968
|
"nodeType": "ParameterList",
|
|
17969
17969
|
"parameters": [
|
|
17970
17970
|
{
|
|
17971
17971
|
"constant": false,
|
|
17972
|
-
"id":
|
|
17972
|
+
"id": 38822,
|
|
17973
17973
|
"mutability": "mutable",
|
|
17974
17974
|
"name": "",
|
|
17975
17975
|
"nameLocation": "-1:-1:-1",
|
|
17976
17976
|
"nodeType": "VariableDeclaration",
|
|
17977
|
-
"scope":
|
|
17977
|
+
"scope": 38834,
|
|
17978
17978
|
"src": "3310:7:98",
|
|
17979
17979
|
"stateVariable": false,
|
|
17980
17980
|
"storageLocation": "default",
|
|
@@ -17983,7 +17983,7 @@
|
|
|
17983
17983
|
"typeString": "address"
|
|
17984
17984
|
},
|
|
17985
17985
|
"typeName": {
|
|
17986
|
-
"id":
|
|
17986
|
+
"id": 38821,
|
|
17987
17987
|
"name": "address",
|
|
17988
17988
|
"nodeType": "ElementaryTypeName",
|
|
17989
17989
|
"src": "3310:7:98",
|
|
@@ -17997,12 +17997,12 @@
|
|
|
17997
17997
|
},
|
|
17998
17998
|
{
|
|
17999
17999
|
"constant": false,
|
|
18000
|
-
"id":
|
|
18000
|
+
"id": 38824,
|
|
18001
18001
|
"mutability": "mutable",
|
|
18002
18002
|
"name": "",
|
|
18003
18003
|
"nameLocation": "-1:-1:-1",
|
|
18004
18004
|
"nodeType": "VariableDeclaration",
|
|
18005
|
-
"scope":
|
|
18005
|
+
"scope": 38834,
|
|
18006
18006
|
"src": "3336:7:98",
|
|
18007
18007
|
"stateVariable": false,
|
|
18008
18008
|
"storageLocation": "default",
|
|
@@ -18011,7 +18011,7 @@
|
|
|
18011
18011
|
"typeString": "address"
|
|
18012
18012
|
},
|
|
18013
18013
|
"typeName": {
|
|
18014
|
-
"id":
|
|
18014
|
+
"id": 38823,
|
|
18015
18015
|
"name": "address",
|
|
18016
18016
|
"nodeType": "ElementaryTypeName",
|
|
18017
18017
|
"src": "3336:7:98",
|
|
@@ -18025,12 +18025,12 @@
|
|
|
18025
18025
|
},
|
|
18026
18026
|
{
|
|
18027
18027
|
"constant": false,
|
|
18028
|
-
"id":
|
|
18028
|
+
"id": 38826,
|
|
18029
18029
|
"mutability": "mutable",
|
|
18030
18030
|
"name": "",
|
|
18031
18031
|
"nameLocation": "-1:-1:-1",
|
|
18032
18032
|
"nodeType": "VariableDeclaration",
|
|
18033
|
-
"scope":
|
|
18033
|
+
"scope": 38834,
|
|
18034
18034
|
"src": "3360:7:98",
|
|
18035
18035
|
"stateVariable": false,
|
|
18036
18036
|
"storageLocation": "default",
|
|
@@ -18039,7 +18039,7 @@
|
|
|
18039
18039
|
"typeString": "uint256"
|
|
18040
18040
|
},
|
|
18041
18041
|
"typeName": {
|
|
18042
|
-
"id":
|
|
18042
|
+
"id": 38825,
|
|
18043
18043
|
"name": "uint256",
|
|
18044
18044
|
"nodeType": "ElementaryTypeName",
|
|
18045
18045
|
"src": "3360:7:98",
|
|
@@ -18054,12 +18054,12 @@
|
|
|
18054
18054
|
"src": "3300:84:98"
|
|
18055
18055
|
},
|
|
18056
18056
|
"returnParameters": {
|
|
18057
|
-
"id":
|
|
18057
|
+
"id": 38829,
|
|
18058
18058
|
"nodeType": "ParameterList",
|
|
18059
18059
|
"parameters": [],
|
|
18060
18060
|
"src": "3411:0:98"
|
|
18061
18061
|
},
|
|
18062
|
-
"scope":
|
|
18062
|
+
"scope": 38898,
|
|
18063
18063
|
"src": "3282:186:98",
|
|
18064
18064
|
"stateMutability": "nonpayable",
|
|
18065
18065
|
"virtual": true,
|
|
@@ -18067,7 +18067,7 @@
|
|
|
18067
18067
|
},
|
|
18068
18068
|
{
|
|
18069
18069
|
"body": {
|
|
18070
|
-
"id":
|
|
18070
|
+
"id": 38850,
|
|
18071
18071
|
"nodeType": "Block",
|
|
18072
18072
|
"src": "3530:58:98",
|
|
18073
18073
|
"statements": [
|
|
@@ -18078,7 +18078,7 @@
|
|
|
18078
18078
|
"arguments": [
|
|
18079
18079
|
{
|
|
18080
18080
|
"hexValue": "30",
|
|
18081
|
-
"id":
|
|
18081
|
+
"id": 38844,
|
|
18082
18082
|
"isConstant": false,
|
|
18083
18083
|
"isLValue": false,
|
|
18084
18084
|
"isPure": true,
|
|
@@ -18100,7 +18100,7 @@
|
|
|
18100
18100
|
"typeString": "int_const 0"
|
|
18101
18101
|
}
|
|
18102
18102
|
],
|
|
18103
|
-
"id":
|
|
18103
|
+
"id": 38843,
|
|
18104
18104
|
"isConstant": false,
|
|
18105
18105
|
"isLValue": false,
|
|
18106
18106
|
"isPure": true,
|
|
@@ -18112,14 +18112,14 @@
|
|
|
18112
18112
|
"typeString": "type(address)"
|
|
18113
18113
|
},
|
|
18114
18114
|
"typeName": {
|
|
18115
|
-
"id":
|
|
18115
|
+
"id": 38842,
|
|
18116
18116
|
"name": "address",
|
|
18117
18117
|
"nodeType": "ElementaryTypeName",
|
|
18118
18118
|
"src": "3554:7:98",
|
|
18119
18119
|
"typeDescriptions": {}
|
|
18120
18120
|
}
|
|
18121
18121
|
},
|
|
18122
|
-
"id":
|
|
18122
|
+
"id": 38845,
|
|
18123
18123
|
"isConstant": false,
|
|
18124
18124
|
"isLValue": false,
|
|
18125
18125
|
"isPure": true,
|
|
@@ -18136,11 +18136,11 @@
|
|
|
18136
18136
|
}
|
|
18137
18137
|
},
|
|
18138
18138
|
{
|
|
18139
|
-
"id":
|
|
18139
|
+
"id": 38846,
|
|
18140
18140
|
"name": "to",
|
|
18141
18141
|
"nodeType": "Identifier",
|
|
18142
18142
|
"overloadedDeclarations": [],
|
|
18143
|
-
"referencedDeclaration":
|
|
18143
|
+
"referencedDeclaration": 38836,
|
|
18144
18144
|
"src": "3566:2:98",
|
|
18145
18145
|
"typeDescriptions": {
|
|
18146
18146
|
"typeIdentifier": "t_address",
|
|
@@ -18148,11 +18148,11 @@
|
|
|
18148
18148
|
}
|
|
18149
18149
|
},
|
|
18150
18150
|
{
|
|
18151
|
-
"id":
|
|
18151
|
+
"id": 38847,
|
|
18152
18152
|
"name": "newTokenId",
|
|
18153
18153
|
"nodeType": "Identifier",
|
|
18154
18154
|
"overloadedDeclarations": [],
|
|
18155
|
-
"referencedDeclaration":
|
|
18155
|
+
"referencedDeclaration": 38838,
|
|
18156
18156
|
"src": "3570:10:98",
|
|
18157
18157
|
"typeDescriptions": {
|
|
18158
18158
|
"typeIdentifier": "t_uint256",
|
|
@@ -18175,7 +18175,7 @@
|
|
|
18175
18175
|
"typeString": "uint256"
|
|
18176
18176
|
}
|
|
18177
18177
|
],
|
|
18178
|
-
"id":
|
|
18178
|
+
"id": 38841,
|
|
18179
18179
|
"name": "Transfer",
|
|
18180
18180
|
"nodeType": "Identifier",
|
|
18181
18181
|
"overloadedDeclarations": [],
|
|
@@ -18186,7 +18186,7 @@
|
|
|
18186
18186
|
"typeString": "function (address,address,uint256)"
|
|
18187
18187
|
}
|
|
18188
18188
|
},
|
|
18189
|
-
"id":
|
|
18189
|
+
"id": 38848,
|
|
18190
18190
|
"isConstant": false,
|
|
18191
18191
|
"isLValue": false,
|
|
18192
18192
|
"isPure": false,
|
|
@@ -18202,13 +18202,13 @@
|
|
|
18202
18202
|
"typeString": "tuple()"
|
|
18203
18203
|
}
|
|
18204
18204
|
},
|
|
18205
|
-
"id":
|
|
18205
|
+
"id": 38849,
|
|
18206
18206
|
"nodeType": "EmitStatement",
|
|
18207
18207
|
"src": "3540:41:98"
|
|
18208
18208
|
}
|
|
18209
18209
|
]
|
|
18210
18210
|
},
|
|
18211
|
-
"id":
|
|
18211
|
+
"id": 38851,
|
|
18212
18212
|
"implemented": true,
|
|
18213
18213
|
"kind": "function",
|
|
18214
18214
|
"modifiers": [],
|
|
@@ -18216,17 +18216,17 @@
|
|
|
18216
18216
|
"nameLocation": "3483:5:98",
|
|
18217
18217
|
"nodeType": "FunctionDefinition",
|
|
18218
18218
|
"parameters": {
|
|
18219
|
-
"id":
|
|
18219
|
+
"id": 38839,
|
|
18220
18220
|
"nodeType": "ParameterList",
|
|
18221
18221
|
"parameters": [
|
|
18222
18222
|
{
|
|
18223
18223
|
"constant": false,
|
|
18224
|
-
"id":
|
|
18224
|
+
"id": 38836,
|
|
18225
18225
|
"mutability": "mutable",
|
|
18226
18226
|
"name": "to",
|
|
18227
18227
|
"nameLocation": "3497:2:98",
|
|
18228
18228
|
"nodeType": "VariableDeclaration",
|
|
18229
|
-
"scope":
|
|
18229
|
+
"scope": 38851,
|
|
18230
18230
|
"src": "3489:10:98",
|
|
18231
18231
|
"stateVariable": false,
|
|
18232
18232
|
"storageLocation": "default",
|
|
@@ -18235,7 +18235,7 @@
|
|
|
18235
18235
|
"typeString": "address"
|
|
18236
18236
|
},
|
|
18237
18237
|
"typeName": {
|
|
18238
|
-
"id":
|
|
18238
|
+
"id": 38835,
|
|
18239
18239
|
"name": "address",
|
|
18240
18240
|
"nodeType": "ElementaryTypeName",
|
|
18241
18241
|
"src": "3489:7:98",
|
|
@@ -18249,12 +18249,12 @@
|
|
|
18249
18249
|
},
|
|
18250
18250
|
{
|
|
18251
18251
|
"constant": false,
|
|
18252
|
-
"id":
|
|
18252
|
+
"id": 38838,
|
|
18253
18253
|
"mutability": "mutable",
|
|
18254
18254
|
"name": "newTokenId",
|
|
18255
18255
|
"nameLocation": "3509:10:98",
|
|
18256
18256
|
"nodeType": "VariableDeclaration",
|
|
18257
|
-
"scope":
|
|
18257
|
+
"scope": 38851,
|
|
18258
18258
|
"src": "3501:18:98",
|
|
18259
18259
|
"stateVariable": false,
|
|
18260
18260
|
"storageLocation": "default",
|
|
@@ -18263,7 +18263,7 @@
|
|
|
18263
18263
|
"typeString": "uint256"
|
|
18264
18264
|
},
|
|
18265
18265
|
"typeName": {
|
|
18266
|
-
"id":
|
|
18266
|
+
"id": 38837,
|
|
18267
18267
|
"name": "uint256",
|
|
18268
18268
|
"nodeType": "ElementaryTypeName",
|
|
18269
18269
|
"src": "3501:7:98",
|
|
@@ -18278,12 +18278,12 @@
|
|
|
18278
18278
|
"src": "3488:32:98"
|
|
18279
18279
|
},
|
|
18280
18280
|
"returnParameters": {
|
|
18281
|
-
"id":
|
|
18281
|
+
"id": 38840,
|
|
18282
18282
|
"nodeType": "ParameterList",
|
|
18283
18283
|
"parameters": [],
|
|
18284
18284
|
"src": "3530:0:98"
|
|
18285
18285
|
},
|
|
18286
|
-
"scope":
|
|
18286
|
+
"scope": 38898,
|
|
18287
18287
|
"src": "3474:114:98",
|
|
18288
18288
|
"stateMutability": "nonpayable",
|
|
18289
18289
|
"virtual": false,
|
|
@@ -18291,65 +18291,65 @@
|
|
|
18291
18291
|
},
|
|
18292
18292
|
{
|
|
18293
18293
|
"baseFunctions": [
|
|
18294
|
-
|
|
18294
|
+
40122
|
|
18295
18295
|
],
|
|
18296
18296
|
"body": {
|
|
18297
|
-
"id":
|
|
18297
|
+
"id": 38880,
|
|
18298
18298
|
"nodeType": "Block",
|
|
18299
18299
|
"src": "3644:172:98",
|
|
18300
18300
|
"statements": [
|
|
18301
18301
|
{
|
|
18302
18302
|
"assignments": [
|
|
18303
|
-
|
|
18303
|
+
38859
|
|
18304
18304
|
],
|
|
18305
18305
|
"declarations": [
|
|
18306
18306
|
{
|
|
18307
18307
|
"constant": false,
|
|
18308
|
-
"id":
|
|
18308
|
+
"id": 38859,
|
|
18309
18309
|
"mutability": "mutable",
|
|
18310
18310
|
"name": "flowData",
|
|
18311
18311
|
"nameLocation": "3673:8:98",
|
|
18312
18312
|
"nodeType": "VariableDeclaration",
|
|
18313
|
-
"scope":
|
|
18313
|
+
"scope": 38880,
|
|
18314
18314
|
"src": "3654:27:98",
|
|
18315
18315
|
"stateVariable": false,
|
|
18316
18316
|
"storageLocation": "memory",
|
|
18317
18317
|
"typeDescriptions": {
|
|
18318
|
-
"typeIdentifier": "t_struct$_FlowNFTData_$
|
|
18318
|
+
"typeIdentifier": "t_struct$_FlowNFTData_$23717_memory_ptr",
|
|
18319
18319
|
"typeString": "struct IFlowNFTBase.FlowNFTData"
|
|
18320
18320
|
},
|
|
18321
18321
|
"typeName": {
|
|
18322
|
-
"id":
|
|
18322
|
+
"id": 38858,
|
|
18323
18323
|
"nodeType": "UserDefinedTypeName",
|
|
18324
18324
|
"pathNode": {
|
|
18325
|
-
"id":
|
|
18325
|
+
"id": 38857,
|
|
18326
18326
|
"name": "FlowNFTData",
|
|
18327
18327
|
"nameLocations": [
|
|
18328
18328
|
"3654:11:98"
|
|
18329
18329
|
],
|
|
18330
18330
|
"nodeType": "IdentifierPath",
|
|
18331
|
-
"referencedDeclaration":
|
|
18331
|
+
"referencedDeclaration": 23717,
|
|
18332
18332
|
"src": "3654:11:98"
|
|
18333
18333
|
},
|
|
18334
|
-
"referencedDeclaration":
|
|
18334
|
+
"referencedDeclaration": 23717,
|
|
18335
18335
|
"src": "3654:11:98",
|
|
18336
18336
|
"typeDescriptions": {
|
|
18337
|
-
"typeIdentifier": "t_struct$_FlowNFTData_$
|
|
18337
|
+
"typeIdentifier": "t_struct$_FlowNFTData_$23717_storage_ptr",
|
|
18338
18338
|
"typeString": "struct IFlowNFTBase.FlowNFTData"
|
|
18339
18339
|
}
|
|
18340
18340
|
},
|
|
18341
18341
|
"visibility": "internal"
|
|
18342
18342
|
}
|
|
18343
18343
|
],
|
|
18344
|
-
"id":
|
|
18344
|
+
"id": 38863,
|
|
18345
18345
|
"initialValue": {
|
|
18346
18346
|
"arguments": [
|
|
18347
18347
|
{
|
|
18348
|
-
"id":
|
|
18348
|
+
"id": 38861,
|
|
18349
18349
|
"name": "tokenId",
|
|
18350
18350
|
"nodeType": "Identifier",
|
|
18351
18351
|
"overloadedDeclarations": [],
|
|
18352
|
-
"referencedDeclaration":
|
|
18352
|
+
"referencedDeclaration": 38853,
|
|
18353
18353
|
"src": "3702:7:98",
|
|
18354
18354
|
"typeDescriptions": {
|
|
18355
18355
|
"typeIdentifier": "t_uint256",
|
|
@@ -18364,20 +18364,20 @@
|
|
|
18364
18364
|
"typeString": "uint256"
|
|
18365
18365
|
}
|
|
18366
18366
|
],
|
|
18367
|
-
"id":
|
|
18367
|
+
"id": 38860,
|
|
18368
18368
|
"name": "flowDataByTokenId",
|
|
18369
18369
|
"nodeType": "Identifier",
|
|
18370
18370
|
"overloadedDeclarations": [
|
|
18371
|
-
|
|
18371
|
+
38783
|
|
18372
18372
|
],
|
|
18373
|
-
"referencedDeclaration":
|
|
18373
|
+
"referencedDeclaration": 38783,
|
|
18374
18374
|
"src": "3684:17:98",
|
|
18375
18375
|
"typeDescriptions": {
|
|
18376
|
-
"typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_struct$_FlowNFTData_$
|
|
18376
|
+
"typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_struct$_FlowNFTData_$23717_memory_ptr_$",
|
|
18377
18377
|
"typeString": "function (uint256) view returns (struct IFlowNFTBase.FlowNFTData memory)"
|
|
18378
18378
|
}
|
|
18379
18379
|
},
|
|
18380
|
-
"id":
|
|
18380
|
+
"id": 38862,
|
|
18381
18381
|
"isConstant": false,
|
|
18382
18382
|
"isLValue": false,
|
|
18383
18383
|
"isPure": false,
|
|
@@ -18389,7 +18389,7 @@
|
|
|
18389
18389
|
"src": "3684:26:98",
|
|
18390
18390
|
"tryCall": false,
|
|
18391
18391
|
"typeDescriptions": {
|
|
18392
|
-
"typeIdentifier": "t_struct$_FlowNFTData_$
|
|
18392
|
+
"typeIdentifier": "t_struct$_FlowNFTData_$23717_memory_ptr",
|
|
18393
18393
|
"typeString": "struct IFlowNFTBase.FlowNFTData memory"
|
|
18394
18394
|
}
|
|
18395
18395
|
},
|
|
@@ -18400,11 +18400,11 @@
|
|
|
18400
18400
|
"expression": {
|
|
18401
18401
|
"arguments": [
|
|
18402
18402
|
{
|
|
18403
|
-
"id":
|
|
18403
|
+
"id": 38867,
|
|
18404
18404
|
"name": "tokenId",
|
|
18405
18405
|
"nodeType": "Identifier",
|
|
18406
18406
|
"overloadedDeclarations": [],
|
|
18407
|
-
"referencedDeclaration":
|
|
18407
|
+
"referencedDeclaration": 38853,
|
|
18408
18408
|
"src": "3733:7:98",
|
|
18409
18409
|
"typeDescriptions": {
|
|
18410
18410
|
"typeIdentifier": "t_uint256",
|
|
@@ -18420,18 +18420,18 @@
|
|
|
18420
18420
|
}
|
|
18421
18421
|
],
|
|
18422
18422
|
"expression": {
|
|
18423
|
-
"id":
|
|
18423
|
+
"id": 38864,
|
|
18424
18424
|
"name": "super",
|
|
18425
18425
|
"nodeType": "Identifier",
|
|
18426
18426
|
"overloadedDeclarations": [],
|
|
18427
18427
|
"referencedDeclaration": 4294967271,
|
|
18428
18428
|
"src": "3721:5:98",
|
|
18429
18429
|
"typeDescriptions": {
|
|
18430
|
-
"typeIdentifier": "t_type$_t_super$_ConstantInflowNFT_$
|
|
18430
|
+
"typeIdentifier": "t_type$_t_super$_ConstantInflowNFT_$38898_$",
|
|
18431
18431
|
"typeString": "type(contract super ConstantInflowNFT)"
|
|
18432
18432
|
}
|
|
18433
18433
|
},
|
|
18434
|
-
"id":
|
|
18434
|
+
"id": 38866,
|
|
18435
18435
|
"isConstant": false,
|
|
18436
18436
|
"isLValue": false,
|
|
18437
18437
|
"isPure": false,
|
|
@@ -18439,14 +18439,14 @@
|
|
|
18439
18439
|
"memberLocation": "3727:5:98",
|
|
18440
18440
|
"memberName": "_burn",
|
|
18441
18441
|
"nodeType": "MemberAccess",
|
|
18442
|
-
"referencedDeclaration":
|
|
18442
|
+
"referencedDeclaration": 40122,
|
|
18443
18443
|
"src": "3721:11:98",
|
|
18444
18444
|
"typeDescriptions": {
|
|
18445
18445
|
"typeIdentifier": "t_function_internal_nonpayable$_t_uint256_$returns$__$",
|
|
18446
18446
|
"typeString": "function (uint256)"
|
|
18447
18447
|
}
|
|
18448
18448
|
},
|
|
18449
|
-
"id":
|
|
18449
|
+
"id": 38868,
|
|
18450
18450
|
"isConstant": false,
|
|
18451
18451
|
"isLValue": false,
|
|
18452
18452
|
"isPure": false,
|
|
@@ -18462,7 +18462,7 @@
|
|
|
18462
18462
|
"typeString": "tuple()"
|
|
18463
18463
|
}
|
|
18464
18464
|
},
|
|
18465
|
-
"id":
|
|
18465
|
+
"id": 38869,
|
|
18466
18466
|
"nodeType": "ExpressionStatement",
|
|
18467
18467
|
"src": "3721:20:98"
|
|
18468
18468
|
},
|
|
@@ -18471,18 +18471,18 @@
|
|
|
18471
18471
|
"arguments": [
|
|
18472
18472
|
{
|
|
18473
18473
|
"expression": {
|
|
18474
|
-
"id":
|
|
18474
|
+
"id": 38871,
|
|
18475
18475
|
"name": "flowData",
|
|
18476
18476
|
"nodeType": "Identifier",
|
|
18477
18477
|
"overloadedDeclarations": [],
|
|
18478
|
-
"referencedDeclaration":
|
|
18478
|
+
"referencedDeclaration": 38859,
|
|
18479
18479
|
"src": "3766:8:98",
|
|
18480
18480
|
"typeDescriptions": {
|
|
18481
|
-
"typeIdentifier": "t_struct$_FlowNFTData_$
|
|
18481
|
+
"typeIdentifier": "t_struct$_FlowNFTData_$23717_memory_ptr",
|
|
18482
18482
|
"typeString": "struct IFlowNFTBase.FlowNFTData memory"
|
|
18483
18483
|
}
|
|
18484
18484
|
},
|
|
18485
|
-
"id":
|
|
18485
|
+
"id": 38872,
|
|
18486
18486
|
"isConstant": false,
|
|
18487
18487
|
"isLValue": true,
|
|
18488
18488
|
"isPure": false,
|
|
@@ -18490,7 +18490,7 @@
|
|
|
18490
18490
|
"memberLocation": "3775:12:98",
|
|
18491
18491
|
"memberName": "flowReceiver",
|
|
18492
18492
|
"nodeType": "MemberAccess",
|
|
18493
|
-
"referencedDeclaration":
|
|
18493
|
+
"referencedDeclaration": 23714,
|
|
18494
18494
|
"src": "3766:21:98",
|
|
18495
18495
|
"typeDescriptions": {
|
|
18496
18496
|
"typeIdentifier": "t_address",
|
|
@@ -18501,7 +18501,7 @@
|
|
|
18501
18501
|
"arguments": [
|
|
18502
18502
|
{
|
|
18503
18503
|
"hexValue": "30",
|
|
18504
|
-
"id":
|
|
18504
|
+
"id": 38875,
|
|
18505
18505
|
"isConstant": false,
|
|
18506
18506
|
"isLValue": false,
|
|
18507
18507
|
"isPure": true,
|
|
@@ -18523,7 +18523,7 @@
|
|
|
18523
18523
|
"typeString": "int_const 0"
|
|
18524
18524
|
}
|
|
18525
18525
|
],
|
|
18526
|
-
"id":
|
|
18526
|
+
"id": 38874,
|
|
18527
18527
|
"isConstant": false,
|
|
18528
18528
|
"isLValue": false,
|
|
18529
18529
|
"isPure": true,
|
|
@@ -18535,14 +18535,14 @@
|
|
|
18535
18535
|
"typeString": "type(address)"
|
|
18536
18536
|
},
|
|
18537
18537
|
"typeName": {
|
|
18538
|
-
"id":
|
|
18538
|
+
"id": 38873,
|
|
18539
18539
|
"name": "address",
|
|
18540
18540
|
"nodeType": "ElementaryTypeName",
|
|
18541
18541
|
"src": "3789:7:98",
|
|
18542
18542
|
"typeDescriptions": {}
|
|
18543
18543
|
}
|
|
18544
18544
|
},
|
|
18545
|
-
"id":
|
|
18545
|
+
"id": 38876,
|
|
18546
18546
|
"isConstant": false,
|
|
18547
18547
|
"isLValue": false,
|
|
18548
18548
|
"isPure": true,
|
|
@@ -18559,11 +18559,11 @@
|
|
|
18559
18559
|
}
|
|
18560
18560
|
},
|
|
18561
18561
|
{
|
|
18562
|
-
"id":
|
|
18562
|
+
"id": 38877,
|
|
18563
18563
|
"name": "tokenId",
|
|
18564
18564
|
"nodeType": "Identifier",
|
|
18565
18565
|
"overloadedDeclarations": [],
|
|
18566
|
-
"referencedDeclaration":
|
|
18566
|
+
"referencedDeclaration": 38853,
|
|
18567
18567
|
"src": "3801:7:98",
|
|
18568
18568
|
"typeDescriptions": {
|
|
18569
18569
|
"typeIdentifier": "t_uint256",
|
|
@@ -18586,7 +18586,7 @@
|
|
|
18586
18586
|
"typeString": "uint256"
|
|
18587
18587
|
}
|
|
18588
18588
|
],
|
|
18589
|
-
"id":
|
|
18589
|
+
"id": 38870,
|
|
18590
18590
|
"name": "Transfer",
|
|
18591
18591
|
"nodeType": "Identifier",
|
|
18592
18592
|
"overloadedDeclarations": [],
|
|
@@ -18597,7 +18597,7 @@
|
|
|
18597
18597
|
"typeString": "function (address,address,uint256)"
|
|
18598
18598
|
}
|
|
18599
18599
|
},
|
|
18600
|
-
"id":
|
|
18600
|
+
"id": 38878,
|
|
18601
18601
|
"isConstant": false,
|
|
18602
18602
|
"isLValue": false,
|
|
18603
18603
|
"isPure": false,
|
|
@@ -18613,13 +18613,13 @@
|
|
|
18613
18613
|
"typeString": "tuple()"
|
|
18614
18614
|
}
|
|
18615
18615
|
},
|
|
18616
|
-
"id":
|
|
18616
|
+
"id": 38879,
|
|
18617
18617
|
"nodeType": "EmitStatement",
|
|
18618
18618
|
"src": "3752:57:98"
|
|
18619
18619
|
}
|
|
18620
18620
|
]
|
|
18621
18621
|
},
|
|
18622
|
-
"id":
|
|
18622
|
+
"id": 38881,
|
|
18623
18623
|
"implemented": true,
|
|
18624
18624
|
"kind": "function",
|
|
18625
18625
|
"modifiers": [],
|
|
@@ -18627,23 +18627,23 @@
|
|
|
18627
18627
|
"nameLocation": "3603:5:98",
|
|
18628
18628
|
"nodeType": "FunctionDefinition",
|
|
18629
18629
|
"overrides": {
|
|
18630
|
-
"id":
|
|
18630
|
+
"id": 38855,
|
|
18631
18631
|
"nodeType": "OverrideSpecifier",
|
|
18632
18632
|
"overrides": [],
|
|
18633
18633
|
"src": "3635:8:98"
|
|
18634
18634
|
},
|
|
18635
18635
|
"parameters": {
|
|
18636
|
-
"id":
|
|
18636
|
+
"id": 38854,
|
|
18637
18637
|
"nodeType": "ParameterList",
|
|
18638
18638
|
"parameters": [
|
|
18639
18639
|
{
|
|
18640
18640
|
"constant": false,
|
|
18641
|
-
"id":
|
|
18641
|
+
"id": 38853,
|
|
18642
18642
|
"mutability": "mutable",
|
|
18643
18643
|
"name": "tokenId",
|
|
18644
18644
|
"nameLocation": "3617:7:98",
|
|
18645
18645
|
"nodeType": "VariableDeclaration",
|
|
18646
|
-
"scope":
|
|
18646
|
+
"scope": 38881,
|
|
18647
18647
|
"src": "3609:15:98",
|
|
18648
18648
|
"stateVariable": false,
|
|
18649
18649
|
"storageLocation": "default",
|
|
@@ -18652,7 +18652,7 @@
|
|
|
18652
18652
|
"typeString": "uint256"
|
|
18653
18653
|
},
|
|
18654
18654
|
"typeName": {
|
|
18655
|
-
"id":
|
|
18655
|
+
"id": 38852,
|
|
18656
18656
|
"name": "uint256",
|
|
18657
18657
|
"nodeType": "ElementaryTypeName",
|
|
18658
18658
|
"src": "3609:7:98",
|
|
@@ -18667,12 +18667,12 @@
|
|
|
18667
18667
|
"src": "3608:17:98"
|
|
18668
18668
|
},
|
|
18669
18669
|
"returnParameters": {
|
|
18670
|
-
"id":
|
|
18670
|
+
"id": 38856,
|
|
18671
18671
|
"nodeType": "ParameterList",
|
|
18672
18672
|
"parameters": [],
|
|
18673
18673
|
"src": "3644:0:98"
|
|
18674
18674
|
},
|
|
18675
|
-
"scope":
|
|
18675
|
+
"scope": 38898,
|
|
18676
18676
|
"src": "3594:222:98",
|
|
18677
18677
|
"stateMutability": "nonpayable",
|
|
18678
18678
|
"virtual": false,
|
|
@@ -18680,7 +18680,7 @@
|
|
|
18680
18680
|
},
|
|
18681
18681
|
{
|
|
18682
18682
|
"body": {
|
|
18683
|
-
"id":
|
|
18683
|
+
"id": 38896,
|
|
18684
18684
|
"nodeType": "Block",
|
|
18685
18685
|
"src": "3856:139:98",
|
|
18686
18686
|
"statements": [
|
|
@@ -18690,14 +18690,14 @@
|
|
|
18690
18690
|
"typeIdentifier": "t_address",
|
|
18691
18691
|
"typeString": "address"
|
|
18692
18692
|
},
|
|
18693
|
-
"id":
|
|
18693
|
+
"id": 38889,
|
|
18694
18694
|
"isConstant": false,
|
|
18695
18695
|
"isLValue": false,
|
|
18696
18696
|
"isPure": false,
|
|
18697
18697
|
"lValueRequested": false,
|
|
18698
18698
|
"leftExpression": {
|
|
18699
18699
|
"expression": {
|
|
18700
|
-
"id":
|
|
18700
|
+
"id": 38883,
|
|
18701
18701
|
"name": "msg",
|
|
18702
18702
|
"nodeType": "Identifier",
|
|
18703
18703
|
"overloadedDeclarations": [],
|
|
@@ -18708,7 +18708,7 @@
|
|
|
18708
18708
|
"typeString": "msg"
|
|
18709
18709
|
}
|
|
18710
18710
|
},
|
|
18711
|
-
"id":
|
|
18711
|
+
"id": 38884,
|
|
18712
18712
|
"isConstant": false,
|
|
18713
18713
|
"isLValue": false,
|
|
18714
18714
|
"isPure": false,
|
|
@@ -18727,14 +18727,14 @@
|
|
|
18727
18727
|
"rightExpression": {
|
|
18728
18728
|
"arguments": [
|
|
18729
18729
|
{
|
|
18730
|
-
"id":
|
|
18730
|
+
"id": 38887,
|
|
18731
18731
|
"name": "CONSTANT_OUTFLOW_NFT",
|
|
18732
18732
|
"nodeType": "Identifier",
|
|
18733
18733
|
"overloadedDeclarations": [],
|
|
18734
|
-
"referencedDeclaration":
|
|
18734
|
+
"referencedDeclaration": 38707,
|
|
18735
18735
|
"src": "3892:20:98",
|
|
18736
18736
|
"typeDescriptions": {
|
|
18737
|
-
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$
|
|
18737
|
+
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$23700",
|
|
18738
18738
|
"typeString": "contract IConstantOutflowNFT"
|
|
18739
18739
|
}
|
|
18740
18740
|
}
|
|
@@ -18742,11 +18742,11 @@
|
|
|
18742
18742
|
"expression": {
|
|
18743
18743
|
"argumentTypes": [
|
|
18744
18744
|
{
|
|
18745
|
-
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$
|
|
18745
|
+
"typeIdentifier": "t_contract$_IConstantOutflowNFT_$23700",
|
|
18746
18746
|
"typeString": "contract IConstantOutflowNFT"
|
|
18747
18747
|
}
|
|
18748
18748
|
],
|
|
18749
|
-
"id":
|
|
18749
|
+
"id": 38886,
|
|
18750
18750
|
"isConstant": false,
|
|
18751
18751
|
"isLValue": false,
|
|
18752
18752
|
"isPure": true,
|
|
@@ -18758,14 +18758,14 @@
|
|
|
18758
18758
|
"typeString": "type(address)"
|
|
18759
18759
|
},
|
|
18760
18760
|
"typeName": {
|
|
18761
|
-
"id":
|
|
18761
|
+
"id": 38885,
|
|
18762
18762
|
"name": "address",
|
|
18763
18763
|
"nodeType": "ElementaryTypeName",
|
|
18764
18764
|
"src": "3884:7:98",
|
|
18765
18765
|
"typeDescriptions": {}
|
|
18766
18766
|
}
|
|
18767
18767
|
},
|
|
18768
|
-
"id":
|
|
18768
|
+
"id": 38888,
|
|
18769
18769
|
"isConstant": false,
|
|
18770
18770
|
"isLValue": false,
|
|
18771
18771
|
"isPure": false,
|
|
@@ -18787,11 +18787,11 @@
|
|
|
18787
18787
|
"typeString": "bool"
|
|
18788
18788
|
}
|
|
18789
18789
|
},
|
|
18790
|
-
"id":
|
|
18790
|
+
"id": 38894,
|
|
18791
18791
|
"nodeType": "IfStatement",
|
|
18792
18792
|
"src": "3866:112:98",
|
|
18793
18793
|
"trueBody": {
|
|
18794
|
-
"id":
|
|
18794
|
+
"id": 38893,
|
|
18795
18795
|
"nodeType": "Block",
|
|
18796
18796
|
"src": "3915:63:98",
|
|
18797
18797
|
"statements": [
|
|
@@ -18800,18 +18800,18 @@
|
|
|
18800
18800
|
"arguments": [],
|
|
18801
18801
|
"expression": {
|
|
18802
18802
|
"argumentTypes": [],
|
|
18803
|
-
"id":
|
|
18803
|
+
"id": 38890,
|
|
18804
18804
|
"name": "CIF_NFT_ONLY_CONSTANT_OUTFLOW",
|
|
18805
18805
|
"nodeType": "Identifier",
|
|
18806
18806
|
"overloadedDeclarations": [],
|
|
18807
|
-
"referencedDeclaration":
|
|
18807
|
+
"referencedDeclaration": 23631,
|
|
18808
18808
|
"src": "3936:29:98",
|
|
18809
18809
|
"typeDescriptions": {
|
|
18810
18810
|
"typeIdentifier": "t_function_error_pure$__$returns$__$",
|
|
18811
18811
|
"typeString": "function () pure"
|
|
18812
18812
|
}
|
|
18813
18813
|
},
|
|
18814
|
-
"id":
|
|
18814
|
+
"id": 38891,
|
|
18815
18815
|
"isConstant": false,
|
|
18816
18816
|
"isLValue": false,
|
|
18817
18817
|
"isPure": false,
|
|
@@ -18827,7 +18827,7 @@
|
|
|
18827
18827
|
"typeString": "tuple()"
|
|
18828
18828
|
}
|
|
18829
18829
|
},
|
|
18830
|
-
"id":
|
|
18830
|
+
"id": 38892,
|
|
18831
18831
|
"nodeType": "RevertStatement",
|
|
18832
18832
|
"src": "3929:38:98"
|
|
18833
18833
|
}
|
|
@@ -18835,18 +18835,18 @@
|
|
|
18835
18835
|
}
|
|
18836
18836
|
},
|
|
18837
18837
|
{
|
|
18838
|
-
"id":
|
|
18838
|
+
"id": 38895,
|
|
18839
18839
|
"nodeType": "PlaceholderStatement",
|
|
18840
18840
|
"src": "3987:1:98"
|
|
18841
18841
|
}
|
|
18842
18842
|
]
|
|
18843
18843
|
},
|
|
18844
|
-
"id":
|
|
18844
|
+
"id": 38897,
|
|
18845
18845
|
"name": "onlyConstantOutflowNFT",
|
|
18846
18846
|
"nameLocation": "3831:22:98",
|
|
18847
18847
|
"nodeType": "ModifierDefinition",
|
|
18848
18848
|
"parameters": {
|
|
18849
|
-
"id":
|
|
18849
|
+
"id": 38882,
|
|
18850
18850
|
"nodeType": "ParameterList",
|
|
18851
18851
|
"parameters": [],
|
|
18852
18852
|
"src": "3853:2:98"
|
|
@@ -18856,19 +18856,19 @@
|
|
|
18856
18856
|
"visibility": "internal"
|
|
18857
18857
|
}
|
|
18858
18858
|
],
|
|
18859
|
-
"scope":
|
|
18859
|
+
"scope": 38899,
|
|
18860
18860
|
"src": "929:3068:98",
|
|
18861
18861
|
"usedErrors": [
|
|
18862
|
-
|
|
18863
|
-
|
|
18864
|
-
|
|
18865
|
-
|
|
18866
|
-
|
|
18867
|
-
|
|
18868
|
-
|
|
18869
|
-
|
|
18870
|
-
|
|
18871
|
-
|
|
18862
|
+
23631,
|
|
18863
|
+
23719,
|
|
18864
|
+
23721,
|
|
18865
|
+
23723,
|
|
18866
|
+
23725,
|
|
18867
|
+
23727,
|
|
18868
|
+
23729,
|
|
18869
|
+
23731,
|
|
18870
|
+
23733,
|
|
18871
|
+
23735
|
|
18872
18872
|
]
|
|
18873
18873
|
}
|
|
18874
18874
|
],
|
|
@@ -18880,7 +18880,7 @@
|
|
|
18880
18880
|
},
|
|
18881
18881
|
"networks": {},
|
|
18882
18882
|
"schemaVersion": "3.4.13",
|
|
18883
|
-
"updatedAt": "2023-
|
|
18883
|
+
"updatedAt": "2023-08-03T14:52:18.611Z",
|
|
18884
18884
|
"devdoc": {
|
|
18885
18885
|
"author": "Superfluid",
|
|
18886
18886
|
"details": "This contract does not hold any storage, but references the ConstantOutflowNFT contract storage.",
|