@superfluid-finance/ethereum-contracts 1.7.2-dev.c99f6f9.0 → 1.7.2-dev.dae8ea5.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
|
@@ -1510,7 +1510,7 @@
|
|
|
1510
1510
|
}
|
|
1511
1511
|
]
|
|
1512
1512
|
},
|
|
1513
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
1513
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperfluidToken_$25466t_uint256t_uint256",
|
|
1514
1514
|
"nodeType": "YulFunctionDefinition",
|
|
1515
1515
|
"parameters": [
|
|
1516
1516
|
{
|
|
@@ -1785,7 +1785,7 @@
|
|
|
1785
1785
|
}
|
|
1786
1786
|
]
|
|
1787
1787
|
},
|
|
1788
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
1788
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperfluidToken_$25466",
|
|
1789
1789
|
"nodeType": "YulFunctionDefinition",
|
|
1790
1790
|
"parameters": [
|
|
1791
1791
|
{
|
|
@@ -3061,7 +3061,7 @@
|
|
|
3061
3061
|
}
|
|
3062
3062
|
]
|
|
3063
3063
|
},
|
|
3064
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
3064
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_addresst_string_memory_ptr",
|
|
3065
3065
|
"nodeType": "YulFunctionDefinition",
|
|
3066
3066
|
"parameters": [
|
|
3067
3067
|
{
|
|
@@ -4325,7 +4325,7 @@
|
|
|
4325
4325
|
}
|
|
4326
4326
|
]
|
|
4327
4327
|
},
|
|
4328
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
4328
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_array$_t_contract$_ISuperToken_$24397_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr",
|
|
4329
4329
|
"nodeType": "YulFunctionDefinition",
|
|
4330
4330
|
"parameters": [
|
|
4331
4331
|
{
|
|
@@ -4606,7 +4606,7 @@
|
|
|
4606
4606
|
}
|
|
4607
4607
|
]
|
|
4608
4608
|
},
|
|
4609
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
4609
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_address",
|
|
4610
4610
|
"nodeType": "YulFunctionDefinition",
|
|
4611
4611
|
"parameters": [
|
|
4612
4612
|
{
|
|
@@ -4951,7 +4951,7 @@
|
|
|
4951
4951
|
}
|
|
4952
4952
|
]
|
|
4953
4953
|
},
|
|
4954
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
4954
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperfluidToken_$25466t_address",
|
|
4955
4955
|
"nodeType": "YulFunctionDefinition",
|
|
4956
4956
|
"parameters": [
|
|
4957
4957
|
{
|
|
@@ -5333,7 +5333,7 @@
|
|
|
5333
5333
|
}
|
|
5334
5334
|
]
|
|
5335
5335
|
},
|
|
5336
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
5336
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_array$_t_contract$_ISuperToken_$24397_$dyn_calldata_ptr",
|
|
5337
5337
|
"nodeType": "YulFunctionDefinition",
|
|
5338
5338
|
"parameters": [
|
|
5339
5339
|
{
|
|
@@ -5879,7 +5879,7 @@
|
|
|
5879
5879
|
}
|
|
5880
5880
|
]
|
|
5881
5881
|
},
|
|
5882
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
5882
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_addresst_array$_t_address_$dyn_calldata_ptrt_address",
|
|
5883
5883
|
"nodeType": "YulFunctionDefinition",
|
|
5884
5884
|
"parameters": [
|
|
5885
5885
|
{
|
|
@@ -6586,7 +6586,7 @@
|
|
|
6586
6586
|
}
|
|
6587
6587
|
]
|
|
6588
6588
|
},
|
|
6589
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
6589
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_addresst_uint256t_uint256t_array$_t_address_$dyn_calldata_ptr",
|
|
6590
6590
|
"nodeType": "YulFunctionDefinition",
|
|
6591
6591
|
"parameters": [
|
|
6592
6592
|
{
|
|
@@ -6918,7 +6918,7 @@
|
|
|
6918
6918
|
}
|
|
6919
6919
|
]
|
|
6920
6920
|
},
|
|
6921
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
6921
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperfluidToken_$25466t_bytes32",
|
|
6922
6922
|
"nodeType": "YulFunctionDefinition",
|
|
6923
6923
|
"parameters": [
|
|
6924
6924
|
{
|
|
@@ -7314,7 +7314,7 @@
|
|
|
7314
7314
|
}
|
|
7315
7315
|
]
|
|
7316
7316
|
},
|
|
7317
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
7317
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperfluidToken_$25466t_bytes32t_address",
|
|
7318
7318
|
"nodeType": "YulFunctionDefinition",
|
|
7319
7319
|
"parameters": [
|
|
7320
7320
|
{
|
|
@@ -7634,7 +7634,7 @@
|
|
|
7634
7634
|
}
|
|
7635
7635
|
]
|
|
7636
7636
|
},
|
|
7637
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
7637
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperfluidToken_$25466t_uint256",
|
|
7638
7638
|
"nodeType": "YulFunctionDefinition",
|
|
7639
7639
|
"parameters": [
|
|
7640
7640
|
{
|
|
@@ -8109,7 +8109,7 @@
|
|
|
8109
8109
|
}
|
|
8110
8110
|
]
|
|
8111
8111
|
},
|
|
8112
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
8112
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperToken_$24397",
|
|
8113
8113
|
"nodeType": "YulFunctionDefinition",
|
|
8114
8114
|
"parameters": [
|
|
8115
8115
|
{
|
|
@@ -8573,7 +8573,7 @@
|
|
|
8573
8573
|
}
|
|
8574
8574
|
]
|
|
8575
8575
|
},
|
|
8576
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
8576
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_addresst_string_memory_ptrt_uint256",
|
|
8577
8577
|
"nodeType": "YulFunctionDefinition",
|
|
8578
8578
|
"parameters": [
|
|
8579
8579
|
{
|
|
@@ -9113,7 +9113,7 @@
|
|
|
9113
9113
|
}
|
|
9114
9114
|
]
|
|
9115
9115
|
},
|
|
9116
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
9116
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperfluidToken_$25466t_bytes32t_uint256",
|
|
9117
9117
|
"nodeType": "YulFunctionDefinition",
|
|
9118
9118
|
"parameters": [
|
|
9119
9119
|
{
|
|
@@ -9846,7 +9846,7 @@
|
|
|
9846
9846
|
}
|
|
9847
9847
|
]
|
|
9848
9848
|
},
|
|
9849
|
-
"name": "abi_decode_tuple_t_contract$_ISuperToken_$
|
|
9849
|
+
"name": "abi_decode_tuple_t_contract$_ISuperToken_$24397",
|
|
9850
9850
|
"nodeType": "YulFunctionDefinition",
|
|
9851
9851
|
"parameters": [
|
|
9852
9852
|
{
|
|
@@ -10419,7 +10419,7 @@
|
|
|
10419
10419
|
}
|
|
10420
10420
|
]
|
|
10421
10421
|
},
|
|
10422
|
-
"name": "abi_encode_tuple_t_contract$_ISuperToken_$
|
|
10422
|
+
"name": "abi_encode_tuple_t_contract$_ISuperToken_$24397__to_t_address__fromStack_reversed",
|
|
10423
10423
|
"nodeType": "YulFunctionDefinition",
|
|
10424
10424
|
"parameters": [
|
|
10425
10425
|
{
|
|
@@ -10565,7 +10565,7 @@
|
|
|
10565
10565
|
}
|
|
10566
10566
|
]
|
|
10567
10567
|
},
|
|
10568
|
-
"name": "abi_encode_tuple_t_contract$_ISuperAgreement_$
|
|
10568
|
+
"name": "abi_encode_tuple_t_contract$_ISuperAgreement_$23809__to_t_address__fromStack_reversed",
|
|
10569
10569
|
"nodeType": "YulFunctionDefinition",
|
|
10570
10570
|
"parameters": [
|
|
10571
10571
|
{
|
|
@@ -10711,7 +10711,7 @@
|
|
|
10711
10711
|
}
|
|
10712
10712
|
]
|
|
10713
10713
|
},
|
|
10714
|
-
"name": "abi_encode_tuple_t_contract$_ISuperTokenFactory_$
|
|
10714
|
+
"name": "abi_encode_tuple_t_contract$_ISuperTokenFactory_$24527__to_t_address__fromStack_reversed",
|
|
10715
10715
|
"nodeType": "YulFunctionDefinition",
|
|
10716
10716
|
"parameters": [
|
|
10717
10717
|
{
|
|
@@ -10857,7 +10857,7 @@
|
|
|
10857
10857
|
}
|
|
10858
10858
|
]
|
|
10859
10859
|
},
|
|
10860
|
-
"name": "abi_encode_tuple_t_contract$_ISuperfluidGovernance_$
|
|
10860
|
+
"name": "abi_encode_tuple_t_contract$_ISuperfluidGovernance_$25180__to_t_address__fromStack_reversed",
|
|
10861
10861
|
"nodeType": "YulFunctionDefinition",
|
|
10862
10862
|
"parameters": [
|
|
10863
10863
|
{
|
|
@@ -14153,7 +14153,7 @@
|
|
|
14153
14153
|
}
|
|
14154
14154
|
]
|
|
14155
14155
|
},
|
|
14156
|
-
"contents": "{\n { }\n function validator_revert_contract_ISuperfluid(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25048t_contract$_ISuperfluidToken_$25463t_uint256t_uint256(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25048t_contract$_ISuperfluidToken_$25463(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function abi_decode_string(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n let _1 := calldataload(offset)\n let _2 := 0xffffffffffffffff\n if gt(_1, _2) { panic_error_0x41() }\n let _3 := not(31)\n let memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(and(add(_1, 0x1f), _3), 63), _3))\n if or(gt(newFreePtr, _2), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n mstore(memPtr, _1)\n if gt(add(add(offset, _1), 0x20), end) { revert(0, 0) }\n calldatacopy(add(memPtr, 0x20), add(offset, 0x20), _1)\n mstore(add(add(memPtr, _1), 0x20), 0)\n array := memPtr\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25048t_addresst_string_memory_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let offset := calldataload(add(headStart, 64))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n value2 := abi_decode_string(add(headStart, offset), dataEnd)\n }\n function abi_encode_tuple_t_bool_t_uint256__to_t_bool_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_decode_array_contract_ISuperToken_dyn_calldata(offset, end) -> arrayPos, length\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n arrayPos := add(offset, 0x20)\n if gt(add(add(offset, shl(5, length)), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25048t_array$_t_contract$_ISuperToken_$24394_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n let offset_1 := calldataload(add(headStart, 64))\n if gt(offset_1, _1) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset_1), dataEnd)\n value3 := value3_1\n value4 := value4_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25048t_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25048t_contract$_ISuperfluidToken_$25463t_address(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_contract_ISuperfluid(value_2)\n value2 := value_2\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25048t_array$_t_contract$_ISuperToken_$24394_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25048t_addresst_array$_t_address_$dyn_calldata_ptrt_address(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let offset := calldataload(add(headStart, 64))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value2_1, value3_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value2 := value2_1\n value3 := value3_1\n let value_2 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluid(value_2)\n value4 := value_2\n }\n function abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), value1)\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25048t_addresst_uint256t_uint256t_array$_t_address_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n let offset := calldataload(add(headStart, 128))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value4_1, value5_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value4 := value4_1\n value5 := value5_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25048t_contract$_ISuperfluidToken_$25463t_bytes32(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25048t_contract$_ISuperfluidToken_$25463t_bytes32t_address(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n let value_2 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluid(value_2)\n value3 := value_2\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25048t_contract$_ISuperfluidToken_$25463t_uint256(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, iszero(iszero(value0)))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25048t_contract$_ISuperToken_$24394(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25048t_addresst_string_memory_ptrt_uint256(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let offset := calldataload(add(headStart, 64))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n value2 := abi_decode_string(add(headStart, offset), dataEnd)\n value3 := calldataload(add(headStart, 96))\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25048t_contract$_ISuperfluidToken_$25463t_bytes32t_uint256(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n }\n function abi_encode_tuple_t_bool_t_uint256_t_uint256__to_t_bool_t_uint256_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_bool_t_rational_0_by_1_t_rational_0_by_1__to_t_bool_t_uint256_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function panic_error_0x32()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_ISuperToken_$24394(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n }\n function increment_t_uint256(value) -> ret\n {\n if eq(value, not(0))\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n ret := add(value, 1)\n }\n function abi_encode_tuple_t_bool_t_address__to_t_bool_t_address__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperToken_$24394__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperAgreement_$23806__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperTokenFactory_$24524__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperfluidGovernance_$25177__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function panic_error_0x01()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x01)\n revert(0, 0x24)\n }\n function abi_encode_tuple_t_bool_t_address_t_bool__to_t_bool_t_address_t_bool__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n mstore(add(headStart, 64), iszero(iszero(value2)))\n }\n function abi_encode_tuple_t_bool_t_rational_0_by_1__to_t_bool_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_string(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n let i := 0\n for { } lt(i, length) { i := add(i, 0x20) }\n {\n let _1 := 0x20\n mstore(add(add(pos, i), _1), mload(add(add(value, i), _1)))\n }\n mstore(add(add(pos, length), 0x20), 0)\n end := add(add(pos, and(add(length, 31), not(31))), 0x20)\n }\n function abi_encode_tuple_t_string_memory_ptr_t_rational_0_by_1__to_t_string_memory_ptr_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, 64)\n tail := abi_encode_string(value0, add(headStart, 64))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_string_memory_ptr_t_uint256__to_t_string_memory_ptr_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, 64)\n tail := abi_encode_string(value0, add(headStart, 64))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 38)\n mstore(add(headStart, 64), \"Ownable: new owner is the zero a\")\n mstore(add(headStart, 96), \"ddress\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_bytes32_t_bool_t_uint256__to_t_bytes32_t_bool_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), iszero(iszero(value1)))\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_bytes32_t_bool_t_rational_0_by_1__to_t_bytes32_t_bool_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), iszero(iszero(value1)))\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_stringliteral_2ac2eda5c308a51ed3bd3433d0d20fe487916751b3404fa382719429ef24259a_t_address_t_string_memory_ptr__to_t_string_memory_ptr_t_address_t_string_memory_ptr__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, 96)\n mstore(add(headStart, 96), 65)\n mstore(add(headStart, 128), \"org.superfluid-finance.superflui\")\n mstore(add(headStart, 160), \"d.appWhiteListing.registrationKe\")\n mstore(add(headStart, 192), \"y\")\n mstore(add(headStart, 0x20), and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 64), 224)\n tail := abi_encode_string(value1, add(headStart, 224))\n }\n function abi_encode_tuple_t_stringliteral_3a9ec29d76a01dd4676b43ee8f5ae7a021577f823fb495dfb5627ad6bbb890b6_t_address__to_t_string_memory_ptr_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 64)\n mstore(add(headStart, 64), 57)\n mstore(add(headStart, 96), \"org.superfluid-finance.superflui\")\n mstore(add(headStart, 128), \"d.appWhiteListing.factory\")\n tail := add(headStart, 160)\n mstore(add(headStart, 0x20), and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"Ownable: caller is not the owner\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_5e8d8c86403ce515d0afc5f813484261c20de0e66deea95df3a7de50a4365fdd_t_address__to_t_string_memory_ptr_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 64)\n mstore(add(headStart, 64), 50)\n mstore(add(headStart, 96), \"org.superfluid-finance.superflui\")\n mstore(add(headStart, 128), \"d.trustedForwarder\")\n tail := add(headStart, 160)\n mstore(add(headStart, 0x20), and(value0, sub(shl(160, 1), 1)))\n }\n}",
|
|
14156
|
+
"contents": "{\n { }\n function validator_revert_contract_ISuperfluid(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperfluidToken_$25466t_uint256t_uint256(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperfluidToken_$25466(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function abi_decode_string(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n let _1 := calldataload(offset)\n let _2 := 0xffffffffffffffff\n if gt(_1, _2) { panic_error_0x41() }\n let _3 := not(31)\n let memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(and(add(_1, 0x1f), _3), 63), _3))\n if or(gt(newFreePtr, _2), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n mstore(memPtr, _1)\n if gt(add(add(offset, _1), 0x20), end) { revert(0, 0) }\n calldatacopy(add(memPtr, 0x20), add(offset, 0x20), _1)\n mstore(add(add(memPtr, _1), 0x20), 0)\n array := memPtr\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_addresst_string_memory_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let offset := calldataload(add(headStart, 64))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n value2 := abi_decode_string(add(headStart, offset), dataEnd)\n }\n function abi_encode_tuple_t_bool_t_uint256__to_t_bool_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_decode_array_contract_ISuperToken_dyn_calldata(offset, end) -> arrayPos, length\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n arrayPos := add(offset, 0x20)\n if gt(add(add(offset, shl(5, length)), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_array$_t_contract$_ISuperToken_$24397_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n let offset_1 := calldataload(add(headStart, 64))\n if gt(offset_1, _1) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset_1), dataEnd)\n value3 := value3_1\n value4 := value4_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperfluidToken_$25466t_address(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_contract_ISuperfluid(value_2)\n value2 := value_2\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_array$_t_contract$_ISuperToken_$24397_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_addresst_array$_t_address_$dyn_calldata_ptrt_address(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let offset := calldataload(add(headStart, 64))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value2_1, value3_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value2 := value2_1\n value3 := value3_1\n let value_2 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluid(value_2)\n value4 := value_2\n }\n function abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), value1)\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_addresst_uint256t_uint256t_array$_t_address_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n let offset := calldataload(add(headStart, 128))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value4_1, value5_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value4 := value4_1\n value5 := value5_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperfluidToken_$25466t_bytes32(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperfluidToken_$25466t_bytes32t_address(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n let value_2 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluid(value_2)\n value3 := value_2\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperfluidToken_$25466t_uint256(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, iszero(iszero(value0)))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperToken_$24397(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_addresst_string_memory_ptrt_uint256(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let offset := calldataload(add(headStart, 64))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n value2 := abi_decode_string(add(headStart, offset), dataEnd)\n value3 := calldataload(add(headStart, 96))\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$25051t_contract$_ISuperfluidToken_$25466t_bytes32t_uint256(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n }\n function abi_encode_tuple_t_bool_t_uint256_t_uint256__to_t_bool_t_uint256_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_bool_t_rational_0_by_1_t_rational_0_by_1__to_t_bool_t_uint256_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function panic_error_0x32()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_ISuperToken_$24397(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n }\n function increment_t_uint256(value) -> ret\n {\n if eq(value, not(0))\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n ret := add(value, 1)\n }\n function abi_encode_tuple_t_bool_t_address__to_t_bool_t_address__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperToken_$24397__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperAgreement_$23809__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperTokenFactory_$24527__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperfluidGovernance_$25180__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function panic_error_0x01()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x01)\n revert(0, 0x24)\n }\n function abi_encode_tuple_t_bool_t_address_t_bool__to_t_bool_t_address_t_bool__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n mstore(add(headStart, 64), iszero(iszero(value2)))\n }\n function abi_encode_tuple_t_bool_t_rational_0_by_1__to_t_bool_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_string(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n let i := 0\n for { } lt(i, length) { i := add(i, 0x20) }\n {\n let _1 := 0x20\n mstore(add(add(pos, i), _1), mload(add(add(value, i), _1)))\n }\n mstore(add(add(pos, length), 0x20), 0)\n end := add(add(pos, and(add(length, 31), not(31))), 0x20)\n }\n function abi_encode_tuple_t_string_memory_ptr_t_rational_0_by_1__to_t_string_memory_ptr_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, 64)\n tail := abi_encode_string(value0, add(headStart, 64))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_string_memory_ptr_t_uint256__to_t_string_memory_ptr_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, 64)\n tail := abi_encode_string(value0, add(headStart, 64))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 38)\n mstore(add(headStart, 64), \"Ownable: new owner is the zero a\")\n mstore(add(headStart, 96), \"ddress\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_bytes32_t_bool_t_uint256__to_t_bytes32_t_bool_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), iszero(iszero(value1)))\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_bytes32_t_bool_t_rational_0_by_1__to_t_bytes32_t_bool_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), iszero(iszero(value1)))\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_stringliteral_2ac2eda5c308a51ed3bd3433d0d20fe487916751b3404fa382719429ef24259a_t_address_t_string_memory_ptr__to_t_string_memory_ptr_t_address_t_string_memory_ptr__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, 96)\n mstore(add(headStart, 96), 65)\n mstore(add(headStart, 128), \"org.superfluid-finance.superflui\")\n mstore(add(headStart, 160), \"d.appWhiteListing.registrationKe\")\n mstore(add(headStart, 192), \"y\")\n mstore(add(headStart, 0x20), and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 64), 224)\n tail := abi_encode_string(value1, add(headStart, 224))\n }\n function abi_encode_tuple_t_stringliteral_3a9ec29d76a01dd4676b43ee8f5ae7a021577f823fb495dfb5627ad6bbb890b6_t_address__to_t_string_memory_ptr_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 64)\n mstore(add(headStart, 64), 57)\n mstore(add(headStart, 96), \"org.superfluid-finance.superflui\")\n mstore(add(headStart, 128), \"d.appWhiteListing.factory\")\n tail := add(headStart, 160)\n mstore(add(headStart, 0x20), and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"Ownable: caller is not the owner\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_5e8d8c86403ce515d0afc5f813484261c20de0e66deea95df3a7de50a4365fdd_t_address__to_t_string_memory_ptr_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 64)\n mstore(add(headStart, 64), 50)\n mstore(add(headStart, 96), \"org.superfluid-finance.superflui\")\n mstore(add(headStart, 128), \"d.trustedForwarder\")\n tail := add(headStart, 160)\n mstore(add(headStart, 0x20), and(value0, sub(shl(160, 1), 1)))\n }\n}",
|
|
14157
14157
|
"id": 124,
|
|
14158
14158
|
"language": "Yul",
|
|
14159
14159
|
"name": "#utility.yul"
|
|
@@ -14167,27 +14167,27 @@
|
|
|
14167
14167
|
"absolutePath": "project:/contracts/utils/TestGovernance.sol",
|
|
14168
14168
|
"exportedSymbols": {
|
|
14169
14169
|
"ISuperfluid": [
|
|
14170
|
-
|
|
14170
|
+
25051
|
|
14171
14171
|
],
|
|
14172
14172
|
"ISuperfluidToken": [
|
|
14173
|
-
|
|
14173
|
+
25466
|
|
14174
14174
|
],
|
|
14175
14175
|
"Ownable": [
|
|
14176
14176
|
651
|
|
14177
14177
|
],
|
|
14178
14178
|
"SuperfluidGovernanceBase": [
|
|
14179
|
-
|
|
14179
|
+
22246
|
|
14180
14180
|
],
|
|
14181
14181
|
"TestGovernance": [
|
|
14182
|
-
|
|
14182
|
+
52060
|
|
14183
14183
|
]
|
|
14184
14184
|
},
|
|
14185
|
-
"id":
|
|
14185
|
+
"id": 52061,
|
|
14186
14186
|
"license": "MIT",
|
|
14187
14187
|
"nodeType": "SourceUnit",
|
|
14188
14188
|
"nodes": [
|
|
14189
14189
|
{
|
|
14190
|
-
"id":
|
|
14190
|
+
"id": 51929,
|
|
14191
14191
|
"literals": [
|
|
14192
14192
|
"solidity",
|
|
14193
14193
|
">=",
|
|
@@ -14200,20 +14200,20 @@
|
|
|
14200
14200
|
{
|
|
14201
14201
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
|
|
14202
14202
|
"file": "../interfaces/superfluid/ISuperfluid.sol",
|
|
14203
|
-
"id":
|
|
14203
|
+
"id": 51932,
|
|
14204
14204
|
"nameLocation": "-1:-1:-1",
|
|
14205
14205
|
"nodeType": "ImportDirective",
|
|
14206
|
-
"scope":
|
|
14207
|
-
"sourceUnit":
|
|
14206
|
+
"scope": 52061,
|
|
14207
|
+
"sourceUnit": 25052,
|
|
14208
14208
|
"src": "58:97:121",
|
|
14209
14209
|
"symbolAliases": [
|
|
14210
14210
|
{
|
|
14211
14211
|
"foreign": {
|
|
14212
|
-
"id":
|
|
14212
|
+
"id": 51930,
|
|
14213
14213
|
"name": "ISuperfluid",
|
|
14214
14214
|
"nodeType": "Identifier",
|
|
14215
14215
|
"overloadedDeclarations": [],
|
|
14216
|
-
"referencedDeclaration":
|
|
14216
|
+
"referencedDeclaration": 25051,
|
|
14217
14217
|
"src": "71:11:121",
|
|
14218
14218
|
"typeDescriptions": {}
|
|
14219
14219
|
},
|
|
@@ -14221,11 +14221,11 @@
|
|
|
14221
14221
|
},
|
|
14222
14222
|
{
|
|
14223
14223
|
"foreign": {
|
|
14224
|
-
"id":
|
|
14224
|
+
"id": 51931,
|
|
14225
14225
|
"name": "ISuperfluidToken",
|
|
14226
14226
|
"nodeType": "Identifier",
|
|
14227
14227
|
"overloadedDeclarations": [],
|
|
14228
|
-
"referencedDeclaration":
|
|
14228
|
+
"referencedDeclaration": 25466,
|
|
14229
14229
|
"src": "88:16:121",
|
|
14230
14230
|
"typeDescriptions": {}
|
|
14231
14231
|
},
|
|
@@ -14237,20 +14237,20 @@
|
|
|
14237
14237
|
{
|
|
14238
14238
|
"absolutePath": "project:/contracts/gov/SuperfluidGovernanceBase.sol",
|
|
14239
14239
|
"file": "../gov/SuperfluidGovernanceBase.sol",
|
|
14240
|
-
"id":
|
|
14240
|
+
"id": 51934,
|
|
14241
14241
|
"nameLocation": "-1:-1:-1",
|
|
14242
14242
|
"nodeType": "ImportDirective",
|
|
14243
|
-
"scope":
|
|
14244
|
-
"sourceUnit":
|
|
14243
|
+
"scope": 52061,
|
|
14244
|
+
"sourceUnit": 22247,
|
|
14245
14245
|
"src": "156:79:121",
|
|
14246
14246
|
"symbolAliases": [
|
|
14247
14247
|
{
|
|
14248
14248
|
"foreign": {
|
|
14249
|
-
"id":
|
|
14249
|
+
"id": 51933,
|
|
14250
14250
|
"name": "SuperfluidGovernanceBase",
|
|
14251
14251
|
"nodeType": "Identifier",
|
|
14252
14252
|
"overloadedDeclarations": [],
|
|
14253
|
-
"referencedDeclaration":
|
|
14253
|
+
"referencedDeclaration": 22246,
|
|
14254
14254
|
"src": "165:24:121",
|
|
14255
14255
|
"typeDescriptions": {}
|
|
14256
14256
|
},
|
|
@@ -14262,16 +14262,16 @@
|
|
|
14262
14262
|
{
|
|
14263
14263
|
"absolutePath": "@openzeppelin/contracts/access/Ownable.sol",
|
|
14264
14264
|
"file": "@openzeppelin/contracts/access/Ownable.sol",
|
|
14265
|
-
"id":
|
|
14265
|
+
"id": 51936,
|
|
14266
14266
|
"nameLocation": "-1:-1:-1",
|
|
14267
14267
|
"nodeType": "ImportDirective",
|
|
14268
|
-
"scope":
|
|
14268
|
+
"scope": 52061,
|
|
14269
14269
|
"sourceUnit": 652,
|
|
14270
14270
|
"src": "237:69:121",
|
|
14271
14271
|
"symbolAliases": [
|
|
14272
14272
|
{
|
|
14273
14273
|
"foreign": {
|
|
14274
|
-
"id":
|
|
14274
|
+
"id": 51935,
|
|
14275
14275
|
"name": "Ownable",
|
|
14276
14276
|
"nodeType": "Identifier",
|
|
14277
14277
|
"overloadedDeclarations": [],
|
|
@@ -14289,7 +14289,7 @@
|
|
|
14289
14289
|
"baseContracts": [
|
|
14290
14290
|
{
|
|
14291
14291
|
"baseName": {
|
|
14292
|
-
"id":
|
|
14292
|
+
"id": 51938,
|
|
14293
14293
|
"name": "Ownable",
|
|
14294
14294
|
"nameLocations": [
|
|
14295
14295
|
"475:7:121"
|
|
@@ -14298,22 +14298,22 @@
|
|
|
14298
14298
|
"referencedDeclaration": 651,
|
|
14299
14299
|
"src": "475:7:121"
|
|
14300
14300
|
},
|
|
14301
|
-
"id":
|
|
14301
|
+
"id": 51939,
|
|
14302
14302
|
"nodeType": "InheritanceSpecifier",
|
|
14303
14303
|
"src": "475:7:121"
|
|
14304
14304
|
},
|
|
14305
14305
|
{
|
|
14306
14306
|
"baseName": {
|
|
14307
|
-
"id":
|
|
14307
|
+
"id": 51940,
|
|
14308
14308
|
"name": "SuperfluidGovernanceBase",
|
|
14309
14309
|
"nameLocations": [
|
|
14310
14310
|
"488:24:121"
|
|
14311
14311
|
],
|
|
14312
14312
|
"nodeType": "IdentifierPath",
|
|
14313
|
-
"referencedDeclaration":
|
|
14313
|
+
"referencedDeclaration": 22246,
|
|
14314
14314
|
"src": "488:24:121"
|
|
14315
14315
|
},
|
|
14316
|
-
"id":
|
|
14316
|
+
"id": 51941,
|
|
14317
14317
|
"nodeType": "InheritanceSpecifier",
|
|
14318
14318
|
"src": "488:24:121"
|
|
14319
14319
|
}
|
|
@@ -14322,17 +14322,17 @@
|
|
|
14322
14322
|
"contractDependencies": [],
|
|
14323
14323
|
"contractKind": "contract",
|
|
14324
14324
|
"documentation": {
|
|
14325
|
-
"id":
|
|
14325
|
+
"id": 51937,
|
|
14326
14326
|
"nodeType": "StructuredDocumentation",
|
|
14327
14327
|
"src": "309:134:121",
|
|
14328
14328
|
"text": " @title Test governance contract\n @author Superfluid\n @dev A initializable version of the governance for testing purpose"
|
|
14329
14329
|
},
|
|
14330
14330
|
"fullyImplemented": true,
|
|
14331
|
-
"id":
|
|
14331
|
+
"id": 52060,
|
|
14332
14332
|
"linearizedBaseContracts": [
|
|
14333
|
-
|
|
14334
|
-
|
|
14335
|
-
|
|
14333
|
+
52060,
|
|
14334
|
+
22246,
|
|
14335
|
+
25180,
|
|
14336
14336
|
651,
|
|
14337
14337
|
2580
|
|
14338
14338
|
],
|
|
@@ -14342,36 +14342,36 @@
|
|
|
14342
14342
|
"nodes": [
|
|
14343
14343
|
{
|
|
14344
14344
|
"constant": false,
|
|
14345
|
-
"id":
|
|
14345
|
+
"id": 51944,
|
|
14346
14346
|
"mutability": "mutable",
|
|
14347
14347
|
"name": "_host",
|
|
14348
14348
|
"nameLocation": "539:5:121",
|
|
14349
14349
|
"nodeType": "VariableDeclaration",
|
|
14350
|
-
"scope":
|
|
14350
|
+
"scope": 52060,
|
|
14351
14351
|
"src": "519:25:121",
|
|
14352
14352
|
"stateVariable": true,
|
|
14353
14353
|
"storageLocation": "default",
|
|
14354
14354
|
"typeDescriptions": {
|
|
14355
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14355
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
14356
14356
|
"typeString": "contract ISuperfluid"
|
|
14357
14357
|
},
|
|
14358
14358
|
"typeName": {
|
|
14359
|
-
"id":
|
|
14359
|
+
"id": 51943,
|
|
14360
14360
|
"nodeType": "UserDefinedTypeName",
|
|
14361
14361
|
"pathNode": {
|
|
14362
|
-
"id":
|
|
14362
|
+
"id": 51942,
|
|
14363
14363
|
"name": "ISuperfluid",
|
|
14364
14364
|
"nameLocations": [
|
|
14365
14365
|
"519:11:121"
|
|
14366
14366
|
],
|
|
14367
14367
|
"nodeType": "IdentifierPath",
|
|
14368
|
-
"referencedDeclaration":
|
|
14368
|
+
"referencedDeclaration": 25051,
|
|
14369
14369
|
"src": "519:11:121"
|
|
14370
14370
|
},
|
|
14371
|
-
"referencedDeclaration":
|
|
14371
|
+
"referencedDeclaration": 25051,
|
|
14372
14372
|
"src": "519:11:121",
|
|
14373
14373
|
"typeDescriptions": {
|
|
14374
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14374
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
14375
14375
|
"typeString": "contract ISuperfluid"
|
|
14376
14376
|
}
|
|
14377
14377
|
},
|
|
@@ -14379,7 +14379,7 @@
|
|
|
14379
14379
|
},
|
|
14380
14380
|
{
|
|
14381
14381
|
"body": {
|
|
14382
|
-
"id":
|
|
14382
|
+
"id": 52036,
|
|
14383
14383
|
"nodeType": "Block",
|
|
14384
14384
|
"src": "769:499:121",
|
|
14385
14385
|
"statements": [
|
|
@@ -14391,7 +14391,7 @@
|
|
|
14391
14391
|
"typeIdentifier": "t_address",
|
|
14392
14392
|
"typeString": "address"
|
|
14393
14393
|
},
|
|
14394
|
-
"id":
|
|
14394
|
+
"id": 51968,
|
|
14395
14395
|
"isConstant": false,
|
|
14396
14396
|
"isLValue": false,
|
|
14397
14397
|
"isPure": false,
|
|
@@ -14399,14 +14399,14 @@
|
|
|
14399
14399
|
"leftExpression": {
|
|
14400
14400
|
"arguments": [
|
|
14401
14401
|
{
|
|
14402
|
-
"id":
|
|
14402
|
+
"id": 51962,
|
|
14403
14403
|
"name": "host",
|
|
14404
14404
|
"nodeType": "Identifier",
|
|
14405
14405
|
"overloadedDeclarations": [],
|
|
14406
|
-
"referencedDeclaration":
|
|
14406
|
+
"referencedDeclaration": 51947,
|
|
14407
14407
|
"src": "830:4:121",
|
|
14408
14408
|
"typeDescriptions": {
|
|
14409
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14409
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
14410
14410
|
"typeString": "contract ISuperfluid"
|
|
14411
14411
|
}
|
|
14412
14412
|
}
|
|
@@ -14414,11 +14414,11 @@
|
|
|
14414
14414
|
"expression": {
|
|
14415
14415
|
"argumentTypes": [
|
|
14416
14416
|
{
|
|
14417
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14417
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
14418
14418
|
"typeString": "contract ISuperfluid"
|
|
14419
14419
|
}
|
|
14420
14420
|
],
|
|
14421
|
-
"id":
|
|
14421
|
+
"id": 51961,
|
|
14422
14422
|
"isConstant": false,
|
|
14423
14423
|
"isLValue": false,
|
|
14424
14424
|
"isPure": true,
|
|
@@ -14430,14 +14430,14 @@
|
|
|
14430
14430
|
"typeString": "type(address)"
|
|
14431
14431
|
},
|
|
14432
14432
|
"typeName": {
|
|
14433
|
-
"id":
|
|
14433
|
+
"id": 51960,
|
|
14434
14434
|
"name": "address",
|
|
14435
14435
|
"nodeType": "ElementaryTypeName",
|
|
14436
14436
|
"src": "822:7:121",
|
|
14437
14437
|
"typeDescriptions": {}
|
|
14438
14438
|
}
|
|
14439
14439
|
},
|
|
14440
|
-
"id":
|
|
14440
|
+
"id": 51963,
|
|
14441
14441
|
"isConstant": false,
|
|
14442
14442
|
"isLValue": false,
|
|
14443
14443
|
"isPure": false,
|
|
@@ -14459,7 +14459,7 @@
|
|
|
14459
14459
|
"arguments": [
|
|
14460
14460
|
{
|
|
14461
14461
|
"hexValue": "30",
|
|
14462
|
-
"id":
|
|
14462
|
+
"id": 51966,
|
|
14463
14463
|
"isConstant": false,
|
|
14464
14464
|
"isLValue": false,
|
|
14465
14465
|
"isPure": true,
|
|
@@ -14481,7 +14481,7 @@
|
|
|
14481
14481
|
"typeString": "int_const 0"
|
|
14482
14482
|
}
|
|
14483
14483
|
],
|
|
14484
|
-
"id":
|
|
14484
|
+
"id": 51965,
|
|
14485
14485
|
"isConstant": false,
|
|
14486
14486
|
"isLValue": false,
|
|
14487
14487
|
"isPure": true,
|
|
@@ -14493,14 +14493,14 @@
|
|
|
14493
14493
|
"typeString": "type(address)"
|
|
14494
14494
|
},
|
|
14495
14495
|
"typeName": {
|
|
14496
|
-
"id":
|
|
14496
|
+
"id": 51964,
|
|
14497
14497
|
"name": "address",
|
|
14498
14498
|
"nodeType": "ElementaryTypeName",
|
|
14499
14499
|
"src": "839:7:121",
|
|
14500
14500
|
"typeDescriptions": {}
|
|
14501
14501
|
}
|
|
14502
14502
|
},
|
|
14503
|
-
"id":
|
|
14503
|
+
"id": 51967,
|
|
14504
14504
|
"isConstant": false,
|
|
14505
14505
|
"isLValue": false,
|
|
14506
14506
|
"isPure": true,
|
|
@@ -14530,7 +14530,7 @@
|
|
|
14530
14530
|
"typeString": "bool"
|
|
14531
14531
|
}
|
|
14532
14532
|
],
|
|
14533
|
-
"id":
|
|
14533
|
+
"id": 51959,
|
|
14534
14534
|
"name": "assert",
|
|
14535
14535
|
"nodeType": "Identifier",
|
|
14536
14536
|
"overloadedDeclarations": [],
|
|
@@ -14541,7 +14541,7 @@
|
|
|
14541
14541
|
"typeString": "function (bool) pure"
|
|
14542
14542
|
}
|
|
14543
14543
|
},
|
|
14544
|
-
"id":
|
|
14544
|
+
"id": 51969,
|
|
14545
14545
|
"isConstant": false,
|
|
14546
14546
|
"isLValue": false,
|
|
14547
14547
|
"isPure": false,
|
|
@@ -14557,7 +14557,7 @@
|
|
|
14557
14557
|
"typeString": "tuple()"
|
|
14558
14558
|
}
|
|
14559
14559
|
},
|
|
14560
|
-
"id":
|
|
14560
|
+
"id": 51970,
|
|
14561
14561
|
"nodeType": "ExpressionStatement",
|
|
14562
14562
|
"src": "815:35:121"
|
|
14563
14563
|
},
|
|
@@ -14569,7 +14569,7 @@
|
|
|
14569
14569
|
"typeIdentifier": "t_address",
|
|
14570
14570
|
"typeString": "address"
|
|
14571
14571
|
},
|
|
14572
|
-
"id":
|
|
14572
|
+
"id": 51980,
|
|
14573
14573
|
"isConstant": false,
|
|
14574
14574
|
"isLValue": false,
|
|
14575
14575
|
"isPure": false,
|
|
@@ -14577,14 +14577,14 @@
|
|
|
14577
14577
|
"leftExpression": {
|
|
14578
14578
|
"arguments": [
|
|
14579
14579
|
{
|
|
14580
|
-
"id":
|
|
14580
|
+
"id": 51974,
|
|
14581
14581
|
"name": "_host",
|
|
14582
14582
|
"nodeType": "Identifier",
|
|
14583
14583
|
"overloadedDeclarations": [],
|
|
14584
|
-
"referencedDeclaration":
|
|
14584
|
+
"referencedDeclaration": 51944,
|
|
14585
14585
|
"src": "875:5:121",
|
|
14586
14586
|
"typeDescriptions": {
|
|
14587
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14587
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
14588
14588
|
"typeString": "contract ISuperfluid"
|
|
14589
14589
|
}
|
|
14590
14590
|
}
|
|
@@ -14592,11 +14592,11 @@
|
|
|
14592
14592
|
"expression": {
|
|
14593
14593
|
"argumentTypes": [
|
|
14594
14594
|
{
|
|
14595
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14595
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
14596
14596
|
"typeString": "contract ISuperfluid"
|
|
14597
14597
|
}
|
|
14598
14598
|
],
|
|
14599
|
-
"id":
|
|
14599
|
+
"id": 51973,
|
|
14600
14600
|
"isConstant": false,
|
|
14601
14601
|
"isLValue": false,
|
|
14602
14602
|
"isPure": true,
|
|
@@ -14608,14 +14608,14 @@
|
|
|
14608
14608
|
"typeString": "type(address)"
|
|
14609
14609
|
},
|
|
14610
14610
|
"typeName": {
|
|
14611
|
-
"id":
|
|
14611
|
+
"id": 51972,
|
|
14612
14612
|
"name": "address",
|
|
14613
14613
|
"nodeType": "ElementaryTypeName",
|
|
14614
14614
|
"src": "867:7:121",
|
|
14615
14615
|
"typeDescriptions": {}
|
|
14616
14616
|
}
|
|
14617
14617
|
},
|
|
14618
|
-
"id":
|
|
14618
|
+
"id": 51975,
|
|
14619
14619
|
"isConstant": false,
|
|
14620
14620
|
"isLValue": false,
|
|
14621
14621
|
"isPure": false,
|
|
@@ -14637,7 +14637,7 @@
|
|
|
14637
14637
|
"arguments": [
|
|
14638
14638
|
{
|
|
14639
14639
|
"hexValue": "30",
|
|
14640
|
-
"id":
|
|
14640
|
+
"id": 51978,
|
|
14641
14641
|
"isConstant": false,
|
|
14642
14642
|
"isLValue": false,
|
|
14643
14643
|
"isPure": true,
|
|
@@ -14659,7 +14659,7 @@
|
|
|
14659
14659
|
"typeString": "int_const 0"
|
|
14660
14660
|
}
|
|
14661
14661
|
],
|
|
14662
|
-
"id":
|
|
14662
|
+
"id": 51977,
|
|
14663
14663
|
"isConstant": false,
|
|
14664
14664
|
"isLValue": false,
|
|
14665
14665
|
"isPure": true,
|
|
@@ -14671,14 +14671,14 @@
|
|
|
14671
14671
|
"typeString": "type(address)"
|
|
14672
14672
|
},
|
|
14673
14673
|
"typeName": {
|
|
14674
|
-
"id":
|
|
14674
|
+
"id": 51976,
|
|
14675
14675
|
"name": "address",
|
|
14676
14676
|
"nodeType": "ElementaryTypeName",
|
|
14677
14677
|
"src": "885:7:121",
|
|
14678
14678
|
"typeDescriptions": {}
|
|
14679
14679
|
}
|
|
14680
14680
|
},
|
|
14681
|
-
"id":
|
|
14681
|
+
"id": 51979,
|
|
14682
14682
|
"isConstant": false,
|
|
14683
14683
|
"isLValue": false,
|
|
14684
14684
|
"isPure": true,
|
|
@@ -14708,7 +14708,7 @@
|
|
|
14708
14708
|
"typeString": "bool"
|
|
14709
14709
|
}
|
|
14710
14710
|
],
|
|
14711
|
-
"id":
|
|
14711
|
+
"id": 51971,
|
|
14712
14712
|
"name": "assert",
|
|
14713
14713
|
"nodeType": "Identifier",
|
|
14714
14714
|
"overloadedDeclarations": [],
|
|
@@ -14719,7 +14719,7 @@
|
|
|
14719
14719
|
"typeString": "function (bool) pure"
|
|
14720
14720
|
}
|
|
14721
14721
|
},
|
|
14722
|
-
"id":
|
|
14722
|
+
"id": 51981,
|
|
14723
14723
|
"isConstant": false,
|
|
14724
14724
|
"isLValue": false,
|
|
14725
14725
|
"isPure": false,
|
|
@@ -14735,50 +14735,50 @@
|
|
|
14735
14735
|
"typeString": "tuple()"
|
|
14736
14736
|
}
|
|
14737
14737
|
},
|
|
14738
|
-
"id":
|
|
14738
|
+
"id": 51982,
|
|
14739
14739
|
"nodeType": "ExpressionStatement",
|
|
14740
14740
|
"src": "860:36:121"
|
|
14741
14741
|
},
|
|
14742
14742
|
{
|
|
14743
14743
|
"expression": {
|
|
14744
|
-
"id":
|
|
14744
|
+
"id": 51985,
|
|
14745
14745
|
"isConstant": false,
|
|
14746
14746
|
"isLValue": false,
|
|
14747
14747
|
"isPure": false,
|
|
14748
14748
|
"lValueRequested": false,
|
|
14749
14749
|
"leftHandSide": {
|
|
14750
|
-
"id":
|
|
14750
|
+
"id": 51983,
|
|
14751
14751
|
"name": "_host",
|
|
14752
14752
|
"nodeType": "Identifier",
|
|
14753
14753
|
"overloadedDeclarations": [],
|
|
14754
|
-
"referencedDeclaration":
|
|
14754
|
+
"referencedDeclaration": 51944,
|
|
14755
14755
|
"src": "907:5:121",
|
|
14756
14756
|
"typeDescriptions": {
|
|
14757
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14757
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
14758
14758
|
"typeString": "contract ISuperfluid"
|
|
14759
14759
|
}
|
|
14760
14760
|
},
|
|
14761
14761
|
"nodeType": "Assignment",
|
|
14762
14762
|
"operator": "=",
|
|
14763
14763
|
"rightHandSide": {
|
|
14764
|
-
"id":
|
|
14764
|
+
"id": 51984,
|
|
14765
14765
|
"name": "host",
|
|
14766
14766
|
"nodeType": "Identifier",
|
|
14767
14767
|
"overloadedDeclarations": [],
|
|
14768
|
-
"referencedDeclaration":
|
|
14768
|
+
"referencedDeclaration": 51947,
|
|
14769
14769
|
"src": "915:4:121",
|
|
14770
14770
|
"typeDescriptions": {
|
|
14771
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14771
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
14772
14772
|
"typeString": "contract ISuperfluid"
|
|
14773
14773
|
}
|
|
14774
14774
|
},
|
|
14775
14775
|
"src": "907:12:121",
|
|
14776
14776
|
"typeDescriptions": {
|
|
14777
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14777
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
14778
14778
|
"typeString": "contract ISuperfluid"
|
|
14779
14779
|
}
|
|
14780
14780
|
},
|
|
14781
|
-
"id":
|
|
14781
|
+
"id": 51986,
|
|
14782
14782
|
"nodeType": "ExpressionStatement",
|
|
14783
14783
|
"src": "907:12:121"
|
|
14784
14784
|
},
|
|
@@ -14786,14 +14786,14 @@
|
|
|
14786
14786
|
"expression": {
|
|
14787
14787
|
"arguments": [
|
|
14788
14788
|
{
|
|
14789
|
-
"id":
|
|
14789
|
+
"id": 51988,
|
|
14790
14790
|
"name": "_host",
|
|
14791
14791
|
"nodeType": "Identifier",
|
|
14792
14792
|
"overloadedDeclarations": [],
|
|
14793
|
-
"referencedDeclaration":
|
|
14793
|
+
"referencedDeclaration": 51944,
|
|
14794
14794
|
"src": "947:5:121",
|
|
14795
14795
|
"typeDescriptions": {
|
|
14796
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14796
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
14797
14797
|
"typeString": "contract ISuperfluid"
|
|
14798
14798
|
}
|
|
14799
14799
|
},
|
|
@@ -14803,7 +14803,7 @@
|
|
|
14803
14803
|
"arguments": [
|
|
14804
14804
|
{
|
|
14805
14805
|
"hexValue": "30",
|
|
14806
|
-
"id":
|
|
14806
|
+
"id": 51992,
|
|
14807
14807
|
"isConstant": false,
|
|
14808
14808
|
"isLValue": false,
|
|
14809
14809
|
"isPure": true,
|
|
@@ -14825,7 +14825,7 @@
|
|
|
14825
14825
|
"typeString": "int_const 0"
|
|
14826
14826
|
}
|
|
14827
14827
|
],
|
|
14828
|
-
"id":
|
|
14828
|
+
"id": 51991,
|
|
14829
14829
|
"isConstant": false,
|
|
14830
14830
|
"isLValue": false,
|
|
14831
14831
|
"isPure": true,
|
|
@@ -14837,14 +14837,14 @@
|
|
|
14837
14837
|
"typeString": "type(address)"
|
|
14838
14838
|
},
|
|
14839
14839
|
"typeName": {
|
|
14840
|
-
"id":
|
|
14840
|
+
"id": 51990,
|
|
14841
14841
|
"name": "address",
|
|
14842
14842
|
"nodeType": "ElementaryTypeName",
|
|
14843
14843
|
"src": "971:7:121",
|
|
14844
14844
|
"typeDescriptions": {}
|
|
14845
14845
|
}
|
|
14846
14846
|
},
|
|
14847
|
-
"id":
|
|
14847
|
+
"id": 51993,
|
|
14848
14848
|
"isConstant": false,
|
|
14849
14849
|
"isLValue": false,
|
|
14850
14850
|
"isPure": true,
|
|
@@ -14868,18 +14868,18 @@
|
|
|
14868
14868
|
"typeString": "address"
|
|
14869
14869
|
}
|
|
14870
14870
|
],
|
|
14871
|
-
"id":
|
|
14871
|
+
"id": 51989,
|
|
14872
14872
|
"name": "ISuperfluidToken",
|
|
14873
14873
|
"nodeType": "Identifier",
|
|
14874
14874
|
"overloadedDeclarations": [],
|
|
14875
|
-
"referencedDeclaration":
|
|
14875
|
+
"referencedDeclaration": 25466,
|
|
14876
14876
|
"src": "954:16:121",
|
|
14877
14877
|
"typeDescriptions": {
|
|
14878
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$
|
|
14878
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$25466_$",
|
|
14879
14879
|
"typeString": "type(contract ISuperfluidToken)"
|
|
14880
14880
|
}
|
|
14881
14881
|
},
|
|
14882
|
-
"id":
|
|
14882
|
+
"id": 51994,
|
|
14883
14883
|
"isConstant": false,
|
|
14884
14884
|
"isLValue": false,
|
|
14885
14885
|
"isPure": true,
|
|
@@ -14891,16 +14891,16 @@
|
|
|
14891
14891
|
"src": "954:28:121",
|
|
14892
14892
|
"tryCall": false,
|
|
14893
14893
|
"typeDescriptions": {
|
|
14894
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14894
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
14895
14895
|
"typeString": "contract ISuperfluidToken"
|
|
14896
14896
|
}
|
|
14897
14897
|
},
|
|
14898
14898
|
{
|
|
14899
|
-
"id":
|
|
14899
|
+
"id": 51995,
|
|
14900
14900
|
"name": "rewardAddress",
|
|
14901
14901
|
"nodeType": "Identifier",
|
|
14902
14902
|
"overloadedDeclarations": [],
|
|
14903
|
-
"referencedDeclaration":
|
|
14903
|
+
"referencedDeclaration": 51949,
|
|
14904
14904
|
"src": "984:13:121",
|
|
14905
14905
|
"typeDescriptions": {
|
|
14906
14906
|
"typeIdentifier": "t_address",
|
|
@@ -14911,11 +14911,11 @@
|
|
|
14911
14911
|
"expression": {
|
|
14912
14912
|
"argumentTypes": [
|
|
14913
14913
|
{
|
|
14914
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14914
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
14915
14915
|
"typeString": "contract ISuperfluid"
|
|
14916
14916
|
},
|
|
14917
14917
|
{
|
|
14918
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14918
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
14919
14919
|
"typeString": "contract ISuperfluidToken"
|
|
14920
14920
|
},
|
|
14921
14921
|
{
|
|
@@ -14923,18 +14923,18 @@
|
|
|
14923
14923
|
"typeString": "address"
|
|
14924
14924
|
}
|
|
14925
14925
|
],
|
|
14926
|
-
"id":
|
|
14926
|
+
"id": 51987,
|
|
14927
14927
|
"name": "setRewardAddress",
|
|
14928
14928
|
"nodeType": "Identifier",
|
|
14929
14929
|
"overloadedDeclarations": [],
|
|
14930
|
-
"referencedDeclaration":
|
|
14930
|
+
"referencedDeclaration": 21628,
|
|
14931
14931
|
"src": "930:16:121",
|
|
14932
14932
|
"typeDescriptions": {
|
|
14933
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$
|
|
14933
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$25051_$_t_contract$_ISuperfluidToken_$25466_$_t_address_$returns$__$",
|
|
14934
14934
|
"typeString": "function (contract ISuperfluid,contract ISuperfluidToken,address)"
|
|
14935
14935
|
}
|
|
14936
14936
|
},
|
|
14937
|
-
"id":
|
|
14937
|
+
"id": 51996,
|
|
14938
14938
|
"isConstant": false,
|
|
14939
14939
|
"isLValue": false,
|
|
14940
14940
|
"isPure": false,
|
|
@@ -14950,7 +14950,7 @@
|
|
|
14950
14950
|
"typeString": "tuple()"
|
|
14951
14951
|
}
|
|
14952
14952
|
},
|
|
14953
|
-
"id":
|
|
14953
|
+
"id": 51997,
|
|
14954
14954
|
"nodeType": "ExpressionStatement",
|
|
14955
14955
|
"src": "930:68:121"
|
|
14956
14956
|
},
|
|
@@ -14958,14 +14958,14 @@
|
|
|
14958
14958
|
"expression": {
|
|
14959
14959
|
"arguments": [
|
|
14960
14960
|
{
|
|
14961
|
-
"id":
|
|
14961
|
+
"id": 51999,
|
|
14962
14962
|
"name": "host",
|
|
14963
14963
|
"nodeType": "Identifier",
|
|
14964
14964
|
"overloadedDeclarations": [],
|
|
14965
|
-
"referencedDeclaration":
|
|
14965
|
+
"referencedDeclaration": 51947,
|
|
14966
14966
|
"src": "1022:4:121",
|
|
14967
14967
|
"typeDescriptions": {
|
|
14968
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14968
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
14969
14969
|
"typeString": "contract ISuperfluid"
|
|
14970
14970
|
}
|
|
14971
14971
|
},
|
|
@@ -14975,7 +14975,7 @@
|
|
|
14975
14975
|
"arguments": [
|
|
14976
14976
|
{
|
|
14977
14977
|
"hexValue": "30",
|
|
14978
|
-
"id":
|
|
14978
|
+
"id": 52003,
|
|
14979
14979
|
"isConstant": false,
|
|
14980
14980
|
"isLValue": false,
|
|
14981
14981
|
"isPure": true,
|
|
@@ -14997,7 +14997,7 @@
|
|
|
14997
14997
|
"typeString": "int_const 0"
|
|
14998
14998
|
}
|
|
14999
14999
|
],
|
|
15000
|
-
"id":
|
|
15000
|
+
"id": 52002,
|
|
15001
15001
|
"isConstant": false,
|
|
15002
15002
|
"isLValue": false,
|
|
15003
15003
|
"isPure": true,
|
|
@@ -15009,14 +15009,14 @@
|
|
|
15009
15009
|
"typeString": "type(address)"
|
|
15010
15010
|
},
|
|
15011
15011
|
"typeName": {
|
|
15012
|
-
"id":
|
|
15012
|
+
"id": 52001,
|
|
15013
15013
|
"name": "address",
|
|
15014
15014
|
"nodeType": "ElementaryTypeName",
|
|
15015
15015
|
"src": "1045:7:121",
|
|
15016
15016
|
"typeDescriptions": {}
|
|
15017
15017
|
}
|
|
15018
15018
|
},
|
|
15019
|
-
"id":
|
|
15019
|
+
"id": 52004,
|
|
15020
15020
|
"isConstant": false,
|
|
15021
15021
|
"isLValue": false,
|
|
15022
15022
|
"isPure": true,
|
|
@@ -15040,18 +15040,18 @@
|
|
|
15040
15040
|
"typeString": "address"
|
|
15041
15041
|
}
|
|
15042
15042
|
],
|
|
15043
|
-
"id":
|
|
15043
|
+
"id": 52000,
|
|
15044
15044
|
"name": "ISuperfluidToken",
|
|
15045
15045
|
"nodeType": "Identifier",
|
|
15046
15046
|
"overloadedDeclarations": [],
|
|
15047
|
-
"referencedDeclaration":
|
|
15047
|
+
"referencedDeclaration": 25466,
|
|
15048
15048
|
"src": "1028:16:121",
|
|
15049
15049
|
"typeDescriptions": {
|
|
15050
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$
|
|
15050
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$25466_$",
|
|
15051
15051
|
"typeString": "type(contract ISuperfluidToken)"
|
|
15052
15052
|
}
|
|
15053
15053
|
},
|
|
15054
|
-
"id":
|
|
15054
|
+
"id": 52005,
|
|
15055
15055
|
"isConstant": false,
|
|
15056
15056
|
"isLValue": false,
|
|
15057
15057
|
"isPure": true,
|
|
@@ -15063,16 +15063,16 @@
|
|
|
15063
15063
|
"src": "1028:28:121",
|
|
15064
15064
|
"tryCall": false,
|
|
15065
15065
|
"typeDescriptions": {
|
|
15066
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15066
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
15067
15067
|
"typeString": "contract ISuperfluidToken"
|
|
15068
15068
|
}
|
|
15069
15069
|
},
|
|
15070
15070
|
{
|
|
15071
|
-
"id":
|
|
15071
|
+
"id": 52006,
|
|
15072
15072
|
"name": "liquidationPeriod",
|
|
15073
15073
|
"nodeType": "Identifier",
|
|
15074
15074
|
"overloadedDeclarations": [],
|
|
15075
|
-
"referencedDeclaration":
|
|
15075
|
+
"referencedDeclaration": 51951,
|
|
15076
15076
|
"src": "1058:17:121",
|
|
15077
15077
|
"typeDescriptions": {
|
|
15078
15078
|
"typeIdentifier": "t_uint256",
|
|
@@ -15080,11 +15080,11 @@
|
|
|
15080
15080
|
}
|
|
15081
15081
|
},
|
|
15082
15082
|
{
|
|
15083
|
-
"id":
|
|
15083
|
+
"id": 52007,
|
|
15084
15084
|
"name": "patricianPeriod",
|
|
15085
15085
|
"nodeType": "Identifier",
|
|
15086
15086
|
"overloadedDeclarations": [],
|
|
15087
|
-
"referencedDeclaration":
|
|
15087
|
+
"referencedDeclaration": 51953,
|
|
15088
15088
|
"src": "1077:15:121",
|
|
15089
15089
|
"typeDescriptions": {
|
|
15090
15090
|
"typeIdentifier": "t_uint256",
|
|
@@ -15095,11 +15095,11 @@
|
|
|
15095
15095
|
"expression": {
|
|
15096
15096
|
"argumentTypes": [
|
|
15097
15097
|
{
|
|
15098
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15098
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
15099
15099
|
"typeString": "contract ISuperfluid"
|
|
15100
15100
|
},
|
|
15101
15101
|
{
|
|
15102
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15102
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
15103
15103
|
"typeString": "contract ISuperfluidToken"
|
|
15104
15104
|
},
|
|
15105
15105
|
{
|
|
@@ -15111,18 +15111,18 @@
|
|
|
15111
15111
|
"typeString": "uint256"
|
|
15112
15112
|
}
|
|
15113
15113
|
],
|
|
15114
|
-
"id":
|
|
15114
|
+
"id": 51998,
|
|
15115
15115
|
"name": "setPPPConfig",
|
|
15116
15116
|
"nodeType": "Identifier",
|
|
15117
15117
|
"overloadedDeclarations": [],
|
|
15118
|
-
"referencedDeclaration":
|
|
15118
|
+
"referencedDeclaration": 21782,
|
|
15119
15119
|
"src": "1009:12:121",
|
|
15120
15120
|
"typeDescriptions": {
|
|
15121
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$
|
|
15121
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$25051_$_t_contract$_ISuperfluidToken_$25466_$_t_uint256_$_t_uint256_$returns$__$",
|
|
15122
15122
|
"typeString": "function (contract ISuperfluid,contract ISuperfluidToken,uint256,uint256)"
|
|
15123
15123
|
}
|
|
15124
15124
|
},
|
|
15125
|
-
"id":
|
|
15125
|
+
"id": 52008,
|
|
15126
15126
|
"isConstant": false,
|
|
15127
15127
|
"isLValue": false,
|
|
15128
15128
|
"isPure": false,
|
|
@@ -15138,13 +15138,13 @@
|
|
|
15138
15138
|
"typeString": "tuple()"
|
|
15139
15139
|
}
|
|
15140
15140
|
},
|
|
15141
|
-
"id":
|
|
15141
|
+
"id": 52009,
|
|
15142
15142
|
"nodeType": "ExpressionStatement",
|
|
15143
15143
|
"src": "1009:84:121"
|
|
15144
15144
|
},
|
|
15145
15145
|
{
|
|
15146
15146
|
"body": {
|
|
15147
|
-
"id":
|
|
15147
|
+
"id": 52034,
|
|
15148
15148
|
"nodeType": "Block",
|
|
15149
15149
|
"src": "1156:106:121",
|
|
15150
15150
|
"statements": [
|
|
@@ -15152,14 +15152,14 @@
|
|
|
15152
15152
|
"expression": {
|
|
15153
15153
|
"arguments": [
|
|
15154
15154
|
{
|
|
15155
|
-
"id":
|
|
15155
|
+
"id": 52022,
|
|
15156
15156
|
"name": "_host",
|
|
15157
15157
|
"nodeType": "Identifier",
|
|
15158
15158
|
"overloadedDeclarations": [],
|
|
15159
|
-
"referencedDeclaration":
|
|
15159
|
+
"referencedDeclaration": 51944,
|
|
15160
15160
|
"src": "1193:5:121",
|
|
15161
15161
|
"typeDescriptions": {
|
|
15162
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15162
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
15163
15163
|
"typeString": "contract ISuperfluid"
|
|
15164
15164
|
}
|
|
15165
15165
|
},
|
|
@@ -15169,7 +15169,7 @@
|
|
|
15169
15169
|
"arguments": [
|
|
15170
15170
|
{
|
|
15171
15171
|
"hexValue": "30",
|
|
15172
|
-
"id":
|
|
15172
|
+
"id": 52026,
|
|
15173
15173
|
"isConstant": false,
|
|
15174
15174
|
"isLValue": false,
|
|
15175
15175
|
"isPure": true,
|
|
@@ -15191,7 +15191,7 @@
|
|
|
15191
15191
|
"typeString": "int_const 0"
|
|
15192
15192
|
}
|
|
15193
15193
|
],
|
|
15194
|
-
"id":
|
|
15194
|
+
"id": 52025,
|
|
15195
15195
|
"isConstant": false,
|
|
15196
15196
|
"isLValue": false,
|
|
15197
15197
|
"isPure": true,
|
|
@@ -15203,14 +15203,14 @@
|
|
|
15203
15203
|
"typeString": "type(address)"
|
|
15204
15204
|
},
|
|
15205
15205
|
"typeName": {
|
|
15206
|
-
"id":
|
|
15206
|
+
"id": 52024,
|
|
15207
15207
|
"name": "address",
|
|
15208
15208
|
"nodeType": "ElementaryTypeName",
|
|
15209
15209
|
"src": "1217:7:121",
|
|
15210
15210
|
"typeDescriptions": {}
|
|
15211
15211
|
}
|
|
15212
15212
|
},
|
|
15213
|
-
"id":
|
|
15213
|
+
"id": 52027,
|
|
15214
15214
|
"isConstant": false,
|
|
15215
15215
|
"isLValue": false,
|
|
15216
15216
|
"isPure": true,
|
|
@@ -15234,18 +15234,18 @@
|
|
|
15234
15234
|
"typeString": "address"
|
|
15235
15235
|
}
|
|
15236
15236
|
],
|
|
15237
|
-
"id":
|
|
15237
|
+
"id": 52023,
|
|
15238
15238
|
"name": "ISuperfluidToken",
|
|
15239
15239
|
"nodeType": "Identifier",
|
|
15240
15240
|
"overloadedDeclarations": [],
|
|
15241
|
-
"referencedDeclaration":
|
|
15241
|
+
"referencedDeclaration": 25466,
|
|
15242
15242
|
"src": "1200:16:121",
|
|
15243
15243
|
"typeDescriptions": {
|
|
15244
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$
|
|
15244
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$25466_$",
|
|
15245
15245
|
"typeString": "type(contract ISuperfluidToken)"
|
|
15246
15246
|
}
|
|
15247
15247
|
},
|
|
15248
|
-
"id":
|
|
15248
|
+
"id": 52028,
|
|
15249
15249
|
"isConstant": false,
|
|
15250
15250
|
"isLValue": false,
|
|
15251
15251
|
"isPure": true,
|
|
@@ -15257,30 +15257,30 @@
|
|
|
15257
15257
|
"src": "1200:28:121",
|
|
15258
15258
|
"tryCall": false,
|
|
15259
15259
|
"typeDescriptions": {
|
|
15260
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15260
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
15261
15261
|
"typeString": "contract ISuperfluidToken"
|
|
15262
15262
|
}
|
|
15263
15263
|
},
|
|
15264
15264
|
{
|
|
15265
15265
|
"baseExpression": {
|
|
15266
|
-
"id":
|
|
15266
|
+
"id": 52029,
|
|
15267
15267
|
"name": "trustedForwarders",
|
|
15268
15268
|
"nodeType": "Identifier",
|
|
15269
15269
|
"overloadedDeclarations": [],
|
|
15270
|
-
"referencedDeclaration":
|
|
15270
|
+
"referencedDeclaration": 51956,
|
|
15271
15271
|
"src": "1230:17:121",
|
|
15272
15272
|
"typeDescriptions": {
|
|
15273
15273
|
"typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
|
|
15274
15274
|
"typeString": "address[] calldata"
|
|
15275
15275
|
}
|
|
15276
15276
|
},
|
|
15277
|
-
"id":
|
|
15277
|
+
"id": 52031,
|
|
15278
15278
|
"indexExpression": {
|
|
15279
|
-
"id":
|
|
15279
|
+
"id": 52030,
|
|
15280
15280
|
"name": "i",
|
|
15281
15281
|
"nodeType": "Identifier",
|
|
15282
15282
|
"overloadedDeclarations": [],
|
|
15283
|
-
"referencedDeclaration":
|
|
15283
|
+
"referencedDeclaration": 52011,
|
|
15284
15284
|
"src": "1248:1:121",
|
|
15285
15285
|
"typeDescriptions": {
|
|
15286
15286
|
"typeIdentifier": "t_uint256",
|
|
@@ -15302,11 +15302,11 @@
|
|
|
15302
15302
|
"expression": {
|
|
15303
15303
|
"argumentTypes": [
|
|
15304
15304
|
{
|
|
15305
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15305
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
15306
15306
|
"typeString": "contract ISuperfluid"
|
|
15307
15307
|
},
|
|
15308
15308
|
{
|
|
15309
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15309
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
15310
15310
|
"typeString": "contract ISuperfluidToken"
|
|
15311
15311
|
},
|
|
15312
15312
|
{
|
|
@@ -15314,18 +15314,18 @@
|
|
|
15314
15314
|
"typeString": "address"
|
|
15315
15315
|
}
|
|
15316
15316
|
],
|
|
15317
|
-
"id":
|
|
15317
|
+
"id": 52021,
|
|
15318
15318
|
"name": "enableTrustedForwarder",
|
|
15319
15319
|
"nodeType": "Identifier",
|
|
15320
15320
|
"overloadedDeclarations": [],
|
|
15321
|
-
"referencedDeclaration":
|
|
15321
|
+
"referencedDeclaration": 21958,
|
|
15322
15322
|
"src": "1170:22:121",
|
|
15323
15323
|
"typeDescriptions": {
|
|
15324
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$
|
|
15324
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$25051_$_t_contract$_ISuperfluidToken_$25466_$_t_address_$returns$__$",
|
|
15325
15325
|
"typeString": "function (contract ISuperfluid,contract ISuperfluidToken,address)"
|
|
15326
15326
|
}
|
|
15327
15327
|
},
|
|
15328
|
-
"id":
|
|
15328
|
+
"id": 52032,
|
|
15329
15329
|
"isConstant": false,
|
|
15330
15330
|
"isLValue": false,
|
|
15331
15331
|
"isPure": false,
|
|
@@ -15341,7 +15341,7 @@
|
|
|
15341
15341
|
"typeString": "tuple()"
|
|
15342
15342
|
}
|
|
15343
15343
|
},
|
|
15344
|
-
"id":
|
|
15344
|
+
"id": 52033,
|
|
15345
15345
|
"nodeType": "ExpressionStatement",
|
|
15346
15346
|
"src": "1170:81:121"
|
|
15347
15347
|
}
|
|
@@ -15352,17 +15352,17 @@
|
|
|
15352
15352
|
"typeIdentifier": "t_uint256",
|
|
15353
15353
|
"typeString": "uint256"
|
|
15354
15354
|
},
|
|
15355
|
-
"id":
|
|
15355
|
+
"id": 52017,
|
|
15356
15356
|
"isConstant": false,
|
|
15357
15357
|
"isLValue": false,
|
|
15358
15358
|
"isPure": false,
|
|
15359
15359
|
"lValueRequested": false,
|
|
15360
15360
|
"leftExpression": {
|
|
15361
|
-
"id":
|
|
15361
|
+
"id": 52014,
|
|
15362
15362
|
"name": "i",
|
|
15363
15363
|
"nodeType": "Identifier",
|
|
15364
15364
|
"overloadedDeclarations": [],
|
|
15365
|
-
"referencedDeclaration":
|
|
15365
|
+
"referencedDeclaration": 52011,
|
|
15366
15366
|
"src": "1121:1:121",
|
|
15367
15367
|
"typeDescriptions": {
|
|
15368
15368
|
"typeIdentifier": "t_uint256",
|
|
@@ -15373,18 +15373,18 @@
|
|
|
15373
15373
|
"operator": "<",
|
|
15374
15374
|
"rightExpression": {
|
|
15375
15375
|
"expression": {
|
|
15376
|
-
"id":
|
|
15376
|
+
"id": 52015,
|
|
15377
15377
|
"name": "trustedForwarders",
|
|
15378
15378
|
"nodeType": "Identifier",
|
|
15379
15379
|
"overloadedDeclarations": [],
|
|
15380
|
-
"referencedDeclaration":
|
|
15380
|
+
"referencedDeclaration": 51956,
|
|
15381
15381
|
"src": "1125:17:121",
|
|
15382
15382
|
"typeDescriptions": {
|
|
15383
15383
|
"typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
|
|
15384
15384
|
"typeString": "address[] calldata"
|
|
15385
15385
|
}
|
|
15386
15386
|
},
|
|
15387
|
-
"id":
|
|
15387
|
+
"id": 52016,
|
|
15388
15388
|
"isConstant": false,
|
|
15389
15389
|
"isLValue": false,
|
|
15390
15390
|
"isPure": false,
|
|
@@ -15404,20 +15404,20 @@
|
|
|
15404
15404
|
"typeString": "bool"
|
|
15405
15405
|
}
|
|
15406
15406
|
},
|
|
15407
|
-
"id":
|
|
15407
|
+
"id": 52035,
|
|
15408
15408
|
"initializationExpression": {
|
|
15409
15409
|
"assignments": [
|
|
15410
|
-
|
|
15410
|
+
52011
|
|
15411
15411
|
],
|
|
15412
15412
|
"declarations": [
|
|
15413
15413
|
{
|
|
15414
15414
|
"constant": false,
|
|
15415
|
-
"id":
|
|
15415
|
+
"id": 52011,
|
|
15416
15416
|
"mutability": "mutable",
|
|
15417
15417
|
"name": "i",
|
|
15418
15418
|
"nameLocation": "1114:1:121",
|
|
15419
15419
|
"nodeType": "VariableDeclaration",
|
|
15420
|
-
"scope":
|
|
15420
|
+
"scope": 52035,
|
|
15421
15421
|
"src": "1109:6:121",
|
|
15422
15422
|
"stateVariable": false,
|
|
15423
15423
|
"storageLocation": "default",
|
|
@@ -15426,7 +15426,7 @@
|
|
|
15426
15426
|
"typeString": "uint256"
|
|
15427
15427
|
},
|
|
15428
15428
|
"typeName": {
|
|
15429
|
-
"id":
|
|
15429
|
+
"id": 52010,
|
|
15430
15430
|
"name": "uint",
|
|
15431
15431
|
"nodeType": "ElementaryTypeName",
|
|
15432
15432
|
"src": "1109:4:121",
|
|
@@ -15438,10 +15438,10 @@
|
|
|
15438
15438
|
"visibility": "internal"
|
|
15439
15439
|
}
|
|
15440
15440
|
],
|
|
15441
|
-
"id":
|
|
15441
|
+
"id": 52013,
|
|
15442
15442
|
"initialValue": {
|
|
15443
15443
|
"hexValue": "30",
|
|
15444
|
-
"id":
|
|
15444
|
+
"id": 52012,
|
|
15445
15445
|
"isConstant": false,
|
|
15446
15446
|
"isLValue": false,
|
|
15447
15447
|
"isPure": true,
|
|
@@ -15460,7 +15460,7 @@
|
|
|
15460
15460
|
},
|
|
15461
15461
|
"loopExpression": {
|
|
15462
15462
|
"expression": {
|
|
15463
|
-
"id":
|
|
15463
|
+
"id": 52019,
|
|
15464
15464
|
"isConstant": false,
|
|
15465
15465
|
"isLValue": false,
|
|
15466
15466
|
"isPure": false,
|
|
@@ -15470,11 +15470,11 @@
|
|
|
15470
15470
|
"prefix": true,
|
|
15471
15471
|
"src": "1151:3:121",
|
|
15472
15472
|
"subExpression": {
|
|
15473
|
-
"id":
|
|
15473
|
+
"id": 52018,
|
|
15474
15474
|
"name": "i",
|
|
15475
15475
|
"nodeType": "Identifier",
|
|
15476
15476
|
"overloadedDeclarations": [],
|
|
15477
|
-
"referencedDeclaration":
|
|
15477
|
+
"referencedDeclaration": 52011,
|
|
15478
15478
|
"src": "1153:1:121",
|
|
15479
15479
|
"typeDescriptions": {
|
|
15480
15480
|
"typeIdentifier": "t_uint256",
|
|
@@ -15486,7 +15486,7 @@
|
|
|
15486
15486
|
"typeString": "uint256"
|
|
15487
15487
|
}
|
|
15488
15488
|
},
|
|
15489
|
-
"id":
|
|
15489
|
+
"id": 52020,
|
|
15490
15490
|
"nodeType": "ExpressionStatement",
|
|
15491
15491
|
"src": "1151:3:121"
|
|
15492
15492
|
},
|
|
@@ -15496,7 +15496,7 @@
|
|
|
15496
15496
|
]
|
|
15497
15497
|
},
|
|
15498
15498
|
"functionSelector": "5a907818",
|
|
15499
|
-
"id":
|
|
15499
|
+
"id": 52037,
|
|
15500
15500
|
"implemented": true,
|
|
15501
15501
|
"kind": "function",
|
|
15502
15502
|
"modifiers": [],
|
|
@@ -15504,41 +15504,41 @@
|
|
|
15504
15504
|
"nameLocation": "560:10:121",
|
|
15505
15505
|
"nodeType": "FunctionDefinition",
|
|
15506
15506
|
"parameters": {
|
|
15507
|
-
"id":
|
|
15507
|
+
"id": 51957,
|
|
15508
15508
|
"nodeType": "ParameterList",
|
|
15509
15509
|
"parameters": [
|
|
15510
15510
|
{
|
|
15511
15511
|
"constant": false,
|
|
15512
|
-
"id":
|
|
15512
|
+
"id": 51947,
|
|
15513
15513
|
"mutability": "mutable",
|
|
15514
15514
|
"name": "host",
|
|
15515
15515
|
"nameLocation": "592:4:121",
|
|
15516
15516
|
"nodeType": "VariableDeclaration",
|
|
15517
|
-
"scope":
|
|
15517
|
+
"scope": 52037,
|
|
15518
15518
|
"src": "580:16:121",
|
|
15519
15519
|
"stateVariable": false,
|
|
15520
15520
|
"storageLocation": "default",
|
|
15521
15521
|
"typeDescriptions": {
|
|
15522
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15522
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
15523
15523
|
"typeString": "contract ISuperfluid"
|
|
15524
15524
|
},
|
|
15525
15525
|
"typeName": {
|
|
15526
|
-
"id":
|
|
15526
|
+
"id": 51946,
|
|
15527
15527
|
"nodeType": "UserDefinedTypeName",
|
|
15528
15528
|
"pathNode": {
|
|
15529
|
-
"id":
|
|
15529
|
+
"id": 51945,
|
|
15530
15530
|
"name": "ISuperfluid",
|
|
15531
15531
|
"nameLocations": [
|
|
15532
15532
|
"580:11:121"
|
|
15533
15533
|
],
|
|
15534
15534
|
"nodeType": "IdentifierPath",
|
|
15535
|
-
"referencedDeclaration":
|
|
15535
|
+
"referencedDeclaration": 25051,
|
|
15536
15536
|
"src": "580:11:121"
|
|
15537
15537
|
},
|
|
15538
|
-
"referencedDeclaration":
|
|
15538
|
+
"referencedDeclaration": 25051,
|
|
15539
15539
|
"src": "580:11:121",
|
|
15540
15540
|
"typeDescriptions": {
|
|
15541
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15541
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
15542
15542
|
"typeString": "contract ISuperfluid"
|
|
15543
15543
|
}
|
|
15544
15544
|
},
|
|
@@ -15546,12 +15546,12 @@
|
|
|
15546
15546
|
},
|
|
15547
15547
|
{
|
|
15548
15548
|
"constant": false,
|
|
15549
|
-
"id":
|
|
15549
|
+
"id": 51949,
|
|
15550
15550
|
"mutability": "mutable",
|
|
15551
15551
|
"name": "rewardAddress",
|
|
15552
15552
|
"nameLocation": "614:13:121",
|
|
15553
15553
|
"nodeType": "VariableDeclaration",
|
|
15554
|
-
"scope":
|
|
15554
|
+
"scope": 52037,
|
|
15555
15555
|
"src": "606:21:121",
|
|
15556
15556
|
"stateVariable": false,
|
|
15557
15557
|
"storageLocation": "default",
|
|
@@ -15560,7 +15560,7 @@
|
|
|
15560
15560
|
"typeString": "address"
|
|
15561
15561
|
},
|
|
15562
15562
|
"typeName": {
|
|
15563
|
-
"id":
|
|
15563
|
+
"id": 51948,
|
|
15564
15564
|
"name": "address",
|
|
15565
15565
|
"nodeType": "ElementaryTypeName",
|
|
15566
15566
|
"src": "606:7:121",
|
|
@@ -15574,12 +15574,12 @@
|
|
|
15574
15574
|
},
|
|
15575
15575
|
{
|
|
15576
15576
|
"constant": false,
|
|
15577
|
-
"id":
|
|
15577
|
+
"id": 51951,
|
|
15578
15578
|
"mutability": "mutable",
|
|
15579
15579
|
"name": "liquidationPeriod",
|
|
15580
15580
|
"nameLocation": "645:17:121",
|
|
15581
15581
|
"nodeType": "VariableDeclaration",
|
|
15582
|
-
"scope":
|
|
15582
|
+
"scope": 52037,
|
|
15583
15583
|
"src": "637:25:121",
|
|
15584
15584
|
"stateVariable": false,
|
|
15585
15585
|
"storageLocation": "default",
|
|
@@ -15588,7 +15588,7 @@
|
|
|
15588
15588
|
"typeString": "uint256"
|
|
15589
15589
|
},
|
|
15590
15590
|
"typeName": {
|
|
15591
|
-
"id":
|
|
15591
|
+
"id": 51950,
|
|
15592
15592
|
"name": "uint256",
|
|
15593
15593
|
"nodeType": "ElementaryTypeName",
|
|
15594
15594
|
"src": "637:7:121",
|
|
@@ -15601,12 +15601,12 @@
|
|
|
15601
15601
|
},
|
|
15602
15602
|
{
|
|
15603
15603
|
"constant": false,
|
|
15604
|
-
"id":
|
|
15604
|
+
"id": 51953,
|
|
15605
15605
|
"mutability": "mutable",
|
|
15606
15606
|
"name": "patricianPeriod",
|
|
15607
15607
|
"nameLocation": "680:15:121",
|
|
15608
15608
|
"nodeType": "VariableDeclaration",
|
|
15609
|
-
"scope":
|
|
15609
|
+
"scope": 52037,
|
|
15610
15610
|
"src": "672:23:121",
|
|
15611
15611
|
"stateVariable": false,
|
|
15612
15612
|
"storageLocation": "default",
|
|
@@ -15615,7 +15615,7 @@
|
|
|
15615
15615
|
"typeString": "uint256"
|
|
15616
15616
|
},
|
|
15617
15617
|
"typeName": {
|
|
15618
|
-
"id":
|
|
15618
|
+
"id": 51952,
|
|
15619
15619
|
"name": "uint256",
|
|
15620
15620
|
"nodeType": "ElementaryTypeName",
|
|
15621
15621
|
"src": "672:7:121",
|
|
@@ -15628,12 +15628,12 @@
|
|
|
15628
15628
|
},
|
|
15629
15629
|
{
|
|
15630
15630
|
"constant": false,
|
|
15631
|
-
"id":
|
|
15631
|
+
"id": 51956,
|
|
15632
15632
|
"mutability": "mutable",
|
|
15633
15633
|
"name": "trustedForwarders",
|
|
15634
15634
|
"nameLocation": "724:17:121",
|
|
15635
15635
|
"nodeType": "VariableDeclaration",
|
|
15636
|
-
"scope":
|
|
15636
|
+
"scope": 52037,
|
|
15637
15637
|
"src": "705:36:121",
|
|
15638
15638
|
"stateVariable": false,
|
|
15639
15639
|
"storageLocation": "calldata",
|
|
@@ -15643,7 +15643,7 @@
|
|
|
15643
15643
|
},
|
|
15644
15644
|
"typeName": {
|
|
15645
15645
|
"baseType": {
|
|
15646
|
-
"id":
|
|
15646
|
+
"id": 51954,
|
|
15647
15647
|
"name": "address",
|
|
15648
15648
|
"nodeType": "ElementaryTypeName",
|
|
15649
15649
|
"src": "705:7:121",
|
|
@@ -15653,7 +15653,7 @@
|
|
|
15653
15653
|
"typeString": "address"
|
|
15654
15654
|
}
|
|
15655
15655
|
},
|
|
15656
|
-
"id":
|
|
15656
|
+
"id": 51955,
|
|
15657
15657
|
"nodeType": "ArrayTypeName",
|
|
15658
15658
|
"src": "705:9:121",
|
|
15659
15659
|
"typeDescriptions": {
|
|
@@ -15667,12 +15667,12 @@
|
|
|
15667
15667
|
"src": "570:177:121"
|
|
15668
15668
|
},
|
|
15669
15669
|
"returnParameters": {
|
|
15670
|
-
"id":
|
|
15670
|
+
"id": 51958,
|
|
15671
15671
|
"nodeType": "ParameterList",
|
|
15672
15672
|
"parameters": [],
|
|
15673
15673
|
"src": "769:0:121"
|
|
15674
15674
|
},
|
|
15675
|
-
"scope":
|
|
15675
|
+
"scope": 52060,
|
|
15676
15676
|
"src": "551:717:121",
|
|
15677
15677
|
"stateMutability": "nonpayable",
|
|
15678
15678
|
"virtual": false,
|
|
@@ -15680,10 +15680,10 @@
|
|
|
15680
15680
|
},
|
|
15681
15681
|
{
|
|
15682
15682
|
"baseFunctions": [
|
|
15683
|
-
|
|
15683
|
+
22245
|
|
15684
15684
|
],
|
|
15685
15685
|
"body": {
|
|
15686
|
-
"id":
|
|
15686
|
+
"id": 52058,
|
|
15687
15687
|
"nodeType": "Block",
|
|
15688
15688
|
"src": "1355:79:121",
|
|
15689
15689
|
"statements": [
|
|
@@ -15692,37 +15692,37 @@
|
|
|
15692
15692
|
"arguments": [
|
|
15693
15693
|
{
|
|
15694
15694
|
"commonType": {
|
|
15695
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15695
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
15696
15696
|
"typeString": "contract ISuperfluid"
|
|
15697
15697
|
},
|
|
15698
|
-
"id":
|
|
15698
|
+
"id": 52047,
|
|
15699
15699
|
"isConstant": false,
|
|
15700
15700
|
"isLValue": false,
|
|
15701
15701
|
"isPure": false,
|
|
15702
15702
|
"lValueRequested": false,
|
|
15703
15703
|
"leftExpression": {
|
|
15704
|
-
"id":
|
|
15704
|
+
"id": 52045,
|
|
15705
15705
|
"name": "host",
|
|
15706
15706
|
"nodeType": "Identifier",
|
|
15707
15707
|
"overloadedDeclarations": [],
|
|
15708
|
-
"referencedDeclaration":
|
|
15708
|
+
"referencedDeclaration": 52040,
|
|
15709
15709
|
"src": "1372:4:121",
|
|
15710
15710
|
"typeDescriptions": {
|
|
15711
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15711
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
15712
15712
|
"typeString": "contract ISuperfluid"
|
|
15713
15713
|
}
|
|
15714
15714
|
},
|
|
15715
15715
|
"nodeType": "BinaryOperation",
|
|
15716
15716
|
"operator": "==",
|
|
15717
15717
|
"rightExpression": {
|
|
15718
|
-
"id":
|
|
15718
|
+
"id": 52046,
|
|
15719
15719
|
"name": "_host",
|
|
15720
15720
|
"nodeType": "Identifier",
|
|
15721
15721
|
"overloadedDeclarations": [],
|
|
15722
|
-
"referencedDeclaration":
|
|
15722
|
+
"referencedDeclaration": 51944,
|
|
15723
15723
|
"src": "1380:5:121",
|
|
15724
15724
|
"typeDescriptions": {
|
|
15725
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15725
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
15726
15726
|
"typeString": "contract ISuperfluid"
|
|
15727
15727
|
}
|
|
15728
15728
|
},
|
|
@@ -15740,7 +15740,7 @@
|
|
|
15740
15740
|
"typeString": "bool"
|
|
15741
15741
|
}
|
|
15742
15742
|
],
|
|
15743
|
-
"id":
|
|
15743
|
+
"id": 52044,
|
|
15744
15744
|
"name": "assert",
|
|
15745
15745
|
"nodeType": "Identifier",
|
|
15746
15746
|
"overloadedDeclarations": [],
|
|
@@ -15751,7 +15751,7 @@
|
|
|
15751
15751
|
"typeString": "function (bool) pure"
|
|
15752
15752
|
}
|
|
15753
15753
|
},
|
|
15754
|
-
"id":
|
|
15754
|
+
"id": 52048,
|
|
15755
15755
|
"isConstant": false,
|
|
15756
15756
|
"isLValue": false,
|
|
15757
15757
|
"isPure": false,
|
|
@@ -15767,7 +15767,7 @@
|
|
|
15767
15767
|
"typeString": "tuple()"
|
|
15768
15768
|
}
|
|
15769
15769
|
},
|
|
15770
|
-
"id":
|
|
15770
|
+
"id": 52049,
|
|
15771
15771
|
"nodeType": "ExpressionStatement",
|
|
15772
15772
|
"src": "1365:21:121"
|
|
15773
15773
|
},
|
|
@@ -15779,7 +15779,7 @@
|
|
|
15779
15779
|
"typeIdentifier": "t_address",
|
|
15780
15780
|
"typeString": "address"
|
|
15781
15781
|
},
|
|
15782
|
-
"id":
|
|
15782
|
+
"id": 52055,
|
|
15783
15783
|
"isConstant": false,
|
|
15784
15784
|
"isLValue": false,
|
|
15785
15785
|
"isPure": false,
|
|
@@ -15788,7 +15788,7 @@
|
|
|
15788
15788
|
"arguments": [],
|
|
15789
15789
|
"expression": {
|
|
15790
15790
|
"argumentTypes": [],
|
|
15791
|
-
"id":
|
|
15791
|
+
"id": 52051,
|
|
15792
15792
|
"name": "owner",
|
|
15793
15793
|
"nodeType": "Identifier",
|
|
15794
15794
|
"overloadedDeclarations": [],
|
|
@@ -15799,7 +15799,7 @@
|
|
|
15799
15799
|
"typeString": "function () view returns (address)"
|
|
15800
15800
|
}
|
|
15801
15801
|
},
|
|
15802
|
-
"id":
|
|
15802
|
+
"id": 52052,
|
|
15803
15803
|
"isConstant": false,
|
|
15804
15804
|
"isLValue": false,
|
|
15805
15805
|
"isPure": false,
|
|
@@ -15821,7 +15821,7 @@
|
|
|
15821
15821
|
"arguments": [],
|
|
15822
15822
|
"expression": {
|
|
15823
15823
|
"argumentTypes": [],
|
|
15824
|
-
"id":
|
|
15824
|
+
"id": 52053,
|
|
15825
15825
|
"name": "_msgSender",
|
|
15826
15826
|
"nodeType": "Identifier",
|
|
15827
15827
|
"overloadedDeclarations": [],
|
|
@@ -15832,7 +15832,7 @@
|
|
|
15832
15832
|
"typeString": "function () view returns (address)"
|
|
15833
15833
|
}
|
|
15834
15834
|
},
|
|
15835
|
-
"id":
|
|
15835
|
+
"id": 52054,
|
|
15836
15836
|
"isConstant": false,
|
|
15837
15837
|
"isLValue": false,
|
|
15838
15838
|
"isPure": false,
|
|
@@ -15862,7 +15862,7 @@
|
|
|
15862
15862
|
"typeString": "bool"
|
|
15863
15863
|
}
|
|
15864
15864
|
],
|
|
15865
|
-
"id":
|
|
15865
|
+
"id": 52050,
|
|
15866
15866
|
"name": "assert",
|
|
15867
15867
|
"nodeType": "Identifier",
|
|
15868
15868
|
"overloadedDeclarations": [],
|
|
@@ -15873,7 +15873,7 @@
|
|
|
15873
15873
|
"typeString": "function (bool) pure"
|
|
15874
15874
|
}
|
|
15875
15875
|
},
|
|
15876
|
-
"id":
|
|
15876
|
+
"id": 52056,
|
|
15877
15877
|
"isConstant": false,
|
|
15878
15878
|
"isLValue": false,
|
|
15879
15879
|
"isPure": false,
|
|
@@ -15889,13 +15889,13 @@
|
|
|
15889
15889
|
"typeString": "tuple()"
|
|
15890
15890
|
}
|
|
15891
15891
|
},
|
|
15892
|
-
"id":
|
|
15892
|
+
"id": 52057,
|
|
15893
15893
|
"nodeType": "ExpressionStatement",
|
|
15894
15894
|
"src": "1396:31:121"
|
|
15895
15895
|
}
|
|
15896
15896
|
]
|
|
15897
15897
|
},
|
|
15898
|
-
"id":
|
|
15898
|
+
"id": 52059,
|
|
15899
15899
|
"implemented": true,
|
|
15900
15900
|
"kind": "function",
|
|
15901
15901
|
"modifiers": [],
|
|
@@ -15903,47 +15903,47 @@
|
|
|
15903
15903
|
"nameLocation": "1283:18:121",
|
|
15904
15904
|
"nodeType": "FunctionDefinition",
|
|
15905
15905
|
"overrides": {
|
|
15906
|
-
"id":
|
|
15906
|
+
"id": 52042,
|
|
15907
15907
|
"nodeType": "OverrideSpecifier",
|
|
15908
15908
|
"overrides": [],
|
|
15909
15909
|
"src": "1342:8:121"
|
|
15910
15910
|
},
|
|
15911
15911
|
"parameters": {
|
|
15912
|
-
"id":
|
|
15912
|
+
"id": 52041,
|
|
15913
15913
|
"nodeType": "ParameterList",
|
|
15914
15914
|
"parameters": [
|
|
15915
15915
|
{
|
|
15916
15916
|
"constant": false,
|
|
15917
|
-
"id":
|
|
15917
|
+
"id": 52040,
|
|
15918
15918
|
"mutability": "mutable",
|
|
15919
15919
|
"name": "host",
|
|
15920
15920
|
"nameLocation": "1314:4:121",
|
|
15921
15921
|
"nodeType": "VariableDeclaration",
|
|
15922
|
-
"scope":
|
|
15922
|
+
"scope": 52059,
|
|
15923
15923
|
"src": "1302:16:121",
|
|
15924
15924
|
"stateVariable": false,
|
|
15925
15925
|
"storageLocation": "default",
|
|
15926
15926
|
"typeDescriptions": {
|
|
15927
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15927
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
15928
15928
|
"typeString": "contract ISuperfluid"
|
|
15929
15929
|
},
|
|
15930
15930
|
"typeName": {
|
|
15931
|
-
"id":
|
|
15931
|
+
"id": 52039,
|
|
15932
15932
|
"nodeType": "UserDefinedTypeName",
|
|
15933
15933
|
"pathNode": {
|
|
15934
|
-
"id":
|
|
15934
|
+
"id": 52038,
|
|
15935
15935
|
"name": "ISuperfluid",
|
|
15936
15936
|
"nameLocations": [
|
|
15937
15937
|
"1302:11:121"
|
|
15938
15938
|
],
|
|
15939
15939
|
"nodeType": "IdentifierPath",
|
|
15940
|
-
"referencedDeclaration":
|
|
15940
|
+
"referencedDeclaration": 25051,
|
|
15941
15941
|
"src": "1302:11:121"
|
|
15942
15942
|
},
|
|
15943
|
-
"referencedDeclaration":
|
|
15943
|
+
"referencedDeclaration": 25051,
|
|
15944
15944
|
"src": "1302:11:121",
|
|
15945
15945
|
"typeDescriptions": {
|
|
15946
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15946
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
15947
15947
|
"typeString": "contract ISuperfluid"
|
|
15948
15948
|
}
|
|
15949
15949
|
},
|
|
@@ -15953,24 +15953,24 @@
|
|
|
15953
15953
|
"src": "1301:18:121"
|
|
15954
15954
|
},
|
|
15955
15955
|
"returnParameters": {
|
|
15956
|
-
"id":
|
|
15956
|
+
"id": 52043,
|
|
15957
15957
|
"nodeType": "ParameterList",
|
|
15958
15958
|
"parameters": [],
|
|
15959
15959
|
"src": "1355:0:121"
|
|
15960
15960
|
},
|
|
15961
|
-
"scope":
|
|
15961
|
+
"scope": 52060,
|
|
15962
15962
|
"src": "1274:160:121",
|
|
15963
15963
|
"stateMutability": "view",
|
|
15964
15964
|
"virtual": false,
|
|
15965
15965
|
"visibility": "internal"
|
|
15966
15966
|
}
|
|
15967
15967
|
],
|
|
15968
|
-
"scope":
|
|
15968
|
+
"scope": 52061,
|
|
15969
15969
|
"src": "444:992:121",
|
|
15970
15970
|
"usedErrors": [
|
|
15971
|
-
|
|
15972
|
-
|
|
15973
|
-
|
|
15971
|
+
25064,
|
|
15972
|
+
25066,
|
|
15973
|
+
25068
|
|
15974
15974
|
]
|
|
15975
15975
|
}
|
|
15976
15976
|
],
|
|
@@ -15982,7 +15982,7 @@
|
|
|
15982
15982
|
},
|
|
15983
15983
|
"networks": {},
|
|
15984
15984
|
"schemaVersion": "3.4.13",
|
|
15985
|
-
"updatedAt": "2023-
|
|
15985
|
+
"updatedAt": "2023-08-06T18:11:21.717Z",
|
|
15986
15986
|
"devdoc": {
|
|
15987
15987
|
"author": "Superfluid",
|
|
15988
15988
|
"details": "A initializable version of the governance for testing purpose",
|