@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
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
}
|
|
1567
1567
|
]
|
|
1568
1568
|
},
|
|
1569
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
1569
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperfluidToken_$20947t_uint256t_uint256",
|
|
1570
1570
|
"nodeType": "YulFunctionDefinition",
|
|
1571
1571
|
"parameters": [
|
|
1572
1572
|
{
|
|
@@ -1841,7 +1841,7 @@
|
|
|
1841
1841
|
}
|
|
1842
1842
|
]
|
|
1843
1843
|
},
|
|
1844
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
1844
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperfluidToken_$20947",
|
|
1845
1845
|
"nodeType": "YulFunctionDefinition",
|
|
1846
1846
|
"parameters": [
|
|
1847
1847
|
{
|
|
@@ -3117,7 +3117,7 @@
|
|
|
3117
3117
|
}
|
|
3118
3118
|
]
|
|
3119
3119
|
},
|
|
3120
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
3120
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_addresst_string_memory_ptr",
|
|
3121
3121
|
"nodeType": "YulFunctionDefinition",
|
|
3122
3122
|
"parameters": [
|
|
3123
3123
|
{
|
|
@@ -4381,7 +4381,7 @@
|
|
|
4381
4381
|
}
|
|
4382
4382
|
]
|
|
4383
4383
|
},
|
|
4384
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
4384
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_array$_t_contract$_ISuperToken_$19940_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr",
|
|
4385
4385
|
"nodeType": "YulFunctionDefinition",
|
|
4386
4386
|
"parameters": [
|
|
4387
4387
|
{
|
|
@@ -4662,7 +4662,7 @@
|
|
|
4662
4662
|
}
|
|
4663
4663
|
]
|
|
4664
4664
|
},
|
|
4665
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
4665
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_address",
|
|
4666
4666
|
"nodeType": "YulFunctionDefinition",
|
|
4667
4667
|
"parameters": [
|
|
4668
4668
|
{
|
|
@@ -5007,7 +5007,7 @@
|
|
|
5007
5007
|
}
|
|
5008
5008
|
]
|
|
5009
5009
|
},
|
|
5010
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
5010
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperfluidToken_$20947t_address",
|
|
5011
5011
|
"nodeType": "YulFunctionDefinition",
|
|
5012
5012
|
"parameters": [
|
|
5013
5013
|
{
|
|
@@ -5389,7 +5389,7 @@
|
|
|
5389
5389
|
}
|
|
5390
5390
|
]
|
|
5391
5391
|
},
|
|
5392
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
5392
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_array$_t_contract$_ISuperToken_$19940_$dyn_calldata_ptr",
|
|
5393
5393
|
"nodeType": "YulFunctionDefinition",
|
|
5394
5394
|
"parameters": [
|
|
5395
5395
|
{
|
|
@@ -5935,7 +5935,7 @@
|
|
|
5935
5935
|
}
|
|
5936
5936
|
]
|
|
5937
5937
|
},
|
|
5938
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
5938
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_addresst_array$_t_address_$dyn_calldata_ptrt_address",
|
|
5939
5939
|
"nodeType": "YulFunctionDefinition",
|
|
5940
5940
|
"parameters": [
|
|
5941
5941
|
{
|
|
@@ -6669,7 +6669,7 @@
|
|
|
6669
6669
|
}
|
|
6670
6670
|
]
|
|
6671
6671
|
},
|
|
6672
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
6672
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperfluidToken_$20947t_bytes32",
|
|
6673
6673
|
"nodeType": "YulFunctionDefinition",
|
|
6674
6674
|
"parameters": [
|
|
6675
6675
|
{
|
|
@@ -7065,7 +7065,7 @@
|
|
|
7065
7065
|
}
|
|
7066
7066
|
]
|
|
7067
7067
|
},
|
|
7068
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
7068
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperfluidToken_$20947t_bytes32t_address",
|
|
7069
7069
|
"nodeType": "YulFunctionDefinition",
|
|
7070
7070
|
"parameters": [
|
|
7071
7071
|
{
|
|
@@ -7385,7 +7385,7 @@
|
|
|
7385
7385
|
}
|
|
7386
7386
|
]
|
|
7387
7387
|
},
|
|
7388
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
7388
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperfluidToken_$20947t_uint256",
|
|
7389
7389
|
"nodeType": "YulFunctionDefinition",
|
|
7390
7390
|
"parameters": [
|
|
7391
7391
|
{
|
|
@@ -7860,7 +7860,7 @@
|
|
|
7860
7860
|
}
|
|
7861
7861
|
]
|
|
7862
7862
|
},
|
|
7863
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
7863
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperToken_$19940",
|
|
7864
7864
|
"nodeType": "YulFunctionDefinition",
|
|
7865
7865
|
"parameters": [
|
|
7866
7866
|
{
|
|
@@ -8324,7 +8324,7 @@
|
|
|
8324
8324
|
}
|
|
8325
8325
|
]
|
|
8326
8326
|
},
|
|
8327
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
8327
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_addresst_string_memory_ptrt_uint256",
|
|
8328
8328
|
"nodeType": "YulFunctionDefinition",
|
|
8329
8329
|
"parameters": [
|
|
8330
8330
|
{
|
|
@@ -8689,7 +8689,7 @@
|
|
|
8689
8689
|
}
|
|
8690
8690
|
]
|
|
8691
8691
|
},
|
|
8692
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
8692
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542t_contract$_ISuperfluidToken_$20947t_bytes32t_uint256",
|
|
8693
8693
|
"nodeType": "YulFunctionDefinition",
|
|
8694
8694
|
"parameters": [
|
|
8695
8695
|
{
|
|
@@ -9422,7 +9422,7 @@
|
|
|
9422
9422
|
}
|
|
9423
9423
|
]
|
|
9424
9424
|
},
|
|
9425
|
-
"name": "abi_decode_tuple_t_contract$_ISuperToken_$
|
|
9425
|
+
"name": "abi_decode_tuple_t_contract$_ISuperToken_$19940",
|
|
9426
9426
|
"nodeType": "YulFunctionDefinition",
|
|
9427
9427
|
"parameters": [
|
|
9428
9428
|
{
|
|
@@ -9995,7 +9995,7 @@
|
|
|
9995
9995
|
}
|
|
9996
9996
|
]
|
|
9997
9997
|
},
|
|
9998
|
-
"name": "abi_encode_tuple_t_contract$_ISuperToken_$
|
|
9998
|
+
"name": "abi_encode_tuple_t_contract$_ISuperToken_$19940__to_t_address__fromStack_reversed",
|
|
9999
9999
|
"nodeType": "YulFunctionDefinition",
|
|
10000
10000
|
"parameters": [
|
|
10001
10001
|
{
|
|
@@ -10141,7 +10141,7 @@
|
|
|
10141
10141
|
}
|
|
10142
10142
|
]
|
|
10143
10143
|
},
|
|
10144
|
-
"name": "abi_encode_tuple_t_contract$_ISuperAgreement_$
|
|
10144
|
+
"name": "abi_encode_tuple_t_contract$_ISuperAgreement_$19438__to_t_address__fromStack_reversed",
|
|
10145
10145
|
"nodeType": "YulFunctionDefinition",
|
|
10146
10146
|
"parameters": [
|
|
10147
10147
|
{
|
|
@@ -10287,7 +10287,7 @@
|
|
|
10287
10287
|
}
|
|
10288
10288
|
]
|
|
10289
10289
|
},
|
|
10290
|
-
"name": "abi_encode_tuple_t_contract$_ISuperTokenFactory_$
|
|
10290
|
+
"name": "abi_encode_tuple_t_contract$_ISuperTokenFactory_$20031__to_t_address__fromStack_reversed",
|
|
10291
10291
|
"nodeType": "YulFunctionDefinition",
|
|
10292
10292
|
"parameters": [
|
|
10293
10293
|
{
|
|
@@ -10433,7 +10433,7 @@
|
|
|
10433
10433
|
}
|
|
10434
10434
|
]
|
|
10435
10435
|
},
|
|
10436
|
-
"name": "abi_encode_tuple_t_contract$_ISuperfluidGovernance_$
|
|
10436
|
+
"name": "abi_encode_tuple_t_contract$_ISuperfluidGovernance_$20671__to_t_address__fromStack_reversed",
|
|
10437
10437
|
"nodeType": "YulFunctionDefinition",
|
|
10438
10438
|
"parameters": [
|
|
10439
10439
|
{
|
|
@@ -14864,7 +14864,7 @@
|
|
|
14864
14864
|
}
|
|
14865
14865
|
]
|
|
14866
14866
|
},
|
|
14867
|
-
"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_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_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\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_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 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_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 46)\n mstore(add(headStart, 64), \"Initializable: contract is alrea\")\n mstore(add(headStart, 96), \"dy initialized\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xff))\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_befd5f2ffca520b9208eba0ffa41bf9e0aed29a8580655fdb778030efa521bea__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 29)\n mstore(add(headStart, 64), \"UUPSProxiable: not upgradable\")\n tail := add(headStart, 96)\n }\n function abi_decode_tuple_t_bytes32_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := mload(headStart)\n }\n function abi_encode_tuple_t_stringliteral_0c74ad657035ec53451093745d5caa5909a42dace836130f97873b36755af913__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 35)\n mstore(add(headStart, 64), \"UUPSProxiable: not compatible lo\")\n mstore(add(headStart, 96), \"gic\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_stringliteral_7cebf0bf1547141b7b7f87cc08cf4eb6b11676b9b00928b28fdc7e005edd97c0__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 25)\n mstore(add(headStart, 64), \"UUPSProxiable: proxy loop\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_bytes32_t_address__to_t_bytes32_t_address__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 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}",
|
|
14867
|
+
"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_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_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\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_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 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_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 46)\n mstore(add(headStart, 64), \"Initializable: contract is alrea\")\n mstore(add(headStart, 96), \"dy initialized\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xff))\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_befd5f2ffca520b9208eba0ffa41bf9e0aed29a8580655fdb778030efa521bea__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 29)\n mstore(add(headStart, 64), \"UUPSProxiable: not upgradable\")\n tail := add(headStart, 96)\n }\n function abi_decode_tuple_t_bytes32_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := mload(headStart)\n }\n function abi_encode_tuple_t_stringliteral_0c74ad657035ec53451093745d5caa5909a42dace836130f97873b36755af913__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 35)\n mstore(add(headStart, 64), \"UUPSProxiable: not compatible lo\")\n mstore(add(headStart, 96), \"gic\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_stringliteral_7cebf0bf1547141b7b7f87cc08cf4eb6b11676b9b00928b28fdc7e005edd97c0__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 25)\n mstore(add(headStart, 64), \"UUPSProxiable: proxy loop\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_bytes32_t_address__to_t_bytes32_t_address__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 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}",
|
|
14868
14868
|
"id": 106,
|
|
14869
14869
|
"language": "Yul",
|
|
14870
14870
|
"name": "#utility.yul"
|
|
@@ -14878,33 +14878,33 @@
|
|
|
14878
14878
|
"absolutePath": "project:/contracts/gov/SuperfluidGovernanceII.sol",
|
|
14879
14879
|
"exportedSymbols": {
|
|
14880
14880
|
"ISuperfluid": [
|
|
14881
|
-
|
|
14881
|
+
20542
|
|
14882
14882
|
],
|
|
14883
14883
|
"Ownable": [
|
|
14884
14884
|
655
|
|
14885
14885
|
],
|
|
14886
14886
|
"SuperfluidGovernanceBase": [
|
|
14887
|
-
|
|
14887
|
+
17962
|
|
14888
14888
|
],
|
|
14889
14889
|
"SuperfluidGovernanceII": [
|
|
14890
|
-
|
|
14890
|
+
18038
|
|
14891
14891
|
],
|
|
14892
14892
|
"SuperfluidGovernanceIIProxy": [
|
|
14893
|
-
|
|
14893
|
+
17980
|
|
14894
14894
|
],
|
|
14895
14895
|
"UUPSProxiable": [
|
|
14896
|
-
|
|
14896
|
+
37519
|
|
14897
14897
|
],
|
|
14898
14898
|
"UUPSProxy": [
|
|
14899
|
-
|
|
14899
|
+
37576
|
|
14900
14900
|
]
|
|
14901
14901
|
},
|
|
14902
|
-
"id":
|
|
14902
|
+
"id": 18039,
|
|
14903
14903
|
"license": "AGPLv3",
|
|
14904
14904
|
"nodeType": "SourceUnit",
|
|
14905
14905
|
"nodes": [
|
|
14906
14906
|
{
|
|
14907
|
-
"id":
|
|
14907
|
+
"id": 17964,
|
|
14908
14908
|
"literals": [
|
|
14909
14909
|
"solidity",
|
|
14910
14910
|
"0.8",
|
|
@@ -14916,20 +14916,20 @@
|
|
|
14916
14916
|
{
|
|
14917
14917
|
"absolutePath": "project:/contracts/upgradability/UUPSProxy.sol",
|
|
14918
14918
|
"file": "../upgradability/UUPSProxy.sol",
|
|
14919
|
-
"id":
|
|
14919
|
+
"id": 17966,
|
|
14920
14920
|
"nameLocation": "-1:-1:-1",
|
|
14921
14921
|
"nodeType": "ImportDirective",
|
|
14922
|
-
"scope":
|
|
14923
|
-
"sourceUnit":
|
|
14922
|
+
"scope": 18039,
|
|
14923
|
+
"sourceUnit": 37577,
|
|
14924
14924
|
"src": "60:59:39",
|
|
14925
14925
|
"symbolAliases": [
|
|
14926
14926
|
{
|
|
14927
14927
|
"foreign": {
|
|
14928
|
-
"id":
|
|
14928
|
+
"id": 17965,
|
|
14929
14929
|
"name": "UUPSProxy",
|
|
14930
14930
|
"nodeType": "Identifier",
|
|
14931
14931
|
"overloadedDeclarations": [],
|
|
14932
|
-
"referencedDeclaration":
|
|
14932
|
+
"referencedDeclaration": 37576,
|
|
14933
14933
|
"src": "69:9:39",
|
|
14934
14934
|
"typeDescriptions": {}
|
|
14935
14935
|
},
|
|
@@ -14941,16 +14941,16 @@
|
|
|
14941
14941
|
{
|
|
14942
14942
|
"absolutePath": "@openzeppelin/contracts/access/Ownable.sol",
|
|
14943
14943
|
"file": "@openzeppelin/contracts/access/Ownable.sol",
|
|
14944
|
-
"id":
|
|
14944
|
+
"id": 17968,
|
|
14945
14945
|
"nameLocation": "-1:-1:-1",
|
|
14946
14946
|
"nodeType": "ImportDirective",
|
|
14947
|
-
"scope":
|
|
14947
|
+
"scope": 18039,
|
|
14948
14948
|
"sourceUnit": 656,
|
|
14949
14949
|
"src": "120:69:39",
|
|
14950
14950
|
"symbolAliases": [
|
|
14951
14951
|
{
|
|
14952
14952
|
"foreign": {
|
|
14953
|
-
"id":
|
|
14953
|
+
"id": 17967,
|
|
14954
14954
|
"name": "Ownable",
|
|
14955
14955
|
"nodeType": "Identifier",
|
|
14956
14956
|
"overloadedDeclarations": [],
|
|
@@ -14966,20 +14966,20 @@
|
|
|
14966
14966
|
{
|
|
14967
14967
|
"absolutePath": "project:/contracts/upgradability/UUPSProxiable.sol",
|
|
14968
14968
|
"file": "../upgradability/UUPSProxiable.sol",
|
|
14969
|
-
"id":
|
|
14969
|
+
"id": 17970,
|
|
14970
14970
|
"nameLocation": "-1:-1:-1",
|
|
14971
14971
|
"nodeType": "ImportDirective",
|
|
14972
|
-
"scope":
|
|
14973
|
-
"sourceUnit":
|
|
14972
|
+
"scope": 18039,
|
|
14973
|
+
"sourceUnit": 37520,
|
|
14974
14974
|
"src": "190:67:39",
|
|
14975
14975
|
"symbolAliases": [
|
|
14976
14976
|
{
|
|
14977
14977
|
"foreign": {
|
|
14978
|
-
"id":
|
|
14978
|
+
"id": 17969,
|
|
14979
14979
|
"name": "UUPSProxiable",
|
|
14980
14980
|
"nodeType": "Identifier",
|
|
14981
14981
|
"overloadedDeclarations": [],
|
|
14982
|
-
"referencedDeclaration":
|
|
14982
|
+
"referencedDeclaration": 37519,
|
|
14983
14983
|
"src": "199:13:39",
|
|
14984
14984
|
"typeDescriptions": {}
|
|
14985
14985
|
},
|
|
@@ -14991,20 +14991,20 @@
|
|
|
14991
14991
|
{
|
|
14992
14992
|
"absolutePath": "project:/contracts/gov/SuperfluidGovernanceBase.sol",
|
|
14993
14993
|
"file": "./SuperfluidGovernanceBase.sol",
|
|
14994
|
-
"id":
|
|
14994
|
+
"id": 17972,
|
|
14995
14995
|
"nameLocation": "-1:-1:-1",
|
|
14996
14996
|
"nodeType": "ImportDirective",
|
|
14997
|
-
"scope":
|
|
14998
|
-
"sourceUnit":
|
|
14997
|
+
"scope": 18039,
|
|
14998
|
+
"sourceUnit": 17963,
|
|
14999
14999
|
"src": "258:74:39",
|
|
15000
15000
|
"symbolAliases": [
|
|
15001
15001
|
{
|
|
15002
15002
|
"foreign": {
|
|
15003
|
-
"id":
|
|
15003
|
+
"id": 17971,
|
|
15004
15004
|
"name": "SuperfluidGovernanceBase",
|
|
15005
15005
|
"nodeType": "Identifier",
|
|
15006
15006
|
"overloadedDeclarations": [],
|
|
15007
|
-
"referencedDeclaration":
|
|
15007
|
+
"referencedDeclaration": 17962,
|
|
15008
15008
|
"src": "267:24:39",
|
|
15009
15009
|
"typeDescriptions": {}
|
|
15010
15010
|
},
|
|
@@ -15016,20 +15016,20 @@
|
|
|
15016
15016
|
{
|
|
15017
15017
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
|
|
15018
15018
|
"file": "../interfaces/superfluid/ISuperfluid.sol",
|
|
15019
|
-
"id":
|
|
15019
|
+
"id": 17974,
|
|
15020
15020
|
"nameLocation": "-1:-1:-1",
|
|
15021
15021
|
"nodeType": "ImportDirective",
|
|
15022
|
-
"scope":
|
|
15023
|
-
"sourceUnit":
|
|
15022
|
+
"scope": 18039,
|
|
15023
|
+
"sourceUnit": 20543,
|
|
15024
15024
|
"src": "333:71:39",
|
|
15025
15025
|
"symbolAliases": [
|
|
15026
15026
|
{
|
|
15027
15027
|
"foreign": {
|
|
15028
|
-
"id":
|
|
15028
|
+
"id": 17973,
|
|
15029
15029
|
"name": "ISuperfluid",
|
|
15030
15030
|
"nodeType": "Identifier",
|
|
15031
15031
|
"overloadedDeclarations": [],
|
|
15032
|
-
"referencedDeclaration":
|
|
15032
|
+
"referencedDeclaration": 20542,
|
|
15033
15033
|
"src": "342:11:39",
|
|
15034
15034
|
"typeDescriptions": {}
|
|
15035
15035
|
},
|
|
@@ -15043,7 +15043,7 @@
|
|
|
15043
15043
|
"baseContracts": [
|
|
15044
15044
|
{
|
|
15045
15045
|
"baseName": {
|
|
15046
|
-
"id":
|
|
15046
|
+
"id": 17976,
|
|
15047
15047
|
"name": "Ownable",
|
|
15048
15048
|
"nameLocations": [
|
|
15049
15049
|
"694:7:39"
|
|
@@ -15052,22 +15052,22 @@
|
|
|
15052
15052
|
"referencedDeclaration": 655,
|
|
15053
15053
|
"src": "694:7:39"
|
|
15054
15054
|
},
|
|
15055
|
-
"id":
|
|
15055
|
+
"id": 17977,
|
|
15056
15056
|
"nodeType": "InheritanceSpecifier",
|
|
15057
15057
|
"src": "694:7:39"
|
|
15058
15058
|
},
|
|
15059
15059
|
{
|
|
15060
15060
|
"baseName": {
|
|
15061
|
-
"id":
|
|
15061
|
+
"id": 17978,
|
|
15062
15062
|
"name": "UUPSProxy",
|
|
15063
15063
|
"nameLocations": [
|
|
15064
15064
|
"703:9:39"
|
|
15065
15065
|
],
|
|
15066
15066
|
"nodeType": "IdentifierPath",
|
|
15067
|
-
"referencedDeclaration":
|
|
15067
|
+
"referencedDeclaration": 37576,
|
|
15068
15068
|
"src": "703:9:39"
|
|
15069
15069
|
},
|
|
15070
|
-
"id":
|
|
15070
|
+
"id": 17979,
|
|
15071
15071
|
"nodeType": "InheritanceSpecifier",
|
|
15072
15072
|
"src": "703:9:39"
|
|
15073
15073
|
}
|
|
@@ -15076,16 +15076,16 @@
|
|
|
15076
15076
|
"contractDependencies": [],
|
|
15077
15077
|
"contractKind": "contract",
|
|
15078
15078
|
"documentation": {
|
|
15079
|
-
"id":
|
|
15079
|
+
"id": 17975,
|
|
15080
15080
|
"nodeType": "StructuredDocumentation",
|
|
15081
15081
|
"src": "406:202:39",
|
|
15082
15082
|
"text": " @title A proxy for governance which is both ownable and upgradable\n @author Superfluid\n IMPORTANT! Make sure the inheritance order remains in sync with the logic contract (Ownable first)!"
|
|
15083
15083
|
},
|
|
15084
15084
|
"fullyImplemented": true,
|
|
15085
|
-
"id":
|
|
15085
|
+
"id": 17980,
|
|
15086
15086
|
"linearizedBaseContracts": [
|
|
15087
|
-
|
|
15088
|
-
|
|
15087
|
+
17980,
|
|
15088
|
+
37576,
|
|
15089
15089
|
707,
|
|
15090
15090
|
655,
|
|
15091
15091
|
2709
|
|
@@ -15094,7 +15094,7 @@
|
|
|
15094
15094
|
"nameLocation": "663:27:39",
|
|
15095
15095
|
"nodeType": "ContractDefinition",
|
|
15096
15096
|
"nodes": [],
|
|
15097
|
-
"scope":
|
|
15097
|
+
"scope": 18039,
|
|
15098
15098
|
"src": "654:62:39",
|
|
15099
15099
|
"usedErrors": []
|
|
15100
15100
|
},
|
|
@@ -15103,7 +15103,7 @@
|
|
|
15103
15103
|
"baseContracts": [
|
|
15104
15104
|
{
|
|
15105
15105
|
"baseName": {
|
|
15106
|
-
"id":
|
|
15106
|
+
"id": 17981,
|
|
15107
15107
|
"name": "Ownable",
|
|
15108
15108
|
"nameLocations": [
|
|
15109
15109
|
"757:7:39"
|
|
@@ -15112,37 +15112,37 @@
|
|
|
15112
15112
|
"referencedDeclaration": 655,
|
|
15113
15113
|
"src": "757:7:39"
|
|
15114
15114
|
},
|
|
15115
|
-
"id":
|
|
15115
|
+
"id": 17982,
|
|
15116
15116
|
"nodeType": "InheritanceSpecifier",
|
|
15117
15117
|
"src": "757:7:39"
|
|
15118
15118
|
},
|
|
15119
15119
|
{
|
|
15120
15120
|
"baseName": {
|
|
15121
|
-
"id":
|
|
15121
|
+
"id": 17983,
|
|
15122
15122
|
"name": "UUPSProxiable",
|
|
15123
15123
|
"nameLocations": [
|
|
15124
15124
|
"770:13:39"
|
|
15125
15125
|
],
|
|
15126
15126
|
"nodeType": "IdentifierPath",
|
|
15127
|
-
"referencedDeclaration":
|
|
15127
|
+
"referencedDeclaration": 37519,
|
|
15128
15128
|
"src": "770:13:39"
|
|
15129
15129
|
},
|
|
15130
|
-
"id":
|
|
15130
|
+
"id": 17984,
|
|
15131
15131
|
"nodeType": "InheritanceSpecifier",
|
|
15132
15132
|
"src": "770:13:39"
|
|
15133
15133
|
},
|
|
15134
15134
|
{
|
|
15135
15135
|
"baseName": {
|
|
15136
|
-
"id":
|
|
15136
|
+
"id": 17985,
|
|
15137
15137
|
"name": "SuperfluidGovernanceBase",
|
|
15138
15138
|
"nameLocations": [
|
|
15139
15139
|
"789:24:39"
|
|
15140
15140
|
],
|
|
15141
15141
|
"nodeType": "IdentifierPath",
|
|
15142
|
-
"referencedDeclaration":
|
|
15142
|
+
"referencedDeclaration": 17962,
|
|
15143
15143
|
"src": "789:24:39"
|
|
15144
15144
|
},
|
|
15145
|
-
"id":
|
|
15145
|
+
"id": 17986,
|
|
15146
15146
|
"nodeType": "InheritanceSpecifier",
|
|
15147
15147
|
"src": "789:24:39"
|
|
15148
15148
|
}
|
|
@@ -15151,12 +15151,12 @@
|
|
|
15151
15151
|
"contractDependencies": [],
|
|
15152
15152
|
"contractKind": "contract",
|
|
15153
15153
|
"fullyImplemented": true,
|
|
15154
|
-
"id":
|
|
15154
|
+
"id": 18038,
|
|
15155
15155
|
"linearizedBaseContracts": [
|
|
15156
|
-
|
|
15157
|
-
|
|
15158
|
-
|
|
15159
|
-
|
|
15156
|
+
18038,
|
|
15157
|
+
17962,
|
|
15158
|
+
20671,
|
|
15159
|
+
37519,
|
|
15160
15160
|
858,
|
|
15161
15161
|
655,
|
|
15162
15162
|
2709
|
|
@@ -15167,12 +15167,12 @@
|
|
|
15167
15167
|
"nodes": [
|
|
15168
15168
|
{
|
|
15169
15169
|
"errorSelector": "8c809f9b",
|
|
15170
|
-
"id":
|
|
15170
|
+
"id": 17988,
|
|
15171
15171
|
"name": "SF_GOV_II_ONLY_OWNER",
|
|
15172
15172
|
"nameLocation": "826:20:39",
|
|
15173
15173
|
"nodeType": "ErrorDefinition",
|
|
15174
15174
|
"parameters": {
|
|
15175
|
-
"id":
|
|
15175
|
+
"id": 17987,
|
|
15176
15176
|
"nodeType": "ParameterList",
|
|
15177
15177
|
"parameters": [],
|
|
15178
15178
|
"src": "846:2:39"
|
|
@@ -15181,7 +15181,7 @@
|
|
|
15181
15181
|
},
|
|
15182
15182
|
{
|
|
15183
15183
|
"body": {
|
|
15184
|
-
"id":
|
|
15184
|
+
"id": 18000,
|
|
15185
15185
|
"nodeType": "Block",
|
|
15186
15186
|
"src": "897:75:39",
|
|
15187
15187
|
"statements": [
|
|
@@ -15191,7 +15191,7 @@
|
|
|
15191
15191
|
"typeIdentifier": "t_address",
|
|
15192
15192
|
"typeString": "address"
|
|
15193
15193
|
},
|
|
15194
|
-
"id":
|
|
15194
|
+
"id": 17995,
|
|
15195
15195
|
"isConstant": false,
|
|
15196
15196
|
"isLValue": false,
|
|
15197
15197
|
"isPure": false,
|
|
@@ -15200,7 +15200,7 @@
|
|
|
15200
15200
|
"arguments": [],
|
|
15201
15201
|
"expression": {
|
|
15202
15202
|
"argumentTypes": [],
|
|
15203
|
-
"id":
|
|
15203
|
+
"id": 17991,
|
|
15204
15204
|
"name": "owner",
|
|
15205
15205
|
"nodeType": "Identifier",
|
|
15206
15206
|
"overloadedDeclarations": [],
|
|
@@ -15211,7 +15211,7 @@
|
|
|
15211
15211
|
"typeString": "function () view returns (address)"
|
|
15212
15212
|
}
|
|
15213
15213
|
},
|
|
15214
|
-
"id":
|
|
15214
|
+
"id": 17992,
|
|
15215
15215
|
"isConstant": false,
|
|
15216
15216
|
"isLValue": false,
|
|
15217
15217
|
"isPure": false,
|
|
@@ -15233,7 +15233,7 @@
|
|
|
15233
15233
|
"arguments": [],
|
|
15234
15234
|
"expression": {
|
|
15235
15235
|
"argumentTypes": [],
|
|
15236
|
-
"id":
|
|
15236
|
+
"id": 17993,
|
|
15237
15237
|
"name": "_msgSender",
|
|
15238
15238
|
"nodeType": "Identifier",
|
|
15239
15239
|
"overloadedDeclarations": [],
|
|
@@ -15244,7 +15244,7 @@
|
|
|
15244
15244
|
"typeString": "function () view returns (address)"
|
|
15245
15245
|
}
|
|
15246
15246
|
},
|
|
15247
|
-
"id":
|
|
15247
|
+
"id": 17994,
|
|
15248
15248
|
"isConstant": false,
|
|
15249
15249
|
"isLValue": false,
|
|
15250
15250
|
"isPure": false,
|
|
@@ -15266,7 +15266,7 @@
|
|
|
15266
15266
|
"typeString": "bool"
|
|
15267
15267
|
}
|
|
15268
15268
|
},
|
|
15269
|
-
"id":
|
|
15269
|
+
"id": 17999,
|
|
15270
15270
|
"nodeType": "IfStatement",
|
|
15271
15271
|
"src": "907:58:39",
|
|
15272
15272
|
"trueBody": {
|
|
@@ -15274,18 +15274,18 @@
|
|
|
15274
15274
|
"arguments": [],
|
|
15275
15275
|
"expression": {
|
|
15276
15276
|
"argumentTypes": [],
|
|
15277
|
-
"id":
|
|
15277
|
+
"id": 17996,
|
|
15278
15278
|
"name": "SF_GOV_II_ONLY_OWNER",
|
|
15279
15279
|
"nodeType": "Identifier",
|
|
15280
15280
|
"overloadedDeclarations": [],
|
|
15281
|
-
"referencedDeclaration":
|
|
15281
|
+
"referencedDeclaration": 17988,
|
|
15282
15282
|
"src": "943:20:39",
|
|
15283
15283
|
"typeDescriptions": {
|
|
15284
15284
|
"typeIdentifier": "t_function_error_pure$__$returns$__$",
|
|
15285
15285
|
"typeString": "function () pure"
|
|
15286
15286
|
}
|
|
15287
15287
|
},
|
|
15288
|
-
"id":
|
|
15288
|
+
"id": 17997,
|
|
15289
15289
|
"isConstant": false,
|
|
15290
15290
|
"isLValue": false,
|
|
15291
15291
|
"isPure": false,
|
|
@@ -15301,14 +15301,14 @@
|
|
|
15301
15301
|
"typeString": "tuple()"
|
|
15302
15302
|
}
|
|
15303
15303
|
},
|
|
15304
|
-
"id":
|
|
15304
|
+
"id": 17998,
|
|
15305
15305
|
"nodeType": "RevertStatement",
|
|
15306
15306
|
"src": "936:29:39"
|
|
15307
15307
|
}
|
|
15308
15308
|
}
|
|
15309
15309
|
]
|
|
15310
15310
|
},
|
|
15311
|
-
"id":
|
|
15311
|
+
"id": 18001,
|
|
15312
15312
|
"implemented": true,
|
|
15313
15313
|
"kind": "function",
|
|
15314
15314
|
"modifiers": [],
|
|
@@ -15316,18 +15316,18 @@
|
|
|
15316
15316
|
"nameLocation": "863:18:39",
|
|
15317
15317
|
"nodeType": "FunctionDefinition",
|
|
15318
15318
|
"parameters": {
|
|
15319
|
-
"id":
|
|
15319
|
+
"id": 17989,
|
|
15320
15320
|
"nodeType": "ParameterList",
|
|
15321
15321
|
"parameters": [],
|
|
15322
15322
|
"src": "881:2:39"
|
|
15323
15323
|
},
|
|
15324
15324
|
"returnParameters": {
|
|
15325
|
-
"id":
|
|
15325
|
+
"id": 17990,
|
|
15326
15326
|
"nodeType": "ParameterList",
|
|
15327
15327
|
"parameters": [],
|
|
15328
15328
|
"src": "897:0:39"
|
|
15329
15329
|
},
|
|
15330
|
-
"scope":
|
|
15330
|
+
"scope": 18038,
|
|
15331
15331
|
"src": "854:118:39",
|
|
15332
15332
|
"stateMutability": "view",
|
|
15333
15333
|
"virtual": false,
|
|
@@ -15335,10 +15335,10 @@
|
|
|
15335
15335
|
},
|
|
15336
15336
|
{
|
|
15337
15337
|
"baseFunctions": [
|
|
15338
|
-
|
|
15338
|
+
37459
|
|
15339
15339
|
],
|
|
15340
15340
|
"body": {
|
|
15341
|
-
"id":
|
|
15341
|
+
"id": 18011,
|
|
15342
15342
|
"nodeType": "Block",
|
|
15343
15343
|
"src": "1223:107:39",
|
|
15344
15344
|
"statements": [
|
|
@@ -15347,7 +15347,7 @@
|
|
|
15347
15347
|
"arguments": [
|
|
15348
15348
|
{
|
|
15349
15349
|
"hexValue": "6f72672e7375706572666c7569642d66696e616e63652e636f6e7472616374732e5375706572666c756964476f7665726e616e636549492e696d706c656d656e746174696f6e",
|
|
15350
|
-
"id":
|
|
15350
|
+
"id": 18008,
|
|
15351
15351
|
"isConstant": false,
|
|
15352
15352
|
"isLValue": false,
|
|
15353
15353
|
"isPure": true,
|
|
@@ -15369,7 +15369,7 @@
|
|
|
15369
15369
|
"typeString": "literal_string \"org.superfluid-finance.contracts.SuperfluidGovernanceII.implementation\""
|
|
15370
15370
|
}
|
|
15371
15371
|
],
|
|
15372
|
-
"id":
|
|
15372
|
+
"id": 18007,
|
|
15373
15373
|
"name": "keccak256",
|
|
15374
15374
|
"nodeType": "Identifier",
|
|
15375
15375
|
"overloadedDeclarations": [],
|
|
@@ -15380,7 +15380,7 @@
|
|
|
15380
15380
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
|
15381
15381
|
}
|
|
15382
15382
|
},
|
|
15383
|
-
"id":
|
|
15383
|
+
"id": 18009,
|
|
15384
15384
|
"isConstant": false,
|
|
15385
15385
|
"isLValue": false,
|
|
15386
15386
|
"isPure": true,
|
|
@@ -15396,15 +15396,15 @@
|
|
|
15396
15396
|
"typeString": "bytes32"
|
|
15397
15397
|
}
|
|
15398
15398
|
},
|
|
15399
|
-
"functionReturnParameters":
|
|
15400
|
-
"id":
|
|
15399
|
+
"functionReturnParameters": 18006,
|
|
15400
|
+
"id": 18010,
|
|
15401
15401
|
"nodeType": "Return",
|
|
15402
15402
|
"src": "1233:90:39"
|
|
15403
15403
|
}
|
|
15404
15404
|
]
|
|
15405
15405
|
},
|
|
15406
15406
|
"functionSelector": "52d1902d",
|
|
15407
|
-
"id":
|
|
15407
|
+
"id": 18012,
|
|
15408
15408
|
"implemented": true,
|
|
15409
15409
|
"kind": "function",
|
|
15410
15410
|
"modifiers": [],
|
|
@@ -15412,29 +15412,29 @@
|
|
|
15412
15412
|
"nameLocation": "1168:13:39",
|
|
15413
15413
|
"nodeType": "FunctionDefinition",
|
|
15414
15414
|
"overrides": {
|
|
15415
|
-
"id":
|
|
15415
|
+
"id": 18003,
|
|
15416
15416
|
"nodeType": "OverrideSpecifier",
|
|
15417
15417
|
"overrides": [],
|
|
15418
15418
|
"src": "1196:8:39"
|
|
15419
15419
|
},
|
|
15420
15420
|
"parameters": {
|
|
15421
|
-
"id":
|
|
15421
|
+
"id": 18002,
|
|
15422
15422
|
"nodeType": "ParameterList",
|
|
15423
15423
|
"parameters": [],
|
|
15424
15424
|
"src": "1181:2:39"
|
|
15425
15425
|
},
|
|
15426
15426
|
"returnParameters": {
|
|
15427
|
-
"id":
|
|
15427
|
+
"id": 18006,
|
|
15428
15428
|
"nodeType": "ParameterList",
|
|
15429
15429
|
"parameters": [
|
|
15430
15430
|
{
|
|
15431
15431
|
"constant": false,
|
|
15432
|
-
"id":
|
|
15432
|
+
"id": 18005,
|
|
15433
15433
|
"mutability": "mutable",
|
|
15434
15434
|
"name": "",
|
|
15435
15435
|
"nameLocation": "-1:-1:-1",
|
|
15436
15436
|
"nodeType": "VariableDeclaration",
|
|
15437
|
-
"scope":
|
|
15437
|
+
"scope": 18012,
|
|
15438
15438
|
"src": "1214:7:39",
|
|
15439
15439
|
"stateVariable": false,
|
|
15440
15440
|
"storageLocation": "default",
|
|
@@ -15443,7 +15443,7 @@
|
|
|
15443
15443
|
"typeString": "bytes32"
|
|
15444
15444
|
},
|
|
15445
15445
|
"typeName": {
|
|
15446
|
-
"id":
|
|
15446
|
+
"id": 18004,
|
|
15447
15447
|
"name": "bytes32",
|
|
15448
15448
|
"nodeType": "ElementaryTypeName",
|
|
15449
15449
|
"src": "1214:7:39",
|
|
@@ -15457,7 +15457,7 @@
|
|
|
15457
15457
|
],
|
|
15458
15458
|
"src": "1213:9:39"
|
|
15459
15459
|
},
|
|
15460
|
-
"scope":
|
|
15460
|
+
"scope": 18038,
|
|
15461
15461
|
"src": "1159:171:39",
|
|
15462
15462
|
"stateMutability": "pure",
|
|
15463
15463
|
"virtual": false,
|
|
@@ -15465,10 +15465,10 @@
|
|
|
15465
15465
|
},
|
|
15466
15466
|
{
|
|
15467
15467
|
"baseFunctions": [
|
|
15468
|
-
|
|
15468
|
+
37447
|
|
15469
15469
|
],
|
|
15470
15470
|
"body": {
|
|
15471
|
-
"id":
|
|
15471
|
+
"id": 18025,
|
|
15472
15472
|
"nodeType": "Block",
|
|
15473
15473
|
"src": "1406:77:39",
|
|
15474
15474
|
"statements": [
|
|
@@ -15477,21 +15477,21 @@
|
|
|
15477
15477
|
"arguments": [],
|
|
15478
15478
|
"expression": {
|
|
15479
15479
|
"argumentTypes": [],
|
|
15480
|
-
"id":
|
|
15480
|
+
"id": 18018,
|
|
15481
15481
|
"name": "_requireAuthorised",
|
|
15482
15482
|
"nodeType": "Identifier",
|
|
15483
15483
|
"overloadedDeclarations": [
|
|
15484
|
-
|
|
15485
|
-
|
|
15484
|
+
18001,
|
|
15485
|
+
18037
|
|
15486
15486
|
],
|
|
15487
|
-
"referencedDeclaration":
|
|
15487
|
+
"referencedDeclaration": 18001,
|
|
15488
15488
|
"src": "1416:18:39",
|
|
15489
15489
|
"typeDescriptions": {
|
|
15490
15490
|
"typeIdentifier": "t_function_internal_view$__$returns$__$",
|
|
15491
15491
|
"typeString": "function () view"
|
|
15492
15492
|
}
|
|
15493
15493
|
},
|
|
15494
|
-
"id":
|
|
15494
|
+
"id": 18019,
|
|
15495
15495
|
"isConstant": false,
|
|
15496
15496
|
"isLValue": false,
|
|
15497
15497
|
"isPure": false,
|
|
@@ -15507,7 +15507,7 @@
|
|
|
15507
15507
|
"typeString": "tuple()"
|
|
15508
15508
|
}
|
|
15509
15509
|
},
|
|
15510
|
-
"id":
|
|
15510
|
+
"id": 18020,
|
|
15511
15511
|
"nodeType": "ExpressionStatement",
|
|
15512
15512
|
"src": "1416:20:39"
|
|
15513
15513
|
},
|
|
@@ -15515,11 +15515,11 @@
|
|
|
15515
15515
|
"expression": {
|
|
15516
15516
|
"arguments": [
|
|
15517
15517
|
{
|
|
15518
|
-
"id":
|
|
15518
|
+
"id": 18022,
|
|
15519
15519
|
"name": "newAddress",
|
|
15520
15520
|
"nodeType": "Identifier",
|
|
15521
15521
|
"overloadedDeclarations": [],
|
|
15522
|
-
"referencedDeclaration":
|
|
15522
|
+
"referencedDeclaration": 18014,
|
|
15523
15523
|
"src": "1465:10:39",
|
|
15524
15524
|
"typeDescriptions": {
|
|
15525
15525
|
"typeIdentifier": "t_address",
|
|
@@ -15534,18 +15534,18 @@
|
|
|
15534
15534
|
"typeString": "address"
|
|
15535
15535
|
}
|
|
15536
15536
|
],
|
|
15537
|
-
"id":
|
|
15537
|
+
"id": 18021,
|
|
15538
15538
|
"name": "_updateCodeAddress",
|
|
15539
15539
|
"nodeType": "Identifier",
|
|
15540
15540
|
"overloadedDeclarations": [],
|
|
15541
|
-
"referencedDeclaration":
|
|
15541
|
+
"referencedDeclaration": 37512,
|
|
15542
15542
|
"src": "1446:18:39",
|
|
15543
15543
|
"typeDescriptions": {
|
|
15544
15544
|
"typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
|
|
15545
15545
|
"typeString": "function (address)"
|
|
15546
15546
|
}
|
|
15547
15547
|
},
|
|
15548
|
-
"id":
|
|
15548
|
+
"id": 18023,
|
|
15549
15549
|
"isConstant": false,
|
|
15550
15550
|
"isLValue": false,
|
|
15551
15551
|
"isPure": false,
|
|
@@ -15561,14 +15561,14 @@
|
|
|
15561
15561
|
"typeString": "tuple()"
|
|
15562
15562
|
}
|
|
15563
15563
|
},
|
|
15564
|
-
"id":
|
|
15564
|
+
"id": 18024,
|
|
15565
15565
|
"nodeType": "ExpressionStatement",
|
|
15566
15566
|
"src": "1446:30:39"
|
|
15567
15567
|
}
|
|
15568
15568
|
]
|
|
15569
15569
|
},
|
|
15570
15570
|
"functionSelector": "46951954",
|
|
15571
|
-
"id":
|
|
15571
|
+
"id": 18026,
|
|
15572
15572
|
"implemented": true,
|
|
15573
15573
|
"kind": "function",
|
|
15574
15574
|
"modifiers": [],
|
|
@@ -15576,23 +15576,23 @@
|
|
|
15576
15576
|
"nameLocation": "1345:10:39",
|
|
15577
15577
|
"nodeType": "FunctionDefinition",
|
|
15578
15578
|
"overrides": {
|
|
15579
|
-
"id":
|
|
15579
|
+
"id": 18016,
|
|
15580
15580
|
"nodeType": "OverrideSpecifier",
|
|
15581
15581
|
"overrides": [],
|
|
15582
15582
|
"src": "1393:8:39"
|
|
15583
15583
|
},
|
|
15584
15584
|
"parameters": {
|
|
15585
|
-
"id":
|
|
15585
|
+
"id": 18015,
|
|
15586
15586
|
"nodeType": "ParameterList",
|
|
15587
15587
|
"parameters": [
|
|
15588
15588
|
{
|
|
15589
15589
|
"constant": false,
|
|
15590
|
-
"id":
|
|
15590
|
+
"id": 18014,
|
|
15591
15591
|
"mutability": "mutable",
|
|
15592
15592
|
"name": "newAddress",
|
|
15593
15593
|
"nameLocation": "1364:10:39",
|
|
15594
15594
|
"nodeType": "VariableDeclaration",
|
|
15595
|
-
"scope":
|
|
15595
|
+
"scope": 18026,
|
|
15596
15596
|
"src": "1356:18:39",
|
|
15597
15597
|
"stateVariable": false,
|
|
15598
15598
|
"storageLocation": "default",
|
|
@@ -15601,7 +15601,7 @@
|
|
|
15601
15601
|
"typeString": "address"
|
|
15602
15602
|
},
|
|
15603
15603
|
"typeName": {
|
|
15604
|
-
"id":
|
|
15604
|
+
"id": 18013,
|
|
15605
15605
|
"name": "address",
|
|
15606
15606
|
"nodeType": "ElementaryTypeName",
|
|
15607
15607
|
"src": "1356:7:39",
|
|
@@ -15617,12 +15617,12 @@
|
|
|
15617
15617
|
"src": "1355:20:39"
|
|
15618
15618
|
},
|
|
15619
15619
|
"returnParameters": {
|
|
15620
|
-
"id":
|
|
15620
|
+
"id": 18017,
|
|
15621
15621
|
"nodeType": "ParameterList",
|
|
15622
15622
|
"parameters": [],
|
|
15623
15623
|
"src": "1406:0:39"
|
|
15624
15624
|
},
|
|
15625
|
-
"scope":
|
|
15625
|
+
"scope": 18038,
|
|
15626
15626
|
"src": "1336:147:39",
|
|
15627
15627
|
"stateMutability": "nonpayable",
|
|
15628
15628
|
"virtual": false,
|
|
@@ -15630,10 +15630,10 @@
|
|
|
15630
15630
|
},
|
|
15631
15631
|
{
|
|
15632
15632
|
"baseFunctions": [
|
|
15633
|
-
|
|
15633
|
+
17961
|
|
15634
15634
|
],
|
|
15635
15635
|
"body": {
|
|
15636
|
-
"id":
|
|
15636
|
+
"id": 18036,
|
|
15637
15637
|
"nodeType": "Block",
|
|
15638
15638
|
"src": "1766:37:39",
|
|
15639
15639
|
"statements": [
|
|
@@ -15642,21 +15642,21 @@
|
|
|
15642
15642
|
"arguments": [],
|
|
15643
15643
|
"expression": {
|
|
15644
15644
|
"argumentTypes": [],
|
|
15645
|
-
"id":
|
|
15645
|
+
"id": 18033,
|
|
15646
15646
|
"name": "_requireAuthorised",
|
|
15647
15647
|
"nodeType": "Identifier",
|
|
15648
15648
|
"overloadedDeclarations": [
|
|
15649
|
-
|
|
15650
|
-
|
|
15649
|
+
18001,
|
|
15650
|
+
18037
|
|
15651
15651
|
],
|
|
15652
|
-
"referencedDeclaration":
|
|
15652
|
+
"referencedDeclaration": 18001,
|
|
15653
15653
|
"src": "1776:18:39",
|
|
15654
15654
|
"typeDescriptions": {
|
|
15655
15655
|
"typeIdentifier": "t_function_internal_view$__$returns$__$",
|
|
15656
15656
|
"typeString": "function () view"
|
|
15657
15657
|
}
|
|
15658
15658
|
},
|
|
15659
|
-
"id":
|
|
15659
|
+
"id": 18034,
|
|
15660
15660
|
"isConstant": false,
|
|
15661
15661
|
"isLValue": false,
|
|
15662
15662
|
"isPure": false,
|
|
@@ -15672,13 +15672,13 @@
|
|
|
15672
15672
|
"typeString": "tuple()"
|
|
15673
15673
|
}
|
|
15674
15674
|
},
|
|
15675
|
-
"id":
|
|
15675
|
+
"id": 18035,
|
|
15676
15676
|
"nodeType": "ExpressionStatement",
|
|
15677
15677
|
"src": "1776:20:39"
|
|
15678
15678
|
}
|
|
15679
15679
|
]
|
|
15680
15680
|
},
|
|
15681
|
-
"id":
|
|
15681
|
+
"id": 18037,
|
|
15682
15682
|
"implemented": true,
|
|
15683
15683
|
"kind": "function",
|
|
15684
15684
|
"modifiers": [],
|
|
@@ -15686,47 +15686,47 @@
|
|
|
15686
15686
|
"nameLocation": "1690:18:39",
|
|
15687
15687
|
"nodeType": "FunctionDefinition",
|
|
15688
15688
|
"overrides": {
|
|
15689
|
-
"id":
|
|
15689
|
+
"id": 18031,
|
|
15690
15690
|
"nodeType": "OverrideSpecifier",
|
|
15691
15691
|
"overrides": [],
|
|
15692
15692
|
"src": "1753:8:39"
|
|
15693
15693
|
},
|
|
15694
15694
|
"parameters": {
|
|
15695
|
-
"id":
|
|
15695
|
+
"id": 18030,
|
|
15696
15696
|
"nodeType": "ParameterList",
|
|
15697
15697
|
"parameters": [
|
|
15698
15698
|
{
|
|
15699
15699
|
"constant": false,
|
|
15700
|
-
"id":
|
|
15700
|
+
"id": 18029,
|
|
15701
15701
|
"mutability": "mutable",
|
|
15702
15702
|
"name": "",
|
|
15703
15703
|
"nameLocation": "-1:-1:-1",
|
|
15704
15704
|
"nodeType": "VariableDeclaration",
|
|
15705
|
-
"scope":
|
|
15705
|
+
"scope": 18037,
|
|
15706
15706
|
"src": "1709:11:39",
|
|
15707
15707
|
"stateVariable": false,
|
|
15708
15708
|
"storageLocation": "default",
|
|
15709
15709
|
"typeDescriptions": {
|
|
15710
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15710
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
15711
15711
|
"typeString": "contract ISuperfluid"
|
|
15712
15712
|
},
|
|
15713
15713
|
"typeName": {
|
|
15714
|
-
"id":
|
|
15714
|
+
"id": 18028,
|
|
15715
15715
|
"nodeType": "UserDefinedTypeName",
|
|
15716
15716
|
"pathNode": {
|
|
15717
|
-
"id":
|
|
15717
|
+
"id": 18027,
|
|
15718
15718
|
"name": "ISuperfluid",
|
|
15719
15719
|
"nameLocations": [
|
|
15720
15720
|
"1709:11:39"
|
|
15721
15721
|
],
|
|
15722
15722
|
"nodeType": "IdentifierPath",
|
|
15723
|
-
"referencedDeclaration":
|
|
15723
|
+
"referencedDeclaration": 20542,
|
|
15724
15724
|
"src": "1709:11:39"
|
|
15725
15725
|
},
|
|
15726
|
-
"referencedDeclaration":
|
|
15726
|
+
"referencedDeclaration": 20542,
|
|
15727
15727
|
"src": "1709:11:39",
|
|
15728
15728
|
"typeDescriptions": {
|
|
15729
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15729
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
15730
15730
|
"typeString": "contract ISuperfluid"
|
|
15731
15731
|
}
|
|
15732
15732
|
},
|
|
@@ -15736,25 +15736,25 @@
|
|
|
15736
15736
|
"src": "1708:22:39"
|
|
15737
15737
|
},
|
|
15738
15738
|
"returnParameters": {
|
|
15739
|
-
"id":
|
|
15739
|
+
"id": 18032,
|
|
15740
15740
|
"nodeType": "ParameterList",
|
|
15741
15741
|
"parameters": [],
|
|
15742
15742
|
"src": "1766:0:39"
|
|
15743
15743
|
},
|
|
15744
|
-
"scope":
|
|
15744
|
+
"scope": 18038,
|
|
15745
15745
|
"src": "1681:122:39",
|
|
15746
15746
|
"stateMutability": "view",
|
|
15747
15747
|
"virtual": false,
|
|
15748
15748
|
"visibility": "internal"
|
|
15749
15749
|
}
|
|
15750
15750
|
],
|
|
15751
|
-
"scope":
|
|
15751
|
+
"scope": 18039,
|
|
15752
15752
|
"src": "718:1087:39",
|
|
15753
15753
|
"usedErrors": [
|
|
15754
|
-
|
|
15755
|
-
|
|
15756
|
-
|
|
15757
|
-
|
|
15754
|
+
17988,
|
|
15755
|
+
19294,
|
|
15756
|
+
20557,
|
|
15757
|
+
20559
|
|
15758
15758
|
]
|
|
15759
15759
|
}
|
|
15760
15760
|
],
|
|
@@ -15766,7 +15766,7 @@
|
|
|
15766
15766
|
},
|
|
15767
15767
|
"networks": {},
|
|
15768
15768
|
"schemaVersion": "3.4.9",
|
|
15769
|
-
"updatedAt": "2022-09-
|
|
15769
|
+
"updatedAt": "2022-09-21T11:06:18.106Z",
|
|
15770
15770
|
"devdoc": {
|
|
15771
15771
|
"kind": "dev",
|
|
15772
15772
|
"methods": {
|