@superfluid-finance/ethereum-contracts 1.3.2-dev.8696fa0.0 → 1.3.2-dev.9e41aae.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 +18 -18
- 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 +599 -599
- package/build/contracts/CFAv1Library.json +389 -389
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
- package/build/contracts/ConstantFlowAgreementV1.json +932 -932
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +599 -599
- 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 +1525 -1525
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1526 -1526
- package/build/contracts/FlowOperatorDefinitions.json +599 -599
- package/build/contracts/FullUpgradableSuperTokenProxy.json +112 -112
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +567 -567
- package/build/contracts/IDAv1Library.json +430 -430
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Metadata.json +1 -1
- package/build/contracts/IERC20Permit.json +1 -1
- package/build/contracts/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
- package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +42 -42
- package/build/contracts/IPureSuperTokenCustom.json +42 -42
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +47 -47
- package/build/contracts/ISETHCustom.json +47 -47
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +523 -523
- package/build/contracts/ISuperTokenFactory.json +160 -160
- package/build/contracts/ISuperfluid.json +826 -826
- package/build/contracts/ISuperfluidGovernance.json +242 -242
- package/build/contracts/ISuperfluidToken.json +389 -389
- 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 +567 -567
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
- package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
- 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 +1525 -1525
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +704 -704
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +42 -42
- package/build/contracts/SuperAppDefinitions.json +599 -599
- package/build/contracts/SuperToken.json +2362 -2362
- package/build/contracts/SuperTokenFactory.json +747 -747
- package/build/contracts/SuperTokenFactoryBase.json +737 -737
- package/build/contracts/SuperTokenFactoryHelper.json +740 -740
- package/build/contracts/SuperUpgrader.json +437 -437
- package/build/contracts/Superfluid.json +4860 -4860
- package/build/contracts/SuperfluidFrameworkDeployer.json +690 -690
- package/build/contracts/SuperfluidGovernanceBase.json +3933 -2158
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +7488 -4364
- package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidToken.json +1404 -1404
- package/build/contracts/TOGA.json +1458 -1458
- package/build/contracts/TestGovernance.json +8293 -5439
- 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/gov/SuperfluidGovernanceBase.sol +98 -35
- package/package.json +2 -2
- package/scripts/gov-create-new-app-registration-key.js +9 -19
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
}
|
|
1319
1319
|
]
|
|
1320
1320
|
},
|
|
1321
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
1321
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20175_fromMemory",
|
|
1322
1322
|
"nodeType": "YulFunctionDefinition",
|
|
1323
1323
|
"parameters": [
|
|
1324
1324
|
{
|
|
@@ -1346,7 +1346,7 @@
|
|
|
1346
1346
|
}
|
|
1347
1347
|
]
|
|
1348
1348
|
},
|
|
1349
|
-
"contents": "{\n { }\n function abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
1349
|
+
"contents": "{\n { }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20175_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}",
|
|
1350
1350
|
"id": 107,
|
|
1351
1351
|
"language": "Yul",
|
|
1352
1352
|
"name": "#utility.yul"
|
|
@@ -2656,7 +2656,7 @@
|
|
|
2656
2656
|
}
|
|
2657
2657
|
]
|
|
2658
2658
|
},
|
|
2659
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
2659
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_uint32t_addresst_uint128t_bytes_calldata_ptr",
|
|
2660
2660
|
"nodeType": "YulFunctionDefinition",
|
|
2661
2661
|
"parameters": [
|
|
2662
2662
|
{
|
|
@@ -3652,7 +3652,7 @@
|
|
|
3652
3652
|
}
|
|
3653
3653
|
]
|
|
3654
3654
|
},
|
|
3655
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
3655
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_addresst_uint32",
|
|
3656
3656
|
"nodeType": "YulFunctionDefinition",
|
|
3657
3657
|
"parameters": [
|
|
3658
3658
|
{
|
|
@@ -4608,7 +4608,7 @@
|
|
|
4608
4608
|
}
|
|
4609
4609
|
]
|
|
4610
4610
|
},
|
|
4611
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
4611
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_addresst_uint32t_addresst_bytes_calldata_ptr",
|
|
4612
4612
|
"nodeType": "YulFunctionDefinition",
|
|
4613
4613
|
"parameters": [
|
|
4614
4614
|
{
|
|
@@ -5472,7 +5472,7 @@
|
|
|
5472
5472
|
}
|
|
5473
5473
|
]
|
|
5474
5474
|
},
|
|
5475
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
5475
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_addresst_uint32t_address",
|
|
5476
5476
|
"nodeType": "YulFunctionDefinition",
|
|
5477
5477
|
"parameters": [
|
|
5478
5478
|
{
|
|
@@ -6325,7 +6325,7 @@
|
|
|
6325
6325
|
}
|
|
6326
6326
|
]
|
|
6327
6327
|
},
|
|
6328
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
6328
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_addresst_uint32t_bytes_calldata_ptr",
|
|
6329
6329
|
"nodeType": "YulFunctionDefinition",
|
|
6330
6330
|
"parameters": [
|
|
6331
6331
|
{
|
|
@@ -6846,7 +6846,7 @@
|
|
|
6846
6846
|
}
|
|
6847
6847
|
]
|
|
6848
6848
|
},
|
|
6849
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
6849
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_uint32t_uint128t_bytes_calldata_ptr",
|
|
6850
6850
|
"nodeType": "YulFunctionDefinition",
|
|
6851
6851
|
"parameters": [
|
|
6852
6852
|
{
|
|
@@ -7254,7 +7254,7 @@
|
|
|
7254
7254
|
}
|
|
7255
7255
|
]
|
|
7256
7256
|
},
|
|
7257
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
7257
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_addresst_uint32t_uint256",
|
|
7258
7258
|
"nodeType": "YulFunctionDefinition",
|
|
7259
7259
|
"parameters": [
|
|
7260
7260
|
{
|
|
@@ -7733,7 +7733,7 @@
|
|
|
7733
7733
|
}
|
|
7734
7734
|
]
|
|
7735
7735
|
},
|
|
7736
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
7736
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_addresst_uint256",
|
|
7737
7737
|
"nodeType": "YulFunctionDefinition",
|
|
7738
7738
|
"parameters": [
|
|
7739
7739
|
{
|
|
@@ -8192,7 +8192,7 @@
|
|
|
8192
8192
|
}
|
|
8193
8193
|
]
|
|
8194
8194
|
},
|
|
8195
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
8195
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_address",
|
|
8196
8196
|
"nodeType": "YulFunctionDefinition",
|
|
8197
8197
|
"parameters": [
|
|
8198
8198
|
{
|
|
@@ -10102,7 +10102,7 @@
|
|
|
10102
10102
|
}
|
|
10103
10103
|
]
|
|
10104
10104
|
},
|
|
10105
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
10105
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_uint32t_uint256t_bytes_calldata_ptr",
|
|
10106
10106
|
"nodeType": "YulFunctionDefinition",
|
|
10107
10107
|
"parameters": [
|
|
10108
10108
|
{
|
|
@@ -10346,7 +10346,7 @@
|
|
|
10346
10346
|
}
|
|
10347
10347
|
]
|
|
10348
10348
|
},
|
|
10349
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
10349
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_bytes32",
|
|
10350
10350
|
"nodeType": "YulFunctionDefinition",
|
|
10351
10351
|
"parameters": [
|
|
10352
10352
|
{
|
|
@@ -11204,7 +11204,7 @@
|
|
|
11204
11204
|
}
|
|
11205
11205
|
]
|
|
11206
11206
|
},
|
|
11207
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
11207
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_uint32t_bytes_calldata_ptr",
|
|
11208
11208
|
"nodeType": "YulFunctionDefinition",
|
|
11209
11209
|
"parameters": [
|
|
11210
11210
|
{
|
|
@@ -23832,7 +23832,7 @@
|
|
|
23832
23832
|
}
|
|
23833
23833
|
]
|
|
23834
23834
|
},
|
|
23835
|
-
"name": "abi_decode_tuple_t_struct$_Context_$
|
|
23835
|
+
"name": "abi_decode_tuple_t_struct$_Context_$20108_memory_ptr_fromMemory",
|
|
23836
23836
|
"nodeType": "YulFunctionDefinition",
|
|
23837
23837
|
"parameters": [
|
|
23838
23838
|
{
|
|
@@ -23978,7 +23978,7 @@
|
|
|
23978
23978
|
}
|
|
23979
23979
|
]
|
|
23980
23980
|
},
|
|
23981
|
-
"name": "abi_encode_tuple_t_contract$_ISuperApp_$
|
|
23981
|
+
"name": "abi_encode_tuple_t_contract$_ISuperApp_$19238__to_t_address__fromStack_reversed",
|
|
23982
23982
|
"nodeType": "YulFunctionDefinition",
|
|
23983
23983
|
"parameters": [
|
|
23984
23984
|
{
|
|
@@ -24636,7 +24636,7 @@
|
|
|
24636
24636
|
}
|
|
24637
24637
|
]
|
|
24638
24638
|
},
|
|
24639
|
-
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$
|
|
24639
|
+
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$20572_t_address_t_bytes32_t_bytes_memory_ptr_t_bytes_memory_ptr__to_t_address_t_address_t_bytes32_t_bytes_memory_ptr_t_bytes_memory_ptr__fromStack_reversed",
|
|
24640
24640
|
"nodeType": "YulFunctionDefinition",
|
|
24641
24641
|
"parameters": [
|
|
24642
24642
|
{
|
|
@@ -25024,7 +25024,7 @@
|
|
|
25024
25024
|
}
|
|
25025
25025
|
]
|
|
25026
25026
|
},
|
|
25027
|
-
"name": "abi_encode_tuple_t_contract$_ISuperApp_$
|
|
25027
|
+
"name": "abi_encode_tuple_t_contract$_ISuperApp_$19238_t_bytes_memory_ptr_t_bool_t_bytes_memory_ptr__to_t_address_t_bytes_memory_ptr_t_bool_t_bytes_memory_ptr__fromStack_reversed",
|
|
25028
25028
|
"nodeType": "YulFunctionDefinition",
|
|
25029
25029
|
"parameters": [
|
|
25030
25030
|
{
|
|
@@ -26288,7 +26288,7 @@
|
|
|
26288
26288
|
}
|
|
26289
26289
|
]
|
|
26290
26290
|
},
|
|
26291
|
-
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$
|
|
26291
|
+
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$20572_t_address_t_bytes32_t_bytes_memory_ptr_t_bytes_memory_ptr_t_bytes_memory_ptr__to_t_address_t_address_t_bytes32_t_bytes_memory_ptr_t_bytes_memory_ptr_t_bytes_memory_ptr__fromStack_reversed",
|
|
26292
26292
|
"nodeType": "YulFunctionDefinition",
|
|
26293
26293
|
"parameters": [
|
|
26294
26294
|
{
|
|
@@ -27176,7 +27176,7 @@
|
|
|
27176
27176
|
}
|
|
27177
27177
|
]
|
|
27178
27178
|
},
|
|
27179
|
-
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$
|
|
27179
|
+
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$20572_t_address_t_uint256_t_uint32__to_t_address_t_address_t_uint256_t_uint32__fromStack_library_reversed",
|
|
27180
27180
|
"nodeType": "YulFunctionDefinition",
|
|
27181
27181
|
"parameters": [
|
|
27182
27182
|
{
|
|
@@ -28848,7 +28848,7 @@
|
|
|
28848
28848
|
}
|
|
28849
28849
|
]
|
|
28850
28850
|
},
|
|
28851
|
-
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$
|
|
28851
|
+
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$20572_t_address_t_uint256_t_uint256__to_t_address_t_address_t_uint256_t_uint256__fromStack_library_reversed",
|
|
28852
28852
|
"nodeType": "YulFunctionDefinition",
|
|
28853
28853
|
"parameters": [
|
|
28854
28854
|
{
|
|
@@ -30349,7 +30349,7 @@
|
|
|
30349
30349
|
}
|
|
30350
30350
|
]
|
|
30351
30351
|
},
|
|
30352
|
-
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$
|
|
30352
|
+
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$20572_t_address_t_uint256_t_uint256_t_bytes32__to_t_address_t_address_t_uint256_t_uint256_t_bytes32__fromStack_library_reversed",
|
|
30353
30353
|
"nodeType": "YulFunctionDefinition",
|
|
30354
30354
|
"parameters": [
|
|
30355
30355
|
{
|
|
@@ -31151,7 +31151,7 @@
|
|
|
31151
31151
|
}
|
|
31152
31152
|
]
|
|
31153
31153
|
},
|
|
31154
|
-
"name": "abi_encode_tuple_t_bytes_memory_ptr_t_contract$_ISuperApp_$
|
|
31154
|
+
"name": "abi_encode_tuple_t_bytes_memory_ptr_t_contract$_ISuperApp_$19238_t_uint256_t_int256_t_contract$_ISuperfluidToken_$20572__to_t_bytes_memory_ptr_t_address_t_uint256_t_int256_t_address__fromStack_reversed",
|
|
31155
31155
|
"nodeType": "YulFunctionDefinition",
|
|
31156
31156
|
"parameters": [
|
|
31157
31157
|
{
|
|
@@ -31587,7 +31587,7 @@
|
|
|
31587
31587
|
}
|
|
31588
31588
|
]
|
|
31589
31589
|
},
|
|
31590
|
-
"contents": "{\n { }\n function validator_revert_contract_ISuperfluidToken(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function validator_revert_uint32(value)\n {\n if iszero(eq(value, and(value, 0xffffffff))) { revert(0, 0) }\n }\n function abi_decode_uint128(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_bytes_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, length), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20450t_uint32t_addresst_uint128t_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_uint32(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_contract_ISuperfluidToken(value_2)\n value2 := value_2\n value3 := abi_decode_uint128(add(headStart, 96))\n let offset := calldataload(add(headStart, 128))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value4_1, value5_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value4 := value4_1\n value5 := value5_1\n }\n function copy_memory_to_memory(src, dst, length)\n {\n let i := 0\n for { } lt(i, length) { i := add(i, 32) }\n {\n mstore(add(dst, i), mload(add(src, i)))\n }\n if gt(i, length) { mstore(add(dst, length), 0) }\n }\n function abi_encode_bytes(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n copy_memory_to_memory(add(value, 0x20), add(pos, 0x20), length)\n end := add(add(pos, and(add(length, 31), not(31))), 0x20)\n }\n function abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n tail := abi_encode_bytes(value0, add(headStart, 32))\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20450t_addresst_uint32(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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluidToken(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_uint32(value_2)\n value2 := value_2\n }\n function abi_encode_tuple_t_bool_t_uint128_t_uint128_t_uint128__to_t_bool_t_uint128_t_uint128_t_uint128__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n mstore(headStart, iszero(iszero(value0)))\n let _1 := 0xffffffffffffffffffffffffffffffff\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), and(value2, _1))\n mstore(add(headStart, 96), and(value3, _1))\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20450t_addresst_uint32t_addresst_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluidToken(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_uint32(value_2)\n value2 := value_2\n let value_3 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluidToken(value_3)\n value3 := value_3\n let offset := calldataload(add(headStart, 128))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value4_1, value5_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value4 := value4_1\n value5 := value5_1\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_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_ISuperfluidToken(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$_ISuperfluidToken_$20450t_addresst_uint32t_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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluidToken(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_uint32(value_2)\n value2 := value_2\n let value_3 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluidToken(value_3)\n value3 := value_3\n }\n function abi_encode_tuple_t_bool_t_bool_t_uint128_t_uint256__to_t_bool_t_bool_t_uint128_t_uint256__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), iszero(iszero(value1)))\n mstore(add(headStart, 64), and(value2, 0xffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 96), value3)\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20450t_addresst_uint32t_bytes_calldata_ptr(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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluidToken(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_uint32(value_2)\n value2 := value_2\n let offset := calldataload(add(headStart, 96))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value3 := value3_1\n value4 := value4_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20450t_uint32t_uint128t_bytes_calldata_ptr(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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_uint32(value_1)\n value1 := value_1\n value2 := abi_decode_uint128(add(headStart, 64))\n let offset := calldataload(add(headStart, 96))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value3 := value3_1\n value4 := value4_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20450t_addresst_uint32t_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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluidToken(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_uint32(value_2)\n value2 := value_2\n value3 := calldataload(add(headStart, 96))\n }\n function abi_encode_tuple_t_uint256_t_uint128__to_t_uint256_t_uint128__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffff))\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20450t_addresst_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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluidToken(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_encode_tuple_t_int256_t_uint256_t_uint256__to_t_int256_t_uint256_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20450t_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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluidToken(value_1)\n value1 := value_1\n }\n function abi_encode_array_uint128_dyn(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n let _1 := 0x20\n pos := add(pos, _1)\n let srcPtr := add(value, _1)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, and(mload(srcPtr), 0xffffffffffffffffffffffffffffffff))\n pos := add(pos, _1)\n srcPtr := add(srcPtr, _1)\n }\n end := pos\n }\n function abi_encode_tuple_t_array$_t_address_$dyn_memory_ptr_t_array$_t_uint32_$dyn_memory_ptr_t_array$_t_uint128_$dyn_memory_ptr__to_t_array$_t_address_$dyn_memory_ptr_t_array$_t_uint32_$dyn_memory_ptr_t_array$_t_uint128_$dyn_memory_ptr__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n let tail_1 := add(headStart, 96)\n mstore(headStart, 96)\n let pos := tail_1\n let length := mload(value0)\n mstore(tail_1, length)\n pos := add(headStart, 128)\n let _1 := 0x20\n let srcPtr := add(value0, _1)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, and(mload(srcPtr), sub(shl(160, 1), 1)))\n pos := add(pos, _1)\n srcPtr := add(srcPtr, _1)\n }\n mstore(add(headStart, _1), sub(pos, headStart))\n let pos_1 := pos\n let length_1 := mload(value1)\n mstore(pos, length_1)\n pos_1 := add(pos, _1)\n let srcPtr_1 := add(value1, _1)\n let i_1 := 0\n for { } lt(i_1, length_1) { i_1 := add(i_1, 1) }\n {\n mstore(pos_1, and(mload(srcPtr_1), 0xffffffff))\n pos_1 := add(pos_1, _1)\n srcPtr_1 := add(srcPtr_1, _1)\n }\n mstore(add(headStart, 64), sub(pos_1, headStart))\n tail := abi_encode_array_uint128_dyn(value2, pos_1)\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20450t_uint32t_uint256t_bytes_calldata_ptr(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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_uint32(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n let offset := calldataload(add(headStart, 96))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value3 := value3_1\n value4 := value4_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20450t_bytes32(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluidToken(value)\n value0 := value\n value1 := calldataload(add(headStart, 32))\n }\n function abi_encode_tuple_t_address_t_uint32_t_bool_t_uint128_t_uint256__to_t_address_t_uint32_t_bool_t_uint128_t_uint256__fromStack_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 160)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n mstore(add(headStart, 64), iszero(iszero(value2)))\n mstore(add(headStart, 96), and(value3, 0xffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 128), value4)\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20450t_uint32t_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_uint32(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_bytes_calldata(add(headStart, offset), dataEnd)\n value2 := value2_1\n value3 := value3_1\n }\n function abi_encode_tuple_t_stringliteral_9318c2669eba43917ff780056063d957e143ca81d391333abd17b4b34c2ded73__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 19)\n mstore(add(headStart, 64), \"IDA: E_NO_ZERO_SUBS\")\n tail := add(headStart, 96)\n }\n function panic_error_0x11()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n function checked_add_t_uint256(x, y) -> sum\n {\n if gt(x, not(y)) { panic_error_0x11() }\n sum := add(x, y)\n }\n function checked_sub_t_uint256(x, y) -> diff\n {\n if lt(x, y) { panic_error_0x11() }\n diff := sub(x, y)\n }\n function abi_encode_array_bytes32_dyn(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n let _1 := 0x20\n pos := add(pos, _1)\n let srcPtr := add(value, _1)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, mload(srcPtr))\n pos := add(pos, _1)\n srcPtr := add(srcPtr, _1)\n }\n end := pos\n }\n function abi_encode_tuple_t_bytes32_t_array$_t_bytes32_$dyn_memory_ptr__to_t_bytes32_t_array$_t_bytes32_$dyn_memory_ptr__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, value0)\n mstore(add(headStart, 32), 64)\n tail := abi_encode_array_bytes32_dyn(value1, add(headStart, 64))\n }\n function checked_add_t_uint128(x, y) -> sum\n {\n let _1 := 0xffffffffffffffffffffffffffffffff\n let x_1 := and(x, _1)\n let y_1 := and(y, _1)\n if gt(x_1, sub(_1, y_1)) { panic_error_0x11() }\n sum := add(x_1, y_1)\n }\n function checked_sub_t_uint128(x, y) -> diff\n {\n let _1 := 0xffffffffffffffffffffffffffffffff\n let x_1 := and(x, _1)\n let y_1 := and(y, _1)\n if lt(x_1, y_1) { panic_error_0x11() }\n diff := sub(x_1, y_1)\n }\n function checked_mul_t_int256(x, y) -> product\n {\n let _1 := sub(shl(255, 1), 1)\n let _2 := sgt(y, 0)\n let _3 := sgt(x, 0)\n if and(and(_3, _2), gt(x, div(_1, y))) { panic_error_0x11() }\n let _4 := shl(255, 1)\n let _5 := slt(y, 0)\n if and(and(_3, _5), slt(y, sdiv(_4, x))) { panic_error_0x11() }\n let _6 := slt(x, 0)\n if and(and(_6, _2), slt(x, sdiv(_4, y))) { panic_error_0x11() }\n if and(and(_6, _5), slt(x, sdiv(_1, y))) { panic_error_0x11() }\n product := mul(x, y)\n }\n function negate_t_int256(value) -> ret\n {\n if eq(value, shl(255, 1)) { panic_error_0x11() }\n ret := sub(0, value)\n }\n function abi_encode_tuple_t_address_t_int256__to_t_address_t_int256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_address_t_uint128_t_bytes_memory_ptr__to_t_address_t_uint128_t_bytes_memory_ptr__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), 96)\n tail := abi_encode_bytes(value2, add(headStart, 96))\n }\n function abi_encode_tuple_t_address_t_uint32_t_uint128_t_bytes_memory_ptr__to_t_address_t_uint32_t_uint128_t_bytes_memory_ptr__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n mstore(add(headStart, 64), and(value2, 0xffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 96), 128)\n tail := abi_encode_bytes(value3, add(headStart, 128))\n }\n function abi_encode_tuple_t_stringliteral_d4fb66913985f5e88998378ddca2fee2f264b0a3f20a83de8b04d508b1c09b4d__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 18)\n mstore(add(headStart, 64), \"IDA: E_NOT_ALLOWED\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_bytes32_t_rational_2_by_1__to_t_bytes32_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_encode_tuple_t_address_t_bytes_memory_ptr__to_t_address_t_bytes_memory_ptr__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), 64)\n tail := abi_encode_bytes(value1, add(headStart, 64))\n }\n function abi_encode_tuple_t_address_t_uint32_t_bytes_memory_ptr__to_t_address_t_uint32_t_bytes_memory_ptr__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n mstore(add(headStart, 64), 96)\n tail := abi_encode_bytes(value2, add(headStart, 96))\n }\n function abi_encode_tuple_t_address_t_rational_0_by_1_t_bytes_memory_ptr__to_t_address_t_uint128_t_bytes_memory_ptr__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), 96)\n tail := abi_encode_bytes(value2, add(headStart, 96))\n }\n function abi_encode_tuple_t_address_t_uint32_t_rational_0_by_1_t_bytes_memory_ptr__to_t_address_t_uint32_t_uint128_t_bytes_memory_ptr__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n mstore(add(headStart, 64), and(value2, 0xffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 96), 128)\n tail := abi_encode_bytes(value3, add(headStart, 128))\n }\n function abi_encode_tuple_t_stringliteral_6a5a6d12055846614699866b43f4ca83ca269360732daadab688ae700f7513a6__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), \"only host can update code\")\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 checked_mul_t_uint256(x, y) -> product\n {\n if and(iszero(iszero(x)), gt(y, div(not(0), x))) { panic_error_0x11() }\n product := mul(x, y)\n }\n function abi_encode_tuple_t_stringliteral_7b81e223e3a7caef91412505711fd4c4e3406988a0ca7d9a44b2b331b21987f8__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 24)\n mstore(add(headStart, 64), \"IDA: E_SUBS_NOT_APPROVED\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_88978d80a9a1bc8641f4ff4ec124bce4d38ef6094a53bb5483ae39c5cf3400e7__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 17)\n mstore(add(headStart, 64), \"IDA: E_INDEX_GROW\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_662ca45773df9328d69657250ae8c43b054104309432b7529705781dcb291cbf__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 15)\n mstore(add(headStart, 64), \"IDA: E_NO_INDEX\")\n tail := add(headStart, 96)\n }\n function checked_div_t_uint256(x, y) -> r\n {\n if iszero(y)\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n r := div(x, y)\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 panic_error_0x32()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function panic_error_0x01()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x01)\n revert(0, 0x24)\n }\n function abi_encode_tuple_t_address_t_address_t_uint256_t_rational_1_by_1__to_t_address_t_address_t_uint256_t_uint256__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), value3)\n }\n function panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function allocate_memory_5062() -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, 0x0160)\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n function allocate_memory(size) -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(size, 31), not(31)))\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n function array_allocation_size_array_bytes32_dyn(length) -> size\n {\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n size := add(shl(5, length), 0x20)\n }\n function abi_decode_array_bytes32_dyn_fromMemory(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n let _1 := mload(offset)\n let _2 := 0x20\n let dst := allocate_memory(array_allocation_size_array_bytes32_dyn(_1))\n let dst_1 := dst\n mstore(dst, _1)\n dst := add(dst, _2)\n let srcEnd := add(add(offset, shl(5, _1)), _2)\n if gt(srcEnd, end) { revert(0, 0) }\n let src := add(offset, _2)\n for { } lt(src, srcEnd) { src := add(src, _2) }\n {\n mstore(dst, mload(src))\n dst := add(dst, _2)\n }\n array := dst_1\n }\n function abi_decode_tuple_t_array$_t_bytes32_$dyn_memory_ptr_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := mload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n value0 := abi_decode_array_bytes32_dyn_fromMemory(add(headStart, offset), dataEnd)\n }\n function checked_add_t_int256(x, y) -> sum\n {\n let _1 := slt(x, 0)\n if and(iszero(_1), sgt(y, sub(sub(shl(255, 1), 1), x))) { panic_error_0x11() }\n if and(_1, slt(y, sub(shl(255, 1), x))) { panic_error_0x11() }\n sum := add(x, y)\n }\n function increment_t_uint32(value) -> ret\n {\n let _1 := 0xffffffff\n let value_1 := and(value, _1)\n if eq(value_1, _1) { panic_error_0x11() }\n ret := add(value_1, 1)\n }\n function abi_encode_tuple_t_stringliteral_f0c7b036d6adca8db49bd75c1350339f3ed08181545699fe10eff1627761ce2d__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 20)\n mstore(add(headStart, 64), \"IDA: E_SUBS_APPROVED\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_address_t_uint32_t_uint256__to_t_address_t_uint32_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_stringliteral_0c515b5319dfc07d73883513a2a368b896d1941c5d2934b93d800b05a1b6be67__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 14)\n mstore(add(headStart, 64), \"IDA: E_NO_SUBS\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_b39a980a2da493e00501878ea8f6f4853631da9a0f7fbcfb1821cff4a5a4e70f__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 19)\n mstore(add(headStart, 64), \"IDA: E_INDEX_EXISTS\")\n tail := add(headStart, 96)\n }\n function abi_decode_address_fromMemory(offset) -> value\n {\n value := mload(offset)\n validator_revert_contract_ISuperfluidToken(value)\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_contract_ISuperfluidToken(value)\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_3f6dc9b293fecb1cf03a6aa9f2232df686d05e2ca49fd03d79912ef4cd344024__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 17)\n mstore(add(headStart, 64), \"unauthorized host\")\n tail := add(headStart, 96)\n }\n function abi_decode_bool_fromMemory(offset) -> value\n {\n value := mload(offset)\n if iszero(eq(value, iszero(iszero(value)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_bool_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_bool_fromMemory(headStart)\n }\n function abi_encode_tuple_t_stringliteral_8f8f08c62baf4acb9bbfb399b38ee27afacee1adb2672da3752ebc24a02d9298__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 11)\n mstore(add(headStart, 64), \"invalid ctx\")\n tail := add(headStart, 96)\n }\n function abi_decode_uint8_fromMemory(offset) -> value\n {\n value := mload(offset)\n if iszero(eq(value, and(value, 0xff))) { revert(0, 0) }\n }\n function abi_decode_bytes4_fromMemory(offset) -> value\n {\n value := mload(offset)\n if iszero(eq(value, and(value, shl(224, 0xffffffff)))) { revert(0, 0) }\n }\n function abi_decode_bytes_fromMemory(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n let _1 := mload(offset)\n if gt(_1, 0xffffffffffffffff) { panic_error_0x41() }\n let array_1 := allocate_memory(add(and(add(_1, 0x1f), not(31)), 0x20))\n mstore(array_1, _1)\n if gt(add(add(offset, _1), 0x20), end) { revert(0, 0) }\n copy_memory_to_memory(add(offset, 0x20), add(array_1, 0x20), _1)\n array := array_1\n }\n function abi_decode_tuple_t_struct$_Context_$19986_memory_ptr_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := mload(headStart)\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if slt(sub(dataEnd, _2), 0x0160) { revert(0, 0) }\n let value := allocate_memory_5062()\n mstore(value, abi_decode_uint8_fromMemory(_2))\n mstore(add(value, 32), abi_decode_uint8_fromMemory(add(_2, 32)))\n mstore(add(value, 64), mload(add(_2, 64)))\n mstore(add(value, 96), abi_decode_address_fromMemory(add(_2, 96)))\n mstore(add(value, 128), abi_decode_bytes4_fromMemory(add(_2, 128)))\n let offset_1 := mload(add(_2, 160))\n if gt(offset_1, _1) { revert(0, 0) }\n mstore(add(value, 160), abi_decode_bytes_fromMemory(add(_2, offset_1), dataEnd))\n mstore(add(value, 192), mload(add(_2, 192)))\n mstore(add(value, 224), mload(add(_2, 224)))\n let _3 := 256\n mstore(add(value, _3), mload(add(_2, _3)))\n let _4 := 288\n mstore(add(value, _4), abi_decode_address_fromMemory(add(_2, _4)))\n let _5 := 320\n mstore(add(value, _5), abi_decode_address_fromMemory(add(_2, _5)))\n value0 := value\n }\n function abi_encode_tuple_t_contract$_ISuperApp_$19116__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_tuple_t_boolt_boolt_uint256_fromMemory(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n value0 := abi_decode_bool_fromMemory(headStart)\n value1 := abi_decode_bool_fromMemory(add(headStart, 32))\n value2 := mload(add(headStart, 64))\n }\n function abi_encode_tuple_t_contract$_ISuperfluidToken_$20450_t_address_t_bytes32_t_bytes_memory_ptr_t_bytes_memory_ptr__to_t_address_t_address_t_bytes32_t_bytes_memory_ptr_t_bytes_memory_ptr__fromStack_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n {\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), 160)\n let tail_1 := abi_encode_bytes(value3, add(headStart, 160))\n mstore(add(headStart, 128), sub(tail_1, headStart))\n tail := abi_encode_bytes(value4, tail_1)\n }\n function abi_encode_tuple_t_contract$_ISuperApp_$19116_t_bytes_memory_ptr_t_bool_t_bytes_memory_ptr__to_t_address_t_bytes_memory_ptr_t_bool_t_bytes_memory_ptr__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), 128)\n let tail_1 := abi_encode_bytes(value1, add(headStart, 128))\n mstore(add(headStart, 64), iszero(iszero(value2)))\n mstore(add(headStart, 96), sub(tail_1, headStart))\n tail := abi_encode_bytes(value3, tail_1)\n }\n function abi_decode_tuple_t_bytes_memory_ptr_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := mload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n value0 := abi_decode_bytes_fromMemory(add(headStart, offset), dataEnd)\n }\n function abi_encode_tuple_t_stringliteral_47a1e201974f94d3d1a31c8b08ae18c6966c758bdcd4400020012b98cc55426c__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 39)\n mstore(add(headStart, 64), \"SafeCast: value doesn't fit in 1\")\n mstore(add(headStart, 96), \"28 bits\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_address_t_uint256_t_array$_t_bytes32_$dyn_memory_ptr__to_t_address_t_uint256_t_array$_t_bytes32_$dyn_memory_ptr__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), 96)\n tail := abi_encode_array_bytes32_dyn(value2, add(headStart, 96))\n }\n function abi_encode_tuple_t_contract$_ISuperfluidToken_$20450_t_address_t_bytes32_t_bytes_memory_ptr_t_bytes_memory_ptr_t_bytes_memory_ptr__to_t_address_t_address_t_bytes32_t_bytes_memory_ptr_t_bytes_memory_ptr_t_bytes_memory_ptr__fromStack_reversed(headStart, value5, value4, value3, value2, value1, value0) -> tail\n {\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), 192)\n let tail_1 := abi_encode_bytes(value3, add(headStart, 192))\n mstore(add(headStart, 128), sub(tail_1, headStart))\n let tail_2 := abi_encode_bytes(value4, tail_1)\n mstore(add(headStart, 160), sub(tail_2, headStart))\n tail := abi_encode_bytes(value5, tail_2)\n }\n function abi_encode_tuple_packed_t_stringliteral_377b9db64d785cb4747d67392b251495a1ae2142752084c136f03aa8e0a1e1c3_t_address_t_uint32__to_t_string_memory_ptr_t_address_t_uint32__nonPadded_inplace_fromStack_reversed(pos, value1, value0) -> end\n {\n mstore(pos, \"publisher\")\n mstore(add(pos, 9), and(shl(96, value0), not(0xffffffffffffffffffffffff)))\n mstore(add(pos, 29), and(shl(224, value1), shl(224, 0xffffffff)))\n end := add(pos, 33)\n }\n function abi_encode_tuple_t_address_t_bytes32_t_rational_2_by_1__to_t_address_t_bytes32_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_contract$_ISuperfluidToken_$20450_t_address_t_uint256_t_uint32__to_t_address_t_address_t_uint256_t_uint32__fromStack_library_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), and(value3, 0xffffffff))\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_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_uint128_t_uint128_t_uint128_t_uint128_t_bytes_memory_ptr__to_t_uint128_t_uint128_t_uint128_t_uint128_t_bytes_memory_ptr__fromStack_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n {\n let _1 := 0xffffffffffffffffffffffffffffffff\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), and(value2, _1))\n mstore(add(headStart, 96), and(value3, _1))\n mstore(add(headStart, 128), 160)\n tail := abi_encode_bytes(value4, add(headStart, 160))\n }\n function abi_encode_tuple_t_stringliteral_3352e40c3ab0d3e8b173f0a276b6075c153698517ea128d49651222d59fe039c__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 18)\n mstore(add(headStart, 64), \"IDA: E_LOW_BALANCE\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_contract$_ISuperfluidToken_$20450_t_address_t_uint256_t_uint256__to_t_address_t_address_t_uint256_t_uint256__fromStack_library_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), value3)\n }\n function abi_decode_tuple_t_array$_t_uint32_$dyn_memory_ptrt_array$_t_bytes32_$dyn_memory_ptr_fromMemory(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let offset := mload(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 _3 := mload(_2)\n let _4 := 0x20\n let dst := allocate_memory(array_allocation_size_array_bytes32_dyn(_3))\n let dst_1 := dst\n mstore(dst, _3)\n dst := add(dst, _4)\n let srcEnd := add(add(_2, shl(5, _3)), _4)\n if gt(srcEnd, dataEnd) { revert(0, 0) }\n let src := add(_2, _4)\n for { } lt(src, srcEnd) { src := add(src, _4) }\n {\n let value := mload(src)\n validator_revert_uint32(value)\n mstore(dst, value)\n dst := add(dst, _4)\n }\n value0 := dst_1\n let offset_1 := mload(add(headStart, _4))\n if gt(offset_1, _1) { revert(0, 0) }\n value1 := abi_decode_array_bytes32_dyn_fromMemory(add(headStart, offset_1), dataEnd)\n }\n function increment_t_uint256(value) -> ret\n {\n if eq(value, not(0)) { panic_error_0x11() }\n ret := add(value, 1)\n }\n function abi_encode_tuple_t_contract$_ISuperfluidToken_$20450_t_address_t_uint256_t_uint256_t_bytes32__to_t_address_t_address_t_uint256_t_uint256_t_bytes32__fromStack_library_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 160)\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), value3)\n mstore(add(headStart, 128), value4)\n }\n function abi_decode_tuple_t_uint32_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_uint32(value)\n value0 := value\n }\n function abi_encode_tuple_packed_t_stringliteral_c0b66c3cb1406c5932fd46fdf287e1ee8895e85cb1dc6b852fb71c32fe72fcea_t_address_t_bytes32__to_t_string_memory_ptr_t_address_t_bytes32__nonPadded_inplace_fromStack_reversed(pos, value1, value0) -> end\n {\n mstore(pos, \"subscription\")\n mstore(add(pos, 12), and(shl(96, value0), not(0xffffffffffffffffffffffff)))\n mstore(add(pos, 32), value1)\n end := add(pos, 64)\n }\n function abi_encode_tuple_t_bytes_memory_ptr_t_contract$_ISuperApp_$19116_t_uint256_t_int256_t_contract$_ISuperfluidToken_$20450__to_t_bytes_memory_ptr_t_address_t_uint256_t_int256_t_address__fromStack_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, 160)\n tail := abi_encode_bytes(value0, add(headStart, 160))\n let _1 := sub(shl(160, 1), 1)\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), value3)\n mstore(add(headStart, 128), and(value4, _1))\n }\n function abi_encode_tuple_t_bytes_memory_ptr_t_int256__to_t_bytes_memory_ptr_t_int256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, 64)\n tail := abi_encode_bytes(value0, add(headStart, 64))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_stringliteral_d70dcf21692b3c91b4c5fbb89ed57f464aa42efbe5b0ea96c4acb7c080144227__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 40)\n mstore(add(headStart, 64), \"SafeCast: value doesn't fit in a\")\n mstore(add(headStart, 96), \"n int256\")\n tail := add(headStart, 128)\n }\n}",
|
|
31590
|
+
"contents": "{\n { }\n function validator_revert_contract_ISuperfluidToken(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function validator_revert_uint32(value)\n {\n if iszero(eq(value, and(value, 0xffffffff))) { revert(0, 0) }\n }\n function abi_decode_uint128(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_bytes_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, length), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_uint32t_addresst_uint128t_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_uint32(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_contract_ISuperfluidToken(value_2)\n value2 := value_2\n value3 := abi_decode_uint128(add(headStart, 96))\n let offset := calldataload(add(headStart, 128))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value4_1, value5_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value4 := value4_1\n value5 := value5_1\n }\n function copy_memory_to_memory(src, dst, length)\n {\n let i := 0\n for { } lt(i, length) { i := add(i, 32) }\n {\n mstore(add(dst, i), mload(add(src, i)))\n }\n if gt(i, length) { mstore(add(dst, length), 0) }\n }\n function abi_encode_bytes(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n copy_memory_to_memory(add(value, 0x20), add(pos, 0x20), length)\n end := add(add(pos, and(add(length, 31), not(31))), 0x20)\n }\n function abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n tail := abi_encode_bytes(value0, add(headStart, 32))\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_addresst_uint32(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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluidToken(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_uint32(value_2)\n value2 := value_2\n }\n function abi_encode_tuple_t_bool_t_uint128_t_uint128_t_uint128__to_t_bool_t_uint128_t_uint128_t_uint128__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n mstore(headStart, iszero(iszero(value0)))\n let _1 := 0xffffffffffffffffffffffffffffffff\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), and(value2, _1))\n mstore(add(headStart, 96), and(value3, _1))\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_addresst_uint32t_addresst_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluidToken(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_uint32(value_2)\n value2 := value_2\n let value_3 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluidToken(value_3)\n value3 := value_3\n let offset := calldataload(add(headStart, 128))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value4_1, value5_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value4 := value4_1\n value5 := value5_1\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_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_ISuperfluidToken(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$_ISuperfluidToken_$20572t_addresst_uint32t_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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluidToken(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_uint32(value_2)\n value2 := value_2\n let value_3 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluidToken(value_3)\n value3 := value_3\n }\n function abi_encode_tuple_t_bool_t_bool_t_uint128_t_uint256__to_t_bool_t_bool_t_uint128_t_uint256__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), iszero(iszero(value1)))\n mstore(add(headStart, 64), and(value2, 0xffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 96), value3)\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_addresst_uint32t_bytes_calldata_ptr(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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluidToken(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_uint32(value_2)\n value2 := value_2\n let offset := calldataload(add(headStart, 96))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value3 := value3_1\n value4 := value4_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_uint32t_uint128t_bytes_calldata_ptr(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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_uint32(value_1)\n value1 := value_1\n value2 := abi_decode_uint128(add(headStart, 64))\n let offset := calldataload(add(headStart, 96))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value3 := value3_1\n value4 := value4_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_addresst_uint32t_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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluidToken(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_uint32(value_2)\n value2 := value_2\n value3 := calldataload(add(headStart, 96))\n }\n function abi_encode_tuple_t_uint256_t_uint128__to_t_uint256_t_uint128__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffff))\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_addresst_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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluidToken(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_encode_tuple_t_int256_t_uint256_t_uint256__to_t_int256_t_uint256_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluidToken(value_1)\n value1 := value_1\n }\n function abi_encode_array_uint128_dyn(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n let _1 := 0x20\n pos := add(pos, _1)\n let srcPtr := add(value, _1)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, and(mload(srcPtr), 0xffffffffffffffffffffffffffffffff))\n pos := add(pos, _1)\n srcPtr := add(srcPtr, _1)\n }\n end := pos\n }\n function abi_encode_tuple_t_array$_t_address_$dyn_memory_ptr_t_array$_t_uint32_$dyn_memory_ptr_t_array$_t_uint128_$dyn_memory_ptr__to_t_array$_t_address_$dyn_memory_ptr_t_array$_t_uint32_$dyn_memory_ptr_t_array$_t_uint128_$dyn_memory_ptr__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n let tail_1 := add(headStart, 96)\n mstore(headStart, 96)\n let pos := tail_1\n let length := mload(value0)\n mstore(tail_1, length)\n pos := add(headStart, 128)\n let _1 := 0x20\n let srcPtr := add(value0, _1)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, and(mload(srcPtr), sub(shl(160, 1), 1)))\n pos := add(pos, _1)\n srcPtr := add(srcPtr, _1)\n }\n mstore(add(headStart, _1), sub(pos, headStart))\n let pos_1 := pos\n let length_1 := mload(value1)\n mstore(pos, length_1)\n pos_1 := add(pos, _1)\n let srcPtr_1 := add(value1, _1)\n let i_1 := 0\n for { } lt(i_1, length_1) { i_1 := add(i_1, 1) }\n {\n mstore(pos_1, and(mload(srcPtr_1), 0xffffffff))\n pos_1 := add(pos_1, _1)\n srcPtr_1 := add(srcPtr_1, _1)\n }\n mstore(add(headStart, 64), sub(pos_1, headStart))\n tail := abi_encode_array_uint128_dyn(value2, pos_1)\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_uint32t_uint256t_bytes_calldata_ptr(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_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_uint32(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n let offset := calldataload(add(headStart, 96))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value3 := value3_1\n value4 := value4_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_bytes32(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluidToken(value)\n value0 := value\n value1 := calldataload(add(headStart, 32))\n }\n function abi_encode_tuple_t_address_t_uint32_t_bool_t_uint128_t_uint256__to_t_address_t_uint32_t_bool_t_uint128_t_uint256__fromStack_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 160)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n mstore(add(headStart, 64), iszero(iszero(value2)))\n mstore(add(headStart, 96), and(value3, 0xffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 128), value4)\n }\n function abi_decode_tuple_t_contract$_ISuperfluidToken_$20572t_uint32t_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluidToken(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_uint32(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_bytes_calldata(add(headStart, offset), dataEnd)\n value2 := value2_1\n value3 := value3_1\n }\n function abi_encode_tuple_t_stringliteral_9318c2669eba43917ff780056063d957e143ca81d391333abd17b4b34c2ded73__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 19)\n mstore(add(headStart, 64), \"IDA: E_NO_ZERO_SUBS\")\n tail := add(headStart, 96)\n }\n function panic_error_0x11()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n function checked_add_t_uint256(x, y) -> sum\n {\n if gt(x, not(y)) { panic_error_0x11() }\n sum := add(x, y)\n }\n function checked_sub_t_uint256(x, y) -> diff\n {\n if lt(x, y) { panic_error_0x11() }\n diff := sub(x, y)\n }\n function abi_encode_array_bytes32_dyn(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n let _1 := 0x20\n pos := add(pos, _1)\n let srcPtr := add(value, _1)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, mload(srcPtr))\n pos := add(pos, _1)\n srcPtr := add(srcPtr, _1)\n }\n end := pos\n }\n function abi_encode_tuple_t_bytes32_t_array$_t_bytes32_$dyn_memory_ptr__to_t_bytes32_t_array$_t_bytes32_$dyn_memory_ptr__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, value0)\n mstore(add(headStart, 32), 64)\n tail := abi_encode_array_bytes32_dyn(value1, add(headStart, 64))\n }\n function checked_add_t_uint128(x, y) -> sum\n {\n let _1 := 0xffffffffffffffffffffffffffffffff\n let x_1 := and(x, _1)\n let y_1 := and(y, _1)\n if gt(x_1, sub(_1, y_1)) { panic_error_0x11() }\n sum := add(x_1, y_1)\n }\n function checked_sub_t_uint128(x, y) -> diff\n {\n let _1 := 0xffffffffffffffffffffffffffffffff\n let x_1 := and(x, _1)\n let y_1 := and(y, _1)\n if lt(x_1, y_1) { panic_error_0x11() }\n diff := sub(x_1, y_1)\n }\n function checked_mul_t_int256(x, y) -> product\n {\n let _1 := sub(shl(255, 1), 1)\n let _2 := sgt(y, 0)\n let _3 := sgt(x, 0)\n if and(and(_3, _2), gt(x, div(_1, y))) { panic_error_0x11() }\n let _4 := shl(255, 1)\n let _5 := slt(y, 0)\n if and(and(_3, _5), slt(y, sdiv(_4, x))) { panic_error_0x11() }\n let _6 := slt(x, 0)\n if and(and(_6, _2), slt(x, sdiv(_4, y))) { panic_error_0x11() }\n if and(and(_6, _5), slt(x, sdiv(_1, y))) { panic_error_0x11() }\n product := mul(x, y)\n }\n function negate_t_int256(value) -> ret\n {\n if eq(value, shl(255, 1)) { panic_error_0x11() }\n ret := sub(0, value)\n }\n function abi_encode_tuple_t_address_t_int256__to_t_address_t_int256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_address_t_uint128_t_bytes_memory_ptr__to_t_address_t_uint128_t_bytes_memory_ptr__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), 96)\n tail := abi_encode_bytes(value2, add(headStart, 96))\n }\n function abi_encode_tuple_t_address_t_uint32_t_uint128_t_bytes_memory_ptr__to_t_address_t_uint32_t_uint128_t_bytes_memory_ptr__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n mstore(add(headStart, 64), and(value2, 0xffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 96), 128)\n tail := abi_encode_bytes(value3, add(headStart, 128))\n }\n function abi_encode_tuple_t_stringliteral_d4fb66913985f5e88998378ddca2fee2f264b0a3f20a83de8b04d508b1c09b4d__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 18)\n mstore(add(headStart, 64), \"IDA: E_NOT_ALLOWED\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_bytes32_t_rational_2_by_1__to_t_bytes32_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_encode_tuple_t_address_t_bytes_memory_ptr__to_t_address_t_bytes_memory_ptr__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), 64)\n tail := abi_encode_bytes(value1, add(headStart, 64))\n }\n function abi_encode_tuple_t_address_t_uint32_t_bytes_memory_ptr__to_t_address_t_uint32_t_bytes_memory_ptr__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n mstore(add(headStart, 64), 96)\n tail := abi_encode_bytes(value2, add(headStart, 96))\n }\n function abi_encode_tuple_t_address_t_rational_0_by_1_t_bytes_memory_ptr__to_t_address_t_uint128_t_bytes_memory_ptr__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), 96)\n tail := abi_encode_bytes(value2, add(headStart, 96))\n }\n function abi_encode_tuple_t_address_t_uint32_t_rational_0_by_1_t_bytes_memory_ptr__to_t_address_t_uint32_t_uint128_t_bytes_memory_ptr__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n mstore(add(headStart, 64), and(value2, 0xffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 96), 128)\n tail := abi_encode_bytes(value3, add(headStart, 128))\n }\n function abi_encode_tuple_t_stringliteral_6a5a6d12055846614699866b43f4ca83ca269360732daadab688ae700f7513a6__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), \"only host can update code\")\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 checked_mul_t_uint256(x, y) -> product\n {\n if and(iszero(iszero(x)), gt(y, div(not(0), x))) { panic_error_0x11() }\n product := mul(x, y)\n }\n function abi_encode_tuple_t_stringliteral_7b81e223e3a7caef91412505711fd4c4e3406988a0ca7d9a44b2b331b21987f8__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 24)\n mstore(add(headStart, 64), \"IDA: E_SUBS_NOT_APPROVED\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_88978d80a9a1bc8641f4ff4ec124bce4d38ef6094a53bb5483ae39c5cf3400e7__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 17)\n mstore(add(headStart, 64), \"IDA: E_INDEX_GROW\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_662ca45773df9328d69657250ae8c43b054104309432b7529705781dcb291cbf__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 15)\n mstore(add(headStart, 64), \"IDA: E_NO_INDEX\")\n tail := add(headStart, 96)\n }\n function checked_div_t_uint256(x, y) -> r\n {\n if iszero(y)\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n r := div(x, y)\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 panic_error_0x32()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function panic_error_0x01()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x01)\n revert(0, 0x24)\n }\n function abi_encode_tuple_t_address_t_address_t_uint256_t_rational_1_by_1__to_t_address_t_address_t_uint256_t_uint256__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), value3)\n }\n function panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function allocate_memory_5062() -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, 0x0160)\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n function allocate_memory(size) -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(size, 31), not(31)))\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n function array_allocation_size_array_bytes32_dyn(length) -> size\n {\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n size := add(shl(5, length), 0x20)\n }\n function abi_decode_array_bytes32_dyn_fromMemory(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n let _1 := mload(offset)\n let _2 := 0x20\n let dst := allocate_memory(array_allocation_size_array_bytes32_dyn(_1))\n let dst_1 := dst\n mstore(dst, _1)\n dst := add(dst, _2)\n let srcEnd := add(add(offset, shl(5, _1)), _2)\n if gt(srcEnd, end) { revert(0, 0) }\n let src := add(offset, _2)\n for { } lt(src, srcEnd) { src := add(src, _2) }\n {\n mstore(dst, mload(src))\n dst := add(dst, _2)\n }\n array := dst_1\n }\n function abi_decode_tuple_t_array$_t_bytes32_$dyn_memory_ptr_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := mload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n value0 := abi_decode_array_bytes32_dyn_fromMemory(add(headStart, offset), dataEnd)\n }\n function checked_add_t_int256(x, y) -> sum\n {\n let _1 := slt(x, 0)\n if and(iszero(_1), sgt(y, sub(sub(shl(255, 1), 1), x))) { panic_error_0x11() }\n if and(_1, slt(y, sub(shl(255, 1), x))) { panic_error_0x11() }\n sum := add(x, y)\n }\n function increment_t_uint32(value) -> ret\n {\n let _1 := 0xffffffff\n let value_1 := and(value, _1)\n if eq(value_1, _1) { panic_error_0x11() }\n ret := add(value_1, 1)\n }\n function abi_encode_tuple_t_stringliteral_f0c7b036d6adca8db49bd75c1350339f3ed08181545699fe10eff1627761ce2d__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 20)\n mstore(add(headStart, 64), \"IDA: E_SUBS_APPROVED\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_address_t_uint32_t_uint256__to_t_address_t_uint32_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_stringliteral_0c515b5319dfc07d73883513a2a368b896d1941c5d2934b93d800b05a1b6be67__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 14)\n mstore(add(headStart, 64), \"IDA: E_NO_SUBS\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_b39a980a2da493e00501878ea8f6f4853631da9a0f7fbcfb1821cff4a5a4e70f__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 19)\n mstore(add(headStart, 64), \"IDA: E_INDEX_EXISTS\")\n tail := add(headStart, 96)\n }\n function abi_decode_address_fromMemory(offset) -> value\n {\n value := mload(offset)\n validator_revert_contract_ISuperfluidToken(value)\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_contract_ISuperfluidToken(value)\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_3f6dc9b293fecb1cf03a6aa9f2232df686d05e2ca49fd03d79912ef4cd344024__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 17)\n mstore(add(headStart, 64), \"unauthorized host\")\n tail := add(headStart, 96)\n }\n function abi_decode_bool_fromMemory(offset) -> value\n {\n value := mload(offset)\n if iszero(eq(value, iszero(iszero(value)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_bool_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_bool_fromMemory(headStart)\n }\n function abi_encode_tuple_t_stringliteral_8f8f08c62baf4acb9bbfb399b38ee27afacee1adb2672da3752ebc24a02d9298__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 11)\n mstore(add(headStart, 64), \"invalid ctx\")\n tail := add(headStart, 96)\n }\n function abi_decode_uint8_fromMemory(offset) -> value\n {\n value := mload(offset)\n if iszero(eq(value, and(value, 0xff))) { revert(0, 0) }\n }\n function abi_decode_bytes4_fromMemory(offset) -> value\n {\n value := mload(offset)\n if iszero(eq(value, and(value, shl(224, 0xffffffff)))) { revert(0, 0) }\n }\n function abi_decode_bytes_fromMemory(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n let _1 := mload(offset)\n if gt(_1, 0xffffffffffffffff) { panic_error_0x41() }\n let array_1 := allocate_memory(add(and(add(_1, 0x1f), not(31)), 0x20))\n mstore(array_1, _1)\n if gt(add(add(offset, _1), 0x20), end) { revert(0, 0) }\n copy_memory_to_memory(add(offset, 0x20), add(array_1, 0x20), _1)\n array := array_1\n }\n function abi_decode_tuple_t_struct$_Context_$20108_memory_ptr_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := mload(headStart)\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if slt(sub(dataEnd, _2), 0x0160) { revert(0, 0) }\n let value := allocate_memory_5062()\n mstore(value, abi_decode_uint8_fromMemory(_2))\n mstore(add(value, 32), abi_decode_uint8_fromMemory(add(_2, 32)))\n mstore(add(value, 64), mload(add(_2, 64)))\n mstore(add(value, 96), abi_decode_address_fromMemory(add(_2, 96)))\n mstore(add(value, 128), abi_decode_bytes4_fromMemory(add(_2, 128)))\n let offset_1 := mload(add(_2, 160))\n if gt(offset_1, _1) { revert(0, 0) }\n mstore(add(value, 160), abi_decode_bytes_fromMemory(add(_2, offset_1), dataEnd))\n mstore(add(value, 192), mload(add(_2, 192)))\n mstore(add(value, 224), mload(add(_2, 224)))\n let _3 := 256\n mstore(add(value, _3), mload(add(_2, _3)))\n let _4 := 288\n mstore(add(value, _4), abi_decode_address_fromMemory(add(_2, _4)))\n let _5 := 320\n mstore(add(value, _5), abi_decode_address_fromMemory(add(_2, _5)))\n value0 := value\n }\n function abi_encode_tuple_t_contract$_ISuperApp_$19238__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_tuple_t_boolt_boolt_uint256_fromMemory(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n value0 := abi_decode_bool_fromMemory(headStart)\n value1 := abi_decode_bool_fromMemory(add(headStart, 32))\n value2 := mload(add(headStart, 64))\n }\n function abi_encode_tuple_t_contract$_ISuperfluidToken_$20572_t_address_t_bytes32_t_bytes_memory_ptr_t_bytes_memory_ptr__to_t_address_t_address_t_bytes32_t_bytes_memory_ptr_t_bytes_memory_ptr__fromStack_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n {\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), 160)\n let tail_1 := abi_encode_bytes(value3, add(headStart, 160))\n mstore(add(headStart, 128), sub(tail_1, headStart))\n tail := abi_encode_bytes(value4, tail_1)\n }\n function abi_encode_tuple_t_contract$_ISuperApp_$19238_t_bytes_memory_ptr_t_bool_t_bytes_memory_ptr__to_t_address_t_bytes_memory_ptr_t_bool_t_bytes_memory_ptr__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), 128)\n let tail_1 := abi_encode_bytes(value1, add(headStart, 128))\n mstore(add(headStart, 64), iszero(iszero(value2)))\n mstore(add(headStart, 96), sub(tail_1, headStart))\n tail := abi_encode_bytes(value3, tail_1)\n }\n function abi_decode_tuple_t_bytes_memory_ptr_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := mload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n value0 := abi_decode_bytes_fromMemory(add(headStart, offset), dataEnd)\n }\n function abi_encode_tuple_t_stringliteral_47a1e201974f94d3d1a31c8b08ae18c6966c758bdcd4400020012b98cc55426c__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 39)\n mstore(add(headStart, 64), \"SafeCast: value doesn't fit in 1\")\n mstore(add(headStart, 96), \"28 bits\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_address_t_uint256_t_array$_t_bytes32_$dyn_memory_ptr__to_t_address_t_uint256_t_array$_t_bytes32_$dyn_memory_ptr__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), 96)\n tail := abi_encode_array_bytes32_dyn(value2, add(headStart, 96))\n }\n function abi_encode_tuple_t_contract$_ISuperfluidToken_$20572_t_address_t_bytes32_t_bytes_memory_ptr_t_bytes_memory_ptr_t_bytes_memory_ptr__to_t_address_t_address_t_bytes32_t_bytes_memory_ptr_t_bytes_memory_ptr_t_bytes_memory_ptr__fromStack_reversed(headStart, value5, value4, value3, value2, value1, value0) -> tail\n {\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), 192)\n let tail_1 := abi_encode_bytes(value3, add(headStart, 192))\n mstore(add(headStart, 128), sub(tail_1, headStart))\n let tail_2 := abi_encode_bytes(value4, tail_1)\n mstore(add(headStart, 160), sub(tail_2, headStart))\n tail := abi_encode_bytes(value5, tail_2)\n }\n function abi_encode_tuple_packed_t_stringliteral_377b9db64d785cb4747d67392b251495a1ae2142752084c136f03aa8e0a1e1c3_t_address_t_uint32__to_t_string_memory_ptr_t_address_t_uint32__nonPadded_inplace_fromStack_reversed(pos, value1, value0) -> end\n {\n mstore(pos, \"publisher\")\n mstore(add(pos, 9), and(shl(96, value0), not(0xffffffffffffffffffffffff)))\n mstore(add(pos, 29), and(shl(224, value1), shl(224, 0xffffffff)))\n end := add(pos, 33)\n }\n function abi_encode_tuple_t_address_t_bytes32_t_rational_2_by_1__to_t_address_t_bytes32_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_contract$_ISuperfluidToken_$20572_t_address_t_uint256_t_uint32__to_t_address_t_address_t_uint256_t_uint32__fromStack_library_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), and(value3, 0xffffffff))\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_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_uint128_t_uint128_t_uint128_t_uint128_t_bytes_memory_ptr__to_t_uint128_t_uint128_t_uint128_t_uint128_t_bytes_memory_ptr__fromStack_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n {\n let _1 := 0xffffffffffffffffffffffffffffffff\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), and(value2, _1))\n mstore(add(headStart, 96), and(value3, _1))\n mstore(add(headStart, 128), 160)\n tail := abi_encode_bytes(value4, add(headStart, 160))\n }\n function abi_encode_tuple_t_stringliteral_3352e40c3ab0d3e8b173f0a276b6075c153698517ea128d49651222d59fe039c__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 18)\n mstore(add(headStart, 64), \"IDA: E_LOW_BALANCE\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_contract$_ISuperfluidToken_$20572_t_address_t_uint256_t_uint256__to_t_address_t_address_t_uint256_t_uint256__fromStack_library_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), value3)\n }\n function abi_decode_tuple_t_array$_t_uint32_$dyn_memory_ptrt_array$_t_bytes32_$dyn_memory_ptr_fromMemory(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let offset := mload(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 _3 := mload(_2)\n let _4 := 0x20\n let dst := allocate_memory(array_allocation_size_array_bytes32_dyn(_3))\n let dst_1 := dst\n mstore(dst, _3)\n dst := add(dst, _4)\n let srcEnd := add(add(_2, shl(5, _3)), _4)\n if gt(srcEnd, dataEnd) { revert(0, 0) }\n let src := add(_2, _4)\n for { } lt(src, srcEnd) { src := add(src, _4) }\n {\n let value := mload(src)\n validator_revert_uint32(value)\n mstore(dst, value)\n dst := add(dst, _4)\n }\n value0 := dst_1\n let offset_1 := mload(add(headStart, _4))\n if gt(offset_1, _1) { revert(0, 0) }\n value1 := abi_decode_array_bytes32_dyn_fromMemory(add(headStart, offset_1), dataEnd)\n }\n function increment_t_uint256(value) -> ret\n {\n if eq(value, not(0)) { panic_error_0x11() }\n ret := add(value, 1)\n }\n function abi_encode_tuple_t_contract$_ISuperfluidToken_$20572_t_address_t_uint256_t_uint256_t_bytes32__to_t_address_t_address_t_uint256_t_uint256_t_bytes32__fromStack_library_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 160)\n let _1 := sub(shl(160, 1), 1)\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), value3)\n mstore(add(headStart, 128), value4)\n }\n function abi_decode_tuple_t_uint32_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_uint32(value)\n value0 := value\n }\n function abi_encode_tuple_packed_t_stringliteral_c0b66c3cb1406c5932fd46fdf287e1ee8895e85cb1dc6b852fb71c32fe72fcea_t_address_t_bytes32__to_t_string_memory_ptr_t_address_t_bytes32__nonPadded_inplace_fromStack_reversed(pos, value1, value0) -> end\n {\n mstore(pos, \"subscription\")\n mstore(add(pos, 12), and(shl(96, value0), not(0xffffffffffffffffffffffff)))\n mstore(add(pos, 32), value1)\n end := add(pos, 64)\n }\n function abi_encode_tuple_t_bytes_memory_ptr_t_contract$_ISuperApp_$19238_t_uint256_t_int256_t_contract$_ISuperfluidToken_$20572__to_t_bytes_memory_ptr_t_address_t_uint256_t_int256_t_address__fromStack_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, 160)\n tail := abi_encode_bytes(value0, add(headStart, 160))\n let _1 := sub(shl(160, 1), 1)\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), value3)\n mstore(add(headStart, 128), and(value4, _1))\n }\n function abi_encode_tuple_t_bytes_memory_ptr_t_int256__to_t_bytes_memory_ptr_t_int256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, 64)\n tail := abi_encode_bytes(value0, add(headStart, 64))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_stringliteral_d70dcf21692b3c91b4c5fbb89ed57f464aa42efbe5b0ea96c4acb7c080144227__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 40)\n mstore(add(headStart, 64), \"SafeCast: value doesn't fit in a\")\n mstore(add(headStart, 96), \"n int256\")\n tail := add(headStart, 128)\n }\n}",
|
|
31591
31591
|
"id": 107,
|
|
31592
31592
|
"language": "Yul",
|
|
31593
31593
|
"name": "#utility.yul"
|
|
@@ -31607,19 +31607,19 @@
|
|
|
31607
31607
|
6615
|
|
31608
31608
|
],
|
|
31609
31609
|
"IInstantDistributionAgreementV1": [
|
|
31610
|
-
|
|
31610
|
+
18624
|
|
31611
31611
|
],
|
|
31612
31612
|
"ISuperApp": [
|
|
31613
|
-
|
|
31613
|
+
19238
|
|
31614
31614
|
],
|
|
31615
31615
|
"ISuperfluid": [
|
|
31616
|
-
|
|
31616
|
+
20175
|
|
31617
31617
|
],
|
|
31618
31618
|
"ISuperfluidGovernance": [
|
|
31619
|
-
|
|
31619
|
+
20298
|
|
31620
31620
|
],
|
|
31621
31621
|
"ISuperfluidToken": [
|
|
31622
|
-
|
|
31622
|
+
20572
|
|
31623
31623
|
],
|
|
31624
31624
|
"InstantDistributionAgreementV1": [
|
|
31625
31625
|
13866
|
|
@@ -31628,10 +31628,10 @@
|
|
|
31628
31628
|
5096
|
|
31629
31629
|
],
|
|
31630
31630
|
"SlotsBitmapLibrary": [
|
|
31631
|
-
|
|
31631
|
+
21680
|
|
31632
31632
|
],
|
|
31633
31633
|
"SuperAppDefinitions": [
|
|
31634
|
-
|
|
31634
|
+
18797
|
|
31635
31635
|
]
|
|
31636
31636
|
},
|
|
31637
31637
|
"id": 13867,
|
|
@@ -31680,7 +31680,7 @@
|
|
|
31680
31680
|
"nameLocation": "-1:-1:-1",
|
|
31681
31681
|
"nodeType": "ImportDirective",
|
|
31682
31682
|
"scope": 13867,
|
|
31683
|
-
"sourceUnit":
|
|
31683
|
+
"sourceUnit": 18625,
|
|
31684
31684
|
"src": "137:137:34",
|
|
31685
31685
|
"symbolAliases": [
|
|
31686
31686
|
{
|
|
@@ -31689,7 +31689,7 @@
|
|
|
31689
31689
|
"name": "IInstantDistributionAgreementV1",
|
|
31690
31690
|
"nodeType": "Identifier",
|
|
31691
31691
|
"overloadedDeclarations": [],
|
|
31692
|
-
"referencedDeclaration":
|
|
31692
|
+
"referencedDeclaration": 18624,
|
|
31693
31693
|
"src": "150:31:34",
|
|
31694
31694
|
"typeDescriptions": {}
|
|
31695
31695
|
},
|
|
@@ -31701,7 +31701,7 @@
|
|
|
31701
31701
|
"name": "ISuperfluidToken",
|
|
31702
31702
|
"nodeType": "Identifier",
|
|
31703
31703
|
"overloadedDeclarations": [],
|
|
31704
|
-
"referencedDeclaration":
|
|
31704
|
+
"referencedDeclaration": 20572,
|
|
31705
31705
|
"src": "187:16:34",
|
|
31706
31706
|
"typeDescriptions": {}
|
|
31707
31707
|
},
|
|
@@ -31717,7 +31717,7 @@
|
|
|
31717
31717
|
"nameLocation": "-1:-1:-1",
|
|
31718
31718
|
"nodeType": "ImportDirective",
|
|
31719
31719
|
"scope": 13867,
|
|
31720
|
-
"sourceUnit":
|
|
31720
|
+
"sourceUnit": 20176,
|
|
31721
31721
|
"src": "275:142:34",
|
|
31722
31722
|
"symbolAliases": [
|
|
31723
31723
|
{
|
|
@@ -31726,7 +31726,7 @@
|
|
|
31726
31726
|
"name": "ISuperfluid",
|
|
31727
31727
|
"nodeType": "Identifier",
|
|
31728
31728
|
"overloadedDeclarations": [],
|
|
31729
|
-
"referencedDeclaration":
|
|
31729
|
+
"referencedDeclaration": 20175,
|
|
31730
31730
|
"src": "288:11:34",
|
|
31731
31731
|
"typeDescriptions": {}
|
|
31732
31732
|
},
|
|
@@ -31738,7 +31738,7 @@
|
|
|
31738
31738
|
"name": "ISuperfluidGovernance",
|
|
31739
31739
|
"nodeType": "Identifier",
|
|
31740
31740
|
"overloadedDeclarations": [],
|
|
31741
|
-
"referencedDeclaration":
|
|
31741
|
+
"referencedDeclaration": 20298,
|
|
31742
31742
|
"src": "305:21:34",
|
|
31743
31743
|
"typeDescriptions": {}
|
|
31744
31744
|
},
|
|
@@ -31750,7 +31750,7 @@
|
|
|
31750
31750
|
"name": "ISuperApp",
|
|
31751
31751
|
"nodeType": "Identifier",
|
|
31752
31752
|
"overloadedDeclarations": [],
|
|
31753
|
-
"referencedDeclaration":
|
|
31753
|
+
"referencedDeclaration": 19238,
|
|
31754
31754
|
"src": "332:9:34",
|
|
31755
31755
|
"typeDescriptions": {}
|
|
31756
31756
|
},
|
|
@@ -31762,7 +31762,7 @@
|
|
|
31762
31762
|
"name": "SuperAppDefinitions",
|
|
31763
31763
|
"nodeType": "Identifier",
|
|
31764
31764
|
"overloadedDeclarations": [],
|
|
31765
|
-
"referencedDeclaration":
|
|
31765
|
+
"referencedDeclaration": 18797,
|
|
31766
31766
|
"src": "347:19:34",
|
|
31767
31767
|
"typeDescriptions": {}
|
|
31768
31768
|
},
|
|
@@ -31803,7 +31803,7 @@
|
|
|
31803
31803
|
"nameLocation": "-1:-1:-1",
|
|
31804
31804
|
"nodeType": "ImportDirective",
|
|
31805
31805
|
"scope": 13867,
|
|
31806
|
-
"sourceUnit":
|
|
31806
|
+
"sourceUnit": 21681,
|
|
31807
31807
|
"src": "472:68:34",
|
|
31808
31808
|
"symbolAliases": [
|
|
31809
31809
|
{
|
|
@@ -31812,7 +31812,7 @@
|
|
|
31812
31812
|
"name": "SlotsBitmapLibrary",
|
|
31813
31813
|
"nodeType": "Identifier",
|
|
31814
31814
|
"overloadedDeclarations": [],
|
|
31815
|
-
"referencedDeclaration":
|
|
31815
|
+
"referencedDeclaration": 21680,
|
|
31816
31816
|
"src": "481:18:34",
|
|
31817
31817
|
"typeDescriptions": {}
|
|
31818
31818
|
},
|
|
@@ -31866,7 +31866,7 @@
|
|
|
31866
31866
|
"id": 10494,
|
|
31867
31867
|
"name": "IInstantDistributionAgreementV1",
|
|
31868
31868
|
"nodeType": "IdentifierPath",
|
|
31869
|
-
"referencedDeclaration":
|
|
31869
|
+
"referencedDeclaration": 18624,
|
|
31870
31870
|
"src": "905:31:34"
|
|
31871
31871
|
},
|
|
31872
31872
|
"id": 10495,
|
|
@@ -31887,10 +31887,10 @@
|
|
|
31887
31887
|
"id": 13866,
|
|
31888
31888
|
"linearizedBaseContracts": [
|
|
31889
31889
|
13866,
|
|
31890
|
-
|
|
31890
|
+
18624,
|
|
31891
31891
|
6063,
|
|
31892
|
-
|
|
31893
|
-
|
|
31892
|
+
19124,
|
|
31893
|
+
37139,
|
|
31894
31894
|
858
|
|
31895
31895
|
],
|
|
31896
31896
|
"name": "InstantDistributionAgreementV1",
|
|
@@ -31954,10 +31954,10 @@
|
|
|
31954
31954
|
"name": "SlotsBitmapLibrary",
|
|
31955
31955
|
"nodeType": "Identifier",
|
|
31956
31956
|
"overloadedDeclarations": [],
|
|
31957
|
-
"referencedDeclaration":
|
|
31957
|
+
"referencedDeclaration": 21680,
|
|
31958
31958
|
"src": "1491:18:34",
|
|
31959
31959
|
"typeDescriptions": {
|
|
31960
|
-
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$
|
|
31960
|
+
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$21680_$",
|
|
31961
31961
|
"typeString": "type(library SlotsBitmapLibrary)"
|
|
31962
31962
|
}
|
|
31963
31963
|
}
|
|
@@ -31965,7 +31965,7 @@
|
|
|
31965
31965
|
"expression": {
|
|
31966
31966
|
"argumentTypes": [
|
|
31967
31967
|
{
|
|
31968
|
-
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$
|
|
31968
|
+
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$21680_$",
|
|
31969
31969
|
"typeString": "type(library SlotsBitmapLibrary)"
|
|
31970
31970
|
}
|
|
31971
31971
|
],
|
|
@@ -32395,7 +32395,7 @@
|
|
|
32395
32395
|
"referencedDeclaration": 10535,
|
|
32396
32396
|
"src": "2316:4:34",
|
|
32397
32397
|
"typeDescriptions": {
|
|
32398
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
32398
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20175",
|
|
32399
32399
|
"typeString": "contract ISuperfluid"
|
|
32400
32400
|
}
|
|
32401
32401
|
}
|
|
@@ -32403,7 +32403,7 @@
|
|
|
32403
32403
|
"expression": {
|
|
32404
32404
|
"argumentTypes": [
|
|
32405
32405
|
{
|
|
32406
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
32406
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20175",
|
|
32407
32407
|
"typeString": "contract ISuperfluid"
|
|
32408
32408
|
}
|
|
32409
32409
|
],
|
|
@@ -32474,7 +32474,7 @@
|
|
|
32474
32474
|
"stateVariable": false,
|
|
32475
32475
|
"storageLocation": "default",
|
|
32476
32476
|
"typeDescriptions": {
|
|
32477
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
32477
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20175",
|
|
32478
32478
|
"typeString": "contract ISuperfluid"
|
|
32479
32479
|
},
|
|
32480
32480
|
"typeName": {
|
|
@@ -32484,13 +32484,13 @@
|
|
|
32484
32484
|
"id": 10533,
|
|
32485
32485
|
"name": "ISuperfluid",
|
|
32486
32486
|
"nodeType": "IdentifierPath",
|
|
32487
|
-
"referencedDeclaration":
|
|
32487
|
+
"referencedDeclaration": 20175,
|
|
32488
32488
|
"src": "2276:11:34"
|
|
32489
32489
|
},
|
|
32490
|
-
"referencedDeclaration":
|
|
32490
|
+
"referencedDeclaration": 20175,
|
|
32491
32491
|
"src": "2276:11:34",
|
|
32492
32492
|
"typeDescriptions": {
|
|
32493
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
32493
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20175",
|
|
32494
32494
|
"typeString": "contract ISuperfluid"
|
|
32495
32495
|
}
|
|
32496
32496
|
},
|
|
@@ -32754,7 +32754,7 @@
|
|
|
32754
32754
|
},
|
|
32755
32755
|
{
|
|
32756
32756
|
"baseFunctions": [
|
|
32757
|
-
|
|
32757
|
+
19123
|
|
32758
32758
|
],
|
|
32759
32759
|
"body": {
|
|
32760
32760
|
"id": 10726,
|
|
@@ -32912,7 +32912,7 @@
|
|
|
32912
32912
|
"referencedDeclaration": 10567,
|
|
32913
32913
|
"src": "3450:5:34",
|
|
32914
32914
|
"typeDescriptions": {
|
|
32915
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
32915
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
32916
32916
|
"typeString": "contract ISuperfluidToken"
|
|
32917
32917
|
}
|
|
32918
32918
|
},
|
|
@@ -32932,7 +32932,7 @@
|
|
|
32932
32932
|
"expression": {
|
|
32933
32933
|
"argumentTypes": [
|
|
32934
32934
|
{
|
|
32935
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
32935
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
32936
32936
|
"typeString": "contract ISuperfluidToken"
|
|
32937
32937
|
},
|
|
32938
32938
|
{
|
|
@@ -32947,7 +32947,7 @@
|
|
|
32947
32947
|
"referencedDeclaration": 13865,
|
|
32948
32948
|
"src": "3429:20:34",
|
|
32949
32949
|
"typeDescriptions": {
|
|
32950
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
32950
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$returns$_t_array$_t_uint32_$dyn_memory_ptr_$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
32951
32951
|
"typeString": "function (contract ISuperfluidToken,address) view returns (uint32[] memory,bytes32[] memory)"
|
|
32952
32952
|
}
|
|
32953
32953
|
},
|
|
@@ -33238,7 +33238,7 @@
|
|
|
33238
33238
|
"referencedDeclaration": 10567,
|
|
33239
33239
|
"src": "3725:5:34",
|
|
33240
33240
|
"typeDescriptions": {
|
|
33241
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
33241
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
33242
33242
|
"typeString": "contract ISuperfluidToken"
|
|
33243
33243
|
}
|
|
33244
33244
|
},
|
|
@@ -33283,7 +33283,7 @@
|
|
|
33283
33283
|
"expression": {
|
|
33284
33284
|
"argumentTypes": [
|
|
33285
33285
|
{
|
|
33286
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
33286
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
33287
33287
|
"typeString": "contract ISuperfluidToken"
|
|
33288
33288
|
},
|
|
33289
33289
|
{
|
|
@@ -33298,7 +33298,7 @@
|
|
|
33298
33298
|
"referencedDeclaration": 13772,
|
|
33299
33299
|
"src": "3704:20:34",
|
|
33300
33300
|
"typeDescriptions": {
|
|
33301
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
33301
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes32_$returns$_t_bool_$_t_struct$_SubscriptionData_$10563_memory_ptr_$",
|
|
33302
33302
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
33303
33303
|
}
|
|
33304
33304
|
},
|
|
@@ -33656,7 +33656,7 @@
|
|
|
33656
33656
|
"referencedDeclaration": 10567,
|
|
33657
33657
|
"src": "3896:5:34",
|
|
33658
33658
|
"typeDescriptions": {
|
|
33659
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
33659
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
33660
33660
|
"typeString": "contract ISuperfluidToken"
|
|
33661
33661
|
}
|
|
33662
33662
|
},
|
|
@@ -33667,7 +33667,7 @@
|
|
|
33667
33667
|
"lValueRequested": false,
|
|
33668
33668
|
"memberName": "getAgreementStateSlot",
|
|
33669
33669
|
"nodeType": "MemberAccess",
|
|
33670
|
-
"referencedDeclaration":
|
|
33670
|
+
"referencedDeclaration": 20489,
|
|
33671
33671
|
"src": "3896:27:34",
|
|
33672
33672
|
"typeDescriptions": {
|
|
33673
33673
|
"typeIdentifier": "t_function_external_view$_t_address_$_t_address_$_t_uint256_$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
@@ -33837,7 +33837,7 @@
|
|
|
33837
33837
|
"referencedDeclaration": 10567,
|
|
33838
33838
|
"src": "4182:5:34",
|
|
33839
33839
|
"typeDescriptions": {
|
|
33840
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
33840
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
33841
33841
|
"typeString": "contract ISuperfluidToken"
|
|
33842
33842
|
}
|
|
33843
33843
|
},
|
|
@@ -33857,7 +33857,7 @@
|
|
|
33857
33857
|
"expression": {
|
|
33858
33858
|
"argumentTypes": [
|
|
33859
33859
|
{
|
|
33860
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
33860
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
33861
33861
|
"typeString": "contract ISuperfluidToken"
|
|
33862
33862
|
},
|
|
33863
33863
|
{
|
|
@@ -33872,7 +33872,7 @@
|
|
|
33872
33872
|
"referencedDeclaration": 13474,
|
|
33873
33873
|
"src": "4168:13:34",
|
|
33874
33874
|
"typeDescriptions": {
|
|
33875
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
33875
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes32_$returns$_t_bool_$_t_struct$_IndexData_$10552_memory_ptr_$",
|
|
33876
33876
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
33877
33877
|
}
|
|
33878
33878
|
},
|
|
@@ -34504,7 +34504,7 @@
|
|
|
34504
34504
|
"referencedDeclaration": 10567,
|
|
34505
34505
|
"src": "4684:5:34",
|
|
34506
34506
|
"typeDescriptions": {
|
|
34507
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
34507
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
34508
34508
|
"typeString": "contract ISuperfluidToken"
|
|
34509
34509
|
}
|
|
34510
34510
|
},
|
|
@@ -34524,7 +34524,7 @@
|
|
|
34524
34524
|
"expression": {
|
|
34525
34525
|
"argumentTypes": [
|
|
34526
34526
|
{
|
|
34527
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
34527
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
34528
34528
|
"typeString": "contract ISuperfluidToken"
|
|
34529
34529
|
},
|
|
34530
34530
|
{
|
|
@@ -34539,7 +34539,7 @@
|
|
|
34539
34539
|
"referencedDeclaration": 13508,
|
|
34540
34540
|
"src": "4663:20:34",
|
|
34541
34541
|
"typeDescriptions": {
|
|
34542
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
34542
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$returns$_t_uint256_$",
|
|
34543
34543
|
"typeString": "function (contract ISuperfluidToken,address) view returns (uint256)"
|
|
34544
34544
|
}
|
|
34545
34545
|
},
|
|
@@ -34653,7 +34653,7 @@
|
|
|
34653
34653
|
"stateVariable": false,
|
|
34654
34654
|
"storageLocation": "default",
|
|
34655
34655
|
"typeDescriptions": {
|
|
34656
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
34656
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
34657
34657
|
"typeString": "contract ISuperfluidToken"
|
|
34658
34658
|
},
|
|
34659
34659
|
"typeName": {
|
|
@@ -34663,13 +34663,13 @@
|
|
|
34663
34663
|
"id": 10565,
|
|
34664
34664
|
"name": "ISuperfluidToken",
|
|
34665
34665
|
"nodeType": "IdentifierPath",
|
|
34666
|
-
"referencedDeclaration":
|
|
34666
|
+
"referencedDeclaration": 20572,
|
|
34667
34667
|
"src": "3004:16:34"
|
|
34668
34668
|
},
|
|
34669
|
-
"referencedDeclaration":
|
|
34669
|
+
"referencedDeclaration": 20572,
|
|
34670
34670
|
"src": "3004:16:34",
|
|
34671
34671
|
"typeDescriptions": {
|
|
34672
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
34672
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
34673
34673
|
"typeString": "contract ISuperfluidToken"
|
|
34674
34674
|
}
|
|
34675
34675
|
},
|
|
@@ -34829,7 +34829,7 @@
|
|
|
34829
34829
|
},
|
|
34830
34830
|
{
|
|
34831
34831
|
"baseFunctions": [
|
|
34832
|
-
|
|
34832
|
+
18270
|
|
34833
34833
|
],
|
|
34834
34834
|
"body": {
|
|
34835
34835
|
"id": 10798,
|
|
@@ -34853,7 +34853,7 @@
|
|
|
34853
34853
|
"stateVariable": false,
|
|
34854
34854
|
"storageLocation": "memory",
|
|
34855
34855
|
"typeDescriptions": {
|
|
34856
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
34856
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
34857
34857
|
"typeString": "struct ISuperfluid.Context"
|
|
34858
34858
|
},
|
|
34859
34859
|
"typeName": {
|
|
@@ -34863,13 +34863,13 @@
|
|
|
34863
34863
|
"id": 10743,
|
|
34864
34864
|
"name": "ISuperfluid.Context",
|
|
34865
34865
|
"nodeType": "IdentifierPath",
|
|
34866
|
-
"referencedDeclaration":
|
|
34866
|
+
"referencedDeclaration": 20108,
|
|
34867
34867
|
"src": "5182:19:34"
|
|
34868
34868
|
},
|
|
34869
|
-
"referencedDeclaration":
|
|
34869
|
+
"referencedDeclaration": 20108,
|
|
34870
34870
|
"src": "5182:19:34",
|
|
34871
34871
|
"typeDescriptions": {
|
|
34872
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
34872
|
+
"typeIdentifier": "t_struct$_Context_$20108_storage_ptr",
|
|
34873
34873
|
"typeString": "struct ISuperfluid.Context"
|
|
34874
34874
|
}
|
|
34875
34875
|
},
|
|
@@ -34887,7 +34887,7 @@
|
|
|
34887
34887
|
"referencedDeclaration": 10731,
|
|
34888
34888
|
"src": "5257:5:34",
|
|
34889
34889
|
"typeDescriptions": {
|
|
34890
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
34890
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
34891
34891
|
"typeString": "contract ISuperfluidToken"
|
|
34892
34892
|
}
|
|
34893
34893
|
},
|
|
@@ -34907,7 +34907,7 @@
|
|
|
34907
34907
|
"expression": {
|
|
34908
34908
|
"argumentTypes": [
|
|
34909
34909
|
{
|
|
34910
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
34910
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
34911
34911
|
"typeString": "contract ISuperfluidToken"
|
|
34912
34912
|
},
|
|
34913
34913
|
{
|
|
@@ -34937,7 +34937,7 @@
|
|
|
34937
34937
|
"referencedDeclaration": 6125,
|
|
34938
34938
|
"src": "5219:37:34",
|
|
34939
34939
|
"typeDescriptions": {
|
|
34940
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
34940
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_memory_ptr_$",
|
|
34941
34941
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
34942
34942
|
}
|
|
34943
34943
|
},
|
|
@@ -34952,7 +34952,7 @@
|
|
|
34952
34952
|
"src": "5219:49:34",
|
|
34953
34953
|
"tryCall": false,
|
|
34954
34954
|
"typeDescriptions": {
|
|
34955
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
34955
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
34956
34956
|
"typeString": "struct ISuperfluid.Context memory"
|
|
34957
34957
|
}
|
|
34958
34958
|
},
|
|
@@ -35003,7 +35003,7 @@
|
|
|
35003
35003
|
"referencedDeclaration": 10745,
|
|
35004
35004
|
"src": "5298:7:34",
|
|
35005
35005
|
"typeDescriptions": {
|
|
35006
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
35006
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
35007
35007
|
"typeString": "struct ISuperfluid.Context memory"
|
|
35008
35008
|
}
|
|
35009
35009
|
},
|
|
@@ -35014,7 +35014,7 @@
|
|
|
35014
35014
|
"lValueRequested": false,
|
|
35015
35015
|
"memberName": "msgSender",
|
|
35016
35016
|
"nodeType": "MemberAccess",
|
|
35017
|
-
"referencedDeclaration":
|
|
35017
|
+
"referencedDeclaration": 20092,
|
|
35018
35018
|
"src": "5298:17:34",
|
|
35019
35019
|
"typeDescriptions": {
|
|
35020
35020
|
"typeIdentifier": "t_address",
|
|
@@ -35148,7 +35148,7 @@
|
|
|
35148
35148
|
"referencedDeclaration": 10731,
|
|
35149
35149
|
"src": "5407:5:34",
|
|
35150
35150
|
"typeDescriptions": {
|
|
35151
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
35151
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
35152
35152
|
"typeString": "contract ISuperfluidToken"
|
|
35153
35153
|
}
|
|
35154
35154
|
},
|
|
@@ -35168,7 +35168,7 @@
|
|
|
35168
35168
|
"expression": {
|
|
35169
35169
|
"argumentTypes": [
|
|
35170
35170
|
{
|
|
35171
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
35171
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
35172
35172
|
"typeString": "contract ISuperfluidToken"
|
|
35173
35173
|
},
|
|
35174
35174
|
{
|
|
@@ -35183,7 +35183,7 @@
|
|
|
35183
35183
|
"referencedDeclaration": 13389,
|
|
35184
35184
|
"src": "5393:13:34",
|
|
35185
35185
|
"typeDescriptions": {
|
|
35186
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
35186
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes32_$returns$_t_bool_$",
|
|
35187
35187
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool)"
|
|
35188
35188
|
}
|
|
35189
35189
|
},
|
|
@@ -35431,7 +35431,7 @@
|
|
|
35431
35431
|
"referencedDeclaration": 10731,
|
|
35432
35432
|
"src": "5453:5:34",
|
|
35433
35433
|
"typeDescriptions": {
|
|
35434
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
35434
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
35435
35435
|
"typeString": "contract ISuperfluidToken"
|
|
35436
35436
|
}
|
|
35437
35437
|
},
|
|
@@ -35442,7 +35442,7 @@
|
|
|
35442
35442
|
"lValueRequested": false,
|
|
35443
35443
|
"memberName": "createAgreement",
|
|
35444
35444
|
"nodeType": "MemberAccess",
|
|
35445
|
-
"referencedDeclaration":
|
|
35445
|
+
"referencedDeclaration": 20397,
|
|
35446
35446
|
"src": "5453:21:34",
|
|
35447
35447
|
"typeDescriptions": {
|
|
35448
35448
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -35479,7 +35479,7 @@
|
|
|
35479
35479
|
"referencedDeclaration": 10731,
|
|
35480
35480
|
"src": "5546:5:34",
|
|
35481
35481
|
"typeDescriptions": {
|
|
35482
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
35482
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
35483
35483
|
"typeString": "contract ISuperfluidToken"
|
|
35484
35484
|
}
|
|
35485
35485
|
},
|
|
@@ -35516,7 +35516,7 @@
|
|
|
35516
35516
|
"referencedDeclaration": 10745,
|
|
35517
35517
|
"src": "5573:7:34",
|
|
35518
35518
|
"typeDescriptions": {
|
|
35519
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
35519
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
35520
35520
|
"typeString": "struct ISuperfluid.Context memory"
|
|
35521
35521
|
}
|
|
35522
35522
|
},
|
|
@@ -35527,7 +35527,7 @@
|
|
|
35527
35527
|
"lValueRequested": false,
|
|
35528
35528
|
"memberName": "userData",
|
|
35529
35529
|
"nodeType": "MemberAccess",
|
|
35530
|
-
"referencedDeclaration":
|
|
35530
|
+
"referencedDeclaration": 20096,
|
|
35531
35531
|
"src": "5573:16:34",
|
|
35532
35532
|
"typeDescriptions": {
|
|
35533
35533
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -35538,7 +35538,7 @@
|
|
|
35538
35538
|
"expression": {
|
|
35539
35539
|
"argumentTypes": [
|
|
35540
35540
|
{
|
|
35541
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
35541
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
35542
35542
|
"typeString": "contract ISuperfluidToken"
|
|
35543
35543
|
},
|
|
35544
35544
|
{
|
|
@@ -35558,10 +35558,10 @@
|
|
|
35558
35558
|
"name": "IndexCreated",
|
|
35559
35559
|
"nodeType": "Identifier",
|
|
35560
35560
|
"overloadedDeclarations": [],
|
|
35561
|
-
"referencedDeclaration":
|
|
35561
|
+
"referencedDeclaration": 18282,
|
|
35562
35562
|
"src": "5533:12:34",
|
|
35563
35563
|
"typeDescriptions": {
|
|
35564
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
35564
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
|
|
35565
35565
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory)"
|
|
35566
35566
|
}
|
|
35567
35567
|
},
|
|
@@ -35665,7 +35665,7 @@
|
|
|
35665
35665
|
"stateVariable": false,
|
|
35666
35666
|
"storageLocation": "default",
|
|
35667
35667
|
"typeDescriptions": {
|
|
35668
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
35668
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
35669
35669
|
"typeString": "contract ISuperfluidToken"
|
|
35670
35670
|
},
|
|
35671
35671
|
"typeName": {
|
|
@@ -35675,13 +35675,13 @@
|
|
|
35675
35675
|
"id": 10729,
|
|
35676
35676
|
"name": "ISuperfluidToken",
|
|
35677
35677
|
"nodeType": "IdentifierPath",
|
|
35678
|
-
"referencedDeclaration":
|
|
35678
|
+
"referencedDeclaration": 20572,
|
|
35679
35679
|
"src": "5024:16:34"
|
|
35680
35680
|
},
|
|
35681
|
-
"referencedDeclaration":
|
|
35681
|
+
"referencedDeclaration": 20572,
|
|
35682
35682
|
"src": "5024:16:34",
|
|
35683
35683
|
"typeDescriptions": {
|
|
35684
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
35684
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
35685
35685
|
"typeString": "contract ISuperfluidToken"
|
|
35686
35686
|
}
|
|
35687
35687
|
},
|
|
@@ -35786,7 +35786,7 @@
|
|
|
35786
35786
|
},
|
|
35787
35787
|
{
|
|
35788
35788
|
"baseFunctions": [
|
|
35789
|
-
|
|
35789
|
+
18301
|
|
35790
35790
|
],
|
|
35791
35791
|
"body": {
|
|
35792
35792
|
"id": 10857,
|
|
@@ -35997,7 +35997,7 @@
|
|
|
35997
35997
|
"referencedDeclaration": 10803,
|
|
35998
35998
|
"src": "6163:5:34",
|
|
35999
35999
|
"typeDescriptions": {
|
|
36000
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
36000
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
36001
36001
|
"typeString": "contract ISuperfluidToken"
|
|
36002
36002
|
}
|
|
36003
36003
|
},
|
|
@@ -36017,7 +36017,7 @@
|
|
|
36017
36017
|
"expression": {
|
|
36018
36018
|
"argumentTypes": [
|
|
36019
36019
|
{
|
|
36020
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
36020
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
36021
36021
|
"typeString": "contract ISuperfluidToken"
|
|
36022
36022
|
},
|
|
36023
36023
|
{
|
|
@@ -36032,7 +36032,7 @@
|
|
|
36032
36032
|
"referencedDeclaration": 13474,
|
|
36033
36033
|
"src": "6149:13:34",
|
|
36034
36034
|
"typeDescriptions": {
|
|
36035
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
36035
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes32_$returns$_t_bool_$_t_struct$_IndexData_$10552_memory_ptr_$",
|
|
36036
36036
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
36037
36037
|
}
|
|
36038
36038
|
},
|
|
@@ -36297,7 +36297,7 @@
|
|
|
36297
36297
|
"stateVariable": false,
|
|
36298
36298
|
"storageLocation": "default",
|
|
36299
36299
|
"typeDescriptions": {
|
|
36300
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
36300
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
36301
36301
|
"typeString": "contract ISuperfluidToken"
|
|
36302
36302
|
},
|
|
36303
36303
|
"typeName": {
|
|
@@ -36307,13 +36307,13 @@
|
|
|
36307
36307
|
"id": 10801,
|
|
36308
36308
|
"name": "ISuperfluidToken",
|
|
36309
36309
|
"nodeType": "IdentifierPath",
|
|
36310
|
-
"referencedDeclaration":
|
|
36310
|
+
"referencedDeclaration": 20572,
|
|
36311
36311
|
"src": "5763:16:34"
|
|
36312
36312
|
},
|
|
36313
|
-
"referencedDeclaration":
|
|
36313
|
+
"referencedDeclaration": 20572,
|
|
36314
36314
|
"src": "5763:16:34",
|
|
36315
36315
|
"typeDescriptions": {
|
|
36316
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
36316
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
36317
36317
|
"typeString": "contract ISuperfluidToken"
|
|
36318
36318
|
}
|
|
36319
36319
|
},
|
|
@@ -36500,7 +36500,7 @@
|
|
|
36500
36500
|
},
|
|
36501
36501
|
{
|
|
36502
36502
|
"baseFunctions": [
|
|
36503
|
-
|
|
36503
|
+
18318
|
|
36504
36504
|
],
|
|
36505
36505
|
"body": {
|
|
36506
36506
|
"id": 10934,
|
|
@@ -36687,7 +36687,7 @@
|
|
|
36687
36687
|
"referencedDeclaration": 10862,
|
|
36688
36688
|
"src": "6846:5:34",
|
|
36689
36689
|
"typeDescriptions": {
|
|
36690
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
36690
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
36691
36691
|
"typeString": "contract ISuperfluidToken"
|
|
36692
36692
|
}
|
|
36693
36693
|
},
|
|
@@ -36707,7 +36707,7 @@
|
|
|
36707
36707
|
"expression": {
|
|
36708
36708
|
"argumentTypes": [
|
|
36709
36709
|
{
|
|
36710
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
36710
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
36711
36711
|
"typeString": "contract ISuperfluidToken"
|
|
36712
36712
|
},
|
|
36713
36713
|
{
|
|
@@ -36722,7 +36722,7 @@
|
|
|
36722
36722
|
"referencedDeclaration": 13474,
|
|
36723
36723
|
"src": "6832:13:34",
|
|
36724
36724
|
"typeDescriptions": {
|
|
36725
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
36725
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes32_$returns$_t_bool_$_t_struct$_IndexData_$10552_memory_ptr_$",
|
|
36726
36726
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
36727
36727
|
}
|
|
36728
36728
|
},
|
|
@@ -37344,7 +37344,7 @@
|
|
|
37344
37344
|
"stateVariable": false,
|
|
37345
37345
|
"storageLocation": "default",
|
|
37346
37346
|
"typeDescriptions": {
|
|
37347
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
37347
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
37348
37348
|
"typeString": "contract ISuperfluidToken"
|
|
37349
37349
|
},
|
|
37350
37350
|
"typeName": {
|
|
@@ -37354,13 +37354,13 @@
|
|
|
37354
37354
|
"id": 10860,
|
|
37355
37355
|
"name": "ISuperfluidToken",
|
|
37356
37356
|
"nodeType": "IdentifierPath",
|
|
37357
|
-
"referencedDeclaration":
|
|
37357
|
+
"referencedDeclaration": 20572,
|
|
37358
37358
|
"src": "6499:16:34"
|
|
37359
37359
|
},
|
|
37360
|
-
"referencedDeclaration":
|
|
37360
|
+
"referencedDeclaration": 20572,
|
|
37361
37361
|
"src": "6499:16:34",
|
|
37362
37362
|
"typeDescriptions": {
|
|
37363
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
37363
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
37364
37364
|
"typeString": "contract ISuperfluidToken"
|
|
37365
37365
|
}
|
|
37366
37366
|
},
|
|
@@ -37520,7 +37520,7 @@
|
|
|
37520
37520
|
},
|
|
37521
37521
|
{
|
|
37522
37522
|
"baseFunctions": [
|
|
37523
|
-
|
|
37523
|
+
18333
|
|
37524
37524
|
],
|
|
37525
37525
|
"body": {
|
|
37526
37526
|
"id": 11001,
|
|
@@ -37544,7 +37544,7 @@
|
|
|
37544
37544
|
"stateVariable": false,
|
|
37545
37545
|
"storageLocation": "memory",
|
|
37546
37546
|
"typeDescriptions": {
|
|
37547
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
37547
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
37548
37548
|
"typeString": "struct ISuperfluid.Context"
|
|
37549
37549
|
},
|
|
37550
37550
|
"typeName": {
|
|
@@ -37554,13 +37554,13 @@
|
|
|
37554
37554
|
"id": 10953,
|
|
37555
37555
|
"name": "ISuperfluid.Context",
|
|
37556
37556
|
"nodeType": "IdentifierPath",
|
|
37557
|
-
"referencedDeclaration":
|
|
37557
|
+
"referencedDeclaration": 20108,
|
|
37558
37558
|
"src": "7468:19:34"
|
|
37559
37559
|
},
|
|
37560
|
-
"referencedDeclaration":
|
|
37560
|
+
"referencedDeclaration": 20108,
|
|
37561
37561
|
"src": "7468:19:34",
|
|
37562
37562
|
"typeDescriptions": {
|
|
37563
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
37563
|
+
"typeIdentifier": "t_struct$_Context_$20108_storage_ptr",
|
|
37564
37564
|
"typeString": "struct ISuperfluid.Context"
|
|
37565
37565
|
}
|
|
37566
37566
|
},
|
|
@@ -37578,7 +37578,7 @@
|
|
|
37578
37578
|
"referencedDeclaration": 10939,
|
|
37579
37579
|
"src": "7543:5:34",
|
|
37580
37580
|
"typeDescriptions": {
|
|
37581
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
37581
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
37582
37582
|
"typeString": "contract ISuperfluidToken"
|
|
37583
37583
|
}
|
|
37584
37584
|
},
|
|
@@ -37598,7 +37598,7 @@
|
|
|
37598
37598
|
"expression": {
|
|
37599
37599
|
"argumentTypes": [
|
|
37600
37600
|
{
|
|
37601
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
37601
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
37602
37602
|
"typeString": "contract ISuperfluidToken"
|
|
37603
37603
|
},
|
|
37604
37604
|
{
|
|
@@ -37628,7 +37628,7 @@
|
|
|
37628
37628
|
"referencedDeclaration": 6125,
|
|
37629
37629
|
"src": "7505:37:34",
|
|
37630
37630
|
"typeDescriptions": {
|
|
37631
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
37631
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_memory_ptr_$",
|
|
37632
37632
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
37633
37633
|
}
|
|
37634
37634
|
},
|
|
@@ -37643,7 +37643,7 @@
|
|
|
37643
37643
|
"src": "7505:49:34",
|
|
37644
37644
|
"tryCall": false,
|
|
37645
37645
|
"typeDescriptions": {
|
|
37646
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
37646
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
37647
37647
|
"typeString": "struct ISuperfluid.Context memory"
|
|
37648
37648
|
}
|
|
37649
37649
|
},
|
|
@@ -37694,7 +37694,7 @@
|
|
|
37694
37694
|
"referencedDeclaration": 10955,
|
|
37695
37695
|
"src": "7584:7:34",
|
|
37696
37696
|
"typeDescriptions": {
|
|
37697
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
37697
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
37698
37698
|
"typeString": "struct ISuperfluid.Context memory"
|
|
37699
37699
|
}
|
|
37700
37700
|
},
|
|
@@ -37705,7 +37705,7 @@
|
|
|
37705
37705
|
"lValueRequested": false,
|
|
37706
37706
|
"memberName": "msgSender",
|
|
37707
37707
|
"nodeType": "MemberAccess",
|
|
37708
|
-
"referencedDeclaration":
|
|
37708
|
+
"referencedDeclaration": 20092,
|
|
37709
37709
|
"src": "7584:17:34",
|
|
37710
37710
|
"typeDescriptions": {
|
|
37711
37711
|
"typeIdentifier": "t_address",
|
|
@@ -37794,7 +37794,7 @@
|
|
|
37794
37794
|
"referencedDeclaration": 10939,
|
|
37795
37795
|
"src": "7666:5:34",
|
|
37796
37796
|
"typeDescriptions": {
|
|
37797
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
37797
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
37798
37798
|
"typeString": "contract ISuperfluidToken"
|
|
37799
37799
|
}
|
|
37800
37800
|
},
|
|
@@ -37826,7 +37826,7 @@
|
|
|
37826
37826
|
"expression": {
|
|
37827
37827
|
"argumentTypes": [
|
|
37828
37828
|
{
|
|
37829
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
37829
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
37830
37830
|
"typeString": "contract ISuperfluidToken"
|
|
37831
37831
|
},
|
|
37832
37832
|
{
|
|
@@ -37845,7 +37845,7 @@
|
|
|
37845
37845
|
"referencedDeclaration": 11242,
|
|
37846
37846
|
"src": "7651:14:34",
|
|
37847
37847
|
"typeDescriptions": {
|
|
37848
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
37848
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$returns$_t_bytes32_$_t_struct$_IndexData_$10552_memory_ptr_$",
|
|
37849
37849
|
"typeString": "function (contract ISuperfluidToken,address,uint32) view returns (bytes32,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
37850
37850
|
}
|
|
37851
37851
|
},
|
|
@@ -37999,7 +37999,7 @@
|
|
|
37999
37999
|
"referencedDeclaration": 10939,
|
|
38000
38000
|
"src": "7786:5:34",
|
|
38001
38001
|
"typeDescriptions": {
|
|
38002
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38002
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
38003
38003
|
"typeString": "contract ISuperfluidToken"
|
|
38004
38004
|
}
|
|
38005
38005
|
},
|
|
@@ -38072,7 +38072,7 @@
|
|
|
38072
38072
|
"referencedDeclaration": 10955,
|
|
38073
38073
|
"src": "7837:7:34",
|
|
38074
38074
|
"typeDescriptions": {
|
|
38075
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
38075
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
38076
38076
|
"typeString": "struct ISuperfluid.Context memory"
|
|
38077
38077
|
}
|
|
38078
38078
|
},
|
|
@@ -38083,7 +38083,7 @@
|
|
|
38083
38083
|
"lValueRequested": false,
|
|
38084
38084
|
"memberName": "userData",
|
|
38085
38085
|
"nodeType": "MemberAccess",
|
|
38086
|
-
"referencedDeclaration":
|
|
38086
|
+
"referencedDeclaration": 20096,
|
|
38087
38087
|
"src": "7837:16:34",
|
|
38088
38088
|
"typeDescriptions": {
|
|
38089
38089
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -38094,7 +38094,7 @@
|
|
|
38094
38094
|
"expression": {
|
|
38095
38095
|
"argumentTypes": [
|
|
38096
38096
|
{
|
|
38097
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38097
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
38098
38098
|
"typeString": "contract ISuperfluidToken"
|
|
38099
38099
|
},
|
|
38100
38100
|
{
|
|
@@ -38129,7 +38129,7 @@
|
|
|
38129
38129
|
"referencedDeclaration": 11202,
|
|
38130
38130
|
"src": "7773:12:34",
|
|
38131
38131
|
"typeDescriptions": {
|
|
38132
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
38132
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes32_$_t_struct$_IndexData_$10552_memory_ptr_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
38133
38133
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,uint128,bytes memory)"
|
|
38134
38134
|
}
|
|
38135
38135
|
},
|
|
@@ -38233,7 +38233,7 @@
|
|
|
38233
38233
|
"stateVariable": false,
|
|
38234
38234
|
"storageLocation": "default",
|
|
38235
38235
|
"typeDescriptions": {
|
|
38236
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38236
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
38237
38237
|
"typeString": "contract ISuperfluidToken"
|
|
38238
38238
|
},
|
|
38239
38239
|
"typeName": {
|
|
@@ -38243,13 +38243,13 @@
|
|
|
38243
38243
|
"id": 10937,
|
|
38244
38244
|
"name": "ISuperfluidToken",
|
|
38245
38245
|
"nodeType": "IdentifierPath",
|
|
38246
|
-
"referencedDeclaration":
|
|
38246
|
+
"referencedDeclaration": 20572,
|
|
38247
38247
|
"src": "7282:16:34"
|
|
38248
38248
|
},
|
|
38249
|
-
"referencedDeclaration":
|
|
38249
|
+
"referencedDeclaration": 20572,
|
|
38250
38250
|
"src": "7282:16:34",
|
|
38251
38251
|
"typeDescriptions": {
|
|
38252
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38252
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
38253
38253
|
"typeString": "contract ISuperfluidToken"
|
|
38254
38254
|
}
|
|
38255
38255
|
},
|
|
@@ -38381,7 +38381,7 @@
|
|
|
38381
38381
|
},
|
|
38382
38382
|
{
|
|
38383
38383
|
"baseFunctions": [
|
|
38384
|
-
|
|
38384
|
+
18368
|
|
38385
38385
|
],
|
|
38386
38386
|
"body": {
|
|
38387
38387
|
"id": 11088,
|
|
@@ -38405,7 +38405,7 @@
|
|
|
38405
38405
|
"stateVariable": false,
|
|
38406
38406
|
"storageLocation": "memory",
|
|
38407
38407
|
"typeDescriptions": {
|
|
38408
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
38408
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
38409
38409
|
"typeString": "struct ISuperfluid.Context"
|
|
38410
38410
|
},
|
|
38411
38411
|
"typeName": {
|
|
@@ -38415,13 +38415,13 @@
|
|
|
38415
38415
|
"id": 11020,
|
|
38416
38416
|
"name": "ISuperfluid.Context",
|
|
38417
38417
|
"nodeType": "IdentifierPath",
|
|
38418
|
-
"referencedDeclaration":
|
|
38418
|
+
"referencedDeclaration": 20108,
|
|
38419
38419
|
"src": "8213:19:34"
|
|
38420
38420
|
},
|
|
38421
|
-
"referencedDeclaration":
|
|
38421
|
+
"referencedDeclaration": 20108,
|
|
38422
38422
|
"src": "8213:19:34",
|
|
38423
38423
|
"typeDescriptions": {
|
|
38424
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
38424
|
+
"typeIdentifier": "t_struct$_Context_$20108_storage_ptr",
|
|
38425
38425
|
"typeString": "struct ISuperfluid.Context"
|
|
38426
38426
|
}
|
|
38427
38427
|
},
|
|
@@ -38439,7 +38439,7 @@
|
|
|
38439
38439
|
"referencedDeclaration": 11006,
|
|
38440
38440
|
"src": "8288:5:34",
|
|
38441
38441
|
"typeDescriptions": {
|
|
38442
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38442
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
38443
38443
|
"typeString": "contract ISuperfluidToken"
|
|
38444
38444
|
}
|
|
38445
38445
|
},
|
|
@@ -38459,7 +38459,7 @@
|
|
|
38459
38459
|
"expression": {
|
|
38460
38460
|
"argumentTypes": [
|
|
38461
38461
|
{
|
|
38462
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38462
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
38463
38463
|
"typeString": "contract ISuperfluidToken"
|
|
38464
38464
|
},
|
|
38465
38465
|
{
|
|
@@ -38489,7 +38489,7 @@
|
|
|
38489
38489
|
"referencedDeclaration": 6125,
|
|
38490
38490
|
"src": "8250:37:34",
|
|
38491
38491
|
"typeDescriptions": {
|
|
38492
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
38492
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_memory_ptr_$",
|
|
38493
38493
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
38494
38494
|
}
|
|
38495
38495
|
},
|
|
@@ -38504,7 +38504,7 @@
|
|
|
38504
38504
|
"src": "8250:49:34",
|
|
38505
38505
|
"tryCall": false,
|
|
38506
38506
|
"typeDescriptions": {
|
|
38507
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
38507
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
38508
38508
|
"typeString": "struct ISuperfluid.Context memory"
|
|
38509
38509
|
}
|
|
38510
38510
|
},
|
|
@@ -38555,7 +38555,7 @@
|
|
|
38555
38555
|
"referencedDeclaration": 11022,
|
|
38556
38556
|
"src": "8329:7:34",
|
|
38557
38557
|
"typeDescriptions": {
|
|
38558
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
38558
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
38559
38559
|
"typeString": "struct ISuperfluid.Context memory"
|
|
38560
38560
|
}
|
|
38561
38561
|
},
|
|
@@ -38566,7 +38566,7 @@
|
|
|
38566
38566
|
"lValueRequested": false,
|
|
38567
38567
|
"memberName": "msgSender",
|
|
38568
38568
|
"nodeType": "MemberAccess",
|
|
38569
|
-
"referencedDeclaration":
|
|
38569
|
+
"referencedDeclaration": 20092,
|
|
38570
38570
|
"src": "8329:17:34",
|
|
38571
38571
|
"typeDescriptions": {
|
|
38572
38572
|
"typeIdentifier": "t_address",
|
|
@@ -38655,7 +38655,7 @@
|
|
|
38655
38655
|
"referencedDeclaration": 11006,
|
|
38656
38656
|
"src": "8411:5:34",
|
|
38657
38657
|
"typeDescriptions": {
|
|
38658
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38658
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
38659
38659
|
"typeString": "contract ISuperfluidToken"
|
|
38660
38660
|
}
|
|
38661
38661
|
},
|
|
@@ -38687,7 +38687,7 @@
|
|
|
38687
38687
|
"expression": {
|
|
38688
38688
|
"argumentTypes": [
|
|
38689
38689
|
{
|
|
38690
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38690
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
38691
38691
|
"typeString": "contract ISuperfluidToken"
|
|
38692
38692
|
},
|
|
38693
38693
|
{
|
|
@@ -38706,7 +38706,7 @@
|
|
|
38706
38706
|
"referencedDeclaration": 11242,
|
|
38707
38707
|
"src": "8396:14:34",
|
|
38708
38708
|
"typeDescriptions": {
|
|
38709
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
38709
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$returns$_t_bytes32_$_t_struct$_IndexData_$10552_memory_ptr_$",
|
|
38710
38710
|
"typeString": "function (contract ISuperfluidToken,address,uint32) view returns (bytes32,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
38711
38711
|
}
|
|
38712
38712
|
},
|
|
@@ -39075,7 +39075,7 @@
|
|
|
39075
39075
|
"referencedDeclaration": 11006,
|
|
39076
39076
|
"src": "8653:5:34",
|
|
39077
39077
|
"typeDescriptions": {
|
|
39078
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
39078
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
39079
39079
|
"typeString": "contract ISuperfluidToken"
|
|
39080
39080
|
}
|
|
39081
39081
|
},
|
|
@@ -39193,7 +39193,7 @@
|
|
|
39193
39193
|
"referencedDeclaration": 11022,
|
|
39194
39194
|
"src": "8723:7:34",
|
|
39195
39195
|
"typeDescriptions": {
|
|
39196
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
39196
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
39197
39197
|
"typeString": "struct ISuperfluid.Context memory"
|
|
39198
39198
|
}
|
|
39199
39199
|
},
|
|
@@ -39204,7 +39204,7 @@
|
|
|
39204
39204
|
"lValueRequested": false,
|
|
39205
39205
|
"memberName": "userData",
|
|
39206
39206
|
"nodeType": "MemberAccess",
|
|
39207
|
-
"referencedDeclaration":
|
|
39207
|
+
"referencedDeclaration": 20096,
|
|
39208
39208
|
"src": "8723:16:34",
|
|
39209
39209
|
"typeDescriptions": {
|
|
39210
39210
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -39215,7 +39215,7 @@
|
|
|
39215
39215
|
"expression": {
|
|
39216
39216
|
"argumentTypes": [
|
|
39217
39217
|
{
|
|
39218
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
39218
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
39219
39219
|
"typeString": "contract ISuperfluidToken"
|
|
39220
39220
|
},
|
|
39221
39221
|
{
|
|
@@ -39250,7 +39250,7 @@
|
|
|
39250
39250
|
"referencedDeclaration": 11202,
|
|
39251
39251
|
"src": "8640:12:34",
|
|
39252
39252
|
"typeDescriptions": {
|
|
39253
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
39253
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes32_$_t_struct$_IndexData_$10552_memory_ptr_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
39254
39254
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,uint128,bytes memory)"
|
|
39255
39255
|
}
|
|
39256
39256
|
},
|
|
@@ -39357,7 +39357,7 @@
|
|
|
39357
39357
|
"stateVariable": false,
|
|
39358
39358
|
"storageLocation": "default",
|
|
39359
39359
|
"typeDescriptions": {
|
|
39360
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
39360
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
39361
39361
|
"typeString": "contract ISuperfluidToken"
|
|
39362
39362
|
},
|
|
39363
39363
|
"typeName": {
|
|
@@ -39367,13 +39367,13 @@
|
|
|
39367
39367
|
"id": 11004,
|
|
39368
39368
|
"name": "ISuperfluidToken",
|
|
39369
39369
|
"nodeType": "IdentifierPath",
|
|
39370
|
-
"referencedDeclaration":
|
|
39370
|
+
"referencedDeclaration": 20572,
|
|
39371
39371
|
"src": "8031:16:34"
|
|
39372
39372
|
},
|
|
39373
|
-
"referencedDeclaration":
|
|
39373
|
+
"referencedDeclaration": 20572,
|
|
39374
39374
|
"src": "8031:16:34",
|
|
39375
39375
|
"typeDescriptions": {
|
|
39376
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
39376
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
39377
39377
|
"typeString": "contract ISuperfluidToken"
|
|
39378
39378
|
}
|
|
39379
39379
|
},
|
|
@@ -39853,7 +39853,7 @@
|
|
|
39853
39853
|
"referencedDeclaration": 11092,
|
|
39854
39854
|
"src": "9203:5:34",
|
|
39855
39855
|
"typeDescriptions": {
|
|
39856
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
39856
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
39857
39857
|
"typeString": "contract ISuperfluidToken"
|
|
39858
39858
|
}
|
|
39859
39859
|
},
|
|
@@ -39864,7 +39864,7 @@
|
|
|
39864
39864
|
"lValueRequested": false,
|
|
39865
39865
|
"memberName": "settleBalance",
|
|
39866
39866
|
"nodeType": "MemberAccess",
|
|
39867
|
-
"referencedDeclaration":
|
|
39867
|
+
"referencedDeclaration": 20497,
|
|
39868
39868
|
"src": "9203:19:34",
|
|
39869
39869
|
"typeDescriptions": {
|
|
39870
39870
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -39901,7 +39901,7 @@
|
|
|
39901
39901
|
"referencedDeclaration": 11092,
|
|
39902
39902
|
"src": "9544:5:34",
|
|
39903
39903
|
"typeDescriptions": {
|
|
39904
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
39904
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
39905
39905
|
"typeString": "contract ISuperfluidToken"
|
|
39906
39906
|
}
|
|
39907
39907
|
},
|
|
@@ -40199,7 +40199,7 @@
|
|
|
40199
40199
|
"expression": {
|
|
40200
40200
|
"argumentTypes": [
|
|
40201
40201
|
{
|
|
40202
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
40202
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
40203
40203
|
"typeString": "contract ISuperfluidToken"
|
|
40204
40204
|
},
|
|
40205
40205
|
{
|
|
@@ -40218,7 +40218,7 @@
|
|
|
40218
40218
|
"referencedDeclaration": 13569,
|
|
40219
40219
|
"src": "9520:23:34",
|
|
40220
40220
|
"typeDescriptions": {
|
|
40221
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
40221
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int256_$returns$__$",
|
|
40222
40222
|
"typeString": "function (contract ISuperfluidToken,address,int256)"
|
|
40223
40223
|
}
|
|
40224
40224
|
},
|
|
@@ -40446,7 +40446,7 @@
|
|
|
40446
40446
|
"referencedDeclaration": 11092,
|
|
40447
40447
|
"src": "9928:5:34",
|
|
40448
40448
|
"typeDescriptions": {
|
|
40449
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
40449
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
40450
40450
|
"typeString": "contract ISuperfluidToken"
|
|
40451
40451
|
}
|
|
40452
40452
|
},
|
|
@@ -40457,7 +40457,7 @@
|
|
|
40457
40457
|
"lValueRequested": false,
|
|
40458
40458
|
"memberName": "updateAgreementData",
|
|
40459
40459
|
"nodeType": "MemberAccess",
|
|
40460
|
-
"referencedDeclaration":
|
|
40460
|
+
"referencedDeclaration": 20429,
|
|
40461
40461
|
"src": "9928:25:34",
|
|
40462
40462
|
"typeDescriptions": {
|
|
40463
40463
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -40494,7 +40494,7 @@
|
|
|
40494
40494
|
"referencedDeclaration": 11092,
|
|
40495
40495
|
"src": "10025:5:34",
|
|
40496
40496
|
"typeDescriptions": {
|
|
40497
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
40497
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
40498
40498
|
"typeString": "contract ISuperfluidToken"
|
|
40499
40499
|
}
|
|
40500
40500
|
},
|
|
@@ -40616,7 +40616,7 @@
|
|
|
40616
40616
|
"expression": {
|
|
40617
40617
|
"argumentTypes": [
|
|
40618
40618
|
{
|
|
40619
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
40619
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
40620
40620
|
"typeString": "contract ISuperfluidToken"
|
|
40621
40621
|
},
|
|
40622
40622
|
{
|
|
@@ -40652,10 +40652,10 @@
|
|
|
40652
40652
|
"name": "IndexUpdated",
|
|
40653
40653
|
"nodeType": "Identifier",
|
|
40654
40654
|
"overloadedDeclarations": [],
|
|
40655
|
-
"referencedDeclaration":
|
|
40655
|
+
"referencedDeclaration": 18353,
|
|
40656
40656
|
"src": "9999:12:34",
|
|
40657
40657
|
"typeDescriptions": {
|
|
40658
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
40658
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_uint128_$_t_uint128_$_t_uint128_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
40659
40659
|
"typeString": "function (contract ISuperfluidToken,address,uint32,uint128,uint128,uint128,uint128,bytes memory)"
|
|
40660
40660
|
}
|
|
40661
40661
|
},
|
|
@@ -40721,7 +40721,7 @@
|
|
|
40721
40721
|
"referencedDeclaration": 11092,
|
|
40722
40722
|
"src": "10280:5:34",
|
|
40723
40723
|
"typeDescriptions": {
|
|
40724
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
40724
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
40725
40725
|
"typeString": "contract ISuperfluidToken"
|
|
40726
40726
|
}
|
|
40727
40727
|
},
|
|
@@ -40732,7 +40732,7 @@
|
|
|
40732
40732
|
"lValueRequested": false,
|
|
40733
40733
|
"memberName": "isAccountCriticalNow",
|
|
40734
40734
|
"nodeType": "MemberAccess",
|
|
40735
|
-
"referencedDeclaration":
|
|
40735
|
+
"referencedDeclaration": 20360,
|
|
40736
40736
|
"src": "10280:26:34",
|
|
40737
40737
|
"typeDescriptions": {
|
|
40738
40738
|
"typeIdentifier": "t_function_external_view$_t_address_$returns$_t_bool_$",
|
|
@@ -40845,7 +40845,7 @@
|
|
|
40845
40845
|
"stateVariable": false,
|
|
40846
40846
|
"storageLocation": "default",
|
|
40847
40847
|
"typeDescriptions": {
|
|
40848
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
40848
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
40849
40849
|
"typeString": "contract ISuperfluidToken"
|
|
40850
40850
|
},
|
|
40851
40851
|
"typeName": {
|
|
@@ -40855,13 +40855,13 @@
|
|
|
40855
40855
|
"id": 11090,
|
|
40856
40856
|
"name": "ISuperfluidToken",
|
|
40857
40857
|
"nodeType": "IdentifierPath",
|
|
40858
|
-
"referencedDeclaration":
|
|
40858
|
+
"referencedDeclaration": 20572,
|
|
40859
40859
|
"src": "8857:16:34"
|
|
40860
40860
|
},
|
|
40861
|
-
"referencedDeclaration":
|
|
40861
|
+
"referencedDeclaration": 20572,
|
|
40862
40862
|
"src": "8857:16:34",
|
|
40863
40863
|
"typeDescriptions": {
|
|
40864
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
40864
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
40865
40865
|
"typeString": "contract ISuperfluidToken"
|
|
40866
40866
|
}
|
|
40867
40867
|
},
|
|
@@ -41249,7 +41249,7 @@
|
|
|
41249
41249
|
"referencedDeclaration": 11205,
|
|
41250
41250
|
"src": "10686:5:34",
|
|
41251
41251
|
"typeDescriptions": {
|
|
41252
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
41252
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
41253
41253
|
"typeString": "contract ISuperfluidToken"
|
|
41254
41254
|
}
|
|
41255
41255
|
},
|
|
@@ -41269,7 +41269,7 @@
|
|
|
41269
41269
|
"expression": {
|
|
41270
41270
|
"argumentTypes": [
|
|
41271
41271
|
{
|
|
41272
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
41272
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
41273
41273
|
"typeString": "contract ISuperfluidToken"
|
|
41274
41274
|
},
|
|
41275
41275
|
{
|
|
@@ -41284,7 +41284,7 @@
|
|
|
41284
41284
|
"referencedDeclaration": 13474,
|
|
41285
41285
|
"src": "10672:13:34",
|
|
41286
41286
|
"typeDescriptions": {
|
|
41287
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
41287
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes32_$returns$_t_bool_$_t_struct$_IndexData_$10552_memory_ptr_$",
|
|
41288
41288
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
41289
41289
|
}
|
|
41290
41290
|
},
|
|
@@ -41414,7 +41414,7 @@
|
|
|
41414
41414
|
"stateVariable": false,
|
|
41415
41415
|
"storageLocation": "default",
|
|
41416
41416
|
"typeDescriptions": {
|
|
41417
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
41417
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
41418
41418
|
"typeString": "contract ISuperfluidToken"
|
|
41419
41419
|
},
|
|
41420
41420
|
"typeName": {
|
|
@@ -41424,13 +41424,13 @@
|
|
|
41424
41424
|
"id": 11203,
|
|
41425
41425
|
"name": "ISuperfluidToken",
|
|
41426
41426
|
"nodeType": "IdentifierPath",
|
|
41427
|
-
"referencedDeclaration":
|
|
41427
|
+
"referencedDeclaration": 20572,
|
|
41428
41428
|
"src": "10386:16:34"
|
|
41429
41429
|
},
|
|
41430
|
-
"referencedDeclaration":
|
|
41430
|
+
"referencedDeclaration": 20572,
|
|
41431
41431
|
"src": "10386:16:34",
|
|
41432
41432
|
"typeDescriptions": {
|
|
41433
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
41433
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
41434
41434
|
"typeString": "contract ISuperfluidToken"
|
|
41435
41435
|
}
|
|
41436
41436
|
},
|
|
@@ -41758,7 +41758,7 @@
|
|
|
41758
41758
|
},
|
|
41759
41759
|
{
|
|
41760
41760
|
"baseFunctions": [
|
|
41761
|
-
|
|
41761
|
+
18383
|
|
41762
41762
|
],
|
|
41763
41763
|
"body": {
|
|
41764
41764
|
"id": 11603,
|
|
@@ -41950,7 +41950,7 @@
|
|
|
41950
41950
|
"stateVariable": false,
|
|
41951
41951
|
"storageLocation": "memory",
|
|
41952
41952
|
"typeDescriptions": {
|
|
41953
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
41953
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
41954
41954
|
"typeString": "struct ISuperfluid.Context"
|
|
41955
41955
|
},
|
|
41956
41956
|
"typeName": {
|
|
@@ -41960,13 +41960,13 @@
|
|
|
41960
41960
|
"id": 11291,
|
|
41961
41961
|
"name": "ISuperfluid.Context",
|
|
41962
41962
|
"nodeType": "IdentifierPath",
|
|
41963
|
-
"referencedDeclaration":
|
|
41963
|
+
"referencedDeclaration": 20108,
|
|
41964
41964
|
"src": "11766:19:34"
|
|
41965
41965
|
},
|
|
41966
|
-
"referencedDeclaration":
|
|
41966
|
+
"referencedDeclaration": 20108,
|
|
41967
41967
|
"src": "11766:19:34",
|
|
41968
41968
|
"typeDescriptions": {
|
|
41969
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
41969
|
+
"typeIdentifier": "t_struct$_Context_$20108_storage_ptr",
|
|
41970
41970
|
"typeString": "struct ISuperfluid.Context"
|
|
41971
41971
|
}
|
|
41972
41972
|
},
|
|
@@ -41984,7 +41984,7 @@
|
|
|
41984
41984
|
"referencedDeclaration": 11261,
|
|
41985
41985
|
"src": "11841:5:34",
|
|
41986
41986
|
"typeDescriptions": {
|
|
41987
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
41987
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
41988
41988
|
"typeString": "contract ISuperfluidToken"
|
|
41989
41989
|
}
|
|
41990
41990
|
},
|
|
@@ -42004,7 +42004,7 @@
|
|
|
42004
42004
|
"expression": {
|
|
42005
42005
|
"argumentTypes": [
|
|
42006
42006
|
{
|
|
42007
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
42007
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
42008
42008
|
"typeString": "contract ISuperfluidToken"
|
|
42009
42009
|
},
|
|
42010
42010
|
{
|
|
@@ -42034,7 +42034,7 @@
|
|
|
42034
42034
|
"referencedDeclaration": 6125,
|
|
42035
42035
|
"src": "11803:37:34",
|
|
42036
42036
|
"typeDescriptions": {
|
|
42037
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
42037
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_memory_ptr_$",
|
|
42038
42038
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
42039
42039
|
}
|
|
42040
42040
|
},
|
|
@@ -42049,7 +42049,7 @@
|
|
|
42049
42049
|
"src": "11803:49:34",
|
|
42050
42050
|
"tryCall": false,
|
|
42051
42051
|
"typeDescriptions": {
|
|
42052
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
42052
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
42053
42053
|
"typeString": "struct ISuperfluid.Context memory"
|
|
42054
42054
|
}
|
|
42055
42055
|
},
|
|
@@ -42086,7 +42086,7 @@
|
|
|
42086
42086
|
"referencedDeclaration": 11293,
|
|
42087
42087
|
"src": "11879:7:34",
|
|
42088
42088
|
"typeDescriptions": {
|
|
42089
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
42089
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
42090
42090
|
"typeString": "struct ISuperfluid.Context memory"
|
|
42091
42091
|
}
|
|
42092
42092
|
},
|
|
@@ -42097,7 +42097,7 @@
|
|
|
42097
42097
|
"lValueRequested": false,
|
|
42098
42098
|
"memberName": "msgSender",
|
|
42099
42099
|
"nodeType": "MemberAccess",
|
|
42100
|
-
"referencedDeclaration":
|
|
42100
|
+
"referencedDeclaration": 20092,
|
|
42101
42101
|
"src": "11879:17:34",
|
|
42102
42102
|
"typeDescriptions": {
|
|
42103
42103
|
"typeIdentifier": "t_address",
|
|
@@ -42144,7 +42144,7 @@
|
|
|
42144
42144
|
"referencedDeclaration": 11293,
|
|
42145
42145
|
"src": "11921:7:34",
|
|
42146
42146
|
"typeDescriptions": {
|
|
42147
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
42147
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
42148
42148
|
"typeString": "struct ISuperfluid.Context memory"
|
|
42149
42149
|
}
|
|
42150
42150
|
},
|
|
@@ -42155,7 +42155,7 @@
|
|
|
42155
42155
|
"lValueRequested": false,
|
|
42156
42156
|
"memberName": "userData",
|
|
42157
42157
|
"nodeType": "MemberAccess",
|
|
42158
|
-
"referencedDeclaration":
|
|
42158
|
+
"referencedDeclaration": 20096,
|
|
42159
42159
|
"src": "11921:16:34",
|
|
42160
42160
|
"typeDescriptions": {
|
|
42161
42161
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -42344,7 +42344,7 @@
|
|
|
42344
42344
|
"referencedDeclaration": 11261,
|
|
42345
42345
|
"src": "12113:5:34",
|
|
42346
42346
|
"typeDescriptions": {
|
|
42347
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
42347
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
42348
42348
|
"typeString": "contract ISuperfluidToken"
|
|
42349
42349
|
}
|
|
42350
42350
|
},
|
|
@@ -42404,7 +42404,7 @@
|
|
|
42404
42404
|
"expression": {
|
|
42405
42405
|
"argumentTypes": [
|
|
42406
42406
|
{
|
|
42407
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
42407
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
42408
42408
|
"typeString": "contract ISuperfluidToken"
|
|
42409
42409
|
},
|
|
42410
42410
|
{
|
|
@@ -42431,7 +42431,7 @@
|
|
|
42431
42431
|
"referencedDeclaration": 13249,
|
|
42432
42432
|
"src": "12100:12:34",
|
|
42433
42433
|
"typeDescriptions": {
|
|
42434
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
42434
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_uint32_$_t_bool_$returns$_t_bytes32_$_t_bytes32_$_t_struct$_IndexData_$10552_memory_ptr_$_t_bool_$_t_struct$_SubscriptionData_$10563_memory_ptr_$",
|
|
42435
42435
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bool) view returns (bytes32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
42436
42436
|
}
|
|
42437
42437
|
},
|
|
@@ -42709,7 +42709,7 @@
|
|
|
42709
42709
|
"referencedDeclaration": 11261,
|
|
42710
42710
|
"src": "12429:5:34",
|
|
42711
42711
|
"typeDescriptions": {
|
|
42712
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
42712
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
42713
42713
|
"typeString": "contract ISuperfluidToken"
|
|
42714
42714
|
}
|
|
42715
42715
|
},
|
|
@@ -42772,7 +42772,7 @@
|
|
|
42772
42772
|
"expression": {
|
|
42773
42773
|
"argumentTypes": [
|
|
42774
42774
|
{
|
|
42775
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
42775
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
42776
42776
|
"typeString": "contract ISuperfluidToken"
|
|
42777
42777
|
},
|
|
42778
42778
|
{
|
|
@@ -42810,7 +42810,7 @@
|
|
|
42810
42810
|
"referencedDeclaration": 6181,
|
|
42811
42811
|
"src": "12378:37:34",
|
|
42812
42812
|
"typeDescriptions": {
|
|
42813
|
-
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$
|
|
42813
|
+
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_struct$_CallbackInputs_$6141_memory_ptr_$",
|
|
42814
42814
|
"typeString": "function (contract ISuperfluidToken,address,bytes32,bytes memory) pure returns (struct AgreementLibrary.CallbackInputs memory)"
|
|
42815
42815
|
}
|
|
42816
42816
|
},
|
|
@@ -42929,10 +42929,10 @@
|
|
|
42929
42929
|
"name": "SuperAppDefinitions",
|
|
42930
42930
|
"nodeType": "Identifier",
|
|
42931
42931
|
"overloadedDeclarations": [],
|
|
42932
|
-
"referencedDeclaration":
|
|
42932
|
+
"referencedDeclaration": 18797,
|
|
42933
42933
|
"src": "13389:19:34",
|
|
42934
42934
|
"typeDescriptions": {
|
|
42935
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
42935
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
|
|
42936
42936
|
"typeString": "type(library SuperAppDefinitions)"
|
|
42937
42937
|
}
|
|
42938
42938
|
},
|
|
@@ -42943,7 +42943,7 @@
|
|
|
42943
42943
|
"lValueRequested": false,
|
|
42944
42944
|
"memberName": "BEFORE_AGREEMENT_UPDATED_NOOP",
|
|
42945
42945
|
"nodeType": "MemberAccess",
|
|
42946
|
-
"referencedDeclaration":
|
|
42946
|
+
"referencedDeclaration": 18715,
|
|
42947
42947
|
"src": "13389:49:34",
|
|
42948
42948
|
"typeDescriptions": {
|
|
42949
42949
|
"typeIdentifier": "t_uint256",
|
|
@@ -43779,7 +43779,7 @@
|
|
|
43779
43779
|
"referencedDeclaration": 11261,
|
|
43780
43780
|
"src": "13992:5:34",
|
|
43781
43781
|
"typeDescriptions": {
|
|
43782
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
43782
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
43783
43783
|
"typeString": "contract ISuperfluidToken"
|
|
43784
43784
|
}
|
|
43785
43785
|
},
|
|
@@ -43790,7 +43790,7 @@
|
|
|
43790
43790
|
"lValueRequested": false,
|
|
43791
43791
|
"memberName": "updateAgreementData",
|
|
43792
43792
|
"nodeType": "MemberAccess",
|
|
43793
|
-
"referencedDeclaration":
|
|
43793
|
+
"referencedDeclaration": 20429,
|
|
43794
43794
|
"src": "13992:25:34",
|
|
43795
43795
|
"typeDescriptions": {
|
|
43796
43796
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -43827,7 +43827,7 @@
|
|
|
43827
43827
|
"referencedDeclaration": 11261,
|
|
43828
43828
|
"src": "14095:5:34",
|
|
43829
43829
|
"typeDescriptions": {
|
|
43830
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
43830
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
43831
43831
|
"typeString": "contract ISuperfluidToken"
|
|
43832
43832
|
}
|
|
43833
43833
|
},
|
|
@@ -43874,7 +43874,7 @@
|
|
|
43874
43874
|
"expression": {
|
|
43875
43875
|
"argumentTypes": [
|
|
43876
43876
|
{
|
|
43877
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
43877
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
43878
43878
|
"typeString": "contract ISuperfluidToken"
|
|
43879
43879
|
},
|
|
43880
43880
|
{
|
|
@@ -43893,7 +43893,7 @@
|
|
|
43893
43893
|
"referencedDeclaration": 13569,
|
|
43894
43894
|
"src": "14071:23:34",
|
|
43895
43895
|
"typeDescriptions": {
|
|
43896
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
43896
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int256_$returns$__$",
|
|
43897
43897
|
"typeString": "function (contract ISuperfluidToken,address,int256)"
|
|
43898
43898
|
}
|
|
43899
43899
|
},
|
|
@@ -43978,7 +43978,7 @@
|
|
|
43978
43978
|
"referencedDeclaration": 11261,
|
|
43979
43979
|
"src": "14141:5:34",
|
|
43980
43980
|
"typeDescriptions": {
|
|
43981
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
43981
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
43982
43982
|
"typeString": "contract ISuperfluidToken"
|
|
43983
43983
|
}
|
|
43984
43984
|
},
|
|
@@ -43989,7 +43989,7 @@
|
|
|
43989
43989
|
"lValueRequested": false,
|
|
43990
43990
|
"memberName": "settleBalance",
|
|
43991
43991
|
"nodeType": "MemberAccess",
|
|
43992
|
-
"referencedDeclaration":
|
|
43992
|
+
"referencedDeclaration": 20497,
|
|
43993
43993
|
"src": "14141:19:34",
|
|
43994
43994
|
"typeDescriptions": {
|
|
43995
43995
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -44062,7 +44062,7 @@
|
|
|
44062
44062
|
"referencedDeclaration": 11261,
|
|
44063
44063
|
"src": "14273:5:34",
|
|
44064
44064
|
"typeDescriptions": {
|
|
44065
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
44065
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
44066
44066
|
"typeString": "contract ISuperfluidToken"
|
|
44067
44067
|
}
|
|
44068
44068
|
},
|
|
@@ -44073,7 +44073,7 @@
|
|
|
44073
44073
|
"lValueRequested": false,
|
|
44074
44074
|
"memberName": "settleBalance",
|
|
44075
44075
|
"nodeType": "MemberAccess",
|
|
44076
|
-
"referencedDeclaration":
|
|
44076
|
+
"referencedDeclaration": 20497,
|
|
44077
44077
|
"src": "14273:19:34",
|
|
44078
44078
|
"typeDescriptions": {
|
|
44079
44079
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -44263,7 +44263,7 @@
|
|
|
44263
44263
|
"referencedDeclaration": 11261,
|
|
44264
44264
|
"src": "14433:5:34",
|
|
44265
44265
|
"typeDescriptions": {
|
|
44266
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
44266
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
44267
44267
|
"typeString": "contract ISuperfluidToken"
|
|
44268
44268
|
}
|
|
44269
44269
|
},
|
|
@@ -44310,7 +44310,7 @@
|
|
|
44310
44310
|
"expression": {
|
|
44311
44311
|
"argumentTypes": [
|
|
44312
44312
|
{
|
|
44313
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
44313
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
44314
44314
|
"typeString": "contract ISuperfluidToken"
|
|
44315
44315
|
},
|
|
44316
44316
|
{
|
|
@@ -44329,7 +44329,7 @@
|
|
|
44329
44329
|
"referencedDeclaration": 13794,
|
|
44330
44330
|
"src": "14410:22:34",
|
|
44331
44331
|
"typeDescriptions": {
|
|
44332
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
44332
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes32_$returns$_t_uint32_$",
|
|
44333
44333
|
"typeString": "function (contract ISuperfluidToken,address,bytes32) returns (uint32)"
|
|
44334
44334
|
}
|
|
44335
44335
|
},
|
|
@@ -44471,7 +44471,7 @@
|
|
|
44471
44471
|
"referencedDeclaration": 11261,
|
|
44472
44472
|
"src": "14475:5:34",
|
|
44473
44473
|
"typeDescriptions": {
|
|
44474
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
44474
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
44475
44475
|
"typeString": "contract ISuperfluidToken"
|
|
44476
44476
|
}
|
|
44477
44477
|
},
|
|
@@ -44482,7 +44482,7 @@
|
|
|
44482
44482
|
"lValueRequested": false,
|
|
44483
44483
|
"memberName": "updateAgreementData",
|
|
44484
44484
|
"nodeType": "MemberAccess",
|
|
44485
|
-
"referencedDeclaration":
|
|
44485
|
+
"referencedDeclaration": 20429,
|
|
44486
44486
|
"src": "14475:25:34",
|
|
44487
44487
|
"typeDescriptions": {
|
|
44488
44488
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -44550,10 +44550,10 @@
|
|
|
44550
44550
|
"name": "SuperAppDefinitions",
|
|
44551
44551
|
"nodeType": "Identifier",
|
|
44552
44552
|
"overloadedDeclarations": [],
|
|
44553
|
-
"referencedDeclaration":
|
|
44553
|
+
"referencedDeclaration": 18797,
|
|
44554
44554
|
"src": "14581:19:34",
|
|
44555
44555
|
"typeDescriptions": {
|
|
44556
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
44556
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
|
|
44557
44557
|
"typeString": "type(library SuperAppDefinitions)"
|
|
44558
44558
|
}
|
|
44559
44559
|
},
|
|
@@ -44564,7 +44564,7 @@
|
|
|
44564
44564
|
"lValueRequested": false,
|
|
44565
44565
|
"memberName": "AFTER_AGREEMENT_UPDATED_NOOP",
|
|
44566
44566
|
"nodeType": "MemberAccess",
|
|
44567
|
-
"referencedDeclaration":
|
|
44567
|
+
"referencedDeclaration": 18723,
|
|
44568
44568
|
"src": "14581:48:34",
|
|
44569
44569
|
"typeDescriptions": {
|
|
44570
44570
|
"typeIdentifier": "t_uint256",
|
|
@@ -44710,7 +44710,7 @@
|
|
|
44710
44710
|
"referencedDeclaration": 6429,
|
|
44711
44711
|
"src": "14656:37:34",
|
|
44712
44712
|
"typeDescriptions": {
|
|
44713
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$6141_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
44713
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$6141_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
44714
44714
|
"typeString": "function (struct AgreementLibrary.CallbackInputs memory,bytes memory,bytes memory) returns (struct ISuperfluid.Context memory,bytes memory)"
|
|
44715
44715
|
}
|
|
44716
44716
|
},
|
|
@@ -44725,7 +44725,7 @@
|
|
|
44725
44725
|
"src": "14656:68:34",
|
|
44726
44726
|
"tryCall": false,
|
|
44727
44727
|
"typeDescriptions": {
|
|
44728
|
-
"typeIdentifier": "t_tuple$_t_struct$_Context_$
|
|
44728
|
+
"typeIdentifier": "t_tuple$_t_struct$_Context_$20108_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
44729
44729
|
"typeString": "tuple(struct ISuperfluid.Context memory,bytes memory)"
|
|
44730
44730
|
}
|
|
44731
44731
|
},
|
|
@@ -44791,10 +44791,10 @@
|
|
|
44791
44791
|
"name": "SuperAppDefinitions",
|
|
44792
44792
|
"nodeType": "Identifier",
|
|
44793
44793
|
"overloadedDeclarations": [],
|
|
44794
|
-
"referencedDeclaration":
|
|
44794
|
+
"referencedDeclaration": 18797,
|
|
44795
44795
|
"src": "12570:19:34",
|
|
44796
44796
|
"typeDescriptions": {
|
|
44797
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
44797
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
|
|
44798
44798
|
"typeString": "type(library SuperAppDefinitions)"
|
|
44799
44799
|
}
|
|
44800
44800
|
},
|
|
@@ -44805,7 +44805,7 @@
|
|
|
44805
44805
|
"lValueRequested": false,
|
|
44806
44806
|
"memberName": "BEFORE_AGREEMENT_CREATED_NOOP",
|
|
44807
44807
|
"nodeType": "MemberAccess",
|
|
44808
|
-
"referencedDeclaration":
|
|
44808
|
+
"referencedDeclaration": 18699,
|
|
44809
44809
|
"src": "12570:49:34",
|
|
44810
44810
|
"typeDescriptions": {
|
|
44811
44811
|
"typeIdentifier": "t_uint256",
|
|
@@ -45210,7 +45210,7 @@
|
|
|
45210
45210
|
"referencedDeclaration": 11261,
|
|
45211
45211
|
"src": "13052:5:34",
|
|
45212
45212
|
"typeDescriptions": {
|
|
45213
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45213
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
45214
45214
|
"typeString": "contract ISuperfluidToken"
|
|
45215
45215
|
}
|
|
45216
45216
|
},
|
|
@@ -45257,7 +45257,7 @@
|
|
|
45257
45257
|
"expression": {
|
|
45258
45258
|
"argumentTypes": [
|
|
45259
45259
|
{
|
|
45260
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45260
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
45261
45261
|
"typeString": "contract ISuperfluidToken"
|
|
45262
45262
|
},
|
|
45263
45263
|
{
|
|
@@ -45276,7 +45276,7 @@
|
|
|
45276
45276
|
"referencedDeclaration": 13794,
|
|
45277
45277
|
"src": "13029:22:34",
|
|
45278
45278
|
"typeDescriptions": {
|
|
45279
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
45279
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes32_$returns$_t_uint32_$",
|
|
45280
45280
|
"typeString": "function (contract ISuperfluidToken,address,bytes32) returns (uint32)"
|
|
45281
45281
|
}
|
|
45282
45282
|
},
|
|
@@ -45418,7 +45418,7 @@
|
|
|
45418
45418
|
"referencedDeclaration": 11261,
|
|
45419
45419
|
"src": "13094:5:34",
|
|
45420
45420
|
"typeDescriptions": {
|
|
45421
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45421
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
45422
45422
|
"typeString": "contract ISuperfluidToken"
|
|
45423
45423
|
}
|
|
45424
45424
|
},
|
|
@@ -45429,7 +45429,7 @@
|
|
|
45429
45429
|
"lValueRequested": false,
|
|
45430
45430
|
"memberName": "createAgreement",
|
|
45431
45431
|
"nodeType": "MemberAccess",
|
|
45432
|
-
"referencedDeclaration":
|
|
45432
|
+
"referencedDeclaration": 20397,
|
|
45433
45433
|
"src": "13094:21:34",
|
|
45434
45434
|
"typeDescriptions": {
|
|
45435
45435
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -45497,10 +45497,10 @@
|
|
|
45497
45497
|
"name": "SuperAppDefinitions",
|
|
45498
45498
|
"nodeType": "Identifier",
|
|
45499
45499
|
"overloadedDeclarations": [],
|
|
45500
|
-
"referencedDeclaration":
|
|
45500
|
+
"referencedDeclaration": 18797,
|
|
45501
45501
|
"src": "13196:19:34",
|
|
45502
45502
|
"typeDescriptions": {
|
|
45503
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
45503
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
|
|
45504
45504
|
"typeString": "type(library SuperAppDefinitions)"
|
|
45505
45505
|
}
|
|
45506
45506
|
},
|
|
@@ -45511,7 +45511,7 @@
|
|
|
45511
45511
|
"lValueRequested": false,
|
|
45512
45512
|
"memberName": "AFTER_AGREEMENT_CREATED_NOOP",
|
|
45513
45513
|
"nodeType": "MemberAccess",
|
|
45514
|
-
"referencedDeclaration":
|
|
45514
|
+
"referencedDeclaration": 18707,
|
|
45515
45515
|
"src": "13196:48:34",
|
|
45516
45516
|
"typeDescriptions": {
|
|
45517
45517
|
"typeIdentifier": "t_uint256",
|
|
@@ -45657,7 +45657,7 @@
|
|
|
45657
45657
|
"referencedDeclaration": 6429,
|
|
45658
45658
|
"src": "13271:37:34",
|
|
45659
45659
|
"typeDescriptions": {
|
|
45660
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$6141_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
45660
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$6141_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
45661
45661
|
"typeString": "function (struct AgreementLibrary.CallbackInputs memory,bytes memory,bytes memory) returns (struct ISuperfluid.Context memory,bytes memory)"
|
|
45662
45662
|
}
|
|
45663
45663
|
},
|
|
@@ -45672,7 +45672,7 @@
|
|
|
45672
45672
|
"src": "13271:68:34",
|
|
45673
45673
|
"tryCall": false,
|
|
45674
45674
|
"typeDescriptions": {
|
|
45675
|
-
"typeIdentifier": "t_tuple$_t_struct$_Context_$
|
|
45675
|
+
"typeIdentifier": "t_tuple$_t_struct$_Context_$20108_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
45676
45676
|
"typeString": "tuple(struct ISuperfluid.Context memory,bytes memory)"
|
|
45677
45677
|
}
|
|
45678
45678
|
},
|
|
@@ -45700,7 +45700,7 @@
|
|
|
45700
45700
|
"referencedDeclaration": 11261,
|
|
45701
45701
|
"src": "14875:5:34",
|
|
45702
45702
|
"typeDescriptions": {
|
|
45703
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45703
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
45704
45704
|
"typeString": "contract ISuperfluidToken"
|
|
45705
45705
|
}
|
|
45706
45706
|
},
|
|
@@ -45756,7 +45756,7 @@
|
|
|
45756
45756
|
"expression": {
|
|
45757
45757
|
"argumentTypes": [
|
|
45758
45758
|
{
|
|
45759
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45759
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
45760
45760
|
"typeString": "contract ISuperfluidToken"
|
|
45761
45761
|
},
|
|
45762
45762
|
{
|
|
@@ -45780,10 +45780,10 @@
|
|
|
45780
45780
|
"name": "IndexSubscribed",
|
|
45781
45781
|
"nodeType": "Identifier",
|
|
45782
45782
|
"overloadedDeclarations": [],
|
|
45783
|
-
"referencedDeclaration":
|
|
45783
|
+
"referencedDeclaration": 18397,
|
|
45784
45784
|
"src": "14859:15:34",
|
|
45785
45785
|
"typeDescriptions": {
|
|
45786
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
45786
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$__$",
|
|
45787
45787
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
45788
45788
|
}
|
|
45789
45789
|
},
|
|
@@ -45817,7 +45817,7 @@
|
|
|
45817
45817
|
"referencedDeclaration": 11261,
|
|
45818
45818
|
"src": "14959:5:34",
|
|
45819
45819
|
"typeDescriptions": {
|
|
45820
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45820
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
45821
45821
|
"typeString": "contract ISuperfluidToken"
|
|
45822
45822
|
}
|
|
45823
45823
|
},
|
|
@@ -45873,7 +45873,7 @@
|
|
|
45873
45873
|
"expression": {
|
|
45874
45874
|
"argumentTypes": [
|
|
45875
45875
|
{
|
|
45876
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45876
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
45877
45877
|
"typeString": "contract ISuperfluidToken"
|
|
45878
45878
|
},
|
|
45879
45879
|
{
|
|
@@ -45897,10 +45897,10 @@
|
|
|
45897
45897
|
"name": "SubscriptionApproved",
|
|
45898
45898
|
"nodeType": "Identifier",
|
|
45899
45899
|
"overloadedDeclarations": [],
|
|
45900
|
-
"referencedDeclaration":
|
|
45900
|
+
"referencedDeclaration": 18411,
|
|
45901
45901
|
"src": "14938:20:34",
|
|
45902
45902
|
"typeDescriptions": {
|
|
45903
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
45903
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
|
|
45904
45904
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bytes memory)"
|
|
45905
45905
|
}
|
|
45906
45906
|
},
|
|
@@ -45961,7 +45961,7 @@
|
|
|
45961
45961
|
"stateVariable": false,
|
|
45962
45962
|
"storageLocation": "default",
|
|
45963
45963
|
"typeDescriptions": {
|
|
45964
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45964
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
45965
45965
|
"typeString": "contract ISuperfluidToken"
|
|
45966
45966
|
},
|
|
45967
45967
|
"typeName": {
|
|
@@ -45971,13 +45971,13 @@
|
|
|
45971
45971
|
"id": 11259,
|
|
45972
45972
|
"name": "ISuperfluidToken",
|
|
45973
45973
|
"nodeType": "IdentifierPath",
|
|
45974
|
-
"referencedDeclaration":
|
|
45974
|
+
"referencedDeclaration": 20572,
|
|
45975
45975
|
"src": "11403:16:34"
|
|
45976
45976
|
},
|
|
45977
|
-
"referencedDeclaration":
|
|
45977
|
+
"referencedDeclaration": 20572,
|
|
45978
45978
|
"src": "11403:16:34",
|
|
45979
45979
|
"typeDescriptions": {
|
|
45980
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45980
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
45981
45981
|
"typeString": "contract ISuperfluidToken"
|
|
45982
45982
|
}
|
|
45983
45983
|
},
|
|
@@ -46110,7 +46110,7 @@
|
|
|
46110
46110
|
},
|
|
46111
46111
|
{
|
|
46112
46112
|
"baseFunctions": [
|
|
46113
|
-
|
|
46113
|
+
18426
|
|
46114
46114
|
],
|
|
46115
46115
|
"body": {
|
|
46116
46116
|
"id": 11861,
|
|
@@ -46302,7 +46302,7 @@
|
|
|
46302
46302
|
"stateVariable": false,
|
|
46303
46303
|
"storageLocation": "memory",
|
|
46304
46304
|
"typeDescriptions": {
|
|
46305
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
46305
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
46306
46306
|
"typeString": "struct ISuperfluid.Context"
|
|
46307
46307
|
},
|
|
46308
46308
|
"typeName": {
|
|
@@ -46312,13 +46312,13 @@
|
|
|
46312
46312
|
"id": 11638,
|
|
46313
46313
|
"name": "ISuperfluid.Context",
|
|
46314
46314
|
"nodeType": "IdentifierPath",
|
|
46315
|
-
"referencedDeclaration":
|
|
46315
|
+
"referencedDeclaration": 20108,
|
|
46316
46316
|
"src": "15501:19:34"
|
|
46317
46317
|
},
|
|
46318
|
-
"referencedDeclaration":
|
|
46318
|
+
"referencedDeclaration": 20108,
|
|
46319
46319
|
"src": "15501:19:34",
|
|
46320
46320
|
"typeDescriptions": {
|
|
46321
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
46321
|
+
"typeIdentifier": "t_struct$_Context_$20108_storage_ptr",
|
|
46322
46322
|
"typeString": "struct ISuperfluid.Context"
|
|
46323
46323
|
}
|
|
46324
46324
|
},
|
|
@@ -46336,7 +46336,7 @@
|
|
|
46336
46336
|
"referencedDeclaration": 11608,
|
|
46337
46337
|
"src": "15576:5:34",
|
|
46338
46338
|
"typeDescriptions": {
|
|
46339
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
46339
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
46340
46340
|
"typeString": "contract ISuperfluidToken"
|
|
46341
46341
|
}
|
|
46342
46342
|
},
|
|
@@ -46356,7 +46356,7 @@
|
|
|
46356
46356
|
"expression": {
|
|
46357
46357
|
"argumentTypes": [
|
|
46358
46358
|
{
|
|
46359
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
46359
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
46360
46360
|
"typeString": "contract ISuperfluidToken"
|
|
46361
46361
|
},
|
|
46362
46362
|
{
|
|
@@ -46386,7 +46386,7 @@
|
|
|
46386
46386
|
"referencedDeclaration": 6125,
|
|
46387
46387
|
"src": "15538:37:34",
|
|
46388
46388
|
"typeDescriptions": {
|
|
46389
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
46389
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_memory_ptr_$",
|
|
46390
46390
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
46391
46391
|
}
|
|
46392
46392
|
},
|
|
@@ -46401,7 +46401,7 @@
|
|
|
46401
46401
|
"src": "15538:49:34",
|
|
46402
46402
|
"tryCall": false,
|
|
46403
46403
|
"typeDescriptions": {
|
|
46404
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
46404
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
46405
46405
|
"typeString": "struct ISuperfluid.Context memory"
|
|
46406
46406
|
}
|
|
46407
46407
|
},
|
|
@@ -46438,7 +46438,7 @@
|
|
|
46438
46438
|
"referencedDeclaration": 11640,
|
|
46439
46439
|
"src": "15614:7:34",
|
|
46440
46440
|
"typeDescriptions": {
|
|
46441
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
46441
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
46442
46442
|
"typeString": "struct ISuperfluid.Context memory"
|
|
46443
46443
|
}
|
|
46444
46444
|
},
|
|
@@ -46449,7 +46449,7 @@
|
|
|
46449
46449
|
"lValueRequested": false,
|
|
46450
46450
|
"memberName": "msgSender",
|
|
46451
46451
|
"nodeType": "MemberAccess",
|
|
46452
|
-
"referencedDeclaration":
|
|
46452
|
+
"referencedDeclaration": 20092,
|
|
46453
46453
|
"src": "15614:17:34",
|
|
46454
46454
|
"typeDescriptions": {
|
|
46455
46455
|
"typeIdentifier": "t_address",
|
|
@@ -46496,7 +46496,7 @@
|
|
|
46496
46496
|
"referencedDeclaration": 11640,
|
|
46497
46497
|
"src": "15656:7:34",
|
|
46498
46498
|
"typeDescriptions": {
|
|
46499
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
46499
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
46500
46500
|
"typeString": "struct ISuperfluid.Context memory"
|
|
46501
46501
|
}
|
|
46502
46502
|
},
|
|
@@ -46507,7 +46507,7 @@
|
|
|
46507
46507
|
"lValueRequested": false,
|
|
46508
46508
|
"memberName": "userData",
|
|
46509
46509
|
"nodeType": "MemberAccess",
|
|
46510
|
-
"referencedDeclaration":
|
|
46510
|
+
"referencedDeclaration": 20096,
|
|
46511
46511
|
"src": "15656:16:34",
|
|
46512
46512
|
"typeDescriptions": {
|
|
46513
46513
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -46670,7 +46670,7 @@
|
|
|
46670
46670
|
"referencedDeclaration": 11608,
|
|
46671
46671
|
"src": "15825:5:34",
|
|
46672
46672
|
"typeDescriptions": {
|
|
46673
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
46673
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
46674
46674
|
"typeString": "contract ISuperfluidToken"
|
|
46675
46675
|
}
|
|
46676
46676
|
},
|
|
@@ -46730,7 +46730,7 @@
|
|
|
46730
46730
|
"expression": {
|
|
46731
46731
|
"argumentTypes": [
|
|
46732
46732
|
{
|
|
46733
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
46733
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
46734
46734
|
"typeString": "contract ISuperfluidToken"
|
|
46735
46735
|
},
|
|
46736
46736
|
{
|
|
@@ -46757,7 +46757,7 @@
|
|
|
46757
46757
|
"referencedDeclaration": 13249,
|
|
46758
46758
|
"src": "15812:12:34",
|
|
46759
46759
|
"typeDescriptions": {
|
|
46760
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
46760
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_uint32_$_t_bool_$returns$_t_bytes32_$_t_bytes32_$_t_struct$_IndexData_$10552_memory_ptr_$_t_bool_$_t_struct$_SubscriptionData_$10563_memory_ptr_$",
|
|
46761
46761
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bool) view returns (bytes32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
46762
46762
|
}
|
|
46763
46763
|
},
|
|
@@ -46953,7 +46953,7 @@
|
|
|
46953
46953
|
"referencedDeclaration": 11608,
|
|
46954
46954
|
"src": "16095:5:34",
|
|
46955
46955
|
"typeDescriptions": {
|
|
46956
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
46956
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
46957
46957
|
"typeString": "contract ISuperfluidToken"
|
|
46958
46958
|
}
|
|
46959
46959
|
},
|
|
@@ -47016,7 +47016,7 @@
|
|
|
47016
47016
|
"expression": {
|
|
47017
47017
|
"argumentTypes": [
|
|
47018
47018
|
{
|
|
47019
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
47019
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
47020
47020
|
"typeString": "contract ISuperfluidToken"
|
|
47021
47021
|
},
|
|
47022
47022
|
{
|
|
@@ -47054,7 +47054,7 @@
|
|
|
47054
47054
|
"referencedDeclaration": 6181,
|
|
47055
47055
|
"src": "16044:37:34",
|
|
47056
47056
|
"typeDescriptions": {
|
|
47057
|
-
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$
|
|
47057
|
+
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_struct$_CallbackInputs_$6141_memory_ptr_$",
|
|
47058
47058
|
"typeString": "function (contract ISuperfluidToken,address,bytes32,bytes memory) pure returns (struct AgreementLibrary.CallbackInputs memory)"
|
|
47059
47059
|
}
|
|
47060
47060
|
},
|
|
@@ -47168,10 +47168,10 @@
|
|
|
47168
47168
|
"name": "SuperAppDefinitions",
|
|
47169
47169
|
"nodeType": "Identifier",
|
|
47170
47170
|
"overloadedDeclarations": [],
|
|
47171
|
-
"referencedDeclaration":
|
|
47171
|
+
"referencedDeclaration": 18797,
|
|
47172
47172
|
"src": "16214:19:34",
|
|
47173
47173
|
"typeDescriptions": {
|
|
47174
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
47174
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
|
|
47175
47175
|
"typeString": "type(library SuperAppDefinitions)"
|
|
47176
47176
|
}
|
|
47177
47177
|
},
|
|
@@ -47182,7 +47182,7 @@
|
|
|
47182
47182
|
"lValueRequested": false,
|
|
47183
47183
|
"memberName": "BEFORE_AGREEMENT_TERMINATED_NOOP",
|
|
47184
47184
|
"nodeType": "MemberAccess",
|
|
47185
|
-
"referencedDeclaration":
|
|
47185
|
+
"referencedDeclaration": 18731,
|
|
47186
47186
|
"src": "16214:52:34",
|
|
47187
47187
|
"typeDescriptions": {
|
|
47188
47188
|
"typeIdentifier": "t_uint256",
|
|
@@ -48138,7 +48138,7 @@
|
|
|
48138
48138
|
"referencedDeclaration": 11608,
|
|
48139
48139
|
"src": "16787:5:34",
|
|
48140
48140
|
"typeDescriptions": {
|
|
48141
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
48141
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
48142
48142
|
"typeString": "contract ISuperfluidToken"
|
|
48143
48143
|
}
|
|
48144
48144
|
},
|
|
@@ -48149,7 +48149,7 @@
|
|
|
48149
48149
|
"lValueRequested": false,
|
|
48150
48150
|
"memberName": "updateAgreementData",
|
|
48151
48151
|
"nodeType": "MemberAccess",
|
|
48152
|
-
"referencedDeclaration":
|
|
48152
|
+
"referencedDeclaration": 20429,
|
|
48153
48153
|
"src": "16787:25:34",
|
|
48154
48154
|
"typeDescriptions": {
|
|
48155
48155
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -48186,7 +48186,7 @@
|
|
|
48186
48186
|
"referencedDeclaration": 11608,
|
|
48187
48187
|
"src": "16936:5:34",
|
|
48188
48188
|
"typeDescriptions": {
|
|
48189
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
48189
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
48190
48190
|
"typeString": "contract ISuperfluidToken"
|
|
48191
48191
|
}
|
|
48192
48192
|
},
|
|
@@ -48248,7 +48248,7 @@
|
|
|
48248
48248
|
"expression": {
|
|
48249
48249
|
"argumentTypes": [
|
|
48250
48250
|
{
|
|
48251
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
48251
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
48252
48252
|
"typeString": "contract ISuperfluidToken"
|
|
48253
48253
|
},
|
|
48254
48254
|
{
|
|
@@ -48267,7 +48267,7 @@
|
|
|
48267
48267
|
"referencedDeclaration": 13814,
|
|
48268
48268
|
"src": "16919:16:34",
|
|
48269
48269
|
"typeDescriptions": {
|
|
48270
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
48270
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$returns$__$",
|
|
48271
48271
|
"typeString": "function (contract ISuperfluidToken,address,uint32)"
|
|
48272
48272
|
}
|
|
48273
48273
|
},
|
|
@@ -48579,7 +48579,7 @@
|
|
|
48579
48579
|
"referencedDeclaration": 11608,
|
|
48580
48580
|
"src": "17167:5:34",
|
|
48581
48581
|
"typeDescriptions": {
|
|
48582
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
48582
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
48583
48583
|
"typeString": "contract ISuperfluidToken"
|
|
48584
48584
|
}
|
|
48585
48585
|
},
|
|
@@ -48590,7 +48590,7 @@
|
|
|
48590
48590
|
"lValueRequested": false,
|
|
48591
48591
|
"memberName": "updateAgreementData",
|
|
48592
48592
|
"nodeType": "MemberAccess",
|
|
48593
|
-
"referencedDeclaration":
|
|
48593
|
+
"referencedDeclaration": 20429,
|
|
48594
48594
|
"src": "17167:25:34",
|
|
48595
48595
|
"typeDescriptions": {
|
|
48596
48596
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -48663,7 +48663,7 @@
|
|
|
48663
48663
|
"referencedDeclaration": 11608,
|
|
48664
48664
|
"src": "17331:5:34",
|
|
48665
48665
|
"typeDescriptions": {
|
|
48666
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
48666
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
48667
48667
|
"typeString": "contract ISuperfluidToken"
|
|
48668
48668
|
}
|
|
48669
48669
|
},
|
|
@@ -48674,7 +48674,7 @@
|
|
|
48674
48674
|
"lValueRequested": false,
|
|
48675
48675
|
"memberName": "settleBalance",
|
|
48676
48676
|
"nodeType": "MemberAccess",
|
|
48677
|
-
"referencedDeclaration":
|
|
48677
|
+
"referencedDeclaration": 20497,
|
|
48678
48678
|
"src": "17331:19:34",
|
|
48679
48679
|
"typeDescriptions": {
|
|
48680
48680
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -48742,10 +48742,10 @@
|
|
|
48742
48742
|
"name": "SuperAppDefinitions",
|
|
48743
48743
|
"nodeType": "Identifier",
|
|
48744
48744
|
"overloadedDeclarations": [],
|
|
48745
|
-
"referencedDeclaration":
|
|
48745
|
+
"referencedDeclaration": 18797,
|
|
48746
48746
|
"src": "17406:19:34",
|
|
48747
48747
|
"typeDescriptions": {
|
|
48748
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
48748
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
|
|
48749
48749
|
"typeString": "type(library SuperAppDefinitions)"
|
|
48750
48750
|
}
|
|
48751
48751
|
},
|
|
@@ -48756,7 +48756,7 @@
|
|
|
48756
48756
|
"lValueRequested": false,
|
|
48757
48757
|
"memberName": "AFTER_AGREEMENT_TERMINATED_NOOP",
|
|
48758
48758
|
"nodeType": "MemberAccess",
|
|
48759
|
-
"referencedDeclaration":
|
|
48759
|
+
"referencedDeclaration": 18739,
|
|
48760
48760
|
"src": "17406:51:34",
|
|
48761
48761
|
"typeDescriptions": {
|
|
48762
48762
|
"typeIdentifier": "t_uint256",
|
|
@@ -48902,7 +48902,7 @@
|
|
|
48902
48902
|
"referencedDeclaration": 6429,
|
|
48903
48903
|
"src": "17480:37:34",
|
|
48904
48904
|
"typeDescriptions": {
|
|
48905
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$6141_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
48905
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$6141_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
48906
48906
|
"typeString": "function (struct AgreementLibrary.CallbackInputs memory,bytes memory,bytes memory) returns (struct ISuperfluid.Context memory,bytes memory)"
|
|
48907
48907
|
}
|
|
48908
48908
|
},
|
|
@@ -48917,7 +48917,7 @@
|
|
|
48917
48917
|
"src": "17480:68:34",
|
|
48918
48918
|
"tryCall": false,
|
|
48919
48919
|
"typeDescriptions": {
|
|
48920
|
-
"typeIdentifier": "t_tuple$_t_struct$_Context_$
|
|
48920
|
+
"typeIdentifier": "t_tuple$_t_struct$_Context_$20108_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
48921
48921
|
"typeString": "tuple(struct ISuperfluid.Context memory,bytes memory)"
|
|
48922
48922
|
}
|
|
48923
48923
|
},
|
|
@@ -48942,7 +48942,7 @@
|
|
|
48942
48942
|
"referencedDeclaration": 11608,
|
|
48943
48943
|
"src": "17582:5:34",
|
|
48944
48944
|
"typeDescriptions": {
|
|
48945
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
48945
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
48946
48946
|
"typeString": "contract ISuperfluidToken"
|
|
48947
48947
|
}
|
|
48948
48948
|
},
|
|
@@ -48998,7 +48998,7 @@
|
|
|
48998
48998
|
"expression": {
|
|
48999
48999
|
"argumentTypes": [
|
|
49000
49000
|
{
|
|
49001
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
49001
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
49002
49002
|
"typeString": "contract ISuperfluidToken"
|
|
49003
49003
|
},
|
|
49004
49004
|
{
|
|
@@ -49022,10 +49022,10 @@
|
|
|
49022
49022
|
"name": "IndexUnsubscribed",
|
|
49023
49023
|
"nodeType": "Identifier",
|
|
49024
49024
|
"overloadedDeclarations": [],
|
|
49025
|
-
"referencedDeclaration":
|
|
49025
|
+
"referencedDeclaration": 18440,
|
|
49026
49026
|
"src": "17564:17:34",
|
|
49027
49027
|
"typeDescriptions": {
|
|
49028
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
49028
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$__$",
|
|
49029
49029
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
49030
49030
|
}
|
|
49031
49031
|
},
|
|
@@ -49059,7 +49059,7 @@
|
|
|
49059
49059
|
"referencedDeclaration": 11608,
|
|
49060
49060
|
"src": "17665:5:34",
|
|
49061
49061
|
"typeDescriptions": {
|
|
49062
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
49062
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
49063
49063
|
"typeString": "contract ISuperfluidToken"
|
|
49064
49064
|
}
|
|
49065
49065
|
},
|
|
@@ -49115,7 +49115,7 @@
|
|
|
49115
49115
|
"expression": {
|
|
49116
49116
|
"argumentTypes": [
|
|
49117
49117
|
{
|
|
49118
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
49118
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
49119
49119
|
"typeString": "contract ISuperfluidToken"
|
|
49120
49120
|
},
|
|
49121
49121
|
{
|
|
@@ -49139,10 +49139,10 @@
|
|
|
49139
49139
|
"name": "SubscriptionRevoked",
|
|
49140
49140
|
"nodeType": "Identifier",
|
|
49141
49141
|
"overloadedDeclarations": [],
|
|
49142
|
-
"referencedDeclaration":
|
|
49142
|
+
"referencedDeclaration": 18454,
|
|
49143
49143
|
"src": "17645:19:34",
|
|
49144
49144
|
"typeDescriptions": {
|
|
49145
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
49145
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
|
|
49146
49146
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bytes memory)"
|
|
49147
49147
|
}
|
|
49148
49148
|
},
|
|
@@ -49203,7 +49203,7 @@
|
|
|
49203
49203
|
"stateVariable": false,
|
|
49204
49204
|
"storageLocation": "default",
|
|
49205
49205
|
"typeDescriptions": {
|
|
49206
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
49206
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
49207
49207
|
"typeString": "contract ISuperfluidToken"
|
|
49208
49208
|
},
|
|
49209
49209
|
"typeName": {
|
|
@@ -49213,13 +49213,13 @@
|
|
|
49213
49213
|
"id": 11606,
|
|
49214
49214
|
"name": "ISuperfluidToken",
|
|
49215
49215
|
"nodeType": "IdentifierPath",
|
|
49216
|
-
"referencedDeclaration":
|
|
49216
|
+
"referencedDeclaration": 20572,
|
|
49217
49217
|
"src": "15136:16:34"
|
|
49218
49218
|
},
|
|
49219
|
-
"referencedDeclaration":
|
|
49219
|
+
"referencedDeclaration": 20572,
|
|
49220
49220
|
"src": "15136:16:34",
|
|
49221
49221
|
"typeDescriptions": {
|
|
49222
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
49222
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
49223
49223
|
"typeString": "contract ISuperfluidToken"
|
|
49224
49224
|
}
|
|
49225
49225
|
},
|
|
@@ -49352,7 +49352,7 @@
|
|
|
49352
49352
|
},
|
|
49353
49353
|
{
|
|
49354
49354
|
"baseFunctions": [
|
|
49355
|
-
|
|
49355
|
+
18471
|
|
49356
49356
|
],
|
|
49357
49357
|
"body": {
|
|
49358
49358
|
"id": 12291,
|
|
@@ -49698,7 +49698,7 @@
|
|
|
49698
49698
|
"stateVariable": false,
|
|
49699
49699
|
"storageLocation": "memory",
|
|
49700
49700
|
"typeDescriptions": {
|
|
49701
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
49701
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
49702
49702
|
"typeString": "struct ISuperfluid.Context"
|
|
49703
49703
|
},
|
|
49704
49704
|
"typeName": {
|
|
@@ -49708,13 +49708,13 @@
|
|
|
49708
49708
|
"id": 11908,
|
|
49709
49709
|
"name": "ISuperfluid.Context",
|
|
49710
49710
|
"nodeType": "IdentifierPath",
|
|
49711
|
-
"referencedDeclaration":
|
|
49711
|
+
"referencedDeclaration": 20108,
|
|
49712
49712
|
"src": "18294:19:34"
|
|
49713
49713
|
},
|
|
49714
|
-
"referencedDeclaration":
|
|
49714
|
+
"referencedDeclaration": 20108,
|
|
49715
49715
|
"src": "18294:19:34",
|
|
49716
49716
|
"typeDescriptions": {
|
|
49717
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
49717
|
+
"typeIdentifier": "t_struct$_Context_$20108_storage_ptr",
|
|
49718
49718
|
"typeString": "struct ISuperfluid.Context"
|
|
49719
49719
|
}
|
|
49720
49720
|
},
|
|
@@ -49732,7 +49732,7 @@
|
|
|
49732
49732
|
"referencedDeclaration": 11866,
|
|
49733
49733
|
"src": "18369:5:34",
|
|
49734
49734
|
"typeDescriptions": {
|
|
49735
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
49735
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
49736
49736
|
"typeString": "contract ISuperfluidToken"
|
|
49737
49737
|
}
|
|
49738
49738
|
},
|
|
@@ -49752,7 +49752,7 @@
|
|
|
49752
49752
|
"expression": {
|
|
49753
49753
|
"argumentTypes": [
|
|
49754
49754
|
{
|
|
49755
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
49755
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
49756
49756
|
"typeString": "contract ISuperfluidToken"
|
|
49757
49757
|
},
|
|
49758
49758
|
{
|
|
@@ -49782,7 +49782,7 @@
|
|
|
49782
49782
|
"referencedDeclaration": 6125,
|
|
49783
49783
|
"src": "18331:37:34",
|
|
49784
49784
|
"typeDescriptions": {
|
|
49785
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
49785
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_memory_ptr_$",
|
|
49786
49786
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
49787
49787
|
}
|
|
49788
49788
|
},
|
|
@@ -49797,7 +49797,7 @@
|
|
|
49797
49797
|
"src": "18331:49:34",
|
|
49798
49798
|
"tryCall": false,
|
|
49799
49799
|
"typeDescriptions": {
|
|
49800
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
49800
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
49801
49801
|
"typeString": "struct ISuperfluid.Context memory"
|
|
49802
49802
|
}
|
|
49803
49803
|
},
|
|
@@ -49834,7 +49834,7 @@
|
|
|
49834
49834
|
"referencedDeclaration": 11910,
|
|
49835
49835
|
"src": "18405:7:34",
|
|
49836
49836
|
"typeDescriptions": {
|
|
49837
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
49837
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
49838
49838
|
"typeString": "struct ISuperfluid.Context memory"
|
|
49839
49839
|
}
|
|
49840
49840
|
},
|
|
@@ -49845,7 +49845,7 @@
|
|
|
49845
49845
|
"lValueRequested": false,
|
|
49846
49846
|
"memberName": "userData",
|
|
49847
49847
|
"nodeType": "MemberAccess",
|
|
49848
|
-
"referencedDeclaration":
|
|
49848
|
+
"referencedDeclaration": 20096,
|
|
49849
49849
|
"src": "18405:16:34",
|
|
49850
49850
|
"typeDescriptions": {
|
|
49851
49851
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -49892,7 +49892,7 @@
|
|
|
49892
49892
|
"referencedDeclaration": 11910,
|
|
49893
49893
|
"src": "18447:7:34",
|
|
49894
49894
|
"typeDescriptions": {
|
|
49895
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
49895
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
49896
49896
|
"typeString": "struct ISuperfluid.Context memory"
|
|
49897
49897
|
}
|
|
49898
49898
|
},
|
|
@@ -49903,7 +49903,7 @@
|
|
|
49903
49903
|
"lValueRequested": false,
|
|
49904
49904
|
"memberName": "msgSender",
|
|
49905
49905
|
"nodeType": "MemberAccess",
|
|
49906
|
-
"referencedDeclaration":
|
|
49906
|
+
"referencedDeclaration": 20092,
|
|
49907
49907
|
"src": "18447:17:34",
|
|
49908
49908
|
"typeDescriptions": {
|
|
49909
49909
|
"typeIdentifier": "t_address",
|
|
@@ -50092,7 +50092,7 @@
|
|
|
50092
50092
|
"referencedDeclaration": 11866,
|
|
50093
50093
|
"src": "18640:5:34",
|
|
50094
50094
|
"typeDescriptions": {
|
|
50095
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
50095
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
50096
50096
|
"typeString": "contract ISuperfluidToken"
|
|
50097
50097
|
}
|
|
50098
50098
|
},
|
|
@@ -50152,7 +50152,7 @@
|
|
|
50152
50152
|
"expression": {
|
|
50153
50153
|
"argumentTypes": [
|
|
50154
50154
|
{
|
|
50155
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
50155
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
50156
50156
|
"typeString": "contract ISuperfluidToken"
|
|
50157
50157
|
},
|
|
50158
50158
|
{
|
|
@@ -50179,7 +50179,7 @@
|
|
|
50179
50179
|
"referencedDeclaration": 13249,
|
|
50180
50180
|
"src": "18627:12:34",
|
|
50181
50181
|
"typeDescriptions": {
|
|
50182
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
50182
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_uint32_$_t_bool_$returns$_t_bytes32_$_t_bytes32_$_t_struct$_IndexData_$10552_memory_ptr_$_t_bool_$_t_struct$_SubscriptionData_$10563_memory_ptr_$",
|
|
50183
50183
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bool) view returns (bytes32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
50184
50184
|
}
|
|
50185
50185
|
},
|
|
@@ -50239,7 +50239,7 @@
|
|
|
50239
50239
|
"referencedDeclaration": 11866,
|
|
50240
50240
|
"src": "18758:5:34",
|
|
50241
50241
|
"typeDescriptions": {
|
|
50242
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
50242
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
50243
50243
|
"typeString": "contract ISuperfluidToken"
|
|
50244
50244
|
}
|
|
50245
50245
|
},
|
|
@@ -50302,7 +50302,7 @@
|
|
|
50302
50302
|
"expression": {
|
|
50303
50303
|
"argumentTypes": [
|
|
50304
50304
|
{
|
|
50305
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
50305
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
50306
50306
|
"typeString": "contract ISuperfluidToken"
|
|
50307
50307
|
},
|
|
50308
50308
|
{
|
|
@@ -50340,7 +50340,7 @@
|
|
|
50340
50340
|
"referencedDeclaration": 6181,
|
|
50341
50341
|
"src": "18707:37:34",
|
|
50342
50342
|
"typeDescriptions": {
|
|
50343
|
-
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$
|
|
50343
|
+
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_struct$_CallbackInputs_$6141_memory_ptr_$",
|
|
50344
50344
|
"typeString": "function (contract ISuperfluidToken,address,bytes32,bytes memory) pure returns (struct AgreementLibrary.CallbackInputs memory)"
|
|
50345
50345
|
}
|
|
50346
50346
|
},
|
|
@@ -50487,10 +50487,10 @@
|
|
|
50487
50487
|
"name": "SuperAppDefinitions",
|
|
50488
50488
|
"nodeType": "Identifier",
|
|
50489
50489
|
"overloadedDeclarations": [],
|
|
50490
|
-
"referencedDeclaration":
|
|
50490
|
+
"referencedDeclaration": 18797,
|
|
50491
50491
|
"src": "19136:19:34",
|
|
50492
50492
|
"typeDescriptions": {
|
|
50493
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
50493
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
|
|
50494
50494
|
"typeString": "type(library SuperAppDefinitions)"
|
|
50495
50495
|
}
|
|
50496
50496
|
},
|
|
@@ -50501,7 +50501,7 @@
|
|
|
50501
50501
|
"lValueRequested": false,
|
|
50502
50502
|
"memberName": "BEFORE_AGREEMENT_CREATED_NOOP",
|
|
50503
50503
|
"nodeType": "MemberAccess",
|
|
50504
|
-
"referencedDeclaration":
|
|
50504
|
+
"referencedDeclaration": 18699,
|
|
50505
50505
|
"src": "19136:49:34",
|
|
50506
50506
|
"typeDescriptions": {
|
|
50507
50507
|
"typeIdentifier": "t_uint256",
|
|
@@ -50695,10 +50695,10 @@
|
|
|
50695
50695
|
"name": "SuperAppDefinitions",
|
|
50696
50696
|
"nodeType": "Identifier",
|
|
50697
50697
|
"overloadedDeclarations": [],
|
|
50698
|
-
"referencedDeclaration":
|
|
50698
|
+
"referencedDeclaration": 18797,
|
|
50699
50699
|
"src": "18953:19:34",
|
|
50700
50700
|
"typeDescriptions": {
|
|
50701
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
50701
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
|
|
50702
50702
|
"typeString": "type(library SuperAppDefinitions)"
|
|
50703
50703
|
}
|
|
50704
50704
|
},
|
|
@@ -50709,7 +50709,7 @@
|
|
|
50709
50709
|
"lValueRequested": false,
|
|
50710
50710
|
"memberName": "BEFORE_AGREEMENT_UPDATED_NOOP",
|
|
50711
50711
|
"nodeType": "MemberAccess",
|
|
50712
|
-
"referencedDeclaration":
|
|
50712
|
+
"referencedDeclaration": 18715,
|
|
50713
50713
|
"src": "18953:49:34",
|
|
50714
50714
|
"typeDescriptions": {
|
|
50715
50715
|
"typeIdentifier": "t_uint256",
|
|
@@ -51312,7 +51312,7 @@
|
|
|
51312
51312
|
"referencedDeclaration": 11866,
|
|
51313
51313
|
"src": "20708:5:34",
|
|
51314
51314
|
"typeDescriptions": {
|
|
51315
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
51315
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
51316
51316
|
"typeString": "contract ISuperfluidToken"
|
|
51317
51317
|
}
|
|
51318
51318
|
},
|
|
@@ -51323,7 +51323,7 @@
|
|
|
51323
51323
|
"lValueRequested": false,
|
|
51324
51324
|
"memberName": "createAgreement",
|
|
51325
51325
|
"nodeType": "MemberAccess",
|
|
51326
|
-
"referencedDeclaration":
|
|
51326
|
+
"referencedDeclaration": 20397,
|
|
51327
51327
|
"src": "20708:21:34",
|
|
51328
51328
|
"typeDescriptions": {
|
|
51329
51329
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -51595,7 +51595,7 @@
|
|
|
51595
51595
|
"referencedDeclaration": 11866,
|
|
51596
51596
|
"src": "20872:5:34",
|
|
51597
51597
|
"typeDescriptions": {
|
|
51598
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
51598
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
51599
51599
|
"typeString": "contract ISuperfluidToken"
|
|
51600
51600
|
}
|
|
51601
51601
|
},
|
|
@@ -51606,7 +51606,7 @@
|
|
|
51606
51606
|
"lValueRequested": false,
|
|
51607
51607
|
"memberName": "updateAgreementData",
|
|
51608
51608
|
"nodeType": "MemberAccess",
|
|
51609
|
-
"referencedDeclaration":
|
|
51609
|
+
"referencedDeclaration": 20429,
|
|
51610
51610
|
"src": "20872:25:34",
|
|
51611
51611
|
"typeDescriptions": {
|
|
51612
51612
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -52129,7 +52129,7 @@
|
|
|
52129
52129
|
"referencedDeclaration": 11866,
|
|
52130
52130
|
"src": "20224:5:34",
|
|
52131
52131
|
"typeDescriptions": {
|
|
52132
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
52132
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
52133
52133
|
"typeString": "contract ISuperfluidToken"
|
|
52134
52134
|
}
|
|
52135
52135
|
},
|
|
@@ -52140,7 +52140,7 @@
|
|
|
52140
52140
|
"lValueRequested": false,
|
|
52141
52141
|
"memberName": "updateAgreementData",
|
|
52142
52142
|
"nodeType": "MemberAccess",
|
|
52143
|
-
"referencedDeclaration":
|
|
52143
|
+
"referencedDeclaration": 20429,
|
|
52144
52144
|
"src": "20224:25:34",
|
|
52145
52145
|
"typeDescriptions": {
|
|
52146
52146
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -52664,7 +52664,7 @@
|
|
|
52664
52664
|
"referencedDeclaration": 11866,
|
|
52665
52665
|
"src": "19741:5:34",
|
|
52666
52666
|
"typeDescriptions": {
|
|
52667
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
52667
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
52668
52668
|
"typeString": "contract ISuperfluidToken"
|
|
52669
52669
|
}
|
|
52670
52670
|
},
|
|
@@ -52675,7 +52675,7 @@
|
|
|
52675
52675
|
"lValueRequested": false,
|
|
52676
52676
|
"memberName": "updateAgreementData",
|
|
52677
52677
|
"nodeType": "MemberAccess",
|
|
52678
|
-
"referencedDeclaration":
|
|
52678
|
+
"referencedDeclaration": 20429,
|
|
52679
52679
|
"src": "19741:25:34",
|
|
52680
52680
|
"typeDescriptions": {
|
|
52681
52681
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -53171,7 +53171,7 @@
|
|
|
53171
53171
|
"referencedDeclaration": 11866,
|
|
53172
53172
|
"src": "21367:5:34",
|
|
53173
53173
|
"typeDescriptions": {
|
|
53174
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
53174
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
53175
53175
|
"typeString": "contract ISuperfluidToken"
|
|
53176
53176
|
}
|
|
53177
53177
|
},
|
|
@@ -53218,7 +53218,7 @@
|
|
|
53218
53218
|
"expression": {
|
|
53219
53219
|
"argumentTypes": [
|
|
53220
53220
|
{
|
|
53221
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
53221
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
53222
53222
|
"typeString": "contract ISuperfluidToken"
|
|
53223
53223
|
},
|
|
53224
53224
|
{
|
|
@@ -53237,7 +53237,7 @@
|
|
|
53237
53237
|
"referencedDeclaration": 13569,
|
|
53238
53238
|
"src": "21343:23:34",
|
|
53239
53239
|
"typeDescriptions": {
|
|
53240
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
53240
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int256_$returns$__$",
|
|
53241
53241
|
"typeString": "function (contract ISuperfluidToken,address,int256)"
|
|
53242
53242
|
}
|
|
53243
53243
|
},
|
|
@@ -53322,7 +53322,7 @@
|
|
|
53322
53322
|
"referencedDeclaration": 11866,
|
|
53323
53323
|
"src": "21413:5:34",
|
|
53324
53324
|
"typeDescriptions": {
|
|
53325
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
53325
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
53326
53326
|
"typeString": "contract ISuperfluidToken"
|
|
53327
53327
|
}
|
|
53328
53328
|
},
|
|
@@ -53333,7 +53333,7 @@
|
|
|
53333
53333
|
"lValueRequested": false,
|
|
53334
53334
|
"memberName": "settleBalance",
|
|
53335
53335
|
"nodeType": "MemberAccess",
|
|
53336
|
-
"referencedDeclaration":
|
|
53336
|
+
"referencedDeclaration": 20497,
|
|
53337
53337
|
"src": "21413:19:34",
|
|
53338
53338
|
"typeDescriptions": {
|
|
53339
53339
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -53409,7 +53409,7 @@
|
|
|
53409
53409
|
"referencedDeclaration": 11866,
|
|
53410
53410
|
"src": "21523:5:34",
|
|
53411
53411
|
"typeDescriptions": {
|
|
53412
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
53412
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
53413
53413
|
"typeString": "contract ISuperfluidToken"
|
|
53414
53414
|
}
|
|
53415
53415
|
},
|
|
@@ -53420,7 +53420,7 @@
|
|
|
53420
53420
|
"lValueRequested": false,
|
|
53421
53421
|
"memberName": "settleBalance",
|
|
53422
53422
|
"nodeType": "MemberAccess",
|
|
53423
|
-
"referencedDeclaration":
|
|
53423
|
+
"referencedDeclaration": 20497,
|
|
53424
53424
|
"src": "21523:19:34",
|
|
53425
53425
|
"typeDescriptions": {
|
|
53426
53426
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -53771,7 +53771,7 @@
|
|
|
53771
53771
|
"referencedDeclaration": 11866,
|
|
53772
53772
|
"src": "21768:5:34",
|
|
53773
53773
|
"typeDescriptions": {
|
|
53774
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
53774
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
53775
53775
|
"typeString": "contract ISuperfluidToken"
|
|
53776
53776
|
}
|
|
53777
53777
|
},
|
|
@@ -53782,7 +53782,7 @@
|
|
|
53782
53782
|
"lValueRequested": false,
|
|
53783
53783
|
"memberName": "updateAgreementData",
|
|
53784
53784
|
"nodeType": "MemberAccess",
|
|
53785
|
-
"referencedDeclaration":
|
|
53785
|
+
"referencedDeclaration": 20429,
|
|
53786
53786
|
"src": "21768:25:34",
|
|
53787
53787
|
"typeDescriptions": {
|
|
53788
53788
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -53886,10 +53886,10 @@
|
|
|
53886
53886
|
"name": "SuperAppDefinitions",
|
|
53887
53887
|
"nodeType": "Identifier",
|
|
53888
53888
|
"overloadedDeclarations": [],
|
|
53889
|
-
"referencedDeclaration":
|
|
53889
|
+
"referencedDeclaration": 18797,
|
|
53890
53890
|
"src": "22147:19:34",
|
|
53891
53891
|
"typeDescriptions": {
|
|
53892
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
53892
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
|
|
53893
53893
|
"typeString": "type(library SuperAppDefinitions)"
|
|
53894
53894
|
}
|
|
53895
53895
|
},
|
|
@@ -53900,7 +53900,7 @@
|
|
|
53900
53900
|
"lValueRequested": false,
|
|
53901
53901
|
"memberName": "AFTER_AGREEMENT_CREATED_NOOP",
|
|
53902
53902
|
"nodeType": "MemberAccess",
|
|
53903
|
-
"referencedDeclaration":
|
|
53903
|
+
"referencedDeclaration": 18707,
|
|
53904
53904
|
"src": "22147:48:34",
|
|
53905
53905
|
"typeDescriptions": {
|
|
53906
53906
|
"typeIdentifier": "t_uint256",
|
|
@@ -54046,7 +54046,7 @@
|
|
|
54046
54046
|
"referencedDeclaration": 6429,
|
|
54047
54047
|
"src": "22222:37:34",
|
|
54048
54048
|
"typeDescriptions": {
|
|
54049
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$6141_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
54049
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$6141_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
54050
54050
|
"typeString": "function (struct AgreementLibrary.CallbackInputs memory,bytes memory,bytes memory) returns (struct ISuperfluid.Context memory,bytes memory)"
|
|
54051
54051
|
}
|
|
54052
54052
|
},
|
|
@@ -54061,7 +54061,7 @@
|
|
|
54061
54061
|
"src": "22222:68:34",
|
|
54062
54062
|
"tryCall": false,
|
|
54063
54063
|
"typeDescriptions": {
|
|
54064
|
-
"typeIdentifier": "t_tuple$_t_struct$_Context_$
|
|
54064
|
+
"typeIdentifier": "t_tuple$_t_struct$_Context_$20108_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
54065
54065
|
"typeString": "tuple(struct ISuperfluid.Context memory,bytes memory)"
|
|
54066
54066
|
}
|
|
54067
54067
|
},
|
|
@@ -54127,10 +54127,10 @@
|
|
|
54127
54127
|
"name": "SuperAppDefinitions",
|
|
54128
54128
|
"nodeType": "Identifier",
|
|
54129
54129
|
"overloadedDeclarations": [],
|
|
54130
|
-
"referencedDeclaration":
|
|
54130
|
+
"referencedDeclaration": 18797,
|
|
54131
54131
|
"src": "21954:19:34",
|
|
54132
54132
|
"typeDescriptions": {
|
|
54133
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
54133
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
|
|
54134
54134
|
"typeString": "type(library SuperAppDefinitions)"
|
|
54135
54135
|
}
|
|
54136
54136
|
},
|
|
@@ -54141,7 +54141,7 @@
|
|
|
54141
54141
|
"lValueRequested": false,
|
|
54142
54142
|
"memberName": "AFTER_AGREEMENT_UPDATED_NOOP",
|
|
54143
54143
|
"nodeType": "MemberAccess",
|
|
54144
|
-
"referencedDeclaration":
|
|
54144
|
+
"referencedDeclaration": 18723,
|
|
54145
54145
|
"src": "21954:48:34",
|
|
54146
54146
|
"typeDescriptions": {
|
|
54147
54147
|
"typeIdentifier": "t_uint256",
|
|
@@ -54287,7 +54287,7 @@
|
|
|
54287
54287
|
"referencedDeclaration": 6429,
|
|
54288
54288
|
"src": "22029:37:34",
|
|
54289
54289
|
"typeDescriptions": {
|
|
54290
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$6141_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
54290
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$6141_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
54291
54291
|
"typeString": "function (struct AgreementLibrary.CallbackInputs memory,bytes memory,bytes memory) returns (struct ISuperfluid.Context memory,bytes memory)"
|
|
54292
54292
|
}
|
|
54293
54293
|
},
|
|
@@ -54302,7 +54302,7 @@
|
|
|
54302
54302
|
"src": "22029:68:34",
|
|
54303
54303
|
"tryCall": false,
|
|
54304
54304
|
"typeDescriptions": {
|
|
54305
|
-
"typeIdentifier": "t_tuple$_t_struct$_Context_$
|
|
54305
|
+
"typeIdentifier": "t_tuple$_t_struct$_Context_$20108_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
54306
54306
|
"typeString": "tuple(struct ISuperfluid.Context memory,bytes memory)"
|
|
54307
54307
|
}
|
|
54308
54308
|
},
|
|
@@ -54330,7 +54330,7 @@
|
|
|
54330
54330
|
"referencedDeclaration": 11866,
|
|
54331
54331
|
"src": "22334:5:34",
|
|
54332
54332
|
"typeDescriptions": {
|
|
54333
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
54333
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
54334
54334
|
"typeString": "contract ISuperfluidToken"
|
|
54335
54335
|
}
|
|
54336
54336
|
},
|
|
@@ -54398,7 +54398,7 @@
|
|
|
54398
54398
|
"expression": {
|
|
54399
54399
|
"argumentTypes": [
|
|
54400
54400
|
{
|
|
54401
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
54401
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
54402
54402
|
"typeString": "contract ISuperfluidToken"
|
|
54403
54403
|
},
|
|
54404
54404
|
{
|
|
@@ -54426,10 +54426,10 @@
|
|
|
54426
54426
|
"name": "IndexUnitsUpdated",
|
|
54427
54427
|
"nodeType": "Identifier",
|
|
54428
54428
|
"overloadedDeclarations": [],
|
|
54429
|
-
"referencedDeclaration":
|
|
54429
|
+
"referencedDeclaration": 18487,
|
|
54430
54430
|
"src": "22316:17:34",
|
|
54431
54431
|
"typeDescriptions": {
|
|
54432
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
54432
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
54433
54433
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,uint128,bytes memory)"
|
|
54434
54434
|
}
|
|
54435
54435
|
},
|
|
@@ -54463,7 +54463,7 @@
|
|
|
54463
54463
|
"referencedDeclaration": 11866,
|
|
54464
54464
|
"src": "22429:5:34",
|
|
54465
54465
|
"typeDescriptions": {
|
|
54466
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
54466
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
54467
54467
|
"typeString": "contract ISuperfluidToken"
|
|
54468
54468
|
}
|
|
54469
54469
|
},
|
|
@@ -54531,7 +54531,7 @@
|
|
|
54531
54531
|
"expression": {
|
|
54532
54532
|
"argumentTypes": [
|
|
54533
54533
|
{
|
|
54534
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
54534
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
54535
54535
|
"typeString": "contract ISuperfluidToken"
|
|
54536
54536
|
},
|
|
54537
54537
|
{
|
|
@@ -54559,10 +54559,10 @@
|
|
|
54559
54559
|
"name": "SubscriptionUnitsUpdated",
|
|
54560
54560
|
"nodeType": "Identifier",
|
|
54561
54561
|
"overloadedDeclarations": [],
|
|
54562
|
-
"referencedDeclaration":
|
|
54562
|
+
"referencedDeclaration": 18503,
|
|
54563
54563
|
"src": "22404:24:34",
|
|
54564
54564
|
"typeDescriptions": {
|
|
54565
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
54565
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
54566
54566
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,uint128,bytes memory)"
|
|
54567
54567
|
}
|
|
54568
54568
|
},
|
|
@@ -54623,7 +54623,7 @@
|
|
|
54623
54623
|
"stateVariable": false,
|
|
54624
54624
|
"storageLocation": "default",
|
|
54625
54625
|
"typeDescriptions": {
|
|
54626
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
54626
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
54627
54627
|
"typeString": "contract ISuperfluidToken"
|
|
54628
54628
|
},
|
|
54629
54629
|
"typeName": {
|
|
@@ -54633,13 +54633,13 @@
|
|
|
54633
54633
|
"id": 11864,
|
|
54634
54634
|
"name": "ISuperfluidToken",
|
|
54635
54635
|
"nodeType": "IdentifierPath",
|
|
54636
|
-
"referencedDeclaration":
|
|
54636
|
+
"referencedDeclaration": 20572,
|
|
54637
54637
|
"src": "17842:16:34"
|
|
54638
54638
|
},
|
|
54639
|
-
"referencedDeclaration":
|
|
54639
|
+
"referencedDeclaration": 20572,
|
|
54640
54640
|
"src": "17842:16:34",
|
|
54641
54641
|
"typeDescriptions": {
|
|
54642
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
54642
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
54643
54643
|
"typeString": "contract ISuperfluidToken"
|
|
54644
54644
|
}
|
|
54645
54645
|
},
|
|
@@ -54799,7 +54799,7 @@
|
|
|
54799
54799
|
},
|
|
54800
54800
|
{
|
|
54801
54801
|
"baseFunctions": [
|
|
54802
|
-
|
|
54802
|
+
18524
|
|
54803
54803
|
],
|
|
54804
54804
|
"body": {
|
|
54805
54805
|
"id": 12384,
|
|
@@ -55063,7 +55063,7 @@
|
|
|
55063
55063
|
"referencedDeclaration": 12296,
|
|
55064
55064
|
"src": "23137:5:34",
|
|
55065
55065
|
"typeDescriptions": {
|
|
55066
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
55066
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
55067
55067
|
"typeString": "contract ISuperfluidToken"
|
|
55068
55068
|
}
|
|
55069
55069
|
},
|
|
@@ -55123,7 +55123,7 @@
|
|
|
55123
55123
|
"expression": {
|
|
55124
55124
|
"argumentTypes": [
|
|
55125
55125
|
{
|
|
55126
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
55126
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
55127
55127
|
"typeString": "contract ISuperfluidToken"
|
|
55128
55128
|
},
|
|
55129
55129
|
{
|
|
@@ -55150,7 +55150,7 @@
|
|
|
55150
55150
|
"referencedDeclaration": 13249,
|
|
55151
55151
|
"src": "23124:12:34",
|
|
55152
55152
|
"typeDescriptions": {
|
|
55153
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
55153
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_uint32_$_t_bool_$returns$_t_bytes32_$_t_bytes32_$_t_struct$_IndexData_$10552_memory_ptr_$_t_bool_$_t_struct$_SubscriptionData_$10563_memory_ptr_$",
|
|
55154
55154
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bool) view returns (bytes32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
55155
55155
|
}
|
|
55156
55156
|
},
|
|
@@ -55758,7 +55758,7 @@
|
|
|
55758
55758
|
"stateVariable": false,
|
|
55759
55759
|
"storageLocation": "default",
|
|
55760
55760
|
"typeDescriptions": {
|
|
55761
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
55761
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
55762
55762
|
"typeString": "contract ISuperfluidToken"
|
|
55763
55763
|
},
|
|
55764
55764
|
"typeName": {
|
|
@@ -55768,13 +55768,13 @@
|
|
|
55768
55768
|
"id": 12294,
|
|
55769
55769
|
"name": "ISuperfluidToken",
|
|
55770
55770
|
"nodeType": "IdentifierPath",
|
|
55771
|
-
"referencedDeclaration":
|
|
55771
|
+
"referencedDeclaration": 20572,
|
|
55772
55772
|
"src": "22607:16:34"
|
|
55773
55773
|
},
|
|
55774
|
-
"referencedDeclaration":
|
|
55774
|
+
"referencedDeclaration": 20572,
|
|
55775
55775
|
"src": "22607:16:34",
|
|
55776
55776
|
"typeDescriptions": {
|
|
55777
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
55777
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
55778
55778
|
"typeString": "contract ISuperfluidToken"
|
|
55779
55779
|
}
|
|
55780
55780
|
},
|
|
@@ -55989,7 +55989,7 @@
|
|
|
55989
55989
|
},
|
|
55990
55990
|
{
|
|
55991
55991
|
"baseFunctions": [
|
|
55992
|
-
|
|
55992
|
+
18543
|
|
55993
55993
|
],
|
|
55994
55994
|
"body": {
|
|
55995
55995
|
"id": 12495,
|
|
@@ -56217,7 +56217,7 @@
|
|
|
56217
56217
|
"referencedDeclaration": 12389,
|
|
56218
56218
|
"src": "23985:5:34",
|
|
56219
56219
|
"typeDescriptions": {
|
|
56220
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
56220
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
56221
56221
|
"typeString": "contract ISuperfluidToken"
|
|
56222
56222
|
}
|
|
56223
56223
|
},
|
|
@@ -56237,7 +56237,7 @@
|
|
|
56237
56237
|
"expression": {
|
|
56238
56238
|
"argumentTypes": [
|
|
56239
56239
|
{
|
|
56240
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
56240
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
56241
56241
|
"typeString": "contract ISuperfluidToken"
|
|
56242
56242
|
},
|
|
56243
56243
|
{
|
|
@@ -56252,7 +56252,7 @@
|
|
|
56252
56252
|
"referencedDeclaration": 13772,
|
|
56253
56253
|
"src": "23964:20:34",
|
|
56254
56254
|
"typeDescriptions": {
|
|
56255
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
56255
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes32_$returns$_t_bool_$_t_struct$_SubscriptionData_$10563_memory_ptr_$",
|
|
56256
56256
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
56257
56257
|
}
|
|
56258
56258
|
},
|
|
@@ -56627,7 +56627,7 @@
|
|
|
56627
56627
|
"referencedDeclaration": 12389,
|
|
56628
56628
|
"src": "24209:5:34",
|
|
56629
56629
|
"typeDescriptions": {
|
|
56630
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
56630
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
56631
56631
|
"typeString": "contract ISuperfluidToken"
|
|
56632
56632
|
}
|
|
56633
56633
|
},
|
|
@@ -56647,7 +56647,7 @@
|
|
|
56647
56647
|
"expression": {
|
|
56648
56648
|
"argumentTypes": [
|
|
56649
56649
|
{
|
|
56650
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
56650
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
56651
56651
|
"typeString": "contract ISuperfluidToken"
|
|
56652
56652
|
},
|
|
56653
56653
|
{
|
|
@@ -56662,7 +56662,7 @@
|
|
|
56662
56662
|
"referencedDeclaration": 13474,
|
|
56663
56663
|
"src": "24195:13:34",
|
|
56664
56664
|
"typeDescriptions": {
|
|
56665
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
56665
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes32_$returns$_t_bool_$_t_struct$_IndexData_$10552_memory_ptr_$",
|
|
56666
56666
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
56667
56667
|
}
|
|
56668
56668
|
},
|
|
@@ -57205,7 +57205,7 @@
|
|
|
57205
57205
|
"stateVariable": false,
|
|
57206
57206
|
"storageLocation": "default",
|
|
57207
57207
|
"typeDescriptions": {
|
|
57208
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
57208
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
57209
57209
|
"typeString": "contract ISuperfluidToken"
|
|
57210
57210
|
},
|
|
57211
57211
|
"typeName": {
|
|
@@ -57215,13 +57215,13 @@
|
|
|
57215
57215
|
"id": 12387,
|
|
57216
57216
|
"name": "ISuperfluidToken",
|
|
57217
57217
|
"nodeType": "IdentifierPath",
|
|
57218
|
-
"referencedDeclaration":
|
|
57218
|
+
"referencedDeclaration": 20572,
|
|
57219
57219
|
"src": "23560:16:34"
|
|
57220
57220
|
},
|
|
57221
|
-
"referencedDeclaration":
|
|
57221
|
+
"referencedDeclaration": 20572,
|
|
57222
57222
|
"src": "23560:16:34",
|
|
57223
57223
|
"typeDescriptions": {
|
|
57224
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
57224
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
57225
57225
|
"typeString": "contract ISuperfluidToken"
|
|
57226
57226
|
}
|
|
57227
57227
|
},
|
|
@@ -57408,7 +57408,7 @@
|
|
|
57408
57408
|
},
|
|
57409
57409
|
{
|
|
57410
57410
|
"baseFunctions": [
|
|
57411
|
-
|
|
57411
|
+
18561
|
|
57412
57412
|
],
|
|
57413
57413
|
"body": {
|
|
57414
57414
|
"id": 12636,
|
|
@@ -57566,7 +57566,7 @@
|
|
|
57566
57566
|
"referencedDeclaration": 12500,
|
|
57567
57567
|
"src": "24928:5:34",
|
|
57568
57568
|
"typeDescriptions": {
|
|
57569
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
57569
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
57570
57570
|
"typeString": "contract ISuperfluidToken"
|
|
57571
57571
|
}
|
|
57572
57572
|
},
|
|
@@ -57586,7 +57586,7 @@
|
|
|
57586
57586
|
"expression": {
|
|
57587
57587
|
"argumentTypes": [
|
|
57588
57588
|
{
|
|
57589
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
57589
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
57590
57590
|
"typeString": "contract ISuperfluidToken"
|
|
57591
57591
|
},
|
|
57592
57592
|
{
|
|
@@ -57601,7 +57601,7 @@
|
|
|
57601
57601
|
"referencedDeclaration": 13865,
|
|
57602
57602
|
"src": "24907:20:34",
|
|
57603
57603
|
"typeDescriptions": {
|
|
57604
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
57604
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$returns$_t_array$_t_uint32_$dyn_memory_ptr_$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
57605
57605
|
"typeString": "function (contract ISuperfluidToken,address) view returns (uint32[] memory,bytes32[] memory)"
|
|
57606
57606
|
}
|
|
57607
57607
|
},
|
|
@@ -58264,7 +58264,7 @@
|
|
|
58264
58264
|
"referencedDeclaration": 12500,
|
|
58265
58265
|
"src": "25340:5:34",
|
|
58266
58266
|
"typeDescriptions": {
|
|
58267
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
58267
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
58268
58268
|
"typeString": "contract ISuperfluidToken"
|
|
58269
58269
|
}
|
|
58270
58270
|
},
|
|
@@ -58284,7 +58284,7 @@
|
|
|
58284
58284
|
"expression": {
|
|
58285
58285
|
"argumentTypes": [
|
|
58286
58286
|
{
|
|
58287
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
58287
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
58288
58288
|
"typeString": "contract ISuperfluidToken"
|
|
58289
58289
|
},
|
|
58290
58290
|
{
|
|
@@ -58299,7 +58299,7 @@
|
|
|
58299
58299
|
"referencedDeclaration": 13772,
|
|
58300
58300
|
"src": "25319:20:34",
|
|
58301
58301
|
"typeDescriptions": {
|
|
58302
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
58302
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes32_$returns$_t_bool_$_t_struct$_SubscriptionData_$10563_memory_ptr_$",
|
|
58303
58303
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
58304
58304
|
}
|
|
58305
58305
|
},
|
|
@@ -58913,7 +58913,7 @@
|
|
|
58913
58913
|
"stateVariable": false,
|
|
58914
58914
|
"storageLocation": "default",
|
|
58915
58915
|
"typeDescriptions": {
|
|
58916
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
58916
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
58917
58917
|
"typeString": "contract ISuperfluidToken"
|
|
58918
58918
|
},
|
|
58919
58919
|
"typeName": {
|
|
@@ -58923,13 +58923,13 @@
|
|
|
58923
58923
|
"id": 12498,
|
|
58924
58924
|
"name": "ISuperfluidToken",
|
|
58925
58925
|
"nodeType": "IdentifierPath",
|
|
58926
|
-
"referencedDeclaration":
|
|
58926
|
+
"referencedDeclaration": 20572,
|
|
58927
58927
|
"src": "24581:16:34"
|
|
58928
58928
|
},
|
|
58929
|
-
"referencedDeclaration":
|
|
58929
|
+
"referencedDeclaration": 20572,
|
|
58930
58930
|
"src": "24581:16:34",
|
|
58931
58931
|
"typeDescriptions": {
|
|
58932
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
58932
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
58933
58933
|
"typeString": "contract ISuperfluidToken"
|
|
58934
58934
|
}
|
|
58935
58935
|
},
|
|
@@ -59090,7 +59090,7 @@
|
|
|
59090
59090
|
},
|
|
59091
59091
|
{
|
|
59092
59092
|
"baseFunctions": [
|
|
59093
|
-
|
|
59093
|
+
18578
|
|
59094
59094
|
],
|
|
59095
59095
|
"body": {
|
|
59096
59096
|
"id": 12938,
|
|
@@ -59282,7 +59282,7 @@
|
|
|
59282
59282
|
"stateVariable": false,
|
|
59283
59283
|
"storageLocation": "memory",
|
|
59284
59284
|
"typeDescriptions": {
|
|
59285
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
59285
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
59286
59286
|
"typeString": "struct ISuperfluid.Context"
|
|
59287
59287
|
},
|
|
59288
59288
|
"typeName": {
|
|
@@ -59292,13 +59292,13 @@
|
|
|
59292
59292
|
"id": 12673,
|
|
59293
59293
|
"name": "ISuperfluid.Context",
|
|
59294
59294
|
"nodeType": "IdentifierPath",
|
|
59295
|
-
"referencedDeclaration":
|
|
59295
|
+
"referencedDeclaration": 20108,
|
|
59296
59296
|
"src": "26072:19:34"
|
|
59297
59297
|
},
|
|
59298
|
-
"referencedDeclaration":
|
|
59298
|
+
"referencedDeclaration": 20108,
|
|
59299
59299
|
"src": "26072:19:34",
|
|
59300
59300
|
"typeDescriptions": {
|
|
59301
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
59301
|
+
"typeIdentifier": "t_struct$_Context_$20108_storage_ptr",
|
|
59302
59302
|
"typeString": "struct ISuperfluid.Context"
|
|
59303
59303
|
}
|
|
59304
59304
|
},
|
|
@@ -59316,7 +59316,7 @@
|
|
|
59316
59316
|
"referencedDeclaration": 12641,
|
|
59317
59317
|
"src": "26147:5:34",
|
|
59318
59318
|
"typeDescriptions": {
|
|
59319
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
59319
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
59320
59320
|
"typeString": "contract ISuperfluidToken"
|
|
59321
59321
|
}
|
|
59322
59322
|
},
|
|
@@ -59336,7 +59336,7 @@
|
|
|
59336
59336
|
"expression": {
|
|
59337
59337
|
"argumentTypes": [
|
|
59338
59338
|
{
|
|
59339
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
59339
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
59340
59340
|
"typeString": "contract ISuperfluidToken"
|
|
59341
59341
|
},
|
|
59342
59342
|
{
|
|
@@ -59366,7 +59366,7 @@
|
|
|
59366
59366
|
"referencedDeclaration": 6125,
|
|
59367
59367
|
"src": "26109:37:34",
|
|
59368
59368
|
"typeDescriptions": {
|
|
59369
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
59369
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_memory_ptr_$",
|
|
59370
59370
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
59371
59371
|
}
|
|
59372
59372
|
},
|
|
@@ -59381,7 +59381,7 @@
|
|
|
59381
59381
|
"src": "26109:49:34",
|
|
59382
59382
|
"tryCall": false,
|
|
59383
59383
|
"typeDescriptions": {
|
|
59384
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
59384
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
59385
59385
|
"typeString": "struct ISuperfluid.Context memory"
|
|
59386
59386
|
}
|
|
59387
59387
|
},
|
|
@@ -59418,7 +59418,7 @@
|
|
|
59418
59418
|
"referencedDeclaration": 12675,
|
|
59419
59419
|
"src": "26181:7:34",
|
|
59420
59420
|
"typeDescriptions": {
|
|
59421
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
59421
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
59422
59422
|
"typeString": "struct ISuperfluid.Context memory"
|
|
59423
59423
|
}
|
|
59424
59424
|
},
|
|
@@ -59429,7 +59429,7 @@
|
|
|
59429
59429
|
"lValueRequested": false,
|
|
59430
59430
|
"memberName": "msgSender",
|
|
59431
59431
|
"nodeType": "MemberAccess",
|
|
59432
|
-
"referencedDeclaration":
|
|
59432
|
+
"referencedDeclaration": 20092,
|
|
59433
59433
|
"src": "26181:17:34",
|
|
59434
59434
|
"typeDescriptions": {
|
|
59435
59435
|
"typeIdentifier": "t_address",
|
|
@@ -59476,7 +59476,7 @@
|
|
|
59476
59476
|
"referencedDeclaration": 12675,
|
|
59477
59477
|
"src": "26223:7:34",
|
|
59478
59478
|
"typeDescriptions": {
|
|
59479
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
59479
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
59480
59480
|
"typeString": "struct ISuperfluid.Context memory"
|
|
59481
59481
|
}
|
|
59482
59482
|
},
|
|
@@ -59487,7 +59487,7 @@
|
|
|
59487
59487
|
"lValueRequested": false,
|
|
59488
59488
|
"memberName": "userData",
|
|
59489
59489
|
"nodeType": "MemberAccess",
|
|
59490
|
-
"referencedDeclaration":
|
|
59490
|
+
"referencedDeclaration": 20096,
|
|
59491
59491
|
"src": "26223:16:34",
|
|
59492
59492
|
"typeDescriptions": {
|
|
59493
59493
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -59910,7 +59910,7 @@
|
|
|
59910
59910
|
"referencedDeclaration": 12641,
|
|
59911
59911
|
"src": "26697:5:34",
|
|
59912
59912
|
"typeDescriptions": {
|
|
59913
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
59913
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
59914
59914
|
"typeString": "contract ISuperfluidToken"
|
|
59915
59915
|
}
|
|
59916
59916
|
},
|
|
@@ -59970,7 +59970,7 @@
|
|
|
59970
59970
|
"expression": {
|
|
59971
59971
|
"argumentTypes": [
|
|
59972
59972
|
{
|
|
59973
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
59973
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
59974
59974
|
"typeString": "contract ISuperfluidToken"
|
|
59975
59975
|
},
|
|
59976
59976
|
{
|
|
@@ -59997,7 +59997,7 @@
|
|
|
59997
59997
|
"referencedDeclaration": 13249,
|
|
59998
59998
|
"src": "26684:12:34",
|
|
59999
59999
|
"typeDescriptions": {
|
|
60000
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
60000
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_uint32_$_t_bool_$returns$_t_bytes32_$_t_bytes32_$_t_struct$_IndexData_$10552_memory_ptr_$_t_bool_$_t_struct$_SubscriptionData_$10563_memory_ptr_$",
|
|
60001
60001
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bool) view returns (bytes32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
60002
60002
|
}
|
|
60003
60003
|
},
|
|
@@ -60057,7 +60057,7 @@
|
|
|
60057
60057
|
"referencedDeclaration": 12641,
|
|
60058
60058
|
"src": "26814:5:34",
|
|
60059
60059
|
"typeDescriptions": {
|
|
60060
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
60060
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
60061
60061
|
"typeString": "contract ISuperfluidToken"
|
|
60062
60062
|
}
|
|
60063
60063
|
},
|
|
@@ -60120,7 +60120,7 @@
|
|
|
60120
60120
|
"expression": {
|
|
60121
60121
|
"argumentTypes": [
|
|
60122
60122
|
{
|
|
60123
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
60123
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
60124
60124
|
"typeString": "contract ISuperfluidToken"
|
|
60125
60125
|
},
|
|
60126
60126
|
{
|
|
@@ -60158,7 +60158,7 @@
|
|
|
60158
60158
|
"referencedDeclaration": 6181,
|
|
60159
60159
|
"src": "26763:37:34",
|
|
60160
60160
|
"typeDescriptions": {
|
|
60161
|
-
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$
|
|
60161
|
+
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_struct$_CallbackInputs_$6141_memory_ptr_$",
|
|
60162
60162
|
"typeString": "function (contract ISuperfluidToken,address,bytes32,bytes memory) pure returns (struct AgreementLibrary.CallbackInputs memory)"
|
|
60163
60163
|
}
|
|
60164
60164
|
},
|
|
@@ -60272,10 +60272,10 @@
|
|
|
60272
60272
|
"name": "SuperAppDefinitions",
|
|
60273
60273
|
"nodeType": "Identifier",
|
|
60274
60274
|
"overloadedDeclarations": [],
|
|
60275
|
-
"referencedDeclaration":
|
|
60275
|
+
"referencedDeclaration": 18797,
|
|
60276
60276
|
"src": "26934:19:34",
|
|
60277
60277
|
"typeDescriptions": {
|
|
60278
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
60278
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
|
|
60279
60279
|
"typeString": "type(library SuperAppDefinitions)"
|
|
60280
60280
|
}
|
|
60281
60281
|
},
|
|
@@ -60286,7 +60286,7 @@
|
|
|
60286
60286
|
"lValueRequested": false,
|
|
60287
60287
|
"memberName": "BEFORE_AGREEMENT_TERMINATED_NOOP",
|
|
60288
60288
|
"nodeType": "MemberAccess",
|
|
60289
|
-
"referencedDeclaration":
|
|
60289
|
+
"referencedDeclaration": 18731,
|
|
60290
60290
|
"src": "26934:52:34",
|
|
60291
60291
|
"typeDescriptions": {
|
|
60292
60292
|
"typeIdentifier": "t_uint256",
|
|
@@ -61333,7 +61333,7 @@
|
|
|
61333
61333
|
"referencedDeclaration": 12641,
|
|
61334
61334
|
"src": "27642:5:34",
|
|
61335
61335
|
"typeDescriptions": {
|
|
61336
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61336
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
61337
61337
|
"typeString": "contract ISuperfluidToken"
|
|
61338
61338
|
}
|
|
61339
61339
|
},
|
|
@@ -61344,7 +61344,7 @@
|
|
|
61344
61344
|
"lValueRequested": false,
|
|
61345
61345
|
"memberName": "updateAgreementData",
|
|
61346
61346
|
"nodeType": "MemberAccess",
|
|
61347
|
-
"referencedDeclaration":
|
|
61347
|
+
"referencedDeclaration": 20429,
|
|
61348
61348
|
"src": "27642:25:34",
|
|
61349
61349
|
"typeDescriptions": {
|
|
61350
61350
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -61462,7 +61462,7 @@
|
|
|
61462
61462
|
"referencedDeclaration": 12641,
|
|
61463
61463
|
"src": "27850:5:34",
|
|
61464
61464
|
"typeDescriptions": {
|
|
61465
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61465
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
61466
61466
|
"typeString": "contract ISuperfluidToken"
|
|
61467
61467
|
}
|
|
61468
61468
|
},
|
|
@@ -61524,7 +61524,7 @@
|
|
|
61524
61524
|
"expression": {
|
|
61525
61525
|
"argumentTypes": [
|
|
61526
61526
|
{
|
|
61527
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61527
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
61528
61528
|
"typeString": "contract ISuperfluidToken"
|
|
61529
61529
|
},
|
|
61530
61530
|
{
|
|
@@ -61543,7 +61543,7 @@
|
|
|
61543
61543
|
"referencedDeclaration": 13814,
|
|
61544
61544
|
"src": "27833:16:34",
|
|
61545
61545
|
"typeDescriptions": {
|
|
61546
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
61546
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$returns$__$",
|
|
61547
61547
|
"typeString": "function (contract ISuperfluidToken,address,uint32)"
|
|
61548
61548
|
}
|
|
61549
61549
|
},
|
|
@@ -61661,7 +61661,7 @@
|
|
|
61661
61661
|
"referencedDeclaration": 12641,
|
|
61662
61662
|
"src": "28049:5:34",
|
|
61663
61663
|
"typeDescriptions": {
|
|
61664
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61664
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
61665
61665
|
"typeString": "contract ISuperfluidToken"
|
|
61666
61666
|
}
|
|
61667
61667
|
},
|
|
@@ -61708,7 +61708,7 @@
|
|
|
61708
61708
|
"expression": {
|
|
61709
61709
|
"argumentTypes": [
|
|
61710
61710
|
{
|
|
61711
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61711
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
61712
61712
|
"typeString": "contract ISuperfluidToken"
|
|
61713
61713
|
},
|
|
61714
61714
|
{
|
|
@@ -61727,7 +61727,7 @@
|
|
|
61727
61727
|
"referencedDeclaration": 13569,
|
|
61728
61728
|
"src": "28025:23:34",
|
|
61729
61729
|
"typeDescriptions": {
|
|
61730
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
61730
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int256_$returns$__$",
|
|
61731
61731
|
"typeString": "function (contract ISuperfluidToken,address,int256)"
|
|
61732
61732
|
}
|
|
61733
61733
|
},
|
|
@@ -61812,7 +61812,7 @@
|
|
|
61812
61812
|
"referencedDeclaration": 12641,
|
|
61813
61813
|
"src": "28095:5:34",
|
|
61814
61814
|
"typeDescriptions": {
|
|
61815
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61815
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
61816
61816
|
"typeString": "contract ISuperfluidToken"
|
|
61817
61817
|
}
|
|
61818
61818
|
},
|
|
@@ -61823,7 +61823,7 @@
|
|
|
61823
61823
|
"lValueRequested": false,
|
|
61824
61824
|
"memberName": "settleBalance",
|
|
61825
61825
|
"nodeType": "MemberAccess",
|
|
61826
|
-
"referencedDeclaration":
|
|
61826
|
+
"referencedDeclaration": 20497,
|
|
61827
61827
|
"src": "28095:19:34",
|
|
61828
61828
|
"typeDescriptions": {
|
|
61829
61829
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -61918,7 +61918,7 @@
|
|
|
61918
61918
|
"referencedDeclaration": 12641,
|
|
61919
61919
|
"src": "28210:5:34",
|
|
61920
61920
|
"typeDescriptions": {
|
|
61921
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61921
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
61922
61922
|
"typeString": "contract ISuperfluidToken"
|
|
61923
61923
|
}
|
|
61924
61924
|
},
|
|
@@ -61929,7 +61929,7 @@
|
|
|
61929
61929
|
"lValueRequested": false,
|
|
61930
61930
|
"memberName": "terminateAgreement",
|
|
61931
61931
|
"nodeType": "MemberAccess",
|
|
61932
|
-
"referencedDeclaration":
|
|
61932
|
+
"referencedDeclaration": 20447,
|
|
61933
61933
|
"src": "28210:24:34",
|
|
61934
61934
|
"typeDescriptions": {
|
|
61935
61935
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_uint256_$returns$__$",
|
|
@@ -62002,7 +62002,7 @@
|
|
|
62002
62002
|
"referencedDeclaration": 12641,
|
|
62003
62003
|
"src": "28302:5:34",
|
|
62004
62004
|
"typeDescriptions": {
|
|
62005
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62005
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
62006
62006
|
"typeString": "contract ISuperfluidToken"
|
|
62007
62007
|
}
|
|
62008
62008
|
},
|
|
@@ -62013,7 +62013,7 @@
|
|
|
62013
62013
|
"lValueRequested": false,
|
|
62014
62014
|
"memberName": "settleBalance",
|
|
62015
62015
|
"nodeType": "MemberAccess",
|
|
62016
|
-
"referencedDeclaration":
|
|
62016
|
+
"referencedDeclaration": 20497,
|
|
62017
62017
|
"src": "28302:19:34",
|
|
62018
62018
|
"typeDescriptions": {
|
|
62019
62019
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -62081,10 +62081,10 @@
|
|
|
62081
62081
|
"name": "SuperAppDefinitions",
|
|
62082
62082
|
"nodeType": "Identifier",
|
|
62083
62083
|
"overloadedDeclarations": [],
|
|
62084
|
-
"referencedDeclaration":
|
|
62084
|
+
"referencedDeclaration": 18797,
|
|
62085
62085
|
"src": "28377:19:34",
|
|
62086
62086
|
"typeDescriptions": {
|
|
62087
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
62087
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
|
|
62088
62088
|
"typeString": "type(library SuperAppDefinitions)"
|
|
62089
62089
|
}
|
|
62090
62090
|
},
|
|
@@ -62095,7 +62095,7 @@
|
|
|
62095
62095
|
"lValueRequested": false,
|
|
62096
62096
|
"memberName": "AFTER_AGREEMENT_TERMINATED_NOOP",
|
|
62097
62097
|
"nodeType": "MemberAccess",
|
|
62098
|
-
"referencedDeclaration":
|
|
62098
|
+
"referencedDeclaration": 18739,
|
|
62099
62099
|
"src": "28377:51:34",
|
|
62100
62100
|
"typeDescriptions": {
|
|
62101
62101
|
"typeIdentifier": "t_uint256",
|
|
@@ -62241,7 +62241,7 @@
|
|
|
62241
62241
|
"referencedDeclaration": 6429,
|
|
62242
62242
|
"src": "28451:37:34",
|
|
62243
62243
|
"typeDescriptions": {
|
|
62244
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$6141_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
62244
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$6141_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
62245
62245
|
"typeString": "function (struct AgreementLibrary.CallbackInputs memory,bytes memory,bytes memory) returns (struct ISuperfluid.Context memory,bytes memory)"
|
|
62246
62246
|
}
|
|
62247
62247
|
},
|
|
@@ -62256,7 +62256,7 @@
|
|
|
62256
62256
|
"src": "28451:68:34",
|
|
62257
62257
|
"tryCall": false,
|
|
62258
62258
|
"typeDescriptions": {
|
|
62259
|
-
"typeIdentifier": "t_tuple$_t_struct$_Context_$
|
|
62259
|
+
"typeIdentifier": "t_tuple$_t_struct$_Context_$20108_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
62260
62260
|
"typeString": "tuple(struct ISuperfluid.Context memory,bytes memory)"
|
|
62261
62261
|
}
|
|
62262
62262
|
},
|
|
@@ -62281,7 +62281,7 @@
|
|
|
62281
62281
|
"referencedDeclaration": 12641,
|
|
62282
62282
|
"src": "28553:5:34",
|
|
62283
62283
|
"typeDescriptions": {
|
|
62284
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62284
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
62285
62285
|
"typeString": "contract ISuperfluidToken"
|
|
62286
62286
|
}
|
|
62287
62287
|
},
|
|
@@ -62337,7 +62337,7 @@
|
|
|
62337
62337
|
"expression": {
|
|
62338
62338
|
"argumentTypes": [
|
|
62339
62339
|
{
|
|
62340
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62340
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
62341
62341
|
"typeString": "contract ISuperfluidToken"
|
|
62342
62342
|
},
|
|
62343
62343
|
{
|
|
@@ -62361,10 +62361,10 @@
|
|
|
62361
62361
|
"name": "IndexUnsubscribed",
|
|
62362
62362
|
"nodeType": "Identifier",
|
|
62363
62363
|
"overloadedDeclarations": [],
|
|
62364
|
-
"referencedDeclaration":
|
|
62364
|
+
"referencedDeclaration": 18440,
|
|
62365
62365
|
"src": "28535:17:34",
|
|
62366
62366
|
"typeDescriptions": {
|
|
62367
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
62367
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$__$",
|
|
62368
62368
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
62369
62369
|
}
|
|
62370
62370
|
},
|
|
@@ -62398,7 +62398,7 @@
|
|
|
62398
62398
|
"referencedDeclaration": 12641,
|
|
62399
62399
|
"src": "28636:5:34",
|
|
62400
62400
|
"typeDescriptions": {
|
|
62401
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62401
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
62402
62402
|
"typeString": "contract ISuperfluidToken"
|
|
62403
62403
|
}
|
|
62404
62404
|
},
|
|
@@ -62454,7 +62454,7 @@
|
|
|
62454
62454
|
"expression": {
|
|
62455
62455
|
"argumentTypes": [
|
|
62456
62456
|
{
|
|
62457
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62457
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
62458
62458
|
"typeString": "contract ISuperfluidToken"
|
|
62459
62459
|
},
|
|
62460
62460
|
{
|
|
@@ -62478,10 +62478,10 @@
|
|
|
62478
62478
|
"name": "SubscriptionRevoked",
|
|
62479
62479
|
"nodeType": "Identifier",
|
|
62480
62480
|
"overloadedDeclarations": [],
|
|
62481
|
-
"referencedDeclaration":
|
|
62481
|
+
"referencedDeclaration": 18454,
|
|
62482
62482
|
"src": "28616:19:34",
|
|
62483
62483
|
"typeDescriptions": {
|
|
62484
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
62484
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
|
|
62485
62485
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bytes memory)"
|
|
62486
62486
|
}
|
|
62487
62487
|
},
|
|
@@ -62515,7 +62515,7 @@
|
|
|
62515
62515
|
"referencedDeclaration": 12641,
|
|
62516
62516
|
"src": "28717:5:34",
|
|
62517
62517
|
"typeDescriptions": {
|
|
62518
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62518
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
62519
62519
|
"typeString": "contract ISuperfluidToken"
|
|
62520
62520
|
}
|
|
62521
62521
|
},
|
|
@@ -62587,7 +62587,7 @@
|
|
|
62587
62587
|
"expression": {
|
|
62588
62588
|
"argumentTypes": [
|
|
62589
62589
|
{
|
|
62590
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62590
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
62591
62591
|
"typeString": "contract ISuperfluidToken"
|
|
62592
62592
|
},
|
|
62593
62593
|
{
|
|
@@ -62615,10 +62615,10 @@
|
|
|
62615
62615
|
"name": "IndexUnitsUpdated",
|
|
62616
62616
|
"nodeType": "Identifier",
|
|
62617
62617
|
"overloadedDeclarations": [],
|
|
62618
|
-
"referencedDeclaration":
|
|
62618
|
+
"referencedDeclaration": 18487,
|
|
62619
62619
|
"src": "28699:17:34",
|
|
62620
62620
|
"typeDescriptions": {
|
|
62621
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
62621
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
62622
62622
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,uint128,bytes memory)"
|
|
62623
62623
|
}
|
|
62624
62624
|
},
|
|
@@ -62652,7 +62652,7 @@
|
|
|
62652
62652
|
"referencedDeclaration": 12641,
|
|
62653
62653
|
"src": "28808:5:34",
|
|
62654
62654
|
"typeDescriptions": {
|
|
62655
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62655
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
62656
62656
|
"typeString": "contract ISuperfluidToken"
|
|
62657
62657
|
}
|
|
62658
62658
|
},
|
|
@@ -62724,7 +62724,7 @@
|
|
|
62724
62724
|
"expression": {
|
|
62725
62725
|
"argumentTypes": [
|
|
62726
62726
|
{
|
|
62727
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62727
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
62728
62728
|
"typeString": "contract ISuperfluidToken"
|
|
62729
62729
|
},
|
|
62730
62730
|
{
|
|
@@ -62752,10 +62752,10 @@
|
|
|
62752
62752
|
"name": "SubscriptionUnitsUpdated",
|
|
62753
62753
|
"nodeType": "Identifier",
|
|
62754
62754
|
"overloadedDeclarations": [],
|
|
62755
|
-
"referencedDeclaration":
|
|
62755
|
+
"referencedDeclaration": 18503,
|
|
62756
62756
|
"src": "28783:24:34",
|
|
62757
62757
|
"typeDescriptions": {
|
|
62758
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
62758
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
62759
62759
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,uint128,bytes memory)"
|
|
62760
62760
|
}
|
|
62761
62761
|
},
|
|
@@ -62816,7 +62816,7 @@
|
|
|
62816
62816
|
"stateVariable": false,
|
|
62817
62817
|
"storageLocation": "default",
|
|
62818
62818
|
"typeDescriptions": {
|
|
62819
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62819
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
62820
62820
|
"typeString": "contract ISuperfluidToken"
|
|
62821
62821
|
},
|
|
62822
62822
|
"typeName": {
|
|
@@ -62826,13 +62826,13 @@
|
|
|
62826
62826
|
"id": 12639,
|
|
62827
62827
|
"name": "ISuperfluidToken",
|
|
62828
62828
|
"nodeType": "IdentifierPath",
|
|
62829
|
-
"referencedDeclaration":
|
|
62829
|
+
"referencedDeclaration": 20572,
|
|
62830
62830
|
"src": "25685:16:34"
|
|
62831
62831
|
},
|
|
62832
|
-
"referencedDeclaration":
|
|
62832
|
+
"referencedDeclaration": 20572,
|
|
62833
62833
|
"src": "25685:16:34",
|
|
62834
62834
|
"typeDescriptions": {
|
|
62835
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62835
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
62836
62836
|
"typeString": "contract ISuperfluidToken"
|
|
62837
62837
|
}
|
|
62838
62838
|
},
|
|
@@ -62993,7 +62993,7 @@
|
|
|
62993
62993
|
},
|
|
62994
62994
|
{
|
|
62995
62995
|
"baseFunctions": [
|
|
62996
|
-
|
|
62996
|
+
18595
|
|
62997
62997
|
],
|
|
62998
62998
|
"body": {
|
|
62999
62999
|
"id": 13159,
|
|
@@ -63011,7 +63011,7 @@
|
|
|
63011
63011
|
"referencedDeclaration": 12942,
|
|
63012
63012
|
"src": "29147:5:34",
|
|
63013
63013
|
"typeDescriptions": {
|
|
63014
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
63014
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
63015
63015
|
"typeString": "contract ISuperfluidToken"
|
|
63016
63016
|
}
|
|
63017
63017
|
},
|
|
@@ -63031,7 +63031,7 @@
|
|
|
63031
63031
|
"expression": {
|
|
63032
63032
|
"argumentTypes": [
|
|
63033
63033
|
{
|
|
63034
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
63034
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
63035
63035
|
"typeString": "contract ISuperfluidToken"
|
|
63036
63036
|
},
|
|
63037
63037
|
{
|
|
@@ -63061,7 +63061,7 @@
|
|
|
63061
63061
|
"referencedDeclaration": 6125,
|
|
63062
63062
|
"src": "29109:37:34",
|
|
63063
63063
|
"typeDescriptions": {
|
|
63064
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
63064
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_memory_ptr_$",
|
|
63065
63065
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
63066
63066
|
}
|
|
63067
63067
|
},
|
|
@@ -63076,7 +63076,7 @@
|
|
|
63076
63076
|
"src": "29109:49:34",
|
|
63077
63077
|
"tryCall": false,
|
|
63078
63078
|
"typeDescriptions": {
|
|
63079
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
63079
|
+
"typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
|
|
63080
63080
|
"typeString": "struct ISuperfluid.Context memory"
|
|
63081
63081
|
}
|
|
63082
63082
|
},
|
|
@@ -63470,7 +63470,7 @@
|
|
|
63470
63470
|
"referencedDeclaration": 12942,
|
|
63471
63471
|
"src": "29473:5:34",
|
|
63472
63472
|
"typeDescriptions": {
|
|
63473
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
63473
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
63474
63474
|
"typeString": "contract ISuperfluidToken"
|
|
63475
63475
|
}
|
|
63476
63476
|
},
|
|
@@ -63530,7 +63530,7 @@
|
|
|
63530
63530
|
"expression": {
|
|
63531
63531
|
"argumentTypes": [
|
|
63532
63532
|
{
|
|
63533
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
63533
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
63534
63534
|
"typeString": "contract ISuperfluidToken"
|
|
63535
63535
|
},
|
|
63536
63536
|
{
|
|
@@ -63557,7 +63557,7 @@
|
|
|
63557
63557
|
"referencedDeclaration": 13249,
|
|
63558
63558
|
"src": "29460:12:34",
|
|
63559
63559
|
"typeDescriptions": {
|
|
63560
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
63560
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_uint32_$_t_bool_$returns$_t_bytes32_$_t_bytes32_$_t_struct$_IndexData_$10552_memory_ptr_$_t_bool_$_t_struct$_SubscriptionData_$10563_memory_ptr_$",
|
|
63561
63561
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bool) view returns (bytes32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
63562
63562
|
}
|
|
63563
63563
|
},
|
|
@@ -64040,7 +64040,7 @@
|
|
|
64040
64040
|
"referencedDeclaration": 12942,
|
|
64041
64041
|
"src": "29844:5:34",
|
|
64042
64042
|
"typeDescriptions": {
|
|
64043
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
64043
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
64044
64044
|
"typeString": "contract ISuperfluidToken"
|
|
64045
64045
|
}
|
|
64046
64046
|
},
|
|
@@ -64103,7 +64103,7 @@
|
|
|
64103
64103
|
"expression": {
|
|
64104
64104
|
"argumentTypes": [
|
|
64105
64105
|
{
|
|
64106
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
64106
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
64107
64107
|
"typeString": "contract ISuperfluidToken"
|
|
64108
64108
|
},
|
|
64109
64109
|
{
|
|
@@ -64141,7 +64141,7 @@
|
|
|
64141
64141
|
"referencedDeclaration": 6181,
|
|
64142
64142
|
"src": "29793:37:34",
|
|
64143
64143
|
"typeDescriptions": {
|
|
64144
|
-
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$
|
|
64144
|
+
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_struct$_CallbackInputs_$6141_memory_ptr_$",
|
|
64145
64145
|
"typeString": "function (contract ISuperfluidToken,address,bytes32,bytes memory) pure returns (struct AgreementLibrary.CallbackInputs memory)"
|
|
64146
64146
|
}
|
|
64147
64147
|
},
|
|
@@ -64360,10 +64360,10 @@
|
|
|
64360
64360
|
"name": "SuperAppDefinitions",
|
|
64361
64361
|
"nodeType": "Identifier",
|
|
64362
64362
|
"overloadedDeclarations": [],
|
|
64363
|
-
"referencedDeclaration":
|
|
64363
|
+
"referencedDeclaration": 18797,
|
|
64364
64364
|
"src": "30006:19:34",
|
|
64365
64365
|
"typeDescriptions": {
|
|
64366
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
64366
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
|
|
64367
64367
|
"typeString": "type(library SuperAppDefinitions)"
|
|
64368
64368
|
}
|
|
64369
64369
|
},
|
|
@@ -64374,7 +64374,7 @@
|
|
|
64374
64374
|
"lValueRequested": false,
|
|
64375
64375
|
"memberName": "BEFORE_AGREEMENT_UPDATED_NOOP",
|
|
64376
64376
|
"nodeType": "MemberAccess",
|
|
64377
|
-
"referencedDeclaration":
|
|
64377
|
+
"referencedDeclaration": 18715,
|
|
64378
64378
|
"src": "30006:49:34",
|
|
64379
64379
|
"typeDescriptions": {
|
|
64380
64380
|
"typeIdentifier": "t_uint256",
|
|
@@ -64527,7 +64527,7 @@
|
|
|
64527
64527
|
"referencedDeclaration": 12942,
|
|
64528
64528
|
"src": "30221:5:34",
|
|
64529
64529
|
"typeDescriptions": {
|
|
64530
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
64530
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
64531
64531
|
"typeString": "contract ISuperfluidToken"
|
|
64532
64532
|
}
|
|
64533
64533
|
},
|
|
@@ -64618,7 +64618,7 @@
|
|
|
64618
64618
|
"expression": {
|
|
64619
64619
|
"argumentTypes": [
|
|
64620
64620
|
{
|
|
64621
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
64621
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
64622
64622
|
"typeString": "contract ISuperfluidToken"
|
|
64623
64623
|
},
|
|
64624
64624
|
{
|
|
@@ -64637,7 +64637,7 @@
|
|
|
64637
64637
|
"referencedDeclaration": 13569,
|
|
64638
64638
|
"src": "30197:23:34",
|
|
64639
64639
|
"typeDescriptions": {
|
|
64640
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
64640
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int256_$returns$__$",
|
|
64641
64641
|
"typeString": "function (contract ISuperfluidToken,address,int256)"
|
|
64642
64642
|
}
|
|
64643
64643
|
},
|
|
@@ -64766,7 +64766,7 @@
|
|
|
64766
64766
|
"referencedDeclaration": 12942,
|
|
64767
64767
|
"src": "30282:5:34",
|
|
64768
64768
|
"typeDescriptions": {
|
|
64769
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
64769
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
64770
64770
|
"typeString": "contract ISuperfluidToken"
|
|
64771
64771
|
}
|
|
64772
64772
|
},
|
|
@@ -64777,7 +64777,7 @@
|
|
|
64777
64777
|
"lValueRequested": false,
|
|
64778
64778
|
"memberName": "settleBalance",
|
|
64779
64779
|
"nodeType": "MemberAccess",
|
|
64780
|
-
"referencedDeclaration":
|
|
64780
|
+
"referencedDeclaration": 20497,
|
|
64781
64781
|
"src": "30282:19:34",
|
|
64782
64782
|
"typeDescriptions": {
|
|
64783
64783
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -65019,7 +65019,7 @@
|
|
|
65019
65019
|
"referencedDeclaration": 12942,
|
|
65020
65020
|
"src": "30488:5:34",
|
|
65021
65021
|
"typeDescriptions": {
|
|
65022
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
65022
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
65023
65023
|
"typeString": "contract ISuperfluidToken"
|
|
65024
65024
|
}
|
|
65025
65025
|
},
|
|
@@ -65030,7 +65030,7 @@
|
|
|
65030
65030
|
"lValueRequested": false,
|
|
65031
65031
|
"memberName": "updateAgreementData",
|
|
65032
65032
|
"nodeType": "MemberAccess",
|
|
65033
|
-
"referencedDeclaration":
|
|
65033
|
+
"referencedDeclaration": 20429,
|
|
65034
65034
|
"src": "30488:25:34",
|
|
65035
65035
|
"typeDescriptions": {
|
|
65036
65036
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -65147,7 +65147,7 @@
|
|
|
65147
65147
|
"referencedDeclaration": 12942,
|
|
65148
65148
|
"src": "30574:5:34",
|
|
65149
65149
|
"typeDescriptions": {
|
|
65150
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
65150
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
65151
65151
|
"typeString": "contract ISuperfluidToken"
|
|
65152
65152
|
}
|
|
65153
65153
|
},
|
|
@@ -65158,7 +65158,7 @@
|
|
|
65158
65158
|
"lValueRequested": false,
|
|
65159
65159
|
"memberName": "settleBalance",
|
|
65160
65160
|
"nodeType": "MemberAccess",
|
|
65161
|
-
"referencedDeclaration":
|
|
65161
|
+
"referencedDeclaration": 20497,
|
|
65162
65162
|
"src": "30574:19:34",
|
|
65163
65163
|
"typeDescriptions": {
|
|
65164
65164
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -65195,7 +65195,7 @@
|
|
|
65195
65195
|
"referencedDeclaration": 12942,
|
|
65196
65196
|
"src": "30679:5:34",
|
|
65197
65197
|
"typeDescriptions": {
|
|
65198
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
65198
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
65199
65199
|
"typeString": "contract ISuperfluidToken"
|
|
65200
65200
|
}
|
|
65201
65201
|
},
|
|
@@ -65251,7 +65251,7 @@
|
|
|
65251
65251
|
"expression": {
|
|
65252
65252
|
"argumentTypes": [
|
|
65253
65253
|
{
|
|
65254
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
65254
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
65255
65255
|
"typeString": "contract ISuperfluidToken"
|
|
65256
65256
|
},
|
|
65257
65257
|
{
|
|
@@ -65275,10 +65275,10 @@
|
|
|
65275
65275
|
"name": "IndexDistributionClaimed",
|
|
65276
65276
|
"nodeType": "Identifier",
|
|
65277
65277
|
"overloadedDeclarations": [],
|
|
65278
|
-
"referencedDeclaration":
|
|
65278
|
+
"referencedDeclaration": 18609,
|
|
65279
65279
|
"src": "30654:24:34",
|
|
65280
65280
|
"typeDescriptions": {
|
|
65281
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
65281
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_uint256_$returns$__$",
|
|
65282
65282
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,uint256)"
|
|
65283
65283
|
}
|
|
65284
65284
|
},
|
|
@@ -65312,7 +65312,7 @@
|
|
|
65312
65312
|
"referencedDeclaration": 12942,
|
|
65313
65313
|
"src": "30789:5:34",
|
|
65314
65314
|
"typeDescriptions": {
|
|
65315
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
65315
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
65316
65316
|
"typeString": "contract ISuperfluidToken"
|
|
65317
65317
|
}
|
|
65318
65318
|
},
|
|
@@ -65368,7 +65368,7 @@
|
|
|
65368
65368
|
"expression": {
|
|
65369
65369
|
"argumentTypes": [
|
|
65370
65370
|
{
|
|
65371
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
65371
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
65372
65372
|
"typeString": "contract ISuperfluidToken"
|
|
65373
65373
|
},
|
|
65374
65374
|
{
|
|
@@ -65392,10 +65392,10 @@
|
|
|
65392
65392
|
"name": "SubscriptionDistributionClaimed",
|
|
65393
65393
|
"nodeType": "Identifier",
|
|
65394
65394
|
"overloadedDeclarations": [],
|
|
65395
|
-
"referencedDeclaration":
|
|
65395
|
+
"referencedDeclaration": 18623,
|
|
65396
65396
|
"src": "30757:31:34",
|
|
65397
65397
|
"typeDescriptions": {
|
|
65398
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
65398
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_uint32_$_t_uint256_$returns$__$",
|
|
65399
65399
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,uint256)"
|
|
65400
65400
|
}
|
|
65401
65401
|
},
|
|
@@ -65460,10 +65460,10 @@
|
|
|
65460
65460
|
"name": "SuperAppDefinitions",
|
|
65461
65461
|
"nodeType": "Identifier",
|
|
65462
65462
|
"overloadedDeclarations": [],
|
|
65463
|
-
"referencedDeclaration":
|
|
65463
|
+
"referencedDeclaration": 18797,
|
|
65464
65464
|
"src": "30882:19:34",
|
|
65465
65465
|
"typeDescriptions": {
|
|
65466
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
65466
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
|
|
65467
65467
|
"typeString": "type(library SuperAppDefinitions)"
|
|
65468
65468
|
}
|
|
65469
65469
|
},
|
|
@@ -65474,7 +65474,7 @@
|
|
|
65474
65474
|
"lValueRequested": false,
|
|
65475
65475
|
"memberName": "AFTER_AGREEMENT_UPDATED_NOOP",
|
|
65476
65476
|
"nodeType": "MemberAccess",
|
|
65477
|
-
"referencedDeclaration":
|
|
65477
|
+
"referencedDeclaration": 18723,
|
|
65478
65478
|
"src": "30882:48:34",
|
|
65479
65479
|
"typeDescriptions": {
|
|
65480
65480
|
"typeIdentifier": "t_uint256",
|
|
@@ -65620,7 +65620,7 @@
|
|
|
65620
65620
|
"referencedDeclaration": 6429,
|
|
65621
65621
|
"src": "30957:37:34",
|
|
65622
65622
|
"typeDescriptions": {
|
|
65623
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$6141_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
65623
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$6141_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
65624
65624
|
"typeString": "function (struct AgreementLibrary.CallbackInputs memory,bytes memory,bytes memory) returns (struct ISuperfluid.Context memory,bytes memory)"
|
|
65625
65625
|
}
|
|
65626
65626
|
},
|
|
@@ -65635,7 +65635,7 @@
|
|
|
65635
65635
|
"src": "30957:68:34",
|
|
65636
65636
|
"tryCall": false,
|
|
65637
65637
|
"typeDescriptions": {
|
|
65638
|
-
"typeIdentifier": "t_tuple$_t_struct$_Context_$
|
|
65638
|
+
"typeIdentifier": "t_tuple$_t_struct$_Context_$20108_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
65639
65639
|
"typeString": "tuple(struct ISuperfluid.Context memory,bytes memory)"
|
|
65640
65640
|
}
|
|
65641
65641
|
},
|
|
@@ -65684,7 +65684,7 @@
|
|
|
65684
65684
|
"stateVariable": false,
|
|
65685
65685
|
"storageLocation": "default",
|
|
65686
65686
|
"typeDescriptions": {
|
|
65687
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
65687
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
65688
65688
|
"typeString": "contract ISuperfluidToken"
|
|
65689
65689
|
},
|
|
65690
65690
|
"typeName": {
|
|
@@ -65694,13 +65694,13 @@
|
|
|
65694
65694
|
"id": 12940,
|
|
65695
65695
|
"name": "ISuperfluidToken",
|
|
65696
65696
|
"nodeType": "IdentifierPath",
|
|
65697
|
-
"referencedDeclaration":
|
|
65697
|
+
"referencedDeclaration": 20572,
|
|
65698
65698
|
"src": "28896:16:34"
|
|
65699
65699
|
},
|
|
65700
|
-
"referencedDeclaration":
|
|
65700
|
+
"referencedDeclaration": 20572,
|
|
65701
65701
|
"src": "28896:16:34",
|
|
65702
65702
|
"typeDescriptions": {
|
|
65703
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
65703
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
65704
65704
|
"typeString": "contract ISuperfluidToken"
|
|
65705
65705
|
}
|
|
65706
65706
|
},
|
|
@@ -66151,7 +66151,7 @@
|
|
|
66151
66151
|
"referencedDeclaration": 13163,
|
|
66152
66152
|
"src": "31716:5:34",
|
|
66153
66153
|
"typeDescriptions": {
|
|
66154
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
66154
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
66155
66155
|
"typeString": "contract ISuperfluidToken"
|
|
66156
66156
|
}
|
|
66157
66157
|
},
|
|
@@ -66171,7 +66171,7 @@
|
|
|
66171
66171
|
"expression": {
|
|
66172
66172
|
"argumentTypes": [
|
|
66173
66173
|
{
|
|
66174
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
66174
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
66175
66175
|
"typeString": "contract ISuperfluidToken"
|
|
66176
66176
|
},
|
|
66177
66177
|
{
|
|
@@ -66186,7 +66186,7 @@
|
|
|
66186
66186
|
"referencedDeclaration": 13474,
|
|
66187
66187
|
"src": "31702:13:34",
|
|
66188
66188
|
"typeDescriptions": {
|
|
66189
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
66189
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes32_$returns$_t_bool_$_t_struct$_IndexData_$10552_memory_ptr_$",
|
|
66190
66190
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
66191
66191
|
}
|
|
66192
66192
|
},
|
|
@@ -66350,7 +66350,7 @@
|
|
|
66350
66350
|
"referencedDeclaration": 13163,
|
|
66351
66351
|
"src": "31837:5:34",
|
|
66352
66352
|
"typeDescriptions": {
|
|
66353
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
66353
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
66354
66354
|
"typeString": "contract ISuperfluidToken"
|
|
66355
66355
|
}
|
|
66356
66356
|
},
|
|
@@ -66370,7 +66370,7 @@
|
|
|
66370
66370
|
"expression": {
|
|
66371
66371
|
"argumentTypes": [
|
|
66372
66372
|
{
|
|
66373
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
66373
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
66374
66374
|
"typeString": "contract ISuperfluidToken"
|
|
66375
66375
|
},
|
|
66376
66376
|
{
|
|
@@ -66385,7 +66385,7 @@
|
|
|
66385
66385
|
"referencedDeclaration": 13772,
|
|
66386
66386
|
"src": "31816:20:34",
|
|
66387
66387
|
"typeDescriptions": {
|
|
66388
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
66388
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes32_$returns$_t_bool_$_t_struct$_SubscriptionData_$10563_memory_ptr_$",
|
|
66389
66389
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
66390
66390
|
}
|
|
66391
66391
|
},
|
|
@@ -66735,7 +66735,7 @@
|
|
|
66735
66735
|
"stateVariable": false,
|
|
66736
66736
|
"storageLocation": "default",
|
|
66737
66737
|
"typeDescriptions": {
|
|
66738
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
66738
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
66739
66739
|
"typeString": "contract ISuperfluidToken"
|
|
66740
66740
|
},
|
|
66741
66741
|
"typeName": {
|
|
@@ -66745,13 +66745,13 @@
|
|
|
66745
66745
|
"id": 13161,
|
|
66746
66746
|
"name": "ISuperfluidToken",
|
|
66747
66747
|
"nodeType": "IdentifierPath",
|
|
66748
|
-
"referencedDeclaration":
|
|
66748
|
+
"referencedDeclaration": 20572,
|
|
66749
66749
|
"src": "31173:16:34"
|
|
66750
66750
|
},
|
|
66751
|
-
"referencedDeclaration":
|
|
66751
|
+
"referencedDeclaration": 20572,
|
|
66752
66752
|
"src": "31173:16:34",
|
|
66753
66753
|
"typeDescriptions": {
|
|
66754
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
66754
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
66755
66755
|
"typeString": "contract ISuperfluidToken"
|
|
66756
66756
|
}
|
|
66757
66757
|
},
|
|
@@ -68530,7 +68530,7 @@
|
|
|
68530
68530
|
"referencedDeclaration": 13351,
|
|
68531
68531
|
"src": "33627:5:34",
|
|
68532
68532
|
"typeDescriptions": {
|
|
68533
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
68533
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
68534
68534
|
"typeString": "contract ISuperfluidToken"
|
|
68535
68535
|
}
|
|
68536
68536
|
},
|
|
@@ -68541,7 +68541,7 @@
|
|
|
68541
68541
|
"lValueRequested": false,
|
|
68542
68542
|
"memberName": "getAgreementData",
|
|
68543
68543
|
"nodeType": "MemberAccess",
|
|
68544
|
-
"referencedDeclaration":
|
|
68544
|
+
"referencedDeclaration": 20420,
|
|
68545
68545
|
"src": "33627:22:34",
|
|
68546
68546
|
"typeDescriptions": {
|
|
68547
68547
|
"typeIdentifier": "t_function_external_view$_t_address_$_t_bytes32_$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
@@ -68790,7 +68790,7 @@
|
|
|
68790
68790
|
"stateVariable": false,
|
|
68791
68791
|
"storageLocation": "default",
|
|
68792
68792
|
"typeDescriptions": {
|
|
68793
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
68793
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
68794
68794
|
"typeString": "contract ISuperfluidToken"
|
|
68795
68795
|
},
|
|
68796
68796
|
"typeName": {
|
|
@@ -68800,13 +68800,13 @@
|
|
|
68800
68800
|
"id": 13349,
|
|
68801
68801
|
"name": "ISuperfluidToken",
|
|
68802
68802
|
"nodeType": "IdentifierPath",
|
|
68803
|
-
"referencedDeclaration":
|
|
68803
|
+
"referencedDeclaration": 20572,
|
|
68804
68804
|
"src": "33488:16:34"
|
|
68805
68805
|
},
|
|
68806
|
-
"referencedDeclaration":
|
|
68806
|
+
"referencedDeclaration": 20572,
|
|
68807
68807
|
"src": "33488:16:34",
|
|
68808
68808
|
"typeDescriptions": {
|
|
68809
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
68809
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
68810
68810
|
"typeString": "contract ISuperfluidToken"
|
|
68811
68811
|
}
|
|
68812
68812
|
},
|
|
@@ -69041,7 +69041,7 @@
|
|
|
69041
69041
|
"referencedDeclaration": 13392,
|
|
69042
69042
|
"src": "33942:5:34",
|
|
69043
69043
|
"typeDescriptions": {
|
|
69044
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
69044
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
69045
69045
|
"typeString": "contract ISuperfluidToken"
|
|
69046
69046
|
}
|
|
69047
69047
|
},
|
|
@@ -69052,7 +69052,7 @@
|
|
|
69052
69052
|
"lValueRequested": false,
|
|
69053
69053
|
"memberName": "getAgreementData",
|
|
69054
69054
|
"nodeType": "MemberAccess",
|
|
69055
|
-
"referencedDeclaration":
|
|
69055
|
+
"referencedDeclaration": 20420,
|
|
69056
69056
|
"src": "33942:22:34",
|
|
69057
69057
|
"typeDescriptions": {
|
|
69058
69058
|
"typeIdentifier": "t_function_external_view$_t_address_$_t_bytes32_$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
@@ -69787,7 +69787,7 @@
|
|
|
69787
69787
|
"stateVariable": false,
|
|
69788
69788
|
"storageLocation": "default",
|
|
69789
69789
|
"typeDescriptions": {
|
|
69790
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
69790
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
69791
69791
|
"typeString": "contract ISuperfluidToken"
|
|
69792
69792
|
},
|
|
69793
69793
|
"typeName": {
|
|
@@ -69797,13 +69797,13 @@
|
|
|
69797
69797
|
"id": 13390,
|
|
69798
69798
|
"name": "ISuperfluidToken",
|
|
69799
69799
|
"nodeType": "IdentifierPath",
|
|
69800
|
-
"referencedDeclaration":
|
|
69800
|
+
"referencedDeclaration": 20572,
|
|
69801
69801
|
"src": "33779:16:34"
|
|
69802
69802
|
},
|
|
69803
|
-
"referencedDeclaration":
|
|
69803
|
+
"referencedDeclaration": 20572,
|
|
69804
69804
|
"src": "33779:16:34",
|
|
69805
69805
|
"typeDescriptions": {
|
|
69806
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
69806
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
69807
69807
|
"typeString": "contract ISuperfluidToken"
|
|
69808
69808
|
}
|
|
69809
69809
|
},
|
|
@@ -70088,7 +70088,7 @@
|
|
|
70088
70088
|
"referencedDeclaration": 13477,
|
|
70089
70089
|
"src": "34755:5:34",
|
|
70090
70090
|
"typeDescriptions": {
|
|
70091
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
70091
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
70092
70092
|
"typeString": "contract ISuperfluidToken"
|
|
70093
70093
|
}
|
|
70094
70094
|
},
|
|
@@ -70099,7 +70099,7 @@
|
|
|
70099
70099
|
"lValueRequested": false,
|
|
70100
70100
|
"memberName": "getAgreementStateSlot",
|
|
70101
70101
|
"nodeType": "MemberAccess",
|
|
70102
|
-
"referencedDeclaration":
|
|
70102
|
+
"referencedDeclaration": 20489,
|
|
70103
70103
|
"src": "34755:27:34",
|
|
70104
70104
|
"typeDescriptions": {
|
|
70105
70105
|
"typeIdentifier": "t_function_external_view$_t_address_$_t_address_$_t_uint256_$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
@@ -70240,7 +70240,7 @@
|
|
|
70240
70240
|
"stateVariable": false,
|
|
70241
70241
|
"storageLocation": "default",
|
|
70242
70242
|
"typeDescriptions": {
|
|
70243
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
70243
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
70244
70244
|
"typeString": "contract ISuperfluidToken"
|
|
70245
70245
|
},
|
|
70246
70246
|
"typeName": {
|
|
@@ -70250,13 +70250,13 @@
|
|
|
70250
70250
|
"id": 13475,
|
|
70251
70251
|
"name": "ISuperfluidToken",
|
|
70252
70252
|
"nodeType": "IdentifierPath",
|
|
70253
|
-
"referencedDeclaration":
|
|
70253
|
+
"referencedDeclaration": 20572,
|
|
70254
70254
|
"src": "34614:16:34"
|
|
70255
70255
|
},
|
|
70256
|
-
"referencedDeclaration":
|
|
70256
|
+
"referencedDeclaration": 20572,
|
|
70257
70257
|
"src": "34614:16:34",
|
|
70258
70258
|
"typeDescriptions": {
|
|
70259
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
70259
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
70260
70260
|
"typeString": "contract ISuperfluidToken"
|
|
70261
70261
|
}
|
|
70262
70262
|
},
|
|
@@ -70565,7 +70565,7 @@
|
|
|
70565
70565
|
"referencedDeclaration": 13511,
|
|
70566
70566
|
"src": "35146:5:34",
|
|
70567
70567
|
"typeDescriptions": {
|
|
70568
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
70568
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
70569
70569
|
"typeString": "contract ISuperfluidToken"
|
|
70570
70570
|
}
|
|
70571
70571
|
},
|
|
@@ -70576,7 +70576,7 @@
|
|
|
70576
70576
|
"lValueRequested": false,
|
|
70577
70577
|
"memberName": "getAgreementStateSlot",
|
|
70578
70578
|
"nodeType": "MemberAccess",
|
|
70579
|
-
"referencedDeclaration":
|
|
70579
|
+
"referencedDeclaration": 20489,
|
|
70580
70580
|
"src": "35146:27:34",
|
|
70581
70581
|
"typeDescriptions": {
|
|
70582
70582
|
"typeIdentifier": "t_function_external_view$_t_address_$_t_address_$_t_uint256_$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
@@ -70960,7 +70960,7 @@
|
|
|
70960
70960
|
"referencedDeclaration": 13511,
|
|
70961
70961
|
"src": "35368:5:34",
|
|
70962
70962
|
"typeDescriptions": {
|
|
70963
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
70963
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
70964
70964
|
"typeString": "contract ISuperfluidToken"
|
|
70965
70965
|
}
|
|
70966
70966
|
},
|
|
@@ -70971,7 +70971,7 @@
|
|
|
70971
70971
|
"lValueRequested": false,
|
|
70972
70972
|
"memberName": "updateAgreementStateSlot",
|
|
70973
70973
|
"nodeType": "MemberAccess",
|
|
70974
|
-
"referencedDeclaration":
|
|
70974
|
+
"referencedDeclaration": 20465,
|
|
70975
70975
|
"src": "35368:30:34",
|
|
70976
70976
|
"typeDescriptions": {
|
|
70977
70977
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -71022,7 +71022,7 @@
|
|
|
71022
71022
|
"stateVariable": false,
|
|
71023
71023
|
"storageLocation": "default",
|
|
71024
71024
|
"typeDescriptions": {
|
|
71025
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
71025
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
71026
71026
|
"typeString": "contract ISuperfluidToken"
|
|
71027
71027
|
},
|
|
71028
71028
|
"typeName": {
|
|
@@ -71032,13 +71032,13 @@
|
|
|
71032
71032
|
"id": 13509,
|
|
71033
71033
|
"name": "ISuperfluidToken",
|
|
71034
71034
|
"nodeType": "IdentifierPath",
|
|
71035
|
-
"referencedDeclaration":
|
|
71035
|
+
"referencedDeclaration": 20572,
|
|
71036
71036
|
"src": "34982:16:34"
|
|
71037
71037
|
},
|
|
71038
|
-
"referencedDeclaration":
|
|
71038
|
+
"referencedDeclaration": 20572,
|
|
71039
71039
|
"src": "34982:16:34",
|
|
71040
71040
|
"typeDescriptions": {
|
|
71041
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
71041
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
71042
71042
|
"typeString": "contract ISuperfluidToken"
|
|
71043
71043
|
}
|
|
71044
71044
|
},
|
|
@@ -72342,7 +72342,7 @@
|
|
|
72342
72342
|
"referencedDeclaration": 13649,
|
|
72343
72343
|
"src": "36459:5:34",
|
|
72344
72344
|
"typeDescriptions": {
|
|
72345
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
72345
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
72346
72346
|
"typeString": "contract ISuperfluidToken"
|
|
72347
72347
|
}
|
|
72348
72348
|
},
|
|
@@ -72353,7 +72353,7 @@
|
|
|
72353
72353
|
"lValueRequested": false,
|
|
72354
72354
|
"memberName": "getAgreementData",
|
|
72355
72355
|
"nodeType": "MemberAccess",
|
|
72356
|
-
"referencedDeclaration":
|
|
72356
|
+
"referencedDeclaration": 20420,
|
|
72357
72357
|
"src": "36459:22:34",
|
|
72358
72358
|
"typeDescriptions": {
|
|
72359
72359
|
"typeIdentifier": "t_function_external_view$_t_address_$_t_bytes32_$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
@@ -73646,7 +73646,7 @@
|
|
|
73646
73646
|
"stateVariable": false,
|
|
73647
73647
|
"storageLocation": "default",
|
|
73648
73648
|
"typeDescriptions": {
|
|
73649
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73649
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
73650
73650
|
"typeString": "contract ISuperfluidToken"
|
|
73651
73651
|
},
|
|
73652
73652
|
"typeName": {
|
|
@@ -73656,13 +73656,13 @@
|
|
|
73656
73656
|
"id": 13647,
|
|
73657
73657
|
"name": "ISuperfluidToken",
|
|
73658
73658
|
"nodeType": "IdentifierPath",
|
|
73659
|
-
"referencedDeclaration":
|
|
73659
|
+
"referencedDeclaration": 20572,
|
|
73660
73660
|
"src": "36289:16:34"
|
|
73661
73661
|
},
|
|
73662
|
-
"referencedDeclaration":
|
|
73662
|
+
"referencedDeclaration": 20572,
|
|
73663
73663
|
"src": "36289:16:34",
|
|
73664
73664
|
"typeDescriptions": {
|
|
73665
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73665
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
73666
73666
|
"typeString": "contract ISuperfluidToken"
|
|
73667
73667
|
}
|
|
73668
73668
|
},
|
|
@@ -73789,7 +73789,7 @@
|
|
|
73789
73789
|
"referencedDeclaration": 13775,
|
|
73790
73790
|
"src": "37927:5:34",
|
|
73791
73791
|
"typeDescriptions": {
|
|
73792
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73792
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
73793
73793
|
"typeString": "contract ISuperfluidToken"
|
|
73794
73794
|
}
|
|
73795
73795
|
},
|
|
@@ -73845,7 +73845,7 @@
|
|
|
73845
73845
|
"expression": {
|
|
73846
73846
|
"argumentTypes": [
|
|
73847
73847
|
{
|
|
73848
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73848
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
73849
73849
|
"typeString": "contract ISuperfluidToken"
|
|
73850
73850
|
},
|
|
73851
73851
|
{
|
|
@@ -73870,10 +73870,10 @@
|
|
|
73870
73870
|
"name": "SlotsBitmapLibrary",
|
|
73871
73871
|
"nodeType": "Identifier",
|
|
73872
73872
|
"overloadedDeclarations": [],
|
|
73873
|
-
"referencedDeclaration":
|
|
73873
|
+
"referencedDeclaration": 21680,
|
|
73874
73874
|
"src": "37874:18:34",
|
|
73875
73875
|
"typeDescriptions": {
|
|
73876
|
-
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$
|
|
73876
|
+
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$21680_$",
|
|
73877
73877
|
"typeString": "type(library SlotsBitmapLibrary)"
|
|
73878
73878
|
}
|
|
73879
73879
|
},
|
|
@@ -73884,10 +73884,10 @@
|
|
|
73884
73884
|
"lValueRequested": false,
|
|
73885
73885
|
"memberName": "findEmptySlotAndFill",
|
|
73886
73886
|
"nodeType": "MemberAccess",
|
|
73887
|
-
"referencedDeclaration":
|
|
73887
|
+
"referencedDeclaration": 21487,
|
|
73888
73888
|
"src": "37874:39:34",
|
|
73889
73889
|
"typeDescriptions": {
|
|
73890
|
-
"typeIdentifier": "t_function_delegatecall_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
73890
|
+
"typeIdentifier": "t_function_delegatecall_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint256_$_t_uint256_$_t_bytes32_$returns$_t_uint32_$",
|
|
73891
73891
|
"typeString": "function (contract ISuperfluidToken,address,uint256,uint256,bytes32) returns (uint32)"
|
|
73892
73892
|
}
|
|
73893
73893
|
},
|
|
@@ -73936,7 +73936,7 @@
|
|
|
73936
73936
|
"stateVariable": false,
|
|
73937
73937
|
"storageLocation": "default",
|
|
73938
73938
|
"typeDescriptions": {
|
|
73939
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73939
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
73940
73940
|
"typeString": "contract ISuperfluidToken"
|
|
73941
73941
|
},
|
|
73942
73942
|
"typeName": {
|
|
@@ -73946,13 +73946,13 @@
|
|
|
73946
73946
|
"id": 13773,
|
|
73947
73947
|
"name": "ISuperfluidToken",
|
|
73948
73948
|
"nodeType": "IdentifierPath",
|
|
73949
|
-
"referencedDeclaration":
|
|
73949
|
+
"referencedDeclaration": 20572,
|
|
73950
73950
|
"src": "37728:16:34"
|
|
73951
73951
|
},
|
|
73952
|
-
"referencedDeclaration":
|
|
73952
|
+
"referencedDeclaration": 20572,
|
|
73953
73953
|
"src": "37728:16:34",
|
|
73954
73954
|
"typeDescriptions": {
|
|
73955
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73955
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
73956
73956
|
"typeString": "contract ISuperfluidToken"
|
|
73957
73957
|
}
|
|
73958
73958
|
},
|
|
@@ -74073,7 +74073,7 @@
|
|
|
74073
74073
|
"referencedDeclaration": 13797,
|
|
74074
74074
|
"src": "38278:5:34",
|
|
74075
74075
|
"typeDescriptions": {
|
|
74076
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
74076
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
74077
74077
|
"typeString": "contract ISuperfluidToken"
|
|
74078
74078
|
}
|
|
74079
74079
|
},
|
|
@@ -74117,7 +74117,7 @@
|
|
|
74117
74117
|
"expression": {
|
|
74118
74118
|
"argumentTypes": [
|
|
74119
74119
|
{
|
|
74120
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
74120
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
74121
74121
|
"typeString": "contract ISuperfluidToken"
|
|
74122
74122
|
},
|
|
74123
74123
|
{
|
|
@@ -74138,10 +74138,10 @@
|
|
|
74138
74138
|
"name": "SlotsBitmapLibrary",
|
|
74139
74139
|
"nodeType": "Identifier",
|
|
74140
74140
|
"overloadedDeclarations": [],
|
|
74141
|
-
"referencedDeclaration":
|
|
74141
|
+
"referencedDeclaration": 21680,
|
|
74142
74142
|
"src": "38236:18:34",
|
|
74143
74143
|
"typeDescriptions": {
|
|
74144
|
-
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$
|
|
74144
|
+
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$21680_$",
|
|
74145
74145
|
"typeString": "type(library SlotsBitmapLibrary)"
|
|
74146
74146
|
}
|
|
74147
74147
|
},
|
|
@@ -74152,10 +74152,10 @@
|
|
|
74152
74152
|
"lValueRequested": false,
|
|
74153
74153
|
"memberName": "clearSlot",
|
|
74154
74154
|
"nodeType": "MemberAccess",
|
|
74155
|
-
"referencedDeclaration":
|
|
74155
|
+
"referencedDeclaration": 21569,
|
|
74156
74156
|
"src": "38236:28:34",
|
|
74157
74157
|
"typeDescriptions": {
|
|
74158
|
-
"typeIdentifier": "t_function_delegatecall_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
74158
|
+
"typeIdentifier": "t_function_delegatecall_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint256_$_t_uint32_$returns$__$",
|
|
74159
74159
|
"typeString": "function (contract ISuperfluidToken,address,uint256,uint32)"
|
|
74160
74160
|
}
|
|
74161
74161
|
},
|
|
@@ -74203,7 +74203,7 @@
|
|
|
74203
74203
|
"stateVariable": false,
|
|
74204
74204
|
"storageLocation": "default",
|
|
74205
74205
|
"typeDescriptions": {
|
|
74206
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
74206
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
74207
74207
|
"typeString": "contract ISuperfluidToken"
|
|
74208
74208
|
},
|
|
74209
74209
|
"typeName": {
|
|
@@ -74213,13 +74213,13 @@
|
|
|
74213
74213
|
"id": 13795,
|
|
74214
74214
|
"name": "ISuperfluidToken",
|
|
74215
74215
|
"nodeType": "IdentifierPath",
|
|
74216
|
-
"referencedDeclaration":
|
|
74216
|
+
"referencedDeclaration": 20572,
|
|
74217
74217
|
"src": "38127:16:34"
|
|
74218
74218
|
},
|
|
74219
|
-
"referencedDeclaration":
|
|
74219
|
+
"referencedDeclaration": 20572,
|
|
74220
74220
|
"src": "38127:16:34",
|
|
74221
74221
|
"typeDescriptions": {
|
|
74222
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
74222
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
74223
74223
|
"typeString": "contract ISuperfluidToken"
|
|
74224
74224
|
}
|
|
74225
74225
|
},
|
|
@@ -74360,7 +74360,7 @@
|
|
|
74360
74360
|
"referencedDeclaration": 13817,
|
|
74361
74361
|
"src": "38675:5:34",
|
|
74362
74362
|
"typeDescriptions": {
|
|
74363
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
74363
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
74364
74364
|
"typeString": "contract ISuperfluidToken"
|
|
74365
74365
|
}
|
|
74366
74366
|
},
|
|
@@ -74404,7 +74404,7 @@
|
|
|
74404
74404
|
"expression": {
|
|
74405
74405
|
"argumentTypes": [
|
|
74406
74406
|
{
|
|
74407
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
74407
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
74408
74408
|
"typeString": "contract ISuperfluidToken"
|
|
74409
74409
|
},
|
|
74410
74410
|
{
|
|
@@ -74425,10 +74425,10 @@
|
|
|
74425
74425
|
"name": "SlotsBitmapLibrary",
|
|
74426
74426
|
"nodeType": "Identifier",
|
|
74427
74427
|
"overloadedDeclarations": [],
|
|
74428
|
-
"referencedDeclaration":
|
|
74428
|
+
"referencedDeclaration": 21680,
|
|
74429
74429
|
"src": "38634:18:34",
|
|
74430
74430
|
"typeDescriptions": {
|
|
74431
|
-
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$
|
|
74431
|
+
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$21680_$",
|
|
74432
74432
|
"typeString": "type(library SlotsBitmapLibrary)"
|
|
74433
74433
|
}
|
|
74434
74434
|
},
|
|
@@ -74439,10 +74439,10 @@
|
|
|
74439
74439
|
"lValueRequested": false,
|
|
74440
74440
|
"memberName": "listData",
|
|
74441
74441
|
"nodeType": "MemberAccess",
|
|
74442
|
-
"referencedDeclaration":
|
|
74442
|
+
"referencedDeclaration": 21679,
|
|
74443
74443
|
"src": "38634:27:34",
|
|
74444
74444
|
"typeDescriptions": {
|
|
74445
|
-
"typeIdentifier": "t_function_delegatecall_view$_t_contract$_ISuperfluidToken_$
|
|
74445
|
+
"typeIdentifier": "t_function_delegatecall_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint256_$_t_uint256_$returns$_t_array$_t_uint32_$dyn_memory_ptr_$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
74446
74446
|
"typeString": "function (contract ISuperfluidToken,address,uint256,uint256) view returns (uint32[] memory,bytes32[] memory)"
|
|
74447
74447
|
}
|
|
74448
74448
|
},
|
|
@@ -74794,7 +74794,7 @@
|
|
|
74794
74794
|
"stateVariable": false,
|
|
74795
74795
|
"storageLocation": "default",
|
|
74796
74796
|
"typeDescriptions": {
|
|
74797
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
74797
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
74798
74798
|
"typeString": "contract ISuperfluidToken"
|
|
74799
74799
|
},
|
|
74800
74800
|
"typeName": {
|
|
@@ -74804,13 +74804,13 @@
|
|
|
74804
74804
|
"id": 13815,
|
|
74805
74805
|
"name": "ISuperfluidToken",
|
|
74806
74806
|
"nodeType": "IdentifierPath",
|
|
74807
|
-
"referencedDeclaration":
|
|
74807
|
+
"referencedDeclaration": 20572,
|
|
74808
74808
|
"src": "38429:16:34"
|
|
74809
74809
|
},
|
|
74810
|
-
"referencedDeclaration":
|
|
74810
|
+
"referencedDeclaration": 20572,
|
|
74811
74811
|
"src": "38429:16:34",
|
|
74812
74812
|
"typeDescriptions": {
|
|
74813
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
74813
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
|
|
74814
74814
|
"typeString": "contract ISuperfluidToken"
|
|
74815
74815
|
}
|
|
74816
74816
|
},
|
|
@@ -74946,7 +74946,7 @@
|
|
|
74946
74946
|
},
|
|
74947
74947
|
"networks": {},
|
|
74948
74948
|
"schemaVersion": "3.4.8",
|
|
74949
|
-
"updatedAt": "2022-08-
|
|
74949
|
+
"updatedAt": "2022-08-30T13:03:13.266Z",
|
|
74950
74950
|
"devdoc": {
|
|
74951
74951
|
"author": "Superfluid",
|
|
74952
74952
|
"details": "Please read IInstantDistributionAgreementV1 for implementation notes.For more technical notes, please visit protocol-monorepo wiki area.",
|