@superfluid-finance/ethereum-contracts 1.7.2-dev.3cd1f8a.0 → 1.7.2-dev.3e0e33e.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 +2 -2
- package/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
- package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
- package/artifacts/contracts/mocks/IDASuperAppTester.sol/IDASuperAppTester.json +2 -2
- package/artifacts/contracts/mocks/MockSmartWallet.sol/MockSmartWallet.json +2 -2
- package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockNotSelfRegistering.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey.json +2 -2
- package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidMock.json +2 -2
- package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester.json +2 -2
- package/artifacts/contracts/superfluid/Superfluid.sol/Superfluid.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeployer.sol/SuperfluidFrameworkDeployer.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/CFAv1ForwarderDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/IDAv1ForwarderDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/ProxyDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperTokenDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidCFAv1DeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidFrameworkDeploymentSteps.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidGovDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidHostDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidIDAv1DeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidLoaderDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidNFTLogicDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidPeripheryDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/TokenDeployerLibrary.json +2 -2
- 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 +165 -165
- package/build/contracts/BaseRelayRecipient.json +57 -57
- package/build/contracts/BatchLiquidator.json +382 -382
- package/build/contracts/BatchOperation.json +614 -614
- package/build/contracts/CFAv1Forwarder.json +1250 -1250
- package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2387 -2387
- 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 +1087 -1087
- package/build/contracts/ConstantInflowNFT.json +402 -402
- package/build/contracts/ConstantOutflowNFT.json +661 -661
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +614 -614
- 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/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +384 -384
- package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
- package/build/contracts/ERC777RecipientReverting.json +863 -863
- 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/FlowNFTBase.json +1280 -1280
- package/build/contracts/FlowOperatorDefinitions.json +614 -614
- package/build/contracts/ForwarderBase.json +190 -190
- package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +677 -677
- package/build/contracts/IConstantInflowNFT.json +54 -54
- package/build/contracts/IConstantOutflowNFT.json +107 -107
- package/build/contracts/IDAv1Forwarder.json +912 -912
- package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2387 -2387
- 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/IERC721.json +1 -1
- package/build/contracts/IERC721Metadata.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/IFlowNFTBase.json +115 -115
- package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
- package/build/contracts/IMultiSigWallet.json +31 -31
- package/build/contracts/IPoolAdminNFT.json +7 -7
- package/build/contracts/IPoolMemberNFT.json +7 -7
- package/build/contracts/IPureSuperToken.json +62 -62
- package/build/contracts/IPureSuperTokenCustom.json +62 -62
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +67 -67
- package/build/contracts/ISETHCustom.json +67 -67
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +695 -695
- package/build/contracts/ISuperTokenFactory.json +225 -225
- package/build/contracts/ISuperfluid.json +904 -904
- package/build/contracts/ISuperfluidGovernance.json +251 -251
- package/build/contracts/ISuperfluidToken.json +407 -407
- package/build/contracts/ITOGAv1.json +1346 -1346
- package/build/contracts/ITOGAv2.json +1346 -1346
- package/build/contracts/ITOGAv3.json +1346 -1346
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +594 -594
- package/build/contracts/Math.json +1 -1
- package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/ProxyDeployerLibrary.json +2385 -2385
- 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/SafeGasLibrary.json +51 -51
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +704 -704
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +42 -42
- package/build/contracts/SuperAppBaseFlow.json +1580 -1537
- package/build/contracts/SuperAppDefinitions.json +614 -614
- package/build/contracts/SuperToken.json +2714 -2714
- package/build/contracts/SuperTokenDeployerLibrary.json +2386 -2386
- package/build/contracts/SuperTokenFactory.json +1347 -1347
- package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
- package/build/contracts/SuperTokenV1Library.json +5632 -5632
- package/build/contracts/SuperUpgrader.json +439 -439
- package/build/contracts/Superfluid.json +7999 -7996
- package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2386 -2386
- package/build/contracts/SuperfluidFrameworkDeployer.json +1263 -1263
- package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2385 -2385
- package/build/contracts/SuperfluidGovDeployerLibrary.json +2386 -2386
- package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
- package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
- package/build/contracts/SuperfluidGovernanceII.json +155 -155
- package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
- package/build/contracts/SuperfluidHostDeployerLibrary.json +2385 -2385
- package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2386 -2386
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2387 -2387
- package/build/contracts/SuperfluidLoaderLibrary.json +481 -480
- package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2390 -2390
- package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2388 -2388
- package/build/contracts/SuperfluidToken.json +1423 -1423
- package/build/contracts/TOGA.json +1360 -1360
- package/build/contracts/TestGovernance.json +250 -250
- package/build/contracts/TestResolver.json +47 -47
- package/build/contracts/TestToken.json +102 -102
- package/build/contracts/TokenDeployerLibrary.json +2387 -2387
- 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 +15 -15
- package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
- package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
- package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
- package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
- package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
- package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
- package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.js +1 -1
- package/build/typechain/factories/contracts/superfluid/Superfluid__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/superfluid/Superfluid__factory.js +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.js +1 -1
- package/contracts/apps/SuperAppBaseFlow.sol +11 -10
- package/contracts/apps/SuperfluidLoaderLibrary.sol +1 -1
- package/contracts/superfluid/Superfluid.sol +1 -0
- package/package.json +4 -3
|
@@ -55,15 +55,15 @@
|
|
|
55
55
|
"absolutePath": "project:/contracts/interfaces/tokens/TokenInfo.sol",
|
|
56
56
|
"exportedSymbols": {
|
|
57
57
|
"TokenInfo": [
|
|
58
|
-
|
|
58
|
+
25546
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
|
-
"id":
|
|
61
|
+
"id": 25547,
|
|
62
62
|
"license": "MIT",
|
|
63
63
|
"nodeType": "SourceUnit",
|
|
64
64
|
"nodes": [
|
|
65
65
|
{
|
|
66
|
-
"id":
|
|
66
|
+
"id": 25526,
|
|
67
67
|
"literals": [
|
|
68
68
|
"solidity",
|
|
69
69
|
">=",
|
|
@@ -80,15 +80,15 @@
|
|
|
80
80
|
"contractDependencies": [],
|
|
81
81
|
"contractKind": "interface",
|
|
82
82
|
"documentation": {
|
|
83
|
-
"id":
|
|
83
|
+
"id": 25527,
|
|
84
84
|
"nodeType": "StructuredDocumentation",
|
|
85
85
|
"src": "59:188:61",
|
|
86
86
|
"text": " @title ERC20 token info interface\n @author Superfluid\n @dev ERC20 standard interface does not specify these functions, but\n often the token implementations have them."
|
|
87
87
|
},
|
|
88
88
|
"fullyImplemented": false,
|
|
89
|
-
"id":
|
|
89
|
+
"id": 25546,
|
|
90
90
|
"linearizedBaseContracts": [
|
|
91
|
-
|
|
91
|
+
25546
|
|
92
92
|
],
|
|
93
93
|
"name": "TokenInfo",
|
|
94
94
|
"nameLocation": "258:9:61",
|
|
@@ -96,13 +96,13 @@
|
|
|
96
96
|
"nodes": [
|
|
97
97
|
{
|
|
98
98
|
"documentation": {
|
|
99
|
-
"id":
|
|
99
|
+
"id": 25528,
|
|
100
100
|
"nodeType": "StructuredDocumentation",
|
|
101
101
|
"src": "274:54:61",
|
|
102
102
|
"text": " @dev Returns the name of the token."
|
|
103
103
|
},
|
|
104
104
|
"functionSelector": "06fdde03",
|
|
105
|
-
"id":
|
|
105
|
+
"id": 25533,
|
|
106
106
|
"implemented": false,
|
|
107
107
|
"kind": "function",
|
|
108
108
|
"modifiers": [],
|
|
@@ -110,23 +110,23 @@
|
|
|
110
110
|
"nameLocation": "342:4:61",
|
|
111
111
|
"nodeType": "FunctionDefinition",
|
|
112
112
|
"parameters": {
|
|
113
|
-
"id":
|
|
113
|
+
"id": 25529,
|
|
114
114
|
"nodeType": "ParameterList",
|
|
115
115
|
"parameters": [],
|
|
116
116
|
"src": "346:2:61"
|
|
117
117
|
},
|
|
118
118
|
"returnParameters": {
|
|
119
|
-
"id":
|
|
119
|
+
"id": 25532,
|
|
120
120
|
"nodeType": "ParameterList",
|
|
121
121
|
"parameters": [
|
|
122
122
|
{
|
|
123
123
|
"constant": false,
|
|
124
|
-
"id":
|
|
124
|
+
"id": 25531,
|
|
125
125
|
"mutability": "mutable",
|
|
126
126
|
"name": "",
|
|
127
127
|
"nameLocation": "-1:-1:-1",
|
|
128
128
|
"nodeType": "VariableDeclaration",
|
|
129
|
-
"scope":
|
|
129
|
+
"scope": 25533,
|
|
130
130
|
"src": "372:13:61",
|
|
131
131
|
"stateVariable": false,
|
|
132
132
|
"storageLocation": "memory",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"typeString": "string"
|
|
136
136
|
},
|
|
137
137
|
"typeName": {
|
|
138
|
-
"id":
|
|
138
|
+
"id": 25530,
|
|
139
139
|
"name": "string",
|
|
140
140
|
"nodeType": "ElementaryTypeName",
|
|
141
141
|
"src": "372:6:61",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
],
|
|
150
150
|
"src": "371:15:61"
|
|
151
151
|
},
|
|
152
|
-
"scope":
|
|
152
|
+
"scope": 25546,
|
|
153
153
|
"src": "333:54:61",
|
|
154
154
|
"stateMutability": "view",
|
|
155
155
|
"virtual": false,
|
|
@@ -157,13 +157,13 @@
|
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"documentation": {
|
|
160
|
-
"id":
|
|
160
|
+
"id": 25534,
|
|
161
161
|
"nodeType": "StructuredDocumentation",
|
|
162
162
|
"src": "393:102:61",
|
|
163
163
|
"text": " @dev Returns the symbol of the token, usually a shorter version of the\n name."
|
|
164
164
|
},
|
|
165
165
|
"functionSelector": "95d89b41",
|
|
166
|
-
"id":
|
|
166
|
+
"id": 25539,
|
|
167
167
|
"implemented": false,
|
|
168
168
|
"kind": "function",
|
|
169
169
|
"modifiers": [],
|
|
@@ -171,23 +171,23 @@
|
|
|
171
171
|
"nameLocation": "509:6:61",
|
|
172
172
|
"nodeType": "FunctionDefinition",
|
|
173
173
|
"parameters": {
|
|
174
|
-
"id":
|
|
174
|
+
"id": 25535,
|
|
175
175
|
"nodeType": "ParameterList",
|
|
176
176
|
"parameters": [],
|
|
177
177
|
"src": "515:2:61"
|
|
178
178
|
},
|
|
179
179
|
"returnParameters": {
|
|
180
|
-
"id":
|
|
180
|
+
"id": 25538,
|
|
181
181
|
"nodeType": "ParameterList",
|
|
182
182
|
"parameters": [
|
|
183
183
|
{
|
|
184
184
|
"constant": false,
|
|
185
|
-
"id":
|
|
185
|
+
"id": 25537,
|
|
186
186
|
"mutability": "mutable",
|
|
187
187
|
"name": "",
|
|
188
188
|
"nameLocation": "-1:-1:-1",
|
|
189
189
|
"nodeType": "VariableDeclaration",
|
|
190
|
-
"scope":
|
|
190
|
+
"scope": 25539,
|
|
191
191
|
"src": "541:13:61",
|
|
192
192
|
"stateVariable": false,
|
|
193
193
|
"storageLocation": "memory",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"typeString": "string"
|
|
197
197
|
},
|
|
198
198
|
"typeName": {
|
|
199
|
-
"id":
|
|
199
|
+
"id": 25536,
|
|
200
200
|
"name": "string",
|
|
201
201
|
"nodeType": "ElementaryTypeName",
|
|
202
202
|
"src": "541:6:61",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
],
|
|
211
211
|
"src": "540:15:61"
|
|
212
212
|
},
|
|
213
|
-
"scope":
|
|
213
|
+
"scope": 25546,
|
|
214
214
|
"src": "500:56:61",
|
|
215
215
|
"stateMutability": "view",
|
|
216
216
|
"virtual": false,
|
|
@@ -218,13 +218,13 @@
|
|
|
218
218
|
},
|
|
219
219
|
{
|
|
220
220
|
"documentation": {
|
|
221
|
-
"id":
|
|
221
|
+
"id": 25540,
|
|
222
222
|
"nodeType": "StructuredDocumentation",
|
|
223
223
|
"src": "562:612:61",
|
|
224
224
|
"text": " @dev Returns the number of decimals used to get its user representation.\n For example, if `decimals` equals `2`, a balance of `505` tokens should\n be displayed to a user as `5,05` (`505 / 10 ** 2`).\n Tokens usually opt for a value of 18, imitating the relationship between\n Ether and Wei. This is the value {ERC20} uses, unless {_setupDecimals} is\n called.\n NOTE: This information is only used for _display_ purposes: it in\n no way affects any of the arithmetic of the contract, including\n {IERC20-balanceOf} and {IERC20-transfer}."
|
|
225
225
|
},
|
|
226
226
|
"functionSelector": "313ce567",
|
|
227
|
-
"id":
|
|
227
|
+
"id": 25545,
|
|
228
228
|
"implemented": false,
|
|
229
229
|
"kind": "function",
|
|
230
230
|
"modifiers": [],
|
|
@@ -232,23 +232,23 @@
|
|
|
232
232
|
"nameLocation": "1188:8:61",
|
|
233
233
|
"nodeType": "FunctionDefinition",
|
|
234
234
|
"parameters": {
|
|
235
|
-
"id":
|
|
235
|
+
"id": 25541,
|
|
236
236
|
"nodeType": "ParameterList",
|
|
237
237
|
"parameters": [],
|
|
238
238
|
"src": "1196:2:61"
|
|
239
239
|
},
|
|
240
240
|
"returnParameters": {
|
|
241
|
-
"id":
|
|
241
|
+
"id": 25544,
|
|
242
242
|
"nodeType": "ParameterList",
|
|
243
243
|
"parameters": [
|
|
244
244
|
{
|
|
245
245
|
"constant": false,
|
|
246
|
-
"id":
|
|
246
|
+
"id": 25543,
|
|
247
247
|
"mutability": "mutable",
|
|
248
248
|
"name": "",
|
|
249
249
|
"nameLocation": "-1:-1:-1",
|
|
250
250
|
"nodeType": "VariableDeclaration",
|
|
251
|
-
"scope":
|
|
251
|
+
"scope": 25545,
|
|
252
252
|
"src": "1222:5:61",
|
|
253
253
|
"stateVariable": false,
|
|
254
254
|
"storageLocation": "default",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"typeString": "uint8"
|
|
258
258
|
},
|
|
259
259
|
"typeName": {
|
|
260
|
-
"id":
|
|
260
|
+
"id": 25542,
|
|
261
261
|
"name": "uint8",
|
|
262
262
|
"nodeType": "ElementaryTypeName",
|
|
263
263
|
"src": "1222:5:61",
|
|
@@ -271,14 +271,14 @@
|
|
|
271
271
|
],
|
|
272
272
|
"src": "1221:7:61"
|
|
273
273
|
},
|
|
274
|
-
"scope":
|
|
274
|
+
"scope": 25546,
|
|
275
275
|
"src": "1179:50:61",
|
|
276
276
|
"stateMutability": "view",
|
|
277
277
|
"virtual": false,
|
|
278
278
|
"visibility": "external"
|
|
279
279
|
}
|
|
280
280
|
],
|
|
281
|
-
"scope":
|
|
281
|
+
"scope": 25547,
|
|
282
282
|
"src": "248:983:61",
|
|
283
283
|
"usedErrors": []
|
|
284
284
|
}
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
},
|
|
292
292
|
"networks": {},
|
|
293
293
|
"schemaVersion": "3.4.13",
|
|
294
|
-
"updatedAt": "2023-
|
|
294
|
+
"updatedAt": "2023-08-03T14:52:18.082Z",
|
|
295
295
|
"devdoc": {
|
|
296
296
|
"author": "Superfluid",
|
|
297
297
|
"details": "ERC20 standard interface does not specify these functions, but often the token implementations have them.",
|