@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
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"type": "function"
|
|
258
258
|
}
|
|
259
259
|
],
|
|
260
|
-
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"uuid\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"codeAddress\",\"type\":\"address\"}],\"name\":\"CodeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperToken\",\"name\":\"token\",\"type\":\"address\"}],\"name\":\"CustomSuperTokenCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperToken\",\"name\":\"token\",\"type\":\"address\"}],\"name\":\"SuperTokenCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperToken\",\"name\":\"tokenLogic\",\"type\":\"address\"}],\"name\":\"SuperTokenLogicCreated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"castrate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ERC20WithTokenInfo\",\"name\":\"underlyingToken\",\"type\":\"address\"},{\"internalType\":\"enum ISuperTokenFactory.Upgradability\",\"name\":\"upgradability\",\"type\":\"uint8\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol\",\"type\":\"string\"}],\"name\":\"createERC20Wrapper\",\"outputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IERC20\",\"name\":\"underlyingToken\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"underlyingDecimals\",\"type\":\"uint8\"},{\"internalType\":\"enum ISuperTokenFactory.Upgradability\",\"name\":\"upgradability\",\"type\":\"uint8\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol\",\"type\":\"string\"}],\"name\":\"createERC20Wrapper\",\"outputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"}],\"name\":\"createSuperTokenLogic\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"logic\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getCodeAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"codeAddress\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getHost\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"host\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getSuperTokenLogic\",\"outputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"customSuperTokenProxy\",\"type\":\"address\"}],\"name\":\"initializeCustomSuperToken\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"proxiableUUID\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAddress\",\"type\":\"address\"}],\"name\":\"updateCode\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"createERC20Wrapper(address,uint8,string,string)\":{\"details\":\"Create new super token wrapper for the underlying ERC20 token with extra token info\",\"params\":{\"name\":\"Super token name\",\"symbol\":\"Super token symbol NOTE: - It assumes token provide the .decimals() function\",\"underlyingToken\":\"Underlying ERC20 token\",\"upgradability\":\"Upgradability mode\"}},\"createERC20Wrapper(address,uint8,uint8,string,string)\":{\"details\":\"Create new super token wrapper for the underlying ERC20 token\",\"params\":{\"name\":\"Super token name\",\"symbol\":\"Super token symbol\",\"underlyingDecimals\":\"Underlying token decimals\",\"underlyingToken\":\"Underlying ERC20 token\",\"upgradability\":\"Upgradability mode\"}},\"getCodeAddress()\":{\"details\":\"Get current implementation code address.\"},\"getHost()\":{\"details\":\"ISuperTokenFactory.getHost implementation\"},\"getSuperTokenLogic()\":{\"details\":\"Get the current super token logic used by the factory\"},\"initialize()\":{\"details\":\"Initialize the contract\"},\"proxiableUUID()\":{\"details\":\"Proxiable UUID marker function, this would help to avoid wrong logic contract to be used for upgrading. NOTE: The semantics of the UUID deviates from the actual UUPS standard, where it is equivalent of _IMPLEMENTATION_SLOT.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/superfluid/SuperTokenFactory.sol\":\"SuperTokenFactoryBase\"},\"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/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x2a21b14ff90012878752f230d3ffd5c3405e5938d06c97a7d89c0a64561d0d66\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3313a8f9bb1f9476857c9050067b31982bf2140b83d84f3bc0cec1f62bbe947f\",\"dweb:/ipfs/Qma17Pk8NRe7aB4UD3jjVxk7nSFaov3eQyv86hcyqkwJRV\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol\":{\"keccak256\":\"0xf41ca991f30855bf80ffd11e9347856a517b977f0a6c2d52e6421a99b7840329\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b2717fd2bdac99daa960a6de500754ea1b932093c946388c381da48658234b95\",\"dweb:/ipfs/QmP6QVMn6UeA3ByahyJbYQr5M6coHKBKsf3ySZSfbyA8R7\"]},\"@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol\":{\"keccak256\":\"0x032807210d1d7d218963d7355d62e021a84bf1b3339f4f50be2f63b53cccaf29\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://11756f42121f6541a35a8339ea899ee7514cfaa2e6d740625fcc844419296aa6\",\"dweb:/ipfs/QmekMuk6BY4DAjzeXr4MSbKdgoqqsZnA8JPtuyWc6CwXHf\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"@openzeppelin/contracts/token/ERC777/IERC777Recipient.sol\":{\"keccak256\":\"0x1a5d61db2733202ba361e6d6741cd2e662380e22b80e987eacfc91973f2267dc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://04c0cd697050a6516b7779aa2343ad2d0e5217d8915ac2382681dfdf4e445be3\",\"dweb:/ipfs/QmPCBCZgm7pHBwwogE2F9NCN3UfTdLNhqc8UDEvw8kDzyA\"]},\"@openzeppelin/contracts/token/ERC777/IERC777Sender.sol\":{\"keccak256\":\"0x742e51d63b108240759794360637468d9fcbf072cbd357744790d356a87bb382\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://23912910ce2bb68e49ff83f43fcfa864210ee44580491e876db14922f8aecc18\",\"dweb:/ipfs/QmU6GnRQ51xvY8D57kPCV47oGeYozaz5AQZUCHxFfXdFZ4\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xd6153ce99bcdcce22b124f755e72553295be6abcd63804cfdffceb188b8bef10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://35c47bece3c03caaa07fab37dd2bb3413bfbca20db7bd9895024390e0a469487\",\"dweb:/ipfs/QmPGWT2x3QHcKxqe6gRmAkdakhbaRgx3DLzcakHz5M4eXG\"]},\"@openzeppelin/contracts/utils/Create2.sol\":{\"keccak256\":\"0x62237e1773cbf99739b7019f3772a2ff5360d56edb69751b513237f5fcd78571\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39caaa49151a341d9c258a5b7308856d11c8cf349062314eea1e2251f0d1918\",\"dweb:/ipfs/QmcJqGdrHEdiBfB5zuA3ykY1wc2LDNtz8Y88HPEscJe71G\"]},\"@openzeppelin/contracts/utils/introspection/IERC1820Registry.sol\":{\"keccak256\":\"0x1e34ab6382525e2c48a01d9edbcfeab024072e8fa80332d48fb7011ebdf59562\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8d4c3a1cacb1b5ce5681edac3dc3034a9e6ea6b9e4ef338564ca70b9b6ea2fd7\",\"dweb:/ipfs/QmXwhPvgGK4envqERyjh5W7CtrH72geAE7fh1EFcVerviw\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x02686c31ccb9ee77a299fa5f47327af5271f251a707a0e24f321957166ff0434\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cb562d8ae1da31249ca0d8553df9f89ef4c3c110a018c4449dde68ae30e51ec1\",\"dweb:/ipfs/QmUwxjtTUYB89ymeV46TZPmTsGnYrKNcgTHk7MQA1MG3hj\"]},\"@openzeppelin/contracts/utils/math/SafeMath.sol\":{\"keccak256\":\"0x0f633a0223d9a1dcccfcf38a64c9de0874dfcbfac0c6941ccf074d63a2ce0e1e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://864a40efcffdf408044c332a5aa38ec5618ed7b4eecb8f65faf45671bd6cdc65\",\"dweb:/ipfs/QmQJquTMtc6fgm5JQzGdsGpA2fqBe3MHWEdt2qzaLySMdN\"]},\"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\":\"0xa90ceaf9d6170243a081524df94319655aea98ff1411d696610f9533cc043019\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://5919f3d615310c66d2f9acac1f5945c26b73e9dc5513f398eb71cf3a711e4d7f\",\"dweb:/ipfs/QmQYf1rDHRbPjRBRLEXyVDjingcELLbEKTT5szXk6kc8zk\"]},\"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/libs/ERC777Helper.sol\":{\"keccak256\":\"0x44aa72d63edfd7ec2ab69796dbe2d5c7113a798dc7189b7d4878267b1fbf1f73\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://b9da702f23af6dbc05c9a4b0fffff11fb707ebebf34983d35299c9e76f624e45\",\"dweb:/ipfs/QmdReo4yGy97CHLJXSFEFcqSHrbSzoMHp4yYuJK3KBHVDm\"]},\"project:/contracts/libs/EventsEmitter.sol\":{\"keccak256\":\"0x3e67a65d0a3f7808567e60be52e280999ed7ef3332bcba4aa23ea083553422bb\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://6a5b5bac9e108f3e12e3246d92b96c8fea259ebe8ba88acdff1034c5650441a3\",\"dweb:/ipfs/QmVUEMDpp79NaqEhZjLzdxWoLoBVAEdieuJA5pagYeH7Gd\"]},\"project:/contracts/libs/FixedSizeData.sol\":{\"keccak256\":\"0xdb6303086a323e98b5efa5e8d344d531c371ae707e1df4044ca90f3dca111b01\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://af01ce1e0ed1992f543293790d58fa97718a1aa5b85923eaa42455d24caa7906\",\"dweb:/ipfs/QmVKMv8BEjkFTcsHqvviB8pTsKbb4tP55pFLvF3vqGZtSH\"]},\"project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol\":{\"keccak256\":\"0xd8762c876977d3417650ef425eb3829a2da7e54b24e0bfab265dee36dbe5923a\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://3e8ba627d3732d4794f4bbfa615e648c1f7385668ed7dc66c52e167bd5e46204\",\"dweb:/ipfs/QmVSw4WYnJpr7B1XEZgxNdarRDMDzfm1T43e8HZy4Sgg2m\"]},\"project:/contracts/superfluid/SuperToken.sol\":{\"keccak256\":\"0xbc14667543e9823e3d72b4f4ca802f3891100998ab1a7d1f7225b93c418c24c2\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://b8fb4904ccd0d5c12660bf1d48628f17caeda442f4c49b16a80288afa9cf8a02\",\"dweb:/ipfs/QmY8A9GGU1E7VFKAWMJbgbmMonRkTdovjCcMLXSXdELDr6\"]},\"project:/contracts/superfluid/SuperTokenFactory.sol\":{\"keccak256\":\"0xc21c29ad3ced1cec960d64c65f29be100f8ef7d6a90a32f88002a0ae67de97a2\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://00710f65a700be641d82d478501c8217e54a05d3d35f420e777ba5b78215c17a\",\"dweb:/ipfs/QmewuZUTqEW92rAY4RXhr5tFRvprU8rfvth13cKLUqXUVY\"]},\"project:/contracts/superfluid/SuperfluidToken.sol\":{\"keccak256\":\"0x011cf97f745ffbe4ba60da5c0752c369ab078787db7748ec01db45dde4cf77b3\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://8e5d4c6d27dcaea37545661bdb71caaa70580ff487ca6726f5a91f8e28dc4b9c\",\"dweb:/ipfs/QmYVBuQBREPBzVWonRZ6pqXYtjnmH1nxoDCNyEoVQEkX7V\"]},\"project:/contracts/upgradability/UUPSProxiable.sol\":{\"keccak256\":\"0xcf1e8c77272754335c6760b82da0e3f87b02a0b474f37446cb48c9966f3a29c3\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://45d3eeb3bdbef579c7d3df0354c6d0220acade2b2ebc948a33547ca4d4ba8f51\",\"dweb:/ipfs/Qman6ZHdTR2B1takXvNRtjH2Q739vhMdDwrSw1Gv6tJW4b\"]},\"project:/contracts/upgradability/UUPSProxy.sol\":{\"keccak256\":\"0x2c651f24af9c4405c20e0a14907f76f8a0d81ff751c89ebbce48ae7aceab5f58\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://dbf209416f8af6df9949194e682a902c4cbce37520a940c5bd123d5ffb1b7b56\",\"dweb:/ipfs/QmWy7TuYgtpRddTJYCubfzthA7ex7rPrxbLuzcG6bbw7mL\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0xe624225773a60f62c7a0687afb0536ba19a17e4e5605ae71e8af77a0287aca59\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://4294e5eb5b194477bca3b8ca04ca92a6fe72dd6cf8da8f0d942a4a86c41c1c7f\",\"dweb:/ipfs/QmdfPXZxJPaBjKNfC8joTcvEhWammJHzRACB1S18sFYfd7\"]}},\"version\":1}",
|
|
260
|
+
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"uuid\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"codeAddress\",\"type\":\"address\"}],\"name\":\"CodeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperToken\",\"name\":\"token\",\"type\":\"address\"}],\"name\":\"CustomSuperTokenCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperToken\",\"name\":\"token\",\"type\":\"address\"}],\"name\":\"SuperTokenCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperToken\",\"name\":\"tokenLogic\",\"type\":\"address\"}],\"name\":\"SuperTokenLogicCreated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"castrate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ERC20WithTokenInfo\",\"name\":\"underlyingToken\",\"type\":\"address\"},{\"internalType\":\"enum ISuperTokenFactory.Upgradability\",\"name\":\"upgradability\",\"type\":\"uint8\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol\",\"type\":\"string\"}],\"name\":\"createERC20Wrapper\",\"outputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IERC20\",\"name\":\"underlyingToken\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"underlyingDecimals\",\"type\":\"uint8\"},{\"internalType\":\"enum ISuperTokenFactory.Upgradability\",\"name\":\"upgradability\",\"type\":\"uint8\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol\",\"type\":\"string\"}],\"name\":\"createERC20Wrapper\",\"outputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"}],\"name\":\"createSuperTokenLogic\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"logic\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getCodeAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"codeAddress\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getHost\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"host\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getSuperTokenLogic\",\"outputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"customSuperTokenProxy\",\"type\":\"address\"}],\"name\":\"initializeCustomSuperToken\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"proxiableUUID\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAddress\",\"type\":\"address\"}],\"name\":\"updateCode\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"createERC20Wrapper(address,uint8,string,string)\":{\"details\":\"Create new super token wrapper for the underlying ERC20 token with extra token info\",\"params\":{\"name\":\"Super token name\",\"symbol\":\"Super token symbol NOTE: - It assumes token provide the .decimals() function\",\"underlyingToken\":\"Underlying ERC20 token\",\"upgradability\":\"Upgradability mode\"}},\"createERC20Wrapper(address,uint8,uint8,string,string)\":{\"details\":\"Create new super token wrapper for the underlying ERC20 token\",\"params\":{\"name\":\"Super token name\",\"symbol\":\"Super token symbol\",\"underlyingDecimals\":\"Underlying token decimals\",\"underlyingToken\":\"Underlying ERC20 token\",\"upgradability\":\"Upgradability mode\"}},\"getCodeAddress()\":{\"details\":\"Get current implementation code address.\"},\"getHost()\":{\"details\":\"ISuperTokenFactory.getHost implementation\"},\"getSuperTokenLogic()\":{\"details\":\"Get the current super token logic used by the factory\"},\"initialize()\":{\"details\":\"Initialize the contract\"},\"proxiableUUID()\":{\"details\":\"Proxiable UUID marker function, this would help to avoid wrong logic contract to be used for upgrading. NOTE: The semantics of the UUID deviates from the actual UUPS standard, where it is equivalent of _IMPLEMENTATION_SLOT.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/superfluid/SuperTokenFactory.sol\":\"SuperTokenFactoryBase\"},\"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/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x2a21b14ff90012878752f230d3ffd5c3405e5938d06c97a7d89c0a64561d0d66\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3313a8f9bb1f9476857c9050067b31982bf2140b83d84f3bc0cec1f62bbe947f\",\"dweb:/ipfs/Qma17Pk8NRe7aB4UD3jjVxk7nSFaov3eQyv86hcyqkwJRV\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol\":{\"keccak256\":\"0xf41ca991f30855bf80ffd11e9347856a517b977f0a6c2d52e6421a99b7840329\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b2717fd2bdac99daa960a6de500754ea1b932093c946388c381da48658234b95\",\"dweb:/ipfs/QmP6QVMn6UeA3ByahyJbYQr5M6coHKBKsf3ySZSfbyA8R7\"]},\"@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol\":{\"keccak256\":\"0x032807210d1d7d218963d7355d62e021a84bf1b3339f4f50be2f63b53cccaf29\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://11756f42121f6541a35a8339ea899ee7514cfaa2e6d740625fcc844419296aa6\",\"dweb:/ipfs/QmekMuk6BY4DAjzeXr4MSbKdgoqqsZnA8JPtuyWc6CwXHf\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"@openzeppelin/contracts/token/ERC777/IERC777Recipient.sol\":{\"keccak256\":\"0x1a5d61db2733202ba361e6d6741cd2e662380e22b80e987eacfc91973f2267dc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://04c0cd697050a6516b7779aa2343ad2d0e5217d8915ac2382681dfdf4e445be3\",\"dweb:/ipfs/QmPCBCZgm7pHBwwogE2F9NCN3UfTdLNhqc8UDEvw8kDzyA\"]},\"@openzeppelin/contracts/token/ERC777/IERC777Sender.sol\":{\"keccak256\":\"0x742e51d63b108240759794360637468d9fcbf072cbd357744790d356a87bb382\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://23912910ce2bb68e49ff83f43fcfa864210ee44580491e876db14922f8aecc18\",\"dweb:/ipfs/QmU6GnRQ51xvY8D57kPCV47oGeYozaz5AQZUCHxFfXdFZ4\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xd6153ce99bcdcce22b124f755e72553295be6abcd63804cfdffceb188b8bef10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://35c47bece3c03caaa07fab37dd2bb3413bfbca20db7bd9895024390e0a469487\",\"dweb:/ipfs/QmPGWT2x3QHcKxqe6gRmAkdakhbaRgx3DLzcakHz5M4eXG\"]},\"@openzeppelin/contracts/utils/Create2.sol\":{\"keccak256\":\"0x62237e1773cbf99739b7019f3772a2ff5360d56edb69751b513237f5fcd78571\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39caaa49151a341d9c258a5b7308856d11c8cf349062314eea1e2251f0d1918\",\"dweb:/ipfs/QmcJqGdrHEdiBfB5zuA3ykY1wc2LDNtz8Y88HPEscJe71G\"]},\"@openzeppelin/contracts/utils/introspection/IERC1820Registry.sol\":{\"keccak256\":\"0x1e34ab6382525e2c48a01d9edbcfeab024072e8fa80332d48fb7011ebdf59562\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8d4c3a1cacb1b5ce5681edac3dc3034a9e6ea6b9e4ef338564ca70b9b6ea2fd7\",\"dweb:/ipfs/QmXwhPvgGK4envqERyjh5W7CtrH72geAE7fh1EFcVerviw\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x02686c31ccb9ee77a299fa5f47327af5271f251a707a0e24f321957166ff0434\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cb562d8ae1da31249ca0d8553df9f89ef4c3c110a018c4449dde68ae30e51ec1\",\"dweb:/ipfs/QmUwxjtTUYB89ymeV46TZPmTsGnYrKNcgTHk7MQA1MG3hj\"]},\"@openzeppelin/contracts/utils/math/SafeMath.sol\":{\"keccak256\":\"0x0f633a0223d9a1dcccfcf38a64c9de0874dfcbfac0c6941ccf074d63a2ce0e1e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://864a40efcffdf408044c332a5aa38ec5618ed7b4eecb8f65faf45671bd6cdc65\",\"dweb:/ipfs/QmQJquTMtc6fgm5JQzGdsGpA2fqBe3MHWEdt2qzaLySMdN\"]},\"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/libs/ERC777Helper.sol\":{\"keccak256\":\"0x44aa72d63edfd7ec2ab69796dbe2d5c7113a798dc7189b7d4878267b1fbf1f73\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://b9da702f23af6dbc05c9a4b0fffff11fb707ebebf34983d35299c9e76f624e45\",\"dweb:/ipfs/QmdReo4yGy97CHLJXSFEFcqSHrbSzoMHp4yYuJK3KBHVDm\"]},\"project:/contracts/libs/EventsEmitter.sol\":{\"keccak256\":\"0x3e67a65d0a3f7808567e60be52e280999ed7ef3332bcba4aa23ea083553422bb\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://6a5b5bac9e108f3e12e3246d92b96c8fea259ebe8ba88acdff1034c5650441a3\",\"dweb:/ipfs/QmVUEMDpp79NaqEhZjLzdxWoLoBVAEdieuJA5pagYeH7Gd\"]},\"project:/contracts/libs/FixedSizeData.sol\":{\"keccak256\":\"0xdb6303086a323e98b5efa5e8d344d531c371ae707e1df4044ca90f3dca111b01\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://af01ce1e0ed1992f543293790d58fa97718a1aa5b85923eaa42455d24caa7906\",\"dweb:/ipfs/QmVKMv8BEjkFTcsHqvviB8pTsKbb4tP55pFLvF3vqGZtSH\"]},\"project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol\":{\"keccak256\":\"0xd8762c876977d3417650ef425eb3829a2da7e54b24e0bfab265dee36dbe5923a\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://3e8ba627d3732d4794f4bbfa615e648c1f7385668ed7dc66c52e167bd5e46204\",\"dweb:/ipfs/QmVSw4WYnJpr7B1XEZgxNdarRDMDzfm1T43e8HZy4Sgg2m\"]},\"project:/contracts/superfluid/SuperToken.sol\":{\"keccak256\":\"0xbc14667543e9823e3d72b4f4ca802f3891100998ab1a7d1f7225b93c418c24c2\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://b8fb4904ccd0d5c12660bf1d48628f17caeda442f4c49b16a80288afa9cf8a02\",\"dweb:/ipfs/QmY8A9GGU1E7VFKAWMJbgbmMonRkTdovjCcMLXSXdELDr6\"]},\"project:/contracts/superfluid/SuperTokenFactory.sol\":{\"keccak256\":\"0xc21c29ad3ced1cec960d64c65f29be100f8ef7d6a90a32f88002a0ae67de97a2\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://00710f65a700be641d82d478501c8217e54a05d3d35f420e777ba5b78215c17a\",\"dweb:/ipfs/QmewuZUTqEW92rAY4RXhr5tFRvprU8rfvth13cKLUqXUVY\"]},\"project:/contracts/superfluid/SuperfluidToken.sol\":{\"keccak256\":\"0xda33ba14237f3e88b38101557de438582cab489a134239ca8e6ab80d84239398\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://b63a005852a6d42a441bd1d95ec62a995e41cba1d1740ea92df08f8356c9086c\",\"dweb:/ipfs/QmX6MTSce8V3WtKb3Li4vR6u9eub7WF9XytEeZt7oPA2LE\"]},\"project:/contracts/upgradability/UUPSProxiable.sol\":{\"keccak256\":\"0xcf1e8c77272754335c6760b82da0e3f87b02a0b474f37446cb48c9966f3a29c3\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://45d3eeb3bdbef579c7d3df0354c6d0220acade2b2ebc948a33547ca4d4ba8f51\",\"dweb:/ipfs/Qman6ZHdTR2B1takXvNRtjH2Q739vhMdDwrSw1Gv6tJW4b\"]},\"project:/contracts/upgradability/UUPSProxy.sol\":{\"keccak256\":\"0x2c651f24af9c4405c20e0a14907f76f8a0d81ff751c89ebbce48ae7aceab5f58\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://dbf209416f8af6df9949194e682a902c4cbce37520a940c5bd123d5ffb1b7b56\",\"dweb:/ipfs/QmWy7TuYgtpRddTJYCubfzthA7ex7rPrxbLuzcG6bbw7mL\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0xe624225773a60f62c7a0687afb0536ba19a17e4e5605ae71e8af77a0287aca59\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://4294e5eb5b194477bca3b8ca04ca92a6fe72dd6cf8da8f0d942a4a86c41c1c7f\",\"dweb:/ipfs/QmdfPXZxJPaBjKNfC8joTcvEhWammJHzRACB1S18sFYfd7\"]}},\"version\":1}",
|
|
261
261
|
"bytecode": "0x",
|
|
262
262
|
"deployedBytecode": "0x",
|
|
263
263
|
"immutableReferences": {},
|
|
@@ -277,48 +277,48 @@
|
|
|
277
277
|
2820
|
|
278
278
|
],
|
|
279
279
|
"ERC20WithTokenInfo": [
|
|
280
|
-
|
|
280
|
+
20462
|
|
281
281
|
],
|
|
282
282
|
"FullUpgradableSuperTokenProxy": [
|
|
283
|
-
|
|
283
|
+
30764
|
|
284
284
|
],
|
|
285
285
|
"IERC20": [
|
|
286
286
|
1630
|
|
287
287
|
],
|
|
288
288
|
"ISuperToken": [
|
|
289
|
-
|
|
289
|
+
19492
|
|
290
290
|
],
|
|
291
291
|
"ISuperTokenFactory": [
|
|
292
|
-
|
|
292
|
+
19581
|
|
293
293
|
],
|
|
294
294
|
"ISuperfluid": [
|
|
295
|
-
|
|
295
|
+
20053
|
|
296
296
|
],
|
|
297
297
|
"SuperToken": [
|
|
298
|
-
|
|
298
|
+
32368
|
|
299
299
|
],
|
|
300
300
|
"SuperTokenFactory": [
|
|
301
|
-
|
|
301
|
+
32752
|
|
302
302
|
],
|
|
303
303
|
"SuperTokenFactoryBase": [
|
|
304
|
-
|
|
304
|
+
32695
|
|
305
305
|
],
|
|
306
306
|
"SuperTokenFactoryHelper": [
|
|
307
|
-
|
|
307
|
+
32714
|
|
308
308
|
],
|
|
309
309
|
"UUPSProxiable": [
|
|
310
|
-
|
|
310
|
+
37017
|
|
311
311
|
],
|
|
312
312
|
"UUPSProxy": [
|
|
313
|
-
|
|
313
|
+
37074
|
|
314
314
|
]
|
|
315
315
|
},
|
|
316
|
-
"id":
|
|
316
|
+
"id": 32753,
|
|
317
317
|
"license": "AGPLv3",
|
|
318
318
|
"nodeType": "SourceUnit",
|
|
319
319
|
"nodes": [
|
|
320
320
|
{
|
|
321
|
-
"id":
|
|
321
|
+
"id": 32370,
|
|
322
322
|
"literals": [
|
|
323
323
|
"solidity",
|
|
324
324
|
"0.8",
|
|
@@ -330,20 +330,20 @@
|
|
|
330
330
|
{
|
|
331
331
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol",
|
|
332
332
|
"file": "../interfaces/superfluid/ISuperTokenFactory.sol",
|
|
333
|
-
"id":
|
|
333
|
+
"id": 32375,
|
|
334
334
|
"nameLocation": "-1:-1:-1",
|
|
335
335
|
"nodeType": "ImportDirective",
|
|
336
|
-
"scope":
|
|
337
|
-
"sourceUnit":
|
|
336
|
+
"scope": 32753,
|
|
337
|
+
"sourceUnit": 19582,
|
|
338
338
|
"src": "60:142:89",
|
|
339
339
|
"symbolAliases": [
|
|
340
340
|
{
|
|
341
341
|
"foreign": {
|
|
342
|
-
"id":
|
|
342
|
+
"id": 32371,
|
|
343
343
|
"name": "ISuperTokenFactory",
|
|
344
344
|
"nodeType": "Identifier",
|
|
345
345
|
"overloadedDeclarations": [],
|
|
346
|
-
"referencedDeclaration":
|
|
346
|
+
"referencedDeclaration": 19581,
|
|
347
347
|
"src": "73:18:89",
|
|
348
348
|
"typeDescriptions": {}
|
|
349
349
|
},
|
|
@@ -351,11 +351,11 @@
|
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"foreign": {
|
|
354
|
-
"id":
|
|
354
|
+
"id": 32372,
|
|
355
355
|
"name": "ISuperToken",
|
|
356
356
|
"nodeType": "Identifier",
|
|
357
357
|
"overloadedDeclarations": [],
|
|
358
|
-
"referencedDeclaration":
|
|
358
|
+
"referencedDeclaration": 19492,
|
|
359
359
|
"src": "97:11:89",
|
|
360
360
|
"typeDescriptions": {}
|
|
361
361
|
},
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"foreign": {
|
|
366
|
-
"id":
|
|
366
|
+
"id": 32373,
|
|
367
367
|
"name": "IERC20",
|
|
368
368
|
"nodeType": "Identifier",
|
|
369
369
|
"overloadedDeclarations": [],
|
|
@@ -375,11 +375,11 @@
|
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"foreign": {
|
|
378
|
-
"id":
|
|
378
|
+
"id": 32374,
|
|
379
379
|
"name": "ERC20WithTokenInfo",
|
|
380
380
|
"nodeType": "Identifier",
|
|
381
381
|
"overloadedDeclarations": [],
|
|
382
|
-
"referencedDeclaration":
|
|
382
|
+
"referencedDeclaration": 20462,
|
|
383
383
|
"src": "126:18:89",
|
|
384
384
|
"typeDescriptions": {}
|
|
385
385
|
},
|
|
@@ -391,20 +391,20 @@
|
|
|
391
391
|
{
|
|
392
392
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
|
|
393
393
|
"file": "../interfaces/superfluid/ISuperfluid.sol",
|
|
394
|
-
"id":
|
|
394
|
+
"id": 32377,
|
|
395
395
|
"nameLocation": "-1:-1:-1",
|
|
396
396
|
"nodeType": "ImportDirective",
|
|
397
|
-
"scope":
|
|
398
|
-
"sourceUnit":
|
|
397
|
+
"scope": 32753,
|
|
398
|
+
"sourceUnit": 20054,
|
|
399
399
|
"src": "204:71:89",
|
|
400
400
|
"symbolAliases": [
|
|
401
401
|
{
|
|
402
402
|
"foreign": {
|
|
403
|
-
"id":
|
|
403
|
+
"id": 32376,
|
|
404
404
|
"name": "ISuperfluid",
|
|
405
405
|
"nodeType": "Identifier",
|
|
406
406
|
"overloadedDeclarations": [],
|
|
407
|
-
"referencedDeclaration":
|
|
407
|
+
"referencedDeclaration": 20053,
|
|
408
408
|
"src": "213:11:89",
|
|
409
409
|
"typeDescriptions": {}
|
|
410
410
|
},
|
|
@@ -416,20 +416,20 @@
|
|
|
416
416
|
{
|
|
417
417
|
"absolutePath": "project:/contracts/upgradability/UUPSProxy.sol",
|
|
418
418
|
"file": "../upgradability/UUPSProxy.sol",
|
|
419
|
-
"id":
|
|
419
|
+
"id": 32379,
|
|
420
420
|
"nameLocation": "-1:-1:-1",
|
|
421
421
|
"nodeType": "ImportDirective",
|
|
422
|
-
"scope":
|
|
423
|
-
"sourceUnit":
|
|
422
|
+
"scope": 32753,
|
|
423
|
+
"sourceUnit": 37075,
|
|
424
424
|
"src": "277:59:89",
|
|
425
425
|
"symbolAliases": [
|
|
426
426
|
{
|
|
427
427
|
"foreign": {
|
|
428
|
-
"id":
|
|
428
|
+
"id": 32378,
|
|
429
429
|
"name": "UUPSProxy",
|
|
430
430
|
"nodeType": "Identifier",
|
|
431
431
|
"overloadedDeclarations": [],
|
|
432
|
-
"referencedDeclaration":
|
|
432
|
+
"referencedDeclaration": 37074,
|
|
433
433
|
"src": "286:9:89",
|
|
434
434
|
"typeDescriptions": {}
|
|
435
435
|
},
|
|
@@ -441,20 +441,20 @@
|
|
|
441
441
|
{
|
|
442
442
|
"absolutePath": "project:/contracts/upgradability/UUPSProxiable.sol",
|
|
443
443
|
"file": "../upgradability/UUPSProxiable.sol",
|
|
444
|
-
"id":
|
|
444
|
+
"id": 32381,
|
|
445
445
|
"nameLocation": "-1:-1:-1",
|
|
446
446
|
"nodeType": "ImportDirective",
|
|
447
|
-
"scope":
|
|
448
|
-
"sourceUnit":
|
|
447
|
+
"scope": 32753,
|
|
448
|
+
"sourceUnit": 37018,
|
|
449
449
|
"src": "337:67:89",
|
|
450
450
|
"symbolAliases": [
|
|
451
451
|
{
|
|
452
452
|
"foreign": {
|
|
453
|
-
"id":
|
|
453
|
+
"id": 32380,
|
|
454
454
|
"name": "UUPSProxiable",
|
|
455
455
|
"nodeType": "Identifier",
|
|
456
456
|
"overloadedDeclarations": [],
|
|
457
|
-
"referencedDeclaration":
|
|
457
|
+
"referencedDeclaration": 37017,
|
|
458
458
|
"src": "346:13:89",
|
|
459
459
|
"typeDescriptions": {}
|
|
460
460
|
},
|
|
@@ -466,20 +466,20 @@
|
|
|
466
466
|
{
|
|
467
467
|
"absolutePath": "project:/contracts/superfluid/SuperToken.sol",
|
|
468
468
|
"file": "../superfluid/SuperToken.sol",
|
|
469
|
-
"id":
|
|
469
|
+
"id": 32383,
|
|
470
470
|
"nameLocation": "-1:-1:-1",
|
|
471
471
|
"nodeType": "ImportDirective",
|
|
472
|
-
"scope":
|
|
473
|
-
"sourceUnit":
|
|
472
|
+
"scope": 32753,
|
|
473
|
+
"sourceUnit": 32369,
|
|
474
474
|
"src": "406:58:89",
|
|
475
475
|
"symbolAliases": [
|
|
476
476
|
{
|
|
477
477
|
"foreign": {
|
|
478
|
-
"id":
|
|
478
|
+
"id": 32382,
|
|
479
479
|
"name": "SuperToken",
|
|
480
480
|
"nodeType": "Identifier",
|
|
481
481
|
"overloadedDeclarations": [],
|
|
482
|
-
"referencedDeclaration":
|
|
482
|
+
"referencedDeclaration": 32368,
|
|
483
483
|
"src": "415:10:89",
|
|
484
484
|
"typeDescriptions": {}
|
|
485
485
|
},
|
|
@@ -491,20 +491,20 @@
|
|
|
491
491
|
{
|
|
492
492
|
"absolutePath": "project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol",
|
|
493
493
|
"file": "./FullUpgradableSuperTokenProxy.sol",
|
|
494
|
-
"id":
|
|
494
|
+
"id": 32385,
|
|
495
495
|
"nameLocation": "-1:-1:-1",
|
|
496
496
|
"nodeType": "ImportDirective",
|
|
497
|
-
"scope":
|
|
498
|
-
"sourceUnit":
|
|
497
|
+
"scope": 32753,
|
|
498
|
+
"sourceUnit": 30765,
|
|
499
499
|
"src": "466:84:89",
|
|
500
500
|
"symbolAliases": [
|
|
501
501
|
{
|
|
502
502
|
"foreign": {
|
|
503
|
-
"id":
|
|
503
|
+
"id": 32384,
|
|
504
504
|
"name": "FullUpgradableSuperTokenProxy",
|
|
505
505
|
"nodeType": "Identifier",
|
|
506
506
|
"overloadedDeclarations": [],
|
|
507
|
-
"referencedDeclaration":
|
|
507
|
+
"referencedDeclaration": 30764,
|
|
508
508
|
"src": "475:29:89",
|
|
509
509
|
"typeDescriptions": {}
|
|
510
510
|
},
|
|
@@ -516,16 +516,16 @@
|
|
|
516
516
|
{
|
|
517
517
|
"absolutePath": "@openzeppelin/contracts/utils/Address.sol",
|
|
518
518
|
"file": "@openzeppelin/contracts/utils/Address.sol",
|
|
519
|
-
"id":
|
|
519
|
+
"id": 32387,
|
|
520
520
|
"nameLocation": "-1:-1:-1",
|
|
521
521
|
"nodeType": "ImportDirective",
|
|
522
|
-
"scope":
|
|
522
|
+
"scope": 32753,
|
|
523
523
|
"sourceUnit": 2688,
|
|
524
524
|
"src": "552:68:89",
|
|
525
525
|
"symbolAliases": [
|
|
526
526
|
{
|
|
527
527
|
"foreign": {
|
|
528
|
-
"id":
|
|
528
|
+
"id": 32386,
|
|
529
529
|
"name": "Address",
|
|
530
530
|
"nodeType": "Identifier",
|
|
531
531
|
"overloadedDeclarations": [],
|
|
@@ -541,16 +541,16 @@
|
|
|
541
541
|
{
|
|
542
542
|
"absolutePath": "@openzeppelin/contracts/utils/Create2.sol",
|
|
543
543
|
"file": "@openzeppelin/contracts/utils/Create2.sol",
|
|
544
|
-
"id":
|
|
544
|
+
"id": 32389,
|
|
545
545
|
"nameLocation": "-1:-1:-1",
|
|
546
546
|
"nodeType": "ImportDirective",
|
|
547
|
-
"scope":
|
|
547
|
+
"scope": 32753,
|
|
548
548
|
"sourceUnit": 2821,
|
|
549
549
|
"src": "621:68:89",
|
|
550
550
|
"symbolAliases": [
|
|
551
551
|
{
|
|
552
552
|
"foreign": {
|
|
553
|
-
"id":
|
|
553
|
+
"id": 32388,
|
|
554
554
|
"name": "Create2",
|
|
555
555
|
"nodeType": "Identifier",
|
|
556
556
|
"overloadedDeclarations": [],
|
|
@@ -568,41 +568,41 @@
|
|
|
568
568
|
"baseContracts": [
|
|
569
569
|
{
|
|
570
570
|
"baseName": {
|
|
571
|
-
"id":
|
|
571
|
+
"id": 32390,
|
|
572
572
|
"name": "UUPSProxiable",
|
|
573
573
|
"nodeType": "IdentifierPath",
|
|
574
|
-
"referencedDeclaration":
|
|
574
|
+
"referencedDeclaration": 37017,
|
|
575
575
|
"src": "739:13:89"
|
|
576
576
|
},
|
|
577
|
-
"id":
|
|
577
|
+
"id": 32391,
|
|
578
578
|
"nodeType": "InheritanceSpecifier",
|
|
579
579
|
"src": "739:13:89"
|
|
580
580
|
},
|
|
581
581
|
{
|
|
582
582
|
"baseName": {
|
|
583
|
-
"id":
|
|
583
|
+
"id": 32392,
|
|
584
584
|
"name": "ISuperTokenFactory",
|
|
585
585
|
"nodeType": "IdentifierPath",
|
|
586
|
-
"referencedDeclaration":
|
|
586
|
+
"referencedDeclaration": 19581,
|
|
587
587
|
"src": "758:18:89"
|
|
588
588
|
},
|
|
589
|
-
"id":
|
|
589
|
+
"id": 32393,
|
|
590
590
|
"nodeType": "InheritanceSpecifier",
|
|
591
591
|
"src": "758:18:89"
|
|
592
592
|
}
|
|
593
593
|
],
|
|
594
594
|
"canonicalName": "SuperTokenFactoryBase",
|
|
595
595
|
"contractDependencies": [
|
|
596
|
-
|
|
597
|
-
|
|
596
|
+
30764,
|
|
597
|
+
37074
|
|
598
598
|
],
|
|
599
599
|
"contractKind": "contract",
|
|
600
600
|
"fullyImplemented": false,
|
|
601
|
-
"id":
|
|
601
|
+
"id": 32695,
|
|
602
602
|
"linearizedBaseContracts": [
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
603
|
+
32695,
|
|
604
|
+
19581,
|
|
605
|
+
37017,
|
|
606
606
|
858
|
|
607
607
|
],
|
|
608
608
|
"name": "SuperTokenFactoryBase",
|
|
@@ -611,33 +611,33 @@
|
|
|
611
611
|
"nodes": [
|
|
612
612
|
{
|
|
613
613
|
"constant": false,
|
|
614
|
-
"id":
|
|
614
|
+
"id": 32396,
|
|
615
615
|
"mutability": "immutable",
|
|
616
616
|
"name": "_host",
|
|
617
617
|
"nameLocation": "815:5:89",
|
|
618
618
|
"nodeType": "VariableDeclaration",
|
|
619
|
-
"scope":
|
|
619
|
+
"scope": 32695,
|
|
620
620
|
"src": "784:36:89",
|
|
621
621
|
"stateVariable": true,
|
|
622
622
|
"storageLocation": "default",
|
|
623
623
|
"typeDescriptions": {
|
|
624
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
624
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
625
625
|
"typeString": "contract ISuperfluid"
|
|
626
626
|
},
|
|
627
627
|
"typeName": {
|
|
628
|
-
"id":
|
|
628
|
+
"id": 32395,
|
|
629
629
|
"nodeType": "UserDefinedTypeName",
|
|
630
630
|
"pathNode": {
|
|
631
|
-
"id":
|
|
631
|
+
"id": 32394,
|
|
632
632
|
"name": "ISuperfluid",
|
|
633
633
|
"nodeType": "IdentifierPath",
|
|
634
|
-
"referencedDeclaration":
|
|
634
|
+
"referencedDeclaration": 20053,
|
|
635
635
|
"src": "784:11:89"
|
|
636
636
|
},
|
|
637
|
-
"referencedDeclaration":
|
|
637
|
+
"referencedDeclaration": 20053,
|
|
638
638
|
"src": "784:11:89",
|
|
639
639
|
"typeDescriptions": {
|
|
640
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
640
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
641
641
|
"typeString": "contract ISuperfluid"
|
|
642
642
|
}
|
|
643
643
|
},
|
|
@@ -645,33 +645,33 @@
|
|
|
645
645
|
},
|
|
646
646
|
{
|
|
647
647
|
"constant": false,
|
|
648
|
-
"id":
|
|
648
|
+
"id": 32399,
|
|
649
649
|
"mutability": "mutable",
|
|
650
650
|
"name": "_superTokenLogic",
|
|
651
651
|
"nameLocation": "848:16:89",
|
|
652
652
|
"nodeType": "VariableDeclaration",
|
|
653
|
-
"scope":
|
|
653
|
+
"scope": 32695,
|
|
654
654
|
"src": "827:37:89",
|
|
655
655
|
"stateVariable": true,
|
|
656
656
|
"storageLocation": "default",
|
|
657
657
|
"typeDescriptions": {
|
|
658
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
658
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
659
659
|
"typeString": "contract ISuperToken"
|
|
660
660
|
},
|
|
661
661
|
"typeName": {
|
|
662
|
-
"id":
|
|
662
|
+
"id": 32398,
|
|
663
663
|
"nodeType": "UserDefinedTypeName",
|
|
664
664
|
"pathNode": {
|
|
665
|
-
"id":
|
|
665
|
+
"id": 32397,
|
|
666
666
|
"name": "ISuperToken",
|
|
667
667
|
"nodeType": "IdentifierPath",
|
|
668
|
-
"referencedDeclaration":
|
|
668
|
+
"referencedDeclaration": 19492,
|
|
669
669
|
"src": "827:11:89"
|
|
670
670
|
},
|
|
671
|
-
"referencedDeclaration":
|
|
671
|
+
"referencedDeclaration": 19492,
|
|
672
672
|
"src": "827:11:89",
|
|
673
673
|
"typeDescriptions": {
|
|
674
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
674
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
675
675
|
"typeString": "contract ISuperToken"
|
|
676
676
|
}
|
|
677
677
|
},
|
|
@@ -679,56 +679,56 @@
|
|
|
679
679
|
},
|
|
680
680
|
{
|
|
681
681
|
"body": {
|
|
682
|
-
"id":
|
|
682
|
+
"id": 32409,
|
|
683
683
|
"nodeType": "Block",
|
|
684
684
|
"src": "915:29:89",
|
|
685
685
|
"statements": [
|
|
686
686
|
{
|
|
687
687
|
"expression": {
|
|
688
|
-
"id":
|
|
688
|
+
"id": 32407,
|
|
689
689
|
"isConstant": false,
|
|
690
690
|
"isLValue": false,
|
|
691
691
|
"isPure": false,
|
|
692
692
|
"lValueRequested": false,
|
|
693
693
|
"leftHandSide": {
|
|
694
|
-
"id":
|
|
694
|
+
"id": 32405,
|
|
695
695
|
"name": "_host",
|
|
696
696
|
"nodeType": "Identifier",
|
|
697
697
|
"overloadedDeclarations": [],
|
|
698
|
-
"referencedDeclaration":
|
|
698
|
+
"referencedDeclaration": 32396,
|
|
699
699
|
"src": "925:5:89",
|
|
700
700
|
"typeDescriptions": {
|
|
701
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
701
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
702
702
|
"typeString": "contract ISuperfluid"
|
|
703
703
|
}
|
|
704
704
|
},
|
|
705
705
|
"nodeType": "Assignment",
|
|
706
706
|
"operator": "=",
|
|
707
707
|
"rightHandSide": {
|
|
708
|
-
"id":
|
|
708
|
+
"id": 32406,
|
|
709
709
|
"name": "host",
|
|
710
710
|
"nodeType": "Identifier",
|
|
711
711
|
"overloadedDeclarations": [],
|
|
712
|
-
"referencedDeclaration":
|
|
712
|
+
"referencedDeclaration": 32402,
|
|
713
713
|
"src": "933:4:89",
|
|
714
714
|
"typeDescriptions": {
|
|
715
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
715
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
716
716
|
"typeString": "contract ISuperfluid"
|
|
717
717
|
}
|
|
718
718
|
},
|
|
719
719
|
"src": "925:12:89",
|
|
720
720
|
"typeDescriptions": {
|
|
721
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
721
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
722
722
|
"typeString": "contract ISuperfluid"
|
|
723
723
|
}
|
|
724
724
|
},
|
|
725
|
-
"id":
|
|
725
|
+
"id": 32408,
|
|
726
726
|
"nodeType": "ExpressionStatement",
|
|
727
727
|
"src": "925:12:89"
|
|
728
728
|
}
|
|
729
729
|
]
|
|
730
730
|
},
|
|
731
|
-
"id":
|
|
731
|
+
"id": 32410,
|
|
732
732
|
"implemented": true,
|
|
733
733
|
"kind": "constructor",
|
|
734
734
|
"modifiers": [],
|
|
@@ -736,38 +736,38 @@
|
|
|
736
736
|
"nameLocation": "-1:-1:-1",
|
|
737
737
|
"nodeType": "FunctionDefinition",
|
|
738
738
|
"parameters": {
|
|
739
|
-
"id":
|
|
739
|
+
"id": 32403,
|
|
740
740
|
"nodeType": "ParameterList",
|
|
741
741
|
"parameters": [
|
|
742
742
|
{
|
|
743
743
|
"constant": false,
|
|
744
|
-
"id":
|
|
744
|
+
"id": 32402,
|
|
745
745
|
"mutability": "mutable",
|
|
746
746
|
"name": "host",
|
|
747
747
|
"nameLocation": "904:4:89",
|
|
748
748
|
"nodeType": "VariableDeclaration",
|
|
749
|
-
"scope":
|
|
749
|
+
"scope": 32410,
|
|
750
750
|
"src": "892:16:89",
|
|
751
751
|
"stateVariable": false,
|
|
752
752
|
"storageLocation": "default",
|
|
753
753
|
"typeDescriptions": {
|
|
754
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
754
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
755
755
|
"typeString": "contract ISuperfluid"
|
|
756
756
|
},
|
|
757
757
|
"typeName": {
|
|
758
|
-
"id":
|
|
758
|
+
"id": 32401,
|
|
759
759
|
"nodeType": "UserDefinedTypeName",
|
|
760
760
|
"pathNode": {
|
|
761
|
-
"id":
|
|
761
|
+
"id": 32400,
|
|
762
762
|
"name": "ISuperfluid",
|
|
763
763
|
"nodeType": "IdentifierPath",
|
|
764
|
-
"referencedDeclaration":
|
|
764
|
+
"referencedDeclaration": 20053,
|
|
765
765
|
"src": "892:11:89"
|
|
766
766
|
},
|
|
767
|
-
"referencedDeclaration":
|
|
767
|
+
"referencedDeclaration": 20053,
|
|
768
768
|
"src": "892:11:89",
|
|
769
769
|
"typeDescriptions": {
|
|
770
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
770
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
771
771
|
"typeString": "contract ISuperfluid"
|
|
772
772
|
}
|
|
773
773
|
},
|
|
@@ -777,12 +777,12 @@
|
|
|
777
777
|
"src": "882:32:89"
|
|
778
778
|
},
|
|
779
779
|
"returnParameters": {
|
|
780
|
-
"id":
|
|
780
|
+
"id": 32404,
|
|
781
781
|
"nodeType": "ParameterList",
|
|
782
782
|
"parameters": [],
|
|
783
783
|
"src": "915:0:89"
|
|
784
784
|
},
|
|
785
|
-
"scope":
|
|
785
|
+
"scope": 32695,
|
|
786
786
|
"src": "871:73:89",
|
|
787
787
|
"stateMutability": "nonpayable",
|
|
788
788
|
"virtual": false,
|
|
@@ -790,10 +790,10 @@
|
|
|
790
790
|
},
|
|
791
791
|
{
|
|
792
792
|
"baseFunctions": [
|
|
793
|
-
|
|
793
|
+
19506
|
|
794
794
|
],
|
|
795
795
|
"body": {
|
|
796
|
-
"id":
|
|
796
|
+
"id": 32423,
|
|
797
797
|
"nodeType": "Block",
|
|
798
798
|
"src": "1114:37:89",
|
|
799
799
|
"statements": [
|
|
@@ -801,14 +801,14 @@
|
|
|
801
801
|
"expression": {
|
|
802
802
|
"arguments": [
|
|
803
803
|
{
|
|
804
|
-
"id":
|
|
804
|
+
"id": 32420,
|
|
805
805
|
"name": "_host",
|
|
806
806
|
"nodeType": "Identifier",
|
|
807
807
|
"overloadedDeclarations": [],
|
|
808
|
-
"referencedDeclaration":
|
|
808
|
+
"referencedDeclaration": 32396,
|
|
809
809
|
"src": "1138:5:89",
|
|
810
810
|
"typeDescriptions": {
|
|
811
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
811
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
812
812
|
"typeString": "contract ISuperfluid"
|
|
813
813
|
}
|
|
814
814
|
}
|
|
@@ -816,11 +816,11 @@
|
|
|
816
816
|
"expression": {
|
|
817
817
|
"argumentTypes": [
|
|
818
818
|
{
|
|
819
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
819
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
820
820
|
"typeString": "contract ISuperfluid"
|
|
821
821
|
}
|
|
822
822
|
],
|
|
823
|
-
"id":
|
|
823
|
+
"id": 32419,
|
|
824
824
|
"isConstant": false,
|
|
825
825
|
"isLValue": false,
|
|
826
826
|
"isPure": true,
|
|
@@ -832,14 +832,14 @@
|
|
|
832
832
|
"typeString": "type(address)"
|
|
833
833
|
},
|
|
834
834
|
"typeName": {
|
|
835
|
-
"id":
|
|
835
|
+
"id": 32418,
|
|
836
836
|
"name": "address",
|
|
837
837
|
"nodeType": "ElementaryTypeName",
|
|
838
838
|
"src": "1130:7:89",
|
|
839
839
|
"typeDescriptions": {}
|
|
840
840
|
}
|
|
841
841
|
},
|
|
842
|
-
"id":
|
|
842
|
+
"id": 32421,
|
|
843
843
|
"isConstant": false,
|
|
844
844
|
"isLValue": false,
|
|
845
845
|
"isPure": false,
|
|
@@ -854,21 +854,21 @@
|
|
|
854
854
|
"typeString": "address"
|
|
855
855
|
}
|
|
856
856
|
},
|
|
857
|
-
"functionReturnParameters":
|
|
858
|
-
"id":
|
|
857
|
+
"functionReturnParameters": 32417,
|
|
858
|
+
"id": 32422,
|
|
859
859
|
"nodeType": "Return",
|
|
860
860
|
"src": "1123:21:89"
|
|
861
861
|
}
|
|
862
862
|
]
|
|
863
863
|
},
|
|
864
864
|
"documentation": {
|
|
865
|
-
"id":
|
|
865
|
+
"id": 32411,
|
|
866
866
|
"nodeType": "StructuredDocumentation",
|
|
867
867
|
"src": "950:50:89",
|
|
868
868
|
"text": "@dev ISuperTokenFactory.getHost implementation"
|
|
869
869
|
},
|
|
870
870
|
"functionSelector": "20bc4425",
|
|
871
|
-
"id":
|
|
871
|
+
"id": 32424,
|
|
872
872
|
"implemented": true,
|
|
873
873
|
"kind": "function",
|
|
874
874
|
"modifiers": [],
|
|
@@ -876,37 +876,37 @@
|
|
|
876
876
|
"nameLocation": "1014:7:89",
|
|
877
877
|
"nodeType": "FunctionDefinition",
|
|
878
878
|
"overrides": {
|
|
879
|
-
"id":
|
|
879
|
+
"id": 32414,
|
|
880
880
|
"nodeType": "OverrideSpecifier",
|
|
881
881
|
"overrides": [
|
|
882
882
|
{
|
|
883
|
-
"id":
|
|
883
|
+
"id": 32413,
|
|
884
884
|
"name": "ISuperTokenFactory",
|
|
885
885
|
"nodeType": "IdentifierPath",
|
|
886
|
-
"referencedDeclaration":
|
|
886
|
+
"referencedDeclaration": 19581,
|
|
887
887
|
"src": "1061:18:89"
|
|
888
888
|
}
|
|
889
889
|
],
|
|
890
890
|
"src": "1052:28:89"
|
|
891
891
|
},
|
|
892
892
|
"parameters": {
|
|
893
|
-
"id":
|
|
893
|
+
"id": 32412,
|
|
894
894
|
"nodeType": "ParameterList",
|
|
895
895
|
"parameters": [],
|
|
896
896
|
"src": "1021:2:89"
|
|
897
897
|
},
|
|
898
898
|
"returnParameters": {
|
|
899
|
-
"id":
|
|
899
|
+
"id": 32417,
|
|
900
900
|
"nodeType": "ParameterList",
|
|
901
901
|
"parameters": [
|
|
902
902
|
{
|
|
903
903
|
"constant": false,
|
|
904
|
-
"id":
|
|
904
|
+
"id": 32416,
|
|
905
905
|
"mutability": "mutable",
|
|
906
906
|
"name": "host",
|
|
907
907
|
"nameLocation": "1104:4:89",
|
|
908
908
|
"nodeType": "VariableDeclaration",
|
|
909
|
-
"scope":
|
|
909
|
+
"scope": 32424,
|
|
910
910
|
"src": "1096:12:89",
|
|
911
911
|
"stateVariable": false,
|
|
912
912
|
"storageLocation": "default",
|
|
@@ -915,7 +915,7 @@
|
|
|
915
915
|
"typeString": "address"
|
|
916
916
|
},
|
|
917
917
|
"typeName": {
|
|
918
|
-
"id":
|
|
918
|
+
"id": 32415,
|
|
919
919
|
"name": "address",
|
|
920
920
|
"nodeType": "ElementaryTypeName",
|
|
921
921
|
"src": "1096:7:89",
|
|
@@ -930,7 +930,7 @@
|
|
|
930
930
|
],
|
|
931
931
|
"src": "1095:14:89"
|
|
932
932
|
},
|
|
933
|
-
"scope":
|
|
933
|
+
"scope": 32695,
|
|
934
934
|
"src": "1005:146:89",
|
|
935
935
|
"stateMutability": "view",
|
|
936
936
|
"virtual": false,
|
|
@@ -938,10 +938,10 @@
|
|
|
938
938
|
},
|
|
939
939
|
{
|
|
940
940
|
"baseFunctions": [
|
|
941
|
-
|
|
941
|
+
19510
|
|
942
942
|
],
|
|
943
943
|
"body": {
|
|
944
|
-
"id":
|
|
944
|
+
"id": 32433,
|
|
945
945
|
"nodeType": "Block",
|
|
946
946
|
"src": "1439:41:89",
|
|
947
947
|
"statements": [
|
|
@@ -950,18 +950,18 @@
|
|
|
950
950
|
"arguments": [],
|
|
951
951
|
"expression": {
|
|
952
952
|
"argumentTypes": [],
|
|
953
|
-
"id":
|
|
953
|
+
"id": 32430,
|
|
954
954
|
"name": "_updateSuperTokenLogic",
|
|
955
955
|
"nodeType": "Identifier",
|
|
956
956
|
"overloadedDeclarations": [],
|
|
957
|
-
"referencedDeclaration":
|
|
957
|
+
"referencedDeclaration": 32496,
|
|
958
958
|
"src": "1449:22:89",
|
|
959
959
|
"typeDescriptions": {
|
|
960
960
|
"typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
|
|
961
961
|
"typeString": "function ()"
|
|
962
962
|
}
|
|
963
963
|
},
|
|
964
|
-
"id":
|
|
964
|
+
"id": 32431,
|
|
965
965
|
"isConstant": false,
|
|
966
966
|
"isLValue": false,
|
|
967
967
|
"isPure": false,
|
|
@@ -976,22 +976,22 @@
|
|
|
976
976
|
"typeString": "tuple()"
|
|
977
977
|
}
|
|
978
978
|
},
|
|
979
|
-
"id":
|
|
979
|
+
"id": 32432,
|
|
980
980
|
"nodeType": "ExpressionStatement",
|
|
981
981
|
"src": "1449:24:89"
|
|
982
982
|
}
|
|
983
983
|
]
|
|
984
984
|
},
|
|
985
985
|
"functionSelector": "8129fc1c",
|
|
986
|
-
"id":
|
|
986
|
+
"id": 32434,
|
|
987
987
|
"implemented": true,
|
|
988
988
|
"kind": "function",
|
|
989
989
|
"modifiers": [
|
|
990
990
|
{
|
|
991
|
-
"id":
|
|
991
|
+
"id": 32428,
|
|
992
992
|
"kind": "modifierInvocation",
|
|
993
993
|
"modifierName": {
|
|
994
|
-
"id":
|
|
994
|
+
"id": 32427,
|
|
995
995
|
"name": "initializer",
|
|
996
996
|
"nodeType": "IdentifierPath",
|
|
997
997
|
"referencedDeclaration": 778,
|
|
@@ -1005,24 +1005,24 @@
|
|
|
1005
1005
|
"nameLocation": "1346:10:89",
|
|
1006
1006
|
"nodeType": "FunctionDefinition",
|
|
1007
1007
|
"overrides": {
|
|
1008
|
-
"id":
|
|
1008
|
+
"id": 32426,
|
|
1009
1009
|
"nodeType": "OverrideSpecifier",
|
|
1010
1010
|
"overrides": [],
|
|
1011
1011
|
"src": "1376:8:89"
|
|
1012
1012
|
},
|
|
1013
1013
|
"parameters": {
|
|
1014
|
-
"id":
|
|
1014
|
+
"id": 32425,
|
|
1015
1015
|
"nodeType": "ParameterList",
|
|
1016
1016
|
"parameters": [],
|
|
1017
1017
|
"src": "1356:2:89"
|
|
1018
1018
|
},
|
|
1019
1019
|
"returnParameters": {
|
|
1020
|
-
"id":
|
|
1020
|
+
"id": 32429,
|
|
1021
1021
|
"nodeType": "ParameterList",
|
|
1022
1022
|
"parameters": [],
|
|
1023
1023
|
"src": "1439:0:89"
|
|
1024
1024
|
},
|
|
1025
|
-
"scope":
|
|
1025
|
+
"scope": 32695,
|
|
1026
1026
|
"src": "1337:143:89",
|
|
1027
1027
|
"stateMutability": "nonpayable",
|
|
1028
1028
|
"virtual": false,
|
|
@@ -1030,10 +1030,10 @@
|
|
|
1030
1030
|
},
|
|
1031
1031
|
{
|
|
1032
1032
|
"baseFunctions": [
|
|
1033
|
-
|
|
1033
|
+
36957
|
|
1034
1034
|
],
|
|
1035
1035
|
"body": {
|
|
1036
|
-
"id":
|
|
1036
|
+
"id": 32444,
|
|
1037
1037
|
"nodeType": "Block",
|
|
1038
1038
|
"src": "1550:102:89",
|
|
1039
1039
|
"statements": [
|
|
@@ -1042,7 +1042,7 @@
|
|
|
1042
1042
|
"arguments": [
|
|
1043
1043
|
{
|
|
1044
1044
|
"hexValue": "6f72672e7375706572666c7569642d66696e616e63652e636f6e7472616374732e5375706572546f6b656e466163746f72792e696d706c656d656e746174696f6e",
|
|
1045
|
-
"id":
|
|
1045
|
+
"id": 32441,
|
|
1046
1046
|
"isConstant": false,
|
|
1047
1047
|
"isLValue": false,
|
|
1048
1048
|
"isPure": true,
|
|
@@ -1064,7 +1064,7 @@
|
|
|
1064
1064
|
"typeString": "literal_string \"org.superfluid-finance.contracts.SuperTokenFactory.implementation\""
|
|
1065
1065
|
}
|
|
1066
1066
|
],
|
|
1067
|
-
"id":
|
|
1067
|
+
"id": 32440,
|
|
1068
1068
|
"name": "keccak256",
|
|
1069
1069
|
"nodeType": "Identifier",
|
|
1070
1070
|
"overloadedDeclarations": [],
|
|
@@ -1075,7 +1075,7 @@
|
|
|
1075
1075
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
|
1076
1076
|
}
|
|
1077
1077
|
},
|
|
1078
|
-
"id":
|
|
1078
|
+
"id": 32442,
|
|
1079
1079
|
"isConstant": false,
|
|
1080
1080
|
"isLValue": false,
|
|
1081
1081
|
"isPure": true,
|
|
@@ -1090,15 +1090,15 @@
|
|
|
1090
1090
|
"typeString": "bytes32"
|
|
1091
1091
|
}
|
|
1092
1092
|
},
|
|
1093
|
-
"functionReturnParameters":
|
|
1094
|
-
"id":
|
|
1093
|
+
"functionReturnParameters": 32439,
|
|
1094
|
+
"id": 32443,
|
|
1095
1095
|
"nodeType": "Return",
|
|
1096
1096
|
"src": "1560:85:89"
|
|
1097
1097
|
}
|
|
1098
1098
|
]
|
|
1099
1099
|
},
|
|
1100
1100
|
"functionSelector": "52d1902d",
|
|
1101
|
-
"id":
|
|
1101
|
+
"id": 32445,
|
|
1102
1102
|
"implemented": true,
|
|
1103
1103
|
"kind": "function",
|
|
1104
1104
|
"modifiers": [],
|
|
@@ -1106,29 +1106,29 @@
|
|
|
1106
1106
|
"nameLocation": "1495:13:89",
|
|
1107
1107
|
"nodeType": "FunctionDefinition",
|
|
1108
1108
|
"overrides": {
|
|
1109
|
-
"id":
|
|
1109
|
+
"id": 32436,
|
|
1110
1110
|
"nodeType": "OverrideSpecifier",
|
|
1111
1111
|
"overrides": [],
|
|
1112
1112
|
"src": "1523:8:89"
|
|
1113
1113
|
},
|
|
1114
1114
|
"parameters": {
|
|
1115
|
-
"id":
|
|
1115
|
+
"id": 32435,
|
|
1116
1116
|
"nodeType": "ParameterList",
|
|
1117
1117
|
"parameters": [],
|
|
1118
1118
|
"src": "1508:2:89"
|
|
1119
1119
|
},
|
|
1120
1120
|
"returnParameters": {
|
|
1121
|
-
"id":
|
|
1121
|
+
"id": 32439,
|
|
1122
1122
|
"nodeType": "ParameterList",
|
|
1123
1123
|
"parameters": [
|
|
1124
1124
|
{
|
|
1125
1125
|
"constant": false,
|
|
1126
|
-
"id":
|
|
1126
|
+
"id": 32438,
|
|
1127
1127
|
"mutability": "mutable",
|
|
1128
1128
|
"name": "",
|
|
1129
1129
|
"nameLocation": "-1:-1:-1",
|
|
1130
1130
|
"nodeType": "VariableDeclaration",
|
|
1131
|
-
"scope":
|
|
1131
|
+
"scope": 32445,
|
|
1132
1132
|
"src": "1541:7:89",
|
|
1133
1133
|
"stateVariable": false,
|
|
1134
1134
|
"storageLocation": "default",
|
|
@@ -1137,7 +1137,7 @@
|
|
|
1137
1137
|
"typeString": "bytes32"
|
|
1138
1138
|
},
|
|
1139
1139
|
"typeName": {
|
|
1140
|
-
"id":
|
|
1140
|
+
"id": 32437,
|
|
1141
1141
|
"name": "bytes32",
|
|
1142
1142
|
"nodeType": "ElementaryTypeName",
|
|
1143
1143
|
"src": "1541:7:89",
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
],
|
|
1152
1152
|
"src": "1540:9:89"
|
|
1153
1153
|
},
|
|
1154
|
-
"scope":
|
|
1154
|
+
"scope": 32695,
|
|
1155
1155
|
"src": "1486:166:89",
|
|
1156
1156
|
"stateMutability": "pure",
|
|
1157
1157
|
"virtual": false,
|
|
@@ -1159,10 +1159,10 @@
|
|
|
1159
1159
|
},
|
|
1160
1160
|
{
|
|
1161
1161
|
"baseFunctions": [
|
|
1162
|
-
|
|
1162
|
+
36945
|
|
1163
1163
|
],
|
|
1164
1164
|
"body": {
|
|
1165
|
-
"id":
|
|
1165
|
+
"id": 32469,
|
|
1166
1166
|
"nodeType": "Block",
|
|
1167
1167
|
"src": "1716:176:89",
|
|
1168
1168
|
"statements": [
|
|
@@ -1174,14 +1174,14 @@
|
|
|
1174
1174
|
"typeIdentifier": "t_address",
|
|
1175
1175
|
"typeString": "address"
|
|
1176
1176
|
},
|
|
1177
|
-
"id":
|
|
1177
|
+
"id": 32458,
|
|
1178
1178
|
"isConstant": false,
|
|
1179
1179
|
"isLValue": false,
|
|
1180
1180
|
"isPure": false,
|
|
1181
1181
|
"lValueRequested": false,
|
|
1182
1182
|
"leftExpression": {
|
|
1183
1183
|
"expression": {
|
|
1184
|
-
"id":
|
|
1184
|
+
"id": 32452,
|
|
1185
1185
|
"name": "msg",
|
|
1186
1186
|
"nodeType": "Identifier",
|
|
1187
1187
|
"overloadedDeclarations": [],
|
|
@@ -1192,7 +1192,7 @@
|
|
|
1192
1192
|
"typeString": "msg"
|
|
1193
1193
|
}
|
|
1194
1194
|
},
|
|
1195
|
-
"id":
|
|
1195
|
+
"id": 32453,
|
|
1196
1196
|
"isConstant": false,
|
|
1197
1197
|
"isLValue": false,
|
|
1198
1198
|
"isPure": false,
|
|
@@ -1210,14 +1210,14 @@
|
|
|
1210
1210
|
"rightExpression": {
|
|
1211
1211
|
"arguments": [
|
|
1212
1212
|
{
|
|
1213
|
-
"id":
|
|
1213
|
+
"id": 32456,
|
|
1214
1214
|
"name": "_host",
|
|
1215
1215
|
"nodeType": "Identifier",
|
|
1216
1216
|
"overloadedDeclarations": [],
|
|
1217
|
-
"referencedDeclaration":
|
|
1217
|
+
"referencedDeclaration": 32396,
|
|
1218
1218
|
"src": "1756:5:89",
|
|
1219
1219
|
"typeDescriptions": {
|
|
1220
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1220
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
1221
1221
|
"typeString": "contract ISuperfluid"
|
|
1222
1222
|
}
|
|
1223
1223
|
}
|
|
@@ -1225,11 +1225,11 @@
|
|
|
1225
1225
|
"expression": {
|
|
1226
1226
|
"argumentTypes": [
|
|
1227
1227
|
{
|
|
1228
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1228
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
1229
1229
|
"typeString": "contract ISuperfluid"
|
|
1230
1230
|
}
|
|
1231
1231
|
],
|
|
1232
|
-
"id":
|
|
1232
|
+
"id": 32455,
|
|
1233
1233
|
"isConstant": false,
|
|
1234
1234
|
"isLValue": false,
|
|
1235
1235
|
"isPure": true,
|
|
@@ -1241,14 +1241,14 @@
|
|
|
1241
1241
|
"typeString": "type(address)"
|
|
1242
1242
|
},
|
|
1243
1243
|
"typeName": {
|
|
1244
|
-
"id":
|
|
1244
|
+
"id": 32454,
|
|
1245
1245
|
"name": "address",
|
|
1246
1246
|
"nodeType": "ElementaryTypeName",
|
|
1247
1247
|
"src": "1748:7:89",
|
|
1248
1248
|
"typeDescriptions": {}
|
|
1249
1249
|
}
|
|
1250
1250
|
},
|
|
1251
|
-
"id":
|
|
1251
|
+
"id": 32457,
|
|
1252
1252
|
"isConstant": false,
|
|
1253
1253
|
"isLValue": false,
|
|
1254
1254
|
"isPure": false,
|
|
@@ -1271,7 +1271,7 @@
|
|
|
1271
1271
|
},
|
|
1272
1272
|
{
|
|
1273
1273
|
"hexValue": "5375706572546f6b656e466163746f72793a206f6e6c7920686f73742063616e2075706461746520636f6465",
|
|
1274
|
-
"id":
|
|
1274
|
+
"id": 32459,
|
|
1275
1275
|
"isConstant": false,
|
|
1276
1276
|
"isLValue": false,
|
|
1277
1277
|
"isPure": true,
|
|
@@ -1297,7 +1297,7 @@
|
|
|
1297
1297
|
"typeString": "literal_string \"SuperTokenFactory: only host can update code\""
|
|
1298
1298
|
}
|
|
1299
1299
|
],
|
|
1300
|
-
"id":
|
|
1300
|
+
"id": 32451,
|
|
1301
1301
|
"name": "require",
|
|
1302
1302
|
"nodeType": "Identifier",
|
|
1303
1303
|
"overloadedDeclarations": [
|
|
@@ -1311,7 +1311,7 @@
|
|
|
1311
1311
|
"typeString": "function (bool,string memory) pure"
|
|
1312
1312
|
}
|
|
1313
1313
|
},
|
|
1314
|
-
"id":
|
|
1314
|
+
"id": 32460,
|
|
1315
1315
|
"isConstant": false,
|
|
1316
1316
|
"isLValue": false,
|
|
1317
1317
|
"isPure": false,
|
|
@@ -1326,7 +1326,7 @@
|
|
|
1326
1326
|
"typeString": "tuple()"
|
|
1327
1327
|
}
|
|
1328
1328
|
},
|
|
1329
|
-
"id":
|
|
1329
|
+
"id": 32461,
|
|
1330
1330
|
"nodeType": "ExpressionStatement",
|
|
1331
1331
|
"src": "1726:85:89"
|
|
1332
1332
|
},
|
|
@@ -1334,11 +1334,11 @@
|
|
|
1334
1334
|
"expression": {
|
|
1335
1335
|
"arguments": [
|
|
1336
1336
|
{
|
|
1337
|
-
"id":
|
|
1337
|
+
"id": 32463,
|
|
1338
1338
|
"name": "newAddress",
|
|
1339
1339
|
"nodeType": "Identifier",
|
|
1340
1340
|
"overloadedDeclarations": [],
|
|
1341
|
-
"referencedDeclaration":
|
|
1341
|
+
"referencedDeclaration": 32447,
|
|
1342
1342
|
"src": "1840:10:89",
|
|
1343
1343
|
"typeDescriptions": {
|
|
1344
1344
|
"typeIdentifier": "t_address",
|
|
@@ -1353,18 +1353,18 @@
|
|
|
1353
1353
|
"typeString": "address"
|
|
1354
1354
|
}
|
|
1355
1355
|
],
|
|
1356
|
-
"id":
|
|
1356
|
+
"id": 32462,
|
|
1357
1357
|
"name": "_updateCodeAddress",
|
|
1358
1358
|
"nodeType": "Identifier",
|
|
1359
1359
|
"overloadedDeclarations": [],
|
|
1360
|
-
"referencedDeclaration":
|
|
1360
|
+
"referencedDeclaration": 37010,
|
|
1361
1361
|
"src": "1821:18:89",
|
|
1362
1362
|
"typeDescriptions": {
|
|
1363
1363
|
"typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
|
|
1364
1364
|
"typeString": "function (address)"
|
|
1365
1365
|
}
|
|
1366
1366
|
},
|
|
1367
|
-
"id":
|
|
1367
|
+
"id": 32464,
|
|
1368
1368
|
"isConstant": false,
|
|
1369
1369
|
"isLValue": false,
|
|
1370
1370
|
"isPure": false,
|
|
@@ -1379,7 +1379,7 @@
|
|
|
1379
1379
|
"typeString": "tuple()"
|
|
1380
1380
|
}
|
|
1381
1381
|
},
|
|
1382
|
-
"id":
|
|
1382
|
+
"id": 32465,
|
|
1383
1383
|
"nodeType": "ExpressionStatement",
|
|
1384
1384
|
"src": "1821:30:89"
|
|
1385
1385
|
},
|
|
@@ -1388,18 +1388,18 @@
|
|
|
1388
1388
|
"arguments": [],
|
|
1389
1389
|
"expression": {
|
|
1390
1390
|
"argumentTypes": [],
|
|
1391
|
-
"id":
|
|
1391
|
+
"id": 32466,
|
|
1392
1392
|
"name": "_updateSuperTokenLogic",
|
|
1393
1393
|
"nodeType": "Identifier",
|
|
1394
1394
|
"overloadedDeclarations": [],
|
|
1395
|
-
"referencedDeclaration":
|
|
1395
|
+
"referencedDeclaration": 32496,
|
|
1396
1396
|
"src": "1861:22:89",
|
|
1397
1397
|
"typeDescriptions": {
|
|
1398
1398
|
"typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
|
|
1399
1399
|
"typeString": "function ()"
|
|
1400
1400
|
}
|
|
1401
1401
|
},
|
|
1402
|
-
"id":
|
|
1402
|
+
"id": 32467,
|
|
1403
1403
|
"isConstant": false,
|
|
1404
1404
|
"isLValue": false,
|
|
1405
1405
|
"isPure": false,
|
|
@@ -1414,14 +1414,14 @@
|
|
|
1414
1414
|
"typeString": "tuple()"
|
|
1415
1415
|
}
|
|
1416
1416
|
},
|
|
1417
|
-
"id":
|
|
1417
|
+
"id": 32468,
|
|
1418
1418
|
"nodeType": "ExpressionStatement",
|
|
1419
1419
|
"src": "1861:24:89"
|
|
1420
1420
|
}
|
|
1421
1421
|
]
|
|
1422
1422
|
},
|
|
1423
1423
|
"functionSelector": "46951954",
|
|
1424
|
-
"id":
|
|
1424
|
+
"id": 32470,
|
|
1425
1425
|
"implemented": true,
|
|
1426
1426
|
"kind": "function",
|
|
1427
1427
|
"modifiers": [],
|
|
@@ -1429,23 +1429,23 @@
|
|
|
1429
1429
|
"nameLocation": "1667:10:89",
|
|
1430
1430
|
"nodeType": "FunctionDefinition",
|
|
1431
1431
|
"overrides": {
|
|
1432
|
-
"id":
|
|
1432
|
+
"id": 32449,
|
|
1433
1433
|
"nodeType": "OverrideSpecifier",
|
|
1434
1434
|
"overrides": [],
|
|
1435
1435
|
"src": "1707:8:89"
|
|
1436
1436
|
},
|
|
1437
1437
|
"parameters": {
|
|
1438
|
-
"id":
|
|
1438
|
+
"id": 32448,
|
|
1439
1439
|
"nodeType": "ParameterList",
|
|
1440
1440
|
"parameters": [
|
|
1441
1441
|
{
|
|
1442
1442
|
"constant": false,
|
|
1443
|
-
"id":
|
|
1443
|
+
"id": 32447,
|
|
1444
1444
|
"mutability": "mutable",
|
|
1445
1445
|
"name": "newAddress",
|
|
1446
1446
|
"nameLocation": "1686:10:89",
|
|
1447
1447
|
"nodeType": "VariableDeclaration",
|
|
1448
|
-
"scope":
|
|
1448
|
+
"scope": 32470,
|
|
1449
1449
|
"src": "1678:18:89",
|
|
1450
1450
|
"stateVariable": false,
|
|
1451
1451
|
"storageLocation": "default",
|
|
@@ -1454,7 +1454,7 @@
|
|
|
1454
1454
|
"typeString": "address"
|
|
1455
1455
|
},
|
|
1456
1456
|
"typeName": {
|
|
1457
|
-
"id":
|
|
1457
|
+
"id": 32446,
|
|
1458
1458
|
"name": "address",
|
|
1459
1459
|
"nodeType": "ElementaryTypeName",
|
|
1460
1460
|
"src": "1678:7:89",
|
|
@@ -1470,12 +1470,12 @@
|
|
|
1470
1470
|
"src": "1677:20:89"
|
|
1471
1471
|
},
|
|
1472
1472
|
"returnParameters": {
|
|
1473
|
-
"id":
|
|
1473
|
+
"id": 32450,
|
|
1474
1474
|
"nodeType": "ParameterList",
|
|
1475
1475
|
"parameters": [],
|
|
1476
1476
|
"src": "1716:0:89"
|
|
1477
1477
|
},
|
|
1478
|
-
"scope":
|
|
1478
|
+
"scope": 32695,
|
|
1479
1479
|
"src": "1658:234:89",
|
|
1480
1480
|
"stateMutability": "nonpayable",
|
|
1481
1481
|
"virtual": false,
|
|
@@ -1483,26 +1483,26 @@
|
|
|
1483
1483
|
},
|
|
1484
1484
|
{
|
|
1485
1485
|
"body": {
|
|
1486
|
-
"id":
|
|
1486
|
+
"id": 32495,
|
|
1487
1487
|
"nodeType": "Block",
|
|
1488
1488
|
"src": "1940:291:89",
|
|
1489
1489
|
"statements": [
|
|
1490
1490
|
{
|
|
1491
1491
|
"expression": {
|
|
1492
|
-
"id":
|
|
1492
|
+
"id": 32480,
|
|
1493
1493
|
"isConstant": false,
|
|
1494
1494
|
"isLValue": false,
|
|
1495
1495
|
"isPure": false,
|
|
1496
1496
|
"lValueRequested": false,
|
|
1497
1497
|
"leftHandSide": {
|
|
1498
|
-
"id":
|
|
1498
|
+
"id": 32473,
|
|
1499
1499
|
"name": "_superTokenLogic",
|
|
1500
1500
|
"nodeType": "Identifier",
|
|
1501
1501
|
"overloadedDeclarations": [],
|
|
1502
|
-
"referencedDeclaration":
|
|
1502
|
+
"referencedDeclaration": 32399,
|
|
1503
1503
|
"src": "2044:16:89",
|
|
1504
1504
|
"typeDescriptions": {
|
|
1505
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1505
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
1506
1506
|
"typeString": "contract ISuperToken"
|
|
1507
1507
|
}
|
|
1508
1508
|
},
|
|
@@ -1513,14 +1513,14 @@
|
|
|
1513
1513
|
{
|
|
1514
1514
|
"arguments": [
|
|
1515
1515
|
{
|
|
1516
|
-
"id":
|
|
1516
|
+
"id": 32477,
|
|
1517
1517
|
"name": "_host",
|
|
1518
1518
|
"nodeType": "Identifier",
|
|
1519
1519
|
"overloadedDeclarations": [],
|
|
1520
|
-
"referencedDeclaration":
|
|
1520
|
+
"referencedDeclaration": 32396,
|
|
1521
1521
|
"src": "2101:5:89",
|
|
1522
1522
|
"typeDescriptions": {
|
|
1523
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1523
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
1524
1524
|
"typeString": "contract ISuperfluid"
|
|
1525
1525
|
}
|
|
1526
1526
|
}
|
|
@@ -1528,37 +1528,37 @@
|
|
|
1528
1528
|
"expression": {
|
|
1529
1529
|
"argumentTypes": [
|
|
1530
1530
|
{
|
|
1531
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1531
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
1532
1532
|
"typeString": "contract ISuperfluid"
|
|
1533
1533
|
}
|
|
1534
1534
|
],
|
|
1535
1535
|
"expression": {
|
|
1536
|
-
"id":
|
|
1536
|
+
"id": 32475,
|
|
1537
1537
|
"name": "this",
|
|
1538
1538
|
"nodeType": "Identifier",
|
|
1539
1539
|
"overloadedDeclarations": [],
|
|
1540
1540
|
"referencedDeclaration": 4294967268,
|
|
1541
1541
|
"src": "2074:4:89",
|
|
1542
1542
|
"typeDescriptions": {
|
|
1543
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryBase_$
|
|
1543
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryBase_$32695",
|
|
1544
1544
|
"typeString": "contract SuperTokenFactoryBase"
|
|
1545
1545
|
}
|
|
1546
1546
|
},
|
|
1547
|
-
"id":
|
|
1547
|
+
"id": 32476,
|
|
1548
1548
|
"isConstant": false,
|
|
1549
1549
|
"isLValue": false,
|
|
1550
1550
|
"isPure": false,
|
|
1551
1551
|
"lValueRequested": false,
|
|
1552
1552
|
"memberName": "createSuperTokenLogic",
|
|
1553
1553
|
"nodeType": "MemberAccess",
|
|
1554
|
-
"referencedDeclaration":
|
|
1554
|
+
"referencedDeclaration": 32514,
|
|
1555
1555
|
"src": "2074:26:89",
|
|
1556
1556
|
"typeDescriptions": {
|
|
1557
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$
|
|
1557
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20053_$returns$_t_address_$",
|
|
1558
1558
|
"typeString": "function (contract ISuperfluid) external returns (address)"
|
|
1559
1559
|
}
|
|
1560
1560
|
},
|
|
1561
|
-
"id":
|
|
1561
|
+
"id": 32478,
|
|
1562
1562
|
"isConstant": false,
|
|
1563
1563
|
"isLValue": false,
|
|
1564
1564
|
"isPure": false,
|
|
@@ -1581,18 +1581,18 @@
|
|
|
1581
1581
|
"typeString": "address"
|
|
1582
1582
|
}
|
|
1583
1583
|
],
|
|
1584
|
-
"id":
|
|
1584
|
+
"id": 32474,
|
|
1585
1585
|
"name": "SuperToken",
|
|
1586
1586
|
"nodeType": "Identifier",
|
|
1587
1587
|
"overloadedDeclarations": [],
|
|
1588
|
-
"referencedDeclaration":
|
|
1588
|
+
"referencedDeclaration": 32368,
|
|
1589
1589
|
"src": "2063:10:89",
|
|
1590
1590
|
"typeDescriptions": {
|
|
1591
|
-
"typeIdentifier": "t_type$_t_contract$_SuperToken_$
|
|
1591
|
+
"typeIdentifier": "t_type$_t_contract$_SuperToken_$32368_$",
|
|
1592
1592
|
"typeString": "type(contract SuperToken)"
|
|
1593
1593
|
}
|
|
1594
1594
|
},
|
|
1595
|
-
"id":
|
|
1595
|
+
"id": 32479,
|
|
1596
1596
|
"isConstant": false,
|
|
1597
1597
|
"isLValue": false,
|
|
1598
1598
|
"isPure": false,
|
|
@@ -1603,17 +1603,17 @@
|
|
|
1603
1603
|
"src": "2063:45:89",
|
|
1604
1604
|
"tryCall": false,
|
|
1605
1605
|
"typeDescriptions": {
|
|
1606
|
-
"typeIdentifier": "t_contract$_SuperToken_$
|
|
1606
|
+
"typeIdentifier": "t_contract$_SuperToken_$32368",
|
|
1607
1607
|
"typeString": "contract SuperToken"
|
|
1608
1608
|
}
|
|
1609
1609
|
},
|
|
1610
1610
|
"src": "2044:64:89",
|
|
1611
1611
|
"typeDescriptions": {
|
|
1612
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1612
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
1613
1613
|
"typeString": "contract ISuperToken"
|
|
1614
1614
|
}
|
|
1615
1615
|
},
|
|
1616
|
-
"id":
|
|
1616
|
+
"id": 32481,
|
|
1617
1617
|
"nodeType": "ExpressionStatement",
|
|
1618
1618
|
"src": "2044:64:89"
|
|
1619
1619
|
},
|
|
@@ -1627,14 +1627,14 @@
|
|
|
1627
1627
|
{
|
|
1628
1628
|
"arguments": [
|
|
1629
1629
|
{
|
|
1630
|
-
"id":
|
|
1630
|
+
"id": 32485,
|
|
1631
1631
|
"name": "_superTokenLogic",
|
|
1632
1632
|
"nodeType": "Identifier",
|
|
1633
1633
|
"overloadedDeclarations": [],
|
|
1634
|
-
"referencedDeclaration":
|
|
1634
|
+
"referencedDeclaration": 32399,
|
|
1635
1635
|
"src": "2140:16:89",
|
|
1636
1636
|
"typeDescriptions": {
|
|
1637
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1637
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
1638
1638
|
"typeString": "contract ISuperToken"
|
|
1639
1639
|
}
|
|
1640
1640
|
}
|
|
@@ -1642,11 +1642,11 @@
|
|
|
1642
1642
|
"expression": {
|
|
1643
1643
|
"argumentTypes": [
|
|
1644
1644
|
{
|
|
1645
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1645
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
1646
1646
|
"typeString": "contract ISuperToken"
|
|
1647
1647
|
}
|
|
1648
1648
|
],
|
|
1649
|
-
"id":
|
|
1649
|
+
"id": 32484,
|
|
1650
1650
|
"isConstant": false,
|
|
1651
1651
|
"isLValue": false,
|
|
1652
1652
|
"isPure": true,
|
|
@@ -1658,14 +1658,14 @@
|
|
|
1658
1658
|
"typeString": "type(address)"
|
|
1659
1659
|
},
|
|
1660
1660
|
"typeName": {
|
|
1661
|
-
"id":
|
|
1661
|
+
"id": 32483,
|
|
1662
1662
|
"name": "address",
|
|
1663
1663
|
"nodeType": "ElementaryTypeName",
|
|
1664
1664
|
"src": "2132:7:89",
|
|
1665
1665
|
"typeDescriptions": {}
|
|
1666
1666
|
}
|
|
1667
1667
|
},
|
|
1668
|
-
"id":
|
|
1668
|
+
"id": 32486,
|
|
1669
1669
|
"isConstant": false,
|
|
1670
1670
|
"isLValue": false,
|
|
1671
1671
|
"isPure": false,
|
|
@@ -1688,18 +1688,18 @@
|
|
|
1688
1688
|
"typeString": "address"
|
|
1689
1689
|
}
|
|
1690
1690
|
],
|
|
1691
|
-
"id":
|
|
1691
|
+
"id": 32482,
|
|
1692
1692
|
"name": "UUPSProxiable",
|
|
1693
1693
|
"nodeType": "Identifier",
|
|
1694
1694
|
"overloadedDeclarations": [],
|
|
1695
|
-
"referencedDeclaration":
|
|
1695
|
+
"referencedDeclaration": 37017,
|
|
1696
1696
|
"src": "2118:13:89",
|
|
1697
1697
|
"typeDescriptions": {
|
|
1698
|
-
"typeIdentifier": "t_type$_t_contract$_UUPSProxiable_$
|
|
1698
|
+
"typeIdentifier": "t_type$_t_contract$_UUPSProxiable_$37017_$",
|
|
1699
1699
|
"typeString": "type(contract UUPSProxiable)"
|
|
1700
1700
|
}
|
|
1701
1701
|
},
|
|
1702
|
-
"id":
|
|
1702
|
+
"id": 32487,
|
|
1703
1703
|
"isConstant": false,
|
|
1704
1704
|
"isLValue": false,
|
|
1705
1705
|
"isPure": false,
|
|
@@ -1710,25 +1710,25 @@
|
|
|
1710
1710
|
"src": "2118:40:89",
|
|
1711
1711
|
"tryCall": false,
|
|
1712
1712
|
"typeDescriptions": {
|
|
1713
|
-
"typeIdentifier": "t_contract$_UUPSProxiable_$
|
|
1713
|
+
"typeIdentifier": "t_contract$_UUPSProxiable_$37017",
|
|
1714
1714
|
"typeString": "contract UUPSProxiable"
|
|
1715
1715
|
}
|
|
1716
1716
|
},
|
|
1717
|
-
"id":
|
|
1717
|
+
"id": 32488,
|
|
1718
1718
|
"isConstant": false,
|
|
1719
1719
|
"isLValue": false,
|
|
1720
1720
|
"isPure": false,
|
|
1721
1721
|
"lValueRequested": false,
|
|
1722
1722
|
"memberName": "castrate",
|
|
1723
1723
|
"nodeType": "MemberAccess",
|
|
1724
|
-
"referencedDeclaration":
|
|
1724
|
+
"referencedDeclaration": 36951,
|
|
1725
1725
|
"src": "2118:49:89",
|
|
1726
1726
|
"typeDescriptions": {
|
|
1727
1727
|
"typeIdentifier": "t_function_external_nonpayable$__$returns$__$",
|
|
1728
1728
|
"typeString": "function () external"
|
|
1729
1729
|
}
|
|
1730
1730
|
},
|
|
1731
|
-
"id":
|
|
1731
|
+
"id": 32489,
|
|
1732
1732
|
"isConstant": false,
|
|
1733
1733
|
"isLValue": false,
|
|
1734
1734
|
"isPure": false,
|
|
@@ -1743,7 +1743,7 @@
|
|
|
1743
1743
|
"typeString": "tuple()"
|
|
1744
1744
|
}
|
|
1745
1745
|
},
|
|
1746
|
-
"id":
|
|
1746
|
+
"id": 32490,
|
|
1747
1747
|
"nodeType": "ExpressionStatement",
|
|
1748
1748
|
"src": "2118:51:89"
|
|
1749
1749
|
},
|
|
@@ -1751,14 +1751,14 @@
|
|
|
1751
1751
|
"eventCall": {
|
|
1752
1752
|
"arguments": [
|
|
1753
1753
|
{
|
|
1754
|
-
"id":
|
|
1754
|
+
"id": 32492,
|
|
1755
1755
|
"name": "_superTokenLogic",
|
|
1756
1756
|
"nodeType": "Identifier",
|
|
1757
1757
|
"overloadedDeclarations": [],
|
|
1758
|
-
"referencedDeclaration":
|
|
1758
|
+
"referencedDeclaration": 32399,
|
|
1759
1759
|
"src": "2207:16:89",
|
|
1760
1760
|
"typeDescriptions": {
|
|
1761
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1761
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
1762
1762
|
"typeString": "contract ISuperToken"
|
|
1763
1763
|
}
|
|
1764
1764
|
}
|
|
@@ -1766,22 +1766,22 @@
|
|
|
1766
1766
|
"expression": {
|
|
1767
1767
|
"argumentTypes": [
|
|
1768
1768
|
{
|
|
1769
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1769
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
1770
1770
|
"typeString": "contract ISuperToken"
|
|
1771
1771
|
}
|
|
1772
1772
|
],
|
|
1773
|
-
"id":
|
|
1773
|
+
"id": 32491,
|
|
1774
1774
|
"name": "SuperTokenLogicCreated",
|
|
1775
1775
|
"nodeType": "Identifier",
|
|
1776
1776
|
"overloadedDeclarations": [],
|
|
1777
|
-
"referencedDeclaration":
|
|
1777
|
+
"referencedDeclaration": 19568,
|
|
1778
1778
|
"src": "2184:22:89",
|
|
1779
1779
|
"typeDescriptions": {
|
|
1780
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$
|
|
1780
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19492_$returns$__$",
|
|
1781
1781
|
"typeString": "function (contract ISuperToken)"
|
|
1782
1782
|
}
|
|
1783
1783
|
},
|
|
1784
|
-
"id":
|
|
1784
|
+
"id": 32493,
|
|
1785
1785
|
"isConstant": false,
|
|
1786
1786
|
"isLValue": false,
|
|
1787
1787
|
"isPure": false,
|
|
@@ -1796,13 +1796,13 @@
|
|
|
1796
1796
|
"typeString": "tuple()"
|
|
1797
1797
|
}
|
|
1798
1798
|
},
|
|
1799
|
-
"id":
|
|
1799
|
+
"id": 32494,
|
|
1800
1800
|
"nodeType": "EmitStatement",
|
|
1801
1801
|
"src": "2179:45:89"
|
|
1802
1802
|
}
|
|
1803
1803
|
]
|
|
1804
1804
|
},
|
|
1805
|
-
"id":
|
|
1805
|
+
"id": 32496,
|
|
1806
1806
|
"implemented": true,
|
|
1807
1807
|
"kind": "function",
|
|
1808
1808
|
"modifiers": [],
|
|
@@ -1810,18 +1810,18 @@
|
|
|
1810
1810
|
"nameLocation": "1907:22:89",
|
|
1811
1811
|
"nodeType": "FunctionDefinition",
|
|
1812
1812
|
"parameters": {
|
|
1813
|
-
"id":
|
|
1813
|
+
"id": 32471,
|
|
1814
1814
|
"nodeType": "ParameterList",
|
|
1815
1815
|
"parameters": [],
|
|
1816
1816
|
"src": "1929:2:89"
|
|
1817
1817
|
},
|
|
1818
1818
|
"returnParameters": {
|
|
1819
|
-
"id":
|
|
1819
|
+
"id": 32472,
|
|
1820
1820
|
"nodeType": "ParameterList",
|
|
1821
1821
|
"parameters": [],
|
|
1822
1822
|
"src": "1940:0:89"
|
|
1823
1823
|
},
|
|
1824
|
-
"scope":
|
|
1824
|
+
"scope": 32695,
|
|
1825
1825
|
"src": "1898:333:89",
|
|
1826
1826
|
"stateMutability": "nonpayable",
|
|
1827
1827
|
"virtual": false,
|
|
@@ -1829,35 +1829,35 @@
|
|
|
1829
1829
|
},
|
|
1830
1830
|
{
|
|
1831
1831
|
"baseFunctions": [
|
|
1832
|
-
|
|
1832
|
+
19517
|
|
1833
1833
|
],
|
|
1834
1834
|
"body": {
|
|
1835
|
-
"id":
|
|
1835
|
+
"id": 32505,
|
|
1836
1836
|
"nodeType": "Block",
|
|
1837
1837
|
"src": "2517:40:89",
|
|
1838
1838
|
"statements": [
|
|
1839
1839
|
{
|
|
1840
1840
|
"expression": {
|
|
1841
|
-
"id":
|
|
1841
|
+
"id": 32503,
|
|
1842
1842
|
"name": "_superTokenLogic",
|
|
1843
1843
|
"nodeType": "Identifier",
|
|
1844
1844
|
"overloadedDeclarations": [],
|
|
1845
|
-
"referencedDeclaration":
|
|
1845
|
+
"referencedDeclaration": 32399,
|
|
1846
1846
|
"src": "2534:16:89",
|
|
1847
1847
|
"typeDescriptions": {
|
|
1848
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1848
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
1849
1849
|
"typeString": "contract ISuperToken"
|
|
1850
1850
|
}
|
|
1851
1851
|
},
|
|
1852
|
-
"functionReturnParameters":
|
|
1853
|
-
"id":
|
|
1852
|
+
"functionReturnParameters": 32502,
|
|
1853
|
+
"id": 32504,
|
|
1854
1854
|
"nodeType": "Return",
|
|
1855
1855
|
"src": "2527:23:89"
|
|
1856
1856
|
}
|
|
1857
1857
|
]
|
|
1858
1858
|
},
|
|
1859
1859
|
"functionSelector": "9470a5b2",
|
|
1860
|
-
"id":
|
|
1860
|
+
"id": 32506,
|
|
1861
1861
|
"implemented": true,
|
|
1862
1862
|
"kind": "function",
|
|
1863
1863
|
"modifiers": [],
|
|
@@ -1865,50 +1865,50 @@
|
|
|
1865
1865
|
"nameLocation": "2431:18:89",
|
|
1866
1866
|
"nodeType": "FunctionDefinition",
|
|
1867
1867
|
"overrides": {
|
|
1868
|
-
"id":
|
|
1868
|
+
"id": 32498,
|
|
1869
1869
|
"nodeType": "OverrideSpecifier",
|
|
1870
1870
|
"overrides": [],
|
|
1871
1871
|
"src": "2474:8:89"
|
|
1872
1872
|
},
|
|
1873
1873
|
"parameters": {
|
|
1874
|
-
"id":
|
|
1874
|
+
"id": 32497,
|
|
1875
1875
|
"nodeType": "ParameterList",
|
|
1876
1876
|
"parameters": [],
|
|
1877
1877
|
"src": "2449:2:89"
|
|
1878
1878
|
},
|
|
1879
1879
|
"returnParameters": {
|
|
1880
|
-
"id":
|
|
1880
|
+
"id": 32502,
|
|
1881
1881
|
"nodeType": "ParameterList",
|
|
1882
1882
|
"parameters": [
|
|
1883
1883
|
{
|
|
1884
1884
|
"constant": false,
|
|
1885
|
-
"id":
|
|
1885
|
+
"id": 32501,
|
|
1886
1886
|
"mutability": "mutable",
|
|
1887
1887
|
"name": "",
|
|
1888
1888
|
"nameLocation": "-1:-1:-1",
|
|
1889
1889
|
"nodeType": "VariableDeclaration",
|
|
1890
|
-
"scope":
|
|
1890
|
+
"scope": 32506,
|
|
1891
1891
|
"src": "2500:11:89",
|
|
1892
1892
|
"stateVariable": false,
|
|
1893
1893
|
"storageLocation": "default",
|
|
1894
1894
|
"typeDescriptions": {
|
|
1895
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1895
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
1896
1896
|
"typeString": "contract ISuperToken"
|
|
1897
1897
|
},
|
|
1898
1898
|
"typeName": {
|
|
1899
|
-
"id":
|
|
1899
|
+
"id": 32500,
|
|
1900
1900
|
"nodeType": "UserDefinedTypeName",
|
|
1901
1901
|
"pathNode": {
|
|
1902
|
-
"id":
|
|
1902
|
+
"id": 32499,
|
|
1903
1903
|
"name": "ISuperToken",
|
|
1904
1904
|
"nodeType": "IdentifierPath",
|
|
1905
|
-
"referencedDeclaration":
|
|
1905
|
+
"referencedDeclaration": 19492,
|
|
1906
1906
|
"src": "2500:11:89"
|
|
1907
1907
|
},
|
|
1908
|
-
"referencedDeclaration":
|
|
1908
|
+
"referencedDeclaration": 19492,
|
|
1909
1909
|
"src": "2500:11:89",
|
|
1910
1910
|
"typeDescriptions": {
|
|
1911
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1911
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
1912
1912
|
"typeString": "contract ISuperToken"
|
|
1913
1913
|
}
|
|
1914
1914
|
},
|
|
@@ -1917,7 +1917,7 @@
|
|
|
1917
1917
|
],
|
|
1918
1918
|
"src": "2499:13:89"
|
|
1919
1919
|
},
|
|
1920
|
-
"scope":
|
|
1920
|
+
"scope": 32695,
|
|
1921
1921
|
"src": "2422:135:89",
|
|
1922
1922
|
"stateMutability": "view",
|
|
1923
1923
|
"virtual": false,
|
|
@@ -1925,7 +1925,7 @@
|
|
|
1925
1925
|
},
|
|
1926
1926
|
{
|
|
1927
1927
|
"functionSelector": "4dcc4d79",
|
|
1928
|
-
"id":
|
|
1928
|
+
"id": 32514,
|
|
1929
1929
|
"implemented": false,
|
|
1930
1930
|
"kind": "function",
|
|
1931
1931
|
"modifiers": [],
|
|
@@ -1933,38 +1933,38 @@
|
|
|
1933
1933
|
"nameLocation": "2572:21:89",
|
|
1934
1934
|
"nodeType": "FunctionDefinition",
|
|
1935
1935
|
"parameters": {
|
|
1936
|
-
"id":
|
|
1936
|
+
"id": 32510,
|
|
1937
1937
|
"nodeType": "ParameterList",
|
|
1938
1938
|
"parameters": [
|
|
1939
1939
|
{
|
|
1940
1940
|
"constant": false,
|
|
1941
|
-
"id":
|
|
1941
|
+
"id": 32509,
|
|
1942
1942
|
"mutability": "mutable",
|
|
1943
1943
|
"name": "host",
|
|
1944
1944
|
"nameLocation": "2606:4:89",
|
|
1945
1945
|
"nodeType": "VariableDeclaration",
|
|
1946
|
-
"scope":
|
|
1946
|
+
"scope": 32514,
|
|
1947
1947
|
"src": "2594:16:89",
|
|
1948
1948
|
"stateVariable": false,
|
|
1949
1949
|
"storageLocation": "default",
|
|
1950
1950
|
"typeDescriptions": {
|
|
1951
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1951
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
1952
1952
|
"typeString": "contract ISuperfluid"
|
|
1953
1953
|
},
|
|
1954
1954
|
"typeName": {
|
|
1955
|
-
"id":
|
|
1955
|
+
"id": 32508,
|
|
1956
1956
|
"nodeType": "UserDefinedTypeName",
|
|
1957
1957
|
"pathNode": {
|
|
1958
|
-
"id":
|
|
1958
|
+
"id": 32507,
|
|
1959
1959
|
"name": "ISuperfluid",
|
|
1960
1960
|
"nodeType": "IdentifierPath",
|
|
1961
|
-
"referencedDeclaration":
|
|
1961
|
+
"referencedDeclaration": 20053,
|
|
1962
1962
|
"src": "2594:11:89"
|
|
1963
1963
|
},
|
|
1964
|
-
"referencedDeclaration":
|
|
1964
|
+
"referencedDeclaration": 20053,
|
|
1965
1965
|
"src": "2594:11:89",
|
|
1966
1966
|
"typeDescriptions": {
|
|
1967
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1967
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
1968
1968
|
"typeString": "contract ISuperfluid"
|
|
1969
1969
|
}
|
|
1970
1970
|
},
|
|
@@ -1974,17 +1974,17 @@
|
|
|
1974
1974
|
"src": "2593:18:89"
|
|
1975
1975
|
},
|
|
1976
1976
|
"returnParameters": {
|
|
1977
|
-
"id":
|
|
1977
|
+
"id": 32513,
|
|
1978
1978
|
"nodeType": "ParameterList",
|
|
1979
1979
|
"parameters": [
|
|
1980
1980
|
{
|
|
1981
1981
|
"constant": false,
|
|
1982
|
-
"id":
|
|
1982
|
+
"id": 32512,
|
|
1983
1983
|
"mutability": "mutable",
|
|
1984
1984
|
"name": "logic",
|
|
1985
1985
|
"nameLocation": "2646:5:89",
|
|
1986
1986
|
"nodeType": "VariableDeclaration",
|
|
1987
|
-
"scope":
|
|
1987
|
+
"scope": 32514,
|
|
1988
1988
|
"src": "2638:13:89",
|
|
1989
1989
|
"stateVariable": false,
|
|
1990
1990
|
"storageLocation": "default",
|
|
@@ -1993,7 +1993,7 @@
|
|
|
1993
1993
|
"typeString": "address"
|
|
1994
1994
|
},
|
|
1995
1995
|
"typeName": {
|
|
1996
|
-
"id":
|
|
1996
|
+
"id": 32511,
|
|
1997
1997
|
"name": "address",
|
|
1998
1998
|
"nodeType": "ElementaryTypeName",
|
|
1999
1999
|
"src": "2638:7:89",
|
|
@@ -2008,7 +2008,7 @@
|
|
|
2008
2008
|
],
|
|
2009
2009
|
"src": "2637:15:89"
|
|
2010
2010
|
},
|
|
2011
|
-
"scope":
|
|
2011
|
+
"scope": 32695,
|
|
2012
2012
|
"src": "2563:90:89",
|
|
2013
2013
|
"stateMutability": "nonpayable",
|
|
2014
2014
|
"virtual": true,
|
|
@@ -2016,10 +2016,10 @@
|
|
|
2016
2016
|
},
|
|
2017
2017
|
{
|
|
2018
2018
|
"baseFunctions": [
|
|
2019
|
-
|
|
2019
|
+
19540
|
|
2020
2020
|
],
|
|
2021
2021
|
"body": {
|
|
2022
|
-
"id":
|
|
2022
|
+
"id": 32629,
|
|
2023
2023
|
"nodeType": "Block",
|
|
2024
2024
|
"src": "2927:970:89",
|
|
2025
2025
|
"statements": [
|
|
@@ -2031,7 +2031,7 @@
|
|
|
2031
2031
|
"typeIdentifier": "t_address",
|
|
2032
2032
|
"typeString": "address"
|
|
2033
2033
|
},
|
|
2034
|
-
"id":
|
|
2034
|
+
"id": 32542,
|
|
2035
2035
|
"isConstant": false,
|
|
2036
2036
|
"isLValue": false,
|
|
2037
2037
|
"isPure": false,
|
|
@@ -2039,11 +2039,11 @@
|
|
|
2039
2039
|
"leftExpression": {
|
|
2040
2040
|
"arguments": [
|
|
2041
2041
|
{
|
|
2042
|
-
"id":
|
|
2042
|
+
"id": 32536,
|
|
2043
2043
|
"name": "underlyingToken",
|
|
2044
2044
|
"nodeType": "Identifier",
|
|
2045
2045
|
"overloadedDeclarations": [],
|
|
2046
|
-
"referencedDeclaration":
|
|
2046
|
+
"referencedDeclaration": 32517,
|
|
2047
2047
|
"src": "2953:15:89",
|
|
2048
2048
|
"typeDescriptions": {
|
|
2049
2049
|
"typeIdentifier": "t_contract$_IERC20_$1630",
|
|
@@ -2058,7 +2058,7 @@
|
|
|
2058
2058
|
"typeString": "contract IERC20"
|
|
2059
2059
|
}
|
|
2060
2060
|
],
|
|
2061
|
-
"id":
|
|
2061
|
+
"id": 32535,
|
|
2062
2062
|
"isConstant": false,
|
|
2063
2063
|
"isLValue": false,
|
|
2064
2064
|
"isPure": true,
|
|
@@ -2070,14 +2070,14 @@
|
|
|
2070
2070
|
"typeString": "type(address)"
|
|
2071
2071
|
},
|
|
2072
2072
|
"typeName": {
|
|
2073
|
-
"id":
|
|
2073
|
+
"id": 32534,
|
|
2074
2074
|
"name": "address",
|
|
2075
2075
|
"nodeType": "ElementaryTypeName",
|
|
2076
2076
|
"src": "2945:7:89",
|
|
2077
2077
|
"typeDescriptions": {}
|
|
2078
2078
|
}
|
|
2079
2079
|
},
|
|
2080
|
-
"id":
|
|
2080
|
+
"id": 32537,
|
|
2081
2081
|
"isConstant": false,
|
|
2082
2082
|
"isLValue": false,
|
|
2083
2083
|
"isPure": false,
|
|
@@ -2098,7 +2098,7 @@
|
|
|
2098
2098
|
"arguments": [
|
|
2099
2099
|
{
|
|
2100
2100
|
"hexValue": "30",
|
|
2101
|
-
"id":
|
|
2101
|
+
"id": 32540,
|
|
2102
2102
|
"isConstant": false,
|
|
2103
2103
|
"isLValue": false,
|
|
2104
2104
|
"isPure": true,
|
|
@@ -2120,7 +2120,7 @@
|
|
|
2120
2120
|
"typeString": "int_const 0"
|
|
2121
2121
|
}
|
|
2122
2122
|
],
|
|
2123
|
-
"id":
|
|
2123
|
+
"id": 32539,
|
|
2124
2124
|
"isConstant": false,
|
|
2125
2125
|
"isLValue": false,
|
|
2126
2126
|
"isPure": true,
|
|
@@ -2132,14 +2132,14 @@
|
|
|
2132
2132
|
"typeString": "type(address)"
|
|
2133
2133
|
},
|
|
2134
2134
|
"typeName": {
|
|
2135
|
-
"id":
|
|
2135
|
+
"id": 32538,
|
|
2136
2136
|
"name": "address",
|
|
2137
2137
|
"nodeType": "ElementaryTypeName",
|
|
2138
2138
|
"src": "2973:7:89",
|
|
2139
2139
|
"typeDescriptions": {}
|
|
2140
2140
|
}
|
|
2141
2141
|
},
|
|
2142
|
-
"id":
|
|
2142
|
+
"id": 32541,
|
|
2143
2143
|
"isConstant": false,
|
|
2144
2144
|
"isLValue": false,
|
|
2145
2145
|
"isPure": true,
|
|
@@ -2162,7 +2162,7 @@
|
|
|
2162
2162
|
},
|
|
2163
2163
|
{
|
|
2164
2164
|
"hexValue": "5375706572546f6b656e466163746f72793a207a65726f2061646472657373",
|
|
2165
|
-
"id":
|
|
2165
|
+
"id": 32543,
|
|
2166
2166
|
"isConstant": false,
|
|
2167
2167
|
"isLValue": false,
|
|
2168
2168
|
"isPure": true,
|
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
"typeString": "literal_string \"SuperTokenFactory: zero address\""
|
|
2189
2189
|
}
|
|
2190
2190
|
],
|
|
2191
|
-
"id":
|
|
2191
|
+
"id": 32533,
|
|
2192
2192
|
"name": "require",
|
|
2193
2193
|
"nodeType": "Identifier",
|
|
2194
2194
|
"overloadedDeclarations": [
|
|
@@ -2202,7 +2202,7 @@
|
|
|
2202
2202
|
"typeString": "function (bool,string memory) pure"
|
|
2203
2203
|
}
|
|
2204
2204
|
},
|
|
2205
|
-
"id":
|
|
2205
|
+
"id": 32544,
|
|
2206
2206
|
"isConstant": false,
|
|
2207
2207
|
"isLValue": false,
|
|
2208
2208
|
"isPure": false,
|
|
@@ -2217,30 +2217,30 @@
|
|
|
2217
2217
|
"typeString": "tuple()"
|
|
2218
2218
|
}
|
|
2219
2219
|
},
|
|
2220
|
-
"id":
|
|
2220
|
+
"id": 32545,
|
|
2221
2221
|
"nodeType": "ExpressionStatement",
|
|
2222
2222
|
"src": "2937:82:89"
|
|
2223
2223
|
},
|
|
2224
2224
|
{
|
|
2225
2225
|
"condition": {
|
|
2226
2226
|
"commonType": {
|
|
2227
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
2227
|
+
"typeIdentifier": "t_enum$_Upgradability_$19521",
|
|
2228
2228
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
2229
2229
|
},
|
|
2230
|
-
"id":
|
|
2230
|
+
"id": 32549,
|
|
2231
2231
|
"isConstant": false,
|
|
2232
2232
|
"isLValue": false,
|
|
2233
2233
|
"isPure": false,
|
|
2234
2234
|
"lValueRequested": false,
|
|
2235
2235
|
"leftExpression": {
|
|
2236
|
-
"id":
|
|
2236
|
+
"id": 32546,
|
|
2237
2237
|
"name": "upgradability",
|
|
2238
2238
|
"nodeType": "Identifier",
|
|
2239
2239
|
"overloadedDeclarations": [],
|
|
2240
|
-
"referencedDeclaration":
|
|
2240
|
+
"referencedDeclaration": 32522,
|
|
2241
2241
|
"src": "3034:13:89",
|
|
2242
2242
|
"typeDescriptions": {
|
|
2243
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
2243
|
+
"typeIdentifier": "t_enum$_Upgradability_$19521",
|
|
2244
2244
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
2245
2245
|
}
|
|
2246
2246
|
},
|
|
@@ -2248,28 +2248,28 @@
|
|
|
2248
2248
|
"operator": "==",
|
|
2249
2249
|
"rightExpression": {
|
|
2250
2250
|
"expression": {
|
|
2251
|
-
"id":
|
|
2251
|
+
"id": 32547,
|
|
2252
2252
|
"name": "Upgradability",
|
|
2253
2253
|
"nodeType": "Identifier",
|
|
2254
2254
|
"overloadedDeclarations": [],
|
|
2255
|
-
"referencedDeclaration":
|
|
2255
|
+
"referencedDeclaration": 19521,
|
|
2256
2256
|
"src": "3051:13:89",
|
|
2257
2257
|
"typeDescriptions": {
|
|
2258
|
-
"typeIdentifier": "t_type$_t_enum$_Upgradability_$
|
|
2258
|
+
"typeIdentifier": "t_type$_t_enum$_Upgradability_$19521_$",
|
|
2259
2259
|
"typeString": "type(enum ISuperTokenFactory.Upgradability)"
|
|
2260
2260
|
}
|
|
2261
2261
|
},
|
|
2262
|
-
"id":
|
|
2262
|
+
"id": 32548,
|
|
2263
2263
|
"isConstant": false,
|
|
2264
2264
|
"isLValue": false,
|
|
2265
2265
|
"isPure": true,
|
|
2266
2266
|
"lValueRequested": false,
|
|
2267
2267
|
"memberName": "NON_UPGRADABLE",
|
|
2268
2268
|
"nodeType": "MemberAccess",
|
|
2269
|
-
"referencedDeclaration":
|
|
2269
|
+
"referencedDeclaration": 19518,
|
|
2270
2270
|
"src": "3051:28:89",
|
|
2271
2271
|
"typeDescriptions": {
|
|
2272
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
2272
|
+
"typeIdentifier": "t_enum$_Upgradability_$19521",
|
|
2273
2273
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
2274
2274
|
}
|
|
2275
2275
|
},
|
|
@@ -2282,23 +2282,23 @@
|
|
|
2282
2282
|
"falseBody": {
|
|
2283
2283
|
"condition": {
|
|
2284
2284
|
"commonType": {
|
|
2285
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
2285
|
+
"typeIdentifier": "t_enum$_Upgradability_$19521",
|
|
2286
2286
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
2287
2287
|
},
|
|
2288
|
-
"id":
|
|
2288
|
+
"id": 32563,
|
|
2289
2289
|
"isConstant": false,
|
|
2290
2290
|
"isLValue": false,
|
|
2291
2291
|
"isPure": false,
|
|
2292
2292
|
"lValueRequested": false,
|
|
2293
2293
|
"leftExpression": {
|
|
2294
|
-
"id":
|
|
2294
|
+
"id": 32560,
|
|
2295
2295
|
"name": "upgradability",
|
|
2296
2296
|
"nodeType": "Identifier",
|
|
2297
2297
|
"overloadedDeclarations": [],
|
|
2298
|
-
"referencedDeclaration":
|
|
2298
|
+
"referencedDeclaration": 32522,
|
|
2299
2299
|
"src": "3175:13:89",
|
|
2300
2300
|
"typeDescriptions": {
|
|
2301
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
2301
|
+
"typeIdentifier": "t_enum$_Upgradability_$19521",
|
|
2302
2302
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
2303
2303
|
}
|
|
2304
2304
|
},
|
|
@@ -2306,28 +2306,28 @@
|
|
|
2306
2306
|
"operator": "==",
|
|
2307
2307
|
"rightExpression": {
|
|
2308
2308
|
"expression": {
|
|
2309
|
-
"id":
|
|
2309
|
+
"id": 32561,
|
|
2310
2310
|
"name": "Upgradability",
|
|
2311
2311
|
"nodeType": "Identifier",
|
|
2312
2312
|
"overloadedDeclarations": [],
|
|
2313
|
-
"referencedDeclaration":
|
|
2313
|
+
"referencedDeclaration": 19521,
|
|
2314
2314
|
"src": "3192:13:89",
|
|
2315
2315
|
"typeDescriptions": {
|
|
2316
|
-
"typeIdentifier": "t_type$_t_enum$_Upgradability_$
|
|
2316
|
+
"typeIdentifier": "t_type$_t_enum$_Upgradability_$19521_$",
|
|
2317
2317
|
"typeString": "type(enum ISuperTokenFactory.Upgradability)"
|
|
2318
2318
|
}
|
|
2319
2319
|
},
|
|
2320
|
-
"id":
|
|
2320
|
+
"id": 32562,
|
|
2321
2321
|
"isConstant": false,
|
|
2322
2322
|
"isLValue": false,
|
|
2323
2323
|
"isPure": true,
|
|
2324
2324
|
"lValueRequested": false,
|
|
2325
2325
|
"memberName": "SEMI_UPGRADABLE",
|
|
2326
2326
|
"nodeType": "MemberAccess",
|
|
2327
|
-
"referencedDeclaration":
|
|
2327
|
+
"referencedDeclaration": 19519,
|
|
2328
2328
|
"src": "3192:29:89",
|
|
2329
2329
|
"typeDescriptions": {
|
|
2330
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
2330
|
+
"typeIdentifier": "t_enum$_Upgradability_$19521",
|
|
2331
2331
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
2332
2332
|
}
|
|
2333
2333
|
},
|
|
@@ -2338,56 +2338,56 @@
|
|
|
2338
2338
|
}
|
|
2339
2339
|
},
|
|
2340
2340
|
"falseBody": {
|
|
2341
|
-
"id":
|
|
2341
|
+
"id": 32613,
|
|
2342
2342
|
"nodeType": "Block",
|
|
2343
2343
|
"src": "3489:184:89",
|
|
2344
2344
|
"statements": [
|
|
2345
2345
|
{
|
|
2346
2346
|
"assignments": [
|
|
2347
|
-
|
|
2347
|
+
32593
|
|
2348
2348
|
],
|
|
2349
2349
|
"declarations": [
|
|
2350
2350
|
{
|
|
2351
2351
|
"constant": false,
|
|
2352
|
-
"id":
|
|
2352
|
+
"id": 32593,
|
|
2353
2353
|
"mutability": "mutable",
|
|
2354
2354
|
"name": "proxy",
|
|
2355
2355
|
"nameLocation": "3533:5:89",
|
|
2356
2356
|
"nodeType": "VariableDeclaration",
|
|
2357
|
-
"scope":
|
|
2357
|
+
"scope": 32613,
|
|
2358
2358
|
"src": "3503:35:89",
|
|
2359
2359
|
"stateVariable": false,
|
|
2360
2360
|
"storageLocation": "default",
|
|
2361
2361
|
"typeDescriptions": {
|
|
2362
|
-
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$
|
|
2362
|
+
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
|
|
2363
2363
|
"typeString": "contract FullUpgradableSuperTokenProxy"
|
|
2364
2364
|
},
|
|
2365
2365
|
"typeName": {
|
|
2366
|
-
"id":
|
|
2366
|
+
"id": 32592,
|
|
2367
2367
|
"nodeType": "UserDefinedTypeName",
|
|
2368
2368
|
"pathNode": {
|
|
2369
|
-
"id":
|
|
2369
|
+
"id": 32591,
|
|
2370
2370
|
"name": "FullUpgradableSuperTokenProxy",
|
|
2371
2371
|
"nodeType": "IdentifierPath",
|
|
2372
|
-
"referencedDeclaration":
|
|
2372
|
+
"referencedDeclaration": 30764,
|
|
2373
2373
|
"src": "3503:29:89"
|
|
2374
2374
|
},
|
|
2375
|
-
"referencedDeclaration":
|
|
2375
|
+
"referencedDeclaration": 30764,
|
|
2376
2376
|
"src": "3503:29:89",
|
|
2377
2377
|
"typeDescriptions": {
|
|
2378
|
-
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$
|
|
2378
|
+
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
|
|
2379
2379
|
"typeString": "contract FullUpgradableSuperTokenProxy"
|
|
2380
2380
|
}
|
|
2381
2381
|
},
|
|
2382
2382
|
"visibility": "internal"
|
|
2383
2383
|
}
|
|
2384
2384
|
],
|
|
2385
|
-
"id":
|
|
2385
|
+
"id": 32598,
|
|
2386
2386
|
"initialValue": {
|
|
2387
2387
|
"arguments": [],
|
|
2388
2388
|
"expression": {
|
|
2389
2389
|
"argumentTypes": [],
|
|
2390
|
-
"id":
|
|
2390
|
+
"id": 32596,
|
|
2391
2391
|
"isConstant": false,
|
|
2392
2392
|
"isLValue": false,
|
|
2393
2393
|
"isPure": false,
|
|
@@ -2395,28 +2395,28 @@
|
|
|
2395
2395
|
"nodeType": "NewExpression",
|
|
2396
2396
|
"src": "3541:33:89",
|
|
2397
2397
|
"typeDescriptions": {
|
|
2398
|
-
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_FullUpgradableSuperTokenProxy_$
|
|
2398
|
+
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_FullUpgradableSuperTokenProxy_$30764_$",
|
|
2399
2399
|
"typeString": "function () returns (contract FullUpgradableSuperTokenProxy)"
|
|
2400
2400
|
},
|
|
2401
2401
|
"typeName": {
|
|
2402
|
-
"id":
|
|
2402
|
+
"id": 32595,
|
|
2403
2403
|
"nodeType": "UserDefinedTypeName",
|
|
2404
2404
|
"pathNode": {
|
|
2405
|
-
"id":
|
|
2405
|
+
"id": 32594,
|
|
2406
2406
|
"name": "FullUpgradableSuperTokenProxy",
|
|
2407
2407
|
"nodeType": "IdentifierPath",
|
|
2408
|
-
"referencedDeclaration":
|
|
2408
|
+
"referencedDeclaration": 30764,
|
|
2409
2409
|
"src": "3545:29:89"
|
|
2410
2410
|
},
|
|
2411
|
-
"referencedDeclaration":
|
|
2411
|
+
"referencedDeclaration": 30764,
|
|
2412
2412
|
"src": "3545:29:89",
|
|
2413
2413
|
"typeDescriptions": {
|
|
2414
|
-
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$
|
|
2414
|
+
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
|
|
2415
2415
|
"typeString": "contract FullUpgradableSuperTokenProxy"
|
|
2416
2416
|
}
|
|
2417
2417
|
}
|
|
2418
2418
|
},
|
|
2419
|
-
"id":
|
|
2419
|
+
"id": 32597,
|
|
2420
2420
|
"isConstant": false,
|
|
2421
2421
|
"isLValue": false,
|
|
2422
2422
|
"isPure": false,
|
|
@@ -2427,7 +2427,7 @@
|
|
|
2427
2427
|
"src": "3541:35:89",
|
|
2428
2428
|
"tryCall": false,
|
|
2429
2429
|
"typeDescriptions": {
|
|
2430
|
-
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$
|
|
2430
|
+
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
|
|
2431
2431
|
"typeString": "contract FullUpgradableSuperTokenProxy"
|
|
2432
2432
|
}
|
|
2433
2433
|
},
|
|
@@ -2440,32 +2440,32 @@
|
|
|
2440
2440
|
"expression": {
|
|
2441
2441
|
"argumentTypes": [],
|
|
2442
2442
|
"expression": {
|
|
2443
|
-
"id":
|
|
2443
|
+
"id": 32599,
|
|
2444
2444
|
"name": "proxy",
|
|
2445
2445
|
"nodeType": "Identifier",
|
|
2446
2446
|
"overloadedDeclarations": [],
|
|
2447
|
-
"referencedDeclaration":
|
|
2447
|
+
"referencedDeclaration": 32593,
|
|
2448
2448
|
"src": "3590:5:89",
|
|
2449
2449
|
"typeDescriptions": {
|
|
2450
|
-
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$
|
|
2450
|
+
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
|
|
2451
2451
|
"typeString": "contract FullUpgradableSuperTokenProxy"
|
|
2452
2452
|
}
|
|
2453
2453
|
},
|
|
2454
|
-
"id":
|
|
2454
|
+
"id": 32601,
|
|
2455
2455
|
"isConstant": false,
|
|
2456
2456
|
"isLValue": false,
|
|
2457
2457
|
"isPure": false,
|
|
2458
2458
|
"lValueRequested": false,
|
|
2459
2459
|
"memberName": "initialize",
|
|
2460
2460
|
"nodeType": "MemberAccess",
|
|
2461
|
-
"referencedDeclaration":
|
|
2461
|
+
"referencedDeclaration": 30732,
|
|
2462
2462
|
"src": "3590:16:89",
|
|
2463
2463
|
"typeDescriptions": {
|
|
2464
2464
|
"typeIdentifier": "t_function_external_nonpayable$__$returns$__$",
|
|
2465
2465
|
"typeString": "function () external"
|
|
2466
2466
|
}
|
|
2467
2467
|
},
|
|
2468
|
-
"id":
|
|
2468
|
+
"id": 32602,
|
|
2469
2469
|
"isConstant": false,
|
|
2470
2470
|
"isLValue": false,
|
|
2471
2471
|
"isPure": false,
|
|
@@ -2480,26 +2480,26 @@
|
|
|
2480
2480
|
"typeString": "tuple()"
|
|
2481
2481
|
}
|
|
2482
2482
|
},
|
|
2483
|
-
"id":
|
|
2483
|
+
"id": 32603,
|
|
2484
2484
|
"nodeType": "ExpressionStatement",
|
|
2485
2485
|
"src": "3590:18:89"
|
|
2486
2486
|
},
|
|
2487
2487
|
{
|
|
2488
2488
|
"expression": {
|
|
2489
|
-
"id":
|
|
2489
|
+
"id": 32611,
|
|
2490
2490
|
"isConstant": false,
|
|
2491
2491
|
"isLValue": false,
|
|
2492
2492
|
"isPure": false,
|
|
2493
2493
|
"lValueRequested": false,
|
|
2494
2494
|
"leftHandSide": {
|
|
2495
|
-
"id":
|
|
2495
|
+
"id": 32604,
|
|
2496
2496
|
"name": "superToken",
|
|
2497
2497
|
"nodeType": "Identifier",
|
|
2498
2498
|
"overloadedDeclarations": [],
|
|
2499
|
-
"referencedDeclaration":
|
|
2499
|
+
"referencedDeclaration": 32531,
|
|
2500
2500
|
"src": "3622:10:89",
|
|
2501
2501
|
"typeDescriptions": {
|
|
2502
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
2502
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
2503
2503
|
"typeString": "contract ISuperToken"
|
|
2504
2504
|
}
|
|
2505
2505
|
},
|
|
@@ -2510,14 +2510,14 @@
|
|
|
2510
2510
|
{
|
|
2511
2511
|
"arguments": [
|
|
2512
2512
|
{
|
|
2513
|
-
"id":
|
|
2513
|
+
"id": 32608,
|
|
2514
2514
|
"name": "proxy",
|
|
2515
2515
|
"nodeType": "Identifier",
|
|
2516
2516
|
"overloadedDeclarations": [],
|
|
2517
|
-
"referencedDeclaration":
|
|
2517
|
+
"referencedDeclaration": 32593,
|
|
2518
2518
|
"src": "3655:5:89",
|
|
2519
2519
|
"typeDescriptions": {
|
|
2520
|
-
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$
|
|
2520
|
+
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
|
|
2521
2521
|
"typeString": "contract FullUpgradableSuperTokenProxy"
|
|
2522
2522
|
}
|
|
2523
2523
|
}
|
|
@@ -2525,11 +2525,11 @@
|
|
|
2525
2525
|
"expression": {
|
|
2526
2526
|
"argumentTypes": [
|
|
2527
2527
|
{
|
|
2528
|
-
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$
|
|
2528
|
+
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
|
|
2529
2529
|
"typeString": "contract FullUpgradableSuperTokenProxy"
|
|
2530
2530
|
}
|
|
2531
2531
|
],
|
|
2532
|
-
"id":
|
|
2532
|
+
"id": 32607,
|
|
2533
2533
|
"isConstant": false,
|
|
2534
2534
|
"isLValue": false,
|
|
2535
2535
|
"isPure": true,
|
|
@@ -2541,14 +2541,14 @@
|
|
|
2541
2541
|
"typeString": "type(address)"
|
|
2542
2542
|
},
|
|
2543
2543
|
"typeName": {
|
|
2544
|
-
"id":
|
|
2544
|
+
"id": 32606,
|
|
2545
2545
|
"name": "address",
|
|
2546
2546
|
"nodeType": "ElementaryTypeName",
|
|
2547
2547
|
"src": "3647:7:89",
|
|
2548
2548
|
"typeDescriptions": {}
|
|
2549
2549
|
}
|
|
2550
2550
|
},
|
|
2551
|
-
"id":
|
|
2551
|
+
"id": 32609,
|
|
2552
2552
|
"isConstant": false,
|
|
2553
2553
|
"isLValue": false,
|
|
2554
2554
|
"isPure": false,
|
|
@@ -2571,18 +2571,18 @@
|
|
|
2571
2571
|
"typeString": "address"
|
|
2572
2572
|
}
|
|
2573
2573
|
],
|
|
2574
|
-
"id":
|
|
2574
|
+
"id": 32605,
|
|
2575
2575
|
"name": "ISuperToken",
|
|
2576
2576
|
"nodeType": "Identifier",
|
|
2577
2577
|
"overloadedDeclarations": [],
|
|
2578
|
-
"referencedDeclaration":
|
|
2578
|
+
"referencedDeclaration": 19492,
|
|
2579
2579
|
"src": "3635:11:89",
|
|
2580
2580
|
"typeDescriptions": {
|
|
2581
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$
|
|
2581
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
|
|
2582
2582
|
"typeString": "type(contract ISuperToken)"
|
|
2583
2583
|
}
|
|
2584
2584
|
},
|
|
2585
|
-
"id":
|
|
2585
|
+
"id": 32610,
|
|
2586
2586
|
"isConstant": false,
|
|
2587
2587
|
"isLValue": false,
|
|
2588
2588
|
"isPure": false,
|
|
@@ -2593,76 +2593,76 @@
|
|
|
2593
2593
|
"src": "3635:27:89",
|
|
2594
2594
|
"tryCall": false,
|
|
2595
2595
|
"typeDescriptions": {
|
|
2596
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
2596
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
2597
2597
|
"typeString": "contract ISuperToken"
|
|
2598
2598
|
}
|
|
2599
2599
|
},
|
|
2600
2600
|
"src": "3622:40:89",
|
|
2601
2601
|
"typeDescriptions": {
|
|
2602
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
2602
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
2603
2603
|
"typeString": "contract ISuperToken"
|
|
2604
2604
|
}
|
|
2605
2605
|
},
|
|
2606
|
-
"id":
|
|
2606
|
+
"id": 32612,
|
|
2607
2607
|
"nodeType": "ExpressionStatement",
|
|
2608
2608
|
"src": "3622:40:89"
|
|
2609
2609
|
}
|
|
2610
2610
|
]
|
|
2611
2611
|
},
|
|
2612
|
-
"id":
|
|
2612
|
+
"id": 32614,
|
|
2613
2613
|
"nodeType": "IfStatement",
|
|
2614
2614
|
"src": "3171:502:89",
|
|
2615
2615
|
"trueBody": {
|
|
2616
|
-
"id":
|
|
2616
|
+
"id": 32590,
|
|
2617
2617
|
"nodeType": "Block",
|
|
2618
2618
|
"src": "3223:212:89",
|
|
2619
2619
|
"statements": [
|
|
2620
2620
|
{
|
|
2621
2621
|
"assignments": [
|
|
2622
|
-
|
|
2622
|
+
32566
|
|
2623
2623
|
],
|
|
2624
2624
|
"declarations": [
|
|
2625
2625
|
{
|
|
2626
2626
|
"constant": false,
|
|
2627
|
-
"id":
|
|
2627
|
+
"id": 32566,
|
|
2628
2628
|
"mutability": "mutable",
|
|
2629
2629
|
"name": "proxy",
|
|
2630
2630
|
"nameLocation": "3247:5:89",
|
|
2631
2631
|
"nodeType": "VariableDeclaration",
|
|
2632
|
-
"scope":
|
|
2632
|
+
"scope": 32590,
|
|
2633
2633
|
"src": "3237:15:89",
|
|
2634
2634
|
"stateVariable": false,
|
|
2635
2635
|
"storageLocation": "default",
|
|
2636
2636
|
"typeDescriptions": {
|
|
2637
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
2637
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$37074",
|
|
2638
2638
|
"typeString": "contract UUPSProxy"
|
|
2639
2639
|
},
|
|
2640
2640
|
"typeName": {
|
|
2641
|
-
"id":
|
|
2641
|
+
"id": 32565,
|
|
2642
2642
|
"nodeType": "UserDefinedTypeName",
|
|
2643
2643
|
"pathNode": {
|
|
2644
|
-
"id":
|
|
2644
|
+
"id": 32564,
|
|
2645
2645
|
"name": "UUPSProxy",
|
|
2646
2646
|
"nodeType": "IdentifierPath",
|
|
2647
|
-
"referencedDeclaration":
|
|
2647
|
+
"referencedDeclaration": 37074,
|
|
2648
2648
|
"src": "3237:9:89"
|
|
2649
2649
|
},
|
|
2650
|
-
"referencedDeclaration":
|
|
2650
|
+
"referencedDeclaration": 37074,
|
|
2651
2651
|
"src": "3237:9:89",
|
|
2652
2652
|
"typeDescriptions": {
|
|
2653
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
2653
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$37074",
|
|
2654
2654
|
"typeString": "contract UUPSProxy"
|
|
2655
2655
|
}
|
|
2656
2656
|
},
|
|
2657
2657
|
"visibility": "internal"
|
|
2658
2658
|
}
|
|
2659
2659
|
],
|
|
2660
|
-
"id":
|
|
2660
|
+
"id": 32571,
|
|
2661
2661
|
"initialValue": {
|
|
2662
2662
|
"arguments": [],
|
|
2663
2663
|
"expression": {
|
|
2664
2664
|
"argumentTypes": [],
|
|
2665
|
-
"id":
|
|
2665
|
+
"id": 32569,
|
|
2666
2666
|
"isConstant": false,
|
|
2667
2667
|
"isLValue": false,
|
|
2668
2668
|
"isPure": false,
|
|
@@ -2670,28 +2670,28 @@
|
|
|
2670
2670
|
"nodeType": "NewExpression",
|
|
2671
2671
|
"src": "3255:13:89",
|
|
2672
2672
|
"typeDescriptions": {
|
|
2673
|
-
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UUPSProxy_$
|
|
2673
|
+
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UUPSProxy_$37074_$",
|
|
2674
2674
|
"typeString": "function () returns (contract UUPSProxy)"
|
|
2675
2675
|
},
|
|
2676
2676
|
"typeName": {
|
|
2677
|
-
"id":
|
|
2677
|
+
"id": 32568,
|
|
2678
2678
|
"nodeType": "UserDefinedTypeName",
|
|
2679
2679
|
"pathNode": {
|
|
2680
|
-
"id":
|
|
2680
|
+
"id": 32567,
|
|
2681
2681
|
"name": "UUPSProxy",
|
|
2682
2682
|
"nodeType": "IdentifierPath",
|
|
2683
|
-
"referencedDeclaration":
|
|
2683
|
+
"referencedDeclaration": 37074,
|
|
2684
2684
|
"src": "3259:9:89"
|
|
2685
2685
|
},
|
|
2686
|
-
"referencedDeclaration":
|
|
2686
|
+
"referencedDeclaration": 37074,
|
|
2687
2687
|
"src": "3259:9:89",
|
|
2688
2688
|
"typeDescriptions": {
|
|
2689
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
2689
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$37074",
|
|
2690
2690
|
"typeString": "contract UUPSProxy"
|
|
2691
2691
|
}
|
|
2692
2692
|
}
|
|
2693
2693
|
},
|
|
2694
|
-
"id":
|
|
2694
|
+
"id": 32570,
|
|
2695
2695
|
"isConstant": false,
|
|
2696
2696
|
"isLValue": false,
|
|
2697
2697
|
"isPure": false,
|
|
@@ -2702,7 +2702,7 @@
|
|
|
2702
2702
|
"src": "3255:15:89",
|
|
2703
2703
|
"tryCall": false,
|
|
2704
2704
|
"typeDescriptions": {
|
|
2705
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
2705
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$37074",
|
|
2706
2706
|
"typeString": "contract UUPSProxy"
|
|
2707
2707
|
}
|
|
2708
2708
|
},
|
|
@@ -2715,14 +2715,14 @@
|
|
|
2715
2715
|
{
|
|
2716
2716
|
"arguments": [
|
|
2717
2717
|
{
|
|
2718
|
-
"id":
|
|
2718
|
+
"id": 32577,
|
|
2719
2719
|
"name": "_superTokenLogic",
|
|
2720
2720
|
"nodeType": "Identifier",
|
|
2721
2721
|
"overloadedDeclarations": [],
|
|
2722
|
-
"referencedDeclaration":
|
|
2722
|
+
"referencedDeclaration": 32399,
|
|
2723
2723
|
"src": "3352:16:89",
|
|
2724
2724
|
"typeDescriptions": {
|
|
2725
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
2725
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
2726
2726
|
"typeString": "contract ISuperToken"
|
|
2727
2727
|
}
|
|
2728
2728
|
}
|
|
@@ -2730,11 +2730,11 @@
|
|
|
2730
2730
|
"expression": {
|
|
2731
2731
|
"argumentTypes": [
|
|
2732
2732
|
{
|
|
2733
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
2733
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
2734
2734
|
"typeString": "contract ISuperToken"
|
|
2735
2735
|
}
|
|
2736
2736
|
],
|
|
2737
|
-
"id":
|
|
2737
|
+
"id": 32576,
|
|
2738
2738
|
"isConstant": false,
|
|
2739
2739
|
"isLValue": false,
|
|
2740
2740
|
"isPure": true,
|
|
@@ -2746,14 +2746,14 @@
|
|
|
2746
2746
|
"typeString": "type(address)"
|
|
2747
2747
|
},
|
|
2748
2748
|
"typeName": {
|
|
2749
|
-
"id":
|
|
2749
|
+
"id": 32575,
|
|
2750
2750
|
"name": "address",
|
|
2751
2751
|
"nodeType": "ElementaryTypeName",
|
|
2752
2752
|
"src": "3344:7:89",
|
|
2753
2753
|
"typeDescriptions": {}
|
|
2754
2754
|
}
|
|
2755
2755
|
},
|
|
2756
|
-
"id":
|
|
2756
|
+
"id": 32578,
|
|
2757
2757
|
"isConstant": false,
|
|
2758
2758
|
"isLValue": false,
|
|
2759
2759
|
"isPure": false,
|
|
@@ -2777,32 +2777,32 @@
|
|
|
2777
2777
|
}
|
|
2778
2778
|
],
|
|
2779
2779
|
"expression": {
|
|
2780
|
-
"id":
|
|
2780
|
+
"id": 32572,
|
|
2781
2781
|
"name": "proxy",
|
|
2782
2782
|
"nodeType": "Identifier",
|
|
2783
2783
|
"overloadedDeclarations": [],
|
|
2784
|
-
"referencedDeclaration":
|
|
2784
|
+
"referencedDeclaration": 32566,
|
|
2785
2785
|
"src": "3322:5:89",
|
|
2786
2786
|
"typeDescriptions": {
|
|
2787
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
2787
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$37074",
|
|
2788
2788
|
"typeString": "contract UUPSProxy"
|
|
2789
2789
|
}
|
|
2790
2790
|
},
|
|
2791
|
-
"id":
|
|
2791
|
+
"id": 32574,
|
|
2792
2792
|
"isConstant": false,
|
|
2793
2793
|
"isLValue": false,
|
|
2794
2794
|
"isPure": false,
|
|
2795
2795
|
"lValueRequested": false,
|
|
2796
2796
|
"memberName": "initializeProxy",
|
|
2797
2797
|
"nodeType": "MemberAccess",
|
|
2798
|
-
"referencedDeclaration":
|
|
2798
|
+
"referencedDeclaration": 37061,
|
|
2799
2799
|
"src": "3322:21:89",
|
|
2800
2800
|
"typeDescriptions": {
|
|
2801
2801
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$",
|
|
2802
2802
|
"typeString": "function (address) external"
|
|
2803
2803
|
}
|
|
2804
2804
|
},
|
|
2805
|
-
"id":
|
|
2805
|
+
"id": 32579,
|
|
2806
2806
|
"isConstant": false,
|
|
2807
2807
|
"isLValue": false,
|
|
2808
2808
|
"isPure": false,
|
|
@@ -2817,26 +2817,26 @@
|
|
|
2817
2817
|
"typeString": "tuple()"
|
|
2818
2818
|
}
|
|
2819
2819
|
},
|
|
2820
|
-
"id":
|
|
2820
|
+
"id": 32580,
|
|
2821
2821
|
"nodeType": "ExpressionStatement",
|
|
2822
2822
|
"src": "3322:48:89"
|
|
2823
2823
|
},
|
|
2824
2824
|
{
|
|
2825
2825
|
"expression": {
|
|
2826
|
-
"id":
|
|
2826
|
+
"id": 32588,
|
|
2827
2827
|
"isConstant": false,
|
|
2828
2828
|
"isLValue": false,
|
|
2829
2829
|
"isPure": false,
|
|
2830
2830
|
"lValueRequested": false,
|
|
2831
2831
|
"leftHandSide": {
|
|
2832
|
-
"id":
|
|
2832
|
+
"id": 32581,
|
|
2833
2833
|
"name": "superToken",
|
|
2834
2834
|
"nodeType": "Identifier",
|
|
2835
2835
|
"overloadedDeclarations": [],
|
|
2836
|
-
"referencedDeclaration":
|
|
2836
|
+
"referencedDeclaration": 32531,
|
|
2837
2837
|
"src": "3384:10:89",
|
|
2838
2838
|
"typeDescriptions": {
|
|
2839
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
2839
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
2840
2840
|
"typeString": "contract ISuperToken"
|
|
2841
2841
|
}
|
|
2842
2842
|
},
|
|
@@ -2847,14 +2847,14 @@
|
|
|
2847
2847
|
{
|
|
2848
2848
|
"arguments": [
|
|
2849
2849
|
{
|
|
2850
|
-
"id":
|
|
2850
|
+
"id": 32585,
|
|
2851
2851
|
"name": "proxy",
|
|
2852
2852
|
"nodeType": "Identifier",
|
|
2853
2853
|
"overloadedDeclarations": [],
|
|
2854
|
-
"referencedDeclaration":
|
|
2854
|
+
"referencedDeclaration": 32566,
|
|
2855
2855
|
"src": "3417:5:89",
|
|
2856
2856
|
"typeDescriptions": {
|
|
2857
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
2857
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$37074",
|
|
2858
2858
|
"typeString": "contract UUPSProxy"
|
|
2859
2859
|
}
|
|
2860
2860
|
}
|
|
@@ -2862,11 +2862,11 @@
|
|
|
2862
2862
|
"expression": {
|
|
2863
2863
|
"argumentTypes": [
|
|
2864
2864
|
{
|
|
2865
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
2865
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$37074",
|
|
2866
2866
|
"typeString": "contract UUPSProxy"
|
|
2867
2867
|
}
|
|
2868
2868
|
],
|
|
2869
|
-
"id":
|
|
2869
|
+
"id": 32584,
|
|
2870
2870
|
"isConstant": false,
|
|
2871
2871
|
"isLValue": false,
|
|
2872
2872
|
"isPure": true,
|
|
@@ -2878,14 +2878,14 @@
|
|
|
2878
2878
|
"typeString": "type(address)"
|
|
2879
2879
|
},
|
|
2880
2880
|
"typeName": {
|
|
2881
|
-
"id":
|
|
2881
|
+
"id": 32583,
|
|
2882
2882
|
"name": "address",
|
|
2883
2883
|
"nodeType": "ElementaryTypeName",
|
|
2884
2884
|
"src": "3409:7:89",
|
|
2885
2885
|
"typeDescriptions": {}
|
|
2886
2886
|
}
|
|
2887
2887
|
},
|
|
2888
|
-
"id":
|
|
2888
|
+
"id": 32586,
|
|
2889
2889
|
"isConstant": false,
|
|
2890
2890
|
"isLValue": false,
|
|
2891
2891
|
"isPure": false,
|
|
@@ -2908,18 +2908,18 @@
|
|
|
2908
2908
|
"typeString": "address"
|
|
2909
2909
|
}
|
|
2910
2910
|
],
|
|
2911
|
-
"id":
|
|
2911
|
+
"id": 32582,
|
|
2912
2912
|
"name": "ISuperToken",
|
|
2913
2913
|
"nodeType": "Identifier",
|
|
2914
2914
|
"overloadedDeclarations": [],
|
|
2915
|
-
"referencedDeclaration":
|
|
2915
|
+
"referencedDeclaration": 19492,
|
|
2916
2916
|
"src": "3397:11:89",
|
|
2917
2917
|
"typeDescriptions": {
|
|
2918
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$
|
|
2918
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
|
|
2919
2919
|
"typeString": "type(contract ISuperToken)"
|
|
2920
2920
|
}
|
|
2921
2921
|
},
|
|
2922
|
-
"id":
|
|
2922
|
+
"id": 32587,
|
|
2923
2923
|
"isConstant": false,
|
|
2924
2924
|
"isLValue": false,
|
|
2925
2925
|
"isPure": false,
|
|
@@ -2930,47 +2930,47 @@
|
|
|
2930
2930
|
"src": "3397:27:89",
|
|
2931
2931
|
"tryCall": false,
|
|
2932
2932
|
"typeDescriptions": {
|
|
2933
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
2933
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
2934
2934
|
"typeString": "contract ISuperToken"
|
|
2935
2935
|
}
|
|
2936
2936
|
},
|
|
2937
2937
|
"src": "3384:40:89",
|
|
2938
2938
|
"typeDescriptions": {
|
|
2939
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
2939
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
2940
2940
|
"typeString": "contract ISuperToken"
|
|
2941
2941
|
}
|
|
2942
2942
|
},
|
|
2943
|
-
"id":
|
|
2943
|
+
"id": 32589,
|
|
2944
2944
|
"nodeType": "ExpressionStatement",
|
|
2945
2945
|
"src": "3384:40:89"
|
|
2946
2946
|
}
|
|
2947
2947
|
]
|
|
2948
2948
|
}
|
|
2949
2949
|
},
|
|
2950
|
-
"id":
|
|
2950
|
+
"id": 32615,
|
|
2951
2951
|
"nodeType": "IfStatement",
|
|
2952
2952
|
"src": "3030:643:89",
|
|
2953
2953
|
"trueBody": {
|
|
2954
|
-
"id":
|
|
2954
|
+
"id": 32559,
|
|
2955
2955
|
"nodeType": "Block",
|
|
2956
2956
|
"src": "3081:84:89",
|
|
2957
2957
|
"statements": [
|
|
2958
2958
|
{
|
|
2959
2959
|
"expression": {
|
|
2960
|
-
"id":
|
|
2960
|
+
"id": 32557,
|
|
2961
2961
|
"isConstant": false,
|
|
2962
2962
|
"isLValue": false,
|
|
2963
2963
|
"isPure": false,
|
|
2964
2964
|
"lValueRequested": false,
|
|
2965
2965
|
"leftHandSide": {
|
|
2966
|
-
"id":
|
|
2966
|
+
"id": 32550,
|
|
2967
2967
|
"name": "superToken",
|
|
2968
2968
|
"nodeType": "Identifier",
|
|
2969
2969
|
"overloadedDeclarations": [],
|
|
2970
|
-
"referencedDeclaration":
|
|
2970
|
+
"referencedDeclaration": 32531,
|
|
2971
2971
|
"src": "3095:10:89",
|
|
2972
2972
|
"typeDescriptions": {
|
|
2973
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
2973
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
2974
2974
|
"typeString": "contract ISuperToken"
|
|
2975
2975
|
}
|
|
2976
2976
|
},
|
|
@@ -2981,14 +2981,14 @@
|
|
|
2981
2981
|
{
|
|
2982
2982
|
"arguments": [
|
|
2983
2983
|
{
|
|
2984
|
-
"id":
|
|
2984
|
+
"id": 32554,
|
|
2985
2985
|
"name": "_host",
|
|
2986
2986
|
"nodeType": "Identifier",
|
|
2987
2987
|
"overloadedDeclarations": [],
|
|
2988
|
-
"referencedDeclaration":
|
|
2988
|
+
"referencedDeclaration": 32396,
|
|
2989
2989
|
"src": "3147:5:89",
|
|
2990
2990
|
"typeDescriptions": {
|
|
2991
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
2991
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
2992
2992
|
"typeString": "contract ISuperfluid"
|
|
2993
2993
|
}
|
|
2994
2994
|
}
|
|
@@ -2996,37 +2996,37 @@
|
|
|
2996
2996
|
"expression": {
|
|
2997
2997
|
"argumentTypes": [
|
|
2998
2998
|
{
|
|
2999
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
2999
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
3000
3000
|
"typeString": "contract ISuperfluid"
|
|
3001
3001
|
}
|
|
3002
3002
|
],
|
|
3003
3003
|
"expression": {
|
|
3004
|
-
"id":
|
|
3004
|
+
"id": 32552,
|
|
3005
3005
|
"name": "this",
|
|
3006
3006
|
"nodeType": "Identifier",
|
|
3007
3007
|
"overloadedDeclarations": [],
|
|
3008
3008
|
"referencedDeclaration": 4294967268,
|
|
3009
3009
|
"src": "3120:4:89",
|
|
3010
3010
|
"typeDescriptions": {
|
|
3011
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryBase_$
|
|
3011
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryBase_$32695",
|
|
3012
3012
|
"typeString": "contract SuperTokenFactoryBase"
|
|
3013
3013
|
}
|
|
3014
3014
|
},
|
|
3015
|
-
"id":
|
|
3015
|
+
"id": 32553,
|
|
3016
3016
|
"isConstant": false,
|
|
3017
3017
|
"isLValue": false,
|
|
3018
3018
|
"isPure": false,
|
|
3019
3019
|
"lValueRequested": false,
|
|
3020
3020
|
"memberName": "createSuperTokenLogic",
|
|
3021
3021
|
"nodeType": "MemberAccess",
|
|
3022
|
-
"referencedDeclaration":
|
|
3022
|
+
"referencedDeclaration": 32514,
|
|
3023
3023
|
"src": "3120:26:89",
|
|
3024
3024
|
"typeDescriptions": {
|
|
3025
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$
|
|
3025
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20053_$returns$_t_address_$",
|
|
3026
3026
|
"typeString": "function (contract ISuperfluid) external returns (address)"
|
|
3027
3027
|
}
|
|
3028
3028
|
},
|
|
3029
|
-
"id":
|
|
3029
|
+
"id": 32555,
|
|
3030
3030
|
"isConstant": false,
|
|
3031
3031
|
"isLValue": false,
|
|
3032
3032
|
"isPure": false,
|
|
@@ -3049,18 +3049,18 @@
|
|
|
3049
3049
|
"typeString": "address"
|
|
3050
3050
|
}
|
|
3051
3051
|
],
|
|
3052
|
-
"id":
|
|
3052
|
+
"id": 32551,
|
|
3053
3053
|
"name": "ISuperToken",
|
|
3054
3054
|
"nodeType": "Identifier",
|
|
3055
3055
|
"overloadedDeclarations": [],
|
|
3056
|
-
"referencedDeclaration":
|
|
3056
|
+
"referencedDeclaration": 19492,
|
|
3057
3057
|
"src": "3108:11:89",
|
|
3058
3058
|
"typeDescriptions": {
|
|
3059
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$
|
|
3059
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
|
|
3060
3060
|
"typeString": "type(contract ISuperToken)"
|
|
3061
3061
|
}
|
|
3062
3062
|
},
|
|
3063
|
-
"id":
|
|
3063
|
+
"id": 32556,
|
|
3064
3064
|
"isConstant": false,
|
|
3065
3065
|
"isLValue": false,
|
|
3066
3066
|
"isPure": false,
|
|
@@ -3071,17 +3071,17 @@
|
|
|
3071
3071
|
"src": "3108:46:89",
|
|
3072
3072
|
"tryCall": false,
|
|
3073
3073
|
"typeDescriptions": {
|
|
3074
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3074
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
3075
3075
|
"typeString": "contract ISuperToken"
|
|
3076
3076
|
}
|
|
3077
3077
|
},
|
|
3078
3078
|
"src": "3095:59:89",
|
|
3079
3079
|
"typeDescriptions": {
|
|
3080
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3080
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
3081
3081
|
"typeString": "contract ISuperToken"
|
|
3082
3082
|
}
|
|
3083
3083
|
},
|
|
3084
|
-
"id":
|
|
3084
|
+
"id": 32558,
|
|
3085
3085
|
"nodeType": "ExpressionStatement",
|
|
3086
3086
|
"src": "3095:59:89"
|
|
3087
3087
|
}
|
|
@@ -3092,11 +3092,11 @@
|
|
|
3092
3092
|
"expression": {
|
|
3093
3093
|
"arguments": [
|
|
3094
3094
|
{
|
|
3095
|
-
"id":
|
|
3095
|
+
"id": 32619,
|
|
3096
3096
|
"name": "underlyingToken",
|
|
3097
3097
|
"nodeType": "Identifier",
|
|
3098
3098
|
"overloadedDeclarations": [],
|
|
3099
|
-
"referencedDeclaration":
|
|
3099
|
+
"referencedDeclaration": 32517,
|
|
3100
3100
|
"src": "3750:15:89",
|
|
3101
3101
|
"typeDescriptions": {
|
|
3102
3102
|
"typeIdentifier": "t_contract$_IERC20_$1630",
|
|
@@ -3104,11 +3104,11 @@
|
|
|
3104
3104
|
}
|
|
3105
3105
|
},
|
|
3106
3106
|
{
|
|
3107
|
-
"id":
|
|
3107
|
+
"id": 32620,
|
|
3108
3108
|
"name": "underlyingDecimals",
|
|
3109
3109
|
"nodeType": "Identifier",
|
|
3110
3110
|
"overloadedDeclarations": [],
|
|
3111
|
-
"referencedDeclaration":
|
|
3111
|
+
"referencedDeclaration": 32519,
|
|
3112
3112
|
"src": "3779:18:89",
|
|
3113
3113
|
"typeDescriptions": {
|
|
3114
3114
|
"typeIdentifier": "t_uint8",
|
|
@@ -3116,11 +3116,11 @@
|
|
|
3116
3116
|
}
|
|
3117
3117
|
},
|
|
3118
3118
|
{
|
|
3119
|
-
"id":
|
|
3119
|
+
"id": 32621,
|
|
3120
3120
|
"name": "name",
|
|
3121
3121
|
"nodeType": "Identifier",
|
|
3122
3122
|
"overloadedDeclarations": [],
|
|
3123
|
-
"referencedDeclaration":
|
|
3123
|
+
"referencedDeclaration": 32524,
|
|
3124
3124
|
"src": "3811:4:89",
|
|
3125
3125
|
"typeDescriptions": {
|
|
3126
3126
|
"typeIdentifier": "t_string_calldata_ptr",
|
|
@@ -3128,11 +3128,11 @@
|
|
|
3128
3128
|
}
|
|
3129
3129
|
},
|
|
3130
3130
|
{
|
|
3131
|
-
"id":
|
|
3131
|
+
"id": 32622,
|
|
3132
3132
|
"name": "symbol",
|
|
3133
3133
|
"nodeType": "Identifier",
|
|
3134
3134
|
"overloadedDeclarations": [],
|
|
3135
|
-
"referencedDeclaration":
|
|
3135
|
+
"referencedDeclaration": 32526,
|
|
3136
3136
|
"src": "3829:6:89",
|
|
3137
3137
|
"typeDescriptions": {
|
|
3138
3138
|
"typeIdentifier": "t_string_calldata_ptr",
|
|
@@ -3160,32 +3160,32 @@
|
|
|
3160
3160
|
}
|
|
3161
3161
|
],
|
|
3162
3162
|
"expression": {
|
|
3163
|
-
"id":
|
|
3163
|
+
"id": 32616,
|
|
3164
3164
|
"name": "superToken",
|
|
3165
3165
|
"nodeType": "Identifier",
|
|
3166
3166
|
"overloadedDeclarations": [],
|
|
3167
|
-
"referencedDeclaration":
|
|
3167
|
+
"referencedDeclaration": 32531,
|
|
3168
3168
|
"src": "3715:10:89",
|
|
3169
3169
|
"typeDescriptions": {
|
|
3170
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3170
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
3171
3171
|
"typeString": "contract ISuperToken"
|
|
3172
3172
|
}
|
|
3173
3173
|
},
|
|
3174
|
-
"id":
|
|
3174
|
+
"id": 32618,
|
|
3175
3175
|
"isConstant": false,
|
|
3176
3176
|
"isLValue": false,
|
|
3177
3177
|
"isPure": false,
|
|
3178
3178
|
"lValueRequested": false,
|
|
3179
3179
|
"memberName": "initialize",
|
|
3180
3180
|
"nodeType": "MemberAccess",
|
|
3181
|
-
"referencedDeclaration":
|
|
3181
|
+
"referencedDeclaration": 19150,
|
|
3182
3182
|
"src": "3715:21:89",
|
|
3183
3183
|
"typeDescriptions": {
|
|
3184
3184
|
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_IERC20_$1630_$_t_uint8_$_t_string_memory_ptr_$_t_string_memory_ptr_$returns$__$",
|
|
3185
3185
|
"typeString": "function (contract IERC20,uint8,string memory,string memory) external"
|
|
3186
3186
|
}
|
|
3187
3187
|
},
|
|
3188
|
-
"id":
|
|
3188
|
+
"id": 32623,
|
|
3189
3189
|
"isConstant": false,
|
|
3190
3190
|
"isLValue": false,
|
|
3191
3191
|
"isPure": false,
|
|
@@ -3200,7 +3200,7 @@
|
|
|
3200
3200
|
"typeString": "tuple()"
|
|
3201
3201
|
}
|
|
3202
3202
|
},
|
|
3203
|
-
"id":
|
|
3203
|
+
"id": 32624,
|
|
3204
3204
|
"nodeType": "ExpressionStatement",
|
|
3205
3205
|
"src": "3715:130:89"
|
|
3206
3206
|
},
|
|
@@ -3208,14 +3208,14 @@
|
|
|
3208
3208
|
"eventCall": {
|
|
3209
3209
|
"arguments": [
|
|
3210
3210
|
{
|
|
3211
|
-
"id":
|
|
3211
|
+
"id": 32626,
|
|
3212
3212
|
"name": "superToken",
|
|
3213
3213
|
"nodeType": "Identifier",
|
|
3214
3214
|
"overloadedDeclarations": [],
|
|
3215
|
-
"referencedDeclaration":
|
|
3215
|
+
"referencedDeclaration": 32531,
|
|
3216
3216
|
"src": "3879:10:89",
|
|
3217
3217
|
"typeDescriptions": {
|
|
3218
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3218
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
3219
3219
|
"typeString": "contract ISuperToken"
|
|
3220
3220
|
}
|
|
3221
3221
|
}
|
|
@@ -3223,22 +3223,22 @@
|
|
|
3223
3223
|
"expression": {
|
|
3224
3224
|
"argumentTypes": [
|
|
3225
3225
|
{
|
|
3226
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3226
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
3227
3227
|
"typeString": "contract ISuperToken"
|
|
3228
3228
|
}
|
|
3229
3229
|
],
|
|
3230
|
-
"id":
|
|
3230
|
+
"id": 32625,
|
|
3231
3231
|
"name": "SuperTokenCreated",
|
|
3232
3232
|
"nodeType": "Identifier",
|
|
3233
3233
|
"overloadedDeclarations": [],
|
|
3234
|
-
"referencedDeclaration":
|
|
3234
|
+
"referencedDeclaration": 19574,
|
|
3235
3235
|
"src": "3861:17:89",
|
|
3236
3236
|
"typeDescriptions": {
|
|
3237
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$
|
|
3237
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19492_$returns$__$",
|
|
3238
3238
|
"typeString": "function (contract ISuperToken)"
|
|
3239
3239
|
}
|
|
3240
3240
|
},
|
|
3241
|
-
"id":
|
|
3241
|
+
"id": 32627,
|
|
3242
3242
|
"isConstant": false,
|
|
3243
3243
|
"isLValue": false,
|
|
3244
3244
|
"isPure": false,
|
|
@@ -3253,14 +3253,14 @@
|
|
|
3253
3253
|
"typeString": "tuple()"
|
|
3254
3254
|
}
|
|
3255
3255
|
},
|
|
3256
|
-
"id":
|
|
3256
|
+
"id": 32628,
|
|
3257
3257
|
"nodeType": "EmitStatement",
|
|
3258
3258
|
"src": "3856:34:89"
|
|
3259
3259
|
}
|
|
3260
3260
|
]
|
|
3261
3261
|
},
|
|
3262
3262
|
"functionSelector": "a6d0c534",
|
|
3263
|
-
"id":
|
|
3263
|
+
"id": 32630,
|
|
3264
3264
|
"implemented": true,
|
|
3265
3265
|
"kind": "function",
|
|
3266
3266
|
"modifiers": [],
|
|
@@ -3268,23 +3268,23 @@
|
|
|
3268
3268
|
"nameLocation": "2668:18:89",
|
|
3269
3269
|
"nodeType": "FunctionDefinition",
|
|
3270
3270
|
"overrides": {
|
|
3271
|
-
"id":
|
|
3271
|
+
"id": 32528,
|
|
3272
3272
|
"nodeType": "OverrideSpecifier",
|
|
3273
3273
|
"overrides": [],
|
|
3274
3274
|
"src": "2873:8:89"
|
|
3275
3275
|
},
|
|
3276
3276
|
"parameters": {
|
|
3277
|
-
"id":
|
|
3277
|
+
"id": 32527,
|
|
3278
3278
|
"nodeType": "ParameterList",
|
|
3279
3279
|
"parameters": [
|
|
3280
3280
|
{
|
|
3281
3281
|
"constant": false,
|
|
3282
|
-
"id":
|
|
3282
|
+
"id": 32517,
|
|
3283
3283
|
"mutability": "mutable",
|
|
3284
3284
|
"name": "underlyingToken",
|
|
3285
3285
|
"nameLocation": "2703:15:89",
|
|
3286
3286
|
"nodeType": "VariableDeclaration",
|
|
3287
|
-
"scope":
|
|
3287
|
+
"scope": 32630,
|
|
3288
3288
|
"src": "2696:22:89",
|
|
3289
3289
|
"stateVariable": false,
|
|
3290
3290
|
"storageLocation": "default",
|
|
@@ -3293,10 +3293,10 @@
|
|
|
3293
3293
|
"typeString": "contract IERC20"
|
|
3294
3294
|
},
|
|
3295
3295
|
"typeName": {
|
|
3296
|
-
"id":
|
|
3296
|
+
"id": 32516,
|
|
3297
3297
|
"nodeType": "UserDefinedTypeName",
|
|
3298
3298
|
"pathNode": {
|
|
3299
|
-
"id":
|
|
3299
|
+
"id": 32515,
|
|
3300
3300
|
"name": "IERC20",
|
|
3301
3301
|
"nodeType": "IdentifierPath",
|
|
3302
3302
|
"referencedDeclaration": 1630,
|
|
@@ -3313,12 +3313,12 @@
|
|
|
3313
3313
|
},
|
|
3314
3314
|
{
|
|
3315
3315
|
"constant": false,
|
|
3316
|
-
"id":
|
|
3316
|
+
"id": 32519,
|
|
3317
3317
|
"mutability": "mutable",
|
|
3318
3318
|
"name": "underlyingDecimals",
|
|
3319
3319
|
"nameLocation": "2734:18:89",
|
|
3320
3320
|
"nodeType": "VariableDeclaration",
|
|
3321
|
-
"scope":
|
|
3321
|
+
"scope": 32630,
|
|
3322
3322
|
"src": "2728:24:89",
|
|
3323
3323
|
"stateVariable": false,
|
|
3324
3324
|
"storageLocation": "default",
|
|
@@ -3327,7 +3327,7 @@
|
|
|
3327
3327
|
"typeString": "uint8"
|
|
3328
3328
|
},
|
|
3329
3329
|
"typeName": {
|
|
3330
|
-
"id":
|
|
3330
|
+
"id": 32518,
|
|
3331
3331
|
"name": "uint8",
|
|
3332
3332
|
"nodeType": "ElementaryTypeName",
|
|
3333
3333
|
"src": "2728:5:89",
|
|
@@ -3340,33 +3340,33 @@
|
|
|
3340
3340
|
},
|
|
3341
3341
|
{
|
|
3342
3342
|
"constant": false,
|
|
3343
|
-
"id":
|
|
3343
|
+
"id": 32522,
|
|
3344
3344
|
"mutability": "mutable",
|
|
3345
3345
|
"name": "upgradability",
|
|
3346
3346
|
"nameLocation": "2776:13:89",
|
|
3347
3347
|
"nodeType": "VariableDeclaration",
|
|
3348
|
-
"scope":
|
|
3348
|
+
"scope": 32630,
|
|
3349
3349
|
"src": "2762:27:89",
|
|
3350
3350
|
"stateVariable": false,
|
|
3351
3351
|
"storageLocation": "default",
|
|
3352
3352
|
"typeDescriptions": {
|
|
3353
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
3353
|
+
"typeIdentifier": "t_enum$_Upgradability_$19521",
|
|
3354
3354
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
3355
3355
|
},
|
|
3356
3356
|
"typeName": {
|
|
3357
|
-
"id":
|
|
3357
|
+
"id": 32521,
|
|
3358
3358
|
"nodeType": "UserDefinedTypeName",
|
|
3359
3359
|
"pathNode": {
|
|
3360
|
-
"id":
|
|
3360
|
+
"id": 32520,
|
|
3361
3361
|
"name": "Upgradability",
|
|
3362
3362
|
"nodeType": "IdentifierPath",
|
|
3363
|
-
"referencedDeclaration":
|
|
3363
|
+
"referencedDeclaration": 19521,
|
|
3364
3364
|
"src": "2762:13:89"
|
|
3365
3365
|
},
|
|
3366
|
-
"referencedDeclaration":
|
|
3366
|
+
"referencedDeclaration": 19521,
|
|
3367
3367
|
"src": "2762:13:89",
|
|
3368
3368
|
"typeDescriptions": {
|
|
3369
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
3369
|
+
"typeIdentifier": "t_enum$_Upgradability_$19521",
|
|
3370
3370
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
3371
3371
|
}
|
|
3372
3372
|
},
|
|
@@ -3374,12 +3374,12 @@
|
|
|
3374
3374
|
},
|
|
3375
3375
|
{
|
|
3376
3376
|
"constant": false,
|
|
3377
|
-
"id":
|
|
3377
|
+
"id": 32524,
|
|
3378
3378
|
"mutability": "mutable",
|
|
3379
3379
|
"name": "name",
|
|
3380
3380
|
"nameLocation": "2815:4:89",
|
|
3381
3381
|
"nodeType": "VariableDeclaration",
|
|
3382
|
-
"scope":
|
|
3382
|
+
"scope": 32630,
|
|
3383
3383
|
"src": "2799:20:89",
|
|
3384
3384
|
"stateVariable": false,
|
|
3385
3385
|
"storageLocation": "calldata",
|
|
@@ -3388,7 +3388,7 @@
|
|
|
3388
3388
|
"typeString": "string"
|
|
3389
3389
|
},
|
|
3390
3390
|
"typeName": {
|
|
3391
|
-
"id":
|
|
3391
|
+
"id": 32523,
|
|
3392
3392
|
"name": "string",
|
|
3393
3393
|
"nodeType": "ElementaryTypeName",
|
|
3394
3394
|
"src": "2799:6:89",
|
|
@@ -3401,12 +3401,12 @@
|
|
|
3401
3401
|
},
|
|
3402
3402
|
{
|
|
3403
3403
|
"constant": false,
|
|
3404
|
-
"id":
|
|
3404
|
+
"id": 32526,
|
|
3405
3405
|
"mutability": "mutable",
|
|
3406
3406
|
"name": "symbol",
|
|
3407
3407
|
"nameLocation": "2845:6:89",
|
|
3408
3408
|
"nodeType": "VariableDeclaration",
|
|
3409
|
-
"scope":
|
|
3409
|
+
"scope": 32630,
|
|
3410
3410
|
"src": "2829:22:89",
|
|
3411
3411
|
"stateVariable": false,
|
|
3412
3412
|
"storageLocation": "calldata",
|
|
@@ -3415,7 +3415,7 @@
|
|
|
3415
3415
|
"typeString": "string"
|
|
3416
3416
|
},
|
|
3417
3417
|
"typeName": {
|
|
3418
|
-
"id":
|
|
3418
|
+
"id": 32525,
|
|
3419
3419
|
"name": "string",
|
|
3420
3420
|
"nodeType": "ElementaryTypeName",
|
|
3421
3421
|
"src": "2829:6:89",
|
|
@@ -3430,38 +3430,38 @@
|
|
|
3430
3430
|
"src": "2686:171:89"
|
|
3431
3431
|
},
|
|
3432
3432
|
"returnParameters": {
|
|
3433
|
-
"id":
|
|
3433
|
+
"id": 32532,
|
|
3434
3434
|
"nodeType": "ParameterList",
|
|
3435
3435
|
"parameters": [
|
|
3436
3436
|
{
|
|
3437
3437
|
"constant": false,
|
|
3438
|
-
"id":
|
|
3438
|
+
"id": 32531,
|
|
3439
3439
|
"mutability": "mutable",
|
|
3440
3440
|
"name": "superToken",
|
|
3441
3441
|
"nameLocation": "2911:10:89",
|
|
3442
3442
|
"nodeType": "VariableDeclaration",
|
|
3443
|
-
"scope":
|
|
3443
|
+
"scope": 32630,
|
|
3444
3444
|
"src": "2899:22:89",
|
|
3445
3445
|
"stateVariable": false,
|
|
3446
3446
|
"storageLocation": "default",
|
|
3447
3447
|
"typeDescriptions": {
|
|
3448
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3448
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
3449
3449
|
"typeString": "contract ISuperToken"
|
|
3450
3450
|
},
|
|
3451
3451
|
"typeName": {
|
|
3452
|
-
"id":
|
|
3452
|
+
"id": 32530,
|
|
3453
3453
|
"nodeType": "UserDefinedTypeName",
|
|
3454
3454
|
"pathNode": {
|
|
3455
|
-
"id":
|
|
3455
|
+
"id": 32529,
|
|
3456
3456
|
"name": "ISuperToken",
|
|
3457
3457
|
"nodeType": "IdentifierPath",
|
|
3458
|
-
"referencedDeclaration":
|
|
3458
|
+
"referencedDeclaration": 19492,
|
|
3459
3459
|
"src": "2899:11:89"
|
|
3460
3460
|
},
|
|
3461
|
-
"referencedDeclaration":
|
|
3461
|
+
"referencedDeclaration": 19492,
|
|
3462
3462
|
"src": "2899:11:89",
|
|
3463
3463
|
"typeDescriptions": {
|
|
3464
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3464
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
3465
3465
|
"typeString": "contract ISuperToken"
|
|
3466
3466
|
}
|
|
3467
3467
|
},
|
|
@@ -3470,7 +3470,7 @@
|
|
|
3470
3470
|
],
|
|
3471
3471
|
"src": "2898:24:89"
|
|
3472
3472
|
},
|
|
3473
|
-
"scope":
|
|
3473
|
+
"scope": 32695,
|
|
3474
3474
|
"src": "2659:1238:89",
|
|
3475
3475
|
"stateMutability": "nonpayable",
|
|
3476
3476
|
"virtual": false,
|
|
@@ -3478,10 +3478,10 @@
|
|
|
3478
3478
|
},
|
|
3479
3479
|
{
|
|
3480
3480
|
"baseFunctions": [
|
|
3481
|
-
|
|
3481
|
+
19557
|
|
3482
3482
|
],
|
|
3483
3483
|
"body": {
|
|
3484
|
-
"id":
|
|
3484
|
+
"id": 32657,
|
|
3485
3485
|
"nodeType": "Block",
|
|
3486
3486
|
"src": "4151:186:89",
|
|
3487
3487
|
"statements": [
|
|
@@ -3489,14 +3489,14 @@
|
|
|
3489
3489
|
"expression": {
|
|
3490
3490
|
"arguments": [
|
|
3491
3491
|
{
|
|
3492
|
-
"id":
|
|
3492
|
+
"id": 32648,
|
|
3493
3493
|
"name": "underlyingToken",
|
|
3494
3494
|
"nodeType": "Identifier",
|
|
3495
3495
|
"overloadedDeclarations": [],
|
|
3496
|
-
"referencedDeclaration":
|
|
3496
|
+
"referencedDeclaration": 32633,
|
|
3497
3497
|
"src": "4200:15:89",
|
|
3498
3498
|
"typeDescriptions": {
|
|
3499
|
-
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$
|
|
3499
|
+
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20462",
|
|
3500
3500
|
"typeString": "contract ERC20WithTokenInfo"
|
|
3501
3501
|
}
|
|
3502
3502
|
},
|
|
@@ -3505,32 +3505,32 @@
|
|
|
3505
3505
|
"expression": {
|
|
3506
3506
|
"argumentTypes": [],
|
|
3507
3507
|
"expression": {
|
|
3508
|
-
"id":
|
|
3508
|
+
"id": 32649,
|
|
3509
3509
|
"name": "underlyingToken",
|
|
3510
3510
|
"nodeType": "Identifier",
|
|
3511
3511
|
"overloadedDeclarations": [],
|
|
3512
|
-
"referencedDeclaration":
|
|
3512
|
+
"referencedDeclaration": 32633,
|
|
3513
3513
|
"src": "4229:15:89",
|
|
3514
3514
|
"typeDescriptions": {
|
|
3515
|
-
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$
|
|
3515
|
+
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20462",
|
|
3516
3516
|
"typeString": "contract ERC20WithTokenInfo"
|
|
3517
3517
|
}
|
|
3518
3518
|
},
|
|
3519
|
-
"id":
|
|
3519
|
+
"id": 32650,
|
|
3520
3520
|
"isConstant": false,
|
|
3521
3521
|
"isLValue": false,
|
|
3522
3522
|
"isPure": false,
|
|
3523
3523
|
"lValueRequested": false,
|
|
3524
3524
|
"memberName": "decimals",
|
|
3525
3525
|
"nodeType": "MemberAccess",
|
|
3526
|
-
"referencedDeclaration":
|
|
3526
|
+
"referencedDeclaration": 20566,
|
|
3527
3527
|
"src": "4229:24:89",
|
|
3528
3528
|
"typeDescriptions": {
|
|
3529
3529
|
"typeIdentifier": "t_function_external_view$__$returns$_t_uint8_$",
|
|
3530
3530
|
"typeString": "function () view external returns (uint8)"
|
|
3531
3531
|
}
|
|
3532
3532
|
},
|
|
3533
|
-
"id":
|
|
3533
|
+
"id": 32651,
|
|
3534
3534
|
"isConstant": false,
|
|
3535
3535
|
"isLValue": false,
|
|
3536
3536
|
"isPure": false,
|
|
@@ -3546,23 +3546,23 @@
|
|
|
3546
3546
|
}
|
|
3547
3547
|
},
|
|
3548
3548
|
{
|
|
3549
|
-
"id":
|
|
3549
|
+
"id": 32652,
|
|
3550
3550
|
"name": "upgradability",
|
|
3551
3551
|
"nodeType": "Identifier",
|
|
3552
3552
|
"overloadedDeclarations": [],
|
|
3553
|
-
"referencedDeclaration":
|
|
3553
|
+
"referencedDeclaration": 32636,
|
|
3554
3554
|
"src": "4269:13:89",
|
|
3555
3555
|
"typeDescriptions": {
|
|
3556
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
3556
|
+
"typeIdentifier": "t_enum$_Upgradability_$19521",
|
|
3557
3557
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
3558
3558
|
}
|
|
3559
3559
|
},
|
|
3560
3560
|
{
|
|
3561
|
-
"id":
|
|
3561
|
+
"id": 32653,
|
|
3562
3562
|
"name": "name",
|
|
3563
3563
|
"nodeType": "Identifier",
|
|
3564
3564
|
"overloadedDeclarations": [],
|
|
3565
|
-
"referencedDeclaration":
|
|
3565
|
+
"referencedDeclaration": 32638,
|
|
3566
3566
|
"src": "4296:4:89",
|
|
3567
3567
|
"typeDescriptions": {
|
|
3568
3568
|
"typeIdentifier": "t_string_calldata_ptr",
|
|
@@ -3570,11 +3570,11 @@
|
|
|
3570
3570
|
}
|
|
3571
3571
|
},
|
|
3572
3572
|
{
|
|
3573
|
-
"id":
|
|
3573
|
+
"id": 32654,
|
|
3574
3574
|
"name": "symbol",
|
|
3575
3575
|
"nodeType": "Identifier",
|
|
3576
3576
|
"overloadedDeclarations": [],
|
|
3577
|
-
"referencedDeclaration":
|
|
3577
|
+
"referencedDeclaration": 32640,
|
|
3578
3578
|
"src": "4314:6:89",
|
|
3579
3579
|
"typeDescriptions": {
|
|
3580
3580
|
"typeIdentifier": "t_string_calldata_ptr",
|
|
@@ -3585,7 +3585,7 @@
|
|
|
3585
3585
|
"expression": {
|
|
3586
3586
|
"argumentTypes": [
|
|
3587
3587
|
{
|
|
3588
|
-
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$
|
|
3588
|
+
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20462",
|
|
3589
3589
|
"typeString": "contract ERC20WithTokenInfo"
|
|
3590
3590
|
},
|
|
3591
3591
|
{
|
|
@@ -3593,7 +3593,7 @@
|
|
|
3593
3593
|
"typeString": "uint8"
|
|
3594
3594
|
},
|
|
3595
3595
|
{
|
|
3596
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
3596
|
+
"typeIdentifier": "t_enum$_Upgradability_$19521",
|
|
3597
3597
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
3598
3598
|
},
|
|
3599
3599
|
{
|
|
@@ -3605,18 +3605,18 @@
|
|
|
3605
3605
|
"typeString": "string calldata"
|
|
3606
3606
|
}
|
|
3607
3607
|
],
|
|
3608
|
-
"id":
|
|
3608
|
+
"id": 32647,
|
|
3609
3609
|
"name": "createERC20Wrapper",
|
|
3610
3610
|
"nodeType": "Identifier",
|
|
3611
3611
|
"overloadedDeclarations": [],
|
|
3612
|
-
"referencedDeclaration":
|
|
3612
|
+
"referencedDeclaration": 32630,
|
|
3613
3613
|
"src": "4168:18:89",
|
|
3614
3614
|
"typeDescriptions": {
|
|
3615
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IERC20_$1630_$_t_uint8_$_t_enum$_Upgradability_$
|
|
3615
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IERC20_$1630_$_t_uint8_$_t_enum$_Upgradability_$19521_$_t_string_calldata_ptr_$_t_string_calldata_ptr_$returns$_t_contract$_ISuperToken_$19492_$",
|
|
3616
3616
|
"typeString": "function (contract IERC20,uint8,enum ISuperTokenFactory.Upgradability,string calldata,string calldata) returns (contract ISuperToken)"
|
|
3617
3617
|
}
|
|
3618
3618
|
},
|
|
3619
|
-
"id":
|
|
3619
|
+
"id": 32655,
|
|
3620
3620
|
"isConstant": false,
|
|
3621
3621
|
"isLValue": false,
|
|
3622
3622
|
"isPure": false,
|
|
@@ -3627,19 +3627,19 @@
|
|
|
3627
3627
|
"src": "4168:162:89",
|
|
3628
3628
|
"tryCall": false,
|
|
3629
3629
|
"typeDescriptions": {
|
|
3630
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3630
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
3631
3631
|
"typeString": "contract ISuperToken"
|
|
3632
3632
|
}
|
|
3633
3633
|
},
|
|
3634
|
-
"functionReturnParameters":
|
|
3635
|
-
"id":
|
|
3634
|
+
"functionReturnParameters": 32646,
|
|
3635
|
+
"id": 32656,
|
|
3636
3636
|
"nodeType": "Return",
|
|
3637
3637
|
"src": "4161:169:89"
|
|
3638
3638
|
}
|
|
3639
3639
|
]
|
|
3640
3640
|
},
|
|
3641
3641
|
"functionSelector": "431f1481",
|
|
3642
|
-
"id":
|
|
3642
|
+
"id": 32658,
|
|
3643
3643
|
"implemented": true,
|
|
3644
3644
|
"kind": "function",
|
|
3645
3645
|
"modifiers": [],
|
|
@@ -3647,44 +3647,44 @@
|
|
|
3647
3647
|
"nameLocation": "3912:18:89",
|
|
3648
3648
|
"nodeType": "FunctionDefinition",
|
|
3649
3649
|
"overrides": {
|
|
3650
|
-
"id":
|
|
3650
|
+
"id": 32642,
|
|
3651
3651
|
"nodeType": "OverrideSpecifier",
|
|
3652
3652
|
"overrides": [],
|
|
3653
3653
|
"src": "4097:8:89"
|
|
3654
3654
|
},
|
|
3655
3655
|
"parameters": {
|
|
3656
|
-
"id":
|
|
3656
|
+
"id": 32641,
|
|
3657
3657
|
"nodeType": "ParameterList",
|
|
3658
3658
|
"parameters": [
|
|
3659
3659
|
{
|
|
3660
3660
|
"constant": false,
|
|
3661
|
-
"id":
|
|
3661
|
+
"id": 32633,
|
|
3662
3662
|
"mutability": "mutable",
|
|
3663
3663
|
"name": "underlyingToken",
|
|
3664
3664
|
"nameLocation": "3959:15:89",
|
|
3665
3665
|
"nodeType": "VariableDeclaration",
|
|
3666
|
-
"scope":
|
|
3666
|
+
"scope": 32658,
|
|
3667
3667
|
"src": "3940:34:89",
|
|
3668
3668
|
"stateVariable": false,
|
|
3669
3669
|
"storageLocation": "default",
|
|
3670
3670
|
"typeDescriptions": {
|
|
3671
|
-
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$
|
|
3671
|
+
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20462",
|
|
3672
3672
|
"typeString": "contract ERC20WithTokenInfo"
|
|
3673
3673
|
},
|
|
3674
3674
|
"typeName": {
|
|
3675
|
-
"id":
|
|
3675
|
+
"id": 32632,
|
|
3676
3676
|
"nodeType": "UserDefinedTypeName",
|
|
3677
3677
|
"pathNode": {
|
|
3678
|
-
"id":
|
|
3678
|
+
"id": 32631,
|
|
3679
3679
|
"name": "ERC20WithTokenInfo",
|
|
3680
3680
|
"nodeType": "IdentifierPath",
|
|
3681
|
-
"referencedDeclaration":
|
|
3681
|
+
"referencedDeclaration": 20462,
|
|
3682
3682
|
"src": "3940:18:89"
|
|
3683
3683
|
},
|
|
3684
|
-
"referencedDeclaration":
|
|
3684
|
+
"referencedDeclaration": 20462,
|
|
3685
3685
|
"src": "3940:18:89",
|
|
3686
3686
|
"typeDescriptions": {
|
|
3687
|
-
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$
|
|
3687
|
+
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20462",
|
|
3688
3688
|
"typeString": "contract ERC20WithTokenInfo"
|
|
3689
3689
|
}
|
|
3690
3690
|
},
|
|
@@ -3692,33 +3692,33 @@
|
|
|
3692
3692
|
},
|
|
3693
3693
|
{
|
|
3694
3694
|
"constant": false,
|
|
3695
|
-
"id":
|
|
3695
|
+
"id": 32636,
|
|
3696
3696
|
"mutability": "mutable",
|
|
3697
3697
|
"name": "upgradability",
|
|
3698
3698
|
"nameLocation": "3998:13:89",
|
|
3699
3699
|
"nodeType": "VariableDeclaration",
|
|
3700
|
-
"scope":
|
|
3700
|
+
"scope": 32658,
|
|
3701
3701
|
"src": "3984:27:89",
|
|
3702
3702
|
"stateVariable": false,
|
|
3703
3703
|
"storageLocation": "default",
|
|
3704
3704
|
"typeDescriptions": {
|
|
3705
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
3705
|
+
"typeIdentifier": "t_enum$_Upgradability_$19521",
|
|
3706
3706
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
3707
3707
|
},
|
|
3708
3708
|
"typeName": {
|
|
3709
|
-
"id":
|
|
3709
|
+
"id": 32635,
|
|
3710
3710
|
"nodeType": "UserDefinedTypeName",
|
|
3711
3711
|
"pathNode": {
|
|
3712
|
-
"id":
|
|
3712
|
+
"id": 32634,
|
|
3713
3713
|
"name": "Upgradability",
|
|
3714
3714
|
"nodeType": "IdentifierPath",
|
|
3715
|
-
"referencedDeclaration":
|
|
3715
|
+
"referencedDeclaration": 19521,
|
|
3716
3716
|
"src": "3984:13:89"
|
|
3717
3717
|
},
|
|
3718
|
-
"referencedDeclaration":
|
|
3718
|
+
"referencedDeclaration": 19521,
|
|
3719
3719
|
"src": "3984:13:89",
|
|
3720
3720
|
"typeDescriptions": {
|
|
3721
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
3721
|
+
"typeIdentifier": "t_enum$_Upgradability_$19521",
|
|
3722
3722
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
3723
3723
|
}
|
|
3724
3724
|
},
|
|
@@ -3726,12 +3726,12 @@
|
|
|
3726
3726
|
},
|
|
3727
3727
|
{
|
|
3728
3728
|
"constant": false,
|
|
3729
|
-
"id":
|
|
3729
|
+
"id": 32638,
|
|
3730
3730
|
"mutability": "mutable",
|
|
3731
3731
|
"name": "name",
|
|
3732
3732
|
"nameLocation": "4037:4:89",
|
|
3733
3733
|
"nodeType": "VariableDeclaration",
|
|
3734
|
-
"scope":
|
|
3734
|
+
"scope": 32658,
|
|
3735
3735
|
"src": "4021:20:89",
|
|
3736
3736
|
"stateVariable": false,
|
|
3737
3737
|
"storageLocation": "calldata",
|
|
@@ -3740,7 +3740,7 @@
|
|
|
3740
3740
|
"typeString": "string"
|
|
3741
3741
|
},
|
|
3742
3742
|
"typeName": {
|
|
3743
|
-
"id":
|
|
3743
|
+
"id": 32637,
|
|
3744
3744
|
"name": "string",
|
|
3745
3745
|
"nodeType": "ElementaryTypeName",
|
|
3746
3746
|
"src": "4021:6:89",
|
|
@@ -3753,12 +3753,12 @@
|
|
|
3753
3753
|
},
|
|
3754
3754
|
{
|
|
3755
3755
|
"constant": false,
|
|
3756
|
-
"id":
|
|
3756
|
+
"id": 32640,
|
|
3757
3757
|
"mutability": "mutable",
|
|
3758
3758
|
"name": "symbol",
|
|
3759
3759
|
"nameLocation": "4067:6:89",
|
|
3760
3760
|
"nodeType": "VariableDeclaration",
|
|
3761
|
-
"scope":
|
|
3761
|
+
"scope": 32658,
|
|
3762
3762
|
"src": "4051:22:89",
|
|
3763
3763
|
"stateVariable": false,
|
|
3764
3764
|
"storageLocation": "calldata",
|
|
@@ -3767,7 +3767,7 @@
|
|
|
3767
3767
|
"typeString": "string"
|
|
3768
3768
|
},
|
|
3769
3769
|
"typeName": {
|
|
3770
|
-
"id":
|
|
3770
|
+
"id": 32639,
|
|
3771
3771
|
"name": "string",
|
|
3772
3772
|
"nodeType": "ElementaryTypeName",
|
|
3773
3773
|
"src": "4051:6:89",
|
|
@@ -3782,38 +3782,38 @@
|
|
|
3782
3782
|
"src": "3930:149:89"
|
|
3783
3783
|
},
|
|
3784
3784
|
"returnParameters": {
|
|
3785
|
-
"id":
|
|
3785
|
+
"id": 32646,
|
|
3786
3786
|
"nodeType": "ParameterList",
|
|
3787
3787
|
"parameters": [
|
|
3788
3788
|
{
|
|
3789
3789
|
"constant": false,
|
|
3790
|
-
"id":
|
|
3790
|
+
"id": 32645,
|
|
3791
3791
|
"mutability": "mutable",
|
|
3792
3792
|
"name": "superToken",
|
|
3793
3793
|
"nameLocation": "4135:10:89",
|
|
3794
3794
|
"nodeType": "VariableDeclaration",
|
|
3795
|
-
"scope":
|
|
3795
|
+
"scope": 32658,
|
|
3796
3796
|
"src": "4123:22:89",
|
|
3797
3797
|
"stateVariable": false,
|
|
3798
3798
|
"storageLocation": "default",
|
|
3799
3799
|
"typeDescriptions": {
|
|
3800
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3800
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
3801
3801
|
"typeString": "contract ISuperToken"
|
|
3802
3802
|
},
|
|
3803
3803
|
"typeName": {
|
|
3804
|
-
"id":
|
|
3804
|
+
"id": 32644,
|
|
3805
3805
|
"nodeType": "UserDefinedTypeName",
|
|
3806
3806
|
"pathNode": {
|
|
3807
|
-
"id":
|
|
3807
|
+
"id": 32643,
|
|
3808
3808
|
"name": "ISuperToken",
|
|
3809
3809
|
"nodeType": "IdentifierPath",
|
|
3810
|
-
"referencedDeclaration":
|
|
3810
|
+
"referencedDeclaration": 19492,
|
|
3811
3811
|
"src": "4123:11:89"
|
|
3812
3812
|
},
|
|
3813
|
-
"referencedDeclaration":
|
|
3813
|
+
"referencedDeclaration": 19492,
|
|
3814
3814
|
"src": "4123:11:89",
|
|
3815
3815
|
"typeDescriptions": {
|
|
3816
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3816
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
3817
3817
|
"typeString": "contract ISuperToken"
|
|
3818
3818
|
}
|
|
3819
3819
|
},
|
|
@@ -3822,7 +3822,7 @@
|
|
|
3822
3822
|
],
|
|
3823
3823
|
"src": "4122:24:89"
|
|
3824
3824
|
},
|
|
3825
|
-
"scope":
|
|
3825
|
+
"scope": 32695,
|
|
3826
3826
|
"src": "3903:434:89",
|
|
3827
3827
|
"stateMutability": "nonpayable",
|
|
3828
3828
|
"virtual": false,
|
|
@@ -3830,26 +3830,26 @@
|
|
|
3830
3830
|
},
|
|
3831
3831
|
{
|
|
3832
3832
|
"baseFunctions": [
|
|
3833
|
-
|
|
3833
|
+
19562
|
|
3834
3834
|
],
|
|
3835
3835
|
"body": {
|
|
3836
|
-
"id":
|
|
3836
|
+
"id": 32693,
|
|
3837
3837
|
"nodeType": "Block",
|
|
3838
3838
|
"src": "4454:341:89",
|
|
3839
3839
|
"statements": [
|
|
3840
3840
|
{
|
|
3841
3841
|
"assignments": [
|
|
3842
|
-
|
|
3842
|
+
32665
|
|
3843
3843
|
],
|
|
3844
3844
|
"declarations": [
|
|
3845
3845
|
{
|
|
3846
3846
|
"constant": false,
|
|
3847
|
-
"id":
|
|
3847
|
+
"id": 32665,
|
|
3848
3848
|
"mutability": "mutable",
|
|
3849
3849
|
"name": "a",
|
|
3850
3850
|
"nameLocation": "4596:1:89",
|
|
3851
3851
|
"nodeType": "VariableDeclaration",
|
|
3852
|
-
"scope":
|
|
3852
|
+
"scope": 32693,
|
|
3853
3853
|
"src": "4580:17:89",
|
|
3854
3854
|
"stateVariable": false,
|
|
3855
3855
|
"storageLocation": "default",
|
|
@@ -3858,7 +3858,7 @@
|
|
|
3858
3858
|
"typeString": "address payable"
|
|
3859
3859
|
},
|
|
3860
3860
|
"typeName": {
|
|
3861
|
-
"id":
|
|
3861
|
+
"id": 32664,
|
|
3862
3862
|
"name": "address",
|
|
3863
3863
|
"nodeType": "ElementaryTypeName",
|
|
3864
3864
|
"src": "4580:15:89",
|
|
@@ -3871,7 +3871,7 @@
|
|
|
3871
3871
|
"visibility": "internal"
|
|
3872
3872
|
}
|
|
3873
3873
|
],
|
|
3874
|
-
"id":
|
|
3874
|
+
"id": 32676,
|
|
3875
3875
|
"initialValue": {
|
|
3876
3876
|
"arguments": [
|
|
3877
3877
|
{
|
|
@@ -3879,11 +3879,11 @@
|
|
|
3879
3879
|
{
|
|
3880
3880
|
"arguments": [
|
|
3881
3881
|
{
|
|
3882
|
-
"id":
|
|
3882
|
+
"id": 32672,
|
|
3883
3883
|
"name": "customSuperTokenProxy",
|
|
3884
3884
|
"nodeType": "Identifier",
|
|
3885
3885
|
"overloadedDeclarations": [],
|
|
3886
|
-
"referencedDeclaration":
|
|
3886
|
+
"referencedDeclaration": 32660,
|
|
3887
3887
|
"src": "4624:21:89",
|
|
3888
3888
|
"typeDescriptions": {
|
|
3889
3889
|
"typeIdentifier": "t_address",
|
|
@@ -3898,7 +3898,7 @@
|
|
|
3898
3898
|
"typeString": "address"
|
|
3899
3899
|
}
|
|
3900
3900
|
],
|
|
3901
|
-
"id":
|
|
3901
|
+
"id": 32671,
|
|
3902
3902
|
"isConstant": false,
|
|
3903
3903
|
"isLValue": false,
|
|
3904
3904
|
"isPure": true,
|
|
@@ -3910,14 +3910,14 @@
|
|
|
3910
3910
|
"typeString": "type(uint160)"
|
|
3911
3911
|
},
|
|
3912
3912
|
"typeName": {
|
|
3913
|
-
"id":
|
|
3913
|
+
"id": 32670,
|
|
3914
3914
|
"name": "uint160",
|
|
3915
3915
|
"nodeType": "ElementaryTypeName",
|
|
3916
3916
|
"src": "4616:7:89",
|
|
3917
3917
|
"typeDescriptions": {}
|
|
3918
3918
|
}
|
|
3919
3919
|
},
|
|
3920
|
-
"id":
|
|
3920
|
+
"id": 32673,
|
|
3921
3921
|
"isConstant": false,
|
|
3922
3922
|
"isLValue": false,
|
|
3923
3923
|
"isPure": false,
|
|
@@ -3940,7 +3940,7 @@
|
|
|
3940
3940
|
"typeString": "uint160"
|
|
3941
3941
|
}
|
|
3942
3942
|
],
|
|
3943
|
-
"id":
|
|
3943
|
+
"id": 32669,
|
|
3944
3944
|
"isConstant": false,
|
|
3945
3945
|
"isLValue": false,
|
|
3946
3946
|
"isPure": true,
|
|
@@ -3952,14 +3952,14 @@
|
|
|
3952
3952
|
"typeString": "type(address)"
|
|
3953
3953
|
},
|
|
3954
3954
|
"typeName": {
|
|
3955
|
-
"id":
|
|
3955
|
+
"id": 32668,
|
|
3956
3956
|
"name": "address",
|
|
3957
3957
|
"nodeType": "ElementaryTypeName",
|
|
3958
3958
|
"src": "4608:7:89",
|
|
3959
3959
|
"typeDescriptions": {}
|
|
3960
3960
|
}
|
|
3961
3961
|
},
|
|
3962
|
-
"id":
|
|
3962
|
+
"id": 32674,
|
|
3963
3963
|
"isConstant": false,
|
|
3964
3964
|
"isLValue": false,
|
|
3965
3965
|
"isPure": false,
|
|
@@ -3982,7 +3982,7 @@
|
|
|
3982
3982
|
"typeString": "address"
|
|
3983
3983
|
}
|
|
3984
3984
|
],
|
|
3985
|
-
"id":
|
|
3985
|
+
"id": 32667,
|
|
3986
3986
|
"isConstant": false,
|
|
3987
3987
|
"isLValue": false,
|
|
3988
3988
|
"isPure": true,
|
|
@@ -3994,7 +3994,7 @@
|
|
|
3994
3994
|
"typeString": "type(address payable)"
|
|
3995
3995
|
},
|
|
3996
3996
|
"typeName": {
|
|
3997
|
-
"id":
|
|
3997
|
+
"id": 32666,
|
|
3998
3998
|
"name": "address",
|
|
3999
3999
|
"nodeType": "ElementaryTypeName",
|
|
4000
4000
|
"src": "4600:8:89",
|
|
@@ -4002,7 +4002,7 @@
|
|
|
4002
4002
|
"typeDescriptions": {}
|
|
4003
4003
|
}
|
|
4004
4004
|
},
|
|
4005
|
-
"id":
|
|
4005
|
+
"id": 32675,
|
|
4006
4006
|
"isConstant": false,
|
|
4007
4007
|
"isLValue": false,
|
|
4008
4008
|
"isPure": false,
|
|
@@ -4026,14 +4026,14 @@
|
|
|
4026
4026
|
{
|
|
4027
4027
|
"arguments": [
|
|
4028
4028
|
{
|
|
4029
|
-
"id":
|
|
4029
|
+
"id": 32683,
|
|
4030
4030
|
"name": "_superTokenLogic",
|
|
4031
4031
|
"nodeType": "Identifier",
|
|
4032
4032
|
"overloadedDeclarations": [],
|
|
4033
|
-
"referencedDeclaration":
|
|
4033
|
+
"referencedDeclaration": 32399,
|
|
4034
4034
|
"src": "4695:16:89",
|
|
4035
4035
|
"typeDescriptions": {
|
|
4036
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
4036
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
4037
4037
|
"typeString": "contract ISuperToken"
|
|
4038
4038
|
}
|
|
4039
4039
|
}
|
|
@@ -4041,11 +4041,11 @@
|
|
|
4041
4041
|
"expression": {
|
|
4042
4042
|
"argumentTypes": [
|
|
4043
4043
|
{
|
|
4044
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
4044
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
4045
4045
|
"typeString": "contract ISuperToken"
|
|
4046
4046
|
}
|
|
4047
4047
|
],
|
|
4048
|
-
"id":
|
|
4048
|
+
"id": 32682,
|
|
4049
4049
|
"isConstant": false,
|
|
4050
4050
|
"isLValue": false,
|
|
4051
4051
|
"isPure": true,
|
|
@@ -4057,14 +4057,14 @@
|
|
|
4057
4057
|
"typeString": "type(address)"
|
|
4058
4058
|
},
|
|
4059
4059
|
"typeName": {
|
|
4060
|
-
"id":
|
|
4060
|
+
"id": 32681,
|
|
4061
4061
|
"name": "address",
|
|
4062
4062
|
"nodeType": "ElementaryTypeName",
|
|
4063
4063
|
"src": "4687:7:89",
|
|
4064
4064
|
"typeDescriptions": {}
|
|
4065
4065
|
}
|
|
4066
4066
|
},
|
|
4067
|
-
"id":
|
|
4067
|
+
"id": 32684,
|
|
4068
4068
|
"isConstant": false,
|
|
4069
4069
|
"isLValue": false,
|
|
4070
4070
|
"isPure": false,
|
|
@@ -4090,11 +4090,11 @@
|
|
|
4090
4090
|
"expression": {
|
|
4091
4091
|
"arguments": [
|
|
4092
4092
|
{
|
|
4093
|
-
"id":
|
|
4093
|
+
"id": 32678,
|
|
4094
4094
|
"name": "a",
|
|
4095
4095
|
"nodeType": "Identifier",
|
|
4096
4096
|
"overloadedDeclarations": [],
|
|
4097
|
-
"referencedDeclaration":
|
|
4097
|
+
"referencedDeclaration": 32665,
|
|
4098
4098
|
"src": "4668:1:89",
|
|
4099
4099
|
"typeDescriptions": {
|
|
4100
4100
|
"typeIdentifier": "t_address_payable",
|
|
@@ -4109,18 +4109,18 @@
|
|
|
4109
4109
|
"typeString": "address payable"
|
|
4110
4110
|
}
|
|
4111
4111
|
],
|
|
4112
|
-
"id":
|
|
4112
|
+
"id": 32677,
|
|
4113
4113
|
"name": "UUPSProxy",
|
|
4114
4114
|
"nodeType": "Identifier",
|
|
4115
4115
|
"overloadedDeclarations": [],
|
|
4116
|
-
"referencedDeclaration":
|
|
4116
|
+
"referencedDeclaration": 37074,
|
|
4117
4117
|
"src": "4658:9:89",
|
|
4118
4118
|
"typeDescriptions": {
|
|
4119
|
-
"typeIdentifier": "t_type$_t_contract$_UUPSProxy_$
|
|
4119
|
+
"typeIdentifier": "t_type$_t_contract$_UUPSProxy_$37074_$",
|
|
4120
4120
|
"typeString": "type(contract UUPSProxy)"
|
|
4121
4121
|
}
|
|
4122
4122
|
},
|
|
4123
|
-
"id":
|
|
4123
|
+
"id": 32679,
|
|
4124
4124
|
"isConstant": false,
|
|
4125
4125
|
"isLValue": false,
|
|
4126
4126
|
"isPure": false,
|
|
@@ -4131,25 +4131,25 @@
|
|
|
4131
4131
|
"src": "4658:12:89",
|
|
4132
4132
|
"tryCall": false,
|
|
4133
4133
|
"typeDescriptions": {
|
|
4134
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
4134
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$37074",
|
|
4135
4135
|
"typeString": "contract UUPSProxy"
|
|
4136
4136
|
}
|
|
4137
4137
|
},
|
|
4138
|
-
"id":
|
|
4138
|
+
"id": 32680,
|
|
4139
4139
|
"isConstant": false,
|
|
4140
4140
|
"isLValue": false,
|
|
4141
4141
|
"isPure": false,
|
|
4142
4142
|
"lValueRequested": false,
|
|
4143
4143
|
"memberName": "initializeProxy",
|
|
4144
4144
|
"nodeType": "MemberAccess",
|
|
4145
|
-
"referencedDeclaration":
|
|
4145
|
+
"referencedDeclaration": 37061,
|
|
4146
4146
|
"src": "4658:28:89",
|
|
4147
4147
|
"typeDescriptions": {
|
|
4148
4148
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$",
|
|
4149
4149
|
"typeString": "function (address) external"
|
|
4150
4150
|
}
|
|
4151
4151
|
},
|
|
4152
|
-
"id":
|
|
4152
|
+
"id": 32685,
|
|
4153
4153
|
"isConstant": false,
|
|
4154
4154
|
"isLValue": false,
|
|
4155
4155
|
"isPure": false,
|
|
@@ -4164,7 +4164,7 @@
|
|
|
4164
4164
|
"typeString": "tuple()"
|
|
4165
4165
|
}
|
|
4166
4166
|
},
|
|
4167
|
-
"id":
|
|
4167
|
+
"id": 32686,
|
|
4168
4168
|
"nodeType": "ExpressionStatement",
|
|
4169
4169
|
"src": "4658:55:89"
|
|
4170
4170
|
},
|
|
@@ -4174,11 +4174,11 @@
|
|
|
4174
4174
|
{
|
|
4175
4175
|
"arguments": [
|
|
4176
4176
|
{
|
|
4177
|
-
"id":
|
|
4177
|
+
"id": 32689,
|
|
4178
4178
|
"name": "customSuperTokenProxy",
|
|
4179
4179
|
"nodeType": "Identifier",
|
|
4180
4180
|
"overloadedDeclarations": [],
|
|
4181
|
-
"referencedDeclaration":
|
|
4181
|
+
"referencedDeclaration": 32660,
|
|
4182
4182
|
"src": "4765:21:89",
|
|
4183
4183
|
"typeDescriptions": {
|
|
4184
4184
|
"typeIdentifier": "t_address",
|
|
@@ -4193,18 +4193,18 @@
|
|
|
4193
4193
|
"typeString": "address"
|
|
4194
4194
|
}
|
|
4195
4195
|
],
|
|
4196
|
-
"id":
|
|
4196
|
+
"id": 32688,
|
|
4197
4197
|
"name": "ISuperToken",
|
|
4198
4198
|
"nodeType": "Identifier",
|
|
4199
4199
|
"overloadedDeclarations": [],
|
|
4200
|
-
"referencedDeclaration":
|
|
4200
|
+
"referencedDeclaration": 19492,
|
|
4201
4201
|
"src": "4753:11:89",
|
|
4202
4202
|
"typeDescriptions": {
|
|
4203
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$
|
|
4203
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
|
|
4204
4204
|
"typeString": "type(contract ISuperToken)"
|
|
4205
4205
|
}
|
|
4206
4206
|
},
|
|
4207
|
-
"id":
|
|
4207
|
+
"id": 32690,
|
|
4208
4208
|
"isConstant": false,
|
|
4209
4209
|
"isLValue": false,
|
|
4210
4210
|
"isPure": false,
|
|
@@ -4215,7 +4215,7 @@
|
|
|
4215
4215
|
"src": "4753:34:89",
|
|
4216
4216
|
"tryCall": false,
|
|
4217
4217
|
"typeDescriptions": {
|
|
4218
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
4218
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
4219
4219
|
"typeString": "contract ISuperToken"
|
|
4220
4220
|
}
|
|
4221
4221
|
}
|
|
@@ -4223,22 +4223,22 @@
|
|
|
4223
4223
|
"expression": {
|
|
4224
4224
|
"argumentTypes": [
|
|
4225
4225
|
{
|
|
4226
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
4226
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
4227
4227
|
"typeString": "contract ISuperToken"
|
|
4228
4228
|
}
|
|
4229
4229
|
],
|
|
4230
|
-
"id":
|
|
4230
|
+
"id": 32687,
|
|
4231
4231
|
"name": "CustomSuperTokenCreated",
|
|
4232
4232
|
"nodeType": "Identifier",
|
|
4233
4233
|
"overloadedDeclarations": [],
|
|
4234
|
-
"referencedDeclaration":
|
|
4234
|
+
"referencedDeclaration": 19580,
|
|
4235
4235
|
"src": "4729:23:89",
|
|
4236
4236
|
"typeDescriptions": {
|
|
4237
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$
|
|
4237
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19492_$returns$__$",
|
|
4238
4238
|
"typeString": "function (contract ISuperToken)"
|
|
4239
4239
|
}
|
|
4240
4240
|
},
|
|
4241
|
-
"id":
|
|
4241
|
+
"id": 32691,
|
|
4242
4242
|
"isConstant": false,
|
|
4243
4243
|
"isLValue": false,
|
|
4244
4244
|
"isPure": false,
|
|
@@ -4253,14 +4253,14 @@
|
|
|
4253
4253
|
"typeString": "tuple()"
|
|
4254
4254
|
}
|
|
4255
4255
|
},
|
|
4256
|
-
"id":
|
|
4256
|
+
"id": 32692,
|
|
4257
4257
|
"nodeType": "EmitStatement",
|
|
4258
4258
|
"src": "4724:64:89"
|
|
4259
4259
|
}
|
|
4260
4260
|
]
|
|
4261
4261
|
},
|
|
4262
4262
|
"functionSelector": "d412d344",
|
|
4263
|
-
"id":
|
|
4263
|
+
"id": 32694,
|
|
4264
4264
|
"implemented": true,
|
|
4265
4265
|
"kind": "function",
|
|
4266
4266
|
"modifiers": [],
|
|
@@ -4268,23 +4268,23 @@
|
|
|
4268
4268
|
"nameLocation": "4352:26:89",
|
|
4269
4269
|
"nodeType": "FunctionDefinition",
|
|
4270
4270
|
"overrides": {
|
|
4271
|
-
"id":
|
|
4271
|
+
"id": 32662,
|
|
4272
4272
|
"nodeType": "OverrideSpecifier",
|
|
4273
4273
|
"overrides": [],
|
|
4274
4274
|
"src": "4441:8:89"
|
|
4275
4275
|
},
|
|
4276
4276
|
"parameters": {
|
|
4277
|
-
"id":
|
|
4277
|
+
"id": 32661,
|
|
4278
4278
|
"nodeType": "ParameterList",
|
|
4279
4279
|
"parameters": [
|
|
4280
4280
|
{
|
|
4281
4281
|
"constant": false,
|
|
4282
|
-
"id":
|
|
4282
|
+
"id": 32660,
|
|
4283
4283
|
"mutability": "mutable",
|
|
4284
4284
|
"name": "customSuperTokenProxy",
|
|
4285
4285
|
"nameLocation": "4396:21:89",
|
|
4286
4286
|
"nodeType": "VariableDeclaration",
|
|
4287
|
-
"scope":
|
|
4287
|
+
"scope": 32694,
|
|
4288
4288
|
"src": "4388:29:89",
|
|
4289
4289
|
"stateVariable": false,
|
|
4290
4290
|
"storageLocation": "default",
|
|
@@ -4293,7 +4293,7 @@
|
|
|
4293
4293
|
"typeString": "address"
|
|
4294
4294
|
},
|
|
4295
4295
|
"typeName": {
|
|
4296
|
-
"id":
|
|
4296
|
+
"id": 32659,
|
|
4297
4297
|
"name": "address",
|
|
4298
4298
|
"nodeType": "ElementaryTypeName",
|
|
4299
4299
|
"src": "4388:7:89",
|
|
@@ -4309,19 +4309,19 @@
|
|
|
4309
4309
|
"src": "4378:45:89"
|
|
4310
4310
|
},
|
|
4311
4311
|
"returnParameters": {
|
|
4312
|
-
"id":
|
|
4312
|
+
"id": 32663,
|
|
4313
4313
|
"nodeType": "ParameterList",
|
|
4314
4314
|
"parameters": [],
|
|
4315
4315
|
"src": "4454:0:89"
|
|
4316
4316
|
},
|
|
4317
|
-
"scope":
|
|
4317
|
+
"scope": 32695,
|
|
4318
4318
|
"src": "4343:452:89",
|
|
4319
4319
|
"stateMutability": "nonpayable",
|
|
4320
4320
|
"virtual": false,
|
|
4321
4321
|
"visibility": "external"
|
|
4322
4322
|
}
|
|
4323
4323
|
],
|
|
4324
|
-
"scope":
|
|
4324
|
+
"scope": 32753,
|
|
4325
4325
|
"src": "692:4106:89",
|
|
4326
4326
|
"usedErrors": []
|
|
4327
4327
|
},
|
|
@@ -4330,13 +4330,13 @@
|
|
|
4330
4330
|
"baseContracts": [],
|
|
4331
4331
|
"canonicalName": "SuperTokenFactoryHelper",
|
|
4332
4332
|
"contractDependencies": [
|
|
4333
|
-
|
|
4333
|
+
32368
|
|
4334
4334
|
],
|
|
4335
4335
|
"contractKind": "contract",
|
|
4336
4336
|
"fullyImplemented": true,
|
|
4337
|
-
"id":
|
|
4337
|
+
"id": 32714,
|
|
4338
4338
|
"linearizedBaseContracts": [
|
|
4339
|
-
|
|
4339
|
+
32714
|
|
4340
4340
|
],
|
|
4341
4341
|
"name": "SuperTokenFactoryHelper",
|
|
4342
4342
|
"nameLocation": "4870:23:89",
|
|
@@ -4344,7 +4344,7 @@
|
|
|
4344
4344
|
"nodes": [
|
|
4345
4345
|
{
|
|
4346
4346
|
"body": {
|
|
4347
|
-
"id":
|
|
4347
|
+
"id": 32712,
|
|
4348
4348
|
"nodeType": "Block",
|
|
4349
4349
|
"src": "4987:53:89",
|
|
4350
4350
|
"statements": [
|
|
@@ -4354,14 +4354,14 @@
|
|
|
4354
4354
|
{
|
|
4355
4355
|
"arguments": [
|
|
4356
4356
|
{
|
|
4357
|
-
"id":
|
|
4357
|
+
"id": 32708,
|
|
4358
4358
|
"name": "host",
|
|
4359
4359
|
"nodeType": "Identifier",
|
|
4360
4360
|
"overloadedDeclarations": [],
|
|
4361
|
-
"referencedDeclaration":
|
|
4361
|
+
"referencedDeclaration": 32698,
|
|
4362
4362
|
"src": "5027:4:89",
|
|
4363
4363
|
"typeDescriptions": {
|
|
4364
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4364
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
4365
4365
|
"typeString": "contract ISuperfluid"
|
|
4366
4366
|
}
|
|
4367
4367
|
}
|
|
@@ -4369,11 +4369,11 @@
|
|
|
4369
4369
|
"expression": {
|
|
4370
4370
|
"argumentTypes": [
|
|
4371
4371
|
{
|
|
4372
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4372
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
4373
4373
|
"typeString": "contract ISuperfluid"
|
|
4374
4374
|
}
|
|
4375
4375
|
],
|
|
4376
|
-
"id":
|
|
4376
|
+
"id": 32707,
|
|
4377
4377
|
"isConstant": false,
|
|
4378
4378
|
"isLValue": false,
|
|
4379
4379
|
"isPure": false,
|
|
@@ -4381,28 +4381,28 @@
|
|
|
4381
4381
|
"nodeType": "NewExpression",
|
|
4382
4382
|
"src": "5012:14:89",
|
|
4383
4383
|
"typeDescriptions": {
|
|
4384
|
-
"typeIdentifier": "t_function_creation_nonpayable$_t_contract$_ISuperfluid_$
|
|
4384
|
+
"typeIdentifier": "t_function_creation_nonpayable$_t_contract$_ISuperfluid_$20053_$returns$_t_contract$_SuperToken_$32368_$",
|
|
4385
4385
|
"typeString": "function (contract ISuperfluid) returns (contract SuperToken)"
|
|
4386
4386
|
},
|
|
4387
4387
|
"typeName": {
|
|
4388
|
-
"id":
|
|
4388
|
+
"id": 32706,
|
|
4389
4389
|
"nodeType": "UserDefinedTypeName",
|
|
4390
4390
|
"pathNode": {
|
|
4391
|
-
"id":
|
|
4391
|
+
"id": 32705,
|
|
4392
4392
|
"name": "SuperToken",
|
|
4393
4393
|
"nodeType": "IdentifierPath",
|
|
4394
|
-
"referencedDeclaration":
|
|
4394
|
+
"referencedDeclaration": 32368,
|
|
4395
4395
|
"src": "5016:10:89"
|
|
4396
4396
|
},
|
|
4397
|
-
"referencedDeclaration":
|
|
4397
|
+
"referencedDeclaration": 32368,
|
|
4398
4398
|
"src": "5016:10:89",
|
|
4399
4399
|
"typeDescriptions": {
|
|
4400
|
-
"typeIdentifier": "t_contract$_SuperToken_$
|
|
4400
|
+
"typeIdentifier": "t_contract$_SuperToken_$32368",
|
|
4401
4401
|
"typeString": "contract SuperToken"
|
|
4402
4402
|
}
|
|
4403
4403
|
}
|
|
4404
4404
|
},
|
|
4405
|
-
"id":
|
|
4405
|
+
"id": 32709,
|
|
4406
4406
|
"isConstant": false,
|
|
4407
4407
|
"isLValue": false,
|
|
4408
4408
|
"isPure": false,
|
|
@@ -4413,7 +4413,7 @@
|
|
|
4413
4413
|
"src": "5012:20:89",
|
|
4414
4414
|
"tryCall": false,
|
|
4415
4415
|
"typeDescriptions": {
|
|
4416
|
-
"typeIdentifier": "t_contract$_SuperToken_$
|
|
4416
|
+
"typeIdentifier": "t_contract$_SuperToken_$32368",
|
|
4417
4417
|
"typeString": "contract SuperToken"
|
|
4418
4418
|
}
|
|
4419
4419
|
}
|
|
@@ -4421,11 +4421,11 @@
|
|
|
4421
4421
|
"expression": {
|
|
4422
4422
|
"argumentTypes": [
|
|
4423
4423
|
{
|
|
4424
|
-
"typeIdentifier": "t_contract$_SuperToken_$
|
|
4424
|
+
"typeIdentifier": "t_contract$_SuperToken_$32368",
|
|
4425
4425
|
"typeString": "contract SuperToken"
|
|
4426
4426
|
}
|
|
4427
4427
|
],
|
|
4428
|
-
"id":
|
|
4428
|
+
"id": 32704,
|
|
4429
4429
|
"isConstant": false,
|
|
4430
4430
|
"isLValue": false,
|
|
4431
4431
|
"isPure": true,
|
|
@@ -4437,14 +4437,14 @@
|
|
|
4437
4437
|
"typeString": "type(address)"
|
|
4438
4438
|
},
|
|
4439
4439
|
"typeName": {
|
|
4440
|
-
"id":
|
|
4440
|
+
"id": 32703,
|
|
4441
4441
|
"name": "address",
|
|
4442
4442
|
"nodeType": "ElementaryTypeName",
|
|
4443
4443
|
"src": "5004:7:89",
|
|
4444
4444
|
"typeDescriptions": {}
|
|
4445
4445
|
}
|
|
4446
4446
|
},
|
|
4447
|
-
"id":
|
|
4447
|
+
"id": 32710,
|
|
4448
4448
|
"isConstant": false,
|
|
4449
4449
|
"isLValue": false,
|
|
4450
4450
|
"isPure": false,
|
|
@@ -4459,15 +4459,15 @@
|
|
|
4459
4459
|
"typeString": "address"
|
|
4460
4460
|
}
|
|
4461
4461
|
},
|
|
4462
|
-
"functionReturnParameters":
|
|
4463
|
-
"id":
|
|
4462
|
+
"functionReturnParameters": 32702,
|
|
4463
|
+
"id": 32711,
|
|
4464
4464
|
"nodeType": "Return",
|
|
4465
4465
|
"src": "4997:36:89"
|
|
4466
4466
|
}
|
|
4467
4467
|
]
|
|
4468
4468
|
},
|
|
4469
4469
|
"functionSelector": "9ed93318",
|
|
4470
|
-
"id":
|
|
4470
|
+
"id": 32713,
|
|
4471
4471
|
"implemented": true,
|
|
4472
4472
|
"kind": "function",
|
|
4473
4473
|
"modifiers": [],
|
|
@@ -4475,38 +4475,38 @@
|
|
|
4475
4475
|
"nameLocation": "4909:6:89",
|
|
4476
4476
|
"nodeType": "FunctionDefinition",
|
|
4477
4477
|
"parameters": {
|
|
4478
|
-
"id":
|
|
4478
|
+
"id": 32699,
|
|
4479
4479
|
"nodeType": "ParameterList",
|
|
4480
4480
|
"parameters": [
|
|
4481
4481
|
{
|
|
4482
4482
|
"constant": false,
|
|
4483
|
-
"id":
|
|
4483
|
+
"id": 32698,
|
|
4484
4484
|
"mutability": "mutable",
|
|
4485
4485
|
"name": "host",
|
|
4486
4486
|
"nameLocation": "4928:4:89",
|
|
4487
4487
|
"nodeType": "VariableDeclaration",
|
|
4488
|
-
"scope":
|
|
4488
|
+
"scope": 32713,
|
|
4489
4489
|
"src": "4916:16:89",
|
|
4490
4490
|
"stateVariable": false,
|
|
4491
4491
|
"storageLocation": "default",
|
|
4492
4492
|
"typeDescriptions": {
|
|
4493
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4493
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
4494
4494
|
"typeString": "contract ISuperfluid"
|
|
4495
4495
|
},
|
|
4496
4496
|
"typeName": {
|
|
4497
|
-
"id":
|
|
4497
|
+
"id": 32697,
|
|
4498
4498
|
"nodeType": "UserDefinedTypeName",
|
|
4499
4499
|
"pathNode": {
|
|
4500
|
-
"id":
|
|
4500
|
+
"id": 32696,
|
|
4501
4501
|
"name": "ISuperfluid",
|
|
4502
4502
|
"nodeType": "IdentifierPath",
|
|
4503
|
-
"referencedDeclaration":
|
|
4503
|
+
"referencedDeclaration": 20053,
|
|
4504
4504
|
"src": "4916:11:89"
|
|
4505
4505
|
},
|
|
4506
|
-
"referencedDeclaration":
|
|
4506
|
+
"referencedDeclaration": 20053,
|
|
4507
4507
|
"src": "4916:11:89",
|
|
4508
4508
|
"typeDescriptions": {
|
|
4509
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4509
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
4510
4510
|
"typeString": "contract ISuperfluid"
|
|
4511
4511
|
}
|
|
4512
4512
|
},
|
|
@@ -4516,17 +4516,17 @@
|
|
|
4516
4516
|
"src": "4915:18:89"
|
|
4517
4517
|
},
|
|
4518
4518
|
"returnParameters": {
|
|
4519
|
-
"id":
|
|
4519
|
+
"id": 32702,
|
|
4520
4520
|
"nodeType": "ParameterList",
|
|
4521
4521
|
"parameters": [
|
|
4522
4522
|
{
|
|
4523
4523
|
"constant": false,
|
|
4524
|
-
"id":
|
|
4524
|
+
"id": 32701,
|
|
4525
4525
|
"mutability": "mutable",
|
|
4526
4526
|
"name": "logic",
|
|
4527
4527
|
"nameLocation": "4976:5:89",
|
|
4528
4528
|
"nodeType": "VariableDeclaration",
|
|
4529
|
-
"scope":
|
|
4529
|
+
"scope": 32713,
|
|
4530
4530
|
"src": "4968:13:89",
|
|
4531
4531
|
"stateVariable": false,
|
|
4532
4532
|
"storageLocation": "default",
|
|
@@ -4535,7 +4535,7 @@
|
|
|
4535
4535
|
"typeString": "address"
|
|
4536
4536
|
},
|
|
4537
4537
|
"typeName": {
|
|
4538
|
-
"id":
|
|
4538
|
+
"id": 32700,
|
|
4539
4539
|
"name": "address",
|
|
4540
4540
|
"nodeType": "ElementaryTypeName",
|
|
4541
4541
|
"src": "4968:7:89",
|
|
@@ -4550,14 +4550,14 @@
|
|
|
4550
4550
|
],
|
|
4551
4551
|
"src": "4967:15:89"
|
|
4552
4552
|
},
|
|
4553
|
-
"scope":
|
|
4553
|
+
"scope": 32714,
|
|
4554
4554
|
"src": "4900:140:89",
|
|
4555
4555
|
"stateMutability": "nonpayable",
|
|
4556
4556
|
"virtual": false,
|
|
4557
4557
|
"visibility": "external"
|
|
4558
4558
|
}
|
|
4559
4559
|
],
|
|
4560
|
-
"scope":
|
|
4560
|
+
"scope": 32753,
|
|
4561
4561
|
"src": "4861:181:89",
|
|
4562
4562
|
"usedErrors": []
|
|
4563
4563
|
},
|
|
@@ -4566,30 +4566,30 @@
|
|
|
4566
4566
|
"baseContracts": [
|
|
4567
4567
|
{
|
|
4568
4568
|
"baseName": {
|
|
4569
|
-
"id":
|
|
4569
|
+
"id": 32715,
|
|
4570
4570
|
"name": "SuperTokenFactoryBase",
|
|
4571
4571
|
"nodeType": "IdentifierPath",
|
|
4572
|
-
"referencedDeclaration":
|
|
4572
|
+
"referencedDeclaration": 32695,
|
|
4573
4573
|
"src": "5074:21:89"
|
|
4574
4574
|
},
|
|
4575
|
-
"id":
|
|
4575
|
+
"id": 32716,
|
|
4576
4576
|
"nodeType": "InheritanceSpecifier",
|
|
4577
4577
|
"src": "5074:21:89"
|
|
4578
4578
|
}
|
|
4579
4579
|
],
|
|
4580
4580
|
"canonicalName": "SuperTokenFactory",
|
|
4581
4581
|
"contractDependencies": [
|
|
4582
|
-
|
|
4583
|
-
|
|
4582
|
+
30764,
|
|
4583
|
+
37074
|
|
4584
4584
|
],
|
|
4585
4585
|
"contractKind": "contract",
|
|
4586
4586
|
"fullyImplemented": true,
|
|
4587
|
-
"id":
|
|
4587
|
+
"id": 32752,
|
|
4588
4588
|
"linearizedBaseContracts": [
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4589
|
+
32752,
|
|
4590
|
+
32695,
|
|
4591
|
+
19581,
|
|
4592
|
+
37017,
|
|
4593
4593
|
858
|
|
4594
4594
|
],
|
|
4595
4595
|
"name": "SuperTokenFactory",
|
|
@@ -4598,33 +4598,33 @@
|
|
|
4598
4598
|
"nodes": [
|
|
4599
4599
|
{
|
|
4600
4600
|
"constant": false,
|
|
4601
|
-
"id":
|
|
4601
|
+
"id": 32719,
|
|
4602
4602
|
"mutability": "immutable",
|
|
4603
4603
|
"name": "_helper",
|
|
4604
4604
|
"nameLocation": "5144:7:89",
|
|
4605
4605
|
"nodeType": "VariableDeclaration",
|
|
4606
|
-
"scope":
|
|
4606
|
+
"scope": 32752,
|
|
4607
4607
|
"src": "5102:49:89",
|
|
4608
4608
|
"stateVariable": true,
|
|
4609
4609
|
"storageLocation": "default",
|
|
4610
4610
|
"typeDescriptions": {
|
|
4611
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
4611
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
|
|
4612
4612
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
4613
4613
|
},
|
|
4614
4614
|
"typeName": {
|
|
4615
|
-
"id":
|
|
4615
|
+
"id": 32718,
|
|
4616
4616
|
"nodeType": "UserDefinedTypeName",
|
|
4617
4617
|
"pathNode": {
|
|
4618
|
-
"id":
|
|
4618
|
+
"id": 32717,
|
|
4619
4619
|
"name": "SuperTokenFactoryHelper",
|
|
4620
4620
|
"nodeType": "IdentifierPath",
|
|
4621
|
-
"referencedDeclaration":
|
|
4621
|
+
"referencedDeclaration": 32714,
|
|
4622
4622
|
"src": "5102:23:89"
|
|
4623
4623
|
},
|
|
4624
|
-
"referencedDeclaration":
|
|
4624
|
+
"referencedDeclaration": 32714,
|
|
4625
4625
|
"src": "5102:23:89",
|
|
4626
4626
|
"typeDescriptions": {
|
|
4627
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
4627
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
|
|
4628
4628
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
4629
4629
|
}
|
|
4630
4630
|
},
|
|
@@ -4632,81 +4632,81 @@
|
|
|
4632
4632
|
},
|
|
4633
4633
|
{
|
|
4634
4634
|
"body": {
|
|
4635
|
-
"id":
|
|
4635
|
+
"id": 32735,
|
|
4636
4636
|
"nodeType": "Block",
|
|
4637
4637
|
"src": "5335:33:89",
|
|
4638
4638
|
"statements": [
|
|
4639
4639
|
{
|
|
4640
4640
|
"expression": {
|
|
4641
|
-
"id":
|
|
4641
|
+
"id": 32733,
|
|
4642
4642
|
"isConstant": false,
|
|
4643
4643
|
"isLValue": false,
|
|
4644
4644
|
"isPure": false,
|
|
4645
4645
|
"lValueRequested": false,
|
|
4646
4646
|
"leftHandSide": {
|
|
4647
|
-
"id":
|
|
4647
|
+
"id": 32731,
|
|
4648
4648
|
"name": "_helper",
|
|
4649
4649
|
"nodeType": "Identifier",
|
|
4650
4650
|
"overloadedDeclarations": [],
|
|
4651
|
-
"referencedDeclaration":
|
|
4651
|
+
"referencedDeclaration": 32719,
|
|
4652
4652
|
"src": "5345:7:89",
|
|
4653
4653
|
"typeDescriptions": {
|
|
4654
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
4654
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
|
|
4655
4655
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
4656
4656
|
}
|
|
4657
4657
|
},
|
|
4658
4658
|
"nodeType": "Assignment",
|
|
4659
4659
|
"operator": "=",
|
|
4660
4660
|
"rightHandSide": {
|
|
4661
|
-
"id":
|
|
4661
|
+
"id": 32732,
|
|
4662
4662
|
"name": "helper",
|
|
4663
4663
|
"nodeType": "Identifier",
|
|
4664
4664
|
"overloadedDeclarations": [],
|
|
4665
|
-
"referencedDeclaration":
|
|
4665
|
+
"referencedDeclaration": 32725,
|
|
4666
4666
|
"src": "5355:6:89",
|
|
4667
4667
|
"typeDescriptions": {
|
|
4668
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
4668
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
|
|
4669
4669
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
4670
4670
|
}
|
|
4671
4671
|
},
|
|
4672
4672
|
"src": "5345:16:89",
|
|
4673
4673
|
"typeDescriptions": {
|
|
4674
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
4674
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
|
|
4675
4675
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
4676
4676
|
}
|
|
4677
4677
|
},
|
|
4678
|
-
"id":
|
|
4678
|
+
"id": 32734,
|
|
4679
4679
|
"nodeType": "ExpressionStatement",
|
|
4680
4680
|
"src": "5345:16:89"
|
|
4681
4681
|
}
|
|
4682
4682
|
]
|
|
4683
4683
|
},
|
|
4684
|
-
"id":
|
|
4684
|
+
"id": 32736,
|
|
4685
4685
|
"implemented": true,
|
|
4686
4686
|
"kind": "constructor",
|
|
4687
4687
|
"modifiers": [
|
|
4688
4688
|
{
|
|
4689
4689
|
"arguments": [
|
|
4690
4690
|
{
|
|
4691
|
-
"id":
|
|
4691
|
+
"id": 32728,
|
|
4692
4692
|
"name": "host",
|
|
4693
4693
|
"nodeType": "Identifier",
|
|
4694
4694
|
"overloadedDeclarations": [],
|
|
4695
|
-
"referencedDeclaration":
|
|
4695
|
+
"referencedDeclaration": 32722,
|
|
4696
4696
|
"src": "5272:4:89",
|
|
4697
4697
|
"typeDescriptions": {
|
|
4698
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4698
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
4699
4699
|
"typeString": "contract ISuperfluid"
|
|
4700
4700
|
}
|
|
4701
4701
|
}
|
|
4702
4702
|
],
|
|
4703
|
-
"id":
|
|
4703
|
+
"id": 32729,
|
|
4704
4704
|
"kind": "baseConstructorSpecifier",
|
|
4705
4705
|
"modifierName": {
|
|
4706
|
-
"id":
|
|
4706
|
+
"id": 32727,
|
|
4707
4707
|
"name": "SuperTokenFactoryBase",
|
|
4708
4708
|
"nodeType": "IdentifierPath",
|
|
4709
|
-
"referencedDeclaration":
|
|
4709
|
+
"referencedDeclaration": 32695,
|
|
4710
4710
|
"src": "5250:21:89"
|
|
4711
4711
|
},
|
|
4712
4712
|
"nodeType": "ModifierInvocation",
|
|
@@ -4717,38 +4717,38 @@
|
|
|
4717
4717
|
"nameLocation": "-1:-1:-1",
|
|
4718
4718
|
"nodeType": "FunctionDefinition",
|
|
4719
4719
|
"parameters": {
|
|
4720
|
-
"id":
|
|
4720
|
+
"id": 32726,
|
|
4721
4721
|
"nodeType": "ParameterList",
|
|
4722
4722
|
"parameters": [
|
|
4723
4723
|
{
|
|
4724
4724
|
"constant": false,
|
|
4725
|
-
"id":
|
|
4725
|
+
"id": 32722,
|
|
4726
4726
|
"mutability": "mutable",
|
|
4727
4727
|
"name": "host",
|
|
4728
4728
|
"nameLocation": "5191:4:89",
|
|
4729
4729
|
"nodeType": "VariableDeclaration",
|
|
4730
|
-
"scope":
|
|
4730
|
+
"scope": 32736,
|
|
4731
4731
|
"src": "5179:16:89",
|
|
4732
4732
|
"stateVariable": false,
|
|
4733
4733
|
"storageLocation": "default",
|
|
4734
4734
|
"typeDescriptions": {
|
|
4735
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4735
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
4736
4736
|
"typeString": "contract ISuperfluid"
|
|
4737
4737
|
},
|
|
4738
4738
|
"typeName": {
|
|
4739
|
-
"id":
|
|
4739
|
+
"id": 32721,
|
|
4740
4740
|
"nodeType": "UserDefinedTypeName",
|
|
4741
4741
|
"pathNode": {
|
|
4742
|
-
"id":
|
|
4742
|
+
"id": 32720,
|
|
4743
4743
|
"name": "ISuperfluid",
|
|
4744
4744
|
"nodeType": "IdentifierPath",
|
|
4745
|
-
"referencedDeclaration":
|
|
4745
|
+
"referencedDeclaration": 20053,
|
|
4746
4746
|
"src": "5179:11:89"
|
|
4747
4747
|
},
|
|
4748
|
-
"referencedDeclaration":
|
|
4748
|
+
"referencedDeclaration": 20053,
|
|
4749
4749
|
"src": "5179:11:89",
|
|
4750
4750
|
"typeDescriptions": {
|
|
4751
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4751
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
4752
4752
|
"typeString": "contract ISuperfluid"
|
|
4753
4753
|
}
|
|
4754
4754
|
},
|
|
@@ -4756,33 +4756,33 @@
|
|
|
4756
4756
|
},
|
|
4757
4757
|
{
|
|
4758
4758
|
"constant": false,
|
|
4759
|
-
"id":
|
|
4759
|
+
"id": 32725,
|
|
4760
4760
|
"mutability": "mutable",
|
|
4761
4761
|
"name": "helper",
|
|
4762
4762
|
"nameLocation": "5229:6:89",
|
|
4763
4763
|
"nodeType": "VariableDeclaration",
|
|
4764
|
-
"scope":
|
|
4764
|
+
"scope": 32736,
|
|
4765
4765
|
"src": "5205:30:89",
|
|
4766
4766
|
"stateVariable": false,
|
|
4767
4767
|
"storageLocation": "default",
|
|
4768
4768
|
"typeDescriptions": {
|
|
4769
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
4769
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
|
|
4770
4770
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
4771
4771
|
},
|
|
4772
4772
|
"typeName": {
|
|
4773
|
-
"id":
|
|
4773
|
+
"id": 32724,
|
|
4774
4774
|
"nodeType": "UserDefinedTypeName",
|
|
4775
4775
|
"pathNode": {
|
|
4776
|
-
"id":
|
|
4776
|
+
"id": 32723,
|
|
4777
4777
|
"name": "SuperTokenFactoryHelper",
|
|
4778
4778
|
"nodeType": "IdentifierPath",
|
|
4779
|
-
"referencedDeclaration":
|
|
4779
|
+
"referencedDeclaration": 32714,
|
|
4780
4780
|
"src": "5205:23:89"
|
|
4781
4781
|
},
|
|
4782
|
-
"referencedDeclaration":
|
|
4782
|
+
"referencedDeclaration": 32714,
|
|
4783
4783
|
"src": "5205:23:89",
|
|
4784
4784
|
"typeDescriptions": {
|
|
4785
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
4785
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
|
|
4786
4786
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
4787
4787
|
}
|
|
4788
4788
|
},
|
|
@@ -4792,12 +4792,12 @@
|
|
|
4792
4792
|
"src": "5169:72:89"
|
|
4793
4793
|
},
|
|
4794
4794
|
"returnParameters": {
|
|
4795
|
-
"id":
|
|
4795
|
+
"id": 32730,
|
|
4796
4796
|
"nodeType": "ParameterList",
|
|
4797
4797
|
"parameters": [],
|
|
4798
4798
|
"src": "5335:0:89"
|
|
4799
4799
|
},
|
|
4800
|
-
"scope":
|
|
4800
|
+
"scope": 32752,
|
|
4801
4801
|
"src": "5158:210:89",
|
|
4802
4802
|
"stateMutability": "nonpayable",
|
|
4803
4803
|
"virtual": false,
|
|
@@ -4805,10 +4805,10 @@
|
|
|
4805
4805
|
},
|
|
4806
4806
|
{
|
|
4807
4807
|
"baseFunctions": [
|
|
4808
|
-
|
|
4808
|
+
32514
|
|
4809
4809
|
],
|
|
4810
4810
|
"body": {
|
|
4811
|
-
"id":
|
|
4811
|
+
"id": 32750,
|
|
4812
4812
|
"nodeType": "Block",
|
|
4813
4813
|
"src": "5485:44:89",
|
|
4814
4814
|
"statements": [
|
|
@@ -4816,14 +4816,14 @@
|
|
|
4816
4816
|
"expression": {
|
|
4817
4817
|
"arguments": [
|
|
4818
4818
|
{
|
|
4819
|
-
"id":
|
|
4819
|
+
"id": 32747,
|
|
4820
4820
|
"name": "host",
|
|
4821
4821
|
"nodeType": "Identifier",
|
|
4822
4822
|
"overloadedDeclarations": [],
|
|
4823
|
-
"referencedDeclaration":
|
|
4823
|
+
"referencedDeclaration": 32739,
|
|
4824
4824
|
"src": "5517:4:89",
|
|
4825
4825
|
"typeDescriptions": {
|
|
4826
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4826
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
4827
4827
|
"typeString": "contract ISuperfluid"
|
|
4828
4828
|
}
|
|
4829
4829
|
}
|
|
@@ -4831,37 +4831,37 @@
|
|
|
4831
4831
|
"expression": {
|
|
4832
4832
|
"argumentTypes": [
|
|
4833
4833
|
{
|
|
4834
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4834
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
4835
4835
|
"typeString": "contract ISuperfluid"
|
|
4836
4836
|
}
|
|
4837
4837
|
],
|
|
4838
4838
|
"expression": {
|
|
4839
|
-
"id":
|
|
4839
|
+
"id": 32745,
|
|
4840
4840
|
"name": "_helper",
|
|
4841
4841
|
"nodeType": "Identifier",
|
|
4842
4842
|
"overloadedDeclarations": [],
|
|
4843
|
-
"referencedDeclaration":
|
|
4843
|
+
"referencedDeclaration": 32719,
|
|
4844
4844
|
"src": "5502:7:89",
|
|
4845
4845
|
"typeDescriptions": {
|
|
4846
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
4846
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
|
|
4847
4847
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
4848
4848
|
}
|
|
4849
4849
|
},
|
|
4850
|
-
"id":
|
|
4850
|
+
"id": 32746,
|
|
4851
4851
|
"isConstant": false,
|
|
4852
4852
|
"isLValue": false,
|
|
4853
4853
|
"isPure": false,
|
|
4854
4854
|
"lValueRequested": false,
|
|
4855
4855
|
"memberName": "create",
|
|
4856
4856
|
"nodeType": "MemberAccess",
|
|
4857
|
-
"referencedDeclaration":
|
|
4857
|
+
"referencedDeclaration": 32713,
|
|
4858
4858
|
"src": "5502:14:89",
|
|
4859
4859
|
"typeDescriptions": {
|
|
4860
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$
|
|
4860
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20053_$returns$_t_address_$",
|
|
4861
4861
|
"typeString": "function (contract ISuperfluid) external returns (address)"
|
|
4862
4862
|
}
|
|
4863
4863
|
},
|
|
4864
|
-
"id":
|
|
4864
|
+
"id": 32748,
|
|
4865
4865
|
"isConstant": false,
|
|
4866
4866
|
"isLValue": false,
|
|
4867
4867
|
"isPure": false,
|
|
@@ -4876,15 +4876,15 @@
|
|
|
4876
4876
|
"typeString": "address"
|
|
4877
4877
|
}
|
|
4878
4878
|
},
|
|
4879
|
-
"functionReturnParameters":
|
|
4880
|
-
"id":
|
|
4879
|
+
"functionReturnParameters": 32744,
|
|
4880
|
+
"id": 32749,
|
|
4881
4881
|
"nodeType": "Return",
|
|
4882
4882
|
"src": "5495:27:89"
|
|
4883
4883
|
}
|
|
4884
4884
|
]
|
|
4885
4885
|
},
|
|
4886
4886
|
"functionSelector": "4dcc4d79",
|
|
4887
|
-
"id":
|
|
4887
|
+
"id": 32751,
|
|
4888
4888
|
"implemented": true,
|
|
4889
4889
|
"kind": "function",
|
|
4890
4890
|
"modifiers": [],
|
|
@@ -4892,44 +4892,44 @@
|
|
|
4892
4892
|
"nameLocation": "5383:21:89",
|
|
4893
4893
|
"nodeType": "FunctionDefinition",
|
|
4894
4894
|
"overrides": {
|
|
4895
|
-
"id":
|
|
4895
|
+
"id": 32741,
|
|
4896
4896
|
"nodeType": "OverrideSpecifier",
|
|
4897
4897
|
"overrides": [],
|
|
4898
4898
|
"src": "5440:8:89"
|
|
4899
4899
|
},
|
|
4900
4900
|
"parameters": {
|
|
4901
|
-
"id":
|
|
4901
|
+
"id": 32740,
|
|
4902
4902
|
"nodeType": "ParameterList",
|
|
4903
4903
|
"parameters": [
|
|
4904
4904
|
{
|
|
4905
4905
|
"constant": false,
|
|
4906
|
-
"id":
|
|
4906
|
+
"id": 32739,
|
|
4907
4907
|
"mutability": "mutable",
|
|
4908
4908
|
"name": "host",
|
|
4909
4909
|
"nameLocation": "5417:4:89",
|
|
4910
4910
|
"nodeType": "VariableDeclaration",
|
|
4911
|
-
"scope":
|
|
4911
|
+
"scope": 32751,
|
|
4912
4912
|
"src": "5405:16:89",
|
|
4913
4913
|
"stateVariable": false,
|
|
4914
4914
|
"storageLocation": "default",
|
|
4915
4915
|
"typeDescriptions": {
|
|
4916
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4916
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
4917
4917
|
"typeString": "contract ISuperfluid"
|
|
4918
4918
|
},
|
|
4919
4919
|
"typeName": {
|
|
4920
|
-
"id":
|
|
4920
|
+
"id": 32738,
|
|
4921
4921
|
"nodeType": "UserDefinedTypeName",
|
|
4922
4922
|
"pathNode": {
|
|
4923
|
-
"id":
|
|
4923
|
+
"id": 32737,
|
|
4924
4924
|
"name": "ISuperfluid",
|
|
4925
4925
|
"nodeType": "IdentifierPath",
|
|
4926
|
-
"referencedDeclaration":
|
|
4926
|
+
"referencedDeclaration": 20053,
|
|
4927
4927
|
"src": "5405:11:89"
|
|
4928
4928
|
},
|
|
4929
|
-
"referencedDeclaration":
|
|
4929
|
+
"referencedDeclaration": 20053,
|
|
4930
4930
|
"src": "5405:11:89",
|
|
4931
4931
|
"typeDescriptions": {
|
|
4932
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4932
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
4933
4933
|
"typeString": "contract ISuperfluid"
|
|
4934
4934
|
}
|
|
4935
4935
|
},
|
|
@@ -4939,17 +4939,17 @@
|
|
|
4939
4939
|
"src": "5404:18:89"
|
|
4940
4940
|
},
|
|
4941
4941
|
"returnParameters": {
|
|
4942
|
-
"id":
|
|
4942
|
+
"id": 32744,
|
|
4943
4943
|
"nodeType": "ParameterList",
|
|
4944
4944
|
"parameters": [
|
|
4945
4945
|
{
|
|
4946
4946
|
"constant": false,
|
|
4947
|
-
"id":
|
|
4947
|
+
"id": 32743,
|
|
4948
4948
|
"mutability": "mutable",
|
|
4949
4949
|
"name": "logic",
|
|
4950
4950
|
"nameLocation": "5474:5:89",
|
|
4951
4951
|
"nodeType": "VariableDeclaration",
|
|
4952
|
-
"scope":
|
|
4952
|
+
"scope": 32751,
|
|
4953
4953
|
"src": "5466:13:89",
|
|
4954
4954
|
"stateVariable": false,
|
|
4955
4955
|
"storageLocation": "default",
|
|
@@ -4958,7 +4958,7 @@
|
|
|
4958
4958
|
"typeString": "address"
|
|
4959
4959
|
},
|
|
4960
4960
|
"typeName": {
|
|
4961
|
-
"id":
|
|
4961
|
+
"id": 32742,
|
|
4962
4962
|
"name": "address",
|
|
4963
4963
|
"nodeType": "ElementaryTypeName",
|
|
4964
4964
|
"src": "5466:7:89",
|
|
@@ -4973,14 +4973,14 @@
|
|
|
4973
4973
|
],
|
|
4974
4974
|
"src": "5465:15:89"
|
|
4975
4975
|
},
|
|
4976
|
-
"scope":
|
|
4976
|
+
"scope": 32752,
|
|
4977
4977
|
"src": "5374:155:89",
|
|
4978
4978
|
"stateMutability": "nonpayable",
|
|
4979
4979
|
"virtual": false,
|
|
4980
4980
|
"visibility": "external"
|
|
4981
4981
|
}
|
|
4982
4982
|
],
|
|
4983
|
-
"scope":
|
|
4983
|
+
"scope": 32753,
|
|
4984
4984
|
"src": "5044:487:89",
|
|
4985
4985
|
"usedErrors": []
|
|
4986
4986
|
}
|
|
@@ -4993,7 +4993,7 @@
|
|
|
4993
4993
|
},
|
|
4994
4994
|
"networks": {},
|
|
4995
4995
|
"schemaVersion": "3.4.8",
|
|
4996
|
-
"updatedAt": "2022-08-
|
|
4996
|
+
"updatedAt": "2022-08-25T14:16:53.466Z",
|
|
4997
4997
|
"devdoc": {
|
|
4998
4998
|
"kind": "dev",
|
|
4999
4999
|
"methods": {
|