@superfluid-finance/ethereum-contracts 1.2.3-dev.f94fdbb.0 → 1.3.1-dev.70e7fff.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 +3 -3
- package/build/contracts/AccessControlEnumerable.json +3 -3
- package/build/contracts/Address.json +5 -5
- package/build/contracts/AgreementBase.json +13 -13
- package/build/contracts/AgreementLibrary.json +7 -7
- package/build/contracts/BaseRelayRecipient.json +5 -5
- package/build/contracts/BatchLiquidator.json +179 -179
- package/build/contracts/BatchOperation.json +5 -5
- package/build/contracts/CFAv1Library.json +5 -5
- package/build/contracts/CallUtils.json +7 -7
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +2107 -1917
- package/build/contracts/ConstantFlowAgreementV1.json +8 -8
- package/build/contracts/Context.json +3 -3
- package/build/contracts/ContextDefinitions.json +5 -5
- package/build/contracts/Create2.json +5 -5
- package/build/contracts/CustomSuperTokenBase.json +3 -3
- package/build/contracts/ERC165.json +3 -3
- package/build/contracts/ERC1820Implementer.json +5 -5
- package/build/contracts/ERC1820RegistryCompiled.json +7 -7
- package/build/contracts/ERC20.json +5 -5
- package/build/contracts/ERC20Burnable.json +3 -3
- package/build/contracts/ERC20Pausable.json +3 -3
- package/build/contracts/ERC20PresetMinterPauser.json +5 -5
- package/build/contracts/ERC20WithTokenInfo.json +3 -3
- package/build/contracts/ERC777Helper.json +7 -7
- package/build/contracts/ERC777RecipientDrainingGas.json +839 -839
- package/build/contracts/ERC777RecipientReverting.json +839 -839
- package/build/contracts/EnumerableSet.json +5 -5
- package/build/contracts/EventsEmitter.json +47 -47
- package/build/contracts/ExclusiveInflowTestApp.json +2107 -1917
- package/build/contracts/FixedSizeData.json +213 -213
- package/build/contracts/FlowExchangeTestApp.json +2107 -1917
- package/build/contracts/FlowOperatorDefinitions.json +5 -5
- package/build/contracts/FullUpgradableSuperTokenProxy.json +226 -312
- package/build/contracts/IAccessControl.json +3 -3
- package/build/contracts/IAccessControlEnumerable.json +3 -3
- package/build/contracts/IConstantFlowAgreementV1.json +451 -444
- package/build/contracts/IDAv1Library.json +5 -5
- package/build/contracts/IERC165.json +3 -3
- package/build/contracts/IERC1820Implementer.json +3 -3
- package/build/contracts/IERC1820Registry.json +3 -3
- package/build/contracts/IERC20.json +3 -3
- package/build/contracts/IERC20Metadata.json +3 -3
- package/build/contracts/IERC777.json +3 -3
- package/build/contracts/IERC777Recipient.json +3 -3
- package/build/contracts/IERC777Sender.json +3 -3
- package/build/contracts/IInstantDistributionAgreementV1.json +570 -559
- package/build/contracts/IMaticBridgedNativeSuperToken.json +71 -32
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +3 -3
- package/build/contracts/IMultiSigWallet.json +3 -3
- package/build/contracts/IPureSuperToken.json +71 -32
- package/build/contracts/IPureSuperTokenCustom.json +3 -3
- package/build/contracts/IRelayRecipient.json +3 -3
- package/build/contracts/IResolver.json +3 -3
- package/build/contracts/ISETH.json +71 -32
- package/build/contracts/ISETHCustom.json +3 -3
- package/build/contracts/ISuperAgreement.json +3 -3
- package/build/contracts/ISuperApp.json +179 -173
- package/build/contracts/ISuperToken.json +522 -483
- package/build/contracts/ISuperTokenFactory.json +3 -3
- package/build/contracts/ISuperfluid.json +633 -628
- package/build/contracts/ISuperfluidGovernance.json +134 -133
- package/build/contracts/ISuperfluidToken.json +403 -394
- package/build/contracts/ITOGAv1.json +1211 -1211
- package/build/contracts/ITOGAv2.json +1211 -1211
- package/build/contracts/Initializable.json +3 -3
- package/build/contracts/InstantDistributionAgreementV1.json +10 -10
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +194 -194
- package/build/contracts/NonClosableOutflowTestApp.json +2107 -1917
- package/build/contracts/Ownable.json +3 -3
- package/build/contracts/Pausable.json +3 -3
- package/build/contracts/Proxy.json +3 -3
- package/build/contracts/PureSuperToken.json +91 -91
- package/build/contracts/Resolver.json +96 -96
- package/build/contracts/SETHProxy.json +199 -199
- package/build/contracts/SafeCast.json +5 -5
- package/build/contracts/SafeERC20.json +5 -5
- package/build/contracts/SafeMath.json +5 -5
- package/build/contracts/SelfDeletingFlowTestApp.json +2107 -1917
- package/build/contracts/SlotsBitmapLibrary.json +7 -7
- package/build/contracts/Strings.json +5 -5
- package/build/contracts/SuperAppBase.json +3 -3
- package/build/contracts/SuperAppDefinitions.json +5 -5
- package/build/contracts/SuperToken.json +2262 -2262
- package/build/contracts/SuperTokenFactory.json +582 -582
- package/build/contracts/SuperTokenFactoryBase.json +576 -576
- package/build/contracts/SuperTokenFactoryHelper.json +578 -578
- package/build/contracts/SuperUpgrader.json +687 -687
- package/build/contracts/Superfluid.json +6648 -6678
- package/build/contracts/SuperfluidFrameworkDeployer.json +526 -526
- package/build/contracts/SuperfluidGovernanceBase.json +13 -13
- package/build/contracts/SuperfluidGovernanceConfigs.json +5 -5
- package/build/contracts/SuperfluidGovernanceII.json +21 -21
- package/build/contracts/SuperfluidGovernanceIIProxy.json +20 -20
- package/build/contracts/SuperfluidLoader.json +147 -147
- package/build/contracts/SuperfluidToken.json +1269 -1269
- package/build/contracts/TOGA.json +1221 -1221
- package/build/contracts/TestGovernance.json +315 -315
- package/build/contracts/TestToken.json +475 -561
- package/build/contracts/TokenCustodian.json +220 -220
- package/build/contracts/TokenInfo.json +3 -3
- package/build/contracts/UUPSProxiable.json +136 -136
- package/build/contracts/UUPSProxy.json +87 -87
- package/build/contracts/UUPSUtils.json +43 -43
- package/build/contracts-sizes.txt +6 -6
- package/contracts/agreements/AgreementBase.sol +1 -1
- package/contracts/agreements/AgreementLibrary.sol +1 -1
- package/contracts/agreements/ConstantFlowAgreementV1.sol +1 -1
- package/contracts/agreements/InstantDistributionAgreementV1.sol +1 -1
- package/contracts/gov/SuperfluidGovernanceBase.sol +1 -1
- package/contracts/gov/SuperfluidGovernanceII.sol +1 -1
- package/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol +7 -10
- package/contracts/interfaces/agreements/IInstantDistributionAgreementV1.sol +11 -18
- package/contracts/interfaces/superfluid/ISuperApp.sol +7 -9
- package/contracts/interfaces/superfluid/ISuperToken.sol +36 -44
- package/contracts/interfaces/superfluid/ISuperfluid.sol +17 -21
- package/contracts/interfaces/superfluid/ISuperfluidGovernance.sol +1 -1
- package/contracts/interfaces/superfluid/ISuperfluidToken.sol +13 -14
- package/contracts/libs/BaseRelayRecipient.sol +1 -1
- package/contracts/libs/CallUtils.sol +1 -1
- package/contracts/libs/ERC1820RegistryCompiled.sol +1 -1
- package/contracts/libs/ERC777Helper.sol +1 -1
- package/contracts/libs/EventsEmitter.sol +2 -2
- package/contracts/libs/FixedSizeData.sol +2 -2
- package/contracts/libs/SlotsBitmapLibrary.sol +1 -1
- package/contracts/mocks/AgreementMock.sol +1 -1
- package/contracts/mocks/CFAAppMocks.sol +6 -6
- package/contracts/mocks/CFALibraryMock.sol +2 -2
- package/contracts/mocks/CallUtilsMock.sol +1 -1
- package/contracts/mocks/CallUtilsTester.sol +1 -1
- package/contracts/mocks/CustomSuperTokenMock.sol +1 -1
- package/contracts/mocks/ERC777SenderRecipientMock.sol +1 -1
- package/contracts/mocks/FakeSuperfluidMock.sol +1 -1
- package/contracts/mocks/ForwarderMock.sol +1 -1
- package/contracts/mocks/IDASuperAppTester.sol +2 -2
- package/contracts/mocks/IDAv1LibraryMock.sol +3 -3
- package/contracts/mocks/MockSmartWallet.sol +1 -1
- package/contracts/mocks/MultiFlowTesterApp.sol +2 -2
- package/contracts/mocks/SuperAppMocks.sol +15 -12
- package/contracts/mocks/SuperTokenFactoryMock.sol +1 -1
- package/contracts/mocks/SuperTokenMock.sol +1 -1
- package/contracts/mocks/SuperfluidDestructorMock.sol +1 -1
- package/contracts/mocks/SuperfluidGovernanceIIMock.sol +1 -1
- package/contracts/mocks/SuperfluidMock.sol +2 -2
- package/contracts/mocks/UUPSProxiableMock.sol +1 -1
- package/contracts/superfluid/FullUpgradableSuperTokenProxy.sol +2 -2
- package/contracts/superfluid/SuperToken.sol +1 -1
- package/contracts/superfluid/SuperTokenFactory.sol +1 -1
- package/contracts/superfluid/Superfluid.sol +4 -4
- package/contracts/superfluid/SuperfluidToken.sol +1 -1
- package/contracts/tokens/MaticBridgedNativeSuperToken.sol +1 -1
- package/contracts/tokens/PureSuperToken.sol +1 -1
- package/contracts/tokens/SETH.sol +1 -1
- package/contracts/upgradability/UUPSProxiable.sol +1 -1
- package/contracts/upgradability/UUPSProxy.sol +1 -1
- package/contracts/upgradability/UUPSUtils.sol +1 -1
- package/contracts/utils/BatchLiquidator.sol +1 -1
- package/contracts/utils/Resolver.sol +1 -1
- package/contracts/utils/SuperUpgrader.sol +6 -6
- package/contracts/utils/SuperfluidLoader.sol +1 -1
- package/contracts/utils/TOGA.sol +1 -1
- package/contracts/utils/TestGovernance.sol +2 -2
- package/contracts/utils/TestToken.sol +2 -2
- package/contracts/utils/TokenCustodian.sol +1 -1
- package/package.json +5 -3
- package/scripts/deploy-framework.js +5 -5
- package/scripts/deploy-super-token.js +13 -4
- package/scripts/gov-create-new-app-registration-key.js +2 -1
- package/scripts/gov-create-new-factory-registration.js +1 -1
- package/scripts/gov-set-trusted-forwarder.js +77 -0
- package/scripts/info-show-protocol.js +28 -12
- package/scripts/libs/getConfig.js +21 -3
- package/scripts/resolver-list-super-token.js +1 -0
|
@@ -253,11 +253,11 @@
|
|
|
253
253
|
"type": "function"
|
|
254
254
|
}
|
|
255
255
|
],
|
|
256
|
-
"metadata": "{\"compiler\":{\"version\":\"0.8.13+commit.abaa5c0e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract SuperTokenFactoryHelper\",\"name\":\"helper\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"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\":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\":[{\"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\":\"SuperTokenFactory\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0x0edeb16b9821ae2b16e9d69c383b38d3ad2fbb3e0c06cf809a0786d96e602551\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://88adc865fb1bd8dab4c58096e1d5887713f62c0405f8d2d17294727a8f43d8f7\",\"dweb:/ipfs/QmUJ27zsjxCatfoTFWho4k4qdhuBTorMqLuJzWqUX4Sdmg\"]},\"@openzeppelin/contracts/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x4823752b07b8ea4ca971b217e39457930e7cb103c2c91e2a29729e5ca907e4f0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6f319af26a9ade3e6cf3698bf1b84aa6213bdd7a76606ea9ba56ced163593934\",\"dweb:/ipfs/QmZ2u9zen5Htan4dSP1RZCY2XqB9HUwqkNCMzdn7aV2jWc\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0xbbc8ac883ac3c0078ce5ad3e288fbb3ffcc8a30c3a98c0fda0114d64fc44fca2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87a7a5d2f6f63f84598af02b8c50ca2df2631cb8ba2453e8d95fcb17e4be9824\",\"dweb:/ipfs/QmR76hqtAcRqoFj33tmNjcWTLrgNsAaakYwnKZ8zoJtKei\"]},\"@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol\":{\"keccak256\":\"0xc3d946432c0ddbb1f846a0d3985be71299df331b91d06732152117f62f0be2b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4632c341a06ba5c079b51ca5a915efab4e6ab57735b37839b3e8365ff806a43e\",\"dweb:/ipfs/QmTHT3xHYed2wajEoA5qu7ii2BxLpPhQZHwAhtLK5Z7ANK\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0xe4e0b7e3f0265ffaa565d26acd2d45f2633f19127ed625e5a05a9f201a87a667\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1762b5bc15a009b5f092ccf547b81e0827c8705884f18e0623e497658514a7ed\",\"dweb:/ipfs/QmTtmVQYuynan3j2uVjdjjRJS1mr7LPRgxSZNnfqC7oxkz\"]},\"@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\":\"0x2ccf9d2313a313d41a791505f2b5abfdc62191b5d4334f7f7a82691c088a1c87\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b3a57d0854b2fdce6ebff933a48dca2445643d1eccfc27f00292e937f26c6a58\",\"dweb:/ipfs/QmW45rZooS9TqR4YXUbjRbtf2Bpb5ouSarBvfW1LdGprvV\"]},\"@openzeppelin/contracts/utils/Create2.sol\":{\"keccak256\":\"0xebe3f8a59f0f1c96344a05edb984ef666ee4207e993cca99af3808f1de8771b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0db23062a52185cf06ad4202be0bfa4c7718c4b75f4526aeb456620ff2e737d4\",\"dweb:/ipfs/QmXtWdePeH6xpXf175YcnbwjsuLp35k6JxX8CjHzvHiyAi\"]},\"@openzeppelin/contracts/utils/introspection/IERC1820Registry.sol\":{\"keccak256\":\"0x6e306f9ab28416a9e5931f0b6e264676e8ac68fad184f9a9d8bb125c6ec23bc3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bd7fe961c914caa1fcc8223d446c1582aec4f2a32d2f06cf09c938b72cf8ce11\",\"dweb:/ipfs/QmPfEfqtUh9SA86br28HfmMyVSBe22B3oPwF8iACCF4evY\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x5c6caab697d302ad7eb59c234a4d2dbc965c1bae87709bd2850060b7695b28c7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fb62abcee612c175f1b9bc70e5dfe5bd23473c99987ade6e80e291f68dc60ff1\",\"dweb:/ipfs/QmZCMajhG7FtRYNDwBchXN89mXR6HLPVzr9732qfUdNf9E\"]},\"@openzeppelin/contracts/utils/math/SafeMath.sol\":{\"keccak256\":\"0xa2f576be637946f767aa56601c26d717f48a0aff44f82e46f13807eea1009a21\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://973868f808e88e21a1a0a01d4839314515ee337ad096286c88e41b74dcc11fc2\",\"dweb:/ipfs/QmfYuZxRfx2J2xdk4EXN7jKg4bUYEMTaYk9BAw9Bqn4o2Y\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x199095781e4221b6015d859558da09977f79199f38d342ab4899c2cecdf8cec1\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://9fd3a5a8b16d8517e2af10e20390a9af5adbfa4e783e3a7dd89eb4588db98385\",\"dweb:/ipfs/QmPDtGR43DeMMVsHjUh7FYzMGsFKPpGriRkaahFpN5T5d3\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x57f4203168992c940eb6b8c7cc75f854cb36a1f9323b3f39ddc5e4fbe819c043\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://888941dfa3e5004f678f215b98a85d1bf54e412317928a78e0a1cff090773d4c\",\"dweb:/ipfs/QmVe838upcAyqpy1d3oQNHJrbRyWCKHL51zWrMKruvLxFG\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0x3cb0b7216007b942f7611d7b3d983c0df9408fdd4fd6b799c33fc9033e0abf8b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://17901a1fd3635f441671e14ece8ecc6806af20c5eb80cca3b7c6e53a51fef7b6\",\"dweb:/ipfs/QmUXXMfU6nmsyEnufyGEwyZ5M7pzpXNTr6vw32e3JjjoZp\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0x2d9b845469a35b66f1166406149ac85e933dbe9156f57e4a4078948e6a6e71a4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://48e5cb11d4b90e42af521e23b33d57e12187c989d8d56be332b1649308168d45\",\"dweb:/ipfs/QmdaTW4HfpFfHjkHiJ3CmZUmCfLJyFCPTnCygwhiNhx3Tu\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0x2166f766b7f61f9bb1376b0948efa0d0c0046b93dc301e51ce495203b145189b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://929630e6a15f523b142b2897783b2f7a54532ac5ae578bd17a0b7f25a6ca2bd8\",\"dweb:/ipfs/QmTu9ffH9qbQncJGEc24bmnoCGjifQ7BG47AYR8AzMLfXR\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x518b869178aafffde40c654a1e24b3b1a2b5e42e5e8f17562556f404db8b9434\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://458ce84666b418fa3a7569c0e109db4d920fb6d1cb67ebc4c497c9c71107d93b\",\"dweb:/ipfs/QmV9nqhRF7MDGkV6UW3WWcqeXov2vmqHuRcvbqaaV8yP6u\"]},\"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\":\"0x5db4d5e987d0659d5fd915e9823359141ad3d9d5796e50ae98756bccc86ea9d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://2a4e7413e6539cffc1ea0807f05ac49fea8ebc258a9d76b72bade12a0c143075\",\"dweb:/ipfs/QmTsrsMe3bcwB4JnfPAiG1bNvEdTAVFTSyVBKQALVuLMWy\"]},\"project:/contracts/libs/EventsEmitter.sol\":{\"keccak256\":\"0xd454206f297bbab7020fbdf6311c138227154433d574427dbc8c283107e8a01e\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://af0ffd28f03fe3a759ef8479c7451274c4816fbc7e9f37e4874612df20eebbc2\",\"dweb:/ipfs/QmfJou9yUti54ppcCiHnVf4ByFfRojqQPGdhGatPBT6Chr\"]},\"project:/contracts/libs/FixedSizeData.sol\":{\"keccak256\":\"0xbb3de3fbf919ef59b6890063847904d2824d7a0da63ff486d97a19eb8f4241f5\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://23a9d841867cbe1da4487d78929cc994352c22c9113840f98c15f0870b612f6f\",\"dweb:/ipfs/QmS7tZMw2itiie8BPosFiwmZy8TUipHUbzpEAf66SficGL\"]},\"project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol\":{\"keccak256\":\"0x8351cd8c965160f68ab2b5ffde063d1457d3f51c179a7c1081547a60d856bc3c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://152dc489a518ac6f9b90b42c52faebc0cbb7479516c606b8ca3b7f7c63945717\",\"dweb:/ipfs/QmW5Q5K3zqsFmcRXA3FMsoom76tYuHUF9pZLvZYZGynnxe\"]},\"project:/contracts/superfluid/SuperToken.sol\":{\"keccak256\":\"0xcaa50b4f7c92fd51a483f31d9869d7ad4a8b11d0fb7564eca1859434a18ba429\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://5311245d23b5e6359a95a9b62ca047f6bdcb82b68c309aaf44d7852c6af7ff96\",\"dweb:/ipfs/QmNvbjHfENCwJVprouTgDS1M7J2PTyuuuKshKtAnjWEjAJ\"]},\"project:/contracts/superfluid/SuperTokenFactory.sol\":{\"keccak256\":\"0x3cb80ed9391959d9d79cc06f95071b00dee5b07e28fc0a75e7d6338b40ebddbb\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://8d589a8000d2b57865d0ca3f9d2342971003eff476e3aeb1fcd36c903cde429b\",\"dweb:/ipfs/QmSdbmi2TCLKBqNvHBEfsdujSFa6ievkqHkKjLX2B5QbQ5\"]},\"project:/contracts/superfluid/SuperfluidToken.sol\":{\"keccak256\":\"0x4f3fc780361d5ffad656e0c79fa17b98bb2b4d28252240ec40461874ec746107\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c6c3c8e676aa027b71a7b5c0c7241ee09edf52cbd9561f528580249d0b7c9773\",\"dweb:/ipfs/QmdAa7btJCFRHpCUQqiBeWsfdWZQXTwxPLBoiAzYCAZAvy\"]},\"project:/contracts/upgradability/UUPSProxiable.sol\":{\"keccak256\":\"0x5f50cec21a585dab7b59545aeb51735f36e3222e4b0768370be8d46373d0ef05\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://acdd57d81b5b2d346da335636baf1e37da3d31cf2eef58af493e43bc65a27414\",\"dweb:/ipfs/QmTepRBNAfRBXVDBM37ME1jpw1YgcseVehC17sWpEYeFDc\"]},\"project:/contracts/upgradability/UUPSProxy.sol\":{\"keccak256\":\"0x1164a0047c0600d162060fc9ea72a5e50779a9ccd28143fa4a984f5a635493cc\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://1205e5b16fd67b2bf99bb917175d0bd1caaa1509d3f4a4f3c8184e8c40c564ef\",\"dweb:/ipfs/Qme96cpfG4LNjdA44H2CZP3zYT73XEtRZMXpBGMTDjtFVf\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0xffec084e77ce3c0b595f0612687242f3d8b7a84cab15e5650c17428ee48d0b5b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://be0183816467872b053562d9a737042ac3a91ea67e3c74e03de5db7226f3e73b\",\"dweb:/ipfs/QmUyi4YXh1T7MExbrLwZ6rAdXTPChF8q27YpZxxniR6CHM\"]}},\"version\":1}",
|
|
257
|
-
"bytecode": "0x60c060405234801561001057600080fd5b5060405161138338038061138383398101604081905261002f9161005e565b6001600160a01b039182166080521660a052610098565b6001600160a01b038116811461005b57600080fd5b50565b6000806040838503121561007157600080fd5b825161007c81610046565b602084015190925061008d81610046565b809150509250929050565b60805160a0516112b26100d160003960006102dd01526000818160a501528181610220015281816104c90152610a1601526112b26000f3fe608060405234801561001057600080fd5b506004361061009e5760003560e01c806352d1902d1161006657806352d1902d146101255780638129fc1c146101535780639470a5b21461015b578063a6d0c53414610172578063d412d3441461018557600080fd5b806320bc4425146100a3578063431f1481146100e257806346951954146100f55780634dcc4d791461010a57806350d75d251461011d575b600080fd5b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020015b60405180910390f35b6100c56100f0366004610b6d565b610198565b610108610103366004610c00565b610215565b005b6100c5610118366004610c00565b6102bb565b6100c5610352565b6040517fb146a22bc9644a3313a7e28592f37d32718a2b618d3d136aa524b0d86b87b62081526020016100d9565b610108610381565b6000546201000090046001600160a01b03166100c5565b6100c5610180366004610c33565b610441565b610108610193366004610c00565b610721565b600061020a87886001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101dc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102009190610cd9565b8888888888610441565b979650505050505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146102a75760405162461bcd60e51b815260206004820152602c60248201527f5375706572546f6b656e466163746f72793a206f6e6c7920686f73742063616e60448201526b2075706461746520636f646560a01b60648201526084015b60405180910390fd5b6102b0816107bf565b6102b86109ff565b50565b6040516313db266360e31b81526001600160a01b0382811660048301526000917f000000000000000000000000000000000000000000000000000000000000000090911690639ed93318906024016020604051808303816000875af1158015610328573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061034c9190610cf6565b92915050565b600061037c7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b600054610100900460ff1661039c5760005460ff16156103a0565b303b155b6104035760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b606482015260840161029e565b600054610100900460ff16158015610425576000805461ffff19166101011790555b61042d6109ff565b80156102b8576000805461ff001916905550565b60006001600160a01b0388166104995760405162461bcd60e51b815260206004820152601f60248201527f5375706572546f6b656e466163746f72793a207a65726f206164647265737300604482015260640161029e565b60008660028111156104ad576104ad610d13565b0361054357604051634dcc4d7960e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001660048201523090634dcc4d79906024016020604051808303816000875af1158015610518573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061053c9190610cf6565b905061067b565b600186600281111561055757610557610d13565b036105f757600060405161056a90610ae1565b604051809103906000f080158015610586573d6000803e3d6000fd5b50600054604051634a0687ef60e01b81526001600160a01b036201000090920482166004820152919250821690634a0687ef90602401600060405180830381600087803b1580156105d657600080fd5b505af11580156105ea573d6000803e3d6000fd5b505050508091505061067b565b600060405161060590610aee565b604051809103906000f080158015610621573d6000803e3d6000fd5b509050806001600160a01b0316638129fc1c6040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561065f57600080fd5b505af1158015610673573d6000803e3d6000fd5b509293505050505b6040516285fc1360e71b81526001600160a01b038216906342fe0980906106b0908b908b908a908a908a908a90600401610d52565b600060405180830381600087803b1580156106ca57600080fd5b505af11580156106de573d6000803e3d6000fd5b50506040516001600160a01b03841692507fb52c6d9d122e8c07769b96d7bb14e66db58ee03fdebaaa2f92547e9c7ef0e65f9150600090a2979650505050505050565b600054604051634a0687ef60e01b81526001600160a01b0362010000909204821660048201528291821690634a0687ef90602401600060405180830381600087803b15801561076f57600080fd5b505af1158015610783573d6000803e3d6000fd5b50506040516001600160a01b03851692507f437790724a6e97b75d23117f28cdd4b1beeafc34f7a0911ef256e9334f4369a59150600090a25050565b60006107e97f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b03160361083f5760405162461bcd60e51b815260206004820152601d60248201527f5555505350726f786961626c653a206e6f742075706772616461626c65000000604482015260640161029e565b806001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561087d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108a19190610da0565b7fb146a22bc9644a3313a7e28592f37d32718a2b618d3d136aa524b0d86b87b6201461091b5760405162461bcd60e51b815260206004820152602360248201527f5555505350726f786961626c653a206e6f7420636f6d70617469626c65206c6f60448201526267696360e81b606482015260840161029e565b6001600160a01b03811630036109735760405162461bcd60e51b815260206004820152601960248201527f5555505350726f786961626c653a2070726f7879206c6f6f7000000000000000604482015260640161029e565b61099b817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b7fe011bc04c286c344a8fcbb8de77f953da762c3e25d8cdea984147fc4168a5dcc7fb146a22bc9644a3313a7e28592f37d32718a2b618d3d136aa524b0d86b87b620604080519182526001600160a01b03841660208301520160405180910390a150565b604051634dcc4d7960e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001660048201523090634dcc4d79906024016020604051808303816000875af1158015610a65573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a899190610cf6565b6000805462010000600160b01b031916620100006001600160a01b03938416810291909117808355604051919004909216917fc13fb19d60857980e565bf5dae406b8802d3c1cec50c6156b30b12b8740297839190a2565b61024a80610dba83390190565b6102798061100483390190565b6001600160a01b03811681146102b857600080fd5b803560038110610b1f57600080fd5b919050565b60008083601f840112610b3657600080fd5b50813567ffffffffffffffff811115610b4e57600080fd5b602083019150836020828501011115610b6657600080fd5b9250929050565b60008060008060008060808789031215610b8657600080fd5b8635610b9181610afb565b9550610b9f60208801610b10565b9450604087013567ffffffffffffffff80821115610bbc57600080fd5b610bc88a838b01610b24565b90965094506060890135915080821115610be157600080fd5b50610bee89828a01610b24565b979a9699509497509295939492505050565b600060208284031215610c1257600080fd5b8135610c1d81610afb565b9392505050565b60ff811681146102b857600080fd5b600080600080600080600060a0888a031215610c4e57600080fd5b8735610c5981610afb565b96506020880135610c6981610c24565b9550610c7760408901610b10565b9450606088013567ffffffffffffffff80821115610c9457600080fd5b610ca08b838c01610b24565b909650945060808a0135915080821115610cb957600080fd5b50610cc68a828b01610b24565b989b979a50959850939692959293505050565b600060208284031215610ceb57600080fd5b8151610c1d81610c24565b600060208284031215610d0857600080fd5b8151610c1d81610afb565b634e487b7160e01b600052602160045260246000fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6001600160a01b038716815260ff86166020820152608060408201819052600090610d809083018688610d29565b8281036060840152610d93818587610d29565b9998505050505050505050565b600060208284031215610db257600080fd5b505191905056fe608060405234801561001057600080fd5b5061022a806100206000396000f3fe6080604052600436106100225760003560e01c80634a0687ef1461003957610031565b366100315761002f610059565b005b61002f610059565b34801561004557600080fd5b5061002f6100543660046101c4565b61006b565b610069610064610171565b6101a0565b565b6001600160a01b0381166100c65760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006100f07f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101465760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a6564000060448201526064016100bd565b61016e817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b600061019b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156101bf573d6000f35b3d6000fd5b6000602082840312156101d657600080fd5b81356001600160a01b03811681146101ed57600080fd5b939250505056fea264697066735822122055e86118ce2711c610170f2e930678ba3d15a2874e37c60b77b322eebc0ffc5f64736f6c634300080d0033608060405234801561001057600080fd5b50610259806100206000396000f3fe6080604052600436106100225760003560e01c80638129fc1c1461003957610031565b366100315761002f61004e565b005b61002f61004e565b34801561004557600080fd5b5061002f610060565b61005e6100596100fa565b6101cf565b565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546001600160a01b038116156100d45760405162461bcd60e51b8152602060048201526013602482015272105b1c9958591e481a5b9a5d1a585b1a5e9959606a1b60448201526064015b60405180910390fd5b50337fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a055565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546000906001600160a01b0381166101675760405162461bcd60e51b815260206004820152600f60248201526e139bdd081a5b9a5d1a585b1a5e9959608a1b60448201526064016100cb565b806001600160a01b0316639470a5b26040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101c991906101f3565b91505090565b3660008037600080366000845af43d6000803e8080156101ee573d6000f35b3d6000fd5b60006020828403121561020557600080fd5b81516001600160a01b038116811461021c57600080fd5b939250505056fea26469706673582212208d3f496e50f3ba9eca2810bc6992a217d6eb694d3711c1bbbd5a38bb410dc2a964736f6c634300080d0033a2646970667358221220fc026e559d521c19c6874ece7a5acb8a15639348f6ef7186b19994189224b2d264736f6c634300080d0033",
|
|
258
|
-
"deployedBytecode": "
|
|
256
|
+
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract SuperTokenFactoryHelper\",\"name\":\"helper\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"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\":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\":[{\"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\":\"SuperTokenFactory\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0x0edeb16b9821ae2b16e9d69c383b38d3ad2fbb3e0c06cf809a0786d96e602551\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://88adc865fb1bd8dab4c58096e1d5887713f62c0405f8d2d17294727a8f43d8f7\",\"dweb:/ipfs/QmUJ27zsjxCatfoTFWho4k4qdhuBTorMqLuJzWqUX4Sdmg\"]},\"@openzeppelin/contracts/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x4823752b07b8ea4ca971b217e39457930e7cb103c2c91e2a29729e5ca907e4f0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6f319af26a9ade3e6cf3698bf1b84aa6213bdd7a76606ea9ba56ced163593934\",\"dweb:/ipfs/QmZ2u9zen5Htan4dSP1RZCY2XqB9HUwqkNCMzdn7aV2jWc\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0xbbc8ac883ac3c0078ce5ad3e288fbb3ffcc8a30c3a98c0fda0114d64fc44fca2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87a7a5d2f6f63f84598af02b8c50ca2df2631cb8ba2453e8d95fcb17e4be9824\",\"dweb:/ipfs/QmR76hqtAcRqoFj33tmNjcWTLrgNsAaakYwnKZ8zoJtKei\"]},\"@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol\":{\"keccak256\":\"0xc3d946432c0ddbb1f846a0d3985be71299df331b91d06732152117f62f0be2b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4632c341a06ba5c079b51ca5a915efab4e6ab57735b37839b3e8365ff806a43e\",\"dweb:/ipfs/QmTHT3xHYed2wajEoA5qu7ii2BxLpPhQZHwAhtLK5Z7ANK\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0xe4e0b7e3f0265ffaa565d26acd2d45f2633f19127ed625e5a05a9f201a87a667\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1762b5bc15a009b5f092ccf547b81e0827c8705884f18e0623e497658514a7ed\",\"dweb:/ipfs/QmTtmVQYuynan3j2uVjdjjRJS1mr7LPRgxSZNnfqC7oxkz\"]},\"@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\":\"0x2ccf9d2313a313d41a791505f2b5abfdc62191b5d4334f7f7a82691c088a1c87\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b3a57d0854b2fdce6ebff933a48dca2445643d1eccfc27f00292e937f26c6a58\",\"dweb:/ipfs/QmW45rZooS9TqR4YXUbjRbtf2Bpb5ouSarBvfW1LdGprvV\"]},\"@openzeppelin/contracts/utils/Create2.sol\":{\"keccak256\":\"0xebe3f8a59f0f1c96344a05edb984ef666ee4207e993cca99af3808f1de8771b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0db23062a52185cf06ad4202be0bfa4c7718c4b75f4526aeb456620ff2e737d4\",\"dweb:/ipfs/QmXtWdePeH6xpXf175YcnbwjsuLp35k6JxX8CjHzvHiyAi\"]},\"@openzeppelin/contracts/utils/introspection/IERC1820Registry.sol\":{\"keccak256\":\"0x6e306f9ab28416a9e5931f0b6e264676e8ac68fad184f9a9d8bb125c6ec23bc3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bd7fe961c914caa1fcc8223d446c1582aec4f2a32d2f06cf09c938b72cf8ce11\",\"dweb:/ipfs/QmPfEfqtUh9SA86br28HfmMyVSBe22B3oPwF8iACCF4evY\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x5c6caab697d302ad7eb59c234a4d2dbc965c1bae87709bd2850060b7695b28c7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fb62abcee612c175f1b9bc70e5dfe5bd23473c99987ade6e80e291f68dc60ff1\",\"dweb:/ipfs/QmZCMajhG7FtRYNDwBchXN89mXR6HLPVzr9732qfUdNf9E\"]},\"@openzeppelin/contracts/utils/math/SafeMath.sol\":{\"keccak256\":\"0xa2f576be637946f767aa56601c26d717f48a0aff44f82e46f13807eea1009a21\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://973868f808e88e21a1a0a01d4839314515ee337ad096286c88e41b74dcc11fc2\",\"dweb:/ipfs/QmfYuZxRfx2J2xdk4EXN7jKg4bUYEMTaYk9BAw9Bqn4o2Y\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x199095781e4221b6015d859558da09977f79199f38d342ab4899c2cecdf8cec1\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://9fd3a5a8b16d8517e2af10e20390a9af5adbfa4e783e3a7dd89eb4588db98385\",\"dweb:/ipfs/QmPDtGR43DeMMVsHjUh7FYzMGsFKPpGriRkaahFpN5T5d3\"]},\"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\":\"0xf16efd1ba72322e77e0d936b723c0e71eb14c23e11cf69efae8c7caa407012cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://ff4bb321b72dc3332984346e5b66ad131c6132101658fe6707d7a9d043f981ab\",\"dweb:/ipfs/QmXmVD2mZ3LRb7wQZ2VcrpYhtjm21zUe5hPDDDJA1WXbFz\"]},\"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\":\"0x9f5f13f68ab31fbfad3d9334501015a74c0b91e5b952c5d45d0624c179560278\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7488b2b5f00a7c3e3136b3a46231fe0e5ce14d26f755d3bcf4eda75ca77556c2\",\"dweb:/ipfs/QmTgQ1bE7r1gA9TThTYKwdyeqtHcuU9cC5AVJgXtzDnosE\"]},\"project:/contracts/superfluid/SuperTokenFactory.sol\":{\"keccak256\":\"0x2ea39350cfe827ac930de94319d4b140d2c51be93a7e23b4849735d2e4a41735\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://0a84284448173d539ddb494d449305651aca6ba80b60982f807310c9c477b930\",\"dweb:/ipfs/QmVcBS3Tjf7DgZpDBndzCcnEuzR9cW5ci5eDpWSgd4rLcY\"]},\"project:/contracts/superfluid/SuperfluidToken.sol\":{\"keccak256\":\"0x011cf97f745ffbe4ba60da5c0752c369ab078787db7748ec01db45dde4cf77b3\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://8e5d4c6d27dcaea37545661bdb71caaa70580ff487ca6726f5a91f8e28dc4b9c\",\"dweb:/ipfs/QmYVBuQBREPBzVWonRZ6pqXYtjnmH1nxoDCNyEoVQEkX7V\"]},\"project:/contracts/upgradability/UUPSProxiable.sol\":{\"keccak256\":\"0xabe3beb46dff1433d7ae61fe470fc347967d5a5b09d48fa45f35ddb2735d61f2\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://ad0fdb3210d3b0ed62886decdeef62b43bdbdd59bd55fc5ea3d636e97fbfb65d\",\"dweb:/ipfs/QmPjd6ehqgoiHkrf2g2h9AZRxKakqxsGx1GTiy5DSwfYJg\"]},\"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}",
|
|
257
|
+
"bytecode": "0x60c060405234801561001057600080fd5b5060405161136638038061136683398101604081905261002f9161005e565b6001600160a01b039182166080521660a052610098565b6001600160a01b038116811461005b57600080fd5b50565b6000806040838503121561007157600080fd5b825161007c81610046565b602084015190925061008d81610046565b809150509250929050565b60805160a0516112956100d160003960006102dd01526000818160a501528181610220015281816104c90152610a1601526112956000f3fe608060405234801561001057600080fd5b506004361061009e5760003560e01c806352d1902d1161006657806352d1902d146101255780638129fc1c146101535780639470a5b21461015b578063a6d0c53414610172578063d412d3441461018557600080fd5b806320bc4425146100a3578063431f1481146100e257806346951954146100f55780634dcc4d791461010a57806350d75d251461011d575b600080fd5b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020015b60405180910390f35b6100c56100f0366004610b6d565b610198565b610108610103366004610c00565b610215565b005b6100c5610118366004610c00565b6102bb565b6100c5610352565b6040517fb146a22bc9644a3313a7e28592f37d32718a2b618d3d136aa524b0d86b87b62081526020016100d9565b610108610381565b6000546201000090046001600160a01b03166100c5565b6100c5610180366004610c33565b610441565b610108610193366004610c00565b610721565b600061020a87886001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101dc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102009190610cd9565b8888888888610441565b979650505050505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146102a75760405162461bcd60e51b815260206004820152602c60248201527f5375706572546f6b656e466163746f72793a206f6e6c7920686f73742063616e60448201526b2075706461746520636f646560a01b60648201526084015b60405180910390fd5b6102b0816107bf565b6102b86109ff565b50565b6040516313db266360e31b81526001600160a01b0382811660048301526000917f000000000000000000000000000000000000000000000000000000000000000090911690639ed93318906024016020604051808303816000875af1158015610328573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061034c9190610cf6565b92915050565b600061037c7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b600054610100900460ff1661039c5760005460ff16156103a0565b303b155b6104035760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b606482015260840161029e565b600054610100900460ff16158015610425576000805461ffff19166101011790555b61042d6109ff565b80156102b8576000805461ff001916905550565b60006001600160a01b0388166104995760405162461bcd60e51b815260206004820152601f60248201527f5375706572546f6b656e466163746f72793a207a65726f206164647265737300604482015260640161029e565b60008660028111156104ad576104ad610d13565b0361054357604051634dcc4d7960e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001660048201523090634dcc4d79906024016020604051808303816000875af1158015610518573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061053c9190610cf6565b905061067b565b600186600281111561055757610557610d13565b036105f757600060405161056a90610ae1565b604051809103906000f080158015610586573d6000803e3d6000fd5b50600054604051634a0687ef60e01b81526001600160a01b036201000090920482166004820152919250821690634a0687ef90602401600060405180830381600087803b1580156105d657600080fd5b505af11580156105ea573d6000803e3d6000fd5b505050508091505061067b565b600060405161060590610aee565b604051809103906000f080158015610621573d6000803e3d6000fd5b509050806001600160a01b0316638129fc1c6040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561065f57600080fd5b505af1158015610673573d6000803e3d6000fd5b509293505050505b6040516285fc1360e71b81526001600160a01b038216906342fe0980906106b0908b908b908a908a908a908a90600401610d52565b600060405180830381600087803b1580156106ca57600080fd5b505af11580156106de573d6000803e3d6000fd5b50506040516001600160a01b03841692507fb52c6d9d122e8c07769b96d7bb14e66db58ee03fdebaaa2f92547e9c7ef0e65f9150600090a2979650505050505050565b600054604051634a0687ef60e01b81526001600160a01b0362010000909204821660048201528291821690634a0687ef90602401600060405180830381600087803b15801561076f57600080fd5b505af1158015610783573d6000803e3d6000fd5b50506040516001600160a01b03851692507f437790724a6e97b75d23117f28cdd4b1beeafc34f7a0911ef256e9334f4369a59150600090a25050565b60006107e97f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b03160361083f5760405162461bcd60e51b815260206004820152601d60248201527f5555505350726f786961626c653a206e6f742075706772616461626c65000000604482015260640161029e565b806001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561087d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108a19190610da0565b7fb146a22bc9644a3313a7e28592f37d32718a2b618d3d136aa524b0d86b87b6201461091b5760405162461bcd60e51b815260206004820152602360248201527f5555505350726f786961626c653a206e6f7420636f6d70617469626c65206c6f60448201526267696360e81b606482015260840161029e565b6001600160a01b03811630036109735760405162461bcd60e51b815260206004820152601960248201527f5555505350726f786961626c653a2070726f7879206c6f6f7000000000000000604482015260640161029e565b61099b817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b7fe011bc04c286c344a8fcbb8de77f953da762c3e25d8cdea984147fc4168a5dcc7fb146a22bc9644a3313a7e28592f37d32718a2b618d3d136aa524b0d86b87b620604080519182526001600160a01b03841660208301520160405180910390a150565b604051634dcc4d7960e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001660048201523090634dcc4d79906024016020604051808303816000875af1158015610a65573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a899190610cf6565b6000805462010000600160b01b031916620100006001600160a01b03938416810291909117808355604051919004909216917fc13fb19d60857980e565bf5dae406b8802d3c1cec50c6156b30b12b8740297839190a2565b61024a80610dba83390190565b61025c8061100483390190565b6001600160a01b03811681146102b857600080fd5b803560038110610b1f57600080fd5b919050565b60008083601f840112610b3657600080fd5b50813567ffffffffffffffff811115610b4e57600080fd5b602083019150836020828501011115610b6657600080fd5b9250929050565b60008060008060008060808789031215610b8657600080fd5b8635610b9181610afb565b9550610b9f60208801610b10565b9450604087013567ffffffffffffffff80821115610bbc57600080fd5b610bc88a838b01610b24565b90965094506060890135915080821115610be157600080fd5b50610bee89828a01610b24565b979a9699509497509295939492505050565b600060208284031215610c1257600080fd5b8135610c1d81610afb565b9392505050565b60ff811681146102b857600080fd5b600080600080600080600060a0888a031215610c4e57600080fd5b8735610c5981610afb565b96506020880135610c6981610c24565b9550610c7760408901610b10565b9450606088013567ffffffffffffffff80821115610c9457600080fd5b610ca08b838c01610b24565b909650945060808a0135915080821115610cb957600080fd5b50610cc68a828b01610b24565b989b979a50959850939692959293505050565b600060208284031215610ceb57600080fd5b8151610c1d81610c24565b600060208284031215610d0857600080fd5b8151610c1d81610afb565b634e487b7160e01b600052602160045260246000fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6001600160a01b038716815260ff86166020820152608060408201819052600090610d809083018688610d29565b8281036060840152610d93818587610d29565b9998505050505050505050565b600060208284031215610db257600080fd5b505191905056fe608060405234801561001057600080fd5b5061022a806100206000396000f3fe6080604052600436106100225760003560e01c80634a0687ef1461003957610031565b366100315761002f610059565b005b61002f610059565b34801561004557600080fd5b5061002f6100543660046101c4565b61006b565b610069610064610171565b6101a0565b565b6001600160a01b0381166100c65760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006100f07f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101465760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a6564000060448201526064016100bd565b61016e817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b600061019b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156101bf573d6000f35b3d6000fd5b6000602082840312156101d657600080fd5b81356001600160a01b03811681146101ed57600080fd5b939250505056fea264697066735822122086b1fc3a42d3af20b0ab5b46a7113da519907b8dce59f9a2b801e27095423bbc64736f6c634300080e0033608060405234801561001057600080fd5b5061023c806100206000396000f3fe6080604052600436106100225760003560e01c80638129fc1c1461003957610031565b366100315761002f61004e565b005b61002f61004e565b34801561004557600080fd5b5061002f610060565b61005e6100596100f9565b61019c565b565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546001600160a01b038116156100d35760405162461bcd60e51b8152602060048201526013602482015272105b1c9958591e481a5b9a5d1a585b1a5e9959606a1b604482015260640160405180910390fd5b50337fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a055565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546000906001600160a01b038116610134576101346101c0565b806001600160a01b0316639470a5b26040518163ffffffff1660e01b8152600401602060405180830381865afa158015610172573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061019691906101d6565b91505090565b3660008037600080366000845af43d6000803e8080156101bb573d6000f35b3d6000fd5b634e487b7160e01b600052600160045260246000fd5b6000602082840312156101e857600080fd5b81516001600160a01b03811681146101ff57600080fd5b939250505056fea26469706673582212207043e53497a533e70c116d93df021028be97de44d238f19564ab53cf1fa1eeab64736f6c634300080e0033a2646970667358221220d111e3f79f930dfdf48b511f39be0cb11fc8a2ab862e56a99a232a380a5a4b0264736f6c634300080e0033",
|
|
258
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061009e5760003560e01c806352d1902d1161006657806352d1902d146101255780638129fc1c146101535780639470a5b21461015b578063a6d0c53414610172578063d412d3441461018557600080fd5b806320bc4425146100a3578063431f1481146100e257806346951954146100f55780634dcc4d791461010a57806350d75d251461011d575b600080fd5b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020015b60405180910390f35b6100c56100f0366004610b6d565b610198565b610108610103366004610c00565b610215565b005b6100c5610118366004610c00565b6102bb565b6100c5610352565b6040517fb146a22bc9644a3313a7e28592f37d32718a2b618d3d136aa524b0d86b87b62081526020016100d9565b610108610381565b6000546201000090046001600160a01b03166100c5565b6100c5610180366004610c33565b610441565b610108610193366004610c00565b610721565b600061020a87886001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101dc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102009190610cd9565b8888888888610441565b979650505050505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146102a75760405162461bcd60e51b815260206004820152602c60248201527f5375706572546f6b656e466163746f72793a206f6e6c7920686f73742063616e60448201526b2075706461746520636f646560a01b60648201526084015b60405180910390fd5b6102b0816107bf565b6102b86109ff565b50565b6040516313db266360e31b81526001600160a01b0382811660048301526000917f000000000000000000000000000000000000000000000000000000000000000090911690639ed93318906024016020604051808303816000875af1158015610328573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061034c9190610cf6565b92915050565b600061037c7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b600054610100900460ff1661039c5760005460ff16156103a0565b303b155b6104035760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b606482015260840161029e565b600054610100900460ff16158015610425576000805461ffff19166101011790555b61042d6109ff565b80156102b8576000805461ff001916905550565b60006001600160a01b0388166104995760405162461bcd60e51b815260206004820152601f60248201527f5375706572546f6b656e466163746f72793a207a65726f206164647265737300604482015260640161029e565b60008660028111156104ad576104ad610d13565b0361054357604051634dcc4d7960e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001660048201523090634dcc4d79906024016020604051808303816000875af1158015610518573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061053c9190610cf6565b905061067b565b600186600281111561055757610557610d13565b036105f757600060405161056a90610ae1565b604051809103906000f080158015610586573d6000803e3d6000fd5b50600054604051634a0687ef60e01b81526001600160a01b036201000090920482166004820152919250821690634a0687ef90602401600060405180830381600087803b1580156105d657600080fd5b505af11580156105ea573d6000803e3d6000fd5b505050508091505061067b565b600060405161060590610aee565b604051809103906000f080158015610621573d6000803e3d6000fd5b509050806001600160a01b0316638129fc1c6040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561065f57600080fd5b505af1158015610673573d6000803e3d6000fd5b509293505050505b6040516285fc1360e71b81526001600160a01b038216906342fe0980906106b0908b908b908a908a908a908a90600401610d52565b600060405180830381600087803b1580156106ca57600080fd5b505af11580156106de573d6000803e3d6000fd5b50506040516001600160a01b03841692507fb52c6d9d122e8c07769b96d7bb14e66db58ee03fdebaaa2f92547e9c7ef0e65f9150600090a2979650505050505050565b600054604051634a0687ef60e01b81526001600160a01b0362010000909204821660048201528291821690634a0687ef90602401600060405180830381600087803b15801561076f57600080fd5b505af1158015610783573d6000803e3d6000fd5b50506040516001600160a01b03851692507f437790724a6e97b75d23117f28cdd4b1beeafc34f7a0911ef256e9334f4369a59150600090a25050565b60006107e97f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b03160361083f5760405162461bcd60e51b815260206004820152601d60248201527f5555505350726f786961626c653a206e6f742075706772616461626c65000000604482015260640161029e565b806001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561087d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108a19190610da0565b7fb146a22bc9644a3313a7e28592f37d32718a2b618d3d136aa524b0d86b87b6201461091b5760405162461bcd60e51b815260206004820152602360248201527f5555505350726f786961626c653a206e6f7420636f6d70617469626c65206c6f60448201526267696360e81b606482015260840161029e565b6001600160a01b03811630036109735760405162461bcd60e51b815260206004820152601960248201527f5555505350726f786961626c653a2070726f7879206c6f6f7000000000000000604482015260640161029e565b61099b817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b7fe011bc04c286c344a8fcbb8de77f953da762c3e25d8cdea984147fc4168a5dcc7fb146a22bc9644a3313a7e28592f37d32718a2b618d3d136aa524b0d86b87b620604080519182526001600160a01b03841660208301520160405180910390a150565b604051634dcc4d7960e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001660048201523090634dcc4d79906024016020604051808303816000875af1158015610a65573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a899190610cf6565b6000805462010000600160b01b031916620100006001600160a01b03938416810291909117808355604051919004909216917fc13fb19d60857980e565bf5dae406b8802d3c1cec50c6156b30b12b8740297839190a2565b61024a80610dba83390190565b61025c8061100483390190565b6001600160a01b03811681146102b857600080fd5b803560038110610b1f57600080fd5b919050565b60008083601f840112610b3657600080fd5b50813567ffffffffffffffff811115610b4e57600080fd5b602083019150836020828501011115610b6657600080fd5b9250929050565b60008060008060008060808789031215610b8657600080fd5b8635610b9181610afb565b9550610b9f60208801610b10565b9450604087013567ffffffffffffffff80821115610bbc57600080fd5b610bc88a838b01610b24565b90965094506060890135915080821115610be157600080fd5b50610bee89828a01610b24565b979a9699509497509295939492505050565b600060208284031215610c1257600080fd5b8135610c1d81610afb565b9392505050565b60ff811681146102b857600080fd5b600080600080600080600060a0888a031215610c4e57600080fd5b8735610c5981610afb565b96506020880135610c6981610c24565b9550610c7760408901610b10565b9450606088013567ffffffffffffffff80821115610c9457600080fd5b610ca08b838c01610b24565b909650945060808a0135915080821115610cb957600080fd5b50610cc68a828b01610b24565b989b979a50959850939692959293505050565b600060208284031215610ceb57600080fd5b8151610c1d81610c24565b600060208284031215610d0857600080fd5b8151610c1d81610afb565b634e487b7160e01b600052602160045260246000fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6001600160a01b038716815260ff86166020820152608060408201819052600090610d809083018688610d29565b8281036060840152610d93818587610d29565b9998505050505050505050565b600060208284031215610db257600080fd5b505191905056fe608060405234801561001057600080fd5b5061022a806100206000396000f3fe6080604052600436106100225760003560e01c80634a0687ef1461003957610031565b366100315761002f610059565b005b61002f610059565b34801561004557600080fd5b5061002f6100543660046101c4565b61006b565b610069610064610171565b6101a0565b565b6001600160a01b0381166100c65760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006100f07f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101465760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a6564000060448201526064016100bd565b61016e817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b600061019b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156101bf573d6000f35b3d6000fd5b6000602082840312156101d657600080fd5b81356001600160a01b03811681146101ed57600080fd5b939250505056fea264697066735822122086b1fc3a42d3af20b0ab5b46a7113da519907b8dce59f9a2b801e27095423bbc64736f6c634300080e0033608060405234801561001057600080fd5b5061023c806100206000396000f3fe6080604052600436106100225760003560e01c80638129fc1c1461003957610031565b366100315761002f61004e565b005b61002f61004e565b34801561004557600080fd5b5061002f610060565b61005e6100596100f9565b61019c565b565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546001600160a01b038116156100d35760405162461bcd60e51b8152602060048201526013602482015272105b1c9958591e481a5b9a5d1a585b1a5e9959606a1b604482015260640160405180910390fd5b50337fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a055565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546000906001600160a01b038116610134576101346101c0565b806001600160a01b0316639470a5b26040518163ffffffff1660e01b8152600401602060405180830381865afa158015610172573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061019691906101d6565b91505090565b3660008037600080366000845af43d6000803e8080156101bb573d6000f35b3d6000fd5b634e487b7160e01b600052600160045260246000fd5b6000602082840312156101e857600080fd5b81516001600160a01b03811681146101ff57600080fd5b939250505056fea26469706673582212207043e53497a533e70c116d93df021028be97de44d238f19564ab53cf1fa1eeab64736f6c634300080e0033a2646970667358221220d111e3f79f930dfdf48b511f39be0cb11fc8a2ab862e56a99a232a380a5a4b0264736f6c634300080e0033",
|
|
259
259
|
"immutableReferences": {
|
|
260
|
-
"
|
|
260
|
+
"30219": [
|
|
261
261
|
{
|
|
262
262
|
"length": 32,
|
|
263
263
|
"start": 165
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
"start": 2582
|
|
276
276
|
}
|
|
277
277
|
],
|
|
278
|
-
"
|
|
278
|
+
"30533": [
|
|
279
279
|
{
|
|
280
280
|
"length": 32,
|
|
281
281
|
"start": 733
|
|
@@ -668,7 +668,7 @@
|
|
|
668
668
|
}
|
|
669
669
|
]
|
|
670
670
|
},
|
|
671
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$18324t_contract$_SuperTokenFactoryHelper_$
|
|
671
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$18324t_contract$_SuperTokenFactoryHelper_$30528_fromMemory",
|
|
672
672
|
"nodeType": "YulFunctionDefinition",
|
|
673
673
|
"parameters": [
|
|
674
674
|
{
|
|
@@ -702,7 +702,7 @@
|
|
|
702
702
|
}
|
|
703
703
|
]
|
|
704
704
|
},
|
|
705
|
-
"contents": "{\n { }\n function validator_revert_contract_ISuperfluid(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$18324t_contract$_SuperTokenFactoryHelper_$
|
|
705
|
+
"contents": "{\n { }\n function validator_revert_contract_ISuperfluid(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$18324t_contract$_SuperTokenFactoryHelper_$30528_fromMemory(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := mload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n}",
|
|
706
706
|
"id": 105,
|
|
707
707
|
"language": "Yul",
|
|
708
708
|
"name": "#utility.yul"
|
|
@@ -6412,7 +6412,7 @@
|
|
|
6412
6412
|
],
|
|
6413
6413
|
"sourceMap": "4982:487:87:-:0;;;5096:210;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;925:12:87;;;;;5283:16:::1;;::::0;4982:487;;14:144:105;-1:-1:-1;;;;;102:31:105;;92:42;;82:70;;148:1;145;138:12;82:70;14:144;:::o;163:465::-;296:6;304;357:2;345:9;336:7;332:23;328:32;325:52;;;373:1;370;363:12;325:52;405:9;399:16;424:44;462:5;424:44;:::i;:::-;537:2;522:18;;516:25;487:5;;-1:-1:-1;550:46:105;516:25;550:46;:::i;:::-;615:7;605:17;;;163:465;;;;;:::o;:::-;4982:487:87;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
|
|
6414
6414
|
"deployedSourceMap": "4982:487:87:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1005:146;1138:5;1005:146;;;-1:-1:-1;;;;;178:32:105;;;160:51;;148:2;133:18;1005:146:87;;;;;;;;3842:434;;;;;;:::i;:::-;;:::i;1658:234::-;;;;;;:::i;:::-;;:::i;:::-;;5312:155;;;;;;:::i;:::-;;:::i;400:122:93:-;;;:::i;1486:166:87:-;;;1567:78;2844:25:105;;2832:2;2817:18;1486:166:87;2698:177:105;1337:143:87;;;:::i;2361:135::-;2439:11;2473:16;;;;-1:-1:-1;;;;;2473:16:87;2361:135;;2598:1238;;;;;;:::i;:::-;;:::i;4282:452::-;;;;;;:::i;:::-;;:::i;3842:434::-;4062:22;4107:162;4139:15;4168;-1:-1:-1;;;;;4168:24:87;;:26;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;4208:13;4235:4;;4253:6;;4107:18;:162::i;:::-;4100:169;3842:434;-1:-1:-1;;;;;;;3842:434:87:o;1658:234::-;1734:10;-1:-1:-1;;;;;1756:5:87;1734:28;;1726:85;;;;-1:-1:-1;;;1726:85:87;;4592:2:105;1726:85:87;;;4574:21:105;4631:2;4611:18;;;4604:30;4670:34;4650:18;;;4643:62;-1:-1:-1;;;4721:18:105;;;4714:42;4773:19;;1726:85:87;;;;;;;;;1821:30;1840:10;1821:18;:30::i;:::-;1861:24;:22;:24::i;:::-;1658:234;:::o;5312:155::-;5440:20;;-1:-1:-1;;;5440:20:87;;-1:-1:-1;;;;;178:32:105;;;5440:20:87;;;160:51:105;5404:13:87;;5440:7;:14;;;;;;133:18:105;;5440:20:87;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;5433:27;5312:155;-1:-1:-1;;5312:155:87:o;400:122:93:-;447:19;489:26;751:20:95;745:27;;618:170;489:26:93;482:33;;400:122;:::o;1337:143:87:-;2358:13:6;;;;;;;:48;;2394:12;;;;2393:13;2358:48;;;3125:4;1465:19:18;:23;2374:16:6;2350:107;;;;-1:-1:-1;;;2350:107:6;;5510:2:105;2350:107:6;;;5492:21:105;5549:2;5529:18;;;5522:30;5588:34;5568:18;;;5561:62;-1:-1:-1;;;5639:18:105;;;5632:44;5693:19;;2350:107:6;5308:410:105;2350:107:6;2468:19;2491:13;;;;;;2490:14;2514:98;;;;2548:13;:20;;-1:-1:-1;;2582:19:6;;;;;2514:98;1449:24:87::1;:22;:24::i;:::-;2638:14:6::0;2634:66;;;2684:5;2668:21;;-1:-1:-1;;2668:21:6;;;2069:637;1337:143:87:o;2598:1238::-;2838:22;-1:-1:-1;;;;;2884:38:87;;2876:82;;;;-1:-1:-1;;;2876:82:87;;5925:2:105;2876:82:87;;;5907:21:105;5964:2;5944:18;;;5937:30;6003:33;5983:18;;;5976:61;6054:18;;2876:82:87;5723:355:105;2876:82:87;2990:28;2973:13;:45;;;;;;;;:::i;:::-;;2969:643;;3059:33;;-1:-1:-1;;;3059:33:87;;-1:-1:-1;;;;;3086:5:87;178:32:105;3059:33:87;;;160:51:105;3059:4:87;;:26;;133:18:105;;3059:33:87;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;3034:59;;2969:643;;;3131:29;3114:13;:46;;;;;;;;:::i;:::-;;3110:502;;3176:15;3194;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3291:16:87;;3261:48;;-1:-1:-1;;;3261:48:87;;-1:-1:-1;;;;;3291:16:87;;;;;;3261:48;;;160:51:105;3176:33:87;;-1:-1:-1;3261:21:87;;;;;133:18:105;;3261:48:87;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3356:5;3323:40;;3162:212;3110:502;;;3442:35;3480;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;3442:73;;3529:5;-1:-1:-1;;;;;3529:16:87;;:18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3594:5:87;;-1:-1:-1;;;;3110:502:87;3654:130;;-1:-1:-1;;;3654:130:87;;-1:-1:-1;;;;;3654:21:87;;;;;:130;;3689:15;;3718:18;;3750:4;;;;3768:6;;;;3654:130;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;3800:29:87;;-1:-1:-1;;;;;3800:29:87;;;-1:-1:-1;3800:29:87;;-1:-1:-1;3800:29:87;;;2598:1238;;;;;;;;;:::o;4282:452::-;4519:17;4634:16;4597:55;;-1:-1:-1;;;4597:55:87;;-1:-1:-1;;;;;4634:16:87;;;;;;4597:55;;;160:51:105;4563:21:87;;4597:28;;;;;133:18:105;;4597:55:87;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;4668:59:87;;-1:-1:-1;;;;;4668:59:87;;;-1:-1:-1;4668:59:87;;-1:-1:-1;4668:59:87;;;4393:341;4282:452;:::o;1099:576:93:-;1267:1;1229:26;751:20:95;745:27;;618:170;1229:26:93;-1:-1:-1;;;;;1229:40:93;;1221:82;;;;-1:-1:-1;;;1221:82:93;;7323:2:105;1221:82:93;;;7305:21:105;7362:2;7342:18;;;7335:30;7401:31;7381:18;;;7374:59;7450:18;;1221:82:93;7121:353:105;1221:82:93;1367:10;-1:-1:-1;;;;;1353:39:93;;:41;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1567:78:87;1334:60:93;1313:142;;;;-1:-1:-1;;;1313:142:93;;7870:2:105;1313:142:93;;;7852:21:105;7909:2;7889:18;;;7882:30;7948:34;7928:18;;;7921:62;-1:-1:-1;;;7999:18:105;;;7992:33;8042:19;;1313:142:93;7668:399:105;1313:142:93;-1:-1:-1;;;;;1486:27:93;;1494:4;1486:27;1465:99;;;;-1:-1:-1;;;1465:99:93;;8274:2:105;1465:99:93;;;8256:21:105;8313:2;8293:18;;;8286:30;8352:27;8332:18;;;8325:55;8397:18;;1465:99:93;8072:349:105;1465:99:93;1574:39;1602:10;988:20:95;964:87;839:228;1574:39:93;1628:40;1567:78:87;1628:40:93;;;8600:25:105;;;-1:-1:-1;;;;;8661:32:105;;8656:2;8641:18;;8634:60;8573:18;1628:40:93;;;;;;;1099:576;:::o;1898:272:87:-;2074:33;;-1:-1:-1;;;2074:33:87;;-1:-1:-1;;;;;2101:5:87;178:32:105;2074:33:87;;;160:51:105;2074:4:87;;:26;;133:18:105;;2074:33:87;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;2044:16;:64;;-1:-1:-1;;;;;;2044:64:87;;-1:-1:-1;;;;;2044:64:87;;;;;;;;;;;;2123:40;;2146:16;;;;;;;2123:40;;2044:16;2123:40;1898:272::o;-1:-1:-1:-;;;;;;;;:::o;:::-;;;;;;;;:::o;222:151:105:-;-1:-1:-1;;;;;317:31:105;;307:42;;297:70;;363:1;360;353:12;378:154;457:20;;506:1;496:12;;486:40;;522:1;519;512:12;486:40;378:154;;;:::o;537:348::-;589:8;599:6;653:3;646:4;638:6;634:17;630:27;620:55;;671:1;668;661:12;620:55;-1:-1:-1;694:20:105;;737:18;726:30;;723:50;;;769:1;766;759:12;723:50;806:4;798:6;794:17;782:29;;858:3;851:4;842:6;834;830:19;826:30;823:39;820:59;;;875:1;872;865:12;820:59;537:348;;;;;:::o;890:1009::-;1047:6;1055;1063;1071;1079;1087;1140:3;1128:9;1119:7;1115:23;1111:33;1108:53;;;1157:1;1154;1147:12;1108:53;1196:9;1183:23;1215:51;1260:5;1215:51;:::i;:::-;1285:5;-1:-1:-1;1309:49:105;1354:2;1339:18;;1309:49;:::i;:::-;1299:59;;1409:2;1398:9;1394:18;1381:32;1432:18;1473:2;1465:6;1462:14;1459:34;;;1489:1;1486;1479:12;1459:34;1528:59;1579:7;1570:6;1559:9;1555:22;1528:59;:::i;:::-;1606:8;;-1:-1:-1;1502:85:105;-1:-1:-1;1694:2:105;1679:18;;1666:32;;-1:-1:-1;1710:16:105;;;1707:36;;;1739:1;1736;1729:12;1707:36;;1778:61;1831:7;1820:8;1809:9;1805:24;1778:61;:::i;:::-;890:1009;;;;-1:-1:-1;890:1009:105;;-1:-1:-1;890:1009:105;;1858:8;;890:1009;-1:-1:-1;;;890:1009:105:o;2133:267::-;2192:6;2245:2;2233:9;2224:7;2220:23;2216:32;2213:52;;;2261:1;2258;2251:12;2213:52;2300:9;2287:23;2319:51;2364:5;2319:51;:::i;:::-;2389:5;2133:267;-1:-1:-1;;;2133:267:105:o;2880:114::-;2964:4;2957:5;2953:16;2946:5;2943:27;2933:55;;2984:1;2981;2974:12;2999:1134;3150:6;3158;3166;3174;3182;3190;3198;3251:3;3239:9;3230:7;3226:23;3222:33;3219:53;;;3268:1;3265;3258:12;3219:53;3307:9;3294:23;3326:51;3371:5;3326:51;:::i;:::-;3396:5;-1:-1:-1;3453:2:105;3438:18;;3425:32;3466:31;3425:32;3466:31;:::i;:::-;3516:7;-1:-1:-1;3542:49:105;3587:2;3572:18;;3542:49;:::i;:::-;3532:59;;3642:2;3631:9;3627:18;3614:32;3665:18;3706:2;3698:6;3695:14;3692:34;;;3722:1;3719;3712:12;3692:34;3761:59;3812:7;3803:6;3792:9;3788:22;3761:59;:::i;:::-;3839:8;;-1:-1:-1;3735:85:105;-1:-1:-1;3927:3:105;3912:19;;3899:33;;-1:-1:-1;3944:16:105;;;3941:36;;;3973:1;3970;3963:12;3941:36;;4012:61;4065:7;4054:8;4043:9;4039:24;4012:61;:::i;:::-;2999:1134;;;;-1:-1:-1;2999:1134:105;;-1:-1:-1;2999:1134:105;;;;3986:87;;-1:-1:-1;;;2999:1134:105:o;4138:247::-;4206:6;4259:2;4247:9;4238:7;4234:23;4230:32;4227:52;;;4275:1;4272;4265:12;4227:52;4307:9;4301:16;4326:29;4349:5;4326:29;:::i;5032:271::-;5102:6;5155:2;5143:9;5134:7;5130:23;5126:32;5123:52;;;5171:1;5168;5161:12;5123:52;5203:9;5197:16;5222:51;5267:5;5222:51;:::i;6083:127::-;6144:10;6139:3;6135:20;6132:1;6125:31;6175:4;6172:1;6165:15;6199:4;6196:1;6189:15;6215:267;6304:6;6299:3;6292:19;6356:6;6349:5;6342:4;6337:3;6333:14;6320:43;-1:-1:-1;6408:1:105;6383:16;;;6401:4;6379:27;;;6372:38;;;;6464:2;6443:15;;;-1:-1:-1;;6439:29:105;6430:39;;;6426:50;;6215:267::o;6487:629::-;-1:-1:-1;;;;;6771:32:105;;6753:51;;6852:4;6840:17;;6835:2;6820:18;;6813:45;6894:3;6889:2;6874:18;;6867:31;;;-1:-1:-1;;6921:63:105;;6964:19;;6956:6;6948;6921:63;:::i;:::-;7032:9;7024:6;7020:22;7015:2;7004:9;7000:18;6993:50;7060;7103:6;7095;7087;7060:50;:::i;:::-;7052:58;6487:629;-1:-1:-1;;;;;;;;;6487:629:105:o;7479:184::-;7549:6;7602:2;7590:9;7581:7;7577:23;7573:32;7570:52;;;7618:1;7615;7608:12;7570:52;-1:-1:-1;7641:16:105;;7479:184;-1:-1:-1;7479:184:105:o",
|
|
6415
|
-
"source": "// SPDX-License-Identifier: AGPLv3\npragma solidity 0.8.
|
|
6415
|
+
"source": "// SPDX-License-Identifier: AGPLv3\npragma solidity 0.8.14;\n\nimport {\n ISuperTokenFactory,\n ISuperToken,\n IERC20,\n ERC20WithTokenInfo\n} from \"../interfaces/superfluid/ISuperTokenFactory.sol\";\n\nimport { ISuperfluid } from \"../interfaces/superfluid/ISuperfluid.sol\";\n\nimport { UUPSProxy } from \"../upgradability/UUPSProxy.sol\";\nimport { UUPSProxiable } from \"../upgradability/UUPSProxiable.sol\";\n\nimport { SuperToken } from \"../superfluid/SuperToken.sol\";\n\nimport { FullUpgradableSuperTokenProxy } from \"./FullUpgradableSuperTokenProxy.sol\";\n\nimport { Address } from \"@openzeppelin/contracts/utils/Address.sol\";\nimport { Create2 } from \"@openzeppelin/contracts/utils/Create2.sol\";\n\n\nabstract contract SuperTokenFactoryBase is\n UUPSProxiable,\n ISuperTokenFactory\n{\n\n ISuperfluid immutable internal _host;\n\n ISuperToken internal _superTokenLogic;\n\n constructor(\n ISuperfluid host\n ) {\n _host = host;\n }\n\n /// @dev ISuperTokenFactory.getHost implementation\n function getHost()\n external view\n override(ISuperTokenFactory)\n returns(address host)\n {\n return address(_host);\n }\n\n /**************************************************************************\n * UUPSProxiable\n **************************************************************************/\n function initialize()\n external override\n initializer // OpenZeppelin Initializable\n {\n _updateSuperTokenLogic();\n }\n\n function proxiableUUID() public pure override returns (bytes32) {\n return keccak256(\"org.superfluid-finance.contracts.SuperTokenFactory.implementation\");\n }\n\n function updateCode(address newAddress) external override {\n require(msg.sender == address(_host), \"SuperTokenFactory: only host can update code\");\n _updateCodeAddress(newAddress);\n _updateSuperTokenLogic();\n }\n\n function _updateSuperTokenLogic() private {\n // use external call to trigger the new code to update the super token logic contract\n _superTokenLogic = SuperToken(this.createSuperTokenLogic(_host));\n emit SuperTokenLogicCreated(_superTokenLogic);\n }\n\n /**************************************************************************\n * ISuperTokenFactory\n **************************************************************************/\n function getSuperTokenLogic()\n external view override\n returns (ISuperToken)\n {\n return _superTokenLogic;\n }\n\n function createSuperTokenLogic(ISuperfluid host) external virtual returns (address logic);\n\n function createERC20Wrapper(\n IERC20 underlyingToken,\n uint8 underlyingDecimals,\n Upgradability upgradability,\n string calldata name,\n string calldata symbol\n )\n public override\n returns (ISuperToken superToken)\n {\n require(address(underlyingToken) != address(0), \"SuperTokenFactory: zero address\");\n\n if (upgradability == Upgradability.NON_UPGRADABLE) {\n superToken = ISuperToken(this.createSuperTokenLogic(_host));\n } else if (upgradability == Upgradability.SEMI_UPGRADABLE) {\n UUPSProxy proxy = new UUPSProxy();\n // initialize the wrapper\n proxy.initializeProxy(address(_superTokenLogic));\n superToken = ISuperToken(address(proxy));\n } else /* if (type == Upgradability.FULL_UPGRADABE) */ {\n FullUpgradableSuperTokenProxy proxy = new FullUpgradableSuperTokenProxy();\n proxy.initialize();\n superToken = ISuperToken(address(proxy));\n }\n\n // initialize the token\n superToken.initialize(\n underlyingToken,\n underlyingDecimals,\n name,\n symbol\n );\n\n emit SuperTokenCreated(superToken);\n }\n\n function createERC20Wrapper(\n ERC20WithTokenInfo underlyingToken,\n Upgradability upgradability,\n string calldata name,\n string calldata symbol\n )\n external override\n returns (ISuperToken superToken)\n {\n return createERC20Wrapper(\n underlyingToken,\n underlyingToken.decimals(),\n upgradability,\n name,\n symbol\n );\n }\n\n function initializeCustomSuperToken(\n address customSuperTokenProxy\n )\n external override\n {\n // odd solidity stuff..\n // NOTE payable necessary because UUPSProxy has a payable fallback function\n address payable a = payable(address(uint160(customSuperTokenProxy)));\n UUPSProxy(a).initializeProxy(address(_superTokenLogic));\n\n emit CustomSuperTokenCreated(ISuperToken(customSuperTokenProxy));\n }\n\n}\n\n// spliting this off because the contract is getting bigger\ncontract SuperTokenFactoryHelper {\n function create(ISuperfluid host)\n external\n returns (address logic)\n {\n return address(new SuperToken(host));\n }\n}\n\ncontract SuperTokenFactory is SuperTokenFactoryBase\n{\n SuperTokenFactoryHelper immutable private _helper;\n\n constructor(\n ISuperfluid host,\n SuperTokenFactoryHelper helper\n )\n SuperTokenFactoryBase(host)\n // solhint-disable-next-line no-empty-blocks\n {\n _helper = helper;\n }\n\n function createSuperTokenLogic(ISuperfluid host)\n external override\n returns (address logic)\n {\n return _helper.create(host);\n }\n}\n",
|
|
6416
6416
|
"sourcePath": "/home/runner/work/protocol-monorepo/protocol-monorepo/packages/ethereum-contracts/contracts/superfluid/SuperTokenFactory.sol",
|
|
6417
6417
|
"ast": {
|
|
6418
6418
|
"absolutePath": "project:/contracts/superfluid/SuperTokenFactory.sol",
|
|
@@ -6427,7 +6427,7 @@
|
|
|
6427
6427
|
18733
|
|
6428
6428
|
],
|
|
6429
6429
|
"FullUpgradableSuperTokenProxy": [
|
|
6430
|
-
|
|
6430
|
+
28599
|
|
6431
6431
|
],
|
|
6432
6432
|
"IERC20": [
|
|
6433
6433
|
1520
|
|
@@ -6442,34 +6442,34 @@
|
|
|
6442
6442
|
18324
|
|
6443
6443
|
],
|
|
6444
6444
|
"SuperToken": [
|
|
6445
|
-
|
|
6445
|
+
30191
|
|
6446
6446
|
],
|
|
6447
6447
|
"SuperTokenFactory": [
|
|
6448
|
-
|
|
6448
|
+
30566
|
|
6449
6449
|
],
|
|
6450
6450
|
"SuperTokenFactoryBase": [
|
|
6451
|
-
|
|
6451
|
+
30509
|
|
6452
6452
|
],
|
|
6453
6453
|
"SuperTokenFactoryHelper": [
|
|
6454
|
-
|
|
6454
|
+
30528
|
|
6455
6455
|
],
|
|
6456
6456
|
"UUPSProxiable": [
|
|
6457
|
-
|
|
6457
|
+
34857
|
|
6458
6458
|
],
|
|
6459
6459
|
"UUPSProxy": [
|
|
6460
|
-
|
|
6460
|
+
34914
|
|
6461
6461
|
]
|
|
6462
6462
|
},
|
|
6463
|
-
"id":
|
|
6463
|
+
"id": 30567,
|
|
6464
6464
|
"license": "AGPLv3",
|
|
6465
6465
|
"nodeType": "SourceUnit",
|
|
6466
6466
|
"nodes": [
|
|
6467
6467
|
{
|
|
6468
|
-
"id":
|
|
6468
|
+
"id": 30193,
|
|
6469
6469
|
"literals": [
|
|
6470
6470
|
"solidity",
|
|
6471
6471
|
"0.8",
|
|
6472
|
-
".
|
|
6472
|
+
".14"
|
|
6473
6473
|
],
|
|
6474
6474
|
"nodeType": "PragmaDirective",
|
|
6475
6475
|
"src": "35:23:87"
|
|
@@ -6477,16 +6477,16 @@
|
|
|
6477
6477
|
{
|
|
6478
6478
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol",
|
|
6479
6479
|
"file": "../interfaces/superfluid/ISuperTokenFactory.sol",
|
|
6480
|
-
"id":
|
|
6480
|
+
"id": 30198,
|
|
6481
6481
|
"nameLocation": "-1:-1:-1",
|
|
6482
6482
|
"nodeType": "ImportDirective",
|
|
6483
|
-
"scope":
|
|
6483
|
+
"scope": 30567,
|
|
6484
6484
|
"sourceUnit": 17851,
|
|
6485
6485
|
"src": "60:142:87",
|
|
6486
6486
|
"symbolAliases": [
|
|
6487
6487
|
{
|
|
6488
6488
|
"foreign": {
|
|
6489
|
-
"id":
|
|
6489
|
+
"id": 30194,
|
|
6490
6490
|
"name": "ISuperTokenFactory",
|
|
6491
6491
|
"nodeType": "Identifier",
|
|
6492
6492
|
"overloadedDeclarations": [],
|
|
@@ -6498,7 +6498,7 @@
|
|
|
6498
6498
|
},
|
|
6499
6499
|
{
|
|
6500
6500
|
"foreign": {
|
|
6501
|
-
"id":
|
|
6501
|
+
"id": 30195,
|
|
6502
6502
|
"name": "ISuperToken",
|
|
6503
6503
|
"nodeType": "Identifier",
|
|
6504
6504
|
"overloadedDeclarations": [],
|
|
@@ -6510,7 +6510,7 @@
|
|
|
6510
6510
|
},
|
|
6511
6511
|
{
|
|
6512
6512
|
"foreign": {
|
|
6513
|
-
"id":
|
|
6513
|
+
"id": 30196,
|
|
6514
6514
|
"name": "IERC20",
|
|
6515
6515
|
"nodeType": "Identifier",
|
|
6516
6516
|
"overloadedDeclarations": [],
|
|
@@ -6522,7 +6522,7 @@
|
|
|
6522
6522
|
},
|
|
6523
6523
|
{
|
|
6524
6524
|
"foreign": {
|
|
6525
|
-
"id":
|
|
6525
|
+
"id": 30197,
|
|
6526
6526
|
"name": "ERC20WithTokenInfo",
|
|
6527
6527
|
"nodeType": "Identifier",
|
|
6528
6528
|
"overloadedDeclarations": [],
|
|
@@ -6538,16 +6538,16 @@
|
|
|
6538
6538
|
{
|
|
6539
6539
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
|
|
6540
6540
|
"file": "../interfaces/superfluid/ISuperfluid.sol",
|
|
6541
|
-
"id":
|
|
6541
|
+
"id": 30200,
|
|
6542
6542
|
"nameLocation": "-1:-1:-1",
|
|
6543
6543
|
"nodeType": "ImportDirective",
|
|
6544
|
-
"scope":
|
|
6544
|
+
"scope": 30567,
|
|
6545
6545
|
"sourceUnit": 18325,
|
|
6546
6546
|
"src": "204:71:87",
|
|
6547
6547
|
"symbolAliases": [
|
|
6548
6548
|
{
|
|
6549
6549
|
"foreign": {
|
|
6550
|
-
"id":
|
|
6550
|
+
"id": 30199,
|
|
6551
6551
|
"name": "ISuperfluid",
|
|
6552
6552
|
"nodeType": "Identifier",
|
|
6553
6553
|
"overloadedDeclarations": [],
|
|
@@ -6563,20 +6563,20 @@
|
|
|
6563
6563
|
{
|
|
6564
6564
|
"absolutePath": "project:/contracts/upgradability/UUPSProxy.sol",
|
|
6565
6565
|
"file": "../upgradability/UUPSProxy.sol",
|
|
6566
|
-
"id":
|
|
6566
|
+
"id": 30202,
|
|
6567
6567
|
"nameLocation": "-1:-1:-1",
|
|
6568
6568
|
"nodeType": "ImportDirective",
|
|
6569
|
-
"scope":
|
|
6570
|
-
"sourceUnit":
|
|
6569
|
+
"scope": 30567,
|
|
6570
|
+
"sourceUnit": 34915,
|
|
6571
6571
|
"src": "277:59:87",
|
|
6572
6572
|
"symbolAliases": [
|
|
6573
6573
|
{
|
|
6574
6574
|
"foreign": {
|
|
6575
|
-
"id":
|
|
6575
|
+
"id": 30201,
|
|
6576
6576
|
"name": "UUPSProxy",
|
|
6577
6577
|
"nodeType": "Identifier",
|
|
6578
6578
|
"overloadedDeclarations": [],
|
|
6579
|
-
"referencedDeclaration":
|
|
6579
|
+
"referencedDeclaration": 34914,
|
|
6580
6580
|
"src": "286:9:87",
|
|
6581
6581
|
"typeDescriptions": {}
|
|
6582
6582
|
},
|
|
@@ -6588,20 +6588,20 @@
|
|
|
6588
6588
|
{
|
|
6589
6589
|
"absolutePath": "project:/contracts/upgradability/UUPSProxiable.sol",
|
|
6590
6590
|
"file": "../upgradability/UUPSProxiable.sol",
|
|
6591
|
-
"id":
|
|
6591
|
+
"id": 30204,
|
|
6592
6592
|
"nameLocation": "-1:-1:-1",
|
|
6593
6593
|
"nodeType": "ImportDirective",
|
|
6594
|
-
"scope":
|
|
6595
|
-
"sourceUnit":
|
|
6594
|
+
"scope": 30567,
|
|
6595
|
+
"sourceUnit": 34858,
|
|
6596
6596
|
"src": "337:67:87",
|
|
6597
6597
|
"symbolAliases": [
|
|
6598
6598
|
{
|
|
6599
6599
|
"foreign": {
|
|
6600
|
-
"id":
|
|
6600
|
+
"id": 30203,
|
|
6601
6601
|
"name": "UUPSProxiable",
|
|
6602
6602
|
"nodeType": "Identifier",
|
|
6603
6603
|
"overloadedDeclarations": [],
|
|
6604
|
-
"referencedDeclaration":
|
|
6604
|
+
"referencedDeclaration": 34857,
|
|
6605
6605
|
"src": "346:13:87",
|
|
6606
6606
|
"typeDescriptions": {}
|
|
6607
6607
|
},
|
|
@@ -6613,20 +6613,20 @@
|
|
|
6613
6613
|
{
|
|
6614
6614
|
"absolutePath": "project:/contracts/superfluid/SuperToken.sol",
|
|
6615
6615
|
"file": "../superfluid/SuperToken.sol",
|
|
6616
|
-
"id":
|
|
6616
|
+
"id": 30206,
|
|
6617
6617
|
"nameLocation": "-1:-1:-1",
|
|
6618
6618
|
"nodeType": "ImportDirective",
|
|
6619
|
-
"scope":
|
|
6620
|
-
"sourceUnit":
|
|
6619
|
+
"scope": 30567,
|
|
6620
|
+
"sourceUnit": 30192,
|
|
6621
6621
|
"src": "406:58:87",
|
|
6622
6622
|
"symbolAliases": [
|
|
6623
6623
|
{
|
|
6624
6624
|
"foreign": {
|
|
6625
|
-
"id":
|
|
6625
|
+
"id": 30205,
|
|
6626
6626
|
"name": "SuperToken",
|
|
6627
6627
|
"nodeType": "Identifier",
|
|
6628
6628
|
"overloadedDeclarations": [],
|
|
6629
|
-
"referencedDeclaration":
|
|
6629
|
+
"referencedDeclaration": 30191,
|
|
6630
6630
|
"src": "415:10:87",
|
|
6631
6631
|
"typeDescriptions": {}
|
|
6632
6632
|
},
|
|
@@ -6638,20 +6638,20 @@
|
|
|
6638
6638
|
{
|
|
6639
6639
|
"absolutePath": "project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol",
|
|
6640
6640
|
"file": "./FullUpgradableSuperTokenProxy.sol",
|
|
6641
|
-
"id":
|
|
6641
|
+
"id": 30208,
|
|
6642
6642
|
"nameLocation": "-1:-1:-1",
|
|
6643
6643
|
"nodeType": "ImportDirective",
|
|
6644
|
-
"scope":
|
|
6645
|
-
"sourceUnit":
|
|
6644
|
+
"scope": 30567,
|
|
6645
|
+
"sourceUnit": 28600,
|
|
6646
6646
|
"src": "466:84:87",
|
|
6647
6647
|
"symbolAliases": [
|
|
6648
6648
|
{
|
|
6649
6649
|
"foreign": {
|
|
6650
|
-
"id":
|
|
6650
|
+
"id": 30207,
|
|
6651
6651
|
"name": "FullUpgradableSuperTokenProxy",
|
|
6652
6652
|
"nodeType": "Identifier",
|
|
6653
6653
|
"overloadedDeclarations": [],
|
|
6654
|
-
"referencedDeclaration":
|
|
6654
|
+
"referencedDeclaration": 28599,
|
|
6655
6655
|
"src": "475:29:87",
|
|
6656
6656
|
"typeDescriptions": {}
|
|
6657
6657
|
},
|
|
@@ -6663,16 +6663,16 @@
|
|
|
6663
6663
|
{
|
|
6664
6664
|
"absolutePath": "@openzeppelin/contracts/utils/Address.sol",
|
|
6665
6665
|
"file": "@openzeppelin/contracts/utils/Address.sol",
|
|
6666
|
-
"id":
|
|
6666
|
+
"id": 30210,
|
|
6667
6667
|
"nameLocation": "-1:-1:-1",
|
|
6668
6668
|
"nodeType": "ImportDirective",
|
|
6669
|
-
"scope":
|
|
6669
|
+
"scope": 30567,
|
|
6670
6670
|
"sourceUnit": 2481,
|
|
6671
6671
|
"src": "552:68:87",
|
|
6672
6672
|
"symbolAliases": [
|
|
6673
6673
|
{
|
|
6674
6674
|
"foreign": {
|
|
6675
|
-
"id":
|
|
6675
|
+
"id": 30209,
|
|
6676
6676
|
"name": "Address",
|
|
6677
6677
|
"nodeType": "Identifier",
|
|
6678
6678
|
"overloadedDeclarations": [],
|
|
@@ -6688,16 +6688,16 @@
|
|
|
6688
6688
|
{
|
|
6689
6689
|
"absolutePath": "@openzeppelin/contracts/utils/Create2.sol",
|
|
6690
6690
|
"file": "@openzeppelin/contracts/utils/Create2.sol",
|
|
6691
|
-
"id":
|
|
6691
|
+
"id": 30212,
|
|
6692
6692
|
"nameLocation": "-1:-1:-1",
|
|
6693
6693
|
"nodeType": "ImportDirective",
|
|
6694
|
-
"scope":
|
|
6694
|
+
"scope": 30567,
|
|
6695
6695
|
"sourceUnit": 2614,
|
|
6696
6696
|
"src": "621:68:87",
|
|
6697
6697
|
"symbolAliases": [
|
|
6698
6698
|
{
|
|
6699
6699
|
"foreign": {
|
|
6700
|
-
"id":
|
|
6700
|
+
"id": 30211,
|
|
6701
6701
|
"name": "Create2",
|
|
6702
6702
|
"nodeType": "Identifier",
|
|
6703
6703
|
"overloadedDeclarations": [],
|
|
@@ -6715,41 +6715,41 @@
|
|
|
6715
6715
|
"baseContracts": [
|
|
6716
6716
|
{
|
|
6717
6717
|
"baseName": {
|
|
6718
|
-
"id":
|
|
6718
|
+
"id": 30213,
|
|
6719
6719
|
"name": "UUPSProxiable",
|
|
6720
6720
|
"nodeType": "IdentifierPath",
|
|
6721
|
-
"referencedDeclaration":
|
|
6721
|
+
"referencedDeclaration": 34857,
|
|
6722
6722
|
"src": "739:13:87"
|
|
6723
6723
|
},
|
|
6724
|
-
"id":
|
|
6724
|
+
"id": 30214,
|
|
6725
6725
|
"nodeType": "InheritanceSpecifier",
|
|
6726
6726
|
"src": "739:13:87"
|
|
6727
6727
|
},
|
|
6728
6728
|
{
|
|
6729
6729
|
"baseName": {
|
|
6730
|
-
"id":
|
|
6730
|
+
"id": 30215,
|
|
6731
6731
|
"name": "ISuperTokenFactory",
|
|
6732
6732
|
"nodeType": "IdentifierPath",
|
|
6733
6733
|
"referencedDeclaration": 17850,
|
|
6734
6734
|
"src": "758:18:87"
|
|
6735
6735
|
},
|
|
6736
|
-
"id":
|
|
6736
|
+
"id": 30216,
|
|
6737
6737
|
"nodeType": "InheritanceSpecifier",
|
|
6738
6738
|
"src": "758:18:87"
|
|
6739
6739
|
}
|
|
6740
6740
|
],
|
|
6741
6741
|
"canonicalName": "SuperTokenFactoryBase",
|
|
6742
6742
|
"contractDependencies": [
|
|
6743
|
-
|
|
6744
|
-
|
|
6743
|
+
28599,
|
|
6744
|
+
34914
|
|
6745
6745
|
],
|
|
6746
6746
|
"contractKind": "contract",
|
|
6747
6747
|
"fullyImplemented": false,
|
|
6748
|
-
"id":
|
|
6748
|
+
"id": 30509,
|
|
6749
6749
|
"linearizedBaseContracts": [
|
|
6750
|
-
|
|
6750
|
+
30509,
|
|
6751
6751
|
17850,
|
|
6752
|
-
|
|
6752
|
+
34857,
|
|
6753
6753
|
762
|
|
6754
6754
|
],
|
|
6755
6755
|
"name": "SuperTokenFactoryBase",
|
|
@@ -6758,12 +6758,12 @@
|
|
|
6758
6758
|
"nodes": [
|
|
6759
6759
|
{
|
|
6760
6760
|
"constant": false,
|
|
6761
|
-
"id":
|
|
6761
|
+
"id": 30219,
|
|
6762
6762
|
"mutability": "immutable",
|
|
6763
6763
|
"name": "_host",
|
|
6764
6764
|
"nameLocation": "815:5:87",
|
|
6765
6765
|
"nodeType": "VariableDeclaration",
|
|
6766
|
-
"scope":
|
|
6766
|
+
"scope": 30509,
|
|
6767
6767
|
"src": "784:36:87",
|
|
6768
6768
|
"stateVariable": true,
|
|
6769
6769
|
"storageLocation": "default",
|
|
@@ -6772,10 +6772,10 @@
|
|
|
6772
6772
|
"typeString": "contract ISuperfluid"
|
|
6773
6773
|
},
|
|
6774
6774
|
"typeName": {
|
|
6775
|
-
"id":
|
|
6775
|
+
"id": 30218,
|
|
6776
6776
|
"nodeType": "UserDefinedTypeName",
|
|
6777
6777
|
"pathNode": {
|
|
6778
|
-
"id":
|
|
6778
|
+
"id": 30217,
|
|
6779
6779
|
"name": "ISuperfluid",
|
|
6780
6780
|
"nodeType": "IdentifierPath",
|
|
6781
6781
|
"referencedDeclaration": 18324,
|
|
@@ -6792,12 +6792,12 @@
|
|
|
6792
6792
|
},
|
|
6793
6793
|
{
|
|
6794
6794
|
"constant": false,
|
|
6795
|
-
"id":
|
|
6795
|
+
"id": 30222,
|
|
6796
6796
|
"mutability": "mutable",
|
|
6797
6797
|
"name": "_superTokenLogic",
|
|
6798
6798
|
"nameLocation": "848:16:87",
|
|
6799
6799
|
"nodeType": "VariableDeclaration",
|
|
6800
|
-
"scope":
|
|
6800
|
+
"scope": 30509,
|
|
6801
6801
|
"src": "827:37:87",
|
|
6802
6802
|
"stateVariable": true,
|
|
6803
6803
|
"storageLocation": "default",
|
|
@@ -6806,10 +6806,10 @@
|
|
|
6806
6806
|
"typeString": "contract ISuperToken"
|
|
6807
6807
|
},
|
|
6808
6808
|
"typeName": {
|
|
6809
|
-
"id":
|
|
6809
|
+
"id": 30221,
|
|
6810
6810
|
"nodeType": "UserDefinedTypeName",
|
|
6811
6811
|
"pathNode": {
|
|
6812
|
-
"id":
|
|
6812
|
+
"id": 30220,
|
|
6813
6813
|
"name": "ISuperToken",
|
|
6814
6814
|
"nodeType": "IdentifierPath",
|
|
6815
6815
|
"referencedDeclaration": 17761,
|
|
@@ -6826,23 +6826,23 @@
|
|
|
6826
6826
|
},
|
|
6827
6827
|
{
|
|
6828
6828
|
"body": {
|
|
6829
|
-
"id":
|
|
6829
|
+
"id": 30232,
|
|
6830
6830
|
"nodeType": "Block",
|
|
6831
6831
|
"src": "915:29:87",
|
|
6832
6832
|
"statements": [
|
|
6833
6833
|
{
|
|
6834
6834
|
"expression": {
|
|
6835
|
-
"id":
|
|
6835
|
+
"id": 30230,
|
|
6836
6836
|
"isConstant": false,
|
|
6837
6837
|
"isLValue": false,
|
|
6838
6838
|
"isPure": false,
|
|
6839
6839
|
"lValueRequested": false,
|
|
6840
6840
|
"leftHandSide": {
|
|
6841
|
-
"id":
|
|
6841
|
+
"id": 30228,
|
|
6842
6842
|
"name": "_host",
|
|
6843
6843
|
"nodeType": "Identifier",
|
|
6844
6844
|
"overloadedDeclarations": [],
|
|
6845
|
-
"referencedDeclaration":
|
|
6845
|
+
"referencedDeclaration": 30219,
|
|
6846
6846
|
"src": "925:5:87",
|
|
6847
6847
|
"typeDescriptions": {
|
|
6848
6848
|
"typeIdentifier": "t_contract$_ISuperfluid_$18324",
|
|
@@ -6852,11 +6852,11 @@
|
|
|
6852
6852
|
"nodeType": "Assignment",
|
|
6853
6853
|
"operator": "=",
|
|
6854
6854
|
"rightHandSide": {
|
|
6855
|
-
"id":
|
|
6855
|
+
"id": 30229,
|
|
6856
6856
|
"name": "host",
|
|
6857
6857
|
"nodeType": "Identifier",
|
|
6858
6858
|
"overloadedDeclarations": [],
|
|
6859
|
-
"referencedDeclaration":
|
|
6859
|
+
"referencedDeclaration": 30225,
|
|
6860
6860
|
"src": "933:4:87",
|
|
6861
6861
|
"typeDescriptions": {
|
|
6862
6862
|
"typeIdentifier": "t_contract$_ISuperfluid_$18324",
|
|
@@ -6869,13 +6869,13 @@
|
|
|
6869
6869
|
"typeString": "contract ISuperfluid"
|
|
6870
6870
|
}
|
|
6871
6871
|
},
|
|
6872
|
-
"id":
|
|
6872
|
+
"id": 30231,
|
|
6873
6873
|
"nodeType": "ExpressionStatement",
|
|
6874
6874
|
"src": "925:12:87"
|
|
6875
6875
|
}
|
|
6876
6876
|
]
|
|
6877
6877
|
},
|
|
6878
|
-
"id":
|
|
6878
|
+
"id": 30233,
|
|
6879
6879
|
"implemented": true,
|
|
6880
6880
|
"kind": "constructor",
|
|
6881
6881
|
"modifiers": [],
|
|
@@ -6883,17 +6883,17 @@
|
|
|
6883
6883
|
"nameLocation": "-1:-1:-1",
|
|
6884
6884
|
"nodeType": "FunctionDefinition",
|
|
6885
6885
|
"parameters": {
|
|
6886
|
-
"id":
|
|
6886
|
+
"id": 30226,
|
|
6887
6887
|
"nodeType": "ParameterList",
|
|
6888
6888
|
"parameters": [
|
|
6889
6889
|
{
|
|
6890
6890
|
"constant": false,
|
|
6891
|
-
"id":
|
|
6891
|
+
"id": 30225,
|
|
6892
6892
|
"mutability": "mutable",
|
|
6893
6893
|
"name": "host",
|
|
6894
6894
|
"nameLocation": "904:4:87",
|
|
6895
6895
|
"nodeType": "VariableDeclaration",
|
|
6896
|
-
"scope":
|
|
6896
|
+
"scope": 30233,
|
|
6897
6897
|
"src": "892:16:87",
|
|
6898
6898
|
"stateVariable": false,
|
|
6899
6899
|
"storageLocation": "default",
|
|
@@ -6902,10 +6902,10 @@
|
|
|
6902
6902
|
"typeString": "contract ISuperfluid"
|
|
6903
6903
|
},
|
|
6904
6904
|
"typeName": {
|
|
6905
|
-
"id":
|
|
6905
|
+
"id": 30224,
|
|
6906
6906
|
"nodeType": "UserDefinedTypeName",
|
|
6907
6907
|
"pathNode": {
|
|
6908
|
-
"id":
|
|
6908
|
+
"id": 30223,
|
|
6909
6909
|
"name": "ISuperfluid",
|
|
6910
6910
|
"nodeType": "IdentifierPath",
|
|
6911
6911
|
"referencedDeclaration": 18324,
|
|
@@ -6924,12 +6924,12 @@
|
|
|
6924
6924
|
"src": "882:32:87"
|
|
6925
6925
|
},
|
|
6926
6926
|
"returnParameters": {
|
|
6927
|
-
"id":
|
|
6927
|
+
"id": 30227,
|
|
6928
6928
|
"nodeType": "ParameterList",
|
|
6929
6929
|
"parameters": [],
|
|
6930
6930
|
"src": "915:0:87"
|
|
6931
6931
|
},
|
|
6932
|
-
"scope":
|
|
6932
|
+
"scope": 30509,
|
|
6933
6933
|
"src": "871:73:87",
|
|
6934
6934
|
"stateMutability": "nonpayable",
|
|
6935
6935
|
"virtual": false,
|
|
@@ -6940,7 +6940,7 @@
|
|
|
6940
6940
|
17775
|
|
6941
6941
|
],
|
|
6942
6942
|
"body": {
|
|
6943
|
-
"id":
|
|
6943
|
+
"id": 30246,
|
|
6944
6944
|
"nodeType": "Block",
|
|
6945
6945
|
"src": "1114:37:87",
|
|
6946
6946
|
"statements": [
|
|
@@ -6948,11 +6948,11 @@
|
|
|
6948
6948
|
"expression": {
|
|
6949
6949
|
"arguments": [
|
|
6950
6950
|
{
|
|
6951
|
-
"id":
|
|
6951
|
+
"id": 30243,
|
|
6952
6952
|
"name": "_host",
|
|
6953
6953
|
"nodeType": "Identifier",
|
|
6954
6954
|
"overloadedDeclarations": [],
|
|
6955
|
-
"referencedDeclaration":
|
|
6955
|
+
"referencedDeclaration": 30219,
|
|
6956
6956
|
"src": "1138:5:87",
|
|
6957
6957
|
"typeDescriptions": {
|
|
6958
6958
|
"typeIdentifier": "t_contract$_ISuperfluid_$18324",
|
|
@@ -6967,7 +6967,7 @@
|
|
|
6967
6967
|
"typeString": "contract ISuperfluid"
|
|
6968
6968
|
}
|
|
6969
6969
|
],
|
|
6970
|
-
"id":
|
|
6970
|
+
"id": 30242,
|
|
6971
6971
|
"isConstant": false,
|
|
6972
6972
|
"isLValue": false,
|
|
6973
6973
|
"isPure": true,
|
|
@@ -6979,14 +6979,14 @@
|
|
|
6979
6979
|
"typeString": "type(address)"
|
|
6980
6980
|
},
|
|
6981
6981
|
"typeName": {
|
|
6982
|
-
"id":
|
|
6982
|
+
"id": 30241,
|
|
6983
6983
|
"name": "address",
|
|
6984
6984
|
"nodeType": "ElementaryTypeName",
|
|
6985
6985
|
"src": "1130:7:87",
|
|
6986
6986
|
"typeDescriptions": {}
|
|
6987
6987
|
}
|
|
6988
6988
|
},
|
|
6989
|
-
"id":
|
|
6989
|
+
"id": 30244,
|
|
6990
6990
|
"isConstant": false,
|
|
6991
6991
|
"isLValue": false,
|
|
6992
6992
|
"isPure": false,
|
|
@@ -7001,21 +7001,21 @@
|
|
|
7001
7001
|
"typeString": "address"
|
|
7002
7002
|
}
|
|
7003
7003
|
},
|
|
7004
|
-
"functionReturnParameters":
|
|
7005
|
-
"id":
|
|
7004
|
+
"functionReturnParameters": 30240,
|
|
7005
|
+
"id": 30245,
|
|
7006
7006
|
"nodeType": "Return",
|
|
7007
7007
|
"src": "1123:21:87"
|
|
7008
7008
|
}
|
|
7009
7009
|
]
|
|
7010
7010
|
},
|
|
7011
7011
|
"documentation": {
|
|
7012
|
-
"id":
|
|
7012
|
+
"id": 30234,
|
|
7013
7013
|
"nodeType": "StructuredDocumentation",
|
|
7014
7014
|
"src": "950:50:87",
|
|
7015
7015
|
"text": "@dev ISuperTokenFactory.getHost implementation"
|
|
7016
7016
|
},
|
|
7017
7017
|
"functionSelector": "20bc4425",
|
|
7018
|
-
"id":
|
|
7018
|
+
"id": 30247,
|
|
7019
7019
|
"implemented": true,
|
|
7020
7020
|
"kind": "function",
|
|
7021
7021
|
"modifiers": [],
|
|
@@ -7023,11 +7023,11 @@
|
|
|
7023
7023
|
"nameLocation": "1014:7:87",
|
|
7024
7024
|
"nodeType": "FunctionDefinition",
|
|
7025
7025
|
"overrides": {
|
|
7026
|
-
"id":
|
|
7026
|
+
"id": 30237,
|
|
7027
7027
|
"nodeType": "OverrideSpecifier",
|
|
7028
7028
|
"overrides": [
|
|
7029
7029
|
{
|
|
7030
|
-
"id":
|
|
7030
|
+
"id": 30236,
|
|
7031
7031
|
"name": "ISuperTokenFactory",
|
|
7032
7032
|
"nodeType": "IdentifierPath",
|
|
7033
7033
|
"referencedDeclaration": 17850,
|
|
@@ -7037,23 +7037,23 @@
|
|
|
7037
7037
|
"src": "1052:28:87"
|
|
7038
7038
|
},
|
|
7039
7039
|
"parameters": {
|
|
7040
|
-
"id":
|
|
7040
|
+
"id": 30235,
|
|
7041
7041
|
"nodeType": "ParameterList",
|
|
7042
7042
|
"parameters": [],
|
|
7043
7043
|
"src": "1021:2:87"
|
|
7044
7044
|
},
|
|
7045
7045
|
"returnParameters": {
|
|
7046
|
-
"id":
|
|
7046
|
+
"id": 30240,
|
|
7047
7047
|
"nodeType": "ParameterList",
|
|
7048
7048
|
"parameters": [
|
|
7049
7049
|
{
|
|
7050
7050
|
"constant": false,
|
|
7051
|
-
"id":
|
|
7051
|
+
"id": 30239,
|
|
7052
7052
|
"mutability": "mutable",
|
|
7053
7053
|
"name": "host",
|
|
7054
7054
|
"nameLocation": "1104:4:87",
|
|
7055
7055
|
"nodeType": "VariableDeclaration",
|
|
7056
|
-
"scope":
|
|
7056
|
+
"scope": 30247,
|
|
7057
7057
|
"src": "1096:12:87",
|
|
7058
7058
|
"stateVariable": false,
|
|
7059
7059
|
"storageLocation": "default",
|
|
@@ -7062,7 +7062,7 @@
|
|
|
7062
7062
|
"typeString": "address"
|
|
7063
7063
|
},
|
|
7064
7064
|
"typeName": {
|
|
7065
|
-
"id":
|
|
7065
|
+
"id": 30238,
|
|
7066
7066
|
"name": "address",
|
|
7067
7067
|
"nodeType": "ElementaryTypeName",
|
|
7068
7068
|
"src": "1096:7:87",
|
|
@@ -7077,7 +7077,7 @@
|
|
|
7077
7077
|
],
|
|
7078
7078
|
"src": "1095:14:87"
|
|
7079
7079
|
},
|
|
7080
|
-
"scope":
|
|
7080
|
+
"scope": 30509,
|
|
7081
7081
|
"src": "1005:146:87",
|
|
7082
7082
|
"stateMutability": "view",
|
|
7083
7083
|
"virtual": false,
|
|
@@ -7088,7 +7088,7 @@
|
|
|
7088
7088
|
17779
|
|
7089
7089
|
],
|
|
7090
7090
|
"body": {
|
|
7091
|
-
"id":
|
|
7091
|
+
"id": 30256,
|
|
7092
7092
|
"nodeType": "Block",
|
|
7093
7093
|
"src": "1439:41:87",
|
|
7094
7094
|
"statements": [
|
|
@@ -7097,18 +7097,18 @@
|
|
|
7097
7097
|
"arguments": [],
|
|
7098
7098
|
"expression": {
|
|
7099
7099
|
"argumentTypes": [],
|
|
7100
|
-
"id":
|
|
7100
|
+
"id": 30253,
|
|
7101
7101
|
"name": "_updateSuperTokenLogic",
|
|
7102
7102
|
"nodeType": "Identifier",
|
|
7103
7103
|
"overloadedDeclarations": [],
|
|
7104
|
-
"referencedDeclaration":
|
|
7104
|
+
"referencedDeclaration": 30310,
|
|
7105
7105
|
"src": "1449:22:87",
|
|
7106
7106
|
"typeDescriptions": {
|
|
7107
7107
|
"typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
|
|
7108
7108
|
"typeString": "function ()"
|
|
7109
7109
|
}
|
|
7110
7110
|
},
|
|
7111
|
-
"id":
|
|
7111
|
+
"id": 30254,
|
|
7112
7112
|
"isConstant": false,
|
|
7113
7113
|
"isLValue": false,
|
|
7114
7114
|
"isPure": false,
|
|
@@ -7123,22 +7123,22 @@
|
|
|
7123
7123
|
"typeString": "tuple()"
|
|
7124
7124
|
}
|
|
7125
7125
|
},
|
|
7126
|
-
"id":
|
|
7126
|
+
"id": 30255,
|
|
7127
7127
|
"nodeType": "ExpressionStatement",
|
|
7128
7128
|
"src": "1449:24:87"
|
|
7129
7129
|
}
|
|
7130
7130
|
]
|
|
7131
7131
|
},
|
|
7132
7132
|
"functionSelector": "8129fc1c",
|
|
7133
|
-
"id":
|
|
7133
|
+
"id": 30257,
|
|
7134
7134
|
"implemented": true,
|
|
7135
7135
|
"kind": "function",
|
|
7136
7136
|
"modifiers": [
|
|
7137
7137
|
{
|
|
7138
|
-
"id":
|
|
7138
|
+
"id": 30251,
|
|
7139
7139
|
"kind": "modifierInvocation",
|
|
7140
7140
|
"modifierName": {
|
|
7141
|
-
"id":
|
|
7141
|
+
"id": 30250,
|
|
7142
7142
|
"name": "initializer",
|
|
7143
7143
|
"nodeType": "IdentifierPath",
|
|
7144
7144
|
"referencedDeclaration": 736,
|
|
@@ -7152,24 +7152,24 @@
|
|
|
7152
7152
|
"nameLocation": "1346:10:87",
|
|
7153
7153
|
"nodeType": "FunctionDefinition",
|
|
7154
7154
|
"overrides": {
|
|
7155
|
-
"id":
|
|
7155
|
+
"id": 30249,
|
|
7156
7156
|
"nodeType": "OverrideSpecifier",
|
|
7157
7157
|
"overrides": [],
|
|
7158
7158
|
"src": "1376:8:87"
|
|
7159
7159
|
},
|
|
7160
7160
|
"parameters": {
|
|
7161
|
-
"id":
|
|
7161
|
+
"id": 30248,
|
|
7162
7162
|
"nodeType": "ParameterList",
|
|
7163
7163
|
"parameters": [],
|
|
7164
7164
|
"src": "1356:2:87"
|
|
7165
7165
|
},
|
|
7166
7166
|
"returnParameters": {
|
|
7167
|
-
"id":
|
|
7167
|
+
"id": 30252,
|
|
7168
7168
|
"nodeType": "ParameterList",
|
|
7169
7169
|
"parameters": [],
|
|
7170
7170
|
"src": "1439:0:87"
|
|
7171
7171
|
},
|
|
7172
|
-
"scope":
|
|
7172
|
+
"scope": 30509,
|
|
7173
7173
|
"src": "1337:143:87",
|
|
7174
7174
|
"stateMutability": "nonpayable",
|
|
7175
7175
|
"virtual": false,
|
|
@@ -7177,10 +7177,10 @@
|
|
|
7177
7177
|
},
|
|
7178
7178
|
{
|
|
7179
7179
|
"baseFunctions": [
|
|
7180
|
-
|
|
7180
|
+
34797
|
|
7181
7181
|
],
|
|
7182
7182
|
"body": {
|
|
7183
|
-
"id":
|
|
7183
|
+
"id": 30267,
|
|
7184
7184
|
"nodeType": "Block",
|
|
7185
7185
|
"src": "1550:102:87",
|
|
7186
7186
|
"statements": [
|
|
@@ -7189,7 +7189,7 @@
|
|
|
7189
7189
|
"arguments": [
|
|
7190
7190
|
{
|
|
7191
7191
|
"hexValue": "6f72672e7375706572666c7569642d66696e616e63652e636f6e7472616374732e5375706572546f6b656e466163746f72792e696d706c656d656e746174696f6e",
|
|
7192
|
-
"id":
|
|
7192
|
+
"id": 30264,
|
|
7193
7193
|
"isConstant": false,
|
|
7194
7194
|
"isLValue": false,
|
|
7195
7195
|
"isPure": true,
|
|
@@ -7211,7 +7211,7 @@
|
|
|
7211
7211
|
"typeString": "literal_string \"org.superfluid-finance.contracts.SuperTokenFactory.implementation\""
|
|
7212
7212
|
}
|
|
7213
7213
|
],
|
|
7214
|
-
"id":
|
|
7214
|
+
"id": 30263,
|
|
7215
7215
|
"name": "keccak256",
|
|
7216
7216
|
"nodeType": "Identifier",
|
|
7217
7217
|
"overloadedDeclarations": [],
|
|
@@ -7222,7 +7222,7 @@
|
|
|
7222
7222
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
|
7223
7223
|
}
|
|
7224
7224
|
},
|
|
7225
|
-
"id":
|
|
7225
|
+
"id": 30265,
|
|
7226
7226
|
"isConstant": false,
|
|
7227
7227
|
"isLValue": false,
|
|
7228
7228
|
"isPure": true,
|
|
@@ -7237,15 +7237,15 @@
|
|
|
7237
7237
|
"typeString": "bytes32"
|
|
7238
7238
|
}
|
|
7239
7239
|
},
|
|
7240
|
-
"functionReturnParameters":
|
|
7241
|
-
"id":
|
|
7240
|
+
"functionReturnParameters": 30262,
|
|
7241
|
+
"id": 30266,
|
|
7242
7242
|
"nodeType": "Return",
|
|
7243
7243
|
"src": "1560:85:87"
|
|
7244
7244
|
}
|
|
7245
7245
|
]
|
|
7246
7246
|
},
|
|
7247
7247
|
"functionSelector": "52d1902d",
|
|
7248
|
-
"id":
|
|
7248
|
+
"id": 30268,
|
|
7249
7249
|
"implemented": true,
|
|
7250
7250
|
"kind": "function",
|
|
7251
7251
|
"modifiers": [],
|
|
@@ -7253,29 +7253,29 @@
|
|
|
7253
7253
|
"nameLocation": "1495:13:87",
|
|
7254
7254
|
"nodeType": "FunctionDefinition",
|
|
7255
7255
|
"overrides": {
|
|
7256
|
-
"id":
|
|
7256
|
+
"id": 30259,
|
|
7257
7257
|
"nodeType": "OverrideSpecifier",
|
|
7258
7258
|
"overrides": [],
|
|
7259
7259
|
"src": "1523:8:87"
|
|
7260
7260
|
},
|
|
7261
7261
|
"parameters": {
|
|
7262
|
-
"id":
|
|
7262
|
+
"id": 30258,
|
|
7263
7263
|
"nodeType": "ParameterList",
|
|
7264
7264
|
"parameters": [],
|
|
7265
7265
|
"src": "1508:2:87"
|
|
7266
7266
|
},
|
|
7267
7267
|
"returnParameters": {
|
|
7268
|
-
"id":
|
|
7268
|
+
"id": 30262,
|
|
7269
7269
|
"nodeType": "ParameterList",
|
|
7270
7270
|
"parameters": [
|
|
7271
7271
|
{
|
|
7272
7272
|
"constant": false,
|
|
7273
|
-
"id":
|
|
7273
|
+
"id": 30261,
|
|
7274
7274
|
"mutability": "mutable",
|
|
7275
7275
|
"name": "",
|
|
7276
7276
|
"nameLocation": "-1:-1:-1",
|
|
7277
7277
|
"nodeType": "VariableDeclaration",
|
|
7278
|
-
"scope":
|
|
7278
|
+
"scope": 30268,
|
|
7279
7279
|
"src": "1541:7:87",
|
|
7280
7280
|
"stateVariable": false,
|
|
7281
7281
|
"storageLocation": "default",
|
|
@@ -7284,7 +7284,7 @@
|
|
|
7284
7284
|
"typeString": "bytes32"
|
|
7285
7285
|
},
|
|
7286
7286
|
"typeName": {
|
|
7287
|
-
"id":
|
|
7287
|
+
"id": 30260,
|
|
7288
7288
|
"name": "bytes32",
|
|
7289
7289
|
"nodeType": "ElementaryTypeName",
|
|
7290
7290
|
"src": "1541:7:87",
|
|
@@ -7298,7 +7298,7 @@
|
|
|
7298
7298
|
],
|
|
7299
7299
|
"src": "1540:9:87"
|
|
7300
7300
|
},
|
|
7301
|
-
"scope":
|
|
7301
|
+
"scope": 30509,
|
|
7302
7302
|
"src": "1486:166:87",
|
|
7303
7303
|
"stateMutability": "pure",
|
|
7304
7304
|
"virtual": false,
|
|
@@ -7306,10 +7306,10 @@
|
|
|
7306
7306
|
},
|
|
7307
7307
|
{
|
|
7308
7308
|
"baseFunctions": [
|
|
7309
|
-
|
|
7309
|
+
34791
|
|
7310
7310
|
],
|
|
7311
7311
|
"body": {
|
|
7312
|
-
"id":
|
|
7312
|
+
"id": 30292,
|
|
7313
7313
|
"nodeType": "Block",
|
|
7314
7314
|
"src": "1716:176:87",
|
|
7315
7315
|
"statements": [
|
|
@@ -7321,14 +7321,14 @@
|
|
|
7321
7321
|
"typeIdentifier": "t_address",
|
|
7322
7322
|
"typeString": "address"
|
|
7323
7323
|
},
|
|
7324
|
-
"id":
|
|
7324
|
+
"id": 30281,
|
|
7325
7325
|
"isConstant": false,
|
|
7326
7326
|
"isLValue": false,
|
|
7327
7327
|
"isPure": false,
|
|
7328
7328
|
"lValueRequested": false,
|
|
7329
7329
|
"leftExpression": {
|
|
7330
7330
|
"expression": {
|
|
7331
|
-
"id":
|
|
7331
|
+
"id": 30275,
|
|
7332
7332
|
"name": "msg",
|
|
7333
7333
|
"nodeType": "Identifier",
|
|
7334
7334
|
"overloadedDeclarations": [],
|
|
@@ -7339,7 +7339,7 @@
|
|
|
7339
7339
|
"typeString": "msg"
|
|
7340
7340
|
}
|
|
7341
7341
|
},
|
|
7342
|
-
"id":
|
|
7342
|
+
"id": 30276,
|
|
7343
7343
|
"isConstant": false,
|
|
7344
7344
|
"isLValue": false,
|
|
7345
7345
|
"isPure": false,
|
|
@@ -7357,11 +7357,11 @@
|
|
|
7357
7357
|
"rightExpression": {
|
|
7358
7358
|
"arguments": [
|
|
7359
7359
|
{
|
|
7360
|
-
"id":
|
|
7360
|
+
"id": 30279,
|
|
7361
7361
|
"name": "_host",
|
|
7362
7362
|
"nodeType": "Identifier",
|
|
7363
7363
|
"overloadedDeclarations": [],
|
|
7364
|
-
"referencedDeclaration":
|
|
7364
|
+
"referencedDeclaration": 30219,
|
|
7365
7365
|
"src": "1756:5:87",
|
|
7366
7366
|
"typeDescriptions": {
|
|
7367
7367
|
"typeIdentifier": "t_contract$_ISuperfluid_$18324",
|
|
@@ -7376,7 +7376,7 @@
|
|
|
7376
7376
|
"typeString": "contract ISuperfluid"
|
|
7377
7377
|
}
|
|
7378
7378
|
],
|
|
7379
|
-
"id":
|
|
7379
|
+
"id": 30278,
|
|
7380
7380
|
"isConstant": false,
|
|
7381
7381
|
"isLValue": false,
|
|
7382
7382
|
"isPure": true,
|
|
@@ -7388,14 +7388,14 @@
|
|
|
7388
7388
|
"typeString": "type(address)"
|
|
7389
7389
|
},
|
|
7390
7390
|
"typeName": {
|
|
7391
|
-
"id":
|
|
7391
|
+
"id": 30277,
|
|
7392
7392
|
"name": "address",
|
|
7393
7393
|
"nodeType": "ElementaryTypeName",
|
|
7394
7394
|
"src": "1748:7:87",
|
|
7395
7395
|
"typeDescriptions": {}
|
|
7396
7396
|
}
|
|
7397
7397
|
},
|
|
7398
|
-
"id":
|
|
7398
|
+
"id": 30280,
|
|
7399
7399
|
"isConstant": false,
|
|
7400
7400
|
"isLValue": false,
|
|
7401
7401
|
"isPure": false,
|
|
@@ -7418,7 +7418,7 @@
|
|
|
7418
7418
|
},
|
|
7419
7419
|
{
|
|
7420
7420
|
"hexValue": "5375706572546f6b656e466163746f72793a206f6e6c7920686f73742063616e2075706461746520636f6465",
|
|
7421
|
-
"id":
|
|
7421
|
+
"id": 30282,
|
|
7422
7422
|
"isConstant": false,
|
|
7423
7423
|
"isLValue": false,
|
|
7424
7424
|
"isPure": true,
|
|
@@ -7444,7 +7444,7 @@
|
|
|
7444
7444
|
"typeString": "literal_string \"SuperTokenFactory: only host can update code\""
|
|
7445
7445
|
}
|
|
7446
7446
|
],
|
|
7447
|
-
"id":
|
|
7447
|
+
"id": 30274,
|
|
7448
7448
|
"name": "require",
|
|
7449
7449
|
"nodeType": "Identifier",
|
|
7450
7450
|
"overloadedDeclarations": [
|
|
@@ -7458,7 +7458,7 @@
|
|
|
7458
7458
|
"typeString": "function (bool,string memory) pure"
|
|
7459
7459
|
}
|
|
7460
7460
|
},
|
|
7461
|
-
"id":
|
|
7461
|
+
"id": 30283,
|
|
7462
7462
|
"isConstant": false,
|
|
7463
7463
|
"isLValue": false,
|
|
7464
7464
|
"isPure": false,
|
|
@@ -7473,7 +7473,7 @@
|
|
|
7473
7473
|
"typeString": "tuple()"
|
|
7474
7474
|
}
|
|
7475
7475
|
},
|
|
7476
|
-
"id":
|
|
7476
|
+
"id": 30284,
|
|
7477
7477
|
"nodeType": "ExpressionStatement",
|
|
7478
7478
|
"src": "1726:85:87"
|
|
7479
7479
|
},
|
|
@@ -7481,11 +7481,11 @@
|
|
|
7481
7481
|
"expression": {
|
|
7482
7482
|
"arguments": [
|
|
7483
7483
|
{
|
|
7484
|
-
"id":
|
|
7484
|
+
"id": 30286,
|
|
7485
7485
|
"name": "newAddress",
|
|
7486
7486
|
"nodeType": "Identifier",
|
|
7487
7487
|
"overloadedDeclarations": [],
|
|
7488
|
-
"referencedDeclaration":
|
|
7488
|
+
"referencedDeclaration": 30270,
|
|
7489
7489
|
"src": "1840:10:87",
|
|
7490
7490
|
"typeDescriptions": {
|
|
7491
7491
|
"typeIdentifier": "t_address",
|
|
@@ -7500,18 +7500,18 @@
|
|
|
7500
7500
|
"typeString": "address"
|
|
7501
7501
|
}
|
|
7502
7502
|
],
|
|
7503
|
-
"id":
|
|
7503
|
+
"id": 30285,
|
|
7504
7504
|
"name": "_updateCodeAddress",
|
|
7505
7505
|
"nodeType": "Identifier",
|
|
7506
7506
|
"overloadedDeclarations": [],
|
|
7507
|
-
"referencedDeclaration":
|
|
7507
|
+
"referencedDeclaration": 34850,
|
|
7508
7508
|
"src": "1821:18:87",
|
|
7509
7509
|
"typeDescriptions": {
|
|
7510
7510
|
"typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
|
|
7511
7511
|
"typeString": "function (address)"
|
|
7512
7512
|
}
|
|
7513
7513
|
},
|
|
7514
|
-
"id":
|
|
7514
|
+
"id": 30287,
|
|
7515
7515
|
"isConstant": false,
|
|
7516
7516
|
"isLValue": false,
|
|
7517
7517
|
"isPure": false,
|
|
@@ -7526,7 +7526,7 @@
|
|
|
7526
7526
|
"typeString": "tuple()"
|
|
7527
7527
|
}
|
|
7528
7528
|
},
|
|
7529
|
-
"id":
|
|
7529
|
+
"id": 30288,
|
|
7530
7530
|
"nodeType": "ExpressionStatement",
|
|
7531
7531
|
"src": "1821:30:87"
|
|
7532
7532
|
},
|
|
@@ -7535,18 +7535,18 @@
|
|
|
7535
7535
|
"arguments": [],
|
|
7536
7536
|
"expression": {
|
|
7537
7537
|
"argumentTypes": [],
|
|
7538
|
-
"id":
|
|
7538
|
+
"id": 30289,
|
|
7539
7539
|
"name": "_updateSuperTokenLogic",
|
|
7540
7540
|
"nodeType": "Identifier",
|
|
7541
7541
|
"overloadedDeclarations": [],
|
|
7542
|
-
"referencedDeclaration":
|
|
7542
|
+
"referencedDeclaration": 30310,
|
|
7543
7543
|
"src": "1861:22:87",
|
|
7544
7544
|
"typeDescriptions": {
|
|
7545
7545
|
"typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
|
|
7546
7546
|
"typeString": "function ()"
|
|
7547
7547
|
}
|
|
7548
7548
|
},
|
|
7549
|
-
"id":
|
|
7549
|
+
"id": 30290,
|
|
7550
7550
|
"isConstant": false,
|
|
7551
7551
|
"isLValue": false,
|
|
7552
7552
|
"isPure": false,
|
|
@@ -7561,14 +7561,14 @@
|
|
|
7561
7561
|
"typeString": "tuple()"
|
|
7562
7562
|
}
|
|
7563
7563
|
},
|
|
7564
|
-
"id":
|
|
7564
|
+
"id": 30291,
|
|
7565
7565
|
"nodeType": "ExpressionStatement",
|
|
7566
7566
|
"src": "1861:24:87"
|
|
7567
7567
|
}
|
|
7568
7568
|
]
|
|
7569
7569
|
},
|
|
7570
7570
|
"functionSelector": "46951954",
|
|
7571
|
-
"id":
|
|
7571
|
+
"id": 30293,
|
|
7572
7572
|
"implemented": true,
|
|
7573
7573
|
"kind": "function",
|
|
7574
7574
|
"modifiers": [],
|
|
@@ -7576,23 +7576,23 @@
|
|
|
7576
7576
|
"nameLocation": "1667:10:87",
|
|
7577
7577
|
"nodeType": "FunctionDefinition",
|
|
7578
7578
|
"overrides": {
|
|
7579
|
-
"id":
|
|
7579
|
+
"id": 30272,
|
|
7580
7580
|
"nodeType": "OverrideSpecifier",
|
|
7581
7581
|
"overrides": [],
|
|
7582
7582
|
"src": "1707:8:87"
|
|
7583
7583
|
},
|
|
7584
7584
|
"parameters": {
|
|
7585
|
-
"id":
|
|
7585
|
+
"id": 30271,
|
|
7586
7586
|
"nodeType": "ParameterList",
|
|
7587
7587
|
"parameters": [
|
|
7588
7588
|
{
|
|
7589
7589
|
"constant": false,
|
|
7590
|
-
"id":
|
|
7590
|
+
"id": 30270,
|
|
7591
7591
|
"mutability": "mutable",
|
|
7592
7592
|
"name": "newAddress",
|
|
7593
7593
|
"nameLocation": "1686:10:87",
|
|
7594
7594
|
"nodeType": "VariableDeclaration",
|
|
7595
|
-
"scope":
|
|
7595
|
+
"scope": 30293,
|
|
7596
7596
|
"src": "1678:18:87",
|
|
7597
7597
|
"stateVariable": false,
|
|
7598
7598
|
"storageLocation": "default",
|
|
@@ -7601,7 +7601,7 @@
|
|
|
7601
7601
|
"typeString": "address"
|
|
7602
7602
|
},
|
|
7603
7603
|
"typeName": {
|
|
7604
|
-
"id":
|
|
7604
|
+
"id": 30269,
|
|
7605
7605
|
"name": "address",
|
|
7606
7606
|
"nodeType": "ElementaryTypeName",
|
|
7607
7607
|
"src": "1678:7:87",
|
|
@@ -7617,12 +7617,12 @@
|
|
|
7617
7617
|
"src": "1677:20:87"
|
|
7618
7618
|
},
|
|
7619
7619
|
"returnParameters": {
|
|
7620
|
-
"id":
|
|
7620
|
+
"id": 30273,
|
|
7621
7621
|
"nodeType": "ParameterList",
|
|
7622
7622
|
"parameters": [],
|
|
7623
7623
|
"src": "1716:0:87"
|
|
7624
7624
|
},
|
|
7625
|
-
"scope":
|
|
7625
|
+
"scope": 30509,
|
|
7626
7626
|
"src": "1658:234:87",
|
|
7627
7627
|
"stateMutability": "nonpayable",
|
|
7628
7628
|
"virtual": false,
|
|
@@ -7630,23 +7630,23 @@
|
|
|
7630
7630
|
},
|
|
7631
7631
|
{
|
|
7632
7632
|
"body": {
|
|
7633
|
-
"id":
|
|
7633
|
+
"id": 30309,
|
|
7634
7634
|
"nodeType": "Block",
|
|
7635
7635
|
"src": "1940:230:87",
|
|
7636
7636
|
"statements": [
|
|
7637
7637
|
{
|
|
7638
7638
|
"expression": {
|
|
7639
|
-
"id":
|
|
7639
|
+
"id": 30303,
|
|
7640
7640
|
"isConstant": false,
|
|
7641
7641
|
"isLValue": false,
|
|
7642
7642
|
"isPure": false,
|
|
7643
7643
|
"lValueRequested": false,
|
|
7644
7644
|
"leftHandSide": {
|
|
7645
|
-
"id":
|
|
7645
|
+
"id": 30296,
|
|
7646
7646
|
"name": "_superTokenLogic",
|
|
7647
7647
|
"nodeType": "Identifier",
|
|
7648
7648
|
"overloadedDeclarations": [],
|
|
7649
|
-
"referencedDeclaration":
|
|
7649
|
+
"referencedDeclaration": 30222,
|
|
7650
7650
|
"src": "2044:16:87",
|
|
7651
7651
|
"typeDescriptions": {
|
|
7652
7652
|
"typeIdentifier": "t_contract$_ISuperToken_$17761",
|
|
@@ -7660,11 +7660,11 @@
|
|
|
7660
7660
|
{
|
|
7661
7661
|
"arguments": [
|
|
7662
7662
|
{
|
|
7663
|
-
"id":
|
|
7663
|
+
"id": 30300,
|
|
7664
7664
|
"name": "_host",
|
|
7665
7665
|
"nodeType": "Identifier",
|
|
7666
7666
|
"overloadedDeclarations": [],
|
|
7667
|
-
"referencedDeclaration":
|
|
7667
|
+
"referencedDeclaration": 30219,
|
|
7668
7668
|
"src": "2101:5:87",
|
|
7669
7669
|
"typeDescriptions": {
|
|
7670
7670
|
"typeIdentifier": "t_contract$_ISuperfluid_$18324",
|
|
@@ -7680,32 +7680,32 @@
|
|
|
7680
7680
|
}
|
|
7681
7681
|
],
|
|
7682
7682
|
"expression": {
|
|
7683
|
-
"id":
|
|
7683
|
+
"id": 30298,
|
|
7684
7684
|
"name": "this",
|
|
7685
7685
|
"nodeType": "Identifier",
|
|
7686
7686
|
"overloadedDeclarations": [],
|
|
7687
7687
|
"referencedDeclaration": 4294967268,
|
|
7688
7688
|
"src": "2074:4:87",
|
|
7689
7689
|
"typeDescriptions": {
|
|
7690
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryBase_$
|
|
7690
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryBase_$30509",
|
|
7691
7691
|
"typeString": "contract SuperTokenFactoryBase"
|
|
7692
7692
|
}
|
|
7693
7693
|
},
|
|
7694
|
-
"id":
|
|
7694
|
+
"id": 30299,
|
|
7695
7695
|
"isConstant": false,
|
|
7696
7696
|
"isLValue": false,
|
|
7697
7697
|
"isPure": false,
|
|
7698
7698
|
"lValueRequested": false,
|
|
7699
7699
|
"memberName": "createSuperTokenLogic",
|
|
7700
7700
|
"nodeType": "MemberAccess",
|
|
7701
|
-
"referencedDeclaration":
|
|
7701
|
+
"referencedDeclaration": 30328,
|
|
7702
7702
|
"src": "2074:26:87",
|
|
7703
7703
|
"typeDescriptions": {
|
|
7704
7704
|
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$18324_$returns$_t_address_$",
|
|
7705
7705
|
"typeString": "function (contract ISuperfluid) external returns (address)"
|
|
7706
7706
|
}
|
|
7707
7707
|
},
|
|
7708
|
-
"id":
|
|
7708
|
+
"id": 30301,
|
|
7709
7709
|
"isConstant": false,
|
|
7710
7710
|
"isLValue": false,
|
|
7711
7711
|
"isPure": false,
|
|
@@ -7728,18 +7728,18 @@
|
|
|
7728
7728
|
"typeString": "address"
|
|
7729
7729
|
}
|
|
7730
7730
|
],
|
|
7731
|
-
"id":
|
|
7731
|
+
"id": 30297,
|
|
7732
7732
|
"name": "SuperToken",
|
|
7733
7733
|
"nodeType": "Identifier",
|
|
7734
7734
|
"overloadedDeclarations": [],
|
|
7735
|
-
"referencedDeclaration":
|
|
7735
|
+
"referencedDeclaration": 30191,
|
|
7736
7736
|
"src": "2063:10:87",
|
|
7737
7737
|
"typeDescriptions": {
|
|
7738
|
-
"typeIdentifier": "t_type$_t_contract$_SuperToken_$
|
|
7738
|
+
"typeIdentifier": "t_type$_t_contract$_SuperToken_$30191_$",
|
|
7739
7739
|
"typeString": "type(contract SuperToken)"
|
|
7740
7740
|
}
|
|
7741
7741
|
},
|
|
7742
|
-
"id":
|
|
7742
|
+
"id": 30302,
|
|
7743
7743
|
"isConstant": false,
|
|
7744
7744
|
"isLValue": false,
|
|
7745
7745
|
"isPure": false,
|
|
@@ -7750,7 +7750,7 @@
|
|
|
7750
7750
|
"src": "2063:45:87",
|
|
7751
7751
|
"tryCall": false,
|
|
7752
7752
|
"typeDescriptions": {
|
|
7753
|
-
"typeIdentifier": "t_contract$_SuperToken_$
|
|
7753
|
+
"typeIdentifier": "t_contract$_SuperToken_$30191",
|
|
7754
7754
|
"typeString": "contract SuperToken"
|
|
7755
7755
|
}
|
|
7756
7756
|
},
|
|
@@ -7760,7 +7760,7 @@
|
|
|
7760
7760
|
"typeString": "contract ISuperToken"
|
|
7761
7761
|
}
|
|
7762
7762
|
},
|
|
7763
|
-
"id":
|
|
7763
|
+
"id": 30304,
|
|
7764
7764
|
"nodeType": "ExpressionStatement",
|
|
7765
7765
|
"src": "2044:64:87"
|
|
7766
7766
|
},
|
|
@@ -7768,11 +7768,11 @@
|
|
|
7768
7768
|
"eventCall": {
|
|
7769
7769
|
"arguments": [
|
|
7770
7770
|
{
|
|
7771
|
-
"id":
|
|
7771
|
+
"id": 30306,
|
|
7772
7772
|
"name": "_superTokenLogic",
|
|
7773
7773
|
"nodeType": "Identifier",
|
|
7774
7774
|
"overloadedDeclarations": [],
|
|
7775
|
-
"referencedDeclaration":
|
|
7775
|
+
"referencedDeclaration": 30222,
|
|
7776
7776
|
"src": "2146:16:87",
|
|
7777
7777
|
"typeDescriptions": {
|
|
7778
7778
|
"typeIdentifier": "t_contract$_ISuperToken_$17761",
|
|
@@ -7787,7 +7787,7 @@
|
|
|
7787
7787
|
"typeString": "contract ISuperToken"
|
|
7788
7788
|
}
|
|
7789
7789
|
],
|
|
7790
|
-
"id":
|
|
7790
|
+
"id": 30305,
|
|
7791
7791
|
"name": "SuperTokenLogicCreated",
|
|
7792
7792
|
"nodeType": "Identifier",
|
|
7793
7793
|
"overloadedDeclarations": [],
|
|
@@ -7798,7 +7798,7 @@
|
|
|
7798
7798
|
"typeString": "function (contract ISuperToken)"
|
|
7799
7799
|
}
|
|
7800
7800
|
},
|
|
7801
|
-
"id":
|
|
7801
|
+
"id": 30307,
|
|
7802
7802
|
"isConstant": false,
|
|
7803
7803
|
"isLValue": false,
|
|
7804
7804
|
"isPure": false,
|
|
@@ -7813,13 +7813,13 @@
|
|
|
7813
7813
|
"typeString": "tuple()"
|
|
7814
7814
|
}
|
|
7815
7815
|
},
|
|
7816
|
-
"id":
|
|
7816
|
+
"id": 30308,
|
|
7817
7817
|
"nodeType": "EmitStatement",
|
|
7818
7818
|
"src": "2118:45:87"
|
|
7819
7819
|
}
|
|
7820
7820
|
]
|
|
7821
7821
|
},
|
|
7822
|
-
"id":
|
|
7822
|
+
"id": 30310,
|
|
7823
7823
|
"implemented": true,
|
|
7824
7824
|
"kind": "function",
|
|
7825
7825
|
"modifiers": [],
|
|
@@ -7827,18 +7827,18 @@
|
|
|
7827
7827
|
"nameLocation": "1907:22:87",
|
|
7828
7828
|
"nodeType": "FunctionDefinition",
|
|
7829
7829
|
"parameters": {
|
|
7830
|
-
"id":
|
|
7830
|
+
"id": 30294,
|
|
7831
7831
|
"nodeType": "ParameterList",
|
|
7832
7832
|
"parameters": [],
|
|
7833
7833
|
"src": "1929:2:87"
|
|
7834
7834
|
},
|
|
7835
7835
|
"returnParameters": {
|
|
7836
|
-
"id":
|
|
7836
|
+
"id": 30295,
|
|
7837
7837
|
"nodeType": "ParameterList",
|
|
7838
7838
|
"parameters": [],
|
|
7839
7839
|
"src": "1940:0:87"
|
|
7840
7840
|
},
|
|
7841
|
-
"scope":
|
|
7841
|
+
"scope": 30509,
|
|
7842
7842
|
"src": "1898:272:87",
|
|
7843
7843
|
"stateMutability": "nonpayable",
|
|
7844
7844
|
"virtual": false,
|
|
@@ -7849,32 +7849,32 @@
|
|
|
7849
7849
|
17786
|
|
7850
7850
|
],
|
|
7851
7851
|
"body": {
|
|
7852
|
-
"id":
|
|
7852
|
+
"id": 30319,
|
|
7853
7853
|
"nodeType": "Block",
|
|
7854
7854
|
"src": "2456:40:87",
|
|
7855
7855
|
"statements": [
|
|
7856
7856
|
{
|
|
7857
7857
|
"expression": {
|
|
7858
|
-
"id":
|
|
7858
|
+
"id": 30317,
|
|
7859
7859
|
"name": "_superTokenLogic",
|
|
7860
7860
|
"nodeType": "Identifier",
|
|
7861
7861
|
"overloadedDeclarations": [],
|
|
7862
|
-
"referencedDeclaration":
|
|
7862
|
+
"referencedDeclaration": 30222,
|
|
7863
7863
|
"src": "2473:16:87",
|
|
7864
7864
|
"typeDescriptions": {
|
|
7865
7865
|
"typeIdentifier": "t_contract$_ISuperToken_$17761",
|
|
7866
7866
|
"typeString": "contract ISuperToken"
|
|
7867
7867
|
}
|
|
7868
7868
|
},
|
|
7869
|
-
"functionReturnParameters":
|
|
7870
|
-
"id":
|
|
7869
|
+
"functionReturnParameters": 30316,
|
|
7870
|
+
"id": 30318,
|
|
7871
7871
|
"nodeType": "Return",
|
|
7872
7872
|
"src": "2466:23:87"
|
|
7873
7873
|
}
|
|
7874
7874
|
]
|
|
7875
7875
|
},
|
|
7876
7876
|
"functionSelector": "9470a5b2",
|
|
7877
|
-
"id":
|
|
7877
|
+
"id": 30320,
|
|
7878
7878
|
"implemented": true,
|
|
7879
7879
|
"kind": "function",
|
|
7880
7880
|
"modifiers": [],
|
|
@@ -7882,29 +7882,29 @@
|
|
|
7882
7882
|
"nameLocation": "2370:18:87",
|
|
7883
7883
|
"nodeType": "FunctionDefinition",
|
|
7884
7884
|
"overrides": {
|
|
7885
|
-
"id":
|
|
7885
|
+
"id": 30312,
|
|
7886
7886
|
"nodeType": "OverrideSpecifier",
|
|
7887
7887
|
"overrides": [],
|
|
7888
7888
|
"src": "2413:8:87"
|
|
7889
7889
|
},
|
|
7890
7890
|
"parameters": {
|
|
7891
|
-
"id":
|
|
7891
|
+
"id": 30311,
|
|
7892
7892
|
"nodeType": "ParameterList",
|
|
7893
7893
|
"parameters": [],
|
|
7894
7894
|
"src": "2388:2:87"
|
|
7895
7895
|
},
|
|
7896
7896
|
"returnParameters": {
|
|
7897
|
-
"id":
|
|
7897
|
+
"id": 30316,
|
|
7898
7898
|
"nodeType": "ParameterList",
|
|
7899
7899
|
"parameters": [
|
|
7900
7900
|
{
|
|
7901
7901
|
"constant": false,
|
|
7902
|
-
"id":
|
|
7902
|
+
"id": 30315,
|
|
7903
7903
|
"mutability": "mutable",
|
|
7904
7904
|
"name": "",
|
|
7905
7905
|
"nameLocation": "-1:-1:-1",
|
|
7906
7906
|
"nodeType": "VariableDeclaration",
|
|
7907
|
-
"scope":
|
|
7907
|
+
"scope": 30320,
|
|
7908
7908
|
"src": "2439:11:87",
|
|
7909
7909
|
"stateVariable": false,
|
|
7910
7910
|
"storageLocation": "default",
|
|
@@ -7913,10 +7913,10 @@
|
|
|
7913
7913
|
"typeString": "contract ISuperToken"
|
|
7914
7914
|
},
|
|
7915
7915
|
"typeName": {
|
|
7916
|
-
"id":
|
|
7916
|
+
"id": 30314,
|
|
7917
7917
|
"nodeType": "UserDefinedTypeName",
|
|
7918
7918
|
"pathNode": {
|
|
7919
|
-
"id":
|
|
7919
|
+
"id": 30313,
|
|
7920
7920
|
"name": "ISuperToken",
|
|
7921
7921
|
"nodeType": "IdentifierPath",
|
|
7922
7922
|
"referencedDeclaration": 17761,
|
|
@@ -7934,7 +7934,7 @@
|
|
|
7934
7934
|
],
|
|
7935
7935
|
"src": "2438:13:87"
|
|
7936
7936
|
},
|
|
7937
|
-
"scope":
|
|
7937
|
+
"scope": 30509,
|
|
7938
7938
|
"src": "2361:135:87",
|
|
7939
7939
|
"stateMutability": "view",
|
|
7940
7940
|
"virtual": false,
|
|
@@ -7942,7 +7942,7 @@
|
|
|
7942
7942
|
},
|
|
7943
7943
|
{
|
|
7944
7944
|
"functionSelector": "4dcc4d79",
|
|
7945
|
-
"id":
|
|
7945
|
+
"id": 30328,
|
|
7946
7946
|
"implemented": false,
|
|
7947
7947
|
"kind": "function",
|
|
7948
7948
|
"modifiers": [],
|
|
@@ -7950,17 +7950,17 @@
|
|
|
7950
7950
|
"nameLocation": "2511:21:87",
|
|
7951
7951
|
"nodeType": "FunctionDefinition",
|
|
7952
7952
|
"parameters": {
|
|
7953
|
-
"id":
|
|
7953
|
+
"id": 30324,
|
|
7954
7954
|
"nodeType": "ParameterList",
|
|
7955
7955
|
"parameters": [
|
|
7956
7956
|
{
|
|
7957
7957
|
"constant": false,
|
|
7958
|
-
"id":
|
|
7958
|
+
"id": 30323,
|
|
7959
7959
|
"mutability": "mutable",
|
|
7960
7960
|
"name": "host",
|
|
7961
7961
|
"nameLocation": "2545:4:87",
|
|
7962
7962
|
"nodeType": "VariableDeclaration",
|
|
7963
|
-
"scope":
|
|
7963
|
+
"scope": 30328,
|
|
7964
7964
|
"src": "2533:16:87",
|
|
7965
7965
|
"stateVariable": false,
|
|
7966
7966
|
"storageLocation": "default",
|
|
@@ -7969,10 +7969,10 @@
|
|
|
7969
7969
|
"typeString": "contract ISuperfluid"
|
|
7970
7970
|
},
|
|
7971
7971
|
"typeName": {
|
|
7972
|
-
"id":
|
|
7972
|
+
"id": 30322,
|
|
7973
7973
|
"nodeType": "UserDefinedTypeName",
|
|
7974
7974
|
"pathNode": {
|
|
7975
|
-
"id":
|
|
7975
|
+
"id": 30321,
|
|
7976
7976
|
"name": "ISuperfluid",
|
|
7977
7977
|
"nodeType": "IdentifierPath",
|
|
7978
7978
|
"referencedDeclaration": 18324,
|
|
@@ -7991,17 +7991,17 @@
|
|
|
7991
7991
|
"src": "2532:18:87"
|
|
7992
7992
|
},
|
|
7993
7993
|
"returnParameters": {
|
|
7994
|
-
"id":
|
|
7994
|
+
"id": 30327,
|
|
7995
7995
|
"nodeType": "ParameterList",
|
|
7996
7996
|
"parameters": [
|
|
7997
7997
|
{
|
|
7998
7998
|
"constant": false,
|
|
7999
|
-
"id":
|
|
7999
|
+
"id": 30326,
|
|
8000
8000
|
"mutability": "mutable",
|
|
8001
8001
|
"name": "logic",
|
|
8002
8002
|
"nameLocation": "2585:5:87",
|
|
8003
8003
|
"nodeType": "VariableDeclaration",
|
|
8004
|
-
"scope":
|
|
8004
|
+
"scope": 30328,
|
|
8005
8005
|
"src": "2577:13:87",
|
|
8006
8006
|
"stateVariable": false,
|
|
8007
8007
|
"storageLocation": "default",
|
|
@@ -8010,7 +8010,7 @@
|
|
|
8010
8010
|
"typeString": "address"
|
|
8011
8011
|
},
|
|
8012
8012
|
"typeName": {
|
|
8013
|
-
"id":
|
|
8013
|
+
"id": 30325,
|
|
8014
8014
|
"name": "address",
|
|
8015
8015
|
"nodeType": "ElementaryTypeName",
|
|
8016
8016
|
"src": "2577:7:87",
|
|
@@ -8025,7 +8025,7 @@
|
|
|
8025
8025
|
],
|
|
8026
8026
|
"src": "2576:15:87"
|
|
8027
8027
|
},
|
|
8028
|
-
"scope":
|
|
8028
|
+
"scope": 30509,
|
|
8029
8029
|
"src": "2502:90:87",
|
|
8030
8030
|
"stateMutability": "nonpayable",
|
|
8031
8031
|
"virtual": true,
|
|
@@ -8036,7 +8036,7 @@
|
|
|
8036
8036
|
17809
|
|
8037
8037
|
],
|
|
8038
8038
|
"body": {
|
|
8039
|
-
"id":
|
|
8039
|
+
"id": 30443,
|
|
8040
8040
|
"nodeType": "Block",
|
|
8041
8041
|
"src": "2866:970:87",
|
|
8042
8042
|
"statements": [
|
|
@@ -8048,7 +8048,7 @@
|
|
|
8048
8048
|
"typeIdentifier": "t_address",
|
|
8049
8049
|
"typeString": "address"
|
|
8050
8050
|
},
|
|
8051
|
-
"id":
|
|
8051
|
+
"id": 30356,
|
|
8052
8052
|
"isConstant": false,
|
|
8053
8053
|
"isLValue": false,
|
|
8054
8054
|
"isPure": false,
|
|
@@ -8056,11 +8056,11 @@
|
|
|
8056
8056
|
"leftExpression": {
|
|
8057
8057
|
"arguments": [
|
|
8058
8058
|
{
|
|
8059
|
-
"id":
|
|
8059
|
+
"id": 30350,
|
|
8060
8060
|
"name": "underlyingToken",
|
|
8061
8061
|
"nodeType": "Identifier",
|
|
8062
8062
|
"overloadedDeclarations": [],
|
|
8063
|
-
"referencedDeclaration":
|
|
8063
|
+
"referencedDeclaration": 30331,
|
|
8064
8064
|
"src": "2892:15:87",
|
|
8065
8065
|
"typeDescriptions": {
|
|
8066
8066
|
"typeIdentifier": "t_contract$_IERC20_$1520",
|
|
@@ -8075,7 +8075,7 @@
|
|
|
8075
8075
|
"typeString": "contract IERC20"
|
|
8076
8076
|
}
|
|
8077
8077
|
],
|
|
8078
|
-
"id":
|
|
8078
|
+
"id": 30349,
|
|
8079
8079
|
"isConstant": false,
|
|
8080
8080
|
"isLValue": false,
|
|
8081
8081
|
"isPure": true,
|
|
@@ -8087,14 +8087,14 @@
|
|
|
8087
8087
|
"typeString": "type(address)"
|
|
8088
8088
|
},
|
|
8089
8089
|
"typeName": {
|
|
8090
|
-
"id":
|
|
8090
|
+
"id": 30348,
|
|
8091
8091
|
"name": "address",
|
|
8092
8092
|
"nodeType": "ElementaryTypeName",
|
|
8093
8093
|
"src": "2884:7:87",
|
|
8094
8094
|
"typeDescriptions": {}
|
|
8095
8095
|
}
|
|
8096
8096
|
},
|
|
8097
|
-
"id":
|
|
8097
|
+
"id": 30351,
|
|
8098
8098
|
"isConstant": false,
|
|
8099
8099
|
"isLValue": false,
|
|
8100
8100
|
"isPure": false,
|
|
@@ -8115,7 +8115,7 @@
|
|
|
8115
8115
|
"arguments": [
|
|
8116
8116
|
{
|
|
8117
8117
|
"hexValue": "30",
|
|
8118
|
-
"id":
|
|
8118
|
+
"id": 30354,
|
|
8119
8119
|
"isConstant": false,
|
|
8120
8120
|
"isLValue": false,
|
|
8121
8121
|
"isPure": true,
|
|
@@ -8137,7 +8137,7 @@
|
|
|
8137
8137
|
"typeString": "int_const 0"
|
|
8138
8138
|
}
|
|
8139
8139
|
],
|
|
8140
|
-
"id":
|
|
8140
|
+
"id": 30353,
|
|
8141
8141
|
"isConstant": false,
|
|
8142
8142
|
"isLValue": false,
|
|
8143
8143
|
"isPure": true,
|
|
@@ -8149,14 +8149,14 @@
|
|
|
8149
8149
|
"typeString": "type(address)"
|
|
8150
8150
|
},
|
|
8151
8151
|
"typeName": {
|
|
8152
|
-
"id":
|
|
8152
|
+
"id": 30352,
|
|
8153
8153
|
"name": "address",
|
|
8154
8154
|
"nodeType": "ElementaryTypeName",
|
|
8155
8155
|
"src": "2912:7:87",
|
|
8156
8156
|
"typeDescriptions": {}
|
|
8157
8157
|
}
|
|
8158
8158
|
},
|
|
8159
|
-
"id":
|
|
8159
|
+
"id": 30355,
|
|
8160
8160
|
"isConstant": false,
|
|
8161
8161
|
"isLValue": false,
|
|
8162
8162
|
"isPure": true,
|
|
@@ -8179,7 +8179,7 @@
|
|
|
8179
8179
|
},
|
|
8180
8180
|
{
|
|
8181
8181
|
"hexValue": "5375706572546f6b656e466163746f72793a207a65726f2061646472657373",
|
|
8182
|
-
"id":
|
|
8182
|
+
"id": 30357,
|
|
8183
8183
|
"isConstant": false,
|
|
8184
8184
|
"isLValue": false,
|
|
8185
8185
|
"isPure": true,
|
|
@@ -8205,7 +8205,7 @@
|
|
|
8205
8205
|
"typeString": "literal_string \"SuperTokenFactory: zero address\""
|
|
8206
8206
|
}
|
|
8207
8207
|
],
|
|
8208
|
-
"id":
|
|
8208
|
+
"id": 30347,
|
|
8209
8209
|
"name": "require",
|
|
8210
8210
|
"nodeType": "Identifier",
|
|
8211
8211
|
"overloadedDeclarations": [
|
|
@@ -8219,7 +8219,7 @@
|
|
|
8219
8219
|
"typeString": "function (bool,string memory) pure"
|
|
8220
8220
|
}
|
|
8221
8221
|
},
|
|
8222
|
-
"id":
|
|
8222
|
+
"id": 30358,
|
|
8223
8223
|
"isConstant": false,
|
|
8224
8224
|
"isLValue": false,
|
|
8225
8225
|
"isPure": false,
|
|
@@ -8234,7 +8234,7 @@
|
|
|
8234
8234
|
"typeString": "tuple()"
|
|
8235
8235
|
}
|
|
8236
8236
|
},
|
|
8237
|
-
"id":
|
|
8237
|
+
"id": 30359,
|
|
8238
8238
|
"nodeType": "ExpressionStatement",
|
|
8239
8239
|
"src": "2876:82:87"
|
|
8240
8240
|
},
|
|
@@ -8244,17 +8244,17 @@
|
|
|
8244
8244
|
"typeIdentifier": "t_enum$_Upgradability_$17790",
|
|
8245
8245
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
8246
8246
|
},
|
|
8247
|
-
"id":
|
|
8247
|
+
"id": 30363,
|
|
8248
8248
|
"isConstant": false,
|
|
8249
8249
|
"isLValue": false,
|
|
8250
8250
|
"isPure": false,
|
|
8251
8251
|
"lValueRequested": false,
|
|
8252
8252
|
"leftExpression": {
|
|
8253
|
-
"id":
|
|
8253
|
+
"id": 30360,
|
|
8254
8254
|
"name": "upgradability",
|
|
8255
8255
|
"nodeType": "Identifier",
|
|
8256
8256
|
"overloadedDeclarations": [],
|
|
8257
|
-
"referencedDeclaration":
|
|
8257
|
+
"referencedDeclaration": 30336,
|
|
8258
8258
|
"src": "2973:13:87",
|
|
8259
8259
|
"typeDescriptions": {
|
|
8260
8260
|
"typeIdentifier": "t_enum$_Upgradability_$17790",
|
|
@@ -8265,7 +8265,7 @@
|
|
|
8265
8265
|
"operator": "==",
|
|
8266
8266
|
"rightExpression": {
|
|
8267
8267
|
"expression": {
|
|
8268
|
-
"id":
|
|
8268
|
+
"id": 30361,
|
|
8269
8269
|
"name": "Upgradability",
|
|
8270
8270
|
"nodeType": "Identifier",
|
|
8271
8271
|
"overloadedDeclarations": [],
|
|
@@ -8276,7 +8276,7 @@
|
|
|
8276
8276
|
"typeString": "type(enum ISuperTokenFactory.Upgradability)"
|
|
8277
8277
|
}
|
|
8278
8278
|
},
|
|
8279
|
-
"id":
|
|
8279
|
+
"id": 30362,
|
|
8280
8280
|
"isConstant": false,
|
|
8281
8281
|
"isLValue": false,
|
|
8282
8282
|
"isPure": true,
|
|
@@ -8302,17 +8302,17 @@
|
|
|
8302
8302
|
"typeIdentifier": "t_enum$_Upgradability_$17790",
|
|
8303
8303
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
8304
8304
|
},
|
|
8305
|
-
"id":
|
|
8305
|
+
"id": 30377,
|
|
8306
8306
|
"isConstant": false,
|
|
8307
8307
|
"isLValue": false,
|
|
8308
8308
|
"isPure": false,
|
|
8309
8309
|
"lValueRequested": false,
|
|
8310
8310
|
"leftExpression": {
|
|
8311
|
-
"id":
|
|
8311
|
+
"id": 30374,
|
|
8312
8312
|
"name": "upgradability",
|
|
8313
8313
|
"nodeType": "Identifier",
|
|
8314
8314
|
"overloadedDeclarations": [],
|
|
8315
|
-
"referencedDeclaration":
|
|
8315
|
+
"referencedDeclaration": 30336,
|
|
8316
8316
|
"src": "3114:13:87",
|
|
8317
8317
|
"typeDescriptions": {
|
|
8318
8318
|
"typeIdentifier": "t_enum$_Upgradability_$17790",
|
|
@@ -8323,7 +8323,7 @@
|
|
|
8323
8323
|
"operator": "==",
|
|
8324
8324
|
"rightExpression": {
|
|
8325
8325
|
"expression": {
|
|
8326
|
-
"id":
|
|
8326
|
+
"id": 30375,
|
|
8327
8327
|
"name": "Upgradability",
|
|
8328
8328
|
"nodeType": "Identifier",
|
|
8329
8329
|
"overloadedDeclarations": [],
|
|
@@ -8334,7 +8334,7 @@
|
|
|
8334
8334
|
"typeString": "type(enum ISuperTokenFactory.Upgradability)"
|
|
8335
8335
|
}
|
|
8336
8336
|
},
|
|
8337
|
-
"id":
|
|
8337
|
+
"id": 30376,
|
|
8338
8338
|
"isConstant": false,
|
|
8339
8339
|
"isLValue": false,
|
|
8340
8340
|
"isPure": true,
|
|
@@ -8355,56 +8355,56 @@
|
|
|
8355
8355
|
}
|
|
8356
8356
|
},
|
|
8357
8357
|
"falseBody": {
|
|
8358
|
-
"id":
|
|
8358
|
+
"id": 30427,
|
|
8359
8359
|
"nodeType": "Block",
|
|
8360
8360
|
"src": "3428:184:87",
|
|
8361
8361
|
"statements": [
|
|
8362
8362
|
{
|
|
8363
8363
|
"assignments": [
|
|
8364
|
-
|
|
8364
|
+
30407
|
|
8365
8365
|
],
|
|
8366
8366
|
"declarations": [
|
|
8367
8367
|
{
|
|
8368
8368
|
"constant": false,
|
|
8369
|
-
"id":
|
|
8369
|
+
"id": 30407,
|
|
8370
8370
|
"mutability": "mutable",
|
|
8371
8371
|
"name": "proxy",
|
|
8372
8372
|
"nameLocation": "3472:5:87",
|
|
8373
8373
|
"nodeType": "VariableDeclaration",
|
|
8374
|
-
"scope":
|
|
8374
|
+
"scope": 30427,
|
|
8375
8375
|
"src": "3442:35:87",
|
|
8376
8376
|
"stateVariable": false,
|
|
8377
8377
|
"storageLocation": "default",
|
|
8378
8378
|
"typeDescriptions": {
|
|
8379
|
-
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$
|
|
8379
|
+
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$28599",
|
|
8380
8380
|
"typeString": "contract FullUpgradableSuperTokenProxy"
|
|
8381
8381
|
},
|
|
8382
8382
|
"typeName": {
|
|
8383
|
-
"id":
|
|
8383
|
+
"id": 30406,
|
|
8384
8384
|
"nodeType": "UserDefinedTypeName",
|
|
8385
8385
|
"pathNode": {
|
|
8386
|
-
"id":
|
|
8386
|
+
"id": 30405,
|
|
8387
8387
|
"name": "FullUpgradableSuperTokenProxy",
|
|
8388
8388
|
"nodeType": "IdentifierPath",
|
|
8389
|
-
"referencedDeclaration":
|
|
8389
|
+
"referencedDeclaration": 28599,
|
|
8390
8390
|
"src": "3442:29:87"
|
|
8391
8391
|
},
|
|
8392
|
-
"referencedDeclaration":
|
|
8392
|
+
"referencedDeclaration": 28599,
|
|
8393
8393
|
"src": "3442:29:87",
|
|
8394
8394
|
"typeDescriptions": {
|
|
8395
|
-
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$
|
|
8395
|
+
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$28599",
|
|
8396
8396
|
"typeString": "contract FullUpgradableSuperTokenProxy"
|
|
8397
8397
|
}
|
|
8398
8398
|
},
|
|
8399
8399
|
"visibility": "internal"
|
|
8400
8400
|
}
|
|
8401
8401
|
],
|
|
8402
|
-
"id":
|
|
8402
|
+
"id": 30412,
|
|
8403
8403
|
"initialValue": {
|
|
8404
8404
|
"arguments": [],
|
|
8405
8405
|
"expression": {
|
|
8406
8406
|
"argumentTypes": [],
|
|
8407
|
-
"id":
|
|
8407
|
+
"id": 30410,
|
|
8408
8408
|
"isConstant": false,
|
|
8409
8409
|
"isLValue": false,
|
|
8410
8410
|
"isPure": false,
|
|
@@ -8412,28 +8412,28 @@
|
|
|
8412
8412
|
"nodeType": "NewExpression",
|
|
8413
8413
|
"src": "3480:33:87",
|
|
8414
8414
|
"typeDescriptions": {
|
|
8415
|
-
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_FullUpgradableSuperTokenProxy_$
|
|
8415
|
+
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_FullUpgradableSuperTokenProxy_$28599_$",
|
|
8416
8416
|
"typeString": "function () returns (contract FullUpgradableSuperTokenProxy)"
|
|
8417
8417
|
},
|
|
8418
8418
|
"typeName": {
|
|
8419
|
-
"id":
|
|
8419
|
+
"id": 30409,
|
|
8420
8420
|
"nodeType": "UserDefinedTypeName",
|
|
8421
8421
|
"pathNode": {
|
|
8422
|
-
"id":
|
|
8422
|
+
"id": 30408,
|
|
8423
8423
|
"name": "FullUpgradableSuperTokenProxy",
|
|
8424
8424
|
"nodeType": "IdentifierPath",
|
|
8425
|
-
"referencedDeclaration":
|
|
8425
|
+
"referencedDeclaration": 28599,
|
|
8426
8426
|
"src": "3484:29:87"
|
|
8427
8427
|
},
|
|
8428
|
-
"referencedDeclaration":
|
|
8428
|
+
"referencedDeclaration": 28599,
|
|
8429
8429
|
"src": "3484:29:87",
|
|
8430
8430
|
"typeDescriptions": {
|
|
8431
|
-
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$
|
|
8431
|
+
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$28599",
|
|
8432
8432
|
"typeString": "contract FullUpgradableSuperTokenProxy"
|
|
8433
8433
|
}
|
|
8434
8434
|
}
|
|
8435
8435
|
},
|
|
8436
|
-
"id":
|
|
8436
|
+
"id": 30411,
|
|
8437
8437
|
"isConstant": false,
|
|
8438
8438
|
"isLValue": false,
|
|
8439
8439
|
"isPure": false,
|
|
@@ -8444,7 +8444,7 @@
|
|
|
8444
8444
|
"src": "3480:35:87",
|
|
8445
8445
|
"tryCall": false,
|
|
8446
8446
|
"typeDescriptions": {
|
|
8447
|
-
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$
|
|
8447
|
+
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$28599",
|
|
8448
8448
|
"typeString": "contract FullUpgradableSuperTokenProxy"
|
|
8449
8449
|
}
|
|
8450
8450
|
},
|
|
@@ -8457,32 +8457,32 @@
|
|
|
8457
8457
|
"expression": {
|
|
8458
8458
|
"argumentTypes": [],
|
|
8459
8459
|
"expression": {
|
|
8460
|
-
"id":
|
|
8460
|
+
"id": 30413,
|
|
8461
8461
|
"name": "proxy",
|
|
8462
8462
|
"nodeType": "Identifier",
|
|
8463
8463
|
"overloadedDeclarations": [],
|
|
8464
|
-
"referencedDeclaration":
|
|
8464
|
+
"referencedDeclaration": 30407,
|
|
8465
8465
|
"src": "3529:5:87",
|
|
8466
8466
|
"typeDescriptions": {
|
|
8467
|
-
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$
|
|
8467
|
+
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$28599",
|
|
8468
8468
|
"typeString": "contract FullUpgradableSuperTokenProxy"
|
|
8469
8469
|
}
|
|
8470
8470
|
},
|
|
8471
|
-
"id":
|
|
8471
|
+
"id": 30415,
|
|
8472
8472
|
"isConstant": false,
|
|
8473
8473
|
"isLValue": false,
|
|
8474
8474
|
"isPure": false,
|
|
8475
8475
|
"lValueRequested": false,
|
|
8476
8476
|
"memberName": "initialize",
|
|
8477
8477
|
"nodeType": "MemberAccess",
|
|
8478
|
-
"referencedDeclaration":
|
|
8478
|
+
"referencedDeclaration": 28567,
|
|
8479
8479
|
"src": "3529:16:87",
|
|
8480
8480
|
"typeDescriptions": {
|
|
8481
8481
|
"typeIdentifier": "t_function_external_nonpayable$__$returns$__$",
|
|
8482
8482
|
"typeString": "function () external"
|
|
8483
8483
|
}
|
|
8484
8484
|
},
|
|
8485
|
-
"id":
|
|
8485
|
+
"id": 30416,
|
|
8486
8486
|
"isConstant": false,
|
|
8487
8487
|
"isLValue": false,
|
|
8488
8488
|
"isPure": false,
|
|
@@ -8497,23 +8497,23 @@
|
|
|
8497
8497
|
"typeString": "tuple()"
|
|
8498
8498
|
}
|
|
8499
8499
|
},
|
|
8500
|
-
"id":
|
|
8500
|
+
"id": 30417,
|
|
8501
8501
|
"nodeType": "ExpressionStatement",
|
|
8502
8502
|
"src": "3529:18:87"
|
|
8503
8503
|
},
|
|
8504
8504
|
{
|
|
8505
8505
|
"expression": {
|
|
8506
|
-
"id":
|
|
8506
|
+
"id": 30425,
|
|
8507
8507
|
"isConstant": false,
|
|
8508
8508
|
"isLValue": false,
|
|
8509
8509
|
"isPure": false,
|
|
8510
8510
|
"lValueRequested": false,
|
|
8511
8511
|
"leftHandSide": {
|
|
8512
|
-
"id":
|
|
8512
|
+
"id": 30418,
|
|
8513
8513
|
"name": "superToken",
|
|
8514
8514
|
"nodeType": "Identifier",
|
|
8515
8515
|
"overloadedDeclarations": [],
|
|
8516
|
-
"referencedDeclaration":
|
|
8516
|
+
"referencedDeclaration": 30345,
|
|
8517
8517
|
"src": "3561:10:87",
|
|
8518
8518
|
"typeDescriptions": {
|
|
8519
8519
|
"typeIdentifier": "t_contract$_ISuperToken_$17761",
|
|
@@ -8527,14 +8527,14 @@
|
|
|
8527
8527
|
{
|
|
8528
8528
|
"arguments": [
|
|
8529
8529
|
{
|
|
8530
|
-
"id":
|
|
8530
|
+
"id": 30422,
|
|
8531
8531
|
"name": "proxy",
|
|
8532
8532
|
"nodeType": "Identifier",
|
|
8533
8533
|
"overloadedDeclarations": [],
|
|
8534
|
-
"referencedDeclaration":
|
|
8534
|
+
"referencedDeclaration": 30407,
|
|
8535
8535
|
"src": "3594:5:87",
|
|
8536
8536
|
"typeDescriptions": {
|
|
8537
|
-
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$
|
|
8537
|
+
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$28599",
|
|
8538
8538
|
"typeString": "contract FullUpgradableSuperTokenProxy"
|
|
8539
8539
|
}
|
|
8540
8540
|
}
|
|
@@ -8542,11 +8542,11 @@
|
|
|
8542
8542
|
"expression": {
|
|
8543
8543
|
"argumentTypes": [
|
|
8544
8544
|
{
|
|
8545
|
-
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$
|
|
8545
|
+
"typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$28599",
|
|
8546
8546
|
"typeString": "contract FullUpgradableSuperTokenProxy"
|
|
8547
8547
|
}
|
|
8548
8548
|
],
|
|
8549
|
-
"id":
|
|
8549
|
+
"id": 30421,
|
|
8550
8550
|
"isConstant": false,
|
|
8551
8551
|
"isLValue": false,
|
|
8552
8552
|
"isPure": true,
|
|
@@ -8558,14 +8558,14 @@
|
|
|
8558
8558
|
"typeString": "type(address)"
|
|
8559
8559
|
},
|
|
8560
8560
|
"typeName": {
|
|
8561
|
-
"id":
|
|
8561
|
+
"id": 30420,
|
|
8562
8562
|
"name": "address",
|
|
8563
8563
|
"nodeType": "ElementaryTypeName",
|
|
8564
8564
|
"src": "3586:7:87",
|
|
8565
8565
|
"typeDescriptions": {}
|
|
8566
8566
|
}
|
|
8567
8567
|
},
|
|
8568
|
-
"id":
|
|
8568
|
+
"id": 30423,
|
|
8569
8569
|
"isConstant": false,
|
|
8570
8570
|
"isLValue": false,
|
|
8571
8571
|
"isPure": false,
|
|
@@ -8588,7 +8588,7 @@
|
|
|
8588
8588
|
"typeString": "address"
|
|
8589
8589
|
}
|
|
8590
8590
|
],
|
|
8591
|
-
"id":
|
|
8591
|
+
"id": 30419,
|
|
8592
8592
|
"name": "ISuperToken",
|
|
8593
8593
|
"nodeType": "Identifier",
|
|
8594
8594
|
"overloadedDeclarations": [],
|
|
@@ -8599,7 +8599,7 @@
|
|
|
8599
8599
|
"typeString": "type(contract ISuperToken)"
|
|
8600
8600
|
}
|
|
8601
8601
|
},
|
|
8602
|
-
"id":
|
|
8602
|
+
"id": 30424,
|
|
8603
8603
|
"isConstant": false,
|
|
8604
8604
|
"isLValue": false,
|
|
8605
8605
|
"isPure": false,
|
|
@@ -8620,66 +8620,66 @@
|
|
|
8620
8620
|
"typeString": "contract ISuperToken"
|
|
8621
8621
|
}
|
|
8622
8622
|
},
|
|
8623
|
-
"id":
|
|
8623
|
+
"id": 30426,
|
|
8624
8624
|
"nodeType": "ExpressionStatement",
|
|
8625
8625
|
"src": "3561:40:87"
|
|
8626
8626
|
}
|
|
8627
8627
|
]
|
|
8628
8628
|
},
|
|
8629
|
-
"id":
|
|
8629
|
+
"id": 30428,
|
|
8630
8630
|
"nodeType": "IfStatement",
|
|
8631
8631
|
"src": "3110:502:87",
|
|
8632
8632
|
"trueBody": {
|
|
8633
|
-
"id":
|
|
8633
|
+
"id": 30404,
|
|
8634
8634
|
"nodeType": "Block",
|
|
8635
8635
|
"src": "3162:212:87",
|
|
8636
8636
|
"statements": [
|
|
8637
8637
|
{
|
|
8638
8638
|
"assignments": [
|
|
8639
|
-
|
|
8639
|
+
30380
|
|
8640
8640
|
],
|
|
8641
8641
|
"declarations": [
|
|
8642
8642
|
{
|
|
8643
8643
|
"constant": false,
|
|
8644
|
-
"id":
|
|
8644
|
+
"id": 30380,
|
|
8645
8645
|
"mutability": "mutable",
|
|
8646
8646
|
"name": "proxy",
|
|
8647
8647
|
"nameLocation": "3186:5:87",
|
|
8648
8648
|
"nodeType": "VariableDeclaration",
|
|
8649
|
-
"scope":
|
|
8649
|
+
"scope": 30404,
|
|
8650
8650
|
"src": "3176:15:87",
|
|
8651
8651
|
"stateVariable": false,
|
|
8652
8652
|
"storageLocation": "default",
|
|
8653
8653
|
"typeDescriptions": {
|
|
8654
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
8654
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$34914",
|
|
8655
8655
|
"typeString": "contract UUPSProxy"
|
|
8656
8656
|
},
|
|
8657
8657
|
"typeName": {
|
|
8658
|
-
"id":
|
|
8658
|
+
"id": 30379,
|
|
8659
8659
|
"nodeType": "UserDefinedTypeName",
|
|
8660
8660
|
"pathNode": {
|
|
8661
|
-
"id":
|
|
8661
|
+
"id": 30378,
|
|
8662
8662
|
"name": "UUPSProxy",
|
|
8663
8663
|
"nodeType": "IdentifierPath",
|
|
8664
|
-
"referencedDeclaration":
|
|
8664
|
+
"referencedDeclaration": 34914,
|
|
8665
8665
|
"src": "3176:9:87"
|
|
8666
8666
|
},
|
|
8667
|
-
"referencedDeclaration":
|
|
8667
|
+
"referencedDeclaration": 34914,
|
|
8668
8668
|
"src": "3176:9:87",
|
|
8669
8669
|
"typeDescriptions": {
|
|
8670
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
8670
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$34914",
|
|
8671
8671
|
"typeString": "contract UUPSProxy"
|
|
8672
8672
|
}
|
|
8673
8673
|
},
|
|
8674
8674
|
"visibility": "internal"
|
|
8675
8675
|
}
|
|
8676
8676
|
],
|
|
8677
|
-
"id":
|
|
8677
|
+
"id": 30385,
|
|
8678
8678
|
"initialValue": {
|
|
8679
8679
|
"arguments": [],
|
|
8680
8680
|
"expression": {
|
|
8681
8681
|
"argumentTypes": [],
|
|
8682
|
-
"id":
|
|
8682
|
+
"id": 30383,
|
|
8683
8683
|
"isConstant": false,
|
|
8684
8684
|
"isLValue": false,
|
|
8685
8685
|
"isPure": false,
|
|
@@ -8687,28 +8687,28 @@
|
|
|
8687
8687
|
"nodeType": "NewExpression",
|
|
8688
8688
|
"src": "3194:13:87",
|
|
8689
8689
|
"typeDescriptions": {
|
|
8690
|
-
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UUPSProxy_$
|
|
8690
|
+
"typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UUPSProxy_$34914_$",
|
|
8691
8691
|
"typeString": "function () returns (contract UUPSProxy)"
|
|
8692
8692
|
},
|
|
8693
8693
|
"typeName": {
|
|
8694
|
-
"id":
|
|
8694
|
+
"id": 30382,
|
|
8695
8695
|
"nodeType": "UserDefinedTypeName",
|
|
8696
8696
|
"pathNode": {
|
|
8697
|
-
"id":
|
|
8697
|
+
"id": 30381,
|
|
8698
8698
|
"name": "UUPSProxy",
|
|
8699
8699
|
"nodeType": "IdentifierPath",
|
|
8700
|
-
"referencedDeclaration":
|
|
8700
|
+
"referencedDeclaration": 34914,
|
|
8701
8701
|
"src": "3198:9:87"
|
|
8702
8702
|
},
|
|
8703
|
-
"referencedDeclaration":
|
|
8703
|
+
"referencedDeclaration": 34914,
|
|
8704
8704
|
"src": "3198:9:87",
|
|
8705
8705
|
"typeDescriptions": {
|
|
8706
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
8706
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$34914",
|
|
8707
8707
|
"typeString": "contract UUPSProxy"
|
|
8708
8708
|
}
|
|
8709
8709
|
}
|
|
8710
8710
|
},
|
|
8711
|
-
"id":
|
|
8711
|
+
"id": 30384,
|
|
8712
8712
|
"isConstant": false,
|
|
8713
8713
|
"isLValue": false,
|
|
8714
8714
|
"isPure": false,
|
|
@@ -8719,7 +8719,7 @@
|
|
|
8719
8719
|
"src": "3194:15:87",
|
|
8720
8720
|
"tryCall": false,
|
|
8721
8721
|
"typeDescriptions": {
|
|
8722
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
8722
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$34914",
|
|
8723
8723
|
"typeString": "contract UUPSProxy"
|
|
8724
8724
|
}
|
|
8725
8725
|
},
|
|
@@ -8732,11 +8732,11 @@
|
|
|
8732
8732
|
{
|
|
8733
8733
|
"arguments": [
|
|
8734
8734
|
{
|
|
8735
|
-
"id":
|
|
8735
|
+
"id": 30391,
|
|
8736
8736
|
"name": "_superTokenLogic",
|
|
8737
8737
|
"nodeType": "Identifier",
|
|
8738
8738
|
"overloadedDeclarations": [],
|
|
8739
|
-
"referencedDeclaration":
|
|
8739
|
+
"referencedDeclaration": 30222,
|
|
8740
8740
|
"src": "3291:16:87",
|
|
8741
8741
|
"typeDescriptions": {
|
|
8742
8742
|
"typeIdentifier": "t_contract$_ISuperToken_$17761",
|
|
@@ -8751,7 +8751,7 @@
|
|
|
8751
8751
|
"typeString": "contract ISuperToken"
|
|
8752
8752
|
}
|
|
8753
8753
|
],
|
|
8754
|
-
"id":
|
|
8754
|
+
"id": 30390,
|
|
8755
8755
|
"isConstant": false,
|
|
8756
8756
|
"isLValue": false,
|
|
8757
8757
|
"isPure": true,
|
|
@@ -8763,14 +8763,14 @@
|
|
|
8763
8763
|
"typeString": "type(address)"
|
|
8764
8764
|
},
|
|
8765
8765
|
"typeName": {
|
|
8766
|
-
"id":
|
|
8766
|
+
"id": 30389,
|
|
8767
8767
|
"name": "address",
|
|
8768
8768
|
"nodeType": "ElementaryTypeName",
|
|
8769
8769
|
"src": "3283:7:87",
|
|
8770
8770
|
"typeDescriptions": {}
|
|
8771
8771
|
}
|
|
8772
8772
|
},
|
|
8773
|
-
"id":
|
|
8773
|
+
"id": 30392,
|
|
8774
8774
|
"isConstant": false,
|
|
8775
8775
|
"isLValue": false,
|
|
8776
8776
|
"isPure": false,
|
|
@@ -8794,32 +8794,32 @@
|
|
|
8794
8794
|
}
|
|
8795
8795
|
],
|
|
8796
8796
|
"expression": {
|
|
8797
|
-
"id":
|
|
8797
|
+
"id": 30386,
|
|
8798
8798
|
"name": "proxy",
|
|
8799
8799
|
"nodeType": "Identifier",
|
|
8800
8800
|
"overloadedDeclarations": [],
|
|
8801
|
-
"referencedDeclaration":
|
|
8801
|
+
"referencedDeclaration": 30380,
|
|
8802
8802
|
"src": "3261:5:87",
|
|
8803
8803
|
"typeDescriptions": {
|
|
8804
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
8804
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$34914",
|
|
8805
8805
|
"typeString": "contract UUPSProxy"
|
|
8806
8806
|
}
|
|
8807
8807
|
},
|
|
8808
|
-
"id":
|
|
8808
|
+
"id": 30388,
|
|
8809
8809
|
"isConstant": false,
|
|
8810
8810
|
"isLValue": false,
|
|
8811
8811
|
"isPure": false,
|
|
8812
8812
|
"lValueRequested": false,
|
|
8813
8813
|
"memberName": "initializeProxy",
|
|
8814
8814
|
"nodeType": "MemberAccess",
|
|
8815
|
-
"referencedDeclaration":
|
|
8815
|
+
"referencedDeclaration": 34901,
|
|
8816
8816
|
"src": "3261:21:87",
|
|
8817
8817
|
"typeDescriptions": {
|
|
8818
8818
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$",
|
|
8819
8819
|
"typeString": "function (address) external"
|
|
8820
8820
|
}
|
|
8821
8821
|
},
|
|
8822
|
-
"id":
|
|
8822
|
+
"id": 30393,
|
|
8823
8823
|
"isConstant": false,
|
|
8824
8824
|
"isLValue": false,
|
|
8825
8825
|
"isPure": false,
|
|
@@ -8834,23 +8834,23 @@
|
|
|
8834
8834
|
"typeString": "tuple()"
|
|
8835
8835
|
}
|
|
8836
8836
|
},
|
|
8837
|
-
"id":
|
|
8837
|
+
"id": 30394,
|
|
8838
8838
|
"nodeType": "ExpressionStatement",
|
|
8839
8839
|
"src": "3261:48:87"
|
|
8840
8840
|
},
|
|
8841
8841
|
{
|
|
8842
8842
|
"expression": {
|
|
8843
|
-
"id":
|
|
8843
|
+
"id": 30402,
|
|
8844
8844
|
"isConstant": false,
|
|
8845
8845
|
"isLValue": false,
|
|
8846
8846
|
"isPure": false,
|
|
8847
8847
|
"lValueRequested": false,
|
|
8848
8848
|
"leftHandSide": {
|
|
8849
|
-
"id":
|
|
8849
|
+
"id": 30395,
|
|
8850
8850
|
"name": "superToken",
|
|
8851
8851
|
"nodeType": "Identifier",
|
|
8852
8852
|
"overloadedDeclarations": [],
|
|
8853
|
-
"referencedDeclaration":
|
|
8853
|
+
"referencedDeclaration": 30345,
|
|
8854
8854
|
"src": "3323:10:87",
|
|
8855
8855
|
"typeDescriptions": {
|
|
8856
8856
|
"typeIdentifier": "t_contract$_ISuperToken_$17761",
|
|
@@ -8864,14 +8864,14 @@
|
|
|
8864
8864
|
{
|
|
8865
8865
|
"arguments": [
|
|
8866
8866
|
{
|
|
8867
|
-
"id":
|
|
8867
|
+
"id": 30399,
|
|
8868
8868
|
"name": "proxy",
|
|
8869
8869
|
"nodeType": "Identifier",
|
|
8870
8870
|
"overloadedDeclarations": [],
|
|
8871
|
-
"referencedDeclaration":
|
|
8871
|
+
"referencedDeclaration": 30380,
|
|
8872
8872
|
"src": "3356:5:87",
|
|
8873
8873
|
"typeDescriptions": {
|
|
8874
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
8874
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$34914",
|
|
8875
8875
|
"typeString": "contract UUPSProxy"
|
|
8876
8876
|
}
|
|
8877
8877
|
}
|
|
@@ -8879,11 +8879,11 @@
|
|
|
8879
8879
|
"expression": {
|
|
8880
8880
|
"argumentTypes": [
|
|
8881
8881
|
{
|
|
8882
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
8882
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$34914",
|
|
8883
8883
|
"typeString": "contract UUPSProxy"
|
|
8884
8884
|
}
|
|
8885
8885
|
],
|
|
8886
|
-
"id":
|
|
8886
|
+
"id": 30398,
|
|
8887
8887
|
"isConstant": false,
|
|
8888
8888
|
"isLValue": false,
|
|
8889
8889
|
"isPure": true,
|
|
@@ -8895,14 +8895,14 @@
|
|
|
8895
8895
|
"typeString": "type(address)"
|
|
8896
8896
|
},
|
|
8897
8897
|
"typeName": {
|
|
8898
|
-
"id":
|
|
8898
|
+
"id": 30397,
|
|
8899
8899
|
"name": "address",
|
|
8900
8900
|
"nodeType": "ElementaryTypeName",
|
|
8901
8901
|
"src": "3348:7:87",
|
|
8902
8902
|
"typeDescriptions": {}
|
|
8903
8903
|
}
|
|
8904
8904
|
},
|
|
8905
|
-
"id":
|
|
8905
|
+
"id": 30400,
|
|
8906
8906
|
"isConstant": false,
|
|
8907
8907
|
"isLValue": false,
|
|
8908
8908
|
"isPure": false,
|
|
@@ -8925,7 +8925,7 @@
|
|
|
8925
8925
|
"typeString": "address"
|
|
8926
8926
|
}
|
|
8927
8927
|
],
|
|
8928
|
-
"id":
|
|
8928
|
+
"id": 30396,
|
|
8929
8929
|
"name": "ISuperToken",
|
|
8930
8930
|
"nodeType": "Identifier",
|
|
8931
8931
|
"overloadedDeclarations": [],
|
|
@@ -8936,7 +8936,7 @@
|
|
|
8936
8936
|
"typeString": "type(contract ISuperToken)"
|
|
8937
8937
|
}
|
|
8938
8938
|
},
|
|
8939
|
-
"id":
|
|
8939
|
+
"id": 30401,
|
|
8940
8940
|
"isConstant": false,
|
|
8941
8941
|
"isLValue": false,
|
|
8942
8942
|
"isPure": false,
|
|
@@ -8957,34 +8957,34 @@
|
|
|
8957
8957
|
"typeString": "contract ISuperToken"
|
|
8958
8958
|
}
|
|
8959
8959
|
},
|
|
8960
|
-
"id":
|
|
8960
|
+
"id": 30403,
|
|
8961
8961
|
"nodeType": "ExpressionStatement",
|
|
8962
8962
|
"src": "3323:40:87"
|
|
8963
8963
|
}
|
|
8964
8964
|
]
|
|
8965
8965
|
}
|
|
8966
8966
|
},
|
|
8967
|
-
"id":
|
|
8967
|
+
"id": 30429,
|
|
8968
8968
|
"nodeType": "IfStatement",
|
|
8969
8969
|
"src": "2969:643:87",
|
|
8970
8970
|
"trueBody": {
|
|
8971
|
-
"id":
|
|
8971
|
+
"id": 30373,
|
|
8972
8972
|
"nodeType": "Block",
|
|
8973
8973
|
"src": "3020:84:87",
|
|
8974
8974
|
"statements": [
|
|
8975
8975
|
{
|
|
8976
8976
|
"expression": {
|
|
8977
|
-
"id":
|
|
8977
|
+
"id": 30371,
|
|
8978
8978
|
"isConstant": false,
|
|
8979
8979
|
"isLValue": false,
|
|
8980
8980
|
"isPure": false,
|
|
8981
8981
|
"lValueRequested": false,
|
|
8982
8982
|
"leftHandSide": {
|
|
8983
|
-
"id":
|
|
8983
|
+
"id": 30364,
|
|
8984
8984
|
"name": "superToken",
|
|
8985
8985
|
"nodeType": "Identifier",
|
|
8986
8986
|
"overloadedDeclarations": [],
|
|
8987
|
-
"referencedDeclaration":
|
|
8987
|
+
"referencedDeclaration": 30345,
|
|
8988
8988
|
"src": "3034:10:87",
|
|
8989
8989
|
"typeDescriptions": {
|
|
8990
8990
|
"typeIdentifier": "t_contract$_ISuperToken_$17761",
|
|
@@ -8998,11 +8998,11 @@
|
|
|
8998
8998
|
{
|
|
8999
8999
|
"arguments": [
|
|
9000
9000
|
{
|
|
9001
|
-
"id":
|
|
9001
|
+
"id": 30368,
|
|
9002
9002
|
"name": "_host",
|
|
9003
9003
|
"nodeType": "Identifier",
|
|
9004
9004
|
"overloadedDeclarations": [],
|
|
9005
|
-
"referencedDeclaration":
|
|
9005
|
+
"referencedDeclaration": 30219,
|
|
9006
9006
|
"src": "3086:5:87",
|
|
9007
9007
|
"typeDescriptions": {
|
|
9008
9008
|
"typeIdentifier": "t_contract$_ISuperfluid_$18324",
|
|
@@ -9018,32 +9018,32 @@
|
|
|
9018
9018
|
}
|
|
9019
9019
|
],
|
|
9020
9020
|
"expression": {
|
|
9021
|
-
"id":
|
|
9021
|
+
"id": 30366,
|
|
9022
9022
|
"name": "this",
|
|
9023
9023
|
"nodeType": "Identifier",
|
|
9024
9024
|
"overloadedDeclarations": [],
|
|
9025
9025
|
"referencedDeclaration": 4294967268,
|
|
9026
9026
|
"src": "3059:4:87",
|
|
9027
9027
|
"typeDescriptions": {
|
|
9028
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryBase_$
|
|
9028
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryBase_$30509",
|
|
9029
9029
|
"typeString": "contract SuperTokenFactoryBase"
|
|
9030
9030
|
}
|
|
9031
9031
|
},
|
|
9032
|
-
"id":
|
|
9032
|
+
"id": 30367,
|
|
9033
9033
|
"isConstant": false,
|
|
9034
9034
|
"isLValue": false,
|
|
9035
9035
|
"isPure": false,
|
|
9036
9036
|
"lValueRequested": false,
|
|
9037
9037
|
"memberName": "createSuperTokenLogic",
|
|
9038
9038
|
"nodeType": "MemberAccess",
|
|
9039
|
-
"referencedDeclaration":
|
|
9039
|
+
"referencedDeclaration": 30328,
|
|
9040
9040
|
"src": "3059:26:87",
|
|
9041
9041
|
"typeDescriptions": {
|
|
9042
9042
|
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$18324_$returns$_t_address_$",
|
|
9043
9043
|
"typeString": "function (contract ISuperfluid) external returns (address)"
|
|
9044
9044
|
}
|
|
9045
9045
|
},
|
|
9046
|
-
"id":
|
|
9046
|
+
"id": 30369,
|
|
9047
9047
|
"isConstant": false,
|
|
9048
9048
|
"isLValue": false,
|
|
9049
9049
|
"isPure": false,
|
|
@@ -9066,7 +9066,7 @@
|
|
|
9066
9066
|
"typeString": "address"
|
|
9067
9067
|
}
|
|
9068
9068
|
],
|
|
9069
|
-
"id":
|
|
9069
|
+
"id": 30365,
|
|
9070
9070
|
"name": "ISuperToken",
|
|
9071
9071
|
"nodeType": "Identifier",
|
|
9072
9072
|
"overloadedDeclarations": [],
|
|
@@ -9077,7 +9077,7 @@
|
|
|
9077
9077
|
"typeString": "type(contract ISuperToken)"
|
|
9078
9078
|
}
|
|
9079
9079
|
},
|
|
9080
|
-
"id":
|
|
9080
|
+
"id": 30370,
|
|
9081
9081
|
"isConstant": false,
|
|
9082
9082
|
"isLValue": false,
|
|
9083
9083
|
"isPure": false,
|
|
@@ -9098,7 +9098,7 @@
|
|
|
9098
9098
|
"typeString": "contract ISuperToken"
|
|
9099
9099
|
}
|
|
9100
9100
|
},
|
|
9101
|
-
"id":
|
|
9101
|
+
"id": 30372,
|
|
9102
9102
|
"nodeType": "ExpressionStatement",
|
|
9103
9103
|
"src": "3034:59:87"
|
|
9104
9104
|
}
|
|
@@ -9109,11 +9109,11 @@
|
|
|
9109
9109
|
"expression": {
|
|
9110
9110
|
"arguments": [
|
|
9111
9111
|
{
|
|
9112
|
-
"id":
|
|
9112
|
+
"id": 30433,
|
|
9113
9113
|
"name": "underlyingToken",
|
|
9114
9114
|
"nodeType": "Identifier",
|
|
9115
9115
|
"overloadedDeclarations": [],
|
|
9116
|
-
"referencedDeclaration":
|
|
9116
|
+
"referencedDeclaration": 30331,
|
|
9117
9117
|
"src": "3689:15:87",
|
|
9118
9118
|
"typeDescriptions": {
|
|
9119
9119
|
"typeIdentifier": "t_contract$_IERC20_$1520",
|
|
@@ -9121,11 +9121,11 @@
|
|
|
9121
9121
|
}
|
|
9122
9122
|
},
|
|
9123
9123
|
{
|
|
9124
|
-
"id":
|
|
9124
|
+
"id": 30434,
|
|
9125
9125
|
"name": "underlyingDecimals",
|
|
9126
9126
|
"nodeType": "Identifier",
|
|
9127
9127
|
"overloadedDeclarations": [],
|
|
9128
|
-
"referencedDeclaration":
|
|
9128
|
+
"referencedDeclaration": 30333,
|
|
9129
9129
|
"src": "3718:18:87",
|
|
9130
9130
|
"typeDescriptions": {
|
|
9131
9131
|
"typeIdentifier": "t_uint8",
|
|
@@ -9133,11 +9133,11 @@
|
|
|
9133
9133
|
}
|
|
9134
9134
|
},
|
|
9135
9135
|
{
|
|
9136
|
-
"id":
|
|
9136
|
+
"id": 30435,
|
|
9137
9137
|
"name": "name",
|
|
9138
9138
|
"nodeType": "Identifier",
|
|
9139
9139
|
"overloadedDeclarations": [],
|
|
9140
|
-
"referencedDeclaration":
|
|
9140
|
+
"referencedDeclaration": 30338,
|
|
9141
9141
|
"src": "3750:4:87",
|
|
9142
9142
|
"typeDescriptions": {
|
|
9143
9143
|
"typeIdentifier": "t_string_calldata_ptr",
|
|
@@ -9145,11 +9145,11 @@
|
|
|
9145
9145
|
}
|
|
9146
9146
|
},
|
|
9147
9147
|
{
|
|
9148
|
-
"id":
|
|
9148
|
+
"id": 30436,
|
|
9149
9149
|
"name": "symbol",
|
|
9150
9150
|
"nodeType": "Identifier",
|
|
9151
9151
|
"overloadedDeclarations": [],
|
|
9152
|
-
"referencedDeclaration":
|
|
9152
|
+
"referencedDeclaration": 30340,
|
|
9153
9153
|
"src": "3768:6:87",
|
|
9154
9154
|
"typeDescriptions": {
|
|
9155
9155
|
"typeIdentifier": "t_string_calldata_ptr",
|
|
@@ -9177,18 +9177,18 @@
|
|
|
9177
9177
|
}
|
|
9178
9178
|
],
|
|
9179
9179
|
"expression": {
|
|
9180
|
-
"id":
|
|
9180
|
+
"id": 30430,
|
|
9181
9181
|
"name": "superToken",
|
|
9182
9182
|
"nodeType": "Identifier",
|
|
9183
9183
|
"overloadedDeclarations": [],
|
|
9184
|
-
"referencedDeclaration":
|
|
9184
|
+
"referencedDeclaration": 30345,
|
|
9185
9185
|
"src": "3654:10:87",
|
|
9186
9186
|
"typeDescriptions": {
|
|
9187
9187
|
"typeIdentifier": "t_contract$_ISuperToken_$17761",
|
|
9188
9188
|
"typeString": "contract ISuperToken"
|
|
9189
9189
|
}
|
|
9190
9190
|
},
|
|
9191
|
-
"id":
|
|
9191
|
+
"id": 30432,
|
|
9192
9192
|
"isConstant": false,
|
|
9193
9193
|
"isLValue": false,
|
|
9194
9194
|
"isPure": false,
|
|
@@ -9202,7 +9202,7 @@
|
|
|
9202
9202
|
"typeString": "function (contract IERC20,uint8,string memory,string memory) external"
|
|
9203
9203
|
}
|
|
9204
9204
|
},
|
|
9205
|
-
"id":
|
|
9205
|
+
"id": 30437,
|
|
9206
9206
|
"isConstant": false,
|
|
9207
9207
|
"isLValue": false,
|
|
9208
9208
|
"isPure": false,
|
|
@@ -9217,7 +9217,7 @@
|
|
|
9217
9217
|
"typeString": "tuple()"
|
|
9218
9218
|
}
|
|
9219
9219
|
},
|
|
9220
|
-
"id":
|
|
9220
|
+
"id": 30438,
|
|
9221
9221
|
"nodeType": "ExpressionStatement",
|
|
9222
9222
|
"src": "3654:130:87"
|
|
9223
9223
|
},
|
|
@@ -9225,11 +9225,11 @@
|
|
|
9225
9225
|
"eventCall": {
|
|
9226
9226
|
"arguments": [
|
|
9227
9227
|
{
|
|
9228
|
-
"id":
|
|
9228
|
+
"id": 30440,
|
|
9229
9229
|
"name": "superToken",
|
|
9230
9230
|
"nodeType": "Identifier",
|
|
9231
9231
|
"overloadedDeclarations": [],
|
|
9232
|
-
"referencedDeclaration":
|
|
9232
|
+
"referencedDeclaration": 30345,
|
|
9233
9233
|
"src": "3818:10:87",
|
|
9234
9234
|
"typeDescriptions": {
|
|
9235
9235
|
"typeIdentifier": "t_contract$_ISuperToken_$17761",
|
|
@@ -9244,7 +9244,7 @@
|
|
|
9244
9244
|
"typeString": "contract ISuperToken"
|
|
9245
9245
|
}
|
|
9246
9246
|
],
|
|
9247
|
-
"id":
|
|
9247
|
+
"id": 30439,
|
|
9248
9248
|
"name": "SuperTokenCreated",
|
|
9249
9249
|
"nodeType": "Identifier",
|
|
9250
9250
|
"overloadedDeclarations": [],
|
|
@@ -9255,7 +9255,7 @@
|
|
|
9255
9255
|
"typeString": "function (contract ISuperToken)"
|
|
9256
9256
|
}
|
|
9257
9257
|
},
|
|
9258
|
-
"id":
|
|
9258
|
+
"id": 30441,
|
|
9259
9259
|
"isConstant": false,
|
|
9260
9260
|
"isLValue": false,
|
|
9261
9261
|
"isPure": false,
|
|
@@ -9270,14 +9270,14 @@
|
|
|
9270
9270
|
"typeString": "tuple()"
|
|
9271
9271
|
}
|
|
9272
9272
|
},
|
|
9273
|
-
"id":
|
|
9273
|
+
"id": 30442,
|
|
9274
9274
|
"nodeType": "EmitStatement",
|
|
9275
9275
|
"src": "3795:34:87"
|
|
9276
9276
|
}
|
|
9277
9277
|
]
|
|
9278
9278
|
},
|
|
9279
9279
|
"functionSelector": "a6d0c534",
|
|
9280
|
-
"id":
|
|
9280
|
+
"id": 30444,
|
|
9281
9281
|
"implemented": true,
|
|
9282
9282
|
"kind": "function",
|
|
9283
9283
|
"modifiers": [],
|
|
@@ -9285,23 +9285,23 @@
|
|
|
9285
9285
|
"nameLocation": "2607:18:87",
|
|
9286
9286
|
"nodeType": "FunctionDefinition",
|
|
9287
9287
|
"overrides": {
|
|
9288
|
-
"id":
|
|
9288
|
+
"id": 30342,
|
|
9289
9289
|
"nodeType": "OverrideSpecifier",
|
|
9290
9290
|
"overrides": [],
|
|
9291
9291
|
"src": "2812:8:87"
|
|
9292
9292
|
},
|
|
9293
9293
|
"parameters": {
|
|
9294
|
-
"id":
|
|
9294
|
+
"id": 30341,
|
|
9295
9295
|
"nodeType": "ParameterList",
|
|
9296
9296
|
"parameters": [
|
|
9297
9297
|
{
|
|
9298
9298
|
"constant": false,
|
|
9299
|
-
"id":
|
|
9299
|
+
"id": 30331,
|
|
9300
9300
|
"mutability": "mutable",
|
|
9301
9301
|
"name": "underlyingToken",
|
|
9302
9302
|
"nameLocation": "2642:15:87",
|
|
9303
9303
|
"nodeType": "VariableDeclaration",
|
|
9304
|
-
"scope":
|
|
9304
|
+
"scope": 30444,
|
|
9305
9305
|
"src": "2635:22:87",
|
|
9306
9306
|
"stateVariable": false,
|
|
9307
9307
|
"storageLocation": "default",
|
|
@@ -9310,10 +9310,10 @@
|
|
|
9310
9310
|
"typeString": "contract IERC20"
|
|
9311
9311
|
},
|
|
9312
9312
|
"typeName": {
|
|
9313
|
-
"id":
|
|
9313
|
+
"id": 30330,
|
|
9314
9314
|
"nodeType": "UserDefinedTypeName",
|
|
9315
9315
|
"pathNode": {
|
|
9316
|
-
"id":
|
|
9316
|
+
"id": 30329,
|
|
9317
9317
|
"name": "IERC20",
|
|
9318
9318
|
"nodeType": "IdentifierPath",
|
|
9319
9319
|
"referencedDeclaration": 1520,
|
|
@@ -9330,12 +9330,12 @@
|
|
|
9330
9330
|
},
|
|
9331
9331
|
{
|
|
9332
9332
|
"constant": false,
|
|
9333
|
-
"id":
|
|
9333
|
+
"id": 30333,
|
|
9334
9334
|
"mutability": "mutable",
|
|
9335
9335
|
"name": "underlyingDecimals",
|
|
9336
9336
|
"nameLocation": "2673:18:87",
|
|
9337
9337
|
"nodeType": "VariableDeclaration",
|
|
9338
|
-
"scope":
|
|
9338
|
+
"scope": 30444,
|
|
9339
9339
|
"src": "2667:24:87",
|
|
9340
9340
|
"stateVariable": false,
|
|
9341
9341
|
"storageLocation": "default",
|
|
@@ -9344,7 +9344,7 @@
|
|
|
9344
9344
|
"typeString": "uint8"
|
|
9345
9345
|
},
|
|
9346
9346
|
"typeName": {
|
|
9347
|
-
"id":
|
|
9347
|
+
"id": 30332,
|
|
9348
9348
|
"name": "uint8",
|
|
9349
9349
|
"nodeType": "ElementaryTypeName",
|
|
9350
9350
|
"src": "2667:5:87",
|
|
@@ -9357,12 +9357,12 @@
|
|
|
9357
9357
|
},
|
|
9358
9358
|
{
|
|
9359
9359
|
"constant": false,
|
|
9360
|
-
"id":
|
|
9360
|
+
"id": 30336,
|
|
9361
9361
|
"mutability": "mutable",
|
|
9362
9362
|
"name": "upgradability",
|
|
9363
9363
|
"nameLocation": "2715:13:87",
|
|
9364
9364
|
"nodeType": "VariableDeclaration",
|
|
9365
|
-
"scope":
|
|
9365
|
+
"scope": 30444,
|
|
9366
9366
|
"src": "2701:27:87",
|
|
9367
9367
|
"stateVariable": false,
|
|
9368
9368
|
"storageLocation": "default",
|
|
@@ -9371,10 +9371,10 @@
|
|
|
9371
9371
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
9372
9372
|
},
|
|
9373
9373
|
"typeName": {
|
|
9374
|
-
"id":
|
|
9374
|
+
"id": 30335,
|
|
9375
9375
|
"nodeType": "UserDefinedTypeName",
|
|
9376
9376
|
"pathNode": {
|
|
9377
|
-
"id":
|
|
9377
|
+
"id": 30334,
|
|
9378
9378
|
"name": "Upgradability",
|
|
9379
9379
|
"nodeType": "IdentifierPath",
|
|
9380
9380
|
"referencedDeclaration": 17790,
|
|
@@ -9391,12 +9391,12 @@
|
|
|
9391
9391
|
},
|
|
9392
9392
|
{
|
|
9393
9393
|
"constant": false,
|
|
9394
|
-
"id":
|
|
9394
|
+
"id": 30338,
|
|
9395
9395
|
"mutability": "mutable",
|
|
9396
9396
|
"name": "name",
|
|
9397
9397
|
"nameLocation": "2754:4:87",
|
|
9398
9398
|
"nodeType": "VariableDeclaration",
|
|
9399
|
-
"scope":
|
|
9399
|
+
"scope": 30444,
|
|
9400
9400
|
"src": "2738:20:87",
|
|
9401
9401
|
"stateVariable": false,
|
|
9402
9402
|
"storageLocation": "calldata",
|
|
@@ -9405,7 +9405,7 @@
|
|
|
9405
9405
|
"typeString": "string"
|
|
9406
9406
|
},
|
|
9407
9407
|
"typeName": {
|
|
9408
|
-
"id":
|
|
9408
|
+
"id": 30337,
|
|
9409
9409
|
"name": "string",
|
|
9410
9410
|
"nodeType": "ElementaryTypeName",
|
|
9411
9411
|
"src": "2738:6:87",
|
|
@@ -9418,12 +9418,12 @@
|
|
|
9418
9418
|
},
|
|
9419
9419
|
{
|
|
9420
9420
|
"constant": false,
|
|
9421
|
-
"id":
|
|
9421
|
+
"id": 30340,
|
|
9422
9422
|
"mutability": "mutable",
|
|
9423
9423
|
"name": "symbol",
|
|
9424
9424
|
"nameLocation": "2784:6:87",
|
|
9425
9425
|
"nodeType": "VariableDeclaration",
|
|
9426
|
-
"scope":
|
|
9426
|
+
"scope": 30444,
|
|
9427
9427
|
"src": "2768:22:87",
|
|
9428
9428
|
"stateVariable": false,
|
|
9429
9429
|
"storageLocation": "calldata",
|
|
@@ -9432,7 +9432,7 @@
|
|
|
9432
9432
|
"typeString": "string"
|
|
9433
9433
|
},
|
|
9434
9434
|
"typeName": {
|
|
9435
|
-
"id":
|
|
9435
|
+
"id": 30339,
|
|
9436
9436
|
"name": "string",
|
|
9437
9437
|
"nodeType": "ElementaryTypeName",
|
|
9438
9438
|
"src": "2768:6:87",
|
|
@@ -9447,17 +9447,17 @@
|
|
|
9447
9447
|
"src": "2625:171:87"
|
|
9448
9448
|
},
|
|
9449
9449
|
"returnParameters": {
|
|
9450
|
-
"id":
|
|
9450
|
+
"id": 30346,
|
|
9451
9451
|
"nodeType": "ParameterList",
|
|
9452
9452
|
"parameters": [
|
|
9453
9453
|
{
|
|
9454
9454
|
"constant": false,
|
|
9455
|
-
"id":
|
|
9455
|
+
"id": 30345,
|
|
9456
9456
|
"mutability": "mutable",
|
|
9457
9457
|
"name": "superToken",
|
|
9458
9458
|
"nameLocation": "2850:10:87",
|
|
9459
9459
|
"nodeType": "VariableDeclaration",
|
|
9460
|
-
"scope":
|
|
9460
|
+
"scope": 30444,
|
|
9461
9461
|
"src": "2838:22:87",
|
|
9462
9462
|
"stateVariable": false,
|
|
9463
9463
|
"storageLocation": "default",
|
|
@@ -9466,10 +9466,10 @@
|
|
|
9466
9466
|
"typeString": "contract ISuperToken"
|
|
9467
9467
|
},
|
|
9468
9468
|
"typeName": {
|
|
9469
|
-
"id":
|
|
9469
|
+
"id": 30344,
|
|
9470
9470
|
"nodeType": "UserDefinedTypeName",
|
|
9471
9471
|
"pathNode": {
|
|
9472
|
-
"id":
|
|
9472
|
+
"id": 30343,
|
|
9473
9473
|
"name": "ISuperToken",
|
|
9474
9474
|
"nodeType": "IdentifierPath",
|
|
9475
9475
|
"referencedDeclaration": 17761,
|
|
@@ -9487,7 +9487,7 @@
|
|
|
9487
9487
|
],
|
|
9488
9488
|
"src": "2837:24:87"
|
|
9489
9489
|
},
|
|
9490
|
-
"scope":
|
|
9490
|
+
"scope": 30509,
|
|
9491
9491
|
"src": "2598:1238:87",
|
|
9492
9492
|
"stateMutability": "nonpayable",
|
|
9493
9493
|
"virtual": false,
|
|
@@ -9498,7 +9498,7 @@
|
|
|
9498
9498
|
17826
|
|
9499
9499
|
],
|
|
9500
9500
|
"body": {
|
|
9501
|
-
"id":
|
|
9501
|
+
"id": 30471,
|
|
9502
9502
|
"nodeType": "Block",
|
|
9503
9503
|
"src": "4090:186:87",
|
|
9504
9504
|
"statements": [
|
|
@@ -9506,11 +9506,11 @@
|
|
|
9506
9506
|
"expression": {
|
|
9507
9507
|
"arguments": [
|
|
9508
9508
|
{
|
|
9509
|
-
"id":
|
|
9509
|
+
"id": 30462,
|
|
9510
9510
|
"name": "underlyingToken",
|
|
9511
9511
|
"nodeType": "Identifier",
|
|
9512
9512
|
"overloadedDeclarations": [],
|
|
9513
|
-
"referencedDeclaration":
|
|
9513
|
+
"referencedDeclaration": 30447,
|
|
9514
9514
|
"src": "4139:15:87",
|
|
9515
9515
|
"typeDescriptions": {
|
|
9516
9516
|
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$18733",
|
|
@@ -9522,18 +9522,18 @@
|
|
|
9522
9522
|
"expression": {
|
|
9523
9523
|
"argumentTypes": [],
|
|
9524
9524
|
"expression": {
|
|
9525
|
-
"id":
|
|
9525
|
+
"id": 30463,
|
|
9526
9526
|
"name": "underlyingToken",
|
|
9527
9527
|
"nodeType": "Identifier",
|
|
9528
9528
|
"overloadedDeclarations": [],
|
|
9529
|
-
"referencedDeclaration":
|
|
9529
|
+
"referencedDeclaration": 30447,
|
|
9530
9530
|
"src": "4168:15:87",
|
|
9531
9531
|
"typeDescriptions": {
|
|
9532
9532
|
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$18733",
|
|
9533
9533
|
"typeString": "contract ERC20WithTokenInfo"
|
|
9534
9534
|
}
|
|
9535
9535
|
},
|
|
9536
|
-
"id":
|
|
9536
|
+
"id": 30464,
|
|
9537
9537
|
"isConstant": false,
|
|
9538
9538
|
"isLValue": false,
|
|
9539
9539
|
"isPure": false,
|
|
@@ -9547,7 +9547,7 @@
|
|
|
9547
9547
|
"typeString": "function () view external returns (uint8)"
|
|
9548
9548
|
}
|
|
9549
9549
|
},
|
|
9550
|
-
"id":
|
|
9550
|
+
"id": 30465,
|
|
9551
9551
|
"isConstant": false,
|
|
9552
9552
|
"isLValue": false,
|
|
9553
9553
|
"isPure": false,
|
|
@@ -9563,11 +9563,11 @@
|
|
|
9563
9563
|
}
|
|
9564
9564
|
},
|
|
9565
9565
|
{
|
|
9566
|
-
"id":
|
|
9566
|
+
"id": 30466,
|
|
9567
9567
|
"name": "upgradability",
|
|
9568
9568
|
"nodeType": "Identifier",
|
|
9569
9569
|
"overloadedDeclarations": [],
|
|
9570
|
-
"referencedDeclaration":
|
|
9570
|
+
"referencedDeclaration": 30450,
|
|
9571
9571
|
"src": "4208:13:87",
|
|
9572
9572
|
"typeDescriptions": {
|
|
9573
9573
|
"typeIdentifier": "t_enum$_Upgradability_$17790",
|
|
@@ -9575,11 +9575,11 @@
|
|
|
9575
9575
|
}
|
|
9576
9576
|
},
|
|
9577
9577
|
{
|
|
9578
|
-
"id":
|
|
9578
|
+
"id": 30467,
|
|
9579
9579
|
"name": "name",
|
|
9580
9580
|
"nodeType": "Identifier",
|
|
9581
9581
|
"overloadedDeclarations": [],
|
|
9582
|
-
"referencedDeclaration":
|
|
9582
|
+
"referencedDeclaration": 30452,
|
|
9583
9583
|
"src": "4235:4:87",
|
|
9584
9584
|
"typeDescriptions": {
|
|
9585
9585
|
"typeIdentifier": "t_string_calldata_ptr",
|
|
@@ -9587,11 +9587,11 @@
|
|
|
9587
9587
|
}
|
|
9588
9588
|
},
|
|
9589
9589
|
{
|
|
9590
|
-
"id":
|
|
9590
|
+
"id": 30468,
|
|
9591
9591
|
"name": "symbol",
|
|
9592
9592
|
"nodeType": "Identifier",
|
|
9593
9593
|
"overloadedDeclarations": [],
|
|
9594
|
-
"referencedDeclaration":
|
|
9594
|
+
"referencedDeclaration": 30454,
|
|
9595
9595
|
"src": "4253:6:87",
|
|
9596
9596
|
"typeDescriptions": {
|
|
9597
9597
|
"typeIdentifier": "t_string_calldata_ptr",
|
|
@@ -9622,18 +9622,18 @@
|
|
|
9622
9622
|
"typeString": "string calldata"
|
|
9623
9623
|
}
|
|
9624
9624
|
],
|
|
9625
|
-
"id":
|
|
9625
|
+
"id": 30461,
|
|
9626
9626
|
"name": "createERC20Wrapper",
|
|
9627
9627
|
"nodeType": "Identifier",
|
|
9628
9628
|
"overloadedDeclarations": [],
|
|
9629
|
-
"referencedDeclaration":
|
|
9629
|
+
"referencedDeclaration": 30444,
|
|
9630
9630
|
"src": "4107:18:87",
|
|
9631
9631
|
"typeDescriptions": {
|
|
9632
9632
|
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IERC20_$1520_$_t_uint8_$_t_enum$_Upgradability_$17790_$_t_string_calldata_ptr_$_t_string_calldata_ptr_$returns$_t_contract$_ISuperToken_$17761_$",
|
|
9633
9633
|
"typeString": "function (contract IERC20,uint8,enum ISuperTokenFactory.Upgradability,string calldata,string calldata) returns (contract ISuperToken)"
|
|
9634
9634
|
}
|
|
9635
9635
|
},
|
|
9636
|
-
"id":
|
|
9636
|
+
"id": 30469,
|
|
9637
9637
|
"isConstant": false,
|
|
9638
9638
|
"isLValue": false,
|
|
9639
9639
|
"isPure": false,
|
|
@@ -9648,15 +9648,15 @@
|
|
|
9648
9648
|
"typeString": "contract ISuperToken"
|
|
9649
9649
|
}
|
|
9650
9650
|
},
|
|
9651
|
-
"functionReturnParameters":
|
|
9652
|
-
"id":
|
|
9651
|
+
"functionReturnParameters": 30460,
|
|
9652
|
+
"id": 30470,
|
|
9653
9653
|
"nodeType": "Return",
|
|
9654
9654
|
"src": "4100:169:87"
|
|
9655
9655
|
}
|
|
9656
9656
|
]
|
|
9657
9657
|
},
|
|
9658
9658
|
"functionSelector": "431f1481",
|
|
9659
|
-
"id":
|
|
9659
|
+
"id": 30472,
|
|
9660
9660
|
"implemented": true,
|
|
9661
9661
|
"kind": "function",
|
|
9662
9662
|
"modifiers": [],
|
|
@@ -9664,23 +9664,23 @@
|
|
|
9664
9664
|
"nameLocation": "3851:18:87",
|
|
9665
9665
|
"nodeType": "FunctionDefinition",
|
|
9666
9666
|
"overrides": {
|
|
9667
|
-
"id":
|
|
9667
|
+
"id": 30456,
|
|
9668
9668
|
"nodeType": "OverrideSpecifier",
|
|
9669
9669
|
"overrides": [],
|
|
9670
9670
|
"src": "4036:8:87"
|
|
9671
9671
|
},
|
|
9672
9672
|
"parameters": {
|
|
9673
|
-
"id":
|
|
9673
|
+
"id": 30455,
|
|
9674
9674
|
"nodeType": "ParameterList",
|
|
9675
9675
|
"parameters": [
|
|
9676
9676
|
{
|
|
9677
9677
|
"constant": false,
|
|
9678
|
-
"id":
|
|
9678
|
+
"id": 30447,
|
|
9679
9679
|
"mutability": "mutable",
|
|
9680
9680
|
"name": "underlyingToken",
|
|
9681
9681
|
"nameLocation": "3898:15:87",
|
|
9682
9682
|
"nodeType": "VariableDeclaration",
|
|
9683
|
-
"scope":
|
|
9683
|
+
"scope": 30472,
|
|
9684
9684
|
"src": "3879:34:87",
|
|
9685
9685
|
"stateVariable": false,
|
|
9686
9686
|
"storageLocation": "default",
|
|
@@ -9689,10 +9689,10 @@
|
|
|
9689
9689
|
"typeString": "contract ERC20WithTokenInfo"
|
|
9690
9690
|
},
|
|
9691
9691
|
"typeName": {
|
|
9692
|
-
"id":
|
|
9692
|
+
"id": 30446,
|
|
9693
9693
|
"nodeType": "UserDefinedTypeName",
|
|
9694
9694
|
"pathNode": {
|
|
9695
|
-
"id":
|
|
9695
|
+
"id": 30445,
|
|
9696
9696
|
"name": "ERC20WithTokenInfo",
|
|
9697
9697
|
"nodeType": "IdentifierPath",
|
|
9698
9698
|
"referencedDeclaration": 18733,
|
|
@@ -9709,12 +9709,12 @@
|
|
|
9709
9709
|
},
|
|
9710
9710
|
{
|
|
9711
9711
|
"constant": false,
|
|
9712
|
-
"id":
|
|
9712
|
+
"id": 30450,
|
|
9713
9713
|
"mutability": "mutable",
|
|
9714
9714
|
"name": "upgradability",
|
|
9715
9715
|
"nameLocation": "3937:13:87",
|
|
9716
9716
|
"nodeType": "VariableDeclaration",
|
|
9717
|
-
"scope":
|
|
9717
|
+
"scope": 30472,
|
|
9718
9718
|
"src": "3923:27:87",
|
|
9719
9719
|
"stateVariable": false,
|
|
9720
9720
|
"storageLocation": "default",
|
|
@@ -9723,10 +9723,10 @@
|
|
|
9723
9723
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
9724
9724
|
},
|
|
9725
9725
|
"typeName": {
|
|
9726
|
-
"id":
|
|
9726
|
+
"id": 30449,
|
|
9727
9727
|
"nodeType": "UserDefinedTypeName",
|
|
9728
9728
|
"pathNode": {
|
|
9729
|
-
"id":
|
|
9729
|
+
"id": 30448,
|
|
9730
9730
|
"name": "Upgradability",
|
|
9731
9731
|
"nodeType": "IdentifierPath",
|
|
9732
9732
|
"referencedDeclaration": 17790,
|
|
@@ -9743,12 +9743,12 @@
|
|
|
9743
9743
|
},
|
|
9744
9744
|
{
|
|
9745
9745
|
"constant": false,
|
|
9746
|
-
"id":
|
|
9746
|
+
"id": 30452,
|
|
9747
9747
|
"mutability": "mutable",
|
|
9748
9748
|
"name": "name",
|
|
9749
9749
|
"nameLocation": "3976:4:87",
|
|
9750
9750
|
"nodeType": "VariableDeclaration",
|
|
9751
|
-
"scope":
|
|
9751
|
+
"scope": 30472,
|
|
9752
9752
|
"src": "3960:20:87",
|
|
9753
9753
|
"stateVariable": false,
|
|
9754
9754
|
"storageLocation": "calldata",
|
|
@@ -9757,7 +9757,7 @@
|
|
|
9757
9757
|
"typeString": "string"
|
|
9758
9758
|
},
|
|
9759
9759
|
"typeName": {
|
|
9760
|
-
"id":
|
|
9760
|
+
"id": 30451,
|
|
9761
9761
|
"name": "string",
|
|
9762
9762
|
"nodeType": "ElementaryTypeName",
|
|
9763
9763
|
"src": "3960:6:87",
|
|
@@ -9770,12 +9770,12 @@
|
|
|
9770
9770
|
},
|
|
9771
9771
|
{
|
|
9772
9772
|
"constant": false,
|
|
9773
|
-
"id":
|
|
9773
|
+
"id": 30454,
|
|
9774
9774
|
"mutability": "mutable",
|
|
9775
9775
|
"name": "symbol",
|
|
9776
9776
|
"nameLocation": "4006:6:87",
|
|
9777
9777
|
"nodeType": "VariableDeclaration",
|
|
9778
|
-
"scope":
|
|
9778
|
+
"scope": 30472,
|
|
9779
9779
|
"src": "3990:22:87",
|
|
9780
9780
|
"stateVariable": false,
|
|
9781
9781
|
"storageLocation": "calldata",
|
|
@@ -9784,7 +9784,7 @@
|
|
|
9784
9784
|
"typeString": "string"
|
|
9785
9785
|
},
|
|
9786
9786
|
"typeName": {
|
|
9787
|
-
"id":
|
|
9787
|
+
"id": 30453,
|
|
9788
9788
|
"name": "string",
|
|
9789
9789
|
"nodeType": "ElementaryTypeName",
|
|
9790
9790
|
"src": "3990:6:87",
|
|
@@ -9799,17 +9799,17 @@
|
|
|
9799
9799
|
"src": "3869:149:87"
|
|
9800
9800
|
},
|
|
9801
9801
|
"returnParameters": {
|
|
9802
|
-
"id":
|
|
9802
|
+
"id": 30460,
|
|
9803
9803
|
"nodeType": "ParameterList",
|
|
9804
9804
|
"parameters": [
|
|
9805
9805
|
{
|
|
9806
9806
|
"constant": false,
|
|
9807
|
-
"id":
|
|
9807
|
+
"id": 30459,
|
|
9808
9808
|
"mutability": "mutable",
|
|
9809
9809
|
"name": "superToken",
|
|
9810
9810
|
"nameLocation": "4074:10:87",
|
|
9811
9811
|
"nodeType": "VariableDeclaration",
|
|
9812
|
-
"scope":
|
|
9812
|
+
"scope": 30472,
|
|
9813
9813
|
"src": "4062:22:87",
|
|
9814
9814
|
"stateVariable": false,
|
|
9815
9815
|
"storageLocation": "default",
|
|
@@ -9818,10 +9818,10 @@
|
|
|
9818
9818
|
"typeString": "contract ISuperToken"
|
|
9819
9819
|
},
|
|
9820
9820
|
"typeName": {
|
|
9821
|
-
"id":
|
|
9821
|
+
"id": 30458,
|
|
9822
9822
|
"nodeType": "UserDefinedTypeName",
|
|
9823
9823
|
"pathNode": {
|
|
9824
|
-
"id":
|
|
9824
|
+
"id": 30457,
|
|
9825
9825
|
"name": "ISuperToken",
|
|
9826
9826
|
"nodeType": "IdentifierPath",
|
|
9827
9827
|
"referencedDeclaration": 17761,
|
|
@@ -9839,7 +9839,7 @@
|
|
|
9839
9839
|
],
|
|
9840
9840
|
"src": "4061:24:87"
|
|
9841
9841
|
},
|
|
9842
|
-
"scope":
|
|
9842
|
+
"scope": 30509,
|
|
9843
9843
|
"src": "3842:434:87",
|
|
9844
9844
|
"stateMutability": "nonpayable",
|
|
9845
9845
|
"virtual": false,
|
|
@@ -9850,23 +9850,23 @@
|
|
|
9850
9850
|
17831
|
|
9851
9851
|
],
|
|
9852
9852
|
"body": {
|
|
9853
|
-
"id":
|
|
9853
|
+
"id": 30507,
|
|
9854
9854
|
"nodeType": "Block",
|
|
9855
9855
|
"src": "4393:341:87",
|
|
9856
9856
|
"statements": [
|
|
9857
9857
|
{
|
|
9858
9858
|
"assignments": [
|
|
9859
|
-
|
|
9859
|
+
30479
|
|
9860
9860
|
],
|
|
9861
9861
|
"declarations": [
|
|
9862
9862
|
{
|
|
9863
9863
|
"constant": false,
|
|
9864
|
-
"id":
|
|
9864
|
+
"id": 30479,
|
|
9865
9865
|
"mutability": "mutable",
|
|
9866
9866
|
"name": "a",
|
|
9867
9867
|
"nameLocation": "4535:1:87",
|
|
9868
9868
|
"nodeType": "VariableDeclaration",
|
|
9869
|
-
"scope":
|
|
9869
|
+
"scope": 30507,
|
|
9870
9870
|
"src": "4519:17:87",
|
|
9871
9871
|
"stateVariable": false,
|
|
9872
9872
|
"storageLocation": "default",
|
|
@@ -9875,7 +9875,7 @@
|
|
|
9875
9875
|
"typeString": "address payable"
|
|
9876
9876
|
},
|
|
9877
9877
|
"typeName": {
|
|
9878
|
-
"id":
|
|
9878
|
+
"id": 30478,
|
|
9879
9879
|
"name": "address",
|
|
9880
9880
|
"nodeType": "ElementaryTypeName",
|
|
9881
9881
|
"src": "4519:15:87",
|
|
@@ -9888,7 +9888,7 @@
|
|
|
9888
9888
|
"visibility": "internal"
|
|
9889
9889
|
}
|
|
9890
9890
|
],
|
|
9891
|
-
"id":
|
|
9891
|
+
"id": 30490,
|
|
9892
9892
|
"initialValue": {
|
|
9893
9893
|
"arguments": [
|
|
9894
9894
|
{
|
|
@@ -9896,11 +9896,11 @@
|
|
|
9896
9896
|
{
|
|
9897
9897
|
"arguments": [
|
|
9898
9898
|
{
|
|
9899
|
-
"id":
|
|
9899
|
+
"id": 30486,
|
|
9900
9900
|
"name": "customSuperTokenProxy",
|
|
9901
9901
|
"nodeType": "Identifier",
|
|
9902
9902
|
"overloadedDeclarations": [],
|
|
9903
|
-
"referencedDeclaration":
|
|
9903
|
+
"referencedDeclaration": 30474,
|
|
9904
9904
|
"src": "4563:21:87",
|
|
9905
9905
|
"typeDescriptions": {
|
|
9906
9906
|
"typeIdentifier": "t_address",
|
|
@@ -9915,7 +9915,7 @@
|
|
|
9915
9915
|
"typeString": "address"
|
|
9916
9916
|
}
|
|
9917
9917
|
],
|
|
9918
|
-
"id":
|
|
9918
|
+
"id": 30485,
|
|
9919
9919
|
"isConstant": false,
|
|
9920
9920
|
"isLValue": false,
|
|
9921
9921
|
"isPure": true,
|
|
@@ -9927,14 +9927,14 @@
|
|
|
9927
9927
|
"typeString": "type(uint160)"
|
|
9928
9928
|
},
|
|
9929
9929
|
"typeName": {
|
|
9930
|
-
"id":
|
|
9930
|
+
"id": 30484,
|
|
9931
9931
|
"name": "uint160",
|
|
9932
9932
|
"nodeType": "ElementaryTypeName",
|
|
9933
9933
|
"src": "4555:7:87",
|
|
9934
9934
|
"typeDescriptions": {}
|
|
9935
9935
|
}
|
|
9936
9936
|
},
|
|
9937
|
-
"id":
|
|
9937
|
+
"id": 30487,
|
|
9938
9938
|
"isConstant": false,
|
|
9939
9939
|
"isLValue": false,
|
|
9940
9940
|
"isPure": false,
|
|
@@ -9957,7 +9957,7 @@
|
|
|
9957
9957
|
"typeString": "uint160"
|
|
9958
9958
|
}
|
|
9959
9959
|
],
|
|
9960
|
-
"id":
|
|
9960
|
+
"id": 30483,
|
|
9961
9961
|
"isConstant": false,
|
|
9962
9962
|
"isLValue": false,
|
|
9963
9963
|
"isPure": true,
|
|
@@ -9969,14 +9969,14 @@
|
|
|
9969
9969
|
"typeString": "type(address)"
|
|
9970
9970
|
},
|
|
9971
9971
|
"typeName": {
|
|
9972
|
-
"id":
|
|
9972
|
+
"id": 30482,
|
|
9973
9973
|
"name": "address",
|
|
9974
9974
|
"nodeType": "ElementaryTypeName",
|
|
9975
9975
|
"src": "4547:7:87",
|
|
9976
9976
|
"typeDescriptions": {}
|
|
9977
9977
|
}
|
|
9978
9978
|
},
|
|
9979
|
-
"id":
|
|
9979
|
+
"id": 30488,
|
|
9980
9980
|
"isConstant": false,
|
|
9981
9981
|
"isLValue": false,
|
|
9982
9982
|
"isPure": false,
|
|
@@ -9999,7 +9999,7 @@
|
|
|
9999
9999
|
"typeString": "address"
|
|
10000
10000
|
}
|
|
10001
10001
|
],
|
|
10002
|
-
"id":
|
|
10002
|
+
"id": 30481,
|
|
10003
10003
|
"isConstant": false,
|
|
10004
10004
|
"isLValue": false,
|
|
10005
10005
|
"isPure": true,
|
|
@@ -10011,7 +10011,7 @@
|
|
|
10011
10011
|
"typeString": "type(address payable)"
|
|
10012
10012
|
},
|
|
10013
10013
|
"typeName": {
|
|
10014
|
-
"id":
|
|
10014
|
+
"id": 30480,
|
|
10015
10015
|
"name": "address",
|
|
10016
10016
|
"nodeType": "ElementaryTypeName",
|
|
10017
10017
|
"src": "4539:8:87",
|
|
@@ -10019,7 +10019,7 @@
|
|
|
10019
10019
|
"typeDescriptions": {}
|
|
10020
10020
|
}
|
|
10021
10021
|
},
|
|
10022
|
-
"id":
|
|
10022
|
+
"id": 30489,
|
|
10023
10023
|
"isConstant": false,
|
|
10024
10024
|
"isLValue": false,
|
|
10025
10025
|
"isPure": false,
|
|
@@ -10043,11 +10043,11 @@
|
|
|
10043
10043
|
{
|
|
10044
10044
|
"arguments": [
|
|
10045
10045
|
{
|
|
10046
|
-
"id":
|
|
10046
|
+
"id": 30497,
|
|
10047
10047
|
"name": "_superTokenLogic",
|
|
10048
10048
|
"nodeType": "Identifier",
|
|
10049
10049
|
"overloadedDeclarations": [],
|
|
10050
|
-
"referencedDeclaration":
|
|
10050
|
+
"referencedDeclaration": 30222,
|
|
10051
10051
|
"src": "4634:16:87",
|
|
10052
10052
|
"typeDescriptions": {
|
|
10053
10053
|
"typeIdentifier": "t_contract$_ISuperToken_$17761",
|
|
@@ -10062,7 +10062,7 @@
|
|
|
10062
10062
|
"typeString": "contract ISuperToken"
|
|
10063
10063
|
}
|
|
10064
10064
|
],
|
|
10065
|
-
"id":
|
|
10065
|
+
"id": 30496,
|
|
10066
10066
|
"isConstant": false,
|
|
10067
10067
|
"isLValue": false,
|
|
10068
10068
|
"isPure": true,
|
|
@@ -10074,14 +10074,14 @@
|
|
|
10074
10074
|
"typeString": "type(address)"
|
|
10075
10075
|
},
|
|
10076
10076
|
"typeName": {
|
|
10077
|
-
"id":
|
|
10077
|
+
"id": 30495,
|
|
10078
10078
|
"name": "address",
|
|
10079
10079
|
"nodeType": "ElementaryTypeName",
|
|
10080
10080
|
"src": "4626:7:87",
|
|
10081
10081
|
"typeDescriptions": {}
|
|
10082
10082
|
}
|
|
10083
10083
|
},
|
|
10084
|
-
"id":
|
|
10084
|
+
"id": 30498,
|
|
10085
10085
|
"isConstant": false,
|
|
10086
10086
|
"isLValue": false,
|
|
10087
10087
|
"isPure": false,
|
|
@@ -10107,11 +10107,11 @@
|
|
|
10107
10107
|
"expression": {
|
|
10108
10108
|
"arguments": [
|
|
10109
10109
|
{
|
|
10110
|
-
"id":
|
|
10110
|
+
"id": 30492,
|
|
10111
10111
|
"name": "a",
|
|
10112
10112
|
"nodeType": "Identifier",
|
|
10113
10113
|
"overloadedDeclarations": [],
|
|
10114
|
-
"referencedDeclaration":
|
|
10114
|
+
"referencedDeclaration": 30479,
|
|
10115
10115
|
"src": "4607:1:87",
|
|
10116
10116
|
"typeDescriptions": {
|
|
10117
10117
|
"typeIdentifier": "t_address_payable",
|
|
@@ -10126,18 +10126,18 @@
|
|
|
10126
10126
|
"typeString": "address payable"
|
|
10127
10127
|
}
|
|
10128
10128
|
],
|
|
10129
|
-
"id":
|
|
10129
|
+
"id": 30491,
|
|
10130
10130
|
"name": "UUPSProxy",
|
|
10131
10131
|
"nodeType": "Identifier",
|
|
10132
10132
|
"overloadedDeclarations": [],
|
|
10133
|
-
"referencedDeclaration":
|
|
10133
|
+
"referencedDeclaration": 34914,
|
|
10134
10134
|
"src": "4597:9:87",
|
|
10135
10135
|
"typeDescriptions": {
|
|
10136
|
-
"typeIdentifier": "t_type$_t_contract$_UUPSProxy_$
|
|
10136
|
+
"typeIdentifier": "t_type$_t_contract$_UUPSProxy_$34914_$",
|
|
10137
10137
|
"typeString": "type(contract UUPSProxy)"
|
|
10138
10138
|
}
|
|
10139
10139
|
},
|
|
10140
|
-
"id":
|
|
10140
|
+
"id": 30493,
|
|
10141
10141
|
"isConstant": false,
|
|
10142
10142
|
"isLValue": false,
|
|
10143
10143
|
"isPure": false,
|
|
@@ -10148,25 +10148,25 @@
|
|
|
10148
10148
|
"src": "4597:12:87",
|
|
10149
10149
|
"tryCall": false,
|
|
10150
10150
|
"typeDescriptions": {
|
|
10151
|
-
"typeIdentifier": "t_contract$_UUPSProxy_$
|
|
10151
|
+
"typeIdentifier": "t_contract$_UUPSProxy_$34914",
|
|
10152
10152
|
"typeString": "contract UUPSProxy"
|
|
10153
10153
|
}
|
|
10154
10154
|
},
|
|
10155
|
-
"id":
|
|
10155
|
+
"id": 30494,
|
|
10156
10156
|
"isConstant": false,
|
|
10157
10157
|
"isLValue": false,
|
|
10158
10158
|
"isPure": false,
|
|
10159
10159
|
"lValueRequested": false,
|
|
10160
10160
|
"memberName": "initializeProxy",
|
|
10161
10161
|
"nodeType": "MemberAccess",
|
|
10162
|
-
"referencedDeclaration":
|
|
10162
|
+
"referencedDeclaration": 34901,
|
|
10163
10163
|
"src": "4597:28:87",
|
|
10164
10164
|
"typeDescriptions": {
|
|
10165
10165
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$",
|
|
10166
10166
|
"typeString": "function (address) external"
|
|
10167
10167
|
}
|
|
10168
10168
|
},
|
|
10169
|
-
"id":
|
|
10169
|
+
"id": 30499,
|
|
10170
10170
|
"isConstant": false,
|
|
10171
10171
|
"isLValue": false,
|
|
10172
10172
|
"isPure": false,
|
|
@@ -10181,7 +10181,7 @@
|
|
|
10181
10181
|
"typeString": "tuple()"
|
|
10182
10182
|
}
|
|
10183
10183
|
},
|
|
10184
|
-
"id":
|
|
10184
|
+
"id": 30500,
|
|
10185
10185
|
"nodeType": "ExpressionStatement",
|
|
10186
10186
|
"src": "4597:55:87"
|
|
10187
10187
|
},
|
|
@@ -10191,11 +10191,11 @@
|
|
|
10191
10191
|
{
|
|
10192
10192
|
"arguments": [
|
|
10193
10193
|
{
|
|
10194
|
-
"id":
|
|
10194
|
+
"id": 30503,
|
|
10195
10195
|
"name": "customSuperTokenProxy",
|
|
10196
10196
|
"nodeType": "Identifier",
|
|
10197
10197
|
"overloadedDeclarations": [],
|
|
10198
|
-
"referencedDeclaration":
|
|
10198
|
+
"referencedDeclaration": 30474,
|
|
10199
10199
|
"src": "4704:21:87",
|
|
10200
10200
|
"typeDescriptions": {
|
|
10201
10201
|
"typeIdentifier": "t_address",
|
|
@@ -10210,7 +10210,7 @@
|
|
|
10210
10210
|
"typeString": "address"
|
|
10211
10211
|
}
|
|
10212
10212
|
],
|
|
10213
|
-
"id":
|
|
10213
|
+
"id": 30502,
|
|
10214
10214
|
"name": "ISuperToken",
|
|
10215
10215
|
"nodeType": "Identifier",
|
|
10216
10216
|
"overloadedDeclarations": [],
|
|
@@ -10221,7 +10221,7 @@
|
|
|
10221
10221
|
"typeString": "type(contract ISuperToken)"
|
|
10222
10222
|
}
|
|
10223
10223
|
},
|
|
10224
|
-
"id":
|
|
10224
|
+
"id": 30504,
|
|
10225
10225
|
"isConstant": false,
|
|
10226
10226
|
"isLValue": false,
|
|
10227
10227
|
"isPure": false,
|
|
@@ -10244,7 +10244,7 @@
|
|
|
10244
10244
|
"typeString": "contract ISuperToken"
|
|
10245
10245
|
}
|
|
10246
10246
|
],
|
|
10247
|
-
"id":
|
|
10247
|
+
"id": 30501,
|
|
10248
10248
|
"name": "CustomSuperTokenCreated",
|
|
10249
10249
|
"nodeType": "Identifier",
|
|
10250
10250
|
"overloadedDeclarations": [],
|
|
@@ -10255,7 +10255,7 @@
|
|
|
10255
10255
|
"typeString": "function (contract ISuperToken)"
|
|
10256
10256
|
}
|
|
10257
10257
|
},
|
|
10258
|
-
"id":
|
|
10258
|
+
"id": 30505,
|
|
10259
10259
|
"isConstant": false,
|
|
10260
10260
|
"isLValue": false,
|
|
10261
10261
|
"isPure": false,
|
|
@@ -10270,14 +10270,14 @@
|
|
|
10270
10270
|
"typeString": "tuple()"
|
|
10271
10271
|
}
|
|
10272
10272
|
},
|
|
10273
|
-
"id":
|
|
10273
|
+
"id": 30506,
|
|
10274
10274
|
"nodeType": "EmitStatement",
|
|
10275
10275
|
"src": "4663:64:87"
|
|
10276
10276
|
}
|
|
10277
10277
|
]
|
|
10278
10278
|
},
|
|
10279
10279
|
"functionSelector": "d412d344",
|
|
10280
|
-
"id":
|
|
10280
|
+
"id": 30508,
|
|
10281
10281
|
"implemented": true,
|
|
10282
10282
|
"kind": "function",
|
|
10283
10283
|
"modifiers": [],
|
|
@@ -10285,23 +10285,23 @@
|
|
|
10285
10285
|
"nameLocation": "4291:26:87",
|
|
10286
10286
|
"nodeType": "FunctionDefinition",
|
|
10287
10287
|
"overrides": {
|
|
10288
|
-
"id":
|
|
10288
|
+
"id": 30476,
|
|
10289
10289
|
"nodeType": "OverrideSpecifier",
|
|
10290
10290
|
"overrides": [],
|
|
10291
10291
|
"src": "4380:8:87"
|
|
10292
10292
|
},
|
|
10293
10293
|
"parameters": {
|
|
10294
|
-
"id":
|
|
10294
|
+
"id": 30475,
|
|
10295
10295
|
"nodeType": "ParameterList",
|
|
10296
10296
|
"parameters": [
|
|
10297
10297
|
{
|
|
10298
10298
|
"constant": false,
|
|
10299
|
-
"id":
|
|
10299
|
+
"id": 30474,
|
|
10300
10300
|
"mutability": "mutable",
|
|
10301
10301
|
"name": "customSuperTokenProxy",
|
|
10302
10302
|
"nameLocation": "4335:21:87",
|
|
10303
10303
|
"nodeType": "VariableDeclaration",
|
|
10304
|
-
"scope":
|
|
10304
|
+
"scope": 30508,
|
|
10305
10305
|
"src": "4327:29:87",
|
|
10306
10306
|
"stateVariable": false,
|
|
10307
10307
|
"storageLocation": "default",
|
|
@@ -10310,7 +10310,7 @@
|
|
|
10310
10310
|
"typeString": "address"
|
|
10311
10311
|
},
|
|
10312
10312
|
"typeName": {
|
|
10313
|
-
"id":
|
|
10313
|
+
"id": 30473,
|
|
10314
10314
|
"name": "address",
|
|
10315
10315
|
"nodeType": "ElementaryTypeName",
|
|
10316
10316
|
"src": "4327:7:87",
|
|
@@ -10326,19 +10326,19 @@
|
|
|
10326
10326
|
"src": "4317:45:87"
|
|
10327
10327
|
},
|
|
10328
10328
|
"returnParameters": {
|
|
10329
|
-
"id":
|
|
10329
|
+
"id": 30477,
|
|
10330
10330
|
"nodeType": "ParameterList",
|
|
10331
10331
|
"parameters": [],
|
|
10332
10332
|
"src": "4393:0:87"
|
|
10333
10333
|
},
|
|
10334
|
-
"scope":
|
|
10334
|
+
"scope": 30509,
|
|
10335
10335
|
"src": "4282:452:87",
|
|
10336
10336
|
"stateMutability": "nonpayable",
|
|
10337
10337
|
"virtual": false,
|
|
10338
10338
|
"visibility": "external"
|
|
10339
10339
|
}
|
|
10340
10340
|
],
|
|
10341
|
-
"scope":
|
|
10341
|
+
"scope": 30567,
|
|
10342
10342
|
"src": "692:4045:87",
|
|
10343
10343
|
"usedErrors": []
|
|
10344
10344
|
},
|
|
@@ -10347,13 +10347,13 @@
|
|
|
10347
10347
|
"baseContracts": [],
|
|
10348
10348
|
"canonicalName": "SuperTokenFactoryHelper",
|
|
10349
10349
|
"contractDependencies": [
|
|
10350
|
-
|
|
10350
|
+
30191
|
|
10351
10351
|
],
|
|
10352
10352
|
"contractKind": "contract",
|
|
10353
10353
|
"fullyImplemented": true,
|
|
10354
|
-
"id":
|
|
10354
|
+
"id": 30528,
|
|
10355
10355
|
"linearizedBaseContracts": [
|
|
10356
|
-
|
|
10356
|
+
30528
|
|
10357
10357
|
],
|
|
10358
10358
|
"name": "SuperTokenFactoryHelper",
|
|
10359
10359
|
"nameLocation": "4808:23:87",
|
|
@@ -10361,7 +10361,7 @@
|
|
|
10361
10361
|
"nodes": [
|
|
10362
10362
|
{
|
|
10363
10363
|
"body": {
|
|
10364
|
-
"id":
|
|
10364
|
+
"id": 30526,
|
|
10365
10365
|
"nodeType": "Block",
|
|
10366
10366
|
"src": "4925:53:87",
|
|
10367
10367
|
"statements": [
|
|
@@ -10371,11 +10371,11 @@
|
|
|
10371
10371
|
{
|
|
10372
10372
|
"arguments": [
|
|
10373
10373
|
{
|
|
10374
|
-
"id":
|
|
10374
|
+
"id": 30522,
|
|
10375
10375
|
"name": "host",
|
|
10376
10376
|
"nodeType": "Identifier",
|
|
10377
10377
|
"overloadedDeclarations": [],
|
|
10378
|
-
"referencedDeclaration":
|
|
10378
|
+
"referencedDeclaration": 30512,
|
|
10379
10379
|
"src": "4965:4:87",
|
|
10380
10380
|
"typeDescriptions": {
|
|
10381
10381
|
"typeIdentifier": "t_contract$_ISuperfluid_$18324",
|
|
@@ -10390,7 +10390,7 @@
|
|
|
10390
10390
|
"typeString": "contract ISuperfluid"
|
|
10391
10391
|
}
|
|
10392
10392
|
],
|
|
10393
|
-
"id":
|
|
10393
|
+
"id": 30521,
|
|
10394
10394
|
"isConstant": false,
|
|
10395
10395
|
"isLValue": false,
|
|
10396
10396
|
"isPure": false,
|
|
@@ -10398,28 +10398,28 @@
|
|
|
10398
10398
|
"nodeType": "NewExpression",
|
|
10399
10399
|
"src": "4950:14:87",
|
|
10400
10400
|
"typeDescriptions": {
|
|
10401
|
-
"typeIdentifier": "t_function_creation_nonpayable$_t_contract$_ISuperfluid_$18324_$returns$_t_contract$_SuperToken_$
|
|
10401
|
+
"typeIdentifier": "t_function_creation_nonpayable$_t_contract$_ISuperfluid_$18324_$returns$_t_contract$_SuperToken_$30191_$",
|
|
10402
10402
|
"typeString": "function (contract ISuperfluid) returns (contract SuperToken)"
|
|
10403
10403
|
},
|
|
10404
10404
|
"typeName": {
|
|
10405
|
-
"id":
|
|
10405
|
+
"id": 30520,
|
|
10406
10406
|
"nodeType": "UserDefinedTypeName",
|
|
10407
10407
|
"pathNode": {
|
|
10408
|
-
"id":
|
|
10408
|
+
"id": 30519,
|
|
10409
10409
|
"name": "SuperToken",
|
|
10410
10410
|
"nodeType": "IdentifierPath",
|
|
10411
|
-
"referencedDeclaration":
|
|
10411
|
+
"referencedDeclaration": 30191,
|
|
10412
10412
|
"src": "4954:10:87"
|
|
10413
10413
|
},
|
|
10414
|
-
"referencedDeclaration":
|
|
10414
|
+
"referencedDeclaration": 30191,
|
|
10415
10415
|
"src": "4954:10:87",
|
|
10416
10416
|
"typeDescriptions": {
|
|
10417
|
-
"typeIdentifier": "t_contract$_SuperToken_$
|
|
10417
|
+
"typeIdentifier": "t_contract$_SuperToken_$30191",
|
|
10418
10418
|
"typeString": "contract SuperToken"
|
|
10419
10419
|
}
|
|
10420
10420
|
}
|
|
10421
10421
|
},
|
|
10422
|
-
"id":
|
|
10422
|
+
"id": 30523,
|
|
10423
10423
|
"isConstant": false,
|
|
10424
10424
|
"isLValue": false,
|
|
10425
10425
|
"isPure": false,
|
|
@@ -10430,7 +10430,7 @@
|
|
|
10430
10430
|
"src": "4950:20:87",
|
|
10431
10431
|
"tryCall": false,
|
|
10432
10432
|
"typeDescriptions": {
|
|
10433
|
-
"typeIdentifier": "t_contract$_SuperToken_$
|
|
10433
|
+
"typeIdentifier": "t_contract$_SuperToken_$30191",
|
|
10434
10434
|
"typeString": "contract SuperToken"
|
|
10435
10435
|
}
|
|
10436
10436
|
}
|
|
@@ -10438,11 +10438,11 @@
|
|
|
10438
10438
|
"expression": {
|
|
10439
10439
|
"argumentTypes": [
|
|
10440
10440
|
{
|
|
10441
|
-
"typeIdentifier": "t_contract$_SuperToken_$
|
|
10441
|
+
"typeIdentifier": "t_contract$_SuperToken_$30191",
|
|
10442
10442
|
"typeString": "contract SuperToken"
|
|
10443
10443
|
}
|
|
10444
10444
|
],
|
|
10445
|
-
"id":
|
|
10445
|
+
"id": 30518,
|
|
10446
10446
|
"isConstant": false,
|
|
10447
10447
|
"isLValue": false,
|
|
10448
10448
|
"isPure": true,
|
|
@@ -10454,14 +10454,14 @@
|
|
|
10454
10454
|
"typeString": "type(address)"
|
|
10455
10455
|
},
|
|
10456
10456
|
"typeName": {
|
|
10457
|
-
"id":
|
|
10457
|
+
"id": 30517,
|
|
10458
10458
|
"name": "address",
|
|
10459
10459
|
"nodeType": "ElementaryTypeName",
|
|
10460
10460
|
"src": "4942:7:87",
|
|
10461
10461
|
"typeDescriptions": {}
|
|
10462
10462
|
}
|
|
10463
10463
|
},
|
|
10464
|
-
"id":
|
|
10464
|
+
"id": 30524,
|
|
10465
10465
|
"isConstant": false,
|
|
10466
10466
|
"isLValue": false,
|
|
10467
10467
|
"isPure": false,
|
|
@@ -10476,15 +10476,15 @@
|
|
|
10476
10476
|
"typeString": "address"
|
|
10477
10477
|
}
|
|
10478
10478
|
},
|
|
10479
|
-
"functionReturnParameters":
|
|
10480
|
-
"id":
|
|
10479
|
+
"functionReturnParameters": 30516,
|
|
10480
|
+
"id": 30525,
|
|
10481
10481
|
"nodeType": "Return",
|
|
10482
10482
|
"src": "4935:36:87"
|
|
10483
10483
|
}
|
|
10484
10484
|
]
|
|
10485
10485
|
},
|
|
10486
10486
|
"functionSelector": "9ed93318",
|
|
10487
|
-
"id":
|
|
10487
|
+
"id": 30527,
|
|
10488
10488
|
"implemented": true,
|
|
10489
10489
|
"kind": "function",
|
|
10490
10490
|
"modifiers": [],
|
|
@@ -10492,17 +10492,17 @@
|
|
|
10492
10492
|
"nameLocation": "4847:6:87",
|
|
10493
10493
|
"nodeType": "FunctionDefinition",
|
|
10494
10494
|
"parameters": {
|
|
10495
|
-
"id":
|
|
10495
|
+
"id": 30513,
|
|
10496
10496
|
"nodeType": "ParameterList",
|
|
10497
10497
|
"parameters": [
|
|
10498
10498
|
{
|
|
10499
10499
|
"constant": false,
|
|
10500
|
-
"id":
|
|
10500
|
+
"id": 30512,
|
|
10501
10501
|
"mutability": "mutable",
|
|
10502
10502
|
"name": "host",
|
|
10503
10503
|
"nameLocation": "4866:4:87",
|
|
10504
10504
|
"nodeType": "VariableDeclaration",
|
|
10505
|
-
"scope":
|
|
10505
|
+
"scope": 30527,
|
|
10506
10506
|
"src": "4854:16:87",
|
|
10507
10507
|
"stateVariable": false,
|
|
10508
10508
|
"storageLocation": "default",
|
|
@@ -10511,10 +10511,10 @@
|
|
|
10511
10511
|
"typeString": "contract ISuperfluid"
|
|
10512
10512
|
},
|
|
10513
10513
|
"typeName": {
|
|
10514
|
-
"id":
|
|
10514
|
+
"id": 30511,
|
|
10515
10515
|
"nodeType": "UserDefinedTypeName",
|
|
10516
10516
|
"pathNode": {
|
|
10517
|
-
"id":
|
|
10517
|
+
"id": 30510,
|
|
10518
10518
|
"name": "ISuperfluid",
|
|
10519
10519
|
"nodeType": "IdentifierPath",
|
|
10520
10520
|
"referencedDeclaration": 18324,
|
|
@@ -10533,17 +10533,17 @@
|
|
|
10533
10533
|
"src": "4853:18:87"
|
|
10534
10534
|
},
|
|
10535
10535
|
"returnParameters": {
|
|
10536
|
-
"id":
|
|
10536
|
+
"id": 30516,
|
|
10537
10537
|
"nodeType": "ParameterList",
|
|
10538
10538
|
"parameters": [
|
|
10539
10539
|
{
|
|
10540
10540
|
"constant": false,
|
|
10541
|
-
"id":
|
|
10541
|
+
"id": 30515,
|
|
10542
10542
|
"mutability": "mutable",
|
|
10543
10543
|
"name": "logic",
|
|
10544
10544
|
"nameLocation": "4914:5:87",
|
|
10545
10545
|
"nodeType": "VariableDeclaration",
|
|
10546
|
-
"scope":
|
|
10546
|
+
"scope": 30527,
|
|
10547
10547
|
"src": "4906:13:87",
|
|
10548
10548
|
"stateVariable": false,
|
|
10549
10549
|
"storageLocation": "default",
|
|
@@ -10552,7 +10552,7 @@
|
|
|
10552
10552
|
"typeString": "address"
|
|
10553
10553
|
},
|
|
10554
10554
|
"typeName": {
|
|
10555
|
-
"id":
|
|
10555
|
+
"id": 30514,
|
|
10556
10556
|
"name": "address",
|
|
10557
10557
|
"nodeType": "ElementaryTypeName",
|
|
10558
10558
|
"src": "4906:7:87",
|
|
@@ -10567,14 +10567,14 @@
|
|
|
10567
10567
|
],
|
|
10568
10568
|
"src": "4905:15:87"
|
|
10569
10569
|
},
|
|
10570
|
-
"scope":
|
|
10570
|
+
"scope": 30528,
|
|
10571
10571
|
"src": "4838:140:87",
|
|
10572
10572
|
"stateMutability": "nonpayable",
|
|
10573
10573
|
"virtual": false,
|
|
10574
10574
|
"visibility": "external"
|
|
10575
10575
|
}
|
|
10576
10576
|
],
|
|
10577
|
-
"scope":
|
|
10577
|
+
"scope": 30567,
|
|
10578
10578
|
"src": "4799:181:87",
|
|
10579
10579
|
"usedErrors": []
|
|
10580
10580
|
},
|
|
@@ -10583,30 +10583,30 @@
|
|
|
10583
10583
|
"baseContracts": [
|
|
10584
10584
|
{
|
|
10585
10585
|
"baseName": {
|
|
10586
|
-
"id":
|
|
10586
|
+
"id": 30529,
|
|
10587
10587
|
"name": "SuperTokenFactoryBase",
|
|
10588
10588
|
"nodeType": "IdentifierPath",
|
|
10589
|
-
"referencedDeclaration":
|
|
10589
|
+
"referencedDeclaration": 30509,
|
|
10590
10590
|
"src": "5012:21:87"
|
|
10591
10591
|
},
|
|
10592
|
-
"id":
|
|
10592
|
+
"id": 30530,
|
|
10593
10593
|
"nodeType": "InheritanceSpecifier",
|
|
10594
10594
|
"src": "5012:21:87"
|
|
10595
10595
|
}
|
|
10596
10596
|
],
|
|
10597
10597
|
"canonicalName": "SuperTokenFactory",
|
|
10598
10598
|
"contractDependencies": [
|
|
10599
|
-
|
|
10600
|
-
|
|
10599
|
+
28599,
|
|
10600
|
+
34914
|
|
10601
10601
|
],
|
|
10602
10602
|
"contractKind": "contract",
|
|
10603
10603
|
"fullyImplemented": true,
|
|
10604
|
-
"id":
|
|
10604
|
+
"id": 30566,
|
|
10605
10605
|
"linearizedBaseContracts": [
|
|
10606
|
-
|
|
10607
|
-
|
|
10606
|
+
30566,
|
|
10607
|
+
30509,
|
|
10608
10608
|
17850,
|
|
10609
|
-
|
|
10609
|
+
34857,
|
|
10610
10610
|
762
|
|
10611
10611
|
],
|
|
10612
10612
|
"name": "SuperTokenFactory",
|
|
@@ -10615,33 +10615,33 @@
|
|
|
10615
10615
|
"nodes": [
|
|
10616
10616
|
{
|
|
10617
10617
|
"constant": false,
|
|
10618
|
-
"id":
|
|
10618
|
+
"id": 30533,
|
|
10619
10619
|
"mutability": "immutable",
|
|
10620
10620
|
"name": "_helper",
|
|
10621
10621
|
"nameLocation": "5082:7:87",
|
|
10622
10622
|
"nodeType": "VariableDeclaration",
|
|
10623
|
-
"scope":
|
|
10623
|
+
"scope": 30566,
|
|
10624
10624
|
"src": "5040:49:87",
|
|
10625
10625
|
"stateVariable": true,
|
|
10626
10626
|
"storageLocation": "default",
|
|
10627
10627
|
"typeDescriptions": {
|
|
10628
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
10628
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$30528",
|
|
10629
10629
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
10630
10630
|
},
|
|
10631
10631
|
"typeName": {
|
|
10632
|
-
"id":
|
|
10632
|
+
"id": 30532,
|
|
10633
10633
|
"nodeType": "UserDefinedTypeName",
|
|
10634
10634
|
"pathNode": {
|
|
10635
|
-
"id":
|
|
10635
|
+
"id": 30531,
|
|
10636
10636
|
"name": "SuperTokenFactoryHelper",
|
|
10637
10637
|
"nodeType": "IdentifierPath",
|
|
10638
|
-
"referencedDeclaration":
|
|
10638
|
+
"referencedDeclaration": 30528,
|
|
10639
10639
|
"src": "5040:23:87"
|
|
10640
10640
|
},
|
|
10641
|
-
"referencedDeclaration":
|
|
10641
|
+
"referencedDeclaration": 30528,
|
|
10642
10642
|
"src": "5040:23:87",
|
|
10643
10643
|
"typeDescriptions": {
|
|
10644
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
10644
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$30528",
|
|
10645
10645
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
10646
10646
|
}
|
|
10647
10647
|
},
|
|
@@ -10649,67 +10649,67 @@
|
|
|
10649
10649
|
},
|
|
10650
10650
|
{
|
|
10651
10651
|
"body": {
|
|
10652
|
-
"id":
|
|
10652
|
+
"id": 30549,
|
|
10653
10653
|
"nodeType": "Block",
|
|
10654
10654
|
"src": "5273:33:87",
|
|
10655
10655
|
"statements": [
|
|
10656
10656
|
{
|
|
10657
10657
|
"expression": {
|
|
10658
|
-
"id":
|
|
10658
|
+
"id": 30547,
|
|
10659
10659
|
"isConstant": false,
|
|
10660
10660
|
"isLValue": false,
|
|
10661
10661
|
"isPure": false,
|
|
10662
10662
|
"lValueRequested": false,
|
|
10663
10663
|
"leftHandSide": {
|
|
10664
|
-
"id":
|
|
10664
|
+
"id": 30545,
|
|
10665
10665
|
"name": "_helper",
|
|
10666
10666
|
"nodeType": "Identifier",
|
|
10667
10667
|
"overloadedDeclarations": [],
|
|
10668
|
-
"referencedDeclaration":
|
|
10668
|
+
"referencedDeclaration": 30533,
|
|
10669
10669
|
"src": "5283:7:87",
|
|
10670
10670
|
"typeDescriptions": {
|
|
10671
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
10671
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$30528",
|
|
10672
10672
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
10673
10673
|
}
|
|
10674
10674
|
},
|
|
10675
10675
|
"nodeType": "Assignment",
|
|
10676
10676
|
"operator": "=",
|
|
10677
10677
|
"rightHandSide": {
|
|
10678
|
-
"id":
|
|
10678
|
+
"id": 30546,
|
|
10679
10679
|
"name": "helper",
|
|
10680
10680
|
"nodeType": "Identifier",
|
|
10681
10681
|
"overloadedDeclarations": [],
|
|
10682
|
-
"referencedDeclaration":
|
|
10682
|
+
"referencedDeclaration": 30539,
|
|
10683
10683
|
"src": "5293:6:87",
|
|
10684
10684
|
"typeDescriptions": {
|
|
10685
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
10685
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$30528",
|
|
10686
10686
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
10687
10687
|
}
|
|
10688
10688
|
},
|
|
10689
10689
|
"src": "5283:16:87",
|
|
10690
10690
|
"typeDescriptions": {
|
|
10691
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
10691
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$30528",
|
|
10692
10692
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
10693
10693
|
}
|
|
10694
10694
|
},
|
|
10695
|
-
"id":
|
|
10695
|
+
"id": 30548,
|
|
10696
10696
|
"nodeType": "ExpressionStatement",
|
|
10697
10697
|
"src": "5283:16:87"
|
|
10698
10698
|
}
|
|
10699
10699
|
]
|
|
10700
10700
|
},
|
|
10701
|
-
"id":
|
|
10701
|
+
"id": 30550,
|
|
10702
10702
|
"implemented": true,
|
|
10703
10703
|
"kind": "constructor",
|
|
10704
10704
|
"modifiers": [
|
|
10705
10705
|
{
|
|
10706
10706
|
"arguments": [
|
|
10707
10707
|
{
|
|
10708
|
-
"id":
|
|
10708
|
+
"id": 30542,
|
|
10709
10709
|
"name": "host",
|
|
10710
10710
|
"nodeType": "Identifier",
|
|
10711
10711
|
"overloadedDeclarations": [],
|
|
10712
|
-
"referencedDeclaration":
|
|
10712
|
+
"referencedDeclaration": 30536,
|
|
10713
10713
|
"src": "5210:4:87",
|
|
10714
10714
|
"typeDescriptions": {
|
|
10715
10715
|
"typeIdentifier": "t_contract$_ISuperfluid_$18324",
|
|
@@ -10717,13 +10717,13 @@
|
|
|
10717
10717
|
}
|
|
10718
10718
|
}
|
|
10719
10719
|
],
|
|
10720
|
-
"id":
|
|
10720
|
+
"id": 30543,
|
|
10721
10721
|
"kind": "baseConstructorSpecifier",
|
|
10722
10722
|
"modifierName": {
|
|
10723
|
-
"id":
|
|
10723
|
+
"id": 30541,
|
|
10724
10724
|
"name": "SuperTokenFactoryBase",
|
|
10725
10725
|
"nodeType": "IdentifierPath",
|
|
10726
|
-
"referencedDeclaration":
|
|
10726
|
+
"referencedDeclaration": 30509,
|
|
10727
10727
|
"src": "5188:21:87"
|
|
10728
10728
|
},
|
|
10729
10729
|
"nodeType": "ModifierInvocation",
|
|
@@ -10734,17 +10734,17 @@
|
|
|
10734
10734
|
"nameLocation": "-1:-1:-1",
|
|
10735
10735
|
"nodeType": "FunctionDefinition",
|
|
10736
10736
|
"parameters": {
|
|
10737
|
-
"id":
|
|
10737
|
+
"id": 30540,
|
|
10738
10738
|
"nodeType": "ParameterList",
|
|
10739
10739
|
"parameters": [
|
|
10740
10740
|
{
|
|
10741
10741
|
"constant": false,
|
|
10742
|
-
"id":
|
|
10742
|
+
"id": 30536,
|
|
10743
10743
|
"mutability": "mutable",
|
|
10744
10744
|
"name": "host",
|
|
10745
10745
|
"nameLocation": "5129:4:87",
|
|
10746
10746
|
"nodeType": "VariableDeclaration",
|
|
10747
|
-
"scope":
|
|
10747
|
+
"scope": 30550,
|
|
10748
10748
|
"src": "5117:16:87",
|
|
10749
10749
|
"stateVariable": false,
|
|
10750
10750
|
"storageLocation": "default",
|
|
@@ -10753,10 +10753,10 @@
|
|
|
10753
10753
|
"typeString": "contract ISuperfluid"
|
|
10754
10754
|
},
|
|
10755
10755
|
"typeName": {
|
|
10756
|
-
"id":
|
|
10756
|
+
"id": 30535,
|
|
10757
10757
|
"nodeType": "UserDefinedTypeName",
|
|
10758
10758
|
"pathNode": {
|
|
10759
|
-
"id":
|
|
10759
|
+
"id": 30534,
|
|
10760
10760
|
"name": "ISuperfluid",
|
|
10761
10761
|
"nodeType": "IdentifierPath",
|
|
10762
10762
|
"referencedDeclaration": 18324,
|
|
@@ -10773,33 +10773,33 @@
|
|
|
10773
10773
|
},
|
|
10774
10774
|
{
|
|
10775
10775
|
"constant": false,
|
|
10776
|
-
"id":
|
|
10776
|
+
"id": 30539,
|
|
10777
10777
|
"mutability": "mutable",
|
|
10778
10778
|
"name": "helper",
|
|
10779
10779
|
"nameLocation": "5167:6:87",
|
|
10780
10780
|
"nodeType": "VariableDeclaration",
|
|
10781
|
-
"scope":
|
|
10781
|
+
"scope": 30550,
|
|
10782
10782
|
"src": "5143:30:87",
|
|
10783
10783
|
"stateVariable": false,
|
|
10784
10784
|
"storageLocation": "default",
|
|
10785
10785
|
"typeDescriptions": {
|
|
10786
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
10786
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$30528",
|
|
10787
10787
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
10788
10788
|
},
|
|
10789
10789
|
"typeName": {
|
|
10790
|
-
"id":
|
|
10790
|
+
"id": 30538,
|
|
10791
10791
|
"nodeType": "UserDefinedTypeName",
|
|
10792
10792
|
"pathNode": {
|
|
10793
|
-
"id":
|
|
10793
|
+
"id": 30537,
|
|
10794
10794
|
"name": "SuperTokenFactoryHelper",
|
|
10795
10795
|
"nodeType": "IdentifierPath",
|
|
10796
|
-
"referencedDeclaration":
|
|
10796
|
+
"referencedDeclaration": 30528,
|
|
10797
10797
|
"src": "5143:23:87"
|
|
10798
10798
|
},
|
|
10799
|
-
"referencedDeclaration":
|
|
10799
|
+
"referencedDeclaration": 30528,
|
|
10800
10800
|
"src": "5143:23:87",
|
|
10801
10801
|
"typeDescriptions": {
|
|
10802
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
10802
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$30528",
|
|
10803
10803
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
10804
10804
|
}
|
|
10805
10805
|
},
|
|
@@ -10809,12 +10809,12 @@
|
|
|
10809
10809
|
"src": "5107:72:87"
|
|
10810
10810
|
},
|
|
10811
10811
|
"returnParameters": {
|
|
10812
|
-
"id":
|
|
10812
|
+
"id": 30544,
|
|
10813
10813
|
"nodeType": "ParameterList",
|
|
10814
10814
|
"parameters": [],
|
|
10815
10815
|
"src": "5273:0:87"
|
|
10816
10816
|
},
|
|
10817
|
-
"scope":
|
|
10817
|
+
"scope": 30566,
|
|
10818
10818
|
"src": "5096:210:87",
|
|
10819
10819
|
"stateMutability": "nonpayable",
|
|
10820
10820
|
"virtual": false,
|
|
@@ -10822,10 +10822,10 @@
|
|
|
10822
10822
|
},
|
|
10823
10823
|
{
|
|
10824
10824
|
"baseFunctions": [
|
|
10825
|
-
|
|
10825
|
+
30328
|
|
10826
10826
|
],
|
|
10827
10827
|
"body": {
|
|
10828
|
-
"id":
|
|
10828
|
+
"id": 30564,
|
|
10829
10829
|
"nodeType": "Block",
|
|
10830
10830
|
"src": "5423:44:87",
|
|
10831
10831
|
"statements": [
|
|
@@ -10833,11 +10833,11 @@
|
|
|
10833
10833
|
"expression": {
|
|
10834
10834
|
"arguments": [
|
|
10835
10835
|
{
|
|
10836
|
-
"id":
|
|
10836
|
+
"id": 30561,
|
|
10837
10837
|
"name": "host",
|
|
10838
10838
|
"nodeType": "Identifier",
|
|
10839
10839
|
"overloadedDeclarations": [],
|
|
10840
|
-
"referencedDeclaration":
|
|
10840
|
+
"referencedDeclaration": 30553,
|
|
10841
10841
|
"src": "5455:4:87",
|
|
10842
10842
|
"typeDescriptions": {
|
|
10843
10843
|
"typeIdentifier": "t_contract$_ISuperfluid_$18324",
|
|
@@ -10853,32 +10853,32 @@
|
|
|
10853
10853
|
}
|
|
10854
10854
|
],
|
|
10855
10855
|
"expression": {
|
|
10856
|
-
"id":
|
|
10856
|
+
"id": 30559,
|
|
10857
10857
|
"name": "_helper",
|
|
10858
10858
|
"nodeType": "Identifier",
|
|
10859
10859
|
"overloadedDeclarations": [],
|
|
10860
|
-
"referencedDeclaration":
|
|
10860
|
+
"referencedDeclaration": 30533,
|
|
10861
10861
|
"src": "5440:7:87",
|
|
10862
10862
|
"typeDescriptions": {
|
|
10863
|
-
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$
|
|
10863
|
+
"typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$30528",
|
|
10864
10864
|
"typeString": "contract SuperTokenFactoryHelper"
|
|
10865
10865
|
}
|
|
10866
10866
|
},
|
|
10867
|
-
"id":
|
|
10867
|
+
"id": 30560,
|
|
10868
10868
|
"isConstant": false,
|
|
10869
10869
|
"isLValue": false,
|
|
10870
10870
|
"isPure": false,
|
|
10871
10871
|
"lValueRequested": false,
|
|
10872
10872
|
"memberName": "create",
|
|
10873
10873
|
"nodeType": "MemberAccess",
|
|
10874
|
-
"referencedDeclaration":
|
|
10874
|
+
"referencedDeclaration": 30527,
|
|
10875
10875
|
"src": "5440:14:87",
|
|
10876
10876
|
"typeDescriptions": {
|
|
10877
10877
|
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$18324_$returns$_t_address_$",
|
|
10878
10878
|
"typeString": "function (contract ISuperfluid) external returns (address)"
|
|
10879
10879
|
}
|
|
10880
10880
|
},
|
|
10881
|
-
"id":
|
|
10881
|
+
"id": 30562,
|
|
10882
10882
|
"isConstant": false,
|
|
10883
10883
|
"isLValue": false,
|
|
10884
10884
|
"isPure": false,
|
|
@@ -10893,15 +10893,15 @@
|
|
|
10893
10893
|
"typeString": "address"
|
|
10894
10894
|
}
|
|
10895
10895
|
},
|
|
10896
|
-
"functionReturnParameters":
|
|
10897
|
-
"id":
|
|
10896
|
+
"functionReturnParameters": 30558,
|
|
10897
|
+
"id": 30563,
|
|
10898
10898
|
"nodeType": "Return",
|
|
10899
10899
|
"src": "5433:27:87"
|
|
10900
10900
|
}
|
|
10901
10901
|
]
|
|
10902
10902
|
},
|
|
10903
10903
|
"functionSelector": "4dcc4d79",
|
|
10904
|
-
"id":
|
|
10904
|
+
"id": 30565,
|
|
10905
10905
|
"implemented": true,
|
|
10906
10906
|
"kind": "function",
|
|
10907
10907
|
"modifiers": [],
|
|
@@ -10909,23 +10909,23 @@
|
|
|
10909
10909
|
"nameLocation": "5321:21:87",
|
|
10910
10910
|
"nodeType": "FunctionDefinition",
|
|
10911
10911
|
"overrides": {
|
|
10912
|
-
"id":
|
|
10912
|
+
"id": 30555,
|
|
10913
10913
|
"nodeType": "OverrideSpecifier",
|
|
10914
10914
|
"overrides": [],
|
|
10915
10915
|
"src": "5378:8:87"
|
|
10916
10916
|
},
|
|
10917
10917
|
"parameters": {
|
|
10918
|
-
"id":
|
|
10918
|
+
"id": 30554,
|
|
10919
10919
|
"nodeType": "ParameterList",
|
|
10920
10920
|
"parameters": [
|
|
10921
10921
|
{
|
|
10922
10922
|
"constant": false,
|
|
10923
|
-
"id":
|
|
10923
|
+
"id": 30553,
|
|
10924
10924
|
"mutability": "mutable",
|
|
10925
10925
|
"name": "host",
|
|
10926
10926
|
"nameLocation": "5355:4:87",
|
|
10927
10927
|
"nodeType": "VariableDeclaration",
|
|
10928
|
-
"scope":
|
|
10928
|
+
"scope": 30565,
|
|
10929
10929
|
"src": "5343:16:87",
|
|
10930
10930
|
"stateVariable": false,
|
|
10931
10931
|
"storageLocation": "default",
|
|
@@ -10934,10 +10934,10 @@
|
|
|
10934
10934
|
"typeString": "contract ISuperfluid"
|
|
10935
10935
|
},
|
|
10936
10936
|
"typeName": {
|
|
10937
|
-
"id":
|
|
10937
|
+
"id": 30552,
|
|
10938
10938
|
"nodeType": "UserDefinedTypeName",
|
|
10939
10939
|
"pathNode": {
|
|
10940
|
-
"id":
|
|
10940
|
+
"id": 30551,
|
|
10941
10941
|
"name": "ISuperfluid",
|
|
10942
10942
|
"nodeType": "IdentifierPath",
|
|
10943
10943
|
"referencedDeclaration": 18324,
|
|
@@ -10956,17 +10956,17 @@
|
|
|
10956
10956
|
"src": "5342:18:87"
|
|
10957
10957
|
},
|
|
10958
10958
|
"returnParameters": {
|
|
10959
|
-
"id":
|
|
10959
|
+
"id": 30558,
|
|
10960
10960
|
"nodeType": "ParameterList",
|
|
10961
10961
|
"parameters": [
|
|
10962
10962
|
{
|
|
10963
10963
|
"constant": false,
|
|
10964
|
-
"id":
|
|
10964
|
+
"id": 30557,
|
|
10965
10965
|
"mutability": "mutable",
|
|
10966
10966
|
"name": "logic",
|
|
10967
10967
|
"nameLocation": "5412:5:87",
|
|
10968
10968
|
"nodeType": "VariableDeclaration",
|
|
10969
|
-
"scope":
|
|
10969
|
+
"scope": 30565,
|
|
10970
10970
|
"src": "5404:13:87",
|
|
10971
10971
|
"stateVariable": false,
|
|
10972
10972
|
"storageLocation": "default",
|
|
@@ -10975,7 +10975,7 @@
|
|
|
10975
10975
|
"typeString": "address"
|
|
10976
10976
|
},
|
|
10977
10977
|
"typeName": {
|
|
10978
|
-
"id":
|
|
10978
|
+
"id": 30556,
|
|
10979
10979
|
"name": "address",
|
|
10980
10980
|
"nodeType": "ElementaryTypeName",
|
|
10981
10981
|
"src": "5404:7:87",
|
|
@@ -10990,14 +10990,14 @@
|
|
|
10990
10990
|
],
|
|
10991
10991
|
"src": "5403:15:87"
|
|
10992
10992
|
},
|
|
10993
|
-
"scope":
|
|
10993
|
+
"scope": 30566,
|
|
10994
10994
|
"src": "5312:155:87",
|
|
10995
10995
|
"stateMutability": "nonpayable",
|
|
10996
10996
|
"virtual": false,
|
|
10997
10997
|
"visibility": "external"
|
|
10998
10998
|
}
|
|
10999
10999
|
],
|
|
11000
|
-
"scope":
|
|
11000
|
+
"scope": 30567,
|
|
11001
11001
|
"src": "4982:487:87",
|
|
11002
11002
|
"usedErrors": []
|
|
11003
11003
|
}
|
|
@@ -11006,11 +11006,11 @@
|
|
|
11006
11006
|
},
|
|
11007
11007
|
"compiler": {
|
|
11008
11008
|
"name": "solc",
|
|
11009
|
-
"version": "0.8.
|
|
11009
|
+
"version": "0.8.14+commit.80d49f37.Emscripten.clang"
|
|
11010
11010
|
},
|
|
11011
11011
|
"networks": {},
|
|
11012
11012
|
"schemaVersion": "3.4.7",
|
|
11013
|
-
"updatedAt": "2022-06-
|
|
11013
|
+
"updatedAt": "2022-06-21T09:02:27.208Z",
|
|
11014
11014
|
"devdoc": {
|
|
11015
11015
|
"kind": "dev",
|
|
11016
11016
|
"methods": {
|