@superfluid-finance/ethereum-contracts 1.3.2-dev.75a0001.0 → 1.3.2-dev.bf84335.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.
Files changed (117) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +9 -9
  5. package/build/contracts/AgreementLibrary.json +4 -4
  6. package/build/contracts/BaseRelayRecipient.json +1 -1
  7. package/build/contracts/BatchLiquidator.json +1046 -1046
  8. package/build/contracts/BatchOperation.json +530 -530
  9. package/build/contracts/CFAv1Library.json +4 -4
  10. package/build/contracts/CallUtils.json +1 -1
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1575 -1575
  12. package/build/contracts/ConstantFlowAgreementV1.json +6639 -6639
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +530 -530
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +2 -2
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +79 -79
  19. package/build/contracts/ERC1820RegistryCompiled.json +1 -1
  20. package/build/contracts/ERC20.json +1008 -1008
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1816 -1816
  24. package/build/contracts/ERC20WithTokenInfo.json +1 -1
  25. package/build/contracts/ERC777Helper.json +1 -1
  26. package/build/contracts/ERC777RecipientDrainingGas.json +354 -354
  27. package/build/contracts/ERC777RecipientReverting.json +377 -377
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/EventsEmitter.json +1 -1
  30. package/build/contracts/ExclusiveInflowTestApp.json +1603 -1603
  31. package/build/contracts/FixedSizeData.json +1 -1
  32. package/build/contracts/FlowExchangeTestApp.json +1713 -1713
  33. package/build/contracts/FlowOperatorDefinitions.json +530 -530
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +306 -306
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +1 -1
  38. package/build/contracts/IDAv1Library.json +4 -4
  39. package/build/contracts/IERC165.json +1 -1
  40. package/build/contracts/IERC1820Implementer.json +1 -1
  41. package/build/contracts/IERC1820Registry.json +1 -1
  42. package/build/contracts/IERC20.json +1 -1
  43. package/build/contracts/IERC20Metadata.json +1 -1
  44. package/build/contracts/IERC20Permit.json +1 -1
  45. package/build/contracts/IERC777.json +1 -1
  46. package/build/contracts/IERC777Recipient.json +1 -1
  47. package/build/contracts/IERC777Sender.json +1 -1
  48. package/build/contracts/IInstantDistributionAgreementV1.json +1 -1
  49. package/build/contracts/IMaticBridgedNativeSuperToken.json +2 -2
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +2 -2
  51. package/build/contracts/IMultiSigWallet.json +1 -1
  52. package/build/contracts/IPureSuperToken.json +2 -2
  53. package/build/contracts/IPureSuperTokenCustom.json +2 -2
  54. package/build/contracts/IRelayRecipient.json +1 -1
  55. package/build/contracts/IResolver.json +1 -1
  56. package/build/contracts/ISETH.json +2 -2
  57. package/build/contracts/ISETHCustom.json +2 -2
  58. package/build/contracts/ISuperAgreement.json +1 -1
  59. package/build/contracts/ISuperApp.json +2 -2
  60. package/build/contracts/ISuperToken.json +2 -2
  61. package/build/contracts/ISuperTokenFactory.json +2 -2
  62. package/build/contracts/ISuperfluid.json +369 -369
  63. package/build/contracts/ISuperfluidGovernance.json +2 -2
  64. package/build/contracts/ISuperfluidToken.json +1 -1
  65. package/build/contracts/ITOGAv1.json +2144 -2144
  66. package/build/contracts/ITOGAv2.json +2144 -2144
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +5430 -5430
  69. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +971 -971
  70. package/build/contracts/NonClosableOutflowTestApp.json +1478 -1478
  71. package/build/contracts/Ownable.json +1 -1
  72. package/build/contracts/Pausable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/PureSuperToken.json +694 -694
  75. package/build/contracts/Resolver.json +1058 -1058
  76. package/build/contracts/SETHProxy.json +661 -661
  77. package/build/contracts/SafeCast.json +1 -1
  78. package/build/contracts/SafeERC20.json +1 -1
  79. package/build/contracts/SafeMath.json +1 -1
  80. package/build/contracts/SelfDeletingFlowTestApp.json +1575 -1575
  81. package/build/contracts/SlotsBitmapLibrary.json +973 -973
  82. package/build/contracts/StreamRedirector.json +16865 -0
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +2 -2
  85. package/build/contracts/SuperAppDefinitions.json +530 -530
  86. package/build/contracts/SuperToken.json +9089 -9089
  87. package/build/contracts/SuperTokenFactory.json +2116 -2116
  88. package/build/contracts/SuperTokenFactoryBase.json +1012 -1012
  89. package/build/contracts/SuperTokenFactoryHelper.json +1118 -1118
  90. package/build/contracts/SuperUpgrader.json +2495 -2495
  91. package/build/contracts/Superfluid.json +13443 -13590
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +2423 -2423
  93. package/build/contracts/SuperfluidGovernanceBase.json +21 -21
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +530 -530
  95. package/build/contracts/SuperfluidGovernanceII.json +2080 -2080
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +227 -227
  97. package/build/contracts/SuperfluidLoader.json +752 -752
  98. package/build/contracts/SuperfluidToken.json +2293 -2293
  99. package/build/contracts/TOGA.json +4121 -4121
  100. package/build/contracts/TestGovernance.json +2402 -2402
  101. package/build/contracts/TestToken.json +1254 -1254
  102. package/build/contracts/TokenCustodian.json +903 -903
  103. package/build/contracts/TokenInfo.json +1 -1
  104. package/build/contracts/UUPSProxiable.json +247 -247
  105. package/build/contracts/UUPSProxy.json +257 -257
  106. package/build/contracts/UUPSUtils.json +85 -85
  107. package/build/contracts-sizes.txt +1 -1
  108. package/contracts/agreements/ConstantFlowAgreementV1.sol +1 -1
  109. package/contracts/interfaces/superfluid/Definitions.sol +6 -6
  110. package/contracts/interfaces/superfluid/ISuperfluid.sol +4 -4
  111. package/contracts/mocks/AgreementMock.sol +2 -2
  112. package/contracts/mocks/StreamRedirector.sol +179 -0
  113. package/contracts/mocks/SuperAppMocks.sol +3 -4
  114. package/contracts/mocks/SuperfluidMock.sol +2 -2
  115. package/contracts/superfluid/Superfluid.sol +20 -15
  116. package/package.json +3 -3
  117. package/scripts/deploy-test-token.js +7 -3
@@ -17,26 +17,26 @@
17
17
  "type": "function"
18
18
  }
19
19
  ],
20
- "metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{},\"title\":\"Full upgradable super token proxy contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol\":\"FullUpgradableSuperTokenProxy\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0xc130fe33f1b2132158531a87734153293f6d07bc263ff4ac90e85da9c82c0e27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8831721b6f4cc26534d190f9f1631c3f59c9ff38efdd911f85e0882b8e360472\",\"dweb:/ipfs/QmQZnLErZNStirSQ13ZNWQgvEYUtGE5tXYwn4QUPaVUfPN\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"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/superfluid/FullUpgradableSuperTokenProxy.sol\":{\"keccak256\":\"0xd8762c876977d3417650ef425eb3829a2da7e54b24e0bfab265dee36dbe5923a\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://3e8ba627d3732d4794f4bbfa615e648c1f7385668ed7dc66c52e167bd5e46204\",\"dweb:/ipfs/QmVSw4WYnJpr7B1XEZgxNdarRDMDzfm1T43e8HZy4Sgg2m\"]}},\"version\":1}",
21
- "bytecode": "0x608060405234801561001057600080fd5b5061023c806100206000396000f3fe6080604052600436106100225760003560e01c80638129fc1c1461003957610031565b366100315761002f61004e565b005b61002f61004e565b34801561004557600080fd5b5061002f610060565b61005e6100596100f9565b61019c565b565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546001600160a01b038116156100d35760405162461bcd60e51b8152602060048201526013602482015272105b1c9958591e481a5b9a5d1a585b1a5e9959606a1b604482015260640160405180910390fd5b50337fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a055565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546000906001600160a01b038116610134576101346101c0565b806001600160a01b0316639470a5b26040518163ffffffff1660e01b8152600401602060405180830381865afa158015610172573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061019691906101d6565b91505090565b3660008037600080366000845af43d6000803e8080156101bb573d6000f35b3d6000fd5b634e487b7160e01b600052600160045260246000fd5b6000602082840312156101e857600080fd5b81516001600160a01b03811681146101ff57600080fd5b939250505056fea2646970667358221220a84acbb824ac831cdca2903dd89d7fd722a30106f852e8fd803f71598e01ba8d64736f6c634300080e0033",
22
- "deployedBytecode": "0x6080604052600436106100225760003560e01c80638129fc1c1461003957610031565b366100315761002f61004e565b005b61002f61004e565b34801561004557600080fd5b5061002f610060565b61005e6100596100f9565b61019c565b565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546001600160a01b038116156100d35760405162461bcd60e51b8152602060048201526013602482015272105b1c9958591e481a5b9a5d1a585b1a5e9959606a1b604482015260640160405180910390fd5b50337fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a055565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546000906001600160a01b038116610134576101346101c0565b806001600160a01b0316639470a5b26040518163ffffffff1660e01b8152600401602060405180830381865afa158015610172573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061019691906101d6565b91505090565b3660008037600080366000845af43d6000803e8080156101bb573d6000f35b3d6000fd5b634e487b7160e01b600052600160045260246000fd5b6000602082840312156101e857600080fd5b81516001600160a01b03811681146101ff57600080fd5b939250505056fea2646970667358221220a84acbb824ac831cdca2903dd89d7fd722a30106f852e8fd803f71598e01ba8d64736f6c634300080e0033",
20
+ "metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{},\"title\":\"Full upgradable super token proxy contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol\":\"FullUpgradableSuperTokenProxy\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0xc130fe33f1b2132158531a87734153293f6d07bc263ff4ac90e85da9c82c0e27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8831721b6f4cc26534d190f9f1631c3f59c9ff38efdd911f85e0882b8e360472\",\"dweb:/ipfs/QmQZnLErZNStirSQ13ZNWQgvEYUtGE5tXYwn4QUPaVUfPN\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0xa90ceaf9d6170243a081524df94319655aea98ff1411d696610f9533cc043019\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://5919f3d615310c66d2f9acac1f5945c26b73e9dc5513f398eb71cf3a711e4d7f\",\"dweb:/ipfs/QmQYf1rDHRbPjRBRLEXyVDjingcELLbEKTT5szXk6kc8zk\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol\":{\"keccak256\":\"0xd8762c876977d3417650ef425eb3829a2da7e54b24e0bfab265dee36dbe5923a\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://3e8ba627d3732d4794f4bbfa615e648c1f7385668ed7dc66c52e167bd5e46204\",\"dweb:/ipfs/QmVSw4WYnJpr7B1XEZgxNdarRDMDzfm1T43e8HZy4Sgg2m\"]}},\"version\":1}",
21
+ "bytecode": "0x608060405234801561001057600080fd5b5061023c806100206000396000f3fe6080604052600436106100225760003560e01c80638129fc1c1461003957610031565b366100315761002f61004e565b005b61002f61004e565b34801561004557600080fd5b5061002f610060565b61005e6100596100f9565b61019c565b565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546001600160a01b038116156100d35760405162461bcd60e51b8152602060048201526013602482015272105b1c9958591e481a5b9a5d1a585b1a5e9959606a1b604482015260640160405180910390fd5b50337fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a055565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546000906001600160a01b038116610134576101346101c0565b806001600160a01b0316639470a5b26040518163ffffffff1660e01b8152600401602060405180830381865afa158015610172573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061019691906101d6565b91505090565b3660008037600080366000845af43d6000803e8080156101bb573d6000f35b3d6000fd5b634e487b7160e01b600052600160045260246000fd5b6000602082840312156101e857600080fd5b81516001600160a01b03811681146101ff57600080fd5b939250505056fea2646970667358221220078c31fbb185a9c18e28ba122a11d548ee6192cbe00313899ee480bd7ecffdd364736f6c634300080e0033",
22
+ "deployedBytecode": "0x6080604052600436106100225760003560e01c80638129fc1c1461003957610031565b366100315761002f61004e565b005b61002f61004e565b34801561004557600080fd5b5061002f610060565b61005e6100596100f9565b61019c565b565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546001600160a01b038116156100d35760405162461bcd60e51b8152602060048201526013602482015272105b1c9958591e481a5b9a5d1a585b1a5e9959606a1b604482015260640160405180910390fd5b50337fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a055565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546000906001600160a01b038116610134576101346101c0565b806001600160a01b0316639470a5b26040518163ffffffff1660e01b8152600401602060405180830381865afa158015610172573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061019691906101d6565b91505090565b3660008037600080366000845af43d6000803e8080156101bb573d6000f35b3d6000fd5b634e487b7160e01b600052600160045260246000fd5b6000602082840312156101e857600080fd5b81516001600160a01b03811681146101ff57600080fd5b939250505056fea2646970667358221220078c31fbb185a9c18e28ba122a11d548ee6192cbe00313899ee480bd7ecffdd364736f6c634300080e0033",
23
23
  "immutableReferences": {},
24
24
  "generatedSources": [],
25
25
  "deployedGeneratedSources": [
26
26
  {
27
27
  "ast": {
28
28
  "nodeType": "YulBlock",
29
- "src": "0:807:106",
29
+ "src": "0:807:107",
30
30
  "statements": [
31
31
  {
32
32
  "nodeType": "YulBlock",
33
- "src": "6:3:106",
33
+ "src": "6:3:107",
34
34
  "statements": []
35
35
  },
36
36
  {
37
37
  "body": {
38
38
  "nodeType": "YulBlock",
39
- "src": "188:169:106",
39
+ "src": "188:169:107",
40
40
  "statements": [
41
41
  {
42
42
  "expression": {
@@ -44,12 +44,12 @@
44
44
  {
45
45
  "name": "headStart",
46
46
  "nodeType": "YulIdentifier",
47
- "src": "205:9:106"
47
+ "src": "205:9:107"
48
48
  },
49
49
  {
50
50
  "kind": "number",
51
51
  "nodeType": "YulLiteral",
52
- "src": "216:2:106",
52
+ "src": "216:2:107",
53
53
  "type": "",
54
54
  "value": "32"
55
55
  }
@@ -57,13 +57,13 @@
57
57
  "functionName": {
58
58
  "name": "mstore",
59
59
  "nodeType": "YulIdentifier",
60
- "src": "198:6:106"
60
+ "src": "198:6:107"
61
61
  },
62
62
  "nodeType": "YulFunctionCall",
63
- "src": "198:21:106"
63
+ "src": "198:21:107"
64
64
  },
65
65
  "nodeType": "YulExpressionStatement",
66
- "src": "198:21:106"
66
+ "src": "198:21:107"
67
67
  },
68
68
  {
69
69
  "expression": {
@@ -73,12 +73,12 @@
73
73
  {
74
74
  "name": "headStart",
75
75
  "nodeType": "YulIdentifier",
76
- "src": "239:9:106"
76
+ "src": "239:9:107"
77
77
  },
78
78
  {
79
79
  "kind": "number",
80
80
  "nodeType": "YulLiteral",
81
- "src": "250:2:106",
81
+ "src": "250:2:107",
82
82
  "type": "",
83
83
  "value": "32"
84
84
  }
@@ -86,15 +86,15 @@
86
86
  "functionName": {
87
87
  "name": "add",
88
88
  "nodeType": "YulIdentifier",
89
- "src": "235:3:106"
89
+ "src": "235:3:107"
90
90
  },
91
91
  "nodeType": "YulFunctionCall",
92
- "src": "235:18:106"
92
+ "src": "235:18:107"
93
93
  },
94
94
  {
95
95
  "kind": "number",
96
96
  "nodeType": "YulLiteral",
97
- "src": "255:2:106",
97
+ "src": "255:2:107",
98
98
  "type": "",
99
99
  "value": "19"
100
100
  }
@@ -102,13 +102,13 @@
102
102
  "functionName": {
103
103
  "name": "mstore",
104
104
  "nodeType": "YulIdentifier",
105
- "src": "228:6:106"
105
+ "src": "228:6:107"
106
106
  },
107
107
  "nodeType": "YulFunctionCall",
108
- "src": "228:30:106"
108
+ "src": "228:30:107"
109
109
  },
110
110
  "nodeType": "YulExpressionStatement",
111
- "src": "228:30:106"
111
+ "src": "228:30:107"
112
112
  },
113
113
  {
114
114
  "expression": {
@@ -118,12 +118,12 @@
118
118
  {
119
119
  "name": "headStart",
120
120
  "nodeType": "YulIdentifier",
121
- "src": "278:9:106"
121
+ "src": "278:9:107"
122
122
  },
123
123
  {
124
124
  "kind": "number",
125
125
  "nodeType": "YulLiteral",
126
- "src": "289:2:106",
126
+ "src": "289:2:107",
127
127
  "type": "",
128
128
  "value": "64"
129
129
  }
@@ -131,16 +131,16 @@
131
131
  "functionName": {
132
132
  "name": "add",
133
133
  "nodeType": "YulIdentifier",
134
- "src": "274:3:106"
134
+ "src": "274:3:107"
135
135
  },
136
136
  "nodeType": "YulFunctionCall",
137
- "src": "274:18:106"
137
+ "src": "274:18:107"
138
138
  },
139
139
  {
140
140
  "hexValue": "416c726561647920696e697469616c697a6564",
141
141
  "kind": "string",
142
142
  "nodeType": "YulLiteral",
143
- "src": "294:21:106",
143
+ "src": "294:21:107",
144
144
  "type": "",
145
145
  "value": "Already initialized"
146
146
  }
@@ -148,28 +148,28 @@
148
148
  "functionName": {
149
149
  "name": "mstore",
150
150
  "nodeType": "YulIdentifier",
151
- "src": "267:6:106"
151
+ "src": "267:6:107"
152
152
  },
153
153
  "nodeType": "YulFunctionCall",
154
- "src": "267:49:106"
154
+ "src": "267:49:107"
155
155
  },
156
156
  "nodeType": "YulExpressionStatement",
157
- "src": "267:49:106"
157
+ "src": "267:49:107"
158
158
  },
159
159
  {
160
160
  "nodeType": "YulAssignment",
161
- "src": "325:26:106",
161
+ "src": "325:26:107",
162
162
  "value": {
163
163
  "arguments": [
164
164
  {
165
165
  "name": "headStart",
166
166
  "nodeType": "YulIdentifier",
167
- "src": "337:9:106"
167
+ "src": "337:9:107"
168
168
  },
169
169
  {
170
170
  "kind": "number",
171
171
  "nodeType": "YulLiteral",
172
- "src": "348:2:106",
172
+ "src": "348:2:107",
173
173
  "type": "",
174
174
  "value": "96"
175
175
  }
@@ -177,16 +177,16 @@
177
177
  "functionName": {
178
178
  "name": "add",
179
179
  "nodeType": "YulIdentifier",
180
- "src": "333:3:106"
180
+ "src": "333:3:107"
181
181
  },
182
182
  "nodeType": "YulFunctionCall",
183
- "src": "333:18:106"
183
+ "src": "333:18:107"
184
184
  },
185
185
  "variableNames": [
186
186
  {
187
187
  "name": "tail",
188
188
  "nodeType": "YulIdentifier",
189
- "src": "325:4:106"
189
+ "src": "325:4:107"
190
190
  }
191
191
  ]
192
192
  }
@@ -198,7 +198,7 @@
198
198
  {
199
199
  "name": "headStart",
200
200
  "nodeType": "YulTypedName",
201
- "src": "165:9:106",
201
+ "src": "165:9:107",
202
202
  "type": ""
203
203
  }
204
204
  ],
@@ -206,16 +206,16 @@
206
206
  {
207
207
  "name": "tail",
208
208
  "nodeType": "YulTypedName",
209
- "src": "179:4:106",
209
+ "src": "179:4:107",
210
210
  "type": ""
211
211
  }
212
212
  ],
213
- "src": "14:343:106"
213
+ "src": "14:343:107"
214
214
  },
215
215
  {
216
216
  "body": {
217
217
  "nodeType": "YulBlock",
218
- "src": "394:95:106",
218
+ "src": "394:95:107",
219
219
  "statements": [
220
220
  {
221
221
  "expression": {
@@ -223,7 +223,7 @@
223
223
  {
224
224
  "kind": "number",
225
225
  "nodeType": "YulLiteral",
226
- "src": "411:1:106",
226
+ "src": "411:1:107",
227
227
  "type": "",
228
228
  "value": "0"
229
229
  },
@@ -232,14 +232,14 @@
232
232
  {
233
233
  "kind": "number",
234
234
  "nodeType": "YulLiteral",
235
- "src": "418:3:106",
235
+ "src": "418:3:107",
236
236
  "type": "",
237
237
  "value": "224"
238
238
  },
239
239
  {
240
240
  "kind": "number",
241
241
  "nodeType": "YulLiteral",
242
- "src": "423:10:106",
242
+ "src": "423:10:107",
243
243
  "type": "",
244
244
  "value": "0x4e487b71"
245
245
  }
@@ -247,22 +247,22 @@
247
247
  "functionName": {
248
248
  "name": "shl",
249
249
  "nodeType": "YulIdentifier",
250
- "src": "414:3:106"
250
+ "src": "414:3:107"
251
251
  },
252
252
  "nodeType": "YulFunctionCall",
253
- "src": "414:20:106"
253
+ "src": "414:20:107"
254
254
  }
255
255
  ],
256
256
  "functionName": {
257
257
  "name": "mstore",
258
258
  "nodeType": "YulIdentifier",
259
- "src": "404:6:106"
259
+ "src": "404:6:107"
260
260
  },
261
261
  "nodeType": "YulFunctionCall",
262
- "src": "404:31:106"
262
+ "src": "404:31:107"
263
263
  },
264
264
  "nodeType": "YulExpressionStatement",
265
- "src": "404:31:106"
265
+ "src": "404:31:107"
266
266
  },
267
267
  {
268
268
  "expression": {
@@ -270,14 +270,14 @@
270
270
  {
271
271
  "kind": "number",
272
272
  "nodeType": "YulLiteral",
273
- "src": "451:1:106",
273
+ "src": "451:1:107",
274
274
  "type": "",
275
275
  "value": "4"
276
276
  },
277
277
  {
278
278
  "kind": "number",
279
279
  "nodeType": "YulLiteral",
280
- "src": "454:4:106",
280
+ "src": "454:4:107",
281
281
  "type": "",
282
282
  "value": "0x01"
283
283
  }
@@ -285,13 +285,13 @@
285
285
  "functionName": {
286
286
  "name": "mstore",
287
287
  "nodeType": "YulIdentifier",
288
- "src": "444:6:106"
288
+ "src": "444:6:107"
289
289
  },
290
290
  "nodeType": "YulFunctionCall",
291
- "src": "444:15:106"
291
+ "src": "444:15:107"
292
292
  },
293
293
  "nodeType": "YulExpressionStatement",
294
- "src": "444:15:106"
294
+ "src": "444:15:107"
295
295
  },
296
296
  {
297
297
  "expression": {
@@ -299,14 +299,14 @@
299
299
  {
300
300
  "kind": "number",
301
301
  "nodeType": "YulLiteral",
302
- "src": "475:1:106",
302
+ "src": "475:1:107",
303
303
  "type": "",
304
304
  "value": "0"
305
305
  },
306
306
  {
307
307
  "kind": "number",
308
308
  "nodeType": "YulLiteral",
309
- "src": "478:4:106",
309
+ "src": "478:4:107",
310
310
  "type": "",
311
311
  "value": "0x24"
312
312
  }
@@ -314,29 +314,29 @@
314
314
  "functionName": {
315
315
  "name": "revert",
316
316
  "nodeType": "YulIdentifier",
317
- "src": "468:6:106"
317
+ "src": "468:6:107"
318
318
  },
319
319
  "nodeType": "YulFunctionCall",
320
- "src": "468:15:106"
320
+ "src": "468:15:107"
321
321
  },
322
322
  "nodeType": "YulExpressionStatement",
323
- "src": "468:15:106"
323
+ "src": "468:15:107"
324
324
  }
325
325
  ]
326
326
  },
327
327
  "name": "panic_error_0x01",
328
328
  "nodeType": "YulFunctionDefinition",
329
- "src": "362:127:106"
329
+ "src": "362:127:107"
330
330
  },
331
331
  {
332
332
  "body": {
333
333
  "nodeType": "YulBlock",
334
- "src": "596:209:106",
334
+ "src": "596:209:107",
335
335
  "statements": [
336
336
  {
337
337
  "body": {
338
338
  "nodeType": "YulBlock",
339
- "src": "642:16:106",
339
+ "src": "642:16:107",
340
340
  "statements": [
341
341
  {
342
342
  "expression": {
@@ -344,14 +344,14 @@
344
344
  {
345
345
  "kind": "number",
346
346
  "nodeType": "YulLiteral",
347
- "src": "651:1:106",
347
+ "src": "651:1:107",
348
348
  "type": "",
349
349
  "value": "0"
350
350
  },
351
351
  {
352
352
  "kind": "number",
353
353
  "nodeType": "YulLiteral",
354
- "src": "654:1:106",
354
+ "src": "654:1:107",
355
355
  "type": "",
356
356
  "value": "0"
357
357
  }
@@ -359,13 +359,13 @@
359
359
  "functionName": {
360
360
  "name": "revert",
361
361
  "nodeType": "YulIdentifier",
362
- "src": "644:6:106"
362
+ "src": "644:6:107"
363
363
  },
364
364
  "nodeType": "YulFunctionCall",
365
- "src": "644:12:106"
365
+ "src": "644:12:107"
366
366
  },
367
367
  "nodeType": "YulExpressionStatement",
368
- "src": "644:12:106"
368
+ "src": "644:12:107"
369
369
  }
370
370
  ]
371
371
  },
@@ -376,26 +376,26 @@
376
376
  {
377
377
  "name": "dataEnd",
378
378
  "nodeType": "YulIdentifier",
379
- "src": "617:7:106"
379
+ "src": "617:7:107"
380
380
  },
381
381
  {
382
382
  "name": "headStart",
383
383
  "nodeType": "YulIdentifier",
384
- "src": "626:9:106"
384
+ "src": "626:9:107"
385
385
  }
386
386
  ],
387
387
  "functionName": {
388
388
  "name": "sub",
389
389
  "nodeType": "YulIdentifier",
390
- "src": "613:3:106"
390
+ "src": "613:3:107"
391
391
  },
392
392
  "nodeType": "YulFunctionCall",
393
- "src": "613:23:106"
393
+ "src": "613:23:107"
394
394
  },
395
395
  {
396
396
  "kind": "number",
397
397
  "nodeType": "YulLiteral",
398
- "src": "638:2:106",
398
+ "src": "638:2:107",
399
399
  "type": "",
400
400
  "value": "32"
401
401
  }
@@ -403,38 +403,38 @@
403
403
  "functionName": {
404
404
  "name": "slt",
405
405
  "nodeType": "YulIdentifier",
406
- "src": "609:3:106"
406
+ "src": "609:3:107"
407
407
  },
408
408
  "nodeType": "YulFunctionCall",
409
- "src": "609:32:106"
409
+ "src": "609:32:107"
410
410
  },
411
411
  "nodeType": "YulIf",
412
- "src": "606:52:106"
412
+ "src": "606:52:107"
413
413
  },
414
414
  {
415
415
  "nodeType": "YulVariableDeclaration",
416
- "src": "667:29:106",
416
+ "src": "667:29:107",
417
417
  "value": {
418
418
  "arguments": [
419
419
  {
420
420
  "name": "headStart",
421
421
  "nodeType": "YulIdentifier",
422
- "src": "686:9:106"
422
+ "src": "686:9:107"
423
423
  }
424
424
  ],
425
425
  "functionName": {
426
426
  "name": "mload",
427
427
  "nodeType": "YulIdentifier",
428
- "src": "680:5:106"
428
+ "src": "680:5:107"
429
429
  },
430
430
  "nodeType": "YulFunctionCall",
431
- "src": "680:16:106"
431
+ "src": "680:16:107"
432
432
  },
433
433
  "variables": [
434
434
  {
435
435
  "name": "value",
436
436
  "nodeType": "YulTypedName",
437
- "src": "671:5:106",
437
+ "src": "671:5:107",
438
438
  "type": ""
439
439
  }
440
440
  ]
@@ -442,7 +442,7 @@
442
442
  {
443
443
  "body": {
444
444
  "nodeType": "YulBlock",
445
- "src": "759:16:106",
445
+ "src": "759:16:107",
446
446
  "statements": [
447
447
  {
448
448
  "expression": {
@@ -450,14 +450,14 @@
450
450
  {
451
451
  "kind": "number",
452
452
  "nodeType": "YulLiteral",
453
- "src": "768:1:106",
453
+ "src": "768:1:107",
454
454
  "type": "",
455
455
  "value": "0"
456
456
  },
457
457
  {
458
458
  "kind": "number",
459
459
  "nodeType": "YulLiteral",
460
- "src": "771:1:106",
460
+ "src": "771:1:107",
461
461
  "type": "",
462
462
  "value": "0"
463
463
  }
@@ -465,13 +465,13 @@
465
465
  "functionName": {
466
466
  "name": "revert",
467
467
  "nodeType": "YulIdentifier",
468
- "src": "761:6:106"
468
+ "src": "761:6:107"
469
469
  },
470
470
  "nodeType": "YulFunctionCall",
471
- "src": "761:12:106"
471
+ "src": "761:12:107"
472
472
  },
473
473
  "nodeType": "YulExpressionStatement",
474
- "src": "761:12:106"
474
+ "src": "761:12:107"
475
475
  }
476
476
  ]
477
477
  },
@@ -482,14 +482,14 @@
482
482
  {
483
483
  "name": "value",
484
484
  "nodeType": "YulIdentifier",
485
- "src": "718:5:106"
485
+ "src": "718:5:107"
486
486
  },
487
487
  {
488
488
  "arguments": [
489
489
  {
490
490
  "name": "value",
491
491
  "nodeType": "YulIdentifier",
492
- "src": "729:5:106"
492
+ "src": "729:5:107"
493
493
  },
494
494
  {
495
495
  "arguments": [
@@ -498,14 +498,14 @@
498
498
  {
499
499
  "kind": "number",
500
500
  "nodeType": "YulLiteral",
501
- "src": "744:3:106",
501
+ "src": "744:3:107",
502
502
  "type": "",
503
503
  "value": "160"
504
504
  },
505
505
  {
506
506
  "kind": "number",
507
507
  "nodeType": "YulLiteral",
508
- "src": "749:1:106",
508
+ "src": "749:1:107",
509
509
  "type": "",
510
510
  "value": "1"
511
511
  }
@@ -513,15 +513,15 @@
513
513
  "functionName": {
514
514
  "name": "shl",
515
515
  "nodeType": "YulIdentifier",
516
- "src": "740:3:106"
516
+ "src": "740:3:107"
517
517
  },
518
518
  "nodeType": "YulFunctionCall",
519
- "src": "740:11:106"
519
+ "src": "740:11:107"
520
520
  },
521
521
  {
522
522
  "kind": "number",
523
523
  "nodeType": "YulLiteral",
524
- "src": "753:1:106",
524
+ "src": "753:1:107",
525
525
  "type": "",
526
526
  "value": "1"
527
527
  }
@@ -529,54 +529,54 @@
529
529
  "functionName": {
530
530
  "name": "sub",
531
531
  "nodeType": "YulIdentifier",
532
- "src": "736:3:106"
532
+ "src": "736:3:107"
533
533
  },
534
534
  "nodeType": "YulFunctionCall",
535
- "src": "736:19:106"
535
+ "src": "736:19:107"
536
536
  }
537
537
  ],
538
538
  "functionName": {
539
539
  "name": "and",
540
540
  "nodeType": "YulIdentifier",
541
- "src": "725:3:106"
541
+ "src": "725:3:107"
542
542
  },
543
543
  "nodeType": "YulFunctionCall",
544
- "src": "725:31:106"
544
+ "src": "725:31:107"
545
545
  }
546
546
  ],
547
547
  "functionName": {
548
548
  "name": "eq",
549
549
  "nodeType": "YulIdentifier",
550
- "src": "715:2:106"
550
+ "src": "715:2:107"
551
551
  },
552
552
  "nodeType": "YulFunctionCall",
553
- "src": "715:42:106"
553
+ "src": "715:42:107"
554
554
  }
555
555
  ],
556
556
  "functionName": {
557
557
  "name": "iszero",
558
558
  "nodeType": "YulIdentifier",
559
- "src": "708:6:106"
559
+ "src": "708:6:107"
560
560
  },
561
561
  "nodeType": "YulFunctionCall",
562
- "src": "708:50:106"
562
+ "src": "708:50:107"
563
563
  },
564
564
  "nodeType": "YulIf",
565
- "src": "705:70:106"
565
+ "src": "705:70:107"
566
566
  },
567
567
  {
568
568
  "nodeType": "YulAssignment",
569
- "src": "784:15:106",
569
+ "src": "784:15:107",
570
570
  "value": {
571
571
  "name": "value",
572
572
  "nodeType": "YulIdentifier",
573
- "src": "794:5:106"
573
+ "src": "794:5:107"
574
574
  },
575
575
  "variableNames": [
576
576
  {
577
577
  "name": "value0",
578
578
  "nodeType": "YulIdentifier",
579
- "src": "784:6:106"
579
+ "src": "784:6:107"
580
580
  }
581
581
  ]
582
582
  }
@@ -588,13 +588,13 @@
588
588
  {
589
589
  "name": "headStart",
590
590
  "nodeType": "YulTypedName",
591
- "src": "562:9:106",
591
+ "src": "562:9:107",
592
592
  "type": ""
593
593
  },
594
594
  {
595
595
  "name": "dataEnd",
596
596
  "nodeType": "YulTypedName",
597
- "src": "573:7:106",
597
+ "src": "573:7:107",
598
598
  "type": ""
599
599
  }
600
600
  ],
@@ -602,29 +602,29 @@
602
602
  {
603
603
  "name": "value0",
604
604
  "nodeType": "YulTypedName",
605
- "src": "585:6:106",
605
+ "src": "585:6:107",
606
606
  "type": ""
607
607
  }
608
608
  ],
609
- "src": "494:311:106"
609
+ "src": "494:311:107"
610
610
  }
611
611
  ]
612
612
  },
613
613
  "contents": "{\n { }\n function abi_encode_tuple_t_stringliteral_d3814fd4e72cfd7651525eee846049aca388165c613a1085fb56751abcdd36c0__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 19)\n mstore(add(headStart, 64), \"Already initialized\")\n tail := add(headStart, 96)\n }\n function panic_error_0x01()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x01)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_ISuperToken_$19482_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n value0 := value\n }\n}",
614
- "id": 106,
614
+ "id": 107,
615
615
  "language": "Yul",
616
616
  "name": "#utility.yul"
617
617
  }
618
618
  ],
619
- "sourceMap": "296:952:86:-:0;;;;;;;;;;;;;;;;;;;",
620
- "deployedSourceMap": "296:952:86:-:0;;;;;;;;;;;;;;;;;;;;;;;2898:11:5;:9;:11::i;:::-;296:952:86;;2675:11:5;:9;:11::i;565:360:86:-;;;;;;;;;;;;;:::i;2322:110:5:-;2397:28;2407:17;:15;:17::i;:::-;2397:9;:28::i;:::-;2322:110::o;565:360:86:-;698:13;692:20;-1:-1:-1;;;;;739:30:86;;;731:62;;;;-1:-1:-1;;;731:62:86;;216:2:106;731:62:86;;;198:21:106;255:2;235:18;;;228:30;-1:-1:-1;;;274:18:106;;;267:49;333:18;;731:62:86;;;;;;;;-1:-1:-1;813:10:86;886:13;879:30;565:360::o;931:314::-;1113:13;1107:20;990:12;;-1:-1:-1;;;;;1153:30:86;;1146:38;;;;:::i;:::-;1209:7;-1:-1:-1;;;;;1209:26:86;;:28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1194:44;;;931:314;:::o;948:895:5:-;1286:14;1283:1;1280;1267:34;1500:1;1497;1481:14;1478:1;1462:14;1455:5;1442:60;1576:16;1573:1;1570;1555:38;1614:6;1681:66;;;;1796:16;1793:1;1786:27;1681:66;1716:16;1713:1;1706:27;362:127:106;423:10;418:3;414:20;411:1;404:31;454:4;451:1;444:15;478:4;475:1;468:15;494:311;585:6;638:2;626:9;617:7;613:23;609:32;606:52;;;654:1;651;644:12;606:52;680:16;;-1:-1:-1;;;;;725:31:106;;715:42;;705:70;;771:1;768;761:12;705:70;794:5;494:311;-1:-1:-1;;;494:311:106:o",
619
+ "sourceMap": "296:952:87:-:0;;;;;;;;;;;;;;;;;;;",
620
+ "deployedSourceMap": "296:952:87:-:0;;;;;;;;;;;;;;;;;;;;;;;2898:11:5;:9;:11::i;:::-;296:952:87;;2675:11:5;:9;:11::i;565:360:87:-;;;;;;;;;;;;;:::i;2322:110:5:-;2397:28;2407:17;:15;:17::i;:::-;2397:9;:28::i;:::-;2322:110::o;565:360:87:-;698:13;692:20;-1:-1:-1;;;;;739:30:87;;;731:62;;;;-1:-1:-1;;;731:62:87;;216:2:107;731:62:87;;;198:21:107;255:2;235:18;;;228:30;-1:-1:-1;;;274:18:107;;;267:49;333:18;;731:62:87;;;;;;;;-1:-1:-1;813:10:87;886:13;879:30;565:360::o;931:314::-;1113:13;1107:20;990:12;;-1:-1:-1;;;;;1153:30:87;;1146:38;;;;:::i;:::-;1209:7;-1:-1:-1;;;;;1209:26:87;;:28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1194:44;;;931:314;:::o;948:895:5:-;1286:14;1283:1;1280;1267:34;1500:1;1497;1481:14;1478:1;1462:14;1455:5;1442:60;1576:16;1573:1;1570;1555:38;1614:6;1681:66;;;;1796:16;1793:1;1786:27;1681:66;1716:16;1713:1;1706:27;362:127:107;423:10;418:3;414:20;411:1;404:31;454:4;451:1;444:15;478:4;475:1;468:15;494:311;585:6;638:2;626:9;617:7;613:23;609:32;606:52;;;654:1;651;644:12;606:52;680:16;;-1:-1:-1;;;;;725:31:107;;715:42;;705:70;;771:1;768;761:12;705:70;794:5;494:311;-1:-1:-1;;;494:311:107:o",
621
621
  "source": "// SPDX-License-Identifier: AGPLv3\npragma solidity 0.8.14;\n\nimport { ISuperTokenFactory } from \"../interfaces/superfluid/ISuperTokenFactory.sol\";\nimport { Proxy } from \"@openzeppelin/contracts/proxy/Proxy.sol\";\n\n\n/**\n * @title Full upgradable super token proxy contract\n * @author Superfluid\n */\ncontract FullUpgradableSuperTokenProxy is Proxy {\n\n // web3.utils.keccak256(\"org.superfluid-finance.FullUpgradableSuperTokenWrapper.factory_slot\")\n bytes32 internal constant _FACTORY_SLOT = 0xb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0;\n\n function initialize() external\n {\n address factory;\n assembly { // solium-disable-line\n factory := sload(_FACTORY_SLOT)\n }\n require(address(factory) == address(0), \"Already initialized\");\n factory = msg.sender;\n assembly { // solium-disable-line\n sstore(_FACTORY_SLOT, factory)\n }\n }\n\n function _implementation() internal override view returns (address impl) {\n ISuperTokenFactory factory;\n assembly { // solium-disable-line\n factory := sload(_FACTORY_SLOT)\n }\n assert(address(factory) != address(0));\n return address(factory.getSuperTokenLogic());\n }\n\n}\n",
622
622
  "sourcePath": "/home/runner/work/protocol-monorepo/protocol-monorepo/packages/ethereum-contracts/contracts/superfluid/FullUpgradableSuperTokenProxy.sol",
623
623
  "ast": {
624
624
  "absolutePath": "project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol",
625
625
  "exportedSymbols": {
626
626
  "FullUpgradableSuperTokenProxy": [
627
- 30326
627
+ 30749
628
628
  ],
629
629
  "ISuperTokenFactory": [
630
630
  19571
@@ -633,38 +633,38 @@
633
633
  707
634
634
  ]
635
635
  },
636
- "id": 30327,
636
+ "id": 30750,
637
637
  "license": "AGPLv3",
638
638
  "nodeType": "SourceUnit",
639
639
  "nodes": [
640
640
  {
641
- "id": 30257,
641
+ "id": 30680,
642
642
  "literals": [
643
643
  "solidity",
644
644
  "0.8",
645
645
  ".14"
646
646
  ],
647
647
  "nodeType": "PragmaDirective",
648
- "src": "35:23:86"
648
+ "src": "35:23:87"
649
649
  },
650
650
  {
651
651
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol",
652
652
  "file": "../interfaces/superfluid/ISuperTokenFactory.sol",
653
- "id": 30259,
653
+ "id": 30682,
654
654
  "nameLocation": "-1:-1:-1",
655
655
  "nodeType": "ImportDirective",
656
- "scope": 30327,
656
+ "scope": 30750,
657
657
  "sourceUnit": 19572,
658
- "src": "60:85:86",
658
+ "src": "60:85:87",
659
659
  "symbolAliases": [
660
660
  {
661
661
  "foreign": {
662
- "id": 30258,
662
+ "id": 30681,
663
663
  "name": "ISuperTokenFactory",
664
664
  "nodeType": "Identifier",
665
665
  "overloadedDeclarations": [],
666
666
  "referencedDeclaration": 19571,
667
- "src": "69:18:86",
667
+ "src": "69:18:87",
668
668
  "typeDescriptions": {}
669
669
  },
670
670
  "nameLocation": "-1:-1:-1"
@@ -675,21 +675,21 @@
675
675
  {
676
676
  "absolutePath": "@openzeppelin/contracts/proxy/Proxy.sol",
677
677
  "file": "@openzeppelin/contracts/proxy/Proxy.sol",
678
- "id": 30261,
678
+ "id": 30684,
679
679
  "nameLocation": "-1:-1:-1",
680
680
  "nodeType": "ImportDirective",
681
- "scope": 30327,
681
+ "scope": 30750,
682
682
  "sourceUnit": 708,
683
- "src": "146:64:86",
683
+ "src": "146:64:87",
684
684
  "symbolAliases": [
685
685
  {
686
686
  "foreign": {
687
- "id": 30260,
687
+ "id": 30683,
688
688
  "name": "Proxy",
689
689
  "nodeType": "Identifier",
690
690
  "overloadedDeclarations": [],
691
691
  "referencedDeclaration": 707,
692
- "src": "155:5:86",
692
+ "src": "155:5:87",
693
693
  "typeDescriptions": {}
694
694
  },
695
695
  "nameLocation": "-1:-1:-1"
@@ -702,45 +702,45 @@
702
702
  "baseContracts": [
703
703
  {
704
704
  "baseName": {
705
- "id": 30263,
705
+ "id": 30686,
706
706
  "name": "Proxy",
707
707
  "nodeType": "IdentifierPath",
708
708
  "referencedDeclaration": 707,
709
- "src": "338:5:86"
709
+ "src": "338:5:87"
710
710
  },
711
- "id": 30264,
711
+ "id": 30687,
712
712
  "nodeType": "InheritanceSpecifier",
713
- "src": "338:5:86"
713
+ "src": "338:5:87"
714
714
  }
715
715
  ],
716
716
  "canonicalName": "FullUpgradableSuperTokenProxy",
717
717
  "contractDependencies": [],
718
718
  "contractKind": "contract",
719
719
  "documentation": {
720
- "id": 30262,
720
+ "id": 30685,
721
721
  "nodeType": "StructuredDocumentation",
722
- "src": "213:82:86",
722
+ "src": "213:82:87",
723
723
  "text": " @title Full upgradable super token proxy contract\n @author Superfluid"
724
724
  },
725
725
  "fullyImplemented": true,
726
- "id": 30326,
726
+ "id": 30749,
727
727
  "linearizedBaseContracts": [
728
- 30326,
728
+ 30749,
729
729
  707
730
730
  ],
731
731
  "name": "FullUpgradableSuperTokenProxy",
732
- "nameLocation": "305:29:86",
732
+ "nameLocation": "305:29:87",
733
733
  "nodeType": "ContractDefinition",
734
734
  "nodes": [
735
735
  {
736
736
  "constant": true,
737
- "id": 30267,
737
+ "id": 30690,
738
738
  "mutability": "constant",
739
739
  "name": "_FACTORY_SLOT",
740
- "nameLocation": "476:13:86",
740
+ "nameLocation": "476:13:87",
741
741
  "nodeType": "VariableDeclaration",
742
- "scope": 30326,
743
- "src": "450:108:86",
742
+ "scope": 30749,
743
+ "src": "450:108:87",
744
744
  "stateVariable": true,
745
745
  "storageLocation": "default",
746
746
  "typeDescriptions": {
@@ -748,10 +748,10 @@
748
748
  "typeString": "bytes32"
749
749
  },
750
750
  "typeName": {
751
- "id": 30265,
751
+ "id": 30688,
752
752
  "name": "bytes32",
753
753
  "nodeType": "ElementaryTypeName",
754
- "src": "450:7:86",
754
+ "src": "450:7:87",
755
755
  "typeDescriptions": {
756
756
  "typeIdentifier": "t_bytes32",
757
757
  "typeString": "bytes32"
@@ -759,14 +759,14 @@
759
759
  },
760
760
  "value": {
761
761
  "hexValue": "307862386663643537313962336464663836323666333636343730356138396237666334373631323961353863316161356564613537633630306363313832316130",
762
- "id": 30266,
762
+ "id": 30689,
763
763
  "isConstant": false,
764
764
  "isLValue": false,
765
765
  "isPure": true,
766
766
  "kind": "number",
767
767
  "lValueRequested": false,
768
768
  "nodeType": "Literal",
769
- "src": "492:66:86",
769
+ "src": "492:66:87",
770
770
  "typeDescriptions": {
771
771
  "typeIdentifier": "t_rational_83672282734439866432251741803922881230589350856051288581439071895558452421024_by_1",
772
772
  "typeString": "int_const 8367...(69 digits omitted)...1024"
@@ -777,24 +777,24 @@
777
777
  },
778
778
  {
779
779
  "body": {
780
- "id": 30293,
780
+ "id": 30716,
781
781
  "nodeType": "Block",
782
- "src": "600:325:86",
782
+ "src": "600:325:87",
783
783
  "statements": [
784
784
  {
785
785
  "assignments": [
786
- 30271
786
+ 30694
787
787
  ],
788
788
  "declarations": [
789
789
  {
790
790
  "constant": false,
791
- "id": 30271,
791
+ "id": 30694,
792
792
  "mutability": "mutable",
793
793
  "name": "factory",
794
- "nameLocation": "618:7:86",
794
+ "nameLocation": "618:7:87",
795
795
  "nodeType": "VariableDeclaration",
796
- "scope": 30293,
797
- "src": "610:15:86",
796
+ "scope": 30716,
797
+ "src": "610:15:87",
798
798
  "stateVariable": false,
799
799
  "storageLocation": "default",
800
800
  "typeDescriptions": {
@@ -802,10 +802,10 @@
802
802
  "typeString": "address"
803
803
  },
804
804
  "typeName": {
805
- "id": 30270,
805
+ "id": 30693,
806
806
  "name": "address",
807
807
  "nodeType": "ElementaryTypeName",
808
- "src": "610:7:86",
808
+ "src": "610:7:87",
809
809
  "stateMutability": "nonpayable",
810
810
  "typeDescriptions": {
811
811
  "typeIdentifier": "t_address",
@@ -815,39 +815,39 @@
815
815
  "visibility": "internal"
816
816
  }
817
817
  ],
818
- "id": 30272,
818
+ "id": 30695,
819
819
  "nodeType": "VariableDeclarationStatement",
820
- "src": "610:15:86"
820
+ "src": "610:15:87"
821
821
  },
822
822
  {
823
823
  "AST": {
824
824
  "nodeType": "YulBlock",
825
- "src": "644:78:86",
825
+ "src": "644:78:87",
826
826
  "statements": [
827
827
  {
828
828
  "nodeType": "YulAssignment",
829
- "src": "681:31:86",
829
+ "src": "681:31:87",
830
830
  "value": {
831
831
  "arguments": [
832
832
  {
833
833
  "name": "_FACTORY_SLOT",
834
834
  "nodeType": "YulIdentifier",
835
- "src": "698:13:86"
835
+ "src": "698:13:87"
836
836
  }
837
837
  ],
838
838
  "functionName": {
839
839
  "name": "sload",
840
840
  "nodeType": "YulIdentifier",
841
- "src": "692:5:86"
841
+ "src": "692:5:87"
842
842
  },
843
843
  "nodeType": "YulFunctionCall",
844
- "src": "692:20:86"
844
+ "src": "692:20:87"
845
845
  },
846
846
  "variableNames": [
847
847
  {
848
848
  "name": "factory",
849
849
  "nodeType": "YulIdentifier",
850
- "src": "681:7:86"
850
+ "src": "681:7:87"
851
851
  }
852
852
  ]
853
853
  }
@@ -856,23 +856,23 @@
856
856
  "evmVersion": "london",
857
857
  "externalReferences": [
858
858
  {
859
- "declaration": 30267,
859
+ "declaration": 30690,
860
860
  "isOffset": false,
861
861
  "isSlot": false,
862
- "src": "698:13:86",
862
+ "src": "698:13:87",
863
863
  "valueSize": 1
864
864
  },
865
865
  {
866
- "declaration": 30271,
866
+ "declaration": 30694,
867
867
  "isOffset": false,
868
868
  "isSlot": false,
869
- "src": "681:7:86",
869
+ "src": "681:7:87",
870
870
  "valueSize": 1
871
871
  }
872
872
  ],
873
- "id": 30273,
873
+ "id": 30696,
874
874
  "nodeType": "InlineAssembly",
875
- "src": "635:87:86"
875
+ "src": "635:87:87"
876
876
  },
877
877
  {
878
878
  "expression": {
@@ -882,7 +882,7 @@
882
882
  "typeIdentifier": "t_address",
883
883
  "typeString": "address"
884
884
  },
885
- "id": 30283,
885
+ "id": 30706,
886
886
  "isConstant": false,
887
887
  "isLValue": false,
888
888
  "isPure": false,
@@ -890,12 +890,12 @@
890
890
  "leftExpression": {
891
891
  "arguments": [
892
892
  {
893
- "id": 30277,
893
+ "id": 30700,
894
894
  "name": "factory",
895
895
  "nodeType": "Identifier",
896
896
  "overloadedDeclarations": [],
897
- "referencedDeclaration": 30271,
898
- "src": "747:7:86",
897
+ "referencedDeclaration": 30694,
898
+ "src": "747:7:87",
899
899
  "typeDescriptions": {
900
900
  "typeIdentifier": "t_address",
901
901
  "typeString": "address"
@@ -909,26 +909,26 @@
909
909
  "typeString": "address"
910
910
  }
911
911
  ],
912
- "id": 30276,
912
+ "id": 30699,
913
913
  "isConstant": false,
914
914
  "isLValue": false,
915
915
  "isPure": true,
916
916
  "lValueRequested": false,
917
917
  "nodeType": "ElementaryTypeNameExpression",
918
- "src": "739:7:86",
918
+ "src": "739:7:87",
919
919
  "typeDescriptions": {
920
920
  "typeIdentifier": "t_type$_t_address_$",
921
921
  "typeString": "type(address)"
922
922
  },
923
923
  "typeName": {
924
- "id": 30275,
924
+ "id": 30698,
925
925
  "name": "address",
926
926
  "nodeType": "ElementaryTypeName",
927
- "src": "739:7:86",
927
+ "src": "739:7:87",
928
928
  "typeDescriptions": {}
929
929
  }
930
930
  },
931
- "id": 30278,
931
+ "id": 30701,
932
932
  "isConstant": false,
933
933
  "isLValue": false,
934
934
  "isPure": false,
@@ -936,7 +936,7 @@
936
936
  "lValueRequested": false,
937
937
  "names": [],
938
938
  "nodeType": "FunctionCall",
939
- "src": "739:16:86",
939
+ "src": "739:16:87",
940
940
  "tryCall": false,
941
941
  "typeDescriptions": {
942
942
  "typeIdentifier": "t_address",
@@ -949,14 +949,14 @@
949
949
  "arguments": [
950
950
  {
951
951
  "hexValue": "30",
952
- "id": 30281,
952
+ "id": 30704,
953
953
  "isConstant": false,
954
954
  "isLValue": false,
955
955
  "isPure": true,
956
956
  "kind": "number",
957
957
  "lValueRequested": false,
958
958
  "nodeType": "Literal",
959
- "src": "767:1:86",
959
+ "src": "767:1:87",
960
960
  "typeDescriptions": {
961
961
  "typeIdentifier": "t_rational_0_by_1",
962
962
  "typeString": "int_const 0"
@@ -971,26 +971,26 @@
971
971
  "typeString": "int_const 0"
972
972
  }
973
973
  ],
974
- "id": 30280,
974
+ "id": 30703,
975
975
  "isConstant": false,
976
976
  "isLValue": false,
977
977
  "isPure": true,
978
978
  "lValueRequested": false,
979
979
  "nodeType": "ElementaryTypeNameExpression",
980
- "src": "759:7:86",
980
+ "src": "759:7:87",
981
981
  "typeDescriptions": {
982
982
  "typeIdentifier": "t_type$_t_address_$",
983
983
  "typeString": "type(address)"
984
984
  },
985
985
  "typeName": {
986
- "id": 30279,
986
+ "id": 30702,
987
987
  "name": "address",
988
988
  "nodeType": "ElementaryTypeName",
989
- "src": "759:7:86",
989
+ "src": "759:7:87",
990
990
  "typeDescriptions": {}
991
991
  }
992
992
  },
993
- "id": 30282,
993
+ "id": 30705,
994
994
  "isConstant": false,
995
995
  "isLValue": false,
996
996
  "isPure": true,
@@ -998,14 +998,14 @@
998
998
  "lValueRequested": false,
999
999
  "names": [],
1000
1000
  "nodeType": "FunctionCall",
1001
- "src": "759:10:86",
1001
+ "src": "759:10:87",
1002
1002
  "tryCall": false,
1003
1003
  "typeDescriptions": {
1004
1004
  "typeIdentifier": "t_address",
1005
1005
  "typeString": "address"
1006
1006
  }
1007
1007
  },
1008
- "src": "739:30:86",
1008
+ "src": "739:30:87",
1009
1009
  "typeDescriptions": {
1010
1010
  "typeIdentifier": "t_bool",
1011
1011
  "typeString": "bool"
@@ -1013,14 +1013,14 @@
1013
1013
  },
1014
1014
  {
1015
1015
  "hexValue": "416c726561647920696e697469616c697a6564",
1016
- "id": 30284,
1016
+ "id": 30707,
1017
1017
  "isConstant": false,
1018
1018
  "isLValue": false,
1019
1019
  "isPure": true,
1020
1020
  "kind": "string",
1021
1021
  "lValueRequested": false,
1022
1022
  "nodeType": "Literal",
1023
- "src": "771:21:86",
1023
+ "src": "771:21:87",
1024
1024
  "typeDescriptions": {
1025
1025
  "typeIdentifier": "t_stringliteral_d3814fd4e72cfd7651525eee846049aca388165c613a1085fb56751abcdd36c0",
1026
1026
  "typeString": "literal_string \"Already initialized\""
@@ -1039,7 +1039,7 @@
1039
1039
  "typeString": "literal_string \"Already initialized\""
1040
1040
  }
1041
1041
  ],
1042
- "id": 30274,
1042
+ "id": 30697,
1043
1043
  "name": "require",
1044
1044
  "nodeType": "Identifier",
1045
1045
  "overloadedDeclarations": [
@@ -1047,13 +1047,13 @@
1047
1047
  4294967278
1048
1048
  ],
1049
1049
  "referencedDeclaration": 4294967278,
1050
- "src": "731:7:86",
1050
+ "src": "731:7:87",
1051
1051
  "typeDescriptions": {
1052
1052
  "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
1053
1053
  "typeString": "function (bool,string memory) pure"
1054
1054
  }
1055
1055
  },
1056
- "id": 30285,
1056
+ "id": 30708,
1057
1057
  "isConstant": false,
1058
1058
  "isLValue": false,
1059
1059
  "isPure": false,
@@ -1061,31 +1061,31 @@
1061
1061
  "lValueRequested": false,
1062
1062
  "names": [],
1063
1063
  "nodeType": "FunctionCall",
1064
- "src": "731:62:86",
1064
+ "src": "731:62:87",
1065
1065
  "tryCall": false,
1066
1066
  "typeDescriptions": {
1067
1067
  "typeIdentifier": "t_tuple$__$",
1068
1068
  "typeString": "tuple()"
1069
1069
  }
1070
1070
  },
1071
- "id": 30286,
1071
+ "id": 30709,
1072
1072
  "nodeType": "ExpressionStatement",
1073
- "src": "731:62:86"
1073
+ "src": "731:62:87"
1074
1074
  },
1075
1075
  {
1076
1076
  "expression": {
1077
- "id": 30290,
1077
+ "id": 30713,
1078
1078
  "isConstant": false,
1079
1079
  "isLValue": false,
1080
1080
  "isPure": false,
1081
1081
  "lValueRequested": false,
1082
1082
  "leftHandSide": {
1083
- "id": 30287,
1083
+ "id": 30710,
1084
1084
  "name": "factory",
1085
1085
  "nodeType": "Identifier",
1086
1086
  "overloadedDeclarations": [],
1087
- "referencedDeclaration": 30271,
1088
- "src": "803:7:86",
1087
+ "referencedDeclaration": 30694,
1088
+ "src": "803:7:87",
1089
1089
  "typeDescriptions": {
1090
1090
  "typeIdentifier": "t_address",
1091
1091
  "typeString": "address"
@@ -1095,44 +1095,44 @@
1095
1095
  "operator": "=",
1096
1096
  "rightHandSide": {
1097
1097
  "expression": {
1098
- "id": 30288,
1098
+ "id": 30711,
1099
1099
  "name": "msg",
1100
1100
  "nodeType": "Identifier",
1101
1101
  "overloadedDeclarations": [],
1102
1102
  "referencedDeclaration": 4294967281,
1103
- "src": "813:3:86",
1103
+ "src": "813:3:87",
1104
1104
  "typeDescriptions": {
1105
1105
  "typeIdentifier": "t_magic_message",
1106
1106
  "typeString": "msg"
1107
1107
  }
1108
1108
  },
1109
- "id": 30289,
1109
+ "id": 30712,
1110
1110
  "isConstant": false,
1111
1111
  "isLValue": false,
1112
1112
  "isPure": false,
1113
1113
  "lValueRequested": false,
1114
1114
  "memberName": "sender",
1115
1115
  "nodeType": "MemberAccess",
1116
- "src": "813:10:86",
1116
+ "src": "813:10:87",
1117
1117
  "typeDescriptions": {
1118
1118
  "typeIdentifier": "t_address",
1119
1119
  "typeString": "address"
1120
1120
  }
1121
1121
  },
1122
- "src": "803:20:86",
1122
+ "src": "803:20:87",
1123
1123
  "typeDescriptions": {
1124
1124
  "typeIdentifier": "t_address",
1125
1125
  "typeString": "address"
1126
1126
  }
1127
1127
  },
1128
- "id": 30291,
1128
+ "id": 30714,
1129
1129
  "nodeType": "ExpressionStatement",
1130
- "src": "803:20:86"
1130
+ "src": "803:20:87"
1131
1131
  },
1132
1132
  {
1133
1133
  "AST": {
1134
1134
  "nodeType": "YulBlock",
1135
- "src": "842:77:86",
1135
+ "src": "842:77:87",
1136
1136
  "statements": [
1137
1137
  {
1138
1138
  "expression": {
@@ -1140,72 +1140,72 @@
1140
1140
  {
1141
1141
  "name": "_FACTORY_SLOT",
1142
1142
  "nodeType": "YulIdentifier",
1143
- "src": "886:13:86"
1143
+ "src": "886:13:87"
1144
1144
  },
1145
1145
  {
1146
1146
  "name": "factory",
1147
1147
  "nodeType": "YulIdentifier",
1148
- "src": "901:7:86"
1148
+ "src": "901:7:87"
1149
1149
  }
1150
1150
  ],
1151
1151
  "functionName": {
1152
1152
  "name": "sstore",
1153
1153
  "nodeType": "YulIdentifier",
1154
- "src": "879:6:86"
1154
+ "src": "879:6:87"
1155
1155
  },
1156
1156
  "nodeType": "YulFunctionCall",
1157
- "src": "879:30:86"
1157
+ "src": "879:30:87"
1158
1158
  },
1159
1159
  "nodeType": "YulExpressionStatement",
1160
- "src": "879:30:86"
1160
+ "src": "879:30:87"
1161
1161
  }
1162
1162
  ]
1163
1163
  },
1164
1164
  "evmVersion": "london",
1165
1165
  "externalReferences": [
1166
1166
  {
1167
- "declaration": 30267,
1167
+ "declaration": 30690,
1168
1168
  "isOffset": false,
1169
1169
  "isSlot": false,
1170
- "src": "886:13:86",
1170
+ "src": "886:13:87",
1171
1171
  "valueSize": 1
1172
1172
  },
1173
1173
  {
1174
- "declaration": 30271,
1174
+ "declaration": 30694,
1175
1175
  "isOffset": false,
1176
1176
  "isSlot": false,
1177
- "src": "901:7:86",
1177
+ "src": "901:7:87",
1178
1178
  "valueSize": 1
1179
1179
  }
1180
1180
  ],
1181
- "id": 30292,
1181
+ "id": 30715,
1182
1182
  "nodeType": "InlineAssembly",
1183
- "src": "833:86:86"
1183
+ "src": "833:86:87"
1184
1184
  }
1185
1185
  ]
1186
1186
  },
1187
1187
  "functionSelector": "8129fc1c",
1188
- "id": 30294,
1188
+ "id": 30717,
1189
1189
  "implemented": true,
1190
1190
  "kind": "function",
1191
1191
  "modifiers": [],
1192
1192
  "name": "initialize",
1193
- "nameLocation": "574:10:86",
1193
+ "nameLocation": "574:10:87",
1194
1194
  "nodeType": "FunctionDefinition",
1195
1195
  "parameters": {
1196
- "id": 30268,
1196
+ "id": 30691,
1197
1197
  "nodeType": "ParameterList",
1198
1198
  "parameters": [],
1199
- "src": "584:2:86"
1199
+ "src": "584:2:87"
1200
1200
  },
1201
1201
  "returnParameters": {
1202
- "id": 30269,
1202
+ "id": 30692,
1203
1203
  "nodeType": "ParameterList",
1204
1204
  "parameters": [],
1205
- "src": "600:0:86"
1205
+ "src": "600:0:87"
1206
1206
  },
1207
- "scope": 30326,
1208
- "src": "565:360:86",
1207
+ "scope": 30749,
1208
+ "src": "565:360:87",
1209
1209
  "stateMutability": "nonpayable",
1210
1210
  "virtual": false,
1211
1211
  "visibility": "external"
@@ -1215,24 +1215,24 @@
1215
1215
  672
1216
1216
  ],
1217
1217
  "body": {
1218
- "id": 30324,
1218
+ "id": 30747,
1219
1219
  "nodeType": "Block",
1220
- "src": "1004:241:86",
1220
+ "src": "1004:241:87",
1221
1221
  "statements": [
1222
1222
  {
1223
1223
  "assignments": [
1224
- 30302
1224
+ 30725
1225
1225
  ],
1226
1226
  "declarations": [
1227
1227
  {
1228
1228
  "constant": false,
1229
- "id": 30302,
1229
+ "id": 30725,
1230
1230
  "mutability": "mutable",
1231
1231
  "name": "factory",
1232
- "nameLocation": "1033:7:86",
1232
+ "nameLocation": "1033:7:87",
1233
1233
  "nodeType": "VariableDeclaration",
1234
- "scope": 30324,
1235
- "src": "1014:26:86",
1234
+ "scope": 30747,
1235
+ "src": "1014:26:87",
1236
1236
  "stateVariable": false,
1237
1237
  "storageLocation": "default",
1238
1238
  "typeDescriptions": {
@@ -1240,17 +1240,17 @@
1240
1240
  "typeString": "contract ISuperTokenFactory"
1241
1241
  },
1242
1242
  "typeName": {
1243
- "id": 30301,
1243
+ "id": 30724,
1244
1244
  "nodeType": "UserDefinedTypeName",
1245
1245
  "pathNode": {
1246
- "id": 30300,
1246
+ "id": 30723,
1247
1247
  "name": "ISuperTokenFactory",
1248
1248
  "nodeType": "IdentifierPath",
1249
1249
  "referencedDeclaration": 19571,
1250
- "src": "1014:18:86"
1250
+ "src": "1014:18:87"
1251
1251
  },
1252
1252
  "referencedDeclaration": 19571,
1253
- "src": "1014:18:86",
1253
+ "src": "1014:18:87",
1254
1254
  "typeDescriptions": {
1255
1255
  "typeIdentifier": "t_contract$_ISuperTokenFactory_$19571",
1256
1256
  "typeString": "contract ISuperTokenFactory"
@@ -1259,39 +1259,39 @@
1259
1259
  "visibility": "internal"
1260
1260
  }
1261
1261
  ],
1262
- "id": 30303,
1262
+ "id": 30726,
1263
1263
  "nodeType": "VariableDeclarationStatement",
1264
- "src": "1014:26:86"
1264
+ "src": "1014:26:87"
1265
1265
  },
1266
1266
  {
1267
1267
  "AST": {
1268
1268
  "nodeType": "YulBlock",
1269
- "src": "1059:78:86",
1269
+ "src": "1059:78:87",
1270
1270
  "statements": [
1271
1271
  {
1272
1272
  "nodeType": "YulAssignment",
1273
- "src": "1096:31:86",
1273
+ "src": "1096:31:87",
1274
1274
  "value": {
1275
1275
  "arguments": [
1276
1276
  {
1277
1277
  "name": "_FACTORY_SLOT",
1278
1278
  "nodeType": "YulIdentifier",
1279
- "src": "1113:13:86"
1279
+ "src": "1113:13:87"
1280
1280
  }
1281
1281
  ],
1282
1282
  "functionName": {
1283
1283
  "name": "sload",
1284
1284
  "nodeType": "YulIdentifier",
1285
- "src": "1107:5:86"
1285
+ "src": "1107:5:87"
1286
1286
  },
1287
1287
  "nodeType": "YulFunctionCall",
1288
- "src": "1107:20:86"
1288
+ "src": "1107:20:87"
1289
1289
  },
1290
1290
  "variableNames": [
1291
1291
  {
1292
1292
  "name": "factory",
1293
1293
  "nodeType": "YulIdentifier",
1294
- "src": "1096:7:86"
1294
+ "src": "1096:7:87"
1295
1295
  }
1296
1296
  ]
1297
1297
  }
@@ -1300,23 +1300,23 @@
1300
1300
  "evmVersion": "london",
1301
1301
  "externalReferences": [
1302
1302
  {
1303
- "declaration": 30267,
1303
+ "declaration": 30690,
1304
1304
  "isOffset": false,
1305
1305
  "isSlot": false,
1306
- "src": "1113:13:86",
1306
+ "src": "1113:13:87",
1307
1307
  "valueSize": 1
1308
1308
  },
1309
1309
  {
1310
- "declaration": 30302,
1310
+ "declaration": 30725,
1311
1311
  "isOffset": false,
1312
1312
  "isSlot": false,
1313
- "src": "1096:7:86",
1313
+ "src": "1096:7:87",
1314
1314
  "valueSize": 1
1315
1315
  }
1316
1316
  ],
1317
- "id": 30304,
1317
+ "id": 30727,
1318
1318
  "nodeType": "InlineAssembly",
1319
- "src": "1050:87:86"
1319
+ "src": "1050:87:87"
1320
1320
  },
1321
1321
  {
1322
1322
  "expression": {
@@ -1326,7 +1326,7 @@
1326
1326
  "typeIdentifier": "t_address",
1327
1327
  "typeString": "address"
1328
1328
  },
1329
- "id": 30314,
1329
+ "id": 30737,
1330
1330
  "isConstant": false,
1331
1331
  "isLValue": false,
1332
1332
  "isPure": false,
@@ -1334,12 +1334,12 @@
1334
1334
  "leftExpression": {
1335
1335
  "arguments": [
1336
1336
  {
1337
- "id": 30308,
1337
+ "id": 30731,
1338
1338
  "name": "factory",
1339
1339
  "nodeType": "Identifier",
1340
1340
  "overloadedDeclarations": [],
1341
- "referencedDeclaration": 30302,
1342
- "src": "1161:7:86",
1341
+ "referencedDeclaration": 30725,
1342
+ "src": "1161:7:87",
1343
1343
  "typeDescriptions": {
1344
1344
  "typeIdentifier": "t_contract$_ISuperTokenFactory_$19571",
1345
1345
  "typeString": "contract ISuperTokenFactory"
@@ -1353,26 +1353,26 @@
1353
1353
  "typeString": "contract ISuperTokenFactory"
1354
1354
  }
1355
1355
  ],
1356
- "id": 30307,
1356
+ "id": 30730,
1357
1357
  "isConstant": false,
1358
1358
  "isLValue": false,
1359
1359
  "isPure": true,
1360
1360
  "lValueRequested": false,
1361
1361
  "nodeType": "ElementaryTypeNameExpression",
1362
- "src": "1153:7:86",
1362
+ "src": "1153:7:87",
1363
1363
  "typeDescriptions": {
1364
1364
  "typeIdentifier": "t_type$_t_address_$",
1365
1365
  "typeString": "type(address)"
1366
1366
  },
1367
1367
  "typeName": {
1368
- "id": 30306,
1368
+ "id": 30729,
1369
1369
  "name": "address",
1370
1370
  "nodeType": "ElementaryTypeName",
1371
- "src": "1153:7:86",
1371
+ "src": "1153:7:87",
1372
1372
  "typeDescriptions": {}
1373
1373
  }
1374
1374
  },
1375
- "id": 30309,
1375
+ "id": 30732,
1376
1376
  "isConstant": false,
1377
1377
  "isLValue": false,
1378
1378
  "isPure": false,
@@ -1380,7 +1380,7 @@
1380
1380
  "lValueRequested": false,
1381
1381
  "names": [],
1382
1382
  "nodeType": "FunctionCall",
1383
- "src": "1153:16:86",
1383
+ "src": "1153:16:87",
1384
1384
  "tryCall": false,
1385
1385
  "typeDescriptions": {
1386
1386
  "typeIdentifier": "t_address",
@@ -1393,14 +1393,14 @@
1393
1393
  "arguments": [
1394
1394
  {
1395
1395
  "hexValue": "30",
1396
- "id": 30312,
1396
+ "id": 30735,
1397
1397
  "isConstant": false,
1398
1398
  "isLValue": false,
1399
1399
  "isPure": true,
1400
1400
  "kind": "number",
1401
1401
  "lValueRequested": false,
1402
1402
  "nodeType": "Literal",
1403
- "src": "1181:1:86",
1403
+ "src": "1181:1:87",
1404
1404
  "typeDescriptions": {
1405
1405
  "typeIdentifier": "t_rational_0_by_1",
1406
1406
  "typeString": "int_const 0"
@@ -1415,26 +1415,26 @@
1415
1415
  "typeString": "int_const 0"
1416
1416
  }
1417
1417
  ],
1418
- "id": 30311,
1418
+ "id": 30734,
1419
1419
  "isConstant": false,
1420
1420
  "isLValue": false,
1421
1421
  "isPure": true,
1422
1422
  "lValueRequested": false,
1423
1423
  "nodeType": "ElementaryTypeNameExpression",
1424
- "src": "1173:7:86",
1424
+ "src": "1173:7:87",
1425
1425
  "typeDescriptions": {
1426
1426
  "typeIdentifier": "t_type$_t_address_$",
1427
1427
  "typeString": "type(address)"
1428
1428
  },
1429
1429
  "typeName": {
1430
- "id": 30310,
1430
+ "id": 30733,
1431
1431
  "name": "address",
1432
1432
  "nodeType": "ElementaryTypeName",
1433
- "src": "1173:7:86",
1433
+ "src": "1173:7:87",
1434
1434
  "typeDescriptions": {}
1435
1435
  }
1436
1436
  },
1437
- "id": 30313,
1437
+ "id": 30736,
1438
1438
  "isConstant": false,
1439
1439
  "isLValue": false,
1440
1440
  "isPure": true,
@@ -1442,14 +1442,14 @@
1442
1442
  "lValueRequested": false,
1443
1443
  "names": [],
1444
1444
  "nodeType": "FunctionCall",
1445
- "src": "1173:10:86",
1445
+ "src": "1173:10:87",
1446
1446
  "tryCall": false,
1447
1447
  "typeDescriptions": {
1448
1448
  "typeIdentifier": "t_address",
1449
1449
  "typeString": "address"
1450
1450
  }
1451
1451
  },
1452
- "src": "1153:30:86",
1452
+ "src": "1153:30:87",
1453
1453
  "typeDescriptions": {
1454
1454
  "typeIdentifier": "t_bool",
1455
1455
  "typeString": "bool"
@@ -1463,18 +1463,18 @@
1463
1463
  "typeString": "bool"
1464
1464
  }
1465
1465
  ],
1466
- "id": 30305,
1466
+ "id": 30728,
1467
1467
  "name": "assert",
1468
1468
  "nodeType": "Identifier",
1469
1469
  "overloadedDeclarations": [],
1470
1470
  "referencedDeclaration": 4294967293,
1471
- "src": "1146:6:86",
1471
+ "src": "1146:6:87",
1472
1472
  "typeDescriptions": {
1473
1473
  "typeIdentifier": "t_function_assert_pure$_t_bool_$returns$__$",
1474
1474
  "typeString": "function (bool) pure"
1475
1475
  }
1476
1476
  },
1477
- "id": 30315,
1477
+ "id": 30738,
1478
1478
  "isConstant": false,
1479
1479
  "isLValue": false,
1480
1480
  "isPure": false,
@@ -1482,16 +1482,16 @@
1482
1482
  "lValueRequested": false,
1483
1483
  "names": [],
1484
1484
  "nodeType": "FunctionCall",
1485
- "src": "1146:38:86",
1485
+ "src": "1146:38:87",
1486
1486
  "tryCall": false,
1487
1487
  "typeDescriptions": {
1488
1488
  "typeIdentifier": "t_tuple$__$",
1489
1489
  "typeString": "tuple()"
1490
1490
  }
1491
1491
  },
1492
- "id": 30316,
1492
+ "id": 30739,
1493
1493
  "nodeType": "ExpressionStatement",
1494
- "src": "1146:38:86"
1494
+ "src": "1146:38:87"
1495
1495
  },
1496
1496
  {
1497
1497
  "expression": {
@@ -1501,18 +1501,18 @@
1501
1501
  "expression": {
1502
1502
  "argumentTypes": [],
1503
1503
  "expression": {
1504
- "id": 30319,
1504
+ "id": 30742,
1505
1505
  "name": "factory",
1506
1506
  "nodeType": "Identifier",
1507
1507
  "overloadedDeclarations": [],
1508
- "referencedDeclaration": 30302,
1509
- "src": "1209:7:86",
1508
+ "referencedDeclaration": 30725,
1509
+ "src": "1209:7:87",
1510
1510
  "typeDescriptions": {
1511
1511
  "typeIdentifier": "t_contract$_ISuperTokenFactory_$19571",
1512
1512
  "typeString": "contract ISuperTokenFactory"
1513
1513
  }
1514
1514
  },
1515
- "id": 30320,
1515
+ "id": 30743,
1516
1516
  "isConstant": false,
1517
1517
  "isLValue": false,
1518
1518
  "isPure": false,
@@ -1520,13 +1520,13 @@
1520
1520
  "memberName": "getSuperTokenLogic",
1521
1521
  "nodeType": "MemberAccess",
1522
1522
  "referencedDeclaration": 19507,
1523
- "src": "1209:26:86",
1523
+ "src": "1209:26:87",
1524
1524
  "typeDescriptions": {
1525
1525
  "typeIdentifier": "t_function_external_view$__$returns$_t_contract$_ISuperToken_$19482_$",
1526
1526
  "typeString": "function () view external returns (contract ISuperToken)"
1527
1527
  }
1528
1528
  },
1529
- "id": 30321,
1529
+ "id": 30744,
1530
1530
  "isConstant": false,
1531
1531
  "isLValue": false,
1532
1532
  "isPure": false,
@@ -1534,7 +1534,7 @@
1534
1534
  "lValueRequested": false,
1535
1535
  "names": [],
1536
1536
  "nodeType": "FunctionCall",
1537
- "src": "1209:28:86",
1537
+ "src": "1209:28:87",
1538
1538
  "tryCall": false,
1539
1539
  "typeDescriptions": {
1540
1540
  "typeIdentifier": "t_contract$_ISuperToken_$19482",
@@ -1549,26 +1549,26 @@
1549
1549
  "typeString": "contract ISuperToken"
1550
1550
  }
1551
1551
  ],
1552
- "id": 30318,
1552
+ "id": 30741,
1553
1553
  "isConstant": false,
1554
1554
  "isLValue": false,
1555
1555
  "isPure": true,
1556
1556
  "lValueRequested": false,
1557
1557
  "nodeType": "ElementaryTypeNameExpression",
1558
- "src": "1201:7:86",
1558
+ "src": "1201:7:87",
1559
1559
  "typeDescriptions": {
1560
1560
  "typeIdentifier": "t_type$_t_address_$",
1561
1561
  "typeString": "type(address)"
1562
1562
  },
1563
1563
  "typeName": {
1564
- "id": 30317,
1564
+ "id": 30740,
1565
1565
  "name": "address",
1566
1566
  "nodeType": "ElementaryTypeName",
1567
- "src": "1201:7:86",
1567
+ "src": "1201:7:87",
1568
1568
  "typeDescriptions": {}
1569
1569
  }
1570
1570
  },
1571
- "id": 30322,
1571
+ "id": 30745,
1572
1572
  "isConstant": false,
1573
1573
  "isLValue": false,
1574
1574
  "isPure": false,
@@ -1576,52 +1576,52 @@
1576
1576
  "lValueRequested": false,
1577
1577
  "names": [],
1578
1578
  "nodeType": "FunctionCall",
1579
- "src": "1201:37:86",
1579
+ "src": "1201:37:87",
1580
1580
  "tryCall": false,
1581
1581
  "typeDescriptions": {
1582
1582
  "typeIdentifier": "t_address",
1583
1583
  "typeString": "address"
1584
1584
  }
1585
1585
  },
1586
- "functionReturnParameters": 30299,
1587
- "id": 30323,
1586
+ "functionReturnParameters": 30722,
1587
+ "id": 30746,
1588
1588
  "nodeType": "Return",
1589
- "src": "1194:44:86"
1589
+ "src": "1194:44:87"
1590
1590
  }
1591
1591
  ]
1592
1592
  },
1593
- "id": 30325,
1593
+ "id": 30748,
1594
1594
  "implemented": true,
1595
1595
  "kind": "function",
1596
1596
  "modifiers": [],
1597
1597
  "name": "_implementation",
1598
- "nameLocation": "940:15:86",
1598
+ "nameLocation": "940:15:87",
1599
1599
  "nodeType": "FunctionDefinition",
1600
1600
  "overrides": {
1601
- "id": 30296,
1601
+ "id": 30719,
1602
1602
  "nodeType": "OverrideSpecifier",
1603
1603
  "overrides": [],
1604
- "src": "967:8:86"
1604
+ "src": "967:8:87"
1605
1605
  },
1606
1606
  "parameters": {
1607
- "id": 30295,
1607
+ "id": 30718,
1608
1608
  "nodeType": "ParameterList",
1609
1609
  "parameters": [],
1610
- "src": "955:2:86"
1610
+ "src": "955:2:87"
1611
1611
  },
1612
1612
  "returnParameters": {
1613
- "id": 30299,
1613
+ "id": 30722,
1614
1614
  "nodeType": "ParameterList",
1615
1615
  "parameters": [
1616
1616
  {
1617
1617
  "constant": false,
1618
- "id": 30298,
1618
+ "id": 30721,
1619
1619
  "mutability": "mutable",
1620
1620
  "name": "impl",
1621
- "nameLocation": "998:4:86",
1621
+ "nameLocation": "998:4:87",
1622
1622
  "nodeType": "VariableDeclaration",
1623
- "scope": 30325,
1624
- "src": "990:12:86",
1623
+ "scope": 30748,
1624
+ "src": "990:12:87",
1625
1625
  "stateVariable": false,
1626
1626
  "storageLocation": "default",
1627
1627
  "typeDescriptions": {
@@ -1629,10 +1629,10 @@
1629
1629
  "typeString": "address"
1630
1630
  },
1631
1631
  "typeName": {
1632
- "id": 30297,
1632
+ "id": 30720,
1633
1633
  "name": "address",
1634
1634
  "nodeType": "ElementaryTypeName",
1635
- "src": "990:7:86",
1635
+ "src": "990:7:87",
1636
1636
  "stateMutability": "nonpayable",
1637
1637
  "typeDescriptions": {
1638
1638
  "typeIdentifier": "t_address",
@@ -1642,21 +1642,21 @@
1642
1642
  "visibility": "internal"
1643
1643
  }
1644
1644
  ],
1645
- "src": "989:14:86"
1645
+ "src": "989:14:87"
1646
1646
  },
1647
- "scope": 30326,
1648
- "src": "931:314:86",
1647
+ "scope": 30749,
1648
+ "src": "931:314:87",
1649
1649
  "stateMutability": "view",
1650
1650
  "virtual": false,
1651
1651
  "visibility": "internal"
1652
1652
  }
1653
1653
  ],
1654
- "scope": 30327,
1655
- "src": "296:952:86",
1654
+ "scope": 30750,
1655
+ "src": "296:952:87",
1656
1656
  "usedErrors": []
1657
1657
  }
1658
1658
  ],
1659
- "src": "35:1214:86"
1659
+ "src": "35:1214:87"
1660
1660
  },
1661
1661
  "compiler": {
1662
1662
  "name": "solc",
@@ -1664,7 +1664,7 @@
1664
1664
  },
1665
1665
  "networks": {},
1666
1666
  "schemaVersion": "3.4.8",
1667
- "updatedAt": "2022-08-08T11:01:28.582Z",
1667
+ "updatedAt": "2022-08-11T12:58:52.030Z",
1668
1668
  "devdoc": {
1669
1669
  "author": "Superfluid",
1670
1670
  "kind": "dev",