@superfluid-finance/ethereum-contracts 1.4.1-dev.e675dbc.0 → 1.4.2-dev.e06ddfc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/contracts/AccessControl.json +1 -1
- package/build/contracts/AccessControlEnumerable.json +1 -1
- package/build/contracts/Address.json +1 -1
- package/build/contracts/AgreementBase.json +28 -28
- package/build/contracts/AgreementLibrary.json +165 -165
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +208 -208
- package/build/contracts/BatchOperation.json +784 -784
- package/build/contracts/CFAv1Forwarder.json +2299 -2473
- package/build/contracts/CFAv1Library.json +2279 -2279
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1544 -1544
- package/build/contracts/ConstantFlowAgreementV1.json +8579 -8423
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +784 -784
- package/build/contracts/Create2.json +1 -1
- 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/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +380 -380
- package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
- package/build/contracts/ERC777RecipientReverting.json +855 -855
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +1544 -1544
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1545 -1545
- package/build/contracts/FlowOperatorDefinitions.json +784 -784
- 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 +608 -608
- package/build/contracts/IDAv1Library.json +2611 -2611
- 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/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IInstantDistributionAgreementV1.json +652 -652
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +47 -47
- package/build/contracts/IPureSuperTokenCustom.json +47 -47
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +52 -52
- package/build/contracts/ISETHCustom.json +52 -52
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +544 -544
- package/build/contracts/ISuperTokenFactory.json +166 -166
- package/build/contracts/ISuperfluid.json +874 -874
- package/build/contracts/ISuperfluidGovernance.json +254 -254
- package/build/contracts/ISuperfluidToken.json +395 -395
- package/build/contracts/ITOGAv1.json +1441 -1441
- package/build/contracts/ITOGAv2.json +1441 -1441
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +5893 -5893
- package/build/contracts/NonClosableOutflowTestApp.json +1545 -1545
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Pausable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/PureSuperToken.json +106 -106
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +224 -224
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +1544 -1544
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +745 -745
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +239 -239
- package/build/contracts/SuperAppDefinitions.json +784 -784
- package/build/contracts/SuperToken.json +2475 -2475
- package/build/contracts/SuperTokenFactory.json +774 -774
- package/build/contracts/SuperTokenFactoryBase.json +764 -764
- package/build/contracts/SuperTokenFactoryHelper.json +767 -767
- package/build/contracts/SuperUpgrader.json +437 -437
- package/build/contracts/Superfluid.json +5082 -5082
- package/build/contracts/SuperfluidErrors.json +784 -784
- package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
- package/build/contracts/SuperfluidGovernanceBase.json +2459 -2459
- package/build/contracts/SuperfluidGovernanceConfigs.json +784 -784
- package/build/contracts/SuperfluidGovernanceII.json +155 -155
- package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidToken.json +1471 -1471
- package/build/contracts/TOGA.json +1457 -1457
- package/build/contracts/TestGovernance.json +250 -250
- package/build/contracts/TestToken.json +93 -93
- package/build/contracts/TokenCustodian.json +214 -214
- 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 +1 -1
- package/contracts/agreements/ConstantFlowAgreementV1.sol +8 -3
- package/contracts/utils/CFAv1Forwarder.sol +2 -6
- package/package.json +10 -6
- package/scripts/deploy-deterministically.js +35 -24
- package/scripts/deploy-framework.js +65 -38
- package/scripts/gov-upgrade-governance.js +87 -0
- package/scripts/info-print-contract-addresses.js +1 -1
- package/scripts/libs/common.js +2 -1
- package/scripts/libs/getConfig.js +1 -1
|
@@ -1516,7 +1516,7 @@
|
|
|
1516
1516
|
}
|
|
1517
1517
|
]
|
|
1518
1518
|
},
|
|
1519
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
1519
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperfluidToken_$20947t_uint256t_uint256",
|
|
1520
1520
|
"nodeType": "YulFunctionDefinition",
|
|
1521
1521
|
"parameters": [
|
|
1522
1522
|
{
|
|
@@ -1791,7 +1791,7 @@
|
|
|
1791
1791
|
}
|
|
1792
1792
|
]
|
|
1793
1793
|
},
|
|
1794
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
1794
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperfluidToken_$20947",
|
|
1795
1795
|
"nodeType": "YulFunctionDefinition",
|
|
1796
1796
|
"parameters": [
|
|
1797
1797
|
{
|
|
@@ -3067,7 +3067,7 @@
|
|
|
3067
3067
|
}
|
|
3068
3068
|
]
|
|
3069
3069
|
},
|
|
3070
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
3070
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_addresst_string_memory_ptr",
|
|
3071
3071
|
"nodeType": "YulFunctionDefinition",
|
|
3072
3072
|
"parameters": [
|
|
3073
3073
|
{
|
|
@@ -4331,7 +4331,7 @@
|
|
|
4331
4331
|
}
|
|
4332
4332
|
]
|
|
4333
4333
|
},
|
|
4334
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
4334
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_array$_t_contract$_ISuperToken_$19940_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr",
|
|
4335
4335
|
"nodeType": "YulFunctionDefinition",
|
|
4336
4336
|
"parameters": [
|
|
4337
4337
|
{
|
|
@@ -4612,7 +4612,7 @@
|
|
|
4612
4612
|
}
|
|
4613
4613
|
]
|
|
4614
4614
|
},
|
|
4615
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
4615
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_address",
|
|
4616
4616
|
"nodeType": "YulFunctionDefinition",
|
|
4617
4617
|
"parameters": [
|
|
4618
4618
|
{
|
|
@@ -4957,7 +4957,7 @@
|
|
|
4957
4957
|
}
|
|
4958
4958
|
]
|
|
4959
4959
|
},
|
|
4960
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
4960
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperfluidToken_$20947t_address",
|
|
4961
4961
|
"nodeType": "YulFunctionDefinition",
|
|
4962
4962
|
"parameters": [
|
|
4963
4963
|
{
|
|
@@ -5339,7 +5339,7 @@
|
|
|
5339
5339
|
}
|
|
5340
5340
|
]
|
|
5341
5341
|
},
|
|
5342
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
5342
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_array$_t_contract$_ISuperToken_$19940_$dyn_calldata_ptr",
|
|
5343
5343
|
"nodeType": "YulFunctionDefinition",
|
|
5344
5344
|
"parameters": [
|
|
5345
5345
|
{
|
|
@@ -5885,7 +5885,7 @@
|
|
|
5885
5885
|
}
|
|
5886
5886
|
]
|
|
5887
5887
|
},
|
|
5888
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
5888
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_addresst_array$_t_address_$dyn_calldata_ptrt_address",
|
|
5889
5889
|
"nodeType": "YulFunctionDefinition",
|
|
5890
5890
|
"parameters": [
|
|
5891
5891
|
{
|
|
@@ -6592,7 +6592,7 @@
|
|
|
6592
6592
|
}
|
|
6593
6593
|
]
|
|
6594
6594
|
},
|
|
6595
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
6595
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_addresst_uint256t_uint256t_array$_t_address_$dyn_calldata_ptr",
|
|
6596
6596
|
"nodeType": "YulFunctionDefinition",
|
|
6597
6597
|
"parameters": [
|
|
6598
6598
|
{
|
|
@@ -6924,7 +6924,7 @@
|
|
|
6924
6924
|
}
|
|
6925
6925
|
]
|
|
6926
6926
|
},
|
|
6927
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
6927
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperfluidToken_$20947t_bytes32",
|
|
6928
6928
|
"nodeType": "YulFunctionDefinition",
|
|
6929
6929
|
"parameters": [
|
|
6930
6930
|
{
|
|
@@ -7320,7 +7320,7 @@
|
|
|
7320
7320
|
}
|
|
7321
7321
|
]
|
|
7322
7322
|
},
|
|
7323
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
7323
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperfluidToken_$20947t_bytes32t_address",
|
|
7324
7324
|
"nodeType": "YulFunctionDefinition",
|
|
7325
7325
|
"parameters": [
|
|
7326
7326
|
{
|
|
@@ -7640,7 +7640,7 @@
|
|
|
7640
7640
|
}
|
|
7641
7641
|
]
|
|
7642
7642
|
},
|
|
7643
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
7643
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperfluidToken_$20947t_uint256",
|
|
7644
7644
|
"nodeType": "YulFunctionDefinition",
|
|
7645
7645
|
"parameters": [
|
|
7646
7646
|
{
|
|
@@ -8115,7 +8115,7 @@
|
|
|
8115
8115
|
}
|
|
8116
8116
|
]
|
|
8117
8117
|
},
|
|
8118
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
8118
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperToken_$19940",
|
|
8119
8119
|
"nodeType": "YulFunctionDefinition",
|
|
8120
8120
|
"parameters": [
|
|
8121
8121
|
{
|
|
@@ -8579,7 +8579,7 @@
|
|
|
8579
8579
|
}
|
|
8580
8580
|
]
|
|
8581
8581
|
},
|
|
8582
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
8582
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_addresst_string_memory_ptrt_uint256",
|
|
8583
8583
|
"nodeType": "YulFunctionDefinition",
|
|
8584
8584
|
"parameters": [
|
|
8585
8585
|
{
|
|
@@ -9119,7 +9119,7 @@
|
|
|
9119
9119
|
}
|
|
9120
9120
|
]
|
|
9121
9121
|
},
|
|
9122
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
9122
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperfluidToken_$20947t_bytes32t_uint256",
|
|
9123
9123
|
"nodeType": "YulFunctionDefinition",
|
|
9124
9124
|
"parameters": [
|
|
9125
9125
|
{
|
|
@@ -9852,7 +9852,7 @@
|
|
|
9852
9852
|
}
|
|
9853
9853
|
]
|
|
9854
9854
|
},
|
|
9855
|
-
"name": "abi_decode_tuple_t_contract$_ISuperToken_$
|
|
9855
|
+
"name": "abi_decode_tuple_t_contract$_ISuperToken_$19940",
|
|
9856
9856
|
"nodeType": "YulFunctionDefinition",
|
|
9857
9857
|
"parameters": [
|
|
9858
9858
|
{
|
|
@@ -10425,7 +10425,7 @@
|
|
|
10425
10425
|
}
|
|
10426
10426
|
]
|
|
10427
10427
|
},
|
|
10428
|
-
"name": "abi_encode_tuple_t_contract$_ISuperToken_$
|
|
10428
|
+
"name": "abi_encode_tuple_t_contract$_ISuperToken_$19940__to_t_address__fromStack_reversed",
|
|
10429
10429
|
"nodeType": "YulFunctionDefinition",
|
|
10430
10430
|
"parameters": [
|
|
10431
10431
|
{
|
|
@@ -10571,7 +10571,7 @@
|
|
|
10571
10571
|
}
|
|
10572
10572
|
]
|
|
10573
10573
|
},
|
|
10574
|
-
"name": "abi_encode_tuple_t_contract$_ISuperAgreement_$
|
|
10574
|
+
"name": "abi_encode_tuple_t_contract$_ISuperAgreement_$19438__to_t_address__fromStack_reversed",
|
|
10575
10575
|
"nodeType": "YulFunctionDefinition",
|
|
10576
10576
|
"parameters": [
|
|
10577
10577
|
{
|
|
@@ -10717,7 +10717,7 @@
|
|
|
10717
10717
|
}
|
|
10718
10718
|
]
|
|
10719
10719
|
},
|
|
10720
|
-
"name": "abi_encode_tuple_t_contract$_ISuperTokenFactory_$
|
|
10720
|
+
"name": "abi_encode_tuple_t_contract$_ISuperTokenFactory_$20031__to_t_address__fromStack_reversed",
|
|
10721
10721
|
"nodeType": "YulFunctionDefinition",
|
|
10722
10722
|
"parameters": [
|
|
10723
10723
|
{
|
|
@@ -10863,7 +10863,7 @@
|
|
|
10863
10863
|
}
|
|
10864
10864
|
]
|
|
10865
10865
|
},
|
|
10866
|
-
"name": "abi_encode_tuple_t_contract$_ISuperfluidGovernance_$
|
|
10866
|
+
"name": "abi_encode_tuple_t_contract$_ISuperfluidGovernance_$20671__to_t_address__fromStack_reversed",
|
|
10867
10867
|
"nodeType": "YulFunctionDefinition",
|
|
10868
10868
|
"parameters": [
|
|
10869
10869
|
{
|
|
@@ -14159,7 +14159,7 @@
|
|
|
14159
14159
|
}
|
|
14160
14160
|
]
|
|
14161
14161
|
},
|
|
14162
|
-
"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_$20530t_contract$_ISuperfluidToken_$20935t_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_$20530t_contract$_ISuperfluidToken_$20935(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_$20530t_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_$20530t_array$_t_contract$_ISuperToken_$19928_$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_$20530t_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_$20530t_contract$_ISuperfluidToken_$20935t_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_$20530t_array$_t_contract$_ISuperToken_$19928_$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_$20530t_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_$20530t_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_$20530t_contract$_ISuperfluidToken_$20935t_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_$20530t_contract$_ISuperfluidToken_$20935t_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_$20530t_contract$_ISuperfluidToken_$20935t_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_$20530t_contract$_ISuperToken_$19928(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_$20530t_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_$20530t_contract$_ISuperfluidToken_$20935t_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_$19928(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_$19928__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_$19426__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_$20019__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_$20659__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}",
|
|
14162
|
+
"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_$20542t_contract$_ISuperfluidToken_$20947t_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_$20542t_contract$_ISuperfluidToken_$20947(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_$20542t_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_$20542t_array$_t_contract$_ISuperToken_$19940_$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_$20542t_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_$20542t_contract$_ISuperfluidToken_$20947t_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_$20542t_array$_t_contract$_ISuperToken_$19940_$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_$20542t_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_$20542t_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_$20542t_contract$_ISuperfluidToken_$20947t_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_$20542t_contract$_ISuperfluidToken_$20947t_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_$20542t_contract$_ISuperfluidToken_$20947t_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_$20542t_contract$_ISuperToken_$19940(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_$20542t_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_$20542t_contract$_ISuperfluidToken_$20947t_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_$19940(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_$19940__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_$19438__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_$20031__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_$20671__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}",
|
|
14163
14163
|
"id": 106,
|
|
14164
14164
|
"language": "Yul",
|
|
14165
14165
|
"name": "#utility.yul"
|
|
@@ -14173,27 +14173,27 @@
|
|
|
14173
14173
|
"absolutePath": "project:/contracts/utils/TestGovernance.sol",
|
|
14174
14174
|
"exportedSymbols": {
|
|
14175
14175
|
"ISuperfluid": [
|
|
14176
|
-
|
|
14176
|
+
20542
|
|
14177
14177
|
],
|
|
14178
14178
|
"ISuperfluidToken": [
|
|
14179
|
-
|
|
14179
|
+
20947
|
|
14180
14180
|
],
|
|
14181
14181
|
"Ownable": [
|
|
14182
14182
|
655
|
|
14183
14183
|
],
|
|
14184
14184
|
"SuperfluidGovernanceBase": [
|
|
14185
|
-
|
|
14185
|
+
17962
|
|
14186
14186
|
],
|
|
14187
14187
|
"TestGovernance": [
|
|
14188
|
-
|
|
14188
|
+
40309
|
|
14189
14189
|
]
|
|
14190
14190
|
},
|
|
14191
|
-
"id":
|
|
14191
|
+
"id": 40310,
|
|
14192
14192
|
"license": "AGPLv3",
|
|
14193
14193
|
"nodeType": "SourceUnit",
|
|
14194
14194
|
"nodes": [
|
|
14195
14195
|
{
|
|
14196
|
-
"id":
|
|
14196
|
+
"id": 40178,
|
|
14197
14197
|
"literals": [
|
|
14198
14198
|
"solidity",
|
|
14199
14199
|
"0.8",
|
|
@@ -14205,20 +14205,20 @@
|
|
|
14205
14205
|
{
|
|
14206
14206
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
|
|
14207
14207
|
"file": "../interfaces/superfluid/ISuperfluid.sol",
|
|
14208
|
-
"id":
|
|
14208
|
+
"id": 40181,
|
|
14209
14209
|
"nameLocation": "-1:-1:-1",
|
|
14210
14210
|
"nodeType": "ImportDirective",
|
|
14211
|
-
"scope":
|
|
14212
|
-
"sourceUnit":
|
|
14211
|
+
"scope": 40310,
|
|
14212
|
+
"sourceUnit": 20543,
|
|
14213
14213
|
"src": "60:97:103",
|
|
14214
14214
|
"symbolAliases": [
|
|
14215
14215
|
{
|
|
14216
14216
|
"foreign": {
|
|
14217
|
-
"id":
|
|
14217
|
+
"id": 40179,
|
|
14218
14218
|
"name": "ISuperfluid",
|
|
14219
14219
|
"nodeType": "Identifier",
|
|
14220
14220
|
"overloadedDeclarations": [],
|
|
14221
|
-
"referencedDeclaration":
|
|
14221
|
+
"referencedDeclaration": 20542,
|
|
14222
14222
|
"src": "73:11:103",
|
|
14223
14223
|
"typeDescriptions": {}
|
|
14224
14224
|
},
|
|
@@ -14226,11 +14226,11 @@
|
|
|
14226
14226
|
},
|
|
14227
14227
|
{
|
|
14228
14228
|
"foreign": {
|
|
14229
|
-
"id":
|
|
14229
|
+
"id": 40180,
|
|
14230
14230
|
"name": "ISuperfluidToken",
|
|
14231
14231
|
"nodeType": "Identifier",
|
|
14232
14232
|
"overloadedDeclarations": [],
|
|
14233
|
-
"referencedDeclaration":
|
|
14233
|
+
"referencedDeclaration": 20947,
|
|
14234
14234
|
"src": "90:16:103",
|
|
14235
14235
|
"typeDescriptions": {}
|
|
14236
14236
|
},
|
|
@@ -14242,20 +14242,20 @@
|
|
|
14242
14242
|
{
|
|
14243
14243
|
"absolutePath": "project:/contracts/gov/SuperfluidGovernanceBase.sol",
|
|
14244
14244
|
"file": "../gov/SuperfluidGovernanceBase.sol",
|
|
14245
|
-
"id":
|
|
14245
|
+
"id": 40183,
|
|
14246
14246
|
"nameLocation": "-1:-1:-1",
|
|
14247
14247
|
"nodeType": "ImportDirective",
|
|
14248
|
-
"scope":
|
|
14249
|
-
"sourceUnit":
|
|
14248
|
+
"scope": 40310,
|
|
14249
|
+
"sourceUnit": 17963,
|
|
14250
14250
|
"src": "158:79:103",
|
|
14251
14251
|
"symbolAliases": [
|
|
14252
14252
|
{
|
|
14253
14253
|
"foreign": {
|
|
14254
|
-
"id":
|
|
14254
|
+
"id": 40182,
|
|
14255
14255
|
"name": "SuperfluidGovernanceBase",
|
|
14256
14256
|
"nodeType": "Identifier",
|
|
14257
14257
|
"overloadedDeclarations": [],
|
|
14258
|
-
"referencedDeclaration":
|
|
14258
|
+
"referencedDeclaration": 17962,
|
|
14259
14259
|
"src": "167:24:103",
|
|
14260
14260
|
"typeDescriptions": {}
|
|
14261
14261
|
},
|
|
@@ -14267,16 +14267,16 @@
|
|
|
14267
14267
|
{
|
|
14268
14268
|
"absolutePath": "@openzeppelin/contracts/access/Ownable.sol",
|
|
14269
14269
|
"file": "@openzeppelin/contracts/access/Ownable.sol",
|
|
14270
|
-
"id":
|
|
14270
|
+
"id": 40185,
|
|
14271
14271
|
"nameLocation": "-1:-1:-1",
|
|
14272
14272
|
"nodeType": "ImportDirective",
|
|
14273
|
-
"scope":
|
|
14273
|
+
"scope": 40310,
|
|
14274
14274
|
"sourceUnit": 656,
|
|
14275
14275
|
"src": "239:69:103",
|
|
14276
14276
|
"symbolAliases": [
|
|
14277
14277
|
{
|
|
14278
14278
|
"foreign": {
|
|
14279
|
-
"id":
|
|
14279
|
+
"id": 40184,
|
|
14280
14280
|
"name": "Ownable",
|
|
14281
14281
|
"nodeType": "Identifier",
|
|
14282
14282
|
"overloadedDeclarations": [],
|
|
@@ -14294,7 +14294,7 @@
|
|
|
14294
14294
|
"baseContracts": [
|
|
14295
14295
|
{
|
|
14296
14296
|
"baseName": {
|
|
14297
|
-
"id":
|
|
14297
|
+
"id": 40187,
|
|
14298
14298
|
"name": "Ownable",
|
|
14299
14299
|
"nameLocations": [
|
|
14300
14300
|
"477:7:103"
|
|
@@ -14303,22 +14303,22 @@
|
|
|
14303
14303
|
"referencedDeclaration": 655,
|
|
14304
14304
|
"src": "477:7:103"
|
|
14305
14305
|
},
|
|
14306
|
-
"id":
|
|
14306
|
+
"id": 40188,
|
|
14307
14307
|
"nodeType": "InheritanceSpecifier",
|
|
14308
14308
|
"src": "477:7:103"
|
|
14309
14309
|
},
|
|
14310
14310
|
{
|
|
14311
14311
|
"baseName": {
|
|
14312
|
-
"id":
|
|
14312
|
+
"id": 40189,
|
|
14313
14313
|
"name": "SuperfluidGovernanceBase",
|
|
14314
14314
|
"nameLocations": [
|
|
14315
14315
|
"490:24:103"
|
|
14316
14316
|
],
|
|
14317
14317
|
"nodeType": "IdentifierPath",
|
|
14318
|
-
"referencedDeclaration":
|
|
14318
|
+
"referencedDeclaration": 17962,
|
|
14319
14319
|
"src": "490:24:103"
|
|
14320
14320
|
},
|
|
14321
|
-
"id":
|
|
14321
|
+
"id": 40190,
|
|
14322
14322
|
"nodeType": "InheritanceSpecifier",
|
|
14323
14323
|
"src": "490:24:103"
|
|
14324
14324
|
}
|
|
@@ -14327,17 +14327,17 @@
|
|
|
14327
14327
|
"contractDependencies": [],
|
|
14328
14328
|
"contractKind": "contract",
|
|
14329
14329
|
"documentation": {
|
|
14330
|
-
"id":
|
|
14330
|
+
"id": 40186,
|
|
14331
14331
|
"nodeType": "StructuredDocumentation",
|
|
14332
14332
|
"src": "311:134:103",
|
|
14333
14333
|
"text": " @title Test governance contract\n @author Superfluid\n @dev A initializable version of the governance for testing purpose"
|
|
14334
14334
|
},
|
|
14335
14335
|
"fullyImplemented": true,
|
|
14336
|
-
"id":
|
|
14336
|
+
"id": 40309,
|
|
14337
14337
|
"linearizedBaseContracts": [
|
|
14338
|
-
|
|
14339
|
-
|
|
14340
|
-
|
|
14338
|
+
40309,
|
|
14339
|
+
17962,
|
|
14340
|
+
20671,
|
|
14341
14341
|
655,
|
|
14342
14342
|
2709
|
|
14343
14343
|
],
|
|
@@ -14347,36 +14347,36 @@
|
|
|
14347
14347
|
"nodes": [
|
|
14348
14348
|
{
|
|
14349
14349
|
"constant": false,
|
|
14350
|
-
"id":
|
|
14350
|
+
"id": 40193,
|
|
14351
14351
|
"mutability": "mutable",
|
|
14352
14352
|
"name": "_host",
|
|
14353
14353
|
"nameLocation": "541:5:103",
|
|
14354
14354
|
"nodeType": "VariableDeclaration",
|
|
14355
|
-
"scope":
|
|
14355
|
+
"scope": 40309,
|
|
14356
14356
|
"src": "521:25:103",
|
|
14357
14357
|
"stateVariable": true,
|
|
14358
14358
|
"storageLocation": "default",
|
|
14359
14359
|
"typeDescriptions": {
|
|
14360
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14360
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
14361
14361
|
"typeString": "contract ISuperfluid"
|
|
14362
14362
|
},
|
|
14363
14363
|
"typeName": {
|
|
14364
|
-
"id":
|
|
14364
|
+
"id": 40192,
|
|
14365
14365
|
"nodeType": "UserDefinedTypeName",
|
|
14366
14366
|
"pathNode": {
|
|
14367
|
-
"id":
|
|
14367
|
+
"id": 40191,
|
|
14368
14368
|
"name": "ISuperfluid",
|
|
14369
14369
|
"nameLocations": [
|
|
14370
14370
|
"521:11:103"
|
|
14371
14371
|
],
|
|
14372
14372
|
"nodeType": "IdentifierPath",
|
|
14373
|
-
"referencedDeclaration":
|
|
14373
|
+
"referencedDeclaration": 20542,
|
|
14374
14374
|
"src": "521:11:103"
|
|
14375
14375
|
},
|
|
14376
|
-
"referencedDeclaration":
|
|
14376
|
+
"referencedDeclaration": 20542,
|
|
14377
14377
|
"src": "521:11:103",
|
|
14378
14378
|
"typeDescriptions": {
|
|
14379
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14379
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
14380
14380
|
"typeString": "contract ISuperfluid"
|
|
14381
14381
|
}
|
|
14382
14382
|
},
|
|
@@ -14384,7 +14384,7 @@
|
|
|
14384
14384
|
},
|
|
14385
14385
|
{
|
|
14386
14386
|
"body": {
|
|
14387
|
-
"id":
|
|
14387
|
+
"id": 40285,
|
|
14388
14388
|
"nodeType": "Block",
|
|
14389
14389
|
"src": "771:499:103",
|
|
14390
14390
|
"statements": [
|
|
@@ -14396,7 +14396,7 @@
|
|
|
14396
14396
|
"typeIdentifier": "t_address",
|
|
14397
14397
|
"typeString": "address"
|
|
14398
14398
|
},
|
|
14399
|
-
"id":
|
|
14399
|
+
"id": 40217,
|
|
14400
14400
|
"isConstant": false,
|
|
14401
14401
|
"isLValue": false,
|
|
14402
14402
|
"isPure": false,
|
|
@@ -14404,14 +14404,14 @@
|
|
|
14404
14404
|
"leftExpression": {
|
|
14405
14405
|
"arguments": [
|
|
14406
14406
|
{
|
|
14407
|
-
"id":
|
|
14407
|
+
"id": 40211,
|
|
14408
14408
|
"name": "host",
|
|
14409
14409
|
"nodeType": "Identifier",
|
|
14410
14410
|
"overloadedDeclarations": [],
|
|
14411
|
-
"referencedDeclaration":
|
|
14411
|
+
"referencedDeclaration": 40196,
|
|
14412
14412
|
"src": "832:4:103",
|
|
14413
14413
|
"typeDescriptions": {
|
|
14414
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14414
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
14415
14415
|
"typeString": "contract ISuperfluid"
|
|
14416
14416
|
}
|
|
14417
14417
|
}
|
|
@@ -14419,11 +14419,11 @@
|
|
|
14419
14419
|
"expression": {
|
|
14420
14420
|
"argumentTypes": [
|
|
14421
14421
|
{
|
|
14422
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14422
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
14423
14423
|
"typeString": "contract ISuperfluid"
|
|
14424
14424
|
}
|
|
14425
14425
|
],
|
|
14426
|
-
"id":
|
|
14426
|
+
"id": 40210,
|
|
14427
14427
|
"isConstant": false,
|
|
14428
14428
|
"isLValue": false,
|
|
14429
14429
|
"isPure": true,
|
|
@@ -14435,14 +14435,14 @@
|
|
|
14435
14435
|
"typeString": "type(address)"
|
|
14436
14436
|
},
|
|
14437
14437
|
"typeName": {
|
|
14438
|
-
"id":
|
|
14438
|
+
"id": 40209,
|
|
14439
14439
|
"name": "address",
|
|
14440
14440
|
"nodeType": "ElementaryTypeName",
|
|
14441
14441
|
"src": "824:7:103",
|
|
14442
14442
|
"typeDescriptions": {}
|
|
14443
14443
|
}
|
|
14444
14444
|
},
|
|
14445
|
-
"id":
|
|
14445
|
+
"id": 40212,
|
|
14446
14446
|
"isConstant": false,
|
|
14447
14447
|
"isLValue": false,
|
|
14448
14448
|
"isPure": false,
|
|
@@ -14464,7 +14464,7 @@
|
|
|
14464
14464
|
"arguments": [
|
|
14465
14465
|
{
|
|
14466
14466
|
"hexValue": "30",
|
|
14467
|
-
"id":
|
|
14467
|
+
"id": 40215,
|
|
14468
14468
|
"isConstant": false,
|
|
14469
14469
|
"isLValue": false,
|
|
14470
14470
|
"isPure": true,
|
|
@@ -14486,7 +14486,7 @@
|
|
|
14486
14486
|
"typeString": "int_const 0"
|
|
14487
14487
|
}
|
|
14488
14488
|
],
|
|
14489
|
-
"id":
|
|
14489
|
+
"id": 40214,
|
|
14490
14490
|
"isConstant": false,
|
|
14491
14491
|
"isLValue": false,
|
|
14492
14492
|
"isPure": true,
|
|
@@ -14498,14 +14498,14 @@
|
|
|
14498
14498
|
"typeString": "type(address)"
|
|
14499
14499
|
},
|
|
14500
14500
|
"typeName": {
|
|
14501
|
-
"id":
|
|
14501
|
+
"id": 40213,
|
|
14502
14502
|
"name": "address",
|
|
14503
14503
|
"nodeType": "ElementaryTypeName",
|
|
14504
14504
|
"src": "841:7:103",
|
|
14505
14505
|
"typeDescriptions": {}
|
|
14506
14506
|
}
|
|
14507
14507
|
},
|
|
14508
|
-
"id":
|
|
14508
|
+
"id": 40216,
|
|
14509
14509
|
"isConstant": false,
|
|
14510
14510
|
"isLValue": false,
|
|
14511
14511
|
"isPure": true,
|
|
@@ -14535,7 +14535,7 @@
|
|
|
14535
14535
|
"typeString": "bool"
|
|
14536
14536
|
}
|
|
14537
14537
|
],
|
|
14538
|
-
"id":
|
|
14538
|
+
"id": 40208,
|
|
14539
14539
|
"name": "assert",
|
|
14540
14540
|
"nodeType": "Identifier",
|
|
14541
14541
|
"overloadedDeclarations": [],
|
|
@@ -14546,7 +14546,7 @@
|
|
|
14546
14546
|
"typeString": "function (bool) pure"
|
|
14547
14547
|
}
|
|
14548
14548
|
},
|
|
14549
|
-
"id":
|
|
14549
|
+
"id": 40218,
|
|
14550
14550
|
"isConstant": false,
|
|
14551
14551
|
"isLValue": false,
|
|
14552
14552
|
"isPure": false,
|
|
@@ -14562,7 +14562,7 @@
|
|
|
14562
14562
|
"typeString": "tuple()"
|
|
14563
14563
|
}
|
|
14564
14564
|
},
|
|
14565
|
-
"id":
|
|
14565
|
+
"id": 40219,
|
|
14566
14566
|
"nodeType": "ExpressionStatement",
|
|
14567
14567
|
"src": "817:35:103"
|
|
14568
14568
|
},
|
|
@@ -14574,7 +14574,7 @@
|
|
|
14574
14574
|
"typeIdentifier": "t_address",
|
|
14575
14575
|
"typeString": "address"
|
|
14576
14576
|
},
|
|
14577
|
-
"id":
|
|
14577
|
+
"id": 40229,
|
|
14578
14578
|
"isConstant": false,
|
|
14579
14579
|
"isLValue": false,
|
|
14580
14580
|
"isPure": false,
|
|
@@ -14582,14 +14582,14 @@
|
|
|
14582
14582
|
"leftExpression": {
|
|
14583
14583
|
"arguments": [
|
|
14584
14584
|
{
|
|
14585
|
-
"id":
|
|
14585
|
+
"id": 40223,
|
|
14586
14586
|
"name": "_host",
|
|
14587
14587
|
"nodeType": "Identifier",
|
|
14588
14588
|
"overloadedDeclarations": [],
|
|
14589
|
-
"referencedDeclaration":
|
|
14589
|
+
"referencedDeclaration": 40193,
|
|
14590
14590
|
"src": "877:5:103",
|
|
14591
14591
|
"typeDescriptions": {
|
|
14592
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14592
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
14593
14593
|
"typeString": "contract ISuperfluid"
|
|
14594
14594
|
}
|
|
14595
14595
|
}
|
|
@@ -14597,11 +14597,11 @@
|
|
|
14597
14597
|
"expression": {
|
|
14598
14598
|
"argumentTypes": [
|
|
14599
14599
|
{
|
|
14600
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14600
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
14601
14601
|
"typeString": "contract ISuperfluid"
|
|
14602
14602
|
}
|
|
14603
14603
|
],
|
|
14604
|
-
"id":
|
|
14604
|
+
"id": 40222,
|
|
14605
14605
|
"isConstant": false,
|
|
14606
14606
|
"isLValue": false,
|
|
14607
14607
|
"isPure": true,
|
|
@@ -14613,14 +14613,14 @@
|
|
|
14613
14613
|
"typeString": "type(address)"
|
|
14614
14614
|
},
|
|
14615
14615
|
"typeName": {
|
|
14616
|
-
"id":
|
|
14616
|
+
"id": 40221,
|
|
14617
14617
|
"name": "address",
|
|
14618
14618
|
"nodeType": "ElementaryTypeName",
|
|
14619
14619
|
"src": "869:7:103",
|
|
14620
14620
|
"typeDescriptions": {}
|
|
14621
14621
|
}
|
|
14622
14622
|
},
|
|
14623
|
-
"id":
|
|
14623
|
+
"id": 40224,
|
|
14624
14624
|
"isConstant": false,
|
|
14625
14625
|
"isLValue": false,
|
|
14626
14626
|
"isPure": false,
|
|
@@ -14642,7 +14642,7 @@
|
|
|
14642
14642
|
"arguments": [
|
|
14643
14643
|
{
|
|
14644
14644
|
"hexValue": "30",
|
|
14645
|
-
"id":
|
|
14645
|
+
"id": 40227,
|
|
14646
14646
|
"isConstant": false,
|
|
14647
14647
|
"isLValue": false,
|
|
14648
14648
|
"isPure": true,
|
|
@@ -14664,7 +14664,7 @@
|
|
|
14664
14664
|
"typeString": "int_const 0"
|
|
14665
14665
|
}
|
|
14666
14666
|
],
|
|
14667
|
-
"id":
|
|
14667
|
+
"id": 40226,
|
|
14668
14668
|
"isConstant": false,
|
|
14669
14669
|
"isLValue": false,
|
|
14670
14670
|
"isPure": true,
|
|
@@ -14676,14 +14676,14 @@
|
|
|
14676
14676
|
"typeString": "type(address)"
|
|
14677
14677
|
},
|
|
14678
14678
|
"typeName": {
|
|
14679
|
-
"id":
|
|
14679
|
+
"id": 40225,
|
|
14680
14680
|
"name": "address",
|
|
14681
14681
|
"nodeType": "ElementaryTypeName",
|
|
14682
14682
|
"src": "887:7:103",
|
|
14683
14683
|
"typeDescriptions": {}
|
|
14684
14684
|
}
|
|
14685
14685
|
},
|
|
14686
|
-
"id":
|
|
14686
|
+
"id": 40228,
|
|
14687
14687
|
"isConstant": false,
|
|
14688
14688
|
"isLValue": false,
|
|
14689
14689
|
"isPure": true,
|
|
@@ -14713,7 +14713,7 @@
|
|
|
14713
14713
|
"typeString": "bool"
|
|
14714
14714
|
}
|
|
14715
14715
|
],
|
|
14716
|
-
"id":
|
|
14716
|
+
"id": 40220,
|
|
14717
14717
|
"name": "assert",
|
|
14718
14718
|
"nodeType": "Identifier",
|
|
14719
14719
|
"overloadedDeclarations": [],
|
|
@@ -14724,7 +14724,7 @@
|
|
|
14724
14724
|
"typeString": "function (bool) pure"
|
|
14725
14725
|
}
|
|
14726
14726
|
},
|
|
14727
|
-
"id":
|
|
14727
|
+
"id": 40230,
|
|
14728
14728
|
"isConstant": false,
|
|
14729
14729
|
"isLValue": false,
|
|
14730
14730
|
"isPure": false,
|
|
@@ -14740,50 +14740,50 @@
|
|
|
14740
14740
|
"typeString": "tuple()"
|
|
14741
14741
|
}
|
|
14742
14742
|
},
|
|
14743
|
-
"id":
|
|
14743
|
+
"id": 40231,
|
|
14744
14744
|
"nodeType": "ExpressionStatement",
|
|
14745
14745
|
"src": "862:36:103"
|
|
14746
14746
|
},
|
|
14747
14747
|
{
|
|
14748
14748
|
"expression": {
|
|
14749
|
-
"id":
|
|
14749
|
+
"id": 40234,
|
|
14750
14750
|
"isConstant": false,
|
|
14751
14751
|
"isLValue": false,
|
|
14752
14752
|
"isPure": false,
|
|
14753
14753
|
"lValueRequested": false,
|
|
14754
14754
|
"leftHandSide": {
|
|
14755
|
-
"id":
|
|
14755
|
+
"id": 40232,
|
|
14756
14756
|
"name": "_host",
|
|
14757
14757
|
"nodeType": "Identifier",
|
|
14758
14758
|
"overloadedDeclarations": [],
|
|
14759
|
-
"referencedDeclaration":
|
|
14759
|
+
"referencedDeclaration": 40193,
|
|
14760
14760
|
"src": "909:5:103",
|
|
14761
14761
|
"typeDescriptions": {
|
|
14762
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14762
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
14763
14763
|
"typeString": "contract ISuperfluid"
|
|
14764
14764
|
}
|
|
14765
14765
|
},
|
|
14766
14766
|
"nodeType": "Assignment",
|
|
14767
14767
|
"operator": "=",
|
|
14768
14768
|
"rightHandSide": {
|
|
14769
|
-
"id":
|
|
14769
|
+
"id": 40233,
|
|
14770
14770
|
"name": "host",
|
|
14771
14771
|
"nodeType": "Identifier",
|
|
14772
14772
|
"overloadedDeclarations": [],
|
|
14773
|
-
"referencedDeclaration":
|
|
14773
|
+
"referencedDeclaration": 40196,
|
|
14774
14774
|
"src": "917:4:103",
|
|
14775
14775
|
"typeDescriptions": {
|
|
14776
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14776
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
14777
14777
|
"typeString": "contract ISuperfluid"
|
|
14778
14778
|
}
|
|
14779
14779
|
},
|
|
14780
14780
|
"src": "909:12:103",
|
|
14781
14781
|
"typeDescriptions": {
|
|
14782
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14782
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
14783
14783
|
"typeString": "contract ISuperfluid"
|
|
14784
14784
|
}
|
|
14785
14785
|
},
|
|
14786
|
-
"id":
|
|
14786
|
+
"id": 40235,
|
|
14787
14787
|
"nodeType": "ExpressionStatement",
|
|
14788
14788
|
"src": "909:12:103"
|
|
14789
14789
|
},
|
|
@@ -14791,14 +14791,14 @@
|
|
|
14791
14791
|
"expression": {
|
|
14792
14792
|
"arguments": [
|
|
14793
14793
|
{
|
|
14794
|
-
"id":
|
|
14794
|
+
"id": 40237,
|
|
14795
14795
|
"name": "_host",
|
|
14796
14796
|
"nodeType": "Identifier",
|
|
14797
14797
|
"overloadedDeclarations": [],
|
|
14798
|
-
"referencedDeclaration":
|
|
14798
|
+
"referencedDeclaration": 40193,
|
|
14799
14799
|
"src": "949:5:103",
|
|
14800
14800
|
"typeDescriptions": {
|
|
14801
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14801
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
14802
14802
|
"typeString": "contract ISuperfluid"
|
|
14803
14803
|
}
|
|
14804
14804
|
},
|
|
@@ -14808,7 +14808,7 @@
|
|
|
14808
14808
|
"arguments": [
|
|
14809
14809
|
{
|
|
14810
14810
|
"hexValue": "30",
|
|
14811
|
-
"id":
|
|
14811
|
+
"id": 40241,
|
|
14812
14812
|
"isConstant": false,
|
|
14813
14813
|
"isLValue": false,
|
|
14814
14814
|
"isPure": true,
|
|
@@ -14830,7 +14830,7 @@
|
|
|
14830
14830
|
"typeString": "int_const 0"
|
|
14831
14831
|
}
|
|
14832
14832
|
],
|
|
14833
|
-
"id":
|
|
14833
|
+
"id": 40240,
|
|
14834
14834
|
"isConstant": false,
|
|
14835
14835
|
"isLValue": false,
|
|
14836
14836
|
"isPure": true,
|
|
@@ -14842,14 +14842,14 @@
|
|
|
14842
14842
|
"typeString": "type(address)"
|
|
14843
14843
|
},
|
|
14844
14844
|
"typeName": {
|
|
14845
|
-
"id":
|
|
14845
|
+
"id": 40239,
|
|
14846
14846
|
"name": "address",
|
|
14847
14847
|
"nodeType": "ElementaryTypeName",
|
|
14848
14848
|
"src": "973:7:103",
|
|
14849
14849
|
"typeDescriptions": {}
|
|
14850
14850
|
}
|
|
14851
14851
|
},
|
|
14852
|
-
"id":
|
|
14852
|
+
"id": 40242,
|
|
14853
14853
|
"isConstant": false,
|
|
14854
14854
|
"isLValue": false,
|
|
14855
14855
|
"isPure": true,
|
|
@@ -14873,18 +14873,18 @@
|
|
|
14873
14873
|
"typeString": "address"
|
|
14874
14874
|
}
|
|
14875
14875
|
],
|
|
14876
|
-
"id":
|
|
14876
|
+
"id": 40238,
|
|
14877
14877
|
"name": "ISuperfluidToken",
|
|
14878
14878
|
"nodeType": "Identifier",
|
|
14879
14879
|
"overloadedDeclarations": [],
|
|
14880
|
-
"referencedDeclaration":
|
|
14880
|
+
"referencedDeclaration": 20947,
|
|
14881
14881
|
"src": "956:16:103",
|
|
14882
14882
|
"typeDescriptions": {
|
|
14883
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$
|
|
14883
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$20947_$",
|
|
14884
14884
|
"typeString": "type(contract ISuperfluidToken)"
|
|
14885
14885
|
}
|
|
14886
14886
|
},
|
|
14887
|
-
"id":
|
|
14887
|
+
"id": 40243,
|
|
14888
14888
|
"isConstant": false,
|
|
14889
14889
|
"isLValue": false,
|
|
14890
14890
|
"isPure": true,
|
|
@@ -14896,16 +14896,16 @@
|
|
|
14896
14896
|
"src": "956:28:103",
|
|
14897
14897
|
"tryCall": false,
|
|
14898
14898
|
"typeDescriptions": {
|
|
14899
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14899
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
|
|
14900
14900
|
"typeString": "contract ISuperfluidToken"
|
|
14901
14901
|
}
|
|
14902
14902
|
},
|
|
14903
14903
|
{
|
|
14904
|
-
"id":
|
|
14904
|
+
"id": 40244,
|
|
14905
14905
|
"name": "rewardAddress",
|
|
14906
14906
|
"nodeType": "Identifier",
|
|
14907
14907
|
"overloadedDeclarations": [],
|
|
14908
|
-
"referencedDeclaration":
|
|
14908
|
+
"referencedDeclaration": 40198,
|
|
14909
14909
|
"src": "986:13:103",
|
|
14910
14910
|
"typeDescriptions": {
|
|
14911
14911
|
"typeIdentifier": "t_address",
|
|
@@ -14916,11 +14916,11 @@
|
|
|
14916
14916
|
"expression": {
|
|
14917
14917
|
"argumentTypes": [
|
|
14918
14918
|
{
|
|
14919
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14919
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
14920
14920
|
"typeString": "contract ISuperfluid"
|
|
14921
14921
|
},
|
|
14922
14922
|
{
|
|
14923
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14923
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
|
|
14924
14924
|
"typeString": "contract ISuperfluidToken"
|
|
14925
14925
|
},
|
|
14926
14926
|
{
|
|
@@ -14928,18 +14928,18 @@
|
|
|
14928
14928
|
"typeString": "address"
|
|
14929
14929
|
}
|
|
14930
14930
|
],
|
|
14931
|
-
"id":
|
|
14931
|
+
"id": 40236,
|
|
14932
14932
|
"name": "setRewardAddress",
|
|
14933
14933
|
"nodeType": "Identifier",
|
|
14934
14934
|
"overloadedDeclarations": [],
|
|
14935
|
-
"referencedDeclaration":
|
|
14935
|
+
"referencedDeclaration": 17340,
|
|
14936
14936
|
"src": "932:16:103",
|
|
14937
14937
|
"typeDescriptions": {
|
|
14938
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$
|
|
14938
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$20542_$_t_contract$_ISuperfluidToken_$20947_$_t_address_$returns$__$",
|
|
14939
14939
|
"typeString": "function (contract ISuperfluid,contract ISuperfluidToken,address)"
|
|
14940
14940
|
}
|
|
14941
14941
|
},
|
|
14942
|
-
"id":
|
|
14942
|
+
"id": 40245,
|
|
14943
14943
|
"isConstant": false,
|
|
14944
14944
|
"isLValue": false,
|
|
14945
14945
|
"isPure": false,
|
|
@@ -14955,7 +14955,7 @@
|
|
|
14955
14955
|
"typeString": "tuple()"
|
|
14956
14956
|
}
|
|
14957
14957
|
},
|
|
14958
|
-
"id":
|
|
14958
|
+
"id": 40246,
|
|
14959
14959
|
"nodeType": "ExpressionStatement",
|
|
14960
14960
|
"src": "932:68:103"
|
|
14961
14961
|
},
|
|
@@ -14963,14 +14963,14 @@
|
|
|
14963
14963
|
"expression": {
|
|
14964
14964
|
"arguments": [
|
|
14965
14965
|
{
|
|
14966
|
-
"id":
|
|
14966
|
+
"id": 40248,
|
|
14967
14967
|
"name": "host",
|
|
14968
14968
|
"nodeType": "Identifier",
|
|
14969
14969
|
"overloadedDeclarations": [],
|
|
14970
|
-
"referencedDeclaration":
|
|
14970
|
+
"referencedDeclaration": 40196,
|
|
14971
14971
|
"src": "1024:4:103",
|
|
14972
14972
|
"typeDescriptions": {
|
|
14973
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14973
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
14974
14974
|
"typeString": "contract ISuperfluid"
|
|
14975
14975
|
}
|
|
14976
14976
|
},
|
|
@@ -14980,7 +14980,7 @@
|
|
|
14980
14980
|
"arguments": [
|
|
14981
14981
|
{
|
|
14982
14982
|
"hexValue": "30",
|
|
14983
|
-
"id":
|
|
14983
|
+
"id": 40252,
|
|
14984
14984
|
"isConstant": false,
|
|
14985
14985
|
"isLValue": false,
|
|
14986
14986
|
"isPure": true,
|
|
@@ -15002,7 +15002,7 @@
|
|
|
15002
15002
|
"typeString": "int_const 0"
|
|
15003
15003
|
}
|
|
15004
15004
|
],
|
|
15005
|
-
"id":
|
|
15005
|
+
"id": 40251,
|
|
15006
15006
|
"isConstant": false,
|
|
15007
15007
|
"isLValue": false,
|
|
15008
15008
|
"isPure": true,
|
|
@@ -15014,14 +15014,14 @@
|
|
|
15014
15014
|
"typeString": "type(address)"
|
|
15015
15015
|
},
|
|
15016
15016
|
"typeName": {
|
|
15017
|
-
"id":
|
|
15017
|
+
"id": 40250,
|
|
15018
15018
|
"name": "address",
|
|
15019
15019
|
"nodeType": "ElementaryTypeName",
|
|
15020
15020
|
"src": "1047:7:103",
|
|
15021
15021
|
"typeDescriptions": {}
|
|
15022
15022
|
}
|
|
15023
15023
|
},
|
|
15024
|
-
"id":
|
|
15024
|
+
"id": 40253,
|
|
15025
15025
|
"isConstant": false,
|
|
15026
15026
|
"isLValue": false,
|
|
15027
15027
|
"isPure": true,
|
|
@@ -15045,18 +15045,18 @@
|
|
|
15045
15045
|
"typeString": "address"
|
|
15046
15046
|
}
|
|
15047
15047
|
],
|
|
15048
|
-
"id":
|
|
15048
|
+
"id": 40249,
|
|
15049
15049
|
"name": "ISuperfluidToken",
|
|
15050
15050
|
"nodeType": "Identifier",
|
|
15051
15051
|
"overloadedDeclarations": [],
|
|
15052
|
-
"referencedDeclaration":
|
|
15052
|
+
"referencedDeclaration": 20947,
|
|
15053
15053
|
"src": "1030:16:103",
|
|
15054
15054
|
"typeDescriptions": {
|
|
15055
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$
|
|
15055
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$20947_$",
|
|
15056
15056
|
"typeString": "type(contract ISuperfluidToken)"
|
|
15057
15057
|
}
|
|
15058
15058
|
},
|
|
15059
|
-
"id":
|
|
15059
|
+
"id": 40254,
|
|
15060
15060
|
"isConstant": false,
|
|
15061
15061
|
"isLValue": false,
|
|
15062
15062
|
"isPure": true,
|
|
@@ -15068,16 +15068,16 @@
|
|
|
15068
15068
|
"src": "1030:28:103",
|
|
15069
15069
|
"tryCall": false,
|
|
15070
15070
|
"typeDescriptions": {
|
|
15071
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15071
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
|
|
15072
15072
|
"typeString": "contract ISuperfluidToken"
|
|
15073
15073
|
}
|
|
15074
15074
|
},
|
|
15075
15075
|
{
|
|
15076
|
-
"id":
|
|
15076
|
+
"id": 40255,
|
|
15077
15077
|
"name": "liquidationPeriod",
|
|
15078
15078
|
"nodeType": "Identifier",
|
|
15079
15079
|
"overloadedDeclarations": [],
|
|
15080
|
-
"referencedDeclaration":
|
|
15080
|
+
"referencedDeclaration": 40200,
|
|
15081
15081
|
"src": "1060:17:103",
|
|
15082
15082
|
"typeDescriptions": {
|
|
15083
15083
|
"typeIdentifier": "t_uint256",
|
|
@@ -15085,11 +15085,11 @@
|
|
|
15085
15085
|
}
|
|
15086
15086
|
},
|
|
15087
15087
|
{
|
|
15088
|
-
"id":
|
|
15088
|
+
"id": 40256,
|
|
15089
15089
|
"name": "patricianPeriod",
|
|
15090
15090
|
"nodeType": "Identifier",
|
|
15091
15091
|
"overloadedDeclarations": [],
|
|
15092
|
-
"referencedDeclaration":
|
|
15092
|
+
"referencedDeclaration": 40202,
|
|
15093
15093
|
"src": "1079:15:103",
|
|
15094
15094
|
"typeDescriptions": {
|
|
15095
15095
|
"typeIdentifier": "t_uint256",
|
|
@@ -15100,11 +15100,11 @@
|
|
|
15100
15100
|
"expression": {
|
|
15101
15101
|
"argumentTypes": [
|
|
15102
15102
|
{
|
|
15103
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15103
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
15104
15104
|
"typeString": "contract ISuperfluid"
|
|
15105
15105
|
},
|
|
15106
15106
|
{
|
|
15107
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15107
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
|
|
15108
15108
|
"typeString": "contract ISuperfluidToken"
|
|
15109
15109
|
},
|
|
15110
15110
|
{
|
|
@@ -15116,18 +15116,18 @@
|
|
|
15116
15116
|
"typeString": "uint256"
|
|
15117
15117
|
}
|
|
15118
15118
|
],
|
|
15119
|
-
"id":
|
|
15119
|
+
"id": 40247,
|
|
15120
15120
|
"name": "setPPPConfig",
|
|
15121
15121
|
"nodeType": "Identifier",
|
|
15122
15122
|
"overloadedDeclarations": [],
|
|
15123
|
-
"referencedDeclaration":
|
|
15123
|
+
"referencedDeclaration": 17494,
|
|
15124
15124
|
"src": "1011:12:103",
|
|
15125
15125
|
"typeDescriptions": {
|
|
15126
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$
|
|
15126
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$20542_$_t_contract$_ISuperfluidToken_$20947_$_t_uint256_$_t_uint256_$returns$__$",
|
|
15127
15127
|
"typeString": "function (contract ISuperfluid,contract ISuperfluidToken,uint256,uint256)"
|
|
15128
15128
|
}
|
|
15129
15129
|
},
|
|
15130
|
-
"id":
|
|
15130
|
+
"id": 40257,
|
|
15131
15131
|
"isConstant": false,
|
|
15132
15132
|
"isLValue": false,
|
|
15133
15133
|
"isPure": false,
|
|
@@ -15143,13 +15143,13 @@
|
|
|
15143
15143
|
"typeString": "tuple()"
|
|
15144
15144
|
}
|
|
15145
15145
|
},
|
|
15146
|
-
"id":
|
|
15146
|
+
"id": 40258,
|
|
15147
15147
|
"nodeType": "ExpressionStatement",
|
|
15148
15148
|
"src": "1011:84:103"
|
|
15149
15149
|
},
|
|
15150
15150
|
{
|
|
15151
15151
|
"body": {
|
|
15152
|
-
"id":
|
|
15152
|
+
"id": 40283,
|
|
15153
15153
|
"nodeType": "Block",
|
|
15154
15154
|
"src": "1158:106:103",
|
|
15155
15155
|
"statements": [
|
|
@@ -15157,14 +15157,14 @@
|
|
|
15157
15157
|
"expression": {
|
|
15158
15158
|
"arguments": [
|
|
15159
15159
|
{
|
|
15160
|
-
"id":
|
|
15160
|
+
"id": 40271,
|
|
15161
15161
|
"name": "_host",
|
|
15162
15162
|
"nodeType": "Identifier",
|
|
15163
15163
|
"overloadedDeclarations": [],
|
|
15164
|
-
"referencedDeclaration":
|
|
15164
|
+
"referencedDeclaration": 40193,
|
|
15165
15165
|
"src": "1195:5:103",
|
|
15166
15166
|
"typeDescriptions": {
|
|
15167
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15167
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
15168
15168
|
"typeString": "contract ISuperfluid"
|
|
15169
15169
|
}
|
|
15170
15170
|
},
|
|
@@ -15174,7 +15174,7 @@
|
|
|
15174
15174
|
"arguments": [
|
|
15175
15175
|
{
|
|
15176
15176
|
"hexValue": "30",
|
|
15177
|
-
"id":
|
|
15177
|
+
"id": 40275,
|
|
15178
15178
|
"isConstant": false,
|
|
15179
15179
|
"isLValue": false,
|
|
15180
15180
|
"isPure": true,
|
|
@@ -15196,7 +15196,7 @@
|
|
|
15196
15196
|
"typeString": "int_const 0"
|
|
15197
15197
|
}
|
|
15198
15198
|
],
|
|
15199
|
-
"id":
|
|
15199
|
+
"id": 40274,
|
|
15200
15200
|
"isConstant": false,
|
|
15201
15201
|
"isLValue": false,
|
|
15202
15202
|
"isPure": true,
|
|
@@ -15208,14 +15208,14 @@
|
|
|
15208
15208
|
"typeString": "type(address)"
|
|
15209
15209
|
},
|
|
15210
15210
|
"typeName": {
|
|
15211
|
-
"id":
|
|
15211
|
+
"id": 40273,
|
|
15212
15212
|
"name": "address",
|
|
15213
15213
|
"nodeType": "ElementaryTypeName",
|
|
15214
15214
|
"src": "1219:7:103",
|
|
15215
15215
|
"typeDescriptions": {}
|
|
15216
15216
|
}
|
|
15217
15217
|
},
|
|
15218
|
-
"id":
|
|
15218
|
+
"id": 40276,
|
|
15219
15219
|
"isConstant": false,
|
|
15220
15220
|
"isLValue": false,
|
|
15221
15221
|
"isPure": true,
|
|
@@ -15239,18 +15239,18 @@
|
|
|
15239
15239
|
"typeString": "address"
|
|
15240
15240
|
}
|
|
15241
15241
|
],
|
|
15242
|
-
"id":
|
|
15242
|
+
"id": 40272,
|
|
15243
15243
|
"name": "ISuperfluidToken",
|
|
15244
15244
|
"nodeType": "Identifier",
|
|
15245
15245
|
"overloadedDeclarations": [],
|
|
15246
|
-
"referencedDeclaration":
|
|
15246
|
+
"referencedDeclaration": 20947,
|
|
15247
15247
|
"src": "1202:16:103",
|
|
15248
15248
|
"typeDescriptions": {
|
|
15249
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$
|
|
15249
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$20947_$",
|
|
15250
15250
|
"typeString": "type(contract ISuperfluidToken)"
|
|
15251
15251
|
}
|
|
15252
15252
|
},
|
|
15253
|
-
"id":
|
|
15253
|
+
"id": 40277,
|
|
15254
15254
|
"isConstant": false,
|
|
15255
15255
|
"isLValue": false,
|
|
15256
15256
|
"isPure": true,
|
|
@@ -15262,30 +15262,30 @@
|
|
|
15262
15262
|
"src": "1202:28:103",
|
|
15263
15263
|
"tryCall": false,
|
|
15264
15264
|
"typeDescriptions": {
|
|
15265
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15265
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
|
|
15266
15266
|
"typeString": "contract ISuperfluidToken"
|
|
15267
15267
|
}
|
|
15268
15268
|
},
|
|
15269
15269
|
{
|
|
15270
15270
|
"baseExpression": {
|
|
15271
|
-
"id":
|
|
15271
|
+
"id": 40278,
|
|
15272
15272
|
"name": "trustedForwarders",
|
|
15273
15273
|
"nodeType": "Identifier",
|
|
15274
15274
|
"overloadedDeclarations": [],
|
|
15275
|
-
"referencedDeclaration":
|
|
15275
|
+
"referencedDeclaration": 40205,
|
|
15276
15276
|
"src": "1232:17:103",
|
|
15277
15277
|
"typeDescriptions": {
|
|
15278
15278
|
"typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
|
|
15279
15279
|
"typeString": "address[] calldata"
|
|
15280
15280
|
}
|
|
15281
15281
|
},
|
|
15282
|
-
"id":
|
|
15282
|
+
"id": 40280,
|
|
15283
15283
|
"indexExpression": {
|
|
15284
|
-
"id":
|
|
15284
|
+
"id": 40279,
|
|
15285
15285
|
"name": "i",
|
|
15286
15286
|
"nodeType": "Identifier",
|
|
15287
15287
|
"overloadedDeclarations": [],
|
|
15288
|
-
"referencedDeclaration":
|
|
15288
|
+
"referencedDeclaration": 40260,
|
|
15289
15289
|
"src": "1250:1:103",
|
|
15290
15290
|
"typeDescriptions": {
|
|
15291
15291
|
"typeIdentifier": "t_uint256",
|
|
@@ -15307,11 +15307,11 @@
|
|
|
15307
15307
|
"expression": {
|
|
15308
15308
|
"argumentTypes": [
|
|
15309
15309
|
{
|
|
15310
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15310
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
15311
15311
|
"typeString": "contract ISuperfluid"
|
|
15312
15312
|
},
|
|
15313
15313
|
{
|
|
15314
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15314
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
|
|
15315
15315
|
"typeString": "contract ISuperfluidToken"
|
|
15316
15316
|
},
|
|
15317
15317
|
{
|
|
@@ -15319,18 +15319,18 @@
|
|
|
15319
15319
|
"typeString": "address"
|
|
15320
15320
|
}
|
|
15321
15321
|
],
|
|
15322
|
-
"id":
|
|
15322
|
+
"id": 40270,
|
|
15323
15323
|
"name": "enableTrustedForwarder",
|
|
15324
15324
|
"nodeType": "Identifier",
|
|
15325
15325
|
"overloadedDeclarations": [],
|
|
15326
|
-
"referencedDeclaration":
|
|
15326
|
+
"referencedDeclaration": 17670,
|
|
15327
15327
|
"src": "1172:22:103",
|
|
15328
15328
|
"typeDescriptions": {
|
|
15329
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$
|
|
15329
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$20542_$_t_contract$_ISuperfluidToken_$20947_$_t_address_$returns$__$",
|
|
15330
15330
|
"typeString": "function (contract ISuperfluid,contract ISuperfluidToken,address)"
|
|
15331
15331
|
}
|
|
15332
15332
|
},
|
|
15333
|
-
"id":
|
|
15333
|
+
"id": 40281,
|
|
15334
15334
|
"isConstant": false,
|
|
15335
15335
|
"isLValue": false,
|
|
15336
15336
|
"isPure": false,
|
|
@@ -15346,7 +15346,7 @@
|
|
|
15346
15346
|
"typeString": "tuple()"
|
|
15347
15347
|
}
|
|
15348
15348
|
},
|
|
15349
|
-
"id":
|
|
15349
|
+
"id": 40282,
|
|
15350
15350
|
"nodeType": "ExpressionStatement",
|
|
15351
15351
|
"src": "1172:81:103"
|
|
15352
15352
|
}
|
|
@@ -15357,17 +15357,17 @@
|
|
|
15357
15357
|
"typeIdentifier": "t_uint256",
|
|
15358
15358
|
"typeString": "uint256"
|
|
15359
15359
|
},
|
|
15360
|
-
"id":
|
|
15360
|
+
"id": 40266,
|
|
15361
15361
|
"isConstant": false,
|
|
15362
15362
|
"isLValue": false,
|
|
15363
15363
|
"isPure": false,
|
|
15364
15364
|
"lValueRequested": false,
|
|
15365
15365
|
"leftExpression": {
|
|
15366
|
-
"id":
|
|
15366
|
+
"id": 40263,
|
|
15367
15367
|
"name": "i",
|
|
15368
15368
|
"nodeType": "Identifier",
|
|
15369
15369
|
"overloadedDeclarations": [],
|
|
15370
|
-
"referencedDeclaration":
|
|
15370
|
+
"referencedDeclaration": 40260,
|
|
15371
15371
|
"src": "1123:1:103",
|
|
15372
15372
|
"typeDescriptions": {
|
|
15373
15373
|
"typeIdentifier": "t_uint256",
|
|
@@ -15378,18 +15378,18 @@
|
|
|
15378
15378
|
"operator": "<",
|
|
15379
15379
|
"rightExpression": {
|
|
15380
15380
|
"expression": {
|
|
15381
|
-
"id":
|
|
15381
|
+
"id": 40264,
|
|
15382
15382
|
"name": "trustedForwarders",
|
|
15383
15383
|
"nodeType": "Identifier",
|
|
15384
15384
|
"overloadedDeclarations": [],
|
|
15385
|
-
"referencedDeclaration":
|
|
15385
|
+
"referencedDeclaration": 40205,
|
|
15386
15386
|
"src": "1127:17:103",
|
|
15387
15387
|
"typeDescriptions": {
|
|
15388
15388
|
"typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
|
|
15389
15389
|
"typeString": "address[] calldata"
|
|
15390
15390
|
}
|
|
15391
15391
|
},
|
|
15392
|
-
"id":
|
|
15392
|
+
"id": 40265,
|
|
15393
15393
|
"isConstant": false,
|
|
15394
15394
|
"isLValue": false,
|
|
15395
15395
|
"isPure": false,
|
|
@@ -15409,20 +15409,20 @@
|
|
|
15409
15409
|
"typeString": "bool"
|
|
15410
15410
|
}
|
|
15411
15411
|
},
|
|
15412
|
-
"id":
|
|
15412
|
+
"id": 40284,
|
|
15413
15413
|
"initializationExpression": {
|
|
15414
15414
|
"assignments": [
|
|
15415
|
-
|
|
15415
|
+
40260
|
|
15416
15416
|
],
|
|
15417
15417
|
"declarations": [
|
|
15418
15418
|
{
|
|
15419
15419
|
"constant": false,
|
|
15420
|
-
"id":
|
|
15420
|
+
"id": 40260,
|
|
15421
15421
|
"mutability": "mutable",
|
|
15422
15422
|
"name": "i",
|
|
15423
15423
|
"nameLocation": "1116:1:103",
|
|
15424
15424
|
"nodeType": "VariableDeclaration",
|
|
15425
|
-
"scope":
|
|
15425
|
+
"scope": 40284,
|
|
15426
15426
|
"src": "1111:6:103",
|
|
15427
15427
|
"stateVariable": false,
|
|
15428
15428
|
"storageLocation": "default",
|
|
@@ -15431,7 +15431,7 @@
|
|
|
15431
15431
|
"typeString": "uint256"
|
|
15432
15432
|
},
|
|
15433
15433
|
"typeName": {
|
|
15434
|
-
"id":
|
|
15434
|
+
"id": 40259,
|
|
15435
15435
|
"name": "uint",
|
|
15436
15436
|
"nodeType": "ElementaryTypeName",
|
|
15437
15437
|
"src": "1111:4:103",
|
|
@@ -15443,10 +15443,10 @@
|
|
|
15443
15443
|
"visibility": "internal"
|
|
15444
15444
|
}
|
|
15445
15445
|
],
|
|
15446
|
-
"id":
|
|
15446
|
+
"id": 40262,
|
|
15447
15447
|
"initialValue": {
|
|
15448
15448
|
"hexValue": "30",
|
|
15449
|
-
"id":
|
|
15449
|
+
"id": 40261,
|
|
15450
15450
|
"isConstant": false,
|
|
15451
15451
|
"isLValue": false,
|
|
15452
15452
|
"isPure": true,
|
|
@@ -15465,7 +15465,7 @@
|
|
|
15465
15465
|
},
|
|
15466
15466
|
"loopExpression": {
|
|
15467
15467
|
"expression": {
|
|
15468
|
-
"id":
|
|
15468
|
+
"id": 40268,
|
|
15469
15469
|
"isConstant": false,
|
|
15470
15470
|
"isLValue": false,
|
|
15471
15471
|
"isPure": false,
|
|
@@ -15475,11 +15475,11 @@
|
|
|
15475
15475
|
"prefix": true,
|
|
15476
15476
|
"src": "1153:3:103",
|
|
15477
15477
|
"subExpression": {
|
|
15478
|
-
"id":
|
|
15478
|
+
"id": 40267,
|
|
15479
15479
|
"name": "i",
|
|
15480
15480
|
"nodeType": "Identifier",
|
|
15481
15481
|
"overloadedDeclarations": [],
|
|
15482
|
-
"referencedDeclaration":
|
|
15482
|
+
"referencedDeclaration": 40260,
|
|
15483
15483
|
"src": "1155:1:103",
|
|
15484
15484
|
"typeDescriptions": {
|
|
15485
15485
|
"typeIdentifier": "t_uint256",
|
|
@@ -15491,7 +15491,7 @@
|
|
|
15491
15491
|
"typeString": "uint256"
|
|
15492
15492
|
}
|
|
15493
15493
|
},
|
|
15494
|
-
"id":
|
|
15494
|
+
"id": 40269,
|
|
15495
15495
|
"nodeType": "ExpressionStatement",
|
|
15496
15496
|
"src": "1153:3:103"
|
|
15497
15497
|
},
|
|
@@ -15501,7 +15501,7 @@
|
|
|
15501
15501
|
]
|
|
15502
15502
|
},
|
|
15503
15503
|
"functionSelector": "5a907818",
|
|
15504
|
-
"id":
|
|
15504
|
+
"id": 40286,
|
|
15505
15505
|
"implemented": true,
|
|
15506
15506
|
"kind": "function",
|
|
15507
15507
|
"modifiers": [],
|
|
@@ -15509,41 +15509,41 @@
|
|
|
15509
15509
|
"nameLocation": "562:10:103",
|
|
15510
15510
|
"nodeType": "FunctionDefinition",
|
|
15511
15511
|
"parameters": {
|
|
15512
|
-
"id":
|
|
15512
|
+
"id": 40206,
|
|
15513
15513
|
"nodeType": "ParameterList",
|
|
15514
15514
|
"parameters": [
|
|
15515
15515
|
{
|
|
15516
15516
|
"constant": false,
|
|
15517
|
-
"id":
|
|
15517
|
+
"id": 40196,
|
|
15518
15518
|
"mutability": "mutable",
|
|
15519
15519
|
"name": "host",
|
|
15520
15520
|
"nameLocation": "594:4:103",
|
|
15521
15521
|
"nodeType": "VariableDeclaration",
|
|
15522
|
-
"scope":
|
|
15522
|
+
"scope": 40286,
|
|
15523
15523
|
"src": "582:16:103",
|
|
15524
15524
|
"stateVariable": false,
|
|
15525
15525
|
"storageLocation": "default",
|
|
15526
15526
|
"typeDescriptions": {
|
|
15527
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15527
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
15528
15528
|
"typeString": "contract ISuperfluid"
|
|
15529
15529
|
},
|
|
15530
15530
|
"typeName": {
|
|
15531
|
-
"id":
|
|
15531
|
+
"id": 40195,
|
|
15532
15532
|
"nodeType": "UserDefinedTypeName",
|
|
15533
15533
|
"pathNode": {
|
|
15534
|
-
"id":
|
|
15534
|
+
"id": 40194,
|
|
15535
15535
|
"name": "ISuperfluid",
|
|
15536
15536
|
"nameLocations": [
|
|
15537
15537
|
"582:11:103"
|
|
15538
15538
|
],
|
|
15539
15539
|
"nodeType": "IdentifierPath",
|
|
15540
|
-
"referencedDeclaration":
|
|
15540
|
+
"referencedDeclaration": 20542,
|
|
15541
15541
|
"src": "582:11:103"
|
|
15542
15542
|
},
|
|
15543
|
-
"referencedDeclaration":
|
|
15543
|
+
"referencedDeclaration": 20542,
|
|
15544
15544
|
"src": "582:11:103",
|
|
15545
15545
|
"typeDescriptions": {
|
|
15546
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15546
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
15547
15547
|
"typeString": "contract ISuperfluid"
|
|
15548
15548
|
}
|
|
15549
15549
|
},
|
|
@@ -15551,12 +15551,12 @@
|
|
|
15551
15551
|
},
|
|
15552
15552
|
{
|
|
15553
15553
|
"constant": false,
|
|
15554
|
-
"id":
|
|
15554
|
+
"id": 40198,
|
|
15555
15555
|
"mutability": "mutable",
|
|
15556
15556
|
"name": "rewardAddress",
|
|
15557
15557
|
"nameLocation": "616:13:103",
|
|
15558
15558
|
"nodeType": "VariableDeclaration",
|
|
15559
|
-
"scope":
|
|
15559
|
+
"scope": 40286,
|
|
15560
15560
|
"src": "608:21:103",
|
|
15561
15561
|
"stateVariable": false,
|
|
15562
15562
|
"storageLocation": "default",
|
|
@@ -15565,7 +15565,7 @@
|
|
|
15565
15565
|
"typeString": "address"
|
|
15566
15566
|
},
|
|
15567
15567
|
"typeName": {
|
|
15568
|
-
"id":
|
|
15568
|
+
"id": 40197,
|
|
15569
15569
|
"name": "address",
|
|
15570
15570
|
"nodeType": "ElementaryTypeName",
|
|
15571
15571
|
"src": "608:7:103",
|
|
@@ -15579,12 +15579,12 @@
|
|
|
15579
15579
|
},
|
|
15580
15580
|
{
|
|
15581
15581
|
"constant": false,
|
|
15582
|
-
"id":
|
|
15582
|
+
"id": 40200,
|
|
15583
15583
|
"mutability": "mutable",
|
|
15584
15584
|
"name": "liquidationPeriod",
|
|
15585
15585
|
"nameLocation": "647:17:103",
|
|
15586
15586
|
"nodeType": "VariableDeclaration",
|
|
15587
|
-
"scope":
|
|
15587
|
+
"scope": 40286,
|
|
15588
15588
|
"src": "639:25:103",
|
|
15589
15589
|
"stateVariable": false,
|
|
15590
15590
|
"storageLocation": "default",
|
|
@@ -15593,7 +15593,7 @@
|
|
|
15593
15593
|
"typeString": "uint256"
|
|
15594
15594
|
},
|
|
15595
15595
|
"typeName": {
|
|
15596
|
-
"id":
|
|
15596
|
+
"id": 40199,
|
|
15597
15597
|
"name": "uint256",
|
|
15598
15598
|
"nodeType": "ElementaryTypeName",
|
|
15599
15599
|
"src": "639:7:103",
|
|
@@ -15606,12 +15606,12 @@
|
|
|
15606
15606
|
},
|
|
15607
15607
|
{
|
|
15608
15608
|
"constant": false,
|
|
15609
|
-
"id":
|
|
15609
|
+
"id": 40202,
|
|
15610
15610
|
"mutability": "mutable",
|
|
15611
15611
|
"name": "patricianPeriod",
|
|
15612
15612
|
"nameLocation": "682:15:103",
|
|
15613
15613
|
"nodeType": "VariableDeclaration",
|
|
15614
|
-
"scope":
|
|
15614
|
+
"scope": 40286,
|
|
15615
15615
|
"src": "674:23:103",
|
|
15616
15616
|
"stateVariable": false,
|
|
15617
15617
|
"storageLocation": "default",
|
|
@@ -15620,7 +15620,7 @@
|
|
|
15620
15620
|
"typeString": "uint256"
|
|
15621
15621
|
},
|
|
15622
15622
|
"typeName": {
|
|
15623
|
-
"id":
|
|
15623
|
+
"id": 40201,
|
|
15624
15624
|
"name": "uint256",
|
|
15625
15625
|
"nodeType": "ElementaryTypeName",
|
|
15626
15626
|
"src": "674:7:103",
|
|
@@ -15633,12 +15633,12 @@
|
|
|
15633
15633
|
},
|
|
15634
15634
|
{
|
|
15635
15635
|
"constant": false,
|
|
15636
|
-
"id":
|
|
15636
|
+
"id": 40205,
|
|
15637
15637
|
"mutability": "mutable",
|
|
15638
15638
|
"name": "trustedForwarders",
|
|
15639
15639
|
"nameLocation": "726:17:103",
|
|
15640
15640
|
"nodeType": "VariableDeclaration",
|
|
15641
|
-
"scope":
|
|
15641
|
+
"scope": 40286,
|
|
15642
15642
|
"src": "707:36:103",
|
|
15643
15643
|
"stateVariable": false,
|
|
15644
15644
|
"storageLocation": "calldata",
|
|
@@ -15648,7 +15648,7 @@
|
|
|
15648
15648
|
},
|
|
15649
15649
|
"typeName": {
|
|
15650
15650
|
"baseType": {
|
|
15651
|
-
"id":
|
|
15651
|
+
"id": 40203,
|
|
15652
15652
|
"name": "address",
|
|
15653
15653
|
"nodeType": "ElementaryTypeName",
|
|
15654
15654
|
"src": "707:7:103",
|
|
@@ -15658,7 +15658,7 @@
|
|
|
15658
15658
|
"typeString": "address"
|
|
15659
15659
|
}
|
|
15660
15660
|
},
|
|
15661
|
-
"id":
|
|
15661
|
+
"id": 40204,
|
|
15662
15662
|
"nodeType": "ArrayTypeName",
|
|
15663
15663
|
"src": "707:9:103",
|
|
15664
15664
|
"typeDescriptions": {
|
|
@@ -15672,12 +15672,12 @@
|
|
|
15672
15672
|
"src": "572:177:103"
|
|
15673
15673
|
},
|
|
15674
15674
|
"returnParameters": {
|
|
15675
|
-
"id":
|
|
15675
|
+
"id": 40207,
|
|
15676
15676
|
"nodeType": "ParameterList",
|
|
15677
15677
|
"parameters": [],
|
|
15678
15678
|
"src": "771:0:103"
|
|
15679
15679
|
},
|
|
15680
|
-
"scope":
|
|
15680
|
+
"scope": 40309,
|
|
15681
15681
|
"src": "553:717:103",
|
|
15682
15682
|
"stateMutability": "nonpayable",
|
|
15683
15683
|
"virtual": false,
|
|
@@ -15685,10 +15685,10 @@
|
|
|
15685
15685
|
},
|
|
15686
15686
|
{
|
|
15687
15687
|
"baseFunctions": [
|
|
15688
|
-
|
|
15688
|
+
17961
|
|
15689
15689
|
],
|
|
15690
15690
|
"body": {
|
|
15691
|
-
"id":
|
|
15691
|
+
"id": 40307,
|
|
15692
15692
|
"nodeType": "Block",
|
|
15693
15693
|
"src": "1357:79:103",
|
|
15694
15694
|
"statements": [
|
|
@@ -15697,37 +15697,37 @@
|
|
|
15697
15697
|
"arguments": [
|
|
15698
15698
|
{
|
|
15699
15699
|
"commonType": {
|
|
15700
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15700
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
15701
15701
|
"typeString": "contract ISuperfluid"
|
|
15702
15702
|
},
|
|
15703
|
-
"id":
|
|
15703
|
+
"id": 40296,
|
|
15704
15704
|
"isConstant": false,
|
|
15705
15705
|
"isLValue": false,
|
|
15706
15706
|
"isPure": false,
|
|
15707
15707
|
"lValueRequested": false,
|
|
15708
15708
|
"leftExpression": {
|
|
15709
|
-
"id":
|
|
15709
|
+
"id": 40294,
|
|
15710
15710
|
"name": "host",
|
|
15711
15711
|
"nodeType": "Identifier",
|
|
15712
15712
|
"overloadedDeclarations": [],
|
|
15713
|
-
"referencedDeclaration":
|
|
15713
|
+
"referencedDeclaration": 40289,
|
|
15714
15714
|
"src": "1374:4:103",
|
|
15715
15715
|
"typeDescriptions": {
|
|
15716
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15716
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
15717
15717
|
"typeString": "contract ISuperfluid"
|
|
15718
15718
|
}
|
|
15719
15719
|
},
|
|
15720
15720
|
"nodeType": "BinaryOperation",
|
|
15721
15721
|
"operator": "==",
|
|
15722
15722
|
"rightExpression": {
|
|
15723
|
-
"id":
|
|
15723
|
+
"id": 40295,
|
|
15724
15724
|
"name": "_host",
|
|
15725
15725
|
"nodeType": "Identifier",
|
|
15726
15726
|
"overloadedDeclarations": [],
|
|
15727
|
-
"referencedDeclaration":
|
|
15727
|
+
"referencedDeclaration": 40193,
|
|
15728
15728
|
"src": "1382:5:103",
|
|
15729
15729
|
"typeDescriptions": {
|
|
15730
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15730
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
15731
15731
|
"typeString": "contract ISuperfluid"
|
|
15732
15732
|
}
|
|
15733
15733
|
},
|
|
@@ -15745,7 +15745,7 @@
|
|
|
15745
15745
|
"typeString": "bool"
|
|
15746
15746
|
}
|
|
15747
15747
|
],
|
|
15748
|
-
"id":
|
|
15748
|
+
"id": 40293,
|
|
15749
15749
|
"name": "assert",
|
|
15750
15750
|
"nodeType": "Identifier",
|
|
15751
15751
|
"overloadedDeclarations": [],
|
|
@@ -15756,7 +15756,7 @@
|
|
|
15756
15756
|
"typeString": "function (bool) pure"
|
|
15757
15757
|
}
|
|
15758
15758
|
},
|
|
15759
|
-
"id":
|
|
15759
|
+
"id": 40297,
|
|
15760
15760
|
"isConstant": false,
|
|
15761
15761
|
"isLValue": false,
|
|
15762
15762
|
"isPure": false,
|
|
@@ -15772,7 +15772,7 @@
|
|
|
15772
15772
|
"typeString": "tuple()"
|
|
15773
15773
|
}
|
|
15774
15774
|
},
|
|
15775
|
-
"id":
|
|
15775
|
+
"id": 40298,
|
|
15776
15776
|
"nodeType": "ExpressionStatement",
|
|
15777
15777
|
"src": "1367:21:103"
|
|
15778
15778
|
},
|
|
@@ -15784,7 +15784,7 @@
|
|
|
15784
15784
|
"typeIdentifier": "t_address",
|
|
15785
15785
|
"typeString": "address"
|
|
15786
15786
|
},
|
|
15787
|
-
"id":
|
|
15787
|
+
"id": 40304,
|
|
15788
15788
|
"isConstant": false,
|
|
15789
15789
|
"isLValue": false,
|
|
15790
15790
|
"isPure": false,
|
|
@@ -15793,7 +15793,7 @@
|
|
|
15793
15793
|
"arguments": [],
|
|
15794
15794
|
"expression": {
|
|
15795
15795
|
"argumentTypes": [],
|
|
15796
|
-
"id":
|
|
15796
|
+
"id": 40300,
|
|
15797
15797
|
"name": "owner",
|
|
15798
15798
|
"nodeType": "Identifier",
|
|
15799
15799
|
"overloadedDeclarations": [],
|
|
@@ -15804,7 +15804,7 @@
|
|
|
15804
15804
|
"typeString": "function () view returns (address)"
|
|
15805
15805
|
}
|
|
15806
15806
|
},
|
|
15807
|
-
"id":
|
|
15807
|
+
"id": 40301,
|
|
15808
15808
|
"isConstant": false,
|
|
15809
15809
|
"isLValue": false,
|
|
15810
15810
|
"isPure": false,
|
|
@@ -15826,7 +15826,7 @@
|
|
|
15826
15826
|
"arguments": [],
|
|
15827
15827
|
"expression": {
|
|
15828
15828
|
"argumentTypes": [],
|
|
15829
|
-
"id":
|
|
15829
|
+
"id": 40302,
|
|
15830
15830
|
"name": "_msgSender",
|
|
15831
15831
|
"nodeType": "Identifier",
|
|
15832
15832
|
"overloadedDeclarations": [],
|
|
@@ -15837,7 +15837,7 @@
|
|
|
15837
15837
|
"typeString": "function () view returns (address)"
|
|
15838
15838
|
}
|
|
15839
15839
|
},
|
|
15840
|
-
"id":
|
|
15840
|
+
"id": 40303,
|
|
15841
15841
|
"isConstant": false,
|
|
15842
15842
|
"isLValue": false,
|
|
15843
15843
|
"isPure": false,
|
|
@@ -15867,7 +15867,7 @@
|
|
|
15867
15867
|
"typeString": "bool"
|
|
15868
15868
|
}
|
|
15869
15869
|
],
|
|
15870
|
-
"id":
|
|
15870
|
+
"id": 40299,
|
|
15871
15871
|
"name": "assert",
|
|
15872
15872
|
"nodeType": "Identifier",
|
|
15873
15873
|
"overloadedDeclarations": [],
|
|
@@ -15878,7 +15878,7 @@
|
|
|
15878
15878
|
"typeString": "function (bool) pure"
|
|
15879
15879
|
}
|
|
15880
15880
|
},
|
|
15881
|
-
"id":
|
|
15881
|
+
"id": 40305,
|
|
15882
15882
|
"isConstant": false,
|
|
15883
15883
|
"isLValue": false,
|
|
15884
15884
|
"isPure": false,
|
|
@@ -15894,13 +15894,13 @@
|
|
|
15894
15894
|
"typeString": "tuple()"
|
|
15895
15895
|
}
|
|
15896
15896
|
},
|
|
15897
|
-
"id":
|
|
15897
|
+
"id": 40306,
|
|
15898
15898
|
"nodeType": "ExpressionStatement",
|
|
15899
15899
|
"src": "1398:31:103"
|
|
15900
15900
|
}
|
|
15901
15901
|
]
|
|
15902
15902
|
},
|
|
15903
|
-
"id":
|
|
15903
|
+
"id": 40308,
|
|
15904
15904
|
"implemented": true,
|
|
15905
15905
|
"kind": "function",
|
|
15906
15906
|
"modifiers": [],
|
|
@@ -15908,47 +15908,47 @@
|
|
|
15908
15908
|
"nameLocation": "1285:18:103",
|
|
15909
15909
|
"nodeType": "FunctionDefinition",
|
|
15910
15910
|
"overrides": {
|
|
15911
|
-
"id":
|
|
15911
|
+
"id": 40291,
|
|
15912
15912
|
"nodeType": "OverrideSpecifier",
|
|
15913
15913
|
"overrides": [],
|
|
15914
15914
|
"src": "1344:8:103"
|
|
15915
15915
|
},
|
|
15916
15916
|
"parameters": {
|
|
15917
|
-
"id":
|
|
15917
|
+
"id": 40290,
|
|
15918
15918
|
"nodeType": "ParameterList",
|
|
15919
15919
|
"parameters": [
|
|
15920
15920
|
{
|
|
15921
15921
|
"constant": false,
|
|
15922
|
-
"id":
|
|
15922
|
+
"id": 40289,
|
|
15923
15923
|
"mutability": "mutable",
|
|
15924
15924
|
"name": "host",
|
|
15925
15925
|
"nameLocation": "1316:4:103",
|
|
15926
15926
|
"nodeType": "VariableDeclaration",
|
|
15927
|
-
"scope":
|
|
15927
|
+
"scope": 40308,
|
|
15928
15928
|
"src": "1304:16:103",
|
|
15929
15929
|
"stateVariable": false,
|
|
15930
15930
|
"storageLocation": "default",
|
|
15931
15931
|
"typeDescriptions": {
|
|
15932
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15932
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
15933
15933
|
"typeString": "contract ISuperfluid"
|
|
15934
15934
|
},
|
|
15935
15935
|
"typeName": {
|
|
15936
|
-
"id":
|
|
15936
|
+
"id": 40288,
|
|
15937
15937
|
"nodeType": "UserDefinedTypeName",
|
|
15938
15938
|
"pathNode": {
|
|
15939
|
-
"id":
|
|
15939
|
+
"id": 40287,
|
|
15940
15940
|
"name": "ISuperfluid",
|
|
15941
15941
|
"nameLocations": [
|
|
15942
15942
|
"1304:11:103"
|
|
15943
15943
|
],
|
|
15944
15944
|
"nodeType": "IdentifierPath",
|
|
15945
|
-
"referencedDeclaration":
|
|
15945
|
+
"referencedDeclaration": 20542,
|
|
15946
15946
|
"src": "1304:11:103"
|
|
15947
15947
|
},
|
|
15948
|
-
"referencedDeclaration":
|
|
15948
|
+
"referencedDeclaration": 20542,
|
|
15949
15949
|
"src": "1304:11:103",
|
|
15950
15950
|
"typeDescriptions": {
|
|
15951
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15951
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
15952
15952
|
"typeString": "contract ISuperfluid"
|
|
15953
15953
|
}
|
|
15954
15954
|
},
|
|
@@ -15958,24 +15958,24 @@
|
|
|
15958
15958
|
"src": "1303:18:103"
|
|
15959
15959
|
},
|
|
15960
15960
|
"returnParameters": {
|
|
15961
|
-
"id":
|
|
15961
|
+
"id": 40292,
|
|
15962
15962
|
"nodeType": "ParameterList",
|
|
15963
15963
|
"parameters": [],
|
|
15964
15964
|
"src": "1357:0:103"
|
|
15965
15965
|
},
|
|
15966
|
-
"scope":
|
|
15966
|
+
"scope": 40309,
|
|
15967
15967
|
"src": "1276:160:103",
|
|
15968
15968
|
"stateMutability": "view",
|
|
15969
15969
|
"virtual": false,
|
|
15970
15970
|
"visibility": "internal"
|
|
15971
15971
|
}
|
|
15972
15972
|
],
|
|
15973
|
-
"scope":
|
|
15973
|
+
"scope": 40310,
|
|
15974
15974
|
"src": "446:992:103",
|
|
15975
15975
|
"usedErrors": [
|
|
15976
|
-
|
|
15977
|
-
|
|
15978
|
-
|
|
15976
|
+
19294,
|
|
15977
|
+
20557,
|
|
15978
|
+
20559
|
|
15979
15979
|
]
|
|
15980
15980
|
}
|
|
15981
15981
|
],
|
|
@@ -15987,7 +15987,7 @@
|
|
|
15987
15987
|
},
|
|
15988
15988
|
"networks": {},
|
|
15989
15989
|
"schemaVersion": "3.4.9",
|
|
15990
|
-
"updatedAt": "2022-09-
|
|
15990
|
+
"updatedAt": "2022-09-21T11:06:18.642Z",
|
|
15991
15991
|
"devdoc": {
|
|
15992
15992
|
"author": "Superfluid",
|
|
15993
15993
|
"details": "A initializable version of the governance for testing purpose",
|