Skip to content

Instantly share code, notes, and snippets.

@cagataycali
Last active July 31, 2022 16:43
Show Gist options
  • Save cagataycali/947039f7c8d066957b3652b638085f49 to your computer and use it in GitHub Desktop.
Save cagataycali/947039f7c8d066957b3652b638085f49 to your computer and use it in GitHub Desktop.
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
{
"deploy": {
"VM:-": {
"linkReferences": {},
"autoDeployLib": true
},
"main:1": {
"linkReferences": {},
"autoDeployLib": true
},
"ropsten:3": {
"linkReferences": {},
"autoDeployLib": true
},
"rinkeby:4": {
"linkReferences": {},
"autoDeployLib": true
},
"kovan:42": {
"linkReferences": {},
"autoDeployLib": true
},
"görli:5": {
"linkReferences": {},
"autoDeployLib": true
},
"Custom": {
"linkReferences": {},
"autoDeployLib": true
}
},
"data": {
"bytecode": {
"functionDebugData": {},
"generatedSources": [],
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
},
"deployedBytecode": {
"functionDebugData": {},
"generatedSources": [],
"immutableReferences": {},
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
},
"gasEstimates": null,
"methodIdentifiers": {
"mutation(bytes)": "e5151bb5",
"mutation(string,bytes)": "d989e177",
"query(bytes)": "ed815d83",
"query(string,bytes)": "06d81d29",
"register(string,address)": "1e59c529",
"reply(string,uint8,bytes)": "50f55b82",
"routes(string)": "cffbffb5"
}
},
"abi": [
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "mutation",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "mutation",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "query",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "query",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "contract HSTP",
"name": "node",
"type": "address"
}
],
"name": "register",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "enum Operation",
"name": "_operation",
"type": "uint8"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "reply",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "response",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"name": "routes",
"outputs": [
{
"internalType": "contract HSTP",
"name": "resolver",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]
}
{
"compiler": {
"version": "0.8.7+commit.e28d00a7"
},
"language": "Solidity",
"output": {
"abi": [
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "mutation",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "mutation",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "query",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "query",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "contract HSTP",
"name": "node",
"type": "address"
}
],
"name": "register",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "enum Operation",
"name": "_operation",
"type": "uint8"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "reply",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "response",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"name": "routes",
"outputs": [
{
"internalType": "contract HSTP",
"name": "resolver",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"devdoc": {
"kind": "dev",
"methods": {},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
},
"settings": {
"compilationTarget": {
"contracts/HSTP.sol": "HSTP"
},
"evmVersion": "london",
"libraries": {},
"metadata": {
"bytecodeHash": "ipfs"
},
"optimizer": {
"enabled": false,
"runs": 200
},
"remappings": []
},
"sources": {
"contracts/HSTP.sol": {
"keccak256": "0xb4b94eacd21daebfbec0d72c7788c305c75d9b388a9bdac7462b74a4c137173b",
"license": "GNU-3.0-or-later",
"urls": [
"bzz-raw://cf21500f56cf531e2f22d6b81044d6c6e0a32e160d3c06e5a49becbbdb98e658",
"dweb:/ipfs/QmXFphexmfGr2m9xp6UN1TJDrTtgXtSY5DqDSKVGgxNYxi"
]
},
"contracts/Router.sol": {
"keccak256": "0x4558a40735476887b3c18235a8b550a473bea18a850691e8f5683acb7d4e27dd",
"license": "GNU-3.0-or-later",
"urls": [
"bzz-raw://dcddd55c2931c81dc96b1b097a6e5577aadc16f2ce9b7d43d13f944967bebd4d",
"dweb:/ipfs/QmTpgiQH5udi24XtyzA5nsQx75iaL2C3bFEMc3xvFnnD3k"
]
}
},
"version": 1
}
{
"deploy": {
"VM:-": {
"linkReferences": {},
"autoDeployLib": true
},
"main:1": {
"linkReferences": {},
"autoDeployLib": true
},
"ropsten:3": {
"linkReferences": {},
"autoDeployLib": true
},
"rinkeby:4": {
"linkReferences": {},
"autoDeployLib": true
},
"kovan:42": {
"linkReferences": {},
"autoDeployLib": true
},
"görli:5": {
"linkReferences": {},
"autoDeployLib": true
},
"Custom": {
"linkReferences": {},
"autoDeployLib": true
}
},
"data": {
"bytecode": {
"functionDebugData": {},
"generatedSources": [],
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
},
"deployedBytecode": {
"functionDebugData": {},
"generatedSources": [],
"immutableReferences": {},
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
},
"gasEstimates": null,
"methodIdentifiers": {
"mutation(string,bytes)": "d989e177",
"query(string,bytes)": "06d81d29",
"register(string,address)": "1e59c529",
"reply(string,uint8,bytes)": "50f55b82",
"routes(string)": "cffbffb5"
}
},
"abi": [
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "mutation",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "query",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "contract HSTP",
"name": "node",
"type": "address"
}
],
"name": "register",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "enum Operation",
"name": "_operation",
"type": "uint8"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "reply",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "response",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"name": "routes",
"outputs": [
{
"internalType": "contract HSTP",
"name": "resolver",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]
}
{
"compiler": {
"version": "0.8.7+commit.e28d00a7"
},
"language": "Solidity",
"output": {
"abi": [
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "mutation",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "query",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "contract HSTP",
"name": "node",
"type": "address"
}
],
"name": "register",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "enum Operation",
"name": "_operation",
"type": "uint8"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "reply",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "response",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"name": "routes",
"outputs": [
{
"internalType": "contract HSTP",
"name": "resolver",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"devdoc": {
"kind": "dev",
"methods": {},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
},
"settings": {
"compilationTarget": {
"contracts/Router.sol": "Router"
},
"evmVersion": "london",
"libraries": {},
"metadata": {
"bytecodeHash": "ipfs"
},
"optimizer": {
"enabled": false,
"runs": 200
},
"remappings": []
},
"sources": {
"contracts/HSTP.sol": {
"keccak256": "0xb4b94eacd21daebfbec0d72c7788c305c75d9b388a9bdac7462b74a4c137173b",
"license": "GNU-3.0-or-later",
"urls": [
"bzz-raw://cf21500f56cf531e2f22d6b81044d6c6e0a32e160d3c06e5a49becbbdb98e658",
"dweb:/ipfs/QmXFphexmfGr2m9xp6UN1TJDrTtgXtSY5DqDSKVGgxNYxi"
]
},
"contracts/Router.sol": {
"keccak256": "0x4558a40735476887b3c18235a8b550a473bea18a850691e8f5683acb7d4e27dd",
"license": "GNU-3.0-or-later",
"urls": [
"bzz-raw://dcddd55c2931c81dc96b1b097a6e5577aadc16f2ce9b7d43d13f944967bebd4d",
"dweb:/ipfs/QmTpgiQH5udi24XtyzA5nsQx75iaL2C3bFEMc3xvFnnD3k"
]
}
},
"version": 1
}
{
"deploy": {
"VM:-": {
"linkReferences": {},
"autoDeployLib": true
},
"main:1": {
"linkReferences": {},
"autoDeployLib": true
},
"ropsten:3": {
"linkReferences": {},
"autoDeployLib": true
},
"rinkeby:4": {
"linkReferences": {},
"autoDeployLib": true
},
"kovan:42": {
"linkReferences": {},
"autoDeployLib": true
},
"görli:5": {
"linkReferences": {},
"autoDeployLib": true
},
"Custom": {
"linkReferences": {},
"autoDeployLib": true
}
},
"data": {
"bytecode": {
"functionDebugData": {
"@_15": {
"entryPoint": null,
"id": 15,
"parameterSlots": 1,
"returnSlots": 0
},
"@register_151": {
"entryPoint": 97,
"id": 151,
"parameterSlots": 2,
"returnSlots": 0
},
"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack": {
"entryPoint": 244,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_tuple_packed_t_string_memory_ptr__to_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed": {
"entryPoint": 299,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"array_length_t_string_memory_ptr": {
"entryPoint": 324,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack": {
"entryPoint": 335,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"copy_memory_to_memory": {
"entryPoint": 346,
"id": null,
"parameterSlots": 3,
"returnSlots": 0
}
},
"generatedSources": [
{
"ast": {
"nodeType": "YulBlock",
"src": "0:1240:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "117:267:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "127:53:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "174:5:3"
}
],
"functionName": {
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "141:32:3"
},
"nodeType": "YulFunctionCall",
"src": "141:39:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "131:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "189:96:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "273:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "278:6:3"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulIdentifier",
"src": "196:76:3"
},
"nodeType": "YulFunctionCall",
"src": "196:89:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "189:3:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "320:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "327:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "316:3:3"
},
"nodeType": "YulFunctionCall",
"src": "316:16:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "334:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "339:6:3"
}
],
"functionName": {
"name": "copy_memory_to_memory",
"nodeType": "YulIdentifier",
"src": "294:21:3"
},
"nodeType": "YulFunctionCall",
"src": "294:52:3"
},
"nodeType": "YulExpressionStatement",
"src": "294:52:3"
},
{
"nodeType": "YulAssignment",
"src": "355:23:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "366:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "371:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "362:3:3"
},
"nodeType": "YulFunctionCall",
"src": "362:16:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "355:3:3"
}
]
}
]
},
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "98:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "105:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "113:3:3",
"type": ""
}
],
"src": "7:377:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "526:139:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "537:102:3",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "626:6:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "635:3:3"
}
],
"functionName": {
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulIdentifier",
"src": "544:81:3"
},
"nodeType": "YulFunctionCall",
"src": "544:95:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "537:3:3"
}
]
},
{
"nodeType": "YulAssignment",
"src": "649:10:3",
"value": {
"name": "pos",
"nodeType": "YulIdentifier",
"src": "656:3:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "649:3:3"
}
]
}
]
},
"name": "abi_encode_tuple_packed_t_string_memory_ptr__to_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "505:3:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "511:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "522:3:3",
"type": ""
}
],
"src": "390:275:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "730:40:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "741:22:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "757:5:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "751:5:3"
},
"nodeType": "YulFunctionCall",
"src": "751:12:3"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "741:6:3"
}
]
}
]
},
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "713:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "723:6:3",
"type": ""
}
],
"src": "671:99:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "890:34:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "900:18:3",
"value": {
"name": "pos",
"nodeType": "YulIdentifier",
"src": "915:3:3"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "900:11:3"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "862:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "867:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "878:11:3",
"type": ""
}
],
"src": "776:148:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "979:258:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "989:10:3",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "998:1:3",
"type": "",
"value": "0"
},
"variables": [
{
"name": "i",
"nodeType": "YulTypedName",
"src": "993:1:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "1058:63:3",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "1083:3:3"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1088:1:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1079:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1079:11:3"
},
{
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "1102:3:3"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1107:1:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1098:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1098:11:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "1092:5:3"
},
"nodeType": "YulFunctionCall",
"src": "1092:18:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "1072:6:3"
},
"nodeType": "YulFunctionCall",
"src": "1072:39:3"
},
"nodeType": "YulExpressionStatement",
"src": "1072:39:3"
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1019:1:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1022:6:3"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "1016:2:3"
},
"nodeType": "YulFunctionCall",
"src": "1016:13:3"
},
"nodeType": "YulForLoop",
"post": {
"nodeType": "YulBlock",
"src": "1030:19:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1032:15:3",
"value": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1041:1:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1044:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1037:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1037:10:3"
},
"variableNames": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1032:1:3"
}
]
}
]
},
"pre": {
"nodeType": "YulBlock",
"src": "1012:3:3",
"statements": []
},
"src": "1008:113:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1155:76:3",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "1205:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1210:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1201:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1201:16:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1219:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "1194:6:3"
},
"nodeType": "YulFunctionCall",
"src": "1194:27:3"
},
"nodeType": "YulExpressionStatement",
"src": "1194:27:3"
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1136:1:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1139:6:3"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "1133:2:3"
},
"nodeType": "YulFunctionCall",
"src": "1133:13:3"
},
"nodeType": "YulIf",
"src": "1130:101:3"
}
]
},
"name": "copy_memory_to_memory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "961:3:3",
"type": ""
},
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "966:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "971:6:3",
"type": ""
}
],
"src": "930:307:3"
}
]
},
"contents": "{\n\n function abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack(value, pos) -> end {\n let length := array_length_t_string_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack(pos, length)\n copy_memory_to_memory(add(value, 0x20), pos, length)\n end := add(pos, length)\n }\n\n function abi_encode_tuple_packed_t_string_memory_ptr__to_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed(pos , value0) -> end {\n\n pos := abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack(value0, pos)\n\n end := pos\n }\n\n function array_length_t_string_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack(pos, length) -> updated_pos {\n updated_pos := pos\n }\n\n function copy_memory_to_memory(src, dst, length) {\n let i := 0\n for { } lt(i, length) { i := add(i, 32) }\n {\n mstore(add(dst, i), mload(add(src, i)))\n }\n if gt(i, length)\n {\n // clear end\n mstore(add(dst, length), 0)\n }\n }\n\n}\n",
"id": 3,
"language": "Yul",
"name": "#utility.yul"
}
],
"linkReferences": {},
"object": "60806040523480156200001157600080fd5b506040518060400160405280600481526020017f546f646f000000000000000000000000000000000000000000000000000000008152506200005a81306200006160201b60201c565b5062000190565b60405180602001604052808273ffffffffffffffffffffffffffffffffffffffff168152506000836040516200009891906200012b565b908152602001604051809103902060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055509050505050565b6000620001018262000144565b6200010d81856200014f565b93506200011f8185602086016200015a565b80840191505092915050565b6000620001398284620000f4565b915081905092915050565b600081519050919050565b600081905092915050565b60005b838110156200017a5780820151818401526020810190506200015d565b838111156200018a576000848401525b50505050565b6111d380620001a06000396000f3fe60806040526004361061007b5760003560e01c8063d989e1771161004e578063d989e17714610153578063e5151bb514610183578063ed815d83146101b3578063fad3b421146101f05761007b565b806306d81d29146100805780631e59c529146100bd57806350f55b82146100e6578063cffbffb514610116575b600080fd5b34801561008c57600080fd5b506100a760048036038101906100a29190610a93565b610220565b6040516100b49190610eb9565b60405180910390f35b3480156100c957600080fd5b506100e460048036038101906100df9190610b0b565b6102ff565b005b61010060048036038101906100fb9190610b67565b610390565b60405161010d9190610eb9565b60405180910390f35b34801561012257600080fd5b5061013d60048036038101906101389190610a4a565b610525565b60405161014a9190610e67565b60405180910390f35b61016d60048036038101906101689190610a93565b610579565b60405161017a9190610eb9565b60405180910390f35b61019d60048036038101906101989190610a01565b61065a565b6040516101aa9190610eb9565b60405180910390f35b3480156101bf57600080fd5b506101da60048036038101906101d59190610a01565b610712565b6040516101e79190610eb9565b60405180910390f35b61020a60048036038101906102059190610c3b565b61071f565b6040516102179190610eb9565b60405180910390f35b610228610739565b6000836040516102389190610e2e565b908152602001604051809103902060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ed815d83836040518263ffffffff1660e01b81526004016102a29190610e45565b60006040518083038186803b1580156102ba57600080fd5b505afa1580156102ce573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f820116820180604052508101906102f79190610bf2565b905092915050565b60405180602001604052808273ffffffffffffffffffffffffffffffffffffffff168152506000836040516103349190610e2e565b908152602001604051809103902060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055509050505050565b610398610739565b600060018111156103ac576103ab6110d2565b5b8360018111156103bf576103be6110d2565b5b141561045c573073ffffffffffffffffffffffffffffffffffffffff166306d81d2985846040518363ffffffff1660e01b8152600401610400929190610e82565b60006040518083038186803b15801561041857600080fd5b505afa15801561042c573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f820116820180604052508101906104559190610bf2565b905061051e565b60018081111561046f5761046e6110d2565b5b836001811115610482576104816110d2565b5b141561051d573073ffffffffffffffffffffffffffffffffffffffff1663d989e17785846040518363ffffffff1660e01b81526004016104c3929190610e82565b600060405180830381600087803b1580156104dd57600080fd5b505af11580156104f1573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f8201168201806040525081019061051a9190610bf2565b90505b5b9392505050565b6000818051602081018201805184825260208301602085012081835280955050505050506000915090508060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081565b610581610739565b6000836040516105919190610e2e565b908152602001604051809103902060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e5151bb5836040518263ffffffff1660e01b81526004016105fb9190610e45565b600060405180830381600087803b15801561061557600080fd5b505af1158015610629573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f820116820180604052508101906106529190610bf2565b905092915050565b610662610739565b6000828060200190518101906106789190610c84565b90503073ffffffffffffffffffffffffffffffffffffffff1663fad3b421826040518263ffffffff1660e01b81526004016106b39190610edb565b600060405180830381600087803b1580156106cd57600080fd5b505af11580156106e1573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f8201168201806040525081019061070a9190610bf2565b915050919050565b61071a610739565b919050565b610727610739565b81600001518160200181905250919050565b6040518060400160405280600060ff168152602001606081525090565b600061076961076484610f22565b610efd565b9050828152602081018484840111156107855761078461113f565b5b61079084828561105f565b509392505050565b60006107ab6107a684610f53565b610efd565b9050828152602081018484840111156107c7576107c661113f565b5b6107d284828561105f565b509392505050565b60006107ed6107e884610f53565b610efd565b9050828152602081018484840111156108095761080861113f565b5b61081484828561106e565b509392505050565b600082601f83011261083157610830611130565b5b8135610841848260208601610756565b91505092915050565b6000813590506108598161115f565b92915050565b60008135905061086e81611176565b92915050565b600082601f83011261088957610888611130565b5b8135610899848260208601610798565b91505092915050565b600082601f8301126108b7576108b6611130565b5b81516108c78482602086016107da565b91505092915050565b6000604082840312156108e6576108e5611135565b5b6108f06040610efd565b90506000610900848285016109ec565b600083015250602082015167ffffffffffffffff8111156109245761092361113a565b5b610930848285016108a2565b60208301525092915050565b60006020828403121561095257610951611135565b5b61095c6020610efd565b9050600082013567ffffffffffffffff81111561097c5761097b61113a565b5b61098884828501610874565b60008301525092915050565b6000602082840312156109aa576109a9611135565b5b6109b46020610efd565b9050600082015167ffffffffffffffff8111156109d4576109d361113a565b5b6109e0848285016108a2565b60008301525092915050565b6000815190506109fb81611186565b92915050565b600060208284031215610a1757610a16611149565b5b600082013567ffffffffffffffff811115610a3557610a34611144565b5b610a418482850161081c565b91505092915050565b600060208284031215610a6057610a5f611149565b5b600082013567ffffffffffffffff811115610a7e57610a7d611144565b5b610a8a84828501610874565b91505092915050565b60008060408385031215610aaa57610aa9611149565b5b600083013567ffffffffffffffff811115610ac857610ac7611144565b5b610ad485828601610874565b925050602083013567ffffffffffffffff811115610af557610af4611144565b5b610b018582860161081c565b9150509250929050565b60008060408385031215610b2257610b21611149565b5b600083013567ffffffffffffffff811115610b4057610b3f611144565b5b610b4c85828601610874565b9250506020610b5d8582860161084a565b9150509250929050565b600080600060608486031215610b8057610b7f611149565b5b600084013567ffffffffffffffff811115610b9e57610b9d611144565b5b610baa86828701610874565b9350506020610bbb8682870161085f565b925050604084013567ffffffffffffffff811115610bdc57610bdb611144565b5b610be88682870161081c565b9150509250925092565b600060208284031215610c0857610c07611149565b5b600082015167ffffffffffffffff811115610c2657610c25611144565b5b610c32848285016108d0565b91505092915050565b600060208284031215610c5157610c50611149565b5b600082013567ffffffffffffffff811115610c6f57610c6e611144565b5b610c7b8482850161093c565b91505092915050565b600060208284031215610c9a57610c99611149565b5b600082015167ffffffffffffffff811115610cb857610cb7611144565b5b610cc484828501610994565b91505092915050565b6000610cd882610f84565b610ce28185610f9a565b9350610cf281856020860161106e565b610cfb8161114e565b840191505092915050565b610d0f81611029565b82525050565b6000610d2082610f8f565b610d2a8185610fab565b9350610d3a81856020860161106e565b610d438161114e565b840191505092915050565b6000610d5982610f8f565b610d638185610fbc565b9350610d7381856020860161106e565b610d7c8161114e565b840191505092915050565b6000610d9282610f8f565b610d9c8185610fcd565b9350610dac81856020860161106e565b80840191505092915050565b6000604083016000830151610dd06000860182610e1f565b5060208301518482036020860152610de88282610d15565b9150508091505092915050565b60006020830160008301518482036000860152610e128282610d15565b9150508091505092915050565b610e288161101c565b82525050565b6000610e3a8284610d87565b915081905092915050565b60006020820190508181036000830152610e5f8184610ccd565b905092915050565b6000602082019050610e7c6000830184610d06565b92915050565b60006040820190508181036000830152610e9c8185610d4e565b90508181036020830152610eb08184610ccd565b90509392505050565b60006020820190508181036000830152610ed38184610db8565b905092915050565b60006020820190508181036000830152610ef58184610df5565b905092915050565b6000610f07610f18565b9050610f1382826110a1565b919050565b6000604051905090565b600067ffffffffffffffff821115610f3d57610f3c611101565b5b610f468261114e565b9050602081019050919050565b600067ffffffffffffffff821115610f6e57610f6d611101565b5b610f778261114e565b9050602081019050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b6000610fe382610ffc565b9050919050565b6000610ff582610fd8565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600060ff82169050919050565b60006110348261103b565b9050919050565b60006110468261104d565b9050919050565b600061105882610ffc565b9050919050565b82818337600083830152505050565b60005b8381101561108c578082015181840152602081019050611071565b8381111561109b576000848401525b50505050565b6110aa8261114e565b810181811067ffffffffffffffff821117156110c9576110c8611101565b5b80604052505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b61116881610fea565b811461117357600080fd5b50565b6002811061118357600080fd5b50565b61118f8161101c565b811461119a57600080fd5b5056fea2646970667358221220ff355b900df90d7a2bc75c877e774d801b8ff8e1c1e51869cae02dba9983b20e64736f6c63430008070033",
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x4 DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x546F646F00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE POP PUSH3 0x5A DUP2 ADDRESS PUSH3 0x61 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST POP PUSH3 0x190 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x20 ADD PUSH1 0x40 MSTORE DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE POP PUSH1 0x0 DUP4 PUSH1 0x40 MLOAD PUSH3 0x98 SWAP2 SWAP1 PUSH3 0x12B JUMP JUMPDEST SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP SWAP1 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x101 DUP3 PUSH3 0x144 JUMP JUMPDEST PUSH3 0x10D DUP2 DUP6 PUSH3 0x14F JUMP JUMPDEST SWAP4 POP PUSH3 0x11F DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH3 0x15A JUMP JUMPDEST DUP1 DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x139 DUP3 DUP5 PUSH3 0xF4 JUMP JUMPDEST SWAP2 POP DUP2 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH3 0x17A JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH3 0x15D JUMP JUMPDEST DUP4 DUP2 GT ISZERO PUSH3 0x18A JUMPI PUSH1 0x0 DUP5 DUP5 ADD MSTORE JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH2 0x11D3 DUP1 PUSH3 0x1A0 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x7B JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xD989E177 GT PUSH2 0x4E JUMPI DUP1 PUSH4 0xD989E177 EQ PUSH2 0x153 JUMPI DUP1 PUSH4 0xE5151BB5 EQ PUSH2 0x183 JUMPI DUP1 PUSH4 0xED815D83 EQ PUSH2 0x1B3 JUMPI DUP1 PUSH4 0xFAD3B421 EQ PUSH2 0x1F0 JUMPI PUSH2 0x7B JUMP JUMPDEST DUP1 PUSH4 0x6D81D29 EQ PUSH2 0x80 JUMPI DUP1 PUSH4 0x1E59C529 EQ PUSH2 0xBD JUMPI DUP1 PUSH4 0x50F55B82 EQ PUSH2 0xE6 JUMPI DUP1 PUSH4 0xCFFBFFB5 EQ PUSH2 0x116 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x8C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xA7 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xA2 SWAP2 SWAP1 PUSH2 0xA93 JUMP JUMPDEST PUSH2 0x220 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xB4 SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xC9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xE4 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xDF SWAP2 SWAP1 PUSH2 0xB0B JUMP JUMPDEST PUSH2 0x2FF JUMP JUMPDEST STOP JUMPDEST PUSH2 0x100 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xFB SWAP2 SWAP1 PUSH2 0xB67 JUMP JUMPDEST PUSH2 0x390 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x10D SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x122 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x13D PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x138 SWAP2 SWAP1 PUSH2 0xA4A JUMP JUMPDEST PUSH2 0x525 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x14A SWAP2 SWAP1 PUSH2 0xE67 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x16D PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x168 SWAP2 SWAP1 PUSH2 0xA93 JUMP JUMPDEST PUSH2 0x579 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x17A SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x19D PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x198 SWAP2 SWAP1 PUSH2 0xA01 JUMP JUMPDEST PUSH2 0x65A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1AA SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1BF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1DA PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1D5 SWAP2 SWAP1 PUSH2 0xA01 JUMP JUMPDEST PUSH2 0x712 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E7 SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x20A PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x205 SWAP2 SWAP1 PUSH2 0xC3B JUMP JUMPDEST PUSH2 0x71F JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x217 SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x228 PUSH2 0x739 JUMP JUMPDEST PUSH1 0x0 DUP4 PUSH1 0x40 MLOAD PUSH2 0x238 SWAP2 SWAP1 PUSH2 0xE2E JUMP JUMPDEST SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xED815D83 DUP4 PUSH1 0x40 MLOAD DUP3 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2A2 SWAP2 SWAP1 PUSH2 0xE45 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x2BA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x2CE JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x2F7 SWAP2 SWAP1 PUSH2 0xBF2 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x20 ADD PUSH1 0x40 MSTORE DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE POP PUSH1 0x0 DUP4 PUSH1 0x40 MLOAD PUSH2 0x334 SWAP2 SWAP1 PUSH2 0xE2E JUMP JUMPDEST SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP SWAP1 POP POP POP POP JUMP JUMPDEST PUSH2 0x398 PUSH2 0x739 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 DUP2 GT ISZERO PUSH2 0x3AC JUMPI PUSH2 0x3AB PUSH2 0x10D2 JUMP JUMPDEST JUMPDEST DUP4 PUSH1 0x1 DUP2 GT ISZERO PUSH2 0x3BF JUMPI PUSH2 0x3BE PUSH2 0x10D2 JUMP JUMPDEST JUMPDEST EQ ISZERO PUSH2 0x45C JUMPI ADDRESS PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x6D81D29 DUP6 DUP5 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x400 SWAP3 SWAP2 SWAP1 PUSH2 0xE82 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x418 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x42C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x455 SWAP2 SWAP1 PUSH2 0xBF2 JUMP JUMPDEST SWAP1 POP PUSH2 0x51E JUMP JUMPDEST PUSH1 0x1 DUP1 DUP2 GT ISZERO PUSH2 0x46F JUMPI PUSH2 0x46E PUSH2 0x10D2 JUMP JUMPDEST JUMPDEST DUP4 PUSH1 0x1 DUP2 GT ISZERO PUSH2 0x482 JUMPI PUSH2 0x481 PUSH2 0x10D2 JUMP JUMPDEST JUMPDEST EQ ISZERO PUSH2 0x51D JUMPI ADDRESS PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xD989E177 DUP6 DUP5 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x4C3 SWAP3 SWAP2 SWAP1 PUSH2 0xE82 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x4DD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x4F1 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x51A SWAP2 SWAP1 PUSH2 0xBF2 JUMP JUMPDEST SWAP1 POP JUMPDEST JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 DUP1 MLOAD PUSH1 0x20 DUP2 ADD DUP3 ADD DUP1 MLOAD DUP5 DUP3 MSTORE PUSH1 0x20 DUP4 ADD PUSH1 0x20 DUP6 ADD KECCAK256 DUP2 DUP4 MSTORE DUP1 SWAP6 POP POP POP POP POP POP PUSH1 0x0 SWAP2 POP SWAP1 POP DUP1 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 JUMP JUMPDEST PUSH2 0x581 PUSH2 0x739 JUMP JUMPDEST PUSH1 0x0 DUP4 PUSH1 0x40 MLOAD PUSH2 0x591 SWAP2 SWAP1 PUSH2 0xE2E JUMP JUMPDEST SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xE5151BB5 DUP4 PUSH1 0x40 MLOAD DUP3 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x5FB SWAP2 SWAP1 PUSH2 0xE45 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x615 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x629 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x652 SWAP2 SWAP1 PUSH2 0xBF2 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x662 PUSH2 0x739 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0x678 SWAP2 SWAP1 PUSH2 0xC84 JUMP JUMPDEST SWAP1 POP ADDRESS PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xFAD3B421 DUP3 PUSH1 0x40 MLOAD DUP3 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6B3 SWAP2 SWAP1 PUSH2 0xEDB JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x6CD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x6E1 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x70A SWAP2 SWAP1 PUSH2 0xBF2 JUMP JUMPDEST SWAP2 POP POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x71A PUSH2 0x739 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x727 PUSH2 0x739 JUMP JUMPDEST DUP2 PUSH1 0x0 ADD MLOAD DUP2 PUSH1 0x20 ADD DUP2 SWAP1 MSTORE POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 PUSH1 0xFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x60 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x769 PUSH2 0x764 DUP5 PUSH2 0xF22 JUMP JUMPDEST PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH2 0x785 JUMPI PUSH2 0x784 PUSH2 0x113F JUMP JUMPDEST JUMPDEST PUSH2 0x790 DUP5 DUP3 DUP6 PUSH2 0x105F JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x7AB PUSH2 0x7A6 DUP5 PUSH2 0xF53 JUMP JUMPDEST PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH2 0x7C7 JUMPI PUSH2 0x7C6 PUSH2 0x113F JUMP JUMPDEST JUMPDEST PUSH2 0x7D2 DUP5 DUP3 DUP6 PUSH2 0x105F JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x7ED PUSH2 0x7E8 DUP5 PUSH2 0xF53 JUMP JUMPDEST PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH2 0x809 JUMPI PUSH2 0x808 PUSH2 0x113F JUMP JUMPDEST JUMPDEST PUSH2 0x814 DUP5 DUP3 DUP6 PUSH2 0x106E JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x831 JUMPI PUSH2 0x830 PUSH2 0x1130 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x841 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x756 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x859 DUP2 PUSH2 0x115F JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x86E DUP2 PUSH2 0x1176 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x889 JUMPI PUSH2 0x888 PUSH2 0x1130 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x899 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x798 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x8B7 JUMPI PUSH2 0x8B6 PUSH2 0x1130 JUMP JUMPDEST JUMPDEST DUP2 MLOAD PUSH2 0x8C7 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x7DA JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x8E6 JUMPI PUSH2 0x8E5 PUSH2 0x1135 JUMP JUMPDEST JUMPDEST PUSH2 0x8F0 PUSH1 0x40 PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x900 DUP5 DUP3 DUP6 ADD PUSH2 0x9EC JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x924 JUMPI PUSH2 0x923 PUSH2 0x113A JUMP JUMPDEST JUMPDEST PUSH2 0x930 DUP5 DUP3 DUP6 ADD PUSH2 0x8A2 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x952 JUMPI PUSH2 0x951 PUSH2 0x1135 JUMP JUMPDEST JUMPDEST PUSH2 0x95C PUSH1 0x20 PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x97C JUMPI PUSH2 0x97B PUSH2 0x113A JUMP JUMPDEST JUMPDEST PUSH2 0x988 DUP5 DUP3 DUP6 ADD PUSH2 0x874 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x9AA JUMPI PUSH2 0x9A9 PUSH2 0x1135 JUMP JUMPDEST JUMPDEST PUSH2 0x9B4 PUSH1 0x20 PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x9D4 JUMPI PUSH2 0x9D3 PUSH2 0x113A JUMP JUMPDEST JUMPDEST PUSH2 0x9E0 DUP5 DUP3 DUP6 ADD PUSH2 0x8A2 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x9FB DUP2 PUSH2 0x1186 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA17 JUMPI PUSH2 0xA16 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xA35 JUMPI PUSH2 0xA34 PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xA41 DUP5 DUP3 DUP6 ADD PUSH2 0x81C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA60 JUMPI PUSH2 0xA5F PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xA7E JUMPI PUSH2 0xA7D PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xA8A DUP5 DUP3 DUP6 ADD PUSH2 0x874 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xAAA JUMPI PUSH2 0xAA9 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xAC8 JUMPI PUSH2 0xAC7 PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xAD4 DUP6 DUP3 DUP7 ADD PUSH2 0x874 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xAF5 JUMPI PUSH2 0xAF4 PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xB01 DUP6 DUP3 DUP7 ADD PUSH2 0x81C JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xB22 JUMPI PUSH2 0xB21 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xB40 JUMPI PUSH2 0xB3F PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xB4C DUP6 DUP3 DUP7 ADD PUSH2 0x874 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xB5D DUP6 DUP3 DUP7 ADD PUSH2 0x84A JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xB80 JUMPI PUSH2 0xB7F PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xB9E JUMPI PUSH2 0xB9D PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xBAA DUP7 DUP3 DUP8 ADD PUSH2 0x874 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xBBB DUP7 DUP3 DUP8 ADD PUSH2 0x85F JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xBDC JUMPI PUSH2 0xBDB PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xBE8 DUP7 DUP3 DUP8 ADD PUSH2 0x81C JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC08 JUMPI PUSH2 0xC07 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xC26 JUMPI PUSH2 0xC25 PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xC32 DUP5 DUP3 DUP6 ADD PUSH2 0x8D0 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC51 JUMPI PUSH2 0xC50 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xC6F JUMPI PUSH2 0xC6E PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xC7B DUP5 DUP3 DUP6 ADD PUSH2 0x93C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC9A JUMPI PUSH2 0xC99 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xCB8 JUMPI PUSH2 0xCB7 PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xCC4 DUP5 DUP3 DUP6 ADD PUSH2 0x994 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xCD8 DUP3 PUSH2 0xF84 JUMP JUMPDEST PUSH2 0xCE2 DUP2 DUP6 PUSH2 0xF9A JUMP JUMPDEST SWAP4 POP PUSH2 0xCF2 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x106E JUMP JUMPDEST PUSH2 0xCFB DUP2 PUSH2 0x114E JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xD0F DUP2 PUSH2 0x1029 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD20 DUP3 PUSH2 0xF8F JUMP JUMPDEST PUSH2 0xD2A DUP2 DUP6 PUSH2 0xFAB JUMP JUMPDEST SWAP4 POP PUSH2 0xD3A DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x106E JUMP JUMPDEST PUSH2 0xD43 DUP2 PUSH2 0x114E JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD59 DUP3 PUSH2 0xF8F JUMP JUMPDEST PUSH2 0xD63 DUP2 DUP6 PUSH2 0xFBC JUMP JUMPDEST SWAP4 POP PUSH2 0xD73 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x106E JUMP JUMPDEST PUSH2 0xD7C DUP2 PUSH2 0x114E JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD92 DUP3 PUSH2 0xF8F JUMP JUMPDEST PUSH2 0xD9C DUP2 DUP6 PUSH2 0xFCD JUMP JUMPDEST SWAP4 POP PUSH2 0xDAC DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x106E JUMP JUMPDEST DUP1 DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP4 ADD PUSH1 0x0 DUP4 ADD MLOAD PUSH2 0xDD0 PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0xE1F JUMP JUMPDEST POP PUSH1 0x20 DUP4 ADD MLOAD DUP5 DUP3 SUB PUSH1 0x20 DUP7 ADD MSTORE PUSH2 0xDE8 DUP3 DUP3 PUSH2 0xD15 JUMP JUMPDEST SWAP2 POP POP DUP1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP4 ADD PUSH1 0x0 DUP4 ADD MLOAD DUP5 DUP3 SUB PUSH1 0x0 DUP7 ADD MSTORE PUSH2 0xE12 DUP3 DUP3 PUSH2 0xD15 JUMP JUMPDEST SWAP2 POP POP DUP1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xE28 DUP2 PUSH2 0x101C JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xE3A DUP3 DUP5 PUSH2 0xD87 JUMP JUMPDEST SWAP2 POP DUP2 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xE5F DUP2 DUP5 PUSH2 0xCCD JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xE7C PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xD06 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xE9C DUP2 DUP6 PUSH2 0xD4E JUMP JUMPDEST SWAP1 POP DUP2 DUP2 SUB PUSH1 0x20 DUP4 ADD MSTORE PUSH2 0xEB0 DUP2 DUP5 PUSH2 0xCCD JUMP JUMPDEST SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xED3 DUP2 DUP5 PUSH2 0xDB8 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xEF5 DUP2 DUP5 PUSH2 0xDF5 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF07 PUSH2 0xF18 JUMP JUMPDEST SWAP1 POP PUSH2 0xF13 DUP3 DUP3 PUSH2 0x10A1 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xF3D JUMPI PUSH2 0xF3C PUSH2 0x1101 JUMP JUMPDEST JUMPDEST PUSH2 0xF46 DUP3 PUSH2 0x114E JUMP JUMPDEST SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xF6E JUMPI PUSH2 0xF6D PUSH2 0x1101 JUMP JUMPDEST JUMPDEST PUSH2 0xF77 DUP3 PUSH2 0x114E JUMP JUMPDEST SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFE3 DUP3 PUSH2 0xFFC JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFF5 DUP3 PUSH2 0xFD8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1034 DUP3 PUSH2 0x103B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1046 DUP3 PUSH2 0x104D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1058 DUP3 PUSH2 0xFFC JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x108C JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x1071 JUMP JUMPDEST DUP4 DUP2 GT ISZERO PUSH2 0x109B JUMPI PUSH1 0x0 DUP5 DUP5 ADD MSTORE JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH2 0x10AA DUP3 PUSH2 0x114E JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x10C9 JUMPI PUSH2 0x10C8 PUSH2 0x1101 JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x21 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1168 DUP2 PUSH2 0xFEA JUMP JUMPDEST DUP2 EQ PUSH2 0x1173 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x2 DUP2 LT PUSH2 0x1183 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH2 0x118F DUP2 PUSH2 0x101C JUMP JUMPDEST DUP2 EQ PUSH2 0x119A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SELFDESTRUCT CALLDATALOAD JUMPDEST SWAP1 0xD 0xF9 0xD PUSH27 0x2BC75C877E774D801B8FF8E1C1E51869CAE02DBA9983B20E64736F PUSH13 0x63430008070033000000000000 ",
"sourceMap": "160:710:2:-:0;;;;;;;;;;;;;201:69:0;;;;;;;;;;;;;;;;;243:20;252:4;258;243:8;;;:20;;:::i;:::-;201:69;160:710:2;;1109:136:1;1190:48;;;;;;;;1223:4;1190:48;;;;;1175:6;1182:4;1175:12;;;;;;:::i;:::-;;;;;;;;;;;;;:63;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1109:136;;:::o;7:377:3:-;113:3;141:39;174:5;141:39;:::i;:::-;196:89;278:6;273:3;196:89;:::i;:::-;189:96;;294:52;339:6;334:3;327:4;320:5;316:16;294:52;:::i;:::-;371:6;366:3;362:16;355:23;;117:267;7:377;;;;:::o;390:275::-;522:3;544:95;635:3;626:6;544:95;:::i;:::-;537:102;;656:3;649:10;;390:275;;;;:::o;671:99::-;723:6;757:5;751:12;741:22;;671:99;;;:::o;776:148::-;878:11;915:3;900:18;;776:148;;;;:::o;930:307::-;998:1;1008:113;1022:6;1019:1;1016:13;1008:113;;;1107:1;1102:3;1098:11;1092:18;1088:1;1083:3;1079:11;1072:39;1044:2;1041:1;1037:10;1032:15;;1008:113;;;1139:6;1136:1;1133:13;1130:101;;;1219:1;1210:6;1205:3;1201:16;1194:27;1130:101;979:258;930:307;;;:::o;160:710:2:-;;;;;;;"
},
"deployedBytecode": {
"functionDebugData": {
"@addTodo_180": {
"entryPoint": 1823,
"id": 180,
"parameterSlots": 1,
"returnSlots": 1
},
"@mutation_134": {
"entryPoint": 1401,
"id": 134,
"parameterSlots": 2,
"returnSlots": 1
},
"@mutation_215": {
"entryPoint": 1626,
"id": 215,
"parameterSlots": 1,
"returnSlots": 1
},
"@query_115": {
"entryPoint": 544,
"id": 115,
"parameterSlots": 2,
"returnSlots": 1
},
"@query_190": {
"entryPoint": 1810,
"id": 190,
"parameterSlots": 1,
"returnSlots": 1
},
"@register_151": {
"entryPoint": 767,
"id": 151,
"parameterSlots": 2,
"returnSlots": 0
},
"@reply_96": {
"entryPoint": 912,
"id": 96,
"parameterSlots": 3,
"returnSlots": 1
},
"@routes_48": {
"entryPoint": 1317,
"id": 48,
"parameterSlots": 0,
"returnSlots": 0
},
"abi_decode_available_length_t_bytes_memory_ptr": {
"entryPoint": 1878,
"id": null,
"parameterSlots": 3,
"returnSlots": 1
},
"abi_decode_available_length_t_string_memory_ptr": {
"entryPoint": 1944,
"id": null,
"parameterSlots": 3,
"returnSlots": 1
},
"abi_decode_available_length_t_string_memory_ptr_fromMemory": {
"entryPoint": 2010,
"id": null,
"parameterSlots": 3,
"returnSlots": 1
},
"abi_decode_t_bytes_memory_ptr": {
"entryPoint": 2076,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_contract$_HSTP_$32": {
"entryPoint": 2122,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_enum$_Operation_$38": {
"entryPoint": 2143,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_string_memory_ptr": {
"entryPoint": 2164,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_string_memory_ptr_fromMemory": {
"entryPoint": 2210,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_struct$_Response_$43_memory_ptr_fromMemory": {
"entryPoint": 2256,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_struct$_TodoRequest_$161_memory_ptr": {
"entryPoint": 2364,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_struct$_TodoRequest_$161_memory_ptr_fromMemory": {
"entryPoint": 2452,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_uint8_fromMemory": {
"entryPoint": 2540,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_tuple_t_bytes_memory_ptr": {
"entryPoint": 2561,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_tuple_t_string_memory_ptr": {
"entryPoint": 2634,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_tuple_t_string_memory_ptrt_bytes_memory_ptr": {
"entryPoint": 2707,
"id": null,
"parameterSlots": 2,
"returnSlots": 2
},
"abi_decode_tuple_t_string_memory_ptrt_contract$_HSTP_$32": {
"entryPoint": 2827,
"id": null,
"parameterSlots": 2,
"returnSlots": 2
},
"abi_decode_tuple_t_string_memory_ptrt_enum$_Operation_$38t_bytes_memory_ptr": {
"entryPoint": 2919,
"id": null,
"parameterSlots": 2,
"returnSlots": 3
},
"abi_decode_tuple_t_struct$_Response_$43_memory_ptr_fromMemory": {
"entryPoint": 3058,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_tuple_t_struct$_TodoRequest_$161_memory_ptr": {
"entryPoint": 3131,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_tuple_t_struct$_TodoRequest_$161_memory_ptr_fromMemory": {
"entryPoint": 3204,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack": {
"entryPoint": 3277,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_contract$_HSTP_$32_to_t_address_fromStack": {
"entryPoint": 3334,
"id": null,
"parameterSlots": 2,
"returnSlots": 0
},
"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr": {
"entryPoint": 3349,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack": {
"entryPoint": 3406,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack": {
"entryPoint": 3463,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_struct$_Response_$43_memory_ptr_to_t_struct$_Response_$43_memory_ptr_fromStack": {
"entryPoint": 3512,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_struct$_TodoRequest_$161_memory_ptr_to_t_struct$_TodoRequest_$161_memory_ptr_fromStack": {
"entryPoint": 3573,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_uint8_to_t_uint8": {
"entryPoint": 3615,
"id": null,
"parameterSlots": 2,
"returnSlots": 0
},
"abi_encode_tuple_packed_t_string_memory_ptr__to_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed": {
"entryPoint": 3630,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed": {
"entryPoint": 3653,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_tuple_t_contract$_HSTP_$32__to_t_address__fromStack_reversed": {
"entryPoint": 3687,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_tuple_t_string_memory_ptr_t_bytes_memory_ptr__to_t_string_memory_ptr_t_bytes_memory_ptr__fromStack_reversed": {
"entryPoint": 3714,
"id": null,
"parameterSlots": 3,
"returnSlots": 1
},
"abi_encode_tuple_t_struct$_Response_$43_memory_ptr__to_t_struct$_Response_$43_memory_ptr__fromStack_reversed": {
"entryPoint": 3769,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_tuple_t_struct$_TodoRequest_$161_memory_ptr__to_t_struct$_TodoRequest_$161_memory_ptr__fromStack_reversed": {
"entryPoint": 3803,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"allocate_memory": {
"entryPoint": 3837,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"allocate_unbounded": {
"entryPoint": 3864,
"id": null,
"parameterSlots": 0,
"returnSlots": 1
},
"array_allocation_size_t_bytes_memory_ptr": {
"entryPoint": 3874,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_allocation_size_t_string_memory_ptr": {
"entryPoint": 3923,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_length_t_bytes_memory_ptr": {
"entryPoint": 3972,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_length_t_string_memory_ptr": {
"entryPoint": 3983,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack": {
"entryPoint": 3994,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"array_storeLengthForEncoding_t_string_memory_ptr": {
"entryPoint": 4011,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"array_storeLengthForEncoding_t_string_memory_ptr_fromStack": {
"entryPoint": 4028,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack": {
"entryPoint": 4045,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"cleanup_t_address": {
"entryPoint": 4056,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"cleanup_t_contract$_HSTP_$32": {
"entryPoint": 4074,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"cleanup_t_uint160": {
"entryPoint": 4092,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"cleanup_t_uint8": {
"entryPoint": 4124,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"convert_t_contract$_HSTP_$32_to_t_address": {
"entryPoint": 4137,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"convert_t_uint160_to_t_address": {
"entryPoint": 4155,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"convert_t_uint160_to_t_uint160": {
"entryPoint": 4173,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"copy_calldata_to_memory": {
"entryPoint": 4191,
"id": null,
"parameterSlots": 3,
"returnSlots": 0
},
"copy_memory_to_memory": {
"entryPoint": 4206,
"id": null,
"parameterSlots": 3,
"returnSlots": 0
},
"finalize_allocation": {
"entryPoint": 4257,
"id": null,
"parameterSlots": 2,
"returnSlots": 0
},
"panic_error_0x21": {
"entryPoint": 4306,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"panic_error_0x41": {
"entryPoint": 4353,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d": {
"entryPoint": 4400,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f": {
"entryPoint": 4405,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421": {
"entryPoint": 4410,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae": {
"entryPoint": 4415,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db": {
"entryPoint": 4420,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b": {
"entryPoint": 4425,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"round_up_to_mul_of_32": {
"entryPoint": 4430,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"validator_revert_t_contract$_HSTP_$32": {
"entryPoint": 4447,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"validator_revert_t_enum$_Operation_$38": {
"entryPoint": 4470,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"validator_revert_t_uint8": {
"entryPoint": 4486,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
}
},
"generatedSources": [
{
"ast": {
"nodeType": "YulBlock",
"src": "0:20065:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "90:327:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "100:74:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "166:6:3"
}
],
"functionName": {
"name": "array_allocation_size_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "125:40:3"
},
"nodeType": "YulFunctionCall",
"src": "125:48:3"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "109:15:3"
},
"nodeType": "YulFunctionCall",
"src": "109:65:3"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "100:5:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "190:5:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "197:6:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "183:6:3"
},
"nodeType": "YulFunctionCall",
"src": "183:21:3"
},
"nodeType": "YulExpressionStatement",
"src": "183:21:3"
},
{
"nodeType": "YulVariableDeclaration",
"src": "213:27:3",
"value": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "228:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "235:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "224:3:3"
},
"nodeType": "YulFunctionCall",
"src": "224:16:3"
},
"variables": [
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "217:3:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "278:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae",
"nodeType": "YulIdentifier",
"src": "280:77:3"
},
"nodeType": "YulFunctionCall",
"src": "280:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "280:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "259:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "264:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "255:3:3"
},
"nodeType": "YulFunctionCall",
"src": "255:16:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "273:3:3"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "252:2:3"
},
"nodeType": "YulFunctionCall",
"src": "252:25:3"
},
"nodeType": "YulIf",
"src": "249:112:3"
},
{
"expression": {
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "394:3:3"
},
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "399:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "404:6:3"
}
],
"functionName": {
"name": "copy_calldata_to_memory",
"nodeType": "YulIdentifier",
"src": "370:23:3"
},
"nodeType": "YulFunctionCall",
"src": "370:41:3"
},
"nodeType": "YulExpressionStatement",
"src": "370:41:3"
}
]
},
"name": "abi_decode_available_length_t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "63:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "68:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "76:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "84:5:3",
"type": ""
}
],
"src": "7:410:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "507:328:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "517:75:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "584:6:3"
}
],
"functionName": {
"name": "array_allocation_size_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "542:41:3"
},
"nodeType": "YulFunctionCall",
"src": "542:49:3"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "526:15:3"
},
"nodeType": "YulFunctionCall",
"src": "526:66:3"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "517:5:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "608:5:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "615:6:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "601:6:3"
},
"nodeType": "YulFunctionCall",
"src": "601:21:3"
},
"nodeType": "YulExpressionStatement",
"src": "601:21:3"
},
{
"nodeType": "YulVariableDeclaration",
"src": "631:27:3",
"value": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "646:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "653:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "642:3:3"
},
"nodeType": "YulFunctionCall",
"src": "642:16:3"
},
"variables": [
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "635:3:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "696:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae",
"nodeType": "YulIdentifier",
"src": "698:77:3"
},
"nodeType": "YulFunctionCall",
"src": "698:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "698:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "677:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "682:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "673:3:3"
},
"nodeType": "YulFunctionCall",
"src": "673:16:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "691:3:3"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "670:2:3"
},
"nodeType": "YulFunctionCall",
"src": "670:25:3"
},
"nodeType": "YulIf",
"src": "667:112:3"
},
{
"expression": {
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "812:3:3"
},
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "817:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "822:6:3"
}
],
"functionName": {
"name": "copy_calldata_to_memory",
"nodeType": "YulIdentifier",
"src": "788:23:3"
},
"nodeType": "YulFunctionCall",
"src": "788:41:3"
},
"nodeType": "YulExpressionStatement",
"src": "788:41:3"
}
]
},
"name": "abi_decode_available_length_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "480:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "485:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "493:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "501:5:3",
"type": ""
}
],
"src": "423:412:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "936:326:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "946:75:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1013:6:3"
}
],
"functionName": {
"name": "array_allocation_size_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "971:41:3"
},
"nodeType": "YulFunctionCall",
"src": "971:49:3"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "955:15:3"
},
"nodeType": "YulFunctionCall",
"src": "955:66:3"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "946:5:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "1037:5:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1044:6:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "1030:6:3"
},
"nodeType": "YulFunctionCall",
"src": "1030:21:3"
},
"nodeType": "YulExpressionStatement",
"src": "1030:21:3"
},
{
"nodeType": "YulVariableDeclaration",
"src": "1060:27:3",
"value": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "1075:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1082:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1071:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1071:16:3"
},
"variables": [
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "1064:3:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "1125:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae",
"nodeType": "YulIdentifier",
"src": "1127:77:3"
},
"nodeType": "YulFunctionCall",
"src": "1127:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "1127:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "1106:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1111:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1102:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1102:16:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "1120:3:3"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "1099:2:3"
},
"nodeType": "YulFunctionCall",
"src": "1099:25:3"
},
"nodeType": "YulIf",
"src": "1096:112:3"
},
{
"expression": {
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "1239:3:3"
},
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "1244:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1249:6:3"
}
],
"functionName": {
"name": "copy_memory_to_memory",
"nodeType": "YulIdentifier",
"src": "1217:21:3"
},
"nodeType": "YulFunctionCall",
"src": "1217:39:3"
},
"nodeType": "YulExpressionStatement",
"src": "1217:39:3"
}
]
},
"name": "abi_decode_available_length_t_string_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "909:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "914:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "922:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "930:5:3",
"type": ""
}
],
"src": "841:421:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1342:277:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "1391:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d",
"nodeType": "YulIdentifier",
"src": "1393:77:3"
},
"nodeType": "YulFunctionCall",
"src": "1393:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "1393:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1370:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1378:4:3",
"type": "",
"value": "0x1f"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1366:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1366:17:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "1385:3:3"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "1362:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1362:27:3"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "1355:6:3"
},
"nodeType": "YulFunctionCall",
"src": "1355:35:3"
},
"nodeType": "YulIf",
"src": "1352:122:3"
},
{
"nodeType": "YulVariableDeclaration",
"src": "1483:34:3",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1510:6:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "1497:12:3"
},
"nodeType": "YulFunctionCall",
"src": "1497:20:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "1487:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "1526:87:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1586:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1594:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1582:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1582:17:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1601:6:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "1609:3:3"
}
],
"functionName": {
"name": "abi_decode_available_length_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "1535:46:3"
},
"nodeType": "YulFunctionCall",
"src": "1535:78:3"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "1526:5:3"
}
]
}
]
},
"name": "abi_decode_t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1320:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "1328:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "1336:5:3",
"type": ""
}
],
"src": "1281:338:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1688:98:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1698:29:3",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1720:6:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "1707:12:3"
},
"nodeType": "YulFunctionCall",
"src": "1707:20:3"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "1698:5:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "1774:5:3"
}
],
"functionName": {
"name": "validator_revert_t_contract$_HSTP_$32",
"nodeType": "YulIdentifier",
"src": "1736:37:3"
},
"nodeType": "YulFunctionCall",
"src": "1736:44:3"
},
"nodeType": "YulExpressionStatement",
"src": "1736:44:3"
}
]
},
"name": "abi_decode_t_contract$_HSTP_$32",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1666:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "1674:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "1682:5:3",
"type": ""
}
],
"src": "1625:161:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1856:99:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1866:29:3",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1888:6:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "1875:12:3"
},
"nodeType": "YulFunctionCall",
"src": "1875:20:3"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "1866:5:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "1943:5:3"
}
],
"functionName": {
"name": "validator_revert_t_enum$_Operation_$38",
"nodeType": "YulIdentifier",
"src": "1904:38:3"
},
"nodeType": "YulFunctionCall",
"src": "1904:45:3"
},
"nodeType": "YulExpressionStatement",
"src": "1904:45:3"
}
]
},
"name": "abi_decode_t_enum$_Operation_$38",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1834:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "1842:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "1850:5:3",
"type": ""
}
],
"src": "1792:163:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2037:278:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "2086:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d",
"nodeType": "YulIdentifier",
"src": "2088:77:3"
},
"nodeType": "YulFunctionCall",
"src": "2088:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "2088:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2065:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2073:4:3",
"type": "",
"value": "0x1f"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2061:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2061:17:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "2080:3:3"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "2057:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2057:27:3"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "2050:6:3"
},
"nodeType": "YulFunctionCall",
"src": "2050:35:3"
},
"nodeType": "YulIf",
"src": "2047:122:3"
},
{
"nodeType": "YulVariableDeclaration",
"src": "2178:34:3",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2205:6:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "2192:12:3"
},
"nodeType": "YulFunctionCall",
"src": "2192:20:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "2182:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "2221:88:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2282:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2290:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2278:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2278:17:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2297:6:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "2305:3:3"
}
],
"functionName": {
"name": "abi_decode_available_length_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "2230:47:3"
},
"nodeType": "YulFunctionCall",
"src": "2230:79:3"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "2221:5:3"
}
]
}
]
},
"name": "abi_decode_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "2015:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "2023:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "2031:5:3",
"type": ""
}
],
"src": "1975:340:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2408:282:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "2457:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d",
"nodeType": "YulIdentifier",
"src": "2459:77:3"
},
"nodeType": "YulFunctionCall",
"src": "2459:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "2459:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2436:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2444:4:3",
"type": "",
"value": "0x1f"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2432:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2432:17:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "2451:3:3"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "2428:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2428:27:3"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "2421:6:3"
},
"nodeType": "YulFunctionCall",
"src": "2421:35:3"
},
"nodeType": "YulIf",
"src": "2418:122:3"
},
{
"nodeType": "YulVariableDeclaration",
"src": "2549:27:3",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2569:6:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "2563:5:3"
},
"nodeType": "YulFunctionCall",
"src": "2563:13:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "2553:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "2585:99:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2657:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2665:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2653:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2653:17:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2672:6:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "2680:3:3"
}
],
"functionName": {
"name": "abi_decode_available_length_t_string_memory_ptr_fromMemory",
"nodeType": "YulIdentifier",
"src": "2594:58:3"
},
"nodeType": "YulFunctionCall",
"src": "2594:90:3"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "2585:5:3"
}
]
}
]
},
"name": "abi_decode_t_string_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "2386:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "2394:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "2402:5:3",
"type": ""
}
],
"src": "2335:355:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2809:679:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "2853:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f",
"nodeType": "YulIdentifier",
"src": "2855:77:3"
},
"nodeType": "YulFunctionCall",
"src": "2855:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "2855:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "2830:3:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2835:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "2826:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2826:19:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2847:4:3",
"type": "",
"value": "0x40"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "2822:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2822:30:3"
},
"nodeType": "YulIf",
"src": "2819:117:3"
},
{
"nodeType": "YulAssignment",
"src": "2945:30:3",
"value": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2970:4:3",
"type": "",
"value": "0x40"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "2954:15:3"
},
"nodeType": "YulFunctionCall",
"src": "2954:21:3"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2945:5:3"
}
]
},
{
"nodeType": "YulBlock",
"src": "2985:161:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "3022:15:3",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "3036:1:3",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "3026:6:3",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "3062:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3069:4:3",
"type": "",
"value": "0x00"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3058:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3058:16:3"
},
{
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "3110:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "3121:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3106:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3106:22:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "3130:3:3"
}
],
"functionName": {
"name": "abi_decode_t_uint8_fromMemory",
"nodeType": "YulIdentifier",
"src": "3076:29:3"
},
"nodeType": "YulFunctionCall",
"src": "3076:58:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3051:6:3"
},
"nodeType": "YulFunctionCall",
"src": "3051:84:3"
},
"nodeType": "YulExpressionStatement",
"src": "3051:84:3"
}
]
},
{
"nodeType": "YulBlock",
"src": "3156:325:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "3191:39:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "3215:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3226:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3211:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3211:18:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "3205:5:3"
},
"nodeType": "YulFunctionCall",
"src": "3205:25:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "3195:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "3277:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421",
"nodeType": "YulIdentifier",
"src": "3279:77:3"
},
"nodeType": "YulFunctionCall",
"src": "3279:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "3279:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "3249:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3257:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "3246:2:3"
},
"nodeType": "YulFunctionCall",
"src": "3246:30:3"
},
"nodeType": "YulIf",
"src": "3243:117:3"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "3385:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3392:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3381:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3381:16:3"
},
{
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "3445:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "3456:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3441:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3441:22:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "3465:3:3"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr_fromMemory",
"nodeType": "YulIdentifier",
"src": "3399:41:3"
},
"nodeType": "YulFunctionCall",
"src": "3399:70:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3374:6:3"
},
"nodeType": "YulFunctionCall",
"src": "3374:96:3"
},
"nodeType": "YulExpressionStatement",
"src": "3374:96:3"
}
]
}
]
},
"name": "abi_decode_t_struct$_Response_$43_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "2784:9:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "2795:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "2803:5:3",
"type": ""
}
],
"src": "2719:769:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3608:503:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "3652:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f",
"nodeType": "YulIdentifier",
"src": "3654:77:3"
},
"nodeType": "YulFunctionCall",
"src": "3654:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "3654:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "3629:3:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "3634:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "3625:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3625:19:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3646:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "3621:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3621:30:3"
},
"nodeType": "YulIf",
"src": "3618:117:3"
},
{
"nodeType": "YulAssignment",
"src": "3744:30:3",
"value": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3769:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "3753:15:3"
},
"nodeType": "YulFunctionCall",
"src": "3753:21:3"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "3744:5:3"
}
]
},
{
"nodeType": "YulBlock",
"src": "3784:320:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "3819:45:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "3850:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3861:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3846:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3846:17:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "3833:12:3"
},
"nodeType": "YulFunctionCall",
"src": "3833:31:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "3823:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "3911:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421",
"nodeType": "YulIdentifier",
"src": "3913:77:3"
},
"nodeType": "YulFunctionCall",
"src": "3913:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "3913:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "3883:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3891:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "3880:2:3"
},
"nodeType": "YulFunctionCall",
"src": "3880:30:3"
},
"nodeType": "YulIf",
"src": "3877:117:3"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4019:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4026:4:3",
"type": "",
"value": "0x00"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4015:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4015:16:3"
},
{
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "4068:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "4079:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4064:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4064:22:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "4088:3:3"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "4033:30:3"
},
"nodeType": "YulFunctionCall",
"src": "4033:59:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "4008:6:3"
},
"nodeType": "YulFunctionCall",
"src": "4008:85:3"
},
"nodeType": "YulExpressionStatement",
"src": "4008:85:3"
}
]
}
]
},
"name": "abi_decode_t_struct$_TodoRequest_$161_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "3583:9:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "3594:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "3602:5:3",
"type": ""
}
],
"src": "3525:586:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4242:507:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "4286:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f",
"nodeType": "YulIdentifier",
"src": "4288:77:3"
},
"nodeType": "YulFunctionCall",
"src": "4288:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "4288:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "4263:3:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "4268:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "4259:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4259:19:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4280:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "4255:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4255:30:3"
},
"nodeType": "YulIf",
"src": "4252:117:3"
},
{
"nodeType": "YulAssignment",
"src": "4378:30:3",
"value": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4403:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "4387:15:3"
},
"nodeType": "YulFunctionCall",
"src": "4387:21:3"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4378:5:3"
}
]
},
{
"nodeType": "YulBlock",
"src": "4418:324:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "4453:38:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "4477:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4488:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4473:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4473:17:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "4467:5:3"
},
"nodeType": "YulFunctionCall",
"src": "4467:24:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "4457:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "4538:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421",
"nodeType": "YulIdentifier",
"src": "4540:77:3"
},
"nodeType": "YulFunctionCall",
"src": "4540:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "4540:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "4510:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4518:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "4507:2:3"
},
"nodeType": "YulFunctionCall",
"src": "4507:30:3"
},
"nodeType": "YulIf",
"src": "4504:117:3"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4646:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4653:4:3",
"type": "",
"value": "0x00"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4642:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4642:16:3"
},
{
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "4706:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "4717:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4702:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4702:22:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "4726:3:3"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr_fromMemory",
"nodeType": "YulIdentifier",
"src": "4660:41:3"
},
"nodeType": "YulFunctionCall",
"src": "4660:70:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "4635:6:3"
},
"nodeType": "YulFunctionCall",
"src": "4635:96:3"
},
"nodeType": "YulExpressionStatement",
"src": "4635:96:3"
}
]
}
]
},
"name": "abi_decode_t_struct$_TodoRequest_$161_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "4217:9:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "4228:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "4236:5:3",
"type": ""
}
],
"src": "4148:601:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4816:78:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4826:22:3",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "4841:6:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "4835:5:3"
},
"nodeType": "YulFunctionCall",
"src": "4835:13:3"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4826:5:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4882:5:3"
}
],
"functionName": {
"name": "validator_revert_t_uint8",
"nodeType": "YulIdentifier",
"src": "4857:24:3"
},
"nodeType": "YulFunctionCall",
"src": "4857:31:3"
},
"nodeType": "YulExpressionStatement",
"src": "4857:31:3"
}
]
},
"name": "abi_decode_t_uint8_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "4794:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "4802:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "4810:5:3",
"type": ""
}
],
"src": "4755:139:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4975:432:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "5021:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "5023:77:3"
},
"nodeType": "YulFunctionCall",
"src": "5023:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "5023:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "4996:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "5005:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "4992:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4992:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5017:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "4988:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4988:32:3"
},
"nodeType": "YulIf",
"src": "4985:119:3"
},
{
"nodeType": "YulBlock",
"src": "5114:286:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "5129:45:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "5160:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5171:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5156:3:3"
},
"nodeType": "YulFunctionCall",
"src": "5156:17:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "5143:12:3"
},
"nodeType": "YulFunctionCall",
"src": "5143:31:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "5133:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "5221:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "5223:77:3"
},
"nodeType": "YulFunctionCall",
"src": "5223:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "5223:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "5193:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5201:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "5190:2:3"
},
"nodeType": "YulFunctionCall",
"src": "5190:30:3"
},
"nodeType": "YulIf",
"src": "5187:117:3"
},
{
"nodeType": "YulAssignment",
"src": "5318:72:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "5362:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "5373:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5358:3:3"
},
"nodeType": "YulFunctionCall",
"src": "5358:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "5382:7:3"
}
],
"functionName": {
"name": "abi_decode_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "5328:29:3"
},
"nodeType": "YulFunctionCall",
"src": "5328:62:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "5318:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "4945:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "4956:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "4968:6:3",
"type": ""
}
],
"src": "4900:507:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5489:433:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "5535:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "5537:77:3"
},
"nodeType": "YulFunctionCall",
"src": "5537:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "5537:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "5510:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "5519:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "5506:3:3"
},
"nodeType": "YulFunctionCall",
"src": "5506:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5531:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "5502:3:3"
},
"nodeType": "YulFunctionCall",
"src": "5502:32:3"
},
"nodeType": "YulIf",
"src": "5499:119:3"
},
{
"nodeType": "YulBlock",
"src": "5628:287:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "5643:45:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "5674:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5685:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5670:3:3"
},
"nodeType": "YulFunctionCall",
"src": "5670:17:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "5657:12:3"
},
"nodeType": "YulFunctionCall",
"src": "5657:31:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "5647:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "5735:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "5737:77:3"
},
"nodeType": "YulFunctionCall",
"src": "5737:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "5737:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "5707:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5715:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "5704:2:3"
},
"nodeType": "YulFunctionCall",
"src": "5704:30:3"
},
"nodeType": "YulIf",
"src": "5701:117:3"
},
{
"nodeType": "YulAssignment",
"src": "5832:73:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "5877:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "5888:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5873:3:3"
},
"nodeType": "YulFunctionCall",
"src": "5873:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "5897:7:3"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "5842:30:3"
},
"nodeType": "YulFunctionCall",
"src": "5842:63:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "5832:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "5459:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "5470:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "5482:6:3",
"type": ""
}
],
"src": "5413:509:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6030:730:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "6076:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "6078:77:3"
},
"nodeType": "YulFunctionCall",
"src": "6078:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "6078:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "6051:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6060:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "6047:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6047:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6072:2:3",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "6043:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6043:32:3"
},
"nodeType": "YulIf",
"src": "6040:119:3"
},
{
"nodeType": "YulBlock",
"src": "6169:287:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "6184:45:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6215:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6226:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6211:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6211:17:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "6198:12:3"
},
"nodeType": "YulFunctionCall",
"src": "6198:31:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "6188:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "6276:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "6278:77:3"
},
"nodeType": "YulFunctionCall",
"src": "6278:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "6278:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "6248:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6256:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "6245:2:3"
},
"nodeType": "YulFunctionCall",
"src": "6245:30:3"
},
"nodeType": "YulIf",
"src": "6242:117:3"
},
{
"nodeType": "YulAssignment",
"src": "6373:73:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6418:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "6429:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6414:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6414:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "6438:7:3"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "6383:30:3"
},
"nodeType": "YulFunctionCall",
"src": "6383:63:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "6373:6:3"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "6466:287:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "6481:46:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6512:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6523:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6508:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6508:18:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "6495:12:3"
},
"nodeType": "YulFunctionCall",
"src": "6495:32:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "6485:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "6574:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "6576:77:3"
},
"nodeType": "YulFunctionCall",
"src": "6576:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "6576:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "6546:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6554:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "6543:2:3"
},
"nodeType": "YulFunctionCall",
"src": "6543:30:3"
},
"nodeType": "YulIf",
"src": "6540:117:3"
},
{
"nodeType": "YulAssignment",
"src": "6671:72:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6715:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "6726:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6711:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6711:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "6735:7:3"
}
],
"functionName": {
"name": "abi_decode_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "6681:29:3"
},
"nodeType": "YulFunctionCall",
"src": "6681:62:3"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "6671:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_string_memory_ptrt_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "5992:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "6003:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "6015:6:3",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "6023:6:3",
"type": ""
}
],
"src": "5928:832:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6870:572:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "6916:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "6918:77:3"
},
"nodeType": "YulFunctionCall",
"src": "6918:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "6918:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "6891:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6900:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "6887:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6887:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6912:2:3",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "6883:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6883:32:3"
},
"nodeType": "YulIf",
"src": "6880:119:3"
},
{
"nodeType": "YulBlock",
"src": "7009:287:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "7024:45:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7055:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7066:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7051:3:3"
},
"nodeType": "YulFunctionCall",
"src": "7051:17:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "7038:12:3"
},
"nodeType": "YulFunctionCall",
"src": "7038:31:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "7028:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "7116:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "7118:77:3"
},
"nodeType": "YulFunctionCall",
"src": "7118:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "7118:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "7088:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7096:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "7085:2:3"
},
"nodeType": "YulFunctionCall",
"src": "7085:30:3"
},
"nodeType": "YulIf",
"src": "7082:117:3"
},
{
"nodeType": "YulAssignment",
"src": "7213:73:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7258:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "7269:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7254:3:3"
},
"nodeType": "YulFunctionCall",
"src": "7254:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "7278:7:3"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "7223:30:3"
},
"nodeType": "YulFunctionCall",
"src": "7223:63:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "7213:6:3"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "7306:129:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "7321:16:3",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "7335:2:3",
"type": "",
"value": "32"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "7325:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "7351:74:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7397:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "7408:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7393:3:3"
},
"nodeType": "YulFunctionCall",
"src": "7393:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "7417:7:3"
}
],
"functionName": {
"name": "abi_decode_t_contract$_HSTP_$32",
"nodeType": "YulIdentifier",
"src": "7361:31:3"
},
"nodeType": "YulFunctionCall",
"src": "7361:64:3"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "7351:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_string_memory_ptrt_contract$_HSTP_$32",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "6832:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "6843:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "6855:6:3",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "6863:6:3",
"type": ""
}
],
"src": "6766:676:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "7579:870:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "7625:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "7627:77:3"
},
"nodeType": "YulFunctionCall",
"src": "7627:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "7627:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "7600:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7609:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "7596:3:3"
},
"nodeType": "YulFunctionCall",
"src": "7596:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7621:2:3",
"type": "",
"value": "96"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "7592:3:3"
},
"nodeType": "YulFunctionCall",
"src": "7592:32:3"
},
"nodeType": "YulIf",
"src": "7589:119:3"
},
{
"nodeType": "YulBlock",
"src": "7718:287:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "7733:45:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7764:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7775:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7760:3:3"
},
"nodeType": "YulFunctionCall",
"src": "7760:17:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "7747:12:3"
},
"nodeType": "YulFunctionCall",
"src": "7747:31:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "7737:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "7825:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "7827:77:3"
},
"nodeType": "YulFunctionCall",
"src": "7827:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "7827:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "7797:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7805:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "7794:2:3"
},
"nodeType": "YulFunctionCall",
"src": "7794:30:3"
},
"nodeType": "YulIf",
"src": "7791:117:3"
},
{
"nodeType": "YulAssignment",
"src": "7922:73:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7967:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "7978:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7963:3:3"
},
"nodeType": "YulFunctionCall",
"src": "7963:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "7987:7:3"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "7932:30:3"
},
"nodeType": "YulFunctionCall",
"src": "7932:63:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "7922:6:3"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "8015:130:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "8030:16:3",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "8044:2:3",
"type": "",
"value": "32"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "8034:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "8060:75:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8107:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "8118:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8103:3:3"
},
"nodeType": "YulFunctionCall",
"src": "8103:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "8127:7:3"
}
],
"functionName": {
"name": "abi_decode_t_enum$_Operation_$38",
"nodeType": "YulIdentifier",
"src": "8070:32:3"
},
"nodeType": "YulFunctionCall",
"src": "8070:65:3"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "8060:6:3"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "8155:287:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "8170:46:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8201:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8212:2:3",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8197:3:3"
},
"nodeType": "YulFunctionCall",
"src": "8197:18:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "8184:12:3"
},
"nodeType": "YulFunctionCall",
"src": "8184:32:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "8174:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "8263:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "8265:77:3"
},
"nodeType": "YulFunctionCall",
"src": "8265:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "8265:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "8235:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8243:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "8232:2:3"
},
"nodeType": "YulFunctionCall",
"src": "8232:30:3"
},
"nodeType": "YulIf",
"src": "8229:117:3"
},
{
"nodeType": "YulAssignment",
"src": "8360:72:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8404:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "8415:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8400:3:3"
},
"nodeType": "YulFunctionCall",
"src": "8400:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "8424:7:3"
}
],
"functionName": {
"name": "abi_decode_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "8370:29:3"
},
"nodeType": "YulFunctionCall",
"src": "8370:62:3"
},
"variableNames": [
{
"name": "value2",
"nodeType": "YulIdentifier",
"src": "8360:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_string_memory_ptrt_enum$_Operation_$38t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "7533:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "7544:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "7556:6:3",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "7564:6:3",
"type": ""
},
{
"name": "value2",
"nodeType": "YulTypedName",
"src": "7572:6:3",
"type": ""
}
],
"src": "7448:1001:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "8556:451:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "8602:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "8604:77:3"
},
"nodeType": "YulFunctionCall",
"src": "8604:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "8604:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "8577:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8586:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "8573:3:3"
},
"nodeType": "YulFunctionCall",
"src": "8573:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8598:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "8569:3:3"
},
"nodeType": "YulFunctionCall",
"src": "8569:32:3"
},
"nodeType": "YulIf",
"src": "8566:119:3"
},
{
"nodeType": "YulBlock",
"src": "8695:305:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "8710:38:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8734:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8745:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8730:3:3"
},
"nodeType": "YulFunctionCall",
"src": "8730:17:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "8724:5:3"
},
"nodeType": "YulFunctionCall",
"src": "8724:24:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "8714:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "8795:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "8797:77:3"
},
"nodeType": "YulFunctionCall",
"src": "8797:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "8797:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "8767:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8775:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "8764:2:3"
},
"nodeType": "YulFunctionCall",
"src": "8764:30:3"
},
"nodeType": "YulIf",
"src": "8761:117:3"
},
{
"nodeType": "YulAssignment",
"src": "8892:98:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8962:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "8973:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8958:3:3"
},
"nodeType": "YulFunctionCall",
"src": "8958:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "8982:7:3"
}
],
"functionName": {
"name": "abi_decode_t_struct$_Response_$43_memory_ptr_fromMemory",
"nodeType": "YulIdentifier",
"src": "8902:55:3"
},
"nodeType": "YulFunctionCall",
"src": "8902:88:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "8892:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_struct$_Response_$43_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "8526:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "8537:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "8549:6:3",
"type": ""
}
],
"src": "8455:552:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "9107:451:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "9153:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "9155:77:3"
},
"nodeType": "YulFunctionCall",
"src": "9155:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "9155:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "9128:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9137:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "9124:3:3"
},
"nodeType": "YulFunctionCall",
"src": "9124:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9149:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "9120:3:3"
},
"nodeType": "YulFunctionCall",
"src": "9120:32:3"
},
"nodeType": "YulIf",
"src": "9117:119:3"
},
{
"nodeType": "YulBlock",
"src": "9246:305:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "9261:45:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9292:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9303:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9288:3:3"
},
"nodeType": "YulFunctionCall",
"src": "9288:17:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "9275:12:3"
},
"nodeType": "YulFunctionCall",
"src": "9275:31:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "9265:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "9353:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "9355:77:3"
},
"nodeType": "YulFunctionCall",
"src": "9355:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "9355:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "9325:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9333:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "9322:2:3"
},
"nodeType": "YulFunctionCall",
"src": "9322:30:3"
},
"nodeType": "YulIf",
"src": "9319:117:3"
},
{
"nodeType": "YulAssignment",
"src": "9450:91:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9513:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "9524:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9509:3:3"
},
"nodeType": "YulFunctionCall",
"src": "9509:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "9533:7:3"
}
],
"functionName": {
"name": "abi_decode_t_struct$_TodoRequest_$161_memory_ptr",
"nodeType": "YulIdentifier",
"src": "9460:48:3"
},
"nodeType": "YulFunctionCall",
"src": "9460:81:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "9450:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_struct$_TodoRequest_$161_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "9077:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "9088:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "9100:6:3",
"type": ""
}
],
"src": "9013:545:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "9669:455:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "9715:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "9717:77:3"
},
"nodeType": "YulFunctionCall",
"src": "9717:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "9717:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "9690:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9699:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "9686:3:3"
},
"nodeType": "YulFunctionCall",
"src": "9686:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9711:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "9682:3:3"
},
"nodeType": "YulFunctionCall",
"src": "9682:32:3"
},
"nodeType": "YulIf",
"src": "9679:119:3"
},
{
"nodeType": "YulBlock",
"src": "9808:309:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "9823:38:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9847:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9858:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9843:3:3"
},
"nodeType": "YulFunctionCall",
"src": "9843:17:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "9837:5:3"
},
"nodeType": "YulFunctionCall",
"src": "9837:24:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "9827:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "9908:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "9910:77:3"
},
"nodeType": "YulFunctionCall",
"src": "9910:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "9910:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "9880:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9888:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "9877:2:3"
},
"nodeType": "YulFunctionCall",
"src": "9877:30:3"
},
"nodeType": "YulIf",
"src": "9874:117:3"
},
{
"nodeType": "YulAssignment",
"src": "10005:102:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10079:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "10090:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10075:3:3"
},
"nodeType": "YulFunctionCall",
"src": "10075:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "10099:7:3"
}
],
"functionName": {
"name": "abi_decode_t_struct$_TodoRequest_$161_memory_ptr_fromMemory",
"nodeType": "YulIdentifier",
"src": "10015:59:3"
},
"nodeType": "YulFunctionCall",
"src": "10015:92:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "10005:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_struct$_TodoRequest_$161_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "9639:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "9650:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "9662:6:3",
"type": ""
}
],
"src": "9564:560:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "10220:270:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "10230:52:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "10276:5:3"
}
],
"functionName": {
"name": "array_length_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "10244:31:3"
},
"nodeType": "YulFunctionCall",
"src": "10244:38:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "10234:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "10291:77:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10356:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10361:6:3"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "10298:57:3"
},
"nodeType": "YulFunctionCall",
"src": "10298:70:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10291:3:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "10403:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10410:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10399:3:3"
},
"nodeType": "YulFunctionCall",
"src": "10399:16:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10417:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10422:6:3"
}
],
"functionName": {
"name": "copy_memory_to_memory",
"nodeType": "YulIdentifier",
"src": "10377:21:3"
},
"nodeType": "YulFunctionCall",
"src": "10377:52:3"
},
"nodeType": "YulExpressionStatement",
"src": "10377:52:3"
},
{
"nodeType": "YulAssignment",
"src": "10438:46:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10449:3:3"
},
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10476:6:3"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "10454:21:3"
},
"nodeType": "YulFunctionCall",
"src": "10454:29:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10445:3:3"
},
"nodeType": "YulFunctionCall",
"src": "10445:39:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "10438:3:3"
}
]
}
]
},
"name": "abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "10201:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "10208:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "10216:3:3",
"type": ""
}
],
"src": "10130:360:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "10572:77:3",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10589:3:3"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "10636:5:3"
}
],
"functionName": {
"name": "convert_t_contract$_HSTP_$32_to_t_address",
"nodeType": "YulIdentifier",
"src": "10594:41:3"
},
"nodeType": "YulFunctionCall",
"src": "10594:48:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "10582:6:3"
},
"nodeType": "YulFunctionCall",
"src": "10582:61:3"
},
"nodeType": "YulExpressionStatement",
"src": "10582:61:3"
}
]
},
"name": "abi_encode_t_contract$_HSTP_$32_to_t_address_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "10560:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "10567:3:3",
"type": ""
}
],
"src": "10496:153:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "10737:262:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "10747:53:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "10794:5:3"
}
],
"functionName": {
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "10761:32:3"
},
"nodeType": "YulFunctionCall",
"src": "10761:39:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "10751:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "10809:68:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10865:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10870:6:3"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "10816:48:3"
},
"nodeType": "YulFunctionCall",
"src": "10816:61:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10809:3:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "10912:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10919:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10908:3:3"
},
"nodeType": "YulFunctionCall",
"src": "10908:16:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10926:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10931:6:3"
}
],
"functionName": {
"name": "copy_memory_to_memory",
"nodeType": "YulIdentifier",
"src": "10886:21:3"
},
"nodeType": "YulFunctionCall",
"src": "10886:52:3"
},
"nodeType": "YulExpressionStatement",
"src": "10886:52:3"
},
{
"nodeType": "YulAssignment",
"src": "10947:46:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10958:3:3"
},
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10985:6:3"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "10963:21:3"
},
"nodeType": "YulFunctionCall",
"src": "10963:29:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10954:3:3"
},
"nodeType": "YulFunctionCall",
"src": "10954:39:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "10947:3:3"
}
]
}
]
},
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "10718:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "10725:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "10733:3:3",
"type": ""
}
],
"src": "10655:344:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "11097:272:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "11107:53:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "11154:5:3"
}
],
"functionName": {
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "11121:32:3"
},
"nodeType": "YulFunctionCall",
"src": "11121:39:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "11111:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "11169:78:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11235:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "11240:6:3"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "11176:58:3"
},
"nodeType": "YulFunctionCall",
"src": "11176:71:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11169:3:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "11282:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11289:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11278:3:3"
},
"nodeType": "YulFunctionCall",
"src": "11278:16:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11296:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "11301:6:3"
}
],
"functionName": {
"name": "copy_memory_to_memory",
"nodeType": "YulIdentifier",
"src": "11256:21:3"
},
"nodeType": "YulFunctionCall",
"src": "11256:52:3"
},
"nodeType": "YulExpressionStatement",
"src": "11256:52:3"
},
{
"nodeType": "YulAssignment",
"src": "11317:46:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11328:3:3"
},
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "11355:6:3"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "11333:21:3"
},
"nodeType": "YulFunctionCall",
"src": "11333:29:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11324:3:3"
},
"nodeType": "YulFunctionCall",
"src": "11324:39:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "11317:3:3"
}
]
}
]
},
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "11078:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "11085:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "11093:3:3",
"type": ""
}
],
"src": "11005:364:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "11485:267:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "11495:53:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "11542:5:3"
}
],
"functionName": {
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "11509:32:3"
},
"nodeType": "YulFunctionCall",
"src": "11509:39:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "11499:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "11557:96:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11641:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "11646:6:3"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulIdentifier",
"src": "11564:76:3"
},
"nodeType": "YulFunctionCall",
"src": "11564:89:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11557:3:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "11688:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11695:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11684:3:3"
},
"nodeType": "YulFunctionCall",
"src": "11684:16:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11702:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "11707:6:3"
}
],
"functionName": {
"name": "copy_memory_to_memory",
"nodeType": "YulIdentifier",
"src": "11662:21:3"
},
"nodeType": "YulFunctionCall",
"src": "11662:52:3"
},
"nodeType": "YulExpressionStatement",
"src": "11662:52:3"
},
{
"nodeType": "YulAssignment",
"src": "11723:23:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11734:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "11739:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11730:3:3"
},
"nodeType": "YulFunctionCall",
"src": "11730:16:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "11723:3:3"
}
]
}
]
},
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "11466:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "11473:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "11481:3:3",
"type": ""
}
],
"src": "11375:377:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "11922:480:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "11932:26:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11948:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11953:4:3",
"type": "",
"value": "0x40"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11944:3:3"
},
"nodeType": "YulFunctionCall",
"src": "11944:14:3"
},
"variables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "11936:4:3",
"type": ""
}
]
},
{
"nodeType": "YulBlock",
"src": "11968:162:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "12005:43:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "12035:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12042:4:3",
"type": "",
"value": "0x00"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12031:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12031:16:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "12025:5:3"
},
"nodeType": "YulFunctionCall",
"src": "12025:23:3"
},
"variables": [
{
"name": "memberValue0",
"nodeType": "YulTypedName",
"src": "12009:12:3",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"name": "memberValue0",
"nodeType": "YulIdentifier",
"src": "12091:12:3"
},
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12109:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12114:4:3",
"type": "",
"value": "0x00"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12105:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12105:14:3"
}
],
"functionName": {
"name": "abi_encode_t_uint8_to_t_uint8",
"nodeType": "YulIdentifier",
"src": "12061:29:3"
},
"nodeType": "YulFunctionCall",
"src": "12061:59:3"
},
"nodeType": "YulExpressionStatement",
"src": "12061:59:3"
}
]
},
{
"nodeType": "YulBlock",
"src": "12140:235:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "12175:43:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "12205:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12212:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12201:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12201:16:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "12195:5:3"
},
"nodeType": "YulFunctionCall",
"src": "12195:23:3"
},
"variables": [
{
"name": "memberValue0",
"nodeType": "YulTypedName",
"src": "12179:12:3",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12243:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12248:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12239:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12239:14:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12259:4:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12265:3:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "12255:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12255:14:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "12232:6:3"
},
"nodeType": "YulFunctionCall",
"src": "12232:38:3"
},
"nodeType": "YulExpressionStatement",
"src": "12232:38:3"
},
{
"nodeType": "YulAssignment",
"src": "12283:81:3",
"value": {
"arguments": [
{
"name": "memberValue0",
"nodeType": "YulIdentifier",
"src": "12345:12:3"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12359:4:3"
}
],
"functionName": {
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "12291:53:3"
},
"nodeType": "YulFunctionCall",
"src": "12291:73:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12283:4:3"
}
]
}
]
},
{
"nodeType": "YulAssignment",
"src": "12385:11:3",
"value": {
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12392:4:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "12385:3:3"
}
]
}
]
},
"name": "abi_encode_t_struct$_Response_$43_memory_ptr_to_t_struct$_Response_$43_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "11901:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "11908:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "11917:3:3",
"type": ""
}
],
"src": "11800:602:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12596:308:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "12606:26:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12622:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12627:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12618:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12618:14:3"
},
"variables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "12610:4:3",
"type": ""
}
]
},
{
"nodeType": "YulBlock",
"src": "12642:235:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "12677:43:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "12707:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12714:4:3",
"type": "",
"value": "0x00"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12703:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12703:16:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "12697:5:3"
},
"nodeType": "YulFunctionCall",
"src": "12697:23:3"
},
"variables": [
{
"name": "memberValue0",
"nodeType": "YulTypedName",
"src": "12681:12:3",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12745:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12750:4:3",
"type": "",
"value": "0x00"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12741:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12741:14:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12761:4:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12767:3:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "12757:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12757:14:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "12734:6:3"
},
"nodeType": "YulFunctionCall",
"src": "12734:38:3"
},
"nodeType": "YulExpressionStatement",
"src": "12734:38:3"
},
{
"nodeType": "YulAssignment",
"src": "12785:81:3",
"value": {
"arguments": [
{
"name": "memberValue0",
"nodeType": "YulIdentifier",
"src": "12847:12:3"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12861:4:3"
}
],
"functionName": {
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "12793:53:3"
},
"nodeType": "YulFunctionCall",
"src": "12793:73:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12785:4:3"
}
]
}
]
},
{
"nodeType": "YulAssignment",
"src": "12887:11:3",
"value": {
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12894:4:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "12887:3:3"
}
]
}
]
},
"name": "abi_encode_t_struct$_TodoRequest_$161_memory_ptr_to_t_struct$_TodoRequest_$161_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "12575:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "12582:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "12591:3:3",
"type": ""
}
],
"src": "12466:438:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12961:51:3",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12978:3:3"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "12999:5:3"
}
],
"functionName": {
"name": "cleanup_t_uint8",
"nodeType": "YulIdentifier",
"src": "12983:15:3"
},
"nodeType": "YulFunctionCall",
"src": "12983:22:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "12971:6:3"
},
"nodeType": "YulFunctionCall",
"src": "12971:35:3"
},
"nodeType": "YulExpressionStatement",
"src": "12971:35:3"
}
]
},
"name": "abi_encode_t_uint8_to_t_uint8",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "12949:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "12956:3:3",
"type": ""
}
],
"src": "12910:102:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13154:139:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "13165:102:3",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "13254:6:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "13263:3:3"
}
],
"functionName": {
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulIdentifier",
"src": "13172:81:3"
},
"nodeType": "YulFunctionCall",
"src": "13172:95:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "13165:3:3"
}
]
},
{
"nodeType": "YulAssignment",
"src": "13277:10:3",
"value": {
"name": "pos",
"nodeType": "YulIdentifier",
"src": "13284:3:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "13277:3:3"
}
]
}
]
},
"name": "abi_encode_tuple_packed_t_string_memory_ptr__to_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "13133:3:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "13139:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "13150:3:3",
"type": ""
}
],
"src": "13018:275:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13415:193:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "13425:26:3",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13437:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13448:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13433:3:3"
},
"nodeType": "YulFunctionCall",
"src": "13433:18:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13425:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13472:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13483:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13468:3:3"
},
"nodeType": "YulFunctionCall",
"src": "13468:17:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13491:4:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13497:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "13487:3:3"
},
"nodeType": "YulFunctionCall",
"src": "13487:20:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "13461:6:3"
},
"nodeType": "YulFunctionCall",
"src": "13461:47:3"
},
"nodeType": "YulExpressionStatement",
"src": "13461:47:3"
},
{
"nodeType": "YulAssignment",
"src": "13517:84:3",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "13587:6:3"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13596:4:3"
}
],
"functionName": {
"name": "abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "13525:61:3"
},
"nodeType": "YulFunctionCall",
"src": "13525:76:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13517:4:3"
}
]
}
]
},
"name": "abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "13387:9:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "13399:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "13410:4:3",
"type": ""
}
],
"src": "13299:309:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13723:135:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "13733:26:3",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13745:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13756:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13741:3:3"
},
"nodeType": "YulFunctionCall",
"src": "13741:18:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13733:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "13824:6:3"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13837:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13848:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13833:3:3"
},
"nodeType": "YulFunctionCall",
"src": "13833:17:3"
}
],
"functionName": {
"name": "abi_encode_t_contract$_HSTP_$32_to_t_address_fromStack",
"nodeType": "YulIdentifier",
"src": "13769:54:3"
},
"nodeType": "YulFunctionCall",
"src": "13769:82:3"
},
"nodeType": "YulExpressionStatement",
"src": "13769:82:3"
}
]
},
"name": "abi_encode_tuple_t_contract$_HSTP_$32__to_t_address__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "13695:9:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "13707:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "13718:4:3",
"type": ""
}
],
"src": "13614:244:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14028:346:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "14038:26:3",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14050:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14061:2:3",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14046:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14046:18:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14038:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14085:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14096:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14081:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14081:17:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14104:4:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14110:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "14100:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14100:20:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "14074:6:3"
},
"nodeType": "YulFunctionCall",
"src": "14074:47:3"
},
"nodeType": "YulExpressionStatement",
"src": "14074:47:3"
},
{
"nodeType": "YulAssignment",
"src": "14130:86:3",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "14202:6:3"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14211:4:3"
}
],
"functionName": {
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "14138:63:3"
},
"nodeType": "YulFunctionCall",
"src": "14138:78:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14130:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14237:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14248:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14233:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14233:18:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14257:4:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14263:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "14253:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14253:20:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "14226:6:3"
},
"nodeType": "YulFunctionCall",
"src": "14226:48:3"
},
"nodeType": "YulExpressionStatement",
"src": "14226:48:3"
},
{
"nodeType": "YulAssignment",
"src": "14283:84:3",
"value": {
"arguments": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "14353:6:3"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14362:4:3"
}
],
"functionName": {
"name": "abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "14291:61:3"
},
"nodeType": "YulFunctionCall",
"src": "14291:76:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14283:4:3"
}
]
}
]
},
"name": "abi_encode_tuple_t_string_memory_ptr_t_bytes_memory_ptr__to_t_string_memory_ptr_t_bytes_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "13992:9:3",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "14004:6:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "14012:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "14023:4:3",
"type": ""
}
],
"src": "13864:510:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14526:223:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "14536:26:3",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14548:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14559:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14544:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14544:18:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14536:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14583:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14594:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14579:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14579:17:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14602:4:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14608:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "14598:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14598:20:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "14572:6:3"
},
"nodeType": "YulFunctionCall",
"src": "14572:47:3"
},
"nodeType": "YulExpressionStatement",
"src": "14572:47:3"
},
{
"nodeType": "YulAssignment",
"src": "14628:114:3",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "14728:6:3"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14737:4:3"
}
],
"functionName": {
"name": "abi_encode_t_struct$_Response_$43_memory_ptr_to_t_struct$_Response_$43_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "14636:91:3"
},
"nodeType": "YulFunctionCall",
"src": "14636:106:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14628:4:3"
}
]
}
]
},
"name": "abi_encode_tuple_t_struct$_Response_$43_memory_ptr__to_t_struct$_Response_$43_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "14498:9:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "14510:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "14521:4:3",
"type": ""
}
],
"src": "14380:369:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14909:231:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "14919:26:3",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14931:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14942:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14927:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14927:18:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14919:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14966:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14977:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14962:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14962:17:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14985:4:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14991:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "14981:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14981:20:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "14955:6:3"
},
"nodeType": "YulFunctionCall",
"src": "14955:47:3"
},
"nodeType": "YulExpressionStatement",
"src": "14955:47:3"
},
{
"nodeType": "YulAssignment",
"src": "15011:122:3",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "15119:6:3"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "15128:4:3"
}
],
"functionName": {
"name": "abi_encode_t_struct$_TodoRequest_$161_memory_ptr_to_t_struct$_TodoRequest_$161_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "15019:99:3"
},
"nodeType": "YulFunctionCall",
"src": "15019:114:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "15011:4:3"
}
]
}
]
},
"name": "abi_encode_tuple_t_struct$_TodoRequest_$161_memory_ptr__to_t_struct$_TodoRequest_$161_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "14881:9:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "14893:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "14904:4:3",
"type": ""
}
],
"src": "14755:385:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "15187:88:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "15197:30:3",
"value": {
"arguments": [],
"functionName": {
"name": "allocate_unbounded",
"nodeType": "YulIdentifier",
"src": "15207:18:3"
},
"nodeType": "YulFunctionCall",
"src": "15207:20:3"
},
"variableNames": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "15197:6:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "15256:6:3"
},
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "15264:4:3"
}
],
"functionName": {
"name": "finalize_allocation",
"nodeType": "YulIdentifier",
"src": "15236:19:3"
},
"nodeType": "YulFunctionCall",
"src": "15236:33:3"
},
"nodeType": "YulExpressionStatement",
"src": "15236:33:3"
}
]
},
"name": "allocate_memory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "size",
"nodeType": "YulTypedName",
"src": "15171:4:3",
"type": ""
}
],
"returnVariables": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "15180:6:3",
"type": ""
}
],
"src": "15146:129:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "15321:35:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "15331:19:3",
"value": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15347:2:3",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "15341:5:3"
},
"nodeType": "YulFunctionCall",
"src": "15341:9:3"
},
"variableNames": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "15331:6:3"
}
]
}
]
},
"name": "allocate_unbounded",
"nodeType": "YulFunctionDefinition",
"returnVariables": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "15314:6:3",
"type": ""
}
],
"src": "15281:75:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "15428:241:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "15533:22:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x41",
"nodeType": "YulIdentifier",
"src": "15535:16:3"
},
"nodeType": "YulFunctionCall",
"src": "15535:18:3"
},
"nodeType": "YulExpressionStatement",
"src": "15535:18:3"
}
]
},
"condition": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "15505:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15513:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "15502:2:3"
},
"nodeType": "YulFunctionCall",
"src": "15502:30:3"
},
"nodeType": "YulIf",
"src": "15499:56:3"
},
{
"nodeType": "YulAssignment",
"src": "15565:37:3",
"value": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "15595:6:3"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "15573:21:3"
},
"nodeType": "YulFunctionCall",
"src": "15573:29:3"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "15565:4:3"
}
]
},
{
"nodeType": "YulAssignment",
"src": "15639:23:3",
"value": {
"arguments": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "15651:4:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15657:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "15647:3:3"
},
"nodeType": "YulFunctionCall",
"src": "15647:15:3"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "15639:4:3"
}
]
}
]
},
"name": "array_allocation_size_t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "15412:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "size",
"nodeType": "YulTypedName",
"src": "15423:4:3",
"type": ""
}
],
"src": "15362:307:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "15742:241:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "15847:22:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x41",
"nodeType": "YulIdentifier",
"src": "15849:16:3"
},
"nodeType": "YulFunctionCall",
"src": "15849:18:3"
},
"nodeType": "YulExpressionStatement",
"src": "15849:18:3"
}
]
},
"condition": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "15819:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15827:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "15816:2:3"
},
"nodeType": "YulFunctionCall",
"src": "15816:30:3"
},
"nodeType": "YulIf",
"src": "15813:56:3"
},
{
"nodeType": "YulAssignment",
"src": "15879:37:3",
"value": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "15909:6:3"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "15887:21:3"
},
"nodeType": "YulFunctionCall",
"src": "15887:29:3"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "15879:4:3"
}
]
},
{
"nodeType": "YulAssignment",
"src": "15953:23:3",
"value": {
"arguments": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "15965:4:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15971:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "15961:3:3"
},
"nodeType": "YulFunctionCall",
"src": "15961:15:3"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "15953:4:3"
}
]
}
]
},
"name": "array_allocation_size_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "15726:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "size",
"nodeType": "YulTypedName",
"src": "15737:4:3",
"type": ""
}
],
"src": "15675:308:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16047:40:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "16058:22:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "16074:5:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "16068:5:3"
},
"nodeType": "YulFunctionCall",
"src": "16068:12:3"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "16058:6:3"
}
]
}
]
},
"name": "array_length_t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "16030:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "16040:6:3",
"type": ""
}
],
"src": "15989:98:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16152:40:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "16163:22:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "16179:5:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "16173:5:3"
},
"nodeType": "YulFunctionCall",
"src": "16173:12:3"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "16163:6:3"
}
]
}
]
},
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "16135:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "16145:6:3",
"type": ""
}
],
"src": "16093:99:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16293:73:3",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16310:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "16315:6:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "16303:6:3"
},
"nodeType": "YulFunctionCall",
"src": "16303:19:3"
},
"nodeType": "YulExpressionStatement",
"src": "16303:19:3"
},
{
"nodeType": "YulAssignment",
"src": "16331:29:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16350:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "16355:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16346:3:3"
},
"nodeType": "YulFunctionCall",
"src": "16346:14:3"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "16331:11:3"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "16265:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "16270:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "16281:11:3",
"type": ""
}
],
"src": "16198:168:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16458:73:3",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16475:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "16480:6:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "16468:6:3"
},
"nodeType": "YulFunctionCall",
"src": "16468:19:3"
},
"nodeType": "YulExpressionStatement",
"src": "16468:19:3"
},
{
"nodeType": "YulAssignment",
"src": "16496:29:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16515:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "16520:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16511:3:3"
},
"nodeType": "YulFunctionCall",
"src": "16511:14:3"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "16496:11:3"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "16430:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "16435:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "16446:11:3",
"type": ""
}
],
"src": "16372:159:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16633:73:3",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16650:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "16655:6:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "16643:6:3"
},
"nodeType": "YulFunctionCall",
"src": "16643:19:3"
},
"nodeType": "YulExpressionStatement",
"src": "16643:19:3"
},
{
"nodeType": "YulAssignment",
"src": "16671:29:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16690:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "16695:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16686:3:3"
},
"nodeType": "YulFunctionCall",
"src": "16686:14:3"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "16671:11:3"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "16605:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "16610:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "16621:11:3",
"type": ""
}
],
"src": "16537:169:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16826:34:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "16836:18:3",
"value": {
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16851:3:3"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "16836:11:3"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "16798:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "16803:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "16814:11:3",
"type": ""
}
],
"src": "16712:148:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16911:51:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "16921:35:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "16950:5:3"
}
],
"functionName": {
"name": "cleanup_t_uint160",
"nodeType": "YulIdentifier",
"src": "16932:17:3"
},
"nodeType": "YulFunctionCall",
"src": "16932:24:3"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "16921:7:3"
}
]
}
]
},
"name": "cleanup_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "16893:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "16903:7:3",
"type": ""
}
],
"src": "16866:96:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17024:51:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17034:35:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17063:5:3"
}
],
"functionName": {
"name": "cleanup_t_address",
"nodeType": "YulIdentifier",
"src": "17045:17:3"
},
"nodeType": "YulFunctionCall",
"src": "17045:24:3"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "17034:7:3"
}
]
}
]
},
"name": "cleanup_t_contract$_HSTP_$32",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17006:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "17016:7:3",
"type": ""
}
],
"src": "16968:107:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17126:81:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17136:65:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17151:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17158:42:3",
"type": "",
"value": "0xffffffffffffffffffffffffffffffffffffffff"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "17147:3:3"
},
"nodeType": "YulFunctionCall",
"src": "17147:54:3"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "17136:7:3"
}
]
}
]
},
"name": "cleanup_t_uint160",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17108:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "17118:7:3",
"type": ""
}
],
"src": "17081:126:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17256:43:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17266:27:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17281:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17288:4:3",
"type": "",
"value": "0xff"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "17277:3:3"
},
"nodeType": "YulFunctionCall",
"src": "17277:16:3"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "17266:7:3"
}
]
}
]
},
"name": "cleanup_t_uint8",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17238:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "17248:7:3",
"type": ""
}
],
"src": "17213:86:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17376:66:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17386:50:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17430:5:3"
}
],
"functionName": {
"name": "convert_t_uint160_to_t_address",
"nodeType": "YulIdentifier",
"src": "17399:30:3"
},
"nodeType": "YulFunctionCall",
"src": "17399:37:3"
},
"variableNames": [
{
"name": "converted",
"nodeType": "YulIdentifier",
"src": "17386:9:3"
}
]
}
]
},
"name": "convert_t_contract$_HSTP_$32_to_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17356:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "converted",
"nodeType": "YulTypedName",
"src": "17366:9:3",
"type": ""
}
],
"src": "17305:137:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17508:66:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17518:50:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17562:5:3"
}
],
"functionName": {
"name": "convert_t_uint160_to_t_uint160",
"nodeType": "YulIdentifier",
"src": "17531:30:3"
},
"nodeType": "YulFunctionCall",
"src": "17531:37:3"
},
"variableNames": [
{
"name": "converted",
"nodeType": "YulIdentifier",
"src": "17518:9:3"
}
]
}
]
},
"name": "convert_t_uint160_to_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17488:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "converted",
"nodeType": "YulTypedName",
"src": "17498:9:3",
"type": ""
}
],
"src": "17448:126:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17640:53:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17650:37:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17681:5:3"
}
],
"functionName": {
"name": "cleanup_t_uint160",
"nodeType": "YulIdentifier",
"src": "17663:17:3"
},
"nodeType": "YulFunctionCall",
"src": "17663:24:3"
},
"variableNames": [
{
"name": "converted",
"nodeType": "YulIdentifier",
"src": "17650:9:3"
}
]
}
]
},
"name": "convert_t_uint160_to_t_uint160",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17620:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "converted",
"nodeType": "YulTypedName",
"src": "17630:9:3",
"type": ""
}
],
"src": "17580:113:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17750:103:3",
"statements": [
{
"expression": {
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "17773:3:3"
},
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "17778:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "17783:6:3"
}
],
"functionName": {
"name": "calldatacopy",
"nodeType": "YulIdentifier",
"src": "17760:12:3"
},
"nodeType": "YulFunctionCall",
"src": "17760:30:3"
},
"nodeType": "YulExpressionStatement",
"src": "17760:30:3"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "17831:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "17836:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "17827:3:3"
},
"nodeType": "YulFunctionCall",
"src": "17827:16:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17845:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "17820:6:3"
},
"nodeType": "YulFunctionCall",
"src": "17820:27:3"
},
"nodeType": "YulExpressionStatement",
"src": "17820:27:3"
}
]
},
"name": "copy_calldata_to_memory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "17732:3:3",
"type": ""
},
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "17737:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "17742:6:3",
"type": ""
}
],
"src": "17699:154:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17908:258:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "17918:10:3",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "17927:1:3",
"type": "",
"value": "0"
},
"variables": [
{
"name": "i",
"nodeType": "YulTypedName",
"src": "17922:1:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "17987:63:3",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "18012:3:3"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "18017:1:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "18008:3:3"
},
"nodeType": "YulFunctionCall",
"src": "18008:11:3"
},
{
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "18031:3:3"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "18036:1:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "18027:3:3"
},
"nodeType": "YulFunctionCall",
"src": "18027:11:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "18021:5:3"
},
"nodeType": "YulFunctionCall",
"src": "18021:18:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "18001:6:3"
},
"nodeType": "YulFunctionCall",
"src": "18001:39:3"
},
"nodeType": "YulExpressionStatement",
"src": "18001:39:3"
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "17948:1:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "17951:6:3"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "17945:2:3"
},
"nodeType": "YulFunctionCall",
"src": "17945:13:3"
},
"nodeType": "YulForLoop",
"post": {
"nodeType": "YulBlock",
"src": "17959:19:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17961:15:3",
"value": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "17970:1:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17973:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "17966:3:3"
},
"nodeType": "YulFunctionCall",
"src": "17966:10:3"
},
"variableNames": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "17961:1:3"
}
]
}
]
},
"pre": {
"nodeType": "YulBlock",
"src": "17941:3:3",
"statements": []
},
"src": "17937:113:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "18084:76:3",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "18134:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "18139:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "18130:3:3"
},
"nodeType": "YulFunctionCall",
"src": "18130:16:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18148:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "18123:6:3"
},
"nodeType": "YulFunctionCall",
"src": "18123:27:3"
},
"nodeType": "YulExpressionStatement",
"src": "18123:27:3"
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "18065:1:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "18068:6:3"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "18062:2:3"
},
"nodeType": "YulFunctionCall",
"src": "18062:13:3"
},
"nodeType": "YulIf",
"src": "18059:101:3"
}
]
},
"name": "copy_memory_to_memory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "17890:3:3",
"type": ""
},
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "17895:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "17900:6:3",
"type": ""
}
],
"src": "17859:307:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "18215:238:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "18225:58:3",
"value": {
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "18247:6:3"
},
{
"arguments": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "18277:4:3"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "18255:21:3"
},
"nodeType": "YulFunctionCall",
"src": "18255:27:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "18243:3:3"
},
"nodeType": "YulFunctionCall",
"src": "18243:40:3"
},
"variables": [
{
"name": "newFreePtr",
"nodeType": "YulTypedName",
"src": "18229:10:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "18394:22:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x41",
"nodeType": "YulIdentifier",
"src": "18396:16:3"
},
"nodeType": "YulFunctionCall",
"src": "18396:18:3"
},
"nodeType": "YulExpressionStatement",
"src": "18396:18:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "newFreePtr",
"nodeType": "YulIdentifier",
"src": "18337:10:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18349:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "18334:2:3"
},
"nodeType": "YulFunctionCall",
"src": "18334:34:3"
},
{
"arguments": [
{
"name": "newFreePtr",
"nodeType": "YulIdentifier",
"src": "18373:10:3"
},
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "18385:6:3"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "18370:2:3"
},
"nodeType": "YulFunctionCall",
"src": "18370:22:3"
}
],
"functionName": {
"name": "or",
"nodeType": "YulIdentifier",
"src": "18331:2:3"
},
"nodeType": "YulFunctionCall",
"src": "18331:62:3"
},
"nodeType": "YulIf",
"src": "18328:88:3"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18432:2:3",
"type": "",
"value": "64"
},
{
"name": "newFreePtr",
"nodeType": "YulIdentifier",
"src": "18436:10:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "18425:6:3"
},
"nodeType": "YulFunctionCall",
"src": "18425:22:3"
},
"nodeType": "YulExpressionStatement",
"src": "18425:22:3"
}
]
},
"name": "finalize_allocation",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "18201:6:3",
"type": ""
},
{
"name": "size",
"nodeType": "YulTypedName",
"src": "18209:4:3",
"type": ""
}
],
"src": "18172:281:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "18487:152:3",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18504:1:3",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18507:77:3",
"type": "",
"value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "18497:6:3"
},
"nodeType": "YulFunctionCall",
"src": "18497:88:3"
},
"nodeType": "YulExpressionStatement",
"src": "18497:88:3"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18601:1:3",
"type": "",
"value": "4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18604:4:3",
"type": "",
"value": "0x21"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "18594:6:3"
},
"nodeType": "YulFunctionCall",
"src": "18594:15:3"
},
"nodeType": "YulExpressionStatement",
"src": "18594:15:3"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18625:1:3",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18628:4:3",
"type": "",
"value": "0x24"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "18618:6:3"
},
"nodeType": "YulFunctionCall",
"src": "18618:15:3"
},
"nodeType": "YulExpressionStatement",
"src": "18618:15:3"
}
]
},
"name": "panic_error_0x21",
"nodeType": "YulFunctionDefinition",
"src": "18459:180:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "18673:152:3",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18690:1:3",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18693:77:3",
"type": "",
"value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "18683:6:3"
},
"nodeType": "YulFunctionCall",
"src": "18683:88:3"
},
"nodeType": "YulExpressionStatement",
"src": "18683:88:3"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18787:1:3",
"type": "",
"value": "4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18790:4:3",
"type": "",
"value": "0x41"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "18780:6:3"
},
"nodeType": "YulFunctionCall",
"src": "18780:15:3"
},
"nodeType": "YulExpressionStatement",
"src": "18780:15:3"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18811:1:3",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18814:4:3",
"type": "",
"value": "0x24"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "18804:6:3"
},
"nodeType": "YulFunctionCall",
"src": "18804:15:3"
},
"nodeType": "YulExpressionStatement",
"src": "18804:15:3"
}
]
},
"name": "panic_error_0x41",
"nodeType": "YulFunctionDefinition",
"src": "18645:180:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "18920:28:3",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18937:1:3",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18940:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "18930:6:3"
},
"nodeType": "YulFunctionCall",
"src": "18930:12:3"
},
"nodeType": "YulExpressionStatement",
"src": "18930:12:3"
}
]
},
"name": "revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d",
"nodeType": "YulFunctionDefinition",
"src": "18831:117:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "19043:28:3",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19060:1:3",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19063:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "19053:6:3"
},
"nodeType": "YulFunctionCall",
"src": "19053:12:3"
},
"nodeType": "YulExpressionStatement",
"src": "19053:12:3"
}
]
},
"name": "revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f",
"nodeType": "YulFunctionDefinition",
"src": "18954:117:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "19166:28:3",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19183:1:3",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19186:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "19176:6:3"
},
"nodeType": "YulFunctionCall",
"src": "19176:12:3"
},
"nodeType": "YulExpressionStatement",
"src": "19176:12:3"
}
]
},
"name": "revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421",
"nodeType": "YulFunctionDefinition",
"src": "19077:117:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "19289:28:3",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19306:1:3",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19309:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "19299:6:3"
},
"nodeType": "YulFunctionCall",
"src": "19299:12:3"
},
"nodeType": "YulExpressionStatement",
"src": "19299:12:3"
}
]
},
"name": "revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae",
"nodeType": "YulFunctionDefinition",
"src": "19200:117:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "19412:28:3",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19429:1:3",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19432:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "19422:6:3"
},
"nodeType": "YulFunctionCall",
"src": "19422:12:3"
},
"nodeType": "YulExpressionStatement",
"src": "19422:12:3"
}
]
},
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulFunctionDefinition",
"src": "19323:117:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "19535:28:3",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19552:1:3",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19555:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "19545:6:3"
},
"nodeType": "YulFunctionCall",
"src": "19545:12:3"
},
"nodeType": "YulExpressionStatement",
"src": "19545:12:3"
}
]
},
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulFunctionDefinition",
"src": "19446:117:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "19617:54:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "19627:38:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "19645:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19652:2:3",
"type": "",
"value": "31"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "19641:3:3"
},
"nodeType": "YulFunctionCall",
"src": "19641:14:3"
},
{
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19661:2:3",
"type": "",
"value": "31"
}
],
"functionName": {
"name": "not",
"nodeType": "YulIdentifier",
"src": "19657:3:3"
},
"nodeType": "YulFunctionCall",
"src": "19657:7:3"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "19637:3:3"
},
"nodeType": "YulFunctionCall",
"src": "19637:28:3"
},
"variableNames": [
{
"name": "result",
"nodeType": "YulIdentifier",
"src": "19627:6:3"
}
]
}
]
},
"name": "round_up_to_mul_of_32",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "19600:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "result",
"nodeType": "YulTypedName",
"src": "19610:6:3",
"type": ""
}
],
"src": "19569:102:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "19731:90:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "19799:16:3",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19808:1:3",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19811:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "19801:6:3"
},
"nodeType": "YulFunctionCall",
"src": "19801:12:3"
},
"nodeType": "YulExpressionStatement",
"src": "19801:12:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "19754:5:3"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "19790:5:3"
}
],
"functionName": {
"name": "cleanup_t_contract$_HSTP_$32",
"nodeType": "YulIdentifier",
"src": "19761:28:3"
},
"nodeType": "YulFunctionCall",
"src": "19761:35:3"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "19751:2:3"
},
"nodeType": "YulFunctionCall",
"src": "19751:46:3"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "19744:6:3"
},
"nodeType": "YulFunctionCall",
"src": "19744:54:3"
},
"nodeType": "YulIf",
"src": "19741:74:3"
}
]
},
"name": "validator_revert_t_contract$_HSTP_$32",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "19724:5:3",
"type": ""
}
],
"src": "19677:144:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "19882:56:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "19916:16:3",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19925:1:3",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19928:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "19918:6:3"
},
"nodeType": "YulFunctionCall",
"src": "19918:12:3"
},
"nodeType": "YulExpressionStatement",
"src": "19918:12:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "19905:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "19912:1:3",
"type": "",
"value": "2"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "19902:2:3"
},
"nodeType": "YulFunctionCall",
"src": "19902:12:3"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "19895:6:3"
},
"nodeType": "YulFunctionCall",
"src": "19895:20:3"
},
"nodeType": "YulIf",
"src": "19892:40:3"
}
]
},
"name": "validator_revert_t_enum$_Operation_$38",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "19875:5:3",
"type": ""
}
],
"src": "19827:111:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "19985:77:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "20040:16:3",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20049:1:3",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "20052:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "20042:6:3"
},
"nodeType": "YulFunctionCall",
"src": "20042:12:3"
},
"nodeType": "YulExpressionStatement",
"src": "20042:12:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "20008:5:3"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "20031:5:3"
}
],
"functionName": {
"name": "cleanup_t_uint8",
"nodeType": "YulIdentifier",
"src": "20015:15:3"
},
"nodeType": "YulFunctionCall",
"src": "20015:22:3"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "20005:2:3"
},
"nodeType": "YulFunctionCall",
"src": "20005:33:3"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "19998:6:3"
},
"nodeType": "YulFunctionCall",
"src": "19998:41:3"
},
"nodeType": "YulIf",
"src": "19995:61:3"
}
]
},
"name": "validator_revert_t_uint8",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "19978:5:3",
"type": ""
}
],
"src": "19944:118:3"
}
]
},
"contents": "{\n\n function abi_decode_available_length_t_bytes_memory_ptr(src, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_bytes_memory_ptr(length))\n mstore(array, length)\n let dst := add(array, 0x20)\n if gt(add(src, length), end) { revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() }\n copy_calldata_to_memory(src, dst, length)\n }\n\n function abi_decode_available_length_t_string_memory_ptr(src, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_string_memory_ptr(length))\n mstore(array, length)\n let dst := add(array, 0x20)\n if gt(add(src, length), end) { revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() }\n copy_calldata_to_memory(src, dst, length)\n }\n\n function abi_decode_available_length_t_string_memory_ptr_fromMemory(src, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_string_memory_ptr(length))\n mstore(array, length)\n let dst := add(array, 0x20)\n if gt(add(src, length), end) { revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() }\n copy_memory_to_memory(src, dst, length)\n }\n\n // bytes\n function abi_decode_t_bytes_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_bytes_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_t_contract$_HSTP_$32(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_contract$_HSTP_$32(value)\n }\n\n function abi_decode_t_enum$_Operation_$38(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_enum$_Operation_$38(value)\n }\n\n // string\n function abi_decode_t_string_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_string_memory_ptr(add(offset, 0x20), length, end)\n }\n\n // string\n function abi_decode_t_string_memory_ptr_fromMemory(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := mload(offset)\n array := abi_decode_available_length_t_string_memory_ptr_fromMemory(add(offset, 0x20), length, end)\n }\n\n // struct Response\n function abi_decode_t_struct$_Response_$43_memory_ptr_fromMemory(headStart, end) -> value {\n if slt(sub(end, headStart), 0x40) { revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() }\n value := allocate_memory(0x40)\n\n {\n // status\n\n let offset := 0\n\n mstore(add(value, 0x00), abi_decode_t_uint8_fromMemory(add(headStart, offset), end))\n\n }\n\n {\n // body\n\n let offset := mload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() }\n\n mstore(add(value, 0x20), abi_decode_t_string_memory_ptr_fromMemory(add(headStart, offset), end))\n\n }\n\n }\n\n // struct Todo.TodoRequest\n function abi_decode_t_struct$_TodoRequest_$161_memory_ptr(headStart, end) -> value {\n if slt(sub(end, headStart), 0x20) { revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() }\n value := allocate_memory(0x20)\n\n {\n // todo\n\n let offset := calldataload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() }\n\n mstore(add(value, 0x00), abi_decode_t_string_memory_ptr(add(headStart, offset), end))\n\n }\n\n }\n\n // struct Todo.TodoRequest\n function abi_decode_t_struct$_TodoRequest_$161_memory_ptr_fromMemory(headStart, end) -> value {\n if slt(sub(end, headStart), 0x20) { revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() }\n value := allocate_memory(0x20)\n\n {\n // todo\n\n let offset := mload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() }\n\n mstore(add(value, 0x00), abi_decode_t_string_memory_ptr_fromMemory(add(headStart, offset), end))\n\n }\n\n }\n\n function abi_decode_t_uint8_fromMemory(offset, end) -> value {\n value := mload(offset)\n validator_revert_t_uint8(value)\n }\n\n function abi_decode_tuple_t_bytes_memory_ptr(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := calldataload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0 := abi_decode_t_bytes_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_string_memory_ptr(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := calldataload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0 := abi_decode_t_string_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_string_memory_ptrt_bytes_memory_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := calldataload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0 := abi_decode_t_string_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_bytes_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_string_memory_ptrt_contract$_HSTP_$32(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := calldataload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0 := abi_decode_t_string_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_contract$_HSTP_$32(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_string_memory_ptrt_enum$_Operation_$38t_bytes_memory_ptr(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := calldataload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0 := abi_decode_t_string_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_enum$_Operation_$38(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 64))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value2 := abi_decode_t_bytes_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_struct$_Response_$43_memory_ptr_fromMemory(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := mload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0 := abi_decode_t_struct$_Response_$43_memory_ptr_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_struct$_TodoRequest_$161_memory_ptr(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := calldataload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0 := abi_decode_t_struct$_TodoRequest_$161_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_struct$_TodoRequest_$161_memory_ptr_fromMemory(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := mload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0 := abi_decode_t_struct$_TodoRequest_$161_memory_ptr_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_bytes_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack(pos, length)\n copy_memory_to_memory(add(value, 0x20), pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_t_contract$_HSTP_$32_to_t_address_fromStack(value, pos) {\n mstore(pos, convert_t_contract$_HSTP_$32_to_t_address(value))\n }\n\n function abi_encode_t_string_memory_ptr_to_t_string_memory_ptr(value, pos) -> end {\n let length := array_length_t_string_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_string_memory_ptr(pos, length)\n copy_memory_to_memory(add(value, 0x20), pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_string_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length)\n copy_memory_to_memory(add(value, 0x20), pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack(value, pos) -> end {\n let length := array_length_t_string_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack(pos, length)\n copy_memory_to_memory(add(value, 0x20), pos, length)\n end := add(pos, length)\n }\n\n // struct Response -> struct Response\n function abi_encode_t_struct$_Response_$43_memory_ptr_to_t_struct$_Response_$43_memory_ptr_fromStack(value, pos) -> end {\n let tail := add(pos, 0x40)\n\n {\n // status\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_uint8_to_t_uint8(memberValue0, add(pos, 0x00))\n }\n\n {\n // body\n\n let memberValue0 := mload(add(value, 0x20))\n\n mstore(add(pos, 0x20), sub(tail, pos))\n tail := abi_encode_t_string_memory_ptr_to_t_string_memory_ptr(memberValue0, tail)\n\n }\n\n end := tail\n }\n\n // struct Todo.TodoRequest -> struct Todo.TodoRequest\n function abi_encode_t_struct$_TodoRequest_$161_memory_ptr_to_t_struct$_TodoRequest_$161_memory_ptr_fromStack(value, pos) -> end {\n let tail := add(pos, 0x20)\n\n {\n // todo\n\n let memberValue0 := mload(add(value, 0x00))\n\n mstore(add(pos, 0x00), sub(tail, pos))\n tail := abi_encode_t_string_memory_ptr_to_t_string_memory_ptr(memberValue0, tail)\n\n }\n\n end := tail\n }\n\n function abi_encode_t_uint8_to_t_uint8(value, pos) {\n mstore(pos, cleanup_t_uint8(value))\n }\n\n function abi_encode_tuple_packed_t_string_memory_ptr__to_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed(pos , value0) -> end {\n\n pos := abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack(value0, pos)\n\n end := pos\n }\n\n function abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack(value0, tail)\n\n }\n\n function abi_encode_tuple_t_contract$_HSTP_$32__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_contract$_HSTP_$32_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_tuple_t_string_memory_ptr_t_bytes_memory_ptr__to_t_string_memory_ptr_t_bytes_memory_ptr__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack(value0, tail)\n\n mstore(add(headStart, 32), sub(tail, headStart))\n tail := abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack(value1, tail)\n\n }\n\n function abi_encode_tuple_t_struct$_Response_$43_memory_ptr__to_t_struct$_Response_$43_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_struct$_Response_$43_memory_ptr_to_t_struct$_Response_$43_memory_ptr_fromStack(value0, tail)\n\n }\n\n function abi_encode_tuple_t_struct$_TodoRequest_$161_memory_ptr__to_t_struct$_TodoRequest_$161_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_struct$_TodoRequest_$161_memory_ptr_to_t_struct$_TodoRequest_$161_memory_ptr_fromStack(value0, tail)\n\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function array_allocation_size_t_bytes_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := round_up_to_mul_of_32(length)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function array_allocation_size_t_string_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := round_up_to_mul_of_32(length)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function array_length_t_bytes_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_length_t_string_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack(pos, length) -> updated_pos {\n updated_pos := pos\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function cleanup_t_contract$_HSTP_$32(value) -> cleaned {\n cleaned := cleanup_t_address(value)\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function convert_t_contract$_HSTP_$32_to_t_address(value) -> converted {\n converted := convert_t_uint160_to_t_address(value)\n }\n\n function convert_t_uint160_to_t_address(value) -> converted {\n converted := convert_t_uint160_to_t_uint160(value)\n }\n\n function convert_t_uint160_to_t_uint160(value) -> converted {\n converted := cleanup_t_uint160(value)\n }\n\n function copy_calldata_to_memory(src, dst, length) {\n calldatacopy(dst, src, length)\n // clear end\n mstore(add(dst, length), 0)\n }\n\n function copy_memory_to_memory(src, dst, length) {\n let i := 0\n for { } lt(i, length) { i := add(i, 32) }\n {\n mstore(add(dst, i), mload(add(src, i)))\n }\n if gt(i, length)\n {\n // clear end\n mstore(add(dst, length), 0)\n }\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function panic_error_0x21() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x21)\n revert(0, 0x24)\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() {\n revert(0, 0)\n }\n\n function revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() {\n revert(0, 0)\n }\n\n function revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function validator_revert_t_contract$_HSTP_$32(value) {\n if iszero(eq(value, cleanup_t_contract$_HSTP_$32(value))) { revert(0, 0) }\n }\n\n function validator_revert_t_enum$_Operation_$38(value) {\n if iszero(lt(value, 2)) { revert(0, 0) }\n }\n\n function validator_revert_t_uint8(value) {\n if iszero(eq(value, cleanup_t_uint8(value))) { revert(0, 0) }\n }\n\n}\n",
"id": 3,
"language": "Yul",
"name": "#utility.yul"
}
],
"immutableReferences": {},
"linkReferences": {},
"object": "60806040526004361061007b5760003560e01c8063d989e1771161004e578063d989e17714610153578063e5151bb514610183578063ed815d83146101b3578063fad3b421146101f05761007b565b806306d81d29146100805780631e59c529146100bd57806350f55b82146100e6578063cffbffb514610116575b600080fd5b34801561008c57600080fd5b506100a760048036038101906100a29190610a93565b610220565b6040516100b49190610eb9565b60405180910390f35b3480156100c957600080fd5b506100e460048036038101906100df9190610b0b565b6102ff565b005b61010060048036038101906100fb9190610b67565b610390565b60405161010d9190610eb9565b60405180910390f35b34801561012257600080fd5b5061013d60048036038101906101389190610a4a565b610525565b60405161014a9190610e67565b60405180910390f35b61016d60048036038101906101689190610a93565b610579565b60405161017a9190610eb9565b60405180910390f35b61019d60048036038101906101989190610a01565b61065a565b6040516101aa9190610eb9565b60405180910390f35b3480156101bf57600080fd5b506101da60048036038101906101d59190610a01565b610712565b6040516101e79190610eb9565b60405180910390f35b61020a60048036038101906102059190610c3b565b61071f565b6040516102179190610eb9565b60405180910390f35b610228610739565b6000836040516102389190610e2e565b908152602001604051809103902060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ed815d83836040518263ffffffff1660e01b81526004016102a29190610e45565b60006040518083038186803b1580156102ba57600080fd5b505afa1580156102ce573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f820116820180604052508101906102f79190610bf2565b905092915050565b60405180602001604052808273ffffffffffffffffffffffffffffffffffffffff168152506000836040516103349190610e2e565b908152602001604051809103902060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055509050505050565b610398610739565b600060018111156103ac576103ab6110d2565b5b8360018111156103bf576103be6110d2565b5b141561045c573073ffffffffffffffffffffffffffffffffffffffff166306d81d2985846040518363ffffffff1660e01b8152600401610400929190610e82565b60006040518083038186803b15801561041857600080fd5b505afa15801561042c573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f820116820180604052508101906104559190610bf2565b905061051e565b60018081111561046f5761046e6110d2565b5b836001811115610482576104816110d2565b5b141561051d573073ffffffffffffffffffffffffffffffffffffffff1663d989e17785846040518363ffffffff1660e01b81526004016104c3929190610e82565b600060405180830381600087803b1580156104dd57600080fd5b505af11580156104f1573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f8201168201806040525081019061051a9190610bf2565b90505b5b9392505050565b6000818051602081018201805184825260208301602085012081835280955050505050506000915090508060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081565b610581610739565b6000836040516105919190610e2e565b908152602001604051809103902060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e5151bb5836040518263ffffffff1660e01b81526004016105fb9190610e45565b600060405180830381600087803b15801561061557600080fd5b505af1158015610629573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f820116820180604052508101906106529190610bf2565b905092915050565b610662610739565b6000828060200190518101906106789190610c84565b90503073ffffffffffffffffffffffffffffffffffffffff1663fad3b421826040518263ffffffff1660e01b81526004016106b39190610edb565b600060405180830381600087803b1580156106cd57600080fd5b505af11580156106e1573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f8201168201806040525081019061070a9190610bf2565b915050919050565b61071a610739565b919050565b610727610739565b81600001518160200181905250919050565b6040518060400160405280600060ff168152602001606081525090565b600061076961076484610f22565b610efd565b9050828152602081018484840111156107855761078461113f565b5b61079084828561105f565b509392505050565b60006107ab6107a684610f53565b610efd565b9050828152602081018484840111156107c7576107c661113f565b5b6107d284828561105f565b509392505050565b60006107ed6107e884610f53565b610efd565b9050828152602081018484840111156108095761080861113f565b5b61081484828561106e565b509392505050565b600082601f83011261083157610830611130565b5b8135610841848260208601610756565b91505092915050565b6000813590506108598161115f565b92915050565b60008135905061086e81611176565b92915050565b600082601f83011261088957610888611130565b5b8135610899848260208601610798565b91505092915050565b600082601f8301126108b7576108b6611130565b5b81516108c78482602086016107da565b91505092915050565b6000604082840312156108e6576108e5611135565b5b6108f06040610efd565b90506000610900848285016109ec565b600083015250602082015167ffffffffffffffff8111156109245761092361113a565b5b610930848285016108a2565b60208301525092915050565b60006020828403121561095257610951611135565b5b61095c6020610efd565b9050600082013567ffffffffffffffff81111561097c5761097b61113a565b5b61098884828501610874565b60008301525092915050565b6000602082840312156109aa576109a9611135565b5b6109b46020610efd565b9050600082015167ffffffffffffffff8111156109d4576109d361113a565b5b6109e0848285016108a2565b60008301525092915050565b6000815190506109fb81611186565b92915050565b600060208284031215610a1757610a16611149565b5b600082013567ffffffffffffffff811115610a3557610a34611144565b5b610a418482850161081c565b91505092915050565b600060208284031215610a6057610a5f611149565b5b600082013567ffffffffffffffff811115610a7e57610a7d611144565b5b610a8a84828501610874565b91505092915050565b60008060408385031215610aaa57610aa9611149565b5b600083013567ffffffffffffffff811115610ac857610ac7611144565b5b610ad485828601610874565b925050602083013567ffffffffffffffff811115610af557610af4611144565b5b610b018582860161081c565b9150509250929050565b60008060408385031215610b2257610b21611149565b5b600083013567ffffffffffffffff811115610b4057610b3f611144565b5b610b4c85828601610874565b9250506020610b5d8582860161084a565b9150509250929050565b600080600060608486031215610b8057610b7f611149565b5b600084013567ffffffffffffffff811115610b9e57610b9d611144565b5b610baa86828701610874565b9350506020610bbb8682870161085f565b925050604084013567ffffffffffffffff811115610bdc57610bdb611144565b5b610be88682870161081c565b9150509250925092565b600060208284031215610c0857610c07611149565b5b600082015167ffffffffffffffff811115610c2657610c25611144565b5b610c32848285016108d0565b91505092915050565b600060208284031215610c5157610c50611149565b5b600082013567ffffffffffffffff811115610c6f57610c6e611144565b5b610c7b8482850161093c565b91505092915050565b600060208284031215610c9a57610c99611149565b5b600082015167ffffffffffffffff811115610cb857610cb7611144565b5b610cc484828501610994565b91505092915050565b6000610cd882610f84565b610ce28185610f9a565b9350610cf281856020860161106e565b610cfb8161114e565b840191505092915050565b610d0f81611029565b82525050565b6000610d2082610f8f565b610d2a8185610fab565b9350610d3a81856020860161106e565b610d438161114e565b840191505092915050565b6000610d5982610f8f565b610d638185610fbc565b9350610d7381856020860161106e565b610d7c8161114e565b840191505092915050565b6000610d9282610f8f565b610d9c8185610fcd565b9350610dac81856020860161106e565b80840191505092915050565b6000604083016000830151610dd06000860182610e1f565b5060208301518482036020860152610de88282610d15565b9150508091505092915050565b60006020830160008301518482036000860152610e128282610d15565b9150508091505092915050565b610e288161101c565b82525050565b6000610e3a8284610d87565b915081905092915050565b60006020820190508181036000830152610e5f8184610ccd565b905092915050565b6000602082019050610e7c6000830184610d06565b92915050565b60006040820190508181036000830152610e9c8185610d4e565b90508181036020830152610eb08184610ccd565b90509392505050565b60006020820190508181036000830152610ed38184610db8565b905092915050565b60006020820190508181036000830152610ef58184610df5565b905092915050565b6000610f07610f18565b9050610f1382826110a1565b919050565b6000604051905090565b600067ffffffffffffffff821115610f3d57610f3c611101565b5b610f468261114e565b9050602081019050919050565b600067ffffffffffffffff821115610f6e57610f6d611101565b5b610f778261114e565b9050602081019050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b6000610fe382610ffc565b9050919050565b6000610ff582610fd8565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600060ff82169050919050565b60006110348261103b565b9050919050565b60006110468261104d565b9050919050565b600061105882610ffc565b9050919050565b82818337600083830152505050565b60005b8381101561108c578082015181840152602081019050611071565b8381111561109b576000848401525b50505050565b6110aa8261114e565b810181811067ffffffffffffffff821117156110c9576110c8611101565b5b80604052505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b61116881610fea565b811461117357600080fd5b50565b6002811061118357600080fd5b50565b61118f8161101c565b811461119a57600080fd5b5056fea2646970667358221220ff355b900df90d7a2bc75c877e774d801b8ff8e1c1e51869cae02dba9983b20e64736f6c63430008070033",
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x7B JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xD989E177 GT PUSH2 0x4E JUMPI DUP1 PUSH4 0xD989E177 EQ PUSH2 0x153 JUMPI DUP1 PUSH4 0xE5151BB5 EQ PUSH2 0x183 JUMPI DUP1 PUSH4 0xED815D83 EQ PUSH2 0x1B3 JUMPI DUP1 PUSH4 0xFAD3B421 EQ PUSH2 0x1F0 JUMPI PUSH2 0x7B JUMP JUMPDEST DUP1 PUSH4 0x6D81D29 EQ PUSH2 0x80 JUMPI DUP1 PUSH4 0x1E59C529 EQ PUSH2 0xBD JUMPI DUP1 PUSH4 0x50F55B82 EQ PUSH2 0xE6 JUMPI DUP1 PUSH4 0xCFFBFFB5 EQ PUSH2 0x116 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x8C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xA7 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xA2 SWAP2 SWAP1 PUSH2 0xA93 JUMP JUMPDEST PUSH2 0x220 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xB4 SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xC9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xE4 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xDF SWAP2 SWAP1 PUSH2 0xB0B JUMP JUMPDEST PUSH2 0x2FF JUMP JUMPDEST STOP JUMPDEST PUSH2 0x100 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xFB SWAP2 SWAP1 PUSH2 0xB67 JUMP JUMPDEST PUSH2 0x390 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x10D SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x122 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x13D PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x138 SWAP2 SWAP1 PUSH2 0xA4A JUMP JUMPDEST PUSH2 0x525 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x14A SWAP2 SWAP1 PUSH2 0xE67 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x16D PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x168 SWAP2 SWAP1 PUSH2 0xA93 JUMP JUMPDEST PUSH2 0x579 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x17A SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x19D PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x198 SWAP2 SWAP1 PUSH2 0xA01 JUMP JUMPDEST PUSH2 0x65A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1AA SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1BF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1DA PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1D5 SWAP2 SWAP1 PUSH2 0xA01 JUMP JUMPDEST PUSH2 0x712 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E7 SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x20A PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x205 SWAP2 SWAP1 PUSH2 0xC3B JUMP JUMPDEST PUSH2 0x71F JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x217 SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x228 PUSH2 0x739 JUMP JUMPDEST PUSH1 0x0 DUP4 PUSH1 0x40 MLOAD PUSH2 0x238 SWAP2 SWAP1 PUSH2 0xE2E JUMP JUMPDEST SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xED815D83 DUP4 PUSH1 0x40 MLOAD DUP3 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2A2 SWAP2 SWAP1 PUSH2 0xE45 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x2BA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x2CE JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x2F7 SWAP2 SWAP1 PUSH2 0xBF2 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x20 ADD PUSH1 0x40 MSTORE DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE POP PUSH1 0x0 DUP4 PUSH1 0x40 MLOAD PUSH2 0x334 SWAP2 SWAP1 PUSH2 0xE2E JUMP JUMPDEST SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP SWAP1 POP POP POP POP JUMP JUMPDEST PUSH2 0x398 PUSH2 0x739 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 DUP2 GT ISZERO PUSH2 0x3AC JUMPI PUSH2 0x3AB PUSH2 0x10D2 JUMP JUMPDEST JUMPDEST DUP4 PUSH1 0x1 DUP2 GT ISZERO PUSH2 0x3BF JUMPI PUSH2 0x3BE PUSH2 0x10D2 JUMP JUMPDEST JUMPDEST EQ ISZERO PUSH2 0x45C JUMPI ADDRESS PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x6D81D29 DUP6 DUP5 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x400 SWAP3 SWAP2 SWAP1 PUSH2 0xE82 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x418 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x42C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x455 SWAP2 SWAP1 PUSH2 0xBF2 JUMP JUMPDEST SWAP1 POP PUSH2 0x51E JUMP JUMPDEST PUSH1 0x1 DUP1 DUP2 GT ISZERO PUSH2 0x46F JUMPI PUSH2 0x46E PUSH2 0x10D2 JUMP JUMPDEST JUMPDEST DUP4 PUSH1 0x1 DUP2 GT ISZERO PUSH2 0x482 JUMPI PUSH2 0x481 PUSH2 0x10D2 JUMP JUMPDEST JUMPDEST EQ ISZERO PUSH2 0x51D JUMPI ADDRESS PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xD989E177 DUP6 DUP5 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x4C3 SWAP3 SWAP2 SWAP1 PUSH2 0xE82 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x4DD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x4F1 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x51A SWAP2 SWAP1 PUSH2 0xBF2 JUMP JUMPDEST SWAP1 POP JUMPDEST JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 DUP1 MLOAD PUSH1 0x20 DUP2 ADD DUP3 ADD DUP1 MLOAD DUP5 DUP3 MSTORE PUSH1 0x20 DUP4 ADD PUSH1 0x20 DUP6 ADD KECCAK256 DUP2 DUP4 MSTORE DUP1 SWAP6 POP POP POP POP POP POP PUSH1 0x0 SWAP2 POP SWAP1 POP DUP1 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 JUMP JUMPDEST PUSH2 0x581 PUSH2 0x739 JUMP JUMPDEST PUSH1 0x0 DUP4 PUSH1 0x40 MLOAD PUSH2 0x591 SWAP2 SWAP1 PUSH2 0xE2E JUMP JUMPDEST SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xE5151BB5 DUP4 PUSH1 0x40 MLOAD DUP3 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x5FB SWAP2 SWAP1 PUSH2 0xE45 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x615 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x629 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x652 SWAP2 SWAP1 PUSH2 0xBF2 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x662 PUSH2 0x739 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0x678 SWAP2 SWAP1 PUSH2 0xC84 JUMP JUMPDEST SWAP1 POP ADDRESS PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xFAD3B421 DUP3 PUSH1 0x40 MLOAD DUP3 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6B3 SWAP2 SWAP1 PUSH2 0xEDB JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x6CD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x6E1 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x70A SWAP2 SWAP1 PUSH2 0xBF2 JUMP JUMPDEST SWAP2 POP POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x71A PUSH2 0x739 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x727 PUSH2 0x739 JUMP JUMPDEST DUP2 PUSH1 0x0 ADD MLOAD DUP2 PUSH1 0x20 ADD DUP2 SWAP1 MSTORE POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 PUSH1 0xFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x60 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x769 PUSH2 0x764 DUP5 PUSH2 0xF22 JUMP JUMPDEST PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH2 0x785 JUMPI PUSH2 0x784 PUSH2 0x113F JUMP JUMPDEST JUMPDEST PUSH2 0x790 DUP5 DUP3 DUP6 PUSH2 0x105F JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x7AB PUSH2 0x7A6 DUP5 PUSH2 0xF53 JUMP JUMPDEST PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH2 0x7C7 JUMPI PUSH2 0x7C6 PUSH2 0x113F JUMP JUMPDEST JUMPDEST PUSH2 0x7D2 DUP5 DUP3 DUP6 PUSH2 0x105F JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x7ED PUSH2 0x7E8 DUP5 PUSH2 0xF53 JUMP JUMPDEST PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH2 0x809 JUMPI PUSH2 0x808 PUSH2 0x113F JUMP JUMPDEST JUMPDEST PUSH2 0x814 DUP5 DUP3 DUP6 PUSH2 0x106E JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x831 JUMPI PUSH2 0x830 PUSH2 0x1130 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x841 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x756 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x859 DUP2 PUSH2 0x115F JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x86E DUP2 PUSH2 0x1176 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x889 JUMPI PUSH2 0x888 PUSH2 0x1130 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x899 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x798 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x8B7 JUMPI PUSH2 0x8B6 PUSH2 0x1130 JUMP JUMPDEST JUMPDEST DUP2 MLOAD PUSH2 0x8C7 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x7DA JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x8E6 JUMPI PUSH2 0x8E5 PUSH2 0x1135 JUMP JUMPDEST JUMPDEST PUSH2 0x8F0 PUSH1 0x40 PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x900 DUP5 DUP3 DUP6 ADD PUSH2 0x9EC JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x924 JUMPI PUSH2 0x923 PUSH2 0x113A JUMP JUMPDEST JUMPDEST PUSH2 0x930 DUP5 DUP3 DUP6 ADD PUSH2 0x8A2 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x952 JUMPI PUSH2 0x951 PUSH2 0x1135 JUMP JUMPDEST JUMPDEST PUSH2 0x95C PUSH1 0x20 PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x97C JUMPI PUSH2 0x97B PUSH2 0x113A JUMP JUMPDEST JUMPDEST PUSH2 0x988 DUP5 DUP3 DUP6 ADD PUSH2 0x874 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x9AA JUMPI PUSH2 0x9A9 PUSH2 0x1135 JUMP JUMPDEST JUMPDEST PUSH2 0x9B4 PUSH1 0x20 PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x9D4 JUMPI PUSH2 0x9D3 PUSH2 0x113A JUMP JUMPDEST JUMPDEST PUSH2 0x9E0 DUP5 DUP3 DUP6 ADD PUSH2 0x8A2 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x9FB DUP2 PUSH2 0x1186 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA17 JUMPI PUSH2 0xA16 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xA35 JUMPI PUSH2 0xA34 PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xA41 DUP5 DUP3 DUP6 ADD PUSH2 0x81C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA60 JUMPI PUSH2 0xA5F PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xA7E JUMPI PUSH2 0xA7D PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xA8A DUP5 DUP3 DUP6 ADD PUSH2 0x874 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xAAA JUMPI PUSH2 0xAA9 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xAC8 JUMPI PUSH2 0xAC7 PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xAD4 DUP6 DUP3 DUP7 ADD PUSH2 0x874 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xAF5 JUMPI PUSH2 0xAF4 PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xB01 DUP6 DUP3 DUP7 ADD PUSH2 0x81C JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xB22 JUMPI PUSH2 0xB21 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xB40 JUMPI PUSH2 0xB3F PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xB4C DUP6 DUP3 DUP7 ADD PUSH2 0x874 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xB5D DUP6 DUP3 DUP7 ADD PUSH2 0x84A JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xB80 JUMPI PUSH2 0xB7F PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xB9E JUMPI PUSH2 0xB9D PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xBAA DUP7 DUP3 DUP8 ADD PUSH2 0x874 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xBBB DUP7 DUP3 DUP8 ADD PUSH2 0x85F JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xBDC JUMPI PUSH2 0xBDB PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xBE8 DUP7 DUP3 DUP8 ADD PUSH2 0x81C JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC08 JUMPI PUSH2 0xC07 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xC26 JUMPI PUSH2 0xC25 PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xC32 DUP5 DUP3 DUP6 ADD PUSH2 0x8D0 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC51 JUMPI PUSH2 0xC50 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xC6F JUMPI PUSH2 0xC6E PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xC7B DUP5 DUP3 DUP6 ADD PUSH2 0x93C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC9A JUMPI PUSH2 0xC99 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xCB8 JUMPI PUSH2 0xCB7 PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xCC4 DUP5 DUP3 DUP6 ADD PUSH2 0x994 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xCD8 DUP3 PUSH2 0xF84 JUMP JUMPDEST PUSH2 0xCE2 DUP2 DUP6 PUSH2 0xF9A JUMP JUMPDEST SWAP4 POP PUSH2 0xCF2 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x106E JUMP JUMPDEST PUSH2 0xCFB DUP2 PUSH2 0x114E JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xD0F DUP2 PUSH2 0x1029 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD20 DUP3 PUSH2 0xF8F JUMP JUMPDEST PUSH2 0xD2A DUP2 DUP6 PUSH2 0xFAB JUMP JUMPDEST SWAP4 POP PUSH2 0xD3A DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x106E JUMP JUMPDEST PUSH2 0xD43 DUP2 PUSH2 0x114E JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD59 DUP3 PUSH2 0xF8F JUMP JUMPDEST PUSH2 0xD63 DUP2 DUP6 PUSH2 0xFBC JUMP JUMPDEST SWAP4 POP PUSH2 0xD73 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x106E JUMP JUMPDEST PUSH2 0xD7C DUP2 PUSH2 0x114E JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD92 DUP3 PUSH2 0xF8F JUMP JUMPDEST PUSH2 0xD9C DUP2 DUP6 PUSH2 0xFCD JUMP JUMPDEST SWAP4 POP PUSH2 0xDAC DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x106E JUMP JUMPDEST DUP1 DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP4 ADD PUSH1 0x0 DUP4 ADD MLOAD PUSH2 0xDD0 PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0xE1F JUMP JUMPDEST POP PUSH1 0x20 DUP4 ADD MLOAD DUP5 DUP3 SUB PUSH1 0x20 DUP7 ADD MSTORE PUSH2 0xDE8 DUP3 DUP3 PUSH2 0xD15 JUMP JUMPDEST SWAP2 POP POP DUP1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP4 ADD PUSH1 0x0 DUP4 ADD MLOAD DUP5 DUP3 SUB PUSH1 0x0 DUP7 ADD MSTORE PUSH2 0xE12 DUP3 DUP3 PUSH2 0xD15 JUMP JUMPDEST SWAP2 POP POP DUP1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xE28 DUP2 PUSH2 0x101C JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xE3A DUP3 DUP5 PUSH2 0xD87 JUMP JUMPDEST SWAP2 POP DUP2 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xE5F DUP2 DUP5 PUSH2 0xCCD JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xE7C PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xD06 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xE9C DUP2 DUP6 PUSH2 0xD4E JUMP JUMPDEST SWAP1 POP DUP2 DUP2 SUB PUSH1 0x20 DUP4 ADD MSTORE PUSH2 0xEB0 DUP2 DUP5 PUSH2 0xCCD JUMP JUMPDEST SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xED3 DUP2 DUP5 PUSH2 0xDB8 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xEF5 DUP2 DUP5 PUSH2 0xDF5 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF07 PUSH2 0xF18 JUMP JUMPDEST SWAP1 POP PUSH2 0xF13 DUP3 DUP3 PUSH2 0x10A1 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xF3D JUMPI PUSH2 0xF3C PUSH2 0x1101 JUMP JUMPDEST JUMPDEST PUSH2 0xF46 DUP3 PUSH2 0x114E JUMP JUMPDEST SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xF6E JUMPI PUSH2 0xF6D PUSH2 0x1101 JUMP JUMPDEST JUMPDEST PUSH2 0xF77 DUP3 PUSH2 0x114E JUMP JUMPDEST SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFE3 DUP3 PUSH2 0xFFC JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFF5 DUP3 PUSH2 0xFD8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1034 DUP3 PUSH2 0x103B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1046 DUP3 PUSH2 0x104D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1058 DUP3 PUSH2 0xFFC JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x108C JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x1071 JUMP JUMPDEST DUP4 DUP2 GT ISZERO PUSH2 0x109B JUMPI PUSH1 0x0 DUP5 DUP5 ADD MSTORE JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH2 0x10AA DUP3 PUSH2 0x114E JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x10C9 JUMPI PUSH2 0x10C8 PUSH2 0x1101 JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x21 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1168 DUP2 PUSH2 0xFEA JUMP JUMPDEST DUP2 EQ PUSH2 0x1173 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x2 DUP2 LT PUSH2 0x1183 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH2 0x118F DUP2 PUSH2 0x101C JUMP JUMPDEST DUP2 EQ PUSH2 0x119A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SELFDESTRUCT CALLDATALOAD JUMPDEST SWAP1 0xD 0xF9 0xD PUSH27 0x2BC75C877E774D801B8FF8E1C1E51869CAE02DBA9983B20E64736F PUSH13 0x63430008070033000000000000 ",
"sourceMap": "160:710:2:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;778:155:1;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1109:136;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;391:381;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;291:41;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;939:164;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;590:278:2;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;450:134;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;254:164;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;778:155:1;856:15;;:::i;:::-;890:6;897:4;890:12;;;;;;:::i;:::-;;;;;;;;;;;;;:21;;;;;;;;;;;;:27;;;918:7;890:36;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;883:43;;778:155;;;;:::o;1109:136::-;1190:48;;;;;;;;1223:4;1190:48;;;;;1175:6;1182:4;1175:12;;;;;;:::i;:::-;;;;;;;;;;;;;:63;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1109:136;;:::o;391:381::-;501:24;;:::i;:::-;555:15;541:29;;;;;;;;:::i;:::-;;:10;:29;;;;;;;;:::i;:::-;;;537:204;;;597:4;:10;;;608:4;614:7;597:25;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;586:36;;537:204;;;657:18;643:32;;;;;;;;:::i;:::-;;:10;:32;;;;;;;;:::i;:::-;;;639:102;;;702:4;:13;;;716:4;722:7;702:28;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;691:39;;639:102;537:204;391:381;;;;;:::o;291:41::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;939:164::-;1023:15;;:::i;:::-;1057:6;1064:4;1057:12;;;;;;:::i;:::-;;;;;;;;;;;;;:21;;;;;;;;;;;;:30;;;1088:7;1057:39;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1050:46;;939:164;;;;:::o;590:278:2:-;711:15;;:::i;:::-;743:30;788:7;777:34;;;;;;;;;;;;:::i;:::-;742:69;;832:4;:12;;;845:11;832:25;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;825:32;;;590:278;;;:::o;450:134::-;565:15;;:::i;:::-;450:134;;;:::o;254:164::-;322:24;;:::i;:::-;374:7;:12;;;358:8;:13;;:28;;;;254:164;;;:::o;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;:::o;7:410:3:-;84:5;109:65;125:48;166:6;125:48;:::i;:::-;109:65;:::i;:::-;100:74;;197:6;190:5;183:21;235:4;228:5;224:16;273:3;264:6;259:3;255:16;252:25;249:112;;;280:79;;:::i;:::-;249:112;370:41;404:6;399:3;394;370:41;:::i;:::-;90:327;7:410;;;;;:::o;423:412::-;501:5;526:66;542:49;584:6;542:49;:::i;:::-;526:66;:::i;:::-;517:75;;615:6;608:5;601:21;653:4;646:5;642:16;691:3;682:6;677:3;673:16;670:25;667:112;;;698:79;;:::i;:::-;667:112;788:41;822:6;817:3;812;788:41;:::i;:::-;507:328;423:412;;;;;:::o;841:421::-;930:5;955:66;971:49;1013:6;971:49;:::i;:::-;955:66;:::i;:::-;946:75;;1044:6;1037:5;1030:21;1082:4;1075:5;1071:16;1120:3;1111:6;1106:3;1102:16;1099:25;1096:112;;;1127:79;;:::i;:::-;1096:112;1217:39;1249:6;1244:3;1239;1217:39;:::i;:::-;936:326;841:421;;;;;:::o;1281:338::-;1336:5;1385:3;1378:4;1370:6;1366:17;1362:27;1352:122;;1393:79;;:::i;:::-;1352:122;1510:6;1497:20;1535:78;1609:3;1601:6;1594:4;1586:6;1582:17;1535:78;:::i;:::-;1526:87;;1342:277;1281:338;;;;:::o;1625:161::-;1682:5;1720:6;1707:20;1698:29;;1736:44;1774:5;1736:44;:::i;:::-;1625:161;;;;:::o;1792:163::-;1850:5;1888:6;1875:20;1866:29;;1904:45;1943:5;1904:45;:::i;:::-;1792:163;;;;:::o;1975:340::-;2031:5;2080:3;2073:4;2065:6;2061:17;2057:27;2047:122;;2088:79;;:::i;:::-;2047:122;2205:6;2192:20;2230:79;2305:3;2297:6;2290:4;2282:6;2278:17;2230:79;:::i;:::-;2221:88;;2037:278;1975:340;;;;:::o;2335:355::-;2402:5;2451:3;2444:4;2436:6;2432:17;2428:27;2418:122;;2459:79;;:::i;:::-;2418:122;2569:6;2563:13;2594:90;2680:3;2672:6;2665:4;2657:6;2653:17;2594:90;:::i;:::-;2585:99;;2408:282;2335:355;;;;:::o;2719:769::-;2803:5;2847:4;2835:9;2830:3;2826:19;2822:30;2819:117;;;2855:79;;:::i;:::-;2819:117;2954:21;2970:4;2954:21;:::i;:::-;2945:30;;3036:1;3076:58;3130:3;3121:6;3110:9;3106:22;3076:58;:::i;:::-;3069:4;3062:5;3058:16;3051:84;2985:161;3226:2;3215:9;3211:18;3205:25;3257:18;3249:6;3246:30;3243:117;;;3279:79;;:::i;:::-;3243:117;3399:70;3465:3;3456:6;3445:9;3441:22;3399:70;:::i;:::-;3392:4;3385:5;3381:16;3374:96;3156:325;2719:769;;;;:::o;3525:586::-;3602:5;3646:4;3634:9;3629:3;3625:19;3621:30;3618:117;;;3654:79;;:::i;:::-;3618:117;3753:21;3769:4;3753:21;:::i;:::-;3744:30;;3861:1;3850:9;3846:17;3833:31;3891:18;3883:6;3880:30;3877:117;;;3913:79;;:::i;:::-;3877:117;4033:59;4088:3;4079:6;4068:9;4064:22;4033:59;:::i;:::-;4026:4;4019:5;4015:16;4008:85;3784:320;3525:586;;;;:::o;4148:601::-;4236:5;4280:4;4268:9;4263:3;4259:19;4255:30;4252:117;;;4288:79;;:::i;:::-;4252:117;4387:21;4403:4;4387:21;:::i;:::-;4378:30;;4488:1;4477:9;4473:17;4467:24;4518:18;4510:6;4507:30;4504:117;;;4540:79;;:::i;:::-;4504:117;4660:70;4726:3;4717:6;4706:9;4702:22;4660:70;:::i;:::-;4653:4;4646:5;4642:16;4635:96;4418:324;4148:601;;;;:::o;4755:139::-;4810:5;4841:6;4835:13;4826:22;;4857:31;4882:5;4857:31;:::i;:::-;4755:139;;;;:::o;4900:507::-;4968:6;5017:2;5005:9;4996:7;4992:23;4988:32;4985:119;;;5023:79;;:::i;:::-;4985:119;5171:1;5160:9;5156:17;5143:31;5201:18;5193:6;5190:30;5187:117;;;5223:79;;:::i;:::-;5187:117;5328:62;5382:7;5373:6;5362:9;5358:22;5328:62;:::i;:::-;5318:72;;5114:286;4900:507;;;;:::o;5413:509::-;5482:6;5531:2;5519:9;5510:7;5506:23;5502:32;5499:119;;;5537:79;;:::i;:::-;5499:119;5685:1;5674:9;5670:17;5657:31;5715:18;5707:6;5704:30;5701:117;;;5737:79;;:::i;:::-;5701:117;5842:63;5897:7;5888:6;5877:9;5873:22;5842:63;:::i;:::-;5832:73;;5628:287;5413:509;;;;:::o;5928:832::-;6015:6;6023;6072:2;6060:9;6051:7;6047:23;6043:32;6040:119;;;6078:79;;:::i;:::-;6040:119;6226:1;6215:9;6211:17;6198:31;6256:18;6248:6;6245:30;6242:117;;;6278:79;;:::i;:::-;6242:117;6383:63;6438:7;6429:6;6418:9;6414:22;6383:63;:::i;:::-;6373:73;;6169:287;6523:2;6512:9;6508:18;6495:32;6554:18;6546:6;6543:30;6540:117;;;6576:79;;:::i;:::-;6540:117;6681:62;6735:7;6726:6;6715:9;6711:22;6681:62;:::i;:::-;6671:72;;6466:287;5928:832;;;;;:::o;6766:676::-;6855:6;6863;6912:2;6900:9;6891:7;6887:23;6883:32;6880:119;;;6918:79;;:::i;:::-;6880:119;7066:1;7055:9;7051:17;7038:31;7096:18;7088:6;7085:30;7082:117;;;7118:79;;:::i;:::-;7082:117;7223:63;7278:7;7269:6;7258:9;7254:22;7223:63;:::i;:::-;7213:73;;7009:287;7335:2;7361:64;7417:7;7408:6;7397:9;7393:22;7361:64;:::i;:::-;7351:74;;7306:129;6766:676;;;;;:::o;7448:1001::-;7556:6;7564;7572;7621:2;7609:9;7600:7;7596:23;7592:32;7589:119;;;7627:79;;:::i;:::-;7589:119;7775:1;7764:9;7760:17;7747:31;7805:18;7797:6;7794:30;7791:117;;;7827:79;;:::i;:::-;7791:117;7932:63;7987:7;7978:6;7967:9;7963:22;7932:63;:::i;:::-;7922:73;;7718:287;8044:2;8070:65;8127:7;8118:6;8107:9;8103:22;8070:65;:::i;:::-;8060:75;;8015:130;8212:2;8201:9;8197:18;8184:32;8243:18;8235:6;8232:30;8229:117;;;8265:79;;:::i;:::-;8229:117;8370:62;8424:7;8415:6;8404:9;8400:22;8370:62;:::i;:::-;8360:72;;8155:287;7448:1001;;;;;:::o;8455:552::-;8549:6;8598:2;8586:9;8577:7;8573:23;8569:32;8566:119;;;8604:79;;:::i;:::-;8566:119;8745:1;8734:9;8730:17;8724:24;8775:18;8767:6;8764:30;8761:117;;;8797:79;;:::i;:::-;8761:117;8902:88;8982:7;8973:6;8962:9;8958:22;8902:88;:::i;:::-;8892:98;;8695:305;8455:552;;;;:::o;9013:545::-;9100:6;9149:2;9137:9;9128:7;9124:23;9120:32;9117:119;;;9155:79;;:::i;:::-;9117:119;9303:1;9292:9;9288:17;9275:31;9333:18;9325:6;9322:30;9319:117;;;9355:79;;:::i;:::-;9319:117;9460:81;9533:7;9524:6;9513:9;9509:22;9460:81;:::i;:::-;9450:91;;9246:305;9013:545;;;;:::o;9564:560::-;9662:6;9711:2;9699:9;9690:7;9686:23;9682:32;9679:119;;;9717:79;;:::i;:::-;9679:119;9858:1;9847:9;9843:17;9837:24;9888:18;9880:6;9877:30;9874:117;;;9910:79;;:::i;:::-;9874:117;10015:92;10099:7;10090:6;10079:9;10075:22;10015:92;:::i;:::-;10005:102;;9808:309;9564:560;;;;:::o;10130:360::-;10216:3;10244:38;10276:5;10244:38;:::i;:::-;10298:70;10361:6;10356:3;10298:70;:::i;:::-;10291:77;;10377:52;10422:6;10417:3;10410:4;10403:5;10399:16;10377:52;:::i;:::-;10454:29;10476:6;10454:29;:::i;:::-;10449:3;10445:39;10438:46;;10220:270;10130:360;;;;:::o;10496:153::-;10594:48;10636:5;10594:48;:::i;:::-;10589:3;10582:61;10496:153;;:::o;10655:344::-;10733:3;10761:39;10794:5;10761:39;:::i;:::-;10816:61;10870:6;10865:3;10816:61;:::i;:::-;10809:68;;10886:52;10931:6;10926:3;10919:4;10912:5;10908:16;10886:52;:::i;:::-;10963:29;10985:6;10963:29;:::i;:::-;10958:3;10954:39;10947:46;;10737:262;10655:344;;;;:::o;11005:364::-;11093:3;11121:39;11154:5;11121:39;:::i;:::-;11176:71;11240:6;11235:3;11176:71;:::i;:::-;11169:78;;11256:52;11301:6;11296:3;11289:4;11282:5;11278:16;11256:52;:::i;:::-;11333:29;11355:6;11333:29;:::i;:::-;11328:3;11324:39;11317:46;;11097:272;11005:364;;;;:::o;11375:377::-;11481:3;11509:39;11542:5;11509:39;:::i;:::-;11564:89;11646:6;11641:3;11564:89;:::i;:::-;11557:96;;11662:52;11707:6;11702:3;11695:4;11688:5;11684:16;11662:52;:::i;:::-;11739:6;11734:3;11730:16;11723:23;;11485:267;11375:377;;;;:::o;11800:602::-;11917:3;11953:4;11948:3;11944:14;12042:4;12035:5;12031:16;12025:23;12061:59;12114:4;12109:3;12105:14;12091:12;12061:59;:::i;:::-;11968:162;12212:4;12205:5;12201:16;12195:23;12265:3;12259:4;12255:14;12248:4;12243:3;12239:14;12232:38;12291:73;12359:4;12345:12;12291:73;:::i;:::-;12283:81;;12140:235;12392:4;12385:11;;11922:480;11800:602;;;;:::o;12466:438::-;12591:3;12627:4;12622:3;12618:14;12714:4;12707:5;12703:16;12697:23;12767:3;12761:4;12757:14;12750:4;12745:3;12741:14;12734:38;12793:73;12861:4;12847:12;12793:73;:::i;:::-;12785:81;;12642:235;12894:4;12887:11;;12596:308;12466:438;;;;:::o;12910:102::-;12983:22;12999:5;12983:22;:::i;:::-;12978:3;12971:35;12910:102;;:::o;13018:275::-;13150:3;13172:95;13263:3;13254:6;13172:95;:::i;:::-;13165:102;;13284:3;13277:10;;13018:275;;;;:::o;13299:309::-;13410:4;13448:2;13437:9;13433:18;13425:26;;13497:9;13491:4;13487:20;13483:1;13472:9;13468:17;13461:47;13525:76;13596:4;13587:6;13525:76;:::i;:::-;13517:84;;13299:309;;;;:::o;13614:244::-;13718:4;13756:2;13745:9;13741:18;13733:26;;13769:82;13848:1;13837:9;13833:17;13824:6;13769:82;:::i;:::-;13614:244;;;;:::o;13864:510::-;14023:4;14061:2;14050:9;14046:18;14038:26;;14110:9;14104:4;14100:20;14096:1;14085:9;14081:17;14074:47;14138:78;14211:4;14202:6;14138:78;:::i;:::-;14130:86;;14263:9;14257:4;14253:20;14248:2;14237:9;14233:18;14226:48;14291:76;14362:4;14353:6;14291:76;:::i;:::-;14283:84;;13864:510;;;;;:::o;14380:369::-;14521:4;14559:2;14548:9;14544:18;14536:26;;14608:9;14602:4;14598:20;14594:1;14583:9;14579:17;14572:47;14636:106;14737:4;14728:6;14636:106;:::i;:::-;14628:114;;14380:369;;;;:::o;14755:385::-;14904:4;14942:2;14931:9;14927:18;14919:26;;14991:9;14985:4;14981:20;14977:1;14966:9;14962:17;14955:47;15019:114;15128:4;15119:6;15019:114;:::i;:::-;15011:122;;14755:385;;;;:::o;15146:129::-;15180:6;15207:20;;:::i;:::-;15197:30;;15236:33;15264:4;15256:6;15236:33;:::i;:::-;15146:129;;;:::o;15281:75::-;15314:6;15347:2;15341:9;15331:19;;15281:75;:::o;15362:307::-;15423:4;15513:18;15505:6;15502:30;15499:56;;;15535:18;;:::i;:::-;15499:56;15573:29;15595:6;15573:29;:::i;:::-;15565:37;;15657:4;15651;15647:15;15639:23;;15362:307;;;:::o;15675:308::-;15737:4;15827:18;15819:6;15816:30;15813:56;;;15849:18;;:::i;:::-;15813:56;15887:29;15909:6;15887:29;:::i;:::-;15879:37;;15971:4;15965;15961:15;15953:23;;15675:308;;;:::o;15989:98::-;16040:6;16074:5;16068:12;16058:22;;15989:98;;;:::o;16093:99::-;16145:6;16179:5;16173:12;16163:22;;16093:99;;;:::o;16198:168::-;16281:11;16315:6;16310:3;16303:19;16355:4;16350:3;16346:14;16331:29;;16198:168;;;;:::o;16372:159::-;16446:11;16480:6;16475:3;16468:19;16520:4;16515:3;16511:14;16496:29;;16372:159;;;;:::o;16537:169::-;16621:11;16655:6;16650:3;16643:19;16695:4;16690:3;16686:14;16671:29;;16537:169;;;;:::o;16712:148::-;16814:11;16851:3;16836:18;;16712:148;;;;:::o;16866:96::-;16903:7;16932:24;16950:5;16932:24;:::i;:::-;16921:35;;16866:96;;;:::o;16968:107::-;17016:7;17045:24;17063:5;17045:24;:::i;:::-;17034:35;;16968:107;;;:::o;17081:126::-;17118:7;17158:42;17151:5;17147:54;17136:65;;17081:126;;;:::o;17213:86::-;17248:7;17288:4;17281:5;17277:16;17266:27;;17213:86;;;:::o;17305:137::-;17366:9;17399:37;17430:5;17399:37;:::i;:::-;17386:50;;17305:137;;;:::o;17448:126::-;17498:9;17531:37;17562:5;17531:37;:::i;:::-;17518:50;;17448:126;;;:::o;17580:113::-;17630:9;17663:24;17681:5;17663:24;:::i;:::-;17650:37;;17580:113;;;:::o;17699:154::-;17783:6;17778:3;17773;17760:30;17845:1;17836:6;17831:3;17827:16;17820:27;17699:154;;;:::o;17859:307::-;17927:1;17937:113;17951:6;17948:1;17945:13;17937:113;;;18036:1;18031:3;18027:11;18021:18;18017:1;18012:3;18008:11;18001:39;17973:2;17970:1;17966:10;17961:15;;17937:113;;;18068:6;18065:1;18062:13;18059:101;;;18148:1;18139:6;18134:3;18130:16;18123:27;18059:101;17908:258;17859:307;;;:::o;18172:281::-;18255:27;18277:4;18255:27;:::i;:::-;18247:6;18243:40;18385:6;18373:10;18370:22;18349:18;18337:10;18334:34;18331:62;18328:88;;;18396:18;;:::i;:::-;18328:88;18436:10;18432:2;18425:22;18215:238;18172:281;;:::o;18459:180::-;18507:77;18504:1;18497:88;18604:4;18601:1;18594:15;18628:4;18625:1;18618:15;18645:180;18693:77;18690:1;18683:88;18790:4;18787:1;18780:15;18814:4;18811:1;18804:15;18831:117;18940:1;18937;18930:12;18954:117;19063:1;19060;19053:12;19077:117;19186:1;19183;19176:12;19200:117;19309:1;19306;19299:12;19323:117;19432:1;19429;19422:12;19446:117;19555:1;19552;19545:12;19569:102;19610:6;19661:2;19657:7;19652:2;19645:5;19641:14;19637:28;19627:38;;19569:102;;;:::o;19677:144::-;19761:35;19790:5;19761:35;:::i;:::-;19754:5;19751:46;19741:74;;19811:1;19808;19801:12;19741:74;19677:144;:::o;19827:111::-;19912:1;19905:5;19902:12;19892:40;;19928:1;19925;19918:12;19892:40;19827:111;:::o;19944:118::-;20015:22;20031:5;20015:22;:::i;:::-;20008:5;20005:33;19995:61;;20052:1;20049;20042:12;19995:61;19944:118;:::o"
},
"gasEstimates": {
"creation": {
"codeDepositCost": "912600",
"executionCost": "infinite",
"totalCost": "infinite"
},
"external": {
"addTodo((string))": "infinite",
"mutation(bytes)": "infinite",
"mutation(string,bytes)": "infinite",
"query(bytes)": "infinite",
"query(string,bytes)": "infinite",
"register(string,address)": "infinite",
"reply(string,uint8,bytes)": "infinite",
"routes(string)": "infinite"
}
},
"methodIdentifiers": {
"addTodo((string))": "fad3b421",
"mutation(bytes)": "e5151bb5",
"mutation(string,bytes)": "d989e177",
"query(bytes)": "ed815d83",
"query(string,bytes)": "06d81d29",
"register(string,address)": "1e59c529",
"reply(string,uint8,bytes)": "50f55b82",
"routes(string)": "cffbffb5"
}
},
"abi": [
{
"inputs": [
{
"components": [
{
"internalType": "string",
"name": "todo",
"type": "string"
}
],
"internalType": "struct Todo.TodoRequest",
"name": "request",
"type": "tuple"
}
],
"name": "addTodo",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "response",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "mutation",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "mutation",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "query",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "query",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "contract HSTP",
"name": "node",
"type": "address"
}
],
"name": "register",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "enum Operation",
"name": "_operation",
"type": "uint8"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "reply",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "response",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"name": "routes",
"outputs": [
{
"internalType": "contract HSTP",
"name": "resolver",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]
}
{
"compiler": {
"version": "0.8.7+commit.e28d00a7"
},
"language": "Solidity",
"output": {
"abi": [
{
"inputs": [
{
"components": [
{
"internalType": "string",
"name": "todo",
"type": "string"
}
],
"internalType": "struct Todo.TodoRequest",
"name": "request",
"type": "tuple"
}
],
"name": "addTodo",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "response",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "mutation",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "mutation",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "query",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "query",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "contract HSTP",
"name": "node",
"type": "address"
}
],
"name": "register",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "enum Operation",
"name": "_operation",
"type": "uint8"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "reply",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "response",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"name": "routes",
"outputs": [
{
"internalType": "contract HSTP",
"name": "resolver",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"devdoc": {
"kind": "dev",
"methods": {},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
},
"settings": {
"compilationTarget": {
"contracts/Todo.sol": "Todo"
},
"evmVersion": "london",
"libraries": {},
"metadata": {
"bytecodeHash": "ipfs"
},
"optimizer": {
"enabled": false,
"runs": 200
},
"remappings": []
},
"sources": {
"contracts/HSTP.sol": {
"keccak256": "0xb4b94eacd21daebfbec0d72c7788c305c75d9b388a9bdac7462b74a4c137173b",
"license": "GNU-3.0-or-later",
"urls": [
"bzz-raw://cf21500f56cf531e2f22d6b81044d6c6e0a32e160d3c06e5a49becbbdb98e658",
"dweb:/ipfs/QmXFphexmfGr2m9xp6UN1TJDrTtgXtSY5DqDSKVGgxNYxi"
]
},
"contracts/Router.sol": {
"keccak256": "0x4558a40735476887b3c18235a8b550a473bea18a850691e8f5683acb7d4e27dd",
"license": "GNU-3.0-or-later",
"urls": [
"bzz-raw://dcddd55c2931c81dc96b1b097a6e5577aadc16f2ce9b7d43d13f944967bebd4d",
"dweb:/ipfs/QmTpgiQH5udi24XtyzA5nsQx75iaL2C3bFEMc3xvFnnD3k"
]
},
"contracts/Todo.sol": {
"keccak256": "0xdd1ba7c0ff5854dd9fdfcc967648fea6fbbfe8e2d9eeae684a3a201f4f2facb8",
"license": "GNU-3.0-or-later",
"urls": [
"bzz-raw://d35f796546411e6b365382bccd6cf66275666b4670b1f3e6b36d443364f4081b",
"dweb:/ipfs/QmaPCzMhyq8VE6pZWDhQCte3XqCtesK2fqsevsUWzUqASJ"
]
}
},
"version": 1
}
// SPDX-License-Identifier: GNU-3.0-or-later
pragma solidity ^0.8.0;
import "./Router.sol";
// Stateless Hyper Service Transfer Protocol for on-chain services.
abstract contract HSTP is Router {
constructor(string memory name) {
register(name, this);
}
function query(bytes memory payload)
public
view
virtual
returns (Response memory);
function mutation(bytes memory payload)
public
payable
virtual
returns (Response memory);
}
// SPDX-License-Identifier: GNU-3.0-or-later
pragma solidity ^0.8.0;
import "./HSTP.sol";
enum Operation {
Query,
Mutation
}
struct Response {
uint8 status;
string body;
}
// Stateless Hyper Service Transfer Protocol for on-chain services.
abstract contract Router {
mapping(string => Registry) public routes;
struct Registry {
HSTP resolver;
}
function reply(string memory name, Operation _operation, bytes memory payload) public virtual payable returns(Response memory response) {
if (_operation == Operation.Query) {
response = this.query(name, payload);
} else if (_operation == Operation.Mutation) {
response = this.mutation(name, payload);
}
return response;
}
function query(string memory name, bytes memory payload) public view returns (Response memory) {
return routes[name].resolver.query(payload);
}
function mutation(string memory name, bytes memory payload) public payable returns (Response memory) {
return routes[name].resolver.mutation(payload);
}
function register(string memory name, HSTP node) public {
routes[name] = Registry({
resolver: node
});
}
}
// SPDX-License-Identifier: GNU-3.0-or-later
pragma solidity ^0.8.0;
import "./HSTP.sol";
// Stateless Hyper Service Transfer Protocol for on-chain services.
contract Todo is HSTP("Todo") {
struct TodoRequest {
string todo;
}
function addTodo(TodoRequest memory request) public payable returns(Response memory response) {
response.body = request.todo;
return response;
}
// Override for HSTP.
function query(bytes memory payload)
public
view
virtual
override
returns (Response memory) {}
function mutation(bytes memory payload)
public
payable
virtual
override
returns (Response memory) {
(TodoRequest memory todoRequest) = abi.decode(payload, (TodoRequest));
return this.addTodo(todoRequest);
}
}
This file has been truncated, but you can view the full file.
{
"id": "803bf5a858e5834f094c4625486cf8ef",
"_format": "hh-sol-build-info-1",
"solcVersion": "0.8.7",
"solcLongVersion": "0.8.7+commit.e28d00a7",
"input": {
"language": "Solidity",
"sources": {
"contracts/Todo.sol": {
"content": "// SPDX-License-Identifier: GNU-3.0-or-later\npragma solidity ^0.8.0;\n\nimport \"./HSTP.sol\";\n\n// Stateless Hyper Service Transfer Protocol for on-chain services.\ncontract Todo is HSTP(\"Todo\") {\n\n struct TodoRequest {\n string todo;\n }\n \n function addTodo(TodoRequest memory request) public payable returns(Response memory response) {\n response.body = request.todo;\n return response;\n }\n\n // Override for HSTP.\n function query(bytes memory payload)\n public\n view\n virtual\n override\n returns (Response memory) {}\n\n function mutation(bytes memory payload)\n public\n payable\n virtual\n override\n returns (Response memory) {\n (TodoRequest memory todoRequest) = abi.decode(payload, (TodoRequest));\n return this.addTodo(todoRequest);\n }\n}"
},
"contracts/HSTP.sol": {
"content": "// SPDX-License-Identifier: GNU-3.0-or-later\npragma solidity ^0.8.0;\n\nimport \"./Router.sol\";\n\n// Stateless Hyper Service Transfer Protocol for on-chain services.\nabstract contract HSTP is Router {\n constructor(string memory name) {\n register(name, this);\n }\n\n function query(bytes memory payload)\n public\n view\n virtual\n returns (Response memory);\n\n function mutation(bytes memory payload)\n public\n payable\n virtual\n returns (Response memory);\n}"
},
"contracts/Router.sol": {
"content": "// SPDX-License-Identifier: GNU-3.0-or-later\npragma solidity ^0.8.0;\n\nimport \"./HSTP.sol\";\n\nenum Operation {\n Query,\n Mutation\n}\n\nstruct Response {\n uint8 status;\n string body;\n}\n\n// Stateless Hyper Service Transfer Protocol for on-chain services.\nabstract contract Router {\n mapping(string => Registry) public routes;\n\n struct Registry {\n HSTP resolver;\n }\n\n function reply(string memory name, Operation _operation, bytes memory payload) public virtual payable returns(Response memory response) {\n if (_operation == Operation.Query) {\n response = this.query(name, payload);\n } else if (_operation == Operation.Mutation) {\n response = this.mutation(name, payload);\n }\n return response;\n }\n\n function query(string memory name, bytes memory payload) public view returns (Response memory) {\n return routes[name].resolver.query(payload);\n }\n\n function mutation(string memory name, bytes memory payload) public payable returns (Response memory) {\n return routes[name].resolver.mutation(payload);\n }\n\n function register(string memory name, HSTP node) public {\n routes[name] = Registry({\n resolver: node\n });\n }\n}"
}
},
"settings": {
"optimizer": {
"enabled": false,
"runs": 200
},
"outputSelection": {
"*": {
"": [
"ast"
],
"*": [
"abi",
"metadata",
"devdoc",
"userdoc",
"storageLayout",
"evm.legacyAssembly",
"evm.bytecode",
"evm.deployedBytecode",
"evm.methodIdentifiers",
"evm.gasEstimates",
"evm.assembly"
]
}
}
}
},
"output": {
"contracts": {
"contracts/HSTP.sol": {
"HSTP": {
"abi": [
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "mutation",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "mutation",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "query",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "query",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "contract HSTP",
"name": "node",
"type": "address"
}
],
"name": "register",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "enum Operation",
"name": "_operation",
"type": "uint8"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "reply",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "response",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"name": "routes",
"outputs": [
{
"internalType": "contract HSTP",
"name": "resolver",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"devdoc": {
"kind": "dev",
"methods": {},
"version": 1
},
"evm": {
"assembly": "",
"bytecode": {
"functionDebugData": {},
"generatedSources": [],
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
},
"deployedBytecode": {
"functionDebugData": {},
"generatedSources": [],
"immutableReferences": {},
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
},
"gasEstimates": null,
"legacyAssembly": null,
"methodIdentifiers": {
"mutation(bytes)": "e5151bb5",
"mutation(string,bytes)": "d989e177",
"query(bytes)": "ed815d83",
"query(string,bytes)": "06d81d29",
"register(string,address)": "1e59c529",
"reply(string,uint8,bytes)": "50f55b82",
"routes(string)": "cffbffb5"
}
},
"metadata": "{\"compiler\":{\"version\":\"0.8.7+commit.e28d00a7\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"bytes\",\"name\":\"payload\",\"type\":\"bytes\"}],\"name\":\"mutation\",\"outputs\":[{\"components\":[{\"internalType\":\"uint8\",\"name\":\"status\",\"type\":\"uint8\"},{\"internalType\":\"string\",\"name\":\"body\",\"type\":\"string\"}],\"internalType\":\"struct Response\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"payload\",\"type\":\"bytes\"}],\"name\":\"mutation\",\"outputs\":[{\"components\":[{\"internalType\":\"uint8\",\"name\":\"status\",\"type\":\"uint8\"},{\"internalType\":\"string\",\"name\":\"body\",\"type\":\"string\"}],\"internalType\":\"struct Response\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"bytes\",\"name\":\"payload\",\"type\":\"bytes\"}],\"name\":\"query\",\"outputs\":[{\"components\":[{\"internalType\":\"uint8\",\"name\":\"status\",\"type\":\"uint8\"},{\"internalType\":\"string\",\"name\":\"body\",\"type\":\"string\"}],\"internalType\":\"struct Response\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"payload\",\"type\":\"bytes\"}],\"name\":\"query\",\"outputs\":[{\"components\":[{\"internalType\":\"uint8\",\"name\":\"status\",\"type\":\"uint8\"},{\"internalType\":\"string\",\"name\":\"body\",\"type\":\"string\"}],\"internalType\":\"struct Response\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"contract HSTP\",\"name\":\"node\",\"type\":\"address\"}],\"name\":\"register\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"enum Operation\",\"name\":\"_operation\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"payload\",\"type\":\"bytes\"}],\"name\":\"reply\",\"outputs\":[{\"components\":[{\"internalType\":\"uint8\",\"name\":\"status\",\"type\":\"uint8\"},{\"internalType\":\"string\",\"name\":\"body\",\"type\":\"string\"}],\"internalType\":\"struct Response\",\"name\":\"response\",\"type\":\"tuple\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"name\":\"routes\",\"outputs\":[{\"internalType\":\"contract HSTP\",\"name\":\"resolver\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/HSTP.sol\":\"HSTP\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"contracts/HSTP.sol\":{\"keccak256\":\"0xb4b94eacd21daebfbec0d72c7788c305c75d9b388a9bdac7462b74a4c137173b\",\"license\":\"GNU-3.0-or-later\",\"urls\":[\"bzz-raw://cf21500f56cf531e2f22d6b81044d6c6e0a32e160d3c06e5a49becbbdb98e658\",\"dweb:/ipfs/QmXFphexmfGr2m9xp6UN1TJDrTtgXtSY5DqDSKVGgxNYxi\"]},\"contracts/Router.sol\":{\"keccak256\":\"0x4558a40735476887b3c18235a8b550a473bea18a850691e8f5683acb7d4e27dd\",\"license\":\"GNU-3.0-or-later\",\"urls\":[\"bzz-raw://dcddd55c2931c81dc96b1b097a6e5577aadc16f2ce9b7d43d13f944967bebd4d\",\"dweb:/ipfs/QmTpgiQH5udi24XtyzA5nsQx75iaL2C3bFEMc3xvFnnD3k\"]}},\"version\":1}",
"storageLayout": {
"storage": [
{
"astId": 48,
"contract": "contracts/HSTP.sol:HSTP",
"label": "routes",
"offset": 0,
"slot": "0",
"type": "t_mapping(t_string_memory_ptr,t_struct(Registry)52_storage)"
}
],
"types": {
"t_contract(HSTP)32": {
"encoding": "inplace",
"label": "contract HSTP",
"numberOfBytes": "20"
},
"t_mapping(t_string_memory_ptr,t_struct(Registry)52_storage)": {
"encoding": "mapping",
"key": "t_string_memory_ptr",
"label": "mapping(string => struct Router.Registry)",
"numberOfBytes": "32",
"value": "t_struct(Registry)52_storage"
},
"t_string_memory_ptr": {
"encoding": "bytes",
"label": "string",
"numberOfBytes": "32"
},
"t_struct(Registry)52_storage": {
"encoding": "inplace",
"label": "struct Router.Registry",
"members": [
{
"astId": 51,
"contract": "contracts/HSTP.sol:HSTP",
"label": "resolver",
"offset": 0,
"slot": "0",
"type": "t_contract(HSTP)32"
}
],
"numberOfBytes": "32"
}
}
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
}
},
"contracts/Router.sol": {
"Router": {
"abi": [
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "mutation",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "query",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "contract HSTP",
"name": "node",
"type": "address"
}
],
"name": "register",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "enum Operation",
"name": "_operation",
"type": "uint8"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "reply",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "response",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"name": "routes",
"outputs": [
{
"internalType": "contract HSTP",
"name": "resolver",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"devdoc": {
"kind": "dev",
"methods": {},
"version": 1
},
"evm": {
"assembly": "",
"bytecode": {
"functionDebugData": {},
"generatedSources": [],
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
},
"deployedBytecode": {
"functionDebugData": {},
"generatedSources": [],
"immutableReferences": {},
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
},
"gasEstimates": null,
"legacyAssembly": null,
"methodIdentifiers": {
"mutation(string,bytes)": "d989e177",
"query(string,bytes)": "06d81d29",
"register(string,address)": "1e59c529",
"reply(string,uint8,bytes)": "50f55b82",
"routes(string)": "cffbffb5"
}
},
"metadata": "{\"compiler\":{\"version\":\"0.8.7+commit.e28d00a7\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"bytes\",\"name\":\"payload\",\"type\":\"bytes\"}],\"name\":\"mutation\",\"outputs\":[{\"components\":[{\"internalType\":\"uint8\",\"name\":\"status\",\"type\":\"uint8\"},{\"internalType\":\"string\",\"name\":\"body\",\"type\":\"string\"}],\"internalType\":\"struct Response\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"bytes\",\"name\":\"payload\",\"type\":\"bytes\"}],\"name\":\"query\",\"outputs\":[{\"components\":[{\"internalType\":\"uint8\",\"name\":\"status\",\"type\":\"uint8\"},{\"internalType\":\"string\",\"name\":\"body\",\"type\":\"string\"}],\"internalType\":\"struct Response\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"contract HSTP\",\"name\":\"node\",\"type\":\"address\"}],\"name\":\"register\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"enum Operation\",\"name\":\"_operation\",\"type\":\"uint8\"},{\"internalType\":\"bytes\",\"name\":\"payload\",\"type\":\"bytes\"}],\"name\":\"reply\",\"outputs\":[{\"components\":[{\"internalType\":\"uint8\",\"name\":\"status\",\"type\":\"uint8\"},{\"internalType\":\"string\",\"name\":\"body\",\"type\":\"string\"}],\"internalType\":\"struct Response\",\"name\":\"response\",\"type\":\"tuple\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"name\":\"routes\",\"outputs\":[{\"internalType\":\"contract HSTP\",\"name\":\"resolver\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/Router.sol\":\"Router\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"contracts/HSTP.sol\":{\"keccak256\":\"0xb4b94eacd21daebfbec0d72c7788c305c75d9b388a9bdac7462b74a4c137173b\",\"license\":\"GNU-3.0-or-later\",\"urls\":[\"bzz-raw://cf21500f56cf531e2f22d6b81044d6c6e0a32e160d3c06e5a49becbbdb98e658\",\"dweb:/ipfs/QmXFphexmfGr2m9xp6UN1TJDrTtgXtSY5DqDSKVGgxNYxi\"]},\"contracts/Router.sol\":{\"keccak256\":\"0x4558a40735476887b3c18235a8b550a473bea18a850691e8f5683acb7d4e27dd\",\"license\":\"GNU-3.0-or-later\",\"urls\":[\"bzz-raw://dcddd55c2931c81dc96b1b097a6e5577aadc16f2ce9b7d43d13f944967bebd4d\",\"dweb:/ipfs/QmTpgiQH5udi24XtyzA5nsQx75iaL2C3bFEMc3xvFnnD3k\"]}},\"version\":1}",
"storageLayout": {
"storage": [
{
"astId": 48,
"contract": "contracts/Router.sol:Router",
"label": "routes",
"offset": 0,
"slot": "0",
"type": "t_mapping(t_string_memory_ptr,t_struct(Registry)52_storage)"
}
],
"types": {
"t_contract(HSTP)32": {
"encoding": "inplace",
"label": "contract HSTP",
"numberOfBytes": "20"
},
"t_mapping(t_string_memory_ptr,t_struct(Registry)52_storage)": {
"encoding": "mapping",
"key": "t_string_memory_ptr",
"label": "mapping(string => struct Router.Registry)",
"numberOfBytes": "32",
"value": "t_struct(Registry)52_storage"
},
"t_string_memory_ptr": {
"encoding": "bytes",
"label": "string",
"numberOfBytes": "32"
},
"t_struct(Registry)52_storage": {
"encoding": "inplace",
"label": "struct Router.Registry",
"members": [
{
"astId": 51,
"contract": "contracts/Router.sol:Router",
"label": "resolver",
"offset": 0,
"slot": "0",
"type": "t_contract(HSTP)32"
}
],
"numberOfBytes": "32"
}
}
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
}
},
"contracts/Todo.sol": {
"Todo": {
"abi": [
{
"inputs": [
{
"components": [
{
"internalType": "string",
"name": "todo",
"type": "string"
}
],
"internalType": "struct Todo.TodoRequest",
"name": "request",
"type": "tuple"
}
],
"name": "addTodo",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "response",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "mutation",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "mutation",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "query",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "query",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "contract HSTP",
"name": "node",
"type": "address"
}
],
"name": "register",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "enum Operation",
"name": "_operation",
"type": "uint8"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "reply",
"outputs": [
{
"components": [
{
"internalType": "uint8",
"name": "status",
"type": "uint8"
},
{
"internalType": "string",
"name": "body",
"type": "string"
}
],
"internalType": "struct Response",
"name": "response",
"type": "tuple"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"name": "routes",
"outputs": [
{
"internalType": "contract HSTP",
"name": "resolver",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"devdoc": {
"kind": "dev",
"methods": {},
"version": 1
},
"evm": {
"assembly": " /* \"contracts/Todo.sol\":160:870 contract Todo is HSTP(\"Todo\") {... */\n mstore(0x40, 0x80)\n callvalue\n dup1\n iszero\n tag_1\n jumpi\n 0x00\n dup1\n revert\ntag_1:\n pop\n /* \"contracts/HSTP.sol\":201:270 constructor(string memory name) {... */\n mload(0x40)\n dup1\n 0x40\n add\n 0x40\n mstore\n dup1\n 0x04\n dup2\n mstore\n 0x20\n add\n 0x546f646f00000000000000000000000000000000000000000000000000000000\n dup2\n mstore\n pop\n /* \"contracts/HSTP.sol\":243:263 register(name, this) */\n tag_4\n /* \"contracts/HSTP.sol\":252:256 name */\n dup2\n /* \"contracts/HSTP.sol\":258:262 this */\n address\n /* \"contracts/HSTP.sol\":243:251 register */\n shl(0x20, tag_5)\n /* \"contracts/HSTP.sol\":243:263 register(name, this) */\n 0x20\n shr\n jump\t// in\ntag_4:\n /* \"contracts/HSTP.sol\":201:270 constructor(string memory name) {... */\n pop\n /* \"contracts/Todo.sol\":160:870 contract Todo is HSTP(\"Todo\") {... */\n jump(tag_6)\n /* \"contracts/Router.sol\":1109:1245 function register(string memory name, HSTP node) public {... */\ntag_5:\n /* \"contracts/Router.sol\":1190:1238 Registry({... */\n mload(0x40)\n dup1\n 0x20\n add\n 0x40\n mstore\n dup1\n /* \"contracts/Router.sol\":1223:1227 node */\n dup3\n /* \"contracts/Router.sol\":1190:1238 Registry({... */\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n dup2\n mstore\n pop\n /* \"contracts/Router.sol\":1175:1181 routes */\n 0x00\n /* \"contracts/Router.sol\":1182:1186 name */\n dup4\n /* \"contracts/Router.sol\":1175:1187 routes[name] */\n mload(0x40)\n tag_8\n swap2\n swap1\n tag_9\n jump\t// in\ntag_8:\n swap1\n dup2\n mstore\n 0x20\n add\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n keccak256\n /* \"contracts/Router.sol\":1175:1238 routes[name] = Registry({... */\n 0x00\n dup3\n add\n mload\n dup2\n 0x00\n add\n exp(0x0100, 0x00)\n dup2\n sload\n dup2\n 0xffffffffffffffffffffffffffffffffffffffff\n mul\n not\n and\n swap1\n dup4\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n mul\n or\n swap1\n sstore\n pop\n swap1\n pop\n pop\n /* \"contracts/Router.sol\":1109:1245 function register(string memory name, HSTP node) public {... */\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":7:384 */\ntag_11:\n /* \"#utility.yul\":113:116 */\n 0x00\n /* \"#utility.yul\":141:180 */\n tag_13\n /* \"#utility.yul\":174:179 */\n dup3\n /* \"#utility.yul\":141:180 */\n tag_14\n jump\t// in\ntag_13:\n /* \"#utility.yul\":196:285 */\n tag_15\n /* \"#utility.yul\":278:284 */\n dup2\n /* \"#utility.yul\":273:276 */\n dup6\n /* \"#utility.yul\":196:285 */\n tag_16\n jump\t// in\ntag_15:\n /* \"#utility.yul\":189:285 */\n swap4\n pop\n /* \"#utility.yul\":294:346 */\n tag_17\n /* \"#utility.yul\":339:345 */\n dup2\n /* \"#utility.yul\":334:337 */\n dup6\n /* \"#utility.yul\":327:331 */\n 0x20\n /* \"#utility.yul\":320:325 */\n dup7\n /* \"#utility.yul\":316:332 */\n add\n /* \"#utility.yul\":294:346 */\n tag_18\n jump\t// in\ntag_17:\n /* \"#utility.yul\":371:377 */\n dup1\n /* \"#utility.yul\":366:369 */\n dup5\n /* \"#utility.yul\":362:378 */\n add\n /* \"#utility.yul\":355:378 */\n swap2\n pop\n /* \"#utility.yul\":117:384 */\n pop\n /* \"#utility.yul\":7:384 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":390:665 */\ntag_9:\n /* \"#utility.yul\":522:525 */\n 0x00\n /* \"#utility.yul\":544:639 */\n tag_20\n /* \"#utility.yul\":635:638 */\n dup3\n /* \"#utility.yul\":626:632 */\n dup5\n /* \"#utility.yul\":544:639 */\n tag_11\n jump\t// in\ntag_20:\n /* \"#utility.yul\":537:639 */\n swap2\n pop\n /* \"#utility.yul\":656:659 */\n dup2\n /* \"#utility.yul\":649:659 */\n swap1\n pop\n /* \"#utility.yul\":390:665 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":671:770 */\ntag_14:\n /* \"#utility.yul\":723:729 */\n 0x00\n /* \"#utility.yul\":757:762 */\n dup2\n /* \"#utility.yul\":751:763 */\n mload\n /* \"#utility.yul\":741:763 */\n swap1\n pop\n /* \"#utility.yul\":671:770 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":776:924 */\ntag_16:\n /* \"#utility.yul\":878:889 */\n 0x00\n /* \"#utility.yul\":915:918 */\n dup2\n /* \"#utility.yul\":900:918 */\n swap1\n pop\n /* \"#utility.yul\":776:924 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":930:1237 */\ntag_18:\n /* \"#utility.yul\":998:999 */\n 0x00\n /* \"#utility.yul\":1008:1121 */\ntag_24:\n /* \"#utility.yul\":1022:1028 */\n dup4\n /* \"#utility.yul\":1019:1020 */\n dup2\n /* \"#utility.yul\":1016:1029 */\n lt\n /* \"#utility.yul\":1008:1121 */\n iszero\n tag_26\n jumpi\n /* \"#utility.yul\":1107:1108 */\n dup1\n /* \"#utility.yul\":1102:1105 */\n dup3\n /* \"#utility.yul\":1098:1109 */\n add\n /* \"#utility.yul\":1092:1110 */\n mload\n /* \"#utility.yul\":1088:1089 */\n dup2\n /* \"#utility.yul\":1083:1086 */\n dup5\n /* \"#utility.yul\":1079:1090 */\n add\n /* \"#utility.yul\":1072:1111 */\n mstore\n /* \"#utility.yul\":1044:1046 */\n 0x20\n /* \"#utility.yul\":1041:1042 */\n dup2\n /* \"#utility.yul\":1037:1047 */\n add\n /* \"#utility.yul\":1032:1047 */\n swap1\n pop\n /* \"#utility.yul\":1008:1121 */\n jump(tag_24)\ntag_26:\n /* \"#utility.yul\":1139:1145 */\n dup4\n /* \"#utility.yul\":1136:1137 */\n dup2\n /* \"#utility.yul\":1133:1146 */\n gt\n /* \"#utility.yul\":1130:1231 */\n iszero\n tag_27\n jumpi\n /* \"#utility.yul\":1219:1220 */\n 0x00\n /* \"#utility.yul\":1210:1216 */\n dup5\n /* \"#utility.yul\":1205:1208 */\n dup5\n /* \"#utility.yul\":1201:1217 */\n add\n /* \"#utility.yul\":1194:1221 */\n mstore\n /* \"#utility.yul\":1130:1231 */\ntag_27:\n /* \"#utility.yul\":979:1237 */\n pop\n /* \"#utility.yul\":930:1237 */\n pop\n pop\n pop\n jump\t// out\n /* \"contracts/Todo.sol\":160:870 contract Todo is HSTP(\"Todo\") {... */\ntag_6:\n dataSize(sub_0)\n dup1\n dataOffset(sub_0)\n 0x00\n codecopy\n 0x00\n return\nstop\n\nsub_0: assembly {\n /* \"contracts/Todo.sol\":160:870 contract Todo is HSTP(\"Todo\") {... */\n mstore(0x40, 0x80)\n jumpi(tag_1, lt(calldatasize, 0x04))\n shr(0xe0, calldataload(0x00))\n dup1\n 0xd989e177\n gt\n tag_10\n jumpi\n dup1\n 0xd989e177\n eq\n tag_6\n jumpi\n dup1\n 0xe5151bb5\n eq\n tag_7\n jumpi\n dup1\n 0xed815d83\n eq\n tag_8\n jumpi\n dup1\n 0xfad3b421\n eq\n tag_9\n jumpi\n jump(tag_1)\n tag_10:\n dup1\n 0x06d81d29\n eq\n tag_2\n jumpi\n dup1\n 0x1e59c529\n eq\n tag_3\n jumpi\n dup1\n 0x50f55b82\n eq\n tag_4\n jumpi\n dup1\n 0xcffbffb5\n eq\n tag_5\n jumpi\n tag_1:\n 0x00\n dup1\n revert\n /* \"contracts/Router.sol\":778:933 function query(string memory name, bytes memory payload) public view returns (Response memory) {... */\n tag_2:\n callvalue\n dup1\n iszero\n tag_11\n jumpi\n 0x00\n dup1\n revert\n tag_11:\n pop\n tag_12\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_13\n swap2\n swap1\n tag_14\n jump\t// in\n tag_13:\n tag_15\n jump\t// in\n tag_12:\n mload(0x40)\n tag_16\n swap2\n swap1\n tag_17\n jump\t// in\n tag_16:\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n return\n /* \"contracts/Router.sol\":1109:1245 function register(string memory name, HSTP node) public {... */\n tag_3:\n callvalue\n dup1\n iszero\n tag_18\n jumpi\n 0x00\n dup1\n revert\n tag_18:\n pop\n tag_19\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_20\n swap2\n swap1\n tag_21\n jump\t// in\n tag_20:\n tag_22\n jump\t// in\n tag_19:\n stop\n /* \"contracts/Router.sol\":391:772 function reply(string memory name, Operation _operation, bytes memory payload) public virtual payable returns(Response memory response) {... */\n tag_4:\n tag_23\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_24\n swap2\n swap1\n tag_25\n jump\t// in\n tag_24:\n tag_26\n jump\t// in\n tag_23:\n mload(0x40)\n tag_27\n swap2\n swap1\n tag_17\n jump\t// in\n tag_27:\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n return\n /* \"contracts/Router.sol\":291:332 mapping(string => Registry) public routes */\n tag_5:\n callvalue\n dup1\n iszero\n tag_28\n jumpi\n 0x00\n dup1\n revert\n tag_28:\n pop\n tag_29\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_30\n swap2\n swap1\n tag_31\n jump\t// in\n tag_30:\n tag_32\n jump\t// in\n tag_29:\n mload(0x40)\n tag_33\n swap2\n swap1\n tag_34\n jump\t// in\n tag_33:\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n return\n /* \"contracts/Router.sol\":939:1103 function mutation(string memory name, bytes memory payload) public payable returns (Response memory) {... */\n tag_6:\n tag_35\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_36\n swap2\n swap1\n tag_14\n jump\t// in\n tag_36:\n tag_37\n jump\t// in\n tag_35:\n mload(0x40)\n tag_38\n swap2\n swap1\n tag_17\n jump\t// in\n tag_38:\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n return\n /* \"contracts/Todo.sol\":590:868 function mutation(bytes memory payload)... */\n tag_7:\n tag_39\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_40\n swap2\n swap1\n tag_41\n jump\t// in\n tag_40:\n tag_42\n jump\t// in\n tag_39:\n mload(0x40)\n tag_43\n swap2\n swap1\n tag_17\n jump\t// in\n tag_43:\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n return\n /* \"contracts/Todo.sol\":450:584 function query(bytes memory payload)... */\n tag_8:\n callvalue\n dup1\n iszero\n tag_44\n jumpi\n 0x00\n dup1\n revert\n tag_44:\n pop\n tag_45\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_46\n swap2\n swap1\n tag_41\n jump\t// in\n tag_46:\n tag_47\n jump\t// in\n tag_45:\n mload(0x40)\n tag_48\n swap2\n swap1\n tag_17\n jump\t// in\n tag_48:\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n return\n /* \"contracts/Todo.sol\":254:418 function addTodo(TodoRequest memory request) public payable returns(Response memory response) {... */\n tag_9:\n tag_49\n 0x04\n dup1\n calldatasize\n sub\n dup2\n add\n swap1\n tag_50\n swap2\n swap1\n tag_51\n jump\t// in\n tag_50:\n tag_52\n jump\t// in\n tag_49:\n mload(0x40)\n tag_53\n swap2\n swap1\n tag_17\n jump\t// in\n tag_53:\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n return\n /* \"contracts/Router.sol\":778:933 function query(string memory name, bytes memory payload) public view returns (Response memory) {... */\n tag_15:\n /* \"contracts/Router.sol\":856:871 Response memory */\n tag_54\n tag_55\n jump\t// in\n tag_54:\n /* \"contracts/Router.sol\":890:896 routes */\n 0x00\n /* \"contracts/Router.sol\":897:901 name */\n dup4\n /* \"contracts/Router.sol\":890:902 routes[name] */\n mload(0x40)\n tag_57\n swap2\n swap1\n tag_58\n jump\t// in\n tag_57:\n swap1\n dup2\n mstore\n 0x20\n add\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n keccak256\n /* \"contracts/Router.sol\":890:911 routes[name].resolver */\n 0x00\n add\n 0x00\n swap1\n sload\n swap1\n 0x0100\n exp\n swap1\n div\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n /* \"contracts/Router.sol\":890:917 routes[name].resolver.query */\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n 0xed815d83\n /* \"contracts/Router.sol\":918:925 payload */\n dup4\n /* \"contracts/Router.sol\":890:926 routes[name].resolver.query(payload) */\n mload(0x40)\n dup3\n 0xffffffff\n and\n 0xe0\n shl\n dup2\n mstore\n 0x04\n add\n tag_59\n swap2\n swap1\n tag_60\n jump\t// in\n tag_59:\n 0x00\n mload(0x40)\n dup1\n dup4\n sub\n dup2\n dup7\n dup1\n extcodesize\n iszero\n dup1\n iszero\n tag_61\n jumpi\n 0x00\n dup1\n revert\n tag_61:\n pop\n gas\n staticcall\n iszero\n dup1\n iszero\n tag_63\n jumpi\n returndatasize\n 0x00\n dup1\n returndatacopy\n revert(0x00, returndatasize)\n tag_63:\n pop\n pop\n pop\n pop\n mload(0x40)\n returndatasize\n 0x00\n dup3\n returndatacopy\n returndatasize\n not(0x1f)\n 0x1f\n dup3\n add\n and\n dup3\n add\n dup1\n 0x40\n mstore\n pop\n dup2\n add\n swap1\n tag_64\n swap2\n swap1\n tag_65\n jump\t// in\n tag_64:\n /* \"contracts/Router.sol\":883:926 return routes[name].resolver.query(payload) */\n swap1\n pop\n /* \"contracts/Router.sol\":778:933 function query(string memory name, bytes memory payload) public view returns (Response memory) {... */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"contracts/Router.sol\":1109:1245 function register(string memory name, HSTP node) public {... */\n tag_22:\n /* \"contracts/Router.sol\":1190:1238 Registry({... */\n mload(0x40)\n dup1\n 0x20\n add\n 0x40\n mstore\n dup1\n /* \"contracts/Router.sol\":1223:1227 node */\n dup3\n /* \"contracts/Router.sol\":1190:1238 Registry({... */\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n dup2\n mstore\n pop\n /* \"contracts/Router.sol\":1175:1181 routes */\n 0x00\n /* \"contracts/Router.sol\":1182:1186 name */\n dup4\n /* \"contracts/Router.sol\":1175:1187 routes[name] */\n mload(0x40)\n tag_67\n swap2\n swap1\n tag_58\n jump\t// in\n tag_67:\n swap1\n dup2\n mstore\n 0x20\n add\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n keccak256\n /* \"contracts/Router.sol\":1175:1238 routes[name] = Registry({... */\n 0x00\n dup3\n add\n mload\n dup2\n 0x00\n add\n exp(0x0100, 0x00)\n dup2\n sload\n dup2\n 0xffffffffffffffffffffffffffffffffffffffff\n mul\n not\n and\n swap1\n dup4\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n mul\n or\n swap1\n sstore\n pop\n swap1\n pop\n pop\n /* \"contracts/Router.sol\":1109:1245 function register(string memory name, HSTP node) public {... */\n pop\n pop\n jump\t// out\n /* \"contracts/Router.sol\":391:772 function reply(string memory name, Operation _operation, bytes memory payload) public virtual payable returns(Response memory response) {... */\n tag_26:\n /* \"contracts/Router.sol\":501:525 Response memory response */\n tag_68\n tag_55\n jump\t// in\n tag_68:\n /* \"contracts/Router.sol\":555:570 Operation.Query */\n 0x00\n /* \"contracts/Router.sol\":541:570 _operation == Operation.Query */\n 0x01\n dup2\n gt\n iszero\n tag_70\n jumpi\n tag_71\n tag_72\n jump\t// in\n tag_71:\n tag_70:\n /* \"contracts/Router.sol\":541:551 _operation */\n dup4\n /* \"contracts/Router.sol\":541:570 _operation == Operation.Query */\n 0x01\n dup2\n gt\n iszero\n tag_73\n jumpi\n tag_74\n tag_72\n jump\t// in\n tag_74:\n tag_73:\n eq\n /* \"contracts/Router.sol\":537:741 if (_operation == Operation.Query) {... */\n iszero\n tag_75\n jumpi\n /* \"contracts/Router.sol\":597:601 this */\n address\n /* \"contracts/Router.sol\":597:607 this.query */\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n 0x06d81d29\n /* \"contracts/Router.sol\":608:612 name */\n dup6\n /* \"contracts/Router.sol\":614:621 payload */\n dup5\n /* \"contracts/Router.sol\":597:622 this.query(name, payload) */\n mload(0x40)\n dup4\n 0xffffffff\n and\n 0xe0\n shl\n dup2\n mstore\n 0x04\n add\n tag_76\n swap3\n swap2\n swap1\n tag_77\n jump\t// in\n tag_76:\n 0x00\n mload(0x40)\n dup1\n dup4\n sub\n dup2\n dup7\n dup1\n extcodesize\n iszero\n dup1\n iszero\n tag_78\n jumpi\n 0x00\n dup1\n revert\n tag_78:\n pop\n gas\n staticcall\n iszero\n dup1\n iszero\n tag_80\n jumpi\n returndatasize\n 0x00\n dup1\n returndatacopy\n revert(0x00, returndatasize)\n tag_80:\n pop\n pop\n pop\n pop\n mload(0x40)\n returndatasize\n 0x00\n dup3\n returndatacopy\n returndatasize\n not(0x1f)\n 0x1f\n dup3\n add\n and\n dup3\n add\n dup1\n 0x40\n mstore\n pop\n dup2\n add\n swap1\n tag_81\n swap2\n swap1\n tag_65\n jump\t// in\n tag_81:\n /* \"contracts/Router.sol\":586:622 response = this.query(name, payload) */\n swap1\n pop\n /* \"contracts/Router.sol\":537:741 if (_operation == Operation.Query) {... */\n jump(tag_82)\n tag_75:\n /* \"contracts/Router.sol\":657:675 Operation.Mutation */\n 0x01\n /* \"contracts/Router.sol\":643:675 _operation == Operation.Mutation */\n dup1\n dup2\n gt\n iszero\n tag_83\n jumpi\n tag_84\n tag_72\n jump\t// in\n tag_84:\n tag_83:\n /* \"contracts/Router.sol\":643:653 _operation */\n dup4\n /* \"contracts/Router.sol\":643:675 _operation == Operation.Mutation */\n 0x01\n dup2\n gt\n iszero\n tag_85\n jumpi\n tag_86\n tag_72\n jump\t// in\n tag_86:\n tag_85:\n eq\n /* \"contracts/Router.sol\":639:741 if (_operation == Operation.Mutation) {... */\n iszero\n tag_87\n jumpi\n /* \"contracts/Router.sol\":702:706 this */\n address\n /* \"contracts/Router.sol\":702:715 this.mutation */\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n 0xd989e177\n /* \"contracts/Router.sol\":716:720 name */\n dup6\n /* \"contracts/Router.sol\":722:729 payload */\n dup5\n /* \"contracts/Router.sol\":702:730 this.mutation(name, payload) */\n mload(0x40)\n dup4\n 0xffffffff\n and\n 0xe0\n shl\n dup2\n mstore\n 0x04\n add\n tag_88\n swap3\n swap2\n swap1\n tag_77\n jump\t// in\n tag_88:\n 0x00\n mload(0x40)\n dup1\n dup4\n sub\n dup2\n 0x00\n dup8\n dup1\n extcodesize\n iszero\n dup1\n iszero\n tag_89\n jumpi\n 0x00\n dup1\n revert\n tag_89:\n pop\n gas\n call\n iszero\n dup1\n iszero\n tag_91\n jumpi\n returndatasize\n 0x00\n dup1\n returndatacopy\n revert(0x00, returndatasize)\n tag_91:\n pop\n pop\n pop\n pop\n mload(0x40)\n returndatasize\n 0x00\n dup3\n returndatacopy\n returndatasize\n not(0x1f)\n 0x1f\n dup3\n add\n and\n dup3\n add\n dup1\n 0x40\n mstore\n pop\n dup2\n add\n swap1\n tag_92\n swap2\n swap1\n tag_65\n jump\t// in\n tag_92:\n /* \"contracts/Router.sol\":691:730 response = this.mutation(name, payload) */\n swap1\n pop\n /* \"contracts/Router.sol\":639:741 if (_operation == Operation.Mutation) {... */\n tag_87:\n /* \"contracts/Router.sol\":537:741 if (_operation == Operation.Query) {... */\n tag_82:\n /* \"contracts/Router.sol\":391:772 function reply(string memory name, Operation _operation, bytes memory payload) public virtual payable returns(Response memory response) {... */\n swap4\n swap3\n pop\n pop\n pop\n jump\t// out\n /* \"contracts/Router.sol\":291:332 mapping(string => Registry) public routes */\n tag_32:\n 0x00\n dup2\n dup1\n mload\n 0x20\n dup2\n add\n dup3\n add\n dup1\n mload\n dup5\n dup3\n mstore\n 0x20\n dup4\n add\n 0x20\n dup6\n add\n keccak256\n dup2\n dup4\n mstore\n dup1\n swap6\n pop\n pop\n pop\n pop\n pop\n pop\n 0x00\n swap2\n pop\n swap1\n pop\n dup1\n 0x00\n add\n 0x00\n swap1\n sload\n swap1\n 0x0100\n exp\n swap1\n div\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n swap1\n pop\n dup2\n jump\t// out\n /* \"contracts/Router.sol\":939:1103 function mutation(string memory name, bytes memory payload) public payable returns (Response memory) {... */\n tag_37:\n /* \"contracts/Router.sol\":1023:1038 Response memory */\n tag_93\n tag_55\n jump\t// in\n tag_93:\n /* \"contracts/Router.sol\":1057:1063 routes */\n 0x00\n /* \"contracts/Router.sol\":1064:1068 name */\n dup4\n /* \"contracts/Router.sol\":1057:1069 routes[name] */\n mload(0x40)\n tag_95\n swap2\n swap1\n tag_58\n jump\t// in\n tag_95:\n swap1\n dup2\n mstore\n 0x20\n add\n mload(0x40)\n dup1\n swap2\n sub\n swap1\n keccak256\n /* \"contracts/Router.sol\":1057:1078 routes[name].resolver */\n 0x00\n add\n 0x00\n swap1\n sload\n swap1\n 0x0100\n exp\n swap1\n div\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n /* \"contracts/Router.sol\":1057:1087 routes[name].resolver.mutation */\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n 0xe5151bb5\n /* \"contracts/Router.sol\":1088:1095 payload */\n dup4\n /* \"contracts/Router.sol\":1057:1096 routes[name].resolver.mutation(payload) */\n mload(0x40)\n dup3\n 0xffffffff\n and\n 0xe0\n shl\n dup2\n mstore\n 0x04\n add\n tag_96\n swap2\n swap1\n tag_60\n jump\t// in\n tag_96:\n 0x00\n mload(0x40)\n dup1\n dup4\n sub\n dup2\n 0x00\n dup8\n dup1\n extcodesize\n iszero\n dup1\n iszero\n tag_97\n jumpi\n 0x00\n dup1\n revert\n tag_97:\n pop\n gas\n call\n iszero\n dup1\n iszero\n tag_99\n jumpi\n returndatasize\n 0x00\n dup1\n returndatacopy\n revert(0x00, returndatasize)\n tag_99:\n pop\n pop\n pop\n pop\n mload(0x40)\n returndatasize\n 0x00\n dup3\n returndatacopy\n returndatasize\n not(0x1f)\n 0x1f\n dup3\n add\n and\n dup3\n add\n dup1\n 0x40\n mstore\n pop\n dup2\n add\n swap1\n tag_100\n swap2\n swap1\n tag_65\n jump\t// in\n tag_100:\n /* \"contracts/Router.sol\":1050:1096 return routes[name].resolver.mutation(payload) */\n swap1\n pop\n /* \"contracts/Router.sol\":939:1103 function mutation(string memory name, bytes memory payload) public payable returns (Response memory) {... */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"contracts/Todo.sol\":590:868 function mutation(bytes memory payload)... */\n tag_42:\n /* \"contracts/Todo.sol\":711:726 Response memory */\n tag_101\n tag_55\n jump\t// in\n tag_101:\n /* \"contracts/Todo.sol\":743:773 TodoRequest memory todoRequest */\n 0x00\n /* \"contracts/Todo.sol\":788:795 payload */\n dup3\n /* \"contracts/Todo.sol\":777:811 abi.decode(payload, (TodoRequest)) */\n dup1\n 0x20\n add\n swap1\n mload\n dup2\n add\n swap1\n tag_103\n swap2\n swap1\n tag_104\n jump\t// in\n tag_103:\n /* \"contracts/Todo.sol\":742:811 (TodoRequest memory todoRequest) = abi.decode(payload, (TodoRequest)) */\n swap1\n pop\n /* \"contracts/Todo.sol\":832:836 this */\n address\n /* \"contracts/Todo.sol\":832:844 this.addTodo */\n 0xffffffffffffffffffffffffffffffffffffffff\n and\n 0xfad3b421\n /* \"contracts/Todo.sol\":845:856 todoRequest */\n dup3\n /* \"contracts/Todo.sol\":832:857 this.addTodo(todoRequest) */\n mload(0x40)\n dup3\n 0xffffffff\n and\n 0xe0\n shl\n dup2\n mstore\n 0x04\n add\n tag_105\n swap2\n swap1\n tag_106\n jump\t// in\n tag_105:\n 0x00\n mload(0x40)\n dup1\n dup4\n sub\n dup2\n 0x00\n dup8\n dup1\n extcodesize\n iszero\n dup1\n iszero\n tag_107\n jumpi\n 0x00\n dup1\n revert\n tag_107:\n pop\n gas\n call\n iszero\n dup1\n iszero\n tag_109\n jumpi\n returndatasize\n 0x00\n dup1\n returndatacopy\n revert(0x00, returndatasize)\n tag_109:\n pop\n pop\n pop\n pop\n mload(0x40)\n returndatasize\n 0x00\n dup3\n returndatacopy\n returndatasize\n not(0x1f)\n 0x1f\n dup3\n add\n and\n dup3\n add\n dup1\n 0x40\n mstore\n pop\n dup2\n add\n swap1\n tag_110\n swap2\n swap1\n tag_65\n jump\t// in\n tag_110:\n /* \"contracts/Todo.sol\":825:857 return this.addTodo(todoRequest) */\n swap2\n pop\n pop\n /* \"contracts/Todo.sol\":590:868 function mutation(bytes memory payload)... */\n swap2\n swap1\n pop\n jump\t// out\n /* \"contracts/Todo.sol\":450:584 function query(bytes memory payload)... */\n tag_47:\n /* \"contracts/Todo.sol\":565:580 Response memory */\n tag_111\n tag_55\n jump\t// in\n tag_111:\n /* \"contracts/Todo.sol\":450:584 function query(bytes memory payload)... */\n swap2\n swap1\n pop\n jump\t// out\n /* \"contracts/Todo.sol\":254:418 function addTodo(TodoRequest memory request) public payable returns(Response memory response) {... */\n tag_52:\n /* \"contracts/Todo.sol\":322:346 Response memory response */\n tag_113\n tag_55\n jump\t// in\n tag_113:\n /* \"contracts/Todo.sol\":374:381 request */\n dup2\n /* \"contracts/Todo.sol\":374:386 request.todo */\n 0x00\n add\n mload\n /* \"contracts/Todo.sol\":358:366 response */\n dup2\n /* \"contracts/Todo.sol\":358:371 response.body */\n 0x20\n add\n /* \"contracts/Todo.sol\":358:386 response.body = request.todo */\n dup2\n swap1\n mstore\n pop\n /* \"contracts/Todo.sol\":254:418 function addTodo(TodoRequest memory request) public payable returns(Response memory response) {... */\n swap2\n swap1\n pop\n jump\t// out\n tag_55:\n mload(0x40)\n dup1\n 0x40\n add\n 0x40\n mstore\n dup1\n and(0xff, 0x00)\n dup2\n mstore\n 0x20\n add\n 0x60\n dup2\n mstore\n pop\n swap1\n jump\t// out\n /* \"#utility.yul\":7:417 */\n tag_116:\n /* \"#utility.yul\":84:89 */\n 0x00\n /* \"#utility.yul\":109:174 */\n tag_118\n /* \"#utility.yul\":125:173 */\n tag_119\n /* \"#utility.yul\":166:172 */\n dup5\n /* \"#utility.yul\":125:173 */\n tag_120\n jump\t// in\n tag_119:\n /* \"#utility.yul\":109:174 */\n tag_121\n jump\t// in\n tag_118:\n /* \"#utility.yul\":100:174 */\n swap1\n pop\n /* \"#utility.yul\":197:203 */\n dup3\n /* \"#utility.yul\":190:195 */\n dup2\n /* \"#utility.yul\":183:204 */\n mstore\n /* \"#utility.yul\":235:239 */\n 0x20\n /* \"#utility.yul\":228:233 */\n dup2\n /* \"#utility.yul\":224:240 */\n add\n /* \"#utility.yul\":273:276 */\n dup5\n /* \"#utility.yul\":264:270 */\n dup5\n /* \"#utility.yul\":259:262 */\n dup5\n /* \"#utility.yul\":255:271 */\n add\n /* \"#utility.yul\":252:277 */\n gt\n /* \"#utility.yul\":249:361 */\n iszero\n tag_122\n jumpi\n /* \"#utility.yul\":280:359 */\n tag_123\n tag_124\n jump\t// in\n tag_123:\n /* \"#utility.yul\":249:361 */\n tag_122:\n /* \"#utility.yul\":370:411 */\n tag_125\n /* \"#utility.yul\":404:410 */\n dup5\n /* \"#utility.yul\":399:402 */\n dup3\n /* \"#utility.yul\":394:397 */\n dup6\n /* \"#utility.yul\":370:411 */\n tag_126\n jump\t// in\n tag_125:\n /* \"#utility.yul\":90:417 */\n pop\n /* \"#utility.yul\":7:417 */\n swap4\n swap3\n pop\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":423:835 */\n tag_127:\n /* \"#utility.yul\":501:506 */\n 0x00\n /* \"#utility.yul\":526:592 */\n tag_129\n /* \"#utility.yul\":542:591 */\n tag_130\n /* \"#utility.yul\":584:590 */\n dup5\n /* \"#utility.yul\":542:591 */\n tag_131\n jump\t// in\n tag_130:\n /* \"#utility.yul\":526:592 */\n tag_121\n jump\t// in\n tag_129:\n /* \"#utility.yul\":517:592 */\n swap1\n pop\n /* \"#utility.yul\":615:621 */\n dup3\n /* \"#utility.yul\":608:613 */\n dup2\n /* \"#utility.yul\":601:622 */\n mstore\n /* \"#utility.yul\":653:657 */\n 0x20\n /* \"#utility.yul\":646:651 */\n dup2\n /* \"#utility.yul\":642:658 */\n add\n /* \"#utility.yul\":691:694 */\n dup5\n /* \"#utility.yul\":682:688 */\n dup5\n /* \"#utility.yul\":677:680 */\n dup5\n /* \"#utility.yul\":673:689 */\n add\n /* \"#utility.yul\":670:695 */\n gt\n /* \"#utility.yul\":667:779 */\n iszero\n tag_132\n jumpi\n /* \"#utility.yul\":698:777 */\n tag_133\n tag_124\n jump\t// in\n tag_133:\n /* \"#utility.yul\":667:779 */\n tag_132:\n /* \"#utility.yul\":788:829 */\n tag_134\n /* \"#utility.yul\":822:828 */\n dup5\n /* \"#utility.yul\":817:820 */\n dup3\n /* \"#utility.yul\":812:815 */\n dup6\n /* \"#utility.yul\":788:829 */\n tag_126\n jump\t// in\n tag_134:\n /* \"#utility.yul\":507:835 */\n pop\n /* \"#utility.yul\":423:835 */\n swap4\n swap3\n pop\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":841:1262 */\n tag_135:\n /* \"#utility.yul\":930:935 */\n 0x00\n /* \"#utility.yul\":955:1021 */\n tag_137\n /* \"#utility.yul\":971:1020 */\n tag_138\n /* \"#utility.yul\":1013:1019 */\n dup5\n /* \"#utility.yul\":971:1020 */\n tag_131\n jump\t// in\n tag_138:\n /* \"#utility.yul\":955:1021 */\n tag_121\n jump\t// in\n tag_137:\n /* \"#utility.yul\":946:1021 */\n swap1\n pop\n /* \"#utility.yul\":1044:1050 */\n dup3\n /* \"#utility.yul\":1037:1042 */\n dup2\n /* \"#utility.yul\":1030:1051 */\n mstore\n /* \"#utility.yul\":1082:1086 */\n 0x20\n /* \"#utility.yul\":1075:1080 */\n dup2\n /* \"#utility.yul\":1071:1087 */\n add\n /* \"#utility.yul\":1120:1123 */\n dup5\n /* \"#utility.yul\":1111:1117 */\n dup5\n /* \"#utility.yul\":1106:1109 */\n dup5\n /* \"#utility.yul\":1102:1118 */\n add\n /* \"#utility.yul\":1099:1124 */\n gt\n /* \"#utility.yul\":1096:1208 */\n iszero\n tag_139\n jumpi\n /* \"#utility.yul\":1127:1206 */\n tag_140\n tag_124\n jump\t// in\n tag_140:\n /* \"#utility.yul\":1096:1208 */\n tag_139:\n /* \"#utility.yul\":1217:1256 */\n tag_141\n /* \"#utility.yul\":1249:1255 */\n dup5\n /* \"#utility.yul\":1244:1247 */\n dup3\n /* \"#utility.yul\":1239:1242 */\n dup6\n /* \"#utility.yul\":1217:1256 */\n tag_142\n jump\t// in\n tag_141:\n /* \"#utility.yul\":936:1262 */\n pop\n /* \"#utility.yul\":841:1262 */\n swap4\n swap3\n pop\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":1281:1619 */\n tag_143:\n /* \"#utility.yul\":1336:1341 */\n 0x00\n /* \"#utility.yul\":1385:1388 */\n dup3\n /* \"#utility.yul\":1378:1382 */\n 0x1f\n /* \"#utility.yul\":1370:1376 */\n dup4\n /* \"#utility.yul\":1366:1383 */\n add\n /* \"#utility.yul\":1362:1389 */\n slt\n /* \"#utility.yul\":1352:1474 */\n tag_145\n jumpi\n /* \"#utility.yul\":1393:1472 */\n tag_146\n tag_147\n jump\t// in\n tag_146:\n /* \"#utility.yul\":1352:1474 */\n tag_145:\n /* \"#utility.yul\":1510:1516 */\n dup2\n /* \"#utility.yul\":1497:1517 */\n calldataload\n /* \"#utility.yul\":1535:1613 */\n tag_148\n /* \"#utility.yul\":1609:1612 */\n dup5\n /* \"#utility.yul\":1601:1607 */\n dup3\n /* \"#utility.yul\":1594:1598 */\n 0x20\n /* \"#utility.yul\":1586:1592 */\n dup7\n /* \"#utility.yul\":1582:1599 */\n add\n /* \"#utility.yul\":1535:1613 */\n tag_116\n jump\t// in\n tag_148:\n /* \"#utility.yul\":1526:1613 */\n swap2\n pop\n /* \"#utility.yul\":1342:1619 */\n pop\n /* \"#utility.yul\":1281:1619 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":1625:1786 */\n tag_149:\n /* \"#utility.yul\":1682:1687 */\n 0x00\n /* \"#utility.yul\":1720:1726 */\n dup2\n /* \"#utility.yul\":1707:1727 */\n calldataload\n /* \"#utility.yul\":1698:1727 */\n swap1\n pop\n /* \"#utility.yul\":1736:1780 */\n tag_151\n /* \"#utility.yul\":1774:1779 */\n dup2\n /* \"#utility.yul\":1736:1780 */\n tag_152\n jump\t// in\n tag_151:\n /* \"#utility.yul\":1625:1786 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":1792:1955 */\n tag_153:\n /* \"#utility.yul\":1850:1855 */\n 0x00\n /* \"#utility.yul\":1888:1894 */\n dup2\n /* \"#utility.yul\":1875:1895 */\n calldataload\n /* \"#utility.yul\":1866:1895 */\n swap1\n pop\n /* \"#utility.yul\":1904:1949 */\n tag_155\n /* \"#utility.yul\":1943:1948 */\n dup2\n /* \"#utility.yul\":1904:1949 */\n tag_156\n jump\t// in\n tag_155:\n /* \"#utility.yul\":1792:1955 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":1975:2315 */\n tag_157:\n /* \"#utility.yul\":2031:2036 */\n 0x00\n /* \"#utility.yul\":2080:2083 */\n dup3\n /* \"#utility.yul\":2073:2077 */\n 0x1f\n /* \"#utility.yul\":2065:2071 */\n dup4\n /* \"#utility.yul\":2061:2078 */\n add\n /* \"#utility.yul\":2057:2084 */\n slt\n /* \"#utility.yul\":2047:2169 */\n tag_159\n jumpi\n /* \"#utility.yul\":2088:2167 */\n tag_160\n tag_147\n jump\t// in\n tag_160:\n /* \"#utility.yul\":2047:2169 */\n tag_159:\n /* \"#utility.yul\":2205:2211 */\n dup2\n /* \"#utility.yul\":2192:2212 */\n calldataload\n /* \"#utility.yul\":2230:2309 */\n tag_161\n /* \"#utility.yul\":2305:2308 */\n dup5\n /* \"#utility.yul\":2297:2303 */\n dup3\n /* \"#utility.yul\":2290:2294 */\n 0x20\n /* \"#utility.yul\":2282:2288 */\n dup7\n /* \"#utility.yul\":2278:2295 */\n add\n /* \"#utility.yul\":2230:2309 */\n tag_127\n jump\t// in\n tag_161:\n /* \"#utility.yul\":2221:2309 */\n swap2\n pop\n /* \"#utility.yul\":2037:2315 */\n pop\n /* \"#utility.yul\":1975:2315 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":2335:2690 */\n tag_162:\n /* \"#utility.yul\":2402:2407 */\n 0x00\n /* \"#utility.yul\":2451:2454 */\n dup3\n /* \"#utility.yul\":2444:2448 */\n 0x1f\n /* \"#utility.yul\":2436:2442 */\n dup4\n /* \"#utility.yul\":2432:2449 */\n add\n /* \"#utility.yul\":2428:2455 */\n slt\n /* \"#utility.yul\":2418:2540 */\n tag_164\n jumpi\n /* \"#utility.yul\":2459:2538 */\n tag_165\n tag_147\n jump\t// in\n tag_165:\n /* \"#utility.yul\":2418:2540 */\n tag_164:\n /* \"#utility.yul\":2569:2575 */\n dup2\n /* \"#utility.yul\":2563:2576 */\n mload\n /* \"#utility.yul\":2594:2684 */\n tag_166\n /* \"#utility.yul\":2680:2683 */\n dup5\n /* \"#utility.yul\":2672:2678 */\n dup3\n /* \"#utility.yul\":2665:2669 */\n 0x20\n /* \"#utility.yul\":2657:2663 */\n dup7\n /* \"#utility.yul\":2653:2670 */\n add\n /* \"#utility.yul\":2594:2684 */\n tag_135\n jump\t// in\n tag_166:\n /* \"#utility.yul\":2585:2684 */\n swap2\n pop\n /* \"#utility.yul\":2408:2690 */\n pop\n /* \"#utility.yul\":2335:2690 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":2719:3488 */\n tag_167:\n /* \"#utility.yul\":2803:2808 */\n 0x00\n /* \"#utility.yul\":2847:2851 */\n 0x40\n /* \"#utility.yul\":2835:2844 */\n dup3\n /* \"#utility.yul\":2830:2833 */\n dup5\n /* \"#utility.yul\":2826:2845 */\n sub\n /* \"#utility.yul\":2822:2852 */\n slt\n /* \"#utility.yul\":2819:2936 */\n iszero\n tag_169\n jumpi\n /* \"#utility.yul\":2855:2934 */\n tag_170\n tag_171\n jump\t// in\n tag_170:\n /* \"#utility.yul\":2819:2936 */\n tag_169:\n /* \"#utility.yul\":2954:2975 */\n tag_172\n /* \"#utility.yul\":2970:2974 */\n 0x40\n /* \"#utility.yul\":2954:2975 */\n tag_121\n jump\t// in\n tag_172:\n /* \"#utility.yul\":2945:2975 */\n swap1\n pop\n /* \"#utility.yul\":3036:3037 */\n 0x00\n /* \"#utility.yul\":3076:3134 */\n tag_173\n /* \"#utility.yul\":3130:3133 */\n dup5\n /* \"#utility.yul\":3121:3127 */\n dup3\n /* \"#utility.yul\":3110:3119 */\n dup6\n /* \"#utility.yul\":3106:3128 */\n add\n /* \"#utility.yul\":3076:3134 */\n tag_174\n jump\t// in\n tag_173:\n /* \"#utility.yul\":3069:3073 */\n 0x00\n /* \"#utility.yul\":3062:3067 */\n dup4\n /* \"#utility.yul\":3058:3074 */\n add\n /* \"#utility.yul\":3051:3135 */\n mstore\n /* \"#utility.yul\":2985:3146 */\n pop\n /* \"#utility.yul\":3226:3228 */\n 0x20\n /* \"#utility.yul\":3215:3224 */\n dup3\n /* \"#utility.yul\":3211:3229 */\n add\n /* \"#utility.yul\":3205:3230 */\n mload\n /* \"#utility.yul\":3257:3275 */\n 0xffffffffffffffff\n /* \"#utility.yul\":3249:3255 */\n dup2\n /* \"#utility.yul\":3246:3276 */\n gt\n /* \"#utility.yul\":3243:3360 */\n iszero\n tag_175\n jumpi\n /* \"#utility.yul\":3279:3358 */\n tag_176\n tag_177\n jump\t// in\n tag_176:\n /* \"#utility.yul\":3243:3360 */\n tag_175:\n /* \"#utility.yul\":3399:3469 */\n tag_178\n /* \"#utility.yul\":3465:3468 */\n dup5\n /* \"#utility.yul\":3456:3462 */\n dup3\n /* \"#utility.yul\":3445:3454 */\n dup6\n /* \"#utility.yul\":3441:3463 */\n add\n /* \"#utility.yul\":3399:3469 */\n tag_162\n jump\t// in\n tag_178:\n /* \"#utility.yul\":3392:3396 */\n 0x20\n /* \"#utility.yul\":3385:3390 */\n dup4\n /* \"#utility.yul\":3381:3397 */\n add\n /* \"#utility.yul\":3374:3470 */\n mstore\n /* \"#utility.yul\":3156:3481 */\n pop\n /* \"#utility.yul\":2719:3488 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":3525:4111 */\n tag_179:\n /* \"#utility.yul\":3602:3607 */\n 0x00\n /* \"#utility.yul\":3646:3650 */\n 0x20\n /* \"#utility.yul\":3634:3643 */\n dup3\n /* \"#utility.yul\":3629:3632 */\n dup5\n /* \"#utility.yul\":3625:3644 */\n sub\n /* \"#utility.yul\":3621:3651 */\n slt\n /* \"#utility.yul\":3618:3735 */\n iszero\n tag_181\n jumpi\n /* \"#utility.yul\":3654:3733 */\n tag_182\n tag_171\n jump\t// in\n tag_182:\n /* \"#utility.yul\":3618:3735 */\n tag_181:\n /* \"#utility.yul\":3753:3774 */\n tag_183\n /* \"#utility.yul\":3769:3773 */\n 0x20\n /* \"#utility.yul\":3753:3774 */\n tag_121\n jump\t// in\n tag_183:\n /* \"#utility.yul\":3744:3774 */\n swap1\n pop\n /* \"#utility.yul\":3861:3862 */\n 0x00\n /* \"#utility.yul\":3850:3859 */\n dup3\n /* \"#utility.yul\":3846:3863 */\n add\n /* \"#utility.yul\":3833:3864 */\n calldataload\n /* \"#utility.yul\":3891:3909 */\n 0xffffffffffffffff\n /* \"#utility.yul\":3883:3889 */\n dup2\n /* \"#utility.yul\":3880:3910 */\n gt\n /* \"#utility.yul\":3877:3994 */\n iszero\n tag_184\n jumpi\n /* \"#utility.yul\":3913:3992 */\n tag_185\n tag_177\n jump\t// in\n tag_185:\n /* \"#utility.yul\":3877:3994 */\n tag_184:\n /* \"#utility.yul\":4033:4092 */\n tag_186\n /* \"#utility.yul\":4088:4091 */\n dup5\n /* \"#utility.yul\":4079:4085 */\n dup3\n /* \"#utility.yul\":4068:4077 */\n dup6\n /* \"#utility.yul\":4064:4086 */\n add\n /* \"#utility.yul\":4033:4092 */\n tag_157\n jump\t// in\n tag_186:\n /* \"#utility.yul\":4026:4030 */\n 0x00\n /* \"#utility.yul\":4019:4024 */\n dup4\n /* \"#utility.yul\":4015:4031 */\n add\n /* \"#utility.yul\":4008:4093 */\n mstore\n /* \"#utility.yul\":3784:4104 */\n pop\n /* \"#utility.yul\":3525:4111 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":4148:4749 */\n tag_187:\n /* \"#utility.yul\":4236:4241 */\n 0x00\n /* \"#utility.yul\":4280:4284 */\n 0x20\n /* \"#utility.yul\":4268:4277 */\n dup3\n /* \"#utility.yul\":4263:4266 */\n dup5\n /* \"#utility.yul\":4259:4278 */\n sub\n /* \"#utility.yul\":4255:4285 */\n slt\n /* \"#utility.yul\":4252:4369 */\n iszero\n tag_189\n jumpi\n /* \"#utility.yul\":4288:4367 */\n tag_190\n tag_171\n jump\t// in\n tag_190:\n /* \"#utility.yul\":4252:4369 */\n tag_189:\n /* \"#utility.yul\":4387:4408 */\n tag_191\n /* \"#utility.yul\":4403:4407 */\n 0x20\n /* \"#utility.yul\":4387:4408 */\n tag_121\n jump\t// in\n tag_191:\n /* \"#utility.yul\":4378:4408 */\n swap1\n pop\n /* \"#utility.yul\":4488:4489 */\n 0x00\n /* \"#utility.yul\":4477:4486 */\n dup3\n /* \"#utility.yul\":4473:4490 */\n add\n /* \"#utility.yul\":4467:4491 */\n mload\n /* \"#utility.yul\":4518:4536 */\n 0xffffffffffffffff\n /* \"#utility.yul\":4510:4516 */\n dup2\n /* \"#utility.yul\":4507:4537 */\n gt\n /* \"#utility.yul\":4504:4621 */\n iszero\n tag_192\n jumpi\n /* \"#utility.yul\":4540:4619 */\n tag_193\n tag_177\n jump\t// in\n tag_193:\n /* \"#utility.yul\":4504:4621 */\n tag_192:\n /* \"#utility.yul\":4660:4730 */\n tag_194\n /* \"#utility.yul\":4726:4729 */\n dup5\n /* \"#utility.yul\":4717:4723 */\n dup3\n /* \"#utility.yul\":4706:4715 */\n dup6\n /* \"#utility.yul\":4702:4724 */\n add\n /* \"#utility.yul\":4660:4730 */\n tag_162\n jump\t// in\n tag_194:\n /* \"#utility.yul\":4653:4657 */\n 0x00\n /* \"#utility.yul\":4646:4651 */\n dup4\n /* \"#utility.yul\":4642:4658 */\n add\n /* \"#utility.yul\":4635:4731 */\n mstore\n /* \"#utility.yul\":4418:4742 */\n pop\n /* \"#utility.yul\":4148:4749 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":4755:4894 */\n tag_174:\n /* \"#utility.yul\":4810:4815 */\n 0x00\n /* \"#utility.yul\":4841:4847 */\n dup2\n /* \"#utility.yul\":4835:4848 */\n mload\n /* \"#utility.yul\":4826:4848 */\n swap1\n pop\n /* \"#utility.yul\":4857:4888 */\n tag_196\n /* \"#utility.yul\":4882:4887 */\n dup2\n /* \"#utility.yul\":4857:4888 */\n tag_197\n jump\t// in\n tag_196:\n /* \"#utility.yul\":4755:4894 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":4900:5407 */\n tag_41:\n /* \"#utility.yul\":4968:4974 */\n 0x00\n /* \"#utility.yul\":5017:5019 */\n 0x20\n /* \"#utility.yul\":5005:5014 */\n dup3\n /* \"#utility.yul\":4996:5003 */\n dup5\n /* \"#utility.yul\":4992:5015 */\n sub\n /* \"#utility.yul\":4988:5020 */\n slt\n /* \"#utility.yul\":4985:5104 */\n iszero\n tag_199\n jumpi\n /* \"#utility.yul\":5023:5102 */\n tag_200\n tag_201\n jump\t// in\n tag_200:\n /* \"#utility.yul\":4985:5104 */\n tag_199:\n /* \"#utility.yul\":5171:5172 */\n 0x00\n /* \"#utility.yul\":5160:5169 */\n dup3\n /* \"#utility.yul\":5156:5173 */\n add\n /* \"#utility.yul\":5143:5174 */\n calldataload\n /* \"#utility.yul\":5201:5219 */\n 0xffffffffffffffff\n /* \"#utility.yul\":5193:5199 */\n dup2\n /* \"#utility.yul\":5190:5220 */\n gt\n /* \"#utility.yul\":5187:5304 */\n iszero\n tag_202\n jumpi\n /* \"#utility.yul\":5223:5302 */\n tag_203\n tag_204\n jump\t// in\n tag_203:\n /* \"#utility.yul\":5187:5304 */\n tag_202:\n /* \"#utility.yul\":5328:5390 */\n tag_205\n /* \"#utility.yul\":5382:5389 */\n dup5\n /* \"#utility.yul\":5373:5379 */\n dup3\n /* \"#utility.yul\":5362:5371 */\n dup6\n /* \"#utility.yul\":5358:5380 */\n add\n /* \"#utility.yul\":5328:5390 */\n tag_143\n jump\t// in\n tag_205:\n /* \"#utility.yul\":5318:5390 */\n swap2\n pop\n /* \"#utility.yul\":5114:5400 */\n pop\n /* \"#utility.yul\":4900:5407 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":5413:5922 */\n tag_31:\n /* \"#utility.yul\":5482:5488 */\n 0x00\n /* \"#utility.yul\":5531:5533 */\n 0x20\n /* \"#utility.yul\":5519:5528 */\n dup3\n /* \"#utility.yul\":5510:5517 */\n dup5\n /* \"#utility.yul\":5506:5529 */\n sub\n /* \"#utility.yul\":5502:5534 */\n slt\n /* \"#utility.yul\":5499:5618 */\n iszero\n tag_207\n jumpi\n /* \"#utility.yul\":5537:5616 */\n tag_208\n tag_201\n jump\t// in\n tag_208:\n /* \"#utility.yul\":5499:5618 */\n tag_207:\n /* \"#utility.yul\":5685:5686 */\n 0x00\n /* \"#utility.yul\":5674:5683 */\n dup3\n /* \"#utility.yul\":5670:5687 */\n add\n /* \"#utility.yul\":5657:5688 */\n calldataload\n /* \"#utility.yul\":5715:5733 */\n 0xffffffffffffffff\n /* \"#utility.yul\":5707:5713 */\n dup2\n /* \"#utility.yul\":5704:5734 */\n gt\n /* \"#utility.yul\":5701:5818 */\n iszero\n tag_209\n jumpi\n /* \"#utility.yul\":5737:5816 */\n tag_210\n tag_204\n jump\t// in\n tag_210:\n /* \"#utility.yul\":5701:5818 */\n tag_209:\n /* \"#utility.yul\":5842:5905 */\n tag_211\n /* \"#utility.yul\":5897:5904 */\n dup5\n /* \"#utility.yul\":5888:5894 */\n dup3\n /* \"#utility.yul\":5877:5886 */\n dup6\n /* \"#utility.yul\":5873:5895 */\n add\n /* \"#utility.yul\":5842:5905 */\n tag_157\n jump\t// in\n tag_211:\n /* \"#utility.yul\":5832:5905 */\n swap2\n pop\n /* \"#utility.yul\":5628:5915 */\n pop\n /* \"#utility.yul\":5413:5922 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":5928:6760 */\n tag_14:\n /* \"#utility.yul\":6015:6021 */\n 0x00\n /* \"#utility.yul\":6023:6029 */\n dup1\n /* \"#utility.yul\":6072:6074 */\n 0x40\n /* \"#utility.yul\":6060:6069 */\n dup4\n /* \"#utility.yul\":6051:6058 */\n dup6\n /* \"#utility.yul\":6047:6070 */\n sub\n /* \"#utility.yul\":6043:6075 */\n slt\n /* \"#utility.yul\":6040:6159 */\n iszero\n tag_213\n jumpi\n /* \"#utility.yul\":6078:6157 */\n tag_214\n tag_201\n jump\t// in\n tag_214:\n /* \"#utility.yul\":6040:6159 */\n tag_213:\n /* \"#utility.yul\":6226:6227 */\n 0x00\n /* \"#utility.yul\":6215:6224 */\n dup4\n /* \"#utility.yul\":6211:6228 */\n add\n /* \"#utility.yul\":6198:6229 */\n calldataload\n /* \"#utility.yul\":6256:6274 */\n 0xffffffffffffffff\n /* \"#utility.yul\":6248:6254 */\n dup2\n /* \"#utility.yul\":6245:6275 */\n gt\n /* \"#utility.yul\":6242:6359 */\n iszero\n tag_215\n jumpi\n /* \"#utility.yul\":6278:6357 */\n tag_216\n tag_204\n jump\t// in\n tag_216:\n /* \"#utility.yul\":6242:6359 */\n tag_215:\n /* \"#utility.yul\":6383:6446 */\n tag_217\n /* \"#utility.yul\":6438:6445 */\n dup6\n /* \"#utility.yul\":6429:6435 */\n dup3\n /* \"#utility.yul\":6418:6427 */\n dup7\n /* \"#utility.yul\":6414:6436 */\n add\n /* \"#utility.yul\":6383:6446 */\n tag_157\n jump\t// in\n tag_217:\n /* \"#utility.yul\":6373:6446 */\n swap3\n pop\n /* \"#utility.yul\":6169:6456 */\n pop\n /* \"#utility.yul\":6523:6525 */\n 0x20\n /* \"#utility.yul\":6512:6521 */\n dup4\n /* \"#utility.yul\":6508:6526 */\n add\n /* \"#utility.yul\":6495:6527 */\n calldataload\n /* \"#utility.yul\":6554:6572 */\n 0xffffffffffffffff\n /* \"#utility.yul\":6546:6552 */\n dup2\n /* \"#utility.yul\":6543:6573 */\n gt\n /* \"#utility.yul\":6540:6657 */\n iszero\n tag_218\n jumpi\n /* \"#utility.yul\":6576:6655 */\n tag_219\n tag_204\n jump\t// in\n tag_219:\n /* \"#utility.yul\":6540:6657 */\n tag_218:\n /* \"#utility.yul\":6681:6743 */\n tag_220\n /* \"#utility.yul\":6735:6742 */\n dup6\n /* \"#utility.yul\":6726:6732 */\n dup3\n /* \"#utility.yul\":6715:6724 */\n dup7\n /* \"#utility.yul\":6711:6733 */\n add\n /* \"#utility.yul\":6681:6743 */\n tag_143\n jump\t// in\n tag_220:\n /* \"#utility.yul\":6671:6743 */\n swap2\n pop\n /* \"#utility.yul\":6466:6753 */\n pop\n /* \"#utility.yul\":5928:6760 */\n swap3\n pop\n swap3\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":6766:7442 */\n tag_21:\n /* \"#utility.yul\":6855:6861 */\n 0x00\n /* \"#utility.yul\":6863:6869 */\n dup1\n /* \"#utility.yul\":6912:6914 */\n 0x40\n /* \"#utility.yul\":6900:6909 */\n dup4\n /* \"#utility.yul\":6891:6898 */\n dup6\n /* \"#utility.yul\":6887:6910 */\n sub\n /* \"#utility.yul\":6883:6915 */\n slt\n /* \"#utility.yul\":6880:6999 */\n iszero\n tag_222\n jumpi\n /* \"#utility.yul\":6918:6997 */\n tag_223\n tag_201\n jump\t// in\n tag_223:\n /* \"#utility.yul\":6880:6999 */\n tag_222:\n /* \"#utility.yul\":7066:7067 */\n 0x00\n /* \"#utility.yul\":7055:7064 */\n dup4\n /* \"#utility.yul\":7051:7068 */\n add\n /* \"#utility.yul\":7038:7069 */\n calldataload\n /* \"#utility.yul\":7096:7114 */\n 0xffffffffffffffff\n /* \"#utility.yul\":7088:7094 */\n dup2\n /* \"#utility.yul\":7085:7115 */\n gt\n /* \"#utility.yul\":7082:7199 */\n iszero\n tag_224\n jumpi\n /* \"#utility.yul\":7118:7197 */\n tag_225\n tag_204\n jump\t// in\n tag_225:\n /* \"#utility.yul\":7082:7199 */\n tag_224:\n /* \"#utility.yul\":7223:7286 */\n tag_226\n /* \"#utility.yul\":7278:7285 */\n dup6\n /* \"#utility.yul\":7269:7275 */\n dup3\n /* \"#utility.yul\":7258:7267 */\n dup7\n /* \"#utility.yul\":7254:7276 */\n add\n /* \"#utility.yul\":7223:7286 */\n tag_157\n jump\t// in\n tag_226:\n /* \"#utility.yul\":7213:7286 */\n swap3\n pop\n /* \"#utility.yul\":7009:7296 */\n pop\n /* \"#utility.yul\":7335:7337 */\n 0x20\n /* \"#utility.yul\":7361:7425 */\n tag_227\n /* \"#utility.yul\":7417:7424 */\n dup6\n /* \"#utility.yul\":7408:7414 */\n dup3\n /* \"#utility.yul\":7397:7406 */\n dup7\n /* \"#utility.yul\":7393:7415 */\n add\n /* \"#utility.yul\":7361:7425 */\n tag_149\n jump\t// in\n tag_227:\n /* \"#utility.yul\":7351:7425 */\n swap2\n pop\n /* \"#utility.yul\":7306:7435 */\n pop\n /* \"#utility.yul\":6766:7442 */\n swap3\n pop\n swap3\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":7448:8449 */\n tag_25:\n /* \"#utility.yul\":7556:7562 */\n 0x00\n /* \"#utility.yul\":7564:7570 */\n dup1\n /* \"#utility.yul\":7572:7578 */\n 0x00\n /* \"#utility.yul\":7621:7623 */\n 0x60\n /* \"#utility.yul\":7609:7618 */\n dup5\n /* \"#utility.yul\":7600:7607 */\n dup7\n /* \"#utility.yul\":7596:7619 */\n sub\n /* \"#utility.yul\":7592:7624 */\n slt\n /* \"#utility.yul\":7589:7708 */\n iszero\n tag_229\n jumpi\n /* \"#utility.yul\":7627:7706 */\n tag_230\n tag_201\n jump\t// in\n tag_230:\n /* \"#utility.yul\":7589:7708 */\n tag_229:\n /* \"#utility.yul\":7775:7776 */\n 0x00\n /* \"#utility.yul\":7764:7773 */\n dup5\n /* \"#utility.yul\":7760:7777 */\n add\n /* \"#utility.yul\":7747:7778 */\n calldataload\n /* \"#utility.yul\":7805:7823 */\n 0xffffffffffffffff\n /* \"#utility.yul\":7797:7803 */\n dup2\n /* \"#utility.yul\":7794:7824 */\n gt\n /* \"#utility.yul\":7791:7908 */\n iszero\n tag_231\n jumpi\n /* \"#utility.yul\":7827:7906 */\n tag_232\n tag_204\n jump\t// in\n tag_232:\n /* \"#utility.yul\":7791:7908 */\n tag_231:\n /* \"#utility.yul\":7932:7995 */\n tag_233\n /* \"#utility.yul\":7987:7994 */\n dup7\n /* \"#utility.yul\":7978:7984 */\n dup3\n /* \"#utility.yul\":7967:7976 */\n dup8\n /* \"#utility.yul\":7963:7985 */\n add\n /* \"#utility.yul\":7932:7995 */\n tag_157\n jump\t// in\n tag_233:\n /* \"#utility.yul\":7922:7995 */\n swap4\n pop\n /* \"#utility.yul\":7718:8005 */\n pop\n /* \"#utility.yul\":8044:8046 */\n 0x20\n /* \"#utility.yul\":8070:8135 */\n tag_234\n /* \"#utility.yul\":8127:8134 */\n dup7\n /* \"#utility.yul\":8118:8124 */\n dup3\n /* \"#utility.yul\":8107:8116 */\n dup8\n /* \"#utility.yul\":8103:8125 */\n add\n /* \"#utility.yul\":8070:8135 */\n tag_153\n jump\t// in\n tag_234:\n /* \"#utility.yul\":8060:8135 */\n swap3\n pop\n /* \"#utility.yul\":8015:8145 */\n pop\n /* \"#utility.yul\":8212:8214 */\n 0x40\n /* \"#utility.yul\":8201:8210 */\n dup5\n /* \"#utility.yul\":8197:8215 */\n add\n /* \"#utility.yul\":8184:8216 */\n calldataload\n /* \"#utility.yul\":8243:8261 */\n 0xffffffffffffffff\n /* \"#utility.yul\":8235:8241 */\n dup2\n /* \"#utility.yul\":8232:8262 */\n gt\n /* \"#utility.yul\":8229:8346 */\n iszero\n tag_235\n jumpi\n /* \"#utility.yul\":8265:8344 */\n tag_236\n tag_204\n jump\t// in\n tag_236:\n /* \"#utility.yul\":8229:8346 */\n tag_235:\n /* \"#utility.yul\":8370:8432 */\n tag_237\n /* \"#utility.yul\":8424:8431 */\n dup7\n /* \"#utility.yul\":8415:8421 */\n dup3\n /* \"#utility.yul\":8404:8413 */\n dup8\n /* \"#utility.yul\":8400:8422 */\n add\n /* \"#utility.yul\":8370:8432 */\n tag_143\n jump\t// in\n tag_237:\n /* \"#utility.yul\":8360:8432 */\n swap2\n pop\n /* \"#utility.yul\":8155:8442 */\n pop\n /* \"#utility.yul\":7448:8449 */\n swap3\n pop\n swap3\n pop\n swap3\n jump\t// out\n /* \"#utility.yul\":8455:9007 */\n tag_65:\n /* \"#utility.yul\":8549:8555 */\n 0x00\n /* \"#utility.yul\":8598:8600 */\n 0x20\n /* \"#utility.yul\":8586:8595 */\n dup3\n /* \"#utility.yul\":8577:8584 */\n dup5\n /* \"#utility.yul\":8573:8596 */\n sub\n /* \"#utility.yul\":8569:8601 */\n slt\n /* \"#utility.yul\":8566:8685 */\n iszero\n tag_239\n jumpi\n /* \"#utility.yul\":8604:8683 */\n tag_240\n tag_201\n jump\t// in\n tag_240:\n /* \"#utility.yul\":8566:8685 */\n tag_239:\n /* \"#utility.yul\":8745:8746 */\n 0x00\n /* \"#utility.yul\":8734:8743 */\n dup3\n /* \"#utility.yul\":8730:8747 */\n add\n /* \"#utility.yul\":8724:8748 */\n mload\n /* \"#utility.yul\":8775:8793 */\n 0xffffffffffffffff\n /* \"#utility.yul\":8767:8773 */\n dup2\n /* \"#utility.yul\":8764:8794 */\n gt\n /* \"#utility.yul\":8761:8878 */\n iszero\n tag_241\n jumpi\n /* \"#utility.yul\":8797:8876 */\n tag_242\n tag_204\n jump\t// in\n tag_242:\n /* \"#utility.yul\":8761:8878 */\n tag_241:\n /* \"#utility.yul\":8902:8990 */\n tag_243\n /* \"#utility.yul\":8982:8989 */\n dup5\n /* \"#utility.yul\":8973:8979 */\n dup3\n /* \"#utility.yul\":8962:8971 */\n dup6\n /* \"#utility.yul\":8958:8980 */\n add\n /* \"#utility.yul\":8902:8990 */\n tag_167\n jump\t// in\n tag_243:\n /* \"#utility.yul\":8892:8990 */\n swap2\n pop\n /* \"#utility.yul\":8695:9000 */\n pop\n /* \"#utility.yul\":8455:9007 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":9013:9558 */\n tag_51:\n /* \"#utility.yul\":9100:9106 */\n 0x00\n /* \"#utility.yul\":9149:9151 */\n 0x20\n /* \"#utility.yul\":9137:9146 */\n dup3\n /* \"#utility.yul\":9128:9135 */\n dup5\n /* \"#utility.yul\":9124:9147 */\n sub\n /* \"#utility.yul\":9120:9152 */\n slt\n /* \"#utility.yul\":9117:9236 */\n iszero\n tag_245\n jumpi\n /* \"#utility.yul\":9155:9234 */\n tag_246\n tag_201\n jump\t// in\n tag_246:\n /* \"#utility.yul\":9117:9236 */\n tag_245:\n /* \"#utility.yul\":9303:9304 */\n 0x00\n /* \"#utility.yul\":9292:9301 */\n dup3\n /* \"#utility.yul\":9288:9305 */\n add\n /* \"#utility.yul\":9275:9306 */\n calldataload\n /* \"#utility.yul\":9333:9351 */\n 0xffffffffffffffff\n /* \"#utility.yul\":9325:9331 */\n dup2\n /* \"#utility.yul\":9322:9352 */\n gt\n /* \"#utility.yul\":9319:9436 */\n iszero\n tag_247\n jumpi\n /* \"#utility.yul\":9355:9434 */\n tag_248\n tag_204\n jump\t// in\n tag_248:\n /* \"#utility.yul\":9319:9436 */\n tag_247:\n /* \"#utility.yul\":9460:9541 */\n tag_249\n /* \"#utility.yul\":9533:9540 */\n dup5\n /* \"#utility.yul\":9524:9530 */\n dup3\n /* \"#utility.yul\":9513:9522 */\n dup6\n /* \"#utility.yul\":9509:9531 */\n add\n /* \"#utility.yul\":9460:9541 */\n tag_179\n jump\t// in\n tag_249:\n /* \"#utility.yul\":9450:9541 */\n swap2\n pop\n /* \"#utility.yul\":9246:9551 */\n pop\n /* \"#utility.yul\":9013:9558 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":9564:10124 */\n tag_104:\n /* \"#utility.yul\":9662:9668 */\n 0x00\n /* \"#utility.yul\":9711:9713 */\n 0x20\n /* \"#utility.yul\":9699:9708 */\n dup3\n /* \"#utility.yul\":9690:9697 */\n dup5\n /* \"#utility.yul\":9686:9709 */\n sub\n /* \"#utility.yul\":9682:9714 */\n slt\n /* \"#utility.yul\":9679:9798 */\n iszero\n tag_251\n jumpi\n /* \"#utility.yul\":9717:9796 */\n tag_252\n tag_201\n jump\t// in\n tag_252:\n /* \"#utility.yul\":9679:9798 */\n tag_251:\n /* \"#utility.yul\":9858:9859 */\n 0x00\n /* \"#utility.yul\":9847:9856 */\n dup3\n /* \"#utility.yul\":9843:9860 */\n add\n /* \"#utility.yul\":9837:9861 */\n mload\n /* \"#utility.yul\":9888:9906 */\n 0xffffffffffffffff\n /* \"#utility.yul\":9880:9886 */\n dup2\n /* \"#utility.yul\":9877:9907 */\n gt\n /* \"#utility.yul\":9874:9991 */\n iszero\n tag_253\n jumpi\n /* \"#utility.yul\":9910:9989 */\n tag_254\n tag_204\n jump\t// in\n tag_254:\n /* \"#utility.yul\":9874:9991 */\n tag_253:\n /* \"#utility.yul\":10015:10107 */\n tag_255\n /* \"#utility.yul\":10099:10106 */\n dup5\n /* \"#utility.yul\":10090:10096 */\n dup3\n /* \"#utility.yul\":10079:10088 */\n dup6\n /* \"#utility.yul\":10075:10097 */\n add\n /* \"#utility.yul\":10015:10107 */\n tag_187\n jump\t// in\n tag_255:\n /* \"#utility.yul\":10005:10107 */\n swap2\n pop\n /* \"#utility.yul\":9808:10117 */\n pop\n /* \"#utility.yul\":9564:10124 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":10130:10490 */\n tag_256:\n /* \"#utility.yul\":10216:10219 */\n 0x00\n /* \"#utility.yul\":10244:10282 */\n tag_258\n /* \"#utility.yul\":10276:10281 */\n dup3\n /* \"#utility.yul\":10244:10282 */\n tag_259\n jump\t// in\n tag_258:\n /* \"#utility.yul\":10298:10368 */\n tag_260\n /* \"#utility.yul\":10361:10367 */\n dup2\n /* \"#utility.yul\":10356:10359 */\n dup6\n /* \"#utility.yul\":10298:10368 */\n tag_261\n jump\t// in\n tag_260:\n /* \"#utility.yul\":10291:10368 */\n swap4\n pop\n /* \"#utility.yul\":10377:10429 */\n tag_262\n /* \"#utility.yul\":10422:10428 */\n dup2\n /* \"#utility.yul\":10417:10420 */\n dup6\n /* \"#utility.yul\":10410:10414 */\n 0x20\n /* \"#utility.yul\":10403:10408 */\n dup7\n /* \"#utility.yul\":10399:10415 */\n add\n /* \"#utility.yul\":10377:10429 */\n tag_142\n jump\t// in\n tag_262:\n /* \"#utility.yul\":10454:10483 */\n tag_263\n /* \"#utility.yul\":10476:10482 */\n dup2\n /* \"#utility.yul\":10454:10483 */\n tag_264\n jump\t// in\n tag_263:\n /* \"#utility.yul\":10449:10452 */\n dup5\n /* \"#utility.yul\":10445:10484 */\n add\n /* \"#utility.yul\":10438:10484 */\n swap2\n pop\n /* \"#utility.yul\":10220:10490 */\n pop\n /* \"#utility.yul\":10130:10490 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":10496:10649 */\n tag_265:\n /* \"#utility.yul\":10594:10642 */\n tag_267\n /* \"#utility.yul\":10636:10641 */\n dup2\n /* \"#utility.yul\":10594:10642 */\n tag_268\n jump\t// in\n tag_267:\n /* \"#utility.yul\":10589:10592 */\n dup3\n /* \"#utility.yul\":10582:10643 */\n mstore\n /* \"#utility.yul\":10496:10649 */\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":10655:10999 */\n tag_269:\n /* \"#utility.yul\":10733:10736 */\n 0x00\n /* \"#utility.yul\":10761:10800 */\n tag_271\n /* \"#utility.yul\":10794:10799 */\n dup3\n /* \"#utility.yul\":10761:10800 */\n tag_272\n jump\t// in\n tag_271:\n /* \"#utility.yul\":10816:10877 */\n tag_273\n /* \"#utility.yul\":10870:10876 */\n dup2\n /* \"#utility.yul\":10865:10868 */\n dup6\n /* \"#utility.yul\":10816:10877 */\n tag_274\n jump\t// in\n tag_273:\n /* \"#utility.yul\":10809:10877 */\n swap4\n pop\n /* \"#utility.yul\":10886:10938 */\n tag_275\n /* \"#utility.yul\":10931:10937 */\n dup2\n /* \"#utility.yul\":10926:10929 */\n dup6\n /* \"#utility.yul\":10919:10923 */\n 0x20\n /* \"#utility.yul\":10912:10917 */\n dup7\n /* \"#utility.yul\":10908:10924 */\n add\n /* \"#utility.yul\":10886:10938 */\n tag_142\n jump\t// in\n tag_275:\n /* \"#utility.yul\":10963:10992 */\n tag_276\n /* \"#utility.yul\":10985:10991 */\n dup2\n /* \"#utility.yul\":10963:10992 */\n tag_264\n jump\t// in\n tag_276:\n /* \"#utility.yul\":10958:10961 */\n dup5\n /* \"#utility.yul\":10954:10993 */\n add\n /* \"#utility.yul\":10947:10993 */\n swap2\n pop\n /* \"#utility.yul\":10737:10999 */\n pop\n /* \"#utility.yul\":10655:10999 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":11005:11369 */\n tag_277:\n /* \"#utility.yul\":11093:11096 */\n 0x00\n /* \"#utility.yul\":11121:11160 */\n tag_279\n /* \"#utility.yul\":11154:11159 */\n dup3\n /* \"#utility.yul\":11121:11160 */\n tag_272\n jump\t// in\n tag_279:\n /* \"#utility.yul\":11176:11247 */\n tag_280\n /* \"#utility.yul\":11240:11246 */\n dup2\n /* \"#utility.yul\":11235:11238 */\n dup6\n /* \"#utility.yul\":11176:11247 */\n tag_281\n jump\t// in\n tag_280:\n /* \"#utility.yul\":11169:11247 */\n swap4\n pop\n /* \"#utility.yul\":11256:11308 */\n tag_282\n /* \"#utility.yul\":11301:11307 */\n dup2\n /* \"#utility.yul\":11296:11299 */\n dup6\n /* \"#utility.yul\":11289:11293 */\n 0x20\n /* \"#utility.yul\":11282:11287 */\n dup7\n /* \"#utility.yul\":11278:11294 */\n add\n /* \"#utility.yul\":11256:11308 */\n tag_142\n jump\t// in\n tag_282:\n /* \"#utility.yul\":11333:11362 */\n tag_283\n /* \"#utility.yul\":11355:11361 */\n dup2\n /* \"#utility.yul\":11333:11362 */\n tag_264\n jump\t// in\n tag_283:\n /* \"#utility.yul\":11328:11331 */\n dup5\n /* \"#utility.yul\":11324:11363 */\n add\n /* \"#utility.yul\":11317:11363 */\n swap2\n pop\n /* \"#utility.yul\":11097:11369 */\n pop\n /* \"#utility.yul\":11005:11369 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":11375:11752 */\n tag_284:\n /* \"#utility.yul\":11481:11484 */\n 0x00\n /* \"#utility.yul\":11509:11548 */\n tag_286\n /* \"#utility.yul\":11542:11547 */\n dup3\n /* \"#utility.yul\":11509:11548 */\n tag_272\n jump\t// in\n tag_286:\n /* \"#utility.yul\":11564:11653 */\n tag_287\n /* \"#utility.yul\":11646:11652 */\n dup2\n /* \"#utility.yul\":11641:11644 */\n dup6\n /* \"#utility.yul\":11564:11653 */\n tag_288\n jump\t// in\n tag_287:\n /* \"#utility.yul\":11557:11653 */\n swap4\n pop\n /* \"#utility.yul\":11662:11714 */\n tag_289\n /* \"#utility.yul\":11707:11713 */\n dup2\n /* \"#utility.yul\":11702:11705 */\n dup6\n /* \"#utility.yul\":11695:11699 */\n 0x20\n /* \"#utility.yul\":11688:11693 */\n dup7\n /* \"#utility.yul\":11684:11700 */\n add\n /* \"#utility.yul\":11662:11714 */\n tag_142\n jump\t// in\n tag_289:\n /* \"#utility.yul\":11739:11745 */\n dup1\n /* \"#utility.yul\":11734:11737 */\n dup5\n /* \"#utility.yul\":11730:11746 */\n add\n /* \"#utility.yul\":11723:11746 */\n swap2\n pop\n /* \"#utility.yul\":11485:11752 */\n pop\n /* \"#utility.yul\":11375:11752 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":11800:12402 */\n tag_290:\n /* \"#utility.yul\":11917:11920 */\n 0x00\n /* \"#utility.yul\":11953:11957 */\n 0x40\n /* \"#utility.yul\":11948:11951 */\n dup4\n /* \"#utility.yul\":11944:11958 */\n add\n /* \"#utility.yul\":12042:12046 */\n 0x00\n /* \"#utility.yul\":12035:12040 */\n dup4\n /* \"#utility.yul\":12031:12047 */\n add\n /* \"#utility.yul\":12025:12048 */\n mload\n /* \"#utility.yul\":12061:12120 */\n tag_292\n /* \"#utility.yul\":12114:12118 */\n 0x00\n /* \"#utility.yul\":12109:12112 */\n dup7\n /* \"#utility.yul\":12105:12119 */\n add\n /* \"#utility.yul\":12091:12103 */\n dup3\n /* \"#utility.yul\":12061:12120 */\n tag_293\n jump\t// in\n tag_292:\n /* \"#utility.yul\":11968:12130 */\n pop\n /* \"#utility.yul\":12212:12216 */\n 0x20\n /* \"#utility.yul\":12205:12210 */\n dup4\n /* \"#utility.yul\":12201:12217 */\n add\n /* \"#utility.yul\":12195:12218 */\n mload\n /* \"#utility.yul\":12265:12268 */\n dup5\n /* \"#utility.yul\":12259:12263 */\n dup3\n /* \"#utility.yul\":12255:12269 */\n sub\n /* \"#utility.yul\":12248:12252 */\n 0x20\n /* \"#utility.yul\":12243:12246 */\n dup7\n /* \"#utility.yul\":12239:12253 */\n add\n /* \"#utility.yul\":12232:12270 */\n mstore\n /* \"#utility.yul\":12291:12364 */\n tag_294\n /* \"#utility.yul\":12359:12363 */\n dup3\n /* \"#utility.yul\":12345:12357 */\n dup3\n /* \"#utility.yul\":12291:12364 */\n tag_269\n jump\t// in\n tag_294:\n /* \"#utility.yul\":12283:12364 */\n swap2\n pop\n /* \"#utility.yul\":12140:12375 */\n pop\n /* \"#utility.yul\":12392:12396 */\n dup1\n /* \"#utility.yul\":12385:12396 */\n swap2\n pop\n /* \"#utility.yul\":11922:12402 */\n pop\n /* \"#utility.yul\":11800:12402 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":12466:12904 */\n tag_295:\n /* \"#utility.yul\":12591:12594 */\n 0x00\n /* \"#utility.yul\":12627:12631 */\n 0x20\n /* \"#utility.yul\":12622:12625 */\n dup4\n /* \"#utility.yul\":12618:12632 */\n add\n /* \"#utility.yul\":12714:12718 */\n 0x00\n /* \"#utility.yul\":12707:12712 */\n dup4\n /* \"#utility.yul\":12703:12719 */\n add\n /* \"#utility.yul\":12697:12720 */\n mload\n /* \"#utility.yul\":12767:12770 */\n dup5\n /* \"#utility.yul\":12761:12765 */\n dup3\n /* \"#utility.yul\":12757:12771 */\n sub\n /* \"#utility.yul\":12750:12754 */\n 0x00\n /* \"#utility.yul\":12745:12748 */\n dup7\n /* \"#utility.yul\":12741:12755 */\n add\n /* \"#utility.yul\":12734:12772 */\n mstore\n /* \"#utility.yul\":12793:12866 */\n tag_297\n /* \"#utility.yul\":12861:12865 */\n dup3\n /* \"#utility.yul\":12847:12859 */\n dup3\n /* \"#utility.yul\":12793:12866 */\n tag_269\n jump\t// in\n tag_297:\n /* \"#utility.yul\":12785:12866 */\n swap2\n pop\n /* \"#utility.yul\":12642:12877 */\n pop\n /* \"#utility.yul\":12894:12898 */\n dup1\n /* \"#utility.yul\":12887:12898 */\n swap2\n pop\n /* \"#utility.yul\":12596:12904 */\n pop\n /* \"#utility.yul\":12466:12904 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":12910:13012 */\n tag_293:\n /* \"#utility.yul\":12983:13005 */\n tag_299\n /* \"#utility.yul\":12999:13004 */\n dup2\n /* \"#utility.yul\":12983:13005 */\n tag_300\n jump\t// in\n tag_299:\n /* \"#utility.yul\":12978:12981 */\n dup3\n /* \"#utility.yul\":12971:13006 */\n mstore\n /* \"#utility.yul\":12910:13012 */\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":13018:13293 */\n tag_58:\n /* \"#utility.yul\":13150:13153 */\n 0x00\n /* \"#utility.yul\":13172:13267 */\n tag_302\n /* \"#utility.yul\":13263:13266 */\n dup3\n /* \"#utility.yul\":13254:13260 */\n dup5\n /* \"#utility.yul\":13172:13267 */\n tag_284\n jump\t// in\n tag_302:\n /* \"#utility.yul\":13165:13267 */\n swap2\n pop\n /* \"#utility.yul\":13284:13287 */\n dup2\n /* \"#utility.yul\":13277:13287 */\n swap1\n pop\n /* \"#utility.yul\":13018:13293 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":13299:13608 */\n tag_60:\n /* \"#utility.yul\":13410:13414 */\n 0x00\n /* \"#utility.yul\":13448:13450 */\n 0x20\n /* \"#utility.yul\":13437:13446 */\n dup3\n /* \"#utility.yul\":13433:13451 */\n add\n /* \"#utility.yul\":13425:13451 */\n swap1\n pop\n /* \"#utility.yul\":13497:13506 */\n dup2\n /* \"#utility.yul\":13491:13495 */\n dup2\n /* \"#utility.yul\":13487:13507 */\n sub\n /* \"#utility.yul\":13483:13484 */\n 0x00\n /* \"#utility.yul\":13472:13481 */\n dup4\n /* \"#utility.yul\":13468:13485 */\n add\n /* \"#utility.yul\":13461:13508 */\n mstore\n /* \"#utility.yul\":13525:13601 */\n tag_304\n /* \"#utility.yul\":13596:13600 */\n dup2\n /* \"#utility.yul\":13587:13593 */\n dup5\n /* \"#utility.yul\":13525:13601 */\n tag_256\n jump\t// in\n tag_304:\n /* \"#utility.yul\":13517:13601 */\n swap1\n pop\n /* \"#utility.yul\":13299:13608 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":13614:13858 */\n tag_34:\n /* \"#utility.yul\":13718:13722 */\n 0x00\n /* \"#utility.yul\":13756:13758 */\n 0x20\n /* \"#utility.yul\":13745:13754 */\n dup3\n /* \"#utility.yul\":13741:13759 */\n add\n /* \"#utility.yul\":13733:13759 */\n swap1\n pop\n /* \"#utility.yul\":13769:13851 */\n tag_306\n /* \"#utility.yul\":13848:13849 */\n 0x00\n /* \"#utility.yul\":13837:13846 */\n dup4\n /* \"#utility.yul\":13833:13850 */\n add\n /* \"#utility.yul\":13824:13830 */\n dup5\n /* \"#utility.yul\":13769:13851 */\n tag_265\n jump\t// in\n tag_306:\n /* \"#utility.yul\":13614:13858 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":13864:14374 */\n tag_77:\n /* \"#utility.yul\":14023:14027 */\n 0x00\n /* \"#utility.yul\":14061:14063 */\n 0x40\n /* \"#utility.yul\":14050:14059 */\n dup3\n /* \"#utility.yul\":14046:14064 */\n add\n /* \"#utility.yul\":14038:14064 */\n swap1\n pop\n /* \"#utility.yul\":14110:14119 */\n dup2\n /* \"#utility.yul\":14104:14108 */\n dup2\n /* \"#utility.yul\":14100:14120 */\n sub\n /* \"#utility.yul\":14096:14097 */\n 0x00\n /* \"#utility.yul\":14085:14094 */\n dup4\n /* \"#utility.yul\":14081:14098 */\n add\n /* \"#utility.yul\":14074:14121 */\n mstore\n /* \"#utility.yul\":14138:14216 */\n tag_308\n /* \"#utility.yul\":14211:14215 */\n dup2\n /* \"#utility.yul\":14202:14208 */\n dup6\n /* \"#utility.yul\":14138:14216 */\n tag_277\n jump\t// in\n tag_308:\n /* \"#utility.yul\":14130:14216 */\n swap1\n pop\n /* \"#utility.yul\":14263:14272 */\n dup2\n /* \"#utility.yul\":14257:14261 */\n dup2\n /* \"#utility.yul\":14253:14273 */\n sub\n /* \"#utility.yul\":14248:14250 */\n 0x20\n /* \"#utility.yul\":14237:14246 */\n dup4\n /* \"#utility.yul\":14233:14251 */\n add\n /* \"#utility.yul\":14226:14274 */\n mstore\n /* \"#utility.yul\":14291:14367 */\n tag_309\n /* \"#utility.yul\":14362:14366 */\n dup2\n /* \"#utility.yul\":14353:14359 */\n dup5\n /* \"#utility.yul\":14291:14367 */\n tag_256\n jump\t// in\n tag_309:\n /* \"#utility.yul\":14283:14367 */\n swap1\n pop\n /* \"#utility.yul\":13864:14374 */\n swap4\n swap3\n pop\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":14380:14749 */\n tag_17:\n /* \"#utility.yul\":14521:14525 */\n 0x00\n /* \"#utility.yul\":14559:14561 */\n 0x20\n /* \"#utility.yul\":14548:14557 */\n dup3\n /* \"#utility.yul\":14544:14562 */\n add\n /* \"#utility.yul\":14536:14562 */\n swap1\n pop\n /* \"#utility.yul\":14608:14617 */\n dup2\n /* \"#utility.yul\":14602:14606 */\n dup2\n /* \"#utility.yul\":14598:14618 */\n sub\n /* \"#utility.yul\":14594:14595 */\n 0x00\n /* \"#utility.yul\":14583:14592 */\n dup4\n /* \"#utility.yul\":14579:14596 */\n add\n /* \"#utility.yul\":14572:14619 */\n mstore\n /* \"#utility.yul\":14636:14742 */\n tag_311\n /* \"#utility.yul\":14737:14741 */\n dup2\n /* \"#utility.yul\":14728:14734 */\n dup5\n /* \"#utility.yul\":14636:14742 */\n tag_290\n jump\t// in\n tag_311:\n /* \"#utility.yul\":14628:14742 */\n swap1\n pop\n /* \"#utility.yul\":14380:14749 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":14755:15140 */\n tag_106:\n /* \"#utility.yul\":14904:14908 */\n 0x00\n /* \"#utility.yul\":14942:14944 */\n 0x20\n /* \"#utility.yul\":14931:14940 */\n dup3\n /* \"#utility.yul\":14927:14945 */\n add\n /* \"#utility.yul\":14919:14945 */\n swap1\n pop\n /* \"#utility.yul\":14991:15000 */\n dup2\n /* \"#utility.yul\":14985:14989 */\n dup2\n /* \"#utility.yul\":14981:15001 */\n sub\n /* \"#utility.yul\":14977:14978 */\n 0x00\n /* \"#utility.yul\":14966:14975 */\n dup4\n /* \"#utility.yul\":14962:14979 */\n add\n /* \"#utility.yul\":14955:15002 */\n mstore\n /* \"#utility.yul\":15019:15133 */\n tag_313\n /* \"#utility.yul\":15128:15132 */\n dup2\n /* \"#utility.yul\":15119:15125 */\n dup5\n /* \"#utility.yul\":15019:15133 */\n tag_295\n jump\t// in\n tag_313:\n /* \"#utility.yul\":15011:15133 */\n swap1\n pop\n /* \"#utility.yul\":14755:15140 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":15146:15275 */\n tag_121:\n /* \"#utility.yul\":15180:15186 */\n 0x00\n /* \"#utility.yul\":15207:15227 */\n tag_315\n tag_316\n jump\t// in\n tag_315:\n /* \"#utility.yul\":15197:15227 */\n swap1\n pop\n /* \"#utility.yul\":15236:15269 */\n tag_317\n /* \"#utility.yul\":15264:15268 */\n dup3\n /* \"#utility.yul\":15256:15262 */\n dup3\n /* \"#utility.yul\":15236:15269 */\n tag_318\n jump\t// in\n tag_317:\n /* \"#utility.yul\":15146:15275 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":15281:15356 */\n tag_316:\n /* \"#utility.yul\":15314:15320 */\n 0x00\n /* \"#utility.yul\":15347:15349 */\n 0x40\n /* \"#utility.yul\":15341:15350 */\n mload\n /* \"#utility.yul\":15331:15350 */\n swap1\n pop\n /* \"#utility.yul\":15281:15356 */\n swap1\n jump\t// out\n /* \"#utility.yul\":15362:15669 */\n tag_120:\n /* \"#utility.yul\":15423:15427 */\n 0x00\n /* \"#utility.yul\":15513:15531 */\n 0xffffffffffffffff\n /* \"#utility.yul\":15505:15511 */\n dup3\n /* \"#utility.yul\":15502:15532 */\n gt\n /* \"#utility.yul\":15499:15555 */\n iszero\n tag_321\n jumpi\n /* \"#utility.yul\":15535:15553 */\n tag_322\n tag_323\n jump\t// in\n tag_322:\n /* \"#utility.yul\":15499:15555 */\n tag_321:\n /* \"#utility.yul\":15573:15602 */\n tag_324\n /* \"#utility.yul\":15595:15601 */\n dup3\n /* \"#utility.yul\":15573:15602 */\n tag_264\n jump\t// in\n tag_324:\n /* \"#utility.yul\":15565:15602 */\n swap1\n pop\n /* \"#utility.yul\":15657:15661 */\n 0x20\n /* \"#utility.yul\":15651:15655 */\n dup2\n /* \"#utility.yul\":15647:15662 */\n add\n /* \"#utility.yul\":15639:15662 */\n swap1\n pop\n /* \"#utility.yul\":15362:15669 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":15675:15983 */\n tag_131:\n /* \"#utility.yul\":15737:15741 */\n 0x00\n /* \"#utility.yul\":15827:15845 */\n 0xffffffffffffffff\n /* \"#utility.yul\":15819:15825 */\n dup3\n /* \"#utility.yul\":15816:15846 */\n gt\n /* \"#utility.yul\":15813:15869 */\n iszero\n tag_326\n jumpi\n /* \"#utility.yul\":15849:15867 */\n tag_327\n tag_323\n jump\t// in\n tag_327:\n /* \"#utility.yul\":15813:15869 */\n tag_326:\n /* \"#utility.yul\":15887:15916 */\n tag_328\n /* \"#utility.yul\":15909:15915 */\n dup3\n /* \"#utility.yul\":15887:15916 */\n tag_264\n jump\t// in\n tag_328:\n /* \"#utility.yul\":15879:15916 */\n swap1\n pop\n /* \"#utility.yul\":15971:15975 */\n 0x20\n /* \"#utility.yul\":15965:15969 */\n dup2\n /* \"#utility.yul\":15961:15976 */\n add\n /* \"#utility.yul\":15953:15976 */\n swap1\n pop\n /* \"#utility.yul\":15675:15983 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":15989:16087 */\n tag_259:\n /* \"#utility.yul\":16040:16046 */\n 0x00\n /* \"#utility.yul\":16074:16079 */\n dup2\n /* \"#utility.yul\":16068:16080 */\n mload\n /* \"#utility.yul\":16058:16080 */\n swap1\n pop\n /* \"#utility.yul\":15989:16087 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":16093:16192 */\n tag_272:\n /* \"#utility.yul\":16145:16151 */\n 0x00\n /* \"#utility.yul\":16179:16184 */\n dup2\n /* \"#utility.yul\":16173:16185 */\n mload\n /* \"#utility.yul\":16163:16185 */\n swap1\n pop\n /* \"#utility.yul\":16093:16192 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":16198:16366 */\n tag_261:\n /* \"#utility.yul\":16281:16292 */\n 0x00\n /* \"#utility.yul\":16315:16321 */\n dup3\n /* \"#utility.yul\":16310:16313 */\n dup3\n /* \"#utility.yul\":16303:16322 */\n mstore\n /* \"#utility.yul\":16355:16359 */\n 0x20\n /* \"#utility.yul\":16350:16353 */\n dup3\n /* \"#utility.yul\":16346:16360 */\n add\n /* \"#utility.yul\":16331:16360 */\n swap1\n pop\n /* \"#utility.yul\":16198:16366 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":16372:16531 */\n tag_274:\n /* \"#utility.yul\":16446:16457 */\n 0x00\n /* \"#utility.yul\":16480:16486 */\n dup3\n /* \"#utility.yul\":16475:16478 */\n dup3\n /* \"#utility.yul\":16468:16487 */\n mstore\n /* \"#utility.yul\":16520:16524 */\n 0x20\n /* \"#utility.yul\":16515:16518 */\n dup3\n /* \"#utility.yul\":16511:16525 */\n add\n /* \"#utility.yul\":16496:16525 */\n swap1\n pop\n /* \"#utility.yul\":16372:16531 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":16537:16706 */\n tag_281:\n /* \"#utility.yul\":16621:16632 */\n 0x00\n /* \"#utility.yul\":16655:16661 */\n dup3\n /* \"#utility.yul\":16650:16653 */\n dup3\n /* \"#utility.yul\":16643:16662 */\n mstore\n /* \"#utility.yul\":16695:16699 */\n 0x20\n /* \"#utility.yul\":16690:16693 */\n dup3\n /* \"#utility.yul\":16686:16700 */\n add\n /* \"#utility.yul\":16671:16700 */\n swap1\n pop\n /* \"#utility.yul\":16537:16706 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":16712:16860 */\n tag_288:\n /* \"#utility.yul\":16814:16825 */\n 0x00\n /* \"#utility.yul\":16851:16854 */\n dup2\n /* \"#utility.yul\":16836:16854 */\n swap1\n pop\n /* \"#utility.yul\":16712:16860 */\n swap3\n swap2\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":16866:16962 */\n tag_335:\n /* \"#utility.yul\":16903:16910 */\n 0x00\n /* \"#utility.yul\":16932:16956 */\n tag_337\n /* \"#utility.yul\":16950:16955 */\n dup3\n /* \"#utility.yul\":16932:16956 */\n tag_338\n jump\t// in\n tag_337:\n /* \"#utility.yul\":16921:16956 */\n swap1\n pop\n /* \"#utility.yul\":16866:16962 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":16968:17075 */\n tag_339:\n /* \"#utility.yul\":17016:17023 */\n 0x00\n /* \"#utility.yul\":17045:17069 */\n tag_341\n /* \"#utility.yul\":17063:17068 */\n dup3\n /* \"#utility.yul\":17045:17069 */\n tag_335\n jump\t// in\n tag_341:\n /* \"#utility.yul\":17034:17069 */\n swap1\n pop\n /* \"#utility.yul\":16968:17075 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":17081:17207 */\n tag_338:\n /* \"#utility.yul\":17118:17125 */\n 0x00\n /* \"#utility.yul\":17158:17200 */\n 0xffffffffffffffffffffffffffffffffffffffff\n /* \"#utility.yul\":17151:17156 */\n dup3\n /* \"#utility.yul\":17147:17201 */\n and\n /* \"#utility.yul\":17136:17201 */\n swap1\n pop\n /* \"#utility.yul\":17081:17207 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":17213:17299 */\n tag_300:\n /* \"#utility.yul\":17248:17255 */\n 0x00\n /* \"#utility.yul\":17288:17292 */\n 0xff\n /* \"#utility.yul\":17281:17286 */\n dup3\n /* \"#utility.yul\":17277:17293 */\n and\n /* \"#utility.yul\":17266:17293 */\n swap1\n pop\n /* \"#utility.yul\":17213:17299 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":17305:17442 */\n tag_268:\n /* \"#utility.yul\":17366:17375 */\n 0x00\n /* \"#utility.yul\":17399:17436 */\n tag_345\n /* \"#utility.yul\":17430:17435 */\n dup3\n /* \"#utility.yul\":17399:17436 */\n tag_346\n jump\t// in\n tag_345:\n /* \"#utility.yul\":17386:17436 */\n swap1\n pop\n /* \"#utility.yul\":17305:17442 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":17448:17574 */\n tag_346:\n /* \"#utility.yul\":17498:17507 */\n 0x00\n /* \"#utility.yul\":17531:17568 */\n tag_348\n /* \"#utility.yul\":17562:17567 */\n dup3\n /* \"#utility.yul\":17531:17568 */\n tag_349\n jump\t// in\n tag_348:\n /* \"#utility.yul\":17518:17568 */\n swap1\n pop\n /* \"#utility.yul\":17448:17574 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":17580:17693 */\n tag_349:\n /* \"#utility.yul\":17630:17639 */\n 0x00\n /* \"#utility.yul\":17663:17687 */\n tag_351\n /* \"#utility.yul\":17681:17686 */\n dup3\n /* \"#utility.yul\":17663:17687 */\n tag_338\n jump\t// in\n tag_351:\n /* \"#utility.yul\":17650:17687 */\n swap1\n pop\n /* \"#utility.yul\":17580:17693 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":17699:17853 */\n tag_126:\n /* \"#utility.yul\":17783:17789 */\n dup3\n /* \"#utility.yul\":17778:17781 */\n dup2\n /* \"#utility.yul\":17773:17776 */\n dup4\n /* \"#utility.yul\":17760:17790 */\n calldatacopy\n /* \"#utility.yul\":17845:17846 */\n 0x00\n /* \"#utility.yul\":17836:17842 */\n dup4\n /* \"#utility.yul\":17831:17834 */\n dup4\n /* \"#utility.yul\":17827:17843 */\n add\n /* \"#utility.yul\":17820:17847 */\n mstore\n /* \"#utility.yul\":17699:17853 */\n pop\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":17859:18166 */\n tag_142:\n /* \"#utility.yul\":17927:17928 */\n 0x00\n /* \"#utility.yul\":17937:18050 */\n tag_354:\n /* \"#utility.yul\":17951:17957 */\n dup4\n /* \"#utility.yul\":17948:17949 */\n dup2\n /* \"#utility.yul\":17945:17958 */\n lt\n /* \"#utility.yul\":17937:18050 */\n iszero\n tag_356\n jumpi\n /* \"#utility.yul\":18036:18037 */\n dup1\n /* \"#utility.yul\":18031:18034 */\n dup3\n /* \"#utility.yul\":18027:18038 */\n add\n /* \"#utility.yul\":18021:18039 */\n mload\n /* \"#utility.yul\":18017:18018 */\n dup2\n /* \"#utility.yul\":18012:18015 */\n dup5\n /* \"#utility.yul\":18008:18019 */\n add\n /* \"#utility.yul\":18001:18040 */\n mstore\n /* \"#utility.yul\":17973:17975 */\n 0x20\n /* \"#utility.yul\":17970:17971 */\n dup2\n /* \"#utility.yul\":17966:17976 */\n add\n /* \"#utility.yul\":17961:17976 */\n swap1\n pop\n /* \"#utility.yul\":17937:18050 */\n jump(tag_354)\n tag_356:\n /* \"#utility.yul\":18068:18074 */\n dup4\n /* \"#utility.yul\":18065:18066 */\n dup2\n /* \"#utility.yul\":18062:18075 */\n gt\n /* \"#utility.yul\":18059:18160 */\n iszero\n tag_357\n jumpi\n /* \"#utility.yul\":18148:18149 */\n 0x00\n /* \"#utility.yul\":18139:18145 */\n dup5\n /* \"#utility.yul\":18134:18137 */\n dup5\n /* \"#utility.yul\":18130:18146 */\n add\n /* \"#utility.yul\":18123:18150 */\n mstore\n /* \"#utility.yul\":18059:18160 */\n tag_357:\n /* \"#utility.yul\":17908:18166 */\n pop\n /* \"#utility.yul\":17859:18166 */\n pop\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":18172:18453 */\n tag_318:\n /* \"#utility.yul\":18255:18282 */\n tag_359\n /* \"#utility.yul\":18277:18281 */\n dup3\n /* \"#utility.yul\":18255:18282 */\n tag_264\n jump\t// in\n tag_359:\n /* \"#utility.yul\":18247:18253 */\n dup2\n /* \"#utility.yul\":18243:18283 */\n add\n /* \"#utility.yul\":18385:18391 */\n dup2\n /* \"#utility.yul\":18373:18383 */\n dup2\n /* \"#utility.yul\":18370:18392 */\n lt\n /* \"#utility.yul\":18349:18367 */\n 0xffffffffffffffff\n /* \"#utility.yul\":18337:18347 */\n dup3\n /* \"#utility.yul\":18334:18368 */\n gt\n /* \"#utility.yul\":18331:18393 */\n or\n /* \"#utility.yul\":18328:18416 */\n iszero\n tag_360\n jumpi\n /* \"#utility.yul\":18396:18414 */\n tag_361\n tag_323\n jump\t// in\n tag_361:\n /* \"#utility.yul\":18328:18416 */\n tag_360:\n /* \"#utility.yul\":18436:18446 */\n dup1\n /* \"#utility.yul\":18432:18434 */\n 0x40\n /* \"#utility.yul\":18425:18447 */\n mstore\n /* \"#utility.yul\":18215:18453 */\n pop\n /* \"#utility.yul\":18172:18453 */\n pop\n pop\n jump\t// out\n /* \"#utility.yul\":18459:18639 */\n tag_72:\n /* \"#utility.yul\":18507:18584 */\n 0x4e487b7100000000000000000000000000000000000000000000000000000000\n /* \"#utility.yul\":18504:18505 */\n 0x00\n /* \"#utility.yul\":18497:18585 */\n mstore\n /* \"#utility.yul\":18604:18608 */\n 0x21\n /* \"#utility.yul\":18601:18602 */\n 0x04\n /* \"#utility.yul\":18594:18609 */\n mstore\n /* \"#utility.yul\":18628:18632 */\n 0x24\n /* \"#utility.yul\":18625:18626 */\n 0x00\n /* \"#utility.yul\":18618:18633 */\n revert\n /* \"#utility.yul\":18645:18825 */\n tag_323:\n /* \"#utility.yul\":18693:18770 */\n 0x4e487b7100000000000000000000000000000000000000000000000000000000\n /* \"#utility.yul\":18690:18691 */\n 0x00\n /* \"#utility.yul\":18683:18771 */\n mstore\n /* \"#utility.yul\":18790:18794 */\n 0x41\n /* \"#utility.yul\":18787:18788 */\n 0x04\n /* \"#utility.yul\":18780:18795 */\n mstore\n /* \"#utility.yul\":18814:18818 */\n 0x24\n /* \"#utility.yul\":18811:18812 */\n 0x00\n /* \"#utility.yul\":18804:18819 */\n revert\n /* \"#utility.yul\":18831:18948 */\n tag_147:\n /* \"#utility.yul\":18940:18941 */\n 0x00\n /* \"#utility.yul\":18937:18938 */\n dup1\n /* \"#utility.yul\":18930:18942 */\n revert\n /* \"#utility.yul\":18954:19071 */\n tag_171:\n /* \"#utility.yul\":19063:19064 */\n 0x00\n /* \"#utility.yul\":19060:19061 */\n dup1\n /* \"#utility.yul\":19053:19065 */\n revert\n /* \"#utility.yul\":19077:19194 */\n tag_177:\n /* \"#utility.yul\":19186:19187 */\n 0x00\n /* \"#utility.yul\":19183:19184 */\n dup1\n /* \"#utility.yul\":19176:19188 */\n revert\n /* \"#utility.yul\":19200:19317 */\n tag_124:\n /* \"#utility.yul\":19309:19310 */\n 0x00\n /* \"#utility.yul\":19306:19307 */\n dup1\n /* \"#utility.yul\":19299:19311 */\n revert\n /* \"#utility.yul\":19323:19440 */\n tag_204:\n /* \"#utility.yul\":19432:19433 */\n 0x00\n /* \"#utility.yul\":19429:19430 */\n dup1\n /* \"#utility.yul\":19422:19434 */\n revert\n /* \"#utility.yul\":19446:19563 */\n tag_201:\n /* \"#utility.yul\":19555:19556 */\n 0x00\n /* \"#utility.yul\":19552:19553 */\n dup1\n /* \"#utility.yul\":19545:19557 */\n revert\n /* \"#utility.yul\":19569:19671 */\n tag_264:\n /* \"#utility.yul\":19610:19616 */\n 0x00\n /* \"#utility.yul\":19661:19663 */\n 0x1f\n /* \"#utility.yul\":19657:19664 */\n not\n /* \"#utility.yul\":19652:19654 */\n 0x1f\n /* \"#utility.yul\":19645:19650 */\n dup4\n /* \"#utility.yul\":19641:19655 */\n add\n /* \"#utility.yul\":19637:19665 */\n and\n /* \"#utility.yul\":19627:19665 */\n swap1\n pop\n /* \"#utility.yul\":19569:19671 */\n swap2\n swap1\n pop\n jump\t// out\n /* \"#utility.yul\":19677:19821 */\n tag_152:\n /* \"#utility.yul\":19761:19796 */\n tag_372\n /* \"#utility.yul\":19790:19795 */\n dup2\n /* \"#utility.yul\":19761:19796 */\n tag_339\n jump\t// in\n tag_372:\n /* \"#utility.yul\":19754:19759 */\n dup2\n /* \"#utility.yul\":19751:19797 */\n eq\n /* \"#utility.yul\":19741:19815 */\n tag_373\n jumpi\n /* \"#utility.yul\":19811:19812 */\n 0x00\n /* \"#utility.yul\":19808:19809 */\n dup1\n /* \"#utility.yul\":19801:19813 */\n revert\n /* \"#utility.yul\":19741:19815 */\n tag_373:\n /* \"#utility.yul\":19677:19821 */\n pop\n jump\t// out\n /* \"#utility.yul\":19827:19938 */\n tag_156:\n /* \"#utility.yul\":19912:19913 */\n 0x02\n /* \"#utility.yul\":19905:19910 */\n dup2\n /* \"#utility.yul\":19902:19914 */\n lt\n /* \"#utility.yul\":19892:19932 */\n tag_375\n jumpi\n /* \"#utility.yul\":19928:19929 */\n 0x00\n /* \"#utility.yul\":19925:19926 */\n dup1\n /* \"#utility.yul\":19918:19930 */\n revert\n /* \"#utility.yul\":19892:19932 */\n tag_375:\n /* \"#utility.yul\":19827:19938 */\n pop\n jump\t// out\n /* \"#utility.yul\":19944:20062 */\n tag_197:\n /* \"#utility.yul\":20015:20037 */\n tag_377\n /* \"#utility.yul\":20031:20036 */\n dup2\n /* \"#utility.yul\":20015:20037 */\n tag_300\n jump\t// in\n tag_377:\n /* \"#utility.yul\":20008:20013 */\n dup2\n /* \"#utility.yul\":20005:20038 */\n eq\n /* \"#utility.yul\":19995:20056 */\n tag_378\n jumpi\n /* \"#utility.yul\":20052:20053 */\n 0x00\n /* \"#utility.yul\":20049:20050 */\n dup1\n /* \"#utility.yul\":20042:20054 */\n revert\n /* \"#utility.yul\":19995:20056 */\n tag_378:\n /* \"#utility.yul\":19944:20062 */\n pop\n jump\t// out\n\n auxdata: 0xa2646970667358221220ff355b900df90d7a2bc75c877e774d801b8ff8e1c1e51869cae02dba9983b20e64736f6c63430008070033\n}\n",
"bytecode": {
"functionDebugData": {
"@_15": {
"entryPoint": null,
"id": 15,
"parameterSlots": 1,
"returnSlots": 0
},
"@register_151": {
"entryPoint": 97,
"id": 151,
"parameterSlots": 2,
"returnSlots": 0
},
"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack": {
"entryPoint": 244,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_tuple_packed_t_string_memory_ptr__to_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed": {
"entryPoint": 299,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"array_length_t_string_memory_ptr": {
"entryPoint": 324,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack": {
"entryPoint": 335,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"copy_memory_to_memory": {
"entryPoint": 346,
"id": null,
"parameterSlots": 3,
"returnSlots": 0
}
},
"generatedSources": [
{
"ast": {
"nodeType": "YulBlock",
"src": "0:1240:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "117:267:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "127:53:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "174:5:3"
}
],
"functionName": {
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "141:32:3"
},
"nodeType": "YulFunctionCall",
"src": "141:39:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "131:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "189:96:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "273:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "278:6:3"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulIdentifier",
"src": "196:76:3"
},
"nodeType": "YulFunctionCall",
"src": "196:89:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "189:3:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "320:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "327:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "316:3:3"
},
"nodeType": "YulFunctionCall",
"src": "316:16:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "334:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "339:6:3"
}
],
"functionName": {
"name": "copy_memory_to_memory",
"nodeType": "YulIdentifier",
"src": "294:21:3"
},
"nodeType": "YulFunctionCall",
"src": "294:52:3"
},
"nodeType": "YulExpressionStatement",
"src": "294:52:3"
},
{
"nodeType": "YulAssignment",
"src": "355:23:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "366:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "371:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "362:3:3"
},
"nodeType": "YulFunctionCall",
"src": "362:16:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "355:3:3"
}
]
}
]
},
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "98:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "105:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "113:3:3",
"type": ""
}
],
"src": "7:377:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "526:139:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "537:102:3",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "626:6:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "635:3:3"
}
],
"functionName": {
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulIdentifier",
"src": "544:81:3"
},
"nodeType": "YulFunctionCall",
"src": "544:95:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "537:3:3"
}
]
},
{
"nodeType": "YulAssignment",
"src": "649:10:3",
"value": {
"name": "pos",
"nodeType": "YulIdentifier",
"src": "656:3:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "649:3:3"
}
]
}
]
},
"name": "abi_encode_tuple_packed_t_string_memory_ptr__to_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "505:3:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "511:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "522:3:3",
"type": ""
}
],
"src": "390:275:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "730:40:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "741:22:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "757:5:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "751:5:3"
},
"nodeType": "YulFunctionCall",
"src": "751:12:3"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "741:6:3"
}
]
}
]
},
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "713:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "723:6:3",
"type": ""
}
],
"src": "671:99:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "890:34:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "900:18:3",
"value": {
"name": "pos",
"nodeType": "YulIdentifier",
"src": "915:3:3"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "900:11:3"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "862:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "867:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "878:11:3",
"type": ""
}
],
"src": "776:148:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "979:258:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "989:10:3",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "998:1:3",
"type": "",
"value": "0"
},
"variables": [
{
"name": "i",
"nodeType": "YulTypedName",
"src": "993:1:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "1058:63:3",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "1083:3:3"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1088:1:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1079:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1079:11:3"
},
{
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "1102:3:3"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1107:1:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1098:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1098:11:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "1092:5:3"
},
"nodeType": "YulFunctionCall",
"src": "1092:18:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "1072:6:3"
},
"nodeType": "YulFunctionCall",
"src": "1072:39:3"
},
"nodeType": "YulExpressionStatement",
"src": "1072:39:3"
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1019:1:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1022:6:3"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "1016:2:3"
},
"nodeType": "YulFunctionCall",
"src": "1016:13:3"
},
"nodeType": "YulForLoop",
"post": {
"nodeType": "YulBlock",
"src": "1030:19:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1032:15:3",
"value": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1041:1:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1044:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1037:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1037:10:3"
},
"variableNames": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1032:1:3"
}
]
}
]
},
"pre": {
"nodeType": "YulBlock",
"src": "1012:3:3",
"statements": []
},
"src": "1008:113:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1155:76:3",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "1205:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1210:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1201:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1201:16:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1219:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "1194:6:3"
},
"nodeType": "YulFunctionCall",
"src": "1194:27:3"
},
"nodeType": "YulExpressionStatement",
"src": "1194:27:3"
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "1136:1:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1139:6:3"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "1133:2:3"
},
"nodeType": "YulFunctionCall",
"src": "1133:13:3"
},
"nodeType": "YulIf",
"src": "1130:101:3"
}
]
},
"name": "copy_memory_to_memory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "961:3:3",
"type": ""
},
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "966:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "971:6:3",
"type": ""
}
],
"src": "930:307:3"
}
]
},
"contents": "{\n\n function abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack(value, pos) -> end {\n let length := array_length_t_string_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack(pos, length)\n copy_memory_to_memory(add(value, 0x20), pos, length)\n end := add(pos, length)\n }\n\n function abi_encode_tuple_packed_t_string_memory_ptr__to_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed(pos , value0) -> end {\n\n pos := abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack(value0, pos)\n\n end := pos\n }\n\n function array_length_t_string_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack(pos, length) -> updated_pos {\n updated_pos := pos\n }\n\n function copy_memory_to_memory(src, dst, length) {\n let i := 0\n for { } lt(i, length) { i := add(i, 32) }\n {\n mstore(add(dst, i), mload(add(src, i)))\n }\n if gt(i, length)\n {\n // clear end\n mstore(add(dst, length), 0)\n }\n }\n\n}\n",
"id": 3,
"language": "Yul",
"name": "#utility.yul"
}
],
"linkReferences": {},
"object": "60806040523480156200001157600080fd5b506040518060400160405280600481526020017f546f646f000000000000000000000000000000000000000000000000000000008152506200005a81306200006160201b60201c565b5062000190565b60405180602001604052808273ffffffffffffffffffffffffffffffffffffffff168152506000836040516200009891906200012b565b908152602001604051809103902060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055509050505050565b6000620001018262000144565b6200010d81856200014f565b93506200011f8185602086016200015a565b80840191505092915050565b6000620001398284620000f4565b915081905092915050565b600081519050919050565b600081905092915050565b60005b838110156200017a5780820151818401526020810190506200015d565b838111156200018a576000848401525b50505050565b6111d380620001a06000396000f3fe60806040526004361061007b5760003560e01c8063d989e1771161004e578063d989e17714610153578063e5151bb514610183578063ed815d83146101b3578063fad3b421146101f05761007b565b806306d81d29146100805780631e59c529146100bd57806350f55b82146100e6578063cffbffb514610116575b600080fd5b34801561008c57600080fd5b506100a760048036038101906100a29190610a93565b610220565b6040516100b49190610eb9565b60405180910390f35b3480156100c957600080fd5b506100e460048036038101906100df9190610b0b565b6102ff565b005b61010060048036038101906100fb9190610b67565b610390565b60405161010d9190610eb9565b60405180910390f35b34801561012257600080fd5b5061013d60048036038101906101389190610a4a565b610525565b60405161014a9190610e67565b60405180910390f35b61016d60048036038101906101689190610a93565b610579565b60405161017a9190610eb9565b60405180910390f35b61019d60048036038101906101989190610a01565b61065a565b6040516101aa9190610eb9565b60405180910390f35b3480156101bf57600080fd5b506101da60048036038101906101d59190610a01565b610712565b6040516101e79190610eb9565b60405180910390f35b61020a60048036038101906102059190610c3b565b61071f565b6040516102179190610eb9565b60405180910390f35b610228610739565b6000836040516102389190610e2e565b908152602001604051809103902060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ed815d83836040518263ffffffff1660e01b81526004016102a29190610e45565b60006040518083038186803b1580156102ba57600080fd5b505afa1580156102ce573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f820116820180604052508101906102f79190610bf2565b905092915050565b60405180602001604052808273ffffffffffffffffffffffffffffffffffffffff168152506000836040516103349190610e2e565b908152602001604051809103902060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055509050505050565b610398610739565b600060018111156103ac576103ab6110d2565b5b8360018111156103bf576103be6110d2565b5b141561045c573073ffffffffffffffffffffffffffffffffffffffff166306d81d2985846040518363ffffffff1660e01b8152600401610400929190610e82565b60006040518083038186803b15801561041857600080fd5b505afa15801561042c573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f820116820180604052508101906104559190610bf2565b905061051e565b60018081111561046f5761046e6110d2565b5b836001811115610482576104816110d2565b5b141561051d573073ffffffffffffffffffffffffffffffffffffffff1663d989e17785846040518363ffffffff1660e01b81526004016104c3929190610e82565b600060405180830381600087803b1580156104dd57600080fd5b505af11580156104f1573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f8201168201806040525081019061051a9190610bf2565b90505b5b9392505050565b6000818051602081018201805184825260208301602085012081835280955050505050506000915090508060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081565b610581610739565b6000836040516105919190610e2e565b908152602001604051809103902060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e5151bb5836040518263ffffffff1660e01b81526004016105fb9190610e45565b600060405180830381600087803b15801561061557600080fd5b505af1158015610629573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f820116820180604052508101906106529190610bf2565b905092915050565b610662610739565b6000828060200190518101906106789190610c84565b90503073ffffffffffffffffffffffffffffffffffffffff1663fad3b421826040518263ffffffff1660e01b81526004016106b39190610edb565b600060405180830381600087803b1580156106cd57600080fd5b505af11580156106e1573d6000803e3d6000fd5b505050506040513d6000823e3d601f19601f8201168201806040525081019061070a9190610bf2565b915050919050565b61071a610739565b919050565b610727610739565b81600001518160200181905250919050565b6040518060400160405280600060ff168152602001606081525090565b600061076961076484610f22565b610efd565b9050828152602081018484840111156107855761078461113f565b5b61079084828561105f565b509392505050565b60006107ab6107a684610f53565b610efd565b9050828152602081018484840111156107c7576107c661113f565b5b6107d284828561105f565b509392505050565b60006107ed6107e884610f53565b610efd565b9050828152602081018484840111156108095761080861113f565b5b61081484828561106e565b509392505050565b600082601f83011261083157610830611130565b5b8135610841848260208601610756565b91505092915050565b6000813590506108598161115f565b92915050565b60008135905061086e81611176565b92915050565b600082601f83011261088957610888611130565b5b8135610899848260208601610798565b91505092915050565b600082601f8301126108b7576108b6611130565b5b81516108c78482602086016107da565b91505092915050565b6000604082840312156108e6576108e5611135565b5b6108f06040610efd565b90506000610900848285016109ec565b600083015250602082015167ffffffffffffffff8111156109245761092361113a565b5b610930848285016108a2565b60208301525092915050565b60006020828403121561095257610951611135565b5b61095c6020610efd565b9050600082013567ffffffffffffffff81111561097c5761097b61113a565b5b61098884828501610874565b60008301525092915050565b6000602082840312156109aa576109a9611135565b5b6109b46020610efd565b9050600082015167ffffffffffffffff8111156109d4576109d361113a565b5b6109e0848285016108a2565b60008301525092915050565b6000815190506109fb81611186565b92915050565b600060208284031215610a1757610a16611149565b5b600082013567ffffffffffffffff811115610a3557610a34611144565b5b610a418482850161081c565b91505092915050565b600060208284031215610a6057610a5f611149565b5b600082013567ffffffffffffffff811115610a7e57610a7d611144565b5b610a8a84828501610874565b91505092915050565b60008060408385031215610aaa57610aa9611149565b5b600083013567ffffffffffffffff811115610ac857610ac7611144565b5b610ad485828601610874565b925050602083013567ffffffffffffffff811115610af557610af4611144565b5b610b018582860161081c565b9150509250929050565b60008060408385031215610b2257610b21611149565b5b600083013567ffffffffffffffff811115610b4057610b3f611144565b5b610b4c85828601610874565b9250506020610b5d8582860161084a565b9150509250929050565b600080600060608486031215610b8057610b7f611149565b5b600084013567ffffffffffffffff811115610b9e57610b9d611144565b5b610baa86828701610874565b9350506020610bbb8682870161085f565b925050604084013567ffffffffffffffff811115610bdc57610bdb611144565b5b610be88682870161081c565b9150509250925092565b600060208284031215610c0857610c07611149565b5b600082015167ffffffffffffffff811115610c2657610c25611144565b5b610c32848285016108d0565b91505092915050565b600060208284031215610c5157610c50611149565b5b600082013567ffffffffffffffff811115610c6f57610c6e611144565b5b610c7b8482850161093c565b91505092915050565b600060208284031215610c9a57610c99611149565b5b600082015167ffffffffffffffff811115610cb857610cb7611144565b5b610cc484828501610994565b91505092915050565b6000610cd882610f84565b610ce28185610f9a565b9350610cf281856020860161106e565b610cfb8161114e565b840191505092915050565b610d0f81611029565b82525050565b6000610d2082610f8f565b610d2a8185610fab565b9350610d3a81856020860161106e565b610d438161114e565b840191505092915050565b6000610d5982610f8f565b610d638185610fbc565b9350610d7381856020860161106e565b610d7c8161114e565b840191505092915050565b6000610d9282610f8f565b610d9c8185610fcd565b9350610dac81856020860161106e565b80840191505092915050565b6000604083016000830151610dd06000860182610e1f565b5060208301518482036020860152610de88282610d15565b9150508091505092915050565b60006020830160008301518482036000860152610e128282610d15565b9150508091505092915050565b610e288161101c565b82525050565b6000610e3a8284610d87565b915081905092915050565b60006020820190508181036000830152610e5f8184610ccd565b905092915050565b6000602082019050610e7c6000830184610d06565b92915050565b60006040820190508181036000830152610e9c8185610d4e565b90508181036020830152610eb08184610ccd565b90509392505050565b60006020820190508181036000830152610ed38184610db8565b905092915050565b60006020820190508181036000830152610ef58184610df5565b905092915050565b6000610f07610f18565b9050610f1382826110a1565b919050565b6000604051905090565b600067ffffffffffffffff821115610f3d57610f3c611101565b5b610f468261114e565b9050602081019050919050565b600067ffffffffffffffff821115610f6e57610f6d611101565b5b610f778261114e565b9050602081019050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b6000610fe382610ffc565b9050919050565b6000610ff582610fd8565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600060ff82169050919050565b60006110348261103b565b9050919050565b60006110468261104d565b9050919050565b600061105882610ffc565b9050919050565b82818337600083830152505050565b60005b8381101561108c578082015181840152602081019050611071565b8381111561109b576000848401525b50505050565b6110aa8261114e565b810181811067ffffffffffffffff821117156110c9576110c8611101565b5b80604052505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b61116881610fea565b811461117357600080fd5b50565b6002811061118357600080fd5b50565b61118f8161101c565b811461119a57600080fd5b5056fea2646970667358221220ff355b900df90d7a2bc75c877e774d801b8ff8e1c1e51869cae02dba9983b20e64736f6c63430008070033",
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x4 DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x546F646F00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE POP PUSH3 0x5A DUP2 ADDRESS PUSH3 0x61 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST POP PUSH3 0x190 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x20 ADD PUSH1 0x40 MSTORE DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE POP PUSH1 0x0 DUP4 PUSH1 0x40 MLOAD PUSH3 0x98 SWAP2 SWAP1 PUSH3 0x12B JUMP JUMPDEST SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP SWAP1 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x101 DUP3 PUSH3 0x144 JUMP JUMPDEST PUSH3 0x10D DUP2 DUP6 PUSH3 0x14F JUMP JUMPDEST SWAP4 POP PUSH3 0x11F DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH3 0x15A JUMP JUMPDEST DUP1 DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x139 DUP3 DUP5 PUSH3 0xF4 JUMP JUMPDEST SWAP2 POP DUP2 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH3 0x17A JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH3 0x15D JUMP JUMPDEST DUP4 DUP2 GT ISZERO PUSH3 0x18A JUMPI PUSH1 0x0 DUP5 DUP5 ADD MSTORE JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH2 0x11D3 DUP1 PUSH3 0x1A0 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x7B JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xD989E177 GT PUSH2 0x4E JUMPI DUP1 PUSH4 0xD989E177 EQ PUSH2 0x153 JUMPI DUP1 PUSH4 0xE5151BB5 EQ PUSH2 0x183 JUMPI DUP1 PUSH4 0xED815D83 EQ PUSH2 0x1B3 JUMPI DUP1 PUSH4 0xFAD3B421 EQ PUSH2 0x1F0 JUMPI PUSH2 0x7B JUMP JUMPDEST DUP1 PUSH4 0x6D81D29 EQ PUSH2 0x80 JUMPI DUP1 PUSH4 0x1E59C529 EQ PUSH2 0xBD JUMPI DUP1 PUSH4 0x50F55B82 EQ PUSH2 0xE6 JUMPI DUP1 PUSH4 0xCFFBFFB5 EQ PUSH2 0x116 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x8C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xA7 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xA2 SWAP2 SWAP1 PUSH2 0xA93 JUMP JUMPDEST PUSH2 0x220 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xB4 SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xC9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xE4 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xDF SWAP2 SWAP1 PUSH2 0xB0B JUMP JUMPDEST PUSH2 0x2FF JUMP JUMPDEST STOP JUMPDEST PUSH2 0x100 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xFB SWAP2 SWAP1 PUSH2 0xB67 JUMP JUMPDEST PUSH2 0x390 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x10D SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x122 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x13D PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x138 SWAP2 SWAP1 PUSH2 0xA4A JUMP JUMPDEST PUSH2 0x525 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x14A SWAP2 SWAP1 PUSH2 0xE67 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x16D PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x168 SWAP2 SWAP1 PUSH2 0xA93 JUMP JUMPDEST PUSH2 0x579 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x17A SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x19D PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x198 SWAP2 SWAP1 PUSH2 0xA01 JUMP JUMPDEST PUSH2 0x65A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1AA SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1BF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1DA PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1D5 SWAP2 SWAP1 PUSH2 0xA01 JUMP JUMPDEST PUSH2 0x712 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E7 SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x20A PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x205 SWAP2 SWAP1 PUSH2 0xC3B JUMP JUMPDEST PUSH2 0x71F JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x217 SWAP2 SWAP1 PUSH2 0xEB9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x228 PUSH2 0x739 JUMP JUMPDEST PUSH1 0x0 DUP4 PUSH1 0x40 MLOAD PUSH2 0x238 SWAP2 SWAP1 PUSH2 0xE2E JUMP JUMPDEST SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xED815D83 DUP4 PUSH1 0x40 MLOAD DUP3 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2A2 SWAP2 SWAP1 PUSH2 0xE45 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x2BA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x2CE JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x2F7 SWAP2 SWAP1 PUSH2 0xBF2 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x20 ADD PUSH1 0x40 MSTORE DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE POP PUSH1 0x0 DUP4 PUSH1 0x40 MLOAD PUSH2 0x334 SWAP2 SWAP1 PUSH2 0xE2E JUMP JUMPDEST SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP SWAP1 POP POP POP POP JUMP JUMPDEST PUSH2 0x398 PUSH2 0x739 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 DUP2 GT ISZERO PUSH2 0x3AC JUMPI PUSH2 0x3AB PUSH2 0x10D2 JUMP JUMPDEST JUMPDEST DUP4 PUSH1 0x1 DUP2 GT ISZERO PUSH2 0x3BF JUMPI PUSH2 0x3BE PUSH2 0x10D2 JUMP JUMPDEST JUMPDEST EQ ISZERO PUSH2 0x45C JUMPI ADDRESS PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x6D81D29 DUP6 DUP5 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x400 SWAP3 SWAP2 SWAP1 PUSH2 0xE82 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x418 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x42C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x455 SWAP2 SWAP1 PUSH2 0xBF2 JUMP JUMPDEST SWAP1 POP PUSH2 0x51E JUMP JUMPDEST PUSH1 0x1 DUP1 DUP2 GT ISZERO PUSH2 0x46F JUMPI PUSH2 0x46E PUSH2 0x10D2 JUMP JUMPDEST JUMPDEST DUP4 PUSH1 0x1 DUP2 GT ISZERO PUSH2 0x482 JUMPI PUSH2 0x481 PUSH2 0x10D2 JUMP JUMPDEST JUMPDEST EQ ISZERO PUSH2 0x51D JUMPI ADDRESS PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xD989E177 DUP6 DUP5 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x4C3 SWAP3 SWAP2 SWAP1 PUSH2 0xE82 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x4DD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x4F1 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x51A SWAP2 SWAP1 PUSH2 0xBF2 JUMP JUMPDEST SWAP1 POP JUMPDEST JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 DUP1 MLOAD PUSH1 0x20 DUP2 ADD DUP3 ADD DUP1 MLOAD DUP5 DUP3 MSTORE PUSH1 0x20 DUP4 ADD PUSH1 0x20 DUP6 ADD KECCAK256 DUP2 DUP4 MSTORE DUP1 SWAP6 POP POP POP POP POP POP PUSH1 0x0 SWAP2 POP SWAP1 POP DUP1 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 JUMP JUMPDEST PUSH2 0x581 PUSH2 0x739 JUMP JUMPDEST PUSH1 0x0 DUP4 PUSH1 0x40 MLOAD PUSH2 0x591 SWAP2 SWAP1 PUSH2 0xE2E JUMP JUMPDEST SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xE5151BB5 DUP4 PUSH1 0x40 MLOAD DUP3 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x5FB SWAP2 SWAP1 PUSH2 0xE45 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x615 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x629 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x652 SWAP2 SWAP1 PUSH2 0xBF2 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x662 PUSH2 0x739 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0x678 SWAP2 SWAP1 PUSH2 0xC84 JUMP JUMPDEST SWAP1 POP ADDRESS PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xFAD3B421 DUP3 PUSH1 0x40 MLOAD DUP3 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6B3 SWAP2 SWAP1 PUSH2 0xEDB JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x6CD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x6E1 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x70A SWAP2 SWAP1 PUSH2 0xBF2 JUMP JUMPDEST SWAP2 POP POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x71A PUSH2 0x739 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x727 PUSH2 0x739 JUMP JUMPDEST DUP2 PUSH1 0x0 ADD MLOAD DUP2 PUSH1 0x20 ADD DUP2 SWAP1 MSTORE POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 PUSH1 0xFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x60 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x769 PUSH2 0x764 DUP5 PUSH2 0xF22 JUMP JUMPDEST PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH2 0x785 JUMPI PUSH2 0x784 PUSH2 0x113F JUMP JUMPDEST JUMPDEST PUSH2 0x790 DUP5 DUP3 DUP6 PUSH2 0x105F JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x7AB PUSH2 0x7A6 DUP5 PUSH2 0xF53 JUMP JUMPDEST PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH2 0x7C7 JUMPI PUSH2 0x7C6 PUSH2 0x113F JUMP JUMPDEST JUMPDEST PUSH2 0x7D2 DUP5 DUP3 DUP6 PUSH2 0x105F JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x7ED PUSH2 0x7E8 DUP5 PUSH2 0xF53 JUMP JUMPDEST PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH2 0x809 JUMPI PUSH2 0x808 PUSH2 0x113F JUMP JUMPDEST JUMPDEST PUSH2 0x814 DUP5 DUP3 DUP6 PUSH2 0x106E JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x831 JUMPI PUSH2 0x830 PUSH2 0x1130 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x841 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x756 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x859 DUP2 PUSH2 0x115F JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x86E DUP2 PUSH2 0x1176 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x889 JUMPI PUSH2 0x888 PUSH2 0x1130 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x899 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x798 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x8B7 JUMPI PUSH2 0x8B6 PUSH2 0x1130 JUMP JUMPDEST JUMPDEST DUP2 MLOAD PUSH2 0x8C7 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x7DA JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x8E6 JUMPI PUSH2 0x8E5 PUSH2 0x1135 JUMP JUMPDEST JUMPDEST PUSH2 0x8F0 PUSH1 0x40 PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x900 DUP5 DUP3 DUP6 ADD PUSH2 0x9EC JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x924 JUMPI PUSH2 0x923 PUSH2 0x113A JUMP JUMPDEST JUMPDEST PUSH2 0x930 DUP5 DUP3 DUP6 ADD PUSH2 0x8A2 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x952 JUMPI PUSH2 0x951 PUSH2 0x1135 JUMP JUMPDEST JUMPDEST PUSH2 0x95C PUSH1 0x20 PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x97C JUMPI PUSH2 0x97B PUSH2 0x113A JUMP JUMPDEST JUMPDEST PUSH2 0x988 DUP5 DUP3 DUP6 ADD PUSH2 0x874 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x9AA JUMPI PUSH2 0x9A9 PUSH2 0x1135 JUMP JUMPDEST JUMPDEST PUSH2 0x9B4 PUSH1 0x20 PUSH2 0xEFD JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x9D4 JUMPI PUSH2 0x9D3 PUSH2 0x113A JUMP JUMPDEST JUMPDEST PUSH2 0x9E0 DUP5 DUP3 DUP6 ADD PUSH2 0x8A2 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x9FB DUP2 PUSH2 0x1186 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA17 JUMPI PUSH2 0xA16 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xA35 JUMPI PUSH2 0xA34 PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xA41 DUP5 DUP3 DUP6 ADD PUSH2 0x81C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xA60 JUMPI PUSH2 0xA5F PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xA7E JUMPI PUSH2 0xA7D PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xA8A DUP5 DUP3 DUP6 ADD PUSH2 0x874 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xAAA JUMPI PUSH2 0xAA9 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xAC8 JUMPI PUSH2 0xAC7 PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xAD4 DUP6 DUP3 DUP7 ADD PUSH2 0x874 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xAF5 JUMPI PUSH2 0xAF4 PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xB01 DUP6 DUP3 DUP7 ADD PUSH2 0x81C JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xB22 JUMPI PUSH2 0xB21 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xB40 JUMPI PUSH2 0xB3F PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xB4C DUP6 DUP3 DUP7 ADD PUSH2 0x874 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xB5D DUP6 DUP3 DUP7 ADD PUSH2 0x84A JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xB80 JUMPI PUSH2 0xB7F PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xB9E JUMPI PUSH2 0xB9D PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xBAA DUP7 DUP3 DUP8 ADD PUSH2 0x874 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xBBB DUP7 DUP3 DUP8 ADD PUSH2 0x85F JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xBDC JUMPI PUSH2 0xBDB PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xBE8 DUP7 DUP3 DUP8 ADD PUSH2 0x81C JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC08 JUMPI PUSH2 0xC07 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xC26 JUMPI PUSH2 0xC25 PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xC32 DUP5 DUP3 DUP6 ADD PUSH2 0x8D0 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC51 JUMPI PUSH2 0xC50 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xC6F JUMPI PUSH2 0xC6E PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xC7B DUP5 DUP3 DUP6 ADD PUSH2 0x93C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC9A JUMPI PUSH2 0xC99 PUSH2 0x1149 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xCB8 JUMPI PUSH2 0xCB7 PUSH2 0x1144 JUMP JUMPDEST JUMPDEST PUSH2 0xCC4 DUP5 DUP3 DUP6 ADD PUSH2 0x994 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xCD8 DUP3 PUSH2 0xF84 JUMP JUMPDEST PUSH2 0xCE2 DUP2 DUP6 PUSH2 0xF9A JUMP JUMPDEST SWAP4 POP PUSH2 0xCF2 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x106E JUMP JUMPDEST PUSH2 0xCFB DUP2 PUSH2 0x114E JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xD0F DUP2 PUSH2 0x1029 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD20 DUP3 PUSH2 0xF8F JUMP JUMPDEST PUSH2 0xD2A DUP2 DUP6 PUSH2 0xFAB JUMP JUMPDEST SWAP4 POP PUSH2 0xD3A DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x106E JUMP JUMPDEST PUSH2 0xD43 DUP2 PUSH2 0x114E JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD59 DUP3 PUSH2 0xF8F JUMP JUMPDEST PUSH2 0xD63 DUP2 DUP6 PUSH2 0xFBC JUMP JUMPDEST SWAP4 POP PUSH2 0xD73 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x106E JUMP JUMPDEST PUSH2 0xD7C DUP2 PUSH2 0x114E JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD92 DUP3 PUSH2 0xF8F JUMP JUMPDEST PUSH2 0xD9C DUP2 DUP6 PUSH2 0xFCD JUMP JUMPDEST SWAP4 POP PUSH2 0xDAC DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x106E JUMP JUMPDEST DUP1 DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP4 ADD PUSH1 0x0 DUP4 ADD MLOAD PUSH2 0xDD0 PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0xE1F JUMP JUMPDEST POP PUSH1 0x20 DUP4 ADD MLOAD DUP5 DUP3 SUB PUSH1 0x20 DUP7 ADD MSTORE PUSH2 0xDE8 DUP3 DUP3 PUSH2 0xD15 JUMP JUMPDEST SWAP2 POP POP DUP1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP4 ADD PUSH1 0x0 DUP4 ADD MLOAD DUP5 DUP3 SUB PUSH1 0x0 DUP7 ADD MSTORE PUSH2 0xE12 DUP3 DUP3 PUSH2 0xD15 JUMP JUMPDEST SWAP2 POP POP DUP1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xE28 DUP2 PUSH2 0x101C JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xE3A DUP3 DUP5 PUSH2 0xD87 JUMP JUMPDEST SWAP2 POP DUP2 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xE5F DUP2 DUP5 PUSH2 0xCCD JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xE7C PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xD06 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xE9C DUP2 DUP6 PUSH2 0xD4E JUMP JUMPDEST SWAP1 POP DUP2 DUP2 SUB PUSH1 0x20 DUP4 ADD MSTORE PUSH2 0xEB0 DUP2 DUP5 PUSH2 0xCCD JUMP JUMPDEST SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xED3 DUP2 DUP5 PUSH2 0xDB8 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xEF5 DUP2 DUP5 PUSH2 0xDF5 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF07 PUSH2 0xF18 JUMP JUMPDEST SWAP1 POP PUSH2 0xF13 DUP3 DUP3 PUSH2 0x10A1 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xF3D JUMPI PUSH2 0xF3C PUSH2 0x1101 JUMP JUMPDEST JUMPDEST PUSH2 0xF46 DUP3 PUSH2 0x114E JUMP JUMPDEST SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xF6E JUMPI PUSH2 0xF6D PUSH2 0x1101 JUMP JUMPDEST JUMPDEST PUSH2 0xF77 DUP3 PUSH2 0x114E JUMP JUMPDEST SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFE3 DUP3 PUSH2 0xFFC JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFF5 DUP3 PUSH2 0xFD8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1034 DUP3 PUSH2 0x103B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1046 DUP3 PUSH2 0x104D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1058 DUP3 PUSH2 0xFFC JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x108C JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x1071 JUMP JUMPDEST DUP4 DUP2 GT ISZERO PUSH2 0x109B JUMPI PUSH1 0x0 DUP5 DUP5 ADD MSTORE JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH2 0x10AA DUP3 PUSH2 0x114E JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x10C9 JUMPI PUSH2 0x10C8 PUSH2 0x1101 JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x21 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1168 DUP2 PUSH2 0xFEA JUMP JUMPDEST DUP2 EQ PUSH2 0x1173 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x2 DUP2 LT PUSH2 0x1183 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH2 0x118F DUP2 PUSH2 0x101C JUMP JUMPDEST DUP2 EQ PUSH2 0x119A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SELFDESTRUCT CALLDATALOAD JUMPDEST SWAP1 0xD 0xF9 0xD PUSH27 0x2BC75C877E774D801B8FF8E1C1E51869CAE02DBA9983B20E64736F PUSH13 0x63430008070033000000000000 ",
"sourceMap": "160:710:2:-:0;;;;;;;;;;;;;201:69:0;;;;;;;;;;;;;;;;;243:20;252:4;258;243:8;;;:20;;:::i;:::-;201:69;160:710:2;;1109:136:1;1190:48;;;;;;;;1223:4;1190:48;;;;;1175:6;1182:4;1175:12;;;;;;:::i;:::-;;;;;;;;;;;;;:63;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1109:136;;:::o;7:377:3:-;113:3;141:39;174:5;141:39;:::i;:::-;196:89;278:6;273:3;196:89;:::i;:::-;189:96;;294:52;339:6;334:3;327:4;320:5;316:16;294:52;:::i;:::-;371:6;366:3;362:16;355:23;;117:267;7:377;;;;:::o;390:275::-;522:3;544:95;635:3;626:6;544:95;:::i;:::-;537:102;;656:3;649:10;;390:275;;;;:::o;671:99::-;723:6;757:5;751:12;741:22;;671:99;;;:::o;776:148::-;878:11;915:3;900:18;;776:148;;;;:::o;930:307::-;998:1;1008:113;1022:6;1019:1;1016:13;1008:113;;;1107:1;1102:3;1098:11;1092:18;1088:1;1083:3;1079:11;1072:39;1044:2;1041:1;1037:10;1032:15;;1008:113;;;1139:6;1136:1;1133:13;1130:101;;;1219:1;1210:6;1205:3;1201:16;1194:27;1130:101;979:258;930:307;;;:::o;160:710:2:-;;;;;;;"
},
"deployedBytecode": {
"functionDebugData": {
"@addTodo_180": {
"entryPoint": 1823,
"id": 180,
"parameterSlots": 1,
"returnSlots": 1
},
"@mutation_134": {
"entryPoint": 1401,
"id": 134,
"parameterSlots": 2,
"returnSlots": 1
},
"@mutation_215": {
"entryPoint": 1626,
"id": 215,
"parameterSlots": 1,
"returnSlots": 1
},
"@query_115": {
"entryPoint": 544,
"id": 115,
"parameterSlots": 2,
"returnSlots": 1
},
"@query_190": {
"entryPoint": 1810,
"id": 190,
"parameterSlots": 1,
"returnSlots": 1
},
"@register_151": {
"entryPoint": 767,
"id": 151,
"parameterSlots": 2,
"returnSlots": 0
},
"@reply_96": {
"entryPoint": 912,
"id": 96,
"parameterSlots": 3,
"returnSlots": 1
},
"@routes_48": {
"entryPoint": 1317,
"id": 48,
"parameterSlots": 0,
"returnSlots": 0
},
"abi_decode_available_length_t_bytes_memory_ptr": {
"entryPoint": 1878,
"id": null,
"parameterSlots": 3,
"returnSlots": 1
},
"abi_decode_available_length_t_string_memory_ptr": {
"entryPoint": 1944,
"id": null,
"parameterSlots": 3,
"returnSlots": 1
},
"abi_decode_available_length_t_string_memory_ptr_fromMemory": {
"entryPoint": 2010,
"id": null,
"parameterSlots": 3,
"returnSlots": 1
},
"abi_decode_t_bytes_memory_ptr": {
"entryPoint": 2076,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_contract$_HSTP_$32": {
"entryPoint": 2122,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_enum$_Operation_$38": {
"entryPoint": 2143,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_string_memory_ptr": {
"entryPoint": 2164,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_string_memory_ptr_fromMemory": {
"entryPoint": 2210,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_struct$_Response_$43_memory_ptr_fromMemory": {
"entryPoint": 2256,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_struct$_TodoRequest_$161_memory_ptr": {
"entryPoint": 2364,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_struct$_TodoRequest_$161_memory_ptr_fromMemory": {
"entryPoint": 2452,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_t_uint8_fromMemory": {
"entryPoint": 2540,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_tuple_t_bytes_memory_ptr": {
"entryPoint": 2561,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_tuple_t_string_memory_ptr": {
"entryPoint": 2634,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_tuple_t_string_memory_ptrt_bytes_memory_ptr": {
"entryPoint": 2707,
"id": null,
"parameterSlots": 2,
"returnSlots": 2
},
"abi_decode_tuple_t_string_memory_ptrt_contract$_HSTP_$32": {
"entryPoint": 2827,
"id": null,
"parameterSlots": 2,
"returnSlots": 2
},
"abi_decode_tuple_t_string_memory_ptrt_enum$_Operation_$38t_bytes_memory_ptr": {
"entryPoint": 2919,
"id": null,
"parameterSlots": 2,
"returnSlots": 3
},
"abi_decode_tuple_t_struct$_Response_$43_memory_ptr_fromMemory": {
"entryPoint": 3058,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_tuple_t_struct$_TodoRequest_$161_memory_ptr": {
"entryPoint": 3131,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_decode_tuple_t_struct$_TodoRequest_$161_memory_ptr_fromMemory": {
"entryPoint": 3204,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack": {
"entryPoint": 3277,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_contract$_HSTP_$32_to_t_address_fromStack": {
"entryPoint": 3334,
"id": null,
"parameterSlots": 2,
"returnSlots": 0
},
"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr": {
"entryPoint": 3349,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack": {
"entryPoint": 3406,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack": {
"entryPoint": 3463,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_struct$_Response_$43_memory_ptr_to_t_struct$_Response_$43_memory_ptr_fromStack": {
"entryPoint": 3512,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_struct$_TodoRequest_$161_memory_ptr_to_t_struct$_TodoRequest_$161_memory_ptr_fromStack": {
"entryPoint": 3573,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_t_uint8_to_t_uint8": {
"entryPoint": 3615,
"id": null,
"parameterSlots": 2,
"returnSlots": 0
},
"abi_encode_tuple_packed_t_string_memory_ptr__to_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed": {
"entryPoint": 3630,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed": {
"entryPoint": 3653,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_tuple_t_contract$_HSTP_$32__to_t_address__fromStack_reversed": {
"entryPoint": 3687,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_tuple_t_string_memory_ptr_t_bytes_memory_ptr__to_t_string_memory_ptr_t_bytes_memory_ptr__fromStack_reversed": {
"entryPoint": 3714,
"id": null,
"parameterSlots": 3,
"returnSlots": 1
},
"abi_encode_tuple_t_struct$_Response_$43_memory_ptr__to_t_struct$_Response_$43_memory_ptr__fromStack_reversed": {
"entryPoint": 3769,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"abi_encode_tuple_t_struct$_TodoRequest_$161_memory_ptr__to_t_struct$_TodoRequest_$161_memory_ptr__fromStack_reversed": {
"entryPoint": 3803,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"allocate_memory": {
"entryPoint": 3837,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"allocate_unbounded": {
"entryPoint": 3864,
"id": null,
"parameterSlots": 0,
"returnSlots": 1
},
"array_allocation_size_t_bytes_memory_ptr": {
"entryPoint": 3874,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_allocation_size_t_string_memory_ptr": {
"entryPoint": 3923,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_length_t_bytes_memory_ptr": {
"entryPoint": 3972,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_length_t_string_memory_ptr": {
"entryPoint": 3983,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack": {
"entryPoint": 3994,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"array_storeLengthForEncoding_t_string_memory_ptr": {
"entryPoint": 4011,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"array_storeLengthForEncoding_t_string_memory_ptr_fromStack": {
"entryPoint": 4028,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack": {
"entryPoint": 4045,
"id": null,
"parameterSlots": 2,
"returnSlots": 1
},
"cleanup_t_address": {
"entryPoint": 4056,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"cleanup_t_contract$_HSTP_$32": {
"entryPoint": 4074,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"cleanup_t_uint160": {
"entryPoint": 4092,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"cleanup_t_uint8": {
"entryPoint": 4124,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"convert_t_contract$_HSTP_$32_to_t_address": {
"entryPoint": 4137,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"convert_t_uint160_to_t_address": {
"entryPoint": 4155,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"convert_t_uint160_to_t_uint160": {
"entryPoint": 4173,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"copy_calldata_to_memory": {
"entryPoint": 4191,
"id": null,
"parameterSlots": 3,
"returnSlots": 0
},
"copy_memory_to_memory": {
"entryPoint": 4206,
"id": null,
"parameterSlots": 3,
"returnSlots": 0
},
"finalize_allocation": {
"entryPoint": 4257,
"id": null,
"parameterSlots": 2,
"returnSlots": 0
},
"panic_error_0x21": {
"entryPoint": 4306,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"panic_error_0x41": {
"entryPoint": 4353,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d": {
"entryPoint": 4400,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f": {
"entryPoint": 4405,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421": {
"entryPoint": 4410,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae": {
"entryPoint": 4415,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db": {
"entryPoint": 4420,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b": {
"entryPoint": 4425,
"id": null,
"parameterSlots": 0,
"returnSlots": 0
},
"round_up_to_mul_of_32": {
"entryPoint": 4430,
"id": null,
"parameterSlots": 1,
"returnSlots": 1
},
"validator_revert_t_contract$_HSTP_$32": {
"entryPoint": 4447,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"validator_revert_t_enum$_Operation_$38": {
"entryPoint": 4470,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
},
"validator_revert_t_uint8": {
"entryPoint": 4486,
"id": null,
"parameterSlots": 1,
"returnSlots": 0
}
},
"generatedSources": [
{
"ast": {
"nodeType": "YulBlock",
"src": "0:20065:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "90:327:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "100:74:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "166:6:3"
}
],
"functionName": {
"name": "array_allocation_size_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "125:40:3"
},
"nodeType": "YulFunctionCall",
"src": "125:48:3"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "109:15:3"
},
"nodeType": "YulFunctionCall",
"src": "109:65:3"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "100:5:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "190:5:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "197:6:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "183:6:3"
},
"nodeType": "YulFunctionCall",
"src": "183:21:3"
},
"nodeType": "YulExpressionStatement",
"src": "183:21:3"
},
{
"nodeType": "YulVariableDeclaration",
"src": "213:27:3",
"value": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "228:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "235:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "224:3:3"
},
"nodeType": "YulFunctionCall",
"src": "224:16:3"
},
"variables": [
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "217:3:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "278:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae",
"nodeType": "YulIdentifier",
"src": "280:77:3"
},
"nodeType": "YulFunctionCall",
"src": "280:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "280:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "259:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "264:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "255:3:3"
},
"nodeType": "YulFunctionCall",
"src": "255:16:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "273:3:3"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "252:2:3"
},
"nodeType": "YulFunctionCall",
"src": "252:25:3"
},
"nodeType": "YulIf",
"src": "249:112:3"
},
{
"expression": {
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "394:3:3"
},
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "399:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "404:6:3"
}
],
"functionName": {
"name": "copy_calldata_to_memory",
"nodeType": "YulIdentifier",
"src": "370:23:3"
},
"nodeType": "YulFunctionCall",
"src": "370:41:3"
},
"nodeType": "YulExpressionStatement",
"src": "370:41:3"
}
]
},
"name": "abi_decode_available_length_t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "63:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "68:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "76:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "84:5:3",
"type": ""
}
],
"src": "7:410:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "507:328:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "517:75:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "584:6:3"
}
],
"functionName": {
"name": "array_allocation_size_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "542:41:3"
},
"nodeType": "YulFunctionCall",
"src": "542:49:3"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "526:15:3"
},
"nodeType": "YulFunctionCall",
"src": "526:66:3"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "517:5:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "608:5:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "615:6:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "601:6:3"
},
"nodeType": "YulFunctionCall",
"src": "601:21:3"
},
"nodeType": "YulExpressionStatement",
"src": "601:21:3"
},
{
"nodeType": "YulVariableDeclaration",
"src": "631:27:3",
"value": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "646:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "653:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "642:3:3"
},
"nodeType": "YulFunctionCall",
"src": "642:16:3"
},
"variables": [
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "635:3:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "696:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae",
"nodeType": "YulIdentifier",
"src": "698:77:3"
},
"nodeType": "YulFunctionCall",
"src": "698:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "698:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "677:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "682:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "673:3:3"
},
"nodeType": "YulFunctionCall",
"src": "673:16:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "691:3:3"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "670:2:3"
},
"nodeType": "YulFunctionCall",
"src": "670:25:3"
},
"nodeType": "YulIf",
"src": "667:112:3"
},
{
"expression": {
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "812:3:3"
},
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "817:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "822:6:3"
}
],
"functionName": {
"name": "copy_calldata_to_memory",
"nodeType": "YulIdentifier",
"src": "788:23:3"
},
"nodeType": "YulFunctionCall",
"src": "788:41:3"
},
"nodeType": "YulExpressionStatement",
"src": "788:41:3"
}
]
},
"name": "abi_decode_available_length_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "480:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "485:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "493:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "501:5:3",
"type": ""
}
],
"src": "423:412:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "936:326:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "946:75:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1013:6:3"
}
],
"functionName": {
"name": "array_allocation_size_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "971:41:3"
},
"nodeType": "YulFunctionCall",
"src": "971:49:3"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "955:15:3"
},
"nodeType": "YulFunctionCall",
"src": "955:66:3"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "946:5:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "1037:5:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1044:6:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "1030:6:3"
},
"nodeType": "YulFunctionCall",
"src": "1030:21:3"
},
"nodeType": "YulExpressionStatement",
"src": "1030:21:3"
},
{
"nodeType": "YulVariableDeclaration",
"src": "1060:27:3",
"value": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "1075:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1082:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1071:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1071:16:3"
},
"variables": [
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "1064:3:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "1125:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae",
"nodeType": "YulIdentifier",
"src": "1127:77:3"
},
"nodeType": "YulFunctionCall",
"src": "1127:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "1127:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "1106:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1111:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1102:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1102:16:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "1120:3:3"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "1099:2:3"
},
"nodeType": "YulFunctionCall",
"src": "1099:25:3"
},
"nodeType": "YulIf",
"src": "1096:112:3"
},
{
"expression": {
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "1239:3:3"
},
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "1244:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1249:6:3"
}
],
"functionName": {
"name": "copy_memory_to_memory",
"nodeType": "YulIdentifier",
"src": "1217:21:3"
},
"nodeType": "YulFunctionCall",
"src": "1217:39:3"
},
"nodeType": "YulExpressionStatement",
"src": "1217:39:3"
}
]
},
"name": "abi_decode_available_length_t_string_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "909:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "914:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "922:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "930:5:3",
"type": ""
}
],
"src": "841:421:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1342:277:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "1391:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d",
"nodeType": "YulIdentifier",
"src": "1393:77:3"
},
"nodeType": "YulFunctionCall",
"src": "1393:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "1393:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1370:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1378:4:3",
"type": "",
"value": "0x1f"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1366:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1366:17:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "1385:3:3"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "1362:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1362:27:3"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "1355:6:3"
},
"nodeType": "YulFunctionCall",
"src": "1355:35:3"
},
"nodeType": "YulIf",
"src": "1352:122:3"
},
{
"nodeType": "YulVariableDeclaration",
"src": "1483:34:3",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1510:6:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "1497:12:3"
},
"nodeType": "YulFunctionCall",
"src": "1497:20:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "1487:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "1526:87:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1586:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1594:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1582:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1582:17:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1601:6:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "1609:3:3"
}
],
"functionName": {
"name": "abi_decode_available_length_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "1535:46:3"
},
"nodeType": "YulFunctionCall",
"src": "1535:78:3"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "1526:5:3"
}
]
}
]
},
"name": "abi_decode_t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1320:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "1328:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "1336:5:3",
"type": ""
}
],
"src": "1281:338:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1688:98:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1698:29:3",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1720:6:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "1707:12:3"
},
"nodeType": "YulFunctionCall",
"src": "1707:20:3"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "1698:5:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "1774:5:3"
}
],
"functionName": {
"name": "validator_revert_t_contract$_HSTP_$32",
"nodeType": "YulIdentifier",
"src": "1736:37:3"
},
"nodeType": "YulFunctionCall",
"src": "1736:44:3"
},
"nodeType": "YulExpressionStatement",
"src": "1736:44:3"
}
]
},
"name": "abi_decode_t_contract$_HSTP_$32",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1666:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "1674:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "1682:5:3",
"type": ""
}
],
"src": "1625:161:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1856:99:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1866:29:3",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1888:6:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "1875:12:3"
},
"nodeType": "YulFunctionCall",
"src": "1875:20:3"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "1866:5:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "1943:5:3"
}
],
"functionName": {
"name": "validator_revert_t_enum$_Operation_$38",
"nodeType": "YulIdentifier",
"src": "1904:38:3"
},
"nodeType": "YulFunctionCall",
"src": "1904:45:3"
},
"nodeType": "YulExpressionStatement",
"src": "1904:45:3"
}
]
},
"name": "abi_decode_t_enum$_Operation_$38",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1834:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "1842:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "1850:5:3",
"type": ""
}
],
"src": "1792:163:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2037:278:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "2086:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d",
"nodeType": "YulIdentifier",
"src": "2088:77:3"
},
"nodeType": "YulFunctionCall",
"src": "2088:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "2088:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2065:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2073:4:3",
"type": "",
"value": "0x1f"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2061:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2061:17:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "2080:3:3"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "2057:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2057:27:3"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "2050:6:3"
},
"nodeType": "YulFunctionCall",
"src": "2050:35:3"
},
"nodeType": "YulIf",
"src": "2047:122:3"
},
{
"nodeType": "YulVariableDeclaration",
"src": "2178:34:3",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2205:6:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "2192:12:3"
},
"nodeType": "YulFunctionCall",
"src": "2192:20:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "2182:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "2221:88:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2282:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2290:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2278:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2278:17:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2297:6:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "2305:3:3"
}
],
"functionName": {
"name": "abi_decode_available_length_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "2230:47:3"
},
"nodeType": "YulFunctionCall",
"src": "2230:79:3"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "2221:5:3"
}
]
}
]
},
"name": "abi_decode_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "2015:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "2023:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "2031:5:3",
"type": ""
}
],
"src": "1975:340:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2408:282:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "2457:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d",
"nodeType": "YulIdentifier",
"src": "2459:77:3"
},
"nodeType": "YulFunctionCall",
"src": "2459:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "2459:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2436:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2444:4:3",
"type": "",
"value": "0x1f"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2432:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2432:17:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "2451:3:3"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "2428:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2428:27:3"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "2421:6:3"
},
"nodeType": "YulFunctionCall",
"src": "2421:35:3"
},
"nodeType": "YulIf",
"src": "2418:122:3"
},
{
"nodeType": "YulVariableDeclaration",
"src": "2549:27:3",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2569:6:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "2563:5:3"
},
"nodeType": "YulFunctionCall",
"src": "2563:13:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "2553:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "2585:99:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2657:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2665:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2653:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2653:17:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2672:6:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "2680:3:3"
}
],
"functionName": {
"name": "abi_decode_available_length_t_string_memory_ptr_fromMemory",
"nodeType": "YulIdentifier",
"src": "2594:58:3"
},
"nodeType": "YulFunctionCall",
"src": "2594:90:3"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "2585:5:3"
}
]
}
]
},
"name": "abi_decode_t_string_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "2386:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "2394:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "2402:5:3",
"type": ""
}
],
"src": "2335:355:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2809:679:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "2853:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f",
"nodeType": "YulIdentifier",
"src": "2855:77:3"
},
"nodeType": "YulFunctionCall",
"src": "2855:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "2855:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "2830:3:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2835:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "2826:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2826:19:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2847:4:3",
"type": "",
"value": "0x40"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "2822:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2822:30:3"
},
"nodeType": "YulIf",
"src": "2819:117:3"
},
{
"nodeType": "YulAssignment",
"src": "2945:30:3",
"value": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2970:4:3",
"type": "",
"value": "0x40"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "2954:15:3"
},
"nodeType": "YulFunctionCall",
"src": "2954:21:3"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2945:5:3"
}
]
},
{
"nodeType": "YulBlock",
"src": "2985:161:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "3022:15:3",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "3036:1:3",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "3026:6:3",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "3062:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3069:4:3",
"type": "",
"value": "0x00"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3058:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3058:16:3"
},
{
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "3110:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "3121:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3106:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3106:22:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "3130:3:3"
}
],
"functionName": {
"name": "abi_decode_t_uint8_fromMemory",
"nodeType": "YulIdentifier",
"src": "3076:29:3"
},
"nodeType": "YulFunctionCall",
"src": "3076:58:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3051:6:3"
},
"nodeType": "YulFunctionCall",
"src": "3051:84:3"
},
"nodeType": "YulExpressionStatement",
"src": "3051:84:3"
}
]
},
{
"nodeType": "YulBlock",
"src": "3156:325:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "3191:39:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "3215:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3226:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3211:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3211:18:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "3205:5:3"
},
"nodeType": "YulFunctionCall",
"src": "3205:25:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "3195:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "3277:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421",
"nodeType": "YulIdentifier",
"src": "3279:77:3"
},
"nodeType": "YulFunctionCall",
"src": "3279:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "3279:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "3249:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3257:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "3246:2:3"
},
"nodeType": "YulFunctionCall",
"src": "3246:30:3"
},
"nodeType": "YulIf",
"src": "3243:117:3"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "3385:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3392:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3381:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3381:16:3"
},
{
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "3445:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "3456:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3441:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3441:22:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "3465:3:3"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr_fromMemory",
"nodeType": "YulIdentifier",
"src": "3399:41:3"
},
"nodeType": "YulFunctionCall",
"src": "3399:70:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3374:6:3"
},
"nodeType": "YulFunctionCall",
"src": "3374:96:3"
},
"nodeType": "YulExpressionStatement",
"src": "3374:96:3"
}
]
}
]
},
"name": "abi_decode_t_struct$_Response_$43_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "2784:9:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "2795:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "2803:5:3",
"type": ""
}
],
"src": "2719:769:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3608:503:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "3652:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f",
"nodeType": "YulIdentifier",
"src": "3654:77:3"
},
"nodeType": "YulFunctionCall",
"src": "3654:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "3654:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "3629:3:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "3634:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "3625:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3625:19:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3646:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "3621:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3621:30:3"
},
"nodeType": "YulIf",
"src": "3618:117:3"
},
{
"nodeType": "YulAssignment",
"src": "3744:30:3",
"value": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3769:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "3753:15:3"
},
"nodeType": "YulFunctionCall",
"src": "3753:21:3"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "3744:5:3"
}
]
},
{
"nodeType": "YulBlock",
"src": "3784:320:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "3819:45:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "3850:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3861:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3846:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3846:17:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "3833:12:3"
},
"nodeType": "YulFunctionCall",
"src": "3833:31:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "3823:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "3911:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421",
"nodeType": "YulIdentifier",
"src": "3913:77:3"
},
"nodeType": "YulFunctionCall",
"src": "3913:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "3913:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "3883:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3891:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "3880:2:3"
},
"nodeType": "YulFunctionCall",
"src": "3880:30:3"
},
"nodeType": "YulIf",
"src": "3877:117:3"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4019:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4026:4:3",
"type": "",
"value": "0x00"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4015:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4015:16:3"
},
{
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "4068:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "4079:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4064:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4064:22:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "4088:3:3"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "4033:30:3"
},
"nodeType": "YulFunctionCall",
"src": "4033:59:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "4008:6:3"
},
"nodeType": "YulFunctionCall",
"src": "4008:85:3"
},
"nodeType": "YulExpressionStatement",
"src": "4008:85:3"
}
]
}
]
},
"name": "abi_decode_t_struct$_TodoRequest_$161_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "3583:9:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "3594:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "3602:5:3",
"type": ""
}
],
"src": "3525:586:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4242:507:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "4286:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f",
"nodeType": "YulIdentifier",
"src": "4288:77:3"
},
"nodeType": "YulFunctionCall",
"src": "4288:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "4288:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "4263:3:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "4268:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "4259:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4259:19:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4280:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "4255:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4255:30:3"
},
"nodeType": "YulIf",
"src": "4252:117:3"
},
{
"nodeType": "YulAssignment",
"src": "4378:30:3",
"value": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4403:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "allocate_memory",
"nodeType": "YulIdentifier",
"src": "4387:15:3"
},
"nodeType": "YulFunctionCall",
"src": "4387:21:3"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4378:5:3"
}
]
},
{
"nodeType": "YulBlock",
"src": "4418:324:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "4453:38:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "4477:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4488:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4473:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4473:17:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "4467:5:3"
},
"nodeType": "YulFunctionCall",
"src": "4467:24:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "4457:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "4538:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421",
"nodeType": "YulIdentifier",
"src": "4540:77:3"
},
"nodeType": "YulFunctionCall",
"src": "4540:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "4540:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "4510:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4518:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "4507:2:3"
},
"nodeType": "YulFunctionCall",
"src": "4507:30:3"
},
"nodeType": "YulIf",
"src": "4504:117:3"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4646:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4653:4:3",
"type": "",
"value": "0x00"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4642:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4642:16:3"
},
{
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "4706:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "4717:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4702:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4702:22:3"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "4726:3:3"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr_fromMemory",
"nodeType": "YulIdentifier",
"src": "4660:41:3"
},
"nodeType": "YulFunctionCall",
"src": "4660:70:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "4635:6:3"
},
"nodeType": "YulFunctionCall",
"src": "4635:96:3"
},
"nodeType": "YulExpressionStatement",
"src": "4635:96:3"
}
]
}
]
},
"name": "abi_decode_t_struct$_TodoRequest_$161_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "4217:9:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "4228:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "4236:5:3",
"type": ""
}
],
"src": "4148:601:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4816:78:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4826:22:3",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "4841:6:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "4835:5:3"
},
"nodeType": "YulFunctionCall",
"src": "4835:13:3"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4826:5:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "4882:5:3"
}
],
"functionName": {
"name": "validator_revert_t_uint8",
"nodeType": "YulIdentifier",
"src": "4857:24:3"
},
"nodeType": "YulFunctionCall",
"src": "4857:31:3"
},
"nodeType": "YulExpressionStatement",
"src": "4857:31:3"
}
]
},
"name": "abi_decode_t_uint8_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "4794:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "4802:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "4810:5:3",
"type": ""
}
],
"src": "4755:139:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4975:432:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "5021:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "5023:77:3"
},
"nodeType": "YulFunctionCall",
"src": "5023:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "5023:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "4996:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "5005:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "4992:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4992:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5017:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "4988:3:3"
},
"nodeType": "YulFunctionCall",
"src": "4988:32:3"
},
"nodeType": "YulIf",
"src": "4985:119:3"
},
{
"nodeType": "YulBlock",
"src": "5114:286:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "5129:45:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "5160:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5171:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5156:3:3"
},
"nodeType": "YulFunctionCall",
"src": "5156:17:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "5143:12:3"
},
"nodeType": "YulFunctionCall",
"src": "5143:31:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "5133:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "5221:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "5223:77:3"
},
"nodeType": "YulFunctionCall",
"src": "5223:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "5223:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "5193:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5201:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "5190:2:3"
},
"nodeType": "YulFunctionCall",
"src": "5190:30:3"
},
"nodeType": "YulIf",
"src": "5187:117:3"
},
{
"nodeType": "YulAssignment",
"src": "5318:72:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "5362:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "5373:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5358:3:3"
},
"nodeType": "YulFunctionCall",
"src": "5358:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "5382:7:3"
}
],
"functionName": {
"name": "abi_decode_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "5328:29:3"
},
"nodeType": "YulFunctionCall",
"src": "5328:62:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "5318:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "4945:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "4956:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "4968:6:3",
"type": ""
}
],
"src": "4900:507:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5489:433:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "5535:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "5537:77:3"
},
"nodeType": "YulFunctionCall",
"src": "5537:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "5537:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "5510:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "5519:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "5506:3:3"
},
"nodeType": "YulFunctionCall",
"src": "5506:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5531:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "5502:3:3"
},
"nodeType": "YulFunctionCall",
"src": "5502:32:3"
},
"nodeType": "YulIf",
"src": "5499:119:3"
},
{
"nodeType": "YulBlock",
"src": "5628:287:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "5643:45:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "5674:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5685:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5670:3:3"
},
"nodeType": "YulFunctionCall",
"src": "5670:17:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "5657:12:3"
},
"nodeType": "YulFunctionCall",
"src": "5657:31:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "5647:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "5735:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "5737:77:3"
},
"nodeType": "YulFunctionCall",
"src": "5737:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "5737:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "5707:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5715:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "5704:2:3"
},
"nodeType": "YulFunctionCall",
"src": "5704:30:3"
},
"nodeType": "YulIf",
"src": "5701:117:3"
},
{
"nodeType": "YulAssignment",
"src": "5832:73:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "5877:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "5888:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5873:3:3"
},
"nodeType": "YulFunctionCall",
"src": "5873:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "5897:7:3"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "5842:30:3"
},
"nodeType": "YulFunctionCall",
"src": "5842:63:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "5832:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "5459:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "5470:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "5482:6:3",
"type": ""
}
],
"src": "5413:509:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6030:730:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "6076:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "6078:77:3"
},
"nodeType": "YulFunctionCall",
"src": "6078:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "6078:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "6051:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6060:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "6047:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6047:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6072:2:3",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "6043:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6043:32:3"
},
"nodeType": "YulIf",
"src": "6040:119:3"
},
{
"nodeType": "YulBlock",
"src": "6169:287:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "6184:45:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6215:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6226:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6211:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6211:17:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "6198:12:3"
},
"nodeType": "YulFunctionCall",
"src": "6198:31:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "6188:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "6276:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "6278:77:3"
},
"nodeType": "YulFunctionCall",
"src": "6278:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "6278:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "6248:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6256:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "6245:2:3"
},
"nodeType": "YulFunctionCall",
"src": "6245:30:3"
},
"nodeType": "YulIf",
"src": "6242:117:3"
},
{
"nodeType": "YulAssignment",
"src": "6373:73:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6418:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "6429:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6414:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6414:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "6438:7:3"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "6383:30:3"
},
"nodeType": "YulFunctionCall",
"src": "6383:63:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "6373:6:3"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "6466:287:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "6481:46:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6512:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6523:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6508:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6508:18:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "6495:12:3"
},
"nodeType": "YulFunctionCall",
"src": "6495:32:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "6485:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "6574:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "6576:77:3"
},
"nodeType": "YulFunctionCall",
"src": "6576:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "6576:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "6546:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6554:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "6543:2:3"
},
"nodeType": "YulFunctionCall",
"src": "6543:30:3"
},
"nodeType": "YulIf",
"src": "6540:117:3"
},
{
"nodeType": "YulAssignment",
"src": "6671:72:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6715:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "6726:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6711:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6711:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "6735:7:3"
}
],
"functionName": {
"name": "abi_decode_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "6681:29:3"
},
"nodeType": "YulFunctionCall",
"src": "6681:62:3"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "6671:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_string_memory_ptrt_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "5992:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "6003:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "6015:6:3",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "6023:6:3",
"type": ""
}
],
"src": "5928:832:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6870:572:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "6916:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "6918:77:3"
},
"nodeType": "YulFunctionCall",
"src": "6918:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "6918:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "6891:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6900:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "6887:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6887:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6912:2:3",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "6883:3:3"
},
"nodeType": "YulFunctionCall",
"src": "6883:32:3"
},
"nodeType": "YulIf",
"src": "6880:119:3"
},
{
"nodeType": "YulBlock",
"src": "7009:287:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "7024:45:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7055:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7066:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7051:3:3"
},
"nodeType": "YulFunctionCall",
"src": "7051:17:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "7038:12:3"
},
"nodeType": "YulFunctionCall",
"src": "7038:31:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "7028:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "7116:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "7118:77:3"
},
"nodeType": "YulFunctionCall",
"src": "7118:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "7118:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "7088:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7096:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "7085:2:3"
},
"nodeType": "YulFunctionCall",
"src": "7085:30:3"
},
"nodeType": "YulIf",
"src": "7082:117:3"
},
{
"nodeType": "YulAssignment",
"src": "7213:73:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7258:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "7269:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7254:3:3"
},
"nodeType": "YulFunctionCall",
"src": "7254:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "7278:7:3"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "7223:30:3"
},
"nodeType": "YulFunctionCall",
"src": "7223:63:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "7213:6:3"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "7306:129:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "7321:16:3",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "7335:2:3",
"type": "",
"value": "32"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "7325:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "7351:74:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7397:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "7408:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7393:3:3"
},
"nodeType": "YulFunctionCall",
"src": "7393:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "7417:7:3"
}
],
"functionName": {
"name": "abi_decode_t_contract$_HSTP_$32",
"nodeType": "YulIdentifier",
"src": "7361:31:3"
},
"nodeType": "YulFunctionCall",
"src": "7361:64:3"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "7351:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_string_memory_ptrt_contract$_HSTP_$32",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "6832:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "6843:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "6855:6:3",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "6863:6:3",
"type": ""
}
],
"src": "6766:676:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "7579:870:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "7625:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "7627:77:3"
},
"nodeType": "YulFunctionCall",
"src": "7627:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "7627:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "7600:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7609:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "7596:3:3"
},
"nodeType": "YulFunctionCall",
"src": "7596:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7621:2:3",
"type": "",
"value": "96"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "7592:3:3"
},
"nodeType": "YulFunctionCall",
"src": "7592:32:3"
},
"nodeType": "YulIf",
"src": "7589:119:3"
},
{
"nodeType": "YulBlock",
"src": "7718:287:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "7733:45:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7764:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7775:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7760:3:3"
},
"nodeType": "YulFunctionCall",
"src": "7760:17:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "7747:12:3"
},
"nodeType": "YulFunctionCall",
"src": "7747:31:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "7737:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "7825:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "7827:77:3"
},
"nodeType": "YulFunctionCall",
"src": "7827:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "7827:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "7797:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7805:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "7794:2:3"
},
"nodeType": "YulFunctionCall",
"src": "7794:30:3"
},
"nodeType": "YulIf",
"src": "7791:117:3"
},
{
"nodeType": "YulAssignment",
"src": "7922:73:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7967:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "7978:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7963:3:3"
},
"nodeType": "YulFunctionCall",
"src": "7963:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "7987:7:3"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "7932:30:3"
},
"nodeType": "YulFunctionCall",
"src": "7932:63:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "7922:6:3"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "8015:130:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "8030:16:3",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "8044:2:3",
"type": "",
"value": "32"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "8034:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "8060:75:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8107:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "8118:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8103:3:3"
},
"nodeType": "YulFunctionCall",
"src": "8103:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "8127:7:3"
}
],
"functionName": {
"name": "abi_decode_t_enum$_Operation_$38",
"nodeType": "YulIdentifier",
"src": "8070:32:3"
},
"nodeType": "YulFunctionCall",
"src": "8070:65:3"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "8060:6:3"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "8155:287:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "8170:46:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8201:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8212:2:3",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8197:3:3"
},
"nodeType": "YulFunctionCall",
"src": "8197:18:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "8184:12:3"
},
"nodeType": "YulFunctionCall",
"src": "8184:32:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "8174:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "8263:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "8265:77:3"
},
"nodeType": "YulFunctionCall",
"src": "8265:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "8265:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "8235:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8243:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "8232:2:3"
},
"nodeType": "YulFunctionCall",
"src": "8232:30:3"
},
"nodeType": "YulIf",
"src": "8229:117:3"
},
{
"nodeType": "YulAssignment",
"src": "8360:72:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8404:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "8415:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8400:3:3"
},
"nodeType": "YulFunctionCall",
"src": "8400:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "8424:7:3"
}
],
"functionName": {
"name": "abi_decode_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "8370:29:3"
},
"nodeType": "YulFunctionCall",
"src": "8370:62:3"
},
"variableNames": [
{
"name": "value2",
"nodeType": "YulIdentifier",
"src": "8360:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_string_memory_ptrt_enum$_Operation_$38t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "7533:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "7544:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "7556:6:3",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "7564:6:3",
"type": ""
},
{
"name": "value2",
"nodeType": "YulTypedName",
"src": "7572:6:3",
"type": ""
}
],
"src": "7448:1001:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "8556:451:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "8602:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "8604:77:3"
},
"nodeType": "YulFunctionCall",
"src": "8604:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "8604:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "8577:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8586:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "8573:3:3"
},
"nodeType": "YulFunctionCall",
"src": "8573:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8598:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "8569:3:3"
},
"nodeType": "YulFunctionCall",
"src": "8569:32:3"
},
"nodeType": "YulIf",
"src": "8566:119:3"
},
{
"nodeType": "YulBlock",
"src": "8695:305:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "8710:38:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8734:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8745:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8730:3:3"
},
"nodeType": "YulFunctionCall",
"src": "8730:17:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "8724:5:3"
},
"nodeType": "YulFunctionCall",
"src": "8724:24:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "8714:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "8795:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "8797:77:3"
},
"nodeType": "YulFunctionCall",
"src": "8797:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "8797:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "8767:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8775:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "8764:2:3"
},
"nodeType": "YulFunctionCall",
"src": "8764:30:3"
},
"nodeType": "YulIf",
"src": "8761:117:3"
},
{
"nodeType": "YulAssignment",
"src": "8892:98:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8962:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "8973:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8958:3:3"
},
"nodeType": "YulFunctionCall",
"src": "8958:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "8982:7:3"
}
],
"functionName": {
"name": "abi_decode_t_struct$_Response_$43_memory_ptr_fromMemory",
"nodeType": "YulIdentifier",
"src": "8902:55:3"
},
"nodeType": "YulFunctionCall",
"src": "8902:88:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "8892:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_struct$_Response_$43_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "8526:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "8537:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "8549:6:3",
"type": ""
}
],
"src": "8455:552:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "9107:451:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "9153:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "9155:77:3"
},
"nodeType": "YulFunctionCall",
"src": "9155:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "9155:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "9128:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9137:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "9124:3:3"
},
"nodeType": "YulFunctionCall",
"src": "9124:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9149:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "9120:3:3"
},
"nodeType": "YulFunctionCall",
"src": "9120:32:3"
},
"nodeType": "YulIf",
"src": "9117:119:3"
},
{
"nodeType": "YulBlock",
"src": "9246:305:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "9261:45:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9292:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9303:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9288:3:3"
},
"nodeType": "YulFunctionCall",
"src": "9288:17:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "9275:12:3"
},
"nodeType": "YulFunctionCall",
"src": "9275:31:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "9265:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "9353:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "9355:77:3"
},
"nodeType": "YulFunctionCall",
"src": "9355:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "9355:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "9325:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9333:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "9322:2:3"
},
"nodeType": "YulFunctionCall",
"src": "9322:30:3"
},
"nodeType": "YulIf",
"src": "9319:117:3"
},
{
"nodeType": "YulAssignment",
"src": "9450:91:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9513:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "9524:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9509:3:3"
},
"nodeType": "YulFunctionCall",
"src": "9509:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "9533:7:3"
}
],
"functionName": {
"name": "abi_decode_t_struct$_TodoRequest_$161_memory_ptr",
"nodeType": "YulIdentifier",
"src": "9460:48:3"
},
"nodeType": "YulFunctionCall",
"src": "9460:81:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "9450:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_struct$_TodoRequest_$161_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "9077:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "9088:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "9100:6:3",
"type": ""
}
],
"src": "9013:545:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "9669:455:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "9715:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b",
"nodeType": "YulIdentifier",
"src": "9717:77:3"
},
"nodeType": "YulFunctionCall",
"src": "9717:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "9717:79:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "9690:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9699:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "9686:3:3"
},
"nodeType": "YulFunctionCall",
"src": "9686:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9711:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "9682:3:3"
},
"nodeType": "YulFunctionCall",
"src": "9682:32:3"
},
"nodeType": "YulIf",
"src": "9679:119:3"
},
{
"nodeType": "YulBlock",
"src": "9808:309:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "9823:38:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9847:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9858:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9843:3:3"
},
"nodeType": "YulFunctionCall",
"src": "9843:17:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "9837:5:3"
},
"nodeType": "YulFunctionCall",
"src": "9837:24:3"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "9827:6:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "9908:83:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db",
"nodeType": "YulIdentifier",
"src": "9910:77:3"
},
"nodeType": "YulFunctionCall",
"src": "9910:79:3"
},
"nodeType": "YulExpressionStatement",
"src": "9910:79:3"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "9880:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9888:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "9877:2:3"
},
"nodeType": "YulFunctionCall",
"src": "9877:30:3"
},
"nodeType": "YulIf",
"src": "9874:117:3"
},
{
"nodeType": "YulAssignment",
"src": "10005:102:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10079:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "10090:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10075:3:3"
},
"nodeType": "YulFunctionCall",
"src": "10075:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "10099:7:3"
}
],
"functionName": {
"name": "abi_decode_t_struct$_TodoRequest_$161_memory_ptr_fromMemory",
"nodeType": "YulIdentifier",
"src": "10015:59:3"
},
"nodeType": "YulFunctionCall",
"src": "10015:92:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "10005:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_struct$_TodoRequest_$161_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "9639:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "9650:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "9662:6:3",
"type": ""
}
],
"src": "9564:560:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "10220:270:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "10230:52:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "10276:5:3"
}
],
"functionName": {
"name": "array_length_t_bytes_memory_ptr",
"nodeType": "YulIdentifier",
"src": "10244:31:3"
},
"nodeType": "YulFunctionCall",
"src": "10244:38:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "10234:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "10291:77:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10356:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10361:6:3"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "10298:57:3"
},
"nodeType": "YulFunctionCall",
"src": "10298:70:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10291:3:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "10403:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10410:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10399:3:3"
},
"nodeType": "YulFunctionCall",
"src": "10399:16:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10417:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10422:6:3"
}
],
"functionName": {
"name": "copy_memory_to_memory",
"nodeType": "YulIdentifier",
"src": "10377:21:3"
},
"nodeType": "YulFunctionCall",
"src": "10377:52:3"
},
"nodeType": "YulExpressionStatement",
"src": "10377:52:3"
},
{
"nodeType": "YulAssignment",
"src": "10438:46:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10449:3:3"
},
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10476:6:3"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "10454:21:3"
},
"nodeType": "YulFunctionCall",
"src": "10454:29:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10445:3:3"
},
"nodeType": "YulFunctionCall",
"src": "10445:39:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "10438:3:3"
}
]
}
]
},
"name": "abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "10201:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "10208:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "10216:3:3",
"type": ""
}
],
"src": "10130:360:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "10572:77:3",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10589:3:3"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "10636:5:3"
}
],
"functionName": {
"name": "convert_t_contract$_HSTP_$32_to_t_address",
"nodeType": "YulIdentifier",
"src": "10594:41:3"
},
"nodeType": "YulFunctionCall",
"src": "10594:48:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "10582:6:3"
},
"nodeType": "YulFunctionCall",
"src": "10582:61:3"
},
"nodeType": "YulExpressionStatement",
"src": "10582:61:3"
}
]
},
"name": "abi_encode_t_contract$_HSTP_$32_to_t_address_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "10560:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "10567:3:3",
"type": ""
}
],
"src": "10496:153:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "10737:262:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "10747:53:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "10794:5:3"
}
],
"functionName": {
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "10761:32:3"
},
"nodeType": "YulFunctionCall",
"src": "10761:39:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "10751:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "10809:68:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10865:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10870:6:3"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "10816:48:3"
},
"nodeType": "YulFunctionCall",
"src": "10816:61:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10809:3:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "10912:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10919:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10908:3:3"
},
"nodeType": "YulFunctionCall",
"src": "10908:16:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10926:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10931:6:3"
}
],
"functionName": {
"name": "copy_memory_to_memory",
"nodeType": "YulIdentifier",
"src": "10886:21:3"
},
"nodeType": "YulFunctionCall",
"src": "10886:52:3"
},
"nodeType": "YulExpressionStatement",
"src": "10886:52:3"
},
{
"nodeType": "YulAssignment",
"src": "10947:46:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "10958:3:3"
},
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "10985:6:3"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "10963:21:3"
},
"nodeType": "YulFunctionCall",
"src": "10963:29:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10954:3:3"
},
"nodeType": "YulFunctionCall",
"src": "10954:39:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "10947:3:3"
}
]
}
]
},
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "10718:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "10725:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "10733:3:3",
"type": ""
}
],
"src": "10655:344:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "11097:272:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "11107:53:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "11154:5:3"
}
],
"functionName": {
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "11121:32:3"
},
"nodeType": "YulFunctionCall",
"src": "11121:39:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "11111:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "11169:78:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11235:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "11240:6:3"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "11176:58:3"
},
"nodeType": "YulFunctionCall",
"src": "11176:71:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11169:3:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "11282:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11289:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11278:3:3"
},
"nodeType": "YulFunctionCall",
"src": "11278:16:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11296:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "11301:6:3"
}
],
"functionName": {
"name": "copy_memory_to_memory",
"nodeType": "YulIdentifier",
"src": "11256:21:3"
},
"nodeType": "YulFunctionCall",
"src": "11256:52:3"
},
"nodeType": "YulExpressionStatement",
"src": "11256:52:3"
},
{
"nodeType": "YulAssignment",
"src": "11317:46:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11328:3:3"
},
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "11355:6:3"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "11333:21:3"
},
"nodeType": "YulFunctionCall",
"src": "11333:29:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11324:3:3"
},
"nodeType": "YulFunctionCall",
"src": "11324:39:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "11317:3:3"
}
]
}
]
},
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "11078:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "11085:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "11093:3:3",
"type": ""
}
],
"src": "11005:364:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "11485:267:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "11495:53:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "11542:5:3"
}
],
"functionName": {
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "11509:32:3"
},
"nodeType": "YulFunctionCall",
"src": "11509:39:3"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "11499:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "11557:96:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11641:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "11646:6:3"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulIdentifier",
"src": "11564:76:3"
},
"nodeType": "YulFunctionCall",
"src": "11564:89:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11557:3:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "11688:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11695:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11684:3:3"
},
"nodeType": "YulFunctionCall",
"src": "11684:16:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11702:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "11707:6:3"
}
],
"functionName": {
"name": "copy_memory_to_memory",
"nodeType": "YulIdentifier",
"src": "11662:21:3"
},
"nodeType": "YulFunctionCall",
"src": "11662:52:3"
},
"nodeType": "YulExpressionStatement",
"src": "11662:52:3"
},
{
"nodeType": "YulAssignment",
"src": "11723:23:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11734:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "11739:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11730:3:3"
},
"nodeType": "YulFunctionCall",
"src": "11730:16:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "11723:3:3"
}
]
}
]
},
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "11466:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "11473:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "11481:3:3",
"type": ""
}
],
"src": "11375:377:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "11922:480:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "11932:26:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "11948:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11953:4:3",
"type": "",
"value": "0x40"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11944:3:3"
},
"nodeType": "YulFunctionCall",
"src": "11944:14:3"
},
"variables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "11936:4:3",
"type": ""
}
]
},
{
"nodeType": "YulBlock",
"src": "11968:162:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "12005:43:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "12035:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12042:4:3",
"type": "",
"value": "0x00"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12031:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12031:16:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "12025:5:3"
},
"nodeType": "YulFunctionCall",
"src": "12025:23:3"
},
"variables": [
{
"name": "memberValue0",
"nodeType": "YulTypedName",
"src": "12009:12:3",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"name": "memberValue0",
"nodeType": "YulIdentifier",
"src": "12091:12:3"
},
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12109:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12114:4:3",
"type": "",
"value": "0x00"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12105:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12105:14:3"
}
],
"functionName": {
"name": "abi_encode_t_uint8_to_t_uint8",
"nodeType": "YulIdentifier",
"src": "12061:29:3"
},
"nodeType": "YulFunctionCall",
"src": "12061:59:3"
},
"nodeType": "YulExpressionStatement",
"src": "12061:59:3"
}
]
},
{
"nodeType": "YulBlock",
"src": "12140:235:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "12175:43:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "12205:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12212:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12201:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12201:16:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "12195:5:3"
},
"nodeType": "YulFunctionCall",
"src": "12195:23:3"
},
"variables": [
{
"name": "memberValue0",
"nodeType": "YulTypedName",
"src": "12179:12:3",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12243:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12248:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12239:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12239:14:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12259:4:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12265:3:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "12255:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12255:14:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "12232:6:3"
},
"nodeType": "YulFunctionCall",
"src": "12232:38:3"
},
"nodeType": "YulExpressionStatement",
"src": "12232:38:3"
},
{
"nodeType": "YulAssignment",
"src": "12283:81:3",
"value": {
"arguments": [
{
"name": "memberValue0",
"nodeType": "YulIdentifier",
"src": "12345:12:3"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12359:4:3"
}
],
"functionName": {
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "12291:53:3"
},
"nodeType": "YulFunctionCall",
"src": "12291:73:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12283:4:3"
}
]
}
]
},
{
"nodeType": "YulAssignment",
"src": "12385:11:3",
"value": {
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12392:4:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "12385:3:3"
}
]
}
]
},
"name": "abi_encode_t_struct$_Response_$43_memory_ptr_to_t_struct$_Response_$43_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "11901:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "11908:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "11917:3:3",
"type": ""
}
],
"src": "11800:602:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12596:308:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "12606:26:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12622:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12627:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12618:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12618:14:3"
},
"variables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "12610:4:3",
"type": ""
}
]
},
{
"nodeType": "YulBlock",
"src": "12642:235:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "12677:43:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "12707:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12714:4:3",
"type": "",
"value": "0x00"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12703:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12703:16:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "12697:5:3"
},
"nodeType": "YulFunctionCall",
"src": "12697:23:3"
},
"variables": [
{
"name": "memberValue0",
"nodeType": "YulTypedName",
"src": "12681:12:3",
"type": ""
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12745:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12750:4:3",
"type": "",
"value": "0x00"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12741:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12741:14:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12761:4:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12767:3:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "12757:3:3"
},
"nodeType": "YulFunctionCall",
"src": "12757:14:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "12734:6:3"
},
"nodeType": "YulFunctionCall",
"src": "12734:38:3"
},
"nodeType": "YulExpressionStatement",
"src": "12734:38:3"
},
{
"nodeType": "YulAssignment",
"src": "12785:81:3",
"value": {
"arguments": [
{
"name": "memberValue0",
"nodeType": "YulIdentifier",
"src": "12847:12:3"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12861:4:3"
}
],
"functionName": {
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "12793:53:3"
},
"nodeType": "YulFunctionCall",
"src": "12793:73:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12785:4:3"
}
]
}
]
},
{
"nodeType": "YulAssignment",
"src": "12887:11:3",
"value": {
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12894:4:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "12887:3:3"
}
]
}
]
},
"name": "abi_encode_t_struct$_TodoRequest_$161_memory_ptr_to_t_struct$_TodoRequest_$161_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "12575:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "12582:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "12591:3:3",
"type": ""
}
],
"src": "12466:438:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12961:51:3",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12978:3:3"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "12999:5:3"
}
],
"functionName": {
"name": "cleanup_t_uint8",
"nodeType": "YulIdentifier",
"src": "12983:15:3"
},
"nodeType": "YulFunctionCall",
"src": "12983:22:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "12971:6:3"
},
"nodeType": "YulFunctionCall",
"src": "12971:35:3"
},
"nodeType": "YulExpressionStatement",
"src": "12971:35:3"
}
]
},
"name": "abi_encode_t_uint8_to_t_uint8",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "12949:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "12956:3:3",
"type": ""
}
],
"src": "12910:102:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13154:139:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "13165:102:3",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "13254:6:3"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "13263:3:3"
}
],
"functionName": {
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulIdentifier",
"src": "13172:81:3"
},
"nodeType": "YulFunctionCall",
"src": "13172:95:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "13165:3:3"
}
]
},
{
"nodeType": "YulAssignment",
"src": "13277:10:3",
"value": {
"name": "pos",
"nodeType": "YulIdentifier",
"src": "13284:3:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "13277:3:3"
}
]
}
]
},
"name": "abi_encode_tuple_packed_t_string_memory_ptr__to_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "13133:3:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "13139:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "13150:3:3",
"type": ""
}
],
"src": "13018:275:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13415:193:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "13425:26:3",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13437:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13448:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13433:3:3"
},
"nodeType": "YulFunctionCall",
"src": "13433:18:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13425:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13472:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13483:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13468:3:3"
},
"nodeType": "YulFunctionCall",
"src": "13468:17:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13491:4:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13497:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "13487:3:3"
},
"nodeType": "YulFunctionCall",
"src": "13487:20:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "13461:6:3"
},
"nodeType": "YulFunctionCall",
"src": "13461:47:3"
},
"nodeType": "YulExpressionStatement",
"src": "13461:47:3"
},
{
"nodeType": "YulAssignment",
"src": "13517:84:3",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "13587:6:3"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13596:4:3"
}
],
"functionName": {
"name": "abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "13525:61:3"
},
"nodeType": "YulFunctionCall",
"src": "13525:76:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13517:4:3"
}
]
}
]
},
"name": "abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "13387:9:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "13399:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "13410:4:3",
"type": ""
}
],
"src": "13299:309:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13723:135:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "13733:26:3",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13745:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13756:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13741:3:3"
},
"nodeType": "YulFunctionCall",
"src": "13741:18:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13733:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "13824:6:3"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13837:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13848:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13833:3:3"
},
"nodeType": "YulFunctionCall",
"src": "13833:17:3"
}
],
"functionName": {
"name": "abi_encode_t_contract$_HSTP_$32_to_t_address_fromStack",
"nodeType": "YulIdentifier",
"src": "13769:54:3"
},
"nodeType": "YulFunctionCall",
"src": "13769:82:3"
},
"nodeType": "YulExpressionStatement",
"src": "13769:82:3"
}
]
},
"name": "abi_encode_tuple_t_contract$_HSTP_$32__to_t_address__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "13695:9:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "13707:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "13718:4:3",
"type": ""
}
],
"src": "13614:244:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14028:346:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "14038:26:3",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14050:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14061:2:3",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14046:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14046:18:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14038:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14085:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14096:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14081:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14081:17:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14104:4:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14110:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "14100:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14100:20:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "14074:6:3"
},
"nodeType": "YulFunctionCall",
"src": "14074:47:3"
},
"nodeType": "YulExpressionStatement",
"src": "14074:47:3"
},
{
"nodeType": "YulAssignment",
"src": "14130:86:3",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "14202:6:3"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14211:4:3"
}
],
"functionName": {
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "14138:63:3"
},
"nodeType": "YulFunctionCall",
"src": "14138:78:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14130:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14237:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14248:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14233:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14233:18:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14257:4:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14263:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "14253:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14253:20:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "14226:6:3"
},
"nodeType": "YulFunctionCall",
"src": "14226:48:3"
},
"nodeType": "YulExpressionStatement",
"src": "14226:48:3"
},
{
"nodeType": "YulAssignment",
"src": "14283:84:3",
"value": {
"arguments": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "14353:6:3"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14362:4:3"
}
],
"functionName": {
"name": "abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "14291:61:3"
},
"nodeType": "YulFunctionCall",
"src": "14291:76:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14283:4:3"
}
]
}
]
},
"name": "abi_encode_tuple_t_string_memory_ptr_t_bytes_memory_ptr__to_t_string_memory_ptr_t_bytes_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "13992:9:3",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "14004:6:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "14012:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "14023:4:3",
"type": ""
}
],
"src": "13864:510:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14526:223:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "14536:26:3",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14548:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14559:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14544:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14544:18:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14536:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14583:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14594:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14579:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14579:17:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14602:4:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14608:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "14598:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14598:20:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "14572:6:3"
},
"nodeType": "YulFunctionCall",
"src": "14572:47:3"
},
"nodeType": "YulExpressionStatement",
"src": "14572:47:3"
},
{
"nodeType": "YulAssignment",
"src": "14628:114:3",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "14728:6:3"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14737:4:3"
}
],
"functionName": {
"name": "abi_encode_t_struct$_Response_$43_memory_ptr_to_t_struct$_Response_$43_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "14636:91:3"
},
"nodeType": "YulFunctionCall",
"src": "14636:106:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14628:4:3"
}
]
}
]
},
"name": "abi_encode_tuple_t_struct$_Response_$43_memory_ptr__to_t_struct$_Response_$43_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "14498:9:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "14510:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "14521:4:3",
"type": ""
}
],
"src": "14380:369:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14909:231:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "14919:26:3",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14931:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14942:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14927:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14927:18:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14919:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14966:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14977:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14962:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14962:17:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14985:4:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14991:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "14981:3:3"
},
"nodeType": "YulFunctionCall",
"src": "14981:20:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "14955:6:3"
},
"nodeType": "YulFunctionCall",
"src": "14955:47:3"
},
"nodeType": "YulExpressionStatement",
"src": "14955:47:3"
},
{
"nodeType": "YulAssignment",
"src": "15011:122:3",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "15119:6:3"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "15128:4:3"
}
],
"functionName": {
"name": "abi_encode_t_struct$_TodoRequest_$161_memory_ptr_to_t_struct$_TodoRequest_$161_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "15019:99:3"
},
"nodeType": "YulFunctionCall",
"src": "15019:114:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "15011:4:3"
}
]
}
]
},
"name": "abi_encode_tuple_t_struct$_TodoRequest_$161_memory_ptr__to_t_struct$_TodoRequest_$161_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "14881:9:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "14893:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "14904:4:3",
"type": ""
}
],
"src": "14755:385:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "15187:88:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "15197:30:3",
"value": {
"arguments": [],
"functionName": {
"name": "allocate_unbounded",
"nodeType": "YulIdentifier",
"src": "15207:18:3"
},
"nodeType": "YulFunctionCall",
"src": "15207:20:3"
},
"variableNames": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "15197:6:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "15256:6:3"
},
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "15264:4:3"
}
],
"functionName": {
"name": "finalize_allocation",
"nodeType": "YulIdentifier",
"src": "15236:19:3"
},
"nodeType": "YulFunctionCall",
"src": "15236:33:3"
},
"nodeType": "YulExpressionStatement",
"src": "15236:33:3"
}
]
},
"name": "allocate_memory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "size",
"nodeType": "YulTypedName",
"src": "15171:4:3",
"type": ""
}
],
"returnVariables": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "15180:6:3",
"type": ""
}
],
"src": "15146:129:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "15321:35:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "15331:19:3",
"value": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15347:2:3",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "15341:5:3"
},
"nodeType": "YulFunctionCall",
"src": "15341:9:3"
},
"variableNames": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "15331:6:3"
}
]
}
]
},
"name": "allocate_unbounded",
"nodeType": "YulFunctionDefinition",
"returnVariables": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "15314:6:3",
"type": ""
}
],
"src": "15281:75:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "15428:241:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "15533:22:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x41",
"nodeType": "YulIdentifier",
"src": "15535:16:3"
},
"nodeType": "YulFunctionCall",
"src": "15535:18:3"
},
"nodeType": "YulExpressionStatement",
"src": "15535:18:3"
}
]
},
"condition": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "15505:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15513:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "15502:2:3"
},
"nodeType": "YulFunctionCall",
"src": "15502:30:3"
},
"nodeType": "YulIf",
"src": "15499:56:3"
},
{
"nodeType": "YulAssignment",
"src": "15565:37:3",
"value": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "15595:6:3"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "15573:21:3"
},
"nodeType": "YulFunctionCall",
"src": "15573:29:3"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "15565:4:3"
}
]
},
{
"nodeType": "YulAssignment",
"src": "15639:23:3",
"value": {
"arguments": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "15651:4:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15657:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "15647:3:3"
},
"nodeType": "YulFunctionCall",
"src": "15647:15:3"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "15639:4:3"
}
]
}
]
},
"name": "array_allocation_size_t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "15412:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "size",
"nodeType": "YulTypedName",
"src": "15423:4:3",
"type": ""
}
],
"src": "15362:307:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "15742:241:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "15847:22:3",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x41",
"nodeType": "YulIdentifier",
"src": "15849:16:3"
},
"nodeType": "YulFunctionCall",
"src": "15849:18:3"
},
"nodeType": "YulExpressionStatement",
"src": "15849:18:3"
}
]
},
"condition": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "15819:6:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15827:18:3",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "15816:2:3"
},
"nodeType": "YulFunctionCall",
"src": "15816:30:3"
},
"nodeType": "YulIf",
"src": "15813:56:3"
},
{
"nodeType": "YulAssignment",
"src": "15879:37:3",
"value": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "15909:6:3"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "15887:21:3"
},
"nodeType": "YulFunctionCall",
"src": "15887:29:3"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "15879:4:3"
}
]
},
{
"nodeType": "YulAssignment",
"src": "15953:23:3",
"value": {
"arguments": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "15965:4:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15971:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "15961:3:3"
},
"nodeType": "YulFunctionCall",
"src": "15961:15:3"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "15953:4:3"
}
]
}
]
},
"name": "array_allocation_size_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "15726:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "size",
"nodeType": "YulTypedName",
"src": "15737:4:3",
"type": ""
}
],
"src": "15675:308:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16047:40:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "16058:22:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "16074:5:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "16068:5:3"
},
"nodeType": "YulFunctionCall",
"src": "16068:12:3"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "16058:6:3"
}
]
}
]
},
"name": "array_length_t_bytes_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "16030:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "16040:6:3",
"type": ""
}
],
"src": "15989:98:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16152:40:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "16163:22:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "16179:5:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "16173:5:3"
},
"nodeType": "YulFunctionCall",
"src": "16173:12:3"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "16163:6:3"
}
]
}
]
},
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "16135:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "16145:6:3",
"type": ""
}
],
"src": "16093:99:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16293:73:3",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16310:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "16315:6:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "16303:6:3"
},
"nodeType": "YulFunctionCall",
"src": "16303:19:3"
},
"nodeType": "YulExpressionStatement",
"src": "16303:19:3"
},
{
"nodeType": "YulAssignment",
"src": "16331:29:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16350:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "16355:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16346:3:3"
},
"nodeType": "YulFunctionCall",
"src": "16346:14:3"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "16331:11:3"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "16265:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "16270:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "16281:11:3",
"type": ""
}
],
"src": "16198:168:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16458:73:3",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16475:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "16480:6:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "16468:6:3"
},
"nodeType": "YulFunctionCall",
"src": "16468:19:3"
},
"nodeType": "YulExpressionStatement",
"src": "16468:19:3"
},
{
"nodeType": "YulAssignment",
"src": "16496:29:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16515:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "16520:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16511:3:3"
},
"nodeType": "YulFunctionCall",
"src": "16511:14:3"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "16496:11:3"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "16430:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "16435:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "16446:11:3",
"type": ""
}
],
"src": "16372:159:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16633:73:3",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16650:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "16655:6:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "16643:6:3"
},
"nodeType": "YulFunctionCall",
"src": "16643:19:3"
},
"nodeType": "YulExpressionStatement",
"src": "16643:19:3"
},
{
"nodeType": "YulAssignment",
"src": "16671:29:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16690:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "16695:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16686:3:3"
},
"nodeType": "YulFunctionCall",
"src": "16686:14:3"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "16671:11:3"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "16605:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "16610:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "16621:11:3",
"type": ""
}
],
"src": "16537:169:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16826:34:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "16836:18:3",
"value": {
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16851:3:3"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "16836:11:3"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_string_memory_ptr_nonPadded_inplace_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "16798:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "16803:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "16814:11:3",
"type": ""
}
],
"src": "16712:148:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16911:51:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "16921:35:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "16950:5:3"
}
],
"functionName": {
"name": "cleanup_t_uint160",
"nodeType": "YulIdentifier",
"src": "16932:17:3"
},
"nodeType": "YulFunctionCall",
"src": "16932:24:3"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "16921:7:3"
}
]
}
]
},
"name": "cleanup_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "16893:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "16903:7:3",
"type": ""
}
],
"src": "16866:96:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17024:51:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17034:35:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17063:5:3"
}
],
"functionName": {
"name": "cleanup_t_address",
"nodeType": "YulIdentifier",
"src": "17045:17:3"
},
"nodeType": "YulFunctionCall",
"src": "17045:24:3"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "17034:7:3"
}
]
}
]
},
"name": "cleanup_t_contract$_HSTP_$32",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17006:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "17016:7:3",
"type": ""
}
],
"src": "16968:107:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17126:81:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17136:65:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17151:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17158:42:3",
"type": "",
"value": "0xffffffffffffffffffffffffffffffffffffffff"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "17147:3:3"
},
"nodeType": "YulFunctionCall",
"src": "17147:54:3"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "17136:7:3"
}
]
}
]
},
"name": "cleanup_t_uint160",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17108:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "17118:7:3",
"type": ""
}
],
"src": "17081:126:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17256:43:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17266:27:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17281:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17288:4:3",
"type": "",
"value": "0xff"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "17277:3:3"
},
"nodeType": "YulFunctionCall",
"src": "17277:16:3"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "17266:7:3"
}
]
}
]
},
"name": "cleanup_t_uint8",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17238:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "17248:7:3",
"type": ""
}
],
"src": "17213:86:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17376:66:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17386:50:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17430:5:3"
}
],
"functionName": {
"name": "convert_t_uint160_to_t_address",
"nodeType": "YulIdentifier",
"src": "17399:30:3"
},
"nodeType": "YulFunctionCall",
"src": "17399:37:3"
},
"variableNames": [
{
"name": "converted",
"nodeType": "YulIdentifier",
"src": "17386:9:3"
}
]
}
]
},
"name": "convert_t_contract$_HSTP_$32_to_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17356:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "converted",
"nodeType": "YulTypedName",
"src": "17366:9:3",
"type": ""
}
],
"src": "17305:137:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17508:66:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17518:50:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17562:5:3"
}
],
"functionName": {
"name": "convert_t_uint160_to_t_uint160",
"nodeType": "YulIdentifier",
"src": "17531:30:3"
},
"nodeType": "YulFunctionCall",
"src": "17531:37:3"
},
"variableNames": [
{
"name": "converted",
"nodeType": "YulIdentifier",
"src": "17518:9:3"
}
]
}
]
},
"name": "convert_t_uint160_to_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17488:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "converted",
"nodeType": "YulTypedName",
"src": "17498:9:3",
"type": ""
}
],
"src": "17448:126:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17640:53:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17650:37:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17681:5:3"
}
],
"functionName": {
"name": "cleanup_t_uint160",
"nodeType": "YulIdentifier",
"src": "17663:17:3"
},
"nodeType": "YulFunctionCall",
"src": "17663:24:3"
},
"variableNames": [
{
"name": "converted",
"nodeType": "YulIdentifier",
"src": "17650:9:3"
}
]
}
]
},
"name": "convert_t_uint160_to_t_uint160",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17620:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "converted",
"nodeType": "YulTypedName",
"src": "17630:9:3",
"type": ""
}
],
"src": "17580:113:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17750:103:3",
"statements": [
{
"expression": {
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "17773:3:3"
},
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "17778:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "17783:6:3"
}
],
"functionName": {
"name": "calldatacopy",
"nodeType": "YulIdentifier",
"src": "17760:12:3"
},
"nodeType": "YulFunctionCall",
"src": "17760:30:3"
},
"nodeType": "YulExpressionStatement",
"src": "17760:30:3"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "17831:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "17836:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "17827:3:3"
},
"nodeType": "YulFunctionCall",
"src": "17827:16:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17845:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "17820:6:3"
},
"nodeType": "YulFunctionCall",
"src": "17820:27:3"
},
"nodeType": "YulExpressionStatement",
"src": "17820:27:3"
}
]
},
"name": "copy_calldata_to_memory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "17732:3:3",
"type": ""
},
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "17737:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "17742:6:3",
"type": ""
}
],
"src": "17699:154:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17908:258:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "17918:10:3",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "17927:1:3",
"type": "",
"value": "0"
},
"variables": [
{
"name": "i",
"nodeType": "YulTypedName",
"src": "17922:1:3",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "17987:63:3",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "18012:3:3"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "18017:1:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "18008:3:3"
},
"nodeType": "YulFunctionCall",
"src": "18008:11:3"
},
{
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "18031:3:3"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "18036:1:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "18027:3:3"
},
"nodeType": "YulFunctionCall",
"src": "18027:11:3"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "18021:5:3"
},
"nodeType": "YulFunctionCall",
"src": "18021:18:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "18001:6:3"
},
"nodeType": "YulFunctionCall",
"src": "18001:39:3"
},
"nodeType": "YulExpressionStatement",
"src": "18001:39:3"
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "17948:1:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "17951:6:3"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "17945:2:3"
},
"nodeType": "YulFunctionCall",
"src": "17945:13:3"
},
"nodeType": "YulForLoop",
"post": {
"nodeType": "YulBlock",
"src": "17959:19:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17961:15:3",
"value": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "17970:1:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17973:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "17966:3:3"
},
"nodeType": "YulFunctionCall",
"src": "17966:10:3"
},
"variableNames": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "17961:1:3"
}
]
}
]
},
"pre": {
"nodeType": "YulBlock",
"src": "17941:3:3",
"statements": []
},
"src": "17937:113:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "18084:76:3",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "18134:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "18139:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "18130:3:3"
},
"nodeType": "YulFunctionCall",
"src": "18130:16:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "18148:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "18123:6:3"
},
"nodeType": "YulFunctionCall",
"src": "18123:27:3"
},
"nodeType": "YulExpressionStatement",
"src": "18123:27:3"
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "18065:1:3"
},
{
"name": "length"
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment