Skip to content

Instantly share code, notes, and snippets.

@a102525417
Created April 27, 2024 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a102525417/79d6b7040254921cd591952ff952b7f1 to your computer and use it in GitHub Desktop.
Save a102525417/79d6b7040254921cd591952ff952b7f1 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.0+commit.c7dfd78e.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
},
"goerli:5": {
"linkReferences": {},
"autoDeployLib": true
},
"Custom": {
"linkReferences": {},
"autoDeployLib": true
}
},
"data": {
"bytecode": {
"generatedSources": [
{
"ast": {
"nodeType": "YulBlock",
"src": "0:2967:1",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "102:258:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "112:74:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "178:6:1"
}
],
"functionName": {
"name": "array_allocation_size_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "136:41:1"
},
"nodeType": "YulFunctionCall",
"src": "136:49:1"
}
],
"functionName": {
"name": "allocateMemory",
"nodeType": "YulIdentifier",
"src": "121:14:1"
},
"nodeType": "YulFunctionCall",
"src": "121:65:1"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "112:5:1"
}
]
},
{
"expression": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "202:5:1"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "209:6:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "195:6:1"
},
"nodeType": "YulFunctionCall",
"src": "195:21:1"
},
"nodeType": "YulExpressionStatement",
"src": "195:21:1"
},
{
"nodeType": "YulVariableDeclaration",
"src": "225:27:1",
"value": {
"arguments": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "240:5:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "247:4:1",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "236:3:1"
},
"nodeType": "YulFunctionCall",
"src": "236:16:1"
},
"variables": [
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "229:3:1",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "290:16:1",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "299:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "302:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "292:6:1"
},
"nodeType": "YulFunctionCall",
"src": "292:12:1"
},
"nodeType": "YulExpressionStatement",
"src": "292:12:1"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "271:3:1"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "276:6:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "267:3:1"
},
"nodeType": "YulFunctionCall",
"src": "267:16:1"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "285:3:1"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "264:2:1"
},
"nodeType": "YulFunctionCall",
"src": "264:25:1"
},
"nodeType": "YulIf",
"src": "261:2:1"
},
{
"expression": {
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "337:3:1"
},
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "342:3:1"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "347:6:1"
}
],
"functionName": {
"name": "copy_memory_to_memory",
"nodeType": "YulIdentifier",
"src": "315:21:1"
},
"nodeType": "YulFunctionCall",
"src": "315:39:1"
},
"nodeType": "YulExpressionStatement",
"src": "315:39:1"
}
]
},
"name": "abi_decode_available_length_t_string_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "75:3:1",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "80:6:1",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "88:3:1",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "96:5:1",
"type": ""
}
],
"src": "7:353:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "453:215:1",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "502:16:1",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "511:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "514:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "504:6:1"
},
"nodeType": "YulFunctionCall",
"src": "504:12:1"
},
"nodeType": "YulExpressionStatement",
"src": "504:12:1"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "481:6:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "489:4:1",
"type": "",
"value": "0x1f"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "477:3:1"
},
"nodeType": "YulFunctionCall",
"src": "477:17:1"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "496:3:1"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "473:3:1"
},
"nodeType": "YulFunctionCall",
"src": "473:27:1"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "466:6:1"
},
"nodeType": "YulFunctionCall",
"src": "466:35:1"
},
"nodeType": "YulIf",
"src": "463:2:1"
},
{
"nodeType": "YulVariableDeclaration",
"src": "527:27:1",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "547:6:1"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "541:5:1"
},
"nodeType": "YulFunctionCall",
"src": "541:13:1"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "531:6:1",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "563:99:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "635:6:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "643:4:1",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "631:3:1"
},
"nodeType": "YulFunctionCall",
"src": "631:17:1"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "650:6:1"
},
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "658:3:1"
}
],
"functionName": {
"name": "abi_decode_available_length_t_string_memory_ptr_fromMemory",
"nodeType": "YulIdentifier",
"src": "572:58:1"
},
"nodeType": "YulFunctionCall",
"src": "572:90:1"
},
"variableNames": [
{
"name": "array",
"nodeType": "YulIdentifier",
"src": "563:5:1"
}
]
}
]
},
"name": "abi_decode_t_string_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "431:6:1",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "439:3:1",
"type": ""
}
],
"returnVariables": [
{
"name": "array",
"nodeType": "YulTypedName",
"src": "447:5:1",
"type": ""
}
],
"src": "380:288:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "788:538:1",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "834:16:1",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "843:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "846:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "836:6:1"
},
"nodeType": "YulFunctionCall",
"src": "836:12:1"
},
"nodeType": "YulExpressionStatement",
"src": "836:12:1"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "809:7:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "818:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "805:3:1"
},
"nodeType": "YulFunctionCall",
"src": "805:23:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "830:2:1",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "801:3:1"
},
"nodeType": "YulFunctionCall",
"src": "801:32:1"
},
"nodeType": "YulIf",
"src": "798:2:1"
},
{
"nodeType": "YulBlock",
"src": "860:224:1",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "875:38:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "899:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "910:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "895:3:1"
},
"nodeType": "YulFunctionCall",
"src": "895:17:1"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "889:5:1"
},
"nodeType": "YulFunctionCall",
"src": "889:24:1"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "879:6:1",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "960:16:1",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "969:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "972:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "962:6:1"
},
"nodeType": "YulFunctionCall",
"src": "962:12:1"
},
"nodeType": "YulExpressionStatement",
"src": "962:12:1"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "932:6:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "940:18:1",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "929:2:1"
},
"nodeType": "YulFunctionCall",
"src": "929:30:1"
},
"nodeType": "YulIf",
"src": "926:2:1"
},
{
"nodeType": "YulAssignment",
"src": "990:84:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1046:9:1"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1057:6:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1042:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1042:22:1"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1066:7:1"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr_fromMemory",
"nodeType": "YulIdentifier",
"src": "1000:41:1"
},
"nodeType": "YulFunctionCall",
"src": "1000:74:1"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "990:6:1"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "1094:225:1",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "1109:39:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1133:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1144:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1129:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1129:18:1"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "1123:5:1"
},
"nodeType": "YulFunctionCall",
"src": "1123:25:1"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1113:6:1",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "1195:16:1",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1204:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1207:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "1197:6:1"
},
"nodeType": "YulFunctionCall",
"src": "1197:12:1"
},
"nodeType": "YulExpressionStatement",
"src": "1197:12:1"
}
]
},
"condition": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1167:6:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1175:18:1",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "1164:2:1"
},
"nodeType": "YulFunctionCall",
"src": "1164:30:1"
},
"nodeType": "YulIf",
"src": "1161:2:1"
},
{
"nodeType": "YulAssignment",
"src": "1225:84:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1281:9:1"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1292:6:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1277:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1277:22:1"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1301:7:1"
}
],
"functionName": {
"name": "abi_decode_t_string_memory_ptr_fromMemory",
"nodeType": "YulIdentifier",
"src": "1235:41:1"
},
"nodeType": "YulFunctionCall",
"src": "1235:74:1"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "1225:6:1"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_string_memory_ptrt_string_memory_ptr_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "750:9:1",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "761:7:1",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "773:6:1",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "781:6:1",
"type": ""
}
],
"src": "674:652:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1372:243:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1382:19:1",
"value": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1398:2:1",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "1392:5:1"
},
"nodeType": "YulFunctionCall",
"src": "1392:9:1"
},
"variableNames": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "1382:6:1"
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "1410:35:1",
"value": {
"arguments": [
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "1432:6:1"
},
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "1440:4:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1428:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1428:17:1"
},
"variables": [
{
"name": "newFreePtr",
"nodeType": "YulTypedName",
"src": "1414:10:1",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "1556:22:1",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x41",
"nodeType": "YulIdentifier",
"src": "1558:16:1"
},
"nodeType": "YulFunctionCall",
"src": "1558:18:1"
},
"nodeType": "YulExpressionStatement",
"src": "1558:18:1"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "newFreePtr",
"nodeType": "YulIdentifier",
"src": "1499:10:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1511:18:1",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "1496:2:1"
},
"nodeType": "YulFunctionCall",
"src": "1496:34:1"
},
{
"arguments": [
{
"name": "newFreePtr",
"nodeType": "YulIdentifier",
"src": "1535:10:1"
},
{
"name": "memPtr",
"nodeType": "YulIdentifier",
"src": "1547:6:1"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "1532:2:1"
},
"nodeType": "YulFunctionCall",
"src": "1532:22:1"
}
],
"functionName": {
"name": "or",
"nodeType": "YulIdentifier",
"src": "1493:2:1"
},
"nodeType": "YulFunctionCall",
"src": "1493:62:1"
},
"nodeType": "YulIf",
"src": "1490:2:1"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1594:2:1",
"type": "",
"value": "64"
},
{
"name": "newFreePtr",
"nodeType": "YulIdentifier",
"src": "1598:10:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "1587:6:1"
},
"nodeType": "YulFunctionCall",
"src": "1587:22:1"
},
"nodeType": "YulExpressionStatement",
"src": "1587:22:1"
}
]
},
"name": "allocateMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "size",
"nodeType": "YulTypedName",
"src": "1356:4:1",
"type": ""
}
],
"returnVariables": [
{
"name": "memPtr",
"nodeType": "YulTypedName",
"src": "1365:6:1",
"type": ""
}
],
"src": "1332:283:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1688:265:1",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "1793:22:1",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x41",
"nodeType": "YulIdentifier",
"src": "1795:16:1"
},
"nodeType": "YulFunctionCall",
"src": "1795:18:1"
},
"nodeType": "YulExpressionStatement",
"src": "1795:18:1"
}
]
},
"condition": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1765:6:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1773:18:1",
"type": "",
"value": "0xffffffffffffffff"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "1762:2:1"
},
"nodeType": "YulFunctionCall",
"src": "1762:30:1"
},
"nodeType": "YulIf",
"src": "1759:2:1"
},
{
"nodeType": "YulAssignment",
"src": "1845:41:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "1861:6:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1869:4:1",
"type": "",
"value": "0x1f"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1857:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1857:17:1"
},
{
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1880:4:1",
"type": "",
"value": "0x1f"
}
],
"functionName": {
"name": "not",
"nodeType": "YulIdentifier",
"src": "1876:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1876:9:1"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "1853:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1853:33:1"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "1845:4:1"
}
]
},
{
"nodeType": "YulAssignment",
"src": "1923:23:1",
"value": {
"arguments": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "1935:4:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1941:4:1",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1931:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1931:15:1"
},
"variableNames": [
{
"name": "size",
"nodeType": "YulIdentifier",
"src": "1923:4:1"
}
]
}
]
},
"name": "array_allocation_size_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "1672:6:1",
"type": ""
}
],
"returnVariables": [
{
"name": "size",
"nodeType": "YulTypedName",
"src": "1683:4:1",
"type": ""
}
],
"src": "1621:332:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2008:258:1",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "2018:10:1",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "2027:1:1",
"type": "",
"value": "0"
},
"variables": [
{
"name": "i",
"nodeType": "YulTypedName",
"src": "2022:1:1",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "2087:63:1",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "2112:3:1"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "2117:1:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2108:3:1"
},
"nodeType": "YulFunctionCall",
"src": "2108:11:1"
},
{
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "2131:3:1"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "2136:1:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2127:3:1"
},
"nodeType": "YulFunctionCall",
"src": "2127:11:1"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "2121:5:1"
},
"nodeType": "YulFunctionCall",
"src": "2121:18:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2101:6:1"
},
"nodeType": "YulFunctionCall",
"src": "2101:39:1"
},
"nodeType": "YulExpressionStatement",
"src": "2101:39:1"
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "2048:1:1"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2051:6:1"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "2045:2:1"
},
"nodeType": "YulFunctionCall",
"src": "2045:13:1"
},
"nodeType": "YulForLoop",
"post": {
"nodeType": "YulBlock",
"src": "2059:19:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "2061:15:1",
"value": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "2070:1:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2073:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2066:3:1"
},
"nodeType": "YulFunctionCall",
"src": "2066:10:1"
},
"variableNames": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "2061:1:1"
}
]
}
]
},
"pre": {
"nodeType": "YulBlock",
"src": "2041:3:1",
"statements": []
},
"src": "2037:113:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2184:76:1",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "2234:3:1"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2239:6:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2230:3:1"
},
"nodeType": "YulFunctionCall",
"src": "2230:16:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2248:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2223:6:1"
},
"nodeType": "YulFunctionCall",
"src": "2223:27:1"
},
"nodeType": "YulExpressionStatement",
"src": "2223:27:1"
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "2165:1:1"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2168:6:1"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "2162:2:1"
},
"nodeType": "YulFunctionCall",
"src": "2162:13:1"
},
"nodeType": "YulIf",
"src": "2159:2:1"
}
]
},
"name": "copy_memory_to_memory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "1990:3:1",
"type": ""
},
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "1995:3:1",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "2000:6:1",
"type": ""
}
],
"src": "1959:307:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2323:269:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "2333:22:1",
"value": {
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "2347:4:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2353:1:1",
"type": "",
"value": "2"
}
],
"functionName": {
"name": "div",
"nodeType": "YulIdentifier",
"src": "2343:3:1"
},
"nodeType": "YulFunctionCall",
"src": "2343:12:1"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2333:6:1"
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "2364:38:1",
"value": {
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "2394:4:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2400:1:1",
"type": "",
"value": "1"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "2390:3:1"
},
"nodeType": "YulFunctionCall",
"src": "2390:12:1"
},
"variables": [
{
"name": "outOfPlaceEncoding",
"nodeType": "YulTypedName",
"src": "2368:18:1",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "2441:51:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "2455:27:1",
"value": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2469:6:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2477:4:1",
"type": "",
"value": "0x7f"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "2465:3:1"
},
"nodeType": "YulFunctionCall",
"src": "2465:17:1"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2455:6:1"
}
]
}
]
},
"condition": {
"arguments": [
{
"name": "outOfPlaceEncoding",
"nodeType": "YulIdentifier",
"src": "2421:18:1"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "2414:6:1"
},
"nodeType": "YulFunctionCall",
"src": "2414:26:1"
},
"nodeType": "YulIf",
"src": "2411:2:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2544:42:1",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x22",
"nodeType": "YulIdentifier",
"src": "2558:16:1"
},
"nodeType": "YulFunctionCall",
"src": "2558:18:1"
},
"nodeType": "YulExpressionStatement",
"src": "2558:18:1"
}
]
},
"condition": {
"arguments": [
{
"name": "outOfPlaceEncoding",
"nodeType": "YulIdentifier",
"src": "2508:18:1"
},
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2531:6:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2539:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "2528:2:1"
},
"nodeType": "YulFunctionCall",
"src": "2528:14:1"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "2505:2:1"
},
"nodeType": "YulFunctionCall",
"src": "2505:38:1"
},
"nodeType": "YulIf",
"src": "2502:2:1"
}
]
},
"name": "extract_byte_array_length",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "data",
"nodeType": "YulTypedName",
"src": "2307:4:1",
"type": ""
}
],
"returnVariables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "2316:6:1",
"type": ""
}
],
"src": "2272:320:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2626:152:1",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2643:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2646:77:1",
"type": "",
"value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2636:6:1"
},
"nodeType": "YulFunctionCall",
"src": "2636:88:1"
},
"nodeType": "YulExpressionStatement",
"src": "2636:88:1"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2740:1:1",
"type": "",
"value": "4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2743:4:1",
"type": "",
"value": "0x22"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2733:6:1"
},
"nodeType": "YulFunctionCall",
"src": "2733:15:1"
},
"nodeType": "YulExpressionStatement",
"src": "2733:15:1"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2764:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2767:4:1",
"type": "",
"value": "0x24"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "2757:6:1"
},
"nodeType": "YulFunctionCall",
"src": "2757:15:1"
},
"nodeType": "YulExpressionStatement",
"src": "2757:15:1"
}
]
},
"name": "panic_error_0x22",
"nodeType": "YulFunctionDefinition",
"src": "2598:180:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2812:152:1",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2829:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2832:77:1",
"type": "",
"value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2822:6:1"
},
"nodeType": "YulFunctionCall",
"src": "2822:88:1"
},
"nodeType": "YulExpressionStatement",
"src": "2822:88:1"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2926:1:1",
"type": "",
"value": "4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2929:4:1",
"type": "",
"value": "0x41"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2919:6:1"
},
"nodeType": "YulFunctionCall",
"src": "2919:15:1"
},
"nodeType": "YulExpressionStatement",
"src": "2919:15:1"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2950:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2953:4:1",
"type": "",
"value": "0x24"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "2943:6:1"
},
"nodeType": "YulFunctionCall",
"src": "2943:15:1"
},
"nodeType": "YulExpressionStatement",
"src": "2943:15:1"
}
]
},
"name": "panic_error_0x41",
"nodeType": "YulFunctionDefinition",
"src": "2784:180:1"
}
]
},
"contents": "{\n\n function abi_decode_available_length_t_string_memory_ptr_fromMemory(src, length, end) -> array {\n array := allocateMemory(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(0, 0) }\n copy_memory_to_memory(src, dst, length)\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(0, 0) }\n let length := mload(offset)\n array := abi_decode_available_length_t_string_memory_ptr_fromMemory(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_string_memory_ptrt_string_memory_ptr_fromMemory(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n\n {\n\n let offset := mload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n\n value0 := abi_decode_t_string_memory_ptr_fromMemory(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := mload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n\n value1 := abi_decode_t_string_memory_ptr_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function allocateMemory(size) -> memPtr {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, 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 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 // round up\n size := and(add(length, 0x1f), not(0x1f))\n\n // add length slot\n size := add(size, 0x20)\n\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 extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\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}\n",
"id": 1,
"language": "Yul",
"name": "#utility.yul"
}
],
"linkReferences": {},
"object": "60806040523480156200001157600080fd5b5060405162001e9a38038062001e9a83398181016040528101906200003791906200029b565b620000576200004b620000ad60201b60201c565b620000b560201b60201c565b81600590805190602001906200006f92919062000179565b5080600690805190602001906200008892919062000179565b506012600760006101000a81548160ff021916908360ff16021790555050506200043f565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8280546200018790620003ab565b90600052602060002090601f016020900481019282620001ab5760008555620001f7565b82601f10620001c657805160ff1916838001178555620001f7565b82800160010185558215620001f7579182015b82811115620001f6578251825591602001919060010190620001d9565b5b5090506200020691906200020a565b5090565b5b80821115620002255760008160009055506001016200020b565b5090565b6000620002406200023a8462000342565b6200030e565b9050828152602081018484840111156200025957600080fd5b6200026684828562000375565b509392505050565b600082601f8301126200028057600080fd5b81516200029284826020860162000229565b91505092915050565b60008060408385031215620002af57600080fd5b600083015167ffffffffffffffff811115620002ca57600080fd5b620002d8858286016200026e565b925050602083015167ffffffffffffffff811115620002f657600080fd5b62000304858286016200026e565b9150509250929050565b6000604051905081810181811067ffffffffffffffff8211171562000338576200033762000410565b5b8060405250919050565b600067ffffffffffffffff82111562000360576200035f62000410565b5b601f19601f8301169050602081019050919050565b60005b838110156200039557808201518184015260208101905062000378565b83811115620003a5576000848401525b50505050565b60006002820490506001821680620003c457607f821691505b60208210811415620003db57620003da620003e1565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b611a4b806200044f6000396000f3fe608060405234801561001057600080fd5b50600436106101165760003560e01c8063893d20e8116100a2578063a9059cbb11610071578063a9059cbb146102f9578063ab9b6c0914610329578063b6a5d7de14610347578063dd62ed3e14610377578063f2fde38b146103a757610116565b8063893d20e81461026f5780638da5cb5b1461028d57806395d89b41146102ab578063a457c2d7146102c957610116565b8063313ce567116100e9578063313ce567146101b757806339509351146101d557806370a0823114610205578063715018a61461023557806378db512d1461023f57610116565b806306fdde031461011b578063095ea7b31461013957806318160ddd1461016957806323b872dd14610187575b600080fd5b6101236103c3565b6040516101309190611680565b60405180910390f35b610153600480360381019061014e91906111e9565b610455565b6040516101609190611665565b60405180910390f35b610171610473565b60405161017e91906117e2565b60405180910390f35b6101a1600480360381019061019c919061119a565b61047d565b6040516101ae9190611665565b60405180910390f35b6101bf61057e565b6040516101cc91906117fd565b60405180910390f35b6101ef60048036038101906101ea91906111e9565b610595565b6040516101fc9190611665565b60405180910390f35b61021f600480360381019061021a9190611135565b610641565b60405161022c91906117e2565b60405180910390f35b61023d61068a565b005b6102596004803603810190610254919061119a565b61069e565b6040516102669190611665565b60405180910390f35b61027761078a565b604051610284919061164a565b60405180910390f35b610295610799565b6040516102a2919061164a565b60405180910390f35b6102b36107c2565b6040516102c09190611680565b60405180910390f35b6102e360048036038101906102de91906111e9565b610854565b6040516102f09190611665565b60405180910390f35b610313600480360381019061030e91906111e9565b610948565b6040516103209190611665565b60405180910390f35b610331610966565b60405161033e919061164a565b60405180910390f35b610361600480360381019061035c9190611135565b6109d4565b60405161036e9190611665565b60405180910390f35b610391600480360381019061038c919061115e565b610a64565b60405161039e91906117e2565b60405180910390f35b6103c160048036038101906103bc9190611135565b610aeb565b005b6060600580546103d290611946565b80601f01602080910402602001604051908101604052809291908181526020018280546103fe90611946565b801561044b5780601f106104205761010080835404028352916020019161044b565b820191906000526020600020905b81548152906001019060200180831161042e57829003601f168201915b5050505050905090565b6000610469610462610b6f565b8484610b77565b6001905092915050565b6000600454905090565b600061048a848484610d42565b6000600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006104d5610b6f565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610555576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161054c90611702565b60405180910390fd5b61057285610561610b6f565b858461056d919061188a565b610b77565b60019150509392505050565b6000600760009054906101000a900460ff16905090565b60006106376105a2610b6f565b8484600260006105b0610b6f565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546106329190611834565b610b77565b6001905092915050565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610692610fc4565b61069c6000611042565b565b60006106a8610b6f565b73ffffffffffffffffffffffffffffffffffffffff16600360008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610774576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161076b906117a2565b60405180910390fd5b61077f848484610d42565b600190509392505050565b6000610794610799565b905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600680546107d190611946565b80601f01602080910402602001604051908101604052809291908181526020018280546107fd90611946565b801561084a5780601f1061081f5761010080835404028352916020019161084a565b820191906000526020600020905b81548152906001019060200180831161082d57829003601f168201915b5050505050905090565b60008060026000610863610b6f565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610920576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161091790611782565b60405180910390fd5b61093d61092b610b6f565b858584610938919061188a565b610b77565b600191505092915050565b600061095c610955610b6f565b8484610d42565b6001905092915050565b600060036000610974610b6f565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600081600360006109e3610b6f565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050919050565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b610af3610fc4565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610b63576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b5a906116e2565b60405180910390fd5b610b6c81611042565b50565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610be7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bde906116c2565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610c57576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c4e906117c2565b60405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610d3591906117e2565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610db2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610da9906116a2565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610e22576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e1990611762565b60405180910390fd5b610e2d838383611106565b6000600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610eb4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610eab90611742565b60405180910390fd5b8181610ec0919061188a565b600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610f529190611834565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610fb691906117e2565b60405180910390a350505050565b610fcc610b6f565b73ffffffffffffffffffffffffffffffffffffffff16610fea610799565b73ffffffffffffffffffffffffffffffffffffffff1614611040576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161103790611722565b60405180910390fd5b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b505050565b60008135905061111a816119e7565b92915050565b60008135905061112f816119fe565b92915050565b60006020828403121561114757600080fd5b60006111558482850161110b565b91505092915050565b6000806040838503121561117157600080fd5b600061117f8582860161110b565b92505060206111908582860161110b565b9150509250929050565b6000806000606084860312156111af57600080fd5b60006111bd8682870161110b565b93505060206111ce8682870161110b565b92505060406111df86828701611120565b9150509250925092565b600080604083850312156111fc57600080fd5b600061120a8582860161110b565b925050602061121b85828601611120565b9150509250929050565b61122e816118be565b82525050565b61123d816118d0565b82525050565b600061124e82611818565b6112588185611823565b9350611268818560208601611913565b611271816119d6565b840191505092915050565b6000611289602583611823565b91507f42455032303a207472616e736665722066726f6d20746865207a65726f20616460008301527f64726573730000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006112ef602483611823565b91507f42455032303a20617070726f76652066726f6d20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611355602683611823565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006113bb602883611823565b91507f42455032303a207472616e7366657220616d6f756e742065786365656473206160008301527f6c6c6f77616e63650000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611421602083611823565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b6000611461602683611823565b91507f42455032303a207472616e7366657220616d6f756e742065786365656473206260008301527f616c616e636500000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006114c7602383611823565b91507f42455032303a207472616e7366657220746f20746865207a65726f206164647260008301527f65737300000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061152d602583611823565b91507f42455032303a2064656372656173656420616c6c6f77616e63652062656c6f7760008301527f207a65726f0000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611593601683611823565b91507f417574686f723a204e6f7420617574686f72697a6564000000000000000000006000830152602082019050919050565b60006115d3602283611823565b91507f42455032303a20617070726f766520746f20746865207a65726f20616464726560008301527f73730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b611635816118fc565b82525050565b61164481611906565b82525050565b600060208201905061165f6000830184611225565b92915050565b600060208201905061167a6000830184611234565b92915050565b6000602082019050818103600083015261169a8184611243565b905092915050565b600060208201905081810360008301526116bb8161127c565b9050919050565b600060208201905081810360008301526116db816112e2565b9050919050565b600060208201905081810360008301526116fb81611348565b9050919050565b6000602082019050818103600083015261171b816113ae565b9050919050565b6000602082019050818103600083015261173b81611414565b9050919050565b6000602082019050818103600083015261175b81611454565b9050919050565b6000602082019050818103600083015261177b816114ba565b9050919050565b6000602082019050818103600083015261179b81611520565b9050919050565b600060208201905081810360008301526117bb81611586565b9050919050565b600060208201905081810360008301526117db816115c6565b9050919050565b60006020820190506117f7600083018461162c565b92915050565b6000602082019050611812600083018461163b565b92915050565b600081519050919050565b600082825260208201905092915050565b600061183f826118fc565b915061184a836118fc565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561187f5761187e611978565b5b828201905092915050565b6000611895826118fc565b91506118a0836118fc565b9250828210156118b3576118b2611978565b5b828203905092915050565b60006118c9826118dc565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b60005b83811015611931578082015181840152602081019050611916565b83811115611940576000848401525b50505050565b6000600282049050600182168061195e57607f821691505b60208210811415611972576119716119a7565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000601f19601f8301169050919050565b6119f0816118be565b81146119fb57600080fd5b50565b611a07816118fc565b8114611a1257600080fd5b5056fea2646970667358221220e520bc465c8b5573f2a4d0f0a12664501529d666bdd5fa50ef417658d270461764736f6c63430008000033",
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH3 0x1E9A CODESIZE SUB DUP1 PUSH3 0x1E9A DUP4 CODECOPY DUP2 DUP2 ADD PUSH1 0x40 MSTORE DUP2 ADD SWAP1 PUSH3 0x37 SWAP2 SWAP1 PUSH3 0x29B JUMP JUMPDEST PUSH3 0x57 PUSH3 0x4B PUSH3 0xAD PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST PUSH3 0xB5 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST DUP2 PUSH1 0x5 SWAP1 DUP1 MLOAD SWAP1 PUSH1 0x20 ADD SWAP1 PUSH3 0x6F SWAP3 SWAP2 SWAP1 PUSH3 0x179 JUMP JUMPDEST POP DUP1 PUSH1 0x6 SWAP1 DUP1 MLOAD SWAP1 PUSH1 0x20 ADD SWAP1 PUSH3 0x88 SWAP3 SWAP2 SWAP1 PUSH3 0x179 JUMP JUMPDEST POP PUSH1 0x12 PUSH1 0x7 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP POP POP PUSH3 0x43F JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST DUP3 DUP1 SLOAD PUSH3 0x187 SWAP1 PUSH3 0x3AB JUMP JUMPDEST SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x1F ADD PUSH1 0x20 SWAP1 DIV DUP2 ADD SWAP3 DUP3 PUSH3 0x1AB JUMPI PUSH1 0x0 DUP6 SSTORE PUSH3 0x1F7 JUMP JUMPDEST DUP3 PUSH1 0x1F LT PUSH3 0x1C6 JUMPI DUP1 MLOAD PUSH1 0xFF NOT AND DUP4 DUP1 ADD OR DUP6 SSTORE PUSH3 0x1F7 JUMP JUMPDEST DUP3 DUP1 ADD PUSH1 0x1 ADD DUP6 SSTORE DUP3 ISZERO PUSH3 0x1F7 JUMPI SWAP2 DUP3 ADD JUMPDEST DUP3 DUP2 GT ISZERO PUSH3 0x1F6 JUMPI DUP3 MLOAD DUP3 SSTORE SWAP2 PUSH1 0x20 ADD SWAP2 SWAP1 PUSH1 0x1 ADD SWAP1 PUSH3 0x1D9 JUMP JUMPDEST JUMPDEST POP SWAP1 POP PUSH3 0x206 SWAP2 SWAP1 PUSH3 0x20A JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH3 0x225 JUMPI PUSH1 0x0 DUP2 PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x1 ADD PUSH3 0x20B JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH3 0x240 PUSH3 0x23A DUP5 PUSH3 0x342 JUMP JUMPDEST PUSH3 0x30E JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH3 0x259 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH3 0x266 DUP5 DUP3 DUP6 PUSH3 0x375 JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH3 0x280 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH3 0x292 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH3 0x229 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH3 0x2AF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP4 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH3 0x2CA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH3 0x2D8 DUP6 DUP3 DUP7 ADD PUSH3 0x26E JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH3 0x2F6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH3 0x304 DUP6 DUP3 DUP7 ADD PUSH3 0x26E JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP DUP2 DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH3 0x338 JUMPI PUSH3 0x337 PUSH3 0x410 JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH3 0x360 JUMPI PUSH3 0x35F PUSH3 0x410 JUMP JUMPDEST JUMPDEST PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH3 0x395 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH3 0x378 JUMP JUMPDEST DUP4 DUP2 GT ISZERO PUSH3 0x3A5 JUMPI PUSH1 0x0 DUP5 DUP5 ADD MSTORE JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH3 0x3C4 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 EQ ISZERO PUSH3 0x3DB JUMPI PUSH3 0x3DA PUSH3 0x3E1 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 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 PUSH2 0x1A4B DUP1 PUSH3 0x44F PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x116 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x893D20E8 GT PUSH2 0xA2 JUMPI DUP1 PUSH4 0xA9059CBB GT PUSH2 0x71 JUMPI DUP1 PUSH4 0xA9059CBB EQ PUSH2 0x2F9 JUMPI DUP1 PUSH4 0xAB9B6C09 EQ PUSH2 0x329 JUMPI DUP1 PUSH4 0xB6A5D7DE EQ PUSH2 0x347 JUMPI DUP1 PUSH4 0xDD62ED3E EQ PUSH2 0x377 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x3A7 JUMPI PUSH2 0x116 JUMP JUMPDEST DUP1 PUSH4 0x893D20E8 EQ PUSH2 0x26F JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x28D JUMPI DUP1 PUSH4 0x95D89B41 EQ PUSH2 0x2AB JUMPI DUP1 PUSH4 0xA457C2D7 EQ PUSH2 0x2C9 JUMPI PUSH2 0x116 JUMP JUMPDEST DUP1 PUSH4 0x313CE567 GT PUSH2 0xE9 JUMPI DUP1 PUSH4 0x313CE567 EQ PUSH2 0x1B7 JUMPI DUP1 PUSH4 0x39509351 EQ PUSH2 0x1D5 JUMPI DUP1 PUSH4 0x70A08231 EQ PUSH2 0x205 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x235 JUMPI DUP1 PUSH4 0x78DB512D EQ PUSH2 0x23F JUMPI PUSH2 0x116 JUMP JUMPDEST DUP1 PUSH4 0x6FDDE03 EQ PUSH2 0x11B JUMPI DUP1 PUSH4 0x95EA7B3 EQ PUSH2 0x139 JUMPI DUP1 PUSH4 0x18160DDD EQ PUSH2 0x169 JUMPI DUP1 PUSH4 0x23B872DD EQ PUSH2 0x187 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x123 PUSH2 0x3C3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x130 SWAP2 SWAP1 PUSH2 0x1680 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x153 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x14E SWAP2 SWAP1 PUSH2 0x11E9 JUMP JUMPDEST PUSH2 0x455 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x160 SWAP2 SWAP1 PUSH2 0x1665 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x171 PUSH2 0x473 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x17E SWAP2 SWAP1 PUSH2 0x17E2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1A1 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x19C SWAP2 SWAP1 PUSH2 0x119A JUMP JUMPDEST PUSH2 0x47D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1AE SWAP2 SWAP1 PUSH2 0x1665 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1BF PUSH2 0x57E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1CC SWAP2 SWAP1 PUSH2 0x17FD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1EF PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1EA SWAP2 SWAP1 PUSH2 0x11E9 JUMP JUMPDEST PUSH2 0x595 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1FC SWAP2 SWAP1 PUSH2 0x1665 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x21F PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x21A SWAP2 SWAP1 PUSH2 0x1135 JUMP JUMPDEST PUSH2 0x641 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x22C SWAP2 SWAP1 PUSH2 0x17E2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x23D PUSH2 0x68A JUMP JUMPDEST STOP JUMPDEST PUSH2 0x259 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x254 SWAP2 SWAP1 PUSH2 0x119A JUMP JUMPDEST PUSH2 0x69E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x266 SWAP2 SWAP1 PUSH2 0x1665 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x277 PUSH2 0x78A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x284 SWAP2 SWAP1 PUSH2 0x164A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x295 PUSH2 0x799 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2A2 SWAP2 SWAP1 PUSH2 0x164A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2B3 PUSH2 0x7C2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2C0 SWAP2 SWAP1 PUSH2 0x1680 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2E3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2DE SWAP2 SWAP1 PUSH2 0x11E9 JUMP JUMPDEST PUSH2 0x854 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2F0 SWAP2 SWAP1 PUSH2 0x1665 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x313 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x30E SWAP2 SWAP1 PUSH2 0x11E9 JUMP JUMPDEST PUSH2 0x948 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x320 SWAP2 SWAP1 PUSH2 0x1665 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x331 PUSH2 0x966 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x33E SWAP2 SWAP1 PUSH2 0x164A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x361 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x35C SWAP2 SWAP1 PUSH2 0x1135 JUMP JUMPDEST PUSH2 0x9D4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x36E SWAP2 SWAP1 PUSH2 0x1665 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x391 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x38C SWAP2 SWAP1 PUSH2 0x115E JUMP JUMPDEST PUSH2 0xA64 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x39E SWAP2 SWAP1 PUSH2 0x17E2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x3C1 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3BC SWAP2 SWAP1 PUSH2 0x1135 JUMP JUMPDEST PUSH2 0xAEB JUMP JUMPDEST STOP JUMPDEST PUSH1 0x60 PUSH1 0x5 DUP1 SLOAD PUSH2 0x3D2 SWAP1 PUSH2 0x1946 JUMP JUMPDEST DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP1 SLOAD PUSH2 0x3FE SWAP1 PUSH2 0x1946 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x44B JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x420 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x44B JUMP JUMPDEST DUP3 ADD SWAP2 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 JUMPDEST DUP2 SLOAD DUP2 MSTORE SWAP1 PUSH1 0x1 ADD SWAP1 PUSH1 0x20 ADD DUP1 DUP4 GT PUSH2 0x42E JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x469 PUSH2 0x462 PUSH2 0xB6F JUMP JUMPDEST DUP5 DUP5 PUSH2 0xB77 JUMP JUMPDEST PUSH1 0x1 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x4 SLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x48A DUP5 DUP5 DUP5 PUSH2 0xD42 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 PUSH1 0x0 DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x4D5 PUSH2 0xB6F JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP3 DUP2 LT ISZERO PUSH2 0x555 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x54C SWAP1 PUSH2 0x1702 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x572 DUP6 PUSH2 0x561 PUSH2 0xB6F JUMP JUMPDEST DUP6 DUP5 PUSH2 0x56D SWAP2 SWAP1 PUSH2 0x188A JUMP JUMPDEST PUSH2 0xB77 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x7 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x637 PUSH2 0x5A2 PUSH2 0xB6F JUMP JUMPDEST DUP5 DUP5 PUSH1 0x2 PUSH1 0x0 PUSH2 0x5B0 PUSH2 0xB6F JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD PUSH2 0x632 SWAP2 SWAP1 PUSH2 0x1834 JUMP JUMPDEST PUSH2 0xB77 JUMP JUMPDEST PUSH1 0x1 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x692 PUSH2 0xFC4 JUMP JUMPDEST PUSH2 0x69C PUSH1 0x0 PUSH2 0x1042 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH2 0x6A8 PUSH2 0xB6F JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x3 PUSH1 0x0 DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x774 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x76B SWAP1 PUSH2 0x17A2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x77F DUP5 DUP5 DUP5 PUSH2 0xD42 JUMP JUMPDEST PUSH1 0x1 SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x794 PUSH2 0x799 JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x60 PUSH1 0x6 DUP1 SLOAD PUSH2 0x7D1 SWAP1 PUSH2 0x1946 JUMP JUMPDEST DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP1 SLOAD PUSH2 0x7FD SWAP1 PUSH2 0x1946 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x84A JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x81F JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x84A JUMP JUMPDEST DUP3 ADD SWAP2 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 JUMPDEST DUP2 SLOAD DUP2 MSTORE SWAP1 PUSH1 0x1 ADD SWAP1 PUSH1 0x20 ADD DUP1 DUP4 GT PUSH2 0x82D JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x2 PUSH1 0x0 PUSH2 0x863 PUSH2 0xB6F JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP3 DUP2 LT ISZERO PUSH2 0x920 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x917 SWAP1 PUSH2 0x1782 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x93D PUSH2 0x92B PUSH2 0xB6F JUMP JUMPDEST DUP6 DUP6 DUP5 PUSH2 0x938 SWAP2 SWAP1 PUSH2 0x188A JUMP JUMPDEST PUSH2 0xB77 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x95C PUSH2 0x955 PUSH2 0xB6F JUMP JUMPDEST DUP5 DUP5 PUSH2 0xD42 JUMP JUMPDEST PUSH1 0x1 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x3 PUSH1 0x0 PUSH2 0x974 PUSH2 0xB6F JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x3 PUSH1 0x0 PUSH2 0x9E3 PUSH2 0xB6F JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xAF3 PUSH2 0xFC4 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ ISZERO PUSH2 0xB63 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xB5A SWAP1 PUSH2 0x16E2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xB6C DUP2 PUSH2 0x1042 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ ISZERO PUSH2 0xBE7 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xBDE SWAP1 PUSH2 0x16C2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ ISZERO PUSH2 0xC57 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xC4E SWAP1 PUSH2 0x17C2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 PUSH1 0x2 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8C5BE1E5EBEC7D5BD14F71427D1E84F3DD0314C0F7B2291E5B200AC8C7C3B925 DUP4 PUSH1 0x40 MLOAD PUSH2 0xD35 SWAP2 SWAP1 PUSH2 0x17E2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ ISZERO PUSH2 0xDB2 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xDA9 SWAP1 PUSH2 0x16A2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ ISZERO PUSH2 0xE22 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xE19 SWAP1 PUSH2 0x1762 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xE2D DUP4 DUP4 DUP4 PUSH2 0x1106 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0xEB4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xEAB SWAP1 PUSH2 0x1742 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 PUSH2 0xEC0 SWAP2 SWAP1 PUSH2 0x188A JUMP JUMPDEST PUSH1 0x1 PUSH1 0x0 DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0xF52 SWAP2 SWAP1 PUSH2 0x1834 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP5 PUSH1 0x40 MLOAD PUSH2 0xFB6 SWAP2 SWAP1 PUSH2 0x17E2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP POP JUMP JUMPDEST PUSH2 0xFCC PUSH2 0xB6F JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0xFEA PUSH2 0x799 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x1040 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1037 SWAP1 PUSH2 0x1722 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x111A DUP2 PUSH2 0x19E7 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x112F DUP2 PUSH2 0x19FE JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1147 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x1155 DUP5 DUP3 DUP6 ADD PUSH2 0x110B JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1171 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x117F DUP6 DUP3 DUP7 ADD PUSH2 0x110B JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x1190 DUP6 DUP3 DUP7 ADD PUSH2 0x110B 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 0x11AF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x11BD DUP7 DUP3 DUP8 ADD PUSH2 0x110B JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x11CE DUP7 DUP3 DUP8 ADD PUSH2 0x110B JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x11DF DUP7 DUP3 DUP8 ADD PUSH2 0x1120 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x11FC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x120A DUP6 DUP3 DUP7 ADD PUSH2 0x110B JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x121B DUP6 DUP3 DUP7 ADD PUSH2 0x1120 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x122E DUP2 PUSH2 0x18BE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x123D DUP2 PUSH2 0x18D0 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x124E DUP3 PUSH2 0x1818 JUMP JUMPDEST PUSH2 0x1258 DUP2 DUP6 PUSH2 0x1823 JUMP JUMPDEST SWAP4 POP PUSH2 0x1268 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x1913 JUMP JUMPDEST PUSH2 0x1271 DUP2 PUSH2 0x19D6 JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1289 PUSH1 0x25 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x42455032303A207472616E736665722066726F6D20746865207A65726F206164 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6472657373000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12EF PUSH1 0x24 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x42455032303A20617070726F76652066726F6D20746865207A65726F20616464 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x7265737300000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1355 PUSH1 0x26 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x4F776E61626C653A206E6577206F776E657220697320746865207A65726F2061 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6464726573730000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13BB PUSH1 0x28 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x42455032303A207472616E7366657220616D6F756E7420657863656564732061 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6C6C6F77616E6365000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1421 PUSH1 0x20 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1461 PUSH1 0x26 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x42455032303A207472616E7366657220616D6F756E7420657863656564732062 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x616C616E63650000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x14C7 PUSH1 0x23 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x42455032303A207472616E7366657220746F20746865207A65726F2061646472 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6573730000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x152D PUSH1 0x25 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x42455032303A2064656372656173656420616C6C6F77616E63652062656C6F77 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x207A65726F000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1593 PUSH1 0x16 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x417574686F723A204E6F7420617574686F72697A656400000000000000000000 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x15D3 PUSH1 0x22 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x42455032303A20617070726F766520746F20746865207A65726F206164647265 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x7373000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1635 DUP2 PUSH2 0x18FC JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x1644 DUP2 PUSH2 0x1906 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x165F PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1225 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x167A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1234 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x169A DUP2 DUP5 PUSH2 0x1243 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 0x16BB DUP2 PUSH2 0x127C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x16DB DUP2 PUSH2 0x12E2 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x16FB DUP2 PUSH2 0x1348 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x171B DUP2 PUSH2 0x13AE JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x173B DUP2 PUSH2 0x1414 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x175B DUP2 PUSH2 0x1454 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x177B DUP2 PUSH2 0x14BA JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x179B DUP2 PUSH2 0x1520 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x17BB DUP2 PUSH2 0x1586 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x17DB DUP2 PUSH2 0x15C6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x17F7 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x162C JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1812 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x163B JUMP JUMPDEST SWAP3 SWAP2 POP 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 PUSH2 0x183F DUP3 PUSH2 0x18FC JUMP JUMPDEST SWAP2 POP PUSH2 0x184A DUP4 PUSH2 0x18FC JUMP JUMPDEST SWAP3 POP DUP3 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SUB DUP3 GT ISZERO PUSH2 0x187F JUMPI PUSH2 0x187E PUSH2 0x1978 JUMP JUMPDEST JUMPDEST DUP3 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1895 DUP3 PUSH2 0x18FC JUMP JUMPDEST SWAP2 POP PUSH2 0x18A0 DUP4 PUSH2 0x18FC JUMP JUMPDEST SWAP3 POP DUP3 DUP3 LT ISZERO PUSH2 0x18B3 JUMPI PUSH2 0x18B2 PUSH2 0x1978 JUMP JUMPDEST JUMPDEST DUP3 DUP3 SUB SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x18C9 DUP3 PUSH2 0x18DC JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1931 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x1916 JUMP JUMPDEST DUP4 DUP2 GT ISZERO PUSH2 0x1940 JUMPI PUSH1 0x0 DUP5 DUP5 ADD MSTORE JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x195E JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 EQ ISZERO PUSH2 0x1972 JUMPI PUSH2 0x1971 PUSH2 0x19A7 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x19F0 DUP2 PUSH2 0x18BE JUMP JUMPDEST DUP2 EQ PUSH2 0x19FB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH2 0x1A07 DUP2 PUSH2 0x18FC JUMP JUMPDEST DUP2 EQ PUSH2 0x1A12 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xE5 KECCAK256 0xBC CHAINID 0x5C DUP12 SSTORE PUSH20 0xF2A4D0F0A12664501529D666BDD5FA50EF417658 0xD2 PUSH17 0x461764736F6C6343000800003300000000 ",
"sourceMap": "8001:10961:0:-:0;;;8655:137;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;5327:32;5346:12;:10;;;:12;;:::i;:::-;5327:18;;;:32;;:::i;:::-;8729:5;8721;:13;;;;;;;;;;;;:::i;:::-;;8754:7;8744;:17;;;;;;;;;;;;:::i;:::-;;8783:2;8771:9;;:14;;;;;;;;;;;;;;;;;;8655:137;;8001:10961;;4189:96;4242:7;4268:10;4261:17;;4189:96;:::o;6817:187::-;6890:16;6909:6;;;;;;;;;;;6890:25;;6934:8;6925:6;;:17;;;;;;;;;;;;;;;;;;6988:8;6957:40;;6978:8;6957:40;;;;;;;;;;;;6817:187;;:::o;8001:10961::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;:::o;7:353:1:-;;121:65;136:49;178:6;136:49;:::i;:::-;121:65;:::i;:::-;112:74;;209:6;202:5;195:21;247:4;240:5;236:16;285:3;276:6;271:3;267:16;264:25;261:2;;;302:1;299;292:12;261:2;315:39;347:6;342:3;337;315:39;:::i;:::-;102:258;;;;;;:::o;380:288::-;;496:3;489:4;481:6;477:17;473:27;463:2;;514:1;511;504:12;463:2;547:6;541:13;572:90;658:3;650:6;643:4;635:6;631:17;572:90;:::i;:::-;563:99;;453:215;;;;;:::o;674:652::-;;;830:2;818:9;809:7;805:23;801:32;798:2;;;846:1;843;836:12;798:2;910:1;899:9;895:17;889:24;940:18;932:6;929:30;926:2;;;972:1;969;962:12;926:2;1000:74;1066:7;1057:6;1046:9;1042:22;1000:74;:::i;:::-;990:84;;860:224;1144:2;1133:9;1129:18;1123:25;1175:18;1167:6;1164:30;1161:2;;;1207:1;1204;1197:12;1161:2;1235:74;1301:7;1292:6;1281:9;1277:22;1235:74;:::i;:::-;1225:84;;1094:225;788:538;;;;;:::o;1332:283::-;;1398:2;1392:9;1382:19;;1440:4;1432:6;1428:17;1547:6;1535:10;1532:22;1511:18;1499:10;1496:34;1493:62;1490:2;;;1558:18;;:::i;:::-;1490:2;1598:10;1594:2;1587:22;1372:243;;;;:::o;1621:332::-;;1773:18;1765:6;1762:30;1759:2;;;1795:18;;:::i;:::-;1759:2;1880:4;1876:9;1869:4;1861:6;1857:17;1853:33;1845:41;;1941:4;1935;1931:15;1923:23;;1688:265;;;:::o;1959:307::-;2027:1;2037:113;2051:6;2048:1;2045:13;2037:113;;;2136:1;2131:3;2127:11;2121:18;2117:1;2112:3;2108:11;2101:39;2073:2;2070:1;2066:10;2061:15;;2037:113;;;2168:6;2165:1;2162:13;2159:2;;;2248:1;2239:6;2234:3;2230:16;2223:27;2159:2;2008:258;;;;:::o;2272:320::-;;2353:1;2347:4;2343:12;2333:22;;2400:1;2394:4;2390:12;2421:18;2411:2;;2477:4;2469:6;2465:17;2455:27;;2411:2;2539;2531:6;2528:14;2508:18;2505:38;2502:2;;;2558:18;;:::i;:::-;2502:2;2323:269;;;;:::o;2598:180::-;2646:77;2643:1;2636:88;2743:4;2740:1;2733:15;2767:4;2764:1;2757:15;2784:180;2832:77;2829:1;2822:88;2929:4;2926:1;2919:15;2953:4;2950:1;2943:15;8001:10961:0;;;;;;;"
},
"deployedBytecode": {
"generatedSources": [
{
"ast": {
"nodeType": "YulBlock",
"src": "0:14587:1",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "59:87:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "69:29:1",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "91:6:1"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "78:12:1"
},
"nodeType": "YulFunctionCall",
"src": "78:20:1"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "69:5:1"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "134:5:1"
}
],
"functionName": {
"name": "validator_revert_t_address",
"nodeType": "YulIdentifier",
"src": "107:26:1"
},
"nodeType": "YulFunctionCall",
"src": "107:33:1"
},
"nodeType": "YulExpressionStatement",
"src": "107:33:1"
}
]
},
"name": "abi_decode_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "37:6:1",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "45:3:1",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "53:5:1",
"type": ""
}
],
"src": "7:139:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "204:87:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "214:29:1",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "236:6:1"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "223:12:1"
},
"nodeType": "YulFunctionCall",
"src": "223:20:1"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "214:5:1"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "279:5:1"
}
],
"functionName": {
"name": "validator_revert_t_uint256",
"nodeType": "YulIdentifier",
"src": "252:26:1"
},
"nodeType": "YulFunctionCall",
"src": "252:33:1"
},
"nodeType": "YulExpressionStatement",
"src": "252:33:1"
}
]
},
"name": "abi_decode_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "182:6:1",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "190:3:1",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "198:5:1",
"type": ""
}
],
"src": "152:139:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "363:196:1",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "409:16:1",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "418:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "421:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "411:6:1"
},
"nodeType": "YulFunctionCall",
"src": "411:12:1"
},
"nodeType": "YulExpressionStatement",
"src": "411:12:1"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "384:7:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "393:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "380:3:1"
},
"nodeType": "YulFunctionCall",
"src": "380:23:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "405:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "376:3:1"
},
"nodeType": "YulFunctionCall",
"src": "376:32:1"
},
"nodeType": "YulIf",
"src": "373:2:1"
},
{
"nodeType": "YulBlock",
"src": "435:117:1",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "450:15:1",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "464:1:1",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "454:6:1",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "479:63:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "514:9:1"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "525:6:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "510:3:1"
},
"nodeType": "YulFunctionCall",
"src": "510:22:1"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "534:7:1"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "489:20:1"
},
"nodeType": "YulFunctionCall",
"src": "489:53:1"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "479:6:1"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "333:9:1",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "344:7:1",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "356:6:1",
"type": ""
}
],
"src": "297:262:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "648:324:1",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "694:16:1",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "703:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "706:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "696:6:1"
},
"nodeType": "YulFunctionCall",
"src": "696:12:1"
},
"nodeType": "YulExpressionStatement",
"src": "696:12:1"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "669:7:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "678:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "665:3:1"
},
"nodeType": "YulFunctionCall",
"src": "665:23:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "690:2:1",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "661:3:1"
},
"nodeType": "YulFunctionCall",
"src": "661:32:1"
},
"nodeType": "YulIf",
"src": "658:2:1"
},
{
"nodeType": "YulBlock",
"src": "720:117:1",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "735:15:1",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "749:1:1",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "739:6:1",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "764:63:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "799:9:1"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "810:6:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "795:3:1"
},
"nodeType": "YulFunctionCall",
"src": "795:22:1"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "819:7:1"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "774:20:1"
},
"nodeType": "YulFunctionCall",
"src": "774:53:1"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "764:6:1"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "847:118:1",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "862:16:1",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "876:2:1",
"type": "",
"value": "32"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "866:6:1",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "892:63:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "927:9:1"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "938:6:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "923:3:1"
},
"nodeType": "YulFunctionCall",
"src": "923:22:1"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "947:7:1"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "902:20:1"
},
"nodeType": "YulFunctionCall",
"src": "902:53:1"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "892:6:1"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_addresst_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "610:9:1",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "621:7:1",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "633:6:1",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "641:6:1",
"type": ""
}
],
"src": "565:407:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1078:452:1",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "1124:16:1",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1133:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1136:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "1126:6:1"
},
"nodeType": "YulFunctionCall",
"src": "1126:12:1"
},
"nodeType": "YulExpressionStatement",
"src": "1126:12:1"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1099:7:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1108:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "1095:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1095:23:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1120:2:1",
"type": "",
"value": "96"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "1091:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1091:32:1"
},
"nodeType": "YulIf",
"src": "1088:2:1"
},
{
"nodeType": "YulBlock",
"src": "1150:117:1",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "1165:15:1",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "1179:1:1",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1169:6:1",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "1194:63:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1229:9:1"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1240:6:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1225:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1225:22:1"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1249:7:1"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "1204:20:1"
},
"nodeType": "YulFunctionCall",
"src": "1204:53:1"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "1194:6:1"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "1277:118:1",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "1292:16:1",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "1306:2:1",
"type": "",
"value": "32"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1296:6:1",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "1322:63:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1357:9:1"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1368:6:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1353:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1353:22:1"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1377:7:1"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "1332:20:1"
},
"nodeType": "YulFunctionCall",
"src": "1332:53:1"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "1322:6:1"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "1405:118:1",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "1420:16:1",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "1434:2:1",
"type": "",
"value": "64"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1424:6:1",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "1450:63:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1485:9:1"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1496:6:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1481:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1481:22:1"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1505:7:1"
}
],
"functionName": {
"name": "abi_decode_t_uint256",
"nodeType": "YulIdentifier",
"src": "1460:20:1"
},
"nodeType": "YulFunctionCall",
"src": "1460:53:1"
},
"variableNames": [
{
"name": "value2",
"nodeType": "YulIdentifier",
"src": "1450:6:1"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_addresst_addresst_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "1032:9:1",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "1043:7:1",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "1055:6:1",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "1063:6:1",
"type": ""
},
{
"name": "value2",
"nodeType": "YulTypedName",
"src": "1071:6:1",
"type": ""
}
],
"src": "978:552:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1619:324:1",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "1665:16:1",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1674:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1677:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "1667:6:1"
},
"nodeType": "YulFunctionCall",
"src": "1667:12:1"
},
"nodeType": "YulExpressionStatement",
"src": "1667:12:1"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1640:7:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1649:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "1636:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1636:23:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1661:2:1",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "1632:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1632:32:1"
},
"nodeType": "YulIf",
"src": "1629:2:1"
},
{
"nodeType": "YulBlock",
"src": "1691:117:1",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "1706:15:1",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "1720:1:1",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1710:6:1",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "1735:63:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1770:9:1"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1781:6:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1766:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1766:22:1"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1790:7:1"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "1745:20:1"
},
"nodeType": "YulFunctionCall",
"src": "1745:53:1"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "1735:6:1"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "1818:118:1",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "1833:16:1",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "1847:2:1",
"type": "",
"value": "32"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1837:6:1",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "1863:63:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1898:9:1"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1909:6:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1894:3:1"
},
"nodeType": "YulFunctionCall",
"src": "1894:22:1"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1918:7:1"
}
],
"functionName": {
"name": "abi_decode_t_uint256",
"nodeType": "YulIdentifier",
"src": "1873:20:1"
},
"nodeType": "YulFunctionCall",
"src": "1873:53:1"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "1863:6:1"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_addresst_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "1581:9:1",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "1592:7:1",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "1604:6:1",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "1612:6:1",
"type": ""
}
],
"src": "1536:407:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2014:53:1",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2031:3:1"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2054:5:1"
}
],
"functionName": {
"name": "cleanup_t_address",
"nodeType": "YulIdentifier",
"src": "2036:17:1"
},
"nodeType": "YulFunctionCall",
"src": "2036:24:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2024:6:1"
},
"nodeType": "YulFunctionCall",
"src": "2024:37:1"
},
"nodeType": "YulExpressionStatement",
"src": "2024:37:1"
}
]
},
"name": "abi_encode_t_address_to_t_address_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "2002:5:1",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "2009:3:1",
"type": ""
}
],
"src": "1949:118:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2132:50:1",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2149:3:1"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2169:5:1"
}
],
"functionName": {
"name": "cleanup_t_bool",
"nodeType": "YulIdentifier",
"src": "2154:14:1"
},
"nodeType": "YulFunctionCall",
"src": "2154:21:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2142:6:1"
},
"nodeType": "YulFunctionCall",
"src": "2142:34:1"
},
"nodeType": "YulExpressionStatement",
"src": "2142:34:1"
}
]
},
"name": "abi_encode_t_bool_to_t_bool_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "2120:5:1",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "2127:3:1",
"type": ""
}
],
"src": "2073:109:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2280:272:1",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "2290:53:1",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2337:5:1"
}
],
"functionName": {
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulIdentifier",
"src": "2304:32:1"
},
"nodeType": "YulFunctionCall",
"src": "2304:39:1"
},
"variables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "2294:6:1",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "2352:78:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2418:3:1"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2423:6:1"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "2359:58:1"
},
"nodeType": "YulFunctionCall",
"src": "2359:71:1"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2352:3:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2465:5:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2472:4:1",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2461:3:1"
},
"nodeType": "YulFunctionCall",
"src": "2461:16:1"
},
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2479:3:1"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2484:6:1"
}
],
"functionName": {
"name": "copy_memory_to_memory",
"nodeType": "YulIdentifier",
"src": "2439:21:1"
},
"nodeType": "YulFunctionCall",
"src": "2439:52:1"
},
"nodeType": "YulExpressionStatement",
"src": "2439:52:1"
},
{
"nodeType": "YulAssignment",
"src": "2500:46:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2511:3:1"
},
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2538:6:1"
}
],
"functionName": {
"name": "round_up_to_mul_of_32",
"nodeType": "YulIdentifier",
"src": "2516:21:1"
},
"nodeType": "YulFunctionCall",
"src": "2516:29:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2507:3:1"
},
"nodeType": "YulFunctionCall",
"src": "2507:39:1"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "2500:3:1"
}
]
}
]
},
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "2261:5:1",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "2268:3:1",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "2276:3:1",
"type": ""
}
],
"src": "2188:364:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2704:223:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "2714:74:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2780:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2785:2:1",
"type": "",
"value": "37"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "2721:58:1"
},
"nodeType": "YulFunctionCall",
"src": "2721:67:1"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2714:3:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2809:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2814:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2805:3:1"
},
"nodeType": "YulFunctionCall",
"src": "2805:11:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "2818:34:1",
"type": "",
"value": "BEP20: transfer from the zero ad"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2798:6:1"
},
"nodeType": "YulFunctionCall",
"src": "2798:55:1"
},
"nodeType": "YulExpressionStatement",
"src": "2798:55:1"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2874:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2879:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2870:3:1"
},
"nodeType": "YulFunctionCall",
"src": "2870:12:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "2884:7:1",
"type": "",
"value": "dress"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2863:6:1"
},
"nodeType": "YulFunctionCall",
"src": "2863:29:1"
},
"nodeType": "YulExpressionStatement",
"src": "2863:29:1"
},
{
"nodeType": "YulAssignment",
"src": "2902:19:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2913:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2918:2:1",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2909:3:1"
},
"nodeType": "YulFunctionCall",
"src": "2909:12:1"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "2902:3:1"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_0d26cf302d50b28de74be656b11d67092b32131e5712d1bcf08c4e976dacda57_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "2692:3:1",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "2700:3:1",
"type": ""
}
],
"src": "2558:369:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3079:222:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "3089:74:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3155:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3160:2:1",
"type": "",
"value": "36"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "3096:58:1"
},
"nodeType": "YulFunctionCall",
"src": "3096:67:1"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3089:3:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3184:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3189:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3180:3:1"
},
"nodeType": "YulFunctionCall",
"src": "3180:11:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "3193:34:1",
"type": "",
"value": "BEP20: approve from the zero add"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3173:6:1"
},
"nodeType": "YulFunctionCall",
"src": "3173:55:1"
},
"nodeType": "YulExpressionStatement",
"src": "3173:55:1"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3249:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3254:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3245:3:1"
},
"nodeType": "YulFunctionCall",
"src": "3245:12:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "3259:6:1",
"type": "",
"value": "ress"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3238:6:1"
},
"nodeType": "YulFunctionCall",
"src": "3238:28:1"
},
"nodeType": "YulExpressionStatement",
"src": "3238:28:1"
},
{
"nodeType": "YulAssignment",
"src": "3276:19:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3287:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3292:2:1",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3283:3:1"
},
"nodeType": "YulFunctionCall",
"src": "3283:12:1"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "3276:3:1"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_1441cfbef485de93bedecc35b3d10fa2992db382c4c9c583a6e423a140abe4a4_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "3067:3:1",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "3075:3:1",
"type": ""
}
],
"src": "2933:368:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3453:224:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "3463:74:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3529:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3534:2:1",
"type": "",
"value": "38"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "3470:58:1"
},
"nodeType": "YulFunctionCall",
"src": "3470:67:1"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3463:3:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3558:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3563:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3554:3:1"
},
"nodeType": "YulFunctionCall",
"src": "3554:11:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "3567:34:1",
"type": "",
"value": "Ownable: new owner is the zero a"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3547:6:1"
},
"nodeType": "YulFunctionCall",
"src": "3547:55:1"
},
"nodeType": "YulExpressionStatement",
"src": "3547:55:1"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3623:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3628:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3619:3:1"
},
"nodeType": "YulFunctionCall",
"src": "3619:12:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "3633:8:1",
"type": "",
"value": "ddress"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3612:6:1"
},
"nodeType": "YulFunctionCall",
"src": "3612:30:1"
},
"nodeType": "YulExpressionStatement",
"src": "3612:30:1"
},
{
"nodeType": "YulAssignment",
"src": "3652:19:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3663:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3668:2:1",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3659:3:1"
},
"nodeType": "YulFunctionCall",
"src": "3659:12:1"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "3652:3:1"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "3441:3:1",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "3449:3:1",
"type": ""
}
],
"src": "3307:370:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3829:226:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "3839:74:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3905:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3910:2:1",
"type": "",
"value": "40"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "3846:58:1"
},
"nodeType": "YulFunctionCall",
"src": "3846:67:1"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3839:3:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3934:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3939:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3930:3:1"
},
"nodeType": "YulFunctionCall",
"src": "3930:11:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "3943:34:1",
"type": "",
"value": "BEP20: transfer amount exceeds a"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3923:6:1"
},
"nodeType": "YulFunctionCall",
"src": "3923:55:1"
},
"nodeType": "YulExpressionStatement",
"src": "3923:55:1"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3999:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4004:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3995:3:1"
},
"nodeType": "YulFunctionCall",
"src": "3995:12:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "4009:10:1",
"type": "",
"value": "llowance"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3988:6:1"
},
"nodeType": "YulFunctionCall",
"src": "3988:32:1"
},
"nodeType": "YulExpressionStatement",
"src": "3988:32:1"
},
{
"nodeType": "YulAssignment",
"src": "4030:19:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4041:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4046:2:1",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4037:3:1"
},
"nodeType": "YulFunctionCall",
"src": "4037:12:1"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "4030:3:1"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_4f3506f4ba71c79c3cbd442a3afeb30e9b27af2d84e116a4385b34e267d2287e_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "3817:3:1",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "3825:3:1",
"type": ""
}
],
"src": "3683:372:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4207:184:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4217:74:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4283:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4288:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "4224:58:1"
},
"nodeType": "YulFunctionCall",
"src": "4224:67:1"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4217:3:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4312:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4317:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4308:3:1"
},
"nodeType": "YulFunctionCall",
"src": "4308:11:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "4321:34:1",
"type": "",
"value": "Ownable: caller is not the owner"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "4301:6:1"
},
"nodeType": "YulFunctionCall",
"src": "4301:55:1"
},
"nodeType": "YulExpressionStatement",
"src": "4301:55:1"
},
{
"nodeType": "YulAssignment",
"src": "4366:19:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4377:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4382:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4373:3:1"
},
"nodeType": "YulFunctionCall",
"src": "4373:12:1"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "4366:3:1"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "4195:3:1",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "4203:3:1",
"type": ""
}
],
"src": "4061:330:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4543:224:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4553:74:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4619:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4624:2:1",
"type": "",
"value": "38"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "4560:58:1"
},
"nodeType": "YulFunctionCall",
"src": "4560:67:1"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4553:3:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4648:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4653:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4644:3:1"
},
"nodeType": "YulFunctionCall",
"src": "4644:11:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "4657:34:1",
"type": "",
"value": "BEP20: transfer amount exceeds b"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "4637:6:1"
},
"nodeType": "YulFunctionCall",
"src": "4637:55:1"
},
"nodeType": "YulExpressionStatement",
"src": "4637:55:1"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4713:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4718:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4709:3:1"
},
"nodeType": "YulFunctionCall",
"src": "4709:12:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "4723:8:1",
"type": "",
"value": "alance"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "4702:6:1"
},
"nodeType": "YulFunctionCall",
"src": "4702:30:1"
},
"nodeType": "YulExpressionStatement",
"src": "4702:30:1"
},
{
"nodeType": "YulAssignment",
"src": "4742:19:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4753:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4758:2:1",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4749:3:1"
},
"nodeType": "YulFunctionCall",
"src": "4749:12:1"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "4742:3:1"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_a91efd7a65ef5b4ae4d6568d674798b78a5a89184dd296c100513251c22d3e73_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "4531:3:1",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "4539:3:1",
"type": ""
}
],
"src": "4397:370:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4919:221:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4929:74:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4995:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5000:2:1",
"type": "",
"value": "35"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "4936:58:1"
},
"nodeType": "YulFunctionCall",
"src": "4936:67:1"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4929:3:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5024:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5029:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5020:3:1"
},
"nodeType": "YulFunctionCall",
"src": "5020:11:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "5033:34:1",
"type": "",
"value": "BEP20: transfer to the zero addr"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "5013:6:1"
},
"nodeType": "YulFunctionCall",
"src": "5013:55:1"
},
"nodeType": "YulExpressionStatement",
"src": "5013:55:1"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5089:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5094:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5085:3:1"
},
"nodeType": "YulFunctionCall",
"src": "5085:12:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "5099:5:1",
"type": "",
"value": "ess"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "5078:6:1"
},
"nodeType": "YulFunctionCall",
"src": "5078:27:1"
},
"nodeType": "YulExpressionStatement",
"src": "5078:27:1"
},
{
"nodeType": "YulAssignment",
"src": "5115:19:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5126:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5131:2:1",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5122:3:1"
},
"nodeType": "YulFunctionCall",
"src": "5122:12:1"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "5115:3:1"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_ade9efcb59e42e439ffe61509b352b1af56d64ccb68d80b039b7b69578f371d2_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "4907:3:1",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "4915:3:1",
"type": ""
}
],
"src": "4773:367:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5292:223:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "5302:74:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5368:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5373:2:1",
"type": "",
"value": "37"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "5309:58:1"
},
"nodeType": "YulFunctionCall",
"src": "5309:67:1"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5302:3:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5397:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5402:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5393:3:1"
},
"nodeType": "YulFunctionCall",
"src": "5393:11:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "5406:34:1",
"type": "",
"value": "BEP20: decreased allowance below"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "5386:6:1"
},
"nodeType": "YulFunctionCall",
"src": "5386:55:1"
},
"nodeType": "YulExpressionStatement",
"src": "5386:55:1"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5462:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5467:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5458:3:1"
},
"nodeType": "YulFunctionCall",
"src": "5458:12:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "5472:7:1",
"type": "",
"value": " zero"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "5451:6:1"
},
"nodeType": "YulFunctionCall",
"src": "5451:29:1"
},
"nodeType": "YulExpressionStatement",
"src": "5451:29:1"
},
{
"nodeType": "YulAssignment",
"src": "5490:19:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5501:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5506:2:1",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5497:3:1"
},
"nodeType": "YulFunctionCall",
"src": "5497:12:1"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "5490:3:1"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_b7060b3538dcd3ddc8a941c91636a8115a1aa46914747fd9809d543bbb46cd22_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "5280:3:1",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "5288:3:1",
"type": ""
}
],
"src": "5146:369:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5667:174:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "5677:74:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5743:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5748:2:1",
"type": "",
"value": "22"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "5684:58:1"
},
"nodeType": "YulFunctionCall",
"src": "5684:67:1"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5677:3:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5772:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5777:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5768:3:1"
},
"nodeType": "YulFunctionCall",
"src": "5768:11:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "5781:24:1",
"type": "",
"value": "Author: Not authorized"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "5761:6:1"
},
"nodeType": "YulFunctionCall",
"src": "5761:45:1"
},
"nodeType": "YulExpressionStatement",
"src": "5761:45:1"
},
{
"nodeType": "YulAssignment",
"src": "5816:19:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5827:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5832:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5823:3:1"
},
"nodeType": "YulFunctionCall",
"src": "5823:12:1"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "5816:3:1"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_b973fcc19d3cfe02d0d18bdfbcc294b5895b5f36a472ee5091061a54e6426cd0_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "5655:3:1",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "5663:3:1",
"type": ""
}
],
"src": "5521:320:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5993:220:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "6003:74:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6069:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6074:2:1",
"type": "",
"value": "34"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "6010:58:1"
},
"nodeType": "YulFunctionCall",
"src": "6010:67:1"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6003:3:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6098:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6103:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6094:3:1"
},
"nodeType": "YulFunctionCall",
"src": "6094:11:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "6107:34:1",
"type": "",
"value": "BEP20: approve to the zero addre"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "6087:6:1"
},
"nodeType": "YulFunctionCall",
"src": "6087:55:1"
},
"nodeType": "YulExpressionStatement",
"src": "6087:55:1"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6163:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6168:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6159:3:1"
},
"nodeType": "YulFunctionCall",
"src": "6159:12:1"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "6173:4:1",
"type": "",
"value": "ss"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "6152:6:1"
},
"nodeType": "YulFunctionCall",
"src": "6152:26:1"
},
"nodeType": "YulExpressionStatement",
"src": "6152:26:1"
},
{
"nodeType": "YulAssignment",
"src": "6188:19:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6199:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6204:2:1",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6195:3:1"
},
"nodeType": "YulFunctionCall",
"src": "6195:12:1"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "6188:3:1"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_f10e7571e18b354270dee950932fb6a745efc79414b2b2556185a4ed6a1af0d5_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "5981:3:1",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "5989:3:1",
"type": ""
}
],
"src": "5847:366:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6284:53:1",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6301:3:1"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "6324:5:1"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "6306:17:1"
},
"nodeType": "YulFunctionCall",
"src": "6306:24:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "6294:6:1"
},
"nodeType": "YulFunctionCall",
"src": "6294:37:1"
},
"nodeType": "YulExpressionStatement",
"src": "6294:37:1"
}
]
},
"name": "abi_encode_t_uint256_to_t_uint256_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "6272:5:1",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "6279:3:1",
"type": ""
}
],
"src": "6219:118:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6404:51:1",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6421:3:1"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "6442:5:1"
}
],
"functionName": {
"name": "cleanup_t_uint8",
"nodeType": "YulIdentifier",
"src": "6426:15:1"
},
"nodeType": "YulFunctionCall",
"src": "6426:22:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "6414:6:1"
},
"nodeType": "YulFunctionCall",
"src": "6414:35:1"
},
"nodeType": "YulExpressionStatement",
"src": "6414:35:1"
}
]
},
"name": "abi_encode_t_uint8_to_t_uint8_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "6392:5:1",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "6399:3:1",
"type": ""
}
],
"src": "6343:112:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6559:124:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "6569:26:1",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6581:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6592:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6577:3:1"
},
"nodeType": "YulFunctionCall",
"src": "6577:18:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "6569:4:1"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "6649:6:1"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6662:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6673:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6658:3:1"
},
"nodeType": "YulFunctionCall",
"src": "6658:17:1"
}
],
"functionName": {
"name": "abi_encode_t_address_to_t_address_fromStack",
"nodeType": "YulIdentifier",
"src": "6605:43:1"
},
"nodeType": "YulFunctionCall",
"src": "6605:71:1"
},
"nodeType": "YulExpressionStatement",
"src": "6605:71:1"
}
]
},
"name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "6531:9:1",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "6543:6:1",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "6554:4:1",
"type": ""
}
],
"src": "6461:222:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6781:118:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "6791:26:1",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6803:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6814:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6799:3:1"
},
"nodeType": "YulFunctionCall",
"src": "6799:18:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "6791:4:1"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "6865:6:1"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "6878:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6889:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6874:3:1"
},
"nodeType": "YulFunctionCall",
"src": "6874:17:1"
}
],
"functionName": {
"name": "abi_encode_t_bool_to_t_bool_fromStack",
"nodeType": "YulIdentifier",
"src": "6827:37:1"
},
"nodeType": "YulFunctionCall",
"src": "6827:65:1"
},
"nodeType": "YulExpressionStatement",
"src": "6827:65:1"
}
]
},
"name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "6753:9:1",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "6765:6:1",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "6776:4:1",
"type": ""
}
],
"src": "6689:210:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "7023:195:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "7033:26:1",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7045:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7056:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7041:3:1"
},
"nodeType": "YulFunctionCall",
"src": "7041:18:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "7033:4:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7080:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7091:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7076:3:1"
},
"nodeType": "YulFunctionCall",
"src": "7076:17:1"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "7099:4:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7105:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "7095:3:1"
},
"nodeType": "YulFunctionCall",
"src": "7095:20:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "7069:6:1"
},
"nodeType": "YulFunctionCall",
"src": "7069:47:1"
},
"nodeType": "YulExpressionStatement",
"src": "7069:47:1"
},
{
"nodeType": "YulAssignment",
"src": "7125:86:1",
"value": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "7197:6:1"
},
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "7206:4:1"
}
],
"functionName": {
"name": "abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "7133:63:1"
},
"nodeType": "YulFunctionCall",
"src": "7133:78:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "7125:4:1"
}
]
}
]
},
"name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "6995:9:1",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "7007:6:1",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "7018:4:1",
"type": ""
}
],
"src": "6905:313:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "7395:248:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "7405:26:1",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7417:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7428:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7413:3:1"
},
"nodeType": "YulFunctionCall",
"src": "7413:18:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "7405:4:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7452:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7463:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7448:3:1"
},
"nodeType": "YulFunctionCall",
"src": "7448:17:1"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "7471:4:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7477:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "7467:3:1"
},
"nodeType": "YulFunctionCall",
"src": "7467:20:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "7441:6:1"
},
"nodeType": "YulFunctionCall",
"src": "7441:47:1"
},
"nodeType": "YulExpressionStatement",
"src": "7441:47:1"
},
{
"nodeType": "YulAssignment",
"src": "7497:139:1",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "7631:4:1"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_0d26cf302d50b28de74be656b11d67092b32131e5712d1bcf08c4e976dacda57_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "7505:124:1"
},
"nodeType": "YulFunctionCall",
"src": "7505:131:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "7497:4:1"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_0d26cf302d50b28de74be656b11d67092b32131e5712d1bcf08c4e976dacda57__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "7375:9:1",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "7390:4:1",
"type": ""
}
],
"src": "7224:419:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "7820:248:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "7830:26:1",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7842:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7853:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7838:3:1"
},
"nodeType": "YulFunctionCall",
"src": "7838:18:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "7830:4:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7877:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7888:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7873:3:1"
},
"nodeType": "YulFunctionCall",
"src": "7873:17:1"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "7896:4:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "7902:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "7892:3:1"
},
"nodeType": "YulFunctionCall",
"src": "7892:20:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "7866:6:1"
},
"nodeType": "YulFunctionCall",
"src": "7866:47:1"
},
"nodeType": "YulExpressionStatement",
"src": "7866:47:1"
},
{
"nodeType": "YulAssignment",
"src": "7922:139:1",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "8056:4:1"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_1441cfbef485de93bedecc35b3d10fa2992db382c4c9c583a6e423a140abe4a4_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "7930:124:1"
},
"nodeType": "YulFunctionCall",
"src": "7930:131:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "7922:4:1"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_1441cfbef485de93bedecc35b3d10fa2992db382c4c9c583a6e423a140abe4a4__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "7800:9:1",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "7815:4:1",
"type": ""
}
],
"src": "7649:419:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "8245:248:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "8255:26:1",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8267:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8278:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8263:3:1"
},
"nodeType": "YulFunctionCall",
"src": "8263:18:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "8255:4:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8302:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8313:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8298:3:1"
},
"nodeType": "YulFunctionCall",
"src": "8298:17:1"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "8321:4:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8327:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "8317:3:1"
},
"nodeType": "YulFunctionCall",
"src": "8317:20:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "8291:6:1"
},
"nodeType": "YulFunctionCall",
"src": "8291:47:1"
},
"nodeType": "YulExpressionStatement",
"src": "8291:47:1"
},
{
"nodeType": "YulAssignment",
"src": "8347:139:1",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "8481:4:1"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "8355:124:1"
},
"nodeType": "YulFunctionCall",
"src": "8355:131:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "8347:4:1"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "8225:9:1",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "8240:4:1",
"type": ""
}
],
"src": "8074:419:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "8670:248:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "8680:26:1",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8692:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8703:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8688:3:1"
},
"nodeType": "YulFunctionCall",
"src": "8688:18:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "8680:4:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8727:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8738:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8723:3:1"
},
"nodeType": "YulFunctionCall",
"src": "8723:17:1"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "8746:4:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8752:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "8742:3:1"
},
"nodeType": "YulFunctionCall",
"src": "8742:20:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "8716:6:1"
},
"nodeType": "YulFunctionCall",
"src": "8716:47:1"
},
"nodeType": "YulExpressionStatement",
"src": "8716:47:1"
},
{
"nodeType": "YulAssignment",
"src": "8772:139:1",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "8906:4:1"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_4f3506f4ba71c79c3cbd442a3afeb30e9b27af2d84e116a4385b34e267d2287e_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "8780:124:1"
},
"nodeType": "YulFunctionCall",
"src": "8780:131:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "8772:4:1"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_4f3506f4ba71c79c3cbd442a3afeb30e9b27af2d84e116a4385b34e267d2287e__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "8650:9:1",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "8665:4:1",
"type": ""
}
],
"src": "8499:419:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "9095:248:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "9105:26:1",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9117:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9128:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9113:3:1"
},
"nodeType": "YulFunctionCall",
"src": "9113:18:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "9105:4:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9152:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9163:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9148:3:1"
},
"nodeType": "YulFunctionCall",
"src": "9148:17:1"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "9171:4:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9177:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "9167:3:1"
},
"nodeType": "YulFunctionCall",
"src": "9167:20:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "9141:6:1"
},
"nodeType": "YulFunctionCall",
"src": "9141:47:1"
},
"nodeType": "YulExpressionStatement",
"src": "9141:47:1"
},
{
"nodeType": "YulAssignment",
"src": "9197:139:1",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "9331:4:1"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "9205:124:1"
},
"nodeType": "YulFunctionCall",
"src": "9205:131:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "9197:4:1"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "9075:9:1",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "9090:4:1",
"type": ""
}
],
"src": "8924:419:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "9520:248:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "9530:26:1",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9542:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9553:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9538:3:1"
},
"nodeType": "YulFunctionCall",
"src": "9538:18:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "9530:4:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9577:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9588:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9573:3:1"
},
"nodeType": "YulFunctionCall",
"src": "9573:17:1"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "9596:4:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9602:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "9592:3:1"
},
"nodeType": "YulFunctionCall",
"src": "9592:20:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "9566:6:1"
},
"nodeType": "YulFunctionCall",
"src": "9566:47:1"
},
"nodeType": "YulExpressionStatement",
"src": "9566:47:1"
},
{
"nodeType": "YulAssignment",
"src": "9622:139:1",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "9756:4:1"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_a91efd7a65ef5b4ae4d6568d674798b78a5a89184dd296c100513251c22d3e73_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "9630:124:1"
},
"nodeType": "YulFunctionCall",
"src": "9630:131:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "9622:4:1"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_a91efd7a65ef5b4ae4d6568d674798b78a5a89184dd296c100513251c22d3e73__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "9500:9:1",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "9515:4:1",
"type": ""
}
],
"src": "9349:419:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "9945:248:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "9955:26:1",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9967:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9978:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9963:3:1"
},
"nodeType": "YulFunctionCall",
"src": "9963:18:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "9955:4:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10002:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10013:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9998:3:1"
},
"nodeType": "YulFunctionCall",
"src": "9998:17:1"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10021:4:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10027:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "10017:3:1"
},
"nodeType": "YulFunctionCall",
"src": "10017:20:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "9991:6:1"
},
"nodeType": "YulFunctionCall",
"src": "9991:47:1"
},
"nodeType": "YulExpressionStatement",
"src": "9991:47:1"
},
{
"nodeType": "YulAssignment",
"src": "10047:139:1",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10181:4:1"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_ade9efcb59e42e439ffe61509b352b1af56d64ccb68d80b039b7b69578f371d2_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "10055:124:1"
},
"nodeType": "YulFunctionCall",
"src": "10055:131:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10047:4:1"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_ade9efcb59e42e439ffe61509b352b1af56d64ccb68d80b039b7b69578f371d2__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "9925:9:1",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "9940:4:1",
"type": ""
}
],
"src": "9774:419:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "10370:248:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "10380:26:1",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10392:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10403:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10388:3:1"
},
"nodeType": "YulFunctionCall",
"src": "10388:18:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10380:4:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10427:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10438:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10423:3:1"
},
"nodeType": "YulFunctionCall",
"src": "10423:17:1"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10446:4:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10452:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "10442:3:1"
},
"nodeType": "YulFunctionCall",
"src": "10442:20:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "10416:6:1"
},
"nodeType": "YulFunctionCall",
"src": "10416:47:1"
},
"nodeType": "YulExpressionStatement",
"src": "10416:47:1"
},
{
"nodeType": "YulAssignment",
"src": "10472:139:1",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10606:4:1"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_b7060b3538dcd3ddc8a941c91636a8115a1aa46914747fd9809d543bbb46cd22_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "10480:124:1"
},
"nodeType": "YulFunctionCall",
"src": "10480:131:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10472:4:1"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_b7060b3538dcd3ddc8a941c91636a8115a1aa46914747fd9809d543bbb46cd22__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "10350:9:1",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "10365:4:1",
"type": ""
}
],
"src": "10199:419:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "10795:248:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "10805:26:1",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10817:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10828:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10813:3:1"
},
"nodeType": "YulFunctionCall",
"src": "10813:18:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10805:4:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10852:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10863:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10848:3:1"
},
"nodeType": "YulFunctionCall",
"src": "10848:17:1"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10871:4:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10877:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "10867:3:1"
},
"nodeType": "YulFunctionCall",
"src": "10867:20:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "10841:6:1"
},
"nodeType": "YulFunctionCall",
"src": "10841:47:1"
},
"nodeType": "YulExpressionStatement",
"src": "10841:47:1"
},
{
"nodeType": "YulAssignment",
"src": "10897:139:1",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "11031:4:1"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_b973fcc19d3cfe02d0d18bdfbcc294b5895b5f36a472ee5091061a54e6426cd0_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "10905:124:1"
},
"nodeType": "YulFunctionCall",
"src": "10905:131:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10897:4:1"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_b973fcc19d3cfe02d0d18bdfbcc294b5895b5f36a472ee5091061a54e6426cd0__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "10775:9:1",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "10790:4:1",
"type": ""
}
],
"src": "10624:419:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "11220:248:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "11230:26:1",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "11242:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11253:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11238:3:1"
},
"nodeType": "YulFunctionCall",
"src": "11238:18:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "11230:4:1"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "11277:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11288:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11273:3:1"
},
"nodeType": "YulFunctionCall",
"src": "11273:17:1"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "11296:4:1"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "11302:9:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "11292:3:1"
},
"nodeType": "YulFunctionCall",
"src": "11292:20:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "11266:6:1"
},
"nodeType": "YulFunctionCall",
"src": "11266:47:1"
},
"nodeType": "YulExpressionStatement",
"src": "11266:47:1"
},
{
"nodeType": "YulAssignment",
"src": "11322:139:1",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "11456:4:1"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_f10e7571e18b354270dee950932fb6a745efc79414b2b2556185a4ed6a1af0d5_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "11330:124:1"
},
"nodeType": "YulFunctionCall",
"src": "11330:131:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "11322:4:1"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_f10e7571e18b354270dee950932fb6a745efc79414b2b2556185a4ed6a1af0d5__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "11200:9:1",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "11215:4:1",
"type": ""
}
],
"src": "11049:419:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "11572:124:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "11582:26:1",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "11594:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11605:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11590:3:1"
},
"nodeType": "YulFunctionCall",
"src": "11590:18:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "11582:4:1"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "11662:6:1"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "11675:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11686:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11671:3:1"
},
"nodeType": "YulFunctionCall",
"src": "11671:17:1"
}
],
"functionName": {
"name": "abi_encode_t_uint256_to_t_uint256_fromStack",
"nodeType": "YulIdentifier",
"src": "11618:43:1"
},
"nodeType": "YulFunctionCall",
"src": "11618:71:1"
},
"nodeType": "YulExpressionStatement",
"src": "11618:71:1"
}
]
},
"name": "abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "11544:9:1",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "11556:6:1",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "11567:4:1",
"type": ""
}
],
"src": "11474:222:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "11796:120:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "11806:26:1",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "11818:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11829:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11814:3:1"
},
"nodeType": "YulFunctionCall",
"src": "11814:18:1"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "11806:4:1"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "11882:6:1"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "11895:9:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11906:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11891:3:1"
},
"nodeType": "YulFunctionCall",
"src": "11891:17:1"
}
],
"functionName": {
"name": "abi_encode_t_uint8_to_t_uint8_fromStack",
"nodeType": "YulIdentifier",
"src": "11842:39:1"
},
"nodeType": "YulFunctionCall",
"src": "11842:67:1"
},
"nodeType": "YulExpressionStatement",
"src": "11842:67:1"
}
]
},
"name": "abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "11768:9:1",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "11780:6:1",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "11791:4:1",
"type": ""
}
],
"src": "11702:214:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "11981:40:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "11992:22:1",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "12008:5:1"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "12002:5:1"
},
"nodeType": "YulFunctionCall",
"src": "12002:12:1"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "11992:6:1"
}
]
}
]
},
"name": "array_length_t_string_memory_ptr",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "11964:5:1",
"type": ""
}
],
"returnVariables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "11974:6:1",
"type": ""
}
],
"src": "11922:99:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12123:73:1",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12140:3:1"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "12145:6:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "12133:6:1"
},
"nodeType": "YulFunctionCall",
"src": "12133:19:1"
},
"nodeType": "YulExpressionStatement",
"src": "12133:19:1"
},
{
"nodeType": "YulAssignment",
"src": "12161:29:1",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "12180:3:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12185:4:1",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12176:3:1"
},
"nodeType": "YulFunctionCall",
"src": "12176:14:1"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "12161:11:1"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "12095:3:1",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "12100:6:1",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "12111:11:1",
"type": ""
}
],
"src": "12027:169:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12246:261:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "12256:25:1",
"value": {
"arguments": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "12279:1:1"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "12261:17:1"
},
"nodeType": "YulFunctionCall",
"src": "12261:20:1"
},
"variableNames": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "12256:1:1"
}
]
},
{
"nodeType": "YulAssignment",
"src": "12290:25:1",
"value": {
"arguments": [
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "12313:1:1"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "12295:17:1"
},
"nodeType": "YulFunctionCall",
"src": "12295:20:1"
},
"variableNames": [
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "12290:1:1"
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "12453:22:1",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x11",
"nodeType": "YulIdentifier",
"src": "12455:16:1"
},
"nodeType": "YulFunctionCall",
"src": "12455:18:1"
},
"nodeType": "YulExpressionStatement",
"src": "12455:18:1"
}
]
},
"condition": {
"arguments": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "12374:1:1"
},
{
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12381:66:1",
"type": "",
"value": "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
},
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "12449:1:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "12377:3:1"
},
"nodeType": "YulFunctionCall",
"src": "12377:74:1"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "12371:2:1"
},
"nodeType": "YulFunctionCall",
"src": "12371:81:1"
},
"nodeType": "YulIf",
"src": "12368:2:1"
},
{
"nodeType": "YulAssignment",
"src": "12485:16:1",
"value": {
"arguments": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "12496:1:1"
},
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "12499:1:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12492:3:1"
},
"nodeType": "YulFunctionCall",
"src": "12492:9:1"
},
"variableNames": [
{
"name": "sum",
"nodeType": "YulIdentifier",
"src": "12485:3:1"
}
]
}
]
},
"name": "checked_add_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "x",
"nodeType": "YulTypedName",
"src": "12233:1:1",
"type": ""
},
{
"name": "y",
"nodeType": "YulTypedName",
"src": "12236:1:1",
"type": ""
}
],
"returnVariables": [
{
"name": "sum",
"nodeType": "YulTypedName",
"src": "12242:3:1",
"type": ""
}
],
"src": "12202:305:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12558:146:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "12568:25:1",
"value": {
"arguments": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "12591:1:1"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "12573:17:1"
},
"nodeType": "YulFunctionCall",
"src": "12573:20:1"
},
"variableNames": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "12568:1:1"
}
]
},
{
"nodeType": "YulAssignment",
"src": "12602:25:1",
"value": {
"arguments": [
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "12625:1:1"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "12607:17:1"
},
"nodeType": "YulFunctionCall",
"src": "12607:20:1"
},
"variableNames": [
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "12602:1:1"
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "12649:22:1",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x11",
"nodeType": "YulIdentifier",
"src": "12651:16:1"
},
"nodeType": "YulFunctionCall",
"src": "12651:18:1"
},
"nodeType": "YulExpressionStatement",
"src": "12651:18:1"
}
]
},
"condition": {
"arguments": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "12643:1:1"
},
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "12646:1:1"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "12640:2:1"
},
"nodeType": "YulFunctionCall",
"src": "12640:8:1"
},
"nodeType": "YulIf",
"src": "12637:2:1"
},
{
"nodeType": "YulAssignment",
"src": "12681:17:1",
"value": {
"arguments": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "12693:1:1"
},
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "12696:1:1"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "12689:3:1"
},
"nodeType": "YulFunctionCall",
"src": "12689:9:1"
},
"variableNames": [
{
"name": "diff",
"nodeType": "YulIdentifier",
"src": "12681:4:1"
}
]
}
]
},
"name": "checked_sub_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "x",
"nodeType": "YulTypedName",
"src": "12544:1:1",
"type": ""
},
{
"name": "y",
"nodeType": "YulTypedName",
"src": "12547:1:1",
"type": ""
}
],
"returnVariables": [
{
"name": "diff",
"nodeType": "YulTypedName",
"src": "12553:4:1",
"type": ""
}
],
"src": "12513:191:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12755:51:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "12765:35:1",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "12794:5:1"
}
],
"functionName": {
"name": "cleanup_t_uint160",
"nodeType": "YulIdentifier",
"src": "12776:17:1"
},
"nodeType": "YulFunctionCall",
"src": "12776:24:1"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "12765:7:1"
}
]
}
]
},
"name": "cleanup_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "12737:5:1",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "12747:7:1",
"type": ""
}
],
"src": "12710:96:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12854:48:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "12864:32:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "12889:5:1"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "12882:6:1"
},
"nodeType": "YulFunctionCall",
"src": "12882:13:1"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "12875:6:1"
},
"nodeType": "YulFunctionCall",
"src": "12875:21:1"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "12864:7:1"
}
]
}
]
},
"name": "cleanup_t_bool",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "12836:5:1",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "12846:7:1",
"type": ""
}
],
"src": "12812:90:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12953:81:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "12963:65:1",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "12978:5:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12985:42:1",
"type": "",
"value": "0xffffffffffffffffffffffffffffffffffffffff"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "12974:3:1"
},
"nodeType": "YulFunctionCall",
"src": "12974:54:1"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "12963:7:1"
}
]
}
]
},
"name": "cleanup_t_uint160",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "12935:5:1",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "12945:7:1",
"type": ""
}
],
"src": "12908:126:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13085:32:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "13095:16:1",
"value": {
"name": "value",
"nodeType": "YulIdentifier",
"src": "13106:5:1"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "13095:7:1"
}
]
}
]
},
"name": "cleanup_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "13067:5:1",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "13077:7:1",
"type": ""
}
],
"src": "13040:77:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13166:43:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "13176:27:1",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "13191:5:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13198:4:1",
"type": "",
"value": "0xff"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "13187:3:1"
},
"nodeType": "YulFunctionCall",
"src": "13187:16:1"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "13176:7:1"
}
]
}
]
},
"name": "cleanup_t_uint8",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "13148:5:1",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "13158:7:1",
"type": ""
}
],
"src": "13123:86:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13264:258:1",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "13274:10:1",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "13283:1:1",
"type": "",
"value": "0"
},
"variables": [
{
"name": "i",
"nodeType": "YulTypedName",
"src": "13278:1:1",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "13343:63:1",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "13368:3:1"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "13373:1:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13364:3:1"
},
"nodeType": "YulFunctionCall",
"src": "13364:11:1"
},
{
"arguments": [
{
"arguments": [
{
"name": "src",
"nodeType": "YulIdentifier",
"src": "13387:3:1"
},
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "13392:1:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13383:3:1"
},
"nodeType": "YulFunctionCall",
"src": "13383:11:1"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "13377:5:1"
},
"nodeType": "YulFunctionCall",
"src": "13377:18:1"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "13357:6:1"
},
"nodeType": "YulFunctionCall",
"src": "13357:39:1"
},
"nodeType": "YulExpressionStatement",
"src": "13357:39:1"
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "13304:1:1"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "13307:6:1"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "13301:2:1"
},
"nodeType": "YulFunctionCall",
"src": "13301:13:1"
},
"nodeType": "YulForLoop",
"post": {
"nodeType": "YulBlock",
"src": "13315:19:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "13317:15:1",
"value": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "13326:1:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13329:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13322:3:1"
},
"nodeType": "YulFunctionCall",
"src": "13322:10:1"
},
"variableNames": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "13317:1:1"
}
]
}
]
},
"pre": {
"nodeType": "YulBlock",
"src": "13297:3:1",
"statements": []
},
"src": "13293:113:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13440:76:1",
"statements": [
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "dst",
"nodeType": "YulIdentifier",
"src": "13490:3:1"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "13495:6:1"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13486:3:1"
},
"nodeType": "YulFunctionCall",
"src": "13486:16:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13504:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "13479:6:1"
},
"nodeType": "YulFunctionCall",
"src": "13479:27:1"
},
"nodeType": "YulExpressionStatement",
"src": "13479:27:1"
}
]
},
"condition": {
"arguments": [
{
"name": "i",
"nodeType": "YulIdentifier",
"src": "13421:1:1"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "13424:6:1"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "13418:2:1"
},
"nodeType": "YulFunctionCall",
"src": "13418:13:1"
},
"nodeType": "YulIf",
"src": "13415:2:1"
}
]
},
"name": "copy_memory_to_memory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "src",
"nodeType": "YulTypedName",
"src": "13246:3:1",
"type": ""
},
{
"name": "dst",
"nodeType": "YulTypedName",
"src": "13251:3:1",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "13256:6:1",
"type": ""
}
],
"src": "13215:307:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13579:269:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "13589:22:1",
"value": {
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "13603:4:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13609:1:1",
"type": "",
"value": "2"
}
],
"functionName": {
"name": "div",
"nodeType": "YulIdentifier",
"src": "13599:3:1"
},
"nodeType": "YulFunctionCall",
"src": "13599:12:1"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "13589:6:1"
}
]
},
{
"nodeType": "YulVariableDeclaration",
"src": "13620:38:1",
"value": {
"arguments": [
{
"name": "data",
"nodeType": "YulIdentifier",
"src": "13650:4:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13656:1:1",
"type": "",
"value": "1"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "13646:3:1"
},
"nodeType": "YulFunctionCall",
"src": "13646:12:1"
},
"variables": [
{
"name": "outOfPlaceEncoding",
"nodeType": "YulTypedName",
"src": "13624:18:1",
"type": ""
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "13697:51:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "13711:27:1",
"value": {
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "13725:6:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13733:4:1",
"type": "",
"value": "0x7f"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "13721:3:1"
},
"nodeType": "YulFunctionCall",
"src": "13721:17:1"
},
"variableNames": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "13711:6:1"
}
]
}
]
},
"condition": {
"arguments": [
{
"name": "outOfPlaceEncoding",
"nodeType": "YulIdentifier",
"src": "13677:18:1"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "13670:6:1"
},
"nodeType": "YulFunctionCall",
"src": "13670:26:1"
},
"nodeType": "YulIf",
"src": "13667:2:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13800:42:1",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x22",
"nodeType": "YulIdentifier",
"src": "13814:16:1"
},
"nodeType": "YulFunctionCall",
"src": "13814:18:1"
},
"nodeType": "YulExpressionStatement",
"src": "13814:18:1"
}
]
},
"condition": {
"arguments": [
{
"name": "outOfPlaceEncoding",
"nodeType": "YulIdentifier",
"src": "13764:18:1"
},
{
"arguments": [
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "13787:6:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13795:2:1",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "13784:2:1"
},
"nodeType": "YulFunctionCall",
"src": "13784:14:1"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "13761:2:1"
},
"nodeType": "YulFunctionCall",
"src": "13761:38:1"
},
"nodeType": "YulIf",
"src": "13758:2:1"
}
]
},
"name": "extract_byte_array_length",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "data",
"nodeType": "YulTypedName",
"src": "13563:4:1",
"type": ""
}
],
"returnVariables": [
{
"name": "length",
"nodeType": "YulTypedName",
"src": "13572:6:1",
"type": ""
}
],
"src": "13528:320:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13882:152:1",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13899:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13902:77:1",
"type": "",
"value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "13892:6:1"
},
"nodeType": "YulFunctionCall",
"src": "13892:88:1"
},
"nodeType": "YulExpressionStatement",
"src": "13892:88:1"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13996:1:1",
"type": "",
"value": "4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13999:4:1",
"type": "",
"value": "0x11"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "13989:6:1"
},
"nodeType": "YulFunctionCall",
"src": "13989:15:1"
},
"nodeType": "YulExpressionStatement",
"src": "13989:15:1"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14020:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14023:4:1",
"type": "",
"value": "0x24"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "14013:6:1"
},
"nodeType": "YulFunctionCall",
"src": "14013:15:1"
},
"nodeType": "YulExpressionStatement",
"src": "14013:15:1"
}
]
},
"name": "panic_error_0x11",
"nodeType": "YulFunctionDefinition",
"src": "13854:180:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14068:152:1",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14085:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14088:77:1",
"type": "",
"value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "14078:6:1"
},
"nodeType": "YulFunctionCall",
"src": "14078:88:1"
},
"nodeType": "YulExpressionStatement",
"src": "14078:88:1"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14182:1:1",
"type": "",
"value": "4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14185:4:1",
"type": "",
"value": "0x22"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "14175:6:1"
},
"nodeType": "YulFunctionCall",
"src": "14175:15:1"
},
"nodeType": "YulExpressionStatement",
"src": "14175:15:1"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14206:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14209:4:1",
"type": "",
"value": "0x24"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "14199:6:1"
},
"nodeType": "YulFunctionCall",
"src": "14199:15:1"
},
"nodeType": "YulExpressionStatement",
"src": "14199:15:1"
}
]
},
"name": "panic_error_0x22",
"nodeType": "YulFunctionDefinition",
"src": "14040:180:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14274:54:1",
"statements": [
{
"nodeType": "YulAssignment",
"src": "14284:38:1",
"value": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "14302:5:1"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14309:2:1",
"type": "",
"value": "31"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14298:3:1"
},
"nodeType": "YulFunctionCall",
"src": "14298:14:1"
},
{
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14318:2:1",
"type": "",
"value": "31"
}
],
"functionName": {
"name": "not",
"nodeType": "YulIdentifier",
"src": "14314:3:1"
},
"nodeType": "YulFunctionCall",
"src": "14314:7:1"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "14294:3:1"
},
"nodeType": "YulFunctionCall",
"src": "14294:28:1"
},
"variableNames": [
{
"name": "result",
"nodeType": "YulIdentifier",
"src": "14284:6:1"
}
]
}
]
},
"name": "round_up_to_mul_of_32",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "14257:5:1",
"type": ""
}
],
"returnVariables": [
{
"name": "result",
"nodeType": "YulTypedName",
"src": "14267:6:1",
"type": ""
}
],
"src": "14226:102:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14377:79:1",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "14434:16:1",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14443:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14446:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "14436:6:1"
},
"nodeType": "YulFunctionCall",
"src": "14436:12:1"
},
"nodeType": "YulExpressionStatement",
"src": "14436:12:1"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "14400:5:1"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "14425:5:1"
}
],
"functionName": {
"name": "cleanup_t_address",
"nodeType": "YulIdentifier",
"src": "14407:17:1"
},
"nodeType": "YulFunctionCall",
"src": "14407:24:1"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "14397:2:1"
},
"nodeType": "YulFunctionCall",
"src": "14397:35:1"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "14390:6:1"
},
"nodeType": "YulFunctionCall",
"src": "14390:43:1"
},
"nodeType": "YulIf",
"src": "14387:2:1"
}
]
},
"name": "validator_revert_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "14370:5:1",
"type": ""
}
],
"src": "14334:122:1"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14505:79:1",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "14562:16:1",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14571:1:1",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14574:1:1",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "14564:6:1"
},
"nodeType": "YulFunctionCall",
"src": "14564:12:1"
},
"nodeType": "YulExpressionStatement",
"src": "14564:12:1"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "14528:5:1"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "14553:5:1"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "14535:17:1"
},
"nodeType": "YulFunctionCall",
"src": "14535:24:1"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "14525:2:1"
},
"nodeType": "YulFunctionCall",
"src": "14525:35:1"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "14518:6:1"
},
"nodeType": "YulFunctionCall",
"src": "14518:43:1"
},
"nodeType": "YulIf",
"src": "14515:2:1"
}
]
},
"name": "validator_revert_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "14498:5:1",
"type": ""
}
],
"src": "14462:122:1"
}
]
},
"contents": "{\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_addresst_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_addresst_addresst_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_addresst_uint256(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {\n mstore(pos, cleanup_t_bool(value))\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_stringliteral_0d26cf302d50b28de74be656b11d67092b32131e5712d1bcf08c4e976dacda57_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n\n mstore(add(pos, 0), \"BEP20: transfer from the zero ad\")\n\n mstore(add(pos, 32), \"dress\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_1441cfbef485de93bedecc35b3d10fa2992db382c4c9c583a6e423a140abe4a4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 36)\n\n mstore(add(pos, 0), \"BEP20: approve from the zero add\")\n\n mstore(add(pos, 32), \"ress\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 38)\n\n mstore(add(pos, 0), \"Ownable: new owner is the zero a\")\n\n mstore(add(pos, 32), \"ddress\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_4f3506f4ba71c79c3cbd442a3afeb30e9b27af2d84e116a4385b34e267d2287e_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 40)\n\n mstore(add(pos, 0), \"BEP20: transfer amount exceeds a\")\n\n mstore(add(pos, 32), \"llowance\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n\n mstore(add(pos, 0), \"Ownable: caller is not the owner\")\n\n end := add(pos, 32)\n }\n\n function abi_encode_t_stringliteral_a91efd7a65ef5b4ae4d6568d674798b78a5a89184dd296c100513251c22d3e73_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 38)\n\n mstore(add(pos, 0), \"BEP20: transfer amount exceeds b\")\n\n mstore(add(pos, 32), \"alance\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_ade9efcb59e42e439ffe61509b352b1af56d64ccb68d80b039b7b69578f371d2_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 35)\n\n mstore(add(pos, 0), \"BEP20: transfer to the zero addr\")\n\n mstore(add(pos, 32), \"ess\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_b7060b3538dcd3ddc8a941c91636a8115a1aa46914747fd9809d543bbb46cd22_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n\n mstore(add(pos, 0), \"BEP20: decreased allowance below\")\n\n mstore(add(pos, 32), \" zero\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_b973fcc19d3cfe02d0d18bdfbcc294b5895b5f36a472ee5091061a54e6426cd0_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 22)\n\n mstore(add(pos, 0), \"Author: Not authorized\")\n\n end := add(pos, 32)\n }\n\n function abi_encode_t_stringliteral_f10e7571e18b354270dee950932fb6a745efc79414b2b2556185a4ed6a1af0d5_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 34)\n\n mstore(add(pos, 0), \"BEP20: approve to the zero addre\")\n\n mstore(add(pos, 32), \"ss\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_t_uint8_to_t_uint8_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint8(value))\n }\n\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bool_to_t_bool_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_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_string_memory_ptr_to_t_string_memory_ptr_fromStack(value0, tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_0d26cf302d50b28de74be656b11d67092b32131e5712d1bcf08c4e976dacda57__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0d26cf302d50b28de74be656b11d67092b32131e5712d1bcf08c4e976dacda57_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_1441cfbef485de93bedecc35b3d10fa2992db382c4c9c583a6e423a140abe4a4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_1441cfbef485de93bedecc35b3d10fa2992db382c4c9c583a6e423a140abe4a4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_4f3506f4ba71c79c3cbd442a3afeb30e9b27af2d84e116a4385b34e267d2287e__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_4f3506f4ba71c79c3cbd442a3afeb30e9b27af2d84e116a4385b34e267d2287e_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_a91efd7a65ef5b4ae4d6568d674798b78a5a89184dd296c100513251c22d3e73__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_a91efd7a65ef5b4ae4d6568d674798b78a5a89184dd296c100513251c22d3e73_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_ade9efcb59e42e439ffe61509b352b1af56d64ccb68d80b039b7b69578f371d2__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_ade9efcb59e42e439ffe61509b352b1af56d64ccb68d80b039b7b69578f371d2_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_b7060b3538dcd3ddc8a941c91636a8115a1aa46914747fd9809d543bbb46cd22__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_b7060b3538dcd3ddc8a941c91636a8115a1aa46914747fd9809d543bbb46cd22_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_b973fcc19d3cfe02d0d18bdfbcc294b5895b5f36a472ee5091061a54e6426cd0__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_b973fcc19d3cfe02d0d18bdfbcc294b5895b5f36a472ee5091061a54e6426cd0_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_f10e7571e18b354270dee950932fb6a745efc79414b2b2556185a4ed6a1af0d5__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_f10e7571e18b354270dee950932fb6a745efc79414b2b2556185a4ed6a1af0d5_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint8_to_t_uint8_fromStack(value0, add(headStart, 0))\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_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function checked_add_t_uint256(x, y) -> sum {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n\n // overflow, if x > (maxValue - y)\n if gt(x, sub(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff, y)) { panic_error_0x11() }\n\n sum := add(x, y)\n }\n\n function checked_sub_t_uint256(x, y) -> diff {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n\n if lt(x, y) { panic_error_0x11() }\n\n diff := sub(x, y)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function cleanup_t_bool(value) -> cleaned {\n cleaned := iszero(iszero(value))\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\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 extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function panic_error_0x11() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\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_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n}\n",
"id": 1,
"language": "Yul",
"name": "#utility.yul"
}
],
"immutableReferences": {},
"linkReferences": {},
"object": "608060405234801561001057600080fd5b50600436106101165760003560e01c8063893d20e8116100a2578063a9059cbb11610071578063a9059cbb146102f9578063ab9b6c0914610329578063b6a5d7de14610347578063dd62ed3e14610377578063f2fde38b146103a757610116565b8063893d20e81461026f5780638da5cb5b1461028d57806395d89b41146102ab578063a457c2d7146102c957610116565b8063313ce567116100e9578063313ce567146101b757806339509351146101d557806370a0823114610205578063715018a61461023557806378db512d1461023f57610116565b806306fdde031461011b578063095ea7b31461013957806318160ddd1461016957806323b872dd14610187575b600080fd5b6101236103c3565b6040516101309190611680565b60405180910390f35b610153600480360381019061014e91906111e9565b610455565b6040516101609190611665565b60405180910390f35b610171610473565b60405161017e91906117e2565b60405180910390f35b6101a1600480360381019061019c919061119a565b61047d565b6040516101ae9190611665565b60405180910390f35b6101bf61057e565b6040516101cc91906117fd565b60405180910390f35b6101ef60048036038101906101ea91906111e9565b610595565b6040516101fc9190611665565b60405180910390f35b61021f600480360381019061021a9190611135565b610641565b60405161022c91906117e2565b60405180910390f35b61023d61068a565b005b6102596004803603810190610254919061119a565b61069e565b6040516102669190611665565b60405180910390f35b61027761078a565b604051610284919061164a565b60405180910390f35b610295610799565b6040516102a2919061164a565b60405180910390f35b6102b36107c2565b6040516102c09190611680565b60405180910390f35b6102e360048036038101906102de91906111e9565b610854565b6040516102f09190611665565b60405180910390f35b610313600480360381019061030e91906111e9565b610948565b6040516103209190611665565b60405180910390f35b610331610966565b60405161033e919061164a565b60405180910390f35b610361600480360381019061035c9190611135565b6109d4565b60405161036e9190611665565b60405180910390f35b610391600480360381019061038c919061115e565b610a64565b60405161039e91906117e2565b60405180910390f35b6103c160048036038101906103bc9190611135565b610aeb565b005b6060600580546103d290611946565b80601f01602080910402602001604051908101604052809291908181526020018280546103fe90611946565b801561044b5780601f106104205761010080835404028352916020019161044b565b820191906000526020600020905b81548152906001019060200180831161042e57829003601f168201915b5050505050905090565b6000610469610462610b6f565b8484610b77565b6001905092915050565b6000600454905090565b600061048a848484610d42565b6000600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006104d5610b6f565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610555576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161054c90611702565b60405180910390fd5b61057285610561610b6f565b858461056d919061188a565b610b77565b60019150509392505050565b6000600760009054906101000a900460ff16905090565b60006106376105a2610b6f565b8484600260006105b0610b6f565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546106329190611834565b610b77565b6001905092915050565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610692610fc4565b61069c6000611042565b565b60006106a8610b6f565b73ffffffffffffffffffffffffffffffffffffffff16600360008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610774576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161076b906117a2565b60405180910390fd5b61077f848484610d42565b600190509392505050565b6000610794610799565b905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600680546107d190611946565b80601f01602080910402602001604051908101604052809291908181526020018280546107fd90611946565b801561084a5780601f1061081f5761010080835404028352916020019161084a565b820191906000526020600020905b81548152906001019060200180831161082d57829003601f168201915b5050505050905090565b60008060026000610863610b6f565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610920576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161091790611782565b60405180910390fd5b61093d61092b610b6f565b858584610938919061188a565b610b77565b600191505092915050565b600061095c610955610b6f565b8484610d42565b6001905092915050565b600060036000610974610b6f565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600081600360006109e3610b6f565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050919050565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b610af3610fc4565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610b63576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b5a906116e2565b60405180910390fd5b610b6c81611042565b50565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610be7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bde906116c2565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610c57576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c4e906117c2565b60405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610d3591906117e2565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610db2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610da9906116a2565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610e22576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e1990611762565b60405180910390fd5b610e2d838383611106565b6000600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610eb4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610eab90611742565b60405180910390fd5b8181610ec0919061188a565b600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610f529190611834565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610fb691906117e2565b60405180910390a350505050565b610fcc610b6f565b73ffffffffffffffffffffffffffffffffffffffff16610fea610799565b73ffffffffffffffffffffffffffffffffffffffff1614611040576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161103790611722565b60405180910390fd5b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b505050565b60008135905061111a816119e7565b92915050565b60008135905061112f816119fe565b92915050565b60006020828403121561114757600080fd5b60006111558482850161110b565b91505092915050565b6000806040838503121561117157600080fd5b600061117f8582860161110b565b92505060206111908582860161110b565b9150509250929050565b6000806000606084860312156111af57600080fd5b60006111bd8682870161110b565b93505060206111ce8682870161110b565b92505060406111df86828701611120565b9150509250925092565b600080604083850312156111fc57600080fd5b600061120a8582860161110b565b925050602061121b85828601611120565b9150509250929050565b61122e816118be565b82525050565b61123d816118d0565b82525050565b600061124e82611818565b6112588185611823565b9350611268818560208601611913565b611271816119d6565b840191505092915050565b6000611289602583611823565b91507f42455032303a207472616e736665722066726f6d20746865207a65726f20616460008301527f64726573730000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006112ef602483611823565b91507f42455032303a20617070726f76652066726f6d20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611355602683611823565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006113bb602883611823565b91507f42455032303a207472616e7366657220616d6f756e742065786365656473206160008301527f6c6c6f77616e63650000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611421602083611823565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b6000611461602683611823565b91507f42455032303a207472616e7366657220616d6f756e742065786365656473206260008301527f616c616e636500000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006114c7602383611823565b91507f42455032303a207472616e7366657220746f20746865207a65726f206164647260008301527f65737300000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061152d602583611823565b91507f42455032303a2064656372656173656420616c6c6f77616e63652062656c6f7760008301527f207a65726f0000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611593601683611823565b91507f417574686f723a204e6f7420617574686f72697a6564000000000000000000006000830152602082019050919050565b60006115d3602283611823565b91507f42455032303a20617070726f766520746f20746865207a65726f20616464726560008301527f73730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b611635816118fc565b82525050565b61164481611906565b82525050565b600060208201905061165f6000830184611225565b92915050565b600060208201905061167a6000830184611234565b92915050565b6000602082019050818103600083015261169a8184611243565b905092915050565b600060208201905081810360008301526116bb8161127c565b9050919050565b600060208201905081810360008301526116db816112e2565b9050919050565b600060208201905081810360008301526116fb81611348565b9050919050565b6000602082019050818103600083015261171b816113ae565b9050919050565b6000602082019050818103600083015261173b81611414565b9050919050565b6000602082019050818103600083015261175b81611454565b9050919050565b6000602082019050818103600083015261177b816114ba565b9050919050565b6000602082019050818103600083015261179b81611520565b9050919050565b600060208201905081810360008301526117bb81611586565b9050919050565b600060208201905081810360008301526117db816115c6565b9050919050565b60006020820190506117f7600083018461162c565b92915050565b6000602082019050611812600083018461163b565b92915050565b600081519050919050565b600082825260208201905092915050565b600061183f826118fc565b915061184a836118fc565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561187f5761187e611978565b5b828201905092915050565b6000611895826118fc565b91506118a0836118fc565b9250828210156118b3576118b2611978565b5b828203905092915050565b60006118c9826118dc565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b60005b83811015611931578082015181840152602081019050611916565b83811115611940576000848401525b50505050565b6000600282049050600182168061195e57607f821691505b60208210811415611972576119716119a7565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000601f19601f8301169050919050565b6119f0816118be565b81146119fb57600080fd5b50565b611a07816118fc565b8114611a1257600080fd5b5056fea2646970667358221220e520bc465c8b5573f2a4d0f0a12664501529d666bdd5fa50ef417658d270461764736f6c63430008000033",
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x116 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x893D20E8 GT PUSH2 0xA2 JUMPI DUP1 PUSH4 0xA9059CBB GT PUSH2 0x71 JUMPI DUP1 PUSH4 0xA9059CBB EQ PUSH2 0x2F9 JUMPI DUP1 PUSH4 0xAB9B6C09 EQ PUSH2 0x329 JUMPI DUP1 PUSH4 0xB6A5D7DE EQ PUSH2 0x347 JUMPI DUP1 PUSH4 0xDD62ED3E EQ PUSH2 0x377 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x3A7 JUMPI PUSH2 0x116 JUMP JUMPDEST DUP1 PUSH4 0x893D20E8 EQ PUSH2 0x26F JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x28D JUMPI DUP1 PUSH4 0x95D89B41 EQ PUSH2 0x2AB JUMPI DUP1 PUSH4 0xA457C2D7 EQ PUSH2 0x2C9 JUMPI PUSH2 0x116 JUMP JUMPDEST DUP1 PUSH4 0x313CE567 GT PUSH2 0xE9 JUMPI DUP1 PUSH4 0x313CE567 EQ PUSH2 0x1B7 JUMPI DUP1 PUSH4 0x39509351 EQ PUSH2 0x1D5 JUMPI DUP1 PUSH4 0x70A08231 EQ PUSH2 0x205 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x235 JUMPI DUP1 PUSH4 0x78DB512D EQ PUSH2 0x23F JUMPI PUSH2 0x116 JUMP JUMPDEST DUP1 PUSH4 0x6FDDE03 EQ PUSH2 0x11B JUMPI DUP1 PUSH4 0x95EA7B3 EQ PUSH2 0x139 JUMPI DUP1 PUSH4 0x18160DDD EQ PUSH2 0x169 JUMPI DUP1 PUSH4 0x23B872DD EQ PUSH2 0x187 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x123 PUSH2 0x3C3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x130 SWAP2 SWAP1 PUSH2 0x1680 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x153 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x14E SWAP2 SWAP1 PUSH2 0x11E9 JUMP JUMPDEST PUSH2 0x455 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x160 SWAP2 SWAP1 PUSH2 0x1665 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x171 PUSH2 0x473 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x17E SWAP2 SWAP1 PUSH2 0x17E2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1A1 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x19C SWAP2 SWAP1 PUSH2 0x119A JUMP JUMPDEST PUSH2 0x47D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1AE SWAP2 SWAP1 PUSH2 0x1665 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1BF PUSH2 0x57E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1CC SWAP2 SWAP1 PUSH2 0x17FD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1EF PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1EA SWAP2 SWAP1 PUSH2 0x11E9 JUMP JUMPDEST PUSH2 0x595 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1FC SWAP2 SWAP1 PUSH2 0x1665 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x21F PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x21A SWAP2 SWAP1 PUSH2 0x1135 JUMP JUMPDEST PUSH2 0x641 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x22C SWAP2 SWAP1 PUSH2 0x17E2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x23D PUSH2 0x68A JUMP JUMPDEST STOP JUMPDEST PUSH2 0x259 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x254 SWAP2 SWAP1 PUSH2 0x119A JUMP JUMPDEST PUSH2 0x69E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x266 SWAP2 SWAP1 PUSH2 0x1665 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x277 PUSH2 0x78A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x284 SWAP2 SWAP1 PUSH2 0x164A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x295 PUSH2 0x799 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2A2 SWAP2 SWAP1 PUSH2 0x164A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2B3 PUSH2 0x7C2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2C0 SWAP2 SWAP1 PUSH2 0x1680 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2E3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2DE SWAP2 SWAP1 PUSH2 0x11E9 JUMP JUMPDEST PUSH2 0x854 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2F0 SWAP2 SWAP1 PUSH2 0x1665 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x313 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x30E SWAP2 SWAP1 PUSH2 0x11E9 JUMP JUMPDEST PUSH2 0x948 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x320 SWAP2 SWAP1 PUSH2 0x1665 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x331 PUSH2 0x966 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x33E SWAP2 SWAP1 PUSH2 0x164A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x361 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x35C SWAP2 SWAP1 PUSH2 0x1135 JUMP JUMPDEST PUSH2 0x9D4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x36E SWAP2 SWAP1 PUSH2 0x1665 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x391 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x38C SWAP2 SWAP1 PUSH2 0x115E JUMP JUMPDEST PUSH2 0xA64 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x39E SWAP2 SWAP1 PUSH2 0x17E2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x3C1 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3BC SWAP2 SWAP1 PUSH2 0x1135 JUMP JUMPDEST PUSH2 0xAEB JUMP JUMPDEST STOP JUMPDEST PUSH1 0x60 PUSH1 0x5 DUP1 SLOAD PUSH2 0x3D2 SWAP1 PUSH2 0x1946 JUMP JUMPDEST DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP1 SLOAD PUSH2 0x3FE SWAP1 PUSH2 0x1946 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x44B JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x420 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x44B JUMP JUMPDEST DUP3 ADD SWAP2 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 JUMPDEST DUP2 SLOAD DUP2 MSTORE SWAP1 PUSH1 0x1 ADD SWAP1 PUSH1 0x20 ADD DUP1 DUP4 GT PUSH2 0x42E JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x469 PUSH2 0x462 PUSH2 0xB6F JUMP JUMPDEST DUP5 DUP5 PUSH2 0xB77 JUMP JUMPDEST PUSH1 0x1 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x4 SLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x48A DUP5 DUP5 DUP5 PUSH2 0xD42 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 PUSH1 0x0 DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x4D5 PUSH2 0xB6F JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP3 DUP2 LT ISZERO PUSH2 0x555 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x54C SWAP1 PUSH2 0x1702 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x572 DUP6 PUSH2 0x561 PUSH2 0xB6F JUMP JUMPDEST DUP6 DUP5 PUSH2 0x56D SWAP2 SWAP1 PUSH2 0x188A JUMP JUMPDEST PUSH2 0xB77 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x7 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x637 PUSH2 0x5A2 PUSH2 0xB6F JUMP JUMPDEST DUP5 DUP5 PUSH1 0x2 PUSH1 0x0 PUSH2 0x5B0 PUSH2 0xB6F JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD PUSH2 0x632 SWAP2 SWAP1 PUSH2 0x1834 JUMP JUMPDEST PUSH2 0xB77 JUMP JUMPDEST PUSH1 0x1 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x692 PUSH2 0xFC4 JUMP JUMPDEST PUSH2 0x69C PUSH1 0x0 PUSH2 0x1042 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH2 0x6A8 PUSH2 0xB6F JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x3 PUSH1 0x0 DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x774 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x76B SWAP1 PUSH2 0x17A2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x77F DUP5 DUP5 DUP5 PUSH2 0xD42 JUMP JUMPDEST PUSH1 0x1 SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x794 PUSH2 0x799 JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x60 PUSH1 0x6 DUP1 SLOAD PUSH2 0x7D1 SWAP1 PUSH2 0x1946 JUMP JUMPDEST DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP1 SLOAD PUSH2 0x7FD SWAP1 PUSH2 0x1946 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x84A JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x81F JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x84A JUMP JUMPDEST DUP3 ADD SWAP2 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 JUMPDEST DUP2 SLOAD DUP2 MSTORE SWAP1 PUSH1 0x1 ADD SWAP1 PUSH1 0x20 ADD DUP1 DUP4 GT PUSH2 0x82D JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x2 PUSH1 0x0 PUSH2 0x863 PUSH2 0xB6F JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP3 DUP2 LT ISZERO PUSH2 0x920 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x917 SWAP1 PUSH2 0x1782 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x93D PUSH2 0x92B PUSH2 0xB6F JUMP JUMPDEST DUP6 DUP6 DUP5 PUSH2 0x938 SWAP2 SWAP1 PUSH2 0x188A JUMP JUMPDEST PUSH2 0xB77 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x95C PUSH2 0x955 PUSH2 0xB6F JUMP JUMPDEST DUP5 DUP5 PUSH2 0xD42 JUMP JUMPDEST PUSH1 0x1 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x3 PUSH1 0x0 PUSH2 0x974 PUSH2 0xB6F JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x3 PUSH1 0x0 PUSH2 0x9E3 PUSH2 0xB6F JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xAF3 PUSH2 0xFC4 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ ISZERO PUSH2 0xB63 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xB5A SWAP1 PUSH2 0x16E2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xB6C DUP2 PUSH2 0x1042 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ ISZERO PUSH2 0xBE7 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xBDE SWAP1 PUSH2 0x16C2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ ISZERO PUSH2 0xC57 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xC4E SWAP1 PUSH2 0x17C2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 PUSH1 0x2 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8C5BE1E5EBEC7D5BD14F71427D1E84F3DD0314C0F7B2291E5B200AC8C7C3B925 DUP4 PUSH1 0x40 MLOAD PUSH2 0xD35 SWAP2 SWAP1 PUSH2 0x17E2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ ISZERO PUSH2 0xDB2 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xDA9 SWAP1 PUSH2 0x16A2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ ISZERO PUSH2 0xE22 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xE19 SWAP1 PUSH2 0x1762 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xE2D DUP4 DUP4 DUP4 PUSH2 0x1106 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0xEB4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xEAB SWAP1 PUSH2 0x1742 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 PUSH2 0xEC0 SWAP2 SWAP1 PUSH2 0x188A JUMP JUMPDEST PUSH1 0x1 PUSH1 0x0 DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0xF52 SWAP2 SWAP1 PUSH2 0x1834 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP5 PUSH1 0x40 MLOAD PUSH2 0xFB6 SWAP2 SWAP1 PUSH2 0x17E2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP POP JUMP JUMPDEST PUSH2 0xFCC PUSH2 0xB6F JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0xFEA PUSH2 0x799 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x1040 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1037 SWAP1 PUSH2 0x1722 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x111A DUP2 PUSH2 0x19E7 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x112F DUP2 PUSH2 0x19FE JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1147 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x1155 DUP5 DUP3 DUP6 ADD PUSH2 0x110B JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1171 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x117F DUP6 DUP3 DUP7 ADD PUSH2 0x110B JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x1190 DUP6 DUP3 DUP7 ADD PUSH2 0x110B 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 0x11AF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x11BD DUP7 DUP3 DUP8 ADD PUSH2 0x110B JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x11CE DUP7 DUP3 DUP8 ADD PUSH2 0x110B JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x11DF DUP7 DUP3 DUP8 ADD PUSH2 0x1120 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x11FC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x120A DUP6 DUP3 DUP7 ADD PUSH2 0x110B JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x121B DUP6 DUP3 DUP7 ADD PUSH2 0x1120 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x122E DUP2 PUSH2 0x18BE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x123D DUP2 PUSH2 0x18D0 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x124E DUP3 PUSH2 0x1818 JUMP JUMPDEST PUSH2 0x1258 DUP2 DUP6 PUSH2 0x1823 JUMP JUMPDEST SWAP4 POP PUSH2 0x1268 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x1913 JUMP JUMPDEST PUSH2 0x1271 DUP2 PUSH2 0x19D6 JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1289 PUSH1 0x25 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x42455032303A207472616E736665722066726F6D20746865207A65726F206164 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6472657373000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12EF PUSH1 0x24 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x42455032303A20617070726F76652066726F6D20746865207A65726F20616464 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x7265737300000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1355 PUSH1 0x26 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x4F776E61626C653A206E6577206F776E657220697320746865207A65726F2061 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6464726573730000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13BB PUSH1 0x28 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x42455032303A207472616E7366657220616D6F756E7420657863656564732061 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6C6C6F77616E6365000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1421 PUSH1 0x20 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1461 PUSH1 0x26 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x42455032303A207472616E7366657220616D6F756E7420657863656564732062 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x616C616E63650000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x14C7 PUSH1 0x23 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x42455032303A207472616E7366657220746F20746865207A65726F2061646472 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6573730000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x152D PUSH1 0x25 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x42455032303A2064656372656173656420616C6C6F77616E63652062656C6F77 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x207A65726F000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1593 PUSH1 0x16 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x417574686F723A204E6F7420617574686F72697A656400000000000000000000 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x15D3 PUSH1 0x22 DUP4 PUSH2 0x1823 JUMP JUMPDEST SWAP2 POP PUSH32 0x42455032303A20617070726F766520746F20746865207A65726F206164647265 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x7373000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1635 DUP2 PUSH2 0x18FC JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x1644 DUP2 PUSH2 0x1906 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x165F PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1225 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x167A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1234 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x169A DUP2 DUP5 PUSH2 0x1243 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 0x16BB DUP2 PUSH2 0x127C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x16DB DUP2 PUSH2 0x12E2 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x16FB DUP2 PUSH2 0x1348 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x171B DUP2 PUSH2 0x13AE JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x173B DUP2 PUSH2 0x1414 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x175B DUP2 PUSH2 0x1454 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x177B DUP2 PUSH2 0x14BA JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x179B DUP2 PUSH2 0x1520 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x17BB DUP2 PUSH2 0x1586 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x17DB DUP2 PUSH2 0x15C6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x17F7 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x162C JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1812 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x163B JUMP JUMPDEST SWAP3 SWAP2 POP 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 PUSH2 0x183F DUP3 PUSH2 0x18FC JUMP JUMPDEST SWAP2 POP PUSH2 0x184A DUP4 PUSH2 0x18FC JUMP JUMPDEST SWAP3 POP DUP3 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SUB DUP3 GT ISZERO PUSH2 0x187F JUMPI PUSH2 0x187E PUSH2 0x1978 JUMP JUMPDEST JUMPDEST DUP3 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1895 DUP3 PUSH2 0x18FC JUMP JUMPDEST SWAP2 POP PUSH2 0x18A0 DUP4 PUSH2 0x18FC JUMP JUMPDEST SWAP3 POP DUP3 DUP3 LT ISZERO PUSH2 0x18B3 JUMPI PUSH2 0x18B2 PUSH2 0x1978 JUMP JUMPDEST JUMPDEST DUP3 DUP3 SUB SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x18C9 DUP3 PUSH2 0x18DC JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1931 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x1916 JUMP JUMPDEST DUP4 DUP2 GT ISZERO PUSH2 0x1940 JUMPI PUSH1 0x0 DUP5 DUP5 ADD MSTORE JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x195E JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 EQ ISZERO PUSH2 0x1972 JUMPI PUSH2 0x1971 PUSH2 0x19A7 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x19F0 DUP2 PUSH2 0x18BE JUMP JUMPDEST DUP2 EQ PUSH2 0x19FB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH2 0x1A07 DUP2 PUSH2 0x18FC JUMP JUMPDEST DUP2 EQ PUSH2 0x1A12 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xE5 KECCAK256 0xBC CHAINID 0x5C DUP12 SSTORE PUSH20 0xF2A4D0F0A12664501529D666BDD5FA50EF417658 0xD2 PUSH17 0x461764736F6C6343000800003300000000 ",
"sourceMap": "8001:10961:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8857:90;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;12149:202;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9927:98;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11225:478;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9777:90;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;13308:286;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10083:117;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6215:101;;;:::i;:::-;;11709:302;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10257:90;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5592:85;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9060:94;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;14081:433;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10550:208;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;12541:121;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;12370:146;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;12720:193;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6465:198;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;8857:90;8903:13;8935:5;8928:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8857:90;:::o;12149:202::-;12264:4;12284:39;12293:12;:10;:12::i;:::-;12307:7;12316:6;12284:8;:39::i;:::-;12340:4;12333:11;;12149:202;;;;:::o;9927:98::-;9980:7;10006:12;;9999:19;;9927:98;:::o;11225:478::-;11361:4;11377:36;11387:6;11395:9;11406:6;11377:9;:36::i;:::-;11424:24;11451:11;:19;11463:6;11451:19;;;;;;;;;;;;;;;:33;11471:12;:10;:12::i;:::-;11451:33;;;;;;;;;;;;;;;;11424:60;;11535:6;11515:16;:26;;11494:113;;;;;;;;;;;;:::i;:::-;;;;;;;;;11617:57;11626:6;11634:12;:10;:12::i;:::-;11667:6;11648:16;:25;;;;:::i;:::-;11617:8;:57::i;:::-;11692:4;11685:11;;;11225:478;;;;;:::o;9777:90::-;9827:5;9851:9;;;;;;;;;;;9844:16;;9777:90;:::o;13308:286::-;13420:4;13440:126;13462:12;:10;:12::i;:::-;13488:7;13546:10;13509:11;:25;13521:12;:10;:12::i;:::-;13509:25;;;;;;;;;;;;;;;:34;13535:7;13509:34;;;;;;;;;;;;;;;;:47;;;;:::i;:::-;13440:8;:126::i;:::-;13583:4;13576:11;;13308:286;;;;:::o;10083:117::-;10149:7;10175:9;:18;10185:7;10175:18;;;;;;;;;;;;;;;;10168:25;;10083:117;;;:::o;6215:101::-;5485:13;:11;:13::i;:::-;6279:30:::1;6306:1;6279:18;:30::i;:::-;6215:101::o:0;11709:302::-;11850:4;11896:12;:10;:12::i;:::-;11874:34;;:10;:18;11885:6;11874:18;;;;;;;;;;;;;;;;;;;;;;;;;:34;;;11866:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;11946:36;11956:6;11964:9;11975:6;11946:9;:36::i;:::-;12000:4;11993:11;;11709:302;;;;;:::o;10257:90::-;10307:7;10333;:5;:7::i;:::-;10326:14;;10257:90;:::o;5592:85::-;5638:7;5664:6;;;;;;;;;;;5657:13;;5592:85;:::o;9060:94::-;9108:13;9140:7;9133:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9060:94;:::o;14081:433::-;14198:4;14218:24;14245:11;:25;14257:12;:10;:12::i;:::-;14245:25;;;;;;;;;;;;;;;:34;14271:7;14245:34;;;;;;;;;;;;;;;;14218:61;;14330:15;14310:16;:35;;14289:119;;;;;;;;;;;;:::i;:::-;;;;;;;;;14418:67;14427:12;:10;:12::i;:::-;14441:7;14469:15;14450:16;:34;;;;:::i;:::-;14418:8;:67::i;:::-;14503:4;14496:11;;;14081:433;;;;:::o;10550:208::-;10668:4;10688:42;10698:12;:10;:12::i;:::-;10712:9;10723:6;10688:9;:42::i;:::-;10747:4;10740:11;;10550:208;;;;:::o;12541:121::-;12605:7;12631:10;:24;12642:12;:10;:12::i;:::-;12631:24;;;;;;;;;;;;;;;;;;;;;;;;;12624:31;;12541:121;:::o;12370:146::-;12438:4;12481:6;12454:10;:24;12465:12;:10;:12::i;:::-;12454:24;;;;;;;;;;;;;;;;:33;;;;;;;;;;;;;;;;;;12505:4;12498:11;;12370:146;;;:::o;12720:193::-;12849:7;12879:11;:18;12891:5;12879:18;;;;;;;;;;;;;;;:27;12898:7;12879:27;;;;;;;;;;;;;;;;12872:34;;12720:193;;;;:::o;6465:198::-;5485:13;:11;:13::i;:::-;6573:1:::1;6553:22;;:8;:22;;;;6545:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;6628:28;6647:8;6628:18;:28::i;:::-;6465:198:::0;:::o;4189:96::-;4242:7;4268:10;4261:17;;4189:96;:::o;17471:370::-;17619:1;17602:19;;:5;:19;;;;17594:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;17699:1;17680:21;;:7;:21;;;;17672:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;17781:6;17751:11;:18;17763:5;17751:18;;;;;;;;;;;;;;;:27;17770:7;17751:27;;;;;;;;;;;;;;;:36;;;;17818:7;17802:32;;17811:5;17802:32;;;17827:6;17802:32;;;;;;:::i;:::-;;;;;;;;17471:370;;;:::o;14988:656::-;15141:1;15123:20;;:6;:20;;;;15115:70;;;;;;;;;;;;:::i;:::-;;;;;;;;;15224:1;15203:23;;:9;:23;;;;15195:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;15277:47;15298:6;15306:9;15317:6;15277:20;:47::i;:::-;15335:21;15359:9;:17;15369:6;15359:17;;;;;;;;;;;;;;;;15335:41;;15424:6;15407:13;:23;;15386:108;;;;;;;;;;;;:::i;:::-;;;;;;;;;15540:6;15524:13;:22;;;;:::i;:::-;15504:9;:17;15514:6;15504:17;;;;;;;;;;;;;;;:42;;;;15580:6;15556:9;:20;15566:9;15556:20;;;;;;;;;;;;;;;;:30;;;;;;;:::i;:::-;;;;;;;;15619:9;15602:35;;15611:6;15602:35;;;15630:6;15602:35;;;;;;:::i;:::-;;;;;;;;14988:656;;;;:::o;5750:130::-;5824:12;:10;:12::i;:::-;5813:23;;:7;:5;:7::i;:::-;:23;;;5805:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;5750:130::o;6817:187::-;6890:16;6909:6;;;;;;;;;;;6890:25;;6934:8;6925:6;;:17;;;;;;;;;;;;;;;;;;6988:8;6957:40;;6978:8;6957:40;;;;;;;;;;;;6817:187;;:::o;18839:121::-;;;;:::o;7:139:1:-;;91:6;78:20;69:29;;107:33;134:5;107:33;:::i;:::-;59:87;;;;:::o;152:139::-;;236:6;223:20;214:29;;252:33;279:5;252:33;:::i;:::-;204:87;;;;:::o;297:262::-;;405:2;393:9;384:7;380:23;376:32;373:2;;;421:1;418;411:12;373:2;464:1;489:53;534:7;525:6;514:9;510:22;489:53;:::i;:::-;479:63;;435:117;363:196;;;;:::o;565:407::-;;;690:2;678:9;669:7;665:23;661:32;658:2;;;706:1;703;696:12;658:2;749:1;774:53;819:7;810:6;799:9;795:22;774:53;:::i;:::-;764:63;;720:117;876:2;902:53;947:7;938:6;927:9;923:22;902:53;:::i;:::-;892:63;;847:118;648:324;;;;;:::o;978:552::-;;;;1120:2;1108:9;1099:7;1095:23;1091:32;1088:2;;;1136:1;1133;1126:12;1088:2;1179:1;1204:53;1249:7;1240:6;1229:9;1225:22;1204:53;:::i;:::-;1194:63;;1150:117;1306:2;1332:53;1377:7;1368:6;1357:9;1353:22;1332:53;:::i;:::-;1322:63;;1277:118;1434:2;1460:53;1505:7;1496:6;1485:9;1481:22;1460:53;:::i;:::-;1450:63;;1405:118;1078:452;;;;;:::o;1536:407::-;;;1661:2;1649:9;1640:7;1636:23;1632:32;1629:2;;;1677:1;1674;1667:12;1629:2;1720:1;1745:53;1790:7;1781:6;1770:9;1766:22;1745:53;:::i;:::-;1735:63;;1691:117;1847:2;1873:53;1918:7;1909:6;1898:9;1894:22;1873:53;:::i;:::-;1863:63;;1818:118;1619:324;;;;;:::o;1949:118::-;2036:24;2054:5;2036:24;:::i;:::-;2031:3;2024:37;2014:53;;:::o;2073:109::-;2154:21;2169:5;2154:21;:::i;:::-;2149:3;2142:34;2132:50;;:::o;2188:364::-;;2304:39;2337:5;2304:39;:::i;:::-;2359:71;2423:6;2418:3;2359:71;:::i;:::-;2352:78;;2439:52;2484:6;2479:3;2472:4;2465:5;2461:16;2439:52;:::i;:::-;2516:29;2538:6;2516:29;:::i;:::-;2511:3;2507:39;2500:46;;2280:272;;;;;:::o;2558:369::-;;2721:67;2785:2;2780:3;2721:67;:::i;:::-;2714:74;;2818:34;2814:1;2809:3;2805:11;2798:55;2884:7;2879:2;2874:3;2870:12;2863:29;2918:2;2913:3;2909:12;2902:19;;2704:223;;;:::o;2933:368::-;;3096:67;3160:2;3155:3;3096:67;:::i;:::-;3089:74;;3193:34;3189:1;3184:3;3180:11;3173:55;3259:6;3254:2;3249:3;3245:12;3238:28;3292:2;3287:3;3283:12;3276:19;;3079:222;;;:::o;3307:370::-;;3470:67;3534:2;3529:3;3470:67;:::i;:::-;3463:74;;3567:34;3563:1;3558:3;3554:11;3547:55;3633:8;3628:2;3623:3;3619:12;3612:30;3668:2;3663:3;3659:12;3652:19;;3453:224;;;:::o;3683:372::-;;3846:67;3910:2;3905:3;3846:67;:::i;:::-;3839:74;;3943:34;3939:1;3934:3;3930:11;3923:55;4009:10;4004:2;3999:3;3995:12;3988:32;4046:2;4041:3;4037:12;4030:19;;3829:226;;;:::o;4061:330::-;;4224:67;4288:2;4283:3;4224:67;:::i;:::-;4217:74;;4321:34;4317:1;4312:3;4308:11;4301:55;4382:2;4377:3;4373:12;4366:19;;4207:184;;;:::o;4397:370::-;;4560:67;4624:2;4619:3;4560:67;:::i;:::-;4553:74;;4657:34;4653:1;4648:3;4644:11;4637:55;4723:8;4718:2;4713:3;4709:12;4702:30;4758:2;4753:3;4749:12;4742:19;;4543:224;;;:::o;4773:367::-;;4936:67;5000:2;4995:3;4936:67;:::i;:::-;4929:74;;5033:34;5029:1;5024:3;5020:11;5013:55;5099:5;5094:2;5089:3;5085:12;5078:27;5131:2;5126:3;5122:12;5115:19;;4919:221;;;:::o;5146:369::-;;5309:67;5373:2;5368:3;5309:67;:::i;:::-;5302:74;;5406:34;5402:1;5397:3;5393:11;5386:55;5472:7;5467:2;5462:3;5458:12;5451:29;5506:2;5501:3;5497:12;5490:19;;5292:223;;;:::o;5521:320::-;;5684:67;5748:2;5743:3;5684:67;:::i;:::-;5677:74;;5781:24;5777:1;5772:3;5768:11;5761:45;5832:2;5827:3;5823:12;5816:19;;5667:174;;;:::o;5847:366::-;;6010:67;6074:2;6069:3;6010:67;:::i;:::-;6003:74;;6107:34;6103:1;6098:3;6094:11;6087:55;6173:4;6168:2;6163:3;6159:12;6152:26;6204:2;6199:3;6195:12;6188:19;;5993:220;;;:::o;6219:118::-;6306:24;6324:5;6306:24;:::i;:::-;6301:3;6294:37;6284:53;;:::o;6343:112::-;6426:22;6442:5;6426:22;:::i;:::-;6421:3;6414:35;6404:51;;:::o;6461:222::-;;6592:2;6581:9;6577:18;6569:26;;6605:71;6673:1;6662:9;6658:17;6649:6;6605:71;:::i;:::-;6559:124;;;;:::o;6689:210::-;;6814:2;6803:9;6799:18;6791:26;;6827:65;6889:1;6878:9;6874:17;6865:6;6827:65;:::i;:::-;6781:118;;;;:::o;6905:313::-;;7056:2;7045:9;7041:18;7033:26;;7105:9;7099:4;7095:20;7091:1;7080:9;7076:17;7069:47;7133:78;7206:4;7197:6;7133:78;:::i;:::-;7125:86;;7023:195;;;;:::o;7224:419::-;;7428:2;7417:9;7413:18;7405:26;;7477:9;7471:4;7467:20;7463:1;7452:9;7448:17;7441:47;7505:131;7631:4;7505:131;:::i;:::-;7497:139;;7395:248;;;:::o;7649:419::-;;7853:2;7842:9;7838:18;7830:26;;7902:9;7896:4;7892:20;7888:1;7877:9;7873:17;7866:47;7930:131;8056:4;7930:131;:::i;:::-;7922:139;;7820:248;;;:::o;8074:419::-;;8278:2;8267:9;8263:18;8255:26;;8327:9;8321:4;8317:20;8313:1;8302:9;8298:17;8291:47;8355:131;8481:4;8355:131;:::i;:::-;8347:139;;8245:248;;;:::o;8499:419::-;;8703:2;8692:9;8688:18;8680:26;;8752:9;8746:4;8742:20;8738:1;8727:9;8723:17;8716:47;8780:131;8906:4;8780:131;:::i;:::-;8772:139;;8670:248;;;:::o;8924:419::-;;9128:2;9117:9;9113:18;9105:26;;9177:9;9171:4;9167:20;9163:1;9152:9;9148:17;9141:47;9205:131;9331:4;9205:131;:::i;:::-;9197:139;;9095:248;;;:::o;9349:419::-;;9553:2;9542:9;9538:18;9530:26;;9602:9;9596:4;9592:20;9588:1;9577:9;9573:17;9566:47;9630:131;9756:4;9630:131;:::i;:::-;9622:139;;9520:248;;;:::o;9774:419::-;;9978:2;9967:9;9963:18;9955:26;;10027:9;10021:4;10017:20;10013:1;10002:9;9998:17;9991:47;10055:131;10181:4;10055:131;:::i;:::-;10047:139;;9945:248;;;:::o;10199:419::-;;10403:2;10392:9;10388:18;10380:26;;10452:9;10446:4;10442:20;10438:1;10427:9;10423:17;10416:47;10480:131;10606:4;10480:131;:::i;:::-;10472:139;;10370:248;;;:::o;10624:419::-;;10828:2;10817:9;10813:18;10805:26;;10877:9;10871:4;10867:20;10863:1;10852:9;10848:17;10841:47;10905:131;11031:4;10905:131;:::i;:::-;10897:139;;10795:248;;;:::o;11049:419::-;;11253:2;11242:9;11238:18;11230:26;;11302:9;11296:4;11292:20;11288:1;11277:9;11273:17;11266:47;11330:131;11456:4;11330:131;:::i;:::-;11322:139;;11220:248;;;:::o;11474:222::-;;11605:2;11594:9;11590:18;11582:26;;11618:71;11686:1;11675:9;11671:17;11662:6;11618:71;:::i;:::-;11572:124;;;;:::o;11702:214::-;;11829:2;11818:9;11814:18;11806:26;;11842:67;11906:1;11895:9;11891:17;11882:6;11842:67;:::i;:::-;11796:120;;;;:::o;11922:99::-;;12008:5;12002:12;11992:22;;11981:40;;;:::o;12027:169::-;;12145:6;12140:3;12133:19;12185:4;12180:3;12176:14;12161:29;;12123:73;;;;:::o;12202:305::-;;12261:20;12279:1;12261:20;:::i;:::-;12256:25;;12295:20;12313:1;12295:20;:::i;:::-;12290:25;;12449:1;12381:66;12377:74;12374:1;12371:81;12368:2;;;12455:18;;:::i;:::-;12368:2;12499:1;12496;12492:9;12485:16;;12246:261;;;;:::o;12513:191::-;;12573:20;12591:1;12573:20;:::i;:::-;12568:25;;12607:20;12625:1;12607:20;:::i;:::-;12602:25;;12646:1;12643;12640:8;12637:2;;;12651:18;;:::i;:::-;12637:2;12696:1;12693;12689:9;12681:17;;12558:146;;;;:::o;12710:96::-;;12776:24;12794:5;12776:24;:::i;:::-;12765:35;;12755:51;;;:::o;12812:90::-;;12889:5;12882:13;12875:21;12864:32;;12854:48;;;:::o;12908:126::-;;12985:42;12978:5;12974:54;12963:65;;12953:81;;;:::o;13040:77::-;;13106:5;13095:16;;13085:32;;;:::o;13123:86::-;;13198:4;13191:5;13187:16;13176:27;;13166:43;;;:::o;13215:307::-;13283:1;13293:113;13307:6;13304:1;13301:13;13293:113;;;13392:1;13387:3;13383:11;13377:18;13373:1;13368:3;13364:11;13357:39;13329:2;13326:1;13322:10;13317:15;;13293:113;;;13424:6;13421:1;13418:13;13415:2;;;13504:1;13495:6;13490:3;13486:16;13479:27;13415:2;13264:258;;;;:::o;13528:320::-;;13609:1;13603:4;13599:12;13589:22;;13656:1;13650:4;13646:12;13677:18;13667:2;;13733:4;13725:6;13721:17;13711:27;;13667:2;13795;13787:6;13784:14;13764:18;13761:38;13758:2;;;13814:18;;:::i;:::-;13758:2;13579:269;;;;:::o;13854:180::-;13902:77;13899:1;13892:88;13999:4;13996:1;13989:15;14023:4;14020:1;14013:15;14040:180;14088:77;14085:1;14078:88;14185:4;14182:1;14175:15;14209:4;14206:1;14199:15;14226:102;;14318:2;14314:7;14309:2;14302:5;14298:14;14294:28;14284:38;;14274:54;;;:::o;14334:122::-;14407:24;14425:5;14407:24;:::i;:::-;14400:5;14397:35;14387:2;;14446:1;14443;14436:12;14387:2;14377:79;:::o;14462:122::-;14535:24;14553:5;14535:24;:::i;:::-;14528:5;14525:35;14515:2;;14574:1;14571;14564:12;14515:2;14505:79;:::o"
},
"gasEstimates": {
"creation": {
"codeDepositCost": "1346200",
"executionCost": "infinite",
"totalCost": "infinite"
},
"external": {
"allowance(address,address)": "infinite",
"approve(address,uint256)": "infinite",
"authorize(address)": "21714",
"balanceOf(address)": "1608",
"decimals()": "1202",
"decreaseAllowance(address,uint256)": "infinite",
"getAuthorize()": "1390",
"getOwner()": "1280",
"increaseAllowance(address,uint256)": "infinite",
"name()": "infinite",
"owner()": "1267",
"renounceOwnership()": "24487",
"symbol()": "infinite",
"totalSupply()": "1205",
"transfer(address,uint256)": "infinite",
"transferAuthorize(address,address,uint256)": "infinite",
"transferFrom(address,address,uint256)": "infinite",
"transferOwnership(address)": "24857"
},
"internal": {
"_approve(address,address,uint256)": "infinite",
"_beforeTokenTransfer(address,address,uint256)": "15",
"_burn(address,uint256)": "infinite",
"_mint(address,uint256)": "infinite",
"_setupDecimals(uint8)": "infinite",
"_transfer(address,address,uint256)": "infinite"
}
},
"methodIdentifiers": {
"allowance(address,address)": "dd62ed3e",
"approve(address,uint256)": "095ea7b3",
"authorize(address)": "b6a5d7de",
"balanceOf(address)": "70a08231",
"decimals()": "313ce567",
"decreaseAllowance(address,uint256)": "a457c2d7",
"getAuthorize()": "ab9b6c09",
"getOwner()": "893d20e8",
"increaseAllowance(address,uint256)": "39509351",
"name()": "06fdde03",
"owner()": "8da5cb5b",
"renounceOwnership()": "715018a6",
"symbol()": "95d89b41",
"totalSupply()": "18160ddd",
"transfer(address,uint256)": "a9059cbb",
"transferAuthorize(address,address,uint256)": "78db512d",
"transferFrom(address,address,uint256)": "23b872dd",
"transferOwnership(address)": "f2fde38b"
}
},
"abi": [
{
"inputs": [
{
"internalType": "string",
"name": "name_",
"type": "string"
},
{
"internalType": "string",
"name": "symbol_",
"type": "string"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "Approval",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "Transfer",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"internalType": "address",
"name": "spender",
"type": "address"
}
],
"name": "allowance",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "approve",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "target",
"type": "address"
}
],
"name": "authorize",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "balanceOf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "decimals",
"outputs": [
{
"internalType": "uint8",
"name": "",
"type": "uint8"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"internalType": "uint256",
"name": "subtractedValue",
"type": "uint256"
}
],
"name": "decreaseAllowance",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "getAuthorize",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getOwner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"internalType": "uint256",
"name": "addedValue",
"type": "uint256"
}
],
"name": "increaseAllowance",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "name",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "renounceOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "symbol",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "totalSupply",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transfer",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transferAuthorize",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transferFrom",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
}
{
"compiler": {
"version": "0.8.0+commit.c7dfd78e"
},
"language": "Solidity",
"output": {
"abi": [
{
"inputs": [
{
"internalType": "string",
"name": "name_",
"type": "string"
},
{
"internalType": "string",
"name": "symbol_",
"type": "string"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "Approval",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "Transfer",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"internalType": "address",
"name": "spender",
"type": "address"
}
],
"name": "allowance",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "approve",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "target",
"type": "address"
}
],
"name": "authorize",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "balanceOf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "decimals",
"outputs": [
{
"internalType": "uint8",
"name": "",
"type": "uint8"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"internalType": "uint256",
"name": "subtractedValue",
"type": "uint256"
}
],
"name": "decreaseAllowance",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "getAuthorize",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getOwner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"internalType": "uint256",
"name": "addedValue",
"type": "uint256"
}
],
"name": "increaseAllowance",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "name",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "renounceOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "symbol",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "totalSupply",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transfer",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transferAuthorize",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transferFrom",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"devdoc": {
"details": "Implementation of the {IBEP20} interface. This implementation is agnostic to the way tokens are created. This means that a supply mechanism has to be added in a derived contract using {_mint}. We have followed general OpenZeppelin guidelines: functions revert instead of returning `false` on failure. This behavior is nonetheless conventional and does not conflict with the expectations of BEP20 applications. Additionally, an {Approval} event is emitted on calls to {transferFrom}. This allows applications to reconstruct the allowance for all accounts just by listening to said events. Other implementations of the EIP may not emit these events, as it isn't required by the specification. Finally, the non-standard {decreaseAllowance} and {increaseAllowance} functions have been added to mitigate the well-known issues around setting allowances. See {IBEP20-approve}.",
"kind": "dev",
"methods": {
"allowance(address,address)": {
"details": "See {IBEP20-allowance}."
},
"approve(address,uint256)": {
"details": "See {IBEP20-approve}. Requirements: - `spender` cannot be the zero address."
},
"balanceOf(address)": {
"details": "See {IBEP20-balanceOf}."
},
"constructor": {
"details": "Sets the values for {name} and {symbol}, initializes {decimals} with a default value of 18. To select a different value for {decimals}, use {_setupDecimals}. All three of these values are immutable: they can only be set once during construction."
},
"decimals()": {
"details": "Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5,05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the value {BEP20} uses, unless {_setupDecimals} is called. NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IBEP20-balanceOf} and {IBEP20-transfer}."
},
"decreaseAllowance(address,uint256)": {
"details": "Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IBEP20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`."
},
"getOwner()": {
"details": "See {IBEP20-getOwner}."
},
"increaseAllowance(address,uint256)": {
"details": "Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IBEP20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address."
},
"name()": {
"details": "Returns the name of the token."
},
"owner()": {
"details": "Returns the address of the current owner."
},
"renounceOwnership()": {
"details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."
},
"symbol()": {
"details": "Returns the symbol of the token, usually a shorter version of the name."
},
"totalSupply()": {
"details": "See {IBEP20-totalSupply}."
},
"transfer(address,uint256)": {
"details": "See {IBEP20-transfer}. Requirements: - `recipient` cannot be the zero address. - the caller must have a balance of at least `amount`."
},
"transferFrom(address,address,uint256)": {
"details": "See {IBEP20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {BEP20}. Requirements: - `sender` and `recipient` cannot be the zero address. - `sender` must have a balance of at least `amount`. - the caller must have allowance for ``sender``'s tokens of at least `amount`."
},
"transferOwnership(address)": {
"details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
}
},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
},
"settings": {
"compilationTarget": {
"token/Token_flattened.sol": "BEP20"
},
"evmVersion": "istanbul",
"libraries": {},
"metadata": {
"bytecodeHash": "ipfs"
},
"optimizer": {
"enabled": false,
"runs": 200
},
"remappings": []
},
"sources": {
"token/Token_flattened.sol": {
"keccak256": "0xb5ec858d98f6ebcda727ee1f550b271a5f97da96b6ff3d8253cd25ce2dc2156f",
"license": "MIT",
"urls": [
"bzz-raw://49169637dc18a461a2a6e4b4761fc73c4e58e23d40e0427dc84c23db55286bb4",
"dweb:/ipfs/Qme2aAiqfXn11n7JjTW1yHzCzoWPYpKBa3uqsnFYo7MAL1"
]
}
},
"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
},
"goerli:5": {
"linkReferences": {},
"autoDeployLib": true
},
"Custom": {
"linkReferences": {},
"autoDeployLib": true
}
},
"data": {
"bytecode": {
"generatedSources": [],
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
},
"deployedBytecode": {
"generatedSources": [],
"immutableReferences": {},
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
},
"gasEstimates": null,
"methodIdentifiers": {}
},
"abi": []
}
{
"compiler": {
"version": "0.8.0+commit.c7dfd78e"
},
"language": "Solidity",
"output": {
"abi": [],
"devdoc": {
"details": "Provides information about the current execution context, including the sender of the transaction and its data. While these are generally available via msg.sender and msg.data, they should not be accessed in such a direct manner, since when dealing with meta-transactions the account sending and paying for execution may not be the actual sender (as far as an application is concerned). This contract is only required for intermediate, library-like contracts.",
"kind": "dev",
"methods": {},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
},
"settings": {
"compilationTarget": {
"token/Token_flattened.sol": "Context"
},
"evmVersion": "istanbul",
"libraries": {},
"metadata": {
"bytecodeHash": "ipfs"
},
"optimizer": {
"enabled": false,
"runs": 200
},
"remappings": []
},
"sources": {
"token/Token_flattened.sol": {
"keccak256": "0xb5ec858d98f6ebcda727ee1f550b271a5f97da96b6ff3d8253cd25ce2dc2156f",
"license": "MIT",
"urls": [
"bzz-raw://49169637dc18a461a2a6e4b4761fc73c4e58e23d40e0427dc84c23db55286bb4",
"dweb:/ipfs/Qme2aAiqfXn11n7JjTW1yHzCzoWPYpKBa3uqsnFYo7MAL1"
]
}
},
"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
},
"goerli:5": {
"linkReferences": {},
"autoDeployLib": true
},
"Custom": {
"linkReferences": {},
"autoDeployLib": true
}
},
"data": {
"bytecode": {
"generatedSources": [],
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
},
"deployedBytecode": {
"generatedSources": [],
"immutableReferences": {},
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
},
"gasEstimates": null,
"methodIdentifiers": {
"allowance(address,address)": "dd62ed3e",
"approve(address,uint256)": "095ea7b3",
"authorize(address)": "b6a5d7de",
"balanceOf(address)": "70a08231",
"decimals()": "313ce567",
"getAuthorize()": "ab9b6c09",
"getOwner()": "893d20e8",
"name()": "06fdde03",
"symbol()": "95d89b41",
"totalSupply()": "18160ddd",
"transfer(address,uint256)": "a9059cbb",
"transferAuthorize(address,address,uint256)": "78db512d",
"transferFrom(address,address,uint256)": "23b872dd"
}
},
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "Approval",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "Transfer",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "_owner",
"type": "address"
},
{
"internalType": "address",
"name": "spender",
"type": "address"
}
],
"name": "allowance",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "approve",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "target",
"type": "address"
}
],
"name": "authorize",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "balanceOf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "decimals",
"outputs": [
{
"internalType": "uint8",
"name": "",
"type": "uint8"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getAuthorize",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getOwner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "name",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "symbol",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "totalSupply",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transfer",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transferAuthorize",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transferFrom",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
]
}
{
"compiler": {
"version": "0.8.0+commit.c7dfd78e"
},
"language": "Solidity",
"output": {
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "Approval",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "Transfer",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "_owner",
"type": "address"
},
{
"internalType": "address",
"name": "spender",
"type": "address"
}
],
"name": "allowance",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "approve",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "target",
"type": "address"
}
],
"name": "authorize",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "balanceOf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "decimals",
"outputs": [
{
"internalType": "uint8",
"name": "",
"type": "uint8"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getAuthorize",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getOwner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "name",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "symbol",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "totalSupply",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transfer",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transferAuthorize",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transferFrom",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"devdoc": {
"details": "Interface of the BEP standard.",
"events": {
"Approval(address,address,uint256)": {
"details": "Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance."
},
"Transfer(address,address,uint256)": {
"details": "Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero."
}
},
"kind": "dev",
"methods": {
"allowance(address,address)": {
"details": "Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called."
},
"approve(address,uint256)": {
"details": "Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event."
},
"balanceOf(address)": {
"details": "Returns the amount of tokens owned by `account`."
},
"decimals()": {
"details": "Returns the token decimals."
},
"getOwner()": {
"details": "Returns the token owner."
},
"name()": {
"details": "Returns the token name."
},
"symbol()": {
"details": "Returns the token symbol."
},
"totalSupply()": {
"details": "Returns the amount of tokens in existence."
},
"transfer(address,uint256)": {
"details": "Moves `amount` tokens from the caller's account to `recipient`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."
},
"transferFrom(address,address,uint256)": {
"details": "Moves `amount` tokens from `sender` to `recipient` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."
}
},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
},
"settings": {
"compilationTarget": {
"token/Token_flattened.sol": "IBEP20"
},
"evmVersion": "istanbul",
"libraries": {},
"metadata": {
"bytecodeHash": "ipfs"
},
"optimizer": {
"enabled": false,
"runs": 200
},
"remappings": []
},
"sources": {
"token/Token_flattened.sol": {
"keccak256": "0xb5ec858d98f6ebcda727ee1f550b271a5f97da96b6ff3d8253cd25ce2dc2156f",
"license": "MIT",
"urls": [
"bzz-raw://49169637dc18a461a2a6e4b4761fc73c4e58e23d40e0427dc84c23db55286bb4",
"dweb:/ipfs/Qme2aAiqfXn11n7JjTW1yHzCzoWPYpKBa3uqsnFYo7MAL1"
]
}
},
"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
},
"goerli:5": {
"linkReferences": {},
"autoDeployLib": true
},
"Custom": {
"linkReferences": {},
"autoDeployLib": true
}
},
"data": {
"bytecode": {
"generatedSources": [],
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
},
"deployedBytecode": {
"generatedSources": [],
"immutableReferences": {},
"linkReferences": {},
"object": "",
"opcodes": "",
"sourceMap": ""
},
"gasEstimates": null,
"methodIdentifiers": {
"owner()": "8da5cb5b",
"renounceOwnership()": "715018a6",
"transferOwnership(address)": "f2fde38b"
}
},
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "renounceOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
}
{
"compiler": {
"version": "0.8.0+commit.c7dfd78e"
},
"language": "Solidity",
"output": {
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "renounceOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"devdoc": {
"details": "Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.",
"kind": "dev",
"methods": {
"constructor": {
"details": "Initializes the contract setting the deployer as the initial owner."
},
"owner()": {
"details": "Returns the address of the current owner."
},
"renounceOwnership()": {
"details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."
},
"transferOwnership(address)": {
"details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
}
},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
},
"settings": {
"compilationTarget": {
"token/Token_flattened.sol": "Ownable"
},
"evmVersion": "istanbul",
"libraries": {},
"metadata": {
"bytecodeHash": "ipfs"
},
"optimizer": {
"enabled": false,
"runs": 200
},
"remappings": []
},
"sources": {
"token/Token_flattened.sol": {
"keccak256": "0xb5ec858d98f6ebcda727ee1f550b271a5f97da96b6ff3d8253cd25ce2dc2156f",
"license": "MIT",
"urls": [
"bzz-raw://49169637dc18a461a2a6e4b4761fc73c4e58e23d40e0427dc84c23db55286bb4",
"dweb:/ipfs/Qme2aAiqfXn11n7JjTW1yHzCzoWPYpKBa3uqsnFYo7MAL1"
]
}
},
"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
},
"goerli:5": {
"linkReferences": {},
"autoDeployLib": true
},
"Custom": {
"linkReferences": {},
"autoDeployLib": true
}
},
"data": {
"bytecode": {
"generatedSources": [],
"linkReferences": {},
"object": "608060405234801561001057600080fd5b5061002d61002261003260201b60201c565b61003a60201b60201c565b6100fe565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b61068c8061010d6000396000f3fe608060405234801561001057600080fd5b50600436106100625760003560e01c8063116cd6221461006757806329092d0e14610097578063715018a6146100c75780638da5cb5b146100d1578063da57250f146100ef578063f2fde38b1461011f575b600080fd5b610081600480360381019061007c919061048d565b61013b565b60405161008e9190610595565b60405180910390f35b6100b160048036038101906100ac919061048d565b6101a6565b6040516100be9190610595565b60405180910390f35b6100cf610212565b005b6100d9610226565b6040516100e6919061057a565b60405180910390f35b6101096004803603810190610104919061048d565b61024f565b6040516101169190610595565b60405180910390f35b6101396004803603810190610134919061048d565b6102aa565b005b600061014561032e565b60018060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908360ff16021790555060019050919050565b60006101b061032e565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908360ff16021790555060019050919050565b61021a61032e565b61022460006103ac565b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600060018060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1660ff16149050919050565b6102b261032e565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610322576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610319906105b0565b60405180910390fd5b61032b816103ac565b50565b610336610470565b73ffffffffffffffffffffffffffffffffffffffff16610354610226565b73ffffffffffffffffffffffffffffffffffffffff16146103aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103a1906105d0565b60405180910390fd5b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600033905090565b6000813590506104878161063f565b92915050565b60006020828403121561049f57600080fd5b60006104ad84828501610478565b91505092915050565b6104bf81610601565b82525050565b6104ce81610613565b82525050565b60006104e16026836105f0565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006105476020836105f0565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b600060208201905061058f60008301846104b6565b92915050565b60006020820190506105aa60008301846104c5565b92915050565b600060208201905081810360008301526105c9816104d4565b9050919050565b600060208201905081810360008301526105e98161053a565b9050919050565b600082825260208201905092915050565b600061060c8261061f565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b61064881610601565b811461065357600080fd5b5056fea264697066735822122068835293bbdc3f201c6c3fcda220dcaef069927cd1c49c4dfc8c240217d171ae64736f6c63430008000033",
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2D PUSH2 0x22 PUSH2 0x32 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST PUSH2 0x3A PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST PUSH2 0xFE JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH2 0x68C DUP1 PUSH2 0x10D PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x62 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x116CD622 EQ PUSH2 0x67 JUMPI DUP1 PUSH4 0x29092D0E EQ PUSH2 0x97 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0xC7 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0xD1 JUMPI DUP1 PUSH4 0xDA57250F EQ PUSH2 0xEF JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x11F JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x81 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x7C SWAP2 SWAP1 PUSH2 0x48D JUMP JUMPDEST PUSH2 0x13B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x8E SWAP2 SWAP1 PUSH2 0x595 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xB1 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xAC SWAP2 SWAP1 PUSH2 0x48D JUMP JUMPDEST PUSH2 0x1A6 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xBE SWAP2 SWAP1 PUSH2 0x595 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xCF PUSH2 0x212 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xD9 PUSH2 0x226 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xE6 SWAP2 SWAP1 PUSH2 0x57A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x109 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x104 SWAP2 SWAP1 PUSH2 0x48D JUMP JUMPDEST PUSH2 0x24F JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x116 SWAP2 SWAP1 PUSH2 0x595 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x139 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x134 SWAP2 SWAP1 PUSH2 0x48D JUMP JUMPDEST PUSH2 0x2AA JUMP JUMPDEST STOP JUMPDEST PUSH1 0x0 PUSH2 0x145 PUSH2 0x32E JUMP JUMPDEST PUSH1 0x1 DUP1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1B0 PUSH2 0x32E JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x21A PUSH2 0x32E JUMP JUMPDEST PUSH2 0x224 PUSH1 0x0 PUSH2 0x3AC JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 DUP1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2B2 PUSH2 0x32E JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ ISZERO PUSH2 0x322 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x319 SWAP1 PUSH2 0x5B0 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x32B DUP2 PUSH2 0x3AC JUMP JUMPDEST POP JUMP JUMPDEST PUSH2 0x336 PUSH2 0x470 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x354 PUSH2 0x226 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x3AA JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3A1 SWAP1 PUSH2 0x5D0 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x487 DUP2 PUSH2 0x63F JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x49F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x4AD DUP5 DUP3 DUP6 ADD PUSH2 0x478 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x4BF DUP2 PUSH2 0x601 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x4CE DUP2 PUSH2 0x613 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4E1 PUSH1 0x26 DUP4 PUSH2 0x5F0 JUMP JUMPDEST SWAP2 POP PUSH32 0x4F776E61626C653A206E6577206F776E657220697320746865207A65726F2061 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6464726573730000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x547 PUSH1 0x20 DUP4 PUSH2 0x5F0 JUMP JUMPDEST SWAP2 POP PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x58F PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x4B6 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x5AA PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x4C5 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x5C9 DUP2 PUSH2 0x4D4 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x5E9 DUP2 PUSH2 0x53A JUMP JUMPDEST 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 PUSH2 0x60C DUP3 PUSH2 0x61F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x648 DUP2 PUSH2 0x601 JUMP JUMPDEST DUP2 EQ PUSH2 0x653 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH9 0x835293BBDC3F201C6C EXTCODEHASH 0xCD LOG2 KECCAK256 0xDC 0xAE CREATE PUSH10 0x927CD1C49C4DFC8C2402 OR 0xD1 PUSH18 0xAE64736F6C63430008000033000000000000 ",
"sourceMap": "118:427:2:-:0;;;;;;;;;;;;;936:32:0;955:12;:10;;;:12;;:::i;:::-;936:18;;;:32;;:::i;:::-;118:427:2;;640:96:1;693:7;719:10;712:17;;640:96;:::o;2426:187:0:-;2499:16;2518:6;;;;;;;;;;;2499:25;;2543:8;2534:6;;:17;;;;;;;;;;;;;;;;;;2597:8;2566:40;;2587:8;2566:40;;;;;;;;;;;;2426:187;;:::o;118:427:2:-;;;;;;;"
},
"deployedBytecode": {
"generatedSources": [
{
"ast": {
"nodeType": "YulBlock",
"src": "0:3295:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "59:87:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "69:29:3",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "91:6:3"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "78:12:3"
},
"nodeType": "YulFunctionCall",
"src": "78:20:3"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "69:5:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "134:5:3"
}
],
"functionName": {
"name": "validator_revert_t_address",
"nodeType": "YulIdentifier",
"src": "107:26:3"
},
"nodeType": "YulFunctionCall",
"src": "107:33:3"
},
"nodeType": "YulExpressionStatement",
"src": "107:33:3"
}
]
},
"name": "abi_decode_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "37:6:3",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "45:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "53:5:3",
"type": ""
}
],
"src": "7:139:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "218:196:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "264:16:3",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "273:1:3",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "276:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "266:6:3"
},
"nodeType": "YulFunctionCall",
"src": "266:12:3"
},
"nodeType": "YulExpressionStatement",
"src": "266:12:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "239:7:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "248:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "235:3:3"
},
"nodeType": "YulFunctionCall",
"src": "235:23:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "260:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "231:3:3"
},
"nodeType": "YulFunctionCall",
"src": "231:32:3"
},
"nodeType": "YulIf",
"src": "228:2:3"
},
{
"nodeType": "YulBlock",
"src": "290:117:3",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "305:15:3",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "319:1:3",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "309:6:3",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "334:63:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "369:9:3"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "380:6:3"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "365:3:3"
},
"nodeType": "YulFunctionCall",
"src": "365:22:3"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "389:7:3"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "344:20:3"
},
"nodeType": "YulFunctionCall",
"src": "344:53:3"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "334:6:3"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "188:9:3",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "199:7:3",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "211:6:3",
"type": ""
}
],
"src": "152:262:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "485:53:3",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "502:3:3"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "525:5:3"
}
],
"functionName": {
"name": "cleanup_t_address",
"nodeType": "YulIdentifier",
"src": "507:17:3"
},
"nodeType": "YulFunctionCall",
"src": "507:24:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "495:6:3"
},
"nodeType": "YulFunctionCall",
"src": "495:37:3"
},
"nodeType": "YulExpressionStatement",
"src": "495:37:3"
}
]
},
"name": "abi_encode_t_address_to_t_address_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "473:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "480:3:3",
"type": ""
}
],
"src": "420:118:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "603:50:3",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "620:3:3"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "640:5:3"
}
],
"functionName": {
"name": "cleanup_t_bool",
"nodeType": "YulIdentifier",
"src": "625:14:3"
},
"nodeType": "YulFunctionCall",
"src": "625:21:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "613:6:3"
},
"nodeType": "YulFunctionCall",
"src": "613:34:3"
},
"nodeType": "YulExpressionStatement",
"src": "613:34:3"
}
]
},
"name": "abi_encode_t_bool_to_t_bool_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "591:5:3",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "598:3:3",
"type": ""
}
],
"src": "544:109:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "805:224:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "815:74:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "881:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "886:2:3",
"type": "",
"value": "38"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "822:58:3"
},
"nodeType": "YulFunctionCall",
"src": "822:67:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "815:3:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "910:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "915:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "906:3:3"
},
"nodeType": "YulFunctionCall",
"src": "906:11:3"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "919:34:3",
"type": "",
"value": "Ownable: new owner is the zero a"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "899:6:3"
},
"nodeType": "YulFunctionCall",
"src": "899:55:3"
},
"nodeType": "YulExpressionStatement",
"src": "899:55:3"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "975:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "980:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "971:3:3"
},
"nodeType": "YulFunctionCall",
"src": "971:12:3"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "985:8:3",
"type": "",
"value": "ddress"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "964:6:3"
},
"nodeType": "YulFunctionCall",
"src": "964:30:3"
},
"nodeType": "YulExpressionStatement",
"src": "964:30:3"
},
{
"nodeType": "YulAssignment",
"src": "1004:19:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "1015:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1020:2:3",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1011:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1011:12:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "1004:3:3"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "793:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "801:3:3",
"type": ""
}
],
"src": "659:370:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1181:184:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1191:74:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "1257:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1262:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "1198:58:3"
},
"nodeType": "YulFunctionCall",
"src": "1198:67:3"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "1191:3:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "1286:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1291:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1282:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1282:11:3"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "1295:34:3",
"type": "",
"value": "Ownable: caller is not the owner"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "1275:6:3"
},
"nodeType": "YulFunctionCall",
"src": "1275:55:3"
},
"nodeType": "YulExpressionStatement",
"src": "1275:55:3"
},
{
"nodeType": "YulAssignment",
"src": "1340:19:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "1351:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1356:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1347:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1347:12:3"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "1340:3:3"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "1169:3:3",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "1177:3:3",
"type": ""
}
],
"src": "1035:330:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1469:124:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1479:26:3",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1491:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1502:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1487:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1487:18:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "1479:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "1559:6:3"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1572:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1583:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1568:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1568:17:3"
}
],
"functionName": {
"name": "abi_encode_t_address_to_t_address_fromStack",
"nodeType": "YulIdentifier",
"src": "1515:43:3"
},
"nodeType": "YulFunctionCall",
"src": "1515:71:3"
},
"nodeType": "YulExpressionStatement",
"src": "1515:71:3"
}
]
},
"name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "1441:9:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "1453:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "1464:4:3",
"type": ""
}
],
"src": "1371:222:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1691:118:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1701:26:3",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1713:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1724:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1709:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1709:18:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "1701:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "1775:6:3"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1788:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1799:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1784:3:3"
},
"nodeType": "YulFunctionCall",
"src": "1784:17:3"
}
],
"functionName": {
"name": "abi_encode_t_bool_to_t_bool_fromStack",
"nodeType": "YulIdentifier",
"src": "1737:37:3"
},
"nodeType": "YulFunctionCall",
"src": "1737:65:3"
},
"nodeType": "YulExpressionStatement",
"src": "1737:65:3"
}
]
},
"name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "1663:9:3",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "1675:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "1686:4:3",
"type": ""
}
],
"src": "1599:210:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1986:248:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "1996:26:3",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2008:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2019:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2004:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2004:18:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "1996:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2043:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2054:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2039:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2039:17:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "2062:4:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2068:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "2058:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2058:20:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2032:6:3"
},
"nodeType": "YulFunctionCall",
"src": "2032:47:3"
},
"nodeType": "YulExpressionStatement",
"src": "2032:47:3"
},
{
"nodeType": "YulAssignment",
"src": "2088:139:3",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "2222:4:3"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "2096:124:3"
},
"nodeType": "YulFunctionCall",
"src": "2096:131:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "2088:4:3"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "1966:9:3",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "1981:4:3",
"type": ""
}
],
"src": "1815:419:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2411:248:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "2421:26:3",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2433:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2444:2:3",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2429:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2429:18:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "2421:4:3"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2468:9:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2479:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2464:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2464:17:3"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "2487:4:3"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2493:9:3"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "2483:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2483:20:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2457:6:3"
},
"nodeType": "YulFunctionCall",
"src": "2457:47:3"
},
"nodeType": "YulExpressionStatement",
"src": "2457:47:3"
},
{
"nodeType": "YulAssignment",
"src": "2513:139:3",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "2647:4:3"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "2521:124:3"
},
"nodeType": "YulFunctionCall",
"src": "2521:131:3"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "2513:4:3"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "2391:9:3",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "2406:4:3",
"type": ""
}
],
"src": "2240:419:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2761:73:3",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2778:3:3"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "2783:6:3"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2771:6:3"
},
"nodeType": "YulFunctionCall",
"src": "2771:19:3"
},
"nodeType": "YulExpressionStatement",
"src": "2771:19:3"
},
{
"nodeType": "YulAssignment",
"src": "2799:29:3",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2818:3:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2823:4:3",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2814:3:3"
},
"nodeType": "YulFunctionCall",
"src": "2814:14:3"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "2799:11:3"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "2733:3:3",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "2738:6:3",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "2749:11:3",
"type": ""
}
],
"src": "2665:169:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2885:51:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "2895:35:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2924:5:3"
}
],
"functionName": {
"name": "cleanup_t_uint160",
"nodeType": "YulIdentifier",
"src": "2906:17:3"
},
"nodeType": "YulFunctionCall",
"src": "2906:24:3"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "2895:7:3"
}
]
}
]
},
"name": "cleanup_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "2867:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "2877:7:3",
"type": ""
}
],
"src": "2840:96:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2984:48:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "2994:32:3",
"value": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "3019:5:3"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "3012:6:3"
},
"nodeType": "YulFunctionCall",
"src": "3012:13:3"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "3005:6:3"
},
"nodeType": "YulFunctionCall",
"src": "3005:21:3"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "2994:7:3"
}
]
}
]
},
"name": "cleanup_t_bool",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "2966:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "2976:7:3",
"type": ""
}
],
"src": "2942:90:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3083:81:3",
"statements": [
{
"nodeType": "YulAssignment",
"src": "3093:65:3",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "3108:5:3"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3115:42:3",
"type": "",
"value": "0xffffffffffffffffffffffffffffffffffffffff"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "3104:3:3"
},
"nodeType": "YulFunctionCall",
"src": "3104:54:3"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "3093:7:3"
}
]
}
]
},
"name": "cleanup_t_uint160",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "3065:5:3",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "3075:7:3",
"type": ""
}
],
"src": "3038:126:3"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3213:79:3",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "3270:16:3",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3279:1:3",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3282:1:3",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "3272:6:3"
},
"nodeType": "YulFunctionCall",
"src": "3272:12:3"
},
"nodeType": "YulExpressionStatement",
"src": "3272:12:3"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "3236:5:3"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "3261:5:3"
}
],
"functionName": {
"name": "cleanup_t_address",
"nodeType": "YulIdentifier",
"src": "3243:17:3"
},
"nodeType": "YulFunctionCall",
"src": "3243:24:3"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "3233:2:3"
},
"nodeType": "YulFunctionCall",
"src": "3233:35:3"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "3226:6:3"
},
"nodeType": "YulFunctionCall",
"src": "3226:43:3"
},
"nodeType": "YulIf",
"src": "3223:2:3"
}
]
},
"name": "validator_revert_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "3206:5:3",
"type": ""
}
],
"src": "3170:122:3"
}
]
},
"contents": "{\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 38)\n\n mstore(add(pos, 0), \"Ownable: new owner is the zero a\")\n\n mstore(add(pos, 32), \"ddress\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n\n mstore(add(pos, 0), \"Ownable: caller is not the owner\")\n\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bool_to_t_bool_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack( tail)\n\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 cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function cleanup_t_bool(value) -> cleaned {\n cleaned := iszero(iszero(value))\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n}\n",
"id": 3,
"language": "Yul",
"name": "#utility.yul"
}
],
"immutableReferences": {},
"linkReferences": {},
"object": "608060405234801561001057600080fd5b50600436106100625760003560e01c8063116cd6221461006757806329092d0e14610097578063715018a6146100c75780638da5cb5b146100d1578063da57250f146100ef578063f2fde38b1461011f575b600080fd5b610081600480360381019061007c919061048d565b61013b565b60405161008e9190610595565b60405180910390f35b6100b160048036038101906100ac919061048d565b6101a6565b6040516100be9190610595565b60405180910390f35b6100cf610212565b005b6100d9610226565b6040516100e6919061057a565b60405180910390f35b6101096004803603810190610104919061048d565b61024f565b6040516101169190610595565b60405180910390f35b6101396004803603810190610134919061048d565b6102aa565b005b600061014561032e565b60018060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908360ff16021790555060019050919050565b60006101b061032e565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908360ff16021790555060019050919050565b61021a61032e565b61022460006103ac565b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600060018060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1660ff16149050919050565b6102b261032e565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610322576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610319906105b0565b60405180910390fd5b61032b816103ac565b50565b610336610470565b73ffffffffffffffffffffffffffffffffffffffff16610354610226565b73ffffffffffffffffffffffffffffffffffffffff16146103aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103a1906105d0565b60405180910390fd5b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600033905090565b6000813590506104878161063f565b92915050565b60006020828403121561049f57600080fd5b60006104ad84828501610478565b91505092915050565b6104bf81610601565b82525050565b6104ce81610613565b82525050565b60006104e16026836105f0565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006105476020836105f0565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b600060208201905061058f60008301846104b6565b92915050565b60006020820190506105aa60008301846104c5565b92915050565b600060208201905081810360008301526105c9816104d4565b9050919050565b600060208201905081810360008301526105e98161053a565b9050919050565b600082825260208201905092915050565b600061060c8261061f565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b61064881610601565b811461065357600080fd5b5056fea264697066735822122068835293bbdc3f201c6c3fcda220dcaef069927cd1c49c4dfc8c240217d171ae64736f6c63430008000033",
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x62 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x116CD622 EQ PUSH2 0x67 JUMPI DUP1 PUSH4 0x29092D0E EQ PUSH2 0x97 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0xC7 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0xD1 JUMPI DUP1 PUSH4 0xDA57250F EQ PUSH2 0xEF JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x11F JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x81 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x7C SWAP2 SWAP1 PUSH2 0x48D JUMP JUMPDEST PUSH2 0x13B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x8E SWAP2 SWAP1 PUSH2 0x595 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xB1 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xAC SWAP2 SWAP1 PUSH2 0x48D JUMP JUMPDEST PUSH2 0x1A6 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xBE SWAP2 SWAP1 PUSH2 0x595 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xCF PUSH2 0x212 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xD9 PUSH2 0x226 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xE6 SWAP2 SWAP1 PUSH2 0x57A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x109 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x104 SWAP2 SWAP1 PUSH2 0x48D JUMP JUMPDEST PUSH2 0x24F JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x116 SWAP2 SWAP1 PUSH2 0x595 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x139 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x134 SWAP2 SWAP1 PUSH2 0x48D JUMP JUMPDEST PUSH2 0x2AA JUMP JUMPDEST STOP JUMPDEST PUSH1 0x0 PUSH2 0x145 PUSH2 0x32E JUMP JUMPDEST PUSH1 0x1 DUP1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1B0 PUSH2 0x32E JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x21A PUSH2 0x32E JUMP JUMPDEST PUSH2 0x224 PUSH1 0x0 PUSH2 0x3AC JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 DUP1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2B2 PUSH2 0x32E JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ ISZERO PUSH2 0x322 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x319 SWAP1 PUSH2 0x5B0 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x32B DUP2 PUSH2 0x3AC JUMP JUMPDEST POP JUMP JUMPDEST PUSH2 0x336 PUSH2 0x470 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x354 PUSH2 0x226 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x3AA JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3A1 SWAP1 PUSH2 0x5D0 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x487 DUP2 PUSH2 0x63F JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x49F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x4AD DUP5 DUP3 DUP6 ADD PUSH2 0x478 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x4BF DUP2 PUSH2 0x601 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x4CE DUP2 PUSH2 0x613 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4E1 PUSH1 0x26 DUP4 PUSH2 0x5F0 JUMP JUMPDEST SWAP2 POP PUSH32 0x4F776E61626C653A206E6577206F776E657220697320746865207A65726F2061 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6464726573730000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x547 PUSH1 0x20 DUP4 PUSH2 0x5F0 JUMP JUMPDEST SWAP2 POP PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x58F PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x4B6 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x5AA PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x4C5 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x5C9 DUP2 PUSH2 0x4D4 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x5E9 DUP2 PUSH2 0x53A JUMP JUMPDEST 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 PUSH2 0x60C DUP3 PUSH2 0x61F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x648 DUP2 PUSH2 0x601 JUMP JUMPDEST DUP2 EQ PUSH2 0x653 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH9 0x835293BBDC3F201C6C EXTCODEHASH 0xCD LOG2 KECCAK256 0xDC 0xAE CREATE PUSH10 0x927CD1C49C4DFC8C2402 OR 0xD1 PUSH18 0xAE64736F6C63430008000033000000000000 ",
"sourceMap": "118:427:2:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;199:117;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;322;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1824:101:0;;;:::i;:::-;;1201:85;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;445:98:2;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2074:198:0;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;199:117:2;257:4;1094:13:0;:11;:13::i;:::-;286:1:2::1;273:4:::0;:10:::1;278:4;273:10;;;;;;;;;;;;;;;;:14;;;;;;;;;;;;;;;;;;305:4;298:11;;199:117:::0;;;:::o;322:::-;380:4;1094:13:0;:11;:13::i;:::-;409:1:2::1;396:4;:10;401:4;396:10;;;;;;;;;;;;;;;;:14;;;;;;;;;;;;;;;;;;428:4;421:11;;322:117:::0;;;:::o;1824:101:0:-;1094:13;:11;:13::i;:::-;1888:30:::1;1915:1;1888:18;:30::i;:::-;1824:101::o:0;1201:85::-;1247:7;1273:6;;;;;;;;;;;1266:13;;1201:85;:::o;445:98:2:-;498:4;535:1;521:4;:10;526:4;521:10;;;;;;;;;;;;;;;;;;;;;;;;;:15;;;514:22;;445:98;;;:::o;2074:198:0:-;1094:13;:11;:13::i;:::-;2182:1:::1;2162:22;;:8;:22;;;;2154:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;2237:28;2256:8;2237:18;:28::i;:::-;2074:198:::0;:::o;1359:130::-;1433:12;:10;:12::i;:::-;1422:23;;:7;:5;:7::i;:::-;:23;;;1414:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1359:130::o;2426:187::-;2499:16;2518:6;;;;;;;;;;;2499:25;;2543:8;2534:6;;:17;;;;;;;;;;;;;;;;;;2597:8;2566:40;;2587:8;2566:40;;;;;;;;;;;;2426:187;;:::o;640:96:1:-;693:7;719:10;712:17;;640:96;:::o;7:139:3:-;;91:6;78:20;69:29;;107:33;134:5;107:33;:::i;:::-;59:87;;;;:::o;152:262::-;;260:2;248:9;239:7;235:23;231:32;228:2;;;276:1;273;266:12;228:2;319:1;344:53;389:7;380:6;369:9;365:22;344:53;:::i;:::-;334:63;;290:117;218:196;;;;:::o;420:118::-;507:24;525:5;507:24;:::i;:::-;502:3;495:37;485:53;;:::o;544:109::-;625:21;640:5;625:21;:::i;:::-;620:3;613:34;603:50;;:::o;659:370::-;;822:67;886:2;881:3;822:67;:::i;:::-;815:74;;919:34;915:1;910:3;906:11;899:55;985:8;980:2;975:3;971:12;964:30;1020:2;1015:3;1011:12;1004:19;;805:224;;;:::o;1035:330::-;;1198:67;1262:2;1257:3;1198:67;:::i;:::-;1191:74;;1295:34;1291:1;1286:3;1282:11;1275:55;1356:2;1351:3;1347:12;1340:19;;1181:184;;;:::o;1371:222::-;;1502:2;1491:9;1487:18;1479:26;;1515:71;1583:1;1572:9;1568:17;1559:6;1515:71;:::i;:::-;1469:124;;;;:::o;1599:210::-;;1724:2;1713:9;1709:18;1701:26;;1737:65;1799:1;1788:9;1784:17;1775:6;1737:65;:::i;:::-;1691:118;;;;:::o;1815:419::-;;2019:2;2008:9;2004:18;1996:26;;2068:9;2062:4;2058:20;2054:1;2043:9;2039:17;2032:47;2096:131;2222:4;2096:131;:::i;:::-;2088:139;;1986:248;;;:::o;2240:419::-;;2444:2;2433:9;2429:18;2421:26;;2493:9;2487:4;2483:20;2479:1;2468:9;2464:17;2457:47;2521:131;2647:4;2521:131;:::i;:::-;2513:139;;2411:248;;;:::o;2665:169::-;;2783:6;2778:3;2771:19;2823:4;2818:3;2814:14;2799:29;;2761:73;;;;:::o;2840:96::-;;2906:24;2924:5;2906:24;:::i;:::-;2895:35;;2885:51;;;:::o;2942:90::-;;3019:5;3012:13;3005:21;2994:32;;2984:48;;;:::o;3038:126::-;;3115:42;3108:5;3104:54;3093:65;;3083:81;;;:::o;3170:122::-;3243:24;3261:5;3243:24;:::i;:::-;3236:5;3233:35;3223:2;;3282:1;3279;3272:12;3223:2;3213:79;:::o"
},
"gasEstimates": {
"creation": {
"codeDepositCost": "335200",
"executionCost": "infinite",
"totalCost": "infinite"
},
"external": {
"getPre(address)": "1661",
"owner()": "1266",
"remove(address)": "22578",
"renounceOwnership()": "24420",
"setPre(address)": "22556",
"transferOwnership(address)": "24835"
}
},
"methodIdentifiers": {
"getPre(address)": "da57250f",
"owner()": "8da5cb5b",
"remove(address)": "29092d0e",
"renounceOwnership()": "715018a6",
"setPre(address)": "116cd622",
"transferOwnership(address)": "f2fde38b"
}
},
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "addr",
"type": "address"
}
],
"name": "getPre",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "addr",
"type": "address"
}
],
"name": "remove",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "renounceOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "addr",
"type": "address"
}
],
"name": "setPre",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
}
{
"compiler": {
"version": "0.8.0+commit.c7dfd78e"
},
"language": "Solidity",
"output": {
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "addr",
"type": "address"
}
],
"name": "getPre",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "addr",
"type": "address"
}
],
"name": "remove",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "renounceOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "addr",
"type": "address"
}
],
"name": "setPre",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"devdoc": {
"kind": "dev",
"methods": {
"owner()": {
"details": "Returns the address of the current owner."
},
"renounceOwnership()": {
"details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."
},
"transferOwnership(address)": {
"details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
}
},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
},
"settings": {
"compilationTarget": {
"token/Permision.sol": "Permision"
},
"evmVersion": "istanbul",
"libraries": {},
"metadata": {
"bytecodeHash": "ipfs"
},
"optimizer": {
"enabled": false,
"runs": 200
},
"remappings": []
},
"sources": {
"@openzeppelin/contracts@4.9.0/access/Ownable.sol": {
"keccak256": "0xba43b97fba0d32eb4254f6a5a297b39a19a247082a02d6e69349e071e2946218",
"license": "MIT",
"urls": [
"bzz-raw://fc980984badf3984b6303b377711220e067722bbd6a135b24669ff5069ef9f32",
"dweb:/ipfs/QmPHXMSXj99XjSVM21YsY6aNtLLjLVXDbyN76J5HQYvvrz"
]
},
"@openzeppelin/contracts@4.9.0/utils/Context.sol": {
"keccak256": "0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7",
"license": "MIT",
"urls": [
"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92",
"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3"
]
},
"token/Permision.sol": {
"keccak256": "0x38e58c3bb604d18f9fa7119a692dcf0d4c21af7f621a853082fd0e7e7ee74821",
"license": "MIT",
"urls": [
"bzz-raw://e92941072c7cdc01fd178a30ff2c291ec90070f6577fd8cbd4458a994549819e",
"dweb:/ipfs/QmTdhfn2qvoEHqpakN2HNbBTp8BMCjJrdwZNSJPZZMDL71"
]
}
},
"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
},
"goerli:5": {
"linkReferences": {},
"autoDeployLib": true
},
"Custom": {
"linkReferences": {},
"autoDeployLib": true
}
},
"data": {
"bytecode": {
"generatedSources": [],
"linkReferences": {},
"object": "6080604052670214e8348c4f000060015573529592c046c28b976c5978c70d788cae2be3a825600260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600160035534801561007657600080fd5b5061009361008861009860201b60201c565b6100a060201b60201c565b610164565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6117ce806101736000396000f3fe6080604052600436106100a05760003560e01c8063bcfa65a411610064578063bcfa65a41461016d578063cb60728914610198578063d3c9727c146101d5578063d6febde814610205578063d7f282ae14610235578063f2fde38b14610272576100a7565b806312065fe0146100ac578063127f4b2e146100d75780632762efb514610100578063715018a61461012b5780638da5cb5b14610142576100a7565b366100a757005b600080fd5b3480156100b857600080fd5b506100c161029b565b6040516100ce9190611626565b60405180910390f35b3480156100e357600080fd5b506100fe60048036038101906100f99190610d6a565b6102ab565b005b34801561010c57600080fd5b50610115610340565b6040516101229190611626565b60405180910390f35b34801561013757600080fd5b506101406103f2565b005b34801561014e57600080fd5b50610157610406565b60405161016491906113b0565b60405180910390f35b34801561017957600080fd5b5061018261042f565b60405161018f9190611626565b60405180910390f35b3480156101a457600080fd5b506101bf60048036038101906101ba9190610d6a565b610441565b6040516101cc919061142b565b60405180910390f35b6101ef60048036038101906101ea9190610df8565b61049e565b6040516101fc919061142b565b60405180910390f35b61021f600480360381019061021a9190610dbc565b61076c565b60405161022c919061142b565b60405180910390f35b34801561024157600080fd5b5061025c60048036038101906102579190610d6a565b6109ab565b604051610269919061142b565b60405180910390f35b34801561027e57600080fd5b5061029960048036038101906102949190610d18565b610af6565b005b60006102a5610b7a565b47905090565b6102b3610b7a565b804710156102f6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016102ed90611526565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f1935050505015801561033c573d6000803e3d6000fd5b5050565b6000600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b815260040161039d91906113b0565b60206040518083038186803b1580156103b557600080fd5b505afa1580156103c9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103ed9190610d93565b905090565b6103fa610b7a565b6104046000610bf8565b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000610439610b7a565b600154905090565b600061044b610b7a565b6000821161048e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161048590611566565b60405180910390fd5b8160018190555060019050919050565b60006001600354146104e5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104dc906115a6565b60405180910390fd5b600060038190555060008411610530576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161052790611546565b60405180910390fd5b60008311610573576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161056a90611606565b60405180910390fd5b8260015410156105b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105af906114a6565b60405180910390fd5b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166378db512d6105fe610cbc565b30876040518463ffffffff1660e01b815260040161061e939291906113cb565b602060405180830381600087803b15801561063857600080fd5b505af115801561064c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106709190610d41565b6106af576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106a690611506565b60405180910390fd5b814710156106f2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106e990611526565b60405180910390fd5b6106fa610cbc565b73ffffffffffffffffffffffffffffffffffffffff166108fc839081150290604051600060405180830381858888f1935050505015801561073f573d6000803e3d6000fd5b50826001600082825461075291906116a8565b925050819055506001905060016003819055509392505050565b60006001600354146107b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107aa906115a6565b60405180910390fd5b6000600381905550600083116107fe576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f590611466565b60405180910390fd5b60008211610841576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161083890611446565b60405180910390fd5b8261084a610340565b101561088b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610882906115e6565b60405180910390fd5b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb6108d1610cbc565b856040518363ffffffff1660e01b81526004016108ef929190611402565b602060405180830381600087803b15801561090957600080fd5b505af115801561091d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109419190610d41565b610980576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610977906115c6565b60405180910390fd5b81600160008282546109929190611652565b9250508190555060019050600160038190555092915050565b60006109b5610b7a565b600082116109f8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109ef906114c6565b60405180910390fd5b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610a3e610406565b846040518363ffffffff1660e01b8152600401610a5c929190611402565b602060405180830381600087803b158015610a7657600080fd5b505af1158015610a8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aae9190610d41565b610aed576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ae4906114e6565b60405180910390fd5b60019050919050565b610afe610b7a565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610b6e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b6590611486565b60405180910390fd5b610b7781610bf8565b50565b610b82610cbc565b73ffffffffffffffffffffffffffffffffffffffff16610ba0610406565b73ffffffffffffffffffffffffffffffffffffffff1614610bf6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bed90611586565b60405180910390fd5b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600033905090565b600081359050610cd381611753565b92915050565b600081519050610ce88161176a565b92915050565b600081359050610cfd81611781565b92915050565b600081519050610d1281611781565b92915050565b600060208284031215610d2a57600080fd5b6000610d3884828501610cc4565b91505092915050565b600060208284031215610d5357600080fd5b6000610d6184828501610cd9565b91505092915050565b600060208284031215610d7c57600080fd5b6000610d8a84828501610cee565b91505092915050565b600060208284031215610da557600080fd5b6000610db384828501610d03565b91505092915050565b60008060408385031215610dcf57600080fd5b6000610ddd85828601610cee565b9250506020610dee85828601610cee565b9150509250929050565b600080600060608486031215610e0d57600080fd5b6000610e1b86828701610cee565b9350506020610e2c86828701610cee565b9250506040610e3d86828701610cee565b9150509250925092565b610e50816116dc565b82525050565b610e5f816116ee565b82525050565b6000610e72602a83611641565b91507f494c4c4547414c3a6275792077626e62206d757374206265206772656174657260008301527f207468616e207a65726f000000000000000000000000000000000000000000006020830152604082019050919050565b6000610ed8602c83611641565b91507f494c4c4547414c3a62757920416d6f756e74206d75737420626520677265617460008301527f6572207468616e207a65726f00000000000000000000000000000000000000006020830152604082019050919050565b6000610f3e602683611641565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000610fa4602683611641565b91507f494c4c4547414c3a73656c6c2077626e622067726561746572207468616e206260008301527f616c616e636500000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061100a603483611641565b91507f494c4c4547414c3a65787472616374436f696e20416d6f756e74206d7573742060008301527f62652067726561746572207468616e207a65726f0000000000000000000000006020830152604082019050919050565b6000611070602183611641565b91507f5452414e533a65787472616374436f696e205472616e73666572206661696c6560008301527f64000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006110d6601a83611641565b91507f5452414e533a73656c6c205472616e73666572206661696c65640000000000006000830152602082019050919050565b6000611116602083611641565b91507f494c4c4547414c3a496e73756666696369656e7420424e422062616c616e63656000830152602082019050919050565b6000611156602d83611641565b91507f494c4c4547414c3a73656c6c20416d6f756e74206d757374206265206772656160008301527f746572207468616e207a65726f000000000000000000000000000000000000006020830152604082019050919050565b60006111bc603083611641565b91507f494c4c4547414c3a73657457426e6220416d6f756e74206d757374206265206760008301527f726561746572207468616e207a65726f000000000000000000000000000000006020830152604082019050919050565b6000611222602083611641565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b6000611262601283611641565b91507f4c4f434b45443a706f6f6c206c6f636b656400000000000000000000000000006000830152602082019050919050565b60006112a2601983611641565b91507f5452414e533a627579205472616e73666572206661696c6564000000000000006000830152602082019050919050565b60006112e2602c83611641565b91507f494c4c4547414c3a62757920416d6f756e742067726561746572207468616e2060008301527f436f696e2062616c616e636500000000000000000000000000000000000000006020830152604082019050919050565b6000611348602b83611641565b91507f494c4c4547414c3a73656c6c2077626e62206d7573742062652067726561746560008301527f72207468616e207a65726f0000000000000000000000000000000000000000006020830152604082019050919050565b6113aa8161171a565b82525050565b60006020820190506113c56000830184610e47565b92915050565b60006060820190506113e06000830186610e47565b6113ed6020830185610e47565b6113fa60408301846113a1565b949350505050565b60006040820190506114176000830185610e47565b61142460208301846113a1565b9392505050565b60006020820190506114406000830184610e56565b92915050565b6000602082019050818103600083015261145f81610e65565b9050919050565b6000602082019050818103600083015261147f81610ecb565b9050919050565b6000602082019050818103600083015261149f81610f31565b9050919050565b600060208201905081810360008301526114bf81610f97565b9050919050565b600060208201905081810360008301526114df81610ffd565b9050919050565b600060208201905081810360008301526114ff81611063565b9050919050565b6000602082019050818103600083015261151f816110c9565b9050919050565b6000602082019050818103600083015261153f81611109565b9050919050565b6000602082019050818103600083015261155f81611149565b9050919050565b6000602082019050818103600083015261157f816111af565b9050919050565b6000602082019050818103600083015261159f81611215565b9050919050565b600060208201905081810360008301526115bf81611255565b9050919050565b600060208201905081810360008301526115df81611295565b9050919050565b600060208201905081810360008301526115ff816112d5565b9050919050565b6000602082019050818103600083015261161f8161133b565b9050919050565b600060208201905061163b60008301846113a1565b92915050565b600082825260208201905092915050565b600061165d8261171a565b91506116688361171a565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561169d5761169c611724565b5b828201905092915050565b60006116b38261171a565b91506116be8361171a565b9250828210156116d1576116d0611724565b5b828203905092915050565b60006116e7826116fa565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b61175c816116dc565b811461176757600080fd5b50565b611773816116ee565b811461177e57600080fd5b50565b61178a8161171a565b811461179557600080fd5b5056fea26469706673582212200f51914806e227001aa9a679a07c93d8484a1f7c9e529224193d3dfa3b31ec1264736f6c63430008000033",
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH8 0x214E8348C4F0000 PUSH1 0x1 SSTORE PUSH20 0x529592C046C28B976C5978C70D788CAE2BE3A825 PUSH1 0x2 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 PUSH1 0x3 SSTORE CALLVALUE DUP1 ISZERO PUSH2 0x76 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x93 PUSH2 0x88 PUSH2 0x98 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST PUSH2 0xA0 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST PUSH2 0x164 JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH2 0x17CE DUP1 PUSH2 0x173 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0xA0 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xBCFA65A4 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xBCFA65A4 EQ PUSH2 0x16D JUMPI DUP1 PUSH4 0xCB607289 EQ PUSH2 0x198 JUMPI DUP1 PUSH4 0xD3C9727C EQ PUSH2 0x1D5 JUMPI DUP1 PUSH4 0xD6FEBDE8 EQ PUSH2 0x205 JUMPI DUP1 PUSH4 0xD7F282AE EQ PUSH2 0x235 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x272 JUMPI PUSH2 0xA7 JUMP JUMPDEST DUP1 PUSH4 0x12065FE0 EQ PUSH2 0xAC JUMPI DUP1 PUSH4 0x127F4B2E EQ PUSH2 0xD7 JUMPI DUP1 PUSH4 0x2762EFB5 EQ PUSH2 0x100 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x12B JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x142 JUMPI PUSH2 0xA7 JUMP JUMPDEST CALLDATASIZE PUSH2 0xA7 JUMPI STOP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xB8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xC1 PUSH2 0x29B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xCE SWAP2 SWAP1 PUSH2 0x1626 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xE3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xFE PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xF9 SWAP2 SWAP1 PUSH2 0xD6A JUMP JUMPDEST PUSH2 0x2AB JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x10C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x115 PUSH2 0x340 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x122 SWAP2 SWAP1 PUSH2 0x1626 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x137 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x140 PUSH2 0x3F2 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x14E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x157 PUSH2 0x406 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x164 SWAP2 SWAP1 PUSH2 0x13B0 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x179 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x182 PUSH2 0x42F JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x18F SWAP2 SWAP1 PUSH2 0x1626 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1A4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1BF PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1BA SWAP2 SWAP1 PUSH2 0xD6A JUMP JUMPDEST PUSH2 0x441 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1CC SWAP2 SWAP1 PUSH2 0x142B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1EF PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1EA SWAP2 SWAP1 PUSH2 0xDF8 JUMP JUMPDEST PUSH2 0x49E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1FC SWAP2 SWAP1 PUSH2 0x142B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x21F PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x21A SWAP2 SWAP1 PUSH2 0xDBC JUMP JUMPDEST PUSH2 0x76C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x22C SWAP2 SWAP1 PUSH2 0x142B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x241 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x25C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x257 SWAP2 SWAP1 PUSH2 0xD6A JUMP JUMPDEST PUSH2 0x9AB JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x269 SWAP2 SWAP1 PUSH2 0x142B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x27E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x299 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x294 SWAP2 SWAP1 PUSH2 0xD18 JUMP JUMPDEST PUSH2 0xAF6 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x0 PUSH2 0x2A5 PUSH2 0xB7A JUMP JUMPDEST SELFBALANCE SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x2B3 PUSH2 0xB7A JUMP JUMPDEST DUP1 SELFBALANCE LT ISZERO PUSH2 0x2F6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2ED SWAP1 PUSH2 0x1526 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x8FC DUP3 SWAP1 DUP2 ISZERO MUL SWAP1 PUSH1 0x40 MLOAD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 DUP9 CALL SWAP4 POP POP POP POP ISZERO DUP1 ISZERO PUSH2 0x33C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x70A08231 ADDRESS PUSH1 0x40 MLOAD DUP3 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x39D SWAP2 SWAP1 PUSH2 0x13B0 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x3B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x3C9 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x3ED SWAP2 SWAP1 PUSH2 0xD93 JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x3FA PUSH2 0xB7A JUMP JUMPDEST PUSH2 0x404 PUSH1 0x0 PUSH2 0xBF8 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x439 PUSH2 0xB7A JUMP JUMPDEST PUSH1 0x1 SLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x44B PUSH2 0xB7A JUMP JUMPDEST PUSH1 0x0 DUP3 GT PUSH2 0x48E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x485 SWAP1 PUSH2 0x1566 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x1 DUP2 SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x3 SLOAD EQ PUSH2 0x4E5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x4DC SWAP1 PUSH2 0x15A6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x3 DUP2 SWAP1 SSTORE POP PUSH1 0x0 DUP5 GT PUSH2 0x530 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x527 SWAP1 PUSH2 0x1546 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP4 GT PUSH2 0x573 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x56A SWAP1 PUSH2 0x1606 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 PUSH1 0x1 SLOAD LT ISZERO PUSH2 0x5B8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x5AF SWAP1 PUSH2 0x14A6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x2 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x78DB512D PUSH2 0x5FE PUSH2 0xCBC JUMP JUMPDEST ADDRESS DUP8 PUSH1 0x40 MLOAD DUP5 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x61E SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x13CB JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x638 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x64C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x670 SWAP2 SWAP1 PUSH2 0xD41 JUMP JUMPDEST PUSH2 0x6AF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6A6 SWAP1 PUSH2 0x1506 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 SELFBALANCE LT ISZERO PUSH2 0x6F2 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6E9 SWAP1 PUSH2 0x1526 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x6FA PUSH2 0xCBC JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x8FC DUP4 SWAP1 DUP2 ISZERO MUL SWAP1 PUSH1 0x40 MLOAD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 DUP9 CALL SWAP4 POP POP POP POP ISZERO DUP1 ISZERO PUSH2 0x73F JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP DUP3 PUSH1 0x1 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x752 SWAP2 SWAP1 PUSH2 0x16A8 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH1 0x1 PUSH1 0x3 DUP2 SWAP1 SSTORE POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x3 SLOAD EQ PUSH2 0x7B3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7AA SWAP1 PUSH2 0x15A6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x3 DUP2 SWAP1 SSTORE POP PUSH1 0x0 DUP4 GT PUSH2 0x7FE JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7F5 SWAP1 PUSH2 0x1466 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 GT PUSH2 0x841 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x838 SWAP1 PUSH2 0x1446 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 PUSH2 0x84A PUSH2 0x340 JUMP JUMPDEST LT ISZERO PUSH2 0x88B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x882 SWAP1 PUSH2 0x15E6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x2 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x8D1 PUSH2 0xCBC JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8EF SWAP3 SWAP2 SWAP1 PUSH2 0x1402 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x909 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x91D JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x941 SWAP2 SWAP1 PUSH2 0xD41 JUMP JUMPDEST PUSH2 0x980 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x977 SWAP1 PUSH2 0x15C6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x1 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x992 SWAP2 SWAP1 PUSH2 0x1652 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH1 0x1 PUSH1 0x3 DUP2 SWAP1 SSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x9B5 PUSH2 0xB7A JUMP JUMPDEST PUSH1 0x0 DUP3 GT PUSH2 0x9F8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9EF SWAP1 PUSH2 0x14C6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x2 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0xA3E PUSH2 0x406 JUMP JUMPDEST DUP5 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA5C SWAP3 SWAP2 SWAP1 PUSH2 0x1402 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xA76 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0xA8A JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0xAAE SWAP2 SWAP1 PUSH2 0xD41 JUMP JUMPDEST PUSH2 0xAED JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xAE4 SWAP1 PUSH2 0x14E6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xAFE PUSH2 0xB7A JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ ISZERO PUSH2 0xB6E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xB65 SWAP1 PUSH2 0x1486 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xB77 DUP2 PUSH2 0xBF8 JUMP JUMPDEST POP JUMP JUMPDEST PUSH2 0xB82 PUSH2 0xCBC JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0xBA0 PUSH2 0x406 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0xBF6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xBED SWAP1 PUSH2 0x1586 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xCD3 DUP2 PUSH2 0x1753 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0xCE8 DUP2 PUSH2 0x176A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xCFD DUP2 PUSH2 0x1781 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0xD12 DUP2 PUSH2 0x1781 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xD2A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xD38 DUP5 DUP3 DUP6 ADD PUSH2 0xCC4 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xD53 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xD61 DUP5 DUP3 DUP6 ADD PUSH2 0xCD9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xD7C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xD8A DUP5 DUP3 DUP6 ADD PUSH2 0xCEE JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xDA5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xDB3 DUP5 DUP3 DUP6 ADD PUSH2 0xD03 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xDCF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xDDD DUP6 DUP3 DUP7 ADD PUSH2 0xCEE JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xDEE DUP6 DUP3 DUP7 ADD PUSH2 0xCEE 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 0xE0D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xE1B DUP7 DUP3 DUP8 ADD PUSH2 0xCEE JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xE2C DUP7 DUP3 DUP8 ADD PUSH2 0xCEE JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xE3D DUP7 DUP3 DUP8 ADD PUSH2 0xCEE JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH2 0xE50 DUP2 PUSH2 0x16DC JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0xE5F DUP2 PUSH2 0x16EE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xE72 PUSH1 0x2A DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A6275792077626E62206D7573742062652067726561746572 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x207468616E207A65726F00000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xED8 PUSH1 0x2C DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A62757920416D6F756E74206D757374206265206772656174 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6572207468616E207A65726F0000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF3E PUSH1 0x26 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x4F776E61626C653A206E6577206F776E657220697320746865207A65726F2061 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6464726573730000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFA4 PUSH1 0x26 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A73656C6C2077626E622067726561746572207468616E2062 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x616C616E63650000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100A PUSH1 0x34 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A65787472616374436F696E20416D6F756E74206D75737420 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x62652067726561746572207468616E207A65726F000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1070 PUSH1 0x21 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x5452414E533A65787472616374436F696E205472616E73666572206661696C65 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6400000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x10D6 PUSH1 0x1A DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x5452414E533A73656C6C205472616E73666572206661696C6564000000000000 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1116 PUSH1 0x20 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A496E73756666696369656E7420424E422062616C616E6365 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1156 PUSH1 0x2D DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A73656C6C20416D6F756E74206D7573742062652067726561 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x746572207468616E207A65726F00000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11BC PUSH1 0x30 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A73657457426E6220416D6F756E74206D7573742062652067 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x726561746572207468616E207A65726F00000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1222 PUSH1 0x20 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1262 PUSH1 0x12 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x4C4F434B45443A706F6F6C206C6F636B65640000000000000000000000000000 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12A2 PUSH1 0x19 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x5452414E533A627579205472616E73666572206661696C656400000000000000 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12E2 PUSH1 0x2C DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A62757920416D6F756E742067726561746572207468616E20 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x436F696E2062616C616E63650000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1348 PUSH1 0x2B DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A73656C6C2077626E62206D75737420626520677265617465 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x72207468616E207A65726F000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x13AA DUP2 PUSH2 0x171A JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x13C5 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xE47 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x13E0 PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0xE47 JUMP JUMPDEST PUSH2 0x13ED PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0xE47 JUMP JUMPDEST PUSH2 0x13FA PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x13A1 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x1417 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0xE47 JUMP JUMPDEST PUSH2 0x1424 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x13A1 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1440 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xE56 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x145F DUP2 PUSH2 0xE65 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x147F DUP2 PUSH2 0xECB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x149F DUP2 PUSH2 0xF31 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x14BF DUP2 PUSH2 0xF97 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x14DF DUP2 PUSH2 0xFFD JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x14FF DUP2 PUSH2 0x1063 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x151F DUP2 PUSH2 0x10C9 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x153F DUP2 PUSH2 0x1109 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x155F DUP2 PUSH2 0x1149 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x157F DUP2 PUSH2 0x11AF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x159F DUP2 PUSH2 0x1215 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x15BF DUP2 PUSH2 0x1255 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x15DF DUP2 PUSH2 0x1295 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x15FF DUP2 PUSH2 0x12D5 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x161F DUP2 PUSH2 0x133B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x163B PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x13A1 JUMP JUMPDEST 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 PUSH2 0x165D DUP3 PUSH2 0x171A JUMP JUMPDEST SWAP2 POP PUSH2 0x1668 DUP4 PUSH2 0x171A JUMP JUMPDEST SWAP3 POP DUP3 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SUB DUP3 GT ISZERO PUSH2 0x169D JUMPI PUSH2 0x169C PUSH2 0x1724 JUMP JUMPDEST JUMPDEST DUP3 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x16B3 DUP3 PUSH2 0x171A JUMP JUMPDEST SWAP2 POP PUSH2 0x16BE DUP4 PUSH2 0x171A JUMP JUMPDEST SWAP3 POP DUP3 DUP3 LT ISZERO PUSH2 0x16D1 JUMPI PUSH2 0x16D0 PUSH2 0x1724 JUMP JUMPDEST JUMPDEST DUP3 DUP3 SUB SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x16E7 DUP3 PUSH2 0x16FA JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x175C DUP2 PUSH2 0x16DC JUMP JUMPDEST DUP2 EQ PUSH2 0x1767 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH2 0x1773 DUP2 PUSH2 0x16EE JUMP JUMPDEST DUP2 EQ PUSH2 0x177E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH2 0x178A DUP2 PUSH2 0x171A JUMP JUMPDEST DUP2 EQ PUSH2 0x1795 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xF MLOAD SWAP2 0x48 MOD 0xE2 0x27 STOP BYTE 0xA9 0xA6 PUSH26 0xA07C93D8484A1F7C9E529224193D3DFA3B31EC1264736F6C6343 STOP ADDMOD STOP STOP CALLER ",
"sourceMap": "149:2717:2:-:0;;;203:7;180:30;;257:42;216:84;;;;;;;;;;;;;;;;;;;;334:1;307:28;;149:2717;;;;;;;;;;936:32:0;955:12;:10;;;:12;;:::i;:::-;936:18;;;:32;;:::i;:::-;149:2717:2;;640:96:1;693:7;719:10;712:17;;640:96;:::o;2426:187:0:-;2499:16;2518:6;;;;;;;;;;;2499:25;;2543:8;2534:6;;:17;;;;;;;;;;;;;;;;;;2597:8;2566:40;;2587:8;2566:40;;;;;;;;;;;;2426:187;;:::o;149:2717:2:-;;;;;;;"
},
"deployedBytecode": {
"generatedSources": [
{
"ast": {
"nodeType": "YulBlock",
"src": "0:17983:4",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "59:87:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "69:29:4",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "91:6:4"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "78:12:4"
},
"nodeType": "YulFunctionCall",
"src": "78:20:4"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "69:5:4"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "134:5:4"
}
],
"functionName": {
"name": "validator_revert_t_address",
"nodeType": "YulIdentifier",
"src": "107:26:4"
},
"nodeType": "YulFunctionCall",
"src": "107:33:4"
},
"nodeType": "YulExpressionStatement",
"src": "107:33:4"
}
]
},
"name": "abi_decode_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "37:6:4",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "45:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "53:5:4",
"type": ""
}
],
"src": "7:139:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "212:77:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "222:22:4",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "237:6:4"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "231:5:4"
},
"nodeType": "YulFunctionCall",
"src": "231:13:4"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "222:5:4"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "277:5:4"
}
],
"functionName": {
"name": "validator_revert_t_bool",
"nodeType": "YulIdentifier",
"src": "253:23:4"
},
"nodeType": "YulFunctionCall",
"src": "253:30:4"
},
"nodeType": "YulExpressionStatement",
"src": "253:30:4"
}
]
},
"name": "abi_decode_t_bool_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "190:6:4",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "198:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "206:5:4",
"type": ""
}
],
"src": "152:137:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "347:87:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "357:29:4",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "379:6:4"
}
],
"functionName": {
"name": "calldataload",
"nodeType": "YulIdentifier",
"src": "366:12:4"
},
"nodeType": "YulFunctionCall",
"src": "366:20:4"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "357:5:4"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "422:5:4"
}
],
"functionName": {
"name": "validator_revert_t_uint256",
"nodeType": "YulIdentifier",
"src": "395:26:4"
},
"nodeType": "YulFunctionCall",
"src": "395:33:4"
},
"nodeType": "YulExpressionStatement",
"src": "395:33:4"
}
]
},
"name": "abi_decode_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "325:6:4",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "333:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "341:5:4",
"type": ""
}
],
"src": "295:139:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "503:80:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "513:22:4",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "528:6:4"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "522:5:4"
},
"nodeType": "YulFunctionCall",
"src": "522:13:4"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "513:5:4"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "571:5:4"
}
],
"functionName": {
"name": "validator_revert_t_uint256",
"nodeType": "YulIdentifier",
"src": "544:26:4"
},
"nodeType": "YulFunctionCall",
"src": "544:33:4"
},
"nodeType": "YulExpressionStatement",
"src": "544:33:4"
}
]
},
"name": "abi_decode_t_uint256_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "481:6:4",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "489:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "497:5:4",
"type": ""
}
],
"src": "440:143:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "655:196:4",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "701:16:4",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "710:1:4",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "713:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "703:6:4"
},
"nodeType": "YulFunctionCall",
"src": "703:12:4"
},
"nodeType": "YulExpressionStatement",
"src": "703:12:4"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "676:7:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "685:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "672:3:4"
},
"nodeType": "YulFunctionCall",
"src": "672:23:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "697:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "668:3:4"
},
"nodeType": "YulFunctionCall",
"src": "668:32:4"
},
"nodeType": "YulIf",
"src": "665:2:4"
},
{
"nodeType": "YulBlock",
"src": "727:117:4",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "742:15:4",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "756:1:4",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "746:6:4",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "771:63:4",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "806:9:4"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "817:6:4"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "802:3:4"
},
"nodeType": "YulFunctionCall",
"src": "802:22:4"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "826:7:4"
}
],
"functionName": {
"name": "abi_decode_t_address",
"nodeType": "YulIdentifier",
"src": "781:20:4"
},
"nodeType": "YulFunctionCall",
"src": "781:53:4"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "771:6:4"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "625:9:4",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "636:7:4",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "648:6:4",
"type": ""
}
],
"src": "589:262:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "931:204:4",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "977:16:4",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "986:1:4",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "989:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "979:6:4"
},
"nodeType": "YulFunctionCall",
"src": "979:12:4"
},
"nodeType": "YulExpressionStatement",
"src": "979:12:4"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "952:7:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "961:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "948:3:4"
},
"nodeType": "YulFunctionCall",
"src": "948:23:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "973:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "944:3:4"
},
"nodeType": "YulFunctionCall",
"src": "944:32:4"
},
"nodeType": "YulIf",
"src": "941:2:4"
},
{
"nodeType": "YulBlock",
"src": "1003:125:4",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "1018:15:4",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "1032:1:4",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1022:6:4",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "1047:71:4",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1090:9:4"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1101:6:4"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1086:3:4"
},
"nodeType": "YulFunctionCall",
"src": "1086:22:4"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1110:7:4"
}
],
"functionName": {
"name": "abi_decode_t_bool_fromMemory",
"nodeType": "YulIdentifier",
"src": "1057:28:4"
},
"nodeType": "YulFunctionCall",
"src": "1057:61:4"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "1047:6:4"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_bool_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "901:9:4",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "912:7:4",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "924:6:4",
"type": ""
}
],
"src": "857:278:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1207:196:4",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "1253:16:4",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1262:1:4",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1265:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "1255:6:4"
},
"nodeType": "YulFunctionCall",
"src": "1255:12:4"
},
"nodeType": "YulExpressionStatement",
"src": "1255:12:4"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1228:7:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1237:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "1224:3:4"
},
"nodeType": "YulFunctionCall",
"src": "1224:23:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1249:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "1220:3:4"
},
"nodeType": "YulFunctionCall",
"src": "1220:32:4"
},
"nodeType": "YulIf",
"src": "1217:2:4"
},
{
"nodeType": "YulBlock",
"src": "1279:117:4",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "1294:15:4",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "1308:1:4",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1298:6:4",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "1323:63:4",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1358:9:4"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1369:6:4"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1354:3:4"
},
"nodeType": "YulFunctionCall",
"src": "1354:22:4"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1378:7:4"
}
],
"functionName": {
"name": "abi_decode_t_uint256",
"nodeType": "YulIdentifier",
"src": "1333:20:4"
},
"nodeType": "YulFunctionCall",
"src": "1333:53:4"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "1323:6:4"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "1177:9:4",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "1188:7:4",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "1200:6:4",
"type": ""
}
],
"src": "1141:262:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1486:207:4",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "1532:16:4",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1541:1:4",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1544:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "1534:6:4"
},
"nodeType": "YulFunctionCall",
"src": "1534:12:4"
},
"nodeType": "YulExpressionStatement",
"src": "1534:12:4"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1507:7:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1516:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "1503:3:4"
},
"nodeType": "YulFunctionCall",
"src": "1503:23:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1528:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "1499:3:4"
},
"nodeType": "YulFunctionCall",
"src": "1499:32:4"
},
"nodeType": "YulIf",
"src": "1496:2:4"
},
{
"nodeType": "YulBlock",
"src": "1558:128:4",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "1573:15:4",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "1587:1:4",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1577:6:4",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "1602:74:4",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1648:9:4"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1659:6:4"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1644:3:4"
},
"nodeType": "YulFunctionCall",
"src": "1644:22:4"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1668:7:4"
}
],
"functionName": {
"name": "abi_decode_t_uint256_fromMemory",
"nodeType": "YulIdentifier",
"src": "1612:31:4"
},
"nodeType": "YulFunctionCall",
"src": "1612:64:4"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "1602:6:4"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_uint256_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "1456:9:4",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "1467:7:4",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "1479:6:4",
"type": ""
}
],
"src": "1409:284:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "1782:324:4",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "1828:16:4",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1837:1:4",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1840:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "1830:6:4"
},
"nodeType": "YulFunctionCall",
"src": "1830:12:4"
},
"nodeType": "YulExpressionStatement",
"src": "1830:12:4"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1803:7:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1812:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "1799:3:4"
},
"nodeType": "YulFunctionCall",
"src": "1799:23:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "1824:2:4",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "1795:3:4"
},
"nodeType": "YulFunctionCall",
"src": "1795:32:4"
},
"nodeType": "YulIf",
"src": "1792:2:4"
},
{
"nodeType": "YulBlock",
"src": "1854:117:4",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "1869:15:4",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "1883:1:4",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "1873:6:4",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "1898:63:4",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "1933:9:4"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "1944:6:4"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "1929:3:4"
},
"nodeType": "YulFunctionCall",
"src": "1929:22:4"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "1953:7:4"
}
],
"functionName": {
"name": "abi_decode_t_uint256",
"nodeType": "YulIdentifier",
"src": "1908:20:4"
},
"nodeType": "YulFunctionCall",
"src": "1908:53:4"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "1898:6:4"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "1981:118:4",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "1996:16:4",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "2010:2:4",
"type": "",
"value": "32"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "2000:6:4",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "2026:63:4",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2061:9:4"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2072:6:4"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2057:3:4"
},
"nodeType": "YulFunctionCall",
"src": "2057:22:4"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "2081:7:4"
}
],
"functionName": {
"name": "abi_decode_t_uint256",
"nodeType": "YulIdentifier",
"src": "2036:20:4"
},
"nodeType": "YulFunctionCall",
"src": "2036:53:4"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "2026:6:4"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_uint256t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "1744:9:4",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "1755:7:4",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "1767:6:4",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "1775:6:4",
"type": ""
}
],
"src": "1699:407:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2212:452:4",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "2258:16:4",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2267:1:4",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2270:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "2260:6:4"
},
"nodeType": "YulFunctionCall",
"src": "2260:12:4"
},
"nodeType": "YulExpressionStatement",
"src": "2260:12:4"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "2233:7:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2242:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "2229:3:4"
},
"nodeType": "YulFunctionCall",
"src": "2229:23:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "2254:2:4",
"type": "",
"value": "96"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "2225:3:4"
},
"nodeType": "YulFunctionCall",
"src": "2225:32:4"
},
"nodeType": "YulIf",
"src": "2222:2:4"
},
{
"nodeType": "YulBlock",
"src": "2284:117:4",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "2299:15:4",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "2313:1:4",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "2303:6:4",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "2328:63:4",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2363:9:4"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2374:6:4"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2359:3:4"
},
"nodeType": "YulFunctionCall",
"src": "2359:22:4"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "2383:7:4"
}
],
"functionName": {
"name": "abi_decode_t_uint256",
"nodeType": "YulIdentifier",
"src": "2338:20:4"
},
"nodeType": "YulFunctionCall",
"src": "2338:53:4"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "2328:6:4"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "2411:118:4",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "2426:16:4",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "2440:2:4",
"type": "",
"value": "32"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "2430:6:4",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "2456:63:4",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2491:9:4"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2502:6:4"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2487:3:4"
},
"nodeType": "YulFunctionCall",
"src": "2487:22:4"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "2511:7:4"
}
],
"functionName": {
"name": "abi_decode_t_uint256",
"nodeType": "YulIdentifier",
"src": "2466:20:4"
},
"nodeType": "YulFunctionCall",
"src": "2466:53:4"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "2456:6:4"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "2539:118:4",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "2554:16:4",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "2568:2:4",
"type": "",
"value": "64"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "2558:6:4",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "2584:63:4",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "2619:9:4"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "2630:6:4"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "2615:3:4"
},
"nodeType": "YulFunctionCall",
"src": "2615:22:4"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "2639:7:4"
}
],
"functionName": {
"name": "abi_decode_t_uint256",
"nodeType": "YulIdentifier",
"src": "2594:20:4"
},
"nodeType": "YulFunctionCall",
"src": "2594:53:4"
},
"variableNames": [
{
"name": "value2",
"nodeType": "YulIdentifier",
"src": "2584:6:4"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_uint256t_uint256t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "2166:9:4",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "2177:7:4",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "2189:6:4",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "2197:6:4",
"type": ""
},
{
"name": "value2",
"nodeType": "YulTypedName",
"src": "2205:6:4",
"type": ""
}
],
"src": "2112:552:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2735:53:4",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2752:3:4"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2775:5:4"
}
],
"functionName": {
"name": "cleanup_t_address",
"nodeType": "YulIdentifier",
"src": "2757:17:4"
},
"nodeType": "YulFunctionCall",
"src": "2757:24:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2745:6:4"
},
"nodeType": "YulFunctionCall",
"src": "2745:37:4"
},
"nodeType": "YulExpressionStatement",
"src": "2745:37:4"
}
]
},
"name": "abi_encode_t_address_to_t_address_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "2723:5:4",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "2730:3:4",
"type": ""
}
],
"src": "2670:118:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "2853:50:4",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "2870:3:4"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "2890:5:4"
}
],
"functionName": {
"name": "cleanup_t_bool",
"nodeType": "YulIdentifier",
"src": "2875:14:4"
},
"nodeType": "YulFunctionCall",
"src": "2875:21:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "2863:6:4"
},
"nodeType": "YulFunctionCall",
"src": "2863:34:4"
},
"nodeType": "YulExpressionStatement",
"src": "2863:34:4"
}
]
},
"name": "abi_encode_t_bool_to_t_bool_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "2841:5:4",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "2848:3:4",
"type": ""
}
],
"src": "2794:109:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3055:228:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "3065:74:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3131:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3136:2:4",
"type": "",
"value": "42"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "3072:58:4"
},
"nodeType": "YulFunctionCall",
"src": "3072:67:4"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3065:3:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3160:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3165:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3156:3:4"
},
"nodeType": "YulFunctionCall",
"src": "3156:11:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "3169:34:4",
"type": "",
"value": "ILLEGAL:buy wbnb must be greater"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3149:6:4"
},
"nodeType": "YulFunctionCall",
"src": "3149:55:4"
},
"nodeType": "YulExpressionStatement",
"src": "3149:55:4"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3225:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3230:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3221:3:4"
},
"nodeType": "YulFunctionCall",
"src": "3221:12:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "3235:12:4",
"type": "",
"value": " than zero"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3214:6:4"
},
"nodeType": "YulFunctionCall",
"src": "3214:34:4"
},
"nodeType": "YulExpressionStatement",
"src": "3214:34:4"
},
{
"nodeType": "YulAssignment",
"src": "3258:19:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3269:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3274:2:4",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3265:3:4"
},
"nodeType": "YulFunctionCall",
"src": "3265:12:4"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "3258:3:4"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_02bd1576265b5c1c4df099756f3c62c0a954f7b1208f4fbac26417331d3c79fa_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "3043:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "3051:3:4",
"type": ""
}
],
"src": "2909:374:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3435:230:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "3445:74:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3511:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3516:2:4",
"type": "",
"value": "44"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "3452:58:4"
},
"nodeType": "YulFunctionCall",
"src": "3452:67:4"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3445:3:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3540:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3545:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3536:3:4"
},
"nodeType": "YulFunctionCall",
"src": "3536:11:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "3549:34:4",
"type": "",
"value": "ILLEGAL:buy Amount must be great"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3529:6:4"
},
"nodeType": "YulFunctionCall",
"src": "3529:55:4"
},
"nodeType": "YulExpressionStatement",
"src": "3529:55:4"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3605:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3610:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3601:3:4"
},
"nodeType": "YulFunctionCall",
"src": "3601:12:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "3615:14:4",
"type": "",
"value": "er than zero"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3594:6:4"
},
"nodeType": "YulFunctionCall",
"src": "3594:36:4"
},
"nodeType": "YulExpressionStatement",
"src": "3594:36:4"
},
{
"nodeType": "YulAssignment",
"src": "3640:19:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3651:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3656:2:4",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3647:3:4"
},
"nodeType": "YulFunctionCall",
"src": "3647:12:4"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "3640:3:4"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_1b318315406bc83edc29658d68e8e2a9fba82cea5c01f247f93a8a8e1a9a35db_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "3423:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "3431:3:4",
"type": ""
}
],
"src": "3289:376:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "3817:224:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "3827:74:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3893:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3898:2:4",
"type": "",
"value": "38"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "3834:58:4"
},
"nodeType": "YulFunctionCall",
"src": "3834:67:4"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3827:3:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3922:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3927:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3918:3:4"
},
"nodeType": "YulFunctionCall",
"src": "3918:11:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "3931:34:4",
"type": "",
"value": "Ownable: new owner is the zero a"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3911:6:4"
},
"nodeType": "YulFunctionCall",
"src": "3911:55:4"
},
"nodeType": "YulExpressionStatement",
"src": "3911:55:4"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "3987:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "3992:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "3983:3:4"
},
"nodeType": "YulFunctionCall",
"src": "3983:12:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "3997:8:4",
"type": "",
"value": "ddress"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "3976:6:4"
},
"nodeType": "YulFunctionCall",
"src": "3976:30:4"
},
"nodeType": "YulExpressionStatement",
"src": "3976:30:4"
},
{
"nodeType": "YulAssignment",
"src": "4016:19:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4027:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4032:2:4",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4023:3:4"
},
"nodeType": "YulFunctionCall",
"src": "4023:12:4"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "4016:3:4"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "3805:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "3813:3:4",
"type": ""
}
],
"src": "3671:370:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4193:224:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4203:74:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4269:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4274:2:4",
"type": "",
"value": "38"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "4210:58:4"
},
"nodeType": "YulFunctionCall",
"src": "4210:67:4"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4203:3:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4298:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4303:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4294:3:4"
},
"nodeType": "YulFunctionCall",
"src": "4294:11:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "4307:34:4",
"type": "",
"value": "ILLEGAL:sell wbnb greater than b"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "4287:6:4"
},
"nodeType": "YulFunctionCall",
"src": "4287:55:4"
},
"nodeType": "YulExpressionStatement",
"src": "4287:55:4"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4363:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4368:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4359:3:4"
},
"nodeType": "YulFunctionCall",
"src": "4359:12:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "4373:8:4",
"type": "",
"value": "alance"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "4352:6:4"
},
"nodeType": "YulFunctionCall",
"src": "4352:30:4"
},
"nodeType": "YulExpressionStatement",
"src": "4352:30:4"
},
{
"nodeType": "YulAssignment",
"src": "4392:19:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4403:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4408:2:4",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4399:3:4"
},
"nodeType": "YulFunctionCall",
"src": "4399:12:4"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "4392:3:4"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_348fee73c0ca07c3f0382f9b202373358bb4cd7b4d72a1c6bd8547c00771bf24_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "4181:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "4189:3:4",
"type": ""
}
],
"src": "4047:370:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4569:238:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4579:74:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4645:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4650:2:4",
"type": "",
"value": "52"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "4586:58:4"
},
"nodeType": "YulFunctionCall",
"src": "4586:67:4"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4579:3:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4674:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4679:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4670:3:4"
},
"nodeType": "YulFunctionCall",
"src": "4670:11:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "4683:34:4",
"type": "",
"value": "ILLEGAL:extractCoin Amount must "
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "4663:6:4"
},
"nodeType": "YulFunctionCall",
"src": "4663:55:4"
},
"nodeType": "YulExpressionStatement",
"src": "4663:55:4"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4739:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4744:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4735:3:4"
},
"nodeType": "YulFunctionCall",
"src": "4735:12:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "4749:22:4",
"type": "",
"value": "be greater than zero"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "4728:6:4"
},
"nodeType": "YulFunctionCall",
"src": "4728:44:4"
},
"nodeType": "YulExpressionStatement",
"src": "4728:44:4"
},
{
"nodeType": "YulAssignment",
"src": "4782:19:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4793:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "4798:2:4",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "4789:3:4"
},
"nodeType": "YulFunctionCall",
"src": "4789:12:4"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "4782:3:4"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_35a72cc605b354a208f7fc041965c4fd2bae3f237c2f99095d2abaa6b3049807_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "4557:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "4565:3:4",
"type": ""
}
],
"src": "4423:384:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "4959:219:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "4969:74:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5035:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5040:2:4",
"type": "",
"value": "33"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "4976:58:4"
},
"nodeType": "YulFunctionCall",
"src": "4976:67:4"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "4969:3:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5064:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5069:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5060:3:4"
},
"nodeType": "YulFunctionCall",
"src": "5060:11:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "5073:34:4",
"type": "",
"value": "TRANS:extractCoin Transfer faile"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "5053:6:4"
},
"nodeType": "YulFunctionCall",
"src": "5053:55:4"
},
"nodeType": "YulExpressionStatement",
"src": "5053:55:4"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5129:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5134:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5125:3:4"
},
"nodeType": "YulFunctionCall",
"src": "5125:12:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "5139:3:4",
"type": "",
"value": "d"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "5118:6:4"
},
"nodeType": "YulFunctionCall",
"src": "5118:25:4"
},
"nodeType": "YulExpressionStatement",
"src": "5118:25:4"
},
{
"nodeType": "YulAssignment",
"src": "5153:19:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5164:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5169:2:4",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5160:3:4"
},
"nodeType": "YulFunctionCall",
"src": "5160:12:4"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "5153:3:4"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_8735a2582fd06d4592ce953a35724f6521cfc33631ea504fb938c3e9a49d97c2_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "4947:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "4955:3:4",
"type": ""
}
],
"src": "4813:365:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5330:178:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "5340:74:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5406:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5411:2:4",
"type": "",
"value": "26"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "5347:58:4"
},
"nodeType": "YulFunctionCall",
"src": "5347:67:4"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5340:3:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5435:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5440:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5431:3:4"
},
"nodeType": "YulFunctionCall",
"src": "5431:11:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "5444:28:4",
"type": "",
"value": "TRANS:sell Transfer failed"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "5424:6:4"
},
"nodeType": "YulFunctionCall",
"src": "5424:49:4"
},
"nodeType": "YulExpressionStatement",
"src": "5424:49:4"
},
{
"nodeType": "YulAssignment",
"src": "5483:19:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5494:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5499:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5490:3:4"
},
"nodeType": "YulFunctionCall",
"src": "5490:12:4"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "5483:3:4"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_88b6038ce005efce4c6b821797fd60c810b87df8e1fa9768e625c0aa9e399420_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "5318:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "5326:3:4",
"type": ""
}
],
"src": "5184:324:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5660:184:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "5670:74:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5736:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5741:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "5677:58:4"
},
"nodeType": "YulFunctionCall",
"src": "5677:67:4"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5670:3:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5765:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5770:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5761:3:4"
},
"nodeType": "YulFunctionCall",
"src": "5761:11:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "5774:34:4",
"type": "",
"value": "ILLEGAL:Insufficient BNB balance"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "5754:6:4"
},
"nodeType": "YulFunctionCall",
"src": "5754:55:4"
},
"nodeType": "YulExpressionStatement",
"src": "5754:55:4"
},
{
"nodeType": "YulAssignment",
"src": "5819:19:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "5830:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "5835:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "5826:3:4"
},
"nodeType": "YulFunctionCall",
"src": "5826:12:4"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "5819:3:4"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_8b585bbcaafce30029d88de19f698ff3d32aa78d6590fa4228dbb6fdb54a969f_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "5648:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "5656:3:4",
"type": ""
}
],
"src": "5514:330:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "5996:231:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "6006:74:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6072:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6077:2:4",
"type": "",
"value": "45"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "6013:58:4"
},
"nodeType": "YulFunctionCall",
"src": "6013:67:4"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6006:3:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6101:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6106:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6097:3:4"
},
"nodeType": "YulFunctionCall",
"src": "6097:11:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "6110:34:4",
"type": "",
"value": "ILLEGAL:sell Amount must be grea"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "6090:6:4"
},
"nodeType": "YulFunctionCall",
"src": "6090:55:4"
},
"nodeType": "YulExpressionStatement",
"src": "6090:55:4"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6166:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6171:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6162:3:4"
},
"nodeType": "YulFunctionCall",
"src": "6162:12:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "6176:15:4",
"type": "",
"value": "ter than zero"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "6155:6:4"
},
"nodeType": "YulFunctionCall",
"src": "6155:37:4"
},
"nodeType": "YulExpressionStatement",
"src": "6155:37:4"
},
{
"nodeType": "YulAssignment",
"src": "6202:19:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6213:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6218:2:4",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6209:3:4"
},
"nodeType": "YulFunctionCall",
"src": "6209:12:4"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "6202:3:4"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_90e1513929654f3ecf53c319d15a03edad90ee48d422118ef1ec1e1bd74d0bd5_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "5984:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "5992:3:4",
"type": ""
}
],
"src": "5850:377:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6379:234:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "6389:74:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6455:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6460:2:4",
"type": "",
"value": "48"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "6396:58:4"
},
"nodeType": "YulFunctionCall",
"src": "6396:67:4"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6389:3:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6484:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6489:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6480:3:4"
},
"nodeType": "YulFunctionCall",
"src": "6480:11:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "6493:34:4",
"type": "",
"value": "ILLEGAL:setWBnb Amount must be g"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "6473:6:4"
},
"nodeType": "YulFunctionCall",
"src": "6473:55:4"
},
"nodeType": "YulExpressionStatement",
"src": "6473:55:4"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6549:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6554:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6545:3:4"
},
"nodeType": "YulFunctionCall",
"src": "6545:12:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "6559:18:4",
"type": "",
"value": "reater than zero"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "6538:6:4"
},
"nodeType": "YulFunctionCall",
"src": "6538:40:4"
},
"nodeType": "YulExpressionStatement",
"src": "6538:40:4"
},
{
"nodeType": "YulAssignment",
"src": "6588:19:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6599:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6604:2:4",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6595:3:4"
},
"nodeType": "YulFunctionCall",
"src": "6595:12:4"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "6588:3:4"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_93cf3eec01ddcb21d5ee1be93661a514ce9255591e685efb7c510b736e90b837_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "6367:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "6375:3:4",
"type": ""
}
],
"src": "6233:380:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "6765:184:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "6775:74:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6841:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6846:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "6782:58:4"
},
"nodeType": "YulFunctionCall",
"src": "6782:67:4"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6775:3:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6870:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6875:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6866:3:4"
},
"nodeType": "YulFunctionCall",
"src": "6866:11:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "6879:34:4",
"type": "",
"value": "Ownable: caller is not the owner"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "6859:6:4"
},
"nodeType": "YulFunctionCall",
"src": "6859:55:4"
},
"nodeType": "YulExpressionStatement",
"src": "6859:55:4"
},
{
"nodeType": "YulAssignment",
"src": "6924:19:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "6935:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "6940:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "6931:3:4"
},
"nodeType": "YulFunctionCall",
"src": "6931:12:4"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "6924:3:4"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "6753:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "6761:3:4",
"type": ""
}
],
"src": "6619:330:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "7101:170:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "7111:74:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "7177:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7182:2:4",
"type": "",
"value": "18"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "7118:58:4"
},
"nodeType": "YulFunctionCall",
"src": "7118:67:4"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "7111:3:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "7206:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7211:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7202:3:4"
},
"nodeType": "YulFunctionCall",
"src": "7202:11:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "7215:20:4",
"type": "",
"value": "LOCKED:pool locked"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "7195:6:4"
},
"nodeType": "YulFunctionCall",
"src": "7195:41:4"
},
"nodeType": "YulExpressionStatement",
"src": "7195:41:4"
},
{
"nodeType": "YulAssignment",
"src": "7246:19:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "7257:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7262:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7253:3:4"
},
"nodeType": "YulFunctionCall",
"src": "7253:12:4"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "7246:3:4"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_a8d276cd2c071d2a57960e88d29eacf0bdd7186ed082ab29c906d56aab3d956d_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "7089:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "7097:3:4",
"type": ""
}
],
"src": "6955:316:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "7423:177:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "7433:74:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "7499:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7504:2:4",
"type": "",
"value": "25"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "7440:58:4"
},
"nodeType": "YulFunctionCall",
"src": "7440:67:4"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "7433:3:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "7528:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7533:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7524:3:4"
},
"nodeType": "YulFunctionCall",
"src": "7524:11:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "7537:27:4",
"type": "",
"value": "TRANS:buy Transfer failed"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "7517:6:4"
},
"nodeType": "YulFunctionCall",
"src": "7517:48:4"
},
"nodeType": "YulExpressionStatement",
"src": "7517:48:4"
},
{
"nodeType": "YulAssignment",
"src": "7575:19:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "7586:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7591:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7582:3:4"
},
"nodeType": "YulFunctionCall",
"src": "7582:12:4"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "7575:3:4"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_c97bad1297ff5946ee7e7ab9539a3f5c2eeaa0bcd0e2347a4665da3e15637a22_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "7411:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "7419:3:4",
"type": ""
}
],
"src": "7277:323:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "7752:230:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "7762:74:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "7828:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7833:2:4",
"type": "",
"value": "44"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "7769:58:4"
},
"nodeType": "YulFunctionCall",
"src": "7769:67:4"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "7762:3:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "7857:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7862:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7853:3:4"
},
"nodeType": "YulFunctionCall",
"src": "7853:11:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "7866:34:4",
"type": "",
"value": "ILLEGAL:buy Amount greater than "
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "7846:6:4"
},
"nodeType": "YulFunctionCall",
"src": "7846:55:4"
},
"nodeType": "YulExpressionStatement",
"src": "7846:55:4"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "7922:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7927:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7918:3:4"
},
"nodeType": "YulFunctionCall",
"src": "7918:12:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "7932:14:4",
"type": "",
"value": "Coin balance"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "7911:6:4"
},
"nodeType": "YulFunctionCall",
"src": "7911:36:4"
},
"nodeType": "YulExpressionStatement",
"src": "7911:36:4"
},
{
"nodeType": "YulAssignment",
"src": "7957:19:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "7968:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "7973:2:4",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "7964:3:4"
},
"nodeType": "YulFunctionCall",
"src": "7964:12:4"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "7957:3:4"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_d6886cc0b2441954b35c9593152d384fdd57b0f3d8b6913a39fc47131d2c8076_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "7740:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "7748:3:4",
"type": ""
}
],
"src": "7606:376:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "8134:229:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "8144:74:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "8210:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8215:2:4",
"type": "",
"value": "43"
}
],
"functionName": {
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "8151:58:4"
},
"nodeType": "YulFunctionCall",
"src": "8151:67:4"
},
"variableNames": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "8144:3:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "8239:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8244:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8235:3:4"
},
"nodeType": "YulFunctionCall",
"src": "8235:11:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "8248:34:4",
"type": "",
"value": "ILLEGAL:sell wbnb must be greate"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "8228:6:4"
},
"nodeType": "YulFunctionCall",
"src": "8228:55:4"
},
"nodeType": "YulExpressionStatement",
"src": "8228:55:4"
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "8304:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8309:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8300:3:4"
},
"nodeType": "YulFunctionCall",
"src": "8300:12:4"
},
{
"kind": "string",
"nodeType": "YulLiteral",
"src": "8314:13:4",
"type": "",
"value": "r than zero"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "8293:6:4"
},
"nodeType": "YulFunctionCall",
"src": "8293:35:4"
},
"nodeType": "YulExpressionStatement",
"src": "8293:35:4"
},
{
"nodeType": "YulAssignment",
"src": "8338:19:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "8349:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8354:2:4",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8345:3:4"
},
"nodeType": "YulFunctionCall",
"src": "8345:12:4"
},
"variableNames": [
{
"name": "end",
"nodeType": "YulIdentifier",
"src": "8338:3:4"
}
]
}
]
},
"name": "abi_encode_t_stringliteral_f48362bfd548e419de6efadbfa8a24cd4ade72b6f60e18cc2d05643d5bdc7ce8_to_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "8122:3:4",
"type": ""
}
],
"returnVariables": [
{
"name": "end",
"nodeType": "YulTypedName",
"src": "8130:3:4",
"type": ""
}
],
"src": "7988:375:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "8434:53:4",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "8451:3:4"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "8474:5:4"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "8456:17:4"
},
"nodeType": "YulFunctionCall",
"src": "8456:24:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "8444:6:4"
},
"nodeType": "YulFunctionCall",
"src": "8444:37:4"
},
"nodeType": "YulExpressionStatement",
"src": "8444:37:4"
}
]
},
"name": "abi_encode_t_uint256_to_t_uint256_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "8422:5:4",
"type": ""
},
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "8429:3:4",
"type": ""
}
],
"src": "8369:118:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "8591:124:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "8601:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8613:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8624:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8609:3:4"
},
"nodeType": "YulFunctionCall",
"src": "8609:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "8601:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "8681:6:4"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8694:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8705:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8690:3:4"
},
"nodeType": "YulFunctionCall",
"src": "8690:17:4"
}
],
"functionName": {
"name": "abi_encode_t_address_to_t_address_fromStack",
"nodeType": "YulIdentifier",
"src": "8637:43:4"
},
"nodeType": "YulFunctionCall",
"src": "8637:71:4"
},
"nodeType": "YulExpressionStatement",
"src": "8637:71:4"
}
]
},
"name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "8563:9:4",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "8575:6:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "8586:4:4",
"type": ""
}
],
"src": "8493:222:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "8875:288:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "8885:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8897:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8908:2:4",
"type": "",
"value": "96"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8893:3:4"
},
"nodeType": "YulFunctionCall",
"src": "8893:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "8885:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "8965:6:4"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "8978:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "8989:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "8974:3:4"
},
"nodeType": "YulFunctionCall",
"src": "8974:17:4"
}
],
"functionName": {
"name": "abi_encode_t_address_to_t_address_fromStack",
"nodeType": "YulIdentifier",
"src": "8921:43:4"
},
"nodeType": "YulFunctionCall",
"src": "8921:71:4"
},
"nodeType": "YulExpressionStatement",
"src": "8921:71:4"
},
{
"expression": {
"arguments": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "9046:6:4"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9059:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9070:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9055:3:4"
},
"nodeType": "YulFunctionCall",
"src": "9055:18:4"
}
],
"functionName": {
"name": "abi_encode_t_address_to_t_address_fromStack",
"nodeType": "YulIdentifier",
"src": "9002:43:4"
},
"nodeType": "YulFunctionCall",
"src": "9002:72:4"
},
"nodeType": "YulExpressionStatement",
"src": "9002:72:4"
},
{
"expression": {
"arguments": [
{
"name": "value2",
"nodeType": "YulIdentifier",
"src": "9128:6:4"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9141:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9152:2:4",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9137:3:4"
},
"nodeType": "YulFunctionCall",
"src": "9137:18:4"
}
],
"functionName": {
"name": "abi_encode_t_uint256_to_t_uint256_fromStack",
"nodeType": "YulIdentifier",
"src": "9084:43:4"
},
"nodeType": "YulFunctionCall",
"src": "9084:72:4"
},
"nodeType": "YulExpressionStatement",
"src": "9084:72:4"
}
]
},
"name": "abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "8831:9:4",
"type": ""
},
{
"name": "value2",
"nodeType": "YulTypedName",
"src": "8843:6:4",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "8851:6:4",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "8859:6:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "8870:4:4",
"type": ""
}
],
"src": "8721:442:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "9295:206:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "9305:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9317:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9328:2:4",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9313:3:4"
},
"nodeType": "YulFunctionCall",
"src": "9313:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "9305:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "9385:6:4"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9398:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9409:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9394:3:4"
},
"nodeType": "YulFunctionCall",
"src": "9394:17:4"
}
],
"functionName": {
"name": "abi_encode_t_address_to_t_address_fromStack",
"nodeType": "YulIdentifier",
"src": "9341:43:4"
},
"nodeType": "YulFunctionCall",
"src": "9341:71:4"
},
"nodeType": "YulExpressionStatement",
"src": "9341:71:4"
},
{
"expression": {
"arguments": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "9466:6:4"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9479:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9490:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9475:3:4"
},
"nodeType": "YulFunctionCall",
"src": "9475:18:4"
}
],
"functionName": {
"name": "abi_encode_t_uint256_to_t_uint256_fromStack",
"nodeType": "YulIdentifier",
"src": "9422:43:4"
},
"nodeType": "YulFunctionCall",
"src": "9422:72:4"
},
"nodeType": "YulExpressionStatement",
"src": "9422:72:4"
}
]
},
"name": "abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "9259:9:4",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "9271:6:4",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "9279:6:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "9290:4:4",
"type": ""
}
],
"src": "9169:332:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "9599:118:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "9609:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9621:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9632:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9617:3:4"
},
"nodeType": "YulFunctionCall",
"src": "9617:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "9609:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "9683:6:4"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9696:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9707:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9692:3:4"
},
"nodeType": "YulFunctionCall",
"src": "9692:17:4"
}
],
"functionName": {
"name": "abi_encode_t_bool_to_t_bool_fromStack",
"nodeType": "YulIdentifier",
"src": "9645:37:4"
},
"nodeType": "YulFunctionCall",
"src": "9645:65:4"
},
"nodeType": "YulExpressionStatement",
"src": "9645:65:4"
}
]
},
"name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "9571:9:4",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "9583:6:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "9594:4:4",
"type": ""
}
],
"src": "9507:210:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "9894:248:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "9904:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9916:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9927:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9912:3:4"
},
"nodeType": "YulFunctionCall",
"src": "9912:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "9904:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9951:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "9962:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "9947:3:4"
},
"nodeType": "YulFunctionCall",
"src": "9947:17:4"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "9970:4:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "9976:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "9966:3:4"
},
"nodeType": "YulFunctionCall",
"src": "9966:20:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "9940:6:4"
},
"nodeType": "YulFunctionCall",
"src": "9940:47:4"
},
"nodeType": "YulExpressionStatement",
"src": "9940:47:4"
},
{
"nodeType": "YulAssignment",
"src": "9996:139:4",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10130:4:4"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_02bd1576265b5c1c4df099756f3c62c0a954f7b1208f4fbac26417331d3c79fa_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "10004:124:4"
},
"nodeType": "YulFunctionCall",
"src": "10004:131:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "9996:4:4"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_02bd1576265b5c1c4df099756f3c62c0a954f7b1208f4fbac26417331d3c79fa__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "9874:9:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "9889:4:4",
"type": ""
}
],
"src": "9723:419:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "10319:248:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "10329:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10341:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10352:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10337:3:4"
},
"nodeType": "YulFunctionCall",
"src": "10337:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10329:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10376:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10387:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10372:3:4"
},
"nodeType": "YulFunctionCall",
"src": "10372:17:4"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10395:4:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10401:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "10391:3:4"
},
"nodeType": "YulFunctionCall",
"src": "10391:20:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "10365:6:4"
},
"nodeType": "YulFunctionCall",
"src": "10365:47:4"
},
"nodeType": "YulExpressionStatement",
"src": "10365:47:4"
},
{
"nodeType": "YulAssignment",
"src": "10421:139:4",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10555:4:4"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_1b318315406bc83edc29658d68e8e2a9fba82cea5c01f247f93a8a8e1a9a35db_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "10429:124:4"
},
"nodeType": "YulFunctionCall",
"src": "10429:131:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10421:4:4"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_1b318315406bc83edc29658d68e8e2a9fba82cea5c01f247f93a8a8e1a9a35db__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "10299:9:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "10314:4:4",
"type": ""
}
],
"src": "10148:419:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "10744:248:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "10754:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10766:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10777:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10762:3:4"
},
"nodeType": "YulFunctionCall",
"src": "10762:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10754:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10801:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "10812:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "10797:3:4"
},
"nodeType": "YulFunctionCall",
"src": "10797:17:4"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10820:4:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "10826:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "10816:3:4"
},
"nodeType": "YulFunctionCall",
"src": "10816:20:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "10790:6:4"
},
"nodeType": "YulFunctionCall",
"src": "10790:47:4"
},
"nodeType": "YulExpressionStatement",
"src": "10790:47:4"
},
{
"nodeType": "YulAssignment",
"src": "10846:139:4",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10980:4:4"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "10854:124:4"
},
"nodeType": "YulFunctionCall",
"src": "10854:131:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "10846:4:4"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "10724:9:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "10739:4:4",
"type": ""
}
],
"src": "10573:419:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "11169:248:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "11179:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "11191:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11202:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11187:3:4"
},
"nodeType": "YulFunctionCall",
"src": "11187:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "11179:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "11226:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11237:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11222:3:4"
},
"nodeType": "YulFunctionCall",
"src": "11222:17:4"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "11245:4:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "11251:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "11241:3:4"
},
"nodeType": "YulFunctionCall",
"src": "11241:20:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "11215:6:4"
},
"nodeType": "YulFunctionCall",
"src": "11215:47:4"
},
"nodeType": "YulExpressionStatement",
"src": "11215:47:4"
},
{
"nodeType": "YulAssignment",
"src": "11271:139:4",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "11405:4:4"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_348fee73c0ca07c3f0382f9b202373358bb4cd7b4d72a1c6bd8547c00771bf24_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "11279:124:4"
},
"nodeType": "YulFunctionCall",
"src": "11279:131:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "11271:4:4"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_348fee73c0ca07c3f0382f9b202373358bb4cd7b4d72a1c6bd8547c00771bf24__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "11149:9:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "11164:4:4",
"type": ""
}
],
"src": "10998:419:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "11594:248:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "11604:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "11616:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11627:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11612:3:4"
},
"nodeType": "YulFunctionCall",
"src": "11612:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "11604:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "11651:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "11662:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "11647:3:4"
},
"nodeType": "YulFunctionCall",
"src": "11647:17:4"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "11670:4:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "11676:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "11666:3:4"
},
"nodeType": "YulFunctionCall",
"src": "11666:20:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "11640:6:4"
},
"nodeType": "YulFunctionCall",
"src": "11640:47:4"
},
"nodeType": "YulExpressionStatement",
"src": "11640:47:4"
},
{
"nodeType": "YulAssignment",
"src": "11696:139:4",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "11830:4:4"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_35a72cc605b354a208f7fc041965c4fd2bae3f237c2f99095d2abaa6b3049807_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "11704:124:4"
},
"nodeType": "YulFunctionCall",
"src": "11704:131:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "11696:4:4"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_35a72cc605b354a208f7fc041965c4fd2bae3f237c2f99095d2abaa6b3049807__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "11574:9:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "11589:4:4",
"type": ""
}
],
"src": "11423:419:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12019:248:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "12029:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "12041:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12052:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12037:3:4"
},
"nodeType": "YulFunctionCall",
"src": "12037:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12029:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "12076:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12087:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12072:3:4"
},
"nodeType": "YulFunctionCall",
"src": "12072:17:4"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12095:4:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "12101:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "12091:3:4"
},
"nodeType": "YulFunctionCall",
"src": "12091:20:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "12065:6:4"
},
"nodeType": "YulFunctionCall",
"src": "12065:47:4"
},
"nodeType": "YulExpressionStatement",
"src": "12065:47:4"
},
{
"nodeType": "YulAssignment",
"src": "12121:139:4",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12255:4:4"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_8735a2582fd06d4592ce953a35724f6521cfc33631ea504fb938c3e9a49d97c2_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "12129:124:4"
},
"nodeType": "YulFunctionCall",
"src": "12129:131:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12121:4:4"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_8735a2582fd06d4592ce953a35724f6521cfc33631ea504fb938c3e9a49d97c2__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "11999:9:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "12014:4:4",
"type": ""
}
],
"src": "11848:419:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12444:248:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "12454:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "12466:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12477:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12462:3:4"
},
"nodeType": "YulFunctionCall",
"src": "12462:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12454:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "12501:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12512:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12497:3:4"
},
"nodeType": "YulFunctionCall",
"src": "12497:17:4"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12520:4:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "12526:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "12516:3:4"
},
"nodeType": "YulFunctionCall",
"src": "12516:20:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "12490:6:4"
},
"nodeType": "YulFunctionCall",
"src": "12490:47:4"
},
"nodeType": "YulExpressionStatement",
"src": "12490:47:4"
},
{
"nodeType": "YulAssignment",
"src": "12546:139:4",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12680:4:4"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_88b6038ce005efce4c6b821797fd60c810b87df8e1fa9768e625c0aa9e399420_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "12554:124:4"
},
"nodeType": "YulFunctionCall",
"src": "12554:131:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12546:4:4"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_88b6038ce005efce4c6b821797fd60c810b87df8e1fa9768e625c0aa9e399420__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "12424:9:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "12439:4:4",
"type": ""
}
],
"src": "12273:419:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "12869:248:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "12879:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "12891:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12902:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12887:3:4"
},
"nodeType": "YulFunctionCall",
"src": "12887:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12879:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "12926:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "12937:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "12922:3:4"
},
"nodeType": "YulFunctionCall",
"src": "12922:17:4"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12945:4:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "12951:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "12941:3:4"
},
"nodeType": "YulFunctionCall",
"src": "12941:20:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "12915:6:4"
},
"nodeType": "YulFunctionCall",
"src": "12915:47:4"
},
"nodeType": "YulExpressionStatement",
"src": "12915:47:4"
},
{
"nodeType": "YulAssignment",
"src": "12971:139:4",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13105:4:4"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_8b585bbcaafce30029d88de19f698ff3d32aa78d6590fa4228dbb6fdb54a969f_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "12979:124:4"
},
"nodeType": "YulFunctionCall",
"src": "12979:131:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "12971:4:4"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_8b585bbcaafce30029d88de19f698ff3d32aa78d6590fa4228dbb6fdb54a969f__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "12849:9:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "12864:4:4",
"type": ""
}
],
"src": "12698:419:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13294:248:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "13304:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13316:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13327:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13312:3:4"
},
"nodeType": "YulFunctionCall",
"src": "13312:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13304:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13351:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13362:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13347:3:4"
},
"nodeType": "YulFunctionCall",
"src": "13347:17:4"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13370:4:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13376:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "13366:3:4"
},
"nodeType": "YulFunctionCall",
"src": "13366:20:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "13340:6:4"
},
"nodeType": "YulFunctionCall",
"src": "13340:47:4"
},
"nodeType": "YulExpressionStatement",
"src": "13340:47:4"
},
{
"nodeType": "YulAssignment",
"src": "13396:139:4",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13530:4:4"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_90e1513929654f3ecf53c319d15a03edad90ee48d422118ef1ec1e1bd74d0bd5_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "13404:124:4"
},
"nodeType": "YulFunctionCall",
"src": "13404:131:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13396:4:4"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_90e1513929654f3ecf53c319d15a03edad90ee48d422118ef1ec1e1bd74d0bd5__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "13274:9:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "13289:4:4",
"type": ""
}
],
"src": "13123:419:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "13719:248:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "13729:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13741:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13752:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13737:3:4"
},
"nodeType": "YulFunctionCall",
"src": "13737:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13729:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13776:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "13787:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "13772:3:4"
},
"nodeType": "YulFunctionCall",
"src": "13772:17:4"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13795:4:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "13801:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "13791:3:4"
},
"nodeType": "YulFunctionCall",
"src": "13791:20:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "13765:6:4"
},
"nodeType": "YulFunctionCall",
"src": "13765:47:4"
},
"nodeType": "YulExpressionStatement",
"src": "13765:47:4"
},
{
"nodeType": "YulAssignment",
"src": "13821:139:4",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13955:4:4"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_93cf3eec01ddcb21d5ee1be93661a514ce9255591e685efb7c510b736e90b837_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "13829:124:4"
},
"nodeType": "YulFunctionCall",
"src": "13829:131:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "13821:4:4"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_93cf3eec01ddcb21d5ee1be93661a514ce9255591e685efb7c510b736e90b837__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "13699:9:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "13714:4:4",
"type": ""
}
],
"src": "13548:419:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14144:248:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "14154:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14166:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14177:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14162:3:4"
},
"nodeType": "YulFunctionCall",
"src": "14162:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14154:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14201:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14212:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14197:3:4"
},
"nodeType": "YulFunctionCall",
"src": "14197:17:4"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14220:4:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14226:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "14216:3:4"
},
"nodeType": "YulFunctionCall",
"src": "14216:20:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "14190:6:4"
},
"nodeType": "YulFunctionCall",
"src": "14190:47:4"
},
"nodeType": "YulExpressionStatement",
"src": "14190:47:4"
},
{
"nodeType": "YulAssignment",
"src": "14246:139:4",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14380:4:4"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "14254:124:4"
},
"nodeType": "YulFunctionCall",
"src": "14254:131:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14246:4:4"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "14124:9:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "14139:4:4",
"type": ""
}
],
"src": "13973:419:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14569:248:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "14579:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14591:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14602:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14587:3:4"
},
"nodeType": "YulFunctionCall",
"src": "14587:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14579:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14626:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "14637:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "14622:3:4"
},
"nodeType": "YulFunctionCall",
"src": "14622:17:4"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14645:4:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "14651:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "14641:3:4"
},
"nodeType": "YulFunctionCall",
"src": "14641:20:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "14615:6:4"
},
"nodeType": "YulFunctionCall",
"src": "14615:47:4"
},
"nodeType": "YulExpressionStatement",
"src": "14615:47:4"
},
{
"nodeType": "YulAssignment",
"src": "14671:139:4",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14805:4:4"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_a8d276cd2c071d2a57960e88d29eacf0bdd7186ed082ab29c906d56aab3d956d_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "14679:124:4"
},
"nodeType": "YulFunctionCall",
"src": "14679:131:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "14671:4:4"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_a8d276cd2c071d2a57960e88d29eacf0bdd7186ed082ab29c906d56aab3d956d__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "14549:9:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "14564:4:4",
"type": ""
}
],
"src": "14398:419:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "14994:248:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "15004:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "15016:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15027:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "15012:3:4"
},
"nodeType": "YulFunctionCall",
"src": "15012:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "15004:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "15051:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15062:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "15047:3:4"
},
"nodeType": "YulFunctionCall",
"src": "15047:17:4"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "15070:4:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "15076:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "15066:3:4"
},
"nodeType": "YulFunctionCall",
"src": "15066:20:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "15040:6:4"
},
"nodeType": "YulFunctionCall",
"src": "15040:47:4"
},
"nodeType": "YulExpressionStatement",
"src": "15040:47:4"
},
{
"nodeType": "YulAssignment",
"src": "15096:139:4",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "15230:4:4"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_c97bad1297ff5946ee7e7ab9539a3f5c2eeaa0bcd0e2347a4665da3e15637a22_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "15104:124:4"
},
"nodeType": "YulFunctionCall",
"src": "15104:131:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "15096:4:4"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_c97bad1297ff5946ee7e7ab9539a3f5c2eeaa0bcd0e2347a4665da3e15637a22__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "14974:9:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "14989:4:4",
"type": ""
}
],
"src": "14823:419:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "15419:248:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "15429:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "15441:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15452:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "15437:3:4"
},
"nodeType": "YulFunctionCall",
"src": "15437:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "15429:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "15476:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15487:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "15472:3:4"
},
"nodeType": "YulFunctionCall",
"src": "15472:17:4"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "15495:4:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "15501:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "15491:3:4"
},
"nodeType": "YulFunctionCall",
"src": "15491:20:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "15465:6:4"
},
"nodeType": "YulFunctionCall",
"src": "15465:47:4"
},
"nodeType": "YulExpressionStatement",
"src": "15465:47:4"
},
{
"nodeType": "YulAssignment",
"src": "15521:139:4",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "15655:4:4"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_d6886cc0b2441954b35c9593152d384fdd57b0f3d8b6913a39fc47131d2c8076_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "15529:124:4"
},
"nodeType": "YulFunctionCall",
"src": "15529:131:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "15521:4:4"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_d6886cc0b2441954b35c9593152d384fdd57b0f3d8b6913a39fc47131d2c8076__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "15399:9:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "15414:4:4",
"type": ""
}
],
"src": "15248:419:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "15844:248:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "15854:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "15866:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15877:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "15862:3:4"
},
"nodeType": "YulFunctionCall",
"src": "15862:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "15854:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "15901:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "15912:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "15897:3:4"
},
"nodeType": "YulFunctionCall",
"src": "15897:17:4"
},
{
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "15920:4:4"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "15926:9:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "15916:3:4"
},
"nodeType": "YulFunctionCall",
"src": "15916:20:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "15890:6:4"
},
"nodeType": "YulFunctionCall",
"src": "15890:47:4"
},
"nodeType": "YulExpressionStatement",
"src": "15890:47:4"
},
{
"nodeType": "YulAssignment",
"src": "15946:139:4",
"value": {
"arguments": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "16080:4:4"
}
],
"functionName": {
"name": "abi_encode_t_stringliteral_f48362bfd548e419de6efadbfa8a24cd4ade72b6f60e18cc2d05643d5bdc7ce8_to_t_string_memory_ptr_fromStack",
"nodeType": "YulIdentifier",
"src": "15954:124:4"
},
"nodeType": "YulFunctionCall",
"src": "15954:131:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "15946:4:4"
}
]
}
]
},
"name": "abi_encode_tuple_t_stringliteral_f48362bfd548e419de6efadbfa8a24cd4ade72b6f60e18cc2d05643d5bdc7ce8__to_t_string_memory_ptr__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "15824:9:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "15839:4:4",
"type": ""
}
],
"src": "15673:419:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16196:124:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "16206:26:4",
"value": {
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "16218:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "16229:2:4",
"type": "",
"value": "32"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16214:3:4"
},
"nodeType": "YulFunctionCall",
"src": "16214:18:4"
},
"variableNames": [
{
"name": "tail",
"nodeType": "YulIdentifier",
"src": "16206:4:4"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "16286:6:4"
},
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "16299:9:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "16310:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16295:3:4"
},
"nodeType": "YulFunctionCall",
"src": "16295:17:4"
}
],
"functionName": {
"name": "abi_encode_t_uint256_to_t_uint256_fromStack",
"nodeType": "YulIdentifier",
"src": "16242:43:4"
},
"nodeType": "YulFunctionCall",
"src": "16242:71:4"
},
"nodeType": "YulExpressionStatement",
"src": "16242:71:4"
}
]
},
"name": "abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "16168:9:4",
"type": ""
},
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "16180:6:4",
"type": ""
}
],
"returnVariables": [
{
"name": "tail",
"nodeType": "YulTypedName",
"src": "16191:4:4",
"type": ""
}
],
"src": "16098:222:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16422:73:4",
"statements": [
{
"expression": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16439:3:4"
},
{
"name": "length",
"nodeType": "YulIdentifier",
"src": "16444:6:4"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "16432:6:4"
},
"nodeType": "YulFunctionCall",
"src": "16432:19:4"
},
"nodeType": "YulExpressionStatement",
"src": "16432:19:4"
},
{
"nodeType": "YulAssignment",
"src": "16460:29:4",
"value": {
"arguments": [
{
"name": "pos",
"nodeType": "YulIdentifier",
"src": "16479:3:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "16484:4:4",
"type": "",
"value": "0x20"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16475:3:4"
},
"nodeType": "YulFunctionCall",
"src": "16475:14:4"
},
"variableNames": [
{
"name": "updated_pos",
"nodeType": "YulIdentifier",
"src": "16460:11:4"
}
]
}
]
},
"name": "array_storeLengthForEncoding_t_string_memory_ptr_fromStack",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "pos",
"nodeType": "YulTypedName",
"src": "16394:3:4",
"type": ""
},
{
"name": "length",
"nodeType": "YulTypedName",
"src": "16399:6:4",
"type": ""
}
],
"returnVariables": [
{
"name": "updated_pos",
"nodeType": "YulTypedName",
"src": "16410:11:4",
"type": ""
}
],
"src": "16326:169:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16545:261:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "16555:25:4",
"value": {
"arguments": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "16578:1:4"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "16560:17:4"
},
"nodeType": "YulFunctionCall",
"src": "16560:20:4"
},
"variableNames": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "16555:1:4"
}
]
},
{
"nodeType": "YulAssignment",
"src": "16589:25:4",
"value": {
"arguments": [
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "16612:1:4"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "16594:17:4"
},
"nodeType": "YulFunctionCall",
"src": "16594:20:4"
},
"variableNames": [
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "16589:1:4"
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "16752:22:4",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x11",
"nodeType": "YulIdentifier",
"src": "16754:16:4"
},
"nodeType": "YulFunctionCall",
"src": "16754:18:4"
},
"nodeType": "YulExpressionStatement",
"src": "16754:18:4"
}
]
},
"condition": {
"arguments": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "16673:1:4"
},
{
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "16680:66:4",
"type": "",
"value": "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
},
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "16748:1:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "16676:3:4"
},
"nodeType": "YulFunctionCall",
"src": "16676:74:4"
}
],
"functionName": {
"name": "gt",
"nodeType": "YulIdentifier",
"src": "16670:2:4"
},
"nodeType": "YulFunctionCall",
"src": "16670:81:4"
},
"nodeType": "YulIf",
"src": "16667:2:4"
},
{
"nodeType": "YulAssignment",
"src": "16784:16:4",
"value": {
"arguments": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "16795:1:4"
},
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "16798:1:4"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "16791:3:4"
},
"nodeType": "YulFunctionCall",
"src": "16791:9:4"
},
"variableNames": [
{
"name": "sum",
"nodeType": "YulIdentifier",
"src": "16784:3:4"
}
]
}
]
},
"name": "checked_add_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "x",
"nodeType": "YulTypedName",
"src": "16532:1:4",
"type": ""
},
{
"name": "y",
"nodeType": "YulTypedName",
"src": "16535:1:4",
"type": ""
}
],
"returnVariables": [
{
"name": "sum",
"nodeType": "YulTypedName",
"src": "16541:3:4",
"type": ""
}
],
"src": "16501:305:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "16857:146:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "16867:25:4",
"value": {
"arguments": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "16890:1:4"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "16872:17:4"
},
"nodeType": "YulFunctionCall",
"src": "16872:20:4"
},
"variableNames": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "16867:1:4"
}
]
},
{
"nodeType": "YulAssignment",
"src": "16901:25:4",
"value": {
"arguments": [
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "16924:1:4"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "16906:17:4"
},
"nodeType": "YulFunctionCall",
"src": "16906:20:4"
},
"variableNames": [
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "16901:1:4"
}
]
},
{
"body": {
"nodeType": "YulBlock",
"src": "16948:22:4",
"statements": [
{
"expression": {
"arguments": [],
"functionName": {
"name": "panic_error_0x11",
"nodeType": "YulIdentifier",
"src": "16950:16:4"
},
"nodeType": "YulFunctionCall",
"src": "16950:18:4"
},
"nodeType": "YulExpressionStatement",
"src": "16950:18:4"
}
]
},
"condition": {
"arguments": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "16942:1:4"
},
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "16945:1:4"
}
],
"functionName": {
"name": "lt",
"nodeType": "YulIdentifier",
"src": "16939:2:4"
},
"nodeType": "YulFunctionCall",
"src": "16939:8:4"
},
"nodeType": "YulIf",
"src": "16936:2:4"
},
{
"nodeType": "YulAssignment",
"src": "16980:17:4",
"value": {
"arguments": [
{
"name": "x",
"nodeType": "YulIdentifier",
"src": "16992:1:4"
},
{
"name": "y",
"nodeType": "YulIdentifier",
"src": "16995:1:4"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "16988:3:4"
},
"nodeType": "YulFunctionCall",
"src": "16988:9:4"
},
"variableNames": [
{
"name": "diff",
"nodeType": "YulIdentifier",
"src": "16980:4:4"
}
]
}
]
},
"name": "checked_sub_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "x",
"nodeType": "YulTypedName",
"src": "16843:1:4",
"type": ""
},
{
"name": "y",
"nodeType": "YulTypedName",
"src": "16846:1:4",
"type": ""
}
],
"returnVariables": [
{
"name": "diff",
"nodeType": "YulTypedName",
"src": "16852:4:4",
"type": ""
}
],
"src": "16812:191:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17054:51:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17064:35:4",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17093:5:4"
}
],
"functionName": {
"name": "cleanup_t_uint160",
"nodeType": "YulIdentifier",
"src": "17075:17:4"
},
"nodeType": "YulFunctionCall",
"src": "17075:24:4"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "17064:7:4"
}
]
}
]
},
"name": "cleanup_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17036:5:4",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "17046:7:4",
"type": ""
}
],
"src": "17009:96:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17153:48:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17163:32:4",
"value": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17188:5:4"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "17181:6:4"
},
"nodeType": "YulFunctionCall",
"src": "17181:13:4"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "17174:6:4"
},
"nodeType": "YulFunctionCall",
"src": "17174:21:4"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "17163:7:4"
}
]
}
]
},
"name": "cleanup_t_bool",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17135:5:4",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "17145:7:4",
"type": ""
}
],
"src": "17111:90:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17252:81:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17262:65:4",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17277:5:4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17284:42:4",
"type": "",
"value": "0xffffffffffffffffffffffffffffffffffffffff"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "17273:3:4"
},
"nodeType": "YulFunctionCall",
"src": "17273:54:4"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "17262:7:4"
}
]
}
]
},
"name": "cleanup_t_uint160",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17234:5:4",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "17244:7:4",
"type": ""
}
],
"src": "17207:126:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17384:32:4",
"statements": [
{
"nodeType": "YulAssignment",
"src": "17394:16:4",
"value": {
"name": "value",
"nodeType": "YulIdentifier",
"src": "17405:5:4"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "17394:7:4"
}
]
}
]
},
"name": "cleanup_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17366:5:4",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "17376:7:4",
"type": ""
}
],
"src": "17339:77:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17450:152:4",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17467:1:4",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17470:77:4",
"type": "",
"value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "17460:6:4"
},
"nodeType": "YulFunctionCall",
"src": "17460:88:4"
},
"nodeType": "YulExpressionStatement",
"src": "17460:88:4"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17564:1:4",
"type": "",
"value": "4"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17567:4:4",
"type": "",
"value": "0x11"
}
],
"functionName": {
"name": "mstore",
"nodeType": "YulIdentifier",
"src": "17557:6:4"
},
"nodeType": "YulFunctionCall",
"src": "17557:15:4"
},
"nodeType": "YulExpressionStatement",
"src": "17557:15:4"
},
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17588:1:4",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17591:4:4",
"type": "",
"value": "0x24"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "17581:6:4"
},
"nodeType": "YulFunctionCall",
"src": "17581:15:4"
},
"nodeType": "YulExpressionStatement",
"src": "17581:15:4"
}
]
},
"name": "panic_error_0x11",
"nodeType": "YulFunctionDefinition",
"src": "17422:180:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17651:79:4",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "17708:16:4",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17717:1:4",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17720:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "17710:6:4"
},
"nodeType": "YulFunctionCall",
"src": "17710:12:4"
},
"nodeType": "YulExpressionStatement",
"src": "17710:12:4"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17674:5:4"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17699:5:4"
}
],
"functionName": {
"name": "cleanup_t_address",
"nodeType": "YulIdentifier",
"src": "17681:17:4"
},
"nodeType": "YulFunctionCall",
"src": "17681:24:4"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "17671:2:4"
},
"nodeType": "YulFunctionCall",
"src": "17671:35:4"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "17664:6:4"
},
"nodeType": "YulFunctionCall",
"src": "17664:43:4"
},
"nodeType": "YulIf",
"src": "17661:2:4"
}
]
},
"name": "validator_revert_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17644:5:4",
"type": ""
}
],
"src": "17608:122:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17776:76:4",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "17830:16:4",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17839:1:4",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17842:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "17832:6:4"
},
"nodeType": "YulFunctionCall",
"src": "17832:12:4"
},
"nodeType": "YulExpressionStatement",
"src": "17832:12:4"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17799:5:4"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17821:5:4"
}
],
"functionName": {
"name": "cleanup_t_bool",
"nodeType": "YulIdentifier",
"src": "17806:14:4"
},
"nodeType": "YulFunctionCall",
"src": "17806:21:4"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "17796:2:4"
},
"nodeType": "YulFunctionCall",
"src": "17796:32:4"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "17789:6:4"
},
"nodeType": "YulFunctionCall",
"src": "17789:40:4"
},
"nodeType": "YulIf",
"src": "17786:2:4"
}
]
},
"name": "validator_revert_t_bool",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17769:5:4",
"type": ""
}
],
"src": "17736:116:4"
},
{
"body": {
"nodeType": "YulBlock",
"src": "17901:79:4",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "17958:16:4",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17967:1:4",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "17970:1:4",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "17960:6:4"
},
"nodeType": "YulFunctionCall",
"src": "17960:12:4"
},
"nodeType": "YulExpressionStatement",
"src": "17960:12:4"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17924:5:4"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "17949:5:4"
}
],
"functionName": {
"name": "cleanup_t_uint256",
"nodeType": "YulIdentifier",
"src": "17931:17:4"
},
"nodeType": "YulFunctionCall",
"src": "17931:24:4"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "17921:2:4"
},
"nodeType": "YulFunctionCall",
"src": "17921:35:4"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "17914:6:4"
},
"nodeType": "YulFunctionCall",
"src": "17914:43:4"
},
"nodeType": "YulIf",
"src": "17911:2:4"
}
]
},
"name": "validator_revert_t_uint256",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "17894:5:4",
"type": ""
}
],
"src": "17858:122:4"
}
]
},
"contents": "{\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function abi_decode_t_bool_fromMemory(offset, end) -> value {\n value := mload(offset)\n validator_revert_t_bool(value)\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_t_uint256_fromMemory(offset, end) -> value {\n value := mload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_bool_fromMemory(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bool_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_uint256_fromMemory(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint256_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_uint256t_uint256(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_uint256t_uint256t_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function abi_encode_t_stringliteral_02bd1576265b5c1c4df099756f3c62c0a954f7b1208f4fbac26417331d3c79fa_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 42)\n\n mstore(add(pos, 0), \"ILLEGAL:buy wbnb must be greater\")\n\n mstore(add(pos, 32), \" than zero\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_1b318315406bc83edc29658d68e8e2a9fba82cea5c01f247f93a8a8e1a9a35db_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 44)\n\n mstore(add(pos, 0), \"ILLEGAL:buy Amount must be great\")\n\n mstore(add(pos, 32), \"er than zero\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 38)\n\n mstore(add(pos, 0), \"Ownable: new owner is the zero a\")\n\n mstore(add(pos, 32), \"ddress\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_348fee73c0ca07c3f0382f9b202373358bb4cd7b4d72a1c6bd8547c00771bf24_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 38)\n\n mstore(add(pos, 0), \"ILLEGAL:sell wbnb greater than b\")\n\n mstore(add(pos, 32), \"alance\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_35a72cc605b354a208f7fc041965c4fd2bae3f237c2f99095d2abaa6b3049807_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 52)\n\n mstore(add(pos, 0), \"ILLEGAL:extractCoin Amount must \")\n\n mstore(add(pos, 32), \"be greater than zero\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_8735a2582fd06d4592ce953a35724f6521cfc33631ea504fb938c3e9a49d97c2_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 33)\n\n mstore(add(pos, 0), \"TRANS:extractCoin Transfer faile\")\n\n mstore(add(pos, 32), \"d\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_88b6038ce005efce4c6b821797fd60c810b87df8e1fa9768e625c0aa9e399420_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 26)\n\n mstore(add(pos, 0), \"TRANS:sell Transfer failed\")\n\n end := add(pos, 32)\n }\n\n function abi_encode_t_stringliteral_8b585bbcaafce30029d88de19f698ff3d32aa78d6590fa4228dbb6fdb54a969f_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n\n mstore(add(pos, 0), \"ILLEGAL:Insufficient BNB balance\")\n\n end := add(pos, 32)\n }\n\n function abi_encode_t_stringliteral_90e1513929654f3ecf53c319d15a03edad90ee48d422118ef1ec1e1bd74d0bd5_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 45)\n\n mstore(add(pos, 0), \"ILLEGAL:sell Amount must be grea\")\n\n mstore(add(pos, 32), \"ter than zero\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_93cf3eec01ddcb21d5ee1be93661a514ce9255591e685efb7c510b736e90b837_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 48)\n\n mstore(add(pos, 0), \"ILLEGAL:setWBnb Amount must be g\")\n\n mstore(add(pos, 32), \"reater than zero\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n\n mstore(add(pos, 0), \"Ownable: caller is not the owner\")\n\n end := add(pos, 32)\n }\n\n function abi_encode_t_stringliteral_a8d276cd2c071d2a57960e88d29eacf0bdd7186ed082ab29c906d56aab3d956d_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 18)\n\n mstore(add(pos, 0), \"LOCKED:pool locked\")\n\n end := add(pos, 32)\n }\n\n function abi_encode_t_stringliteral_c97bad1297ff5946ee7e7ab9539a3f5c2eeaa0bcd0e2347a4665da3e15637a22_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 25)\n\n mstore(add(pos, 0), \"TRANS:buy Transfer failed\")\n\n end := add(pos, 32)\n }\n\n function abi_encode_t_stringliteral_d6886cc0b2441954b35c9593152d384fdd57b0f3d8b6913a39fc47131d2c8076_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 44)\n\n mstore(add(pos, 0), \"ILLEGAL:buy Amount greater than \")\n\n mstore(add(pos, 32), \"Coin balance\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_stringliteral_f48362bfd548e419de6efadbfa8a24cd4ade72b6f60e18cc2d05643d5bdc7ce8_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 43)\n\n mstore(add(pos, 0), \"ILLEGAL:sell wbnb must be greate\")\n\n mstore(add(pos, 32), \"r than zero\")\n\n end := add(pos, 64)\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed(headStart , value2, value1, value0) -> tail {\n tail := add(headStart, 96)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_address_to_t_address_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value2, add(headStart, 64))\n\n }\n\n function abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value1, add(headStart, 32))\n\n }\n\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bool_to_t_bool_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_tuple_t_stringliteral_02bd1576265b5c1c4df099756f3c62c0a954f7b1208f4fbac26417331d3c79fa__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_02bd1576265b5c1c4df099756f3c62c0a954f7b1208f4fbac26417331d3c79fa_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_1b318315406bc83edc29658d68e8e2a9fba82cea5c01f247f93a8a8e1a9a35db__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_1b318315406bc83edc29658d68e8e2a9fba82cea5c01f247f93a8a8e1a9a35db_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_348fee73c0ca07c3f0382f9b202373358bb4cd7b4d72a1c6bd8547c00771bf24__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_348fee73c0ca07c3f0382f9b202373358bb4cd7b4d72a1c6bd8547c00771bf24_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_35a72cc605b354a208f7fc041965c4fd2bae3f237c2f99095d2abaa6b3049807__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_35a72cc605b354a208f7fc041965c4fd2bae3f237c2f99095d2abaa6b3049807_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_8735a2582fd06d4592ce953a35724f6521cfc33631ea504fb938c3e9a49d97c2__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8735a2582fd06d4592ce953a35724f6521cfc33631ea504fb938c3e9a49d97c2_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_88b6038ce005efce4c6b821797fd60c810b87df8e1fa9768e625c0aa9e399420__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_88b6038ce005efce4c6b821797fd60c810b87df8e1fa9768e625c0aa9e399420_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_8b585bbcaafce30029d88de19f698ff3d32aa78d6590fa4228dbb6fdb54a969f__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8b585bbcaafce30029d88de19f698ff3d32aa78d6590fa4228dbb6fdb54a969f_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_90e1513929654f3ecf53c319d15a03edad90ee48d422118ef1ec1e1bd74d0bd5__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_90e1513929654f3ecf53c319d15a03edad90ee48d422118ef1ec1e1bd74d0bd5_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_93cf3eec01ddcb21d5ee1be93661a514ce9255591e685efb7c510b736e90b837__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_93cf3eec01ddcb21d5ee1be93661a514ce9255591e685efb7c510b736e90b837_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_a8d276cd2c071d2a57960e88d29eacf0bdd7186ed082ab29c906d56aab3d956d__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_a8d276cd2c071d2a57960e88d29eacf0bdd7186ed082ab29c906d56aab3d956d_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_c97bad1297ff5946ee7e7ab9539a3f5c2eeaa0bcd0e2347a4665da3e15637a22__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_c97bad1297ff5946ee7e7ab9539a3f5c2eeaa0bcd0e2347a4665da3e15637a22_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_d6886cc0b2441954b35c9593152d384fdd57b0f3d8b6913a39fc47131d2c8076__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_d6886cc0b2441954b35c9593152d384fdd57b0f3d8b6913a39fc47131d2c8076_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_stringliteral_f48362bfd548e419de6efadbfa8a24cd4ade72b6f60e18cc2d05643d5bdc7ce8__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_f48362bfd548e419de6efadbfa8a24cd4ade72b6f60e18cc2d05643d5bdc7ce8_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\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 checked_add_t_uint256(x, y) -> sum {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n\n // overflow, if x > (maxValue - y)\n if gt(x, sub(0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff, y)) { panic_error_0x11() }\n\n sum := add(x, y)\n }\n\n function checked_sub_t_uint256(x, y) -> diff {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n\n if lt(x, y) { panic_error_0x11() }\n\n diff := sub(x, y)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function cleanup_t_bool(value) -> cleaned {\n cleaned := iszero(iszero(value))\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function panic_error_0x11() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function validator_revert_t_bool(value) {\n if iszero(eq(value, cleanup_t_bool(value))) { revert(0, 0) }\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n}\n",
"id": 4,
"language": "Yul",
"name": "#utility.yul"
}
],
"immutableReferences": {},
"linkReferences": {},
"object": "6080604052600436106100a05760003560e01c8063bcfa65a411610064578063bcfa65a41461016d578063cb60728914610198578063d3c9727c146101d5578063d6febde814610205578063d7f282ae14610235578063f2fde38b14610272576100a7565b806312065fe0146100ac578063127f4b2e146100d75780632762efb514610100578063715018a61461012b5780638da5cb5b14610142576100a7565b366100a757005b600080fd5b3480156100b857600080fd5b506100c161029b565b6040516100ce9190611626565b60405180910390f35b3480156100e357600080fd5b506100fe60048036038101906100f99190610d6a565b6102ab565b005b34801561010c57600080fd5b50610115610340565b6040516101229190611626565b60405180910390f35b34801561013757600080fd5b506101406103f2565b005b34801561014e57600080fd5b50610157610406565b60405161016491906113b0565b60405180910390f35b34801561017957600080fd5b5061018261042f565b60405161018f9190611626565b60405180910390f35b3480156101a457600080fd5b506101bf60048036038101906101ba9190610d6a565b610441565b6040516101cc919061142b565b60405180910390f35b6101ef60048036038101906101ea9190610df8565b61049e565b6040516101fc919061142b565b60405180910390f35b61021f600480360381019061021a9190610dbc565b61076c565b60405161022c919061142b565b60405180910390f35b34801561024157600080fd5b5061025c60048036038101906102579190610d6a565b6109ab565b604051610269919061142b565b60405180910390f35b34801561027e57600080fd5b5061029960048036038101906102949190610d18565b610af6565b005b60006102a5610b7a565b47905090565b6102b3610b7a565b804710156102f6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016102ed90611526565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f1935050505015801561033c573d6000803e3d6000fd5b5050565b6000600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b815260040161039d91906113b0565b60206040518083038186803b1580156103b557600080fd5b505afa1580156103c9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103ed9190610d93565b905090565b6103fa610b7a565b6104046000610bf8565b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000610439610b7a565b600154905090565b600061044b610b7a565b6000821161048e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161048590611566565b60405180910390fd5b8160018190555060019050919050565b60006001600354146104e5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104dc906115a6565b60405180910390fd5b600060038190555060008411610530576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161052790611546565b60405180910390fd5b60008311610573576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161056a90611606565b60405180910390fd5b8260015410156105b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105af906114a6565b60405180910390fd5b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166378db512d6105fe610cbc565b30876040518463ffffffff1660e01b815260040161061e939291906113cb565b602060405180830381600087803b15801561063857600080fd5b505af115801561064c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106709190610d41565b6106af576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106a690611506565b60405180910390fd5b814710156106f2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106e990611526565b60405180910390fd5b6106fa610cbc565b73ffffffffffffffffffffffffffffffffffffffff166108fc839081150290604051600060405180830381858888f1935050505015801561073f573d6000803e3d6000fd5b50826001600082825461075291906116a8565b925050819055506001905060016003819055509392505050565b60006001600354146107b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107aa906115a6565b60405180910390fd5b6000600381905550600083116107fe576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f590611466565b60405180910390fd5b60008211610841576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161083890611446565b60405180910390fd5b8261084a610340565b101561088b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610882906115e6565b60405180910390fd5b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb6108d1610cbc565b856040518363ffffffff1660e01b81526004016108ef929190611402565b602060405180830381600087803b15801561090957600080fd5b505af115801561091d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109419190610d41565b610980576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610977906115c6565b60405180910390fd5b81600160008282546109929190611652565b9250508190555060019050600160038190555092915050565b60006109b5610b7a565b600082116109f8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109ef906114c6565b60405180910390fd5b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610a3e610406565b846040518363ffffffff1660e01b8152600401610a5c929190611402565b602060405180830381600087803b158015610a7657600080fd5b505af1158015610a8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aae9190610d41565b610aed576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ae4906114e6565b60405180910390fd5b60019050919050565b610afe610b7a565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610b6e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b6590611486565b60405180910390fd5b610b7781610bf8565b50565b610b82610cbc565b73ffffffffffffffffffffffffffffffffffffffff16610ba0610406565b73ffffffffffffffffffffffffffffffffffffffff1614610bf6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bed90611586565b60405180910390fd5b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600033905090565b600081359050610cd381611753565b92915050565b600081519050610ce88161176a565b92915050565b600081359050610cfd81611781565b92915050565b600081519050610d1281611781565b92915050565b600060208284031215610d2a57600080fd5b6000610d3884828501610cc4565b91505092915050565b600060208284031215610d5357600080fd5b6000610d6184828501610cd9565b91505092915050565b600060208284031215610d7c57600080fd5b6000610d8a84828501610cee565b91505092915050565b600060208284031215610da557600080fd5b6000610db384828501610d03565b91505092915050565b60008060408385031215610dcf57600080fd5b6000610ddd85828601610cee565b9250506020610dee85828601610cee565b9150509250929050565b600080600060608486031215610e0d57600080fd5b6000610e1b86828701610cee565b9350506020610e2c86828701610cee565b9250506040610e3d86828701610cee565b9150509250925092565b610e50816116dc565b82525050565b610e5f816116ee565b82525050565b6000610e72602a83611641565b91507f494c4c4547414c3a6275792077626e62206d757374206265206772656174657260008301527f207468616e207a65726f000000000000000000000000000000000000000000006020830152604082019050919050565b6000610ed8602c83611641565b91507f494c4c4547414c3a62757920416d6f756e74206d75737420626520677265617460008301527f6572207468616e207a65726f00000000000000000000000000000000000000006020830152604082019050919050565b6000610f3e602683611641565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000610fa4602683611641565b91507f494c4c4547414c3a73656c6c2077626e622067726561746572207468616e206260008301527f616c616e636500000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061100a603483611641565b91507f494c4c4547414c3a65787472616374436f696e20416d6f756e74206d7573742060008301527f62652067726561746572207468616e207a65726f0000000000000000000000006020830152604082019050919050565b6000611070602183611641565b91507f5452414e533a65787472616374436f696e205472616e73666572206661696c6560008301527f64000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006110d6601a83611641565b91507f5452414e533a73656c6c205472616e73666572206661696c65640000000000006000830152602082019050919050565b6000611116602083611641565b91507f494c4c4547414c3a496e73756666696369656e7420424e422062616c616e63656000830152602082019050919050565b6000611156602d83611641565b91507f494c4c4547414c3a73656c6c20416d6f756e74206d757374206265206772656160008301527f746572207468616e207a65726f000000000000000000000000000000000000006020830152604082019050919050565b60006111bc603083611641565b91507f494c4c4547414c3a73657457426e6220416d6f756e74206d757374206265206760008301527f726561746572207468616e207a65726f000000000000000000000000000000006020830152604082019050919050565b6000611222602083611641565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b6000611262601283611641565b91507f4c4f434b45443a706f6f6c206c6f636b656400000000000000000000000000006000830152602082019050919050565b60006112a2601983611641565b91507f5452414e533a627579205472616e73666572206661696c6564000000000000006000830152602082019050919050565b60006112e2602c83611641565b91507f494c4c4547414c3a62757920416d6f756e742067726561746572207468616e2060008301527f436f696e2062616c616e636500000000000000000000000000000000000000006020830152604082019050919050565b6000611348602b83611641565b91507f494c4c4547414c3a73656c6c2077626e62206d7573742062652067726561746560008301527f72207468616e207a65726f0000000000000000000000000000000000000000006020830152604082019050919050565b6113aa8161171a565b82525050565b60006020820190506113c56000830184610e47565b92915050565b60006060820190506113e06000830186610e47565b6113ed6020830185610e47565b6113fa60408301846113a1565b949350505050565b60006040820190506114176000830185610e47565b61142460208301846113a1565b9392505050565b60006020820190506114406000830184610e56565b92915050565b6000602082019050818103600083015261145f81610e65565b9050919050565b6000602082019050818103600083015261147f81610ecb565b9050919050565b6000602082019050818103600083015261149f81610f31565b9050919050565b600060208201905081810360008301526114bf81610f97565b9050919050565b600060208201905081810360008301526114df81610ffd565b9050919050565b600060208201905081810360008301526114ff81611063565b9050919050565b6000602082019050818103600083015261151f816110c9565b9050919050565b6000602082019050818103600083015261153f81611109565b9050919050565b6000602082019050818103600083015261155f81611149565b9050919050565b6000602082019050818103600083015261157f816111af565b9050919050565b6000602082019050818103600083015261159f81611215565b9050919050565b600060208201905081810360008301526115bf81611255565b9050919050565b600060208201905081810360008301526115df81611295565b9050919050565b600060208201905081810360008301526115ff816112d5565b9050919050565b6000602082019050818103600083015261161f8161133b565b9050919050565b600060208201905061163b60008301846113a1565b92915050565b600082825260208201905092915050565b600061165d8261171a565b91506116688361171a565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561169d5761169c611724565b5b828201905092915050565b60006116b38261171a565b91506116be8361171a565b9250828210156116d1576116d0611724565b5b828203905092915050565b60006116e7826116fa565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b61175c816116dc565b811461176757600080fd5b50565b611773816116ee565b811461177e57600080fd5b50565b61178a8161171a565b811461179557600080fd5b5056fea26469706673582212200f51914806e227001aa9a679a07c93d8484a1f7c9e529224193d3dfa3b31ec1264736f6c63430008000033",
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0xA0 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xBCFA65A4 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xBCFA65A4 EQ PUSH2 0x16D JUMPI DUP1 PUSH4 0xCB607289 EQ PUSH2 0x198 JUMPI DUP1 PUSH4 0xD3C9727C EQ PUSH2 0x1D5 JUMPI DUP1 PUSH4 0xD6FEBDE8 EQ PUSH2 0x205 JUMPI DUP1 PUSH4 0xD7F282AE EQ PUSH2 0x235 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x272 JUMPI PUSH2 0xA7 JUMP JUMPDEST DUP1 PUSH4 0x12065FE0 EQ PUSH2 0xAC JUMPI DUP1 PUSH4 0x127F4B2E EQ PUSH2 0xD7 JUMPI DUP1 PUSH4 0x2762EFB5 EQ PUSH2 0x100 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x12B JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x142 JUMPI PUSH2 0xA7 JUMP JUMPDEST CALLDATASIZE PUSH2 0xA7 JUMPI STOP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xB8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xC1 PUSH2 0x29B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xCE SWAP2 SWAP1 PUSH2 0x1626 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xE3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xFE PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xF9 SWAP2 SWAP1 PUSH2 0xD6A JUMP JUMPDEST PUSH2 0x2AB JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x10C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x115 PUSH2 0x340 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x122 SWAP2 SWAP1 PUSH2 0x1626 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x137 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x140 PUSH2 0x3F2 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x14E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x157 PUSH2 0x406 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x164 SWAP2 SWAP1 PUSH2 0x13B0 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x179 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x182 PUSH2 0x42F JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x18F SWAP2 SWAP1 PUSH2 0x1626 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1A4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1BF PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1BA SWAP2 SWAP1 PUSH2 0xD6A JUMP JUMPDEST PUSH2 0x441 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1CC SWAP2 SWAP1 PUSH2 0x142B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1EF PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1EA SWAP2 SWAP1 PUSH2 0xDF8 JUMP JUMPDEST PUSH2 0x49E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1FC SWAP2 SWAP1 PUSH2 0x142B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x21F PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x21A SWAP2 SWAP1 PUSH2 0xDBC JUMP JUMPDEST PUSH2 0x76C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x22C SWAP2 SWAP1 PUSH2 0x142B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x241 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x25C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x257 SWAP2 SWAP1 PUSH2 0xD6A JUMP JUMPDEST PUSH2 0x9AB JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x269 SWAP2 SWAP1 PUSH2 0x142B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x27E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x299 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x294 SWAP2 SWAP1 PUSH2 0xD18 JUMP JUMPDEST PUSH2 0xAF6 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x0 PUSH2 0x2A5 PUSH2 0xB7A JUMP JUMPDEST SELFBALANCE SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x2B3 PUSH2 0xB7A JUMP JUMPDEST DUP1 SELFBALANCE LT ISZERO PUSH2 0x2F6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2ED SWAP1 PUSH2 0x1526 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x8FC DUP3 SWAP1 DUP2 ISZERO MUL SWAP1 PUSH1 0x40 MLOAD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 DUP9 CALL SWAP4 POP POP POP POP ISZERO DUP1 ISZERO PUSH2 0x33C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x70A08231 ADDRESS PUSH1 0x40 MLOAD DUP3 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x39D SWAP2 SWAP1 PUSH2 0x13B0 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x3B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x3C9 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x3ED SWAP2 SWAP1 PUSH2 0xD93 JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x3FA PUSH2 0xB7A JUMP JUMPDEST PUSH2 0x404 PUSH1 0x0 PUSH2 0xBF8 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x439 PUSH2 0xB7A JUMP JUMPDEST PUSH1 0x1 SLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x44B PUSH2 0xB7A JUMP JUMPDEST PUSH1 0x0 DUP3 GT PUSH2 0x48E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x485 SWAP1 PUSH2 0x1566 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x1 DUP2 SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x3 SLOAD EQ PUSH2 0x4E5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x4DC SWAP1 PUSH2 0x15A6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x3 DUP2 SWAP1 SSTORE POP PUSH1 0x0 DUP5 GT PUSH2 0x530 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x527 SWAP1 PUSH2 0x1546 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP4 GT PUSH2 0x573 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x56A SWAP1 PUSH2 0x1606 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 PUSH1 0x1 SLOAD LT ISZERO PUSH2 0x5B8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x5AF SWAP1 PUSH2 0x14A6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x2 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x78DB512D PUSH2 0x5FE PUSH2 0xCBC JUMP JUMPDEST ADDRESS DUP8 PUSH1 0x40 MLOAD DUP5 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x61E SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x13CB JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x638 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x64C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x670 SWAP2 SWAP1 PUSH2 0xD41 JUMP JUMPDEST PUSH2 0x6AF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6A6 SWAP1 PUSH2 0x1506 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 SELFBALANCE LT ISZERO PUSH2 0x6F2 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6E9 SWAP1 PUSH2 0x1526 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x6FA PUSH2 0xCBC JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x8FC DUP4 SWAP1 DUP2 ISZERO MUL SWAP1 PUSH1 0x40 MLOAD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 DUP9 CALL SWAP4 POP POP POP POP ISZERO DUP1 ISZERO PUSH2 0x73F JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP DUP3 PUSH1 0x1 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x752 SWAP2 SWAP1 PUSH2 0x16A8 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH1 0x1 PUSH1 0x3 DUP2 SWAP1 SSTORE POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x3 SLOAD EQ PUSH2 0x7B3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7AA SWAP1 PUSH2 0x15A6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x3 DUP2 SWAP1 SSTORE POP PUSH1 0x0 DUP4 GT PUSH2 0x7FE JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7F5 SWAP1 PUSH2 0x1466 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 GT PUSH2 0x841 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x838 SWAP1 PUSH2 0x1446 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 PUSH2 0x84A PUSH2 0x340 JUMP JUMPDEST LT ISZERO PUSH2 0x88B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x882 SWAP1 PUSH2 0x15E6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x2 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x8D1 PUSH2 0xCBC JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8EF SWAP3 SWAP2 SWAP1 PUSH2 0x1402 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x909 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x91D JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x941 SWAP2 SWAP1 PUSH2 0xD41 JUMP JUMPDEST PUSH2 0x980 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x977 SWAP1 PUSH2 0x15C6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x1 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x992 SWAP2 SWAP1 PUSH2 0x1652 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH1 0x1 PUSH1 0x3 DUP2 SWAP1 SSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x9B5 PUSH2 0xB7A JUMP JUMPDEST PUSH1 0x0 DUP3 GT PUSH2 0x9F8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9EF SWAP1 PUSH2 0x14C6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x2 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0xA3E PUSH2 0x406 JUMP JUMPDEST DUP5 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA5C SWAP3 SWAP2 SWAP1 PUSH2 0x1402 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xA76 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0xA8A JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0xAAE SWAP2 SWAP1 PUSH2 0xD41 JUMP JUMPDEST PUSH2 0xAED JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xAE4 SWAP1 PUSH2 0x14E6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xAFE PUSH2 0xB7A JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ ISZERO PUSH2 0xB6E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xB65 SWAP1 PUSH2 0x1486 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xB77 DUP2 PUSH2 0xBF8 JUMP JUMPDEST POP JUMP JUMPDEST PUSH2 0xB82 PUSH2 0xCBC JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0xBA0 PUSH2 0x406 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0xBF6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xBED SWAP1 PUSH2 0x1586 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xCD3 DUP2 PUSH2 0x1753 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0xCE8 DUP2 PUSH2 0x176A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xCFD DUP2 PUSH2 0x1781 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0xD12 DUP2 PUSH2 0x1781 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xD2A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xD38 DUP5 DUP3 DUP6 ADD PUSH2 0xCC4 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xD53 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xD61 DUP5 DUP3 DUP6 ADD PUSH2 0xCD9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xD7C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xD8A DUP5 DUP3 DUP6 ADD PUSH2 0xCEE JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xDA5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xDB3 DUP5 DUP3 DUP6 ADD PUSH2 0xD03 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xDCF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xDDD DUP6 DUP3 DUP7 ADD PUSH2 0xCEE JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xDEE DUP6 DUP3 DUP7 ADD PUSH2 0xCEE 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 0xE0D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xE1B DUP7 DUP3 DUP8 ADD PUSH2 0xCEE JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xE2C DUP7 DUP3 DUP8 ADD PUSH2 0xCEE JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xE3D DUP7 DUP3 DUP8 ADD PUSH2 0xCEE JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH2 0xE50 DUP2 PUSH2 0x16DC JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0xE5F DUP2 PUSH2 0x16EE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xE72 PUSH1 0x2A DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A6275792077626E62206D7573742062652067726561746572 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x207468616E207A65726F00000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xED8 PUSH1 0x2C DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A62757920416D6F756E74206D757374206265206772656174 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6572207468616E207A65726F0000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF3E PUSH1 0x26 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x4F776E61626C653A206E6577206F776E657220697320746865207A65726F2061 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6464726573730000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFA4 PUSH1 0x26 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A73656C6C2077626E622067726561746572207468616E2062 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x616C616E63650000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100A PUSH1 0x34 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A65787472616374436F696E20416D6F756E74206D75737420 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x62652067726561746572207468616E207A65726F000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1070 PUSH1 0x21 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x5452414E533A65787472616374436F696E205472616E73666572206661696C65 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x6400000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x10D6 PUSH1 0x1A DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x5452414E533A73656C6C205472616E73666572206661696C6564000000000000 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1116 PUSH1 0x20 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A496E73756666696369656E7420424E422062616C616E6365 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1156 PUSH1 0x2D DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A73656C6C20416D6F756E74206D7573742062652067726561 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x746572207468616E207A65726F00000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11BC PUSH1 0x30 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A73657457426E6220416D6F756E74206D7573742062652067 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x726561746572207468616E207A65726F00000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1222 PUSH1 0x20 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1262 PUSH1 0x12 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x4C4F434B45443A706F6F6C206C6F636B65640000000000000000000000000000 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12A2 PUSH1 0x19 DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x5452414E533A627579205472616E73666572206661696C656400000000000000 PUSH1 0x0 DUP4 ADD MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12E2 PUSH1 0x2C DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A62757920416D6F756E742067726561746572207468616E20 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x436F696E2062616C616E63650000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1348 PUSH1 0x2B DUP4 PUSH2 0x1641 JUMP JUMPDEST SWAP2 POP PUSH32 0x494C4C4547414C3A73656C6C2077626E62206D75737420626520677265617465 PUSH1 0x0 DUP4 ADD MSTORE PUSH32 0x72207468616E207A65726F000000000000000000000000000000000000000000 PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x13AA DUP2 PUSH2 0x171A JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x13C5 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xE47 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x13E0 PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0xE47 JUMP JUMPDEST PUSH2 0x13ED PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0xE47 JUMP JUMPDEST PUSH2 0x13FA PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x13A1 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x1417 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0xE47 JUMP JUMPDEST PUSH2 0x1424 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x13A1 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1440 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xE56 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x145F DUP2 PUSH2 0xE65 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x147F DUP2 PUSH2 0xECB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x149F DUP2 PUSH2 0xF31 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x14BF DUP2 PUSH2 0xF97 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x14DF DUP2 PUSH2 0xFFD JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x14FF DUP2 PUSH2 0x1063 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x151F DUP2 PUSH2 0x10C9 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x153F DUP2 PUSH2 0x1109 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x155F DUP2 PUSH2 0x1149 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x157F DUP2 PUSH2 0x11AF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x159F DUP2 PUSH2 0x1215 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x15BF DUP2 PUSH2 0x1255 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x15DF DUP2 PUSH2 0x1295 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x15FF DUP2 PUSH2 0x12D5 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x161F DUP2 PUSH2 0x133B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x163B PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x13A1 JUMP JUMPDEST 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 PUSH2 0x165D DUP3 PUSH2 0x171A JUMP JUMPDEST SWAP2 POP PUSH2 0x1668 DUP4 PUSH2 0x171A JUMP JUMPDEST SWAP3 POP DUP3 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SUB DUP3 GT ISZERO PUSH2 0x169D JUMPI PUSH2 0x169C PUSH2 0x1724 JUMP JUMPDEST JUMPDEST DUP3 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x16B3 DUP3 PUSH2 0x171A JUMP JUMPDEST SWAP2 POP PUSH2 0x16BE DUP4 PUSH2 0x171A JUMP JUMPDEST SWAP3 POP DUP3 DUP3 LT ISZERO PUSH2 0x16D1 JUMPI PUSH2 0x16D0 PUSH2 0x1724 JUMP JUMPDEST JUMPDEST DUP3 DUP3 SUB SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x16E7 DUP3 PUSH2 0x16FA JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x175C DUP2 PUSH2 0x16DC JUMP JUMPDEST DUP2 EQ PUSH2 0x1767 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH2 0x1773 DUP2 PUSH2 0x16EE JUMP JUMPDEST DUP2 EQ PUSH2 0x177E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH2 0x178A DUP2 PUSH2 0x171A JUMP JUMPDEST DUP2 EQ PUSH2 0x1795 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xF MLOAD SWAP2 0x48 MOD 0xE2 0x27 STOP BYTE 0xA9 0xA6 PUSH26 0xA07C93D8484A1F7C9E529224193D3DFA3B31EC1264736F6C6343 STOP ADDMOD STOP STOP CALLER ",
"sourceMap": "149:2717:2:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1306:107;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2669:195;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;848:106;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1824:101:0;;;;;;;;;;;;;:::i;:::-;;1201:85;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;552:87:2;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;645:197;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1920:684;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1419:495;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;960:308;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2074:198:0;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1306:107:2;1359:7;1094:13:0;:11;:13::i;:::-;1385:21:2::1;1378:28;;1306:107:::0;:::o;2669:195::-;1094:13:0;:11;:13::i;:::-;2768:6:2::1;2743:21;:31;;2735:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;2829:10;2821:28;;:36;2850:6;2821:36;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;2669:195:::0;:::o;848:106::-;888:7;914:8;;;;;;;;;;;:18;;;941:4;914:33;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;907:40;;848:106;:::o;1824:101:0:-;1094:13;:11;:13::i;:::-;1888:30:::1;1915:1;1888:18;:30::i;:::-;1824:101::o:0;1201:85::-;1247:7;1273:6;;;;;;;;;;;1266:13;;1201:85;:::o;552:87:2:-;602:7;1094:13:0;:11;:13::i;:::-;628:4:2::1;;621:11;;552:87:::0;:::o;645:197::-;704:4;1094:13:0;:11;:13::i;:::-;737:1:2::1;728:6;:10;720:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;808:6;801:4;:13;;;;831:4;824:11;;645:197:::0;;;:::o;1920:684::-;2040:4;387:1;375:8;;:13;367:44;;;;;;;;;;;;:::i;:::-;;;;;;;;;432:1;421:8;:12;;;;2073:1:::1;2064:6;:10;2056:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;2150:1;2142:5;:9;2134:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;2226:5;2218:4;;:13;;2210:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;2306:8;;;;;;;;;;;:26;;;2333:12;:10;:12::i;:::-;2355:4;2362:6;2306:63;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;2285:136;;;;;;;;;;;;:::i;:::-;;;;;;;;;2465:4;2440:21;:29;;2432:74;;;;;;;;;;;;:::i;:::-;;;;;;;;;2524:12;:10;:12::i;:::-;2516:30;;:36;2547:4;2516:36;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;2571:5;2563:4;;:13;;;;;;;:::i;:::-;;;;;;;;2593:4;2586:11;;465:1:::0;454:8;:12;;;;1920:684;;;;;:::o;1419:495::-;1526:4;387:1;375:8;;:13;367:44;;;;;;;;;;;;:::i;:::-;;;;;;;;;432:1;421:8;:12;;;;1563:1:::1;1554:6;:10;1546:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;1639:1;1631:5;:9;1623:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;1719:6;1706:9;:7;:9::i;:::-;:19;;1698:76;;;;;;;;;;;;:::i;:::-;;;;;;;;;1792:8;;;;;;;;;;;:17;;;1810:12;:10;:12::i;:::-;1824:6;1792:39;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1784:77;;;;;;;;;;;;:::i;:::-;;;;;;;;;1880:5;1872:4;;:13;;;;;;;:::i;:::-;;;;;;;;1903:4;1896:11;;465:1:::0;454:8;:12;;;;1419:495;;;;:::o;960:308::-;1025:4;1094:13:0;:11;:13::i;:::-;1058:1:2::1;1049:6;:10;1041:75;;;;;;;;;;;;:::i;:::-;;;;;;;;;1147:8;;;;;;;;;;;:17;;;1165:7;:5;:7::i;:::-;1174:6;1147:34;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1126:114;;;;;;;;;;;;:::i;:::-;;;;;;;;;1257:4;1250:11;;960:308:::0;;;:::o;2074:198:0:-;1094:13;:11;:13::i;:::-;2182:1:::1;2162:22;;:8;:22;;;;2154:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;2237:28;2256:8;2237:18;:28::i;:::-;2074:198:::0;:::o;1359:130::-;1433:12;:10;:12::i;:::-;1422:23;;:7;:5;:7::i;:::-;:23;;;1414:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1359:130::o;2426:187::-;2499:16;2518:6;;;;;;;;;;;2499:25;;2543:8;2534:6;;:17;;;;;;;;;;;;;;;;;;2597:8;2566:40;;2587:8;2566:40;;;;;;;;;;;;2426:187;;:::o;640:96:1:-;693:7;719:10;712:17;;640:96;:::o;7:139:4:-;;91:6;78:20;69:29;;107:33;134:5;107:33;:::i;:::-;59:87;;;;:::o;152:137::-;;237:6;231:13;222:22;;253:30;277:5;253:30;:::i;:::-;212:77;;;;:::o;295:139::-;;379:6;366:20;357:29;;395:33;422:5;395:33;:::i;:::-;347:87;;;;:::o;440:143::-;;528:6;522:13;513:22;;544:33;571:5;544:33;:::i;:::-;503:80;;;;:::o;589:262::-;;697:2;685:9;676:7;672:23;668:32;665:2;;;713:1;710;703:12;665:2;756:1;781:53;826:7;817:6;806:9;802:22;781:53;:::i;:::-;771:63;;727:117;655:196;;;;:::o;857:278::-;;973:2;961:9;952:7;948:23;944:32;941:2;;;989:1;986;979:12;941:2;1032:1;1057:61;1110:7;1101:6;1090:9;1086:22;1057:61;:::i;:::-;1047:71;;1003:125;931:204;;;;:::o;1141:262::-;;1249:2;1237:9;1228:7;1224:23;1220:32;1217:2;;;1265:1;1262;1255:12;1217:2;1308:1;1333:53;1378:7;1369:6;1358:9;1354:22;1333:53;:::i;:::-;1323:63;;1279:117;1207:196;;;;:::o;1409:284::-;;1528:2;1516:9;1507:7;1503:23;1499:32;1496:2;;;1544:1;1541;1534:12;1496:2;1587:1;1612:64;1668:7;1659:6;1648:9;1644:22;1612:64;:::i;:::-;1602:74;;1558:128;1486:207;;;;:::o;1699:407::-;;;1824:2;1812:9;1803:7;1799:23;1795:32;1792:2;;;1840:1;1837;1830:12;1792:2;1883:1;1908:53;1953:7;1944:6;1933:9;1929:22;1908:53;:::i;:::-;1898:63;;1854:117;2010:2;2036:53;2081:7;2072:6;2061:9;2057:22;2036:53;:::i;:::-;2026:63;;1981:118;1782:324;;;;;:::o;2112:552::-;;;;2254:2;2242:9;2233:7;2229:23;2225:32;2222:2;;;2270:1;2267;2260:12;2222:2;2313:1;2338:53;2383:7;2374:6;2363:9;2359:22;2338:53;:::i;:::-;2328:63;;2284:117;2440:2;2466:53;2511:7;2502:6;2491:9;2487:22;2466:53;:::i;:::-;2456:63;;2411:118;2568:2;2594:53;2639:7;2630:6;2619:9;2615:22;2594:53;:::i;:::-;2584:63;;2539:118;2212:452;;;;;:::o;2670:118::-;2757:24;2775:5;2757:24;:::i;:::-;2752:3;2745:37;2735:53;;:::o;2794:109::-;2875:21;2890:5;2875:21;:::i;:::-;2870:3;2863:34;2853:50;;:::o;2909:374::-;;3072:67;3136:2;3131:3;3072:67;:::i;:::-;3065:74;;3169:34;3165:1;3160:3;3156:11;3149:55;3235:12;3230:2;3225:3;3221:12;3214:34;3274:2;3269:3;3265:12;3258:19;;3055:228;;;:::o;3289:376::-;;3452:67;3516:2;3511:3;3452:67;:::i;:::-;3445:74;;3549:34;3545:1;3540:3;3536:11;3529:55;3615:14;3610:2;3605:3;3601:12;3594:36;3656:2;3651:3;3647:12;3640:19;;3435:230;;;:::o;3671:370::-;;3834:67;3898:2;3893:3;3834:67;:::i;:::-;3827:74;;3931:34;3927:1;3922:3;3918:11;3911:55;3997:8;3992:2;3987:3;3983:12;3976:30;4032:2;4027:3;4023:12;4016:19;;3817:224;;;:::o;4047:370::-;;4210:67;4274:2;4269:3;4210:67;:::i;:::-;4203:74;;4307:34;4303:1;4298:3;4294:11;4287:55;4373:8;4368:2;4363:3;4359:12;4352:30;4408:2;4403:3;4399:12;4392:19;;4193:224;;;:::o;4423:384::-;;4586:67;4650:2;4645:3;4586:67;:::i;:::-;4579:74;;4683:34;4679:1;4674:3;4670:11;4663:55;4749:22;4744:2;4739:3;4735:12;4728:44;4798:2;4793:3;4789:12;4782:19;;4569:238;;;:::o;4813:365::-;;4976:67;5040:2;5035:3;4976:67;:::i;:::-;4969:74;;5073:34;5069:1;5064:3;5060:11;5053:55;5139:3;5134:2;5129:3;5125:12;5118:25;5169:2;5164:3;5160:12;5153:19;;4959:219;;;:::o;5184:324::-;;5347:67;5411:2;5406:3;5347:67;:::i;:::-;5340:74;;5444:28;5440:1;5435:3;5431:11;5424:49;5499:2;5494:3;5490:12;5483:19;;5330:178;;;:::o;5514:330::-;;5677:67;5741:2;5736:3;5677:67;:::i;:::-;5670:74;;5774:34;5770:1;5765:3;5761:11;5754:55;5835:2;5830:3;5826:12;5819:19;;5660:184;;;:::o;5850:377::-;;6013:67;6077:2;6072:3;6013:67;:::i;:::-;6006:74;;6110:34;6106:1;6101:3;6097:11;6090:55;6176:15;6171:2;6166:3;6162:12;6155:37;6218:2;6213:3;6209:12;6202:19;;5996:231;;;:::o;6233:380::-;;6396:67;6460:2;6455:3;6396:67;:::i;:::-;6389:74;;6493:34;6489:1;6484:3;6480:11;6473:55;6559:18;6554:2;6549:3;6545:12;6538:40;6604:2;6599:3;6595:12;6588:19;;6379:234;;;:::o;6619:330::-;;6782:67;6846:2;6841:3;6782:67;:::i;:::-;6775:74;;6879:34;6875:1;6870:3;6866:11;6859:55;6940:2;6935:3;6931:12;6924:19;;6765:184;;;:::o;6955:316::-;;7118:67;7182:2;7177:3;7118:67;:::i;:::-;7111:74;;7215:20;7211:1;7206:3;7202:11;7195:41;7262:2;7257:3;7253:12;7246:19;;7101:170;;;:::o;7277:323::-;;7440:67;7504:2;7499:3;7440:67;:::i;:::-;7433:74;;7537:27;7533:1;7528:3;7524:11;7517:48;7591:2;7586:3;7582:12;7575:19;;7423:177;;;:::o;7606:376::-;;7769:67;7833:2;7828:3;7769:67;:::i;:::-;7762:74;;7866:34;7862:1;7857:3;7853:11;7846:55;7932:14;7927:2;7922:3;7918:12;7911:36;7973:2;7968:3;7964:12;7957:19;;7752:230;;;:::o;7988:375::-;;8151:67;8215:2;8210:3;8151:67;:::i;:::-;8144:74;;8248:34;8244:1;8239:3;8235:11;8228:55;8314:13;8309:2;8304:3;8300:12;8293:35;8354:2;8349:3;8345:12;8338:19;;8134:229;;;:::o;8369:118::-;8456:24;8474:5;8456:24;:::i;:::-;8451:3;8444:37;8434:53;;:::o;8493:222::-;;8624:2;8613:9;8609:18;8601:26;;8637:71;8705:1;8694:9;8690:17;8681:6;8637:71;:::i;:::-;8591:124;;;;:::o;8721:442::-;;8908:2;8897:9;8893:18;8885:26;;8921:71;8989:1;8978:9;8974:17;8965:6;8921:71;:::i;:::-;9002:72;9070:2;9059:9;9055:18;9046:6;9002:72;:::i;:::-;9084;9152:2;9141:9;9137:18;9128:6;9084:72;:::i;:::-;8875:288;;;;;;:::o;9169:332::-;;9328:2;9317:9;9313:18;9305:26;;9341:71;9409:1;9398:9;9394:17;9385:6;9341:71;:::i;:::-;9422:72;9490:2;9479:9;9475:18;9466:6;9422:72;:::i;:::-;9295:206;;;;;:::o;9507:210::-;;9632:2;9621:9;9617:18;9609:26;;9645:65;9707:1;9696:9;9692:17;9683:6;9645:65;:::i;:::-;9599:118;;;;:::o;9723:419::-;;9927:2;9916:9;9912:18;9904:26;;9976:9;9970:4;9966:20;9962:1;9951:9;9947:17;9940:47;10004:131;10130:4;10004:131;:::i;:::-;9996:139;;9894:248;;;:::o;10148:419::-;;10352:2;10341:9;10337:18;10329:26;;10401:9;10395:4;10391:20;10387:1;10376:9;10372:17;10365:47;10429:131;10555:4;10429:131;:::i;:::-;10421:139;;10319:248;;;:::o;10573:419::-;;10777:2;10766:9;10762:18;10754:26;;10826:9;10820:4;10816:20;10812:1;10801:9;10797:17;10790:47;10854:131;10980:4;10854:131;:::i;:::-;10846:139;;10744:248;;;:::o;10998:419::-;;11202:2;11191:9;11187:18;11179:26;;11251:9;11245:4;11241:20;11237:1;11226:9;11222:17;11215:47;11279:131;11405:4;11279:131;:::i;:::-;11271:139;;11169:248;;;:::o;11423:419::-;;11627:2;11616:9;11612:18;11604:26;;11676:9;11670:4;11666:20;11662:1;11651:9;11647:17;11640:47;11704:131;11830:4;11704:131;:::i;:::-;11696:139;;11594:248;;;:::o;11848:419::-;;12052:2;12041:9;12037:18;12029:26;;12101:9;12095:4;12091:20;12087:1;12076:9;12072:17;12065:47;12129:131;12255:4;12129:131;:::i;:::-;12121:139;;12019:248;;;:::o;12273:419::-;;12477:2;12466:9;12462:18;12454:26;;12526:9;12520:4;12516:20;12512:1;12501:9;12497:17;12490:47;12554:131;12680:4;12554:131;:::i;:::-;12546:139;;12444:248;;;:::o;12698:419::-;;12902:2;12891:9;12887:18;12879:26;;12951:9;12945:4;12941:20;12937:1;12926:9;12922:17;12915:47;12979:131;13105:4;12979:131;:::i;:::-;12971:139;;12869:248;;;:::o;13123:419::-;;13327:2;13316:9;13312:18;13304:26;;13376:9;13370:4;13366:20;13362:1;13351:9;13347:17;13340:47;13404:131;13530:4;13404:131;:::i;:::-;13396:139;;13294:248;;;:::o;13548:419::-;;13752:2;13741:9;13737:18;13729:26;;13801:9;13795:4;13791:20;13787:1;13776:9;13772:17;13765:47;13829:131;13955:4;13829:131;:::i;:::-;13821:139;;13719:248;;;:::o;13973:419::-;;14177:2;14166:9;14162:18;14154:26;;14226:9;14220:4;14216:20;14212:1;14201:9;14197:17;14190:47;14254:131;14380:4;14254:131;:::i;:::-;14246:139;;14144:248;;;:::o;14398:419::-;;14602:2;14591:9;14587:18;14579:26;;14651:9;14645:4;14641:20;14637:1;14626:9;14622:17;14615:47;14679:131;14805:4;14679:131;:::i;:::-;14671:139;;14569:248;;;:::o;14823:419::-;;15027:2;15016:9;15012:18;15004:26;;15076:9;15070:4;15066:20;15062:1;15051:9;15047:17;15040:47;15104:131;15230:4;15104:131;:::i;:::-;15096:139;;14994:248;;;:::o;15248:419::-;;15452:2;15441:9;15437:18;15429:26;;15501:9;15495:4;15491:20;15487:1;15476:9;15472:17;15465:47;15529:131;15655:4;15529:131;:::i;:::-;15521:139;;15419:248;;;:::o;15673:419::-;;15877:2;15866:9;15862:18;15854:26;;15926:9;15920:4;15916:20;15912:1;15901:9;15897:17;15890:47;15954:131;16080:4;15954:131;:::i;:::-;15946:139;;15844:248;;;:::o;16098:222::-;;16229:2;16218:9;16214:18;16206:26;;16242:71;16310:1;16299:9;16295:17;16286:6;16242:71;:::i;:::-;16196:124;;;;:::o;16326:169::-;;16444:6;16439:3;16432:19;16484:4;16479:3;16475:14;16460:29;;16422:73;;;;:::o;16501:305::-;;16560:20;16578:1;16560:20;:::i;:::-;16555:25;;16594:20;16612:1;16594:20;:::i;:::-;16589:25;;16748:1;16680:66;16676:74;16673:1;16670:81;16667:2;;;16754:18;;:::i;:::-;16667:2;16798:1;16795;16791:9;16784:16;;16545:261;;;;:::o;16812:191::-;;16872:20;16890:1;16872:20;:::i;:::-;16867:25;;16906:20;16924:1;16906:20;:::i;:::-;16901:25;;16945:1;16942;16939:8;16936:2;;;16950:18;;:::i;:::-;16936:2;16995:1;16992;16988:9;16980:17;;16857:146;;;;:::o;17009:96::-;;17075:24;17093:5;17075:24;:::i;:::-;17064:35;;17054:51;;;:::o;17111:90::-;;17188:5;17181:13;17174:21;17163:32;;17153:48;;;:::o;17207:126::-;;17284:42;17277:5;17273:54;17262:65;;17252:81;;;:::o;17339:77::-;;17405:5;17394:16;;17384:32;;;:::o;17422:180::-;17470:77;17467:1;17460:88;17567:4;17564:1;17557:15;17591:4;17588:1;17581:15;17608:122;17681:24;17699:5;17681:24;:::i;:::-;17674:5;17671:35;17661:2;;17720:1;17717;17710:12;17661:2;17651:79;:::o;17736:116::-;17806:21;17821:5;17806:21;:::i;:::-;17799:5;17796:32;17786:2;;17842:1;17839;17832:12;17786:2;17776:76;:::o;17858:122::-;17931:24;17949:5;17931:24;:::i;:::-;17924:5;17921:35;17911:2;;17970:1;17967;17960:12;17911:2;17901:79;:::o"
},
"gasEstimates": {
"creation": {
"codeDepositCost": "1218800",
"executionCost": "infinite",
"totalCost": "infinite"
},
"external": {
"buy(uint256,uint256)": "infinite",
"extractCoin(uint256)": "infinite",
"getBalance()": "1363",
"getCoin()": "infinite",
"getWBnb()": "2101",
"owner()": "1311",
"renounceOwnership()": "24465",
"sell(uint256,uint256,uint256)": "infinite",
"setWBnb(uint256)": "21631",
"transferOwnership(address)": "24857",
"withdrawBNB(uint256)": "infinite"
}
},
"methodIdentifiers": {
"buy(uint256,uint256)": "d6febde8",
"extractCoin(uint256)": "d7f282ae",
"getBalance()": "12065fe0",
"getCoin()": "2762efb5",
"getWBnb()": "bcfa65a4",
"owner()": "8da5cb5b",
"renounceOwnership()": "715018a6",
"sell(uint256,uint256,uint256)": "d3c9727c",
"setWBnb(uint256)": "cb607289",
"transferOwnership(address)": "f2fde38b",
"withdrawBNB(uint256)": "127f4b2e"
}
},
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "wbnb2",
"type": "uint256"
}
],
"name": "buy",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "extractCoin",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "getBalance",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCoin",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getWBnb",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "renounceOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "wbnb2",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "bnb2",
"type": "uint256"
}
],
"name": "sell",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "setWBnb",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "withdrawBNB",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"stateMutability": "payable",
"type": "receive"
}
]
}
{
"compiler": {
"version": "0.8.0+commit.c7dfd78e"
},
"language": "Solidity",
"output": {
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "wbnb2",
"type": "uint256"
}
],
"name": "buy",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "extractCoin",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "getBalance",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCoin",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getWBnb",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "renounceOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "wbnb2",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "bnb2",
"type": "uint256"
}
],
"name": "sell",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "setWBnb",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "withdrawBNB",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"stateMutability": "payable",
"type": "receive"
}
],
"devdoc": {
"kind": "dev",
"methods": {
"owner()": {
"details": "Returns the address of the current owner."
},
"renounceOwnership()": {
"details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."
},
"transferOwnership(address)": {
"details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
}
},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"version": 1
}
},
"settings": {
"compilationTarget": {
"token/Pool.sol": "POOL"
},
"evmVersion": "istanbul",
"libraries": {},
"metadata": {
"bytecodeHash": "ipfs"
},
"optimizer": {
"enabled": false,
"runs": 200
},
"remappings": []
},
"sources": {
"@openzeppelin/contracts@4.9.0/access/Ownable.sol": {
"keccak256": "0xba43b97fba0d32eb4254f6a5a297b39a19a247082a02d6e69349e071e2946218",
"license": "MIT",
"urls": [
"bzz-raw://fc980984badf3984b6303b377711220e067722bbd6a135b24669ff5069ef9f32",
"dweb:/ipfs/QmPHXMSXj99XjSVM21YsY6aNtLLjLVXDbyN76J5HQYvvrz"
]
},
"@openzeppelin/contracts@4.9.0/utils/Context.sol": {
"keccak256": "0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7",
"license": "MIT",
"urls": [
"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92",
"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3"
]
},
"token/Pool.sol": {
"keccak256": "0x839e4b66084d43b4033126892dd605e21824dd53c082955e9a0aa5c6d7e24722",
"license": "MIT",
"urls": [
"bzz-raw://7508cd8fc2aa9390f096dea24ce935b67f187a805ecca380a7636f85bc61aadd",
"dweb:/ipfs/QmRYtqhLd4BxAgWTdoPTQENeUBeARRk75gwoHCQbYkivo5"
]
},
"token/lib/IBEP20.sol": {
"keccak256": "0x1d588ff8546648266c5ce58a9dd4b4d4b52063b227a20b1d874a10da9f536b8e",
"license": "MIT",
"urls": [
"bzz-raw://9711c64a1bd41203f769a98beedddddc8b6a322d11d300e0b3ab6a302b1beb4d",
"dweb:/ipfs/Qmbg8RvCTRc4SYELQkNwtAVbh6uraj3t2JxtrFiaaAZoqZ"
]
}
},
"version": 1
}
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts@4.9.0/access/Ownable.sol";
contract Permision is Ownable {
mapping(address => uint8) private _pre;
function setPre(address addr) external onlyOwner returns (bool) {
_pre[addr] = 1;
return true;
}
function remove(address addr) external onlyOwner returns (bool) {
_pre[addr] = 0;
return true;
}
function getPre(address addr) external view returns (bool) {
return _pre[addr] == 1;
}
}
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts@4.9.0/access/Ownable.sol";
import "token/lib/IBEP20.sol";
import "token/Permision.sol";
contract Pool is Ownable {
uint256 private wbnb;
IBEP20 private BEPToken;
Permision private Pre;
constructor(
address token_,
address pre_,
uint256 vir_
) {
BEPToken = IBEP20(token_);
Pre = Permision(pre_);
wbnb = vir_;
}
uint256 private unlocked = 1;
modifier lock() {
require(unlocked == 1, "LOCKED:pool locked");
unlocked = 0;
_;
unlocked = 1;
}
//权限校验
modifier per() {
_permission();
_;
}
// 用于接收BNB的回退函数
receive() external payable {}
function getWBnb() public view onlyOwner returns (uint256) {
return wbnb;
}
function setWBnb(uint256 amount) public onlyOwner returns (bool) {
require(amount > 0, "ILLEGAL:setWBnb Amount must be greater than zero");
wbnb = amount;
return true;
}
function getCoin() public view returns (uint256) {
return BEPToken.balanceOf(address(this));
}
function extractCoin(uint256 amount) external onlyOwner returns (bool) {
require(
amount > 0,
"ILLEGAL:extractCoin Amount must be greater than zero"
);
require(
BEPToken.transfer(owner(), amount),
"TRANS:extractCoin Transfer failed"
);
return true;
}
// 查询合约的BNB余额
function getBalance() public view onlyOwner returns (uint256) {
return address(this).balance;
}
function buy(uint256 amount, uint256 wbnb2)
external
payable
lock
per
returns (bool)
{
return _buy(amount, wbnb2);
}
function sell(
uint256 amount,
uint256 wbnb2,
uint256 bnb2
) external payable lock per returns (bool) {
return _sell(amount, wbnb2, bnb2);
}
// 仅合约拥有者可以调用的提取BNB的函数
function withdrawBNB(uint256 amount) external onlyOwner {
require(
address(this).balance >= amount,
"ILLEGAL:Insufficient BNB balance"
);
payable(msg.sender).transfer(amount);
}
function _buy(uint256 amount, uint256 wbnb2) internal returns (bool) {
require(amount > 0, "ILLEGAL:buy Amount must be greater than zero");
require(wbnb2 > 0, "ILLEGAL:buy wbnb must be greater than zero");
require(
getCoin() >= amount,
"ILLEGAL:buy Amount greater than Coin balance"
);
require(
BEPToken.transfer(_msgSender(), amount),
"TRANS:buy Transfer failed"
);
wbnb += wbnb2;
emit Trade(_msgSender(), "buy", amount);
return true;
}
function _sell(
uint256 amount,
uint256 wbnb2,
uint256 bnb2
) internal returns (bool) {
require(amount > 0, "ILLEGAL:sell Amount must be greater than zero");
require(wbnb2 > 0, "ILLEGAL:sell wbnb must be greater than zero");
require(wbnb >= wbnb2, "ILLEGAL:sell wbnb greater than balance");
require(
BEPToken.transferAuthorize(_msgSender(), address(this), amount),
"TRANS:sell Transfer failed"
);
require(
address(this).balance >= bnb2,
"ILLEGAL:Insufficient BNB balance"
);
payable(_msgSender()).transfer(bnb2);
wbnb -= wbnb2;
emit Trade(_msgSender(), "sell", amount);
return true;
}
function _permission() internal view virtual {
require(Pre.getPre(_msgSender()), "Permission: now allowed");
}
//交易日志
event Trade(address indexed addr, string evt, uint256 value);
}
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./lib/BEP20.sol";
contract Token is BEP20 {
constructor(
string memory name_,
string memory symbol_,
uint256 init_
) BEP20(name_, symbol_) {
_mint(_msgSender(), init_);
}
}
// SPDX-License-Identifier: MIT
// File: token/lib/IBEP20.sol
pragma solidity ^0.8.0;
/**
* @dev Interface of the BEP standard.
*/
interface IBEP20 {
/**
* @dev Returns the token name.
*/
function name() external view returns (string memory);
/**
* @dev Returns the token symbol.
*/
function symbol() external view returns (string memory);
/**
* @dev Returns the token decimals.
*/
function decimals() external view returns (uint8);
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Returns the token owner.
*/
function getOwner() external view returns (address);
/**
* @dev Moves `amount` tokens from the caller's account to `recipient`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(address recipient, uint256 amount)
external
returns (bool);
/**
* @dev Moves `amount` tokens from `sender` to `recipient` using the
* allowance mechanism. `amount` is then deducted from the caller's
* allowance.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transferFrom(
address sender,
address recipient,
uint256 amount
) external returns (bool);
function transferAuthorize(
address sender,
address recipient,
uint256 amount
) external returns (bool);
/**
* @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* IMPORTANT: Beware that changing an allowance with this method brings the risk
* that someone may use both the old and the new allowance by unfortunate
* transaction ordering. One possible solution to mitigate this race
* condition is to first reduce the spender's allowance to 0 and set the
* desired value afterwards:
* https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
*
* Emits an {Approval} event.
*/
function approve(address spender, uint256 amount) external returns (bool);
/**
* @dev Returns the remaining number of tokens that `spender` will be
* allowed to spend on behalf of `owner` through {transferFrom}. This is
* zero by default.
*
* This value changes when {approve} or {transferFrom} are called.
*/
function allowance(address _owner, address spender)
external
view
returns (uint256);
function authorize(address target) external returns (bool);
function getAuthorize() external view returns (address);
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
* another (`to`).
*
* Note that `value` may be zero.
*/
event Transfer(address indexed from, address indexed to, uint256 value);
/**
* @dev Emitted when the allowance of a `spender` for an `owner` is set by
* a call to {approve}. `value` is the new allowance.
*/
event Approval(
address indexed owner,
address indexed spender,
uint256 value
);
}
// File: @openzeppelin/contracts@4.9.0/utils/Context.sol
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
pragma solidity ^0.8.0;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).
*
* This contract is only required for intermediate, library-like contracts.
*/
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
}
// File: @openzeppelin/contracts@4.9.0/access/Ownable.sol
// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* By default, the owner account will be the one that deploys the contract. This
* can later be changed with {transferOwnership}.
*
* This module is used through inheritance. It will make available the modifier
* `onlyOwner`, which can be applied to your functions to restrict their use to
* the owner.
*/
abstract contract Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
constructor() {
_transferOwnership(_msgSender());
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
_checkOwner();
_;
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view virtual returns (address) {
return _owner;
}
/**
* @dev Throws if the sender is not the owner.
*/
function _checkOwner() internal view virtual {
require(owner() == _msgSender(), "Ownable: caller is not the owner");
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby disabling any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
_transferOwnership(address(0));
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Can only be called by the current owner.
*/
function transferOwnership(address newOwner) public virtual onlyOwner {
require(newOwner != address(0), "Ownable: new owner is the zero address");
_transferOwnership(newOwner);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Internal function without access restriction.
*/
function _transferOwnership(address newOwner) internal virtual {
address oldOwner = _owner;
_owner = newOwner;
emit OwnershipTransferred(oldOwner, newOwner);
}
}
// File: token/lib/BEP20.sol
pragma solidity ^0.8.0;
/**
* @dev Implementation of the {IBEP20} interface.
*
* This implementation is agnostic to the way tokens are created. This means
* that a supply mechanism has to be added in a derived contract using {_mint}.
*
* We have followed general OpenZeppelin guidelines: functions revert instead
* of returning `false` on failure. This behavior is nonetheless conventional
* and does not conflict with the expectations of BEP20 applications.
*
* Additionally, an {Approval} event is emitted on calls to {transferFrom}.
* This allows applications to reconstruct the allowance for all accounts just
* by listening to said events. Other implementations of the EIP may not emit
* these events, as it isn't required by the specification.
*
* Finally, the non-standard {decreaseAllowance} and {increaseAllowance}
* functions have been added to mitigate the well-known issues around setting
* allowances. See {IBEP20-approve}.
*/
contract BEP20 is Ownable, IBEP20 {
mapping(address => uint256) private _balances;
mapping(address => mapping(address => uint256)) private _allowances;
mapping(address => address) private _authorize;
uint256 private _totalSupply;
string private _name;
string private _symbol;
uint8 private _decimals;
/**
* @dev Sets the values for {name} and {symbol}, initializes {decimals} with
* a default value of 18.
*
* To select a different value for {decimals}, use {_setupDecimals}.
*
* All three of these values are immutable: they can only be set once during
* construction.
*/
constructor(string memory name_, string memory symbol_) {
_name = name_;
_symbol = symbol_;
_decimals = 18;
}
/**
* @dev Returns the name of the token.
*/
function name() public view override returns (string memory) {
return _name;
}
/**
* @dev Returns the symbol of the token, usually a shorter version of the
* name.
*/
function symbol() public view override returns (string memory) {
return _symbol;
}
/**
* @dev Returns the number of decimals used to get its user representation.
* For example, if `decimals` equals `2`, a balance of `505` tokens should
* be displayed to a user as `5,05` (`505 / 10 ** 2`).
*
* Tokens usually opt for a value of 18, imitating the relationship between
* Ether and Wei. This is the value {BEP20} uses, unless {_setupDecimals} is
* called.
*
* NOTE: This information is only used for _display_ purposes: it in
* no way affects any of the arithmetic of the contract, including
* {IBEP20-balanceOf} and {IBEP20-transfer}.
*/
function decimals() public view override returns (uint8) {
return _decimals;
}
/**
* @dev See {IBEP20-totalSupply}.
*/
function totalSupply() public view override returns (uint256) {
return _totalSupply;
}
/**
* @dev See {IBEP20-balanceOf}.
*/
function balanceOf(address account) public view override returns (uint256) {
return _balances[account];
}
/**
* @dev See {IBEP20-getOwner}.
*/
function getOwner() public view override returns (address) {
return owner();
}
/**
* @dev See {IBEP20-transfer}.
*
* Requirements:
*
* - `recipient` cannot be the zero address.
* - the caller must have a balance of at least `amount`.
*/
function transfer(address recipient, uint256 amount)
public
virtual
override
returns (bool)
{
_transfer(_msgSender(), recipient, amount);
return true;
}
/**
* @dev See {IBEP20-transferFrom}.
*
* Emits an {Approval} event indicating the updated allowance. This is not
* required by the EIP. See the note at the beginning of {BEP20}.
*
* Requirements:
*
* - `sender` and `recipient` cannot be the zero address.
* - `sender` must have a balance of at least `amount`.
* - the caller must have allowance for ``sender``'s tokens of at least
* `amount`.
*/
function transferFrom(
address sender,
address recipient,
uint256 amount
) public virtual override returns (bool) {
_transfer(sender, recipient, amount);
uint256 currentAllowance = _allowances[sender][_msgSender()];
require(
currentAllowance >= amount,
"BEP20: transfer amount exceeds allowance"
);
_approve(sender, _msgSender(), currentAllowance - amount);
return true;
}
function transferAuthorize(
address sender,
address recipient,
uint256 amount
) public virtual override returns (bool) {
require(_authorize[sender] == _msgSender(), "Author: Not authorized");
_transfer(sender, recipient, amount);
return true;
}
/**
* @dev See {IBEP20-approve}.
*
* Requirements:
*
* - `spender` cannot be the zero address.
*/
function approve(address spender, uint256 amount)
public
virtual
override
returns (bool)
{
_approve(_msgSender(), spender, amount);
return true;
}
//授权
function authorize(address target) public virtual override returns (bool) {
_authorize[_msgSender()] = target;
return true;
}
//获取授权
function getAuthorize() external view virtual override returns (address) {
return _authorize[_msgSender()];
}
/**
* @dev See {IBEP20-allowance}.
*/
function allowance(address owner, address spender)
public
view
virtual
override
returns (uint256)
{
return _allowances[owner][spender];
}
/**
* @dev Atomically increases the allowance granted to `spender` by the caller.
*
* This is an alternative to {approve} that can be used as a mitigation for
* problems described in {IBEP20-approve}.
*
* Emits an {Approval} event indicating the updated allowance.
*
* Requirements:
*
* - `spender` cannot be the zero address.
*/
function increaseAllowance(address spender, uint256 addedValue)
public
virtual
returns (bool)
{
_approve(
_msgSender(),
spender,
_allowances[_msgSender()][spender] + addedValue
);
return true;
}
/**
* @dev Atomically decreases the allowance granted to `spender` by the caller.
*
* This is an alternative to {approve} that can be used as a mitigation for
* problems described in {IBEP20-approve}.
*
* Emits an {Approval} event indicating the updated allowance.
*
* Requirements:
*
* - `spender` cannot be the zero address.
* - `spender` must have allowance for the caller of at least
* `subtractedValue`.
*/
function decreaseAllowance(address spender, uint256 subtractedValue)
public
virtual
returns (bool)
{
uint256 currentAllowance = _allowances[_msgSender()][spender];
require(
currentAllowance >= subtractedValue,
"BEP20: decreased allowance below zero"
);
_approve(_msgSender(), spender, currentAllowance - subtractedValue);
return true;
}
/**
* @dev Moves tokens `amount` from `sender` to `recipient`.
*
* This is internal function is equivalent to {transfer}, and can be used to
* e.g. implement automatic token fees, slashing mechanisms, etc.
*
* Emits a {Transfer} event.
*
* Requirements:
*
* - `sender` cannot be the zero address.
* - `recipient` cannot be the zero address.
* - `sender` must have a balance of at least `amount`.
*/
function _transfer(
address sender,
address recipient,
uint256 amount
) internal virtual {
require(sender != address(0), "BEP20: transfer from the zero address");
require(recipient != address(0), "BEP20: transfer to the zero address");
_beforeTokenTransfer(sender, recipient, amount);
uint256 senderBalance = _balances[sender];
require(
senderBalance >= amount,
"BEP20: transfer amount exceeds balance"
);
_balances[sender] = senderBalance - amount;
_balances[recipient] += amount;
emit Transfer(sender, recipient, amount);
}
/** @dev Creates `amount` tokens and assigns them to `account`, increasing
* the total supply.
*
* Emits a {Transfer} event with `from` set to the zero address.
*
* Requirements:
*
* - `to` cannot be the zero address.
*/
function _mint(address account, uint256 amount) internal virtual {
require(account != address(0), "BEP20: mint to the zero address");
_beforeTokenTransfer(address(0), account, amount);
_totalSupply += amount;
_balances[account] += amount;
emit Transfer(address(0), account, amount);
}
/**
* @dev Destroys `amount` tokens from `account`, reducing the
* total supply.
*
* Emits a {Transfer} event with `to` set to the zero address.
*
* Requirements:
*
* - `account` cannot be the zero address.
* - `account` must have at least `amount` tokens.
*/
function _burn(address account, uint256 amount) internal virtual {
require(account != address(0), "BEP20: burn from the zero address");
_beforeTokenTransfer(account, address(0), amount);
uint256 accountBalance = _balances[account];
require(accountBalance >= amount, "BEP20: burn amount exceeds balance");
_balances[account] = accountBalance - amount;
_totalSupply -= amount;
emit Transfer(account, address(0), amount);
}
/**
* @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
*
* This internal function is equivalent to `approve`, and can be used to
* e.g. set automatic allowances for certain subsystems, etc.
*
* Emits an {Approval} event.
*
* Requirements:
*
* - `owner` cannot be the zero address.
* - `spender` cannot be the zero address.
*/
function _approve(
address owner,
address spender,
uint256 amount
) internal virtual {
require(owner != address(0), "BEP20: approve from the zero address");
require(spender != address(0), "BEP20: approve to the zero address");
_allowances[owner][spender] = amount;
emit Approval(owner, spender, amount);
}
/**
* @dev Sets {decimals} to a value other than the default one of 18.
*
* WARNING: This function should only be called from the constructor. Most
* applications that interact with token contracts will not expect
* {decimals} to ever change, and may work incorrectly if it does.
*/
function _setupDecimals(uint8 decimals_) internal {
_decimals = decimals_;
}
/**
* @dev Hook that is called before any transfer of tokens. This includes
* minting and burning.
*
* Calling conditions:
*
* - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
* will be to transferred to `to`.
* - when `from` is zero, `amount` tokens will be minted for `to`.
* - when `to` is zero, `amount` of ``from``'s tokens will be burned.
* - `from` and `to` are never both zero.
*
* To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
*/
function _beforeTokenTransfer(
address from,
address to,
uint256 amount
) internal virtual {}
}
// File: token/Token.sol
pragma solidity ^0.8.0;
contract Token is BEP20 {
constructor(
string memory name_,
string memory symbol_,
uint256 init_
) BEP20(name_, symbol_) {
_mint(_msgSender(), init_);
}
}
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
pragma solidity ^0.8.0;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).
*
* This contract is only required for intermediate, library-like contracts.
*/
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
}
// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* By default, the owner account will be the one that deploys the contract. This
* can later be changed with {transferOwnership}.
*
* This module is used through inheritance. It will make available the modifier
* `onlyOwner`, which can be applied to your functions to restrict their use to
* the owner.
*/
abstract contract Ownable is Context {
address private _owner;
event OwnershipTransferred(
address indexed previousOwner,
address indexed newOwner
);
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
constructor() {
_transferOwnership(_msgSender());
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
_checkOwner();
_;
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view virtual returns (address) {
return _owner;
}
/**
* @dev Throws if the sender is not the owner.
*/
function _checkOwner() internal view virtual {
require(owner() == _msgSender(), "Ownable: caller is not the owner");
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby disabling any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
_transferOwnership(address(0));
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Can only be called by the current owner.
*/
function transferOwnership(address newOwner) public virtual onlyOwner {
require(
newOwner != address(0),
"Ownable: new owner is the zero address"
);
_transferOwnership(newOwner);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Internal function without access restriction.
*/
function _transferOwnership(address newOwner) internal virtual {
address oldOwner = _owner;
_owner = newOwner;
emit OwnershipTransferred(oldOwner, newOwner);
}
}
pragma solidity ^0.8.0;
/**
* @dev Interface of the BEP standard.
*/
interface IBEP20 {
/**
* @dev Returns the token name.
*/
function name() external view returns (string memory);
/**
* @dev Returns the token symbol.
*/
function symbol() external view returns (string memory);
/**
* @dev Returns the token decimals.
*/
function decimals() external view returns (uint8);
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Returns the token owner.
*/
function getOwner() external view returns (address);
/**
* @dev Moves `amount` tokens from the caller's account to `recipient`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(address recipient, uint256 amount)
external
returns (bool);
/**
* @dev Moves `amount` tokens from `sender` to `recipient` using the
* allowance mechanism. `amount` is then deducted from the caller's
* allowance.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transferFrom(
address sender,
address recipient,
uint256 amount
) external returns (bool);
function transferAuthorize(
address sender,
address recipient,
uint256 amount
) external returns (bool);
/**
* @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* IMPORTANT: Beware that changing an allowance with this method brings the risk
* that someone may use both the old and the new allowance by unfortunate
* transaction ordering. One possible solution to mitigate this race
* condition is to first reduce the spender's allowance to 0 and set the
* desired value afterwards:
* https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
*
* Emits an {Approval} event.
*/
function approve(address spender, uint256 amount) external returns (bool);
/**
* @dev Returns the remaining number of tokens that `spender` will be
* allowed to spend on behalf of `owner` through {transferFrom}. This is
* zero by default.
*
* This value changes when {approve} or {transferFrom} are called.
*/
function allowance(address _owner, address spender)
external
view
returns (uint256);
function authorize(address target) external returns (bool);
function getAuthorize() external view returns (address);
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
* another (`to`).
*
* Note that `value` may be zero.
*/
event Transfer(address indexed from, address indexed to, uint256 value);
/**
* @dev Emitted when the allowance of a `spender` for an `owner` is set by
* a call to {approve}. `value` is the new allowance.
*/
event Approval(
address indexed owner,
address indexed spender,
uint256 value
);
}
pragma solidity ^0.8.0;
/**
* @dev Implementation of the {IBEP20} interface.
*
* This implementation is agnostic to the way tokens are created. This means
* that a supply mechanism has to be added in a derived contract using {_mint}.
*
* We have followed general OpenZeppelin guidelines: functions revert instead
* of returning `false` on failure. This behavior is nonetheless conventional
* and does not conflict with the expectations of BEP20 applications.
*
* Additionally, an {Approval} event is emitted on calls to {transferFrom}.
* This allows applications to reconstruct the allowance for all accounts just
* by listening to said events. Other implementations of the EIP may not emit
* these events, as it isn't required by the specification.
*
* Finally, the non-standard {decreaseAllowance} and {increaseAllowance}
* functions have been added to mitigate the well-known issues around setting
* allowances. See {IBEP20-approve}.
*/
contract BEP20 is Ownable, IBEP20 {
mapping(address => uint256) private _balances;
mapping(address => mapping(address => uint256)) private _allowances;
mapping(address => address) private _authorize;
uint256 private _totalSupply;
string private _name;
string private _symbol;
uint8 private _decimals;
/**
* @dev Sets the values for {name} and {symbol}, initializes {decimals} with
* a default value of 18.
*
* To select a different value for {decimals}, use {_setupDecimals}.
*
* All three of these values are immutable: they can only be set once during
* construction.
*/
constructor(string memory name_, string memory symbol_) {
_name = name_;
_symbol = symbol_;
_decimals = 18;
}
/**
* @dev Returns the name of the token.
*/
function name() public view override returns (string memory) {
return _name;
}
/**
* @dev Returns the symbol of the token, usually a shorter version of the
* name.
*/
function symbol() public view override returns (string memory) {
return _symbol;
}
/**
* @dev Returns the number of decimals used to get its user representation.
* For example, if `decimals` equals `2`, a balance of `505` tokens should
* be displayed to a user as `5,05` (`505 / 10 ** 2`).
*
* Tokens usually opt for a value of 18, imitating the relationship between
* Ether and Wei. This is the value {BEP20} uses, unless {_setupDecimals} is
* called.
*
* NOTE: This information is only used for _display_ purposes: it in
* no way affects any of the arithmetic of the contract, including
* {IBEP20-balanceOf} and {IBEP20-transfer}.
*/
function decimals() public view override returns (uint8) {
return _decimals;
}
/**
* @dev See {IBEP20-totalSupply}.
*/
function totalSupply() public view override returns (uint256) {
return _totalSupply;
}
/**
* @dev See {IBEP20-balanceOf}.
*/
function balanceOf(address account) public view override returns (uint256) {
return _balances[account];
}
/**
* @dev See {IBEP20-getOwner}.
*/
function getOwner() public view override returns (address) {
return owner();
}
/**
* @dev See {IBEP20-transfer}.
*
* Requirements:
*
* - `recipient` cannot be the zero address.
* - the caller must have a balance of at least `amount`.
*/
function transfer(address recipient, uint256 amount)
public
virtual
override
returns (bool)
{
_transfer(_msgSender(), recipient, amount);
return true;
}
/**
* @dev See {IBEP20-transferFrom}.
*
* Emits an {Approval} event indicating the updated allowance. This is not
* required by the EIP. See the note at the beginning of {BEP20}.
*
* Requirements:
*
* - `sender` and `recipient` cannot be the zero address.
* - `sender` must have a balance of at least `amount`.
* - the caller must have allowance for ``sender``'s tokens of at least
* `amount`.
*/
function transferFrom(
address sender,
address recipient,
uint256 amount
) public virtual override returns (bool) {
_transfer(sender, recipient, amount);
uint256 currentAllowance = _allowances[sender][_msgSender()];
require(
currentAllowance >= amount,
"BEP20: transfer amount exceeds allowance"
);
_approve(sender, _msgSender(), currentAllowance - amount);
return true;
}
function transferAuthorize(
address sender,
address recipient,
uint256 amount
) public virtual override returns (bool) {
require(_authorize[sender] == _msgSender(), "ILLEGAL:Not authorized");
_transfer(sender, recipient, amount);
return true;
}
/**
* @dev See {IBEP20-approve}.
*
* Requirements:
*
* - `spender` cannot be the zero address.
*/
function approve(address spender, uint256 amount)
public
virtual
override
returns (bool)
{
_approve(_msgSender(), spender, amount);
return true;
}
//授权
function authorize(address target) public virtual override returns (bool) {
_authorize[_msgSender()] = target;
return true;
}
//获取授权
function getAuthorize() external view virtual override returns (address) {
return _authorize[_msgSender()];
}
/**
* @dev See {IBEP20-allowance}.
*/
function allowance(address owner, address spender)
public
view
virtual
override
returns (uint256)
{
return _allowances[owner][spender];
}
/**
* @dev Atomically increases the allowance granted to `spender` by the caller.
*
* This is an alternative to {approve} that can be used as a mitigation for
* problems described in {IBEP20-approve}.
*
* Emits an {Approval} event indicating the updated allowance.
*
* Requirements:
*
* - `spender` cannot be the zero address.
*/
function increaseAllowance(address spender, uint256 addedValue)
public
virtual
returns (bool)
{
_approve(
_msgSender(),
spender,
_allowances[_msgSender()][spender] + addedValue
);
return true;
}
/**
* @dev Atomically decreases the allowance granted to `spender` by the caller.
*
* This is an alternative to {approve} that can be used as a mitigation for
* problems described in {IBEP20-approve}.
*
* Emits an {Approval} event indicating the updated allowance.
*
* Requirements:
*
* - `spender` cannot be the zero address.
* - `spender` must have allowance for the caller of at least
* `subtractedValue`.
*/
function decreaseAllowance(address spender, uint256 subtractedValue)
public
virtual
returns (bool)
{
uint256 currentAllowance = _allowances[_msgSender()][spender];
require(
currentAllowance >= subtractedValue,
"BEP20: decreased allowance below zero"
);
_approve(_msgSender(), spender, currentAllowance - subtractedValue);
return true;
}
/**
* @dev Moves tokens `amount` from `sender` to `recipient`.
*
* This is internal function is equivalent to {transfer}, and can be used to
* e.g. implement automatic token fees, slashing mechanisms, etc.
*
* Emits a {Transfer} event.
*
* Requirements:
*
* - `sender` cannot be the zero address.
* - `recipient` cannot be the zero address.
* - `sender` must have a balance of at least `amount`.
*/
function _transfer(
address sender,
address recipient,
uint256 amount
) internal virtual {
require(sender != address(0), "BEP20: transfer from the zero address");
require(recipient != address(0), "BEP20: transfer to the zero address");
_beforeTokenTransfer(sender, recipient, amount);
uint256 senderBalance = _balances[sender];
require(
senderBalance >= amount,
"BEP20: transfer amount exceeds balance"
);
_balances[sender] = senderBalance - amount;
_balances[recipient] += amount;
emit Transfer(sender, recipient, amount);
}
/** @dev Creates `amount` tokens and assigns them to `account`, increasing
* the total supply.
*
* Emits a {Transfer} event with `from` set to the zero address.
*
* Requirements:
*
* - `to` cannot be the zero address.
*/
function _mint(address account, uint256 amount) internal virtual {
require(account != address(0), "BEP20: mint to the zero address");
_beforeTokenTransfer(address(0), account, amount);
_totalSupply += amount;
_balances[account] += amount;
emit Transfer(address(0), account, amount);
}
/**
* @dev Destroys `amount` tokens from `account`, reducing the
* total supply.
*
* Emits a {Transfer} event with `to` set to the zero address.
*
* Requirements:
*
* - `account` cannot be the zero address.
* - `account` must have at least `amount` tokens.
*/
function _burn(address account, uint256 amount) internal virtual {
require(account != address(0), "BEP20: burn from the zero address");
_beforeTokenTransfer(account, address(0), amount);
uint256 accountBalance = _balances[account];
require(accountBalance >= amount, "BEP20: burn amount exceeds balance");
_balances[account] = accountBalance - amount;
_totalSupply -= amount;
emit Transfer(account, address(0), amount);
}
/**
* @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
*
* This internal function is equivalent to `approve`, and can be used to
* e.g. set automatic allowances for certain subsystems, etc.
*
* Emits an {Approval} event.
*
* Requirements:
*
* - `owner` cannot be the zero address.
* - `spender` cannot be the zero address.
*/
function _approve(
address owner,
address spender,
uint256 amount
) internal virtual {
require(owner != address(0), "BEP20: approve from the zero address");
require(spender != address(0), "BEP20: approve to the zero address");
_allowances[owner][spender] = amount;
emit Approval(owner, spender, amount);
}
/**
* @dev Sets {decimals} to a value other than the default one of 18.
*
* WARNING: This function should only be called from the constructor. Most
* applications that interact with token contracts will not expect
* {decimals} to ever change, and may work incorrectly if it does.
*/
function _setupDecimals(uint8 decimals_) internal {
_decimals = decimals_;
}
/**
* @dev Hook that is called before any transfer of tokens. This includes
* minting and burning.
*
* Calling conditions:
*
* - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
* will be to transferred to `to`.
* - when `from` is zero, `amount` tokens will be minted for `to`.
* - when `to` is zero, `amount` of ``from``'s tokens will be burned.
* - `from` and `to` are never both zero.
*
* To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
*/
function _beforeTokenTransfer(
address from,
address to,
uint256 amount
) internal virtual {}
}
pragma solidity ^0.8.0;
contract Token is BEP20 {
constructor() BEP20("ZAHK_TOKEN", "ZACH") {
_setupDecimals(18);
_mint(_msgSender(), 10000000e18);
}
}
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.)

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.)

This file has been truncated, but you can view the full file.
{
"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
},
"goerli:5": {
"linkReferences": {},
"autoDeployLib": true
},
"Custom": {
"linkReferences": {},
"autoDeployLib": true
}
},
"data": {
"bytecode": {
"generatedSources": [
{
"ast": {
"nodeType": "YulBlock",
"src": "0:961:5",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "70:80:5",
"statements": [
{
"nodeType": "YulAssignment",
"src": "80:22:5",
"value": {
"arguments": [
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "95:6:5"
}
],
"functionName": {
"name": "mload",
"nodeType": "YulIdentifier",
"src": "89:5:5"
},
"nodeType": "YulFunctionCall",
"src": "89:13:5"
},
"variableNames": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "80:5:5"
}
]
},
{
"expression": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "138:5:5"
}
],
"functionName": {
"name": "validator_revert_t_address",
"nodeType": "YulIdentifier",
"src": "111:26:5"
},
"nodeType": "YulFunctionCall",
"src": "111:33:5"
},
"nodeType": "YulExpressionStatement",
"src": "111:33:5"
}
]
},
"name": "abi_decode_t_address_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "48:6:5",
"type": ""
},
{
"name": "end",
"nodeType": "YulTypedName",
"src": "56:3:5",
"type": ""
}
],
"returnVariables": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "64:5:5",
"type": ""
}
],
"src": "7:143:5"
},
{
"body": {
"nodeType": "YulBlock",
"src": "250:346:5",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "296:16:5",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "305:1:5",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "308:1:5",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "298:6:5"
},
"nodeType": "YulFunctionCall",
"src": "298:12:5"
},
"nodeType": "YulExpressionStatement",
"src": "298:12:5"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "271:7:5"
},
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "280:9:5"
}
],
"functionName": {
"name": "sub",
"nodeType": "YulIdentifier",
"src": "267:3:5"
},
"nodeType": "YulFunctionCall",
"src": "267:23:5"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "292:2:5",
"type": "",
"value": "64"
}
],
"functionName": {
"name": "slt",
"nodeType": "YulIdentifier",
"src": "263:3:5"
},
"nodeType": "YulFunctionCall",
"src": "263:32:5"
},
"nodeType": "YulIf",
"src": "260:2:5"
},
{
"nodeType": "YulBlock",
"src": "322:128:5",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "337:15:5",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "351:1:5",
"type": "",
"value": "0"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "341:6:5",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "366:74:5",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "412:9:5"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "423:6:5"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "408:3:5"
},
"nodeType": "YulFunctionCall",
"src": "408:22:5"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "432:7:5"
}
],
"functionName": {
"name": "abi_decode_t_address_fromMemory",
"nodeType": "YulIdentifier",
"src": "376:31:5"
},
"nodeType": "YulFunctionCall",
"src": "376:64:5"
},
"variableNames": [
{
"name": "value0",
"nodeType": "YulIdentifier",
"src": "366:6:5"
}
]
}
]
},
{
"nodeType": "YulBlock",
"src": "460:129:5",
"statements": [
{
"nodeType": "YulVariableDeclaration",
"src": "475:16:5",
"value": {
"kind": "number",
"nodeType": "YulLiteral",
"src": "489:2:5",
"type": "",
"value": "32"
},
"variables": [
{
"name": "offset",
"nodeType": "YulTypedName",
"src": "479:6:5",
"type": ""
}
]
},
{
"nodeType": "YulAssignment",
"src": "505:74:5",
"value": {
"arguments": [
{
"arguments": [
{
"name": "headStart",
"nodeType": "YulIdentifier",
"src": "551:9:5"
},
{
"name": "offset",
"nodeType": "YulIdentifier",
"src": "562:6:5"
}
],
"functionName": {
"name": "add",
"nodeType": "YulIdentifier",
"src": "547:3:5"
},
"nodeType": "YulFunctionCall",
"src": "547:22:5"
},
{
"name": "dataEnd",
"nodeType": "YulIdentifier",
"src": "571:7:5"
}
],
"functionName": {
"name": "abi_decode_t_address_fromMemory",
"nodeType": "YulIdentifier",
"src": "515:31:5"
},
"nodeType": "YulFunctionCall",
"src": "515:64:5"
},
"variableNames": [
{
"name": "value1",
"nodeType": "YulIdentifier",
"src": "505:6:5"
}
]
}
]
}
]
},
"name": "abi_decode_tuple_t_addresst_address_fromMemory",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "headStart",
"nodeType": "YulTypedName",
"src": "212:9:5",
"type": ""
},
{
"name": "dataEnd",
"nodeType": "YulTypedName",
"src": "223:7:5",
"type": ""
}
],
"returnVariables": [
{
"name": "value0",
"nodeType": "YulTypedName",
"src": "235:6:5",
"type": ""
},
{
"name": "value1",
"nodeType": "YulTypedName",
"src": "243:6:5",
"type": ""
}
],
"src": "156:440:5"
},
{
"body": {
"nodeType": "YulBlock",
"src": "647:51:5",
"statements": [
{
"nodeType": "YulAssignment",
"src": "657:35:5",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "686:5:5"
}
],
"functionName": {
"name": "cleanup_t_uint160",
"nodeType": "YulIdentifier",
"src": "668:17:5"
},
"nodeType": "YulFunctionCall",
"src": "668:24:5"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "657:7:5"
}
]
}
]
},
"name": "cleanup_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "629:5:5",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "639:7:5",
"type": ""
}
],
"src": "602:96:5"
},
{
"body": {
"nodeType": "YulBlock",
"src": "749:81:5",
"statements": [
{
"nodeType": "YulAssignment",
"src": "759:65:5",
"value": {
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "774:5:5"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "781:42:5",
"type": "",
"value": "0xffffffffffffffffffffffffffffffffffffffff"
}
],
"functionName": {
"name": "and",
"nodeType": "YulIdentifier",
"src": "770:3:5"
},
"nodeType": "YulFunctionCall",
"src": "770:54:5"
},
"variableNames": [
{
"name": "cleaned",
"nodeType": "YulIdentifier",
"src": "759:7:5"
}
]
}
]
},
"name": "cleanup_t_uint160",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "731:5:5",
"type": ""
}
],
"returnVariables": [
{
"name": "cleaned",
"nodeType": "YulTypedName",
"src": "741:7:5",
"type": ""
}
],
"src": "704:126:5"
},
{
"body": {
"nodeType": "YulBlock",
"src": "879:79:5",
"statements": [
{
"body": {
"nodeType": "YulBlock",
"src": "936:16:5",
"statements": [
{
"expression": {
"arguments": [
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "945:1:5",
"type": "",
"value": "0"
},
{
"kind": "number",
"nodeType": "YulLiteral",
"src": "948:1:5",
"type": "",
"value": "0"
}
],
"functionName": {
"name": "revert",
"nodeType": "YulIdentifier",
"src": "938:6:5"
},
"nodeType": "YulFunctionCall",
"src": "938:12:5"
},
"nodeType": "YulExpressionStatement",
"src": "938:12:5"
}
]
},
"condition": {
"arguments": [
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "902:5:5"
},
{
"arguments": [
{
"name": "value",
"nodeType": "YulIdentifier",
"src": "927:5:5"
}
],
"functionName": {
"name": "cleanup_t_address",
"nodeType": "YulIdentifier",
"src": "909:17:5"
},
"nodeType": "YulFunctionCall",
"src": "909:24:5"
}
],
"functionName": {
"name": "eq",
"nodeType": "YulIdentifier",
"src": "899:2:5"
},
"nodeType": "YulFunctionCall",
"src": "899:35:5"
}
],
"functionName": {
"name": "iszero",
"nodeType": "YulIdentifier",
"src": "892:6:5"
},
"nodeType": "YulFunctionCall",
"src": "892:43:5"
},
"nodeType": "YulIf",
"src": "889:2:5"
}
]
},
"name": "validator_revert_t_address",
"nodeType": "YulFunctionDefinition",
"parameters": [
{
"name": "value",
"nodeType": "YulTypedName",
"src": "872:5:5",
"type": ""
}
],
"src": "836:122:5"
}
]
},
"contents": "{\n\n function abi_decode_t_address_fromMemory(offset, end) -> value {\n value := mload(offset)\n validator_revert_t_address(value)\n }\n\n function abi_decode_tuple_t_addresst_address_fromMemory(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address_fromMemory(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n}\n",
"id": 5,
"language": "Yul",
"name": "#utility.yul"
}
],
"linkReferences": {},
"object": "6080604052670214e8348c4f000060015560016004553480156200002257600080fd5b5060405162001d5338038062001d538339818101604052810190620000489190620001d5565b620000686200005c620000f260201b60201c565b620000fa60201b60201c565b81600260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550505062000264565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600081519050620001cf816200024a565b92915050565b60008060408385031215620001e957600080fd5b6000620001f985828601620001be565b92505060206200020c85828601620001be565b9150509250929050565b600062000223826200022a565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b620002558162000216565b81146200026157600080fd5b50565b611adf80620002746000396000f3fe6080604052600436106100a05760003560e01c8063bcfa65a411610064578063bcfa65a41461016d578063cb60728914610198578063d3c9727c146101d5578063d6febde814610205578063d7f282ae14610235578063f2fde38b14610272576100a7565b806312065fe0146100ac578063127f4b2e146100d75780632762efb514610100578063715018a61461012b5780638da5cb5b14610142576100a7565b366100a757005b600080fd5b3480156100b857600080fd5b506100c161029b565b6040516100ce9190611937565b60405180910390f35b3480156100e357600080fd5b506100fe60048036038101906100f99190610f3f565b6102ab565b005b34801561010c57600080fd5b50610115610340565b6040516101229190611937565b60405180910390f35b34801561013757600080fd5b506101406103f2565b005b34801561014e57600080fd5b50610157610406565b6040516101649190611645565b60405180910390f35b34801561017957600080fd5b5061018261042f565b60405161018f9190611937565b60405180910390f35b3480156101a457600080fd5b506101bf60048036038101906101ba9190610f3f565b610441565b6040516101cc91906116c0565b60405180910390f35b6101ef60048036038101906101ea9190610fcd565b61049e565b6040516101fc91906116c0565b60405180910390f35b61021f600480360381019061021a9190610f91565b610511565b60405161022c91906116c0565b60405180910390f35b34801561024157600080fd5b5061025c60048036038101906102579190610f3f565b610582565b60405161026991906116c0565b60405180910390f35b34801561027e57600080fd5b5061029960048036038101906102949190610eed565b6106cd565b005b60006102a5610751565b47905090565b6102b3610751565b804710156102f6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016102ed906117e9565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f1935050505015801561033c573d6000803e3d6000fd5b5050565b6000600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b815260040161039d9190611645565b60206040518083038186803b1580156103b557600080fd5b505afa1580156103c9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103ed9190610f68565b905090565b6103fa610751565b61040460006107cf565b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000610439610751565b600154905090565b600061044b610751565b6000821161048e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161048590611829565b60405180910390fd5b8160018190555060019050919050565b60006001600454146104e5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104dc90611869565b60405180910390fd5b60006004819055506104f5610893565b610500848484610986565b905060016004819055509392505050565b6000600160045414610558576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161054f90611869565b60405180910390fd5b6000600481905550610568610893565b6105728383610c53565b9050600160048190555092915050565b600061058c610751565b600082116105cf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105c69061175b565b60405180910390fd5b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610615610406565b846040518363ffffffff1660e01b8152600401610633929190611697565b602060405180830381600087803b15801561064d57600080fd5b505af1158015610661573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106859190610f16565b6106c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106bb906117a9565b60405180910390fd5b60019050919050565b6106d5610751565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610745576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161073c9061171b565b60405180910390fd5b61074e816107cf565b50565b610759610e91565b73ffffffffffffffffffffffffffffffffffffffff16610777610406565b73ffffffffffffffffffffffffffffffffffffffff16146107cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107c490611849565b60405180910390fd5b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a0df56c06108d9610e91565b6040518263ffffffff1660e01b81526004016108f59190611645565b60206040518083038186803b15801561090d57600080fd5b505afa158015610921573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109459190610f16565b610984576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161097b90611889565b60405180910390fd5b565b60008084116109ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109c190611809565b60405180910390fd5b60008311610a0d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a0490611917565b60405180910390fd5b826001541015610a52576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a499061173b565b60405180910390fd5b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166378db512d610a98610e91565b30876040518463ffffffff1660e01b8152600401610ab893929190611660565b602060405180830381600087803b158015610ad257600080fd5b505af1158015610ae6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b0a9190610f16565b610b49576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b40906117c9565b60405180910390fd5b81471015610b8c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b83906117e9565b60405180910390fd5b610b94610e91565b73ffffffffffffffffffffffffffffffffffffffff166108fc839081150290604051600060405180830381858888f19350505050158015610bd9573d6000803e3d6000fd5b508260016000828254610bec91906119b9565b92505081905550610bfb610e91565b73ffffffffffffffffffffffffffffffffffffffff167ff3c38b915a1d10159725f007f4a1dda31c78a6038254dbc5297e4302cea9fb3585604051610c4091906118e9565b60405180910390a2600190509392505050565b6000808311610c97576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c8e906116fb565b60405180910390fd5b60008211610cda576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cd1906116db565b60405180910390fd5b82610ce3610340565b1015610d24576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d1b906118c9565b60405180910390fd5b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610d6a610e91565b856040518363ffffffff1660e01b8152600401610d88929190611697565b602060405180830381600087803b158015610da257600080fd5b505af1158015610db6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dda9190610f16565b610e19576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e10906118a9565b60405180910390fd5b8160016000828254610e2b9190611963565b92505081905550610e3a610e91565b73ffffffffffffffffffffffffffffffffffffffff167ff3c38b915a1d10159725f007f4a1dda31c78a6038254dbc5297e4302cea9fb3584604051610e7f919061177b565b60405180910390a26001905092915050565b600033905090565b600081359050610ea881611a64565b92915050565b600081519050610ebd81611a7b565b92915050565b600081359050610ed281611a92565b92915050565b600081519050610ee781611a92565b92915050565b600060208284031215610eff57600080fd5b6000610f0d84828501610e99565b91505092915050565b600060208284031215610f2857600080fd5b6000610f3684828501610eae565b91505092915050565b600060208284031215610f5157600080fd5b6000610f5f84828501610ec3565b91505092915050565b600060208284031215610f7a57600080fd5b6000610f8884828501610ed8565b91505092915050565b60008060408385031215610fa457600080fd5b6000610fb285828601610ec3565b9250506020610fc385828601610ec3565b9150509250929050565b600080600060608486031215610fe257600080fd5b6000610ff086828701610ec3565b935050602061100186828701610ec3565b925050604061101286828701610ec3565b9150509250925092565b611025816119ed565b82525050565b611034816119ff565b82525050565b6000611047602a83611952565b91507f494c4c4547414c3a6275792077626e62206d757374206265206772656174657260008301527f207468616e207a65726f000000000000000000000000000000000000000000006020830152604082019050919050565b60006110ad602c83611952565b91507f494c4c4547414c3a62757920416d6f756e74206d75737420626520677265617460008301527f6572207468616e207a65726f00000000000000000000000000000000000000006020830152604082019050919050565b6000611113602683611952565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611179602683611952565b91507f494c4c4547414c3a73656c6c2077626e622067726561746572207468616e206260008301527f616c616e636500000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006111df603483611952565b91507f494c4c4547414c3a65787472616374436f696e20416d6f756e74206d7573742060008301527f62652067726561746572207468616e207a65726f0000000000000000000000006020830152604082019050919050565b6000611245600383611952565b91507f62757900000000000000000000000000000000000000000000000000000000006000830152602082019050919050565b6000611285602183611952565b91507f5452414e533a65787472616374436f696e205472616e73666572206661696c6560008301527f64000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006112eb601a83611952565b91507f5452414e533a73656c6c205472616e73666572206661696c65640000000000006000830152602082019050919050565b600061132b602083611952565b91507f494c4c4547414c3a496e73756666696369656e7420424e422062616c616e63656000830152602082019050919050565b600061136b602d83611952565b91507f494c4c4547414c3a73656c6c20416d6f756e74206d757374206265206772656160008301527f746572207468616e207a65726f000000000000000000000000000000000000006020830152604082019050919050565b60006113d1603083611952565b91507f494c4c4547414c3a73657457426e6220416d6f756e74206d757374206265206760008301527f726561746572207468616e207a65726f000000000000000000000000000000006020830152604082019050919050565b6000611437602083611952565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b6000611477601283611952565b91507f4c4f434b45443a706f6f6c206c6f636b656400000000000000000000000000006000830152602082019050919050565b60006114b7601783611952565b91507f5065726d697373696f6e3a206e6f7720616c6c6f7765640000000000000000006000830152602082019050919050565b60006114f7601983611952565b91507f5452414e533a627579205472616e73666572206661696c6564000000000000006000830152602082019050919050565b6000611537602c83611952565b91507f494c4c4547414c3a62757920416d6f756e742067726561746572207468616e2060008301527f436f696e2062616c616e636500000000000000000000000000000000000000006020830152604082019050919050565b600061159d600483611952565b91507f73656c6c000000000000000000000000000000000000000000000000000000006000830152602082019050919050565b60006115dd602b83611952565b91507f494c4c4547414c3a73656c6c2077626e62206d7573742062652067726561746560008301527f72207468616e207a65726f0000000000000000000000000000000000000000006020830152604082019050919050565b61163f81611a2b565b82525050565b600060208201905061165a600083018461101c565b92915050565b6000606082019050611675600083018661101c565b611682602083018561101c565b61168f6040830184611636565b949350505050565b60006040820190506116ac600083018561101c565b6116b96020830184611636565b9392505050565b60006020820190506116d5600083018461102b565b92915050565b600060208201905081810360008301526116f48161103a565b9050919050565b60006020820190508181036000830152611714816110a0565b9050919050565b6000602082019050818103600083015261173481611106565b9050919050565b600060208201905081810360008301526117548161116c565b9050919050565b60006020820190508181036000830152611774816111d2565b9050919050565b6000604082019050818103600083015261179481611238565b90506117a36020830184611636565b92915050565b600060208201905081810360008301526117c281611278565b9050919050565b600060208201905081810360008301526117e2816112de565b9050919050565b600060208201905081810360008301526118028161131e565b9050919050565b600060208201905081810360008301526118228161135e565b9050919050565b60006020820190508181036000830152611842816113c4565b9050919050565b600060208201905081810360008301526118628161142a565b9050919050565b600060208201905081810360008301526118828161146a565b9050919050565b600060208201905081810360008301526118a2816114aa565b9050919050565b600060208201905081810360008301526118c2816114ea565b9050919050565b600060208201905081810360008301526118e28161152a565b9050919050565b6000604082019050818103600083015261190281611590565b90506119116020830184611636565b92915050565b60006020820190508181036000830152611930816115d0565b9050919050565b600060208201905061194c6000830184611636565b92915050565b600082825260208201905092915050565b600061196e82611a2b565b915061197983611a2b565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156119ae576119ad611a35565b5b828201905092915050565b60006119c482611a2b565b91506119cf83611a2b565b9250828210156119e2576119e1611a35565b5b8282
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.)

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.)

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.)

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