@superfluid-finance/ethereum-contracts 1.2.2-dev.a4c583c.0 → 1.2.2-dev.ec379f7.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 +167 -167
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +178 -178
- package/build/contracts/BatchOperation.json +599 -599
- package/build/contracts/CFAv1Library.json +257 -257
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1501 -1501
- package/build/contracts/ConstantFlowAgreementV1.json +925 -925
- 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/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/ERC721.json +1 -1
- 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/ExclusiveInflowTestApp.json +1501 -1501
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1502 -1502
- package/build/contracts/FlowOperatorDefinitions.json +599 -599
- package/build/contracts/FullUpgradableSuperTokenProxy.json +113 -113
- 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 +398 -398
- 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/IERC721.json +1 -1
- package/build/contracts/IERC721Metadata.json +1 -1
- package/build/contracts/IERC721Receiver.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 +829 -829
- package/build/contracts/ISuperfluidGovernance.json +242 -242
- package/build/contracts/ISuperfluidToken.json +389 -389
- package/build/contracts/ITOGAv1.json +1431 -1431
- package/build/contracts/ITOGAv2.json +1431 -1431
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +577 -577
- package/build/contracts/Int96SafeMath.json +281 -281
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
- package/build/contracts/NonClosableOutflowTestApp.json +1502 -1502
- 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 +1501 -1501
- package/build/contracts/SlotsBitmapLibrary.json +441 -441
- 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 +2350 -2350
- package/build/contracts/SuperTokenFactory.json +731 -731
- package/build/contracts/SuperTokenFactoryBase.json +721 -721
- package/build/contracts/SuperTokenFactoryHelper.json +724 -724
- package/build/contracts/SuperUpgrader.json +437 -437
- package/build/contracts/Superfluid.json +9812 -10169
- package/build/contracts/SuperfluidFrameworkDeployer.json +490 -490
- package/build/contracts/SuperfluidGovernanceBase.json +1769 -2087
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +2015 -2265
- package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidToken.json +1345 -1345
- package/build/contracts/TOGA.json +1448 -1448
- package/build/contracts/TestGovernance.json +2192 -2442
- package/build/contracts/TestToken.json +94 -94
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UInt128SafeMath.json +97 -97
- package/build/contracts/UUPSProxiable.json +132 -132
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +2 -2
- package/contracts/gov/SuperfluidGovernanceBase.sol +9 -26
- package/contracts/mocks/SuperfluidMock.sol +2 -2
- package/contracts/superfluid/Superfluid.sol +5 -10
- package/package.json +1 -1
- package/scripts/gov-create-new-app-registration-key.js +26 -3
|
@@ -1298,7 +1298,7 @@
|
|
|
1298
1298
|
}
|
|
1299
1299
|
]
|
|
1300
1300
|
},
|
|
1301
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
1301
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$19002_fromMemory",
|
|
1302
1302
|
"nodeType": "YulFunctionDefinition",
|
|
1303
1303
|
"parameters": [
|
|
1304
1304
|
{
|
|
@@ -1326,7 +1326,7 @@
|
|
|
1326
1326
|
}
|
|
1327
1327
|
]
|
|
1328
1328
|
},
|
|
1329
|
-
"contents": "{\n { }\n function abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
1329
|
+
"contents": "{\n { }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19002_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}",
|
|
1330
1330
|
"id": 110,
|
|
1331
1331
|
"language": "Yul",
|
|
1332
1332
|
"name": "#utility.yul"
|
|
@@ -2636,7 +2636,7 @@
|
|
|
2636
2636
|
}
|
|
2637
2637
|
]
|
|
2638
2638
|
},
|
|
2639
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
2639
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$19399t_uint32t_addresst_uint128t_bytes_calldata_ptr",
|
|
2640
2640
|
"nodeType": "YulFunctionDefinition",
|
|
2641
2641
|
"parameters": [
|
|
2642
2642
|
{
|
|
@@ -3632,7 +3632,7 @@
|
|
|
3632
3632
|
}
|
|
3633
3633
|
]
|
|
3634
3634
|
},
|
|
3635
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
3635
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$19399t_addresst_uint32",
|
|
3636
3636
|
"nodeType": "YulFunctionDefinition",
|
|
3637
3637
|
"parameters": [
|
|
3638
3638
|
{
|
|
@@ -4588,7 +4588,7 @@
|
|
|
4588
4588
|
}
|
|
4589
4589
|
]
|
|
4590
4590
|
},
|
|
4591
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
4591
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$19399t_addresst_uint32t_addresst_bytes_calldata_ptr",
|
|
4592
4592
|
"nodeType": "YulFunctionDefinition",
|
|
4593
4593
|
"parameters": [
|
|
4594
4594
|
{
|
|
@@ -5452,7 +5452,7 @@
|
|
|
5452
5452
|
}
|
|
5453
5453
|
]
|
|
5454
5454
|
},
|
|
5455
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
5455
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$19399t_addresst_uint32t_address",
|
|
5456
5456
|
"nodeType": "YulFunctionDefinition",
|
|
5457
5457
|
"parameters": [
|
|
5458
5458
|
{
|
|
@@ -6305,7 +6305,7 @@
|
|
|
6305
6305
|
}
|
|
6306
6306
|
]
|
|
6307
6307
|
},
|
|
6308
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
6308
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$19399t_addresst_uint32t_bytes_calldata_ptr",
|
|
6309
6309
|
"nodeType": "YulFunctionDefinition",
|
|
6310
6310
|
"parameters": [
|
|
6311
6311
|
{
|
|
@@ -6826,7 +6826,7 @@
|
|
|
6826
6826
|
}
|
|
6827
6827
|
]
|
|
6828
6828
|
},
|
|
6829
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
6829
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$19399t_uint32t_uint128t_bytes_calldata_ptr",
|
|
6830
6830
|
"nodeType": "YulFunctionDefinition",
|
|
6831
6831
|
"parameters": [
|
|
6832
6832
|
{
|
|
@@ -7234,7 +7234,7 @@
|
|
|
7234
7234
|
}
|
|
7235
7235
|
]
|
|
7236
7236
|
},
|
|
7237
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
7237
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$19399t_addresst_uint32t_uint256",
|
|
7238
7238
|
"nodeType": "YulFunctionDefinition",
|
|
7239
7239
|
"parameters": [
|
|
7240
7240
|
{
|
|
@@ -7713,7 +7713,7 @@
|
|
|
7713
7713
|
}
|
|
7714
7714
|
]
|
|
7715
7715
|
},
|
|
7716
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
7716
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$19399t_addresst_uint256",
|
|
7717
7717
|
"nodeType": "YulFunctionDefinition",
|
|
7718
7718
|
"parameters": [
|
|
7719
7719
|
{
|
|
@@ -8172,7 +8172,7 @@
|
|
|
8172
8172
|
}
|
|
8173
8173
|
]
|
|
8174
8174
|
},
|
|
8175
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
8175
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$19399t_address",
|
|
8176
8176
|
"nodeType": "YulFunctionDefinition",
|
|
8177
8177
|
"parameters": [
|
|
8178
8178
|
{
|
|
@@ -10082,7 +10082,7 @@
|
|
|
10082
10082
|
}
|
|
10083
10083
|
]
|
|
10084
10084
|
},
|
|
10085
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
10085
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$19399t_uint32t_uint256t_bytes_calldata_ptr",
|
|
10086
10086
|
"nodeType": "YulFunctionDefinition",
|
|
10087
10087
|
"parameters": [
|
|
10088
10088
|
{
|
|
@@ -10326,7 +10326,7 @@
|
|
|
10326
10326
|
}
|
|
10327
10327
|
]
|
|
10328
10328
|
},
|
|
10329
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
10329
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$19399t_bytes32",
|
|
10330
10330
|
"nodeType": "YulFunctionDefinition",
|
|
10331
10331
|
"parameters": [
|
|
10332
10332
|
{
|
|
@@ -11184,7 +11184,7 @@
|
|
|
11184
11184
|
}
|
|
11185
11185
|
]
|
|
11186
11186
|
},
|
|
11187
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$
|
|
11187
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidToken_$19399t_uint32t_bytes_calldata_ptr",
|
|
11188
11188
|
"nodeType": "YulFunctionDefinition",
|
|
11189
11189
|
"parameters": [
|
|
11190
11190
|
{
|
|
@@ -23477,7 +23477,7 @@
|
|
|
23477
23477
|
}
|
|
23478
23478
|
]
|
|
23479
23479
|
},
|
|
23480
|
-
"name": "abi_decode_tuple_t_struct$_Context_$
|
|
23480
|
+
"name": "abi_decode_tuple_t_struct$_Context_$18935_memory_ptr_fromMemory",
|
|
23481
23481
|
"nodeType": "YulFunctionDefinition",
|
|
23482
23482
|
"parameters": [
|
|
23483
23483
|
{
|
|
@@ -23623,7 +23623,7 @@
|
|
|
23623
23623
|
}
|
|
23624
23624
|
]
|
|
23625
23625
|
},
|
|
23626
|
-
"name": "abi_encode_tuple_t_contract$_ISuperApp_$
|
|
23626
|
+
"name": "abi_encode_tuple_t_contract$_ISuperApp_$18063__to_t_address__fromStack_reversed",
|
|
23627
23627
|
"nodeType": "YulFunctionDefinition",
|
|
23628
23628
|
"parameters": [
|
|
23629
23629
|
{
|
|
@@ -24281,7 +24281,7 @@
|
|
|
24281
24281
|
}
|
|
24282
24282
|
]
|
|
24283
24283
|
},
|
|
24284
|
-
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$
|
|
24284
|
+
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$19399_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",
|
|
24285
24285
|
"nodeType": "YulFunctionDefinition",
|
|
24286
24286
|
"parameters": [
|
|
24287
24287
|
{
|
|
@@ -24669,7 +24669,7 @@
|
|
|
24669
24669
|
}
|
|
24670
24670
|
]
|
|
24671
24671
|
},
|
|
24672
|
-
"name": "abi_encode_tuple_t_contract$_ISuperApp_$
|
|
24672
|
+
"name": "abi_encode_tuple_t_contract$_ISuperApp_$18063_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",
|
|
24673
24673
|
"nodeType": "YulFunctionDefinition",
|
|
24674
24674
|
"parameters": [
|
|
24675
24675
|
{
|
|
@@ -26043,7 +26043,7 @@
|
|
|
26043
26043
|
}
|
|
26044
26044
|
]
|
|
26045
26045
|
},
|
|
26046
|
-
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$
|
|
26046
|
+
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$19399_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",
|
|
26047
26047
|
"nodeType": "YulFunctionDefinition",
|
|
26048
26048
|
"parameters": [
|
|
26049
26049
|
{
|
|
@@ -26931,7 +26931,7 @@
|
|
|
26931
26931
|
}
|
|
26932
26932
|
]
|
|
26933
26933
|
},
|
|
26934
|
-
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$
|
|
26934
|
+
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$19399_t_address_t_uint256_t_uint32__to_t_address_t_address_t_uint256_t_uint32__fromStack_library_reversed",
|
|
26935
26935
|
"nodeType": "YulFunctionDefinition",
|
|
26936
26936
|
"parameters": [
|
|
26937
26937
|
{
|
|
@@ -28603,7 +28603,7 @@
|
|
|
28603
28603
|
}
|
|
28604
28604
|
]
|
|
28605
28605
|
},
|
|
28606
|
-
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$
|
|
28606
|
+
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$19399_t_address_t_uint256_t_uint256__to_t_address_t_address_t_uint256_t_uint256__fromStack_library_reversed",
|
|
28607
28607
|
"nodeType": "YulFunctionDefinition",
|
|
28608
28608
|
"parameters": [
|
|
28609
28609
|
{
|
|
@@ -30104,7 +30104,7 @@
|
|
|
30104
30104
|
}
|
|
30105
30105
|
]
|
|
30106
30106
|
},
|
|
30107
|
-
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$
|
|
30107
|
+
"name": "abi_encode_tuple_t_contract$_ISuperfluidToken_$19399_t_address_t_uint256_t_uint256_t_bytes32__to_t_address_t_address_t_uint256_t_uint256_t_bytes32__fromStack_library_reversed",
|
|
30108
30108
|
"nodeType": "YulFunctionDefinition",
|
|
30109
30109
|
"parameters": [
|
|
30110
30110
|
{
|
|
@@ -30906,7 +30906,7 @@
|
|
|
30906
30906
|
}
|
|
30907
30907
|
]
|
|
30908
30908
|
},
|
|
30909
|
-
"name": "abi_encode_tuple_t_bytes_memory_ptr_t_contract$_ISuperApp_$
|
|
30909
|
+
"name": "abi_encode_tuple_t_bytes_memory_ptr_t_contract$_ISuperApp_$18063_t_uint256_t_int256_t_contract$_ISuperfluidToken_$19399__to_t_bytes_memory_ptr_t_address_t_uint256_t_int256_t_address__fromStack_reversed",
|
|
30910
30910
|
"nodeType": "YulFunctionDefinition",
|
|
30911
30911
|
"parameters": [
|
|
30912
30912
|
{
|
|
@@ -31342,7 +31342,7 @@
|
|
|
31342
31342
|
}
|
|
31343
31343
|
]
|
|
31344
31344
|
},
|
|
31345
|
-
"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_$19421t_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_$19421t_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_$19421t_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_$19421t_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_$19421t_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_$19421t_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_$19421t_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_$19421t_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_$19421t_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_$19421t_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_$19421t_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_$19421t_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_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_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_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 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_5012() -> 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_$18957_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_5012()\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_$18085__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_$19421_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_$18085_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_string_memory_ptr__to_t_string_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_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_$19421_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_$19421_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_$19421_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_$19421_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_$18085_t_uint256_t_int256_t_contract$_ISuperfluidToken_$19421__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}",
|
|
31345
|
+
"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_$19399t_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_$19399t_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_$19399t_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_$19399t_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_$19399t_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_$19399t_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_$19399t_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_$19399t_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_$19399t_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_$19399t_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_$19399t_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_$19399t_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_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_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_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 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_5012() -> 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_$18935_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_5012()\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_$18063__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_$19399_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_$18063_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_string_memory_ptr__to_t_string_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_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_$19399_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_$19399_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_$19399_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_$19399_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_$18063_t_uint256_t_int256_t_contract$_ISuperfluidToken_$19399__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}",
|
|
31346
31346
|
"id": 110,
|
|
31347
31347
|
"language": "Yul",
|
|
31348
31348
|
"name": "#utility.yul"
|
|
@@ -31362,19 +31362,19 @@
|
|
|
31362
31362
|
5944
|
|
31363
31363
|
],
|
|
31364
31364
|
"IInstantDistributionAgreementV1": [
|
|
31365
|
-
|
|
31365
|
+
17449
|
|
31366
31366
|
],
|
|
31367
31367
|
"ISuperApp": [
|
|
31368
|
-
|
|
31368
|
+
18063
|
|
31369
31369
|
],
|
|
31370
31370
|
"ISuperfluid": [
|
|
31371
|
-
|
|
31371
|
+
19002
|
|
31372
31372
|
],
|
|
31373
31373
|
"ISuperfluidGovernance": [
|
|
31374
|
-
|
|
31374
|
+
19125
|
|
31375
31375
|
],
|
|
31376
31376
|
"ISuperfluidToken": [
|
|
31377
|
-
|
|
31377
|
+
19399
|
|
31378
31378
|
],
|
|
31379
31379
|
"InstantDistributionAgreementV1": [
|
|
31380
31380
|
13190
|
|
@@ -31383,13 +31383,13 @@
|
|
|
31383
31383
|
4435
|
|
31384
31384
|
],
|
|
31385
31385
|
"SlotsBitmapLibrary": [
|
|
31386
|
-
|
|
31386
|
+
20648
|
|
31387
31387
|
],
|
|
31388
31388
|
"SuperAppDefinitions": [
|
|
31389
|
-
|
|
31389
|
+
17622
|
|
31390
31390
|
],
|
|
31391
31391
|
"UInt128SafeMath": [
|
|
31392
|
-
|
|
31392
|
+
20712
|
|
31393
31393
|
]
|
|
31394
31394
|
},
|
|
31395
31395
|
"id": 13191,
|
|
@@ -31438,7 +31438,7 @@
|
|
|
31438
31438
|
"nameLocation": "-1:-1:-1",
|
|
31439
31439
|
"nodeType": "ImportDirective",
|
|
31440
31440
|
"scope": 13191,
|
|
31441
|
-
"sourceUnit":
|
|
31441
|
+
"sourceUnit": 17450,
|
|
31442
31442
|
"src": "137:137:37",
|
|
31443
31443
|
"symbolAliases": [
|
|
31444
31444
|
{
|
|
@@ -31447,7 +31447,7 @@
|
|
|
31447
31447
|
"name": "IInstantDistributionAgreementV1",
|
|
31448
31448
|
"nodeType": "Identifier",
|
|
31449
31449
|
"overloadedDeclarations": [],
|
|
31450
|
-
"referencedDeclaration":
|
|
31450
|
+
"referencedDeclaration": 17449,
|
|
31451
31451
|
"src": "150:31:37",
|
|
31452
31452
|
"typeDescriptions": {}
|
|
31453
31453
|
},
|
|
@@ -31459,7 +31459,7 @@
|
|
|
31459
31459
|
"name": "ISuperfluidToken",
|
|
31460
31460
|
"nodeType": "Identifier",
|
|
31461
31461
|
"overloadedDeclarations": [],
|
|
31462
|
-
"referencedDeclaration":
|
|
31462
|
+
"referencedDeclaration": 19399,
|
|
31463
31463
|
"src": "187:16:37",
|
|
31464
31464
|
"typeDescriptions": {}
|
|
31465
31465
|
},
|
|
@@ -31475,7 +31475,7 @@
|
|
|
31475
31475
|
"nameLocation": "-1:-1:-1",
|
|
31476
31476
|
"nodeType": "ImportDirective",
|
|
31477
31477
|
"scope": 13191,
|
|
31478
|
-
"sourceUnit":
|
|
31478
|
+
"sourceUnit": 19003,
|
|
31479
31479
|
"src": "275:142:37",
|
|
31480
31480
|
"symbolAliases": [
|
|
31481
31481
|
{
|
|
@@ -31484,7 +31484,7 @@
|
|
|
31484
31484
|
"name": "ISuperfluid",
|
|
31485
31485
|
"nodeType": "Identifier",
|
|
31486
31486
|
"overloadedDeclarations": [],
|
|
31487
|
-
"referencedDeclaration":
|
|
31487
|
+
"referencedDeclaration": 19002,
|
|
31488
31488
|
"src": "288:11:37",
|
|
31489
31489
|
"typeDescriptions": {}
|
|
31490
31490
|
},
|
|
@@ -31496,7 +31496,7 @@
|
|
|
31496
31496
|
"name": "ISuperfluidGovernance",
|
|
31497
31497
|
"nodeType": "Identifier",
|
|
31498
31498
|
"overloadedDeclarations": [],
|
|
31499
|
-
"referencedDeclaration":
|
|
31499
|
+
"referencedDeclaration": 19125,
|
|
31500
31500
|
"src": "305:21:37",
|
|
31501
31501
|
"typeDescriptions": {}
|
|
31502
31502
|
},
|
|
@@ -31508,7 +31508,7 @@
|
|
|
31508
31508
|
"name": "ISuperApp",
|
|
31509
31509
|
"nodeType": "Identifier",
|
|
31510
31510
|
"overloadedDeclarations": [],
|
|
31511
|
-
"referencedDeclaration":
|
|
31511
|
+
"referencedDeclaration": 18063,
|
|
31512
31512
|
"src": "332:9:37",
|
|
31513
31513
|
"typeDescriptions": {}
|
|
31514
31514
|
},
|
|
@@ -31520,7 +31520,7 @@
|
|
|
31520
31520
|
"name": "SuperAppDefinitions",
|
|
31521
31521
|
"nodeType": "Identifier",
|
|
31522
31522
|
"overloadedDeclarations": [],
|
|
31523
|
-
"referencedDeclaration":
|
|
31523
|
+
"referencedDeclaration": 17622,
|
|
31524
31524
|
"src": "347:19:37",
|
|
31525
31525
|
"typeDescriptions": {}
|
|
31526
31526
|
},
|
|
@@ -31561,7 +31561,7 @@
|
|
|
31561
31561
|
"nameLocation": "-1:-1:-1",
|
|
31562
31562
|
"nodeType": "ImportDirective",
|
|
31563
31563
|
"scope": 13191,
|
|
31564
|
-
"sourceUnit":
|
|
31564
|
+
"sourceUnit": 20713,
|
|
31565
31565
|
"src": "472:62:37",
|
|
31566
31566
|
"symbolAliases": [
|
|
31567
31567
|
{
|
|
@@ -31570,7 +31570,7 @@
|
|
|
31570
31570
|
"name": "UInt128SafeMath",
|
|
31571
31571
|
"nodeType": "Identifier",
|
|
31572
31572
|
"overloadedDeclarations": [],
|
|
31573
|
-
"referencedDeclaration":
|
|
31573
|
+
"referencedDeclaration": 20712,
|
|
31574
31574
|
"src": "481:15:37",
|
|
31575
31575
|
"typeDescriptions": {}
|
|
31576
31576
|
},
|
|
@@ -31586,7 +31586,7 @@
|
|
|
31586
31586
|
"nameLocation": "-1:-1:-1",
|
|
31587
31587
|
"nodeType": "ImportDirective",
|
|
31588
31588
|
"scope": 13191,
|
|
31589
|
-
"sourceUnit":
|
|
31589
|
+
"sourceUnit": 20649,
|
|
31590
31590
|
"src": "535:68:37",
|
|
31591
31591
|
"symbolAliases": [
|
|
31592
31592
|
{
|
|
@@ -31595,7 +31595,7 @@
|
|
|
31595
31595
|
"name": "SlotsBitmapLibrary",
|
|
31596
31596
|
"nodeType": "Identifier",
|
|
31597
31597
|
"overloadedDeclarations": [],
|
|
31598
|
-
"referencedDeclaration":
|
|
31598
|
+
"referencedDeclaration": 20648,
|
|
31599
31599
|
"src": "544:18:37",
|
|
31600
31600
|
"typeDescriptions": {}
|
|
31601
31601
|
},
|
|
@@ -31649,7 +31649,7 @@
|
|
|
31649
31649
|
"id": 9826,
|
|
31650
31650
|
"name": "IInstantDistributionAgreementV1",
|
|
31651
31651
|
"nodeType": "IdentifierPath",
|
|
31652
|
-
"referencedDeclaration":
|
|
31652
|
+
"referencedDeclaration": 17449,
|
|
31653
31653
|
"src": "968:31:37"
|
|
31654
31654
|
},
|
|
31655
31655
|
"id": 9827,
|
|
@@ -31670,10 +31670,10 @@
|
|
|
31670
31670
|
"id": 13190,
|
|
31671
31671
|
"linearizedBaseContracts": [
|
|
31672
31672
|
13190,
|
|
31673
|
-
|
|
31673
|
+
17449,
|
|
31674
31674
|
5402,
|
|
31675
|
-
|
|
31676
|
-
|
|
31675
|
+
17949,
|
|
31676
|
+
36318,
|
|
31677
31677
|
762
|
|
31678
31678
|
],
|
|
31679
31679
|
"name": "InstantDistributionAgreementV1",
|
|
@@ -31710,7 +31710,7 @@
|
|
|
31710
31710
|
"id": 9831,
|
|
31711
31711
|
"name": "UInt128SafeMath",
|
|
31712
31712
|
"nodeType": "IdentifierPath",
|
|
31713
|
-
"referencedDeclaration":
|
|
31713
|
+
"referencedDeclaration": 20712,
|
|
31714
31714
|
"src": "1496:15:37"
|
|
31715
31715
|
},
|
|
31716
31716
|
"nodeType": "UsingForDirective",
|
|
@@ -31760,10 +31760,10 @@
|
|
|
31760
31760
|
"name": "SlotsBitmapLibrary",
|
|
31761
31761
|
"nodeType": "Identifier",
|
|
31762
31762
|
"overloadedDeclarations": [],
|
|
31763
|
-
"referencedDeclaration":
|
|
31763
|
+
"referencedDeclaration": 20648,
|
|
31764
31764
|
"src": "1593:18:37",
|
|
31765
31765
|
"typeDescriptions": {
|
|
31766
|
-
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$
|
|
31766
|
+
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$20648_$",
|
|
31767
31767
|
"typeString": "type(library SlotsBitmapLibrary)"
|
|
31768
31768
|
}
|
|
31769
31769
|
}
|
|
@@ -31771,7 +31771,7 @@
|
|
|
31771
31771
|
"expression": {
|
|
31772
31772
|
"argumentTypes": [
|
|
31773
31773
|
{
|
|
31774
|
-
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$
|
|
31774
|
+
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$20648_$",
|
|
31775
31775
|
"typeString": "type(library SlotsBitmapLibrary)"
|
|
31776
31776
|
}
|
|
31777
31777
|
],
|
|
@@ -32201,7 +32201,7 @@
|
|
|
32201
32201
|
"referencedDeclaration": 9870,
|
|
32202
32202
|
"src": "2418:4:37",
|
|
32203
32203
|
"typeDescriptions": {
|
|
32204
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
32204
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
32205
32205
|
"typeString": "contract ISuperfluid"
|
|
32206
32206
|
}
|
|
32207
32207
|
}
|
|
@@ -32209,7 +32209,7 @@
|
|
|
32209
32209
|
"expression": {
|
|
32210
32210
|
"argumentTypes": [
|
|
32211
32211
|
{
|
|
32212
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
32212
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
32213
32213
|
"typeString": "contract ISuperfluid"
|
|
32214
32214
|
}
|
|
32215
32215
|
],
|
|
@@ -32280,7 +32280,7 @@
|
|
|
32280
32280
|
"stateVariable": false,
|
|
32281
32281
|
"storageLocation": "default",
|
|
32282
32282
|
"typeDescriptions": {
|
|
32283
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
32283
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
32284
32284
|
"typeString": "contract ISuperfluid"
|
|
32285
32285
|
},
|
|
32286
32286
|
"typeName": {
|
|
@@ -32290,13 +32290,13 @@
|
|
|
32290
32290
|
"id": 9868,
|
|
32291
32291
|
"name": "ISuperfluid",
|
|
32292
32292
|
"nodeType": "IdentifierPath",
|
|
32293
|
-
"referencedDeclaration":
|
|
32293
|
+
"referencedDeclaration": 19002,
|
|
32294
32294
|
"src": "2378:11:37"
|
|
32295
32295
|
},
|
|
32296
|
-
"referencedDeclaration":
|
|
32296
|
+
"referencedDeclaration": 19002,
|
|
32297
32297
|
"src": "2378:11:37",
|
|
32298
32298
|
"typeDescriptions": {
|
|
32299
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
32299
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
32300
32300
|
"typeString": "contract ISuperfluid"
|
|
32301
32301
|
}
|
|
32302
32302
|
},
|
|
@@ -32560,7 +32560,7 @@
|
|
|
32560
32560
|
},
|
|
32561
32561
|
{
|
|
32562
32562
|
"baseFunctions": [
|
|
32563
|
-
|
|
32563
|
+
17948
|
|
32564
32564
|
],
|
|
32565
32565
|
"body": {
|
|
32566
32566
|
"id": 10061,
|
|
@@ -32718,7 +32718,7 @@
|
|
|
32718
32718
|
"referencedDeclaration": 9902,
|
|
32719
32719
|
"src": "3552:5:37",
|
|
32720
32720
|
"typeDescriptions": {
|
|
32721
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
32721
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
32722
32722
|
"typeString": "contract ISuperfluidToken"
|
|
32723
32723
|
}
|
|
32724
32724
|
},
|
|
@@ -32738,7 +32738,7 @@
|
|
|
32738
32738
|
"expression": {
|
|
32739
32739
|
"argumentTypes": [
|
|
32740
32740
|
{
|
|
32741
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
32741
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
32742
32742
|
"typeString": "contract ISuperfluidToken"
|
|
32743
32743
|
},
|
|
32744
32744
|
{
|
|
@@ -32753,7 +32753,7 @@
|
|
|
32753
32753
|
"referencedDeclaration": 13189,
|
|
32754
32754
|
"src": "3531:20:37",
|
|
32755
32755
|
"typeDescriptions": {
|
|
32756
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
32756
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$returns$_t_array$_t_uint32_$dyn_memory_ptr_$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
32757
32757
|
"typeString": "function (contract ISuperfluidToken,address) view returns (uint32[] memory,bytes32[] memory)"
|
|
32758
32758
|
}
|
|
32759
32759
|
},
|
|
@@ -33044,7 +33044,7 @@
|
|
|
33044
33044
|
"referencedDeclaration": 9902,
|
|
33045
33045
|
"src": "3827:5:37",
|
|
33046
33046
|
"typeDescriptions": {
|
|
33047
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
33047
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
33048
33048
|
"typeString": "contract ISuperfluidToken"
|
|
33049
33049
|
}
|
|
33050
33050
|
},
|
|
@@ -33089,7 +33089,7 @@
|
|
|
33089
33089
|
"expression": {
|
|
33090
33090
|
"argumentTypes": [
|
|
33091
33091
|
{
|
|
33092
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
33092
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
33093
33093
|
"typeString": "contract ISuperfluidToken"
|
|
33094
33094
|
},
|
|
33095
33095
|
{
|
|
@@ -33104,7 +33104,7 @@
|
|
|
33104
33104
|
"referencedDeclaration": 13096,
|
|
33105
33105
|
"src": "3806:20:37",
|
|
33106
33106
|
"typeDescriptions": {
|
|
33107
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
33107
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes32_$returns$_t_bool_$_t_struct$_SubscriptionData_$9898_memory_ptr_$",
|
|
33108
33108
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
33109
33109
|
}
|
|
33110
33110
|
},
|
|
@@ -33462,7 +33462,7 @@
|
|
|
33462
33462
|
"referencedDeclaration": 9902,
|
|
33463
33463
|
"src": "3998:5:37",
|
|
33464
33464
|
"typeDescriptions": {
|
|
33465
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
33465
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
33466
33466
|
"typeString": "contract ISuperfluidToken"
|
|
33467
33467
|
}
|
|
33468
33468
|
},
|
|
@@ -33473,7 +33473,7 @@
|
|
|
33473
33473
|
"lValueRequested": false,
|
|
33474
33474
|
"memberName": "getAgreementStateSlot",
|
|
33475
33475
|
"nodeType": "MemberAccess",
|
|
33476
|
-
"referencedDeclaration":
|
|
33476
|
+
"referencedDeclaration": 19316,
|
|
33477
33477
|
"src": "3998:27:37",
|
|
33478
33478
|
"typeDescriptions": {
|
|
33479
33479
|
"typeIdentifier": "t_function_external_view$_t_address_$_t_address_$_t_uint256_$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
@@ -33643,7 +33643,7 @@
|
|
|
33643
33643
|
"referencedDeclaration": 9902,
|
|
33644
33644
|
"src": "4284:5:37",
|
|
33645
33645
|
"typeDescriptions": {
|
|
33646
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
33646
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
33647
33647
|
"typeString": "contract ISuperfluidToken"
|
|
33648
33648
|
}
|
|
33649
33649
|
},
|
|
@@ -33663,7 +33663,7 @@
|
|
|
33663
33663
|
"expression": {
|
|
33664
33664
|
"argumentTypes": [
|
|
33665
33665
|
{
|
|
33666
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
33666
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
33667
33667
|
"typeString": "contract ISuperfluidToken"
|
|
33668
33668
|
},
|
|
33669
33669
|
{
|
|
@@ -33678,7 +33678,7 @@
|
|
|
33678
33678
|
"referencedDeclaration": 12798,
|
|
33679
33679
|
"src": "4270:13:37",
|
|
33680
33680
|
"typeDescriptions": {
|
|
33681
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
33681
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes32_$returns$_t_bool_$_t_struct$_IndexData_$9887_memory_ptr_$",
|
|
33682
33682
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
33683
33683
|
}
|
|
33684
33684
|
},
|
|
@@ -34310,7 +34310,7 @@
|
|
|
34310
34310
|
"referencedDeclaration": 9902,
|
|
34311
34311
|
"src": "4786:5:37",
|
|
34312
34312
|
"typeDescriptions": {
|
|
34313
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
34313
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
34314
34314
|
"typeString": "contract ISuperfluidToken"
|
|
34315
34315
|
}
|
|
34316
34316
|
},
|
|
@@ -34330,7 +34330,7 @@
|
|
|
34330
34330
|
"expression": {
|
|
34331
34331
|
"argumentTypes": [
|
|
34332
34332
|
{
|
|
34333
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
34333
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
34334
34334
|
"typeString": "contract ISuperfluidToken"
|
|
34335
34335
|
},
|
|
34336
34336
|
{
|
|
@@ -34345,7 +34345,7 @@
|
|
|
34345
34345
|
"referencedDeclaration": 12832,
|
|
34346
34346
|
"src": "4765:20:37",
|
|
34347
34347
|
"typeDescriptions": {
|
|
34348
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
34348
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$returns$_t_uint256_$",
|
|
34349
34349
|
"typeString": "function (contract ISuperfluidToken,address) view returns (uint256)"
|
|
34350
34350
|
}
|
|
34351
34351
|
},
|
|
@@ -34459,7 +34459,7 @@
|
|
|
34459
34459
|
"stateVariable": false,
|
|
34460
34460
|
"storageLocation": "default",
|
|
34461
34461
|
"typeDescriptions": {
|
|
34462
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
34462
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
34463
34463
|
"typeString": "contract ISuperfluidToken"
|
|
34464
34464
|
},
|
|
34465
34465
|
"typeName": {
|
|
@@ -34469,13 +34469,13 @@
|
|
|
34469
34469
|
"id": 9900,
|
|
34470
34470
|
"name": "ISuperfluidToken",
|
|
34471
34471
|
"nodeType": "IdentifierPath",
|
|
34472
|
-
"referencedDeclaration":
|
|
34472
|
+
"referencedDeclaration": 19399,
|
|
34473
34473
|
"src": "3106:16:37"
|
|
34474
34474
|
},
|
|
34475
|
-
"referencedDeclaration":
|
|
34475
|
+
"referencedDeclaration": 19399,
|
|
34476
34476
|
"src": "3106:16:37",
|
|
34477
34477
|
"typeDescriptions": {
|
|
34478
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
34478
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
34479
34479
|
"typeString": "contract ISuperfluidToken"
|
|
34480
34480
|
}
|
|
34481
34481
|
},
|
|
@@ -34635,7 +34635,7 @@
|
|
|
34635
34635
|
},
|
|
34636
34636
|
{
|
|
34637
34637
|
"baseFunctions": [
|
|
34638
|
-
|
|
34638
|
+
17095
|
|
34639
34639
|
],
|
|
34640
34640
|
"body": {
|
|
34641
34641
|
"id": 10133,
|
|
@@ -34659,7 +34659,7 @@
|
|
|
34659
34659
|
"stateVariable": false,
|
|
34660
34660
|
"storageLocation": "memory",
|
|
34661
34661
|
"typeDescriptions": {
|
|
34662
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
34662
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
34663
34663
|
"typeString": "struct ISuperfluid.Context"
|
|
34664
34664
|
},
|
|
34665
34665
|
"typeName": {
|
|
@@ -34669,13 +34669,13 @@
|
|
|
34669
34669
|
"id": 10078,
|
|
34670
34670
|
"name": "ISuperfluid.Context",
|
|
34671
34671
|
"nodeType": "IdentifierPath",
|
|
34672
|
-
"referencedDeclaration":
|
|
34672
|
+
"referencedDeclaration": 18935,
|
|
34673
34673
|
"src": "5284:19:37"
|
|
34674
34674
|
},
|
|
34675
|
-
"referencedDeclaration":
|
|
34675
|
+
"referencedDeclaration": 18935,
|
|
34676
34676
|
"src": "5284:19:37",
|
|
34677
34677
|
"typeDescriptions": {
|
|
34678
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
34678
|
+
"typeIdentifier": "t_struct$_Context_$18935_storage_ptr",
|
|
34679
34679
|
"typeString": "struct ISuperfluid.Context"
|
|
34680
34680
|
}
|
|
34681
34681
|
},
|
|
@@ -34693,7 +34693,7 @@
|
|
|
34693
34693
|
"referencedDeclaration": 10066,
|
|
34694
34694
|
"src": "5359:5:37",
|
|
34695
34695
|
"typeDescriptions": {
|
|
34696
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
34696
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
34697
34697
|
"typeString": "contract ISuperfluidToken"
|
|
34698
34698
|
}
|
|
34699
34699
|
},
|
|
@@ -34713,7 +34713,7 @@
|
|
|
34713
34713
|
"expression": {
|
|
34714
34714
|
"argumentTypes": [
|
|
34715
34715
|
{
|
|
34716
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
34716
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
34717
34717
|
"typeString": "contract ISuperfluidToken"
|
|
34718
34718
|
},
|
|
34719
34719
|
{
|
|
@@ -34743,7 +34743,7 @@
|
|
|
34743
34743
|
"referencedDeclaration": 5464,
|
|
34744
34744
|
"src": "5321:37:37",
|
|
34745
34745
|
"typeDescriptions": {
|
|
34746
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
34746
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$",
|
|
34747
34747
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
34748
34748
|
}
|
|
34749
34749
|
},
|
|
@@ -34758,7 +34758,7 @@
|
|
|
34758
34758
|
"src": "5321:49:37",
|
|
34759
34759
|
"tryCall": false,
|
|
34760
34760
|
"typeDescriptions": {
|
|
34761
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
34761
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
34762
34762
|
"typeString": "struct ISuperfluid.Context memory"
|
|
34763
34763
|
}
|
|
34764
34764
|
},
|
|
@@ -34809,7 +34809,7 @@
|
|
|
34809
34809
|
"referencedDeclaration": 10080,
|
|
34810
34810
|
"src": "5400:7:37",
|
|
34811
34811
|
"typeDescriptions": {
|
|
34812
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
34812
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
34813
34813
|
"typeString": "struct ISuperfluid.Context memory"
|
|
34814
34814
|
}
|
|
34815
34815
|
},
|
|
@@ -34820,7 +34820,7 @@
|
|
|
34820
34820
|
"lValueRequested": false,
|
|
34821
34821
|
"memberName": "msgSender",
|
|
34822
34822
|
"nodeType": "MemberAccess",
|
|
34823
|
-
"referencedDeclaration":
|
|
34823
|
+
"referencedDeclaration": 18919,
|
|
34824
34824
|
"src": "5400:17:37",
|
|
34825
34825
|
"typeDescriptions": {
|
|
34826
34826
|
"typeIdentifier": "t_address",
|
|
@@ -34954,7 +34954,7 @@
|
|
|
34954
34954
|
"referencedDeclaration": 10066,
|
|
34955
34955
|
"src": "5509:5:37",
|
|
34956
34956
|
"typeDescriptions": {
|
|
34957
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
34957
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
34958
34958
|
"typeString": "contract ISuperfluidToken"
|
|
34959
34959
|
}
|
|
34960
34960
|
},
|
|
@@ -34974,7 +34974,7 @@
|
|
|
34974
34974
|
"expression": {
|
|
34975
34975
|
"argumentTypes": [
|
|
34976
34976
|
{
|
|
34977
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
34977
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
34978
34978
|
"typeString": "contract ISuperfluidToken"
|
|
34979
34979
|
},
|
|
34980
34980
|
{
|
|
@@ -34989,7 +34989,7 @@
|
|
|
34989
34989
|
"referencedDeclaration": 12713,
|
|
34990
34990
|
"src": "5495:13:37",
|
|
34991
34991
|
"typeDescriptions": {
|
|
34992
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
34992
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes32_$returns$_t_bool_$",
|
|
34993
34993
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool)"
|
|
34994
34994
|
}
|
|
34995
34995
|
},
|
|
@@ -35237,7 +35237,7 @@
|
|
|
35237
35237
|
"referencedDeclaration": 10066,
|
|
35238
35238
|
"src": "5555:5:37",
|
|
35239
35239
|
"typeDescriptions": {
|
|
35240
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
35240
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
35241
35241
|
"typeString": "contract ISuperfluidToken"
|
|
35242
35242
|
}
|
|
35243
35243
|
},
|
|
@@ -35248,7 +35248,7 @@
|
|
|
35248
35248
|
"lValueRequested": false,
|
|
35249
35249
|
"memberName": "createAgreement",
|
|
35250
35250
|
"nodeType": "MemberAccess",
|
|
35251
|
-
"referencedDeclaration":
|
|
35251
|
+
"referencedDeclaration": 19224,
|
|
35252
35252
|
"src": "5555:21:37",
|
|
35253
35253
|
"typeDescriptions": {
|
|
35254
35254
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -35285,7 +35285,7 @@
|
|
|
35285
35285
|
"referencedDeclaration": 10066,
|
|
35286
35286
|
"src": "5648:5:37",
|
|
35287
35287
|
"typeDescriptions": {
|
|
35288
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
35288
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
35289
35289
|
"typeString": "contract ISuperfluidToken"
|
|
35290
35290
|
}
|
|
35291
35291
|
},
|
|
@@ -35322,7 +35322,7 @@
|
|
|
35322
35322
|
"referencedDeclaration": 10080,
|
|
35323
35323
|
"src": "5675:7:37",
|
|
35324
35324
|
"typeDescriptions": {
|
|
35325
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
35325
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
35326
35326
|
"typeString": "struct ISuperfluid.Context memory"
|
|
35327
35327
|
}
|
|
35328
35328
|
},
|
|
@@ -35333,7 +35333,7 @@
|
|
|
35333
35333
|
"lValueRequested": false,
|
|
35334
35334
|
"memberName": "userData",
|
|
35335
35335
|
"nodeType": "MemberAccess",
|
|
35336
|
-
"referencedDeclaration":
|
|
35336
|
+
"referencedDeclaration": 18923,
|
|
35337
35337
|
"src": "5675:16:37",
|
|
35338
35338
|
"typeDescriptions": {
|
|
35339
35339
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -35344,7 +35344,7 @@
|
|
|
35344
35344
|
"expression": {
|
|
35345
35345
|
"argumentTypes": [
|
|
35346
35346
|
{
|
|
35347
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
35347
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
35348
35348
|
"typeString": "contract ISuperfluidToken"
|
|
35349
35349
|
},
|
|
35350
35350
|
{
|
|
@@ -35364,10 +35364,10 @@
|
|
|
35364
35364
|
"name": "IndexCreated",
|
|
35365
35365
|
"nodeType": "Identifier",
|
|
35366
35366
|
"overloadedDeclarations": [],
|
|
35367
|
-
"referencedDeclaration":
|
|
35367
|
+
"referencedDeclaration": 17107,
|
|
35368
35368
|
"src": "5635:12:37",
|
|
35369
35369
|
"typeDescriptions": {
|
|
35370
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
35370
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
|
|
35371
35371
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory)"
|
|
35372
35372
|
}
|
|
35373
35373
|
},
|
|
@@ -35471,7 +35471,7 @@
|
|
|
35471
35471
|
"stateVariable": false,
|
|
35472
35472
|
"storageLocation": "default",
|
|
35473
35473
|
"typeDescriptions": {
|
|
35474
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
35474
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
35475
35475
|
"typeString": "contract ISuperfluidToken"
|
|
35476
35476
|
},
|
|
35477
35477
|
"typeName": {
|
|
@@ -35481,13 +35481,13 @@
|
|
|
35481
35481
|
"id": 10064,
|
|
35482
35482
|
"name": "ISuperfluidToken",
|
|
35483
35483
|
"nodeType": "IdentifierPath",
|
|
35484
|
-
"referencedDeclaration":
|
|
35484
|
+
"referencedDeclaration": 19399,
|
|
35485
35485
|
"src": "5126:16:37"
|
|
35486
35486
|
},
|
|
35487
|
-
"referencedDeclaration":
|
|
35487
|
+
"referencedDeclaration": 19399,
|
|
35488
35488
|
"src": "5126:16:37",
|
|
35489
35489
|
"typeDescriptions": {
|
|
35490
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
35490
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
35491
35491
|
"typeString": "contract ISuperfluidToken"
|
|
35492
35492
|
}
|
|
35493
35493
|
},
|
|
@@ -35592,7 +35592,7 @@
|
|
|
35592
35592
|
},
|
|
35593
35593
|
{
|
|
35594
35594
|
"baseFunctions": [
|
|
35595
|
-
|
|
35595
|
+
17126
|
|
35596
35596
|
],
|
|
35597
35597
|
"body": {
|
|
35598
35598
|
"id": 10192,
|
|
@@ -35803,7 +35803,7 @@
|
|
|
35803
35803
|
"referencedDeclaration": 10138,
|
|
35804
35804
|
"src": "6265:5:37",
|
|
35805
35805
|
"typeDescriptions": {
|
|
35806
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
35806
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
35807
35807
|
"typeString": "contract ISuperfluidToken"
|
|
35808
35808
|
}
|
|
35809
35809
|
},
|
|
@@ -35823,7 +35823,7 @@
|
|
|
35823
35823
|
"expression": {
|
|
35824
35824
|
"argumentTypes": [
|
|
35825
35825
|
{
|
|
35826
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
35826
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
35827
35827
|
"typeString": "contract ISuperfluidToken"
|
|
35828
35828
|
},
|
|
35829
35829
|
{
|
|
@@ -35838,7 +35838,7 @@
|
|
|
35838
35838
|
"referencedDeclaration": 12798,
|
|
35839
35839
|
"src": "6251:13:37",
|
|
35840
35840
|
"typeDescriptions": {
|
|
35841
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
35841
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes32_$returns$_t_bool_$_t_struct$_IndexData_$9887_memory_ptr_$",
|
|
35842
35842
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
35843
35843
|
}
|
|
35844
35844
|
},
|
|
@@ -36103,7 +36103,7 @@
|
|
|
36103
36103
|
"stateVariable": false,
|
|
36104
36104
|
"storageLocation": "default",
|
|
36105
36105
|
"typeDescriptions": {
|
|
36106
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
36106
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
36107
36107
|
"typeString": "contract ISuperfluidToken"
|
|
36108
36108
|
},
|
|
36109
36109
|
"typeName": {
|
|
@@ -36113,13 +36113,13 @@
|
|
|
36113
36113
|
"id": 10136,
|
|
36114
36114
|
"name": "ISuperfluidToken",
|
|
36115
36115
|
"nodeType": "IdentifierPath",
|
|
36116
|
-
"referencedDeclaration":
|
|
36116
|
+
"referencedDeclaration": 19399,
|
|
36117
36117
|
"src": "5865:16:37"
|
|
36118
36118
|
},
|
|
36119
|
-
"referencedDeclaration":
|
|
36119
|
+
"referencedDeclaration": 19399,
|
|
36120
36120
|
"src": "5865:16:37",
|
|
36121
36121
|
"typeDescriptions": {
|
|
36122
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
36122
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
36123
36123
|
"typeString": "contract ISuperfluidToken"
|
|
36124
36124
|
}
|
|
36125
36125
|
},
|
|
@@ -36306,7 +36306,7 @@
|
|
|
36306
36306
|
},
|
|
36307
36307
|
{
|
|
36308
36308
|
"baseFunctions": [
|
|
36309
|
-
|
|
36309
|
+
17143
|
|
36310
36310
|
],
|
|
36311
36311
|
"body": {
|
|
36312
36312
|
"id": 10271,
|
|
@@ -36493,7 +36493,7 @@
|
|
|
36493
36493
|
"referencedDeclaration": 10197,
|
|
36494
36494
|
"src": "6948:5:37",
|
|
36495
36495
|
"typeDescriptions": {
|
|
36496
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
36496
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
36497
36497
|
"typeString": "contract ISuperfluidToken"
|
|
36498
36498
|
}
|
|
36499
36499
|
},
|
|
@@ -36513,7 +36513,7 @@
|
|
|
36513
36513
|
"expression": {
|
|
36514
36514
|
"argumentTypes": [
|
|
36515
36515
|
{
|
|
36516
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
36516
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
36517
36517
|
"typeString": "contract ISuperfluidToken"
|
|
36518
36518
|
},
|
|
36519
36519
|
{
|
|
@@ -36528,7 +36528,7 @@
|
|
|
36528
36528
|
"referencedDeclaration": 12798,
|
|
36529
36529
|
"src": "6934:13:37",
|
|
36530
36530
|
"typeDescriptions": {
|
|
36531
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
36531
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes32_$returns$_t_bool_$_t_struct$_IndexData_$9887_memory_ptr_$",
|
|
36532
36532
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
36533
36533
|
}
|
|
36534
36534
|
},
|
|
@@ -37004,7 +37004,7 @@
|
|
|
37004
37004
|
"lValueRequested": false,
|
|
37005
37005
|
"memberName": "add",
|
|
37006
37006
|
"nodeType": "MemberAccess",
|
|
37007
|
-
"referencedDeclaration":
|
|
37007
|
+
"referencedDeclaration": 20683,
|
|
37008
37008
|
"src": "7183:20:37",
|
|
37009
37009
|
"typeDescriptions": {
|
|
37010
37010
|
"typeIdentifier": "t_function_internal_pure$_t_uint128_$_t_uint128_$_t_string_memory_ptr_$returns$_t_uint128_$bound_to$_t_uint128_$",
|
|
@@ -37191,7 +37191,7 @@
|
|
|
37191
37191
|
"stateVariable": false,
|
|
37192
37192
|
"storageLocation": "default",
|
|
37193
37193
|
"typeDescriptions": {
|
|
37194
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
37194
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
37195
37195
|
"typeString": "contract ISuperfluidToken"
|
|
37196
37196
|
},
|
|
37197
37197
|
"typeName": {
|
|
@@ -37201,13 +37201,13 @@
|
|
|
37201
37201
|
"id": 10195,
|
|
37202
37202
|
"name": "ISuperfluidToken",
|
|
37203
37203
|
"nodeType": "IdentifierPath",
|
|
37204
|
-
"referencedDeclaration":
|
|
37204
|
+
"referencedDeclaration": 19399,
|
|
37205
37205
|
"src": "6601:16:37"
|
|
37206
37206
|
},
|
|
37207
|
-
"referencedDeclaration":
|
|
37207
|
+
"referencedDeclaration": 19399,
|
|
37208
37208
|
"src": "6601:16:37",
|
|
37209
37209
|
"typeDescriptions": {
|
|
37210
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
37210
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
37211
37211
|
"typeString": "contract ISuperfluidToken"
|
|
37212
37212
|
}
|
|
37213
37213
|
},
|
|
@@ -37367,7 +37367,7 @@
|
|
|
37367
37367
|
},
|
|
37368
37368
|
{
|
|
37369
37369
|
"baseFunctions": [
|
|
37370
|
-
|
|
37370
|
+
17158
|
|
37371
37371
|
],
|
|
37372
37372
|
"body": {
|
|
37373
37373
|
"id": 10338,
|
|
@@ -37391,7 +37391,7 @@
|
|
|
37391
37391
|
"stateVariable": false,
|
|
37392
37392
|
"storageLocation": "memory",
|
|
37393
37393
|
"typeDescriptions": {
|
|
37394
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
37394
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
37395
37395
|
"typeString": "struct ISuperfluid.Context"
|
|
37396
37396
|
},
|
|
37397
37397
|
"typeName": {
|
|
@@ -37401,13 +37401,13 @@
|
|
|
37401
37401
|
"id": 10290,
|
|
37402
37402
|
"name": "ISuperfluid.Context",
|
|
37403
37403
|
"nodeType": "IdentifierPath",
|
|
37404
|
-
"referencedDeclaration":
|
|
37404
|
+
"referencedDeclaration": 18935,
|
|
37405
37405
|
"src": "7592:19:37"
|
|
37406
37406
|
},
|
|
37407
|
-
"referencedDeclaration":
|
|
37407
|
+
"referencedDeclaration": 18935,
|
|
37408
37408
|
"src": "7592:19:37",
|
|
37409
37409
|
"typeDescriptions": {
|
|
37410
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
37410
|
+
"typeIdentifier": "t_struct$_Context_$18935_storage_ptr",
|
|
37411
37411
|
"typeString": "struct ISuperfluid.Context"
|
|
37412
37412
|
}
|
|
37413
37413
|
},
|
|
@@ -37425,7 +37425,7 @@
|
|
|
37425
37425
|
"referencedDeclaration": 10276,
|
|
37426
37426
|
"src": "7667:5:37",
|
|
37427
37427
|
"typeDescriptions": {
|
|
37428
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
37428
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
37429
37429
|
"typeString": "contract ISuperfluidToken"
|
|
37430
37430
|
}
|
|
37431
37431
|
},
|
|
@@ -37445,7 +37445,7 @@
|
|
|
37445
37445
|
"expression": {
|
|
37446
37446
|
"argumentTypes": [
|
|
37447
37447
|
{
|
|
37448
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
37448
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
37449
37449
|
"typeString": "contract ISuperfluidToken"
|
|
37450
37450
|
},
|
|
37451
37451
|
{
|
|
@@ -37475,7 +37475,7 @@
|
|
|
37475
37475
|
"referencedDeclaration": 5464,
|
|
37476
37476
|
"src": "7629:37:37",
|
|
37477
37477
|
"typeDescriptions": {
|
|
37478
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
37478
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$",
|
|
37479
37479
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
37480
37480
|
}
|
|
37481
37481
|
},
|
|
@@ -37490,7 +37490,7 @@
|
|
|
37490
37490
|
"src": "7629:49:37",
|
|
37491
37491
|
"tryCall": false,
|
|
37492
37492
|
"typeDescriptions": {
|
|
37493
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
37493
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
37494
37494
|
"typeString": "struct ISuperfluid.Context memory"
|
|
37495
37495
|
}
|
|
37496
37496
|
},
|
|
@@ -37541,7 +37541,7 @@
|
|
|
37541
37541
|
"referencedDeclaration": 10292,
|
|
37542
37542
|
"src": "7708:7:37",
|
|
37543
37543
|
"typeDescriptions": {
|
|
37544
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
37544
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
37545
37545
|
"typeString": "struct ISuperfluid.Context memory"
|
|
37546
37546
|
}
|
|
37547
37547
|
},
|
|
@@ -37552,7 +37552,7 @@
|
|
|
37552
37552
|
"lValueRequested": false,
|
|
37553
37553
|
"memberName": "msgSender",
|
|
37554
37554
|
"nodeType": "MemberAccess",
|
|
37555
|
-
"referencedDeclaration":
|
|
37555
|
+
"referencedDeclaration": 18919,
|
|
37556
37556
|
"src": "7708:17:37",
|
|
37557
37557
|
"typeDescriptions": {
|
|
37558
37558
|
"typeIdentifier": "t_address",
|
|
@@ -37641,7 +37641,7 @@
|
|
|
37641
37641
|
"referencedDeclaration": 10276,
|
|
37642
37642
|
"src": "7790:5:37",
|
|
37643
37643
|
"typeDescriptions": {
|
|
37644
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
37644
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
37645
37645
|
"typeString": "contract ISuperfluidToken"
|
|
37646
37646
|
}
|
|
37647
37647
|
},
|
|
@@ -37673,7 +37673,7 @@
|
|
|
37673
37673
|
"expression": {
|
|
37674
37674
|
"argumentTypes": [
|
|
37675
37675
|
{
|
|
37676
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
37676
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
37677
37677
|
"typeString": "contract ISuperfluidToken"
|
|
37678
37678
|
},
|
|
37679
37679
|
{
|
|
@@ -37692,7 +37692,7 @@
|
|
|
37692
37692
|
"referencedDeclaration": 10570,
|
|
37693
37693
|
"src": "7775:14:37",
|
|
37694
37694
|
"typeDescriptions": {
|
|
37695
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
37695
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$returns$_t_bytes32_$_t_struct$_IndexData_$9887_memory_ptr_$",
|
|
37696
37696
|
"typeString": "function (contract ISuperfluidToken,address,uint32) view returns (bytes32,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
37697
37697
|
}
|
|
37698
37698
|
},
|
|
@@ -37846,7 +37846,7 @@
|
|
|
37846
37846
|
"referencedDeclaration": 10276,
|
|
37847
37847
|
"src": "7910:5:37",
|
|
37848
37848
|
"typeDescriptions": {
|
|
37849
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
37849
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
37850
37850
|
"typeString": "contract ISuperfluidToken"
|
|
37851
37851
|
}
|
|
37852
37852
|
},
|
|
@@ -37919,7 +37919,7 @@
|
|
|
37919
37919
|
"referencedDeclaration": 10292,
|
|
37920
37920
|
"src": "7961:7:37",
|
|
37921
37921
|
"typeDescriptions": {
|
|
37922
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
37922
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
37923
37923
|
"typeString": "struct ISuperfluid.Context memory"
|
|
37924
37924
|
}
|
|
37925
37925
|
},
|
|
@@ -37930,7 +37930,7 @@
|
|
|
37930
37930
|
"lValueRequested": false,
|
|
37931
37931
|
"memberName": "userData",
|
|
37932
37932
|
"nodeType": "MemberAccess",
|
|
37933
|
-
"referencedDeclaration":
|
|
37933
|
+
"referencedDeclaration": 18923,
|
|
37934
37934
|
"src": "7961:16:37",
|
|
37935
37935
|
"typeDescriptions": {
|
|
37936
37936
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -37941,7 +37941,7 @@
|
|
|
37941
37941
|
"expression": {
|
|
37942
37942
|
"argumentTypes": [
|
|
37943
37943
|
{
|
|
37944
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
37944
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
37945
37945
|
"typeString": "contract ISuperfluidToken"
|
|
37946
37946
|
},
|
|
37947
37947
|
{
|
|
@@ -37976,7 +37976,7 @@
|
|
|
37976
37976
|
"referencedDeclaration": 10530,
|
|
37977
37977
|
"src": "7897:12:37",
|
|
37978
37978
|
"typeDescriptions": {
|
|
37979
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
37979
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_bytes32_$_t_struct$_IndexData_$9887_memory_ptr_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
37980
37980
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,uint128,bytes memory)"
|
|
37981
37981
|
}
|
|
37982
37982
|
},
|
|
@@ -38080,7 +38080,7 @@
|
|
|
38080
38080
|
"stateVariable": false,
|
|
38081
38081
|
"storageLocation": "default",
|
|
38082
38082
|
"typeDescriptions": {
|
|
38083
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38083
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
38084
38084
|
"typeString": "contract ISuperfluidToken"
|
|
38085
38085
|
},
|
|
38086
38086
|
"typeName": {
|
|
@@ -38090,13 +38090,13 @@
|
|
|
38090
38090
|
"id": 10274,
|
|
38091
38091
|
"name": "ISuperfluidToken",
|
|
38092
38092
|
"nodeType": "IdentifierPath",
|
|
38093
|
-
"referencedDeclaration":
|
|
38093
|
+
"referencedDeclaration": 19399,
|
|
38094
38094
|
"src": "7406:16:37"
|
|
38095
38095
|
},
|
|
38096
|
-
"referencedDeclaration":
|
|
38096
|
+
"referencedDeclaration": 19399,
|
|
38097
38097
|
"src": "7406:16:37",
|
|
38098
38098
|
"typeDescriptions": {
|
|
38099
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38099
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
38100
38100
|
"typeString": "contract ISuperfluidToken"
|
|
38101
38101
|
}
|
|
38102
38102
|
},
|
|
@@ -38228,7 +38228,7 @@
|
|
|
38228
38228
|
},
|
|
38229
38229
|
{
|
|
38230
38230
|
"baseFunctions": [
|
|
38231
|
-
|
|
38231
|
+
17193
|
|
38232
38232
|
],
|
|
38233
38233
|
"body": {
|
|
38234
38234
|
"id": 10416,
|
|
@@ -38252,7 +38252,7 @@
|
|
|
38252
38252
|
"stateVariable": false,
|
|
38253
38253
|
"storageLocation": "memory",
|
|
38254
38254
|
"typeDescriptions": {
|
|
38255
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
38255
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
38256
38256
|
"typeString": "struct ISuperfluid.Context"
|
|
38257
38257
|
},
|
|
38258
38258
|
"typeName": {
|
|
@@ -38262,13 +38262,13 @@
|
|
|
38262
38262
|
"id": 10357,
|
|
38263
38263
|
"name": "ISuperfluid.Context",
|
|
38264
38264
|
"nodeType": "IdentifierPath",
|
|
38265
|
-
"referencedDeclaration":
|
|
38265
|
+
"referencedDeclaration": 18935,
|
|
38266
38266
|
"src": "8337:19:37"
|
|
38267
38267
|
},
|
|
38268
|
-
"referencedDeclaration":
|
|
38268
|
+
"referencedDeclaration": 18935,
|
|
38269
38269
|
"src": "8337:19:37",
|
|
38270
38270
|
"typeDescriptions": {
|
|
38271
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
38271
|
+
"typeIdentifier": "t_struct$_Context_$18935_storage_ptr",
|
|
38272
38272
|
"typeString": "struct ISuperfluid.Context"
|
|
38273
38273
|
}
|
|
38274
38274
|
},
|
|
@@ -38286,7 +38286,7 @@
|
|
|
38286
38286
|
"referencedDeclaration": 10343,
|
|
38287
38287
|
"src": "8412:5:37",
|
|
38288
38288
|
"typeDescriptions": {
|
|
38289
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38289
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
38290
38290
|
"typeString": "contract ISuperfluidToken"
|
|
38291
38291
|
}
|
|
38292
38292
|
},
|
|
@@ -38306,7 +38306,7 @@
|
|
|
38306
38306
|
"expression": {
|
|
38307
38307
|
"argumentTypes": [
|
|
38308
38308
|
{
|
|
38309
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38309
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
38310
38310
|
"typeString": "contract ISuperfluidToken"
|
|
38311
38311
|
},
|
|
38312
38312
|
{
|
|
@@ -38336,7 +38336,7 @@
|
|
|
38336
38336
|
"referencedDeclaration": 5464,
|
|
38337
38337
|
"src": "8374:37:37",
|
|
38338
38338
|
"typeDescriptions": {
|
|
38339
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
38339
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$",
|
|
38340
38340
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
38341
38341
|
}
|
|
38342
38342
|
},
|
|
@@ -38351,7 +38351,7 @@
|
|
|
38351
38351
|
"src": "8374:49:37",
|
|
38352
38352
|
"tryCall": false,
|
|
38353
38353
|
"typeDescriptions": {
|
|
38354
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
38354
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
38355
38355
|
"typeString": "struct ISuperfluid.Context memory"
|
|
38356
38356
|
}
|
|
38357
38357
|
},
|
|
@@ -38402,7 +38402,7 @@
|
|
|
38402
38402
|
"referencedDeclaration": 10359,
|
|
38403
38403
|
"src": "8453:7:37",
|
|
38404
38404
|
"typeDescriptions": {
|
|
38405
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
38405
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
38406
38406
|
"typeString": "struct ISuperfluid.Context memory"
|
|
38407
38407
|
}
|
|
38408
38408
|
},
|
|
@@ -38413,7 +38413,7 @@
|
|
|
38413
38413
|
"lValueRequested": false,
|
|
38414
38414
|
"memberName": "msgSender",
|
|
38415
38415
|
"nodeType": "MemberAccess",
|
|
38416
|
-
"referencedDeclaration":
|
|
38416
|
+
"referencedDeclaration": 18919,
|
|
38417
38417
|
"src": "8453:17:37",
|
|
38418
38418
|
"typeDescriptions": {
|
|
38419
38419
|
"typeIdentifier": "t_address",
|
|
@@ -38502,7 +38502,7 @@
|
|
|
38502
38502
|
"referencedDeclaration": 10343,
|
|
38503
38503
|
"src": "8535:5:37",
|
|
38504
38504
|
"typeDescriptions": {
|
|
38505
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38505
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
38506
38506
|
"typeString": "contract ISuperfluidToken"
|
|
38507
38507
|
}
|
|
38508
38508
|
},
|
|
@@ -38534,7 +38534,7 @@
|
|
|
38534
38534
|
"expression": {
|
|
38535
38535
|
"argumentTypes": [
|
|
38536
38536
|
{
|
|
38537
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38537
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
38538
38538
|
"typeString": "contract ISuperfluidToken"
|
|
38539
38539
|
},
|
|
38540
38540
|
{
|
|
@@ -38553,7 +38553,7 @@
|
|
|
38553
38553
|
"referencedDeclaration": 10570,
|
|
38554
38554
|
"src": "8520:14:37",
|
|
38555
38555
|
"typeDescriptions": {
|
|
38556
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
38556
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$returns$_t_bytes32_$_t_struct$_IndexData_$9887_memory_ptr_$",
|
|
38557
38557
|
"typeString": "function (contract ISuperfluidToken,address,uint32) view returns (bytes32,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
38558
38558
|
}
|
|
38559
38559
|
},
|
|
@@ -38818,7 +38818,7 @@
|
|
|
38818
38818
|
"referencedDeclaration": 10343,
|
|
38819
38819
|
"src": "8732:5:37",
|
|
38820
38820
|
"typeDescriptions": {
|
|
38821
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38821
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
38822
38822
|
"typeString": "contract ISuperfluidToken"
|
|
38823
38823
|
}
|
|
38824
38824
|
},
|
|
@@ -38936,7 +38936,7 @@
|
|
|
38936
38936
|
"referencedDeclaration": 10359,
|
|
38937
38937
|
"src": "8802:7:37",
|
|
38938
38938
|
"typeDescriptions": {
|
|
38939
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
38939
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
38940
38940
|
"typeString": "struct ISuperfluid.Context memory"
|
|
38941
38941
|
}
|
|
38942
38942
|
},
|
|
@@ -38947,7 +38947,7 @@
|
|
|
38947
38947
|
"lValueRequested": false,
|
|
38948
38948
|
"memberName": "userData",
|
|
38949
38949
|
"nodeType": "MemberAccess",
|
|
38950
|
-
"referencedDeclaration":
|
|
38950
|
+
"referencedDeclaration": 18923,
|
|
38951
38951
|
"src": "8802:16:37",
|
|
38952
38952
|
"typeDescriptions": {
|
|
38953
38953
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -38958,7 +38958,7 @@
|
|
|
38958
38958
|
"expression": {
|
|
38959
38959
|
"argumentTypes": [
|
|
38960
38960
|
{
|
|
38961
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
38961
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
38962
38962
|
"typeString": "contract ISuperfluidToken"
|
|
38963
38963
|
},
|
|
38964
38964
|
{
|
|
@@ -38993,7 +38993,7 @@
|
|
|
38993
38993
|
"referencedDeclaration": 10530,
|
|
38994
38994
|
"src": "8719:12:37",
|
|
38995
38995
|
"typeDescriptions": {
|
|
38996
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
38996
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_bytes32_$_t_struct$_IndexData_$9887_memory_ptr_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
38997
38997
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,uint128,bytes memory)"
|
|
38998
38998
|
}
|
|
38999
38999
|
},
|
|
@@ -39097,7 +39097,7 @@
|
|
|
39097
39097
|
"stateVariable": false,
|
|
39098
39098
|
"storageLocation": "default",
|
|
39099
39099
|
"typeDescriptions": {
|
|
39100
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
39100
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
39101
39101
|
"typeString": "contract ISuperfluidToken"
|
|
39102
39102
|
},
|
|
39103
39103
|
"typeName": {
|
|
@@ -39107,13 +39107,13 @@
|
|
|
39107
39107
|
"id": 10341,
|
|
39108
39108
|
"name": "ISuperfluidToken",
|
|
39109
39109
|
"nodeType": "IdentifierPath",
|
|
39110
|
-
"referencedDeclaration":
|
|
39110
|
+
"referencedDeclaration": 19399,
|
|
39111
39111
|
"src": "8155:16:37"
|
|
39112
39112
|
},
|
|
39113
|
-
"referencedDeclaration":
|
|
39113
|
+
"referencedDeclaration": 19399,
|
|
39114
39114
|
"src": "8155:16:37",
|
|
39115
39115
|
"typeDescriptions": {
|
|
39116
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
39116
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
39117
39117
|
"typeString": "contract ISuperfluidToken"
|
|
39118
39118
|
}
|
|
39119
39119
|
},
|
|
@@ -39593,7 +39593,7 @@
|
|
|
39593
39593
|
"referencedDeclaration": 10420,
|
|
39594
39594
|
"src": "9273:5:37",
|
|
39595
39595
|
"typeDescriptions": {
|
|
39596
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
39596
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
39597
39597
|
"typeString": "contract ISuperfluidToken"
|
|
39598
39598
|
}
|
|
39599
39599
|
},
|
|
@@ -39604,7 +39604,7 @@
|
|
|
39604
39604
|
"lValueRequested": false,
|
|
39605
39605
|
"memberName": "settleBalance",
|
|
39606
39606
|
"nodeType": "MemberAccess",
|
|
39607
|
-
"referencedDeclaration":
|
|
39607
|
+
"referencedDeclaration": 19324,
|
|
39608
39608
|
"src": "9273:19:37",
|
|
39609
39609
|
"typeDescriptions": {
|
|
39610
39610
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -39641,7 +39641,7 @@
|
|
|
39641
39641
|
"referencedDeclaration": 10420,
|
|
39642
39642
|
"src": "9614:5:37",
|
|
39643
39643
|
"typeDescriptions": {
|
|
39644
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
39644
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
39645
39645
|
"typeString": "contract ISuperfluidToken"
|
|
39646
39646
|
}
|
|
39647
39647
|
},
|
|
@@ -39939,7 +39939,7 @@
|
|
|
39939
39939
|
"expression": {
|
|
39940
39940
|
"argumentTypes": [
|
|
39941
39941
|
{
|
|
39942
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
39942
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
39943
39943
|
"typeString": "contract ISuperfluidToken"
|
|
39944
39944
|
},
|
|
39945
39945
|
{
|
|
@@ -39958,7 +39958,7 @@
|
|
|
39958
39958
|
"referencedDeclaration": 12893,
|
|
39959
39959
|
"src": "9590:23:37",
|
|
39960
39960
|
"typeDescriptions": {
|
|
39961
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
39961
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_int256_$returns$__$",
|
|
39962
39962
|
"typeString": "function (contract ISuperfluidToken,address,int256)"
|
|
39963
39963
|
}
|
|
39964
39964
|
},
|
|
@@ -40186,7 +40186,7 @@
|
|
|
40186
40186
|
"referencedDeclaration": 10420,
|
|
40187
40187
|
"src": "9998:5:37",
|
|
40188
40188
|
"typeDescriptions": {
|
|
40189
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
40189
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
40190
40190
|
"typeString": "contract ISuperfluidToken"
|
|
40191
40191
|
}
|
|
40192
40192
|
},
|
|
@@ -40197,7 +40197,7 @@
|
|
|
40197
40197
|
"lValueRequested": false,
|
|
40198
40198
|
"memberName": "updateAgreementData",
|
|
40199
40199
|
"nodeType": "MemberAccess",
|
|
40200
|
-
"referencedDeclaration":
|
|
40200
|
+
"referencedDeclaration": 19256,
|
|
40201
40201
|
"src": "9998:25:37",
|
|
40202
40202
|
"typeDescriptions": {
|
|
40203
40203
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -40234,7 +40234,7 @@
|
|
|
40234
40234
|
"referencedDeclaration": 10420,
|
|
40235
40235
|
"src": "10095:5:37",
|
|
40236
40236
|
"typeDescriptions": {
|
|
40237
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
40237
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
40238
40238
|
"typeString": "contract ISuperfluidToken"
|
|
40239
40239
|
}
|
|
40240
40240
|
},
|
|
@@ -40356,7 +40356,7 @@
|
|
|
40356
40356
|
"expression": {
|
|
40357
40357
|
"argumentTypes": [
|
|
40358
40358
|
{
|
|
40359
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
40359
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
40360
40360
|
"typeString": "contract ISuperfluidToken"
|
|
40361
40361
|
},
|
|
40362
40362
|
{
|
|
@@ -40392,10 +40392,10 @@
|
|
|
40392
40392
|
"name": "IndexUpdated",
|
|
40393
40393
|
"nodeType": "Identifier",
|
|
40394
40394
|
"overloadedDeclarations": [],
|
|
40395
|
-
"referencedDeclaration":
|
|
40395
|
+
"referencedDeclaration": 17178,
|
|
40396
40396
|
"src": "10069:12:37",
|
|
40397
40397
|
"typeDescriptions": {
|
|
40398
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
40398
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_uint128_$_t_uint128_$_t_uint128_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
40399
40399
|
"typeString": "function (contract ISuperfluidToken,address,uint32,uint128,uint128,uint128,uint128,bytes memory)"
|
|
40400
40400
|
}
|
|
40401
40401
|
},
|
|
@@ -40461,7 +40461,7 @@
|
|
|
40461
40461
|
"referencedDeclaration": 10420,
|
|
40462
40462
|
"src": "10350:5:37",
|
|
40463
40463
|
"typeDescriptions": {
|
|
40464
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
40464
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
40465
40465
|
"typeString": "contract ISuperfluidToken"
|
|
40466
40466
|
}
|
|
40467
40467
|
},
|
|
@@ -40472,7 +40472,7 @@
|
|
|
40472
40472
|
"lValueRequested": false,
|
|
40473
40473
|
"memberName": "isAccountCriticalNow",
|
|
40474
40474
|
"nodeType": "MemberAccess",
|
|
40475
|
-
"referencedDeclaration":
|
|
40475
|
+
"referencedDeclaration": 19187,
|
|
40476
40476
|
"src": "10350:26:37",
|
|
40477
40477
|
"typeDescriptions": {
|
|
40478
40478
|
"typeIdentifier": "t_function_external_view$_t_address_$returns$_t_bool_$",
|
|
@@ -40585,7 +40585,7 @@
|
|
|
40585
40585
|
"stateVariable": false,
|
|
40586
40586
|
"storageLocation": "default",
|
|
40587
40587
|
"typeDescriptions": {
|
|
40588
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
40588
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
40589
40589
|
"typeString": "contract ISuperfluidToken"
|
|
40590
40590
|
},
|
|
40591
40591
|
"typeName": {
|
|
@@ -40595,13 +40595,13 @@
|
|
|
40595
40595
|
"id": 10418,
|
|
40596
40596
|
"name": "ISuperfluidToken",
|
|
40597
40597
|
"nodeType": "IdentifierPath",
|
|
40598
|
-
"referencedDeclaration":
|
|
40598
|
+
"referencedDeclaration": 19399,
|
|
40599
40599
|
"src": "8927:16:37"
|
|
40600
40600
|
},
|
|
40601
|
-
"referencedDeclaration":
|
|
40601
|
+
"referencedDeclaration": 19399,
|
|
40602
40602
|
"src": "8927:16:37",
|
|
40603
40603
|
"typeDescriptions": {
|
|
40604
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
40604
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
40605
40605
|
"typeString": "contract ISuperfluidToken"
|
|
40606
40606
|
}
|
|
40607
40607
|
},
|
|
@@ -40989,7 +40989,7 @@
|
|
|
40989
40989
|
"referencedDeclaration": 10533,
|
|
40990
40990
|
"src": "10756:5:37",
|
|
40991
40991
|
"typeDescriptions": {
|
|
40992
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
40992
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
40993
40993
|
"typeString": "contract ISuperfluidToken"
|
|
40994
40994
|
}
|
|
40995
40995
|
},
|
|
@@ -41009,7 +41009,7 @@
|
|
|
41009
41009
|
"expression": {
|
|
41010
41010
|
"argumentTypes": [
|
|
41011
41011
|
{
|
|
41012
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
41012
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
41013
41013
|
"typeString": "contract ISuperfluidToken"
|
|
41014
41014
|
},
|
|
41015
41015
|
{
|
|
@@ -41024,7 +41024,7 @@
|
|
|
41024
41024
|
"referencedDeclaration": 12798,
|
|
41025
41025
|
"src": "10742:13:37",
|
|
41026
41026
|
"typeDescriptions": {
|
|
41027
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
41027
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes32_$returns$_t_bool_$_t_struct$_IndexData_$9887_memory_ptr_$",
|
|
41028
41028
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
41029
41029
|
}
|
|
41030
41030
|
},
|
|
@@ -41154,7 +41154,7 @@
|
|
|
41154
41154
|
"stateVariable": false,
|
|
41155
41155
|
"storageLocation": "default",
|
|
41156
41156
|
"typeDescriptions": {
|
|
41157
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
41157
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
41158
41158
|
"typeString": "contract ISuperfluidToken"
|
|
41159
41159
|
},
|
|
41160
41160
|
"typeName": {
|
|
@@ -41164,13 +41164,13 @@
|
|
|
41164
41164
|
"id": 10531,
|
|
41165
41165
|
"name": "ISuperfluidToken",
|
|
41166
41166
|
"nodeType": "IdentifierPath",
|
|
41167
|
-
"referencedDeclaration":
|
|
41167
|
+
"referencedDeclaration": 19399,
|
|
41168
41168
|
"src": "10456:16:37"
|
|
41169
41169
|
},
|
|
41170
|
-
"referencedDeclaration":
|
|
41170
|
+
"referencedDeclaration": 19399,
|
|
41171
41171
|
"src": "10456:16:37",
|
|
41172
41172
|
"typeDescriptions": {
|
|
41173
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
41173
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
41174
41174
|
"typeString": "contract ISuperfluidToken"
|
|
41175
41175
|
}
|
|
41176
41176
|
},
|
|
@@ -41498,7 +41498,7 @@
|
|
|
41498
41498
|
},
|
|
41499
41499
|
{
|
|
41500
41500
|
"baseFunctions": [
|
|
41501
|
-
|
|
41501
|
+
17208
|
|
41502
41502
|
],
|
|
41503
41503
|
"body": {
|
|
41504
41504
|
"id": 10927,
|
|
@@ -41690,7 +41690,7 @@
|
|
|
41690
41690
|
"stateVariable": false,
|
|
41691
41691
|
"storageLocation": "memory",
|
|
41692
41692
|
"typeDescriptions": {
|
|
41693
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
41693
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
41694
41694
|
"typeString": "struct ISuperfluid.Context"
|
|
41695
41695
|
},
|
|
41696
41696
|
"typeName": {
|
|
@@ -41700,13 +41700,13 @@
|
|
|
41700
41700
|
"id": 10619,
|
|
41701
41701
|
"name": "ISuperfluid.Context",
|
|
41702
41702
|
"nodeType": "IdentifierPath",
|
|
41703
|
-
"referencedDeclaration":
|
|
41703
|
+
"referencedDeclaration": 18935,
|
|
41704
41704
|
"src": "11836:19:37"
|
|
41705
41705
|
},
|
|
41706
|
-
"referencedDeclaration":
|
|
41706
|
+
"referencedDeclaration": 18935,
|
|
41707
41707
|
"src": "11836:19:37",
|
|
41708
41708
|
"typeDescriptions": {
|
|
41709
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
41709
|
+
"typeIdentifier": "t_struct$_Context_$18935_storage_ptr",
|
|
41710
41710
|
"typeString": "struct ISuperfluid.Context"
|
|
41711
41711
|
}
|
|
41712
41712
|
},
|
|
@@ -41724,7 +41724,7 @@
|
|
|
41724
41724
|
"referencedDeclaration": 10589,
|
|
41725
41725
|
"src": "11911:5:37",
|
|
41726
41726
|
"typeDescriptions": {
|
|
41727
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
41727
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
41728
41728
|
"typeString": "contract ISuperfluidToken"
|
|
41729
41729
|
}
|
|
41730
41730
|
},
|
|
@@ -41744,7 +41744,7 @@
|
|
|
41744
41744
|
"expression": {
|
|
41745
41745
|
"argumentTypes": [
|
|
41746
41746
|
{
|
|
41747
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
41747
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
41748
41748
|
"typeString": "contract ISuperfluidToken"
|
|
41749
41749
|
},
|
|
41750
41750
|
{
|
|
@@ -41774,7 +41774,7 @@
|
|
|
41774
41774
|
"referencedDeclaration": 5464,
|
|
41775
41775
|
"src": "11873:37:37",
|
|
41776
41776
|
"typeDescriptions": {
|
|
41777
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
41777
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$",
|
|
41778
41778
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
41779
41779
|
}
|
|
41780
41780
|
},
|
|
@@ -41789,7 +41789,7 @@
|
|
|
41789
41789
|
"src": "11873:49:37",
|
|
41790
41790
|
"tryCall": false,
|
|
41791
41791
|
"typeDescriptions": {
|
|
41792
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
41792
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
41793
41793
|
"typeString": "struct ISuperfluid.Context memory"
|
|
41794
41794
|
}
|
|
41795
41795
|
},
|
|
@@ -41826,7 +41826,7 @@
|
|
|
41826
41826
|
"referencedDeclaration": 10621,
|
|
41827
41827
|
"src": "11949:7:37",
|
|
41828
41828
|
"typeDescriptions": {
|
|
41829
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
41829
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
41830
41830
|
"typeString": "struct ISuperfluid.Context memory"
|
|
41831
41831
|
}
|
|
41832
41832
|
},
|
|
@@ -41837,7 +41837,7 @@
|
|
|
41837
41837
|
"lValueRequested": false,
|
|
41838
41838
|
"memberName": "msgSender",
|
|
41839
41839
|
"nodeType": "MemberAccess",
|
|
41840
|
-
"referencedDeclaration":
|
|
41840
|
+
"referencedDeclaration": 18919,
|
|
41841
41841
|
"src": "11949:17:37",
|
|
41842
41842
|
"typeDescriptions": {
|
|
41843
41843
|
"typeIdentifier": "t_address",
|
|
@@ -41884,7 +41884,7 @@
|
|
|
41884
41884
|
"referencedDeclaration": 10621,
|
|
41885
41885
|
"src": "11991:7:37",
|
|
41886
41886
|
"typeDescriptions": {
|
|
41887
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
41887
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
41888
41888
|
"typeString": "struct ISuperfluid.Context memory"
|
|
41889
41889
|
}
|
|
41890
41890
|
},
|
|
@@ -41895,7 +41895,7 @@
|
|
|
41895
41895
|
"lValueRequested": false,
|
|
41896
41896
|
"memberName": "userData",
|
|
41897
41897
|
"nodeType": "MemberAccess",
|
|
41898
|
-
"referencedDeclaration":
|
|
41898
|
+
"referencedDeclaration": 18923,
|
|
41899
41899
|
"src": "11991:16:37",
|
|
41900
41900
|
"typeDescriptions": {
|
|
41901
41901
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -42084,7 +42084,7 @@
|
|
|
42084
42084
|
"referencedDeclaration": 10589,
|
|
42085
42085
|
"src": "12183:5:37",
|
|
42086
42086
|
"typeDescriptions": {
|
|
42087
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
42087
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
42088
42088
|
"typeString": "contract ISuperfluidToken"
|
|
42089
42089
|
}
|
|
42090
42090
|
},
|
|
@@ -42144,7 +42144,7 @@
|
|
|
42144
42144
|
"expression": {
|
|
42145
42145
|
"argumentTypes": [
|
|
42146
42146
|
{
|
|
42147
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
42147
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
42148
42148
|
"typeString": "contract ISuperfluidToken"
|
|
42149
42149
|
},
|
|
42150
42150
|
{
|
|
@@ -42171,7 +42171,7 @@
|
|
|
42171
42171
|
"referencedDeclaration": 12573,
|
|
42172
42172
|
"src": "12170:12:37",
|
|
42173
42173
|
"typeDescriptions": {
|
|
42174
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
42174
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_uint32_$_t_bool_$returns$_t_bytes32_$_t_bytes32_$_t_struct$_IndexData_$9887_memory_ptr_$_t_bool_$_t_struct$_SubscriptionData_$9898_memory_ptr_$",
|
|
42175
42175
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bool) view returns (bytes32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
42176
42176
|
}
|
|
42177
42177
|
},
|
|
@@ -42449,7 +42449,7 @@
|
|
|
42449
42449
|
"referencedDeclaration": 10589,
|
|
42450
42450
|
"src": "12499:5:37",
|
|
42451
42451
|
"typeDescriptions": {
|
|
42452
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
42452
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
42453
42453
|
"typeString": "contract ISuperfluidToken"
|
|
42454
42454
|
}
|
|
42455
42455
|
},
|
|
@@ -42512,7 +42512,7 @@
|
|
|
42512
42512
|
"expression": {
|
|
42513
42513
|
"argumentTypes": [
|
|
42514
42514
|
{
|
|
42515
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
42515
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
42516
42516
|
"typeString": "contract ISuperfluidToken"
|
|
42517
42517
|
},
|
|
42518
42518
|
{
|
|
@@ -42550,7 +42550,7 @@
|
|
|
42550
42550
|
"referencedDeclaration": 5520,
|
|
42551
42551
|
"src": "12448:37:37",
|
|
42552
42552
|
"typeDescriptions": {
|
|
42553
|
-
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$
|
|
42553
|
+
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_struct$_CallbackInputs_$5480_memory_ptr_$",
|
|
42554
42554
|
"typeString": "function (contract ISuperfluidToken,address,bytes32,bytes memory) pure returns (struct AgreementLibrary.CallbackInputs memory)"
|
|
42555
42555
|
}
|
|
42556
42556
|
},
|
|
@@ -42669,10 +42669,10 @@
|
|
|
42669
42669
|
"name": "SuperAppDefinitions",
|
|
42670
42670
|
"nodeType": "Identifier",
|
|
42671
42671
|
"overloadedDeclarations": [],
|
|
42672
|
-
"referencedDeclaration":
|
|
42672
|
+
"referencedDeclaration": 17622,
|
|
42673
42673
|
"src": "13446:19:37",
|
|
42674
42674
|
"typeDescriptions": {
|
|
42675
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
42675
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
|
|
42676
42676
|
"typeString": "type(library SuperAppDefinitions)"
|
|
42677
42677
|
}
|
|
42678
42678
|
},
|
|
@@ -42683,7 +42683,7 @@
|
|
|
42683
42683
|
"lValueRequested": false,
|
|
42684
42684
|
"memberName": "BEFORE_AGREEMENT_UPDATED_NOOP",
|
|
42685
42685
|
"nodeType": "MemberAccess",
|
|
42686
|
-
"referencedDeclaration":
|
|
42686
|
+
"referencedDeclaration": 17540,
|
|
42687
42687
|
"src": "13446:49:37",
|
|
42688
42688
|
"typeDescriptions": {
|
|
42689
42689
|
"typeIdentifier": "t_uint256",
|
|
@@ -43519,7 +43519,7 @@
|
|
|
43519
43519
|
"referencedDeclaration": 10589,
|
|
43520
43520
|
"src": "14049:5:37",
|
|
43521
43521
|
"typeDescriptions": {
|
|
43522
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
43522
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
43523
43523
|
"typeString": "contract ISuperfluidToken"
|
|
43524
43524
|
}
|
|
43525
43525
|
},
|
|
@@ -43530,7 +43530,7 @@
|
|
|
43530
43530
|
"lValueRequested": false,
|
|
43531
43531
|
"memberName": "updateAgreementData",
|
|
43532
43532
|
"nodeType": "MemberAccess",
|
|
43533
|
-
"referencedDeclaration":
|
|
43533
|
+
"referencedDeclaration": 19256,
|
|
43534
43534
|
"src": "14049:25:37",
|
|
43535
43535
|
"typeDescriptions": {
|
|
43536
43536
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -43567,7 +43567,7 @@
|
|
|
43567
43567
|
"referencedDeclaration": 10589,
|
|
43568
43568
|
"src": "14152:5:37",
|
|
43569
43569
|
"typeDescriptions": {
|
|
43570
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
43570
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
43571
43571
|
"typeString": "contract ISuperfluidToken"
|
|
43572
43572
|
}
|
|
43573
43573
|
},
|
|
@@ -43614,7 +43614,7 @@
|
|
|
43614
43614
|
"expression": {
|
|
43615
43615
|
"argumentTypes": [
|
|
43616
43616
|
{
|
|
43617
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
43617
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
43618
43618
|
"typeString": "contract ISuperfluidToken"
|
|
43619
43619
|
},
|
|
43620
43620
|
{
|
|
@@ -43633,7 +43633,7 @@
|
|
|
43633
43633
|
"referencedDeclaration": 12893,
|
|
43634
43634
|
"src": "14128:23:37",
|
|
43635
43635
|
"typeDescriptions": {
|
|
43636
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
43636
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_int256_$returns$__$",
|
|
43637
43637
|
"typeString": "function (contract ISuperfluidToken,address,int256)"
|
|
43638
43638
|
}
|
|
43639
43639
|
},
|
|
@@ -43718,7 +43718,7 @@
|
|
|
43718
43718
|
"referencedDeclaration": 10589,
|
|
43719
43719
|
"src": "14198:5:37",
|
|
43720
43720
|
"typeDescriptions": {
|
|
43721
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
43721
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
43722
43722
|
"typeString": "contract ISuperfluidToken"
|
|
43723
43723
|
}
|
|
43724
43724
|
},
|
|
@@ -43729,7 +43729,7 @@
|
|
|
43729
43729
|
"lValueRequested": false,
|
|
43730
43730
|
"memberName": "settleBalance",
|
|
43731
43731
|
"nodeType": "MemberAccess",
|
|
43732
|
-
"referencedDeclaration":
|
|
43732
|
+
"referencedDeclaration": 19324,
|
|
43733
43733
|
"src": "14198:19:37",
|
|
43734
43734
|
"typeDescriptions": {
|
|
43735
43735
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -43802,7 +43802,7 @@
|
|
|
43802
43802
|
"referencedDeclaration": 10589,
|
|
43803
43803
|
"src": "14330:5:37",
|
|
43804
43804
|
"typeDescriptions": {
|
|
43805
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
43805
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
43806
43806
|
"typeString": "contract ISuperfluidToken"
|
|
43807
43807
|
}
|
|
43808
43808
|
},
|
|
@@ -43813,7 +43813,7 @@
|
|
|
43813
43813
|
"lValueRequested": false,
|
|
43814
43814
|
"memberName": "settleBalance",
|
|
43815
43815
|
"nodeType": "MemberAccess",
|
|
43816
|
-
"referencedDeclaration":
|
|
43816
|
+
"referencedDeclaration": 19324,
|
|
43817
43817
|
"src": "14330:19:37",
|
|
43818
43818
|
"typeDescriptions": {
|
|
43819
43819
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -44003,7 +44003,7 @@
|
|
|
44003
44003
|
"referencedDeclaration": 10589,
|
|
44004
44004
|
"src": "14490:5:37",
|
|
44005
44005
|
"typeDescriptions": {
|
|
44006
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
44006
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
44007
44007
|
"typeString": "contract ISuperfluidToken"
|
|
44008
44008
|
}
|
|
44009
44009
|
},
|
|
@@ -44050,7 +44050,7 @@
|
|
|
44050
44050
|
"expression": {
|
|
44051
44051
|
"argumentTypes": [
|
|
44052
44052
|
{
|
|
44053
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
44053
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
44054
44054
|
"typeString": "contract ISuperfluidToken"
|
|
44055
44055
|
},
|
|
44056
44056
|
{
|
|
@@ -44069,7 +44069,7 @@
|
|
|
44069
44069
|
"referencedDeclaration": 13118,
|
|
44070
44070
|
"src": "14467:22:37",
|
|
44071
44071
|
"typeDescriptions": {
|
|
44072
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
44072
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_bytes32_$returns$_t_uint32_$",
|
|
44073
44073
|
"typeString": "function (contract ISuperfluidToken,address,bytes32) returns (uint32)"
|
|
44074
44074
|
}
|
|
44075
44075
|
},
|
|
@@ -44211,7 +44211,7 @@
|
|
|
44211
44211
|
"referencedDeclaration": 10589,
|
|
44212
44212
|
"src": "14532:5:37",
|
|
44213
44213
|
"typeDescriptions": {
|
|
44214
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
44214
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
44215
44215
|
"typeString": "contract ISuperfluidToken"
|
|
44216
44216
|
}
|
|
44217
44217
|
},
|
|
@@ -44222,7 +44222,7 @@
|
|
|
44222
44222
|
"lValueRequested": false,
|
|
44223
44223
|
"memberName": "updateAgreementData",
|
|
44224
44224
|
"nodeType": "MemberAccess",
|
|
44225
|
-
"referencedDeclaration":
|
|
44225
|
+
"referencedDeclaration": 19256,
|
|
44226
44226
|
"src": "14532:25:37",
|
|
44227
44227
|
"typeDescriptions": {
|
|
44228
44228
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -44290,10 +44290,10 @@
|
|
|
44290
44290
|
"name": "SuperAppDefinitions",
|
|
44291
44291
|
"nodeType": "Identifier",
|
|
44292
44292
|
"overloadedDeclarations": [],
|
|
44293
|
-
"referencedDeclaration":
|
|
44293
|
+
"referencedDeclaration": 17622,
|
|
44294
44294
|
"src": "14638:19:37",
|
|
44295
44295
|
"typeDescriptions": {
|
|
44296
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
44296
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
|
|
44297
44297
|
"typeString": "type(library SuperAppDefinitions)"
|
|
44298
44298
|
}
|
|
44299
44299
|
},
|
|
@@ -44304,7 +44304,7 @@
|
|
|
44304
44304
|
"lValueRequested": false,
|
|
44305
44305
|
"memberName": "AFTER_AGREEMENT_UPDATED_NOOP",
|
|
44306
44306
|
"nodeType": "MemberAccess",
|
|
44307
|
-
"referencedDeclaration":
|
|
44307
|
+
"referencedDeclaration": 17548,
|
|
44308
44308
|
"src": "14638:48:37",
|
|
44309
44309
|
"typeDescriptions": {
|
|
44310
44310
|
"typeIdentifier": "t_uint256",
|
|
@@ -44413,7 +44413,7 @@
|
|
|
44413
44413
|
"referencedDeclaration": 5779,
|
|
44414
44414
|
"src": "14700:37:37",
|
|
44415
44415
|
"typeDescriptions": {
|
|
44416
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$5480_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
44416
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$5480_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
44417
44417
|
"typeString": "function (struct AgreementLibrary.CallbackInputs memory,bytes memory,bytes memory) returns (struct ISuperfluid.Context memory,bytes memory)"
|
|
44418
44418
|
}
|
|
44419
44419
|
},
|
|
@@ -44428,7 +44428,7 @@
|
|
|
44428
44428
|
"src": "14700:68:37",
|
|
44429
44429
|
"tryCall": false,
|
|
44430
44430
|
"typeDescriptions": {
|
|
44431
|
-
"typeIdentifier": "t_tuple$_t_struct$_Context_$
|
|
44431
|
+
"typeIdentifier": "t_tuple$_t_struct$_Context_$18935_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
44432
44432
|
"typeString": "tuple(struct ISuperfluid.Context memory,bytes memory)"
|
|
44433
44433
|
}
|
|
44434
44434
|
},
|
|
@@ -44488,10 +44488,10 @@
|
|
|
44488
44488
|
"name": "SuperAppDefinitions",
|
|
44489
44489
|
"nodeType": "Identifier",
|
|
44490
44490
|
"overloadedDeclarations": [],
|
|
44491
|
-
"referencedDeclaration":
|
|
44491
|
+
"referencedDeclaration": 17622,
|
|
44492
44492
|
"src": "12640:19:37",
|
|
44493
44493
|
"typeDescriptions": {
|
|
44494
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
44494
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
|
|
44495
44495
|
"typeString": "type(library SuperAppDefinitions)"
|
|
44496
44496
|
}
|
|
44497
44497
|
},
|
|
@@ -44502,7 +44502,7 @@
|
|
|
44502
44502
|
"lValueRequested": false,
|
|
44503
44503
|
"memberName": "BEFORE_AGREEMENT_CREATED_NOOP",
|
|
44504
44504
|
"nodeType": "MemberAccess",
|
|
44505
|
-
"referencedDeclaration":
|
|
44505
|
+
"referencedDeclaration": 17524,
|
|
44506
44506
|
"src": "12640:49:37",
|
|
44507
44507
|
"typeDescriptions": {
|
|
44508
44508
|
"typeIdentifier": "t_uint256",
|
|
@@ -44907,7 +44907,7 @@
|
|
|
44907
44907
|
"referencedDeclaration": 10589,
|
|
44908
44908
|
"src": "13122:5:37",
|
|
44909
44909
|
"typeDescriptions": {
|
|
44910
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
44910
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
44911
44911
|
"typeString": "contract ISuperfluidToken"
|
|
44912
44912
|
}
|
|
44913
44913
|
},
|
|
@@ -44954,7 +44954,7 @@
|
|
|
44954
44954
|
"expression": {
|
|
44955
44955
|
"argumentTypes": [
|
|
44956
44956
|
{
|
|
44957
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
44957
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
44958
44958
|
"typeString": "contract ISuperfluidToken"
|
|
44959
44959
|
},
|
|
44960
44960
|
{
|
|
@@ -44973,7 +44973,7 @@
|
|
|
44973
44973
|
"referencedDeclaration": 13118,
|
|
44974
44974
|
"src": "13099:22:37",
|
|
44975
44975
|
"typeDescriptions": {
|
|
44976
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
44976
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_bytes32_$returns$_t_uint32_$",
|
|
44977
44977
|
"typeString": "function (contract ISuperfluidToken,address,bytes32) returns (uint32)"
|
|
44978
44978
|
}
|
|
44979
44979
|
},
|
|
@@ -45115,7 +45115,7 @@
|
|
|
45115
45115
|
"referencedDeclaration": 10589,
|
|
45116
45116
|
"src": "13164:5:37",
|
|
45117
45117
|
"typeDescriptions": {
|
|
45118
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45118
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
45119
45119
|
"typeString": "contract ISuperfluidToken"
|
|
45120
45120
|
}
|
|
45121
45121
|
},
|
|
@@ -45126,7 +45126,7 @@
|
|
|
45126
45126
|
"lValueRequested": false,
|
|
45127
45127
|
"memberName": "createAgreement",
|
|
45128
45128
|
"nodeType": "MemberAccess",
|
|
45129
|
-
"referencedDeclaration":
|
|
45129
|
+
"referencedDeclaration": 19224,
|
|
45130
45130
|
"src": "13164:21:37",
|
|
45131
45131
|
"typeDescriptions": {
|
|
45132
45132
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -45194,10 +45194,10 @@
|
|
|
45194
45194
|
"name": "SuperAppDefinitions",
|
|
45195
45195
|
"nodeType": "Identifier",
|
|
45196
45196
|
"overloadedDeclarations": [],
|
|
45197
|
-
"referencedDeclaration":
|
|
45197
|
+
"referencedDeclaration": 17622,
|
|
45198
45198
|
"src": "13266:19:37",
|
|
45199
45199
|
"typeDescriptions": {
|
|
45200
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
45200
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
|
|
45201
45201
|
"typeString": "type(library SuperAppDefinitions)"
|
|
45202
45202
|
}
|
|
45203
45203
|
},
|
|
@@ -45208,7 +45208,7 @@
|
|
|
45208
45208
|
"lValueRequested": false,
|
|
45209
45209
|
"memberName": "AFTER_AGREEMENT_CREATED_NOOP",
|
|
45210
45210
|
"nodeType": "MemberAccess",
|
|
45211
|
-
"referencedDeclaration":
|
|
45211
|
+
"referencedDeclaration": 17532,
|
|
45212
45212
|
"src": "13266:48:37",
|
|
45213
45213
|
"typeDescriptions": {
|
|
45214
45214
|
"typeIdentifier": "t_uint256",
|
|
@@ -45317,7 +45317,7 @@
|
|
|
45317
45317
|
"referencedDeclaration": 5779,
|
|
45318
45318
|
"src": "13328:37:37",
|
|
45319
45319
|
"typeDescriptions": {
|
|
45320
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$5480_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
45320
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$5480_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
45321
45321
|
"typeString": "function (struct AgreementLibrary.CallbackInputs memory,bytes memory,bytes memory) returns (struct ISuperfluid.Context memory,bytes memory)"
|
|
45322
45322
|
}
|
|
45323
45323
|
},
|
|
@@ -45332,7 +45332,7 @@
|
|
|
45332
45332
|
"src": "13328:68:37",
|
|
45333
45333
|
"tryCall": false,
|
|
45334
45334
|
"typeDescriptions": {
|
|
45335
|
-
"typeIdentifier": "t_tuple$_t_struct$_Context_$
|
|
45335
|
+
"typeIdentifier": "t_tuple$_t_struct$_Context_$18935_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
45336
45336
|
"typeString": "tuple(struct ISuperfluid.Context memory,bytes memory)"
|
|
45337
45337
|
}
|
|
45338
45338
|
},
|
|
@@ -45354,7 +45354,7 @@
|
|
|
45354
45354
|
"referencedDeclaration": 10589,
|
|
45355
45355
|
"src": "14919:5:37",
|
|
45356
45356
|
"typeDescriptions": {
|
|
45357
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45357
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
45358
45358
|
"typeString": "contract ISuperfluidToken"
|
|
45359
45359
|
}
|
|
45360
45360
|
},
|
|
@@ -45410,7 +45410,7 @@
|
|
|
45410
45410
|
"expression": {
|
|
45411
45411
|
"argumentTypes": [
|
|
45412
45412
|
{
|
|
45413
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45413
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
45414
45414
|
"typeString": "contract ISuperfluidToken"
|
|
45415
45415
|
},
|
|
45416
45416
|
{
|
|
@@ -45434,10 +45434,10 @@
|
|
|
45434
45434
|
"name": "IndexSubscribed",
|
|
45435
45435
|
"nodeType": "Identifier",
|
|
45436
45436
|
"overloadedDeclarations": [],
|
|
45437
|
-
"referencedDeclaration":
|
|
45437
|
+
"referencedDeclaration": 17222,
|
|
45438
45438
|
"src": "14903:15:37",
|
|
45439
45439
|
"typeDescriptions": {
|
|
45440
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
45440
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$__$",
|
|
45441
45441
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
45442
45442
|
}
|
|
45443
45443
|
},
|
|
@@ -45471,7 +45471,7 @@
|
|
|
45471
45471
|
"referencedDeclaration": 10589,
|
|
45472
45472
|
"src": "15003:5:37",
|
|
45473
45473
|
"typeDescriptions": {
|
|
45474
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45474
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
45475
45475
|
"typeString": "contract ISuperfluidToken"
|
|
45476
45476
|
}
|
|
45477
45477
|
},
|
|
@@ -45527,7 +45527,7 @@
|
|
|
45527
45527
|
"expression": {
|
|
45528
45528
|
"argumentTypes": [
|
|
45529
45529
|
{
|
|
45530
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45530
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
45531
45531
|
"typeString": "contract ISuperfluidToken"
|
|
45532
45532
|
},
|
|
45533
45533
|
{
|
|
@@ -45551,10 +45551,10 @@
|
|
|
45551
45551
|
"name": "SubscriptionApproved",
|
|
45552
45552
|
"nodeType": "Identifier",
|
|
45553
45553
|
"overloadedDeclarations": [],
|
|
45554
|
-
"referencedDeclaration":
|
|
45554
|
+
"referencedDeclaration": 17236,
|
|
45555
45555
|
"src": "14982:20:37",
|
|
45556
45556
|
"typeDescriptions": {
|
|
45557
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
45557
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
|
|
45558
45558
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bytes memory)"
|
|
45559
45559
|
}
|
|
45560
45560
|
},
|
|
@@ -45615,7 +45615,7 @@
|
|
|
45615
45615
|
"stateVariable": false,
|
|
45616
45616
|
"storageLocation": "default",
|
|
45617
45617
|
"typeDescriptions": {
|
|
45618
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45618
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
45619
45619
|
"typeString": "contract ISuperfluidToken"
|
|
45620
45620
|
},
|
|
45621
45621
|
"typeName": {
|
|
@@ -45625,13 +45625,13 @@
|
|
|
45625
45625
|
"id": 10587,
|
|
45626
45626
|
"name": "ISuperfluidToken",
|
|
45627
45627
|
"nodeType": "IdentifierPath",
|
|
45628
|
-
"referencedDeclaration":
|
|
45628
|
+
"referencedDeclaration": 19399,
|
|
45629
45629
|
"src": "11473:16:37"
|
|
45630
45630
|
},
|
|
45631
|
-
"referencedDeclaration":
|
|
45631
|
+
"referencedDeclaration": 19399,
|
|
45632
45632
|
"src": "11473:16:37",
|
|
45633
45633
|
"typeDescriptions": {
|
|
45634
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45634
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
45635
45635
|
"typeString": "contract ISuperfluidToken"
|
|
45636
45636
|
}
|
|
45637
45637
|
},
|
|
@@ -45764,7 +45764,7 @@
|
|
|
45764
45764
|
},
|
|
45765
45765
|
{
|
|
45766
45766
|
"baseFunctions": [
|
|
45767
|
-
|
|
45767
|
+
17251
|
|
45768
45768
|
],
|
|
45769
45769
|
"body": {
|
|
45770
45770
|
"id": 11187,
|
|
@@ -45956,7 +45956,7 @@
|
|
|
45956
45956
|
"stateVariable": false,
|
|
45957
45957
|
"storageLocation": "memory",
|
|
45958
45958
|
"typeDescriptions": {
|
|
45959
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
45959
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
45960
45960
|
"typeString": "struct ISuperfluid.Context"
|
|
45961
45961
|
},
|
|
45962
45962
|
"typeName": {
|
|
@@ -45966,13 +45966,13 @@
|
|
|
45966
45966
|
"id": 10962,
|
|
45967
45967
|
"name": "ISuperfluid.Context",
|
|
45968
45968
|
"nodeType": "IdentifierPath",
|
|
45969
|
-
"referencedDeclaration":
|
|
45969
|
+
"referencedDeclaration": 18935,
|
|
45970
45970
|
"src": "15545:19:37"
|
|
45971
45971
|
},
|
|
45972
|
-
"referencedDeclaration":
|
|
45972
|
+
"referencedDeclaration": 18935,
|
|
45973
45973
|
"src": "15545:19:37",
|
|
45974
45974
|
"typeDescriptions": {
|
|
45975
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
45975
|
+
"typeIdentifier": "t_struct$_Context_$18935_storage_ptr",
|
|
45976
45976
|
"typeString": "struct ISuperfluid.Context"
|
|
45977
45977
|
}
|
|
45978
45978
|
},
|
|
@@ -45990,7 +45990,7 @@
|
|
|
45990
45990
|
"referencedDeclaration": 10932,
|
|
45991
45991
|
"src": "15620:5:37",
|
|
45992
45992
|
"typeDescriptions": {
|
|
45993
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
45993
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
45994
45994
|
"typeString": "contract ISuperfluidToken"
|
|
45995
45995
|
}
|
|
45996
45996
|
},
|
|
@@ -46010,7 +46010,7 @@
|
|
|
46010
46010
|
"expression": {
|
|
46011
46011
|
"argumentTypes": [
|
|
46012
46012
|
{
|
|
46013
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
46013
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
46014
46014
|
"typeString": "contract ISuperfluidToken"
|
|
46015
46015
|
},
|
|
46016
46016
|
{
|
|
@@ -46040,7 +46040,7 @@
|
|
|
46040
46040
|
"referencedDeclaration": 5464,
|
|
46041
46041
|
"src": "15582:37:37",
|
|
46042
46042
|
"typeDescriptions": {
|
|
46043
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
46043
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$",
|
|
46044
46044
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
46045
46045
|
}
|
|
46046
46046
|
},
|
|
@@ -46055,7 +46055,7 @@
|
|
|
46055
46055
|
"src": "15582:49:37",
|
|
46056
46056
|
"tryCall": false,
|
|
46057
46057
|
"typeDescriptions": {
|
|
46058
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
46058
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
46059
46059
|
"typeString": "struct ISuperfluid.Context memory"
|
|
46060
46060
|
}
|
|
46061
46061
|
},
|
|
@@ -46092,7 +46092,7 @@
|
|
|
46092
46092
|
"referencedDeclaration": 10964,
|
|
46093
46093
|
"src": "15658:7:37",
|
|
46094
46094
|
"typeDescriptions": {
|
|
46095
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
46095
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
46096
46096
|
"typeString": "struct ISuperfluid.Context memory"
|
|
46097
46097
|
}
|
|
46098
46098
|
},
|
|
@@ -46103,7 +46103,7 @@
|
|
|
46103
46103
|
"lValueRequested": false,
|
|
46104
46104
|
"memberName": "msgSender",
|
|
46105
46105
|
"nodeType": "MemberAccess",
|
|
46106
|
-
"referencedDeclaration":
|
|
46106
|
+
"referencedDeclaration": 18919,
|
|
46107
46107
|
"src": "15658:17:37",
|
|
46108
46108
|
"typeDescriptions": {
|
|
46109
46109
|
"typeIdentifier": "t_address",
|
|
@@ -46150,7 +46150,7 @@
|
|
|
46150
46150
|
"referencedDeclaration": 10964,
|
|
46151
46151
|
"src": "15700:7:37",
|
|
46152
46152
|
"typeDescriptions": {
|
|
46153
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
46153
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
46154
46154
|
"typeString": "struct ISuperfluid.Context memory"
|
|
46155
46155
|
}
|
|
46156
46156
|
},
|
|
@@ -46161,7 +46161,7 @@
|
|
|
46161
46161
|
"lValueRequested": false,
|
|
46162
46162
|
"memberName": "userData",
|
|
46163
46163
|
"nodeType": "MemberAccess",
|
|
46164
|
-
"referencedDeclaration":
|
|
46164
|
+
"referencedDeclaration": 18923,
|
|
46165
46165
|
"src": "15700:16:37",
|
|
46166
46166
|
"typeDescriptions": {
|
|
46167
46167
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -46324,7 +46324,7 @@
|
|
|
46324
46324
|
"referencedDeclaration": 10932,
|
|
46325
46325
|
"src": "15869:5:37",
|
|
46326
46326
|
"typeDescriptions": {
|
|
46327
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
46327
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
46328
46328
|
"typeString": "contract ISuperfluidToken"
|
|
46329
46329
|
}
|
|
46330
46330
|
},
|
|
@@ -46384,7 +46384,7 @@
|
|
|
46384
46384
|
"expression": {
|
|
46385
46385
|
"argumentTypes": [
|
|
46386
46386
|
{
|
|
46387
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
46387
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
46388
46388
|
"typeString": "contract ISuperfluidToken"
|
|
46389
46389
|
},
|
|
46390
46390
|
{
|
|
@@ -46411,7 +46411,7 @@
|
|
|
46411
46411
|
"referencedDeclaration": 12573,
|
|
46412
46412
|
"src": "15856:12:37",
|
|
46413
46413
|
"typeDescriptions": {
|
|
46414
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
46414
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_uint32_$_t_bool_$returns$_t_bytes32_$_t_bytes32_$_t_struct$_IndexData_$9887_memory_ptr_$_t_bool_$_t_struct$_SubscriptionData_$9898_memory_ptr_$",
|
|
46415
46415
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bool) view returns (bytes32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
46416
46416
|
}
|
|
46417
46417
|
},
|
|
@@ -46607,7 +46607,7 @@
|
|
|
46607
46607
|
"referencedDeclaration": 10932,
|
|
46608
46608
|
"src": "16139:5:37",
|
|
46609
46609
|
"typeDescriptions": {
|
|
46610
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
46610
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
46611
46611
|
"typeString": "contract ISuperfluidToken"
|
|
46612
46612
|
}
|
|
46613
46613
|
},
|
|
@@ -46670,7 +46670,7 @@
|
|
|
46670
46670
|
"expression": {
|
|
46671
46671
|
"argumentTypes": [
|
|
46672
46672
|
{
|
|
46673
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
46673
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
46674
46674
|
"typeString": "contract ISuperfluidToken"
|
|
46675
46675
|
},
|
|
46676
46676
|
{
|
|
@@ -46708,7 +46708,7 @@
|
|
|
46708
46708
|
"referencedDeclaration": 5520,
|
|
46709
46709
|
"src": "16088:37:37",
|
|
46710
46710
|
"typeDescriptions": {
|
|
46711
|
-
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$
|
|
46711
|
+
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_struct$_CallbackInputs_$5480_memory_ptr_$",
|
|
46712
46712
|
"typeString": "function (contract ISuperfluidToken,address,bytes32,bytes memory) pure returns (struct AgreementLibrary.CallbackInputs memory)"
|
|
46713
46713
|
}
|
|
46714
46714
|
},
|
|
@@ -46822,10 +46822,10 @@
|
|
|
46822
46822
|
"name": "SuperAppDefinitions",
|
|
46823
46823
|
"nodeType": "Identifier",
|
|
46824
46824
|
"overloadedDeclarations": [],
|
|
46825
|
-
"referencedDeclaration":
|
|
46825
|
+
"referencedDeclaration": 17622,
|
|
46826
46826
|
"src": "16258:19:37",
|
|
46827
46827
|
"typeDescriptions": {
|
|
46828
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
46828
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
|
|
46829
46829
|
"typeString": "type(library SuperAppDefinitions)"
|
|
46830
46830
|
}
|
|
46831
46831
|
},
|
|
@@ -46836,7 +46836,7 @@
|
|
|
46836
46836
|
"lValueRequested": false,
|
|
46837
46837
|
"memberName": "BEFORE_AGREEMENT_TERMINATED_NOOP",
|
|
46838
46838
|
"nodeType": "MemberAccess",
|
|
46839
|
-
"referencedDeclaration":
|
|
46839
|
+
"referencedDeclaration": 17556,
|
|
46840
46840
|
"src": "16258:52:37",
|
|
46841
46841
|
"typeDescriptions": {
|
|
46842
46842
|
"typeIdentifier": "t_uint256",
|
|
@@ -47525,7 +47525,7 @@
|
|
|
47525
47525
|
"lValueRequested": false,
|
|
47526
47526
|
"memberName": "sub",
|
|
47527
47527
|
"nodeType": "MemberAccess",
|
|
47528
|
-
"referencedDeclaration":
|
|
47528
|
+
"referencedDeclaration": 20711,
|
|
47529
47529
|
"src": "16685:33:37",
|
|
47530
47530
|
"typeDescriptions": {
|
|
47531
47531
|
"typeIdentifier": "t_function_internal_pure$_t_uint128_$_t_uint128_$_t_string_memory_ptr_$returns$_t_uint128_$bound_to$_t_uint128_$",
|
|
@@ -47729,7 +47729,7 @@
|
|
|
47729
47729
|
"lValueRequested": false,
|
|
47730
47730
|
"memberName": "add",
|
|
47731
47731
|
"nodeType": "MemberAccess",
|
|
47732
|
-
"referencedDeclaration":
|
|
47732
|
+
"referencedDeclaration": 20683,
|
|
47733
47733
|
"src": "16796:32:37",
|
|
47734
47734
|
"typeDescriptions": {
|
|
47735
47735
|
"typeIdentifier": "t_function_internal_pure$_t_uint128_$_t_uint128_$_t_string_memory_ptr_$returns$_t_uint128_$bound_to$_t_uint128_$",
|
|
@@ -47874,7 +47874,7 @@
|
|
|
47874
47874
|
"referencedDeclaration": 10932,
|
|
47875
47875
|
"src": "16875:5:37",
|
|
47876
47876
|
"typeDescriptions": {
|
|
47877
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
47877
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
47878
47878
|
"typeString": "contract ISuperfluidToken"
|
|
47879
47879
|
}
|
|
47880
47880
|
},
|
|
@@ -47885,7 +47885,7 @@
|
|
|
47885
47885
|
"lValueRequested": false,
|
|
47886
47886
|
"memberName": "updateAgreementData",
|
|
47887
47887
|
"nodeType": "MemberAccess",
|
|
47888
|
-
"referencedDeclaration":
|
|
47888
|
+
"referencedDeclaration": 19256,
|
|
47889
47889
|
"src": "16875:25:37",
|
|
47890
47890
|
"typeDescriptions": {
|
|
47891
47891
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -47922,7 +47922,7 @@
|
|
|
47922
47922
|
"referencedDeclaration": 10932,
|
|
47923
47923
|
"src": "17024:5:37",
|
|
47924
47924
|
"typeDescriptions": {
|
|
47925
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
47925
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
47926
47926
|
"typeString": "contract ISuperfluidToken"
|
|
47927
47927
|
}
|
|
47928
47928
|
},
|
|
@@ -47984,7 +47984,7 @@
|
|
|
47984
47984
|
"expression": {
|
|
47985
47985
|
"argumentTypes": [
|
|
47986
47986
|
{
|
|
47987
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
47987
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
47988
47988
|
"typeString": "contract ISuperfluidToken"
|
|
47989
47989
|
},
|
|
47990
47990
|
{
|
|
@@ -48003,7 +48003,7 @@
|
|
|
48003
48003
|
"referencedDeclaration": 13138,
|
|
48004
48004
|
"src": "17007:16:37",
|
|
48005
48005
|
"typeDescriptions": {
|
|
48006
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
48006
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$returns$__$",
|
|
48007
48007
|
"typeString": "function (contract ISuperfluidToken,address,uint32)"
|
|
48008
48008
|
}
|
|
48009
48009
|
},
|
|
@@ -48315,7 +48315,7 @@
|
|
|
48315
48315
|
"referencedDeclaration": 10932,
|
|
48316
48316
|
"src": "17255:5:37",
|
|
48317
48317
|
"typeDescriptions": {
|
|
48318
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
48318
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
48319
48319
|
"typeString": "contract ISuperfluidToken"
|
|
48320
48320
|
}
|
|
48321
48321
|
},
|
|
@@ -48326,7 +48326,7 @@
|
|
|
48326
48326
|
"lValueRequested": false,
|
|
48327
48327
|
"memberName": "updateAgreementData",
|
|
48328
48328
|
"nodeType": "MemberAccess",
|
|
48329
|
-
"referencedDeclaration":
|
|
48329
|
+
"referencedDeclaration": 19256,
|
|
48330
48330
|
"src": "17255:25:37",
|
|
48331
48331
|
"typeDescriptions": {
|
|
48332
48332
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -48399,7 +48399,7 @@
|
|
|
48399
48399
|
"referencedDeclaration": 10932,
|
|
48400
48400
|
"src": "17419:5:37",
|
|
48401
48401
|
"typeDescriptions": {
|
|
48402
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
48402
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
48403
48403
|
"typeString": "contract ISuperfluidToken"
|
|
48404
48404
|
}
|
|
48405
48405
|
},
|
|
@@ -48410,7 +48410,7 @@
|
|
|
48410
48410
|
"lValueRequested": false,
|
|
48411
48411
|
"memberName": "settleBalance",
|
|
48412
48412
|
"nodeType": "MemberAccess",
|
|
48413
|
-
"referencedDeclaration":
|
|
48413
|
+
"referencedDeclaration": 19324,
|
|
48414
48414
|
"src": "17419:19:37",
|
|
48415
48415
|
"typeDescriptions": {
|
|
48416
48416
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -48478,10 +48478,10 @@
|
|
|
48478
48478
|
"name": "SuperAppDefinitions",
|
|
48479
48479
|
"nodeType": "Identifier",
|
|
48480
48480
|
"overloadedDeclarations": [],
|
|
48481
|
-
"referencedDeclaration":
|
|
48481
|
+
"referencedDeclaration": 17622,
|
|
48482
48482
|
"src": "17494:19:37",
|
|
48483
48483
|
"typeDescriptions": {
|
|
48484
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
48484
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
|
|
48485
48485
|
"typeString": "type(library SuperAppDefinitions)"
|
|
48486
48486
|
}
|
|
48487
48487
|
},
|
|
@@ -48492,7 +48492,7 @@
|
|
|
48492
48492
|
"lValueRequested": false,
|
|
48493
48493
|
"memberName": "AFTER_AGREEMENT_TERMINATED_NOOP",
|
|
48494
48494
|
"nodeType": "MemberAccess",
|
|
48495
|
-
"referencedDeclaration":
|
|
48495
|
+
"referencedDeclaration": 17564,
|
|
48496
48496
|
"src": "17494:51:37",
|
|
48497
48497
|
"typeDescriptions": {
|
|
48498
48498
|
"typeIdentifier": "t_uint256",
|
|
@@ -48601,7 +48601,7 @@
|
|
|
48601
48601
|
"referencedDeclaration": 5779,
|
|
48602
48602
|
"src": "17555:37:37",
|
|
48603
48603
|
"typeDescriptions": {
|
|
48604
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$5480_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
48604
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$5480_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
48605
48605
|
"typeString": "function (struct AgreementLibrary.CallbackInputs memory,bytes memory,bytes memory) returns (struct ISuperfluid.Context memory,bytes memory)"
|
|
48606
48606
|
}
|
|
48607
48607
|
},
|
|
@@ -48616,7 +48616,7 @@
|
|
|
48616
48616
|
"src": "17555:68:37",
|
|
48617
48617
|
"tryCall": false,
|
|
48618
48618
|
"typeDescriptions": {
|
|
48619
|
-
"typeIdentifier": "t_tuple$_t_struct$_Context_$
|
|
48619
|
+
"typeIdentifier": "t_tuple$_t_struct$_Context_$18935_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
48620
48620
|
"typeString": "tuple(struct ISuperfluid.Context memory,bytes memory)"
|
|
48621
48621
|
}
|
|
48622
48622
|
},
|
|
@@ -48635,7 +48635,7 @@
|
|
|
48635
48635
|
"referencedDeclaration": 10932,
|
|
48636
48636
|
"src": "17657:5:37",
|
|
48637
48637
|
"typeDescriptions": {
|
|
48638
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
48638
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
48639
48639
|
"typeString": "contract ISuperfluidToken"
|
|
48640
48640
|
}
|
|
48641
48641
|
},
|
|
@@ -48691,7 +48691,7 @@
|
|
|
48691
48691
|
"expression": {
|
|
48692
48692
|
"argumentTypes": [
|
|
48693
48693
|
{
|
|
48694
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
48694
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
48695
48695
|
"typeString": "contract ISuperfluidToken"
|
|
48696
48696
|
},
|
|
48697
48697
|
{
|
|
@@ -48715,10 +48715,10 @@
|
|
|
48715
48715
|
"name": "IndexUnsubscribed",
|
|
48716
48716
|
"nodeType": "Identifier",
|
|
48717
48717
|
"overloadedDeclarations": [],
|
|
48718
|
-
"referencedDeclaration":
|
|
48718
|
+
"referencedDeclaration": 17265,
|
|
48719
48719
|
"src": "17639:17:37",
|
|
48720
48720
|
"typeDescriptions": {
|
|
48721
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
48721
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$__$",
|
|
48722
48722
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
48723
48723
|
}
|
|
48724
48724
|
},
|
|
@@ -48752,7 +48752,7 @@
|
|
|
48752
48752
|
"referencedDeclaration": 10932,
|
|
48753
48753
|
"src": "17740:5:37",
|
|
48754
48754
|
"typeDescriptions": {
|
|
48755
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
48755
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
48756
48756
|
"typeString": "contract ISuperfluidToken"
|
|
48757
48757
|
}
|
|
48758
48758
|
},
|
|
@@ -48808,7 +48808,7 @@
|
|
|
48808
48808
|
"expression": {
|
|
48809
48809
|
"argumentTypes": [
|
|
48810
48810
|
{
|
|
48811
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
48811
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
48812
48812
|
"typeString": "contract ISuperfluidToken"
|
|
48813
48813
|
},
|
|
48814
48814
|
{
|
|
@@ -48832,10 +48832,10 @@
|
|
|
48832
48832
|
"name": "SubscriptionRevoked",
|
|
48833
48833
|
"nodeType": "Identifier",
|
|
48834
48834
|
"overloadedDeclarations": [],
|
|
48835
|
-
"referencedDeclaration":
|
|
48835
|
+
"referencedDeclaration": 17279,
|
|
48836
48836
|
"src": "17720:19:37",
|
|
48837
48837
|
"typeDescriptions": {
|
|
48838
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
48838
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
|
|
48839
48839
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bytes memory)"
|
|
48840
48840
|
}
|
|
48841
48841
|
},
|
|
@@ -48896,7 +48896,7 @@
|
|
|
48896
48896
|
"stateVariable": false,
|
|
48897
48897
|
"storageLocation": "default",
|
|
48898
48898
|
"typeDescriptions": {
|
|
48899
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
48899
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
48900
48900
|
"typeString": "contract ISuperfluidToken"
|
|
48901
48901
|
},
|
|
48902
48902
|
"typeName": {
|
|
@@ -48906,13 +48906,13 @@
|
|
|
48906
48906
|
"id": 10930,
|
|
48907
48907
|
"name": "ISuperfluidToken",
|
|
48908
48908
|
"nodeType": "IdentifierPath",
|
|
48909
|
-
"referencedDeclaration":
|
|
48909
|
+
"referencedDeclaration": 19399,
|
|
48910
48910
|
"src": "15180:16:37"
|
|
48911
48911
|
},
|
|
48912
|
-
"referencedDeclaration":
|
|
48912
|
+
"referencedDeclaration": 19399,
|
|
48913
48913
|
"src": "15180:16:37",
|
|
48914
48914
|
"typeDescriptions": {
|
|
48915
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
48915
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
48916
48916
|
"typeString": "contract ISuperfluidToken"
|
|
48917
48917
|
}
|
|
48918
48918
|
},
|
|
@@ -49045,7 +49045,7 @@
|
|
|
49045
49045
|
},
|
|
49046
49046
|
{
|
|
49047
49047
|
"baseFunctions": [
|
|
49048
|
-
|
|
49048
|
+
17296
|
|
49049
49049
|
],
|
|
49050
49050
|
"body": {
|
|
49051
49051
|
"id": 11615,
|
|
@@ -49391,7 +49391,7 @@
|
|
|
49391
49391
|
"stateVariable": false,
|
|
49392
49392
|
"storageLocation": "memory",
|
|
49393
49393
|
"typeDescriptions": {
|
|
49394
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
49394
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
49395
49395
|
"typeString": "struct ISuperfluid.Context"
|
|
49396
49396
|
},
|
|
49397
49397
|
"typeName": {
|
|
@@ -49401,13 +49401,13 @@
|
|
|
49401
49401
|
"id": 11234,
|
|
49402
49402
|
"name": "ISuperfluid.Context",
|
|
49403
49403
|
"nodeType": "IdentifierPath",
|
|
49404
|
-
"referencedDeclaration":
|
|
49404
|
+
"referencedDeclaration": 18935,
|
|
49405
49405
|
"src": "18369:19:37"
|
|
49406
49406
|
},
|
|
49407
|
-
"referencedDeclaration":
|
|
49407
|
+
"referencedDeclaration": 18935,
|
|
49408
49408
|
"src": "18369:19:37",
|
|
49409
49409
|
"typeDescriptions": {
|
|
49410
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
49410
|
+
"typeIdentifier": "t_struct$_Context_$18935_storage_ptr",
|
|
49411
49411
|
"typeString": "struct ISuperfluid.Context"
|
|
49412
49412
|
}
|
|
49413
49413
|
},
|
|
@@ -49425,7 +49425,7 @@
|
|
|
49425
49425
|
"referencedDeclaration": 11192,
|
|
49426
49426
|
"src": "18444:5:37",
|
|
49427
49427
|
"typeDescriptions": {
|
|
49428
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
49428
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
49429
49429
|
"typeString": "contract ISuperfluidToken"
|
|
49430
49430
|
}
|
|
49431
49431
|
},
|
|
@@ -49445,7 +49445,7 @@
|
|
|
49445
49445
|
"expression": {
|
|
49446
49446
|
"argumentTypes": [
|
|
49447
49447
|
{
|
|
49448
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
49448
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
49449
49449
|
"typeString": "contract ISuperfluidToken"
|
|
49450
49450
|
},
|
|
49451
49451
|
{
|
|
@@ -49475,7 +49475,7 @@
|
|
|
49475
49475
|
"referencedDeclaration": 5464,
|
|
49476
49476
|
"src": "18406:37:37",
|
|
49477
49477
|
"typeDescriptions": {
|
|
49478
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
49478
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$",
|
|
49479
49479
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
49480
49480
|
}
|
|
49481
49481
|
},
|
|
@@ -49490,7 +49490,7 @@
|
|
|
49490
49490
|
"src": "18406:49:37",
|
|
49491
49491
|
"tryCall": false,
|
|
49492
49492
|
"typeDescriptions": {
|
|
49493
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
49493
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
49494
49494
|
"typeString": "struct ISuperfluid.Context memory"
|
|
49495
49495
|
}
|
|
49496
49496
|
},
|
|
@@ -49527,7 +49527,7 @@
|
|
|
49527
49527
|
"referencedDeclaration": 11236,
|
|
49528
49528
|
"src": "18480:7:37",
|
|
49529
49529
|
"typeDescriptions": {
|
|
49530
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
49530
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
49531
49531
|
"typeString": "struct ISuperfluid.Context memory"
|
|
49532
49532
|
}
|
|
49533
49533
|
},
|
|
@@ -49538,7 +49538,7 @@
|
|
|
49538
49538
|
"lValueRequested": false,
|
|
49539
49539
|
"memberName": "userData",
|
|
49540
49540
|
"nodeType": "MemberAccess",
|
|
49541
|
-
"referencedDeclaration":
|
|
49541
|
+
"referencedDeclaration": 18923,
|
|
49542
49542
|
"src": "18480:16:37",
|
|
49543
49543
|
"typeDescriptions": {
|
|
49544
49544
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -49585,7 +49585,7 @@
|
|
|
49585
49585
|
"referencedDeclaration": 11236,
|
|
49586
49586
|
"src": "18522:7:37",
|
|
49587
49587
|
"typeDescriptions": {
|
|
49588
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
49588
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
49589
49589
|
"typeString": "struct ISuperfluid.Context memory"
|
|
49590
49590
|
}
|
|
49591
49591
|
},
|
|
@@ -49596,7 +49596,7 @@
|
|
|
49596
49596
|
"lValueRequested": false,
|
|
49597
49597
|
"memberName": "msgSender",
|
|
49598
49598
|
"nodeType": "MemberAccess",
|
|
49599
|
-
"referencedDeclaration":
|
|
49599
|
+
"referencedDeclaration": 18919,
|
|
49600
49600
|
"src": "18522:17:37",
|
|
49601
49601
|
"typeDescriptions": {
|
|
49602
49602
|
"typeIdentifier": "t_address",
|
|
@@ -49785,7 +49785,7 @@
|
|
|
49785
49785
|
"referencedDeclaration": 11192,
|
|
49786
49786
|
"src": "18715:5:37",
|
|
49787
49787
|
"typeDescriptions": {
|
|
49788
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
49788
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
49789
49789
|
"typeString": "contract ISuperfluidToken"
|
|
49790
49790
|
}
|
|
49791
49791
|
},
|
|
@@ -49845,7 +49845,7 @@
|
|
|
49845
49845
|
"expression": {
|
|
49846
49846
|
"argumentTypes": [
|
|
49847
49847
|
{
|
|
49848
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
49848
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
49849
49849
|
"typeString": "contract ISuperfluidToken"
|
|
49850
49850
|
},
|
|
49851
49851
|
{
|
|
@@ -49872,7 +49872,7 @@
|
|
|
49872
49872
|
"referencedDeclaration": 12573,
|
|
49873
49873
|
"src": "18702:12:37",
|
|
49874
49874
|
"typeDescriptions": {
|
|
49875
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
49875
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_uint32_$_t_bool_$returns$_t_bytes32_$_t_bytes32_$_t_struct$_IndexData_$9887_memory_ptr_$_t_bool_$_t_struct$_SubscriptionData_$9898_memory_ptr_$",
|
|
49876
49876
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bool) view returns (bytes32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
49877
49877
|
}
|
|
49878
49878
|
},
|
|
@@ -49932,7 +49932,7 @@
|
|
|
49932
49932
|
"referencedDeclaration": 11192,
|
|
49933
49933
|
"src": "18833:5:37",
|
|
49934
49934
|
"typeDescriptions": {
|
|
49935
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
49935
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
49936
49936
|
"typeString": "contract ISuperfluidToken"
|
|
49937
49937
|
}
|
|
49938
49938
|
},
|
|
@@ -49995,7 +49995,7 @@
|
|
|
49995
49995
|
"expression": {
|
|
49996
49996
|
"argumentTypes": [
|
|
49997
49997
|
{
|
|
49998
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
49998
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
49999
49999
|
"typeString": "contract ISuperfluidToken"
|
|
50000
50000
|
},
|
|
50001
50001
|
{
|
|
@@ -50033,7 +50033,7 @@
|
|
|
50033
50033
|
"referencedDeclaration": 5520,
|
|
50034
50034
|
"src": "18782:37:37",
|
|
50035
50035
|
"typeDescriptions": {
|
|
50036
|
-
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$
|
|
50036
|
+
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_struct$_CallbackInputs_$5480_memory_ptr_$",
|
|
50037
50037
|
"typeString": "function (contract ISuperfluidToken,address,bytes32,bytes memory) pure returns (struct AgreementLibrary.CallbackInputs memory)"
|
|
50038
50038
|
}
|
|
50039
50039
|
},
|
|
@@ -50180,10 +50180,10 @@
|
|
|
50180
50180
|
"name": "SuperAppDefinitions",
|
|
50181
50181
|
"nodeType": "Identifier",
|
|
50182
50182
|
"overloadedDeclarations": [],
|
|
50183
|
-
"referencedDeclaration":
|
|
50183
|
+
"referencedDeclaration": 17622,
|
|
50184
50184
|
"src": "19211:19:37",
|
|
50185
50185
|
"typeDescriptions": {
|
|
50186
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
50186
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
|
|
50187
50187
|
"typeString": "type(library SuperAppDefinitions)"
|
|
50188
50188
|
}
|
|
50189
50189
|
},
|
|
@@ -50194,7 +50194,7 @@
|
|
|
50194
50194
|
"lValueRequested": false,
|
|
50195
50195
|
"memberName": "BEFORE_AGREEMENT_CREATED_NOOP",
|
|
50196
50196
|
"nodeType": "MemberAccess",
|
|
50197
|
-
"referencedDeclaration":
|
|
50197
|
+
"referencedDeclaration": 17524,
|
|
50198
50198
|
"src": "19211:49:37",
|
|
50199
50199
|
"typeDescriptions": {
|
|
50200
50200
|
"typeIdentifier": "t_uint256",
|
|
@@ -50388,10 +50388,10 @@
|
|
|
50388
50388
|
"name": "SuperAppDefinitions",
|
|
50389
50389
|
"nodeType": "Identifier",
|
|
50390
50390
|
"overloadedDeclarations": [],
|
|
50391
|
-
"referencedDeclaration":
|
|
50391
|
+
"referencedDeclaration": 17622,
|
|
50392
50392
|
"src": "19028:19:37",
|
|
50393
50393
|
"typeDescriptions": {
|
|
50394
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
50394
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
|
|
50395
50395
|
"typeString": "type(library SuperAppDefinitions)"
|
|
50396
50396
|
}
|
|
50397
50397
|
},
|
|
@@ -50402,7 +50402,7 @@
|
|
|
50402
50402
|
"lValueRequested": false,
|
|
50403
50403
|
"memberName": "BEFORE_AGREEMENT_UPDATED_NOOP",
|
|
50404
50404
|
"nodeType": "MemberAccess",
|
|
50405
|
-
"referencedDeclaration":
|
|
50405
|
+
"referencedDeclaration": 17540,
|
|
50406
50406
|
"src": "19028:49:37",
|
|
50407
50407
|
"typeDescriptions": {
|
|
50408
50408
|
"typeIdentifier": "t_uint256",
|
|
@@ -51005,7 +51005,7 @@
|
|
|
51005
51005
|
"referencedDeclaration": 11192,
|
|
51006
51006
|
"src": "20783:5:37",
|
|
51007
51007
|
"typeDescriptions": {
|
|
51008
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
51008
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
51009
51009
|
"typeString": "contract ISuperfluidToken"
|
|
51010
51010
|
}
|
|
51011
51011
|
},
|
|
@@ -51016,7 +51016,7 @@
|
|
|
51016
51016
|
"lValueRequested": false,
|
|
51017
51017
|
"memberName": "createAgreement",
|
|
51018
51018
|
"nodeType": "MemberAccess",
|
|
51019
|
-
"referencedDeclaration":
|
|
51019
|
+
"referencedDeclaration": 19224,
|
|
51020
51020
|
"src": "20783:21:37",
|
|
51021
51021
|
"typeDescriptions": {
|
|
51022
51022
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -51184,7 +51184,7 @@
|
|
|
51184
51184
|
"lValueRequested": false,
|
|
51185
51185
|
"memberName": "add",
|
|
51186
51186
|
"nodeType": "MemberAccess",
|
|
51187
|
-
"referencedDeclaration":
|
|
51187
|
+
"referencedDeclaration": 20683,
|
|
51188
51188
|
"src": "20897:32:37",
|
|
51189
51189
|
"typeDescriptions": {
|
|
51190
51190
|
"typeIdentifier": "t_function_internal_pure$_t_uint128_$_t_uint128_$_t_string_memory_ptr_$returns$_t_uint128_$bound_to$_t_uint128_$",
|
|
@@ -51329,7 +51329,7 @@
|
|
|
51329
51329
|
"referencedDeclaration": 11192,
|
|
51330
51330
|
"src": "20969:5:37",
|
|
51331
51331
|
"typeDescriptions": {
|
|
51332
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
51332
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
51333
51333
|
"typeString": "contract ISuperfluidToken"
|
|
51334
51334
|
}
|
|
51335
51335
|
},
|
|
@@ -51340,7 +51340,7 @@
|
|
|
51340
51340
|
"lValueRequested": false,
|
|
51341
51341
|
"memberName": "updateAgreementData",
|
|
51342
51342
|
"nodeType": "MemberAccess",
|
|
51343
|
-
"referencedDeclaration":
|
|
51343
|
+
"referencedDeclaration": 19256,
|
|
51344
51344
|
"src": "20969:25:37",
|
|
51345
51345
|
"typeDescriptions": {
|
|
51346
51346
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -51863,7 +51863,7 @@
|
|
|
51863
51863
|
"referencedDeclaration": 11192,
|
|
51864
51864
|
"src": "20299:5:37",
|
|
51865
51865
|
"typeDescriptions": {
|
|
51866
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
51866
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
51867
51867
|
"typeString": "contract ISuperfluidToken"
|
|
51868
51868
|
}
|
|
51869
51869
|
},
|
|
@@ -51874,7 +51874,7 @@
|
|
|
51874
51874
|
"lValueRequested": false,
|
|
51875
51875
|
"memberName": "updateAgreementData",
|
|
51876
51876
|
"nodeType": "MemberAccess",
|
|
51877
|
-
"referencedDeclaration":
|
|
51877
|
+
"referencedDeclaration": 19256,
|
|
51878
51878
|
"src": "20299:25:37",
|
|
51879
51879
|
"typeDescriptions": {
|
|
51880
51880
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -52398,7 +52398,7 @@
|
|
|
52398
52398
|
"referencedDeclaration": 11192,
|
|
52399
52399
|
"src": "19816:5:37",
|
|
52400
52400
|
"typeDescriptions": {
|
|
52401
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
52401
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
52402
52402
|
"typeString": "contract ISuperfluidToken"
|
|
52403
52403
|
}
|
|
52404
52404
|
},
|
|
@@ -52409,7 +52409,7 @@
|
|
|
52409
52409
|
"lValueRequested": false,
|
|
52410
52410
|
"memberName": "updateAgreementData",
|
|
52411
52411
|
"nodeType": "MemberAccess",
|
|
52412
|
-
"referencedDeclaration":
|
|
52412
|
+
"referencedDeclaration": 19256,
|
|
52413
52413
|
"src": "19816:25:37",
|
|
52414
52414
|
"typeDescriptions": {
|
|
52415
52415
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -52905,7 +52905,7 @@
|
|
|
52905
52905
|
"referencedDeclaration": 11192,
|
|
52906
52906
|
"src": "21464:5:37",
|
|
52907
52907
|
"typeDescriptions": {
|
|
52908
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
52908
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
52909
52909
|
"typeString": "contract ISuperfluidToken"
|
|
52910
52910
|
}
|
|
52911
52911
|
},
|
|
@@ -52952,7 +52952,7 @@
|
|
|
52952
52952
|
"expression": {
|
|
52953
52953
|
"argumentTypes": [
|
|
52954
52954
|
{
|
|
52955
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
52955
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
52956
52956
|
"typeString": "contract ISuperfluidToken"
|
|
52957
52957
|
},
|
|
52958
52958
|
{
|
|
@@ -52971,7 +52971,7 @@
|
|
|
52971
52971
|
"referencedDeclaration": 12893,
|
|
52972
52972
|
"src": "21440:23:37",
|
|
52973
52973
|
"typeDescriptions": {
|
|
52974
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
52974
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_int256_$returns$__$",
|
|
52975
52975
|
"typeString": "function (contract ISuperfluidToken,address,int256)"
|
|
52976
52976
|
}
|
|
52977
52977
|
},
|
|
@@ -53056,7 +53056,7 @@
|
|
|
53056
53056
|
"referencedDeclaration": 11192,
|
|
53057
53057
|
"src": "21510:5:37",
|
|
53058
53058
|
"typeDescriptions": {
|
|
53059
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
53059
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
53060
53060
|
"typeString": "contract ISuperfluidToken"
|
|
53061
53061
|
}
|
|
53062
53062
|
},
|
|
@@ -53067,7 +53067,7 @@
|
|
|
53067
53067
|
"lValueRequested": false,
|
|
53068
53068
|
"memberName": "settleBalance",
|
|
53069
53069
|
"nodeType": "MemberAccess",
|
|
53070
|
-
"referencedDeclaration":
|
|
53070
|
+
"referencedDeclaration": 19324,
|
|
53071
53071
|
"src": "21510:19:37",
|
|
53072
53072
|
"typeDescriptions": {
|
|
53073
53073
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -53143,7 +53143,7 @@
|
|
|
53143
53143
|
"referencedDeclaration": 11192,
|
|
53144
53144
|
"src": "21620:5:37",
|
|
53145
53145
|
"typeDescriptions": {
|
|
53146
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
53146
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
53147
53147
|
"typeString": "contract ISuperfluidToken"
|
|
53148
53148
|
}
|
|
53149
53149
|
},
|
|
@@ -53154,7 +53154,7 @@
|
|
|
53154
53154
|
"lValueRequested": false,
|
|
53155
53155
|
"memberName": "settleBalance",
|
|
53156
53156
|
"nodeType": "MemberAccess",
|
|
53157
|
-
"referencedDeclaration":
|
|
53157
|
+
"referencedDeclaration": 19324,
|
|
53158
53158
|
"src": "21620:19:37",
|
|
53159
53159
|
"typeDescriptions": {
|
|
53160
53160
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -53505,7 +53505,7 @@
|
|
|
53505
53505
|
"referencedDeclaration": 11192,
|
|
53506
53506
|
"src": "21865:5:37",
|
|
53507
53507
|
"typeDescriptions": {
|
|
53508
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
53508
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
53509
53509
|
"typeString": "contract ISuperfluidToken"
|
|
53510
53510
|
}
|
|
53511
53511
|
},
|
|
@@ -53516,7 +53516,7 @@
|
|
|
53516
53516
|
"lValueRequested": false,
|
|
53517
53517
|
"memberName": "updateAgreementData",
|
|
53518
53518
|
"nodeType": "MemberAccess",
|
|
53519
|
-
"referencedDeclaration":
|
|
53519
|
+
"referencedDeclaration": 19256,
|
|
53520
53520
|
"src": "21865:25:37",
|
|
53521
53521
|
"typeDescriptions": {
|
|
53522
53522
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -53620,10 +53620,10 @@
|
|
|
53620
53620
|
"name": "SuperAppDefinitions",
|
|
53621
53621
|
"nodeType": "Identifier",
|
|
53622
53622
|
"overloadedDeclarations": [],
|
|
53623
|
-
"referencedDeclaration":
|
|
53623
|
+
"referencedDeclaration": 17622,
|
|
53624
53624
|
"src": "22231:19:37",
|
|
53625
53625
|
"typeDescriptions": {
|
|
53626
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
53626
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
|
|
53627
53627
|
"typeString": "type(library SuperAppDefinitions)"
|
|
53628
53628
|
}
|
|
53629
53629
|
},
|
|
@@ -53634,7 +53634,7 @@
|
|
|
53634
53634
|
"lValueRequested": false,
|
|
53635
53635
|
"memberName": "AFTER_AGREEMENT_CREATED_NOOP",
|
|
53636
53636
|
"nodeType": "MemberAccess",
|
|
53637
|
-
"referencedDeclaration":
|
|
53637
|
+
"referencedDeclaration": 17532,
|
|
53638
53638
|
"src": "22231:48:37",
|
|
53639
53639
|
"typeDescriptions": {
|
|
53640
53640
|
"typeIdentifier": "t_uint256",
|
|
@@ -53743,7 +53743,7 @@
|
|
|
53743
53743
|
"referencedDeclaration": 5779,
|
|
53744
53744
|
"src": "22293:37:37",
|
|
53745
53745
|
"typeDescriptions": {
|
|
53746
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$5480_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
53746
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$5480_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
53747
53747
|
"typeString": "function (struct AgreementLibrary.CallbackInputs memory,bytes memory,bytes memory) returns (struct ISuperfluid.Context memory,bytes memory)"
|
|
53748
53748
|
}
|
|
53749
53749
|
},
|
|
@@ -53758,7 +53758,7 @@
|
|
|
53758
53758
|
"src": "22293:68:37",
|
|
53759
53759
|
"tryCall": false,
|
|
53760
53760
|
"typeDescriptions": {
|
|
53761
|
-
"typeIdentifier": "t_tuple$_t_struct$_Context_$
|
|
53761
|
+
"typeIdentifier": "t_tuple$_t_struct$_Context_$18935_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
53762
53762
|
"typeString": "tuple(struct ISuperfluid.Context memory,bytes memory)"
|
|
53763
53763
|
}
|
|
53764
53764
|
},
|
|
@@ -53818,10 +53818,10 @@
|
|
|
53818
53818
|
"name": "SuperAppDefinitions",
|
|
53819
53819
|
"nodeType": "Identifier",
|
|
53820
53820
|
"overloadedDeclarations": [],
|
|
53821
|
-
"referencedDeclaration":
|
|
53821
|
+
"referencedDeclaration": 17622,
|
|
53822
53822
|
"src": "22051:19:37",
|
|
53823
53823
|
"typeDescriptions": {
|
|
53824
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
53824
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
|
|
53825
53825
|
"typeString": "type(library SuperAppDefinitions)"
|
|
53826
53826
|
}
|
|
53827
53827
|
},
|
|
@@ -53832,7 +53832,7 @@
|
|
|
53832
53832
|
"lValueRequested": false,
|
|
53833
53833
|
"memberName": "AFTER_AGREEMENT_UPDATED_NOOP",
|
|
53834
53834
|
"nodeType": "MemberAccess",
|
|
53835
|
-
"referencedDeclaration":
|
|
53835
|
+
"referencedDeclaration": 17548,
|
|
53836
53836
|
"src": "22051:48:37",
|
|
53837
53837
|
"typeDescriptions": {
|
|
53838
53838
|
"typeIdentifier": "t_uint256",
|
|
@@ -53941,7 +53941,7 @@
|
|
|
53941
53941
|
"referencedDeclaration": 5779,
|
|
53942
53942
|
"src": "22113:37:37",
|
|
53943
53943
|
"typeDescriptions": {
|
|
53944
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$5480_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
53944
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$5480_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
53945
53945
|
"typeString": "function (struct AgreementLibrary.CallbackInputs memory,bytes memory,bytes memory) returns (struct ISuperfluid.Context memory,bytes memory)"
|
|
53946
53946
|
}
|
|
53947
53947
|
},
|
|
@@ -53956,7 +53956,7 @@
|
|
|
53956
53956
|
"src": "22113:68:37",
|
|
53957
53957
|
"tryCall": false,
|
|
53958
53958
|
"typeDescriptions": {
|
|
53959
|
-
"typeIdentifier": "t_tuple$_t_struct$_Context_$
|
|
53959
|
+
"typeIdentifier": "t_tuple$_t_struct$_Context_$18935_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
53960
53960
|
"typeString": "tuple(struct ISuperfluid.Context memory,bytes memory)"
|
|
53961
53961
|
}
|
|
53962
53962
|
},
|
|
@@ -53978,7 +53978,7 @@
|
|
|
53978
53978
|
"referencedDeclaration": 11192,
|
|
53979
53979
|
"src": "22405:5:37",
|
|
53980
53980
|
"typeDescriptions": {
|
|
53981
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
53981
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
53982
53982
|
"typeString": "contract ISuperfluidToken"
|
|
53983
53983
|
}
|
|
53984
53984
|
},
|
|
@@ -54046,7 +54046,7 @@
|
|
|
54046
54046
|
"expression": {
|
|
54047
54047
|
"argumentTypes": [
|
|
54048
54048
|
{
|
|
54049
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
54049
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
54050
54050
|
"typeString": "contract ISuperfluidToken"
|
|
54051
54051
|
},
|
|
54052
54052
|
{
|
|
@@ -54074,10 +54074,10 @@
|
|
|
54074
54074
|
"name": "IndexUnitsUpdated",
|
|
54075
54075
|
"nodeType": "Identifier",
|
|
54076
54076
|
"overloadedDeclarations": [],
|
|
54077
|
-
"referencedDeclaration":
|
|
54077
|
+
"referencedDeclaration": 17312,
|
|
54078
54078
|
"src": "22387:17:37",
|
|
54079
54079
|
"typeDescriptions": {
|
|
54080
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
54080
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
54081
54081
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,uint128,bytes memory)"
|
|
54082
54082
|
}
|
|
54083
54083
|
},
|
|
@@ -54111,7 +54111,7 @@
|
|
|
54111
54111
|
"referencedDeclaration": 11192,
|
|
54112
54112
|
"src": "22500:5:37",
|
|
54113
54113
|
"typeDescriptions": {
|
|
54114
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
54114
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
54115
54115
|
"typeString": "contract ISuperfluidToken"
|
|
54116
54116
|
}
|
|
54117
54117
|
},
|
|
@@ -54179,7 +54179,7 @@
|
|
|
54179
54179
|
"expression": {
|
|
54180
54180
|
"argumentTypes": [
|
|
54181
54181
|
{
|
|
54182
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
54182
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
54183
54183
|
"typeString": "contract ISuperfluidToken"
|
|
54184
54184
|
},
|
|
54185
54185
|
{
|
|
@@ -54207,10 +54207,10 @@
|
|
|
54207
54207
|
"name": "SubscriptionUnitsUpdated",
|
|
54208
54208
|
"nodeType": "Identifier",
|
|
54209
54209
|
"overloadedDeclarations": [],
|
|
54210
|
-
"referencedDeclaration":
|
|
54210
|
+
"referencedDeclaration": 17328,
|
|
54211
54211
|
"src": "22475:24:37",
|
|
54212
54212
|
"typeDescriptions": {
|
|
54213
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
54213
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
54214
54214
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,uint128,bytes memory)"
|
|
54215
54215
|
}
|
|
54216
54216
|
},
|
|
@@ -54271,7 +54271,7 @@
|
|
|
54271
54271
|
"stateVariable": false,
|
|
54272
54272
|
"storageLocation": "default",
|
|
54273
54273
|
"typeDescriptions": {
|
|
54274
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
54274
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
54275
54275
|
"typeString": "contract ISuperfluidToken"
|
|
54276
54276
|
},
|
|
54277
54277
|
"typeName": {
|
|
@@ -54281,13 +54281,13 @@
|
|
|
54281
54281
|
"id": 11190,
|
|
54282
54282
|
"name": "ISuperfluidToken",
|
|
54283
54283
|
"nodeType": "IdentifierPath",
|
|
54284
|
-
"referencedDeclaration":
|
|
54284
|
+
"referencedDeclaration": 19399,
|
|
54285
54285
|
"src": "17917:16:37"
|
|
54286
54286
|
},
|
|
54287
|
-
"referencedDeclaration":
|
|
54287
|
+
"referencedDeclaration": 19399,
|
|
54288
54288
|
"src": "17917:16:37",
|
|
54289
54289
|
"typeDescriptions": {
|
|
54290
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
54290
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
54291
54291
|
"typeString": "contract ISuperfluidToken"
|
|
54292
54292
|
}
|
|
54293
54293
|
},
|
|
@@ -54447,7 +54447,7 @@
|
|
|
54447
54447
|
},
|
|
54448
54448
|
{
|
|
54449
54449
|
"baseFunctions": [
|
|
54450
|
-
|
|
54450
|
+
17349
|
|
54451
54451
|
],
|
|
54452
54452
|
"body": {
|
|
54453
54453
|
"id": 11708,
|
|
@@ -54711,7 +54711,7 @@
|
|
|
54711
54711
|
"referencedDeclaration": 11620,
|
|
54712
54712
|
"src": "23208:5:37",
|
|
54713
54713
|
"typeDescriptions": {
|
|
54714
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
54714
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
54715
54715
|
"typeString": "contract ISuperfluidToken"
|
|
54716
54716
|
}
|
|
54717
54717
|
},
|
|
@@ -54771,7 +54771,7 @@
|
|
|
54771
54771
|
"expression": {
|
|
54772
54772
|
"argumentTypes": [
|
|
54773
54773
|
{
|
|
54774
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
54774
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
54775
54775
|
"typeString": "contract ISuperfluidToken"
|
|
54776
54776
|
},
|
|
54777
54777
|
{
|
|
@@ -54798,7 +54798,7 @@
|
|
|
54798
54798
|
"referencedDeclaration": 12573,
|
|
54799
54799
|
"src": "23195:12:37",
|
|
54800
54800
|
"typeDescriptions": {
|
|
54801
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
54801
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_uint32_$_t_bool_$returns$_t_bytes32_$_t_bytes32_$_t_struct$_IndexData_$9887_memory_ptr_$_t_bool_$_t_struct$_SubscriptionData_$9898_memory_ptr_$",
|
|
54802
54802
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bool) view returns (bytes32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
54803
54803
|
}
|
|
54804
54804
|
},
|
|
@@ -55406,7 +55406,7 @@
|
|
|
55406
55406
|
"stateVariable": false,
|
|
55407
55407
|
"storageLocation": "default",
|
|
55408
55408
|
"typeDescriptions": {
|
|
55409
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
55409
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
55410
55410
|
"typeString": "contract ISuperfluidToken"
|
|
55411
55411
|
},
|
|
55412
55412
|
"typeName": {
|
|
@@ -55416,13 +55416,13 @@
|
|
|
55416
55416
|
"id": 11618,
|
|
55417
55417
|
"name": "ISuperfluidToken",
|
|
55418
55418
|
"nodeType": "IdentifierPath",
|
|
55419
|
-
"referencedDeclaration":
|
|
55419
|
+
"referencedDeclaration": 19399,
|
|
55420
55420
|
"src": "22678:16:37"
|
|
55421
55421
|
},
|
|
55422
|
-
"referencedDeclaration":
|
|
55422
|
+
"referencedDeclaration": 19399,
|
|
55423
55423
|
"src": "22678:16:37",
|
|
55424
55424
|
"typeDescriptions": {
|
|
55425
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
55425
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
55426
55426
|
"typeString": "contract ISuperfluidToken"
|
|
55427
55427
|
}
|
|
55428
55428
|
},
|
|
@@ -55637,7 +55637,7 @@
|
|
|
55637
55637
|
},
|
|
55638
55638
|
{
|
|
55639
55639
|
"baseFunctions": [
|
|
55640
|
-
|
|
55640
|
+
17368
|
|
55641
55641
|
],
|
|
55642
55642
|
"body": {
|
|
55643
55643
|
"id": 11819,
|
|
@@ -55865,7 +55865,7 @@
|
|
|
55865
55865
|
"referencedDeclaration": 11713,
|
|
55866
55866
|
"src": "24056:5:37",
|
|
55867
55867
|
"typeDescriptions": {
|
|
55868
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
55868
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
55869
55869
|
"typeString": "contract ISuperfluidToken"
|
|
55870
55870
|
}
|
|
55871
55871
|
},
|
|
@@ -55885,7 +55885,7 @@
|
|
|
55885
55885
|
"expression": {
|
|
55886
55886
|
"argumentTypes": [
|
|
55887
55887
|
{
|
|
55888
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
55888
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
55889
55889
|
"typeString": "contract ISuperfluidToken"
|
|
55890
55890
|
},
|
|
55891
55891
|
{
|
|
@@ -55900,7 +55900,7 @@
|
|
|
55900
55900
|
"referencedDeclaration": 13096,
|
|
55901
55901
|
"src": "24035:20:37",
|
|
55902
55902
|
"typeDescriptions": {
|
|
55903
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
55903
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes32_$returns$_t_bool_$_t_struct$_SubscriptionData_$9898_memory_ptr_$",
|
|
55904
55904
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
55905
55905
|
}
|
|
55906
55906
|
},
|
|
@@ -56275,7 +56275,7 @@
|
|
|
56275
56275
|
"referencedDeclaration": 11713,
|
|
56276
56276
|
"src": "24280:5:37",
|
|
56277
56277
|
"typeDescriptions": {
|
|
56278
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
56278
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
56279
56279
|
"typeString": "contract ISuperfluidToken"
|
|
56280
56280
|
}
|
|
56281
56281
|
},
|
|
@@ -56295,7 +56295,7 @@
|
|
|
56295
56295
|
"expression": {
|
|
56296
56296
|
"argumentTypes": [
|
|
56297
56297
|
{
|
|
56298
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
56298
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
56299
56299
|
"typeString": "contract ISuperfluidToken"
|
|
56300
56300
|
},
|
|
56301
56301
|
{
|
|
@@ -56310,7 +56310,7 @@
|
|
|
56310
56310
|
"referencedDeclaration": 12798,
|
|
56311
56311
|
"src": "24266:13:37",
|
|
56312
56312
|
"typeDescriptions": {
|
|
56313
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
56313
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes32_$returns$_t_bool_$_t_struct$_IndexData_$9887_memory_ptr_$",
|
|
56314
56314
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
56315
56315
|
}
|
|
56316
56316
|
},
|
|
@@ -56853,7 +56853,7 @@
|
|
|
56853
56853
|
"stateVariable": false,
|
|
56854
56854
|
"storageLocation": "default",
|
|
56855
56855
|
"typeDescriptions": {
|
|
56856
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
56856
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
56857
56857
|
"typeString": "contract ISuperfluidToken"
|
|
56858
56858
|
},
|
|
56859
56859
|
"typeName": {
|
|
@@ -56863,13 +56863,13 @@
|
|
|
56863
56863
|
"id": 11711,
|
|
56864
56864
|
"name": "ISuperfluidToken",
|
|
56865
56865
|
"nodeType": "IdentifierPath",
|
|
56866
|
-
"referencedDeclaration":
|
|
56866
|
+
"referencedDeclaration": 19399,
|
|
56867
56867
|
"src": "23631:16:37"
|
|
56868
56868
|
},
|
|
56869
|
-
"referencedDeclaration":
|
|
56869
|
+
"referencedDeclaration": 19399,
|
|
56870
56870
|
"src": "23631:16:37",
|
|
56871
56871
|
"typeDescriptions": {
|
|
56872
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
56872
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
56873
56873
|
"typeString": "contract ISuperfluidToken"
|
|
56874
56874
|
}
|
|
56875
56875
|
},
|
|
@@ -57056,7 +57056,7 @@
|
|
|
57056
57056
|
},
|
|
57057
57057
|
{
|
|
57058
57058
|
"baseFunctions": [
|
|
57059
|
-
|
|
57059
|
+
17386
|
|
57060
57060
|
],
|
|
57061
57061
|
"body": {
|
|
57062
57062
|
"id": 11960,
|
|
@@ -57214,7 +57214,7 @@
|
|
|
57214
57214
|
"referencedDeclaration": 11824,
|
|
57215
57215
|
"src": "24999:5:37",
|
|
57216
57216
|
"typeDescriptions": {
|
|
57217
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
57217
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
57218
57218
|
"typeString": "contract ISuperfluidToken"
|
|
57219
57219
|
}
|
|
57220
57220
|
},
|
|
@@ -57234,7 +57234,7 @@
|
|
|
57234
57234
|
"expression": {
|
|
57235
57235
|
"argumentTypes": [
|
|
57236
57236
|
{
|
|
57237
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
57237
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
57238
57238
|
"typeString": "contract ISuperfluidToken"
|
|
57239
57239
|
},
|
|
57240
57240
|
{
|
|
@@ -57249,7 +57249,7 @@
|
|
|
57249
57249
|
"referencedDeclaration": 13189,
|
|
57250
57250
|
"src": "24978:20:37",
|
|
57251
57251
|
"typeDescriptions": {
|
|
57252
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
57252
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$returns$_t_array$_t_uint32_$dyn_memory_ptr_$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
57253
57253
|
"typeString": "function (contract ISuperfluidToken,address) view returns (uint32[] memory,bytes32[] memory)"
|
|
57254
57254
|
}
|
|
57255
57255
|
},
|
|
@@ -57912,7 +57912,7 @@
|
|
|
57912
57912
|
"referencedDeclaration": 11824,
|
|
57913
57913
|
"src": "25411:5:37",
|
|
57914
57914
|
"typeDescriptions": {
|
|
57915
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
57915
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
57916
57916
|
"typeString": "contract ISuperfluidToken"
|
|
57917
57917
|
}
|
|
57918
57918
|
},
|
|
@@ -57932,7 +57932,7 @@
|
|
|
57932
57932
|
"expression": {
|
|
57933
57933
|
"argumentTypes": [
|
|
57934
57934
|
{
|
|
57935
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
57935
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
57936
57936
|
"typeString": "contract ISuperfluidToken"
|
|
57937
57937
|
},
|
|
57938
57938
|
{
|
|
@@ -57947,7 +57947,7 @@
|
|
|
57947
57947
|
"referencedDeclaration": 13096,
|
|
57948
57948
|
"src": "25390:20:37",
|
|
57949
57949
|
"typeDescriptions": {
|
|
57950
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
57950
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes32_$returns$_t_bool_$_t_struct$_SubscriptionData_$9898_memory_ptr_$",
|
|
57951
57951
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
57952
57952
|
}
|
|
57953
57953
|
},
|
|
@@ -58561,7 +58561,7 @@
|
|
|
58561
58561
|
"stateVariable": false,
|
|
58562
58562
|
"storageLocation": "default",
|
|
58563
58563
|
"typeDescriptions": {
|
|
58564
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
58564
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
58565
58565
|
"typeString": "contract ISuperfluidToken"
|
|
58566
58566
|
},
|
|
58567
58567
|
"typeName": {
|
|
@@ -58571,13 +58571,13 @@
|
|
|
58571
58571
|
"id": 11822,
|
|
58572
58572
|
"name": "ISuperfluidToken",
|
|
58573
58573
|
"nodeType": "IdentifierPath",
|
|
58574
|
-
"referencedDeclaration":
|
|
58574
|
+
"referencedDeclaration": 19399,
|
|
58575
58575
|
"src": "24652:16:37"
|
|
58576
58576
|
},
|
|
58577
|
-
"referencedDeclaration":
|
|
58577
|
+
"referencedDeclaration": 19399,
|
|
58578
58578
|
"src": "24652:16:37",
|
|
58579
58579
|
"typeDescriptions": {
|
|
58580
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
58580
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
58581
58581
|
"typeString": "contract ISuperfluidToken"
|
|
58582
58582
|
}
|
|
58583
58583
|
},
|
|
@@ -58738,7 +58738,7 @@
|
|
|
58738
58738
|
},
|
|
58739
58739
|
{
|
|
58740
58740
|
"baseFunctions": [
|
|
58741
|
-
|
|
58741
|
+
17403
|
|
58742
58742
|
],
|
|
58743
58743
|
"body": {
|
|
58744
58744
|
"id": 12264,
|
|
@@ -58930,7 +58930,7 @@
|
|
|
58930
58930
|
"stateVariable": false,
|
|
58931
58931
|
"storageLocation": "memory",
|
|
58932
58932
|
"typeDescriptions": {
|
|
58933
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
58933
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
58934
58934
|
"typeString": "struct ISuperfluid.Context"
|
|
58935
58935
|
},
|
|
58936
58936
|
"typeName": {
|
|
@@ -58940,13 +58940,13 @@
|
|
|
58940
58940
|
"id": 11997,
|
|
58941
58941
|
"name": "ISuperfluid.Context",
|
|
58942
58942
|
"nodeType": "IdentifierPath",
|
|
58943
|
-
"referencedDeclaration":
|
|
58943
|
+
"referencedDeclaration": 18935,
|
|
58944
58944
|
"src": "26143:19:37"
|
|
58945
58945
|
},
|
|
58946
|
-
"referencedDeclaration":
|
|
58946
|
+
"referencedDeclaration": 18935,
|
|
58947
58947
|
"src": "26143:19:37",
|
|
58948
58948
|
"typeDescriptions": {
|
|
58949
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
58949
|
+
"typeIdentifier": "t_struct$_Context_$18935_storage_ptr",
|
|
58950
58950
|
"typeString": "struct ISuperfluid.Context"
|
|
58951
58951
|
}
|
|
58952
58952
|
},
|
|
@@ -58964,7 +58964,7 @@
|
|
|
58964
58964
|
"referencedDeclaration": 11965,
|
|
58965
58965
|
"src": "26218:5:37",
|
|
58966
58966
|
"typeDescriptions": {
|
|
58967
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
58967
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
58968
58968
|
"typeString": "contract ISuperfluidToken"
|
|
58969
58969
|
}
|
|
58970
58970
|
},
|
|
@@ -58984,7 +58984,7 @@
|
|
|
58984
58984
|
"expression": {
|
|
58985
58985
|
"argumentTypes": [
|
|
58986
58986
|
{
|
|
58987
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
58987
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
58988
58988
|
"typeString": "contract ISuperfluidToken"
|
|
58989
58989
|
},
|
|
58990
58990
|
{
|
|
@@ -59014,7 +59014,7 @@
|
|
|
59014
59014
|
"referencedDeclaration": 5464,
|
|
59015
59015
|
"src": "26180:37:37",
|
|
59016
59016
|
"typeDescriptions": {
|
|
59017
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
59017
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$",
|
|
59018
59018
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
59019
59019
|
}
|
|
59020
59020
|
},
|
|
@@ -59029,7 +59029,7 @@
|
|
|
59029
59029
|
"src": "26180:49:37",
|
|
59030
59030
|
"tryCall": false,
|
|
59031
59031
|
"typeDescriptions": {
|
|
59032
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
59032
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
59033
59033
|
"typeString": "struct ISuperfluid.Context memory"
|
|
59034
59034
|
}
|
|
59035
59035
|
},
|
|
@@ -59066,7 +59066,7 @@
|
|
|
59066
59066
|
"referencedDeclaration": 11999,
|
|
59067
59067
|
"src": "26252:7:37",
|
|
59068
59068
|
"typeDescriptions": {
|
|
59069
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
59069
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
59070
59070
|
"typeString": "struct ISuperfluid.Context memory"
|
|
59071
59071
|
}
|
|
59072
59072
|
},
|
|
@@ -59077,7 +59077,7 @@
|
|
|
59077
59077
|
"lValueRequested": false,
|
|
59078
59078
|
"memberName": "msgSender",
|
|
59079
59079
|
"nodeType": "MemberAccess",
|
|
59080
|
-
"referencedDeclaration":
|
|
59080
|
+
"referencedDeclaration": 18919,
|
|
59081
59081
|
"src": "26252:17:37",
|
|
59082
59082
|
"typeDescriptions": {
|
|
59083
59083
|
"typeIdentifier": "t_address",
|
|
@@ -59124,7 +59124,7 @@
|
|
|
59124
59124
|
"referencedDeclaration": 11999,
|
|
59125
59125
|
"src": "26294:7:37",
|
|
59126
59126
|
"typeDescriptions": {
|
|
59127
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
59127
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
59128
59128
|
"typeString": "struct ISuperfluid.Context memory"
|
|
59129
59129
|
}
|
|
59130
59130
|
},
|
|
@@ -59135,7 +59135,7 @@
|
|
|
59135
59135
|
"lValueRequested": false,
|
|
59136
59136
|
"memberName": "userData",
|
|
59137
59137
|
"nodeType": "MemberAccess",
|
|
59138
|
-
"referencedDeclaration":
|
|
59138
|
+
"referencedDeclaration": 18923,
|
|
59139
59139
|
"src": "26294:16:37",
|
|
59140
59140
|
"typeDescriptions": {
|
|
59141
59141
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -59558,7 +59558,7 @@
|
|
|
59558
59558
|
"referencedDeclaration": 11965,
|
|
59559
59559
|
"src": "26768:5:37",
|
|
59560
59560
|
"typeDescriptions": {
|
|
59561
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
59561
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
59562
59562
|
"typeString": "contract ISuperfluidToken"
|
|
59563
59563
|
}
|
|
59564
59564
|
},
|
|
@@ -59618,7 +59618,7 @@
|
|
|
59618
59618
|
"expression": {
|
|
59619
59619
|
"argumentTypes": [
|
|
59620
59620
|
{
|
|
59621
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
59621
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
59622
59622
|
"typeString": "contract ISuperfluidToken"
|
|
59623
59623
|
},
|
|
59624
59624
|
{
|
|
@@ -59645,7 +59645,7 @@
|
|
|
59645
59645
|
"referencedDeclaration": 12573,
|
|
59646
59646
|
"src": "26755:12:37",
|
|
59647
59647
|
"typeDescriptions": {
|
|
59648
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
59648
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_uint32_$_t_bool_$returns$_t_bytes32_$_t_bytes32_$_t_struct$_IndexData_$9887_memory_ptr_$_t_bool_$_t_struct$_SubscriptionData_$9898_memory_ptr_$",
|
|
59649
59649
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bool) view returns (bytes32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
59650
59650
|
}
|
|
59651
59651
|
},
|
|
@@ -59705,7 +59705,7 @@
|
|
|
59705
59705
|
"referencedDeclaration": 11965,
|
|
59706
59706
|
"src": "26885:5:37",
|
|
59707
59707
|
"typeDescriptions": {
|
|
59708
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
59708
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
59709
59709
|
"typeString": "contract ISuperfluidToken"
|
|
59710
59710
|
}
|
|
59711
59711
|
},
|
|
@@ -59768,7 +59768,7 @@
|
|
|
59768
59768
|
"expression": {
|
|
59769
59769
|
"argumentTypes": [
|
|
59770
59770
|
{
|
|
59771
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
59771
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
59772
59772
|
"typeString": "contract ISuperfluidToken"
|
|
59773
59773
|
},
|
|
59774
59774
|
{
|
|
@@ -59806,7 +59806,7 @@
|
|
|
59806
59806
|
"referencedDeclaration": 5520,
|
|
59807
59807
|
"src": "26834:37:37",
|
|
59808
59808
|
"typeDescriptions": {
|
|
59809
|
-
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$
|
|
59809
|
+
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_struct$_CallbackInputs_$5480_memory_ptr_$",
|
|
59810
59810
|
"typeString": "function (contract ISuperfluidToken,address,bytes32,bytes memory) pure returns (struct AgreementLibrary.CallbackInputs memory)"
|
|
59811
59811
|
}
|
|
59812
59812
|
},
|
|
@@ -59920,10 +59920,10 @@
|
|
|
59920
59920
|
"name": "SuperAppDefinitions",
|
|
59921
59921
|
"nodeType": "Identifier",
|
|
59922
59922
|
"overloadedDeclarations": [],
|
|
59923
|
-
"referencedDeclaration":
|
|
59923
|
+
"referencedDeclaration": 17622,
|
|
59924
59924
|
"src": "27005:19:37",
|
|
59925
59925
|
"typeDescriptions": {
|
|
59926
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
59926
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
|
|
59927
59927
|
"typeString": "type(library SuperAppDefinitions)"
|
|
59928
59928
|
}
|
|
59929
59929
|
},
|
|
@@ -59934,7 +59934,7 @@
|
|
|
59934
59934
|
"lValueRequested": false,
|
|
59935
59935
|
"memberName": "BEFORE_AGREEMENT_TERMINATED_NOOP",
|
|
59936
59936
|
"nodeType": "MemberAccess",
|
|
59937
|
-
"referencedDeclaration":
|
|
59937
|
+
"referencedDeclaration": 17556,
|
|
59938
59938
|
"src": "27005:52:37",
|
|
59939
59939
|
"typeDescriptions": {
|
|
59940
59940
|
"typeIdentifier": "t_uint256",
|
|
@@ -60701,7 +60701,7 @@
|
|
|
60701
60701
|
"lValueRequested": false,
|
|
60702
60702
|
"memberName": "sub",
|
|
60703
60703
|
"nodeType": "MemberAccess",
|
|
60704
|
-
"referencedDeclaration":
|
|
60704
|
+
"referencedDeclaration": 20711,
|
|
60705
60705
|
"src": "27668:32:37",
|
|
60706
60706
|
"typeDescriptions": {
|
|
60707
60707
|
"typeIdentifier": "t_function_internal_pure$_t_uint128_$_t_uint128_$_t_string_memory_ptr_$returns$_t_uint128_$bound_to$_t_uint128_$",
|
|
@@ -60915,7 +60915,7 @@
|
|
|
60915
60915
|
"lValueRequested": false,
|
|
60916
60916
|
"memberName": "sub",
|
|
60917
60917
|
"nodeType": "MemberAccess",
|
|
60918
|
-
"referencedDeclaration":
|
|
60918
|
+
"referencedDeclaration": 20711,
|
|
60919
60919
|
"src": "27536:33:37",
|
|
60920
60920
|
"typeDescriptions": {
|
|
60921
60921
|
"typeIdentifier": "t_function_internal_pure$_t_uint128_$_t_uint128_$_t_string_memory_ptr_$returns$_t_uint128_$bound_to$_t_uint128_$",
|
|
@@ -61063,7 +61063,7 @@
|
|
|
61063
61063
|
"referencedDeclaration": 11965,
|
|
61064
61064
|
"src": "27757:5:37",
|
|
61065
61065
|
"typeDescriptions": {
|
|
61066
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61066
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
61067
61067
|
"typeString": "contract ISuperfluidToken"
|
|
61068
61068
|
}
|
|
61069
61069
|
},
|
|
@@ -61074,7 +61074,7 @@
|
|
|
61074
61074
|
"lValueRequested": false,
|
|
61075
61075
|
"memberName": "updateAgreementData",
|
|
61076
61076
|
"nodeType": "MemberAccess",
|
|
61077
|
-
"referencedDeclaration":
|
|
61077
|
+
"referencedDeclaration": 19256,
|
|
61078
61078
|
"src": "27757:25:37",
|
|
61079
61079
|
"typeDescriptions": {
|
|
61080
61080
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -61192,7 +61192,7 @@
|
|
|
61192
61192
|
"referencedDeclaration": 11965,
|
|
61193
61193
|
"src": "27965:5:37",
|
|
61194
61194
|
"typeDescriptions": {
|
|
61195
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61195
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
61196
61196
|
"typeString": "contract ISuperfluidToken"
|
|
61197
61197
|
}
|
|
61198
61198
|
},
|
|
@@ -61254,7 +61254,7 @@
|
|
|
61254
61254
|
"expression": {
|
|
61255
61255
|
"argumentTypes": [
|
|
61256
61256
|
{
|
|
61257
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61257
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
61258
61258
|
"typeString": "contract ISuperfluidToken"
|
|
61259
61259
|
},
|
|
61260
61260
|
{
|
|
@@ -61273,7 +61273,7 @@
|
|
|
61273
61273
|
"referencedDeclaration": 13138,
|
|
61274
61274
|
"src": "27948:16:37",
|
|
61275
61275
|
"typeDescriptions": {
|
|
61276
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
61276
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$returns$__$",
|
|
61277
61277
|
"typeString": "function (contract ISuperfluidToken,address,uint32)"
|
|
61278
61278
|
}
|
|
61279
61279
|
},
|
|
@@ -61391,7 +61391,7 @@
|
|
|
61391
61391
|
"referencedDeclaration": 11965,
|
|
61392
61392
|
"src": "28164:5:37",
|
|
61393
61393
|
"typeDescriptions": {
|
|
61394
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61394
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
61395
61395
|
"typeString": "contract ISuperfluidToken"
|
|
61396
61396
|
}
|
|
61397
61397
|
},
|
|
@@ -61438,7 +61438,7 @@
|
|
|
61438
61438
|
"expression": {
|
|
61439
61439
|
"argumentTypes": [
|
|
61440
61440
|
{
|
|
61441
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61441
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
61442
61442
|
"typeString": "contract ISuperfluidToken"
|
|
61443
61443
|
},
|
|
61444
61444
|
{
|
|
@@ -61457,7 +61457,7 @@
|
|
|
61457
61457
|
"referencedDeclaration": 12893,
|
|
61458
61458
|
"src": "28140:23:37",
|
|
61459
61459
|
"typeDescriptions": {
|
|
61460
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
61460
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_int256_$returns$__$",
|
|
61461
61461
|
"typeString": "function (contract ISuperfluidToken,address,int256)"
|
|
61462
61462
|
}
|
|
61463
61463
|
},
|
|
@@ -61542,7 +61542,7 @@
|
|
|
61542
61542
|
"referencedDeclaration": 11965,
|
|
61543
61543
|
"src": "28210:5:37",
|
|
61544
61544
|
"typeDescriptions": {
|
|
61545
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61545
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
61546
61546
|
"typeString": "contract ISuperfluidToken"
|
|
61547
61547
|
}
|
|
61548
61548
|
},
|
|
@@ -61553,7 +61553,7 @@
|
|
|
61553
61553
|
"lValueRequested": false,
|
|
61554
61554
|
"memberName": "settleBalance",
|
|
61555
61555
|
"nodeType": "MemberAccess",
|
|
61556
|
-
"referencedDeclaration":
|
|
61556
|
+
"referencedDeclaration": 19324,
|
|
61557
61557
|
"src": "28210:19:37",
|
|
61558
61558
|
"typeDescriptions": {
|
|
61559
61559
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -61648,7 +61648,7 @@
|
|
|
61648
61648
|
"referencedDeclaration": 11965,
|
|
61649
61649
|
"src": "28325:5:37",
|
|
61650
61650
|
"typeDescriptions": {
|
|
61651
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61651
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
61652
61652
|
"typeString": "contract ISuperfluidToken"
|
|
61653
61653
|
}
|
|
61654
61654
|
},
|
|
@@ -61659,7 +61659,7 @@
|
|
|
61659
61659
|
"lValueRequested": false,
|
|
61660
61660
|
"memberName": "terminateAgreement",
|
|
61661
61661
|
"nodeType": "MemberAccess",
|
|
61662
|
-
"referencedDeclaration":
|
|
61662
|
+
"referencedDeclaration": 19274,
|
|
61663
61663
|
"src": "28325:24:37",
|
|
61664
61664
|
"typeDescriptions": {
|
|
61665
61665
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_uint256_$returns$__$",
|
|
@@ -61732,7 +61732,7 @@
|
|
|
61732
61732
|
"referencedDeclaration": 11965,
|
|
61733
61733
|
"src": "28417:5:37",
|
|
61734
61734
|
"typeDescriptions": {
|
|
61735
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61735
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
61736
61736
|
"typeString": "contract ISuperfluidToken"
|
|
61737
61737
|
}
|
|
61738
61738
|
},
|
|
@@ -61743,7 +61743,7 @@
|
|
|
61743
61743
|
"lValueRequested": false,
|
|
61744
61744
|
"memberName": "settleBalance",
|
|
61745
61745
|
"nodeType": "MemberAccess",
|
|
61746
|
-
"referencedDeclaration":
|
|
61746
|
+
"referencedDeclaration": 19324,
|
|
61747
61747
|
"src": "28417:19:37",
|
|
61748
61748
|
"typeDescriptions": {
|
|
61749
61749
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -61811,10 +61811,10 @@
|
|
|
61811
61811
|
"name": "SuperAppDefinitions",
|
|
61812
61812
|
"nodeType": "Identifier",
|
|
61813
61813
|
"overloadedDeclarations": [],
|
|
61814
|
-
"referencedDeclaration":
|
|
61814
|
+
"referencedDeclaration": 17622,
|
|
61815
61815
|
"src": "28492:19:37",
|
|
61816
61816
|
"typeDescriptions": {
|
|
61817
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
61817
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
|
|
61818
61818
|
"typeString": "type(library SuperAppDefinitions)"
|
|
61819
61819
|
}
|
|
61820
61820
|
},
|
|
@@ -61825,7 +61825,7 @@
|
|
|
61825
61825
|
"lValueRequested": false,
|
|
61826
61826
|
"memberName": "AFTER_AGREEMENT_TERMINATED_NOOP",
|
|
61827
61827
|
"nodeType": "MemberAccess",
|
|
61828
|
-
"referencedDeclaration":
|
|
61828
|
+
"referencedDeclaration": 17564,
|
|
61829
61829
|
"src": "28492:51:37",
|
|
61830
61830
|
"typeDescriptions": {
|
|
61831
61831
|
"typeIdentifier": "t_uint256",
|
|
@@ -61934,7 +61934,7 @@
|
|
|
61934
61934
|
"referencedDeclaration": 5779,
|
|
61935
61935
|
"src": "28553:37:37",
|
|
61936
61936
|
"typeDescriptions": {
|
|
61937
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$5480_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
61937
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$5480_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
61938
61938
|
"typeString": "function (struct AgreementLibrary.CallbackInputs memory,bytes memory,bytes memory) returns (struct ISuperfluid.Context memory,bytes memory)"
|
|
61939
61939
|
}
|
|
61940
61940
|
},
|
|
@@ -61949,7 +61949,7 @@
|
|
|
61949
61949
|
"src": "28553:68:37",
|
|
61950
61950
|
"tryCall": false,
|
|
61951
61951
|
"typeDescriptions": {
|
|
61952
|
-
"typeIdentifier": "t_tuple$_t_struct$_Context_$
|
|
61952
|
+
"typeIdentifier": "t_tuple$_t_struct$_Context_$18935_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
61953
61953
|
"typeString": "tuple(struct ISuperfluid.Context memory,bytes memory)"
|
|
61954
61954
|
}
|
|
61955
61955
|
},
|
|
@@ -61968,7 +61968,7 @@
|
|
|
61968
61968
|
"referencedDeclaration": 11965,
|
|
61969
61969
|
"src": "28655:5:37",
|
|
61970
61970
|
"typeDescriptions": {
|
|
61971
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
61971
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
61972
61972
|
"typeString": "contract ISuperfluidToken"
|
|
61973
61973
|
}
|
|
61974
61974
|
},
|
|
@@ -62024,7 +62024,7 @@
|
|
|
62024
62024
|
"expression": {
|
|
62025
62025
|
"argumentTypes": [
|
|
62026
62026
|
{
|
|
62027
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62027
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
62028
62028
|
"typeString": "contract ISuperfluidToken"
|
|
62029
62029
|
},
|
|
62030
62030
|
{
|
|
@@ -62048,10 +62048,10 @@
|
|
|
62048
62048
|
"name": "IndexUnsubscribed",
|
|
62049
62049
|
"nodeType": "Identifier",
|
|
62050
62050
|
"overloadedDeclarations": [],
|
|
62051
|
-
"referencedDeclaration":
|
|
62051
|
+
"referencedDeclaration": 17265,
|
|
62052
62052
|
"src": "28637:17:37",
|
|
62053
62053
|
"typeDescriptions": {
|
|
62054
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
62054
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$__$",
|
|
62055
62055
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
62056
62056
|
}
|
|
62057
62057
|
},
|
|
@@ -62085,7 +62085,7 @@
|
|
|
62085
62085
|
"referencedDeclaration": 11965,
|
|
62086
62086
|
"src": "28738:5:37",
|
|
62087
62087
|
"typeDescriptions": {
|
|
62088
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62088
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
62089
62089
|
"typeString": "contract ISuperfluidToken"
|
|
62090
62090
|
}
|
|
62091
62091
|
},
|
|
@@ -62141,7 +62141,7 @@
|
|
|
62141
62141
|
"expression": {
|
|
62142
62142
|
"argumentTypes": [
|
|
62143
62143
|
{
|
|
62144
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62144
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
62145
62145
|
"typeString": "contract ISuperfluidToken"
|
|
62146
62146
|
},
|
|
62147
62147
|
{
|
|
@@ -62165,10 +62165,10 @@
|
|
|
62165
62165
|
"name": "SubscriptionRevoked",
|
|
62166
62166
|
"nodeType": "Identifier",
|
|
62167
62167
|
"overloadedDeclarations": [],
|
|
62168
|
-
"referencedDeclaration":
|
|
62168
|
+
"referencedDeclaration": 17279,
|
|
62169
62169
|
"src": "28718:19:37",
|
|
62170
62170
|
"typeDescriptions": {
|
|
62171
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
62171
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
|
|
62172
62172
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bytes memory)"
|
|
62173
62173
|
}
|
|
62174
62174
|
},
|
|
@@ -62202,7 +62202,7 @@
|
|
|
62202
62202
|
"referencedDeclaration": 11965,
|
|
62203
62203
|
"src": "28819:5:37",
|
|
62204
62204
|
"typeDescriptions": {
|
|
62205
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62205
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
62206
62206
|
"typeString": "contract ISuperfluidToken"
|
|
62207
62207
|
}
|
|
62208
62208
|
},
|
|
@@ -62274,7 +62274,7 @@
|
|
|
62274
62274
|
"expression": {
|
|
62275
62275
|
"argumentTypes": [
|
|
62276
62276
|
{
|
|
62277
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62277
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
62278
62278
|
"typeString": "contract ISuperfluidToken"
|
|
62279
62279
|
},
|
|
62280
62280
|
{
|
|
@@ -62302,10 +62302,10 @@
|
|
|
62302
62302
|
"name": "IndexUnitsUpdated",
|
|
62303
62303
|
"nodeType": "Identifier",
|
|
62304
62304
|
"overloadedDeclarations": [],
|
|
62305
|
-
"referencedDeclaration":
|
|
62305
|
+
"referencedDeclaration": 17312,
|
|
62306
62306
|
"src": "28801:17:37",
|
|
62307
62307
|
"typeDescriptions": {
|
|
62308
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
62308
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
62309
62309
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,uint128,bytes memory)"
|
|
62310
62310
|
}
|
|
62311
62311
|
},
|
|
@@ -62339,7 +62339,7 @@
|
|
|
62339
62339
|
"referencedDeclaration": 11965,
|
|
62340
62340
|
"src": "28910:5:37",
|
|
62341
62341
|
"typeDescriptions": {
|
|
62342
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62342
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
62343
62343
|
"typeString": "contract ISuperfluidToken"
|
|
62344
62344
|
}
|
|
62345
62345
|
},
|
|
@@ -62411,7 +62411,7 @@
|
|
|
62411
62411
|
"expression": {
|
|
62412
62412
|
"argumentTypes": [
|
|
62413
62413
|
{
|
|
62414
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62414
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
62415
62415
|
"typeString": "contract ISuperfluidToken"
|
|
62416
62416
|
},
|
|
62417
62417
|
{
|
|
@@ -62439,10 +62439,10 @@
|
|
|
62439
62439
|
"name": "SubscriptionUnitsUpdated",
|
|
62440
62440
|
"nodeType": "Identifier",
|
|
62441
62441
|
"overloadedDeclarations": [],
|
|
62442
|
-
"referencedDeclaration":
|
|
62442
|
+
"referencedDeclaration": 17328,
|
|
62443
62443
|
"src": "28885:24:37",
|
|
62444
62444
|
"typeDescriptions": {
|
|
62445
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
62445
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
62446
62446
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,uint128,bytes memory)"
|
|
62447
62447
|
}
|
|
62448
62448
|
},
|
|
@@ -62503,7 +62503,7 @@
|
|
|
62503
62503
|
"stateVariable": false,
|
|
62504
62504
|
"storageLocation": "default",
|
|
62505
62505
|
"typeDescriptions": {
|
|
62506
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62506
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
62507
62507
|
"typeString": "contract ISuperfluidToken"
|
|
62508
62508
|
},
|
|
62509
62509
|
"typeName": {
|
|
@@ -62513,13 +62513,13 @@
|
|
|
62513
62513
|
"id": 11963,
|
|
62514
62514
|
"name": "ISuperfluidToken",
|
|
62515
62515
|
"nodeType": "IdentifierPath",
|
|
62516
|
-
"referencedDeclaration":
|
|
62516
|
+
"referencedDeclaration": 19399,
|
|
62517
62517
|
"src": "25756:16:37"
|
|
62518
62518
|
},
|
|
62519
|
-
"referencedDeclaration":
|
|
62519
|
+
"referencedDeclaration": 19399,
|
|
62520
62520
|
"src": "25756:16:37",
|
|
62521
62521
|
"typeDescriptions": {
|
|
62522
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62522
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
62523
62523
|
"typeString": "contract ISuperfluidToken"
|
|
62524
62524
|
}
|
|
62525
62525
|
},
|
|
@@ -62680,7 +62680,7 @@
|
|
|
62680
62680
|
},
|
|
62681
62681
|
{
|
|
62682
62682
|
"baseFunctions": [
|
|
62683
|
-
|
|
62683
|
+
17420
|
|
62684
62684
|
],
|
|
62685
62685
|
"body": {
|
|
62686
62686
|
"id": 12483,
|
|
@@ -62698,7 +62698,7 @@
|
|
|
62698
62698
|
"referencedDeclaration": 12268,
|
|
62699
62699
|
"src": "29249:5:37",
|
|
62700
62700
|
"typeDescriptions": {
|
|
62701
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62701
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
62702
62702
|
"typeString": "contract ISuperfluidToken"
|
|
62703
62703
|
}
|
|
62704
62704
|
},
|
|
@@ -62718,7 +62718,7 @@
|
|
|
62718
62718
|
"expression": {
|
|
62719
62719
|
"argumentTypes": [
|
|
62720
62720
|
{
|
|
62721
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
62721
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
62722
62722
|
"typeString": "contract ISuperfluidToken"
|
|
62723
62723
|
},
|
|
62724
62724
|
{
|
|
@@ -62748,7 +62748,7 @@
|
|
|
62748
62748
|
"referencedDeclaration": 5464,
|
|
62749
62749
|
"src": "29211:37:37",
|
|
62750
62750
|
"typeDescriptions": {
|
|
62751
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
62751
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$",
|
|
62752
62752
|
"typeString": "function (contract ISuperfluidToken,bytes memory) view returns (struct ISuperfluid.Context memory)"
|
|
62753
62753
|
}
|
|
62754
62754
|
},
|
|
@@ -62763,7 +62763,7 @@
|
|
|
62763
62763
|
"src": "29211:49:37",
|
|
62764
62764
|
"tryCall": false,
|
|
62765
62765
|
"typeDescriptions": {
|
|
62766
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
62766
|
+
"typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
|
|
62767
62767
|
"typeString": "struct ISuperfluid.Context memory"
|
|
62768
62768
|
}
|
|
62769
62769
|
},
|
|
@@ -63157,7 +63157,7 @@
|
|
|
63157
63157
|
"referencedDeclaration": 12268,
|
|
63158
63158
|
"src": "29575:5:37",
|
|
63159
63159
|
"typeDescriptions": {
|
|
63160
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
63160
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
63161
63161
|
"typeString": "contract ISuperfluidToken"
|
|
63162
63162
|
}
|
|
63163
63163
|
},
|
|
@@ -63217,7 +63217,7 @@
|
|
|
63217
63217
|
"expression": {
|
|
63218
63218
|
"argumentTypes": [
|
|
63219
63219
|
{
|
|
63220
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
63220
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
63221
63221
|
"typeString": "contract ISuperfluidToken"
|
|
63222
63222
|
},
|
|
63223
63223
|
{
|
|
@@ -63244,7 +63244,7 @@
|
|
|
63244
63244
|
"referencedDeclaration": 12573,
|
|
63245
63245
|
"src": "29562:12:37",
|
|
63246
63246
|
"typeDescriptions": {
|
|
63247
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
63247
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_uint32_$_t_bool_$returns$_t_bytes32_$_t_bytes32_$_t_struct$_IndexData_$9887_memory_ptr_$_t_bool_$_t_struct$_SubscriptionData_$9898_memory_ptr_$",
|
|
63248
63248
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,bool) view returns (bytes32,bytes32,struct InstantDistributionAgreementV1.IndexData memory,bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
63249
63249
|
}
|
|
63250
63250
|
},
|
|
@@ -63727,7 +63727,7 @@
|
|
|
63727
63727
|
"referencedDeclaration": 12268,
|
|
63728
63728
|
"src": "29946:5:37",
|
|
63729
63729
|
"typeDescriptions": {
|
|
63730
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
63730
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
63731
63731
|
"typeString": "contract ISuperfluidToken"
|
|
63732
63732
|
}
|
|
63733
63733
|
},
|
|
@@ -63790,7 +63790,7 @@
|
|
|
63790
63790
|
"expression": {
|
|
63791
63791
|
"argumentTypes": [
|
|
63792
63792
|
{
|
|
63793
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
63793
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
63794
63794
|
"typeString": "contract ISuperfluidToken"
|
|
63795
63795
|
},
|
|
63796
63796
|
{
|
|
@@ -63828,7 +63828,7 @@
|
|
|
63828
63828
|
"referencedDeclaration": 5520,
|
|
63829
63829
|
"src": "29895:37:37",
|
|
63830
63830
|
"typeDescriptions": {
|
|
63831
|
-
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$
|
|
63831
|
+
"typeIdentifier": "t_function_internal_pure$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_struct$_CallbackInputs_$5480_memory_ptr_$",
|
|
63832
63832
|
"typeString": "function (contract ISuperfluidToken,address,bytes32,bytes memory) pure returns (struct AgreementLibrary.CallbackInputs memory)"
|
|
63833
63833
|
}
|
|
63834
63834
|
},
|
|
@@ -64047,10 +64047,10 @@
|
|
|
64047
64047
|
"name": "SuperAppDefinitions",
|
|
64048
64048
|
"nodeType": "Identifier",
|
|
64049
64049
|
"overloadedDeclarations": [],
|
|
64050
|
-
"referencedDeclaration":
|
|
64050
|
+
"referencedDeclaration": 17622,
|
|
64051
64051
|
"src": "30108:19:37",
|
|
64052
64052
|
"typeDescriptions": {
|
|
64053
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
64053
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
|
|
64054
64054
|
"typeString": "type(library SuperAppDefinitions)"
|
|
64055
64055
|
}
|
|
64056
64056
|
},
|
|
@@ -64061,7 +64061,7 @@
|
|
|
64061
64061
|
"lValueRequested": false,
|
|
64062
64062
|
"memberName": "BEFORE_AGREEMENT_UPDATED_NOOP",
|
|
64063
64063
|
"nodeType": "MemberAccess",
|
|
64064
|
-
"referencedDeclaration":
|
|
64064
|
+
"referencedDeclaration": 17540,
|
|
64065
64065
|
"src": "30108:49:37",
|
|
64066
64066
|
"typeDescriptions": {
|
|
64067
64067
|
"typeIdentifier": "t_uint256",
|
|
@@ -64214,7 +64214,7 @@
|
|
|
64214
64214
|
"referencedDeclaration": 12268,
|
|
64215
64215
|
"src": "30323:5:37",
|
|
64216
64216
|
"typeDescriptions": {
|
|
64217
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
64217
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
64218
64218
|
"typeString": "contract ISuperfluidToken"
|
|
64219
64219
|
}
|
|
64220
64220
|
},
|
|
@@ -64305,7 +64305,7 @@
|
|
|
64305
64305
|
"expression": {
|
|
64306
64306
|
"argumentTypes": [
|
|
64307
64307
|
{
|
|
64308
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
64308
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
64309
64309
|
"typeString": "contract ISuperfluidToken"
|
|
64310
64310
|
},
|
|
64311
64311
|
{
|
|
@@ -64324,7 +64324,7 @@
|
|
|
64324
64324
|
"referencedDeclaration": 12893,
|
|
64325
64325
|
"src": "30299:23:37",
|
|
64326
64326
|
"typeDescriptions": {
|
|
64327
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
64327
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_int256_$returns$__$",
|
|
64328
64328
|
"typeString": "function (contract ISuperfluidToken,address,int256)"
|
|
64329
64329
|
}
|
|
64330
64330
|
},
|
|
@@ -64453,7 +64453,7 @@
|
|
|
64453
64453
|
"referencedDeclaration": 12268,
|
|
64454
64454
|
"src": "30384:5:37",
|
|
64455
64455
|
"typeDescriptions": {
|
|
64456
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
64456
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
64457
64457
|
"typeString": "contract ISuperfluidToken"
|
|
64458
64458
|
}
|
|
64459
64459
|
},
|
|
@@ -64464,7 +64464,7 @@
|
|
|
64464
64464
|
"lValueRequested": false,
|
|
64465
64465
|
"memberName": "settleBalance",
|
|
64466
64466
|
"nodeType": "MemberAccess",
|
|
64467
|
-
"referencedDeclaration":
|
|
64467
|
+
"referencedDeclaration": 19324,
|
|
64468
64468
|
"src": "30384:19:37",
|
|
64469
64469
|
"typeDescriptions": {
|
|
64470
64470
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -64706,7 +64706,7 @@
|
|
|
64706
64706
|
"referencedDeclaration": 12268,
|
|
64707
64707
|
"src": "30590:5:37",
|
|
64708
64708
|
"typeDescriptions": {
|
|
64709
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
64709
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
64710
64710
|
"typeString": "contract ISuperfluidToken"
|
|
64711
64711
|
}
|
|
64712
64712
|
},
|
|
@@ -64717,7 +64717,7 @@
|
|
|
64717
64717
|
"lValueRequested": false,
|
|
64718
64718
|
"memberName": "updateAgreementData",
|
|
64719
64719
|
"nodeType": "MemberAccess",
|
|
64720
|
-
"referencedDeclaration":
|
|
64720
|
+
"referencedDeclaration": 19256,
|
|
64721
64721
|
"src": "30590:25:37",
|
|
64722
64722
|
"typeDescriptions": {
|
|
64723
64723
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes32_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -64834,7 +64834,7 @@
|
|
|
64834
64834
|
"referencedDeclaration": 12268,
|
|
64835
64835
|
"src": "30676:5:37",
|
|
64836
64836
|
"typeDescriptions": {
|
|
64837
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
64837
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
64838
64838
|
"typeString": "contract ISuperfluidToken"
|
|
64839
64839
|
}
|
|
64840
64840
|
},
|
|
@@ -64845,7 +64845,7 @@
|
|
|
64845
64845
|
"lValueRequested": false,
|
|
64846
64846
|
"memberName": "settleBalance",
|
|
64847
64847
|
"nodeType": "MemberAccess",
|
|
64848
|
-
"referencedDeclaration":
|
|
64848
|
+
"referencedDeclaration": 19324,
|
|
64849
64849
|
"src": "30676:19:37",
|
|
64850
64850
|
"typeDescriptions": {
|
|
64851
64851
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_int256_$returns$__$",
|
|
@@ -64882,7 +64882,7 @@
|
|
|
64882
64882
|
"referencedDeclaration": 12268,
|
|
64883
64883
|
"src": "30781:5:37",
|
|
64884
64884
|
"typeDescriptions": {
|
|
64885
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
64885
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
64886
64886
|
"typeString": "contract ISuperfluidToken"
|
|
64887
64887
|
}
|
|
64888
64888
|
},
|
|
@@ -64938,7 +64938,7 @@
|
|
|
64938
64938
|
"expression": {
|
|
64939
64939
|
"argumentTypes": [
|
|
64940
64940
|
{
|
|
64941
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
64941
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
64942
64942
|
"typeString": "contract ISuperfluidToken"
|
|
64943
64943
|
},
|
|
64944
64944
|
{
|
|
@@ -64962,10 +64962,10 @@
|
|
|
64962
64962
|
"name": "IndexDistributionClaimed",
|
|
64963
64963
|
"nodeType": "Identifier",
|
|
64964
64964
|
"overloadedDeclarations": [],
|
|
64965
|
-
"referencedDeclaration":
|
|
64965
|
+
"referencedDeclaration": 17434,
|
|
64966
64966
|
"src": "30756:24:37",
|
|
64967
64967
|
"typeDescriptions": {
|
|
64968
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
64968
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_address_$_t_uint256_$returns$__$",
|
|
64969
64969
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,uint256)"
|
|
64970
64970
|
}
|
|
64971
64971
|
},
|
|
@@ -64999,7 +64999,7 @@
|
|
|
64999
64999
|
"referencedDeclaration": 12268,
|
|
65000
65000
|
"src": "30891:5:37",
|
|
65001
65001
|
"typeDescriptions": {
|
|
65002
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
65002
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
65003
65003
|
"typeString": "contract ISuperfluidToken"
|
|
65004
65004
|
}
|
|
65005
65005
|
},
|
|
@@ -65055,7 +65055,7 @@
|
|
|
65055
65055
|
"expression": {
|
|
65056
65056
|
"argumentTypes": [
|
|
65057
65057
|
{
|
|
65058
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
65058
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
65059
65059
|
"typeString": "contract ISuperfluidToken"
|
|
65060
65060
|
},
|
|
65061
65061
|
{
|
|
@@ -65079,10 +65079,10 @@
|
|
|
65079
65079
|
"name": "SubscriptionDistributionClaimed",
|
|
65080
65080
|
"nodeType": "Identifier",
|
|
65081
65081
|
"overloadedDeclarations": [],
|
|
65082
|
-
"referencedDeclaration":
|
|
65082
|
+
"referencedDeclaration": 17448,
|
|
65083
65083
|
"src": "30859:31:37",
|
|
65084
65084
|
"typeDescriptions": {
|
|
65085
|
-
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
65085
|
+
"typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_uint32_$_t_uint256_$returns$__$",
|
|
65086
65086
|
"typeString": "function (contract ISuperfluidToken,address,address,uint32,uint256)"
|
|
65087
65087
|
}
|
|
65088
65088
|
},
|
|
@@ -65147,10 +65147,10 @@
|
|
|
65147
65147
|
"name": "SuperAppDefinitions",
|
|
65148
65148
|
"nodeType": "Identifier",
|
|
65149
65149
|
"overloadedDeclarations": [],
|
|
65150
|
-
"referencedDeclaration":
|
|
65150
|
+
"referencedDeclaration": 17622,
|
|
65151
65151
|
"src": "30984:19:37",
|
|
65152
65152
|
"typeDescriptions": {
|
|
65153
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
65153
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
|
|
65154
65154
|
"typeString": "type(library SuperAppDefinitions)"
|
|
65155
65155
|
}
|
|
65156
65156
|
},
|
|
@@ -65161,7 +65161,7 @@
|
|
|
65161
65161
|
"lValueRequested": false,
|
|
65162
65162
|
"memberName": "AFTER_AGREEMENT_UPDATED_NOOP",
|
|
65163
65163
|
"nodeType": "MemberAccess",
|
|
65164
|
-
"referencedDeclaration":
|
|
65164
|
+
"referencedDeclaration": 17548,
|
|
65165
65165
|
"src": "30984:48:37",
|
|
65166
65166
|
"typeDescriptions": {
|
|
65167
65167
|
"typeIdentifier": "t_uint256",
|
|
@@ -65270,7 +65270,7 @@
|
|
|
65270
65270
|
"referencedDeclaration": 5779,
|
|
65271
65271
|
"src": "31046:37:37",
|
|
65272
65272
|
"typeDescriptions": {
|
|
65273
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$5480_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
65273
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_CallbackInputs_$5480_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
65274
65274
|
"typeString": "function (struct AgreementLibrary.CallbackInputs memory,bytes memory,bytes memory) returns (struct ISuperfluid.Context memory,bytes memory)"
|
|
65275
65275
|
}
|
|
65276
65276
|
},
|
|
@@ -65285,7 +65285,7 @@
|
|
|
65285
65285
|
"src": "31046:68:37",
|
|
65286
65286
|
"tryCall": false,
|
|
65287
65287
|
"typeDescriptions": {
|
|
65288
|
-
"typeIdentifier": "t_tuple$_t_struct$_Context_$
|
|
65288
|
+
"typeIdentifier": "t_tuple$_t_struct$_Context_$18935_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
65289
65289
|
"typeString": "tuple(struct ISuperfluid.Context memory,bytes memory)"
|
|
65290
65290
|
}
|
|
65291
65291
|
},
|
|
@@ -65328,7 +65328,7 @@
|
|
|
65328
65328
|
"stateVariable": false,
|
|
65329
65329
|
"storageLocation": "default",
|
|
65330
65330
|
"typeDescriptions": {
|
|
65331
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
65331
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
65332
65332
|
"typeString": "contract ISuperfluidToken"
|
|
65333
65333
|
},
|
|
65334
65334
|
"typeName": {
|
|
@@ -65338,13 +65338,13 @@
|
|
|
65338
65338
|
"id": 12266,
|
|
65339
65339
|
"name": "ISuperfluidToken",
|
|
65340
65340
|
"nodeType": "IdentifierPath",
|
|
65341
|
-
"referencedDeclaration":
|
|
65341
|
+
"referencedDeclaration": 19399,
|
|
65342
65342
|
"src": "28998:16:37"
|
|
65343
65343
|
},
|
|
65344
|
-
"referencedDeclaration":
|
|
65344
|
+
"referencedDeclaration": 19399,
|
|
65345
65345
|
"src": "28998:16:37",
|
|
65346
65346
|
"typeDescriptions": {
|
|
65347
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
65347
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
65348
65348
|
"typeString": "contract ISuperfluidToken"
|
|
65349
65349
|
}
|
|
65350
65350
|
},
|
|
@@ -65795,7 +65795,7 @@
|
|
|
65795
65795
|
"referencedDeclaration": 12487,
|
|
65796
65796
|
"src": "31805:5:37",
|
|
65797
65797
|
"typeDescriptions": {
|
|
65798
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
65798
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
65799
65799
|
"typeString": "contract ISuperfluidToken"
|
|
65800
65800
|
}
|
|
65801
65801
|
},
|
|
@@ -65815,7 +65815,7 @@
|
|
|
65815
65815
|
"expression": {
|
|
65816
65816
|
"argumentTypes": [
|
|
65817
65817
|
{
|
|
65818
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
65818
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
65819
65819
|
"typeString": "contract ISuperfluidToken"
|
|
65820
65820
|
},
|
|
65821
65821
|
{
|
|
@@ -65830,7 +65830,7 @@
|
|
|
65830
65830
|
"referencedDeclaration": 12798,
|
|
65831
65831
|
"src": "31791:13:37",
|
|
65832
65832
|
"typeDescriptions": {
|
|
65833
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
65833
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes32_$returns$_t_bool_$_t_struct$_IndexData_$9887_memory_ptr_$",
|
|
65834
65834
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.IndexData memory)"
|
|
65835
65835
|
}
|
|
65836
65836
|
},
|
|
@@ -65994,7 +65994,7 @@
|
|
|
65994
65994
|
"referencedDeclaration": 12487,
|
|
65995
65995
|
"src": "31926:5:37",
|
|
65996
65996
|
"typeDescriptions": {
|
|
65997
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
65997
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
65998
65998
|
"typeString": "contract ISuperfluidToken"
|
|
65999
65999
|
}
|
|
66000
66000
|
},
|
|
@@ -66014,7 +66014,7 @@
|
|
|
66014
66014
|
"expression": {
|
|
66015
66015
|
"argumentTypes": [
|
|
66016
66016
|
{
|
|
66017
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
66017
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
66018
66018
|
"typeString": "contract ISuperfluidToken"
|
|
66019
66019
|
},
|
|
66020
66020
|
{
|
|
@@ -66029,7 +66029,7 @@
|
|
|
66029
66029
|
"referencedDeclaration": 13096,
|
|
66030
66030
|
"src": "31905:20:37",
|
|
66031
66031
|
"typeDescriptions": {
|
|
66032
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$
|
|
66032
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes32_$returns$_t_bool_$_t_struct$_SubscriptionData_$9898_memory_ptr_$",
|
|
66033
66033
|
"typeString": "function (contract ISuperfluidToken,bytes32) view returns (bool,struct InstantDistributionAgreementV1.SubscriptionData memory)"
|
|
66034
66034
|
}
|
|
66035
66035
|
},
|
|
@@ -66379,7 +66379,7 @@
|
|
|
66379
66379
|
"stateVariable": false,
|
|
66380
66380
|
"storageLocation": "default",
|
|
66381
66381
|
"typeDescriptions": {
|
|
66382
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
66382
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
66383
66383
|
"typeString": "contract ISuperfluidToken"
|
|
66384
66384
|
},
|
|
66385
66385
|
"typeName": {
|
|
@@ -66389,13 +66389,13 @@
|
|
|
66389
66389
|
"id": 12485,
|
|
66390
66390
|
"name": "ISuperfluidToken",
|
|
66391
66391
|
"nodeType": "IdentifierPath",
|
|
66392
|
-
"referencedDeclaration":
|
|
66392
|
+
"referencedDeclaration": 19399,
|
|
66393
66393
|
"src": "31262:16:37"
|
|
66394
66394
|
},
|
|
66395
|
-
"referencedDeclaration":
|
|
66395
|
+
"referencedDeclaration": 19399,
|
|
66396
66396
|
"src": "31262:16:37",
|
|
66397
66397
|
"typeDescriptions": {
|
|
66398
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
66398
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
66399
66399
|
"typeString": "contract ISuperfluidToken"
|
|
66400
66400
|
}
|
|
66401
66401
|
},
|
|
@@ -68174,7 +68174,7 @@
|
|
|
68174
68174
|
"referencedDeclaration": 12675,
|
|
68175
68175
|
"src": "33716:5:37",
|
|
68176
68176
|
"typeDescriptions": {
|
|
68177
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
68177
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
68178
68178
|
"typeString": "contract ISuperfluidToken"
|
|
68179
68179
|
}
|
|
68180
68180
|
},
|
|
@@ -68185,7 +68185,7 @@
|
|
|
68185
68185
|
"lValueRequested": false,
|
|
68186
68186
|
"memberName": "getAgreementData",
|
|
68187
68187
|
"nodeType": "MemberAccess",
|
|
68188
|
-
"referencedDeclaration":
|
|
68188
|
+
"referencedDeclaration": 19247,
|
|
68189
68189
|
"src": "33716:22:37",
|
|
68190
68190
|
"typeDescriptions": {
|
|
68191
68191
|
"typeIdentifier": "t_function_external_view$_t_address_$_t_bytes32_$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
@@ -68434,7 +68434,7 @@
|
|
|
68434
68434
|
"stateVariable": false,
|
|
68435
68435
|
"storageLocation": "default",
|
|
68436
68436
|
"typeDescriptions": {
|
|
68437
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
68437
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
68438
68438
|
"typeString": "contract ISuperfluidToken"
|
|
68439
68439
|
},
|
|
68440
68440
|
"typeName": {
|
|
@@ -68444,13 +68444,13 @@
|
|
|
68444
68444
|
"id": 12673,
|
|
68445
68445
|
"name": "ISuperfluidToken",
|
|
68446
68446
|
"nodeType": "IdentifierPath",
|
|
68447
|
-
"referencedDeclaration":
|
|
68447
|
+
"referencedDeclaration": 19399,
|
|
68448
68448
|
"src": "33577:16:37"
|
|
68449
68449
|
},
|
|
68450
|
-
"referencedDeclaration":
|
|
68450
|
+
"referencedDeclaration": 19399,
|
|
68451
68451
|
"src": "33577:16:37",
|
|
68452
68452
|
"typeDescriptions": {
|
|
68453
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
68453
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
68454
68454
|
"typeString": "contract ISuperfluidToken"
|
|
68455
68455
|
}
|
|
68456
68456
|
},
|
|
@@ -68685,7 +68685,7 @@
|
|
|
68685
68685
|
"referencedDeclaration": 12716,
|
|
68686
68686
|
"src": "34031:5:37",
|
|
68687
68687
|
"typeDescriptions": {
|
|
68688
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
68688
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
68689
68689
|
"typeString": "contract ISuperfluidToken"
|
|
68690
68690
|
}
|
|
68691
68691
|
},
|
|
@@ -68696,7 +68696,7 @@
|
|
|
68696
68696
|
"lValueRequested": false,
|
|
68697
68697
|
"memberName": "getAgreementData",
|
|
68698
68698
|
"nodeType": "MemberAccess",
|
|
68699
|
-
"referencedDeclaration":
|
|
68699
|
+
"referencedDeclaration": 19247,
|
|
68700
68700
|
"src": "34031:22:37",
|
|
68701
68701
|
"typeDescriptions": {
|
|
68702
68702
|
"typeIdentifier": "t_function_external_view$_t_address_$_t_bytes32_$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
@@ -69431,7 +69431,7 @@
|
|
|
69431
69431
|
"stateVariable": false,
|
|
69432
69432
|
"storageLocation": "default",
|
|
69433
69433
|
"typeDescriptions": {
|
|
69434
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
69434
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
69435
69435
|
"typeString": "contract ISuperfluidToken"
|
|
69436
69436
|
},
|
|
69437
69437
|
"typeName": {
|
|
@@ -69441,13 +69441,13 @@
|
|
|
69441
69441
|
"id": 12714,
|
|
69442
69442
|
"name": "ISuperfluidToken",
|
|
69443
69443
|
"nodeType": "IdentifierPath",
|
|
69444
|
-
"referencedDeclaration":
|
|
69444
|
+
"referencedDeclaration": 19399,
|
|
69445
69445
|
"src": "33868:16:37"
|
|
69446
69446
|
},
|
|
69447
|
-
"referencedDeclaration":
|
|
69447
|
+
"referencedDeclaration": 19399,
|
|
69448
69448
|
"src": "33868:16:37",
|
|
69449
69449
|
"typeDescriptions": {
|
|
69450
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
69450
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
69451
69451
|
"typeString": "contract ISuperfluidToken"
|
|
69452
69452
|
}
|
|
69453
69453
|
},
|
|
@@ -69732,7 +69732,7 @@
|
|
|
69732
69732
|
"referencedDeclaration": 12801,
|
|
69733
69733
|
"src": "34844:5:37",
|
|
69734
69734
|
"typeDescriptions": {
|
|
69735
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
69735
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
69736
69736
|
"typeString": "contract ISuperfluidToken"
|
|
69737
69737
|
}
|
|
69738
69738
|
},
|
|
@@ -69743,7 +69743,7 @@
|
|
|
69743
69743
|
"lValueRequested": false,
|
|
69744
69744
|
"memberName": "getAgreementStateSlot",
|
|
69745
69745
|
"nodeType": "MemberAccess",
|
|
69746
|
-
"referencedDeclaration":
|
|
69746
|
+
"referencedDeclaration": 19316,
|
|
69747
69747
|
"src": "34844:27:37",
|
|
69748
69748
|
"typeDescriptions": {
|
|
69749
69749
|
"typeIdentifier": "t_function_external_view$_t_address_$_t_address_$_t_uint256_$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
@@ -69884,7 +69884,7 @@
|
|
|
69884
69884
|
"stateVariable": false,
|
|
69885
69885
|
"storageLocation": "default",
|
|
69886
69886
|
"typeDescriptions": {
|
|
69887
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
69887
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
69888
69888
|
"typeString": "contract ISuperfluidToken"
|
|
69889
69889
|
},
|
|
69890
69890
|
"typeName": {
|
|
@@ -69894,13 +69894,13 @@
|
|
|
69894
69894
|
"id": 12799,
|
|
69895
69895
|
"name": "ISuperfluidToken",
|
|
69896
69896
|
"nodeType": "IdentifierPath",
|
|
69897
|
-
"referencedDeclaration":
|
|
69897
|
+
"referencedDeclaration": 19399,
|
|
69898
69898
|
"src": "34703:16:37"
|
|
69899
69899
|
},
|
|
69900
|
-
"referencedDeclaration":
|
|
69900
|
+
"referencedDeclaration": 19399,
|
|
69901
69901
|
"src": "34703:16:37",
|
|
69902
69902
|
"typeDescriptions": {
|
|
69903
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
69903
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
69904
69904
|
"typeString": "contract ISuperfluidToken"
|
|
69905
69905
|
}
|
|
69906
69906
|
},
|
|
@@ -70209,7 +70209,7 @@
|
|
|
70209
70209
|
"referencedDeclaration": 12835,
|
|
70210
70210
|
"src": "35235:5:37",
|
|
70211
70211
|
"typeDescriptions": {
|
|
70212
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
70212
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
70213
70213
|
"typeString": "contract ISuperfluidToken"
|
|
70214
70214
|
}
|
|
70215
70215
|
},
|
|
@@ -70220,7 +70220,7 @@
|
|
|
70220
70220
|
"lValueRequested": false,
|
|
70221
70221
|
"memberName": "getAgreementStateSlot",
|
|
70222
70222
|
"nodeType": "MemberAccess",
|
|
70223
|
-
"referencedDeclaration":
|
|
70223
|
+
"referencedDeclaration": 19316,
|
|
70224
70224
|
"src": "35235:27:37",
|
|
70225
70225
|
"typeDescriptions": {
|
|
70226
70226
|
"typeIdentifier": "t_function_external_view$_t_address_$_t_address_$_t_uint256_$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
@@ -70604,7 +70604,7 @@
|
|
|
70604
70604
|
"referencedDeclaration": 12835,
|
|
70605
70605
|
"src": "35457:5:37",
|
|
70606
70606
|
"typeDescriptions": {
|
|
70607
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
70607
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
70608
70608
|
"typeString": "contract ISuperfluidToken"
|
|
70609
70609
|
}
|
|
70610
70610
|
},
|
|
@@ -70615,7 +70615,7 @@
|
|
|
70615
70615
|
"lValueRequested": false,
|
|
70616
70616
|
"memberName": "updateAgreementStateSlot",
|
|
70617
70617
|
"nodeType": "MemberAccess",
|
|
70618
|
-
"referencedDeclaration":
|
|
70618
|
+
"referencedDeclaration": 19292,
|
|
70619
70619
|
"src": "35457:30:37",
|
|
70620
70620
|
"typeDescriptions": {
|
|
70621
70621
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$__$",
|
|
@@ -70666,7 +70666,7 @@
|
|
|
70666
70666
|
"stateVariable": false,
|
|
70667
70667
|
"storageLocation": "default",
|
|
70668
70668
|
"typeDescriptions": {
|
|
70669
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
70669
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
70670
70670
|
"typeString": "contract ISuperfluidToken"
|
|
70671
70671
|
},
|
|
70672
70672
|
"typeName": {
|
|
@@ -70676,13 +70676,13 @@
|
|
|
70676
70676
|
"id": 12833,
|
|
70677
70677
|
"name": "ISuperfluidToken",
|
|
70678
70678
|
"nodeType": "IdentifierPath",
|
|
70679
|
-
"referencedDeclaration":
|
|
70679
|
+
"referencedDeclaration": 19399,
|
|
70680
70680
|
"src": "35071:16:37"
|
|
70681
70681
|
},
|
|
70682
|
-
"referencedDeclaration":
|
|
70682
|
+
"referencedDeclaration": 19399,
|
|
70683
70683
|
"src": "35071:16:37",
|
|
70684
70684
|
"typeDescriptions": {
|
|
70685
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
70685
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
70686
70686
|
"typeString": "contract ISuperfluidToken"
|
|
70687
70687
|
}
|
|
70688
70688
|
},
|
|
@@ -71986,7 +71986,7 @@
|
|
|
71986
71986
|
"referencedDeclaration": 12973,
|
|
71987
71987
|
"src": "36548:5:37",
|
|
71988
71988
|
"typeDescriptions": {
|
|
71989
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
71989
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
71990
71990
|
"typeString": "contract ISuperfluidToken"
|
|
71991
71991
|
}
|
|
71992
71992
|
},
|
|
@@ -71997,7 +71997,7 @@
|
|
|
71997
71997
|
"lValueRequested": false,
|
|
71998
71998
|
"memberName": "getAgreementData",
|
|
71999
71999
|
"nodeType": "MemberAccess",
|
|
72000
|
-
"referencedDeclaration":
|
|
72000
|
+
"referencedDeclaration": 19247,
|
|
72001
72001
|
"src": "36548:22:37",
|
|
72002
72002
|
"typeDescriptions": {
|
|
72003
72003
|
"typeIdentifier": "t_function_external_view$_t_address_$_t_bytes32_$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
@@ -73290,7 +73290,7 @@
|
|
|
73290
73290
|
"stateVariable": false,
|
|
73291
73291
|
"storageLocation": "default",
|
|
73292
73292
|
"typeDescriptions": {
|
|
73293
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73293
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
73294
73294
|
"typeString": "contract ISuperfluidToken"
|
|
73295
73295
|
},
|
|
73296
73296
|
"typeName": {
|
|
@@ -73300,13 +73300,13 @@
|
|
|
73300
73300
|
"id": 12971,
|
|
73301
73301
|
"name": "ISuperfluidToken",
|
|
73302
73302
|
"nodeType": "IdentifierPath",
|
|
73303
|
-
"referencedDeclaration":
|
|
73303
|
+
"referencedDeclaration": 19399,
|
|
73304
73304
|
"src": "36378:16:37"
|
|
73305
73305
|
},
|
|
73306
|
-
"referencedDeclaration":
|
|
73306
|
+
"referencedDeclaration": 19399,
|
|
73307
73307
|
"src": "36378:16:37",
|
|
73308
73308
|
"typeDescriptions": {
|
|
73309
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73309
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
73310
73310
|
"typeString": "contract ISuperfluidToken"
|
|
73311
73311
|
}
|
|
73312
73312
|
},
|
|
@@ -73433,7 +73433,7 @@
|
|
|
73433
73433
|
"referencedDeclaration": 13099,
|
|
73434
73434
|
"src": "38016:5:37",
|
|
73435
73435
|
"typeDescriptions": {
|
|
73436
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73436
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
73437
73437
|
"typeString": "contract ISuperfluidToken"
|
|
73438
73438
|
}
|
|
73439
73439
|
},
|
|
@@ -73489,7 +73489,7 @@
|
|
|
73489
73489
|
"expression": {
|
|
73490
73490
|
"argumentTypes": [
|
|
73491
73491
|
{
|
|
73492
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73492
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
73493
73493
|
"typeString": "contract ISuperfluidToken"
|
|
73494
73494
|
},
|
|
73495
73495
|
{
|
|
@@ -73514,10 +73514,10 @@
|
|
|
73514
73514
|
"name": "SlotsBitmapLibrary",
|
|
73515
73515
|
"nodeType": "Identifier",
|
|
73516
73516
|
"overloadedDeclarations": [],
|
|
73517
|
-
"referencedDeclaration":
|
|
73517
|
+
"referencedDeclaration": 20648,
|
|
73518
73518
|
"src": "37963:18:37",
|
|
73519
73519
|
"typeDescriptions": {
|
|
73520
|
-
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$
|
|
73520
|
+
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$20648_$",
|
|
73521
73521
|
"typeString": "type(library SlotsBitmapLibrary)"
|
|
73522
73522
|
}
|
|
73523
73523
|
},
|
|
@@ -73528,10 +73528,10 @@
|
|
|
73528
73528
|
"lValueRequested": false,
|
|
73529
73529
|
"memberName": "findEmptySlotAndFill",
|
|
73530
73530
|
"nodeType": "MemberAccess",
|
|
73531
|
-
"referencedDeclaration":
|
|
73531
|
+
"referencedDeclaration": 20469,
|
|
73532
73532
|
"src": "37963:39:37",
|
|
73533
73533
|
"typeDescriptions": {
|
|
73534
|
-
"typeIdentifier": "t_function_delegatecall_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
73534
|
+
"typeIdentifier": "t_function_delegatecall_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint256_$_t_uint256_$_t_bytes32_$returns$_t_uint32_$",
|
|
73535
73535
|
"typeString": "function (contract ISuperfluidToken,address,uint256,uint256,bytes32) returns (uint32)"
|
|
73536
73536
|
}
|
|
73537
73537
|
},
|
|
@@ -73580,7 +73580,7 @@
|
|
|
73580
73580
|
"stateVariable": false,
|
|
73581
73581
|
"storageLocation": "default",
|
|
73582
73582
|
"typeDescriptions": {
|
|
73583
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73583
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
73584
73584
|
"typeString": "contract ISuperfluidToken"
|
|
73585
73585
|
},
|
|
73586
73586
|
"typeName": {
|
|
@@ -73590,13 +73590,13 @@
|
|
|
73590
73590
|
"id": 13097,
|
|
73591
73591
|
"name": "ISuperfluidToken",
|
|
73592
73592
|
"nodeType": "IdentifierPath",
|
|
73593
|
-
"referencedDeclaration":
|
|
73593
|
+
"referencedDeclaration": 19399,
|
|
73594
73594
|
"src": "37817:16:37"
|
|
73595
73595
|
},
|
|
73596
|
-
"referencedDeclaration":
|
|
73596
|
+
"referencedDeclaration": 19399,
|
|
73597
73597
|
"src": "37817:16:37",
|
|
73598
73598
|
"typeDescriptions": {
|
|
73599
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73599
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
73600
73600
|
"typeString": "contract ISuperfluidToken"
|
|
73601
73601
|
}
|
|
73602
73602
|
},
|
|
@@ -73717,7 +73717,7 @@
|
|
|
73717
73717
|
"referencedDeclaration": 13121,
|
|
73718
73718
|
"src": "38367:5:37",
|
|
73719
73719
|
"typeDescriptions": {
|
|
73720
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73720
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
73721
73721
|
"typeString": "contract ISuperfluidToken"
|
|
73722
73722
|
}
|
|
73723
73723
|
},
|
|
@@ -73761,7 +73761,7 @@
|
|
|
73761
73761
|
"expression": {
|
|
73762
73762
|
"argumentTypes": [
|
|
73763
73763
|
{
|
|
73764
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73764
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
73765
73765
|
"typeString": "contract ISuperfluidToken"
|
|
73766
73766
|
},
|
|
73767
73767
|
{
|
|
@@ -73782,10 +73782,10 @@
|
|
|
73782
73782
|
"name": "SlotsBitmapLibrary",
|
|
73783
73783
|
"nodeType": "Identifier",
|
|
73784
73784
|
"overloadedDeclarations": [],
|
|
73785
|
-
"referencedDeclaration":
|
|
73785
|
+
"referencedDeclaration": 20648,
|
|
73786
73786
|
"src": "38325:18:37",
|
|
73787
73787
|
"typeDescriptions": {
|
|
73788
|
-
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$
|
|
73788
|
+
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$20648_$",
|
|
73789
73789
|
"typeString": "type(library SlotsBitmapLibrary)"
|
|
73790
73790
|
}
|
|
73791
73791
|
},
|
|
@@ -73796,10 +73796,10 @@
|
|
|
73796
73796
|
"lValueRequested": false,
|
|
73797
73797
|
"memberName": "clearSlot",
|
|
73798
73798
|
"nodeType": "MemberAccess",
|
|
73799
|
-
"referencedDeclaration":
|
|
73799
|
+
"referencedDeclaration": 20537,
|
|
73800
73800
|
"src": "38325:28:37",
|
|
73801
73801
|
"typeDescriptions": {
|
|
73802
|
-
"typeIdentifier": "t_function_delegatecall_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
73802
|
+
"typeIdentifier": "t_function_delegatecall_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint256_$_t_uint32_$returns$__$",
|
|
73803
73803
|
"typeString": "function (contract ISuperfluidToken,address,uint256,uint32)"
|
|
73804
73804
|
}
|
|
73805
73805
|
},
|
|
@@ -73847,7 +73847,7 @@
|
|
|
73847
73847
|
"stateVariable": false,
|
|
73848
73848
|
"storageLocation": "default",
|
|
73849
73849
|
"typeDescriptions": {
|
|
73850
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73850
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
73851
73851
|
"typeString": "contract ISuperfluidToken"
|
|
73852
73852
|
},
|
|
73853
73853
|
"typeName": {
|
|
@@ -73857,13 +73857,13 @@
|
|
|
73857
73857
|
"id": 13119,
|
|
73858
73858
|
"name": "ISuperfluidToken",
|
|
73859
73859
|
"nodeType": "IdentifierPath",
|
|
73860
|
-
"referencedDeclaration":
|
|
73860
|
+
"referencedDeclaration": 19399,
|
|
73861
73861
|
"src": "38216:16:37"
|
|
73862
73862
|
},
|
|
73863
|
-
"referencedDeclaration":
|
|
73863
|
+
"referencedDeclaration": 19399,
|
|
73864
73864
|
"src": "38216:16:37",
|
|
73865
73865
|
"typeDescriptions": {
|
|
73866
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
73866
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
73867
73867
|
"typeString": "contract ISuperfluidToken"
|
|
73868
73868
|
}
|
|
73869
73869
|
},
|
|
@@ -74004,7 +74004,7 @@
|
|
|
74004
74004
|
"referencedDeclaration": 13141,
|
|
74005
74005
|
"src": "38764:5:37",
|
|
74006
74006
|
"typeDescriptions": {
|
|
74007
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
74007
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
74008
74008
|
"typeString": "contract ISuperfluidToken"
|
|
74009
74009
|
}
|
|
74010
74010
|
},
|
|
@@ -74048,7 +74048,7 @@
|
|
|
74048
74048
|
"expression": {
|
|
74049
74049
|
"argumentTypes": [
|
|
74050
74050
|
{
|
|
74051
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
74051
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
74052
74052
|
"typeString": "contract ISuperfluidToken"
|
|
74053
74053
|
},
|
|
74054
74054
|
{
|
|
@@ -74069,10 +74069,10 @@
|
|
|
74069
74069
|
"name": "SlotsBitmapLibrary",
|
|
74070
74070
|
"nodeType": "Identifier",
|
|
74071
74071
|
"overloadedDeclarations": [],
|
|
74072
|
-
"referencedDeclaration":
|
|
74072
|
+
"referencedDeclaration": 20648,
|
|
74073
74073
|
"src": "38723:18:37",
|
|
74074
74074
|
"typeDescriptions": {
|
|
74075
|
-
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$
|
|
74075
|
+
"typeIdentifier": "t_type$_t_contract$_SlotsBitmapLibrary_$20648_$",
|
|
74076
74076
|
"typeString": "type(library SlotsBitmapLibrary)"
|
|
74077
74077
|
}
|
|
74078
74078
|
},
|
|
@@ -74083,10 +74083,10 @@
|
|
|
74083
74083
|
"lValueRequested": false,
|
|
74084
74084
|
"memberName": "listData",
|
|
74085
74085
|
"nodeType": "MemberAccess",
|
|
74086
|
-
"referencedDeclaration":
|
|
74086
|
+
"referencedDeclaration": 20647,
|
|
74087
74087
|
"src": "38723:27:37",
|
|
74088
74088
|
"typeDescriptions": {
|
|
74089
|
-
"typeIdentifier": "t_function_delegatecall_view$_t_contract$_ISuperfluidToken_$
|
|
74089
|
+
"typeIdentifier": "t_function_delegatecall_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint256_$_t_uint256_$returns$_t_array$_t_uint32_$dyn_memory_ptr_$_t_array$_t_bytes32_$dyn_memory_ptr_$",
|
|
74090
74090
|
"typeString": "function (contract ISuperfluidToken,address,uint256,uint256) view returns (uint32[] memory,bytes32[] memory)"
|
|
74091
74091
|
}
|
|
74092
74092
|
},
|
|
@@ -74438,7 +74438,7 @@
|
|
|
74438
74438
|
"stateVariable": false,
|
|
74439
74439
|
"storageLocation": "default",
|
|
74440
74440
|
"typeDescriptions": {
|
|
74441
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
74441
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
74442
74442
|
"typeString": "contract ISuperfluidToken"
|
|
74443
74443
|
},
|
|
74444
74444
|
"typeName": {
|
|
@@ -74448,13 +74448,13 @@
|
|
|
74448
74448
|
"id": 13139,
|
|
74449
74449
|
"name": "ISuperfluidToken",
|
|
74450
74450
|
"nodeType": "IdentifierPath",
|
|
74451
|
-
"referencedDeclaration":
|
|
74451
|
+
"referencedDeclaration": 19399,
|
|
74452
74452
|
"src": "38518:16:37"
|
|
74453
74453
|
},
|
|
74454
|
-
"referencedDeclaration":
|
|
74454
|
+
"referencedDeclaration": 19399,
|
|
74455
74455
|
"src": "38518:16:37",
|
|
74456
74456
|
"typeDescriptions": {
|
|
74457
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
74457
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
74458
74458
|
"typeString": "contract ISuperfluidToken"
|
|
74459
74459
|
}
|
|
74460
74460
|
},
|
|
@@ -74590,7 +74590,7 @@
|
|
|
74590
74590
|
},
|
|
74591
74591
|
"networks": {},
|
|
74592
74592
|
"schemaVersion": "3.4.7",
|
|
74593
|
-
"updatedAt": "2022-05-
|
|
74593
|
+
"updatedAt": "2022-05-06T12:43:05.362Z",
|
|
74594
74594
|
"devdoc": {
|
|
74595
74595
|
"author": "Superfluid",
|
|
74596
74596
|
"details": "Please read IInstantDistributionAgreementV1 for implementation notes.For more technical notes, please visit protocol-monorepo wiki area.",
|