@superfluid-finance/ethereum-contracts 1.3.2-dev.bf84335.0 → 1.3.2-dev.de7575d.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/contracts/AccessControl.json +1 -1
- package/build/contracts/AccessControlEnumerable.json +1 -1
- package/build/contracts/Address.json +1 -1
- package/build/contracts/AgreementBase.json +18 -18
- package/build/contracts/AgreementLibrary.json +1272 -1183
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +211 -211
- package/build/contracts/BatchOperation.json +599 -599
- package/build/contracts/CFAv1Library.json +2282 -2282
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +2472 -2472
- package/build/contracts/ConstantFlowAgreementV1.json +12931 -13308
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +599 -599
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +20 -20
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC1820RegistryCompiled.json +22 -22
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +380 -380
- package/build/contracts/ERC777RecipientDrainingGas.json +858 -858
- package/build/contracts/ERC777RecipientReverting.json +858 -858
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +2473 -2473
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +2473 -2473
- package/build/contracts/FlowOperatorDefinitions.json +599 -599
- package/build/contracts/FullUpgradableSuperTokenProxy.json +115 -115
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +567 -567
- package/build/contracts/IDAv1Library.json +2614 -2614
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Metadata.json +1 -1
- package/build/contracts/IERC20Permit.json +1 -1
- package/build/contracts/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
- package/build/contracts/IMaticBridgedNativeSuperToken.json +63 -63
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +63 -63
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +43 -43
- package/build/contracts/IPureSuperTokenCustom.json +43 -43
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +48 -48
- package/build/contracts/ISETHCustom.json +48 -48
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +192 -192
- package/build/contracts/ISuperToken.json +524 -524
- package/build/contracts/ISuperTokenFactory.json +161 -161
- package/build/contracts/ISuperfluid.json +1145 -1178
- package/build/contracts/ISuperfluidGovernance.json +243 -243
- package/build/contracts/ISuperfluidToken.json +389 -389
- package/build/contracts/ITOGAv1.json +1442 -1442
- package/build/contracts/ITOGAv2.json +1442 -1442
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +5820 -5820
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +231 -231
- package/build/contracts/NonClosableOutflowTestApp.json +2473 -2473
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Pausable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/PureSuperToken.json +109 -109
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +227 -227
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +2472 -2472
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +748 -748
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +240 -240
- package/build/contracts/SuperAppDefinitions.json +599 -599
- package/build/contracts/SuperToken.json +4732 -4732
- package/build/contracts/SuperTokenFactory.json +750 -750
- package/build/contracts/SuperTokenFactoryBase.json +738 -738
- package/build/contracts/SuperTokenFactoryHelper.json +743 -743
- package/build/contracts/SuperUpgrader.json +440 -440
- package/build/contracts/Superfluid.json +15366 -16050
- package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
- package/build/contracts/SuperfluidGovernanceBase.json +2233 -2233
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +149 -149
- package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
- package/build/contracts/SuperfluidLoader.json +210 -210
- package/build/contracts/SuperfluidToken.json +2420 -2420
- package/build/contracts/TOGA.json +1461 -1461
- package/build/contracts/TestGovernance.json +248 -248
- package/build/contracts/TestToken.json +93 -93
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UUPSProxiable.json +139 -139
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +6 -6
- package/contracts/agreements/AgreementLibrary.sol +39 -15
- package/contracts/agreements/ConstantFlowAgreementV1.sol +65 -53
- package/contracts/interfaces/superfluid/ISuperfluid.sol +29 -23
- package/contracts/mocks/AgreementMock.sol +2 -2
- package/contracts/mocks/CFAAppMocks.sol +1 -1
- package/contracts/mocks/MultiFlowTesterApp.sol +13 -12
- package/contracts/mocks/SuperTokenMock.sol +2 -2
- package/contracts/mocks/SuperfluidMock.sol +9 -9
- package/contracts/superfluid/Superfluid.sol +34 -38
- package/contracts/superfluid/SuperfluidToken.sol +14 -14
- package/package.json +2 -2
- package/scripts/deploy-mfa.ts +27 -0
- package/scripts/libs/getConfig.js +14 -0
- package/utils/README.md +18 -0
- package/utils/mfa-tester.html +687 -0
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"type": "function"
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
|
-
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{},\"title\":\"Full upgradable super token proxy contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol\":\"FullUpgradableSuperTokenProxy\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0xc130fe33f1b2132158531a87734153293f6d07bc263ff4ac90e85da9c82c0e27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8831721b6f4cc26534d190f9f1631c3f59c9ff38efdd911f85e0882b8e360472\",\"dweb:/ipfs/QmQZnLErZNStirSQ13ZNWQgvEYUtGE5tXYwn4QUPaVUfPN\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"
|
|
21
|
-
"bytecode": "
|
|
22
|
-
"deployedBytecode": "
|
|
20
|
+
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{},\"title\":\"Full upgradable super token proxy contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol\":\"FullUpgradableSuperTokenProxy\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0xc130fe33f1b2132158531a87734153293f6d07bc263ff4ac90e85da9c82c0e27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8831721b6f4cc26534d190f9f1631c3f59c9ff38efdd911f85e0882b8e360472\",\"dweb:/ipfs/QmQZnLErZNStirSQ13ZNWQgvEYUtGE5tXYwn4QUPaVUfPN\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0x59cba11dfc9510e06db5fd57e9229fcfa0860e99e76626ad0291e7e50a3a62de\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://a64102f968e7f2eaa335e8d7ce47b339c958b0d6f8f4b3379547e9b7faa78cf9\",\"dweb:/ipfs/QmbFSeM6diijjogiTvgbpphLmjxG3u1ifygFkLhezFHRQ5\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol\":{\"keccak256\":\"0xd8762c876977d3417650ef425eb3829a2da7e54b24e0bfab265dee36dbe5923a\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://3e8ba627d3732d4794f4bbfa615e648c1f7385668ed7dc66c52e167bd5e46204\",\"dweb:/ipfs/QmVSw4WYnJpr7B1XEZgxNdarRDMDzfm1T43e8HZy4Sgg2m\"]}},\"version\":1}",
|
|
21
|
+
"bytecode": "0x608060405234801561001057600080fd5b5061023c806100206000396000f3fe6080604052600436106100225760003560e01c80638129fc1c1461003957610031565b366100315761002f61004e565b005b61002f61004e565b34801561004557600080fd5b5061002f610060565b61005e6100596100f9565b61019c565b565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546001600160a01b038116156100d35760405162461bcd60e51b8152602060048201526013602482015272105b1c9958591e481a5b9a5d1a585b1a5e9959606a1b604482015260640160405180910390fd5b50337fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a055565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546000906001600160a01b038116610134576101346101c0565b806001600160a01b0316639470a5b26040518163ffffffff1660e01b8152600401602060405180830381865afa158015610172573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061019691906101d6565b91505090565b3660008037600080366000845af43d6000803e8080156101bb573d6000f35b3d6000fd5b634e487b7160e01b600052600160045260246000fd5b6000602082840312156101e857600080fd5b81516001600160a01b03811681146101ff57600080fd5b939250505056fea26469706673582212204796aad6191e97298a54307f159d8236f93aa500dc8b2ca1c213c429174de93664736f6c634300080e0033",
|
|
22
|
+
"deployedBytecode": "0x6080604052600436106100225760003560e01c80638129fc1c1461003957610031565b366100315761002f61004e565b005b61002f61004e565b34801561004557600080fd5b5061002f610060565b61005e6100596100f9565b61019c565b565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546001600160a01b038116156100d35760405162461bcd60e51b8152602060048201526013602482015272105b1c9958591e481a5b9a5d1a585b1a5e9959606a1b604482015260640160405180910390fd5b50337fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a055565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546000906001600160a01b038116610134576101346101c0565b806001600160a01b0316639470a5b26040518163ffffffff1660e01b8152600401602060405180830381865afa158015610172573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061019691906101d6565b91505090565b3660008037600080366000845af43d6000803e8080156101bb573d6000f35b3d6000fd5b634e487b7160e01b600052600160045260246000fd5b6000602082840312156101e857600080fd5b81516001600160a01b03811681146101ff57600080fd5b939250505056fea26469706673582212204796aad6191e97298a54307f159d8236f93aa500dc8b2ca1c213c429174de93664736f6c634300080e0033",
|
|
23
23
|
"immutableReferences": {},
|
|
24
24
|
"generatedSources": [],
|
|
25
25
|
"deployedGeneratedSources": [
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
}
|
|
583
583
|
]
|
|
584
584
|
},
|
|
585
|
-
"name": "abi_decode_tuple_t_contract$_ISuperToken_$
|
|
585
|
+
"name": "abi_decode_tuple_t_contract$_ISuperToken_$19492_fromMemory",
|
|
586
586
|
"nodeType": "YulFunctionDefinition",
|
|
587
587
|
"parameters": [
|
|
588
588
|
{
|
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
}
|
|
611
611
|
]
|
|
612
612
|
},
|
|
613
|
-
"contents": "{\n { }\n function abi_encode_tuple_t_stringliteral_d3814fd4e72cfd7651525eee846049aca388165c613a1085fb56751abcdd36c0__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 19)\n mstore(add(headStart, 64), \"Already initialized\")\n tail := add(headStart, 96)\n }\n function panic_error_0x01()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x01)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_ISuperToken_$
|
|
613
|
+
"contents": "{\n { }\n function abi_encode_tuple_t_stringliteral_d3814fd4e72cfd7651525eee846049aca388165c613a1085fb56751abcdd36c0__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 19)\n mstore(add(headStart, 64), \"Already initialized\")\n tail := add(headStart, 96)\n }\n function panic_error_0x01()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x01)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_ISuperToken_$19492_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, sub(shl(160, 1), 1)))) { revert(0, 0) }\n value0 := value\n }\n}",
|
|
614
614
|
"id": 107,
|
|
615
615
|
"language": "Yul",
|
|
616
616
|
"name": "#utility.yul"
|
|
@@ -624,21 +624,21 @@
|
|
|
624
624
|
"absolutePath": "project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol",
|
|
625
625
|
"exportedSymbols": {
|
|
626
626
|
"FullUpgradableSuperTokenProxy": [
|
|
627
|
-
|
|
627
|
+
30764
|
|
628
628
|
],
|
|
629
629
|
"ISuperTokenFactory": [
|
|
630
|
-
|
|
630
|
+
19581
|
|
631
631
|
],
|
|
632
632
|
"Proxy": [
|
|
633
633
|
707
|
|
634
634
|
]
|
|
635
635
|
},
|
|
636
|
-
"id":
|
|
636
|
+
"id": 30765,
|
|
637
637
|
"license": "AGPLv3",
|
|
638
638
|
"nodeType": "SourceUnit",
|
|
639
639
|
"nodes": [
|
|
640
640
|
{
|
|
641
|
-
"id":
|
|
641
|
+
"id": 30695,
|
|
642
642
|
"literals": [
|
|
643
643
|
"solidity",
|
|
644
644
|
"0.8",
|
|
@@ -650,20 +650,20 @@
|
|
|
650
650
|
{
|
|
651
651
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol",
|
|
652
652
|
"file": "../interfaces/superfluid/ISuperTokenFactory.sol",
|
|
653
|
-
"id":
|
|
653
|
+
"id": 30697,
|
|
654
654
|
"nameLocation": "-1:-1:-1",
|
|
655
655
|
"nodeType": "ImportDirective",
|
|
656
|
-
"scope":
|
|
657
|
-
"sourceUnit":
|
|
656
|
+
"scope": 30765,
|
|
657
|
+
"sourceUnit": 19582,
|
|
658
658
|
"src": "60:85:87",
|
|
659
659
|
"symbolAliases": [
|
|
660
660
|
{
|
|
661
661
|
"foreign": {
|
|
662
|
-
"id":
|
|
662
|
+
"id": 30696,
|
|
663
663
|
"name": "ISuperTokenFactory",
|
|
664
664
|
"nodeType": "Identifier",
|
|
665
665
|
"overloadedDeclarations": [],
|
|
666
|
-
"referencedDeclaration":
|
|
666
|
+
"referencedDeclaration": 19581,
|
|
667
667
|
"src": "69:18:87",
|
|
668
668
|
"typeDescriptions": {}
|
|
669
669
|
},
|
|
@@ -675,16 +675,16 @@
|
|
|
675
675
|
{
|
|
676
676
|
"absolutePath": "@openzeppelin/contracts/proxy/Proxy.sol",
|
|
677
677
|
"file": "@openzeppelin/contracts/proxy/Proxy.sol",
|
|
678
|
-
"id":
|
|
678
|
+
"id": 30699,
|
|
679
679
|
"nameLocation": "-1:-1:-1",
|
|
680
680
|
"nodeType": "ImportDirective",
|
|
681
|
-
"scope":
|
|
681
|
+
"scope": 30765,
|
|
682
682
|
"sourceUnit": 708,
|
|
683
683
|
"src": "146:64:87",
|
|
684
684
|
"symbolAliases": [
|
|
685
685
|
{
|
|
686
686
|
"foreign": {
|
|
687
|
-
"id":
|
|
687
|
+
"id": 30698,
|
|
688
688
|
"name": "Proxy",
|
|
689
689
|
"nodeType": "Identifier",
|
|
690
690
|
"overloadedDeclarations": [],
|
|
@@ -702,13 +702,13 @@
|
|
|
702
702
|
"baseContracts": [
|
|
703
703
|
{
|
|
704
704
|
"baseName": {
|
|
705
|
-
"id":
|
|
705
|
+
"id": 30701,
|
|
706
706
|
"name": "Proxy",
|
|
707
707
|
"nodeType": "IdentifierPath",
|
|
708
708
|
"referencedDeclaration": 707,
|
|
709
709
|
"src": "338:5:87"
|
|
710
710
|
},
|
|
711
|
-
"id":
|
|
711
|
+
"id": 30702,
|
|
712
712
|
"nodeType": "InheritanceSpecifier",
|
|
713
713
|
"src": "338:5:87"
|
|
714
714
|
}
|
|
@@ -717,15 +717,15 @@
|
|
|
717
717
|
"contractDependencies": [],
|
|
718
718
|
"contractKind": "contract",
|
|
719
719
|
"documentation": {
|
|
720
|
-
"id":
|
|
720
|
+
"id": 30700,
|
|
721
721
|
"nodeType": "StructuredDocumentation",
|
|
722
722
|
"src": "213:82:87",
|
|
723
723
|
"text": " @title Full upgradable super token proxy contract\n @author Superfluid"
|
|
724
724
|
},
|
|
725
725
|
"fullyImplemented": true,
|
|
726
|
-
"id":
|
|
726
|
+
"id": 30764,
|
|
727
727
|
"linearizedBaseContracts": [
|
|
728
|
-
|
|
728
|
+
30764,
|
|
729
729
|
707
|
|
730
730
|
],
|
|
731
731
|
"name": "FullUpgradableSuperTokenProxy",
|
|
@@ -734,12 +734,12 @@
|
|
|
734
734
|
"nodes": [
|
|
735
735
|
{
|
|
736
736
|
"constant": true,
|
|
737
|
-
"id":
|
|
737
|
+
"id": 30705,
|
|
738
738
|
"mutability": "constant",
|
|
739
739
|
"name": "_FACTORY_SLOT",
|
|
740
740
|
"nameLocation": "476:13:87",
|
|
741
741
|
"nodeType": "VariableDeclaration",
|
|
742
|
-
"scope":
|
|
742
|
+
"scope": 30764,
|
|
743
743
|
"src": "450:108:87",
|
|
744
744
|
"stateVariable": true,
|
|
745
745
|
"storageLocation": "default",
|
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
"typeString": "bytes32"
|
|
749
749
|
},
|
|
750
750
|
"typeName": {
|
|
751
|
-
"id":
|
|
751
|
+
"id": 30703,
|
|
752
752
|
"name": "bytes32",
|
|
753
753
|
"nodeType": "ElementaryTypeName",
|
|
754
754
|
"src": "450:7:87",
|
|
@@ -759,7 +759,7 @@
|
|
|
759
759
|
},
|
|
760
760
|
"value": {
|
|
761
761
|
"hexValue": "307862386663643537313962336464663836323666333636343730356138396237666334373631323961353863316161356564613537633630306363313832316130",
|
|
762
|
-
"id":
|
|
762
|
+
"id": 30704,
|
|
763
763
|
"isConstant": false,
|
|
764
764
|
"isLValue": false,
|
|
765
765
|
"isPure": true,
|
|
@@ -777,23 +777,23 @@
|
|
|
777
777
|
},
|
|
778
778
|
{
|
|
779
779
|
"body": {
|
|
780
|
-
"id":
|
|
780
|
+
"id": 30731,
|
|
781
781
|
"nodeType": "Block",
|
|
782
782
|
"src": "600:325:87",
|
|
783
783
|
"statements": [
|
|
784
784
|
{
|
|
785
785
|
"assignments": [
|
|
786
|
-
|
|
786
|
+
30709
|
|
787
787
|
],
|
|
788
788
|
"declarations": [
|
|
789
789
|
{
|
|
790
790
|
"constant": false,
|
|
791
|
-
"id":
|
|
791
|
+
"id": 30709,
|
|
792
792
|
"mutability": "mutable",
|
|
793
793
|
"name": "factory",
|
|
794
794
|
"nameLocation": "618:7:87",
|
|
795
795
|
"nodeType": "VariableDeclaration",
|
|
796
|
-
"scope":
|
|
796
|
+
"scope": 30731,
|
|
797
797
|
"src": "610:15:87",
|
|
798
798
|
"stateVariable": false,
|
|
799
799
|
"storageLocation": "default",
|
|
@@ -802,7 +802,7 @@
|
|
|
802
802
|
"typeString": "address"
|
|
803
803
|
},
|
|
804
804
|
"typeName": {
|
|
805
|
-
"id":
|
|
805
|
+
"id": 30708,
|
|
806
806
|
"name": "address",
|
|
807
807
|
"nodeType": "ElementaryTypeName",
|
|
808
808
|
"src": "610:7:87",
|
|
@@ -815,7 +815,7 @@
|
|
|
815
815
|
"visibility": "internal"
|
|
816
816
|
}
|
|
817
817
|
],
|
|
818
|
-
"id":
|
|
818
|
+
"id": 30710,
|
|
819
819
|
"nodeType": "VariableDeclarationStatement",
|
|
820
820
|
"src": "610:15:87"
|
|
821
821
|
},
|
|
@@ -856,21 +856,21 @@
|
|
|
856
856
|
"evmVersion": "london",
|
|
857
857
|
"externalReferences": [
|
|
858
858
|
{
|
|
859
|
-
"declaration":
|
|
859
|
+
"declaration": 30705,
|
|
860
860
|
"isOffset": false,
|
|
861
861
|
"isSlot": false,
|
|
862
862
|
"src": "698:13:87",
|
|
863
863
|
"valueSize": 1
|
|
864
864
|
},
|
|
865
865
|
{
|
|
866
|
-
"declaration":
|
|
866
|
+
"declaration": 30709,
|
|
867
867
|
"isOffset": false,
|
|
868
868
|
"isSlot": false,
|
|
869
869
|
"src": "681:7:87",
|
|
870
870
|
"valueSize": 1
|
|
871
871
|
}
|
|
872
872
|
],
|
|
873
|
-
"id":
|
|
873
|
+
"id": 30711,
|
|
874
874
|
"nodeType": "InlineAssembly",
|
|
875
875
|
"src": "635:87:87"
|
|
876
876
|
},
|
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
"typeIdentifier": "t_address",
|
|
883
883
|
"typeString": "address"
|
|
884
884
|
},
|
|
885
|
-
"id":
|
|
885
|
+
"id": 30721,
|
|
886
886
|
"isConstant": false,
|
|
887
887
|
"isLValue": false,
|
|
888
888
|
"isPure": false,
|
|
@@ -890,11 +890,11 @@
|
|
|
890
890
|
"leftExpression": {
|
|
891
891
|
"arguments": [
|
|
892
892
|
{
|
|
893
|
-
"id":
|
|
893
|
+
"id": 30715,
|
|
894
894
|
"name": "factory",
|
|
895
895
|
"nodeType": "Identifier",
|
|
896
896
|
"overloadedDeclarations": [],
|
|
897
|
-
"referencedDeclaration":
|
|
897
|
+
"referencedDeclaration": 30709,
|
|
898
898
|
"src": "747:7:87",
|
|
899
899
|
"typeDescriptions": {
|
|
900
900
|
"typeIdentifier": "t_address",
|
|
@@ -909,7 +909,7 @@
|
|
|
909
909
|
"typeString": "address"
|
|
910
910
|
}
|
|
911
911
|
],
|
|
912
|
-
"id":
|
|
912
|
+
"id": 30714,
|
|
913
913
|
"isConstant": false,
|
|
914
914
|
"isLValue": false,
|
|
915
915
|
"isPure": true,
|
|
@@ -921,14 +921,14 @@
|
|
|
921
921
|
"typeString": "type(address)"
|
|
922
922
|
},
|
|
923
923
|
"typeName": {
|
|
924
|
-
"id":
|
|
924
|
+
"id": 30713,
|
|
925
925
|
"name": "address",
|
|
926
926
|
"nodeType": "ElementaryTypeName",
|
|
927
927
|
"src": "739:7:87",
|
|
928
928
|
"typeDescriptions": {}
|
|
929
929
|
}
|
|
930
930
|
},
|
|
931
|
-
"id":
|
|
931
|
+
"id": 30716,
|
|
932
932
|
"isConstant": false,
|
|
933
933
|
"isLValue": false,
|
|
934
934
|
"isPure": false,
|
|
@@ -949,7 +949,7 @@
|
|
|
949
949
|
"arguments": [
|
|
950
950
|
{
|
|
951
951
|
"hexValue": "30",
|
|
952
|
-
"id":
|
|
952
|
+
"id": 30719,
|
|
953
953
|
"isConstant": false,
|
|
954
954
|
"isLValue": false,
|
|
955
955
|
"isPure": true,
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
"typeString": "int_const 0"
|
|
972
972
|
}
|
|
973
973
|
],
|
|
974
|
-
"id":
|
|
974
|
+
"id": 30718,
|
|
975
975
|
"isConstant": false,
|
|
976
976
|
"isLValue": false,
|
|
977
977
|
"isPure": true,
|
|
@@ -983,14 +983,14 @@
|
|
|
983
983
|
"typeString": "type(address)"
|
|
984
984
|
},
|
|
985
985
|
"typeName": {
|
|
986
|
-
"id":
|
|
986
|
+
"id": 30717,
|
|
987
987
|
"name": "address",
|
|
988
988
|
"nodeType": "ElementaryTypeName",
|
|
989
989
|
"src": "759:7:87",
|
|
990
990
|
"typeDescriptions": {}
|
|
991
991
|
}
|
|
992
992
|
},
|
|
993
|
-
"id":
|
|
993
|
+
"id": 30720,
|
|
994
994
|
"isConstant": false,
|
|
995
995
|
"isLValue": false,
|
|
996
996
|
"isPure": true,
|
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
},
|
|
1014
1014
|
{
|
|
1015
1015
|
"hexValue": "416c726561647920696e697469616c697a6564",
|
|
1016
|
-
"id":
|
|
1016
|
+
"id": 30722,
|
|
1017
1017
|
"isConstant": false,
|
|
1018
1018
|
"isLValue": false,
|
|
1019
1019
|
"isPure": true,
|
|
@@ -1039,7 +1039,7 @@
|
|
|
1039
1039
|
"typeString": "literal_string \"Already initialized\""
|
|
1040
1040
|
}
|
|
1041
1041
|
],
|
|
1042
|
-
"id":
|
|
1042
|
+
"id": 30712,
|
|
1043
1043
|
"name": "require",
|
|
1044
1044
|
"nodeType": "Identifier",
|
|
1045
1045
|
"overloadedDeclarations": [
|
|
@@ -1053,7 +1053,7 @@
|
|
|
1053
1053
|
"typeString": "function (bool,string memory) pure"
|
|
1054
1054
|
}
|
|
1055
1055
|
},
|
|
1056
|
-
"id":
|
|
1056
|
+
"id": 30723,
|
|
1057
1057
|
"isConstant": false,
|
|
1058
1058
|
"isLValue": false,
|
|
1059
1059
|
"isPure": false,
|
|
@@ -1068,23 +1068,23 @@
|
|
|
1068
1068
|
"typeString": "tuple()"
|
|
1069
1069
|
}
|
|
1070
1070
|
},
|
|
1071
|
-
"id":
|
|
1071
|
+
"id": 30724,
|
|
1072
1072
|
"nodeType": "ExpressionStatement",
|
|
1073
1073
|
"src": "731:62:87"
|
|
1074
1074
|
},
|
|
1075
1075
|
{
|
|
1076
1076
|
"expression": {
|
|
1077
|
-
"id":
|
|
1077
|
+
"id": 30728,
|
|
1078
1078
|
"isConstant": false,
|
|
1079
1079
|
"isLValue": false,
|
|
1080
1080
|
"isPure": false,
|
|
1081
1081
|
"lValueRequested": false,
|
|
1082
1082
|
"leftHandSide": {
|
|
1083
|
-
"id":
|
|
1083
|
+
"id": 30725,
|
|
1084
1084
|
"name": "factory",
|
|
1085
1085
|
"nodeType": "Identifier",
|
|
1086
1086
|
"overloadedDeclarations": [],
|
|
1087
|
-
"referencedDeclaration":
|
|
1087
|
+
"referencedDeclaration": 30709,
|
|
1088
1088
|
"src": "803:7:87",
|
|
1089
1089
|
"typeDescriptions": {
|
|
1090
1090
|
"typeIdentifier": "t_address",
|
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
"operator": "=",
|
|
1096
1096
|
"rightHandSide": {
|
|
1097
1097
|
"expression": {
|
|
1098
|
-
"id":
|
|
1098
|
+
"id": 30726,
|
|
1099
1099
|
"name": "msg",
|
|
1100
1100
|
"nodeType": "Identifier",
|
|
1101
1101
|
"overloadedDeclarations": [],
|
|
@@ -1106,7 +1106,7 @@
|
|
|
1106
1106
|
"typeString": "msg"
|
|
1107
1107
|
}
|
|
1108
1108
|
},
|
|
1109
|
-
"id":
|
|
1109
|
+
"id": 30727,
|
|
1110
1110
|
"isConstant": false,
|
|
1111
1111
|
"isLValue": false,
|
|
1112
1112
|
"isPure": false,
|
|
@@ -1125,7 +1125,7 @@
|
|
|
1125
1125
|
"typeString": "address"
|
|
1126
1126
|
}
|
|
1127
1127
|
},
|
|
1128
|
-
"id":
|
|
1128
|
+
"id": 30729,
|
|
1129
1129
|
"nodeType": "ExpressionStatement",
|
|
1130
1130
|
"src": "803:20:87"
|
|
1131
1131
|
},
|
|
@@ -1164,28 +1164,28 @@
|
|
|
1164
1164
|
"evmVersion": "london",
|
|
1165
1165
|
"externalReferences": [
|
|
1166
1166
|
{
|
|
1167
|
-
"declaration":
|
|
1167
|
+
"declaration": 30705,
|
|
1168
1168
|
"isOffset": false,
|
|
1169
1169
|
"isSlot": false,
|
|
1170
1170
|
"src": "886:13:87",
|
|
1171
1171
|
"valueSize": 1
|
|
1172
1172
|
},
|
|
1173
1173
|
{
|
|
1174
|
-
"declaration":
|
|
1174
|
+
"declaration": 30709,
|
|
1175
1175
|
"isOffset": false,
|
|
1176
1176
|
"isSlot": false,
|
|
1177
1177
|
"src": "901:7:87",
|
|
1178
1178
|
"valueSize": 1
|
|
1179
1179
|
}
|
|
1180
1180
|
],
|
|
1181
|
-
"id":
|
|
1181
|
+
"id": 30730,
|
|
1182
1182
|
"nodeType": "InlineAssembly",
|
|
1183
1183
|
"src": "833:86:87"
|
|
1184
1184
|
}
|
|
1185
1185
|
]
|
|
1186
1186
|
},
|
|
1187
1187
|
"functionSelector": "8129fc1c",
|
|
1188
|
-
"id":
|
|
1188
|
+
"id": 30732,
|
|
1189
1189
|
"implemented": true,
|
|
1190
1190
|
"kind": "function",
|
|
1191
1191
|
"modifiers": [],
|
|
@@ -1193,18 +1193,18 @@
|
|
|
1193
1193
|
"nameLocation": "574:10:87",
|
|
1194
1194
|
"nodeType": "FunctionDefinition",
|
|
1195
1195
|
"parameters": {
|
|
1196
|
-
"id":
|
|
1196
|
+
"id": 30706,
|
|
1197
1197
|
"nodeType": "ParameterList",
|
|
1198
1198
|
"parameters": [],
|
|
1199
1199
|
"src": "584:2:87"
|
|
1200
1200
|
},
|
|
1201
1201
|
"returnParameters": {
|
|
1202
|
-
"id":
|
|
1202
|
+
"id": 30707,
|
|
1203
1203
|
"nodeType": "ParameterList",
|
|
1204
1204
|
"parameters": [],
|
|
1205
1205
|
"src": "600:0:87"
|
|
1206
1206
|
},
|
|
1207
|
-
"scope":
|
|
1207
|
+
"scope": 30764,
|
|
1208
1208
|
"src": "565:360:87",
|
|
1209
1209
|
"stateMutability": "nonpayable",
|
|
1210
1210
|
"virtual": false,
|
|
@@ -1215,51 +1215,51 @@
|
|
|
1215
1215
|
672
|
|
1216
1216
|
],
|
|
1217
1217
|
"body": {
|
|
1218
|
-
"id":
|
|
1218
|
+
"id": 30762,
|
|
1219
1219
|
"nodeType": "Block",
|
|
1220
1220
|
"src": "1004:241:87",
|
|
1221
1221
|
"statements": [
|
|
1222
1222
|
{
|
|
1223
1223
|
"assignments": [
|
|
1224
|
-
|
|
1224
|
+
30740
|
|
1225
1225
|
],
|
|
1226
1226
|
"declarations": [
|
|
1227
1227
|
{
|
|
1228
1228
|
"constant": false,
|
|
1229
|
-
"id":
|
|
1229
|
+
"id": 30740,
|
|
1230
1230
|
"mutability": "mutable",
|
|
1231
1231
|
"name": "factory",
|
|
1232
1232
|
"nameLocation": "1033:7:87",
|
|
1233
1233
|
"nodeType": "VariableDeclaration",
|
|
1234
|
-
"scope":
|
|
1234
|
+
"scope": 30762,
|
|
1235
1235
|
"src": "1014:26:87",
|
|
1236
1236
|
"stateVariable": false,
|
|
1237
1237
|
"storageLocation": "default",
|
|
1238
1238
|
"typeDescriptions": {
|
|
1239
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
1239
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$19581",
|
|
1240
1240
|
"typeString": "contract ISuperTokenFactory"
|
|
1241
1241
|
},
|
|
1242
1242
|
"typeName": {
|
|
1243
|
-
"id":
|
|
1243
|
+
"id": 30739,
|
|
1244
1244
|
"nodeType": "UserDefinedTypeName",
|
|
1245
1245
|
"pathNode": {
|
|
1246
|
-
"id":
|
|
1246
|
+
"id": 30738,
|
|
1247
1247
|
"name": "ISuperTokenFactory",
|
|
1248
1248
|
"nodeType": "IdentifierPath",
|
|
1249
|
-
"referencedDeclaration":
|
|
1249
|
+
"referencedDeclaration": 19581,
|
|
1250
1250
|
"src": "1014:18:87"
|
|
1251
1251
|
},
|
|
1252
|
-
"referencedDeclaration":
|
|
1252
|
+
"referencedDeclaration": 19581,
|
|
1253
1253
|
"src": "1014:18:87",
|
|
1254
1254
|
"typeDescriptions": {
|
|
1255
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
1255
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$19581",
|
|
1256
1256
|
"typeString": "contract ISuperTokenFactory"
|
|
1257
1257
|
}
|
|
1258
1258
|
},
|
|
1259
1259
|
"visibility": "internal"
|
|
1260
1260
|
}
|
|
1261
1261
|
],
|
|
1262
|
-
"id":
|
|
1262
|
+
"id": 30741,
|
|
1263
1263
|
"nodeType": "VariableDeclarationStatement",
|
|
1264
1264
|
"src": "1014:26:87"
|
|
1265
1265
|
},
|
|
@@ -1300,21 +1300,21 @@
|
|
|
1300
1300
|
"evmVersion": "london",
|
|
1301
1301
|
"externalReferences": [
|
|
1302
1302
|
{
|
|
1303
|
-
"declaration":
|
|
1303
|
+
"declaration": 30705,
|
|
1304
1304
|
"isOffset": false,
|
|
1305
1305
|
"isSlot": false,
|
|
1306
1306
|
"src": "1113:13:87",
|
|
1307
1307
|
"valueSize": 1
|
|
1308
1308
|
},
|
|
1309
1309
|
{
|
|
1310
|
-
"declaration":
|
|
1310
|
+
"declaration": 30740,
|
|
1311
1311
|
"isOffset": false,
|
|
1312
1312
|
"isSlot": false,
|
|
1313
1313
|
"src": "1096:7:87",
|
|
1314
1314
|
"valueSize": 1
|
|
1315
1315
|
}
|
|
1316
1316
|
],
|
|
1317
|
-
"id":
|
|
1317
|
+
"id": 30742,
|
|
1318
1318
|
"nodeType": "InlineAssembly",
|
|
1319
1319
|
"src": "1050:87:87"
|
|
1320
1320
|
},
|
|
@@ -1326,7 +1326,7 @@
|
|
|
1326
1326
|
"typeIdentifier": "t_address",
|
|
1327
1327
|
"typeString": "address"
|
|
1328
1328
|
},
|
|
1329
|
-
"id":
|
|
1329
|
+
"id": 30752,
|
|
1330
1330
|
"isConstant": false,
|
|
1331
1331
|
"isLValue": false,
|
|
1332
1332
|
"isPure": false,
|
|
@@ -1334,14 +1334,14 @@
|
|
|
1334
1334
|
"leftExpression": {
|
|
1335
1335
|
"arguments": [
|
|
1336
1336
|
{
|
|
1337
|
-
"id":
|
|
1337
|
+
"id": 30746,
|
|
1338
1338
|
"name": "factory",
|
|
1339
1339
|
"nodeType": "Identifier",
|
|
1340
1340
|
"overloadedDeclarations": [],
|
|
1341
|
-
"referencedDeclaration":
|
|
1341
|
+
"referencedDeclaration": 30740,
|
|
1342
1342
|
"src": "1161:7:87",
|
|
1343
1343
|
"typeDescriptions": {
|
|
1344
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
1344
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$19581",
|
|
1345
1345
|
"typeString": "contract ISuperTokenFactory"
|
|
1346
1346
|
}
|
|
1347
1347
|
}
|
|
@@ -1349,11 +1349,11 @@
|
|
|
1349
1349
|
"expression": {
|
|
1350
1350
|
"argumentTypes": [
|
|
1351
1351
|
{
|
|
1352
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
1352
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$19581",
|
|
1353
1353
|
"typeString": "contract ISuperTokenFactory"
|
|
1354
1354
|
}
|
|
1355
1355
|
],
|
|
1356
|
-
"id":
|
|
1356
|
+
"id": 30745,
|
|
1357
1357
|
"isConstant": false,
|
|
1358
1358
|
"isLValue": false,
|
|
1359
1359
|
"isPure": true,
|
|
@@ -1365,14 +1365,14 @@
|
|
|
1365
1365
|
"typeString": "type(address)"
|
|
1366
1366
|
},
|
|
1367
1367
|
"typeName": {
|
|
1368
|
-
"id":
|
|
1368
|
+
"id": 30744,
|
|
1369
1369
|
"name": "address",
|
|
1370
1370
|
"nodeType": "ElementaryTypeName",
|
|
1371
1371
|
"src": "1153:7:87",
|
|
1372
1372
|
"typeDescriptions": {}
|
|
1373
1373
|
}
|
|
1374
1374
|
},
|
|
1375
|
-
"id":
|
|
1375
|
+
"id": 30747,
|
|
1376
1376
|
"isConstant": false,
|
|
1377
1377
|
"isLValue": false,
|
|
1378
1378
|
"isPure": false,
|
|
@@ -1393,7 +1393,7 @@
|
|
|
1393
1393
|
"arguments": [
|
|
1394
1394
|
{
|
|
1395
1395
|
"hexValue": "30",
|
|
1396
|
-
"id":
|
|
1396
|
+
"id": 30750,
|
|
1397
1397
|
"isConstant": false,
|
|
1398
1398
|
"isLValue": false,
|
|
1399
1399
|
"isPure": true,
|
|
@@ -1415,7 +1415,7 @@
|
|
|
1415
1415
|
"typeString": "int_const 0"
|
|
1416
1416
|
}
|
|
1417
1417
|
],
|
|
1418
|
-
"id":
|
|
1418
|
+
"id": 30749,
|
|
1419
1419
|
"isConstant": false,
|
|
1420
1420
|
"isLValue": false,
|
|
1421
1421
|
"isPure": true,
|
|
@@ -1427,14 +1427,14 @@
|
|
|
1427
1427
|
"typeString": "type(address)"
|
|
1428
1428
|
},
|
|
1429
1429
|
"typeName": {
|
|
1430
|
-
"id":
|
|
1430
|
+
"id": 30748,
|
|
1431
1431
|
"name": "address",
|
|
1432
1432
|
"nodeType": "ElementaryTypeName",
|
|
1433
1433
|
"src": "1173:7:87",
|
|
1434
1434
|
"typeDescriptions": {}
|
|
1435
1435
|
}
|
|
1436
1436
|
},
|
|
1437
|
-
"id":
|
|
1437
|
+
"id": 30751,
|
|
1438
1438
|
"isConstant": false,
|
|
1439
1439
|
"isLValue": false,
|
|
1440
1440
|
"isPure": true,
|
|
@@ -1463,7 +1463,7 @@
|
|
|
1463
1463
|
"typeString": "bool"
|
|
1464
1464
|
}
|
|
1465
1465
|
],
|
|
1466
|
-
"id":
|
|
1466
|
+
"id": 30743,
|
|
1467
1467
|
"name": "assert",
|
|
1468
1468
|
"nodeType": "Identifier",
|
|
1469
1469
|
"overloadedDeclarations": [],
|
|
@@ -1474,7 +1474,7 @@
|
|
|
1474
1474
|
"typeString": "function (bool) pure"
|
|
1475
1475
|
}
|
|
1476
1476
|
},
|
|
1477
|
-
"id":
|
|
1477
|
+
"id": 30753,
|
|
1478
1478
|
"isConstant": false,
|
|
1479
1479
|
"isLValue": false,
|
|
1480
1480
|
"isPure": false,
|
|
@@ -1489,7 +1489,7 @@
|
|
|
1489
1489
|
"typeString": "tuple()"
|
|
1490
1490
|
}
|
|
1491
1491
|
},
|
|
1492
|
-
"id":
|
|
1492
|
+
"id": 30754,
|
|
1493
1493
|
"nodeType": "ExpressionStatement",
|
|
1494
1494
|
"src": "1146:38:87"
|
|
1495
1495
|
},
|
|
@@ -1501,32 +1501,32 @@
|
|
|
1501
1501
|
"expression": {
|
|
1502
1502
|
"argumentTypes": [],
|
|
1503
1503
|
"expression": {
|
|
1504
|
-
"id":
|
|
1504
|
+
"id": 30757,
|
|
1505
1505
|
"name": "factory",
|
|
1506
1506
|
"nodeType": "Identifier",
|
|
1507
1507
|
"overloadedDeclarations": [],
|
|
1508
|
-
"referencedDeclaration":
|
|
1508
|
+
"referencedDeclaration": 30740,
|
|
1509
1509
|
"src": "1209:7:87",
|
|
1510
1510
|
"typeDescriptions": {
|
|
1511
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
1511
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$19581",
|
|
1512
1512
|
"typeString": "contract ISuperTokenFactory"
|
|
1513
1513
|
}
|
|
1514
1514
|
},
|
|
1515
|
-
"id":
|
|
1515
|
+
"id": 30758,
|
|
1516
1516
|
"isConstant": false,
|
|
1517
1517
|
"isLValue": false,
|
|
1518
1518
|
"isPure": false,
|
|
1519
1519
|
"lValueRequested": false,
|
|
1520
1520
|
"memberName": "getSuperTokenLogic",
|
|
1521
1521
|
"nodeType": "MemberAccess",
|
|
1522
|
-
"referencedDeclaration":
|
|
1522
|
+
"referencedDeclaration": 19517,
|
|
1523
1523
|
"src": "1209:26:87",
|
|
1524
1524
|
"typeDescriptions": {
|
|
1525
|
-
"typeIdentifier": "t_function_external_view$__$returns$_t_contract$_ISuperToken_$
|
|
1525
|
+
"typeIdentifier": "t_function_external_view$__$returns$_t_contract$_ISuperToken_$19492_$",
|
|
1526
1526
|
"typeString": "function () view external returns (contract ISuperToken)"
|
|
1527
1527
|
}
|
|
1528
1528
|
},
|
|
1529
|
-
"id":
|
|
1529
|
+
"id": 30759,
|
|
1530
1530
|
"isConstant": false,
|
|
1531
1531
|
"isLValue": false,
|
|
1532
1532
|
"isPure": false,
|
|
@@ -1537,7 +1537,7 @@
|
|
|
1537
1537
|
"src": "1209:28:87",
|
|
1538
1538
|
"tryCall": false,
|
|
1539
1539
|
"typeDescriptions": {
|
|
1540
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1540
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
1541
1541
|
"typeString": "contract ISuperToken"
|
|
1542
1542
|
}
|
|
1543
1543
|
}
|
|
@@ -1545,11 +1545,11 @@
|
|
|
1545
1545
|
"expression": {
|
|
1546
1546
|
"argumentTypes": [
|
|
1547
1547
|
{
|
|
1548
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1548
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
1549
1549
|
"typeString": "contract ISuperToken"
|
|
1550
1550
|
}
|
|
1551
1551
|
],
|
|
1552
|
-
"id":
|
|
1552
|
+
"id": 30756,
|
|
1553
1553
|
"isConstant": false,
|
|
1554
1554
|
"isLValue": false,
|
|
1555
1555
|
"isPure": true,
|
|
@@ -1561,14 +1561,14 @@
|
|
|
1561
1561
|
"typeString": "type(address)"
|
|
1562
1562
|
},
|
|
1563
1563
|
"typeName": {
|
|
1564
|
-
"id":
|
|
1564
|
+
"id": 30755,
|
|
1565
1565
|
"name": "address",
|
|
1566
1566
|
"nodeType": "ElementaryTypeName",
|
|
1567
1567
|
"src": "1201:7:87",
|
|
1568
1568
|
"typeDescriptions": {}
|
|
1569
1569
|
}
|
|
1570
1570
|
},
|
|
1571
|
-
"id":
|
|
1571
|
+
"id": 30760,
|
|
1572
1572
|
"isConstant": false,
|
|
1573
1573
|
"isLValue": false,
|
|
1574
1574
|
"isPure": false,
|
|
@@ -1583,14 +1583,14 @@
|
|
|
1583
1583
|
"typeString": "address"
|
|
1584
1584
|
}
|
|
1585
1585
|
},
|
|
1586
|
-
"functionReturnParameters":
|
|
1587
|
-
"id":
|
|
1586
|
+
"functionReturnParameters": 30737,
|
|
1587
|
+
"id": 30761,
|
|
1588
1588
|
"nodeType": "Return",
|
|
1589
1589
|
"src": "1194:44:87"
|
|
1590
1590
|
}
|
|
1591
1591
|
]
|
|
1592
1592
|
},
|
|
1593
|
-
"id":
|
|
1593
|
+
"id": 30763,
|
|
1594
1594
|
"implemented": true,
|
|
1595
1595
|
"kind": "function",
|
|
1596
1596
|
"modifiers": [],
|
|
@@ -1598,29 +1598,29 @@
|
|
|
1598
1598
|
"nameLocation": "940:15:87",
|
|
1599
1599
|
"nodeType": "FunctionDefinition",
|
|
1600
1600
|
"overrides": {
|
|
1601
|
-
"id":
|
|
1601
|
+
"id": 30734,
|
|
1602
1602
|
"nodeType": "OverrideSpecifier",
|
|
1603
1603
|
"overrides": [],
|
|
1604
1604
|
"src": "967:8:87"
|
|
1605
1605
|
},
|
|
1606
1606
|
"parameters": {
|
|
1607
|
-
"id":
|
|
1607
|
+
"id": 30733,
|
|
1608
1608
|
"nodeType": "ParameterList",
|
|
1609
1609
|
"parameters": [],
|
|
1610
1610
|
"src": "955:2:87"
|
|
1611
1611
|
},
|
|
1612
1612
|
"returnParameters": {
|
|
1613
|
-
"id":
|
|
1613
|
+
"id": 30737,
|
|
1614
1614
|
"nodeType": "ParameterList",
|
|
1615
1615
|
"parameters": [
|
|
1616
1616
|
{
|
|
1617
1617
|
"constant": false,
|
|
1618
|
-
"id":
|
|
1618
|
+
"id": 30736,
|
|
1619
1619
|
"mutability": "mutable",
|
|
1620
1620
|
"name": "impl",
|
|
1621
1621
|
"nameLocation": "998:4:87",
|
|
1622
1622
|
"nodeType": "VariableDeclaration",
|
|
1623
|
-
"scope":
|
|
1623
|
+
"scope": 30763,
|
|
1624
1624
|
"src": "990:12:87",
|
|
1625
1625
|
"stateVariable": false,
|
|
1626
1626
|
"storageLocation": "default",
|
|
@@ -1629,7 +1629,7 @@
|
|
|
1629
1629
|
"typeString": "address"
|
|
1630
1630
|
},
|
|
1631
1631
|
"typeName": {
|
|
1632
|
-
"id":
|
|
1632
|
+
"id": 30735,
|
|
1633
1633
|
"name": "address",
|
|
1634
1634
|
"nodeType": "ElementaryTypeName",
|
|
1635
1635
|
"src": "990:7:87",
|
|
@@ -1644,14 +1644,14 @@
|
|
|
1644
1644
|
],
|
|
1645
1645
|
"src": "989:14:87"
|
|
1646
1646
|
},
|
|
1647
|
-
"scope":
|
|
1647
|
+
"scope": 30764,
|
|
1648
1648
|
"src": "931:314:87",
|
|
1649
1649
|
"stateMutability": "view",
|
|
1650
1650
|
"virtual": false,
|
|
1651
1651
|
"visibility": "internal"
|
|
1652
1652
|
}
|
|
1653
1653
|
],
|
|
1654
|
-
"scope":
|
|
1654
|
+
"scope": 30765,
|
|
1655
1655
|
"src": "296:952:87",
|
|
1656
1656
|
"usedErrors": []
|
|
1657
1657
|
}
|
|
@@ -1664,7 +1664,7 @@
|
|
|
1664
1664
|
},
|
|
1665
1665
|
"networks": {},
|
|
1666
1666
|
"schemaVersion": "3.4.8",
|
|
1667
|
-
"updatedAt": "2022-08-
|
|
1667
|
+
"updatedAt": "2022-08-25T14:16:53.437Z",
|
|
1668
1668
|
"devdoc": {
|
|
1669
1669
|
"author": "Superfluid",
|
|
1670
1670
|
"kind": "dev",
|