@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
|
@@ -48,18 +48,18 @@
|
|
|
48
48
|
"absolutePath": "project:/contracts/libs/BaseRelayRecipient.sol",
|
|
49
49
|
"exportedSymbols": {
|
|
50
50
|
"BaseRelayRecipient": [
|
|
51
|
-
|
|
51
|
+
25649
|
|
52
52
|
],
|
|
53
53
|
"IRelayRecipient": [
|
|
54
|
-
|
|
54
|
+
25584
|
|
55
55
|
]
|
|
56
56
|
},
|
|
57
|
-
"id":
|
|
57
|
+
"id": 25650,
|
|
58
58
|
"license": "AGPLv3",
|
|
59
59
|
"nodeType": "SourceUnit",
|
|
60
60
|
"nodes": [
|
|
61
61
|
{
|
|
62
|
-
"id":
|
|
62
|
+
"id": 25612,
|
|
63
63
|
"literals": [
|
|
64
64
|
"solidity",
|
|
65
65
|
"0.8",
|
|
@@ -71,20 +71,20 @@
|
|
|
71
71
|
{
|
|
72
72
|
"absolutePath": "project:/contracts/interfaces/utils/IRelayRecipient.sol",
|
|
73
73
|
"file": "../interfaces/utils/IRelayRecipient.sol",
|
|
74
|
-
"id":
|
|
74
|
+
"id": 25614,
|
|
75
75
|
"nameLocation": "-1:-1:-1",
|
|
76
76
|
"nodeType": "ImportDirective",
|
|
77
|
-
"scope":
|
|
78
|
-
"sourceUnit":
|
|
77
|
+
"scope": 25650,
|
|
78
|
+
"sourceUnit": 25585,
|
|
79
79
|
"src": "60:74:65",
|
|
80
80
|
"symbolAliases": [
|
|
81
81
|
{
|
|
82
82
|
"foreign": {
|
|
83
|
-
"id":
|
|
83
|
+
"id": 25613,
|
|
84
84
|
"name": "IRelayRecipient",
|
|
85
85
|
"nodeType": "Identifier",
|
|
86
86
|
"overloadedDeclarations": [],
|
|
87
|
-
"referencedDeclaration":
|
|
87
|
+
"referencedDeclaration": 25584,
|
|
88
88
|
"src": "69:15:65",
|
|
89
89
|
"typeDescriptions": {}
|
|
90
90
|
},
|
|
@@ -98,16 +98,16 @@
|
|
|
98
98
|
"baseContracts": [
|
|
99
99
|
{
|
|
100
100
|
"baseName": {
|
|
101
|
-
"id":
|
|
101
|
+
"id": 25616,
|
|
102
102
|
"name": "IRelayRecipient",
|
|
103
103
|
"nameLocations": [
|
|
104
104
|
"517:15:65"
|
|
105
105
|
],
|
|
106
106
|
"nodeType": "IdentifierPath",
|
|
107
|
-
"referencedDeclaration":
|
|
107
|
+
"referencedDeclaration": 25584,
|
|
108
108
|
"src": "517:15:65"
|
|
109
109
|
},
|
|
110
|
-
"id":
|
|
110
|
+
"id": 25617,
|
|
111
111
|
"nodeType": "InheritanceSpecifier",
|
|
112
112
|
"src": "517:15:65"
|
|
113
113
|
}
|
|
@@ -116,16 +116,16 @@
|
|
|
116
116
|
"contractDependencies": [],
|
|
117
117
|
"contractKind": "contract",
|
|
118
118
|
"documentation": {
|
|
119
|
-
"id":
|
|
119
|
+
"id": 25615,
|
|
120
120
|
"nodeType": "StructuredDocumentation",
|
|
121
121
|
"src": "137:339:65",
|
|
122
122
|
"text": " @title Base relay recipient contract\n @author Superfluid\n @dev A base contract to be inherited by any contract that want to receive relayed transactions\n A subclass must use \"_msgSender()\" instead of \"msg.sender\"\n MODIFIED FROM: https://github.com/opengsn/forwarder/blob/master/contracts/BaseRelayRecipient.sol"
|
|
123
123
|
},
|
|
124
124
|
"fullyImplemented": false,
|
|
125
|
-
"id":
|
|
125
|
+
"id": 25649,
|
|
126
126
|
"linearizedBaseContracts": [
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
25649,
|
|
128
|
+
25584
|
|
129
129
|
],
|
|
130
130
|
"name": "BaseRelayRecipient",
|
|
131
131
|
"nameLocation": "495:18:65",
|
|
@@ -133,16 +133,16 @@
|
|
|
133
133
|
"nodes": [
|
|
134
134
|
{
|
|
135
135
|
"baseFunctions": [
|
|
136
|
-
|
|
136
|
+
25577
|
|
137
137
|
],
|
|
138
138
|
"documentation": {
|
|
139
|
-
"id":
|
|
139
|
+
"id": 25618,
|
|
140
140
|
"nodeType": "StructuredDocumentation",
|
|
141
141
|
"src": "540:57:65",
|
|
142
142
|
"text": " @dev Check if the forwarder is trusted"
|
|
143
143
|
},
|
|
144
144
|
"functionSelector": "572b6c05",
|
|
145
|
-
"id":
|
|
145
|
+
"id": 25626,
|
|
146
146
|
"implemented": false,
|
|
147
147
|
"kind": "function",
|
|
148
148
|
"modifiers": [],
|
|
@@ -150,23 +150,23 @@
|
|
|
150
150
|
"nameLocation": "611:18:65",
|
|
151
151
|
"nodeType": "FunctionDefinition",
|
|
152
152
|
"overrides": {
|
|
153
|
-
"id":
|
|
153
|
+
"id": 25622,
|
|
154
154
|
"nodeType": "OverrideSpecifier",
|
|
155
155
|
"overrides": [],
|
|
156
156
|
"src": "669:8:65"
|
|
157
157
|
},
|
|
158
158
|
"parameters": {
|
|
159
|
-
"id":
|
|
159
|
+
"id": 25621,
|
|
160
160
|
"nodeType": "ParameterList",
|
|
161
161
|
"parameters": [
|
|
162
162
|
{
|
|
163
163
|
"constant": false,
|
|
164
|
-
"id":
|
|
164
|
+
"id": 25620,
|
|
165
165
|
"mutability": "mutable",
|
|
166
166
|
"name": "forwarder",
|
|
167
167
|
"nameLocation": "638:9:65",
|
|
168
168
|
"nodeType": "VariableDeclaration",
|
|
169
|
-
"scope":
|
|
169
|
+
"scope": 25626,
|
|
170
170
|
"src": "630:17:65",
|
|
171
171
|
"stateVariable": false,
|
|
172
172
|
"storageLocation": "default",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"typeString": "address"
|
|
176
176
|
},
|
|
177
177
|
"typeName": {
|
|
178
|
-
"id":
|
|
178
|
+
"id": 25619,
|
|
179
179
|
"name": "address",
|
|
180
180
|
"nodeType": "ElementaryTypeName",
|
|
181
181
|
"src": "630:7:65",
|
|
@@ -191,17 +191,17 @@
|
|
|
191
191
|
"src": "629:19:65"
|
|
192
192
|
},
|
|
193
193
|
"returnParameters": {
|
|
194
|
-
"id":
|
|
194
|
+
"id": 25625,
|
|
195
195
|
"nodeType": "ParameterList",
|
|
196
196
|
"parameters": [
|
|
197
197
|
{
|
|
198
198
|
"constant": false,
|
|
199
|
-
"id":
|
|
199
|
+
"id": 25624,
|
|
200
200
|
"mutability": "mutable",
|
|
201
201
|
"name": "",
|
|
202
202
|
"nameLocation": "-1:-1:-1",
|
|
203
203
|
"nodeType": "VariableDeclaration",
|
|
204
|
-
"scope":
|
|
204
|
+
"scope": 25626,
|
|
205
205
|
"src": "686:4:65",
|
|
206
206
|
"stateVariable": false,
|
|
207
207
|
"storageLocation": "default",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"typeString": "bool"
|
|
211
211
|
},
|
|
212
212
|
"typeName": {
|
|
213
|
-
"id":
|
|
213
|
+
"id": 25623,
|
|
214
214
|
"name": "bool",
|
|
215
215
|
"nodeType": "ElementaryTypeName",
|
|
216
216
|
"src": "686:4:65",
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
],
|
|
225
225
|
"src": "685:6:65"
|
|
226
226
|
},
|
|
227
|
-
"scope":
|
|
227
|
+
"scope": 25649,
|
|
228
228
|
"src": "602:90:65",
|
|
229
229
|
"stateMutability": "view",
|
|
230
230
|
"virtual": true,
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
234
|
"body": {
|
|
235
|
-
"id":
|
|
235
|
+
"id": 25647,
|
|
236
236
|
"nodeType": "Block",
|
|
237
237
|
"src": "1052:419:65",
|
|
238
238
|
"statements": [
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"typeIdentifier": "t_bool",
|
|
245
245
|
"typeString": "bool"
|
|
246
246
|
},
|
|
247
|
-
"id":
|
|
247
|
+
"id": 25642,
|
|
248
248
|
"isConstant": false,
|
|
249
249
|
"isLValue": false,
|
|
250
250
|
"isPure": false,
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"typeIdentifier": "t_uint256",
|
|
255
255
|
"typeString": "uint256"
|
|
256
256
|
},
|
|
257
|
-
"id":
|
|
257
|
+
"id": 25637,
|
|
258
258
|
"isConstant": false,
|
|
259
259
|
"isLValue": false,
|
|
260
260
|
"isPure": false,
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"leftExpression": {
|
|
263
263
|
"expression": {
|
|
264
264
|
"expression": {
|
|
265
|
-
"id":
|
|
265
|
+
"id": 25633,
|
|
266
266
|
"name": "msg",
|
|
267
267
|
"nodeType": "Identifier",
|
|
268
268
|
"overloadedDeclarations": [],
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"typeString": "msg"
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
|
-
"id":
|
|
276
|
+
"id": 25634,
|
|
277
277
|
"isConstant": false,
|
|
278
278
|
"isLValue": false,
|
|
279
279
|
"isPure": false,
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
"typeString": "bytes calldata"
|
|
288
288
|
}
|
|
289
289
|
},
|
|
290
|
-
"id":
|
|
290
|
+
"id": 25635,
|
|
291
291
|
"isConstant": false,
|
|
292
292
|
"isLValue": false,
|
|
293
293
|
"isPure": false,
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"operator": ">=",
|
|
306
306
|
"rightExpression": {
|
|
307
307
|
"hexValue": "3234",
|
|
308
|
-
"id":
|
|
308
|
+
"id": 25636,
|
|
309
309
|
"isConstant": false,
|
|
310
310
|
"isLValue": false,
|
|
311
311
|
"isPure": true,
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
"arguments": [
|
|
332
332
|
{
|
|
333
333
|
"expression": {
|
|
334
|
-
"id":
|
|
334
|
+
"id": 25639,
|
|
335
335
|
"name": "msg",
|
|
336
336
|
"nodeType": "Identifier",
|
|
337
337
|
"overloadedDeclarations": [],
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
"typeString": "msg"
|
|
343
343
|
}
|
|
344
344
|
},
|
|
345
|
-
"id":
|
|
345
|
+
"id": 25640,
|
|
346
346
|
"isConstant": false,
|
|
347
347
|
"isLValue": false,
|
|
348
348
|
"isPure": false,
|
|
@@ -364,18 +364,18 @@
|
|
|
364
364
|
"typeString": "address"
|
|
365
365
|
}
|
|
366
366
|
],
|
|
367
|
-
"id":
|
|
367
|
+
"id": 25638,
|
|
368
368
|
"name": "isTrustedForwarder",
|
|
369
369
|
"nodeType": "Identifier",
|
|
370
370
|
"overloadedDeclarations": [],
|
|
371
|
-
"referencedDeclaration":
|
|
371
|
+
"referencedDeclaration": 25626,
|
|
372
372
|
"src": "1095:18:65",
|
|
373
373
|
"typeDescriptions": {
|
|
374
374
|
"typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_bool_$",
|
|
375
375
|
"typeString": "function (address) view returns (bool)"
|
|
376
376
|
}
|
|
377
377
|
},
|
|
378
|
-
"id":
|
|
378
|
+
"id": 25641,
|
|
379
379
|
"isConstant": false,
|
|
380
380
|
"isLValue": false,
|
|
381
381
|
"isPure": false,
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
401
|
"hexValue": "4e6f74207472757374656420666f72776172646572",
|
|
402
|
-
"id":
|
|
402
|
+
"id": 25643,
|
|
403
403
|
"isConstant": false,
|
|
404
404
|
"isLValue": false,
|
|
405
405
|
"isPure": true,
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
"typeString": "literal_string \"Not trusted forwarder\""
|
|
426
426
|
}
|
|
427
427
|
],
|
|
428
|
-
"id":
|
|
428
|
+
"id": 25632,
|
|
429
429
|
"name": "require",
|
|
430
430
|
"nodeType": "Identifier",
|
|
431
431
|
"overloadedDeclarations": [
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
"typeString": "function (bool,string memory) pure"
|
|
440
440
|
}
|
|
441
441
|
},
|
|
442
|
-
"id":
|
|
442
|
+
"id": 25644,
|
|
443
443
|
"isConstant": false,
|
|
444
444
|
"isLValue": false,
|
|
445
445
|
"isPure": false,
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
"typeString": "tuple()"
|
|
456
456
|
}
|
|
457
457
|
},
|
|
458
|
-
"id":
|
|
458
|
+
"id": 25645,
|
|
459
459
|
"nodeType": "ExpressionStatement",
|
|
460
460
|
"src": "1062:89:65"
|
|
461
461
|
},
|
|
@@ -537,26 +537,26 @@
|
|
|
537
537
|
"evmVersion": "paris",
|
|
538
538
|
"externalReferences": [
|
|
539
539
|
{
|
|
540
|
-
"declaration":
|
|
540
|
+
"declaration": 25630,
|
|
541
541
|
"isOffset": false,
|
|
542
542
|
"isSlot": false,
|
|
543
543
|
"src": "1404:3:65",
|
|
544
544
|
"valueSize": 1
|
|
545
545
|
}
|
|
546
546
|
],
|
|
547
|
-
"id":
|
|
547
|
+
"id": 25646,
|
|
548
548
|
"nodeType": "InlineAssembly",
|
|
549
549
|
"src": "1381:84:65"
|
|
550
550
|
}
|
|
551
551
|
]
|
|
552
552
|
},
|
|
553
553
|
"documentation": {
|
|
554
|
-
"id":
|
|
554
|
+
"id": 25627,
|
|
555
555
|
"nodeType": "StructuredDocumentation",
|
|
556
556
|
"src": "698:264:65",
|
|
557
557
|
"text": " @dev Return the transaction signer of this call\n if the call came through our trusted forwarder, return the original sender.\n otherwise, return `msg.sender`.\n should be used in the contract anywhere instead of msg.sender"
|
|
558
558
|
},
|
|
559
|
-
"id":
|
|
559
|
+
"id": 25648,
|
|
560
560
|
"implemented": true,
|
|
561
561
|
"kind": "function",
|
|
562
562
|
"modifiers": [],
|
|
@@ -564,23 +564,23 @@
|
|
|
564
564
|
"nameLocation": "976:21:65",
|
|
565
565
|
"nodeType": "FunctionDefinition",
|
|
566
566
|
"parameters": {
|
|
567
|
-
"id":
|
|
567
|
+
"id": 25628,
|
|
568
568
|
"nodeType": "ParameterList",
|
|
569
569
|
"parameters": [],
|
|
570
570
|
"src": "997:2:65"
|
|
571
571
|
},
|
|
572
572
|
"returnParameters": {
|
|
573
|
-
"id":
|
|
573
|
+
"id": 25631,
|
|
574
574
|
"nodeType": "ParameterList",
|
|
575
575
|
"parameters": [
|
|
576
576
|
{
|
|
577
577
|
"constant": false,
|
|
578
|
-
"id":
|
|
578
|
+
"id": 25630,
|
|
579
579
|
"mutability": "mutable",
|
|
580
580
|
"name": "ret",
|
|
581
581
|
"nameLocation": "1047:3:65",
|
|
582
582
|
"nodeType": "VariableDeclaration",
|
|
583
|
-
"scope":
|
|
583
|
+
"scope": 25648,
|
|
584
584
|
"src": "1031:19:65",
|
|
585
585
|
"stateVariable": false,
|
|
586
586
|
"storageLocation": "default",
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
"typeString": "address payable"
|
|
590
590
|
},
|
|
591
591
|
"typeName": {
|
|
592
|
-
"id":
|
|
592
|
+
"id": 25629,
|
|
593
593
|
"name": "address",
|
|
594
594
|
"nodeType": "ElementaryTypeName",
|
|
595
595
|
"src": "1031:15:65",
|
|
@@ -604,14 +604,14 @@
|
|
|
604
604
|
],
|
|
605
605
|
"src": "1030:21:65"
|
|
606
606
|
},
|
|
607
|
-
"scope":
|
|
607
|
+
"scope": 25649,
|
|
608
608
|
"src": "967:504:65",
|
|
609
609
|
"stateMutability": "view",
|
|
610
610
|
"virtual": true,
|
|
611
611
|
"visibility": "internal"
|
|
612
612
|
}
|
|
613
613
|
],
|
|
614
|
-
"scope":
|
|
614
|
+
"scope": 25650,
|
|
615
615
|
"src": "477:997:65",
|
|
616
616
|
"usedErrors": []
|
|
617
617
|
}
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
},
|
|
625
625
|
"networks": {},
|
|
626
626
|
"schemaVersion": "3.4.13",
|
|
627
|
-
"updatedAt": "2023-
|
|
627
|
+
"updatedAt": "2023-08-03T14:52:18.085Z",
|
|
628
628
|
"devdoc": {
|
|
629
629
|
"author": "Superfluid",
|
|
630
630
|
"details": "A base contract to be inherited by any contract that want to receive relayed transactions A subclass must use \"_msgSender()\" instead of \"msg.sender\" MODIFIED FROM: https://github.com/opengsn/forwarder/blob/master/contracts/BaseRelayRecipient.sol",
|