@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
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"bytecode": "0x60a060405234801561001057600080fd5b506040516104ea3803806104ea83398101604081905261002f91610040565b6001600160a01b0316608052610070565b60006020828403121561005257600080fd5b81516001600160a01b038116811461006957600080fd5b9392505050565b60805161046061008a600039600060b501526104606000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063f490e2f014610030575b600080fd5b61004361003e366004610307565b61008f565b604051610086919081516001600160a01b039081168252602080840151821690830152604080840151821690830152606092830151169181019190915260800190565b60405180910390f35b6040805160808101825260008082526020820181905291810182905260608101919091527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663693ec85e84846040516020016100f5929190610379565b6040516020818303038152906040526040518263ffffffff1660e01b815260040161012091906103a0565b602060405180830381865afa15801561013d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101619190610406565b6001600160a01b03168082526040805163398d76b760e11b8152905163731aed6e916004808201926020929091908290030181865afa1580156101a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101cc9190610406565b6001600160a01b0390811660208301528151604051635b69006f60e11b81527fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3600482015291169063b6d200de90602401602060405180830381865afa15801561023a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061025e9190610406565b6001600160a01b0390811660408381019190915282519051635b69006f60e11b81527f8aedc3b5d4bf031e11a7e2940f7251c005698405d58e02e1c247fed3b1b3a674600482015291169063b6d200de90602401602060405180830381865afa1580156102cf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f39190610406565b6001600160a01b0316606082015292915050565b6000806020838503121561031a57600080fd5b823567ffffffffffffffff8082111561033257600080fd5b818501915085601f83011261034657600080fd5b81358181111561035557600080fd5b86602082850101111561036757600080fd5b60209290920196919550909350505050565b6a29bab832b933363ab4b21760a91b81528183600b83013760009101600b01908152919050565b600060208083528351808285015260005b818110156103cd578581018301518582016040015282016103b1565b506000604082860101526040601f19601f8301168501019250505092915050565b6001600160a01b038116811461040357600080fd5b50565b60006020828403121561041857600080fd5b8151610423816103ee565b939250505056fea264697066735822122066fe89d254388450bd73c45b1963ec79713cacbebed64b9a92616eb8192a607a64736f6c63430008100033",
|
|
59
59
|
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061002b5760003560e01c8063f490e2f014610030575b600080fd5b61004361003e366004610307565b61008f565b604051610086919081516001600160a01b039081168252602080840151821690830152604080840151821690830152606092830151169181019190915260800190565b60405180910390f35b6040805160808101825260008082526020820181905291810182905260608101919091527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663693ec85e84846040516020016100f5929190610379565b6040516020818303038152906040526040518263ffffffff1660e01b815260040161012091906103a0565b602060405180830381865afa15801561013d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101619190610406565b6001600160a01b03168082526040805163398d76b760e11b8152905163731aed6e916004808201926020929091908290030181865afa1580156101a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101cc9190610406565b6001600160a01b0390811660208301528151604051635b69006f60e11b81527fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3600482015291169063b6d200de90602401602060405180830381865afa15801561023a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061025e9190610406565b6001600160a01b0390811660408381019190915282519051635b69006f60e11b81527f8aedc3b5d4bf031e11a7e2940f7251c005698405d58e02e1c247fed3b1b3a674600482015291169063b6d200de90602401602060405180830381865afa1580156102cf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f39190610406565b6001600160a01b0316606082015292915050565b6000806020838503121561031a57600080fd5b823567ffffffffffffffff8082111561033257600080fd5b818501915085601f83011261034657600080fd5b81358181111561035557600080fd5b86602082850101111561036757600080fd5b60209290920196919550909350505050565b6a29bab832b933363ab4b21760a91b81528183600b83013760009101600b01908152919050565b600060208083528351808285015260005b818110156103cd578581018301518582016040015282016103b1565b506000604082860101526040601f19601f8301168501019250505092915050565b6001600160a01b038116811461040357600080fd5b50565b60006020828403121561041857600080fd5b8151610423816103ee565b939250505056fea264697066735822122066fe89d254388450bd73c45b1963ec79713cacbebed64b9a92616eb8192a607a64736f6c63430008100033",
|
|
60
60
|
"immutableReferences": {
|
|
61
|
-
"
|
|
61
|
+
"39237": [
|
|
62
62
|
{
|
|
63
63
|
"length": 32,
|
|
64
64
|
"start": 181
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
}
|
|
331
331
|
]
|
|
332
332
|
},
|
|
333
|
-
"name": "abi_decode_tuple_t_contract$_IResolver_$
|
|
333
|
+
"name": "abi_decode_tuple_t_contract$_IResolver_$21086_fromMemory",
|
|
334
334
|
"nodeType": "YulFunctionDefinition",
|
|
335
335
|
"parameters": [
|
|
336
336
|
{
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
}
|
|
359
359
|
]
|
|
360
360
|
},
|
|
361
|
-
"contents": "{\n { }\n function abi_decode_tuple_t_contract$_IResolver_$
|
|
361
|
+
"contents": "{\n { }\n function abi_decode_tuple_t_contract$_IResolver_$21086_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n value0 := value\n }\n}",
|
|
362
362
|
"id": 106,
|
|
363
363
|
"language": "Yul",
|
|
364
364
|
"name": "#utility.yul"
|
|
@@ -1365,7 +1365,7 @@
|
|
|
1365
1365
|
}
|
|
1366
1366
|
]
|
|
1367
1367
|
},
|
|
1368
|
-
"name": "abi_encode_tuple_t_struct$_Framework_$
|
|
1368
|
+
"name": "abi_encode_tuple_t_struct$_Framework_$39250_memory_ptr__to_t_struct$_Framework_$39250_memory_ptr__fromStack_reversed",
|
|
1369
1369
|
"nodeType": "YulFunctionDefinition",
|
|
1370
1370
|
"parameters": [
|
|
1371
1371
|
{
|
|
@@ -2567,7 +2567,7 @@
|
|
|
2567
2567
|
}
|
|
2568
2568
|
]
|
|
2569
2569
|
},
|
|
2570
|
-
"name": "abi_decode_tuple_t_contract$_ISuperTokenFactory_$
|
|
2570
|
+
"name": "abi_decode_tuple_t_contract$_ISuperTokenFactory_$20031_fromMemory",
|
|
2571
2571
|
"nodeType": "YulFunctionDefinition",
|
|
2572
2572
|
"parameters": [
|
|
2573
2573
|
{
|
|
@@ -2834,7 +2834,7 @@
|
|
|
2834
2834
|
}
|
|
2835
2835
|
]
|
|
2836
2836
|
},
|
|
2837
|
-
"name": "abi_decode_tuple_t_contract$_ISuperAgreement_$
|
|
2837
|
+
"name": "abi_decode_tuple_t_contract$_ISuperAgreement_$19438_fromMemory",
|
|
2838
2838
|
"nodeType": "YulFunctionDefinition",
|
|
2839
2839
|
"parameters": [
|
|
2840
2840
|
{
|
|
@@ -2862,7 +2862,7 @@
|
|
|
2862
2862
|
}
|
|
2863
2863
|
]
|
|
2864
2864
|
},
|
|
2865
|
-
"contents": "{\n { }\n function abi_decode_tuple_t_string_calldata_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if iszero(slt(add(_2, 0x1f), dataEnd)) { revert(0, 0) }\n let length := calldataload(_2)\n if gt(length, _1) { revert(0, 0) }\n if gt(add(add(_2, length), 32), dataEnd) { revert(0, 0) }\n value0 := add(_2, 32)\n value1 := length\n }\n function abi_encode_tuple_t_struct$_Framework_$
|
|
2865
|
+
"contents": "{\n { }\n function abi_decode_tuple_t_string_calldata_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if iszero(slt(add(_2, 0x1f), dataEnd)) { revert(0, 0) }\n let length := calldataload(_2)\n if gt(length, _1) { revert(0, 0) }\n if gt(add(add(_2, length), 32), dataEnd) { revert(0, 0) }\n value0 := add(_2, 32)\n value1 := length\n }\n function abi_encode_tuple_t_struct$_Framework_$39250_memory_ptr__to_t_struct$_Framework_$39250_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 128)\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(mload(value0), _1))\n mstore(add(headStart, 0x20), and(mload(add(value0, 0x20)), _1))\n mstore(add(headStart, 0x40), and(mload(add(value0, 0x40)), _1))\n mstore(add(headStart, 0x60), and(mload(add(value0, 0x60)), _1))\n }\n function abi_encode_tuple_packed_t_stringliteral_ccf6210afbd487f8aa94c84f25b982d4a329b89ca8db9ab89edc2e3792dd405e_t_string_calldata_ptr__to_t_bytes11_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value1, value0) -> end\n {\n mstore(pos, \"Superfluid.\")\n calldatacopy(add(pos, 11), value0, value1)\n let _1 := add(add(pos, value1), 11)\n mstore(_1, 0)\n end := _1\n }\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n let _1 := 32\n mstore(headStart, _1)\n let length := mload(value0)\n mstore(add(headStart, _1), length)\n let i := 0\n for { } lt(i, length) { i := add(i, _1) }\n {\n mstore(add(add(headStart, i), 64), mload(add(add(value0, i), _1)))\n }\n mstore(add(add(headStart, length), 64), 0)\n tail := add(add(headStart, and(add(length, 31), not(31))), 64)\n }\n function validator_revert_address(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_address_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function abi_decode_tuple_t_contract$_ISuperTokenFactory_$20031_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(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$_ISuperAgreement_$19438_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n}",
|
|
2866
2866
|
"id": 106,
|
|
2867
2867
|
"language": "Yul",
|
|
2868
2868
|
"name": "#utility.yul"
|
|
@@ -2876,27 +2876,27 @@
|
|
|
2876
2876
|
"absolutePath": "project:/contracts/utils/SuperfluidLoader.sol",
|
|
2877
2877
|
"exportedSymbols": {
|
|
2878
2878
|
"IResolver": [
|
|
2879
|
-
|
|
2879
|
+
21086
|
|
2880
2880
|
],
|
|
2881
2881
|
"ISuperAgreement": [
|
|
2882
|
-
|
|
2882
|
+
19438
|
|
2883
2883
|
],
|
|
2884
2884
|
"ISuperTokenFactory": [
|
|
2885
|
-
|
|
2885
|
+
20031
|
|
2886
2886
|
],
|
|
2887
2887
|
"ISuperfluid": [
|
|
2888
|
-
|
|
2888
|
+
20542
|
|
2889
2889
|
],
|
|
2890
2890
|
"SuperfluidLoader": [
|
|
2891
|
-
|
|
2891
|
+
39321
|
|
2892
2892
|
]
|
|
2893
2893
|
},
|
|
2894
|
-
"id":
|
|
2894
|
+
"id": 39322,
|
|
2895
2895
|
"license": "AGPLv3",
|
|
2896
2896
|
"nodeType": "SourceUnit",
|
|
2897
2897
|
"nodes": [
|
|
2898
2898
|
{
|
|
2899
|
-
"id":
|
|
2899
|
+
"id": 39227,
|
|
2900
2900
|
"literals": [
|
|
2901
2901
|
"solidity",
|
|
2902
2902
|
"0.8",
|
|
@@ -2908,20 +2908,20 @@
|
|
|
2908
2908
|
{
|
|
2909
2909
|
"absolutePath": "project:/contracts/interfaces/utils/IResolver.sol",
|
|
2910
2910
|
"file": "../interfaces/utils/IResolver.sol",
|
|
2911
|
-
"id":
|
|
2911
|
+
"id": 39229,
|
|
2912
2912
|
"nameLocation": "-1:-1:-1",
|
|
2913
2913
|
"nodeType": "ImportDirective",
|
|
2914
|
-
"scope":
|
|
2915
|
-
"sourceUnit":
|
|
2914
|
+
"scope": 39322,
|
|
2915
|
+
"sourceUnit": 21087,
|
|
2916
2916
|
"src": "60:62:101",
|
|
2917
2917
|
"symbolAliases": [
|
|
2918
2918
|
{
|
|
2919
2919
|
"foreign": {
|
|
2920
|
-
"id":
|
|
2920
|
+
"id": 39228,
|
|
2921
2921
|
"name": "IResolver",
|
|
2922
2922
|
"nodeType": "Identifier",
|
|
2923
2923
|
"overloadedDeclarations": [],
|
|
2924
|
-
"referencedDeclaration":
|
|
2924
|
+
"referencedDeclaration": 21086,
|
|
2925
2925
|
"src": "69:9:101",
|
|
2926
2926
|
"typeDescriptions": {}
|
|
2927
2927
|
},
|
|
@@ -2933,20 +2933,20 @@
|
|
|
2933
2933
|
{
|
|
2934
2934
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
|
|
2935
2935
|
"file": "../interfaces/superfluid/ISuperfluid.sol",
|
|
2936
|
-
"id":
|
|
2936
|
+
"id": 39233,
|
|
2937
2937
|
"nameLocation": "-1:-1:-1",
|
|
2938
2938
|
"nodeType": "ImportDirective",
|
|
2939
|
-
"scope":
|
|
2940
|
-
"sourceUnit":
|
|
2939
|
+
"scope": 39322,
|
|
2940
|
+
"sourceUnit": 20543,
|
|
2941
2941
|
"src": "123:120:101",
|
|
2942
2942
|
"symbolAliases": [
|
|
2943
2943
|
{
|
|
2944
2944
|
"foreign": {
|
|
2945
|
-
"id":
|
|
2945
|
+
"id": 39230,
|
|
2946
2946
|
"name": "ISuperfluid",
|
|
2947
2947
|
"nodeType": "Identifier",
|
|
2948
2948
|
"overloadedDeclarations": [],
|
|
2949
|
-
"referencedDeclaration":
|
|
2949
|
+
"referencedDeclaration": 20542,
|
|
2950
2950
|
"src": "136:11:101",
|
|
2951
2951
|
"typeDescriptions": {}
|
|
2952
2952
|
},
|
|
@@ -2954,11 +2954,11 @@
|
|
|
2954
2954
|
},
|
|
2955
2955
|
{
|
|
2956
2956
|
"foreign": {
|
|
2957
|
-
"id":
|
|
2957
|
+
"id": 39231,
|
|
2958
2958
|
"name": "ISuperTokenFactory",
|
|
2959
2959
|
"nodeType": "Identifier",
|
|
2960
2960
|
"overloadedDeclarations": [],
|
|
2961
|
-
"referencedDeclaration":
|
|
2961
|
+
"referencedDeclaration": 20031,
|
|
2962
2962
|
"src": "153:18:101",
|
|
2963
2963
|
"typeDescriptions": {}
|
|
2964
2964
|
},
|
|
@@ -2966,11 +2966,11 @@
|
|
|
2966
2966
|
},
|
|
2967
2967
|
{
|
|
2968
2968
|
"foreign": {
|
|
2969
|
-
"id":
|
|
2969
|
+
"id": 39232,
|
|
2970
2970
|
"name": "ISuperAgreement",
|
|
2971
2971
|
"nodeType": "Identifier",
|
|
2972
2972
|
"overloadedDeclarations": [],
|
|
2973
|
-
"referencedDeclaration":
|
|
2973
|
+
"referencedDeclaration": 19438,
|
|
2974
2974
|
"src": "177:15:101",
|
|
2975
2975
|
"typeDescriptions": {}
|
|
2976
2976
|
},
|
|
@@ -2986,15 +2986,15 @@
|
|
|
2986
2986
|
"contractDependencies": [],
|
|
2987
2987
|
"contractKind": "contract",
|
|
2988
2988
|
"documentation": {
|
|
2989
|
-
"id":
|
|
2989
|
+
"id": 39234,
|
|
2990
2990
|
"nodeType": "StructuredDocumentation",
|
|
2991
2991
|
"src": "245:334:101",
|
|
2992
2992
|
"text": " @title Superfluid loader contract\n @author Superfluid\n @dev A on-chain utility contract for loading framework objects in one view function.\n NOTE:\n Q: Why don't we just use https://www.npmjs.com/package/ethereum-multicall?\n A: Well, no strong reason other than also allowing on-chain one view function loading."
|
|
2993
2993
|
},
|
|
2994
2994
|
"fullyImplemented": true,
|
|
2995
|
-
"id":
|
|
2995
|
+
"id": 39321,
|
|
2996
2996
|
"linearizedBaseContracts": [
|
|
2997
|
-
|
|
2997
|
+
39321
|
|
2998
2998
|
],
|
|
2999
2999
|
"name": "SuperfluidLoader",
|
|
3000
3000
|
"nameLocation": "589:16:101",
|
|
@@ -3002,36 +3002,36 @@
|
|
|
3002
3002
|
"nodes": [
|
|
3003
3003
|
{
|
|
3004
3004
|
"constant": false,
|
|
3005
|
-
"id":
|
|
3005
|
+
"id": 39237,
|
|
3006
3006
|
"mutability": "immutable",
|
|
3007
3007
|
"name": "_resolver",
|
|
3008
3008
|
"nameLocation": "641:9:101",
|
|
3009
3009
|
"nodeType": "VariableDeclaration",
|
|
3010
|
-
"scope":
|
|
3010
|
+
"scope": 39321,
|
|
3011
3011
|
"src": "613:37:101",
|
|
3012
3012
|
"stateVariable": true,
|
|
3013
3013
|
"storageLocation": "default",
|
|
3014
3014
|
"typeDescriptions": {
|
|
3015
|
-
"typeIdentifier": "t_contract$_IResolver_$
|
|
3015
|
+
"typeIdentifier": "t_contract$_IResolver_$21086",
|
|
3016
3016
|
"typeString": "contract IResolver"
|
|
3017
3017
|
},
|
|
3018
3018
|
"typeName": {
|
|
3019
|
-
"id":
|
|
3019
|
+
"id": 39236,
|
|
3020
3020
|
"nodeType": "UserDefinedTypeName",
|
|
3021
3021
|
"pathNode": {
|
|
3022
|
-
"id":
|
|
3022
|
+
"id": 39235,
|
|
3023
3023
|
"name": "IResolver",
|
|
3024
3024
|
"nameLocations": [
|
|
3025
3025
|
"613:9:101"
|
|
3026
3026
|
],
|
|
3027
3027
|
"nodeType": "IdentifierPath",
|
|
3028
|
-
"referencedDeclaration":
|
|
3028
|
+
"referencedDeclaration": 21086,
|
|
3029
3029
|
"src": "613:9:101"
|
|
3030
3030
|
},
|
|
3031
|
-
"referencedDeclaration":
|
|
3031
|
+
"referencedDeclaration": 21086,
|
|
3032
3032
|
"src": "613:9:101",
|
|
3033
3033
|
"typeDescriptions": {
|
|
3034
|
-
"typeIdentifier": "t_contract$_IResolver_$
|
|
3034
|
+
"typeIdentifier": "t_contract$_IResolver_$21086",
|
|
3035
3035
|
"typeString": "contract IResolver"
|
|
3036
3036
|
}
|
|
3037
3037
|
},
|
|
@@ -3039,40 +3039,40 @@
|
|
|
3039
3039
|
},
|
|
3040
3040
|
{
|
|
3041
3041
|
"canonicalName": "SuperfluidLoader.Framework",
|
|
3042
|
-
"id":
|
|
3042
|
+
"id": 39250,
|
|
3043
3043
|
"members": [
|
|
3044
3044
|
{
|
|
3045
3045
|
"constant": false,
|
|
3046
|
-
"id":
|
|
3046
|
+
"id": 39240,
|
|
3047
3047
|
"mutability": "mutable",
|
|
3048
3048
|
"name": "superfluid",
|
|
3049
3049
|
"nameLocation": "696:10:101",
|
|
3050
3050
|
"nodeType": "VariableDeclaration",
|
|
3051
|
-
"scope":
|
|
3051
|
+
"scope": 39250,
|
|
3052
3052
|
"src": "684:22:101",
|
|
3053
3053
|
"stateVariable": false,
|
|
3054
3054
|
"storageLocation": "default",
|
|
3055
3055
|
"typeDescriptions": {
|
|
3056
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
3056
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
3057
3057
|
"typeString": "contract ISuperfluid"
|
|
3058
3058
|
},
|
|
3059
3059
|
"typeName": {
|
|
3060
|
-
"id":
|
|
3060
|
+
"id": 39239,
|
|
3061
3061
|
"nodeType": "UserDefinedTypeName",
|
|
3062
3062
|
"pathNode": {
|
|
3063
|
-
"id":
|
|
3063
|
+
"id": 39238,
|
|
3064
3064
|
"name": "ISuperfluid",
|
|
3065
3065
|
"nameLocations": [
|
|
3066
3066
|
"684:11:101"
|
|
3067
3067
|
],
|
|
3068
3068
|
"nodeType": "IdentifierPath",
|
|
3069
|
-
"referencedDeclaration":
|
|
3069
|
+
"referencedDeclaration": 20542,
|
|
3070
3070
|
"src": "684:11:101"
|
|
3071
3071
|
},
|
|
3072
|
-
"referencedDeclaration":
|
|
3072
|
+
"referencedDeclaration": 20542,
|
|
3073
3073
|
"src": "684:11:101",
|
|
3074
3074
|
"typeDescriptions": {
|
|
3075
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
3075
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
3076
3076
|
"typeString": "contract ISuperfluid"
|
|
3077
3077
|
}
|
|
3078
3078
|
},
|
|
@@ -3080,36 +3080,36 @@
|
|
|
3080
3080
|
},
|
|
3081
3081
|
{
|
|
3082
3082
|
"constant": false,
|
|
3083
|
-
"id":
|
|
3083
|
+
"id": 39243,
|
|
3084
3084
|
"mutability": "mutable",
|
|
3085
3085
|
"name": "superTokenFactory",
|
|
3086
3086
|
"nameLocation": "735:17:101",
|
|
3087
3087
|
"nodeType": "VariableDeclaration",
|
|
3088
|
-
"scope":
|
|
3088
|
+
"scope": 39250,
|
|
3089
3089
|
"src": "716:36:101",
|
|
3090
3090
|
"stateVariable": false,
|
|
3091
3091
|
"storageLocation": "default",
|
|
3092
3092
|
"typeDescriptions": {
|
|
3093
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
3093
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$20031",
|
|
3094
3094
|
"typeString": "contract ISuperTokenFactory"
|
|
3095
3095
|
},
|
|
3096
3096
|
"typeName": {
|
|
3097
|
-
"id":
|
|
3097
|
+
"id": 39242,
|
|
3098
3098
|
"nodeType": "UserDefinedTypeName",
|
|
3099
3099
|
"pathNode": {
|
|
3100
|
-
"id":
|
|
3100
|
+
"id": 39241,
|
|
3101
3101
|
"name": "ISuperTokenFactory",
|
|
3102
3102
|
"nameLocations": [
|
|
3103
3103
|
"716:18:101"
|
|
3104
3104
|
],
|
|
3105
3105
|
"nodeType": "IdentifierPath",
|
|
3106
|
-
"referencedDeclaration":
|
|
3106
|
+
"referencedDeclaration": 20031,
|
|
3107
3107
|
"src": "716:18:101"
|
|
3108
3108
|
},
|
|
3109
|
-
"referencedDeclaration":
|
|
3109
|
+
"referencedDeclaration": 20031,
|
|
3110
3110
|
"src": "716:18:101",
|
|
3111
3111
|
"typeDescriptions": {
|
|
3112
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
3112
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$20031",
|
|
3113
3113
|
"typeString": "contract ISuperTokenFactory"
|
|
3114
3114
|
}
|
|
3115
3115
|
},
|
|
@@ -3117,36 +3117,36 @@
|
|
|
3117
3117
|
},
|
|
3118
3118
|
{
|
|
3119
3119
|
"constant": false,
|
|
3120
|
-
"id":
|
|
3120
|
+
"id": 39246,
|
|
3121
3121
|
"mutability": "mutable",
|
|
3122
3122
|
"name": "agreementCFAv1",
|
|
3123
3123
|
"nameLocation": "778:14:101",
|
|
3124
3124
|
"nodeType": "VariableDeclaration",
|
|
3125
|
-
"scope":
|
|
3125
|
+
"scope": 39250,
|
|
3126
3126
|
"src": "762:30:101",
|
|
3127
3127
|
"stateVariable": false,
|
|
3128
3128
|
"storageLocation": "default",
|
|
3129
3129
|
"typeDescriptions": {
|
|
3130
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
3130
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$19438",
|
|
3131
3131
|
"typeString": "contract ISuperAgreement"
|
|
3132
3132
|
},
|
|
3133
3133
|
"typeName": {
|
|
3134
|
-
"id":
|
|
3134
|
+
"id": 39245,
|
|
3135
3135
|
"nodeType": "UserDefinedTypeName",
|
|
3136
3136
|
"pathNode": {
|
|
3137
|
-
"id":
|
|
3137
|
+
"id": 39244,
|
|
3138
3138
|
"name": "ISuperAgreement",
|
|
3139
3139
|
"nameLocations": [
|
|
3140
3140
|
"762:15:101"
|
|
3141
3141
|
],
|
|
3142
3142
|
"nodeType": "IdentifierPath",
|
|
3143
|
-
"referencedDeclaration":
|
|
3143
|
+
"referencedDeclaration": 19438,
|
|
3144
3144
|
"src": "762:15:101"
|
|
3145
3145
|
},
|
|
3146
|
-
"referencedDeclaration":
|
|
3146
|
+
"referencedDeclaration": 19438,
|
|
3147
3147
|
"src": "762:15:101",
|
|
3148
3148
|
"typeDescriptions": {
|
|
3149
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
3149
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$19438",
|
|
3150
3150
|
"typeString": "contract ISuperAgreement"
|
|
3151
3151
|
}
|
|
3152
3152
|
},
|
|
@@ -3154,36 +3154,36 @@
|
|
|
3154
3154
|
},
|
|
3155
3155
|
{
|
|
3156
3156
|
"constant": false,
|
|
3157
|
-
"id":
|
|
3157
|
+
"id": 39249,
|
|
3158
3158
|
"mutability": "mutable",
|
|
3159
3159
|
"name": "agreementIDAv1",
|
|
3160
3160
|
"nameLocation": "818:14:101",
|
|
3161
3161
|
"nodeType": "VariableDeclaration",
|
|
3162
|
-
"scope":
|
|
3162
|
+
"scope": 39250,
|
|
3163
3163
|
"src": "802:30:101",
|
|
3164
3164
|
"stateVariable": false,
|
|
3165
3165
|
"storageLocation": "default",
|
|
3166
3166
|
"typeDescriptions": {
|
|
3167
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
3167
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$19438",
|
|
3168
3168
|
"typeString": "contract ISuperAgreement"
|
|
3169
3169
|
},
|
|
3170
3170
|
"typeName": {
|
|
3171
|
-
"id":
|
|
3171
|
+
"id": 39248,
|
|
3172
3172
|
"nodeType": "UserDefinedTypeName",
|
|
3173
3173
|
"pathNode": {
|
|
3174
|
-
"id":
|
|
3174
|
+
"id": 39247,
|
|
3175
3175
|
"name": "ISuperAgreement",
|
|
3176
3176
|
"nameLocations": [
|
|
3177
3177
|
"802:15:101"
|
|
3178
3178
|
],
|
|
3179
3179
|
"nodeType": "IdentifierPath",
|
|
3180
|
-
"referencedDeclaration":
|
|
3180
|
+
"referencedDeclaration": 19438,
|
|
3181
3181
|
"src": "802:15:101"
|
|
3182
3182
|
},
|
|
3183
|
-
"referencedDeclaration":
|
|
3183
|
+
"referencedDeclaration": 19438,
|
|
3184
3184
|
"src": "802:15:101",
|
|
3185
3185
|
"typeDescriptions": {
|
|
3186
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
3186
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$19438",
|
|
3187
3187
|
"typeString": "contract ISuperAgreement"
|
|
3188
3188
|
}
|
|
3189
3189
|
},
|
|
@@ -3193,62 +3193,62 @@
|
|
|
3193
3193
|
"name": "Framework",
|
|
3194
3194
|
"nameLocation": "664:9:101",
|
|
3195
3195
|
"nodeType": "StructDefinition",
|
|
3196
|
-
"scope":
|
|
3196
|
+
"scope": 39321,
|
|
3197
3197
|
"src": "657:182:101",
|
|
3198
3198
|
"visibility": "public"
|
|
3199
3199
|
},
|
|
3200
3200
|
{
|
|
3201
3201
|
"body": {
|
|
3202
|
-
"id":
|
|
3202
|
+
"id": 39260,
|
|
3203
3203
|
"nodeType": "Block",
|
|
3204
3204
|
"src": "877:37:101",
|
|
3205
3205
|
"statements": [
|
|
3206
3206
|
{
|
|
3207
3207
|
"expression": {
|
|
3208
|
-
"id":
|
|
3208
|
+
"id": 39258,
|
|
3209
3209
|
"isConstant": false,
|
|
3210
3210
|
"isLValue": false,
|
|
3211
3211
|
"isPure": false,
|
|
3212
3212
|
"lValueRequested": false,
|
|
3213
3213
|
"leftHandSide": {
|
|
3214
|
-
"id":
|
|
3214
|
+
"id": 39256,
|
|
3215
3215
|
"name": "_resolver",
|
|
3216
3216
|
"nodeType": "Identifier",
|
|
3217
3217
|
"overloadedDeclarations": [],
|
|
3218
|
-
"referencedDeclaration":
|
|
3218
|
+
"referencedDeclaration": 39237,
|
|
3219
3219
|
"src": "887:9:101",
|
|
3220
3220
|
"typeDescriptions": {
|
|
3221
|
-
"typeIdentifier": "t_contract$_IResolver_$
|
|
3221
|
+
"typeIdentifier": "t_contract$_IResolver_$21086",
|
|
3222
3222
|
"typeString": "contract IResolver"
|
|
3223
3223
|
}
|
|
3224
3224
|
},
|
|
3225
3225
|
"nodeType": "Assignment",
|
|
3226
3226
|
"operator": "=",
|
|
3227
3227
|
"rightHandSide": {
|
|
3228
|
-
"id":
|
|
3228
|
+
"id": 39257,
|
|
3229
3229
|
"name": "resolver",
|
|
3230
3230
|
"nodeType": "Identifier",
|
|
3231
3231
|
"overloadedDeclarations": [],
|
|
3232
|
-
"referencedDeclaration":
|
|
3232
|
+
"referencedDeclaration": 39253,
|
|
3233
3233
|
"src": "899:8:101",
|
|
3234
3234
|
"typeDescriptions": {
|
|
3235
|
-
"typeIdentifier": "t_contract$_IResolver_$
|
|
3235
|
+
"typeIdentifier": "t_contract$_IResolver_$21086",
|
|
3236
3236
|
"typeString": "contract IResolver"
|
|
3237
3237
|
}
|
|
3238
3238
|
},
|
|
3239
3239
|
"src": "887:20:101",
|
|
3240
3240
|
"typeDescriptions": {
|
|
3241
|
-
"typeIdentifier": "t_contract$_IResolver_$
|
|
3241
|
+
"typeIdentifier": "t_contract$_IResolver_$21086",
|
|
3242
3242
|
"typeString": "contract IResolver"
|
|
3243
3243
|
}
|
|
3244
3244
|
},
|
|
3245
|
-
"id":
|
|
3245
|
+
"id": 39259,
|
|
3246
3246
|
"nodeType": "ExpressionStatement",
|
|
3247
3247
|
"src": "887:20:101"
|
|
3248
3248
|
}
|
|
3249
3249
|
]
|
|
3250
3250
|
},
|
|
3251
|
-
"id":
|
|
3251
|
+
"id": 39261,
|
|
3252
3252
|
"implemented": true,
|
|
3253
3253
|
"kind": "constructor",
|
|
3254
3254
|
"modifiers": [],
|
|
@@ -3256,41 +3256,41 @@
|
|
|
3256
3256
|
"nameLocation": "-1:-1:-1",
|
|
3257
3257
|
"nodeType": "FunctionDefinition",
|
|
3258
3258
|
"parameters": {
|
|
3259
|
-
"id":
|
|
3259
|
+
"id": 39254,
|
|
3260
3260
|
"nodeType": "ParameterList",
|
|
3261
3261
|
"parameters": [
|
|
3262
3262
|
{
|
|
3263
3263
|
"constant": false,
|
|
3264
|
-
"id":
|
|
3264
|
+
"id": 39253,
|
|
3265
3265
|
"mutability": "mutable",
|
|
3266
3266
|
"name": "resolver",
|
|
3267
3267
|
"nameLocation": "867:8:101",
|
|
3268
3268
|
"nodeType": "VariableDeclaration",
|
|
3269
|
-
"scope":
|
|
3269
|
+
"scope": 39261,
|
|
3270
3270
|
"src": "857:18:101",
|
|
3271
3271
|
"stateVariable": false,
|
|
3272
3272
|
"storageLocation": "default",
|
|
3273
3273
|
"typeDescriptions": {
|
|
3274
|
-
"typeIdentifier": "t_contract$_IResolver_$
|
|
3274
|
+
"typeIdentifier": "t_contract$_IResolver_$21086",
|
|
3275
3275
|
"typeString": "contract IResolver"
|
|
3276
3276
|
},
|
|
3277
3277
|
"typeName": {
|
|
3278
|
-
"id":
|
|
3278
|
+
"id": 39252,
|
|
3279
3279
|
"nodeType": "UserDefinedTypeName",
|
|
3280
3280
|
"pathNode": {
|
|
3281
|
-
"id":
|
|
3281
|
+
"id": 39251,
|
|
3282
3282
|
"name": "IResolver",
|
|
3283
3283
|
"nameLocations": [
|
|
3284
3284
|
"857:9:101"
|
|
3285
3285
|
],
|
|
3286
3286
|
"nodeType": "IdentifierPath",
|
|
3287
|
-
"referencedDeclaration":
|
|
3287
|
+
"referencedDeclaration": 21086,
|
|
3288
3288
|
"src": "857:9:101"
|
|
3289
3289
|
},
|
|
3290
|
-
"referencedDeclaration":
|
|
3290
|
+
"referencedDeclaration": 21086,
|
|
3291
3291
|
"src": "857:9:101",
|
|
3292
3292
|
"typeDescriptions": {
|
|
3293
|
-
"typeIdentifier": "t_contract$_IResolver_$
|
|
3293
|
+
"typeIdentifier": "t_contract$_IResolver_$21086",
|
|
3294
3294
|
"typeString": "contract IResolver"
|
|
3295
3295
|
}
|
|
3296
3296
|
},
|
|
@@ -3300,12 +3300,12 @@
|
|
|
3300
3300
|
"src": "856:20:101"
|
|
3301
3301
|
},
|
|
3302
3302
|
"returnParameters": {
|
|
3303
|
-
"id":
|
|
3303
|
+
"id": 39255,
|
|
3304
3304
|
"nodeType": "ParameterList",
|
|
3305
3305
|
"parameters": [],
|
|
3306
3306
|
"src": "877:0:101"
|
|
3307
3307
|
},
|
|
3308
|
-
"scope":
|
|
3308
|
+
"scope": 39321,
|
|
3309
3309
|
"src": "845:69:101",
|
|
3310
3310
|
"stateMutability": "nonpayable",
|
|
3311
3311
|
"virtual": false,
|
|
@@ -3313,31 +3313,31 @@
|
|
|
3313
3313
|
},
|
|
3314
3314
|
{
|
|
3315
3315
|
"body": {
|
|
3316
|
-
"id":
|
|
3316
|
+
"id": 39319,
|
|
3317
3317
|
"nodeType": "Block",
|
|
3318
3318
|
"src": "1166:584:101",
|
|
3319
3319
|
"statements": [
|
|
3320
3320
|
{
|
|
3321
3321
|
"expression": {
|
|
3322
|
-
"id":
|
|
3322
|
+
"id": 39284,
|
|
3323
3323
|
"isConstant": false,
|
|
3324
3324
|
"isLValue": false,
|
|
3325
3325
|
"isPure": false,
|
|
3326
3326
|
"lValueRequested": false,
|
|
3327
3327
|
"leftHandSide": {
|
|
3328
3328
|
"expression": {
|
|
3329
|
-
"id":
|
|
3329
|
+
"id": 39270,
|
|
3330
3330
|
"name": "result",
|
|
3331
3331
|
"nodeType": "Identifier",
|
|
3332
3332
|
"overloadedDeclarations": [],
|
|
3333
|
-
"referencedDeclaration":
|
|
3333
|
+
"referencedDeclaration": 39268,
|
|
3334
3334
|
"src": "1217:6:101",
|
|
3335
3335
|
"typeDescriptions": {
|
|
3336
|
-
"typeIdentifier": "t_struct$_Framework_$
|
|
3336
|
+
"typeIdentifier": "t_struct$_Framework_$39250_memory_ptr",
|
|
3337
3337
|
"typeString": "struct SuperfluidLoader.Framework memory"
|
|
3338
3338
|
}
|
|
3339
3339
|
},
|
|
3340
|
-
"id":
|
|
3340
|
+
"id": 39272,
|
|
3341
3341
|
"isConstant": false,
|
|
3342
3342
|
"isLValue": true,
|
|
3343
3343
|
"isPure": false,
|
|
@@ -3345,10 +3345,10 @@
|
|
|
3345
3345
|
"memberLocation": "1224:10:101",
|
|
3346
3346
|
"memberName": "superfluid",
|
|
3347
3347
|
"nodeType": "MemberAccess",
|
|
3348
|
-
"referencedDeclaration":
|
|
3348
|
+
"referencedDeclaration": 39240,
|
|
3349
3349
|
"src": "1217:17:101",
|
|
3350
3350
|
"typeDescriptions": {
|
|
3351
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
3351
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
3352
3352
|
"typeString": "contract ISuperfluid"
|
|
3353
3353
|
}
|
|
3354
3354
|
},
|
|
@@ -3362,7 +3362,7 @@
|
|
|
3362
3362
|
"arguments": [
|
|
3363
3363
|
{
|
|
3364
3364
|
"hexValue": "5375706572666c7569642e",
|
|
3365
|
-
"id":
|
|
3365
|
+
"id": 39279,
|
|
3366
3366
|
"isConstant": false,
|
|
3367
3367
|
"isLValue": false,
|
|
3368
3368
|
"isPure": true,
|
|
@@ -3377,11 +3377,11 @@
|
|
|
3377
3377
|
"value": "Superfluid."
|
|
3378
3378
|
},
|
|
3379
3379
|
{
|
|
3380
|
-
"id":
|
|
3380
|
+
"id": 39280,
|
|
3381
3381
|
"name": "releaseVersion",
|
|
3382
3382
|
"nodeType": "Identifier",
|
|
3383
3383
|
"overloadedDeclarations": [],
|
|
3384
|
-
"referencedDeclaration":
|
|
3384
|
+
"referencedDeclaration": 39264,
|
|
3385
3385
|
"src": "1305:14:101",
|
|
3386
3386
|
"typeDescriptions": {
|
|
3387
3387
|
"typeIdentifier": "t_string_calldata_ptr",
|
|
@@ -3401,7 +3401,7 @@
|
|
|
3401
3401
|
}
|
|
3402
3402
|
],
|
|
3403
3403
|
"expression": {
|
|
3404
|
-
"id":
|
|
3404
|
+
"id": 39277,
|
|
3405
3405
|
"isConstant": false,
|
|
3406
3406
|
"isLValue": false,
|
|
3407
3407
|
"isPure": true,
|
|
@@ -3413,14 +3413,14 @@
|
|
|
3413
3413
|
"typeString": "type(string storage pointer)"
|
|
3414
3414
|
},
|
|
3415
3415
|
"typeName": {
|
|
3416
|
-
"id":
|
|
3416
|
+
"id": 39276,
|
|
3417
3417
|
"name": "string",
|
|
3418
3418
|
"nodeType": "ElementaryTypeName",
|
|
3419
3419
|
"src": "1276:6:101",
|
|
3420
3420
|
"typeDescriptions": {}
|
|
3421
3421
|
}
|
|
3422
3422
|
},
|
|
3423
|
-
"id":
|
|
3423
|
+
"id": 39278,
|
|
3424
3424
|
"isConstant": false,
|
|
3425
3425
|
"isLValue": false,
|
|
3426
3426
|
"isPure": false,
|
|
@@ -3434,7 +3434,7 @@
|
|
|
3434
3434
|
"typeString": "function () pure returns (string memory)"
|
|
3435
3435
|
}
|
|
3436
3436
|
},
|
|
3437
|
-
"id":
|
|
3437
|
+
"id": 39281,
|
|
3438
3438
|
"isConstant": false,
|
|
3439
3439
|
"isLValue": false,
|
|
3440
3440
|
"isPure": false,
|
|
@@ -3459,18 +3459,18 @@
|
|
|
3459
3459
|
}
|
|
3460
3460
|
],
|
|
3461
3461
|
"expression": {
|
|
3462
|
-
"id":
|
|
3462
|
+
"id": 39274,
|
|
3463
3463
|
"name": "_resolver",
|
|
3464
3464
|
"nodeType": "Identifier",
|
|
3465
3465
|
"overloadedDeclarations": [],
|
|
3466
|
-
"referencedDeclaration":
|
|
3466
|
+
"referencedDeclaration": 39237,
|
|
3467
3467
|
"src": "1249:9:101",
|
|
3468
3468
|
"typeDescriptions": {
|
|
3469
|
-
"typeIdentifier": "t_contract$_IResolver_$
|
|
3469
|
+
"typeIdentifier": "t_contract$_IResolver_$21086",
|
|
3470
3470
|
"typeString": "contract IResolver"
|
|
3471
3471
|
}
|
|
3472
3472
|
},
|
|
3473
|
-
"id":
|
|
3473
|
+
"id": 39275,
|
|
3474
3474
|
"isConstant": false,
|
|
3475
3475
|
"isLValue": false,
|
|
3476
3476
|
"isPure": false,
|
|
@@ -3478,14 +3478,14 @@
|
|
|
3478
3478
|
"memberLocation": "1259:3:101",
|
|
3479
3479
|
"memberName": "get",
|
|
3480
3480
|
"nodeType": "MemberAccess",
|
|
3481
|
-
"referencedDeclaration":
|
|
3481
|
+
"referencedDeclaration": 21085,
|
|
3482
3482
|
"src": "1249:13:101",
|
|
3483
3483
|
"typeDescriptions": {
|
|
3484
3484
|
"typeIdentifier": "t_function_external_view$_t_string_memory_ptr_$returns$_t_address_$",
|
|
3485
3485
|
"typeString": "function (string memory) view external returns (address)"
|
|
3486
3486
|
}
|
|
3487
3487
|
},
|
|
3488
|
-
"id":
|
|
3488
|
+
"id": 39282,
|
|
3489
3489
|
"isConstant": false,
|
|
3490
3490
|
"isLValue": false,
|
|
3491
3491
|
"isPure": false,
|
|
@@ -3509,18 +3509,18 @@
|
|
|
3509
3509
|
"typeString": "address"
|
|
3510
3510
|
}
|
|
3511
3511
|
],
|
|
3512
|
-
"id":
|
|
3512
|
+
"id": 39273,
|
|
3513
3513
|
"name": "ISuperfluid",
|
|
3514
3514
|
"nodeType": "Identifier",
|
|
3515
3515
|
"overloadedDeclarations": [],
|
|
3516
|
-
"referencedDeclaration":
|
|
3516
|
+
"referencedDeclaration": 20542,
|
|
3517
3517
|
"src": "1237:11:101",
|
|
3518
3518
|
"typeDescriptions": {
|
|
3519
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$
|
|
3519
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20542_$",
|
|
3520
3520
|
"typeString": "type(contract ISuperfluid)"
|
|
3521
3521
|
}
|
|
3522
3522
|
},
|
|
3523
|
-
"id":
|
|
3523
|
+
"id": 39283,
|
|
3524
3524
|
"isConstant": false,
|
|
3525
3525
|
"isLValue": false,
|
|
3526
3526
|
"isPure": false,
|
|
@@ -3532,41 +3532,41 @@
|
|
|
3532
3532
|
"src": "1237:94:101",
|
|
3533
3533
|
"tryCall": false,
|
|
3534
3534
|
"typeDescriptions": {
|
|
3535
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
3535
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
3536
3536
|
"typeString": "contract ISuperfluid"
|
|
3537
3537
|
}
|
|
3538
3538
|
},
|
|
3539
3539
|
"src": "1217:114:101",
|
|
3540
3540
|
"typeDescriptions": {
|
|
3541
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
3541
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
3542
3542
|
"typeString": "contract ISuperfluid"
|
|
3543
3543
|
}
|
|
3544
3544
|
},
|
|
3545
|
-
"id":
|
|
3545
|
+
"id": 39285,
|
|
3546
3546
|
"nodeType": "ExpressionStatement",
|
|
3547
3547
|
"src": "1217:114:101"
|
|
3548
3548
|
},
|
|
3549
3549
|
{
|
|
3550
3550
|
"expression": {
|
|
3551
|
-
"id":
|
|
3551
|
+
"id": 39293,
|
|
3552
3552
|
"isConstant": false,
|
|
3553
3553
|
"isLValue": false,
|
|
3554
3554
|
"isPure": false,
|
|
3555
3555
|
"lValueRequested": false,
|
|
3556
3556
|
"leftHandSide": {
|
|
3557
3557
|
"expression": {
|
|
3558
|
-
"id":
|
|
3558
|
+
"id": 39286,
|
|
3559
3559
|
"name": "result",
|
|
3560
3560
|
"nodeType": "Identifier",
|
|
3561
3561
|
"overloadedDeclarations": [],
|
|
3562
|
-
"referencedDeclaration":
|
|
3562
|
+
"referencedDeclaration": 39268,
|
|
3563
3563
|
"src": "1341:6:101",
|
|
3564
3564
|
"typeDescriptions": {
|
|
3565
|
-
"typeIdentifier": "t_struct$_Framework_$
|
|
3565
|
+
"typeIdentifier": "t_struct$_Framework_$39250_memory_ptr",
|
|
3566
3566
|
"typeString": "struct SuperfluidLoader.Framework memory"
|
|
3567
3567
|
}
|
|
3568
3568
|
},
|
|
3569
|
-
"id":
|
|
3569
|
+
"id": 39288,
|
|
3570
3570
|
"isConstant": false,
|
|
3571
3571
|
"isLValue": true,
|
|
3572
3572
|
"isPure": false,
|
|
@@ -3574,10 +3574,10 @@
|
|
|
3574
3574
|
"memberLocation": "1348:17:101",
|
|
3575
3575
|
"memberName": "superTokenFactory",
|
|
3576
3576
|
"nodeType": "MemberAccess",
|
|
3577
|
-
"referencedDeclaration":
|
|
3577
|
+
"referencedDeclaration": 39243,
|
|
3578
3578
|
"src": "1341:24:101",
|
|
3579
3579
|
"typeDescriptions": {
|
|
3580
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
3580
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$20031",
|
|
3581
3581
|
"typeString": "contract ISuperTokenFactory"
|
|
3582
3582
|
}
|
|
3583
3583
|
},
|
|
@@ -3589,18 +3589,18 @@
|
|
|
3589
3589
|
"argumentTypes": [],
|
|
3590
3590
|
"expression": {
|
|
3591
3591
|
"expression": {
|
|
3592
|
-
"id":
|
|
3592
|
+
"id": 39289,
|
|
3593
3593
|
"name": "result",
|
|
3594
3594
|
"nodeType": "Identifier",
|
|
3595
3595
|
"overloadedDeclarations": [],
|
|
3596
|
-
"referencedDeclaration":
|
|
3596
|
+
"referencedDeclaration": 39268,
|
|
3597
3597
|
"src": "1368:6:101",
|
|
3598
3598
|
"typeDescriptions": {
|
|
3599
|
-
"typeIdentifier": "t_struct$_Framework_$
|
|
3599
|
+
"typeIdentifier": "t_struct$_Framework_$39250_memory_ptr",
|
|
3600
3600
|
"typeString": "struct SuperfluidLoader.Framework memory"
|
|
3601
3601
|
}
|
|
3602
3602
|
},
|
|
3603
|
-
"id":
|
|
3603
|
+
"id": 39290,
|
|
3604
3604
|
"isConstant": false,
|
|
3605
3605
|
"isLValue": true,
|
|
3606
3606
|
"isPure": false,
|
|
@@ -3608,14 +3608,14 @@
|
|
|
3608
3608
|
"memberLocation": "1375:10:101",
|
|
3609
3609
|
"memberName": "superfluid",
|
|
3610
3610
|
"nodeType": "MemberAccess",
|
|
3611
|
-
"referencedDeclaration":
|
|
3611
|
+
"referencedDeclaration": 39240,
|
|
3612
3612
|
"src": "1368:17:101",
|
|
3613
3613
|
"typeDescriptions": {
|
|
3614
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
3614
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
3615
3615
|
"typeString": "contract ISuperfluid"
|
|
3616
3616
|
}
|
|
3617
3617
|
},
|
|
3618
|
-
"id":
|
|
3618
|
+
"id": 39291,
|
|
3619
3619
|
"isConstant": false,
|
|
3620
3620
|
"isLValue": false,
|
|
3621
3621
|
"isPure": false,
|
|
@@ -3623,14 +3623,14 @@
|
|
|
3623
3623
|
"memberLocation": "1386:20:101",
|
|
3624
3624
|
"memberName": "getSuperTokenFactory",
|
|
3625
3625
|
"nodeType": "MemberAccess",
|
|
3626
|
-
"referencedDeclaration":
|
|
3626
|
+
"referencedDeclaration": 20216,
|
|
3627
3627
|
"src": "1368:38:101",
|
|
3628
3628
|
"typeDescriptions": {
|
|
3629
|
-
"typeIdentifier": "t_function_external_view$__$returns$_t_contract$_ISuperTokenFactory_$
|
|
3629
|
+
"typeIdentifier": "t_function_external_view$__$returns$_t_contract$_ISuperTokenFactory_$20031_$",
|
|
3630
3630
|
"typeString": "function () view external returns (contract ISuperTokenFactory)"
|
|
3631
3631
|
}
|
|
3632
3632
|
},
|
|
3633
|
-
"id":
|
|
3633
|
+
"id": 39292,
|
|
3634
3634
|
"isConstant": false,
|
|
3635
3635
|
"isLValue": false,
|
|
3636
3636
|
"isPure": false,
|
|
@@ -3642,41 +3642,41 @@
|
|
|
3642
3642
|
"src": "1368:40:101",
|
|
3643
3643
|
"tryCall": false,
|
|
3644
3644
|
"typeDescriptions": {
|
|
3645
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
3645
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$20031",
|
|
3646
3646
|
"typeString": "contract ISuperTokenFactory"
|
|
3647
3647
|
}
|
|
3648
3648
|
},
|
|
3649
3649
|
"src": "1341:67:101",
|
|
3650
3650
|
"typeDescriptions": {
|
|
3651
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
3651
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$20031",
|
|
3652
3652
|
"typeString": "contract ISuperTokenFactory"
|
|
3653
3653
|
}
|
|
3654
3654
|
},
|
|
3655
|
-
"id":
|
|
3655
|
+
"id": 39294,
|
|
3656
3656
|
"nodeType": "ExpressionStatement",
|
|
3657
3657
|
"src": "1341:67:101"
|
|
3658
3658
|
},
|
|
3659
3659
|
{
|
|
3660
3660
|
"expression": {
|
|
3661
|
-
"id":
|
|
3661
|
+
"id": 39305,
|
|
3662
3662
|
"isConstant": false,
|
|
3663
3663
|
"isLValue": false,
|
|
3664
3664
|
"isPure": false,
|
|
3665
3665
|
"lValueRequested": false,
|
|
3666
3666
|
"leftHandSide": {
|
|
3667
3667
|
"expression": {
|
|
3668
|
-
"id":
|
|
3668
|
+
"id": 39295,
|
|
3669
3669
|
"name": "result",
|
|
3670
3670
|
"nodeType": "Identifier",
|
|
3671
3671
|
"overloadedDeclarations": [],
|
|
3672
|
-
"referencedDeclaration":
|
|
3672
|
+
"referencedDeclaration": 39268,
|
|
3673
3673
|
"src": "1418:6:101",
|
|
3674
3674
|
"typeDescriptions": {
|
|
3675
|
-
"typeIdentifier": "t_struct$_Framework_$
|
|
3675
|
+
"typeIdentifier": "t_struct$_Framework_$39250_memory_ptr",
|
|
3676
3676
|
"typeString": "struct SuperfluidLoader.Framework memory"
|
|
3677
3677
|
}
|
|
3678
3678
|
},
|
|
3679
|
-
"id":
|
|
3679
|
+
"id": 39297,
|
|
3680
3680
|
"isConstant": false,
|
|
3681
3681
|
"isLValue": true,
|
|
3682
3682
|
"isPure": false,
|
|
@@ -3684,10 +3684,10 @@
|
|
|
3684
3684
|
"memberLocation": "1425:14:101",
|
|
3685
3685
|
"memberName": "agreementCFAv1",
|
|
3686
3686
|
"nodeType": "MemberAccess",
|
|
3687
|
-
"referencedDeclaration":
|
|
3687
|
+
"referencedDeclaration": 39246,
|
|
3688
3688
|
"src": "1418:21:101",
|
|
3689
3689
|
"typeDescriptions": {
|
|
3690
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
3690
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$19438",
|
|
3691
3691
|
"typeString": "contract ISuperAgreement"
|
|
3692
3692
|
}
|
|
3693
3693
|
},
|
|
@@ -3699,7 +3699,7 @@
|
|
|
3699
3699
|
"arguments": [
|
|
3700
3700
|
{
|
|
3701
3701
|
"hexValue": "6f72672e7375706572666c7569642d66696e616e63652e61677265656d656e74732e436f6e7374616e74466c6f7741677265656d656e742e7631",
|
|
3702
|
-
"id":
|
|
3702
|
+
"id": 39302,
|
|
3703
3703
|
"isConstant": false,
|
|
3704
3704
|
"isLValue": false,
|
|
3705
3705
|
"isPure": true,
|
|
@@ -3721,7 +3721,7 @@
|
|
|
3721
3721
|
"typeString": "literal_string \"org.superfluid-finance.agreements.ConstantFlowAgreement.v1\""
|
|
3722
3722
|
}
|
|
3723
3723
|
],
|
|
3724
|
-
"id":
|
|
3724
|
+
"id": 39301,
|
|
3725
3725
|
"name": "keccak256",
|
|
3726
3726
|
"nodeType": "Identifier",
|
|
3727
3727
|
"overloadedDeclarations": [],
|
|
@@ -3732,7 +3732,7 @@
|
|
|
3732
3732
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
|
3733
3733
|
}
|
|
3734
3734
|
},
|
|
3735
|
-
"id":
|
|
3735
|
+
"id": 39303,
|
|
3736
3736
|
"isConstant": false,
|
|
3737
3737
|
"isLValue": false,
|
|
3738
3738
|
"isPure": true,
|
|
@@ -3758,18 +3758,18 @@
|
|
|
3758
3758
|
],
|
|
3759
3759
|
"expression": {
|
|
3760
3760
|
"expression": {
|
|
3761
|
-
"id":
|
|
3761
|
+
"id": 39298,
|
|
3762
3762
|
"name": "result",
|
|
3763
3763
|
"nodeType": "Identifier",
|
|
3764
3764
|
"overloadedDeclarations": [],
|
|
3765
|
-
"referencedDeclaration":
|
|
3765
|
+
"referencedDeclaration": 39268,
|
|
3766
3766
|
"src": "1442:6:101",
|
|
3767
3767
|
"typeDescriptions": {
|
|
3768
|
-
"typeIdentifier": "t_struct$_Framework_$
|
|
3768
|
+
"typeIdentifier": "t_struct$_Framework_$39250_memory_ptr",
|
|
3769
3769
|
"typeString": "struct SuperfluidLoader.Framework memory"
|
|
3770
3770
|
}
|
|
3771
3771
|
},
|
|
3772
|
-
"id":
|
|
3772
|
+
"id": 39299,
|
|
3773
3773
|
"isConstant": false,
|
|
3774
3774
|
"isLValue": true,
|
|
3775
3775
|
"isPure": false,
|
|
@@ -3777,14 +3777,14 @@
|
|
|
3777
3777
|
"memberLocation": "1449:10:101",
|
|
3778
3778
|
"memberName": "superfluid",
|
|
3779
3779
|
"nodeType": "MemberAccess",
|
|
3780
|
-
"referencedDeclaration":
|
|
3780
|
+
"referencedDeclaration": 39240,
|
|
3781
3781
|
"src": "1442:17:101",
|
|
3782
3782
|
"typeDescriptions": {
|
|
3783
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
3783
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
3784
3784
|
"typeString": "contract ISuperfluid"
|
|
3785
3785
|
}
|
|
3786
3786
|
},
|
|
3787
|
-
"id":
|
|
3787
|
+
"id": 39300,
|
|
3788
3788
|
"isConstant": false,
|
|
3789
3789
|
"isLValue": false,
|
|
3790
3790
|
"isPure": false,
|
|
@@ -3792,14 +3792,14 @@
|
|
|
3792
3792
|
"memberLocation": "1460:17:101",
|
|
3793
3793
|
"memberName": "getAgreementClass",
|
|
3794
3794
|
"nodeType": "MemberAccess",
|
|
3795
|
-
"referencedDeclaration":
|
|
3795
|
+
"referencedDeclaration": 20179,
|
|
3796
3796
|
"src": "1442:35:101",
|
|
3797
3797
|
"typeDescriptions": {
|
|
3798
|
-
"typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_contract$_ISuperAgreement_$
|
|
3798
|
+
"typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_contract$_ISuperAgreement_$19438_$",
|
|
3799
3799
|
"typeString": "function (bytes32) view external returns (contract ISuperAgreement)"
|
|
3800
3800
|
}
|
|
3801
3801
|
},
|
|
3802
|
-
"id":
|
|
3802
|
+
"id": 39304,
|
|
3803
3803
|
"isConstant": false,
|
|
3804
3804
|
"isLValue": false,
|
|
3805
3805
|
"isPure": false,
|
|
@@ -3811,41 +3811,41 @@
|
|
|
3811
3811
|
"src": "1442:130:101",
|
|
3812
3812
|
"tryCall": false,
|
|
3813
3813
|
"typeDescriptions": {
|
|
3814
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
3814
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$19438",
|
|
3815
3815
|
"typeString": "contract ISuperAgreement"
|
|
3816
3816
|
}
|
|
3817
3817
|
},
|
|
3818
3818
|
"src": "1418:154:101",
|
|
3819
3819
|
"typeDescriptions": {
|
|
3820
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
3820
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$19438",
|
|
3821
3821
|
"typeString": "contract ISuperAgreement"
|
|
3822
3822
|
}
|
|
3823
3823
|
},
|
|
3824
|
-
"id":
|
|
3824
|
+
"id": 39306,
|
|
3825
3825
|
"nodeType": "ExpressionStatement",
|
|
3826
3826
|
"src": "1418:154:101"
|
|
3827
3827
|
},
|
|
3828
3828
|
{
|
|
3829
3829
|
"expression": {
|
|
3830
|
-
"id":
|
|
3830
|
+
"id": 39317,
|
|
3831
3831
|
"isConstant": false,
|
|
3832
3832
|
"isLValue": false,
|
|
3833
3833
|
"isPure": false,
|
|
3834
3834
|
"lValueRequested": false,
|
|
3835
3835
|
"leftHandSide": {
|
|
3836
3836
|
"expression": {
|
|
3837
|
-
"id":
|
|
3837
|
+
"id": 39307,
|
|
3838
3838
|
"name": "result",
|
|
3839
3839
|
"nodeType": "Identifier",
|
|
3840
3840
|
"overloadedDeclarations": [],
|
|
3841
|
-
"referencedDeclaration":
|
|
3841
|
+
"referencedDeclaration": 39268,
|
|
3842
3842
|
"src": "1582:6:101",
|
|
3843
3843
|
"typeDescriptions": {
|
|
3844
|
-
"typeIdentifier": "t_struct$_Framework_$
|
|
3844
|
+
"typeIdentifier": "t_struct$_Framework_$39250_memory_ptr",
|
|
3845
3845
|
"typeString": "struct SuperfluidLoader.Framework memory"
|
|
3846
3846
|
}
|
|
3847
3847
|
},
|
|
3848
|
-
"id":
|
|
3848
|
+
"id": 39309,
|
|
3849
3849
|
"isConstant": false,
|
|
3850
3850
|
"isLValue": true,
|
|
3851
3851
|
"isPure": false,
|
|
@@ -3853,10 +3853,10 @@
|
|
|
3853
3853
|
"memberLocation": "1589:14:101",
|
|
3854
3854
|
"memberName": "agreementIDAv1",
|
|
3855
3855
|
"nodeType": "MemberAccess",
|
|
3856
|
-
"referencedDeclaration":
|
|
3856
|
+
"referencedDeclaration": 39249,
|
|
3857
3857
|
"src": "1582:21:101",
|
|
3858
3858
|
"typeDescriptions": {
|
|
3859
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
3859
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$19438",
|
|
3860
3860
|
"typeString": "contract ISuperAgreement"
|
|
3861
3861
|
}
|
|
3862
3862
|
},
|
|
@@ -3868,7 +3868,7 @@
|
|
|
3868
3868
|
"arguments": [
|
|
3869
3869
|
{
|
|
3870
3870
|
"hexValue": "6f72672e7375706572666c7569642d66696e616e63652e61677265656d656e74732e496e7374616e74446973747269627574696f6e41677265656d656e742e7631",
|
|
3871
|
-
"id":
|
|
3871
|
+
"id": 39314,
|
|
3872
3872
|
"isConstant": false,
|
|
3873
3873
|
"isLValue": false,
|
|
3874
3874
|
"isPure": true,
|
|
@@ -3890,7 +3890,7 @@
|
|
|
3890
3890
|
"typeString": "literal_string \"org.superfluid-finance.agreements.InstantDistributionAgreement.v1\""
|
|
3891
3891
|
}
|
|
3892
3892
|
],
|
|
3893
|
-
"id":
|
|
3893
|
+
"id": 39313,
|
|
3894
3894
|
"name": "keccak256",
|
|
3895
3895
|
"nodeType": "Identifier",
|
|
3896
3896
|
"overloadedDeclarations": [],
|
|
@@ -3901,7 +3901,7 @@
|
|
|
3901
3901
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
|
3902
3902
|
}
|
|
3903
3903
|
},
|
|
3904
|
-
"id":
|
|
3904
|
+
"id": 39315,
|
|
3905
3905
|
"isConstant": false,
|
|
3906
3906
|
"isLValue": false,
|
|
3907
3907
|
"isPure": true,
|
|
@@ -3927,18 +3927,18 @@
|
|
|
3927
3927
|
],
|
|
3928
3928
|
"expression": {
|
|
3929
3929
|
"expression": {
|
|
3930
|
-
"id":
|
|
3930
|
+
"id": 39310,
|
|
3931
3931
|
"name": "result",
|
|
3932
3932
|
"nodeType": "Identifier",
|
|
3933
3933
|
"overloadedDeclarations": [],
|
|
3934
|
-
"referencedDeclaration":
|
|
3934
|
+
"referencedDeclaration": 39268,
|
|
3935
3935
|
"src": "1606:6:101",
|
|
3936
3936
|
"typeDescriptions": {
|
|
3937
|
-
"typeIdentifier": "t_struct$_Framework_$
|
|
3937
|
+
"typeIdentifier": "t_struct$_Framework_$39250_memory_ptr",
|
|
3938
3938
|
"typeString": "struct SuperfluidLoader.Framework memory"
|
|
3939
3939
|
}
|
|
3940
3940
|
},
|
|
3941
|
-
"id":
|
|
3941
|
+
"id": 39311,
|
|
3942
3942
|
"isConstant": false,
|
|
3943
3943
|
"isLValue": true,
|
|
3944
3944
|
"isPure": false,
|
|
@@ -3946,14 +3946,14 @@
|
|
|
3946
3946
|
"memberLocation": "1613:10:101",
|
|
3947
3947
|
"memberName": "superfluid",
|
|
3948
3948
|
"nodeType": "MemberAccess",
|
|
3949
|
-
"referencedDeclaration":
|
|
3949
|
+
"referencedDeclaration": 39240,
|
|
3950
3950
|
"src": "1606:17:101",
|
|
3951
3951
|
"typeDescriptions": {
|
|
3952
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
3952
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20542",
|
|
3953
3953
|
"typeString": "contract ISuperfluid"
|
|
3954
3954
|
}
|
|
3955
3955
|
},
|
|
3956
|
-
"id":
|
|
3956
|
+
"id": 39312,
|
|
3957
3957
|
"isConstant": false,
|
|
3958
3958
|
"isLValue": false,
|
|
3959
3959
|
"isPure": false,
|
|
@@ -3961,14 +3961,14 @@
|
|
|
3961
3961
|
"memberLocation": "1624:17:101",
|
|
3962
3962
|
"memberName": "getAgreementClass",
|
|
3963
3963
|
"nodeType": "MemberAccess",
|
|
3964
|
-
"referencedDeclaration":
|
|
3964
|
+
"referencedDeclaration": 20179,
|
|
3965
3965
|
"src": "1606:35:101",
|
|
3966
3966
|
"typeDescriptions": {
|
|
3967
|
-
"typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_contract$_ISuperAgreement_$
|
|
3967
|
+
"typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_contract$_ISuperAgreement_$19438_$",
|
|
3968
3968
|
"typeString": "function (bytes32) view external returns (contract ISuperAgreement)"
|
|
3969
3969
|
}
|
|
3970
3970
|
},
|
|
3971
|
-
"id":
|
|
3971
|
+
"id": 39316,
|
|
3972
3972
|
"isConstant": false,
|
|
3973
3973
|
"isLValue": false,
|
|
3974
3974
|
"isPure": false,
|
|
@@ -3980,30 +3980,30 @@
|
|
|
3980
3980
|
"src": "1606:137:101",
|
|
3981
3981
|
"tryCall": false,
|
|
3982
3982
|
"typeDescriptions": {
|
|
3983
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
3983
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$19438",
|
|
3984
3984
|
"typeString": "contract ISuperAgreement"
|
|
3985
3985
|
}
|
|
3986
3986
|
},
|
|
3987
3987
|
"src": "1582:161:101",
|
|
3988
3988
|
"typeDescriptions": {
|
|
3989
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
3989
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$19438",
|
|
3990
3990
|
"typeString": "contract ISuperAgreement"
|
|
3991
3991
|
}
|
|
3992
3992
|
},
|
|
3993
|
-
"id":
|
|
3993
|
+
"id": 39318,
|
|
3994
3994
|
"nodeType": "ExpressionStatement",
|
|
3995
3995
|
"src": "1582:161:101"
|
|
3996
3996
|
}
|
|
3997
3997
|
]
|
|
3998
3998
|
},
|
|
3999
3999
|
"documentation": {
|
|
4000
|
-
"id":
|
|
4000
|
+
"id": 39262,
|
|
4001
4001
|
"nodeType": "StructuredDocumentation",
|
|
4002
4002
|
"src": "920:118:101",
|
|
4003
4003
|
"text": " @dev Load framework objects\n @param releaseVersion Protocol release version of the deployment"
|
|
4004
4004
|
},
|
|
4005
4005
|
"functionSelector": "f490e2f0",
|
|
4006
|
-
"id":
|
|
4006
|
+
"id": 39320,
|
|
4007
4007
|
"implemented": true,
|
|
4008
4008
|
"kind": "function",
|
|
4009
4009
|
"modifiers": [],
|
|
@@ -4011,17 +4011,17 @@
|
|
|
4011
4011
|
"nameLocation": "1052:13:101",
|
|
4012
4012
|
"nodeType": "FunctionDefinition",
|
|
4013
4013
|
"parameters": {
|
|
4014
|
-
"id":
|
|
4014
|
+
"id": 39265,
|
|
4015
4015
|
"nodeType": "ParameterList",
|
|
4016
4016
|
"parameters": [
|
|
4017
4017
|
{
|
|
4018
4018
|
"constant": false,
|
|
4019
|
-
"id":
|
|
4019
|
+
"id": 39264,
|
|
4020
4020
|
"mutability": "mutable",
|
|
4021
4021
|
"name": "releaseVersion",
|
|
4022
4022
|
"nameLocation": "1082:14:101",
|
|
4023
4023
|
"nodeType": "VariableDeclaration",
|
|
4024
|
-
"scope":
|
|
4024
|
+
"scope": 39320,
|
|
4025
4025
|
"src": "1066:30:101",
|
|
4026
4026
|
"stateVariable": false,
|
|
4027
4027
|
"storageLocation": "calldata",
|
|
@@ -4030,7 +4030,7 @@
|
|
|
4030
4030
|
"typeString": "string"
|
|
4031
4031
|
},
|
|
4032
4032
|
"typeName": {
|
|
4033
|
-
"id":
|
|
4033
|
+
"id": 39263,
|
|
4034
4034
|
"name": "string",
|
|
4035
4035
|
"nodeType": "ElementaryTypeName",
|
|
4036
4036
|
"src": "1066:6:101",
|
|
@@ -4045,41 +4045,41 @@
|
|
|
4045
4045
|
"src": "1065:32:101"
|
|
4046
4046
|
},
|
|
4047
4047
|
"returnParameters": {
|
|
4048
|
-
"id":
|
|
4048
|
+
"id": 39269,
|
|
4049
4049
|
"nodeType": "ParameterList",
|
|
4050
4050
|
"parameters": [
|
|
4051
4051
|
{
|
|
4052
4052
|
"constant": false,
|
|
4053
|
-
"id":
|
|
4053
|
+
"id": 39268,
|
|
4054
4054
|
"mutability": "mutable",
|
|
4055
4055
|
"name": "result",
|
|
4056
4056
|
"nameLocation": "1154:6:101",
|
|
4057
4057
|
"nodeType": "VariableDeclaration",
|
|
4058
|
-
"scope":
|
|
4058
|
+
"scope": 39320,
|
|
4059
4059
|
"src": "1137:23:101",
|
|
4060
4060
|
"stateVariable": false,
|
|
4061
4061
|
"storageLocation": "memory",
|
|
4062
4062
|
"typeDescriptions": {
|
|
4063
|
-
"typeIdentifier": "t_struct$_Framework_$
|
|
4063
|
+
"typeIdentifier": "t_struct$_Framework_$39250_memory_ptr",
|
|
4064
4064
|
"typeString": "struct SuperfluidLoader.Framework"
|
|
4065
4065
|
},
|
|
4066
4066
|
"typeName": {
|
|
4067
|
-
"id":
|
|
4067
|
+
"id": 39267,
|
|
4068
4068
|
"nodeType": "UserDefinedTypeName",
|
|
4069
4069
|
"pathNode": {
|
|
4070
|
-
"id":
|
|
4070
|
+
"id": 39266,
|
|
4071
4071
|
"name": "Framework",
|
|
4072
4072
|
"nameLocations": [
|
|
4073
4073
|
"1137:9:101"
|
|
4074
4074
|
],
|
|
4075
4075
|
"nodeType": "IdentifierPath",
|
|
4076
|
-
"referencedDeclaration":
|
|
4076
|
+
"referencedDeclaration": 39250,
|
|
4077
4077
|
"src": "1137:9:101"
|
|
4078
4078
|
},
|
|
4079
|
-
"referencedDeclaration":
|
|
4079
|
+
"referencedDeclaration": 39250,
|
|
4080
4080
|
"src": "1137:9:101",
|
|
4081
4081
|
"typeDescriptions": {
|
|
4082
|
-
"typeIdentifier": "t_struct$_Framework_$
|
|
4082
|
+
"typeIdentifier": "t_struct$_Framework_$39250_storage_ptr",
|
|
4083
4083
|
"typeString": "struct SuperfluidLoader.Framework"
|
|
4084
4084
|
}
|
|
4085
4085
|
},
|
|
@@ -4088,14 +4088,14 @@
|
|
|
4088
4088
|
],
|
|
4089
4089
|
"src": "1136:25:101"
|
|
4090
4090
|
},
|
|
4091
|
-
"scope":
|
|
4091
|
+
"scope": 39321,
|
|
4092
4092
|
"src": "1043:707:101",
|
|
4093
4093
|
"stateMutability": "view",
|
|
4094
4094
|
"virtual": false,
|
|
4095
4095
|
"visibility": "external"
|
|
4096
4096
|
}
|
|
4097
4097
|
],
|
|
4098
|
-
"scope":
|
|
4098
|
+
"scope": 39322,
|
|
4099
4099
|
"src": "580:1172:101",
|
|
4100
4100
|
"usedErrors": []
|
|
4101
4101
|
}
|
|
@@ -4108,7 +4108,7 @@
|
|
|
4108
4108
|
},
|
|
4109
4109
|
"networks": {},
|
|
4110
4110
|
"schemaVersion": "3.4.9",
|
|
4111
|
-
"updatedAt": "2022-09-
|
|
4111
|
+
"updatedAt": "2022-09-21T11:06:18.620Z",
|
|
4112
4112
|
"devdoc": {
|
|
4113
4113
|
"author": "Superfluid",
|
|
4114
4114
|
"details": "A on-chain utility contract for loading framework objects in one view function. NOTE: Q: Why don't we just use https://www.npmjs.com/package/ethereum-multicall? A: Well, no strong reason other than also allowing on-chain one view function loading.",
|