@superfluid-finance/ethereum-contracts 1.3.1-dev.e19ac49.0 → 1.3.2-dev.75a0001.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/README.md +1 -1
- 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 +26 -19
- package/build/contracts/AgreementLibrary.json +167 -167
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +208 -208
- package/build/contracts/BatchOperation.json +599 -599
- package/build/contracts/CFAv1Library.json +389 -389
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
- package/build/contracts/ConstantFlowAgreementV1.json +4333 -3991
- 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 +19 -19
- 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 +1525 -1525
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1526 -1526
- package/build/contracts/FlowOperatorDefinitions.json +599 -599
- package/build/contracts/FullUpgradableSuperTokenProxy.json +112 -112
- 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 +430 -430
- 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 +62 -62
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +42 -42
- package/build/contracts/IPureSuperTokenCustom.json +42 -42
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +47 -47
- package/build/contracts/ISETHCustom.json +47 -47
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +523 -523
- package/build/contracts/ISuperTokenFactory.json +160 -160
- package/build/contracts/ISuperfluid.json +829 -829
- package/build/contracts/ISuperfluidGovernance.json +242 -242
- package/build/contracts/ISuperfluidToken.json +389 -389
- package/build/contracts/ITOGAv1.json +1441 -1441
- package/build/contracts/ITOGAv2.json +1441 -1441
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +3443 -3101
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
- package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
- 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 +106 -106
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +224 -224
- 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 +1525 -1525
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +42 -42
- package/build/contracts/SuperAppDefinitions.json +599 -599
- package/build/contracts/SuperToken.json +6050 -5766
- package/build/contracts/SuperTokenFactory.json +1172 -1035
- package/build/contracts/SuperTokenFactoryBase.json +1153 -1016
- package/build/contracts/SuperTokenFactoryHelper.json +1153 -1023
- package/build/contracts/SuperUpgrader.json +437 -437
- package/build/contracts/Superfluid.json +5460 -5453
- package/build/contracts/SuperfluidFrameworkDeployer.json +3743 -1878
- package/build/contracts/SuperfluidGovernanceBase.json +3600 -3159
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +973 -631
- package/build/contracts/SuperfluidGovernanceIIProxy.json +174 -174
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidToken.json +1404 -1404
- package/build/contracts/TOGA.json +1458 -1458
- package/build/contracts/TestGovernance.json +249 -249
- 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 +260 -206
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +7 -7
- package/contracts/gov/SuperfluidGovernanceBase.sol +9 -0
- package/contracts/gov/SuperfluidGovernanceII.sol +0 -2
- package/contracts/mocks/UUPSProxiableMock.sol +3 -0
- package/contracts/superfluid/SuperToken.sol +3 -0
- package/contracts/superfluid/SuperTokenFactory.sol +2 -1
- package/contracts/upgradability/UUPSProxiable.sol +4 -0
- package/contracts/utils/SuperfluidFrameworkDeployer.sol +26 -4
- package/package.json +3 -3
- package/scripts/deploy-aux-contracts.js +103 -0
- package/scripts/deploy-deterministic-loader.js +136 -0
- package/scripts/deploy-unlisted-pure-super-token.js +4 -3
- package/scripts/resolver-list-super-token.js +3 -2
- package/scripts/resolver-unlist-super-token.js +61 -0
- package/scripts/tmp-trigger-token-transfer.js +33 -0
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ contract("My Test", accounts => {
|
|
|
81
81
|
from: admin
|
|
82
82
|
});
|
|
83
83
|
});
|
|
84
|
-
}
|
|
84
|
+
})
|
|
85
85
|
```
|
|
86
86
|
In order to write concise testing code, we further recommend the use of [`@superfluid-finance/sdk-core`](/packages/sdk-core) not only in your UI code, but also in JS contract tests.
|
|
87
87
|
|
|
@@ -4190,7 +4190,7 @@
|
|
|
4190
4190
|
},
|
|
4191
4191
|
"networks": {},
|
|
4192
4192
|
"schemaVersion": "3.4.8",
|
|
4193
|
-
"updatedAt": "2022-
|
|
4193
|
+
"updatedAt": "2022-08-08T11:01:28.010Z",
|
|
4194
4194
|
"devdoc": {
|
|
4195
4195
|
"details": "Contract module that allows children to implement role-based access control mechanisms. This is a lightweight version that doesn't allow enumerating role members except through off-chain means by accessing the contract event logs. Some applications may benefit from on-chain enumerability, for those cases see {AccessControlEnumerable}. Roles are referred to by their `bytes32` identifier. These should be exposed in the external API and be unique. The best way to achieve this is by using `public constant` hash digests: ``` bytes32 public constant MY_ROLE = keccak256(\"MY_ROLE\"); ``` Roles can be used to represent a set of permissions. To restrict access to a function call, use {hasRole}: ``` function foo() public { require(hasRole(MY_ROLE, msg.sender)); ... } ``` Roles can be granted and revoked dynamically via the {grantRole} and {revokeRole} functions. Each role has an associated admin role, and only accounts that have a role's admin role can call {grantRole} and {revokeRole}. By default, the admin role for all roles is `DEFAULT_ADMIN_ROLE`, which means that only accounts with this role will be able to grant or revoke other roles. More complex role relationships can be created by using {_setRoleAdmin}. WARNING: The `DEFAULT_ADMIN_ROLE` is also its own admin: it has permission to grant and revoke this role. Extra precautions should be taken to secure accounts that have been granted it.",
|
|
4196
4196
|
"kind": "dev",
|
|
@@ -1744,7 +1744,7 @@
|
|
|
1744
1744
|
},
|
|
1745
1745
|
"networks": {},
|
|
1746
1746
|
"schemaVersion": "3.4.8",
|
|
1747
|
-
"updatedAt": "2022-
|
|
1747
|
+
"updatedAt": "2022-08-08T11:01:28.012Z",
|
|
1748
1748
|
"devdoc": {
|
|
1749
1749
|
"details": "Extension of {AccessControl} that allows enumerating the members of each role.",
|
|
1750
1750
|
"kind": "dev",
|
|
@@ -3971,7 +3971,7 @@
|
|
|
3971
3971
|
},
|
|
3972
3972
|
"networks": {},
|
|
3973
3973
|
"schemaVersion": "3.4.8",
|
|
3974
|
-
"updatedAt": "2022-
|
|
3974
|
+
"updatedAt": "2022-08-08T11:01:28.039Z",
|
|
3975
3975
|
"devdoc": {
|
|
3976
3976
|
"details": "Collection of functions related to the address type",
|
|
3977
3977
|
"kind": "dev",
|
|
@@ -46,6 +46,13 @@
|
|
|
46
46
|
"stateMutability": "view",
|
|
47
47
|
"type": "function"
|
|
48
48
|
},
|
|
49
|
+
{
|
|
50
|
+
"inputs": [],
|
|
51
|
+
"name": "castrate",
|
|
52
|
+
"outputs": [],
|
|
53
|
+
"stateMutability": "nonpayable",
|
|
54
|
+
"type": "function"
|
|
55
|
+
},
|
|
49
56
|
{
|
|
50
57
|
"inputs": [],
|
|
51
58
|
"name": "getCodeAddress",
|
|
@@ -125,7 +132,7 @@
|
|
|
125
132
|
"type": "function"
|
|
126
133
|
}
|
|
127
134
|
],
|
|
128
|
-
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"uuid\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"codeAddress\",\"type\":\"address\"}],\"name\":\"CodeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"agreementType\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getCodeAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"codeAddress\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"proxiableUUID\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"time\",\"type\":\"uint256\"}],\"name\":\"realtimeBalanceOf\",\"outputs\":[{\"internalType\":\"int256\",\"name\":\"dynamicBalance\",\"type\":\"int256\"},{\"internalType\":\"uint256\",\"name\":\"deposit\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"owedDeposit\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAddress\",\"type\":\"address\"}],\"name\":\"updateCode\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{\"agreementType()\":{\"details\":\"Get the type of the agreement class\"},\"getCodeAddress()\":{\"details\":\"Get current implementation code address.\"},\"proxiableUUID()\":{\"details\":\"Proxiable UUID marker function, this would help to avoid wrong logic contract to be used for upgrading. NOTE: The semantics of the UUID deviates from the actual UUPS standard, where it is equivalent of _IMPLEMENTATION_SLOT.\"},\"realtimeBalanceOf(address,address,uint256)\":{\"details\":\"Calculate the real-time balance for the account of this agreement class\",\"params\":{\"account\":\"Account the state belongs to\",\"time\":\"Time used for the calculation\"},\"returns\":{\"deposit\":\"Account deposit amount of this agreement\",\"dynamicBalance\":\"Dynamic balance portion of real-time balance of this agreement\",\"owedDeposit\":\"Account owed deposit amount of this agreement\"}}},\"title\":\"Superfluid agreement base boilerplate contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/agreements/AgreementBase.sol\":\"AgreementBase\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x2a21b14ff90012878752f230d3ffd5c3405e5938d06c97a7d89c0a64561d0d66\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3313a8f9bb1f9476857c9050067b31982bf2140b83d84f3bc0cec1f62bbe947f\",\"dweb:/ipfs/Qma17Pk8NRe7aB4UD3jjVxk7nSFaov3eQyv86hcyqkwJRV\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xd6153ce99bcdcce22b124f755e72553295be6abcd63804cfdffceb188b8bef10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://35c47bece3c03caaa07fab37dd2bb3413bfbca20db7bd9895024390e0a469487\",\"dweb:/ipfs/QmPGWT2x3QHcKxqe6gRmAkdakhbaRgx3DLzcakHz5M4eXG\"]},\"project:/contracts/agreements/AgreementBase.sol\":{\"keccak256\":\"0xa34a1b2dd83146a5ed280509f71a1c020ce1985e603da0fc3599eff71d234ab4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://0c9e9eb4f857ddef830bd7bc9523151f7de82bf4ecfca1aeb9e8de1588e2e07d\",\"dweb:/ipfs/QmaFU7E1XGTYiHCQicCjLNSzYyBgEHdR5pcC64MzCCsNbC\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/upgradability/UUPSProxiable.sol\":{\"keccak256\":\"
|
|
135
|
+
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"uuid\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"codeAddress\",\"type\":\"address\"}],\"name\":\"CodeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"agreementType\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"castrate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getCodeAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"codeAddress\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"proxiableUUID\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"time\",\"type\":\"uint256\"}],\"name\":\"realtimeBalanceOf\",\"outputs\":[{\"internalType\":\"int256\",\"name\":\"dynamicBalance\",\"type\":\"int256\"},{\"internalType\":\"uint256\",\"name\":\"deposit\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"owedDeposit\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAddress\",\"type\":\"address\"}],\"name\":\"updateCode\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{\"agreementType()\":{\"details\":\"Get the type of the agreement class\"},\"getCodeAddress()\":{\"details\":\"Get current implementation code address.\"},\"proxiableUUID()\":{\"details\":\"Proxiable UUID marker function, this would help to avoid wrong logic contract to be used for upgrading. NOTE: The semantics of the UUID deviates from the actual UUPS standard, where it is equivalent of _IMPLEMENTATION_SLOT.\"},\"realtimeBalanceOf(address,address,uint256)\":{\"details\":\"Calculate the real-time balance for the account of this agreement class\",\"params\":{\"account\":\"Account the state belongs to\",\"time\":\"Time used for the calculation\"},\"returns\":{\"deposit\":\"Account deposit amount of this agreement\",\"dynamicBalance\":\"Dynamic balance portion of real-time balance of this agreement\",\"owedDeposit\":\"Account owed deposit amount of this agreement\"}}},\"title\":\"Superfluid agreement base boilerplate contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/agreements/AgreementBase.sol\":\"AgreementBase\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x2a21b14ff90012878752f230d3ffd5c3405e5938d06c97a7d89c0a64561d0d66\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3313a8f9bb1f9476857c9050067b31982bf2140b83d84f3bc0cec1f62bbe947f\",\"dweb:/ipfs/Qma17Pk8NRe7aB4UD3jjVxk7nSFaov3eQyv86hcyqkwJRV\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xd6153ce99bcdcce22b124f755e72553295be6abcd63804cfdffceb188b8bef10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://35c47bece3c03caaa07fab37dd2bb3413bfbca20db7bd9895024390e0a469487\",\"dweb:/ipfs/QmPGWT2x3QHcKxqe6gRmAkdakhbaRgx3DLzcakHz5M4eXG\"]},\"project:/contracts/agreements/AgreementBase.sol\":{\"keccak256\":\"0xa34a1b2dd83146a5ed280509f71a1c020ce1985e603da0fc3599eff71d234ab4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://0c9e9eb4f857ddef830bd7bc9523151f7de82bf4ecfca1aeb9e8de1588e2e07d\",\"dweb:/ipfs/QmaFU7E1XGTYiHCQicCjLNSzYyBgEHdR5pcC64MzCCsNbC\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/upgradability/UUPSProxiable.sol\":{\"keccak256\":\"0xcf1e8c77272754335c6760b82da0e3f87b02a0b474f37446cb48c9966f3a29c3\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://45d3eeb3bdbef579c7d3df0354c6d0220acade2b2ebc948a33547ca4d4ba8f51\",\"dweb:/ipfs/Qman6ZHdTR2B1takXvNRtjH2Q739vhMdDwrSw1Gv6tJW4b\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0xe624225773a60f62c7a0687afb0536ba19a17e4e5605ae71e8af77a0287aca59\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://4294e5eb5b194477bca3b8ca04ca92a6fe72dd6cf8da8f0d942a4a86c41c1c7f\",\"dweb:/ipfs/QmdfPXZxJPaBjKNfC8joTcvEhWammJHzRACB1S18sFYfd7\"]}},\"version\":1}",
|
|
129
136
|
"bytecode": "0x",
|
|
130
137
|
"deployedBytecode": "0x",
|
|
131
138
|
"immutableReferences": {},
|
|
@@ -142,10 +149,10 @@
|
|
|
142
149
|
6063
|
|
143
150
|
],
|
|
144
151
|
"ISuperAgreement": [
|
|
145
|
-
|
|
152
|
+
18992
|
|
146
153
|
],
|
|
147
154
|
"UUPSProxiable": [
|
|
148
|
-
|
|
155
|
+
36611
|
|
149
156
|
]
|
|
150
157
|
},
|
|
151
158
|
"id": 6064,
|
|
@@ -169,7 +176,7 @@
|
|
|
169
176
|
"nameLocation": "-1:-1:-1",
|
|
170
177
|
"nodeType": "ImportDirective",
|
|
171
178
|
"scope": 6064,
|
|
172
|
-
"sourceUnit":
|
|
179
|
+
"sourceUnit": 36612,
|
|
173
180
|
"src": "60:67:31",
|
|
174
181
|
"symbolAliases": [
|
|
175
182
|
{
|
|
@@ -178,7 +185,7 @@
|
|
|
178
185
|
"name": "UUPSProxiable",
|
|
179
186
|
"nodeType": "Identifier",
|
|
180
187
|
"overloadedDeclarations": [],
|
|
181
|
-
"referencedDeclaration":
|
|
188
|
+
"referencedDeclaration": 36611,
|
|
182
189
|
"src": "69:13:31",
|
|
183
190
|
"typeDescriptions": {}
|
|
184
191
|
},
|
|
@@ -194,7 +201,7 @@
|
|
|
194
201
|
"nameLocation": "-1:-1:-1",
|
|
195
202
|
"nodeType": "ImportDirective",
|
|
196
203
|
"scope": 6064,
|
|
197
|
-
"sourceUnit":
|
|
204
|
+
"sourceUnit": 18993,
|
|
198
205
|
"src": "128:79:31",
|
|
199
206
|
"symbolAliases": [
|
|
200
207
|
{
|
|
@@ -203,7 +210,7 @@
|
|
|
203
210
|
"name": "ISuperAgreement",
|
|
204
211
|
"nodeType": "Identifier",
|
|
205
212
|
"overloadedDeclarations": [],
|
|
206
|
-
"referencedDeclaration":
|
|
213
|
+
"referencedDeclaration": 18992,
|
|
207
214
|
"src": "137:15:31",
|
|
208
215
|
"typeDescriptions": {}
|
|
209
216
|
},
|
|
@@ -220,7 +227,7 @@
|
|
|
220
227
|
"id": 6015,
|
|
221
228
|
"name": "UUPSProxiable",
|
|
222
229
|
"nodeType": "IdentifierPath",
|
|
223
|
-
"referencedDeclaration":
|
|
230
|
+
"referencedDeclaration": 36611,
|
|
224
231
|
"src": "336:13:31"
|
|
225
232
|
},
|
|
226
233
|
"id": 6016,
|
|
@@ -232,7 +239,7 @@
|
|
|
232
239
|
"id": 6017,
|
|
233
240
|
"name": "ISuperAgreement",
|
|
234
241
|
"nodeType": "IdentifierPath",
|
|
235
|
-
"referencedDeclaration":
|
|
242
|
+
"referencedDeclaration": 18992,
|
|
236
243
|
"src": "355:15:31"
|
|
237
244
|
},
|
|
238
245
|
"id": 6018,
|
|
@@ -253,8 +260,8 @@
|
|
|
253
260
|
"id": 6063,
|
|
254
261
|
"linearizedBaseContracts": [
|
|
255
262
|
6063,
|
|
256
|
-
|
|
257
|
-
|
|
263
|
+
18992,
|
|
264
|
+
36611,
|
|
258
265
|
858
|
|
259
266
|
],
|
|
260
267
|
"name": "AgreementBase",
|
|
@@ -396,7 +403,7 @@
|
|
|
396
403
|
},
|
|
397
404
|
{
|
|
398
405
|
"baseFunctions": [
|
|
399
|
-
|
|
406
|
+
36551
|
|
400
407
|
],
|
|
401
408
|
"body": {
|
|
402
409
|
"id": 6042,
|
|
@@ -434,10 +441,10 @@
|
|
|
434
441
|
"name": "ISuperAgreement",
|
|
435
442
|
"nodeType": "Identifier",
|
|
436
443
|
"overloadedDeclarations": [],
|
|
437
|
-
"referencedDeclaration":
|
|
444
|
+
"referencedDeclaration": 18992,
|
|
438
445
|
"src": "582:15:31",
|
|
439
446
|
"typeDescriptions": {
|
|
440
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperAgreement_$
|
|
447
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperAgreement_$18992_$",
|
|
441
448
|
"typeString": "type(contract ISuperAgreement)"
|
|
442
449
|
}
|
|
443
450
|
},
|
|
@@ -452,7 +459,7 @@
|
|
|
452
459
|
"src": "582:21:31",
|
|
453
460
|
"tryCall": false,
|
|
454
461
|
"typeDescriptions": {
|
|
455
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
462
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$18992",
|
|
456
463
|
"typeString": "contract ISuperAgreement"
|
|
457
464
|
}
|
|
458
465
|
},
|
|
@@ -463,7 +470,7 @@
|
|
|
463
470
|
"lValueRequested": false,
|
|
464
471
|
"memberName": "agreementType",
|
|
465
472
|
"nodeType": "MemberAccess",
|
|
466
|
-
"referencedDeclaration":
|
|
473
|
+
"referencedDeclaration": 18974,
|
|
467
474
|
"src": "582:35:31",
|
|
468
475
|
"typeDescriptions": {
|
|
469
476
|
"typeIdentifier": "t_function_external_view$__$returns$_t_bytes32_$",
|
|
@@ -554,7 +561,7 @@
|
|
|
554
561
|
},
|
|
555
562
|
{
|
|
556
563
|
"baseFunctions": [
|
|
557
|
-
|
|
564
|
+
36539
|
|
558
565
|
],
|
|
559
566
|
"body": {
|
|
560
567
|
"id": 6061,
|
|
@@ -708,7 +715,7 @@
|
|
|
708
715
|
"name": "_updateCodeAddress",
|
|
709
716
|
"nodeType": "Identifier",
|
|
710
717
|
"overloadedDeclarations": [],
|
|
711
|
-
"referencedDeclaration":
|
|
718
|
+
"referencedDeclaration": 36604,
|
|
712
719
|
"src": "786:18:31",
|
|
713
720
|
"typeDescriptions": {
|
|
714
721
|
"typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
|
|
@@ -812,7 +819,7 @@
|
|
|
812
819
|
},
|
|
813
820
|
"networks": {},
|
|
814
821
|
"schemaVersion": "3.4.8",
|
|
815
|
-
"updatedAt": "2022-
|
|
822
|
+
"updatedAt": "2022-08-08T11:01:28.067Z",
|
|
816
823
|
"devdoc": {
|
|
817
824
|
"author": "Superfluid",
|
|
818
825
|
"kind": "dev",
|