{ "abi": [], "bytecode": { "object": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a97e4488d2c509bb06c1becf6d97c57d169f3ef18801796ded1ace4cbe278d1e64736f6c63430008160033", "sourceMap": "525:69152:16:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;525:69152:16;;;;;;;;;;;;;;;;;", "linkReferences": {} }, "deployedBytecode": { "object": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a97e4488d2c509bb06c1becf6d97c57d169f3ef18801796ded1ace4cbe278d1e64736f6c63430008160033", "sourceMap": "525:69152:16:-:0;;;;;;;;", "linkReferences": {} }, "methodIdentifiers": {}, "rawMetadata": "{\"compiler\":{\"version\":\"0.8.22+commit.4fc1097e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"The original console.sol uses `int` and `uint` for computing function selectors, but it should use `int256` and `uint256`. This modified version fixes that. This version is recommended over `console.sol` if you don't need compatibility with Hardhat as the logs will show up in forge stack traces. If you do need compatibility with Hardhat, you must use `console.sol`. Reference: https://github.com/NomicFoundation/hardhat/issues/2178\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"lib/forge-std/src/console2.sol\":\"console2\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"details\":{\"constantOptimizer\":true,\"cse\":true,\"deduplicate\":true,\"inliner\":true,\"jumpdestRemover\":true,\"orderLiterals\":true,\"peephole\":true,\"simpleCounterForLoopUncheckedIncrement\":true,\"yul\":true,\"yulDetails\":{\"optimizerSteps\":\"dhfoD[xarrscLMcCTU]uljmul:fDnTOcmu\",\"stackAllocation\":true}},\"runs\":999999999},\"remappings\":[\":@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/\",\":@uniswap/v3-core/=lib_uniswap/v3-core/\",\":@uniswap/v3-periphery/=lib_uniswap/v3-periphery/\",\":ds-test/=lib/forge-std/lib/ds-test/src/\",\":forge-std/=lib/forge-std/src/\",\":openzeppelin-contracts/=lib/openzeppelin-contracts/\",\":v3-core/=lib_uniswap/v3-core/\",\":v3-periphery/libraries/=lib_uniswap/v3-periphery/contracts/libraries/\"]},\"sources\":{\"lib/forge-std/src/console2.sol\":{\"keccak256\":\"0x954646445d1014c3cd85c7918f5e7adeeca5ee44b68c00bafa237e597a4e35ea\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://516fa3be52da4763147175bfba4be0aa011fadbb0c1afb01f97265bd4cee7973\",\"dweb:/ipfs/QmdixAyMJefx7qePChgdxcBH5MxhmN7vsqPuPLx3CgrVmF\"]}},\"version\":1}", "metadata": { "compiler": { "version": "0.8.22+commit.4fc1097e" }, "language": "Solidity", "output": { "abi": [], "devdoc": { "kind": "dev", "methods": {}, "version": 1 }, "userdoc": { "kind": "user", "methods": {}, "version": 1 } }, "settings": { "remappings": [ "@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/", "@uniswap/v3-core/=lib_uniswap/v3-core/", "@uniswap/v3-periphery/=lib_uniswap/v3-periphery/", "ds-test/=lib/forge-std/lib/ds-test/src/", "forge-std/=lib/forge-std/src/", "openzeppelin-contracts/=lib/openzeppelin-contracts/", "v3-core/=lib_uniswap/v3-core/", "v3-periphery/libraries/=lib_uniswap/v3-periphery/contracts/libraries/" ], "optimizer": { "runs": 999999999, "details": { "peephole": true, "inliner": true, "jumpdestRemover": true, "orderLiterals": true, "deduplicate": true, "cse": true, "constantOptimizer": true, "yul": true, "yulDetails": { "stackAllocation": true, "optimizerSteps": "dhfoD[xarrscLMcCTU]uljmul:fDnTOcmu" } } }, "metadata": { "bytecodeHash": "ipfs" }, "compilationTarget": { "lib/forge-std/src/console2.sol": "console2" }, "libraries": {} }, "sources": { "lib/forge-std/src/console2.sol": { "keccak256": "0x954646445d1014c3cd85c7918f5e7adeeca5ee44b68c00bafa237e597a4e35ea", "urls": [ "bzz-raw://516fa3be52da4763147175bfba4be0aa011fadbb0c1afb01f97265bd4cee7973", "dweb:/ipfs/QmdixAyMJefx7qePChgdxcBH5MxhmN7vsqPuPLx3CgrVmF" ], "license": "MIT" } }, "version": 1 }, "ast": { "absolutePath": "lib/forge-std/src/console2.sol", "id": 29654, "exportedSymbols": { "console2": [ 29653 ] }, "nodeType": "SourceUnit", "src": "32:69645:16", "nodes": [ { "id": 21530, "nodeType": "PragmaDirective", "src": "32:32:16", "nodes": [], "literals": [ "solidity", ">=", "0.4", ".22", "<", "0.9", ".0" ] }, { "id": 29653, "nodeType": "ContractDefinition", "src": "525:69152:16", "nodes": [ { "id": 21537, "nodeType": "VariableDeclaration", "src": "548:86:16", "nodes": [], "constant": true, "mutability": "constant", "name": "CONSOLE_ADDRESS", "nameLocation": "565:15:16", "scope": 29653, "stateVariable": true, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 21532, "name": "address", "nodeType": "ElementaryTypeName", "src": "548:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "value": { "arguments": [ { "hexValue": "307830303030303030303030303030303030303036333646366537333646366336353265366336663637", "id": 21535, "isConstant": false, "isLValue": false, "isPure": true, "kind": "number", "lValueRequested": false, "nodeType": "Literal", "src": "591:42:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "value": "0x000000000000000000636F6e736F6c652e6c6f67" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_address", "typeString": "address" } ], "id": 21534, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "nodeType": "ElementaryTypeNameExpression", "src": "583:7:16", "typeDescriptions": { "typeIdentifier": "t_type$_t_address_$", "typeString": "type(address)" }, "typeName": { "id": 21533, "name": "address", "nodeType": "ElementaryTypeName", "src": "583:7:16", "typeDescriptions": {} } }, "id": 21536, "isConstant": false, "isLValue": false, "isPure": true, "kind": "typeConversion", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "583:51:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "id": 21554, "nodeType": "FunctionDefinition", "src": "641:221:16", "nodes": [], "body": { "id": 21553, "nodeType": "Block", "src": "800:62:16", "nodes": [], "statements": [ { "AST": { "nativeSrc": "819:37:16", "nodeType": "YulBlock", "src": "819:37:16", "statements": [ { "nativeSrc": "833:13:16", "nodeType": "YulAssignment", "src": "833:13:16", "value": { "name": "fnIn", "nativeSrc": "842:4:16", "nodeType": "YulIdentifier", "src": "842:4:16" }, "variableNames": [ { "name": "fnOut", "nativeSrc": "833:5:16", "nodeType": "YulIdentifier", "src": "833:5:16" } ] } ] }, "evmVersion": "paris", "externalReferences": [ { "declaration": 21543, "isOffset": false, "isSlot": false, "src": "842:4:16", "valueSize": 1 }, { "declaration": 21550, "isOffset": false, "isSlot": false, "src": "833:5:16", "valueSize": 1 } ], "id": 21552, "nodeType": "InlineAssembly", "src": "810:46:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "_castLogPayloadViewToPure", "nameLocation": "650:25:16", "parameters": { "id": 21544, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21543, "mutability": "mutable", "name": "fnIn", "nameLocation": "722:4:16", "nodeType": "VariableDeclaration", "scope": 21554, "src": "685:41:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_function_internal_view$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes) view" }, "typeName": { "id": 21542, "nodeType": "FunctionTypeName", "parameterTypes": { "id": 21540, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21539, "mutability": "mutable", "name": "", "nameLocation": "-1:-1:-1", "nodeType": "VariableDeclaration", "scope": 21542, "src": "694:12:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes" }, "typeName": { "id": 21538, "name": "bytes", "nodeType": "ElementaryTypeName", "src": "694:5:16", "typeDescriptions": { "typeIdentifier": "t_bytes_storage_ptr", "typeString": "bytes" } }, "visibility": "internal" } ], "src": "693:14:16" }, "returnParameterTypes": { "id": 21541, "nodeType": "ParameterList", "parameters": [], "src": "722:0:16" }, "src": "685:41:16", "stateMutability": "view", "typeDescriptions": { "typeIdentifier": "t_function_internal_view$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes) view" }, "visibility": "internal" }, "visibility": "internal" } ], "src": "675:57:16" }, "returnParameters": { "id": 21551, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21550, "mutability": "mutable", "name": "fnOut", "nameLocation": "793:5:16", "nodeType": "VariableDeclaration", "scope": 21554, "src": "756:42:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes) pure" }, "typeName": { "id": 21549, "nodeType": "FunctionTypeName", "parameterTypes": { "id": 21547, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21546, "mutability": "mutable", "name": "", "nameLocation": "-1:-1:-1", "nodeType": "VariableDeclaration", "scope": 21549, "src": "765:12:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes" }, "typeName": { "id": 21545, "name": "bytes", "nodeType": "ElementaryTypeName", "src": "765:5:16", "typeDescriptions": { "typeIdentifier": "t_bytes_storage_ptr", "typeString": "bytes" } }, "visibility": "internal" } ], "src": "764:14:16" }, "returnParameterTypes": { "id": 21548, "nodeType": "ParameterList", "parameters": [], "src": "793:0:16" }, "src": "756:42:16", "stateMutability": "pure", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes) pure" }, "visibility": "internal" }, "visibility": "internal" } ], "src": "755:44:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21566, "nodeType": "FunctionDefinition", "src": "868:133:16", "nodes": [], "body": { "id": 21565, "nodeType": "Block", "src": "929:72:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "id": 21562, "name": "payload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21556, "src": "986:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "arguments": [ { "id": 21560, "name": "_sendLogPayloadView", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21582, "src": "965:19:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_view$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) view" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_function_internal_view$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) view" } ], "id": 21559, "name": "_castLogPayloadViewToPure", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21554, "src": "939:25:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_function_internal_view$_t_bytes_memory_ptr_$returns$__$_$returns$_t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$_$", "typeString": "function (function (bytes memory) view) pure returns (function (bytes memory) pure)" } }, "id": 21561, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "939:46:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21563, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "939:55:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21564, "nodeType": "ExpressionStatement", "src": "939:55:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "_sendLogPayload", "nameLocation": "877:15:16", "parameters": { "id": 21557, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21556, "mutability": "mutable", "name": "payload", "nameLocation": "906:7:16", "nodeType": "VariableDeclaration", "scope": 21566, "src": "893:20:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes" }, "typeName": { "id": 21555, "name": "bytes", "nodeType": "ElementaryTypeName", "src": "893:5:16", "typeDescriptions": { "typeIdentifier": "t_bytes_storage_ptr", "typeString": "bytes" } }, "visibility": "internal" } ], "src": "892:22:16" }, "returnParameters": { "id": 21558, "nodeType": "ParameterList", "parameters": [], "src": "929:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21582, "nodeType": "FunctionDefinition", "src": "1007:380:16", "nodes": [], "body": { "id": 21581, "nodeType": "Block", "src": "1071:316:16", "nodes": [], "statements": [ { "assignments": [ 21572 ], "declarations": [ { "constant": false, "id": 21572, "mutability": "mutable", "name": "payloadLength", "nameLocation": "1089:13:16", "nodeType": "VariableDeclaration", "scope": 21581, "src": "1081:21:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 21571, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "1081:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "id": 21575, "initialValue": { "expression": { "id": 21573, "name": "payload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21568, "src": "1105:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } }, "id": 21574, "isConstant": false, "isLValue": false, "isPure": false, "lValueRequested": false, "memberLocation": "1113:6:16", "memberName": "length", "nodeType": "MemberAccess", "src": "1105:14:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "nodeType": "VariableDeclarationStatement", "src": "1081:38:16" }, { "assignments": [ 21577 ], "declarations": [ { "constant": false, "id": 21577, "mutability": "mutable", "name": "consoleAddress", "nameLocation": "1137:14:16", "nodeType": "VariableDeclaration", "scope": 21581, "src": "1129:22:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 21576, "name": "address", "nodeType": "ElementaryTypeName", "src": "1129:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "id": 21579, "initialValue": { "id": 21578, "name": "CONSOLE_ADDRESS", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21537, "src": "1154:15:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "nodeType": "VariableDeclarationStatement", "src": "1129:40:16" }, { "AST": { "nativeSrc": "1231:150:16", "nodeType": "YulBlock", "src": "1231:150:16", "statements": [ { "nativeSrc": "1245:36:16", "nodeType": "YulVariableDeclaration", "src": "1245:36:16", "value": { "arguments": [ { "name": "payload", "nativeSrc": "1269:7:16", "nodeType": "YulIdentifier", "src": "1269:7:16" }, { "kind": "number", "nativeSrc": "1278:2:16", "nodeType": "YulLiteral", "src": "1278:2:16", "type": "", "value": "32" } ], "functionName": { "name": "add", "nativeSrc": "1265:3:16", "nodeType": "YulIdentifier", "src": "1265:3:16" }, "nativeSrc": "1265:16:16", "nodeType": "YulFunctionCall", "src": "1265:16:16" }, "variables": [ { "name": "payloadStart", "nativeSrc": "1249:12:16", "nodeType": "YulTypedName", "src": "1249:12:16", "type": "" } ] }, { "nativeSrc": "1294:77:16", "nodeType": "YulVariableDeclaration", "src": "1294:77:16", "value": { "arguments": [ { "arguments": [], "functionName": { "name": "gas", "nativeSrc": "1314:3:16", "nodeType": "YulIdentifier", "src": "1314:3:16" }, "nativeSrc": "1314:5:16", "nodeType": "YulFunctionCall", "src": "1314:5:16" }, { "name": "consoleAddress", "nativeSrc": "1321:14:16", "nodeType": "YulIdentifier", "src": "1321:14:16" }, { "name": "payloadStart", "nativeSrc": "1337:12:16", "nodeType": "YulIdentifier", "src": "1337:12:16" }, { "name": "payloadLength", "nativeSrc": "1351:13:16", "nodeType": "YulIdentifier", "src": "1351:13:16" }, { "kind": "number", "nativeSrc": "1366:1:16", "nodeType": "YulLiteral", "src": "1366:1:16", "type": "", "value": "0" }, { "kind": "number", "nativeSrc": "1369:1:16", "nodeType": "YulLiteral", "src": "1369:1:16", "type": "", "value": "0" } ], "functionName": { "name": "staticcall", "nativeSrc": "1303:10:16", "nodeType": "YulIdentifier", "src": "1303:10:16" }, "nativeSrc": "1303:68:16", "nodeType": "YulFunctionCall", "src": "1303:68:16" }, "variables": [ { "name": "r", "nativeSrc": "1298:1:16", "nodeType": "YulTypedName", "src": "1298:1:16", "type": "" } ] } ] }, "documentation": "@solidity memory-safe-assembly", "evmVersion": "paris", "externalReferences": [ { "declaration": 21577, "isOffset": false, "isSlot": false, "src": "1321:14:16", "valueSize": 1 }, { "declaration": 21568, "isOffset": false, "isSlot": false, "src": "1269:7:16", "valueSize": 1 }, { "declaration": 21572, "isOffset": false, "isSlot": false, "src": "1351:13:16", "valueSize": 1 } ], "id": 21580, "nodeType": "InlineAssembly", "src": "1222:159:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "_sendLogPayloadView", "nameLocation": "1016:19:16", "parameters": { "id": 21569, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21568, "mutability": "mutable", "name": "payload", "nameLocation": "1049:7:16", "nodeType": "VariableDeclaration", "scope": 21582, "src": "1036:20:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes" }, "typeName": { "id": 21567, "name": "bytes", "nodeType": "ElementaryTypeName", "src": "1036:5:16", "typeDescriptions": { "typeIdentifier": "t_bytes_storage_ptr", "typeString": "bytes" } }, "visibility": "internal" } ], "src": "1035:22:16" }, "returnParameters": { "id": 21570, "nodeType": "ParameterList", "parameters": [], "src": "1071:0:16" }, "scope": 29653, "stateMutability": "view", "virtual": false, "visibility": "private" }, { "id": 21593, "nodeType": "FunctionDefinition", "src": "1393:95:16", "nodes": [], "body": { "id": 21592, "nodeType": "Block", "src": "1422:66:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672829", "id": 21588, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "1472:7:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_51973ec9d4c1929bdd5b149c064d46aee47e92a7e2bb5f7a20c7b9cfb0d13b39", "typeString": "literal_string \"log()\"" }, "value": "log()" } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_51973ec9d4c1929bdd5b149c064d46aee47e92a7e2bb5f7a20c7b9cfb0d13b39", "typeString": "literal_string \"log()\"" } ], "expression": { "id": 21586, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "1448:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21587, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "1452:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "1448:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21589, "isConstant": false, "isLValue": false, "isPure": true, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "1448:32:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21585, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "1432:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21590, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "1432:49:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21591, "nodeType": "ExpressionStatement", "src": "1432:49:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "1402:3:16", "parameters": { "id": 21583, "nodeType": "ParameterList", "parameters": [], "src": "1405:2:16" }, "returnParameters": { "id": 21584, "nodeType": "ParameterList", "parameters": [], "src": "1422:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21607, "nodeType": "FunctionDefinition", "src": "1494:117:16", "nodes": [], "body": { "id": 21606, "nodeType": "Block", "src": "1535:76:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728696e7432353629", "id": 21601, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "1585:13:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2d5b6cb95ba2d00a93cd4ffa61ec07ef4bb1694f20c02a3cccb170a38df81ef8", "typeString": "literal_string \"log(int256)\"" }, "value": "log(int256)" }, { "id": 21602, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21595, "src": "1600:2:16", "typeDescriptions": { "typeIdentifier": "t_int256", "typeString": "int256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2d5b6cb95ba2d00a93cd4ffa61ec07ef4bb1694f20c02a3cccb170a38df81ef8", "typeString": "literal_string \"log(int256)\"" }, { "typeIdentifier": "t_int256", "typeString": "int256" } ], "expression": { "id": 21599, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "1561:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21600, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "1565:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "1561:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21603, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "1561:42:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21598, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "1545:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21604, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "1545:59:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21605, "nodeType": "ExpressionStatement", "src": "1545:59:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logInt", "nameLocation": "1503:6:16", "parameters": { "id": 21596, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21595, "mutability": "mutable", "name": "p0", "nameLocation": "1517:2:16", "nodeType": "VariableDeclaration", "scope": 21607, "src": "1510:9:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_int256", "typeString": "int256" }, "typeName": { "id": 21594, "name": "int256", "nodeType": "ElementaryTypeName", "src": "1510:6:16", "typeDescriptions": { "typeIdentifier": "t_int256", "typeString": "int256" } }, "visibility": "internal" } ], "src": "1509:11:16" }, "returnParameters": { "id": 21597, "nodeType": "ParameterList", "parameters": [], "src": "1535:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21621, "nodeType": "FunctionDefinition", "src": "1617:120:16", "nodes": [], "body": { "id": 21620, "nodeType": "Block", "src": "1660:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e7432353629", "id": 21615, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "1710:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_f82c50f1848136e6c140b186ea0c768b7deda5efffe42c25e96336a90b26c744", "typeString": "literal_string \"log(uint256)\"" }, "value": "log(uint256)" }, { "id": 21616, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21609, "src": "1726:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_f82c50f1848136e6c140b186ea0c768b7deda5efffe42c25e96336a90b26c744", "typeString": "literal_string \"log(uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 21613, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "1686:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21614, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "1690:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "1686:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21617, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "1686:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21612, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "1670:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21618, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "1670:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21619, "nodeType": "ExpressionStatement", "src": "1670:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logUint", "nameLocation": "1626:7:16", "parameters": { "id": 21610, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21609, "mutability": "mutable", "name": "p0", "nameLocation": "1642:2:16", "nodeType": "VariableDeclaration", "scope": 21621, "src": "1634:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 21608, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "1634:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "1633:12:16" }, "returnParameters": { "id": 21611, "nodeType": "ParameterList", "parameters": [], "src": "1660:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21635, "nodeType": "FunctionDefinition", "src": "1743:127:16", "nodes": [], "body": { "id": 21634, "nodeType": "Block", "src": "1794:76:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e6729", "id": 21629, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "1844:13:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_41304facd9323d75b11bcdd609cb38effffdb05710f7caf0e9b16c6d9d709f50", "typeString": "literal_string \"log(string)\"" }, "value": "log(string)" }, { "id": 21630, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21623, "src": "1859:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_41304facd9323d75b11bcdd609cb38effffdb05710f7caf0e9b16c6d9d709f50", "typeString": "literal_string \"log(string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 21627, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "1820:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21628, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "1824:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "1820:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21631, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "1820:42:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21626, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "1804:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21632, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "1804:59:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21633, "nodeType": "ExpressionStatement", "src": "1804:59:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logString", "nameLocation": "1752:9:16", "parameters": { "id": 21624, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21623, "mutability": "mutable", "name": "p0", "nameLocation": "1776:2:16", "nodeType": "VariableDeclaration", "scope": 21635, "src": "1762:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 21622, "name": "string", "nodeType": "ElementaryTypeName", "src": "1762:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "1761:18:16" }, "returnParameters": { "id": 21625, "nodeType": "ParameterList", "parameters": [], "src": "1794:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21649, "nodeType": "FunctionDefinition", "src": "1876:114:16", "nodes": [], "body": { "id": 21648, "nodeType": "Block", "src": "1916:74:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c29", "id": 21643, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "1966:11:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_32458eed3feca62a69292a55ca8a755ae4e6cdc57a38d15c298330064467fdd7", "typeString": "literal_string \"log(bool)\"" }, "value": "log(bool)" }, { "id": 21644, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21637, "src": "1979:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_32458eed3feca62a69292a55ca8a755ae4e6cdc57a38d15c298330064467fdd7", "typeString": "literal_string \"log(bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 21641, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "1942:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21642, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "1946:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "1942:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21645, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "1942:40:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21640, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "1926:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21646, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "1926:57:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21647, "nodeType": "ExpressionStatement", "src": "1926:57:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBool", "nameLocation": "1885:7:16", "parameters": { "id": 21638, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21637, "mutability": "mutable", "name": "p0", "nameLocation": "1898:2:16", "nodeType": "VariableDeclaration", "scope": 21649, "src": "1893:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 21636, "name": "bool", "nodeType": "ElementaryTypeName", "src": "1893:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "1892:9:16" }, "returnParameters": { "id": 21639, "nodeType": "ParameterList", "parameters": [], "src": "1916:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21663, "nodeType": "FunctionDefinition", "src": "1996:123:16", "nodes": [], "body": { "id": 21662, "nodeType": "Block", "src": "2042:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286164647265737329", "id": 21657, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "2092:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2c2ecbc2212ac38c2f9ec89aa5fcef7f532a5db24dbf7cad1f48bc82843b7428", "typeString": "literal_string \"log(address)\"" }, "value": "log(address)" }, { "id": 21658, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21651, "src": "2108:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2c2ecbc2212ac38c2f9ec89aa5fcef7f532a5db24dbf7cad1f48bc82843b7428", "typeString": "literal_string \"log(address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 21655, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "2068:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21656, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "2072:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "2068:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21659, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2068:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21654, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "2052:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21660, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2052:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21661, "nodeType": "ExpressionStatement", "src": "2052:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logAddress", "nameLocation": "2005:10:16", "parameters": { "id": 21652, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21651, "mutability": "mutable", "name": "p0", "nameLocation": "2024:2:16", "nodeType": "VariableDeclaration", "scope": 21663, "src": "2016:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 21650, "name": "address", "nodeType": "ElementaryTypeName", "src": "2016:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "2015:12:16" }, "returnParameters": { "id": 21653, "nodeType": "ParameterList", "parameters": [], "src": "2042:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21677, "nodeType": "FunctionDefinition", "src": "2125:124:16", "nodes": [], "body": { "id": 21676, "nodeType": "Block", "src": "2174:75:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728627974657329", "id": 21671, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "2224:12:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_0be77f5642494da7d212b92a3472c4f471abb24e17467f41788e7de7915d6238", "typeString": "literal_string \"log(bytes)\"" }, "value": "log(bytes)" }, { "id": 21672, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21665, "src": "2238:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_0be77f5642494da7d212b92a3472c4f471abb24e17467f41788e7de7915d6238", "typeString": "literal_string \"log(bytes)\"" }, { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "expression": { "id": 21669, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "2200:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21670, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "2204:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "2200:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21673, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2200:41:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21668, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "2184:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21674, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2184:58:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21675, "nodeType": "ExpressionStatement", "src": "2184:58:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes", "nameLocation": "2134:8:16", "parameters": { "id": 21666, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21665, "mutability": "mutable", "name": "p0", "nameLocation": "2156:2:16", "nodeType": "VariableDeclaration", "scope": 21677, "src": "2143:15:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes" }, "typeName": { "id": 21664, "name": "bytes", "nodeType": "ElementaryTypeName", "src": "2143:5:16", "typeDescriptions": { "typeIdentifier": "t_bytes_storage_ptr", "typeString": "bytes" } }, "visibility": "internal" } ], "src": "2142:17:16" }, "returnParameters": { "id": 21667, "nodeType": "ParameterList", "parameters": [], "src": "2174:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21691, "nodeType": "FunctionDefinition", "src": "2255:120:16", "nodes": [], "body": { "id": 21690, "nodeType": "Block", "src": "2299:76:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672862797465733129", "id": 21685, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "2349:13:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_6e18a1285e3dfba09579e846ff83d5e4ffae1b869c8fc4323752bab794e41041", "typeString": "literal_string \"log(bytes1)\"" }, "value": "log(bytes1)" }, { "id": 21686, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21679, "src": "2364:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes1", "typeString": "bytes1" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_6e18a1285e3dfba09579e846ff83d5e4ffae1b869c8fc4323752bab794e41041", "typeString": "literal_string \"log(bytes1)\"" }, { "typeIdentifier": "t_bytes1", "typeString": "bytes1" } ], "expression": { "id": 21683, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "2325:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21684, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "2329:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "2325:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21687, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2325:42:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21682, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "2309:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21688, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2309:59:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21689, "nodeType": "ExpressionStatement", "src": "2309:59:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes1", "nameLocation": "2264:9:16", "parameters": { "id": 21680, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21679, "mutability": "mutable", "name": "p0", "nameLocation": "2281:2:16", "nodeType": "VariableDeclaration", "scope": 21691, "src": "2274:9:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes1", "typeString": "bytes1" }, "typeName": { "id": 21678, "name": "bytes1", "nodeType": "ElementaryTypeName", "src": "2274:6:16", "typeDescriptions": { "typeIdentifier": "t_bytes1", "typeString": "bytes1" } }, "visibility": "internal" } ], "src": "2273:11:16" }, "returnParameters": { "id": 21681, "nodeType": "ParameterList", "parameters": [], "src": "2299:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21705, "nodeType": "FunctionDefinition", "src": "2381:120:16", "nodes": [], "body": { "id": 21704, "nodeType": "Block", "src": "2425:76:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672862797465733229", "id": 21699, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "2475:13:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_e9b622960ff3a0e86d35e876bfeba445fab6c5686604aa116c47c1e106921224", "typeString": "literal_string \"log(bytes2)\"" }, "value": "log(bytes2)" }, { "id": 21700, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21693, "src": "2490:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes2", "typeString": "bytes2" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_e9b622960ff3a0e86d35e876bfeba445fab6c5686604aa116c47c1e106921224", "typeString": "literal_string \"log(bytes2)\"" }, { "typeIdentifier": "t_bytes2", "typeString": "bytes2" } ], "expression": { "id": 21697, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "2451:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21698, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "2455:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "2451:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21701, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2451:42:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21696, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "2435:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21702, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2435:59:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21703, "nodeType": "ExpressionStatement", "src": "2435:59:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes2", "nameLocation": "2390:9:16", "parameters": { "id": 21694, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21693, "mutability": "mutable", "name": "p0", "nameLocation": "2407:2:16", "nodeType": "VariableDeclaration", "scope": 21705, "src": "2400:9:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes2", "typeString": "bytes2" }, "typeName": { "id": 21692, "name": "bytes2", "nodeType": "ElementaryTypeName", "src": "2400:6:16", "typeDescriptions": { "typeIdentifier": "t_bytes2", "typeString": "bytes2" } }, "visibility": "internal" } ], "src": "2399:11:16" }, "returnParameters": { "id": 21695, "nodeType": "ParameterList", "parameters": [], "src": "2425:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21719, "nodeType": "FunctionDefinition", "src": "2507:120:16", "nodes": [], "body": { "id": 21718, "nodeType": "Block", "src": "2551:76:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672862797465733329", "id": 21713, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "2601:13:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2d8349266851a1d92746f90a9696920643311d6bf462d9fa11e69718a636cbee", "typeString": "literal_string \"log(bytes3)\"" }, "value": "log(bytes3)" }, { "id": 21714, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21707, "src": "2616:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes3", "typeString": "bytes3" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2d8349266851a1d92746f90a9696920643311d6bf462d9fa11e69718a636cbee", "typeString": "literal_string \"log(bytes3)\"" }, { "typeIdentifier": "t_bytes3", "typeString": "bytes3" } ], "expression": { "id": 21711, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "2577:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21712, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "2581:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "2577:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21715, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2577:42:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21710, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "2561:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21716, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2561:59:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21717, "nodeType": "ExpressionStatement", "src": "2561:59:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes3", "nameLocation": "2516:9:16", "parameters": { "id": 21708, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21707, "mutability": "mutable", "name": "p0", "nameLocation": "2533:2:16", "nodeType": "VariableDeclaration", "scope": 21719, "src": "2526:9:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes3", "typeString": "bytes3" }, "typeName": { "id": 21706, "name": "bytes3", "nodeType": "ElementaryTypeName", "src": "2526:6:16", "typeDescriptions": { "typeIdentifier": "t_bytes3", "typeString": "bytes3" } }, "visibility": "internal" } ], "src": "2525:11:16" }, "returnParameters": { "id": 21709, "nodeType": "ParameterList", "parameters": [], "src": "2551:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21733, "nodeType": "FunctionDefinition", "src": "2633:120:16", "nodes": [], "body": { "id": 21732, "nodeType": "Block", "src": "2677:76:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672862797465733429", "id": 21727, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "2727:13:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_e05f48d17f80c0f06e82dc14f4be9f0f654dde2e722a8d8796ad7e07f5308d55", "typeString": "literal_string \"log(bytes4)\"" }, "value": "log(bytes4)" }, { "id": 21728, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21721, "src": "2742:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes4", "typeString": "bytes4" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_e05f48d17f80c0f06e82dc14f4be9f0f654dde2e722a8d8796ad7e07f5308d55", "typeString": "literal_string \"log(bytes4)\"" }, { "typeIdentifier": "t_bytes4", "typeString": "bytes4" } ], "expression": { "id": 21725, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "2703:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21726, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "2707:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "2703:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21729, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2703:42:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21724, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "2687:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21730, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2687:59:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21731, "nodeType": "ExpressionStatement", "src": "2687:59:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes4", "nameLocation": "2642:9:16", "parameters": { "id": 21722, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21721, "mutability": "mutable", "name": "p0", "nameLocation": "2659:2:16", "nodeType": "VariableDeclaration", "scope": 21733, "src": "2652:9:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes4", "typeString": "bytes4" }, "typeName": { "id": 21720, "name": "bytes4", "nodeType": "ElementaryTypeName", "src": "2652:6:16", "typeDescriptions": { "typeIdentifier": "t_bytes4", "typeString": "bytes4" } }, "visibility": "internal" } ], "src": "2651:11:16" }, "returnParameters": { "id": 21723, "nodeType": "ParameterList", "parameters": [], "src": "2677:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21747, "nodeType": "FunctionDefinition", "src": "2759:120:16", "nodes": [], "body": { "id": 21746, "nodeType": "Block", "src": "2803:76:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672862797465733529", "id": 21741, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "2853:13:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_a684808d222f8a67c08dd13085391d5e9d1825d9fb6e2da44a91b1a07d07401a", "typeString": "literal_string \"log(bytes5)\"" }, "value": "log(bytes5)" }, { "id": 21742, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21735, "src": "2868:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes5", "typeString": "bytes5" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_a684808d222f8a67c08dd13085391d5e9d1825d9fb6e2da44a91b1a07d07401a", "typeString": "literal_string \"log(bytes5)\"" }, { "typeIdentifier": "t_bytes5", "typeString": "bytes5" } ], "expression": { "id": 21739, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "2829:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21740, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "2833:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "2829:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21743, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2829:42:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21738, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "2813:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21744, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2813:59:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21745, "nodeType": "ExpressionStatement", "src": "2813:59:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes5", "nameLocation": "2768:9:16", "parameters": { "id": 21736, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21735, "mutability": "mutable", "name": "p0", "nameLocation": "2785:2:16", "nodeType": "VariableDeclaration", "scope": 21747, "src": "2778:9:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes5", "typeString": "bytes5" }, "typeName": { "id": 21734, "name": "bytes5", "nodeType": "ElementaryTypeName", "src": "2778:6:16", "typeDescriptions": { "typeIdentifier": "t_bytes5", "typeString": "bytes5" } }, "visibility": "internal" } ], "src": "2777:11:16" }, "returnParameters": { "id": 21737, "nodeType": "ParameterList", "parameters": [], "src": "2803:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21761, "nodeType": "FunctionDefinition", "src": "2885:120:16", "nodes": [], "body": { "id": 21760, "nodeType": "Block", "src": "2929:76:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672862797465733629", "id": 21755, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "2979:13:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_ae84a5910824668818be6031303edf0f6f3694b35d5e6f9683950d57ef12d330", "typeString": "literal_string \"log(bytes6)\"" }, "value": "log(bytes6)" }, { "id": 21756, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21749, "src": "2994:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes6", "typeString": "bytes6" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_ae84a5910824668818be6031303edf0f6f3694b35d5e6f9683950d57ef12d330", "typeString": "literal_string \"log(bytes6)\"" }, { "typeIdentifier": "t_bytes6", "typeString": "bytes6" } ], "expression": { "id": 21753, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "2955:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21754, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "2959:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "2955:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21757, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2955:42:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21752, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "2939:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21758, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "2939:59:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21759, "nodeType": "ExpressionStatement", "src": "2939:59:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes6", "nameLocation": "2894:9:16", "parameters": { "id": 21750, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21749, "mutability": "mutable", "name": "p0", "nameLocation": "2911:2:16", "nodeType": "VariableDeclaration", "scope": 21761, "src": "2904:9:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes6", "typeString": "bytes6" }, "typeName": { "id": 21748, "name": "bytes6", "nodeType": "ElementaryTypeName", "src": "2904:6:16", "typeDescriptions": { "typeIdentifier": "t_bytes6", "typeString": "bytes6" } }, "visibility": "internal" } ], "src": "2903:11:16" }, "returnParameters": { "id": 21751, "nodeType": "ParameterList", "parameters": [], "src": "2929:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21775, "nodeType": "FunctionDefinition", "src": "3011:120:16", "nodes": [], "body": { "id": 21774, "nodeType": "Block", "src": "3055:76:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672862797465733729", "id": 21769, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "3105:13:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_4ed57e28813457436949e4ec0a834b3c8262cd6cebd21953ee0da3400ce2de29", "typeString": "literal_string \"log(bytes7)\"" }, "value": "log(bytes7)" }, { "id": 21770, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21763, "src": "3120:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes7", "typeString": "bytes7" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_4ed57e28813457436949e4ec0a834b3c8262cd6cebd21953ee0da3400ce2de29", "typeString": "literal_string \"log(bytes7)\"" }, { "typeIdentifier": "t_bytes7", "typeString": "bytes7" } ], "expression": { "id": 21767, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "3081:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21768, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "3085:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "3081:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21771, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3081:42:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21766, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "3065:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21772, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3065:59:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21773, "nodeType": "ExpressionStatement", "src": "3065:59:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes7", "nameLocation": "3020:9:16", "parameters": { "id": 21764, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21763, "mutability": "mutable", "name": "p0", "nameLocation": "3037:2:16", "nodeType": "VariableDeclaration", "scope": 21775, "src": "3030:9:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes7", "typeString": "bytes7" }, "typeName": { "id": 21762, "name": "bytes7", "nodeType": "ElementaryTypeName", "src": "3030:6:16", "typeDescriptions": { "typeIdentifier": "t_bytes7", "typeString": "bytes7" } }, "visibility": "internal" } ], "src": "3029:11:16" }, "returnParameters": { "id": 21765, "nodeType": "ParameterList", "parameters": [], "src": "3055:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21789, "nodeType": "FunctionDefinition", "src": "3137:120:16", "nodes": [], "body": { "id": 21788, "nodeType": "Block", "src": "3181:76:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672862797465733829", "id": 21783, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "3231:13:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_4f84252e5b28e1a0064346c7cd13650e2dd6020728ca468281bb2a28b42654b3", "typeString": "literal_string \"log(bytes8)\"" }, "value": "log(bytes8)" }, { "id": 21784, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21777, "src": "3246:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes8", "typeString": "bytes8" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_4f84252e5b28e1a0064346c7cd13650e2dd6020728ca468281bb2a28b42654b3", "typeString": "literal_string \"log(bytes8)\"" }, { "typeIdentifier": "t_bytes8", "typeString": "bytes8" } ], "expression": { "id": 21781, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "3207:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21782, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "3211:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "3207:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21785, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3207:42:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21780, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "3191:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21786, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3191:59:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21787, "nodeType": "ExpressionStatement", "src": "3191:59:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes8", "nameLocation": "3146:9:16", "parameters": { "id": 21778, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21777, "mutability": "mutable", "name": "p0", "nameLocation": "3163:2:16", "nodeType": "VariableDeclaration", "scope": 21789, "src": "3156:9:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes8", "typeString": "bytes8" }, "typeName": { "id": 21776, "name": "bytes8", "nodeType": "ElementaryTypeName", "src": "3156:6:16", "typeDescriptions": { "typeIdentifier": "t_bytes8", "typeString": "bytes8" } }, "visibility": "internal" } ], "src": "3155:11:16" }, "returnParameters": { "id": 21779, "nodeType": "ParameterList", "parameters": [], "src": "3181:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21803, "nodeType": "FunctionDefinition", "src": "3263:120:16", "nodes": [], "body": { "id": 21802, "nodeType": "Block", "src": "3307:76:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672862797465733929", "id": 21797, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "3357:13:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_90bd8cd0463fe91d31e59db57ee4cf8d778374c422b4b50e841266d9c2cc6667", "typeString": "literal_string \"log(bytes9)\"" }, "value": "log(bytes9)" }, { "id": 21798, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21791, "src": "3372:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes9", "typeString": "bytes9" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_90bd8cd0463fe91d31e59db57ee4cf8d778374c422b4b50e841266d9c2cc6667", "typeString": "literal_string \"log(bytes9)\"" }, { "typeIdentifier": "t_bytes9", "typeString": "bytes9" } ], "expression": { "id": 21795, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "3333:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21796, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "3337:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "3333:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21799, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3333:42:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21794, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "3317:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21800, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3317:59:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21801, "nodeType": "ExpressionStatement", "src": "3317:59:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes9", "nameLocation": "3272:9:16", "parameters": { "id": 21792, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21791, "mutability": "mutable", "name": "p0", "nameLocation": "3289:2:16", "nodeType": "VariableDeclaration", "scope": 21803, "src": "3282:9:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes9", "typeString": "bytes9" }, "typeName": { "id": 21790, "name": "bytes9", "nodeType": "ElementaryTypeName", "src": "3282:6:16", "typeDescriptions": { "typeIdentifier": "t_bytes9", "typeString": "bytes9" } }, "visibility": "internal" } ], "src": "3281:11:16" }, "returnParameters": { "id": 21793, "nodeType": "ParameterList", "parameters": [], "src": "3307:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21817, "nodeType": "FunctionDefinition", "src": "3389:123:16", "nodes": [], "body": { "id": 21816, "nodeType": "Block", "src": "3435:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573313029", "id": 21811, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "3485:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_013d178bb749cf32d0f7243763667360eb91576261efe5ed9be72b4a2800fd66", "typeString": "literal_string \"log(bytes10)\"" }, "value": "log(bytes10)" }, { "id": 21812, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21805, "src": "3501:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes10", "typeString": "bytes10" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_013d178bb749cf32d0f7243763667360eb91576261efe5ed9be72b4a2800fd66", "typeString": "literal_string \"log(bytes10)\"" }, { "typeIdentifier": "t_bytes10", "typeString": "bytes10" } ], "expression": { "id": 21809, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "3461:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21810, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "3465:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "3461:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21813, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3461:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21808, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "3445:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21814, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3445:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21815, "nodeType": "ExpressionStatement", "src": "3445:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes10", "nameLocation": "3398:10:16", "parameters": { "id": 21806, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21805, "mutability": "mutable", "name": "p0", "nameLocation": "3417:2:16", "nodeType": "VariableDeclaration", "scope": 21817, "src": "3409:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes10", "typeString": "bytes10" }, "typeName": { "id": 21804, "name": "bytes10", "nodeType": "ElementaryTypeName", "src": "3409:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes10", "typeString": "bytes10" } }, "visibility": "internal" } ], "src": "3408:12:16" }, "returnParameters": { "id": 21807, "nodeType": "ParameterList", "parameters": [], "src": "3435:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21831, "nodeType": "FunctionDefinition", "src": "3518:123:16", "nodes": [], "body": { "id": 21830, "nodeType": "Block", "src": "3564:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573313129", "id": 21825, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "3614:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_04004a2e5bef8ca2e7ffd661b519aec3d9c1b8d0aa1e11656aab73b2726922d9", "typeString": "literal_string \"log(bytes11)\"" }, "value": "log(bytes11)" }, { "id": 21826, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21819, "src": "3630:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes11", "typeString": "bytes11" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_04004a2e5bef8ca2e7ffd661b519aec3d9c1b8d0aa1e11656aab73b2726922d9", "typeString": "literal_string \"log(bytes11)\"" }, { "typeIdentifier": "t_bytes11", "typeString": "bytes11" } ], "expression": { "id": 21823, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "3590:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21824, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "3594:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "3590:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21827, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3590:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21822, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "3574:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21828, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3574:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21829, "nodeType": "ExpressionStatement", "src": "3574:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes11", "nameLocation": "3527:10:16", "parameters": { "id": 21820, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21819, "mutability": "mutable", "name": "p0", "nameLocation": "3546:2:16", "nodeType": "VariableDeclaration", "scope": 21831, "src": "3538:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes11", "typeString": "bytes11" }, "typeName": { "id": 21818, "name": "bytes11", "nodeType": "ElementaryTypeName", "src": "3538:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes11", "typeString": "bytes11" } }, "visibility": "internal" } ], "src": "3537:12:16" }, "returnParameters": { "id": 21821, "nodeType": "ParameterList", "parameters": [], "src": "3564:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21845, "nodeType": "FunctionDefinition", "src": "3647:123:16", "nodes": [], "body": { "id": 21844, "nodeType": "Block", "src": "3693:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573313229", "id": 21839, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "3743:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_86a06abd704b9e5bab2216d456863046355f2def5304d8276c140d0d454fddf2", "typeString": "literal_string \"log(bytes12)\"" }, "value": "log(bytes12)" }, { "id": 21840, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21833, "src": "3759:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes12", "typeString": "bytes12" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_86a06abd704b9e5bab2216d456863046355f2def5304d8276c140d0d454fddf2", "typeString": "literal_string \"log(bytes12)\"" }, { "typeIdentifier": "t_bytes12", "typeString": "bytes12" } ], "expression": { "id": 21837, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "3719:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21838, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "3723:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "3719:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21841, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3719:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21836, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "3703:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21842, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3703:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21843, "nodeType": "ExpressionStatement", "src": "3703:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes12", "nameLocation": "3656:10:16", "parameters": { "id": 21834, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21833, "mutability": "mutable", "name": "p0", "nameLocation": "3675:2:16", "nodeType": "VariableDeclaration", "scope": 21845, "src": "3667:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes12", "typeString": "bytes12" }, "typeName": { "id": 21832, "name": "bytes12", "nodeType": "ElementaryTypeName", "src": "3667:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes12", "typeString": "bytes12" } }, "visibility": "internal" } ], "src": "3666:12:16" }, "returnParameters": { "id": 21835, "nodeType": "ParameterList", "parameters": [], "src": "3693:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21859, "nodeType": "FunctionDefinition", "src": "3776:123:16", "nodes": [], "body": { "id": 21858, "nodeType": "Block", "src": "3822:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573313329", "id": 21853, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "3872:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_94529e34a43ac6de2c3a0df402eee6114eb0f2ad065baefde0230cd3cf90e2ec", "typeString": "literal_string \"log(bytes13)\"" }, "value": "log(bytes13)" }, { "id": 21854, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21847, "src": "3888:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes13", "typeString": "bytes13" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_94529e34a43ac6de2c3a0df402eee6114eb0f2ad065baefde0230cd3cf90e2ec", "typeString": "literal_string \"log(bytes13)\"" }, { "typeIdentifier": "t_bytes13", "typeString": "bytes13" } ], "expression": { "id": 21851, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "3848:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21852, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "3852:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "3848:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21855, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3848:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21850, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "3832:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21856, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3832:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21857, "nodeType": "ExpressionStatement", "src": "3832:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes13", "nameLocation": "3785:10:16", "parameters": { "id": 21848, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21847, "mutability": "mutable", "name": "p0", "nameLocation": "3804:2:16", "nodeType": "VariableDeclaration", "scope": 21859, "src": "3796:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes13", "typeString": "bytes13" }, "typeName": { "id": 21846, "name": "bytes13", "nodeType": "ElementaryTypeName", "src": "3796:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes13", "typeString": "bytes13" } }, "visibility": "internal" } ], "src": "3795:12:16" }, "returnParameters": { "id": 21849, "nodeType": "ParameterList", "parameters": [], "src": "3822:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21873, "nodeType": "FunctionDefinition", "src": "3905:123:16", "nodes": [], "body": { "id": 21872, "nodeType": "Block", "src": "3951:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573313429", "id": 21867, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "4001:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_9266f07faf32c88bbdb01ce418243acbc1c63e15d6e3afa16078186ba711f278", "typeString": "literal_string \"log(bytes14)\"" }, "value": "log(bytes14)" }, { "id": 21868, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21861, "src": "4017:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes14", "typeString": "bytes14" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_9266f07faf32c88bbdb01ce418243acbc1c63e15d6e3afa16078186ba711f278", "typeString": "literal_string \"log(bytes14)\"" }, { "typeIdentifier": "t_bytes14", "typeString": "bytes14" } ], "expression": { "id": 21865, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "3977:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21866, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "3981:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "3977:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21869, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3977:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21864, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "3961:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21870, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "3961:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21871, "nodeType": "ExpressionStatement", "src": "3961:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes14", "nameLocation": "3914:10:16", "parameters": { "id": 21862, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21861, "mutability": "mutable", "name": "p0", "nameLocation": "3933:2:16", "nodeType": "VariableDeclaration", "scope": 21873, "src": "3925:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes14", "typeString": "bytes14" }, "typeName": { "id": 21860, "name": "bytes14", "nodeType": "ElementaryTypeName", "src": "3925:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes14", "typeString": "bytes14" } }, "visibility": "internal" } ], "src": "3924:12:16" }, "returnParameters": { "id": 21863, "nodeType": "ParameterList", "parameters": [], "src": "3951:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21887, "nodeType": "FunctionDefinition", "src": "4034:123:16", "nodes": [], "body": { "id": 21886, "nodeType": "Block", "src": "4080:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573313529", "id": 21881, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "4130:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_da9574e0bf3f23e09c3d85c9f5226065bb36281f2a5d78c7e38f6ffd58919606", "typeString": "literal_string \"log(bytes15)\"" }, "value": "log(bytes15)" }, { "id": 21882, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21875, "src": "4146:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes15", "typeString": "bytes15" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_da9574e0bf3f23e09c3d85c9f5226065bb36281f2a5d78c7e38f6ffd58919606", "typeString": "literal_string \"log(bytes15)\"" }, { "typeIdentifier": "t_bytes15", "typeString": "bytes15" } ], "expression": { "id": 21879, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "4106:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21880, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "4110:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "4106:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21883, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "4106:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21878, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "4090:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21884, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "4090:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21885, "nodeType": "ExpressionStatement", "src": "4090:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes15", "nameLocation": "4043:10:16", "parameters": { "id": 21876, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21875, "mutability": "mutable", "name": "p0", "nameLocation": "4062:2:16", "nodeType": "VariableDeclaration", "scope": 21887, "src": "4054:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes15", "typeString": "bytes15" }, "typeName": { "id": 21874, "name": "bytes15", "nodeType": "ElementaryTypeName", "src": "4054:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes15", "typeString": "bytes15" } }, "visibility": "internal" } ], "src": "4053:12:16" }, "returnParameters": { "id": 21877, "nodeType": "ParameterList", "parameters": [], "src": "4080:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21901, "nodeType": "FunctionDefinition", "src": "4163:123:16", "nodes": [], "body": { "id": 21900, "nodeType": "Block", "src": "4209:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573313629", "id": 21895, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "4259:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_665c61046af0adc4969f9d2f111b654775bd58f112b63e5ce7dfff29c000e9f3", "typeString": "literal_string \"log(bytes16)\"" }, "value": "log(bytes16)" }, { "id": 21896, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21889, "src": "4275:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes16", "typeString": "bytes16" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_665c61046af0adc4969f9d2f111b654775bd58f112b63e5ce7dfff29c000e9f3", "typeString": "literal_string \"log(bytes16)\"" }, { "typeIdentifier": "t_bytes16", "typeString": "bytes16" } ], "expression": { "id": 21893, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "4235:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21894, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "4239:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "4235:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21897, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "4235:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21892, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "4219:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21898, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "4219:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21899, "nodeType": "ExpressionStatement", "src": "4219:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes16", "nameLocation": "4172:10:16", "parameters": { "id": 21890, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21889, "mutability": "mutable", "name": "p0", "nameLocation": "4191:2:16", "nodeType": "VariableDeclaration", "scope": 21901, "src": "4183:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes16", "typeString": "bytes16" }, "typeName": { "id": 21888, "name": "bytes16", "nodeType": "ElementaryTypeName", "src": "4183:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes16", "typeString": "bytes16" } }, "visibility": "internal" } ], "src": "4182:12:16" }, "returnParameters": { "id": 21891, "nodeType": "ParameterList", "parameters": [], "src": "4209:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21915, "nodeType": "FunctionDefinition", "src": "4292:123:16", "nodes": [], "body": { "id": 21914, "nodeType": "Block", "src": "4338:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573313729", "id": 21909, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "4388:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_339f673a0c008974259a0022c9b150cc5d1af8c58584412fe373d84bd08d4ea3", "typeString": "literal_string \"log(bytes17)\"" }, "value": "log(bytes17)" }, { "id": 21910, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21903, "src": "4404:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes17", "typeString": "bytes17" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_339f673a0c008974259a0022c9b150cc5d1af8c58584412fe373d84bd08d4ea3", "typeString": "literal_string \"log(bytes17)\"" }, { "typeIdentifier": "t_bytes17", "typeString": "bytes17" } ], "expression": { "id": 21907, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "4364:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21908, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "4368:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "4364:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21911, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "4364:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21906, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "4348:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21912, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "4348:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21913, "nodeType": "ExpressionStatement", "src": "4348:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes17", "nameLocation": "4301:10:16", "parameters": { "id": 21904, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21903, "mutability": "mutable", "name": "p0", "nameLocation": "4320:2:16", "nodeType": "VariableDeclaration", "scope": 21915, "src": "4312:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes17", "typeString": "bytes17" }, "typeName": { "id": 21902, "name": "bytes17", "nodeType": "ElementaryTypeName", "src": "4312:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes17", "typeString": "bytes17" } }, "visibility": "internal" } ], "src": "4311:12:16" }, "returnParameters": { "id": 21905, "nodeType": "ParameterList", "parameters": [], "src": "4338:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21929, "nodeType": "FunctionDefinition", "src": "4421:123:16", "nodes": [], "body": { "id": 21928, "nodeType": "Block", "src": "4467:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573313829", "id": 21923, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "4517:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c4d23d9af6458d5ddc7cb8128a2f36bf147c9db4fe277dfe0fe7be41def62116", "typeString": "literal_string \"log(bytes18)\"" }, "value": "log(bytes18)" }, { "id": 21924, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21917, "src": "4533:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes18", "typeString": "bytes18" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c4d23d9af6458d5ddc7cb8128a2f36bf147c9db4fe277dfe0fe7be41def62116", "typeString": "literal_string \"log(bytes18)\"" }, { "typeIdentifier": "t_bytes18", "typeString": "bytes18" } ], "expression": { "id": 21921, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "4493:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21922, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "4497:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "4493:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21925, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "4493:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21920, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "4477:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21926, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "4477:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21927, "nodeType": "ExpressionStatement", "src": "4477:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes18", "nameLocation": "4430:10:16", "parameters": { "id": 21918, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21917, "mutability": "mutable", "name": "p0", "nameLocation": "4449:2:16", "nodeType": "VariableDeclaration", "scope": 21929, "src": "4441:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes18", "typeString": "bytes18" }, "typeName": { "id": 21916, "name": "bytes18", "nodeType": "ElementaryTypeName", "src": "4441:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes18", "typeString": "bytes18" } }, "visibility": "internal" } ], "src": "4440:12:16" }, "returnParameters": { "id": 21919, "nodeType": "ParameterList", "parameters": [], "src": "4467:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21943, "nodeType": "FunctionDefinition", "src": "4550:123:16", "nodes": [], "body": { "id": 21942, "nodeType": "Block", "src": "4596:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573313929", "id": 21937, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "4646:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5e6b5a33524ca650028e2fad735b4ab50285bba37658119d2da303bee98aeada", "typeString": "literal_string \"log(bytes19)\"" }, "value": "log(bytes19)" }, { "id": 21938, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21931, "src": "4662:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes19", "typeString": "bytes19" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5e6b5a33524ca650028e2fad735b4ab50285bba37658119d2da303bee98aeada", "typeString": "literal_string \"log(bytes19)\"" }, { "typeIdentifier": "t_bytes19", "typeString": "bytes19" } ], "expression": { "id": 21935, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "4622:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21936, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "4626:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "4622:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21939, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "4622:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21934, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "4606:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21940, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "4606:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21941, "nodeType": "ExpressionStatement", "src": "4606:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes19", "nameLocation": "4559:10:16", "parameters": { "id": 21932, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21931, "mutability": "mutable", "name": "p0", "nameLocation": "4578:2:16", "nodeType": "VariableDeclaration", "scope": 21943, "src": "4570:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes19", "typeString": "bytes19" }, "typeName": { "id": 21930, "name": "bytes19", "nodeType": "ElementaryTypeName", "src": "4570:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes19", "typeString": "bytes19" } }, "visibility": "internal" } ], "src": "4569:12:16" }, "returnParameters": { "id": 21933, "nodeType": "ParameterList", "parameters": [], "src": "4596:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21957, "nodeType": "FunctionDefinition", "src": "4679:123:16", "nodes": [], "body": { "id": 21956, "nodeType": "Block", "src": "4725:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573323029", "id": 21951, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "4775:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5188e3e9b3f117a223e2e428d0e13d089f3a53913e479000b94b85266ecf8231", "typeString": "literal_string \"log(bytes20)\"" }, "value": "log(bytes20)" }, { "id": 21952, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21945, "src": "4791:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes20", "typeString": "bytes20" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5188e3e9b3f117a223e2e428d0e13d089f3a53913e479000b94b85266ecf8231", "typeString": "literal_string \"log(bytes20)\"" }, { "typeIdentifier": "t_bytes20", "typeString": "bytes20" } ], "expression": { "id": 21949, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "4751:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21950, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "4755:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "4751:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21953, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "4751:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21948, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "4735:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21954, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "4735:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21955, "nodeType": "ExpressionStatement", "src": "4735:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes20", "nameLocation": "4688:10:16", "parameters": { "id": 21946, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21945, "mutability": "mutable", "name": "p0", "nameLocation": "4707:2:16", "nodeType": "VariableDeclaration", "scope": 21957, "src": "4699:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes20", "typeString": "bytes20" }, "typeName": { "id": 21944, "name": "bytes20", "nodeType": "ElementaryTypeName", "src": "4699:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes20", "typeString": "bytes20" } }, "visibility": "internal" } ], "src": "4698:12:16" }, "returnParameters": { "id": 21947, "nodeType": "ParameterList", "parameters": [], "src": "4725:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21971, "nodeType": "FunctionDefinition", "src": "4808:123:16", "nodes": [], "body": { "id": 21970, "nodeType": "Block", "src": "4854:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573323129", "id": 21965, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "4904:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_e9da35608192a6b38ad5ef62cf738886973b011b8cdb7e81cdd51b4c3dfe8ad7", "typeString": "literal_string \"log(bytes21)\"" }, "value": "log(bytes21)" }, { "id": 21966, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21959, "src": "4920:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes21", "typeString": "bytes21" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_e9da35608192a6b38ad5ef62cf738886973b011b8cdb7e81cdd51b4c3dfe8ad7", "typeString": "literal_string \"log(bytes21)\"" }, { "typeIdentifier": "t_bytes21", "typeString": "bytes21" } ], "expression": { "id": 21963, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "4880:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21964, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "4884:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "4880:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21967, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "4880:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21962, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "4864:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21968, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "4864:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21969, "nodeType": "ExpressionStatement", "src": "4864:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes21", "nameLocation": "4817:10:16", "parameters": { "id": 21960, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21959, "mutability": "mutable", "name": "p0", "nameLocation": "4836:2:16", "nodeType": "VariableDeclaration", "scope": 21971, "src": "4828:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes21", "typeString": "bytes21" }, "typeName": { "id": 21958, "name": "bytes21", "nodeType": "ElementaryTypeName", "src": "4828:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes21", "typeString": "bytes21" } }, "visibility": "internal" } ], "src": "4827:12:16" }, "returnParameters": { "id": 21961, "nodeType": "ParameterList", "parameters": [], "src": "4854:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21985, "nodeType": "FunctionDefinition", "src": "4937:123:16", "nodes": [], "body": { "id": 21984, "nodeType": "Block", "src": "4983:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573323229", "id": 21979, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "5033:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_d5fae89c25bed6f12b105f52db0a0ff6f5c8313613e12eccd3059bb7f7ea6575", "typeString": "literal_string \"log(bytes22)\"" }, "value": "log(bytes22)" }, { "id": 21980, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21973, "src": "5049:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes22", "typeString": "bytes22" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_d5fae89c25bed6f12b105f52db0a0ff6f5c8313613e12eccd3059bb7f7ea6575", "typeString": "literal_string \"log(bytes22)\"" }, { "typeIdentifier": "t_bytes22", "typeString": "bytes22" } ], "expression": { "id": 21977, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "5009:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21978, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "5013:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "5009:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21981, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "5009:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21976, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "4993:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21982, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "4993:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21983, "nodeType": "ExpressionStatement", "src": "4993:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes22", "nameLocation": "4946:10:16", "parameters": { "id": 21974, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21973, "mutability": "mutable", "name": "p0", "nameLocation": "4965:2:16", "nodeType": "VariableDeclaration", "scope": 21985, "src": "4957:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes22", "typeString": "bytes22" }, "typeName": { "id": 21972, "name": "bytes22", "nodeType": "ElementaryTypeName", "src": "4957:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes22", "typeString": "bytes22" } }, "visibility": "internal" } ], "src": "4956:12:16" }, "returnParameters": { "id": 21975, "nodeType": "ParameterList", "parameters": [], "src": "4983:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 21999, "nodeType": "FunctionDefinition", "src": "5066:123:16", "nodes": [], "body": { "id": 21998, "nodeType": "Block", "src": "5112:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573323329", "id": 21993, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "5162:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_aba1cf0dcd316c862bc06d4cf532375fed11c1e0897ba81a04ee0b22d3f14061", "typeString": "literal_string \"log(bytes23)\"" }, "value": "log(bytes23)" }, { "id": 21994, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21987, "src": "5178:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes23", "typeString": "bytes23" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_aba1cf0dcd316c862bc06d4cf532375fed11c1e0897ba81a04ee0b22d3f14061", "typeString": "literal_string \"log(bytes23)\"" }, { "typeIdentifier": "t_bytes23", "typeString": "bytes23" } ], "expression": { "id": 21991, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "5138:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 21992, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "5142:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "5138:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 21995, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "5138:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 21990, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "5122:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 21996, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "5122:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 21997, "nodeType": "ExpressionStatement", "src": "5122:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes23", "nameLocation": "5075:10:16", "parameters": { "id": 21988, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 21987, "mutability": "mutable", "name": "p0", "nameLocation": "5094:2:16", "nodeType": "VariableDeclaration", "scope": 21999, "src": "5086:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes23", "typeString": "bytes23" }, "typeName": { "id": 21986, "name": "bytes23", "nodeType": "ElementaryTypeName", "src": "5086:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes23", "typeString": "bytes23" } }, "visibility": "internal" } ], "src": "5085:12:16" }, "returnParameters": { "id": 21989, "nodeType": "ParameterList", "parameters": [], "src": "5112:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22013, "nodeType": "FunctionDefinition", "src": "5195:123:16", "nodes": [], "body": { "id": 22012, "nodeType": "Block", "src": "5241:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573323429", "id": 22007, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "5291:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_f1b35b3488a5452bceb48624d6ba2a791e58f0e9c0f4b86b8f51186ec7a7edf4", "typeString": "literal_string \"log(bytes24)\"" }, "value": "log(bytes24)" }, { "id": 22008, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22001, "src": "5307:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes24", "typeString": "bytes24" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_f1b35b3488a5452bceb48624d6ba2a791e58f0e9c0f4b86b8f51186ec7a7edf4", "typeString": "literal_string \"log(bytes24)\"" }, { "typeIdentifier": "t_bytes24", "typeString": "bytes24" } ], "expression": { "id": 22005, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "5267:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22006, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "5271:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "5267:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22009, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "5267:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22004, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "5251:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22010, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "5251:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22011, "nodeType": "ExpressionStatement", "src": "5251:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes24", "nameLocation": "5204:10:16", "parameters": { "id": 22002, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22001, "mutability": "mutable", "name": "p0", "nameLocation": "5223:2:16", "nodeType": "VariableDeclaration", "scope": 22013, "src": "5215:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes24", "typeString": "bytes24" }, "typeName": { "id": 22000, "name": "bytes24", "nodeType": "ElementaryTypeName", "src": "5215:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes24", "typeString": "bytes24" } }, "visibility": "internal" } ], "src": "5214:12:16" }, "returnParameters": { "id": 22003, "nodeType": "ParameterList", "parameters": [], "src": "5241:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22027, "nodeType": "FunctionDefinition", "src": "5324:123:16", "nodes": [], "body": { "id": 22026, "nodeType": "Block", "src": "5370:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573323529", "id": 22021, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "5420:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_0b84bc580db9be1295ee23dff6122da1f70381c83abf9a74953cca11238eda25", "typeString": "literal_string \"log(bytes25)\"" }, "value": "log(bytes25)" }, { "id": 22022, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22015, "src": "5436:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes25", "typeString": "bytes25" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_0b84bc580db9be1295ee23dff6122da1f70381c83abf9a74953cca11238eda25", "typeString": "literal_string \"log(bytes25)\"" }, { "typeIdentifier": "t_bytes25", "typeString": "bytes25" } ], "expression": { "id": 22019, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "5396:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22020, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "5400:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "5396:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22023, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "5396:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22018, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "5380:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22024, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "5380:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22025, "nodeType": "ExpressionStatement", "src": "5380:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes25", "nameLocation": "5333:10:16", "parameters": { "id": 22016, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22015, "mutability": "mutable", "name": "p0", "nameLocation": "5352:2:16", "nodeType": "VariableDeclaration", "scope": 22027, "src": "5344:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes25", "typeString": "bytes25" }, "typeName": { "id": 22014, "name": "bytes25", "nodeType": "ElementaryTypeName", "src": "5344:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes25", "typeString": "bytes25" } }, "visibility": "internal" } ], "src": "5343:12:16" }, "returnParameters": { "id": 22017, "nodeType": "ParameterList", "parameters": [], "src": "5370:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22041, "nodeType": "FunctionDefinition", "src": "5453:123:16", "nodes": [], "body": { "id": 22040, "nodeType": "Block", "src": "5499:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573323629", "id": 22035, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "5549:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_f8b149f18dc341f1a56e26c6c24a5233eec3bbb2ab017e9e86e663aae743965b", "typeString": "literal_string \"log(bytes26)\"" }, "value": "log(bytes26)" }, { "id": 22036, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22029, "src": "5565:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes26", "typeString": "bytes26" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_f8b149f18dc341f1a56e26c6c24a5233eec3bbb2ab017e9e86e663aae743965b", "typeString": "literal_string \"log(bytes26)\"" }, { "typeIdentifier": "t_bytes26", "typeString": "bytes26" } ], "expression": { "id": 22033, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "5525:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22034, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "5529:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "5525:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22037, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "5525:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22032, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "5509:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22038, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "5509:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22039, "nodeType": "ExpressionStatement", "src": "5509:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes26", "nameLocation": "5462:10:16", "parameters": { "id": 22030, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22029, "mutability": "mutable", "name": "p0", "nameLocation": "5481:2:16", "nodeType": "VariableDeclaration", "scope": 22041, "src": "5473:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes26", "typeString": "bytes26" }, "typeName": { "id": 22028, "name": "bytes26", "nodeType": "ElementaryTypeName", "src": "5473:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes26", "typeString": "bytes26" } }, "visibility": "internal" } ], "src": "5472:12:16" }, "returnParameters": { "id": 22031, "nodeType": "ParameterList", "parameters": [], "src": "5499:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22055, "nodeType": "FunctionDefinition", "src": "5582:123:16", "nodes": [], "body": { "id": 22054, "nodeType": "Block", "src": "5628:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573323729", "id": 22049, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "5678:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_3a3757dda92e8e238aa23ff7f6f62e31074f6acccca8986ec1286b5a835236b6", "typeString": "literal_string \"log(bytes27)\"" }, "value": "log(bytes27)" }, { "id": 22050, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22043, "src": "5694:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes27", "typeString": "bytes27" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_3a3757dda92e8e238aa23ff7f6f62e31074f6acccca8986ec1286b5a835236b6", "typeString": "literal_string \"log(bytes27)\"" }, { "typeIdentifier": "t_bytes27", "typeString": "bytes27" } ], "expression": { "id": 22047, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "5654:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22048, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "5658:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "5654:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22051, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "5654:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22046, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "5638:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22052, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "5638:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22053, "nodeType": "ExpressionStatement", "src": "5638:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes27", "nameLocation": "5591:10:16", "parameters": { "id": 22044, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22043, "mutability": "mutable", "name": "p0", "nameLocation": "5610:2:16", "nodeType": "VariableDeclaration", "scope": 22055, "src": "5602:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes27", "typeString": "bytes27" }, "typeName": { "id": 22042, "name": "bytes27", "nodeType": "ElementaryTypeName", "src": "5602:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes27", "typeString": "bytes27" } }, "visibility": "internal" } ], "src": "5601:12:16" }, "returnParameters": { "id": 22045, "nodeType": "ParameterList", "parameters": [], "src": "5628:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22069, "nodeType": "FunctionDefinition", "src": "5711:123:16", "nodes": [], "body": { "id": 22068, "nodeType": "Block", "src": "5757:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573323829", "id": 22063, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "5807:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c82aeaee74a6ddec4ccd5cfe60e816752c02c70838f0908bd4a6e82866b3a042", "typeString": "literal_string \"log(bytes28)\"" }, "value": "log(bytes28)" }, { "id": 22064, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22057, "src": "5823:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes28", "typeString": "bytes28" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c82aeaee74a6ddec4ccd5cfe60e816752c02c70838f0908bd4a6e82866b3a042", "typeString": "literal_string \"log(bytes28)\"" }, { "typeIdentifier": "t_bytes28", "typeString": "bytes28" } ], "expression": { "id": 22061, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "5783:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22062, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "5787:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "5783:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22065, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "5783:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22060, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "5767:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22066, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "5767:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22067, "nodeType": "ExpressionStatement", "src": "5767:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes28", "nameLocation": "5720:10:16", "parameters": { "id": 22058, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22057, "mutability": "mutable", "name": "p0", "nameLocation": "5739:2:16", "nodeType": "VariableDeclaration", "scope": 22069, "src": "5731:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes28", "typeString": "bytes28" }, "typeName": { "id": 22056, "name": "bytes28", "nodeType": "ElementaryTypeName", "src": "5731:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes28", "typeString": "bytes28" } }, "visibility": "internal" } ], "src": "5730:12:16" }, "returnParameters": { "id": 22059, "nodeType": "ParameterList", "parameters": [], "src": "5757:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22083, "nodeType": "FunctionDefinition", "src": "5840:123:16", "nodes": [], "body": { "id": 22082, "nodeType": "Block", "src": "5886:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573323929", "id": 22077, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "5936:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_4b69c3d5f782ef1bdb62d5bb42d4987f16799030ba447bb153d465bd3a3a5667", "typeString": "literal_string \"log(bytes29)\"" }, "value": "log(bytes29)" }, { "id": 22078, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22071, "src": "5952:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes29", "typeString": "bytes29" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_4b69c3d5f782ef1bdb62d5bb42d4987f16799030ba447bb153d465bd3a3a5667", "typeString": "literal_string \"log(bytes29)\"" }, { "typeIdentifier": "t_bytes29", "typeString": "bytes29" } ], "expression": { "id": 22075, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "5912:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22076, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "5916:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "5912:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22079, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "5912:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22074, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "5896:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22080, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "5896:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22081, "nodeType": "ExpressionStatement", "src": "5896:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes29", "nameLocation": "5849:10:16", "parameters": { "id": 22072, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22071, "mutability": "mutable", "name": "p0", "nameLocation": "5868:2:16", "nodeType": "VariableDeclaration", "scope": 22083, "src": "5860:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes29", "typeString": "bytes29" }, "typeName": { "id": 22070, "name": "bytes29", "nodeType": "ElementaryTypeName", "src": "5860:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes29", "typeString": "bytes29" } }, "visibility": "internal" } ], "src": "5859:12:16" }, "returnParameters": { "id": 22073, "nodeType": "ParameterList", "parameters": [], "src": "5886:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22097, "nodeType": "FunctionDefinition", "src": "5969:123:16", "nodes": [], "body": { "id": 22096, "nodeType": "Block", "src": "6015:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573333029", "id": 22091, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "6065:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_ee12c4edbd73d98174a6bf3454562c4874f59cb381176b662ca65f625f97d6ad", "typeString": "literal_string \"log(bytes30)\"" }, "value": "log(bytes30)" }, { "id": 22092, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22085, "src": "6081:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes30", "typeString": "bytes30" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_ee12c4edbd73d98174a6bf3454562c4874f59cb381176b662ca65f625f97d6ad", "typeString": "literal_string \"log(bytes30)\"" }, { "typeIdentifier": "t_bytes30", "typeString": "bytes30" } ], "expression": { "id": 22089, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "6041:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22090, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "6045:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "6041:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22093, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6041:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22088, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "6025:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22094, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6025:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22095, "nodeType": "ExpressionStatement", "src": "6025:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes30", "nameLocation": "5978:10:16", "parameters": { "id": 22086, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22085, "mutability": "mutable", "name": "p0", "nameLocation": "5997:2:16", "nodeType": "VariableDeclaration", "scope": 22097, "src": "5989:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes30", "typeString": "bytes30" }, "typeName": { "id": 22084, "name": "bytes30", "nodeType": "ElementaryTypeName", "src": "5989:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes30", "typeString": "bytes30" } }, "visibility": "internal" } ], "src": "5988:12:16" }, "returnParameters": { "id": 22087, "nodeType": "ParameterList", "parameters": [], "src": "6015:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22111, "nodeType": "FunctionDefinition", "src": "6098:123:16", "nodes": [], "body": { "id": 22110, "nodeType": "Block", "src": "6144:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573333129", "id": 22105, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "6194:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c2854d92a0707e582e2710f9c9d3f148fdcf7e7da3b4270c2cfa3e223a2c50ce", "typeString": "literal_string \"log(bytes31)\"" }, "value": "log(bytes31)" }, { "id": 22106, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22099, "src": "6210:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes31", "typeString": "bytes31" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c2854d92a0707e582e2710f9c9d3f148fdcf7e7da3b4270c2cfa3e223a2c50ce", "typeString": "literal_string \"log(bytes31)\"" }, { "typeIdentifier": "t_bytes31", "typeString": "bytes31" } ], "expression": { "id": 22103, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "6170:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22104, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "6174:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "6170:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22107, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6170:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22102, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "6154:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22108, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6154:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22109, "nodeType": "ExpressionStatement", "src": "6154:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes31", "nameLocation": "6107:10:16", "parameters": { "id": 22100, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22099, "mutability": "mutable", "name": "p0", "nameLocation": "6126:2:16", "nodeType": "VariableDeclaration", "scope": 22111, "src": "6118:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes31", "typeString": "bytes31" }, "typeName": { "id": 22098, "name": "bytes31", "nodeType": "ElementaryTypeName", "src": "6118:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes31", "typeString": "bytes31" } }, "visibility": "internal" } ], "src": "6117:12:16" }, "returnParameters": { "id": 22101, "nodeType": "ParameterList", "parameters": [], "src": "6144:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22125, "nodeType": "FunctionDefinition", "src": "6227:123:16", "nodes": [], "body": { "id": 22124, "nodeType": "Block", "src": "6273:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286279746573333229", "id": 22119, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "6323:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_27b7cf8513ac6b65cae720183e1e60e67f8a9d92c01286c19d51d4e30aa269da", "typeString": "literal_string \"log(bytes32)\"" }, "value": "log(bytes32)" }, { "id": 22120, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22113, "src": "6339:2:16", "typeDescriptions": { "typeIdentifier": "t_bytes32", "typeString": "bytes32" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_27b7cf8513ac6b65cae720183e1e60e67f8a9d92c01286c19d51d4e30aa269da", "typeString": "literal_string \"log(bytes32)\"" }, { "typeIdentifier": "t_bytes32", "typeString": "bytes32" } ], "expression": { "id": 22117, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "6299:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22118, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "6303:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "6299:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22121, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6299:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22116, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "6283:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22122, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6283:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22123, "nodeType": "ExpressionStatement", "src": "6283:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "logBytes32", "nameLocation": "6236:10:16", "parameters": { "id": 22114, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22113, "mutability": "mutable", "name": "p0", "nameLocation": "6255:2:16", "nodeType": "VariableDeclaration", "scope": 22125, "src": "6247:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bytes32", "typeString": "bytes32" }, "typeName": { "id": 22112, "name": "bytes32", "nodeType": "ElementaryTypeName", "src": "6247:7:16", "typeDescriptions": { "typeIdentifier": "t_bytes32", "typeString": "bytes32" } }, "visibility": "internal" } ], "src": "6246:12:16" }, "returnParameters": { "id": 22115, "nodeType": "ParameterList", "parameters": [], "src": "6273:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22139, "nodeType": "FunctionDefinition", "src": "6356:116:16", "nodes": [], "body": { "id": 22138, "nodeType": "Block", "src": "6395:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e7432353629", "id": 22133, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "6445:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_f82c50f1848136e6c140b186ea0c768b7deda5efffe42c25e96336a90b26c744", "typeString": "literal_string \"log(uint256)\"" }, "value": "log(uint256)" }, { "id": 22134, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22127, "src": "6461:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_f82c50f1848136e6c140b186ea0c768b7deda5efffe42c25e96336a90b26c744", "typeString": "literal_string \"log(uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 22131, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "6421:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22132, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "6425:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "6421:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22135, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6421:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22130, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "6405:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22136, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6405:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22137, "nodeType": "ExpressionStatement", "src": "6405:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "6365:3:16", "parameters": { "id": 22128, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22127, "mutability": "mutable", "name": "p0", "nameLocation": "6377:2:16", "nodeType": "VariableDeclaration", "scope": 22139, "src": "6369:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22126, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "6369:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "6368:12:16" }, "returnParameters": { "id": 22129, "nodeType": "ParameterList", "parameters": [], "src": "6395:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22153, "nodeType": "FunctionDefinition", "src": "6478:114:16", "nodes": [], "body": { "id": 22152, "nodeType": "Block", "src": "6516:76:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728696e7432353629", "id": 22147, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "6566:13:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2d5b6cb95ba2d00a93cd4ffa61ec07ef4bb1694f20c02a3cccb170a38df81ef8", "typeString": "literal_string \"log(int256)\"" }, "value": "log(int256)" }, { "id": 22148, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22141, "src": "6581:2:16", "typeDescriptions": { "typeIdentifier": "t_int256", "typeString": "int256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2d5b6cb95ba2d00a93cd4ffa61ec07ef4bb1694f20c02a3cccb170a38df81ef8", "typeString": "literal_string \"log(int256)\"" }, { "typeIdentifier": "t_int256", "typeString": "int256" } ], "expression": { "id": 22145, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "6542:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22146, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "6546:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "6542:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22149, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6542:42:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22144, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "6526:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22150, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6526:59:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22151, "nodeType": "ExpressionStatement", "src": "6526:59:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "6487:3:16", "parameters": { "id": 22142, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22141, "mutability": "mutable", "name": "p0", "nameLocation": "6498:2:16", "nodeType": "VariableDeclaration", "scope": 22153, "src": "6491:9:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_int256", "typeString": "int256" }, "typeName": { "id": 22140, "name": "int256", "nodeType": "ElementaryTypeName", "src": "6491:6:16", "typeDescriptions": { "typeIdentifier": "t_int256", "typeString": "int256" } }, "visibility": "internal" } ], "src": "6490:11:16" }, "returnParameters": { "id": 22143, "nodeType": "ParameterList", "parameters": [], "src": "6516:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22167, "nodeType": "FunctionDefinition", "src": "6598:121:16", "nodes": [], "body": { "id": 22166, "nodeType": "Block", "src": "6643:76:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e6729", "id": 22161, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "6693:13:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_41304facd9323d75b11bcdd609cb38effffdb05710f7caf0e9b16c6d9d709f50", "typeString": "literal_string \"log(string)\"" }, "value": "log(string)" }, { "id": 22162, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22155, "src": "6708:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_41304facd9323d75b11bcdd609cb38effffdb05710f7caf0e9b16c6d9d709f50", "typeString": "literal_string \"log(string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 22159, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "6669:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22160, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "6673:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "6669:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22163, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6669:42:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22158, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "6653:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22164, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6653:59:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22165, "nodeType": "ExpressionStatement", "src": "6653:59:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "6607:3:16", "parameters": { "id": 22156, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22155, "mutability": "mutable", "name": "p0", "nameLocation": "6625:2:16", "nodeType": "VariableDeclaration", "scope": 22167, "src": "6611:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22154, "name": "string", "nodeType": "ElementaryTypeName", "src": "6611:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "6610:18:16" }, "returnParameters": { "id": 22157, "nodeType": "ParameterList", "parameters": [], "src": "6643:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22181, "nodeType": "FunctionDefinition", "src": "6725:110:16", "nodes": [], "body": { "id": 22180, "nodeType": "Block", "src": "6761:74:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c29", "id": 22175, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "6811:11:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_32458eed3feca62a69292a55ca8a755ae4e6cdc57a38d15c298330064467fdd7", "typeString": "literal_string \"log(bool)\"" }, "value": "log(bool)" }, { "id": 22176, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22169, "src": "6824:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_32458eed3feca62a69292a55ca8a755ae4e6cdc57a38d15c298330064467fdd7", "typeString": "literal_string \"log(bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 22173, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "6787:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22174, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "6791:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "6787:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22177, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6787:40:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22172, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "6771:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22178, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6771:57:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22179, "nodeType": "ExpressionStatement", "src": "6771:57:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "6734:3:16", "parameters": { "id": 22170, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22169, "mutability": "mutable", "name": "p0", "nameLocation": "6743:2:16", "nodeType": "VariableDeclaration", "scope": 22181, "src": "6738:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22168, "name": "bool", "nodeType": "ElementaryTypeName", "src": "6738:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "6737:9:16" }, "returnParameters": { "id": 22171, "nodeType": "ParameterList", "parameters": [], "src": "6761:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22195, "nodeType": "FunctionDefinition", "src": "6841:116:16", "nodes": [], "body": { "id": 22194, "nodeType": "Block", "src": "6880:77:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f67286164647265737329", "id": 22189, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "6930:14:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2c2ecbc2212ac38c2f9ec89aa5fcef7f532a5db24dbf7cad1f48bc82843b7428", "typeString": "literal_string \"log(address)\"" }, "value": "log(address)" }, { "id": 22190, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22183, "src": "6946:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2c2ecbc2212ac38c2f9ec89aa5fcef7f532a5db24dbf7cad1f48bc82843b7428", "typeString": "literal_string \"log(address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 22187, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "6906:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22188, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "6910:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "6906:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22191, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6906:43:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22186, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "6890:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22192, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "6890:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22193, "nodeType": "ExpressionStatement", "src": "6890:60:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "6850:3:16", "parameters": { "id": 22184, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22183, "mutability": "mutable", "name": "p0", "nameLocation": "6862:2:16", "nodeType": "VariableDeclaration", "scope": 22195, "src": "6854:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22182, "name": "address", "nodeType": "ElementaryTypeName", "src": "6854:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "6853:12:16" }, "returnParameters": { "id": 22185, "nodeType": "ParameterList", "parameters": [], "src": "6880:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22212, "nodeType": "FunctionDefinition", "src": "6963:140:16", "nodes": [], "body": { "id": 22211, "nodeType": "Block", "src": "7014:89:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e7432353629", "id": 22205, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "7064:22:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_f666715aa6b8e8ce32bd39173f51eea0643fdd246a826c4756c2f168022b6eb5", "typeString": "literal_string \"log(uint256,uint256)\"" }, "value": "log(uint256,uint256)" }, { "id": 22206, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22197, "src": "7088:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22207, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22199, "src": "7092:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_f666715aa6b8e8ce32bd39173f51eea0643fdd246a826c4756c2f168022b6eb5", "typeString": "literal_string \"log(uint256,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 22203, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "7040:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22204, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "7044:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "7040:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22208, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "7040:55:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22202, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "7024:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22209, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "7024:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22210, "nodeType": "ExpressionStatement", "src": "7024:72:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "6972:3:16", "parameters": { "id": 22200, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22197, "mutability": "mutable", "name": "p0", "nameLocation": "6984:2:16", "nodeType": "VariableDeclaration", "scope": 22212, "src": "6976:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22196, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "6976:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22199, "mutability": "mutable", "name": "p1", "nameLocation": "6996:2:16", "nodeType": "VariableDeclaration", "scope": 22212, "src": "6988:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22198, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "6988:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "6975:24:16" }, "returnParameters": { "id": 22201, "nodeType": "ParameterList", "parameters": [], "src": "7014:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22229, "nodeType": "FunctionDefinition", "src": "7109:145:16", "nodes": [], "body": { "id": 22228, "nodeType": "Block", "src": "7166:88:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e6729", "id": 22222, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "7216:21:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_643fd0df4c7dfb004c6169012c8aec390bd7246941d7fe467022f10f2da987c3", "typeString": "literal_string \"log(uint256,string)\"" }, "value": "log(uint256,string)" }, { "id": 22223, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22214, "src": "7239:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22224, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22216, "src": "7243:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_643fd0df4c7dfb004c6169012c8aec390bd7246941d7fe467022f10f2da987c3", "typeString": "literal_string \"log(uint256,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 22220, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "7192:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22221, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "7196:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "7192:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22225, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "7192:54:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22219, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "7176:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22226, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "7176:71:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22227, "nodeType": "ExpressionStatement", "src": "7176:71:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "7118:3:16", "parameters": { "id": 22217, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22214, "mutability": "mutable", "name": "p0", "nameLocation": "7130:2:16", "nodeType": "VariableDeclaration", "scope": 22229, "src": "7122:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22213, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "7122:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22216, "mutability": "mutable", "name": "p1", "nameLocation": "7148:2:16", "nodeType": "VariableDeclaration", "scope": 22229, "src": "7134:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22215, "name": "string", "nodeType": "ElementaryTypeName", "src": "7134:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "7121:30:16" }, "returnParameters": { "id": 22218, "nodeType": "ParameterList", "parameters": [], "src": "7166:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22246, "nodeType": "FunctionDefinition", "src": "7260:134:16", "nodes": [], "body": { "id": 22245, "nodeType": "Block", "src": "7308:86:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c29", "id": 22239, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "7358:19:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1c9d7eb3a75db315653a5c0996fcea52a2b2692643ce8ace4d8b12bb9da6c1f2", "typeString": "literal_string \"log(uint256,bool)\"" }, "value": "log(uint256,bool)" }, { "id": 22240, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22231, "src": "7379:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22241, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22233, "src": "7383:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1c9d7eb3a75db315653a5c0996fcea52a2b2692643ce8ace4d8b12bb9da6c1f2", "typeString": "literal_string \"log(uint256,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 22237, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "7334:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22238, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "7338:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "7334:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22242, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "7334:52:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22236, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "7318:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22243, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "7318:69:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22244, "nodeType": "ExpressionStatement", "src": "7318:69:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "7269:3:16", "parameters": { "id": 22234, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22231, "mutability": "mutable", "name": "p0", "nameLocation": "7281:2:16", "nodeType": "VariableDeclaration", "scope": 22246, "src": "7273:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22230, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "7273:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22233, "mutability": "mutable", "name": "p1", "nameLocation": "7290:2:16", "nodeType": "VariableDeclaration", "scope": 22246, "src": "7285:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22232, "name": "bool", "nodeType": "ElementaryTypeName", "src": "7285:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "7272:21:16" }, "returnParameters": { "id": 22235, "nodeType": "ParameterList", "parameters": [], "src": "7308:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22263, "nodeType": "FunctionDefinition", "src": "7400:140:16", "nodes": [], "body": { "id": 22262, "nodeType": "Block", "src": "7451:89:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c6164647265737329", "id": 22256, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "7501:22:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_69276c86d20522c49707664308d424b84905ef92219f3146bcaacedc72eaed27", "typeString": "literal_string \"log(uint256,address)\"" }, "value": "log(uint256,address)" }, { "id": 22257, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22248, "src": "7525:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22258, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22250, "src": "7529:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_69276c86d20522c49707664308d424b84905ef92219f3146bcaacedc72eaed27", "typeString": "literal_string \"log(uint256,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 22254, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "7477:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22255, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "7481:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "7477:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22259, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "7477:55:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22253, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "7461:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22260, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "7461:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22261, "nodeType": "ExpressionStatement", "src": "7461:72:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "7409:3:16", "parameters": { "id": 22251, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22248, "mutability": "mutable", "name": "p0", "nameLocation": "7421:2:16", "nodeType": "VariableDeclaration", "scope": 22263, "src": "7413:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22247, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "7413:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22250, "mutability": "mutable", "name": "p1", "nameLocation": "7433:2:16", "nodeType": "VariableDeclaration", "scope": 22263, "src": "7425:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22249, "name": "address", "nodeType": "ElementaryTypeName", "src": "7425:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "7412:24:16" }, "returnParameters": { "id": 22252, "nodeType": "ParameterList", "parameters": [], "src": "7451:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22280, "nodeType": "FunctionDefinition", "src": "7546:145:16", "nodes": [], "body": { "id": 22279, "nodeType": "Block", "src": "7603:88:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e7432353629", "id": 22273, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "7653:21:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_b60e72ccf6d57ab53eb84d7e94a9545806ed7f93c4d5673f11a64f03471e584e", "typeString": "literal_string \"log(string,uint256)\"" }, "value": "log(string,uint256)" }, { "id": 22274, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22265, "src": "7676:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22275, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22267, "src": "7680:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_b60e72ccf6d57ab53eb84d7e94a9545806ed7f93c4d5673f11a64f03471e584e", "typeString": "literal_string \"log(string,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 22271, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "7629:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22272, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "7633:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "7629:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22276, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "7629:54:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22270, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "7613:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22277, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "7613:71:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22278, "nodeType": "ExpressionStatement", "src": "7613:71:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "7555:3:16", "parameters": { "id": 22268, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22265, "mutability": "mutable", "name": "p0", "nameLocation": "7573:2:16", "nodeType": "VariableDeclaration", "scope": 22280, "src": "7559:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22264, "name": "string", "nodeType": "ElementaryTypeName", "src": "7559:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22267, "mutability": "mutable", "name": "p1", "nameLocation": "7585:2:16", "nodeType": "VariableDeclaration", "scope": 22280, "src": "7577:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22266, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "7577:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "7558:30:16" }, "returnParameters": { "id": 22269, "nodeType": "ParameterList", "parameters": [], "src": "7603:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22297, "nodeType": "FunctionDefinition", "src": "7697:143:16", "nodes": [], "body": { "id": 22296, "nodeType": "Block", "src": "7753:87:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c696e7432353629", "id": 22290, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "7803:20:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_3ca6268e2d626deb26c45bf74aa3316f24594d4f4b66b5d8fd8e966d88ac4e25", "typeString": "literal_string \"log(string,int256)\"" }, "value": "log(string,int256)" }, { "id": 22291, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22282, "src": "7825:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22292, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22284, "src": "7829:2:16", "typeDescriptions": { "typeIdentifier": "t_int256", "typeString": "int256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_3ca6268e2d626deb26c45bf74aa3316f24594d4f4b66b5d8fd8e966d88ac4e25", "typeString": "literal_string \"log(string,int256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_int256", "typeString": "int256" } ], "expression": { "id": 22288, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "7779:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22289, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "7783:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "7779:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22293, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "7779:53:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22287, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "7763:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22294, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "7763:70:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22295, "nodeType": "ExpressionStatement", "src": "7763:70:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "7706:3:16", "parameters": { "id": 22285, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22282, "mutability": "mutable", "name": "p0", "nameLocation": "7724:2:16", "nodeType": "VariableDeclaration", "scope": 22297, "src": "7710:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22281, "name": "string", "nodeType": "ElementaryTypeName", "src": "7710:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22284, "mutability": "mutable", "name": "p1", "nameLocation": "7735:2:16", "nodeType": "VariableDeclaration", "scope": 22297, "src": "7728:9:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_int256", "typeString": "int256" }, "typeName": { "id": 22283, "name": "int256", "nodeType": "ElementaryTypeName", "src": "7728:6:16", "typeDescriptions": { "typeIdentifier": "t_int256", "typeString": "int256" } }, "visibility": "internal" } ], "src": "7709:29:16" }, "returnParameters": { "id": 22286, "nodeType": "ParameterList", "parameters": [], "src": "7753:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22314, "nodeType": "FunctionDefinition", "src": "7846:150:16", "nodes": [], "body": { "id": 22313, "nodeType": "Block", "src": "7909:87:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e6729", "id": 22307, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "7959:20:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_4b5c4277d556d03fbf5ee534fba41dc13982b44f2fa82f1d48fdd8b5b5b692ac", "typeString": "literal_string \"log(string,string)\"" }, "value": "log(string,string)" }, { "id": 22308, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22299, "src": "7981:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22309, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22301, "src": "7985:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_4b5c4277d556d03fbf5ee534fba41dc13982b44f2fa82f1d48fdd8b5b5b692ac", "typeString": "literal_string \"log(string,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 22305, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "7935:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22306, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "7939:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "7935:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22310, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "7935:53:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22304, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "7919:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22311, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "7919:70:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22312, "nodeType": "ExpressionStatement", "src": "7919:70:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "7855:3:16", "parameters": { "id": 22302, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22299, "mutability": "mutable", "name": "p0", "nameLocation": "7873:2:16", "nodeType": "VariableDeclaration", "scope": 22314, "src": "7859:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22298, "name": "string", "nodeType": "ElementaryTypeName", "src": "7859:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22301, "mutability": "mutable", "name": "p1", "nameLocation": "7891:2:16", "nodeType": "VariableDeclaration", "scope": 22314, "src": "7877:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22300, "name": "string", "nodeType": "ElementaryTypeName", "src": "7877:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "7858:36:16" }, "returnParameters": { "id": 22303, "nodeType": "ParameterList", "parameters": [], "src": "7909:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22331, "nodeType": "FunctionDefinition", "src": "8002:139:16", "nodes": [], "body": { "id": 22330, "nodeType": "Block", "src": "8056:85:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c29", "id": 22324, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "8106:18:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c3b556354c088fbb43886eb83c2a04bc7089663f964d22be308197a236f5b870", "typeString": "literal_string \"log(string,bool)\"" }, "value": "log(string,bool)" }, { "id": 22325, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22316, "src": "8126:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22326, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22318, "src": "8130:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c3b556354c088fbb43886eb83c2a04bc7089663f964d22be308197a236f5b870", "typeString": "literal_string \"log(string,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 22322, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "8082:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22323, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "8086:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "8082:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22327, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "8082:51:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22321, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "8066:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22328, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "8066:68:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22329, "nodeType": "ExpressionStatement", "src": "8066:68:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "8011:3:16", "parameters": { "id": 22319, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22316, "mutability": "mutable", "name": "p0", "nameLocation": "8029:2:16", "nodeType": "VariableDeclaration", "scope": 22331, "src": "8015:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22315, "name": "string", "nodeType": "ElementaryTypeName", "src": "8015:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22318, "mutability": "mutable", "name": "p1", "nameLocation": "8038:2:16", "nodeType": "VariableDeclaration", "scope": 22331, "src": "8033:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22317, "name": "bool", "nodeType": "ElementaryTypeName", "src": "8033:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "8014:27:16" }, "returnParameters": { "id": 22320, "nodeType": "ParameterList", "parameters": [], "src": "8056:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22348, "nodeType": "FunctionDefinition", "src": "8147:145:16", "nodes": [], "body": { "id": 22347, "nodeType": "Block", "src": "8204:88:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c6164647265737329", "id": 22341, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "8254:21:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_319af333460570a1937bf195dd33445c0d0951c59127da6f1f038b9fdce3fd72", "typeString": "literal_string \"log(string,address)\"" }, "value": "log(string,address)" }, { "id": 22342, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22333, "src": "8277:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22343, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22335, "src": "8281:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_319af333460570a1937bf195dd33445c0d0951c59127da6f1f038b9fdce3fd72", "typeString": "literal_string \"log(string,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 22339, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "8230:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22340, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "8234:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "8230:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22344, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "8230:54:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22338, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "8214:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22345, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "8214:71:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22346, "nodeType": "ExpressionStatement", "src": "8214:71:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "8156:3:16", "parameters": { "id": 22336, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22333, "mutability": "mutable", "name": "p0", "nameLocation": "8174:2:16", "nodeType": "VariableDeclaration", "scope": 22348, "src": "8160:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22332, "name": "string", "nodeType": "ElementaryTypeName", "src": "8160:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22335, "mutability": "mutable", "name": "p1", "nameLocation": "8186:2:16", "nodeType": "VariableDeclaration", "scope": 22348, "src": "8178:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22334, "name": "address", "nodeType": "ElementaryTypeName", "src": "8178:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "8159:30:16" }, "returnParameters": { "id": 22337, "nodeType": "ParameterList", "parameters": [], "src": "8204:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22365, "nodeType": "FunctionDefinition", "src": "8298:134:16", "nodes": [], "body": { "id": 22364, "nodeType": "Block", "src": "8346:86:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e7432353629", "id": 22358, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "8396:19:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_399174d3d0c43cb9677bce4fa1b5541fc60a002cbf23e154f1abcbb5f02cf2d7", "typeString": "literal_string \"log(bool,uint256)\"" }, "value": "log(bool,uint256)" }, { "id": 22359, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22350, "src": "8417:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 22360, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22352, "src": "8421:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_399174d3d0c43cb9677bce4fa1b5541fc60a002cbf23e154f1abcbb5f02cf2d7", "typeString": "literal_string \"log(bool,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 22356, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "8372:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22357, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "8376:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "8372:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22361, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "8372:52:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22355, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "8356:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22362, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "8356:69:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22363, "nodeType": "ExpressionStatement", "src": "8356:69:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "8307:3:16", "parameters": { "id": 22353, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22350, "mutability": "mutable", "name": "p0", "nameLocation": "8316:2:16", "nodeType": "VariableDeclaration", "scope": 22365, "src": "8311:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22349, "name": "bool", "nodeType": "ElementaryTypeName", "src": "8311:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 22352, "mutability": "mutable", "name": "p1", "nameLocation": "8328:2:16", "nodeType": "VariableDeclaration", "scope": 22365, "src": "8320:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22351, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "8320:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "8310:21:16" }, "returnParameters": { "id": 22354, "nodeType": "ParameterList", "parameters": [], "src": "8346:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22382, "nodeType": "FunctionDefinition", "src": "8438:139:16", "nodes": [], "body": { "id": 22381, "nodeType": "Block", "src": "8492:85:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e6729", "id": 22375, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "8542:18:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_8feac5256a5b88d7ca0173065b796567ecbc9d75ec022fa0f044eb427f962b84", "typeString": "literal_string \"log(bool,string)\"" }, "value": "log(bool,string)" }, { "id": 22376, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22367, "src": "8562:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 22377, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22369, "src": "8566:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_8feac5256a5b88d7ca0173065b796567ecbc9d75ec022fa0f044eb427f962b84", "typeString": "literal_string \"log(bool,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 22373, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "8518:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22374, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "8522:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "8518:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22378, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "8518:51:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22372, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "8502:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22379, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "8502:68:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22380, "nodeType": "ExpressionStatement", "src": "8502:68:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "8447:3:16", "parameters": { "id": 22370, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22367, "mutability": "mutable", "name": "p0", "nameLocation": "8456:2:16", "nodeType": "VariableDeclaration", "scope": 22382, "src": "8451:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22366, "name": "bool", "nodeType": "ElementaryTypeName", "src": "8451:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 22369, "mutability": "mutable", "name": "p1", "nameLocation": "8474:2:16", "nodeType": "VariableDeclaration", "scope": 22382, "src": "8460:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22368, "name": "string", "nodeType": "ElementaryTypeName", "src": "8460:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "8450:27:16" }, "returnParameters": { "id": 22371, "nodeType": "ParameterList", "parameters": [], "src": "8492:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22399, "nodeType": "FunctionDefinition", "src": "8583:128:16", "nodes": [], "body": { "id": 22398, "nodeType": "Block", "src": "8628:83:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c29", "id": 22392, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "8678:16:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2a110e83227fbe26ff7524076f2091da3e9aa01d70b93677da53b41d22f4fb15", "typeString": "literal_string \"log(bool,bool)\"" }, "value": "log(bool,bool)" }, { "id": 22393, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22384, "src": "8696:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 22394, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22386, "src": "8700:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2a110e83227fbe26ff7524076f2091da3e9aa01d70b93677da53b41d22f4fb15", "typeString": "literal_string \"log(bool,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 22390, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "8654:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22391, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "8658:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "8654:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22395, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "8654:49:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22389, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "8638:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22396, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "8638:66:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22397, "nodeType": "ExpressionStatement", "src": "8638:66:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "8592:3:16", "parameters": { "id": 22387, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22384, "mutability": "mutable", "name": "p0", "nameLocation": "8601:2:16", "nodeType": "VariableDeclaration", "scope": 22399, "src": "8596:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22383, "name": "bool", "nodeType": "ElementaryTypeName", "src": "8596:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 22386, "mutability": "mutable", "name": "p1", "nameLocation": "8610:2:16", "nodeType": "VariableDeclaration", "scope": 22399, "src": "8605:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22385, "name": "bool", "nodeType": "ElementaryTypeName", "src": "8605:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "8595:18:16" }, "returnParameters": { "id": 22388, "nodeType": "ParameterList", "parameters": [], "src": "8628:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22416, "nodeType": "FunctionDefinition", "src": "8717:134:16", "nodes": [], "body": { "id": 22415, "nodeType": "Block", "src": "8765:86:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c6164647265737329", "id": 22409, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "8815:19:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_853c4849443241e2249adafa4f69c8bb738b0f17c7a0a9d9997450cd71db4d55", "typeString": "literal_string \"log(bool,address)\"" }, "value": "log(bool,address)" }, { "id": 22410, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22401, "src": "8836:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 22411, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22403, "src": "8840:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_853c4849443241e2249adafa4f69c8bb738b0f17c7a0a9d9997450cd71db4d55", "typeString": "literal_string \"log(bool,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 22407, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "8791:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22408, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "8795:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "8791:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22412, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "8791:52:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22406, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "8775:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22413, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "8775:69:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22414, "nodeType": "ExpressionStatement", "src": "8775:69:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "8726:3:16", "parameters": { "id": 22404, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22401, "mutability": "mutable", "name": "p0", "nameLocation": "8735:2:16", "nodeType": "VariableDeclaration", "scope": 22416, "src": "8730:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22400, "name": "bool", "nodeType": "ElementaryTypeName", "src": "8730:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 22403, "mutability": "mutable", "name": "p1", "nameLocation": "8747:2:16", "nodeType": "VariableDeclaration", "scope": 22416, "src": "8739:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22402, "name": "address", "nodeType": "ElementaryTypeName", "src": "8739:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "8729:21:16" }, "returnParameters": { "id": 22405, "nodeType": "ParameterList", "parameters": [], "src": "8765:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22433, "nodeType": "FunctionDefinition", "src": "8857:140:16", "nodes": [], "body": { "id": 22432, "nodeType": "Block", "src": "8908:89:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e7432353629", "id": 22426, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "8958:22:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_8309e8a8b132619bdb25dffa9d595ba1ecb7835540fd62622dad33018c4a0d3e", "typeString": "literal_string \"log(address,uint256)\"" }, "value": "log(address,uint256)" }, { "id": 22427, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22418, "src": "8982:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 22428, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22420, "src": "8986:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_8309e8a8b132619bdb25dffa9d595ba1ecb7835540fd62622dad33018c4a0d3e", "typeString": "literal_string \"log(address,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 22424, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "8934:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22425, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "8938:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "8934:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22429, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "8934:55:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22423, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "8918:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22430, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "8918:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22431, "nodeType": "ExpressionStatement", "src": "8918:72:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "8866:3:16", "parameters": { "id": 22421, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22418, "mutability": "mutable", "name": "p0", "nameLocation": "8878:2:16", "nodeType": "VariableDeclaration", "scope": 22433, "src": "8870:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22417, "name": "address", "nodeType": "ElementaryTypeName", "src": "8870:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 22420, "mutability": "mutable", "name": "p1", "nameLocation": "8890:2:16", "nodeType": "VariableDeclaration", "scope": 22433, "src": "8882:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22419, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "8882:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "8869:24:16" }, "returnParameters": { "id": 22422, "nodeType": "ParameterList", "parameters": [], "src": "8908:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22450, "nodeType": "FunctionDefinition", "src": "9003:145:16", "nodes": [], "body": { "id": 22449, "nodeType": "Block", "src": "9060:88:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e6729", "id": 22443, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "9110:21:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_759f86bbdd0758679ecefbd32ea620068b2339dddd9e45ee0fa567ee6c81f0ab", "typeString": "literal_string \"log(address,string)\"" }, "value": "log(address,string)" }, { "id": 22444, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22435, "src": "9133:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 22445, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22437, "src": "9137:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_759f86bbdd0758679ecefbd32ea620068b2339dddd9e45ee0fa567ee6c81f0ab", "typeString": "literal_string \"log(address,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 22441, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "9086:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22442, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "9090:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "9086:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22446, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "9086:54:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22440, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "9070:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22447, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "9070:71:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22448, "nodeType": "ExpressionStatement", "src": "9070:71:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "9012:3:16", "parameters": { "id": 22438, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22435, "mutability": "mutable", "name": "p0", "nameLocation": "9024:2:16", "nodeType": "VariableDeclaration", "scope": 22450, "src": "9016:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22434, "name": "address", "nodeType": "ElementaryTypeName", "src": "9016:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 22437, "mutability": "mutable", "name": "p1", "nameLocation": "9042:2:16", "nodeType": "VariableDeclaration", "scope": 22450, "src": "9028:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22436, "name": "string", "nodeType": "ElementaryTypeName", "src": "9028:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "9015:30:16" }, "returnParameters": { "id": 22439, "nodeType": "ParameterList", "parameters": [], "src": "9060:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22467, "nodeType": "FunctionDefinition", "src": "9154:134:16", "nodes": [], "body": { "id": 22466, "nodeType": "Block", "src": "9202:86:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c29", "id": 22460, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "9252:19:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_75b605d31a3bf49c8d814696c7c66216d3a7e81348c450078f032e425592f72b", "typeString": "literal_string \"log(address,bool)\"" }, "value": "log(address,bool)" }, { "id": 22461, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22452, "src": "9273:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 22462, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22454, "src": "9277:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_75b605d31a3bf49c8d814696c7c66216d3a7e81348c450078f032e425592f72b", "typeString": "literal_string \"log(address,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 22458, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "9228:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22459, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "9232:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "9228:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22463, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "9228:52:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22457, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "9212:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22464, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "9212:69:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22465, "nodeType": "ExpressionStatement", "src": "9212:69:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "9163:3:16", "parameters": { "id": 22455, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22452, "mutability": "mutable", "name": "p0", "nameLocation": "9175:2:16", "nodeType": "VariableDeclaration", "scope": 22467, "src": "9167:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22451, "name": "address", "nodeType": "ElementaryTypeName", "src": "9167:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 22454, "mutability": "mutable", "name": "p1", "nameLocation": "9184:2:16", "nodeType": "VariableDeclaration", "scope": 22467, "src": "9179:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22453, "name": "bool", "nodeType": "ElementaryTypeName", "src": "9179:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "9166:21:16" }, "returnParameters": { "id": 22456, "nodeType": "ParameterList", "parameters": [], "src": "9202:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22484, "nodeType": "FunctionDefinition", "src": "9294:140:16", "nodes": [], "body": { "id": 22483, "nodeType": "Block", "src": "9345:89:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c6164647265737329", "id": 22477, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "9395:22:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_daf0d4aa9a5679e832ac921da67b43572b4326ee2565442d3ed255b48cfb5161", "typeString": "literal_string \"log(address,address)\"" }, "value": "log(address,address)" }, { "id": 22478, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22469, "src": "9419:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 22479, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22471, "src": "9423:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_daf0d4aa9a5679e832ac921da67b43572b4326ee2565442d3ed255b48cfb5161", "typeString": "literal_string \"log(address,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 22475, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "9371:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22476, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "9375:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "9371:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22480, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "9371:55:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22474, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "9355:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22481, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "9355:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22482, "nodeType": "ExpressionStatement", "src": "9355:72:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "9303:3:16", "parameters": { "id": 22472, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22469, "mutability": "mutable", "name": "p0", "nameLocation": "9315:2:16", "nodeType": "VariableDeclaration", "scope": 22484, "src": "9307:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22468, "name": "address", "nodeType": "ElementaryTypeName", "src": "9307:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 22471, "mutability": "mutable", "name": "p1", "nameLocation": "9327:2:16", "nodeType": "VariableDeclaration", "scope": 22484, "src": "9319:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22470, "name": "address", "nodeType": "ElementaryTypeName", "src": "9319:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "9306:24:16" }, "returnParameters": { "id": 22473, "nodeType": "ParameterList", "parameters": [], "src": "9345:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22504, "nodeType": "FunctionDefinition", "src": "9440:164:16", "nodes": [], "body": { "id": 22503, "nodeType": "Block", "src": "9503:101:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c75696e7432353629", "id": 22496, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "9553:30:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_d1ed7a3c020c4f5939654147940a147a8e4e638fa1e8f5664b5efbd1e1f3c4a6", "typeString": "literal_string \"log(uint256,uint256,uint256)\"" }, "value": "log(uint256,uint256,uint256)" }, { "id": 22497, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22486, "src": "9585:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22498, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22488, "src": "9589:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22499, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22490, "src": "9593:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_d1ed7a3c020c4f5939654147940a147a8e4e638fa1e8f5664b5efbd1e1f3c4a6", "typeString": "literal_string \"log(uint256,uint256,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 22494, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "9529:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22495, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "9533:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "9529:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22500, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "9529:67:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22493, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "9513:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22501, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "9513:84:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22502, "nodeType": "ExpressionStatement", "src": "9513:84:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "9449:3:16", "parameters": { "id": 22491, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22486, "mutability": "mutable", "name": "p0", "nameLocation": "9461:2:16", "nodeType": "VariableDeclaration", "scope": 22504, "src": "9453:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22485, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "9453:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22488, "mutability": "mutable", "name": "p1", "nameLocation": "9473:2:16", "nodeType": "VariableDeclaration", "scope": 22504, "src": "9465:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22487, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "9465:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22490, "mutability": "mutable", "name": "p2", "nameLocation": "9485:2:16", "nodeType": "VariableDeclaration", "scope": 22504, "src": "9477:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22489, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "9477:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "9452:36:16" }, "returnParameters": { "id": 22492, "nodeType": "ParameterList", "parameters": [], "src": "9503:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22524, "nodeType": "FunctionDefinition", "src": "9610:169:16", "nodes": [], "body": { "id": 22523, "nodeType": "Block", "src": "9679:100:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c737472696e6729", "id": 22516, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "9729:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_71d04af2c0d71f035017c73ec9440d8cef06157a84f0febe8ec74eca98138262", "typeString": "literal_string \"log(uint256,uint256,string)\"" }, "value": "log(uint256,uint256,string)" }, { "id": 22517, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22506, "src": "9760:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22518, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22508, "src": "9764:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22519, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22510, "src": "9768:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_71d04af2c0d71f035017c73ec9440d8cef06157a84f0febe8ec74eca98138262", "typeString": "literal_string \"log(uint256,uint256,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 22514, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "9705:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22515, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "9709:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "9705:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22520, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "9705:66:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22513, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "9689:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22521, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "9689:83:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22522, "nodeType": "ExpressionStatement", "src": "9689:83:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "9619:3:16", "parameters": { "id": 22511, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22506, "mutability": "mutable", "name": "p0", "nameLocation": "9631:2:16", "nodeType": "VariableDeclaration", "scope": 22524, "src": "9623:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22505, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "9623:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22508, "mutability": "mutable", "name": "p1", "nameLocation": "9643:2:16", "nodeType": "VariableDeclaration", "scope": 22524, "src": "9635:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22507, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "9635:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22510, "mutability": "mutable", "name": "p2", "nameLocation": "9661:2:16", "nodeType": "VariableDeclaration", "scope": 22524, "src": "9647:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22509, "name": "string", "nodeType": "ElementaryTypeName", "src": "9647:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "9622:42:16" }, "returnParameters": { "id": 22512, "nodeType": "ParameterList", "parameters": [], "src": "9679:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22544, "nodeType": "FunctionDefinition", "src": "9785:158:16", "nodes": [], "body": { "id": 22543, "nodeType": "Block", "src": "9845:98:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c626f6f6c29", "id": 22536, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "9895:27:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_4766da72b632663e3b9911d02d6f30e0cf213f928bdb9f6fd840851875d9fce0", "typeString": "literal_string \"log(uint256,uint256,bool)\"" }, "value": "log(uint256,uint256,bool)" }, { "id": 22537, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22526, "src": "9924:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22538, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22528, "src": "9928:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22539, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22530, "src": "9932:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_4766da72b632663e3b9911d02d6f30e0cf213f928bdb9f6fd840851875d9fce0", "typeString": "literal_string \"log(uint256,uint256,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 22534, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "9871:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22535, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "9875:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "9871:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22540, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "9871:64:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22533, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "9855:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22541, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "9855:81:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22542, "nodeType": "ExpressionStatement", "src": "9855:81:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "9794:3:16", "parameters": { "id": 22531, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22526, "mutability": "mutable", "name": "p0", "nameLocation": "9806:2:16", "nodeType": "VariableDeclaration", "scope": 22544, "src": "9798:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22525, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "9798:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22528, "mutability": "mutable", "name": "p1", "nameLocation": "9818:2:16", "nodeType": "VariableDeclaration", "scope": 22544, "src": "9810:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22527, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "9810:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22530, "mutability": "mutable", "name": "p2", "nameLocation": "9827:2:16", "nodeType": "VariableDeclaration", "scope": 22544, "src": "9822:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22529, "name": "bool", "nodeType": "ElementaryTypeName", "src": "9822:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "9797:33:16" }, "returnParameters": { "id": 22532, "nodeType": "ParameterList", "parameters": [], "src": "9845:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22564, "nodeType": "FunctionDefinition", "src": "9949:164:16", "nodes": [], "body": { "id": 22563, "nodeType": "Block", "src": "10012:101:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c6164647265737329", "id": 22556, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "10062:30:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5c96b331e359852d9a7254105926ce8dfcc42dd4fce56a736cfb981b4c2984c1", "typeString": "literal_string \"log(uint256,uint256,address)\"" }, "value": "log(uint256,uint256,address)" }, { "id": 22557, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22546, "src": "10094:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22558, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22548, "src": "10098:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22559, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22550, "src": "10102:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5c96b331e359852d9a7254105926ce8dfcc42dd4fce56a736cfb981b4c2984c1", "typeString": "literal_string \"log(uint256,uint256,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 22554, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "10038:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22555, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "10042:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "10038:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22560, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "10038:67:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22553, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "10022:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22561, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "10022:84:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22562, "nodeType": "ExpressionStatement", "src": "10022:84:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "9958:3:16", "parameters": { "id": 22551, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22546, "mutability": "mutable", "name": "p0", "nameLocation": "9970:2:16", "nodeType": "VariableDeclaration", "scope": 22564, "src": "9962:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22545, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "9962:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22548, "mutability": "mutable", "name": "p1", "nameLocation": "9982:2:16", "nodeType": "VariableDeclaration", "scope": 22564, "src": "9974:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22547, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "9974:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22550, "mutability": "mutable", "name": "p2", "nameLocation": "9994:2:16", "nodeType": "VariableDeclaration", "scope": 22564, "src": "9986:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22549, "name": "address", "nodeType": "ElementaryTypeName", "src": "9986:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "9961:36:16" }, "returnParameters": { "id": 22552, "nodeType": "ParameterList", "parameters": [], "src": "10012:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22584, "nodeType": "FunctionDefinition", "src": "10119:169:16", "nodes": [], "body": { "id": 22583, "nodeType": "Block", "src": "10188:100:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c75696e7432353629", "id": 22576, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "10238:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_37aa7d4c835edd965b1201d9c03f13272bd937d8e244ab84a153693e2f2f30c0", "typeString": "literal_string \"log(uint256,string,uint256)\"" }, "value": "log(uint256,string,uint256)" }, { "id": 22577, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22566, "src": "10269:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22578, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22568, "src": "10273:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22579, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22570, "src": "10277:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_37aa7d4c835edd965b1201d9c03f13272bd937d8e244ab84a153693e2f2f30c0", "typeString": "literal_string \"log(uint256,string,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 22574, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "10214:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22575, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "10218:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "10214:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22580, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "10214:66:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22573, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "10198:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22581, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "10198:83:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22582, "nodeType": "ExpressionStatement", "src": "10198:83:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "10128:3:16", "parameters": { "id": 22571, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22566, "mutability": "mutable", "name": "p0", "nameLocation": "10140:2:16", "nodeType": "VariableDeclaration", "scope": 22584, "src": "10132:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22565, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "10132:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22568, "mutability": "mutable", "name": "p1", "nameLocation": "10158:2:16", "nodeType": "VariableDeclaration", "scope": 22584, "src": "10144:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22567, "name": "string", "nodeType": "ElementaryTypeName", "src": "10144:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22570, "mutability": "mutable", "name": "p2", "nameLocation": "10170:2:16", "nodeType": "VariableDeclaration", "scope": 22584, "src": "10162:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22569, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "10162:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "10131:42:16" }, "returnParameters": { "id": 22572, "nodeType": "ParameterList", "parameters": [], "src": "10188:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22604, "nodeType": "FunctionDefinition", "src": "10294:174:16", "nodes": [], "body": { "id": 22603, "nodeType": "Block", "src": "10369:99:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c737472696e6729", "id": 22596, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "10419:28:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_b115611f13262589f336fb650c9278bd1879123a635e6a638f94e6cbdb1c1b35", "typeString": "literal_string \"log(uint256,string,string)\"" }, "value": "log(uint256,string,string)" }, { "id": 22597, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22586, "src": "10449:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22598, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22588, "src": "10453:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22599, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22590, "src": "10457:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_b115611f13262589f336fb650c9278bd1879123a635e6a638f94e6cbdb1c1b35", "typeString": "literal_string \"log(uint256,string,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 22594, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "10395:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22595, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "10399:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "10395:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22600, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "10395:65:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22593, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "10379:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22601, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "10379:82:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22602, "nodeType": "ExpressionStatement", "src": "10379:82:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "10303:3:16", "parameters": { "id": 22591, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22586, "mutability": "mutable", "name": "p0", "nameLocation": "10315:2:16", "nodeType": "VariableDeclaration", "scope": 22604, "src": "10307:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22585, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "10307:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22588, "mutability": "mutable", "name": "p1", "nameLocation": "10333:2:16", "nodeType": "VariableDeclaration", "scope": 22604, "src": "10319:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22587, "name": "string", "nodeType": "ElementaryTypeName", "src": "10319:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22590, "mutability": "mutable", "name": "p2", "nameLocation": "10351:2:16", "nodeType": "VariableDeclaration", "scope": 22604, "src": "10337:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22589, "name": "string", "nodeType": "ElementaryTypeName", "src": "10337:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "10306:48:16" }, "returnParameters": { "id": 22592, "nodeType": "ParameterList", "parameters": [], "src": "10369:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22624, "nodeType": "FunctionDefinition", "src": "10474:163:16", "nodes": [], "body": { "id": 22623, "nodeType": "Block", "src": "10540:97:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c626f6f6c29", "id": 22616, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "10590:26:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_4ceda75ad13e534e8b5089564c6a40ae80cd33aac3e77ef1f87a233c1d43067a", "typeString": "literal_string \"log(uint256,string,bool)\"" }, "value": "log(uint256,string,bool)" }, { "id": 22617, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22606, "src": "10618:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22618, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22608, "src": "10622:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22619, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22610, "src": "10626:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_4ceda75ad13e534e8b5089564c6a40ae80cd33aac3e77ef1f87a233c1d43067a", "typeString": "literal_string \"log(uint256,string,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 22614, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "10566:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22615, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "10570:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "10566:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22620, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "10566:63:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22613, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "10550:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22621, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "10550:80:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22622, "nodeType": "ExpressionStatement", "src": "10550:80:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "10483:3:16", "parameters": { "id": 22611, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22606, "mutability": "mutable", "name": "p0", "nameLocation": "10495:2:16", "nodeType": "VariableDeclaration", "scope": 22624, "src": "10487:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22605, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "10487:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22608, "mutability": "mutable", "name": "p1", "nameLocation": "10513:2:16", "nodeType": "VariableDeclaration", "scope": 22624, "src": "10499:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22607, "name": "string", "nodeType": "ElementaryTypeName", "src": "10499:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22610, "mutability": "mutable", "name": "p2", "nameLocation": "10522:2:16", "nodeType": "VariableDeclaration", "scope": 22624, "src": "10517:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22609, "name": "bool", "nodeType": "ElementaryTypeName", "src": "10517:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "10486:39:16" }, "returnParameters": { "id": 22612, "nodeType": "ParameterList", "parameters": [], "src": "10540:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22644, "nodeType": "FunctionDefinition", "src": "10643:169:16", "nodes": [], "body": { "id": 22643, "nodeType": "Block", "src": "10712:100:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c6164647265737329", "id": 22636, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "10762:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_7afac959002f7dcdccdf461a7e6db7810eebd7217c0b7c30905b3c7e89b561f2", "typeString": "literal_string \"log(uint256,string,address)\"" }, "value": "log(uint256,string,address)" }, { "id": 22637, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22626, "src": "10793:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22638, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22628, "src": "10797:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22639, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22630, "src": "10801:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_7afac959002f7dcdccdf461a7e6db7810eebd7217c0b7c30905b3c7e89b561f2", "typeString": "literal_string \"log(uint256,string,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 22634, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "10738:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22635, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "10742:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "10738:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22640, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "10738:66:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22633, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "10722:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22641, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "10722:83:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22642, "nodeType": "ExpressionStatement", "src": "10722:83:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "10652:3:16", "parameters": { "id": 22631, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22626, "mutability": "mutable", "name": "p0", "nameLocation": "10664:2:16", "nodeType": "VariableDeclaration", "scope": 22644, "src": "10656:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22625, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "10656:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22628, "mutability": "mutable", "name": "p1", "nameLocation": "10682:2:16", "nodeType": "VariableDeclaration", "scope": 22644, "src": "10668:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22627, "name": "string", "nodeType": "ElementaryTypeName", "src": "10668:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22630, "mutability": "mutable", "name": "p2", "nameLocation": "10694:2:16", "nodeType": "VariableDeclaration", "scope": 22644, "src": "10686:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22629, "name": "address", "nodeType": "ElementaryTypeName", "src": "10686:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "10655:42:16" }, "returnParameters": { "id": 22632, "nodeType": "ParameterList", "parameters": [], "src": "10712:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22664, "nodeType": "FunctionDefinition", "src": "10818:158:16", "nodes": [], "body": { "id": 22663, "nodeType": "Block", "src": "10878:98:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c75696e7432353629", "id": 22656, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "10928:27:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_200980147f19b368809aab41084ebebcf1e19d47edd13f2d540a6327cec213d1", "typeString": "literal_string \"log(uint256,bool,uint256)\"" }, "value": "log(uint256,bool,uint256)" }, { "id": 22657, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22646, "src": "10957:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22658, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22648, "src": "10961:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 22659, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22650, "src": "10965:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_200980147f19b368809aab41084ebebcf1e19d47edd13f2d540a6327cec213d1", "typeString": "literal_string \"log(uint256,bool,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 22654, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "10904:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22655, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "10908:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "10904:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22660, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "10904:64:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22653, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "10888:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22661, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "10888:81:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22662, "nodeType": "ExpressionStatement", "src": "10888:81:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "10827:3:16", "parameters": { "id": 22651, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22646, "mutability": "mutable", "name": "p0", "nameLocation": "10839:2:16", "nodeType": "VariableDeclaration", "scope": 22664, "src": "10831:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22645, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "10831:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22648, "mutability": "mutable", "name": "p1", "nameLocation": "10848:2:16", "nodeType": "VariableDeclaration", "scope": 22664, "src": "10843:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22647, "name": "bool", "nodeType": "ElementaryTypeName", "src": "10843:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 22650, "mutability": "mutable", "name": "p2", "nameLocation": "10860:2:16", "nodeType": "VariableDeclaration", "scope": 22664, "src": "10852:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22649, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "10852:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "10830:33:16" }, "returnParameters": { "id": 22652, "nodeType": "ParameterList", "parameters": [], "src": "10878:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22684, "nodeType": "FunctionDefinition", "src": "10982:163:16", "nodes": [], "body": { "id": 22683, "nodeType": "Block", "src": "11048:97:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c737472696e6729", "id": 22676, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "11098:26:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_85775021582c57b14e9e0b33e0f693439478099486817fe4214a503f559f37df", "typeString": "literal_string \"log(uint256,bool,string)\"" }, "value": "log(uint256,bool,string)" }, { "id": 22677, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22666, "src": "11126:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22678, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22668, "src": "11130:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 22679, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22670, "src": "11134:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_85775021582c57b14e9e0b33e0f693439478099486817fe4214a503f559f37df", "typeString": "literal_string \"log(uint256,bool,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 22674, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "11074:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22675, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "11078:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "11074:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22680, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "11074:63:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22673, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "11058:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22681, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "11058:80:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22682, "nodeType": "ExpressionStatement", "src": "11058:80:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "10991:3:16", "parameters": { "id": 22671, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22666, "mutability": "mutable", "name": "p0", "nameLocation": "11003:2:16", "nodeType": "VariableDeclaration", "scope": 22684, "src": "10995:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22665, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "10995:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22668, "mutability": "mutable", "name": "p1", "nameLocation": "11012:2:16", "nodeType": "VariableDeclaration", "scope": 22684, "src": "11007:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22667, "name": "bool", "nodeType": "ElementaryTypeName", "src": "11007:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 22670, "mutability": "mutable", "name": "p2", "nameLocation": "11030:2:16", "nodeType": "VariableDeclaration", "scope": 22684, "src": "11016:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22669, "name": "string", "nodeType": "ElementaryTypeName", "src": "11016:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "10994:39:16" }, "returnParameters": { "id": 22672, "nodeType": "ParameterList", "parameters": [], "src": "11048:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22704, "nodeType": "FunctionDefinition", "src": "11151:152:16", "nodes": [], "body": { "id": 22703, "nodeType": "Block", "src": "11208:95:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c626f6f6c29", "id": 22696, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "11258:24:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_207186500d54a80dae0e8fae760b583cb518c2c49967db59c8f7e5596879c0b6", "typeString": "literal_string \"log(uint256,bool,bool)\"" }, "value": "log(uint256,bool,bool)" }, { "id": 22697, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22686, "src": "11284:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22698, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22688, "src": "11288:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 22699, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22690, "src": "11292:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_207186500d54a80dae0e8fae760b583cb518c2c49967db59c8f7e5596879c0b6", "typeString": "literal_string \"log(uint256,bool,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 22694, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "11234:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22695, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "11238:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "11234:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22700, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "11234:61:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22693, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "11218:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22701, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "11218:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22702, "nodeType": "ExpressionStatement", "src": "11218:78:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "11160:3:16", "parameters": { "id": 22691, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22686, "mutability": "mutable", "name": "p0", "nameLocation": "11172:2:16", "nodeType": "VariableDeclaration", "scope": 22704, "src": "11164:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22685, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "11164:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22688, "mutability": "mutable", "name": "p1", "nameLocation": "11181:2:16", "nodeType": "VariableDeclaration", "scope": 22704, "src": "11176:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22687, "name": "bool", "nodeType": "ElementaryTypeName", "src": "11176:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 22690, "mutability": "mutable", "name": "p2", "nameLocation": "11190:2:16", "nodeType": "VariableDeclaration", "scope": 22704, "src": "11185:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22689, "name": "bool", "nodeType": "ElementaryTypeName", "src": "11185:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "11163:30:16" }, "returnParameters": { "id": 22692, "nodeType": "ParameterList", "parameters": [], "src": "11208:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22724, "nodeType": "FunctionDefinition", "src": "11309:158:16", "nodes": [], "body": { "id": 22723, "nodeType": "Block", "src": "11369:98:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c6164647265737329", "id": 22716, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "11419:27:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_35085f7b74fe0b67ab2d779d94b2a1efc14ce8d637e06ffda83ca305116f3c99", "typeString": "literal_string \"log(uint256,bool,address)\"" }, "value": "log(uint256,bool,address)" }, { "id": 22717, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22706, "src": "11448:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22718, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22708, "src": "11452:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 22719, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22710, "src": "11456:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_35085f7b74fe0b67ab2d779d94b2a1efc14ce8d637e06ffda83ca305116f3c99", "typeString": "literal_string \"log(uint256,bool,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 22714, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "11395:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22715, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "11399:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "11395:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22720, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "11395:64:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22713, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "11379:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22721, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "11379:81:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22722, "nodeType": "ExpressionStatement", "src": "11379:81:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "11318:3:16", "parameters": { "id": 22711, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22706, "mutability": "mutable", "name": "p0", "nameLocation": "11330:2:16", "nodeType": "VariableDeclaration", "scope": 22724, "src": "11322:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22705, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "11322:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22708, "mutability": "mutable", "name": "p1", "nameLocation": "11339:2:16", "nodeType": "VariableDeclaration", "scope": 22724, "src": "11334:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22707, "name": "bool", "nodeType": "ElementaryTypeName", "src": "11334:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 22710, "mutability": "mutable", "name": "p2", "nameLocation": "11351:2:16", "nodeType": "VariableDeclaration", "scope": 22724, "src": "11343:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22709, "name": "address", "nodeType": "ElementaryTypeName", "src": "11343:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "11321:33:16" }, "returnParameters": { "id": 22712, "nodeType": "ParameterList", "parameters": [], "src": "11369:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22744, "nodeType": "FunctionDefinition", "src": "11473:164:16", "nodes": [], "body": { "id": 22743, "nodeType": "Block", "src": "11536:101:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c75696e7432353629", "id": 22736, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "11586:30:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5a9b5ed5e0cc67953f5b0a58c12e9694944af5a126321ab88870dec3bc05a9ae", "typeString": "literal_string \"log(uint256,address,uint256)\"" }, "value": "log(uint256,address,uint256)" }, { "id": 22737, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22726, "src": "11618:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22738, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22728, "src": "11622:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 22739, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22730, "src": "11626:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5a9b5ed5e0cc67953f5b0a58c12e9694944af5a126321ab88870dec3bc05a9ae", "typeString": "literal_string \"log(uint256,address,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 22734, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "11562:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22735, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "11566:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "11562:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22740, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "11562:67:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22733, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "11546:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22741, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "11546:84:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22742, "nodeType": "ExpressionStatement", "src": "11546:84:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "11482:3:16", "parameters": { "id": 22731, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22726, "mutability": "mutable", "name": "p0", "nameLocation": "11494:2:16", "nodeType": "VariableDeclaration", "scope": 22744, "src": "11486:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22725, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "11486:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22728, "mutability": "mutable", "name": "p1", "nameLocation": "11506:2:16", "nodeType": "VariableDeclaration", "scope": 22744, "src": "11498:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22727, "name": "address", "nodeType": "ElementaryTypeName", "src": "11498:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 22730, "mutability": "mutable", "name": "p2", "nameLocation": "11518:2:16", "nodeType": "VariableDeclaration", "scope": 22744, "src": "11510:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22729, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "11510:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "11485:36:16" }, "returnParameters": { "id": 22732, "nodeType": "ParameterList", "parameters": [], "src": "11536:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22764, "nodeType": "FunctionDefinition", "src": "11643:169:16", "nodes": [], "body": { "id": 22763, "nodeType": "Block", "src": "11712:100:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c737472696e6729", "id": 22756, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "11762:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_63cb41f9a63efe5dfacd3a2836bdef664d136fd6113f8e931c31a919af38935c", "typeString": "literal_string \"log(uint256,address,string)\"" }, "value": "log(uint256,address,string)" }, { "id": 22757, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22746, "src": "11793:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22758, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22748, "src": "11797:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 22759, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22750, "src": "11801:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_63cb41f9a63efe5dfacd3a2836bdef664d136fd6113f8e931c31a919af38935c", "typeString": "literal_string \"log(uint256,address,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 22754, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "11738:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22755, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "11742:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "11738:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22760, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "11738:66:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22753, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "11722:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22761, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "11722:83:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22762, "nodeType": "ExpressionStatement", "src": "11722:83:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "11652:3:16", "parameters": { "id": 22751, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22746, "mutability": "mutable", "name": "p0", "nameLocation": "11664:2:16", "nodeType": "VariableDeclaration", "scope": 22764, "src": "11656:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22745, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "11656:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22748, "mutability": "mutable", "name": "p1", "nameLocation": "11676:2:16", "nodeType": "VariableDeclaration", "scope": 22764, "src": "11668:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22747, "name": "address", "nodeType": "ElementaryTypeName", "src": "11668:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 22750, "mutability": "mutable", "name": "p2", "nameLocation": "11694:2:16", "nodeType": "VariableDeclaration", "scope": 22764, "src": "11680:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22749, "name": "string", "nodeType": "ElementaryTypeName", "src": "11680:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "11655:42:16" }, "returnParameters": { "id": 22752, "nodeType": "ParameterList", "parameters": [], "src": "11712:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22784, "nodeType": "FunctionDefinition", "src": "11818:158:16", "nodes": [], "body": { "id": 22783, "nodeType": "Block", "src": "11878:98:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c626f6f6c29", "id": 22776, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "11928:27:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_9b6ec042c5598a780a5bfae5e9ea2c50c251da4c38db3a134b8857be618f0c5c", "typeString": "literal_string \"log(uint256,address,bool)\"" }, "value": "log(uint256,address,bool)" }, { "id": 22777, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22766, "src": "11957:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22778, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22768, "src": "11961:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 22779, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22770, "src": "11965:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_9b6ec042c5598a780a5bfae5e9ea2c50c251da4c38db3a134b8857be618f0c5c", "typeString": "literal_string \"log(uint256,address,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 22774, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "11904:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22775, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "11908:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "11904:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22780, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "11904:64:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22773, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "11888:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22781, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "11888:81:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22782, "nodeType": "ExpressionStatement", "src": "11888:81:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "11827:3:16", "parameters": { "id": 22771, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22766, "mutability": "mutable", "name": "p0", "nameLocation": "11839:2:16", "nodeType": "VariableDeclaration", "scope": 22784, "src": "11831:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22765, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "11831:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22768, "mutability": "mutable", "name": "p1", "nameLocation": "11851:2:16", "nodeType": "VariableDeclaration", "scope": 22784, "src": "11843:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22767, "name": "address", "nodeType": "ElementaryTypeName", "src": "11843:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 22770, "mutability": "mutable", "name": "p2", "nameLocation": "11860:2:16", "nodeType": "VariableDeclaration", "scope": 22784, "src": "11855:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22769, "name": "bool", "nodeType": "ElementaryTypeName", "src": "11855:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "11830:33:16" }, "returnParameters": { "id": 22772, "nodeType": "ParameterList", "parameters": [], "src": "11878:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22804, "nodeType": "FunctionDefinition", "src": "11982:164:16", "nodes": [], "body": { "id": 22803, "nodeType": "Block", "src": "12045:101:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c6164647265737329", "id": 22796, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "12095:30:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_bcfd9be04f8d6b8ee1ae73075f8fe8db10e4b254a56103daa450197029a55fda", "typeString": "literal_string \"log(uint256,address,address)\"" }, "value": "log(uint256,address,address)" }, { "id": 22797, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22786, "src": "12127:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22798, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22788, "src": "12131:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 22799, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22790, "src": "12135:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_bcfd9be04f8d6b8ee1ae73075f8fe8db10e4b254a56103daa450197029a55fda", "typeString": "literal_string \"log(uint256,address,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 22794, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "12071:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22795, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "12075:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "12071:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22800, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "12071:67:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22793, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "12055:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22801, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "12055:84:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22802, "nodeType": "ExpressionStatement", "src": "12055:84:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "11991:3:16", "parameters": { "id": 22791, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22786, "mutability": "mutable", "name": "p0", "nameLocation": "12003:2:16", "nodeType": "VariableDeclaration", "scope": 22804, "src": "11995:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22785, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "11995:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22788, "mutability": "mutable", "name": "p1", "nameLocation": "12015:2:16", "nodeType": "VariableDeclaration", "scope": 22804, "src": "12007:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22787, "name": "address", "nodeType": "ElementaryTypeName", "src": "12007:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 22790, "mutability": "mutable", "name": "p2", "nameLocation": "12027:2:16", "nodeType": "VariableDeclaration", "scope": 22804, "src": "12019:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22789, "name": "address", "nodeType": "ElementaryTypeName", "src": "12019:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "11994:36:16" }, "returnParameters": { "id": 22792, "nodeType": "ParameterList", "parameters": [], "src": "12045:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22824, "nodeType": "FunctionDefinition", "src": "12152:169:16", "nodes": [], "body": { "id": 22823, "nodeType": "Block", "src": "12221:100:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c75696e7432353629", "id": 22816, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "12271:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_ca47c4ebe9fba29faff9e6b57fbe69e17216e7526486c463d61c06e8992beece", "typeString": "literal_string \"log(string,uint256,uint256)\"" }, "value": "log(string,uint256,uint256)" }, { "id": 22817, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22806, "src": "12302:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22818, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22808, "src": "12306:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22819, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22810, "src": "12310:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_ca47c4ebe9fba29faff9e6b57fbe69e17216e7526486c463d61c06e8992beece", "typeString": "literal_string \"log(string,uint256,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 22814, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "12247:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22815, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "12251:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "12247:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22820, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "12247:66:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22813, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "12231:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22821, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "12231:83:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22822, "nodeType": "ExpressionStatement", "src": "12231:83:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "12161:3:16", "parameters": { "id": 22811, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22806, "mutability": "mutable", "name": "p0", "nameLocation": "12179:2:16", "nodeType": "VariableDeclaration", "scope": 22824, "src": "12165:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22805, "name": "string", "nodeType": "ElementaryTypeName", "src": "12165:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22808, "mutability": "mutable", "name": "p1", "nameLocation": "12191:2:16", "nodeType": "VariableDeclaration", "scope": 22824, "src": "12183:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22807, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "12183:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22810, "mutability": "mutable", "name": "p2", "nameLocation": "12203:2:16", "nodeType": "VariableDeclaration", "scope": 22824, "src": "12195:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22809, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "12195:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "12164:42:16" }, "returnParameters": { "id": 22812, "nodeType": "ParameterList", "parameters": [], "src": "12221:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22844, "nodeType": "FunctionDefinition", "src": "12327:174:16", "nodes": [], "body": { "id": 22843, "nodeType": "Block", "src": "12402:99:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c737472696e6729", "id": 22836, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "12452:28:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5970e089c65c5d431d60f26e6cf1ec3984c873a96b59f1aed9fc44cdf9078bcf", "typeString": "literal_string \"log(string,uint256,string)\"" }, "value": "log(string,uint256,string)" }, { "id": 22837, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22826, "src": "12482:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22838, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22828, "src": "12486:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22839, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22830, "src": "12490:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5970e089c65c5d431d60f26e6cf1ec3984c873a96b59f1aed9fc44cdf9078bcf", "typeString": "literal_string \"log(string,uint256,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 22834, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "12428:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22835, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "12432:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "12428:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22840, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "12428:65:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22833, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "12412:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22841, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "12412:82:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22842, "nodeType": "ExpressionStatement", "src": "12412:82:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "12336:3:16", "parameters": { "id": 22831, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22826, "mutability": "mutable", "name": "p0", "nameLocation": "12354:2:16", "nodeType": "VariableDeclaration", "scope": 22844, "src": "12340:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22825, "name": "string", "nodeType": "ElementaryTypeName", "src": "12340:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22828, "mutability": "mutable", "name": "p1", "nameLocation": "12366:2:16", "nodeType": "VariableDeclaration", "scope": 22844, "src": "12358:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22827, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "12358:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22830, "mutability": "mutable", "name": "p2", "nameLocation": "12384:2:16", "nodeType": "VariableDeclaration", "scope": 22844, "src": "12370:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22829, "name": "string", "nodeType": "ElementaryTypeName", "src": "12370:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "12339:48:16" }, "returnParameters": { "id": 22832, "nodeType": "ParameterList", "parameters": [], "src": "12402:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22864, "nodeType": "FunctionDefinition", "src": "12507:163:16", "nodes": [], "body": { "id": 22863, "nodeType": "Block", "src": "12573:97:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c626f6f6c29", "id": 22856, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "12623:26:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_ca7733b1b473f13a94152fab2b969755f42d925703a46c93a1825aad614f145e", "typeString": "literal_string \"log(string,uint256,bool)\"" }, "value": "log(string,uint256,bool)" }, { "id": 22857, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22846, "src": "12651:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22858, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22848, "src": "12655:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22859, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22850, "src": "12659:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_ca7733b1b473f13a94152fab2b969755f42d925703a46c93a1825aad614f145e", "typeString": "literal_string \"log(string,uint256,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 22854, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "12599:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22855, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "12603:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "12599:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22860, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "12599:63:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22853, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "12583:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22861, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "12583:80:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22862, "nodeType": "ExpressionStatement", "src": "12583:80:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "12516:3:16", "parameters": { "id": 22851, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22846, "mutability": "mutable", "name": "p0", "nameLocation": "12534:2:16", "nodeType": "VariableDeclaration", "scope": 22864, "src": "12520:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22845, "name": "string", "nodeType": "ElementaryTypeName", "src": "12520:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22848, "mutability": "mutable", "name": "p1", "nameLocation": "12546:2:16", "nodeType": "VariableDeclaration", "scope": 22864, "src": "12538:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22847, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "12538:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22850, "mutability": "mutable", "name": "p2", "nameLocation": "12555:2:16", "nodeType": "VariableDeclaration", "scope": 22864, "src": "12550:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22849, "name": "bool", "nodeType": "ElementaryTypeName", "src": "12550:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "12519:39:16" }, "returnParameters": { "id": 22852, "nodeType": "ParameterList", "parameters": [], "src": "12573:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22884, "nodeType": "FunctionDefinition", "src": "12676:169:16", "nodes": [], "body": { "id": 22883, "nodeType": "Block", "src": "12745:100:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c6164647265737329", "id": 22876, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "12795:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1c7ec4485ea8bf18e646e5381f7318f45423199ed371307bc9171a4242f27335", "typeString": "literal_string \"log(string,uint256,address)\"" }, "value": "log(string,uint256,address)" }, { "id": 22877, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22866, "src": "12826:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22878, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22868, "src": "12830:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 22879, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22870, "src": "12834:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1c7ec4485ea8bf18e646e5381f7318f45423199ed371307bc9171a4242f27335", "typeString": "literal_string \"log(string,uint256,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 22874, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "12771:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22875, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "12775:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "12771:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22880, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "12771:66:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22873, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "12755:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22881, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "12755:83:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22882, "nodeType": "ExpressionStatement", "src": "12755:83:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "12685:3:16", "parameters": { "id": 22871, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22866, "mutability": "mutable", "name": "p0", "nameLocation": "12703:2:16", "nodeType": "VariableDeclaration", "scope": 22884, "src": "12689:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22865, "name": "string", "nodeType": "ElementaryTypeName", "src": "12689:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22868, "mutability": "mutable", "name": "p1", "nameLocation": "12715:2:16", "nodeType": "VariableDeclaration", "scope": 22884, "src": "12707:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22867, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "12707:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 22870, "mutability": "mutable", "name": "p2", "nameLocation": "12727:2:16", "nodeType": "VariableDeclaration", "scope": 22884, "src": "12719:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22869, "name": "address", "nodeType": "ElementaryTypeName", "src": "12719:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "12688:42:16" }, "returnParameters": { "id": 22872, "nodeType": "ParameterList", "parameters": [], "src": "12745:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22904, "nodeType": "FunctionDefinition", "src": "12851:174:16", "nodes": [], "body": { "id": 22903, "nodeType": "Block", "src": "12926:99:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c75696e7432353629", "id": 22896, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "12976:28:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5821efa12787fd2b80909e807f1dcc73717b87128d89e827e5b876178f2fdbd0", "typeString": "literal_string \"log(string,string,uint256)\"" }, "value": "log(string,string,uint256)" }, { "id": 22897, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22886, "src": "13006:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22898, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22888, "src": "13010:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22899, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22890, "src": "13014:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5821efa12787fd2b80909e807f1dcc73717b87128d89e827e5b876178f2fdbd0", "typeString": "literal_string \"log(string,string,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 22894, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "12952:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22895, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "12956:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "12952:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22900, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "12952:65:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22893, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "12936:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22901, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "12936:82:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22902, "nodeType": "ExpressionStatement", "src": "12936:82:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "12860:3:16", "parameters": { "id": 22891, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22886, "mutability": "mutable", "name": "p0", "nameLocation": "12878:2:16", "nodeType": "VariableDeclaration", "scope": 22904, "src": "12864:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22885, "name": "string", "nodeType": "ElementaryTypeName", "src": "12864:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22888, "mutability": "mutable", "name": "p1", "nameLocation": "12896:2:16", "nodeType": "VariableDeclaration", "scope": 22904, "src": "12882:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22887, "name": "string", "nodeType": "ElementaryTypeName", "src": "12882:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22890, "mutability": "mutable", "name": "p2", "nameLocation": "12908:2:16", "nodeType": "VariableDeclaration", "scope": 22904, "src": "12900:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22889, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "12900:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "12863:48:16" }, "returnParameters": { "id": 22892, "nodeType": "ParameterList", "parameters": [], "src": "12926:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22924, "nodeType": "FunctionDefinition", "src": "13031:179:16", "nodes": [], "body": { "id": 22923, "nodeType": "Block", "src": "13112:98:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c737472696e6729", "id": 22916, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "13162:27:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2ced7cef693312206c21f0e92e3b54e2e16bf33db5eec350c78866822c665e1f", "typeString": "literal_string \"log(string,string,string)\"" }, "value": "log(string,string,string)" }, { "id": 22917, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22906, "src": "13191:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22918, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22908, "src": "13195:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22919, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22910, "src": "13199:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2ced7cef693312206c21f0e92e3b54e2e16bf33db5eec350c78866822c665e1f", "typeString": "literal_string \"log(string,string,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 22914, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "13138:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22915, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "13142:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "13138:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22920, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "13138:64:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22913, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "13122:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22921, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "13122:81:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22922, "nodeType": "ExpressionStatement", "src": "13122:81:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "13040:3:16", "parameters": { "id": 22911, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22906, "mutability": "mutable", "name": "p0", "nameLocation": "13058:2:16", "nodeType": "VariableDeclaration", "scope": 22924, "src": "13044:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22905, "name": "string", "nodeType": "ElementaryTypeName", "src": "13044:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22908, "mutability": "mutable", "name": "p1", "nameLocation": "13076:2:16", "nodeType": "VariableDeclaration", "scope": 22924, "src": "13062:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22907, "name": "string", "nodeType": "ElementaryTypeName", "src": "13062:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22910, "mutability": "mutable", "name": "p2", "nameLocation": "13094:2:16", "nodeType": "VariableDeclaration", "scope": 22924, "src": "13080:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22909, "name": "string", "nodeType": "ElementaryTypeName", "src": "13080:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "13043:54:16" }, "returnParameters": { "id": 22912, "nodeType": "ParameterList", "parameters": [], "src": "13112:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22944, "nodeType": "FunctionDefinition", "src": "13216:168:16", "nodes": [], "body": { "id": 22943, "nodeType": "Block", "src": "13288:96:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c626f6f6c29", "id": 22936, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "13338:25:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_b0e0f9b5ad960213f9ab262d120ce4ec3edffc58d1ad51b99628a777e82d8acb", "typeString": "literal_string \"log(string,string,bool)\"" }, "value": "log(string,string,bool)" }, { "id": 22937, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22926, "src": "13365:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22938, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22928, "src": "13369:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22939, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22930, "src": "13373:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_b0e0f9b5ad960213f9ab262d120ce4ec3edffc58d1ad51b99628a777e82d8acb", "typeString": "literal_string \"log(string,string,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 22934, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "13314:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22935, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "13318:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "13314:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22940, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "13314:62:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22933, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "13298:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22941, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "13298:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22942, "nodeType": "ExpressionStatement", "src": "13298:79:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "13225:3:16", "parameters": { "id": 22931, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22926, "mutability": "mutable", "name": "p0", "nameLocation": "13243:2:16", "nodeType": "VariableDeclaration", "scope": 22944, "src": "13229:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22925, "name": "string", "nodeType": "ElementaryTypeName", "src": "13229:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22928, "mutability": "mutable", "name": "p1", "nameLocation": "13261:2:16", "nodeType": "VariableDeclaration", "scope": 22944, "src": "13247:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22927, "name": "string", "nodeType": "ElementaryTypeName", "src": "13247:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22930, "mutability": "mutable", "name": "p2", "nameLocation": "13270:2:16", "nodeType": "VariableDeclaration", "scope": 22944, "src": "13265:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22929, "name": "bool", "nodeType": "ElementaryTypeName", "src": "13265:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "13228:45:16" }, "returnParameters": { "id": 22932, "nodeType": "ParameterList", "parameters": [], "src": "13288:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22964, "nodeType": "FunctionDefinition", "src": "13390:174:16", "nodes": [], "body": { "id": 22963, "nodeType": "Block", "src": "13465:99:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c6164647265737329", "id": 22956, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "13515:28:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_95ed0195ee22a092ad93d352c33e8dc78b91f0c01eab9cff270af55b2ae65768", "typeString": "literal_string \"log(string,string,address)\"" }, "value": "log(string,string,address)" }, { "id": 22957, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22946, "src": "13545:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22958, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22948, "src": "13549:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22959, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22950, "src": "13553:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_95ed0195ee22a092ad93d352c33e8dc78b91f0c01eab9cff270af55b2ae65768", "typeString": "literal_string \"log(string,string,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 22954, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "13491:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22955, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "13495:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "13491:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22960, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "13491:65:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22953, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "13475:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22961, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "13475:82:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22962, "nodeType": "ExpressionStatement", "src": "13475:82:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "13399:3:16", "parameters": { "id": 22951, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22946, "mutability": "mutable", "name": "p0", "nameLocation": "13417:2:16", "nodeType": "VariableDeclaration", "scope": 22964, "src": "13403:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22945, "name": "string", "nodeType": "ElementaryTypeName", "src": "13403:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22948, "mutability": "mutable", "name": "p1", "nameLocation": "13435:2:16", "nodeType": "VariableDeclaration", "scope": 22964, "src": "13421:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22947, "name": "string", "nodeType": "ElementaryTypeName", "src": "13421:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22950, "mutability": "mutable", "name": "p2", "nameLocation": "13447:2:16", "nodeType": "VariableDeclaration", "scope": 22964, "src": "13439:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 22949, "name": "address", "nodeType": "ElementaryTypeName", "src": "13439:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "13402:48:16" }, "returnParameters": { "id": 22952, "nodeType": "ParameterList", "parameters": [], "src": "13465:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 22984, "nodeType": "FunctionDefinition", "src": "13570:163:16", "nodes": [], "body": { "id": 22983, "nodeType": "Block", "src": "13636:97:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c75696e7432353629", "id": 22976, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "13686:26:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c95958d6bc6e492868f9bea34fa0d5d3bf60736d44598880e7a9a99746b5d26a", "typeString": "literal_string \"log(string,bool,uint256)\"" }, "value": "log(string,bool,uint256)" }, { "id": 22977, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22966, "src": "13714:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22978, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22968, "src": "13718:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 22979, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22970, "src": "13722:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c95958d6bc6e492868f9bea34fa0d5d3bf60736d44598880e7a9a99746b5d26a", "typeString": "literal_string \"log(string,bool,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 22974, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "13662:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22975, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "13666:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "13662:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 22980, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "13662:63:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22973, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "13646:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 22981, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "13646:80:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 22982, "nodeType": "ExpressionStatement", "src": "13646:80:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "13579:3:16", "parameters": { "id": 22971, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22966, "mutability": "mutable", "name": "p0", "nameLocation": "13597:2:16", "nodeType": "VariableDeclaration", "scope": 22984, "src": "13583:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22965, "name": "string", "nodeType": "ElementaryTypeName", "src": "13583:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22968, "mutability": "mutable", "name": "p1", "nameLocation": "13606:2:16", "nodeType": "VariableDeclaration", "scope": 22984, "src": "13601:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22967, "name": "bool", "nodeType": "ElementaryTypeName", "src": "13601:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 22970, "mutability": "mutable", "name": "p2", "nameLocation": "13618:2:16", "nodeType": "VariableDeclaration", "scope": 22984, "src": "13610:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 22969, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "13610:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "13582:39:16" }, "returnParameters": { "id": 22972, "nodeType": "ParameterList", "parameters": [], "src": "13636:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23004, "nodeType": "FunctionDefinition", "src": "13739:168:16", "nodes": [], "body": { "id": 23003, "nodeType": "Block", "src": "13811:96:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c737472696e6729", "id": 22996, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "13861:25:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_e298f47d872a89293d316b9b936000a26f83eda2ba3171b2f9f16e2bf618c3e7", "typeString": "literal_string \"log(string,bool,string)\"" }, "value": "log(string,bool,string)" }, { "id": 22997, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22986, "src": "13888:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 22998, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22988, "src": "13892:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 22999, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 22990, "src": "13896:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_e298f47d872a89293d316b9b936000a26f83eda2ba3171b2f9f16e2bf618c3e7", "typeString": "literal_string \"log(string,bool,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 22994, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "13837:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 22995, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "13841:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "13837:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23000, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "13837:62:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 22993, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "13821:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23001, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "13821:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23002, "nodeType": "ExpressionStatement", "src": "13821:79:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "13748:3:16", "parameters": { "id": 22991, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 22986, "mutability": "mutable", "name": "p0", "nameLocation": "13766:2:16", "nodeType": "VariableDeclaration", "scope": 23004, "src": "13752:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22985, "name": "string", "nodeType": "ElementaryTypeName", "src": "13752:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 22988, "mutability": "mutable", "name": "p1", "nameLocation": "13775:2:16", "nodeType": "VariableDeclaration", "scope": 23004, "src": "13770:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 22987, "name": "bool", "nodeType": "ElementaryTypeName", "src": "13770:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 22990, "mutability": "mutable", "name": "p2", "nameLocation": "13793:2:16", "nodeType": "VariableDeclaration", "scope": 23004, "src": "13779:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 22989, "name": "string", "nodeType": "ElementaryTypeName", "src": "13779:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "13751:45:16" }, "returnParameters": { "id": 22992, "nodeType": "ParameterList", "parameters": [], "src": "13811:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23024, "nodeType": "FunctionDefinition", "src": "13913:157:16", "nodes": [], "body": { "id": 23023, "nodeType": "Block", "src": "13976:94:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c626f6f6c29", "id": 23016, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "14026:23:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_850b7ad637241a873b861925ccffb71aaffb030b1df8850f324c9804bc7b443d", "typeString": "literal_string \"log(string,bool,bool)\"" }, "value": "log(string,bool,bool)" }, { "id": 23017, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23006, "src": "14051:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23018, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23008, "src": "14055:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23019, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23010, "src": "14059:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_850b7ad637241a873b861925ccffb71aaffb030b1df8850f324c9804bc7b443d", "typeString": "literal_string \"log(string,bool,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 23014, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "14002:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23015, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "14006:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "14002:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23020, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "14002:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23013, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "13986:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23021, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "13986:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23022, "nodeType": "ExpressionStatement", "src": "13986:77:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "13922:3:16", "parameters": { "id": 23011, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23006, "mutability": "mutable", "name": "p0", "nameLocation": "13940:2:16", "nodeType": "VariableDeclaration", "scope": 23024, "src": "13926:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23005, "name": "string", "nodeType": "ElementaryTypeName", "src": "13926:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23008, "mutability": "mutable", "name": "p1", "nameLocation": "13949:2:16", "nodeType": "VariableDeclaration", "scope": 23024, "src": "13944:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23007, "name": "bool", "nodeType": "ElementaryTypeName", "src": "13944:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23010, "mutability": "mutable", "name": "p2", "nameLocation": "13958:2:16", "nodeType": "VariableDeclaration", "scope": 23024, "src": "13953:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23009, "name": "bool", "nodeType": "ElementaryTypeName", "src": "13953:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "13925:36:16" }, "returnParameters": { "id": 23012, "nodeType": "ParameterList", "parameters": [], "src": "13976:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23044, "nodeType": "FunctionDefinition", "src": "14076:163:16", "nodes": [], "body": { "id": 23043, "nodeType": "Block", "src": "14142:97:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c6164647265737329", "id": 23036, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "14192:26:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_932bbb385d479707ff387e3bb2d8968a7b4115e938510c531aa15b50507fc27f", "typeString": "literal_string \"log(string,bool,address)\"" }, "value": "log(string,bool,address)" }, { "id": 23037, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23026, "src": "14220:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23038, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23028, "src": "14224:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23039, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23030, "src": "14228:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_932bbb385d479707ff387e3bb2d8968a7b4115e938510c531aa15b50507fc27f", "typeString": "literal_string \"log(string,bool,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 23034, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "14168:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23035, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "14172:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "14168:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23040, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "14168:63:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23033, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "14152:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23041, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "14152:80:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23042, "nodeType": "ExpressionStatement", "src": "14152:80:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "14085:3:16", "parameters": { "id": 23031, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23026, "mutability": "mutable", "name": "p0", "nameLocation": "14103:2:16", "nodeType": "VariableDeclaration", "scope": 23044, "src": "14089:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23025, "name": "string", "nodeType": "ElementaryTypeName", "src": "14089:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23028, "mutability": "mutable", "name": "p1", "nameLocation": "14112:2:16", "nodeType": "VariableDeclaration", "scope": 23044, "src": "14107:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23027, "name": "bool", "nodeType": "ElementaryTypeName", "src": "14107:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23030, "mutability": "mutable", "name": "p2", "nameLocation": "14124:2:16", "nodeType": "VariableDeclaration", "scope": 23044, "src": "14116:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23029, "name": "address", "nodeType": "ElementaryTypeName", "src": "14116:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "14088:39:16" }, "returnParameters": { "id": 23032, "nodeType": "ParameterList", "parameters": [], "src": "14142:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23064, "nodeType": "FunctionDefinition", "src": "14245:169:16", "nodes": [], "body": { "id": 23063, "nodeType": "Block", "src": "14314:100:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c75696e7432353629", "id": 23056, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "14364:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_0d26b92533630e908cb95a1b2ed09291c6aa98f8da7094a2325f8c86cd45e5e4", "typeString": "literal_string \"log(string,address,uint256)\"" }, "value": "log(string,address,uint256)" }, { "id": 23057, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23046, "src": "14395:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23058, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23048, "src": "14399:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23059, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23050, "src": "14403:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_0d26b92533630e908cb95a1b2ed09291c6aa98f8da7094a2325f8c86cd45e5e4", "typeString": "literal_string \"log(string,address,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 23054, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "14340:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23055, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "14344:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "14340:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23060, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "14340:66:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23053, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "14324:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23061, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "14324:83:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23062, "nodeType": "ExpressionStatement", "src": "14324:83:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "14254:3:16", "parameters": { "id": 23051, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23046, "mutability": "mutable", "name": "p0", "nameLocation": "14272:2:16", "nodeType": "VariableDeclaration", "scope": 23064, "src": "14258:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23045, "name": "string", "nodeType": "ElementaryTypeName", "src": "14258:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23048, "mutability": "mutable", "name": "p1", "nameLocation": "14284:2:16", "nodeType": "VariableDeclaration", "scope": 23064, "src": "14276:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23047, "name": "address", "nodeType": "ElementaryTypeName", "src": "14276:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23050, "mutability": "mutable", "name": "p2", "nameLocation": "14296:2:16", "nodeType": "VariableDeclaration", "scope": 23064, "src": "14288:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23049, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "14288:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "14257:42:16" }, "returnParameters": { "id": 23052, "nodeType": "ParameterList", "parameters": [], "src": "14314:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23084, "nodeType": "FunctionDefinition", "src": "14420:174:16", "nodes": [], "body": { "id": 23083, "nodeType": "Block", "src": "14495:99:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c737472696e6729", "id": 23076, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "14545:28:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_e0e9ad4f87059a51cce5555e129ca819f7e5d52e9c65a4e175882207ee47d634", "typeString": "literal_string \"log(string,address,string)\"" }, "value": "log(string,address,string)" }, { "id": 23077, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23066, "src": "14575:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23078, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23068, "src": "14579:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23079, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23070, "src": "14583:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_e0e9ad4f87059a51cce5555e129ca819f7e5d52e9c65a4e175882207ee47d634", "typeString": "literal_string \"log(string,address,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 23074, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "14521:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23075, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "14525:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "14521:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23080, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "14521:65:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23073, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "14505:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23081, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "14505:82:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23082, "nodeType": "ExpressionStatement", "src": "14505:82:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "14429:3:16", "parameters": { "id": 23071, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23066, "mutability": "mutable", "name": "p0", "nameLocation": "14447:2:16", "nodeType": "VariableDeclaration", "scope": 23084, "src": "14433:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23065, "name": "string", "nodeType": "ElementaryTypeName", "src": "14433:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23068, "mutability": "mutable", "name": "p1", "nameLocation": "14459:2:16", "nodeType": "VariableDeclaration", "scope": 23084, "src": "14451:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23067, "name": "address", "nodeType": "ElementaryTypeName", "src": "14451:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23070, "mutability": "mutable", "name": "p2", "nameLocation": "14477:2:16", "nodeType": "VariableDeclaration", "scope": 23084, "src": "14463:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23069, "name": "string", "nodeType": "ElementaryTypeName", "src": "14463:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "14432:48:16" }, "returnParameters": { "id": 23072, "nodeType": "ParameterList", "parameters": [], "src": "14495:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23104, "nodeType": "FunctionDefinition", "src": "14600:163:16", "nodes": [], "body": { "id": 23103, "nodeType": "Block", "src": "14666:97:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c626f6f6c29", "id": 23096, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "14716:26:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c91d5ed4480e0b3323f998bcee9594aa98173c7324b015a4713a7c8429afd0b8", "typeString": "literal_string \"log(string,address,bool)\"" }, "value": "log(string,address,bool)" }, { "id": 23097, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23086, "src": "14744:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23098, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23088, "src": "14748:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23099, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23090, "src": "14752:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c91d5ed4480e0b3323f998bcee9594aa98173c7324b015a4713a7c8429afd0b8", "typeString": "literal_string \"log(string,address,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 23094, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "14692:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23095, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "14696:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "14692:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23100, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "14692:63:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23093, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "14676:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23101, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "14676:80:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23102, "nodeType": "ExpressionStatement", "src": "14676:80:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "14609:3:16", "parameters": { "id": 23091, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23086, "mutability": "mutable", "name": "p0", "nameLocation": "14627:2:16", "nodeType": "VariableDeclaration", "scope": 23104, "src": "14613:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23085, "name": "string", "nodeType": "ElementaryTypeName", "src": "14613:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23088, "mutability": "mutable", "name": "p1", "nameLocation": "14639:2:16", "nodeType": "VariableDeclaration", "scope": 23104, "src": "14631:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23087, "name": "address", "nodeType": "ElementaryTypeName", "src": "14631:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23090, "mutability": "mutable", "name": "p2", "nameLocation": "14648:2:16", "nodeType": "VariableDeclaration", "scope": 23104, "src": "14643:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23089, "name": "bool", "nodeType": "ElementaryTypeName", "src": "14643:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "14612:39:16" }, "returnParameters": { "id": 23092, "nodeType": "ParameterList", "parameters": [], "src": "14666:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23124, "nodeType": "FunctionDefinition", "src": "14769:169:16", "nodes": [], "body": { "id": 23123, "nodeType": "Block", "src": "14838:100:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c6164647265737329", "id": 23116, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "14888:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_fcec75e0902c9d61eded5d9f2eed16d5b0f2cd255fe6fa77733f59e1063823e8", "typeString": "literal_string \"log(string,address,address)\"" }, "value": "log(string,address,address)" }, { "id": 23117, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23106, "src": "14919:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23118, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23108, "src": "14923:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23119, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23110, "src": "14927:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_fcec75e0902c9d61eded5d9f2eed16d5b0f2cd255fe6fa77733f59e1063823e8", "typeString": "literal_string \"log(string,address,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 23114, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "14864:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23115, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "14868:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "14864:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23120, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "14864:66:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23113, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "14848:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23121, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "14848:83:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23122, "nodeType": "ExpressionStatement", "src": "14848:83:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "14778:3:16", "parameters": { "id": 23111, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23106, "mutability": "mutable", "name": "p0", "nameLocation": "14796:2:16", "nodeType": "VariableDeclaration", "scope": 23124, "src": "14782:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23105, "name": "string", "nodeType": "ElementaryTypeName", "src": "14782:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23108, "mutability": "mutable", "name": "p1", "nameLocation": "14808:2:16", "nodeType": "VariableDeclaration", "scope": 23124, "src": "14800:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23107, "name": "address", "nodeType": "ElementaryTypeName", "src": "14800:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23110, "mutability": "mutable", "name": "p2", "nameLocation": "14820:2:16", "nodeType": "VariableDeclaration", "scope": 23124, "src": "14812:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23109, "name": "address", "nodeType": "ElementaryTypeName", "src": "14812:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "14781:42:16" }, "returnParameters": { "id": 23112, "nodeType": "ParameterList", "parameters": [], "src": "14838:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23144, "nodeType": "FunctionDefinition", "src": "14944:158:16", "nodes": [], "body": { "id": 23143, "nodeType": "Block", "src": "15004:98:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c75696e7432353629", "id": 23136, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "15054:27:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_371033677da72158a60d6dc6ec9fa4683ad37ad854670ba3fcf814603cf8bb28", "typeString": "literal_string \"log(bool,uint256,uint256)\"" }, "value": "log(bool,uint256,uint256)" }, { "id": 23137, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23126, "src": "15083:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23138, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23128, "src": "15087:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23139, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23130, "src": "15091:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_371033677da72158a60d6dc6ec9fa4683ad37ad854670ba3fcf814603cf8bb28", "typeString": "literal_string \"log(bool,uint256,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 23134, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "15030:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23135, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "15034:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "15030:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23140, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "15030:64:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23133, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "15014:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23141, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "15014:81:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23142, "nodeType": "ExpressionStatement", "src": "15014:81:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "14953:3:16", "parameters": { "id": 23131, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23126, "mutability": "mutable", "name": "p0", "nameLocation": "14962:2:16", "nodeType": "VariableDeclaration", "scope": 23144, "src": "14957:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23125, "name": "bool", "nodeType": "ElementaryTypeName", "src": "14957:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23128, "mutability": "mutable", "name": "p1", "nameLocation": "14974:2:16", "nodeType": "VariableDeclaration", "scope": 23144, "src": "14966:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23127, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "14966:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23130, "mutability": "mutable", "name": "p2", "nameLocation": "14986:2:16", "nodeType": "VariableDeclaration", "scope": 23144, "src": "14978:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23129, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "14978:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "14956:33:16" }, "returnParameters": { "id": 23132, "nodeType": "ParameterList", "parameters": [], "src": "15004:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23164, "nodeType": "FunctionDefinition", "src": "15108:163:16", "nodes": [], "body": { "id": 23163, "nodeType": "Block", "src": "15174:97:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c737472696e6729", "id": 23156, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "15224:26:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c3fc3970359ec5bcd4a409af812c658e77b7983043c9e7299db566fbd8131447", "typeString": "literal_string \"log(bool,uint256,string)\"" }, "value": "log(bool,uint256,string)" }, { "id": 23157, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23146, "src": "15252:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23158, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23148, "src": "15256:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23159, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23150, "src": "15260:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c3fc3970359ec5bcd4a409af812c658e77b7983043c9e7299db566fbd8131447", "typeString": "literal_string \"log(bool,uint256,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 23154, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "15200:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23155, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "15204:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "15200:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23160, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "15200:63:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23153, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "15184:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23161, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "15184:80:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23162, "nodeType": "ExpressionStatement", "src": "15184:80:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "15117:3:16", "parameters": { "id": 23151, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23146, "mutability": "mutable", "name": "p0", "nameLocation": "15126:2:16", "nodeType": "VariableDeclaration", "scope": 23164, "src": "15121:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23145, "name": "bool", "nodeType": "ElementaryTypeName", "src": "15121:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23148, "mutability": "mutable", "name": "p1", "nameLocation": "15138:2:16", "nodeType": "VariableDeclaration", "scope": 23164, "src": "15130:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23147, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "15130:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23150, "mutability": "mutable", "name": "p2", "nameLocation": "15156:2:16", "nodeType": "VariableDeclaration", "scope": 23164, "src": "15142:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23149, "name": "string", "nodeType": "ElementaryTypeName", "src": "15142:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "15120:39:16" }, "returnParameters": { "id": 23152, "nodeType": "ParameterList", "parameters": [], "src": "15174:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23184, "nodeType": "FunctionDefinition", "src": "15277:152:16", "nodes": [], "body": { "id": 23183, "nodeType": "Block", "src": "15334:95:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c626f6f6c29", "id": 23176, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "15384:24:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_e8defba9dac8a3ed4ad0f711b733171fd223b5d127b3485540d69bec05995a26", "typeString": "literal_string \"log(bool,uint256,bool)\"" }, "value": "log(bool,uint256,bool)" }, { "id": 23177, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23166, "src": "15410:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23178, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23168, "src": "15414:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23179, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23170, "src": "15418:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_e8defba9dac8a3ed4ad0f711b733171fd223b5d127b3485540d69bec05995a26", "typeString": "literal_string \"log(bool,uint256,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 23174, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "15360:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23175, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "15364:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "15360:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23180, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "15360:61:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23173, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "15344:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23181, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "15344:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23182, "nodeType": "ExpressionStatement", "src": "15344:78:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "15286:3:16", "parameters": { "id": 23171, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23166, "mutability": "mutable", "name": "p0", "nameLocation": "15295:2:16", "nodeType": "VariableDeclaration", "scope": 23184, "src": "15290:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23165, "name": "bool", "nodeType": "ElementaryTypeName", "src": "15290:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23168, "mutability": "mutable", "name": "p1", "nameLocation": "15307:2:16", "nodeType": "VariableDeclaration", "scope": 23184, "src": "15299:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23167, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "15299:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23170, "mutability": "mutable", "name": "p2", "nameLocation": "15316:2:16", "nodeType": "VariableDeclaration", "scope": 23184, "src": "15311:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23169, "name": "bool", "nodeType": "ElementaryTypeName", "src": "15311:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "15289:30:16" }, "returnParameters": { "id": 23172, "nodeType": "ParameterList", "parameters": [], "src": "15334:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23204, "nodeType": "FunctionDefinition", "src": "15435:158:16", "nodes": [], "body": { "id": 23203, "nodeType": "Block", "src": "15495:98:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c6164647265737329", "id": 23196, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "15545:27:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_088ef9d2f4d01d13401423c19b7f189200a7ad3f567d9e20f37299f94f92f574", "typeString": "literal_string \"log(bool,uint256,address)\"" }, "value": "log(bool,uint256,address)" }, { "id": 23197, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23186, "src": "15574:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23198, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23188, "src": "15578:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23199, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23190, "src": "15582:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_088ef9d2f4d01d13401423c19b7f189200a7ad3f567d9e20f37299f94f92f574", "typeString": "literal_string \"log(bool,uint256,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 23194, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "15521:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23195, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "15525:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "15521:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23200, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "15521:64:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23193, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "15505:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23201, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "15505:81:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23202, "nodeType": "ExpressionStatement", "src": "15505:81:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "15444:3:16", "parameters": { "id": 23191, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23186, "mutability": "mutable", "name": "p0", "nameLocation": "15453:2:16", "nodeType": "VariableDeclaration", "scope": 23204, "src": "15448:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23185, "name": "bool", "nodeType": "ElementaryTypeName", "src": "15448:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23188, "mutability": "mutable", "name": "p1", "nameLocation": "15465:2:16", "nodeType": "VariableDeclaration", "scope": 23204, "src": "15457:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23187, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "15457:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23190, "mutability": "mutable", "name": "p2", "nameLocation": "15477:2:16", "nodeType": "VariableDeclaration", "scope": 23204, "src": "15469:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23189, "name": "address", "nodeType": "ElementaryTypeName", "src": "15469:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "15447:33:16" }, "returnParameters": { "id": 23192, "nodeType": "ParameterList", "parameters": [], "src": "15495:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23224, "nodeType": "FunctionDefinition", "src": "15599:163:16", "nodes": [], "body": { "id": 23223, "nodeType": "Block", "src": "15665:97:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c75696e7432353629", "id": 23216, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "15715:26:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1093ee11e671928331708700100b356c86a8494f33b170ddcffd95462a0adf64", "typeString": "literal_string \"log(bool,string,uint256)\"" }, "value": "log(bool,string,uint256)" }, { "id": 23217, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23206, "src": "15743:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23218, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23208, "src": "15747:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23219, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23210, "src": "15751:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1093ee11e671928331708700100b356c86a8494f33b170ddcffd95462a0adf64", "typeString": "literal_string \"log(bool,string,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 23214, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "15691:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23215, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "15695:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "15691:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23220, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "15691:63:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23213, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "15675:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23221, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "15675:80:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23222, "nodeType": "ExpressionStatement", "src": "15675:80:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "15608:3:16", "parameters": { "id": 23211, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23206, "mutability": "mutable", "name": "p0", "nameLocation": "15617:2:16", "nodeType": "VariableDeclaration", "scope": 23224, "src": "15612:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23205, "name": "bool", "nodeType": "ElementaryTypeName", "src": "15612:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23208, "mutability": "mutable", "name": "p1", "nameLocation": "15635:2:16", "nodeType": "VariableDeclaration", "scope": 23224, "src": "15621:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23207, "name": "string", "nodeType": "ElementaryTypeName", "src": "15621:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23210, "mutability": "mutable", "name": "p2", "nameLocation": "15647:2:16", "nodeType": "VariableDeclaration", "scope": 23224, "src": "15639:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23209, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "15639:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "15611:39:16" }, "returnParameters": { "id": 23212, "nodeType": "ParameterList", "parameters": [], "src": "15665:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23244, "nodeType": "FunctionDefinition", "src": "15768:168:16", "nodes": [], "body": { "id": 23243, "nodeType": "Block", "src": "15840:96:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c737472696e6729", "id": 23236, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "15890:25:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_b076847f8b4aee0cfbf46ec501532f9f3c85a581aff135287ff8e917c0a39102", "typeString": "literal_string \"log(bool,string,string)\"" }, "value": "log(bool,string,string)" }, { "id": 23237, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23226, "src": "15917:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23238, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23228, "src": "15921:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23239, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23230, "src": "15925:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_b076847f8b4aee0cfbf46ec501532f9f3c85a581aff135287ff8e917c0a39102", "typeString": "literal_string \"log(bool,string,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 23234, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "15866:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23235, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "15870:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "15866:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23240, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "15866:62:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23233, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "15850:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23241, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "15850:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23242, "nodeType": "ExpressionStatement", "src": "15850:79:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "15777:3:16", "parameters": { "id": 23231, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23226, "mutability": "mutable", "name": "p0", "nameLocation": "15786:2:16", "nodeType": "VariableDeclaration", "scope": 23244, "src": "15781:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23225, "name": "bool", "nodeType": "ElementaryTypeName", "src": "15781:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23228, "mutability": "mutable", "name": "p1", "nameLocation": "15804:2:16", "nodeType": "VariableDeclaration", "scope": 23244, "src": "15790:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23227, "name": "string", "nodeType": "ElementaryTypeName", "src": "15790:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23230, "mutability": "mutable", "name": "p2", "nameLocation": "15822:2:16", "nodeType": "VariableDeclaration", "scope": 23244, "src": "15808:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23229, "name": "string", "nodeType": "ElementaryTypeName", "src": "15808:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "15780:45:16" }, "returnParameters": { "id": 23232, "nodeType": "ParameterList", "parameters": [], "src": "15840:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23264, "nodeType": "FunctionDefinition", "src": "15942:157:16", "nodes": [], "body": { "id": 23263, "nodeType": "Block", "src": "16005:94:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c626f6f6c29", "id": 23256, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "16055:23:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_dbb4c2477dacc98e0e5b96fd6ca6bf0ae1f82dd042439d9f53f8d963bef43eaa", "typeString": "literal_string \"log(bool,string,bool)\"" }, "value": "log(bool,string,bool)" }, { "id": 23257, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23246, "src": "16080:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23258, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23248, "src": "16084:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23259, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23250, "src": "16088:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_dbb4c2477dacc98e0e5b96fd6ca6bf0ae1f82dd042439d9f53f8d963bef43eaa", "typeString": "literal_string \"log(bool,string,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 23254, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "16031:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23255, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "16035:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "16031:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23260, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "16031:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23253, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "16015:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23261, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "16015:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23262, "nodeType": "ExpressionStatement", "src": "16015:77:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "15951:3:16", "parameters": { "id": 23251, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23246, "mutability": "mutable", "name": "p0", "nameLocation": "15960:2:16", "nodeType": "VariableDeclaration", "scope": 23264, "src": "15955:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23245, "name": "bool", "nodeType": "ElementaryTypeName", "src": "15955:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23248, "mutability": "mutable", "name": "p1", "nameLocation": "15978:2:16", "nodeType": "VariableDeclaration", "scope": 23264, "src": "15964:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23247, "name": "string", "nodeType": "ElementaryTypeName", "src": "15964:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23250, "mutability": "mutable", "name": "p2", "nameLocation": "15987:2:16", "nodeType": "VariableDeclaration", "scope": 23264, "src": "15982:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23249, "name": "bool", "nodeType": "ElementaryTypeName", "src": "15982:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "15954:36:16" }, "returnParameters": { "id": 23252, "nodeType": "ParameterList", "parameters": [], "src": "16005:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23284, "nodeType": "FunctionDefinition", "src": "16105:163:16", "nodes": [], "body": { "id": 23283, "nodeType": "Block", "src": "16171:97:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c6164647265737329", "id": 23276, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "16221:26:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_9591b953c9b1d0af9d1e3bc0f6ea9aa5b0e1af8c702f85b36e21b9b2d7e4da79", "typeString": "literal_string \"log(bool,string,address)\"" }, "value": "log(bool,string,address)" }, { "id": 23277, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23266, "src": "16249:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23278, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23268, "src": "16253:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23279, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23270, "src": "16257:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_9591b953c9b1d0af9d1e3bc0f6ea9aa5b0e1af8c702f85b36e21b9b2d7e4da79", "typeString": "literal_string \"log(bool,string,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 23274, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "16197:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23275, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "16201:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "16197:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23280, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "16197:63:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23273, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "16181:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23281, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "16181:80:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23282, "nodeType": "ExpressionStatement", "src": "16181:80:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "16114:3:16", "parameters": { "id": 23271, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23266, "mutability": "mutable", "name": "p0", "nameLocation": "16123:2:16", "nodeType": "VariableDeclaration", "scope": 23284, "src": "16118:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23265, "name": "bool", "nodeType": "ElementaryTypeName", "src": "16118:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23268, "mutability": "mutable", "name": "p1", "nameLocation": "16141:2:16", "nodeType": "VariableDeclaration", "scope": 23284, "src": "16127:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23267, "name": "string", "nodeType": "ElementaryTypeName", "src": "16127:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23270, "mutability": "mutable", "name": "p2", "nameLocation": "16153:2:16", "nodeType": "VariableDeclaration", "scope": 23284, "src": "16145:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23269, "name": "address", "nodeType": "ElementaryTypeName", "src": "16145:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "16117:39:16" }, "returnParameters": { "id": 23272, "nodeType": "ParameterList", "parameters": [], "src": "16171:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23304, "nodeType": "FunctionDefinition", "src": "16274:152:16", "nodes": [], "body": { "id": 23303, "nodeType": "Block", "src": "16331:95:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c75696e7432353629", "id": 23296, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "16381:24:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_12f216023a0243e7ece19b75fc4619b59ea663e0aefdf2e4b1faa16a9fa3a211", "typeString": "literal_string \"log(bool,bool,uint256)\"" }, "value": "log(bool,bool,uint256)" }, { "id": 23297, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23286, "src": "16407:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23298, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23288, "src": "16411:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23299, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23290, "src": "16415:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_12f216023a0243e7ece19b75fc4619b59ea663e0aefdf2e4b1faa16a9fa3a211", "typeString": "literal_string \"log(bool,bool,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 23294, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "16357:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23295, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "16361:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "16357:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23300, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "16357:61:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23293, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "16341:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23301, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "16341:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23302, "nodeType": "ExpressionStatement", "src": "16341:78:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "16283:3:16", "parameters": { "id": 23291, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23286, "mutability": "mutable", "name": "p0", "nameLocation": "16292:2:16", "nodeType": "VariableDeclaration", "scope": 23304, "src": "16287:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23285, "name": "bool", "nodeType": "ElementaryTypeName", "src": "16287:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23288, "mutability": "mutable", "name": "p1", "nameLocation": "16301:2:16", "nodeType": "VariableDeclaration", "scope": 23304, "src": "16296:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23287, "name": "bool", "nodeType": "ElementaryTypeName", "src": "16296:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23290, "mutability": "mutable", "name": "p2", "nameLocation": "16313:2:16", "nodeType": "VariableDeclaration", "scope": 23304, "src": "16305:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23289, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "16305:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "16286:30:16" }, "returnParameters": { "id": 23292, "nodeType": "ParameterList", "parameters": [], "src": "16331:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23324, "nodeType": "FunctionDefinition", "src": "16432:157:16", "nodes": [], "body": { "id": 23323, "nodeType": "Block", "src": "16495:94:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c737472696e6729", "id": 23316, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "16545:23:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2555fa465662416fc443b21c515f245dc550a66f7c658773f7bd7ad91c82f2cc", "typeString": "literal_string \"log(bool,bool,string)\"" }, "value": "log(bool,bool,string)" }, { "id": 23317, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23306, "src": "16570:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23318, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23308, "src": "16574:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23319, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23310, "src": "16578:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2555fa465662416fc443b21c515f245dc550a66f7c658773f7bd7ad91c82f2cc", "typeString": "literal_string \"log(bool,bool,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 23314, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "16521:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23315, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "16525:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "16521:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23320, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "16521:60:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23313, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "16505:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23321, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "16505:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23322, "nodeType": "ExpressionStatement", "src": "16505:77:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "16441:3:16", "parameters": { "id": 23311, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23306, "mutability": "mutable", "name": "p0", "nameLocation": "16450:2:16", "nodeType": "VariableDeclaration", "scope": 23324, "src": "16445:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23305, "name": "bool", "nodeType": "ElementaryTypeName", "src": "16445:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23308, "mutability": "mutable", "name": "p1", "nameLocation": "16459:2:16", "nodeType": "VariableDeclaration", "scope": 23324, "src": "16454:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23307, "name": "bool", "nodeType": "ElementaryTypeName", "src": "16454:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23310, "mutability": "mutable", "name": "p2", "nameLocation": "16477:2:16", "nodeType": "VariableDeclaration", "scope": 23324, "src": "16463:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23309, "name": "string", "nodeType": "ElementaryTypeName", "src": "16463:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "16444:36:16" }, "returnParameters": { "id": 23312, "nodeType": "ParameterList", "parameters": [], "src": "16495:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23344, "nodeType": "FunctionDefinition", "src": "16595:146:16", "nodes": [], "body": { "id": 23343, "nodeType": "Block", "src": "16649:92:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c626f6f6c29", "id": 23336, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "16699:21:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_50709698278bb02f656e4ac53a2ae8ef0ec4064d340360a5fa4d933e9a742590", "typeString": "literal_string \"log(bool,bool,bool)\"" }, "value": "log(bool,bool,bool)" }, { "id": 23337, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23326, "src": "16722:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23338, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23328, "src": "16726:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23339, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23330, "src": "16730:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_50709698278bb02f656e4ac53a2ae8ef0ec4064d340360a5fa4d933e9a742590", "typeString": "literal_string \"log(bool,bool,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 23334, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "16675:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23335, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "16679:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "16675:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23340, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "16675:58:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23333, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "16659:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23341, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "16659:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23342, "nodeType": "ExpressionStatement", "src": "16659:75:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "16604:3:16", "parameters": { "id": 23331, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23326, "mutability": "mutable", "name": "p0", "nameLocation": "16613:2:16", "nodeType": "VariableDeclaration", "scope": 23344, "src": "16608:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23325, "name": "bool", "nodeType": "ElementaryTypeName", "src": "16608:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23328, "mutability": "mutable", "name": "p1", "nameLocation": "16622:2:16", "nodeType": "VariableDeclaration", "scope": 23344, "src": "16617:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23327, "name": "bool", "nodeType": "ElementaryTypeName", "src": "16617:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23330, "mutability": "mutable", "name": "p2", "nameLocation": "16631:2:16", "nodeType": "VariableDeclaration", "scope": 23344, "src": "16626:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23329, "name": "bool", "nodeType": "ElementaryTypeName", "src": "16626:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "16607:27:16" }, "returnParameters": { "id": 23332, "nodeType": "ParameterList", "parameters": [], "src": "16649:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23364, "nodeType": "FunctionDefinition", "src": "16747:152:16", "nodes": [], "body": { "id": 23363, "nodeType": "Block", "src": "16804:95:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c6164647265737329", "id": 23356, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "16854:24:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1078f68da6ddbbe80f829fe8d54d1f2c6347e1ee4ec5a2a7a3a330ada9eccf81", "typeString": "literal_string \"log(bool,bool,address)\"" }, "value": "log(bool,bool,address)" }, { "id": 23357, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23346, "src": "16880:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23358, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23348, "src": "16884:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23359, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23350, "src": "16888:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1078f68da6ddbbe80f829fe8d54d1f2c6347e1ee4ec5a2a7a3a330ada9eccf81", "typeString": "literal_string \"log(bool,bool,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 23354, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "16830:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23355, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "16834:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "16830:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23360, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "16830:61:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23353, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "16814:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23361, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "16814:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23362, "nodeType": "ExpressionStatement", "src": "16814:78:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "16756:3:16", "parameters": { "id": 23351, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23346, "mutability": "mutable", "name": "p0", "nameLocation": "16765:2:16", "nodeType": "VariableDeclaration", "scope": 23364, "src": "16760:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23345, "name": "bool", "nodeType": "ElementaryTypeName", "src": "16760:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23348, "mutability": "mutable", "name": "p1", "nameLocation": "16774:2:16", "nodeType": "VariableDeclaration", "scope": 23364, "src": "16769:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23347, "name": "bool", "nodeType": "ElementaryTypeName", "src": "16769:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23350, "mutability": "mutable", "name": "p2", "nameLocation": "16786:2:16", "nodeType": "VariableDeclaration", "scope": 23364, "src": "16778:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23349, "name": "address", "nodeType": "ElementaryTypeName", "src": "16778:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "16759:30:16" }, "returnParameters": { "id": 23352, "nodeType": "ParameterList", "parameters": [], "src": "16804:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23384, "nodeType": "FunctionDefinition", "src": "16905:158:16", "nodes": [], "body": { "id": 23383, "nodeType": "Block", "src": "16965:98:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c75696e7432353629", "id": 23376, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "17015:27:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5f7b9afb4f9ee9df3fee50155d0accfa23536f443bcbc89ec11f75df422d05ac", "typeString": "literal_string \"log(bool,address,uint256)\"" }, "value": "log(bool,address,uint256)" }, { "id": 23377, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23366, "src": "17044:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23378, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23368, "src": "17048:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23379, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23370, "src": "17052:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5f7b9afb4f9ee9df3fee50155d0accfa23536f443bcbc89ec11f75df422d05ac", "typeString": "literal_string \"log(bool,address,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 23374, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "16991:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23375, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "16995:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "16991:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23380, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "16991:64:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23373, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "16975:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23381, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "16975:81:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23382, "nodeType": "ExpressionStatement", "src": "16975:81:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "16914:3:16", "parameters": { "id": 23371, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23366, "mutability": "mutable", "name": "p0", "nameLocation": "16923:2:16", "nodeType": "VariableDeclaration", "scope": 23384, "src": "16918:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23365, "name": "bool", "nodeType": "ElementaryTypeName", "src": "16918:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23368, "mutability": "mutable", "name": "p1", "nameLocation": "16935:2:16", "nodeType": "VariableDeclaration", "scope": 23384, "src": "16927:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23367, "name": "address", "nodeType": "ElementaryTypeName", "src": "16927:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23370, "mutability": "mutable", "name": "p2", "nameLocation": "16947:2:16", "nodeType": "VariableDeclaration", "scope": 23384, "src": "16939:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23369, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "16939:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "16917:33:16" }, "returnParameters": { "id": 23372, "nodeType": "ParameterList", "parameters": [], "src": "16965:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23404, "nodeType": "FunctionDefinition", "src": "17069:163:16", "nodes": [], "body": { "id": 23403, "nodeType": "Block", "src": "17135:97:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c737472696e6729", "id": 23396, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "17185:26:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_de9a927090b15ed84eefc0c471675a23ce67fd75011b1652fe17ca2dd0dcd06d", "typeString": "literal_string \"log(bool,address,string)\"" }, "value": "log(bool,address,string)" }, { "id": 23397, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23386, "src": "17213:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23398, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23388, "src": "17217:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23399, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23390, "src": "17221:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_de9a927090b15ed84eefc0c471675a23ce67fd75011b1652fe17ca2dd0dcd06d", "typeString": "literal_string \"log(bool,address,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 23394, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "17161:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23395, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "17165:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "17161:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23400, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "17161:63:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23393, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "17145:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23401, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "17145:80:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23402, "nodeType": "ExpressionStatement", "src": "17145:80:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "17078:3:16", "parameters": { "id": 23391, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23386, "mutability": "mutable", "name": "p0", "nameLocation": "17087:2:16", "nodeType": "VariableDeclaration", "scope": 23404, "src": "17082:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23385, "name": "bool", "nodeType": "ElementaryTypeName", "src": "17082:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23388, "mutability": "mutable", "name": "p1", "nameLocation": "17099:2:16", "nodeType": "VariableDeclaration", "scope": 23404, "src": "17091:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23387, "name": "address", "nodeType": "ElementaryTypeName", "src": "17091:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23390, "mutability": "mutable", "name": "p2", "nameLocation": "17117:2:16", "nodeType": "VariableDeclaration", "scope": 23404, "src": "17103:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23389, "name": "string", "nodeType": "ElementaryTypeName", "src": "17103:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "17081:39:16" }, "returnParameters": { "id": 23392, "nodeType": "ParameterList", "parameters": [], "src": "17135:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23424, "nodeType": "FunctionDefinition", "src": "17238:152:16", "nodes": [], "body": { "id": 23423, "nodeType": "Block", "src": "17295:95:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c626f6f6c29", "id": 23416, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "17345:24:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_18c9c746c9d0e38e4dc234ee76e678bbaa4e473eca3dce0969637d7f01e4a908", "typeString": "literal_string \"log(bool,address,bool)\"" }, "value": "log(bool,address,bool)" }, { "id": 23417, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23406, "src": "17371:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23418, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23408, "src": "17375:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23419, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23410, "src": "17379:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_18c9c746c9d0e38e4dc234ee76e678bbaa4e473eca3dce0969637d7f01e4a908", "typeString": "literal_string \"log(bool,address,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 23414, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "17321:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23415, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "17325:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "17321:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23420, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "17321:61:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23413, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "17305:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23421, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "17305:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23422, "nodeType": "ExpressionStatement", "src": "17305:78:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "17247:3:16", "parameters": { "id": 23411, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23406, "mutability": "mutable", "name": "p0", "nameLocation": "17256:2:16", "nodeType": "VariableDeclaration", "scope": 23424, "src": "17251:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23405, "name": "bool", "nodeType": "ElementaryTypeName", "src": "17251:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23408, "mutability": "mutable", "name": "p1", "nameLocation": "17268:2:16", "nodeType": "VariableDeclaration", "scope": 23424, "src": "17260:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23407, "name": "address", "nodeType": "ElementaryTypeName", "src": "17260:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23410, "mutability": "mutable", "name": "p2", "nameLocation": "17277:2:16", "nodeType": "VariableDeclaration", "scope": 23424, "src": "17272:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23409, "name": "bool", "nodeType": "ElementaryTypeName", "src": "17272:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "17250:30:16" }, "returnParameters": { "id": 23412, "nodeType": "ParameterList", "parameters": [], "src": "17295:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23444, "nodeType": "FunctionDefinition", "src": "17396:158:16", "nodes": [], "body": { "id": 23443, "nodeType": "Block", "src": "17456:98:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c6164647265737329", "id": 23436, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "17506:27:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_d2763667477f08a6a3f8ce84e1cc1aeb5e67ee2996f5f36e8939da2b8b8f0265", "typeString": "literal_string \"log(bool,address,address)\"" }, "value": "log(bool,address,address)" }, { "id": 23437, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23426, "src": "17535:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23438, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23428, "src": "17539:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23439, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23430, "src": "17543:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_d2763667477f08a6a3f8ce84e1cc1aeb5e67ee2996f5f36e8939da2b8b8f0265", "typeString": "literal_string \"log(bool,address,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 23434, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "17482:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23435, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "17486:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "17482:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23440, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "17482:64:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23433, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "17466:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23441, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "17466:81:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23442, "nodeType": "ExpressionStatement", "src": "17466:81:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "17405:3:16", "parameters": { "id": 23431, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23426, "mutability": "mutable", "name": "p0", "nameLocation": "17414:2:16", "nodeType": "VariableDeclaration", "scope": 23444, "src": "17409:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23425, "name": "bool", "nodeType": "ElementaryTypeName", "src": "17409:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23428, "mutability": "mutable", "name": "p1", "nameLocation": "17426:2:16", "nodeType": "VariableDeclaration", "scope": 23444, "src": "17418:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23427, "name": "address", "nodeType": "ElementaryTypeName", "src": "17418:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23430, "mutability": "mutable", "name": "p2", "nameLocation": "17438:2:16", "nodeType": "VariableDeclaration", "scope": 23444, "src": "17430:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23429, "name": "address", "nodeType": "ElementaryTypeName", "src": "17430:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "17408:33:16" }, "returnParameters": { "id": 23432, "nodeType": "ParameterList", "parameters": [], "src": "17456:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23464, "nodeType": "FunctionDefinition", "src": "17560:164:16", "nodes": [], "body": { "id": 23463, "nodeType": "Block", "src": "17623:101:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c75696e7432353629", "id": 23456, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "17673:30:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_b69bcaf6823fa467c87c127df102001d1ca4e8a6dc08cab8aa1e5ab4a0ae8c76", "typeString": "literal_string \"log(address,uint256,uint256)\"" }, "value": "log(address,uint256,uint256)" }, { "id": 23457, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23446, "src": "17705:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23458, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23448, "src": "17709:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23459, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23450, "src": "17713:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_b69bcaf6823fa467c87c127df102001d1ca4e8a6dc08cab8aa1e5ab4a0ae8c76", "typeString": "literal_string \"log(address,uint256,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 23454, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "17649:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23455, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "17653:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "17649:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23460, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "17649:67:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23453, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "17633:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23461, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "17633:84:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23462, "nodeType": "ExpressionStatement", "src": "17633:84:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "17569:3:16", "parameters": { "id": 23451, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23446, "mutability": "mutable", "name": "p0", "nameLocation": "17581:2:16", "nodeType": "VariableDeclaration", "scope": 23464, "src": "17573:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23445, "name": "address", "nodeType": "ElementaryTypeName", "src": "17573:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23448, "mutability": "mutable", "name": "p1", "nameLocation": "17593:2:16", "nodeType": "VariableDeclaration", "scope": 23464, "src": "17585:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23447, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "17585:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23450, "mutability": "mutable", "name": "p2", "nameLocation": "17605:2:16", "nodeType": "VariableDeclaration", "scope": 23464, "src": "17597:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23449, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "17597:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "17572:36:16" }, "returnParameters": { "id": 23452, "nodeType": "ParameterList", "parameters": [], "src": "17623:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23484, "nodeType": "FunctionDefinition", "src": "17730:169:16", "nodes": [], "body": { "id": 23483, "nodeType": "Block", "src": "17799:100:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c737472696e6729", "id": 23476, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "17849:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_a1f2e8aa7ff0c088860d7b3f0d1dc288d8e8a07808525cc31a5691f1bc0e149d", "typeString": "literal_string \"log(address,uint256,string)\"" }, "value": "log(address,uint256,string)" }, { "id": 23477, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23466, "src": "17880:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23478, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23468, "src": "17884:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23479, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23470, "src": "17888:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_a1f2e8aa7ff0c088860d7b3f0d1dc288d8e8a07808525cc31a5691f1bc0e149d", "typeString": "literal_string \"log(address,uint256,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 23474, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "17825:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23475, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "17829:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "17825:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23480, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "17825:66:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23473, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "17809:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23481, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "17809:83:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23482, "nodeType": "ExpressionStatement", "src": "17809:83:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "17739:3:16", "parameters": { "id": 23471, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23466, "mutability": "mutable", "name": "p0", "nameLocation": "17751:2:16", "nodeType": "VariableDeclaration", "scope": 23484, "src": "17743:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23465, "name": "address", "nodeType": "ElementaryTypeName", "src": "17743:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23468, "mutability": "mutable", "name": "p1", "nameLocation": "17763:2:16", "nodeType": "VariableDeclaration", "scope": 23484, "src": "17755:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23467, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "17755:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23470, "mutability": "mutable", "name": "p2", "nameLocation": "17781:2:16", "nodeType": "VariableDeclaration", "scope": 23484, "src": "17767:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23469, "name": "string", "nodeType": "ElementaryTypeName", "src": "17767:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "17742:42:16" }, "returnParameters": { "id": 23472, "nodeType": "ParameterList", "parameters": [], "src": "17799:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23504, "nodeType": "FunctionDefinition", "src": "17905:158:16", "nodes": [], "body": { "id": 23503, "nodeType": "Block", "src": "17965:98:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c626f6f6c29", "id": 23496, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "18015:27:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_678209a8f42181c670dc624bae130f552678a896a5cb06db485524796aca1390", "typeString": "literal_string \"log(address,uint256,bool)\"" }, "value": "log(address,uint256,bool)" }, { "id": 23497, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23486, "src": "18044:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23498, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23488, "src": "18048:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23499, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23490, "src": "18052:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_678209a8f42181c670dc624bae130f552678a896a5cb06db485524796aca1390", "typeString": "literal_string \"log(address,uint256,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 23494, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "17991:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23495, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "17995:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "17991:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23500, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "17991:64:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23493, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "17975:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23501, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "17975:81:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23502, "nodeType": "ExpressionStatement", "src": "17975:81:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "17914:3:16", "parameters": { "id": 23491, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23486, "mutability": "mutable", "name": "p0", "nameLocation": "17926:2:16", "nodeType": "VariableDeclaration", "scope": 23504, "src": "17918:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23485, "name": "address", "nodeType": "ElementaryTypeName", "src": "17918:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23488, "mutability": "mutable", "name": "p1", "nameLocation": "17938:2:16", "nodeType": "VariableDeclaration", "scope": 23504, "src": "17930:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23487, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "17930:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23490, "mutability": "mutable", "name": "p2", "nameLocation": "17947:2:16", "nodeType": "VariableDeclaration", "scope": 23504, "src": "17942:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23489, "name": "bool", "nodeType": "ElementaryTypeName", "src": "17942:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "17917:33:16" }, "returnParameters": { "id": 23492, "nodeType": "ParameterList", "parameters": [], "src": "17965:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23524, "nodeType": "FunctionDefinition", "src": "18069:164:16", "nodes": [], "body": { "id": 23523, "nodeType": "Block", "src": "18132:101:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c6164647265737329", "id": 23516, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "18182:30:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_7bc0d848840f8a2b7df87b30af9a8d9856aea86658fd890c9e8abce72cda0b36", "typeString": "literal_string \"log(address,uint256,address)\"" }, "value": "log(address,uint256,address)" }, { "id": 23517, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23506, "src": "18214:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23518, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23508, "src": "18218:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23519, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23510, "src": "18222:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_7bc0d848840f8a2b7df87b30af9a8d9856aea86658fd890c9e8abce72cda0b36", "typeString": "literal_string \"log(address,uint256,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 23514, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "18158:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23515, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "18162:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "18158:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23520, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "18158:67:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23513, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "18142:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23521, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "18142:84:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23522, "nodeType": "ExpressionStatement", "src": "18142:84:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "18078:3:16", "parameters": { "id": 23511, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23506, "mutability": "mutable", "name": "p0", "nameLocation": "18090:2:16", "nodeType": "VariableDeclaration", "scope": 23524, "src": "18082:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23505, "name": "address", "nodeType": "ElementaryTypeName", "src": "18082:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23508, "mutability": "mutable", "name": "p1", "nameLocation": "18102:2:16", "nodeType": "VariableDeclaration", "scope": 23524, "src": "18094:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23507, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "18094:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23510, "mutability": "mutable", "name": "p2", "nameLocation": "18114:2:16", "nodeType": "VariableDeclaration", "scope": 23524, "src": "18106:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23509, "name": "address", "nodeType": "ElementaryTypeName", "src": "18106:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "18081:36:16" }, "returnParameters": { "id": 23512, "nodeType": "ParameterList", "parameters": [], "src": "18132:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23544, "nodeType": "FunctionDefinition", "src": "18239:169:16", "nodes": [], "body": { "id": 23543, "nodeType": "Block", "src": "18308:100:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c75696e7432353629", "id": 23536, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "18358:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_67dd6ff15de5c635b9900811039f919659774d9843a07b7bcdfb1b54315e9200", "typeString": "literal_string \"log(address,string,uint256)\"" }, "value": "log(address,string,uint256)" }, { "id": 23537, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23526, "src": "18389:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23538, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23528, "src": "18393:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23539, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23530, "src": "18397:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_67dd6ff15de5c635b9900811039f919659774d9843a07b7bcdfb1b54315e9200", "typeString": "literal_string \"log(address,string,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 23534, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "18334:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23535, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "18338:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "18334:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23540, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "18334:66:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23533, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "18318:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23541, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "18318:83:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23542, "nodeType": "ExpressionStatement", "src": "18318:83:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "18248:3:16", "parameters": { "id": 23531, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23526, "mutability": "mutable", "name": "p0", "nameLocation": "18260:2:16", "nodeType": "VariableDeclaration", "scope": 23544, "src": "18252:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23525, "name": "address", "nodeType": "ElementaryTypeName", "src": "18252:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23528, "mutability": "mutable", "name": "p1", "nameLocation": "18278:2:16", "nodeType": "VariableDeclaration", "scope": 23544, "src": "18264:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23527, "name": "string", "nodeType": "ElementaryTypeName", "src": "18264:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23530, "mutability": "mutable", "name": "p2", "nameLocation": "18290:2:16", "nodeType": "VariableDeclaration", "scope": 23544, "src": "18282:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23529, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "18282:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "18251:42:16" }, "returnParameters": { "id": 23532, "nodeType": "ParameterList", "parameters": [], "src": "18308:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23564, "nodeType": "FunctionDefinition", "src": "18414:174:16", "nodes": [], "body": { "id": 23563, "nodeType": "Block", "src": "18489:99:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c737472696e6729", "id": 23556, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "18539:28:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_fb77226597c11cd0c52945168d7176a06b9af41edea6a51823db111f35573158", "typeString": "literal_string \"log(address,string,string)\"" }, "value": "log(address,string,string)" }, { "id": 23557, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23546, "src": "18569:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23558, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23548, "src": "18573:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23559, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23550, "src": "18577:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_fb77226597c11cd0c52945168d7176a06b9af41edea6a51823db111f35573158", "typeString": "literal_string \"log(address,string,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 23554, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "18515:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23555, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "18519:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "18515:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23560, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "18515:65:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23553, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "18499:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23561, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "18499:82:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23562, "nodeType": "ExpressionStatement", "src": "18499:82:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "18423:3:16", "parameters": { "id": 23551, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23546, "mutability": "mutable", "name": "p0", "nameLocation": "18435:2:16", "nodeType": "VariableDeclaration", "scope": 23564, "src": "18427:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23545, "name": "address", "nodeType": "ElementaryTypeName", "src": "18427:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23548, "mutability": "mutable", "name": "p1", "nameLocation": "18453:2:16", "nodeType": "VariableDeclaration", "scope": 23564, "src": "18439:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23547, "name": "string", "nodeType": "ElementaryTypeName", "src": "18439:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23550, "mutability": "mutable", "name": "p2", "nameLocation": "18471:2:16", "nodeType": "VariableDeclaration", "scope": 23564, "src": "18457:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23549, "name": "string", "nodeType": "ElementaryTypeName", "src": "18457:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "18426:48:16" }, "returnParameters": { "id": 23552, "nodeType": "ParameterList", "parameters": [], "src": "18489:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23584, "nodeType": "FunctionDefinition", "src": "18594:163:16", "nodes": [], "body": { "id": 23583, "nodeType": "Block", "src": "18660:97:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c626f6f6c29", "id": 23576, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "18710:26:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_cf020fb14f49566c5748de1f455c699a10a4ed1d7cf32f9adb28d22878df1b96", "typeString": "literal_string \"log(address,string,bool)\"" }, "value": "log(address,string,bool)" }, { "id": 23577, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23566, "src": "18738:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23578, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23568, "src": "18742:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23579, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23570, "src": "18746:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_cf020fb14f49566c5748de1f455c699a10a4ed1d7cf32f9adb28d22878df1b96", "typeString": "literal_string \"log(address,string,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 23574, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "18686:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23575, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "18690:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "18686:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23580, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "18686:63:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23573, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "18670:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23581, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "18670:80:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23582, "nodeType": "ExpressionStatement", "src": "18670:80:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "18603:3:16", "parameters": { "id": 23571, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23566, "mutability": "mutable", "name": "p0", "nameLocation": "18615:2:16", "nodeType": "VariableDeclaration", "scope": 23584, "src": "18607:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23565, "name": "address", "nodeType": "ElementaryTypeName", "src": "18607:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23568, "mutability": "mutable", "name": "p1", "nameLocation": "18633:2:16", "nodeType": "VariableDeclaration", "scope": 23584, "src": "18619:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23567, "name": "string", "nodeType": "ElementaryTypeName", "src": "18619:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23570, "mutability": "mutable", "name": "p2", "nameLocation": "18642:2:16", "nodeType": "VariableDeclaration", "scope": 23584, "src": "18637:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23569, "name": "bool", "nodeType": "ElementaryTypeName", "src": "18637:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "18606:39:16" }, "returnParameters": { "id": 23572, "nodeType": "ParameterList", "parameters": [], "src": "18660:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23604, "nodeType": "FunctionDefinition", "src": "18763:169:16", "nodes": [], "body": { "id": 23603, "nodeType": "Block", "src": "18832:100:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c6164647265737329", "id": 23596, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "18882:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_f08744e82875525f1ef885a48453f58e96cac98a5d32bd6d8c38e4977aede231", "typeString": "literal_string \"log(address,string,address)\"" }, "value": "log(address,string,address)" }, { "id": 23597, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23586, "src": "18913:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23598, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23588, "src": "18917:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23599, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23590, "src": "18921:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_f08744e82875525f1ef885a48453f58e96cac98a5d32bd6d8c38e4977aede231", "typeString": "literal_string \"log(address,string,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 23594, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "18858:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23595, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "18862:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "18858:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23600, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "18858:66:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23593, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "18842:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23601, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "18842:83:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23602, "nodeType": "ExpressionStatement", "src": "18842:83:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "18772:3:16", "parameters": { "id": 23591, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23586, "mutability": "mutable", "name": "p0", "nameLocation": "18784:2:16", "nodeType": "VariableDeclaration", "scope": 23604, "src": "18776:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23585, "name": "address", "nodeType": "ElementaryTypeName", "src": "18776:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23588, "mutability": "mutable", "name": "p1", "nameLocation": "18802:2:16", "nodeType": "VariableDeclaration", "scope": 23604, "src": "18788:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23587, "name": "string", "nodeType": "ElementaryTypeName", "src": "18788:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23590, "mutability": "mutable", "name": "p2", "nameLocation": "18814:2:16", "nodeType": "VariableDeclaration", "scope": 23604, "src": "18806:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23589, "name": "address", "nodeType": "ElementaryTypeName", "src": "18806:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "18775:42:16" }, "returnParameters": { "id": 23592, "nodeType": "ParameterList", "parameters": [], "src": "18832:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23624, "nodeType": "FunctionDefinition", "src": "18938:158:16", "nodes": [], "body": { "id": 23623, "nodeType": "Block", "src": "18998:98:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c75696e7432353629", "id": 23616, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "19048:27:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_9c4f99fb8e27f663a71adc9f15ace4bdc959202f3b7faa1c8ca25e5e7e8568f9", "typeString": "literal_string \"log(address,bool,uint256)\"" }, "value": "log(address,bool,uint256)" }, { "id": 23617, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23606, "src": "19077:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23618, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23608, "src": "19081:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23619, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23610, "src": "19085:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_9c4f99fb8e27f663a71adc9f15ace4bdc959202f3b7faa1c8ca25e5e7e8568f9", "typeString": "literal_string \"log(address,bool,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 23614, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "19024:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23615, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "19028:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "19024:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23620, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "19024:64:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23613, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "19008:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23621, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "19008:81:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23622, "nodeType": "ExpressionStatement", "src": "19008:81:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "18947:3:16", "parameters": { "id": 23611, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23606, "mutability": "mutable", "name": "p0", "nameLocation": "18959:2:16", "nodeType": "VariableDeclaration", "scope": 23624, "src": "18951:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23605, "name": "address", "nodeType": "ElementaryTypeName", "src": "18951:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23608, "mutability": "mutable", "name": "p1", "nameLocation": "18968:2:16", "nodeType": "VariableDeclaration", "scope": 23624, "src": "18963:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23607, "name": "bool", "nodeType": "ElementaryTypeName", "src": "18963:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23610, "mutability": "mutable", "name": "p2", "nameLocation": "18980:2:16", "nodeType": "VariableDeclaration", "scope": 23624, "src": "18972:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23609, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "18972:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "18950:33:16" }, "returnParameters": { "id": 23612, "nodeType": "ParameterList", "parameters": [], "src": "18998:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23644, "nodeType": "FunctionDefinition", "src": "19102:163:16", "nodes": [], "body": { "id": 23643, "nodeType": "Block", "src": "19168:97:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c737472696e6729", "id": 23636, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "19218:26:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_212255cc5ff4a2d867f69451c60f51c24e41784276f4ceffe8ec3af322690750", "typeString": "literal_string \"log(address,bool,string)\"" }, "value": "log(address,bool,string)" }, { "id": 23637, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23626, "src": "19246:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23638, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23628, "src": "19250:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23639, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23630, "src": "19254:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_212255cc5ff4a2d867f69451c60f51c24e41784276f4ceffe8ec3af322690750", "typeString": "literal_string \"log(address,bool,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 23634, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "19194:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23635, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "19198:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "19194:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23640, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "19194:63:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23633, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "19178:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23641, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "19178:80:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23642, "nodeType": "ExpressionStatement", "src": "19178:80:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "19111:3:16", "parameters": { "id": 23631, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23626, "mutability": "mutable", "name": "p0", "nameLocation": "19123:2:16", "nodeType": "VariableDeclaration", "scope": 23644, "src": "19115:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23625, "name": "address", "nodeType": "ElementaryTypeName", "src": "19115:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23628, "mutability": "mutable", "name": "p1", "nameLocation": "19132:2:16", "nodeType": "VariableDeclaration", "scope": 23644, "src": "19127:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23627, "name": "bool", "nodeType": "ElementaryTypeName", "src": "19127:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23630, "mutability": "mutable", "name": "p2", "nameLocation": "19150:2:16", "nodeType": "VariableDeclaration", "scope": 23644, "src": "19136:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23629, "name": "string", "nodeType": "ElementaryTypeName", "src": "19136:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "19114:39:16" }, "returnParameters": { "id": 23632, "nodeType": "ParameterList", "parameters": [], "src": "19168:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23664, "nodeType": "FunctionDefinition", "src": "19271:152:16", "nodes": [], "body": { "id": 23663, "nodeType": "Block", "src": "19328:95:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c626f6f6c29", "id": 23656, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "19378:24:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_eb830c92a079b46f3abcb83e519f578cffe7387941b6885067265feec096d279", "typeString": "literal_string \"log(address,bool,bool)\"" }, "value": "log(address,bool,bool)" }, { "id": 23657, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23646, "src": "19404:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23658, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23648, "src": "19408:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23659, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23650, "src": "19412:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_eb830c92a079b46f3abcb83e519f578cffe7387941b6885067265feec096d279", "typeString": "literal_string \"log(address,bool,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 23654, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "19354:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23655, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "19358:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "19354:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23660, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "19354:61:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23653, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "19338:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23661, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "19338:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23662, "nodeType": "ExpressionStatement", "src": "19338:78:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "19280:3:16", "parameters": { "id": 23651, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23646, "mutability": "mutable", "name": "p0", "nameLocation": "19292:2:16", "nodeType": "VariableDeclaration", "scope": 23664, "src": "19284:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23645, "name": "address", "nodeType": "ElementaryTypeName", "src": "19284:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23648, "mutability": "mutable", "name": "p1", "nameLocation": "19301:2:16", "nodeType": "VariableDeclaration", "scope": 23664, "src": "19296:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23647, "name": "bool", "nodeType": "ElementaryTypeName", "src": "19296:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23650, "mutability": "mutable", "name": "p2", "nameLocation": "19310:2:16", "nodeType": "VariableDeclaration", "scope": 23664, "src": "19305:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23649, "name": "bool", "nodeType": "ElementaryTypeName", "src": "19305:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "19283:30:16" }, "returnParameters": { "id": 23652, "nodeType": "ParameterList", "parameters": [], "src": "19328:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23684, "nodeType": "FunctionDefinition", "src": "19429:158:16", "nodes": [], "body": { "id": 23683, "nodeType": "Block", "src": "19489:98:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c6164647265737329", "id": 23676, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "19539:27:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_f11699ed537119f000a51ba9fbd5bb55b3990a1a718acbe99659bd1bc84dc18d", "typeString": "literal_string \"log(address,bool,address)\"" }, "value": "log(address,bool,address)" }, { "id": 23677, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23666, "src": "19568:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23678, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23668, "src": "19572:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23679, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23670, "src": "19576:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_f11699ed537119f000a51ba9fbd5bb55b3990a1a718acbe99659bd1bc84dc18d", "typeString": "literal_string \"log(address,bool,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 23674, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "19515:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23675, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "19519:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "19515:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23680, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "19515:64:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23673, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "19499:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23681, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "19499:81:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23682, "nodeType": "ExpressionStatement", "src": "19499:81:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "19438:3:16", "parameters": { "id": 23671, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23666, "mutability": "mutable", "name": "p0", "nameLocation": "19450:2:16", "nodeType": "VariableDeclaration", "scope": 23684, "src": "19442:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23665, "name": "address", "nodeType": "ElementaryTypeName", "src": "19442:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23668, "mutability": "mutable", "name": "p1", "nameLocation": "19459:2:16", "nodeType": "VariableDeclaration", "scope": 23684, "src": "19454:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23667, "name": "bool", "nodeType": "ElementaryTypeName", "src": "19454:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23670, "mutability": "mutable", "name": "p2", "nameLocation": "19471:2:16", "nodeType": "VariableDeclaration", "scope": 23684, "src": "19463:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23669, "name": "address", "nodeType": "ElementaryTypeName", "src": "19463:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "19441:33:16" }, "returnParameters": { "id": 23672, "nodeType": "ParameterList", "parameters": [], "src": "19489:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23704, "nodeType": "FunctionDefinition", "src": "19593:164:16", "nodes": [], "body": { "id": 23703, "nodeType": "Block", "src": "19656:101:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c75696e7432353629", "id": 23696, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "19706:30:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_17fe6185890336f35fbbd1b2962ba4f7207a4a65eb5b7443a7be8a152af930a4", "typeString": "literal_string \"log(address,address,uint256)\"" }, "value": "log(address,address,uint256)" }, { "id": 23697, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23686, "src": "19738:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23698, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23688, "src": "19742:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23699, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23690, "src": "19746:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_17fe6185890336f35fbbd1b2962ba4f7207a4a65eb5b7443a7be8a152af930a4", "typeString": "literal_string \"log(address,address,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 23694, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "19682:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23695, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "19686:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "19682:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23700, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "19682:67:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23693, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "19666:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23701, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "19666:84:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23702, "nodeType": "ExpressionStatement", "src": "19666:84:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "19602:3:16", "parameters": { "id": 23691, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23686, "mutability": "mutable", "name": "p0", "nameLocation": "19614:2:16", "nodeType": "VariableDeclaration", "scope": 23704, "src": "19606:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23685, "name": "address", "nodeType": "ElementaryTypeName", "src": "19606:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23688, "mutability": "mutable", "name": "p1", "nameLocation": "19626:2:16", "nodeType": "VariableDeclaration", "scope": 23704, "src": "19618:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23687, "name": "address", "nodeType": "ElementaryTypeName", "src": "19618:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23690, "mutability": "mutable", "name": "p2", "nameLocation": "19638:2:16", "nodeType": "VariableDeclaration", "scope": 23704, "src": "19630:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23689, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "19630:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "19605:36:16" }, "returnParameters": { "id": 23692, "nodeType": "ParameterList", "parameters": [], "src": "19656:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23724, "nodeType": "FunctionDefinition", "src": "19763:169:16", "nodes": [], "body": { "id": 23723, "nodeType": "Block", "src": "19832:100:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c737472696e6729", "id": 23716, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "19882:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_007150be50a4671a6be318012e9cd2eabb1e1bc8869b45c34abbaa04d81c8eee", "typeString": "literal_string \"log(address,address,string)\"" }, "value": "log(address,address,string)" }, { "id": 23717, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23706, "src": "19913:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23718, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23708, "src": "19917:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23719, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23710, "src": "19921:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_007150be50a4671a6be318012e9cd2eabb1e1bc8869b45c34abbaa04d81c8eee", "typeString": "literal_string \"log(address,address,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 23714, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "19858:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23715, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "19862:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "19858:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23720, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "19858:66:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23713, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "19842:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23721, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "19842:83:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23722, "nodeType": "ExpressionStatement", "src": "19842:83:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "19772:3:16", "parameters": { "id": 23711, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23706, "mutability": "mutable", "name": "p0", "nameLocation": "19784:2:16", "nodeType": "VariableDeclaration", "scope": 23724, "src": "19776:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23705, "name": "address", "nodeType": "ElementaryTypeName", "src": "19776:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23708, "mutability": "mutable", "name": "p1", "nameLocation": "19796:2:16", "nodeType": "VariableDeclaration", "scope": 23724, "src": "19788:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23707, "name": "address", "nodeType": "ElementaryTypeName", "src": "19788:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23710, "mutability": "mutable", "name": "p2", "nameLocation": "19814:2:16", "nodeType": "VariableDeclaration", "scope": 23724, "src": "19800:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23709, "name": "string", "nodeType": "ElementaryTypeName", "src": "19800:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "19775:42:16" }, "returnParameters": { "id": 23712, "nodeType": "ParameterList", "parameters": [], "src": "19832:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23744, "nodeType": "FunctionDefinition", "src": "19938:158:16", "nodes": [], "body": { "id": 23743, "nodeType": "Block", "src": "19998:98:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c626f6f6c29", "id": 23736, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "20048:27:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_f2a6628622808c8bbef4f3e513ab11e708a8f5073988f2f7988e111aa26586dc", "typeString": "literal_string \"log(address,address,bool)\"" }, "value": "log(address,address,bool)" }, { "id": 23737, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23726, "src": "20077:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23738, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23728, "src": "20081:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23739, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23730, "src": "20085:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_f2a6628622808c8bbef4f3e513ab11e708a8f5073988f2f7988e111aa26586dc", "typeString": "literal_string \"log(address,address,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 23734, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "20024:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23735, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "20028:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "20024:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23740, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "20024:64:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23733, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "20008:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23741, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "20008:81:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23742, "nodeType": "ExpressionStatement", "src": "20008:81:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "19947:3:16", "parameters": { "id": 23731, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23726, "mutability": "mutable", "name": "p0", "nameLocation": "19959:2:16", "nodeType": "VariableDeclaration", "scope": 23744, "src": "19951:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23725, "name": "address", "nodeType": "ElementaryTypeName", "src": "19951:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23728, "mutability": "mutable", "name": "p1", "nameLocation": "19971:2:16", "nodeType": "VariableDeclaration", "scope": 23744, "src": "19963:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23727, "name": "address", "nodeType": "ElementaryTypeName", "src": "19963:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23730, "mutability": "mutable", "name": "p2", "nameLocation": "19980:2:16", "nodeType": "VariableDeclaration", "scope": 23744, "src": "19975:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23729, "name": "bool", "nodeType": "ElementaryTypeName", "src": "19975:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "19950:33:16" }, "returnParameters": { "id": 23732, "nodeType": "ParameterList", "parameters": [], "src": "19998:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23764, "nodeType": "FunctionDefinition", "src": "20102:164:16", "nodes": [], "body": { "id": 23763, "nodeType": "Block", "src": "20165:101:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c6164647265737329", "id": 23756, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "20215:30:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_018c84c25fb680b5bcd4e1ab1848682497c9dd3b635564a91c36ce3d1414c830", "typeString": "literal_string \"log(address,address,address)\"" }, "value": "log(address,address,address)" }, { "id": 23757, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23746, "src": "20247:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23758, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23748, "src": "20251:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 23759, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23750, "src": "20255:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_018c84c25fb680b5bcd4e1ab1848682497c9dd3b635564a91c36ce3d1414c830", "typeString": "literal_string \"log(address,address,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 23754, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "20191:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23755, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "20195:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "20191:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23760, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "20191:67:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23753, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "20175:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23761, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "20175:84:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23762, "nodeType": "ExpressionStatement", "src": "20175:84:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "20111:3:16", "parameters": { "id": 23751, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23746, "mutability": "mutable", "name": "p0", "nameLocation": "20123:2:16", "nodeType": "VariableDeclaration", "scope": 23764, "src": "20115:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23745, "name": "address", "nodeType": "ElementaryTypeName", "src": "20115:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23748, "mutability": "mutable", "name": "p1", "nameLocation": "20135:2:16", "nodeType": "VariableDeclaration", "scope": 23764, "src": "20127:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23747, "name": "address", "nodeType": "ElementaryTypeName", "src": "20127:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 23750, "mutability": "mutable", "name": "p2", "nameLocation": "20147:2:16", "nodeType": "VariableDeclaration", "scope": 23764, "src": "20139:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23749, "name": "address", "nodeType": "ElementaryTypeName", "src": "20139:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "20114:36:16" }, "returnParameters": { "id": 23752, "nodeType": "ParameterList", "parameters": [], "src": "20165:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23787, "nodeType": "FunctionDefinition", "src": "20272:188:16", "nodes": [], "body": { "id": 23786, "nodeType": "Block", "src": "20347:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c75696e743235362c75696e7432353629", "id": 23778, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "20397:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_193fb8009d4d1e3c22da0dd831b1e3aed72b8cabd1ebf3967b4ab3c2bbcf1c4f", "typeString": "literal_string \"log(uint256,uint256,uint256,uint256)\"" }, "value": "log(uint256,uint256,uint256,uint256)" }, { "id": 23779, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23766, "src": "20437:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23780, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23768, "src": "20441:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23781, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23770, "src": "20445:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23782, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23772, "src": "20449:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_193fb8009d4d1e3c22da0dd831b1e3aed72b8cabd1ebf3967b4ab3c2bbcf1c4f", "typeString": "literal_string \"log(uint256,uint256,uint256,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 23776, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "20373:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23777, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "20377:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "20373:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23783, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "20373:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23775, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "20357:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23784, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "20357:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23785, "nodeType": "ExpressionStatement", "src": "20357:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "20281:3:16", "parameters": { "id": 23773, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23766, "mutability": "mutable", "name": "p0", "nameLocation": "20293:2:16", "nodeType": "VariableDeclaration", "scope": 23787, "src": "20285:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23765, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "20285:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23768, "mutability": "mutable", "name": "p1", "nameLocation": "20305:2:16", "nodeType": "VariableDeclaration", "scope": 23787, "src": "20297:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23767, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "20297:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23770, "mutability": "mutable", "name": "p2", "nameLocation": "20317:2:16", "nodeType": "VariableDeclaration", "scope": 23787, "src": "20309:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23769, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "20309:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23772, "mutability": "mutable", "name": "p3", "nameLocation": "20329:2:16", "nodeType": "VariableDeclaration", "scope": 23787, "src": "20321:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23771, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "20321:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "20284:48:16" }, "returnParameters": { "id": 23774, "nodeType": "ParameterList", "parameters": [], "src": "20347:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23810, "nodeType": "FunctionDefinition", "src": "20466:193:16", "nodes": [], "body": { "id": 23809, "nodeType": "Block", "src": "20547:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c75696e743235362c737472696e6729", "id": 23801, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "20597:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_59cfcbe3e387f57023dcccd8733484dcb5a23a41a25c4015c01a4e8d3520c4ef", "typeString": "literal_string \"log(uint256,uint256,uint256,string)\"" }, "value": "log(uint256,uint256,uint256,string)" }, { "id": 23802, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23789, "src": "20636:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23803, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23791, "src": "20640:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23804, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23793, "src": "20644:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23805, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23795, "src": "20648:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_59cfcbe3e387f57023dcccd8733484dcb5a23a41a25c4015c01a4e8d3520c4ef", "typeString": "literal_string \"log(uint256,uint256,uint256,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 23799, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "20573:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23800, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "20577:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "20573:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23806, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "20573:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23798, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "20557:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23807, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "20557:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23808, "nodeType": "ExpressionStatement", "src": "20557:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "20475:3:16", "parameters": { "id": 23796, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23789, "mutability": "mutable", "name": "p0", "nameLocation": "20487:2:16", "nodeType": "VariableDeclaration", "scope": 23810, "src": "20479:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23788, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "20479:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23791, "mutability": "mutable", "name": "p1", "nameLocation": "20499:2:16", "nodeType": "VariableDeclaration", "scope": 23810, "src": "20491:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23790, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "20491:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23793, "mutability": "mutable", "name": "p2", "nameLocation": "20511:2:16", "nodeType": "VariableDeclaration", "scope": 23810, "src": "20503:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23792, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "20503:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23795, "mutability": "mutable", "name": "p3", "nameLocation": "20529:2:16", "nodeType": "VariableDeclaration", "scope": 23810, "src": "20515:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23794, "name": "string", "nodeType": "ElementaryTypeName", "src": "20515:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "20478:54:16" }, "returnParameters": { "id": 23797, "nodeType": "ParameterList", "parameters": [], "src": "20547:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23833, "nodeType": "FunctionDefinition", "src": "20665:182:16", "nodes": [], "body": { "id": 23832, "nodeType": "Block", "src": "20737:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c75696e743235362c626f6f6c29", "id": 23824, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "20787:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c598d18505e9c7404a061484d6144251d0ef342167a57ace85723d498abac8e3", "typeString": "literal_string \"log(uint256,uint256,uint256,bool)\"" }, "value": "log(uint256,uint256,uint256,bool)" }, { "id": 23825, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23812, "src": "20824:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23826, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23814, "src": "20828:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23827, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23816, "src": "20832:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23828, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23818, "src": "20836:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c598d18505e9c7404a061484d6144251d0ef342167a57ace85723d498abac8e3", "typeString": "literal_string \"log(uint256,uint256,uint256,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 23822, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "20763:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23823, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "20767:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "20763:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23829, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "20763:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23821, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "20747:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23830, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "20747:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23831, "nodeType": "ExpressionStatement", "src": "20747:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "20674:3:16", "parameters": { "id": 23819, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23812, "mutability": "mutable", "name": "p0", "nameLocation": "20686:2:16", "nodeType": "VariableDeclaration", "scope": 23833, "src": "20678:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23811, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "20678:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23814, "mutability": "mutable", "name": "p1", "nameLocation": "20698:2:16", "nodeType": "VariableDeclaration", "scope": 23833, "src": "20690:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23813, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "20690:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23816, "mutability": "mutable", "name": "p2", "nameLocation": "20710:2:16", "nodeType": "VariableDeclaration", "scope": 23833, "src": "20702:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23815, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "20702:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23818, "mutability": "mutable", "name": "p3", "nameLocation": "20719:2:16", "nodeType": "VariableDeclaration", "scope": 23833, "src": "20714:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23817, "name": "bool", "nodeType": "ElementaryTypeName", "src": "20714:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "20677:45:16" }, "returnParameters": { "id": 23820, "nodeType": "ParameterList", "parameters": [], "src": "20737:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23856, "nodeType": "FunctionDefinition", "src": "20853:188:16", "nodes": [], "body": { "id": 23855, "nodeType": "Block", "src": "20928:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c75696e743235362c6164647265737329", "id": 23847, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "20978:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_fa8185afaca325eb459625959e5610b99e97bbcba8d5834d7632610b4f237c79", "typeString": "literal_string \"log(uint256,uint256,uint256,address)\"" }, "value": "log(uint256,uint256,uint256,address)" }, { "id": 23848, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23835, "src": "21018:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23849, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23837, "src": "21022:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23850, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23839, "src": "21026:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23851, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23841, "src": "21030:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_fa8185afaca325eb459625959e5610b99e97bbcba8d5834d7632610b4f237c79", "typeString": "literal_string \"log(uint256,uint256,uint256,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 23845, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "20954:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23846, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "20958:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "20954:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23852, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "20954:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23844, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "20938:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23853, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "20938:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23854, "nodeType": "ExpressionStatement", "src": "20938:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "20862:3:16", "parameters": { "id": 23842, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23835, "mutability": "mutable", "name": "p0", "nameLocation": "20874:2:16", "nodeType": "VariableDeclaration", "scope": 23856, "src": "20866:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23834, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "20866:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23837, "mutability": "mutable", "name": "p1", "nameLocation": "20886:2:16", "nodeType": "VariableDeclaration", "scope": 23856, "src": "20878:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23836, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "20878:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23839, "mutability": "mutable", "name": "p2", "nameLocation": "20898:2:16", "nodeType": "VariableDeclaration", "scope": 23856, "src": "20890:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23838, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "20890:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23841, "mutability": "mutable", "name": "p3", "nameLocation": "20910:2:16", "nodeType": "VariableDeclaration", "scope": 23856, "src": "20902:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23840, "name": "address", "nodeType": "ElementaryTypeName", "src": "20902:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "20865:48:16" }, "returnParameters": { "id": 23843, "nodeType": "ParameterList", "parameters": [], "src": "20928:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23879, "nodeType": "FunctionDefinition", "src": "21047:193:16", "nodes": [], "body": { "id": 23878, "nodeType": "Block", "src": "21128:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c737472696e672c75696e7432353629", "id": 23870, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "21178:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5da297eb5acf47b1a9c0089c080d654cc07f2a8c9aa94fc68af26a6405cde114", "typeString": "literal_string \"log(uint256,uint256,string,uint256)\"" }, "value": "log(uint256,uint256,string,uint256)" }, { "id": 23871, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23858, "src": "21217:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23872, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23860, "src": "21221:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23873, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23862, "src": "21225:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23874, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23864, "src": "21229:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5da297eb5acf47b1a9c0089c080d654cc07f2a8c9aa94fc68af26a6405cde114", "typeString": "literal_string \"log(uint256,uint256,string,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 23868, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "21154:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23869, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "21158:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "21154:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23875, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "21154:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23867, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "21138:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23876, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "21138:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23877, "nodeType": "ExpressionStatement", "src": "21138:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "21056:3:16", "parameters": { "id": 23865, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23858, "mutability": "mutable", "name": "p0", "nameLocation": "21068:2:16", "nodeType": "VariableDeclaration", "scope": 23879, "src": "21060:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23857, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "21060:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23860, "mutability": "mutable", "name": "p1", "nameLocation": "21080:2:16", "nodeType": "VariableDeclaration", "scope": 23879, "src": "21072:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23859, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "21072:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23862, "mutability": "mutable", "name": "p2", "nameLocation": "21098:2:16", "nodeType": "VariableDeclaration", "scope": 23879, "src": "21084:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23861, "name": "string", "nodeType": "ElementaryTypeName", "src": "21084:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23864, "mutability": "mutable", "name": "p3", "nameLocation": "21110:2:16", "nodeType": "VariableDeclaration", "scope": 23879, "src": "21102:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23863, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "21102:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "21059:54:16" }, "returnParameters": { "id": 23866, "nodeType": "ParameterList", "parameters": [], "src": "21128:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23902, "nodeType": "FunctionDefinition", "src": "21246:198:16", "nodes": [], "body": { "id": 23901, "nodeType": "Block", "src": "21333:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c737472696e672c737472696e6729", "id": 23893, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "21383:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_27d8afd2525217fff7302dbf79acc81edc09cb300d94f2503a4fb8a8115910e0", "typeString": "literal_string \"log(uint256,uint256,string,string)\"" }, "value": "log(uint256,uint256,string,string)" }, { "id": 23894, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23881, "src": "21421:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23895, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23883, "src": "21425:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23896, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23885, "src": "21429:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23897, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23887, "src": "21433:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_27d8afd2525217fff7302dbf79acc81edc09cb300d94f2503a4fb8a8115910e0", "typeString": "literal_string \"log(uint256,uint256,string,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 23891, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "21359:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23892, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "21363:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "21359:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23898, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "21359:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23890, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "21343:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23899, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "21343:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23900, "nodeType": "ExpressionStatement", "src": "21343:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "21255:3:16", "parameters": { "id": 23888, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23881, "mutability": "mutable", "name": "p0", "nameLocation": "21267:2:16", "nodeType": "VariableDeclaration", "scope": 23902, "src": "21259:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23880, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "21259:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23883, "mutability": "mutable", "name": "p1", "nameLocation": "21279:2:16", "nodeType": "VariableDeclaration", "scope": 23902, "src": "21271:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23882, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "21271:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23885, "mutability": "mutable", "name": "p2", "nameLocation": "21297:2:16", "nodeType": "VariableDeclaration", "scope": 23902, "src": "21283:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23884, "name": "string", "nodeType": "ElementaryTypeName", "src": "21283:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23887, "mutability": "mutable", "name": "p3", "nameLocation": "21315:2:16", "nodeType": "VariableDeclaration", "scope": 23902, "src": "21301:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23886, "name": "string", "nodeType": "ElementaryTypeName", "src": "21301:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "21258:60:16" }, "returnParameters": { "id": 23889, "nodeType": "ParameterList", "parameters": [], "src": "21333:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23925, "nodeType": "FunctionDefinition", "src": "21450:187:16", "nodes": [], "body": { "id": 23924, "nodeType": "Block", "src": "21528:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c737472696e672c626f6f6c29", "id": 23916, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "21578:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_7af6ab2578caf14043420c6b292dcb787d09d31b13365d7673f201f9b2e310c9", "typeString": "literal_string \"log(uint256,uint256,string,bool)\"" }, "value": "log(uint256,uint256,string,bool)" }, { "id": 23917, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23904, "src": "21614:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23918, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23906, "src": "21618:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23919, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23908, "src": "21622:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23920, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23910, "src": "21626:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_7af6ab2578caf14043420c6b292dcb787d09d31b13365d7673f201f9b2e310c9", "typeString": "literal_string \"log(uint256,uint256,string,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 23914, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "21554:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23915, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "21558:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "21554:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23921, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "21554:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23913, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "21538:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23922, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "21538:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23923, "nodeType": "ExpressionStatement", "src": "21538:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "21459:3:16", "parameters": { "id": 23911, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23904, "mutability": "mutable", "name": "p0", "nameLocation": "21471:2:16", "nodeType": "VariableDeclaration", "scope": 23925, "src": "21463:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23903, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "21463:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23906, "mutability": "mutable", "name": "p1", "nameLocation": "21483:2:16", "nodeType": "VariableDeclaration", "scope": 23925, "src": "21475:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23905, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "21475:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23908, "mutability": "mutable", "name": "p2", "nameLocation": "21501:2:16", "nodeType": "VariableDeclaration", "scope": 23925, "src": "21487:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23907, "name": "string", "nodeType": "ElementaryTypeName", "src": "21487:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23910, "mutability": "mutable", "name": "p3", "nameLocation": "21510:2:16", "nodeType": "VariableDeclaration", "scope": 23925, "src": "21505:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23909, "name": "bool", "nodeType": "ElementaryTypeName", "src": "21505:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "21462:51:16" }, "returnParameters": { "id": 23912, "nodeType": "ParameterList", "parameters": [], "src": "21528:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23948, "nodeType": "FunctionDefinition", "src": "21643:193:16", "nodes": [], "body": { "id": 23947, "nodeType": "Block", "src": "21724:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c737472696e672c6164647265737329", "id": 23939, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "21774:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_42d21db701843c064ab7fb7cddd0cda130fcc29c7289dd90519dfea1322b1a53", "typeString": "literal_string \"log(uint256,uint256,string,address)\"" }, "value": "log(uint256,uint256,string,address)" }, { "id": 23940, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23927, "src": "21813:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23941, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23929, "src": "21817:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23942, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23931, "src": "21821:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 23943, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23933, "src": "21825:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_42d21db701843c064ab7fb7cddd0cda130fcc29c7289dd90519dfea1322b1a53", "typeString": "literal_string \"log(uint256,uint256,string,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 23937, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "21750:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23938, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "21754:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "21750:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23944, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "21750:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23936, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "21734:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23945, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "21734:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23946, "nodeType": "ExpressionStatement", "src": "21734:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "21652:3:16", "parameters": { "id": 23934, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23927, "mutability": "mutable", "name": "p0", "nameLocation": "21664:2:16", "nodeType": "VariableDeclaration", "scope": 23948, "src": "21656:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23926, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "21656:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23929, "mutability": "mutable", "name": "p1", "nameLocation": "21676:2:16", "nodeType": "VariableDeclaration", "scope": 23948, "src": "21668:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23928, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "21668:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23931, "mutability": "mutable", "name": "p2", "nameLocation": "21694:2:16", "nodeType": "VariableDeclaration", "scope": 23948, "src": "21680:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23930, "name": "string", "nodeType": "ElementaryTypeName", "src": "21680:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 23933, "mutability": "mutable", "name": "p3", "nameLocation": "21706:2:16", "nodeType": "VariableDeclaration", "scope": 23948, "src": "21698:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 23932, "name": "address", "nodeType": "ElementaryTypeName", "src": "21698:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "21655:54:16" }, "returnParameters": { "id": 23935, "nodeType": "ParameterList", "parameters": [], "src": "21724:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23971, "nodeType": "FunctionDefinition", "src": "21842:182:16", "nodes": [], "body": { "id": 23970, "nodeType": "Block", "src": "21914:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c626f6f6c2c75696e7432353629", "id": 23962, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "21964:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_eb7f6fd2c2005d3f08b2528135265cced621d1abf62716b05a9b62bc732577fd", "typeString": "literal_string \"log(uint256,uint256,bool,uint256)\"" }, "value": "log(uint256,uint256,bool,uint256)" }, { "id": 23963, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23950, "src": "22001:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23964, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23952, "src": "22005:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23965, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23954, "src": "22009:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23966, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23956, "src": "22013:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_eb7f6fd2c2005d3f08b2528135265cced621d1abf62716b05a9b62bc732577fd", "typeString": "literal_string \"log(uint256,uint256,bool,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 23960, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "21940:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23961, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "21944:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "21940:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23967, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "21940:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23959, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "21924:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23968, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "21924:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23969, "nodeType": "ExpressionStatement", "src": "21924:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "21851:3:16", "parameters": { "id": 23957, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23950, "mutability": "mutable", "name": "p0", "nameLocation": "21863:2:16", "nodeType": "VariableDeclaration", "scope": 23971, "src": "21855:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23949, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "21855:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23952, "mutability": "mutable", "name": "p1", "nameLocation": "21875:2:16", "nodeType": "VariableDeclaration", "scope": 23971, "src": "21867:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23951, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "21867:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23954, "mutability": "mutable", "name": "p2", "nameLocation": "21884:2:16", "nodeType": "VariableDeclaration", "scope": 23971, "src": "21879:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23953, "name": "bool", "nodeType": "ElementaryTypeName", "src": "21879:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23956, "mutability": "mutable", "name": "p3", "nameLocation": "21896:2:16", "nodeType": "VariableDeclaration", "scope": 23971, "src": "21888:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23955, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "21888:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "21854:45:16" }, "returnParameters": { "id": 23958, "nodeType": "ParameterList", "parameters": [], "src": "21914:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 23994, "nodeType": "FunctionDefinition", "src": "22030:187:16", "nodes": [], "body": { "id": 23993, "nodeType": "Block", "src": "22108:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c626f6f6c2c737472696e6729", "id": 23985, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "22158:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_a5b4fc99467445b3de47079da2d48b3031bb8d3adcbee781cbdca55596f1414a", "typeString": "literal_string \"log(uint256,uint256,bool,string)\"" }, "value": "log(uint256,uint256,bool,string)" }, { "id": 23986, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23973, "src": "22194:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23987, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23975, "src": "22198:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 23988, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23977, "src": "22202:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 23989, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23979, "src": "22206:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_a5b4fc99467445b3de47079da2d48b3031bb8d3adcbee781cbdca55596f1414a", "typeString": "literal_string \"log(uint256,uint256,bool,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 23983, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "22134:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 23984, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "22138:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "22134:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 23990, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "22134:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 23982, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "22118:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 23991, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "22118:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 23992, "nodeType": "ExpressionStatement", "src": "22118:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "22039:3:16", "parameters": { "id": 23980, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23973, "mutability": "mutable", "name": "p0", "nameLocation": "22051:2:16", "nodeType": "VariableDeclaration", "scope": 23994, "src": "22043:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23972, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "22043:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23975, "mutability": "mutable", "name": "p1", "nameLocation": "22063:2:16", "nodeType": "VariableDeclaration", "scope": 23994, "src": "22055:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23974, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "22055:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23977, "mutability": "mutable", "name": "p2", "nameLocation": "22072:2:16", "nodeType": "VariableDeclaration", "scope": 23994, "src": "22067:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23976, "name": "bool", "nodeType": "ElementaryTypeName", "src": "22067:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 23979, "mutability": "mutable", "name": "p3", "nameLocation": "22090:2:16", "nodeType": "VariableDeclaration", "scope": 23994, "src": "22076:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 23978, "name": "string", "nodeType": "ElementaryTypeName", "src": "22076:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "22042:51:16" }, "returnParameters": { "id": 23981, "nodeType": "ParameterList", "parameters": [], "src": "22108:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24017, "nodeType": "FunctionDefinition", "src": "22223:176:16", "nodes": [], "body": { "id": 24016, "nodeType": "Block", "src": "22292:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c626f6f6c2c626f6f6c29", "id": 24008, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "22342:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_ab085ae680de5118cde80cb5e8cb1f7383786238f1394e82b7ab82553a0dd7fe", "typeString": "literal_string \"log(uint256,uint256,bool,bool)\"" }, "value": "log(uint256,uint256,bool,bool)" }, { "id": 24009, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23996, "src": "22376:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24010, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 23998, "src": "22380:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24011, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24000, "src": "22384:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24012, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24002, "src": "22388:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_ab085ae680de5118cde80cb5e8cb1f7383786238f1394e82b7ab82553a0dd7fe", "typeString": "literal_string \"log(uint256,uint256,bool,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 24006, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "22318:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24007, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "22322:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "22318:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24013, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "22318:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24005, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "22302:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24014, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "22302:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24015, "nodeType": "ExpressionStatement", "src": "22302:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "22232:3:16", "parameters": { "id": 24003, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 23996, "mutability": "mutable", "name": "p0", "nameLocation": "22244:2:16", "nodeType": "VariableDeclaration", "scope": 24017, "src": "22236:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23995, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "22236:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 23998, "mutability": "mutable", "name": "p1", "nameLocation": "22256:2:16", "nodeType": "VariableDeclaration", "scope": 24017, "src": "22248:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 23997, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "22248:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24000, "mutability": "mutable", "name": "p2", "nameLocation": "22265:2:16", "nodeType": "VariableDeclaration", "scope": 24017, "src": "22260:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 23999, "name": "bool", "nodeType": "ElementaryTypeName", "src": "22260:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24002, "mutability": "mutable", "name": "p3", "nameLocation": "22274:2:16", "nodeType": "VariableDeclaration", "scope": 24017, "src": "22269:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24001, "name": "bool", "nodeType": "ElementaryTypeName", "src": "22269:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "22235:42:16" }, "returnParameters": { "id": 24004, "nodeType": "ParameterList", "parameters": [], "src": "22292:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24040, "nodeType": "FunctionDefinition", "src": "22405:182:16", "nodes": [], "body": { "id": 24039, "nodeType": "Block", "src": "22477:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c626f6f6c2c6164647265737329", "id": 24031, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "22527:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_9a816a83f59c7e2fc96bb179b1fa8fd5307277d58bad9d6b835a280d4474fc1b", "typeString": "literal_string \"log(uint256,uint256,bool,address)\"" }, "value": "log(uint256,uint256,bool,address)" }, { "id": 24032, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24019, "src": "22564:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24033, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24021, "src": "22568:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24034, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24023, "src": "22572:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24035, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24025, "src": "22576:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_9a816a83f59c7e2fc96bb179b1fa8fd5307277d58bad9d6b835a280d4474fc1b", "typeString": "literal_string \"log(uint256,uint256,bool,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 24029, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "22503:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24030, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "22507:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "22503:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24036, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "22503:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24028, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "22487:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24037, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "22487:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24038, "nodeType": "ExpressionStatement", "src": "22487:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "22414:3:16", "parameters": { "id": 24026, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24019, "mutability": "mutable", "name": "p0", "nameLocation": "22426:2:16", "nodeType": "VariableDeclaration", "scope": 24040, "src": "22418:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24018, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "22418:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24021, "mutability": "mutable", "name": "p1", "nameLocation": "22438:2:16", "nodeType": "VariableDeclaration", "scope": 24040, "src": "22430:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24020, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "22430:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24023, "mutability": "mutable", "name": "p2", "nameLocation": "22447:2:16", "nodeType": "VariableDeclaration", "scope": 24040, "src": "22442:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24022, "name": "bool", "nodeType": "ElementaryTypeName", "src": "22442:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24025, "mutability": "mutable", "name": "p3", "nameLocation": "22459:2:16", "nodeType": "VariableDeclaration", "scope": 24040, "src": "22451:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24024, "name": "address", "nodeType": "ElementaryTypeName", "src": "22451:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "22417:45:16" }, "returnParameters": { "id": 24027, "nodeType": "ParameterList", "parameters": [], "src": "22477:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24063, "nodeType": "FunctionDefinition", "src": "22593:188:16", "nodes": [], "body": { "id": 24062, "nodeType": "Block", "src": "22668:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c616464726573732c75696e7432353629", "id": 24054, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "22718:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_88f6e4b2e9fd1797748b31e8b1564d27784c7a0b5de7a75df225524205baab36", "typeString": "literal_string \"log(uint256,uint256,address,uint256)\"" }, "value": "log(uint256,uint256,address,uint256)" }, { "id": 24055, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24042, "src": "22758:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24056, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24044, "src": "22762:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24057, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24046, "src": "22766:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24058, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24048, "src": "22770:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_88f6e4b2e9fd1797748b31e8b1564d27784c7a0b5de7a75df225524205baab36", "typeString": "literal_string \"log(uint256,uint256,address,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 24052, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "22694:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24053, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "22698:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "22694:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24059, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "22694:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24051, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "22678:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24060, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "22678:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24061, "nodeType": "ExpressionStatement", "src": "22678:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "22602:3:16", "parameters": { "id": 24049, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24042, "mutability": "mutable", "name": "p0", "nameLocation": "22614:2:16", "nodeType": "VariableDeclaration", "scope": 24063, "src": "22606:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24041, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "22606:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24044, "mutability": "mutable", "name": "p1", "nameLocation": "22626:2:16", "nodeType": "VariableDeclaration", "scope": 24063, "src": "22618:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24043, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "22618:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24046, "mutability": "mutable", "name": "p2", "nameLocation": "22638:2:16", "nodeType": "VariableDeclaration", "scope": 24063, "src": "22630:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24045, "name": "address", "nodeType": "ElementaryTypeName", "src": "22630:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24048, "mutability": "mutable", "name": "p3", "nameLocation": "22650:2:16", "nodeType": "VariableDeclaration", "scope": 24063, "src": "22642:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24047, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "22642:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "22605:48:16" }, "returnParameters": { "id": 24050, "nodeType": "ParameterList", "parameters": [], "src": "22668:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24086, "nodeType": "FunctionDefinition", "src": "22787:193:16", "nodes": [], "body": { "id": 24085, "nodeType": "Block", "src": "22868:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c616464726573732c737472696e6729", "id": 24077, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "22918:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_6cde40b8d4f88da65710732f1ce432c86447f486bf713e5763c0ab174df12f40", "typeString": "literal_string \"log(uint256,uint256,address,string)\"" }, "value": "log(uint256,uint256,address,string)" }, { "id": 24078, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24065, "src": "22957:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24079, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24067, "src": "22961:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24080, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24069, "src": "22965:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24081, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24071, "src": "22969:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_6cde40b8d4f88da65710732f1ce432c86447f486bf713e5763c0ab174df12f40", "typeString": "literal_string \"log(uint256,uint256,address,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 24075, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "22894:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24076, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "22898:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "22894:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24082, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "22894:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24074, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "22878:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24083, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "22878:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24084, "nodeType": "ExpressionStatement", "src": "22878:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "22796:3:16", "parameters": { "id": 24072, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24065, "mutability": "mutable", "name": "p0", "nameLocation": "22808:2:16", "nodeType": "VariableDeclaration", "scope": 24086, "src": "22800:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24064, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "22800:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24067, "mutability": "mutable", "name": "p1", "nameLocation": "22820:2:16", "nodeType": "VariableDeclaration", "scope": 24086, "src": "22812:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24066, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "22812:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24069, "mutability": "mutable", "name": "p2", "nameLocation": "22832:2:16", "nodeType": "VariableDeclaration", "scope": 24086, "src": "22824:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24068, "name": "address", "nodeType": "ElementaryTypeName", "src": "22824:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24071, "mutability": "mutable", "name": "p3", "nameLocation": "22850:2:16", "nodeType": "VariableDeclaration", "scope": 24086, "src": "22836:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24070, "name": "string", "nodeType": "ElementaryTypeName", "src": "22836:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "22799:54:16" }, "returnParameters": { "id": 24073, "nodeType": "ParameterList", "parameters": [], "src": "22868:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24109, "nodeType": "FunctionDefinition", "src": "22986:182:16", "nodes": [], "body": { "id": 24108, "nodeType": "Block", "src": "23058:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c616464726573732c626f6f6c29", "id": 24100, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "23108:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_15cac47617578377cd39f9593e7bb3ffa0e284336b9741dcc2c4151a93e1b201", "typeString": "literal_string \"log(uint256,uint256,address,bool)\"" }, "value": "log(uint256,uint256,address,bool)" }, { "id": 24101, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24088, "src": "23145:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24102, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24090, "src": "23149:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24103, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24092, "src": "23153:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24104, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24094, "src": "23157:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_15cac47617578377cd39f9593e7bb3ffa0e284336b9741dcc2c4151a93e1b201", "typeString": "literal_string \"log(uint256,uint256,address,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 24098, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "23084:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24099, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "23088:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "23084:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24105, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "23084:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24097, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "23068:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24106, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "23068:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24107, "nodeType": "ExpressionStatement", "src": "23068:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "22995:3:16", "parameters": { "id": 24095, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24088, "mutability": "mutable", "name": "p0", "nameLocation": "23007:2:16", "nodeType": "VariableDeclaration", "scope": 24109, "src": "22999:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24087, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "22999:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24090, "mutability": "mutable", "name": "p1", "nameLocation": "23019:2:16", "nodeType": "VariableDeclaration", "scope": 24109, "src": "23011:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24089, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "23011:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24092, "mutability": "mutable", "name": "p2", "nameLocation": "23031:2:16", "nodeType": "VariableDeclaration", "scope": 24109, "src": "23023:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24091, "name": "address", "nodeType": "ElementaryTypeName", "src": "23023:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24094, "mutability": "mutable", "name": "p3", "nameLocation": "23040:2:16", "nodeType": "VariableDeclaration", "scope": 24109, "src": "23035:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24093, "name": "bool", "nodeType": "ElementaryTypeName", "src": "23035:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "22998:45:16" }, "returnParameters": { "id": 24096, "nodeType": "ParameterList", "parameters": [], "src": "23058:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24132, "nodeType": "FunctionDefinition", "src": "23174:188:16", "nodes": [], "body": { "id": 24131, "nodeType": "Block", "src": "23249:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c75696e743235362c616464726573732c6164647265737329", "id": 24123, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "23299:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_56a5d1b1d2f0613b93371fc2b5ec91f6c2ba1375e1e4ff59b5061b56ca88e88d", "typeString": "literal_string \"log(uint256,uint256,address,address)\"" }, "value": "log(uint256,uint256,address,address)" }, { "id": 24124, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24111, "src": "23339:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24125, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24113, "src": "23343:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24126, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24115, "src": "23347:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24127, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24117, "src": "23351:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_56a5d1b1d2f0613b93371fc2b5ec91f6c2ba1375e1e4ff59b5061b56ca88e88d", "typeString": "literal_string \"log(uint256,uint256,address,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 24121, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "23275:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24122, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "23279:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "23275:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24128, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "23275:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24120, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "23259:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24129, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "23259:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24130, "nodeType": "ExpressionStatement", "src": "23259:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "23183:3:16", "parameters": { "id": 24118, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24111, "mutability": "mutable", "name": "p0", "nameLocation": "23195:2:16", "nodeType": "VariableDeclaration", "scope": 24132, "src": "23187:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24110, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "23187:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24113, "mutability": "mutable", "name": "p1", "nameLocation": "23207:2:16", "nodeType": "VariableDeclaration", "scope": 24132, "src": "23199:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24112, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "23199:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24115, "mutability": "mutable", "name": "p2", "nameLocation": "23219:2:16", "nodeType": "VariableDeclaration", "scope": 24132, "src": "23211:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24114, "name": "address", "nodeType": "ElementaryTypeName", "src": "23211:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24117, "mutability": "mutable", "name": "p3", "nameLocation": "23231:2:16", "nodeType": "VariableDeclaration", "scope": 24132, "src": "23223:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24116, "name": "address", "nodeType": "ElementaryTypeName", "src": "23223:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "23186:48:16" }, "returnParameters": { "id": 24119, "nodeType": "ParameterList", "parameters": [], "src": "23249:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24155, "nodeType": "FunctionDefinition", "src": "23368:193:16", "nodes": [], "body": { "id": 24154, "nodeType": "Block", "src": "23449:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c75696e743235362c75696e7432353629", "id": 24146, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "23499:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_82c25b74e3ddb6ea40e867e0a41af8848bdc6a88fd5e365497c46917573fd66f", "typeString": "literal_string \"log(uint256,string,uint256,uint256)\"" }, "value": "log(uint256,string,uint256,uint256)" }, { "id": 24147, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24134, "src": "23538:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24148, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24136, "src": "23542:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24149, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24138, "src": "23546:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24150, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24140, "src": "23550:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_82c25b74e3ddb6ea40e867e0a41af8848bdc6a88fd5e365497c46917573fd66f", "typeString": "literal_string \"log(uint256,string,uint256,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 24144, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "23475:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24145, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "23479:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "23475:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24151, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "23475:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24143, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "23459:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24152, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "23459:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24153, "nodeType": "ExpressionStatement", "src": "23459:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "23377:3:16", "parameters": { "id": 24141, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24134, "mutability": "mutable", "name": "p0", "nameLocation": "23389:2:16", "nodeType": "VariableDeclaration", "scope": 24155, "src": "23381:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24133, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "23381:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24136, "mutability": "mutable", "name": "p1", "nameLocation": "23407:2:16", "nodeType": "VariableDeclaration", "scope": 24155, "src": "23393:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24135, "name": "string", "nodeType": "ElementaryTypeName", "src": "23393:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24138, "mutability": "mutable", "name": "p2", "nameLocation": "23419:2:16", "nodeType": "VariableDeclaration", "scope": 24155, "src": "23411:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24137, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "23411:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24140, "mutability": "mutable", "name": "p3", "nameLocation": "23431:2:16", "nodeType": "VariableDeclaration", "scope": 24155, "src": "23423:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24139, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "23423:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "23380:54:16" }, "returnParameters": { "id": 24142, "nodeType": "ParameterList", "parameters": [], "src": "23449:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24178, "nodeType": "FunctionDefinition", "src": "23567:198:16", "nodes": [], "body": { "id": 24177, "nodeType": "Block", "src": "23654:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c75696e743235362c737472696e6729", "id": 24169, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "23704:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_b7b914cad3c94167dcd4b5ef970076918e96b3894a20503b7d3f9648bea8aace", "typeString": "literal_string \"log(uint256,string,uint256,string)\"" }, "value": "log(uint256,string,uint256,string)" }, { "id": 24170, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24157, "src": "23742:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24171, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24159, "src": "23746:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24172, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24161, "src": "23750:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24173, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24163, "src": "23754:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_b7b914cad3c94167dcd4b5ef970076918e96b3894a20503b7d3f9648bea8aace", "typeString": "literal_string \"log(uint256,string,uint256,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 24167, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "23680:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24168, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "23684:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "23680:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24174, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "23680:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24166, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "23664:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24175, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "23664:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24176, "nodeType": "ExpressionStatement", "src": "23664:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "23576:3:16", "parameters": { "id": 24164, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24157, "mutability": "mutable", "name": "p0", "nameLocation": "23588:2:16", "nodeType": "VariableDeclaration", "scope": 24178, "src": "23580:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24156, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "23580:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24159, "mutability": "mutable", "name": "p1", "nameLocation": "23606:2:16", "nodeType": "VariableDeclaration", "scope": 24178, "src": "23592:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24158, "name": "string", "nodeType": "ElementaryTypeName", "src": "23592:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24161, "mutability": "mutable", "name": "p2", "nameLocation": "23618:2:16", "nodeType": "VariableDeclaration", "scope": 24178, "src": "23610:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24160, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "23610:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24163, "mutability": "mutable", "name": "p3", "nameLocation": "23636:2:16", "nodeType": "VariableDeclaration", "scope": 24178, "src": "23622:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24162, "name": "string", "nodeType": "ElementaryTypeName", "src": "23622:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "23579:60:16" }, "returnParameters": { "id": 24165, "nodeType": "ParameterList", "parameters": [], "src": "23654:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24201, "nodeType": "FunctionDefinition", "src": "23771:187:16", "nodes": [], "body": { "id": 24200, "nodeType": "Block", "src": "23849:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c75696e743235362c626f6f6c29", "id": 24192, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "23899:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_691a8f74cbf1a313fd1bdfd5dda19feaf4f9deac56f7ca7c4fa6386e5382a03c", "typeString": "literal_string \"log(uint256,string,uint256,bool)\"" }, "value": "log(uint256,string,uint256,bool)" }, { "id": 24193, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24180, "src": "23935:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24194, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24182, "src": "23939:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24195, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24184, "src": "23943:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24196, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24186, "src": "23947:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_691a8f74cbf1a313fd1bdfd5dda19feaf4f9deac56f7ca7c4fa6386e5382a03c", "typeString": "literal_string \"log(uint256,string,uint256,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 24190, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "23875:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24191, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "23879:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "23875:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24197, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "23875:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24189, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "23859:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24198, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "23859:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24199, "nodeType": "ExpressionStatement", "src": "23859:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "23780:3:16", "parameters": { "id": 24187, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24180, "mutability": "mutable", "name": "p0", "nameLocation": "23792:2:16", "nodeType": "VariableDeclaration", "scope": 24201, "src": "23784:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24179, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "23784:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24182, "mutability": "mutable", "name": "p1", "nameLocation": "23810:2:16", "nodeType": "VariableDeclaration", "scope": 24201, "src": "23796:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24181, "name": "string", "nodeType": "ElementaryTypeName", "src": "23796:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24184, "mutability": "mutable", "name": "p2", "nameLocation": "23822:2:16", "nodeType": "VariableDeclaration", "scope": 24201, "src": "23814:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24183, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "23814:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24186, "mutability": "mutable", "name": "p3", "nameLocation": "23831:2:16", "nodeType": "VariableDeclaration", "scope": 24201, "src": "23826:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24185, "name": "bool", "nodeType": "ElementaryTypeName", "src": "23826:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "23783:51:16" }, "returnParameters": { "id": 24188, "nodeType": "ParameterList", "parameters": [], "src": "23849:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24224, "nodeType": "FunctionDefinition", "src": "23964:193:16", "nodes": [], "body": { "id": 24223, "nodeType": "Block", "src": "24045:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c75696e743235362c6164647265737329", "id": 24215, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "24095:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_3b2279b4b3c26cbcd4374acce75e4c447a59a65883d849a72eaa051b3a07ec08", "typeString": "literal_string \"log(uint256,string,uint256,address)\"" }, "value": "log(uint256,string,uint256,address)" }, { "id": 24216, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24203, "src": "24134:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24217, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24205, "src": "24138:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24218, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24207, "src": "24142:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24219, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24209, "src": "24146:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_3b2279b4b3c26cbcd4374acce75e4c447a59a65883d849a72eaa051b3a07ec08", "typeString": "literal_string \"log(uint256,string,uint256,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 24213, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "24071:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24214, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "24075:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "24071:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24220, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "24071:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24212, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "24055:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24221, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "24055:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24222, "nodeType": "ExpressionStatement", "src": "24055:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "23973:3:16", "parameters": { "id": 24210, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24203, "mutability": "mutable", "name": "p0", "nameLocation": "23985:2:16", "nodeType": "VariableDeclaration", "scope": 24224, "src": "23977:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24202, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "23977:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24205, "mutability": "mutable", "name": "p1", "nameLocation": "24003:2:16", "nodeType": "VariableDeclaration", "scope": 24224, "src": "23989:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24204, "name": "string", "nodeType": "ElementaryTypeName", "src": "23989:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24207, "mutability": "mutable", "name": "p2", "nameLocation": "24015:2:16", "nodeType": "VariableDeclaration", "scope": 24224, "src": "24007:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24206, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "24007:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24209, "mutability": "mutable", "name": "p3", "nameLocation": "24027:2:16", "nodeType": "VariableDeclaration", "scope": 24224, "src": "24019:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24208, "name": "address", "nodeType": "ElementaryTypeName", "src": "24019:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "23976:54:16" }, "returnParameters": { "id": 24211, "nodeType": "ParameterList", "parameters": [], "src": "24045:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24247, "nodeType": "FunctionDefinition", "src": "24163:198:16", "nodes": [], "body": { "id": 24246, "nodeType": "Block", "src": "24250:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c737472696e672c75696e7432353629", "id": 24238, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "24300:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_b028c9bd0105e32bab3e2b1b4678f4cd49b1f267c4fcb1899043ad16b67c3dd1", "typeString": "literal_string \"log(uint256,string,string,uint256)\"" }, "value": "log(uint256,string,string,uint256)" }, { "id": 24239, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24226, "src": "24338:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24240, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24228, "src": "24342:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24241, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24230, "src": "24346:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24242, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24232, "src": "24350:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_b028c9bd0105e32bab3e2b1b4678f4cd49b1f267c4fcb1899043ad16b67c3dd1", "typeString": "literal_string \"log(uint256,string,string,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 24236, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "24276:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24237, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "24280:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "24276:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24243, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "24276:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24235, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "24260:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24244, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "24260:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24245, "nodeType": "ExpressionStatement", "src": "24260:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "24172:3:16", "parameters": { "id": 24233, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24226, "mutability": "mutable", "name": "p0", "nameLocation": "24184:2:16", "nodeType": "VariableDeclaration", "scope": 24247, "src": "24176:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24225, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "24176:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24228, "mutability": "mutable", "name": "p1", "nameLocation": "24202:2:16", "nodeType": "VariableDeclaration", "scope": 24247, "src": "24188:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24227, "name": "string", "nodeType": "ElementaryTypeName", "src": "24188:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24230, "mutability": "mutable", "name": "p2", "nameLocation": "24220:2:16", "nodeType": "VariableDeclaration", "scope": 24247, "src": "24206:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24229, "name": "string", "nodeType": "ElementaryTypeName", "src": "24206:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24232, "mutability": "mutable", "name": "p3", "nameLocation": "24232:2:16", "nodeType": "VariableDeclaration", "scope": 24247, "src": "24224:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24231, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "24224:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "24175:60:16" }, "returnParameters": { "id": 24234, "nodeType": "ParameterList", "parameters": [], "src": "24250:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24270, "nodeType": "FunctionDefinition", "src": "24367:203:16", "nodes": [], "body": { "id": 24269, "nodeType": "Block", "src": "24460:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c737472696e672c737472696e6729", "id": 24261, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "24510:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_21ad06836085541851abea445814b5a1baf9d3be52c1169a6570c83010dbea5a", "typeString": "literal_string \"log(uint256,string,string,string)\"" }, "value": "log(uint256,string,string,string)" }, { "id": 24262, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24249, "src": "24547:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24263, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24251, "src": "24551:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24264, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24253, "src": "24555:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24265, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24255, "src": "24559:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_21ad06836085541851abea445814b5a1baf9d3be52c1169a6570c83010dbea5a", "typeString": "literal_string \"log(uint256,string,string,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 24259, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "24486:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24260, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "24490:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "24486:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24266, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "24486:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24258, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "24470:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24267, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "24470:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24268, "nodeType": "ExpressionStatement", "src": "24470:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "24376:3:16", "parameters": { "id": 24256, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24249, "mutability": "mutable", "name": "p0", "nameLocation": "24388:2:16", "nodeType": "VariableDeclaration", "scope": 24270, "src": "24380:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24248, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "24380:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24251, "mutability": "mutable", "name": "p1", "nameLocation": "24406:2:16", "nodeType": "VariableDeclaration", "scope": 24270, "src": "24392:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24250, "name": "string", "nodeType": "ElementaryTypeName", "src": "24392:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24253, "mutability": "mutable", "name": "p2", "nameLocation": "24424:2:16", "nodeType": "VariableDeclaration", "scope": 24270, "src": "24410:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24252, "name": "string", "nodeType": "ElementaryTypeName", "src": "24410:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24255, "mutability": "mutable", "name": "p3", "nameLocation": "24442:2:16", "nodeType": "VariableDeclaration", "scope": 24270, "src": "24428:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24254, "name": "string", "nodeType": "ElementaryTypeName", "src": "24428:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "24379:66:16" }, "returnParameters": { "id": 24257, "nodeType": "ParameterList", "parameters": [], "src": "24460:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24293, "nodeType": "FunctionDefinition", "src": "24576:192:16", "nodes": [], "body": { "id": 24292, "nodeType": "Block", "src": "24660:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c737472696e672c626f6f6c29", "id": 24284, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "24710:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_b3a6b6bdf3265665181b9a9ab1338c75ebc293704c96a9a669654a5ba9f6d3e9", "typeString": "literal_string \"log(uint256,string,string,bool)\"" }, "value": "log(uint256,string,string,bool)" }, { "id": 24285, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24272, "src": "24745:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24286, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24274, "src": "24749:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24287, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24276, "src": "24753:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24288, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24278, "src": "24757:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_b3a6b6bdf3265665181b9a9ab1338c75ebc293704c96a9a669654a5ba9f6d3e9", "typeString": "literal_string \"log(uint256,string,string,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 24282, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "24686:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24283, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "24690:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "24686:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24289, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "24686:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24281, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "24670:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24290, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "24670:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24291, "nodeType": "ExpressionStatement", "src": "24670:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "24585:3:16", "parameters": { "id": 24279, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24272, "mutability": "mutable", "name": "p0", "nameLocation": "24597:2:16", "nodeType": "VariableDeclaration", "scope": 24293, "src": "24589:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24271, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "24589:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24274, "mutability": "mutable", "name": "p1", "nameLocation": "24615:2:16", "nodeType": "VariableDeclaration", "scope": 24293, "src": "24601:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24273, "name": "string", "nodeType": "ElementaryTypeName", "src": "24601:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24276, "mutability": "mutable", "name": "p2", "nameLocation": "24633:2:16", "nodeType": "VariableDeclaration", "scope": 24293, "src": "24619:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24275, "name": "string", "nodeType": "ElementaryTypeName", "src": "24619:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24278, "mutability": "mutable", "name": "p3", "nameLocation": "24642:2:16", "nodeType": "VariableDeclaration", "scope": 24293, "src": "24637:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24277, "name": "bool", "nodeType": "ElementaryTypeName", "src": "24637:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "24588:57:16" }, "returnParameters": { "id": 24280, "nodeType": "ParameterList", "parameters": [], "src": "24660:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24316, "nodeType": "FunctionDefinition", "src": "24774:198:16", "nodes": [], "body": { "id": 24315, "nodeType": "Block", "src": "24861:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c737472696e672c6164647265737329", "id": 24307, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "24911:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_d583c60265ad086fe6216ef9aea37bf5de1e77bdf9055c734c55781d5f4b81d7", "typeString": "literal_string \"log(uint256,string,string,address)\"" }, "value": "log(uint256,string,string,address)" }, { "id": 24308, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24295, "src": "24949:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24309, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24297, "src": "24953:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24310, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24299, "src": "24957:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24311, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24301, "src": "24961:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_d583c60265ad086fe6216ef9aea37bf5de1e77bdf9055c734c55781d5f4b81d7", "typeString": "literal_string \"log(uint256,string,string,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 24305, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "24887:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24306, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "24891:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "24887:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24312, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "24887:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24304, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "24871:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24313, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "24871:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24314, "nodeType": "ExpressionStatement", "src": "24871:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "24783:3:16", "parameters": { "id": 24302, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24295, "mutability": "mutable", "name": "p0", "nameLocation": "24795:2:16", "nodeType": "VariableDeclaration", "scope": 24316, "src": "24787:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24294, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "24787:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24297, "mutability": "mutable", "name": "p1", "nameLocation": "24813:2:16", "nodeType": "VariableDeclaration", "scope": 24316, "src": "24799:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24296, "name": "string", "nodeType": "ElementaryTypeName", "src": "24799:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24299, "mutability": "mutable", "name": "p2", "nameLocation": "24831:2:16", "nodeType": "VariableDeclaration", "scope": 24316, "src": "24817:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24298, "name": "string", "nodeType": "ElementaryTypeName", "src": "24817:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24301, "mutability": "mutable", "name": "p3", "nameLocation": "24843:2:16", "nodeType": "VariableDeclaration", "scope": 24316, "src": "24835:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24300, "name": "address", "nodeType": "ElementaryTypeName", "src": "24835:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "24786:60:16" }, "returnParameters": { "id": 24303, "nodeType": "ParameterList", "parameters": [], "src": "24861:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24339, "nodeType": "FunctionDefinition", "src": "24978:187:16", "nodes": [], "body": { "id": 24338, "nodeType": "Block", "src": "25056:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c626f6f6c2c75696e7432353629", "id": 24330, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "25106:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_cf00988004d982e10d8d4fa7f603a1414e3b2b91cdfcf6f72808ca6c3100f96a", "typeString": "literal_string \"log(uint256,string,bool,uint256)\"" }, "value": "log(uint256,string,bool,uint256)" }, { "id": 24331, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24318, "src": "25142:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24332, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24320, "src": "25146:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24333, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24322, "src": "25150:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24334, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24324, "src": "25154:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_cf00988004d982e10d8d4fa7f603a1414e3b2b91cdfcf6f72808ca6c3100f96a", "typeString": "literal_string \"log(uint256,string,bool,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 24328, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "25082:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24329, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "25086:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "25082:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24335, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "25082:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24327, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "25066:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24336, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "25066:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24337, "nodeType": "ExpressionStatement", "src": "25066:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "24987:3:16", "parameters": { "id": 24325, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24318, "mutability": "mutable", "name": "p0", "nameLocation": "24999:2:16", "nodeType": "VariableDeclaration", "scope": 24339, "src": "24991:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24317, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "24991:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24320, "mutability": "mutable", "name": "p1", "nameLocation": "25017:2:16", "nodeType": "VariableDeclaration", "scope": 24339, "src": "25003:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24319, "name": "string", "nodeType": "ElementaryTypeName", "src": "25003:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24322, "mutability": "mutable", "name": "p2", "nameLocation": "25026:2:16", "nodeType": "VariableDeclaration", "scope": 24339, "src": "25021:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24321, "name": "bool", "nodeType": "ElementaryTypeName", "src": "25021:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24324, "mutability": "mutable", "name": "p3", "nameLocation": "25038:2:16", "nodeType": "VariableDeclaration", "scope": 24339, "src": "25030:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24323, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "25030:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "24990:51:16" }, "returnParameters": { "id": 24326, "nodeType": "ParameterList", "parameters": [], "src": "25056:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24362, "nodeType": "FunctionDefinition", "src": "25171:192:16", "nodes": [], "body": { "id": 24361, "nodeType": "Block", "src": "25255:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c626f6f6c2c737472696e6729", "id": 24353, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "25305:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_d2d423cdca0e3ae7a0a1a283a67d891c85787b75e0c5291c02d15317d67fe45c", "typeString": "literal_string \"log(uint256,string,bool,string)\"" }, "value": "log(uint256,string,bool,string)" }, { "id": 24354, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24341, "src": "25340:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24355, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24343, "src": "25344:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24356, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24345, "src": "25348:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24357, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24347, "src": "25352:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_d2d423cdca0e3ae7a0a1a283a67d891c85787b75e0c5291c02d15317d67fe45c", "typeString": "literal_string \"log(uint256,string,bool,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 24351, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "25281:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24352, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "25285:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "25281:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24358, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "25281:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24350, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "25265:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24359, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "25265:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24360, "nodeType": "ExpressionStatement", "src": "25265:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "25180:3:16", "parameters": { "id": 24348, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24341, "mutability": "mutable", "name": "p0", "nameLocation": "25192:2:16", "nodeType": "VariableDeclaration", "scope": 24362, "src": "25184:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24340, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "25184:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24343, "mutability": "mutable", "name": "p1", "nameLocation": "25210:2:16", "nodeType": "VariableDeclaration", "scope": 24362, "src": "25196:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24342, "name": "string", "nodeType": "ElementaryTypeName", "src": "25196:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24345, "mutability": "mutable", "name": "p2", "nameLocation": "25219:2:16", "nodeType": "VariableDeclaration", "scope": 24362, "src": "25214:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24344, "name": "bool", "nodeType": "ElementaryTypeName", "src": "25214:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24347, "mutability": "mutable", "name": "p3", "nameLocation": "25237:2:16", "nodeType": "VariableDeclaration", "scope": 24362, "src": "25223:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24346, "name": "string", "nodeType": "ElementaryTypeName", "src": "25223:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "25183:57:16" }, "returnParameters": { "id": 24349, "nodeType": "ParameterList", "parameters": [], "src": "25255:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24385, "nodeType": "FunctionDefinition", "src": "25369:181:16", "nodes": [], "body": { "id": 24384, "nodeType": "Block", "src": "25444:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c626f6f6c2c626f6f6c29", "id": 24376, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "25494:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_ba535d9cec0fb8bbd83e61b83d0f575d149cba6778a192239c1bdc5170053e4f", "typeString": "literal_string \"log(uint256,string,bool,bool)\"" }, "value": "log(uint256,string,bool,bool)" }, { "id": 24377, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24364, "src": "25527:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24378, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24366, "src": "25531:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24379, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24368, "src": "25535:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24380, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24370, "src": "25539:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_ba535d9cec0fb8bbd83e61b83d0f575d149cba6778a192239c1bdc5170053e4f", "typeString": "literal_string \"log(uint256,string,bool,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 24374, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "25470:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24375, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "25474:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "25470:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24381, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "25470:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24373, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "25454:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24382, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "25454:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24383, "nodeType": "ExpressionStatement", "src": "25454:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "25378:3:16", "parameters": { "id": 24371, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24364, "mutability": "mutable", "name": "p0", "nameLocation": "25390:2:16", "nodeType": "VariableDeclaration", "scope": 24385, "src": "25382:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24363, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "25382:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24366, "mutability": "mutable", "name": "p1", "nameLocation": "25408:2:16", "nodeType": "VariableDeclaration", "scope": 24385, "src": "25394:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24365, "name": "string", "nodeType": "ElementaryTypeName", "src": "25394:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24368, "mutability": "mutable", "name": "p2", "nameLocation": "25417:2:16", "nodeType": "VariableDeclaration", "scope": 24385, "src": "25412:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24367, "name": "bool", "nodeType": "ElementaryTypeName", "src": "25412:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24370, "mutability": "mutable", "name": "p3", "nameLocation": "25426:2:16", "nodeType": "VariableDeclaration", "scope": 24385, "src": "25421:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24369, "name": "bool", "nodeType": "ElementaryTypeName", "src": "25421:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "25381:48:16" }, "returnParameters": { "id": 24372, "nodeType": "ParameterList", "parameters": [], "src": "25444:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24408, "nodeType": "FunctionDefinition", "src": "25556:187:16", "nodes": [], "body": { "id": 24407, "nodeType": "Block", "src": "25634:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c626f6f6c2c6164647265737329", "id": 24399, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "25684:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_ae2ec581fba979c4f79aae94f13936ff6bb7e283817b2ec0602d9daa028a1550", "typeString": "literal_string \"log(uint256,string,bool,address)\"" }, "value": "log(uint256,string,bool,address)" }, { "id": 24400, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24387, "src": "25720:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24401, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24389, "src": "25724:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24402, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24391, "src": "25728:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24403, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24393, "src": "25732:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_ae2ec581fba979c4f79aae94f13936ff6bb7e283817b2ec0602d9daa028a1550", "typeString": "literal_string \"log(uint256,string,bool,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 24397, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "25660:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24398, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "25664:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "25660:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24404, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "25660:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24396, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "25644:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24405, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "25644:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24406, "nodeType": "ExpressionStatement", "src": "25644:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "25565:3:16", "parameters": { "id": 24394, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24387, "mutability": "mutable", "name": "p0", "nameLocation": "25577:2:16", "nodeType": "VariableDeclaration", "scope": 24408, "src": "25569:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24386, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "25569:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24389, "mutability": "mutable", "name": "p1", "nameLocation": "25595:2:16", "nodeType": "VariableDeclaration", "scope": 24408, "src": "25581:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24388, "name": "string", "nodeType": "ElementaryTypeName", "src": "25581:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24391, "mutability": "mutable", "name": "p2", "nameLocation": "25604:2:16", "nodeType": "VariableDeclaration", "scope": 24408, "src": "25599:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24390, "name": "bool", "nodeType": "ElementaryTypeName", "src": "25599:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24393, "mutability": "mutable", "name": "p3", "nameLocation": "25616:2:16", "nodeType": "VariableDeclaration", "scope": 24408, "src": "25608:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24392, "name": "address", "nodeType": "ElementaryTypeName", "src": "25608:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "25568:51:16" }, "returnParameters": { "id": 24395, "nodeType": "ParameterList", "parameters": [], "src": "25634:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24431, "nodeType": "FunctionDefinition", "src": "25749:193:16", "nodes": [], "body": { "id": 24430, "nodeType": "Block", "src": "25830:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c616464726573732c75696e7432353629", "id": 24422, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "25880:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_e8d3018d32ee5012095e63c81679b366f06035e83d43be351e9c327886860908", "typeString": "literal_string \"log(uint256,string,address,uint256)\"" }, "value": "log(uint256,string,address,uint256)" }, { "id": 24423, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24410, "src": "25919:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24424, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24412, "src": "25923:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24425, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24414, "src": "25927:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24426, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24416, "src": "25931:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_e8d3018d32ee5012095e63c81679b366f06035e83d43be351e9c327886860908", "typeString": "literal_string \"log(uint256,string,address,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 24420, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "25856:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24421, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "25860:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "25856:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24427, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "25856:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24419, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "25840:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24428, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "25840:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24429, "nodeType": "ExpressionStatement", "src": "25840:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "25758:3:16", "parameters": { "id": 24417, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24410, "mutability": "mutable", "name": "p0", "nameLocation": "25770:2:16", "nodeType": "VariableDeclaration", "scope": 24431, "src": "25762:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24409, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "25762:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24412, "mutability": "mutable", "name": "p1", "nameLocation": "25788:2:16", "nodeType": "VariableDeclaration", "scope": 24431, "src": "25774:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24411, "name": "string", "nodeType": "ElementaryTypeName", "src": "25774:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24414, "mutability": "mutable", "name": "p2", "nameLocation": "25800:2:16", "nodeType": "VariableDeclaration", "scope": 24431, "src": "25792:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24413, "name": "address", "nodeType": "ElementaryTypeName", "src": "25792:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24416, "mutability": "mutable", "name": "p3", "nameLocation": "25812:2:16", "nodeType": "VariableDeclaration", "scope": 24431, "src": "25804:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24415, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "25804:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "25761:54:16" }, "returnParameters": { "id": 24418, "nodeType": "ParameterList", "parameters": [], "src": "25830:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24454, "nodeType": "FunctionDefinition", "src": "25948:198:16", "nodes": [], "body": { "id": 24453, "nodeType": "Block", "src": "26035:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c616464726573732c737472696e6729", "id": 24445, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "26085:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_9c3adfa1394c3989d93ade538d03d04b05867057c1dd54721ae2c85f9a1a4720", "typeString": "literal_string \"log(uint256,string,address,string)\"" }, "value": "log(uint256,string,address,string)" }, { "id": 24446, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24433, "src": "26123:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24447, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24435, "src": "26127:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24448, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24437, "src": "26131:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24449, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24439, "src": "26135:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_9c3adfa1394c3989d93ade538d03d04b05867057c1dd54721ae2c85f9a1a4720", "typeString": "literal_string \"log(uint256,string,address,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 24443, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "26061:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24444, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "26065:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "26061:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24450, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "26061:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24442, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "26045:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24451, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "26045:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24452, "nodeType": "ExpressionStatement", "src": "26045:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "25957:3:16", "parameters": { "id": 24440, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24433, "mutability": "mutable", "name": "p0", "nameLocation": "25969:2:16", "nodeType": "VariableDeclaration", "scope": 24454, "src": "25961:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24432, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "25961:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24435, "mutability": "mutable", "name": "p1", "nameLocation": "25987:2:16", "nodeType": "VariableDeclaration", "scope": 24454, "src": "25973:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24434, "name": "string", "nodeType": "ElementaryTypeName", "src": "25973:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24437, "mutability": "mutable", "name": "p2", "nameLocation": "25999:2:16", "nodeType": "VariableDeclaration", "scope": 24454, "src": "25991:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24436, "name": "address", "nodeType": "ElementaryTypeName", "src": "25991:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24439, "mutability": "mutable", "name": "p3", "nameLocation": "26017:2:16", "nodeType": "VariableDeclaration", "scope": 24454, "src": "26003:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24438, "name": "string", "nodeType": "ElementaryTypeName", "src": "26003:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "25960:60:16" }, "returnParameters": { "id": 24441, "nodeType": "ParameterList", "parameters": [], "src": "26035:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24477, "nodeType": "FunctionDefinition", "src": "26152:187:16", "nodes": [], "body": { "id": 24476, "nodeType": "Block", "src": "26230:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c616464726573732c626f6f6c29", "id": 24468, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "26280:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_90c30a564e5b352d6dfee73888402a5685ca327aad7827d5040904440ee085c5", "typeString": "literal_string \"log(uint256,string,address,bool)\"" }, "value": "log(uint256,string,address,bool)" }, { "id": 24469, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24456, "src": "26316:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24470, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24458, "src": "26320:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24471, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24460, "src": "26324:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24472, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24462, "src": "26328:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_90c30a564e5b352d6dfee73888402a5685ca327aad7827d5040904440ee085c5", "typeString": "literal_string \"log(uint256,string,address,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 24466, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "26256:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24467, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "26260:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "26256:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24473, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "26256:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24465, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "26240:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24474, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "26240:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24475, "nodeType": "ExpressionStatement", "src": "26240:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "26161:3:16", "parameters": { "id": 24463, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24456, "mutability": "mutable", "name": "p0", "nameLocation": "26173:2:16", "nodeType": "VariableDeclaration", "scope": 24477, "src": "26165:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24455, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "26165:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24458, "mutability": "mutable", "name": "p1", "nameLocation": "26191:2:16", "nodeType": "VariableDeclaration", "scope": 24477, "src": "26177:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24457, "name": "string", "nodeType": "ElementaryTypeName", "src": "26177:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24460, "mutability": "mutable", "name": "p2", "nameLocation": "26203:2:16", "nodeType": "VariableDeclaration", "scope": 24477, "src": "26195:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24459, "name": "address", "nodeType": "ElementaryTypeName", "src": "26195:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24462, "mutability": "mutable", "name": "p3", "nameLocation": "26212:2:16", "nodeType": "VariableDeclaration", "scope": 24477, "src": "26207:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24461, "name": "bool", "nodeType": "ElementaryTypeName", "src": "26207:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "26164:51:16" }, "returnParameters": { "id": 24464, "nodeType": "ParameterList", "parameters": [], "src": "26230:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24500, "nodeType": "FunctionDefinition", "src": "26345:193:16", "nodes": [], "body": { "id": 24499, "nodeType": "Block", "src": "26426:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c737472696e672c616464726573732c6164647265737329", "id": 24491, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "26476:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_6168ed618844a2c75dc49207e69cdff562cd2faf2e74aa5192211a023611c6bd", "typeString": "literal_string \"log(uint256,string,address,address)\"" }, "value": "log(uint256,string,address,address)" }, { "id": 24492, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24479, "src": "26515:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24493, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24481, "src": "26519:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24494, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24483, "src": "26523:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24495, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24485, "src": "26527:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_6168ed618844a2c75dc49207e69cdff562cd2faf2e74aa5192211a023611c6bd", "typeString": "literal_string \"log(uint256,string,address,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 24489, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "26452:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24490, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "26456:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "26452:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24496, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "26452:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24488, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "26436:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24497, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "26436:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24498, "nodeType": "ExpressionStatement", "src": "26436:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "26354:3:16", "parameters": { "id": 24486, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24479, "mutability": "mutable", "name": "p0", "nameLocation": "26366:2:16", "nodeType": "VariableDeclaration", "scope": 24500, "src": "26358:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24478, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "26358:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24481, "mutability": "mutable", "name": "p1", "nameLocation": "26384:2:16", "nodeType": "VariableDeclaration", "scope": 24500, "src": "26370:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24480, "name": "string", "nodeType": "ElementaryTypeName", "src": "26370:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24483, "mutability": "mutable", "name": "p2", "nameLocation": "26396:2:16", "nodeType": "VariableDeclaration", "scope": 24500, "src": "26388:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24482, "name": "address", "nodeType": "ElementaryTypeName", "src": "26388:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24485, "mutability": "mutable", "name": "p3", "nameLocation": "26408:2:16", "nodeType": "VariableDeclaration", "scope": 24500, "src": "26400:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24484, "name": "address", "nodeType": "ElementaryTypeName", "src": "26400:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "26357:54:16" }, "returnParameters": { "id": 24487, "nodeType": "ParameterList", "parameters": [], "src": "26426:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24523, "nodeType": "FunctionDefinition", "src": "26544:182:16", "nodes": [], "body": { "id": 24522, "nodeType": "Block", "src": "26616:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c75696e743235362c75696e7432353629", "id": 24514, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "26666:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c6acc7a8396e6de9a5a1476aecf2cbff57758b174747b0371b7f3994e930b8b4", "typeString": "literal_string \"log(uint256,bool,uint256,uint256)\"" }, "value": "log(uint256,bool,uint256,uint256)" }, { "id": 24515, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24502, "src": "26703:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24516, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24504, "src": "26707:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24517, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24506, "src": "26711:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24518, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24508, "src": "26715:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c6acc7a8396e6de9a5a1476aecf2cbff57758b174747b0371b7f3994e930b8b4", "typeString": "literal_string \"log(uint256,bool,uint256,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 24512, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "26642:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24513, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "26646:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "26642:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24519, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "26642:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24511, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "26626:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24520, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "26626:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24521, "nodeType": "ExpressionStatement", "src": "26626:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "26553:3:16", "parameters": { "id": 24509, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24502, "mutability": "mutable", "name": "p0", "nameLocation": "26565:2:16", "nodeType": "VariableDeclaration", "scope": 24523, "src": "26557:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24501, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "26557:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24504, "mutability": "mutable", "name": "p1", "nameLocation": "26574:2:16", "nodeType": "VariableDeclaration", "scope": 24523, "src": "26569:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24503, "name": "bool", "nodeType": "ElementaryTypeName", "src": "26569:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24506, "mutability": "mutable", "name": "p2", "nameLocation": "26586:2:16", "nodeType": "VariableDeclaration", "scope": 24523, "src": "26578:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24505, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "26578:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24508, "mutability": "mutable", "name": "p3", "nameLocation": "26598:2:16", "nodeType": "VariableDeclaration", "scope": 24523, "src": "26590:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24507, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "26590:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "26556:45:16" }, "returnParameters": { "id": 24510, "nodeType": "ParameterList", "parameters": [], "src": "26616:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24546, "nodeType": "FunctionDefinition", "src": "26732:187:16", "nodes": [], "body": { "id": 24545, "nodeType": "Block", "src": "26810:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c75696e743235362c737472696e6729", "id": 24537, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "26860:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_de03e77403acbacf9b1b18c1115984c9fba2c45e2eec9f12c266ada3f62a0d1b", "typeString": "literal_string \"log(uint256,bool,uint256,string)\"" }, "value": "log(uint256,bool,uint256,string)" }, { "id": 24538, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24525, "src": "26896:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24539, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24527, "src": "26900:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24540, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24529, "src": "26904:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24541, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24531, "src": "26908:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_de03e77403acbacf9b1b18c1115984c9fba2c45e2eec9f12c266ada3f62a0d1b", "typeString": "literal_string \"log(uint256,bool,uint256,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 24535, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "26836:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24536, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "26840:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "26836:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24542, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "26836:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24534, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "26820:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24543, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "26820:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24544, "nodeType": "ExpressionStatement", "src": "26820:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "26741:3:16", "parameters": { "id": 24532, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24525, "mutability": "mutable", "name": "p0", "nameLocation": "26753:2:16", "nodeType": "VariableDeclaration", "scope": 24546, "src": "26745:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24524, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "26745:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24527, "mutability": "mutable", "name": "p1", "nameLocation": "26762:2:16", "nodeType": "VariableDeclaration", "scope": 24546, "src": "26757:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24526, "name": "bool", "nodeType": "ElementaryTypeName", "src": "26757:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24529, "mutability": "mutable", "name": "p2", "nameLocation": "26774:2:16", "nodeType": "VariableDeclaration", "scope": 24546, "src": "26766:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24528, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "26766:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24531, "mutability": "mutable", "name": "p3", "nameLocation": "26792:2:16", "nodeType": "VariableDeclaration", "scope": 24546, "src": "26778:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24530, "name": "string", "nodeType": "ElementaryTypeName", "src": "26778:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "26744:51:16" }, "returnParameters": { "id": 24533, "nodeType": "ParameterList", "parameters": [], "src": "26810:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24569, "nodeType": "FunctionDefinition", "src": "26925:176:16", "nodes": [], "body": { "id": 24568, "nodeType": "Block", "src": "26994:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c75696e743235362c626f6f6c29", "id": 24560, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "27044:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_91a02e2ac8ae09683fa28beba3fd130b88054c89e51901b8e0510c8e25aa37d1", "typeString": "literal_string \"log(uint256,bool,uint256,bool)\"" }, "value": "log(uint256,bool,uint256,bool)" }, { "id": 24561, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24548, "src": "27078:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24562, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24550, "src": "27082:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24563, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24552, "src": "27086:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24564, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24554, "src": "27090:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_91a02e2ac8ae09683fa28beba3fd130b88054c89e51901b8e0510c8e25aa37d1", "typeString": "literal_string \"log(uint256,bool,uint256,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 24558, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "27020:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24559, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "27024:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "27020:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24565, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "27020:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24557, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "27004:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24566, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "27004:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24567, "nodeType": "ExpressionStatement", "src": "27004:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "26934:3:16", "parameters": { "id": 24555, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24548, "mutability": "mutable", "name": "p0", "nameLocation": "26946:2:16", "nodeType": "VariableDeclaration", "scope": 24569, "src": "26938:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24547, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "26938:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24550, "mutability": "mutable", "name": "p1", "nameLocation": "26955:2:16", "nodeType": "VariableDeclaration", "scope": 24569, "src": "26950:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24549, "name": "bool", "nodeType": "ElementaryTypeName", "src": "26950:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24552, "mutability": "mutable", "name": "p2", "nameLocation": "26967:2:16", "nodeType": "VariableDeclaration", "scope": 24569, "src": "26959:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24551, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "26959:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24554, "mutability": "mutable", "name": "p3", "nameLocation": "26976:2:16", "nodeType": "VariableDeclaration", "scope": 24569, "src": "26971:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24553, "name": "bool", "nodeType": "ElementaryTypeName", "src": "26971:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "26937:42:16" }, "returnParameters": { "id": 24556, "nodeType": "ParameterList", "parameters": [], "src": "26994:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24592, "nodeType": "FunctionDefinition", "src": "27107:182:16", "nodes": [], "body": { "id": 24591, "nodeType": "Block", "src": "27179:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c75696e743235362c6164647265737329", "id": 24583, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "27229:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_88cb6041693b97a5282ad65a65484c065fbc3d3a4dac698c427f5b30bb33b29b", "typeString": "literal_string \"log(uint256,bool,uint256,address)\"" }, "value": "log(uint256,bool,uint256,address)" }, { "id": 24584, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24571, "src": "27266:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24585, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24573, "src": "27270:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24586, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24575, "src": "27274:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24587, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24577, "src": "27278:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_88cb6041693b97a5282ad65a65484c065fbc3d3a4dac698c427f5b30bb33b29b", "typeString": "literal_string \"log(uint256,bool,uint256,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 24581, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "27205:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24582, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "27209:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "27205:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24588, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "27205:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24580, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "27189:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24589, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "27189:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24590, "nodeType": "ExpressionStatement", "src": "27189:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "27116:3:16", "parameters": { "id": 24578, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24571, "mutability": "mutable", "name": "p0", "nameLocation": "27128:2:16", "nodeType": "VariableDeclaration", "scope": 24592, "src": "27120:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24570, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "27120:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24573, "mutability": "mutable", "name": "p1", "nameLocation": "27137:2:16", "nodeType": "VariableDeclaration", "scope": 24592, "src": "27132:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24572, "name": "bool", "nodeType": "ElementaryTypeName", "src": "27132:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24575, "mutability": "mutable", "name": "p2", "nameLocation": "27149:2:16", "nodeType": "VariableDeclaration", "scope": 24592, "src": "27141:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24574, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "27141:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24577, "mutability": "mutable", "name": "p3", "nameLocation": "27161:2:16", "nodeType": "VariableDeclaration", "scope": 24592, "src": "27153:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24576, "name": "address", "nodeType": "ElementaryTypeName", "src": "27153:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "27119:45:16" }, "returnParameters": { "id": 24579, "nodeType": "ParameterList", "parameters": [], "src": "27179:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24615, "nodeType": "FunctionDefinition", "src": "27295:187:16", "nodes": [], "body": { "id": 24614, "nodeType": "Block", "src": "27373:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c737472696e672c75696e7432353629", "id": 24606, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "27423:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2c1d07463509a567bf9962980ac948a2ea7c76a53c189a607b7b35b14e806be8", "typeString": "literal_string \"log(uint256,bool,string,uint256)\"" }, "value": "log(uint256,bool,string,uint256)" }, { "id": 24607, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24594, "src": "27459:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24608, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24596, "src": "27463:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24609, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24598, "src": "27467:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24610, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24600, "src": "27471:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2c1d07463509a567bf9962980ac948a2ea7c76a53c189a607b7b35b14e806be8", "typeString": "literal_string \"log(uint256,bool,string,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 24604, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "27399:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24605, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "27403:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "27399:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24611, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "27399:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24603, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "27383:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24612, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "27383:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24613, "nodeType": "ExpressionStatement", "src": "27383:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "27304:3:16", "parameters": { "id": 24601, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24594, "mutability": "mutable", "name": "p0", "nameLocation": "27316:2:16", "nodeType": "VariableDeclaration", "scope": 24615, "src": "27308:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24593, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "27308:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24596, "mutability": "mutable", "name": "p1", "nameLocation": "27325:2:16", "nodeType": "VariableDeclaration", "scope": 24615, "src": "27320:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24595, "name": "bool", "nodeType": "ElementaryTypeName", "src": "27320:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24598, "mutability": "mutable", "name": "p2", "nameLocation": "27343:2:16", "nodeType": "VariableDeclaration", "scope": 24615, "src": "27329:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24597, "name": "string", "nodeType": "ElementaryTypeName", "src": "27329:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24600, "mutability": "mutable", "name": "p3", "nameLocation": "27355:2:16", "nodeType": "VariableDeclaration", "scope": 24615, "src": "27347:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24599, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "27347:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "27307:51:16" }, "returnParameters": { "id": 24602, "nodeType": "ParameterList", "parameters": [], "src": "27373:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24638, "nodeType": "FunctionDefinition", "src": "27488:192:16", "nodes": [], "body": { "id": 24637, "nodeType": "Block", "src": "27572:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c737472696e672c737472696e6729", "id": 24629, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "27622:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_68c8b8bd8cd0cfd8add7c6745840520db0bd1049365ac415de6367b3b79b5ddd", "typeString": "literal_string \"log(uint256,bool,string,string)\"" }, "value": "log(uint256,bool,string,string)" }, { "id": 24630, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24617, "src": "27657:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24631, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24619, "src": "27661:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24632, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24621, "src": "27665:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24633, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24623, "src": "27669:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_68c8b8bd8cd0cfd8add7c6745840520db0bd1049365ac415de6367b3b79b5ddd", "typeString": "literal_string \"log(uint256,bool,string,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 24627, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "27598:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24628, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "27602:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "27598:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24634, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "27598:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24626, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "27582:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24635, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "27582:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24636, "nodeType": "ExpressionStatement", "src": "27582:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "27497:3:16", "parameters": { "id": 24624, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24617, "mutability": "mutable", "name": "p0", "nameLocation": "27509:2:16", "nodeType": "VariableDeclaration", "scope": 24638, "src": "27501:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24616, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "27501:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24619, "mutability": "mutable", "name": "p1", "nameLocation": "27518:2:16", "nodeType": "VariableDeclaration", "scope": 24638, "src": "27513:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24618, "name": "bool", "nodeType": "ElementaryTypeName", "src": "27513:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24621, "mutability": "mutable", "name": "p2", "nameLocation": "27536:2:16", "nodeType": "VariableDeclaration", "scope": 24638, "src": "27522:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24620, "name": "string", "nodeType": "ElementaryTypeName", "src": "27522:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24623, "mutability": "mutable", "name": "p3", "nameLocation": "27554:2:16", "nodeType": "VariableDeclaration", "scope": 24638, "src": "27540:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24622, "name": "string", "nodeType": "ElementaryTypeName", "src": "27540:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "27500:57:16" }, "returnParameters": { "id": 24625, "nodeType": "ParameterList", "parameters": [], "src": "27572:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24661, "nodeType": "FunctionDefinition", "src": "27686:181:16", "nodes": [], "body": { "id": 24660, "nodeType": "Block", "src": "27761:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c737472696e672c626f6f6c29", "id": 24652, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "27811:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_eb928d7f2c458ba40d8ba853c60153b2f73ca9189d4be051103bc8a6c10d45ad", "typeString": "literal_string \"log(uint256,bool,string,bool)\"" }, "value": "log(uint256,bool,string,bool)" }, { "id": 24653, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24640, "src": "27844:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24654, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24642, "src": "27848:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24655, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24644, "src": "27852:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24656, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24646, "src": "27856:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_eb928d7f2c458ba40d8ba853c60153b2f73ca9189d4be051103bc8a6c10d45ad", "typeString": "literal_string \"log(uint256,bool,string,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 24650, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "27787:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24651, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "27791:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "27787:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24657, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "27787:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24649, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "27771:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24658, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "27771:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24659, "nodeType": "ExpressionStatement", "src": "27771:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "27695:3:16", "parameters": { "id": 24647, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24640, "mutability": "mutable", "name": "p0", "nameLocation": "27707:2:16", "nodeType": "VariableDeclaration", "scope": 24661, "src": "27699:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24639, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "27699:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24642, "mutability": "mutable", "name": "p1", "nameLocation": "27716:2:16", "nodeType": "VariableDeclaration", "scope": 24661, "src": "27711:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24641, "name": "bool", "nodeType": "ElementaryTypeName", "src": "27711:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24644, "mutability": "mutable", "name": "p2", "nameLocation": "27734:2:16", "nodeType": "VariableDeclaration", "scope": 24661, "src": "27720:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24643, "name": "string", "nodeType": "ElementaryTypeName", "src": "27720:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24646, "mutability": "mutable", "name": "p3", "nameLocation": "27743:2:16", "nodeType": "VariableDeclaration", "scope": 24661, "src": "27738:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24645, "name": "bool", "nodeType": "ElementaryTypeName", "src": "27738:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "27698:48:16" }, "returnParameters": { "id": 24648, "nodeType": "ParameterList", "parameters": [], "src": "27761:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24684, "nodeType": "FunctionDefinition", "src": "27873:187:16", "nodes": [], "body": { "id": 24683, "nodeType": "Block", "src": "27951:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c737472696e672c6164647265737329", "id": 24675, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "28001:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_ef529018e81552426f837435fb92b39b88965df2736546faff28c9f06e5f58b5", "typeString": "literal_string \"log(uint256,bool,string,address)\"" }, "value": "log(uint256,bool,string,address)" }, { "id": 24676, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24663, "src": "28037:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24677, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24665, "src": "28041:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24678, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24667, "src": "28045:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24679, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24669, "src": "28049:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_ef529018e81552426f837435fb92b39b88965df2736546faff28c9f06e5f58b5", "typeString": "literal_string \"log(uint256,bool,string,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 24673, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "27977:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24674, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "27981:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "27977:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24680, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "27977:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24672, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "27961:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24681, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "27961:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24682, "nodeType": "ExpressionStatement", "src": "27961:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "27882:3:16", "parameters": { "id": 24670, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24663, "mutability": "mutable", "name": "p0", "nameLocation": "27894:2:16", "nodeType": "VariableDeclaration", "scope": 24684, "src": "27886:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24662, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "27886:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24665, "mutability": "mutable", "name": "p1", "nameLocation": "27903:2:16", "nodeType": "VariableDeclaration", "scope": 24684, "src": "27898:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24664, "name": "bool", "nodeType": "ElementaryTypeName", "src": "27898:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24667, "mutability": "mutable", "name": "p2", "nameLocation": "27921:2:16", "nodeType": "VariableDeclaration", "scope": 24684, "src": "27907:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24666, "name": "string", "nodeType": "ElementaryTypeName", "src": "27907:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24669, "mutability": "mutable", "name": "p3", "nameLocation": "27933:2:16", "nodeType": "VariableDeclaration", "scope": 24684, "src": "27925:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24668, "name": "address", "nodeType": "ElementaryTypeName", "src": "27925:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "27885:51:16" }, "returnParameters": { "id": 24671, "nodeType": "ParameterList", "parameters": [], "src": "27951:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24707, "nodeType": "FunctionDefinition", "src": "28066:176:16", "nodes": [], "body": { "id": 24706, "nodeType": "Block", "src": "28135:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c626f6f6c2c75696e7432353629", "id": 24698, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "28185:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_7464ce2380e6490f75dd524dd03612157b27bca22ecbf1bc2f0ca22ac41015d1", "typeString": "literal_string \"log(uint256,bool,bool,uint256)\"" }, "value": "log(uint256,bool,bool,uint256)" }, { "id": 24699, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24686, "src": "28219:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24700, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24688, "src": "28223:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24701, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24690, "src": "28227:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24702, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24692, "src": "28231:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_7464ce2380e6490f75dd524dd03612157b27bca22ecbf1bc2f0ca22ac41015d1", "typeString": "literal_string \"log(uint256,bool,bool,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 24696, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "28161:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24697, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "28165:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "28161:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24703, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "28161:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24695, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "28145:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24704, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "28145:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24705, "nodeType": "ExpressionStatement", "src": "28145:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "28075:3:16", "parameters": { "id": 24693, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24686, "mutability": "mutable", "name": "p0", "nameLocation": "28087:2:16", "nodeType": "VariableDeclaration", "scope": 24707, "src": "28079:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24685, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "28079:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24688, "mutability": "mutable", "name": "p1", "nameLocation": "28096:2:16", "nodeType": "VariableDeclaration", "scope": 24707, "src": "28091:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24687, "name": "bool", "nodeType": "ElementaryTypeName", "src": "28091:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24690, "mutability": "mutable", "name": "p2", "nameLocation": "28105:2:16", "nodeType": "VariableDeclaration", "scope": 24707, "src": "28100:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24689, "name": "bool", "nodeType": "ElementaryTypeName", "src": "28100:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24692, "mutability": "mutable", "name": "p3", "nameLocation": "28117:2:16", "nodeType": "VariableDeclaration", "scope": 24707, "src": "28109:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24691, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "28109:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "28078:42:16" }, "returnParameters": { "id": 24694, "nodeType": "ParameterList", "parameters": [], "src": "28135:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24730, "nodeType": "FunctionDefinition", "src": "28248:181:16", "nodes": [], "body": { "id": 24729, "nodeType": "Block", "src": "28323:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c626f6f6c2c737472696e6729", "id": 24721, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "28373:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_dddb956172e374c580dd136b5b8151c6400d22ece6b561a1010b6b9e902dd439", "typeString": "literal_string \"log(uint256,bool,bool,string)\"" }, "value": "log(uint256,bool,bool,string)" }, { "id": 24722, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24709, "src": "28406:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24723, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24711, "src": "28410:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24724, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24713, "src": "28414:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24725, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24715, "src": "28418:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_dddb956172e374c580dd136b5b8151c6400d22ece6b561a1010b6b9e902dd439", "typeString": "literal_string \"log(uint256,bool,bool,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 24719, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "28349:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24720, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "28353:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "28349:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24726, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "28349:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24718, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "28333:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24727, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "28333:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24728, "nodeType": "ExpressionStatement", "src": "28333:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "28257:3:16", "parameters": { "id": 24716, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24709, "mutability": "mutable", "name": "p0", "nameLocation": "28269:2:16", "nodeType": "VariableDeclaration", "scope": 24730, "src": "28261:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24708, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "28261:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24711, "mutability": "mutable", "name": "p1", "nameLocation": "28278:2:16", "nodeType": "VariableDeclaration", "scope": 24730, "src": "28273:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24710, "name": "bool", "nodeType": "ElementaryTypeName", "src": "28273:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24713, "mutability": "mutable", "name": "p2", "nameLocation": "28287:2:16", "nodeType": "VariableDeclaration", "scope": 24730, "src": "28282:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24712, "name": "bool", "nodeType": "ElementaryTypeName", "src": "28282:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24715, "mutability": "mutable", "name": "p3", "nameLocation": "28305:2:16", "nodeType": "VariableDeclaration", "scope": 24730, "src": "28291:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24714, "name": "string", "nodeType": "ElementaryTypeName", "src": "28291:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "28260:48:16" }, "returnParameters": { "id": 24717, "nodeType": "ParameterList", "parameters": [], "src": "28323:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24753, "nodeType": "FunctionDefinition", "src": "28435:170:16", "nodes": [], "body": { "id": 24752, "nodeType": "Block", "src": "28501:104:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c626f6f6c2c626f6f6c29", "id": 24744, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "28551:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_b6f577a1520f8fa7d40eaff9dcd5f293e28b7606bd07d0a450b13db93da80473", "typeString": "literal_string \"log(uint256,bool,bool,bool)\"" }, "value": "log(uint256,bool,bool,bool)" }, { "id": 24745, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24732, "src": "28582:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24746, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24734, "src": "28586:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24747, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24736, "src": "28590:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24748, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24738, "src": "28594:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_b6f577a1520f8fa7d40eaff9dcd5f293e28b7606bd07d0a450b13db93da80473", "typeString": "literal_string \"log(uint256,bool,bool,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 24742, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "28527:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24743, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "28531:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "28527:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24749, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "28527:70:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24741, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "28511:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24750, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "28511:87:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24751, "nodeType": "ExpressionStatement", "src": "28511:87:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "28444:3:16", "parameters": { "id": 24739, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24732, "mutability": "mutable", "name": "p0", "nameLocation": "28456:2:16", "nodeType": "VariableDeclaration", "scope": 24753, "src": "28448:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24731, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "28448:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24734, "mutability": "mutable", "name": "p1", "nameLocation": "28465:2:16", "nodeType": "VariableDeclaration", "scope": 24753, "src": "28460:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24733, "name": "bool", "nodeType": "ElementaryTypeName", "src": "28460:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24736, "mutability": "mutable", "name": "p2", "nameLocation": "28474:2:16", "nodeType": "VariableDeclaration", "scope": 24753, "src": "28469:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24735, "name": "bool", "nodeType": "ElementaryTypeName", "src": "28469:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24738, "mutability": "mutable", "name": "p3", "nameLocation": "28483:2:16", "nodeType": "VariableDeclaration", "scope": 24753, "src": "28478:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24737, "name": "bool", "nodeType": "ElementaryTypeName", "src": "28478:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "28447:39:16" }, "returnParameters": { "id": 24740, "nodeType": "ParameterList", "parameters": [], "src": "28501:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24776, "nodeType": "FunctionDefinition", "src": "28611:176:16", "nodes": [], "body": { "id": 24775, "nodeType": "Block", "src": "28680:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c626f6f6c2c6164647265737329", "id": 24767, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "28730:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_69640b598ea5b9e4e68e932871cb8a509ce832c6718a902773532568b8c95c31", "typeString": "literal_string \"log(uint256,bool,bool,address)\"" }, "value": "log(uint256,bool,bool,address)" }, { "id": 24768, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24755, "src": "28764:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24769, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24757, "src": "28768:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24770, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24759, "src": "28772:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24771, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24761, "src": "28776:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_69640b598ea5b9e4e68e932871cb8a509ce832c6718a902773532568b8c95c31", "typeString": "literal_string \"log(uint256,bool,bool,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 24765, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "28706:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24766, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "28710:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "28706:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24772, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "28706:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24764, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "28690:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24773, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "28690:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24774, "nodeType": "ExpressionStatement", "src": "28690:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "28620:3:16", "parameters": { "id": 24762, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24755, "mutability": "mutable", "name": "p0", "nameLocation": "28632:2:16", "nodeType": "VariableDeclaration", "scope": 24776, "src": "28624:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24754, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "28624:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24757, "mutability": "mutable", "name": "p1", "nameLocation": "28641:2:16", "nodeType": "VariableDeclaration", "scope": 24776, "src": "28636:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24756, "name": "bool", "nodeType": "ElementaryTypeName", "src": "28636:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24759, "mutability": "mutable", "name": "p2", "nameLocation": "28650:2:16", "nodeType": "VariableDeclaration", "scope": 24776, "src": "28645:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24758, "name": "bool", "nodeType": "ElementaryTypeName", "src": "28645:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24761, "mutability": "mutable", "name": "p3", "nameLocation": "28662:2:16", "nodeType": "VariableDeclaration", "scope": 24776, "src": "28654:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24760, "name": "address", "nodeType": "ElementaryTypeName", "src": "28654:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "28623:42:16" }, "returnParameters": { "id": 24763, "nodeType": "ParameterList", "parameters": [], "src": "28680:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24799, "nodeType": "FunctionDefinition", "src": "28793:182:16", "nodes": [], "body": { "id": 24798, "nodeType": "Block", "src": "28865:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c616464726573732c75696e7432353629", "id": 24790, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "28915:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_078287f5d654caee11cca90bb8c074a9529509cd07319dc17a93fa036ea5ea88", "typeString": "literal_string \"log(uint256,bool,address,uint256)\"" }, "value": "log(uint256,bool,address,uint256)" }, { "id": 24791, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24778, "src": "28952:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24792, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24780, "src": "28956:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24793, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24782, "src": "28960:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24794, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24784, "src": "28964:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_078287f5d654caee11cca90bb8c074a9529509cd07319dc17a93fa036ea5ea88", "typeString": "literal_string \"log(uint256,bool,address,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 24788, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "28891:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24789, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "28895:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "28891:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24795, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "28891:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24787, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "28875:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24796, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "28875:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24797, "nodeType": "ExpressionStatement", "src": "28875:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "28802:3:16", "parameters": { "id": 24785, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24778, "mutability": "mutable", "name": "p0", "nameLocation": "28814:2:16", "nodeType": "VariableDeclaration", "scope": 24799, "src": "28806:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24777, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "28806:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24780, "mutability": "mutable", "name": "p1", "nameLocation": "28823:2:16", "nodeType": "VariableDeclaration", "scope": 24799, "src": "28818:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24779, "name": "bool", "nodeType": "ElementaryTypeName", "src": "28818:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24782, "mutability": "mutable", "name": "p2", "nameLocation": "28835:2:16", "nodeType": "VariableDeclaration", "scope": 24799, "src": "28827:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24781, "name": "address", "nodeType": "ElementaryTypeName", "src": "28827:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24784, "mutability": "mutable", "name": "p3", "nameLocation": "28847:2:16", "nodeType": "VariableDeclaration", "scope": 24799, "src": "28839:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24783, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "28839:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "28805:45:16" }, "returnParameters": { "id": 24786, "nodeType": "ParameterList", "parameters": [], "src": "28865:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24822, "nodeType": "FunctionDefinition", "src": "28981:187:16", "nodes": [], "body": { "id": 24821, "nodeType": "Block", "src": "29059:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c616464726573732c737472696e6729", "id": 24813, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "29109:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_ade052c70a8f7736e3d4ca12bfb5de52ba51cd4551a71eb41200e5ca9b193461", "typeString": "literal_string \"log(uint256,bool,address,string)\"" }, "value": "log(uint256,bool,address,string)" }, { "id": 24814, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24801, "src": "29145:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24815, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24803, "src": "29149:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24816, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24805, "src": "29153:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24817, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24807, "src": "29157:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_ade052c70a8f7736e3d4ca12bfb5de52ba51cd4551a71eb41200e5ca9b193461", "typeString": "literal_string \"log(uint256,bool,address,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 24811, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "29085:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24812, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "29089:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "29085:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24818, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "29085:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24810, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "29069:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24819, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "29069:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24820, "nodeType": "ExpressionStatement", "src": "29069:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "28990:3:16", "parameters": { "id": 24808, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24801, "mutability": "mutable", "name": "p0", "nameLocation": "29002:2:16", "nodeType": "VariableDeclaration", "scope": 24822, "src": "28994:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24800, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "28994:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24803, "mutability": "mutable", "name": "p1", "nameLocation": "29011:2:16", "nodeType": "VariableDeclaration", "scope": 24822, "src": "29006:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24802, "name": "bool", "nodeType": "ElementaryTypeName", "src": "29006:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24805, "mutability": "mutable", "name": "p2", "nameLocation": "29023:2:16", "nodeType": "VariableDeclaration", "scope": 24822, "src": "29015:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24804, "name": "address", "nodeType": "ElementaryTypeName", "src": "29015:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24807, "mutability": "mutable", "name": "p3", "nameLocation": "29041:2:16", "nodeType": "VariableDeclaration", "scope": 24822, "src": "29027:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24806, "name": "string", "nodeType": "ElementaryTypeName", "src": "29027:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "28993:51:16" }, "returnParameters": { "id": 24809, "nodeType": "ParameterList", "parameters": [], "src": "29059:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24845, "nodeType": "FunctionDefinition", "src": "29174:176:16", "nodes": [], "body": { "id": 24844, "nodeType": "Block", "src": "29243:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c616464726573732c626f6f6c29", "id": 24836, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "29293:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_454d54a5a1119d55883b5fbee0d6f19af54017eb1650d2284224aac472880f6a", "typeString": "literal_string \"log(uint256,bool,address,bool)\"" }, "value": "log(uint256,bool,address,bool)" }, { "id": 24837, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24824, "src": "29327:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24838, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24826, "src": "29331:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24839, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24828, "src": "29335:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24840, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24830, "src": "29339:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_454d54a5a1119d55883b5fbee0d6f19af54017eb1650d2284224aac472880f6a", "typeString": "literal_string \"log(uint256,bool,address,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 24834, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "29269:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24835, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "29273:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "29269:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24841, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "29269:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24833, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "29253:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24842, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "29253:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24843, "nodeType": "ExpressionStatement", "src": "29253:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "29183:3:16", "parameters": { "id": 24831, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24824, "mutability": "mutable", "name": "p0", "nameLocation": "29195:2:16", "nodeType": "VariableDeclaration", "scope": 24845, "src": "29187:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24823, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "29187:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24826, "mutability": "mutable", "name": "p1", "nameLocation": "29204:2:16", "nodeType": "VariableDeclaration", "scope": 24845, "src": "29199:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24825, "name": "bool", "nodeType": "ElementaryTypeName", "src": "29199:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24828, "mutability": "mutable", "name": "p2", "nameLocation": "29216:2:16", "nodeType": "VariableDeclaration", "scope": 24845, "src": "29208:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24827, "name": "address", "nodeType": "ElementaryTypeName", "src": "29208:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24830, "mutability": "mutable", "name": "p3", "nameLocation": "29225:2:16", "nodeType": "VariableDeclaration", "scope": 24845, "src": "29220:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24829, "name": "bool", "nodeType": "ElementaryTypeName", "src": "29220:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "29186:42:16" }, "returnParameters": { "id": 24832, "nodeType": "ParameterList", "parameters": [], "src": "29243:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24868, "nodeType": "FunctionDefinition", "src": "29356:182:16", "nodes": [], "body": { "id": 24867, "nodeType": "Block", "src": "29428:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c626f6f6c2c616464726573732c6164647265737329", "id": 24859, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "29478:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_a1ef4cbbfd0316a849f14b661567c9c341a49bccb745dfb6a3d9b82c389ac190", "typeString": "literal_string \"log(uint256,bool,address,address)\"" }, "value": "log(uint256,bool,address,address)" }, { "id": 24860, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24847, "src": "29515:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24861, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24849, "src": "29519:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 24862, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24851, "src": "29523:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24863, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24853, "src": "29527:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_a1ef4cbbfd0316a849f14b661567c9c341a49bccb745dfb6a3d9b82c389ac190", "typeString": "literal_string \"log(uint256,bool,address,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 24857, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "29454:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24858, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "29458:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "29454:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24864, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "29454:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24856, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "29438:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24865, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "29438:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24866, "nodeType": "ExpressionStatement", "src": "29438:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "29365:3:16", "parameters": { "id": 24854, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24847, "mutability": "mutable", "name": "p0", "nameLocation": "29377:2:16", "nodeType": "VariableDeclaration", "scope": 24868, "src": "29369:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24846, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "29369:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24849, "mutability": "mutable", "name": "p1", "nameLocation": "29386:2:16", "nodeType": "VariableDeclaration", "scope": 24868, "src": "29381:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24848, "name": "bool", "nodeType": "ElementaryTypeName", "src": "29381:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 24851, "mutability": "mutable", "name": "p2", "nameLocation": "29398:2:16", "nodeType": "VariableDeclaration", "scope": 24868, "src": "29390:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24850, "name": "address", "nodeType": "ElementaryTypeName", "src": "29390:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24853, "mutability": "mutable", "name": "p3", "nameLocation": "29410:2:16", "nodeType": "VariableDeclaration", "scope": 24868, "src": "29402:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24852, "name": "address", "nodeType": "ElementaryTypeName", "src": "29402:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "29368:45:16" }, "returnParameters": { "id": 24855, "nodeType": "ParameterList", "parameters": [], "src": "29428:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24891, "nodeType": "FunctionDefinition", "src": "29544:188:16", "nodes": [], "body": { "id": 24890, "nodeType": "Block", "src": "29619:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c75696e743235362c75696e7432353629", "id": 24882, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "29669:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_0c9cd9c12a2e17a9af800ac7e9a2b379066135ecb5b197bdb13381ac61cbc59a", "typeString": "literal_string \"log(uint256,address,uint256,uint256)\"" }, "value": "log(uint256,address,uint256,uint256)" }, { "id": 24883, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24870, "src": "29709:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24884, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24872, "src": "29713:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24885, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24874, "src": "29717:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24886, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24876, "src": "29721:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_0c9cd9c12a2e17a9af800ac7e9a2b379066135ecb5b197bdb13381ac61cbc59a", "typeString": "literal_string \"log(uint256,address,uint256,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 24880, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "29645:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24881, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "29649:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "29645:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24887, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "29645:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24879, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "29629:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24888, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "29629:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24889, "nodeType": "ExpressionStatement", "src": "29629:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "29553:3:16", "parameters": { "id": 24877, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24870, "mutability": "mutable", "name": "p0", "nameLocation": "29565:2:16", "nodeType": "VariableDeclaration", "scope": 24891, "src": "29557:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24869, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "29557:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24872, "mutability": "mutable", "name": "p1", "nameLocation": "29577:2:16", "nodeType": "VariableDeclaration", "scope": 24891, "src": "29569:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24871, "name": "address", "nodeType": "ElementaryTypeName", "src": "29569:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24874, "mutability": "mutable", "name": "p2", "nameLocation": "29589:2:16", "nodeType": "VariableDeclaration", "scope": 24891, "src": "29581:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24873, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "29581:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24876, "mutability": "mutable", "name": "p3", "nameLocation": "29601:2:16", "nodeType": "VariableDeclaration", "scope": 24891, "src": "29593:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24875, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "29593:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "29556:48:16" }, "returnParameters": { "id": 24878, "nodeType": "ParameterList", "parameters": [], "src": "29619:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24914, "nodeType": "FunctionDefinition", "src": "29738:193:16", "nodes": [], "body": { "id": 24913, "nodeType": "Block", "src": "29819:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c75696e743235362c737472696e6729", "id": 24905, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "29869:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_ddb06521f885b932f9898b05830c564a50fea82133f47ad308278affbd84d0bd", "typeString": "literal_string \"log(uint256,address,uint256,string)\"" }, "value": "log(uint256,address,uint256,string)" }, { "id": 24906, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24893, "src": "29908:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24907, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24895, "src": "29912:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24908, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24897, "src": "29916:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24909, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24899, "src": "29920:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_ddb06521f885b932f9898b05830c564a50fea82133f47ad308278affbd84d0bd", "typeString": "literal_string \"log(uint256,address,uint256,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 24903, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "29845:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24904, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "29849:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "29845:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24910, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "29845:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24902, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "29829:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24911, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "29829:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24912, "nodeType": "ExpressionStatement", "src": "29829:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "29747:3:16", "parameters": { "id": 24900, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24893, "mutability": "mutable", "name": "p0", "nameLocation": "29759:2:16", "nodeType": "VariableDeclaration", "scope": 24914, "src": "29751:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24892, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "29751:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24895, "mutability": "mutable", "name": "p1", "nameLocation": "29771:2:16", "nodeType": "VariableDeclaration", "scope": 24914, "src": "29763:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24894, "name": "address", "nodeType": "ElementaryTypeName", "src": "29763:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24897, "mutability": "mutable", "name": "p2", "nameLocation": "29783:2:16", "nodeType": "VariableDeclaration", "scope": 24914, "src": "29775:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24896, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "29775:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24899, "mutability": "mutable", "name": "p3", "nameLocation": "29801:2:16", "nodeType": "VariableDeclaration", "scope": 24914, "src": "29787:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24898, "name": "string", "nodeType": "ElementaryTypeName", "src": "29787:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "29750:54:16" }, "returnParameters": { "id": 24901, "nodeType": "ParameterList", "parameters": [], "src": "29819:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24937, "nodeType": "FunctionDefinition", "src": "29937:182:16", "nodes": [], "body": { "id": 24936, "nodeType": "Block", "src": "30009:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c75696e743235362c626f6f6c29", "id": 24928, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "30059:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5f743a7c155871069fb5e6df4e57e25e572bb3015b18294cc69630b2e0ae2e5f", "typeString": "literal_string \"log(uint256,address,uint256,bool)\"" }, "value": "log(uint256,address,uint256,bool)" }, { "id": 24929, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24916, "src": "30096:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24930, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24918, "src": "30100:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24931, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24920, "src": "30104:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24932, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24922, "src": "30108:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5f743a7c155871069fb5e6df4e57e25e572bb3015b18294cc69630b2e0ae2e5f", "typeString": "literal_string \"log(uint256,address,uint256,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 24926, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "30035:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24927, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "30039:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "30035:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24933, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "30035:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24925, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "30019:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24934, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "30019:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24935, "nodeType": "ExpressionStatement", "src": "30019:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "29946:3:16", "parameters": { "id": 24923, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24916, "mutability": "mutable", "name": "p0", "nameLocation": "29958:2:16", "nodeType": "VariableDeclaration", "scope": 24937, "src": "29950:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24915, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "29950:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24918, "mutability": "mutable", "name": "p1", "nameLocation": "29970:2:16", "nodeType": "VariableDeclaration", "scope": 24937, "src": "29962:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24917, "name": "address", "nodeType": "ElementaryTypeName", "src": "29962:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24920, "mutability": "mutable", "name": "p2", "nameLocation": "29982:2:16", "nodeType": "VariableDeclaration", "scope": 24937, "src": "29974:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24919, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "29974:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24922, "mutability": "mutable", "name": "p3", "nameLocation": "29991:2:16", "nodeType": "VariableDeclaration", "scope": 24937, "src": "29986:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 24921, "name": "bool", "nodeType": "ElementaryTypeName", "src": "29986:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "29949:45:16" }, "returnParameters": { "id": 24924, "nodeType": "ParameterList", "parameters": [], "src": "30009:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24960, "nodeType": "FunctionDefinition", "src": "30125:188:16", "nodes": [], "body": { "id": 24959, "nodeType": "Block", "src": "30200:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c75696e743235362c6164647265737329", "id": 24951, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "30250:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_15c127b50404cc1f9627d5115fd42bf400df548658b1002bf25e12f94854b379", "typeString": "literal_string \"log(uint256,address,uint256,address)\"" }, "value": "log(uint256,address,uint256,address)" }, { "id": 24952, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24939, "src": "30290:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24953, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24941, "src": "30294:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24954, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24943, "src": "30298:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24955, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24945, "src": "30302:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_15c127b50404cc1f9627d5115fd42bf400df548658b1002bf25e12f94854b379", "typeString": "literal_string \"log(uint256,address,uint256,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 24949, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "30226:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24950, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "30230:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "30226:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24956, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "30226:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24948, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "30210:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24957, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "30210:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24958, "nodeType": "ExpressionStatement", "src": "30210:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "30134:3:16", "parameters": { "id": 24946, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24939, "mutability": "mutable", "name": "p0", "nameLocation": "30146:2:16", "nodeType": "VariableDeclaration", "scope": 24960, "src": "30138:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24938, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "30138:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24941, "mutability": "mutable", "name": "p1", "nameLocation": "30158:2:16", "nodeType": "VariableDeclaration", "scope": 24960, "src": "30150:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24940, "name": "address", "nodeType": "ElementaryTypeName", "src": "30150:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24943, "mutability": "mutable", "name": "p2", "nameLocation": "30170:2:16", "nodeType": "VariableDeclaration", "scope": 24960, "src": "30162:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24942, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "30162:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24945, "mutability": "mutable", "name": "p3", "nameLocation": "30182:2:16", "nodeType": "VariableDeclaration", "scope": 24960, "src": "30174:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24944, "name": "address", "nodeType": "ElementaryTypeName", "src": "30174:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "30137:48:16" }, "returnParameters": { "id": 24947, "nodeType": "ParameterList", "parameters": [], "src": "30200:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 24983, "nodeType": "FunctionDefinition", "src": "30319:193:16", "nodes": [], "body": { "id": 24982, "nodeType": "Block", "src": "30400:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c737472696e672c75696e7432353629", "id": 24974, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "30450:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_46826b5dec5e8aeff4504f2c138d4e9c8aadb89d9034725f3050269a35303ba0", "typeString": "literal_string \"log(uint256,address,string,uint256)\"" }, "value": "log(uint256,address,string,uint256)" }, { "id": 24975, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24962, "src": "30489:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24976, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24964, "src": "30493:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 24977, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24966, "src": "30497:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 24978, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24968, "src": "30501:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_46826b5dec5e8aeff4504f2c138d4e9c8aadb89d9034725f3050269a35303ba0", "typeString": "literal_string \"log(uint256,address,string,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 24972, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "30426:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24973, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "30430:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "30426:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 24979, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "30426:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24971, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "30410:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 24980, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "30410:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 24981, "nodeType": "ExpressionStatement", "src": "30410:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "30328:3:16", "parameters": { "id": 24969, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24962, "mutability": "mutable", "name": "p0", "nameLocation": "30340:2:16", "nodeType": "VariableDeclaration", "scope": 24983, "src": "30332:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24961, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "30332:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24964, "mutability": "mutable", "name": "p1", "nameLocation": "30352:2:16", "nodeType": "VariableDeclaration", "scope": 24983, "src": "30344:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24963, "name": "address", "nodeType": "ElementaryTypeName", "src": "30344:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24966, "mutability": "mutable", "name": "p2", "nameLocation": "30370:2:16", "nodeType": "VariableDeclaration", "scope": 24983, "src": "30356:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24965, "name": "string", "nodeType": "ElementaryTypeName", "src": "30356:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24968, "mutability": "mutable", "name": "p3", "nameLocation": "30382:2:16", "nodeType": "VariableDeclaration", "scope": 24983, "src": "30374:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24967, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "30374:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "30331:54:16" }, "returnParameters": { "id": 24970, "nodeType": "ParameterList", "parameters": [], "src": "30400:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25006, "nodeType": "FunctionDefinition", "src": "30518:198:16", "nodes": [], "body": { "id": 25005, "nodeType": "Block", "src": "30605:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c737472696e672c737472696e6729", "id": 24997, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "30655:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_3e128ca3cc785552dc4e62d3c73af79fb5f114dc6f0c0eb2bc0e3bdbbd4a1d3b", "typeString": "literal_string \"log(uint256,address,string,string)\"" }, "value": "log(uint256,address,string,string)" }, { "id": 24998, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24985, "src": "30693:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 24999, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24987, "src": "30697:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25000, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24989, "src": "30701:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25001, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 24991, "src": "30705:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_3e128ca3cc785552dc4e62d3c73af79fb5f114dc6f0c0eb2bc0e3bdbbd4a1d3b", "typeString": "literal_string \"log(uint256,address,string,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 24995, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "30631:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 24996, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "30635:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "30631:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25002, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "30631:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 24994, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "30615:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25003, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "30615:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25004, "nodeType": "ExpressionStatement", "src": "30615:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "30527:3:16", "parameters": { "id": 24992, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 24985, "mutability": "mutable", "name": "p0", "nameLocation": "30539:2:16", "nodeType": "VariableDeclaration", "scope": 25006, "src": "30531:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 24984, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "30531:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 24987, "mutability": "mutable", "name": "p1", "nameLocation": "30551:2:16", "nodeType": "VariableDeclaration", "scope": 25006, "src": "30543:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 24986, "name": "address", "nodeType": "ElementaryTypeName", "src": "30543:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 24989, "mutability": "mutable", "name": "p2", "nameLocation": "30569:2:16", "nodeType": "VariableDeclaration", "scope": 25006, "src": "30555:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24988, "name": "string", "nodeType": "ElementaryTypeName", "src": "30555:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 24991, "mutability": "mutable", "name": "p3", "nameLocation": "30587:2:16", "nodeType": "VariableDeclaration", "scope": 25006, "src": "30573:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 24990, "name": "string", "nodeType": "ElementaryTypeName", "src": "30573:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "30530:60:16" }, "returnParameters": { "id": 24993, "nodeType": "ParameterList", "parameters": [], "src": "30605:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25029, "nodeType": "FunctionDefinition", "src": "30722:187:16", "nodes": [], "body": { "id": 25028, "nodeType": "Block", "src": "30800:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c737472696e672c626f6f6c29", "id": 25020, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "30850:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_cc32ab07df108ae88df1c6b9771e60e5cd39cbe0f0e92481af8633000db2c64b", "typeString": "literal_string \"log(uint256,address,string,bool)\"" }, "value": "log(uint256,address,string,bool)" }, { "id": 25021, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25008, "src": "30886:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25022, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25010, "src": "30890:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25023, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25012, "src": "30894:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25024, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25014, "src": "30898:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_cc32ab07df108ae88df1c6b9771e60e5cd39cbe0f0e92481af8633000db2c64b", "typeString": "literal_string \"log(uint256,address,string,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 25018, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "30826:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25019, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "30830:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "30826:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25025, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "30826:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25017, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "30810:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25026, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "30810:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25027, "nodeType": "ExpressionStatement", "src": "30810:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "30731:3:16", "parameters": { "id": 25015, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25008, "mutability": "mutable", "name": "p0", "nameLocation": "30743:2:16", "nodeType": "VariableDeclaration", "scope": 25029, "src": "30735:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25007, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "30735:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25010, "mutability": "mutable", "name": "p1", "nameLocation": "30755:2:16", "nodeType": "VariableDeclaration", "scope": 25029, "src": "30747:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25009, "name": "address", "nodeType": "ElementaryTypeName", "src": "30747:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25012, "mutability": "mutable", "name": "p2", "nameLocation": "30773:2:16", "nodeType": "VariableDeclaration", "scope": 25029, "src": "30759:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25011, "name": "string", "nodeType": "ElementaryTypeName", "src": "30759:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25014, "mutability": "mutable", "name": "p3", "nameLocation": "30782:2:16", "nodeType": "VariableDeclaration", "scope": 25029, "src": "30777:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25013, "name": "bool", "nodeType": "ElementaryTypeName", "src": "30777:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "30734:51:16" }, "returnParameters": { "id": 25016, "nodeType": "ParameterList", "parameters": [], "src": "30800:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25052, "nodeType": "FunctionDefinition", "src": "30915:193:16", "nodes": [], "body": { "id": 25051, "nodeType": "Block", "src": "30996:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c737472696e672c6164647265737329", "id": 25043, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "31046:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_9cba8fffa4a3e6f47d307a71f619bf1719d0a75680c6c916d7776ea0341039b9", "typeString": "literal_string \"log(uint256,address,string,address)\"" }, "value": "log(uint256,address,string,address)" }, { "id": 25044, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25031, "src": "31085:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25045, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25033, "src": "31089:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25046, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25035, "src": "31093:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25047, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25037, "src": "31097:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_9cba8fffa4a3e6f47d307a71f619bf1719d0a75680c6c916d7776ea0341039b9", "typeString": "literal_string \"log(uint256,address,string,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 25041, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "31022:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25042, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "31026:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "31022:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25048, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "31022:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25040, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "31006:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25049, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "31006:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25050, "nodeType": "ExpressionStatement", "src": "31006:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "30924:3:16", "parameters": { "id": 25038, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25031, "mutability": "mutable", "name": "p0", "nameLocation": "30936:2:16", "nodeType": "VariableDeclaration", "scope": 25052, "src": "30928:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25030, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "30928:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25033, "mutability": "mutable", "name": "p1", "nameLocation": "30948:2:16", "nodeType": "VariableDeclaration", "scope": 25052, "src": "30940:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25032, "name": "address", "nodeType": "ElementaryTypeName", "src": "30940:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25035, "mutability": "mutable", "name": "p2", "nameLocation": "30966:2:16", "nodeType": "VariableDeclaration", "scope": 25052, "src": "30952:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25034, "name": "string", "nodeType": "ElementaryTypeName", "src": "30952:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25037, "mutability": "mutable", "name": "p3", "nameLocation": "30978:2:16", "nodeType": "VariableDeclaration", "scope": 25052, "src": "30970:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25036, "name": "address", "nodeType": "ElementaryTypeName", "src": "30970:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "30927:54:16" }, "returnParameters": { "id": 25039, "nodeType": "ParameterList", "parameters": [], "src": "30996:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25075, "nodeType": "FunctionDefinition", "src": "31114:182:16", "nodes": [], "body": { "id": 25074, "nodeType": "Block", "src": "31186:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c626f6f6c2c75696e7432353629", "id": 25066, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "31236:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5abd992a7a64be8afc8745d44215dd5b4a31f8b03abd4cb03ff6565b7f51c1b1", "typeString": "literal_string \"log(uint256,address,bool,uint256)\"" }, "value": "log(uint256,address,bool,uint256)" }, { "id": 25067, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25054, "src": "31273:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25068, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25056, "src": "31277:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25069, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25058, "src": "31281:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 25070, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25060, "src": "31285:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5abd992a7a64be8afc8745d44215dd5b4a31f8b03abd4cb03ff6565b7f51c1b1", "typeString": "literal_string \"log(uint256,address,bool,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 25064, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "31212:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25065, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "31216:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "31212:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25071, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "31212:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25063, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "31196:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25072, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "31196:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25073, "nodeType": "ExpressionStatement", "src": "31196:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "31123:3:16", "parameters": { "id": 25061, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25054, "mutability": "mutable", "name": "p0", "nameLocation": "31135:2:16", "nodeType": "VariableDeclaration", "scope": 25075, "src": "31127:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25053, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "31127:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25056, "mutability": "mutable", "name": "p1", "nameLocation": "31147:2:16", "nodeType": "VariableDeclaration", "scope": 25075, "src": "31139:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25055, "name": "address", "nodeType": "ElementaryTypeName", "src": "31139:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25058, "mutability": "mutable", "name": "p2", "nameLocation": "31156:2:16", "nodeType": "VariableDeclaration", "scope": 25075, "src": "31151:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25057, "name": "bool", "nodeType": "ElementaryTypeName", "src": "31151:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 25060, "mutability": "mutable", "name": "p3", "nameLocation": "31168:2:16", "nodeType": "VariableDeclaration", "scope": 25075, "src": "31160:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25059, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "31160:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "31126:45:16" }, "returnParameters": { "id": 25062, "nodeType": "ParameterList", "parameters": [], "src": "31186:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25098, "nodeType": "FunctionDefinition", "src": "31302:187:16", "nodes": [], "body": { "id": 25097, "nodeType": "Block", "src": "31380:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c626f6f6c2c737472696e6729", "id": 25089, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "31430:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_90fb06aa0f94ddb9149d9a0d0271a9fd2b331af93ebc6a4aece22e4f82154c7d", "typeString": "literal_string \"log(uint256,address,bool,string)\"" }, "value": "log(uint256,address,bool,string)" }, { "id": 25090, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25077, "src": "31466:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25091, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25079, "src": "31470:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25092, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25081, "src": "31474:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 25093, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25083, "src": "31478:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_90fb06aa0f94ddb9149d9a0d0271a9fd2b331af93ebc6a4aece22e4f82154c7d", "typeString": "literal_string \"log(uint256,address,bool,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 25087, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "31406:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25088, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "31410:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "31406:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25094, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "31406:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25086, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "31390:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25095, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "31390:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25096, "nodeType": "ExpressionStatement", "src": "31390:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "31311:3:16", "parameters": { "id": 25084, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25077, "mutability": "mutable", "name": "p0", "nameLocation": "31323:2:16", "nodeType": "VariableDeclaration", "scope": 25098, "src": "31315:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25076, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "31315:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25079, "mutability": "mutable", "name": "p1", "nameLocation": "31335:2:16", "nodeType": "VariableDeclaration", "scope": 25098, "src": "31327:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25078, "name": "address", "nodeType": "ElementaryTypeName", "src": "31327:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25081, "mutability": "mutable", "name": "p2", "nameLocation": "31344:2:16", "nodeType": "VariableDeclaration", "scope": 25098, "src": "31339:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25080, "name": "bool", "nodeType": "ElementaryTypeName", "src": "31339:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 25083, "mutability": "mutable", "name": "p3", "nameLocation": "31362:2:16", "nodeType": "VariableDeclaration", "scope": 25098, "src": "31348:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25082, "name": "string", "nodeType": "ElementaryTypeName", "src": "31348:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "31314:51:16" }, "returnParameters": { "id": 25085, "nodeType": "ParameterList", "parameters": [], "src": "31380:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25121, "nodeType": "FunctionDefinition", "src": "31495:176:16", "nodes": [], "body": { "id": 25120, "nodeType": "Block", "src": "31564:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c626f6f6c2c626f6f6c29", "id": 25112, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "31614:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_e351140f919f09731a4793c7bb4d5f07234902f499ced9e1e3c9639d2685c6f1", "typeString": "literal_string \"log(uint256,address,bool,bool)\"" }, "value": "log(uint256,address,bool,bool)" }, { "id": 25113, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25100, "src": "31648:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25114, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25102, "src": "31652:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25115, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25104, "src": "31656:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 25116, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25106, "src": "31660:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_e351140f919f09731a4793c7bb4d5f07234902f499ced9e1e3c9639d2685c6f1", "typeString": "literal_string \"log(uint256,address,bool,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 25110, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "31590:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25111, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "31594:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "31590:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25117, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "31590:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25109, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "31574:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25118, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "31574:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25119, "nodeType": "ExpressionStatement", "src": "31574:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "31504:3:16", "parameters": { "id": 25107, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25100, "mutability": "mutable", "name": "p0", "nameLocation": "31516:2:16", "nodeType": "VariableDeclaration", "scope": 25121, "src": "31508:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25099, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "31508:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25102, "mutability": "mutable", "name": "p1", "nameLocation": "31528:2:16", "nodeType": "VariableDeclaration", "scope": 25121, "src": "31520:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25101, "name": "address", "nodeType": "ElementaryTypeName", "src": "31520:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25104, "mutability": "mutable", "name": "p2", "nameLocation": "31537:2:16", "nodeType": "VariableDeclaration", "scope": 25121, "src": "31532:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25103, "name": "bool", "nodeType": "ElementaryTypeName", "src": "31532:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 25106, "mutability": "mutable", "name": "p3", "nameLocation": "31546:2:16", "nodeType": "VariableDeclaration", "scope": 25121, "src": "31541:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25105, "name": "bool", "nodeType": "ElementaryTypeName", "src": "31541:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "31507:42:16" }, "returnParameters": { "id": 25108, "nodeType": "ParameterList", "parameters": [], "src": "31564:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25144, "nodeType": "FunctionDefinition", "src": "31677:182:16", "nodes": [], "body": { "id": 25143, "nodeType": "Block", "src": "31749:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c626f6f6c2c6164647265737329", "id": 25135, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "31799:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_ef72c5130890d3b81e89bdbf9a039a84547328dd01c955d6bb1088aaf2252d05", "typeString": "literal_string \"log(uint256,address,bool,address)\"" }, "value": "log(uint256,address,bool,address)" }, { "id": 25136, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25123, "src": "31836:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25137, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25125, "src": "31840:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25138, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25127, "src": "31844:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 25139, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25129, "src": "31848:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_ef72c5130890d3b81e89bdbf9a039a84547328dd01c955d6bb1088aaf2252d05", "typeString": "literal_string \"log(uint256,address,bool,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 25133, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "31775:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25134, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "31779:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "31775:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25140, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "31775:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25132, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "31759:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25141, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "31759:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25142, "nodeType": "ExpressionStatement", "src": "31759:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "31686:3:16", "parameters": { "id": 25130, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25123, "mutability": "mutable", "name": "p0", "nameLocation": "31698:2:16", "nodeType": "VariableDeclaration", "scope": 25144, "src": "31690:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25122, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "31690:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25125, "mutability": "mutable", "name": "p1", "nameLocation": "31710:2:16", "nodeType": "VariableDeclaration", "scope": 25144, "src": "31702:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25124, "name": "address", "nodeType": "ElementaryTypeName", "src": "31702:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25127, "mutability": "mutable", "name": "p2", "nameLocation": "31719:2:16", "nodeType": "VariableDeclaration", "scope": 25144, "src": "31714:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25126, "name": "bool", "nodeType": "ElementaryTypeName", "src": "31714:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 25129, "mutability": "mutable", "name": "p3", "nameLocation": "31731:2:16", "nodeType": "VariableDeclaration", "scope": 25144, "src": "31723:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25128, "name": "address", "nodeType": "ElementaryTypeName", "src": "31723:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "31689:45:16" }, "returnParameters": { "id": 25131, "nodeType": "ParameterList", "parameters": [], "src": "31749:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25167, "nodeType": "FunctionDefinition", "src": "31865:188:16", "nodes": [], "body": { "id": 25166, "nodeType": "Block", "src": "31940:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c616464726573732c75696e7432353629", "id": 25158, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "31990:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_736efbb692cd4ba0c879f89673f1c5a7eb58e7bd2b833c4d30d41d3aa9c7a23a", "typeString": "literal_string \"log(uint256,address,address,uint256)\"" }, "value": "log(uint256,address,address,uint256)" }, { "id": 25159, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25146, "src": "32030:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25160, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25148, "src": "32034:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25161, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25150, "src": "32038:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25162, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25152, "src": "32042:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_736efbb692cd4ba0c879f89673f1c5a7eb58e7bd2b833c4d30d41d3aa9c7a23a", "typeString": "literal_string \"log(uint256,address,address,uint256)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 25156, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "31966:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25157, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "31970:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "31966:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25163, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "31966:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25155, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "31950:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25164, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "31950:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25165, "nodeType": "ExpressionStatement", "src": "31950:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "31874:3:16", "parameters": { "id": 25153, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25146, "mutability": "mutable", "name": "p0", "nameLocation": "31886:2:16", "nodeType": "VariableDeclaration", "scope": 25167, "src": "31878:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25145, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "31878:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25148, "mutability": "mutable", "name": "p1", "nameLocation": "31898:2:16", "nodeType": "VariableDeclaration", "scope": 25167, "src": "31890:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25147, "name": "address", "nodeType": "ElementaryTypeName", "src": "31890:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25150, "mutability": "mutable", "name": "p2", "nameLocation": "31910:2:16", "nodeType": "VariableDeclaration", "scope": 25167, "src": "31902:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25149, "name": "address", "nodeType": "ElementaryTypeName", "src": "31902:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25152, "mutability": "mutable", "name": "p3", "nameLocation": "31922:2:16", "nodeType": "VariableDeclaration", "scope": 25167, "src": "31914:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25151, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "31914:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "31877:48:16" }, "returnParameters": { "id": 25154, "nodeType": "ParameterList", "parameters": [], "src": "31940:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25190, "nodeType": "FunctionDefinition", "src": "32059:193:16", "nodes": [], "body": { "id": 25189, "nodeType": "Block", "src": "32140:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c616464726573732c737472696e6729", "id": 25181, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "32190:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_031c6f73458c2a0d841ad5d5914dceb24973d9df898a3826eec79330397cd882", "typeString": "literal_string \"log(uint256,address,address,string)\"" }, "value": "log(uint256,address,address,string)" }, { "id": 25182, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25169, "src": "32229:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25183, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25171, "src": "32233:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25184, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25173, "src": "32237:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25185, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25175, "src": "32241:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_031c6f73458c2a0d841ad5d5914dceb24973d9df898a3826eec79330397cd882", "typeString": "literal_string \"log(uint256,address,address,string)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 25179, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "32166:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25180, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "32170:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "32166:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25186, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "32166:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25178, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "32150:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25187, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "32150:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25188, "nodeType": "ExpressionStatement", "src": "32150:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "32068:3:16", "parameters": { "id": 25176, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25169, "mutability": "mutable", "name": "p0", "nameLocation": "32080:2:16", "nodeType": "VariableDeclaration", "scope": 25190, "src": "32072:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25168, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "32072:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25171, "mutability": "mutable", "name": "p1", "nameLocation": "32092:2:16", "nodeType": "VariableDeclaration", "scope": 25190, "src": "32084:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25170, "name": "address", "nodeType": "ElementaryTypeName", "src": "32084:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25173, "mutability": "mutable", "name": "p2", "nameLocation": "32104:2:16", "nodeType": "VariableDeclaration", "scope": 25190, "src": "32096:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25172, "name": "address", "nodeType": "ElementaryTypeName", "src": "32096:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25175, "mutability": "mutable", "name": "p3", "nameLocation": "32122:2:16", "nodeType": "VariableDeclaration", "scope": 25190, "src": "32108:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25174, "name": "string", "nodeType": "ElementaryTypeName", "src": "32108:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "32071:54:16" }, "returnParameters": { "id": 25177, "nodeType": "ParameterList", "parameters": [], "src": "32140:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25213, "nodeType": "FunctionDefinition", "src": "32258:182:16", "nodes": [], "body": { "id": 25212, "nodeType": "Block", "src": "32330:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c616464726573732c626f6f6c29", "id": 25204, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "32380:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_091ffaf5e3365a794bfeb97b8157886a9ba00c981ee88d8a8fdb0cc96a5e6c1d", "typeString": "literal_string \"log(uint256,address,address,bool)\"" }, "value": "log(uint256,address,address,bool)" }, { "id": 25205, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25192, "src": "32417:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25206, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25194, "src": "32421:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25207, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25196, "src": "32425:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25208, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25198, "src": "32429:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_091ffaf5e3365a794bfeb97b8157886a9ba00c981ee88d8a8fdb0cc96a5e6c1d", "typeString": "literal_string \"log(uint256,address,address,bool)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 25202, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "32356:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25203, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "32360:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "32356:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25209, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "32356:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25201, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "32340:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25210, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "32340:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25211, "nodeType": "ExpressionStatement", "src": "32340:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "32267:3:16", "parameters": { "id": 25199, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25192, "mutability": "mutable", "name": "p0", "nameLocation": "32279:2:16", "nodeType": "VariableDeclaration", "scope": 25213, "src": "32271:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25191, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "32271:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25194, "mutability": "mutable", "name": "p1", "nameLocation": "32291:2:16", "nodeType": "VariableDeclaration", "scope": 25213, "src": "32283:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25193, "name": "address", "nodeType": "ElementaryTypeName", "src": "32283:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25196, "mutability": "mutable", "name": "p2", "nameLocation": "32303:2:16", "nodeType": "VariableDeclaration", "scope": 25213, "src": "32295:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25195, "name": "address", "nodeType": "ElementaryTypeName", "src": "32295:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25198, "mutability": "mutable", "name": "p3", "nameLocation": "32312:2:16", "nodeType": "VariableDeclaration", "scope": 25213, "src": "32307:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25197, "name": "bool", "nodeType": "ElementaryTypeName", "src": "32307:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "32270:45:16" }, "returnParameters": { "id": 25200, "nodeType": "ParameterList", "parameters": [], "src": "32330:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25236, "nodeType": "FunctionDefinition", "src": "32446:188:16", "nodes": [], "body": { "id": 25235, "nodeType": "Block", "src": "32521:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f672875696e743235362c616464726573732c616464726573732c6164647265737329", "id": 25227, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "32571:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2488b414330cbd4ddab2b849dacd8bed50b19b82318ec6e4a5ccdf72ee519553", "typeString": "literal_string \"log(uint256,address,address,address)\"" }, "value": "log(uint256,address,address,address)" }, { "id": 25228, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25215, "src": "32611:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25229, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25217, "src": "32615:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25230, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25219, "src": "32619:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25231, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25221, "src": "32623:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2488b414330cbd4ddab2b849dacd8bed50b19b82318ec6e4a5ccdf72ee519553", "typeString": "literal_string \"log(uint256,address,address,address)\"" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 25225, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "32547:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25226, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "32551:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "32547:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25232, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "32547:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25224, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "32531:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25233, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "32531:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25234, "nodeType": "ExpressionStatement", "src": "32531:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "32455:3:16", "parameters": { "id": 25222, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25215, "mutability": "mutable", "name": "p0", "nameLocation": "32467:2:16", "nodeType": "VariableDeclaration", "scope": 25236, "src": "32459:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25214, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "32459:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25217, "mutability": "mutable", "name": "p1", "nameLocation": "32479:2:16", "nodeType": "VariableDeclaration", "scope": 25236, "src": "32471:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25216, "name": "address", "nodeType": "ElementaryTypeName", "src": "32471:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25219, "mutability": "mutable", "name": "p2", "nameLocation": "32491:2:16", "nodeType": "VariableDeclaration", "scope": 25236, "src": "32483:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25218, "name": "address", "nodeType": "ElementaryTypeName", "src": "32483:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25221, "mutability": "mutable", "name": "p3", "nameLocation": "32503:2:16", "nodeType": "VariableDeclaration", "scope": 25236, "src": "32495:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25220, "name": "address", "nodeType": "ElementaryTypeName", "src": "32495:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "32458:48:16" }, "returnParameters": { "id": 25223, "nodeType": "ParameterList", "parameters": [], "src": "32521:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25259, "nodeType": "FunctionDefinition", "src": "32640:193:16", "nodes": [], "body": { "id": 25258, "nodeType": "Block", "src": "32721:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c75696e743235362c75696e7432353629", "id": 25250, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "32771:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_a7a8785394d9aadf7945b4e3d27726dea716dc88e3f64cc80b3aa9abbd2751c5", "typeString": "literal_string \"log(string,uint256,uint256,uint256)\"" }, "value": "log(string,uint256,uint256,uint256)" }, { "id": 25251, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25238, "src": "32810:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25252, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25240, "src": "32814:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25253, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25242, "src": "32818:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25254, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25244, "src": "32822:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_a7a8785394d9aadf7945b4e3d27726dea716dc88e3f64cc80b3aa9abbd2751c5", "typeString": "literal_string \"log(string,uint256,uint256,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 25248, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "32747:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25249, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "32751:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "32747:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25255, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "32747:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25247, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "32731:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25256, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "32731:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25257, "nodeType": "ExpressionStatement", "src": "32731:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "32649:3:16", "parameters": { "id": 25245, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25238, "mutability": "mutable", "name": "p0", "nameLocation": "32667:2:16", "nodeType": "VariableDeclaration", "scope": 25259, "src": "32653:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25237, "name": "string", "nodeType": "ElementaryTypeName", "src": "32653:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25240, "mutability": "mutable", "name": "p1", "nameLocation": "32679:2:16", "nodeType": "VariableDeclaration", "scope": 25259, "src": "32671:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25239, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "32671:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25242, "mutability": "mutable", "name": "p2", "nameLocation": "32691:2:16", "nodeType": "VariableDeclaration", "scope": 25259, "src": "32683:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25241, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "32683:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25244, "mutability": "mutable", "name": "p3", "nameLocation": "32703:2:16", "nodeType": "VariableDeclaration", "scope": 25259, "src": "32695:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25243, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "32695:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "32652:54:16" }, "returnParameters": { "id": 25246, "nodeType": "ParameterList", "parameters": [], "src": "32721:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25282, "nodeType": "FunctionDefinition", "src": "32839:198:16", "nodes": [], "body": { "id": 25281, "nodeType": "Block", "src": "32926:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c75696e743235362c737472696e6729", "id": 25273, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "32976:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_854b34964800cd321ba295da547026c9cfe69753667a81487e80d237f63c927f", "typeString": "literal_string \"log(string,uint256,uint256,string)\"" }, "value": "log(string,uint256,uint256,string)" }, { "id": 25274, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25261, "src": "33014:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25275, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25263, "src": "33018:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25276, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25265, "src": "33022:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25277, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25267, "src": "33026:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_854b34964800cd321ba295da547026c9cfe69753667a81487e80d237f63c927f", "typeString": "literal_string \"log(string,uint256,uint256,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 25271, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "32952:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25272, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "32956:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "32952:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25278, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "32952:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25270, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "32936:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25279, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "32936:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25280, "nodeType": "ExpressionStatement", "src": "32936:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "32848:3:16", "parameters": { "id": 25268, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25261, "mutability": "mutable", "name": "p0", "nameLocation": "32866:2:16", "nodeType": "VariableDeclaration", "scope": 25282, "src": "32852:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25260, "name": "string", "nodeType": "ElementaryTypeName", "src": "32852:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25263, "mutability": "mutable", "name": "p1", "nameLocation": "32878:2:16", "nodeType": "VariableDeclaration", "scope": 25282, "src": "32870:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25262, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "32870:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25265, "mutability": "mutable", "name": "p2", "nameLocation": "32890:2:16", "nodeType": "VariableDeclaration", "scope": 25282, "src": "32882:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25264, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "32882:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25267, "mutability": "mutable", "name": "p3", "nameLocation": "32908:2:16", "nodeType": "VariableDeclaration", "scope": 25282, "src": "32894:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25266, "name": "string", "nodeType": "ElementaryTypeName", "src": "32894:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "32851:60:16" }, "returnParameters": { "id": 25269, "nodeType": "ParameterList", "parameters": [], "src": "32926:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25305, "nodeType": "FunctionDefinition", "src": "33043:187:16", "nodes": [], "body": { "id": 25304, "nodeType": "Block", "src": "33121:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c75696e743235362c626f6f6c29", "id": 25296, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "33171:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_7626db92bcbe8fb38799da91134ebae6bc6c7b10cb0db567e752720b8fd9ae0f", "typeString": "literal_string \"log(string,uint256,uint256,bool)\"" }, "value": "log(string,uint256,uint256,bool)" }, { "id": 25297, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25284, "src": "33207:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25298, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25286, "src": "33211:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25299, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25288, "src": "33215:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25300, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25290, "src": "33219:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_7626db92bcbe8fb38799da91134ebae6bc6c7b10cb0db567e752720b8fd9ae0f", "typeString": "literal_string \"log(string,uint256,uint256,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 25294, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "33147:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25295, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "33151:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "33147:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25301, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "33147:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25293, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "33131:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25302, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "33131:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25303, "nodeType": "ExpressionStatement", "src": "33131:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "33052:3:16", "parameters": { "id": 25291, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25284, "mutability": "mutable", "name": "p0", "nameLocation": "33070:2:16", "nodeType": "VariableDeclaration", "scope": 25305, "src": "33056:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25283, "name": "string", "nodeType": "ElementaryTypeName", "src": "33056:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25286, "mutability": "mutable", "name": "p1", "nameLocation": "33082:2:16", "nodeType": "VariableDeclaration", "scope": 25305, "src": "33074:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25285, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "33074:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25288, "mutability": "mutable", "name": "p2", "nameLocation": "33094:2:16", "nodeType": "VariableDeclaration", "scope": 25305, "src": "33086:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25287, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "33086:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25290, "mutability": "mutable", "name": "p3", "nameLocation": "33103:2:16", "nodeType": "VariableDeclaration", "scope": 25305, "src": "33098:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25289, "name": "bool", "nodeType": "ElementaryTypeName", "src": "33098:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "33055:51:16" }, "returnParameters": { "id": 25292, "nodeType": "ParameterList", "parameters": [], "src": "33121:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25328, "nodeType": "FunctionDefinition", "src": "33236:193:16", "nodes": [], "body": { "id": 25327, "nodeType": "Block", "src": "33317:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c75696e743235362c6164647265737329", "id": 25319, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "33367:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_e21de278b3902dab5803384c9ad03fb95c973bc87490e387079e41c7f244f118", "typeString": "literal_string \"log(string,uint256,uint256,address)\"" }, "value": "log(string,uint256,uint256,address)" }, { "id": 25320, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25307, "src": "33406:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25321, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25309, "src": "33410:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25322, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25311, "src": "33414:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25323, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25313, "src": "33418:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_e21de278b3902dab5803384c9ad03fb95c973bc87490e387079e41c7f244f118", "typeString": "literal_string \"log(string,uint256,uint256,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 25317, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "33343:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25318, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "33347:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "33343:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25324, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "33343:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25316, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "33327:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25325, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "33327:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25326, "nodeType": "ExpressionStatement", "src": "33327:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "33245:3:16", "parameters": { "id": 25314, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25307, "mutability": "mutable", "name": "p0", "nameLocation": "33263:2:16", "nodeType": "VariableDeclaration", "scope": 25328, "src": "33249:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25306, "name": "string", "nodeType": "ElementaryTypeName", "src": "33249:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25309, "mutability": "mutable", "name": "p1", "nameLocation": "33275:2:16", "nodeType": "VariableDeclaration", "scope": 25328, "src": "33267:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25308, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "33267:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25311, "mutability": "mutable", "name": "p2", "nameLocation": "33287:2:16", "nodeType": "VariableDeclaration", "scope": 25328, "src": "33279:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25310, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "33279:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25313, "mutability": "mutable", "name": "p3", "nameLocation": "33299:2:16", "nodeType": "VariableDeclaration", "scope": 25328, "src": "33291:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25312, "name": "address", "nodeType": "ElementaryTypeName", "src": "33291:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "33248:54:16" }, "returnParameters": { "id": 25315, "nodeType": "ParameterList", "parameters": [], "src": "33317:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25351, "nodeType": "FunctionDefinition", "src": "33435:198:16", "nodes": [], "body": { "id": 25350, "nodeType": "Block", "src": "33522:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c737472696e672c75696e7432353629", "id": 25342, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "33572:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c67ea9d1db4353b82da41ad5e5b85243320ba3a89399b41c13eee1ab804e84c9", "typeString": "literal_string \"log(string,uint256,string,uint256)\"" }, "value": "log(string,uint256,string,uint256)" }, { "id": 25343, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25330, "src": "33610:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25344, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25332, "src": "33614:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25345, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25334, "src": "33618:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25346, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25336, "src": "33622:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c67ea9d1db4353b82da41ad5e5b85243320ba3a89399b41c13eee1ab804e84c9", "typeString": "literal_string \"log(string,uint256,string,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 25340, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "33548:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25341, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "33552:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "33548:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25347, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "33548:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25339, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "33532:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25348, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "33532:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25349, "nodeType": "ExpressionStatement", "src": "33532:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "33444:3:16", "parameters": { "id": 25337, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25330, "mutability": "mutable", "name": "p0", "nameLocation": "33462:2:16", "nodeType": "VariableDeclaration", "scope": 25351, "src": "33448:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25329, "name": "string", "nodeType": "ElementaryTypeName", "src": "33448:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25332, "mutability": "mutable", "name": "p1", "nameLocation": "33474:2:16", "nodeType": "VariableDeclaration", "scope": 25351, "src": "33466:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25331, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "33466:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25334, "mutability": "mutable", "name": "p2", "nameLocation": "33492:2:16", "nodeType": "VariableDeclaration", "scope": 25351, "src": "33478:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25333, "name": "string", "nodeType": "ElementaryTypeName", "src": "33478:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25336, "mutability": "mutable", "name": "p3", "nameLocation": "33504:2:16", "nodeType": "VariableDeclaration", "scope": 25351, "src": "33496:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25335, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "33496:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "33447:60:16" }, "returnParameters": { "id": 25338, "nodeType": "ParameterList", "parameters": [], "src": "33522:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25374, "nodeType": "FunctionDefinition", "src": "33639:203:16", "nodes": [], "body": { "id": 25373, "nodeType": "Block", "src": "33732:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c737472696e672c737472696e6729", "id": 25365, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "33782:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5ab84e1fba099b79ad99dc62242807811428e5c36b5f473a3b74e319a04c4089", "typeString": "literal_string \"log(string,uint256,string,string)\"" }, "value": "log(string,uint256,string,string)" }, { "id": 25366, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25353, "src": "33819:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25367, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25355, "src": "33823:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25368, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25357, "src": "33827:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25369, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25359, "src": "33831:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5ab84e1fba099b79ad99dc62242807811428e5c36b5f473a3b74e319a04c4089", "typeString": "literal_string \"log(string,uint256,string,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 25363, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "33758:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25364, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "33762:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "33758:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25370, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "33758:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25362, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "33742:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25371, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "33742:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25372, "nodeType": "ExpressionStatement", "src": "33742:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "33648:3:16", "parameters": { "id": 25360, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25353, "mutability": "mutable", "name": "p0", "nameLocation": "33666:2:16", "nodeType": "VariableDeclaration", "scope": 25374, "src": "33652:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25352, "name": "string", "nodeType": "ElementaryTypeName", "src": "33652:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25355, "mutability": "mutable", "name": "p1", "nameLocation": "33678:2:16", "nodeType": "VariableDeclaration", "scope": 25374, "src": "33670:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25354, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "33670:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25357, "mutability": "mutable", "name": "p2", "nameLocation": "33696:2:16", "nodeType": "VariableDeclaration", "scope": 25374, "src": "33682:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25356, "name": "string", "nodeType": "ElementaryTypeName", "src": "33682:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25359, "mutability": "mutable", "name": "p3", "nameLocation": "33714:2:16", "nodeType": "VariableDeclaration", "scope": 25374, "src": "33700:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25358, "name": "string", "nodeType": "ElementaryTypeName", "src": "33700:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "33651:66:16" }, "returnParameters": { "id": 25361, "nodeType": "ParameterList", "parameters": [], "src": "33732:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25397, "nodeType": "FunctionDefinition", "src": "33848:192:16", "nodes": [], "body": { "id": 25396, "nodeType": "Block", "src": "33932:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c737472696e672c626f6f6c29", "id": 25388, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "33982:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_7d24491d69f4bc88a6e68cd8228b6698af11fe37f60f65c80e3f11428a8eba2f", "typeString": "literal_string \"log(string,uint256,string,bool)\"" }, "value": "log(string,uint256,string,bool)" }, { "id": 25389, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25376, "src": "34017:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25390, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25378, "src": "34021:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25391, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25380, "src": "34025:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25392, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25382, "src": "34029:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_7d24491d69f4bc88a6e68cd8228b6698af11fe37f60f65c80e3f11428a8eba2f", "typeString": "literal_string \"log(string,uint256,string,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 25386, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "33958:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25387, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "33962:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "33958:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25393, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "33958:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25385, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "33942:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25394, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "33942:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25395, "nodeType": "ExpressionStatement", "src": "33942:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "33857:3:16", "parameters": { "id": 25383, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25376, "mutability": "mutable", "name": "p0", "nameLocation": "33875:2:16", "nodeType": "VariableDeclaration", "scope": 25397, "src": "33861:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25375, "name": "string", "nodeType": "ElementaryTypeName", "src": "33861:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25378, "mutability": "mutable", "name": "p1", "nameLocation": "33887:2:16", "nodeType": "VariableDeclaration", "scope": 25397, "src": "33879:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25377, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "33879:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25380, "mutability": "mutable", "name": "p2", "nameLocation": "33905:2:16", "nodeType": "VariableDeclaration", "scope": 25397, "src": "33891:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25379, "name": "string", "nodeType": "ElementaryTypeName", "src": "33891:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25382, "mutability": "mutable", "name": "p3", "nameLocation": "33914:2:16", "nodeType": "VariableDeclaration", "scope": 25397, "src": "33909:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25381, "name": "bool", "nodeType": "ElementaryTypeName", "src": "33909:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "33860:57:16" }, "returnParameters": { "id": 25384, "nodeType": "ParameterList", "parameters": [], "src": "33932:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25420, "nodeType": "FunctionDefinition", "src": "34046:198:16", "nodes": [], "body": { "id": 25419, "nodeType": "Block", "src": "34133:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c737472696e672c6164647265737329", "id": 25411, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "34183:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_7c4632a48572fa2d4647539e525c9742d692f8e780540d6116f897ab472257cb", "typeString": "literal_string \"log(string,uint256,string,address)\"" }, "value": "log(string,uint256,string,address)" }, { "id": 25412, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25399, "src": "34221:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25413, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25401, "src": "34225:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25414, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25403, "src": "34229:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25415, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25405, "src": "34233:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_7c4632a48572fa2d4647539e525c9742d692f8e780540d6116f897ab472257cb", "typeString": "literal_string \"log(string,uint256,string,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 25409, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "34159:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25410, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "34163:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "34159:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25416, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "34159:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25408, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "34143:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25417, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "34143:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25418, "nodeType": "ExpressionStatement", "src": "34143:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "34055:3:16", "parameters": { "id": 25406, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25399, "mutability": "mutable", "name": "p0", "nameLocation": "34073:2:16", "nodeType": "VariableDeclaration", "scope": 25420, "src": "34059:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25398, "name": "string", "nodeType": "ElementaryTypeName", "src": "34059:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25401, "mutability": "mutable", "name": "p1", "nameLocation": "34085:2:16", "nodeType": "VariableDeclaration", "scope": 25420, "src": "34077:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25400, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "34077:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25403, "mutability": "mutable", "name": "p2", "nameLocation": "34103:2:16", "nodeType": "VariableDeclaration", "scope": 25420, "src": "34089:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25402, "name": "string", "nodeType": "ElementaryTypeName", "src": "34089:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25405, "mutability": "mutable", "name": "p3", "nameLocation": "34115:2:16", "nodeType": "VariableDeclaration", "scope": 25420, "src": "34107:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25404, "name": "address", "nodeType": "ElementaryTypeName", "src": "34107:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "34058:60:16" }, "returnParameters": { "id": 25407, "nodeType": "ParameterList", "parameters": [], "src": "34133:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25443, "nodeType": "FunctionDefinition", "src": "34250:187:16", "nodes": [], "body": { "id": 25442, "nodeType": "Block", "src": "34328:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c626f6f6c2c75696e7432353629", "id": 25434, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "34378:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_e41b6f6f58a4f880a3266f23bebaff73175ff4306317c20982bc2eabc04edd13", "typeString": "literal_string \"log(string,uint256,bool,uint256)\"" }, "value": "log(string,uint256,bool,uint256)" }, { "id": 25435, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25422, "src": "34414:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25436, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25424, "src": "34418:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25437, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25426, "src": "34422:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 25438, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25428, "src": "34426:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_e41b6f6f58a4f880a3266f23bebaff73175ff4306317c20982bc2eabc04edd13", "typeString": "literal_string \"log(string,uint256,bool,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 25432, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "34354:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25433, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "34358:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "34354:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25439, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "34354:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25431, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "34338:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25440, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "34338:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25441, "nodeType": "ExpressionStatement", "src": "34338:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "34259:3:16", "parameters": { "id": 25429, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25422, "mutability": "mutable", "name": "p0", "nameLocation": "34277:2:16", "nodeType": "VariableDeclaration", "scope": 25443, "src": "34263:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25421, "name": "string", "nodeType": "ElementaryTypeName", "src": "34263:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25424, "mutability": "mutable", "name": "p1", "nameLocation": "34289:2:16", "nodeType": "VariableDeclaration", "scope": 25443, "src": "34281:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25423, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "34281:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25426, "mutability": "mutable", "name": "p2", "nameLocation": "34298:2:16", "nodeType": "VariableDeclaration", "scope": 25443, "src": "34293:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25425, "name": "bool", "nodeType": "ElementaryTypeName", "src": "34293:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 25428, "mutability": "mutable", "name": "p3", "nameLocation": "34310:2:16", "nodeType": "VariableDeclaration", "scope": 25443, "src": "34302:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25427, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "34302:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "34262:51:16" }, "returnParameters": { "id": 25430, "nodeType": "ParameterList", "parameters": [], "src": "34328:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25466, "nodeType": "FunctionDefinition", "src": "34443:192:16", "nodes": [], "body": { "id": 25465, "nodeType": "Block", "src": "34527:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c626f6f6c2c737472696e6729", "id": 25457, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "34577:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_abf73a9831ab2bdeb8da9d06a81eab42196b20e336ab670ecba37bac94839d87", "typeString": "literal_string \"log(string,uint256,bool,string)\"" }, "value": "log(string,uint256,bool,string)" }, { "id": 25458, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25445, "src": "34612:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25459, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25447, "src": "34616:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25460, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25449, "src": "34620:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 25461, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25451, "src": "34624:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_abf73a9831ab2bdeb8da9d06a81eab42196b20e336ab670ecba37bac94839d87", "typeString": "literal_string \"log(string,uint256,bool,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 25455, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "34553:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25456, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "34557:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "34553:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25462, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "34553:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25454, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "34537:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25463, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "34537:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25464, "nodeType": "ExpressionStatement", "src": "34537:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "34452:3:16", "parameters": { "id": 25452, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25445, "mutability": "mutable", "name": "p0", "nameLocation": "34470:2:16", "nodeType": "VariableDeclaration", "scope": 25466, "src": "34456:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25444, "name": "string", "nodeType": "ElementaryTypeName", "src": "34456:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25447, "mutability": "mutable", "name": "p1", "nameLocation": "34482:2:16", "nodeType": "VariableDeclaration", "scope": 25466, "src": "34474:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25446, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "34474:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25449, "mutability": "mutable", "name": "p2", "nameLocation": "34491:2:16", "nodeType": "VariableDeclaration", "scope": 25466, "src": "34486:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25448, "name": "bool", "nodeType": "ElementaryTypeName", "src": "34486:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 25451, "mutability": "mutable", "name": "p3", "nameLocation": "34509:2:16", "nodeType": "VariableDeclaration", "scope": 25466, "src": "34495:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25450, "name": "string", "nodeType": "ElementaryTypeName", "src": "34495:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "34455:57:16" }, "returnParameters": { "id": 25453, "nodeType": "ParameterList", "parameters": [], "src": "34527:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25489, "nodeType": "FunctionDefinition", "src": "34641:181:16", "nodes": [], "body": { "id": 25488, "nodeType": "Block", "src": "34716:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c626f6f6c2c626f6f6c29", "id": 25480, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "34766:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_354c36d6798abb81721fb2beaef51c92cab9d4cf16be10f0a4724648784ecb76", "typeString": "literal_string \"log(string,uint256,bool,bool)\"" }, "value": "log(string,uint256,bool,bool)" }, { "id": 25481, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25468, "src": "34799:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25482, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25470, "src": "34803:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25483, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25472, "src": "34807:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 25484, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25474, "src": "34811:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_354c36d6798abb81721fb2beaef51c92cab9d4cf16be10f0a4724648784ecb76", "typeString": "literal_string \"log(string,uint256,bool,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 25478, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "34742:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25479, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "34746:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "34742:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25485, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "34742:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25477, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "34726:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25486, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "34726:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25487, "nodeType": "ExpressionStatement", "src": "34726:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "34650:3:16", "parameters": { "id": 25475, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25468, "mutability": "mutable", "name": "p0", "nameLocation": "34668:2:16", "nodeType": "VariableDeclaration", "scope": 25489, "src": "34654:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25467, "name": "string", "nodeType": "ElementaryTypeName", "src": "34654:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25470, "mutability": "mutable", "name": "p1", "nameLocation": "34680:2:16", "nodeType": "VariableDeclaration", "scope": 25489, "src": "34672:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25469, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "34672:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25472, "mutability": "mutable", "name": "p2", "nameLocation": "34689:2:16", "nodeType": "VariableDeclaration", "scope": 25489, "src": "34684:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25471, "name": "bool", "nodeType": "ElementaryTypeName", "src": "34684:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 25474, "mutability": "mutable", "name": "p3", "nameLocation": "34698:2:16", "nodeType": "VariableDeclaration", "scope": 25489, "src": "34693:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25473, "name": "bool", "nodeType": "ElementaryTypeName", "src": "34693:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "34653:48:16" }, "returnParameters": { "id": 25476, "nodeType": "ParameterList", "parameters": [], "src": "34716:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25512, "nodeType": "FunctionDefinition", "src": "34828:187:16", "nodes": [], "body": { "id": 25511, "nodeType": "Block", "src": "34906:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c626f6f6c2c6164647265737329", "id": 25503, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "34956:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_e0e95b9833a204b7ba633bd63a60ec523906565f2c86d8936f7ff3e9937880f7", "typeString": "literal_string \"log(string,uint256,bool,address)\"" }, "value": "log(string,uint256,bool,address)" }, { "id": 25504, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25491, "src": "34992:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25505, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25493, "src": "34996:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25506, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25495, "src": "35000:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 25507, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25497, "src": "35004:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_e0e95b9833a204b7ba633bd63a60ec523906565f2c86d8936f7ff3e9937880f7", "typeString": "literal_string \"log(string,uint256,bool,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 25501, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "34932:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25502, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "34936:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "34932:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25508, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "34932:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25500, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "34916:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25509, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "34916:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25510, "nodeType": "ExpressionStatement", "src": "34916:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "34837:3:16", "parameters": { "id": 25498, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25491, "mutability": "mutable", "name": "p0", "nameLocation": "34855:2:16", "nodeType": "VariableDeclaration", "scope": 25512, "src": "34841:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25490, "name": "string", "nodeType": "ElementaryTypeName", "src": "34841:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25493, "mutability": "mutable", "name": "p1", "nameLocation": "34867:2:16", "nodeType": "VariableDeclaration", "scope": 25512, "src": "34859:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25492, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "34859:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25495, "mutability": "mutable", "name": "p2", "nameLocation": "34876:2:16", "nodeType": "VariableDeclaration", "scope": 25512, "src": "34871:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25494, "name": "bool", "nodeType": "ElementaryTypeName", "src": "34871:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 25497, "mutability": "mutable", "name": "p3", "nameLocation": "34888:2:16", "nodeType": "VariableDeclaration", "scope": 25512, "src": "34880:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25496, "name": "address", "nodeType": "ElementaryTypeName", "src": "34880:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "34840:51:16" }, "returnParameters": { "id": 25499, "nodeType": "ParameterList", "parameters": [], "src": "34906:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25535, "nodeType": "FunctionDefinition", "src": "35021:193:16", "nodes": [], "body": { "id": 25534, "nodeType": "Block", "src": "35102:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c616464726573732c75696e7432353629", "id": 25526, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "35152:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_4f04fdc6b6271b036262883bae0d1ea5155524010fed0023b5c71c574fb937ff", "typeString": "literal_string \"log(string,uint256,address,uint256)\"" }, "value": "log(string,uint256,address,uint256)" }, { "id": 25527, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25514, "src": "35191:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25528, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25516, "src": "35195:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25529, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25518, "src": "35199:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25530, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25520, "src": "35203:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_4f04fdc6b6271b036262883bae0d1ea5155524010fed0023b5c71c574fb937ff", "typeString": "literal_string \"log(string,uint256,address,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 25524, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "35128:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25525, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "35132:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "35128:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25531, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "35128:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25523, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "35112:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25532, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "35112:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25533, "nodeType": "ExpressionStatement", "src": "35112:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "35030:3:16", "parameters": { "id": 25521, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25514, "mutability": "mutable", "name": "p0", "nameLocation": "35048:2:16", "nodeType": "VariableDeclaration", "scope": 25535, "src": "35034:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25513, "name": "string", "nodeType": "ElementaryTypeName", "src": "35034:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25516, "mutability": "mutable", "name": "p1", "nameLocation": "35060:2:16", "nodeType": "VariableDeclaration", "scope": 25535, "src": "35052:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25515, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "35052:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25518, "mutability": "mutable", "name": "p2", "nameLocation": "35072:2:16", "nodeType": "VariableDeclaration", "scope": 25535, "src": "35064:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25517, "name": "address", "nodeType": "ElementaryTypeName", "src": "35064:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25520, "mutability": "mutable", "name": "p3", "nameLocation": "35084:2:16", "nodeType": "VariableDeclaration", "scope": 25535, "src": "35076:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25519, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "35076:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "35033:54:16" }, "returnParameters": { "id": 25522, "nodeType": "ParameterList", "parameters": [], "src": "35102:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25558, "nodeType": "FunctionDefinition", "src": "35220:198:16", "nodes": [], "body": { "id": 25557, "nodeType": "Block", "src": "35307:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c616464726573732c737472696e6729", "id": 25549, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "35357:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_9ffb2f93ff043d0a86ff6dc2ddf23d28dfc95ecde23d406177dfe6f19d070d2b", "typeString": "literal_string \"log(string,uint256,address,string)\"" }, "value": "log(string,uint256,address,string)" }, { "id": 25550, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25537, "src": "35395:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25551, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25539, "src": "35399:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25552, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25541, "src": "35403:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25553, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25543, "src": "35407:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_9ffb2f93ff043d0a86ff6dc2ddf23d28dfc95ecde23d406177dfe6f19d070d2b", "typeString": "literal_string \"log(string,uint256,address,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 25547, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "35333:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25548, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "35337:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "35333:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25554, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "35333:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25546, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "35317:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25555, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "35317:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25556, "nodeType": "ExpressionStatement", "src": "35317:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "35229:3:16", "parameters": { "id": 25544, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25537, "mutability": "mutable", "name": "p0", "nameLocation": "35247:2:16", "nodeType": "VariableDeclaration", "scope": 25558, "src": "35233:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25536, "name": "string", "nodeType": "ElementaryTypeName", "src": "35233:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25539, "mutability": "mutable", "name": "p1", "nameLocation": "35259:2:16", "nodeType": "VariableDeclaration", "scope": 25558, "src": "35251:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25538, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "35251:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25541, "mutability": "mutable", "name": "p2", "nameLocation": "35271:2:16", "nodeType": "VariableDeclaration", "scope": 25558, "src": "35263:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25540, "name": "address", "nodeType": "ElementaryTypeName", "src": "35263:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25543, "mutability": "mutable", "name": "p3", "nameLocation": "35289:2:16", "nodeType": "VariableDeclaration", "scope": 25558, "src": "35275:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25542, "name": "string", "nodeType": "ElementaryTypeName", "src": "35275:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "35232:60:16" }, "returnParameters": { "id": 25545, "nodeType": "ParameterList", "parameters": [], "src": "35307:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25581, "nodeType": "FunctionDefinition", "src": "35424:187:16", "nodes": [], "body": { "id": 25580, "nodeType": "Block", "src": "35502:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c616464726573732c626f6f6c29", "id": 25572, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "35552:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_82112a429657399db0318af6ca78ff56626aa907939e7cf56b60b07035dcc190", "typeString": "literal_string \"log(string,uint256,address,bool)\"" }, "value": "log(string,uint256,address,bool)" }, { "id": 25573, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25560, "src": "35588:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25574, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25562, "src": "35592:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25575, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25564, "src": "35596:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25576, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25566, "src": "35600:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_82112a429657399db0318af6ca78ff56626aa907939e7cf56b60b07035dcc190", "typeString": "literal_string \"log(string,uint256,address,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 25570, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "35528:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25571, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "35532:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "35528:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25577, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "35528:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25569, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "35512:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25578, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "35512:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25579, "nodeType": "ExpressionStatement", "src": "35512:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "35433:3:16", "parameters": { "id": 25567, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25560, "mutability": "mutable", "name": "p0", "nameLocation": "35451:2:16", "nodeType": "VariableDeclaration", "scope": 25581, "src": "35437:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25559, "name": "string", "nodeType": "ElementaryTypeName", "src": "35437:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25562, "mutability": "mutable", "name": "p1", "nameLocation": "35463:2:16", "nodeType": "VariableDeclaration", "scope": 25581, "src": "35455:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25561, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "35455:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25564, "mutability": "mutable", "name": "p2", "nameLocation": "35475:2:16", "nodeType": "VariableDeclaration", "scope": 25581, "src": "35467:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25563, "name": "address", "nodeType": "ElementaryTypeName", "src": "35467:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25566, "mutability": "mutable", "name": "p3", "nameLocation": "35484:2:16", "nodeType": "VariableDeclaration", "scope": 25581, "src": "35479:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25565, "name": "bool", "nodeType": "ElementaryTypeName", "src": "35479:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "35436:51:16" }, "returnParameters": { "id": 25568, "nodeType": "ParameterList", "parameters": [], "src": "35502:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25604, "nodeType": "FunctionDefinition", "src": "35617:193:16", "nodes": [], "body": { "id": 25603, "nodeType": "Block", "src": "35698:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c75696e743235362c616464726573732c6164647265737329", "id": 25595, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "35748:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5ea2b7aea4409bbe3ef8ca502419b3574b002a6123a1f864be076316b8efcd1d", "typeString": "literal_string \"log(string,uint256,address,address)\"" }, "value": "log(string,uint256,address,address)" }, { "id": 25596, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25583, "src": "35787:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25597, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25585, "src": "35791:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25598, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25587, "src": "35795:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25599, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25589, "src": "35799:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5ea2b7aea4409bbe3ef8ca502419b3574b002a6123a1f864be076316b8efcd1d", "typeString": "literal_string \"log(string,uint256,address,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 25593, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "35724:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25594, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "35728:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "35724:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25600, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "35724:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25592, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "35708:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25601, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "35708:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25602, "nodeType": "ExpressionStatement", "src": "35708:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "35626:3:16", "parameters": { "id": 25590, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25583, "mutability": "mutable", "name": "p0", "nameLocation": "35644:2:16", "nodeType": "VariableDeclaration", "scope": 25604, "src": "35630:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25582, "name": "string", "nodeType": "ElementaryTypeName", "src": "35630:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25585, "mutability": "mutable", "name": "p1", "nameLocation": "35656:2:16", "nodeType": "VariableDeclaration", "scope": 25604, "src": "35648:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25584, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "35648:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25587, "mutability": "mutable", "name": "p2", "nameLocation": "35668:2:16", "nodeType": "VariableDeclaration", "scope": 25604, "src": "35660:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25586, "name": "address", "nodeType": "ElementaryTypeName", "src": "35660:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25589, "mutability": "mutable", "name": "p3", "nameLocation": "35680:2:16", "nodeType": "VariableDeclaration", "scope": 25604, "src": "35672:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25588, "name": "address", "nodeType": "ElementaryTypeName", "src": "35672:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "35629:54:16" }, "returnParameters": { "id": 25591, "nodeType": "ParameterList", "parameters": [], "src": "35698:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25627, "nodeType": "FunctionDefinition", "src": "35816:198:16", "nodes": [], "body": { "id": 25626, "nodeType": "Block", "src": "35903:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c75696e743235362c75696e7432353629", "id": 25618, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "35953:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_f45d7d2cd1abe030b09347ce21ce66b503ffdad3e7a1ad6df9e55da5d9367776", "typeString": "literal_string \"log(string,string,uint256,uint256)\"" }, "value": "log(string,string,uint256,uint256)" }, { "id": 25619, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25606, "src": "35991:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25620, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25608, "src": "35995:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25621, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25610, "src": "35999:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25622, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25612, "src": "36003:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_f45d7d2cd1abe030b09347ce21ce66b503ffdad3e7a1ad6df9e55da5d9367776", "typeString": "literal_string \"log(string,string,uint256,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 25616, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "35929:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25617, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "35933:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "35929:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25623, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "35929:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25615, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "35913:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25624, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "35913:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25625, "nodeType": "ExpressionStatement", "src": "35913:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "35825:3:16", "parameters": { "id": 25613, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25606, "mutability": "mutable", "name": "p0", "nameLocation": "35843:2:16", "nodeType": "VariableDeclaration", "scope": 25627, "src": "35829:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25605, "name": "string", "nodeType": "ElementaryTypeName", "src": "35829:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25608, "mutability": "mutable", "name": "p1", "nameLocation": "35861:2:16", "nodeType": "VariableDeclaration", "scope": 25627, "src": "35847:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25607, "name": "string", "nodeType": "ElementaryTypeName", "src": "35847:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25610, "mutability": "mutable", "name": "p2", "nameLocation": "35873:2:16", "nodeType": "VariableDeclaration", "scope": 25627, "src": "35865:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25609, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "35865:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25612, "mutability": "mutable", "name": "p3", "nameLocation": "35885:2:16", "nodeType": "VariableDeclaration", "scope": 25627, "src": "35877:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25611, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "35877:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "35828:60:16" }, "returnParameters": { "id": 25614, "nodeType": "ParameterList", "parameters": [], "src": "35903:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25650, "nodeType": "FunctionDefinition", "src": "36020:203:16", "nodes": [], "body": { "id": 25649, "nodeType": "Block", "src": "36113:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c75696e743235362c737472696e6729", "id": 25641, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "36163:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5d1a971aebb8f2fbb7526a470ca55e409230d59ee63217090d29ce11b768e909", "typeString": "literal_string \"log(string,string,uint256,string)\"" }, "value": "log(string,string,uint256,string)" }, { "id": 25642, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25629, "src": "36200:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25643, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25631, "src": "36204:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25644, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25633, "src": "36208:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25645, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25635, "src": "36212:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5d1a971aebb8f2fbb7526a470ca55e409230d59ee63217090d29ce11b768e909", "typeString": "literal_string \"log(string,string,uint256,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 25639, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "36139:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25640, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "36143:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "36139:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25646, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "36139:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25638, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "36123:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25647, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "36123:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25648, "nodeType": "ExpressionStatement", "src": "36123:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "36029:3:16", "parameters": { "id": 25636, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25629, "mutability": "mutable", "name": "p0", "nameLocation": "36047:2:16", "nodeType": "VariableDeclaration", "scope": 25650, "src": "36033:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25628, "name": "string", "nodeType": "ElementaryTypeName", "src": "36033:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25631, "mutability": "mutable", "name": "p1", "nameLocation": "36065:2:16", "nodeType": "VariableDeclaration", "scope": 25650, "src": "36051:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25630, "name": "string", "nodeType": "ElementaryTypeName", "src": "36051:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25633, "mutability": "mutable", "name": "p2", "nameLocation": "36077:2:16", "nodeType": "VariableDeclaration", "scope": 25650, "src": "36069:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25632, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "36069:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25635, "mutability": "mutable", "name": "p3", "nameLocation": "36095:2:16", "nodeType": "VariableDeclaration", "scope": 25650, "src": "36081:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25634, "name": "string", "nodeType": "ElementaryTypeName", "src": "36081:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "36032:66:16" }, "returnParameters": { "id": 25637, "nodeType": "ParameterList", "parameters": [], "src": "36113:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25673, "nodeType": "FunctionDefinition", "src": "36229:192:16", "nodes": [], "body": { "id": 25672, "nodeType": "Block", "src": "36313:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c75696e743235362c626f6f6c29", "id": 25664, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "36363:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c3a8a6546b97cf01562dd9ca797c4955f3bab9bc163d02081737c20b686446d2", "typeString": "literal_string \"log(string,string,uint256,bool)\"" }, "value": "log(string,string,uint256,bool)" }, { "id": 25665, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25652, "src": "36398:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25666, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25654, "src": "36402:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25667, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25656, "src": "36406:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25668, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25658, "src": "36410:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c3a8a6546b97cf01562dd9ca797c4955f3bab9bc163d02081737c20b686446d2", "typeString": "literal_string \"log(string,string,uint256,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 25662, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "36339:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25663, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "36343:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "36339:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25669, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "36339:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25661, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "36323:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25670, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "36323:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25671, "nodeType": "ExpressionStatement", "src": "36323:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "36238:3:16", "parameters": { "id": 25659, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25652, "mutability": "mutable", "name": "p0", "nameLocation": "36256:2:16", "nodeType": "VariableDeclaration", "scope": 25673, "src": "36242:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25651, "name": "string", "nodeType": "ElementaryTypeName", "src": "36242:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25654, "mutability": "mutable", "name": "p1", "nameLocation": "36274:2:16", "nodeType": "VariableDeclaration", "scope": 25673, "src": "36260:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25653, "name": "string", "nodeType": "ElementaryTypeName", "src": "36260:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25656, "mutability": "mutable", "name": "p2", "nameLocation": "36286:2:16", "nodeType": "VariableDeclaration", "scope": 25673, "src": "36278:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25655, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "36278:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25658, "mutability": "mutable", "name": "p3", "nameLocation": "36295:2:16", "nodeType": "VariableDeclaration", "scope": 25673, "src": "36290:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25657, "name": "bool", "nodeType": "ElementaryTypeName", "src": "36290:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "36241:57:16" }, "returnParameters": { "id": 25660, "nodeType": "ParameterList", "parameters": [], "src": "36313:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25696, "nodeType": "FunctionDefinition", "src": "36427:198:16", "nodes": [], "body": { "id": 25695, "nodeType": "Block", "src": "36514:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c75696e743235362c6164647265737329", "id": 25687, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "36564:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1023f7b286378387abf24b7020dbd1ddde789519cf7f13da727146a2a8a61fc6", "typeString": "literal_string \"log(string,string,uint256,address)\"" }, "value": "log(string,string,uint256,address)" }, { "id": 25688, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25675, "src": "36602:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25689, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25677, "src": "36606:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25690, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25679, "src": "36610:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25691, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25681, "src": "36614:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1023f7b286378387abf24b7020dbd1ddde789519cf7f13da727146a2a8a61fc6", "typeString": "literal_string \"log(string,string,uint256,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 25685, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "36540:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25686, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "36544:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "36540:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25692, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "36540:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25684, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "36524:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25693, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "36524:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25694, "nodeType": "ExpressionStatement", "src": "36524:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "36436:3:16", "parameters": { "id": 25682, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25675, "mutability": "mutable", "name": "p0", "nameLocation": "36454:2:16", "nodeType": "VariableDeclaration", "scope": 25696, "src": "36440:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25674, "name": "string", "nodeType": "ElementaryTypeName", "src": "36440:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25677, "mutability": "mutable", "name": "p1", "nameLocation": "36472:2:16", "nodeType": "VariableDeclaration", "scope": 25696, "src": "36458:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25676, "name": "string", "nodeType": "ElementaryTypeName", "src": "36458:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25679, "mutability": "mutable", "name": "p2", "nameLocation": "36484:2:16", "nodeType": "VariableDeclaration", "scope": 25696, "src": "36476:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25678, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "36476:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25681, "mutability": "mutable", "name": "p3", "nameLocation": "36496:2:16", "nodeType": "VariableDeclaration", "scope": 25696, "src": "36488:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25680, "name": "address", "nodeType": "ElementaryTypeName", "src": "36488:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "36439:60:16" }, "returnParameters": { "id": 25683, "nodeType": "ParameterList", "parameters": [], "src": "36514:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25719, "nodeType": "FunctionDefinition", "src": "36631:203:16", "nodes": [], "body": { "id": 25718, "nodeType": "Block", "src": "36724:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c737472696e672c75696e7432353629", "id": 25710, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "36774:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_8eafb02b2f27070f4cef3c26d2b8a8d041c7bf077352780062dc5a70550ac689", "typeString": "literal_string \"log(string,string,string,uint256)\"" }, "value": "log(string,string,string,uint256)" }, { "id": 25711, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25698, "src": "36811:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25712, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25700, "src": "36815:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25713, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25702, "src": "36819:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25714, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25704, "src": "36823:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_8eafb02b2f27070f4cef3c26d2b8a8d041c7bf077352780062dc5a70550ac689", "typeString": "literal_string \"log(string,string,string,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 25708, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "36750:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25709, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "36754:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "36750:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25715, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "36750:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25707, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "36734:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25716, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "36734:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25717, "nodeType": "ExpressionStatement", "src": "36734:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "36640:3:16", "parameters": { "id": 25705, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25698, "mutability": "mutable", "name": "p0", "nameLocation": "36658:2:16", "nodeType": "VariableDeclaration", "scope": 25719, "src": "36644:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25697, "name": "string", "nodeType": "ElementaryTypeName", "src": "36644:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25700, "mutability": "mutable", "name": "p1", "nameLocation": "36676:2:16", "nodeType": "VariableDeclaration", "scope": 25719, "src": "36662:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25699, "name": "string", "nodeType": "ElementaryTypeName", "src": "36662:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25702, "mutability": "mutable", "name": "p2", "nameLocation": "36694:2:16", "nodeType": "VariableDeclaration", "scope": 25719, "src": "36680:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25701, "name": "string", "nodeType": "ElementaryTypeName", "src": "36680:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25704, "mutability": "mutable", "name": "p3", "nameLocation": "36706:2:16", "nodeType": "VariableDeclaration", "scope": 25719, "src": "36698:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25703, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "36698:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "36643:66:16" }, "returnParameters": { "id": 25706, "nodeType": "ParameterList", "parameters": [], "src": "36724:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25742, "nodeType": "FunctionDefinition", "src": "36840:208:16", "nodes": [], "body": { "id": 25741, "nodeType": "Block", "src": "36939:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c737472696e672c737472696e6729", "id": 25733, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "36989:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_de68f20a8e88f68d54c5aa294860ee37b58680632686e2f1101e4e042a2cbcbe", "typeString": "literal_string \"log(string,string,string,string)\"" }, "value": "log(string,string,string,string)" }, { "id": 25734, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25721, "src": "37025:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25735, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25723, "src": "37029:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25736, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25725, "src": "37033:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25737, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25727, "src": "37037:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_de68f20a8e88f68d54c5aa294860ee37b58680632686e2f1101e4e042a2cbcbe", "typeString": "literal_string \"log(string,string,string,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 25731, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "36965:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25732, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "36969:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "36965:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25738, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "36965:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25730, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "36949:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25739, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "36949:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25740, "nodeType": "ExpressionStatement", "src": "36949:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "36849:3:16", "parameters": { "id": 25728, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25721, "mutability": "mutable", "name": "p0", "nameLocation": "36867:2:16", "nodeType": "VariableDeclaration", "scope": 25742, "src": "36853:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25720, "name": "string", "nodeType": "ElementaryTypeName", "src": "36853:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25723, "mutability": "mutable", "name": "p1", "nameLocation": "36885:2:16", "nodeType": "VariableDeclaration", "scope": 25742, "src": "36871:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25722, "name": "string", "nodeType": "ElementaryTypeName", "src": "36871:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25725, "mutability": "mutable", "name": "p2", "nameLocation": "36903:2:16", "nodeType": "VariableDeclaration", "scope": 25742, "src": "36889:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25724, "name": "string", "nodeType": "ElementaryTypeName", "src": "36889:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25727, "mutability": "mutable", "name": "p3", "nameLocation": "36921:2:16", "nodeType": "VariableDeclaration", "scope": 25742, "src": "36907:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25726, "name": "string", "nodeType": "ElementaryTypeName", "src": "36907:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "36852:72:16" }, "returnParameters": { "id": 25729, "nodeType": "ParameterList", "parameters": [], "src": "36939:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25765, "nodeType": "FunctionDefinition", "src": "37054:197:16", "nodes": [], "body": { "id": 25764, "nodeType": "Block", "src": "37144:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c737472696e672c626f6f6c29", "id": 25756, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "37194:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2c1754ed9d3bc50669c3e71e3115dc4403f3cff35aa9b6b58799f80b5496f332", "typeString": "literal_string \"log(string,string,string,bool)\"" }, "value": "log(string,string,string,bool)" }, { "id": 25757, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25744, "src": "37228:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25758, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25746, "src": "37232:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25759, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25748, "src": "37236:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25760, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25750, "src": "37240:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2c1754ed9d3bc50669c3e71e3115dc4403f3cff35aa9b6b58799f80b5496f332", "typeString": "literal_string \"log(string,string,string,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 25754, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "37170:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25755, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "37174:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "37170:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25761, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "37170:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25753, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "37154:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25762, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "37154:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25763, "nodeType": "ExpressionStatement", "src": "37154:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "37063:3:16", "parameters": { "id": 25751, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25744, "mutability": "mutable", "name": "p0", "nameLocation": "37081:2:16", "nodeType": "VariableDeclaration", "scope": 25765, "src": "37067:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25743, "name": "string", "nodeType": "ElementaryTypeName", "src": "37067:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25746, "mutability": "mutable", "name": "p1", "nameLocation": "37099:2:16", "nodeType": "VariableDeclaration", "scope": 25765, "src": "37085:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25745, "name": "string", "nodeType": "ElementaryTypeName", "src": "37085:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25748, "mutability": "mutable", "name": "p2", "nameLocation": "37117:2:16", "nodeType": "VariableDeclaration", "scope": 25765, "src": "37103:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25747, "name": "string", "nodeType": "ElementaryTypeName", "src": "37103:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25750, "mutability": "mutable", "name": "p3", "nameLocation": "37126:2:16", "nodeType": "VariableDeclaration", "scope": 25765, "src": "37121:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25749, "name": "bool", "nodeType": "ElementaryTypeName", "src": "37121:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "37066:63:16" }, "returnParameters": { "id": 25752, "nodeType": "ParameterList", "parameters": [], "src": "37144:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25788, "nodeType": "FunctionDefinition", "src": "37257:203:16", "nodes": [], "body": { "id": 25787, "nodeType": "Block", "src": "37350:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c737472696e672c6164647265737329", "id": 25779, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "37400:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_6d572f449cf1e446ea3ace51a34ce30628f4f1588a39dc5d550cefb210c5bb16", "typeString": "literal_string \"log(string,string,string,address)\"" }, "value": "log(string,string,string,address)" }, { "id": 25780, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25767, "src": "37437:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25781, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25769, "src": "37441:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25782, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25771, "src": "37445:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25783, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25773, "src": "37449:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_6d572f449cf1e446ea3ace51a34ce30628f4f1588a39dc5d550cefb210c5bb16", "typeString": "literal_string \"log(string,string,string,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 25777, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "37376:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25778, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "37380:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "37376:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25784, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "37376:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25776, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "37360:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25785, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "37360:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25786, "nodeType": "ExpressionStatement", "src": "37360:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "37266:3:16", "parameters": { "id": 25774, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25767, "mutability": "mutable", "name": "p0", "nameLocation": "37284:2:16", "nodeType": "VariableDeclaration", "scope": 25788, "src": "37270:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25766, "name": "string", "nodeType": "ElementaryTypeName", "src": "37270:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25769, "mutability": "mutable", "name": "p1", "nameLocation": "37302:2:16", "nodeType": "VariableDeclaration", "scope": 25788, "src": "37288:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25768, "name": "string", "nodeType": "ElementaryTypeName", "src": "37288:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25771, "mutability": "mutable", "name": "p2", "nameLocation": "37320:2:16", "nodeType": "VariableDeclaration", "scope": 25788, "src": "37306:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25770, "name": "string", "nodeType": "ElementaryTypeName", "src": "37306:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25773, "mutability": "mutable", "name": "p3", "nameLocation": "37332:2:16", "nodeType": "VariableDeclaration", "scope": 25788, "src": "37324:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25772, "name": "address", "nodeType": "ElementaryTypeName", "src": "37324:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "37269:66:16" }, "returnParameters": { "id": 25775, "nodeType": "ParameterList", "parameters": [], "src": "37350:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25811, "nodeType": "FunctionDefinition", "src": "37466:192:16", "nodes": [], "body": { "id": 25810, "nodeType": "Block", "src": "37550:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c626f6f6c2c75696e7432353629", "id": 25802, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "37600:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_d6aefad2ecee6d91421acc41f939bded56985ac5c9cf6e49011ee16b1bb31729", "typeString": "literal_string \"log(string,string,bool,uint256)\"" }, "value": "log(string,string,bool,uint256)" }, { "id": 25803, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25790, "src": "37635:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25804, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25792, "src": "37639:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25805, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25794, "src": "37643:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 25806, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25796, "src": "37647:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_d6aefad2ecee6d91421acc41f939bded56985ac5c9cf6e49011ee16b1bb31729", "typeString": "literal_string \"log(string,string,bool,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 25800, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "37576:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25801, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "37580:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "37576:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25807, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "37576:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25799, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "37560:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25808, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "37560:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25809, "nodeType": "ExpressionStatement", "src": "37560:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "37475:3:16", "parameters": { "id": 25797, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25790, "mutability": "mutable", "name": "p0", "nameLocation": "37493:2:16", "nodeType": "VariableDeclaration", "scope": 25811, "src": "37479:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25789, "name": "string", "nodeType": "ElementaryTypeName", "src": "37479:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25792, "mutability": "mutable", "name": "p1", "nameLocation": "37511:2:16", "nodeType": "VariableDeclaration", "scope": 25811, "src": "37497:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25791, "name": "string", "nodeType": "ElementaryTypeName", "src": "37497:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25794, "mutability": "mutable", "name": "p2", "nameLocation": "37520:2:16", "nodeType": "VariableDeclaration", "scope": 25811, "src": "37515:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25793, "name": "bool", "nodeType": "ElementaryTypeName", "src": "37515:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 25796, "mutability": "mutable", "name": "p3", "nameLocation": "37532:2:16", "nodeType": "VariableDeclaration", "scope": 25811, "src": "37524:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25795, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "37524:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "37478:57:16" }, "returnParameters": { "id": 25798, "nodeType": "ParameterList", "parameters": [], "src": "37550:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25834, "nodeType": "FunctionDefinition", "src": "37664:197:16", "nodes": [], "body": { "id": 25833, "nodeType": "Block", "src": "37754:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c626f6f6c2c737472696e6729", "id": 25825, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "37804:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5e84b0ea51a130c3c7e1443097f28cb5c541ea8487836ae7cb1ca9c6e683699b", "typeString": "literal_string \"log(string,string,bool,string)\"" }, "value": "log(string,string,bool,string)" }, { "id": 25826, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25813, "src": "37838:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25827, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25815, "src": "37842:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25828, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25817, "src": "37846:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 25829, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25819, "src": "37850:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5e84b0ea51a130c3c7e1443097f28cb5c541ea8487836ae7cb1ca9c6e683699b", "typeString": "literal_string \"log(string,string,bool,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 25823, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "37780:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25824, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "37784:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "37780:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25830, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "37780:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25822, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "37764:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25831, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "37764:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25832, "nodeType": "ExpressionStatement", "src": "37764:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "37673:3:16", "parameters": { "id": 25820, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25813, "mutability": "mutable", "name": "p0", "nameLocation": "37691:2:16", "nodeType": "VariableDeclaration", "scope": 25834, "src": "37677:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25812, "name": "string", "nodeType": "ElementaryTypeName", "src": "37677:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25815, "mutability": "mutable", "name": "p1", "nameLocation": "37709:2:16", "nodeType": "VariableDeclaration", "scope": 25834, "src": "37695:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25814, "name": "string", "nodeType": "ElementaryTypeName", "src": "37695:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25817, "mutability": "mutable", "name": "p2", "nameLocation": "37718:2:16", "nodeType": "VariableDeclaration", "scope": 25834, "src": "37713:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25816, "name": "bool", "nodeType": "ElementaryTypeName", "src": "37713:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 25819, "mutability": "mutable", "name": "p3", "nameLocation": "37736:2:16", "nodeType": "VariableDeclaration", "scope": 25834, "src": "37722:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25818, "name": "string", "nodeType": "ElementaryTypeName", "src": "37722:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "37676:63:16" }, "returnParameters": { "id": 25821, "nodeType": "ParameterList", "parameters": [], "src": "37754:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25857, "nodeType": "FunctionDefinition", "src": "37867:186:16", "nodes": [], "body": { "id": 25856, "nodeType": "Block", "src": "37948:105:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c626f6f6c2c626f6f6c29", "id": 25848, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "37998:30:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_40785869c0ea63ca2ccbcf7415552989c2f1ce04f151eb3b2bd695c64d21af10", "typeString": "literal_string \"log(string,string,bool,bool)\"" }, "value": "log(string,string,bool,bool)" }, { "id": 25849, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25836, "src": "38030:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25850, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25838, "src": "38034:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25851, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25840, "src": "38038:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 25852, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25842, "src": "38042:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_40785869c0ea63ca2ccbcf7415552989c2f1ce04f151eb3b2bd695c64d21af10", "typeString": "literal_string \"log(string,string,bool,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 25846, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "37974:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25847, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "37978:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "37974:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25853, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "37974:71:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25845, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "37958:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25854, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "37958:88:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25855, "nodeType": "ExpressionStatement", "src": "37958:88:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "37876:3:16", "parameters": { "id": 25843, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25836, "mutability": "mutable", "name": "p0", "nameLocation": "37894:2:16", "nodeType": "VariableDeclaration", "scope": 25857, "src": "37880:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25835, "name": "string", "nodeType": "ElementaryTypeName", "src": "37880:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25838, "mutability": "mutable", "name": "p1", "nameLocation": "37912:2:16", "nodeType": "VariableDeclaration", "scope": 25857, "src": "37898:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25837, "name": "string", "nodeType": "ElementaryTypeName", "src": "37898:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25840, "mutability": "mutable", "name": "p2", "nameLocation": "37921:2:16", "nodeType": "VariableDeclaration", "scope": 25857, "src": "37916:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25839, "name": "bool", "nodeType": "ElementaryTypeName", "src": "37916:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 25842, "mutability": "mutable", "name": "p3", "nameLocation": "37930:2:16", "nodeType": "VariableDeclaration", "scope": 25857, "src": "37925:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25841, "name": "bool", "nodeType": "ElementaryTypeName", "src": "37925:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "37879:54:16" }, "returnParameters": { "id": 25844, "nodeType": "ParameterList", "parameters": [], "src": "37948:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25880, "nodeType": "FunctionDefinition", "src": "38059:192:16", "nodes": [], "body": { "id": 25879, "nodeType": "Block", "src": "38143:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c626f6f6c2c6164647265737329", "id": 25871, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "38193:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c371c7db0a4b104babdbdf00d079eb75cb5aa1d401c4fb726c8e5559029df84d", "typeString": "literal_string \"log(string,string,bool,address)\"" }, "value": "log(string,string,bool,address)" }, { "id": 25872, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25859, "src": "38228:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25873, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25861, "src": "38232:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25874, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25863, "src": "38236:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 25875, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25865, "src": "38240:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c371c7db0a4b104babdbdf00d079eb75cb5aa1d401c4fb726c8e5559029df84d", "typeString": "literal_string \"log(string,string,bool,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 25869, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "38169:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25870, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "38173:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "38169:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25876, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "38169:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25868, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "38153:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25877, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "38153:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25878, "nodeType": "ExpressionStatement", "src": "38153:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "38068:3:16", "parameters": { "id": 25866, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25859, "mutability": "mutable", "name": "p0", "nameLocation": "38086:2:16", "nodeType": "VariableDeclaration", "scope": 25880, "src": "38072:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25858, "name": "string", "nodeType": "ElementaryTypeName", "src": "38072:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25861, "mutability": "mutable", "name": "p1", "nameLocation": "38104:2:16", "nodeType": "VariableDeclaration", "scope": 25880, "src": "38090:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25860, "name": "string", "nodeType": "ElementaryTypeName", "src": "38090:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25863, "mutability": "mutable", "name": "p2", "nameLocation": "38113:2:16", "nodeType": "VariableDeclaration", "scope": 25880, "src": "38108:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25862, "name": "bool", "nodeType": "ElementaryTypeName", "src": "38108:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 25865, "mutability": "mutable", "name": "p3", "nameLocation": "38125:2:16", "nodeType": "VariableDeclaration", "scope": 25880, "src": "38117:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25864, "name": "address", "nodeType": "ElementaryTypeName", "src": "38117:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "38071:57:16" }, "returnParameters": { "id": 25867, "nodeType": "ParameterList", "parameters": [], "src": "38143:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25903, "nodeType": "FunctionDefinition", "src": "38257:198:16", "nodes": [], "body": { "id": 25902, "nodeType": "Block", "src": "38344:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c616464726573732c75696e7432353629", "id": 25894, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "38394:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_7cc3c607046f21bb2d1cc4864448de2e6c44029beb9bfc36cf6ca90777ae5a00", "typeString": "literal_string \"log(string,string,address,uint256)\"" }, "value": "log(string,string,address,uint256)" }, { "id": 25895, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25882, "src": "38432:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25896, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25884, "src": "38436:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25897, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25886, "src": "38440:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25898, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25888, "src": "38444:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_7cc3c607046f21bb2d1cc4864448de2e6c44029beb9bfc36cf6ca90777ae5a00", "typeString": "literal_string \"log(string,string,address,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 25892, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "38370:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25893, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "38374:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "38370:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25899, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "38370:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25891, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "38354:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25900, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "38354:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25901, "nodeType": "ExpressionStatement", "src": "38354:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "38266:3:16", "parameters": { "id": 25889, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25882, "mutability": "mutable", "name": "p0", "nameLocation": "38284:2:16", "nodeType": "VariableDeclaration", "scope": 25903, "src": "38270:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25881, "name": "string", "nodeType": "ElementaryTypeName", "src": "38270:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25884, "mutability": "mutable", "name": "p1", "nameLocation": "38302:2:16", "nodeType": "VariableDeclaration", "scope": 25903, "src": "38288:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25883, "name": "string", "nodeType": "ElementaryTypeName", "src": "38288:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25886, "mutability": "mutable", "name": "p2", "nameLocation": "38314:2:16", "nodeType": "VariableDeclaration", "scope": 25903, "src": "38306:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25885, "name": "address", "nodeType": "ElementaryTypeName", "src": "38306:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25888, "mutability": "mutable", "name": "p3", "nameLocation": "38326:2:16", "nodeType": "VariableDeclaration", "scope": 25903, "src": "38318:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25887, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "38318:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "38269:60:16" }, "returnParameters": { "id": 25890, "nodeType": "ParameterList", "parameters": [], "src": "38344:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25926, "nodeType": "FunctionDefinition", "src": "38461:203:16", "nodes": [], "body": { "id": 25925, "nodeType": "Block", "src": "38554:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c616464726573732c737472696e6729", "id": 25917, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "38604:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_eb1bff805ef136c60bfed230c7b932a14c6f7a62608edeaf56f8f2c0575d25b6", "typeString": "literal_string \"log(string,string,address,string)\"" }, "value": "log(string,string,address,string)" }, { "id": 25918, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25905, "src": "38641:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25919, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25907, "src": "38645:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25920, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25909, "src": "38649:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25921, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25911, "src": "38653:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_eb1bff805ef136c60bfed230c7b932a14c6f7a62608edeaf56f8f2c0575d25b6", "typeString": "literal_string \"log(string,string,address,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 25915, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "38580:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25916, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "38584:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "38580:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25922, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "38580:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25914, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "38564:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25923, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "38564:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25924, "nodeType": "ExpressionStatement", "src": "38564:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "38470:3:16", "parameters": { "id": 25912, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25905, "mutability": "mutable", "name": "p0", "nameLocation": "38488:2:16", "nodeType": "VariableDeclaration", "scope": 25926, "src": "38474:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25904, "name": "string", "nodeType": "ElementaryTypeName", "src": "38474:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25907, "mutability": "mutable", "name": "p1", "nameLocation": "38506:2:16", "nodeType": "VariableDeclaration", "scope": 25926, "src": "38492:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25906, "name": "string", "nodeType": "ElementaryTypeName", "src": "38492:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25909, "mutability": "mutable", "name": "p2", "nameLocation": "38518:2:16", "nodeType": "VariableDeclaration", "scope": 25926, "src": "38510:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25908, "name": "address", "nodeType": "ElementaryTypeName", "src": "38510:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25911, "mutability": "mutable", "name": "p3", "nameLocation": "38536:2:16", "nodeType": "VariableDeclaration", "scope": 25926, "src": "38522:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25910, "name": "string", "nodeType": "ElementaryTypeName", "src": "38522:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "38473:66:16" }, "returnParameters": { "id": 25913, "nodeType": "ParameterList", "parameters": [], "src": "38554:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25949, "nodeType": "FunctionDefinition", "src": "38670:192:16", "nodes": [], "body": { "id": 25948, "nodeType": "Block", "src": "38754:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c616464726573732c626f6f6c29", "id": 25940, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "38804:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5ccd4e373eb6ae26626c8607ae861c55cda5fd321363edde7e6328e09072ba63", "typeString": "literal_string \"log(string,string,address,bool)\"" }, "value": "log(string,string,address,bool)" }, { "id": 25941, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25928, "src": "38839:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25942, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25930, "src": "38843:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25943, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25932, "src": "38847:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25944, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25934, "src": "38851:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5ccd4e373eb6ae26626c8607ae861c55cda5fd321363edde7e6328e09072ba63", "typeString": "literal_string \"log(string,string,address,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 25938, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "38780:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25939, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "38784:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "38780:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25945, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "38780:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25937, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "38764:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25946, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "38764:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25947, "nodeType": "ExpressionStatement", "src": "38764:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "38679:3:16", "parameters": { "id": 25935, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25928, "mutability": "mutable", "name": "p0", "nameLocation": "38697:2:16", "nodeType": "VariableDeclaration", "scope": 25949, "src": "38683:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25927, "name": "string", "nodeType": "ElementaryTypeName", "src": "38683:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25930, "mutability": "mutable", "name": "p1", "nameLocation": "38715:2:16", "nodeType": "VariableDeclaration", "scope": 25949, "src": "38701:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25929, "name": "string", "nodeType": "ElementaryTypeName", "src": "38701:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25932, "mutability": "mutable", "name": "p2", "nameLocation": "38727:2:16", "nodeType": "VariableDeclaration", "scope": 25949, "src": "38719:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25931, "name": "address", "nodeType": "ElementaryTypeName", "src": "38719:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25934, "mutability": "mutable", "name": "p3", "nameLocation": "38736:2:16", "nodeType": "VariableDeclaration", "scope": 25949, "src": "38731:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25933, "name": "bool", "nodeType": "ElementaryTypeName", "src": "38731:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "38682:57:16" }, "returnParameters": { "id": 25936, "nodeType": "ParameterList", "parameters": [], "src": "38754:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25972, "nodeType": "FunctionDefinition", "src": "38868:198:16", "nodes": [], "body": { "id": 25971, "nodeType": "Block", "src": "38955:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c737472696e672c616464726573732c6164647265737329", "id": 25963, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "39005:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_439c7befd1b6bfcb9bd001c1f3a991ef43c070f0ace0c190dd9f16d7ae338a5d", "typeString": "literal_string \"log(string,string,address,address)\"" }, "value": "log(string,string,address,address)" }, { "id": 25964, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25951, "src": "39043:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25965, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25953, "src": "39047:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25966, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25955, "src": "39051:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 25967, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25957, "src": "39055:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_439c7befd1b6bfcb9bd001c1f3a991ef43c070f0ace0c190dd9f16d7ae338a5d", "typeString": "literal_string \"log(string,string,address,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 25961, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "38981:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25962, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "38985:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "38981:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25968, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "38981:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25960, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "38965:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25969, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "38965:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25970, "nodeType": "ExpressionStatement", "src": "38965:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "38877:3:16", "parameters": { "id": 25958, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25951, "mutability": "mutable", "name": "p0", "nameLocation": "38895:2:16", "nodeType": "VariableDeclaration", "scope": 25972, "src": "38881:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25950, "name": "string", "nodeType": "ElementaryTypeName", "src": "38881:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25953, "mutability": "mutable", "name": "p1", "nameLocation": "38913:2:16", "nodeType": "VariableDeclaration", "scope": 25972, "src": "38899:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25952, "name": "string", "nodeType": "ElementaryTypeName", "src": "38899:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25955, "mutability": "mutable", "name": "p2", "nameLocation": "38925:2:16", "nodeType": "VariableDeclaration", "scope": 25972, "src": "38917:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25954, "name": "address", "nodeType": "ElementaryTypeName", "src": "38917:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 25957, "mutability": "mutable", "name": "p3", "nameLocation": "38937:2:16", "nodeType": "VariableDeclaration", "scope": 25972, "src": "38929:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 25956, "name": "address", "nodeType": "ElementaryTypeName", "src": "38929:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "38880:60:16" }, "returnParameters": { "id": 25959, "nodeType": "ParameterList", "parameters": [], "src": "38955:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 25995, "nodeType": "FunctionDefinition", "src": "39072:187:16", "nodes": [], "body": { "id": 25994, "nodeType": "Block", "src": "39150:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c75696e743235362c75696e7432353629", "id": 25986, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "39200:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_64b5bb671d0911515c2d999ed3f7f689c3b5762a99b342dfee4a1d88fec7b25e", "typeString": "literal_string \"log(string,bool,uint256,uint256)\"" }, "value": "log(string,bool,uint256,uint256)" }, { "id": 25987, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25974, "src": "39236:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 25988, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25976, "src": "39240:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 25989, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25978, "src": "39244:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 25990, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25980, "src": "39248:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_64b5bb671d0911515c2d999ed3f7f689c3b5762a99b342dfee4a1d88fec7b25e", "typeString": "literal_string \"log(string,bool,uint256,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 25984, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "39176:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 25985, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "39180:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "39176:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 25991, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "39176:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 25983, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "39160:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 25992, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "39160:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 25993, "nodeType": "ExpressionStatement", "src": "39160:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "39081:3:16", "parameters": { "id": 25981, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25974, "mutability": "mutable", "name": "p0", "nameLocation": "39099:2:16", "nodeType": "VariableDeclaration", "scope": 25995, "src": "39085:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25973, "name": "string", "nodeType": "ElementaryTypeName", "src": "39085:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25976, "mutability": "mutable", "name": "p1", "nameLocation": "39108:2:16", "nodeType": "VariableDeclaration", "scope": 25995, "src": "39103:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25975, "name": "bool", "nodeType": "ElementaryTypeName", "src": "39103:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 25978, "mutability": "mutable", "name": "p2", "nameLocation": "39120:2:16", "nodeType": "VariableDeclaration", "scope": 25995, "src": "39112:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25977, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "39112:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 25980, "mutability": "mutable", "name": "p3", "nameLocation": "39132:2:16", "nodeType": "VariableDeclaration", "scope": 25995, "src": "39124:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 25979, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "39124:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "39084:51:16" }, "returnParameters": { "id": 25982, "nodeType": "ParameterList", "parameters": [], "src": "39150:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26018, "nodeType": "FunctionDefinition", "src": "39265:192:16", "nodes": [], "body": { "id": 26017, "nodeType": "Block", "src": "39349:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c75696e743235362c737472696e6729", "id": 26009, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "39399:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_742d6ee771df9df1dec5a8b70ff5f7f41567f6ae9fe27e7e391b2811f9978b00", "typeString": "literal_string \"log(string,bool,uint256,string)\"" }, "value": "log(string,bool,uint256,string)" }, { "id": 26010, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25997, "src": "39434:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26011, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 25999, "src": "39438:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26012, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26001, "src": "39442:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26013, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26003, "src": "39446:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_742d6ee771df9df1dec5a8b70ff5f7f41567f6ae9fe27e7e391b2811f9978b00", "typeString": "literal_string \"log(string,bool,uint256,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 26007, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "39375:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26008, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "39379:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "39375:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26014, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "39375:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26006, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "39359:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26015, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "39359:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26016, "nodeType": "ExpressionStatement", "src": "39359:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "39274:3:16", "parameters": { "id": 26004, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 25997, "mutability": "mutable", "name": "p0", "nameLocation": "39292:2:16", "nodeType": "VariableDeclaration", "scope": 26018, "src": "39278:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 25996, "name": "string", "nodeType": "ElementaryTypeName", "src": "39278:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 25999, "mutability": "mutable", "name": "p1", "nameLocation": "39301:2:16", "nodeType": "VariableDeclaration", "scope": 26018, "src": "39296:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 25998, "name": "bool", "nodeType": "ElementaryTypeName", "src": "39296:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26001, "mutability": "mutable", "name": "p2", "nameLocation": "39313:2:16", "nodeType": "VariableDeclaration", "scope": 26018, "src": "39305:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26000, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "39305:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26003, "mutability": "mutable", "name": "p3", "nameLocation": "39331:2:16", "nodeType": "VariableDeclaration", "scope": 26018, "src": "39317:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26002, "name": "string", "nodeType": "ElementaryTypeName", "src": "39317:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "39277:57:16" }, "returnParameters": { "id": 26005, "nodeType": "ParameterList", "parameters": [], "src": "39349:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26041, "nodeType": "FunctionDefinition", "src": "39463:181:16", "nodes": [], "body": { "id": 26040, "nodeType": "Block", "src": "39538:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c75696e743235362c626f6f6c29", "id": 26032, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "39588:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_8af7cf8a379b674b00a81c3841f4203ce23fde0db10f1f8c2a0017ca424d79e2", "typeString": "literal_string \"log(string,bool,uint256,bool)\"" }, "value": "log(string,bool,uint256,bool)" }, { "id": 26033, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26020, "src": "39621:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26034, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26022, "src": "39625:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26035, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26024, "src": "39629:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26036, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26026, "src": "39633:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_8af7cf8a379b674b00a81c3841f4203ce23fde0db10f1f8c2a0017ca424d79e2", "typeString": "literal_string \"log(string,bool,uint256,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 26030, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "39564:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26031, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "39568:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "39564:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26037, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "39564:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26029, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "39548:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26038, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "39548:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26039, "nodeType": "ExpressionStatement", "src": "39548:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "39472:3:16", "parameters": { "id": 26027, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26020, "mutability": "mutable", "name": "p0", "nameLocation": "39490:2:16", "nodeType": "VariableDeclaration", "scope": 26041, "src": "39476:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26019, "name": "string", "nodeType": "ElementaryTypeName", "src": "39476:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26022, "mutability": "mutable", "name": "p1", "nameLocation": "39499:2:16", "nodeType": "VariableDeclaration", "scope": 26041, "src": "39494:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26021, "name": "bool", "nodeType": "ElementaryTypeName", "src": "39494:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26024, "mutability": "mutable", "name": "p2", "nameLocation": "39511:2:16", "nodeType": "VariableDeclaration", "scope": 26041, "src": "39503:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26023, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "39503:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26026, "mutability": "mutable", "name": "p3", "nameLocation": "39520:2:16", "nodeType": "VariableDeclaration", "scope": 26041, "src": "39515:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26025, "name": "bool", "nodeType": "ElementaryTypeName", "src": "39515:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "39475:48:16" }, "returnParameters": { "id": 26028, "nodeType": "ParameterList", "parameters": [], "src": "39538:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26064, "nodeType": "FunctionDefinition", "src": "39650:187:16", "nodes": [], "body": { "id": 26063, "nodeType": "Block", "src": "39728:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c75696e743235362c6164647265737329", "id": 26055, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "39778:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_935e09bfd29779a7e049f17e6e907bb9f7181e93c0c486cf646b7471eb4a9d1e", "typeString": "literal_string \"log(string,bool,uint256,address)\"" }, "value": "log(string,bool,uint256,address)" }, { "id": 26056, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26043, "src": "39814:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26057, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26045, "src": "39818:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26058, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26047, "src": "39822:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26059, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26049, "src": "39826:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_935e09bfd29779a7e049f17e6e907bb9f7181e93c0c486cf646b7471eb4a9d1e", "typeString": "literal_string \"log(string,bool,uint256,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 26053, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "39754:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26054, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "39758:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "39754:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26060, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "39754:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26052, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "39738:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26061, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "39738:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26062, "nodeType": "ExpressionStatement", "src": "39738:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "39659:3:16", "parameters": { "id": 26050, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26043, "mutability": "mutable", "name": "p0", "nameLocation": "39677:2:16", "nodeType": "VariableDeclaration", "scope": 26064, "src": "39663:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26042, "name": "string", "nodeType": "ElementaryTypeName", "src": "39663:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26045, "mutability": "mutable", "name": "p1", "nameLocation": "39686:2:16", "nodeType": "VariableDeclaration", "scope": 26064, "src": "39681:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26044, "name": "bool", "nodeType": "ElementaryTypeName", "src": "39681:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26047, "mutability": "mutable", "name": "p2", "nameLocation": "39698:2:16", "nodeType": "VariableDeclaration", "scope": 26064, "src": "39690:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26046, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "39690:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26049, "mutability": "mutable", "name": "p3", "nameLocation": "39710:2:16", "nodeType": "VariableDeclaration", "scope": 26064, "src": "39702:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26048, "name": "address", "nodeType": "ElementaryTypeName", "src": "39702:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "39662:51:16" }, "returnParameters": { "id": 26051, "nodeType": "ParameterList", "parameters": [], "src": "39728:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26087, "nodeType": "FunctionDefinition", "src": "39843:192:16", "nodes": [], "body": { "id": 26086, "nodeType": "Block", "src": "39927:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c737472696e672c75696e7432353629", "id": 26078, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "39977:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_24f9146562ee02c43db65ac014241fab3a51c9e29435f60d2ed133a186cac03a", "typeString": "literal_string \"log(string,bool,string,uint256)\"" }, "value": "log(string,bool,string,uint256)" }, { "id": 26079, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26066, "src": "40012:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26080, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26068, "src": "40016:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26081, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26070, "src": "40020:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26082, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26072, "src": "40024:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_24f9146562ee02c43db65ac014241fab3a51c9e29435f60d2ed133a186cac03a", "typeString": "literal_string \"log(string,bool,string,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 26076, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "39953:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26077, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "39957:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "39953:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26083, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "39953:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26075, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "39937:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26084, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "39937:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26085, "nodeType": "ExpressionStatement", "src": "39937:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "39852:3:16", "parameters": { "id": 26073, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26066, "mutability": "mutable", "name": "p0", "nameLocation": "39870:2:16", "nodeType": "VariableDeclaration", "scope": 26087, "src": "39856:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26065, "name": "string", "nodeType": "ElementaryTypeName", "src": "39856:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26068, "mutability": "mutable", "name": "p1", "nameLocation": "39879:2:16", "nodeType": "VariableDeclaration", "scope": 26087, "src": "39874:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26067, "name": "bool", "nodeType": "ElementaryTypeName", "src": "39874:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26070, "mutability": "mutable", "name": "p2", "nameLocation": "39897:2:16", "nodeType": "VariableDeclaration", "scope": 26087, "src": "39883:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26069, "name": "string", "nodeType": "ElementaryTypeName", "src": "39883:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26072, "mutability": "mutable", "name": "p3", "nameLocation": "39909:2:16", "nodeType": "VariableDeclaration", "scope": 26087, "src": "39901:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26071, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "39901:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "39855:57:16" }, "returnParameters": { "id": 26074, "nodeType": "ParameterList", "parameters": [], "src": "39927:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26110, "nodeType": "FunctionDefinition", "src": "40041:197:16", "nodes": [], "body": { "id": 26109, "nodeType": "Block", "src": "40131:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c737472696e672c737472696e6729", "id": 26101, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "40181:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_a826caebc65f4a71211c1c7fd8dc9bdd856d7ef7dbeef42d8af156e9f73bc47d", "typeString": "literal_string \"log(string,bool,string,string)\"" }, "value": "log(string,bool,string,string)" }, { "id": 26102, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26089, "src": "40215:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26103, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26091, "src": "40219:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26104, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26093, "src": "40223:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26105, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26095, "src": "40227:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_a826caebc65f4a71211c1c7fd8dc9bdd856d7ef7dbeef42d8af156e9f73bc47d", "typeString": "literal_string \"log(string,bool,string,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 26099, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "40157:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26100, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "40161:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "40157:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26106, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "40157:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26098, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "40141:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26107, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "40141:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26108, "nodeType": "ExpressionStatement", "src": "40141:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "40050:3:16", "parameters": { "id": 26096, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26089, "mutability": "mutable", "name": "p0", "nameLocation": "40068:2:16", "nodeType": "VariableDeclaration", "scope": 26110, "src": "40054:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26088, "name": "string", "nodeType": "ElementaryTypeName", "src": "40054:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26091, "mutability": "mutable", "name": "p1", "nameLocation": "40077:2:16", "nodeType": "VariableDeclaration", "scope": 26110, "src": "40072:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26090, "name": "bool", "nodeType": "ElementaryTypeName", "src": "40072:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26093, "mutability": "mutable", "name": "p2", "nameLocation": "40095:2:16", "nodeType": "VariableDeclaration", "scope": 26110, "src": "40081:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26092, "name": "string", "nodeType": "ElementaryTypeName", "src": "40081:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26095, "mutability": "mutable", "name": "p3", "nameLocation": "40113:2:16", "nodeType": "VariableDeclaration", "scope": 26110, "src": "40099:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26094, "name": "string", "nodeType": "ElementaryTypeName", "src": "40099:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "40053:63:16" }, "returnParameters": { "id": 26097, "nodeType": "ParameterList", "parameters": [], "src": "40131:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26133, "nodeType": "FunctionDefinition", "src": "40244:186:16", "nodes": [], "body": { "id": 26132, "nodeType": "Block", "src": "40325:105:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c737472696e672c626f6f6c29", "id": 26124, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "40375:30:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_3f8a701d00386d6ad9c7b7a930805b985bcbbe108e894a7d5cb9493e87e57e8b", "typeString": "literal_string \"log(string,bool,string,bool)\"" }, "value": "log(string,bool,string,bool)" }, { "id": 26125, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26112, "src": "40407:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26126, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26114, "src": "40411:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26127, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26116, "src": "40415:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26128, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26118, "src": "40419:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_3f8a701d00386d6ad9c7b7a930805b985bcbbe108e894a7d5cb9493e87e57e8b", "typeString": "literal_string \"log(string,bool,string,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 26122, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "40351:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26123, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "40355:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "40351:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26129, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "40351:71:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26121, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "40335:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26130, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "40335:88:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26131, "nodeType": "ExpressionStatement", "src": "40335:88:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "40253:3:16", "parameters": { "id": 26119, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26112, "mutability": "mutable", "name": "p0", "nameLocation": "40271:2:16", "nodeType": "VariableDeclaration", "scope": 26133, "src": "40257:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26111, "name": "string", "nodeType": "ElementaryTypeName", "src": "40257:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26114, "mutability": "mutable", "name": "p1", "nameLocation": "40280:2:16", "nodeType": "VariableDeclaration", "scope": 26133, "src": "40275:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26113, "name": "bool", "nodeType": "ElementaryTypeName", "src": "40275:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26116, "mutability": "mutable", "name": "p2", "nameLocation": "40298:2:16", "nodeType": "VariableDeclaration", "scope": 26133, "src": "40284:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26115, "name": "string", "nodeType": "ElementaryTypeName", "src": "40284:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26118, "mutability": "mutable", "name": "p3", "nameLocation": "40307:2:16", "nodeType": "VariableDeclaration", "scope": 26133, "src": "40302:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26117, "name": "bool", "nodeType": "ElementaryTypeName", "src": "40302:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "40256:54:16" }, "returnParameters": { "id": 26120, "nodeType": "ParameterList", "parameters": [], "src": "40325:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26156, "nodeType": "FunctionDefinition", "src": "40436:192:16", "nodes": [], "body": { "id": 26155, "nodeType": "Block", "src": "40520:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c737472696e672c6164647265737329", "id": 26147, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "40570:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_e0625b292fa5cbc865b55f61713cbbe0ce7abb244ec2df45291ea19c30ddfaf8", "typeString": "literal_string \"log(string,bool,string,address)\"" }, "value": "log(string,bool,string,address)" }, { "id": 26148, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26135, "src": "40605:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26149, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26137, "src": "40609:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26150, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26139, "src": "40613:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26151, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26141, "src": "40617:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_e0625b292fa5cbc865b55f61713cbbe0ce7abb244ec2df45291ea19c30ddfaf8", "typeString": "literal_string \"log(string,bool,string,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 26145, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "40546:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26146, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "40550:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "40546:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26152, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "40546:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26144, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "40530:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26153, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "40530:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26154, "nodeType": "ExpressionStatement", "src": "40530:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "40445:3:16", "parameters": { "id": 26142, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26135, "mutability": "mutable", "name": "p0", "nameLocation": "40463:2:16", "nodeType": "VariableDeclaration", "scope": 26156, "src": "40449:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26134, "name": "string", "nodeType": "ElementaryTypeName", "src": "40449:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26137, "mutability": "mutable", "name": "p1", "nameLocation": "40472:2:16", "nodeType": "VariableDeclaration", "scope": 26156, "src": "40467:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26136, "name": "bool", "nodeType": "ElementaryTypeName", "src": "40467:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26139, "mutability": "mutable", "name": "p2", "nameLocation": "40490:2:16", "nodeType": "VariableDeclaration", "scope": 26156, "src": "40476:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26138, "name": "string", "nodeType": "ElementaryTypeName", "src": "40476:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26141, "mutability": "mutable", "name": "p3", "nameLocation": "40502:2:16", "nodeType": "VariableDeclaration", "scope": 26156, "src": "40494:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26140, "name": "address", "nodeType": "ElementaryTypeName", "src": "40494:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "40448:57:16" }, "returnParameters": { "id": 26143, "nodeType": "ParameterList", "parameters": [], "src": "40520:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26179, "nodeType": "FunctionDefinition", "src": "40634:181:16", "nodes": [], "body": { "id": 26178, "nodeType": "Block", "src": "40709:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c626f6f6c2c75696e7432353629", "id": 26170, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "40759:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_8e3f78a95b6137f6ae9ccc69d6fedacb3b283b432b4367bfc497a4b3b428665c", "typeString": "literal_string \"log(string,bool,bool,uint256)\"" }, "value": "log(string,bool,bool,uint256)" }, { "id": 26171, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26158, "src": "40792:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26172, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26160, "src": "40796:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26173, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26162, "src": "40800:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26174, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26164, "src": "40804:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_8e3f78a95b6137f6ae9ccc69d6fedacb3b283b432b4367bfc497a4b3b428665c", "typeString": "literal_string \"log(string,bool,bool,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 26168, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "40735:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26169, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "40739:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "40735:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26175, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "40735:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26167, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "40719:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26176, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "40719:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26177, "nodeType": "ExpressionStatement", "src": "40719:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "40643:3:16", "parameters": { "id": 26165, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26158, "mutability": "mutable", "name": "p0", "nameLocation": "40661:2:16", "nodeType": "VariableDeclaration", "scope": 26179, "src": "40647:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26157, "name": "string", "nodeType": "ElementaryTypeName", "src": "40647:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26160, "mutability": "mutable", "name": "p1", "nameLocation": "40670:2:16", "nodeType": "VariableDeclaration", "scope": 26179, "src": "40665:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26159, "name": "bool", "nodeType": "ElementaryTypeName", "src": "40665:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26162, "mutability": "mutable", "name": "p2", "nameLocation": "40679:2:16", "nodeType": "VariableDeclaration", "scope": 26179, "src": "40674:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26161, "name": "bool", "nodeType": "ElementaryTypeName", "src": "40674:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26164, "mutability": "mutable", "name": "p3", "nameLocation": "40691:2:16", "nodeType": "VariableDeclaration", "scope": 26179, "src": "40683:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26163, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "40683:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "40646:48:16" }, "returnParameters": { "id": 26166, "nodeType": "ParameterList", "parameters": [], "src": "40709:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26202, "nodeType": "FunctionDefinition", "src": "40821:186:16", "nodes": [], "body": { "id": 26201, "nodeType": "Block", "src": "40902:105:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c626f6f6c2c737472696e6729", "id": 26193, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "40952:30:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_9d22d5dd5fa6b44920526f32944af8a0b12651bcfe7d5e4d9330573146eaf058", "typeString": "literal_string \"log(string,bool,bool,string)\"" }, "value": "log(string,bool,bool,string)" }, { "id": 26194, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26181, "src": "40984:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26195, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26183, "src": "40988:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26196, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26185, "src": "40992:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26197, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26187, "src": "40996:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_9d22d5dd5fa6b44920526f32944af8a0b12651bcfe7d5e4d9330573146eaf058", "typeString": "literal_string \"log(string,bool,bool,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 26191, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "40928:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26192, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "40932:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "40928:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26198, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "40928:71:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26190, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "40912:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26199, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "40912:88:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26200, "nodeType": "ExpressionStatement", "src": "40912:88:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "40830:3:16", "parameters": { "id": 26188, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26181, "mutability": "mutable", "name": "p0", "nameLocation": "40848:2:16", "nodeType": "VariableDeclaration", "scope": 26202, "src": "40834:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26180, "name": "string", "nodeType": "ElementaryTypeName", "src": "40834:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26183, "mutability": "mutable", "name": "p1", "nameLocation": "40857:2:16", "nodeType": "VariableDeclaration", "scope": 26202, "src": "40852:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26182, "name": "bool", "nodeType": "ElementaryTypeName", "src": "40852:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26185, "mutability": "mutable", "name": "p2", "nameLocation": "40866:2:16", "nodeType": "VariableDeclaration", "scope": 26202, "src": "40861:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26184, "name": "bool", "nodeType": "ElementaryTypeName", "src": "40861:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26187, "mutability": "mutable", "name": "p3", "nameLocation": "40884:2:16", "nodeType": "VariableDeclaration", "scope": 26202, "src": "40870:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26186, "name": "string", "nodeType": "ElementaryTypeName", "src": "40870:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "40833:54:16" }, "returnParameters": { "id": 26189, "nodeType": "ParameterList", "parameters": [], "src": "40902:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26225, "nodeType": "FunctionDefinition", "src": "41013:175:16", "nodes": [], "body": { "id": 26224, "nodeType": "Block", "src": "41085:103:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c626f6f6c2c626f6f6c29", "id": 26216, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "41135:28:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_895af8c5b50078ceec3119054e20583155eeb3e1a8f56b8ed56efbec57456ad2", "typeString": "literal_string \"log(string,bool,bool,bool)\"" }, "value": "log(string,bool,bool,bool)" }, { "id": 26217, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26204, "src": "41165:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26218, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26206, "src": "41169:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26219, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26208, "src": "41173:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26220, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26210, "src": "41177:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_895af8c5b50078ceec3119054e20583155eeb3e1a8f56b8ed56efbec57456ad2", "typeString": "literal_string \"log(string,bool,bool,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 26214, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "41111:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26215, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "41115:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "41111:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26221, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "41111:69:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26213, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "41095:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26222, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "41095:86:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26223, "nodeType": "ExpressionStatement", "src": "41095:86:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "41022:3:16", "parameters": { "id": 26211, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26204, "mutability": "mutable", "name": "p0", "nameLocation": "41040:2:16", "nodeType": "VariableDeclaration", "scope": 26225, "src": "41026:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26203, "name": "string", "nodeType": "ElementaryTypeName", "src": "41026:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26206, "mutability": "mutable", "name": "p1", "nameLocation": "41049:2:16", "nodeType": "VariableDeclaration", "scope": 26225, "src": "41044:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26205, "name": "bool", "nodeType": "ElementaryTypeName", "src": "41044:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26208, "mutability": "mutable", "name": "p2", "nameLocation": "41058:2:16", "nodeType": "VariableDeclaration", "scope": 26225, "src": "41053:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26207, "name": "bool", "nodeType": "ElementaryTypeName", "src": "41053:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26210, "mutability": "mutable", "name": "p3", "nameLocation": "41067:2:16", "nodeType": "VariableDeclaration", "scope": 26225, "src": "41062:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26209, "name": "bool", "nodeType": "ElementaryTypeName", "src": "41062:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "41025:45:16" }, "returnParameters": { "id": 26212, "nodeType": "ParameterList", "parameters": [], "src": "41085:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26248, "nodeType": "FunctionDefinition", "src": "41194:181:16", "nodes": [], "body": { "id": 26247, "nodeType": "Block", "src": "41269:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c626f6f6c2c6164647265737329", "id": 26239, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "41319:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_7190a529624f3e9168945b9053b9648f6439313f31cad0801b50f9dc38a45d4d", "typeString": "literal_string \"log(string,bool,bool,address)\"" }, "value": "log(string,bool,bool,address)" }, { "id": 26240, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26227, "src": "41352:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26241, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26229, "src": "41356:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26242, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26231, "src": "41360:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26243, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26233, "src": "41364:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_7190a529624f3e9168945b9053b9648f6439313f31cad0801b50f9dc38a45d4d", "typeString": "literal_string \"log(string,bool,bool,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 26237, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "41295:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26238, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "41299:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "41295:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26244, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "41295:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26236, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "41279:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26245, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "41279:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26246, "nodeType": "ExpressionStatement", "src": "41279:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "41203:3:16", "parameters": { "id": 26234, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26227, "mutability": "mutable", "name": "p0", "nameLocation": "41221:2:16", "nodeType": "VariableDeclaration", "scope": 26248, "src": "41207:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26226, "name": "string", "nodeType": "ElementaryTypeName", "src": "41207:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26229, "mutability": "mutable", "name": "p1", "nameLocation": "41230:2:16", "nodeType": "VariableDeclaration", "scope": 26248, "src": "41225:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26228, "name": "bool", "nodeType": "ElementaryTypeName", "src": "41225:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26231, "mutability": "mutable", "name": "p2", "nameLocation": "41239:2:16", "nodeType": "VariableDeclaration", "scope": 26248, "src": "41234:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26230, "name": "bool", "nodeType": "ElementaryTypeName", "src": "41234:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26233, "mutability": "mutable", "name": "p3", "nameLocation": "41251:2:16", "nodeType": "VariableDeclaration", "scope": 26248, "src": "41243:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26232, "name": "address", "nodeType": "ElementaryTypeName", "src": "41243:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "41206:48:16" }, "returnParameters": { "id": 26235, "nodeType": "ParameterList", "parameters": [], "src": "41269:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26271, "nodeType": "FunctionDefinition", "src": "41381:187:16", "nodes": [], "body": { "id": 26270, "nodeType": "Block", "src": "41459:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c616464726573732c75696e7432353629", "id": 26262, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "41509:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5d08bb051545e1af26b8dc05172e6aa8a0bd85212ec19e971b10cea364c21531", "typeString": "literal_string \"log(string,bool,address,uint256)\"" }, "value": "log(string,bool,address,uint256)" }, { "id": 26263, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26250, "src": "41545:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26264, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26252, "src": "41549:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26265, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26254, "src": "41553:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26266, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26256, "src": "41557:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5d08bb051545e1af26b8dc05172e6aa8a0bd85212ec19e971b10cea364c21531", "typeString": "literal_string \"log(string,bool,address,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 26260, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "41485:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26261, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "41489:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "41485:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26267, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "41485:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26259, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "41469:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26268, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "41469:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26269, "nodeType": "ExpressionStatement", "src": "41469:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "41390:3:16", "parameters": { "id": 26257, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26250, "mutability": "mutable", "name": "p0", "nameLocation": "41408:2:16", "nodeType": "VariableDeclaration", "scope": 26271, "src": "41394:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26249, "name": "string", "nodeType": "ElementaryTypeName", "src": "41394:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26252, "mutability": "mutable", "name": "p1", "nameLocation": "41417:2:16", "nodeType": "VariableDeclaration", "scope": 26271, "src": "41412:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26251, "name": "bool", "nodeType": "ElementaryTypeName", "src": "41412:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26254, "mutability": "mutable", "name": "p2", "nameLocation": "41429:2:16", "nodeType": "VariableDeclaration", "scope": 26271, "src": "41421:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26253, "name": "address", "nodeType": "ElementaryTypeName", "src": "41421:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26256, "mutability": "mutable", "name": "p3", "nameLocation": "41441:2:16", "nodeType": "VariableDeclaration", "scope": 26271, "src": "41433:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26255, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "41433:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "41393:51:16" }, "returnParameters": { "id": 26258, "nodeType": "ParameterList", "parameters": [], "src": "41459:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26294, "nodeType": "FunctionDefinition", "src": "41574:192:16", "nodes": [], "body": { "id": 26293, "nodeType": "Block", "src": "41658:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c616464726573732c737472696e6729", "id": 26285, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "41708:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2d8e33a4e52268aad313274a8446eec6f40466a28da2456a8f12d83b298c13ef", "typeString": "literal_string \"log(string,bool,address,string)\"" }, "value": "log(string,bool,address,string)" }, { "id": 26286, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26273, "src": "41743:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26287, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26275, "src": "41747:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26288, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26277, "src": "41751:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26289, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26279, "src": "41755:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2d8e33a4e52268aad313274a8446eec6f40466a28da2456a8f12d83b298c13ef", "typeString": "literal_string \"log(string,bool,address,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 26283, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "41684:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26284, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "41688:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "41684:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26290, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "41684:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26282, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "41668:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26291, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "41668:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26292, "nodeType": "ExpressionStatement", "src": "41668:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "41583:3:16", "parameters": { "id": 26280, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26273, "mutability": "mutable", "name": "p0", "nameLocation": "41601:2:16", "nodeType": "VariableDeclaration", "scope": 26294, "src": "41587:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26272, "name": "string", "nodeType": "ElementaryTypeName", "src": "41587:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26275, "mutability": "mutable", "name": "p1", "nameLocation": "41610:2:16", "nodeType": "VariableDeclaration", "scope": 26294, "src": "41605:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26274, "name": "bool", "nodeType": "ElementaryTypeName", "src": "41605:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26277, "mutability": "mutable", "name": "p2", "nameLocation": "41622:2:16", "nodeType": "VariableDeclaration", "scope": 26294, "src": "41614:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26276, "name": "address", "nodeType": "ElementaryTypeName", "src": "41614:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26279, "mutability": "mutable", "name": "p3", "nameLocation": "41640:2:16", "nodeType": "VariableDeclaration", "scope": 26294, "src": "41626:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26278, "name": "string", "nodeType": "ElementaryTypeName", "src": "41626:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "41586:57:16" }, "returnParameters": { "id": 26281, "nodeType": "ParameterList", "parameters": [], "src": "41658:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26317, "nodeType": "FunctionDefinition", "src": "41772:181:16", "nodes": [], "body": { "id": 26316, "nodeType": "Block", "src": "41847:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c616464726573732c626f6f6c29", "id": 26308, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "41897:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_958c28c6e7bd79de7ce7f6f112cbcb194d9e383764dfb947492ee1374ff5c482", "typeString": "literal_string \"log(string,bool,address,bool)\"" }, "value": "log(string,bool,address,bool)" }, { "id": 26309, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26296, "src": "41930:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26310, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26298, "src": "41934:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26311, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26300, "src": "41938:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26312, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26302, "src": "41942:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_958c28c6e7bd79de7ce7f6f112cbcb194d9e383764dfb947492ee1374ff5c482", "typeString": "literal_string \"log(string,bool,address,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 26306, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "41873:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26307, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "41877:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "41873:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26313, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "41873:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26305, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "41857:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26314, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "41857:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26315, "nodeType": "ExpressionStatement", "src": "41857:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "41781:3:16", "parameters": { "id": 26303, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26296, "mutability": "mutable", "name": "p0", "nameLocation": "41799:2:16", "nodeType": "VariableDeclaration", "scope": 26317, "src": "41785:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26295, "name": "string", "nodeType": "ElementaryTypeName", "src": "41785:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26298, "mutability": "mutable", "name": "p1", "nameLocation": "41808:2:16", "nodeType": "VariableDeclaration", "scope": 26317, "src": "41803:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26297, "name": "bool", "nodeType": "ElementaryTypeName", "src": "41803:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26300, "mutability": "mutable", "name": "p2", "nameLocation": "41820:2:16", "nodeType": "VariableDeclaration", "scope": 26317, "src": "41812:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26299, "name": "address", "nodeType": "ElementaryTypeName", "src": "41812:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26302, "mutability": "mutable", "name": "p3", "nameLocation": "41829:2:16", "nodeType": "VariableDeclaration", "scope": 26317, "src": "41824:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26301, "name": "bool", "nodeType": "ElementaryTypeName", "src": "41824:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "41784:48:16" }, "returnParameters": { "id": 26304, "nodeType": "ParameterList", "parameters": [], "src": "41847:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26340, "nodeType": "FunctionDefinition", "src": "41959:187:16", "nodes": [], "body": { "id": 26339, "nodeType": "Block", "src": "42037:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c626f6f6c2c616464726573732c6164647265737329", "id": 26331, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "42087:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_33e9dd1deb33816160eb59d86987de501b214bedbbe3c70103eff4092834b53d", "typeString": "literal_string \"log(string,bool,address,address)\"" }, "value": "log(string,bool,address,address)" }, { "id": 26332, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26319, "src": "42123:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26333, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26321, "src": "42127:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26334, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26323, "src": "42131:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26335, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26325, "src": "42135:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_33e9dd1deb33816160eb59d86987de501b214bedbbe3c70103eff4092834b53d", "typeString": "literal_string \"log(string,bool,address,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 26329, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "42063:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26330, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "42067:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "42063:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26336, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "42063:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26328, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "42047:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26337, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "42047:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26338, "nodeType": "ExpressionStatement", "src": "42047:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "41968:3:16", "parameters": { "id": 26326, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26319, "mutability": "mutable", "name": "p0", "nameLocation": "41986:2:16", "nodeType": "VariableDeclaration", "scope": 26340, "src": "41972:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26318, "name": "string", "nodeType": "ElementaryTypeName", "src": "41972:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26321, "mutability": "mutable", "name": "p1", "nameLocation": "41995:2:16", "nodeType": "VariableDeclaration", "scope": 26340, "src": "41990:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26320, "name": "bool", "nodeType": "ElementaryTypeName", "src": "41990:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26323, "mutability": "mutable", "name": "p2", "nameLocation": "42007:2:16", "nodeType": "VariableDeclaration", "scope": 26340, "src": "41999:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26322, "name": "address", "nodeType": "ElementaryTypeName", "src": "41999:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26325, "mutability": "mutable", "name": "p3", "nameLocation": "42019:2:16", "nodeType": "VariableDeclaration", "scope": 26340, "src": "42011:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26324, "name": "address", "nodeType": "ElementaryTypeName", "src": "42011:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "41971:51:16" }, "returnParameters": { "id": 26327, "nodeType": "ParameterList", "parameters": [], "src": "42037:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26363, "nodeType": "FunctionDefinition", "src": "42152:193:16", "nodes": [], "body": { "id": 26362, "nodeType": "Block", "src": "42233:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c75696e743235362c75696e7432353629", "id": 26354, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "42283:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_f8f51b1efa50f24f22e6d84ce2fe784a33e1301484ada1546e913ae05d6370e9", "typeString": "literal_string \"log(string,address,uint256,uint256)\"" }, "value": "log(string,address,uint256,uint256)" }, { "id": 26355, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26342, "src": "42322:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26356, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26344, "src": "42326:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26357, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26346, "src": "42330:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26358, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26348, "src": "42334:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_f8f51b1efa50f24f22e6d84ce2fe784a33e1301484ada1546e913ae05d6370e9", "typeString": "literal_string \"log(string,address,uint256,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 26352, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "42259:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26353, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "42263:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "42259:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26359, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "42259:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26351, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "42243:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26360, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "42243:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26361, "nodeType": "ExpressionStatement", "src": "42243:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "42161:3:16", "parameters": { "id": 26349, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26342, "mutability": "mutable", "name": "p0", "nameLocation": "42179:2:16", "nodeType": "VariableDeclaration", "scope": 26363, "src": "42165:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26341, "name": "string", "nodeType": "ElementaryTypeName", "src": "42165:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26344, "mutability": "mutable", "name": "p1", "nameLocation": "42191:2:16", "nodeType": "VariableDeclaration", "scope": 26363, "src": "42183:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26343, "name": "address", "nodeType": "ElementaryTypeName", "src": "42183:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26346, "mutability": "mutable", "name": "p2", "nameLocation": "42203:2:16", "nodeType": "VariableDeclaration", "scope": 26363, "src": "42195:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26345, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "42195:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26348, "mutability": "mutable", "name": "p3", "nameLocation": "42215:2:16", "nodeType": "VariableDeclaration", "scope": 26363, "src": "42207:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26347, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "42207:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "42164:54:16" }, "returnParameters": { "id": 26350, "nodeType": "ParameterList", "parameters": [], "src": "42233:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26386, "nodeType": "FunctionDefinition", "src": "42351:198:16", "nodes": [], "body": { "id": 26385, "nodeType": "Block", "src": "42438:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c75696e743235362c737472696e6729", "id": 26377, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "42488:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5a477632ed0f8b7872a83c9247644de555db395491f2f355c6edb676d8bcb46c", "typeString": "literal_string \"log(string,address,uint256,string)\"" }, "value": "log(string,address,uint256,string)" }, { "id": 26378, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26365, "src": "42526:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26379, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26367, "src": "42530:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26380, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26369, "src": "42534:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26381, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26371, "src": "42538:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5a477632ed0f8b7872a83c9247644de555db395491f2f355c6edb676d8bcb46c", "typeString": "literal_string \"log(string,address,uint256,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 26375, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "42464:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26376, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "42468:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "42464:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26382, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "42464:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26374, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "42448:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26383, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "42448:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26384, "nodeType": "ExpressionStatement", "src": "42448:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "42360:3:16", "parameters": { "id": 26372, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26365, "mutability": "mutable", "name": "p0", "nameLocation": "42378:2:16", "nodeType": "VariableDeclaration", "scope": 26386, "src": "42364:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26364, "name": "string", "nodeType": "ElementaryTypeName", "src": "42364:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26367, "mutability": "mutable", "name": "p1", "nameLocation": "42390:2:16", "nodeType": "VariableDeclaration", "scope": 26386, "src": "42382:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26366, "name": "address", "nodeType": "ElementaryTypeName", "src": "42382:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26369, "mutability": "mutable", "name": "p2", "nameLocation": "42402:2:16", "nodeType": "VariableDeclaration", "scope": 26386, "src": "42394:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26368, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "42394:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26371, "mutability": "mutable", "name": "p3", "nameLocation": "42420:2:16", "nodeType": "VariableDeclaration", "scope": 26386, "src": "42406:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26370, "name": "string", "nodeType": "ElementaryTypeName", "src": "42406:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "42363:60:16" }, "returnParameters": { "id": 26373, "nodeType": "ParameterList", "parameters": [], "src": "42438:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26409, "nodeType": "FunctionDefinition", "src": "42555:187:16", "nodes": [], "body": { "id": 26408, "nodeType": "Block", "src": "42633:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c75696e743235362c626f6f6c29", "id": 26400, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "42683:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_fc4845f029f76ed29f7b800fe92a7851214073a807806d7d808676b2cbe7a1c7", "typeString": "literal_string \"log(string,address,uint256,bool)\"" }, "value": "log(string,address,uint256,bool)" }, { "id": 26401, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26388, "src": "42719:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26402, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26390, "src": "42723:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26403, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26392, "src": "42727:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26404, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26394, "src": "42731:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_fc4845f029f76ed29f7b800fe92a7851214073a807806d7d808676b2cbe7a1c7", "typeString": "literal_string \"log(string,address,uint256,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 26398, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "42659:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26399, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "42663:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "42659:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26405, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "42659:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26397, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "42643:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26406, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "42643:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26407, "nodeType": "ExpressionStatement", "src": "42643:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "42564:3:16", "parameters": { "id": 26395, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26388, "mutability": "mutable", "name": "p0", "nameLocation": "42582:2:16", "nodeType": "VariableDeclaration", "scope": 26409, "src": "42568:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26387, "name": "string", "nodeType": "ElementaryTypeName", "src": "42568:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26390, "mutability": "mutable", "name": "p1", "nameLocation": "42594:2:16", "nodeType": "VariableDeclaration", "scope": 26409, "src": "42586:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26389, "name": "address", "nodeType": "ElementaryTypeName", "src": "42586:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26392, "mutability": "mutable", "name": "p2", "nameLocation": "42606:2:16", "nodeType": "VariableDeclaration", "scope": 26409, "src": "42598:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26391, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "42598:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26394, "mutability": "mutable", "name": "p3", "nameLocation": "42615:2:16", "nodeType": "VariableDeclaration", "scope": 26409, "src": "42610:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26393, "name": "bool", "nodeType": "ElementaryTypeName", "src": "42610:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "42567:51:16" }, "returnParameters": { "id": 26396, "nodeType": "ParameterList", "parameters": [], "src": "42633:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26432, "nodeType": "FunctionDefinition", "src": "42748:193:16", "nodes": [], "body": { "id": 26431, "nodeType": "Block", "src": "42829:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c75696e743235362c6164647265737329", "id": 26423, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "42879:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_63fb8bc57476e3f2139504feb3fa304f43eeecc15ac8e150b7b3c9fdfa4ea83a", "typeString": "literal_string \"log(string,address,uint256,address)\"" }, "value": "log(string,address,uint256,address)" }, { "id": 26424, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26411, "src": "42918:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26425, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26413, "src": "42922:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26426, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26415, "src": "42926:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26427, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26417, "src": "42930:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_63fb8bc57476e3f2139504feb3fa304f43eeecc15ac8e150b7b3c9fdfa4ea83a", "typeString": "literal_string \"log(string,address,uint256,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 26421, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "42855:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26422, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "42859:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "42855:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26428, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "42855:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26420, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "42839:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26429, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "42839:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26430, "nodeType": "ExpressionStatement", "src": "42839:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "42757:3:16", "parameters": { "id": 26418, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26411, "mutability": "mutable", "name": "p0", "nameLocation": "42775:2:16", "nodeType": "VariableDeclaration", "scope": 26432, "src": "42761:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26410, "name": "string", "nodeType": "ElementaryTypeName", "src": "42761:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26413, "mutability": "mutable", "name": "p1", "nameLocation": "42787:2:16", "nodeType": "VariableDeclaration", "scope": 26432, "src": "42779:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26412, "name": "address", "nodeType": "ElementaryTypeName", "src": "42779:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26415, "mutability": "mutable", "name": "p2", "nameLocation": "42799:2:16", "nodeType": "VariableDeclaration", "scope": 26432, "src": "42791:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26414, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "42791:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26417, "mutability": "mutable", "name": "p3", "nameLocation": "42811:2:16", "nodeType": "VariableDeclaration", "scope": 26432, "src": "42803:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26416, "name": "address", "nodeType": "ElementaryTypeName", "src": "42803:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "42760:54:16" }, "returnParameters": { "id": 26419, "nodeType": "ParameterList", "parameters": [], "src": "42829:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26455, "nodeType": "FunctionDefinition", "src": "42947:198:16", "nodes": [], "body": { "id": 26454, "nodeType": "Block", "src": "43034:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c737472696e672c75696e7432353629", "id": 26446, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "43084:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_91d1112e9ca774de680c78512401449500c1938a4e449f6e73f80a84d95cfcfd", "typeString": "literal_string \"log(string,address,string,uint256)\"" }, "value": "log(string,address,string,uint256)" }, { "id": 26447, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26434, "src": "43122:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26448, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26436, "src": "43126:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26449, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26438, "src": "43130:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26450, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26440, "src": "43134:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_91d1112e9ca774de680c78512401449500c1938a4e449f6e73f80a84d95cfcfd", "typeString": "literal_string \"log(string,address,string,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 26444, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "43060:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26445, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "43064:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "43060:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26451, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "43060:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26443, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "43044:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26452, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "43044:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26453, "nodeType": "ExpressionStatement", "src": "43044:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "42956:3:16", "parameters": { "id": 26441, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26434, "mutability": "mutable", "name": "p0", "nameLocation": "42974:2:16", "nodeType": "VariableDeclaration", "scope": 26455, "src": "42960:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26433, "name": "string", "nodeType": "ElementaryTypeName", "src": "42960:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26436, "mutability": "mutable", "name": "p1", "nameLocation": "42986:2:16", "nodeType": "VariableDeclaration", "scope": 26455, "src": "42978:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26435, "name": "address", "nodeType": "ElementaryTypeName", "src": "42978:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26438, "mutability": "mutable", "name": "p2", "nameLocation": "43004:2:16", "nodeType": "VariableDeclaration", "scope": 26455, "src": "42990:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26437, "name": "string", "nodeType": "ElementaryTypeName", "src": "42990:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26440, "mutability": "mutable", "name": "p3", "nameLocation": "43016:2:16", "nodeType": "VariableDeclaration", "scope": 26455, "src": "43008:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26439, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "43008:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "42959:60:16" }, "returnParameters": { "id": 26442, "nodeType": "ParameterList", "parameters": [], "src": "43034:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26478, "nodeType": "FunctionDefinition", "src": "43151:203:16", "nodes": [], "body": { "id": 26477, "nodeType": "Block", "src": "43244:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c737472696e672c737472696e6729", "id": 26469, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "43294:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_245986f22170901865e76245a48ee28ce0127ca357f6ad576a72190e1d358797", "typeString": "literal_string \"log(string,address,string,string)\"" }, "value": "log(string,address,string,string)" }, { "id": 26470, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26457, "src": "43331:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26471, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26459, "src": "43335:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26472, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26461, "src": "43339:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26473, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26463, "src": "43343:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_245986f22170901865e76245a48ee28ce0127ca357f6ad576a72190e1d358797", "typeString": "literal_string \"log(string,address,string,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 26467, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "43270:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26468, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "43274:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "43270:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26474, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "43270:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26466, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "43254:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26475, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "43254:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26476, "nodeType": "ExpressionStatement", "src": "43254:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "43160:3:16", "parameters": { "id": 26464, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26457, "mutability": "mutable", "name": "p0", "nameLocation": "43178:2:16", "nodeType": "VariableDeclaration", "scope": 26478, "src": "43164:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26456, "name": "string", "nodeType": "ElementaryTypeName", "src": "43164:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26459, "mutability": "mutable", "name": "p1", "nameLocation": "43190:2:16", "nodeType": "VariableDeclaration", "scope": 26478, "src": "43182:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26458, "name": "address", "nodeType": "ElementaryTypeName", "src": "43182:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26461, "mutability": "mutable", "name": "p2", "nameLocation": "43208:2:16", "nodeType": "VariableDeclaration", "scope": 26478, "src": "43194:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26460, "name": "string", "nodeType": "ElementaryTypeName", "src": "43194:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26463, "mutability": "mutable", "name": "p3", "nameLocation": "43226:2:16", "nodeType": "VariableDeclaration", "scope": 26478, "src": "43212:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26462, "name": "string", "nodeType": "ElementaryTypeName", "src": "43212:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "43163:66:16" }, "returnParameters": { "id": 26465, "nodeType": "ParameterList", "parameters": [], "src": "43244:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26501, "nodeType": "FunctionDefinition", "src": "43360:192:16", "nodes": [], "body": { "id": 26500, "nodeType": "Block", "src": "43444:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c737472696e672c626f6f6c29", "id": 26492, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "43494:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5f15d28c15ddff15fba1c00f6a4975ae6af8b36c9b2a875bf59bd45049046154", "typeString": "literal_string \"log(string,address,string,bool)\"" }, "value": "log(string,address,string,bool)" }, { "id": 26493, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26480, "src": "43529:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26494, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26482, "src": "43533:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26495, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26484, "src": "43537:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26496, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26486, "src": "43541:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5f15d28c15ddff15fba1c00f6a4975ae6af8b36c9b2a875bf59bd45049046154", "typeString": "literal_string \"log(string,address,string,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 26490, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "43470:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26491, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "43474:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "43470:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26497, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "43470:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26489, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "43454:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26498, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "43454:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26499, "nodeType": "ExpressionStatement", "src": "43454:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "43369:3:16", "parameters": { "id": 26487, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26480, "mutability": "mutable", "name": "p0", "nameLocation": "43387:2:16", "nodeType": "VariableDeclaration", "scope": 26501, "src": "43373:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26479, "name": "string", "nodeType": "ElementaryTypeName", "src": "43373:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26482, "mutability": "mutable", "name": "p1", "nameLocation": "43399:2:16", "nodeType": "VariableDeclaration", "scope": 26501, "src": "43391:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26481, "name": "address", "nodeType": "ElementaryTypeName", "src": "43391:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26484, "mutability": "mutable", "name": "p2", "nameLocation": "43417:2:16", "nodeType": "VariableDeclaration", "scope": 26501, "src": "43403:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26483, "name": "string", "nodeType": "ElementaryTypeName", "src": "43403:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26486, "mutability": "mutable", "name": "p3", "nameLocation": "43426:2:16", "nodeType": "VariableDeclaration", "scope": 26501, "src": "43421:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26485, "name": "bool", "nodeType": "ElementaryTypeName", "src": "43421:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "43372:57:16" }, "returnParameters": { "id": 26488, "nodeType": "ParameterList", "parameters": [], "src": "43444:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26524, "nodeType": "FunctionDefinition", "src": "43558:198:16", "nodes": [], "body": { "id": 26523, "nodeType": "Block", "src": "43645:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c737472696e672c6164647265737329", "id": 26515, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "43695:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_aabc9a311ab49789834b120d81155a7fee846a9f0d4f740bbeb970770190c82d", "typeString": "literal_string \"log(string,address,string,address)\"" }, "value": "log(string,address,string,address)" }, { "id": 26516, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26503, "src": "43733:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26517, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26505, "src": "43737:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26518, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26507, "src": "43741:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26519, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26509, "src": "43745:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_aabc9a311ab49789834b120d81155a7fee846a9f0d4f740bbeb970770190c82d", "typeString": "literal_string \"log(string,address,string,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 26513, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "43671:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26514, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "43675:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "43671:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26520, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "43671:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26512, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "43655:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26521, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "43655:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26522, "nodeType": "ExpressionStatement", "src": "43655:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "43567:3:16", "parameters": { "id": 26510, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26503, "mutability": "mutable", "name": "p0", "nameLocation": "43585:2:16", "nodeType": "VariableDeclaration", "scope": 26524, "src": "43571:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26502, "name": "string", "nodeType": "ElementaryTypeName", "src": "43571:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26505, "mutability": "mutable", "name": "p1", "nameLocation": "43597:2:16", "nodeType": "VariableDeclaration", "scope": 26524, "src": "43589:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26504, "name": "address", "nodeType": "ElementaryTypeName", "src": "43589:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26507, "mutability": "mutable", "name": "p2", "nameLocation": "43615:2:16", "nodeType": "VariableDeclaration", "scope": 26524, "src": "43601:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26506, "name": "string", "nodeType": "ElementaryTypeName", "src": "43601:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26509, "mutability": "mutable", "name": "p3", "nameLocation": "43627:2:16", "nodeType": "VariableDeclaration", "scope": 26524, "src": "43619:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26508, "name": "address", "nodeType": "ElementaryTypeName", "src": "43619:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "43570:60:16" }, "returnParameters": { "id": 26511, "nodeType": "ParameterList", "parameters": [], "src": "43645:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26547, "nodeType": "FunctionDefinition", "src": "43762:187:16", "nodes": [], "body": { "id": 26546, "nodeType": "Block", "src": "43840:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c626f6f6c2c75696e7432353629", "id": 26538, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "43890:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_3e9f866aadef9b1f2b0257e0ed5e2df8882ba55e598b4f5282674b64ae3f06b5", "typeString": "literal_string \"log(string,address,bool,uint256)\"" }, "value": "log(string,address,bool,uint256)" }, { "id": 26539, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26526, "src": "43926:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26540, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26528, "src": "43930:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26541, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26530, "src": "43934:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26542, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26532, "src": "43938:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_3e9f866aadef9b1f2b0257e0ed5e2df8882ba55e598b4f5282674b64ae3f06b5", "typeString": "literal_string \"log(string,address,bool,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 26536, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "43866:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26537, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "43870:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "43866:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26543, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "43866:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26535, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "43850:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26544, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "43850:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26545, "nodeType": "ExpressionStatement", "src": "43850:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "43771:3:16", "parameters": { "id": 26533, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26526, "mutability": "mutable", "name": "p0", "nameLocation": "43789:2:16", "nodeType": "VariableDeclaration", "scope": 26547, "src": "43775:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26525, "name": "string", "nodeType": "ElementaryTypeName", "src": "43775:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26528, "mutability": "mutable", "name": "p1", "nameLocation": "43801:2:16", "nodeType": "VariableDeclaration", "scope": 26547, "src": "43793:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26527, "name": "address", "nodeType": "ElementaryTypeName", "src": "43793:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26530, "mutability": "mutable", "name": "p2", "nameLocation": "43810:2:16", "nodeType": "VariableDeclaration", "scope": 26547, "src": "43805:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26529, "name": "bool", "nodeType": "ElementaryTypeName", "src": "43805:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26532, "mutability": "mutable", "name": "p3", "nameLocation": "43822:2:16", "nodeType": "VariableDeclaration", "scope": 26547, "src": "43814:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26531, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "43814:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "43774:51:16" }, "returnParameters": { "id": 26534, "nodeType": "ParameterList", "parameters": [], "src": "43840:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26570, "nodeType": "FunctionDefinition", "src": "43955:192:16", "nodes": [], "body": { "id": 26569, "nodeType": "Block", "src": "44039:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c626f6f6c2c737472696e6729", "id": 26561, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "44089:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_0454c0793d4a41e5f630eb9a887926f8a67ff9e817a5feb968698354ac9d22fb", "typeString": "literal_string \"log(string,address,bool,string)\"" }, "value": "log(string,address,bool,string)" }, { "id": 26562, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26549, "src": "44124:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26563, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26551, "src": "44128:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26564, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26553, "src": "44132:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26565, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26555, "src": "44136:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_0454c0793d4a41e5f630eb9a887926f8a67ff9e817a5feb968698354ac9d22fb", "typeString": "literal_string \"log(string,address,bool,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 26559, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "44065:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26560, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "44069:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "44065:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26566, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "44065:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26558, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "44049:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26567, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "44049:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26568, "nodeType": "ExpressionStatement", "src": "44049:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "43964:3:16", "parameters": { "id": 26556, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26549, "mutability": "mutable", "name": "p0", "nameLocation": "43982:2:16", "nodeType": "VariableDeclaration", "scope": 26570, "src": "43968:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26548, "name": "string", "nodeType": "ElementaryTypeName", "src": "43968:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26551, "mutability": "mutable", "name": "p1", "nameLocation": "43994:2:16", "nodeType": "VariableDeclaration", "scope": 26570, "src": "43986:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26550, "name": "address", "nodeType": "ElementaryTypeName", "src": "43986:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26553, "mutability": "mutable", "name": "p2", "nameLocation": "44003:2:16", "nodeType": "VariableDeclaration", "scope": 26570, "src": "43998:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26552, "name": "bool", "nodeType": "ElementaryTypeName", "src": "43998:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26555, "mutability": "mutable", "name": "p3", "nameLocation": "44021:2:16", "nodeType": "VariableDeclaration", "scope": 26570, "src": "44007:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26554, "name": "string", "nodeType": "ElementaryTypeName", "src": "44007:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "43967:57:16" }, "returnParameters": { "id": 26557, "nodeType": "ParameterList", "parameters": [], "src": "44039:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26593, "nodeType": "FunctionDefinition", "src": "44153:181:16", "nodes": [], "body": { "id": 26592, "nodeType": "Block", "src": "44228:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c626f6f6c2c626f6f6c29", "id": 26584, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "44278:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_79884c2bc85eb73c854df1610df373a05f191b834f79cd47a7ab28be2308c039", "typeString": "literal_string \"log(string,address,bool,bool)\"" }, "value": "log(string,address,bool,bool)" }, { "id": 26585, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26572, "src": "44311:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26586, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26574, "src": "44315:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26587, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26576, "src": "44319:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26588, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26578, "src": "44323:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_79884c2bc85eb73c854df1610df373a05f191b834f79cd47a7ab28be2308c039", "typeString": "literal_string \"log(string,address,bool,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 26582, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "44254:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26583, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "44258:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "44254:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26589, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "44254:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26581, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "44238:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26590, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "44238:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26591, "nodeType": "ExpressionStatement", "src": "44238:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "44162:3:16", "parameters": { "id": 26579, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26572, "mutability": "mutable", "name": "p0", "nameLocation": "44180:2:16", "nodeType": "VariableDeclaration", "scope": 26593, "src": "44166:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26571, "name": "string", "nodeType": "ElementaryTypeName", "src": "44166:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26574, "mutability": "mutable", "name": "p1", "nameLocation": "44192:2:16", "nodeType": "VariableDeclaration", "scope": 26593, "src": "44184:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26573, "name": "address", "nodeType": "ElementaryTypeName", "src": "44184:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26576, "mutability": "mutable", "name": "p2", "nameLocation": "44201:2:16", "nodeType": "VariableDeclaration", "scope": 26593, "src": "44196:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26575, "name": "bool", "nodeType": "ElementaryTypeName", "src": "44196:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26578, "mutability": "mutable", "name": "p3", "nameLocation": "44210:2:16", "nodeType": "VariableDeclaration", "scope": 26593, "src": "44205:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26577, "name": "bool", "nodeType": "ElementaryTypeName", "src": "44205:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "44165:48:16" }, "returnParameters": { "id": 26580, "nodeType": "ParameterList", "parameters": [], "src": "44228:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26616, "nodeType": "FunctionDefinition", "src": "44340:187:16", "nodes": [], "body": { "id": 26615, "nodeType": "Block", "src": "44418:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c626f6f6c2c6164647265737329", "id": 26607, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "44468:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_223603bd064d72559a7d519ad0f1c6a8da707a49f5718dfa23a5ccb01bf9ab76", "typeString": "literal_string \"log(string,address,bool,address)\"" }, "value": "log(string,address,bool,address)" }, { "id": 26608, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26595, "src": "44504:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26609, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26597, "src": "44508:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26610, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26599, "src": "44512:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26611, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26601, "src": "44516:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_223603bd064d72559a7d519ad0f1c6a8da707a49f5718dfa23a5ccb01bf9ab76", "typeString": "literal_string \"log(string,address,bool,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 26605, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "44444:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26606, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "44448:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "44444:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26612, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "44444:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26604, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "44428:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26613, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "44428:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26614, "nodeType": "ExpressionStatement", "src": "44428:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "44349:3:16", "parameters": { "id": 26602, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26595, "mutability": "mutable", "name": "p0", "nameLocation": "44367:2:16", "nodeType": "VariableDeclaration", "scope": 26616, "src": "44353:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26594, "name": "string", "nodeType": "ElementaryTypeName", "src": "44353:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26597, "mutability": "mutable", "name": "p1", "nameLocation": "44379:2:16", "nodeType": "VariableDeclaration", "scope": 26616, "src": "44371:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26596, "name": "address", "nodeType": "ElementaryTypeName", "src": "44371:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26599, "mutability": "mutable", "name": "p2", "nameLocation": "44388:2:16", "nodeType": "VariableDeclaration", "scope": 26616, "src": "44383:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26598, "name": "bool", "nodeType": "ElementaryTypeName", "src": "44383:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26601, "mutability": "mutable", "name": "p3", "nameLocation": "44400:2:16", "nodeType": "VariableDeclaration", "scope": 26616, "src": "44392:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26600, "name": "address", "nodeType": "ElementaryTypeName", "src": "44392:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "44352:51:16" }, "returnParameters": { "id": 26603, "nodeType": "ParameterList", "parameters": [], "src": "44418:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26639, "nodeType": "FunctionDefinition", "src": "44533:193:16", "nodes": [], "body": { "id": 26638, "nodeType": "Block", "src": "44614:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c616464726573732c75696e7432353629", "id": 26630, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "44664:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_8ef3f399de1ebecd7840dee5f4cdc1bad43021ab37fa3acdd3dfbd36f7092e7b", "typeString": "literal_string \"log(string,address,address,uint256)\"" }, "value": "log(string,address,address,uint256)" }, { "id": 26631, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26618, "src": "44703:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26632, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26620, "src": "44707:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26633, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26622, "src": "44711:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26634, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26624, "src": "44715:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_8ef3f399de1ebecd7840dee5f4cdc1bad43021ab37fa3acdd3dfbd36f7092e7b", "typeString": "literal_string \"log(string,address,address,uint256)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 26628, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "44640:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26629, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "44644:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "44640:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26635, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "44640:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26627, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "44624:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26636, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "44624:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26637, "nodeType": "ExpressionStatement", "src": "44624:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "44542:3:16", "parameters": { "id": 26625, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26618, "mutability": "mutable", "name": "p0", "nameLocation": "44560:2:16", "nodeType": "VariableDeclaration", "scope": 26639, "src": "44546:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26617, "name": "string", "nodeType": "ElementaryTypeName", "src": "44546:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26620, "mutability": "mutable", "name": "p1", "nameLocation": "44572:2:16", "nodeType": "VariableDeclaration", "scope": 26639, "src": "44564:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26619, "name": "address", "nodeType": "ElementaryTypeName", "src": "44564:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26622, "mutability": "mutable", "name": "p2", "nameLocation": "44584:2:16", "nodeType": "VariableDeclaration", "scope": 26639, "src": "44576:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26621, "name": "address", "nodeType": "ElementaryTypeName", "src": "44576:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26624, "mutability": "mutable", "name": "p3", "nameLocation": "44596:2:16", "nodeType": "VariableDeclaration", "scope": 26639, "src": "44588:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26623, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "44588:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "44545:54:16" }, "returnParameters": { "id": 26626, "nodeType": "ParameterList", "parameters": [], "src": "44614:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26662, "nodeType": "FunctionDefinition", "src": "44732:198:16", "nodes": [], "body": { "id": 26661, "nodeType": "Block", "src": "44819:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c616464726573732c737472696e6729", "id": 26653, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "44869:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_800a1c6756a402b6162ca8653fd8e87e2c52d1c019c876e92eb2980479636a76", "typeString": "literal_string \"log(string,address,address,string)\"" }, "value": "log(string,address,address,string)" }, { "id": 26654, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26641, "src": "44907:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26655, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26643, "src": "44911:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26656, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26645, "src": "44915:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26657, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26647, "src": "44919:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_800a1c6756a402b6162ca8653fd8e87e2c52d1c019c876e92eb2980479636a76", "typeString": "literal_string \"log(string,address,address,string)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 26651, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "44845:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26652, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "44849:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "44845:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26658, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "44845:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26650, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "44829:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26659, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "44829:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26660, "nodeType": "ExpressionStatement", "src": "44829:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "44741:3:16", "parameters": { "id": 26648, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26641, "mutability": "mutable", "name": "p0", "nameLocation": "44759:2:16", "nodeType": "VariableDeclaration", "scope": 26662, "src": "44745:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26640, "name": "string", "nodeType": "ElementaryTypeName", "src": "44745:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26643, "mutability": "mutable", "name": "p1", "nameLocation": "44771:2:16", "nodeType": "VariableDeclaration", "scope": 26662, "src": "44763:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26642, "name": "address", "nodeType": "ElementaryTypeName", "src": "44763:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26645, "mutability": "mutable", "name": "p2", "nameLocation": "44783:2:16", "nodeType": "VariableDeclaration", "scope": 26662, "src": "44775:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26644, "name": "address", "nodeType": "ElementaryTypeName", "src": "44775:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26647, "mutability": "mutable", "name": "p3", "nameLocation": "44801:2:16", "nodeType": "VariableDeclaration", "scope": 26662, "src": "44787:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26646, "name": "string", "nodeType": "ElementaryTypeName", "src": "44787:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "44744:60:16" }, "returnParameters": { "id": 26649, "nodeType": "ParameterList", "parameters": [], "src": "44819:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26685, "nodeType": "FunctionDefinition", "src": "44936:187:16", "nodes": [], "body": { "id": 26684, "nodeType": "Block", "src": "45014:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c616464726573732c626f6f6c29", "id": 26676, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "45064:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_b59dbd60587b4eeae521d5427cbc88bff32729f88aff059e7deb0a3a4320aaf4", "typeString": "literal_string \"log(string,address,address,bool)\"" }, "value": "log(string,address,address,bool)" }, { "id": 26677, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26664, "src": "45100:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26678, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26666, "src": "45104:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26679, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26668, "src": "45108:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26680, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26670, "src": "45112:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_b59dbd60587b4eeae521d5427cbc88bff32729f88aff059e7deb0a3a4320aaf4", "typeString": "literal_string \"log(string,address,address,bool)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 26674, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "45040:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26675, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "45044:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "45040:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26681, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "45040:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26673, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "45024:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26682, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "45024:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26683, "nodeType": "ExpressionStatement", "src": "45024:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "44945:3:16", "parameters": { "id": 26671, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26664, "mutability": "mutable", "name": "p0", "nameLocation": "44963:2:16", "nodeType": "VariableDeclaration", "scope": 26685, "src": "44949:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26663, "name": "string", "nodeType": "ElementaryTypeName", "src": "44949:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26666, "mutability": "mutable", "name": "p1", "nameLocation": "44975:2:16", "nodeType": "VariableDeclaration", "scope": 26685, "src": "44967:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26665, "name": "address", "nodeType": "ElementaryTypeName", "src": "44967:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26668, "mutability": "mutable", "name": "p2", "nameLocation": "44987:2:16", "nodeType": "VariableDeclaration", "scope": 26685, "src": "44979:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26667, "name": "address", "nodeType": "ElementaryTypeName", "src": "44979:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26670, "mutability": "mutable", "name": "p3", "nameLocation": "44996:2:16", "nodeType": "VariableDeclaration", "scope": 26685, "src": "44991:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26669, "name": "bool", "nodeType": "ElementaryTypeName", "src": "44991:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "44948:51:16" }, "returnParameters": { "id": 26672, "nodeType": "ParameterList", "parameters": [], "src": "45014:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26708, "nodeType": "FunctionDefinition", "src": "45129:193:16", "nodes": [], "body": { "id": 26707, "nodeType": "Block", "src": "45210:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728737472696e672c616464726573732c616464726573732c6164647265737329", "id": 26699, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "45260:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_ed8f28f6f4b5d54b1d37f705e543f556805f28b9d1bb3aef0ef7e57ef4992d15", "typeString": "literal_string \"log(string,address,address,address)\"" }, "value": "log(string,address,address,address)" }, { "id": 26700, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26687, "src": "45299:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26701, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26689, "src": "45303:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26702, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26691, "src": "45307:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 26703, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26693, "src": "45311:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_ed8f28f6f4b5d54b1d37f705e543f556805f28b9d1bb3aef0ef7e57ef4992d15", "typeString": "literal_string \"log(string,address,address,address)\"" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 26697, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "45236:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26698, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "45240:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "45236:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26704, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "45236:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26696, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "45220:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26705, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "45220:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26706, "nodeType": "ExpressionStatement", "src": "45220:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "45138:3:16", "parameters": { "id": 26694, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26687, "mutability": "mutable", "name": "p0", "nameLocation": "45156:2:16", "nodeType": "VariableDeclaration", "scope": 26708, "src": "45142:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26686, "name": "string", "nodeType": "ElementaryTypeName", "src": "45142:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26689, "mutability": "mutable", "name": "p1", "nameLocation": "45168:2:16", "nodeType": "VariableDeclaration", "scope": 26708, "src": "45160:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26688, "name": "address", "nodeType": "ElementaryTypeName", "src": "45160:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26691, "mutability": "mutable", "name": "p2", "nameLocation": "45180:2:16", "nodeType": "VariableDeclaration", "scope": 26708, "src": "45172:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26690, "name": "address", "nodeType": "ElementaryTypeName", "src": "45172:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26693, "mutability": "mutable", "name": "p3", "nameLocation": "45192:2:16", "nodeType": "VariableDeclaration", "scope": 26708, "src": "45184:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26692, "name": "address", "nodeType": "ElementaryTypeName", "src": "45184:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "45141:54:16" }, "returnParameters": { "id": 26695, "nodeType": "ParameterList", "parameters": [], "src": "45210:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26731, "nodeType": "FunctionDefinition", "src": "45328:182:16", "nodes": [], "body": { "id": 26730, "nodeType": "Block", "src": "45400:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c75696e743235362c75696e7432353629", "id": 26722, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "45450:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_374bb4b29e495d2b557643d341fe72136bf6e92f2ac9b1edd86dbbd72a19d62b", "typeString": "literal_string \"log(bool,uint256,uint256,uint256)\"" }, "value": "log(bool,uint256,uint256,uint256)" }, { "id": 26723, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26710, "src": "45487:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26724, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26712, "src": "45491:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26725, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26714, "src": "45495:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26726, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26716, "src": "45499:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_374bb4b29e495d2b557643d341fe72136bf6e92f2ac9b1edd86dbbd72a19d62b", "typeString": "literal_string \"log(bool,uint256,uint256,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 26720, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "45426:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26721, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "45430:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "45426:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26727, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "45426:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26719, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "45410:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26728, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "45410:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26729, "nodeType": "ExpressionStatement", "src": "45410:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "45337:3:16", "parameters": { "id": 26717, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26710, "mutability": "mutable", "name": "p0", "nameLocation": "45346:2:16", "nodeType": "VariableDeclaration", "scope": 26731, "src": "45341:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26709, "name": "bool", "nodeType": "ElementaryTypeName", "src": "45341:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26712, "mutability": "mutable", "name": "p1", "nameLocation": "45358:2:16", "nodeType": "VariableDeclaration", "scope": 26731, "src": "45350:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26711, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "45350:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26714, "mutability": "mutable", "name": "p2", "nameLocation": "45370:2:16", "nodeType": "VariableDeclaration", "scope": 26731, "src": "45362:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26713, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "45362:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26716, "mutability": "mutable", "name": "p3", "nameLocation": "45382:2:16", "nodeType": "VariableDeclaration", "scope": 26731, "src": "45374:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26715, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "45374:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "45340:45:16" }, "returnParameters": { "id": 26718, "nodeType": "ParameterList", "parameters": [], "src": "45400:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26754, "nodeType": "FunctionDefinition", "src": "45516:187:16", "nodes": [], "body": { "id": 26753, "nodeType": "Block", "src": "45594:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c75696e743235362c737472696e6729", "id": 26745, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "45644:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_8e69fb5dd49f06ae0054ca1d4af84221644c5b45a9306505e04580a4156255c3", "typeString": "literal_string \"log(bool,uint256,uint256,string)\"" }, "value": "log(bool,uint256,uint256,string)" }, { "id": 26746, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26733, "src": "45680:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26747, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26735, "src": "45684:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26748, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26737, "src": "45688:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26749, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26739, "src": "45692:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_8e69fb5dd49f06ae0054ca1d4af84221644c5b45a9306505e04580a4156255c3", "typeString": "literal_string \"log(bool,uint256,uint256,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 26743, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "45620:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26744, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "45624:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "45620:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26750, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "45620:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26742, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "45604:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26751, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "45604:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26752, "nodeType": "ExpressionStatement", "src": "45604:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "45525:3:16", "parameters": { "id": 26740, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26733, "mutability": "mutable", "name": "p0", "nameLocation": "45534:2:16", "nodeType": "VariableDeclaration", "scope": 26754, "src": "45529:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26732, "name": "bool", "nodeType": "ElementaryTypeName", "src": "45529:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26735, "mutability": "mutable", "name": "p1", "nameLocation": "45546:2:16", "nodeType": "VariableDeclaration", "scope": 26754, "src": "45538:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26734, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "45538:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26737, "mutability": "mutable", "name": "p2", "nameLocation": "45558:2:16", "nodeType": "VariableDeclaration", "scope": 26754, "src": "45550:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26736, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "45550:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26739, "mutability": "mutable", "name": "p3", "nameLocation": "45576:2:16", "nodeType": "VariableDeclaration", "scope": 26754, "src": "45562:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26738, "name": "string", "nodeType": "ElementaryTypeName", "src": "45562:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "45528:51:16" }, "returnParameters": { "id": 26741, "nodeType": "ParameterList", "parameters": [], "src": "45594:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26777, "nodeType": "FunctionDefinition", "src": "45709:176:16", "nodes": [], "body": { "id": 26776, "nodeType": "Block", "src": "45778:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c75696e743235362c626f6f6c29", "id": 26768, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "45828:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_be9843530e69b1feba88a3a9701a6984aaa8a57e749a7f9d10c857993e79900d", "typeString": "literal_string \"log(bool,uint256,uint256,bool)\"" }, "value": "log(bool,uint256,uint256,bool)" }, { "id": 26769, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26756, "src": "45862:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26770, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26758, "src": "45866:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26771, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26760, "src": "45870:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26772, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26762, "src": "45874:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_be9843530e69b1feba88a3a9701a6984aaa8a57e749a7f9d10c857993e79900d", "typeString": "literal_string \"log(bool,uint256,uint256,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 26766, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "45804:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26767, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "45808:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "45804:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26773, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "45804:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26765, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "45788:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26774, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "45788:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26775, "nodeType": "ExpressionStatement", "src": "45788:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "45718:3:16", "parameters": { "id": 26763, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26756, "mutability": "mutable", "name": "p0", "nameLocation": "45727:2:16", "nodeType": "VariableDeclaration", "scope": 26777, "src": "45722:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26755, "name": "bool", "nodeType": "ElementaryTypeName", "src": "45722:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26758, "mutability": "mutable", "name": "p1", "nameLocation": "45739:2:16", "nodeType": "VariableDeclaration", "scope": 26777, "src": "45731:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26757, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "45731:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26760, "mutability": "mutable", "name": "p2", "nameLocation": "45751:2:16", "nodeType": "VariableDeclaration", "scope": 26777, "src": "45743:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26759, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "45743:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26762, "mutability": "mutable", "name": "p3", "nameLocation": "45760:2:16", "nodeType": "VariableDeclaration", "scope": 26777, "src": "45755:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26761, "name": "bool", "nodeType": "ElementaryTypeName", "src": "45755:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "45721:42:16" }, "returnParameters": { "id": 26764, "nodeType": "ParameterList", "parameters": [], "src": "45778:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26800, "nodeType": "FunctionDefinition", "src": "45891:182:16", "nodes": [], "body": { "id": 26799, "nodeType": "Block", "src": "45963:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c75696e743235362c6164647265737329", "id": 26791, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "46013:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_00dd87b926eb0a94d5705f2c40026359b9577dfd5ddb2d0d51c86b3f4acb5010", "typeString": "literal_string \"log(bool,uint256,uint256,address)\"" }, "value": "log(bool,uint256,uint256,address)" }, { "id": 26792, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26779, "src": "46050:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26793, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26781, "src": "46054:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26794, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26783, "src": "46058:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26795, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26785, "src": "46062:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_00dd87b926eb0a94d5705f2c40026359b9577dfd5ddb2d0d51c86b3f4acb5010", "typeString": "literal_string \"log(bool,uint256,uint256,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 26789, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "45989:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26790, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "45993:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "45989:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26796, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "45989:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26788, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "45973:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26797, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "45973:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26798, "nodeType": "ExpressionStatement", "src": "45973:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "45900:3:16", "parameters": { "id": 26786, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26779, "mutability": "mutable", "name": "p0", "nameLocation": "45909:2:16", "nodeType": "VariableDeclaration", "scope": 26800, "src": "45904:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26778, "name": "bool", "nodeType": "ElementaryTypeName", "src": "45904:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26781, "mutability": "mutable", "name": "p1", "nameLocation": "45921:2:16", "nodeType": "VariableDeclaration", "scope": 26800, "src": "45913:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26780, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "45913:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26783, "mutability": "mutable", "name": "p2", "nameLocation": "45933:2:16", "nodeType": "VariableDeclaration", "scope": 26800, "src": "45925:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26782, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "45925:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26785, "mutability": "mutable", "name": "p3", "nameLocation": "45945:2:16", "nodeType": "VariableDeclaration", "scope": 26800, "src": "45937:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26784, "name": "address", "nodeType": "ElementaryTypeName", "src": "45937:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "45903:45:16" }, "returnParameters": { "id": 26787, "nodeType": "ParameterList", "parameters": [], "src": "45963:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26823, "nodeType": "FunctionDefinition", "src": "46079:187:16", "nodes": [], "body": { "id": 26822, "nodeType": "Block", "src": "46157:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c737472696e672c75696e7432353629", "id": 26814, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "46207:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_6a1199e21848ce015eabd66ea7f6a3409c7fc6ef9bb322d84e4c06706c42747e", "typeString": "literal_string \"log(bool,uint256,string,uint256)\"" }, "value": "log(bool,uint256,string,uint256)" }, { "id": 26815, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26802, "src": "46243:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26816, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26804, "src": "46247:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26817, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26806, "src": "46251:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26818, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26808, "src": "46255:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_6a1199e21848ce015eabd66ea7f6a3409c7fc6ef9bb322d84e4c06706c42747e", "typeString": "literal_string \"log(bool,uint256,string,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 26812, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "46183:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26813, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "46187:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "46183:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26819, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "46183:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26811, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "46167:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26820, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "46167:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26821, "nodeType": "ExpressionStatement", "src": "46167:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "46088:3:16", "parameters": { "id": 26809, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26802, "mutability": "mutable", "name": "p0", "nameLocation": "46097:2:16", "nodeType": "VariableDeclaration", "scope": 26823, "src": "46092:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26801, "name": "bool", "nodeType": "ElementaryTypeName", "src": "46092:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26804, "mutability": "mutable", "name": "p1", "nameLocation": "46109:2:16", "nodeType": "VariableDeclaration", "scope": 26823, "src": "46101:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26803, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "46101:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26806, "mutability": "mutable", "name": "p2", "nameLocation": "46127:2:16", "nodeType": "VariableDeclaration", "scope": 26823, "src": "46113:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26805, "name": "string", "nodeType": "ElementaryTypeName", "src": "46113:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26808, "mutability": "mutable", "name": "p3", "nameLocation": "46139:2:16", "nodeType": "VariableDeclaration", "scope": 26823, "src": "46131:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26807, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "46131:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "46091:51:16" }, "returnParameters": { "id": 26810, "nodeType": "ParameterList", "parameters": [], "src": "46157:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26846, "nodeType": "FunctionDefinition", "src": "46272:192:16", "nodes": [], "body": { "id": 26845, "nodeType": "Block", "src": "46356:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c737472696e672c737472696e6729", "id": 26837, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "46406:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_f5bc2249bce1f463dc4a6cae73d4e7be2aab36b6885cd1506575f16575a67f07", "typeString": "literal_string \"log(bool,uint256,string,string)\"" }, "value": "log(bool,uint256,string,string)" }, { "id": 26838, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26825, "src": "46441:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26839, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26827, "src": "46445:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26840, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26829, "src": "46449:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26841, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26831, "src": "46453:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_f5bc2249bce1f463dc4a6cae73d4e7be2aab36b6885cd1506575f16575a67f07", "typeString": "literal_string \"log(bool,uint256,string,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 26835, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "46382:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26836, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "46386:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "46382:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26842, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "46382:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26834, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "46366:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26843, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "46366:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26844, "nodeType": "ExpressionStatement", "src": "46366:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "46281:3:16", "parameters": { "id": 26832, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26825, "mutability": "mutable", "name": "p0", "nameLocation": "46290:2:16", "nodeType": "VariableDeclaration", "scope": 26846, "src": "46285:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26824, "name": "bool", "nodeType": "ElementaryTypeName", "src": "46285:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26827, "mutability": "mutable", "name": "p1", "nameLocation": "46302:2:16", "nodeType": "VariableDeclaration", "scope": 26846, "src": "46294:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26826, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "46294:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26829, "mutability": "mutable", "name": "p2", "nameLocation": "46320:2:16", "nodeType": "VariableDeclaration", "scope": 26846, "src": "46306:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26828, "name": "string", "nodeType": "ElementaryTypeName", "src": "46306:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26831, "mutability": "mutable", "name": "p3", "nameLocation": "46338:2:16", "nodeType": "VariableDeclaration", "scope": 26846, "src": "46324:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26830, "name": "string", "nodeType": "ElementaryTypeName", "src": "46324:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "46284:57:16" }, "returnParameters": { "id": 26833, "nodeType": "ParameterList", "parameters": [], "src": "46356:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26869, "nodeType": "FunctionDefinition", "src": "46470:181:16", "nodes": [], "body": { "id": 26868, "nodeType": "Block", "src": "46545:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c737472696e672c626f6f6c29", "id": 26860, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "46595:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_e5e70b2b79ba63a1232a1075e7d527614bad7291574e41ebeb8ef428426395c2", "typeString": "literal_string \"log(bool,uint256,string,bool)\"" }, "value": "log(bool,uint256,string,bool)" }, { "id": 26861, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26848, "src": "46628:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26862, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26850, "src": "46632:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26863, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26852, "src": "46636:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26864, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26854, "src": "46640:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_e5e70b2b79ba63a1232a1075e7d527614bad7291574e41ebeb8ef428426395c2", "typeString": "literal_string \"log(bool,uint256,string,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 26858, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "46571:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26859, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "46575:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "46571:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26865, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "46571:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26857, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "46555:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26866, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "46555:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26867, "nodeType": "ExpressionStatement", "src": "46555:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "46479:3:16", "parameters": { "id": 26855, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26848, "mutability": "mutable", "name": "p0", "nameLocation": "46488:2:16", "nodeType": "VariableDeclaration", "scope": 26869, "src": "46483:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26847, "name": "bool", "nodeType": "ElementaryTypeName", "src": "46483:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26850, "mutability": "mutable", "name": "p1", "nameLocation": "46500:2:16", "nodeType": "VariableDeclaration", "scope": 26869, "src": "46492:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26849, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "46492:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26852, "mutability": "mutable", "name": "p2", "nameLocation": "46518:2:16", "nodeType": "VariableDeclaration", "scope": 26869, "src": "46504:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26851, "name": "string", "nodeType": "ElementaryTypeName", "src": "46504:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26854, "mutability": "mutable", "name": "p3", "nameLocation": "46527:2:16", "nodeType": "VariableDeclaration", "scope": 26869, "src": "46522:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26853, "name": "bool", "nodeType": "ElementaryTypeName", "src": "46522:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "46482:48:16" }, "returnParameters": { "id": 26856, "nodeType": "ParameterList", "parameters": [], "src": "46545:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26892, "nodeType": "FunctionDefinition", "src": "46657:187:16", "nodes": [], "body": { "id": 26891, "nodeType": "Block", "src": "46735:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c737472696e672c6164647265737329", "id": 26883, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "46785:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_fedd1fffaad08b0e5474b192f50d84da9ca48f54859d4d4f42d00bf3f4781fab", "typeString": "literal_string \"log(bool,uint256,string,address)\"" }, "value": "log(bool,uint256,string,address)" }, { "id": 26884, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26871, "src": "46821:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26885, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26873, "src": "46825:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26886, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26875, "src": "46829:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 26887, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26877, "src": "46833:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_fedd1fffaad08b0e5474b192f50d84da9ca48f54859d4d4f42d00bf3f4781fab", "typeString": "literal_string \"log(bool,uint256,string,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 26881, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "46761:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26882, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "46765:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "46761:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26888, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "46761:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26880, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "46745:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26889, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "46745:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26890, "nodeType": "ExpressionStatement", "src": "46745:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "46666:3:16", "parameters": { "id": 26878, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26871, "mutability": "mutable", "name": "p0", "nameLocation": "46675:2:16", "nodeType": "VariableDeclaration", "scope": 26892, "src": "46670:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26870, "name": "bool", "nodeType": "ElementaryTypeName", "src": "46670:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26873, "mutability": "mutable", "name": "p1", "nameLocation": "46687:2:16", "nodeType": "VariableDeclaration", "scope": 26892, "src": "46679:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26872, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "46679:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26875, "mutability": "mutable", "name": "p2", "nameLocation": "46705:2:16", "nodeType": "VariableDeclaration", "scope": 26892, "src": "46691:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26874, "name": "string", "nodeType": "ElementaryTypeName", "src": "46691:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 26877, "mutability": "mutable", "name": "p3", "nameLocation": "46717:2:16", "nodeType": "VariableDeclaration", "scope": 26892, "src": "46709:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26876, "name": "address", "nodeType": "ElementaryTypeName", "src": "46709:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "46669:51:16" }, "returnParameters": { "id": 26879, "nodeType": "ParameterList", "parameters": [], "src": "46735:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26915, "nodeType": "FunctionDefinition", "src": "46850:176:16", "nodes": [], "body": { "id": 26914, "nodeType": "Block", "src": "46919:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c626f6f6c2c75696e7432353629", "id": 26906, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "46969:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_7f9bbca288abffbb423da5759392c2bb0e6c7c60dc55ee1c76da7b38adac1443", "typeString": "literal_string \"log(bool,uint256,bool,uint256)\"" }, "value": "log(bool,uint256,bool,uint256)" }, { "id": 26907, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26894, "src": "47003:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26908, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26896, "src": "47007:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26909, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26898, "src": "47011:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26910, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26900, "src": "47015:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_7f9bbca288abffbb423da5759392c2bb0e6c7c60dc55ee1c76da7b38adac1443", "typeString": "literal_string \"log(bool,uint256,bool,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 26904, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "46945:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26905, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "46949:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "46945:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26911, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "46945:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26903, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "46929:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26912, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "46929:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26913, "nodeType": "ExpressionStatement", "src": "46929:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "46859:3:16", "parameters": { "id": 26901, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26894, "mutability": "mutable", "name": "p0", "nameLocation": "46868:2:16", "nodeType": "VariableDeclaration", "scope": 26915, "src": "46863:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26893, "name": "bool", "nodeType": "ElementaryTypeName", "src": "46863:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26896, "mutability": "mutable", "name": "p1", "nameLocation": "46880:2:16", "nodeType": "VariableDeclaration", "scope": 26915, "src": "46872:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26895, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "46872:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26898, "mutability": "mutable", "name": "p2", "nameLocation": "46889:2:16", "nodeType": "VariableDeclaration", "scope": 26915, "src": "46884:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26897, "name": "bool", "nodeType": "ElementaryTypeName", "src": "46884:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26900, "mutability": "mutable", "name": "p3", "nameLocation": "46901:2:16", "nodeType": "VariableDeclaration", "scope": 26915, "src": "46893:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26899, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "46893:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "46862:42:16" }, "returnParameters": { "id": 26902, "nodeType": "ParameterList", "parameters": [], "src": "46919:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26938, "nodeType": "FunctionDefinition", "src": "47032:181:16", "nodes": [], "body": { "id": 26937, "nodeType": "Block", "src": "47107:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c626f6f6c2c737472696e6729", "id": 26929, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "47157:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_9143dbb14a0962a6e3d7ec52e236cb9bf165b86383a96499ea4cf52b827d7ce0", "typeString": "literal_string \"log(bool,uint256,bool,string)\"" }, "value": "log(bool,uint256,bool,string)" }, { "id": 26930, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26917, "src": "47190:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26931, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26919, "src": "47194:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26932, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26921, "src": "47198:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26933, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26923, "src": "47202:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_9143dbb14a0962a6e3d7ec52e236cb9bf165b86383a96499ea4cf52b827d7ce0", "typeString": "literal_string \"log(bool,uint256,bool,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 26927, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "47133:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26928, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "47137:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "47133:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26934, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "47133:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26926, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "47117:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26935, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "47117:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26936, "nodeType": "ExpressionStatement", "src": "47117:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "47041:3:16", "parameters": { "id": 26924, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26917, "mutability": "mutable", "name": "p0", "nameLocation": "47050:2:16", "nodeType": "VariableDeclaration", "scope": 26938, "src": "47045:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26916, "name": "bool", "nodeType": "ElementaryTypeName", "src": "47045:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26919, "mutability": "mutable", "name": "p1", "nameLocation": "47062:2:16", "nodeType": "VariableDeclaration", "scope": 26938, "src": "47054:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26918, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "47054:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26921, "mutability": "mutable", "name": "p2", "nameLocation": "47071:2:16", "nodeType": "VariableDeclaration", "scope": 26938, "src": "47066:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26920, "name": "bool", "nodeType": "ElementaryTypeName", "src": "47066:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26923, "mutability": "mutable", "name": "p3", "nameLocation": "47089:2:16", "nodeType": "VariableDeclaration", "scope": 26938, "src": "47075:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 26922, "name": "string", "nodeType": "ElementaryTypeName", "src": "47075:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "47044:48:16" }, "returnParameters": { "id": 26925, "nodeType": "ParameterList", "parameters": [], "src": "47107:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26961, "nodeType": "FunctionDefinition", "src": "47219:170:16", "nodes": [], "body": { "id": 26960, "nodeType": "Block", "src": "47285:104:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c626f6f6c2c626f6f6c29", "id": 26952, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "47335:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_ceb5f4d77121f3d3cfafeaa403e6fff70e4470d0bfb40c1d850f89e3d65029f2", "typeString": "literal_string \"log(bool,uint256,bool,bool)\"" }, "value": "log(bool,uint256,bool,bool)" }, { "id": 26953, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26940, "src": "47366:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26954, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26942, "src": "47370:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26955, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26944, "src": "47374:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26956, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26946, "src": "47378:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_ceb5f4d77121f3d3cfafeaa403e6fff70e4470d0bfb40c1d850f89e3d65029f2", "typeString": "literal_string \"log(bool,uint256,bool,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 26950, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "47311:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26951, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "47315:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "47311:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26957, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "47311:70:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26949, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "47295:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26958, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "47295:87:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26959, "nodeType": "ExpressionStatement", "src": "47295:87:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "47228:3:16", "parameters": { "id": 26947, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26940, "mutability": "mutable", "name": "p0", "nameLocation": "47237:2:16", "nodeType": "VariableDeclaration", "scope": 26961, "src": "47232:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26939, "name": "bool", "nodeType": "ElementaryTypeName", "src": "47232:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26942, "mutability": "mutable", "name": "p1", "nameLocation": "47249:2:16", "nodeType": "VariableDeclaration", "scope": 26961, "src": "47241:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26941, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "47241:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26944, "mutability": "mutable", "name": "p2", "nameLocation": "47258:2:16", "nodeType": "VariableDeclaration", "scope": 26961, "src": "47253:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26943, "name": "bool", "nodeType": "ElementaryTypeName", "src": "47253:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26946, "mutability": "mutable", "name": "p3", "nameLocation": "47267:2:16", "nodeType": "VariableDeclaration", "scope": 26961, "src": "47262:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26945, "name": "bool", "nodeType": "ElementaryTypeName", "src": "47262:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "47231:39:16" }, "returnParameters": { "id": 26948, "nodeType": "ParameterList", "parameters": [], "src": "47285:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 26984, "nodeType": "FunctionDefinition", "src": "47395:176:16", "nodes": [], "body": { "id": 26983, "nodeType": "Block", "src": "47464:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c626f6f6c2c6164647265737329", "id": 26975, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "47514:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_9acd3616ce3d15d7b870c591206f600266707f40592e6070353f762f54c75a2e", "typeString": "literal_string \"log(bool,uint256,bool,address)\"" }, "value": "log(bool,uint256,bool,address)" }, { "id": 26976, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26963, "src": "47548:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26977, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26965, "src": "47552:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 26978, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26967, "src": "47556:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 26979, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26969, "src": "47560:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_9acd3616ce3d15d7b870c591206f600266707f40592e6070353f762f54c75a2e", "typeString": "literal_string \"log(bool,uint256,bool,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 26973, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "47490:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26974, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "47494:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "47490:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 26980, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "47490:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26972, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "47474:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 26981, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "47474:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 26982, "nodeType": "ExpressionStatement", "src": "47474:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "47404:3:16", "parameters": { "id": 26970, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26963, "mutability": "mutable", "name": "p0", "nameLocation": "47413:2:16", "nodeType": "VariableDeclaration", "scope": 26984, "src": "47408:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26962, "name": "bool", "nodeType": "ElementaryTypeName", "src": "47408:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26965, "mutability": "mutable", "name": "p1", "nameLocation": "47425:2:16", "nodeType": "VariableDeclaration", "scope": 26984, "src": "47417:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26964, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "47417:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26967, "mutability": "mutable", "name": "p2", "nameLocation": "47434:2:16", "nodeType": "VariableDeclaration", "scope": 26984, "src": "47429:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26966, "name": "bool", "nodeType": "ElementaryTypeName", "src": "47429:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26969, "mutability": "mutable", "name": "p3", "nameLocation": "47446:2:16", "nodeType": "VariableDeclaration", "scope": 26984, "src": "47438:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26968, "name": "address", "nodeType": "ElementaryTypeName", "src": "47438:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "47407:42:16" }, "returnParameters": { "id": 26971, "nodeType": "ParameterList", "parameters": [], "src": "47464:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27007, "nodeType": "FunctionDefinition", "src": "47577:182:16", "nodes": [], "body": { "id": 27006, "nodeType": "Block", "src": "47649:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c616464726573732c75696e7432353629", "id": 26998, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "47699:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1537dc87a2086882c18d77c4157142ca3b6771cb00e940824367191cd9b5e560", "typeString": "literal_string \"log(bool,uint256,address,uint256)\"" }, "value": "log(bool,uint256,address,uint256)" }, { "id": 26999, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26986, "src": "47736:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27000, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26988, "src": "47740:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27001, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26990, "src": "47744:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27002, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 26992, "src": "47748:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1537dc87a2086882c18d77c4157142ca3b6771cb00e940824367191cd9b5e560", "typeString": "literal_string \"log(bool,uint256,address,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 26996, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "47675:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 26997, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "47679:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "47675:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27003, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "47675:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 26995, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "47659:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27004, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "47659:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27005, "nodeType": "ExpressionStatement", "src": "47659:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "47586:3:16", "parameters": { "id": 26993, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 26986, "mutability": "mutable", "name": "p0", "nameLocation": "47595:2:16", "nodeType": "VariableDeclaration", "scope": 27007, "src": "47590:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 26985, "name": "bool", "nodeType": "ElementaryTypeName", "src": "47590:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 26988, "mutability": "mutable", "name": "p1", "nameLocation": "47607:2:16", "nodeType": "VariableDeclaration", "scope": 27007, "src": "47599:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26987, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "47599:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 26990, "mutability": "mutable", "name": "p2", "nameLocation": "47619:2:16", "nodeType": "VariableDeclaration", "scope": 27007, "src": "47611:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 26989, "name": "address", "nodeType": "ElementaryTypeName", "src": "47611:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 26992, "mutability": "mutable", "name": "p3", "nameLocation": "47631:2:16", "nodeType": "VariableDeclaration", "scope": 27007, "src": "47623:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 26991, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "47623:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "47589:45:16" }, "returnParameters": { "id": 26994, "nodeType": "ParameterList", "parameters": [], "src": "47649:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27030, "nodeType": "FunctionDefinition", "src": "47765:187:16", "nodes": [], "body": { "id": 27029, "nodeType": "Block", "src": "47843:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c616464726573732c737472696e6729", "id": 27021, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "47893:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1bb3b09a4221f0a7df6a4e6e8ee3a14c54c5ebf8032d4ada871c774122536c94", "typeString": "literal_string \"log(bool,uint256,address,string)\"" }, "value": "log(bool,uint256,address,string)" }, { "id": 27022, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27009, "src": "47929:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27023, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27011, "src": "47933:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27024, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27013, "src": "47937:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27025, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27015, "src": "47941:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1bb3b09a4221f0a7df6a4e6e8ee3a14c54c5ebf8032d4ada871c774122536c94", "typeString": "literal_string \"log(bool,uint256,address,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 27019, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "47869:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27020, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "47873:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "47869:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27026, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "47869:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27018, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "47853:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27027, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "47853:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27028, "nodeType": "ExpressionStatement", "src": "47853:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "47774:3:16", "parameters": { "id": 27016, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27009, "mutability": "mutable", "name": "p0", "nameLocation": "47783:2:16", "nodeType": "VariableDeclaration", "scope": 27030, "src": "47778:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27008, "name": "bool", "nodeType": "ElementaryTypeName", "src": "47778:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27011, "mutability": "mutable", "name": "p1", "nameLocation": "47795:2:16", "nodeType": "VariableDeclaration", "scope": 27030, "src": "47787:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27010, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "47787:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 27013, "mutability": "mutable", "name": "p2", "nameLocation": "47807:2:16", "nodeType": "VariableDeclaration", "scope": 27030, "src": "47799:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27012, "name": "address", "nodeType": "ElementaryTypeName", "src": "47799:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27015, "mutability": "mutable", "name": "p3", "nameLocation": "47825:2:16", "nodeType": "VariableDeclaration", "scope": 27030, "src": "47811:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27014, "name": "string", "nodeType": "ElementaryTypeName", "src": "47811:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "47777:51:16" }, "returnParameters": { "id": 27017, "nodeType": "ParameterList", "parameters": [], "src": "47843:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27053, "nodeType": "FunctionDefinition", "src": "47958:176:16", "nodes": [], "body": { "id": 27052, "nodeType": "Block", "src": "48027:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c616464726573732c626f6f6c29", "id": 27044, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "48077:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_b4c314ff4d8914c4657179922b73426f4bcee4ae499bd03b5b3cf557ef247ea8", "typeString": "literal_string \"log(bool,uint256,address,bool)\"" }, "value": "log(bool,uint256,address,bool)" }, { "id": 27045, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27032, "src": "48111:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27046, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27034, "src": "48115:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27047, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27036, "src": "48119:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27048, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27038, "src": "48123:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_b4c314ff4d8914c4657179922b73426f4bcee4ae499bd03b5b3cf557ef247ea8", "typeString": "literal_string \"log(bool,uint256,address,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 27042, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "48053:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27043, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "48057:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "48053:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27049, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "48053:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27041, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "48037:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27050, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "48037:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27051, "nodeType": "ExpressionStatement", "src": "48037:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "47967:3:16", "parameters": { "id": 27039, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27032, "mutability": "mutable", "name": "p0", "nameLocation": "47976:2:16", "nodeType": "VariableDeclaration", "scope": 27053, "src": "47971:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27031, "name": "bool", "nodeType": "ElementaryTypeName", "src": "47971:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27034, "mutability": "mutable", "name": "p1", "nameLocation": "47988:2:16", "nodeType": "VariableDeclaration", "scope": 27053, "src": "47980:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27033, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "47980:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 27036, "mutability": "mutable", "name": "p2", "nameLocation": "48000:2:16", "nodeType": "VariableDeclaration", "scope": 27053, "src": "47992:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27035, "name": "address", "nodeType": "ElementaryTypeName", "src": "47992:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27038, "mutability": "mutable", "name": "p3", "nameLocation": "48009:2:16", "nodeType": "VariableDeclaration", "scope": 27053, "src": "48004:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27037, "name": "bool", "nodeType": "ElementaryTypeName", "src": "48004:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "47970:42:16" }, "returnParameters": { "id": 27040, "nodeType": "ParameterList", "parameters": [], "src": "48027:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27076, "nodeType": "FunctionDefinition", "src": "48140:182:16", "nodes": [], "body": { "id": 27075, "nodeType": "Block", "src": "48212:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c75696e743235362c616464726573732c6164647265737329", "id": 27067, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "48262:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_26f560a852938fadf6addef4dd03c86f93715a295417544d6a793cb20f13b8dd", "typeString": "literal_string \"log(bool,uint256,address,address)\"" }, "value": "log(bool,uint256,address,address)" }, { "id": 27068, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27055, "src": "48299:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27069, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27057, "src": "48303:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27070, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27059, "src": "48307:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27071, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27061, "src": "48311:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_26f560a852938fadf6addef4dd03c86f93715a295417544d6a793cb20f13b8dd", "typeString": "literal_string \"log(bool,uint256,address,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 27065, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "48238:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27066, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "48242:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "48238:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27072, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "48238:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27064, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "48222:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27073, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "48222:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27074, "nodeType": "ExpressionStatement", "src": "48222:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "48149:3:16", "parameters": { "id": 27062, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27055, "mutability": "mutable", "name": "p0", "nameLocation": "48158:2:16", "nodeType": "VariableDeclaration", "scope": 27076, "src": "48153:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27054, "name": "bool", "nodeType": "ElementaryTypeName", "src": "48153:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27057, "mutability": "mutable", "name": "p1", "nameLocation": "48170:2:16", "nodeType": "VariableDeclaration", "scope": 27076, "src": "48162:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27056, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "48162:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 27059, "mutability": "mutable", "name": "p2", "nameLocation": "48182:2:16", "nodeType": "VariableDeclaration", "scope": 27076, "src": "48174:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27058, "name": "address", "nodeType": "ElementaryTypeName", "src": "48174:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27061, "mutability": "mutable", "name": "p3", "nameLocation": "48194:2:16", "nodeType": "VariableDeclaration", "scope": 27076, "src": "48186:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27060, "name": "address", "nodeType": "ElementaryTypeName", "src": "48186:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "48152:45:16" }, "returnParameters": { "id": 27063, "nodeType": "ParameterList", "parameters": [], "src": "48212:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27099, "nodeType": "FunctionDefinition", "src": "48328:187:16", "nodes": [], "body": { "id": 27098, "nodeType": "Block", "src": "48406:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c75696e743235362c75696e7432353629", "id": 27090, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "48456:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_28863fcbec29a80af15c2b8595f162a2324efa0e9f70b928971349e597c15cb0", "typeString": "literal_string \"log(bool,string,uint256,uint256)\"" }, "value": "log(bool,string,uint256,uint256)" }, { "id": 27091, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27078, "src": "48492:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27092, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27080, "src": "48496:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27093, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27082, "src": "48500:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27094, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27084, "src": "48504:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_28863fcbec29a80af15c2b8595f162a2324efa0e9f70b928971349e597c15cb0", "typeString": "literal_string \"log(bool,string,uint256,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 27088, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "48432:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27089, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "48436:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "48432:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27095, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "48432:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27087, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "48416:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27096, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "48416:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27097, "nodeType": "ExpressionStatement", "src": "48416:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "48337:3:16", "parameters": { "id": 27085, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27078, "mutability": "mutable", "name": "p0", "nameLocation": "48346:2:16", "nodeType": "VariableDeclaration", "scope": 27099, "src": "48341:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27077, "name": "bool", "nodeType": "ElementaryTypeName", "src": "48341:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27080, "mutability": "mutable", "name": "p1", "nameLocation": "48364:2:16", "nodeType": "VariableDeclaration", "scope": 27099, "src": "48350:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27079, "name": "string", "nodeType": "ElementaryTypeName", "src": "48350:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27082, "mutability": "mutable", "name": "p2", "nameLocation": "48376:2:16", "nodeType": "VariableDeclaration", "scope": 27099, "src": "48368:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27081, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "48368:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 27084, "mutability": "mutable", "name": "p3", "nameLocation": "48388:2:16", "nodeType": "VariableDeclaration", "scope": 27099, "src": "48380:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27083, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "48380:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "48340:51:16" }, "returnParameters": { "id": 27086, "nodeType": "ParameterList", "parameters": [], "src": "48406:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27122, "nodeType": "FunctionDefinition", "src": "48521:192:16", "nodes": [], "body": { "id": 27121, "nodeType": "Block", "src": "48605:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c75696e743235362c737472696e6729", "id": 27113, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "48655:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1ad96de6602c0b08f6631d6647303bccf3e586fcfa2c15fa04c5d6cbf0ffc70d", "typeString": "literal_string \"log(bool,string,uint256,string)\"" }, "value": "log(bool,string,uint256,string)" }, { "id": 27114, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27101, "src": "48690:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27115, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27103, "src": "48694:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27116, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27105, "src": "48698:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27117, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27107, "src": "48702:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1ad96de6602c0b08f6631d6647303bccf3e586fcfa2c15fa04c5d6cbf0ffc70d", "typeString": "literal_string \"log(bool,string,uint256,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 27111, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "48631:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27112, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "48635:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "48631:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27118, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "48631:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27110, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "48615:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27119, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "48615:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27120, "nodeType": "ExpressionStatement", "src": "48615:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "48530:3:16", "parameters": { "id": 27108, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27101, "mutability": "mutable", "name": "p0", "nameLocation": "48539:2:16", "nodeType": "VariableDeclaration", "scope": 27122, "src": "48534:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27100, "name": "bool", "nodeType": "ElementaryTypeName", "src": "48534:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27103, "mutability": "mutable", "name": "p1", "nameLocation": "48557:2:16", "nodeType": "VariableDeclaration", "scope": 27122, "src": "48543:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27102, "name": "string", "nodeType": "ElementaryTypeName", "src": "48543:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27105, "mutability": "mutable", "name": "p2", "nameLocation": "48569:2:16", "nodeType": "VariableDeclaration", "scope": 27122, "src": "48561:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27104, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "48561:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 27107, "mutability": "mutable", "name": "p3", "nameLocation": "48587:2:16", "nodeType": "VariableDeclaration", "scope": 27122, "src": "48573:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27106, "name": "string", "nodeType": "ElementaryTypeName", "src": "48573:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "48533:57:16" }, "returnParameters": { "id": 27109, "nodeType": "ParameterList", "parameters": [], "src": "48605:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27145, "nodeType": "FunctionDefinition", "src": "48719:181:16", "nodes": [], "body": { "id": 27144, "nodeType": "Block", "src": "48794:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c75696e743235362c626f6f6c29", "id": 27136, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "48844:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_6b0e5d538cb3332d8fd45a0c2680232536414e292adbc2f70059f1d665e25411", "typeString": "literal_string \"log(bool,string,uint256,bool)\"" }, "value": "log(bool,string,uint256,bool)" }, { "id": 27137, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27124, "src": "48877:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27138, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27126, "src": "48881:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27139, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27128, "src": "48885:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27140, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27130, "src": "48889:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_6b0e5d538cb3332d8fd45a0c2680232536414e292adbc2f70059f1d665e25411", "typeString": "literal_string \"log(bool,string,uint256,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 27134, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "48820:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27135, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "48824:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "48820:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27141, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "48820:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27133, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "48804:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27142, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "48804:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27143, "nodeType": "ExpressionStatement", "src": "48804:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "48728:3:16", "parameters": { "id": 27131, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27124, "mutability": "mutable", "name": "p0", "nameLocation": "48737:2:16", "nodeType": "VariableDeclaration", "scope": 27145, "src": "48732:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27123, "name": "bool", "nodeType": "ElementaryTypeName", "src": "48732:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27126, "mutability": "mutable", "name": "p1", "nameLocation": "48755:2:16", "nodeType": "VariableDeclaration", "scope": 27145, "src": "48741:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27125, "name": "string", "nodeType": "ElementaryTypeName", "src": "48741:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27128, "mutability": "mutable", "name": "p2", "nameLocation": "48767:2:16", "nodeType": "VariableDeclaration", "scope": 27145, "src": "48759:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27127, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "48759:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 27130, "mutability": "mutable", "name": "p3", "nameLocation": "48776:2:16", "nodeType": "VariableDeclaration", "scope": 27145, "src": "48771:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27129, "name": "bool", "nodeType": "ElementaryTypeName", "src": "48771:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "48731:48:16" }, "returnParameters": { "id": 27132, "nodeType": "ParameterList", "parameters": [], "src": "48794:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27168, "nodeType": "FunctionDefinition", "src": "48906:187:16", "nodes": [], "body": { "id": 27167, "nodeType": "Block", "src": "48984:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c75696e743235362c6164647265737329", "id": 27159, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "49034:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1596a1ceb88c7fe162cbcf294bbc564db1eb943f277b50b442bf55dba1134056", "typeString": "literal_string \"log(bool,string,uint256,address)\"" }, "value": "log(bool,string,uint256,address)" }, { "id": 27160, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27147, "src": "49070:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27161, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27149, "src": "49074:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27162, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27151, "src": "49078:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27163, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27153, "src": "49082:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1596a1ceb88c7fe162cbcf294bbc564db1eb943f277b50b442bf55dba1134056", "typeString": "literal_string \"log(bool,string,uint256,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 27157, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "49010:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27158, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "49014:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "49010:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27164, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "49010:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27156, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "48994:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27165, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "48994:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27166, "nodeType": "ExpressionStatement", "src": "48994:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "48915:3:16", "parameters": { "id": 27154, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27147, "mutability": "mutable", "name": "p0", "nameLocation": "48924:2:16", "nodeType": "VariableDeclaration", "scope": 27168, "src": "48919:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27146, "name": "bool", "nodeType": "ElementaryTypeName", "src": "48919:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27149, "mutability": "mutable", "name": "p1", "nameLocation": "48942:2:16", "nodeType": "VariableDeclaration", "scope": 27168, "src": "48928:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27148, "name": "string", "nodeType": "ElementaryTypeName", "src": "48928:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27151, "mutability": "mutable", "name": "p2", "nameLocation": "48954:2:16", "nodeType": "VariableDeclaration", "scope": 27168, "src": "48946:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27150, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "48946:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 27153, "mutability": "mutable", "name": "p3", "nameLocation": "48966:2:16", "nodeType": "VariableDeclaration", "scope": 27168, "src": "48958:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27152, "name": "address", "nodeType": "ElementaryTypeName", "src": "48958:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "48918:51:16" }, "returnParameters": { "id": 27155, "nodeType": "ParameterList", "parameters": [], "src": "48984:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27191, "nodeType": "FunctionDefinition", "src": "49099:192:16", "nodes": [], "body": { "id": 27190, "nodeType": "Block", "src": "49183:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c737472696e672c75696e7432353629", "id": 27182, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "49233:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_7be0c3eb1e87c47c60c12330b930fb496493960f97b03f8342bbe08fec9d20a2", "typeString": "literal_string \"log(bool,string,string,uint256)\"" }, "value": "log(bool,string,string,uint256)" }, { "id": 27183, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27170, "src": "49268:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27184, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27172, "src": "49272:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27185, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27174, "src": "49276:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27186, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27176, "src": "49280:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_7be0c3eb1e87c47c60c12330b930fb496493960f97b03f8342bbe08fec9d20a2", "typeString": "literal_string \"log(bool,string,string,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 27180, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "49209:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27181, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "49213:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "49209:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27187, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "49209:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27179, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "49193:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27188, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "49193:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27189, "nodeType": "ExpressionStatement", "src": "49193:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "49108:3:16", "parameters": { "id": 27177, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27170, "mutability": "mutable", "name": "p0", "nameLocation": "49117:2:16", "nodeType": "VariableDeclaration", "scope": 27191, "src": "49112:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27169, "name": "bool", "nodeType": "ElementaryTypeName", "src": "49112:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27172, "mutability": "mutable", "name": "p1", "nameLocation": "49135:2:16", "nodeType": "VariableDeclaration", "scope": 27191, "src": "49121:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27171, "name": "string", "nodeType": "ElementaryTypeName", "src": "49121:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27174, "mutability": "mutable", "name": "p2", "nameLocation": "49153:2:16", "nodeType": "VariableDeclaration", "scope": 27191, "src": "49139:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27173, "name": "string", "nodeType": "ElementaryTypeName", "src": "49139:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27176, "mutability": "mutable", "name": "p3", "nameLocation": "49165:2:16", "nodeType": "VariableDeclaration", "scope": 27191, "src": "49157:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27175, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "49157:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "49111:57:16" }, "returnParameters": { "id": 27178, "nodeType": "ParameterList", "parameters": [], "src": "49183:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27214, "nodeType": "FunctionDefinition", "src": "49297:197:16", "nodes": [], "body": { "id": 27213, "nodeType": "Block", "src": "49387:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c737472696e672c737472696e6729", "id": 27205, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "49437:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1762e32af9fa924f818d8f4a6c92011d30129df73749081e0b95feea819a17c9", "typeString": "literal_string \"log(bool,string,string,string)\"" }, "value": "log(bool,string,string,string)" }, { "id": 27206, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27193, "src": "49471:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27207, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27195, "src": "49475:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27208, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27197, "src": "49479:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27209, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27199, "src": "49483:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1762e32af9fa924f818d8f4a6c92011d30129df73749081e0b95feea819a17c9", "typeString": "literal_string \"log(bool,string,string,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 27203, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "49413:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27204, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "49417:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "49413:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27210, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "49413:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27202, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "49397:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27211, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "49397:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27212, "nodeType": "ExpressionStatement", "src": "49397:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "49306:3:16", "parameters": { "id": 27200, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27193, "mutability": "mutable", "name": "p0", "nameLocation": "49315:2:16", "nodeType": "VariableDeclaration", "scope": 27214, "src": "49310:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27192, "name": "bool", "nodeType": "ElementaryTypeName", "src": "49310:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27195, "mutability": "mutable", "name": "p1", "nameLocation": "49333:2:16", "nodeType": "VariableDeclaration", "scope": 27214, "src": "49319:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27194, "name": "string", "nodeType": "ElementaryTypeName", "src": "49319:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27197, "mutability": "mutable", "name": "p2", "nameLocation": "49351:2:16", "nodeType": "VariableDeclaration", "scope": 27214, "src": "49337:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27196, "name": "string", "nodeType": "ElementaryTypeName", "src": "49337:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27199, "mutability": "mutable", "name": "p3", "nameLocation": "49369:2:16", "nodeType": "VariableDeclaration", "scope": 27214, "src": "49355:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27198, "name": "string", "nodeType": "ElementaryTypeName", "src": "49355:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "49309:63:16" }, "returnParameters": { "id": 27201, "nodeType": "ParameterList", "parameters": [], "src": "49387:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27237, "nodeType": "FunctionDefinition", "src": "49500:186:16", "nodes": [], "body": { "id": 27236, "nodeType": "Block", "src": "49581:105:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c737472696e672c626f6f6c29", "id": 27228, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "49631:30:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1e4b87e52d13efc5b368defba0463e423637ec55125c6230945d005f817198d1", "typeString": "literal_string \"log(bool,string,string,bool)\"" }, "value": "log(bool,string,string,bool)" }, { "id": 27229, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27216, "src": "49663:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27230, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27218, "src": "49667:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27231, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27220, "src": "49671:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27232, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27222, "src": "49675:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1e4b87e52d13efc5b368defba0463e423637ec55125c6230945d005f817198d1", "typeString": "literal_string \"log(bool,string,string,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 27226, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "49607:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27227, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "49611:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "49607:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27233, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "49607:71:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27225, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "49591:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27234, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "49591:88:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27235, "nodeType": "ExpressionStatement", "src": "49591:88:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "49509:3:16", "parameters": { "id": 27223, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27216, "mutability": "mutable", "name": "p0", "nameLocation": "49518:2:16", "nodeType": "VariableDeclaration", "scope": 27237, "src": "49513:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27215, "name": "bool", "nodeType": "ElementaryTypeName", "src": "49513:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27218, "mutability": "mutable", "name": "p1", "nameLocation": "49536:2:16", "nodeType": "VariableDeclaration", "scope": 27237, "src": "49522:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27217, "name": "string", "nodeType": "ElementaryTypeName", "src": "49522:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27220, "mutability": "mutable", "name": "p2", "nameLocation": "49554:2:16", "nodeType": "VariableDeclaration", "scope": 27237, "src": "49540:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27219, "name": "string", "nodeType": "ElementaryTypeName", "src": "49540:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27222, "mutability": "mutable", "name": "p3", "nameLocation": "49563:2:16", "nodeType": "VariableDeclaration", "scope": 27237, "src": "49558:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27221, "name": "bool", "nodeType": "ElementaryTypeName", "src": "49558:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "49512:54:16" }, "returnParameters": { "id": 27224, "nodeType": "ParameterList", "parameters": [], "src": "49581:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27260, "nodeType": "FunctionDefinition", "src": "49692:192:16", "nodes": [], "body": { "id": 27259, "nodeType": "Block", "src": "49776:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c737472696e672c6164647265737329", "id": 27251, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "49826:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_97d394d89551bd441d1340d1c3dcc3b6160871bf042c6884bcb4049b2fa2bdb5", "typeString": "literal_string \"log(bool,string,string,address)\"" }, "value": "log(bool,string,string,address)" }, { "id": 27252, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27239, "src": "49861:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27253, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27241, "src": "49865:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27254, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27243, "src": "49869:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27255, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27245, "src": "49873:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_97d394d89551bd441d1340d1c3dcc3b6160871bf042c6884bcb4049b2fa2bdb5", "typeString": "literal_string \"log(bool,string,string,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 27249, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "49802:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27250, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "49806:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "49802:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27256, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "49802:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27248, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "49786:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27257, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "49786:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27258, "nodeType": "ExpressionStatement", "src": "49786:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "49701:3:16", "parameters": { "id": 27246, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27239, "mutability": "mutable", "name": "p0", "nameLocation": "49710:2:16", "nodeType": "VariableDeclaration", "scope": 27260, "src": "49705:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27238, "name": "bool", "nodeType": "ElementaryTypeName", "src": "49705:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27241, "mutability": "mutable", "name": "p1", "nameLocation": "49728:2:16", "nodeType": "VariableDeclaration", "scope": 27260, "src": "49714:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27240, "name": "string", "nodeType": "ElementaryTypeName", "src": "49714:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27243, "mutability": "mutable", "name": "p2", "nameLocation": "49746:2:16", "nodeType": "VariableDeclaration", "scope": 27260, "src": "49732:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27242, "name": "string", "nodeType": "ElementaryTypeName", "src": "49732:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27245, "mutability": "mutable", "name": "p3", "nameLocation": "49758:2:16", "nodeType": "VariableDeclaration", "scope": 27260, "src": "49750:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27244, "name": "address", "nodeType": "ElementaryTypeName", "src": "49750:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "49704:57:16" }, "returnParameters": { "id": 27247, "nodeType": "ParameterList", "parameters": [], "src": "49776:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27283, "nodeType": "FunctionDefinition", "src": "49890:181:16", "nodes": [], "body": { "id": 27282, "nodeType": "Block", "src": "49965:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c626f6f6c2c75696e7432353629", "id": 27274, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "50015:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1606a393d6d8ee0e5b372b3b4baba691a3700cb155888ecb60500deb6038e937", "typeString": "literal_string \"log(bool,string,bool,uint256)\"" }, "value": "log(bool,string,bool,uint256)" }, { "id": 27275, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27262, "src": "50048:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27276, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27264, "src": "50052:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27277, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27266, "src": "50056:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27278, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27268, "src": "50060:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1606a393d6d8ee0e5b372b3b4baba691a3700cb155888ecb60500deb6038e937", "typeString": "literal_string \"log(bool,string,bool,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 27272, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "49991:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27273, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "49995:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "49991:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27279, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "49991:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27271, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "49975:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27280, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "49975:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27281, "nodeType": "ExpressionStatement", "src": "49975:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "49899:3:16", "parameters": { "id": 27269, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27262, "mutability": "mutable", "name": "p0", "nameLocation": "49908:2:16", "nodeType": "VariableDeclaration", "scope": 27283, "src": "49903:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27261, "name": "bool", "nodeType": "ElementaryTypeName", "src": "49903:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27264, "mutability": "mutable", "name": "p1", "nameLocation": "49926:2:16", "nodeType": "VariableDeclaration", "scope": 27283, "src": "49912:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27263, "name": "string", "nodeType": "ElementaryTypeName", "src": "49912:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27266, "mutability": "mutable", "name": "p2", "nameLocation": "49935:2:16", "nodeType": "VariableDeclaration", "scope": 27283, "src": "49930:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27265, "name": "bool", "nodeType": "ElementaryTypeName", "src": "49930:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27268, "mutability": "mutable", "name": "p3", "nameLocation": "49947:2:16", "nodeType": "VariableDeclaration", "scope": 27283, "src": "49939:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27267, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "49939:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "49902:48:16" }, "returnParameters": { "id": 27270, "nodeType": "ParameterList", "parameters": [], "src": "49965:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27306, "nodeType": "FunctionDefinition", "src": "50077:186:16", "nodes": [], "body": { "id": 27305, "nodeType": "Block", "src": "50158:105:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c626f6f6c2c737472696e6729", "id": 27297, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "50208:30:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_483d0416329d0c81c68975a0cac822497c590c00f8ae8be66af490d0f9215468", "typeString": "literal_string \"log(bool,string,bool,string)\"" }, "value": "log(bool,string,bool,string)" }, { "id": 27298, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27285, "src": "50240:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27299, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27287, "src": "50244:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27300, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27289, "src": "50248:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27301, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27291, "src": "50252:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_483d0416329d0c81c68975a0cac822497c590c00f8ae8be66af490d0f9215468", "typeString": "literal_string \"log(bool,string,bool,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 27295, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "50184:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27296, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "50188:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "50184:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27302, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "50184:71:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27294, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "50168:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27303, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "50168:88:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27304, "nodeType": "ExpressionStatement", "src": "50168:88:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "50086:3:16", "parameters": { "id": 27292, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27285, "mutability": "mutable", "name": "p0", "nameLocation": "50095:2:16", "nodeType": "VariableDeclaration", "scope": 27306, "src": "50090:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27284, "name": "bool", "nodeType": "ElementaryTypeName", "src": "50090:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27287, "mutability": "mutable", "name": "p1", "nameLocation": "50113:2:16", "nodeType": "VariableDeclaration", "scope": 27306, "src": "50099:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27286, "name": "string", "nodeType": "ElementaryTypeName", "src": "50099:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27289, "mutability": "mutable", "name": "p2", "nameLocation": "50122:2:16", "nodeType": "VariableDeclaration", "scope": 27306, "src": "50117:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27288, "name": "bool", "nodeType": "ElementaryTypeName", "src": "50117:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27291, "mutability": "mutable", "name": "p3", "nameLocation": "50140:2:16", "nodeType": "VariableDeclaration", "scope": 27306, "src": "50126:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27290, "name": "string", "nodeType": "ElementaryTypeName", "src": "50126:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "50089:54:16" }, "returnParameters": { "id": 27293, "nodeType": "ParameterList", "parameters": [], "src": "50158:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27329, "nodeType": "FunctionDefinition", "src": "50269:175:16", "nodes": [], "body": { "id": 27328, "nodeType": "Block", "src": "50341:103:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c626f6f6c2c626f6f6c29", "id": 27320, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "50391:28:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_dc5e935b9ccf45ff13b5900aeaf3a593df3e9479fc07e9c213f5fcaa0951e91f", "typeString": "literal_string \"log(bool,string,bool,bool)\"" }, "value": "log(bool,string,bool,bool)" }, { "id": 27321, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27308, "src": "50421:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27322, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27310, "src": "50425:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27323, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27312, "src": "50429:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27324, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27314, "src": "50433:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_dc5e935b9ccf45ff13b5900aeaf3a593df3e9479fc07e9c213f5fcaa0951e91f", "typeString": "literal_string \"log(bool,string,bool,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 27318, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "50367:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27319, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "50371:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "50367:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27325, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "50367:69:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27317, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "50351:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27326, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "50351:86:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27327, "nodeType": "ExpressionStatement", "src": "50351:86:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "50278:3:16", "parameters": { "id": 27315, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27308, "mutability": "mutable", "name": "p0", "nameLocation": "50287:2:16", "nodeType": "VariableDeclaration", "scope": 27329, "src": "50282:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27307, "name": "bool", "nodeType": "ElementaryTypeName", "src": "50282:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27310, "mutability": "mutable", "name": "p1", "nameLocation": "50305:2:16", "nodeType": "VariableDeclaration", "scope": 27329, "src": "50291:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27309, "name": "string", "nodeType": "ElementaryTypeName", "src": "50291:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27312, "mutability": "mutable", "name": "p2", "nameLocation": "50314:2:16", "nodeType": "VariableDeclaration", "scope": 27329, "src": "50309:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27311, "name": "bool", "nodeType": "ElementaryTypeName", "src": "50309:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27314, "mutability": "mutable", "name": "p3", "nameLocation": "50323:2:16", "nodeType": "VariableDeclaration", "scope": 27329, "src": "50318:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27313, "name": "bool", "nodeType": "ElementaryTypeName", "src": "50318:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "50281:45:16" }, "returnParameters": { "id": 27316, "nodeType": "ParameterList", "parameters": [], "src": "50341:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27352, "nodeType": "FunctionDefinition", "src": "50450:181:16", "nodes": [], "body": { "id": 27351, "nodeType": "Block", "src": "50525:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c626f6f6c2c6164647265737329", "id": 27343, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "50575:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_538e06ab06366b189ea53da7c11628ee5730bc373b0bc64719bea1a2afab03c5", "typeString": "literal_string \"log(bool,string,bool,address)\"" }, "value": "log(bool,string,bool,address)" }, { "id": 27344, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27331, "src": "50608:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27345, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27333, "src": "50612:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27346, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27335, "src": "50616:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27347, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27337, "src": "50620:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_538e06ab06366b189ea53da7c11628ee5730bc373b0bc64719bea1a2afab03c5", "typeString": "literal_string \"log(bool,string,bool,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 27341, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "50551:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27342, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "50555:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "50551:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27348, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "50551:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27340, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "50535:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27349, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "50535:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27350, "nodeType": "ExpressionStatement", "src": "50535:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "50459:3:16", "parameters": { "id": 27338, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27331, "mutability": "mutable", "name": "p0", "nameLocation": "50468:2:16", "nodeType": "VariableDeclaration", "scope": 27352, "src": "50463:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27330, "name": "bool", "nodeType": "ElementaryTypeName", "src": "50463:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27333, "mutability": "mutable", "name": "p1", "nameLocation": "50486:2:16", "nodeType": "VariableDeclaration", "scope": 27352, "src": "50472:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27332, "name": "string", "nodeType": "ElementaryTypeName", "src": "50472:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27335, "mutability": "mutable", "name": "p2", "nameLocation": "50495:2:16", "nodeType": "VariableDeclaration", "scope": 27352, "src": "50490:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27334, "name": "bool", "nodeType": "ElementaryTypeName", "src": "50490:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27337, "mutability": "mutable", "name": "p3", "nameLocation": "50507:2:16", "nodeType": "VariableDeclaration", "scope": 27352, "src": "50499:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27336, "name": "address", "nodeType": "ElementaryTypeName", "src": "50499:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "50462:48:16" }, "returnParameters": { "id": 27339, "nodeType": "ParameterList", "parameters": [], "src": "50525:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27375, "nodeType": "FunctionDefinition", "src": "50637:187:16", "nodes": [], "body": { "id": 27374, "nodeType": "Block", "src": "50715:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c616464726573732c75696e7432353629", "id": 27366, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "50765:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_a5cada94c7dfdda57d4cfcf14da44c63431bfd533756a6e0d0d0a684af164218", "typeString": "literal_string \"log(bool,string,address,uint256)\"" }, "value": "log(bool,string,address,uint256)" }, { "id": 27367, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27354, "src": "50801:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27368, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27356, "src": "50805:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27369, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27358, "src": "50809:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27370, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27360, "src": "50813:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_a5cada94c7dfdda57d4cfcf14da44c63431bfd533756a6e0d0d0a684af164218", "typeString": "literal_string \"log(bool,string,address,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 27364, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "50741:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27365, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "50745:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "50741:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27371, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "50741:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27363, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "50725:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27372, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "50725:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27373, "nodeType": "ExpressionStatement", "src": "50725:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "50646:3:16", "parameters": { "id": 27361, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27354, "mutability": "mutable", "name": "p0", "nameLocation": "50655:2:16", "nodeType": "VariableDeclaration", "scope": 27375, "src": "50650:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27353, "name": "bool", "nodeType": "ElementaryTypeName", "src": "50650:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27356, "mutability": "mutable", "name": "p1", "nameLocation": "50673:2:16", "nodeType": "VariableDeclaration", "scope": 27375, "src": "50659:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27355, "name": "string", "nodeType": "ElementaryTypeName", "src": "50659:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27358, "mutability": "mutable", "name": "p2", "nameLocation": "50685:2:16", "nodeType": "VariableDeclaration", "scope": 27375, "src": "50677:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27357, "name": "address", "nodeType": "ElementaryTypeName", "src": "50677:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27360, "mutability": "mutable", "name": "p3", "nameLocation": "50697:2:16", "nodeType": "VariableDeclaration", "scope": 27375, "src": "50689:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27359, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "50689:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "50649:51:16" }, "returnParameters": { "id": 27362, "nodeType": "ParameterList", "parameters": [], "src": "50715:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27398, "nodeType": "FunctionDefinition", "src": "50830:192:16", "nodes": [], "body": { "id": 27397, "nodeType": "Block", "src": "50914:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c616464726573732c737472696e6729", "id": 27389, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "50964:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_12d6c788fea4d6144f2607e1e8821bec55a5c2dfdc4cece41a536f7b7831e7a7", "typeString": "literal_string \"log(bool,string,address,string)\"" }, "value": "log(bool,string,address,string)" }, { "id": 27390, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27377, "src": "50999:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27391, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27379, "src": "51003:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27392, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27381, "src": "51007:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27393, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27383, "src": "51011:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_12d6c788fea4d6144f2607e1e8821bec55a5c2dfdc4cece41a536f7b7831e7a7", "typeString": "literal_string \"log(bool,string,address,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 27387, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "50940:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27388, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "50944:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "50940:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27394, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "50940:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27386, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "50924:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27395, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "50924:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27396, "nodeType": "ExpressionStatement", "src": "50924:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "50839:3:16", "parameters": { "id": 27384, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27377, "mutability": "mutable", "name": "p0", "nameLocation": "50848:2:16", "nodeType": "VariableDeclaration", "scope": 27398, "src": "50843:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27376, "name": "bool", "nodeType": "ElementaryTypeName", "src": "50843:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27379, "mutability": "mutable", "name": "p1", "nameLocation": "50866:2:16", "nodeType": "VariableDeclaration", "scope": 27398, "src": "50852:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27378, "name": "string", "nodeType": "ElementaryTypeName", "src": "50852:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27381, "mutability": "mutable", "name": "p2", "nameLocation": "50878:2:16", "nodeType": "VariableDeclaration", "scope": 27398, "src": "50870:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27380, "name": "address", "nodeType": "ElementaryTypeName", "src": "50870:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27383, "mutability": "mutable", "name": "p3", "nameLocation": "50896:2:16", "nodeType": "VariableDeclaration", "scope": 27398, "src": "50882:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27382, "name": "string", "nodeType": "ElementaryTypeName", "src": "50882:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "50842:57:16" }, "returnParameters": { "id": 27385, "nodeType": "ParameterList", "parameters": [], "src": "50914:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27421, "nodeType": "FunctionDefinition", "src": "51028:181:16", "nodes": [], "body": { "id": 27420, "nodeType": "Block", "src": "51103:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c616464726573732c626f6f6c29", "id": 27412, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "51153:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_6dd434ca1fa26d491bcd72b7fe69eb72d41cae8eadbda5a7f985734e1b80c67d", "typeString": "literal_string \"log(bool,string,address,bool)\"" }, "value": "log(bool,string,address,bool)" }, { "id": 27413, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27400, "src": "51186:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27414, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27402, "src": "51190:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27415, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27404, "src": "51194:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27416, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27406, "src": "51198:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_6dd434ca1fa26d491bcd72b7fe69eb72d41cae8eadbda5a7f985734e1b80c67d", "typeString": "literal_string \"log(bool,string,address,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 27410, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "51129:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27411, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "51133:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "51129:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27417, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "51129:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27409, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "51113:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27418, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "51113:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27419, "nodeType": "ExpressionStatement", "src": "51113:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "51037:3:16", "parameters": { "id": 27407, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27400, "mutability": "mutable", "name": "p0", "nameLocation": "51046:2:16", "nodeType": "VariableDeclaration", "scope": 27421, "src": "51041:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27399, "name": "bool", "nodeType": "ElementaryTypeName", "src": "51041:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27402, "mutability": "mutable", "name": "p1", "nameLocation": "51064:2:16", "nodeType": "VariableDeclaration", "scope": 27421, "src": "51050:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27401, "name": "string", "nodeType": "ElementaryTypeName", "src": "51050:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27404, "mutability": "mutable", "name": "p2", "nameLocation": "51076:2:16", "nodeType": "VariableDeclaration", "scope": 27421, "src": "51068:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27403, "name": "address", "nodeType": "ElementaryTypeName", "src": "51068:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27406, "mutability": "mutable", "name": "p3", "nameLocation": "51085:2:16", "nodeType": "VariableDeclaration", "scope": 27421, "src": "51080:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27405, "name": "bool", "nodeType": "ElementaryTypeName", "src": "51080:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "51040:48:16" }, "returnParameters": { "id": 27408, "nodeType": "ParameterList", "parameters": [], "src": "51103:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27444, "nodeType": "FunctionDefinition", "src": "51215:187:16", "nodes": [], "body": { "id": 27443, "nodeType": "Block", "src": "51293:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c737472696e672c616464726573732c6164647265737329", "id": 27435, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "51343:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2b2b18dc50ecc75180f201de41eca533fbda0c7bf525c06b5b8e87bc1d010822", "typeString": "literal_string \"log(bool,string,address,address)\"" }, "value": "log(bool,string,address,address)" }, { "id": 27436, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27423, "src": "51379:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27437, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27425, "src": "51383:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27438, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27427, "src": "51387:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27439, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27429, "src": "51391:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2b2b18dc50ecc75180f201de41eca533fbda0c7bf525c06b5b8e87bc1d010822", "typeString": "literal_string \"log(bool,string,address,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 27433, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "51319:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27434, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "51323:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "51319:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27440, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "51319:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27432, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "51303:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27441, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "51303:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27442, "nodeType": "ExpressionStatement", "src": "51303:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "51224:3:16", "parameters": { "id": 27430, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27423, "mutability": "mutable", "name": "p0", "nameLocation": "51233:2:16", "nodeType": "VariableDeclaration", "scope": 27444, "src": "51228:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27422, "name": "bool", "nodeType": "ElementaryTypeName", "src": "51228:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27425, "mutability": "mutable", "name": "p1", "nameLocation": "51251:2:16", "nodeType": "VariableDeclaration", "scope": 27444, "src": "51237:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27424, "name": "string", "nodeType": "ElementaryTypeName", "src": "51237:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27427, "mutability": "mutable", "name": "p2", "nameLocation": "51263:2:16", "nodeType": "VariableDeclaration", "scope": 27444, "src": "51255:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27426, "name": "address", "nodeType": "ElementaryTypeName", "src": "51255:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27429, "mutability": "mutable", "name": "p3", "nameLocation": "51275:2:16", "nodeType": "VariableDeclaration", "scope": 27444, "src": "51267:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27428, "name": "address", "nodeType": "ElementaryTypeName", "src": "51267:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "51227:51:16" }, "returnParameters": { "id": 27431, "nodeType": "ParameterList", "parameters": [], "src": "51293:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27467, "nodeType": "FunctionDefinition", "src": "51408:176:16", "nodes": [], "body": { "id": 27466, "nodeType": "Block", "src": "51477:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c75696e743235362c75696e7432353629", "id": 27458, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "51527:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_0bb00eab8772a517edb34ef48e9be8dbee2f7b7490bba02909d18953766a9d34", "typeString": "literal_string \"log(bool,bool,uint256,uint256)\"" }, "value": "log(bool,bool,uint256,uint256)" }, { "id": 27459, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27446, "src": "51561:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27460, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27448, "src": "51565:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27461, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27450, "src": "51569:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27462, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27452, "src": "51573:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_0bb00eab8772a517edb34ef48e9be8dbee2f7b7490bba02909d18953766a9d34", "typeString": "literal_string \"log(bool,bool,uint256,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 27456, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "51503:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27457, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "51507:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "51503:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27463, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "51503:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27455, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "51487:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27464, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "51487:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27465, "nodeType": "ExpressionStatement", "src": "51487:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "51417:3:16", "parameters": { "id": 27453, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27446, "mutability": "mutable", "name": "p0", "nameLocation": "51426:2:16", "nodeType": "VariableDeclaration", "scope": 27467, "src": "51421:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27445, "name": "bool", "nodeType": "ElementaryTypeName", "src": "51421:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27448, "mutability": "mutable", "name": "p1", "nameLocation": "51435:2:16", "nodeType": "VariableDeclaration", "scope": 27467, "src": "51430:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27447, "name": "bool", "nodeType": "ElementaryTypeName", "src": "51430:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27450, "mutability": "mutable", "name": "p2", "nameLocation": "51447:2:16", "nodeType": "VariableDeclaration", "scope": 27467, "src": "51439:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27449, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "51439:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 27452, "mutability": "mutable", "name": "p3", "nameLocation": "51459:2:16", "nodeType": "VariableDeclaration", "scope": 27467, "src": "51451:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27451, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "51451:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "51420:42:16" }, "returnParameters": { "id": 27454, "nodeType": "ParameterList", "parameters": [], "src": "51477:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27490, "nodeType": "FunctionDefinition", "src": "51590:181:16", "nodes": [], "body": { "id": 27489, "nodeType": "Block", "src": "51665:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c75696e743235362c737472696e6729", "id": 27481, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "51715:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_7dd4d0e0c518f4b352fd13daccf87a5d9bed9e01e109d2cd329f8180d1bf37cf", "typeString": "literal_string \"log(bool,bool,uint256,string)\"" }, "value": "log(bool,bool,uint256,string)" }, { "id": 27482, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27469, "src": "51748:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27483, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27471, "src": "51752:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27484, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27473, "src": "51756:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27485, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27475, "src": "51760:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_7dd4d0e0c518f4b352fd13daccf87a5d9bed9e01e109d2cd329f8180d1bf37cf", "typeString": "literal_string \"log(bool,bool,uint256,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 27479, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "51691:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27480, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "51695:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "51691:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27486, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "51691:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27478, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "51675:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27487, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "51675:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27488, "nodeType": "ExpressionStatement", "src": "51675:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "51599:3:16", "parameters": { "id": 27476, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27469, "mutability": "mutable", "name": "p0", "nameLocation": "51608:2:16", "nodeType": "VariableDeclaration", "scope": 27490, "src": "51603:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27468, "name": "bool", "nodeType": "ElementaryTypeName", "src": "51603:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27471, "mutability": "mutable", "name": "p1", "nameLocation": "51617:2:16", "nodeType": "VariableDeclaration", "scope": 27490, "src": "51612:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27470, "name": "bool", "nodeType": "ElementaryTypeName", "src": "51612:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27473, "mutability": "mutable", "name": "p2", "nameLocation": "51629:2:16", "nodeType": "VariableDeclaration", "scope": 27490, "src": "51621:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27472, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "51621:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 27475, "mutability": "mutable", "name": "p3", "nameLocation": "51647:2:16", "nodeType": "VariableDeclaration", "scope": 27490, "src": "51633:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27474, "name": "string", "nodeType": "ElementaryTypeName", "src": "51633:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "51602:48:16" }, "returnParameters": { "id": 27477, "nodeType": "ParameterList", "parameters": [], "src": "51665:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27513, "nodeType": "FunctionDefinition", "src": "51777:170:16", "nodes": [], "body": { "id": 27512, "nodeType": "Block", "src": "51843:104:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c75696e743235362c626f6f6c29", "id": 27504, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "51893:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_619e4d0eef4ca09035d413eaba6f544cfd6dc9e01c2aeecde070c53237f5a842", "typeString": "literal_string \"log(bool,bool,uint256,bool)\"" }, "value": "log(bool,bool,uint256,bool)" }, { "id": 27505, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27492, "src": "51924:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27506, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27494, "src": "51928:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27507, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27496, "src": "51932:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27508, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27498, "src": "51936:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_619e4d0eef4ca09035d413eaba6f544cfd6dc9e01c2aeecde070c53237f5a842", "typeString": "literal_string \"log(bool,bool,uint256,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 27502, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "51869:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27503, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "51873:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "51869:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27509, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "51869:70:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27501, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "51853:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27510, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "51853:87:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27511, "nodeType": "ExpressionStatement", "src": "51853:87:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "51786:3:16", "parameters": { "id": 27499, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27492, "mutability": "mutable", "name": "p0", "nameLocation": "51795:2:16", "nodeType": "VariableDeclaration", "scope": 27513, "src": "51790:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27491, "name": "bool", "nodeType": "ElementaryTypeName", "src": "51790:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27494, "mutability": "mutable", "name": "p1", "nameLocation": "51804:2:16", "nodeType": "VariableDeclaration", "scope": 27513, "src": "51799:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27493, "name": "bool", "nodeType": "ElementaryTypeName", "src": "51799:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27496, "mutability": "mutable", "name": "p2", "nameLocation": "51816:2:16", "nodeType": "VariableDeclaration", "scope": 27513, "src": "51808:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27495, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "51808:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 27498, "mutability": "mutable", "name": "p3", "nameLocation": "51825:2:16", "nodeType": "VariableDeclaration", "scope": 27513, "src": "51820:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27497, "name": "bool", "nodeType": "ElementaryTypeName", "src": "51820:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "51789:39:16" }, "returnParameters": { "id": 27500, "nodeType": "ParameterList", "parameters": [], "src": "51843:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27536, "nodeType": "FunctionDefinition", "src": "51953:176:16", "nodes": [], "body": { "id": 27535, "nodeType": "Block", "src": "52022:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c75696e743235362c6164647265737329", "id": 27527, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "52072:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_54a7a9a08e00a28d36d734cc45e318f9adc9ffbfd731cd45d0dc5a2abe2b9ac9", "typeString": "literal_string \"log(bool,bool,uint256,address)\"" }, "value": "log(bool,bool,uint256,address)" }, { "id": 27528, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27515, "src": "52106:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27529, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27517, "src": "52110:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27530, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27519, "src": "52114:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27531, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27521, "src": "52118:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_54a7a9a08e00a28d36d734cc45e318f9adc9ffbfd731cd45d0dc5a2abe2b9ac9", "typeString": "literal_string \"log(bool,bool,uint256,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 27525, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "52048:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27526, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "52052:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "52048:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27532, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "52048:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27524, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "52032:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27533, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "52032:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27534, "nodeType": "ExpressionStatement", "src": "52032:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "51962:3:16", "parameters": { "id": 27522, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27515, "mutability": "mutable", "name": "p0", "nameLocation": "51971:2:16", "nodeType": "VariableDeclaration", "scope": 27536, "src": "51966:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27514, "name": "bool", "nodeType": "ElementaryTypeName", "src": "51966:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27517, "mutability": "mutable", "name": "p1", "nameLocation": "51980:2:16", "nodeType": "VariableDeclaration", "scope": 27536, "src": "51975:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27516, "name": "bool", "nodeType": "ElementaryTypeName", "src": "51975:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27519, "mutability": "mutable", "name": "p2", "nameLocation": "51992:2:16", "nodeType": "VariableDeclaration", "scope": 27536, "src": "51984:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27518, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "51984:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 27521, "mutability": "mutable", "name": "p3", "nameLocation": "52004:2:16", "nodeType": "VariableDeclaration", "scope": 27536, "src": "51996:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27520, "name": "address", "nodeType": "ElementaryTypeName", "src": "51996:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "51965:42:16" }, "returnParameters": { "id": 27523, "nodeType": "ParameterList", "parameters": [], "src": "52022:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27559, "nodeType": "FunctionDefinition", "src": "52135:181:16", "nodes": [], "body": { "id": 27558, "nodeType": "Block", "src": "52210:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c737472696e672c75696e7432353629", "id": 27550, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "52260:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_e3a9ca2f5717705d404f75ae4eff025addb4f91e02ce7d2b9a424fc7423a8246", "typeString": "literal_string \"log(bool,bool,string,uint256)\"" }, "value": "log(bool,bool,string,uint256)" }, { "id": 27551, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27538, "src": "52293:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27552, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27540, "src": "52297:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27553, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27542, "src": "52301:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27554, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27544, "src": "52305:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_e3a9ca2f5717705d404f75ae4eff025addb4f91e02ce7d2b9a424fc7423a8246", "typeString": "literal_string \"log(bool,bool,string,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 27548, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "52236:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27549, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "52240:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "52236:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27555, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "52236:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27547, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "52220:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27556, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "52220:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27557, "nodeType": "ExpressionStatement", "src": "52220:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "52144:3:16", "parameters": { "id": 27545, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27538, "mutability": "mutable", "name": "p0", "nameLocation": "52153:2:16", "nodeType": "VariableDeclaration", "scope": 27559, "src": "52148:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27537, "name": "bool", "nodeType": "ElementaryTypeName", "src": "52148:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27540, "mutability": "mutable", "name": "p1", "nameLocation": "52162:2:16", "nodeType": "VariableDeclaration", "scope": 27559, "src": "52157:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27539, "name": "bool", "nodeType": "ElementaryTypeName", "src": "52157:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27542, "mutability": "mutable", "name": "p2", "nameLocation": "52180:2:16", "nodeType": "VariableDeclaration", "scope": 27559, "src": "52166:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27541, "name": "string", "nodeType": "ElementaryTypeName", "src": "52166:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27544, "mutability": "mutable", "name": "p3", "nameLocation": "52192:2:16", "nodeType": "VariableDeclaration", "scope": 27559, "src": "52184:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27543, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "52184:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "52147:48:16" }, "returnParameters": { "id": 27546, "nodeType": "ParameterList", "parameters": [], "src": "52210:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27582, "nodeType": "FunctionDefinition", "src": "52322:186:16", "nodes": [], "body": { "id": 27581, "nodeType": "Block", "src": "52403:105:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c737472696e672c737472696e6729", "id": 27573, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "52453:30:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_6d1e87518c98344bc3efd52648f61de340bda51607aec409d641f3467caafaaf", "typeString": "literal_string \"log(bool,bool,string,string)\"" }, "value": "log(bool,bool,string,string)" }, { "id": 27574, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27561, "src": "52485:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27575, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27563, "src": "52489:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27576, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27565, "src": "52493:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27577, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27567, "src": "52497:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_6d1e87518c98344bc3efd52648f61de340bda51607aec409d641f3467caafaaf", "typeString": "literal_string \"log(bool,bool,string,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 27571, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "52429:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27572, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "52433:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "52429:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27578, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "52429:71:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27570, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "52413:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27579, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "52413:88:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27580, "nodeType": "ExpressionStatement", "src": "52413:88:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "52331:3:16", "parameters": { "id": 27568, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27561, "mutability": "mutable", "name": "p0", "nameLocation": "52340:2:16", "nodeType": "VariableDeclaration", "scope": 27582, "src": "52335:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27560, "name": "bool", "nodeType": "ElementaryTypeName", "src": "52335:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27563, "mutability": "mutable", "name": "p1", "nameLocation": "52349:2:16", "nodeType": "VariableDeclaration", "scope": 27582, "src": "52344:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27562, "name": "bool", "nodeType": "ElementaryTypeName", "src": "52344:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27565, "mutability": "mutable", "name": "p2", "nameLocation": "52367:2:16", "nodeType": "VariableDeclaration", "scope": 27582, "src": "52353:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27564, "name": "string", "nodeType": "ElementaryTypeName", "src": "52353:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27567, "mutability": "mutable", "name": "p3", "nameLocation": "52385:2:16", "nodeType": "VariableDeclaration", "scope": 27582, "src": "52371:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27566, "name": "string", "nodeType": "ElementaryTypeName", "src": "52371:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "52334:54:16" }, "returnParameters": { "id": 27569, "nodeType": "ParameterList", "parameters": [], "src": "52403:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27605, "nodeType": "FunctionDefinition", "src": "52514:175:16", "nodes": [], "body": { "id": 27604, "nodeType": "Block", "src": "52586:103:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c737472696e672c626f6f6c29", "id": 27596, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "52636:28:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_b857163a2b7b8273ed53cefa410aa148f1833bdfc22da11e1e2fb89c6e625d02", "typeString": "literal_string \"log(bool,bool,string,bool)\"" }, "value": "log(bool,bool,string,bool)" }, { "id": 27597, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27584, "src": "52666:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27598, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27586, "src": "52670:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27599, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27588, "src": "52674:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27600, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27590, "src": "52678:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_b857163a2b7b8273ed53cefa410aa148f1833bdfc22da11e1e2fb89c6e625d02", "typeString": "literal_string \"log(bool,bool,string,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 27594, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "52612:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27595, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "52616:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "52612:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27601, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "52612:69:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27593, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "52596:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27602, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "52596:86:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27603, "nodeType": "ExpressionStatement", "src": "52596:86:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "52523:3:16", "parameters": { "id": 27591, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27584, "mutability": "mutable", "name": "p0", "nameLocation": "52532:2:16", "nodeType": "VariableDeclaration", "scope": 27605, "src": "52527:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27583, "name": "bool", "nodeType": "ElementaryTypeName", "src": "52527:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27586, "mutability": "mutable", "name": "p1", "nameLocation": "52541:2:16", "nodeType": "VariableDeclaration", "scope": 27605, "src": "52536:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27585, "name": "bool", "nodeType": "ElementaryTypeName", "src": "52536:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27588, "mutability": "mutable", "name": "p2", "nameLocation": "52559:2:16", "nodeType": "VariableDeclaration", "scope": 27605, "src": "52545:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27587, "name": "string", "nodeType": "ElementaryTypeName", "src": "52545:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27590, "mutability": "mutable", "name": "p3", "nameLocation": "52568:2:16", "nodeType": "VariableDeclaration", "scope": 27605, "src": "52563:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27589, "name": "bool", "nodeType": "ElementaryTypeName", "src": "52563:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "52526:45:16" }, "returnParameters": { "id": 27592, "nodeType": "ParameterList", "parameters": [], "src": "52586:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27628, "nodeType": "FunctionDefinition", "src": "52695:181:16", "nodes": [], "body": { "id": 27627, "nodeType": "Block", "src": "52770:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c737472696e672c6164647265737329", "id": 27619, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "52820:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_f9ad2b893873fa31c02b102aa30743b2e44c102daa588ea9d1eb1f2baf23d202", "typeString": "literal_string \"log(bool,bool,string,address)\"" }, "value": "log(bool,bool,string,address)" }, { "id": 27620, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27607, "src": "52853:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27621, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27609, "src": "52857:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27622, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27611, "src": "52861:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27623, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27613, "src": "52865:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_f9ad2b893873fa31c02b102aa30743b2e44c102daa588ea9d1eb1f2baf23d202", "typeString": "literal_string \"log(bool,bool,string,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 27617, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "52796:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27618, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "52800:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "52796:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27624, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "52796:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27616, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "52780:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27625, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "52780:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27626, "nodeType": "ExpressionStatement", "src": "52780:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "52704:3:16", "parameters": { "id": 27614, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27607, "mutability": "mutable", "name": "p0", "nameLocation": "52713:2:16", "nodeType": "VariableDeclaration", "scope": 27628, "src": "52708:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27606, "name": "bool", "nodeType": "ElementaryTypeName", "src": "52708:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27609, "mutability": "mutable", "name": "p1", "nameLocation": "52722:2:16", "nodeType": "VariableDeclaration", "scope": 27628, "src": "52717:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27608, "name": "bool", "nodeType": "ElementaryTypeName", "src": "52717:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27611, "mutability": "mutable", "name": "p2", "nameLocation": "52740:2:16", "nodeType": "VariableDeclaration", "scope": 27628, "src": "52726:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27610, "name": "string", "nodeType": "ElementaryTypeName", "src": "52726:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27613, "mutability": "mutable", "name": "p3", "nameLocation": "52752:2:16", "nodeType": "VariableDeclaration", "scope": 27628, "src": "52744:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27612, "name": "address", "nodeType": "ElementaryTypeName", "src": "52744:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "52707:48:16" }, "returnParameters": { "id": 27615, "nodeType": "ParameterList", "parameters": [], "src": "52770:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27651, "nodeType": "FunctionDefinition", "src": "52882:170:16", "nodes": [], "body": { "id": 27650, "nodeType": "Block", "src": "52948:104:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c626f6f6c2c75696e7432353629", "id": 27642, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "52998:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_6d7045c1b7eb7ef78b5ae54b2426a16952d89f674f6d689a4e37aa73bc076a7c", "typeString": "literal_string \"log(bool,bool,bool,uint256)\"" }, "value": "log(bool,bool,bool,uint256)" }, { "id": 27643, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27630, "src": "53029:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27644, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27632, "src": "53033:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27645, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27634, "src": "53037:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27646, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27636, "src": "53041:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_6d7045c1b7eb7ef78b5ae54b2426a16952d89f674f6d689a4e37aa73bc076a7c", "typeString": "literal_string \"log(bool,bool,bool,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 27640, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "52974:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27641, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "52978:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "52974:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27647, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "52974:70:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27639, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "52958:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27648, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "52958:87:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27649, "nodeType": "ExpressionStatement", "src": "52958:87:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "52891:3:16", "parameters": { "id": 27637, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27630, "mutability": "mutable", "name": "p0", "nameLocation": "52900:2:16", "nodeType": "VariableDeclaration", "scope": 27651, "src": "52895:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27629, "name": "bool", "nodeType": "ElementaryTypeName", "src": "52895:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27632, "mutability": "mutable", "name": "p1", "nameLocation": "52909:2:16", "nodeType": "VariableDeclaration", "scope": 27651, "src": "52904:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27631, "name": "bool", "nodeType": "ElementaryTypeName", "src": "52904:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27634, "mutability": "mutable", "name": "p2", "nameLocation": "52918:2:16", "nodeType": "VariableDeclaration", "scope": 27651, "src": "52913:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27633, "name": "bool", "nodeType": "ElementaryTypeName", "src": "52913:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27636, "mutability": "mutable", "name": "p3", "nameLocation": "52930:2:16", "nodeType": "VariableDeclaration", "scope": 27651, "src": "52922:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27635, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "52922:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "52894:39:16" }, "returnParameters": { "id": 27638, "nodeType": "ParameterList", "parameters": [], "src": "52948:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27674, "nodeType": "FunctionDefinition", "src": "53058:175:16", "nodes": [], "body": { "id": 27673, "nodeType": "Block", "src": "53130:103:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c626f6f6c2c737472696e6729", "id": 27665, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "53180:28:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2ae408d4d030305a0361ad07c397f2b9653613b220d82459c7aeb9a6bab96c15", "typeString": "literal_string \"log(bool,bool,bool,string)\"" }, "value": "log(bool,bool,bool,string)" }, { "id": 27666, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27653, "src": "53210:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27667, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27655, "src": "53214:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27668, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27657, "src": "53218:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27669, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27659, "src": "53222:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2ae408d4d030305a0361ad07c397f2b9653613b220d82459c7aeb9a6bab96c15", "typeString": "literal_string \"log(bool,bool,bool,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 27663, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "53156:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27664, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "53160:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "53156:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27670, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "53156:69:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27662, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "53140:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27671, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "53140:86:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27672, "nodeType": "ExpressionStatement", "src": "53140:86:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "53067:3:16", "parameters": { "id": 27660, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27653, "mutability": "mutable", "name": "p0", "nameLocation": "53076:2:16", "nodeType": "VariableDeclaration", "scope": 27674, "src": "53071:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27652, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53071:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27655, "mutability": "mutable", "name": "p1", "nameLocation": "53085:2:16", "nodeType": "VariableDeclaration", "scope": 27674, "src": "53080:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27654, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53080:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27657, "mutability": "mutable", "name": "p2", "nameLocation": "53094:2:16", "nodeType": "VariableDeclaration", "scope": 27674, "src": "53089:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27656, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53089:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27659, "mutability": "mutable", "name": "p3", "nameLocation": "53112:2:16", "nodeType": "VariableDeclaration", "scope": 27674, "src": "53098:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27658, "name": "string", "nodeType": "ElementaryTypeName", "src": "53098:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "53070:45:16" }, "returnParameters": { "id": 27661, "nodeType": "ParameterList", "parameters": [], "src": "53130:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27697, "nodeType": "FunctionDefinition", "src": "53239:164:16", "nodes": [], "body": { "id": 27696, "nodeType": "Block", "src": "53302:101:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c626f6f6c2c626f6f6c29", "id": 27688, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "53352:26:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_3b2a5ce0ddf7b166153a4354c81efba12a817983a38c6bc3b58fd91ce816d99f", "typeString": "literal_string \"log(bool,bool,bool,bool)\"" }, "value": "log(bool,bool,bool,bool)" }, { "id": 27689, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27676, "src": "53380:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27690, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27678, "src": "53384:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27691, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27680, "src": "53388:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27692, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27682, "src": "53392:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_3b2a5ce0ddf7b166153a4354c81efba12a817983a38c6bc3b58fd91ce816d99f", "typeString": "literal_string \"log(bool,bool,bool,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 27686, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "53328:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27687, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "53332:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "53328:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27693, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "53328:67:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27685, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "53312:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27694, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "53312:84:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27695, "nodeType": "ExpressionStatement", "src": "53312:84:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "53248:3:16", "parameters": { "id": 27683, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27676, "mutability": "mutable", "name": "p0", "nameLocation": "53257:2:16", "nodeType": "VariableDeclaration", "scope": 27697, "src": "53252:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27675, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53252:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27678, "mutability": "mutable", "name": "p1", "nameLocation": "53266:2:16", "nodeType": "VariableDeclaration", "scope": 27697, "src": "53261:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27677, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53261:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27680, "mutability": "mutable", "name": "p2", "nameLocation": "53275:2:16", "nodeType": "VariableDeclaration", "scope": 27697, "src": "53270:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27679, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53270:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27682, "mutability": "mutable", "name": "p3", "nameLocation": "53284:2:16", "nodeType": "VariableDeclaration", "scope": 27697, "src": "53279:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27681, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53279:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "53251:36:16" }, "returnParameters": { "id": 27684, "nodeType": "ParameterList", "parameters": [], "src": "53302:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27720, "nodeType": "FunctionDefinition", "src": "53409:170:16", "nodes": [], "body": { "id": 27719, "nodeType": "Block", "src": "53475:104:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c626f6f6c2c6164647265737329", "id": 27711, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "53525:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_8c329b1a1752dedfc6b781d23096b49b7f905d62405e6e3f0ab0344786ff69f4", "typeString": "literal_string \"log(bool,bool,bool,address)\"" }, "value": "log(bool,bool,bool,address)" }, { "id": 27712, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27699, "src": "53556:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27713, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27701, "src": "53560:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27714, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27703, "src": "53564:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27715, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27705, "src": "53568:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_8c329b1a1752dedfc6b781d23096b49b7f905d62405e6e3f0ab0344786ff69f4", "typeString": "literal_string \"log(bool,bool,bool,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 27709, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "53501:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27710, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "53505:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "53501:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27716, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "53501:70:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27708, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "53485:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27717, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "53485:87:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27718, "nodeType": "ExpressionStatement", "src": "53485:87:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "53418:3:16", "parameters": { "id": 27706, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27699, "mutability": "mutable", "name": "p0", "nameLocation": "53427:2:16", "nodeType": "VariableDeclaration", "scope": 27720, "src": "53422:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27698, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53422:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27701, "mutability": "mutable", "name": "p1", "nameLocation": "53436:2:16", "nodeType": "VariableDeclaration", "scope": 27720, "src": "53431:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27700, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53431:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27703, "mutability": "mutable", "name": "p2", "nameLocation": "53445:2:16", "nodeType": "VariableDeclaration", "scope": 27720, "src": "53440:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27702, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53440:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27705, "mutability": "mutable", "name": "p3", "nameLocation": "53457:2:16", "nodeType": "VariableDeclaration", "scope": 27720, "src": "53449:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27704, "name": "address", "nodeType": "ElementaryTypeName", "src": "53449:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "53421:39:16" }, "returnParameters": { "id": 27707, "nodeType": "ParameterList", "parameters": [], "src": "53475:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27743, "nodeType": "FunctionDefinition", "src": "53585:176:16", "nodes": [], "body": { "id": 27742, "nodeType": "Block", "src": "53654:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c616464726573732c75696e7432353629", "id": 27734, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "53704:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_4c123d5798ed03bd59911522da9ad7b1fc4e62f5a5de1c95ef20dc3897657cf1", "typeString": "literal_string \"log(bool,bool,address,uint256)\"" }, "value": "log(bool,bool,address,uint256)" }, { "id": 27735, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27722, "src": "53738:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27736, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27724, "src": "53742:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27737, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27726, "src": "53746:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27738, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27728, "src": "53750:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_4c123d5798ed03bd59911522da9ad7b1fc4e62f5a5de1c95ef20dc3897657cf1", "typeString": "literal_string \"log(bool,bool,address,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 27732, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "53680:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27733, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "53684:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "53680:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27739, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "53680:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27731, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "53664:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27740, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "53664:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27741, "nodeType": "ExpressionStatement", "src": "53664:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "53594:3:16", "parameters": { "id": 27729, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27722, "mutability": "mutable", "name": "p0", "nameLocation": "53603:2:16", "nodeType": "VariableDeclaration", "scope": 27743, "src": "53598:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27721, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53598:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27724, "mutability": "mutable", "name": "p1", "nameLocation": "53612:2:16", "nodeType": "VariableDeclaration", "scope": 27743, "src": "53607:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27723, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53607:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27726, "mutability": "mutable", "name": "p2", "nameLocation": "53624:2:16", "nodeType": "VariableDeclaration", "scope": 27743, "src": "53616:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27725, "name": "address", "nodeType": "ElementaryTypeName", "src": "53616:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27728, "mutability": "mutable", "name": "p3", "nameLocation": "53636:2:16", "nodeType": "VariableDeclaration", "scope": 27743, "src": "53628:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27727, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "53628:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "53597:42:16" }, "returnParameters": { "id": 27730, "nodeType": "ParameterList", "parameters": [], "src": "53654:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27766, "nodeType": "FunctionDefinition", "src": "53767:181:16", "nodes": [], "body": { "id": 27765, "nodeType": "Block", "src": "53842:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c616464726573732c737472696e6729", "id": 27757, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "53892:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_a0a479635c05dee438b610769de0f667f2e93ee267e4cd4badf3dd44eb6271d2", "typeString": "literal_string \"log(bool,bool,address,string)\"" }, "value": "log(bool,bool,address,string)" }, { "id": 27758, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27745, "src": "53925:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27759, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27747, "src": "53929:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27760, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27749, "src": "53933:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27761, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27751, "src": "53937:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_a0a479635c05dee438b610769de0f667f2e93ee267e4cd4badf3dd44eb6271d2", "typeString": "literal_string \"log(bool,bool,address,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 27755, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "53868:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27756, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "53872:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "53868:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27762, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "53868:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27754, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "53852:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27763, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "53852:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27764, "nodeType": "ExpressionStatement", "src": "53852:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "53776:3:16", "parameters": { "id": 27752, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27745, "mutability": "mutable", "name": "p0", "nameLocation": "53785:2:16", "nodeType": "VariableDeclaration", "scope": 27766, "src": "53780:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27744, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53780:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27747, "mutability": "mutable", "name": "p1", "nameLocation": "53794:2:16", "nodeType": "VariableDeclaration", "scope": 27766, "src": "53789:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27746, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53789:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27749, "mutability": "mutable", "name": "p2", "nameLocation": "53806:2:16", "nodeType": "VariableDeclaration", "scope": 27766, "src": "53798:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27748, "name": "address", "nodeType": "ElementaryTypeName", "src": "53798:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27751, "mutability": "mutable", "name": "p3", "nameLocation": "53824:2:16", "nodeType": "VariableDeclaration", "scope": 27766, "src": "53810:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27750, "name": "string", "nodeType": "ElementaryTypeName", "src": "53810:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "53779:48:16" }, "returnParameters": { "id": 27753, "nodeType": "ParameterList", "parameters": [], "src": "53842:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27789, "nodeType": "FunctionDefinition", "src": "53954:170:16", "nodes": [], "body": { "id": 27788, "nodeType": "Block", "src": "54020:104:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c616464726573732c626f6f6c29", "id": 27780, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "54070:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c0a302d8f11e8919127c20f396068f7014b94967efb042778db9b27b68ee1eaf", "typeString": "literal_string \"log(bool,bool,address,bool)\"" }, "value": "log(bool,bool,address,bool)" }, { "id": 27781, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27768, "src": "54101:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27782, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27770, "src": "54105:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27783, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27772, "src": "54109:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27784, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27774, "src": "54113:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c0a302d8f11e8919127c20f396068f7014b94967efb042778db9b27b68ee1eaf", "typeString": "literal_string \"log(bool,bool,address,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 27778, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "54046:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27779, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "54050:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "54046:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27785, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "54046:70:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27777, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "54030:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27786, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "54030:87:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27787, "nodeType": "ExpressionStatement", "src": "54030:87:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "53963:3:16", "parameters": { "id": 27775, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27768, "mutability": "mutable", "name": "p0", "nameLocation": "53972:2:16", "nodeType": "VariableDeclaration", "scope": 27789, "src": "53967:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27767, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53967:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27770, "mutability": "mutable", "name": "p1", "nameLocation": "53981:2:16", "nodeType": "VariableDeclaration", "scope": 27789, "src": "53976:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27769, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53976:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27772, "mutability": "mutable", "name": "p2", "nameLocation": "53993:2:16", "nodeType": "VariableDeclaration", "scope": 27789, "src": "53985:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27771, "name": "address", "nodeType": "ElementaryTypeName", "src": "53985:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27774, "mutability": "mutable", "name": "p3", "nameLocation": "54002:2:16", "nodeType": "VariableDeclaration", "scope": 27789, "src": "53997:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27773, "name": "bool", "nodeType": "ElementaryTypeName", "src": "53997:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "53966:39:16" }, "returnParameters": { "id": 27776, "nodeType": "ParameterList", "parameters": [], "src": "54020:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27812, "nodeType": "FunctionDefinition", "src": "54130:176:16", "nodes": [], "body": { "id": 27811, "nodeType": "Block", "src": "54199:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c626f6f6c2c616464726573732c6164647265737329", "id": 27803, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "54249:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_f4880ea4063b4f7e3c68468bb4a7a3f1502aa7497bce4fb0ba02ec0450f047f4", "typeString": "literal_string \"log(bool,bool,address,address)\"" }, "value": "log(bool,bool,address,address)" }, { "id": 27804, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27791, "src": "54283:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27805, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27793, "src": "54287:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27806, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27795, "src": "54291:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27807, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27797, "src": "54295:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_f4880ea4063b4f7e3c68468bb4a7a3f1502aa7497bce4fb0ba02ec0450f047f4", "typeString": "literal_string \"log(bool,bool,address,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 27801, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "54225:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27802, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "54229:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "54225:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27808, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "54225:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27800, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "54209:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27809, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "54209:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27810, "nodeType": "ExpressionStatement", "src": "54209:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "54139:3:16", "parameters": { "id": 27798, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27791, "mutability": "mutable", "name": "p0", "nameLocation": "54148:2:16", "nodeType": "VariableDeclaration", "scope": 27812, "src": "54143:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27790, "name": "bool", "nodeType": "ElementaryTypeName", "src": "54143:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27793, "mutability": "mutable", "name": "p1", "nameLocation": "54157:2:16", "nodeType": "VariableDeclaration", "scope": 27812, "src": "54152:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27792, "name": "bool", "nodeType": "ElementaryTypeName", "src": "54152:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27795, "mutability": "mutable", "name": "p2", "nameLocation": "54169:2:16", "nodeType": "VariableDeclaration", "scope": 27812, "src": "54161:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27794, "name": "address", "nodeType": "ElementaryTypeName", "src": "54161:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27797, "mutability": "mutable", "name": "p3", "nameLocation": "54181:2:16", "nodeType": "VariableDeclaration", "scope": 27812, "src": "54173:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27796, "name": "address", "nodeType": "ElementaryTypeName", "src": "54173:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "54142:42:16" }, "returnParameters": { "id": 27799, "nodeType": "ParameterList", "parameters": [], "src": "54199:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27835, "nodeType": "FunctionDefinition", "src": "54312:182:16", "nodes": [], "body": { "id": 27834, "nodeType": "Block", "src": "54384:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c75696e743235362c75696e7432353629", "id": 27826, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "54434:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_7bf181a13b51d775e7d4339fb4fee9749d9226fa1720a2ae5e3183ab5674d16e", "typeString": "literal_string \"log(bool,address,uint256,uint256)\"" }, "value": "log(bool,address,uint256,uint256)" }, { "id": 27827, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27814, "src": "54471:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27828, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27816, "src": "54475:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27829, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27818, "src": "54479:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27830, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27820, "src": "54483:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_7bf181a13b51d775e7d4339fb4fee9749d9226fa1720a2ae5e3183ab5674d16e", "typeString": "literal_string \"log(bool,address,uint256,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 27824, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "54410:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27825, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "54414:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "54410:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27831, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "54410:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27823, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "54394:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27832, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "54394:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27833, "nodeType": "ExpressionStatement", "src": "54394:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "54321:3:16", "parameters": { "id": 27821, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27814, "mutability": "mutable", "name": "p0", "nameLocation": "54330:2:16", "nodeType": "VariableDeclaration", "scope": 27835, "src": "54325:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27813, "name": "bool", "nodeType": "ElementaryTypeName", "src": "54325:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27816, "mutability": "mutable", "name": "p1", "nameLocation": "54342:2:16", "nodeType": "VariableDeclaration", "scope": 27835, "src": "54334:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27815, "name": "address", "nodeType": "ElementaryTypeName", "src": "54334:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27818, "mutability": "mutable", "name": "p2", "nameLocation": "54354:2:16", "nodeType": "VariableDeclaration", "scope": 27835, "src": "54346:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27817, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "54346:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 27820, "mutability": "mutable", "name": "p3", "nameLocation": "54366:2:16", "nodeType": "VariableDeclaration", "scope": 27835, "src": "54358:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27819, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "54358:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "54324:45:16" }, "returnParameters": { "id": 27822, "nodeType": "ParameterList", "parameters": [], "src": "54384:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27858, "nodeType": "FunctionDefinition", "src": "54500:187:16", "nodes": [], "body": { "id": 27857, "nodeType": "Block", "src": "54578:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c75696e743235362c737472696e6729", "id": 27849, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "54628:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_51f09ff8d49d8535177ce9f46f86e22d6e0ebf6aab24e3ad1fe351dec9cb8af7", "typeString": "literal_string \"log(bool,address,uint256,string)\"" }, "value": "log(bool,address,uint256,string)" }, { "id": 27850, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27837, "src": "54664:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27851, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27839, "src": "54668:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27852, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27841, "src": "54672:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27853, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27843, "src": "54676:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_51f09ff8d49d8535177ce9f46f86e22d6e0ebf6aab24e3ad1fe351dec9cb8af7", "typeString": "literal_string \"log(bool,address,uint256,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 27847, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "54604:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27848, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "54608:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "54604:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27854, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "54604:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27846, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "54588:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27855, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "54588:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27856, "nodeType": "ExpressionStatement", "src": "54588:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "54509:3:16", "parameters": { "id": 27844, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27837, "mutability": "mutable", "name": "p0", "nameLocation": "54518:2:16", "nodeType": "VariableDeclaration", "scope": 27858, "src": "54513:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27836, "name": "bool", "nodeType": "ElementaryTypeName", "src": "54513:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27839, "mutability": "mutable", "name": "p1", "nameLocation": "54530:2:16", "nodeType": "VariableDeclaration", "scope": 27858, "src": "54522:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27838, "name": "address", "nodeType": "ElementaryTypeName", "src": "54522:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27841, "mutability": "mutable", "name": "p2", "nameLocation": "54542:2:16", "nodeType": "VariableDeclaration", "scope": 27858, "src": "54534:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27840, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "54534:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 27843, "mutability": "mutable", "name": "p3", "nameLocation": "54560:2:16", "nodeType": "VariableDeclaration", "scope": 27858, "src": "54546:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27842, "name": "string", "nodeType": "ElementaryTypeName", "src": "54546:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "54512:51:16" }, "returnParameters": { "id": 27845, "nodeType": "ParameterList", "parameters": [], "src": "54578:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27881, "nodeType": "FunctionDefinition", "src": "54693:176:16", "nodes": [], "body": { "id": 27880, "nodeType": "Block", "src": "54762:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c75696e743235362c626f6f6c29", "id": 27872, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "54812:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_d6019f1c844577cb799272d8b580ae7d31e1d26be8513d99f3a91ca8ea67c958", "typeString": "literal_string \"log(bool,address,uint256,bool)\"" }, "value": "log(bool,address,uint256,bool)" }, { "id": 27873, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27860, "src": "54846:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27874, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27862, "src": "54850:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27875, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27864, "src": "54854:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27876, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27866, "src": "54858:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_d6019f1c844577cb799272d8b580ae7d31e1d26be8513d99f3a91ca8ea67c958", "typeString": "literal_string \"log(bool,address,uint256,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 27870, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "54788:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27871, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "54792:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "54788:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27877, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "54788:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27869, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "54772:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27878, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "54772:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27879, "nodeType": "ExpressionStatement", "src": "54772:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "54702:3:16", "parameters": { "id": 27867, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27860, "mutability": "mutable", "name": "p0", "nameLocation": "54711:2:16", "nodeType": "VariableDeclaration", "scope": 27881, "src": "54706:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27859, "name": "bool", "nodeType": "ElementaryTypeName", "src": "54706:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27862, "mutability": "mutable", "name": "p1", "nameLocation": "54723:2:16", "nodeType": "VariableDeclaration", "scope": 27881, "src": "54715:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27861, "name": "address", "nodeType": "ElementaryTypeName", "src": "54715:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27864, "mutability": "mutable", "name": "p2", "nameLocation": "54735:2:16", "nodeType": "VariableDeclaration", "scope": 27881, "src": "54727:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27863, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "54727:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 27866, "mutability": "mutable", "name": "p3", "nameLocation": "54744:2:16", "nodeType": "VariableDeclaration", "scope": 27881, "src": "54739:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27865, "name": "bool", "nodeType": "ElementaryTypeName", "src": "54739:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "54705:42:16" }, "returnParameters": { "id": 27868, "nodeType": "ParameterList", "parameters": [], "src": "54762:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27904, "nodeType": "FunctionDefinition", "src": "54875:182:16", "nodes": [], "body": { "id": 27903, "nodeType": "Block", "src": "54947:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c75696e743235362c6164647265737329", "id": 27895, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "54997:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_136b05dd56dbfa6e97805ce657954968bb4ea366eef252c9fa3aec31b1aa7ebd", "typeString": "literal_string \"log(bool,address,uint256,address)\"" }, "value": "log(bool,address,uint256,address)" }, { "id": 27896, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27883, "src": "55034:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27897, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27885, "src": "55038:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27898, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27887, "src": "55042:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 27899, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27889, "src": "55046:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_136b05dd56dbfa6e97805ce657954968bb4ea366eef252c9fa3aec31b1aa7ebd", "typeString": "literal_string \"log(bool,address,uint256,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 27893, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "54973:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27894, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "54977:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "54973:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27900, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "54973:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27892, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "54957:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27901, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "54957:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27902, "nodeType": "ExpressionStatement", "src": "54957:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "54884:3:16", "parameters": { "id": 27890, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27883, "mutability": "mutable", "name": "p0", "nameLocation": "54893:2:16", "nodeType": "VariableDeclaration", "scope": 27904, "src": "54888:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27882, "name": "bool", "nodeType": "ElementaryTypeName", "src": "54888:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27885, "mutability": "mutable", "name": "p1", "nameLocation": "54905:2:16", "nodeType": "VariableDeclaration", "scope": 27904, "src": "54897:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27884, "name": "address", "nodeType": "ElementaryTypeName", "src": "54897:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27887, "mutability": "mutable", "name": "p2", "nameLocation": "54917:2:16", "nodeType": "VariableDeclaration", "scope": 27904, "src": "54909:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27886, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "54909:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 27889, "mutability": "mutable", "name": "p3", "nameLocation": "54929:2:16", "nodeType": "VariableDeclaration", "scope": 27904, "src": "54921:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27888, "name": "address", "nodeType": "ElementaryTypeName", "src": "54921:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "54887:45:16" }, "returnParameters": { "id": 27891, "nodeType": "ParameterList", "parameters": [], "src": "54947:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27927, "nodeType": "FunctionDefinition", "src": "55063:187:16", "nodes": [], "body": { "id": 27926, "nodeType": "Block", "src": "55141:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c737472696e672c75696e7432353629", "id": 27918, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "55191:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c21f64c781c24c69fbdf6daf185e821c3143831e9c7b3ede1933a6cffd68030d", "typeString": "literal_string \"log(bool,address,string,uint256)\"" }, "value": "log(bool,address,string,uint256)" }, { "id": 27919, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27906, "src": "55227:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27920, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27908, "src": "55231:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27921, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27910, "src": "55235:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27922, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27912, "src": "55239:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c21f64c781c24c69fbdf6daf185e821c3143831e9c7b3ede1933a6cffd68030d", "typeString": "literal_string \"log(bool,address,string,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 27916, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "55167:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27917, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "55171:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "55167:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27923, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "55167:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27915, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "55151:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27924, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "55151:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27925, "nodeType": "ExpressionStatement", "src": "55151:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "55072:3:16", "parameters": { "id": 27913, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27906, "mutability": "mutable", "name": "p0", "nameLocation": "55081:2:16", "nodeType": "VariableDeclaration", "scope": 27927, "src": "55076:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27905, "name": "bool", "nodeType": "ElementaryTypeName", "src": "55076:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27908, "mutability": "mutable", "name": "p1", "nameLocation": "55093:2:16", "nodeType": "VariableDeclaration", "scope": 27927, "src": "55085:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27907, "name": "address", "nodeType": "ElementaryTypeName", "src": "55085:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27910, "mutability": "mutable", "name": "p2", "nameLocation": "55111:2:16", "nodeType": "VariableDeclaration", "scope": 27927, "src": "55097:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27909, "name": "string", "nodeType": "ElementaryTypeName", "src": "55097:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27912, "mutability": "mutable", "name": "p3", "nameLocation": "55123:2:16", "nodeType": "VariableDeclaration", "scope": 27927, "src": "55115:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 27911, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "55115:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "55075:51:16" }, "returnParameters": { "id": 27914, "nodeType": "ParameterList", "parameters": [], "src": "55141:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27950, "nodeType": "FunctionDefinition", "src": "55256:192:16", "nodes": [], "body": { "id": 27949, "nodeType": "Block", "src": "55340:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c737472696e672c737472696e6729", "id": 27941, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "55390:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_a73c1db639dbf1382c9113eacdf5b14a7ccd81fc001ac60393623936011bf49d", "typeString": "literal_string \"log(bool,address,string,string)\"" }, "value": "log(bool,address,string,string)" }, { "id": 27942, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27929, "src": "55425:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27943, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27931, "src": "55429:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27944, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27933, "src": "55433:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27945, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27935, "src": "55437:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_a73c1db639dbf1382c9113eacdf5b14a7ccd81fc001ac60393623936011bf49d", "typeString": "literal_string \"log(bool,address,string,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 27939, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "55366:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27940, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "55370:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "55366:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27946, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "55366:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27938, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "55350:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27947, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "55350:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27948, "nodeType": "ExpressionStatement", "src": "55350:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "55265:3:16", "parameters": { "id": 27936, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27929, "mutability": "mutable", "name": "p0", "nameLocation": "55274:2:16", "nodeType": "VariableDeclaration", "scope": 27950, "src": "55269:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27928, "name": "bool", "nodeType": "ElementaryTypeName", "src": "55269:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27931, "mutability": "mutable", "name": "p1", "nameLocation": "55286:2:16", "nodeType": "VariableDeclaration", "scope": 27950, "src": "55278:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27930, "name": "address", "nodeType": "ElementaryTypeName", "src": "55278:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27933, "mutability": "mutable", "name": "p2", "nameLocation": "55304:2:16", "nodeType": "VariableDeclaration", "scope": 27950, "src": "55290:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27932, "name": "string", "nodeType": "ElementaryTypeName", "src": "55290:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27935, "mutability": "mutable", "name": "p3", "nameLocation": "55322:2:16", "nodeType": "VariableDeclaration", "scope": 27950, "src": "55308:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27934, "name": "string", "nodeType": "ElementaryTypeName", "src": "55308:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "55268:57:16" }, "returnParameters": { "id": 27937, "nodeType": "ParameterList", "parameters": [], "src": "55340:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27973, "nodeType": "FunctionDefinition", "src": "55454:181:16", "nodes": [], "body": { "id": 27972, "nodeType": "Block", "src": "55529:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c737472696e672c626f6f6c29", "id": 27964, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "55579:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_e2bfd60b4f6acdab0603dda631b69bf37ab7cbf71bc5953f9ed72c1f2a76f7dc", "typeString": "literal_string \"log(bool,address,string,bool)\"" }, "value": "log(bool,address,string,bool)" }, { "id": 27965, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27952, "src": "55612:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27966, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27954, "src": "55616:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27967, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27956, "src": "55620:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27968, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27958, "src": "55624:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_e2bfd60b4f6acdab0603dda631b69bf37ab7cbf71bc5953f9ed72c1f2a76f7dc", "typeString": "literal_string \"log(bool,address,string,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 27962, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "55555:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27963, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "55559:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "55555:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27969, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "55555:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27961, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "55539:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27970, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "55539:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27971, "nodeType": "ExpressionStatement", "src": "55539:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "55463:3:16", "parameters": { "id": 27959, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27952, "mutability": "mutable", "name": "p0", "nameLocation": "55472:2:16", "nodeType": "VariableDeclaration", "scope": 27973, "src": "55467:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27951, "name": "bool", "nodeType": "ElementaryTypeName", "src": "55467:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27954, "mutability": "mutable", "name": "p1", "nameLocation": "55484:2:16", "nodeType": "VariableDeclaration", "scope": 27973, "src": "55476:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27953, "name": "address", "nodeType": "ElementaryTypeName", "src": "55476:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27956, "mutability": "mutable", "name": "p2", "nameLocation": "55502:2:16", "nodeType": "VariableDeclaration", "scope": 27973, "src": "55488:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27955, "name": "string", "nodeType": "ElementaryTypeName", "src": "55488:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27958, "mutability": "mutable", "name": "p3", "nameLocation": "55511:2:16", "nodeType": "VariableDeclaration", "scope": 27973, "src": "55506:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27957, "name": "bool", "nodeType": "ElementaryTypeName", "src": "55506:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "55466:48:16" }, "returnParameters": { "id": 27960, "nodeType": "ParameterList", "parameters": [], "src": "55529:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 27996, "nodeType": "FunctionDefinition", "src": "55641:187:16", "nodes": [], "body": { "id": 27995, "nodeType": "Block", "src": "55719:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c737472696e672c6164647265737329", "id": 27987, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "55769:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_6f7c603e9035cbc7959bb3d44ec862ddc6711eecebd67d54ceb0010f42f85654", "typeString": "literal_string \"log(bool,address,string,address)\"" }, "value": "log(bool,address,string,address)" }, { "id": 27988, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27975, "src": "55805:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 27989, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27977, "src": "55809:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 27990, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27979, "src": "55813:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 27991, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27981, "src": "55817:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_6f7c603e9035cbc7959bb3d44ec862ddc6711eecebd67d54ceb0010f42f85654", "typeString": "literal_string \"log(bool,address,string,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 27985, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "55745:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 27986, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "55749:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "55745:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 27992, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "55745:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 27984, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "55729:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 27993, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "55729:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 27994, "nodeType": "ExpressionStatement", "src": "55729:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "55650:3:16", "parameters": { "id": 27982, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27975, "mutability": "mutable", "name": "p0", "nameLocation": "55659:2:16", "nodeType": "VariableDeclaration", "scope": 27996, "src": "55654:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27974, "name": "bool", "nodeType": "ElementaryTypeName", "src": "55654:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 27977, "mutability": "mutable", "name": "p1", "nameLocation": "55671:2:16", "nodeType": "VariableDeclaration", "scope": 27996, "src": "55663:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27976, "name": "address", "nodeType": "ElementaryTypeName", "src": "55663:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 27979, "mutability": "mutable", "name": "p2", "nameLocation": "55689:2:16", "nodeType": "VariableDeclaration", "scope": 27996, "src": "55675:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 27978, "name": "string", "nodeType": "ElementaryTypeName", "src": "55675:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 27981, "mutability": "mutable", "name": "p3", "nameLocation": "55701:2:16", "nodeType": "VariableDeclaration", "scope": 27996, "src": "55693:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27980, "name": "address", "nodeType": "ElementaryTypeName", "src": "55693:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "55653:51:16" }, "returnParameters": { "id": 27983, "nodeType": "ParameterList", "parameters": [], "src": "55719:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28019, "nodeType": "FunctionDefinition", "src": "55834:176:16", "nodes": [], "body": { "id": 28018, "nodeType": "Block", "src": "55903:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c626f6f6c2c75696e7432353629", "id": 28010, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "55953:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_07831502b96d5b050adbd4ca2f9d4cd011dd7a8d3e1266dadb6c832ee8e56059", "typeString": "literal_string \"log(bool,address,bool,uint256)\"" }, "value": "log(bool,address,bool,uint256)" }, { "id": 28011, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 27998, "src": "55987:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28012, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28000, "src": "55991:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28013, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28002, "src": "55995:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28014, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28004, "src": "55999:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_07831502b96d5b050adbd4ca2f9d4cd011dd7a8d3e1266dadb6c832ee8e56059", "typeString": "literal_string \"log(bool,address,bool,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 28008, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "55929:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28009, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "55933:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "55929:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28015, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "55929:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28007, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "55913:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28016, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "55913:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28017, "nodeType": "ExpressionStatement", "src": "55913:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "55843:3:16", "parameters": { "id": 28005, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 27998, "mutability": "mutable", "name": "p0", "nameLocation": "55852:2:16", "nodeType": "VariableDeclaration", "scope": 28019, "src": "55847:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 27997, "name": "bool", "nodeType": "ElementaryTypeName", "src": "55847:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28000, "mutability": "mutable", "name": "p1", "nameLocation": "55864:2:16", "nodeType": "VariableDeclaration", "scope": 28019, "src": "55856:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 27999, "name": "address", "nodeType": "ElementaryTypeName", "src": "55856:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28002, "mutability": "mutable", "name": "p2", "nameLocation": "55873:2:16", "nodeType": "VariableDeclaration", "scope": 28019, "src": "55868:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28001, "name": "bool", "nodeType": "ElementaryTypeName", "src": "55868:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28004, "mutability": "mutable", "name": "p3", "nameLocation": "55885:2:16", "nodeType": "VariableDeclaration", "scope": 28019, "src": "55877:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28003, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "55877:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "55846:42:16" }, "returnParameters": { "id": 28006, "nodeType": "ParameterList", "parameters": [], "src": "55903:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28042, "nodeType": "FunctionDefinition", "src": "56016:181:16", "nodes": [], "body": { "id": 28041, "nodeType": "Block", "src": "56091:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c626f6f6c2c737472696e6729", "id": 28033, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "56141:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_4a66cb34796065525d301a5b87b440b55f1936e34dd66e2f2039307bc4e3ea59", "typeString": "literal_string \"log(bool,address,bool,string)\"" }, "value": "log(bool,address,bool,string)" }, { "id": 28034, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28021, "src": "56174:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28035, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28023, "src": "56178:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28036, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28025, "src": "56182:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28037, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28027, "src": "56186:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_4a66cb34796065525d301a5b87b440b55f1936e34dd66e2f2039307bc4e3ea59", "typeString": "literal_string \"log(bool,address,bool,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 28031, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "56117:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28032, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "56121:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "56117:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28038, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "56117:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28030, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "56101:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28039, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "56101:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28040, "nodeType": "ExpressionStatement", "src": "56101:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "56025:3:16", "parameters": { "id": 28028, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28021, "mutability": "mutable", "name": "p0", "nameLocation": "56034:2:16", "nodeType": "VariableDeclaration", "scope": 28042, "src": "56029:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28020, "name": "bool", "nodeType": "ElementaryTypeName", "src": "56029:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28023, "mutability": "mutable", "name": "p1", "nameLocation": "56046:2:16", "nodeType": "VariableDeclaration", "scope": 28042, "src": "56038:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28022, "name": "address", "nodeType": "ElementaryTypeName", "src": "56038:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28025, "mutability": "mutable", "name": "p2", "nameLocation": "56055:2:16", "nodeType": "VariableDeclaration", "scope": 28042, "src": "56050:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28024, "name": "bool", "nodeType": "ElementaryTypeName", "src": "56050:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28027, "mutability": "mutable", "name": "p3", "nameLocation": "56073:2:16", "nodeType": "VariableDeclaration", "scope": 28042, "src": "56059:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28026, "name": "string", "nodeType": "ElementaryTypeName", "src": "56059:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "56028:48:16" }, "returnParameters": { "id": 28029, "nodeType": "ParameterList", "parameters": [], "src": "56091:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28065, "nodeType": "FunctionDefinition", "src": "56203:170:16", "nodes": [], "body": { "id": 28064, "nodeType": "Block", "src": "56269:104:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c626f6f6c2c626f6f6c29", "id": 28056, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "56319:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_6a9c478bc98300d44308882e2e0b5864f2536a2939cb77105f503738b5832577", "typeString": "literal_string \"log(bool,address,bool,bool)\"" }, "value": "log(bool,address,bool,bool)" }, { "id": 28057, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28044, "src": "56350:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28058, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28046, "src": "56354:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28059, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28048, "src": "56358:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28060, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28050, "src": "56362:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_6a9c478bc98300d44308882e2e0b5864f2536a2939cb77105f503738b5832577", "typeString": "literal_string \"log(bool,address,bool,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 28054, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "56295:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28055, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "56299:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "56295:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28061, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "56295:70:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28053, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "56279:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28062, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "56279:87:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28063, "nodeType": "ExpressionStatement", "src": "56279:87:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "56212:3:16", "parameters": { "id": 28051, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28044, "mutability": "mutable", "name": "p0", "nameLocation": "56221:2:16", "nodeType": "VariableDeclaration", "scope": 28065, "src": "56216:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28043, "name": "bool", "nodeType": "ElementaryTypeName", "src": "56216:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28046, "mutability": "mutable", "name": "p1", "nameLocation": "56233:2:16", "nodeType": "VariableDeclaration", "scope": 28065, "src": "56225:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28045, "name": "address", "nodeType": "ElementaryTypeName", "src": "56225:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28048, "mutability": "mutable", "name": "p2", "nameLocation": "56242:2:16", "nodeType": "VariableDeclaration", "scope": 28065, "src": "56237:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28047, "name": "bool", "nodeType": "ElementaryTypeName", "src": "56237:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28050, "mutability": "mutable", "name": "p3", "nameLocation": "56251:2:16", "nodeType": "VariableDeclaration", "scope": 28065, "src": "56246:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28049, "name": "bool", "nodeType": "ElementaryTypeName", "src": "56246:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "56215:39:16" }, "returnParameters": { "id": 28052, "nodeType": "ParameterList", "parameters": [], "src": "56269:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28088, "nodeType": "FunctionDefinition", "src": "56379:176:16", "nodes": [], "body": { "id": 28087, "nodeType": "Block", "src": "56448:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c626f6f6c2c6164647265737329", "id": 28079, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "56498:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1c41a336759f1c2fe1d8b137296b2dfbdcfe7114fc53f203852c2835c09f8870", "typeString": "literal_string \"log(bool,address,bool,address)\"" }, "value": "log(bool,address,bool,address)" }, { "id": 28080, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28067, "src": "56532:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28081, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28069, "src": "56536:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28082, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28071, "src": "56540:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28083, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28073, "src": "56544:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1c41a336759f1c2fe1d8b137296b2dfbdcfe7114fc53f203852c2835c09f8870", "typeString": "literal_string \"log(bool,address,bool,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 28077, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "56474:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28078, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "56478:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "56474:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28084, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "56474:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28076, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "56458:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28085, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "56458:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28086, "nodeType": "ExpressionStatement", "src": "56458:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "56388:3:16", "parameters": { "id": 28074, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28067, "mutability": "mutable", "name": "p0", "nameLocation": "56397:2:16", "nodeType": "VariableDeclaration", "scope": 28088, "src": "56392:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28066, "name": "bool", "nodeType": "ElementaryTypeName", "src": "56392:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28069, "mutability": "mutable", "name": "p1", "nameLocation": "56409:2:16", "nodeType": "VariableDeclaration", "scope": 28088, "src": "56401:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28068, "name": "address", "nodeType": "ElementaryTypeName", "src": "56401:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28071, "mutability": "mutable", "name": "p2", "nameLocation": "56418:2:16", "nodeType": "VariableDeclaration", "scope": 28088, "src": "56413:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28070, "name": "bool", "nodeType": "ElementaryTypeName", "src": "56413:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28073, "mutability": "mutable", "name": "p3", "nameLocation": "56430:2:16", "nodeType": "VariableDeclaration", "scope": 28088, "src": "56422:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28072, "name": "address", "nodeType": "ElementaryTypeName", "src": "56422:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "56391:42:16" }, "returnParameters": { "id": 28075, "nodeType": "ParameterList", "parameters": [], "src": "56448:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28111, "nodeType": "FunctionDefinition", "src": "56561:182:16", "nodes": [], "body": { "id": 28110, "nodeType": "Block", "src": "56633:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c616464726573732c75696e7432353629", "id": 28102, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "56683:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_0c66d1be8b80b8d96088c57d6fc12897f737822d5beb6e751a923520a0a509b8", "typeString": "literal_string \"log(bool,address,address,uint256)\"" }, "value": "log(bool,address,address,uint256)" }, { "id": 28103, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28090, "src": "56720:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28104, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28092, "src": "56724:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28105, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28094, "src": "56728:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28106, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28096, "src": "56732:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_0c66d1be8b80b8d96088c57d6fc12897f737822d5beb6e751a923520a0a509b8", "typeString": "literal_string \"log(bool,address,address,uint256)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 28100, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "56659:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28101, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "56663:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "56659:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28107, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "56659:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28099, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "56643:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28108, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "56643:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28109, "nodeType": "ExpressionStatement", "src": "56643:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "56570:3:16", "parameters": { "id": 28097, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28090, "mutability": "mutable", "name": "p0", "nameLocation": "56579:2:16", "nodeType": "VariableDeclaration", "scope": 28111, "src": "56574:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28089, "name": "bool", "nodeType": "ElementaryTypeName", "src": "56574:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28092, "mutability": "mutable", "name": "p1", "nameLocation": "56591:2:16", "nodeType": "VariableDeclaration", "scope": 28111, "src": "56583:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28091, "name": "address", "nodeType": "ElementaryTypeName", "src": "56583:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28094, "mutability": "mutable", "name": "p2", "nameLocation": "56603:2:16", "nodeType": "VariableDeclaration", "scope": 28111, "src": "56595:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28093, "name": "address", "nodeType": "ElementaryTypeName", "src": "56595:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28096, "mutability": "mutable", "name": "p3", "nameLocation": "56615:2:16", "nodeType": "VariableDeclaration", "scope": 28111, "src": "56607:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28095, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "56607:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "56573:45:16" }, "returnParameters": { "id": 28098, "nodeType": "ParameterList", "parameters": [], "src": "56633:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28134, "nodeType": "FunctionDefinition", "src": "56749:187:16", "nodes": [], "body": { "id": 28133, "nodeType": "Block", "src": "56827:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c616464726573732c737472696e6729", "id": 28125, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "56877:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_d812a167fb7ec8cf55a11f06ff411238f0a431de331592d8a735c8c8481f7432", "typeString": "literal_string \"log(bool,address,address,string)\"" }, "value": "log(bool,address,address,string)" }, { "id": 28126, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28113, "src": "56913:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28127, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28115, "src": "56917:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28128, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28117, "src": "56921:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28129, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28119, "src": "56925:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_d812a167fb7ec8cf55a11f06ff411238f0a431de331592d8a735c8c8481f7432", "typeString": "literal_string \"log(bool,address,address,string)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 28123, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "56853:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28124, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "56857:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "56853:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28130, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "56853:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28122, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "56837:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28131, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "56837:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28132, "nodeType": "ExpressionStatement", "src": "56837:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "56758:3:16", "parameters": { "id": 28120, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28113, "mutability": "mutable", "name": "p0", "nameLocation": "56767:2:16", "nodeType": "VariableDeclaration", "scope": 28134, "src": "56762:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28112, "name": "bool", "nodeType": "ElementaryTypeName", "src": "56762:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28115, "mutability": "mutable", "name": "p1", "nameLocation": "56779:2:16", "nodeType": "VariableDeclaration", "scope": 28134, "src": "56771:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28114, "name": "address", "nodeType": "ElementaryTypeName", "src": "56771:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28117, "mutability": "mutable", "name": "p2", "nameLocation": "56791:2:16", "nodeType": "VariableDeclaration", "scope": 28134, "src": "56783:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28116, "name": "address", "nodeType": "ElementaryTypeName", "src": "56783:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28119, "mutability": "mutable", "name": "p3", "nameLocation": "56809:2:16", "nodeType": "VariableDeclaration", "scope": 28134, "src": "56795:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28118, "name": "string", "nodeType": "ElementaryTypeName", "src": "56795:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "56761:51:16" }, "returnParameters": { "id": 28121, "nodeType": "ParameterList", "parameters": [], "src": "56827:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28157, "nodeType": "FunctionDefinition", "src": "56942:176:16", "nodes": [], "body": { "id": 28156, "nodeType": "Block", "src": "57011:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c616464726573732c626f6f6c29", "id": 28148, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "57061:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_46600be071bbf2a7e3a3cb4fd0e6efe39e86453e4c4a27c400470867be7afd9e", "typeString": "literal_string \"log(bool,address,address,bool)\"" }, "value": "log(bool,address,address,bool)" }, { "id": 28149, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28136, "src": "57095:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28150, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28138, "src": "57099:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28151, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28140, "src": "57103:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28152, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28142, "src": "57107:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_46600be071bbf2a7e3a3cb4fd0e6efe39e86453e4c4a27c400470867be7afd9e", "typeString": "literal_string \"log(bool,address,address,bool)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 28146, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "57037:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28147, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "57041:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "57037:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28153, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "57037:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28145, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "57021:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28154, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "57021:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28155, "nodeType": "ExpressionStatement", "src": "57021:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "56951:3:16", "parameters": { "id": 28143, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28136, "mutability": "mutable", "name": "p0", "nameLocation": "56960:2:16", "nodeType": "VariableDeclaration", "scope": 28157, "src": "56955:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28135, "name": "bool", "nodeType": "ElementaryTypeName", "src": "56955:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28138, "mutability": "mutable", "name": "p1", "nameLocation": "56972:2:16", "nodeType": "VariableDeclaration", "scope": 28157, "src": "56964:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28137, "name": "address", "nodeType": "ElementaryTypeName", "src": "56964:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28140, "mutability": "mutable", "name": "p2", "nameLocation": "56984:2:16", "nodeType": "VariableDeclaration", "scope": 28157, "src": "56976:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28139, "name": "address", "nodeType": "ElementaryTypeName", "src": "56976:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28142, "mutability": "mutable", "name": "p3", "nameLocation": "56993:2:16", "nodeType": "VariableDeclaration", "scope": 28157, "src": "56988:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28141, "name": "bool", "nodeType": "ElementaryTypeName", "src": "56988:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "56954:42:16" }, "returnParameters": { "id": 28144, "nodeType": "ParameterList", "parameters": [], "src": "57011:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28180, "nodeType": "FunctionDefinition", "src": "57124:182:16", "nodes": [], "body": { "id": 28179, "nodeType": "Block", "src": "57196:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728626f6f6c2c616464726573732c616464726573732c6164647265737329", "id": 28171, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "57246:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1d14d00189540d88098b9fe614aa8c0efbe231c1a0fee05e7d705c0342377123", "typeString": "literal_string \"log(bool,address,address,address)\"" }, "value": "log(bool,address,address,address)" }, { "id": 28172, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28159, "src": "57283:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28173, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28161, "src": "57287:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28174, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28163, "src": "57291:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28175, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28165, "src": "57295:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1d14d00189540d88098b9fe614aa8c0efbe231c1a0fee05e7d705c0342377123", "typeString": "literal_string \"log(bool,address,address,address)\"" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 28169, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "57222:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28170, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "57226:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "57222:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28176, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "57222:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28168, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "57206:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28177, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "57206:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28178, "nodeType": "ExpressionStatement", "src": "57206:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "57133:3:16", "parameters": { "id": 28166, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28159, "mutability": "mutable", "name": "p0", "nameLocation": "57142:2:16", "nodeType": "VariableDeclaration", "scope": 28180, "src": "57137:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28158, "name": "bool", "nodeType": "ElementaryTypeName", "src": "57137:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28161, "mutability": "mutable", "name": "p1", "nameLocation": "57154:2:16", "nodeType": "VariableDeclaration", "scope": 28180, "src": "57146:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28160, "name": "address", "nodeType": "ElementaryTypeName", "src": "57146:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28163, "mutability": "mutable", "name": "p2", "nameLocation": "57166:2:16", "nodeType": "VariableDeclaration", "scope": 28180, "src": "57158:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28162, "name": "address", "nodeType": "ElementaryTypeName", "src": "57158:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28165, "mutability": "mutable", "name": "p3", "nameLocation": "57178:2:16", "nodeType": "VariableDeclaration", "scope": 28180, "src": "57170:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28164, "name": "address", "nodeType": "ElementaryTypeName", "src": "57170:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "57136:45:16" }, "returnParameters": { "id": 28167, "nodeType": "ParameterList", "parameters": [], "src": "57196:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28203, "nodeType": "FunctionDefinition", "src": "57312:188:16", "nodes": [], "body": { "id": 28202, "nodeType": "Block", "src": "57387:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c75696e743235362c75696e7432353629", "id": 28194, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "57437:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_34f0e636808ebabd61ce9b247c78c7a38984ab35d5f29c0bd51299288509f6d6", "typeString": "literal_string \"log(address,uint256,uint256,uint256)\"" }, "value": "log(address,uint256,uint256,uint256)" }, { "id": 28195, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28182, "src": "57477:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28196, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28184, "src": "57481:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28197, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28186, "src": "57485:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28198, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28188, "src": "57489:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_34f0e636808ebabd61ce9b247c78c7a38984ab35d5f29c0bd51299288509f6d6", "typeString": "literal_string \"log(address,uint256,uint256,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 28192, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "57413:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28193, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "57417:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "57413:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28199, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "57413:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28191, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "57397:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28200, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "57397:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28201, "nodeType": "ExpressionStatement", "src": "57397:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "57321:3:16", "parameters": { "id": 28189, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28182, "mutability": "mutable", "name": "p0", "nameLocation": "57333:2:16", "nodeType": "VariableDeclaration", "scope": 28203, "src": "57325:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28181, "name": "address", "nodeType": "ElementaryTypeName", "src": "57325:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28184, "mutability": "mutable", "name": "p1", "nameLocation": "57345:2:16", "nodeType": "VariableDeclaration", "scope": 28203, "src": "57337:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28183, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "57337:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28186, "mutability": "mutable", "name": "p2", "nameLocation": "57357:2:16", "nodeType": "VariableDeclaration", "scope": 28203, "src": "57349:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28185, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "57349:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28188, "mutability": "mutable", "name": "p3", "nameLocation": "57369:2:16", "nodeType": "VariableDeclaration", "scope": 28203, "src": "57361:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28187, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "57361:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "57324:48:16" }, "returnParameters": { "id": 28190, "nodeType": "ParameterList", "parameters": [], "src": "57387:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28226, "nodeType": "FunctionDefinition", "src": "57506:193:16", "nodes": [], "body": { "id": 28225, "nodeType": "Block", "src": "57587:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c75696e743235362c737472696e6729", "id": 28217, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "57637:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_4a28c017e545dc04fb82dd1a46d46ba463e69e0aeff774fbced9bedd205b6cf6", "typeString": "literal_string \"log(address,uint256,uint256,string)\"" }, "value": "log(address,uint256,uint256,string)" }, { "id": 28218, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28205, "src": "57676:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28219, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28207, "src": "57680:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28220, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28209, "src": "57684:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28221, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28211, "src": "57688:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_4a28c017e545dc04fb82dd1a46d46ba463e69e0aeff774fbced9bedd205b6cf6", "typeString": "literal_string \"log(address,uint256,uint256,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 28215, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "57613:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28216, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "57617:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "57613:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28222, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "57613:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28214, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "57597:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28223, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "57597:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28224, "nodeType": "ExpressionStatement", "src": "57597:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "57515:3:16", "parameters": { "id": 28212, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28205, "mutability": "mutable", "name": "p0", "nameLocation": "57527:2:16", "nodeType": "VariableDeclaration", "scope": 28226, "src": "57519:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28204, "name": "address", "nodeType": "ElementaryTypeName", "src": "57519:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28207, "mutability": "mutable", "name": "p1", "nameLocation": "57539:2:16", "nodeType": "VariableDeclaration", "scope": 28226, "src": "57531:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28206, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "57531:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28209, "mutability": "mutable", "name": "p2", "nameLocation": "57551:2:16", "nodeType": "VariableDeclaration", "scope": 28226, "src": "57543:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28208, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "57543:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28211, "mutability": "mutable", "name": "p3", "nameLocation": "57569:2:16", "nodeType": "VariableDeclaration", "scope": 28226, "src": "57555:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28210, "name": "string", "nodeType": "ElementaryTypeName", "src": "57555:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "57518:54:16" }, "returnParameters": { "id": 28213, "nodeType": "ParameterList", "parameters": [], "src": "57587:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28249, "nodeType": "FunctionDefinition", "src": "57705:182:16", "nodes": [], "body": { "id": 28248, "nodeType": "Block", "src": "57777:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c75696e743235362c626f6f6c29", "id": 28240, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "57827:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_66f1bc67b5cb59260b3541ed684f0a38ab8f590dfff7947bd562de33eae3c57e", "typeString": "literal_string \"log(address,uint256,uint256,bool)\"" }, "value": "log(address,uint256,uint256,bool)" }, { "id": 28241, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28228, "src": "57864:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28242, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28230, "src": "57868:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28243, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28232, "src": "57872:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28244, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28234, "src": "57876:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_66f1bc67b5cb59260b3541ed684f0a38ab8f590dfff7947bd562de33eae3c57e", "typeString": "literal_string \"log(address,uint256,uint256,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 28238, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "57803:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28239, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "57807:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "57803:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28245, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "57803:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28237, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "57787:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28246, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "57787:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28247, "nodeType": "ExpressionStatement", "src": "57787:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "57714:3:16", "parameters": { "id": 28235, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28228, "mutability": "mutable", "name": "p0", "nameLocation": "57726:2:16", "nodeType": "VariableDeclaration", "scope": 28249, "src": "57718:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28227, "name": "address", "nodeType": "ElementaryTypeName", "src": "57718:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28230, "mutability": "mutable", "name": "p1", "nameLocation": "57738:2:16", "nodeType": "VariableDeclaration", "scope": 28249, "src": "57730:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28229, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "57730:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28232, "mutability": "mutable", "name": "p2", "nameLocation": "57750:2:16", "nodeType": "VariableDeclaration", "scope": 28249, "src": "57742:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28231, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "57742:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28234, "mutability": "mutable", "name": "p3", "nameLocation": "57759:2:16", "nodeType": "VariableDeclaration", "scope": 28249, "src": "57754:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28233, "name": "bool", "nodeType": "ElementaryTypeName", "src": "57754:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "57717:45:16" }, "returnParameters": { "id": 28236, "nodeType": "ParameterList", "parameters": [], "src": "57777:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28272, "nodeType": "FunctionDefinition", "src": "57893:188:16", "nodes": [], "body": { "id": 28271, "nodeType": "Block", "src": "57968:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c75696e743235362c6164647265737329", "id": 28263, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "58018:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_20e3984d0b91232a40a479187d959e3fb7102cd2a40a0267e07a4f648290e390", "typeString": "literal_string \"log(address,uint256,uint256,address)\"" }, "value": "log(address,uint256,uint256,address)" }, { "id": 28264, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28251, "src": "58058:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28265, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28253, "src": "58062:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28266, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28255, "src": "58066:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28267, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28257, "src": "58070:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_20e3984d0b91232a40a479187d959e3fb7102cd2a40a0267e07a4f648290e390", "typeString": "literal_string \"log(address,uint256,uint256,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 28261, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "57994:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28262, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "57998:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "57994:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28268, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "57994:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28260, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "57978:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28269, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "57978:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28270, "nodeType": "ExpressionStatement", "src": "57978:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "57902:3:16", "parameters": { "id": 28258, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28251, "mutability": "mutable", "name": "p0", "nameLocation": "57914:2:16", "nodeType": "VariableDeclaration", "scope": 28272, "src": "57906:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28250, "name": "address", "nodeType": "ElementaryTypeName", "src": "57906:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28253, "mutability": "mutable", "name": "p1", "nameLocation": "57926:2:16", "nodeType": "VariableDeclaration", "scope": 28272, "src": "57918:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28252, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "57918:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28255, "mutability": "mutable", "name": "p2", "nameLocation": "57938:2:16", "nodeType": "VariableDeclaration", "scope": 28272, "src": "57930:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28254, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "57930:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28257, "mutability": "mutable", "name": "p3", "nameLocation": "57950:2:16", "nodeType": "VariableDeclaration", "scope": 28272, "src": "57942:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28256, "name": "address", "nodeType": "ElementaryTypeName", "src": "57942:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "57905:48:16" }, "returnParameters": { "id": 28259, "nodeType": "ParameterList", "parameters": [], "src": "57968:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28295, "nodeType": "FunctionDefinition", "src": "58087:193:16", "nodes": [], "body": { "id": 28294, "nodeType": "Block", "src": "58168:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c737472696e672c75696e7432353629", "id": 28286, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "58218:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_bf01f89152073297823dffc184d44302911f7269a4d8bb68457feda7325d0054", "typeString": "literal_string \"log(address,uint256,string,uint256)\"" }, "value": "log(address,uint256,string,uint256)" }, { "id": 28287, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28274, "src": "58257:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28288, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28276, "src": "58261:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28289, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28278, "src": "58265:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28290, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28280, "src": "58269:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_bf01f89152073297823dffc184d44302911f7269a4d8bb68457feda7325d0054", "typeString": "literal_string \"log(address,uint256,string,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 28284, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "58194:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28285, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "58198:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "58194:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28291, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "58194:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28283, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "58178:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28292, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "58178:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28293, "nodeType": "ExpressionStatement", "src": "58178:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "58096:3:16", "parameters": { "id": 28281, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28274, "mutability": "mutable", "name": "p0", "nameLocation": "58108:2:16", "nodeType": "VariableDeclaration", "scope": 28295, "src": "58100:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28273, "name": "address", "nodeType": "ElementaryTypeName", "src": "58100:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28276, "mutability": "mutable", "name": "p1", "nameLocation": "58120:2:16", "nodeType": "VariableDeclaration", "scope": 28295, "src": "58112:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28275, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "58112:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28278, "mutability": "mutable", "name": "p2", "nameLocation": "58138:2:16", "nodeType": "VariableDeclaration", "scope": 28295, "src": "58124:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28277, "name": "string", "nodeType": "ElementaryTypeName", "src": "58124:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28280, "mutability": "mutable", "name": "p3", "nameLocation": "58150:2:16", "nodeType": "VariableDeclaration", "scope": 28295, "src": "58142:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28279, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "58142:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "58099:54:16" }, "returnParameters": { "id": 28282, "nodeType": "ParameterList", "parameters": [], "src": "58168:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28318, "nodeType": "FunctionDefinition", "src": "58286:198:16", "nodes": [], "body": { "id": 28317, "nodeType": "Block", "src": "58373:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c737472696e672c737472696e6729", "id": 28309, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "58423:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_88a8c40673ee8948292248925b0e9d44ca87355f3f886942e848cf22ee50e1c9", "typeString": "literal_string \"log(address,uint256,string,string)\"" }, "value": "log(address,uint256,string,string)" }, { "id": 28310, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28297, "src": "58461:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28311, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28299, "src": "58465:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28312, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28301, "src": "58469:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28313, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28303, "src": "58473:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_88a8c40673ee8948292248925b0e9d44ca87355f3f886942e848cf22ee50e1c9", "typeString": "literal_string \"log(address,uint256,string,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 28307, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "58399:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28308, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "58403:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "58399:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28314, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "58399:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28306, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "58383:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28315, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "58383:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28316, "nodeType": "ExpressionStatement", "src": "58383:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "58295:3:16", "parameters": { "id": 28304, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28297, "mutability": "mutable", "name": "p0", "nameLocation": "58307:2:16", "nodeType": "VariableDeclaration", "scope": 28318, "src": "58299:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28296, "name": "address", "nodeType": "ElementaryTypeName", "src": "58299:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28299, "mutability": "mutable", "name": "p1", "nameLocation": "58319:2:16", "nodeType": "VariableDeclaration", "scope": 28318, "src": "58311:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28298, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "58311:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28301, "mutability": "mutable", "name": "p2", "nameLocation": "58337:2:16", "nodeType": "VariableDeclaration", "scope": 28318, "src": "58323:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28300, "name": "string", "nodeType": "ElementaryTypeName", "src": "58323:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28303, "mutability": "mutable", "name": "p3", "nameLocation": "58355:2:16", "nodeType": "VariableDeclaration", "scope": 28318, "src": "58341:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28302, "name": "string", "nodeType": "ElementaryTypeName", "src": "58341:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "58298:60:16" }, "returnParameters": { "id": 28305, "nodeType": "ParameterList", "parameters": [], "src": "58373:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28341, "nodeType": "FunctionDefinition", "src": "58490:187:16", "nodes": [], "body": { "id": 28340, "nodeType": "Block", "src": "58568:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c737472696e672c626f6f6c29", "id": 28332, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "58618:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_cf18105cbdc058258aaac7d4703aebeff683e464ae87b167f8bcabefd4799184", "typeString": "literal_string \"log(address,uint256,string,bool)\"" }, "value": "log(address,uint256,string,bool)" }, { "id": 28333, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28320, "src": "58654:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28334, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28322, "src": "58658:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28335, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28324, "src": "58662:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28336, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28326, "src": "58666:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_cf18105cbdc058258aaac7d4703aebeff683e464ae87b167f8bcabefd4799184", "typeString": "literal_string \"log(address,uint256,string,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 28330, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "58594:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28331, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "58598:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "58594:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28337, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "58594:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28329, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "58578:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28338, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "58578:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28339, "nodeType": "ExpressionStatement", "src": "58578:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "58499:3:16", "parameters": { "id": 28327, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28320, "mutability": "mutable", "name": "p0", "nameLocation": "58511:2:16", "nodeType": "VariableDeclaration", "scope": 28341, "src": "58503:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28319, "name": "address", "nodeType": "ElementaryTypeName", "src": "58503:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28322, "mutability": "mutable", "name": "p1", "nameLocation": "58523:2:16", "nodeType": "VariableDeclaration", "scope": 28341, "src": "58515:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28321, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "58515:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28324, "mutability": "mutable", "name": "p2", "nameLocation": "58541:2:16", "nodeType": "VariableDeclaration", "scope": 28341, "src": "58527:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28323, "name": "string", "nodeType": "ElementaryTypeName", "src": "58527:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28326, "mutability": "mutable", "name": "p3", "nameLocation": "58550:2:16", "nodeType": "VariableDeclaration", "scope": 28341, "src": "58545:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28325, "name": "bool", "nodeType": "ElementaryTypeName", "src": "58545:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "58502:51:16" }, "returnParameters": { "id": 28328, "nodeType": "ParameterList", "parameters": [], "src": "58568:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28364, "nodeType": "FunctionDefinition", "src": "58683:193:16", "nodes": [], "body": { "id": 28363, "nodeType": "Block", "src": "58764:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c737472696e672c6164647265737329", "id": 28355, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "58814:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5c430d475ad8236f34d086a6aae3612106ae74c8621b8677d58f13dcda27570a", "typeString": "literal_string \"log(address,uint256,string,address)\"" }, "value": "log(address,uint256,string,address)" }, { "id": 28356, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28343, "src": "58853:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28357, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28345, "src": "58857:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28358, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28347, "src": "58861:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28359, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28349, "src": "58865:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5c430d475ad8236f34d086a6aae3612106ae74c8621b8677d58f13dcda27570a", "typeString": "literal_string \"log(address,uint256,string,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 28353, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "58790:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28354, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "58794:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "58790:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28360, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "58790:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28352, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "58774:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28361, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "58774:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28362, "nodeType": "ExpressionStatement", "src": "58774:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "58692:3:16", "parameters": { "id": 28350, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28343, "mutability": "mutable", "name": "p0", "nameLocation": "58704:2:16", "nodeType": "VariableDeclaration", "scope": 28364, "src": "58696:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28342, "name": "address", "nodeType": "ElementaryTypeName", "src": "58696:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28345, "mutability": "mutable", "name": "p1", "nameLocation": "58716:2:16", "nodeType": "VariableDeclaration", "scope": 28364, "src": "58708:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28344, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "58708:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28347, "mutability": "mutable", "name": "p2", "nameLocation": "58734:2:16", "nodeType": "VariableDeclaration", "scope": 28364, "src": "58720:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28346, "name": "string", "nodeType": "ElementaryTypeName", "src": "58720:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28349, "mutability": "mutable", "name": "p3", "nameLocation": "58746:2:16", "nodeType": "VariableDeclaration", "scope": 28364, "src": "58738:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28348, "name": "address", "nodeType": "ElementaryTypeName", "src": "58738:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "58695:54:16" }, "returnParameters": { "id": 28351, "nodeType": "ParameterList", "parameters": [], "src": "58764:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28387, "nodeType": "FunctionDefinition", "src": "58882:182:16", "nodes": [], "body": { "id": 28386, "nodeType": "Block", "src": "58954:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c626f6f6c2c75696e7432353629", "id": 28378, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "59004:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_22f6b999343c50207803e85ddd9e714a5457dacc91c49407b8de02bdaf889e5e", "typeString": "literal_string \"log(address,uint256,bool,uint256)\"" }, "value": "log(address,uint256,bool,uint256)" }, { "id": 28379, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28366, "src": "59041:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28380, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28368, "src": "59045:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28381, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28370, "src": "59049:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28382, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28372, "src": "59053:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_22f6b999343c50207803e85ddd9e714a5457dacc91c49407b8de02bdaf889e5e", "typeString": "literal_string \"log(address,uint256,bool,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 28376, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "58980:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28377, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "58984:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "58980:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28383, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "58980:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28375, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "58964:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28384, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "58964:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28385, "nodeType": "ExpressionStatement", "src": "58964:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "58891:3:16", "parameters": { "id": 28373, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28366, "mutability": "mutable", "name": "p0", "nameLocation": "58903:2:16", "nodeType": "VariableDeclaration", "scope": 28387, "src": "58895:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28365, "name": "address", "nodeType": "ElementaryTypeName", "src": "58895:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28368, "mutability": "mutable", "name": "p1", "nameLocation": "58915:2:16", "nodeType": "VariableDeclaration", "scope": 28387, "src": "58907:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28367, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "58907:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28370, "mutability": "mutable", "name": "p2", "nameLocation": "58924:2:16", "nodeType": "VariableDeclaration", "scope": 28387, "src": "58919:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28369, "name": "bool", "nodeType": "ElementaryTypeName", "src": "58919:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28372, "mutability": "mutable", "name": "p3", "nameLocation": "58936:2:16", "nodeType": "VariableDeclaration", "scope": 28387, "src": "58928:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28371, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "58928:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "58894:45:16" }, "returnParameters": { "id": 28374, "nodeType": "ParameterList", "parameters": [], "src": "58954:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28410, "nodeType": "FunctionDefinition", "src": "59070:187:16", "nodes": [], "body": { "id": 28409, "nodeType": "Block", "src": "59148:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c626f6f6c2c737472696e6729", "id": 28401, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "59198:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c5ad85f9b1e72940e5c2ff98bcaf10dac65873a2d1f60566284e5a9bba66ce0b", "typeString": "literal_string \"log(address,uint256,bool,string)\"" }, "value": "log(address,uint256,bool,string)" }, { "id": 28402, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28389, "src": "59234:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28403, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28391, "src": "59238:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28404, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28393, "src": "59242:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28405, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28395, "src": "59246:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c5ad85f9b1e72940e5c2ff98bcaf10dac65873a2d1f60566284e5a9bba66ce0b", "typeString": "literal_string \"log(address,uint256,bool,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 28399, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "59174:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28400, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "59178:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "59174:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28406, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "59174:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28398, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "59158:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28407, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "59158:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28408, "nodeType": "ExpressionStatement", "src": "59158:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "59079:3:16", "parameters": { "id": 28396, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28389, "mutability": "mutable", "name": "p0", "nameLocation": "59091:2:16", "nodeType": "VariableDeclaration", "scope": 28410, "src": "59083:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28388, "name": "address", "nodeType": "ElementaryTypeName", "src": "59083:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28391, "mutability": "mutable", "name": "p1", "nameLocation": "59103:2:16", "nodeType": "VariableDeclaration", "scope": 28410, "src": "59095:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28390, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "59095:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28393, "mutability": "mutable", "name": "p2", "nameLocation": "59112:2:16", "nodeType": "VariableDeclaration", "scope": 28410, "src": "59107:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28392, "name": "bool", "nodeType": "ElementaryTypeName", "src": "59107:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28395, "mutability": "mutable", "name": "p3", "nameLocation": "59130:2:16", "nodeType": "VariableDeclaration", "scope": 28410, "src": "59116:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28394, "name": "string", "nodeType": "ElementaryTypeName", "src": "59116:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "59082:51:16" }, "returnParameters": { "id": 28397, "nodeType": "ParameterList", "parameters": [], "src": "59148:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28433, "nodeType": "FunctionDefinition", "src": "59263:176:16", "nodes": [], "body": { "id": 28432, "nodeType": "Block", "src": "59332:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c626f6f6c2c626f6f6c29", "id": 28424, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "59382:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_3bf5e5379bfb03415fbd47322e912c55a56b102cc24fbed41ca848047f460ae7", "typeString": "literal_string \"log(address,uint256,bool,bool)\"" }, "value": "log(address,uint256,bool,bool)" }, { "id": 28425, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28412, "src": "59416:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28426, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28414, "src": "59420:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28427, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28416, "src": "59424:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28428, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28418, "src": "59428:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_3bf5e5379bfb03415fbd47322e912c55a56b102cc24fbed41ca848047f460ae7", "typeString": "literal_string \"log(address,uint256,bool,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 28422, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "59358:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28423, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "59362:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "59358:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28429, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "59358:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28421, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "59342:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28430, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "59342:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28431, "nodeType": "ExpressionStatement", "src": "59342:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "59272:3:16", "parameters": { "id": 28419, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28412, "mutability": "mutable", "name": "p0", "nameLocation": "59284:2:16", "nodeType": "VariableDeclaration", "scope": 28433, "src": "59276:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28411, "name": "address", "nodeType": "ElementaryTypeName", "src": "59276:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28414, "mutability": "mutable", "name": "p1", "nameLocation": "59296:2:16", "nodeType": "VariableDeclaration", "scope": 28433, "src": "59288:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28413, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "59288:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28416, "mutability": "mutable", "name": "p2", "nameLocation": "59305:2:16", "nodeType": "VariableDeclaration", "scope": 28433, "src": "59300:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28415, "name": "bool", "nodeType": "ElementaryTypeName", "src": "59300:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28418, "mutability": "mutable", "name": "p3", "nameLocation": "59314:2:16", "nodeType": "VariableDeclaration", "scope": 28433, "src": "59309:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28417, "name": "bool", "nodeType": "ElementaryTypeName", "src": "59309:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "59275:42:16" }, "returnParameters": { "id": 28420, "nodeType": "ParameterList", "parameters": [], "src": "59332:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28456, "nodeType": "FunctionDefinition", "src": "59445:182:16", "nodes": [], "body": { "id": 28455, "nodeType": "Block", "src": "59517:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c626f6f6c2c6164647265737329", "id": 28447, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "59567:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_a31bfdcce87cf9e77dc577737a291feb3aa727a8fbb8205e53519527c85ff290", "typeString": "literal_string \"log(address,uint256,bool,address)\"" }, "value": "log(address,uint256,bool,address)" }, { "id": 28448, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28435, "src": "59604:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28449, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28437, "src": "59608:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28450, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28439, "src": "59612:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28451, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28441, "src": "59616:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_a31bfdcce87cf9e77dc577737a291feb3aa727a8fbb8205e53519527c85ff290", "typeString": "literal_string \"log(address,uint256,bool,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 28445, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "59543:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28446, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "59547:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "59543:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28452, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "59543:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28444, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "59527:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28453, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "59527:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28454, "nodeType": "ExpressionStatement", "src": "59527:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "59454:3:16", "parameters": { "id": 28442, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28435, "mutability": "mutable", "name": "p0", "nameLocation": "59466:2:16", "nodeType": "VariableDeclaration", "scope": 28456, "src": "59458:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28434, "name": "address", "nodeType": "ElementaryTypeName", "src": "59458:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28437, "mutability": "mutable", "name": "p1", "nameLocation": "59478:2:16", "nodeType": "VariableDeclaration", "scope": 28456, "src": "59470:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28436, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "59470:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28439, "mutability": "mutable", "name": "p2", "nameLocation": "59487:2:16", "nodeType": "VariableDeclaration", "scope": 28456, "src": "59482:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28438, "name": "bool", "nodeType": "ElementaryTypeName", "src": "59482:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28441, "mutability": "mutable", "name": "p3", "nameLocation": "59499:2:16", "nodeType": "VariableDeclaration", "scope": 28456, "src": "59491:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28440, "name": "address", "nodeType": "ElementaryTypeName", "src": "59491:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "59457:45:16" }, "returnParameters": { "id": 28443, "nodeType": "ParameterList", "parameters": [], "src": "59517:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28479, "nodeType": "FunctionDefinition", "src": "59633:188:16", "nodes": [], "body": { "id": 28478, "nodeType": "Block", "src": "59708:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c616464726573732c75696e7432353629", "id": 28470, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "59758:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_100f650ebf81cb406bb4fb842e06128992c5a86986b0eab3b9e965c3254516e6", "typeString": "literal_string \"log(address,uint256,address,uint256)\"" }, "value": "log(address,uint256,address,uint256)" }, { "id": 28471, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28458, "src": "59798:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28472, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28460, "src": "59802:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28473, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28462, "src": "59806:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28474, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28464, "src": "59810:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_100f650ebf81cb406bb4fb842e06128992c5a86986b0eab3b9e965c3254516e6", "typeString": "literal_string \"log(address,uint256,address,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 28468, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "59734:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28469, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "59738:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "59734:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28475, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "59734:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28467, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "59718:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28476, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "59718:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28477, "nodeType": "ExpressionStatement", "src": "59718:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "59642:3:16", "parameters": { "id": 28465, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28458, "mutability": "mutable", "name": "p0", "nameLocation": "59654:2:16", "nodeType": "VariableDeclaration", "scope": 28479, "src": "59646:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28457, "name": "address", "nodeType": "ElementaryTypeName", "src": "59646:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28460, "mutability": "mutable", "name": "p1", "nameLocation": "59666:2:16", "nodeType": "VariableDeclaration", "scope": 28479, "src": "59658:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28459, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "59658:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28462, "mutability": "mutable", "name": "p2", "nameLocation": "59678:2:16", "nodeType": "VariableDeclaration", "scope": 28479, "src": "59670:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28461, "name": "address", "nodeType": "ElementaryTypeName", "src": "59670:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28464, "mutability": "mutable", "name": "p3", "nameLocation": "59690:2:16", "nodeType": "VariableDeclaration", "scope": 28479, "src": "59682:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28463, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "59682:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "59645:48:16" }, "returnParameters": { "id": 28466, "nodeType": "ParameterList", "parameters": [], "src": "59708:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28502, "nodeType": "FunctionDefinition", "src": "59827:193:16", "nodes": [], "body": { "id": 28501, "nodeType": "Block", "src": "59908:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c616464726573732c737472696e6729", "id": 28493, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "59958:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1da986ea2505037a166dd31728d673db1dd36bf0935c0201f0d23934a6acafdb", "typeString": "literal_string \"log(address,uint256,address,string)\"" }, "value": "log(address,uint256,address,string)" }, { "id": 28494, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28481, "src": "59997:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28495, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28483, "src": "60001:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28496, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28485, "src": "60005:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28497, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28487, "src": "60009:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1da986ea2505037a166dd31728d673db1dd36bf0935c0201f0d23934a6acafdb", "typeString": "literal_string \"log(address,uint256,address,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 28491, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "59934:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28492, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "59938:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "59934:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28498, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "59934:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28490, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "59918:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28499, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "59918:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28500, "nodeType": "ExpressionStatement", "src": "59918:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "59836:3:16", "parameters": { "id": 28488, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28481, "mutability": "mutable", "name": "p0", "nameLocation": "59848:2:16", "nodeType": "VariableDeclaration", "scope": 28502, "src": "59840:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28480, "name": "address", "nodeType": "ElementaryTypeName", "src": "59840:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28483, "mutability": "mutable", "name": "p1", "nameLocation": "59860:2:16", "nodeType": "VariableDeclaration", "scope": 28502, "src": "59852:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28482, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "59852:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28485, "mutability": "mutable", "name": "p2", "nameLocation": "59872:2:16", "nodeType": "VariableDeclaration", "scope": 28502, "src": "59864:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28484, "name": "address", "nodeType": "ElementaryTypeName", "src": "59864:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28487, "mutability": "mutable", "name": "p3", "nameLocation": "59890:2:16", "nodeType": "VariableDeclaration", "scope": 28502, "src": "59876:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28486, "name": "string", "nodeType": "ElementaryTypeName", "src": "59876:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "59839:54:16" }, "returnParameters": { "id": 28489, "nodeType": "ParameterList", "parameters": [], "src": "59908:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28525, "nodeType": "FunctionDefinition", "src": "60026:182:16", "nodes": [], "body": { "id": 28524, "nodeType": "Block", "src": "60098:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c616464726573732c626f6f6c29", "id": 28516, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "60148:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_a1bcc9b3f106a0ac6ebf0cd2eda5f636e4ab1afa891b1acb460dd180f14bb322", "typeString": "literal_string \"log(address,uint256,address,bool)\"" }, "value": "log(address,uint256,address,bool)" }, { "id": 28517, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28504, "src": "60185:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28518, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28506, "src": "60189:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28519, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28508, "src": "60193:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28520, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28510, "src": "60197:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_a1bcc9b3f106a0ac6ebf0cd2eda5f636e4ab1afa891b1acb460dd180f14bb322", "typeString": "literal_string \"log(address,uint256,address,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 28514, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "60124:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28515, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "60128:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "60124:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28521, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "60124:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28513, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "60108:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28522, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "60108:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28523, "nodeType": "ExpressionStatement", "src": "60108:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "60035:3:16", "parameters": { "id": 28511, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28504, "mutability": "mutable", "name": "p0", "nameLocation": "60047:2:16", "nodeType": "VariableDeclaration", "scope": 28525, "src": "60039:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28503, "name": "address", "nodeType": "ElementaryTypeName", "src": "60039:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28506, "mutability": "mutable", "name": "p1", "nameLocation": "60059:2:16", "nodeType": "VariableDeclaration", "scope": 28525, "src": "60051:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28505, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "60051:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28508, "mutability": "mutable", "name": "p2", "nameLocation": "60071:2:16", "nodeType": "VariableDeclaration", "scope": 28525, "src": "60063:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28507, "name": "address", "nodeType": "ElementaryTypeName", "src": "60063:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28510, "mutability": "mutable", "name": "p3", "nameLocation": "60080:2:16", "nodeType": "VariableDeclaration", "scope": 28525, "src": "60075:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28509, "name": "bool", "nodeType": "ElementaryTypeName", "src": "60075:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "60038:45:16" }, "returnParameters": { "id": 28512, "nodeType": "ParameterList", "parameters": [], "src": "60098:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28548, "nodeType": "FunctionDefinition", "src": "60214:188:16", "nodes": [], "body": { "id": 28547, "nodeType": "Block", "src": "60289:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c75696e743235362c616464726573732c6164647265737329", "id": 28539, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "60339:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_478d1c625a50f0548fbd6ce5c9463f034dc2ce146c930b3546dac402346457d4", "typeString": "literal_string \"log(address,uint256,address,address)\"" }, "value": "log(address,uint256,address,address)" }, { "id": 28540, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28527, "src": "60379:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28541, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28529, "src": "60383:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28542, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28531, "src": "60387:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28543, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28533, "src": "60391:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_478d1c625a50f0548fbd6ce5c9463f034dc2ce146c930b3546dac402346457d4", "typeString": "literal_string \"log(address,uint256,address,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 28537, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "60315:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28538, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "60319:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "60315:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28544, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "60315:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28536, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "60299:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28545, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "60299:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28546, "nodeType": "ExpressionStatement", "src": "60299:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "60223:3:16", "parameters": { "id": 28534, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28527, "mutability": "mutable", "name": "p0", "nameLocation": "60235:2:16", "nodeType": "VariableDeclaration", "scope": 28548, "src": "60227:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28526, "name": "address", "nodeType": "ElementaryTypeName", "src": "60227:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28529, "mutability": "mutable", "name": "p1", "nameLocation": "60247:2:16", "nodeType": "VariableDeclaration", "scope": 28548, "src": "60239:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28528, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "60239:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28531, "mutability": "mutable", "name": "p2", "nameLocation": "60259:2:16", "nodeType": "VariableDeclaration", "scope": 28548, "src": "60251:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28530, "name": "address", "nodeType": "ElementaryTypeName", "src": "60251:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28533, "mutability": "mutable", "name": "p3", "nameLocation": "60271:2:16", "nodeType": "VariableDeclaration", "scope": 28548, "src": "60263:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28532, "name": "address", "nodeType": "ElementaryTypeName", "src": "60263:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "60226:48:16" }, "returnParameters": { "id": 28535, "nodeType": "ParameterList", "parameters": [], "src": "60289:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28571, "nodeType": "FunctionDefinition", "src": "60408:193:16", "nodes": [], "body": { "id": 28570, "nodeType": "Block", "src": "60489:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c75696e743235362c75696e7432353629", "id": 28562, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "60539:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_1dc8e1b86f5e8cc33f88f9c9577316d392566cde443e43069eebe8e56a0a0562", "typeString": "literal_string \"log(address,string,uint256,uint256)\"" }, "value": "log(address,string,uint256,uint256)" }, { "id": 28563, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28550, "src": "60578:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28564, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28552, "src": "60582:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28565, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28554, "src": "60586:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28566, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28556, "src": "60590:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_1dc8e1b86f5e8cc33f88f9c9577316d392566cde443e43069eebe8e56a0a0562", "typeString": "literal_string \"log(address,string,uint256,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 28560, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "60515:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28561, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "60519:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "60515:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28567, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "60515:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28559, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "60499:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28568, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "60499:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28569, "nodeType": "ExpressionStatement", "src": "60499:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "60417:3:16", "parameters": { "id": 28557, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28550, "mutability": "mutable", "name": "p0", "nameLocation": "60429:2:16", "nodeType": "VariableDeclaration", "scope": 28571, "src": "60421:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28549, "name": "address", "nodeType": "ElementaryTypeName", "src": "60421:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28552, "mutability": "mutable", "name": "p1", "nameLocation": "60447:2:16", "nodeType": "VariableDeclaration", "scope": 28571, "src": "60433:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28551, "name": "string", "nodeType": "ElementaryTypeName", "src": "60433:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28554, "mutability": "mutable", "name": "p2", "nameLocation": "60459:2:16", "nodeType": "VariableDeclaration", "scope": 28571, "src": "60451:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28553, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "60451:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28556, "mutability": "mutable", "name": "p3", "nameLocation": "60471:2:16", "nodeType": "VariableDeclaration", "scope": 28571, "src": "60463:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28555, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "60463:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "60420:54:16" }, "returnParameters": { "id": 28558, "nodeType": "ParameterList", "parameters": [], "src": "60489:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28594, "nodeType": "FunctionDefinition", "src": "60607:198:16", "nodes": [], "body": { "id": 28593, "nodeType": "Block", "src": "60694:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c75696e743235362c737472696e6729", "id": 28585, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "60744:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_448830a8c1281c2ef562207eb8a81eaf8ce3a05f5db2e480f1a7741f740725d3", "typeString": "literal_string \"log(address,string,uint256,string)\"" }, "value": "log(address,string,uint256,string)" }, { "id": 28586, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28573, "src": "60782:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28587, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28575, "src": "60786:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28588, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28577, "src": "60790:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28589, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28579, "src": "60794:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_448830a8c1281c2ef562207eb8a81eaf8ce3a05f5db2e480f1a7741f740725d3", "typeString": "literal_string \"log(address,string,uint256,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 28583, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "60720:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28584, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "60724:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "60720:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28590, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "60720:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28582, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "60704:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28591, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "60704:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28592, "nodeType": "ExpressionStatement", "src": "60704:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "60616:3:16", "parameters": { "id": 28580, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28573, "mutability": "mutable", "name": "p0", "nameLocation": "60628:2:16", "nodeType": "VariableDeclaration", "scope": 28594, "src": "60620:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28572, "name": "address", "nodeType": "ElementaryTypeName", "src": "60620:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28575, "mutability": "mutable", "name": "p1", "nameLocation": "60646:2:16", "nodeType": "VariableDeclaration", "scope": 28594, "src": "60632:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28574, "name": "string", "nodeType": "ElementaryTypeName", "src": "60632:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28577, "mutability": "mutable", "name": "p2", "nameLocation": "60658:2:16", "nodeType": "VariableDeclaration", "scope": 28594, "src": "60650:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28576, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "60650:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28579, "mutability": "mutable", "name": "p3", "nameLocation": "60676:2:16", "nodeType": "VariableDeclaration", "scope": 28594, "src": "60662:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28578, "name": "string", "nodeType": "ElementaryTypeName", "src": "60662:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "60619:60:16" }, "returnParameters": { "id": 28581, "nodeType": "ParameterList", "parameters": [], "src": "60694:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28617, "nodeType": "FunctionDefinition", "src": "60811:187:16", "nodes": [], "body": { "id": 28616, "nodeType": "Block", "src": "60889:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c75696e743235362c626f6f6c29", "id": 28608, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "60939:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_0ef7e050655c297a96024e476b2cd79b6c7fd3efbcd797a5d2723a888114ada4", "typeString": "literal_string \"log(address,string,uint256,bool)\"" }, "value": "log(address,string,uint256,bool)" }, { "id": 28609, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28596, "src": "60975:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28610, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28598, "src": "60979:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28611, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28600, "src": "60983:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28612, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28602, "src": "60987:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_0ef7e050655c297a96024e476b2cd79b6c7fd3efbcd797a5d2723a888114ada4", "typeString": "literal_string \"log(address,string,uint256,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 28606, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "60915:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28607, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "60919:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "60915:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28613, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "60915:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28605, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "60899:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28614, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "60899:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28615, "nodeType": "ExpressionStatement", "src": "60899:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "60820:3:16", "parameters": { "id": 28603, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28596, "mutability": "mutable", "name": "p0", "nameLocation": "60832:2:16", "nodeType": "VariableDeclaration", "scope": 28617, "src": "60824:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28595, "name": "address", "nodeType": "ElementaryTypeName", "src": "60824:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28598, "mutability": "mutable", "name": "p1", "nameLocation": "60850:2:16", "nodeType": "VariableDeclaration", "scope": 28617, "src": "60836:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28597, "name": "string", "nodeType": "ElementaryTypeName", "src": "60836:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28600, "mutability": "mutable", "name": "p2", "nameLocation": "60862:2:16", "nodeType": "VariableDeclaration", "scope": 28617, "src": "60854:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28599, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "60854:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28602, "mutability": "mutable", "name": "p3", "nameLocation": "60871:2:16", "nodeType": "VariableDeclaration", "scope": 28617, "src": "60866:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28601, "name": "bool", "nodeType": "ElementaryTypeName", "src": "60866:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "60823:51:16" }, "returnParameters": { "id": 28604, "nodeType": "ParameterList", "parameters": [], "src": "60889:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28640, "nodeType": "FunctionDefinition", "src": "61004:193:16", "nodes": [], "body": { "id": 28639, "nodeType": "Block", "src": "61085:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c75696e743235362c6164647265737329", "id": 28631, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "61135:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_631836789e813227d6b1cf492359a1dbdd837663758bd3e55e319e4a730f0a18", "typeString": "literal_string \"log(address,string,uint256,address)\"" }, "value": "log(address,string,uint256,address)" }, { "id": 28632, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28619, "src": "61174:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28633, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28621, "src": "61178:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28634, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28623, "src": "61182:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28635, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28625, "src": "61186:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_631836789e813227d6b1cf492359a1dbdd837663758bd3e55e319e4a730f0a18", "typeString": "literal_string \"log(address,string,uint256,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 28629, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "61111:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28630, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "61115:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "61111:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28636, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "61111:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28628, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "61095:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28637, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "61095:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28638, "nodeType": "ExpressionStatement", "src": "61095:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "61013:3:16", "parameters": { "id": 28626, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28619, "mutability": "mutable", "name": "p0", "nameLocation": "61025:2:16", "nodeType": "VariableDeclaration", "scope": 28640, "src": "61017:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28618, "name": "address", "nodeType": "ElementaryTypeName", "src": "61017:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28621, "mutability": "mutable", "name": "p1", "nameLocation": "61043:2:16", "nodeType": "VariableDeclaration", "scope": 28640, "src": "61029:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28620, "name": "string", "nodeType": "ElementaryTypeName", "src": "61029:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28623, "mutability": "mutable", "name": "p2", "nameLocation": "61055:2:16", "nodeType": "VariableDeclaration", "scope": 28640, "src": "61047:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28622, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "61047:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28625, "mutability": "mutable", "name": "p3", "nameLocation": "61067:2:16", "nodeType": "VariableDeclaration", "scope": 28640, "src": "61059:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28624, "name": "address", "nodeType": "ElementaryTypeName", "src": "61059:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "61016:54:16" }, "returnParameters": { "id": 28627, "nodeType": "ParameterList", "parameters": [], "src": "61085:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28663, "nodeType": "FunctionDefinition", "src": "61203:198:16", "nodes": [], "body": { "id": 28662, "nodeType": "Block", "src": "61290:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c737472696e672c75696e7432353629", "id": 28654, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "61340:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_159f89272dbf40436b74fcc844c992c1f5cc6a7cc05a9db80782be1a20a8f265", "typeString": "literal_string \"log(address,string,string,uint256)\"" }, "value": "log(address,string,string,uint256)" }, { "id": 28655, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28642, "src": "61378:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28656, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28644, "src": "61382:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28657, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28646, "src": "61386:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28658, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28648, "src": "61390:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_159f89272dbf40436b74fcc844c992c1f5cc6a7cc05a9db80782be1a20a8f265", "typeString": "literal_string \"log(address,string,string,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 28652, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "61316:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28653, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "61320:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "61316:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28659, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "61316:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28651, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "61300:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28660, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "61300:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28661, "nodeType": "ExpressionStatement", "src": "61300:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "61212:3:16", "parameters": { "id": 28649, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28642, "mutability": "mutable", "name": "p0", "nameLocation": "61224:2:16", "nodeType": "VariableDeclaration", "scope": 28663, "src": "61216:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28641, "name": "address", "nodeType": "ElementaryTypeName", "src": "61216:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28644, "mutability": "mutable", "name": "p1", "nameLocation": "61242:2:16", "nodeType": "VariableDeclaration", "scope": 28663, "src": "61228:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28643, "name": "string", "nodeType": "ElementaryTypeName", "src": "61228:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28646, "mutability": "mutable", "name": "p2", "nameLocation": "61260:2:16", "nodeType": "VariableDeclaration", "scope": 28663, "src": "61246:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28645, "name": "string", "nodeType": "ElementaryTypeName", "src": "61246:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28648, "mutability": "mutable", "name": "p3", "nameLocation": "61272:2:16", "nodeType": "VariableDeclaration", "scope": 28663, "src": "61264:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28647, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "61264:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "61215:60:16" }, "returnParameters": { "id": 28650, "nodeType": "ParameterList", "parameters": [], "src": "61290:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28686, "nodeType": "FunctionDefinition", "src": "61407:203:16", "nodes": [], "body": { "id": 28685, "nodeType": "Block", "src": "61500:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c737472696e672c737472696e6729", "id": 28677, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "61550:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5d02c50b371ad9a1f5c638dc99b5e9b545011f148f0be5233c530a4b2a12665c", "typeString": "literal_string \"log(address,string,string,string)\"" }, "value": "log(address,string,string,string)" }, { "id": 28678, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28665, "src": "61587:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28679, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28667, "src": "61591:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28680, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28669, "src": "61595:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28681, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28671, "src": "61599:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5d02c50b371ad9a1f5c638dc99b5e9b545011f148f0be5233c530a4b2a12665c", "typeString": "literal_string \"log(address,string,string,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 28675, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "61526:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28676, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "61530:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "61526:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28682, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "61526:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28674, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "61510:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28683, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "61510:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28684, "nodeType": "ExpressionStatement", "src": "61510:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "61416:3:16", "parameters": { "id": 28672, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28665, "mutability": "mutable", "name": "p0", "nameLocation": "61428:2:16", "nodeType": "VariableDeclaration", "scope": 28686, "src": "61420:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28664, "name": "address", "nodeType": "ElementaryTypeName", "src": "61420:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28667, "mutability": "mutable", "name": "p1", "nameLocation": "61446:2:16", "nodeType": "VariableDeclaration", "scope": 28686, "src": "61432:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28666, "name": "string", "nodeType": "ElementaryTypeName", "src": "61432:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28669, "mutability": "mutable", "name": "p2", "nameLocation": "61464:2:16", "nodeType": "VariableDeclaration", "scope": 28686, "src": "61450:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28668, "name": "string", "nodeType": "ElementaryTypeName", "src": "61450:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28671, "mutability": "mutable", "name": "p3", "nameLocation": "61482:2:16", "nodeType": "VariableDeclaration", "scope": 28686, "src": "61468:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28670, "name": "string", "nodeType": "ElementaryTypeName", "src": "61468:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "61419:66:16" }, "returnParameters": { "id": 28673, "nodeType": "ParameterList", "parameters": [], "src": "61500:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28709, "nodeType": "FunctionDefinition", "src": "61616:192:16", "nodes": [], "body": { "id": 28708, "nodeType": "Block", "src": "61700:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c737472696e672c626f6f6c29", "id": 28700, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "61750:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_35a5071fa9f4610e50772083182f21e949e7a02301a3936e315dd1c4fc39a9ed", "typeString": "literal_string \"log(address,string,string,bool)\"" }, "value": "log(address,string,string,bool)" }, { "id": 28701, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28688, "src": "61785:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28702, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28690, "src": "61789:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28703, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28692, "src": "61793:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28704, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28694, "src": "61797:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_35a5071fa9f4610e50772083182f21e949e7a02301a3936e315dd1c4fc39a9ed", "typeString": "literal_string \"log(address,string,string,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 28698, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "61726:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28699, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "61730:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "61726:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28705, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "61726:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28697, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "61710:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28706, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "61710:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28707, "nodeType": "ExpressionStatement", "src": "61710:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "61625:3:16", "parameters": { "id": 28695, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28688, "mutability": "mutable", "name": "p0", "nameLocation": "61637:2:16", "nodeType": "VariableDeclaration", "scope": 28709, "src": "61629:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28687, "name": "address", "nodeType": "ElementaryTypeName", "src": "61629:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28690, "mutability": "mutable", "name": "p1", "nameLocation": "61655:2:16", "nodeType": "VariableDeclaration", "scope": 28709, "src": "61641:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28689, "name": "string", "nodeType": "ElementaryTypeName", "src": "61641:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28692, "mutability": "mutable", "name": "p2", "nameLocation": "61673:2:16", "nodeType": "VariableDeclaration", "scope": 28709, "src": "61659:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28691, "name": "string", "nodeType": "ElementaryTypeName", "src": "61659:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28694, "mutability": "mutable", "name": "p3", "nameLocation": "61682:2:16", "nodeType": "VariableDeclaration", "scope": 28709, "src": "61677:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28693, "name": "bool", "nodeType": "ElementaryTypeName", "src": "61677:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "61628:57:16" }, "returnParameters": { "id": 28696, "nodeType": "ParameterList", "parameters": [], "src": "61700:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28732, "nodeType": "FunctionDefinition", "src": "61814:198:16", "nodes": [], "body": { "id": 28731, "nodeType": "Block", "src": "61901:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c737472696e672c6164647265737329", "id": 28723, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "61951:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_a04e2f87a739673cc9223810c24b00b35c6b2c9f3ef123cc82866752e1fa816f", "typeString": "literal_string \"log(address,string,string,address)\"" }, "value": "log(address,string,string,address)" }, { "id": 28724, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28711, "src": "61989:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28725, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28713, "src": "61993:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28726, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28715, "src": "61997:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28727, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28717, "src": "62001:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_a04e2f87a739673cc9223810c24b00b35c6b2c9f3ef123cc82866752e1fa816f", "typeString": "literal_string \"log(address,string,string,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 28721, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "61927:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28722, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "61931:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "61927:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28728, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "61927:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28720, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "61911:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28729, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "61911:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28730, "nodeType": "ExpressionStatement", "src": "61911:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "61823:3:16", "parameters": { "id": 28718, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28711, "mutability": "mutable", "name": "p0", "nameLocation": "61835:2:16", "nodeType": "VariableDeclaration", "scope": 28732, "src": "61827:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28710, "name": "address", "nodeType": "ElementaryTypeName", "src": "61827:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28713, "mutability": "mutable", "name": "p1", "nameLocation": "61853:2:16", "nodeType": "VariableDeclaration", "scope": 28732, "src": "61839:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28712, "name": "string", "nodeType": "ElementaryTypeName", "src": "61839:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28715, "mutability": "mutable", "name": "p2", "nameLocation": "61871:2:16", "nodeType": "VariableDeclaration", "scope": 28732, "src": "61857:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28714, "name": "string", "nodeType": "ElementaryTypeName", "src": "61857:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28717, "mutability": "mutable", "name": "p3", "nameLocation": "61883:2:16", "nodeType": "VariableDeclaration", "scope": 28732, "src": "61875:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28716, "name": "address", "nodeType": "ElementaryTypeName", "src": "61875:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "61826:60:16" }, "returnParameters": { "id": 28719, "nodeType": "ParameterList", "parameters": [], "src": "61901:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28755, "nodeType": "FunctionDefinition", "src": "62018:187:16", "nodes": [], "body": { "id": 28754, "nodeType": "Block", "src": "62096:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c626f6f6c2c75696e7432353629", "id": 28746, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "62146:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_515e38b61b40d622a4c0448953be005b3991f6a70155c59b5dca42a264aa0345", "typeString": "literal_string \"log(address,string,bool,uint256)\"" }, "value": "log(address,string,bool,uint256)" }, { "id": 28747, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28734, "src": "62182:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28748, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28736, "src": "62186:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28749, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28738, "src": "62190:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28750, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28740, "src": "62194:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_515e38b61b40d622a4c0448953be005b3991f6a70155c59b5dca42a264aa0345", "typeString": "literal_string \"log(address,string,bool,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 28744, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "62122:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28745, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "62126:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "62122:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28751, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "62122:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28743, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "62106:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28752, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "62106:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28753, "nodeType": "ExpressionStatement", "src": "62106:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "62027:3:16", "parameters": { "id": 28741, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28734, "mutability": "mutable", "name": "p0", "nameLocation": "62039:2:16", "nodeType": "VariableDeclaration", "scope": 28755, "src": "62031:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28733, "name": "address", "nodeType": "ElementaryTypeName", "src": "62031:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28736, "mutability": "mutable", "name": "p1", "nameLocation": "62057:2:16", "nodeType": "VariableDeclaration", "scope": 28755, "src": "62043:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28735, "name": "string", "nodeType": "ElementaryTypeName", "src": "62043:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28738, "mutability": "mutable", "name": "p2", "nameLocation": "62066:2:16", "nodeType": "VariableDeclaration", "scope": 28755, "src": "62061:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28737, "name": "bool", "nodeType": "ElementaryTypeName", "src": "62061:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28740, "mutability": "mutable", "name": "p3", "nameLocation": "62078:2:16", "nodeType": "VariableDeclaration", "scope": 28755, "src": "62070:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28739, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "62070:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "62030:51:16" }, "returnParameters": { "id": 28742, "nodeType": "ParameterList", "parameters": [], "src": "62096:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28778, "nodeType": "FunctionDefinition", "src": "62211:192:16", "nodes": [], "body": { "id": 28777, "nodeType": "Block", "src": "62295:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c626f6f6c2c737472696e6729", "id": 28769, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "62345:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_bc0b61fe9497b47eb6a51a5a6a4bf26b32ddcbc9407ccae8cc7de64b3e3d84cc", "typeString": "literal_string \"log(address,string,bool,string)\"" }, "value": "log(address,string,bool,string)" }, { "id": 28770, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28757, "src": "62380:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28771, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28759, "src": "62384:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28772, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28761, "src": "62388:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28773, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28763, "src": "62392:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_bc0b61fe9497b47eb6a51a5a6a4bf26b32ddcbc9407ccae8cc7de64b3e3d84cc", "typeString": "literal_string \"log(address,string,bool,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 28767, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "62321:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28768, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "62325:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "62321:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28774, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "62321:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28766, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "62305:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28775, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "62305:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28776, "nodeType": "ExpressionStatement", "src": "62305:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "62220:3:16", "parameters": { "id": 28764, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28757, "mutability": "mutable", "name": "p0", "nameLocation": "62232:2:16", "nodeType": "VariableDeclaration", "scope": 28778, "src": "62224:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28756, "name": "address", "nodeType": "ElementaryTypeName", "src": "62224:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28759, "mutability": "mutable", "name": "p1", "nameLocation": "62250:2:16", "nodeType": "VariableDeclaration", "scope": 28778, "src": "62236:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28758, "name": "string", "nodeType": "ElementaryTypeName", "src": "62236:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28761, "mutability": "mutable", "name": "p2", "nameLocation": "62259:2:16", "nodeType": "VariableDeclaration", "scope": 28778, "src": "62254:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28760, "name": "bool", "nodeType": "ElementaryTypeName", "src": "62254:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28763, "mutability": "mutable", "name": "p3", "nameLocation": "62277:2:16", "nodeType": "VariableDeclaration", "scope": 28778, "src": "62263:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28762, "name": "string", "nodeType": "ElementaryTypeName", "src": "62263:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "62223:57:16" }, "returnParameters": { "id": 28765, "nodeType": "ParameterList", "parameters": [], "src": "62295:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28801, "nodeType": "FunctionDefinition", "src": "62409:181:16", "nodes": [], "body": { "id": 28800, "nodeType": "Block", "src": "62484:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c626f6f6c2c626f6f6c29", "id": 28792, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "62534:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_5f1d5c9f0de8c048364058d1d6842804ada33dbc34bf9eaff8f2be978f384e08", "typeString": "literal_string \"log(address,string,bool,bool)\"" }, "value": "log(address,string,bool,bool)" }, { "id": 28793, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28780, "src": "62567:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28794, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28782, "src": "62571:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28795, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28784, "src": "62575:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28796, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28786, "src": "62579:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_5f1d5c9f0de8c048364058d1d6842804ada33dbc34bf9eaff8f2be978f384e08", "typeString": "literal_string \"log(address,string,bool,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 28790, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "62510:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28791, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "62514:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "62510:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28797, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "62510:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28789, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "62494:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28798, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "62494:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28799, "nodeType": "ExpressionStatement", "src": "62494:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "62418:3:16", "parameters": { "id": 28787, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28780, "mutability": "mutable", "name": "p0", "nameLocation": "62430:2:16", "nodeType": "VariableDeclaration", "scope": 28801, "src": "62422:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28779, "name": "address", "nodeType": "ElementaryTypeName", "src": "62422:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28782, "mutability": "mutable", "name": "p1", "nameLocation": "62448:2:16", "nodeType": "VariableDeclaration", "scope": 28801, "src": "62434:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28781, "name": "string", "nodeType": "ElementaryTypeName", "src": "62434:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28784, "mutability": "mutable", "name": "p2", "nameLocation": "62457:2:16", "nodeType": "VariableDeclaration", "scope": 28801, "src": "62452:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28783, "name": "bool", "nodeType": "ElementaryTypeName", "src": "62452:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28786, "mutability": "mutable", "name": "p3", "nameLocation": "62466:2:16", "nodeType": "VariableDeclaration", "scope": 28801, "src": "62461:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28785, "name": "bool", "nodeType": "ElementaryTypeName", "src": "62461:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "62421:48:16" }, "returnParameters": { "id": 28788, "nodeType": "ParameterList", "parameters": [], "src": "62484:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28824, "nodeType": "FunctionDefinition", "src": "62596:187:16", "nodes": [], "body": { "id": 28823, "nodeType": "Block", "src": "62674:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c626f6f6c2c6164647265737329", "id": 28815, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "62724:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_205871c2f2d320acdd350939b5fc035cc20b1a9cc058fb26f1c9fb3d2ba59970", "typeString": "literal_string \"log(address,string,bool,address)\"" }, "value": "log(address,string,bool,address)" }, { "id": 28816, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28803, "src": "62760:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28817, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28805, "src": "62764:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28818, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28807, "src": "62768:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28819, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28809, "src": "62772:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_205871c2f2d320acdd350939b5fc035cc20b1a9cc058fb26f1c9fb3d2ba59970", "typeString": "literal_string \"log(address,string,bool,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 28813, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "62700:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28814, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "62704:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "62700:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28820, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "62700:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28812, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "62684:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28821, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "62684:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28822, "nodeType": "ExpressionStatement", "src": "62684:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "62605:3:16", "parameters": { "id": 28810, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28803, "mutability": "mutable", "name": "p0", "nameLocation": "62617:2:16", "nodeType": "VariableDeclaration", "scope": 28824, "src": "62609:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28802, "name": "address", "nodeType": "ElementaryTypeName", "src": "62609:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28805, "mutability": "mutable", "name": "p1", "nameLocation": "62635:2:16", "nodeType": "VariableDeclaration", "scope": 28824, "src": "62621:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28804, "name": "string", "nodeType": "ElementaryTypeName", "src": "62621:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28807, "mutability": "mutable", "name": "p2", "nameLocation": "62644:2:16", "nodeType": "VariableDeclaration", "scope": 28824, "src": "62639:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28806, "name": "bool", "nodeType": "ElementaryTypeName", "src": "62639:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28809, "mutability": "mutable", "name": "p3", "nameLocation": "62656:2:16", "nodeType": "VariableDeclaration", "scope": 28824, "src": "62648:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28808, "name": "address", "nodeType": "ElementaryTypeName", "src": "62648:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "62608:51:16" }, "returnParameters": { "id": 28811, "nodeType": "ParameterList", "parameters": [], "src": "62674:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28847, "nodeType": "FunctionDefinition", "src": "62789:193:16", "nodes": [], "body": { "id": 28846, "nodeType": "Block", "src": "62870:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c616464726573732c75696e7432353629", "id": 28838, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "62920:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_457fe3cf7da0d45ce051e53ef9adc21213d4d7779b5a0fadf99dea432be4beb7", "typeString": "literal_string \"log(address,string,address,uint256)\"" }, "value": "log(address,string,address,uint256)" }, { "id": 28839, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28826, "src": "62959:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28840, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28828, "src": "62963:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28841, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28830, "src": "62967:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28842, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28832, "src": "62971:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_457fe3cf7da0d45ce051e53ef9adc21213d4d7779b5a0fadf99dea432be4beb7", "typeString": "literal_string \"log(address,string,address,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 28836, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "62896:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28837, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "62900:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "62896:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28843, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "62896:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28835, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "62880:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28844, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "62880:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28845, "nodeType": "ExpressionStatement", "src": "62880:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "62798:3:16", "parameters": { "id": 28833, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28826, "mutability": "mutable", "name": "p0", "nameLocation": "62810:2:16", "nodeType": "VariableDeclaration", "scope": 28847, "src": "62802:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28825, "name": "address", "nodeType": "ElementaryTypeName", "src": "62802:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28828, "mutability": "mutable", "name": "p1", "nameLocation": "62828:2:16", "nodeType": "VariableDeclaration", "scope": 28847, "src": "62814:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28827, "name": "string", "nodeType": "ElementaryTypeName", "src": "62814:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28830, "mutability": "mutable", "name": "p2", "nameLocation": "62840:2:16", "nodeType": "VariableDeclaration", "scope": 28847, "src": "62832:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28829, "name": "address", "nodeType": "ElementaryTypeName", "src": "62832:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28832, "mutability": "mutable", "name": "p3", "nameLocation": "62852:2:16", "nodeType": "VariableDeclaration", "scope": 28847, "src": "62844:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28831, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "62844:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "62801:54:16" }, "returnParameters": { "id": 28834, "nodeType": "ParameterList", "parameters": [], "src": "62870:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28870, "nodeType": "FunctionDefinition", "src": "62988:198:16", "nodes": [], "body": { "id": 28869, "nodeType": "Block", "src": "63075:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c616464726573732c737472696e6729", "id": 28861, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "63125:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_f7e3624510fc5618feb98a49f5d4404e3749dacbdc916c267fea7b2051a08dea", "typeString": "literal_string \"log(address,string,address,string)\"" }, "value": "log(address,string,address,string)" }, { "id": 28862, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28849, "src": "63163:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28863, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28851, "src": "63167:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28864, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28853, "src": "63171:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28865, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28855, "src": "63175:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_f7e3624510fc5618feb98a49f5d4404e3749dacbdc916c267fea7b2051a08dea", "typeString": "literal_string \"log(address,string,address,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 28859, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "63101:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28860, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "63105:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "63101:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28866, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "63101:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28858, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "63085:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28867, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "63085:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28868, "nodeType": "ExpressionStatement", "src": "63085:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "62997:3:16", "parameters": { "id": 28856, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28849, "mutability": "mutable", "name": "p0", "nameLocation": "63009:2:16", "nodeType": "VariableDeclaration", "scope": 28870, "src": "63001:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28848, "name": "address", "nodeType": "ElementaryTypeName", "src": "63001:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28851, "mutability": "mutable", "name": "p1", "nameLocation": "63027:2:16", "nodeType": "VariableDeclaration", "scope": 28870, "src": "63013:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28850, "name": "string", "nodeType": "ElementaryTypeName", "src": "63013:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28853, "mutability": "mutable", "name": "p2", "nameLocation": "63039:2:16", "nodeType": "VariableDeclaration", "scope": 28870, "src": "63031:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28852, "name": "address", "nodeType": "ElementaryTypeName", "src": "63031:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28855, "mutability": "mutable", "name": "p3", "nameLocation": "63057:2:16", "nodeType": "VariableDeclaration", "scope": 28870, "src": "63043:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28854, "name": "string", "nodeType": "ElementaryTypeName", "src": "63043:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "63000:60:16" }, "returnParameters": { "id": 28857, "nodeType": "ParameterList", "parameters": [], "src": "63075:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28893, "nodeType": "FunctionDefinition", "src": "63192:187:16", "nodes": [], "body": { "id": 28892, "nodeType": "Block", "src": "63270:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c616464726573732c626f6f6c29", "id": 28884, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "63320:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_0df12b7620e0bad204ac79fe9930fef9b9a40702161764a681594d50d657b081", "typeString": "literal_string \"log(address,string,address,bool)\"" }, "value": "log(address,string,address,bool)" }, { "id": 28885, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28872, "src": "63356:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28886, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28874, "src": "63360:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28887, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28876, "src": "63364:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28888, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28878, "src": "63368:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_0df12b7620e0bad204ac79fe9930fef9b9a40702161764a681594d50d657b081", "typeString": "literal_string \"log(address,string,address,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 28882, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "63296:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28883, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "63300:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "63296:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28889, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "63296:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28881, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "63280:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28890, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "63280:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28891, "nodeType": "ExpressionStatement", "src": "63280:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "63201:3:16", "parameters": { "id": 28879, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28872, "mutability": "mutable", "name": "p0", "nameLocation": "63213:2:16", "nodeType": "VariableDeclaration", "scope": 28893, "src": "63205:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28871, "name": "address", "nodeType": "ElementaryTypeName", "src": "63205:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28874, "mutability": "mutable", "name": "p1", "nameLocation": "63231:2:16", "nodeType": "VariableDeclaration", "scope": 28893, "src": "63217:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28873, "name": "string", "nodeType": "ElementaryTypeName", "src": "63217:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28876, "mutability": "mutable", "name": "p2", "nameLocation": "63243:2:16", "nodeType": "VariableDeclaration", "scope": 28893, "src": "63235:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28875, "name": "address", "nodeType": "ElementaryTypeName", "src": "63235:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28878, "mutability": "mutable", "name": "p3", "nameLocation": "63252:2:16", "nodeType": "VariableDeclaration", "scope": 28893, "src": "63247:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28877, "name": "bool", "nodeType": "ElementaryTypeName", "src": "63247:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "63204:51:16" }, "returnParameters": { "id": 28880, "nodeType": "ParameterList", "parameters": [], "src": "63270:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28916, "nodeType": "FunctionDefinition", "src": "63385:193:16", "nodes": [], "body": { "id": 28915, "nodeType": "Block", "src": "63466:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c737472696e672c616464726573732c6164647265737329", "id": 28907, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "63516:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_0d36fa2022fafb45586a59914be3ad4c57b76e89535385dcff89c28c80605121", "typeString": "literal_string \"log(address,string,address,address)\"" }, "value": "log(address,string,address,address)" }, { "id": 28908, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28895, "src": "63555:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28909, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28897, "src": "63559:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 28910, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28899, "src": "63563:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28911, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28901, "src": "63567:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_0d36fa2022fafb45586a59914be3ad4c57b76e89535385dcff89c28c80605121", "typeString": "literal_string \"log(address,string,address,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 28905, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "63492:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28906, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "63496:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "63492:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28912, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "63492:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28904, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "63476:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28913, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "63476:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28914, "nodeType": "ExpressionStatement", "src": "63476:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "63394:3:16", "parameters": { "id": 28902, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28895, "mutability": "mutable", "name": "p0", "nameLocation": "63406:2:16", "nodeType": "VariableDeclaration", "scope": 28916, "src": "63398:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28894, "name": "address", "nodeType": "ElementaryTypeName", "src": "63398:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28897, "mutability": "mutable", "name": "p1", "nameLocation": "63424:2:16", "nodeType": "VariableDeclaration", "scope": 28916, "src": "63410:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28896, "name": "string", "nodeType": "ElementaryTypeName", "src": "63410:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 28899, "mutability": "mutable", "name": "p2", "nameLocation": "63436:2:16", "nodeType": "VariableDeclaration", "scope": 28916, "src": "63428:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28898, "name": "address", "nodeType": "ElementaryTypeName", "src": "63428:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28901, "mutability": "mutable", "name": "p3", "nameLocation": "63448:2:16", "nodeType": "VariableDeclaration", "scope": 28916, "src": "63440:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28900, "name": "address", "nodeType": "ElementaryTypeName", "src": "63440:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "63397:54:16" }, "returnParameters": { "id": 28903, "nodeType": "ParameterList", "parameters": [], "src": "63466:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28939, "nodeType": "FunctionDefinition", "src": "63584:182:16", "nodes": [], "body": { "id": 28938, "nodeType": "Block", "src": "63656:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c75696e743235362c75696e7432353629", "id": 28930, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "63706:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_386ff5f4530ea008cf639214e5b8a55077ec58314989bc72a4ee1f3ffe9617a4", "typeString": "literal_string \"log(address,bool,uint256,uint256)\"" }, "value": "log(address,bool,uint256,uint256)" }, { "id": 28931, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28918, "src": "63743:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28932, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28920, "src": "63747:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28933, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28922, "src": "63751:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28934, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28924, "src": "63755:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_386ff5f4530ea008cf639214e5b8a55077ec58314989bc72a4ee1f3ffe9617a4", "typeString": "literal_string \"log(address,bool,uint256,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 28928, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "63682:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28929, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "63686:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "63682:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28935, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "63682:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28927, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "63666:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28936, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "63666:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28937, "nodeType": "ExpressionStatement", "src": "63666:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "63593:3:16", "parameters": { "id": 28925, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28918, "mutability": "mutable", "name": "p0", "nameLocation": "63605:2:16", "nodeType": "VariableDeclaration", "scope": 28939, "src": "63597:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28917, "name": "address", "nodeType": "ElementaryTypeName", "src": "63597:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28920, "mutability": "mutable", "name": "p1", "nameLocation": "63614:2:16", "nodeType": "VariableDeclaration", "scope": 28939, "src": "63609:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28919, "name": "bool", "nodeType": "ElementaryTypeName", "src": "63609:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28922, "mutability": "mutable", "name": "p2", "nameLocation": "63626:2:16", "nodeType": "VariableDeclaration", "scope": 28939, "src": "63618:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28921, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "63618:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28924, "mutability": "mutable", "name": "p3", "nameLocation": "63638:2:16", "nodeType": "VariableDeclaration", "scope": 28939, "src": "63630:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28923, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "63630:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "63596:45:16" }, "returnParameters": { "id": 28926, "nodeType": "ParameterList", "parameters": [], "src": "63656:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28962, "nodeType": "FunctionDefinition", "src": "63772:187:16", "nodes": [], "body": { "id": 28961, "nodeType": "Block", "src": "63850:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c75696e743235362c737472696e6729", "id": 28953, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "63900:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_0aa6cfad2c268cd387390ada6d4a75b3aa3e38d6511517eb59fcd07a90f9c283", "typeString": "literal_string \"log(address,bool,uint256,string)\"" }, "value": "log(address,bool,uint256,string)" }, { "id": 28954, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28941, "src": "63936:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28955, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28943, "src": "63940:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28956, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28945, "src": "63944:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28957, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28947, "src": "63948:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_0aa6cfad2c268cd387390ada6d4a75b3aa3e38d6511517eb59fcd07a90f9c283", "typeString": "literal_string \"log(address,bool,uint256,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 28951, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "63876:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28952, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "63880:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "63876:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28958, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "63876:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28950, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "63860:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28959, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "63860:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28960, "nodeType": "ExpressionStatement", "src": "63860:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "63781:3:16", "parameters": { "id": 28948, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28941, "mutability": "mutable", "name": "p0", "nameLocation": "63793:2:16", "nodeType": "VariableDeclaration", "scope": 28962, "src": "63785:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28940, "name": "address", "nodeType": "ElementaryTypeName", "src": "63785:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28943, "mutability": "mutable", "name": "p1", "nameLocation": "63802:2:16", "nodeType": "VariableDeclaration", "scope": 28962, "src": "63797:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28942, "name": "bool", "nodeType": "ElementaryTypeName", "src": "63797:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28945, "mutability": "mutable", "name": "p2", "nameLocation": "63814:2:16", "nodeType": "VariableDeclaration", "scope": 28962, "src": "63806:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28944, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "63806:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28947, "mutability": "mutable", "name": "p3", "nameLocation": "63832:2:16", "nodeType": "VariableDeclaration", "scope": 28962, "src": "63818:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 28946, "name": "string", "nodeType": "ElementaryTypeName", "src": "63818:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "63784:51:16" }, "returnParameters": { "id": 28949, "nodeType": "ParameterList", "parameters": [], "src": "63850:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 28985, "nodeType": "FunctionDefinition", "src": "63965:176:16", "nodes": [], "body": { "id": 28984, "nodeType": "Block", "src": "64034:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c75696e743235362c626f6f6c29", "id": 28976, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "64084:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_c4643e20494ddb98fe78bc587bcecbcc7db255edcee8232992e8be9b00c4713c", "typeString": "literal_string \"log(address,bool,uint256,bool)\"" }, "value": "log(address,bool,uint256,bool)" }, { "id": 28977, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28964, "src": "64118:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 28978, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28966, "src": "64122:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 28979, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28968, "src": "64126:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 28980, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28970, "src": "64130:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_c4643e20494ddb98fe78bc587bcecbcc7db255edcee8232992e8be9b00c4713c", "typeString": "literal_string \"log(address,bool,uint256,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 28974, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "64060:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28975, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "64064:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "64060:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 28981, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "64060:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28973, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "64044:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 28982, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "64044:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 28983, "nodeType": "ExpressionStatement", "src": "64044:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "63974:3:16", "parameters": { "id": 28971, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28964, "mutability": "mutable", "name": "p0", "nameLocation": "63986:2:16", "nodeType": "VariableDeclaration", "scope": 28985, "src": "63978:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28963, "name": "address", "nodeType": "ElementaryTypeName", "src": "63978:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28966, "mutability": "mutable", "name": "p1", "nameLocation": "63995:2:16", "nodeType": "VariableDeclaration", "scope": 28985, "src": "63990:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28965, "name": "bool", "nodeType": "ElementaryTypeName", "src": "63990:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28968, "mutability": "mutable", "name": "p2", "nameLocation": "64007:2:16", "nodeType": "VariableDeclaration", "scope": 28985, "src": "63999:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28967, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "63999:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28970, "mutability": "mutable", "name": "p3", "nameLocation": "64016:2:16", "nodeType": "VariableDeclaration", "scope": 28985, "src": "64011:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28969, "name": "bool", "nodeType": "ElementaryTypeName", "src": "64011:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "63977:42:16" }, "returnParameters": { "id": 28972, "nodeType": "ParameterList", "parameters": [], "src": "64034:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29008, "nodeType": "FunctionDefinition", "src": "64147:182:16", "nodes": [], "body": { "id": 29007, "nodeType": "Block", "src": "64219:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c75696e743235362c6164647265737329", "id": 28999, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "64269:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_ccf790a175b1b762ef5bfd3564f0b74c078f15eca08b8ee654a38a96a5ad2aee", "typeString": "literal_string \"log(address,bool,uint256,address)\"" }, "value": "log(address,bool,uint256,address)" }, { "id": 29000, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28987, "src": "64306:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29001, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28989, "src": "64310:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29002, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28991, "src": "64314:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 29003, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 28993, "src": "64318:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_ccf790a175b1b762ef5bfd3564f0b74c078f15eca08b8ee654a38a96a5ad2aee", "typeString": "literal_string \"log(address,bool,uint256,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 28997, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "64245:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 28998, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "64249:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "64245:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29004, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "64245:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 28996, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "64229:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29005, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "64229:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29006, "nodeType": "ExpressionStatement", "src": "64229:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "64156:3:16", "parameters": { "id": 28994, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 28987, "mutability": "mutable", "name": "p0", "nameLocation": "64168:2:16", "nodeType": "VariableDeclaration", "scope": 29008, "src": "64160:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28986, "name": "address", "nodeType": "ElementaryTypeName", "src": "64160:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 28989, "mutability": "mutable", "name": "p1", "nameLocation": "64177:2:16", "nodeType": "VariableDeclaration", "scope": 29008, "src": "64172:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 28988, "name": "bool", "nodeType": "ElementaryTypeName", "src": "64172:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 28991, "mutability": "mutable", "name": "p2", "nameLocation": "64189:2:16", "nodeType": "VariableDeclaration", "scope": 29008, "src": "64181:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 28990, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "64181:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 28993, "mutability": "mutable", "name": "p3", "nameLocation": "64201:2:16", "nodeType": "VariableDeclaration", "scope": 29008, "src": "64193:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 28992, "name": "address", "nodeType": "ElementaryTypeName", "src": "64193:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "64159:45:16" }, "returnParameters": { "id": 28995, "nodeType": "ParameterList", "parameters": [], "src": "64219:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29031, "nodeType": "FunctionDefinition", "src": "64335:187:16", "nodes": [], "body": { "id": 29030, "nodeType": "Block", "src": "64413:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c737472696e672c75696e7432353629", "id": 29022, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "64463:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_80e6a20b48643c1f2494eae694f173a69e42da349d0e193e48fece80e869df69", "typeString": "literal_string \"log(address,bool,string,uint256)\"" }, "value": "log(address,bool,string,uint256)" }, { "id": 29023, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29010, "src": "64499:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29024, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29012, "src": "64503:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29025, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29014, "src": "64507:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 29026, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29016, "src": "64511:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_80e6a20b48643c1f2494eae694f173a69e42da349d0e193e48fece80e869df69", "typeString": "literal_string \"log(address,bool,string,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 29020, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "64439:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29021, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "64443:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "64439:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29027, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "64439:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29019, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "64423:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29028, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "64423:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29029, "nodeType": "ExpressionStatement", "src": "64423:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "64344:3:16", "parameters": { "id": 29017, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29010, "mutability": "mutable", "name": "p0", "nameLocation": "64356:2:16", "nodeType": "VariableDeclaration", "scope": 29031, "src": "64348:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29009, "name": "address", "nodeType": "ElementaryTypeName", "src": "64348:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29012, "mutability": "mutable", "name": "p1", "nameLocation": "64365:2:16", "nodeType": "VariableDeclaration", "scope": 29031, "src": "64360:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29011, "name": "bool", "nodeType": "ElementaryTypeName", "src": "64360:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29014, "mutability": "mutable", "name": "p2", "nameLocation": "64383:2:16", "nodeType": "VariableDeclaration", "scope": 29031, "src": "64369:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 29013, "name": "string", "nodeType": "ElementaryTypeName", "src": "64369:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 29016, "mutability": "mutable", "name": "p3", "nameLocation": "64395:2:16", "nodeType": "VariableDeclaration", "scope": 29031, "src": "64387:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 29015, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "64387:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "64347:51:16" }, "returnParameters": { "id": 29018, "nodeType": "ParameterList", "parameters": [], "src": "64413:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29054, "nodeType": "FunctionDefinition", "src": "64528:192:16", "nodes": [], "body": { "id": 29053, "nodeType": "Block", "src": "64612:108:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c737472696e672c737472696e6729", "id": 29045, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "64662:33:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_475c5c33f91155b7a0e86c9fac7985c60ab58f4bfb411ee9b31d994a7fc95d1f", "typeString": "literal_string \"log(address,bool,string,string)\"" }, "value": "log(address,bool,string,string)" }, { "id": 29046, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29033, "src": "64697:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29047, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29035, "src": "64701:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29048, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29037, "src": "64705:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 29049, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29039, "src": "64709:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_475c5c33f91155b7a0e86c9fac7985c60ab58f4bfb411ee9b31d994a7fc95d1f", "typeString": "literal_string \"log(address,bool,string,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 29043, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "64638:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29044, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "64642:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "64638:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29050, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "64638:74:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29042, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "64622:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29051, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "64622:91:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29052, "nodeType": "ExpressionStatement", "src": "64622:91:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "64537:3:16", "parameters": { "id": 29040, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29033, "mutability": "mutable", "name": "p0", "nameLocation": "64549:2:16", "nodeType": "VariableDeclaration", "scope": 29054, "src": "64541:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29032, "name": "address", "nodeType": "ElementaryTypeName", "src": "64541:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29035, "mutability": "mutable", "name": "p1", "nameLocation": "64558:2:16", "nodeType": "VariableDeclaration", "scope": 29054, "src": "64553:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29034, "name": "bool", "nodeType": "ElementaryTypeName", "src": "64553:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29037, "mutability": "mutable", "name": "p2", "nameLocation": "64576:2:16", "nodeType": "VariableDeclaration", "scope": 29054, "src": "64562:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 29036, "name": "string", "nodeType": "ElementaryTypeName", "src": "64562:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 29039, "mutability": "mutable", "name": "p3", "nameLocation": "64594:2:16", "nodeType": "VariableDeclaration", "scope": 29054, "src": "64580:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 29038, "name": "string", "nodeType": "ElementaryTypeName", "src": "64580:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "64540:57:16" }, "returnParameters": { "id": 29041, "nodeType": "ParameterList", "parameters": [], "src": "64612:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29077, "nodeType": "FunctionDefinition", "src": "64726:181:16", "nodes": [], "body": { "id": 29076, "nodeType": "Block", "src": "64801:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c737472696e672c626f6f6c29", "id": 29068, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "64851:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_50ad461db24803fc9b2ba76f072192e0a4d8fbb3667a50c400f504443380890f", "typeString": "literal_string \"log(address,bool,string,bool)\"" }, "value": "log(address,bool,string,bool)" }, { "id": 29069, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29056, "src": "64884:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29070, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29058, "src": "64888:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29071, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29060, "src": "64892:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 29072, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29062, "src": "64896:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_50ad461db24803fc9b2ba76f072192e0a4d8fbb3667a50c400f504443380890f", "typeString": "literal_string \"log(address,bool,string,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 29066, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "64827:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29067, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "64831:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "64827:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29073, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "64827:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29065, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "64811:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29074, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "64811:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29075, "nodeType": "ExpressionStatement", "src": "64811:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "64735:3:16", "parameters": { "id": 29063, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29056, "mutability": "mutable", "name": "p0", "nameLocation": "64747:2:16", "nodeType": "VariableDeclaration", "scope": 29077, "src": "64739:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29055, "name": "address", "nodeType": "ElementaryTypeName", "src": "64739:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29058, "mutability": "mutable", "name": "p1", "nameLocation": "64756:2:16", "nodeType": "VariableDeclaration", "scope": 29077, "src": "64751:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29057, "name": "bool", "nodeType": "ElementaryTypeName", "src": "64751:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29060, "mutability": "mutable", "name": "p2", "nameLocation": "64774:2:16", "nodeType": "VariableDeclaration", "scope": 29077, "src": "64760:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 29059, "name": "string", "nodeType": "ElementaryTypeName", "src": "64760:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 29062, "mutability": "mutable", "name": "p3", "nameLocation": "64783:2:16", "nodeType": "VariableDeclaration", "scope": 29077, "src": "64778:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29061, "name": "bool", "nodeType": "ElementaryTypeName", "src": "64778:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "64738:48:16" }, "returnParameters": { "id": 29064, "nodeType": "ParameterList", "parameters": [], "src": "64801:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29100, "nodeType": "FunctionDefinition", "src": "64913:187:16", "nodes": [], "body": { "id": 29099, "nodeType": "Block", "src": "64991:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c737472696e672c6164647265737329", "id": 29091, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "65041:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_19fd495659df511498cf8dde03672830bd109ef2d9b9bec18e72190917c328bc", "typeString": "literal_string \"log(address,bool,string,address)\"" }, "value": "log(address,bool,string,address)" }, { "id": 29092, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29079, "src": "65077:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29093, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29081, "src": "65081:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29094, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29083, "src": "65085:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 29095, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29085, "src": "65089:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_19fd495659df511498cf8dde03672830bd109ef2d9b9bec18e72190917c328bc", "typeString": "literal_string \"log(address,bool,string,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 29089, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "65017:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29090, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "65021:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "65017:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29096, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "65017:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29088, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "65001:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29097, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "65001:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29098, "nodeType": "ExpressionStatement", "src": "65001:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "64922:3:16", "parameters": { "id": 29086, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29079, "mutability": "mutable", "name": "p0", "nameLocation": "64934:2:16", "nodeType": "VariableDeclaration", "scope": 29100, "src": "64926:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29078, "name": "address", "nodeType": "ElementaryTypeName", "src": "64926:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29081, "mutability": "mutable", "name": "p1", "nameLocation": "64943:2:16", "nodeType": "VariableDeclaration", "scope": 29100, "src": "64938:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29080, "name": "bool", "nodeType": "ElementaryTypeName", "src": "64938:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29083, "mutability": "mutable", "name": "p2", "nameLocation": "64961:2:16", "nodeType": "VariableDeclaration", "scope": 29100, "src": "64947:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 29082, "name": "string", "nodeType": "ElementaryTypeName", "src": "64947:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 29085, "mutability": "mutable", "name": "p3", "nameLocation": "64973:2:16", "nodeType": "VariableDeclaration", "scope": 29100, "src": "64965:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29084, "name": "address", "nodeType": "ElementaryTypeName", "src": "64965:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "64925:51:16" }, "returnParameters": { "id": 29087, "nodeType": "ParameterList", "parameters": [], "src": "64991:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29123, "nodeType": "FunctionDefinition", "src": "65106:176:16", "nodes": [], "body": { "id": 29122, "nodeType": "Block", "src": "65175:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c626f6f6c2c75696e7432353629", "id": 29114, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "65225:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_8c4e5de62881fec144fb423112f08d23c6aca116363a7b195024519470acf22e", "typeString": "literal_string \"log(address,bool,bool,uint256)\"" }, "value": "log(address,bool,bool,uint256)" }, { "id": 29115, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29102, "src": "65259:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29116, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29104, "src": "65263:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29117, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29106, "src": "65267:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29118, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29108, "src": "65271:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_8c4e5de62881fec144fb423112f08d23c6aca116363a7b195024519470acf22e", "typeString": "literal_string \"log(address,bool,bool,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 29112, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "65201:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29113, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "65205:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "65201:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29119, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "65201:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29111, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "65185:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29120, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "65185:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29121, "nodeType": "ExpressionStatement", "src": "65185:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "65115:3:16", "parameters": { "id": 29109, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29102, "mutability": "mutable", "name": "p0", "nameLocation": "65127:2:16", "nodeType": "VariableDeclaration", "scope": 29123, "src": "65119:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29101, "name": "address", "nodeType": "ElementaryTypeName", "src": "65119:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29104, "mutability": "mutable", "name": "p1", "nameLocation": "65136:2:16", "nodeType": "VariableDeclaration", "scope": 29123, "src": "65131:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29103, "name": "bool", "nodeType": "ElementaryTypeName", "src": "65131:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29106, "mutability": "mutable", "name": "p2", "nameLocation": "65145:2:16", "nodeType": "VariableDeclaration", "scope": 29123, "src": "65140:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29105, "name": "bool", "nodeType": "ElementaryTypeName", "src": "65140:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29108, "mutability": "mutable", "name": "p3", "nameLocation": "65157:2:16", "nodeType": "VariableDeclaration", "scope": 29123, "src": "65149:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 29107, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "65149:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "65118:42:16" }, "returnParameters": { "id": 29110, "nodeType": "ParameterList", "parameters": [], "src": "65175:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29146, "nodeType": "FunctionDefinition", "src": "65288:181:16", "nodes": [], "body": { "id": 29145, "nodeType": "Block", "src": "65363:106:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c626f6f6c2c737472696e6729", "id": 29137, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "65413:31:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_dfc4a2e8c56809b44edbbc6d92d0a8441e551ad5387596bf8b629c56d9a91300", "typeString": "literal_string \"log(address,bool,bool,string)\"" }, "value": "log(address,bool,bool,string)" }, { "id": 29138, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29125, "src": "65446:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29139, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29127, "src": "65450:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29140, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29129, "src": "65454:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29141, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29131, "src": "65458:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_dfc4a2e8c56809b44edbbc6d92d0a8441e551ad5387596bf8b629c56d9a91300", "typeString": "literal_string \"log(address,bool,bool,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 29135, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "65389:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29136, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "65393:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "65389:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29142, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "65389:72:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29134, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "65373:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29143, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "65373:89:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29144, "nodeType": "ExpressionStatement", "src": "65373:89:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "65297:3:16", "parameters": { "id": 29132, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29125, "mutability": "mutable", "name": "p0", "nameLocation": "65309:2:16", "nodeType": "VariableDeclaration", "scope": 29146, "src": "65301:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29124, "name": "address", "nodeType": "ElementaryTypeName", "src": "65301:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29127, "mutability": "mutable", "name": "p1", "nameLocation": "65318:2:16", "nodeType": "VariableDeclaration", "scope": 29146, "src": "65313:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29126, "name": "bool", "nodeType": "ElementaryTypeName", "src": "65313:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29129, "mutability": "mutable", "name": "p2", "nameLocation": "65327:2:16", "nodeType": "VariableDeclaration", "scope": 29146, "src": "65322:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29128, "name": "bool", "nodeType": "ElementaryTypeName", "src": "65322:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29131, "mutability": "mutable", "name": "p3", "nameLocation": "65345:2:16", "nodeType": "VariableDeclaration", "scope": 29146, "src": "65331:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 29130, "name": "string", "nodeType": "ElementaryTypeName", "src": "65331:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "65300:48:16" }, "returnParameters": { "id": 29133, "nodeType": "ParameterList", "parameters": [], "src": "65363:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29169, "nodeType": "FunctionDefinition", "src": "65475:170:16", "nodes": [], "body": { "id": 29168, "nodeType": "Block", "src": "65541:104:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c626f6f6c2c626f6f6c29", "id": 29160, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "65591:29:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_cac434792b973db16714db96d2aeda353b2253f27255abe42b9960b2dc550634", "typeString": "literal_string \"log(address,bool,bool,bool)\"" }, "value": "log(address,bool,bool,bool)" }, { "id": 29161, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29148, "src": "65622:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29162, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29150, "src": "65626:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29163, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29152, "src": "65630:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29164, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29154, "src": "65634:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_cac434792b973db16714db96d2aeda353b2253f27255abe42b9960b2dc550634", "typeString": "literal_string \"log(address,bool,bool,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 29158, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "65567:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29159, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "65571:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "65567:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29165, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "65567:70:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29157, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "65551:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29166, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "65551:87:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29167, "nodeType": "ExpressionStatement", "src": "65551:87:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "65484:3:16", "parameters": { "id": 29155, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29148, "mutability": "mutable", "name": "p0", "nameLocation": "65496:2:16", "nodeType": "VariableDeclaration", "scope": 29169, "src": "65488:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29147, "name": "address", "nodeType": "ElementaryTypeName", "src": "65488:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29150, "mutability": "mutable", "name": "p1", "nameLocation": "65505:2:16", "nodeType": "VariableDeclaration", "scope": 29169, "src": "65500:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29149, "name": "bool", "nodeType": "ElementaryTypeName", "src": "65500:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29152, "mutability": "mutable", "name": "p2", "nameLocation": "65514:2:16", "nodeType": "VariableDeclaration", "scope": 29169, "src": "65509:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29151, "name": "bool", "nodeType": "ElementaryTypeName", "src": "65509:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29154, "mutability": "mutable", "name": "p3", "nameLocation": "65523:2:16", "nodeType": "VariableDeclaration", "scope": 29169, "src": "65518:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29153, "name": "bool", "nodeType": "ElementaryTypeName", "src": "65518:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "65487:39:16" }, "returnParameters": { "id": 29156, "nodeType": "ParameterList", "parameters": [], "src": "65541:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29192, "nodeType": "FunctionDefinition", "src": "65651:176:16", "nodes": [], "body": { "id": 29191, "nodeType": "Block", "src": "65720:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c626f6f6c2c6164647265737329", "id": 29183, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "65770:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_cf394485abbd1f04b85b0f2c1a2cfc07e3d51c1c6f28386bf16d9e45161e8953", "typeString": "literal_string \"log(address,bool,bool,address)\"" }, "value": "log(address,bool,bool,address)" }, { "id": 29184, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29171, "src": "65804:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29185, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29173, "src": "65808:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29186, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29175, "src": "65812:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29187, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29177, "src": "65816:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_cf394485abbd1f04b85b0f2c1a2cfc07e3d51c1c6f28386bf16d9e45161e8953", "typeString": "literal_string \"log(address,bool,bool,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 29181, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "65746:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29182, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "65750:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "65746:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29188, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "65746:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29180, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "65730:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29189, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "65730:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29190, "nodeType": "ExpressionStatement", "src": "65730:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "65660:3:16", "parameters": { "id": 29178, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29171, "mutability": "mutable", "name": "p0", "nameLocation": "65672:2:16", "nodeType": "VariableDeclaration", "scope": 29192, "src": "65664:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29170, "name": "address", "nodeType": "ElementaryTypeName", "src": "65664:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29173, "mutability": "mutable", "name": "p1", "nameLocation": "65681:2:16", "nodeType": "VariableDeclaration", "scope": 29192, "src": "65676:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29172, "name": "bool", "nodeType": "ElementaryTypeName", "src": "65676:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29175, "mutability": "mutable", "name": "p2", "nameLocation": "65690:2:16", "nodeType": "VariableDeclaration", "scope": 29192, "src": "65685:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29174, "name": "bool", "nodeType": "ElementaryTypeName", "src": "65685:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29177, "mutability": "mutable", "name": "p3", "nameLocation": "65702:2:16", "nodeType": "VariableDeclaration", "scope": 29192, "src": "65694:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29176, "name": "address", "nodeType": "ElementaryTypeName", "src": "65694:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "65663:42:16" }, "returnParameters": { "id": 29179, "nodeType": "ParameterList", "parameters": [], "src": "65720:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29215, "nodeType": "FunctionDefinition", "src": "65833:182:16", "nodes": [], "body": { "id": 29214, "nodeType": "Block", "src": "65905:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c616464726573732c75696e7432353629", "id": 29206, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "65955:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_a75c59de36827f2596ade7bd79f668ae219518c12b79ebf06071586765c3e039", "typeString": "literal_string \"log(address,bool,address,uint256)\"" }, "value": "log(address,bool,address,uint256)" }, { "id": 29207, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29194, "src": "65992:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29208, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29196, "src": "65996:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29209, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29198, "src": "66000:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29210, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29200, "src": "66004:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_a75c59de36827f2596ade7bd79f668ae219518c12b79ebf06071586765c3e039", "typeString": "literal_string \"log(address,bool,address,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 29204, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "65931:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29205, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "65935:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "65931:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29211, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "65931:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29203, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "65915:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29212, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "65915:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29213, "nodeType": "ExpressionStatement", "src": "65915:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "65842:3:16", "parameters": { "id": 29201, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29194, "mutability": "mutable", "name": "p0", "nameLocation": "65854:2:16", "nodeType": "VariableDeclaration", "scope": 29215, "src": "65846:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29193, "name": "address", "nodeType": "ElementaryTypeName", "src": "65846:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29196, "mutability": "mutable", "name": "p1", "nameLocation": "65863:2:16", "nodeType": "VariableDeclaration", "scope": 29215, "src": "65858:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29195, "name": "bool", "nodeType": "ElementaryTypeName", "src": "65858:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29198, "mutability": "mutable", "name": "p2", "nameLocation": "65875:2:16", "nodeType": "VariableDeclaration", "scope": 29215, "src": "65867:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29197, "name": "address", "nodeType": "ElementaryTypeName", "src": "65867:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29200, "mutability": "mutable", "name": "p3", "nameLocation": "65887:2:16", "nodeType": "VariableDeclaration", "scope": 29215, "src": "65879:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 29199, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "65879:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "65845:45:16" }, "returnParameters": { "id": 29202, "nodeType": "ParameterList", "parameters": [], "src": "65905:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29238, "nodeType": "FunctionDefinition", "src": "66021:187:16", "nodes": [], "body": { "id": 29237, "nodeType": "Block", "src": "66099:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c616464726573732c737472696e6729", "id": 29229, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "66149:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2dd778e616be9386b5911da1a074bbaf979640681783fca6396ea75c8caf6453", "typeString": "literal_string \"log(address,bool,address,string)\"" }, "value": "log(address,bool,address,string)" }, { "id": 29230, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29217, "src": "66185:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29231, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29219, "src": "66189:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29232, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29221, "src": "66193:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29233, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29223, "src": "66197:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2dd778e616be9386b5911da1a074bbaf979640681783fca6396ea75c8caf6453", "typeString": "literal_string \"log(address,bool,address,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 29227, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "66125:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29228, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "66129:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "66125:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29234, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "66125:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29226, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "66109:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29235, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "66109:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29236, "nodeType": "ExpressionStatement", "src": "66109:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "66030:3:16", "parameters": { "id": 29224, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29217, "mutability": "mutable", "name": "p0", "nameLocation": "66042:2:16", "nodeType": "VariableDeclaration", "scope": 29238, "src": "66034:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29216, "name": "address", "nodeType": "ElementaryTypeName", "src": "66034:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29219, "mutability": "mutable", "name": "p1", "nameLocation": "66051:2:16", "nodeType": "VariableDeclaration", "scope": 29238, "src": "66046:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29218, "name": "bool", "nodeType": "ElementaryTypeName", "src": "66046:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29221, "mutability": "mutable", "name": "p2", "nameLocation": "66063:2:16", "nodeType": "VariableDeclaration", "scope": 29238, "src": "66055:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29220, "name": "address", "nodeType": "ElementaryTypeName", "src": "66055:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29223, "mutability": "mutable", "name": "p3", "nameLocation": "66081:2:16", "nodeType": "VariableDeclaration", "scope": 29238, "src": "66067:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 29222, "name": "string", "nodeType": "ElementaryTypeName", "src": "66067:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "66033:51:16" }, "returnParameters": { "id": 29225, "nodeType": "ParameterList", "parameters": [], "src": "66099:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29261, "nodeType": "FunctionDefinition", "src": "66214:176:16", "nodes": [], "body": { "id": 29260, "nodeType": "Block", "src": "66283:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c616464726573732c626f6f6c29", "id": 29252, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "66333:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_a6f50b0f122c916fe81861751b94bdddb5e453947768e8af206397bb510790b1", "typeString": "literal_string \"log(address,bool,address,bool)\"" }, "value": "log(address,bool,address,bool)" }, { "id": 29253, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29240, "src": "66367:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29254, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29242, "src": "66371:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29255, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29244, "src": "66375:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29256, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29246, "src": "66379:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_a6f50b0f122c916fe81861751b94bdddb5e453947768e8af206397bb510790b1", "typeString": "literal_string \"log(address,bool,address,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 29250, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "66309:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29251, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "66313:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "66309:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29257, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "66309:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29249, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "66293:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29258, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "66293:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29259, "nodeType": "ExpressionStatement", "src": "66293:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "66223:3:16", "parameters": { "id": 29247, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29240, "mutability": "mutable", "name": "p0", "nameLocation": "66235:2:16", "nodeType": "VariableDeclaration", "scope": 29261, "src": "66227:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29239, "name": "address", "nodeType": "ElementaryTypeName", "src": "66227:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29242, "mutability": "mutable", "name": "p1", "nameLocation": "66244:2:16", "nodeType": "VariableDeclaration", "scope": 29261, "src": "66239:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29241, "name": "bool", "nodeType": "ElementaryTypeName", "src": "66239:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29244, "mutability": "mutable", "name": "p2", "nameLocation": "66256:2:16", "nodeType": "VariableDeclaration", "scope": 29261, "src": "66248:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29243, "name": "address", "nodeType": "ElementaryTypeName", "src": "66248:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29246, "mutability": "mutable", "name": "p3", "nameLocation": "66265:2:16", "nodeType": "VariableDeclaration", "scope": 29261, "src": "66260:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29245, "name": "bool", "nodeType": "ElementaryTypeName", "src": "66260:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "66226:42:16" }, "returnParameters": { "id": 29248, "nodeType": "ParameterList", "parameters": [], "src": "66283:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29284, "nodeType": "FunctionDefinition", "src": "66396:182:16", "nodes": [], "body": { "id": 29283, "nodeType": "Block", "src": "66468:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c626f6f6c2c616464726573732c6164647265737329", "id": 29275, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "66518:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_660375ddb58761b4ce952ec7e1ae63efe9f8e9e69831fd72875968fec9046e35", "typeString": "literal_string \"log(address,bool,address,address)\"" }, "value": "log(address,bool,address,address)" }, { "id": 29276, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29263, "src": "66555:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29277, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29265, "src": "66559:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29278, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29267, "src": "66563:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29279, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29269, "src": "66567:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_660375ddb58761b4ce952ec7e1ae63efe9f8e9e69831fd72875968fec9046e35", "typeString": "literal_string \"log(address,bool,address,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 29273, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "66494:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29274, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "66498:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "66494:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29280, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "66494:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29272, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "66478:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29281, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "66478:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29282, "nodeType": "ExpressionStatement", "src": "66478:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "66405:3:16", "parameters": { "id": 29270, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29263, "mutability": "mutable", "name": "p0", "nameLocation": "66417:2:16", "nodeType": "VariableDeclaration", "scope": 29284, "src": "66409:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29262, "name": "address", "nodeType": "ElementaryTypeName", "src": "66409:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29265, "mutability": "mutable", "name": "p1", "nameLocation": "66426:2:16", "nodeType": "VariableDeclaration", "scope": 29284, "src": "66421:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29264, "name": "bool", "nodeType": "ElementaryTypeName", "src": "66421:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29267, "mutability": "mutable", "name": "p2", "nameLocation": "66438:2:16", "nodeType": "VariableDeclaration", "scope": 29284, "src": "66430:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29266, "name": "address", "nodeType": "ElementaryTypeName", "src": "66430:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29269, "mutability": "mutable", "name": "p3", "nameLocation": "66450:2:16", "nodeType": "VariableDeclaration", "scope": 29284, "src": "66442:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29268, "name": "address", "nodeType": "ElementaryTypeName", "src": "66442:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "66408:45:16" }, "returnParameters": { "id": 29271, "nodeType": "ParameterList", "parameters": [], "src": "66468:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29307, "nodeType": "FunctionDefinition", "src": "66584:188:16", "nodes": [], "body": { "id": 29306, "nodeType": "Block", "src": "66659:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c75696e743235362c75696e7432353629", "id": 29298, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "66709:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_be55348107f27daf63b48e87ab23840f2cbf20bdfa1dd4b92b4c2b337967fa25", "typeString": "literal_string \"log(address,address,uint256,uint256)\"" }, "value": "log(address,address,uint256,uint256)" }, { "id": 29299, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29286, "src": "66749:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29300, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29288, "src": "66753:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29301, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29290, "src": "66757:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 29302, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29292, "src": "66761:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_be55348107f27daf63b48e87ab23840f2cbf20bdfa1dd4b92b4c2b337967fa25", "typeString": "literal_string \"log(address,address,uint256,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 29296, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "66685:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29297, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "66689:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "66685:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29303, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "66685:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29295, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "66669:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29304, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "66669:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29305, "nodeType": "ExpressionStatement", "src": "66669:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "66593:3:16", "parameters": { "id": 29293, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29286, "mutability": "mutable", "name": "p0", "nameLocation": "66605:2:16", "nodeType": "VariableDeclaration", "scope": 29307, "src": "66597:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29285, "name": "address", "nodeType": "ElementaryTypeName", "src": "66597:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29288, "mutability": "mutable", "name": "p1", "nameLocation": "66617:2:16", "nodeType": "VariableDeclaration", "scope": 29307, "src": "66609:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29287, "name": "address", "nodeType": "ElementaryTypeName", "src": "66609:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29290, "mutability": "mutable", "name": "p2", "nameLocation": "66629:2:16", "nodeType": "VariableDeclaration", "scope": 29307, "src": "66621:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 29289, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "66621:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 29292, "mutability": "mutable", "name": "p3", "nameLocation": "66641:2:16", "nodeType": "VariableDeclaration", "scope": 29307, "src": "66633:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 29291, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "66633:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "66596:48:16" }, "returnParameters": { "id": 29294, "nodeType": "ParameterList", "parameters": [], "src": "66659:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29330, "nodeType": "FunctionDefinition", "src": "66778:193:16", "nodes": [], "body": { "id": 29329, "nodeType": "Block", "src": "66859:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c75696e743235362c737472696e6729", "id": 29321, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "66909:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_fdb4f99053c71d9229026b69fabc5567b4324649a228ca0935bada4975f57343", "typeString": "literal_string \"log(address,address,uint256,string)\"" }, "value": "log(address,address,uint256,string)" }, { "id": 29322, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29309, "src": "66948:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29323, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29311, "src": "66952:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29324, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29313, "src": "66956:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 29325, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29315, "src": "66960:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_fdb4f99053c71d9229026b69fabc5567b4324649a228ca0935bada4975f57343", "typeString": "literal_string \"log(address,address,uint256,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 29319, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "66885:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29320, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "66889:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "66885:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29326, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "66885:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29318, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "66869:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29327, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "66869:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29328, "nodeType": "ExpressionStatement", "src": "66869:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "66787:3:16", "parameters": { "id": 29316, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29309, "mutability": "mutable", "name": "p0", "nameLocation": "66799:2:16", "nodeType": "VariableDeclaration", "scope": 29330, "src": "66791:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29308, "name": "address", "nodeType": "ElementaryTypeName", "src": "66791:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29311, "mutability": "mutable", "name": "p1", "nameLocation": "66811:2:16", "nodeType": "VariableDeclaration", "scope": 29330, "src": "66803:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29310, "name": "address", "nodeType": "ElementaryTypeName", "src": "66803:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29313, "mutability": "mutable", "name": "p2", "nameLocation": "66823:2:16", "nodeType": "VariableDeclaration", "scope": 29330, "src": "66815:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 29312, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "66815:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 29315, "mutability": "mutable", "name": "p3", "nameLocation": "66841:2:16", "nodeType": "VariableDeclaration", "scope": 29330, "src": "66827:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 29314, "name": "string", "nodeType": "ElementaryTypeName", "src": "66827:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "66790:54:16" }, "returnParameters": { "id": 29317, "nodeType": "ParameterList", "parameters": [], "src": "66859:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29353, "nodeType": "FunctionDefinition", "src": "66977:182:16", "nodes": [], "body": { "id": 29352, "nodeType": "Block", "src": "67049:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c75696e743235362c626f6f6c29", "id": 29344, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "67099:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_9b4254e23753cb4c7d637e38638d109b03aeabf8705961d18d943c5bfa6672cd", "typeString": "literal_string \"log(address,address,uint256,bool)\"" }, "value": "log(address,address,uint256,bool)" }, { "id": 29345, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29332, "src": "67136:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29346, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29334, "src": "67140:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29347, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29336, "src": "67144:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 29348, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29338, "src": "67148:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_9b4254e23753cb4c7d637e38638d109b03aeabf8705961d18d943c5bfa6672cd", "typeString": "literal_string \"log(address,address,uint256,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 29342, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "67075:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29343, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "67079:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "67075:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29349, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "67075:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29341, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "67059:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29350, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "67059:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29351, "nodeType": "ExpressionStatement", "src": "67059:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "66986:3:16", "parameters": { "id": 29339, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29332, "mutability": "mutable", "name": "p0", "nameLocation": "66998:2:16", "nodeType": "VariableDeclaration", "scope": 29353, "src": "66990:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29331, "name": "address", "nodeType": "ElementaryTypeName", "src": "66990:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29334, "mutability": "mutable", "name": "p1", "nameLocation": "67010:2:16", "nodeType": "VariableDeclaration", "scope": 29353, "src": "67002:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29333, "name": "address", "nodeType": "ElementaryTypeName", "src": "67002:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29336, "mutability": "mutable", "name": "p2", "nameLocation": "67022:2:16", "nodeType": "VariableDeclaration", "scope": 29353, "src": "67014:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 29335, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "67014:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 29338, "mutability": "mutable", "name": "p3", "nameLocation": "67031:2:16", "nodeType": "VariableDeclaration", "scope": 29353, "src": "67026:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29337, "name": "bool", "nodeType": "ElementaryTypeName", "src": "67026:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "66989:45:16" }, "returnParameters": { "id": 29340, "nodeType": "ParameterList", "parameters": [], "src": "67049:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29376, "nodeType": "FunctionDefinition", "src": "67165:188:16", "nodes": [], "body": { "id": 29375, "nodeType": "Block", "src": "67240:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c75696e743235362c6164647265737329", "id": 29367, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "67290:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_8da6def55c582f2ce59d561e896a66e570478eda5169747a6ea3575cfa60d28b", "typeString": "literal_string \"log(address,address,uint256,address)\"" }, "value": "log(address,address,uint256,address)" }, { "id": 29368, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29355, "src": "67330:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29369, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29357, "src": "67334:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29370, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29359, "src": "67338:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, { "id": 29371, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29361, "src": "67342:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_8da6def55c582f2ce59d561e896a66e570478eda5169747a6ea3575cfa60d28b", "typeString": "literal_string \"log(address,address,uint256,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 29365, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "67266:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29366, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "67270:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "67266:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29372, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "67266:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29364, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "67250:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29373, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "67250:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29374, "nodeType": "ExpressionStatement", "src": "67250:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "67174:3:16", "parameters": { "id": 29362, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29355, "mutability": "mutable", "name": "p0", "nameLocation": "67186:2:16", "nodeType": "VariableDeclaration", "scope": 29376, "src": "67178:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29354, "name": "address", "nodeType": "ElementaryTypeName", "src": "67178:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29357, "mutability": "mutable", "name": "p1", "nameLocation": "67198:2:16", "nodeType": "VariableDeclaration", "scope": 29376, "src": "67190:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29356, "name": "address", "nodeType": "ElementaryTypeName", "src": "67190:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29359, "mutability": "mutable", "name": "p2", "nameLocation": "67210:2:16", "nodeType": "VariableDeclaration", "scope": 29376, "src": "67202:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 29358, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "67202:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" }, { "constant": false, "id": 29361, "mutability": "mutable", "name": "p3", "nameLocation": "67222:2:16", "nodeType": "VariableDeclaration", "scope": 29376, "src": "67214:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29360, "name": "address", "nodeType": "ElementaryTypeName", "src": "67214:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "67177:48:16" }, "returnParameters": { "id": 29363, "nodeType": "ParameterList", "parameters": [], "src": "67240:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29399, "nodeType": "FunctionDefinition", "src": "67359:193:16", "nodes": [], "body": { "id": 29398, "nodeType": "Block", "src": "67440:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c737472696e672c75696e7432353629", "id": 29390, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "67490:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_ef1cefe7e092dcc5b0ed6bc72a78756f9c352fc002139efb9b181c734d5d45d5", "typeString": "literal_string \"log(address,address,string,uint256)\"" }, "value": "log(address,address,string,uint256)" }, { "id": 29391, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29378, "src": "67529:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29392, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29380, "src": "67533:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29393, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29382, "src": "67537:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 29394, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29384, "src": "67541:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_ef1cefe7e092dcc5b0ed6bc72a78756f9c352fc002139efb9b181c734d5d45d5", "typeString": "literal_string \"log(address,address,string,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 29388, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "67466:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29389, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "67470:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "67466:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29395, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "67466:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29387, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "67450:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29396, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "67450:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29397, "nodeType": "ExpressionStatement", "src": "67450:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "67368:3:16", "parameters": { "id": 29385, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29378, "mutability": "mutable", "name": "p0", "nameLocation": "67380:2:16", "nodeType": "VariableDeclaration", "scope": 29399, "src": "67372:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29377, "name": "address", "nodeType": "ElementaryTypeName", "src": "67372:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29380, "mutability": "mutable", "name": "p1", "nameLocation": "67392:2:16", "nodeType": "VariableDeclaration", "scope": 29399, "src": "67384:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29379, "name": "address", "nodeType": "ElementaryTypeName", "src": "67384:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29382, "mutability": "mutable", "name": "p2", "nameLocation": "67410:2:16", "nodeType": "VariableDeclaration", "scope": 29399, "src": "67396:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 29381, "name": "string", "nodeType": "ElementaryTypeName", "src": "67396:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 29384, "mutability": "mutable", "name": "p3", "nameLocation": "67422:2:16", "nodeType": "VariableDeclaration", "scope": 29399, "src": "67414:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 29383, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "67414:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "67371:54:16" }, "returnParameters": { "id": 29386, "nodeType": "ParameterList", "parameters": [], "src": "67440:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29422, "nodeType": "FunctionDefinition", "src": "67558:198:16", "nodes": [], "body": { "id": 29421, "nodeType": "Block", "src": "67645:111:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c737472696e672c737472696e6729", "id": 29413, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "67695:36:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_21bdaf25c85279ffda21e4e2b9f685ff585c62a37c0ebe7ae25670fd06df3aa1", "typeString": "literal_string \"log(address,address,string,string)\"" }, "value": "log(address,address,string,string)" }, { "id": 29414, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29401, "src": "67733:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29415, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29403, "src": "67737:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29416, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29405, "src": "67741:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 29417, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29407, "src": "67745:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_21bdaf25c85279ffda21e4e2b9f685ff585c62a37c0ebe7ae25670fd06df3aa1", "typeString": "literal_string \"log(address,address,string,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 29411, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "67671:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29412, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "67675:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "67671:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29418, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "67671:77:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29410, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "67655:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29419, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "67655:94:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29420, "nodeType": "ExpressionStatement", "src": "67655:94:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "67567:3:16", "parameters": { "id": 29408, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29401, "mutability": "mutable", "name": "p0", "nameLocation": "67579:2:16", "nodeType": "VariableDeclaration", "scope": 29422, "src": "67571:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29400, "name": "address", "nodeType": "ElementaryTypeName", "src": "67571:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29403, "mutability": "mutable", "name": "p1", "nameLocation": "67591:2:16", "nodeType": "VariableDeclaration", "scope": 29422, "src": "67583:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29402, "name": "address", "nodeType": "ElementaryTypeName", "src": "67583:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29405, "mutability": "mutable", "name": "p2", "nameLocation": "67609:2:16", "nodeType": "VariableDeclaration", "scope": 29422, "src": "67595:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 29404, "name": "string", "nodeType": "ElementaryTypeName", "src": "67595:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 29407, "mutability": "mutable", "name": "p3", "nameLocation": "67627:2:16", "nodeType": "VariableDeclaration", "scope": 29422, "src": "67613:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 29406, "name": "string", "nodeType": "ElementaryTypeName", "src": "67613:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "67570:60:16" }, "returnParameters": { "id": 29409, "nodeType": "ParameterList", "parameters": [], "src": "67645:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29445, "nodeType": "FunctionDefinition", "src": "67762:187:16", "nodes": [], "body": { "id": 29444, "nodeType": "Block", "src": "67840:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c737472696e672c626f6f6c29", "id": 29436, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "67890:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_6f1a594e70810560eaae5bbc82bc991f1120ac326ec142f6fb212682169447fd", "typeString": "literal_string \"log(address,address,string,bool)\"" }, "value": "log(address,address,string,bool)" }, { "id": 29437, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29424, "src": "67926:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29438, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29426, "src": "67930:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29439, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29428, "src": "67934:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 29440, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29430, "src": "67938:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_6f1a594e70810560eaae5bbc82bc991f1120ac326ec142f6fb212682169447fd", "typeString": "literal_string \"log(address,address,string,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 29434, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "67866:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29435, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "67870:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "67866:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29441, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "67866:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29433, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "67850:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29442, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "67850:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29443, "nodeType": "ExpressionStatement", "src": "67850:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "67771:3:16", "parameters": { "id": 29431, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29424, "mutability": "mutable", "name": "p0", "nameLocation": "67783:2:16", "nodeType": "VariableDeclaration", "scope": 29445, "src": "67775:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29423, "name": "address", "nodeType": "ElementaryTypeName", "src": "67775:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29426, "mutability": "mutable", "name": "p1", "nameLocation": "67795:2:16", "nodeType": "VariableDeclaration", "scope": 29445, "src": "67787:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29425, "name": "address", "nodeType": "ElementaryTypeName", "src": "67787:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29428, "mutability": "mutable", "name": "p2", "nameLocation": "67813:2:16", "nodeType": "VariableDeclaration", "scope": 29445, "src": "67799:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 29427, "name": "string", "nodeType": "ElementaryTypeName", "src": "67799:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 29430, "mutability": "mutable", "name": "p3", "nameLocation": "67822:2:16", "nodeType": "VariableDeclaration", "scope": 29445, "src": "67817:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29429, "name": "bool", "nodeType": "ElementaryTypeName", "src": "67817:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "67774:51:16" }, "returnParameters": { "id": 29432, "nodeType": "ParameterList", "parameters": [], "src": "67840:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29468, "nodeType": "FunctionDefinition", "src": "67955:193:16", "nodes": [], "body": { "id": 29467, "nodeType": "Block", "src": "68036:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c737472696e672c6164647265737329", "id": 29459, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "68086:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_8f736d1685010d3a1ac02ed96109cdd5141fd92077c14203bc63442ad9b6a687", "typeString": "literal_string \"log(address,address,string,address)\"" }, "value": "log(address,address,string,address)" }, { "id": 29460, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29447, "src": "68125:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29461, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29449, "src": "68129:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29462, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29451, "src": "68133:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } }, { "id": 29463, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29453, "src": "68137:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_8f736d1685010d3a1ac02ed96109cdd5141fd92077c14203bc63442ad9b6a687", "typeString": "literal_string \"log(address,address,string,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 29457, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "68062:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29458, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "68066:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "68062:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29464, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "68062:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29456, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "68046:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29465, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "68046:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29466, "nodeType": "ExpressionStatement", "src": "68046:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "67964:3:16", "parameters": { "id": 29454, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29447, "mutability": "mutable", "name": "p0", "nameLocation": "67976:2:16", "nodeType": "VariableDeclaration", "scope": 29468, "src": "67968:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29446, "name": "address", "nodeType": "ElementaryTypeName", "src": "67968:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29449, "mutability": "mutable", "name": "p1", "nameLocation": "67988:2:16", "nodeType": "VariableDeclaration", "scope": 29468, "src": "67980:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29448, "name": "address", "nodeType": "ElementaryTypeName", "src": "67980:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29451, "mutability": "mutable", "name": "p2", "nameLocation": "68006:2:16", "nodeType": "VariableDeclaration", "scope": 29468, "src": "67992:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 29450, "name": "string", "nodeType": "ElementaryTypeName", "src": "67992:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" }, { "constant": false, "id": 29453, "mutability": "mutable", "name": "p3", "nameLocation": "68018:2:16", "nodeType": "VariableDeclaration", "scope": 29468, "src": "68010:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29452, "name": "address", "nodeType": "ElementaryTypeName", "src": "68010:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "67967:54:16" }, "returnParameters": { "id": 29455, "nodeType": "ParameterList", "parameters": [], "src": "68036:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29491, "nodeType": "FunctionDefinition", "src": "68154:182:16", "nodes": [], "body": { "id": 29490, "nodeType": "Block", "src": "68226:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c626f6f6c2c75696e7432353629", "id": 29482, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "68276:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_3971e78c267e3c99a8d143ab93f96daa498ed164b55c7e4c2a5439320fbc2671", "typeString": "literal_string \"log(address,address,bool,uint256)\"" }, "value": "log(address,address,bool,uint256)" }, { "id": 29483, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29470, "src": "68313:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29484, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29472, "src": "68317:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29485, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29474, "src": "68321:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29486, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29476, "src": "68325:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_3971e78c267e3c99a8d143ab93f96daa498ed164b55c7e4c2a5439320fbc2671", "typeString": "literal_string \"log(address,address,bool,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 29480, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "68252:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29481, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "68256:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "68252:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29487, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "68252:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29479, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "68236:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29488, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "68236:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29489, "nodeType": "ExpressionStatement", "src": "68236:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "68163:3:16", "parameters": { "id": 29477, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29470, "mutability": "mutable", "name": "p0", "nameLocation": "68175:2:16", "nodeType": "VariableDeclaration", "scope": 29491, "src": "68167:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29469, "name": "address", "nodeType": "ElementaryTypeName", "src": "68167:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29472, "mutability": "mutable", "name": "p1", "nameLocation": "68187:2:16", "nodeType": "VariableDeclaration", "scope": 29491, "src": "68179:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29471, "name": "address", "nodeType": "ElementaryTypeName", "src": "68179:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29474, "mutability": "mutable", "name": "p2", "nameLocation": "68196:2:16", "nodeType": "VariableDeclaration", "scope": 29491, "src": "68191:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29473, "name": "bool", "nodeType": "ElementaryTypeName", "src": "68191:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29476, "mutability": "mutable", "name": "p3", "nameLocation": "68208:2:16", "nodeType": "VariableDeclaration", "scope": 29491, "src": "68200:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 29475, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "68200:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "68166:45:16" }, "returnParameters": { "id": 29478, "nodeType": "ParameterList", "parameters": [], "src": "68226:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29514, "nodeType": "FunctionDefinition", "src": "68342:187:16", "nodes": [], "body": { "id": 29513, "nodeType": "Block", "src": "68420:109:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c626f6f6c2c737472696e6729", "id": 29505, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "68470:34:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_aa6540c8e9a40f69e022e01a14ab22c94aae4999f1d7a246236f464d7c933b88", "typeString": "literal_string \"log(address,address,bool,string)\"" }, "value": "log(address,address,bool,string)" }, { "id": 29506, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29493, "src": "68506:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29507, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29495, "src": "68510:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29508, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29497, "src": "68514:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29509, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29499, "src": "68518:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_aa6540c8e9a40f69e022e01a14ab22c94aae4999f1d7a246236f464d7c933b88", "typeString": "literal_string \"log(address,address,bool,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 29503, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "68446:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29504, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "68450:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "68446:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29510, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "68446:75:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29502, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "68430:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29511, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "68430:92:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29512, "nodeType": "ExpressionStatement", "src": "68430:92:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "68351:3:16", "parameters": { "id": 29500, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29493, "mutability": "mutable", "name": "p0", "nameLocation": "68363:2:16", "nodeType": "VariableDeclaration", "scope": 29514, "src": "68355:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29492, "name": "address", "nodeType": "ElementaryTypeName", "src": "68355:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29495, "mutability": "mutable", "name": "p1", "nameLocation": "68375:2:16", "nodeType": "VariableDeclaration", "scope": 29514, "src": "68367:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29494, "name": "address", "nodeType": "ElementaryTypeName", "src": "68367:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29497, "mutability": "mutable", "name": "p2", "nameLocation": "68384:2:16", "nodeType": "VariableDeclaration", "scope": 29514, "src": "68379:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29496, "name": "bool", "nodeType": "ElementaryTypeName", "src": "68379:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29499, "mutability": "mutable", "name": "p3", "nameLocation": "68402:2:16", "nodeType": "VariableDeclaration", "scope": 29514, "src": "68388:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 29498, "name": "string", "nodeType": "ElementaryTypeName", "src": "68388:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "68354:51:16" }, "returnParameters": { "id": 29501, "nodeType": "ParameterList", "parameters": [], "src": "68420:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29537, "nodeType": "FunctionDefinition", "src": "68535:176:16", "nodes": [], "body": { "id": 29536, "nodeType": "Block", "src": "68604:107:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c626f6f6c2c626f6f6c29", "id": 29528, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "68654:32:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_2cd4134aedbc2cd722f2b9715dc3acb74b16b253590361dd98a4d6cb66119b65", "typeString": "literal_string \"log(address,address,bool,bool)\"" }, "value": "log(address,address,bool,bool)" }, { "id": 29529, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29516, "src": "68688:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29530, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29518, "src": "68692:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29531, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29520, "src": "68696:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29532, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29522, "src": "68700:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_2cd4134aedbc2cd722f2b9715dc3acb74b16b253590361dd98a4d6cb66119b65", "typeString": "literal_string \"log(address,address,bool,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 29526, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "68630:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29527, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "68634:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "68630:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29533, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "68630:73:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29525, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "68614:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29534, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "68614:90:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29535, "nodeType": "ExpressionStatement", "src": "68614:90:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "68544:3:16", "parameters": { "id": 29523, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29516, "mutability": "mutable", "name": "p0", "nameLocation": "68556:2:16", "nodeType": "VariableDeclaration", "scope": 29537, "src": "68548:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29515, "name": "address", "nodeType": "ElementaryTypeName", "src": "68548:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29518, "mutability": "mutable", "name": "p1", "nameLocation": "68568:2:16", "nodeType": "VariableDeclaration", "scope": 29537, "src": "68560:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29517, "name": "address", "nodeType": "ElementaryTypeName", "src": "68560:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29520, "mutability": "mutable", "name": "p2", "nameLocation": "68577:2:16", "nodeType": "VariableDeclaration", "scope": 29537, "src": "68572:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29519, "name": "bool", "nodeType": "ElementaryTypeName", "src": "68572:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29522, "mutability": "mutable", "name": "p3", "nameLocation": "68586:2:16", "nodeType": "VariableDeclaration", "scope": 29537, "src": "68581:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29521, "name": "bool", "nodeType": "ElementaryTypeName", "src": "68581:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "68547:42:16" }, "returnParameters": { "id": 29524, "nodeType": "ParameterList", "parameters": [], "src": "68604:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29560, "nodeType": "FunctionDefinition", "src": "68717:182:16", "nodes": [], "body": { "id": 29559, "nodeType": "Block", "src": "68789:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c626f6f6c2c6164647265737329", "id": 29551, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "68839:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_9f1bc36e6c1a1385bfe3a230338e478ee5447b81d25d35962aff021b2c578b9c", "typeString": "literal_string \"log(address,address,bool,address)\"" }, "value": "log(address,address,bool,address)" }, { "id": 29552, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29539, "src": "68876:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29553, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29541, "src": "68880:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29554, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29543, "src": "68884:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, { "id": 29555, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29545, "src": "68888:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_9f1bc36e6c1a1385bfe3a230338e478ee5447b81d25d35962aff021b2c578b9c", "typeString": "literal_string \"log(address,address,bool,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 29549, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "68815:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29550, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "68819:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "68815:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29556, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "68815:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29548, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "68799:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29557, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "68799:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29558, "nodeType": "ExpressionStatement", "src": "68799:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "68726:3:16", "parameters": { "id": 29546, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29539, "mutability": "mutable", "name": "p0", "nameLocation": "68738:2:16", "nodeType": "VariableDeclaration", "scope": 29560, "src": "68730:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29538, "name": "address", "nodeType": "ElementaryTypeName", "src": "68730:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29541, "mutability": "mutable", "name": "p1", "nameLocation": "68750:2:16", "nodeType": "VariableDeclaration", "scope": 29560, "src": "68742:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29540, "name": "address", "nodeType": "ElementaryTypeName", "src": "68742:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29543, "mutability": "mutable", "name": "p2", "nameLocation": "68759:2:16", "nodeType": "VariableDeclaration", "scope": 29560, "src": "68754:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29542, "name": "bool", "nodeType": "ElementaryTypeName", "src": "68754:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" }, { "constant": false, "id": 29545, "mutability": "mutable", "name": "p3", "nameLocation": "68771:2:16", "nodeType": "VariableDeclaration", "scope": 29560, "src": "68763:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29544, "name": "address", "nodeType": "ElementaryTypeName", "src": "68763:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "68729:45:16" }, "returnParameters": { "id": 29547, "nodeType": "ParameterList", "parameters": [], "src": "68789:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29583, "nodeType": "FunctionDefinition", "src": "68905:188:16", "nodes": [], "body": { "id": 29582, "nodeType": "Block", "src": "68980:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c616464726573732c75696e7432353629", "id": 29574, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "69030:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_94250d77556167cb7a7fd3eb9433101f8af8848163edfced0c46147ba10a2577", "typeString": "literal_string \"log(address,address,address,uint256)\"" }, "value": "log(address,address,address,uint256)" }, { "id": 29575, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29562, "src": "69070:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29576, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29564, "src": "69074:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29577, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29566, "src": "69078:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29578, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29568, "src": "69082:2:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_94250d77556167cb7a7fd3eb9433101f8af8848163edfced0c46147ba10a2577", "typeString": "literal_string \"log(address,address,address,uint256)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_uint256", "typeString": "uint256" } ], "expression": { "id": 29572, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "69006:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29573, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "69010:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "69006:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29579, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "69006:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29571, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "68990:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29580, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "68990:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29581, "nodeType": "ExpressionStatement", "src": "68990:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "68914:3:16", "parameters": { "id": 29569, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29562, "mutability": "mutable", "name": "p0", "nameLocation": "68926:2:16", "nodeType": "VariableDeclaration", "scope": 29583, "src": "68918:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29561, "name": "address", "nodeType": "ElementaryTypeName", "src": "68918:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29564, "mutability": "mutable", "name": "p1", "nameLocation": "68938:2:16", "nodeType": "VariableDeclaration", "scope": 29583, "src": "68930:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29563, "name": "address", "nodeType": "ElementaryTypeName", "src": "68930:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29566, "mutability": "mutable", "name": "p2", "nameLocation": "68950:2:16", "nodeType": "VariableDeclaration", "scope": 29583, "src": "68942:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29565, "name": "address", "nodeType": "ElementaryTypeName", "src": "68942:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29568, "mutability": "mutable", "name": "p3", "nameLocation": "68962:2:16", "nodeType": "VariableDeclaration", "scope": 29583, "src": "68954:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 29567, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "68954:7:16", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "visibility": "internal" } ], "src": "68917:48:16" }, "returnParameters": { "id": 29570, "nodeType": "ParameterList", "parameters": [], "src": "68980:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29606, "nodeType": "FunctionDefinition", "src": "69099:193:16", "nodes": [], "body": { "id": 29605, "nodeType": "Block", "src": "69180:112:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c616464726573732c737472696e6729", "id": 29597, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "69230:37:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_f808da2086fed855c3e15d9dbfed3b17a93ed9a59947aae6ab05b7e18576f025", "typeString": "literal_string \"log(address,address,address,string)\"" }, "value": "log(address,address,address,string)" }, { "id": 29598, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29585, "src": "69269:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29599, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29587, "src": "69273:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29600, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29589, "src": "69277:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29601, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29591, "src": "69281:2:16", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_f808da2086fed855c3e15d9dbfed3b17a93ed9a59947aae6ab05b7e18576f025", "typeString": "literal_string \"log(address,address,address,string)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_string_memory_ptr", "typeString": "string memory" } ], "expression": { "id": 29595, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "69206:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29596, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "69210:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "69206:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29602, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "69206:78:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29594, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "69190:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29603, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "69190:95:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29604, "nodeType": "ExpressionStatement", "src": "69190:95:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "69108:3:16", "parameters": { "id": 29592, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29585, "mutability": "mutable", "name": "p0", "nameLocation": "69120:2:16", "nodeType": "VariableDeclaration", "scope": 29606, "src": "69112:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29584, "name": "address", "nodeType": "ElementaryTypeName", "src": "69112:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29587, "mutability": "mutable", "name": "p1", "nameLocation": "69132:2:16", "nodeType": "VariableDeclaration", "scope": 29606, "src": "69124:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29586, "name": "address", "nodeType": "ElementaryTypeName", "src": "69124:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29589, "mutability": "mutable", "name": "p2", "nameLocation": "69144:2:16", "nodeType": "VariableDeclaration", "scope": 29606, "src": "69136:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29588, "name": "address", "nodeType": "ElementaryTypeName", "src": "69136:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29591, "mutability": "mutable", "name": "p3", "nameLocation": "69162:2:16", "nodeType": "VariableDeclaration", "scope": 29606, "src": "69148:16:16", "stateVariable": false, "storageLocation": "memory", "typeDescriptions": { "typeIdentifier": "t_string_memory_ptr", "typeString": "string" }, "typeName": { "id": 29590, "name": "string", "nodeType": "ElementaryTypeName", "src": "69148:6:16", "typeDescriptions": { "typeIdentifier": "t_string_storage_ptr", "typeString": "string" } }, "visibility": "internal" } ], "src": "69111:54:16" }, "returnParameters": { "id": 29593, "nodeType": "ParameterList", "parameters": [], "src": "69180:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29629, "nodeType": "FunctionDefinition", "src": "69298:182:16", "nodes": [], "body": { "id": 29628, "nodeType": "Block", "src": "69370:110:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c616464726573732c626f6f6c29", "id": 29620, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "69420:35:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_0e378994a4cd2663acfd73a7ad4e09d196e4fb7ee05b7cdf0708eb30271e2afb", "typeString": "literal_string \"log(address,address,address,bool)\"" }, "value": "log(address,address,address,bool)" }, { "id": 29621, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29608, "src": "69457:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29622, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29610, "src": "69461:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29623, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29612, "src": "69465:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29624, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29614, "src": "69469:2:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_0e378994a4cd2663acfd73a7ad4e09d196e4fb7ee05b7cdf0708eb30271e2afb", "typeString": "literal_string \"log(address,address,address,bool)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_bool", "typeString": "bool" } ], "expression": { "id": 29618, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "69396:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29619, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "69400:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "69396:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29625, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "69396:76:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29617, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "69380:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29626, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "69380:93:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29627, "nodeType": "ExpressionStatement", "src": "69380:93:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "69307:3:16", "parameters": { "id": 29615, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29608, "mutability": "mutable", "name": "p0", "nameLocation": "69319:2:16", "nodeType": "VariableDeclaration", "scope": 29629, "src": "69311:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29607, "name": "address", "nodeType": "ElementaryTypeName", "src": "69311:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29610, "mutability": "mutable", "name": "p1", "nameLocation": "69331:2:16", "nodeType": "VariableDeclaration", "scope": 29629, "src": "69323:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29609, "name": "address", "nodeType": "ElementaryTypeName", "src": "69323:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29612, "mutability": "mutable", "name": "p2", "nameLocation": "69343:2:16", "nodeType": "VariableDeclaration", "scope": 29629, "src": "69335:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29611, "name": "address", "nodeType": "ElementaryTypeName", "src": "69335:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29614, "mutability": "mutable", "name": "p3", "nameLocation": "69352:2:16", "nodeType": "VariableDeclaration", "scope": 29629, "src": "69347:7:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 29613, "name": "bool", "nodeType": "ElementaryTypeName", "src": "69347:4:16", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "visibility": "internal" } ], "src": "69310:45:16" }, "returnParameters": { "id": 29616, "nodeType": "ParameterList", "parameters": [], "src": "69370:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" }, { "id": 29652, "nodeType": "FunctionDefinition", "src": "69486:188:16", "nodes": [], "body": { "id": 29651, "nodeType": "Block", "src": "69561:113:16", "nodes": [], "statements": [ { "expression": { "arguments": [ { "arguments": [ { "hexValue": "6c6f6728616464726573732c616464726573732c616464726573732c6164647265737329", "id": 29643, "isConstant": false, "isLValue": false, "isPure": true, "kind": "string", "lValueRequested": false, "nodeType": "Literal", "src": "69611:38:16", "typeDescriptions": { "typeIdentifier": "t_stringliteral_665bf1345e006aa321c0b6b71bed55ce0d6cdd812632f8c43114f62c55ffa0b5", "typeString": "literal_string \"log(address,address,address,address)\"" }, "value": "log(address,address,address,address)" }, { "id": 29644, "name": "p0", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29631, "src": "69651:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29645, "name": "p1", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29633, "src": "69655:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29646, "name": "p2", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29635, "src": "69659:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, { "id": 29647, "name": "p3", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 29637, "src": "69663:2:16", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_stringliteral_665bf1345e006aa321c0b6b71bed55ce0d6cdd812632f8c43114f62c55ffa0b5", "typeString": "literal_string \"log(address,address,address,address)\"" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" }, { "typeIdentifier": "t_address", "typeString": "address" } ], "expression": { "id": 29641, "name": "abi", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": -1, "src": "69587:3:16", "typeDescriptions": { "typeIdentifier": "t_magic_abi", "typeString": "abi" } }, "id": 29642, "isConstant": false, "isLValue": false, "isPure": true, "lValueRequested": false, "memberLocation": "69591:19:16", "memberName": "encodeWithSignature", "nodeType": "MemberAccess", "src": "69587:23:16", "typeDescriptions": { "typeIdentifier": "t_function_abiencodewithsignature_pure$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", "typeString": "function (string memory) pure returns (bytes memory)" } }, "id": 29648, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "69587:79:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } } ], "expression": { "argumentTypes": [ { "typeIdentifier": "t_bytes_memory_ptr", "typeString": "bytes memory" } ], "id": 29640, "name": "_sendLogPayload", "nodeType": "Identifier", "overloadedDeclarations": [], "referencedDeclaration": 21566, "src": "69571:15:16", "typeDescriptions": { "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", "typeString": "function (bytes memory) pure" } }, "id": 29649, "isConstant": false, "isLValue": false, "isPure": false, "kind": "functionCall", "lValueRequested": false, "nameLocations": [], "names": [], "nodeType": "FunctionCall", "src": "69571:96:16", "tryCall": false, "typeDescriptions": { "typeIdentifier": "t_tuple$__$", "typeString": "tuple()" } }, "id": 29650, "nodeType": "ExpressionStatement", "src": "69571:96:16" } ] }, "implemented": true, "kind": "function", "modifiers": [], "name": "log", "nameLocation": "69495:3:16", "parameters": { "id": 29638, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 29631, "mutability": "mutable", "name": "p0", "nameLocation": "69507:2:16", "nodeType": "VariableDeclaration", "scope": 29652, "src": "69499:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29630, "name": "address", "nodeType": "ElementaryTypeName", "src": "69499:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29633, "mutability": "mutable", "name": "p1", "nameLocation": "69519:2:16", "nodeType": "VariableDeclaration", "scope": 29652, "src": "69511:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29632, "name": "address", "nodeType": "ElementaryTypeName", "src": "69511:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29635, "mutability": "mutable", "name": "p2", "nameLocation": "69531:2:16", "nodeType": "VariableDeclaration", "scope": 29652, "src": "69523:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29634, "name": "address", "nodeType": "ElementaryTypeName", "src": "69523:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" }, { "constant": false, "id": 29637, "mutability": "mutable", "name": "p3", "nameLocation": "69543:2:16", "nodeType": "VariableDeclaration", "scope": 29652, "src": "69535:10:16", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" }, "typeName": { "id": 29636, "name": "address", "nodeType": "ElementaryTypeName", "src": "69535:7:16", "stateMutability": "nonpayable", "typeDescriptions": { "typeIdentifier": "t_address", "typeString": "address" } }, "visibility": "internal" } ], "src": "69498:48:16" }, "returnParameters": { "id": 29639, "nodeType": "ParameterList", "parameters": [], "src": "69561:0:16" }, "scope": 29653, "stateMutability": "pure", "virtual": false, "visibility": "internal" } ], "abstract": false, "baseContracts": [], "canonicalName": "console2", "contractDependencies": [], "contractKind": "library", "documentation": { "id": 21531, "nodeType": "StructuredDocumentation", "src": "66:459:16", "text": "@dev The original console.sol uses `int` and `uint` for computing function selectors, but it should\n use `int256` and `uint256`. This modified version fixes that. This version is recommended\n over `console.sol` if you don't need compatibility with Hardhat as the logs will show up in\n forge stack traces. If you do need compatibility with Hardhat, you must use `console.sol`.\n Reference: https://github.com/NomicFoundation/hardhat/issues/2178" }, "fullyImplemented": true, "linearizedBaseContracts": [ 29653 ], "name": "console2", "nameLocation": "533:8:16", "scope": 29654, "usedErrors": [], "usedEvents": [] } ], "license": "MIT" }, "id": 16 }