@superfluid-finance/ethereum-contracts 1.3.2-dev.bf84335.0 → 1.3.2-dev.de7575d.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/contracts/AccessControl.json +1 -1
- package/build/contracts/AccessControlEnumerable.json +1 -1
- package/build/contracts/Address.json +1 -1
- package/build/contracts/AgreementBase.json +18 -18
- package/build/contracts/AgreementLibrary.json +1272 -1183
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +211 -211
- package/build/contracts/BatchOperation.json +599 -599
- package/build/contracts/CFAv1Library.json +2282 -2282
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +2472 -2472
- package/build/contracts/ConstantFlowAgreementV1.json +12931 -13308
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +599 -599
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +20 -20
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC1820RegistryCompiled.json +22 -22
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +380 -380
- package/build/contracts/ERC777RecipientDrainingGas.json +858 -858
- package/build/contracts/ERC777RecipientReverting.json +858 -858
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +2473 -2473
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +2473 -2473
- package/build/contracts/FlowOperatorDefinitions.json +599 -599
- package/build/contracts/FullUpgradableSuperTokenProxy.json +115 -115
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +567 -567
- package/build/contracts/IDAv1Library.json +2614 -2614
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Metadata.json +1 -1
- package/build/contracts/IERC20Permit.json +1 -1
- package/build/contracts/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
- package/build/contracts/IMaticBridgedNativeSuperToken.json +63 -63
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +63 -63
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +43 -43
- package/build/contracts/IPureSuperTokenCustom.json +43 -43
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +48 -48
- package/build/contracts/ISETHCustom.json +48 -48
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +192 -192
- package/build/contracts/ISuperToken.json +524 -524
- package/build/contracts/ISuperTokenFactory.json +161 -161
- package/build/contracts/ISuperfluid.json +1145 -1178
- package/build/contracts/ISuperfluidGovernance.json +243 -243
- package/build/contracts/ISuperfluidToken.json +389 -389
- package/build/contracts/ITOGAv1.json +1442 -1442
- package/build/contracts/ITOGAv2.json +1442 -1442
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +5820 -5820
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +231 -231
- package/build/contracts/NonClosableOutflowTestApp.json +2473 -2473
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Pausable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/PureSuperToken.json +109 -109
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +227 -227
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +2472 -2472
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +748 -748
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +240 -240
- package/build/contracts/SuperAppDefinitions.json +599 -599
- package/build/contracts/SuperToken.json +4732 -4732
- package/build/contracts/SuperTokenFactory.json +750 -750
- package/build/contracts/SuperTokenFactoryBase.json +738 -738
- package/build/contracts/SuperTokenFactoryHelper.json +743 -743
- package/build/contracts/SuperUpgrader.json +440 -440
- package/build/contracts/Superfluid.json +15366 -16050
- package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
- package/build/contracts/SuperfluidGovernanceBase.json +2233 -2233
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +149 -149
- package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
- package/build/contracts/SuperfluidLoader.json +210 -210
- package/build/contracts/SuperfluidToken.json +2420 -2420
- package/build/contracts/TOGA.json +1461 -1461
- package/build/contracts/TestGovernance.json +248 -248
- package/build/contracts/TestToken.json +93 -93
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UUPSProxiable.json +139 -139
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +6 -6
- package/contracts/agreements/AgreementLibrary.sol +39 -15
- package/contracts/agreements/ConstantFlowAgreementV1.sol +65 -53
- package/contracts/interfaces/superfluid/ISuperfluid.sol +29 -23
- package/contracts/mocks/AgreementMock.sol +2 -2
- package/contracts/mocks/CFAAppMocks.sol +1 -1
- package/contracts/mocks/MultiFlowTesterApp.sol +13 -12
- package/contracts/mocks/SuperTokenMock.sol +2 -2
- package/contracts/mocks/SuperfluidMock.sol +9 -9
- package/contracts/superfluid/Superfluid.sol +34 -38
- package/contracts/superfluid/SuperfluidToken.sol +14 -14
- package/package.json +2 -2
- package/scripts/deploy-mfa.ts +27 -0
- package/scripts/libs/getConfig.js +14 -0
- package/utils/README.md +18 -0
- package/utils/mfa-tester.html +687 -0
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"type": "function"
|
|
36
36
|
}
|
|
37
37
|
],
|
|
38
|
-
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"wad\",\"type\":\"uint256\"}],\"name\":\"downgradeToETH\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"upgradeByETH\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"}],\"name\":\"upgradeByETHTo\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{},\"title\":\"Super ETH (SETH) custom token interface\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/interfaces/tokens/ISETH.sol\":\"ISETHCustom\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@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\":\"
|
|
38
|
+
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"wad\",\"type\":\"uint256\"}],\"name\":\"downgradeToETH\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"upgradeByETH\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"}],\"name\":\"upgradeByETHTo\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{},\"title\":\"Super ETH (SETH) custom token interface\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/interfaces/tokens/ISETH.sol\":\"ISETHCustom\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0x59cba11dfc9510e06db5fd57e9229fcfa0860e99e76626ad0291e7e50a3a62de\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://a64102f968e7f2eaa335e8d7ce47b339c958b0d6f8f4b3379547e9b7faa78cf9\",\"dweb:/ipfs/QmbFSeM6diijjogiTvgbpphLmjxG3u1ifygFkLhezFHRQ5\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/ISETH.sol\":{\"keccak256\":\"0x15f299de1e9277a614a15c4136785d616ab52c89ec70edd430928c20fcd21e78\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://f13e6074da3a5da4c9f537bfa3d8b3f9c83df59393e94a691a14e89d5d9a76ef\",\"dweb:/ipfs/QmZTmcNtnChdFMMku1FWzsDFJHXAieY5PaaN2JtSXs2Hf3\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]}},\"version\":1}",
|
|
39
39
|
"bytecode": "0x",
|
|
40
40
|
"deployedBytecode": "0x",
|
|
41
41
|
"immutableReferences": {},
|
|
@@ -49,21 +49,21 @@
|
|
|
49
49
|
"absolutePath": "project:/contracts/interfaces/tokens/ISETH.sol",
|
|
50
50
|
"exportedSymbols": {
|
|
51
51
|
"ISETH": [
|
|
52
|
-
|
|
52
|
+
20545
|
|
53
53
|
],
|
|
54
54
|
"ISETHCustom": [
|
|
55
|
-
|
|
55
|
+
20539
|
|
56
56
|
],
|
|
57
57
|
"ISuperToken": [
|
|
58
|
-
|
|
58
|
+
19492
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
|
-
"id":
|
|
61
|
+
"id": 20546,
|
|
62
62
|
"license": "AGPLv3",
|
|
63
63
|
"nodeType": "SourceUnit",
|
|
64
64
|
"nodes": [
|
|
65
65
|
{
|
|
66
|
-
"id":
|
|
66
|
+
"id": 20522,
|
|
67
67
|
"literals": [
|
|
68
68
|
"solidity",
|
|
69
69
|
">=",
|
|
@@ -76,20 +76,20 @@
|
|
|
76
76
|
{
|
|
77
77
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
|
|
78
78
|
"file": "../superfluid/ISuperToken.sol",
|
|
79
|
-
"id":
|
|
79
|
+
"id": 20524,
|
|
80
80
|
"nameLocation": "-1:-1:-1",
|
|
81
81
|
"nodeType": "ImportDirective",
|
|
82
|
-
"scope":
|
|
83
|
-
"sourceUnit":
|
|
82
|
+
"scope": 20546,
|
|
83
|
+
"sourceUnit": 19493,
|
|
84
84
|
"src": "62:60:54",
|
|
85
85
|
"symbolAliases": [
|
|
86
86
|
{
|
|
87
87
|
"foreign": {
|
|
88
|
-
"id":
|
|
88
|
+
"id": 20523,
|
|
89
89
|
"name": "ISuperToken",
|
|
90
90
|
"nodeType": "Identifier",
|
|
91
91
|
"overloadedDeclarations": [],
|
|
92
|
-
"referencedDeclaration":
|
|
92
|
+
"referencedDeclaration": 19492,
|
|
93
93
|
"src": "71:11:54",
|
|
94
94
|
"typeDescriptions": {}
|
|
95
95
|
},
|
|
@@ -105,15 +105,15 @@
|
|
|
105
105
|
"contractDependencies": [],
|
|
106
106
|
"contractKind": "interface",
|
|
107
107
|
"documentation": {
|
|
108
|
-
"id":
|
|
108
|
+
"id": 20525,
|
|
109
109
|
"nodeType": "StructuredDocumentation",
|
|
110
110
|
"src": "125:79:54",
|
|
111
111
|
"text": " @title Super ETH (SETH) custom token interface\n @author Superfluid"
|
|
112
112
|
},
|
|
113
113
|
"fullyImplemented": false,
|
|
114
|
-
"id":
|
|
114
|
+
"id": 20539,
|
|
115
115
|
"linearizedBaseContracts": [
|
|
116
|
-
|
|
116
|
+
20539
|
|
117
117
|
],
|
|
118
118
|
"name": "ISETHCustom",
|
|
119
119
|
"nameLocation": "215:11:54",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"nodes": [
|
|
122
122
|
{
|
|
123
123
|
"functionSelector": "cf81464b",
|
|
124
|
-
"id":
|
|
124
|
+
"id": 20528,
|
|
125
125
|
"implemented": false,
|
|
126
126
|
"kind": "function",
|
|
127
127
|
"modifiers": [],
|
|
@@ -129,18 +129,18 @@
|
|
|
129
129
|
"nameLocation": "268:12:54",
|
|
130
130
|
"nodeType": "FunctionDefinition",
|
|
131
131
|
"parameters": {
|
|
132
|
-
"id":
|
|
132
|
+
"id": 20526,
|
|
133
133
|
"nodeType": "ParameterList",
|
|
134
134
|
"parameters": [],
|
|
135
135
|
"src": "280:2:54"
|
|
136
136
|
},
|
|
137
137
|
"returnParameters": {
|
|
138
|
-
"id":
|
|
138
|
+
"id": 20527,
|
|
139
139
|
"nodeType": "ParameterList",
|
|
140
140
|
"parameters": [],
|
|
141
141
|
"src": "299:0:54"
|
|
142
142
|
},
|
|
143
|
-
"scope":
|
|
143
|
+
"scope": 20539,
|
|
144
144
|
"src": "259:41:54",
|
|
145
145
|
"stateMutability": "payable",
|
|
146
146
|
"virtual": false,
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
150
|
"functionSelector": "7687d19b",
|
|
151
|
-
"id":
|
|
151
|
+
"id": 20533,
|
|
152
152
|
"implemented": false,
|
|
153
153
|
"kind": "function",
|
|
154
154
|
"modifiers": [],
|
|
@@ -156,17 +156,17 @@
|
|
|
156
156
|
"nameLocation": "314:14:54",
|
|
157
157
|
"nodeType": "FunctionDefinition",
|
|
158
158
|
"parameters": {
|
|
159
|
-
"id":
|
|
159
|
+
"id": 20531,
|
|
160
160
|
"nodeType": "ParameterList",
|
|
161
161
|
"parameters": [
|
|
162
162
|
{
|
|
163
163
|
"constant": false,
|
|
164
|
-
"id":
|
|
164
|
+
"id": 20530,
|
|
165
165
|
"mutability": "mutable",
|
|
166
166
|
"name": "to",
|
|
167
167
|
"nameLocation": "337:2:54",
|
|
168
168
|
"nodeType": "VariableDeclaration",
|
|
169
|
-
"scope":
|
|
169
|
+
"scope": 20533,
|
|
170
170
|
"src": "329:10:54",
|
|
171
171
|
"stateVariable": false,
|
|
172
172
|
"storageLocation": "default",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"typeString": "address"
|
|
176
176
|
},
|
|
177
177
|
"typeName": {
|
|
178
|
-
"id":
|
|
178
|
+
"id": 20529,
|
|
179
179
|
"name": "address",
|
|
180
180
|
"nodeType": "ElementaryTypeName",
|
|
181
181
|
"src": "329:7:54",
|
|
@@ -191,12 +191,12 @@
|
|
|
191
191
|
"src": "328:12:54"
|
|
192
192
|
},
|
|
193
193
|
"returnParameters": {
|
|
194
|
-
"id":
|
|
194
|
+
"id": 20532,
|
|
195
195
|
"nodeType": "ParameterList",
|
|
196
196
|
"parameters": [],
|
|
197
197
|
"src": "357:0:54"
|
|
198
198
|
},
|
|
199
|
-
"scope":
|
|
199
|
+
"scope": 20539,
|
|
200
200
|
"src": "305:53:54",
|
|
201
201
|
"stateMutability": "payable",
|
|
202
202
|
"virtual": false,
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
206
|
"functionSelector": "160e8be3",
|
|
207
|
-
"id":
|
|
207
|
+
"id": 20538,
|
|
208
208
|
"implemented": false,
|
|
209
209
|
"kind": "function",
|
|
210
210
|
"modifiers": [],
|
|
@@ -212,17 +212,17 @@
|
|
|
212
212
|
"nameLocation": "372:14:54",
|
|
213
213
|
"nodeType": "FunctionDefinition",
|
|
214
214
|
"parameters": {
|
|
215
|
-
"id":
|
|
215
|
+
"id": 20536,
|
|
216
216
|
"nodeType": "ParameterList",
|
|
217
217
|
"parameters": [
|
|
218
218
|
{
|
|
219
219
|
"constant": false,
|
|
220
|
-
"id":
|
|
220
|
+
"id": 20535,
|
|
221
221
|
"mutability": "mutable",
|
|
222
222
|
"name": "wad",
|
|
223
223
|
"nameLocation": "392:3:54",
|
|
224
224
|
"nodeType": "VariableDeclaration",
|
|
225
|
-
"scope":
|
|
225
|
+
"scope": 20538,
|
|
226
226
|
"src": "387:8:54",
|
|
227
227
|
"stateVariable": false,
|
|
228
228
|
"storageLocation": "default",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"typeString": "uint256"
|
|
232
232
|
},
|
|
233
233
|
"typeName": {
|
|
234
|
-
"id":
|
|
234
|
+
"id": 20534,
|
|
235
235
|
"name": "uint",
|
|
236
236
|
"nodeType": "ElementaryTypeName",
|
|
237
237
|
"src": "387:4:54",
|
|
@@ -246,19 +246,19 @@
|
|
|
246
246
|
"src": "386:10:54"
|
|
247
247
|
},
|
|
248
248
|
"returnParameters": {
|
|
249
|
-
"id":
|
|
249
|
+
"id": 20537,
|
|
250
250
|
"nodeType": "ParameterList",
|
|
251
251
|
"parameters": [],
|
|
252
252
|
"src": "405:0:54"
|
|
253
253
|
},
|
|
254
|
-
"scope":
|
|
254
|
+
"scope": 20539,
|
|
255
255
|
"src": "363:43:54",
|
|
256
256
|
"stateMutability": "nonpayable",
|
|
257
257
|
"virtual": false,
|
|
258
258
|
"visibility": "external"
|
|
259
259
|
}
|
|
260
260
|
],
|
|
261
|
-
"scope":
|
|
261
|
+
"scope": 20546,
|
|
262
262
|
"src": "205:203:54",
|
|
263
263
|
"usedErrors": []
|
|
264
264
|
},
|
|
@@ -267,25 +267,25 @@
|
|
|
267
267
|
"baseContracts": [
|
|
268
268
|
{
|
|
269
269
|
"baseName": {
|
|
270
|
-
"id":
|
|
270
|
+
"id": 20541,
|
|
271
271
|
"name": "ISETHCustom",
|
|
272
272
|
"nodeType": "IdentifierPath",
|
|
273
|
-
"referencedDeclaration":
|
|
273
|
+
"referencedDeclaration": 20539,
|
|
274
274
|
"src": "546:11:54"
|
|
275
275
|
},
|
|
276
|
-
"id":
|
|
276
|
+
"id": 20542,
|
|
277
277
|
"nodeType": "InheritanceSpecifier",
|
|
278
278
|
"src": "546:11:54"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"baseName": {
|
|
282
|
-
"id":
|
|
282
|
+
"id": 20543,
|
|
283
283
|
"name": "ISuperToken",
|
|
284
284
|
"nodeType": "IdentifierPath",
|
|
285
|
-
"referencedDeclaration":
|
|
285
|
+
"referencedDeclaration": 19492,
|
|
286
286
|
"src": "559:11:54"
|
|
287
287
|
},
|
|
288
|
-
"id":
|
|
288
|
+
"id": 20544,
|
|
289
289
|
"nodeType": "InheritanceSpecifier",
|
|
290
290
|
"src": "559:11:54"
|
|
291
291
|
}
|
|
@@ -294,27 +294,27 @@
|
|
|
294
294
|
"contractDependencies": [],
|
|
295
295
|
"contractKind": "interface",
|
|
296
296
|
"documentation": {
|
|
297
|
-
"id":
|
|
297
|
+
"id": 20540,
|
|
298
298
|
"nodeType": "StructuredDocumentation",
|
|
299
299
|
"src": "410:71:54",
|
|
300
300
|
"text": " @title Super ETH (SETH) full interface\n @author Superfluid"
|
|
301
301
|
},
|
|
302
302
|
"fullyImplemented": false,
|
|
303
|
-
"id":
|
|
303
|
+
"id": 20545,
|
|
304
304
|
"linearizedBaseContracts": [
|
|
305
|
-
|
|
306
|
-
|
|
305
|
+
20545,
|
|
306
|
+
19492,
|
|
307
307
|
2352,
|
|
308
308
|
1630,
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
309
|
+
20567,
|
|
310
|
+
20450,
|
|
311
|
+
20539
|
|
312
312
|
],
|
|
313
313
|
"name": "ISETH",
|
|
314
314
|
"nameLocation": "537:5:54",
|
|
315
315
|
"nodeType": "ContractDefinition",
|
|
316
316
|
"nodes": [],
|
|
317
|
-
"scope":
|
|
317
|
+
"scope": 20546,
|
|
318
318
|
"src": "527:46:54",
|
|
319
319
|
"usedErrors": []
|
|
320
320
|
}
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
},
|
|
328
328
|
"networks": {},
|
|
329
329
|
"schemaVersion": "3.4.8",
|
|
330
|
-
"updatedAt": "2022-08-
|
|
330
|
+
"updatedAt": "2022-08-25T14:16:53.044Z",
|
|
331
331
|
"devdoc": {
|
|
332
332
|
"author": "Superfluid",
|
|
333
333
|
"kind": "dev",
|
|
@@ -68,18 +68,18 @@
|
|
|
68
68
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperAgreement.sol",
|
|
69
69
|
"exportedSymbols": {
|
|
70
70
|
"ISuperAgreement": [
|
|
71
|
-
|
|
71
|
+
19002
|
|
72
72
|
],
|
|
73
73
|
"ISuperfluidToken": [
|
|
74
|
-
|
|
74
|
+
20450
|
|
75
75
|
]
|
|
76
76
|
},
|
|
77
|
-
"id":
|
|
77
|
+
"id": 19003,
|
|
78
78
|
"license": "AGPLv3",
|
|
79
79
|
"nodeType": "SourceUnit",
|
|
80
80
|
"nodes": [
|
|
81
81
|
{
|
|
82
|
-
"id":
|
|
82
|
+
"id": 18975,
|
|
83
83
|
"literals": [
|
|
84
84
|
"solidity",
|
|
85
85
|
">=",
|
|
@@ -92,20 +92,20 @@
|
|
|
92
92
|
{
|
|
93
93
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
|
|
94
94
|
"file": "./ISuperfluidToken.sol",
|
|
95
|
-
"id":
|
|
95
|
+
"id": 18977,
|
|
96
96
|
"nameLocation": "-1:-1:-1",
|
|
97
97
|
"nodeType": "ImportDirective",
|
|
98
|
-
"scope":
|
|
99
|
-
"sourceUnit":
|
|
98
|
+
"scope": 19003,
|
|
99
|
+
"sourceUnit": 20451,
|
|
100
100
|
"src": "62:58:44",
|
|
101
101
|
"symbolAliases": [
|
|
102
102
|
{
|
|
103
103
|
"foreign": {
|
|
104
|
-
"id":
|
|
104
|
+
"id": 18976,
|
|
105
105
|
"name": "ISuperfluidToken",
|
|
106
106
|
"nodeType": "Identifier",
|
|
107
107
|
"overloadedDeclarations": [],
|
|
108
|
-
"referencedDeclaration":
|
|
108
|
+
"referencedDeclaration": 20450,
|
|
109
109
|
"src": "71:16:44",
|
|
110
110
|
"typeDescriptions": {}
|
|
111
111
|
},
|
|
@@ -121,15 +121,15 @@
|
|
|
121
121
|
"contractDependencies": [],
|
|
122
122
|
"contractKind": "interface",
|
|
123
123
|
"documentation": {
|
|
124
|
-
"id":
|
|
124
|
+
"id": 18978,
|
|
125
125
|
"nodeType": "StructuredDocumentation",
|
|
126
126
|
"src": "122:65:44",
|
|
127
127
|
"text": " @title Super agreement interface\n @author Superfluid"
|
|
128
128
|
},
|
|
129
129
|
"fullyImplemented": false,
|
|
130
|
-
"id":
|
|
130
|
+
"id": 19002,
|
|
131
131
|
"linearizedBaseContracts": [
|
|
132
|
-
|
|
132
|
+
19002
|
|
133
133
|
],
|
|
134
134
|
"name": "ISuperAgreement",
|
|
135
135
|
"nameLocation": "198:15:44",
|
|
@@ -137,13 +137,13 @@
|
|
|
137
137
|
"nodes": [
|
|
138
138
|
{
|
|
139
139
|
"documentation": {
|
|
140
|
-
"id":
|
|
140
|
+
"id": 18979,
|
|
141
141
|
"nodeType": "StructuredDocumentation",
|
|
142
142
|
"src": "221:59:44",
|
|
143
143
|
"text": " @dev Get the type of the agreement class"
|
|
144
144
|
},
|
|
145
145
|
"functionSelector": "7730599e",
|
|
146
|
-
"id":
|
|
146
|
+
"id": 18984,
|
|
147
147
|
"implemented": false,
|
|
148
148
|
"kind": "function",
|
|
149
149
|
"modifiers": [],
|
|
@@ -151,23 +151,23 @@
|
|
|
151
151
|
"nameLocation": "294:13:44",
|
|
152
152
|
"nodeType": "FunctionDefinition",
|
|
153
153
|
"parameters": {
|
|
154
|
-
"id":
|
|
154
|
+
"id": 18980,
|
|
155
155
|
"nodeType": "ParameterList",
|
|
156
156
|
"parameters": [],
|
|
157
157
|
"src": "307:2:44"
|
|
158
158
|
},
|
|
159
159
|
"returnParameters": {
|
|
160
|
-
"id":
|
|
160
|
+
"id": 18983,
|
|
161
161
|
"nodeType": "ParameterList",
|
|
162
162
|
"parameters": [
|
|
163
163
|
{
|
|
164
164
|
"constant": false,
|
|
165
|
-
"id":
|
|
165
|
+
"id": 18982,
|
|
166
166
|
"mutability": "mutable",
|
|
167
167
|
"name": "",
|
|
168
168
|
"nameLocation": "-1:-1:-1",
|
|
169
169
|
"nodeType": "VariableDeclaration",
|
|
170
|
-
"scope":
|
|
170
|
+
"scope": 18984,
|
|
171
171
|
"src": "333:7:44",
|
|
172
172
|
"stateVariable": false,
|
|
173
173
|
"storageLocation": "default",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"typeString": "bytes32"
|
|
177
177
|
},
|
|
178
178
|
"typeName": {
|
|
179
|
-
"id":
|
|
179
|
+
"id": 18981,
|
|
180
180
|
"name": "bytes32",
|
|
181
181
|
"nodeType": "ElementaryTypeName",
|
|
182
182
|
"src": "333:7:44",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
],
|
|
191
191
|
"src": "332:9:44"
|
|
192
192
|
},
|
|
193
|
-
"scope":
|
|
193
|
+
"scope": 19002,
|
|
194
194
|
"src": "285:57:44",
|
|
195
195
|
"stateMutability": "view",
|
|
196
196
|
"virtual": false,
|
|
@@ -198,13 +198,13 @@
|
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
"documentation": {
|
|
201
|
-
"id":
|
|
201
|
+
"id": 18985,
|
|
202
202
|
"nodeType": "StructuredDocumentation",
|
|
203
203
|
"src": "348:425:44",
|
|
204
204
|
"text": " @dev Calculate the real-time balance for the account of this agreement class\n @param account Account the state belongs to\n @param time Time used for the calculation\n @return dynamicBalance Dynamic balance portion of real-time balance of this agreement\n @return deposit Account deposit amount of this agreement\n @return owedDeposit Account owed deposit amount of this agreement"
|
|
205
205
|
},
|
|
206
206
|
"functionSelector": "9b2e48bc",
|
|
207
|
-
"id":
|
|
207
|
+
"id": 19001,
|
|
208
208
|
"implemented": false,
|
|
209
209
|
"kind": "function",
|
|
210
210
|
"modifiers": [],
|
|
@@ -212,38 +212,38 @@
|
|
|
212
212
|
"nameLocation": "787:17:44",
|
|
213
213
|
"nodeType": "FunctionDefinition",
|
|
214
214
|
"parameters": {
|
|
215
|
-
"id":
|
|
215
|
+
"id": 18993,
|
|
216
216
|
"nodeType": "ParameterList",
|
|
217
217
|
"parameters": [
|
|
218
218
|
{
|
|
219
219
|
"constant": false,
|
|
220
|
-
"id":
|
|
220
|
+
"id": 18988,
|
|
221
221
|
"mutability": "mutable",
|
|
222
222
|
"name": "token",
|
|
223
223
|
"nameLocation": "831:5:44",
|
|
224
224
|
"nodeType": "VariableDeclaration",
|
|
225
|
-
"scope":
|
|
225
|
+
"scope": 19001,
|
|
226
226
|
"src": "814:22:44",
|
|
227
227
|
"stateVariable": false,
|
|
228
228
|
"storageLocation": "default",
|
|
229
229
|
"typeDescriptions": {
|
|
230
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
230
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
231
231
|
"typeString": "contract ISuperfluidToken"
|
|
232
232
|
},
|
|
233
233
|
"typeName": {
|
|
234
|
-
"id":
|
|
234
|
+
"id": 18987,
|
|
235
235
|
"nodeType": "UserDefinedTypeName",
|
|
236
236
|
"pathNode": {
|
|
237
|
-
"id":
|
|
237
|
+
"id": 18986,
|
|
238
238
|
"name": "ISuperfluidToken",
|
|
239
239
|
"nodeType": "IdentifierPath",
|
|
240
|
-
"referencedDeclaration":
|
|
240
|
+
"referencedDeclaration": 20450,
|
|
241
241
|
"src": "814:16:44"
|
|
242
242
|
},
|
|
243
|
-
"referencedDeclaration":
|
|
243
|
+
"referencedDeclaration": 20450,
|
|
244
244
|
"src": "814:16:44",
|
|
245
245
|
"typeDescriptions": {
|
|
246
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
246
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
247
247
|
"typeString": "contract ISuperfluidToken"
|
|
248
248
|
}
|
|
249
249
|
},
|
|
@@ -251,12 +251,12 @@
|
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"constant": false,
|
|
254
|
-
"id":
|
|
254
|
+
"id": 18990,
|
|
255
255
|
"mutability": "mutable",
|
|
256
256
|
"name": "account",
|
|
257
257
|
"nameLocation": "854:7:44",
|
|
258
258
|
"nodeType": "VariableDeclaration",
|
|
259
|
-
"scope":
|
|
259
|
+
"scope": 19001,
|
|
260
260
|
"src": "846:15:44",
|
|
261
261
|
"stateVariable": false,
|
|
262
262
|
"storageLocation": "default",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"typeString": "address"
|
|
266
266
|
},
|
|
267
267
|
"typeName": {
|
|
268
|
-
"id":
|
|
268
|
+
"id": 18989,
|
|
269
269
|
"name": "address",
|
|
270
270
|
"nodeType": "ElementaryTypeName",
|
|
271
271
|
"src": "846:7:44",
|
|
@@ -279,12 +279,12 @@
|
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"constant": false,
|
|
282
|
-
"id":
|
|
282
|
+
"id": 18992,
|
|
283
283
|
"mutability": "mutable",
|
|
284
284
|
"name": "time",
|
|
285
285
|
"nameLocation": "879:4:44",
|
|
286
286
|
"nodeType": "VariableDeclaration",
|
|
287
|
-
"scope":
|
|
287
|
+
"scope": 19001,
|
|
288
288
|
"src": "871:12:44",
|
|
289
289
|
"stateVariable": false,
|
|
290
290
|
"storageLocation": "default",
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"typeString": "uint256"
|
|
294
294
|
},
|
|
295
295
|
"typeName": {
|
|
296
|
-
"id":
|
|
296
|
+
"id": 18991,
|
|
297
297
|
"name": "uint256",
|
|
298
298
|
"nodeType": "ElementaryTypeName",
|
|
299
299
|
"src": "871:7:44",
|
|
@@ -308,17 +308,17 @@
|
|
|
308
308
|
"src": "804:85:44"
|
|
309
309
|
},
|
|
310
310
|
"returnParameters": {
|
|
311
|
-
"id":
|
|
311
|
+
"id": 19000,
|
|
312
312
|
"nodeType": "ParameterList",
|
|
313
313
|
"parameters": [
|
|
314
314
|
{
|
|
315
315
|
"constant": false,
|
|
316
|
-
"id":
|
|
316
|
+
"id": 18995,
|
|
317
317
|
"mutability": "mutable",
|
|
318
318
|
"name": "dynamicBalance",
|
|
319
319
|
"nameLocation": "957:14:44",
|
|
320
320
|
"nodeType": "VariableDeclaration",
|
|
321
|
-
"scope":
|
|
321
|
+
"scope": 19001,
|
|
322
322
|
"src": "950:21:44",
|
|
323
323
|
"stateVariable": false,
|
|
324
324
|
"storageLocation": "default",
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
"typeString": "int256"
|
|
328
328
|
},
|
|
329
329
|
"typeName": {
|
|
330
|
-
"id":
|
|
330
|
+
"id": 18994,
|
|
331
331
|
"name": "int256",
|
|
332
332
|
"nodeType": "ElementaryTypeName",
|
|
333
333
|
"src": "950:6:44",
|
|
@@ -340,12 +340,12 @@
|
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
342
|
"constant": false,
|
|
343
|
-
"id":
|
|
343
|
+
"id": 18997,
|
|
344
344
|
"mutability": "mutable",
|
|
345
345
|
"name": "deposit",
|
|
346
346
|
"nameLocation": "993:7:44",
|
|
347
347
|
"nodeType": "VariableDeclaration",
|
|
348
|
-
"scope":
|
|
348
|
+
"scope": 19001,
|
|
349
349
|
"src": "985:15:44",
|
|
350
350
|
"stateVariable": false,
|
|
351
351
|
"storageLocation": "default",
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"typeString": "uint256"
|
|
355
355
|
},
|
|
356
356
|
"typeName": {
|
|
357
|
-
"id":
|
|
357
|
+
"id": 18996,
|
|
358
358
|
"name": "uint256",
|
|
359
359
|
"nodeType": "ElementaryTypeName",
|
|
360
360
|
"src": "985:7:44",
|
|
@@ -367,12 +367,12 @@
|
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"constant": false,
|
|
370
|
-
"id":
|
|
370
|
+
"id": 18999,
|
|
371
371
|
"mutability": "mutable",
|
|
372
372
|
"name": "owedDeposit",
|
|
373
373
|
"nameLocation": "1022:11:44",
|
|
374
374
|
"nodeType": "VariableDeclaration",
|
|
375
|
-
"scope":
|
|
375
|
+
"scope": 19001,
|
|
376
376
|
"src": "1014:19:44",
|
|
377
377
|
"stateVariable": false,
|
|
378
378
|
"storageLocation": "default",
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
"typeString": "uint256"
|
|
382
382
|
},
|
|
383
383
|
"typeName": {
|
|
384
|
-
"id":
|
|
384
|
+
"id": 18998,
|
|
385
385
|
"name": "uint256",
|
|
386
386
|
"nodeType": "ElementaryTypeName",
|
|
387
387
|
"src": "1014:7:44",
|
|
@@ -395,14 +395,14 @@
|
|
|
395
395
|
],
|
|
396
396
|
"src": "936:107:44"
|
|
397
397
|
},
|
|
398
|
-
"scope":
|
|
398
|
+
"scope": 19002,
|
|
399
399
|
"src": "778:266:44",
|
|
400
400
|
"stateMutability": "view",
|
|
401
401
|
"virtual": false,
|
|
402
402
|
"visibility": "external"
|
|
403
403
|
}
|
|
404
404
|
],
|
|
405
|
-
"scope":
|
|
405
|
+
"scope": 19003,
|
|
406
406
|
"src": "188:859:44",
|
|
407
407
|
"usedErrors": []
|
|
408
408
|
}
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
},
|
|
416
416
|
"networks": {},
|
|
417
417
|
"schemaVersion": "3.4.8",
|
|
418
|
-
"updatedAt": "2022-08-
|
|
418
|
+
"updatedAt": "2022-08-25T14:16:53.027Z",
|
|
419
419
|
"devdoc": {
|
|
420
420
|
"author": "Superfluid",
|
|
421
421
|
"kind": "dev",
|