@superfluid-finance/ethereum-contracts 1.3.2-dev.bf84335.0 → 1.3.2-dev.ccb1898.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/contracts/AccessControl.json +1 -1
- package/build/contracts/AccessControlEnumerable.json +1 -1
- package/build/contracts/Address.json +1 -1
- package/build/contracts/AgreementBase.json +18 -18
- package/build/contracts/AgreementLibrary.json +1272 -1183
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +211 -211
- package/build/contracts/BatchOperation.json +599 -599
- package/build/contracts/CFAv1Library.json +2282 -2282
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +2472 -2472
- package/build/contracts/ConstantFlowAgreementV1.json +12931 -13308
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +599 -599
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +20 -20
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC1820RegistryCompiled.json +22 -22
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +380 -380
- package/build/contracts/ERC777RecipientDrainingGas.json +858 -858
- package/build/contracts/ERC777RecipientReverting.json +858 -858
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +2473 -2473
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +2473 -2473
- package/build/contracts/FlowOperatorDefinitions.json +599 -599
- package/build/contracts/FullUpgradableSuperTokenProxy.json +115 -115
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +567 -567
- package/build/contracts/IDAv1Library.json +2614 -2614
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Metadata.json +1 -1
- package/build/contracts/IERC20Permit.json +1 -1
- package/build/contracts/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
- package/build/contracts/IMaticBridgedNativeSuperToken.json +63 -63
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +63 -63
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +43 -43
- package/build/contracts/IPureSuperTokenCustom.json +43 -43
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +48 -48
- package/build/contracts/ISETHCustom.json +48 -48
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +192 -192
- package/build/contracts/ISuperToken.json +524 -524
- package/build/contracts/ISuperTokenFactory.json +161 -161
- package/build/contracts/ISuperfluid.json +1145 -1178
- package/build/contracts/ISuperfluidGovernance.json +243 -243
- package/build/contracts/ISuperfluidToken.json +389 -389
- package/build/contracts/ITOGAv1.json +1442 -1442
- package/build/contracts/ITOGAv2.json +1442 -1442
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +5820 -5820
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +231 -231
- package/build/contracts/NonClosableOutflowTestApp.json +2473 -2473
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Pausable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/PureSuperToken.json +109 -109
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +227 -227
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +2472 -2472
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +748 -748
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +240 -240
- package/build/contracts/SuperAppDefinitions.json +599 -599
- package/build/contracts/SuperToken.json +4732 -4732
- package/build/contracts/SuperTokenFactory.json +750 -750
- package/build/contracts/SuperTokenFactoryBase.json +738 -738
- package/build/contracts/SuperTokenFactoryHelper.json +743 -743
- package/build/contracts/SuperUpgrader.json +440 -440
- package/build/contracts/Superfluid.json +15366 -16050
- package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
- package/build/contracts/SuperfluidGovernanceBase.json +2233 -2233
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +149 -149
- package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
- package/build/contracts/SuperfluidLoader.json +210 -210
- package/build/contracts/SuperfluidToken.json +2420 -2420
- package/build/contracts/TOGA.json +1461 -1461
- package/build/contracts/TestGovernance.json +248 -248
- package/build/contracts/TestToken.json +93 -93
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UUPSProxiable.json +139 -139
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +6 -6
- package/contracts/agreements/AgreementLibrary.sol +39 -15
- package/contracts/agreements/ConstantFlowAgreementV1.sol +65 -53
- package/contracts/interfaces/superfluid/ISuperfluid.sol +29 -23
- package/contracts/mocks/AgreementMock.sol +2 -2
- package/contracts/mocks/CFAAppMocks.sol +1 -1
- package/contracts/mocks/MultiFlowTesterApp.sol +13 -12
- package/contracts/mocks/SuperTokenMock.sol +2 -2
- package/contracts/mocks/SuperfluidMock.sol +9 -9
- package/contracts/superfluid/Superfluid.sol +34 -38
- package/contracts/superfluid/SuperfluidToken.sol +14 -14
- package/package.json +2 -2
- package/scripts/deploy-mfa.ts +27 -0
- package/scripts/libs/getConfig.js +14 -0
- package/utils/README.md +18 -0
- package/utils/mfa-tester.html +687 -0
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"type": "receive"
|
|
76
76
|
}
|
|
77
77
|
],
|
|
78
|
-
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAddress\",\"type\":\"address\"}],\"name\":\"initializeProxy\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"Superfluid IMPORTANT! Make sure the inheritance order remains in sync with the logic contract (Ownable first)!\",\"kind\":\"dev\",\"methods\":{\"initializeProxy(address)\":{\"details\":\"Proxy initialization function. This should only be called once and it is permission-less.\",\"params\":{\"initialAddress\":\"Initial logic contract code address to be used.\"}},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"title\":\"A proxy for governance which is both ownable and upgradable\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/gov/SuperfluidGovernanceII.sol\":\"SuperfluidGovernanceIIProxy\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/Ownable.sol\":{\"keccak256\":\"0xa94b34880e3c1b0b931662cb1c09e5dfa6662f31cba80e07c5ee71cd135c9673\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://40fb1b5102468f783961d0af743f91b9980cf66b50d1d12009f6bb1869cea4d2\",\"dweb:/ipfs/QmYqEbJML4jB1GHbzD4cUZDtJg5wVwNm3vDJq1GbyDus8y\"]},\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0xc130fe33f1b2132158531a87734153293f6d07bc263ff4ac90e85da9c82c0e27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8831721b6f4cc26534d190f9f1631c3f59c9ff38efdd911f85e0882b8e360472\",\"dweb:/ipfs/QmQZnLErZNStirSQ13ZNWQgvEYUtGE5tXYwn4QUPaVUfPN\"]},\"@openzeppelin/contracts/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x2a21b14ff90012878752f230d3ffd5c3405e5938d06c97a7d89c0a64561d0d66\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3313a8f9bb1f9476857c9050067b31982bf2140b83d84f3bc0cec1f62bbe947f\",\"dweb:/ipfs/Qma17Pk8NRe7aB4UD3jjVxk7nSFaov3eQyv86hcyqkwJRV\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xd6153ce99bcdcce22b124f755e72553295be6abcd63804cfdffceb188b8bef10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://35c47bece3c03caaa07fab37dd2bb3413bfbca20db7bd9895024390e0a469487\",\"dweb:/ipfs/QmPGWT2x3QHcKxqe6gRmAkdakhbaRgx3DLzcakHz5M4eXG\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92\",\"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3\"]},\"project:/contracts/gov/SuperfluidGovernanceBase.sol\":{\"keccak256\":\"0x811b36997fee7f0d7ec592a7a272fa9f44b713444ae9c83959292caa3284557f\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://6cb16b95615f8494fb82777132f9147950a8ce24b20b714458db664443b9db37\",\"dweb:/ipfs/QmT9P7KHdrgh5Ue7NAj9V4najvt5q6L3XFvvZyLwbRXpEr\"]},\"project:/contracts/gov/SuperfluidGovernanceII.sol\":{\"keccak256\":\"0xd0fbd98ddf00e00fce6706c5ce0ad22f9a12da601c947503cf26be39c105e0ac\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d7320ecfba4f6780c13eb1424d5d3c524bc40cb360744de0b5ce578d576ae4ed\",\"dweb:/ipfs/QmU2S6monEaUsg5Z74EAcsNXq7VTXjWiKgJhn3mYzKd1QM\"]},\"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\":\"
|
|
79
|
-
"bytecode": "
|
|
80
|
-
"deployedBytecode": "
|
|
78
|
+
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAddress\",\"type\":\"address\"}],\"name\":\"initializeProxy\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"Superfluid IMPORTANT! Make sure the inheritance order remains in sync with the logic contract (Ownable first)!\",\"kind\":\"dev\",\"methods\":{\"initializeProxy(address)\":{\"details\":\"Proxy initialization function. This should only be called once and it is permission-less.\",\"params\":{\"initialAddress\":\"Initial logic contract code address to be used.\"}},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"title\":\"A proxy for governance which is both ownable and upgradable\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/gov/SuperfluidGovernanceII.sol\":\"SuperfluidGovernanceIIProxy\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/Ownable.sol\":{\"keccak256\":\"0xa94b34880e3c1b0b931662cb1c09e5dfa6662f31cba80e07c5ee71cd135c9673\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://40fb1b5102468f783961d0af743f91b9980cf66b50d1d12009f6bb1869cea4d2\",\"dweb:/ipfs/QmYqEbJML4jB1GHbzD4cUZDtJg5wVwNm3vDJq1GbyDus8y\"]},\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0xc130fe33f1b2132158531a87734153293f6d07bc263ff4ac90e85da9c82c0e27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8831721b6f4cc26534d190f9f1631c3f59c9ff38efdd911f85e0882b8e360472\",\"dweb:/ipfs/QmQZnLErZNStirSQ13ZNWQgvEYUtGE5tXYwn4QUPaVUfPN\"]},\"@openzeppelin/contracts/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x2a21b14ff90012878752f230d3ffd5c3405e5938d06c97a7d89c0a64561d0d66\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3313a8f9bb1f9476857c9050067b31982bf2140b83d84f3bc0cec1f62bbe947f\",\"dweb:/ipfs/Qma17Pk8NRe7aB4UD3jjVxk7nSFaov3eQyv86hcyqkwJRV\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xd6153ce99bcdcce22b124f755e72553295be6abcd63804cfdffceb188b8bef10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://35c47bece3c03caaa07fab37dd2bb3413bfbca20db7bd9895024390e0a469487\",\"dweb:/ipfs/QmPGWT2x3QHcKxqe6gRmAkdakhbaRgx3DLzcakHz5M4eXG\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92\",\"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3\"]},\"project:/contracts/gov/SuperfluidGovernanceBase.sol\":{\"keccak256\":\"0x811b36997fee7f0d7ec592a7a272fa9f44b713444ae9c83959292caa3284557f\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://6cb16b95615f8494fb82777132f9147950a8ce24b20b714458db664443b9db37\",\"dweb:/ipfs/QmT9P7KHdrgh5Ue7NAj9V4najvt5q6L3XFvvZyLwbRXpEr\"]},\"project:/contracts/gov/SuperfluidGovernanceII.sol\":{\"keccak256\":\"0xd0fbd98ddf00e00fce6706c5ce0ad22f9a12da601c947503cf26be39c105e0ac\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d7320ecfba4f6780c13eb1424d5d3c524bc40cb360744de0b5ce578d576ae4ed\",\"dweb:/ipfs/QmU2S6monEaUsg5Z74EAcsNXq7VTXjWiKgJhn3mYzKd1QM\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0x59cba11dfc9510e06db5fd57e9229fcfa0860e99e76626ad0291e7e50a3a62de\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://a64102f968e7f2eaa335e8d7ce47b339c958b0d6f8f4b3379547e9b7faa78cf9\",\"dweb:/ipfs/QmbFSeM6diijjogiTvgbpphLmjxG3u1ifygFkLhezFHRQ5\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"project:/contracts/upgradability/UUPSProxiable.sol\":{\"keccak256\":\"0xcf1e8c77272754335c6760b82da0e3f87b02a0b474f37446cb48c9966f3a29c3\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://45d3eeb3bdbef579c7d3df0354c6d0220acade2b2ebc948a33547ca4d4ba8f51\",\"dweb:/ipfs/Qman6ZHdTR2B1takXvNRtjH2Q739vhMdDwrSw1Gv6tJW4b\"]},\"project:/contracts/upgradability/UUPSProxy.sol\":{\"keccak256\":\"0x2c651f24af9c4405c20e0a14907f76f8a0d81ff751c89ebbce48ae7aceab5f58\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://dbf209416f8af6df9949194e682a902c4cbce37520a940c5bd123d5ffb1b7b56\",\"dweb:/ipfs/QmWy7TuYgtpRddTJYCubfzthA7ex7rPrxbLuzcG6bbw7mL\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0xe624225773a60f62c7a0687afb0536ba19a17e4e5605ae71e8af77a0287aca59\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://4294e5eb5b194477bca3b8ca04ca92a6fe72dd6cf8da8f0d942a4a86c41c1c7f\",\"dweb:/ipfs/QmdfPXZxJPaBjKNfC8joTcvEhWammJHzRACB1S18sFYfd7\"]}},\"version\":1}",
|
|
79
|
+
"bytecode": "0x608060405234801561001057600080fd5b5061001a3361001f565b61006f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6103de8061007e6000396000f3fe6080604052600436106100435760003560e01c80634a0687ef1461005a578063715018a61461007a5780638da5cb5b1461008f578063f2fde38b146100bb57610052565b36610052576100506100db565b005b6100506100db565b34801561006657600080fd5b50610050610075366004610378565b6100ed565b34801561008657600080fd5b506100506101f3565b34801561009b57600080fd5b50600054604080516001600160a01b039092168252519081900360200190f35b3480156100c757600080fd5b506100506100d6366004610378565b610205565b6100eb6100e661027b565b6102aa565b565b6001600160a01b0381166101485760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006101727f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101c85760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a65640000604482015260640161013f565b6101f0817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6101fb6102ce565b6100eb6000610328565b61020d6102ce565b6001600160a01b0381166102725760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161013f565b6101f081610328565b60006102a57f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156102c9573d6000f35b3d6000fd5b6000546001600160a01b031633146100eb5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161013f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60006020828403121561038a57600080fd5b81356001600160a01b03811681146103a157600080fd5b939250505056fea2646970667358221220b824210a2ebf2149c894a35327c4e2296beffa9161a5954f07cedd55a94168a464736f6c634300080e0033",
|
|
80
|
+
"deployedBytecode": "0x6080604052600436106100435760003560e01c80634a0687ef1461005a578063715018a61461007a5780638da5cb5b1461008f578063f2fde38b146100bb57610052565b36610052576100506100db565b005b6100506100db565b34801561006657600080fd5b50610050610075366004610378565b6100ed565b34801561008657600080fd5b506100506101f3565b34801561009b57600080fd5b50600054604080516001600160a01b039092168252519081900360200190f35b3480156100c757600080fd5b506100506100d6366004610378565b610205565b6100eb6100e661027b565b6102aa565b565b6001600160a01b0381166101485760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006101727f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101c85760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a65640000604482015260640161013f565b6101f0817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6101fb6102ce565b6100eb6000610328565b61020d6102ce565b6001600160a01b0381166102725760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161013f565b6101f081610328565b60006102a57f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156102c9573d6000f35b3d6000fd5b6000546001600160a01b031633146100eb5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161013f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60006020828403121561038a57600080fd5b81356001600160a01b03811681146103a157600080fd5b939250505056fea2646970667358221220b824210a2ebf2149c894a35327c4e2296beffa9161a5954f07cedd55a94168a464736f6c634300080e0033",
|
|
81
81
|
"immutableReferences": {},
|
|
82
82
|
"generatedSources": [],
|
|
83
83
|
"deployedGeneratedSources": [
|
|
@@ -1295,33 +1295,33 @@
|
|
|
1295
1295
|
"absolutePath": "project:/contracts/gov/SuperfluidGovernanceII.sol",
|
|
1296
1296
|
"exportedSymbols": {
|
|
1297
1297
|
"ISuperfluid": [
|
|
1298
|
-
|
|
1298
|
+
20053
|
|
1299
1299
|
],
|
|
1300
1300
|
"Ownable": [
|
|
1301
1301
|
655
|
|
1302
1302
|
],
|
|
1303
1303
|
"SuperfluidGovernanceBase": [
|
|
1304
|
-
|
|
1304
|
+
17700
|
|
1305
1305
|
],
|
|
1306
1306
|
"SuperfluidGovernanceII": [
|
|
1307
|
-
|
|
1307
|
+
17774
|
|
1308
1308
|
],
|
|
1309
1309
|
"SuperfluidGovernanceIIProxy": [
|
|
1310
|
-
|
|
1310
|
+
17718
|
|
1311
1311
|
],
|
|
1312
1312
|
"UUPSProxiable": [
|
|
1313
|
-
|
|
1313
|
+
37017
|
|
1314
1314
|
],
|
|
1315
1315
|
"UUPSProxy": [
|
|
1316
|
-
|
|
1316
|
+
37074
|
|
1317
1317
|
]
|
|
1318
1318
|
},
|
|
1319
|
-
"id":
|
|
1319
|
+
"id": 17775,
|
|
1320
1320
|
"license": "AGPLv3",
|
|
1321
1321
|
"nodeType": "SourceUnit",
|
|
1322
1322
|
"nodes": [
|
|
1323
1323
|
{
|
|
1324
|
-
"id":
|
|
1324
|
+
"id": 17702,
|
|
1325
1325
|
"literals": [
|
|
1326
1326
|
"solidity",
|
|
1327
1327
|
"0.8",
|
|
@@ -1333,20 +1333,20 @@
|
|
|
1333
1333
|
{
|
|
1334
1334
|
"absolutePath": "project:/contracts/upgradability/UUPSProxy.sol",
|
|
1335
1335
|
"file": "../upgradability/UUPSProxy.sol",
|
|
1336
|
-
"id":
|
|
1336
|
+
"id": 17704,
|
|
1337
1337
|
"nameLocation": "-1:-1:-1",
|
|
1338
1338
|
"nodeType": "ImportDirective",
|
|
1339
|
-
"scope":
|
|
1340
|
-
"sourceUnit":
|
|
1339
|
+
"scope": 17775,
|
|
1340
|
+
"sourceUnit": 37075,
|
|
1341
1341
|
"src": "60:59:39",
|
|
1342
1342
|
"symbolAliases": [
|
|
1343
1343
|
{
|
|
1344
1344
|
"foreign": {
|
|
1345
|
-
"id":
|
|
1345
|
+
"id": 17703,
|
|
1346
1346
|
"name": "UUPSProxy",
|
|
1347
1347
|
"nodeType": "Identifier",
|
|
1348
1348
|
"overloadedDeclarations": [],
|
|
1349
|
-
"referencedDeclaration":
|
|
1349
|
+
"referencedDeclaration": 37074,
|
|
1350
1350
|
"src": "69:9:39",
|
|
1351
1351
|
"typeDescriptions": {}
|
|
1352
1352
|
},
|
|
@@ -1358,16 +1358,16 @@
|
|
|
1358
1358
|
{
|
|
1359
1359
|
"absolutePath": "@openzeppelin/contracts/access/Ownable.sol",
|
|
1360
1360
|
"file": "@openzeppelin/contracts/access/Ownable.sol",
|
|
1361
|
-
"id":
|
|
1361
|
+
"id": 17706,
|
|
1362
1362
|
"nameLocation": "-1:-1:-1",
|
|
1363
1363
|
"nodeType": "ImportDirective",
|
|
1364
|
-
"scope":
|
|
1364
|
+
"scope": 17775,
|
|
1365
1365
|
"sourceUnit": 656,
|
|
1366
1366
|
"src": "120:69:39",
|
|
1367
1367
|
"symbolAliases": [
|
|
1368
1368
|
{
|
|
1369
1369
|
"foreign": {
|
|
1370
|
-
"id":
|
|
1370
|
+
"id": 17705,
|
|
1371
1371
|
"name": "Ownable",
|
|
1372
1372
|
"nodeType": "Identifier",
|
|
1373
1373
|
"overloadedDeclarations": [],
|
|
@@ -1383,20 +1383,20 @@
|
|
|
1383
1383
|
{
|
|
1384
1384
|
"absolutePath": "project:/contracts/upgradability/UUPSProxiable.sol",
|
|
1385
1385
|
"file": "../upgradability/UUPSProxiable.sol",
|
|
1386
|
-
"id":
|
|
1386
|
+
"id": 17708,
|
|
1387
1387
|
"nameLocation": "-1:-1:-1",
|
|
1388
1388
|
"nodeType": "ImportDirective",
|
|
1389
|
-
"scope":
|
|
1390
|
-
"sourceUnit":
|
|
1389
|
+
"scope": 17775,
|
|
1390
|
+
"sourceUnit": 37018,
|
|
1391
1391
|
"src": "190:67:39",
|
|
1392
1392
|
"symbolAliases": [
|
|
1393
1393
|
{
|
|
1394
1394
|
"foreign": {
|
|
1395
|
-
"id":
|
|
1395
|
+
"id": 17707,
|
|
1396
1396
|
"name": "UUPSProxiable",
|
|
1397
1397
|
"nodeType": "Identifier",
|
|
1398
1398
|
"overloadedDeclarations": [],
|
|
1399
|
-
"referencedDeclaration":
|
|
1399
|
+
"referencedDeclaration": 37017,
|
|
1400
1400
|
"src": "199:13:39",
|
|
1401
1401
|
"typeDescriptions": {}
|
|
1402
1402
|
},
|
|
@@ -1408,20 +1408,20 @@
|
|
|
1408
1408
|
{
|
|
1409
1409
|
"absolutePath": "project:/contracts/gov/SuperfluidGovernanceBase.sol",
|
|
1410
1410
|
"file": "./SuperfluidGovernanceBase.sol",
|
|
1411
|
-
"id":
|
|
1411
|
+
"id": 17710,
|
|
1412
1412
|
"nameLocation": "-1:-1:-1",
|
|
1413
1413
|
"nodeType": "ImportDirective",
|
|
1414
|
-
"scope":
|
|
1415
|
-
"sourceUnit":
|
|
1414
|
+
"scope": 17775,
|
|
1415
|
+
"sourceUnit": 17701,
|
|
1416
1416
|
"src": "258:74:39",
|
|
1417
1417
|
"symbolAliases": [
|
|
1418
1418
|
{
|
|
1419
1419
|
"foreign": {
|
|
1420
|
-
"id":
|
|
1420
|
+
"id": 17709,
|
|
1421
1421
|
"name": "SuperfluidGovernanceBase",
|
|
1422
1422
|
"nodeType": "Identifier",
|
|
1423
1423
|
"overloadedDeclarations": [],
|
|
1424
|
-
"referencedDeclaration":
|
|
1424
|
+
"referencedDeclaration": 17700,
|
|
1425
1425
|
"src": "267:24:39",
|
|
1426
1426
|
"typeDescriptions": {}
|
|
1427
1427
|
},
|
|
@@ -1433,20 +1433,20 @@
|
|
|
1433
1433
|
{
|
|
1434
1434
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
|
|
1435
1435
|
"file": "../interfaces/superfluid/ISuperfluid.sol",
|
|
1436
|
-
"id":
|
|
1436
|
+
"id": 17712,
|
|
1437
1437
|
"nameLocation": "-1:-1:-1",
|
|
1438
1438
|
"nodeType": "ImportDirective",
|
|
1439
|
-
"scope":
|
|
1440
|
-
"sourceUnit":
|
|
1439
|
+
"scope": 17775,
|
|
1440
|
+
"sourceUnit": 20054,
|
|
1441
1441
|
"src": "333:71:39",
|
|
1442
1442
|
"symbolAliases": [
|
|
1443
1443
|
{
|
|
1444
1444
|
"foreign": {
|
|
1445
|
-
"id":
|
|
1445
|
+
"id": 17711,
|
|
1446
1446
|
"name": "ISuperfluid",
|
|
1447
1447
|
"nodeType": "Identifier",
|
|
1448
1448
|
"overloadedDeclarations": [],
|
|
1449
|
-
"referencedDeclaration":
|
|
1449
|
+
"referencedDeclaration": 20053,
|
|
1450
1450
|
"src": "342:11:39",
|
|
1451
1451
|
"typeDescriptions": {}
|
|
1452
1452
|
},
|
|
@@ -1460,25 +1460,25 @@
|
|
|
1460
1460
|
"baseContracts": [
|
|
1461
1461
|
{
|
|
1462
1462
|
"baseName": {
|
|
1463
|
-
"id":
|
|
1463
|
+
"id": 17714,
|
|
1464
1464
|
"name": "Ownable",
|
|
1465
1465
|
"nodeType": "IdentifierPath",
|
|
1466
1466
|
"referencedDeclaration": 655,
|
|
1467
1467
|
"src": "694:7:39"
|
|
1468
1468
|
},
|
|
1469
|
-
"id":
|
|
1469
|
+
"id": 17715,
|
|
1470
1470
|
"nodeType": "InheritanceSpecifier",
|
|
1471
1471
|
"src": "694:7:39"
|
|
1472
1472
|
},
|
|
1473
1473
|
{
|
|
1474
1474
|
"baseName": {
|
|
1475
|
-
"id":
|
|
1475
|
+
"id": 17716,
|
|
1476
1476
|
"name": "UUPSProxy",
|
|
1477
1477
|
"nodeType": "IdentifierPath",
|
|
1478
|
-
"referencedDeclaration":
|
|
1478
|
+
"referencedDeclaration": 37074,
|
|
1479
1479
|
"src": "703:9:39"
|
|
1480
1480
|
},
|
|
1481
|
-
"id":
|
|
1481
|
+
"id": 17717,
|
|
1482
1482
|
"nodeType": "InheritanceSpecifier",
|
|
1483
1483
|
"src": "703:9:39"
|
|
1484
1484
|
}
|
|
@@ -1487,16 +1487,16 @@
|
|
|
1487
1487
|
"contractDependencies": [],
|
|
1488
1488
|
"contractKind": "contract",
|
|
1489
1489
|
"documentation": {
|
|
1490
|
-
"id":
|
|
1490
|
+
"id": 17713,
|
|
1491
1491
|
"nodeType": "StructuredDocumentation",
|
|
1492
1492
|
"src": "406:202:39",
|
|
1493
1493
|
"text": " @title A proxy for governance which is both ownable and upgradable\n @author Superfluid\n IMPORTANT! Make sure the inheritance order remains in sync with the logic contract (Ownable first)!"
|
|
1494
1494
|
},
|
|
1495
1495
|
"fullyImplemented": true,
|
|
1496
|
-
"id":
|
|
1496
|
+
"id": 17718,
|
|
1497
1497
|
"linearizedBaseContracts": [
|
|
1498
|
-
|
|
1499
|
-
|
|
1498
|
+
17718,
|
|
1499
|
+
37074,
|
|
1500
1500
|
707,
|
|
1501
1501
|
655,
|
|
1502
1502
|
2709
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
"nameLocation": "663:27:39",
|
|
1506
1506
|
"nodeType": "ContractDefinition",
|
|
1507
1507
|
"nodes": [],
|
|
1508
|
-
"scope":
|
|
1508
|
+
"scope": 17775,
|
|
1509
1509
|
"src": "654:62:39",
|
|
1510
1510
|
"usedErrors": []
|
|
1511
1511
|
},
|
|
@@ -1514,37 +1514,37 @@
|
|
|
1514
1514
|
"baseContracts": [
|
|
1515
1515
|
{
|
|
1516
1516
|
"baseName": {
|
|
1517
|
-
"id":
|
|
1517
|
+
"id": 17719,
|
|
1518
1518
|
"name": "Ownable",
|
|
1519
1519
|
"nodeType": "IdentifierPath",
|
|
1520
1520
|
"referencedDeclaration": 655,
|
|
1521
1521
|
"src": "757:7:39"
|
|
1522
1522
|
},
|
|
1523
|
-
"id":
|
|
1523
|
+
"id": 17720,
|
|
1524
1524
|
"nodeType": "InheritanceSpecifier",
|
|
1525
1525
|
"src": "757:7:39"
|
|
1526
1526
|
},
|
|
1527
1527
|
{
|
|
1528
1528
|
"baseName": {
|
|
1529
|
-
"id":
|
|
1529
|
+
"id": 17721,
|
|
1530
1530
|
"name": "UUPSProxiable",
|
|
1531
1531
|
"nodeType": "IdentifierPath",
|
|
1532
|
-
"referencedDeclaration":
|
|
1532
|
+
"referencedDeclaration": 37017,
|
|
1533
1533
|
"src": "770:13:39"
|
|
1534
1534
|
},
|
|
1535
|
-
"id":
|
|
1535
|
+
"id": 17722,
|
|
1536
1536
|
"nodeType": "InheritanceSpecifier",
|
|
1537
1537
|
"src": "770:13:39"
|
|
1538
1538
|
},
|
|
1539
1539
|
{
|
|
1540
1540
|
"baseName": {
|
|
1541
|
-
"id":
|
|
1541
|
+
"id": 17723,
|
|
1542
1542
|
"name": "SuperfluidGovernanceBase",
|
|
1543
1543
|
"nodeType": "IdentifierPath",
|
|
1544
|
-
"referencedDeclaration":
|
|
1544
|
+
"referencedDeclaration": 17700,
|
|
1545
1545
|
"src": "789:24:39"
|
|
1546
1546
|
},
|
|
1547
|
-
"id":
|
|
1547
|
+
"id": 17724,
|
|
1548
1548
|
"nodeType": "InheritanceSpecifier",
|
|
1549
1549
|
"src": "789:24:39"
|
|
1550
1550
|
}
|
|
@@ -1553,12 +1553,12 @@
|
|
|
1553
1553
|
"contractDependencies": [],
|
|
1554
1554
|
"contractKind": "contract",
|
|
1555
1555
|
"fullyImplemented": true,
|
|
1556
|
-
"id":
|
|
1556
|
+
"id": 17774,
|
|
1557
1557
|
"linearizedBaseContracts": [
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1558
|
+
17774,
|
|
1559
|
+
17700,
|
|
1560
|
+
20176,
|
|
1561
|
+
37017,
|
|
1562
1562
|
858,
|
|
1563
1563
|
655,
|
|
1564
1564
|
2709
|
|
@@ -1569,7 +1569,7 @@
|
|
|
1569
1569
|
"nodes": [
|
|
1570
1570
|
{
|
|
1571
1571
|
"body": {
|
|
1572
|
-
"id":
|
|
1572
|
+
"id": 17736,
|
|
1573
1573
|
"nodeType": "Block",
|
|
1574
1574
|
"src": "863:86:39",
|
|
1575
1575
|
"statements": [
|
|
@@ -1581,7 +1581,7 @@
|
|
|
1581
1581
|
"typeIdentifier": "t_address",
|
|
1582
1582
|
"typeString": "address"
|
|
1583
1583
|
},
|
|
1584
|
-
"id":
|
|
1584
|
+
"id": 17732,
|
|
1585
1585
|
"isConstant": false,
|
|
1586
1586
|
"isLValue": false,
|
|
1587
1587
|
"isPure": false,
|
|
@@ -1590,7 +1590,7 @@
|
|
|
1590
1590
|
"arguments": [],
|
|
1591
1591
|
"expression": {
|
|
1592
1592
|
"argumentTypes": [],
|
|
1593
|
-
"id":
|
|
1593
|
+
"id": 17728,
|
|
1594
1594
|
"name": "owner",
|
|
1595
1595
|
"nodeType": "Identifier",
|
|
1596
1596
|
"overloadedDeclarations": [],
|
|
@@ -1601,7 +1601,7 @@
|
|
|
1601
1601
|
"typeString": "function () view returns (address)"
|
|
1602
1602
|
}
|
|
1603
1603
|
},
|
|
1604
|
-
"id":
|
|
1604
|
+
"id": 17729,
|
|
1605
1605
|
"isConstant": false,
|
|
1606
1606
|
"isLValue": false,
|
|
1607
1607
|
"isPure": false,
|
|
@@ -1622,7 +1622,7 @@
|
|
|
1622
1622
|
"arguments": [],
|
|
1623
1623
|
"expression": {
|
|
1624
1624
|
"argumentTypes": [],
|
|
1625
|
-
"id":
|
|
1625
|
+
"id": 17730,
|
|
1626
1626
|
"name": "_msgSender",
|
|
1627
1627
|
"nodeType": "Identifier",
|
|
1628
1628
|
"overloadedDeclarations": [],
|
|
@@ -1633,7 +1633,7 @@
|
|
|
1633
1633
|
"typeString": "function () view returns (address)"
|
|
1634
1634
|
}
|
|
1635
1635
|
},
|
|
1636
|
-
"id":
|
|
1636
|
+
"id": 17731,
|
|
1637
1637
|
"isConstant": false,
|
|
1638
1638
|
"isLValue": false,
|
|
1639
1639
|
"isPure": false,
|
|
@@ -1656,7 +1656,7 @@
|
|
|
1656
1656
|
},
|
|
1657
1657
|
{
|
|
1658
1658
|
"hexValue": "5346476f7649493a206f6e6c79206f776e657220697320617574686f72697a6564",
|
|
1659
|
-
"id":
|
|
1659
|
+
"id": 17733,
|
|
1660
1660
|
"isConstant": false,
|
|
1661
1661
|
"isLValue": false,
|
|
1662
1662
|
"isPure": true,
|
|
@@ -1682,7 +1682,7 @@
|
|
|
1682
1682
|
"typeString": "literal_string \"SFGovII: only owner is authorized\""
|
|
1683
1683
|
}
|
|
1684
1684
|
],
|
|
1685
|
-
"id":
|
|
1685
|
+
"id": 17727,
|
|
1686
1686
|
"name": "require",
|
|
1687
1687
|
"nodeType": "Identifier",
|
|
1688
1688
|
"overloadedDeclarations": [
|
|
@@ -1696,7 +1696,7 @@
|
|
|
1696
1696
|
"typeString": "function (bool,string memory) pure"
|
|
1697
1697
|
}
|
|
1698
1698
|
},
|
|
1699
|
-
"id":
|
|
1699
|
+
"id": 17734,
|
|
1700
1700
|
"isConstant": false,
|
|
1701
1701
|
"isLValue": false,
|
|
1702
1702
|
"isPure": false,
|
|
@@ -1711,13 +1711,13 @@
|
|
|
1711
1711
|
"typeString": "tuple()"
|
|
1712
1712
|
}
|
|
1713
1713
|
},
|
|
1714
|
-
"id":
|
|
1714
|
+
"id": 17735,
|
|
1715
1715
|
"nodeType": "ExpressionStatement",
|
|
1716
1716
|
"src": "873:69:39"
|
|
1717
1717
|
}
|
|
1718
1718
|
]
|
|
1719
1719
|
},
|
|
1720
|
-
"id":
|
|
1720
|
+
"id": 17737,
|
|
1721
1721
|
"implemented": true,
|
|
1722
1722
|
"kind": "function",
|
|
1723
1723
|
"modifiers": [],
|
|
@@ -1725,18 +1725,18 @@
|
|
|
1725
1725
|
"nameLocation": "829:18:39",
|
|
1726
1726
|
"nodeType": "FunctionDefinition",
|
|
1727
1727
|
"parameters": {
|
|
1728
|
-
"id":
|
|
1728
|
+
"id": 17725,
|
|
1729
1729
|
"nodeType": "ParameterList",
|
|
1730
1730
|
"parameters": [],
|
|
1731
1731
|
"src": "847:2:39"
|
|
1732
1732
|
},
|
|
1733
1733
|
"returnParameters": {
|
|
1734
|
-
"id":
|
|
1734
|
+
"id": 17726,
|
|
1735
1735
|
"nodeType": "ParameterList",
|
|
1736
1736
|
"parameters": [],
|
|
1737
1737
|
"src": "863:0:39"
|
|
1738
1738
|
},
|
|
1739
|
-
"scope":
|
|
1739
|
+
"scope": 17774,
|
|
1740
1740
|
"src": "820:129:39",
|
|
1741
1741
|
"stateMutability": "view",
|
|
1742
1742
|
"virtual": false,
|
|
@@ -1744,10 +1744,10 @@
|
|
|
1744
1744
|
},
|
|
1745
1745
|
{
|
|
1746
1746
|
"baseFunctions": [
|
|
1747
|
-
|
|
1747
|
+
36957
|
|
1748
1748
|
],
|
|
1749
1749
|
"body": {
|
|
1750
|
-
"id":
|
|
1750
|
+
"id": 17747,
|
|
1751
1751
|
"nodeType": "Block",
|
|
1752
1752
|
"src": "1200:107:39",
|
|
1753
1753
|
"statements": [
|
|
@@ -1756,7 +1756,7 @@
|
|
|
1756
1756
|
"arguments": [
|
|
1757
1757
|
{
|
|
1758
1758
|
"hexValue": "6f72672e7375706572666c7569642d66696e616e63652e636f6e7472616374732e5375706572666c756964476f7665726e616e636549492e696d706c656d656e746174696f6e",
|
|
1759
|
-
"id":
|
|
1759
|
+
"id": 17744,
|
|
1760
1760
|
"isConstant": false,
|
|
1761
1761
|
"isLValue": false,
|
|
1762
1762
|
"isPure": true,
|
|
@@ -1778,7 +1778,7 @@
|
|
|
1778
1778
|
"typeString": "literal_string \"org.superfluid-finance.contracts.SuperfluidGovernanceII.implementation\""
|
|
1779
1779
|
}
|
|
1780
1780
|
],
|
|
1781
|
-
"id":
|
|
1781
|
+
"id": 17743,
|
|
1782
1782
|
"name": "keccak256",
|
|
1783
1783
|
"nodeType": "Identifier",
|
|
1784
1784
|
"overloadedDeclarations": [],
|
|
@@ -1789,7 +1789,7 @@
|
|
|
1789
1789
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
|
1790
1790
|
}
|
|
1791
1791
|
},
|
|
1792
|
-
"id":
|
|
1792
|
+
"id": 17745,
|
|
1793
1793
|
"isConstant": false,
|
|
1794
1794
|
"isLValue": false,
|
|
1795
1795
|
"isPure": true,
|
|
@@ -1804,15 +1804,15 @@
|
|
|
1804
1804
|
"typeString": "bytes32"
|
|
1805
1805
|
}
|
|
1806
1806
|
},
|
|
1807
|
-
"functionReturnParameters":
|
|
1808
|
-
"id":
|
|
1807
|
+
"functionReturnParameters": 17742,
|
|
1808
|
+
"id": 17746,
|
|
1809
1809
|
"nodeType": "Return",
|
|
1810
1810
|
"src": "1210:90:39"
|
|
1811
1811
|
}
|
|
1812
1812
|
]
|
|
1813
1813
|
},
|
|
1814
1814
|
"functionSelector": "52d1902d",
|
|
1815
|
-
"id":
|
|
1815
|
+
"id": 17748,
|
|
1816
1816
|
"implemented": true,
|
|
1817
1817
|
"kind": "function",
|
|
1818
1818
|
"modifiers": [],
|
|
@@ -1820,29 +1820,29 @@
|
|
|
1820
1820
|
"nameLocation": "1145:13:39",
|
|
1821
1821
|
"nodeType": "FunctionDefinition",
|
|
1822
1822
|
"overrides": {
|
|
1823
|
-
"id":
|
|
1823
|
+
"id": 17739,
|
|
1824
1824
|
"nodeType": "OverrideSpecifier",
|
|
1825
1825
|
"overrides": [],
|
|
1826
1826
|
"src": "1173:8:39"
|
|
1827
1827
|
},
|
|
1828
1828
|
"parameters": {
|
|
1829
|
-
"id":
|
|
1829
|
+
"id": 17738,
|
|
1830
1830
|
"nodeType": "ParameterList",
|
|
1831
1831
|
"parameters": [],
|
|
1832
1832
|
"src": "1158:2:39"
|
|
1833
1833
|
},
|
|
1834
1834
|
"returnParameters": {
|
|
1835
|
-
"id":
|
|
1835
|
+
"id": 17742,
|
|
1836
1836
|
"nodeType": "ParameterList",
|
|
1837
1837
|
"parameters": [
|
|
1838
1838
|
{
|
|
1839
1839
|
"constant": false,
|
|
1840
|
-
"id":
|
|
1840
|
+
"id": 17741,
|
|
1841
1841
|
"mutability": "mutable",
|
|
1842
1842
|
"name": "",
|
|
1843
1843
|
"nameLocation": "-1:-1:-1",
|
|
1844
1844
|
"nodeType": "VariableDeclaration",
|
|
1845
|
-
"scope":
|
|
1845
|
+
"scope": 17748,
|
|
1846
1846
|
"src": "1191:7:39",
|
|
1847
1847
|
"stateVariable": false,
|
|
1848
1848
|
"storageLocation": "default",
|
|
@@ -1851,7 +1851,7 @@
|
|
|
1851
1851
|
"typeString": "bytes32"
|
|
1852
1852
|
},
|
|
1853
1853
|
"typeName": {
|
|
1854
|
-
"id":
|
|
1854
|
+
"id": 17740,
|
|
1855
1855
|
"name": "bytes32",
|
|
1856
1856
|
"nodeType": "ElementaryTypeName",
|
|
1857
1857
|
"src": "1191:7:39",
|
|
@@ -1865,7 +1865,7 @@
|
|
|
1865
1865
|
],
|
|
1866
1866
|
"src": "1190:9:39"
|
|
1867
1867
|
},
|
|
1868
|
-
"scope":
|
|
1868
|
+
"scope": 17774,
|
|
1869
1869
|
"src": "1136:171:39",
|
|
1870
1870
|
"stateMutability": "pure",
|
|
1871
1871
|
"virtual": false,
|
|
@@ -1873,10 +1873,10 @@
|
|
|
1873
1873
|
},
|
|
1874
1874
|
{
|
|
1875
1875
|
"baseFunctions": [
|
|
1876
|
-
|
|
1876
|
+
36945
|
|
1877
1877
|
],
|
|
1878
1878
|
"body": {
|
|
1879
|
-
"id":
|
|
1879
|
+
"id": 17761,
|
|
1880
1880
|
"nodeType": "Block",
|
|
1881
1881
|
"src": "1383:77:39",
|
|
1882
1882
|
"statements": [
|
|
@@ -1885,21 +1885,21 @@
|
|
|
1885
1885
|
"arguments": [],
|
|
1886
1886
|
"expression": {
|
|
1887
1887
|
"argumentTypes": [],
|
|
1888
|
-
"id":
|
|
1888
|
+
"id": 17754,
|
|
1889
1889
|
"name": "_requireAuthorised",
|
|
1890
1890
|
"nodeType": "Identifier",
|
|
1891
1891
|
"overloadedDeclarations": [
|
|
1892
|
-
|
|
1893
|
-
|
|
1892
|
+
17737,
|
|
1893
|
+
17773
|
|
1894
1894
|
],
|
|
1895
|
-
"referencedDeclaration":
|
|
1895
|
+
"referencedDeclaration": 17737,
|
|
1896
1896
|
"src": "1393:18:39",
|
|
1897
1897
|
"typeDescriptions": {
|
|
1898
1898
|
"typeIdentifier": "t_function_internal_view$__$returns$__$",
|
|
1899
1899
|
"typeString": "function () view"
|
|
1900
1900
|
}
|
|
1901
1901
|
},
|
|
1902
|
-
"id":
|
|
1902
|
+
"id": 17755,
|
|
1903
1903
|
"isConstant": false,
|
|
1904
1904
|
"isLValue": false,
|
|
1905
1905
|
"isPure": false,
|
|
@@ -1914,7 +1914,7 @@
|
|
|
1914
1914
|
"typeString": "tuple()"
|
|
1915
1915
|
}
|
|
1916
1916
|
},
|
|
1917
|
-
"id":
|
|
1917
|
+
"id": 17756,
|
|
1918
1918
|
"nodeType": "ExpressionStatement",
|
|
1919
1919
|
"src": "1393:20:39"
|
|
1920
1920
|
},
|
|
@@ -1922,11 +1922,11 @@
|
|
|
1922
1922
|
"expression": {
|
|
1923
1923
|
"arguments": [
|
|
1924
1924
|
{
|
|
1925
|
-
"id":
|
|
1925
|
+
"id": 17758,
|
|
1926
1926
|
"name": "newAddress",
|
|
1927
1927
|
"nodeType": "Identifier",
|
|
1928
1928
|
"overloadedDeclarations": [],
|
|
1929
|
-
"referencedDeclaration":
|
|
1929
|
+
"referencedDeclaration": 17750,
|
|
1930
1930
|
"src": "1442:10:39",
|
|
1931
1931
|
"typeDescriptions": {
|
|
1932
1932
|
"typeIdentifier": "t_address",
|
|
@@ -1941,18 +1941,18 @@
|
|
|
1941
1941
|
"typeString": "address"
|
|
1942
1942
|
}
|
|
1943
1943
|
],
|
|
1944
|
-
"id":
|
|
1944
|
+
"id": 17757,
|
|
1945
1945
|
"name": "_updateCodeAddress",
|
|
1946
1946
|
"nodeType": "Identifier",
|
|
1947
1947
|
"overloadedDeclarations": [],
|
|
1948
|
-
"referencedDeclaration":
|
|
1948
|
+
"referencedDeclaration": 37010,
|
|
1949
1949
|
"src": "1423:18:39",
|
|
1950
1950
|
"typeDescriptions": {
|
|
1951
1951
|
"typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
|
|
1952
1952
|
"typeString": "function (address)"
|
|
1953
1953
|
}
|
|
1954
1954
|
},
|
|
1955
|
-
"id":
|
|
1955
|
+
"id": 17759,
|
|
1956
1956
|
"isConstant": false,
|
|
1957
1957
|
"isLValue": false,
|
|
1958
1958
|
"isPure": false,
|
|
@@ -1967,14 +1967,14 @@
|
|
|
1967
1967
|
"typeString": "tuple()"
|
|
1968
1968
|
}
|
|
1969
1969
|
},
|
|
1970
|
-
"id":
|
|
1970
|
+
"id": 17760,
|
|
1971
1971
|
"nodeType": "ExpressionStatement",
|
|
1972
1972
|
"src": "1423:30:39"
|
|
1973
1973
|
}
|
|
1974
1974
|
]
|
|
1975
1975
|
},
|
|
1976
1976
|
"functionSelector": "46951954",
|
|
1977
|
-
"id":
|
|
1977
|
+
"id": 17762,
|
|
1978
1978
|
"implemented": true,
|
|
1979
1979
|
"kind": "function",
|
|
1980
1980
|
"modifiers": [],
|
|
@@ -1982,23 +1982,23 @@
|
|
|
1982
1982
|
"nameLocation": "1322:10:39",
|
|
1983
1983
|
"nodeType": "FunctionDefinition",
|
|
1984
1984
|
"overrides": {
|
|
1985
|
-
"id":
|
|
1985
|
+
"id": 17752,
|
|
1986
1986
|
"nodeType": "OverrideSpecifier",
|
|
1987
1987
|
"overrides": [],
|
|
1988
1988
|
"src": "1370:8:39"
|
|
1989
1989
|
},
|
|
1990
1990
|
"parameters": {
|
|
1991
|
-
"id":
|
|
1991
|
+
"id": 17751,
|
|
1992
1992
|
"nodeType": "ParameterList",
|
|
1993
1993
|
"parameters": [
|
|
1994
1994
|
{
|
|
1995
1995
|
"constant": false,
|
|
1996
|
-
"id":
|
|
1996
|
+
"id": 17750,
|
|
1997
1997
|
"mutability": "mutable",
|
|
1998
1998
|
"name": "newAddress",
|
|
1999
1999
|
"nameLocation": "1341:10:39",
|
|
2000
2000
|
"nodeType": "VariableDeclaration",
|
|
2001
|
-
"scope":
|
|
2001
|
+
"scope": 17762,
|
|
2002
2002
|
"src": "1333:18:39",
|
|
2003
2003
|
"stateVariable": false,
|
|
2004
2004
|
"storageLocation": "default",
|
|
@@ -2007,7 +2007,7 @@
|
|
|
2007
2007
|
"typeString": "address"
|
|
2008
2008
|
},
|
|
2009
2009
|
"typeName": {
|
|
2010
|
-
"id":
|
|
2010
|
+
"id": 17749,
|
|
2011
2011
|
"name": "address",
|
|
2012
2012
|
"nodeType": "ElementaryTypeName",
|
|
2013
2013
|
"src": "1333:7:39",
|
|
@@ -2023,12 +2023,12 @@
|
|
|
2023
2023
|
"src": "1332:20:39"
|
|
2024
2024
|
},
|
|
2025
2025
|
"returnParameters": {
|
|
2026
|
-
"id":
|
|
2026
|
+
"id": 17753,
|
|
2027
2027
|
"nodeType": "ParameterList",
|
|
2028
2028
|
"parameters": [],
|
|
2029
2029
|
"src": "1383:0:39"
|
|
2030
2030
|
},
|
|
2031
|
-
"scope":
|
|
2031
|
+
"scope": 17774,
|
|
2032
2032
|
"src": "1313:147:39",
|
|
2033
2033
|
"stateMutability": "nonpayable",
|
|
2034
2034
|
"virtual": false,
|
|
@@ -2036,10 +2036,10 @@
|
|
|
2036
2036
|
},
|
|
2037
2037
|
{
|
|
2038
2038
|
"baseFunctions": [
|
|
2039
|
-
|
|
2039
|
+
17699
|
|
2040
2040
|
],
|
|
2041
2041
|
"body": {
|
|
2042
|
-
"id":
|
|
2042
|
+
"id": 17772,
|
|
2043
2043
|
"nodeType": "Block",
|
|
2044
2044
|
"src": "1743:37:39",
|
|
2045
2045
|
"statements": [
|
|
@@ -2048,21 +2048,21 @@
|
|
|
2048
2048
|
"arguments": [],
|
|
2049
2049
|
"expression": {
|
|
2050
2050
|
"argumentTypes": [],
|
|
2051
|
-
"id":
|
|
2051
|
+
"id": 17769,
|
|
2052
2052
|
"name": "_requireAuthorised",
|
|
2053
2053
|
"nodeType": "Identifier",
|
|
2054
2054
|
"overloadedDeclarations": [
|
|
2055
|
-
|
|
2056
|
-
|
|
2055
|
+
17737,
|
|
2056
|
+
17773
|
|
2057
2057
|
],
|
|
2058
|
-
"referencedDeclaration":
|
|
2058
|
+
"referencedDeclaration": 17737,
|
|
2059
2059
|
"src": "1753:18:39",
|
|
2060
2060
|
"typeDescriptions": {
|
|
2061
2061
|
"typeIdentifier": "t_function_internal_view$__$returns$__$",
|
|
2062
2062
|
"typeString": "function () view"
|
|
2063
2063
|
}
|
|
2064
2064
|
},
|
|
2065
|
-
"id":
|
|
2065
|
+
"id": 17770,
|
|
2066
2066
|
"isConstant": false,
|
|
2067
2067
|
"isLValue": false,
|
|
2068
2068
|
"isPure": false,
|
|
@@ -2077,13 +2077,13 @@
|
|
|
2077
2077
|
"typeString": "tuple()"
|
|
2078
2078
|
}
|
|
2079
2079
|
},
|
|
2080
|
-
"id":
|
|
2080
|
+
"id": 17771,
|
|
2081
2081
|
"nodeType": "ExpressionStatement",
|
|
2082
2082
|
"src": "1753:20:39"
|
|
2083
2083
|
}
|
|
2084
2084
|
]
|
|
2085
2085
|
},
|
|
2086
|
-
"id":
|
|
2086
|
+
"id": 17773,
|
|
2087
2087
|
"implemented": true,
|
|
2088
2088
|
"kind": "function",
|
|
2089
2089
|
"modifiers": [],
|
|
@@ -2091,44 +2091,44 @@
|
|
|
2091
2091
|
"nameLocation": "1667:18:39",
|
|
2092
2092
|
"nodeType": "FunctionDefinition",
|
|
2093
2093
|
"overrides": {
|
|
2094
|
-
"id":
|
|
2094
|
+
"id": 17767,
|
|
2095
2095
|
"nodeType": "OverrideSpecifier",
|
|
2096
2096
|
"overrides": [],
|
|
2097
2097
|
"src": "1730:8:39"
|
|
2098
2098
|
},
|
|
2099
2099
|
"parameters": {
|
|
2100
|
-
"id":
|
|
2100
|
+
"id": 17766,
|
|
2101
2101
|
"nodeType": "ParameterList",
|
|
2102
2102
|
"parameters": [
|
|
2103
2103
|
{
|
|
2104
2104
|
"constant": false,
|
|
2105
|
-
"id":
|
|
2105
|
+
"id": 17765,
|
|
2106
2106
|
"mutability": "mutable",
|
|
2107
2107
|
"name": "",
|
|
2108
2108
|
"nameLocation": "-1:-1:-1",
|
|
2109
2109
|
"nodeType": "VariableDeclaration",
|
|
2110
|
-
"scope":
|
|
2110
|
+
"scope": 17773,
|
|
2111
2111
|
"src": "1686:11:39",
|
|
2112
2112
|
"stateVariable": false,
|
|
2113
2113
|
"storageLocation": "default",
|
|
2114
2114
|
"typeDescriptions": {
|
|
2115
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
2115
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
2116
2116
|
"typeString": "contract ISuperfluid"
|
|
2117
2117
|
},
|
|
2118
2118
|
"typeName": {
|
|
2119
|
-
"id":
|
|
2119
|
+
"id": 17764,
|
|
2120
2120
|
"nodeType": "UserDefinedTypeName",
|
|
2121
2121
|
"pathNode": {
|
|
2122
|
-
"id":
|
|
2122
|
+
"id": 17763,
|
|
2123
2123
|
"name": "ISuperfluid",
|
|
2124
2124
|
"nodeType": "IdentifierPath",
|
|
2125
|
-
"referencedDeclaration":
|
|
2125
|
+
"referencedDeclaration": 20053,
|
|
2126
2126
|
"src": "1686:11:39"
|
|
2127
2127
|
},
|
|
2128
|
-
"referencedDeclaration":
|
|
2128
|
+
"referencedDeclaration": 20053,
|
|
2129
2129
|
"src": "1686:11:39",
|
|
2130
2130
|
"typeDescriptions": {
|
|
2131
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
2131
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
2132
2132
|
"typeString": "contract ISuperfluid"
|
|
2133
2133
|
}
|
|
2134
2134
|
},
|
|
@@ -2138,19 +2138,19 @@
|
|
|
2138
2138
|
"src": "1685:22:39"
|
|
2139
2139
|
},
|
|
2140
2140
|
"returnParameters": {
|
|
2141
|
-
"id":
|
|
2141
|
+
"id": 17768,
|
|
2142
2142
|
"nodeType": "ParameterList",
|
|
2143
2143
|
"parameters": [],
|
|
2144
2144
|
"src": "1743:0:39"
|
|
2145
2145
|
},
|
|
2146
|
-
"scope":
|
|
2146
|
+
"scope": 17774,
|
|
2147
2147
|
"src": "1658:122:39",
|
|
2148
2148
|
"stateMutability": "view",
|
|
2149
2149
|
"virtual": false,
|
|
2150
2150
|
"visibility": "internal"
|
|
2151
2151
|
}
|
|
2152
2152
|
],
|
|
2153
|
-
"scope":
|
|
2153
|
+
"scope": 17775,
|
|
2154
2154
|
"src": "718:1064:39",
|
|
2155
2155
|
"usedErrors": []
|
|
2156
2156
|
}
|
|
@@ -2163,7 +2163,7 @@
|
|
|
2163
2163
|
},
|
|
2164
2164
|
"networks": {},
|
|
2165
2165
|
"schemaVersion": "3.4.8",
|
|
2166
|
-
"updatedAt": "2022-08-
|
|
2166
|
+
"updatedAt": "2022-08-23T08:53:53.332Z",
|
|
2167
2167
|
"devdoc": {
|
|
2168
2168
|
"author": "Superfluid IMPORTANT! Make sure the inheritance order remains in sync with the logic contract (Ownable first)!",
|
|
2169
2169
|
"kind": "dev",
|