@0xweb/hardhat 0.1.34 → 0.1.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +0,0 @@
1
- {"id":"c1643630dd28520b4bf816afd2347880","_format":"hh-sol-build-info-1","solcVersion":"0.8.20","solcLongVersion":"0.8.20+commit.a1b79de6","input":{"language":"Solidity","sources":{"coverage/contracts/test/fixtures/coverage/Foo.sol":{"content":"contract Foo {\nfunction c_654d2c60(bytes8 c__654d2c60) internal pure {}\nfunction c_true654d2c60(bytes8 c__654d2c60) internal pure returns (bool){ return true; }\nfunction c_false654d2c60(bytes8 c__654d2c60) internal pure returns (bool){ return false; }\n\n string public name;\n event Updated (string newName);\n\n constructor(string memory _name) {c_654d2c60(0xa8227afe4dfa781e); /* function */ \n\nc_654d2c60(0xc9be2fde5a0b0d98); /* line */ \n name = _name;\n }\n\n function setName(string memory _name) public {c_654d2c60(0x7327731d8ae9d23a); /* function */ \n\nc_654d2c60(0x94319ce98f752b68); /* line */ \n name = _name;\nc_654d2c60(0x3e882cadf70d49cf); /* line */ \n c_654d2c60(0xe9452e85a2cd3fc5); /* statement */ \nemit Updated(name);\n }\n\n function getName () public view returns (string memory) {c_654d2c60(0xcc0273e704f59141); /* function */ \n\nc_654d2c60(0x30b5aca458797952); /* line */ \n c_654d2c60(0x7bd8b93d643b0bd8); /* statement */ \nif (block.number % 11 == 0) {c_654d2c60(0x8a231fed8fc8c5ea); /* branch */ \n\nc_654d2c60(0xda4f10ab71ed3b94); /* line */ \n c_654d2c60(0x0a5414c91ed9f19e); /* statement */ \nreturn \"GetName Overriden Eq\";\n }else { c_654d2c60(0x731e5f0e666cbbe1); /* branch */ \n}\nc_654d2c60(0xd19bfc0fbcaf6bf1); /* line */ \n c_654d2c60(0xd8eae10b6aca7218); /* statement */ \nreturn name;\n }\n}\n"}},"settings":{"optimizer":{"enabled":false,"runs":200},"evmVersion":"paris","outputSelection":{"*":{"*":["abi","evm.bytecode","evm.deployedBytecode","evm.methodIdentifiers","metadata"],"":["ast"]}}}},"output":{"errors":[{"component":"general","errorCode":"1878","formattedMessage":"Warning: SPDX license identifier not provided in source file. Before publishing, consider adding a comment containing \"SPDX-License-Identifier: <SPDX-License>\" to each source file. Use \"SPDX-License-Identifier: UNLICENSED\" for non-open-source code. Please see https://spdx.org for more information.\n--> coverage/contracts/test/fixtures/coverage/Foo.sol\n\n","message":"SPDX license identifier not provided in source file. Before publishing, consider adding a comment containing \"SPDX-License-Identifier: <SPDX-License>\" to each source file. Use \"SPDX-License-Identifier: UNLICENSED\" for non-open-source code. Please see https://spdx.org for more information.","severity":"warning","sourceLocation":{"end":-1,"file":"coverage/contracts/test/fixtures/coverage/Foo.sol","start":-1},"type":"Warning"},{"component":"general","errorCode":"3420","formattedMessage":"Warning: Source file does not specify required compiler version! Consider adding \"pragma solidity ^0.8.20;\"\n--> coverage/contracts/test/fixtures/coverage/Foo.sol\n\n","message":"Source file does not specify required compiler version! Consider adding \"pragma solidity ^0.8.20;\"","severity":"warning","sourceLocation":{"end":-1,"file":"coverage/contracts/test/fixtures/coverage/Foo.sol","start":-1},"type":"Warning"},{"component":"general","errorCode":"5667","formattedMessage":"Warning: Unused function parameter. Remove or comment out the variable name to silence this warning.\n --> coverage/contracts/test/fixtures/coverage/Foo.sol:3:25:\n |\n3 | function c_true654d2c60(bytes8 c__654d2c60) internal pure returns (bool){ return true; }\n | ^^^^^^^^^^^^^^^^^^\n\n","message":"Unused function parameter. Remove or comment out the variable name to silence this warning.","severity":"warning","sourceLocation":{"end":114,"file":"coverage/contracts/test/fixtures/coverage/Foo.sol","start":96},"type":"Warning"},{"component":"general","errorCode":"5667","formattedMessage":"Warning: Unused function parameter. Remove or comment out the variable name to silence this warning.\n --> coverage/contracts/test/fixtures/coverage/Foo.sol:4:26:\n |\n4 | function c_false654d2c60(bytes8 c__654d2c60) internal pure returns (bool){ return false; }\n | ^^^^^^^^^^^^^^^^^^\n\n","message":"Unused function parameter. Remove or comment out the variable name to silence this warning.","severity":"warning","sourceLocation":{"end":204,"file":"coverage/contracts/test/fixtures/coverage/Foo.sol","start":186},"type":"Warning"}],"sources":{"coverage/contracts/test/fixtures/coverage/Foo.sol":{"ast":{"absolutePath":"coverage/contracts/test/fixtures/coverage/Foo.sol","exportedSymbols":{"Foo":[136]},"id":137,"nodeType":"SourceUnit","nodes":[{"abstract":false,"baseContracts":[],"canonicalName":"Foo","contractDependencies":[],"contractKind":"contract","fullyImplemented":true,"id":136,"linearizedBaseContracts":[136],"name":"Foo","nameLocation":"9:3:0","nodeType":"ContractDefinition","nodes":[{"body":{"id":5,"nodeType":"Block","src":"69:2:0","statements":[]},"id":6,"implemented":true,"kind":"function","modifiers":[],"name":"c_654d2c60","nameLocation":"24:10:0","nodeType":"FunctionDefinition","parameters":{"id":3,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2,"mutability":"mutable","name":"c__654d2c60","nameLocation":"42:11:0","nodeType":"VariableDeclaration","scope":6,"src":"35:18:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":1,"name":"bytes8","nodeType":"ElementaryTypeName","src":"35:6:0","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"}],"src":"34:20:0"},"returnParameters":{"id":4,"nodeType":"ParameterList","parameters":[],"src":"69:0:0"},"scope":136,"src":"15:56:0","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":15,"nodeType":"Block","src":"144:16:0","statements":[{"expression":{"hexValue":"74727565","id":13,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"153:4:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":12,"id":14,"nodeType":"Return","src":"146:11:0"}]},"id":16,"implemented":true,"kind":"function","modifiers":[],"name":"c_true654d2c60","nameLocation":"81:14:0","nodeType":"FunctionDefinition","parameters":{"id":9,"nodeType":"ParameterList","parameters":[{"constant":false,"id":8,"mutability":"mutable","name":"c__654d2c60","nameLocation":"103:11:0","nodeType":"VariableDeclaration","scope":16,"src":"96:18:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":7,"name":"bytes8","nodeType":"ElementaryTypeName","src":"96:6:0","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"}],"src":"95:20:0"},"returnParameters":{"id":12,"nodeType":"ParameterList","parameters":[{"constant":false,"id":11,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":16,"src":"139:4:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":10,"name":"bool","nodeType":"ElementaryTypeName","src":"139:4:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"138:6:0"},"scope":136,"src":"72:88:0","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":25,"nodeType":"Block","src":"234:17:0","statements":[{"expression":{"hexValue":"66616c7365","id":23,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"243:5:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"functionReturnParameters":22,"id":24,"nodeType":"Return","src":"236:12:0"}]},"id":26,"implemented":true,"kind":"function","modifiers":[],"name":"c_false654d2c60","nameLocation":"170:15:0","nodeType":"FunctionDefinition","parameters":{"id":19,"nodeType":"ParameterList","parameters":[{"constant":false,"id":18,"mutability":"mutable","name":"c__654d2c60","nameLocation":"193:11:0","nodeType":"VariableDeclaration","scope":26,"src":"186:18:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":17,"name":"bytes8","nodeType":"ElementaryTypeName","src":"186:6:0","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"}],"src":"185:20:0"},"returnParameters":{"id":22,"nodeType":"ParameterList","parameters":[{"constant":false,"id":21,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":26,"src":"229:4:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":20,"name":"bool","nodeType":"ElementaryTypeName","src":"229:4:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"228:6:0"},"scope":136,"src":"161:90:0","stateMutability":"pure","virtual":false,"visibility":"internal"},{"constant":false,"functionSelector":"06fdde03","id":28,"mutability":"mutable","name":"name","nameLocation":"271:4:0","nodeType":"VariableDeclaration","scope":136,"src":"257:18:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string"},"typeName":{"id":27,"name":"string","nodeType":"ElementaryTypeName","src":"257:6:0","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"public"},{"anonymous":false,"eventSelector":"221d3d4161ff7c815e25a84cf3c2ec04f54111bee80f0b06d345c834581c9da3","id":32,"name":"Updated","nameLocation":"287:7:0","nodeType":"EventDefinition","parameters":{"id":31,"nodeType":"ParameterList","parameters":[{"constant":false,"id":30,"indexed":false,"mutability":"mutable","name":"newName","nameLocation":"303:7:0","nodeType":"VariableDeclaration","scope":32,"src":"296:14:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":29,"name":"string","nodeType":"ElementaryTypeName","src":"296:6:0","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"295:16:0"},"src":"281:31:0"},{"body":{"id":49,"nodeType":"Block","src":"351:121:0","statements":[{"expression":{"arguments":[{"hexValue":"307861383232376166653464666137383165","id":38,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"363:18:0","typeDescriptions":{"typeIdentifier":"t_rational_12115381180228597790_by_1","typeString":"int_const 12115381180228597790"},"value":"0xa8227afe4dfa781e"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_12115381180228597790_by_1","typeString":"int_const 12115381180228597790"}],"id":37,"name":"c_654d2c60","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":6,"src":"352:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes8_$returns$__$","typeString":"function (bytes8) pure"}},"id":39,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"352:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":40,"nodeType":"ExpressionStatement","src":"352:30:0"},{"expression":{"arguments":[{"hexValue":"307863396265326664653561306230643938","id":42,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"412:18:0","typeDescriptions":{"typeIdentifier":"t_rational_14537109279238458776_by_1","typeString":"int_const 14537109279238458776"},"value":"0xc9be2fde5a0b0d98"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_14537109279238458776_by_1","typeString":"int_const 14537109279238458776"}],"id":41,"name":"c_654d2c60","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":6,"src":"401:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes8_$returns$__$","typeString":"function (bytes8) pure"}},"id":43,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"401:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":44,"nodeType":"ExpressionStatement","src":"401:30:0"},{"expression":{"id":47,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":45,"name":"name","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":28,"src":"453:4:0","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":46,"name":"_name","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":34,"src":"460:5:0","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"src":"453:12:0","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"id":48,"nodeType":"ExpressionStatement","src":"453:12:0"}]},"id":50,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":35,"nodeType":"ParameterList","parameters":[{"constant":false,"id":34,"mutability":"mutable","name":"_name","nameLocation":"344:5:0","nodeType":"VariableDeclaration","scope":50,"src":"330:19:0","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":33,"name":"string","nodeType":"ElementaryTypeName","src":"330:6:0","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"329:21:0"},"returnParameters":{"id":36,"nodeType":"ParameterList","parameters":[],"src":"351:0:0"},"scope":136,"src":"318:154:0","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":79,"nodeType":"Block","src":"523:242:0","statements":[{"expression":{"arguments":[{"hexValue":"307837333237373331643861653964323361","id":56,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"535:18:0","typeDescriptions":{"typeIdentifier":"t_rational_8297727409175253562_by_1","typeString":"int_const 8297727409175253562"},"value":"0x7327731d8ae9d23a"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_8297727409175253562_by_1","typeString":"int_const 8297727409175253562"}],"id":55,"name":"c_654d2c60","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":6,"src":"524:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes8_$returns$__$","typeString":"function (bytes8) pure"}},"id":57,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"524:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":58,"nodeType":"ExpressionStatement","src":"524:30:0"},{"expression":{"arguments":[{"hexValue":"307839343331396365393866373532623638","id":60,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"584:18:0","typeDescriptions":{"typeIdentifier":"t_rational_10678488718420290408_by_1","typeString":"int_const 10678488718420290408"},"value":"0x94319ce98f752b68"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_10678488718420290408_by_1","typeString":"int_const 10678488718420290408"}],"id":59,"name":"c_654d2c60","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":6,"src":"573:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes8_$returns$__$","typeString":"function (bytes8) pure"}},"id":61,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"573:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":62,"nodeType":"ExpressionStatement","src":"573:30:0"},{"expression":{"id":65,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":63,"name":"name","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":28,"src":"625:4:0","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":64,"name":"_name","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":52,"src":"632:5:0","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"src":"625:12:0","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"id":66,"nodeType":"ExpressionStatement","src":"625:12:0"},{"expression":{"arguments":[{"hexValue":"307833653838326361646637306434396366","id":68,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"650:18:0","typeDescriptions":{"typeIdentifier":"t_rational_4505900552869988815_by_1","typeString":"int_const 4505900552869988815"},"value":"0x3e882cadf70d49cf"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_4505900552869988815_by_1","typeString":"int_const 4505900552869988815"}],"id":67,"name":"c_654d2c60","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":6,"src":"639:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes8_$returns$__$","typeString":"function (bytes8) pure"}},"id":69,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"639:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":70,"nodeType":"ExpressionStatement","src":"639:30:0"},{"expression":{"arguments":[{"hexValue":"307865393435326538356132636433666335","id":72,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"702:18:0","typeDescriptions":{"typeIdentifier":"t_rational_16808892335727132613_by_1","typeString":"int_const 16808892335727132613"},"value":"0xe9452e85a2cd3fc5"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_16808892335727132613_by_1","typeString":"int_const 16808892335727132613"}],"id":71,"name":"c_654d2c60","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":6,"src":"691:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes8_$returns$__$","typeString":"function (bytes8) pure"}},"id":73,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"691:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":74,"nodeType":"ExpressionStatement","src":"691:30:0"},{"eventCall":{"arguments":[{"id":76,"name":"name","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":28,"src":"753:4:0","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}],"id":75,"name":"Updated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":32,"src":"745:7:0","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_string_memory_ptr_$returns$__$","typeString":"function (string memory)"}},"id":77,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"745:13:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":78,"nodeType":"EmitStatement","src":"740:18:0"}]},"functionSelector":"c47f0027","id":80,"implemented":true,"kind":"function","modifiers":[],"name":"setName","nameLocation":"487:7:0","nodeType":"FunctionDefinition","parameters":{"id":53,"nodeType":"ParameterList","parameters":[{"constant":false,"id":52,"mutability":"mutable","name":"_name","nameLocation":"509:5:0","nodeType":"VariableDeclaration","scope":80,"src":"495:19:0","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":51,"name":"string","nodeType":"ElementaryTypeName","src":"495:6:0","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"494:21:0"},"returnParameters":{"id":54,"nodeType":"ParameterList","parameters":[],"src":"523:0:0"},"scope":136,"src":"478:287:0","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":134,"nodeType":"Block","src":"827:546:0","statements":[{"expression":{"arguments":[{"hexValue":"307863633032373365373034663539313431","id":86,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"839:18:0","typeDescriptions":{"typeIdentifier":"t_rational_14700439569748562241_by_1","typeString":"int_const 14700439569748562241"},"value":"0xcc0273e704f59141"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_14700439569748562241_by_1","typeString":"int_const 14700439569748562241"}],"id":85,"name":"c_654d2c60","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":6,"src":"828:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes8_$returns$__$","typeString":"function (bytes8) pure"}},"id":87,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"828:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":88,"nodeType":"ExpressionStatement","src":"828:30:0"},{"expression":{"arguments":[{"hexValue":"307833306235616361343538373937393532","id":90,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"888:18:0","typeDescriptions":{"typeIdentifier":"t_rational_3509901306464139602_by_1","typeString":"int_const 3509901306464139602"},"value":"0x30b5aca458797952"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_3509901306464139602_by_1","typeString":"int_const 3509901306464139602"}],"id":89,"name":"c_654d2c60","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":6,"src":"877:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes8_$returns$__$","typeString":"function (bytes8) pure"}},"id":91,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"877:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":92,"nodeType":"ExpressionStatement","src":"877:30:0"},{"expression":{"arguments":[{"hexValue":"307837626438623933643634336230626438","id":94,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"940:18:0","typeDescriptions":{"typeIdentifier":"t_rational_8924086334960372696_by_1","typeString":"int_const 8924086334960372696"},"value":"0x7bd8b93d643b0bd8"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_8924086334960372696_by_1","typeString":"int_const 8924086334960372696"}],"id":93,"name":"c_654d2c60","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":6,"src":"929:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes8_$returns$__$","typeString":"function (bytes8) pure"}},"id":95,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"929:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":96,"nodeType":"ExpressionStatement","src":"929:30:0"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":102,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":100,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":97,"name":"block","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-4,"src":"982:5:0","typeDescriptions":{"typeIdentifier":"t_magic_block","typeString":"block"}},"id":98,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"988:6:0","memberName":"number","nodeType":"MemberAccess","src":"982:12:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"%","rightExpression":{"hexValue":"3131","id":99,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"997:2:0","typeDescriptions":{"typeIdentifier":"t_rational_11_by_1","typeString":"int_const 11"},"value":"11"},"src":"982:17:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":101,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1003:1:0","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"982:22:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":122,"nodeType":"Block","src":"1204:49:0","statements":[{"expression":{"arguments":[{"hexValue":"307837333165356630653636366362626531","id":119,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1217:18:0","typeDescriptions":{"typeIdentifier":"t_rational_8295172079115615201_by_1","typeString":"int_const 8295172079115615201"},"value":"0x731e5f0e666cbbe1"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_8295172079115615201_by_1","typeString":"int_const 8295172079115615201"}],"id":118,"name":"c_654d2c60","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":6,"src":"1206:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes8_$returns$__$","typeString":"function (bytes8) pure"}},"id":120,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1206:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":121,"nodeType":"ExpressionStatement","src":"1206:30:0"}]},"id":123,"nodeType":"IfStatement","src":"978:275:0","trueBody":{"id":117,"nodeType":"Block","src":"1006:193:0","statements":[{"expression":{"arguments":[{"hexValue":"307838613233316665643866633863356561","id":104,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1018:18:0","typeDescriptions":{"typeIdentifier":"t_rational_9953834706598938090_by_1","typeString":"int_const 9953834706598938090"},"value":"0x8a231fed8fc8c5ea"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_9953834706598938090_by_1","typeString":"int_const 9953834706598938090"}],"id":103,"name":"c_654d2c60","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":6,"src":"1007:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes8_$returns$__$","typeString":"function (bytes8) pure"}},"id":105,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1007:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":106,"nodeType":"ExpressionStatement","src":"1007:30:0"},{"expression":{"arguments":[{"hexValue":"307864613466313061623731656433623934","id":108,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1065:18:0","typeDescriptions":{"typeIdentifier":"t_rational_15730810351965256596_by_1","typeString":"int_const 15730810351965256596"},"value":"0xda4f10ab71ed3b94"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_15730810351965256596_by_1","typeString":"int_const 15730810351965256596"}],"id":107,"name":"c_654d2c60","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":6,"src":"1054:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes8_$returns$__$","typeString":"function (bytes8) pure"}},"id":109,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1054:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":110,"nodeType":"ExpressionStatement","src":"1054:30:0"},{"expression":{"arguments":[{"hexValue":"307830613534313463393165643966313965","id":112,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1121:18:0","typeDescriptions":{"typeIdentifier":"t_rational_744242692461556126_by_1","typeString":"int_const 744242692461556126"},"value":"0x0a5414c91ed9f19e"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_744242692461556126_by_1","typeString":"int_const 744242692461556126"}],"id":111,"name":"c_654d2c60","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":6,"src":"1110:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes8_$returns$__$","typeString":"function (bytes8) pure"}},"id":113,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1110:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":114,"nodeType":"ExpressionStatement","src":"1110:30:0"},{"expression":{"hexValue":"4765744e616d65204f766572726964656e204571","id":115,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1166:22:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_e073893eba1949f76ea44b9320c81076b968a59f042552bcc65252cb1e13c10d","typeString":"literal_string \"GetName Overriden Eq\""},"value":"GetName Overriden Eq"},"functionReturnParameters":84,"id":116,"nodeType":"Return","src":"1159:29:0"}]}},{"expression":{"arguments":[{"hexValue":"307864313962666330666263616636626631","id":125,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1265:18:0","typeDescriptions":{"typeIdentifier":"t_rational_15103942919837412337_by_1","typeString":"int_const 15103942919837412337"},"value":"0xd19bfc0fbcaf6bf1"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_15103942919837412337_by_1","typeString":"int_const 15103942919837412337"}],"id":124,"name":"c_654d2c60","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":6,"src":"1254:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes8_$returns$__$","typeString":"function (bytes8) pure"}},"id":126,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1254:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":127,"nodeType":"ExpressionStatement","src":"1254:30:0"},{"expression":{"arguments":[{"hexValue":"307864386561653130623661636137323138","id":129,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1317:18:0","typeDescriptions":{"typeIdentifier":"t_rational_15630552895895269912_by_1","typeString":"int_const 15630552895895269912"},"value":"0xd8eae10b6aca7218"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_rational_15630552895895269912_by_1","typeString":"int_const 15630552895895269912"}],"id":128,"name":"c_654d2c60","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":6,"src":"1306:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes8_$returns$__$","typeString":"function (bytes8) pure"}},"id":130,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1306:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":131,"nodeType":"ExpressionStatement","src":"1306:30:0"},{"expression":{"id":132,"name":"name","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":28,"src":"1362:4:0","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"functionReturnParameters":84,"id":133,"nodeType":"Return","src":"1355:11:0"}]},"functionSelector":"17d7de7c","id":135,"implemented":true,"kind":"function","modifiers":[],"name":"getName","nameLocation":"780:7:0","nodeType":"FunctionDefinition","parameters":{"id":81,"nodeType":"ParameterList","parameters":[],"src":"788:2:0"},"returnParameters":{"id":84,"nodeType":"ParameterList","parameters":[{"constant":false,"id":83,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":135,"src":"812:13:0","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":82,"name":"string","nodeType":"ElementaryTypeName","src":"812:6:0","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"811:15:0"},"scope":136,"src":"771:602:0","stateMutability":"view","virtual":false,"visibility":"public"}],"scope":137,"src":"0:1375:0","usedErrors":[],"usedEvents":[32]}],"src":"0:1376:0"},"id":0}},"contracts":{"coverage/contracts/test/fixtures/coverage/Foo.sol":{"Foo":{"abi":[{"inputs":[{"internalType":"string","name":"_name","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"newName","type":"string"}],"name":"Updated","type":"event"},{"inputs":[],"name":"getName","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"_name","type":"string"}],"name":"setName","outputs":[],"stateMutability":"nonpayable","type":"function"}],"evm":{"bytecode":{"functionDebugData":{"@_50":{"entryPoint":null,"id":50,"parameterSlots":1,"returnSlots":0},"@c_654d2c60_6":{"entryPoint":136,"id":6,"parameterSlots":1,"returnSlots":0},"abi_decode_available_length_t_string_memory_ptr_fromMemory":{"entryPoint":416,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_string_memory_ptr_fromMemory":{"entryPoint":491,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_string_memory_ptr_fromMemory":{"entryPoint":542,"id":null,"parameterSlots":2,"returnSlots":1},"allocate_memory":{"entryPoint":287,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":139,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_string_memory_ptr":{"entryPoint":318,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_string_storage":{"entryPoint":734,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_string_memory_ptr":{"entryPoint":623,"id":null,"parameterSlots":1,"returnSlots":1},"clean_up_bytearray_end_slots_t_string_storage":{"entryPoint":1055,"id":null,"parameterSlots":3,"returnSlots":0},"cleanup_t_uint256":{"entryPoint":870,"id":null,"parameterSlots":1,"returnSlots":1},"clear_storage_range_t_bytes1":{"entryPoint":1016,"id":null,"parameterSlots":2,"returnSlots":0},"convert_t_uint256_to_t_uint256":{"entryPoint":890,"id":null,"parameterSlots":1,"returnSlots":1},"copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage":{"entryPoint":1210,"id":null,"parameterSlots":2,"returnSlots":0},"copy_memory_to_memory_with_cleanup":{"entryPoint":372,"id":null,"parameterSlots":3,"returnSlots":0},"divide_by_32_ceil":{"entryPoint":755,"id":null,"parameterSlots":1,"returnSlots":1},"extract_byte_array_length":{"entryPoint":681,"id":null,"parameterSlots":1,"returnSlots":1},"extract_used_part_and_set_length_of_short_byte_array":{"entryPoint":1180,"id":null,"parameterSlots":2,"returnSlots":1},"finalize_allocation":{"entryPoint":233,"id":null,"parameterSlots":2,"returnSlots":0},"identity":{"entryPoint":880,"id":null,"parameterSlots":1,"returnSlots":1},"mask_bytes_dynamic":{"entryPoint":1148,"id":null,"parameterSlots":2,"returnSlots":1},"panic_error_0x22":{"entryPoint":634,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":186,"id":null,"parameterSlots":0,"returnSlots":0},"prepare_store_t_uint256":{"entryPoint":930,"id":null,"parameterSlots":1,"returnSlots":1},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":159,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae":{"entryPoint":164,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":154,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":149,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":169,"id":null,"parameterSlots":1,"returnSlots":1},"shift_left_dynamic":{"entryPoint":771,"id":null,"parameterSlots":2,"returnSlots":1},"shift_right_unsigned_dynamic":{"entryPoint":1135,"id":null,"parameterSlots":2,"returnSlots":1},"storage_set_to_zero_t_uint256":{"entryPoint":988,"id":null,"parameterSlots":2,"returnSlots":0},"update_byte_slice_dynamic32":{"entryPoint":784,"id":null,"parameterSlots":3,"returnSlots":1},"update_storage_value_t_uint256_to_t_uint256":{"entryPoint":940,"id":null,"parameterSlots":3,"returnSlots":0},"zero_value_for_split_t_uint256":{"entryPoint":983,"id":null,"parameterSlots":0,"returnSlots":1}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:8245:1","statements":[{"body":{"nodeType":"YulBlock","src":"47:35:1","statements":[{"nodeType":"YulAssignment","src":"57:19:1","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"73:2:1","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"67:5:1"},"nodeType":"YulFunctionCall","src":"67:9:1"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"57:6:1"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"40:6:1","type":""}],"src":"7:75:1"},{"body":{"nodeType":"YulBlock","src":"177:28:1","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"194:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"197:1:1","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"187:6:1"},"nodeType":"YulFunctionCall","src":"187:12:1"},"nodeType":"YulExpressionStatement","src":"187:12:1"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"88:117:1"},{"body":{"nodeType":"YulBlock","src":"300:28:1","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"317:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"320:1:1","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"310:6:1"},"nodeType":"YulFunctionCall","src":"310:12:1"},"nodeType":"YulExpressionStatement","src":"310:12:1"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"211:117:1"},{"body":{"nodeType":"YulBlock","src":"423:28:1","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"440:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"443:1:1","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"433:6:1"},"nodeType":"YulFunctionCall","src":"433:12:1"},"nodeType":"YulExpressionStatement","src":"433:12:1"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"334:117:1"},{"body":{"nodeType":"YulBlock","src":"546:28:1","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"563:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"566:1:1","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"556:6:1"},"nodeType":"YulFunctionCall","src":"556:12:1"},"nodeType":"YulExpressionStatement","src":"556:12:1"}]},"name":"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae","nodeType":"YulFunctionDefinition","src":"457:117:1"},{"body":{"nodeType":"YulBlock","src":"628:54:1","statements":[{"nodeType":"YulAssignment","src":"638:38:1","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"656:5:1"},{"kind":"number","nodeType":"YulLiteral","src":"663:2:1","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"652:3:1"},"nodeType":"YulFunctionCall","src":"652:14:1"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"672:2:1","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"668:3:1"},"nodeType":"YulFunctionCall","src":"668:7:1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"648:3:1"},"nodeType":"YulFunctionCall","src":"648:28:1"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"638:6:1"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"611:5:1","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"621:6:1","type":""}],"src":"580:102:1"},{"body":{"nodeType":"YulBlock","src":"716:152:1","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"733:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"736:77:1","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"726:6:1"},"nodeType":"YulFunctionCall","src":"726:88:1"},"nodeType":"YulExpressionStatement","src":"726:88:1"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"830:1:1","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"833:4:1","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"823:6:1"},"nodeType":"YulFunctionCall","src":"823:15:1"},"nodeType":"YulExpressionStatement","src":"823:15:1"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"854:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"857:4:1","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"847:6:1"},"nodeType":"YulFunctionCall","src":"847:15:1"},"nodeType":"YulExpressionStatement","src":"847:15:1"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"688:180:1"},{"body":{"nodeType":"YulBlock","src":"917:238:1","statements":[{"nodeType":"YulVariableDeclaration","src":"927:58:1","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"949:6:1"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"979:4:1"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"957:21:1"},"nodeType":"YulFunctionCall","src":"957:27:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"945:3:1"},"nodeType":"YulFunctionCall","src":"945:40:1"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"931:10:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"1096:22:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1098:16:1"},"nodeType":"YulFunctionCall","src":"1098:18:1"},"nodeType":"YulExpressionStatement","src":"1098:18:1"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1039:10:1"},{"kind":"number","nodeType":"YulLiteral","src":"1051:18:1","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1036:2:1"},"nodeType":"YulFunctionCall","src":"1036:34:1"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1075:10:1"},{"name":"memPtr","nodeType":"YulIdentifier","src":"1087:6:1"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"1072:2:1"},"nodeType":"YulFunctionCall","src":"1072:22:1"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"1033:2:1"},"nodeType":"YulFunctionCall","src":"1033:62:1"},"nodeType":"YulIf","src":"1030:88:1"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1134:2:1","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1138:10:1"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1127:6:1"},"nodeType":"YulFunctionCall","src":"1127:22:1"},"nodeType":"YulExpressionStatement","src":"1127:22:1"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"903:6:1","type":""},{"name":"size","nodeType":"YulTypedName","src":"911:4:1","type":""}],"src":"874:281:1"},{"body":{"nodeType":"YulBlock","src":"1202:88:1","statements":[{"nodeType":"YulAssignment","src":"1212:30:1","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"1222:18:1"},"nodeType":"YulFunctionCall","src":"1222:20:1"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1212:6:1"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1271:6:1"},{"name":"size","nodeType":"YulIdentifier","src":"1279:4:1"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"1251:19:1"},"nodeType":"YulFunctionCall","src":"1251:33:1"},"nodeType":"YulExpressionStatement","src":"1251:33:1"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"1186:4:1","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"1195:6:1","type":""}],"src":"1161:129:1"},{"body":{"nodeType":"YulBlock","src":"1363:241:1","statements":[{"body":{"nodeType":"YulBlock","src":"1468:22:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1470:16:1"},"nodeType":"YulFunctionCall","src":"1470:18:1"},"nodeType":"YulExpressionStatement","src":"1470:18:1"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1440:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"1448:18:1","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1437:2:1"},"nodeType":"YulFunctionCall","src":"1437:30:1"},"nodeType":"YulIf","src":"1434:56:1"},{"nodeType":"YulAssignment","src":"1500:37:1","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1530:6:1"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"1508:21:1"},"nodeType":"YulFunctionCall","src":"1508:29:1"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1500:4:1"}]},{"nodeType":"YulAssignment","src":"1574:23:1","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"1586:4:1"},{"kind":"number","nodeType":"YulLiteral","src":"1592:4:1","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1582:3:1"},"nodeType":"YulFunctionCall","src":"1582:15:1"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1574:4:1"}]}]},"name":"array_allocation_size_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"1347:6:1","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"1358:4:1","type":""}],"src":"1296:308:1"},{"body":{"nodeType":"YulBlock","src":"1672:184:1","statements":[{"nodeType":"YulVariableDeclaration","src":"1682:10:1","value":{"kind":"number","nodeType":"YulLiteral","src":"1691:1:1","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"1686:1:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"1751:63:1","statements":[{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"1776:3:1"},{"name":"i","nodeType":"YulIdentifier","src":"1781:1:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1772:3:1"},"nodeType":"YulFunctionCall","src":"1772:11:1"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"1795:3:1"},{"name":"i","nodeType":"YulIdentifier","src":"1800:1:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1791:3:1"},"nodeType":"YulFunctionCall","src":"1791:11:1"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1785:5:1"},"nodeType":"YulFunctionCall","src":"1785:18:1"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1765:6:1"},"nodeType":"YulFunctionCall","src":"1765:39:1"},"nodeType":"YulExpressionStatement","src":"1765:39:1"}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"1712:1:1"},{"name":"length","nodeType":"YulIdentifier","src":"1715:6:1"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"1709:2:1"},"nodeType":"YulFunctionCall","src":"1709:13:1"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"1723:19:1","statements":[{"nodeType":"YulAssignment","src":"1725:15:1","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"1734:1:1"},{"kind":"number","nodeType":"YulLiteral","src":"1737:2:1","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1730:3:1"},"nodeType":"YulFunctionCall","src":"1730:10:1"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"1725:1:1"}]}]},"pre":{"nodeType":"YulBlock","src":"1705:3:1","statements":[]},"src":"1701:113:1"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"1834:3:1"},{"name":"length","nodeType":"YulIdentifier","src":"1839:6:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1830:3:1"},"nodeType":"YulFunctionCall","src":"1830:16:1"},{"kind":"number","nodeType":"YulLiteral","src":"1848:1:1","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1823:6:1"},"nodeType":"YulFunctionCall","src":"1823:27:1"},"nodeType":"YulExpressionStatement","src":"1823:27:1"}]},"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"1654:3:1","type":""},{"name":"dst","nodeType":"YulTypedName","src":"1659:3:1","type":""},{"name":"length","nodeType":"YulTypedName","src":"1664:6:1","type":""}],"src":"1610:246:1"},{"body":{"nodeType":"YulBlock","src":"1957:339:1","statements":[{"nodeType":"YulAssignment","src":"1967:75:1","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"2034:6:1"}],"functionName":{"name":"array_allocation_size_t_string_memory_ptr","nodeType":"YulIdentifier","src":"1992:41:1"},"nodeType":"YulFunctionCall","src":"1992:49:1"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"1976:15:1"},"nodeType":"YulFunctionCall","src":"1976:66:1"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"1967:5:1"}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"2058:5:1"},{"name":"length","nodeType":"YulIdentifier","src":"2065:6:1"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2051:6:1"},"nodeType":"YulFunctionCall","src":"2051:21:1"},"nodeType":"YulExpressionStatement","src":"2051:21:1"},{"nodeType":"YulVariableDeclaration","src":"2081:27:1","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"2096:5:1"},{"kind":"number","nodeType":"YulLiteral","src":"2103:4:1","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2092:3:1"},"nodeType":"YulFunctionCall","src":"2092:16:1"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"2085:3:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"2146:83:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae","nodeType":"YulIdentifier","src":"2148:77:1"},"nodeType":"YulFunctionCall","src":"2148:79:1"},"nodeType":"YulExpressionStatement","src":"2148:79:1"}]},"condition":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"2127:3:1"},{"name":"length","nodeType":"YulIdentifier","src":"2132:6:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2123:3:1"},"nodeType":"YulFunctionCall","src":"2123:16:1"},{"name":"end","nodeType":"YulIdentifier","src":"2141:3:1"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"2120:2:1"},"nodeType":"YulFunctionCall","src":"2120:25:1"},"nodeType":"YulIf","src":"2117:112:1"},{"expression":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"2273:3:1"},{"name":"dst","nodeType":"YulIdentifier","src":"2278:3:1"},{"name":"length","nodeType":"YulIdentifier","src":"2283:6:1"}],"functionName":{"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"2238:34:1"},"nodeType":"YulFunctionCall","src":"2238:52:1"},"nodeType":"YulExpressionStatement","src":"2238:52:1"}]},"name":"abi_decode_available_length_t_string_memory_ptr_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"1930:3:1","type":""},{"name":"length","nodeType":"YulTypedName","src":"1935:6:1","type":""},{"name":"end","nodeType":"YulTypedName","src":"1943:3:1","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"1951:5:1","type":""}],"src":"1862:434:1"},{"body":{"nodeType":"YulBlock","src":"2389:282:1","statements":[{"body":{"nodeType":"YulBlock","src":"2438:83:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"2440:77:1"},"nodeType":"YulFunctionCall","src":"2440:79:1"},"nodeType":"YulExpressionStatement","src":"2440:79:1"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2417:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"2425:4:1","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2413:3:1"},"nodeType":"YulFunctionCall","src":"2413:17:1"},{"name":"end","nodeType":"YulIdentifier","src":"2432:3:1"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2409:3:1"},"nodeType":"YulFunctionCall","src":"2409:27:1"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2402:6:1"},"nodeType":"YulFunctionCall","src":"2402:35:1"},"nodeType":"YulIf","src":"2399:122:1"},{"nodeType":"YulVariableDeclaration","src":"2530:27:1","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2550:6:1"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2544:5:1"},"nodeType":"YulFunctionCall","src":"2544:13:1"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"2534:6:1","type":""}]},{"nodeType":"YulAssignment","src":"2566:99:1","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2638:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"2646:4:1","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2634:3:1"},"nodeType":"YulFunctionCall","src":"2634:17:1"},{"name":"length","nodeType":"YulIdentifier","src":"2653:6:1"},{"name":"end","nodeType":"YulIdentifier","src":"2661:3:1"}],"functionName":{"name":"abi_decode_available_length_t_string_memory_ptr_fromMemory","nodeType":"YulIdentifier","src":"2575:58:1"},"nodeType":"YulFunctionCall","src":"2575:90:1"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"2566:5:1"}]}]},"name":"abi_decode_t_string_memory_ptr_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"2367:6:1","type":""},{"name":"end","nodeType":"YulTypedName","src":"2375:3:1","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"2383:5:1","type":""}],"src":"2316:355:1"},{"body":{"nodeType":"YulBlock","src":"2764:437:1","statements":[{"body":{"nodeType":"YulBlock","src":"2810:83:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"2812:77:1"},"nodeType":"YulFunctionCall","src":"2812:79:1"},"nodeType":"YulExpressionStatement","src":"2812:79:1"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"2785:7:1"},{"name":"headStart","nodeType":"YulIdentifier","src":"2794:9:1"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2781:3:1"},"nodeType":"YulFunctionCall","src":"2781:23:1"},{"kind":"number","nodeType":"YulLiteral","src":"2806:2:1","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2777:3:1"},"nodeType":"YulFunctionCall","src":"2777:32:1"},"nodeType":"YulIf","src":"2774:119:1"},{"nodeType":"YulBlock","src":"2903:291:1","statements":[{"nodeType":"YulVariableDeclaration","src":"2918:38:1","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2942:9:1"},{"kind":"number","nodeType":"YulLiteral","src":"2953:1:1","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2938:3:1"},"nodeType":"YulFunctionCall","src":"2938:17:1"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2932:5:1"},"nodeType":"YulFunctionCall","src":"2932:24:1"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2922:6:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"3003:83:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"3005:77:1"},"nodeType":"YulFunctionCall","src":"3005:79:1"},"nodeType":"YulExpressionStatement","src":"3005:79:1"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2975:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"2983:18:1","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"2972:2:1"},"nodeType":"YulFunctionCall","src":"2972:30:1"},"nodeType":"YulIf","src":"2969:117:1"},{"nodeType":"YulAssignment","src":"3100:84:1","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3156:9:1"},{"name":"offset","nodeType":"YulIdentifier","src":"3167:6:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3152:3:1"},"nodeType":"YulFunctionCall","src":"3152:22:1"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"3176:7:1"}],"functionName":{"name":"abi_decode_t_string_memory_ptr_fromMemory","nodeType":"YulIdentifier","src":"3110:41:1"},"nodeType":"YulFunctionCall","src":"3110:74:1"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"3100:6:1"}]}]}]},"name":"abi_decode_tuple_t_string_memory_ptr_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2734:9:1","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"2745:7:1","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"2757:6:1","type":""}],"src":"2677:524:1"},{"body":{"nodeType":"YulBlock","src":"3266:40:1","statements":[{"nodeType":"YulAssignment","src":"3277:22:1","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3293:5:1"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"3287:5:1"},"nodeType":"YulFunctionCall","src":"3287:12:1"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"3277:6:1"}]}]},"name":"array_length_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3249:5:1","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"3259:6:1","type":""}],"src":"3207:99:1"},{"body":{"nodeType":"YulBlock","src":"3340:152:1","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3357:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"3360:77:1","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3350:6:1"},"nodeType":"YulFunctionCall","src":"3350:88:1"},"nodeType":"YulExpressionStatement","src":"3350:88:1"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3454:1:1","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"3457:4:1","type":"","value":"0x22"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3447:6:1"},"nodeType":"YulFunctionCall","src":"3447:15:1"},"nodeType":"YulExpressionStatement","src":"3447:15:1"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3478:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"3481:4:1","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"3471:6:1"},"nodeType":"YulFunctionCall","src":"3471:15:1"},"nodeType":"YulExpressionStatement","src":"3471:15:1"}]},"name":"panic_error_0x22","nodeType":"YulFunctionDefinition","src":"3312:180:1"},{"body":{"nodeType":"YulBlock","src":"3549:269:1","statements":[{"nodeType":"YulAssignment","src":"3559:22:1","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"3573:4:1"},{"kind":"number","nodeType":"YulLiteral","src":"3579:1:1","type":"","value":"2"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"3569:3:1"},"nodeType":"YulFunctionCall","src":"3569:12:1"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"3559:6:1"}]},{"nodeType":"YulVariableDeclaration","src":"3590:38:1","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"3620:4:1"},{"kind":"number","nodeType":"YulLiteral","src":"3626:1:1","type":"","value":"1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"3616:3:1"},"nodeType":"YulFunctionCall","src":"3616:12:1"},"variables":[{"name":"outOfPlaceEncoding","nodeType":"YulTypedName","src":"3594:18:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"3667:51:1","statements":[{"nodeType":"YulAssignment","src":"3681:27:1","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3695:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"3703:4:1","type":"","value":"0x7f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"3691:3:1"},"nodeType":"YulFunctionCall","src":"3691:17:1"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"3681:6:1"}]}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"3647:18:1"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3640:6:1"},"nodeType":"YulFunctionCall","src":"3640:26:1"},"nodeType":"YulIf","src":"3637:81:1"},{"body":{"nodeType":"YulBlock","src":"3770:42:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x22","nodeType":"YulIdentifier","src":"3784:16:1"},"nodeType":"YulFunctionCall","src":"3784:18:1"},"nodeType":"YulExpressionStatement","src":"3784:18:1"}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"3734:18:1"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3757:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"3765:2:1","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3754:2:1"},"nodeType":"YulFunctionCall","src":"3754:14:1"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"3731:2:1"},"nodeType":"YulFunctionCall","src":"3731:38:1"},"nodeType":"YulIf","src":"3728:84:1"}]},"name":"extract_byte_array_length","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"3533:4:1","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"3542:6:1","type":""}],"src":"3498:320:1"},{"body":{"nodeType":"YulBlock","src":"3878:87:1","statements":[{"nodeType":"YulAssignment","src":"3888:11:1","value":{"name":"ptr","nodeType":"YulIdentifier","src":"3896:3:1"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"3888:4:1"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3916:1:1","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"3919:3:1"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3909:6:1"},"nodeType":"YulFunctionCall","src":"3909:14:1"},"nodeType":"YulExpressionStatement","src":"3909:14:1"},{"nodeType":"YulAssignment","src":"3932:26:1","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3950:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"3953:4:1","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"3940:9:1"},"nodeType":"YulFunctionCall","src":"3940:18:1"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"3932:4:1"}]}]},"name":"array_dataslot_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"3865:3:1","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"3873:4:1","type":""}],"src":"3824:141:1"},{"body":{"nodeType":"YulBlock","src":"4015:49:1","statements":[{"nodeType":"YulAssignment","src":"4025:33:1","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4043:5:1"},{"kind":"number","nodeType":"YulLiteral","src":"4050:2:1","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4039:3:1"},"nodeType":"YulFunctionCall","src":"4039:14:1"},{"kind":"number","nodeType":"YulLiteral","src":"4055:2:1","type":"","value":"32"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"4035:3:1"},"nodeType":"YulFunctionCall","src":"4035:23:1"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"4025:6:1"}]}]},"name":"divide_by_32_ceil","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3998:5:1","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"4008:6:1","type":""}],"src":"3971:93:1"},{"body":{"nodeType":"YulBlock","src":"4123:54:1","statements":[{"nodeType":"YulAssignment","src":"4133:37:1","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"4158:4:1"},{"name":"value","nodeType":"YulIdentifier","src":"4164:5:1"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"4154:3:1"},"nodeType":"YulFunctionCall","src":"4154:16:1"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"4133:8:1"}]}]},"name":"shift_left_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"4098:4:1","type":""},{"name":"value","nodeType":"YulTypedName","src":"4104:5:1","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"4114:8:1","type":""}],"src":"4070:107:1"},{"body":{"nodeType":"YulBlock","src":"4259:317:1","statements":[{"nodeType":"YulVariableDeclaration","src":"4269:35:1","value":{"arguments":[{"name":"shiftBytes","nodeType":"YulIdentifier","src":"4290:10:1"},{"kind":"number","nodeType":"YulLiteral","src":"4302:1:1","type":"","value":"8"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"4286:3:1"},"nodeType":"YulFunctionCall","src":"4286:18:1"},"variables":[{"name":"shiftBits","nodeType":"YulTypedName","src":"4273:9:1","type":""}]},{"nodeType":"YulVariableDeclaration","src":"4313:109:1","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"4344:9:1"},{"kind":"number","nodeType":"YulLiteral","src":"4355:66:1","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"4325:18:1"},"nodeType":"YulFunctionCall","src":"4325:97:1"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"4317:4:1","type":""}]},{"nodeType":"YulAssignment","src":"4431:51:1","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"4462:9:1"},{"name":"toInsert","nodeType":"YulIdentifier","src":"4473:8:1"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"4443:18:1"},"nodeType":"YulFunctionCall","src":"4443:39:1"},"variableNames":[{"name":"toInsert","nodeType":"YulIdentifier","src":"4431:8:1"}]},{"nodeType":"YulAssignment","src":"4491:30:1","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4504:5:1"},{"arguments":[{"name":"mask","nodeType":"YulIdentifier","src":"4515:4:1"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"4511:3:1"},"nodeType":"YulFunctionCall","src":"4511:9:1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4500:3:1"},"nodeType":"YulFunctionCall","src":"4500:21:1"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"4491:5:1"}]},{"nodeType":"YulAssignment","src":"4530:40:1","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4543:5:1"},{"arguments":[{"name":"toInsert","nodeType":"YulIdentifier","src":"4554:8:1"},{"name":"mask","nodeType":"YulIdentifier","src":"4564:4:1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4550:3:1"},"nodeType":"YulFunctionCall","src":"4550:19:1"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"4540:2:1"},"nodeType":"YulFunctionCall","src":"4540:30:1"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"4530:6:1"}]}]},"name":"update_byte_slice_dynamic32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4220:5:1","type":""},{"name":"shiftBytes","nodeType":"YulTypedName","src":"4227:10:1","type":""},{"name":"toInsert","nodeType":"YulTypedName","src":"4239:8:1","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"4252:6:1","type":""}],"src":"4183:393:1"},{"body":{"nodeType":"YulBlock","src":"4627:32:1","statements":[{"nodeType":"YulAssignment","src":"4637:16:1","value":{"name":"value","nodeType":"YulIdentifier","src":"4648:5:1"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4637:7:1"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4609:5:1","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4619:7:1","type":""}],"src":"4582:77:1"},{"body":{"nodeType":"YulBlock","src":"4697:28:1","statements":[{"nodeType":"YulAssignment","src":"4707:12:1","value":{"name":"value","nodeType":"YulIdentifier","src":"4714:5:1"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"4707:3:1"}]}]},"name":"identity","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4683:5:1","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"4693:3:1","type":""}],"src":"4665:60:1"},{"body":{"nodeType":"YulBlock","src":"4791:82:1","statements":[{"nodeType":"YulAssignment","src":"4801:66:1","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4859:5:1"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"4841:17:1"},"nodeType":"YulFunctionCall","src":"4841:24:1"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"4832:8:1"},"nodeType":"YulFunctionCall","src":"4832:34:1"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"4814:17:1"},"nodeType":"YulFunctionCall","src":"4814:53:1"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"4801:9:1"}]}]},"name":"convert_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4771:5:1","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"4781:9:1","type":""}],"src":"4731:142:1"},{"body":{"nodeType":"YulBlock","src":"4926:28:1","statements":[{"nodeType":"YulAssignment","src":"4936:12:1","value":{"name":"value","nodeType":"YulIdentifier","src":"4943:5:1"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"4936:3:1"}]}]},"name":"prepare_store_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4912:5:1","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"4922:3:1","type":""}],"src":"4879:75:1"},{"body":{"nodeType":"YulBlock","src":"5036:193:1","statements":[{"nodeType":"YulVariableDeclaration","src":"5046:63:1","value":{"arguments":[{"name":"value_0","nodeType":"YulIdentifier","src":"5101:7:1"}],"functionName":{"name":"convert_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"5070:30:1"},"nodeType":"YulFunctionCall","src":"5070:39:1"},"variables":[{"name":"convertedValue_0","nodeType":"YulTypedName","src":"5050:16:1","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"5125:4:1"},{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"5165:4:1"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"5159:5:1"},"nodeType":"YulFunctionCall","src":"5159:11:1"},{"name":"offset","nodeType":"YulIdentifier","src":"5172:6:1"},{"arguments":[{"name":"convertedValue_0","nodeType":"YulIdentifier","src":"5204:16:1"}],"functionName":{"name":"prepare_store_t_uint256","nodeType":"YulIdentifier","src":"5180:23:1"},"nodeType":"YulFunctionCall","src":"5180:41:1"}],"functionName":{"name":"update_byte_slice_dynamic32","nodeType":"YulIdentifier","src":"5131:27:1"},"nodeType":"YulFunctionCall","src":"5131:91:1"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"5118:6:1"},"nodeType":"YulFunctionCall","src":"5118:105:1"},"nodeType":"YulExpressionStatement","src":"5118:105:1"}]},"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"5013:4:1","type":""},{"name":"offset","nodeType":"YulTypedName","src":"5019:6:1","type":""},{"name":"value_0","nodeType":"YulTypedName","src":"5027:7:1","type":""}],"src":"4960:269:1"},{"body":{"nodeType":"YulBlock","src":"5284:24:1","statements":[{"nodeType":"YulAssignment","src":"5294:8:1","value":{"kind":"number","nodeType":"YulLiteral","src":"5301:1:1","type":"","value":"0"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"5294:3:1"}]}]},"name":"zero_value_for_split_t_uint256","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"5280:3:1","type":""}],"src":"5235:73:1"},{"body":{"nodeType":"YulBlock","src":"5367:136:1","statements":[{"nodeType":"YulVariableDeclaration","src":"5377:46:1","value":{"arguments":[],"functionName":{"name":"zero_value_for_split_t_uint256","nodeType":"YulIdentifier","src":"5391:30:1"},"nodeType":"YulFunctionCall","src":"5391:32:1"},"variables":[{"name":"zero_0","nodeType":"YulTypedName","src":"5381:6:1","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"5476:4:1"},{"name":"offset","nodeType":"YulIdentifier","src":"5482:6:1"},{"name":"zero_0","nodeType":"YulIdentifier","src":"5490:6:1"}],"functionName":{"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"5432:43:1"},"nodeType":"YulFunctionCall","src":"5432:65:1"},"nodeType":"YulExpressionStatement","src":"5432:65:1"}]},"name":"storage_set_to_zero_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"5353:4:1","type":""},{"name":"offset","nodeType":"YulTypedName","src":"5359:6:1","type":""}],"src":"5314:189:1"},{"body":{"nodeType":"YulBlock","src":"5559:136:1","statements":[{"body":{"nodeType":"YulBlock","src":"5626:63:1","statements":[{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"5670:5:1"},{"kind":"number","nodeType":"YulLiteral","src":"5677:1:1","type":"","value":"0"}],"functionName":{"name":"storage_set_to_zero_t_uint256","nodeType":"YulIdentifier","src":"5640:29:1"},"nodeType":"YulFunctionCall","src":"5640:39:1"},"nodeType":"YulExpressionStatement","src":"5640:39:1"}]},"condition":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"5579:5:1"},{"name":"end","nodeType":"YulIdentifier","src":"5586:3:1"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"5576:2:1"},"nodeType":"YulFunctionCall","src":"5576:14:1"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"5591:26:1","statements":[{"nodeType":"YulAssignment","src":"5593:22:1","value":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"5606:5:1"},{"kind":"number","nodeType":"YulLiteral","src":"5613:1:1","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5602:3:1"},"nodeType":"YulFunctionCall","src":"5602:13:1"},"variableNames":[{"name":"start","nodeType":"YulIdentifier","src":"5593:5:1"}]}]},"pre":{"nodeType":"YulBlock","src":"5573:2:1","statements":[]},"src":"5569:120:1"}]},"name":"clear_storage_range_t_bytes1","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"5547:5:1","type":""},{"name":"end","nodeType":"YulTypedName","src":"5554:3:1","type":""}],"src":"5509:186:1"},{"body":{"nodeType":"YulBlock","src":"5780:464:1","statements":[{"body":{"nodeType":"YulBlock","src":"5806:431:1","statements":[{"nodeType":"YulVariableDeclaration","src":"5820:54:1","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"5868:5:1"}],"functionName":{"name":"array_dataslot_t_string_storage","nodeType":"YulIdentifier","src":"5836:31:1"},"nodeType":"YulFunctionCall","src":"5836:38:1"},"variables":[{"name":"dataArea","nodeType":"YulTypedName","src":"5824:8:1","type":""}]},{"nodeType":"YulVariableDeclaration","src":"5887:63:1","value":{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"5910:8:1"},{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"5938:10:1"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"5920:17:1"},"nodeType":"YulFunctionCall","src":"5920:29:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5906:3:1"},"nodeType":"YulFunctionCall","src":"5906:44:1"},"variables":[{"name":"deleteStart","nodeType":"YulTypedName","src":"5891:11:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"6107:27:1","statements":[{"nodeType":"YulAssignment","src":"6109:23:1","value":{"name":"dataArea","nodeType":"YulIdentifier","src":"6124:8:1"},"variableNames":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"6109:11:1"}]}]},"condition":{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"6091:10:1"},{"kind":"number","nodeType":"YulLiteral","src":"6103:2:1","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"6088:2:1"},"nodeType":"YulFunctionCall","src":"6088:18:1"},"nodeType":"YulIf","src":"6085:49:1"},{"expression":{"arguments":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"6176:11:1"},{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"6193:8:1"},{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"6221:3:1"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"6203:17:1"},"nodeType":"YulFunctionCall","src":"6203:22:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6189:3:1"},"nodeType":"YulFunctionCall","src":"6189:37:1"}],"functionName":{"name":"clear_storage_range_t_bytes1","nodeType":"YulIdentifier","src":"6147:28:1"},"nodeType":"YulFunctionCall","src":"6147:80:1"},"nodeType":"YulExpressionStatement","src":"6147:80:1"}]},"condition":{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"5797:3:1"},{"kind":"number","nodeType":"YulLiteral","src":"5802:2:1","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"5794:2:1"},"nodeType":"YulFunctionCall","src":"5794:11:1"},"nodeType":"YulIf","src":"5791:446:1"}]},"name":"clean_up_bytearray_end_slots_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"array","nodeType":"YulTypedName","src":"5756:5:1","type":""},{"name":"len","nodeType":"YulTypedName","src":"5763:3:1","type":""},{"name":"startIndex","nodeType":"YulTypedName","src":"5768:10:1","type":""}],"src":"5701:543:1"},{"body":{"nodeType":"YulBlock","src":"6313:54:1","statements":[{"nodeType":"YulAssignment","src":"6323:37:1","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"6348:4:1"},{"name":"value","nodeType":"YulIdentifier","src":"6354:5:1"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"6344:3:1"},"nodeType":"YulFunctionCall","src":"6344:16:1"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"6323:8:1"}]}]},"name":"shift_right_unsigned_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"6288:4:1","type":""},{"name":"value","nodeType":"YulTypedName","src":"6294:5:1","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"6304:8:1","type":""}],"src":"6250:117:1"},{"body":{"nodeType":"YulBlock","src":"6424:118:1","statements":[{"nodeType":"YulVariableDeclaration","src":"6434:68:1","value":{"arguments":[{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6483:1:1","type":"","value":"8"},{"name":"bytes","nodeType":"YulIdentifier","src":"6486:5:1"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"6479:3:1"},"nodeType":"YulFunctionCall","src":"6479:13:1"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6498:1:1","type":"","value":"0"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"6494:3:1"},"nodeType":"YulFunctionCall","src":"6494:6:1"}],"functionName":{"name":"shift_right_unsigned_dynamic","nodeType":"YulIdentifier","src":"6450:28:1"},"nodeType":"YulFunctionCall","src":"6450:51:1"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"6446:3:1"},"nodeType":"YulFunctionCall","src":"6446:56:1"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"6438:4:1","type":""}]},{"nodeType":"YulAssignment","src":"6511:25:1","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"6525:4:1"},{"name":"mask","nodeType":"YulIdentifier","src":"6531:4:1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"6521:3:1"},"nodeType":"YulFunctionCall","src":"6521:15:1"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"6511:6:1"}]}]},"name":"mask_bytes_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"6401:4:1","type":""},{"name":"bytes","nodeType":"YulTypedName","src":"6407:5:1","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"6417:6:1","type":""}],"src":"6373:169:1"},{"body":{"nodeType":"YulBlock","src":"6628:214:1","statements":[{"nodeType":"YulAssignment","src":"6761:37:1","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"6788:4:1"},{"name":"len","nodeType":"YulIdentifier","src":"6794:3:1"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"6769:18:1"},"nodeType":"YulFunctionCall","src":"6769:29:1"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"6761:4:1"}]},{"nodeType":"YulAssignment","src":"6807:29:1","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"6818:4:1"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6828:1:1","type":"","value":"2"},{"name":"len","nodeType":"YulIdentifier","src":"6831:3:1"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"6824:3:1"},"nodeType":"YulFunctionCall","src":"6824:11:1"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"6815:2:1"},"nodeType":"YulFunctionCall","src":"6815:21:1"},"variableNames":[{"name":"used","nodeType":"YulIdentifier","src":"6807:4:1"}]}]},"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"6609:4:1","type":""},{"name":"len","nodeType":"YulTypedName","src":"6615:3:1","type":""}],"returnVariables":[{"name":"used","nodeType":"YulTypedName","src":"6623:4:1","type":""}],"src":"6547:295:1"},{"body":{"nodeType":"YulBlock","src":"6939:1303:1","statements":[{"nodeType":"YulVariableDeclaration","src":"6950:51:1","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"6997:3:1"}],"functionName":{"name":"array_length_t_string_memory_ptr","nodeType":"YulIdentifier","src":"6964:32:1"},"nodeType":"YulFunctionCall","src":"6964:37:1"},"variables":[{"name":"newLen","nodeType":"YulTypedName","src":"6954:6:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"7086:22:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"7088:16:1"},"nodeType":"YulFunctionCall","src":"7088:18:1"},"nodeType":"YulExpressionStatement","src":"7088:18:1"}]},"condition":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"7058:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"7066:18:1","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"7055:2:1"},"nodeType":"YulFunctionCall","src":"7055:30:1"},"nodeType":"YulIf","src":"7052:56:1"},{"nodeType":"YulVariableDeclaration","src":"7118:52:1","value":{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"7164:4:1"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"7158:5:1"},"nodeType":"YulFunctionCall","src":"7158:11:1"}],"functionName":{"name":"extract_byte_array_length","nodeType":"YulIdentifier","src":"7132:25:1"},"nodeType":"YulFunctionCall","src":"7132:38:1"},"variables":[{"name":"oldLen","nodeType":"YulTypedName","src":"7122:6:1","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"7263:4:1"},{"name":"oldLen","nodeType":"YulIdentifier","src":"7269:6:1"},{"name":"newLen","nodeType":"YulIdentifier","src":"7277:6:1"}],"functionName":{"name":"clean_up_bytearray_end_slots_t_string_storage","nodeType":"YulIdentifier","src":"7217:45:1"},"nodeType":"YulFunctionCall","src":"7217:67:1"},"nodeType":"YulExpressionStatement","src":"7217:67:1"},{"nodeType":"YulVariableDeclaration","src":"7294:18:1","value":{"kind":"number","nodeType":"YulLiteral","src":"7311:1:1","type":"","value":"0"},"variables":[{"name":"srcOffset","nodeType":"YulTypedName","src":"7298:9:1","type":""}]},{"nodeType":"YulAssignment","src":"7322:17:1","value":{"kind":"number","nodeType":"YulLiteral","src":"7335:4:1","type":"","value":"0x20"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"7322:9:1"}]},{"cases":[{"body":{"nodeType":"YulBlock","src":"7386:611:1","statements":[{"nodeType":"YulVariableDeclaration","src":"7400:37:1","value":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"7419:6:1"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7431:4:1","type":"","value":"0x1f"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"7427:3:1"},"nodeType":"YulFunctionCall","src":"7427:9:1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"7415:3:1"},"nodeType":"YulFunctionCall","src":"7415:22:1"},"variables":[{"name":"loopEnd","nodeType":"YulTypedName","src":"7404:7:1","type":""}]},{"nodeType":"YulVariableDeclaration","src":"7451:51:1","value":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"7497:4:1"}],"functionName":{"name":"array_dataslot_t_string_storage","nodeType":"YulIdentifier","src":"7465:31:1"},"nodeType":"YulFunctionCall","src":"7465:37:1"},"variables":[{"name":"dstPtr","nodeType":"YulTypedName","src":"7455:6:1","type":""}]},{"nodeType":"YulVariableDeclaration","src":"7515:10:1","value":{"kind":"number","nodeType":"YulLiteral","src":"7524:1:1","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"7519:1:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"7583:163:1","statements":[{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"7608:6:1"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"7626:3:1"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"7631:9:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7622:3:1"},"nodeType":"YulFunctionCall","src":"7622:19:1"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"7616:5:1"},"nodeType":"YulFunctionCall","src":"7616:26:1"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"7601:6:1"},"nodeType":"YulFunctionCall","src":"7601:42:1"},"nodeType":"YulExpressionStatement","src":"7601:42:1"},{"nodeType":"YulAssignment","src":"7660:24:1","value":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"7674:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"7682:1:1","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7670:3:1"},"nodeType":"YulFunctionCall","src":"7670:14:1"},"variableNames":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"7660:6:1"}]},{"nodeType":"YulAssignment","src":"7701:31:1","value":{"arguments":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"7718:9:1"},{"kind":"number","nodeType":"YulLiteral","src":"7729:2:1","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7714:3:1"},"nodeType":"YulFunctionCall","src":"7714:18:1"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"7701:9:1"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"7549:1:1"},{"name":"loopEnd","nodeType":"YulIdentifier","src":"7552:7:1"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"7546:2:1"},"nodeType":"YulFunctionCall","src":"7546:14:1"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"7561:21:1","statements":[{"nodeType":"YulAssignment","src":"7563:17:1","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"7572:1:1"},{"kind":"number","nodeType":"YulLiteral","src":"7575:4:1","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7568:3:1"},"nodeType":"YulFunctionCall","src":"7568:12:1"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"7563:1:1"}]}]},"pre":{"nodeType":"YulBlock","src":"7542:3:1","statements":[]},"src":"7538:208:1"},{"body":{"nodeType":"YulBlock","src":"7782:156:1","statements":[{"nodeType":"YulVariableDeclaration","src":"7800:43:1","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"7827:3:1"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"7832:9:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7823:3:1"},"nodeType":"YulFunctionCall","src":"7823:19:1"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"7817:5:1"},"nodeType":"YulFunctionCall","src":"7817:26:1"},"variables":[{"name":"lastValue","nodeType":"YulTypedName","src":"7804:9:1","type":""}]},{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"7867:6:1"},{"arguments":[{"name":"lastValue","nodeType":"YulIdentifier","src":"7894:9:1"},{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"7909:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"7917:4:1","type":"","value":"0x1f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"7905:3:1"},"nodeType":"YulFunctionCall","src":"7905:17:1"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"7875:18:1"},"nodeType":"YulFunctionCall","src":"7875:48:1"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"7860:6:1"},"nodeType":"YulFunctionCall","src":"7860:64:1"},"nodeType":"YulExpressionStatement","src":"7860:64:1"}]},"condition":{"arguments":[{"name":"loopEnd","nodeType":"YulIdentifier","src":"7765:7:1"},{"name":"newLen","nodeType":"YulIdentifier","src":"7774:6:1"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"7762:2:1"},"nodeType":"YulFunctionCall","src":"7762:19:1"},"nodeType":"YulIf","src":"7759:179:1"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"7958:4:1"},{"arguments":[{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"7972:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"7980:1:1","type":"","value":"2"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"7968:3:1"},"nodeType":"YulFunctionCall","src":"7968:14:1"},{"kind":"number","nodeType":"YulLiteral","src":"7984:1:1","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7964:3:1"},"nodeType":"YulFunctionCall","src":"7964:22:1"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"7951:6:1"},"nodeType":"YulFunctionCall","src":"7951:36:1"},"nodeType":"YulExpressionStatement","src":"7951:36:1"}]},"nodeType":"YulCase","src":"7379:618:1","value":{"kind":"number","nodeType":"YulLiteral","src":"7384:1:1","type":"","value":"1"}},{"body":{"nodeType":"YulBlock","src":"8014:222:1","statements":[{"nodeType":"YulVariableDeclaration","src":"8028:14:1","value":{"kind":"number","nodeType":"YulLiteral","src":"8041:1:1","type":"","value":"0"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"8032:5:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"8065:67:1","statements":[{"nodeType":"YulAssignment","src":"8083:35:1","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"8102:3:1"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"8107:9:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8098:3:1"},"nodeType":"YulFunctionCall","src":"8098:19:1"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"8092:5:1"},"nodeType":"YulFunctionCall","src":"8092:26:1"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"8083:5:1"}]}]},"condition":{"name":"newLen","nodeType":"YulIdentifier","src":"8058:6:1"},"nodeType":"YulIf","src":"8055:77:1"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"8152:4:1"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8211:5:1"},{"name":"newLen","nodeType":"YulIdentifier","src":"8218:6:1"}],"functionName":{"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulIdentifier","src":"8158:52:1"},"nodeType":"YulFunctionCall","src":"8158:67:1"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"8145:6:1"},"nodeType":"YulFunctionCall","src":"8145:81:1"},"nodeType":"YulExpressionStatement","src":"8145:81:1"}]},"nodeType":"YulCase","src":"8006:230:1","value":"default"}],"expression":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"7359:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"7367:2:1","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"7356:2:1"},"nodeType":"YulFunctionCall","src":"7356:14:1"},"nodeType":"YulSwitch","src":"7349:887:1"}]},"name":"copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"6928:4:1","type":""},{"name":"src","nodeType":"YulTypedName","src":"6934:3:1","type":""}],"src":"6847:1395:1"}]},"contents":"{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() {\n revert(0, 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_string_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := round_up_to_mul_of_32(length)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function copy_memory_to_memory_with_cleanup(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 mstore(add(dst, length), 0)\n }\n\n function abi_decode_available_length_t_string_memory_ptr_fromMemory(src, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_string_memory_ptr(length))\n mstore(array, length)\n let dst := add(array, 0x20)\n if gt(add(src, length), end) { revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() }\n copy_memory_to_memory_with_cleanup(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_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := mload(offset)\n array := abi_decode_available_length_t_string_memory_ptr_fromMemory(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_string_memory_ptr_fromMemory(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := mload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0 := abi_decode_t_string_memory_ptr_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_length_t_string_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\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 array_dataslot_t_string_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function divide_by_32_ceil(value) -> result {\n result := div(add(value, 31), 32)\n }\n\n function shift_left_dynamic(bits, value) -> newValue {\n newValue :=\n\n shl(bits, value)\n\n }\n\n function update_byte_slice_dynamic32(value, shiftBytes, toInsert) -> result {\n let shiftBits := mul(shiftBytes, 8)\n let mask := shift_left_dynamic(shiftBits, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff)\n toInsert := shift_left_dynamic(shiftBits, toInsert)\n value := and(value, not(mask))\n result := or(value, and(toInsert, mask))\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function identity(value) -> ret {\n ret := value\n }\n\n function convert_t_uint256_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint256(value)))\n }\n\n function prepare_store_t_uint256(value) -> ret {\n ret := value\n }\n\n function update_storage_value_t_uint256_to_t_uint256(slot, offset, value_0) {\n let convertedValue_0 := convert_t_uint256_to_t_uint256(value_0)\n sstore(slot, update_byte_slice_dynamic32(sload(slot), offset, prepare_store_t_uint256(convertedValue_0)))\n }\n\n function zero_value_for_split_t_uint256() -> ret {\n ret := 0\n }\n\n function storage_set_to_zero_t_uint256(slot, offset) {\n let zero_0 := zero_value_for_split_t_uint256()\n update_storage_value_t_uint256_to_t_uint256(slot, offset, zero_0)\n }\n\n function clear_storage_range_t_bytes1(start, end) {\n for {} lt(start, end) { start := add(start, 1) }\n {\n storage_set_to_zero_t_uint256(start, 0)\n }\n }\n\n function clean_up_bytearray_end_slots_t_string_storage(array, len, startIndex) {\n\n if gt(len, 31) {\n let dataArea := array_dataslot_t_string_storage(array)\n let deleteStart := add(dataArea, divide_by_32_ceil(startIndex))\n // If we are clearing array to be short byte array, we want to clear only data starting from array data area.\n if lt(startIndex, 32) { deleteStart := dataArea }\n clear_storage_range_t_bytes1(deleteStart, add(dataArea, divide_by_32_ceil(len)))\n }\n\n }\n\n function shift_right_unsigned_dynamic(bits, value) -> newValue {\n newValue :=\n\n shr(bits, value)\n\n }\n\n function mask_bytes_dynamic(data, bytes) -> result {\n let mask := not(shift_right_unsigned_dynamic(mul(8, bytes), not(0)))\n result := and(data, mask)\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used {\n // we want to save only elements that are part of the array after resizing\n // others should be set to zero\n data := mask_bytes_dynamic(data, len)\n used := or(data, mul(2, len))\n }\n function copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage(slot, src) {\n\n let newLen := array_length_t_string_memory_ptr(src)\n // Make sure array length is sane\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n\n let oldLen := extract_byte_array_length(sload(slot))\n\n // potentially truncate data\n clean_up_bytearray_end_slots_t_string_storage(slot, oldLen, newLen)\n\n let srcOffset := 0\n\n srcOffset := 0x20\n\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(0x1f))\n\n let dstPtr := array_dataslot_t_string_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) } {\n sstore(dstPtr, mload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 32)\n }\n if lt(loopEnd, newLen) {\n let lastValue := mload(add(src, srcOffset))\n sstore(dstPtr, mask_bytes_dynamic(lastValue, and(newLen, 0x1f)))\n }\n sstore(slot, add(mul(newLen, 2), 1))\n }\n default {\n let value := 0\n if newLen {\n value := mload(add(src, srcOffset))\n }\n sstore(slot, extract_used_part_and_set_length_of_short_byte_array(value, newLen))\n }\n }\n\n}\n","id":1,"language":"Yul","name":"#utility.yul"}],"linkReferences":{},"object":"60806040523480156200001157600080fd5b5060405162000f7b38038062000f7b83398181016040528101906200003791906200021e565b6200005367a8227afe4dfa781e60c01b6200008860201b60201c565b6200006f67c9be2fde5a0b0d9860c01b6200008860201b60201c565b8060009081620000809190620004ba565b5050620005a1565b50565b6000604051905090565b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b620000f482620000a9565b810181811067ffffffffffffffff82111715620001165762000115620000ba565b5b80604052505050565b60006200012b6200008b565b9050620001398282620000e9565b919050565b600067ffffffffffffffff8211156200015c576200015b620000ba565b5b6200016782620000a9565b9050602081019050919050565b60005b838110156200019457808201518184015260208101905062000177565b60008484015250505050565b6000620001b7620001b1846200013e565b6200011f565b905082815260208101848484011115620001d657620001d5620000a4565b5b620001e384828562000174565b509392505050565b600082601f8301126200020357620002026200009f565b5b815162000215848260208601620001a0565b91505092915050565b60006020828403121562000237576200023662000095565b5b600082015167ffffffffffffffff8111156200025857620002576200009a565b5b6200026684828501620001eb565b91505092915050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680620002c257607f821691505b602082108103620002d857620002d76200027a565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302620003427fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262000303565b6200034e868362000303565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b60006200039b620003956200038f8462000366565b62000370565b62000366565b9050919050565b6000819050919050565b620003b7836200037a565b620003cf620003c682620003a2565b84845462000310565b825550505050565b600090565b620003e6620003d7565b620003f3818484620003ac565b505050565b5b818110156200041b576200040f600082620003dc565b600181019050620003f9565b5050565b601f8211156200046a576200043481620002de565b6200043f84620002f3565b810160208510156200044f578190505b620004676200045e85620002f3565b830182620003f8565b50505b505050565b600082821c905092915050565b60006200048f600019846008026200046f565b1980831691505092915050565b6000620004aa83836200047c565b9150826002028217905092915050565b620004c5826200026f565b67ffffffffffffffff811115620004e157620004e0620000ba565b5b620004ed8254620002a9565b620004fa8282856200041f565b600060209050601f8311600181146200053257600084156200051d578287015190505b6200052985826200049c565b86555062000599565b601f1984166200054286620002de565b60005b828110156200056c5784890151825560018201915060208501945060208101905062000545565b868310156200058c578489015162000588601f8916826200047c565b8355505b6001600288020188555050505b505050505050565b6109ca80620005b16000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c806306fdde031461004657806317d7de7c14610064578063c47f002714610082575b600080fd5b61004e61009e565b60405161005b91906103f2565b60405180910390f35b61006c61012c565b60405161007991906103f2565b60405180910390f35b61009c6004803603810190610097919061055d565b6102c4565b005b600080546100ab906105d5565b80601f01602080910402602001604051908101604052809291908181526020018280546100d7906105d5565b80156101245780601f106100f957610100808354040283529160200191610124565b820191906000526020600020905b81548152906001019060200180831161010757829003601f168201915b505050505081565b606061014267cc0273e704f5914160c01b61035f565b6101566730b5aca45879795260c01b61035f565b61016a677bd8b93d643b0bd860c01b61035f565b6000600b43610179919061063f565b036101f757610192678a231fed8fc8c5ea60c01b61035f565b6101a667da4f10ab71ed3b9460c01b61035f565b6101ba670a5414c91ed9f19e60c01b61035f565b6040518060400160405280601481526020017f4765744e616d65204f766572726964656e20457100000000000000000000000081525090506102c1565b61020b67731e5f0e666cbbe160c01b61035f565b61021f67d19bfc0fbcaf6bf160c01b61035f565b61023367d8eae10b6aca721860c01b61035f565b60008054610240906105d5565b80601f016020809104026020016040519081016040528092919081815260200182805461026c906105d5565b80156102b95780601f1061028e576101008083540402835291602001916102b9565b820191906000526020600020905b81548152906001019060200180831161029c57829003601f168201915b505050505090505b90565b6102d8677327731d8ae9d23a60c01b61035f565b6102ec6794319ce98f752b6860c01b61035f565b80600090816102fb919061081c565b50610310673e882cadf70d49cf60c01b61035f565b61032467e9452e85a2cd3fc560c01b61035f565b7f221d3d4161ff7c815e25a84cf3c2ec04f54111bee80f0b06d345c834581c9da360006040516103549190610972565b60405180910390a150565b50565b600081519050919050565b600082825260208201905092915050565b60005b8381101561039c578082015181840152602081019050610381565b60008484015250505050565b6000601f19601f8301169050919050565b60006103c482610362565b6103ce818561036d565b93506103de81856020860161037e565b6103e7816103a8565b840191505092915050565b6000602082019050818103600083015261040c81846103b9565b905092915050565b6000604051905090565b600080fd5b600080fd5b600080fd5b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b61046a826103a8565b810181811067ffffffffffffffff8211171561048957610488610432565b5b80604052505050565b600061049c610414565b90506104a88282610461565b919050565b600067ffffffffffffffff8211156104c8576104c7610432565b5b6104d1826103a8565b9050602081019050919050565b82818337600083830152505050565b60006105006104fb846104ad565b610492565b90508281526020810184848401111561051c5761051b61042d565b5b6105278482856104de565b509392505050565b600082601f83011261054457610543610428565b5b81356105548482602086016104ed565b91505092915050565b6000602082840312156105735761057261041e565b5b600082013567ffffffffffffffff81111561059157610590610423565b5b61059d8482850161052f565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806105ed57607f821691505b602082108103610600576105ff6105a6565b5b50919050565b6000819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061064a82610606565b915061065583610606565b92508261066557610664610610565b5b828206905092915050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026106d27fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82610695565b6106dc8683610695565b95508019841693508086168417925050509392505050565b6000819050919050565b600061071961071461070f84610606565b6106f4565b610606565b9050919050565b6000819050919050565b610733836106fe565b61074761073f82610720565b8484546106a2565b825550505050565b600090565b61075c61074f565b61076781848461072a565b505050565b5b8181101561078b57610780600082610754565b60018101905061076d565b5050565b601f8211156107d0576107a181610670565b6107aa84610685565b810160208510156107b9578190505b6107cd6107c585610685565b83018261076c565b50505b505050565b600082821c905092915050565b60006107f3600019846008026107d5565b1980831691505092915050565b600061080c83836107e2565b9150826002028217905092915050565b61082582610362565b67ffffffffffffffff81111561083e5761083d610432565b5b61084882546105d5565b61085382828561078f565b600060209050601f8311600181146108865760008415610874578287015190505b61087e8582610800565b8655506108e6565b601f19841661089486610670565b60005b828110156108bc57848901518255600182019150602085019450602081019050610897565b868310156108d957848901516108d5601f8916826107e2565b8355505b6001600288020188555050505b505050505050565b600081546108fb816105d5565b610905818661036d565b94506001821660008114610920576001811461093657610969565b60ff198316865281151560200286019350610969565b61093f85610670565b60005b8381101561096157815481890152600182019150602081019050610942565b808801955050505b50505092915050565b6000602082019050818103600083015261098c81846108ee565b90509291505056fea2646970667358221220617c3a3797b1b0070fd62490d8484c721d97a9f71259093134d789306873a32364736f6c63430008140033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH3 0xF7B CODESIZE SUB DUP1 PUSH3 0xF7B DUP4 CODECOPY DUP2 DUP2 ADD PUSH1 0x40 MSTORE DUP2 ADD SWAP1 PUSH3 0x37 SWAP2 SWAP1 PUSH3 0x21E JUMP JUMPDEST PUSH3 0x53 PUSH8 0xA8227AFE4DFA781E PUSH1 0xC0 SHL PUSH3 0x88 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST PUSH3 0x6F PUSH8 0xC9BE2FDE5A0B0D98 PUSH1 0xC0 SHL PUSH3 0x88 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST DUP1 PUSH1 0x0 SWAP1 DUP2 PUSH3 0x80 SWAP2 SWAP1 PUSH3 0x4BA JUMP JUMPDEST POP POP PUSH3 0x5A1 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH3 0xF4 DUP3 PUSH3 0xA9 JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH3 0x116 JUMPI PUSH3 0x115 PUSH3 0xBA JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x12B PUSH3 0x8B JUMP JUMPDEST SWAP1 POP PUSH3 0x139 DUP3 DUP3 PUSH3 0xE9 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH3 0x15C JUMPI PUSH3 0x15B PUSH3 0xBA JUMP JUMPDEST JUMPDEST PUSH3 0x167 DUP3 PUSH3 0xA9 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH3 0x194 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH3 0x177 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x1B7 PUSH3 0x1B1 DUP5 PUSH3 0x13E JUMP JUMPDEST PUSH3 0x11F JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH3 0x1D6 JUMPI PUSH3 0x1D5 PUSH3 0xA4 JUMP JUMPDEST JUMPDEST PUSH3 0x1E3 DUP5 DUP3 DUP6 PUSH3 0x174 JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH3 0x203 JUMPI PUSH3 0x202 PUSH3 0x9F JUMP JUMPDEST JUMPDEST DUP2 MLOAD PUSH3 0x215 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH3 0x1A0 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH3 0x237 JUMPI PUSH3 0x236 PUSH3 0x95 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH3 0x258 JUMPI PUSH3 0x257 PUSH3 0x9A JUMP JUMPDEST JUMPDEST PUSH3 0x266 DUP5 DUP3 DUP6 ADD PUSH3 0x1EB JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH3 0x2C2 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH3 0x2D8 JUMPI PUSH3 0x2D7 PUSH3 0x27A JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH3 0x342 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH3 0x303 JUMP JUMPDEST PUSH3 0x34E DUP7 DUP4 PUSH3 0x303 JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x39B PUSH3 0x395 PUSH3 0x38F DUP5 PUSH3 0x366 JUMP JUMPDEST PUSH3 0x370 JUMP JUMPDEST PUSH3 0x366 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH3 0x3B7 DUP4 PUSH3 0x37A JUMP JUMPDEST PUSH3 0x3CF PUSH3 0x3C6 DUP3 PUSH3 0x3A2 JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH3 0x310 JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH3 0x3E6 PUSH3 0x3D7 JUMP JUMPDEST PUSH3 0x3F3 DUP2 DUP5 DUP5 PUSH3 0x3AC JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH3 0x41B JUMPI PUSH3 0x40F PUSH1 0x0 DUP3 PUSH3 0x3DC JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH3 0x3F9 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH3 0x46A JUMPI PUSH3 0x434 DUP2 PUSH3 0x2DE JUMP JUMPDEST PUSH3 0x43F DUP5 PUSH3 0x2F3 JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH3 0x44F JUMPI DUP2 SWAP1 POP JUMPDEST PUSH3 0x467 PUSH3 0x45E DUP6 PUSH3 0x2F3 JUMP JUMPDEST DUP4 ADD DUP3 PUSH3 0x3F8 JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x48F PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH3 0x46F JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x4AA DUP4 DUP4 PUSH3 0x47C JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH3 0x4C5 DUP3 PUSH3 0x26F JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH3 0x4E1 JUMPI PUSH3 0x4E0 PUSH3 0xBA JUMP JUMPDEST JUMPDEST PUSH3 0x4ED DUP3 SLOAD PUSH3 0x2A9 JUMP JUMPDEST PUSH3 0x4FA DUP3 DUP3 DUP6 PUSH3 0x41F JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 SWAP1 POP PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH3 0x532 JUMPI PUSH1 0x0 DUP5 ISZERO PUSH3 0x51D JUMPI DUP3 DUP8 ADD MLOAD SWAP1 POP JUMPDEST PUSH3 0x529 DUP6 DUP3 PUSH3 0x49C JUMP JUMPDEST DUP7 SSTORE POP PUSH3 0x599 JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH3 0x542 DUP7 PUSH3 0x2DE JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH3 0x56C JUMPI DUP5 DUP10 ADD MLOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH3 0x545 JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH3 0x58C JUMPI DUP5 DUP10 ADD MLOAD PUSH3 0x588 PUSH1 0x1F DUP10 AND DUP3 PUSH3 0x47C JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x9CA DUP1 PUSH3 0x5B1 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 0x41 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x6FDDE03 EQ PUSH2 0x46 JUMPI DUP1 PUSH4 0x17D7DE7C EQ PUSH2 0x64 JUMPI DUP1 PUSH4 0xC47F0027 EQ PUSH2 0x82 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x4E PUSH2 0x9E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x5B SWAP2 SWAP1 PUSH2 0x3F2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x6C PUSH2 0x12C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x79 SWAP2 SWAP1 PUSH2 0x3F2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x9C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x97 SWAP2 SWAP1 PUSH2 0x55D JUMP JUMPDEST PUSH2 0x2C4 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH2 0xAB SWAP1 PUSH2 0x5D5 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 0xD7 SWAP1 PUSH2 0x5D5 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x124 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0xF9 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x124 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 0x107 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP DUP2 JUMP JUMPDEST PUSH1 0x60 PUSH2 0x142 PUSH8 0xCC0273E704F59141 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x156 PUSH8 0x30B5ACA458797952 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x16A PUSH8 0x7BD8B93D643B0BD8 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH1 0x0 PUSH1 0xB NUMBER PUSH2 0x179 SWAP2 SWAP1 PUSH2 0x63F JUMP JUMPDEST SUB PUSH2 0x1F7 JUMPI PUSH2 0x192 PUSH8 0x8A231FED8FC8C5EA PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x1A6 PUSH8 0xDA4F10AB71ED3B94 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x1BA PUSH8 0xA5414C91ED9F19E PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x14 DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x4765744E616D65204F766572726964656E204571000000000000000000000000 DUP2 MSTORE POP SWAP1 POP PUSH2 0x2C1 JUMP JUMPDEST PUSH2 0x20B PUSH8 0x731E5F0E666CBBE1 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x21F PUSH8 0xD19BFC0FBCAF6BF1 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x233 PUSH8 0xD8EAE10B6ACA7218 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH2 0x240 SWAP1 PUSH2 0x5D5 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 0x26C SWAP1 PUSH2 0x5D5 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2B9 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x28E JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2B9 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 0x29C JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP JUMPDEST SWAP1 JUMP JUMPDEST PUSH2 0x2D8 PUSH8 0x7327731D8AE9D23A PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x2EC PUSH8 0x94319CE98F752B68 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST DUP1 PUSH1 0x0 SWAP1 DUP2 PUSH2 0x2FB SWAP2 SWAP1 PUSH2 0x81C JUMP JUMPDEST POP PUSH2 0x310 PUSH8 0x3E882CADF70D49CF PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x324 PUSH8 0xE9452E85A2CD3FC5 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH32 0x221D3D4161FF7C815E25A84CF3C2EC04F54111BEE80F0B06D345C834581C9DA3 PUSH1 0x0 PUSH1 0x40 MLOAD PUSH2 0x354 SWAP2 SWAP1 PUSH2 0x972 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST 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 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x39C JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x381 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C4 DUP3 PUSH2 0x362 JUMP JUMPDEST PUSH2 0x3CE DUP2 DUP6 PUSH2 0x36D JUMP JUMPDEST SWAP4 POP PUSH2 0x3DE DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x37E JUMP JUMPDEST PUSH2 0x3E7 DUP2 PUSH2 0x3A8 JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x40C DUP2 DUP5 PUSH2 0x3B9 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x46A DUP3 PUSH2 0x3A8 JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x489 JUMPI PUSH2 0x488 PUSH2 0x432 JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x49C PUSH2 0x414 JUMP JUMPDEST SWAP1 POP PUSH2 0x4A8 DUP3 DUP3 PUSH2 0x461 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x4C8 JUMPI PUSH2 0x4C7 PUSH2 0x432 JUMP JUMPDEST JUMPDEST PUSH2 0x4D1 DUP3 PUSH2 0x3A8 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x500 PUSH2 0x4FB DUP5 PUSH2 0x4AD JUMP JUMPDEST PUSH2 0x492 JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH2 0x51C JUMPI PUSH2 0x51B PUSH2 0x42D JUMP JUMPDEST JUMPDEST PUSH2 0x527 DUP5 DUP3 DUP6 PUSH2 0x4DE JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x544 JUMPI PUSH2 0x543 PUSH2 0x428 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x554 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x4ED JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x573 JUMPI PUSH2 0x572 PUSH2 0x41E JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x591 JUMPI PUSH2 0x590 PUSH2 0x423 JUMP JUMPDEST JUMPDEST PUSH2 0x59D DUP5 DUP3 DUP6 ADD PUSH2 0x52F JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x5ED JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x600 JUMPI PUSH2 0x5FF PUSH2 0x5A6 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x64A DUP3 PUSH2 0x606 JUMP JUMPDEST SWAP2 POP PUSH2 0x655 DUP4 PUSH2 0x606 JUMP JUMPDEST SWAP3 POP DUP3 PUSH2 0x665 JUMPI PUSH2 0x664 PUSH2 0x610 JUMP JUMPDEST JUMPDEST DUP3 DUP3 MOD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH2 0x6D2 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH2 0x695 JUMP JUMPDEST PUSH2 0x6DC DUP7 DUP4 PUSH2 0x695 JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x719 PUSH2 0x714 PUSH2 0x70F DUP5 PUSH2 0x606 JUMP JUMPDEST PUSH2 0x6F4 JUMP JUMPDEST PUSH2 0x606 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x733 DUP4 PUSH2 0x6FE JUMP JUMPDEST PUSH2 0x747 PUSH2 0x73F DUP3 PUSH2 0x720 JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH2 0x6A2 JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH2 0x75C PUSH2 0x74F JUMP JUMPDEST PUSH2 0x767 DUP2 DUP5 DUP5 PUSH2 0x72A JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x78B JUMPI PUSH2 0x780 PUSH1 0x0 DUP3 PUSH2 0x754 JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x76D JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x7D0 JUMPI PUSH2 0x7A1 DUP2 PUSH2 0x670 JUMP JUMPDEST PUSH2 0x7AA DUP5 PUSH2 0x685 JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x7B9 JUMPI DUP2 SWAP1 POP JUMPDEST PUSH2 0x7CD PUSH2 0x7C5 DUP6 PUSH2 0x685 JUMP JUMPDEST DUP4 ADD DUP3 PUSH2 0x76C JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x7F3 PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH2 0x7D5 JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x80C DUP4 DUP4 PUSH2 0x7E2 JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x825 DUP3 PUSH2 0x362 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x83E JUMPI PUSH2 0x83D PUSH2 0x432 JUMP JUMPDEST JUMPDEST PUSH2 0x848 DUP3 SLOAD PUSH2 0x5D5 JUMP JUMPDEST PUSH2 0x853 DUP3 DUP3 DUP6 PUSH2 0x78F JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 SWAP1 POP PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH2 0x886 JUMPI PUSH1 0x0 DUP5 ISZERO PUSH2 0x874 JUMPI DUP3 DUP8 ADD MLOAD SWAP1 POP JUMPDEST PUSH2 0x87E DUP6 DUP3 PUSH2 0x800 JUMP JUMPDEST DUP7 SSTORE POP PUSH2 0x8E6 JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH2 0x894 DUP7 PUSH2 0x670 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8BC JUMPI DUP5 DUP10 ADD MLOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x897 JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH2 0x8D9 JUMPI DUP5 DUP10 ADD MLOAD PUSH2 0x8D5 PUSH1 0x1F DUP10 AND DUP3 PUSH2 0x7E2 JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SLOAD PUSH2 0x8FB DUP2 PUSH2 0x5D5 JUMP JUMPDEST PUSH2 0x905 DUP2 DUP7 PUSH2 0x36D JUMP JUMPDEST SWAP5 POP PUSH1 0x1 DUP3 AND PUSH1 0x0 DUP2 EQ PUSH2 0x920 JUMPI PUSH1 0x1 DUP2 EQ PUSH2 0x936 JUMPI PUSH2 0x969 JUMP JUMPDEST PUSH1 0xFF NOT DUP4 AND DUP7 MSTORE DUP2 ISZERO ISZERO PUSH1 0x20 MUL DUP7 ADD SWAP4 POP PUSH2 0x969 JUMP JUMPDEST PUSH2 0x93F DUP6 PUSH2 0x670 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x961 JUMPI DUP2 SLOAD DUP2 DUP10 ADD MSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x942 JUMP JUMPDEST DUP1 DUP9 ADD SWAP6 POP POP POP JUMPDEST POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x98C DUP2 DUP5 PUSH2 0x8EE JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH2 0x7C3A CALLDATACOPY SWAP8 0xB1 0xB0 SMOD 0xF 0xD6 0x24 SWAP1 0xD8 BASEFEE 0x4C PUSH19 0x1D97A9F71259093134D789306873A32364736F PUSH13 0x63430008140033000000000000 ","sourceMap":"0:1375:0:-:0;;;318:154;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;352:30;363:18;352:30;;:10;;;:30;;:::i;:::-;401;412:18;401:30;;:10;;;:30;;:::i;:::-;460:5;453:4;:12;;;;;;:::i;:::-;;318:154;0:1375;;15:56;;:::o;7:75:1:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:117;443:1;440;433:12;457:117;566:1;563;556:12;580:102;621:6;672:2;668:7;663:2;656:5;652:14;648:28;638:38;;580:102;;;:::o;688:180::-;736:77;733:1;726:88;833:4;830:1;823:15;857:4;854:1;847:15;874:281;957:27;979:4;957:27;:::i;:::-;949:6;945:40;1087:6;1075:10;1072:22;1051:18;1039:10;1036:34;1033:62;1030:88;;;1098:18;;:::i;:::-;1030:88;1138:10;1134:2;1127:22;917:238;874:281;;:::o;1161:129::-;1195:6;1222:20;;:::i;:::-;1212:30;;1251:33;1279:4;1271:6;1251:33;:::i;:::-;1161:129;;;:::o;1296:308::-;1358:4;1448:18;1440:6;1437:30;1434:56;;;1470:18;;:::i;:::-;1434:56;1508:29;1530:6;1508:29;:::i;:::-;1500:37;;1592:4;1586;1582:15;1574:23;;1296:308;;;:::o;1610:246::-;1691:1;1701:113;1715:6;1712:1;1709:13;1701:113;;;1800:1;1795:3;1791:11;1785:18;1781:1;1776:3;1772:11;1765:39;1737:2;1734:1;1730:10;1725:15;;1701:113;;;1848:1;1839:6;1834:3;1830:16;1823:27;1672:184;1610:246;;;:::o;1862:434::-;1951:5;1976:66;1992:49;2034:6;1992:49;:::i;:::-;1976:66;:::i;:::-;1967:75;;2065:6;2058:5;2051:21;2103:4;2096:5;2092:16;2141:3;2132:6;2127:3;2123:16;2120:25;2117:112;;;2148:79;;:::i;:::-;2117:112;2238:52;2283:6;2278:3;2273;2238:52;:::i;:::-;1957:339;1862:434;;;;;:::o;2316:355::-;2383:5;2432:3;2425:4;2417:6;2413:17;2409:27;2399:122;;2440:79;;:::i;:::-;2399:122;2550:6;2544:13;2575:90;2661:3;2653:6;2646:4;2638:6;2634:17;2575:90;:::i;:::-;2566:99;;2389:282;2316:355;;;;:::o;2677:524::-;2757:6;2806:2;2794:9;2785:7;2781:23;2777:32;2774:119;;;2812:79;;:::i;:::-;2774:119;2953:1;2942:9;2938:17;2932:24;2983:18;2975:6;2972:30;2969:117;;;3005:79;;:::i;:::-;2969:117;3110:74;3176:7;3167:6;3156:9;3152:22;3110:74;:::i;:::-;3100:84;;2903:291;2677:524;;;;:::o;3207:99::-;3259:6;3293:5;3287:12;3277:22;;3207:99;;;:::o;3312:180::-;3360:77;3357:1;3350:88;3457:4;3454:1;3447:15;3481:4;3478:1;3471:15;3498:320;3542:6;3579:1;3573:4;3569:12;3559:22;;3626:1;3620:4;3616:12;3647:18;3637:81;;3703:4;3695:6;3691:17;3681:27;;3637:81;3765:2;3757:6;3754:14;3734:18;3731:38;3728:84;;3784:18;;:::i;:::-;3728:84;3549:269;3498:320;;;:::o;3824:141::-;3873:4;3896:3;3888:11;;3919:3;3916:1;3909:14;3953:4;3950:1;3940:18;3932:26;;3824:141;;;:::o;3971:93::-;4008:6;4055:2;4050;4043:5;4039:14;4035:23;4025:33;;3971:93;;;:::o;4070:107::-;4114:8;4164:5;4158:4;4154:16;4133:37;;4070:107;;;;:::o;4183:393::-;4252:6;4302:1;4290:10;4286:18;4325:97;4355:66;4344:9;4325:97;:::i;:::-;4443:39;4473:8;4462:9;4443:39;:::i;:::-;4431:51;;4515:4;4511:9;4504:5;4500:21;4491:30;;4564:4;4554:8;4550:19;4543:5;4540:30;4530:40;;4259:317;;4183:393;;;;;:::o;4582:77::-;4619:7;4648:5;4637:16;;4582:77;;;:::o;4665:60::-;4693:3;4714:5;4707:12;;4665:60;;;:::o;4731:142::-;4781:9;4814:53;4832:34;4841:24;4859:5;4841:24;:::i;:::-;4832:34;:::i;:::-;4814:53;:::i;:::-;4801:66;;4731:142;;;:::o;4879:75::-;4922:3;4943:5;4936:12;;4879:75;;;:::o;4960:269::-;5070:39;5101:7;5070:39;:::i;:::-;5131:91;5180:41;5204:16;5180:41;:::i;:::-;5172:6;5165:4;5159:11;5131:91;:::i;:::-;5125:4;5118:105;5036:193;4960:269;;;:::o;5235:73::-;5280:3;5235:73;:::o;5314:189::-;5391:32;;:::i;:::-;5432:65;5490:6;5482;5476:4;5432:65;:::i;:::-;5367:136;5314:189;;:::o;5509:186::-;5569:120;5586:3;5579:5;5576:14;5569:120;;;5640:39;5677:1;5670:5;5640:39;:::i;:::-;5613:1;5606:5;5602:13;5593:22;;5569:120;;;5509:186;;:::o;5701:543::-;5802:2;5797:3;5794:11;5791:446;;;5836:38;5868:5;5836:38;:::i;:::-;5920:29;5938:10;5920:29;:::i;:::-;5910:8;5906:44;6103:2;6091:10;6088:18;6085:49;;;6124:8;6109:23;;6085:49;6147:80;6203:22;6221:3;6203:22;:::i;:::-;6193:8;6189:37;6176:11;6147:80;:::i;:::-;5806:431;;5791:446;5701:543;;;:::o;6250:117::-;6304:8;6354:5;6348:4;6344:16;6323:37;;6250:117;;;;:::o;6373:169::-;6417:6;6450:51;6498:1;6494:6;6486:5;6483:1;6479:13;6450:51;:::i;:::-;6446:56;6531:4;6525;6521:15;6511:25;;6424:118;6373:169;;;;:::o;6547:295::-;6623:4;6769:29;6794:3;6788:4;6769:29;:::i;:::-;6761:37;;6831:3;6828:1;6824:11;6818:4;6815:21;6807:29;;6547:295;;;;:::o;6847:1395::-;6964:37;6997:3;6964:37;:::i;:::-;7066:18;7058:6;7055:30;7052:56;;;7088:18;;:::i;:::-;7052:56;7132:38;7164:4;7158:11;7132:38;:::i;:::-;7217:67;7277:6;7269;7263:4;7217:67;:::i;:::-;7311:1;7335:4;7322:17;;7367:2;7359:6;7356:14;7384:1;7379:618;;;;8041:1;8058:6;8055:77;;;8107:9;8102:3;8098:19;8092:26;8083:35;;8055:77;8158:67;8218:6;8211:5;8158:67;:::i;:::-;8152:4;8145:81;8014:222;7349:887;;7379:618;7431:4;7427:9;7419:6;7415:22;7465:37;7497:4;7465:37;:::i;:::-;7524:1;7538:208;7552:7;7549:1;7546:14;7538:208;;;7631:9;7626:3;7622:19;7616:26;7608:6;7601:42;7682:1;7674:6;7670:14;7660:24;;7729:2;7718:9;7714:18;7701:31;;7575:4;7572:1;7568:12;7563:17;;7538:208;;;7774:6;7765:7;7762:19;7759:179;;;7832:9;7827:3;7823:19;7817:26;7875:48;7917:4;7909:6;7905:17;7894:9;7875:48;:::i;:::-;7867:6;7860:64;7782:156;7759:179;7984:1;7980;7972:6;7968:14;7964:22;7958:4;7951:36;7386:611;;;7349:887;;6939:1303;;;6847:1395;;:::o;0:1375:0:-;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@c_654d2c60_6":{"entryPoint":863,"id":6,"parameterSlots":1,"returnSlots":0},"@getName_135":{"entryPoint":300,"id":135,"parameterSlots":0,"returnSlots":1},"@name_28":{"entryPoint":158,"id":28,"parameterSlots":0,"returnSlots":0},"@setName_80":{"entryPoint":708,"id":80,"parameterSlots":1,"returnSlots":0},"abi_decode_available_length_t_string_memory_ptr":{"entryPoint":1261,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_string_memory_ptr":{"entryPoint":1327,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_string_memory_ptr":{"entryPoint":1373,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack":{"entryPoint":953,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_string_storage_to_t_string_memory_ptr_fromStack":{"entryPoint":2286,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":1010,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_string_storage__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":2418,"id":null,"parameterSlots":2,"returnSlots":1},"allocate_memory":{"entryPoint":1170,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":1044,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_string_memory_ptr":{"entryPoint":1197,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_string_storage":{"entryPoint":1648,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_string_memory_ptr":{"entryPoint":866,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":877,"id":null,"parameterSlots":2,"returnSlots":1},"clean_up_bytearray_end_slots_t_string_storage":{"entryPoint":1935,"id":null,"parameterSlots":3,"returnSlots":0},"cleanup_t_uint256":{"entryPoint":1542,"id":null,"parameterSlots":1,"returnSlots":1},"clear_storage_range_t_bytes1":{"entryPoint":1900,"id":null,"parameterSlots":2,"returnSlots":0},"convert_t_uint256_to_t_uint256":{"entryPoint":1790,"id":null,"parameterSlots":1,"returnSlots":1},"copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage":{"entryPoint":2076,"id":null,"parameterSlots":2,"returnSlots":0},"copy_calldata_to_memory_with_cleanup":{"entryPoint":1246,"id":null,"parameterSlots":3,"returnSlots":0},"copy_memory_to_memory_with_cleanup":{"entryPoint":894,"id":null,"parameterSlots":3,"returnSlots":0},"divide_by_32_ceil":{"entryPoint":1669,"id":null,"parameterSlots":1,"returnSlots":1},"extract_byte_array_length":{"entryPoint":1493,"id":null,"parameterSlots":1,"returnSlots":1},"extract_used_part_and_set_length_of_short_byte_array":{"entryPoint":2048,"id":null,"parameterSlots":2,"returnSlots":1},"finalize_allocation":{"entryPoint":1121,"id":null,"parameterSlots":2,"returnSlots":0},"identity":{"entryPoint":1780,"id":null,"parameterSlots":1,"returnSlots":1},"mask_bytes_dynamic":{"entryPoint":2018,"id":null,"parameterSlots":2,"returnSlots":1},"mod_t_uint256":{"entryPoint":1599,"id":null,"parameterSlots":2,"returnSlots":1},"panic_error_0x12":{"entryPoint":1552,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x22":{"entryPoint":1446,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":1074,"id":null,"parameterSlots":0,"returnSlots":0},"prepare_store_t_uint256":{"entryPoint":1824,"id":null,"parameterSlots":1,"returnSlots":1},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":1064,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae":{"entryPoint":1069,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":1059,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":1054,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":936,"id":null,"parameterSlots":1,"returnSlots":1},"shift_left_dynamic":{"entryPoint":1685,"id":null,"parameterSlots":2,"returnSlots":1},"shift_right_unsigned_dynamic":{"entryPoint":2005,"id":null,"parameterSlots":2,"returnSlots":1},"storage_set_to_zero_t_uint256":{"entryPoint":1876,"id":null,"parameterSlots":2,"returnSlots":0},"update_byte_slice_dynamic32":{"entryPoint":1698,"id":null,"parameterSlots":3,"returnSlots":1},"update_storage_value_t_uint256_to_t_uint256":{"entryPoint":1834,"id":null,"parameterSlots":3,"returnSlots":0},"zero_value_for_split_t_uint256":{"entryPoint":1871,"id":null,"parameterSlots":0,"returnSlots":1}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:10777:1","statements":[{"body":{"nodeType":"YulBlock","src":"66:40:1","statements":[{"nodeType":"YulAssignment","src":"77:22:1","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"93:5:1"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"87:5:1"},"nodeType":"YulFunctionCall","src":"87:12:1"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"77:6:1"}]}]},"name":"array_length_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"49:5:1","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"59:6:1","type":""}],"src":"7:99:1"},{"body":{"nodeType":"YulBlock","src":"208:73:1","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"225:3:1"},{"name":"length","nodeType":"YulIdentifier","src":"230:6:1"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"218:6:1"},"nodeType":"YulFunctionCall","src":"218:19:1"},"nodeType":"YulExpressionStatement","src":"218:19:1"},{"nodeType":"YulAssignment","src":"246:29:1","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"265:3:1"},{"kind":"number","nodeType":"YulLiteral","src":"270:4:1","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"261:3:1"},"nodeType":"YulFunctionCall","src":"261:14:1"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"246:11:1"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"180:3:1","type":""},{"name":"length","nodeType":"YulTypedName","src":"185:6:1","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"196:11:1","type":""}],"src":"112:169:1"},{"body":{"nodeType":"YulBlock","src":"349:184:1","statements":[{"nodeType":"YulVariableDeclaration","src":"359:10:1","value":{"kind":"number","nodeType":"YulLiteral","src":"368:1:1","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"363:1:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"428:63:1","statements":[{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"453:3:1"},{"name":"i","nodeType":"YulIdentifier","src":"458:1:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"449:3:1"},"nodeType":"YulFunctionCall","src":"449:11:1"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"472:3:1"},{"name":"i","nodeType":"YulIdentifier","src":"477:1:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"468:3:1"},"nodeType":"YulFunctionCall","src":"468:11:1"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"462:5:1"},"nodeType":"YulFunctionCall","src":"462:18:1"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"442:6:1"},"nodeType":"YulFunctionCall","src":"442:39:1"},"nodeType":"YulExpressionStatement","src":"442:39:1"}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"389:1:1"},{"name":"length","nodeType":"YulIdentifier","src":"392:6:1"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"386:2:1"},"nodeType":"YulFunctionCall","src":"386:13:1"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"400:19:1","statements":[{"nodeType":"YulAssignment","src":"402:15:1","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"411:1:1"},{"kind":"number","nodeType":"YulLiteral","src":"414:2:1","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"407:3:1"},"nodeType":"YulFunctionCall","src":"407:10:1"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"402:1:1"}]}]},"pre":{"nodeType":"YulBlock","src":"382:3:1","statements":[]},"src":"378:113:1"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"511:3:1"},{"name":"length","nodeType":"YulIdentifier","src":"516:6:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"507:3:1"},"nodeType":"YulFunctionCall","src":"507:16:1"},{"kind":"number","nodeType":"YulLiteral","src":"525:1:1","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"500:6:1"},"nodeType":"YulFunctionCall","src":"500:27:1"},"nodeType":"YulExpressionStatement","src":"500:27:1"}]},"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"331:3:1","type":""},{"name":"dst","nodeType":"YulTypedName","src":"336:3:1","type":""},{"name":"length","nodeType":"YulTypedName","src":"341:6:1","type":""}],"src":"287:246:1"},{"body":{"nodeType":"YulBlock","src":"587:54:1","statements":[{"nodeType":"YulAssignment","src":"597:38:1","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"615:5:1"},{"kind":"number","nodeType":"YulLiteral","src":"622:2:1","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"611:3:1"},"nodeType":"YulFunctionCall","src":"611:14:1"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"631:2:1","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"627:3:1"},"nodeType":"YulFunctionCall","src":"627:7:1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"607:3:1"},"nodeType":"YulFunctionCall","src":"607:28:1"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"597:6:1"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"570:5:1","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"580:6:1","type":""}],"src":"539:102:1"},{"body":{"nodeType":"YulBlock","src":"739:285:1","statements":[{"nodeType":"YulVariableDeclaration","src":"749:53:1","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"796:5:1"}],"functionName":{"name":"array_length_t_string_memory_ptr","nodeType":"YulIdentifier","src":"763:32:1"},"nodeType":"YulFunctionCall","src":"763:39:1"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"753:6:1","type":""}]},{"nodeType":"YulAssignment","src":"811:78:1","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"877:3:1"},{"name":"length","nodeType":"YulIdentifier","src":"882:6:1"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"818:58:1"},"nodeType":"YulFunctionCall","src":"818:71:1"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"811:3:1"}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"937:5:1"},{"kind":"number","nodeType":"YulLiteral","src":"944:4:1","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"933:3:1"},"nodeType":"YulFunctionCall","src":"933:16:1"},{"name":"pos","nodeType":"YulIdentifier","src":"951:3:1"},{"name":"length","nodeType":"YulIdentifier","src":"956:6:1"}],"functionName":{"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"898:34:1"},"nodeType":"YulFunctionCall","src":"898:65:1"},"nodeType":"YulExpressionStatement","src":"898:65:1"},{"nodeType":"YulAssignment","src":"972:46:1","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"983:3:1"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1010:6:1"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"988:21:1"},"nodeType":"YulFunctionCall","src":"988:29:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"979:3:1"},"nodeType":"YulFunctionCall","src":"979:39:1"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"972:3:1"}]}]},"name":"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"720:5:1","type":""},{"name":"pos","nodeType":"YulTypedName","src":"727:3:1","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"735:3:1","type":""}],"src":"647:377:1"},{"body":{"nodeType":"YulBlock","src":"1148:195:1","statements":[{"nodeType":"YulAssignment","src":"1158:26:1","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1170:9:1"},{"kind":"number","nodeType":"YulLiteral","src":"1181:2:1","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1166:3:1"},"nodeType":"YulFunctionCall","src":"1166:18:1"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1158:4:1"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1205:9:1"},{"kind":"number","nodeType":"YulLiteral","src":"1216:1:1","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1201:3:1"},"nodeType":"YulFunctionCall","src":"1201:17:1"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1224:4:1"},{"name":"headStart","nodeType":"YulIdentifier","src":"1230:9:1"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"1220:3:1"},"nodeType":"YulFunctionCall","src":"1220:20:1"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1194:6:1"},"nodeType":"YulFunctionCall","src":"1194:47:1"},"nodeType":"YulExpressionStatement","src":"1194:47:1"},{"nodeType":"YulAssignment","src":"1250:86:1","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"1322:6:1"},{"name":"tail","nodeType":"YulIdentifier","src":"1331:4:1"}],"functionName":{"name":"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"1258:63:1"},"nodeType":"YulFunctionCall","src":"1258:78:1"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1250: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":"1120:9:1","type":""},{"name":"value0","nodeType":"YulTypedName","src":"1132:6:1","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"1143:4:1","type":""}],"src":"1030:313:1"},{"body":{"nodeType":"YulBlock","src":"1389:35:1","statements":[{"nodeType":"YulAssignment","src":"1399:19:1","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1415:2:1","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1409:5:1"},"nodeType":"YulFunctionCall","src":"1409:9:1"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1399:6:1"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"1382:6:1","type":""}],"src":"1349:75:1"},{"body":{"nodeType":"YulBlock","src":"1519:28:1","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1536:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1539:1:1","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1529:6:1"},"nodeType":"YulFunctionCall","src":"1529:12:1"},"nodeType":"YulExpressionStatement","src":"1529:12:1"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"1430:117:1"},{"body":{"nodeType":"YulBlock","src":"1642:28:1","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1659:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1662:1:1","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1652:6:1"},"nodeType":"YulFunctionCall","src":"1652:12:1"},"nodeType":"YulExpressionStatement","src":"1652:12:1"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"1553:117:1"},{"body":{"nodeType":"YulBlock","src":"1765:28:1","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1782:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1785:1:1","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1775:6:1"},"nodeType":"YulFunctionCall","src":"1775:12:1"},"nodeType":"YulExpressionStatement","src":"1775:12:1"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"1676:117:1"},{"body":{"nodeType":"YulBlock","src":"1888:28:1","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1905:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1908:1:1","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1898:6:1"},"nodeType":"YulFunctionCall","src":"1898:12:1"},"nodeType":"YulExpressionStatement","src":"1898:12:1"}]},"name":"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae","nodeType":"YulFunctionDefinition","src":"1799:117:1"},{"body":{"nodeType":"YulBlock","src":"1950:152:1","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1967:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1970:77:1","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1960:6:1"},"nodeType":"YulFunctionCall","src":"1960:88:1"},"nodeType":"YulExpressionStatement","src":"1960:88:1"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2064:1:1","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"2067:4:1","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2057:6:1"},"nodeType":"YulFunctionCall","src":"2057:15:1"},"nodeType":"YulExpressionStatement","src":"2057:15:1"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2088:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2091:4:1","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2081:6:1"},"nodeType":"YulFunctionCall","src":"2081:15:1"},"nodeType":"YulExpressionStatement","src":"2081:15:1"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"1922:180:1"},{"body":{"nodeType":"YulBlock","src":"2151:238:1","statements":[{"nodeType":"YulVariableDeclaration","src":"2161:58:1","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"2183:6:1"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"2213:4:1"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"2191:21:1"},"nodeType":"YulFunctionCall","src":"2191:27:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2179:3:1"},"nodeType":"YulFunctionCall","src":"2179:40:1"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"2165:10:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"2330:22:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"2332:16:1"},"nodeType":"YulFunctionCall","src":"2332:18:1"},"nodeType":"YulExpressionStatement","src":"2332:18:1"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"2273:10:1"},{"kind":"number","nodeType":"YulLiteral","src":"2285:18:1","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"2270:2:1"},"nodeType":"YulFunctionCall","src":"2270:34:1"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"2309:10:1"},{"name":"memPtr","nodeType":"YulIdentifier","src":"2321:6:1"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"2306:2:1"},"nodeType":"YulFunctionCall","src":"2306:22:1"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"2267:2:1"},"nodeType":"YulFunctionCall","src":"2267:62:1"},"nodeType":"YulIf","src":"2264:88:1"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2368:2:1","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"2372:10:1"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2361:6:1"},"nodeType":"YulFunctionCall","src":"2361:22:1"},"nodeType":"YulExpressionStatement","src":"2361:22:1"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"2137:6:1","type":""},{"name":"size","nodeType":"YulTypedName","src":"2145:4:1","type":""}],"src":"2108:281:1"},{"body":{"nodeType":"YulBlock","src":"2436:88:1","statements":[{"nodeType":"YulAssignment","src":"2446:30:1","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"2456:18:1"},"nodeType":"YulFunctionCall","src":"2456:20:1"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"2446:6:1"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"2505:6:1"},{"name":"size","nodeType":"YulIdentifier","src":"2513:4:1"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"2485:19:1"},"nodeType":"YulFunctionCall","src":"2485:33:1"},"nodeType":"YulExpressionStatement","src":"2485:33:1"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"2420:4:1","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"2429:6:1","type":""}],"src":"2395:129:1"},{"body":{"nodeType":"YulBlock","src":"2597:241:1","statements":[{"body":{"nodeType":"YulBlock","src":"2702:22:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"2704:16:1"},"nodeType":"YulFunctionCall","src":"2704:18:1"},"nodeType":"YulExpressionStatement","src":"2704:18:1"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"2674:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"2682:18:1","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"2671:2:1"},"nodeType":"YulFunctionCall","src":"2671:30:1"},"nodeType":"YulIf","src":"2668:56:1"},{"nodeType":"YulAssignment","src":"2734:37:1","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"2764:6:1"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"2742:21:1"},"nodeType":"YulFunctionCall","src":"2742:29:1"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"2734:4:1"}]},{"nodeType":"YulAssignment","src":"2808:23:1","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"2820:4:1"},{"kind":"number","nodeType":"YulLiteral","src":"2826:4:1","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2816:3:1"},"nodeType":"YulFunctionCall","src":"2816:15:1"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"2808:4:1"}]}]},"name":"array_allocation_size_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"2581:6:1","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"2592:4:1","type":""}],"src":"2530:308:1"},{"body":{"nodeType":"YulBlock","src":"2908:82:1","statements":[{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"2931:3:1"},{"name":"src","nodeType":"YulIdentifier","src":"2936:3:1"},{"name":"length","nodeType":"YulIdentifier","src":"2941:6:1"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"2918:12:1"},"nodeType":"YulFunctionCall","src":"2918:30:1"},"nodeType":"YulExpressionStatement","src":"2918:30:1"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"2968:3:1"},{"name":"length","nodeType":"YulIdentifier","src":"2973:6:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2964:3:1"},"nodeType":"YulFunctionCall","src":"2964:16:1"},{"kind":"number","nodeType":"YulLiteral","src":"2982:1:1","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2957:6:1"},"nodeType":"YulFunctionCall","src":"2957:27:1"},"nodeType":"YulExpressionStatement","src":"2957:27:1"}]},"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"2890:3:1","type":""},{"name":"dst","nodeType":"YulTypedName","src":"2895:3:1","type":""},{"name":"length","nodeType":"YulTypedName","src":"2900:6:1","type":""}],"src":"2844:146:1"},{"body":{"nodeType":"YulBlock","src":"3080:341:1","statements":[{"nodeType":"YulAssignment","src":"3090:75:1","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3157:6:1"}],"functionName":{"name":"array_allocation_size_t_string_memory_ptr","nodeType":"YulIdentifier","src":"3115:41:1"},"nodeType":"YulFunctionCall","src":"3115:49:1"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"3099:15:1"},"nodeType":"YulFunctionCall","src":"3099:66:1"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"3090:5:1"}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"3181:5:1"},{"name":"length","nodeType":"YulIdentifier","src":"3188:6:1"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3174:6:1"},"nodeType":"YulFunctionCall","src":"3174:21:1"},"nodeType":"YulExpressionStatement","src":"3174:21:1"},{"nodeType":"YulVariableDeclaration","src":"3204:27:1","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"3219:5:1"},{"kind":"number","nodeType":"YulLiteral","src":"3226:4:1","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3215:3:1"},"nodeType":"YulFunctionCall","src":"3215:16:1"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"3208:3:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"3269:83:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae","nodeType":"YulIdentifier","src":"3271:77:1"},"nodeType":"YulFunctionCall","src":"3271:79:1"},"nodeType":"YulExpressionStatement","src":"3271:79:1"}]},"condition":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3250:3:1"},{"name":"length","nodeType":"YulIdentifier","src":"3255:6:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3246:3:1"},"nodeType":"YulFunctionCall","src":"3246:16:1"},{"name":"end","nodeType":"YulIdentifier","src":"3264:3:1"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"3243:2:1"},"nodeType":"YulFunctionCall","src":"3243:25:1"},"nodeType":"YulIf","src":"3240:112:1"},{"expression":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3398:3:1"},{"name":"dst","nodeType":"YulIdentifier","src":"3403:3:1"},{"name":"length","nodeType":"YulIdentifier","src":"3408:6:1"}],"functionName":{"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"3361:36:1"},"nodeType":"YulFunctionCall","src":"3361:54:1"},"nodeType":"YulExpressionStatement","src":"3361:54:1"}]},"name":"abi_decode_available_length_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"3053:3:1","type":""},{"name":"length","nodeType":"YulTypedName","src":"3058:6:1","type":""},{"name":"end","nodeType":"YulTypedName","src":"3066:3:1","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"3074:5:1","type":""}],"src":"2996:425:1"},{"body":{"nodeType":"YulBlock","src":"3503:278:1","statements":[{"body":{"nodeType":"YulBlock","src":"3552:83:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"3554:77:1"},"nodeType":"YulFunctionCall","src":"3554:79:1"},"nodeType":"YulExpressionStatement","src":"3554:79:1"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3531:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"3539:4:1","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3527:3:1"},"nodeType":"YulFunctionCall","src":"3527:17:1"},{"name":"end","nodeType":"YulIdentifier","src":"3546:3:1"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"3523:3:1"},"nodeType":"YulFunctionCall","src":"3523:27:1"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3516:6:1"},"nodeType":"YulFunctionCall","src":"3516:35:1"},"nodeType":"YulIf","src":"3513:122:1"},{"nodeType":"YulVariableDeclaration","src":"3644:34:1","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3671:6:1"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"3658:12:1"},"nodeType":"YulFunctionCall","src":"3658:20:1"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"3648:6:1","type":""}]},{"nodeType":"YulAssignment","src":"3687:88:1","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3748:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"3756:4:1","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3744:3:1"},"nodeType":"YulFunctionCall","src":"3744:17:1"},{"name":"length","nodeType":"YulIdentifier","src":"3763:6:1"},{"name":"end","nodeType":"YulIdentifier","src":"3771:3:1"}],"functionName":{"name":"abi_decode_available_length_t_string_memory_ptr","nodeType":"YulIdentifier","src":"3696:47:1"},"nodeType":"YulFunctionCall","src":"3696:79:1"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"3687:5:1"}]}]},"name":"abi_decode_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"3481:6:1","type":""},{"name":"end","nodeType":"YulTypedName","src":"3489:3:1","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"3497:5:1","type":""}],"src":"3441:340:1"},{"body":{"nodeType":"YulBlock","src":"3863:433:1","statements":[{"body":{"nodeType":"YulBlock","src":"3909:83:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"3911:77:1"},"nodeType":"YulFunctionCall","src":"3911:79:1"},"nodeType":"YulExpressionStatement","src":"3911:79:1"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"3884:7:1"},{"name":"headStart","nodeType":"YulIdentifier","src":"3893:9:1"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"3880:3:1"},"nodeType":"YulFunctionCall","src":"3880:23:1"},{"kind":"number","nodeType":"YulLiteral","src":"3905:2:1","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"3876:3:1"},"nodeType":"YulFunctionCall","src":"3876:32:1"},"nodeType":"YulIf","src":"3873:119:1"},{"nodeType":"YulBlock","src":"4002:287:1","statements":[{"nodeType":"YulVariableDeclaration","src":"4017:45:1","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4048:9:1"},{"kind":"number","nodeType":"YulLiteral","src":"4059:1:1","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4044:3:1"},"nodeType":"YulFunctionCall","src":"4044:17:1"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4031:12:1"},"nodeType":"YulFunctionCall","src":"4031:31:1"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4021:6:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"4109:83:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"4111:77:1"},"nodeType":"YulFunctionCall","src":"4111:79:1"},"nodeType":"YulExpressionStatement","src":"4111:79:1"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4081:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"4089:18:1","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4078:2:1"},"nodeType":"YulFunctionCall","src":"4078:30:1"},"nodeType":"YulIf","src":"4075:117:1"},{"nodeType":"YulAssignment","src":"4206:73:1","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4251:9:1"},{"name":"offset","nodeType":"YulIdentifier","src":"4262:6:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4247:3:1"},"nodeType":"YulFunctionCall","src":"4247:22:1"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4271:7:1"}],"functionName":{"name":"abi_decode_t_string_memory_ptr","nodeType":"YulIdentifier","src":"4216:30:1"},"nodeType":"YulFunctionCall","src":"4216:63:1"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4206:6:1"}]}]}]},"name":"abi_decode_tuple_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3833:9:1","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"3844:7:1","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"3856:6:1","type":""}],"src":"3787:509:1"},{"body":{"nodeType":"YulBlock","src":"4330:152:1","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4347:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4350:77:1","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4340:6:1"},"nodeType":"YulFunctionCall","src":"4340:88:1"},"nodeType":"YulExpressionStatement","src":"4340:88:1"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4444:1:1","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"4447:4:1","type":"","value":"0x22"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4437:6:1"},"nodeType":"YulFunctionCall","src":"4437:15:1"},"nodeType":"YulExpressionStatement","src":"4437:15:1"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4468:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4471:4:1","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4461:6:1"},"nodeType":"YulFunctionCall","src":"4461:15:1"},"nodeType":"YulExpressionStatement","src":"4461:15:1"}]},"name":"panic_error_0x22","nodeType":"YulFunctionDefinition","src":"4302:180:1"},{"body":{"nodeType":"YulBlock","src":"4539:269:1","statements":[{"nodeType":"YulAssignment","src":"4549:22:1","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"4563:4:1"},{"kind":"number","nodeType":"YulLiteral","src":"4569:1:1","type":"","value":"2"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"4559:3:1"},"nodeType":"YulFunctionCall","src":"4559:12:1"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"4549:6:1"}]},{"nodeType":"YulVariableDeclaration","src":"4580:38:1","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"4610:4:1"},{"kind":"number","nodeType":"YulLiteral","src":"4616:1:1","type":"","value":"1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4606:3:1"},"nodeType":"YulFunctionCall","src":"4606:12:1"},"variables":[{"name":"outOfPlaceEncoding","nodeType":"YulTypedName","src":"4584:18:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"4657:51:1","statements":[{"nodeType":"YulAssignment","src":"4671:27:1","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"4685:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"4693:4:1","type":"","value":"0x7f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4681:3:1"},"nodeType":"YulFunctionCall","src":"4681:17:1"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"4671:6:1"}]}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"4637:18:1"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"4630:6:1"},"nodeType":"YulFunctionCall","src":"4630:26:1"},"nodeType":"YulIf","src":"4627:81:1"},{"body":{"nodeType":"YulBlock","src":"4760:42:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x22","nodeType":"YulIdentifier","src":"4774:16:1"},"nodeType":"YulFunctionCall","src":"4774:18:1"},"nodeType":"YulExpressionStatement","src":"4774:18:1"}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"4724:18:1"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"4747:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"4755:2:1","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"4744:2:1"},"nodeType":"YulFunctionCall","src":"4744:14:1"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"4721:2:1"},"nodeType":"YulFunctionCall","src":"4721:38:1"},"nodeType":"YulIf","src":"4718:84:1"}]},"name":"extract_byte_array_length","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"4523:4:1","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"4532:6:1","type":""}],"src":"4488:320:1"},{"body":{"nodeType":"YulBlock","src":"4859:32:1","statements":[{"nodeType":"YulAssignment","src":"4869:16:1","value":{"name":"value","nodeType":"YulIdentifier","src":"4880:5:1"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4869:7:1"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4841:5:1","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4851:7:1","type":""}],"src":"4814:77:1"},{"body":{"nodeType":"YulBlock","src":"4925:152:1","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4942:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4945:77:1","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4935:6:1"},"nodeType":"YulFunctionCall","src":"4935:88:1"},"nodeType":"YulExpressionStatement","src":"4935:88:1"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5039:1:1","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"5042:4:1","type":"","value":"0x12"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5032:6:1"},"nodeType":"YulFunctionCall","src":"5032:15:1"},"nodeType":"YulExpressionStatement","src":"5032:15:1"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5063:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5066:4:1","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5056:6:1"},"nodeType":"YulFunctionCall","src":"5056:15:1"},"nodeType":"YulExpressionStatement","src":"5056:15:1"}]},"name":"panic_error_0x12","nodeType":"YulFunctionDefinition","src":"4897:180:1"},{"body":{"nodeType":"YulBlock","src":"5117:142:1","statements":[{"nodeType":"YulAssignment","src":"5127:25:1","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"5150:1:1"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"5132:17:1"},"nodeType":"YulFunctionCall","src":"5132:20:1"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"5127:1:1"}]},{"nodeType":"YulAssignment","src":"5161:25:1","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"5184:1:1"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"5166:17:1"},"nodeType":"YulFunctionCall","src":"5166:20:1"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"5161:1:1"}]},{"body":{"nodeType":"YulBlock","src":"5208:22:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x12","nodeType":"YulIdentifier","src":"5210:16:1"},"nodeType":"YulFunctionCall","src":"5210:18:1"},"nodeType":"YulExpressionStatement","src":"5210:18:1"}]},"condition":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"5205:1:1"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"5198:6:1"},"nodeType":"YulFunctionCall","src":"5198:9:1"},"nodeType":"YulIf","src":"5195:35:1"},{"nodeType":"YulAssignment","src":"5239:14:1","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"5248:1:1"},{"name":"y","nodeType":"YulIdentifier","src":"5251:1:1"}],"functionName":{"name":"mod","nodeType":"YulIdentifier","src":"5244:3:1"},"nodeType":"YulFunctionCall","src":"5244:9:1"},"variableNames":[{"name":"r","nodeType":"YulIdentifier","src":"5239:1:1"}]}]},"name":"mod_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"5106:1:1","type":""},{"name":"y","nodeType":"YulTypedName","src":"5109:1:1","type":""}],"returnVariables":[{"name":"r","nodeType":"YulTypedName","src":"5115:1:1","type":""}],"src":"5083:176:1"},{"body":{"nodeType":"YulBlock","src":"5319:87:1","statements":[{"nodeType":"YulAssignment","src":"5329:11:1","value":{"name":"ptr","nodeType":"YulIdentifier","src":"5337:3:1"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"5329:4:1"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5357:1:1","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"5360:3:1"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5350:6:1"},"nodeType":"YulFunctionCall","src":"5350:14:1"},"nodeType":"YulExpressionStatement","src":"5350:14:1"},{"nodeType":"YulAssignment","src":"5373:26:1","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5391:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5394:4:1","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"5381:9:1"},"nodeType":"YulFunctionCall","src":"5381:18:1"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"5373:4:1"}]}]},"name":"array_dataslot_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"5306:3:1","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"5314:4:1","type":""}],"src":"5265:141:1"},{"body":{"nodeType":"YulBlock","src":"5456:49:1","statements":[{"nodeType":"YulAssignment","src":"5466:33:1","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5484:5:1"},{"kind":"number","nodeType":"YulLiteral","src":"5491:2:1","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5480:3:1"},"nodeType":"YulFunctionCall","src":"5480:14:1"},{"kind":"number","nodeType":"YulLiteral","src":"5496:2:1","type":"","value":"32"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"5476:3:1"},"nodeType":"YulFunctionCall","src":"5476:23:1"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"5466:6:1"}]}]},"name":"divide_by_32_ceil","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5439:5:1","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"5449:6:1","type":""}],"src":"5412:93:1"},{"body":{"nodeType":"YulBlock","src":"5564:54:1","statements":[{"nodeType":"YulAssignment","src":"5574:37:1","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"5599:4:1"},{"name":"value","nodeType":"YulIdentifier","src":"5605:5:1"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"5595:3:1"},"nodeType":"YulFunctionCall","src":"5595:16:1"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"5574:8:1"}]}]},"name":"shift_left_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"5539:4:1","type":""},{"name":"value","nodeType":"YulTypedName","src":"5545:5:1","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"5555:8:1","type":""}],"src":"5511:107:1"},{"body":{"nodeType":"YulBlock","src":"5700:317:1","statements":[{"nodeType":"YulVariableDeclaration","src":"5710:35:1","value":{"arguments":[{"name":"shiftBytes","nodeType":"YulIdentifier","src":"5731:10:1"},{"kind":"number","nodeType":"YulLiteral","src":"5743:1:1","type":"","value":"8"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"5727:3:1"},"nodeType":"YulFunctionCall","src":"5727:18:1"},"variables":[{"name":"shiftBits","nodeType":"YulTypedName","src":"5714:9:1","type":""}]},{"nodeType":"YulVariableDeclaration","src":"5754:109:1","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"5785:9:1"},{"kind":"number","nodeType":"YulLiteral","src":"5796:66:1","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"5766:18:1"},"nodeType":"YulFunctionCall","src":"5766:97:1"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"5758:4:1","type":""}]},{"nodeType":"YulAssignment","src":"5872:51:1","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"5903:9:1"},{"name":"toInsert","nodeType":"YulIdentifier","src":"5914:8:1"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"5884:18:1"},"nodeType":"YulFunctionCall","src":"5884:39:1"},"variableNames":[{"name":"toInsert","nodeType":"YulIdentifier","src":"5872:8:1"}]},{"nodeType":"YulAssignment","src":"5932:30:1","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5945:5:1"},{"arguments":[{"name":"mask","nodeType":"YulIdentifier","src":"5956:4:1"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"5952:3:1"},"nodeType":"YulFunctionCall","src":"5952:9:1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5941:3:1"},"nodeType":"YulFunctionCall","src":"5941:21:1"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"5932:5:1"}]},{"nodeType":"YulAssignment","src":"5971:40:1","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5984:5:1"},{"arguments":[{"name":"toInsert","nodeType":"YulIdentifier","src":"5995:8:1"},{"name":"mask","nodeType":"YulIdentifier","src":"6005:4:1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5991:3:1"},"nodeType":"YulFunctionCall","src":"5991:19:1"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"5981:2:1"},"nodeType":"YulFunctionCall","src":"5981:30:1"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"5971:6:1"}]}]},"name":"update_byte_slice_dynamic32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5661:5:1","type":""},{"name":"shiftBytes","nodeType":"YulTypedName","src":"5668:10:1","type":""},{"name":"toInsert","nodeType":"YulTypedName","src":"5680:8:1","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"5693:6:1","type":""}],"src":"5624:393:1"},{"body":{"nodeType":"YulBlock","src":"6055:28:1","statements":[{"nodeType":"YulAssignment","src":"6065:12:1","value":{"name":"value","nodeType":"YulIdentifier","src":"6072:5:1"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"6065:3:1"}]}]},"name":"identity","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6041:5:1","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"6051:3:1","type":""}],"src":"6023:60:1"},{"body":{"nodeType":"YulBlock","src":"6149:82:1","statements":[{"nodeType":"YulAssignment","src":"6159:66:1","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6217:5:1"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6199:17:1"},"nodeType":"YulFunctionCall","src":"6199:24:1"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"6190:8:1"},"nodeType":"YulFunctionCall","src":"6190:34:1"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6172:17:1"},"nodeType":"YulFunctionCall","src":"6172:53:1"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"6159:9:1"}]}]},"name":"convert_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6129:5:1","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"6139:9:1","type":""}],"src":"6089:142:1"},{"body":{"nodeType":"YulBlock","src":"6284:28:1","statements":[{"nodeType":"YulAssignment","src":"6294:12:1","value":{"name":"value","nodeType":"YulIdentifier","src":"6301:5:1"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"6294:3:1"}]}]},"name":"prepare_store_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6270:5:1","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"6280:3:1","type":""}],"src":"6237:75:1"},{"body":{"nodeType":"YulBlock","src":"6394:193:1","statements":[{"nodeType":"YulVariableDeclaration","src":"6404:63:1","value":{"arguments":[{"name":"value_0","nodeType":"YulIdentifier","src":"6459:7:1"}],"functionName":{"name":"convert_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"6428:30:1"},"nodeType":"YulFunctionCall","src":"6428:39:1"},"variables":[{"name":"convertedValue_0","nodeType":"YulTypedName","src":"6408:16:1","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"6483:4:1"},{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"6523:4:1"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"6517:5:1"},"nodeType":"YulFunctionCall","src":"6517:11:1"},{"name":"offset","nodeType":"YulIdentifier","src":"6530:6:1"},{"arguments":[{"name":"convertedValue_0","nodeType":"YulIdentifier","src":"6562:16:1"}],"functionName":{"name":"prepare_store_t_uint256","nodeType":"YulIdentifier","src":"6538:23:1"},"nodeType":"YulFunctionCall","src":"6538:41:1"}],"functionName":{"name":"update_byte_slice_dynamic32","nodeType":"YulIdentifier","src":"6489:27:1"},"nodeType":"YulFunctionCall","src":"6489:91:1"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"6476:6:1"},"nodeType":"YulFunctionCall","src":"6476:105:1"},"nodeType":"YulExpressionStatement","src":"6476:105:1"}]},"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"6371:4:1","type":""},{"name":"offset","nodeType":"YulTypedName","src":"6377:6:1","type":""},{"name":"value_0","nodeType":"YulTypedName","src":"6385:7:1","type":""}],"src":"6318:269:1"},{"body":{"nodeType":"YulBlock","src":"6642:24:1","statements":[{"nodeType":"YulAssignment","src":"6652:8:1","value":{"kind":"number","nodeType":"YulLiteral","src":"6659:1:1","type":"","value":"0"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"6652:3:1"}]}]},"name":"zero_value_for_split_t_uint256","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"6638:3:1","type":""}],"src":"6593:73:1"},{"body":{"nodeType":"YulBlock","src":"6725:136:1","statements":[{"nodeType":"YulVariableDeclaration","src":"6735:46:1","value":{"arguments":[],"functionName":{"name":"zero_value_for_split_t_uint256","nodeType":"YulIdentifier","src":"6749:30:1"},"nodeType":"YulFunctionCall","src":"6749:32:1"},"variables":[{"name":"zero_0","nodeType":"YulTypedName","src":"6739:6:1","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"6834:4:1"},{"name":"offset","nodeType":"YulIdentifier","src":"6840:6:1"},{"name":"zero_0","nodeType":"YulIdentifier","src":"6848:6:1"}],"functionName":{"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"6790:43:1"},"nodeType":"YulFunctionCall","src":"6790:65:1"},"nodeType":"YulExpressionStatement","src":"6790:65:1"}]},"name":"storage_set_to_zero_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"6711:4:1","type":""},{"name":"offset","nodeType":"YulTypedName","src":"6717:6:1","type":""}],"src":"6672:189:1"},{"body":{"nodeType":"YulBlock","src":"6917:136:1","statements":[{"body":{"nodeType":"YulBlock","src":"6984:63:1","statements":[{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"7028:5:1"},{"kind":"number","nodeType":"YulLiteral","src":"7035:1:1","type":"","value":"0"}],"functionName":{"name":"storage_set_to_zero_t_uint256","nodeType":"YulIdentifier","src":"6998:29:1"},"nodeType":"YulFunctionCall","src":"6998:39:1"},"nodeType":"YulExpressionStatement","src":"6998:39:1"}]},"condition":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"6937:5:1"},{"name":"end","nodeType":"YulIdentifier","src":"6944:3:1"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"6934:2:1"},"nodeType":"YulFunctionCall","src":"6934:14:1"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"6949:26:1","statements":[{"nodeType":"YulAssignment","src":"6951:22:1","value":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"6964:5:1"},{"kind":"number","nodeType":"YulLiteral","src":"6971:1:1","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6960:3:1"},"nodeType":"YulFunctionCall","src":"6960:13:1"},"variableNames":[{"name":"start","nodeType":"YulIdentifier","src":"6951:5:1"}]}]},"pre":{"nodeType":"YulBlock","src":"6931:2:1","statements":[]},"src":"6927:120:1"}]},"name":"clear_storage_range_t_bytes1","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"6905:5:1","type":""},{"name":"end","nodeType":"YulTypedName","src":"6912:3:1","type":""}],"src":"6867:186:1"},{"body":{"nodeType":"YulBlock","src":"7138:464:1","statements":[{"body":{"nodeType":"YulBlock","src":"7164:431:1","statements":[{"nodeType":"YulVariableDeclaration","src":"7178:54:1","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"7226:5:1"}],"functionName":{"name":"array_dataslot_t_string_storage","nodeType":"YulIdentifier","src":"7194:31:1"},"nodeType":"YulFunctionCall","src":"7194:38:1"},"variables":[{"name":"dataArea","nodeType":"YulTypedName","src":"7182:8:1","type":""}]},{"nodeType":"YulVariableDeclaration","src":"7245:63:1","value":{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"7268:8:1"},{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"7296:10:1"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"7278:17:1"},"nodeType":"YulFunctionCall","src":"7278:29:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7264:3:1"},"nodeType":"YulFunctionCall","src":"7264:44:1"},"variables":[{"name":"deleteStart","nodeType":"YulTypedName","src":"7249:11:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"7465:27:1","statements":[{"nodeType":"YulAssignment","src":"7467:23:1","value":{"name":"dataArea","nodeType":"YulIdentifier","src":"7482:8:1"},"variableNames":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"7467:11:1"}]}]},"condition":{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"7449:10:1"},{"kind":"number","nodeType":"YulLiteral","src":"7461:2:1","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"7446:2:1"},"nodeType":"YulFunctionCall","src":"7446:18:1"},"nodeType":"YulIf","src":"7443:49:1"},{"expression":{"arguments":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"7534:11:1"},{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"7551:8:1"},{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"7579:3:1"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"7561:17:1"},"nodeType":"YulFunctionCall","src":"7561:22:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7547:3:1"},"nodeType":"YulFunctionCall","src":"7547:37:1"}],"functionName":{"name":"clear_storage_range_t_bytes1","nodeType":"YulIdentifier","src":"7505:28:1"},"nodeType":"YulFunctionCall","src":"7505:80:1"},"nodeType":"YulExpressionStatement","src":"7505:80:1"}]},"condition":{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"7155:3:1"},{"kind":"number","nodeType":"YulLiteral","src":"7160:2:1","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"7152:2:1"},"nodeType":"YulFunctionCall","src":"7152:11:1"},"nodeType":"YulIf","src":"7149:446:1"}]},"name":"clean_up_bytearray_end_slots_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"array","nodeType":"YulTypedName","src":"7114:5:1","type":""},{"name":"len","nodeType":"YulTypedName","src":"7121:3:1","type":""},{"name":"startIndex","nodeType":"YulTypedName","src":"7126:10:1","type":""}],"src":"7059:543:1"},{"body":{"nodeType":"YulBlock","src":"7671:54:1","statements":[{"nodeType":"YulAssignment","src":"7681:37:1","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"7706:4:1"},{"name":"value","nodeType":"YulIdentifier","src":"7712:5:1"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"7702:3:1"},"nodeType":"YulFunctionCall","src":"7702:16:1"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"7681:8:1"}]}]},"name":"shift_right_unsigned_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"7646:4:1","type":""},{"name":"value","nodeType":"YulTypedName","src":"7652:5:1","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"7662:8:1","type":""}],"src":"7608:117:1"},{"body":{"nodeType":"YulBlock","src":"7782:118:1","statements":[{"nodeType":"YulVariableDeclaration","src":"7792:68:1","value":{"arguments":[{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7841:1:1","type":"","value":"8"},{"name":"bytes","nodeType":"YulIdentifier","src":"7844:5:1"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"7837:3:1"},"nodeType":"YulFunctionCall","src":"7837:13:1"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7856:1:1","type":"","value":"0"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"7852:3:1"},"nodeType":"YulFunctionCall","src":"7852:6:1"}],"functionName":{"name":"shift_right_unsigned_dynamic","nodeType":"YulIdentifier","src":"7808:28:1"},"nodeType":"YulFunctionCall","src":"7808:51:1"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"7804:3:1"},"nodeType":"YulFunctionCall","src":"7804:56:1"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"7796:4:1","type":""}]},{"nodeType":"YulAssignment","src":"7869:25:1","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"7883:4:1"},{"name":"mask","nodeType":"YulIdentifier","src":"7889:4:1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"7879:3:1"},"nodeType":"YulFunctionCall","src":"7879:15:1"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"7869:6:1"}]}]},"name":"mask_bytes_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"7759:4:1","type":""},{"name":"bytes","nodeType":"YulTypedName","src":"7765:5:1","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"7775:6:1","type":""}],"src":"7731:169:1"},{"body":{"nodeType":"YulBlock","src":"7986:214:1","statements":[{"nodeType":"YulAssignment","src":"8119:37:1","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"8146:4:1"},{"name":"len","nodeType":"YulIdentifier","src":"8152:3:1"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"8127:18:1"},"nodeType":"YulFunctionCall","src":"8127:29:1"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"8119:4:1"}]},{"nodeType":"YulAssignment","src":"8165:29:1","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"8176:4:1"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8186:1:1","type":"","value":"2"},{"name":"len","nodeType":"YulIdentifier","src":"8189:3:1"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"8182:3:1"},"nodeType":"YulFunctionCall","src":"8182:11:1"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"8173:2:1"},"nodeType":"YulFunctionCall","src":"8173:21:1"},"variableNames":[{"name":"used","nodeType":"YulIdentifier","src":"8165:4:1"}]}]},"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"7967:4:1","type":""},{"name":"len","nodeType":"YulTypedName","src":"7973:3:1","type":""}],"returnVariables":[{"name":"used","nodeType":"YulTypedName","src":"7981:4:1","type":""}],"src":"7905:295:1"},{"body":{"nodeType":"YulBlock","src":"8297:1303:1","statements":[{"nodeType":"YulVariableDeclaration","src":"8308:51:1","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"8355:3:1"}],"functionName":{"name":"array_length_t_string_memory_ptr","nodeType":"YulIdentifier","src":"8322:32:1"},"nodeType":"YulFunctionCall","src":"8322:37:1"},"variables":[{"name":"newLen","nodeType":"YulTypedName","src":"8312:6:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"8444:22:1","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"8446:16:1"},"nodeType":"YulFunctionCall","src":"8446:18:1"},"nodeType":"YulExpressionStatement","src":"8446:18:1"}]},"condition":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"8416:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"8424:18:1","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"8413:2:1"},"nodeType":"YulFunctionCall","src":"8413:30:1"},"nodeType":"YulIf","src":"8410:56:1"},{"nodeType":"YulVariableDeclaration","src":"8476:52:1","value":{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"8522:4:1"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"8516:5:1"},"nodeType":"YulFunctionCall","src":"8516:11:1"}],"functionName":{"name":"extract_byte_array_length","nodeType":"YulIdentifier","src":"8490:25:1"},"nodeType":"YulFunctionCall","src":"8490:38:1"},"variables":[{"name":"oldLen","nodeType":"YulTypedName","src":"8480:6:1","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"8621:4:1"},{"name":"oldLen","nodeType":"YulIdentifier","src":"8627:6:1"},{"name":"newLen","nodeType":"YulIdentifier","src":"8635:6:1"}],"functionName":{"name":"clean_up_bytearray_end_slots_t_string_storage","nodeType":"YulIdentifier","src":"8575:45:1"},"nodeType":"YulFunctionCall","src":"8575:67:1"},"nodeType":"YulExpressionStatement","src":"8575:67:1"},{"nodeType":"YulVariableDeclaration","src":"8652:18:1","value":{"kind":"number","nodeType":"YulLiteral","src":"8669:1:1","type":"","value":"0"},"variables":[{"name":"srcOffset","nodeType":"YulTypedName","src":"8656:9:1","type":""}]},{"nodeType":"YulAssignment","src":"8680:17:1","value":{"kind":"number","nodeType":"YulLiteral","src":"8693:4:1","type":"","value":"0x20"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"8680:9:1"}]},{"cases":[{"body":{"nodeType":"YulBlock","src":"8744:611:1","statements":[{"nodeType":"YulVariableDeclaration","src":"8758:37:1","value":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"8777:6:1"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8789:4:1","type":"","value":"0x1f"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"8785:3:1"},"nodeType":"YulFunctionCall","src":"8785:9:1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"8773:3:1"},"nodeType":"YulFunctionCall","src":"8773:22:1"},"variables":[{"name":"loopEnd","nodeType":"YulTypedName","src":"8762:7:1","type":""}]},{"nodeType":"YulVariableDeclaration","src":"8809:51:1","value":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"8855:4:1"}],"functionName":{"name":"array_dataslot_t_string_storage","nodeType":"YulIdentifier","src":"8823:31:1"},"nodeType":"YulFunctionCall","src":"8823:37:1"},"variables":[{"name":"dstPtr","nodeType":"YulTypedName","src":"8813:6:1","type":""}]},{"nodeType":"YulVariableDeclaration","src":"8873:10:1","value":{"kind":"number","nodeType":"YulLiteral","src":"8882:1:1","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"8877:1:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"8941:163:1","statements":[{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"8966:6:1"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"8984:3:1"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"8989:9:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8980:3:1"},"nodeType":"YulFunctionCall","src":"8980:19:1"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"8974:5:1"},"nodeType":"YulFunctionCall","src":"8974:26:1"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"8959:6:1"},"nodeType":"YulFunctionCall","src":"8959:42:1"},"nodeType":"YulExpressionStatement","src":"8959:42:1"},{"nodeType":"YulAssignment","src":"9018:24:1","value":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"9032:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"9040:1:1","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9028:3:1"},"nodeType":"YulFunctionCall","src":"9028:14:1"},"variableNames":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"9018:6:1"}]},{"nodeType":"YulAssignment","src":"9059:31:1","value":{"arguments":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"9076:9:1"},{"kind":"number","nodeType":"YulLiteral","src":"9087:2:1","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9072:3:1"},"nodeType":"YulFunctionCall","src":"9072:18:1"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"9059:9:1"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"8907:1:1"},{"name":"loopEnd","nodeType":"YulIdentifier","src":"8910:7:1"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"8904:2:1"},"nodeType":"YulFunctionCall","src":"8904:14:1"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"8919:21:1","statements":[{"nodeType":"YulAssignment","src":"8921:17:1","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"8930:1:1"},{"kind":"number","nodeType":"YulLiteral","src":"8933:4:1","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8926:3:1"},"nodeType":"YulFunctionCall","src":"8926:12:1"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"8921:1:1"}]}]},"pre":{"nodeType":"YulBlock","src":"8900:3:1","statements":[]},"src":"8896:208:1"},{"body":{"nodeType":"YulBlock","src":"9140:156:1","statements":[{"nodeType":"YulVariableDeclaration","src":"9158:43:1","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"9185:3:1"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"9190:9:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9181:3:1"},"nodeType":"YulFunctionCall","src":"9181:19:1"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"9175:5:1"},"nodeType":"YulFunctionCall","src":"9175:26:1"},"variables":[{"name":"lastValue","nodeType":"YulTypedName","src":"9162:9:1","type":""}]},{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"9225:6:1"},{"arguments":[{"name":"lastValue","nodeType":"YulIdentifier","src":"9252:9:1"},{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"9267:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"9275:4:1","type":"","value":"0x1f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"9263:3:1"},"nodeType":"YulFunctionCall","src":"9263:17:1"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"9233:18:1"},"nodeType":"YulFunctionCall","src":"9233:48:1"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"9218:6:1"},"nodeType":"YulFunctionCall","src":"9218:64:1"},"nodeType":"YulExpressionStatement","src":"9218:64:1"}]},"condition":{"arguments":[{"name":"loopEnd","nodeType":"YulIdentifier","src":"9123:7:1"},{"name":"newLen","nodeType":"YulIdentifier","src":"9132:6:1"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"9120:2:1"},"nodeType":"YulFunctionCall","src":"9120:19:1"},"nodeType":"YulIf","src":"9117:179:1"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"9316:4:1"},{"arguments":[{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"9330:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"9338:1:1","type":"","value":"2"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"9326:3:1"},"nodeType":"YulFunctionCall","src":"9326:14:1"},{"kind":"number","nodeType":"YulLiteral","src":"9342:1:1","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9322:3:1"},"nodeType":"YulFunctionCall","src":"9322:22:1"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"9309:6:1"},"nodeType":"YulFunctionCall","src":"9309:36:1"},"nodeType":"YulExpressionStatement","src":"9309:36:1"}]},"nodeType":"YulCase","src":"8737:618:1","value":{"kind":"number","nodeType":"YulLiteral","src":"8742:1:1","type":"","value":"1"}},{"body":{"nodeType":"YulBlock","src":"9372:222:1","statements":[{"nodeType":"YulVariableDeclaration","src":"9386:14:1","value":{"kind":"number","nodeType":"YulLiteral","src":"9399:1:1","type":"","value":"0"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"9390:5:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"9423:67:1","statements":[{"nodeType":"YulAssignment","src":"9441:35:1","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"9460:3:1"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"9465:9:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9456:3:1"},"nodeType":"YulFunctionCall","src":"9456:19:1"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"9450:5:1"},"nodeType":"YulFunctionCall","src":"9450:26:1"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"9441:5:1"}]}]},"condition":{"name":"newLen","nodeType":"YulIdentifier","src":"9416:6:1"},"nodeType":"YulIf","src":"9413:77:1"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"9510:4:1"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9569:5:1"},{"name":"newLen","nodeType":"YulIdentifier","src":"9576:6:1"}],"functionName":{"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulIdentifier","src":"9516:52:1"},"nodeType":"YulFunctionCall","src":"9516:67:1"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"9503:6:1"},"nodeType":"YulFunctionCall","src":"9503:81:1"},"nodeType":"YulExpressionStatement","src":"9503:81:1"}]},"nodeType":"YulCase","src":"9364:230:1","value":"default"}],"expression":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"8717:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"8725:2:1","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"8714:2:1"},"nodeType":"YulFunctionCall","src":"8714:14:1"},"nodeType":"YulSwitch","src":"8707:887:1"}]},"name":"copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"8286:4:1","type":""},{"name":"src","nodeType":"YulTypedName","src":"8292:3:1","type":""}],"src":"8205:1395:1"},{"body":{"nodeType":"YulBlock","src":"9719:742:1","statements":[{"nodeType":"YulVariableDeclaration","src":"9729:29:1","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9752:5:1"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"9746:5:1"},"nodeType":"YulFunctionCall","src":"9746:12:1"},"variables":[{"name":"slotValue","nodeType":"YulTypedName","src":"9733:9:1","type":""}]},{"nodeType":"YulVariableDeclaration","src":"9767:50:1","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"9807:9:1"}],"functionName":{"name":"extract_byte_array_length","nodeType":"YulIdentifier","src":"9781:25:1"},"nodeType":"YulFunctionCall","src":"9781:36:1"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"9771:6:1","type":""}]},{"nodeType":"YulAssignment","src":"9826:78:1","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9892:3:1"},{"name":"length","nodeType":"YulIdentifier","src":"9897:6:1"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"9833:58:1"},"nodeType":"YulFunctionCall","src":"9833:71:1"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"9826:3:1"}]},{"cases":[{"body":{"nodeType":"YulBlock","src":"9953:157:1","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10006:3:1"},{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"10015:9:1"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10030:4:1","type":"","value":"0xff"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"10026:3:1"},"nodeType":"YulFunctionCall","src":"10026:9:1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"10011:3:1"},"nodeType":"YulFunctionCall","src":"10011:25:1"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9999:6:1"},"nodeType":"YulFunctionCall","src":"9999:38:1"},"nodeType":"YulExpressionStatement","src":"9999:38:1"},{"nodeType":"YulAssignment","src":"10050:50:1","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10061:3:1"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10070:4:1","type":"","value":"0x20"},{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"10090:6:1"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10083:6:1"},"nodeType":"YulFunctionCall","src":"10083:14:1"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10076:6:1"},"nodeType":"YulFunctionCall","src":"10076:22:1"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"10066:3:1"},"nodeType":"YulFunctionCall","src":"10066:33:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10057:3:1"},"nodeType":"YulFunctionCall","src":"10057:43:1"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"10050:3:1"}]}]},"nodeType":"YulCase","src":"9946:164:1","value":{"kind":"number","nodeType":"YulLiteral","src":"9951:1:1","type":"","value":"0"}},{"body":{"nodeType":"YulBlock","src":"10126:329:1","statements":[{"nodeType":"YulVariableDeclaration","src":"10171:53:1","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10218:5:1"}],"functionName":{"name":"array_dataslot_t_string_storage","nodeType":"YulIdentifier","src":"10186:31:1"},"nodeType":"YulFunctionCall","src":"10186:38:1"},"variables":[{"name":"dataPos","nodeType":"YulTypedName","src":"10175:7:1","type":""}]},{"nodeType":"YulVariableDeclaration","src":"10237:10:1","value":{"kind":"number","nodeType":"YulLiteral","src":"10246:1:1","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"10241:1:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"10304:110:1","statements":[{"expression":{"arguments":[{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10333:3:1"},{"name":"i","nodeType":"YulIdentifier","src":"10338:1:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10329:3:1"},"nodeType":"YulFunctionCall","src":"10329:11:1"},{"arguments":[{"name":"dataPos","nodeType":"YulIdentifier","src":"10348:7:1"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"10342:5:1"},"nodeType":"YulFunctionCall","src":"10342:14:1"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10322:6:1"},"nodeType":"YulFunctionCall","src":"10322:35:1"},"nodeType":"YulExpressionStatement","src":"10322:35:1"},{"nodeType":"YulAssignment","src":"10374:26:1","value":{"arguments":[{"name":"dataPos","nodeType":"YulIdentifier","src":"10389:7:1"},{"kind":"number","nodeType":"YulLiteral","src":"10398:1:1","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10385:3:1"},"nodeType":"YulFunctionCall","src":"10385:15:1"},"variableNames":[{"name":"dataPos","nodeType":"YulIdentifier","src":"10374:7:1"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"10271:1:1"},{"name":"length","nodeType":"YulIdentifier","src":"10274:6:1"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"10268:2:1"},"nodeType":"YulFunctionCall","src":"10268:13:1"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"10282:21:1","statements":[{"nodeType":"YulAssignment","src":"10284:17:1","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"10293:1:1"},{"kind":"number","nodeType":"YulLiteral","src":"10296:4:1","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10289:3:1"},"nodeType":"YulFunctionCall","src":"10289:12:1"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"10284:1:1"}]}]},"pre":{"nodeType":"YulBlock","src":"10264:3:1","statements":[]},"src":"10260:154:1"},{"nodeType":"YulAssignment","src":"10427:18:1","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10438:3:1"},{"name":"i","nodeType":"YulIdentifier","src":"10443:1:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10434:3:1"},"nodeType":"YulFunctionCall","src":"10434:11:1"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"10427:3:1"}]}]},"nodeType":"YulCase","src":"10119:336:1","value":{"kind":"number","nodeType":"YulLiteral","src":"10124:1:1","type":"","value":"1"}}],"expression":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"9924:9:1"},{"kind":"number","nodeType":"YulLiteral","src":"9935:1:1","type":"","value":"1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"9920:3:1"},"nodeType":"YulFunctionCall","src":"9920:17:1"},"nodeType":"YulSwitch","src":"9913:542:1"}]},"name":"abi_encode_t_string_storage_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9700:5:1","type":""},{"name":"pos","nodeType":"YulTypedName","src":"9707:3:1","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"9715:3:1","type":""}],"src":"9630:831:1"},{"body":{"nodeType":"YulBlock","src":"10582:192:1","statements":[{"nodeType":"YulAssignment","src":"10592:26:1","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10604:9:1"},{"kind":"number","nodeType":"YulLiteral","src":"10615:2:1","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10600:3:1"},"nodeType":"YulFunctionCall","src":"10600:18:1"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10592:4:1"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10639:9:1"},{"kind":"number","nodeType":"YulLiteral","src":"10650:1:1","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10635:3:1"},"nodeType":"YulFunctionCall","src":"10635:17:1"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"10658:4:1"},{"name":"headStart","nodeType":"YulIdentifier","src":"10664:9:1"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"10654:3:1"},"nodeType":"YulFunctionCall","src":"10654:20:1"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10628:6:1"},"nodeType":"YulFunctionCall","src":"10628:47:1"},"nodeType":"YulExpressionStatement","src":"10628:47:1"},{"nodeType":"YulAssignment","src":"10684:83:1","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"10753:6:1"},{"name":"tail","nodeType":"YulIdentifier","src":"10762:4:1"}],"functionName":{"name":"abi_encode_t_string_storage_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"10692:60:1"},"nodeType":"YulFunctionCall","src":"10692:75:1"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10684:4:1"}]}]},"name":"abi_encode_tuple_t_string_storage__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"10554:9:1","type":""},{"name":"value0","nodeType":"YulTypedName","src":"10566:6:1","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"10577:4:1","type":""}],"src":"10467:307:1"}]},"contents":"{\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 copy_memory_to_memory_with_cleanup(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 mstore(add(dst, length), 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function 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_with_cleanup(add(value, 0x20), pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\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 allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() {\n revert(0, 0)\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_string_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := round_up_to_mul_of_32(length)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function copy_calldata_to_memory_with_cleanup(src, dst, length) {\n calldatacopy(dst, src, length)\n mstore(add(dst, length), 0)\n }\n\n function abi_decode_available_length_t_string_memory_ptr(src, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_string_memory_ptr(length))\n mstore(array, length)\n let dst := add(array, 0x20)\n if gt(add(src, length), end) { revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() }\n copy_calldata_to_memory_with_cleanup(src, dst, length)\n }\n\n // string\n function abi_decode_t_string_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_string_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_string_memory_ptr(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := calldataload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0 := abi_decode_t_string_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\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 cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function panic_error_0x12() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n\n function mod_t_uint256(x, y) -> r {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n if iszero(y) { panic_error_0x12() }\n r := mod(x, y)\n }\n\n function array_dataslot_t_string_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function divide_by_32_ceil(value) -> result {\n result := div(add(value, 31), 32)\n }\n\n function shift_left_dynamic(bits, value) -> newValue {\n newValue :=\n\n shl(bits, value)\n\n }\n\n function update_byte_slice_dynamic32(value, shiftBytes, toInsert) -> result {\n let shiftBits := mul(shiftBytes, 8)\n let mask := shift_left_dynamic(shiftBits, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff)\n toInsert := shift_left_dynamic(shiftBits, toInsert)\n value := and(value, not(mask))\n result := or(value, and(toInsert, mask))\n }\n\n function identity(value) -> ret {\n ret := value\n }\n\n function convert_t_uint256_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint256(value)))\n }\n\n function prepare_store_t_uint256(value) -> ret {\n ret := value\n }\n\n function update_storage_value_t_uint256_to_t_uint256(slot, offset, value_0) {\n let convertedValue_0 := convert_t_uint256_to_t_uint256(value_0)\n sstore(slot, update_byte_slice_dynamic32(sload(slot), offset, prepare_store_t_uint256(convertedValue_0)))\n }\n\n function zero_value_for_split_t_uint256() -> ret {\n ret := 0\n }\n\n function storage_set_to_zero_t_uint256(slot, offset) {\n let zero_0 := zero_value_for_split_t_uint256()\n update_storage_value_t_uint256_to_t_uint256(slot, offset, zero_0)\n }\n\n function clear_storage_range_t_bytes1(start, end) {\n for {} lt(start, end) { start := add(start, 1) }\n {\n storage_set_to_zero_t_uint256(start, 0)\n }\n }\n\n function clean_up_bytearray_end_slots_t_string_storage(array, len, startIndex) {\n\n if gt(len, 31) {\n let dataArea := array_dataslot_t_string_storage(array)\n let deleteStart := add(dataArea, divide_by_32_ceil(startIndex))\n // If we are clearing array to be short byte array, we want to clear only data starting from array data area.\n if lt(startIndex, 32) { deleteStart := dataArea }\n clear_storage_range_t_bytes1(deleteStart, add(dataArea, divide_by_32_ceil(len)))\n }\n\n }\n\n function shift_right_unsigned_dynamic(bits, value) -> newValue {\n newValue :=\n\n shr(bits, value)\n\n }\n\n function mask_bytes_dynamic(data, bytes) -> result {\n let mask := not(shift_right_unsigned_dynamic(mul(8, bytes), not(0)))\n result := and(data, mask)\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used {\n // we want to save only elements that are part of the array after resizing\n // others should be set to zero\n data := mask_bytes_dynamic(data, len)\n used := or(data, mul(2, len))\n }\n function copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage(slot, src) {\n\n let newLen := array_length_t_string_memory_ptr(src)\n // Make sure array length is sane\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n\n let oldLen := extract_byte_array_length(sload(slot))\n\n // potentially truncate data\n clean_up_bytearray_end_slots_t_string_storage(slot, oldLen, newLen)\n\n let srcOffset := 0\n\n srcOffset := 0x20\n\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(0x1f))\n\n let dstPtr := array_dataslot_t_string_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) } {\n sstore(dstPtr, mload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 32)\n }\n if lt(loopEnd, newLen) {\n let lastValue := mload(add(src, srcOffset))\n sstore(dstPtr, mask_bytes_dynamic(lastValue, and(newLen, 0x1f)))\n }\n sstore(slot, add(mul(newLen, 2), 1))\n }\n default {\n let value := 0\n if newLen {\n value := mload(add(src, srcOffset))\n }\n sstore(slot, extract_used_part_and_set_length_of_short_byte_array(value, newLen))\n }\n }\n\n // string -> string\n function abi_encode_t_string_storage_to_t_string_memory_ptr_fromStack(value, pos) -> ret {\n let slotValue := sload(value)\n let length := extract_byte_array_length(slotValue)\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length)\n switch and(slotValue, 1)\n case 0 {\n // short byte array\n mstore(pos, and(slotValue, not(0xff)))\n ret := add(pos, mul(0x20, iszero(iszero(length))))\n }\n case 1 {\n // long byte array\n let dataPos := array_dataslot_t_string_storage(value)\n let i := 0\n for { } lt(i, length) { i := add(i, 0x20) } {\n mstore(add(pos, i), sload(dataPos))\n dataPos := add(dataPos, 1)\n }\n ret := add(pos, i)\n }\n }\n\n function abi_encode_tuple_t_string_storage__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_storage_to_t_string_memory_ptr_fromStack(value0, tail)\n\n }\n\n}\n","id":1,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106100415760003560e01c806306fdde031461004657806317d7de7c14610064578063c47f002714610082575b600080fd5b61004e61009e565b60405161005b91906103f2565b60405180910390f35b61006c61012c565b60405161007991906103f2565b60405180910390f35b61009c6004803603810190610097919061055d565b6102c4565b005b600080546100ab906105d5565b80601f01602080910402602001604051908101604052809291908181526020018280546100d7906105d5565b80156101245780601f106100f957610100808354040283529160200191610124565b820191906000526020600020905b81548152906001019060200180831161010757829003601f168201915b505050505081565b606061014267cc0273e704f5914160c01b61035f565b6101566730b5aca45879795260c01b61035f565b61016a677bd8b93d643b0bd860c01b61035f565b6000600b43610179919061063f565b036101f757610192678a231fed8fc8c5ea60c01b61035f565b6101a667da4f10ab71ed3b9460c01b61035f565b6101ba670a5414c91ed9f19e60c01b61035f565b6040518060400160405280601481526020017f4765744e616d65204f766572726964656e20457100000000000000000000000081525090506102c1565b61020b67731e5f0e666cbbe160c01b61035f565b61021f67d19bfc0fbcaf6bf160c01b61035f565b61023367d8eae10b6aca721860c01b61035f565b60008054610240906105d5565b80601f016020809104026020016040519081016040528092919081815260200182805461026c906105d5565b80156102b95780601f1061028e576101008083540402835291602001916102b9565b820191906000526020600020905b81548152906001019060200180831161029c57829003601f168201915b505050505090505b90565b6102d8677327731d8ae9d23a60c01b61035f565b6102ec6794319ce98f752b6860c01b61035f565b80600090816102fb919061081c565b50610310673e882cadf70d49cf60c01b61035f565b61032467e9452e85a2cd3fc560c01b61035f565b7f221d3d4161ff7c815e25a84cf3c2ec04f54111bee80f0b06d345c834581c9da360006040516103549190610972565b60405180910390a150565b50565b600081519050919050565b600082825260208201905092915050565b60005b8381101561039c578082015181840152602081019050610381565b60008484015250505050565b6000601f19601f8301169050919050565b60006103c482610362565b6103ce818561036d565b93506103de81856020860161037e565b6103e7816103a8565b840191505092915050565b6000602082019050818103600083015261040c81846103b9565b905092915050565b6000604051905090565b600080fd5b600080fd5b600080fd5b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b61046a826103a8565b810181811067ffffffffffffffff8211171561048957610488610432565b5b80604052505050565b600061049c610414565b90506104a88282610461565b919050565b600067ffffffffffffffff8211156104c8576104c7610432565b5b6104d1826103a8565b9050602081019050919050565b82818337600083830152505050565b60006105006104fb846104ad565b610492565b90508281526020810184848401111561051c5761051b61042d565b5b6105278482856104de565b509392505050565b600082601f83011261054457610543610428565b5b81356105548482602086016104ed565b91505092915050565b6000602082840312156105735761057261041e565b5b600082013567ffffffffffffffff81111561059157610590610423565b5b61059d8482850161052f565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806105ed57607f821691505b602082108103610600576105ff6105a6565b5b50919050565b6000819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061064a82610606565b915061065583610606565b92508261066557610664610610565b5b828206905092915050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026106d27fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82610695565b6106dc8683610695565b95508019841693508086168417925050509392505050565b6000819050919050565b600061071961071461070f84610606565b6106f4565b610606565b9050919050565b6000819050919050565b610733836106fe565b61074761073f82610720565b8484546106a2565b825550505050565b600090565b61075c61074f565b61076781848461072a565b505050565b5b8181101561078b57610780600082610754565b60018101905061076d565b5050565b601f8211156107d0576107a181610670565b6107aa84610685565b810160208510156107b9578190505b6107cd6107c585610685565b83018261076c565b50505b505050565b600082821c905092915050565b60006107f3600019846008026107d5565b1980831691505092915050565b600061080c83836107e2565b9150826002028217905092915050565b61082582610362565b67ffffffffffffffff81111561083e5761083d610432565b5b61084882546105d5565b61085382828561078f565b600060209050601f8311600181146108865760008415610874578287015190505b61087e8582610800565b8655506108e6565b601f19841661089486610670565b60005b828110156108bc57848901518255600182019150602085019450602081019050610897565b868310156108d957848901516108d5601f8916826107e2565b8355505b6001600288020188555050505b505050505050565b600081546108fb816105d5565b610905818661036d565b94506001821660008114610920576001811461093657610969565b60ff198316865281151560200286019350610969565b61093f85610670565b60005b8381101561096157815481890152600182019150602081019050610942565b808801955050505b50505092915050565b6000602082019050818103600083015261098c81846108ee565b90509291505056fea2646970667358221220617c3a3797b1b0070fd62490d8484c721d97a9f71259093134d789306873a32364736f6c63430008140033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x41 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x6FDDE03 EQ PUSH2 0x46 JUMPI DUP1 PUSH4 0x17D7DE7C EQ PUSH2 0x64 JUMPI DUP1 PUSH4 0xC47F0027 EQ PUSH2 0x82 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x4E PUSH2 0x9E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x5B SWAP2 SWAP1 PUSH2 0x3F2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x6C PUSH2 0x12C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x79 SWAP2 SWAP1 PUSH2 0x3F2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x9C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x97 SWAP2 SWAP1 PUSH2 0x55D JUMP JUMPDEST PUSH2 0x2C4 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH2 0xAB SWAP1 PUSH2 0x5D5 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 0xD7 SWAP1 PUSH2 0x5D5 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x124 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0xF9 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x124 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 0x107 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP DUP2 JUMP JUMPDEST PUSH1 0x60 PUSH2 0x142 PUSH8 0xCC0273E704F59141 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x156 PUSH8 0x30B5ACA458797952 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x16A PUSH8 0x7BD8B93D643B0BD8 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH1 0x0 PUSH1 0xB NUMBER PUSH2 0x179 SWAP2 SWAP1 PUSH2 0x63F JUMP JUMPDEST SUB PUSH2 0x1F7 JUMPI PUSH2 0x192 PUSH8 0x8A231FED8FC8C5EA PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x1A6 PUSH8 0xDA4F10AB71ED3B94 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x1BA PUSH8 0xA5414C91ED9F19E PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x14 DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x4765744E616D65204F766572726964656E204571000000000000000000000000 DUP2 MSTORE POP SWAP1 POP PUSH2 0x2C1 JUMP JUMPDEST PUSH2 0x20B PUSH8 0x731E5F0E666CBBE1 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x21F PUSH8 0xD19BFC0FBCAF6BF1 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x233 PUSH8 0xD8EAE10B6ACA7218 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH2 0x240 SWAP1 PUSH2 0x5D5 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 0x26C SWAP1 PUSH2 0x5D5 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2B9 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x28E JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2B9 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 0x29C JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP JUMPDEST SWAP1 JUMP JUMPDEST PUSH2 0x2D8 PUSH8 0x7327731D8AE9D23A PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x2EC PUSH8 0x94319CE98F752B68 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST DUP1 PUSH1 0x0 SWAP1 DUP2 PUSH2 0x2FB SWAP2 SWAP1 PUSH2 0x81C JUMP JUMPDEST POP PUSH2 0x310 PUSH8 0x3E882CADF70D49CF PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH2 0x324 PUSH8 0xE9452E85A2CD3FC5 PUSH1 0xC0 SHL PUSH2 0x35F JUMP JUMPDEST PUSH32 0x221D3D4161FF7C815E25A84CF3C2EC04F54111BEE80F0B06D345C834581C9DA3 PUSH1 0x0 PUSH1 0x40 MLOAD PUSH2 0x354 SWAP2 SWAP1 PUSH2 0x972 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST 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 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x39C JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x381 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C4 DUP3 PUSH2 0x362 JUMP JUMPDEST PUSH2 0x3CE DUP2 DUP6 PUSH2 0x36D JUMP JUMPDEST SWAP4 POP PUSH2 0x3DE DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x37E JUMP JUMPDEST PUSH2 0x3E7 DUP2 PUSH2 0x3A8 JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x40C DUP2 DUP5 PUSH2 0x3B9 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x46A DUP3 PUSH2 0x3A8 JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x489 JUMPI PUSH2 0x488 PUSH2 0x432 JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x49C PUSH2 0x414 JUMP JUMPDEST SWAP1 POP PUSH2 0x4A8 DUP3 DUP3 PUSH2 0x461 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x4C8 JUMPI PUSH2 0x4C7 PUSH2 0x432 JUMP JUMPDEST JUMPDEST PUSH2 0x4D1 DUP3 PUSH2 0x3A8 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x500 PUSH2 0x4FB DUP5 PUSH2 0x4AD JUMP JUMPDEST PUSH2 0x492 JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH2 0x51C JUMPI PUSH2 0x51B PUSH2 0x42D JUMP JUMPDEST JUMPDEST PUSH2 0x527 DUP5 DUP3 DUP6 PUSH2 0x4DE JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x544 JUMPI PUSH2 0x543 PUSH2 0x428 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x554 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x4ED JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x573 JUMPI PUSH2 0x572 PUSH2 0x41E JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x591 JUMPI PUSH2 0x590 PUSH2 0x423 JUMP JUMPDEST JUMPDEST PUSH2 0x59D DUP5 DUP3 DUP6 ADD PUSH2 0x52F JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x5ED JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x600 JUMPI PUSH2 0x5FF PUSH2 0x5A6 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x64A DUP3 PUSH2 0x606 JUMP JUMPDEST SWAP2 POP PUSH2 0x655 DUP4 PUSH2 0x606 JUMP JUMPDEST SWAP3 POP DUP3 PUSH2 0x665 JUMPI PUSH2 0x664 PUSH2 0x610 JUMP JUMPDEST JUMPDEST DUP3 DUP3 MOD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH2 0x6D2 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH2 0x695 JUMP JUMPDEST PUSH2 0x6DC DUP7 DUP4 PUSH2 0x695 JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x719 PUSH2 0x714 PUSH2 0x70F DUP5 PUSH2 0x606 JUMP JUMPDEST PUSH2 0x6F4 JUMP JUMPDEST PUSH2 0x606 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x733 DUP4 PUSH2 0x6FE JUMP JUMPDEST PUSH2 0x747 PUSH2 0x73F DUP3 PUSH2 0x720 JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH2 0x6A2 JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH2 0x75C PUSH2 0x74F JUMP JUMPDEST PUSH2 0x767 DUP2 DUP5 DUP5 PUSH2 0x72A JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x78B JUMPI PUSH2 0x780 PUSH1 0x0 DUP3 PUSH2 0x754 JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x76D JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x7D0 JUMPI PUSH2 0x7A1 DUP2 PUSH2 0x670 JUMP JUMPDEST PUSH2 0x7AA DUP5 PUSH2 0x685 JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x7B9 JUMPI DUP2 SWAP1 POP JUMPDEST PUSH2 0x7CD PUSH2 0x7C5 DUP6 PUSH2 0x685 JUMP JUMPDEST DUP4 ADD DUP3 PUSH2 0x76C JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x7F3 PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH2 0x7D5 JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x80C DUP4 DUP4 PUSH2 0x7E2 JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x825 DUP3 PUSH2 0x362 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x83E JUMPI PUSH2 0x83D PUSH2 0x432 JUMP JUMPDEST JUMPDEST PUSH2 0x848 DUP3 SLOAD PUSH2 0x5D5 JUMP JUMPDEST PUSH2 0x853 DUP3 DUP3 DUP6 PUSH2 0x78F JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 SWAP1 POP PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH2 0x886 JUMPI PUSH1 0x0 DUP5 ISZERO PUSH2 0x874 JUMPI DUP3 DUP8 ADD MLOAD SWAP1 POP JUMPDEST PUSH2 0x87E DUP6 DUP3 PUSH2 0x800 JUMP JUMPDEST DUP7 SSTORE POP PUSH2 0x8E6 JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH2 0x894 DUP7 PUSH2 0x670 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8BC JUMPI DUP5 DUP10 ADD MLOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x897 JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH2 0x8D9 JUMPI DUP5 DUP10 ADD MLOAD PUSH2 0x8D5 PUSH1 0x1F DUP10 AND DUP3 PUSH2 0x7E2 JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SLOAD PUSH2 0x8FB DUP2 PUSH2 0x5D5 JUMP JUMPDEST PUSH2 0x905 DUP2 DUP7 PUSH2 0x36D JUMP JUMPDEST SWAP5 POP PUSH1 0x1 DUP3 AND PUSH1 0x0 DUP2 EQ PUSH2 0x920 JUMPI PUSH1 0x1 DUP2 EQ PUSH2 0x936 JUMPI PUSH2 0x969 JUMP JUMPDEST PUSH1 0xFF NOT DUP4 AND DUP7 MSTORE DUP2 ISZERO ISZERO PUSH1 0x20 MUL DUP7 ADD SWAP4 POP PUSH2 0x969 JUMP JUMPDEST PUSH2 0x93F DUP6 PUSH2 0x670 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x961 JUMPI DUP2 SLOAD DUP2 DUP10 ADD MSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x942 JUMP JUMPDEST DUP1 DUP9 ADD SWAP6 POP POP POP JUMPDEST POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x98C DUP2 DUP5 PUSH2 0x8EE JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH2 0x7C3A CALLDATACOPY SWAP8 0xB1 0xB0 SMOD 0xF 0xD6 0x24 SWAP1 0xD8 BASEFEE 0x4C PUSH19 0x1D97A9F71259093134D789306873A32364736F PUSH13 0x63430008140033000000000000 ","sourceMap":"0:1375:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;257:18;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;771:602;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;478:287;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;257:18;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;771:602::-;812:13;828:30;839:18;828:30;;:10;:30::i;:::-;877;888:18;877:30;;:10;:30::i;:::-;929;940:18;929:30;;:10;:30::i;:::-;1003:1;997:2;982:12;:17;;;;:::i;:::-;:22;978:275;;1007:30;1018:18;1007:30;;:10;:30::i;:::-;1054;1065:18;1054:30;;:10;:30::i;:::-;1110;1121:18;1110:30;;:10;:30::i;:::-;1159:29;;;;;;;;;;;;;;;;;;;;;978:275;1206:30;1217:18;1206:30;;:10;:30::i;:::-;1254;1265:18;1254:30;;:10;:30::i;:::-;1306;1317:18;1306:30;;:10;:30::i;:::-;1362:4;1355:11;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;771:602;;:::o;478:287::-;524:30;535:18;524:30;;:10;:30::i;:::-;573;584:18;573:30;;:10;:30::i;:::-;632:5;625:4;:12;;;;;;:::i;:::-;;639:30;650:18;639:30;;:10;:30::i;:::-;691;702:18;691:30;;:10;:30::i;:::-;745:13;753:4;745:13;;;;;;:::i;:::-;;;;;;;;478:287;:::o;15:56::-;;:::o;7:99:1:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:169::-;196:11;230:6;225:3;218:19;270:4;265:3;261:14;246:29;;112:169;;;;:::o;287:246::-;368:1;378:113;392:6;389:1;386:13;378:113;;;477:1;472:3;468:11;462:18;458:1;453:3;449:11;442:39;414:2;411:1;407:10;402:15;;378:113;;;525:1;516:6;511:3;507:16;500:27;349:184;287:246;;;:::o;539:102::-;580:6;631:2;627:7;622:2;615:5;611:14;607:28;597:38;;539:102;;;:::o;647:377::-;735:3;763:39;796:5;763:39;:::i;:::-;818:71;882:6;877:3;818:71;:::i;:::-;811:78;;898:65;956:6;951:3;944:4;937:5;933:16;898:65;:::i;:::-;988:29;1010:6;988:29;:::i;:::-;983:3;979:39;972:46;;739:285;647:377;;;;:::o;1030:313::-;1143:4;1181:2;1170:9;1166:18;1158:26;;1230:9;1224:4;1220:20;1216:1;1205:9;1201:17;1194:47;1258:78;1331:4;1322:6;1258:78;:::i;:::-;1250:86;;1030:313;;;;:::o;1349:75::-;1382:6;1415:2;1409:9;1399:19;;1349:75;:::o;1430:117::-;1539:1;1536;1529:12;1553:117;1662:1;1659;1652:12;1676:117;1785:1;1782;1775:12;1799:117;1908:1;1905;1898:12;1922:180;1970:77;1967:1;1960:88;2067:4;2064:1;2057:15;2091:4;2088:1;2081:15;2108:281;2191:27;2213:4;2191:27;:::i;:::-;2183:6;2179:40;2321:6;2309:10;2306:22;2285:18;2273:10;2270:34;2267:62;2264:88;;;2332:18;;:::i;:::-;2264:88;2372:10;2368:2;2361:22;2151:238;2108:281;;:::o;2395:129::-;2429:6;2456:20;;:::i;:::-;2446:30;;2485:33;2513:4;2505:6;2485:33;:::i;:::-;2395:129;;;:::o;2530:308::-;2592:4;2682:18;2674:6;2671:30;2668:56;;;2704:18;;:::i;:::-;2668:56;2742:29;2764:6;2742:29;:::i;:::-;2734:37;;2826:4;2820;2816:15;2808:23;;2530:308;;;:::o;2844:146::-;2941:6;2936:3;2931;2918:30;2982:1;2973:6;2968:3;2964:16;2957:27;2844:146;;;:::o;2996:425::-;3074:5;3099:66;3115:49;3157:6;3115:49;:::i;:::-;3099:66;:::i;:::-;3090:75;;3188:6;3181:5;3174:21;3226:4;3219:5;3215:16;3264:3;3255:6;3250:3;3246:16;3243:25;3240:112;;;3271:79;;:::i;:::-;3240:112;3361:54;3408:6;3403:3;3398;3361:54;:::i;:::-;3080:341;2996:425;;;;;:::o;3441:340::-;3497:5;3546:3;3539:4;3531:6;3527:17;3523:27;3513:122;;3554:79;;:::i;:::-;3513:122;3671:6;3658:20;3696:79;3771:3;3763:6;3756:4;3748:6;3744:17;3696:79;:::i;:::-;3687:88;;3503:278;3441:340;;;;:::o;3787:509::-;3856:6;3905:2;3893:9;3884:7;3880:23;3876:32;3873:119;;;3911:79;;:::i;:::-;3873:119;4059:1;4048:9;4044:17;4031:31;4089:18;4081:6;4078:30;4075:117;;;4111:79;;:::i;:::-;4075:117;4216:63;4271:7;4262:6;4251:9;4247:22;4216:63;:::i;:::-;4206:73;;4002:287;3787:509;;;;:::o;4302:180::-;4350:77;4347:1;4340:88;4447:4;4444:1;4437:15;4471:4;4468:1;4461:15;4488:320;4532:6;4569:1;4563:4;4559:12;4549:22;;4616:1;4610:4;4606:12;4637:18;4627:81;;4693:4;4685:6;4681:17;4671:27;;4627:81;4755:2;4747:6;4744:14;4724:18;4721:38;4718:84;;4774:18;;:::i;:::-;4718:84;4539:269;4488:320;;;:::o;4814:77::-;4851:7;4880:5;4869:16;;4814:77;;;:::o;4897:180::-;4945:77;4942:1;4935:88;5042:4;5039:1;5032:15;5066:4;5063:1;5056:15;5083:176;5115:1;5132:20;5150:1;5132:20;:::i;:::-;5127:25;;5166:20;5184:1;5166:20;:::i;:::-;5161:25;;5205:1;5195:35;;5210:18;;:::i;:::-;5195:35;5251:1;5248;5244:9;5239:14;;5083:176;;;;:::o;5265:141::-;5314:4;5337:3;5329:11;;5360:3;5357:1;5350:14;5394:4;5391:1;5381:18;5373:26;;5265:141;;;:::o;5412:93::-;5449:6;5496:2;5491;5484:5;5480:14;5476:23;5466:33;;5412:93;;;:::o;5511:107::-;5555:8;5605:5;5599:4;5595:16;5574:37;;5511:107;;;;:::o;5624:393::-;5693:6;5743:1;5731:10;5727:18;5766:97;5796:66;5785:9;5766:97;:::i;:::-;5884:39;5914:8;5903:9;5884:39;:::i;:::-;5872:51;;5956:4;5952:9;5945:5;5941:21;5932:30;;6005:4;5995:8;5991:19;5984:5;5981:30;5971:40;;5700:317;;5624:393;;;;;:::o;6023:60::-;6051:3;6072:5;6065:12;;6023:60;;;:::o;6089:142::-;6139:9;6172:53;6190:34;6199:24;6217:5;6199:24;:::i;:::-;6190:34;:::i;:::-;6172:53;:::i;:::-;6159:66;;6089:142;;;:::o;6237:75::-;6280:3;6301:5;6294:12;;6237:75;;;:::o;6318:269::-;6428:39;6459:7;6428:39;:::i;:::-;6489:91;6538:41;6562:16;6538:41;:::i;:::-;6530:6;6523:4;6517:11;6489:91;:::i;:::-;6483:4;6476:105;6394:193;6318:269;;;:::o;6593:73::-;6638:3;6593:73;:::o;6672:189::-;6749:32;;:::i;:::-;6790:65;6848:6;6840;6834:4;6790:65;:::i;:::-;6725:136;6672:189;;:::o;6867:186::-;6927:120;6944:3;6937:5;6934:14;6927:120;;;6998:39;7035:1;7028:5;6998:39;:::i;:::-;6971:1;6964:5;6960:13;6951:22;;6927:120;;;6867:186;;:::o;7059:543::-;7160:2;7155:3;7152:11;7149:446;;;7194:38;7226:5;7194:38;:::i;:::-;7278:29;7296:10;7278:29;:::i;:::-;7268:8;7264:44;7461:2;7449:10;7446:18;7443:49;;;7482:8;7467:23;;7443:49;7505:80;7561:22;7579:3;7561:22;:::i;:::-;7551:8;7547:37;7534:11;7505:80;:::i;:::-;7164:431;;7149:446;7059:543;;;:::o;7608:117::-;7662:8;7712:5;7706:4;7702:16;7681:37;;7608:117;;;;:::o;7731:169::-;7775:6;7808:51;7856:1;7852:6;7844:5;7841:1;7837:13;7808:51;:::i;:::-;7804:56;7889:4;7883;7879:15;7869:25;;7782:118;7731:169;;;;:::o;7905:295::-;7981:4;8127:29;8152:3;8146:4;8127:29;:::i;:::-;8119:37;;8189:3;8186:1;8182:11;8176:4;8173:21;8165:29;;7905:295;;;;:::o;8205:1395::-;8322:37;8355:3;8322:37;:::i;:::-;8424:18;8416:6;8413:30;8410:56;;;8446:18;;:::i;:::-;8410:56;8490:38;8522:4;8516:11;8490:38;:::i;:::-;8575:67;8635:6;8627;8621:4;8575:67;:::i;:::-;8669:1;8693:4;8680:17;;8725:2;8717:6;8714:14;8742:1;8737:618;;;;9399:1;9416:6;9413:77;;;9465:9;9460:3;9456:19;9450:26;9441:35;;9413:77;9516:67;9576:6;9569:5;9516:67;:::i;:::-;9510:4;9503:81;9372:222;8707:887;;8737:618;8789:4;8785:9;8777:6;8773:22;8823:37;8855:4;8823:37;:::i;:::-;8882:1;8896:208;8910:7;8907:1;8904:14;8896:208;;;8989:9;8984:3;8980:19;8974:26;8966:6;8959:42;9040:1;9032:6;9028:14;9018:24;;9087:2;9076:9;9072:18;9059:31;;8933:4;8930:1;8926:12;8921:17;;8896:208;;;9132:6;9123:7;9120:19;9117:179;;;9190:9;9185:3;9181:19;9175:26;9233:48;9275:4;9267:6;9263:17;9252:9;9233:48;:::i;:::-;9225:6;9218:64;9140:156;9117:179;9342:1;9338;9330:6;9326:14;9322:22;9316:4;9309:36;8744:611;;;8707:887;;8297:1303;;;8205:1395;;:::o;9630:831::-;9715:3;9752:5;9746:12;9781:36;9807:9;9781:36;:::i;:::-;9833:71;9897:6;9892:3;9833:71;:::i;:::-;9826:78;;9935:1;9924:9;9920:17;9951:1;9946:164;;;;10124:1;10119:336;;;;9913:542;;9946:164;10030:4;10026:9;10015;10011:25;10006:3;9999:38;10090:6;10083:14;10076:22;10070:4;10066:33;10061:3;10057:43;10050:50;;9946:164;;10119:336;10186:38;10218:5;10186:38;:::i;:::-;10246:1;10260:154;10274:6;10271:1;10268:13;10260:154;;;10348:7;10342:14;10338:1;10333:3;10329:11;10322:35;10398:1;10389:7;10385:15;10374:26;;10296:4;10293:1;10289:12;10284:17;;10260:154;;;10443:1;10438:3;10434:11;10427:18;;10126:329;;9913:542;;9719:742;;9630:831;;;;:::o;10467:307::-;10577:4;10615:2;10604:9;10600:18;10592:26;;10664:9;10658:4;10654:20;10650:1;10639:9;10635:17;10628:47;10692:75;10762:4;10753:6;10692:75;:::i;:::-;10684:83;;10467:307;;;;:::o"},"methodIdentifiers":{"getName()":"17d7de7c","name()":"06fdde03","setName(string)":"c47f0027"}},"metadata":"{\"compiler\":{\"version\":\"0.8.20+commit.a1b79de6\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"string\",\"name\":\"_name\",\"type\":\"string\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"string\",\"name\":\"newName\",\"type\":\"string\"}],\"name\":\"Updated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"_name\",\"type\":\"string\"}],\"name\":\"setName\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"coverage/contracts/test/fixtures/coverage/Foo.sol\":\"Foo\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"coverage/contracts/test/fixtures/coverage/Foo.sol\":{\"keccak256\":\"0x70365af719f6916d6350c5c17e1c530203da5a0471d05e1f300a79503c3acd67\",\"urls\":[\"bzz-raw://ff4866a751a37d09df3cf8af82e6d37d8fc5e3a15670e9d696cb8976084e3683\",\"dweb:/ipfs/QmTvyYwbCX7sWaDQ2vDJbMS7KCy55xyx2166jnPfZqyR4c\"]}},\"version\":1}"}}}}}