@superfluid-finance/ethereum-contracts 1.2.2-dev.6a8632e.0 → 1.2.2-dev.787fef7.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 +450 -243
- package/build/contracts/BaseRelayRecipient.json +112 -112
- package/build/contracts/BatchLiquidator.json +178 -178
- package/build/contracts/BatchOperation.json +1138 -1138
- package/build/contracts/CFAv1Library.json +2531 -2531
- package/build/contracts/CallUtils.json +478 -478
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1521 -1521
- package/build/contracts/ConstantFlowAgreementV1.json +19315 -18335
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +1138 -1138
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +31 -31
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- 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 +36 -36
- package/build/contracts/ERC721.json +1 -1
- package/build/contracts/ERC777Helper.json +660 -660
- package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
- package/build/contracts/ERC777RecipientReverting.json +855 -855
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/ExclusiveInflowTestApp.json +1521 -1521
- package/build/contracts/FixedSizeData.json +405 -405
- package/build/contracts/FlowExchangeTestApp.json +1522 -1522
- package/build/contracts/FlowOperatorDefinitions.json +1138 -1138
- package/build/contracts/FullUpgradableSuperTokenProxy.json +113 -113
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +1036 -1036
- package/build/contracts/IDAv1Library.json +4183 -4183
- 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/IERC721.json +1 -1
- package/build/contracts/IERC721Metadata.json +1 -1
- package/build/contracts/IERC721Receiver.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 +1182 -1182
- package/build/contracts/IMaticBridgedNativeSuperToken.json +110 -110
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +110 -110
- package/build/contracts/IMultiSigWallet.json +45 -45
- package/build/contracts/IPureSuperToken.json +69 -69
- package/build/contracts/IPureSuperTokenCustom.json +69 -69
- package/build/contracts/IRelayRecipient.json +49 -49
- package/build/contracts/IResolver.json +73 -73
- package/build/contracts/ISETH.json +79 -79
- package/build/contracts/ISETHCustom.json +79 -79
- package/build/contracts/ISuperAgreement.json +88 -88
- package/build/contracts/ISuperApp.json +351 -351
- package/build/contracts/ISuperToken.json +1008 -1008
- package/build/contracts/ISuperTokenFactory.json +280 -280
- package/build/contracts/ISuperfluid.json +1466 -1466
- package/build/contracts/ISuperfluidGovernance.json +404 -404
- package/build/contracts/ISuperfluidToken.json +774 -774
- package/build/contracts/ITOGAv1.json +1431 -1431
- package/build/contracts/ITOGAv2.json +1431 -1431
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +9343 -9343
- package/build/contracts/Int96SafeMath.json +504 -504
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
- package/build/contracts/NonClosableOutflowTestApp.json +1522 -1522
- 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 +1521 -1521
- package/build/contracts/SlotsBitmapLibrary.json +794 -794
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +394 -394
- package/build/contracts/SuperAppDefinitions.json +1138 -1138
- package/build/contracts/SuperToken.json +2351 -2351
- package/build/contracts/SuperTokenFactory.json +731 -731
- package/build/contracts/SuperTokenFactoryBase.json +721 -721
- package/build/contracts/SuperTokenFactoryHelper.json +724 -724
- package/build/contracts/SuperUpgrader.json +437 -437
- package/build/contracts/Superfluid.json +9812 -10169
- package/build/contracts/SuperfluidFrameworkDeployer.json +535 -535
- package/build/contracts/SuperfluidGovernanceBase.json +3471 -3789
- package/build/contracts/SuperfluidGovernanceConfigs.json +1138 -1138
- package/build/contracts/SuperfluidGovernanceII.json +2097 -2347
- package/build/contracts/SuperfluidGovernanceIIProxy.json +214 -214
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidToken.json +1345 -1345
- package/build/contracts/TOGA.json +1448 -1448
- package/build/contracts/TestGovernance.json +2195 -2445
- package/build/contracts/TestToken.json +94 -94
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +58 -58
- package/build/contracts/UInt128SafeMath.json +97 -97
- package/build/contracts/UUPSProxiable.json +132 -132
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +3 -4
- package/contracts/agreements/AgreementLibrary.sol +1 -0
- package/contracts/agreements/ConstantFlowAgreementV1.sol +71 -35
- package/contracts/agreements/InstantDistributionAgreementV1.sol +3 -2
- package/contracts/gov/SuperfluidGovernanceBase.sol +9 -26
- package/contracts/{agreements → libs}/SlotsBitmapLibrary.sol +1 -3
- package/contracts/mocks/SuperfluidMock.sol +2 -2
- package/contracts/superfluid/Superfluid.sol +5 -10
- package/package.json +2 -1
- package/scripts/gov-create-new-app-registration-key.js +26 -3
|
@@ -1624,7 +1624,7 @@
|
|
|
1624
1624
|
},
|
|
1625
1625
|
"networks": {},
|
|
1626
1626
|
"schemaVersion": "3.4.7",
|
|
1627
|
-
"updatedAt": "2022-05-
|
|
1627
|
+
"updatedAt": "2022-05-05T19:02:21.904Z",
|
|
1628
1628
|
"devdoc": {
|
|
1629
1629
|
"details": "Helper to make usage of the `CREATE2` EVM opcode easier and safer. `CREATE2` can be used to compute in advance the address where a smart contract will be deployed, which allows for interesting new mechanisms known as 'counterfactual interactions'. See the https://eips.ethereum.org/EIPS/eip-1014#motivation[EIP] for more information.",
|
|
1630
1630
|
"kind": "dev",
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"absolutePath": "project:/contracts/interfaces/superfluid/CustomSuperTokenBase.sol",
|
|
16
16
|
"exportedSymbols": {
|
|
17
17
|
"CustomSuperTokenBase": [
|
|
18
|
-
|
|
18
|
+
17459
|
|
19
19
|
],
|
|
20
20
|
"ISuperToken": [
|
|
21
|
-
|
|
21
|
+
18439
|
|
22
22
|
]
|
|
23
23
|
},
|
|
24
|
-
"id":
|
|
24
|
+
"id": 17460,
|
|
25
25
|
"license": "AGPLv3",
|
|
26
26
|
"nodeType": "SourceUnit",
|
|
27
27
|
"nodes": [
|
|
28
28
|
{
|
|
29
|
-
"id":
|
|
29
|
+
"id": 17451,
|
|
30
30
|
"literals": [
|
|
31
31
|
"solidity",
|
|
32
32
|
">=",
|
|
@@ -34,26 +34,26 @@
|
|
|
34
34
|
".0"
|
|
35
35
|
],
|
|
36
36
|
"nodeType": "PragmaDirective",
|
|
37
|
-
"src": "35:25:
|
|
37
|
+
"src": "35:25:45"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
|
|
41
41
|
"file": "../../interfaces/superfluid/ISuperToken.sol",
|
|
42
|
-
"id":
|
|
42
|
+
"id": 17453,
|
|
43
43
|
"nameLocation": "-1:-1:-1",
|
|
44
44
|
"nodeType": "ImportDirective",
|
|
45
|
-
"scope":
|
|
46
|
-
"sourceUnit":
|
|
47
|
-
"src": "62:78:
|
|
45
|
+
"scope": 17460,
|
|
46
|
+
"sourceUnit": 18440,
|
|
47
|
+
"src": "62:78:45",
|
|
48
48
|
"symbolAliases": [
|
|
49
49
|
{
|
|
50
50
|
"foreign": {
|
|
51
|
-
"id":
|
|
51
|
+
"id": 17452,
|
|
52
52
|
"name": "ISuperToken",
|
|
53
53
|
"nodeType": "Identifier",
|
|
54
54
|
"overloadedDeclarations": [],
|
|
55
|
-
"referencedDeclaration":
|
|
56
|
-
"src": "75:11:
|
|
55
|
+
"referencedDeclaration": 18439,
|
|
56
|
+
"src": "75:11:45",
|
|
57
57
|
"typeDescriptions": {}
|
|
58
58
|
},
|
|
59
59
|
"nameLocation": "-1:-1:-1"
|
|
@@ -68,29 +68,29 @@
|
|
|
68
68
|
"contractDependencies": [],
|
|
69
69
|
"contractKind": "contract",
|
|
70
70
|
"documentation": {
|
|
71
|
-
"id":
|
|
71
|
+
"id": 17454,
|
|
72
72
|
"nodeType": "StructuredDocumentation",
|
|
73
|
-
"src": "142:491:
|
|
73
|
+
"src": "142:491:45",
|
|
74
74
|
"text": " @title Custom super token base contract\n @author Superfluid\n NOTE:\n - Because of how solidity lays out its storage variables and how custom\n super tokens inherit the SuperToken standard implementation, it is\n required that the custom token proxy pads its implementation\n with reserved storage used by the Super Token implementation.\n - You will need to append your own proxy implementation after the base\n - Refer to SETH.sol for an example how it is used."
|
|
75
75
|
},
|
|
76
76
|
"fullyImplemented": true,
|
|
77
|
-
"id":
|
|
77
|
+
"id": 17459,
|
|
78
78
|
"linearizedBaseContracts": [
|
|
79
|
-
|
|
79
|
+
17459
|
|
80
80
|
],
|
|
81
81
|
"name": "CustomSuperTokenBase",
|
|
82
|
-
"nameLocation": "652:20:
|
|
82
|
+
"nameLocation": "652:20:45",
|
|
83
83
|
"nodeType": "ContractDefinition",
|
|
84
84
|
"nodes": [
|
|
85
85
|
{
|
|
86
86
|
"constant": false,
|
|
87
|
-
"id":
|
|
87
|
+
"id": 17458,
|
|
88
88
|
"mutability": "mutable",
|
|
89
89
|
"name": "_storagePaddings",
|
|
90
|
-
"nameLocation": "783:16:
|
|
90
|
+
"nameLocation": "783:16:45",
|
|
91
91
|
"nodeType": "VariableDeclaration",
|
|
92
|
-
"scope":
|
|
93
|
-
"src": "762:37:
|
|
92
|
+
"scope": 17459,
|
|
93
|
+
"src": "762:37:45",
|
|
94
94
|
"stateVariable": true,
|
|
95
95
|
"storageLocation": "default",
|
|
96
96
|
"typeDescriptions": {
|
|
@@ -99,26 +99,26 @@
|
|
|
99
99
|
},
|
|
100
100
|
"typeName": {
|
|
101
101
|
"baseType": {
|
|
102
|
-
"id":
|
|
102
|
+
"id": 17455,
|
|
103
103
|
"name": "uint256",
|
|
104
104
|
"nodeType": "ElementaryTypeName",
|
|
105
|
-
"src": "762:7:
|
|
105
|
+
"src": "762:7:45",
|
|
106
106
|
"typeDescriptions": {
|
|
107
107
|
"typeIdentifier": "t_uint256",
|
|
108
108
|
"typeString": "uint256"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
-
"id":
|
|
111
|
+
"id": 17457,
|
|
112
112
|
"length": {
|
|
113
113
|
"hexValue": "3332",
|
|
114
|
-
"id":
|
|
114
|
+
"id": 17456,
|
|
115
115
|
"isConstant": false,
|
|
116
116
|
"isLValue": false,
|
|
117
117
|
"isPure": true,
|
|
118
118
|
"kind": "number",
|
|
119
119
|
"lValueRequested": false,
|
|
120
120
|
"nodeType": "Literal",
|
|
121
|
-
"src": "770:2:
|
|
121
|
+
"src": "770:2:45",
|
|
122
122
|
"typeDescriptions": {
|
|
123
123
|
"typeIdentifier": "t_rational_32_by_1",
|
|
124
124
|
"typeString": "int_const 32"
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"value": "32"
|
|
127
127
|
},
|
|
128
128
|
"nodeType": "ArrayTypeName",
|
|
129
|
-
"src": "762:11:
|
|
129
|
+
"src": "762:11:45",
|
|
130
130
|
"typeDescriptions": {
|
|
131
131
|
"typeIdentifier": "t_array$_t_uint256_$32_storage_ptr",
|
|
132
132
|
"typeString": "uint256[32]"
|
|
@@ -135,12 +135,12 @@
|
|
|
135
135
|
"visibility": "internal"
|
|
136
136
|
}
|
|
137
137
|
],
|
|
138
|
-
"scope":
|
|
139
|
-
"src": "634:168:
|
|
138
|
+
"scope": 17460,
|
|
139
|
+
"src": "634:168:45",
|
|
140
140
|
"usedErrors": []
|
|
141
141
|
}
|
|
142
142
|
],
|
|
143
|
-
"src": "35:768:
|
|
143
|
+
"src": "35:768:45"
|
|
144
144
|
},
|
|
145
145
|
"compiler": {
|
|
146
146
|
"name": "solc",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
},
|
|
149
149
|
"networks": {},
|
|
150
150
|
"schemaVersion": "3.4.7",
|
|
151
|
-
"updatedAt": "2022-05-
|
|
151
|
+
"updatedAt": "2022-05-05T19:02:22.028Z",
|
|
152
152
|
"devdoc": {
|
|
153
153
|
"author": "Superfluid NOTE: - Because of how solidity lays out its storage variables and how custom super tokens inherit the SuperToken standard implementation, it is required that the custom token proxy pads its implementation with reserved storage used by the Super Token implementation. - You will need to append your own proxy implementation after the base - Refer to SETH.sol for an example how it is used.",
|
|
154
154
|
"kind": "dev",
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
},
|
|
321
321
|
"networks": {},
|
|
322
322
|
"schemaVersion": "3.4.7",
|
|
323
|
-
"updatedAt": "2022-05-
|
|
323
|
+
"updatedAt": "2022-05-05T19:02:21.907Z",
|
|
324
324
|
"devdoc": {
|
|
325
325
|
"details": "Implementation of the {IERC165} interface. Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check for the additional interface id that will be supported. For example: ```solidity function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) { return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId); } ``` Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.",
|
|
326
326
|
"kind": "dev",
|
|
@@ -1185,7 +1185,7 @@
|
|
|
1185
1185
|
},
|
|
1186
1186
|
"networks": {},
|
|
1187
1187
|
"schemaVersion": "3.4.7",
|
|
1188
|
-
"updatedAt": "2022-05-
|
|
1188
|
+
"updatedAt": "2022-05-05T19:02:21.907Z",
|
|
1189
1189
|
"devdoc": {
|
|
1190
1190
|
"details": "Implementation of the {IERC1820Implementer} interface. Contracts may inherit from this and call {_registerInterfaceForAddress} to declare their willingness to be implementers. {IERC1820Registry-setInterfaceImplementer} should then be called for the registration to be complete.",
|
|
1191
1191
|
"kind": "dev",
|
|
@@ -13401,7 +13401,7 @@
|
|
|
13401
13401
|
},
|
|
13402
13402
|
"networks": {},
|
|
13403
13403
|
"schemaVersion": "3.4.7",
|
|
13404
|
-
"updatedAt": "2022-05-
|
|
13404
|
+
"updatedAt": "2022-05-05T19:02:21.870Z",
|
|
13405
13405
|
"devdoc": {
|
|
13406
13406
|
"details": "Implementation of the {IERC20} interface. This implementation is agnostic to the way tokens are created. This means that a supply mechanism has to be added in a derived contract using {_mint}. For a generic mechanism see {ERC20PresetMinterPauser}. TIP: For a detailed writeup see our guide https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How to implement supply mechanisms]. We have followed general OpenZeppelin Contracts guidelines: functions revert instead returning `false` on failure. This behavior is nonetheless conventional and does not conflict with the expectations of ERC20 applications. Additionally, an {Approval} event is emitted on calls to {transferFrom}. This allows applications to reconstruct the allowance for all accounts just by listening to said events. Other implementations of the EIP may not emit these events, as it isn't required by the specification. Finally, the non-standard {decreaseAllowance} and {increaseAllowance} functions have been added to mitigate the well-known issues around setting allowances. See {IERC20-approve}.",
|
|
13407
13407
|
"kind": "dev",
|
|
@@ -858,7 +858,7 @@
|
|
|
858
858
|
},
|
|
859
859
|
"networks": {},
|
|
860
860
|
"schemaVersion": "3.4.7",
|
|
861
|
-
"updatedAt": "2022-05-
|
|
861
|
+
"updatedAt": "2022-05-05T19:02:21.877Z",
|
|
862
862
|
"devdoc": {
|
|
863
863
|
"details": "Extension of {ERC20} that allows token holders to destroy both their own tokens and those that they have an allowance for, in a way that can be recognized off-chain (via event analysis).",
|
|
864
864
|
"kind": "dev",
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
},
|
|
789
789
|
"networks": {},
|
|
790
790
|
"schemaVersion": "3.4.7",
|
|
791
|
-
"updatedAt": "2022-05-
|
|
791
|
+
"updatedAt": "2022-05-05T19:02:21.877Z",
|
|
792
792
|
"devdoc": {
|
|
793
793
|
"details": "ERC20 token with pausable token transfers, minting and burning. Useful for scenarios such as preventing trades until the end of an evaluation period, or having an emergency switch for freezing all token transfers in the event of a large bug.",
|
|
794
794
|
"kind": "dev",
|
|
@@ -12786,7 +12786,7 @@
|
|
|
12786
12786
|
},
|
|
12787
12787
|
"networks": {},
|
|
12788
12788
|
"schemaVersion": "3.4.7",
|
|
12789
|
-
"updatedAt": "2022-05-
|
|
12789
|
+
"updatedAt": "2022-05-05T19:02:21.879Z",
|
|
12790
12790
|
"devdoc": {
|
|
12791
12791
|
"details": "{ERC20} token, including: - ability for holders to burn (destroy) their tokens - a minter role that allows for token minting (creation) - a pauser role that allows to stop all token transfers This contract uses {AccessControl} to lock permissioned functions using the different roles - head to its documentation for details. The account that deploys the contract will be granted the minter and pauser roles, as well as the default admin role, which will let it grant both minter and pauser roles to other accounts. _Deprecated in favor of https://wizard.openzeppelin.com/[Contracts Wizard]._",
|
|
12792
12792
|
"kind": "dev",
|
|
@@ -238,21 +238,21 @@
|
|
|
238
238
|
"absolutePath": "project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol",
|
|
239
239
|
"exportedSymbols": {
|
|
240
240
|
"ERC20WithTokenInfo": [
|
|
241
|
-
|
|
241
|
+
19411
|
|
242
242
|
],
|
|
243
243
|
"IERC20": [
|
|
244
244
|
1520
|
|
245
245
|
],
|
|
246
246
|
"TokenInfo": [
|
|
247
|
-
|
|
247
|
+
19516
|
|
248
248
|
]
|
|
249
249
|
},
|
|
250
|
-
"id":
|
|
250
|
+
"id": 19412,
|
|
251
251
|
"license": "AGPLv3",
|
|
252
252
|
"nodeType": "SourceUnit",
|
|
253
253
|
"nodes": [
|
|
254
254
|
{
|
|
255
|
-
"id":
|
|
255
|
+
"id": 19401,
|
|
256
256
|
"literals": [
|
|
257
257
|
"solidity",
|
|
258
258
|
">=",
|
|
@@ -260,26 +260,26 @@
|
|
|
260
260
|
".0"
|
|
261
261
|
],
|
|
262
262
|
"nodeType": "PragmaDirective",
|
|
263
|
-
"src": "35:25:
|
|
263
|
+
"src": "35:25:54"
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
266
|
"absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
|
|
267
267
|
"file": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
|
|
268
|
-
"id":
|
|
268
|
+
"id": 19403,
|
|
269
269
|
"nameLocation": "-1:-1:-1",
|
|
270
270
|
"nodeType": "ImportDirective",
|
|
271
|
-
"scope":
|
|
271
|
+
"scope": 19412,
|
|
272
272
|
"sourceUnit": 1521,
|
|
273
|
-
"src": "62:72:
|
|
273
|
+
"src": "62:72:54",
|
|
274
274
|
"symbolAliases": [
|
|
275
275
|
{
|
|
276
276
|
"foreign": {
|
|
277
|
-
"id":
|
|
277
|
+
"id": 19402,
|
|
278
278
|
"name": "IERC20",
|
|
279
279
|
"nodeType": "Identifier",
|
|
280
280
|
"overloadedDeclarations": [],
|
|
281
281
|
"referencedDeclaration": 1520,
|
|
282
|
-
"src": "71:6:
|
|
282
|
+
"src": "71:6:54",
|
|
283
283
|
"typeDescriptions": {}
|
|
284
284
|
},
|
|
285
285
|
"nameLocation": "-1:-1:-1"
|
|
@@ -290,21 +290,21 @@
|
|
|
290
290
|
{
|
|
291
291
|
"absolutePath": "project:/contracts/interfaces/tokens/TokenInfo.sol",
|
|
292
292
|
"file": "./TokenInfo.sol",
|
|
293
|
-
"id":
|
|
293
|
+
"id": 19405,
|
|
294
294
|
"nameLocation": "-1:-1:-1",
|
|
295
295
|
"nodeType": "ImportDirective",
|
|
296
|
-
"scope":
|
|
297
|
-
"sourceUnit":
|
|
298
|
-
"src": "135:44:
|
|
296
|
+
"scope": 19412,
|
|
297
|
+
"sourceUnit": 19517,
|
|
298
|
+
"src": "135:44:54",
|
|
299
299
|
"symbolAliases": [
|
|
300
300
|
{
|
|
301
301
|
"foreign": {
|
|
302
|
-
"id":
|
|
302
|
+
"id": 19404,
|
|
303
303
|
"name": "TokenInfo",
|
|
304
304
|
"nodeType": "Identifier",
|
|
305
305
|
"overloadedDeclarations": [],
|
|
306
|
-
"referencedDeclaration":
|
|
307
|
-
"src": "144:9:
|
|
306
|
+
"referencedDeclaration": 19516,
|
|
307
|
+
"src": "144:9:54",
|
|
308
308
|
"typeDescriptions": {}
|
|
309
309
|
},
|
|
310
310
|
"nameLocation": "-1:-1:-1"
|
|
@@ -317,55 +317,55 @@
|
|
|
317
317
|
"baseContracts": [
|
|
318
318
|
{
|
|
319
319
|
"baseName": {
|
|
320
|
-
"id":
|
|
320
|
+
"id": 19407,
|
|
321
321
|
"name": "IERC20",
|
|
322
322
|
"nodeType": "IdentifierPath",
|
|
323
323
|
"referencedDeclaration": 1520,
|
|
324
|
-
"src": "530:6:
|
|
324
|
+
"src": "530:6:54"
|
|
325
325
|
},
|
|
326
|
-
"id":
|
|
326
|
+
"id": 19408,
|
|
327
327
|
"nodeType": "InheritanceSpecifier",
|
|
328
|
-
"src": "530:6:
|
|
328
|
+
"src": "530:6:54"
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
"baseName": {
|
|
332
|
-
"id":
|
|
332
|
+
"id": 19409,
|
|
333
333
|
"name": "TokenInfo",
|
|
334
334
|
"nodeType": "IdentifierPath",
|
|
335
|
-
"referencedDeclaration":
|
|
336
|
-
"src": "538:9:
|
|
335
|
+
"referencedDeclaration": 19516,
|
|
336
|
+
"src": "538:9:54"
|
|
337
337
|
},
|
|
338
|
-
"id":
|
|
338
|
+
"id": 19410,
|
|
339
339
|
"nodeType": "InheritanceSpecifier",
|
|
340
|
-
"src": "538:9:
|
|
340
|
+
"src": "538:9:54"
|
|
341
341
|
}
|
|
342
342
|
],
|
|
343
343
|
"canonicalName": "ERC20WithTokenInfo",
|
|
344
344
|
"contractDependencies": [],
|
|
345
345
|
"contractKind": "contract",
|
|
346
346
|
"documentation": {
|
|
347
|
-
"id":
|
|
347
|
+
"id": 19406,
|
|
348
348
|
"nodeType": "StructuredDocumentation",
|
|
349
|
-
"src": "181:263:
|
|
349
|
+
"src": "181:263:54",
|
|
350
350
|
"text": " @title ERC20 token with token info interface\n @author Superfluid\n @dev Using abstract contract instead of interfaces because old solidity\n does not support interface inheriting other interfaces\n solhint-disable-next-line no-empty-blocks"
|
|
351
351
|
},
|
|
352
352
|
"fullyImplemented": false,
|
|
353
|
-
"id":
|
|
353
|
+
"id": 19411,
|
|
354
354
|
"linearizedBaseContracts": [
|
|
355
|
-
|
|
356
|
-
|
|
355
|
+
19411,
|
|
356
|
+
19516,
|
|
357
357
|
1520
|
|
358
358
|
],
|
|
359
359
|
"name": "ERC20WithTokenInfo",
|
|
360
|
-
"nameLocation": "508:18:
|
|
360
|
+
"nameLocation": "508:18:54",
|
|
361
361
|
"nodeType": "ContractDefinition",
|
|
362
362
|
"nodes": [],
|
|
363
|
-
"scope":
|
|
364
|
-
"src": "490:60:
|
|
363
|
+
"scope": 19412,
|
|
364
|
+
"src": "490:60:54",
|
|
365
365
|
"usedErrors": []
|
|
366
366
|
}
|
|
367
367
|
],
|
|
368
|
-
"src": "35:516:
|
|
368
|
+
"src": "35:516:54"
|
|
369
369
|
},
|
|
370
370
|
"compiler": {
|
|
371
371
|
"name": "solc",
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
},
|
|
374
374
|
"networks": {},
|
|
375
375
|
"schemaVersion": "3.4.7",
|
|
376
|
-
"updatedAt": "2022-05-
|
|
376
|
+
"updatedAt": "2022-05-05T19:02:22.055Z",
|
|
377
377
|
"devdoc": {
|
|
378
378
|
"author": "Superfluid",
|
|
379
379
|
"details": "Using abstract contract instead of interfaces because old solidity does not support interface inheriting other interfaces solhint-disable-next-line no-empty-blocks",
|
|
@@ -21955,7 +21955,7 @@
|
|
|
21955
21955
|
},
|
|
21956
21956
|
"networks": {},
|
|
21957
21957
|
"schemaVersion": "3.4.7",
|
|
21958
|
-
"updatedAt": "2022-05-
|
|
21958
|
+
"updatedAt": "2022-05-05T19:02:21.888Z",
|
|
21959
21959
|
"devdoc": {
|
|
21960
21960
|
"details": "Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including the Metadata extension, but not including the Enumerable extension, which is available separately as {ERC721Enumerable}.",
|
|
21961
21961
|
"kind": "dev",
|