@superfluid-finance/ethereum-contracts 1.2.2-dev.6a8632e.0 → 1.2.2-dev.a4c583c.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 +19318 -18338
- 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 +4936 -4936
- package/build/contracts/SuperfluidFrameworkDeployer.json +535 -535
- package/build/contracts/SuperfluidGovernanceBase.json +3535 -3535
- package/build/contracts/SuperfluidGovernanceConfigs.json +1138 -1138
- package/build/contracts/SuperfluidGovernanceII.json +230 -230
- package/build/contracts/SuperfluidGovernanceIIProxy.json +211 -211
- 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 +247 -247
- 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 +1 -2
- package/contracts/agreements/AgreementLibrary.sol +1 -0
- package/contracts/agreements/ConstantFlowAgreementV1.sol +71 -35
- package/contracts/agreements/InstantDistributionAgreementV1.sol +3 -2
- package/contracts/{agreements → libs}/SlotsBitmapLibrary.sol +1 -3
- package/package.json +2 -1
|
@@ -45,15 +45,15 @@
|
|
|
45
45
|
"absolutePath": "project:/contracts/interfaces/utils/IMultiSigWallet.sol",
|
|
46
46
|
"exportedSymbols": {
|
|
47
47
|
"IMultiSigWallet": [
|
|
48
|
-
|
|
48
|
+
19553
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
|
-
"id":
|
|
51
|
+
"id": 19554,
|
|
52
52
|
"license": "UNLICENSED",
|
|
53
53
|
"nodeType": "SourceUnit",
|
|
54
54
|
"nodes": [
|
|
55
55
|
{
|
|
56
|
-
"id":
|
|
56
|
+
"id": 19540,
|
|
57
57
|
"literals": [
|
|
58
58
|
"solidity",
|
|
59
59
|
">=",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
".0"
|
|
62
62
|
],
|
|
63
63
|
"nodeType": "PragmaDirective",
|
|
64
|
-
"src": "40:25:
|
|
64
|
+
"src": "40:25:59"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"abstract": false,
|
|
@@ -70,42 +70,42 @@
|
|
|
70
70
|
"contractDependencies": [],
|
|
71
71
|
"contractKind": "interface",
|
|
72
72
|
"documentation": {
|
|
73
|
-
"id":
|
|
73
|
+
"id": 19541,
|
|
74
74
|
"nodeType": "StructuredDocumentation",
|
|
75
|
-
"src": "66:65:
|
|
75
|
+
"src": "66:65:59",
|
|
76
76
|
"text": " @title Multisig wallet interface\n @author Superfluid"
|
|
77
77
|
},
|
|
78
78
|
"fullyImplemented": false,
|
|
79
|
-
"id":
|
|
79
|
+
"id": 19553,
|
|
80
80
|
"linearizedBaseContracts": [
|
|
81
|
-
|
|
81
|
+
19553
|
|
82
82
|
],
|
|
83
83
|
"name": "IMultiSigWallet",
|
|
84
|
-
"nameLocation": "142:15:
|
|
84
|
+
"nameLocation": "142:15:59",
|
|
85
85
|
"nodeType": "ContractDefinition",
|
|
86
86
|
"nodes": [
|
|
87
87
|
{
|
|
88
88
|
"functionSelector": "c6427474",
|
|
89
|
-
"id":
|
|
89
|
+
"id": 19552,
|
|
90
90
|
"implemented": false,
|
|
91
91
|
"kind": "function",
|
|
92
92
|
"modifiers": [],
|
|
93
93
|
"name": "submitTransaction",
|
|
94
|
-
"nameLocation": "173:17:
|
|
94
|
+
"nameLocation": "173:17:59",
|
|
95
95
|
"nodeType": "FunctionDefinition",
|
|
96
96
|
"parameters": {
|
|
97
|
-
"id":
|
|
97
|
+
"id": 19548,
|
|
98
98
|
"nodeType": "ParameterList",
|
|
99
99
|
"parameters": [
|
|
100
100
|
{
|
|
101
101
|
"constant": false,
|
|
102
|
-
"id":
|
|
102
|
+
"id": 19543,
|
|
103
103
|
"mutability": "mutable",
|
|
104
104
|
"name": "destination",
|
|
105
|
-
"nameLocation": "199:11:
|
|
105
|
+
"nameLocation": "199:11:59",
|
|
106
106
|
"nodeType": "VariableDeclaration",
|
|
107
|
-
"scope":
|
|
108
|
-
"src": "191:19:
|
|
107
|
+
"scope": 19552,
|
|
108
|
+
"src": "191:19:59",
|
|
109
109
|
"stateVariable": false,
|
|
110
110
|
"storageLocation": "default",
|
|
111
111
|
"typeDescriptions": {
|
|
@@ -113,10 +113,10 @@
|
|
|
113
113
|
"typeString": "address"
|
|
114
114
|
},
|
|
115
115
|
"typeName": {
|
|
116
|
-
"id":
|
|
116
|
+
"id": 19542,
|
|
117
117
|
"name": "address",
|
|
118
118
|
"nodeType": "ElementaryTypeName",
|
|
119
|
-
"src": "191:7:
|
|
119
|
+
"src": "191:7:59",
|
|
120
120
|
"stateMutability": "nonpayable",
|
|
121
121
|
"typeDescriptions": {
|
|
122
122
|
"typeIdentifier": "t_address",
|
|
@@ -127,13 +127,13 @@
|
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"constant": false,
|
|
130
|
-
"id":
|
|
130
|
+
"id": 19545,
|
|
131
131
|
"mutability": "mutable",
|
|
132
132
|
"name": "value",
|
|
133
|
-
"nameLocation": "217:5:
|
|
133
|
+
"nameLocation": "217:5:59",
|
|
134
134
|
"nodeType": "VariableDeclaration",
|
|
135
|
-
"scope":
|
|
136
|
-
"src": "212:10:
|
|
135
|
+
"scope": 19552,
|
|
136
|
+
"src": "212:10:59",
|
|
137
137
|
"stateVariable": false,
|
|
138
138
|
"storageLocation": "default",
|
|
139
139
|
"typeDescriptions": {
|
|
@@ -141,10 +141,10 @@
|
|
|
141
141
|
"typeString": "uint256"
|
|
142
142
|
},
|
|
143
143
|
"typeName": {
|
|
144
|
-
"id":
|
|
144
|
+
"id": 19544,
|
|
145
145
|
"name": "uint",
|
|
146
146
|
"nodeType": "ElementaryTypeName",
|
|
147
|
-
"src": "212:4:
|
|
147
|
+
"src": "212:4:59",
|
|
148
148
|
"typeDescriptions": {
|
|
149
149
|
"typeIdentifier": "t_uint256",
|
|
150
150
|
"typeString": "uint256"
|
|
@@ -154,13 +154,13 @@
|
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
"constant": false,
|
|
157
|
-
"id":
|
|
157
|
+
"id": 19547,
|
|
158
158
|
"mutability": "mutable",
|
|
159
159
|
"name": "data",
|
|
160
|
-
"nameLocation": "239:4:
|
|
160
|
+
"nameLocation": "239:4:59",
|
|
161
161
|
"nodeType": "VariableDeclaration",
|
|
162
|
-
"scope":
|
|
163
|
-
"src": "224:19:
|
|
162
|
+
"scope": 19552,
|
|
163
|
+
"src": "224:19:59",
|
|
164
164
|
"stateVariable": false,
|
|
165
165
|
"storageLocation": "calldata",
|
|
166
166
|
"typeDescriptions": {
|
|
@@ -168,10 +168,10 @@
|
|
|
168
168
|
"typeString": "bytes"
|
|
169
169
|
},
|
|
170
170
|
"typeName": {
|
|
171
|
-
"id":
|
|
171
|
+
"id": 19546,
|
|
172
172
|
"name": "bytes",
|
|
173
173
|
"nodeType": "ElementaryTypeName",
|
|
174
|
-
"src": "224:5:
|
|
174
|
+
"src": "224:5:59",
|
|
175
175
|
"typeDescriptions": {
|
|
176
176
|
"typeIdentifier": "t_bytes_storage_ptr",
|
|
177
177
|
"typeString": "bytes"
|
|
@@ -180,21 +180,21 @@
|
|
|
180
180
|
"visibility": "internal"
|
|
181
181
|
}
|
|
182
182
|
],
|
|
183
|
-
"src": "190:54:
|
|
183
|
+
"src": "190:54:59"
|
|
184
184
|
},
|
|
185
185
|
"returnParameters": {
|
|
186
|
-
"id":
|
|
186
|
+
"id": 19551,
|
|
187
187
|
"nodeType": "ParameterList",
|
|
188
188
|
"parameters": [
|
|
189
189
|
{
|
|
190
190
|
"constant": false,
|
|
191
|
-
"id":
|
|
191
|
+
"id": 19550,
|
|
192
192
|
"mutability": "mutable",
|
|
193
193
|
"name": "transactionId",
|
|
194
|
-
"nameLocation": "284:13:
|
|
194
|
+
"nameLocation": "284:13:59",
|
|
195
195
|
"nodeType": "VariableDeclaration",
|
|
196
|
-
"scope":
|
|
197
|
-
"src": "279:18:
|
|
196
|
+
"scope": 19552,
|
|
197
|
+
"src": "279:18:59",
|
|
198
198
|
"stateVariable": false,
|
|
199
199
|
"storageLocation": "default",
|
|
200
200
|
"typeDescriptions": {
|
|
@@ -202,10 +202,10 @@
|
|
|
202
202
|
"typeString": "uint256"
|
|
203
203
|
},
|
|
204
204
|
"typeName": {
|
|
205
|
-
"id":
|
|
205
|
+
"id": 19549,
|
|
206
206
|
"name": "uint",
|
|
207
207
|
"nodeType": "ElementaryTypeName",
|
|
208
|
-
"src": "279:4:
|
|
208
|
+
"src": "279:4:59",
|
|
209
209
|
"typeDescriptions": {
|
|
210
210
|
"typeIdentifier": "t_uint256",
|
|
211
211
|
"typeString": "uint256"
|
|
@@ -214,21 +214,21 @@
|
|
|
214
214
|
"visibility": "internal"
|
|
215
215
|
}
|
|
216
216
|
],
|
|
217
|
-
"src": "278:20:
|
|
217
|
+
"src": "278:20:59"
|
|
218
218
|
},
|
|
219
|
-
"scope":
|
|
220
|
-
"src": "164:135:
|
|
219
|
+
"scope": 19553,
|
|
220
|
+
"src": "164:135:59",
|
|
221
221
|
"stateMutability": "nonpayable",
|
|
222
222
|
"virtual": false,
|
|
223
223
|
"visibility": "external"
|
|
224
224
|
}
|
|
225
225
|
],
|
|
226
|
-
"scope":
|
|
227
|
-
"src": "132:169:
|
|
226
|
+
"scope": 19554,
|
|
227
|
+
"src": "132:169:59",
|
|
228
228
|
"usedErrors": []
|
|
229
229
|
}
|
|
230
230
|
],
|
|
231
|
-
"src": "40:262:
|
|
231
|
+
"src": "40:262:59"
|
|
232
232
|
},
|
|
233
233
|
"compiler": {
|
|
234
234
|
"name": "solc",
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
},
|
|
237
237
|
"networks": {},
|
|
238
238
|
"schemaVersion": "3.4.7",
|
|
239
|
-
"updatedAt": "2022-05-
|
|
239
|
+
"updatedAt": "2022-05-05T13:57:31.277Z",
|
|
240
240
|
"devdoc": {
|
|
241
241
|
"author": "Superfluid",
|
|
242
242
|
"kind": "dev",
|
|
@@ -1608,21 +1608,21 @@
|
|
|
1608
1608
|
"absolutePath": "project:/contracts/interfaces/tokens/IPureSuperToken.sol",
|
|
1609
1609
|
"exportedSymbols": {
|
|
1610
1610
|
"IPureSuperToken": [
|
|
1611
|
-
|
|
1611
|
+
19491
|
|
1612
1612
|
],
|
|
1613
1613
|
"IPureSuperTokenCustom": [
|
|
1614
|
-
|
|
1614
|
+
19485
|
|
1615
1615
|
],
|
|
1616
1616
|
"ISuperToken": [
|
|
1617
|
-
|
|
1617
|
+
18461
|
|
1618
1618
|
]
|
|
1619
1619
|
},
|
|
1620
|
-
"id":
|
|
1620
|
+
"id": 19492,
|
|
1621
1621
|
"license": "AGPLv3",
|
|
1622
1622
|
"nodeType": "SourceUnit",
|
|
1623
1623
|
"nodes": [
|
|
1624
1624
|
{
|
|
1625
|
-
"id":
|
|
1625
|
+
"id": 19472,
|
|
1626
1626
|
"literals": [
|
|
1627
1627
|
"solidity",
|
|
1628
1628
|
">=",
|
|
@@ -1630,26 +1630,26 @@
|
|
|
1630
1630
|
".0"
|
|
1631
1631
|
],
|
|
1632
1632
|
"nodeType": "PragmaDirective",
|
|
1633
|
-
"src": "35:25:
|
|
1633
|
+
"src": "35:25:56"
|
|
1634
1634
|
},
|
|
1635
1635
|
{
|
|
1636
1636
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
|
|
1637
1637
|
"file": "../superfluid/ISuperToken.sol",
|
|
1638
|
-
"id":
|
|
1638
|
+
"id": 19474,
|
|
1639
1639
|
"nameLocation": "-1:-1:-1",
|
|
1640
1640
|
"nodeType": "ImportDirective",
|
|
1641
|
-
"scope":
|
|
1642
|
-
"sourceUnit":
|
|
1643
|
-
"src": "62:60:
|
|
1641
|
+
"scope": 19492,
|
|
1642
|
+
"sourceUnit": 18462,
|
|
1643
|
+
"src": "62:60:56",
|
|
1644
1644
|
"symbolAliases": [
|
|
1645
1645
|
{
|
|
1646
1646
|
"foreign": {
|
|
1647
|
-
"id":
|
|
1647
|
+
"id": 19473,
|
|
1648
1648
|
"name": "ISuperToken",
|
|
1649
1649
|
"nodeType": "Identifier",
|
|
1650
1650
|
"overloadedDeclarations": [],
|
|
1651
|
-
"referencedDeclaration":
|
|
1652
|
-
"src": "71:11:
|
|
1651
|
+
"referencedDeclaration": 18461,
|
|
1652
|
+
"src": "71:11:56",
|
|
1653
1653
|
"typeDescriptions": {}
|
|
1654
1654
|
},
|
|
1655
1655
|
"nameLocation": "-1:-1:-1"
|
|
@@ -1664,42 +1664,42 @@
|
|
|
1664
1664
|
"contractDependencies": [],
|
|
1665
1665
|
"contractKind": "interface",
|
|
1666
1666
|
"documentation": {
|
|
1667
|
-
"id":
|
|
1667
|
+
"id": 19475,
|
|
1668
1668
|
"nodeType": "StructuredDocumentation",
|
|
1669
|
-
"src": "124:73:
|
|
1669
|
+
"src": "124:73:56",
|
|
1670
1670
|
"text": " @title Pure Super Token custom interface\n @author Superfluid"
|
|
1671
1671
|
},
|
|
1672
1672
|
"fullyImplemented": false,
|
|
1673
|
-
"id":
|
|
1673
|
+
"id": 19485,
|
|
1674
1674
|
"linearizedBaseContracts": [
|
|
1675
|
-
|
|
1675
|
+
19485
|
|
1676
1676
|
],
|
|
1677
1677
|
"name": "IPureSuperTokenCustom",
|
|
1678
|
-
"nameLocation": "208:21:
|
|
1678
|
+
"nameLocation": "208:21:56",
|
|
1679
1679
|
"nodeType": "ContractDefinition",
|
|
1680
1680
|
"nodes": [
|
|
1681
1681
|
{
|
|
1682
1682
|
"functionSelector": "b119490e",
|
|
1683
|
-
"id":
|
|
1683
|
+
"id": 19484,
|
|
1684
1684
|
"implemented": false,
|
|
1685
1685
|
"kind": "function",
|
|
1686
1686
|
"modifiers": [],
|
|
1687
1687
|
"name": "initialize",
|
|
1688
|
-
"nameLocation": "245:10:
|
|
1688
|
+
"nameLocation": "245:10:56",
|
|
1689
1689
|
"nodeType": "FunctionDefinition",
|
|
1690
1690
|
"parameters": {
|
|
1691
|
-
"id":
|
|
1691
|
+
"id": 19482,
|
|
1692
1692
|
"nodeType": "ParameterList",
|
|
1693
1693
|
"parameters": [
|
|
1694
1694
|
{
|
|
1695
1695
|
"constant": false,
|
|
1696
|
-
"id":
|
|
1696
|
+
"id": 19477,
|
|
1697
1697
|
"mutability": "mutable",
|
|
1698
1698
|
"name": "name",
|
|
1699
|
-
"nameLocation": "272:4:
|
|
1699
|
+
"nameLocation": "272:4:56",
|
|
1700
1700
|
"nodeType": "VariableDeclaration",
|
|
1701
|
-
"scope":
|
|
1702
|
-
"src": "256:20:
|
|
1701
|
+
"scope": 19484,
|
|
1702
|
+
"src": "256:20:56",
|
|
1703
1703
|
"stateVariable": false,
|
|
1704
1704
|
"storageLocation": "calldata",
|
|
1705
1705
|
"typeDescriptions": {
|
|
@@ -1707,10 +1707,10 @@
|
|
|
1707
1707
|
"typeString": "string"
|
|
1708
1708
|
},
|
|
1709
1709
|
"typeName": {
|
|
1710
|
-
"id":
|
|
1710
|
+
"id": 19476,
|
|
1711
1711
|
"name": "string",
|
|
1712
1712
|
"nodeType": "ElementaryTypeName",
|
|
1713
|
-
"src": "256:6:
|
|
1713
|
+
"src": "256:6:56",
|
|
1714
1714
|
"typeDescriptions": {
|
|
1715
1715
|
"typeIdentifier": "t_string_storage_ptr",
|
|
1716
1716
|
"typeString": "string"
|
|
@@ -1720,13 +1720,13 @@
|
|
|
1720
1720
|
},
|
|
1721
1721
|
{
|
|
1722
1722
|
"constant": false,
|
|
1723
|
-
"id":
|
|
1723
|
+
"id": 19479,
|
|
1724
1724
|
"mutability": "mutable",
|
|
1725
1725
|
"name": "symbol",
|
|
1726
|
-
"nameLocation": "294:6:
|
|
1726
|
+
"nameLocation": "294:6:56",
|
|
1727
1727
|
"nodeType": "VariableDeclaration",
|
|
1728
|
-
"scope":
|
|
1729
|
-
"src": "278:22:
|
|
1728
|
+
"scope": 19484,
|
|
1729
|
+
"src": "278:22:56",
|
|
1730
1730
|
"stateVariable": false,
|
|
1731
1731
|
"storageLocation": "calldata",
|
|
1732
1732
|
"typeDescriptions": {
|
|
@@ -1734,10 +1734,10 @@
|
|
|
1734
1734
|
"typeString": "string"
|
|
1735
1735
|
},
|
|
1736
1736
|
"typeName": {
|
|
1737
|
-
"id":
|
|
1737
|
+
"id": 19478,
|
|
1738
1738
|
"name": "string",
|
|
1739
1739
|
"nodeType": "ElementaryTypeName",
|
|
1740
|
-
"src": "278:6:
|
|
1740
|
+
"src": "278:6:56",
|
|
1741
1741
|
"typeDescriptions": {
|
|
1742
1742
|
"typeIdentifier": "t_string_storage_ptr",
|
|
1743
1743
|
"typeString": "string"
|
|
@@ -1747,13 +1747,13 @@
|
|
|
1747
1747
|
},
|
|
1748
1748
|
{
|
|
1749
1749
|
"constant": false,
|
|
1750
|
-
"id":
|
|
1750
|
+
"id": 19481,
|
|
1751
1751
|
"mutability": "mutable",
|
|
1752
1752
|
"name": "initialSupply",
|
|
1753
|
-
"nameLocation": "310:13:
|
|
1753
|
+
"nameLocation": "310:13:56",
|
|
1754
1754
|
"nodeType": "VariableDeclaration",
|
|
1755
|
-
"scope":
|
|
1756
|
-
"src": "302:21:
|
|
1755
|
+
"scope": 19484,
|
|
1756
|
+
"src": "302:21:56",
|
|
1757
1757
|
"stateVariable": false,
|
|
1758
1758
|
"storageLocation": "default",
|
|
1759
1759
|
"typeDescriptions": {
|
|
@@ -1761,10 +1761,10 @@
|
|
|
1761
1761
|
"typeString": "uint256"
|
|
1762
1762
|
},
|
|
1763
1763
|
"typeName": {
|
|
1764
|
-
"id":
|
|
1764
|
+
"id": 19480,
|
|
1765
1765
|
"name": "uint256",
|
|
1766
1766
|
"nodeType": "ElementaryTypeName",
|
|
1767
|
-
"src": "302:7:
|
|
1767
|
+
"src": "302:7:56",
|
|
1768
1768
|
"typeDescriptions": {
|
|
1769
1769
|
"typeIdentifier": "t_uint256",
|
|
1770
1770
|
"typeString": "uint256"
|
|
@@ -1773,23 +1773,23 @@
|
|
|
1773
1773
|
"visibility": "internal"
|
|
1774
1774
|
}
|
|
1775
1775
|
],
|
|
1776
|
-
"src": "255:69:
|
|
1776
|
+
"src": "255:69:56"
|
|
1777
1777
|
},
|
|
1778
1778
|
"returnParameters": {
|
|
1779
|
-
"id":
|
|
1779
|
+
"id": 19483,
|
|
1780
1780
|
"nodeType": "ParameterList",
|
|
1781
1781
|
"parameters": [],
|
|
1782
|
-
"src": "333:0:
|
|
1782
|
+
"src": "333:0:56"
|
|
1783
1783
|
},
|
|
1784
|
-
"scope":
|
|
1785
|
-
"src": "236:98:
|
|
1784
|
+
"scope": 19485,
|
|
1785
|
+
"src": "236:98:56",
|
|
1786
1786
|
"stateMutability": "nonpayable",
|
|
1787
1787
|
"virtual": false,
|
|
1788
1788
|
"visibility": "external"
|
|
1789
1789
|
}
|
|
1790
1790
|
],
|
|
1791
|
-
"scope":
|
|
1792
|
-
"src": "198:138:
|
|
1791
|
+
"scope": 19492,
|
|
1792
|
+
"src": "198:138:56",
|
|
1793
1793
|
"usedErrors": []
|
|
1794
1794
|
},
|
|
1795
1795
|
{
|
|
@@ -1797,59 +1797,59 @@
|
|
|
1797
1797
|
"baseContracts": [
|
|
1798
1798
|
{
|
|
1799
1799
|
"baseName": {
|
|
1800
|
-
"id":
|
|
1800
|
+
"id": 19487,
|
|
1801
1801
|
"name": "IPureSuperTokenCustom",
|
|
1802
1802
|
"nodeType": "IdentifierPath",
|
|
1803
|
-
"referencedDeclaration":
|
|
1804
|
-
"src": "434:21:
|
|
1803
|
+
"referencedDeclaration": 19485,
|
|
1804
|
+
"src": "434:21:56"
|
|
1805
1805
|
},
|
|
1806
|
-
"id":
|
|
1806
|
+
"id": 19488,
|
|
1807
1807
|
"nodeType": "InheritanceSpecifier",
|
|
1808
|
-
"src": "434:21:
|
|
1808
|
+
"src": "434:21:56"
|
|
1809
1809
|
},
|
|
1810
1810
|
{
|
|
1811
1811
|
"baseName": {
|
|
1812
|
-
"id":
|
|
1812
|
+
"id": 19489,
|
|
1813
1813
|
"name": "ISuperToken",
|
|
1814
1814
|
"nodeType": "IdentifierPath",
|
|
1815
|
-
"referencedDeclaration":
|
|
1816
|
-
"src": "457:11:
|
|
1815
|
+
"referencedDeclaration": 18461,
|
|
1816
|
+
"src": "457:11:56"
|
|
1817
1817
|
},
|
|
1818
|
-
"id":
|
|
1818
|
+
"id": 19490,
|
|
1819
1819
|
"nodeType": "InheritanceSpecifier",
|
|
1820
|
-
"src": "457:11:
|
|
1820
|
+
"src": "457:11:56"
|
|
1821
1821
|
}
|
|
1822
1822
|
],
|
|
1823
1823
|
"canonicalName": "IPureSuperToken",
|
|
1824
1824
|
"contractDependencies": [],
|
|
1825
1825
|
"contractKind": "interface",
|
|
1826
1826
|
"documentation": {
|
|
1827
|
-
"id":
|
|
1827
|
+
"id": 19486,
|
|
1828
1828
|
"nodeType": "StructuredDocumentation",
|
|
1829
|
-
"src": "338:66:
|
|
1829
|
+
"src": "338:66:56",
|
|
1830
1830
|
"text": " @title Pure Super Token interface\n @author Superfluid"
|
|
1831
1831
|
},
|
|
1832
1832
|
"fullyImplemented": false,
|
|
1833
|
-
"id":
|
|
1833
|
+
"id": 19491,
|
|
1834
1834
|
"linearizedBaseContracts": [
|
|
1835
|
-
|
|
1836
|
-
|
|
1835
|
+
19491,
|
|
1836
|
+
18461,
|
|
1837
1837
|
3172,
|
|
1838
1838
|
1520,
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1839
|
+
19538,
|
|
1840
|
+
19421,
|
|
1841
|
+
19485
|
|
1842
1842
|
],
|
|
1843
1843
|
"name": "IPureSuperToken",
|
|
1844
|
-
"nameLocation": "415:15:
|
|
1844
|
+
"nameLocation": "415:15:56",
|
|
1845
1845
|
"nodeType": "ContractDefinition",
|
|
1846
1846
|
"nodes": [],
|
|
1847
|
-
"scope":
|
|
1848
|
-
"src": "405:66:
|
|
1847
|
+
"scope": 19492,
|
|
1848
|
+
"src": "405:66:56",
|
|
1849
1849
|
"usedErrors": []
|
|
1850
1850
|
}
|
|
1851
1851
|
],
|
|
1852
|
-
"src": "35:437:
|
|
1852
|
+
"src": "35:437:56"
|
|
1853
1853
|
},
|
|
1854
1854
|
"compiler": {
|
|
1855
1855
|
"name": "solc",
|
|
@@ -1857,7 +1857,7 @@
|
|
|
1857
1857
|
},
|
|
1858
1858
|
"networks": {},
|
|
1859
1859
|
"schemaVersion": "3.4.7",
|
|
1860
|
-
"updatedAt": "2022-05-
|
|
1860
|
+
"updatedAt": "2022-05-05T13:57:31.274Z",
|
|
1861
1861
|
"devdoc": {
|
|
1862
1862
|
"author": "Superfluid",
|
|
1863
1863
|
"kind": "dev",
|