@superfluid-finance/ethereum-contracts 1.3.2-dev.b9b1fe8.0 → 1.3.2-dev.bf84335.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 +9 -9
- package/build/contracts/AgreementLibrary.json +4 -4
- package/build/contracts/BaseRelayRecipient.json +1 -1
- package/build/contracts/BatchLiquidator.json +1046 -1046
- package/build/contracts/BatchOperation.json +530 -530
- package/build/contracts/CFAv1Library.json +4 -4
- package/build/contracts/CallUtils.json +1 -1
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1575 -1575
- package/build/contracts/ConstantFlowAgreementV1.json +6639 -6639
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +530 -530
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +2 -2
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +79 -79
- package/build/contracts/ERC1820RegistryCompiled.json +1 -1
- package/build/contracts/ERC20.json +1008 -1008
- package/build/contracts/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1816 -1816
- package/build/contracts/ERC20WithTokenInfo.json +1 -1
- package/build/contracts/ERC777Helper.json +1 -1
- package/build/contracts/ERC777RecipientDrainingGas.json +354 -354
- package/build/contracts/ERC777RecipientReverting.json +377 -377
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +1 -1
- package/build/contracts/ExclusiveInflowTestApp.json +1603 -1603
- package/build/contracts/FixedSizeData.json +1 -1
- package/build/contracts/FlowExchangeTestApp.json +1713 -1713
- package/build/contracts/FlowOperatorDefinitions.json +530 -530
- package/build/contracts/FullUpgradableSuperTokenProxy.json +306 -306
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +1 -1
- package/build/contracts/IDAv1Library.json +4 -4
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Metadata.json +1 -1
- package/build/contracts/IERC20Permit.json +1 -1
- package/build/contracts/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IInstantDistributionAgreementV1.json +1 -1
- package/build/contracts/IMaticBridgedNativeSuperToken.json +2 -2
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +2 -2
- package/build/contracts/IMultiSigWallet.json +1 -1
- package/build/contracts/IPureSuperToken.json +2 -2
- package/build/contracts/IPureSuperTokenCustom.json +2 -2
- package/build/contracts/IRelayRecipient.json +1 -1
- package/build/contracts/IResolver.json +1 -1
- package/build/contracts/ISETH.json +2 -2
- package/build/contracts/ISETHCustom.json +2 -2
- package/build/contracts/ISuperAgreement.json +1 -1
- package/build/contracts/ISuperApp.json +2 -2
- package/build/contracts/ISuperToken.json +2 -2
- package/build/contracts/ISuperTokenFactory.json +2 -2
- package/build/contracts/ISuperfluid.json +369 -369
- package/build/contracts/ISuperfluidGovernance.json +2 -2
- package/build/contracts/ISuperfluidToken.json +1 -1
- package/build/contracts/ITOGAv1.json +2144 -2144
- package/build/contracts/ITOGAv2.json +2144 -2144
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +5430 -5430
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +971 -971
- package/build/contracts/NonClosableOutflowTestApp.json +1478 -1478
- 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 +694 -694
- package/build/contracts/Resolver.json +1058 -1058
- package/build/contracts/SETHProxy.json +661 -661
- 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 +1575 -1575
- package/build/contracts/SlotsBitmapLibrary.json +973 -973
- package/build/contracts/StreamRedirector.json +16865 -0
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +2 -2
- package/build/contracts/SuperAppDefinitions.json +530 -530
- package/build/contracts/SuperToken.json +9089 -9089
- package/build/contracts/SuperTokenFactory.json +2116 -2116
- package/build/contracts/SuperTokenFactoryBase.json +1012 -1012
- package/build/contracts/SuperTokenFactoryHelper.json +1118 -1118
- package/build/contracts/SuperUpgrader.json +2495 -2495
- package/build/contracts/Superfluid.json +13443 -13590
- package/build/contracts/SuperfluidFrameworkDeployer.json +2423 -2423
- package/build/contracts/SuperfluidGovernanceBase.json +21 -21
- package/build/contracts/SuperfluidGovernanceConfigs.json +530 -530
- package/build/contracts/SuperfluidGovernanceII.json +2080 -2080
- package/build/contracts/SuperfluidGovernanceIIProxy.json +227 -227
- package/build/contracts/SuperfluidLoader.json +752 -752
- package/build/contracts/SuperfluidToken.json +2293 -2293
- package/build/contracts/TOGA.json +4121 -4121
- package/build/contracts/TestGovernance.json +2402 -2402
- package/build/contracts/TestToken.json +1254 -1254
- package/build/contracts/TokenCustodian.json +903 -903
- package/build/contracts/TokenInfo.json +1 -1
- package/build/contracts/UUPSProxiable.json +247 -247
- package/build/contracts/UUPSProxy.json +257 -257
- package/build/contracts/UUPSUtils.json +85 -85
- package/build/contracts-sizes.txt +1 -1
- package/contracts/agreements/ConstantFlowAgreementV1.sol +1 -1
- package/contracts/interfaces/superfluid/Definitions.sol +6 -6
- package/contracts/interfaces/superfluid/ISuperfluid.sol +4 -4
- package/contracts/mocks/AgreementMock.sol +2 -2
- package/contracts/mocks/StreamRedirector.sol +179 -0
- package/contracts/mocks/SuperAppMocks.sol +3 -4
- package/contracts/mocks/SuperfluidMock.sol +2 -2
- package/contracts/superfluid/Superfluid.sol +20 -15
- package/package.json +3 -3
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"contractName": "BatchOperation",
|
|
3
3
|
"abi": [],
|
|
4
|
-
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"OPERATION_TYPE_ERC20_APPROVE\":{\"details\":\"ERC20.approve batch operation type Call spec: ISuperToken(target).operationApprove( abi.decode(data, (address spender, uint256 amount)) )\"},\"OPERATION_TYPE_ERC20_TRANSFER_FROM\":{\"details\":\"ERC20.transferFrom batch operation type Call spec: ISuperToken(target).operationTransferFrom( abi.decode(data, (address sender, address recipient, uint256 amount) )\"},\"OPERATION_TYPE_SUPERFLUID_CALL_AGREEMENT\":{\"details\":\"Superfluid.callAgreement batch operation type Call spec: callAgreement( ISuperAgreement(target)), abi.decode(data, (bytes calldata, bytes userdata) )\"},\"OPERATION_TYPE_SUPERFLUID_CALL_APP_ACTION\":{\"details\":\"Superfluid.callAppAction batch operation type Call spec: callAppAction( ISuperApp(target)), data )\"},\"OPERATION_TYPE_SUPERTOKEN_DOWNGRADE\":{\"details\":\"SuperToken.downgrade batch operation type Call spec: ISuperToken(target).operationDowngrade( abi.decode(data, (uint256 amount) )\"},\"OPERATION_TYPE_SUPERTOKEN_UPGRADE\":{\"details\":\"SuperToken.upgrade batch operation type Call spec: ISuperToken(target).operationUpgrade( abi.decode(data, (uint256 amount) )\"}},\"title\":\"Batch operation library\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/interfaces/superfluid/Definitions.sol\":\"BatchOperation\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"
|
|
5
|
-
"bytecode": "
|
|
6
|
-
"deployedBytecode": "
|
|
4
|
+
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"OPERATION_TYPE_ERC20_APPROVE\":{\"details\":\"ERC20.approve batch operation type Call spec: ISuperToken(target).operationApprove( abi.decode(data, (address spender, uint256 amount)) )\"},\"OPERATION_TYPE_ERC20_TRANSFER_FROM\":{\"details\":\"ERC20.transferFrom batch operation type Call spec: ISuperToken(target).operationTransferFrom( abi.decode(data, (address sender, address recipient, uint256 amount) )\"},\"OPERATION_TYPE_SUPERFLUID_CALL_AGREEMENT\":{\"details\":\"Superfluid.callAgreement batch operation type Call spec: callAgreement( ISuperAgreement(target)), abi.decode(data, (bytes calldata, bytes userdata) )\"},\"OPERATION_TYPE_SUPERFLUID_CALL_APP_ACTION\":{\"details\":\"Superfluid.callAppAction batch operation type Call spec: callAppAction( ISuperApp(target)), data )\"},\"OPERATION_TYPE_SUPERTOKEN_DOWNGRADE\":{\"details\":\"SuperToken.downgrade batch operation type Call spec: ISuperToken(target).operationDowngrade( abi.decode(data, (uint256 amount) )\"},\"OPERATION_TYPE_SUPERTOKEN_UPGRADE\":{\"details\":\"SuperToken.upgrade batch operation type Call spec: ISuperToken(target).operationUpgrade( abi.decode(data, (uint256 amount) )\"}},\"title\":\"Batch operation library\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/interfaces/superfluid/Definitions.sol\":\"BatchOperation\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]}},\"version\":1}",
|
|
5
|
+
"bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122068aab8f65e88ad2b35c49baaf4ecc14ba0c5e71792aa21745241ea034f2a532f64736f6c634300080e0033",
|
|
6
|
+
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122068aab8f65e88ad2b35c49baaf4ecc14ba0c5e71792aa21745241ea034f2a532f64736f6c634300080e0033",
|
|
7
7
|
"immutableReferences": {},
|
|
8
8
|
"generatedSources": [],
|
|
9
9
|
"deployedGeneratedSources": [],
|
|
10
|
-
"sourceMap": "
|
|
11
|
-
"deployedSourceMap": "
|
|
12
|
-
"source": "// SPDX-License-Identifier: AGPLv3\npragma solidity >= 0.8.0;\n\n/**\n * @title Super app definitions library\n * @author Superfluid\n */\nlibrary SuperAppDefinitions {\n\n /**************************************************************************\n / App manifest config word\n /**************************************************************************/\n\n /*\n * App level is a way to allow the app to whitelist what other app it can\n * interact with (aka. composite app feature).\n *\n * For more details, refer to the technical paper of superfluid protocol.\n */\n uint256 constant internal APP_LEVEL_MASK = 0xFF;\n\n // The app is at the final level, hence it doesn't want to interact with any other app\n uint256 constant internal APP_LEVEL_FINAL = 1 << 0;\n\n // The app is at the second level, it may interact with other final level apps if whitelisted\n uint256 constant internal APP_LEVEL_SECOND = 1 << 1;\n\n function
|
|
10
|
+
"sourceMap": "5648:1701:43:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;5648:1701:43;;;;;;;;;;;;;;;;;",
|
|
11
|
+
"deployedSourceMap": "5648:1701:43:-:0;;;;;;;;",
|
|
12
|
+
"source": "// SPDX-License-Identifier: AGPLv3\npragma solidity >= 0.8.0;\n\n/**\n * @title Super app definitions library\n * @author Superfluid\n */\nlibrary SuperAppDefinitions {\n\n /**************************************************************************\n / App manifest config word\n /**************************************************************************/\n\n /*\n * App level is a way to allow the app to whitelist what other app it can\n * interact with (aka. composite app feature).\n *\n * For more details, refer to the technical paper of superfluid protocol.\n */\n uint256 constant internal APP_LEVEL_MASK = 0xFF;\n\n // The app is at the final level, hence it doesn't want to interact with any other app\n uint256 constant internal APP_LEVEL_FINAL = 1 << 0;\n\n // The app is at the second level, it may interact with other final level apps if whitelisted\n uint256 constant internal APP_LEVEL_SECOND = 1 << 1;\n\n function getAppCallbackLevel(uint256 configWord) internal pure returns (uint8) {\n return uint8(configWord & APP_LEVEL_MASK);\n }\n\n uint256 constant internal APP_JAIL_BIT = 1 << 15;\n function isAppJailed(uint256 configWord) internal pure returns (bool) {\n return (configWord & SuperAppDefinitions.APP_JAIL_BIT) > 0;\n }\n\n /**************************************************************************\n / Callback implementation bit masks\n /**************************************************************************/\n uint256 constant internal AGREEMENT_CALLBACK_NOOP_BITMASKS = 0xFF << 32;\n uint256 constant internal BEFORE_AGREEMENT_CREATED_NOOP = 1 << (32 + 0);\n uint256 constant internal AFTER_AGREEMENT_CREATED_NOOP = 1 << (32 + 1);\n uint256 constant internal BEFORE_AGREEMENT_UPDATED_NOOP = 1 << (32 + 2);\n uint256 constant internal AFTER_AGREEMENT_UPDATED_NOOP = 1 << (32 + 3);\n uint256 constant internal BEFORE_AGREEMENT_TERMINATED_NOOP = 1 << (32 + 4);\n uint256 constant internal AFTER_AGREEMENT_TERMINATED_NOOP = 1 << (32 + 5);\n\n /**************************************************************************\n / App Jail Reasons\n /**************************************************************************/\n\n uint256 constant internal APP_RULE_REGISTRATION_ONLY_IN_CONSTRUCTOR = 1;\n uint256 constant internal APP_RULE_NO_REGISTRATION_FOR_EOA = 2;\n uint256 constant internal APP_RULE_NO_REVERT_ON_TERMINATION_CALLBACK = 10;\n uint256 constant internal APP_RULE_NO_CRITICAL_SENDER_ACCOUNT = 11;\n uint256 constant internal APP_RULE_NO_CRITICAL_RECEIVER_ACCOUNT = 12;\n uint256 constant internal APP_RULE_CTX_IS_READONLY = 20;\n uint256 constant internal APP_RULE_CTX_IS_NOT_CLEAN = 21;\n uint256 constant internal APP_RULE_CTX_IS_MALFORMATED = 22;\n uint256 constant internal APP_RULE_COMPOSITE_APP_IS_NOT_WHITELISTED = 30;\n uint256 constant internal APP_RULE_COMPOSITE_APP_IS_JAILED = 31;\n uint256 constant internal APP_RULE_MAX_APP_LEVEL_REACHED = 40;\n\n // Validate configWord cleaness for future compatibility, or else may introduce undefined future behavior\n function isConfigWordClean(uint256 configWord) internal pure returns (bool) {\n return (configWord & ~(APP_LEVEL_MASK | APP_JAIL_BIT | AGREEMENT_CALLBACK_NOOP_BITMASKS)) == uint256(0);\n }\n}\n\n/**\n * @title Context definitions library\n * @author Superfluid\n */\nlibrary ContextDefinitions {\n\n /**************************************************************************\n / Call info\n /**************************************************************************/\n\n // app level\n uint256 constant internal CALL_INFO_APP_LEVEL_MASK = 0xFF;\n\n // call type\n uint256 constant internal CALL_INFO_CALL_TYPE_SHIFT = 32;\n uint256 constant internal CALL_INFO_CALL_TYPE_MASK = 0xF << CALL_INFO_CALL_TYPE_SHIFT;\n uint8 constant internal CALL_INFO_CALL_TYPE_AGREEMENT = 1;\n uint8 constant internal CALL_INFO_CALL_TYPE_APP_ACTION = 2;\n uint8 constant internal CALL_INFO_CALL_TYPE_APP_CALLBACK = 3;\n\n function decodeCallInfo(uint256 callInfo)\n internal pure\n returns (uint8 appCallbackLevel, uint8 callType)\n {\n appCallbackLevel = uint8(callInfo & CALL_INFO_APP_LEVEL_MASK);\n callType = uint8((callInfo & CALL_INFO_CALL_TYPE_MASK) >> CALL_INFO_CALL_TYPE_SHIFT);\n }\n\n function encodeCallInfo(uint8 appCallbackLevel, uint8 callType)\n internal pure\n returns (uint256 callInfo)\n {\n return uint256(appCallbackLevel) | (uint256(callType) << CALL_INFO_CALL_TYPE_SHIFT);\n }\n\n}\n\n/**\n * @title Flow Operator definitions library\n * @author Superfluid\n */\n library FlowOperatorDefinitions {\n uint8 constant internal AUTHORIZE_FLOW_OPERATOR_CREATE = uint8(1) << 0;\n uint8 constant internal AUTHORIZE_FLOW_OPERATOR_UPDATE = uint8(1) << 1;\n uint8 constant internal AUTHORIZE_FLOW_OPERATOR_DELETE = uint8(1) << 2;\n uint8 constant internal AUTHORIZE_FULL_CONTROL =\n AUTHORIZE_FLOW_OPERATOR_CREATE | AUTHORIZE_FLOW_OPERATOR_UPDATE | AUTHORIZE_FLOW_OPERATOR_DELETE;\n uint8 constant internal REVOKE_FLOW_OPERATOR_CREATE = ~(uint8(1) << 0);\n uint8 constant internal REVOKE_FLOW_OPERATOR_UPDATE = ~(uint8(1) << 1);\n uint8 constant internal REVOKE_FLOW_OPERATOR_DELETE = ~(uint8(1) << 2);\n\n function isPermissionsClean(uint8 permissions) internal pure returns (bool) {\n return (\n permissions & ~(AUTHORIZE_FLOW_OPERATOR_CREATE\n | AUTHORIZE_FLOW_OPERATOR_UPDATE\n | AUTHORIZE_FLOW_OPERATOR_DELETE)\n ) == uint8(0);\n }\n }\n\n/**\n * @title Batch operation library\n * @author Superfluid\n */\nlibrary BatchOperation {\n /**\n * @dev ERC20.approve batch operation type\n *\n * Call spec:\n * ISuperToken(target).operationApprove(\n * abi.decode(data, (address spender, uint256 amount))\n * )\n */\n uint32 constant internal OPERATION_TYPE_ERC20_APPROVE = 1;\n /**\n * @dev ERC20.transferFrom batch operation type\n *\n * Call spec:\n * ISuperToken(target).operationTransferFrom(\n * abi.decode(data, (address sender, address recipient, uint256 amount)\n * )\n */\n uint32 constant internal OPERATION_TYPE_ERC20_TRANSFER_FROM = 2;\n /**\n * @dev SuperToken.upgrade batch operation type\n *\n * Call spec:\n * ISuperToken(target).operationUpgrade(\n * abi.decode(data, (uint256 amount)\n * )\n */\n uint32 constant internal OPERATION_TYPE_SUPERTOKEN_UPGRADE = 1 + 100;\n /**\n * @dev SuperToken.downgrade batch operation type\n *\n * Call spec:\n * ISuperToken(target).operationDowngrade(\n * abi.decode(data, (uint256 amount)\n * )\n */\n uint32 constant internal OPERATION_TYPE_SUPERTOKEN_DOWNGRADE = 2 + 100;\n /**\n * @dev Superfluid.callAgreement batch operation type\n *\n * Call spec:\n * callAgreement(\n * ISuperAgreement(target)),\n * abi.decode(data, (bytes calldata, bytes userdata)\n * )\n */\n uint32 constant internal OPERATION_TYPE_SUPERFLUID_CALL_AGREEMENT = 1 + 200;\n /**\n * @dev Superfluid.callAppAction batch operation type\n *\n * Call spec:\n * callAppAction(\n * ISuperApp(target)),\n * data\n * )\n */\n uint32 constant internal OPERATION_TYPE_SUPERFLUID_CALL_APP_ACTION = 2 + 200;\n}\n\n/**\n * @title Superfluid governance configs library\n * @author Superfluid\n */\nlibrary SuperfluidGovernanceConfigs {\n\n bytes32 constant internal SUPERFLUID_REWARD_ADDRESS_CONFIG_KEY =\n keccak256(\"org.superfluid-finance.superfluid.rewardAddress\");\n bytes32 constant internal CFAV1_PPP_CONFIG_KEY =\n keccak256(\"org.superfluid-finance.agreements.ConstantFlowAgreement.v1.PPPConfiguration\");\n bytes32 constant internal SUPERTOKEN_MINIMUM_DEPOSIT_KEY =\n keccak256(\"org.superfluid-finance.superfluid.superTokenMinimumDeposit\");\n\n function getTrustedForwarderConfigKey(address forwarder) internal pure returns (bytes32) {\n return keccak256(abi.encode(\n \"org.superfluid-finance.superfluid.trustedForwarder\",\n forwarder));\n }\n\n function getAppRegistrationConfigKey(address deployer, string memory registrationKey) internal pure returns (bytes32) {\n return keccak256(abi.encode(\n \"org.superfluid-finance.superfluid.appWhiteListing.registrationKey\",\n deployer,\n registrationKey));\n }\n\n function getAppFactoryConfigKey(address factory) internal pure returns (bytes32) {\n return keccak256(abi.encode(\n \"org.superfluid-finance.superfluid.appWhiteListing.factory\",\n factory));\n }\n\n function decodePPPConfig(uint256 pppConfig) internal pure returns (uint256 liquidationPeriod, uint256 patricianPeriod) {\n liquidationPeriod = (pppConfig >> 32) & type(uint32).max;\n patricianPeriod = pppConfig & type(uint32).max;\n }\n}\n",
|
|
13
13
|
"sourcePath": "/home/runner/work/protocol-monorepo/protocol-monorepo/packages/ethereum-contracts/contracts/interfaces/superfluid/Definitions.sol",
|
|
14
14
|
"ast": {
|
|
15
15
|
"absolutePath": "project:/contracts/interfaces/superfluid/Definitions.sol",
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
"body": {
|
|
268
268
|
"id": 18532,
|
|
269
269
|
"nodeType": "Block",
|
|
270
|
-
"src": "
|
|
270
|
+
"src": "1026:58:43",
|
|
271
271
|
"statements": [
|
|
272
272
|
{
|
|
273
273
|
"expression": {
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
"nodeType": "Identifier",
|
|
289
289
|
"overloadedDeclarations": [],
|
|
290
290
|
"referencedDeclaration": 18520,
|
|
291
|
-
"src": "
|
|
291
|
+
"src": "1049:10:43",
|
|
292
292
|
"typeDescriptions": {
|
|
293
293
|
"typeIdentifier": "t_uint256",
|
|
294
294
|
"typeString": "uint256"
|
|
@@ -302,13 +302,13 @@
|
|
|
302
302
|
"nodeType": "Identifier",
|
|
303
303
|
"overloadedDeclarations": [],
|
|
304
304
|
"referencedDeclaration": 18508,
|
|
305
|
-
"src": "
|
|
305
|
+
"src": "1062:14:43",
|
|
306
306
|
"typeDescriptions": {
|
|
307
307
|
"typeIdentifier": "t_uint256",
|
|
308
308
|
"typeString": "uint256"
|
|
309
309
|
}
|
|
310
310
|
},
|
|
311
|
-
"src": "
|
|
311
|
+
"src": "1049:27:43",
|
|
312
312
|
"typeDescriptions": {
|
|
313
313
|
"typeIdentifier": "t_uint256",
|
|
314
314
|
"typeString": "uint256"
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"isPure": true,
|
|
329
329
|
"lValueRequested": false,
|
|
330
330
|
"nodeType": "ElementaryTypeNameExpression",
|
|
331
|
-
"src": "
|
|
331
|
+
"src": "1043:5:43",
|
|
332
332
|
"typeDescriptions": {
|
|
333
333
|
"typeIdentifier": "t_type$_t_uint8_$",
|
|
334
334
|
"typeString": "type(uint8)"
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
"id": 18525,
|
|
338
338
|
"name": "uint8",
|
|
339
339
|
"nodeType": "ElementaryTypeName",
|
|
340
|
-
"src": "
|
|
340
|
+
"src": "1043:5:43",
|
|
341
341
|
"typeDescriptions": {}
|
|
342
342
|
}
|
|
343
343
|
},
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"lValueRequested": false,
|
|
350
350
|
"names": [],
|
|
351
351
|
"nodeType": "FunctionCall",
|
|
352
|
-
"src": "
|
|
352
|
+
"src": "1043:34:43",
|
|
353
353
|
"tryCall": false,
|
|
354
354
|
"typeDescriptions": {
|
|
355
355
|
"typeIdentifier": "t_uint8",
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
"functionReturnParameters": 18524,
|
|
360
360
|
"id": 18531,
|
|
361
361
|
"nodeType": "Return",
|
|
362
|
-
"src": "
|
|
362
|
+
"src": "1036:41:43"
|
|
363
363
|
}
|
|
364
364
|
]
|
|
365
365
|
},
|
|
@@ -367,8 +367,8 @@
|
|
|
367
367
|
"implemented": true,
|
|
368
368
|
"kind": "function",
|
|
369
369
|
"modifiers": [],
|
|
370
|
-
"name": "
|
|
371
|
-
"nameLocation": "956:
|
|
370
|
+
"name": "getAppCallbackLevel",
|
|
371
|
+
"nameLocation": "956:19:43",
|
|
372
372
|
"nodeType": "FunctionDefinition",
|
|
373
373
|
"parameters": {
|
|
374
374
|
"id": 18521,
|
|
@@ -379,10 +379,10 @@
|
|
|
379
379
|
"id": 18520,
|
|
380
380
|
"mutability": "mutable",
|
|
381
381
|
"name": "configWord",
|
|
382
|
-
"nameLocation": "
|
|
382
|
+
"nameLocation": "984:10:43",
|
|
383
383
|
"nodeType": "VariableDeclaration",
|
|
384
384
|
"scope": 18533,
|
|
385
|
-
"src": "
|
|
385
|
+
"src": "976:18:43",
|
|
386
386
|
"stateVariable": false,
|
|
387
387
|
"storageLocation": "default",
|
|
388
388
|
"typeDescriptions": {
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
"id": 18519,
|
|
394
394
|
"name": "uint256",
|
|
395
395
|
"nodeType": "ElementaryTypeName",
|
|
396
|
-
"src": "
|
|
396
|
+
"src": "976:7:43",
|
|
397
397
|
"typeDescriptions": {
|
|
398
398
|
"typeIdentifier": "t_uint256",
|
|
399
399
|
"typeString": "uint256"
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
"visibility": "internal"
|
|
403
403
|
}
|
|
404
404
|
],
|
|
405
|
-
"src": "
|
|
405
|
+
"src": "975:20:43"
|
|
406
406
|
},
|
|
407
407
|
"returnParameters": {
|
|
408
408
|
"id": 18524,
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
"nameLocation": "-1:-1:-1",
|
|
417
417
|
"nodeType": "VariableDeclaration",
|
|
418
418
|
"scope": 18533,
|
|
419
|
-
"src": "
|
|
419
|
+
"src": "1019:5:43",
|
|
420
420
|
"stateVariable": false,
|
|
421
421
|
"storageLocation": "default",
|
|
422
422
|
"typeDescriptions": {
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
"id": 18522,
|
|
428
428
|
"name": "uint8",
|
|
429
429
|
"nodeType": "ElementaryTypeName",
|
|
430
|
-
"src": "
|
|
430
|
+
"src": "1019:5:43",
|
|
431
431
|
"typeDescriptions": {
|
|
432
432
|
"typeIdentifier": "t_uint8",
|
|
433
433
|
"typeString": "uint8"
|
|
@@ -436,10 +436,10 @@
|
|
|
436
436
|
"visibility": "internal"
|
|
437
437
|
}
|
|
438
438
|
],
|
|
439
|
-
"src": "
|
|
439
|
+
"src": "1018:7:43"
|
|
440
440
|
},
|
|
441
441
|
"scope": 18665,
|
|
442
|
-
"src": "947:
|
|
442
|
+
"src": "947:137:43",
|
|
443
443
|
"stateMutability": "pure",
|
|
444
444
|
"virtual": false,
|
|
445
445
|
"visibility": "internal"
|
|
@@ -449,10 +449,10 @@
|
|
|
449
449
|
"id": 18538,
|
|
450
450
|
"mutability": "constant",
|
|
451
451
|
"name": "APP_JAIL_BIT",
|
|
452
|
-
"nameLocation": "
|
|
452
|
+
"nameLocation": "1116:12:43",
|
|
453
453
|
"nodeType": "VariableDeclaration",
|
|
454
454
|
"scope": 18665,
|
|
455
|
-
"src": "
|
|
455
|
+
"src": "1090:48:43",
|
|
456
456
|
"stateVariable": true,
|
|
457
457
|
"storageLocation": "default",
|
|
458
458
|
"typeDescriptions": {
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
"id": 18534,
|
|
464
464
|
"name": "uint256",
|
|
465
465
|
"nodeType": "ElementaryTypeName",
|
|
466
|
-
"src": "
|
|
466
|
+
"src": "1090:7:43",
|
|
467
467
|
"typeDescriptions": {
|
|
468
468
|
"typeIdentifier": "t_uint256",
|
|
469
469
|
"typeString": "uint256"
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
"kind": "number",
|
|
489
489
|
"lValueRequested": false,
|
|
490
490
|
"nodeType": "Literal",
|
|
491
|
-
"src": "
|
|
491
|
+
"src": "1131:1:43",
|
|
492
492
|
"typeDescriptions": {
|
|
493
493
|
"typeIdentifier": "t_rational_1_by_1",
|
|
494
494
|
"typeString": "int_const 1"
|
|
@@ -506,14 +506,14 @@
|
|
|
506
506
|
"kind": "number",
|
|
507
507
|
"lValueRequested": false,
|
|
508
508
|
"nodeType": "Literal",
|
|
509
|
-
"src": "
|
|
509
|
+
"src": "1136:2:43",
|
|
510
510
|
"typeDescriptions": {
|
|
511
511
|
"typeIdentifier": "t_rational_15_by_1",
|
|
512
512
|
"typeString": "int_const 15"
|
|
513
513
|
},
|
|
514
514
|
"value": "15"
|
|
515
515
|
},
|
|
516
|
-
"src": "
|
|
516
|
+
"src": "1131:7:43",
|
|
517
517
|
"typeDescriptions": {
|
|
518
518
|
"typeIdentifier": "t_rational_32768_by_1",
|
|
519
519
|
"typeString": "int_const 32768"
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
"body": {
|
|
526
526
|
"id": 18553,
|
|
527
527
|
"nodeType": "Block",
|
|
528
|
-
"src": "
|
|
528
|
+
"src": "1214:75:43",
|
|
529
529
|
"statements": [
|
|
530
530
|
{
|
|
531
531
|
"expression": {
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"nodeType": "Identifier",
|
|
557
557
|
"overloadedDeclarations": [],
|
|
558
558
|
"referencedDeclaration": 18540,
|
|
559
|
-
"src": "
|
|
559
|
+
"src": "1232:10:43",
|
|
560
560
|
"typeDescriptions": {
|
|
561
561
|
"typeIdentifier": "t_uint256",
|
|
562
562
|
"typeString": "uint256"
|
|
@@ -571,7 +571,7 @@
|
|
|
571
571
|
"nodeType": "Identifier",
|
|
572
572
|
"overloadedDeclarations": [],
|
|
573
573
|
"referencedDeclaration": 18665,
|
|
574
|
-
"src": "
|
|
574
|
+
"src": "1245:19:43",
|
|
575
575
|
"typeDescriptions": {
|
|
576
576
|
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18665_$",
|
|
577
577
|
"typeString": "type(library SuperAppDefinitions)"
|
|
@@ -585,13 +585,13 @@
|
|
|
585
585
|
"memberName": "APP_JAIL_BIT",
|
|
586
586
|
"nodeType": "MemberAccess",
|
|
587
587
|
"referencedDeclaration": 18538,
|
|
588
|
-
"src": "
|
|
588
|
+
"src": "1245:32:43",
|
|
589
589
|
"typeDescriptions": {
|
|
590
590
|
"typeIdentifier": "t_uint256",
|
|
591
591
|
"typeString": "uint256"
|
|
592
592
|
}
|
|
593
593
|
},
|
|
594
|
-
"src": "
|
|
594
|
+
"src": "1232:45:43",
|
|
595
595
|
"typeDescriptions": {
|
|
596
596
|
"typeIdentifier": "t_uint256",
|
|
597
597
|
"typeString": "uint256"
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
"isPure": false,
|
|
606
606
|
"lValueRequested": false,
|
|
607
607
|
"nodeType": "TupleExpression",
|
|
608
|
-
"src": "
|
|
608
|
+
"src": "1231:47:43",
|
|
609
609
|
"typeDescriptions": {
|
|
610
610
|
"typeIdentifier": "t_uint256",
|
|
611
611
|
"typeString": "uint256"
|
|
@@ -622,14 +622,14 @@
|
|
|
622
622
|
"kind": "number",
|
|
623
623
|
"lValueRequested": false,
|
|
624
624
|
"nodeType": "Literal",
|
|
625
|
-
"src": "
|
|
625
|
+
"src": "1281:1:43",
|
|
626
626
|
"typeDescriptions": {
|
|
627
627
|
"typeIdentifier": "t_rational_0_by_1",
|
|
628
628
|
"typeString": "int_const 0"
|
|
629
629
|
},
|
|
630
630
|
"value": "0"
|
|
631
631
|
},
|
|
632
|
-
"src": "
|
|
632
|
+
"src": "1231:51:43",
|
|
633
633
|
"typeDescriptions": {
|
|
634
634
|
"typeIdentifier": "t_bool",
|
|
635
635
|
"typeString": "bool"
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
"functionReturnParameters": 18544,
|
|
639
639
|
"id": 18552,
|
|
640
640
|
"nodeType": "Return",
|
|
641
|
-
"src": "
|
|
641
|
+
"src": "1224:58:43"
|
|
642
642
|
}
|
|
643
643
|
]
|
|
644
644
|
},
|
|
@@ -647,7 +647,7 @@
|
|
|
647
647
|
"kind": "function",
|
|
648
648
|
"modifiers": [],
|
|
649
649
|
"name": "isAppJailed",
|
|
650
|
-
"nameLocation": "
|
|
650
|
+
"nameLocation": "1153:11:43",
|
|
651
651
|
"nodeType": "FunctionDefinition",
|
|
652
652
|
"parameters": {
|
|
653
653
|
"id": 18541,
|
|
@@ -658,10 +658,10 @@
|
|
|
658
658
|
"id": 18540,
|
|
659
659
|
"mutability": "mutable",
|
|
660
660
|
"name": "configWord",
|
|
661
|
-
"nameLocation": "
|
|
661
|
+
"nameLocation": "1173:10:43",
|
|
662
662
|
"nodeType": "VariableDeclaration",
|
|
663
663
|
"scope": 18554,
|
|
664
|
-
"src": "
|
|
664
|
+
"src": "1165:18:43",
|
|
665
665
|
"stateVariable": false,
|
|
666
666
|
"storageLocation": "default",
|
|
667
667
|
"typeDescriptions": {
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
"id": 18539,
|
|
673
673
|
"name": "uint256",
|
|
674
674
|
"nodeType": "ElementaryTypeName",
|
|
675
|
-
"src": "
|
|
675
|
+
"src": "1165:7:43",
|
|
676
676
|
"typeDescriptions": {
|
|
677
677
|
"typeIdentifier": "t_uint256",
|
|
678
678
|
"typeString": "uint256"
|
|
@@ -681,7 +681,7 @@
|
|
|
681
681
|
"visibility": "internal"
|
|
682
682
|
}
|
|
683
683
|
],
|
|
684
|
-
"src": "
|
|
684
|
+
"src": "1164:20:43"
|
|
685
685
|
},
|
|
686
686
|
"returnParameters": {
|
|
687
687
|
"id": 18544,
|
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
"nameLocation": "-1:-1:-1",
|
|
696
696
|
"nodeType": "VariableDeclaration",
|
|
697
697
|
"scope": 18554,
|
|
698
|
-
"src": "
|
|
698
|
+
"src": "1208:4:43",
|
|
699
699
|
"stateVariable": false,
|
|
700
700
|
"storageLocation": "default",
|
|
701
701
|
"typeDescriptions": {
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
"id": 18542,
|
|
707
707
|
"name": "bool",
|
|
708
708
|
"nodeType": "ElementaryTypeName",
|
|
709
|
-
"src": "
|
|
709
|
+
"src": "1208:4:43",
|
|
710
710
|
"typeDescriptions": {
|
|
711
711
|
"typeIdentifier": "t_bool",
|
|
712
712
|
"typeString": "bool"
|
|
@@ -715,10 +715,10 @@
|
|
|
715
715
|
"visibility": "internal"
|
|
716
716
|
}
|
|
717
717
|
],
|
|
718
|
-
"src": "
|
|
718
|
+
"src": "1207:6:43"
|
|
719
719
|
},
|
|
720
720
|
"scope": 18665,
|
|
721
|
-
"src": "
|
|
721
|
+
"src": "1144:145:43",
|
|
722
722
|
"stateMutability": "pure",
|
|
723
723
|
"virtual": false,
|
|
724
724
|
"visibility": "internal"
|
|
@@ -728,10 +728,10 @@
|
|
|
728
728
|
"id": 18559,
|
|
729
729
|
"mutability": "constant",
|
|
730
730
|
"name": "AGREEMENT_CALLBACK_NOOP_BITMASKS",
|
|
731
|
-
"nameLocation": "
|
|
731
|
+
"nameLocation": "1522:32:43",
|
|
732
732
|
"nodeType": "VariableDeclaration",
|
|
733
733
|
"scope": 18665,
|
|
734
|
-
"src": "
|
|
734
|
+
"src": "1496:71:43",
|
|
735
735
|
"stateVariable": true,
|
|
736
736
|
"storageLocation": "default",
|
|
737
737
|
"typeDescriptions": {
|
|
@@ -742,7 +742,7 @@
|
|
|
742
742
|
"id": 18555,
|
|
743
743
|
"name": "uint256",
|
|
744
744
|
"nodeType": "ElementaryTypeName",
|
|
745
|
-
"src": "
|
|
745
|
+
"src": "1496:7:43",
|
|
746
746
|
"typeDescriptions": {
|
|
747
747
|
"typeIdentifier": "t_uint256",
|
|
748
748
|
"typeString": "uint256"
|
|
@@ -767,7 +767,7 @@
|
|
|
767
767
|
"kind": "number",
|
|
768
768
|
"lValueRequested": false,
|
|
769
769
|
"nodeType": "Literal",
|
|
770
|
-
"src": "
|
|
770
|
+
"src": "1557:4:43",
|
|
771
771
|
"typeDescriptions": {
|
|
772
772
|
"typeIdentifier": "t_rational_255_by_1",
|
|
773
773
|
"typeString": "int_const 255"
|
|
@@ -785,14 +785,14 @@
|
|
|
785
785
|
"kind": "number",
|
|
786
786
|
"lValueRequested": false,
|
|
787
787
|
"nodeType": "Literal",
|
|
788
|
-
"src": "
|
|
788
|
+
"src": "1565:2:43",
|
|
789
789
|
"typeDescriptions": {
|
|
790
790
|
"typeIdentifier": "t_rational_32_by_1",
|
|
791
791
|
"typeString": "int_const 32"
|
|
792
792
|
},
|
|
793
793
|
"value": "32"
|
|
794
794
|
},
|
|
795
|
-
"src": "
|
|
795
|
+
"src": "1557:10:43",
|
|
796
796
|
"typeDescriptions": {
|
|
797
797
|
"typeIdentifier": "t_rational_1095216660480_by_1",
|
|
798
798
|
"typeString": "int_const 1095216660480"
|
|
@@ -805,10 +805,10 @@
|
|
|
805
805
|
"id": 18567,
|
|
806
806
|
"mutability": "constant",
|
|
807
807
|
"name": "BEFORE_AGREEMENT_CREATED_NOOP",
|
|
808
|
-
"nameLocation": "
|
|
808
|
+
"nameLocation": "1599:29:43",
|
|
809
809
|
"nodeType": "VariableDeclaration",
|
|
810
810
|
"scope": 18665,
|
|
811
|
-
"src": "
|
|
811
|
+
"src": "1573:71:43",
|
|
812
812
|
"stateVariable": true,
|
|
813
813
|
"storageLocation": "default",
|
|
814
814
|
"typeDescriptions": {
|
|
@@ -819,7 +819,7 @@
|
|
|
819
819
|
"id": 18560,
|
|
820
820
|
"name": "uint256",
|
|
821
821
|
"nodeType": "ElementaryTypeName",
|
|
822
|
-
"src": "
|
|
822
|
+
"src": "1573:7:43",
|
|
823
823
|
"typeDescriptions": {
|
|
824
824
|
"typeIdentifier": "t_uint256",
|
|
825
825
|
"typeString": "uint256"
|
|
@@ -844,7 +844,7 @@
|
|
|
844
844
|
"kind": "number",
|
|
845
845
|
"lValueRequested": false,
|
|
846
846
|
"nodeType": "Literal",
|
|
847
|
-
"src": "
|
|
847
|
+
"src": "1631:1:43",
|
|
848
848
|
"typeDescriptions": {
|
|
849
849
|
"typeIdentifier": "t_rational_1_by_1",
|
|
850
850
|
"typeString": "int_const 1"
|
|
@@ -874,7 +874,7 @@
|
|
|
874
874
|
"kind": "number",
|
|
875
875
|
"lValueRequested": false,
|
|
876
876
|
"nodeType": "Literal",
|
|
877
|
-
"src": "
|
|
877
|
+
"src": "1637:2:43",
|
|
878
878
|
"typeDescriptions": {
|
|
879
879
|
"typeIdentifier": "t_rational_32_by_1",
|
|
880
880
|
"typeString": "int_const 32"
|
|
@@ -892,14 +892,14 @@
|
|
|
892
892
|
"kind": "number",
|
|
893
893
|
"lValueRequested": false,
|
|
894
894
|
"nodeType": "Literal",
|
|
895
|
-
"src": "
|
|
895
|
+
"src": "1642:1:43",
|
|
896
896
|
"typeDescriptions": {
|
|
897
897
|
"typeIdentifier": "t_rational_0_by_1",
|
|
898
898
|
"typeString": "int_const 0"
|
|
899
899
|
},
|
|
900
900
|
"value": "0"
|
|
901
901
|
},
|
|
902
|
-
"src": "
|
|
902
|
+
"src": "1637:6:43",
|
|
903
903
|
"typeDescriptions": {
|
|
904
904
|
"typeIdentifier": "t_rational_32_by_1",
|
|
905
905
|
"typeString": "int_const 32"
|
|
@@ -913,13 +913,13 @@
|
|
|
913
913
|
"isPure": true,
|
|
914
914
|
"lValueRequested": false,
|
|
915
915
|
"nodeType": "TupleExpression",
|
|
916
|
-
"src": "
|
|
916
|
+
"src": "1636:8:43",
|
|
917
917
|
"typeDescriptions": {
|
|
918
918
|
"typeIdentifier": "t_rational_32_by_1",
|
|
919
919
|
"typeString": "int_const 32"
|
|
920
920
|
}
|
|
921
921
|
},
|
|
922
|
-
"src": "
|
|
922
|
+
"src": "1631:13:43",
|
|
923
923
|
"typeDescriptions": {
|
|
924
924
|
"typeIdentifier": "t_rational_4294967296_by_1",
|
|
925
925
|
"typeString": "int_const 4294967296"
|
|
@@ -932,10 +932,10 @@
|
|
|
932
932
|
"id": 18575,
|
|
933
933
|
"mutability": "constant",
|
|
934
934
|
"name": "AFTER_AGREEMENT_CREATED_NOOP",
|
|
935
|
-
"nameLocation": "
|
|
935
|
+
"nameLocation": "1676:28:43",
|
|
936
936
|
"nodeType": "VariableDeclaration",
|
|
937
937
|
"scope": 18665,
|
|
938
|
-
"src": "
|
|
938
|
+
"src": "1650:70:43",
|
|
939
939
|
"stateVariable": true,
|
|
940
940
|
"storageLocation": "default",
|
|
941
941
|
"typeDescriptions": {
|
|
@@ -946,7 +946,7 @@
|
|
|
946
946
|
"id": 18568,
|
|
947
947
|
"name": "uint256",
|
|
948
948
|
"nodeType": "ElementaryTypeName",
|
|
949
|
-
"src": "
|
|
949
|
+
"src": "1650:7:43",
|
|
950
950
|
"typeDescriptions": {
|
|
951
951
|
"typeIdentifier": "t_uint256",
|
|
952
952
|
"typeString": "uint256"
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
"kind": "number",
|
|
972
972
|
"lValueRequested": false,
|
|
973
973
|
"nodeType": "Literal",
|
|
974
|
-
"src": "
|
|
974
|
+
"src": "1707:1:43",
|
|
975
975
|
"typeDescriptions": {
|
|
976
976
|
"typeIdentifier": "t_rational_1_by_1",
|
|
977
977
|
"typeString": "int_const 1"
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
"kind": "number",
|
|
1002
1002
|
"lValueRequested": false,
|
|
1003
1003
|
"nodeType": "Literal",
|
|
1004
|
-
"src": "
|
|
1004
|
+
"src": "1713:2:43",
|
|
1005
1005
|
"typeDescriptions": {
|
|
1006
1006
|
"typeIdentifier": "t_rational_32_by_1",
|
|
1007
1007
|
"typeString": "int_const 32"
|
|
@@ -1019,14 +1019,14 @@
|
|
|
1019
1019
|
"kind": "number",
|
|
1020
1020
|
"lValueRequested": false,
|
|
1021
1021
|
"nodeType": "Literal",
|
|
1022
|
-
"src": "
|
|
1022
|
+
"src": "1718:1:43",
|
|
1023
1023
|
"typeDescriptions": {
|
|
1024
1024
|
"typeIdentifier": "t_rational_1_by_1",
|
|
1025
1025
|
"typeString": "int_const 1"
|
|
1026
1026
|
},
|
|
1027
1027
|
"value": "1"
|
|
1028
1028
|
},
|
|
1029
|
-
"src": "
|
|
1029
|
+
"src": "1713:6:43",
|
|
1030
1030
|
"typeDescriptions": {
|
|
1031
1031
|
"typeIdentifier": "t_rational_33_by_1",
|
|
1032
1032
|
"typeString": "int_const 33"
|
|
@@ -1040,13 +1040,13 @@
|
|
|
1040
1040
|
"isPure": true,
|
|
1041
1041
|
"lValueRequested": false,
|
|
1042
1042
|
"nodeType": "TupleExpression",
|
|
1043
|
-
"src": "
|
|
1043
|
+
"src": "1712:8:43",
|
|
1044
1044
|
"typeDescriptions": {
|
|
1045
1045
|
"typeIdentifier": "t_rational_33_by_1",
|
|
1046
1046
|
"typeString": "int_const 33"
|
|
1047
1047
|
}
|
|
1048
1048
|
},
|
|
1049
|
-
"src": "
|
|
1049
|
+
"src": "1707:13:43",
|
|
1050
1050
|
"typeDescriptions": {
|
|
1051
1051
|
"typeIdentifier": "t_rational_8589934592_by_1",
|
|
1052
1052
|
"typeString": "int_const 8589934592"
|
|
@@ -1059,10 +1059,10 @@
|
|
|
1059
1059
|
"id": 18583,
|
|
1060
1060
|
"mutability": "constant",
|
|
1061
1061
|
"name": "BEFORE_AGREEMENT_UPDATED_NOOP",
|
|
1062
|
-
"nameLocation": "
|
|
1062
|
+
"nameLocation": "1752:29:43",
|
|
1063
1063
|
"nodeType": "VariableDeclaration",
|
|
1064
1064
|
"scope": 18665,
|
|
1065
|
-
"src": "
|
|
1065
|
+
"src": "1726:71:43",
|
|
1066
1066
|
"stateVariable": true,
|
|
1067
1067
|
"storageLocation": "default",
|
|
1068
1068
|
"typeDescriptions": {
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
"id": 18576,
|
|
1074
1074
|
"name": "uint256",
|
|
1075
1075
|
"nodeType": "ElementaryTypeName",
|
|
1076
|
-
"src": "
|
|
1076
|
+
"src": "1726:7:43",
|
|
1077
1077
|
"typeDescriptions": {
|
|
1078
1078
|
"typeIdentifier": "t_uint256",
|
|
1079
1079
|
"typeString": "uint256"
|
|
@@ -1098,7 +1098,7 @@
|
|
|
1098
1098
|
"kind": "number",
|
|
1099
1099
|
"lValueRequested": false,
|
|
1100
1100
|
"nodeType": "Literal",
|
|
1101
|
-
"src": "
|
|
1101
|
+
"src": "1784:1:43",
|
|
1102
1102
|
"typeDescriptions": {
|
|
1103
1103
|
"typeIdentifier": "t_rational_1_by_1",
|
|
1104
1104
|
"typeString": "int_const 1"
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
"kind": "number",
|
|
1129
1129
|
"lValueRequested": false,
|
|
1130
1130
|
"nodeType": "Literal",
|
|
1131
|
-
"src": "
|
|
1131
|
+
"src": "1790:2:43",
|
|
1132
1132
|
"typeDescriptions": {
|
|
1133
1133
|
"typeIdentifier": "t_rational_32_by_1",
|
|
1134
1134
|
"typeString": "int_const 32"
|
|
@@ -1146,14 +1146,14 @@
|
|
|
1146
1146
|
"kind": "number",
|
|
1147
1147
|
"lValueRequested": false,
|
|
1148
1148
|
"nodeType": "Literal",
|
|
1149
|
-
"src": "
|
|
1149
|
+
"src": "1795:1:43",
|
|
1150
1150
|
"typeDescriptions": {
|
|
1151
1151
|
"typeIdentifier": "t_rational_2_by_1",
|
|
1152
1152
|
"typeString": "int_const 2"
|
|
1153
1153
|
},
|
|
1154
1154
|
"value": "2"
|
|
1155
1155
|
},
|
|
1156
|
-
"src": "
|
|
1156
|
+
"src": "1790:6:43",
|
|
1157
1157
|
"typeDescriptions": {
|
|
1158
1158
|
"typeIdentifier": "t_rational_34_by_1",
|
|
1159
1159
|
"typeString": "int_const 34"
|
|
@@ -1167,13 +1167,13 @@
|
|
|
1167
1167
|
"isPure": true,
|
|
1168
1168
|
"lValueRequested": false,
|
|
1169
1169
|
"nodeType": "TupleExpression",
|
|
1170
|
-
"src": "
|
|
1170
|
+
"src": "1789:8:43",
|
|
1171
1171
|
"typeDescriptions": {
|
|
1172
1172
|
"typeIdentifier": "t_rational_34_by_1",
|
|
1173
1173
|
"typeString": "int_const 34"
|
|
1174
1174
|
}
|
|
1175
1175
|
},
|
|
1176
|
-
"src": "
|
|
1176
|
+
"src": "1784:13:43",
|
|
1177
1177
|
"typeDescriptions": {
|
|
1178
1178
|
"typeIdentifier": "t_rational_17179869184_by_1",
|
|
1179
1179
|
"typeString": "int_const 17179869184"
|
|
@@ -1186,10 +1186,10 @@
|
|
|
1186
1186
|
"id": 18591,
|
|
1187
1187
|
"mutability": "constant",
|
|
1188
1188
|
"name": "AFTER_AGREEMENT_UPDATED_NOOP",
|
|
1189
|
-
"nameLocation": "
|
|
1189
|
+
"nameLocation": "1829:28:43",
|
|
1190
1190
|
"nodeType": "VariableDeclaration",
|
|
1191
1191
|
"scope": 18665,
|
|
1192
|
-
"src": "
|
|
1192
|
+
"src": "1803:70:43",
|
|
1193
1193
|
"stateVariable": true,
|
|
1194
1194
|
"storageLocation": "default",
|
|
1195
1195
|
"typeDescriptions": {
|
|
@@ -1200,7 +1200,7 @@
|
|
|
1200
1200
|
"id": 18584,
|
|
1201
1201
|
"name": "uint256",
|
|
1202
1202
|
"nodeType": "ElementaryTypeName",
|
|
1203
|
-
"src": "
|
|
1203
|
+
"src": "1803:7:43",
|
|
1204
1204
|
"typeDescriptions": {
|
|
1205
1205
|
"typeIdentifier": "t_uint256",
|
|
1206
1206
|
"typeString": "uint256"
|
|
@@ -1225,7 +1225,7 @@
|
|
|
1225
1225
|
"kind": "number",
|
|
1226
1226
|
"lValueRequested": false,
|
|
1227
1227
|
"nodeType": "Literal",
|
|
1228
|
-
"src": "
|
|
1228
|
+
"src": "1860:1:43",
|
|
1229
1229
|
"typeDescriptions": {
|
|
1230
1230
|
"typeIdentifier": "t_rational_1_by_1",
|
|
1231
1231
|
"typeString": "int_const 1"
|
|
@@ -1255,7 +1255,7 @@
|
|
|
1255
1255
|
"kind": "number",
|
|
1256
1256
|
"lValueRequested": false,
|
|
1257
1257
|
"nodeType": "Literal",
|
|
1258
|
-
"src": "
|
|
1258
|
+
"src": "1866:2:43",
|
|
1259
1259
|
"typeDescriptions": {
|
|
1260
1260
|
"typeIdentifier": "t_rational_32_by_1",
|
|
1261
1261
|
"typeString": "int_const 32"
|
|
@@ -1273,14 +1273,14 @@
|
|
|
1273
1273
|
"kind": "number",
|
|
1274
1274
|
"lValueRequested": false,
|
|
1275
1275
|
"nodeType": "Literal",
|
|
1276
|
-
"src": "
|
|
1276
|
+
"src": "1871:1:43",
|
|
1277
1277
|
"typeDescriptions": {
|
|
1278
1278
|
"typeIdentifier": "t_rational_3_by_1",
|
|
1279
1279
|
"typeString": "int_const 3"
|
|
1280
1280
|
},
|
|
1281
1281
|
"value": "3"
|
|
1282
1282
|
},
|
|
1283
|
-
"src": "
|
|
1283
|
+
"src": "1866:6:43",
|
|
1284
1284
|
"typeDescriptions": {
|
|
1285
1285
|
"typeIdentifier": "t_rational_35_by_1",
|
|
1286
1286
|
"typeString": "int_const 35"
|
|
@@ -1294,13 +1294,13 @@
|
|
|
1294
1294
|
"isPure": true,
|
|
1295
1295
|
"lValueRequested": false,
|
|
1296
1296
|
"nodeType": "TupleExpression",
|
|
1297
|
-
"src": "
|
|
1297
|
+
"src": "1865:8:43",
|
|
1298
1298
|
"typeDescriptions": {
|
|
1299
1299
|
"typeIdentifier": "t_rational_35_by_1",
|
|
1300
1300
|
"typeString": "int_const 35"
|
|
1301
1301
|
}
|
|
1302
1302
|
},
|
|
1303
|
-
"src": "
|
|
1303
|
+
"src": "1860:13:43",
|
|
1304
1304
|
"typeDescriptions": {
|
|
1305
1305
|
"typeIdentifier": "t_rational_34359738368_by_1",
|
|
1306
1306
|
"typeString": "int_const 34359738368"
|
|
@@ -1313,10 +1313,10 @@
|
|
|
1313
1313
|
"id": 18599,
|
|
1314
1314
|
"mutability": "constant",
|
|
1315
1315
|
"name": "BEFORE_AGREEMENT_TERMINATED_NOOP",
|
|
1316
|
-
"nameLocation": "
|
|
1316
|
+
"nameLocation": "1905:32:43",
|
|
1317
1317
|
"nodeType": "VariableDeclaration",
|
|
1318
1318
|
"scope": 18665,
|
|
1319
|
-
"src": "
|
|
1319
|
+
"src": "1879:74:43",
|
|
1320
1320
|
"stateVariable": true,
|
|
1321
1321
|
"storageLocation": "default",
|
|
1322
1322
|
"typeDescriptions": {
|
|
@@ -1327,7 +1327,7 @@
|
|
|
1327
1327
|
"id": 18592,
|
|
1328
1328
|
"name": "uint256",
|
|
1329
1329
|
"nodeType": "ElementaryTypeName",
|
|
1330
|
-
"src": "
|
|
1330
|
+
"src": "1879:7:43",
|
|
1331
1331
|
"typeDescriptions": {
|
|
1332
1332
|
"typeIdentifier": "t_uint256",
|
|
1333
1333
|
"typeString": "uint256"
|
|
@@ -1352,7 +1352,7 @@
|
|
|
1352
1352
|
"kind": "number",
|
|
1353
1353
|
"lValueRequested": false,
|
|
1354
1354
|
"nodeType": "Literal",
|
|
1355
|
-
"src": "
|
|
1355
|
+
"src": "1940:1:43",
|
|
1356
1356
|
"typeDescriptions": {
|
|
1357
1357
|
"typeIdentifier": "t_rational_1_by_1",
|
|
1358
1358
|
"typeString": "int_const 1"
|
|
@@ -1382,7 +1382,7 @@
|
|
|
1382
1382
|
"kind": "number",
|
|
1383
1383
|
"lValueRequested": false,
|
|
1384
1384
|
"nodeType": "Literal",
|
|
1385
|
-
"src": "
|
|
1385
|
+
"src": "1946:2:43",
|
|
1386
1386
|
"typeDescriptions": {
|
|
1387
1387
|
"typeIdentifier": "t_rational_32_by_1",
|
|
1388
1388
|
"typeString": "int_const 32"
|
|
@@ -1400,14 +1400,14 @@
|
|
|
1400
1400
|
"kind": "number",
|
|
1401
1401
|
"lValueRequested": false,
|
|
1402
1402
|
"nodeType": "Literal",
|
|
1403
|
-
"src": "
|
|
1403
|
+
"src": "1951:1:43",
|
|
1404
1404
|
"typeDescriptions": {
|
|
1405
1405
|
"typeIdentifier": "t_rational_4_by_1",
|
|
1406
1406
|
"typeString": "int_const 4"
|
|
1407
1407
|
},
|
|
1408
1408
|
"value": "4"
|
|
1409
1409
|
},
|
|
1410
|
-
"src": "
|
|
1410
|
+
"src": "1946:6:43",
|
|
1411
1411
|
"typeDescriptions": {
|
|
1412
1412
|
"typeIdentifier": "t_rational_36_by_1",
|
|
1413
1413
|
"typeString": "int_const 36"
|
|
@@ -1421,13 +1421,13 @@
|
|
|
1421
1421
|
"isPure": true,
|
|
1422
1422
|
"lValueRequested": false,
|
|
1423
1423
|
"nodeType": "TupleExpression",
|
|
1424
|
-
"src": "
|
|
1424
|
+
"src": "1945:8:43",
|
|
1425
1425
|
"typeDescriptions": {
|
|
1426
1426
|
"typeIdentifier": "t_rational_36_by_1",
|
|
1427
1427
|
"typeString": "int_const 36"
|
|
1428
1428
|
}
|
|
1429
1429
|
},
|
|
1430
|
-
"src": "
|
|
1430
|
+
"src": "1940:13:43",
|
|
1431
1431
|
"typeDescriptions": {
|
|
1432
1432
|
"typeIdentifier": "t_rational_68719476736_by_1",
|
|
1433
1433
|
"typeString": "int_const 68719476736"
|
|
@@ -1440,10 +1440,10 @@
|
|
|
1440
1440
|
"id": 18607,
|
|
1441
1441
|
"mutability": "constant",
|
|
1442
1442
|
"name": "AFTER_AGREEMENT_TERMINATED_NOOP",
|
|
1443
|
-
"nameLocation": "
|
|
1443
|
+
"nameLocation": "1985:31:43",
|
|
1444
1444
|
"nodeType": "VariableDeclaration",
|
|
1445
1445
|
"scope": 18665,
|
|
1446
|
-
"src": "
|
|
1446
|
+
"src": "1959:73:43",
|
|
1447
1447
|
"stateVariable": true,
|
|
1448
1448
|
"storageLocation": "default",
|
|
1449
1449
|
"typeDescriptions": {
|
|
@@ -1454,7 +1454,7 @@
|
|
|
1454
1454
|
"id": 18600,
|
|
1455
1455
|
"name": "uint256",
|
|
1456
1456
|
"nodeType": "ElementaryTypeName",
|
|
1457
|
-
"src": "
|
|
1457
|
+
"src": "1959:7:43",
|
|
1458
1458
|
"typeDescriptions": {
|
|
1459
1459
|
"typeIdentifier": "t_uint256",
|
|
1460
1460
|
"typeString": "uint256"
|
|
@@ -1479,7 +1479,7 @@
|
|
|
1479
1479
|
"kind": "number",
|
|
1480
1480
|
"lValueRequested": false,
|
|
1481
1481
|
"nodeType": "Literal",
|
|
1482
|
-
"src": "
|
|
1482
|
+
"src": "2019:1:43",
|
|
1483
1483
|
"typeDescriptions": {
|
|
1484
1484
|
"typeIdentifier": "t_rational_1_by_1",
|
|
1485
1485
|
"typeString": "int_const 1"
|
|
@@ -1509,7 +1509,7 @@
|
|
|
1509
1509
|
"kind": "number",
|
|
1510
1510
|
"lValueRequested": false,
|
|
1511
1511
|
"nodeType": "Literal",
|
|
1512
|
-
"src": "
|
|
1512
|
+
"src": "2025:2:43",
|
|
1513
1513
|
"typeDescriptions": {
|
|
1514
1514
|
"typeIdentifier": "t_rational_32_by_1",
|
|
1515
1515
|
"typeString": "int_const 32"
|
|
@@ -1527,14 +1527,14 @@
|
|
|
1527
1527
|
"kind": "number",
|
|
1528
1528
|
"lValueRequested": false,
|
|
1529
1529
|
"nodeType": "Literal",
|
|
1530
|
-
"src": "
|
|
1530
|
+
"src": "2030:1:43",
|
|
1531
1531
|
"typeDescriptions": {
|
|
1532
1532
|
"typeIdentifier": "t_rational_5_by_1",
|
|
1533
1533
|
"typeString": "int_const 5"
|
|
1534
1534
|
},
|
|
1535
1535
|
"value": "5"
|
|
1536
1536
|
},
|
|
1537
|
-
"src": "
|
|
1537
|
+
"src": "2025:6:43",
|
|
1538
1538
|
"typeDescriptions": {
|
|
1539
1539
|
"typeIdentifier": "t_rational_37_by_1",
|
|
1540
1540
|
"typeString": "int_const 37"
|
|
@@ -1548,13 +1548,13 @@
|
|
|
1548
1548
|
"isPure": true,
|
|
1549
1549
|
"lValueRequested": false,
|
|
1550
1550
|
"nodeType": "TupleExpression",
|
|
1551
|
-
"src": "
|
|
1551
|
+
"src": "2024:8:43",
|
|
1552
1552
|
"typeDescriptions": {
|
|
1553
1553
|
"typeIdentifier": "t_rational_37_by_1",
|
|
1554
1554
|
"typeString": "int_const 37"
|
|
1555
1555
|
}
|
|
1556
1556
|
},
|
|
1557
|
-
"src": "
|
|
1557
|
+
"src": "2019:13:43",
|
|
1558
1558
|
"typeDescriptions": {
|
|
1559
1559
|
"typeIdentifier": "t_rational_137438953472_by_1",
|
|
1560
1560
|
"typeString": "int_const 137438953472"
|
|
@@ -1567,10 +1567,10 @@
|
|
|
1567
1567
|
"id": 18610,
|
|
1568
1568
|
"mutability": "constant",
|
|
1569
1569
|
"name": "APP_RULE_REGISTRATION_ONLY_IN_CONSTRUCTOR",
|
|
1570
|
-
"nameLocation": "
|
|
1570
|
+
"nameLocation": "2250:41:43",
|
|
1571
1571
|
"nodeType": "VariableDeclaration",
|
|
1572
1572
|
"scope": 18665,
|
|
1573
|
-
"src": "
|
|
1573
|
+
"src": "2224:71:43",
|
|
1574
1574
|
"stateVariable": true,
|
|
1575
1575
|
"storageLocation": "default",
|
|
1576
1576
|
"typeDescriptions": {
|
|
@@ -1581,7 +1581,7 @@
|
|
|
1581
1581
|
"id": 18608,
|
|
1582
1582
|
"name": "uint256",
|
|
1583
1583
|
"nodeType": "ElementaryTypeName",
|
|
1584
|
-
"src": "
|
|
1584
|
+
"src": "2224:7:43",
|
|
1585
1585
|
"typeDescriptions": {
|
|
1586
1586
|
"typeIdentifier": "t_uint256",
|
|
1587
1587
|
"typeString": "uint256"
|
|
@@ -1596,7 +1596,7 @@
|
|
|
1596
1596
|
"kind": "number",
|
|
1597
1597
|
"lValueRequested": false,
|
|
1598
1598
|
"nodeType": "Literal",
|
|
1599
|
-
"src": "
|
|
1599
|
+
"src": "2294:1:43",
|
|
1600
1600
|
"typeDescriptions": {
|
|
1601
1601
|
"typeIdentifier": "t_rational_1_by_1",
|
|
1602
1602
|
"typeString": "int_const 1"
|
|
@@ -1610,10 +1610,10 @@
|
|
|
1610
1610
|
"id": 18613,
|
|
1611
1611
|
"mutability": "constant",
|
|
1612
1612
|
"name": "APP_RULE_NO_REGISTRATION_FOR_EOA",
|
|
1613
|
-
"nameLocation": "
|
|
1613
|
+
"nameLocation": "2327:32:43",
|
|
1614
1614
|
"nodeType": "VariableDeclaration",
|
|
1615
1615
|
"scope": 18665,
|
|
1616
|
-
"src": "
|
|
1616
|
+
"src": "2301:62:43",
|
|
1617
1617
|
"stateVariable": true,
|
|
1618
1618
|
"storageLocation": "default",
|
|
1619
1619
|
"typeDescriptions": {
|
|
@@ -1624,7 +1624,7 @@
|
|
|
1624
1624
|
"id": 18611,
|
|
1625
1625
|
"name": "uint256",
|
|
1626
1626
|
"nodeType": "ElementaryTypeName",
|
|
1627
|
-
"src": "
|
|
1627
|
+
"src": "2301:7:43",
|
|
1628
1628
|
"typeDescriptions": {
|
|
1629
1629
|
"typeIdentifier": "t_uint256",
|
|
1630
1630
|
"typeString": "uint256"
|
|
@@ -1639,7 +1639,7 @@
|
|
|
1639
1639
|
"kind": "number",
|
|
1640
1640
|
"lValueRequested": false,
|
|
1641
1641
|
"nodeType": "Literal",
|
|
1642
|
-
"src": "
|
|
1642
|
+
"src": "2362:1:43",
|
|
1643
1643
|
"typeDescriptions": {
|
|
1644
1644
|
"typeIdentifier": "t_rational_2_by_1",
|
|
1645
1645
|
"typeString": "int_const 2"
|
|
@@ -1653,10 +1653,10 @@
|
|
|
1653
1653
|
"id": 18616,
|
|
1654
1654
|
"mutability": "constant",
|
|
1655
1655
|
"name": "APP_RULE_NO_REVERT_ON_TERMINATION_CALLBACK",
|
|
1656
|
-
"nameLocation": "
|
|
1656
|
+
"nameLocation": "2395:42:43",
|
|
1657
1657
|
"nodeType": "VariableDeclaration",
|
|
1658
1658
|
"scope": 18665,
|
|
1659
|
-
"src": "
|
|
1659
|
+
"src": "2369:73:43",
|
|
1660
1660
|
"stateVariable": true,
|
|
1661
1661
|
"storageLocation": "default",
|
|
1662
1662
|
"typeDescriptions": {
|
|
@@ -1667,7 +1667,7 @@
|
|
|
1667
1667
|
"id": 18614,
|
|
1668
1668
|
"name": "uint256",
|
|
1669
1669
|
"nodeType": "ElementaryTypeName",
|
|
1670
|
-
"src": "
|
|
1670
|
+
"src": "2369:7:43",
|
|
1671
1671
|
"typeDescriptions": {
|
|
1672
1672
|
"typeIdentifier": "t_uint256",
|
|
1673
1673
|
"typeString": "uint256"
|
|
@@ -1682,7 +1682,7 @@
|
|
|
1682
1682
|
"kind": "number",
|
|
1683
1683
|
"lValueRequested": false,
|
|
1684
1684
|
"nodeType": "Literal",
|
|
1685
|
-
"src": "
|
|
1685
|
+
"src": "2440:2:43",
|
|
1686
1686
|
"typeDescriptions": {
|
|
1687
1687
|
"typeIdentifier": "t_rational_10_by_1",
|
|
1688
1688
|
"typeString": "int_const 10"
|
|
@@ -1696,10 +1696,10 @@
|
|
|
1696
1696
|
"id": 18619,
|
|
1697
1697
|
"mutability": "constant",
|
|
1698
1698
|
"name": "APP_RULE_NO_CRITICAL_SENDER_ACCOUNT",
|
|
1699
|
-
"nameLocation": "
|
|
1699
|
+
"nameLocation": "2474:35:43",
|
|
1700
1700
|
"nodeType": "VariableDeclaration",
|
|
1701
1701
|
"scope": 18665,
|
|
1702
|
-
"src": "
|
|
1702
|
+
"src": "2448:66:43",
|
|
1703
1703
|
"stateVariable": true,
|
|
1704
1704
|
"storageLocation": "default",
|
|
1705
1705
|
"typeDescriptions": {
|
|
@@ -1710,7 +1710,7 @@
|
|
|
1710
1710
|
"id": 18617,
|
|
1711
1711
|
"name": "uint256",
|
|
1712
1712
|
"nodeType": "ElementaryTypeName",
|
|
1713
|
-
"src": "
|
|
1713
|
+
"src": "2448:7:43",
|
|
1714
1714
|
"typeDescriptions": {
|
|
1715
1715
|
"typeIdentifier": "t_uint256",
|
|
1716
1716
|
"typeString": "uint256"
|
|
@@ -1725,7 +1725,7 @@
|
|
|
1725
1725
|
"kind": "number",
|
|
1726
1726
|
"lValueRequested": false,
|
|
1727
1727
|
"nodeType": "Literal",
|
|
1728
|
-
"src": "
|
|
1728
|
+
"src": "2512:2:43",
|
|
1729
1729
|
"typeDescriptions": {
|
|
1730
1730
|
"typeIdentifier": "t_rational_11_by_1",
|
|
1731
1731
|
"typeString": "int_const 11"
|
|
@@ -1739,10 +1739,10 @@
|
|
|
1739
1739
|
"id": 18622,
|
|
1740
1740
|
"mutability": "constant",
|
|
1741
1741
|
"name": "APP_RULE_NO_CRITICAL_RECEIVER_ACCOUNT",
|
|
1742
|
-
"nameLocation": "
|
|
1742
|
+
"nameLocation": "2546:37:43",
|
|
1743
1743
|
"nodeType": "VariableDeclaration",
|
|
1744
1744
|
"scope": 18665,
|
|
1745
|
-
"src": "
|
|
1745
|
+
"src": "2520:68:43",
|
|
1746
1746
|
"stateVariable": true,
|
|
1747
1747
|
"storageLocation": "default",
|
|
1748
1748
|
"typeDescriptions": {
|
|
@@ -1753,7 +1753,7 @@
|
|
|
1753
1753
|
"id": 18620,
|
|
1754
1754
|
"name": "uint256",
|
|
1755
1755
|
"nodeType": "ElementaryTypeName",
|
|
1756
|
-
"src": "
|
|
1756
|
+
"src": "2520:7:43",
|
|
1757
1757
|
"typeDescriptions": {
|
|
1758
1758
|
"typeIdentifier": "t_uint256",
|
|
1759
1759
|
"typeString": "uint256"
|
|
@@ -1768,7 +1768,7 @@
|
|
|
1768
1768
|
"kind": "number",
|
|
1769
1769
|
"lValueRequested": false,
|
|
1770
1770
|
"nodeType": "Literal",
|
|
1771
|
-
"src": "
|
|
1771
|
+
"src": "2586:2:43",
|
|
1772
1772
|
"typeDescriptions": {
|
|
1773
1773
|
"typeIdentifier": "t_rational_12_by_1",
|
|
1774
1774
|
"typeString": "int_const 12"
|
|
@@ -1782,10 +1782,10 @@
|
|
|
1782
1782
|
"id": 18625,
|
|
1783
1783
|
"mutability": "constant",
|
|
1784
1784
|
"name": "APP_RULE_CTX_IS_READONLY",
|
|
1785
|
-
"nameLocation": "
|
|
1785
|
+
"nameLocation": "2620:24:43",
|
|
1786
1786
|
"nodeType": "VariableDeclaration",
|
|
1787
1787
|
"scope": 18665,
|
|
1788
|
-
"src": "
|
|
1788
|
+
"src": "2594:55:43",
|
|
1789
1789
|
"stateVariable": true,
|
|
1790
1790
|
"storageLocation": "default",
|
|
1791
1791
|
"typeDescriptions": {
|
|
@@ -1796,7 +1796,7 @@
|
|
|
1796
1796
|
"id": 18623,
|
|
1797
1797
|
"name": "uint256",
|
|
1798
1798
|
"nodeType": "ElementaryTypeName",
|
|
1799
|
-
"src": "
|
|
1799
|
+
"src": "2594:7:43",
|
|
1800
1800
|
"typeDescriptions": {
|
|
1801
1801
|
"typeIdentifier": "t_uint256",
|
|
1802
1802
|
"typeString": "uint256"
|
|
@@ -1811,7 +1811,7 @@
|
|
|
1811
1811
|
"kind": "number",
|
|
1812
1812
|
"lValueRequested": false,
|
|
1813
1813
|
"nodeType": "Literal",
|
|
1814
|
-
"src": "
|
|
1814
|
+
"src": "2647:2:43",
|
|
1815
1815
|
"typeDescriptions": {
|
|
1816
1816
|
"typeIdentifier": "t_rational_20_by_1",
|
|
1817
1817
|
"typeString": "int_const 20"
|
|
@@ -1825,10 +1825,10 @@
|
|
|
1825
1825
|
"id": 18628,
|
|
1826
1826
|
"mutability": "constant",
|
|
1827
1827
|
"name": "APP_RULE_CTX_IS_NOT_CLEAN",
|
|
1828
|
-
"nameLocation": "
|
|
1828
|
+
"nameLocation": "2681:25:43",
|
|
1829
1829
|
"nodeType": "VariableDeclaration",
|
|
1830
1830
|
"scope": 18665,
|
|
1831
|
-
"src": "
|
|
1831
|
+
"src": "2655:56:43",
|
|
1832
1832
|
"stateVariable": true,
|
|
1833
1833
|
"storageLocation": "default",
|
|
1834
1834
|
"typeDescriptions": {
|
|
@@ -1839,7 +1839,7 @@
|
|
|
1839
1839
|
"id": 18626,
|
|
1840
1840
|
"name": "uint256",
|
|
1841
1841
|
"nodeType": "ElementaryTypeName",
|
|
1842
|
-
"src": "
|
|
1842
|
+
"src": "2655:7:43",
|
|
1843
1843
|
"typeDescriptions": {
|
|
1844
1844
|
"typeIdentifier": "t_uint256",
|
|
1845
1845
|
"typeString": "uint256"
|
|
@@ -1854,7 +1854,7 @@
|
|
|
1854
1854
|
"kind": "number",
|
|
1855
1855
|
"lValueRequested": false,
|
|
1856
1856
|
"nodeType": "Literal",
|
|
1857
|
-
"src": "
|
|
1857
|
+
"src": "2709:2:43",
|
|
1858
1858
|
"typeDescriptions": {
|
|
1859
1859
|
"typeIdentifier": "t_rational_21_by_1",
|
|
1860
1860
|
"typeString": "int_const 21"
|
|
@@ -1868,10 +1868,10 @@
|
|
|
1868
1868
|
"id": 18631,
|
|
1869
1869
|
"mutability": "constant",
|
|
1870
1870
|
"name": "APP_RULE_CTX_IS_MALFORMATED",
|
|
1871
|
-
"nameLocation": "
|
|
1871
|
+
"nameLocation": "2743:27:43",
|
|
1872
1872
|
"nodeType": "VariableDeclaration",
|
|
1873
1873
|
"scope": 18665,
|
|
1874
|
-
"src": "
|
|
1874
|
+
"src": "2717:58:43",
|
|
1875
1875
|
"stateVariable": true,
|
|
1876
1876
|
"storageLocation": "default",
|
|
1877
1877
|
"typeDescriptions": {
|
|
@@ -1882,7 +1882,7 @@
|
|
|
1882
1882
|
"id": 18629,
|
|
1883
1883
|
"name": "uint256",
|
|
1884
1884
|
"nodeType": "ElementaryTypeName",
|
|
1885
|
-
"src": "
|
|
1885
|
+
"src": "2717:7:43",
|
|
1886
1886
|
"typeDescriptions": {
|
|
1887
1887
|
"typeIdentifier": "t_uint256",
|
|
1888
1888
|
"typeString": "uint256"
|
|
@@ -1897,7 +1897,7 @@
|
|
|
1897
1897
|
"kind": "number",
|
|
1898
1898
|
"lValueRequested": false,
|
|
1899
1899
|
"nodeType": "Literal",
|
|
1900
|
-
"src": "
|
|
1900
|
+
"src": "2773:2:43",
|
|
1901
1901
|
"typeDescriptions": {
|
|
1902
1902
|
"typeIdentifier": "t_rational_22_by_1",
|
|
1903
1903
|
"typeString": "int_const 22"
|
|
@@ -1911,10 +1911,10 @@
|
|
|
1911
1911
|
"id": 18634,
|
|
1912
1912
|
"mutability": "constant",
|
|
1913
1913
|
"name": "APP_RULE_COMPOSITE_APP_IS_NOT_WHITELISTED",
|
|
1914
|
-
"nameLocation": "
|
|
1914
|
+
"nameLocation": "2807:41:43",
|
|
1915
1915
|
"nodeType": "VariableDeclaration",
|
|
1916
1916
|
"scope": 18665,
|
|
1917
|
-
"src": "
|
|
1917
|
+
"src": "2781:72:43",
|
|
1918
1918
|
"stateVariable": true,
|
|
1919
1919
|
"storageLocation": "default",
|
|
1920
1920
|
"typeDescriptions": {
|
|
@@ -1925,7 +1925,7 @@
|
|
|
1925
1925
|
"id": 18632,
|
|
1926
1926
|
"name": "uint256",
|
|
1927
1927
|
"nodeType": "ElementaryTypeName",
|
|
1928
|
-
"src": "
|
|
1928
|
+
"src": "2781:7:43",
|
|
1929
1929
|
"typeDescriptions": {
|
|
1930
1930
|
"typeIdentifier": "t_uint256",
|
|
1931
1931
|
"typeString": "uint256"
|
|
@@ -1940,7 +1940,7 @@
|
|
|
1940
1940
|
"kind": "number",
|
|
1941
1941
|
"lValueRequested": false,
|
|
1942
1942
|
"nodeType": "Literal",
|
|
1943
|
-
"src": "
|
|
1943
|
+
"src": "2851:2:43",
|
|
1944
1944
|
"typeDescriptions": {
|
|
1945
1945
|
"typeIdentifier": "t_rational_30_by_1",
|
|
1946
1946
|
"typeString": "int_const 30"
|
|
@@ -1954,10 +1954,10 @@
|
|
|
1954
1954
|
"id": 18637,
|
|
1955
1955
|
"mutability": "constant",
|
|
1956
1956
|
"name": "APP_RULE_COMPOSITE_APP_IS_JAILED",
|
|
1957
|
-
"nameLocation": "
|
|
1957
|
+
"nameLocation": "2885:32:43",
|
|
1958
1958
|
"nodeType": "VariableDeclaration",
|
|
1959
1959
|
"scope": 18665,
|
|
1960
|
-
"src": "
|
|
1960
|
+
"src": "2859:63:43",
|
|
1961
1961
|
"stateVariable": true,
|
|
1962
1962
|
"storageLocation": "default",
|
|
1963
1963
|
"typeDescriptions": {
|
|
@@ -1968,7 +1968,7 @@
|
|
|
1968
1968
|
"id": 18635,
|
|
1969
1969
|
"name": "uint256",
|
|
1970
1970
|
"nodeType": "ElementaryTypeName",
|
|
1971
|
-
"src": "
|
|
1971
|
+
"src": "2859:7:43",
|
|
1972
1972
|
"typeDescriptions": {
|
|
1973
1973
|
"typeIdentifier": "t_uint256",
|
|
1974
1974
|
"typeString": "uint256"
|
|
@@ -1983,7 +1983,7 @@
|
|
|
1983
1983
|
"kind": "number",
|
|
1984
1984
|
"lValueRequested": false,
|
|
1985
1985
|
"nodeType": "Literal",
|
|
1986
|
-
"src": "
|
|
1986
|
+
"src": "2920:2:43",
|
|
1987
1987
|
"typeDescriptions": {
|
|
1988
1988
|
"typeIdentifier": "t_rational_31_by_1",
|
|
1989
1989
|
"typeString": "int_const 31"
|
|
@@ -1997,10 +1997,10 @@
|
|
|
1997
1997
|
"id": 18640,
|
|
1998
1998
|
"mutability": "constant",
|
|
1999
1999
|
"name": "APP_RULE_MAX_APP_LEVEL_REACHED",
|
|
2000
|
-
"nameLocation": "
|
|
2000
|
+
"nameLocation": "2954:30:43",
|
|
2001
2001
|
"nodeType": "VariableDeclaration",
|
|
2002
2002
|
"scope": 18665,
|
|
2003
|
-
"src": "
|
|
2003
|
+
"src": "2928:61:43",
|
|
2004
2004
|
"stateVariable": true,
|
|
2005
2005
|
"storageLocation": "default",
|
|
2006
2006
|
"typeDescriptions": {
|
|
@@ -2011,7 +2011,7 @@
|
|
|
2011
2011
|
"id": 18638,
|
|
2012
2012
|
"name": "uint256",
|
|
2013
2013
|
"nodeType": "ElementaryTypeName",
|
|
2014
|
-
"src": "
|
|
2014
|
+
"src": "2928:7:43",
|
|
2015
2015
|
"typeDescriptions": {
|
|
2016
2016
|
"typeIdentifier": "t_uint256",
|
|
2017
2017
|
"typeString": "uint256"
|
|
@@ -2026,7 +2026,7 @@
|
|
|
2026
2026
|
"kind": "number",
|
|
2027
2027
|
"lValueRequested": false,
|
|
2028
2028
|
"nodeType": "Literal",
|
|
2029
|
-
"src": "
|
|
2029
|
+
"src": "2987:2:43",
|
|
2030
2030
|
"typeDescriptions": {
|
|
2031
2031
|
"typeIdentifier": "t_rational_40_by_1",
|
|
2032
2032
|
"typeString": "int_const 40"
|
|
@@ -2039,7 +2039,7 @@
|
|
|
2039
2039
|
"body": {
|
|
2040
2040
|
"id": 18663,
|
|
2041
2041
|
"nodeType": "Block",
|
|
2042
|
-
"src": "
|
|
2042
|
+
"src": "3182:120:43",
|
|
2043
2043
|
"statements": [
|
|
2044
2044
|
{
|
|
2045
2045
|
"expression": {
|
|
@@ -2070,7 +2070,7 @@
|
|
|
2070
2070
|
"nodeType": "Identifier",
|
|
2071
2071
|
"overloadedDeclarations": [],
|
|
2072
2072
|
"referencedDeclaration": 18642,
|
|
2073
|
-
"src": "
|
|
2073
|
+
"src": "3200:10:43",
|
|
2074
2074
|
"typeDescriptions": {
|
|
2075
2075
|
"typeIdentifier": "t_uint256",
|
|
2076
2076
|
"typeString": "uint256"
|
|
@@ -2087,7 +2087,7 @@
|
|
|
2087
2087
|
"nodeType": "UnaryOperation",
|
|
2088
2088
|
"operator": "~",
|
|
2089
2089
|
"prefix": true,
|
|
2090
|
-
"src": "
|
|
2090
|
+
"src": "3213:67:43",
|
|
2091
2091
|
"subExpression": {
|
|
2092
2092
|
"components": [
|
|
2093
2093
|
{
|
|
@@ -2116,7 +2116,7 @@
|
|
|
2116
2116
|
"nodeType": "Identifier",
|
|
2117
2117
|
"overloadedDeclarations": [],
|
|
2118
2118
|
"referencedDeclaration": 18508,
|
|
2119
|
-
"src": "
|
|
2119
|
+
"src": "3215:14:43",
|
|
2120
2120
|
"typeDescriptions": {
|
|
2121
2121
|
"typeIdentifier": "t_uint256",
|
|
2122
2122
|
"typeString": "uint256"
|
|
@@ -2130,13 +2130,13 @@
|
|
|
2130
2130
|
"nodeType": "Identifier",
|
|
2131
2131
|
"overloadedDeclarations": [],
|
|
2132
2132
|
"referencedDeclaration": 18538,
|
|
2133
|
-
"src": "
|
|
2133
|
+
"src": "3232:12:43",
|
|
2134
2134
|
"typeDescriptions": {
|
|
2135
2135
|
"typeIdentifier": "t_uint256",
|
|
2136
2136
|
"typeString": "uint256"
|
|
2137
2137
|
}
|
|
2138
2138
|
},
|
|
2139
|
-
"src": "
|
|
2139
|
+
"src": "3215:29:43",
|
|
2140
2140
|
"typeDescriptions": {
|
|
2141
2141
|
"typeIdentifier": "t_uint256",
|
|
2142
2142
|
"typeString": "uint256"
|
|
@@ -2150,13 +2150,13 @@
|
|
|
2150
2150
|
"nodeType": "Identifier",
|
|
2151
2151
|
"overloadedDeclarations": [],
|
|
2152
2152
|
"referencedDeclaration": 18559,
|
|
2153
|
-
"src": "
|
|
2153
|
+
"src": "3247:32:43",
|
|
2154
2154
|
"typeDescriptions": {
|
|
2155
2155
|
"typeIdentifier": "t_uint256",
|
|
2156
2156
|
"typeString": "uint256"
|
|
2157
2157
|
}
|
|
2158
2158
|
},
|
|
2159
|
-
"src": "
|
|
2159
|
+
"src": "3215:64:43",
|
|
2160
2160
|
"typeDescriptions": {
|
|
2161
2161
|
"typeIdentifier": "t_uint256",
|
|
2162
2162
|
"typeString": "uint256"
|
|
@@ -2170,7 +2170,7 @@
|
|
|
2170
2170
|
"isPure": true,
|
|
2171
2171
|
"lValueRequested": false,
|
|
2172
2172
|
"nodeType": "TupleExpression",
|
|
2173
|
-
"src": "
|
|
2173
|
+
"src": "3214:66:43",
|
|
2174
2174
|
"typeDescriptions": {
|
|
2175
2175
|
"typeIdentifier": "t_uint256",
|
|
2176
2176
|
"typeString": "uint256"
|
|
@@ -2181,7 +2181,7 @@
|
|
|
2181
2181
|
"typeString": "uint256"
|
|
2182
2182
|
}
|
|
2183
2183
|
},
|
|
2184
|
-
"src": "
|
|
2184
|
+
"src": "3200:80:43",
|
|
2185
2185
|
"typeDescriptions": {
|
|
2186
2186
|
"typeIdentifier": "t_uint256",
|
|
2187
2187
|
"typeString": "uint256"
|
|
@@ -2195,7 +2195,7 @@
|
|
|
2195
2195
|
"isPure": false,
|
|
2196
2196
|
"lValueRequested": false,
|
|
2197
2197
|
"nodeType": "TupleExpression",
|
|
2198
|
-
"src": "
|
|
2198
|
+
"src": "3199:82:43",
|
|
2199
2199
|
"typeDescriptions": {
|
|
2200
2200
|
"typeIdentifier": "t_uint256",
|
|
2201
2201
|
"typeString": "uint256"
|
|
@@ -2214,7 +2214,7 @@
|
|
|
2214
2214
|
"kind": "number",
|
|
2215
2215
|
"lValueRequested": false,
|
|
2216
2216
|
"nodeType": "Literal",
|
|
2217
|
-
"src": "
|
|
2217
|
+
"src": "3293:1:43",
|
|
2218
2218
|
"typeDescriptions": {
|
|
2219
2219
|
"typeIdentifier": "t_rational_0_by_1",
|
|
2220
2220
|
"typeString": "int_const 0"
|
|
@@ -2235,7 +2235,7 @@
|
|
|
2235
2235
|
"isPure": true,
|
|
2236
2236
|
"lValueRequested": false,
|
|
2237
2237
|
"nodeType": "ElementaryTypeNameExpression",
|
|
2238
|
-
"src": "
|
|
2238
|
+
"src": "3285:7:43",
|
|
2239
2239
|
"typeDescriptions": {
|
|
2240
2240
|
"typeIdentifier": "t_type$_t_uint256_$",
|
|
2241
2241
|
"typeString": "type(uint256)"
|
|
@@ -2244,7 +2244,7 @@
|
|
|
2244
2244
|
"id": 18657,
|
|
2245
2245
|
"name": "uint256",
|
|
2246
2246
|
"nodeType": "ElementaryTypeName",
|
|
2247
|
-
"src": "
|
|
2247
|
+
"src": "3285:7:43",
|
|
2248
2248
|
"typeDescriptions": {}
|
|
2249
2249
|
}
|
|
2250
2250
|
},
|
|
@@ -2256,14 +2256,14 @@
|
|
|
2256
2256
|
"lValueRequested": false,
|
|
2257
2257
|
"names": [],
|
|
2258
2258
|
"nodeType": "FunctionCall",
|
|
2259
|
-
"src": "
|
|
2259
|
+
"src": "3285:10:43",
|
|
2260
2260
|
"tryCall": false,
|
|
2261
2261
|
"typeDescriptions": {
|
|
2262
2262
|
"typeIdentifier": "t_uint256",
|
|
2263
2263
|
"typeString": "uint256"
|
|
2264
2264
|
}
|
|
2265
2265
|
},
|
|
2266
|
-
"src": "
|
|
2266
|
+
"src": "3199:96:43",
|
|
2267
2267
|
"typeDescriptions": {
|
|
2268
2268
|
"typeIdentifier": "t_bool",
|
|
2269
2269
|
"typeString": "bool"
|
|
@@ -2272,7 +2272,7 @@
|
|
|
2272
2272
|
"functionReturnParameters": 18646,
|
|
2273
2273
|
"id": 18662,
|
|
2274
2274
|
"nodeType": "Return",
|
|
2275
|
-
"src": "
|
|
2275
|
+
"src": "3192:103:43"
|
|
2276
2276
|
}
|
|
2277
2277
|
]
|
|
2278
2278
|
},
|
|
@@ -2281,7 +2281,7 @@
|
|
|
2281
2281
|
"kind": "function",
|
|
2282
2282
|
"modifiers": [],
|
|
2283
2283
|
"name": "isConfigWordClean",
|
|
2284
|
-
"nameLocation": "
|
|
2284
|
+
"nameLocation": "3115:17:43",
|
|
2285
2285
|
"nodeType": "FunctionDefinition",
|
|
2286
2286
|
"parameters": {
|
|
2287
2287
|
"id": 18643,
|
|
@@ -2292,10 +2292,10 @@
|
|
|
2292
2292
|
"id": 18642,
|
|
2293
2293
|
"mutability": "mutable",
|
|
2294
2294
|
"name": "configWord",
|
|
2295
|
-
"nameLocation": "
|
|
2295
|
+
"nameLocation": "3141:10:43",
|
|
2296
2296
|
"nodeType": "VariableDeclaration",
|
|
2297
2297
|
"scope": 18664,
|
|
2298
|
-
"src": "
|
|
2298
|
+
"src": "3133:18:43",
|
|
2299
2299
|
"stateVariable": false,
|
|
2300
2300
|
"storageLocation": "default",
|
|
2301
2301
|
"typeDescriptions": {
|
|
@@ -2306,7 +2306,7 @@
|
|
|
2306
2306
|
"id": 18641,
|
|
2307
2307
|
"name": "uint256",
|
|
2308
2308
|
"nodeType": "ElementaryTypeName",
|
|
2309
|
-
"src": "
|
|
2309
|
+
"src": "3133:7:43",
|
|
2310
2310
|
"typeDescriptions": {
|
|
2311
2311
|
"typeIdentifier": "t_uint256",
|
|
2312
2312
|
"typeString": "uint256"
|
|
@@ -2315,7 +2315,7 @@
|
|
|
2315
2315
|
"visibility": "internal"
|
|
2316
2316
|
}
|
|
2317
2317
|
],
|
|
2318
|
-
"src": "
|
|
2318
|
+
"src": "3132:20:43"
|
|
2319
2319
|
},
|
|
2320
2320
|
"returnParameters": {
|
|
2321
2321
|
"id": 18646,
|
|
@@ -2329,7 +2329,7 @@
|
|
|
2329
2329
|
"nameLocation": "-1:-1:-1",
|
|
2330
2330
|
"nodeType": "VariableDeclaration",
|
|
2331
2331
|
"scope": 18664,
|
|
2332
|
-
"src": "
|
|
2332
|
+
"src": "3176:4:43",
|
|
2333
2333
|
"stateVariable": false,
|
|
2334
2334
|
"storageLocation": "default",
|
|
2335
2335
|
"typeDescriptions": {
|
|
@@ -2340,7 +2340,7 @@
|
|
|
2340
2340
|
"id": 18644,
|
|
2341
2341
|
"name": "bool",
|
|
2342
2342
|
"nodeType": "ElementaryTypeName",
|
|
2343
|
-
"src": "
|
|
2343
|
+
"src": "3176:4:43",
|
|
2344
2344
|
"typeDescriptions": {
|
|
2345
2345
|
"typeIdentifier": "t_bool",
|
|
2346
2346
|
"typeString": "bool"
|
|
@@ -2349,17 +2349,17 @@
|
|
|
2349
2349
|
"visibility": "internal"
|
|
2350
2350
|
}
|
|
2351
2351
|
],
|
|
2352
|
-
"src": "
|
|
2352
|
+
"src": "3175:6:43"
|
|
2353
2353
|
},
|
|
2354
2354
|
"scope": 18665,
|
|
2355
|
-
"src": "
|
|
2355
|
+
"src": "3106:196:43",
|
|
2356
2356
|
"stateMutability": "pure",
|
|
2357
2357
|
"virtual": false,
|
|
2358
2358
|
"visibility": "internal"
|
|
2359
2359
|
}
|
|
2360
2360
|
],
|
|
2361
2361
|
"scope": 18964,
|
|
2362
|
-
"src": "132:
|
|
2362
|
+
"src": "132:3172:43",
|
|
2363
2363
|
"usedErrors": []
|
|
2364
2364
|
},
|
|
2365
2365
|
{
|
|
@@ -2371,7 +2371,7 @@
|
|
|
2371
2371
|
"documentation": {
|
|
2372
2372
|
"id": 18666,
|
|
2373
2373
|
"nodeType": "StructuredDocumentation",
|
|
2374
|
-
"src": "
|
|
2374
|
+
"src": "3306:67:43",
|
|
2375
2375
|
"text": " @title Context definitions library\n @author Superfluid"
|
|
2376
2376
|
},
|
|
2377
2377
|
"fullyImplemented": true,
|
|
@@ -2380,7 +2380,7 @@
|
|
|
2380
2380
|
18741
|
|
2381
2381
|
],
|
|
2382
2382
|
"name": "ContextDefinitions",
|
|
2383
|
-
"nameLocation": "
|
|
2383
|
+
"nameLocation": "3382:18:43",
|
|
2384
2384
|
"nodeType": "ContractDefinition",
|
|
2385
2385
|
"nodes": [
|
|
2386
2386
|
{
|
|
@@ -2388,10 +2388,10 @@
|
|
|
2388
2388
|
"id": 18669,
|
|
2389
2389
|
"mutability": "constant",
|
|
2390
2390
|
"name": "CALL_INFO_APP_LEVEL_MASK",
|
|
2391
|
-
"nameLocation": "
|
|
2391
|
+
"nameLocation": "3629:24:43",
|
|
2392
2392
|
"nodeType": "VariableDeclaration",
|
|
2393
2393
|
"scope": 18741,
|
|
2394
|
-
"src": "
|
|
2394
|
+
"src": "3603:57:43",
|
|
2395
2395
|
"stateVariable": true,
|
|
2396
2396
|
"storageLocation": "default",
|
|
2397
2397
|
"typeDescriptions": {
|
|
@@ -2402,7 +2402,7 @@
|
|
|
2402
2402
|
"id": 18667,
|
|
2403
2403
|
"name": "uint256",
|
|
2404
2404
|
"nodeType": "ElementaryTypeName",
|
|
2405
|
-
"src": "
|
|
2405
|
+
"src": "3603:7:43",
|
|
2406
2406
|
"typeDescriptions": {
|
|
2407
2407
|
"typeIdentifier": "t_uint256",
|
|
2408
2408
|
"typeString": "uint256"
|
|
@@ -2417,7 +2417,7 @@
|
|
|
2417
2417
|
"kind": "number",
|
|
2418
2418
|
"lValueRequested": false,
|
|
2419
2419
|
"nodeType": "Literal",
|
|
2420
|
-
"src": "
|
|
2420
|
+
"src": "3656:4:43",
|
|
2421
2421
|
"typeDescriptions": {
|
|
2422
2422
|
"typeIdentifier": "t_rational_255_by_1",
|
|
2423
2423
|
"typeString": "int_const 255"
|
|
@@ -2431,10 +2431,10 @@
|
|
|
2431
2431
|
"id": 18672,
|
|
2432
2432
|
"mutability": "constant",
|
|
2433
2433
|
"name": "CALL_INFO_CALL_TYPE_SHIFT",
|
|
2434
|
-
"nameLocation": "
|
|
2434
|
+
"nameLocation": "3710:25:43",
|
|
2435
2435
|
"nodeType": "VariableDeclaration",
|
|
2436
2436
|
"scope": 18741,
|
|
2437
|
-
"src": "
|
|
2437
|
+
"src": "3684:56:43",
|
|
2438
2438
|
"stateVariable": true,
|
|
2439
2439
|
"storageLocation": "default",
|
|
2440
2440
|
"typeDescriptions": {
|
|
@@ -2445,7 +2445,7 @@
|
|
|
2445
2445
|
"id": 18670,
|
|
2446
2446
|
"name": "uint256",
|
|
2447
2447
|
"nodeType": "ElementaryTypeName",
|
|
2448
|
-
"src": "
|
|
2448
|
+
"src": "3684:7:43",
|
|
2449
2449
|
"typeDescriptions": {
|
|
2450
2450
|
"typeIdentifier": "t_uint256",
|
|
2451
2451
|
"typeString": "uint256"
|
|
@@ -2460,7 +2460,7 @@
|
|
|
2460
2460
|
"kind": "number",
|
|
2461
2461
|
"lValueRequested": false,
|
|
2462
2462
|
"nodeType": "Literal",
|
|
2463
|
-
"src": "
|
|
2463
|
+
"src": "3738:2:43",
|
|
2464
2464
|
"typeDescriptions": {
|
|
2465
2465
|
"typeIdentifier": "t_rational_32_by_1",
|
|
2466
2466
|
"typeString": "int_const 32"
|
|
@@ -2474,10 +2474,10 @@
|
|
|
2474
2474
|
"id": 18677,
|
|
2475
2475
|
"mutability": "constant",
|
|
2476
2476
|
"name": "CALL_INFO_CALL_TYPE_MASK",
|
|
2477
|
-
"nameLocation": "
|
|
2477
|
+
"nameLocation": "3772:24:43",
|
|
2478
2478
|
"nodeType": "VariableDeclaration",
|
|
2479
2479
|
"scope": 18741,
|
|
2480
|
-
"src": "
|
|
2480
|
+
"src": "3746:85:43",
|
|
2481
2481
|
"stateVariable": true,
|
|
2482
2482
|
"storageLocation": "default",
|
|
2483
2483
|
"typeDescriptions": {
|
|
@@ -2488,7 +2488,7 @@
|
|
|
2488
2488
|
"id": 18673,
|
|
2489
2489
|
"name": "uint256",
|
|
2490
2490
|
"nodeType": "ElementaryTypeName",
|
|
2491
|
-
"src": "
|
|
2491
|
+
"src": "3746:7:43",
|
|
2492
2492
|
"typeDescriptions": {
|
|
2493
2493
|
"typeIdentifier": "t_uint256",
|
|
2494
2494
|
"typeString": "uint256"
|
|
@@ -2513,7 +2513,7 @@
|
|
|
2513
2513
|
"kind": "number",
|
|
2514
2514
|
"lValueRequested": false,
|
|
2515
2515
|
"nodeType": "Literal",
|
|
2516
|
-
"src": "
|
|
2516
|
+
"src": "3799:3:43",
|
|
2517
2517
|
"typeDescriptions": {
|
|
2518
2518
|
"typeIdentifier": "t_rational_15_by_1",
|
|
2519
2519
|
"typeString": "int_const 15"
|
|
@@ -2528,13 +2528,13 @@
|
|
|
2528
2528
|
"nodeType": "Identifier",
|
|
2529
2529
|
"overloadedDeclarations": [],
|
|
2530
2530
|
"referencedDeclaration": 18672,
|
|
2531
|
-
"src": "
|
|
2531
|
+
"src": "3806:25:43",
|
|
2532
2532
|
"typeDescriptions": {
|
|
2533
2533
|
"typeIdentifier": "t_uint256",
|
|
2534
2534
|
"typeString": "uint256"
|
|
2535
2535
|
}
|
|
2536
2536
|
},
|
|
2537
|
-
"src": "
|
|
2537
|
+
"src": "3799:32:43",
|
|
2538
2538
|
"typeDescriptions": {
|
|
2539
2539
|
"typeIdentifier": "t_uint256",
|
|
2540
2540
|
"typeString": "uint256"
|
|
@@ -2547,10 +2547,10 @@
|
|
|
2547
2547
|
"id": 18680,
|
|
2548
2548
|
"mutability": "constant",
|
|
2549
2549
|
"name": "CALL_INFO_CALL_TYPE_AGREEMENT",
|
|
2550
|
-
"nameLocation": "
|
|
2550
|
+
"nameLocation": "3861:29:43",
|
|
2551
2551
|
"nodeType": "VariableDeclaration",
|
|
2552
2552
|
"scope": 18741,
|
|
2553
|
-
"src": "
|
|
2553
|
+
"src": "3837:57:43",
|
|
2554
2554
|
"stateVariable": true,
|
|
2555
2555
|
"storageLocation": "default",
|
|
2556
2556
|
"typeDescriptions": {
|
|
@@ -2561,7 +2561,7 @@
|
|
|
2561
2561
|
"id": 18678,
|
|
2562
2562
|
"name": "uint8",
|
|
2563
2563
|
"nodeType": "ElementaryTypeName",
|
|
2564
|
-
"src": "
|
|
2564
|
+
"src": "3837:5:43",
|
|
2565
2565
|
"typeDescriptions": {
|
|
2566
2566
|
"typeIdentifier": "t_uint8",
|
|
2567
2567
|
"typeString": "uint8"
|
|
@@ -2576,7 +2576,7 @@
|
|
|
2576
2576
|
"kind": "number",
|
|
2577
2577
|
"lValueRequested": false,
|
|
2578
2578
|
"nodeType": "Literal",
|
|
2579
|
-
"src": "
|
|
2579
|
+
"src": "3893:1:43",
|
|
2580
2580
|
"typeDescriptions": {
|
|
2581
2581
|
"typeIdentifier": "t_rational_1_by_1",
|
|
2582
2582
|
"typeString": "int_const 1"
|
|
@@ -2590,10 +2590,10 @@
|
|
|
2590
2590
|
"id": 18683,
|
|
2591
2591
|
"mutability": "constant",
|
|
2592
2592
|
"name": "CALL_INFO_CALL_TYPE_APP_ACTION",
|
|
2593
|
-
"nameLocation": "
|
|
2593
|
+
"nameLocation": "3924:30:43",
|
|
2594
2594
|
"nodeType": "VariableDeclaration",
|
|
2595
2595
|
"scope": 18741,
|
|
2596
|
-
"src": "
|
|
2596
|
+
"src": "3900:58:43",
|
|
2597
2597
|
"stateVariable": true,
|
|
2598
2598
|
"storageLocation": "default",
|
|
2599
2599
|
"typeDescriptions": {
|
|
@@ -2604,7 +2604,7 @@
|
|
|
2604
2604
|
"id": 18681,
|
|
2605
2605
|
"name": "uint8",
|
|
2606
2606
|
"nodeType": "ElementaryTypeName",
|
|
2607
|
-
"src": "
|
|
2607
|
+
"src": "3900:5:43",
|
|
2608
2608
|
"typeDescriptions": {
|
|
2609
2609
|
"typeIdentifier": "t_uint8",
|
|
2610
2610
|
"typeString": "uint8"
|
|
@@ -2619,7 +2619,7 @@
|
|
|
2619
2619
|
"kind": "number",
|
|
2620
2620
|
"lValueRequested": false,
|
|
2621
2621
|
"nodeType": "Literal",
|
|
2622
|
-
"src": "
|
|
2622
|
+
"src": "3957:1:43",
|
|
2623
2623
|
"typeDescriptions": {
|
|
2624
2624
|
"typeIdentifier": "t_rational_2_by_1",
|
|
2625
2625
|
"typeString": "int_const 2"
|
|
@@ -2633,10 +2633,10 @@
|
|
|
2633
2633
|
"id": 18686,
|
|
2634
2634
|
"mutability": "constant",
|
|
2635
2635
|
"name": "CALL_INFO_CALL_TYPE_APP_CALLBACK",
|
|
2636
|
-
"nameLocation": "
|
|
2636
|
+
"nameLocation": "3988:32:43",
|
|
2637
2637
|
"nodeType": "VariableDeclaration",
|
|
2638
2638
|
"scope": 18741,
|
|
2639
|
-
"src": "
|
|
2639
|
+
"src": "3964:60:43",
|
|
2640
2640
|
"stateVariable": true,
|
|
2641
2641
|
"storageLocation": "default",
|
|
2642
2642
|
"typeDescriptions": {
|
|
@@ -2647,7 +2647,7 @@
|
|
|
2647
2647
|
"id": 18684,
|
|
2648
2648
|
"name": "uint8",
|
|
2649
2649
|
"nodeType": "ElementaryTypeName",
|
|
2650
|
-
"src": "
|
|
2650
|
+
"src": "3964:5:43",
|
|
2651
2651
|
"typeDescriptions": {
|
|
2652
2652
|
"typeIdentifier": "t_uint8",
|
|
2653
2653
|
"typeString": "uint8"
|
|
@@ -2662,7 +2662,7 @@
|
|
|
2662
2662
|
"kind": "number",
|
|
2663
2663
|
"lValueRequested": false,
|
|
2664
2664
|
"nodeType": "Literal",
|
|
2665
|
-
"src": "
|
|
2665
|
+
"src": "4023:1:43",
|
|
2666
2666
|
"typeDescriptions": {
|
|
2667
2667
|
"typeIdentifier": "t_rational_3_by_1",
|
|
2668
2668
|
"typeString": "int_const 3"
|
|
@@ -2675,7 +2675,7 @@
|
|
|
2675
2675
|
"body": {
|
|
2676
2676
|
"id": 18716,
|
|
2677
2677
|
"nodeType": "Block",
|
|
2678
|
-
"src": "
|
|
2678
|
+
"src": "4156:172:43",
|
|
2679
2679
|
"statements": [
|
|
2680
2680
|
{
|
|
2681
2681
|
"expression": {
|
|
@@ -2686,11 +2686,11 @@
|
|
|
2686
2686
|
"lValueRequested": false,
|
|
2687
2687
|
"leftHandSide": {
|
|
2688
2688
|
"id": 18695,
|
|
2689
|
-
"name": "
|
|
2689
|
+
"name": "appCallbackLevel",
|
|
2690
2690
|
"nodeType": "Identifier",
|
|
2691
2691
|
"overloadedDeclarations": [],
|
|
2692
2692
|
"referencedDeclaration": 18691,
|
|
2693
|
-
"src": "
|
|
2693
|
+
"src": "4166:16:43",
|
|
2694
2694
|
"typeDescriptions": {
|
|
2695
2695
|
"typeIdentifier": "t_uint8",
|
|
2696
2696
|
"typeString": "uint8"
|
|
@@ -2716,7 +2716,7 @@
|
|
|
2716
2716
|
"nodeType": "Identifier",
|
|
2717
2717
|
"overloadedDeclarations": [],
|
|
2718
2718
|
"referencedDeclaration": 18688,
|
|
2719
|
-
"src": "
|
|
2719
|
+
"src": "4191:8:43",
|
|
2720
2720
|
"typeDescriptions": {
|
|
2721
2721
|
"typeIdentifier": "t_uint256",
|
|
2722
2722
|
"typeString": "uint256"
|
|
@@ -2730,13 +2730,13 @@
|
|
|
2730
2730
|
"nodeType": "Identifier",
|
|
2731
2731
|
"overloadedDeclarations": [],
|
|
2732
2732
|
"referencedDeclaration": 18669,
|
|
2733
|
-
"src": "
|
|
2733
|
+
"src": "4202:24:43",
|
|
2734
2734
|
"typeDescriptions": {
|
|
2735
2735
|
"typeIdentifier": "t_uint256",
|
|
2736
2736
|
"typeString": "uint256"
|
|
2737
2737
|
}
|
|
2738
2738
|
},
|
|
2739
|
-
"src": "
|
|
2739
|
+
"src": "4191:35:43",
|
|
2740
2740
|
"typeDescriptions": {
|
|
2741
2741
|
"typeIdentifier": "t_uint256",
|
|
2742
2742
|
"typeString": "uint256"
|
|
@@ -2756,7 +2756,7 @@
|
|
|
2756
2756
|
"isPure": true,
|
|
2757
2757
|
"lValueRequested": false,
|
|
2758
2758
|
"nodeType": "ElementaryTypeNameExpression",
|
|
2759
|
-
"src": "
|
|
2759
|
+
"src": "4185:5:43",
|
|
2760
2760
|
"typeDescriptions": {
|
|
2761
2761
|
"typeIdentifier": "t_type$_t_uint8_$",
|
|
2762
2762
|
"typeString": "type(uint8)"
|
|
@@ -2765,7 +2765,7 @@
|
|
|
2765
2765
|
"id": 18696,
|
|
2766
2766
|
"name": "uint8",
|
|
2767
2767
|
"nodeType": "ElementaryTypeName",
|
|
2768
|
-
"src": "
|
|
2768
|
+
"src": "4185:5:43",
|
|
2769
2769
|
"typeDescriptions": {}
|
|
2770
2770
|
}
|
|
2771
2771
|
},
|
|
@@ -2777,14 +2777,14 @@
|
|
|
2777
2777
|
"lValueRequested": false,
|
|
2778
2778
|
"names": [],
|
|
2779
2779
|
"nodeType": "FunctionCall",
|
|
2780
|
-
"src": "
|
|
2780
|
+
"src": "4185:42:43",
|
|
2781
2781
|
"tryCall": false,
|
|
2782
2782
|
"typeDescriptions": {
|
|
2783
2783
|
"typeIdentifier": "t_uint8",
|
|
2784
2784
|
"typeString": "uint8"
|
|
2785
2785
|
}
|
|
2786
2786
|
},
|
|
2787
|
-
"src": "
|
|
2787
|
+
"src": "4166:61:43",
|
|
2788
2788
|
"typeDescriptions": {
|
|
2789
2789
|
"typeIdentifier": "t_uint8",
|
|
2790
2790
|
"typeString": "uint8"
|
|
@@ -2792,7 +2792,7 @@
|
|
|
2792
2792
|
},
|
|
2793
2793
|
"id": 18703,
|
|
2794
2794
|
"nodeType": "ExpressionStatement",
|
|
2795
|
-
"src": "
|
|
2795
|
+
"src": "4166:61:43"
|
|
2796
2796
|
},
|
|
2797
2797
|
{
|
|
2798
2798
|
"expression": {
|
|
@@ -2807,7 +2807,7 @@
|
|
|
2807
2807
|
"nodeType": "Identifier",
|
|
2808
2808
|
"overloadedDeclarations": [],
|
|
2809
2809
|
"referencedDeclaration": 18693,
|
|
2810
|
-
"src": "
|
|
2810
|
+
"src": "4237:8:43",
|
|
2811
2811
|
"typeDescriptions": {
|
|
2812
2812
|
"typeIdentifier": "t_uint8",
|
|
2813
2813
|
"typeString": "uint8"
|
|
@@ -2845,7 +2845,7 @@
|
|
|
2845
2845
|
"nodeType": "Identifier",
|
|
2846
2846
|
"overloadedDeclarations": [],
|
|
2847
2847
|
"referencedDeclaration": 18688,
|
|
2848
|
-
"src": "
|
|
2848
|
+
"src": "4255:8:43",
|
|
2849
2849
|
"typeDescriptions": {
|
|
2850
2850
|
"typeIdentifier": "t_uint256",
|
|
2851
2851
|
"typeString": "uint256"
|
|
@@ -2859,13 +2859,13 @@
|
|
|
2859
2859
|
"nodeType": "Identifier",
|
|
2860
2860
|
"overloadedDeclarations": [],
|
|
2861
2861
|
"referencedDeclaration": 18677,
|
|
2862
|
-
"src": "
|
|
2862
|
+
"src": "4266:24:43",
|
|
2863
2863
|
"typeDescriptions": {
|
|
2864
2864
|
"typeIdentifier": "t_uint256",
|
|
2865
2865
|
"typeString": "uint256"
|
|
2866
2866
|
}
|
|
2867
2867
|
},
|
|
2868
|
-
"src": "
|
|
2868
|
+
"src": "4255:35:43",
|
|
2869
2869
|
"typeDescriptions": {
|
|
2870
2870
|
"typeIdentifier": "t_uint256",
|
|
2871
2871
|
"typeString": "uint256"
|
|
@@ -2879,7 +2879,7 @@
|
|
|
2879
2879
|
"isPure": false,
|
|
2880
2880
|
"lValueRequested": false,
|
|
2881
2881
|
"nodeType": "TupleExpression",
|
|
2882
|
-
"src": "
|
|
2882
|
+
"src": "4254:37:43",
|
|
2883
2883
|
"typeDescriptions": {
|
|
2884
2884
|
"typeIdentifier": "t_uint256",
|
|
2885
2885
|
"typeString": "uint256"
|
|
@@ -2893,13 +2893,13 @@
|
|
|
2893
2893
|
"nodeType": "Identifier",
|
|
2894
2894
|
"overloadedDeclarations": [],
|
|
2895
2895
|
"referencedDeclaration": 18672,
|
|
2896
|
-
"src": "
|
|
2896
|
+
"src": "4295:25:43",
|
|
2897
2897
|
"typeDescriptions": {
|
|
2898
2898
|
"typeIdentifier": "t_uint256",
|
|
2899
2899
|
"typeString": "uint256"
|
|
2900
2900
|
}
|
|
2901
2901
|
},
|
|
2902
|
-
"src": "
|
|
2902
|
+
"src": "4254:66:43",
|
|
2903
2903
|
"typeDescriptions": {
|
|
2904
2904
|
"typeIdentifier": "t_uint256",
|
|
2905
2905
|
"typeString": "uint256"
|
|
@@ -2919,7 +2919,7 @@
|
|
|
2919
2919
|
"isPure": true,
|
|
2920
2920
|
"lValueRequested": false,
|
|
2921
2921
|
"nodeType": "ElementaryTypeNameExpression",
|
|
2922
|
-
"src": "
|
|
2922
|
+
"src": "4248:5:43",
|
|
2923
2923
|
"typeDescriptions": {
|
|
2924
2924
|
"typeIdentifier": "t_type$_t_uint8_$",
|
|
2925
2925
|
"typeString": "type(uint8)"
|
|
@@ -2928,7 +2928,7 @@
|
|
|
2928
2928
|
"id": 18705,
|
|
2929
2929
|
"name": "uint8",
|
|
2930
2930
|
"nodeType": "ElementaryTypeName",
|
|
2931
|
-
"src": "
|
|
2931
|
+
"src": "4248:5:43",
|
|
2932
2932
|
"typeDescriptions": {}
|
|
2933
2933
|
}
|
|
2934
2934
|
},
|
|
@@ -2940,14 +2940,14 @@
|
|
|
2940
2940
|
"lValueRequested": false,
|
|
2941
2941
|
"names": [],
|
|
2942
2942
|
"nodeType": "FunctionCall",
|
|
2943
|
-
"src": "
|
|
2943
|
+
"src": "4248:73:43",
|
|
2944
2944
|
"tryCall": false,
|
|
2945
2945
|
"typeDescriptions": {
|
|
2946
2946
|
"typeIdentifier": "t_uint8",
|
|
2947
2947
|
"typeString": "uint8"
|
|
2948
2948
|
}
|
|
2949
2949
|
},
|
|
2950
|
-
"src": "
|
|
2950
|
+
"src": "4237:84:43",
|
|
2951
2951
|
"typeDescriptions": {
|
|
2952
2952
|
"typeIdentifier": "t_uint8",
|
|
2953
2953
|
"typeString": "uint8"
|
|
@@ -2955,7 +2955,7 @@
|
|
|
2955
2955
|
},
|
|
2956
2956
|
"id": 18715,
|
|
2957
2957
|
"nodeType": "ExpressionStatement",
|
|
2958
|
-
"src": "
|
|
2958
|
+
"src": "4237:84:43"
|
|
2959
2959
|
}
|
|
2960
2960
|
]
|
|
2961
2961
|
},
|
|
@@ -2964,7 +2964,7 @@
|
|
|
2964
2964
|
"kind": "function",
|
|
2965
2965
|
"modifiers": [],
|
|
2966
2966
|
"name": "decodeCallInfo",
|
|
2967
|
-
"nameLocation": "
|
|
2967
|
+
"nameLocation": "4040:14:43",
|
|
2968
2968
|
"nodeType": "FunctionDefinition",
|
|
2969
2969
|
"parameters": {
|
|
2970
2970
|
"id": 18689,
|
|
@@ -2975,10 +2975,10 @@
|
|
|
2975
2975
|
"id": 18688,
|
|
2976
2976
|
"mutability": "mutable",
|
|
2977
2977
|
"name": "callInfo",
|
|
2978
|
-
"nameLocation": "
|
|
2978
|
+
"nameLocation": "4063:8:43",
|
|
2979
2979
|
"nodeType": "VariableDeclaration",
|
|
2980
2980
|
"scope": 18717,
|
|
2981
|
-
"src": "
|
|
2981
|
+
"src": "4055:16:43",
|
|
2982
2982
|
"stateVariable": false,
|
|
2983
2983
|
"storageLocation": "default",
|
|
2984
2984
|
"typeDescriptions": {
|
|
@@ -2989,7 +2989,7 @@
|
|
|
2989
2989
|
"id": 18687,
|
|
2990
2990
|
"name": "uint256",
|
|
2991
2991
|
"nodeType": "ElementaryTypeName",
|
|
2992
|
-
"src": "
|
|
2992
|
+
"src": "4055:7:43",
|
|
2993
2993
|
"typeDescriptions": {
|
|
2994
2994
|
"typeIdentifier": "t_uint256",
|
|
2995
2995
|
"typeString": "uint256"
|
|
@@ -2998,7 +2998,7 @@
|
|
|
2998
2998
|
"visibility": "internal"
|
|
2999
2999
|
}
|
|
3000
3000
|
],
|
|
3001
|
-
"src": "
|
|
3001
|
+
"src": "4054:18:43"
|
|
3002
3002
|
},
|
|
3003
3003
|
"returnParameters": {
|
|
3004
3004
|
"id": 18694,
|
|
@@ -3008,11 +3008,11 @@
|
|
|
3008
3008
|
"constant": false,
|
|
3009
3009
|
"id": 18691,
|
|
3010
3010
|
"mutability": "mutable",
|
|
3011
|
-
"name": "
|
|
3012
|
-
"nameLocation": "
|
|
3011
|
+
"name": "appCallbackLevel",
|
|
3012
|
+
"nameLocation": "4118:16:43",
|
|
3013
3013
|
"nodeType": "VariableDeclaration",
|
|
3014
3014
|
"scope": 18717,
|
|
3015
|
-
"src": "
|
|
3015
|
+
"src": "4112:22:43",
|
|
3016
3016
|
"stateVariable": false,
|
|
3017
3017
|
"storageLocation": "default",
|
|
3018
3018
|
"typeDescriptions": {
|
|
@@ -3023,7 +3023,7 @@
|
|
|
3023
3023
|
"id": 18690,
|
|
3024
3024
|
"name": "uint8",
|
|
3025
3025
|
"nodeType": "ElementaryTypeName",
|
|
3026
|
-
"src": "
|
|
3026
|
+
"src": "4112:5:43",
|
|
3027
3027
|
"typeDescriptions": {
|
|
3028
3028
|
"typeIdentifier": "t_uint8",
|
|
3029
3029
|
"typeString": "uint8"
|
|
@@ -3036,10 +3036,10 @@
|
|
|
3036
3036
|
"id": 18693,
|
|
3037
3037
|
"mutability": "mutable",
|
|
3038
3038
|
"name": "callType",
|
|
3039
|
-
"nameLocation": "
|
|
3039
|
+
"nameLocation": "4142:8:43",
|
|
3040
3040
|
"nodeType": "VariableDeclaration",
|
|
3041
3041
|
"scope": 18717,
|
|
3042
|
-
"src": "
|
|
3042
|
+
"src": "4136:14:43",
|
|
3043
3043
|
"stateVariable": false,
|
|
3044
3044
|
"storageLocation": "default",
|
|
3045
3045
|
"typeDescriptions": {
|
|
@@ -3050,7 +3050,7 @@
|
|
|
3050
3050
|
"id": 18692,
|
|
3051
3051
|
"name": "uint8",
|
|
3052
3052
|
"nodeType": "ElementaryTypeName",
|
|
3053
|
-
"src": "
|
|
3053
|
+
"src": "4136:5:43",
|
|
3054
3054
|
"typeDescriptions": {
|
|
3055
3055
|
"typeIdentifier": "t_uint8",
|
|
3056
3056
|
"typeString": "uint8"
|
|
@@ -3059,10 +3059,10 @@
|
|
|
3059
3059
|
"visibility": "internal"
|
|
3060
3060
|
}
|
|
3061
3061
|
],
|
|
3062
|
-
"src": "
|
|
3062
|
+
"src": "4111:40:43"
|
|
3063
3063
|
},
|
|
3064
3064
|
"scope": 18741,
|
|
3065
|
-
"src": "
|
|
3065
|
+
"src": "4031:297:43",
|
|
3066
3066
|
"stateMutability": "pure",
|
|
3067
3067
|
"virtual": false,
|
|
3068
3068
|
"visibility": "internal"
|
|
@@ -3071,7 +3071,7 @@
|
|
|
3071
3071
|
"body": {
|
|
3072
3072
|
"id": 18739,
|
|
3073
3073
|
"nodeType": "Block",
|
|
3074
|
-
"src": "
|
|
3074
|
+
"src": "4459:100:43",
|
|
3075
3075
|
"statements": [
|
|
3076
3076
|
{
|
|
3077
3077
|
"expression": {
|
|
@@ -3088,11 +3088,11 @@
|
|
|
3088
3088
|
"arguments": [
|
|
3089
3089
|
{
|
|
3090
3090
|
"id": 18728,
|
|
3091
|
-
"name": "
|
|
3091
|
+
"name": "appCallbackLevel",
|
|
3092
3092
|
"nodeType": "Identifier",
|
|
3093
3093
|
"overloadedDeclarations": [],
|
|
3094
3094
|
"referencedDeclaration": 18719,
|
|
3095
|
-
"src": "
|
|
3095
|
+
"src": "4484:16:43",
|
|
3096
3096
|
"typeDescriptions": {
|
|
3097
3097
|
"typeIdentifier": "t_uint8",
|
|
3098
3098
|
"typeString": "uint8"
|
|
@@ -3112,7 +3112,7 @@
|
|
|
3112
3112
|
"isPure": true,
|
|
3113
3113
|
"lValueRequested": false,
|
|
3114
3114
|
"nodeType": "ElementaryTypeNameExpression",
|
|
3115
|
-
"src": "
|
|
3115
|
+
"src": "4476:7:43",
|
|
3116
3116
|
"typeDescriptions": {
|
|
3117
3117
|
"typeIdentifier": "t_type$_t_uint256_$",
|
|
3118
3118
|
"typeString": "type(uint256)"
|
|
@@ -3121,7 +3121,7 @@
|
|
|
3121
3121
|
"id": 18726,
|
|
3122
3122
|
"name": "uint256",
|
|
3123
3123
|
"nodeType": "ElementaryTypeName",
|
|
3124
|
-
"src": "
|
|
3124
|
+
"src": "4476:7:43",
|
|
3125
3125
|
"typeDescriptions": {}
|
|
3126
3126
|
}
|
|
3127
3127
|
},
|
|
@@ -3133,7 +3133,7 @@
|
|
|
3133
3133
|
"lValueRequested": false,
|
|
3134
3134
|
"names": [],
|
|
3135
3135
|
"nodeType": "FunctionCall",
|
|
3136
|
-
"src": "
|
|
3136
|
+
"src": "4476:25:43",
|
|
3137
3137
|
"tryCall": false,
|
|
3138
3138
|
"typeDescriptions": {
|
|
3139
3139
|
"typeIdentifier": "t_uint256",
|
|
@@ -3162,7 +3162,7 @@
|
|
|
3162
3162
|
"nodeType": "Identifier",
|
|
3163
3163
|
"overloadedDeclarations": [],
|
|
3164
3164
|
"referencedDeclaration": 18721,
|
|
3165
|
-
"src": "
|
|
3165
|
+
"src": "4513:8:43",
|
|
3166
3166
|
"typeDescriptions": {
|
|
3167
3167
|
"typeIdentifier": "t_uint8",
|
|
3168
3168
|
"typeString": "uint8"
|
|
@@ -3182,7 +3182,7 @@
|
|
|
3182
3182
|
"isPure": true,
|
|
3183
3183
|
"lValueRequested": false,
|
|
3184
3184
|
"nodeType": "ElementaryTypeNameExpression",
|
|
3185
|
-
"src": "
|
|
3185
|
+
"src": "4505:7:43",
|
|
3186
3186
|
"typeDescriptions": {
|
|
3187
3187
|
"typeIdentifier": "t_type$_t_uint256_$",
|
|
3188
3188
|
"typeString": "type(uint256)"
|
|
@@ -3191,7 +3191,7 @@
|
|
|
3191
3191
|
"id": 18730,
|
|
3192
3192
|
"name": "uint256",
|
|
3193
3193
|
"nodeType": "ElementaryTypeName",
|
|
3194
|
-
"src": "
|
|
3194
|
+
"src": "4505:7:43",
|
|
3195
3195
|
"typeDescriptions": {}
|
|
3196
3196
|
}
|
|
3197
3197
|
},
|
|
@@ -3203,7 +3203,7 @@
|
|
|
3203
3203
|
"lValueRequested": false,
|
|
3204
3204
|
"names": [],
|
|
3205
3205
|
"nodeType": "FunctionCall",
|
|
3206
|
-
"src": "
|
|
3206
|
+
"src": "4505:17:43",
|
|
3207
3207
|
"tryCall": false,
|
|
3208
3208
|
"typeDescriptions": {
|
|
3209
3209
|
"typeIdentifier": "t_uint256",
|
|
@@ -3218,13 +3218,13 @@
|
|
|
3218
3218
|
"nodeType": "Identifier",
|
|
3219
3219
|
"overloadedDeclarations": [],
|
|
3220
3220
|
"referencedDeclaration": 18672,
|
|
3221
|
-
"src": "
|
|
3221
|
+
"src": "4526:25:43",
|
|
3222
3222
|
"typeDescriptions": {
|
|
3223
3223
|
"typeIdentifier": "t_uint256",
|
|
3224
3224
|
"typeString": "uint256"
|
|
3225
3225
|
}
|
|
3226
3226
|
},
|
|
3227
|
-
"src": "
|
|
3227
|
+
"src": "4505:46:43",
|
|
3228
3228
|
"typeDescriptions": {
|
|
3229
3229
|
"typeIdentifier": "t_uint256",
|
|
3230
3230
|
"typeString": "uint256"
|
|
@@ -3238,13 +3238,13 @@
|
|
|
3238
3238
|
"isPure": false,
|
|
3239
3239
|
"lValueRequested": false,
|
|
3240
3240
|
"nodeType": "TupleExpression",
|
|
3241
|
-
"src": "
|
|
3241
|
+
"src": "4504:48:43",
|
|
3242
3242
|
"typeDescriptions": {
|
|
3243
3243
|
"typeIdentifier": "t_uint256",
|
|
3244
3244
|
"typeString": "uint256"
|
|
3245
3245
|
}
|
|
3246
3246
|
},
|
|
3247
|
-
"src": "
|
|
3247
|
+
"src": "4476:76:43",
|
|
3248
3248
|
"typeDescriptions": {
|
|
3249
3249
|
"typeIdentifier": "t_uint256",
|
|
3250
3250
|
"typeString": "uint256"
|
|
@@ -3253,7 +3253,7 @@
|
|
|
3253
3253
|
"functionReturnParameters": 18725,
|
|
3254
3254
|
"id": 18738,
|
|
3255
3255
|
"nodeType": "Return",
|
|
3256
|
-
"src": "
|
|
3256
|
+
"src": "4469:83:43"
|
|
3257
3257
|
}
|
|
3258
3258
|
]
|
|
3259
3259
|
},
|
|
@@ -3262,7 +3262,7 @@
|
|
|
3262
3262
|
"kind": "function",
|
|
3263
3263
|
"modifiers": [],
|
|
3264
3264
|
"name": "encodeCallInfo",
|
|
3265
|
-
"nameLocation": "
|
|
3265
|
+
"nameLocation": "4343:14:43",
|
|
3266
3266
|
"nodeType": "FunctionDefinition",
|
|
3267
3267
|
"parameters": {
|
|
3268
3268
|
"id": 18722,
|
|
@@ -3272,11 +3272,11 @@
|
|
|
3272
3272
|
"constant": false,
|
|
3273
3273
|
"id": 18719,
|
|
3274
3274
|
"mutability": "mutable",
|
|
3275
|
-
"name": "
|
|
3276
|
-
"nameLocation": "
|
|
3275
|
+
"name": "appCallbackLevel",
|
|
3276
|
+
"nameLocation": "4364:16:43",
|
|
3277
3277
|
"nodeType": "VariableDeclaration",
|
|
3278
3278
|
"scope": 18740,
|
|
3279
|
-
"src": "
|
|
3279
|
+
"src": "4358:22:43",
|
|
3280
3280
|
"stateVariable": false,
|
|
3281
3281
|
"storageLocation": "default",
|
|
3282
3282
|
"typeDescriptions": {
|
|
@@ -3287,7 +3287,7 @@
|
|
|
3287
3287
|
"id": 18718,
|
|
3288
3288
|
"name": "uint8",
|
|
3289
3289
|
"nodeType": "ElementaryTypeName",
|
|
3290
|
-
"src": "
|
|
3290
|
+
"src": "4358:5:43",
|
|
3291
3291
|
"typeDescriptions": {
|
|
3292
3292
|
"typeIdentifier": "t_uint8",
|
|
3293
3293
|
"typeString": "uint8"
|
|
@@ -3300,10 +3300,10 @@
|
|
|
3300
3300
|
"id": 18721,
|
|
3301
3301
|
"mutability": "mutable",
|
|
3302
3302
|
"name": "callType",
|
|
3303
|
-
"nameLocation": "
|
|
3303
|
+
"nameLocation": "4388:8:43",
|
|
3304
3304
|
"nodeType": "VariableDeclaration",
|
|
3305
3305
|
"scope": 18740,
|
|
3306
|
-
"src": "
|
|
3306
|
+
"src": "4382:14:43",
|
|
3307
3307
|
"stateVariable": false,
|
|
3308
3308
|
"storageLocation": "default",
|
|
3309
3309
|
"typeDescriptions": {
|
|
@@ -3314,7 +3314,7 @@
|
|
|
3314
3314
|
"id": 18720,
|
|
3315
3315
|
"name": "uint8",
|
|
3316
3316
|
"nodeType": "ElementaryTypeName",
|
|
3317
|
-
"src": "
|
|
3317
|
+
"src": "4382:5:43",
|
|
3318
3318
|
"typeDescriptions": {
|
|
3319
3319
|
"typeIdentifier": "t_uint8",
|
|
3320
3320
|
"typeString": "uint8"
|
|
@@ -3323,7 +3323,7 @@
|
|
|
3323
3323
|
"visibility": "internal"
|
|
3324
3324
|
}
|
|
3325
3325
|
],
|
|
3326
|
-
"src": "
|
|
3326
|
+
"src": "4357:40:43"
|
|
3327
3327
|
},
|
|
3328
3328
|
"returnParameters": {
|
|
3329
3329
|
"id": 18725,
|
|
@@ -3334,10 +3334,10 @@
|
|
|
3334
3334
|
"id": 18724,
|
|
3335
3335
|
"mutability": "mutable",
|
|
3336
3336
|
"name": "callInfo",
|
|
3337
|
-
"nameLocation": "
|
|
3337
|
+
"nameLocation": "4445:8:43",
|
|
3338
3338
|
"nodeType": "VariableDeclaration",
|
|
3339
3339
|
"scope": 18740,
|
|
3340
|
-
"src": "
|
|
3340
|
+
"src": "4437:16:43",
|
|
3341
3341
|
"stateVariable": false,
|
|
3342
3342
|
"storageLocation": "default",
|
|
3343
3343
|
"typeDescriptions": {
|
|
@@ -3348,7 +3348,7 @@
|
|
|
3348
3348
|
"id": 18723,
|
|
3349
3349
|
"name": "uint256",
|
|
3350
3350
|
"nodeType": "ElementaryTypeName",
|
|
3351
|
-
"src": "
|
|
3351
|
+
"src": "4437:7:43",
|
|
3352
3352
|
"typeDescriptions": {
|
|
3353
3353
|
"typeIdentifier": "t_uint256",
|
|
3354
3354
|
"typeString": "uint256"
|
|
@@ -3357,17 +3357,17 @@
|
|
|
3357
3357
|
"visibility": "internal"
|
|
3358
3358
|
}
|
|
3359
3359
|
],
|
|
3360
|
-
"src": "
|
|
3360
|
+
"src": "4436:18:43"
|
|
3361
3361
|
},
|
|
3362
3362
|
"scope": 18741,
|
|
3363
|
-
"src": "
|
|
3363
|
+
"src": "4334:225:43",
|
|
3364
3364
|
"stateMutability": "pure",
|
|
3365
3365
|
"virtual": false,
|
|
3366
3366
|
"visibility": "internal"
|
|
3367
3367
|
}
|
|
3368
3368
|
],
|
|
3369
3369
|
"scope": 18964,
|
|
3370
|
-
"src": "
|
|
3370
|
+
"src": "3374:1188:43",
|
|
3371
3371
|
"usedErrors": []
|
|
3372
3372
|
},
|
|
3373
3373
|
{
|
|
@@ -3379,7 +3379,7 @@
|
|
|
3379
3379
|
"documentation": {
|
|
3380
3380
|
"id": 18742,
|
|
3381
3381
|
"nodeType": "StructuredDocumentation",
|
|
3382
|
-
"src": "
|
|
3382
|
+
"src": "4564:74:43",
|
|
3383
3383
|
"text": " @title Flow Operator definitions library\n @author Superfluid"
|
|
3384
3384
|
},
|
|
3385
3385
|
"fullyImplemented": true,
|
|
@@ -3388,7 +3388,7 @@
|
|
|
3388
3388
|
18828
|
|
3389
3389
|
],
|
|
3390
3390
|
"name": "FlowOperatorDefinitions",
|
|
3391
|
-
"nameLocation": "
|
|
3391
|
+
"nameLocation": "4648:23:43",
|
|
3392
3392
|
"nodeType": "ContractDefinition",
|
|
3393
3393
|
"nodes": [
|
|
3394
3394
|
{
|
|
@@ -3396,10 +3396,10 @@
|
|
|
3396
3396
|
"id": 18750,
|
|
3397
3397
|
"mutability": "constant",
|
|
3398
3398
|
"name": "AUTHORIZE_FLOW_OPERATOR_CREATE",
|
|
3399
|
-
"nameLocation": "
|
|
3399
|
+
"nameLocation": "4702:30:43",
|
|
3400
3400
|
"nodeType": "VariableDeclaration",
|
|
3401
3401
|
"scope": 18828,
|
|
3402
|
-
"src": "
|
|
3402
|
+
"src": "4678:70:43",
|
|
3403
3403
|
"stateVariable": true,
|
|
3404
3404
|
"storageLocation": "default",
|
|
3405
3405
|
"typeDescriptions": {
|
|
@@ -3410,7 +3410,7 @@
|
|
|
3410
3410
|
"id": 18743,
|
|
3411
3411
|
"name": "uint8",
|
|
3412
3412
|
"nodeType": "ElementaryTypeName",
|
|
3413
|
-
"src": "
|
|
3413
|
+
"src": "4678:5:43",
|
|
3414
3414
|
"typeDescriptions": {
|
|
3415
3415
|
"typeIdentifier": "t_uint8",
|
|
3416
3416
|
"typeString": "uint8"
|
|
@@ -3437,7 +3437,7 @@
|
|
|
3437
3437
|
"kind": "number",
|
|
3438
3438
|
"lValueRequested": false,
|
|
3439
3439
|
"nodeType": "Literal",
|
|
3440
|
-
"src": "
|
|
3440
|
+
"src": "4741:1:43",
|
|
3441
3441
|
"typeDescriptions": {
|
|
3442
3442
|
"typeIdentifier": "t_rational_1_by_1",
|
|
3443
3443
|
"typeString": "int_const 1"
|
|
@@ -3458,7 +3458,7 @@
|
|
|
3458
3458
|
"isPure": true,
|
|
3459
3459
|
"lValueRequested": false,
|
|
3460
3460
|
"nodeType": "ElementaryTypeNameExpression",
|
|
3461
|
-
"src": "
|
|
3461
|
+
"src": "4735:5:43",
|
|
3462
3462
|
"typeDescriptions": {
|
|
3463
3463
|
"typeIdentifier": "t_type$_t_uint8_$",
|
|
3464
3464
|
"typeString": "type(uint8)"
|
|
@@ -3467,7 +3467,7 @@
|
|
|
3467
3467
|
"id": 18744,
|
|
3468
3468
|
"name": "uint8",
|
|
3469
3469
|
"nodeType": "ElementaryTypeName",
|
|
3470
|
-
"src": "
|
|
3470
|
+
"src": "4735:5:43",
|
|
3471
3471
|
"typeDescriptions": {}
|
|
3472
3472
|
}
|
|
3473
3473
|
},
|
|
@@ -3479,7 +3479,7 @@
|
|
|
3479
3479
|
"lValueRequested": false,
|
|
3480
3480
|
"names": [],
|
|
3481
3481
|
"nodeType": "FunctionCall",
|
|
3482
|
-
"src": "
|
|
3482
|
+
"src": "4735:8:43",
|
|
3483
3483
|
"tryCall": false,
|
|
3484
3484
|
"typeDescriptions": {
|
|
3485
3485
|
"typeIdentifier": "t_uint8",
|
|
@@ -3497,14 +3497,14 @@
|
|
|
3497
3497
|
"kind": "number",
|
|
3498
3498
|
"lValueRequested": false,
|
|
3499
3499
|
"nodeType": "Literal",
|
|
3500
|
-
"src": "
|
|
3500
|
+
"src": "4747:1:43",
|
|
3501
3501
|
"typeDescriptions": {
|
|
3502
3502
|
"typeIdentifier": "t_rational_0_by_1",
|
|
3503
3503
|
"typeString": "int_const 0"
|
|
3504
3504
|
},
|
|
3505
3505
|
"value": "0"
|
|
3506
3506
|
},
|
|
3507
|
-
"src": "
|
|
3507
|
+
"src": "4735:13:43",
|
|
3508
3508
|
"typeDescriptions": {
|
|
3509
3509
|
"typeIdentifier": "t_uint8",
|
|
3510
3510
|
"typeString": "uint8"
|
|
@@ -3517,10 +3517,10 @@
|
|
|
3517
3517
|
"id": 18758,
|
|
3518
3518
|
"mutability": "constant",
|
|
3519
3519
|
"name": "AUTHORIZE_FLOW_OPERATOR_UPDATE",
|
|
3520
|
-
"nameLocation": "
|
|
3520
|
+
"nameLocation": "4778:30:43",
|
|
3521
3521
|
"nodeType": "VariableDeclaration",
|
|
3522
3522
|
"scope": 18828,
|
|
3523
|
-
"src": "
|
|
3523
|
+
"src": "4754:70:43",
|
|
3524
3524
|
"stateVariable": true,
|
|
3525
3525
|
"storageLocation": "default",
|
|
3526
3526
|
"typeDescriptions": {
|
|
@@ -3531,7 +3531,7 @@
|
|
|
3531
3531
|
"id": 18751,
|
|
3532
3532
|
"name": "uint8",
|
|
3533
3533
|
"nodeType": "ElementaryTypeName",
|
|
3534
|
-
"src": "
|
|
3534
|
+
"src": "4754:5:43",
|
|
3535
3535
|
"typeDescriptions": {
|
|
3536
3536
|
"typeIdentifier": "t_uint8",
|
|
3537
3537
|
"typeString": "uint8"
|
|
@@ -3558,7 +3558,7 @@
|
|
|
3558
3558
|
"kind": "number",
|
|
3559
3559
|
"lValueRequested": false,
|
|
3560
3560
|
"nodeType": "Literal",
|
|
3561
|
-
"src": "
|
|
3561
|
+
"src": "4817:1:43",
|
|
3562
3562
|
"typeDescriptions": {
|
|
3563
3563
|
"typeIdentifier": "t_rational_1_by_1",
|
|
3564
3564
|
"typeString": "int_const 1"
|
|
@@ -3579,7 +3579,7 @@
|
|
|
3579
3579
|
"isPure": true,
|
|
3580
3580
|
"lValueRequested": false,
|
|
3581
3581
|
"nodeType": "ElementaryTypeNameExpression",
|
|
3582
|
-
"src": "
|
|
3582
|
+
"src": "4811:5:43",
|
|
3583
3583
|
"typeDescriptions": {
|
|
3584
3584
|
"typeIdentifier": "t_type$_t_uint8_$",
|
|
3585
3585
|
"typeString": "type(uint8)"
|
|
@@ -3588,7 +3588,7 @@
|
|
|
3588
3588
|
"id": 18752,
|
|
3589
3589
|
"name": "uint8",
|
|
3590
3590
|
"nodeType": "ElementaryTypeName",
|
|
3591
|
-
"src": "
|
|
3591
|
+
"src": "4811:5:43",
|
|
3592
3592
|
"typeDescriptions": {}
|
|
3593
3593
|
}
|
|
3594
3594
|
},
|
|
@@ -3600,7 +3600,7 @@
|
|
|
3600
3600
|
"lValueRequested": false,
|
|
3601
3601
|
"names": [],
|
|
3602
3602
|
"nodeType": "FunctionCall",
|
|
3603
|
-
"src": "
|
|
3603
|
+
"src": "4811:8:43",
|
|
3604
3604
|
"tryCall": false,
|
|
3605
3605
|
"typeDescriptions": {
|
|
3606
3606
|
"typeIdentifier": "t_uint8",
|
|
@@ -3618,14 +3618,14 @@
|
|
|
3618
3618
|
"kind": "number",
|
|
3619
3619
|
"lValueRequested": false,
|
|
3620
3620
|
"nodeType": "Literal",
|
|
3621
|
-
"src": "
|
|
3621
|
+
"src": "4823:1:43",
|
|
3622
3622
|
"typeDescriptions": {
|
|
3623
3623
|
"typeIdentifier": "t_rational_1_by_1",
|
|
3624
3624
|
"typeString": "int_const 1"
|
|
3625
3625
|
},
|
|
3626
3626
|
"value": "1"
|
|
3627
3627
|
},
|
|
3628
|
-
"src": "
|
|
3628
|
+
"src": "4811:13:43",
|
|
3629
3629
|
"typeDescriptions": {
|
|
3630
3630
|
"typeIdentifier": "t_uint8",
|
|
3631
3631
|
"typeString": "uint8"
|
|
@@ -3638,10 +3638,10 @@
|
|
|
3638
3638
|
"id": 18766,
|
|
3639
3639
|
"mutability": "constant",
|
|
3640
3640
|
"name": "AUTHORIZE_FLOW_OPERATOR_DELETE",
|
|
3641
|
-
"nameLocation": "
|
|
3641
|
+
"nameLocation": "4854:30:43",
|
|
3642
3642
|
"nodeType": "VariableDeclaration",
|
|
3643
3643
|
"scope": 18828,
|
|
3644
|
-
"src": "
|
|
3644
|
+
"src": "4830:70:43",
|
|
3645
3645
|
"stateVariable": true,
|
|
3646
3646
|
"storageLocation": "default",
|
|
3647
3647
|
"typeDescriptions": {
|
|
@@ -3652,7 +3652,7 @@
|
|
|
3652
3652
|
"id": 18759,
|
|
3653
3653
|
"name": "uint8",
|
|
3654
3654
|
"nodeType": "ElementaryTypeName",
|
|
3655
|
-
"src": "
|
|
3655
|
+
"src": "4830:5:43",
|
|
3656
3656
|
"typeDescriptions": {
|
|
3657
3657
|
"typeIdentifier": "t_uint8",
|
|
3658
3658
|
"typeString": "uint8"
|
|
@@ -3679,7 +3679,7 @@
|
|
|
3679
3679
|
"kind": "number",
|
|
3680
3680
|
"lValueRequested": false,
|
|
3681
3681
|
"nodeType": "Literal",
|
|
3682
|
-
"src": "
|
|
3682
|
+
"src": "4893:1:43",
|
|
3683
3683
|
"typeDescriptions": {
|
|
3684
3684
|
"typeIdentifier": "t_rational_1_by_1",
|
|
3685
3685
|
"typeString": "int_const 1"
|
|
@@ -3700,7 +3700,7 @@
|
|
|
3700
3700
|
"isPure": true,
|
|
3701
3701
|
"lValueRequested": false,
|
|
3702
3702
|
"nodeType": "ElementaryTypeNameExpression",
|
|
3703
|
-
"src": "
|
|
3703
|
+
"src": "4887:5:43",
|
|
3704
3704
|
"typeDescriptions": {
|
|
3705
3705
|
"typeIdentifier": "t_type$_t_uint8_$",
|
|
3706
3706
|
"typeString": "type(uint8)"
|
|
@@ -3709,7 +3709,7 @@
|
|
|
3709
3709
|
"id": 18760,
|
|
3710
3710
|
"name": "uint8",
|
|
3711
3711
|
"nodeType": "ElementaryTypeName",
|
|
3712
|
-
"src": "
|
|
3712
|
+
"src": "4887:5:43",
|
|
3713
3713
|
"typeDescriptions": {}
|
|
3714
3714
|
}
|
|
3715
3715
|
},
|
|
@@ -3721,7 +3721,7 @@
|
|
|
3721
3721
|
"lValueRequested": false,
|
|
3722
3722
|
"names": [],
|
|
3723
3723
|
"nodeType": "FunctionCall",
|
|
3724
|
-
"src": "
|
|
3724
|
+
"src": "4887:8:43",
|
|
3725
3725
|
"tryCall": false,
|
|
3726
3726
|
"typeDescriptions": {
|
|
3727
3727
|
"typeIdentifier": "t_uint8",
|
|
@@ -3739,14 +3739,14 @@
|
|
|
3739
3739
|
"kind": "number",
|
|
3740
3740
|
"lValueRequested": false,
|
|
3741
3741
|
"nodeType": "Literal",
|
|
3742
|
-
"src": "
|
|
3742
|
+
"src": "4899:1:43",
|
|
3743
3743
|
"typeDescriptions": {
|
|
3744
3744
|
"typeIdentifier": "t_rational_2_by_1",
|
|
3745
3745
|
"typeString": "int_const 2"
|
|
3746
3746
|
},
|
|
3747
3747
|
"value": "2"
|
|
3748
3748
|
},
|
|
3749
|
-
"src": "
|
|
3749
|
+
"src": "4887:13:43",
|
|
3750
3750
|
"typeDescriptions": {
|
|
3751
3751
|
"typeIdentifier": "t_uint8",
|
|
3752
3752
|
"typeString": "uint8"
|
|
@@ -3759,10 +3759,10 @@
|
|
|
3759
3759
|
"id": 18773,
|
|
3760
3760
|
"mutability": "constant",
|
|
3761
3761
|
"name": "AUTHORIZE_FULL_CONTROL",
|
|
3762
|
-
"nameLocation": "
|
|
3762
|
+
"nameLocation": "4930:22:43",
|
|
3763
3763
|
"nodeType": "VariableDeclaration",
|
|
3764
3764
|
"scope": 18828,
|
|
3765
|
-
"src": "
|
|
3765
|
+
"src": "4906:153:43",
|
|
3766
3766
|
"stateVariable": true,
|
|
3767
3767
|
"storageLocation": "default",
|
|
3768
3768
|
"typeDescriptions": {
|
|
@@ -3773,7 +3773,7 @@
|
|
|
3773
3773
|
"id": 18767,
|
|
3774
3774
|
"name": "uint8",
|
|
3775
3775
|
"nodeType": "ElementaryTypeName",
|
|
3776
|
-
"src": "
|
|
3776
|
+
"src": "4906:5:43",
|
|
3777
3777
|
"typeDescriptions": {
|
|
3778
3778
|
"typeIdentifier": "t_uint8",
|
|
3779
3779
|
"typeString": "uint8"
|
|
@@ -3805,7 +3805,7 @@
|
|
|
3805
3805
|
"nodeType": "Identifier",
|
|
3806
3806
|
"overloadedDeclarations": [],
|
|
3807
3807
|
"referencedDeclaration": 18750,
|
|
3808
|
-
"src": "
|
|
3808
|
+
"src": "4963:30:43",
|
|
3809
3809
|
"typeDescriptions": {
|
|
3810
3810
|
"typeIdentifier": "t_uint8",
|
|
3811
3811
|
"typeString": "uint8"
|
|
@@ -3819,13 +3819,13 @@
|
|
|
3819
3819
|
"nodeType": "Identifier",
|
|
3820
3820
|
"overloadedDeclarations": [],
|
|
3821
3821
|
"referencedDeclaration": 18758,
|
|
3822
|
-
"src": "
|
|
3822
|
+
"src": "4996:30:43",
|
|
3823
3823
|
"typeDescriptions": {
|
|
3824
3824
|
"typeIdentifier": "t_uint8",
|
|
3825
3825
|
"typeString": "uint8"
|
|
3826
3826
|
}
|
|
3827
3827
|
},
|
|
3828
|
-
"src": "
|
|
3828
|
+
"src": "4963:63:43",
|
|
3829
3829
|
"typeDescriptions": {
|
|
3830
3830
|
"typeIdentifier": "t_uint8",
|
|
3831
3831
|
"typeString": "uint8"
|
|
@@ -3839,13 +3839,13 @@
|
|
|
3839
3839
|
"nodeType": "Identifier",
|
|
3840
3840
|
"overloadedDeclarations": [],
|
|
3841
3841
|
"referencedDeclaration": 18766,
|
|
3842
|
-
"src": "
|
|
3842
|
+
"src": "5029:30:43",
|
|
3843
3843
|
"typeDescriptions": {
|
|
3844
3844
|
"typeIdentifier": "t_uint8",
|
|
3845
3845
|
"typeString": "uint8"
|
|
3846
3846
|
}
|
|
3847
3847
|
},
|
|
3848
|
-
"src": "
|
|
3848
|
+
"src": "4963:96:43",
|
|
3849
3849
|
"typeDescriptions": {
|
|
3850
3850
|
"typeIdentifier": "t_uint8",
|
|
3851
3851
|
"typeString": "uint8"
|
|
@@ -3858,10 +3858,10 @@
|
|
|
3858
3858
|
"id": 18783,
|
|
3859
3859
|
"mutability": "constant",
|
|
3860
3860
|
"name": "REVOKE_FLOW_OPERATOR_CREATE",
|
|
3861
|
-
"nameLocation": "
|
|
3861
|
+
"nameLocation": "5089:27:43",
|
|
3862
3862
|
"nodeType": "VariableDeclaration",
|
|
3863
3863
|
"scope": 18828,
|
|
3864
|
-
"src": "
|
|
3864
|
+
"src": "5065:70:43",
|
|
3865
3865
|
"stateVariable": true,
|
|
3866
3866
|
"storageLocation": "default",
|
|
3867
3867
|
"typeDescriptions": {
|
|
@@ -3872,7 +3872,7 @@
|
|
|
3872
3872
|
"id": 18774,
|
|
3873
3873
|
"name": "uint8",
|
|
3874
3874
|
"nodeType": "ElementaryTypeName",
|
|
3875
|
-
"src": "
|
|
3875
|
+
"src": "5065:5:43",
|
|
3876
3876
|
"typeDescriptions": {
|
|
3877
3877
|
"typeIdentifier": "t_uint8",
|
|
3878
3878
|
"typeString": "uint8"
|
|
@@ -3887,7 +3887,7 @@
|
|
|
3887
3887
|
"nodeType": "UnaryOperation",
|
|
3888
3888
|
"operator": "~",
|
|
3889
3889
|
"prefix": true,
|
|
3890
|
-
"src": "
|
|
3890
|
+
"src": "5119:16:43",
|
|
3891
3891
|
"subExpression": {
|
|
3892
3892
|
"components": [
|
|
3893
3893
|
{
|
|
@@ -3911,7 +3911,7 @@
|
|
|
3911
3911
|
"kind": "number",
|
|
3912
3912
|
"lValueRequested": false,
|
|
3913
3913
|
"nodeType": "Literal",
|
|
3914
|
-
"src": "
|
|
3914
|
+
"src": "5127:1:43",
|
|
3915
3915
|
"typeDescriptions": {
|
|
3916
3916
|
"typeIdentifier": "t_rational_1_by_1",
|
|
3917
3917
|
"typeString": "int_const 1"
|
|
@@ -3932,7 +3932,7 @@
|
|
|
3932
3932
|
"isPure": true,
|
|
3933
3933
|
"lValueRequested": false,
|
|
3934
3934
|
"nodeType": "ElementaryTypeNameExpression",
|
|
3935
|
-
"src": "
|
|
3935
|
+
"src": "5121:5:43",
|
|
3936
3936
|
"typeDescriptions": {
|
|
3937
3937
|
"typeIdentifier": "t_type$_t_uint8_$",
|
|
3938
3938
|
"typeString": "type(uint8)"
|
|
@@ -3941,7 +3941,7 @@
|
|
|
3941
3941
|
"id": 18775,
|
|
3942
3942
|
"name": "uint8",
|
|
3943
3943
|
"nodeType": "ElementaryTypeName",
|
|
3944
|
-
"src": "
|
|
3944
|
+
"src": "5121:5:43",
|
|
3945
3945
|
"typeDescriptions": {}
|
|
3946
3946
|
}
|
|
3947
3947
|
},
|
|
@@ -3953,7 +3953,7 @@
|
|
|
3953
3953
|
"lValueRequested": false,
|
|
3954
3954
|
"names": [],
|
|
3955
3955
|
"nodeType": "FunctionCall",
|
|
3956
|
-
"src": "
|
|
3956
|
+
"src": "5121:8:43",
|
|
3957
3957
|
"tryCall": false,
|
|
3958
3958
|
"typeDescriptions": {
|
|
3959
3959
|
"typeIdentifier": "t_uint8",
|
|
@@ -3971,14 +3971,14 @@
|
|
|
3971
3971
|
"kind": "number",
|
|
3972
3972
|
"lValueRequested": false,
|
|
3973
3973
|
"nodeType": "Literal",
|
|
3974
|
-
"src": "
|
|
3974
|
+
"src": "5133:1:43",
|
|
3975
3975
|
"typeDescriptions": {
|
|
3976
3976
|
"typeIdentifier": "t_rational_0_by_1",
|
|
3977
3977
|
"typeString": "int_const 0"
|
|
3978
3978
|
},
|
|
3979
3979
|
"value": "0"
|
|
3980
3980
|
},
|
|
3981
|
-
"src": "
|
|
3981
|
+
"src": "5121:13:43",
|
|
3982
3982
|
"typeDescriptions": {
|
|
3983
3983
|
"typeIdentifier": "t_uint8",
|
|
3984
3984
|
"typeString": "uint8"
|
|
@@ -3992,7 +3992,7 @@
|
|
|
3992
3992
|
"isPure": true,
|
|
3993
3993
|
"lValueRequested": false,
|
|
3994
3994
|
"nodeType": "TupleExpression",
|
|
3995
|
-
"src": "
|
|
3995
|
+
"src": "5120:15:43",
|
|
3996
3996
|
"typeDescriptions": {
|
|
3997
3997
|
"typeIdentifier": "t_uint8",
|
|
3998
3998
|
"typeString": "uint8"
|
|
@@ -4010,10 +4010,10 @@
|
|
|
4010
4010
|
"id": 18793,
|
|
4011
4011
|
"mutability": "constant",
|
|
4012
4012
|
"name": "REVOKE_FLOW_OPERATOR_UPDATE",
|
|
4013
|
-
"nameLocation": "
|
|
4013
|
+
"nameLocation": "5165:27:43",
|
|
4014
4014
|
"nodeType": "VariableDeclaration",
|
|
4015
4015
|
"scope": 18828,
|
|
4016
|
-
"src": "
|
|
4016
|
+
"src": "5141:70:43",
|
|
4017
4017
|
"stateVariable": true,
|
|
4018
4018
|
"storageLocation": "default",
|
|
4019
4019
|
"typeDescriptions": {
|
|
@@ -4024,7 +4024,7 @@
|
|
|
4024
4024
|
"id": 18784,
|
|
4025
4025
|
"name": "uint8",
|
|
4026
4026
|
"nodeType": "ElementaryTypeName",
|
|
4027
|
-
"src": "
|
|
4027
|
+
"src": "5141:5:43",
|
|
4028
4028
|
"typeDescriptions": {
|
|
4029
4029
|
"typeIdentifier": "t_uint8",
|
|
4030
4030
|
"typeString": "uint8"
|
|
@@ -4039,7 +4039,7 @@
|
|
|
4039
4039
|
"nodeType": "UnaryOperation",
|
|
4040
4040
|
"operator": "~",
|
|
4041
4041
|
"prefix": true,
|
|
4042
|
-
"src": "
|
|
4042
|
+
"src": "5195:16:43",
|
|
4043
4043
|
"subExpression": {
|
|
4044
4044
|
"components": [
|
|
4045
4045
|
{
|
|
@@ -4063,7 +4063,7 @@
|
|
|
4063
4063
|
"kind": "number",
|
|
4064
4064
|
"lValueRequested": false,
|
|
4065
4065
|
"nodeType": "Literal",
|
|
4066
|
-
"src": "
|
|
4066
|
+
"src": "5203:1:43",
|
|
4067
4067
|
"typeDescriptions": {
|
|
4068
4068
|
"typeIdentifier": "t_rational_1_by_1",
|
|
4069
4069
|
"typeString": "int_const 1"
|
|
@@ -4084,7 +4084,7 @@
|
|
|
4084
4084
|
"isPure": true,
|
|
4085
4085
|
"lValueRequested": false,
|
|
4086
4086
|
"nodeType": "ElementaryTypeNameExpression",
|
|
4087
|
-
"src": "
|
|
4087
|
+
"src": "5197:5:43",
|
|
4088
4088
|
"typeDescriptions": {
|
|
4089
4089
|
"typeIdentifier": "t_type$_t_uint8_$",
|
|
4090
4090
|
"typeString": "type(uint8)"
|
|
@@ -4093,7 +4093,7 @@
|
|
|
4093
4093
|
"id": 18785,
|
|
4094
4094
|
"name": "uint8",
|
|
4095
4095
|
"nodeType": "ElementaryTypeName",
|
|
4096
|
-
"src": "
|
|
4096
|
+
"src": "5197:5:43",
|
|
4097
4097
|
"typeDescriptions": {}
|
|
4098
4098
|
}
|
|
4099
4099
|
},
|
|
@@ -4105,7 +4105,7 @@
|
|
|
4105
4105
|
"lValueRequested": false,
|
|
4106
4106
|
"names": [],
|
|
4107
4107
|
"nodeType": "FunctionCall",
|
|
4108
|
-
"src": "
|
|
4108
|
+
"src": "5197:8:43",
|
|
4109
4109
|
"tryCall": false,
|
|
4110
4110
|
"typeDescriptions": {
|
|
4111
4111
|
"typeIdentifier": "t_uint8",
|
|
@@ -4123,14 +4123,14 @@
|
|
|
4123
4123
|
"kind": "number",
|
|
4124
4124
|
"lValueRequested": false,
|
|
4125
4125
|
"nodeType": "Literal",
|
|
4126
|
-
"src": "
|
|
4126
|
+
"src": "5209:1:43",
|
|
4127
4127
|
"typeDescriptions": {
|
|
4128
4128
|
"typeIdentifier": "t_rational_1_by_1",
|
|
4129
4129
|
"typeString": "int_const 1"
|
|
4130
4130
|
},
|
|
4131
4131
|
"value": "1"
|
|
4132
4132
|
},
|
|
4133
|
-
"src": "
|
|
4133
|
+
"src": "5197:13:43",
|
|
4134
4134
|
"typeDescriptions": {
|
|
4135
4135
|
"typeIdentifier": "t_uint8",
|
|
4136
4136
|
"typeString": "uint8"
|
|
@@ -4144,7 +4144,7 @@
|
|
|
4144
4144
|
"isPure": true,
|
|
4145
4145
|
"lValueRequested": false,
|
|
4146
4146
|
"nodeType": "TupleExpression",
|
|
4147
|
-
"src": "
|
|
4147
|
+
"src": "5196:15:43",
|
|
4148
4148
|
"typeDescriptions": {
|
|
4149
4149
|
"typeIdentifier": "t_uint8",
|
|
4150
4150
|
"typeString": "uint8"
|
|
@@ -4162,10 +4162,10 @@
|
|
|
4162
4162
|
"id": 18803,
|
|
4163
4163
|
"mutability": "constant",
|
|
4164
4164
|
"name": "REVOKE_FLOW_OPERATOR_DELETE",
|
|
4165
|
-
"nameLocation": "
|
|
4165
|
+
"nameLocation": "5241:27:43",
|
|
4166
4166
|
"nodeType": "VariableDeclaration",
|
|
4167
4167
|
"scope": 18828,
|
|
4168
|
-
"src": "
|
|
4168
|
+
"src": "5217:70:43",
|
|
4169
4169
|
"stateVariable": true,
|
|
4170
4170
|
"storageLocation": "default",
|
|
4171
4171
|
"typeDescriptions": {
|
|
@@ -4176,7 +4176,7 @@
|
|
|
4176
4176
|
"id": 18794,
|
|
4177
4177
|
"name": "uint8",
|
|
4178
4178
|
"nodeType": "ElementaryTypeName",
|
|
4179
|
-
"src": "
|
|
4179
|
+
"src": "5217:5:43",
|
|
4180
4180
|
"typeDescriptions": {
|
|
4181
4181
|
"typeIdentifier": "t_uint8",
|
|
4182
4182
|
"typeString": "uint8"
|
|
@@ -4191,7 +4191,7 @@
|
|
|
4191
4191
|
"nodeType": "UnaryOperation",
|
|
4192
4192
|
"operator": "~",
|
|
4193
4193
|
"prefix": true,
|
|
4194
|
-
"src": "
|
|
4194
|
+
"src": "5271:16:43",
|
|
4195
4195
|
"subExpression": {
|
|
4196
4196
|
"components": [
|
|
4197
4197
|
{
|
|
@@ -4215,7 +4215,7 @@
|
|
|
4215
4215
|
"kind": "number",
|
|
4216
4216
|
"lValueRequested": false,
|
|
4217
4217
|
"nodeType": "Literal",
|
|
4218
|
-
"src": "
|
|
4218
|
+
"src": "5279:1:43",
|
|
4219
4219
|
"typeDescriptions": {
|
|
4220
4220
|
"typeIdentifier": "t_rational_1_by_1",
|
|
4221
4221
|
"typeString": "int_const 1"
|
|
@@ -4236,7 +4236,7 @@
|
|
|
4236
4236
|
"isPure": true,
|
|
4237
4237
|
"lValueRequested": false,
|
|
4238
4238
|
"nodeType": "ElementaryTypeNameExpression",
|
|
4239
|
-
"src": "
|
|
4239
|
+
"src": "5273:5:43",
|
|
4240
4240
|
"typeDescriptions": {
|
|
4241
4241
|
"typeIdentifier": "t_type$_t_uint8_$",
|
|
4242
4242
|
"typeString": "type(uint8)"
|
|
@@ -4245,7 +4245,7 @@
|
|
|
4245
4245
|
"id": 18795,
|
|
4246
4246
|
"name": "uint8",
|
|
4247
4247
|
"nodeType": "ElementaryTypeName",
|
|
4248
|
-
"src": "
|
|
4248
|
+
"src": "5273:5:43",
|
|
4249
4249
|
"typeDescriptions": {}
|
|
4250
4250
|
}
|
|
4251
4251
|
},
|
|
@@ -4257,7 +4257,7 @@
|
|
|
4257
4257
|
"lValueRequested": false,
|
|
4258
4258
|
"names": [],
|
|
4259
4259
|
"nodeType": "FunctionCall",
|
|
4260
|
-
"src": "
|
|
4260
|
+
"src": "5273:8:43",
|
|
4261
4261
|
"tryCall": false,
|
|
4262
4262
|
"typeDescriptions": {
|
|
4263
4263
|
"typeIdentifier": "t_uint8",
|
|
@@ -4275,14 +4275,14 @@
|
|
|
4275
4275
|
"kind": "number",
|
|
4276
4276
|
"lValueRequested": false,
|
|
4277
4277
|
"nodeType": "Literal",
|
|
4278
|
-
"src": "
|
|
4278
|
+
"src": "5285:1:43",
|
|
4279
4279
|
"typeDescriptions": {
|
|
4280
4280
|
"typeIdentifier": "t_rational_2_by_1",
|
|
4281
4281
|
"typeString": "int_const 2"
|
|
4282
4282
|
},
|
|
4283
4283
|
"value": "2"
|
|
4284
4284
|
},
|
|
4285
|
-
"src": "
|
|
4285
|
+
"src": "5273:13:43",
|
|
4286
4286
|
"typeDescriptions": {
|
|
4287
4287
|
"typeIdentifier": "t_uint8",
|
|
4288
4288
|
"typeString": "uint8"
|
|
@@ -4296,7 +4296,7 @@
|
|
|
4296
4296
|
"isPure": true,
|
|
4297
4297
|
"lValueRequested": false,
|
|
4298
4298
|
"nodeType": "TupleExpression",
|
|
4299
|
-
"src": "
|
|
4299
|
+
"src": "5272:15:43",
|
|
4300
4300
|
"typeDescriptions": {
|
|
4301
4301
|
"typeIdentifier": "t_uint8",
|
|
4302
4302
|
"typeString": "uint8"
|
|
@@ -4313,7 +4313,7 @@
|
|
|
4313
4313
|
"body": {
|
|
4314
4314
|
"id": 18826,
|
|
4315
4315
|
"nodeType": "Block",
|
|
4316
|
-
"src": "
|
|
4316
|
+
"src": "5370:209:43",
|
|
4317
4317
|
"statements": [
|
|
4318
4318
|
{
|
|
4319
4319
|
"expression": {
|
|
@@ -4344,7 +4344,7 @@
|
|
|
4344
4344
|
"nodeType": "Identifier",
|
|
4345
4345
|
"overloadedDeclarations": [],
|
|
4346
4346
|
"referencedDeclaration": 18805,
|
|
4347
|
-
"src": "
|
|
4347
|
+
"src": "5401:11:43",
|
|
4348
4348
|
"typeDescriptions": {
|
|
4349
4349
|
"typeIdentifier": "t_uint8",
|
|
4350
4350
|
"typeString": "uint8"
|
|
@@ -4361,7 +4361,7 @@
|
|
|
4361
4361
|
"nodeType": "UnaryOperation",
|
|
4362
4362
|
"operator": "~",
|
|
4363
4363
|
"prefix": true,
|
|
4364
|
-
"src": "
|
|
4364
|
+
"src": "5415:131:43",
|
|
4365
4365
|
"subExpression": {
|
|
4366
4366
|
"components": [
|
|
4367
4367
|
{
|
|
@@ -4390,7 +4390,7 @@
|
|
|
4390
4390
|
"nodeType": "Identifier",
|
|
4391
4391
|
"overloadedDeclarations": [],
|
|
4392
4392
|
"referencedDeclaration": 18750,
|
|
4393
|
-
"src": "
|
|
4393
|
+
"src": "5417:30:43",
|
|
4394
4394
|
"typeDescriptions": {
|
|
4395
4395
|
"typeIdentifier": "t_uint8",
|
|
4396
4396
|
"typeString": "uint8"
|
|
@@ -4404,13 +4404,13 @@
|
|
|
4404
4404
|
"nodeType": "Identifier",
|
|
4405
4405
|
"overloadedDeclarations": [],
|
|
4406
4406
|
"referencedDeclaration": 18758,
|
|
4407
|
-
"src": "
|
|
4407
|
+
"src": "5466:30:43",
|
|
4408
4408
|
"typeDescriptions": {
|
|
4409
4409
|
"typeIdentifier": "t_uint8",
|
|
4410
4410
|
"typeString": "uint8"
|
|
4411
4411
|
}
|
|
4412
4412
|
},
|
|
4413
|
-
"src": "
|
|
4413
|
+
"src": "5417:79:43",
|
|
4414
4414
|
"typeDescriptions": {
|
|
4415
4415
|
"typeIdentifier": "t_uint8",
|
|
4416
4416
|
"typeString": "uint8"
|
|
@@ -4424,13 +4424,13 @@
|
|
|
4424
4424
|
"nodeType": "Identifier",
|
|
4425
4425
|
"overloadedDeclarations": [],
|
|
4426
4426
|
"referencedDeclaration": 18766,
|
|
4427
|
-
"src": "
|
|
4427
|
+
"src": "5515:30:43",
|
|
4428
4428
|
"typeDescriptions": {
|
|
4429
4429
|
"typeIdentifier": "t_uint8",
|
|
4430
4430
|
"typeString": "uint8"
|
|
4431
4431
|
}
|
|
4432
4432
|
},
|
|
4433
|
-
"src": "
|
|
4433
|
+
"src": "5417:128:43",
|
|
4434
4434
|
"typeDescriptions": {
|
|
4435
4435
|
"typeIdentifier": "t_uint8",
|
|
4436
4436
|
"typeString": "uint8"
|
|
@@ -4444,7 +4444,7 @@
|
|
|
4444
4444
|
"isPure": true,
|
|
4445
4445
|
"lValueRequested": false,
|
|
4446
4446
|
"nodeType": "TupleExpression",
|
|
4447
|
-
"src": "
|
|
4447
|
+
"src": "5416:130:43",
|
|
4448
4448
|
"typeDescriptions": {
|
|
4449
4449
|
"typeIdentifier": "t_uint8",
|
|
4450
4450
|
"typeString": "uint8"
|
|
@@ -4455,7 +4455,7 @@
|
|
|
4455
4455
|
"typeString": "uint8"
|
|
4456
4456
|
}
|
|
4457
4457
|
},
|
|
4458
|
-
"src": "
|
|
4458
|
+
"src": "5401:145:43",
|
|
4459
4459
|
"typeDescriptions": {
|
|
4460
4460
|
"typeIdentifier": "t_uint8",
|
|
4461
4461
|
"typeString": "uint8"
|
|
@@ -4469,7 +4469,7 @@
|
|
|
4469
4469
|
"isPure": false,
|
|
4470
4470
|
"lValueRequested": false,
|
|
4471
4471
|
"nodeType": "TupleExpression",
|
|
4472
|
-
"src": "
|
|
4472
|
+
"src": "5387:173:43",
|
|
4473
4473
|
"typeDescriptions": {
|
|
4474
4474
|
"typeIdentifier": "t_uint8",
|
|
4475
4475
|
"typeString": "uint8"
|
|
@@ -4488,7 +4488,7 @@
|
|
|
4488
4488
|
"kind": "number",
|
|
4489
4489
|
"lValueRequested": false,
|
|
4490
4490
|
"nodeType": "Literal",
|
|
4491
|
-
"src": "
|
|
4491
|
+
"src": "5570:1:43",
|
|
4492
4492
|
"typeDescriptions": {
|
|
4493
4493
|
"typeIdentifier": "t_rational_0_by_1",
|
|
4494
4494
|
"typeString": "int_const 0"
|
|
@@ -4509,7 +4509,7 @@
|
|
|
4509
4509
|
"isPure": true,
|
|
4510
4510
|
"lValueRequested": false,
|
|
4511
4511
|
"nodeType": "ElementaryTypeNameExpression",
|
|
4512
|
-
"src": "
|
|
4512
|
+
"src": "5564:5:43",
|
|
4513
4513
|
"typeDescriptions": {
|
|
4514
4514
|
"typeIdentifier": "t_type$_t_uint8_$",
|
|
4515
4515
|
"typeString": "type(uint8)"
|
|
@@ -4518,7 +4518,7 @@
|
|
|
4518
4518
|
"id": 18820,
|
|
4519
4519
|
"name": "uint8",
|
|
4520
4520
|
"nodeType": "ElementaryTypeName",
|
|
4521
|
-
"src": "
|
|
4521
|
+
"src": "5564:5:43",
|
|
4522
4522
|
"typeDescriptions": {}
|
|
4523
4523
|
}
|
|
4524
4524
|
},
|
|
@@ -4530,14 +4530,14 @@
|
|
|
4530
4530
|
"lValueRequested": false,
|
|
4531
4531
|
"names": [],
|
|
4532
4532
|
"nodeType": "FunctionCall",
|
|
4533
|
-
"src": "
|
|
4533
|
+
"src": "5564:8:43",
|
|
4534
4534
|
"tryCall": false,
|
|
4535
4535
|
"typeDescriptions": {
|
|
4536
4536
|
"typeIdentifier": "t_uint8",
|
|
4537
4537
|
"typeString": "uint8"
|
|
4538
4538
|
}
|
|
4539
4539
|
},
|
|
4540
|
-
"src": "
|
|
4540
|
+
"src": "5387:185:43",
|
|
4541
4541
|
"typeDescriptions": {
|
|
4542
4542
|
"typeIdentifier": "t_bool",
|
|
4543
4543
|
"typeString": "bool"
|
|
@@ -4546,7 +4546,7 @@
|
|
|
4546
4546
|
"functionReturnParameters": 18809,
|
|
4547
4547
|
"id": 18825,
|
|
4548
4548
|
"nodeType": "Return",
|
|
4549
|
-
"src": "
|
|
4549
|
+
"src": "5380:192:43"
|
|
4550
4550
|
}
|
|
4551
4551
|
]
|
|
4552
4552
|
},
|
|
@@ -4555,7 +4555,7 @@
|
|
|
4555
4555
|
"kind": "function",
|
|
4556
4556
|
"modifiers": [],
|
|
4557
4557
|
"name": "isPermissionsClean",
|
|
4558
|
-
"nameLocation": "
|
|
4558
|
+
"nameLocation": "5303:18:43",
|
|
4559
4559
|
"nodeType": "FunctionDefinition",
|
|
4560
4560
|
"parameters": {
|
|
4561
4561
|
"id": 18806,
|
|
@@ -4566,10 +4566,10 @@
|
|
|
4566
4566
|
"id": 18805,
|
|
4567
4567
|
"mutability": "mutable",
|
|
4568
4568
|
"name": "permissions",
|
|
4569
|
-
"nameLocation": "
|
|
4569
|
+
"nameLocation": "5328:11:43",
|
|
4570
4570
|
"nodeType": "VariableDeclaration",
|
|
4571
4571
|
"scope": 18827,
|
|
4572
|
-
"src": "
|
|
4572
|
+
"src": "5322:17:43",
|
|
4573
4573
|
"stateVariable": false,
|
|
4574
4574
|
"storageLocation": "default",
|
|
4575
4575
|
"typeDescriptions": {
|
|
@@ -4580,7 +4580,7 @@
|
|
|
4580
4580
|
"id": 18804,
|
|
4581
4581
|
"name": "uint8",
|
|
4582
4582
|
"nodeType": "ElementaryTypeName",
|
|
4583
|
-
"src": "
|
|
4583
|
+
"src": "5322:5:43",
|
|
4584
4584
|
"typeDescriptions": {
|
|
4585
4585
|
"typeIdentifier": "t_uint8",
|
|
4586
4586
|
"typeString": "uint8"
|
|
@@ -4589,7 +4589,7 @@
|
|
|
4589
4589
|
"visibility": "internal"
|
|
4590
4590
|
}
|
|
4591
4591
|
],
|
|
4592
|
-
"src": "
|
|
4592
|
+
"src": "5321:19:43"
|
|
4593
4593
|
},
|
|
4594
4594
|
"returnParameters": {
|
|
4595
4595
|
"id": 18809,
|
|
@@ -4603,7 +4603,7 @@
|
|
|
4603
4603
|
"nameLocation": "-1:-1:-1",
|
|
4604
4604
|
"nodeType": "VariableDeclaration",
|
|
4605
4605
|
"scope": 18827,
|
|
4606
|
-
"src": "
|
|
4606
|
+
"src": "5364:4:43",
|
|
4607
4607
|
"stateVariable": false,
|
|
4608
4608
|
"storageLocation": "default",
|
|
4609
4609
|
"typeDescriptions": {
|
|
@@ -4614,7 +4614,7 @@
|
|
|
4614
4614
|
"id": 18807,
|
|
4615
4615
|
"name": "bool",
|
|
4616
4616
|
"nodeType": "ElementaryTypeName",
|
|
4617
|
-
"src": "
|
|
4617
|
+
"src": "5364:4:43",
|
|
4618
4618
|
"typeDescriptions": {
|
|
4619
4619
|
"typeIdentifier": "t_bool",
|
|
4620
4620
|
"typeString": "bool"
|
|
@@ -4623,17 +4623,17 @@
|
|
|
4623
4623
|
"visibility": "internal"
|
|
4624
4624
|
}
|
|
4625
4625
|
],
|
|
4626
|
-
"src": "
|
|
4626
|
+
"src": "5363:6:43"
|
|
4627
4627
|
},
|
|
4628
4628
|
"scope": 18828,
|
|
4629
|
-
"src": "
|
|
4629
|
+
"src": "5294:285:43",
|
|
4630
4630
|
"stateMutability": "pure",
|
|
4631
4631
|
"virtual": false,
|
|
4632
4632
|
"visibility": "internal"
|
|
4633
4633
|
}
|
|
4634
4634
|
],
|
|
4635
4635
|
"scope": 18964,
|
|
4636
|
-
"src": "
|
|
4636
|
+
"src": "4640:942:43",
|
|
4637
4637
|
"usedErrors": []
|
|
4638
4638
|
},
|
|
4639
4639
|
{
|
|
@@ -4645,7 +4645,7 @@
|
|
|
4645
4645
|
"documentation": {
|
|
4646
4646
|
"id": 18829,
|
|
4647
4647
|
"nodeType": "StructuredDocumentation",
|
|
4648
|
-
"src": "
|
|
4648
|
+
"src": "5584:63:43",
|
|
4649
4649
|
"text": " @title Batch operation library\n @author Superfluid"
|
|
4650
4650
|
},
|
|
4651
4651
|
"fullyImplemented": true,
|
|
@@ -4654,7 +4654,7 @@
|
|
|
4654
4654
|
18862
|
|
4655
4655
|
],
|
|
4656
4656
|
"name": "BatchOperation",
|
|
4657
|
-
"nameLocation": "
|
|
4657
|
+
"nameLocation": "5656:14:43",
|
|
4658
4658
|
"nodeType": "ContractDefinition",
|
|
4659
4659
|
"nodes": [
|
|
4660
4660
|
{
|
|
@@ -4662,16 +4662,16 @@
|
|
|
4662
4662
|
"documentation": {
|
|
4663
4663
|
"id": 18830,
|
|
4664
4664
|
"nodeType": "StructuredDocumentation",
|
|
4665
|
-
"src": "
|
|
4665
|
+
"src": "5677:200:43",
|
|
4666
4666
|
"text": " @dev ERC20.approve batch operation type\n Call spec:\n ISuperToken(target).operationApprove(\n abi.decode(data, (address spender, uint256 amount))\n )"
|
|
4667
4667
|
},
|
|
4668
4668
|
"id": 18833,
|
|
4669
4669
|
"mutability": "constant",
|
|
4670
4670
|
"name": "OPERATION_TYPE_ERC20_APPROVE",
|
|
4671
|
-
"nameLocation": "
|
|
4671
|
+
"nameLocation": "5907:28:43",
|
|
4672
4672
|
"nodeType": "VariableDeclaration",
|
|
4673
4673
|
"scope": 18862,
|
|
4674
|
-
"src": "
|
|
4674
|
+
"src": "5882:57:43",
|
|
4675
4675
|
"stateVariable": true,
|
|
4676
4676
|
"storageLocation": "default",
|
|
4677
4677
|
"typeDescriptions": {
|
|
@@ -4682,7 +4682,7 @@
|
|
|
4682
4682
|
"id": 18831,
|
|
4683
4683
|
"name": "uint32",
|
|
4684
4684
|
"nodeType": "ElementaryTypeName",
|
|
4685
|
-
"src": "
|
|
4685
|
+
"src": "5882:6:43",
|
|
4686
4686
|
"typeDescriptions": {
|
|
4687
4687
|
"typeIdentifier": "t_uint32",
|
|
4688
4688
|
"typeString": "uint32"
|
|
@@ -4697,7 +4697,7 @@
|
|
|
4697
4697
|
"kind": "number",
|
|
4698
4698
|
"lValueRequested": false,
|
|
4699
4699
|
"nodeType": "Literal",
|
|
4700
|
-
"src": "
|
|
4700
|
+
"src": "5938:1:43",
|
|
4701
4701
|
"typeDescriptions": {
|
|
4702
4702
|
"typeIdentifier": "t_rational_1_by_1",
|
|
4703
4703
|
"typeString": "int_const 1"
|
|
@@ -4711,16 +4711,16 @@
|
|
|
4711
4711
|
"documentation": {
|
|
4712
4712
|
"id": 18834,
|
|
4713
4713
|
"nodeType": "StructuredDocumentation",
|
|
4714
|
-
"src": "
|
|
4714
|
+
"src": "5945:227:43",
|
|
4715
4715
|
"text": " @dev ERC20.transferFrom batch operation type\n Call spec:\n ISuperToken(target).operationTransferFrom(\n abi.decode(data, (address sender, address recipient, uint256 amount)\n )"
|
|
4716
4716
|
},
|
|
4717
4717
|
"id": 18837,
|
|
4718
4718
|
"mutability": "constant",
|
|
4719
4719
|
"name": "OPERATION_TYPE_ERC20_TRANSFER_FROM",
|
|
4720
|
-
"nameLocation": "
|
|
4720
|
+
"nameLocation": "6202:34:43",
|
|
4721
4721
|
"nodeType": "VariableDeclaration",
|
|
4722
4722
|
"scope": 18862,
|
|
4723
|
-
"src": "
|
|
4723
|
+
"src": "6177:63:43",
|
|
4724
4724
|
"stateVariable": true,
|
|
4725
4725
|
"storageLocation": "default",
|
|
4726
4726
|
"typeDescriptions": {
|
|
@@ -4731,7 +4731,7 @@
|
|
|
4731
4731
|
"id": 18835,
|
|
4732
4732
|
"name": "uint32",
|
|
4733
4733
|
"nodeType": "ElementaryTypeName",
|
|
4734
|
-
"src": "
|
|
4734
|
+
"src": "6177:6:43",
|
|
4735
4735
|
"typeDescriptions": {
|
|
4736
4736
|
"typeIdentifier": "t_uint32",
|
|
4737
4737
|
"typeString": "uint32"
|
|
@@ -4746,7 +4746,7 @@
|
|
|
4746
4746
|
"kind": "number",
|
|
4747
4747
|
"lValueRequested": false,
|
|
4748
4748
|
"nodeType": "Literal",
|
|
4749
|
-
"src": "
|
|
4749
|
+
"src": "6239:1:43",
|
|
4750
4750
|
"typeDescriptions": {
|
|
4751
4751
|
"typeIdentifier": "t_rational_2_by_1",
|
|
4752
4752
|
"typeString": "int_const 2"
|
|
@@ -4760,16 +4760,16 @@
|
|
|
4760
4760
|
"documentation": {
|
|
4761
4761
|
"id": 18838,
|
|
4762
4762
|
"nodeType": "StructuredDocumentation",
|
|
4763
|
-
"src": "
|
|
4763
|
+
"src": "6246:187:43",
|
|
4764
4764
|
"text": " @dev SuperToken.upgrade batch operation type\n Call spec:\n ISuperToken(target).operationUpgrade(\n abi.decode(data, (uint256 amount)\n )"
|
|
4765
4765
|
},
|
|
4766
4766
|
"id": 18843,
|
|
4767
4767
|
"mutability": "constant",
|
|
4768
4768
|
"name": "OPERATION_TYPE_SUPERTOKEN_UPGRADE",
|
|
4769
|
-
"nameLocation": "
|
|
4769
|
+
"nameLocation": "6463:33:43",
|
|
4770
4770
|
"nodeType": "VariableDeclaration",
|
|
4771
4771
|
"scope": 18862,
|
|
4772
|
-
"src": "
|
|
4772
|
+
"src": "6438:68:43",
|
|
4773
4773
|
"stateVariable": true,
|
|
4774
4774
|
"storageLocation": "default",
|
|
4775
4775
|
"typeDescriptions": {
|
|
@@ -4780,7 +4780,7 @@
|
|
|
4780
4780
|
"id": 18839,
|
|
4781
4781
|
"name": "uint32",
|
|
4782
4782
|
"nodeType": "ElementaryTypeName",
|
|
4783
|
-
"src": "
|
|
4783
|
+
"src": "6438:6:43",
|
|
4784
4784
|
"typeDescriptions": {
|
|
4785
4785
|
"typeIdentifier": "t_uint32",
|
|
4786
4786
|
"typeString": "uint32"
|
|
@@ -4805,7 +4805,7 @@
|
|
|
4805
4805
|
"kind": "number",
|
|
4806
4806
|
"lValueRequested": false,
|
|
4807
4807
|
"nodeType": "Literal",
|
|
4808
|
-
"src": "
|
|
4808
|
+
"src": "6499:1:43",
|
|
4809
4809
|
"typeDescriptions": {
|
|
4810
4810
|
"typeIdentifier": "t_rational_1_by_1",
|
|
4811
4811
|
"typeString": "int_const 1"
|
|
@@ -4823,14 +4823,14 @@
|
|
|
4823
4823
|
"kind": "number",
|
|
4824
4824
|
"lValueRequested": false,
|
|
4825
4825
|
"nodeType": "Literal",
|
|
4826
|
-
"src": "
|
|
4826
|
+
"src": "6503:3:43",
|
|
4827
4827
|
"typeDescriptions": {
|
|
4828
4828
|
"typeIdentifier": "t_rational_100_by_1",
|
|
4829
4829
|
"typeString": "int_const 100"
|
|
4830
4830
|
},
|
|
4831
4831
|
"value": "100"
|
|
4832
4832
|
},
|
|
4833
|
-
"src": "
|
|
4833
|
+
"src": "6499:7:43",
|
|
4834
4834
|
"typeDescriptions": {
|
|
4835
4835
|
"typeIdentifier": "t_rational_101_by_1",
|
|
4836
4836
|
"typeString": "int_const 101"
|
|
@@ -4843,16 +4843,16 @@
|
|
|
4843
4843
|
"documentation": {
|
|
4844
4844
|
"id": 18844,
|
|
4845
4845
|
"nodeType": "StructuredDocumentation",
|
|
4846
|
-
"src": "
|
|
4846
|
+
"src": "6512:191:43",
|
|
4847
4847
|
"text": " @dev SuperToken.downgrade batch operation type\n Call spec:\n ISuperToken(target).operationDowngrade(\n abi.decode(data, (uint256 amount)\n )"
|
|
4848
4848
|
},
|
|
4849
4849
|
"id": 18849,
|
|
4850
4850
|
"mutability": "constant",
|
|
4851
4851
|
"name": "OPERATION_TYPE_SUPERTOKEN_DOWNGRADE",
|
|
4852
|
-
"nameLocation": "
|
|
4852
|
+
"nameLocation": "6733:35:43",
|
|
4853
4853
|
"nodeType": "VariableDeclaration",
|
|
4854
4854
|
"scope": 18862,
|
|
4855
|
-
"src": "
|
|
4855
|
+
"src": "6708:70:43",
|
|
4856
4856
|
"stateVariable": true,
|
|
4857
4857
|
"storageLocation": "default",
|
|
4858
4858
|
"typeDescriptions": {
|
|
@@ -4863,7 +4863,7 @@
|
|
|
4863
4863
|
"id": 18845,
|
|
4864
4864
|
"name": "uint32",
|
|
4865
4865
|
"nodeType": "ElementaryTypeName",
|
|
4866
|
-
"src": "
|
|
4866
|
+
"src": "6708:6:43",
|
|
4867
4867
|
"typeDescriptions": {
|
|
4868
4868
|
"typeIdentifier": "t_uint32",
|
|
4869
4869
|
"typeString": "uint32"
|
|
@@ -4888,7 +4888,7 @@
|
|
|
4888
4888
|
"kind": "number",
|
|
4889
4889
|
"lValueRequested": false,
|
|
4890
4890
|
"nodeType": "Literal",
|
|
4891
|
-
"src": "
|
|
4891
|
+
"src": "6771:1:43",
|
|
4892
4892
|
"typeDescriptions": {
|
|
4893
4893
|
"typeIdentifier": "t_rational_2_by_1",
|
|
4894
4894
|
"typeString": "int_const 2"
|
|
@@ -4906,14 +4906,14 @@
|
|
|
4906
4906
|
"kind": "number",
|
|
4907
4907
|
"lValueRequested": false,
|
|
4908
4908
|
"nodeType": "Literal",
|
|
4909
|
-
"src": "
|
|
4909
|
+
"src": "6775:3:43",
|
|
4910
4910
|
"typeDescriptions": {
|
|
4911
4911
|
"typeIdentifier": "t_rational_100_by_1",
|
|
4912
4912
|
"typeString": "int_const 100"
|
|
4913
4913
|
},
|
|
4914
4914
|
"value": "100"
|
|
4915
4915
|
},
|
|
4916
|
-
"src": "
|
|
4916
|
+
"src": "6771:7:43",
|
|
4917
4917
|
"typeDescriptions": {
|
|
4918
4918
|
"typeIdentifier": "t_rational_102_by_1",
|
|
4919
4919
|
"typeString": "int_const 102"
|
|
@@ -4926,16 +4926,16 @@
|
|
|
4926
4926
|
"documentation": {
|
|
4927
4927
|
"id": 18850,
|
|
4928
4928
|
"nodeType": "StructuredDocumentation",
|
|
4929
|
-
"src": "
|
|
4929
|
+
"src": "6784:223:43",
|
|
4930
4930
|
"text": " @dev Superfluid.callAgreement batch operation type\n Call spec:\n callAgreement(\n ISuperAgreement(target)),\n abi.decode(data, (bytes calldata, bytes userdata)\n )"
|
|
4931
4931
|
},
|
|
4932
4932
|
"id": 18855,
|
|
4933
4933
|
"mutability": "constant",
|
|
4934
4934
|
"name": "OPERATION_TYPE_SUPERFLUID_CALL_AGREEMENT",
|
|
4935
|
-
"nameLocation": "
|
|
4935
|
+
"nameLocation": "7037:40:43",
|
|
4936
4936
|
"nodeType": "VariableDeclaration",
|
|
4937
4937
|
"scope": 18862,
|
|
4938
|
-
"src": "
|
|
4938
|
+
"src": "7012:75:43",
|
|
4939
4939
|
"stateVariable": true,
|
|
4940
4940
|
"storageLocation": "default",
|
|
4941
4941
|
"typeDescriptions": {
|
|
@@ -4946,7 +4946,7 @@
|
|
|
4946
4946
|
"id": 18851,
|
|
4947
4947
|
"name": "uint32",
|
|
4948
4948
|
"nodeType": "ElementaryTypeName",
|
|
4949
|
-
"src": "
|
|
4949
|
+
"src": "7012:6:43",
|
|
4950
4950
|
"typeDescriptions": {
|
|
4951
4951
|
"typeIdentifier": "t_uint32",
|
|
4952
4952
|
"typeString": "uint32"
|
|
@@ -4971,7 +4971,7 @@
|
|
|
4971
4971
|
"kind": "number",
|
|
4972
4972
|
"lValueRequested": false,
|
|
4973
4973
|
"nodeType": "Literal",
|
|
4974
|
-
"src": "
|
|
4974
|
+
"src": "7080:1:43",
|
|
4975
4975
|
"typeDescriptions": {
|
|
4976
4976
|
"typeIdentifier": "t_rational_1_by_1",
|
|
4977
4977
|
"typeString": "int_const 1"
|
|
@@ -4989,14 +4989,14 @@
|
|
|
4989
4989
|
"kind": "number",
|
|
4990
4990
|
"lValueRequested": false,
|
|
4991
4991
|
"nodeType": "Literal",
|
|
4992
|
-
"src": "
|
|
4992
|
+
"src": "7084:3:43",
|
|
4993
4993
|
"typeDescriptions": {
|
|
4994
4994
|
"typeIdentifier": "t_rational_200_by_1",
|
|
4995
4995
|
"typeString": "int_const 200"
|
|
4996
4996
|
},
|
|
4997
4997
|
"value": "200"
|
|
4998
4998
|
},
|
|
4999
|
-
"src": "
|
|
4999
|
+
"src": "7080:7:43",
|
|
5000
5000
|
"typeDescriptions": {
|
|
5001
5001
|
"typeIdentifier": "t_rational_201_by_1",
|
|
5002
5002
|
"typeString": "int_const 201"
|
|
@@ -5009,16 +5009,16 @@
|
|
|
5009
5009
|
"documentation": {
|
|
5010
5010
|
"id": 18856,
|
|
5011
5011
|
"nodeType": "StructuredDocumentation",
|
|
5012
|
-
"src": "
|
|
5012
|
+
"src": "7093:172:43",
|
|
5013
5013
|
"text": " @dev Superfluid.callAppAction batch operation type\n Call spec:\n callAppAction(\n ISuperApp(target)),\n data\n )"
|
|
5014
5014
|
},
|
|
5015
5015
|
"id": 18861,
|
|
5016
5016
|
"mutability": "constant",
|
|
5017
5017
|
"name": "OPERATION_TYPE_SUPERFLUID_CALL_APP_ACTION",
|
|
5018
|
-
"nameLocation": "
|
|
5018
|
+
"nameLocation": "7295:41:43",
|
|
5019
5019
|
"nodeType": "VariableDeclaration",
|
|
5020
5020
|
"scope": 18862,
|
|
5021
|
-
"src": "
|
|
5021
|
+
"src": "7270:76:43",
|
|
5022
5022
|
"stateVariable": true,
|
|
5023
5023
|
"storageLocation": "default",
|
|
5024
5024
|
"typeDescriptions": {
|
|
@@ -5029,7 +5029,7 @@
|
|
|
5029
5029
|
"id": 18857,
|
|
5030
5030
|
"name": "uint32",
|
|
5031
5031
|
"nodeType": "ElementaryTypeName",
|
|
5032
|
-
"src": "
|
|
5032
|
+
"src": "7270:6:43",
|
|
5033
5033
|
"typeDescriptions": {
|
|
5034
5034
|
"typeIdentifier": "t_uint32",
|
|
5035
5035
|
"typeString": "uint32"
|
|
@@ -5054,7 +5054,7 @@
|
|
|
5054
5054
|
"kind": "number",
|
|
5055
5055
|
"lValueRequested": false,
|
|
5056
5056
|
"nodeType": "Literal",
|
|
5057
|
-
"src": "
|
|
5057
|
+
"src": "7339:1:43",
|
|
5058
5058
|
"typeDescriptions": {
|
|
5059
5059
|
"typeIdentifier": "t_rational_2_by_1",
|
|
5060
5060
|
"typeString": "int_const 2"
|
|
@@ -5072,14 +5072,14 @@
|
|
|
5072
5072
|
"kind": "number",
|
|
5073
5073
|
"lValueRequested": false,
|
|
5074
5074
|
"nodeType": "Literal",
|
|
5075
|
-
"src": "
|
|
5075
|
+
"src": "7343:3:43",
|
|
5076
5076
|
"typeDescriptions": {
|
|
5077
5077
|
"typeIdentifier": "t_rational_200_by_1",
|
|
5078
5078
|
"typeString": "int_const 200"
|
|
5079
5079
|
},
|
|
5080
5080
|
"value": "200"
|
|
5081
5081
|
},
|
|
5082
|
-
"src": "
|
|
5082
|
+
"src": "7339:7:43",
|
|
5083
5083
|
"typeDescriptions": {
|
|
5084
5084
|
"typeIdentifier": "t_rational_202_by_1",
|
|
5085
5085
|
"typeString": "int_const 202"
|
|
@@ -5089,7 +5089,7 @@
|
|
|
5089
5089
|
}
|
|
5090
5090
|
],
|
|
5091
5091
|
"scope": 18964,
|
|
5092
|
-
"src": "
|
|
5092
|
+
"src": "5648:1701:43",
|
|
5093
5093
|
"usedErrors": []
|
|
5094
5094
|
},
|
|
5095
5095
|
{
|
|
@@ -5101,7 +5101,7 @@
|
|
|
5101
5101
|
"documentation": {
|
|
5102
5102
|
"id": 18863,
|
|
5103
5103
|
"nodeType": "StructuredDocumentation",
|
|
5104
|
-
"src": "
|
|
5104
|
+
"src": "7351:77:43",
|
|
5105
5105
|
"text": " @title Superfluid governance configs library\n @author Superfluid"
|
|
5106
5106
|
},
|
|
5107
5107
|
"fullyImplemented": true,
|
|
@@ -5110,7 +5110,7 @@
|
|
|
5110
5110
|
18963
|
|
5111
5111
|
],
|
|
5112
5112
|
"name": "SuperfluidGovernanceConfigs",
|
|
5113
|
-
"nameLocation": "
|
|
5113
|
+
"nameLocation": "7437:27:43",
|
|
5114
5114
|
"nodeType": "ContractDefinition",
|
|
5115
5115
|
"nodes": [
|
|
5116
5116
|
{
|
|
@@ -5118,10 +5118,10 @@
|
|
|
5118
5118
|
"id": 18868,
|
|
5119
5119
|
"mutability": "constant",
|
|
5120
5120
|
"name": "SUPERFLUID_REWARD_ADDRESS_CONFIG_KEY",
|
|
5121
|
-
"nameLocation": "
|
|
5121
|
+
"nameLocation": "7498:36:43",
|
|
5122
5122
|
"nodeType": "VariableDeclaration",
|
|
5123
5123
|
"scope": 18963,
|
|
5124
|
-
"src": "
|
|
5124
|
+
"src": "7472:133:43",
|
|
5125
5125
|
"stateVariable": true,
|
|
5126
5126
|
"storageLocation": "default",
|
|
5127
5127
|
"typeDescriptions": {
|
|
@@ -5132,7 +5132,7 @@
|
|
|
5132
5132
|
"id": 18864,
|
|
5133
5133
|
"name": "bytes32",
|
|
5134
5134
|
"nodeType": "ElementaryTypeName",
|
|
5135
|
-
"src": "
|
|
5135
|
+
"src": "7472:7:43",
|
|
5136
5136
|
"typeDescriptions": {
|
|
5137
5137
|
"typeIdentifier": "t_bytes32",
|
|
5138
5138
|
"typeString": "bytes32"
|
|
@@ -5149,7 +5149,7 @@
|
|
|
5149
5149
|
"kind": "string",
|
|
5150
5150
|
"lValueRequested": false,
|
|
5151
5151
|
"nodeType": "Literal",
|
|
5152
|
-
"src": "
|
|
5152
|
+
"src": "7555:49:43",
|
|
5153
5153
|
"typeDescriptions": {
|
|
5154
5154
|
"typeIdentifier": "t_stringliteral_9f60ae461adf056670e03ae602566409933242392cb06744f5747c9f38b05d09",
|
|
5155
5155
|
"typeString": "literal_string \"org.superfluid-finance.superfluid.rewardAddress\""
|
|
@@ -5169,7 +5169,7 @@
|
|
|
5169
5169
|
"nodeType": "Identifier",
|
|
5170
5170
|
"overloadedDeclarations": [],
|
|
5171
5171
|
"referencedDeclaration": 4294967288,
|
|
5172
|
-
"src": "
|
|
5172
|
+
"src": "7545:9:43",
|
|
5173
5173
|
"typeDescriptions": {
|
|
5174
5174
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
|
5175
5175
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
|
@@ -5183,7 +5183,7 @@
|
|
|
5183
5183
|
"lValueRequested": false,
|
|
5184
5184
|
"names": [],
|
|
5185
5185
|
"nodeType": "FunctionCall",
|
|
5186
|
-
"src": "
|
|
5186
|
+
"src": "7545:60:43",
|
|
5187
5187
|
"tryCall": false,
|
|
5188
5188
|
"typeDescriptions": {
|
|
5189
5189
|
"typeIdentifier": "t_bytes32",
|
|
@@ -5197,10 +5197,10 @@
|
|
|
5197
5197
|
"id": 18873,
|
|
5198
5198
|
"mutability": "constant",
|
|
5199
5199
|
"name": "CFAV1_PPP_CONFIG_KEY",
|
|
5200
|
-
"nameLocation": "
|
|
5200
|
+
"nameLocation": "7637:20:43",
|
|
5201
5201
|
"nodeType": "VariableDeclaration",
|
|
5202
5202
|
"scope": 18963,
|
|
5203
|
-
"src": "
|
|
5203
|
+
"src": "7611:145:43",
|
|
5204
5204
|
"stateVariable": true,
|
|
5205
5205
|
"storageLocation": "default",
|
|
5206
5206
|
"typeDescriptions": {
|
|
@@ -5211,7 +5211,7 @@
|
|
|
5211
5211
|
"id": 18869,
|
|
5212
5212
|
"name": "bytes32",
|
|
5213
5213
|
"nodeType": "ElementaryTypeName",
|
|
5214
|
-
"src": "
|
|
5214
|
+
"src": "7611:7:43",
|
|
5215
5215
|
"typeDescriptions": {
|
|
5216
5216
|
"typeIdentifier": "t_bytes32",
|
|
5217
5217
|
"typeString": "bytes32"
|
|
@@ -5228,7 +5228,7 @@
|
|
|
5228
5228
|
"kind": "string",
|
|
5229
5229
|
"lValueRequested": false,
|
|
5230
5230
|
"nodeType": "Literal",
|
|
5231
|
-
"src": "
|
|
5231
|
+
"src": "7678:77:43",
|
|
5232
5232
|
"typeDescriptions": {
|
|
5233
5233
|
"typeIdentifier": "t_stringliteral_e420d96e81cb4a6b2abb2366c4f93312d4e2ae878a7d4b22e73472fdad891f78",
|
|
5234
5234
|
"typeString": "literal_string \"org.superfluid-finance.agreements.ConstantFlowAgreement.v1.PPPConfiguration\""
|
|
@@ -5248,7 +5248,7 @@
|
|
|
5248
5248
|
"nodeType": "Identifier",
|
|
5249
5249
|
"overloadedDeclarations": [],
|
|
5250
5250
|
"referencedDeclaration": 4294967288,
|
|
5251
|
-
"src": "
|
|
5251
|
+
"src": "7668:9:43",
|
|
5252
5252
|
"typeDescriptions": {
|
|
5253
5253
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
|
5254
5254
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
|
@@ -5262,7 +5262,7 @@
|
|
|
5262
5262
|
"lValueRequested": false,
|
|
5263
5263
|
"names": [],
|
|
5264
5264
|
"nodeType": "FunctionCall",
|
|
5265
|
-
"src": "
|
|
5265
|
+
"src": "7668:88:43",
|
|
5266
5266
|
"tryCall": false,
|
|
5267
5267
|
"typeDescriptions": {
|
|
5268
5268
|
"typeIdentifier": "t_bytes32",
|
|
@@ -5276,10 +5276,10 @@
|
|
|
5276
5276
|
"id": 18878,
|
|
5277
5277
|
"mutability": "constant",
|
|
5278
5278
|
"name": "SUPERTOKEN_MINIMUM_DEPOSIT_KEY",
|
|
5279
|
-
"nameLocation": "
|
|
5279
|
+
"nameLocation": "7788:30:43",
|
|
5280
5280
|
"nodeType": "VariableDeclaration",
|
|
5281
5281
|
"scope": 18963,
|
|
5282
|
-
"src": "
|
|
5282
|
+
"src": "7762:138:43",
|
|
5283
5283
|
"stateVariable": true,
|
|
5284
5284
|
"storageLocation": "default",
|
|
5285
5285
|
"typeDescriptions": {
|
|
@@ -5290,7 +5290,7 @@
|
|
|
5290
5290
|
"id": 18874,
|
|
5291
5291
|
"name": "bytes32",
|
|
5292
5292
|
"nodeType": "ElementaryTypeName",
|
|
5293
|
-
"src": "
|
|
5293
|
+
"src": "7762:7:43",
|
|
5294
5294
|
"typeDescriptions": {
|
|
5295
5295
|
"typeIdentifier": "t_bytes32",
|
|
5296
5296
|
"typeString": "bytes32"
|
|
@@ -5307,7 +5307,7 @@
|
|
|
5307
5307
|
"kind": "string",
|
|
5308
5308
|
"lValueRequested": false,
|
|
5309
5309
|
"nodeType": "Literal",
|
|
5310
|
-
"src": "
|
|
5310
|
+
"src": "7839:60:43",
|
|
5311
5311
|
"typeDescriptions": {
|
|
5312
5312
|
"typeIdentifier": "t_stringliteral_eae305fa863b373417e615b1044222e2806cefc7788d169ce6748a443c3f6cc4",
|
|
5313
5313
|
"typeString": "literal_string \"org.superfluid-finance.superfluid.superTokenMinimumDeposit\""
|
|
@@ -5327,7 +5327,7 @@
|
|
|
5327
5327
|
"nodeType": "Identifier",
|
|
5328
5328
|
"overloadedDeclarations": [],
|
|
5329
5329
|
"referencedDeclaration": 4294967288,
|
|
5330
|
-
"src": "
|
|
5330
|
+
"src": "7829:9:43",
|
|
5331
5331
|
"typeDescriptions": {
|
|
5332
5332
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
|
5333
5333
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
|
@@ -5341,7 +5341,7 @@
|
|
|
5341
5341
|
"lValueRequested": false,
|
|
5342
5342
|
"names": [],
|
|
5343
5343
|
"nodeType": "FunctionCall",
|
|
5344
|
-
"src": "
|
|
5344
|
+
"src": "7829:71:43",
|
|
5345
5345
|
"tryCall": false,
|
|
5346
5346
|
"typeDescriptions": {
|
|
5347
5347
|
"typeIdentifier": "t_bytes32",
|
|
@@ -5354,7 +5354,7 @@
|
|
|
5354
5354
|
"body": {
|
|
5355
5355
|
"id": 18893,
|
|
5356
5356
|
"nodeType": "Block",
|
|
5357
|
-
"src": "
|
|
5357
|
+
"src": "7996:135:43",
|
|
5358
5358
|
"statements": [
|
|
5359
5359
|
{
|
|
5360
5360
|
"expression": {
|
|
@@ -5370,7 +5370,7 @@
|
|
|
5370
5370
|
"kind": "string",
|
|
5371
5371
|
"lValueRequested": false,
|
|
5372
5372
|
"nodeType": "Literal",
|
|
5373
|
-
"src": "
|
|
5373
|
+
"src": "8047:52:43",
|
|
5374
5374
|
"typeDescriptions": {
|
|
5375
5375
|
"typeIdentifier": "t_stringliteral_5e8d8c86403ce515d0afc5f813484261c20de0e66deea95df3a7de50a4365fdd",
|
|
5376
5376
|
"typeString": "literal_string \"org.superfluid-finance.superfluid.trustedForwarder\""
|
|
@@ -5383,7 +5383,7 @@
|
|
|
5383
5383
|
"nodeType": "Identifier",
|
|
5384
5384
|
"overloadedDeclarations": [],
|
|
5385
5385
|
"referencedDeclaration": 18880,
|
|
5386
|
-
"src": "
|
|
5386
|
+
"src": "8113:9:43",
|
|
5387
5387
|
"typeDescriptions": {
|
|
5388
5388
|
"typeIdentifier": "t_address",
|
|
5389
5389
|
"typeString": "address"
|
|
@@ -5407,7 +5407,7 @@
|
|
|
5407
5407
|
"nodeType": "Identifier",
|
|
5408
5408
|
"overloadedDeclarations": [],
|
|
5409
5409
|
"referencedDeclaration": 4294967295,
|
|
5410
|
-
"src": "
|
|
5410
|
+
"src": "8023:3:43",
|
|
5411
5411
|
"typeDescriptions": {
|
|
5412
5412
|
"typeIdentifier": "t_magic_abi",
|
|
5413
5413
|
"typeString": "abi"
|
|
@@ -5420,7 +5420,7 @@
|
|
|
5420
5420
|
"lValueRequested": false,
|
|
5421
5421
|
"memberName": "encode",
|
|
5422
5422
|
"nodeType": "MemberAccess",
|
|
5423
|
-
"src": "
|
|
5423
|
+
"src": "8023:10:43",
|
|
5424
5424
|
"typeDescriptions": {
|
|
5425
5425
|
"typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$",
|
|
5426
5426
|
"typeString": "function () pure returns (bytes memory)"
|
|
@@ -5434,7 +5434,7 @@
|
|
|
5434
5434
|
"lValueRequested": false,
|
|
5435
5435
|
"names": [],
|
|
5436
5436
|
"nodeType": "FunctionCall",
|
|
5437
|
-
"src": "
|
|
5437
|
+
"src": "8023:100:43",
|
|
5438
5438
|
"tryCall": false,
|
|
5439
5439
|
"typeDescriptions": {
|
|
5440
5440
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -5454,7 +5454,7 @@
|
|
|
5454
5454
|
"nodeType": "Identifier",
|
|
5455
5455
|
"overloadedDeclarations": [],
|
|
5456
5456
|
"referencedDeclaration": 4294967288,
|
|
5457
|
-
"src": "
|
|
5457
|
+
"src": "8013:9:43",
|
|
5458
5458
|
"typeDescriptions": {
|
|
5459
5459
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
|
5460
5460
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
|
@@ -5468,7 +5468,7 @@
|
|
|
5468
5468
|
"lValueRequested": false,
|
|
5469
5469
|
"names": [],
|
|
5470
5470
|
"nodeType": "FunctionCall",
|
|
5471
|
-
"src": "
|
|
5471
|
+
"src": "8013:111:43",
|
|
5472
5472
|
"tryCall": false,
|
|
5473
5473
|
"typeDescriptions": {
|
|
5474
5474
|
"typeIdentifier": "t_bytes32",
|
|
@@ -5478,7 +5478,7 @@
|
|
|
5478
5478
|
"functionReturnParameters": 18884,
|
|
5479
5479
|
"id": 18892,
|
|
5480
5480
|
"nodeType": "Return",
|
|
5481
|
-
"src": "
|
|
5481
|
+
"src": "8006:118:43"
|
|
5482
5482
|
}
|
|
5483
5483
|
]
|
|
5484
5484
|
},
|
|
@@ -5487,7 +5487,7 @@
|
|
|
5487
5487
|
"kind": "function",
|
|
5488
5488
|
"modifiers": [],
|
|
5489
5489
|
"name": "getTrustedForwarderConfigKey",
|
|
5490
|
-
"nameLocation": "
|
|
5490
|
+
"nameLocation": "7916:28:43",
|
|
5491
5491
|
"nodeType": "FunctionDefinition",
|
|
5492
5492
|
"parameters": {
|
|
5493
5493
|
"id": 18881,
|
|
@@ -5498,10 +5498,10 @@
|
|
|
5498
5498
|
"id": 18880,
|
|
5499
5499
|
"mutability": "mutable",
|
|
5500
5500
|
"name": "forwarder",
|
|
5501
|
-
"nameLocation": "
|
|
5501
|
+
"nameLocation": "7953:9:43",
|
|
5502
5502
|
"nodeType": "VariableDeclaration",
|
|
5503
5503
|
"scope": 18894,
|
|
5504
|
-
"src": "
|
|
5504
|
+
"src": "7945:17:43",
|
|
5505
5505
|
"stateVariable": false,
|
|
5506
5506
|
"storageLocation": "default",
|
|
5507
5507
|
"typeDescriptions": {
|
|
@@ -5512,7 +5512,7 @@
|
|
|
5512
5512
|
"id": 18879,
|
|
5513
5513
|
"name": "address",
|
|
5514
5514
|
"nodeType": "ElementaryTypeName",
|
|
5515
|
-
"src": "
|
|
5515
|
+
"src": "7945:7:43",
|
|
5516
5516
|
"stateMutability": "nonpayable",
|
|
5517
5517
|
"typeDescriptions": {
|
|
5518
5518
|
"typeIdentifier": "t_address",
|
|
@@ -5522,7 +5522,7 @@
|
|
|
5522
5522
|
"visibility": "internal"
|
|
5523
5523
|
}
|
|
5524
5524
|
],
|
|
5525
|
-
"src": "
|
|
5525
|
+
"src": "7944:19:43"
|
|
5526
5526
|
},
|
|
5527
5527
|
"returnParameters": {
|
|
5528
5528
|
"id": 18884,
|
|
@@ -5536,7 +5536,7 @@
|
|
|
5536
5536
|
"nameLocation": "-1:-1:-1",
|
|
5537
5537
|
"nodeType": "VariableDeclaration",
|
|
5538
5538
|
"scope": 18894,
|
|
5539
|
-
"src": "
|
|
5539
|
+
"src": "7987:7:43",
|
|
5540
5540
|
"stateVariable": false,
|
|
5541
5541
|
"storageLocation": "default",
|
|
5542
5542
|
"typeDescriptions": {
|
|
@@ -5547,7 +5547,7 @@
|
|
|
5547
5547
|
"id": 18882,
|
|
5548
5548
|
"name": "bytes32",
|
|
5549
5549
|
"nodeType": "ElementaryTypeName",
|
|
5550
|
-
"src": "
|
|
5550
|
+
"src": "7987:7:43",
|
|
5551
5551
|
"typeDescriptions": {
|
|
5552
5552
|
"typeIdentifier": "t_bytes32",
|
|
5553
5553
|
"typeString": "bytes32"
|
|
@@ -5556,10 +5556,10 @@
|
|
|
5556
5556
|
"visibility": "internal"
|
|
5557
5557
|
}
|
|
5558
5558
|
],
|
|
5559
|
-
"src": "
|
|
5559
|
+
"src": "7986:9:43"
|
|
5560
5560
|
},
|
|
5561
5561
|
"scope": 18963,
|
|
5562
|
-
"src": "
|
|
5562
|
+
"src": "7907:224:43",
|
|
5563
5563
|
"stateMutability": "pure",
|
|
5564
5564
|
"virtual": false,
|
|
5565
5565
|
"visibility": "internal"
|
|
@@ -5568,7 +5568,7 @@
|
|
|
5568
5568
|
"body": {
|
|
5569
5569
|
"id": 18912,
|
|
5570
5570
|
"nodeType": "Block",
|
|
5571
|
-
"src": "
|
|
5571
|
+
"src": "8255:178:43",
|
|
5572
5572
|
"statements": [
|
|
5573
5573
|
{
|
|
5574
5574
|
"expression": {
|
|
@@ -5584,7 +5584,7 @@
|
|
|
5584
5584
|
"kind": "string",
|
|
5585
5585
|
"lValueRequested": false,
|
|
5586
5586
|
"nodeType": "Literal",
|
|
5587
|
-
"src": "
|
|
5587
|
+
"src": "8306:67:43",
|
|
5588
5588
|
"typeDescriptions": {
|
|
5589
5589
|
"typeIdentifier": "t_stringliteral_2ac2eda5c308a51ed3bd3433d0d20fe487916751b3404fa382719429ef24259a",
|
|
5590
5590
|
"typeString": "literal_string \"org.superfluid-finance.superfluid.appWhiteListing.registrationKey\""
|
|
@@ -5597,7 +5597,7 @@
|
|
|
5597
5597
|
"nodeType": "Identifier",
|
|
5598
5598
|
"overloadedDeclarations": [],
|
|
5599
5599
|
"referencedDeclaration": 18896,
|
|
5600
|
-
"src": "
|
|
5600
|
+
"src": "8387:8:43",
|
|
5601
5601
|
"typeDescriptions": {
|
|
5602
5602
|
"typeIdentifier": "t_address",
|
|
5603
5603
|
"typeString": "address"
|
|
@@ -5609,7 +5609,7 @@
|
|
|
5609
5609
|
"nodeType": "Identifier",
|
|
5610
5610
|
"overloadedDeclarations": [],
|
|
5611
5611
|
"referencedDeclaration": 18898,
|
|
5612
|
-
"src": "
|
|
5612
|
+
"src": "8409:15:43",
|
|
5613
5613
|
"typeDescriptions": {
|
|
5614
5614
|
"typeIdentifier": "t_string_memory_ptr",
|
|
5615
5615
|
"typeString": "string memory"
|
|
@@ -5637,7 +5637,7 @@
|
|
|
5637
5637
|
"nodeType": "Identifier",
|
|
5638
5638
|
"overloadedDeclarations": [],
|
|
5639
5639
|
"referencedDeclaration": 4294967295,
|
|
5640
|
-
"src": "
|
|
5640
|
+
"src": "8282:3:43",
|
|
5641
5641
|
"typeDescriptions": {
|
|
5642
5642
|
"typeIdentifier": "t_magic_abi",
|
|
5643
5643
|
"typeString": "abi"
|
|
@@ -5650,7 +5650,7 @@
|
|
|
5650
5650
|
"lValueRequested": false,
|
|
5651
5651
|
"memberName": "encode",
|
|
5652
5652
|
"nodeType": "MemberAccess",
|
|
5653
|
-
"src": "
|
|
5653
|
+
"src": "8282:10:43",
|
|
5654
5654
|
"typeDescriptions": {
|
|
5655
5655
|
"typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$",
|
|
5656
5656
|
"typeString": "function () pure returns (bytes memory)"
|
|
@@ -5664,7 +5664,7 @@
|
|
|
5664
5664
|
"lValueRequested": false,
|
|
5665
5665
|
"names": [],
|
|
5666
5666
|
"nodeType": "FunctionCall",
|
|
5667
|
-
"src": "
|
|
5667
|
+
"src": "8282:143:43",
|
|
5668
5668
|
"tryCall": false,
|
|
5669
5669
|
"typeDescriptions": {
|
|
5670
5670
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -5684,7 +5684,7 @@
|
|
|
5684
5684
|
"nodeType": "Identifier",
|
|
5685
5685
|
"overloadedDeclarations": [],
|
|
5686
5686
|
"referencedDeclaration": 4294967288,
|
|
5687
|
-
"src": "
|
|
5687
|
+
"src": "8272:9:43",
|
|
5688
5688
|
"typeDescriptions": {
|
|
5689
5689
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
|
5690
5690
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
|
@@ -5698,7 +5698,7 @@
|
|
|
5698
5698
|
"lValueRequested": false,
|
|
5699
5699
|
"names": [],
|
|
5700
5700
|
"nodeType": "FunctionCall",
|
|
5701
|
-
"src": "
|
|
5701
|
+
"src": "8272:154:43",
|
|
5702
5702
|
"tryCall": false,
|
|
5703
5703
|
"typeDescriptions": {
|
|
5704
5704
|
"typeIdentifier": "t_bytes32",
|
|
@@ -5708,7 +5708,7 @@
|
|
|
5708
5708
|
"functionReturnParameters": 18902,
|
|
5709
5709
|
"id": 18911,
|
|
5710
5710
|
"nodeType": "Return",
|
|
5711
|
-
"src": "
|
|
5711
|
+
"src": "8265:161:43"
|
|
5712
5712
|
}
|
|
5713
5713
|
]
|
|
5714
5714
|
},
|
|
@@ -5717,7 +5717,7 @@
|
|
|
5717
5717
|
"kind": "function",
|
|
5718
5718
|
"modifiers": [],
|
|
5719
5719
|
"name": "getAppRegistrationConfigKey",
|
|
5720
|
-
"nameLocation": "
|
|
5720
|
+
"nameLocation": "8146:27:43",
|
|
5721
5721
|
"nodeType": "FunctionDefinition",
|
|
5722
5722
|
"parameters": {
|
|
5723
5723
|
"id": 18899,
|
|
@@ -5728,10 +5728,10 @@
|
|
|
5728
5728
|
"id": 18896,
|
|
5729
5729
|
"mutability": "mutable",
|
|
5730
5730
|
"name": "deployer",
|
|
5731
|
-
"nameLocation": "
|
|
5731
|
+
"nameLocation": "8182:8:43",
|
|
5732
5732
|
"nodeType": "VariableDeclaration",
|
|
5733
5733
|
"scope": 18913,
|
|
5734
|
-
"src": "
|
|
5734
|
+
"src": "8174:16:43",
|
|
5735
5735
|
"stateVariable": false,
|
|
5736
5736
|
"storageLocation": "default",
|
|
5737
5737
|
"typeDescriptions": {
|
|
@@ -5742,7 +5742,7 @@
|
|
|
5742
5742
|
"id": 18895,
|
|
5743
5743
|
"name": "address",
|
|
5744
5744
|
"nodeType": "ElementaryTypeName",
|
|
5745
|
-
"src": "
|
|
5745
|
+
"src": "8174:7:43",
|
|
5746
5746
|
"stateMutability": "nonpayable",
|
|
5747
5747
|
"typeDescriptions": {
|
|
5748
5748
|
"typeIdentifier": "t_address",
|
|
@@ -5756,10 +5756,10 @@
|
|
|
5756
5756
|
"id": 18898,
|
|
5757
5757
|
"mutability": "mutable",
|
|
5758
5758
|
"name": "registrationKey",
|
|
5759
|
-
"nameLocation": "
|
|
5759
|
+
"nameLocation": "8206:15:43",
|
|
5760
5760
|
"nodeType": "VariableDeclaration",
|
|
5761
5761
|
"scope": 18913,
|
|
5762
|
-
"src": "
|
|
5762
|
+
"src": "8192:29:43",
|
|
5763
5763
|
"stateVariable": false,
|
|
5764
5764
|
"storageLocation": "memory",
|
|
5765
5765
|
"typeDescriptions": {
|
|
@@ -5770,7 +5770,7 @@
|
|
|
5770
5770
|
"id": 18897,
|
|
5771
5771
|
"name": "string",
|
|
5772
5772
|
"nodeType": "ElementaryTypeName",
|
|
5773
|
-
"src": "
|
|
5773
|
+
"src": "8192:6:43",
|
|
5774
5774
|
"typeDescriptions": {
|
|
5775
5775
|
"typeIdentifier": "t_string_storage_ptr",
|
|
5776
5776
|
"typeString": "string"
|
|
@@ -5779,7 +5779,7 @@
|
|
|
5779
5779
|
"visibility": "internal"
|
|
5780
5780
|
}
|
|
5781
5781
|
],
|
|
5782
|
-
"src": "
|
|
5782
|
+
"src": "8173:49:43"
|
|
5783
5783
|
},
|
|
5784
5784
|
"returnParameters": {
|
|
5785
5785
|
"id": 18902,
|
|
@@ -5793,7 +5793,7 @@
|
|
|
5793
5793
|
"nameLocation": "-1:-1:-1",
|
|
5794
5794
|
"nodeType": "VariableDeclaration",
|
|
5795
5795
|
"scope": 18913,
|
|
5796
|
-
"src": "
|
|
5796
|
+
"src": "8246:7:43",
|
|
5797
5797
|
"stateVariable": false,
|
|
5798
5798
|
"storageLocation": "default",
|
|
5799
5799
|
"typeDescriptions": {
|
|
@@ -5804,7 +5804,7 @@
|
|
|
5804
5804
|
"id": 18900,
|
|
5805
5805
|
"name": "bytes32",
|
|
5806
5806
|
"nodeType": "ElementaryTypeName",
|
|
5807
|
-
"src": "
|
|
5807
|
+
"src": "8246:7:43",
|
|
5808
5808
|
"typeDescriptions": {
|
|
5809
5809
|
"typeIdentifier": "t_bytes32",
|
|
5810
5810
|
"typeString": "bytes32"
|
|
@@ -5813,10 +5813,10 @@
|
|
|
5813
5813
|
"visibility": "internal"
|
|
5814
5814
|
}
|
|
5815
5815
|
],
|
|
5816
|
-
"src": "
|
|
5816
|
+
"src": "8245:9:43"
|
|
5817
5817
|
},
|
|
5818
5818
|
"scope": 18963,
|
|
5819
|
-
"src": "
|
|
5819
|
+
"src": "8137:296:43",
|
|
5820
5820
|
"stateMutability": "pure",
|
|
5821
5821
|
"virtual": false,
|
|
5822
5822
|
"visibility": "internal"
|
|
@@ -5825,7 +5825,7 @@
|
|
|
5825
5825
|
"body": {
|
|
5826
5826
|
"id": 18928,
|
|
5827
5827
|
"nodeType": "Block",
|
|
5828
|
-
"src": "
|
|
5828
|
+
"src": "8520:140:43",
|
|
5829
5829
|
"statements": [
|
|
5830
5830
|
{
|
|
5831
5831
|
"expression": {
|
|
@@ -5841,7 +5841,7 @@
|
|
|
5841
5841
|
"kind": "string",
|
|
5842
5842
|
"lValueRequested": false,
|
|
5843
5843
|
"nodeType": "Literal",
|
|
5844
|
-
"src": "
|
|
5844
|
+
"src": "8571:59:43",
|
|
5845
5845
|
"typeDescriptions": {
|
|
5846
5846
|
"typeIdentifier": "t_stringliteral_3a9ec29d76a01dd4676b43ee8f5ae7a021577f823fb495dfb5627ad6bbb890b6",
|
|
5847
5847
|
"typeString": "literal_string \"org.superfluid-finance.superfluid.appWhiteListing.factory\""
|
|
@@ -5854,7 +5854,7 @@
|
|
|
5854
5854
|
"nodeType": "Identifier",
|
|
5855
5855
|
"overloadedDeclarations": [],
|
|
5856
5856
|
"referencedDeclaration": 18915,
|
|
5857
|
-
"src": "
|
|
5857
|
+
"src": "8644:7:43",
|
|
5858
5858
|
"typeDescriptions": {
|
|
5859
5859
|
"typeIdentifier": "t_address",
|
|
5860
5860
|
"typeString": "address"
|
|
@@ -5878,7 +5878,7 @@
|
|
|
5878
5878
|
"nodeType": "Identifier",
|
|
5879
5879
|
"overloadedDeclarations": [],
|
|
5880
5880
|
"referencedDeclaration": 4294967295,
|
|
5881
|
-
"src": "
|
|
5881
|
+
"src": "8547:3:43",
|
|
5882
5882
|
"typeDescriptions": {
|
|
5883
5883
|
"typeIdentifier": "t_magic_abi",
|
|
5884
5884
|
"typeString": "abi"
|
|
@@ -5891,7 +5891,7 @@
|
|
|
5891
5891
|
"lValueRequested": false,
|
|
5892
5892
|
"memberName": "encode",
|
|
5893
5893
|
"nodeType": "MemberAccess",
|
|
5894
|
-
"src": "
|
|
5894
|
+
"src": "8547:10:43",
|
|
5895
5895
|
"typeDescriptions": {
|
|
5896
5896
|
"typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$",
|
|
5897
5897
|
"typeString": "function () pure returns (bytes memory)"
|
|
@@ -5905,7 +5905,7 @@
|
|
|
5905
5905
|
"lValueRequested": false,
|
|
5906
5906
|
"names": [],
|
|
5907
5907
|
"nodeType": "FunctionCall",
|
|
5908
|
-
"src": "
|
|
5908
|
+
"src": "8547:105:43",
|
|
5909
5909
|
"tryCall": false,
|
|
5910
5910
|
"typeDescriptions": {
|
|
5911
5911
|
"typeIdentifier": "t_bytes_memory_ptr",
|
|
@@ -5925,7 +5925,7 @@
|
|
|
5925
5925
|
"nodeType": "Identifier",
|
|
5926
5926
|
"overloadedDeclarations": [],
|
|
5927
5927
|
"referencedDeclaration": 4294967288,
|
|
5928
|
-
"src": "
|
|
5928
|
+
"src": "8537:9:43",
|
|
5929
5929
|
"typeDescriptions": {
|
|
5930
5930
|
"typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
|
|
5931
5931
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
|
@@ -5939,7 +5939,7 @@
|
|
|
5939
5939
|
"lValueRequested": false,
|
|
5940
5940
|
"names": [],
|
|
5941
5941
|
"nodeType": "FunctionCall",
|
|
5942
|
-
"src": "
|
|
5942
|
+
"src": "8537:116:43",
|
|
5943
5943
|
"tryCall": false,
|
|
5944
5944
|
"typeDescriptions": {
|
|
5945
5945
|
"typeIdentifier": "t_bytes32",
|
|
@@ -5949,7 +5949,7 @@
|
|
|
5949
5949
|
"functionReturnParameters": 18919,
|
|
5950
5950
|
"id": 18927,
|
|
5951
5951
|
"nodeType": "Return",
|
|
5952
|
-
"src": "
|
|
5952
|
+
"src": "8530:123:43"
|
|
5953
5953
|
}
|
|
5954
5954
|
]
|
|
5955
5955
|
},
|
|
@@ -5958,7 +5958,7 @@
|
|
|
5958
5958
|
"kind": "function",
|
|
5959
5959
|
"modifiers": [],
|
|
5960
5960
|
"name": "getAppFactoryConfigKey",
|
|
5961
|
-
"nameLocation": "
|
|
5961
|
+
"nameLocation": "8448:22:43",
|
|
5962
5962
|
"nodeType": "FunctionDefinition",
|
|
5963
5963
|
"parameters": {
|
|
5964
5964
|
"id": 18916,
|
|
@@ -5969,10 +5969,10 @@
|
|
|
5969
5969
|
"id": 18915,
|
|
5970
5970
|
"mutability": "mutable",
|
|
5971
5971
|
"name": "factory",
|
|
5972
|
-
"nameLocation": "
|
|
5972
|
+
"nameLocation": "8479:7:43",
|
|
5973
5973
|
"nodeType": "VariableDeclaration",
|
|
5974
5974
|
"scope": 18929,
|
|
5975
|
-
"src": "
|
|
5975
|
+
"src": "8471:15:43",
|
|
5976
5976
|
"stateVariable": false,
|
|
5977
5977
|
"storageLocation": "default",
|
|
5978
5978
|
"typeDescriptions": {
|
|
@@ -5983,7 +5983,7 @@
|
|
|
5983
5983
|
"id": 18914,
|
|
5984
5984
|
"name": "address",
|
|
5985
5985
|
"nodeType": "ElementaryTypeName",
|
|
5986
|
-
"src": "
|
|
5986
|
+
"src": "8471:7:43",
|
|
5987
5987
|
"stateMutability": "nonpayable",
|
|
5988
5988
|
"typeDescriptions": {
|
|
5989
5989
|
"typeIdentifier": "t_address",
|
|
@@ -5993,7 +5993,7 @@
|
|
|
5993
5993
|
"visibility": "internal"
|
|
5994
5994
|
}
|
|
5995
5995
|
],
|
|
5996
|
-
"src": "
|
|
5996
|
+
"src": "8470:17:43"
|
|
5997
5997
|
},
|
|
5998
5998
|
"returnParameters": {
|
|
5999
5999
|
"id": 18919,
|
|
@@ -6007,7 +6007,7 @@
|
|
|
6007
6007
|
"nameLocation": "-1:-1:-1",
|
|
6008
6008
|
"nodeType": "VariableDeclaration",
|
|
6009
6009
|
"scope": 18929,
|
|
6010
|
-
"src": "
|
|
6010
|
+
"src": "8511:7:43",
|
|
6011
6011
|
"stateVariable": false,
|
|
6012
6012
|
"storageLocation": "default",
|
|
6013
6013
|
"typeDescriptions": {
|
|
@@ -6018,7 +6018,7 @@
|
|
|
6018
6018
|
"id": 18917,
|
|
6019
6019
|
"name": "bytes32",
|
|
6020
6020
|
"nodeType": "ElementaryTypeName",
|
|
6021
|
-
"src": "
|
|
6021
|
+
"src": "8511:7:43",
|
|
6022
6022
|
"typeDescriptions": {
|
|
6023
6023
|
"typeIdentifier": "t_bytes32",
|
|
6024
6024
|
"typeString": "bytes32"
|
|
@@ -6027,10 +6027,10 @@
|
|
|
6027
6027
|
"visibility": "internal"
|
|
6028
6028
|
}
|
|
6029
6029
|
],
|
|
6030
|
-
"src": "
|
|
6030
|
+
"src": "8510:9:43"
|
|
6031
6031
|
},
|
|
6032
6032
|
"scope": 18963,
|
|
6033
|
-
"src": "
|
|
6033
|
+
"src": "8439:221:43",
|
|
6034
6034
|
"stateMutability": "pure",
|
|
6035
6035
|
"virtual": false,
|
|
6036
6036
|
"visibility": "internal"
|
|
@@ -6039,7 +6039,7 @@
|
|
|
6039
6039
|
"body": {
|
|
6040
6040
|
"id": 18961,
|
|
6041
6041
|
"nodeType": "Block",
|
|
6042
|
-
"src": "
|
|
6042
|
+
"src": "8785:129:43",
|
|
6043
6043
|
"statements": [
|
|
6044
6044
|
{
|
|
6045
6045
|
"expression": {
|
|
@@ -6054,7 +6054,7 @@
|
|
|
6054
6054
|
"nodeType": "Identifier",
|
|
6055
6055
|
"overloadedDeclarations": [],
|
|
6056
6056
|
"referencedDeclaration": 18934,
|
|
6057
|
-
"src": "
|
|
6057
|
+
"src": "8795:17:43",
|
|
6058
6058
|
"typeDescriptions": {
|
|
6059
6059
|
"typeIdentifier": "t_uint256",
|
|
6060
6060
|
"typeString": "uint256"
|
|
@@ -6090,7 +6090,7 @@
|
|
|
6090
6090
|
"nodeType": "Identifier",
|
|
6091
6091
|
"overloadedDeclarations": [],
|
|
6092
6092
|
"referencedDeclaration": 18931,
|
|
6093
|
-
"src": "
|
|
6093
|
+
"src": "8816:9:43",
|
|
6094
6094
|
"typeDescriptions": {
|
|
6095
6095
|
"typeIdentifier": "t_uint256",
|
|
6096
6096
|
"typeString": "uint256"
|
|
@@ -6107,14 +6107,14 @@
|
|
|
6107
6107
|
"kind": "number",
|
|
6108
6108
|
"lValueRequested": false,
|
|
6109
6109
|
"nodeType": "Literal",
|
|
6110
|
-
"src": "
|
|
6110
|
+
"src": "8829:2:43",
|
|
6111
6111
|
"typeDescriptions": {
|
|
6112
6112
|
"typeIdentifier": "t_rational_32_by_1",
|
|
6113
6113
|
"typeString": "int_const 32"
|
|
6114
6114
|
},
|
|
6115
6115
|
"value": "32"
|
|
6116
6116
|
},
|
|
6117
|
-
"src": "
|
|
6117
|
+
"src": "8816:15:43",
|
|
6118
6118
|
"typeDescriptions": {
|
|
6119
6119
|
"typeIdentifier": "t_uint256",
|
|
6120
6120
|
"typeString": "uint256"
|
|
@@ -6128,7 +6128,7 @@
|
|
|
6128
6128
|
"isPure": false,
|
|
6129
6129
|
"lValueRequested": false,
|
|
6130
6130
|
"nodeType": "TupleExpression",
|
|
6131
|
-
"src": "
|
|
6131
|
+
"src": "8815:17:43",
|
|
6132
6132
|
"typeDescriptions": {
|
|
6133
6133
|
"typeIdentifier": "t_uint256",
|
|
6134
6134
|
"typeString": "uint256"
|
|
@@ -6146,7 +6146,7 @@
|
|
|
6146
6146
|
"isPure": true,
|
|
6147
6147
|
"lValueRequested": false,
|
|
6148
6148
|
"nodeType": "ElementaryTypeNameExpression",
|
|
6149
|
-
"src": "
|
|
6149
|
+
"src": "8840:6:43",
|
|
6150
6150
|
"typeDescriptions": {
|
|
6151
6151
|
"typeIdentifier": "t_type$_t_uint32_$",
|
|
6152
6152
|
"typeString": "type(uint32)"
|
|
@@ -6155,7 +6155,7 @@
|
|
|
6155
6155
|
"id": 18944,
|
|
6156
6156
|
"name": "uint32",
|
|
6157
6157
|
"nodeType": "ElementaryTypeName",
|
|
6158
|
-
"src": "
|
|
6158
|
+
"src": "8840:6:43",
|
|
6159
6159
|
"typeDescriptions": {}
|
|
6160
6160
|
}
|
|
6161
6161
|
}
|
|
@@ -6172,7 +6172,7 @@
|
|
|
6172
6172
|
"nodeType": "Identifier",
|
|
6173
6173
|
"overloadedDeclarations": [],
|
|
6174
6174
|
"referencedDeclaration": 4294967269,
|
|
6175
|
-
"src": "
|
|
6175
|
+
"src": "8835:4:43",
|
|
6176
6176
|
"typeDescriptions": {
|
|
6177
6177
|
"typeIdentifier": "t_function_metatype_pure$__$returns$__$",
|
|
6178
6178
|
"typeString": "function () pure"
|
|
@@ -6186,7 +6186,7 @@
|
|
|
6186
6186
|
"lValueRequested": false,
|
|
6187
6187
|
"names": [],
|
|
6188
6188
|
"nodeType": "FunctionCall",
|
|
6189
|
-
"src": "
|
|
6189
|
+
"src": "8835:12:43",
|
|
6190
6190
|
"tryCall": false,
|
|
6191
6191
|
"typeDescriptions": {
|
|
6192
6192
|
"typeIdentifier": "t_magic_meta_type_t_uint32",
|
|
@@ -6200,19 +6200,19 @@
|
|
|
6200
6200
|
"lValueRequested": false,
|
|
6201
6201
|
"memberName": "max",
|
|
6202
6202
|
"nodeType": "MemberAccess",
|
|
6203
|
-
"src": "
|
|
6203
|
+
"src": "8835:16:43",
|
|
6204
6204
|
"typeDescriptions": {
|
|
6205
6205
|
"typeIdentifier": "t_uint32",
|
|
6206
6206
|
"typeString": "uint32"
|
|
6207
6207
|
}
|
|
6208
6208
|
},
|
|
6209
|
-
"src": "
|
|
6209
|
+
"src": "8815:36:43",
|
|
6210
6210
|
"typeDescriptions": {
|
|
6211
6211
|
"typeIdentifier": "t_uint256",
|
|
6212
6212
|
"typeString": "uint256"
|
|
6213
6213
|
}
|
|
6214
6214
|
},
|
|
6215
|
-
"src": "
|
|
6215
|
+
"src": "8795:56:43",
|
|
6216
6216
|
"typeDescriptions": {
|
|
6217
6217
|
"typeIdentifier": "t_uint256",
|
|
6218
6218
|
"typeString": "uint256"
|
|
@@ -6220,7 +6220,7 @@
|
|
|
6220
6220
|
},
|
|
6221
6221
|
"id": 18950,
|
|
6222
6222
|
"nodeType": "ExpressionStatement",
|
|
6223
|
-
"src": "
|
|
6223
|
+
"src": "8795:56:43"
|
|
6224
6224
|
},
|
|
6225
6225
|
{
|
|
6226
6226
|
"expression": {
|
|
@@ -6235,7 +6235,7 @@
|
|
|
6235
6235
|
"nodeType": "Identifier",
|
|
6236
6236
|
"overloadedDeclarations": [],
|
|
6237
6237
|
"referencedDeclaration": 18936,
|
|
6238
|
-
"src": "
|
|
6238
|
+
"src": "8861:15:43",
|
|
6239
6239
|
"typeDescriptions": {
|
|
6240
6240
|
"typeIdentifier": "t_uint256",
|
|
6241
6241
|
"typeString": "uint256"
|
|
@@ -6259,7 +6259,7 @@
|
|
|
6259
6259
|
"nodeType": "Identifier",
|
|
6260
6260
|
"overloadedDeclarations": [],
|
|
6261
6261
|
"referencedDeclaration": 18931,
|
|
6262
|
-
"src": "
|
|
6262
|
+
"src": "8879:9:43",
|
|
6263
6263
|
"typeDescriptions": {
|
|
6264
6264
|
"typeIdentifier": "t_uint256",
|
|
6265
6265
|
"typeString": "uint256"
|
|
@@ -6277,7 +6277,7 @@
|
|
|
6277
6277
|
"isPure": true,
|
|
6278
6278
|
"lValueRequested": false,
|
|
6279
6279
|
"nodeType": "ElementaryTypeNameExpression",
|
|
6280
|
-
"src": "
|
|
6280
|
+
"src": "8896:6:43",
|
|
6281
6281
|
"typeDescriptions": {
|
|
6282
6282
|
"typeIdentifier": "t_type$_t_uint32_$",
|
|
6283
6283
|
"typeString": "type(uint32)"
|
|
@@ -6286,7 +6286,7 @@
|
|
|
6286
6286
|
"id": 18954,
|
|
6287
6287
|
"name": "uint32",
|
|
6288
6288
|
"nodeType": "ElementaryTypeName",
|
|
6289
|
-
"src": "
|
|
6289
|
+
"src": "8896:6:43",
|
|
6290
6290
|
"typeDescriptions": {}
|
|
6291
6291
|
}
|
|
6292
6292
|
}
|
|
@@ -6303,7 +6303,7 @@
|
|
|
6303
6303
|
"nodeType": "Identifier",
|
|
6304
6304
|
"overloadedDeclarations": [],
|
|
6305
6305
|
"referencedDeclaration": 4294967269,
|
|
6306
|
-
"src": "
|
|
6306
|
+
"src": "8891:4:43",
|
|
6307
6307
|
"typeDescriptions": {
|
|
6308
6308
|
"typeIdentifier": "t_function_metatype_pure$__$returns$__$",
|
|
6309
6309
|
"typeString": "function () pure"
|
|
@@ -6317,7 +6317,7 @@
|
|
|
6317
6317
|
"lValueRequested": false,
|
|
6318
6318
|
"names": [],
|
|
6319
6319
|
"nodeType": "FunctionCall",
|
|
6320
|
-
"src": "
|
|
6320
|
+
"src": "8891:12:43",
|
|
6321
6321
|
"tryCall": false,
|
|
6322
6322
|
"typeDescriptions": {
|
|
6323
6323
|
"typeIdentifier": "t_magic_meta_type_t_uint32",
|
|
@@ -6331,19 +6331,19 @@
|
|
|
6331
6331
|
"lValueRequested": false,
|
|
6332
6332
|
"memberName": "max",
|
|
6333
6333
|
"nodeType": "MemberAccess",
|
|
6334
|
-
"src": "
|
|
6334
|
+
"src": "8891:16:43",
|
|
6335
6335
|
"typeDescriptions": {
|
|
6336
6336
|
"typeIdentifier": "t_uint32",
|
|
6337
6337
|
"typeString": "uint32"
|
|
6338
6338
|
}
|
|
6339
6339
|
},
|
|
6340
|
-
"src": "
|
|
6340
|
+
"src": "8879:28:43",
|
|
6341
6341
|
"typeDescriptions": {
|
|
6342
6342
|
"typeIdentifier": "t_uint256",
|
|
6343
6343
|
"typeString": "uint256"
|
|
6344
6344
|
}
|
|
6345
6345
|
},
|
|
6346
|
-
"src": "
|
|
6346
|
+
"src": "8861:46:43",
|
|
6347
6347
|
"typeDescriptions": {
|
|
6348
6348
|
"typeIdentifier": "t_uint256",
|
|
6349
6349
|
"typeString": "uint256"
|
|
@@ -6351,7 +6351,7 @@
|
|
|
6351
6351
|
},
|
|
6352
6352
|
"id": 18960,
|
|
6353
6353
|
"nodeType": "ExpressionStatement",
|
|
6354
|
-
"src": "
|
|
6354
|
+
"src": "8861:46:43"
|
|
6355
6355
|
}
|
|
6356
6356
|
]
|
|
6357
6357
|
},
|
|
@@ -6360,7 +6360,7 @@
|
|
|
6360
6360
|
"kind": "function",
|
|
6361
6361
|
"modifiers": [],
|
|
6362
6362
|
"name": "decodePPPConfig",
|
|
6363
|
-
"nameLocation": "
|
|
6363
|
+
"nameLocation": "8675:15:43",
|
|
6364
6364
|
"nodeType": "FunctionDefinition",
|
|
6365
6365
|
"parameters": {
|
|
6366
6366
|
"id": 18932,
|
|
@@ -6371,10 +6371,10 @@
|
|
|
6371
6371
|
"id": 18931,
|
|
6372
6372
|
"mutability": "mutable",
|
|
6373
6373
|
"name": "pppConfig",
|
|
6374
|
-
"nameLocation": "
|
|
6374
|
+
"nameLocation": "8699:9:43",
|
|
6375
6375
|
"nodeType": "VariableDeclaration",
|
|
6376
6376
|
"scope": 18962,
|
|
6377
|
-
"src": "
|
|
6377
|
+
"src": "8691:17:43",
|
|
6378
6378
|
"stateVariable": false,
|
|
6379
6379
|
"storageLocation": "default",
|
|
6380
6380
|
"typeDescriptions": {
|
|
@@ -6385,7 +6385,7 @@
|
|
|
6385
6385
|
"id": 18930,
|
|
6386
6386
|
"name": "uint256",
|
|
6387
6387
|
"nodeType": "ElementaryTypeName",
|
|
6388
|
-
"src": "
|
|
6388
|
+
"src": "8691:7:43",
|
|
6389
6389
|
"typeDescriptions": {
|
|
6390
6390
|
"typeIdentifier": "t_uint256",
|
|
6391
6391
|
"typeString": "uint256"
|
|
@@ -6394,7 +6394,7 @@
|
|
|
6394
6394
|
"visibility": "internal"
|
|
6395
6395
|
}
|
|
6396
6396
|
],
|
|
6397
|
-
"src": "
|
|
6397
|
+
"src": "8690:19:43"
|
|
6398
6398
|
},
|
|
6399
6399
|
"returnParameters": {
|
|
6400
6400
|
"id": 18937,
|
|
@@ -6405,10 +6405,10 @@
|
|
|
6405
6405
|
"id": 18934,
|
|
6406
6406
|
"mutability": "mutable",
|
|
6407
6407
|
"name": "liquidationPeriod",
|
|
6408
|
-
"nameLocation": "
|
|
6408
|
+
"nameLocation": "8741:17:43",
|
|
6409
6409
|
"nodeType": "VariableDeclaration",
|
|
6410
6410
|
"scope": 18962,
|
|
6411
|
-
"src": "
|
|
6411
|
+
"src": "8733:25:43",
|
|
6412
6412
|
"stateVariable": false,
|
|
6413
6413
|
"storageLocation": "default",
|
|
6414
6414
|
"typeDescriptions": {
|
|
@@ -6419,7 +6419,7 @@
|
|
|
6419
6419
|
"id": 18933,
|
|
6420
6420
|
"name": "uint256",
|
|
6421
6421
|
"nodeType": "ElementaryTypeName",
|
|
6422
|
-
"src": "
|
|
6422
|
+
"src": "8733:7:43",
|
|
6423
6423
|
"typeDescriptions": {
|
|
6424
6424
|
"typeIdentifier": "t_uint256",
|
|
6425
6425
|
"typeString": "uint256"
|
|
@@ -6432,10 +6432,10 @@
|
|
|
6432
6432
|
"id": 18936,
|
|
6433
6433
|
"mutability": "mutable",
|
|
6434
6434
|
"name": "patricianPeriod",
|
|
6435
|
-
"nameLocation": "
|
|
6435
|
+
"nameLocation": "8768:15:43",
|
|
6436
6436
|
"nodeType": "VariableDeclaration",
|
|
6437
6437
|
"scope": 18962,
|
|
6438
|
-
"src": "
|
|
6438
|
+
"src": "8760:23:43",
|
|
6439
6439
|
"stateVariable": false,
|
|
6440
6440
|
"storageLocation": "default",
|
|
6441
6441
|
"typeDescriptions": {
|
|
@@ -6446,7 +6446,7 @@
|
|
|
6446
6446
|
"id": 18935,
|
|
6447
6447
|
"name": "uint256",
|
|
6448
6448
|
"nodeType": "ElementaryTypeName",
|
|
6449
|
-
"src": "
|
|
6449
|
+
"src": "8760:7:43",
|
|
6450
6450
|
"typeDescriptions": {
|
|
6451
6451
|
"typeIdentifier": "t_uint256",
|
|
6452
6452
|
"typeString": "uint256"
|
|
@@ -6455,21 +6455,21 @@
|
|
|
6455
6455
|
"visibility": "internal"
|
|
6456
6456
|
}
|
|
6457
6457
|
],
|
|
6458
|
-
"src": "
|
|
6458
|
+
"src": "8732:52:43"
|
|
6459
6459
|
},
|
|
6460
6460
|
"scope": 18963,
|
|
6461
|
-
"src": "
|
|
6461
|
+
"src": "8666:248:43",
|
|
6462
6462
|
"stateMutability": "pure",
|
|
6463
6463
|
"virtual": false,
|
|
6464
6464
|
"visibility": "internal"
|
|
6465
6465
|
}
|
|
6466
6466
|
],
|
|
6467
6467
|
"scope": 18964,
|
|
6468
|
-
"src": "
|
|
6468
|
+
"src": "7429:1487:43",
|
|
6469
6469
|
"usedErrors": []
|
|
6470
6470
|
}
|
|
6471
6471
|
],
|
|
6472
|
-
"src": "35:
|
|
6472
|
+
"src": "35:8882:43"
|
|
6473
6473
|
},
|
|
6474
6474
|
"compiler": {
|
|
6475
6475
|
"name": "solc",
|
|
@@ -6477,7 +6477,7 @@
|
|
|
6477
6477
|
},
|
|
6478
6478
|
"networks": {},
|
|
6479
6479
|
"schemaVersion": "3.4.8",
|
|
6480
|
-
"updatedAt": "2022-08-
|
|
6480
|
+
"updatedAt": "2022-08-11T12:58:51.666Z",
|
|
6481
6481
|
"devdoc": {
|
|
6482
6482
|
"author": "Superfluid",
|
|
6483
6483
|
"kind": "dev",
|